/*@font-face {
    font-family: 'helLight';
    src: url('../font/helLight.eot');
    src:
    url('../font/helLight.eot?#font-spider') format('embedded-opentype'),
    url('../font/helLight.woff') format('woff'),
    url('../font/helLight.ttf') format('truetype'),
    url('../font/helLight.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}/

@charset "utf-8";
/* 初始化CSS */
*{margin:0; padding:0;}
h1, h2, h3, h4, h5, h6{font-size:100%; font-weight:bold;}
fieldset, img{border:none; vertical-align:middle;}
address, caption, cite, code, dfn, th, var{font-style:normal; font-weight:normal;}
ul, ol{list-style:none;}
li{list-style-type:none;}
input{padding-top:0; padding-bottom:0; font-family: "SimSun",Arial,sans-serif;}
select, input{vertical-align:middle;}
select, input, textarea{ margin:0; font-size:12px;}
input[type="text"], input[type="password"], textarea{outline-style:none;}
textarea{font-family: "SimSun",Arial,sans-serif; resize:none;}
body{font:12px "SimSun",Arial,sans-serif; color:#333; background:#fff;}
a{text-decoration:none; color:inherit;}
i, em{ font-style:normal;}
.clearfix:after{ display:block; visibility:hidden; clear:both; height:0; content:"";}
.clearfix{zoom:1;}
.fl{ float:left;}
.fr{ float:right;}
.auto{ margin-left:auto; margin-right:auto;}

/*html5*/
article,aside,footer,header,section,footer,nav,figure,main{display:block;}

/*小号文字  scale以12号字体为基准 需写实际字号大小*/
.font_adjust{-webkit-text-size-adjust:none;}
.font_scale8{ -webkit-transform: scale(0.66);}
.font_scale10{ -webkit-transform: scale(0.83);}
.font_lc{-webkit-transform-origin:left center;}
.font_rc{-webkit-transform-origin:right center;}
.font_up{text-transform:uppercase;}

/*文字截断*/
.TXTovehid{display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

/*transition*/
.tran200{-webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; -ms-transition:all 0.2s linear; transition:all 0.2s linear;}
.tran300{-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.tran400{-webkit-transition:all 0.4s linear; -moz-transition:all 0.4s linear; -ms-transition:all 0.4s linear; transition:all 0.4s linear;}
.tran500{-webkit-transition:all 0.5s linear; -moz-transition:all 0.5s linear; -ms-transition:all 0.5s linear; transition:all 0.5s linear;}
.tran1000{-webkit-transition:all 1s linear; -moz-transition:all 1s linear; -ms-transition:all 1s linear; transition:all 1s linear;}

.scaleimg:hover img{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}
.rotateY:hover{ -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); transform: rotateY(180deg);}
.translateX:hover a{-webkit-transform:translateX(6px); -moz-transform: translateX(6px); -ms-transform:translateX(6px); transform:translateX(6px);}

/*网页限定宽度*/
.con_1000{ position:relative; margin:0 auto; width:1000px;}
.con_1000:after {content:""; display:block; height:0; clear:both;}

body{font-size: 14px;font-family: "Microsoft Yahei";background: #f2f4f5;}
.w1200,.mw1200{width: 1200px;margin: 0 auto;box-sizing:border-box;padding: 0 20px;background: #ffffff;}


/*header*/
.header{position: relative;}
.header .logo{height: 114px;line-height: 114px;}
.header .logo img{height: 55%;}
.header .fr{width: 434px;padding-top: 12px;}
.hLink{/*width: 268px;*/float: right;border-bottom: 1px solid #cccccc;text-align: right;height: 36px;line-height: 36px;margin-bottom: 10px;width: 400px;}
.hLink a{display: inline-block;*display: inline;*zoom: 1;font-size: 12px;color: #808080;padding-left: 45px;position: relative;}
.hLink a:before{content: " ";width: 1px;height: 18px;background: #cccccc;position: absolute;left: 10px;top: 50%;margin-top: -9px;}
.hLink a:first-child{padding-left: 20px;}
.hLink a:first-child:before{display: none;}
.hLink a.hLink1{background: url(../images/hlink1.jpg) no-repeat left center;}
.hLink a.hLink2{background: url(../images/hlink2.jpg) no-repeat 24px center;}
.hLink a.hLink3{background: url(../images/hlink3.jpg) no-repeat 24px center;}
.hForm{width: 100%;height: 36px;background: #fafafa;float: right;}
.hForm .hText{width: 402px;float: left;height: 36px;border:none;background: none;text-indent: 10px;font-size: 12px;color: #333;font-family: "Microsoft Yahei";}
.hForm .hSubm{width: 30px;height: 36px;border:none;cursor: pointer;float: left;background: url(../images/hsubm.jpg) no-repeat left center;}

/*pc-nav*/
.navWrap{width: 100%;height: 46px;background: #006bb3;position: relative;z-index: 3;}
.navWrap .w1200{height: 46px;position: relative;}
.nav{height:46px; line-height:46px;position:relative; z-index:1;}
.nav a{ color:#fff;}
.nav .nLi{ float:left;  position:relative;width: 10%;}
.nav .nLi h3{}
.nav .nLi h3 a{ display:block;font-size:16px; font-weight:bold;color: #ffffff;width:100%;text-align: center;box-sizing:border-box;padding: 0 5px;
-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.nav .sub{ display:none; width:100%; left:0; top:46px;  position:absolute; background:#006bb3;  line-height:30px; padding:5px 0;text-align: center;}
.nav .sub li{ zoom:1;}
.nav .sub a{ display:block; padding:7px 1px;font-size: 12px;line-height: 16px;}
.nav .sub a:hover{ background:#3daaf2; color:#fff;}
.navWrap .navBg{/*width: 150px;*/height: 46px;background: #3daaf2;position: absolute;top: 0;left: 0;}
.navBtn{width: 25px;height: 16px;border-top: 2px solid #808080;border-bottom: 2px solid #808080;position: absolute;right:3%;
top: 50%;margin-top: -12px;cursor: pointer;display: none;}
.navBtn:before{content: "";width: 100%;height: 2px;background: #808080;position: absolute;left: 0;top: 50%;margin-top: -1px;}
.nav .nLi.on h3 a{background: #3daaf2;}
/*wap-nav*/
.wapNavBg{width: 100%;height: 100%;background: rgba(0,0,0,0.3);position: fixed;top: 0;left: 0;z-index:8888;display: none;}
.hnav{width: 300px;position: fixed;top: 0px;z-index: 9999;background: #F8F8F8;padding-bottom: 20px;overflow: auto;max-height: 500px;
right: 0px;min-height: 300px;right: -300px;box-sizing:border-box;padding: 10px;}
.hnav .sub_t_btn{width: 42px;height: 42px;position: absolute;top: 0px;right: 0px;font-size: 18px;font-weight: bold;
color: #ccc;text-align: center;background: url(../images/close_icon.jpg) no-repeat center;cursor: pointer;z-index: 3;}
.hnav .sub_outer{width: 100%;background: #e7e7e7;}
.hnav .li_outer{margin-bottom: 3px;background: #fff;}
.hnav .sub_h {display: block;padding: 10px 2%;position: relative;}
.hnav .sub_h a {font-size: 14px;color: #474747;display: block;width: 260px;}
.hnav .sub_icon {display: block;width: 30px;height: 30px;margin-top: 4px;position: absolute;right: 3px;top: 0px;cursor: pointer;
background: url(../images/sub_icon.jpg) no-repeat center;line-height: 30px;text-align: center;font-size: 14px;color: #666;
-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; transition:all 0.3s linear;}
.hnav .sub_icon.rotate{transform:rotate(180deg);-webkit-transform:rotate(180deg);}
.hnav .sub_inner {border-top: 1px solid #eee;padding-top: 5px;display: none;}
.hnav .sub_inner li {line-height: 26px;padding: 0 2%;}
.hnav .sub_inner li a{color: #666666;font-size: 14px;}
.hnav .sub_btn {width: 30px;height: 30px;float: right;position: absolute;right: 5px;top: 38px;z-index: 99;cursor: pointer;}
.hnav .sub_btn span {display: block;width: 22px;margin: 5px auto;height: 2px;background: #fff;border-radius: 3px;}
.wapNav .hLink{padding-top: 30px;}
.wapNav .hForm .hText{width: 228px;}
.wapNav .hForm{background: #fff;margin-bottom: 20px;}

/*banner*/
/*.ibanner{width: 100%;height: 450px;}
.ibanner .swiper-wrapper{width: 100%;}
.ibanner .swiper-slide{width: 100%;height: 450px;background-position: center top;background-repeat: no-repeat;}*/


.ibanner{width: 100%;height: 350px;}
.ibanner .swiper-wrapper{width: 100%;}
.ibanner .swiper-slide{width: 100%;height: 350px;background-position: center top;background-repeat: no-repeat;}
/*index--通知公告*/
.isect1{width: 100%;height: 40px;line-height: 40px;background: url(../images/ibluebg.jpg) repeat;margin-top: -40px;position: relative;z-index: 2;}
.isect1 dl{height: 40px;padding: 0 80px 0 110px;position: relative;}
.isect1 dt{height: 100%;position:absolute;left: 0;top: 0;color: #ffffff;font-weight: bold;text-indent: 24px;background: url(../images/isect1_1.jpg) no-repeat 5px center;}
.isect1 .dd2{width: 50px;position: absolute;right: 20px;top: 0;color: #ffffff;font-size: 12px;box-sizing:border-box;padding-right: 10px;
background: url(../images/imore1.jpg) no-repeat right center;text-align: right;}
.isect1 .dd1{width: 100%;height: 100%;}
.isect1 .dd1 .inotice{ width: 100%;overflow: hidden;height: 40px;}
.isect1 .dd1 .inotice .swiper-slide { width:auto;}
.isect1 .dd1 .inotice .swiper-slide a{ display: block;width: 354px;color: #ffffff;padding-right: 14px;box-sizing:border-box;}
.isect1 .dd1 .inotice .swiper-slide.on a{}
.isect1 .dd1 .inotice .swiper-slide a:hover{text-decoration: underline;}

/*index -- 通知公告1*/
.txtScroll-top{ width:100%;  overflow:hidden; position:relative;}
.txtScroll-top .bd{}
.txtScroll-top .infoList li{float: left;width: 346px;}
.txtScroll-top .infoList li a{display: block;color: #ffffff;padding-right: 14px;box-sizing:border-box;}
.txtScroll-top .infoList li a:hover{text-decoration: underline;}

/*index -- isect2*/
.isect2{margin-bottom: 46px;}
.isect2 .isect2_1{width: 62%;}
.iTitle{height: 35px;line-height: 35px;border-bottom: 1px solid #cccccc;font-weight: normal;margin-bottom: 25px;}
.iTitle .item{float: left;padding-left: 40px;height: 35px;line-height: 35px;position: relative;font-size: 20px;color: #333333;cursor: pointer;}
.iTitle .item:before{content: " ";width: 1px;height: 18px;background: #cccccc;position: absolute;left: 20px;top: 50%;margin-top: -9px;}
.iTitle .item:after{content: " ";width: 80px;height: 1px;position: absolute;right: 0;bottom: -1px;z-index: 2;background: #006bb3;width: 0;
-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
/*.iTitle .item:first-child{padding-left: 0;}*/
.iTitle .item:first-child:before{display: none;}
.iTitle .item.on{color: #006bb3;}
.iTitle .item.on:after{width: 80px;}
.iTitle .item.active{color: #006bb3;}
.iTitle .item.active:after{width: 80px;}
.iTitle .imore{float: right;color: #666666;padding-left: 17px;background: url(../images/imore2.jpg) no-repeat left center;}
.iTitle .imore:hover{color: #006bb3;background: url(../images/imore2on.jpg) no-repeat left center;}
.isect2_1 .pic{width: 44%;float: left;height: 0;padding-bottom: 33%;position: relative;}
.isect2_1 .pic .isect2Pic{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.isect2_1 .pic .isect2Pic .swiper-slide{width: 100%;height: 100%;position: relative;}
.isect2_1 .pic .isect2Pic .swiper-slide img{width: 100%;height: 100%;}
.isect2_1 .pic .isect2Pic .swiper-slide p{width: 100%;height: 44px;line-height: 44px;text-align: center;background: url(../images/igray.jpg) repeat;
position: absolute;left: 0;bottom: 0;font-size: 16px;color: #ffffff;}
.isect2_1 .text{width: 52%;float: right;}
.itop{display: block;padding-bottom: 32px;background: url(../images/libg.jpg) repeat-x left bottom;}
.itop h3{font-size: 18px;font-weight: bold;color: #006bb3;line-height: 20px;padding-right: 60px;position: relative;
margin-bottom: 12px;}
.itop h3 span{font-size: 12px;color: #666666;position: absolute;right: 0;top: 0;font-weight: normal;}
.itop p{font-size: 12px;line-height: 22px;color: #999999;height: 44px;overflow: hidden;}
.itop:hover p{color: #444;}
.list{}
.list li{height: 44px;line-height: 44px;padding: 0 0 1px 16px;position: relative;background: url(../images/libg.jpg) repeat-x left bottom;}
.list li:before{content: " ";width: 4px;height: 4px;background: #333333;position: absolute;left: 0;top: 50%;margin-top: -2px;}
.list li .fl{max-width: 75%;float: left;font-size: 16px;color: #333333;}
.list li .fr{float: right;font-size: 12px;color: #666666;}
.list li:hover:before{background: #4b96c9;}
.list li:hover a{color: #4b96c9;}

.isect2 .isect2_2{width: 35%;}
.isect2 .isect2_2 .tabs{height: 35px;line-height: 35px;border-bottom: 1px solid #006bb3;margin-bottom: 10px;}
.isect2 .isect2_2 .tabs a{display: inline-block;*display: inline;*zoom: 1;font-size: 16px;font-weight: bold;color: #232526;padding: 0 18px;
border-radius: 3px 3px 0 0;}
.isect2 .isect2_2 .tabs a.active{background: #006bb3;color: #fff;}
.isect2 .isect2_2 .swiper-container{height: 258px;}
.isect2 .isect2_2 .list li{height: 42px;line-height: 42px;}

/*index -- isect3*/
.isect3{height: 303px;width: 100%;background-position: center top;background-repeat: no-repeat;margin-bottom: 38px;box-sizing:border-box;
padding-top: 42px;}
.isect3 h3{margin-bottom: 23px;font-weight: normal;}
.isect3 h3 span{display: block;text-align: center;}
.isect3 h3 span.ch{line-height: 28px;font-size: 24px;color: #ffffff;}
.isect3 h3 span.en{font-family: "Arial";font-size: 12px;color: #ffffff;line-height: 15px;margin-bottom: 19px;text-transform: uppercase;}
.isect3 h3 span.line{width: 25px;height: 1px;background: #ffffff;margin: 0 auto;}
.isect3 .owl-carousel{width: 100%;height: 130px;text-align: center;}
.isect3 .owl-carousel .item{width: 130px;height: 130px;box-sizing:border-box;border:1px solid #fff;border-radius: 50%;text-align: center;
display: inline-block;*display: inline;*zoom: 1;}
.isect3 .owl-carousel .item i,.isect3 .owl-carousel .item span{display: block;}
.isect3 .owl-carousel .item i{width: 58px;height: 46px;margin: 20px auto 0 auto;background-position: center;background-repeat: no-repeat;}
.isect3 .owl-carousel .item.item1 i{background-image: url(../images/isect3_1.jpg);}
.isect3 .owl-carousel .item.item2 i{background-image: url(../images/isect3_2.jpg);}
.isect3 .owl-carousel .item.item3 i{background-image: url(../images/isect3_3.jpg);}
.isect3 .owl-carousel .item.item4 i{background-image: url(../images/isect3_4.jpg);}
.isect3 .owl-carousel .item.item5 i{background-image: url(../images/isect3_5.jpg);}
.isect3 .owl-carousel .item span{line-height: 38px;font-size: 16px;color: #ffffff;}

/*index -- isect4*/
.isect4{margin-bottom: 45px;}
.isect4 .isect4_1{width: 48%;float: left;}
.isect4 .itop{padding-bottom: 27px;}
.isect4 .itop h3{padding-right: 100px;line-height: 37px;margin-bottom: 5px;}
.isect4 .itop p{height: 66px;}
.isect4 .isect4_2{width: 48%;float: right;}
.isect4 .isect4_2 .swiper-container{height: 268px;} 
.isect4 .isect4_2 .swiper-container .recNews{display: block;position: relative;height: 112px;padding-bottom: 21px;background: url(../images/libg.jpg) repeat-x left bottom;padding-left: 150px;}
.isect4 .isect4_2 .swiper-container .recNews .pic{display: block;width: 150px;height: 112px;position: absolute;left: 0;top: 0;}
.isect4 .isect4_2 .swiper-container .recNews .pic img{width: 100%;height: 100%;}
.isect4 .isect4_2 .swiper-container .recNews .text{padding-left: 20px;}
.isect4 .isect4_2 .itop{padding-bottom: 25px;background: none;}

/*index -- isect5*/
.isect5{margin-bottom: 35px;position: relative;width: 100%;	overflow: hidden;}
.isect5 .owl-carousel1 .item{height: 0;padding-bottom: 75%;position: relative;}
.isect5 .owl-carousel1 .item a{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.isect5 .owl-carousel1 .item a img{width: 100%;height: 100%;}
.isect5 .owl-carousel1 .item a .top{width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: 2;background: url(../images/igray1.jpg) repeat;text-align: center;}
.isect5 .owl-carousel1 .item a .top i{display: block;width: 50px;height: 50px;margin: 20% auto 0 auto;background-position: center;background-repeat: no-repeat;}
.isect5 .owl-carousel1 .item a .top span{display: block;width: 20px;height: 2px;background: #fff;margin: 5% auto;}
.isect5 .owl-carousel1 .item a .top p{text-align: center;font-size: 20px;font-weight: bold;color: #ffffff;line-height: 24px;}
.isect5 .owl-carousel1 .item a .btm{width: 100%;height: 100%;position: absolute;left: 0;top: 100%;z-index: 3;background: url(../images/ibluebg1.jpg) repeat;text-align: center;}
.isect5 .owl-carousel1 .item a .btm h5{font-size: 20px;color: #ffffff;line-height: 24px;margin: 10% 0 5% 0;}
.isect5 .owl-carousel1 .item a .btm p{width: 80%;margin: 0 auto 5% auto;color: #ffffff;line-height: 24px;height: 72px;overflow: hidden;}
.isect5 .owl-carousel1 .item a .btm span{width: 120px;height: 34px;text-align: center;line-height: 34px;border:1px solid #fff;
color: #ffffff;display: block;margin: 0 auto;}
/*.isect5 .owl-carousel1 .item:hover a .top{top: -100%;}
.isect5 .owl-carousel1 .item:hover a .btm{top: 0;}*/

.isect5 .owl-carousel1 .item a .top{-webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; -ms-transition:all 0.2s linear; transition:all 0.2s linear;}
.isect5 .owl-carousel1 .item a .btm{top: 0;opacity: 0;opacity:0;}
.isect5 .owl-carousel1 .item:hover a .top{opacity: 0;opacity:0;}
.isect5 .owl-carousel1 .item:hover a .btm{opacity: 1;opacity:1;
-webkit-transition:all 0.5s linear 0.3s; -moz-transition:all 0.5s linear 0.3s; -ms-transition:all 0.5s linear 0.3s; transition:all 0.5s linear 0.3s;}
 
.isect5 .owl-carousel1 .owl-nav div{width: 50px;height: 100%;position: absolute;top: 0;z-index: 9;font-size: 0;text-indent: 9999px;}
.isect5 .owl-carousel1 .owl-nav div.owl-prev{left: 0;background: url(../images/leftarr.jpg) no-repeat center;}
.isect5 .owl-carousel1 .owl-nav div.owl-next{right: 0;background: url(../images/rightarr.jpg) no-repeat center;}

/*index -- isect6*/
.isect6{margin-bottom: 35px;}
.isect6 .fl{width: 66%;}
.isect6 .item{}
.isect6 .item a{display: block;padding: 3px;border:1px solid #cccccc;}
.isect6 .item a span{display: block;height: 0;padding-bottom: 38%;position: relative;}
.isect6 .item a span img{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.isect6 .owl-nav{display: none;}
.isect6 .owl-dots{text-align: center;margin-top: 20px;}
.isect6 .owl-dots .owl-dot{display: inline-block;*display: inline;*zoom: 1;width: 24px;height: 6px;margin: 0 5px;background: #d1d1d1;cursor: pointer;}
.isect6 .owl-dots .owl-dot.active{background: #006bb3;}


.isect6 .fr{width: 30%;box-sizing:border-box;padding: 18px 24px 28px 24px;background: #f5f5f5;height: 200px;}
.isect6 .fr h3{height: 36px;line-height: 36px;border-bottom: 1px solid #cccccc;font-size: 16px;color: #242626;margin-bottom: 16px;}
.isect6 .fr h3 em{font-family: "Arial";color: #666666;text-transform: uppercase;font-weight: normal;margin-left: 6px;}
.isect6 .fr h3 a{display: block;width: 47px;height: 14px;text-align: center;float: right;line-height: 14px;
border:1px solid #cccccc;margin-top: 10px;font-size: 12px;color: #666666;font-weight: normal;text-indent: 7px;text-align: left;background: url(../images/imore.jpg) no-repeat 33px center;}
.isect6 .fr h3 a:hover{border-color: #006bb3;color: #fff;background:#006bb3 url(../images/imore1.jpg) no-repeat 33px center;}
.isect6 .fr dl{}

/*
.isect6 .fr dl dt{height: 26px;line-height: 26px;border:1px solid #cccccc;padding-left: 40px;position: relative;color: #333333;
margin-bottom: 10px;background: #ffffff;}
.isect6 .fr dl dt em{width: 29px;height: 28px;background: #006bb3;border-right: 1px solid #cccccc;text-align: center;color: #ffffff;position: absolute;
left: 0;top: 0;}
.isect6 .fr dl dd{padding: 8px 42px 8px 10px;border:1px solid #cccccc;background: #ffffff;font-size: 12px;color: #666666;line-height: 22px;height: 44px;overflow: hidden;position: relative;}
.isect6 .fr dl dd span{display: block;height: 44px;overflow: hidden;}
.isect6 .fr dl dd em{width: 27px;height: 60px;line-height: 60px;border-left: 1px solid #ccc;background: #006bb3;text-align: center;position: absolute;right: 0;top: 0;color: #fff;font-size: 14px;}
*/

.isect6 .fr dl dt{height: 26px;line-height: 26px;}
.isect6 .fr dl dt span{float: left;}
.isect6 .fr dl dt span em{line-height: 26px;height: 26px;float: left;}
.isect6 .fr dl dt span .itext{width: 80px;float: left;height: 24px;line-height: 24px;border:1px solid #ccc;float: left;font-family: "Microsoft Yahei";
margin-right: 5px;text-align: center;}
.isect6 .fr dl dt span img{height: 24px;width: 60px;border:1px solid #ccc;cursor: pointer;float: left;}
.isect6 .fr dl dt .subm{height: 26px;line-height: 26px;width: 80px;text-align: center;background: #006bb3;border:none;
cursor: pointer;font-family: "Microsoft Yahei";font-size: 14px;color: #fff;display: block;float: right;}
.isect6 .fr dl dd{margin-bottom: 10px;padding: 8px 10px 8px 42px;border:1px solid #cccccc;background: #ffffff;font-size: 12px;color: #666666;line-height: 22px;height: 44px;overflow: hidden;position: relative;}
.isect6 .fr dl dd span{display: block;height: 44px;overflow: hidden;}
.isect6 .fr dl dd em{width: 27px;height: 60px;line-height: 60px;border-right: 1px solid #ccc;background: #006bb3;text-align: center;position: absolute;left: 0;top: 0;color: #fff;font-size: 14px;}
.isect6 .fr dl dd span textarea{width: 100%;height: 100%; background: none;border:none;font-family: "Microsoft Yahei";overflow: auto;}


/*index -- isect7*/
.isect7{width: 100%;margin-bottom: 38px;}
.isect7 h3{height: 42px;line-height: 42px;text-align: center;position: relative;}
.isect7 h3:before{content: " ";width: 100%;height: 1px;background: #006bb3;position: absolute;left: 0;top: 50%;z-index: 1;}
.isect7 h3 span{display: inline-block;*display: inline;*zoom: 1;padding: 0 50px;background: #fff;font-size: 20px;font-weight: normal;color: #333333;position: relative;z-index: 2;}
.isect7 .w1200{height: 34px;line-height: 34px;box-sizing:border-box;padding-right: 60px;}
.isect7 .w1200 .iLink{width: 100%;height: 34px;line-height: 34px;overflow: hidden;}
.isect7 .w1200 .iLink a{display: inline-block;*display: inline;*zoom: 1;font-size: 14px;color: #666666;padding-left: 35px;position: relative;}
.isect7 .w1200 .iLink a:before{content: " ";width: 1px;height: 13px;background: #808080;position: absolute;left: 16px;top: 50%;margin-top: -6px;}
.isect7 .w1200 .iLink .swiper-slide:first-child a{padding-left: 0;}
.isect7 .w1200 .iLink .swiper-slide:first-child a:before{display: none;}
.isect7 .w1200 .iLink a:hover{color: #006bb3;}

/*isect8*/
.isect8{width: 100%;padding: 21px 0 36px 0;background: #1c2124;}
.isect8 .fl{width: 960px;}
.isect8 .fl .fNav{line-height: 24px;padding:24px 0;border-bottom: 1px solid #3e4245;margin-bottom: 7px;}
.isect8 .fl .fNav a{display: inline-block;*display: inline;*zoom: 1;font-size: 16px;font-weight: bold;color: #ffffff;opacity: 0.7;filter:alpha(opacity=70);padding-left: 40px;}
.isect8 .fl .fNav a:hover{opacity: 1;filter:alpha(opacity=100);}
.isect8 .fl .fNav a:first-child{padding-left: 0;}
.isect8 .fl .fContact{}
.isect8 .fl .fContact h3{height: 52px;line-height: 52px;padding-left: 10px;position: relative;font-size: 16px;font-weight: bold;color: #ffffff;opacity: 0.7;filter:alpha(opacity=70);}
.isect8 .fl .fContact h3 em{font-family: "Arial";text-transform: uppercase;font-size: 16px;color: #fff;opacity: 0.3;filter:alpha(opacity=30);font-weight: normal;font-style: italic;}
.isect8 .fl .fContact h3:before{content: " ";width: 3px;height: 20px;background: #bbbdbe;position: absolute;left: 0;top: 50%;margin-top: -10px;}
.isect8 .fl .fContact h3:after{content: " ";width: 1px;height: 20px;background: #bbbdbe;left: 4px;top: 50%;margin-top: -10px;position: absolute;}
.isect8 .fl .fContact div{font-style: 12px;line-height: 24px;color: #fff;opacity: 0.7;filter:alpha(opacity=70);}
.isect8 .fr{width: 140px;}
.isect8 .fr .bd{width: 112px;height: 112px;border:4px solid #bbbdbe;position: relative;margin-bottom: 15px;}
.isect8 .fr .bd img{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.isect8 .fr .bd:before{content: " ";width: 14px;height: 7px;background: url(../images/ftrangle.jpg) no-repeat center;position: absolute;
left: 5px;bottom: -11px;}
.isect8 .fr .hd{height: 30px;}
.isect8 .fr .hd a{display: inline-block;*display: inline;*zoom: 1;width: 30px;height: 30px;margin-right: 15px;float: left;}
.isect8 .fr .hd a.hd1{background: url(../images/fhd1.jpg) no-repeat center top;}
.isect8 .fr .hd a.hd2{background: url(../images/fhd2.jpg) no-repeat center top;}
.isect8 .fr .hd a.hd3{background: url(../images/fhd3.jpg) no-repeat center top;}
.isect8 .fr .hd a.on{background-position: center bottom;}

/*footer*/
.fContent{font-size: 12px;line-height: 24px;padding: 8px 0;background: #141719;color: #ffffff;}
.fContent .w1200{opacity: 0.5;filter:alpha(opacity=5);}
.fContent .w1200 span{margin-right: 5px;}
.fContent .w1200 .fr a:hover{opacity: 1;filter:alpha(opacity=100);text-decoration: underline;}



.nyBanner{width: 100%;height: 200px;background-repeat: no-repeat;background-position: center top;background-color: #f2f5f7;text-align: left;}
.nyBanner h3{line-height: 36px;padding-top: 66px;font-size: 28px;color: #cc1f1f;font-weight: bold;}
.nyBanner h5{line-height: 21px;font-size: 14px;color: #cc1f1f;font-weight: normal;margin-bottom: 5px;font-family: "Arial";text-transform: uppercase;}
.nyBanner span{display: block;width: 24px;height: 1px;background: #cc1f1f;}

.nyMain{width: 100%;padding: 20px 0 150px 0;background: #f2f5f7;box-sizing:border-box;}
.nyMain .w1200,.nyMain .mw1200{min-height: 450px;background: #ffffff;box-sizing:border-box;padding: 32px 40px 75px 40px;}

/*面包屑*/
.bread{margin-bottom: 30px;}
.bread h3{font-size: 24px;color: #333333;line-height: 40px;}
.bread .path{font-size: 12px;color: #666666;line-height: 28px;margin-bottom: 8px;padding-left: 20px;background: url(../images/home.jpg) no-repeat left 8px;}
.bread .path a:hover,.bread .path i{color: #3daaf2;}
.bread .nyNav{border-bottom: 1px solid #cccccc;}
.bread .nyNav li{float: left;line-height: 46px;padding-left: 20px;position: relative;}
.bread .nyNav li a{display: block;font-size: 16px;font-weight: bold;color: #404040;position: relative;font-weight: normal;}
.bread .nyNav li:before{content: " ";width: 1px;height: 14px;background: #cccccc;position: absolute;left: 10px;top: 50%;margin-top: -7px;}
.bread .nyNav li a:before{content: " ";width: 100%;height: 1px;background: #006bb3;position: absolute;left: 0;bottom: -1px;z-index: 2;width: 0;
-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.bread .nyNav li.on a,.bread .nyNav li:hover a{color: #006bb3;}
.bread .nyNav li.on a:before,.bread .nyNav li:hover a:before{width: 100%;}
.bread .nyNav li:first-child{padding-left: 0;}
.bread .nyNav li:first-child:before{display: none;}

.nyContent{width: 100%;}
.detail{font-size: 14px;line-height: 24px;color: #333333;margin:0 auto;}
.detail table{width: 100% !important;text-align:center}
.detail *{max-width: 100% !important;}

/*新闻详情页*/
.passage{padding: 0 0 15px 0;}
.passage .title{text-align: center;font-size: 24px;font-weight: normal;color: #333333;line-height: 35px;margin-bottom: 20px;}
.passage .tips{text-align: center;line-height: 30px;font-size: 12px;color: #666666;margin-bottom: 30px;}
.passage .tips span{margin: 0 16px;}
.popWrap .detail{height: 280px;overflow: auto;padding-left: 10px;}
.psgLink{border-top: 1px solid #ccc;margin-top: 50px;line-height: 40px;padding: 20px 0 80px 30px;}
.psgLink p:hover a{color: #0f4797;text-decoration: underline;}

/*关于我们*/
.aboutScroll{float: right;width: 425px;margin:0 5px 0 26px;height: 355px;position: relative;}
.aboutScroll:before{content: " ";width: 100%;height: 319px;background: #e6e6e6;position: absolute;top: 5px;left: 5px;}
.aboutScroll .about-swiper{position: relative;z-index: 2;height: 319px;}
.aboutScroll .about-swiper .swiper-slide,.aboutScroll .about-swiper .swiper-slide img{width: 100%;height: 319px;}
.aboutScroll .pagination{text-align: center;margin-top: 15px;height: 6px;font-size: 0;}
.aboutScroll .pagination .swiper-pagination-switch{width: 6px;height: 6px;background: #b3babf;display: inline-block;*display: inline;*zoom: 1;
border-radius: 50%;margin: 0 6px;cursor: pointer;}
.aboutScroll .pagination .swiper-pagination-switch.swiper-active-switch{background: #3daaf2;}

/*新闻中心*/
.nyContent .picNews{width: 100%;background: url(../images/libg.jpg) repeat-x left bottom;height: 201px;box-sizing:border-box;padding: 0 0 21px 280px;position: relative;margin-bottom: 20px;}
.nyContent .picNews dt{width: 240px;height: 180px;position: absolute;left: 0;top: 0;box-sizing:border-box;border:1px solid #cccccc;padding: 2px;}
.nyContent .picNews dt span{display: block;width: 100%;height: 100%;overflow: hidden;}
.nyContent .picNews dt span img{width: 100%;height: 100%;}
.nyContent .picNews dd{width: 100%;}
.nyContent .picNews dd h5{font-size: 20px;color: #006bb3;line-height: 52px;}
.nyContent .picNews dd p{font-size: 12px;line-height: 21px;color: #666666;height: 63px;overflow: hidden;margin-bottom: 15px;}
.nyContent .picNews dd span{display: block;width: 120px;height: 34px;line-height: 34px;background: #3daaf2 url(../images/more.jpg) no-repeat center;
font-size: 12px;color: #ffffff;text-indent: 30px;}
.nyContent .list{margin-bottom: 40px;}
.nyContent .list li:before{width: 7px;height: 7px;margin-top: -5px;background: url(../images/newsicon.jpg) no-repeat center;}
.nyContent .list li:hover:before{background-image: url(../images/newsiconon.jpg);}

/*分页*/
.page{ font-size: 0; text-align: center; margin-top: 40px;}
.page a,.page span,.page_input,.page_btn{ display: inline-block; box-sizing:border-box; height: 30px; line-height: 30px; margin: 0 3px 6px; padding: 0 12px; vertical-align: top; font-family:'Microsoft YaHei'; font-size:12px; color: #666;}
.page a{ border: 1px solid #d8d8d8;}
.page .page_input{ width: 50px; margin: 0 5px; padding: 0; border: 1px solid #d8d8d8; background: #fff; text-align: center;}
.page .page_btn{ border: 1px solid #d8d8d8; background: #fff; cursor: pointer;}
.page .current,.page a:hover,.page .page_btn:hover{ background: #3daaf2; border-color: #3daaf2; color: #fff;}


/*教师团队*/
.taacherList{width: 100%;}
.taacherList li{width: 48%;height: 201px;float: left;background: #fafafa;margin-bottom: 40px;box-sizing:border-box;padding: 5px 4px;}
.taacherList li.even{float: right;}
.taacherList li a{display: block;width: 100%;height: 100%;position: relative;box-sizing:border-box;padding-left: 177px;}
.taacherList li a dt{width: 137px;height: 193px;position: absolute;left: 0;top: 0;overflow: hidden;}
.taacherList li a dt img{width: 100%;height: 100%;}
.taacherList li a dd{padding: 15px 0 0 0;font-size: 14px;color: #666666;line-height: 32px;height: 164px;overflow: hidden;}
.taacherList li a dd em{color: #333333;font-weight: bold;}
.taacherList li a dd span{display: block;font-size: 12px;color: #3daaf2;padding-left: 22px;background: url(../images/more1.jpg) no-repeat left center;}

/*个人中心*/
.member1{}
.mem1Title{height: 48px;line-height: 48px;margin-bottom: 40px;}
.member1 .taacherList li{width: 100%;background: #006bb3;height: 213px;padding: 10px 10px 10px 15px;position: relative;}
.member1 .taacherList li:before{content: " ";width: 5px;height: 100%;background: #3daaf2;position: absolute;left: 0;top: 0;}
.member1 .taacherList li dt{background: #ffffff;box-sizing:border-box;padding: 5px;}
.member1 .taacherList li dd{line-height: 37px;}
.member1 .taacherList li dd,.member1 .taacherList li em,.member1 .taacherList li dd span{color: #fff;}

.memTab{ width:100%;text-align:left;}
.memTab .hd{ line-height:40px; background:#f2f4f5;}
.memTab .hd ul{}
.memTab .hd ul li{ float:left;width: 167px;text-align: center;cursor: pointer;font-size: 16px;font-weight: bold;color: #666666;border-left: 3px solid #ffffff;}
.memTab .hd ul li:first-child{border-left: none;}
.memTab .hd ul li.on{background: #3daaf2;color: #fff;}
.memTab .bd{padding: 34px 0 0 0;}
.memTab .bd .item.detail{font-size: 14px;line-height: 24px;color: #333333;min-height: 300px;}

/*个人中心2*/
.memTitle{margin-bottom: 30px;}
.memTitle span,.memTitle em{display: block;text-align: center;}
.memTitle span.ch{font-size: 22px;color: #333333;font-weight: bold;line-height: 43px;}
.memTitle em{width: 20px;height: 2px;background: #333333;margin: 0 auto;}
.memTitle span.en{font-size: 12px;color: #b2b2b2;text-transform: uppercase;font-family: "Arial";line-height: 30px;font-weight: normal;}

 .memDisc{width: 617px;margin: 0 auto 40px auto;height: 193px;box-sizing:border-box;padding-left: 176px;position: relative;}
 .memDisc dt{width: 137px;height: 193px;box-sizing:border-box;border:1px solid #e9e9e9;padding: 4px;position: absolute;top: 0;left: 0;}
 .memDisc dt img{width: 100%;height: 100%;}
 .memDisc dd{width: 100%;line-height: 44px;color: #666666;}
 .memDisc dd p{border-bottom: 1px solid #e6e6e6;}

.memTab.mem2Tab .hd{border-bottom: 1px solid #cccccc;background: none;}
.memTab.mem2Tab .hd li span{font-weight: normal;display: inline-block;position: relative;}
.memTab.mem2Tab .hd li span:before{content: " ";width: 100%;height: 4px;width: 63px;position: absolute;left: 0;bottom: -4px;z-index: 3;background: url(../images/tabbg.jpg) no-repeat center;display: none;}
.memTab.mem2Tab .hd ul li.on{background: none;color: #006bb3;}
.memTab.mem2Tab .hd ul li.on span:before{display: block;}

/*个人中心3*/
.mem3Tab{ width:100%;}
.mem3Tab .hd{width: 308px;float: right;}
.mem3Tab .hd .hdTitle{font-size: 14px;line-height: 36px;color: #333333;font-weight: bold;position: relative;}
.mem3Tab .hd .hdTitle:before{content: " ";width: 15px;height: 2px;background: #333333;position: absolute;left: -20px;top: 50%;margin-top: -1px;}
.mem3Tab .hd .memDisc{padding-left: 20px;height: auto;width: 100%;box-sizing:border-box;}
.mem3Tab .hd .memDisc dt{position: static;}
.mem3Tab .hd .memDisc dd{}
.mem3Tab .hd ul{padding-left: 20px;}
.mem3Tab .hd ul li.hdTitle{margin-bottom: 16px;cursor: pointer;}
.mem3Tab .hd ul li.hdTitle.on{color: #006bb3;}
.mem3Tab .hd ul li.hdTitle.on:before{background: #006bb3;}
.mem3Tab .bd{width: 770px;float: left;padding-right: 38px;border-right: 1px solid #cccccc;min-height: 660px;}
.mem3Tab .bd .title{font-size: 16px;color: #006bb3;margin-bottom: 28px;padding-left: 15px;background: url(../images/titlebg.jpg) no-repeat left center;}

/*仪器架台*/
.prodList{}
.prodList li{width: 30%;float: left;box-sizing:border-box;border:1px solid #f0f0f0;margin: 0 5% 40px 0;background: #f0f0f0;}
.prodList li.rLi{margin-right: 0;}
.prodList li .pic{width: 100%;height: 0;padding-bottom: 77%;position: relative;background: #fff;}
.prodList li .pic img{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.prodList li .text{height: 50px;line-height: 50px;text-align: center;font-size: 14px;color: #333333;padding: 0 5px;}
.prodList li:hover{background: #3daaf2;border-color: #3daaf2;}
.prodList li:hover .text{color: #fff;}

/*产品详情页*/
.contProd .sect1{margin-bottom: 40px;}
.contProd .sect1 .fl{width: 54%;position: relative;}
.contProd .sect1 .fr{width: 42%;float: right;padding-top: 32px;}
.contProd .sect1 .fr .disc{font-size: 24px;line-height: 43px;}
.contProd .sect1 .fr .btn{display: block;width: 240px;height: 60px;text-align: center;line-height: 60px;background: #3daaf2;font-size: 24px;color: #ffffff;margin-top: 136px;}
.contProd .sect1 .fr .btn:hover{background: #006bb3;}

/*频道页*/
.chanelList{}
.chanelList li{width: 33.3%;float: left;height: 279px;text-align: center;background: #f2f5f7;position: relative;overflow: hidden;}
.chanelList li b{display: block;width: 100%;height: 100%;background-position: center;background-repeat: no-repeat;position: absolute;
left: 0;top: 0;z-index: 1;}
.chanelList li:hover b{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}
.chanelList li a{display: block;width: 100%;height: 100%;position: relative;z-index: 2;}
.chanelList li.li1{background: #006bb3;}
.chanelList li h5{font-size: 26px;color: #ffffff;line-height: 49px;padding: 30px 10px 0 10px;font-weight: normal;height: 49px;
-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.chanelList li em{display: block;width: 20px;height: 2px;margin: 0 auto 26px auto;background: #fff;
-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.chanelList li p{width: 90%;margin: 0 auto 26px auto;text-align: center;font-size: 14px;line-height: 20px;color: #ffffff;height: 60px;
overflow: hidden;}
.chanelList li span{display: block;width: 120px;height: 32px;margin: 0 auto;line-height: 32px;text-align: left;font-size: 12px;color: #ffffff;
background: url(../images/more3.jpg) no-repeat center;text-indent: 30px;}
.chanelList li:hover h5{line-height: 30px;color: #3daaf2;}

.chanelList li.li3:hover h5,.chanelList li.li6:hover h5{line-height: 49px;}

.chanelList li h5{color: #333333;}
.chanelList li em{background: #333333;}
.chanelList li p{color: #666666;}
.chanelList li span{background-color: #3daaf2;}

.chanelList li.li1 h5,.chanelList li.li3 h5,.chanelList li.li6 h5{color: #ffffff;}
.chanelList li.li1 em,.chanelList li.li3 em,.chanelList li.li6 em{background: #fff;}
.chanelList li.li1 p{color: #ffffff;}
.chanelList li.li3 span{background: url(../images/more2.jpg) no-repeat center;}

.chanelList li.li4{width: 100%;}
.chanelList li.li4 .pic{width: 66.6%;float: left;height: 100%;position: relative;overflow: hidden;}
.chanelList li.li4 .text{width: 33.3%;height: 100%;float: right;}
.chanelList li.li4 span{background: #3daaf2 url(../images/more3.jpg) no-repeat center;}

.chanelList li.li5{width: 66%;}
.chanelList li.li6 span{color: #444661;background: url(../images/more2.jpg) no-repeat center;}



/*下载列表*/
.list li .fr.download{width: 80px;height: 26px;line-height: 26px;text-align: center;border-radius: 2px;background: #5c6266;font-size: 12px;color: #ffffff;margin-top: 12px;}
.list li:hover .fr.download{background: #006bb3;}

/*问题列表*/
.question{ width:100%;}
.question div.quebox{ width:100%;padding:10px 0 20px 0;border-bottom:1px solid #e7e7e7;}
.question div.ques{width:100%; line-height:31px; float:left; color:#222222; float:left;font-size:14px;float: none;}
.question div.ques span{ color:#22469a ; font-size:24px; float:left;}
.question div.ques em{color:#22469a ; width:20px; padding-left:5px; float:left; display:block;}
.question div.ans{margin:5px 0; width:100%;  line-height:31px; float:left; color:#222222; float:left;font-size:12px;width: 60px;clear: left;}
.question div.ans span{color:#666666 ;  font-size:24px; float:left;}
.question div.ans em{color:#22469a ; font-size:14px; width:20px; padding-left:5px; float:left; display:block;}
.quebox .detail, .quebox .excerpt{margin-top: 10px; margin-left: 60px;line-height: 2;}
.quebox .excerpt .link-expand,.quebox .detail .link-collapse{color: #22469a;}
.quebox .detail{display: none;}


/*2017-07-03*/
.isect9{padding: 40px 20px 30px 20px;}
.isect9_1{width: 48%;}
.isect9_1 .tilte{height: 39px;line-height: 39px;border-bottom: 1px solid #b2d2e8;margin-bottom: 10px;}
.isect9_1 .tilte .imore{font-size: 14px;color: #666666;padding-left: 17px;background: url(../images/imore2.jpg) no-repeat left center;font-weight: normal;}
.isect9_1 .tilte .imore:hover{color: #006bb3;background-image: url(../images/imore2on.jpg);}
.isect9_1 .itop{padding-bottom: 20px;}
.isect9_1 .itop h3{padding-right: 100px;line-height: 38px;}
.isect9_1 .itop p{font-size: 12px;color: #666666;line-height: 18px;height: 54px;}
.isect9_1 .itop em{display: block;width: 57px;height: 17px;line-height: 17px;font-size: 12px;color: #666666;
background: url(../images/index/morebg.jpg) no-repeat center;margin-top: 14px;}
.isect9_1 .itop:hover em{color: #3daaf2;}
.isect9_1 .list li{height: 39px;line-height: 39px;}

.isect9_2{width: 48%;}
.isect9_2 .itop{padding-bottom: 27px;}
.isect9_2 .itop h3{padding-right: 100px;line-height: 37px;margin-bottom: 5px;}
.isect9_2 .itop p{height: 66px;}
.isect9_2{width: 48%;float: right;}
.isect9_2 .swiper-container{height: 268px;} 
.isect9_2 .swiper-container .recNews{display: block;position: relative;height: 112px;padding-bottom: 21px;background: url(../images/libg.jpg) repeat-x left bottom;padding-left: 150px;}
.isect9_2 .swiper-container .recNews .pic{display: block;width: 150px;height: 112px;position: absolute;left: 0;top: 0;}
.isect9_2 .swiper-container .recNews .pic img{width: 100%;height: 100%;}
.isect9_2 .swiper-container .recNews .text{padding-left: 20px;}
.isect9_2 .itop{padding-bottom: 25px;background: none;}

.isect9_2 .iTitle{margin-bottom: 21px;background: #f0f3f5;border-top: 1px solid #006bb3;border-bottom: none;height: auto;}
.isect9_2 .iTitle .item{/*padding: 0 24px;*/width: 25%;padding: 0 6px;box-sizing:border-box;text-align: center;font-size: 16px;
display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.isect9_2 .iTitle .item:before{left: 0;}
.isect9_2 .iTitle .item:after{width: 9px;height: 5px;bottom: -5px;left: 50%;margin-left: -4px;background: url(../images/index/trangle.jpg) no-repeat center;display: none;}
.isect9_2 .iTitle .item.active:after{display: block;}
.isect9_2 .iTitle .item.active{background: #006bb3;color: #fff;}
.isect9_2 .iTitle .item.active:before{display: none;}

.isect10{padding-bottom: 40px;}
.isect10 .title{height: 40px;border-bottom: 1px solid #cccccc;position: relative;margin-bottom: 20px;}
.isect10 .title img{position: absolute;left: 0;top: 0;}

.isect10 .owl-carousel1 .item{margin-right: 20px;}
.isect10 .owl-carousel1 .item a .pic{display: block;width: 100%;height: 0;padding-bottom: 75%;position: relative;overflow: hidden;}
.isect10 .owl-carousel1 .item a .pic img{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.isect10 .owl-carousel1 .item a .text{width: 100%;padding: 0 5px;box-sizing:border-box;height: 42px;line-height: 42px;text-align: center;
background: #f0f3f5;font-size: 14px;color: #242526;}
.isect10 .owl-carousel1 .item:hover .text{color: #006bb3;}

.isect10 .owl-carousel1 .owl-nav div{width: 28px;height: 15px;position: absolute;right: 0;z-index: 9;font-size: 0;text-indent: 9999px;
top: -49px;cursor: pointer;
-webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; -ms-transition:all 0.2s linear; transition:all 0.2s linear;}
.isect10 .owl-carousel1 .owl-nav div.owl-prev{right: 34px;background: url(../images/index/leftarr.jpg) no-repeat left top;}
.isect10 .owl-carousel1 .owl-nav div.owl-next{right: 0;background: url(../images/index/rightarr.jpg) no-repeat left top;}
.isect10 .owl-carousel1 .owl-nav div:hover{background-position: center bottom;}

.isect11{padding-bottom: 38px;}
.isect11 h3{height: 42px;line-height: 42px;text-align: center;position: relative;}
.isect11 h3:before{content: " ";width: 100%;height: 1px;background: #006bb3;position: absolute;left: 0;top: 50%;z-index: 1;}
.isect11 h3 span{display: inline-block;*display: inline;*zoom: 1;padding: 0 50px;background: #fff;font-size: 20px;font-weight: normal;color: #333333;position: relative;z-index: 2;}
.isect11 .iLinkWrap{padding-right: 30px;}
.isect11 .iLink{width: 100%;height: 34px;line-height: 34px;overflow: hidden;}
.isect11 .iLink a{display: inline-block;*display: inline;*zoom: 1;font-size: 14px;color: #666666;padding-left: 35px;position: relative;}
.isect11 .iLink a:before{content: " ";width: 1px;height: 13px;background: #808080;position: absolute;left: 16px;top: 50%;margin-top: -6px;}
.isect11 .iLink .swiper-slide:first-child a{padding-left: 0;}
.isect11 .iLink .swiper-slide:first-child a:before{display: none;}
.isect11 .iLink a:hover{color: #006bb3;}

.footer1{background: #1c2124;padding: 0 20px 20px 20px;}
.footer1 .left{padding-right: 200px;position: relative;}
.footer1 .left .fNav{line-height: 24px;padding:24px 0;border-bottom: 1px solid #3e4245;margin-bottom: 7px;}
.footer1 .left .fNav a{display: inline-block;*display: inline;*zoom: 1;font-size: 16px;font-weight: bold;color: #ffffff;opacity: 0.7;filter:alpha(opacity=70);padding-left: 40px;}
.footer1 .left .fNav a:hover{opacity: 1;filter:alpha(opacity=100);}
.footer1 .left .fNav a:first-child{padding-left: 0;}
.footer1 .left .fContact{}
.footer1 .left .fContact h3{height: 52px;line-height: 52px;padding-left: 10px;position: relative;font-size: 16px;font-weight: bold;color: #ffffff;opacity: 0.7;filter:alpha(opacity=70);}
.footer1 .left .fContact h3 em{font-family: "Arial";text-transform: uppercase;font-size: 16px;color: #fff;opacity: 0.3;filter:alpha(opacity=30);font-weight: normal;font-style: italic;}
.footer1 .left .fContact h3:before{content: " ";width: 3px;height: 20px;background: #bbbdbe;position: absolute;left: 0;top: 50%;margin-top: -10px;}
.footer1 .left .fContact h3:after{content: " ";width: 1px;height: 20px;background: #bbbdbe;left: 4px;top: 50%;margin-top: -10px;position: absolute;}
.footer1 .left .fContact div{font-style: 12px;line-height: 24px;color: #fff;opacity: 0.7;filter:alpha(opacity=70);}
.footer1 .left .fCopy{font-size: 12px;color: #545758;line-height: 20px;margin-top: 14px;}
.footer1 .left .fCopy p span{margin-right: 8px;}
.footer1 .left .fCopy p a:hover{color: #7d7e7f;text-decoration: underline;}

.footer1 .fCode{width: 140px;position: absolute;right: 0;top: 32px;}
.footer1 .fCode .bd{width: 112px;height: 112px;border:4px solid #bbbdbe;position: relative;margin-bottom: 15px;}
.footer1 .fCode .bd img{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.footer1 .fCode .bd:before{content: " ";width: 14px;height: 7px;position: absolute;left: 5px;bottom: -11px;}
.footer1 .fCode .hd{height: 30px;}
.footer1 .fCode .hd a{display: inline-block;*display: inline;*zoom: 1;width: 30px;height: 30px;margin-right: 15px;float: left;}
.footer1 .fCode .hd a.hd1{background: url(../images/fhd1.jpg) no-repeat center top;}
.footer1 .fCode .hd a.hd2{background: url(../images/fhd2.jpg) no-repeat center top;}
.footer1 .fCode .hd a.hd3{background: url(../images/fhd3.jpg) no-repeat center top;}

.nyBanner{display: none;}
.nyMain{padding: 0 0 0 0;}


/*20170323*/
.nav .nLi h3 a{font-size: 14px;font-weight: normal;line-height: 20px;padding: 3px 5px;overflow: hidden;height: 46px;}
.nav .nLi h3 a span{display: inline-block;*display: inline;*zoom: 1;line-height: 20px;}
.nav{height: 46px;}
.navWrap{height: 46px;}



/*20130324*/
.contProd .sect1 .fr .btn{text-transform: uppercase;}
.chanelList li p{display: none;}
.chanelList li h5{padding: 90px 10px 0 10px;}

.isect1{margin-top: 0;}

@media screen and (max-width: 1200px){
/*header*/
.w1200{padding: 0 10px;width: auto;}

/*index-isect2*/
.isect2 .isect2_1{width: 100%;margin-bottom: 30px;}
.isect2 .isect2_2{width: 100%;}

/*index-isect2*/
.isect9{padding: 20px 10px;}
.isect9 .isect9_1{width: 100%;margin-bottom: 30px;}
.isect9 .isect9_2{width: 100%;}

.isect7 .w1200{padding-right: 10px;}

.isect11{padding: 30px 10px;}

/*footer*/
.isect8 .fl{width: 100%;margin-bottom: 20px;}
.isect8 .fl .fNav a{min-width: 70px;padding-right: 12px;font-size: 14px;margin-bottom: 8px;}
.isect8 .fr{float: left;display: none;}
.fBtm .fl{width: 100%;}
.fBtm .fr{width: 100%;float: left;}

/*内页banner*/
.nyBanner{text-align: center;height: 150px;}
.nyBanner h3{padding: 40px 0 10px 0;}
.nyBanner span{margin: 0 auto;}

/*bread*/
.nyMain{padding: 20px 10px 150px 10px;}

/*个人中心3*/
.mem3Tab .hd{float: none;width: 100%;}
.mem3Tab .hd ul{margin-bottom: 30px;}
.mem3Tab .hd ul li.hdTitle{margin-bottom: 0;float: left;margin-right: 50px;}
.mem3Tab .bd{width: 100%;padding-right: 0;border-right: none;}

.isect6 .fr dl dt span .itext{width: 60px;}
.isect6 .fr dl dt .subm{width: 60px;}
.isect6 .fr dl dt span img{width: 40px;}
}

@media screen and (max-width: 1024px){
/*header*/
.header{width: 100%;box-sizing:border-box;position: fixed;top: 0;left: 0;z-index: 99;background: #fff;}
body{padding-top: 62px;}
.header .fr{display: none;}
.header .logo{height: 62px;line-height: 62px;}
.navBtn{display: block;}
.pcNav{display: none;}

.hLink{width: 268px;height: auto;text-align: left;}
.hLink a{/*display: block;*/padding-left: 30px;}
.hLink a:first-child{display: block;}
.hLink a:nth-child(2){margin-right: 36px;}
.hLink a:before{display: none;}
.hLink a.hLink2 {background: url(../images/hlink2.jpg) no-repeat left center;}
.hLink a.hLink3 {background: url(../images/hlink3.jpg) no-repeat left center;}


/*index-banner*/
.ibanner{height: 0 !important;padding-bottom: 35%;position: relative;padding-bottom: 30%;}
.ibanner .swiper-wrapper{width: 100%;height: 100% !important;position: absolute;left: 0;top: 0;}
.ibanner .swiper-wrapper .swiper-slide{width: 100%;height: 100% !important;background-size:auto 100%;}

.isect5 .owl-carousel1 .item:hover a .top{top: 0;}
.isect5 .owl-carousel1 .item:hover a .btm{top:100%;}

/*index--isect1*/
/*.txtScroll-top .infoList li{width: 100%;}*/

/*index--isect6*/
.isect6 .fl,.isect6 .fr{width: 100%;}
.isect6 .fl{margin-bottom: 20px;}

/*内页bread*/
.nyMain{padding-bottom: 75px;}
.bread .nyNav{display: none;}

/*教师团队*/
.taacherList li{width: 100%;}
.taacherList li a dd{font-size: 12px;}

/*产品详情页*/
.contProd .sect1{margin-bottom: 50px;}
.contProd .sect1 .fl,.contProd .sect1 .fr{width: 100%;}
.contProd .sect1 .fr .btn{margin-top: 40px;}
.contProd .sect1 .fr .disc{font-size: 18px;line-height: 32px;}
.contProd .sect1 .fr .btn{width: 160px;height: 42px;line-height: 42px;font-size: 18px;}

.footer1 .left{padding-right: 0;}
.footer1 .fCode{position: static;margin-top: 20px;padding-bottom: 20px;display: none;}
.footer1 .fCopy{padding-bottom: 30px;}

.footer1 .left .fNav a{padding-left: 0;padding-right: 30px;line-height: 30px;}

}

@media screen and (max-width: 768px){

/*index-isect1*/
.isect1 dl{padding-left: 88px;}
.isect1{height: 30px;line-height: 30px;margin-top: 0;}
.isect1 dl,.isect1 .dd1 .inotice{height: 30px;}


/*index-isect2*/
.isect1,.isect2,.isect3,.isect4,.isect6{margin-bottom: 30px;}
.isect1{margin-bottom: 10px;}
.isect2_1 .pic{width: 100%;margin-bottom: 20px;padding-bottom: 74%;}
.isect2_1 .text{width: 100%;}
.isect2_1 .text .top{padding-bottom: 15px;}

/*index--isect4*/
.isect4 .isect4_1,.isect4 .isect4_2{width: 100%;}
.isect4 .isect4_1{margin-bottom: 20px;}
.isect4 .itop h3{padding-right: 0;}
.itop h3 span{display: none;}

/*index-isect5*/
.isect5 .owl-carousel1 .item a .btm p{height: 48px;}

/*index-- isect7*/
.isect7 h3{height: 34px;line-height: 34px;}

.nyMain .w1200{padding: 20px 20px 75px 20px;}

/*关于我们*/
.aboutScroll{float: none;margin: 0 auto;}

/*分页*/
.page span,.page .num{display: none;}
.page a{width: 46%;}
.page a:first-child{margin-right: 4%;}
.page a:last-child{margin-left: 4%;}

/*个人中心1*/
.memTab .hd ul li{width: 50%;box-sizing:border-box;}
.memTab .hd ul li:first-child{border-left:1px solid #fff;}
.memTab .hd ul li:nth-child(3){border-left: 0;}


/*个人中心2*/
 .memDisc{width: 100%;padding-left: 150px;}

 /*产品*/
 .prodList li{width: 48%;margin:0 1% 40px 1%;}
 .prodList li.rLi{margin-right: 1%;}

 /*频道页*/
 .chanelList li{width: 100%;margin-bottom: 20px;}
 .chanelList li.li5{width: 100%;}
 .chanelList li.li4 .pic,.chanelList li.li4 .text{width: 100%;height: 279px;}
 .chanelList li.li4{height: 558px;height: 279px;}

.chanelList li.li4 .pic{display: none;}

 /*footer*/
 .isect8 .fl .fNav a{width: 33%;padding: 0;text-align: left;display: inline-block;}

 .isect9_2 .iTitle .item{font-size: 16px;padding: 0 12px;}

 .passage .title{font-size: 20px;line-height: 28px;}
}

@media screen and (max-width: 640px){
/*新闻中心*/
.nyContent .picNews{padding-left: 0;height: auto;}
.nyContent .picNews dt{position: static;width: 100%;height: auto;}
.nyContent .picNews dt span img{height: auto;}
.nyContent .list li .fr{display: none;}
.nyContent .list li .fl{width: 100%;}
.nyContent .list.downloadList li .fl{width: 50%;}
.nyContent .list li .fr.download{display: block;}

/*产品*/
 .prodList li{width: 100%;}

 .taacherList li a{padding-left: 150px;}

 .chanelList li h5{padding-top: 80px;}
 .chanelList li p{margin-bottom: 0;height: 20px;}

 .nyContent .picNews dd p{height: 42px;}
}
@media screen and (max-width: 468px){
/*关于我们*/
.aboutScroll{display: none;}


/*个人中心2*/
.member2 .memDisc{padding-left: 0;height: auto;}
.member2 .memDisc dt{position: static;}

/*个人中心3*/
.mem3Tab .hd ul li.hdTitle{width: 50%;margin-right: 0;}

/*产品*/
 .prodList li{width: 100%;}

.isect9_2 .iTitle .item{font-size: 14px;padding: 0 6px;}
.isect10 .owl-carousel1 .item{margin-right: 0;}
}