/* CSS Document */
* { margin: 0; padding: 0; }
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

}

html,
body {
    color: #333;
    font-size: 16px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    font-family: "微软雅黑";
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p,b {
    padding: 0;
    margin: 0;
    font-weight: normal;
}
img { border: 0; display: block }
ul, li { list-style: none; }
a { text-decoration: none; color: #000; }
a:hover { color: #1049a0; text-decoration: none; }
.clear { clear: both; width: 100%; overflow: hidden; }
.box { width: 1600px; margin: auto; overflow: hidden; }
@media(max-width:1600px){
.box{
zoom:0.8
}
}

html::-webkit-scrollbar {width:4px;height: 8px;background-color: #F5F5F5;}
html::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
html::-webkit-scrollbar-thumb {border-radius: 10px; background-color: #333;}

/*header*/
header {width: 100%;  position:absolute; background: url("../picture/topbg.png")  top; z-index: 999;}
header.is-fixed { position: fixed; top: 0; z-index: 999; transition: all .5s; box-shadow: 0px 5px 9px 1px rgba(144, 161, 180, 0.2); -moz-box-shadow: 0px 5px 9px 1px rgba(0, 115, 80, 0.6); background:rgba(44, 100, 196, 0.9);  }
.logo { position: absolute; left: 0; }
.logo img { height: 90px; margin-top:25px;  }
.bodybg{background:url("../picture/indexbg.jpg");}

/*topnav*/
.topnav { width: 1600px; margin: auto; height: 135px; position: relative; z-index:99;}
.topnav h2 { color: #fff; position: fixed; top: 0; padding-left: 10px; font-weight: normal; height: 30px; line-height: 30px; display: none; }
.topnav h2 a { color: #fff; }
nav { text-align: right; line-height: 55px; width: 1100px; margin: 55px 0 0 0;position: absolute; right: 0 }
#starlist li { position: relative; display: inline-block; font-size: 18px; width: 10%; text-align: center;}
#starlist li a {display: block;color: #FFF;}
#starlist li:hover {; }
#starlist li:hover a { color: #94bcff}
a#selected {}
a#selected:after{ width:50px; height:2px; background:#FFF; display:block;content: ''; margin-left:30px;}
#starlist ul.sub li { width: auto; background: #fff; float: left; }
#starlist ul.sub li a { padding: 15px 3%; display: none; width: 94%;min-width:175px; color: #333;   text-wrap: auto;
    line-height: initial;}
#starlist ul.sub li a:hover { background: #2c65c4; color: #fff }
#starlist ul.sub { position: absolute; left: 0; top: 100px; z-index: 9; width: 100%; line-height: 44px; opacity: 0; transition: all .5s; box-shadow: 0px 5px 9px 1px rgba(144, 161, 180, 0.2); -moz-box-shadow: 0px 5px 9px 1px rgba(144, 161, 180, 0.2); }
#starlist ul.sub:before { content: ""; height: 15px; width: 15px; background: #fff; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); border-left: 0; border-bottom: 0; position: absolute; top: -8px; left: 42%; display: none; }
#starlist li:hover ul.sub { opacity: 1; top: 55px; }
#starlist li:hover ul.sub li a { display: block }
#mnavh { display: none; width: 70px; height: 40px; text-align: center; }
.navicon {display: block;position: relative;width: 30px;height: 3px;background-color: #fff;margin-top: 20px;float: left;margin-left: 20px;}
.navicon:before, .navicon:after {content: '';display: block;width: 30px;height: 3px;position: absolute;background: #f8f6f6;-webkit-transition-property: margin, -webkit-transform;transition-property: margin, -webkit-transform;transition-property: margin, transform;transition-property: margin, transform, -webkit-transform;-webkit-transition-duration: 300ms;transition-duration: 300ms;}
.navicon:before { margin-top: -10px; }
.navicon:after { margin-top: 10px; }
.open .navicon { background: none }
.open .navicon:before { margin-top: 0; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.open .navicon:after { margin-top: 0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.open .navicon:before, .open .navicon:after { content: ''; display: block; width: 30px; height: 3px; position: absolute; background: #fff; }
.menu:after { content: ""; position: absolute; display: none; top: 14px; right: 1px; width: 0; height: 0; border-width: 4px 4px 0; border-style: solid; border-color: #fff transparent transparent; -ms-transition: all .5s ease; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }


.topnav a.en{float:right; color: #FFF;right: 22%;position: absolute; top: 20px;}
/*icon-box*/
.icon-box { float: right; position: absolute; right: 15%; top: 0px; }
.icon-search-img { display: block; width: 30px; line-height: 30px; height: 30px; background: url(../image/icon-search.png) no-repeat center; border-radius: 50%; }
.icon-search { float: left; position: relative; }
.search { display: block; height: 32px; width: 300px; border: 1px solid rgb(255, 255, 255, .5); background: rgb(0, 0, 0, .2); border-radius: 1.8em; float: right; position: absolute; left: -80px; top: 10px; }
.search-submit { background: url(../image/icon-search.png) no-repeat; display: block; height: 20px; width: 19px; position: absolute; top: 7px; right: 14px; cursor: pointer; border: none; outline: none }
.input_searchtext { font-size: 14px; line-height: 20px; height: 24px; width: 230px; border-width: 0px; border-style: none; position: absolute; left: 15px; top: 5px; background: none; outline: none; }
section.icon-search.current .search { display: block }


/*banner*/
.ban-img { position: absolute; left: 0; top: 45%; color: #fff; width: 100%; text-align: center; }
.ban-img h3 { font-size: 40px; position: relative; width: 540px; margin: 0 auto 30px; }
.ban-img h3:before { position: absolute; content: ""; width: 100%; height: 180px; bottom: 100px; }
.bgimg img { animation: tobig 8s infinite; animation-direction: alternate; animation-delay: 1s; }
ul.banner-point { background: #d61a1a; font-size: 22px; text-align: center; }
ul.banner-point li { display: inline-block; margin: 0 56px; line-height: 50px; }
ul.banner-point li:nth-child(2) { position: relative; }
ul.banner-point li:nth-child(2):before { content: ""; background: rgb(255, 255, 255, .3); width: 10px; height: 10px; border-radius: 10px; position: absolute; left: -60px; top: 0px; }
ul.banner-point li:nth-child(2):after { content: ""; background: rgb(255, 255, 255, .3); width: 10px; height: 10px; border-radius: 10px; position: absolute; right: -60px; top: 0px; }
 @keyframes tobig { 0% {
 transform: scale(1);
}
 100% {
transform: scale(1.1);
}
}
.bgimg img { width: 100%; }
.ban-img img { width: 100%; }


/*学院新闻*/
.case { margin-bottom: 60px; }
.case .box { overflow: inherit; }
.Box_con { position: relative; }
.Box_con .btnl { position: absolute; }
.Box_con .btn { display: block; width: 90px; height: 90px; position: absolute; top: 300px; cursor: pointer; }
.Box_con .btnl { background: url(../image/jt01.png) no-repeat center; left: -110px; }
.Box_con .btnr { background: url(../image/jt02.png) no-repeat center; right: -110px; }
.Box_con .conbox { position: relative; overflow: hidden; }
.Box_con .conbox h1{padding: 10px 0 0 30px;font-size: 48px; color: #777; font-weight: 100}
.Box_con .conbox h3{padding: 0 0 0 30px;font-size: 18px; color: #777;}
.Box_con .conbox h4{padding: 0 30px 0 30px;font-size: 18px; color: #000;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical; line-height: 30px;height: 60px}
.Box_con .conbox h5{padding:20px 30px;font-size: 16px; color: #69acff;font-weight: 100}
.Box_con .conbox p{padding: 20px 30px;font-size: 16px; color: #333;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical; line-height: 24px;height: 30px}
.Box_con .conbox ul { position: relative; list-style: none; height: 655px; overflow: hidden; padding: 10px}
.Box_con .conbox ul li { float: left; width: 500px; height: 640px; margin:15px 0 0 35px; overflow: hidden; box-shadow:0px 0px 5px 2px rgba(0,0,0,.1); background: #FFF;}
.Box_con .conbox ul li:first-child { margin-left: 0; }
.Box_con .conbox ul li img { display: block; width: 435px; height: 311px; margin: 20px auto}
.Box_con .conbox ul li:hover {  background: #f2f7fc; box-shadow:0px 0px 5px 2px rgba(0,0,0,.2);}


/*师资队伍*/


.p-service-list { position: relative; overflow: hidden; }
.p-service-list ul { position: relative; list-style: none; height: 560px; overflow: hidden; padding: 10px}
.p-service-list li { float: left; position: relative;  }
.p-service-list li a:after { content:""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0,0,0,.0); display: block;transition: all .5s; }
.p-service-list li a:hover:after { transition: all .5s; }
.p-service-list li a{overflow: hidden;text-align: center;width: 285px;  height: 415px;  display: block;transition: all .5s; background: url("../picture/listbg.jpg");margin:100px 0 0 35px; overflow: hidden;}
.p-service-list ul li:first-child {margin-left:-35px}
.p-service-list li h3 { position: absolute; display: block; width: 100%;top: 440px; font-size: 24px; color: #fff; z-index: 9; text-align: left;text-indent: 30px;}
.p-service-list p { position: absolute; text-align: left; top:600px;  font-size: 16px; color: #fff; z-index: 9; padding: 0 30px; line-height: 30px; text-indent: 30px; opacity: 0background: #2b82fe; border-radius: 0 0 0 50px; padding-top: 20px}
span.item-link {position: absolute; display: block;  width: 100%; top:450px;height: 36px; line-height: 36px; font-size: 18px; color: #ffffff; margin: 20px auto;z-index: 9;  text-align: left; text-indent: 30px;}
.p-service-list li h5{position: absolute; display: block;  width: 100%; top:600px; height: 36px; line-height: 36px; font-size: 16px; color: #ffffff; margin: 20px auto;z-index: 9;  text-align: left; text-indent: 30px;}
.p-service-list li:hover a{width: 560px; height: 630px; transition: all .5s; background: url("../picture/sz_bg.jpg") bottom no-repeat;margin:-60px 0 0 35px; overflow: hidden; }
.p-service-list li:hover a img{margin:80px 0 0 1px; transition: all .5s;}
.p-service-list li:hover p {  top:7px ;opacity: 1;transition: all .5s; right:0px; width:200px; height: 300px; background: #2b82fe; border-radius: 0 0 0 50px }
.p-service-list li:hover span { top: 480px;transition: all .5s; }
.p-service-list li:hover h3 { top:460px;transition: all .5s; }
.p-service-list li:hover h5 { top:510px;transition: all .5s; }
.p-service-list li img{
position:relative;
top:3px;
}


/*h_title*/
.h_title { text-align: center; margin: 60px 0; }
.h_title h3 { font-size: 38px;text-align: center}
.h_title h3 img{ margin: auto}
.h_title p { color: #666; font-size: 16px; }
.h_title .more{ display: block; float: right; width: 145px; height: 36px; margin-right: 100px;}


/*通知公告*/
.product { overflow: hidden; margin: 0 0 60px 0; }
.pro_list {  }
.pro_list ul { overflow: hidden; }
.pro_list ul li { width: 482px;float: left; text-align: center; margin: 25px 40px 55px 10px; transition: .5s; overflow: hidden; }
.pro_list ul li a { display: block; width: 480px; height: 160px; margin: auto; border: #eaeaea 1px solid; border-radius:0 50px 0 50px; background: #6a95dd; padding-top: 30px ;transition: .5s;}
.pro_list ul li .tz_l{float:left; width: 120px; text-align: center;}
.pro_list ul li .tz_r{float:left;width: 320px;}
.pro_list ul li h1{font-size: 35px; color: #ffd48c; font-weight: 100;}
.pro_list ul li h3{font-size: 18px; color: #ffd48c; font-weight: 100;}
.pro_list ul li h5 {text-align: left;font-size: 20px; line-height: 30px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; color: #FFF }
.pro_list ul li p { text-align: left;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;line-clamp: 3;-webkit-box-orient: vertical; line-height: 22px; color: #FFF; height: 68px; margin-top: 10px}
.pro_list ul li:hover a { border: #1049a0 1px solid; background: #1471d2;border-radius:50px 0 50px 0;transition: .5s;}
.pro_list ul li:hover p { }




/*about*/
.about { margin-bottom: 60px; }
.about section {  }
.about i { float: left;;}
.about i img { }
.ab_text { width:1000px; float: right; margin-top: 40px}
.ab_text .ab_tp { border:15px solid #0a63c0;width:700px;height: 380px; overflow: hidden;float: left;position: relative;}
.ab_text .ab_tx{ width:400px; float: right; background: #FFF; height: 260px; border: 2px solid #dcecff; padding: 20px;  position: absolute; margin: 60px 0 0 680px }
.ab_text p {text-align: left;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;line-clamp: 3;-webkit-box-orient: vertical; line-height: 26px; color: #333; height: 100px;  margin: 0 ; font-size: 16px; }
.ab_text h4 {text-align: left;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;line-clamp: 3;-webkit-box-orient: vertical; line-height: 26px; color: #333; font-size: 20px; margin: 10px 0 0 0; position: relative; background-image: linear-gradient(#1049a0, #1049a0); background-size: 60px 4px; background-repeat: no-repeat; background-position: bottom 30px left;height: 95px; }
.ab_text .ab_tx a { color: #337ab7; float: right }
.ab_text a:hover { color: #333 }


.news-list-time li { line-height: 36px;  padding: 10px;  float: left; border-bottom: 1px solid #CCC;width:440px;height: auto; margin: 30px 0 0 40px;  }
.news-list-time li:before { content: ""; position: absolute; left: 0; bottom: 15px; width: 4px; height: 4px; background: #6e6e6e; border-radius: 4px; }
.news-list-time li h5{height: 30px;line-height: 36px; font-size: 18px; font-weight: 100;text-align: left;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;line-clamp: 1;-webkit-box-orient: vertical;}
.news-list-time li span { font-size: 16px; color: #e3a53d; height: 30px;  }




/*友情链接*/
.links { background: #132a80; padding: 30px 0; }
.links p{ font-size: 18px;font-weight: bold;color: #FFF;}
.links a { color: #bfe0ff;font-weight: 100 }
.links a:hover { text-decoration: underline; color: #fff }
.links span { display: inline-block; margin: 0 0 0 40px; }
.ftmain.box { display: flex; flex-wrap: wrap; justify-content: space-between; }


/*footer*/
footer { background:url("../picture/footer.jpg"); color: #FFF; padding: 30px 0 0; }
footer a { color: #FFF; }
.ft_logo { margin: 30px 0; float: left; }
.ft_logo img { filter: brightness(100); }
.ft_contact { float: left; padding: 0 100px; position: relative; background: linear-gradient(#5495d9, #5495d9), linear-gradient(#5495d9, #5495d9); background-size: 1px 100%, 1px 100%; background-repeat: no-repeat; background-position: 0 0, right 0; }
.ft_pic { float: right; text-align: center; font-size: 14px; }
.ft_pic img { width: 120px; margin-bottom: 5px; }
.ft_pic p { display: inline-block; margin: 20px 0 0 20px; }
.ft_contact h4 { font-size: 20px; color: #fff; margin-bottom: 18px; }
.ft_contact li { line-height: 30px; margin-bottom: 5px; }
.copyright { text-align: center; padding: 10px 0; background-color: #222; margin-top: 35px; color: #FFF; font-size: 14px; }
.copyright a { color: #FFF; }





/*列表页面*/
.banner2 { position:relative; z-index: -99 }
.banner2 img { width: 100%; }
.banner2 h3{font-size: 48px;position:absolute;width: 300px;text-align:center;height:100px;top:50%;left:50%;margin-left: -150px;margin-top:-50px;letter-spacing: .1em;}

.boxbg{background: #fff;}
.side_left { float: left; width: 280px; margin: 20px 0; background: #FFF; margin-top: -80px; z-index: 99; position: absolute;;}
.side_right { float: right; width: 1280px; margin:0 0 50px 0; background: #FFF;}
.news_nav { overflow: hidden; background: #1049a0; color: #fff; text-align: center;height: auto;  }
.news_nav h3 { padding: 10px 10px 7px; font-size: 29px; margin: 30px 0 0 0 ; text-align: left}
.news_nav span { font-size: 16px; text-align: left; display: block; margin-bottom: 30px}
.news_nav h3 a { color: #fff; }
.news_nav i{float:left; margin: 20px;}
.news_nav ul { margin: 1px; padding: 4px;padding-bottom: 20px;  }
.news_nav ul a { color: #000; font-size: 18px }
.news_nav ul li a.on{color: #1887ff; font-weight: bold}
.news_nav ul li { line-height: 60px; border-bottom: 1px dotted #b4b1b1; margin: 0;background: #FFF; }
a#navoncurrent, .news_nav ul li:hover a { color: #1049a0; }












.news_list { }
.news_list ul { }
.news_list li { overflow: hidden; margin: 40px 80px; border: #e7e5e5 1px solid; padding: 20px; }
.news_list li a { }
.news_list li i { width: 220px; height: 135px; overflow: hidden; float: left; margin-right: 40px; }
.news_list li i img { width: 100%; min-height: 100%; transition: .5s }
.news_list li section { }
.news_list h3 { font-size: 22px; margin: 2px 0 15px 0; font-weight: 500 }
.news_list p { color: #666; line-height: 26px; margin-bottom: 10px; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2;  font-size: 16px;}
.news_list span { color: #999; font-size: 16px; }
.news_list li:hover img { transform: scale(1.1) }
.weizhi { margin-bottom: 10px; padding: 0 9px; height: 60px; line-height: 60px; font-size: 16px; background: #dddddd; color: #666; padding-left: 30px }
.weizhi a { margin: 0 5px; color: #2f58b8; }
.news_list2 li { line-height: 30px; padding: 5px 10px; border-bottom: #e7e5e5 1px dashed; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.news_list2 li span { float: right; color: #999; font-size: 14px; }
.news_list3 { }
.news_list3 ul {padding: 20px 0; min-height:350px}
.news_list3 li { overflow: hidden; margin: 20px 80px; border-bottom: #e7e5e5 1px solid; padding: 10px 20px; }
.news_list3 li a { }
.news_list3 li section { }
.news_list3 h3 { font-size:18px; margin: 2px 0 15px 0; font-weight: 100 }
.news_list3 li span { color: #999; font-size: 16px; float: right}



/*epages*/
.epages { text-align: center; color: #666; width: 100%; clear: both; margin: 30px 0; }
.epages a { color: #666; margin: 0 5px 10px; padding: 5px 10px; background: #e6e7e5; display: inline-block; }
.epages a:nth-child(1) { display: none }
.epages a:hover, .epages > b { color: #FFF; background: #1049a0; }
.epages > b { padding: 5px 10px; }
.side_contact { margin: 20px 0; overflow: hidden; }
.side_contact h3 { background: #1049a0; color: #fff; padding: 7px 10px; font-size: 16px; }
.side_contact dl { padding: 10px; border: #e7e5e5 1px solid; }
.side_contact dd { line-height: 26px; font-size: 13px; color: #333; }
.side_contact dd b { font-size: 16px; color: #333333; margin: 12px 0 6px; display: block; }
/*news_content*/
.news_content { line-height: 28px; font-size: 16px; text-indent: 2em; margin: 60px 120px;margin-top:20px; }
.news_content h2 { margin: 40px 0 20px 0; }
.news_content h2:before { top: 7px }
.news_content img { max-width: 100% !important; height: auto !important; margin: 20px auto; }
.news_content p { margin: 40px 0}
.news_content h2 { font-size: 22px; line-height: 40px; position: relative; padding-left: 30px; margin: 20px 0; font-style: normal; display: block; text-indent: initial; }
.news_content a { color: #1049a0; }
.news_content ul, .news_content ol { margin: 20px 0 20px 50px; }
.news_content ul li { margin-top: 3px; line-height: 30px; list-style-type: disc; text-indent: initial; }
.news_content ol li { margin-top: 3px; line-height: 30px; list-style-type: decimal; text-indent: initial; }
.news_content table { margin: 15px 0; border-collapse: collapse; border: 1px solid #dcdcdc; width: 100%; }
.news_content table t { background-color: #fff; }
.news_content table p { margin: 0 0 2px 0; }
.news_content table th { vertical-align: baseline; padding: 5px; background: #f5f5f5; border: 1px solid #dcdcdc; font-size: 16px; }
.news_content table td { text-align: center; padding: 6px; border: 1px solid #dcdcdc; font-size: 16px; }
.content_box h1 {    font-size: 28px;
    padding: 30px 0;
    text-align: center;
    border-bottom: 3px solid #eee;
    margin: 0 20px; }
.news_info { color: #999; font-size: 14px; line-height: 34px; margin-bottom: 30px; overflow: hidden; text-align: center;  }
.news_info p { display: inline-block; margin: 0 20px; }
.news_next { overflow: hidden; margin: 30px 0; border: #eceaea 1px solid; padding: 20px; background: #f7f7f7; }
.news_next li { width: 45%; float: left; text-overflow: ellipsis; white-space: nowrap; color: #666; overflow: hidden; font-size: 16px; }
.news_next li:nth-child(2) { float: right; text-align: right; }
.news_next li a { color: #222; }
.news_next li a:hover { color: #015aae; }
/*search_list*/
.xt_search { margin: 0 0 20px 0; color: #333; }
.search_list { margin: 20px 0; }
.search_list strong { color: #f00; }
.search_list ul li { margin-bottom: 30px; }
.search_list ul li h3 { font-weight: normal; margin: 0; font-size: 16px; margin-top: 10px; }
.search_list ul li h3 a { color: #07519A; }
.search_list ul li h3 a:hover, .color_purple:hover { text-decoration: underline }
.search_list ul li p { font-size: 14px; margin: 5px 0; }
.color_green { color: green; font-size: 14px; word-break: break-all; white-space: pre-wrap; }
.color_purple { color: #77c; }
/*side_nav*/
.side_nav { position: fixed; right: 0; bottom: 20%; z-index: 999; }
.side_nav ul li { width: 50px; height: 50px; background: #d9d9d9; margin-bottom: 1px; }
.side_nav ul li a { display: block; position: relative; }
.side_nav ul li span { position: absolute; right: 50px; top: 0; font-weight: bold; width: 150px; min-height: 50px; line-height: 50px; color: #fff; text-align: center; font-size: 17px; display: none; }
.side_nav ul li span img { width: 120px; margin: 10px auto }
.side_nav li i { display: block; margin: auto; width: 100%; height: 50px; background-size: 32px; }
i.icon_dh { background: url(../image/0icon_dh.png) no-repeat center; }
i.icon_wx { background: url(../image/0icon_wx.png) no-repeat center; }
i.icon_qq { background: url(../image/0icon_qq.png) no-repeat center; }
i.icon_fh { background: url(../image/0icon_top.png) no-repeat center; }
.side_nav ul li:hover span { display: block; background: #1049a0; }
.side_nav ul li:hover { background: #1049a0; }
.side_nav ul li:hover i { filter: invert(1); }
a.cpbtn { display: none;}



.side_right .pic_list { width: 100%; margin: 20px 0 40px; }
.pic_list { float: right;}
.pic_list ul { overflow: hidden; padding: 20px 50px; }
.pic_list ul li { width: 33.333%; float: left; text-align: center; margin: 0 0 40px 0; transition: .5s; overflow: hidden; }
.pic_list ul li a { display: block; width: 340px; margin: auto; border: #eaeaea 1px solid; }
.pic_list ul li i img { width: 100%; min-height: 100%; margin: auto; transition: .5s; }
.pic_list ul li i { width: 100%; height: 260px; display: block; margin: auto; overflow: hidden; }
.pic_list ul li p { background: #eaeaea; line-height: 60px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;font-size: 18px; }
.pic_list ul li:hover img { transform: scale(1.05) }
.pic_list ul li:hover a { border: #1049a0 1px solid; }
.pic_list ul li:hover p { background: #1049a0; color: #fff; }
.pic_list_h { border-bottom: #eceaea 1px solid; padding: 0 0 15px 0; margin-bottom: 15px; font-size: 22px; }


.v_news_content p span{
font-size:18px!important;
font-family:'微软雅黑'!important;
color:#333!important;
}
.v_news_content p{
line-height:200%!important;
font-size:18px!important;
font-family:'微软雅黑'!important;
color:#333!important;
}

.v_news_content br{
display:none;

}
#vsb_content_4 p,#vsb_content span{
font-size:22px!important;
font-family:'微软雅黑'!important;
color:#333!important;

}
.miso_scorll {
    position: absolute;
    bottom: .26rem;
    z-index: 100;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.miso_scorll .ico {
    animation: index_tips_scroll 2s linear infinite;
}
.miso_scorll .ico img {
    display: block;
    width: .6rem;
}





@media(max-width:1600px){
.box{
zoom:0.8
}
.topnav{
zoom:0.85
}
}