@font-face {
    font-family: 'Helvetica';
    src: url('../font/Helvetica.eot');
    src:
    url('../font/Helvetica.eot?#font-spider') format('embedded-opentype'),
    url('../font/Helvetica.woff') format('woff'),
    url('../font/Helvetica.ttf') format('truetype'),
    url('../font/Helvetica.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: "Microsoft Yahei","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: "Microsoft Yahei","SimSun",Arial,sans-serif; resize:none;}
body{font:12px "Microsoft Yahei","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 .pic em{ -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{-webkit-transform:translateX(-6px); -moz-transform: translateX(6px); -ms-transform:translateX(-6px); transform:translateX(-6px);}

/*网页限定宽度*/
.w1200{width: 1200px;margin: 0 auto;}

*:before,*:after{-webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;}

.cd-popup { position: fixed; left: 0; top: 0;right: 0;bottom: 0; height: 100%; width: 100%;background: url(../images/grayBg.png) repeat;visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 9999;  opacity: 0;}
.cd-popup.is-visible { opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s; }
.cd-popup-container { position: relative; height: 36px; padding: 40px; background: #fff; width: 60%; margin: 0 auto; top: 50%; margin-top: -58px; background: #FFF; border-radius: .4rem .4rem .4rem .4rem; text-align: center; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); -webkit-backface-visibility: hidden; -webkit-transition-property: -webkit-transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.is-visible .cd-popup-container { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.hidden_search .text { width: 100%; height: 20px; padding: 8px 0; font-size: 14px; color: #444;background: none;border:none;font-family: "Microsoft Yahei";}
.hidden_search .btn { display: block; background: url(../images/search_icon.jpg) no-repeat center center; position: absolute; right: 0; top: 0; height: 36px; width: 36px; text-indent: -999em;border:none;cursor: pointer;}
.hidden_search .search_wrap { border: 1px solid #e4eaec; border-radius: 20px; position: relative; padding-right: 56px; padding-left: 20px; height: 36px; }
.hidden_search .close_btn { position: absolute; right: 0; top: 0; padding: 10px; width: 22px; height: 22px; -webkit-transition: 0.5s; transition: 0.5s; }
.hidden_search .close_btn:after, .hidden_search .close_btn:before { background: #cccccc; width: 20px; height: 3px; display: block; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; content: ""; position: absolute; left: 10px; top: 11px; }
.hidden_search .close_btn:before { -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.hidden_search .close_btn:after { -webkit-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); top: 26px; }
.hidden_search .close_btn:hover:after, .hidden_search .close_btn:hover:before { background: #163c7c;}

.navForm{background: #fff;border-radius: 3px;}
.navForm .text{width: 80%;height: 32px;border:none;background: none;font-size: 14px;color: #555;line-height: 32px;text-indent: 8px;}
.navForm .subm{width: 20%;height: 32px;border:none;background: url(../images/search_icon.jpg) no-repeat center;cursor: pointer;}
.mm-listview > li.nBorder:not(.mm-divider):after{display:none;}

.header .menuIcon{width: 24px;cursor: pointer;display: none;position: absolute;right: 5%;top:50%;
-webkit-transform:translateY(-50%); -moz-transform: translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);}
.header .menuIcon span{display: block;height: 3px;background: #0c2387;margin-top: 5px;position: relative;}


.header{position: absolute;left: 0;top:0;z-index: 999;background: url(../images/white40.png) repeat;width: 100%;}
.header .w1200{box-sizing: border-box;padding-right: 53px;position: relative;}
.header .logo{height: 107px;line-height: 107px;font-size: 0;}
.header .searchBtn{width: 20px;height: 20px;position: absolute;right: 0;top:50%;margin-top: -10px;cursor: pointer;background: url(../images/searchBtn.png) no-repeat center;}
.header .nav .nLi{position: relative;}
.header .nav .nLi h3 a{display: block;height: 107px;line-height: 107px;padding: 0 24px;font-size: 16px;color: #163c7c;font-weight: bold;}
.header .nav .nLi:first-child h3 a span{letter-spacing: 32px;}
.header .nav .nLi .navSub{width: 150px;position: absolute;left: 50%;margin-left: -75px;top:107px;
background: url(../images/white40.png) repeat;text-align: center;display: none;}
.header .nav .nLi .navSub ul li a{display: block;font-size: 14px;line-height: 22px;padding: 8px 3px;color: #163c7c;}

.banner{width: 100%;position: relative;overflow: hidden;}
.banner .swiper-slide a{display: block;width: 100%;height: 610px;background-repeat: no-repeat;background-position: center;background-size: cover;}
.banner .swiper-pagination{width: 100%;bottom: 28px;height: 16px;line-height: 16px;}
.banner .swiper-pagination .swiper-pagination-bullet{width: 12px;height: 12px;background: #ffffff;margin: 0 10px;opacity: 1;position: relative;}
.banner .swiper-pagination .swiper-pagination-bullet:before{content: "";width: 100%;height: 100%;position: absolute;left: -2px;top:-2px;border:2px solid #248ac9;border-radius: 50%;
filter: alpha(opacity=0);opacity: 0;}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before{filter: alpha(opacity=100);opacity: 1;}

.ititle{margin-bottom: 27px;height: 85px;line-height: 85px;text-align: center;font-size: 28px;color: #333333;position: relative;position: relative;}
.ititle:before{content: "";width: 40px;height: 3px;background: #248ac9;position: absolute;left: 50%;margin-left: -20px;bottom: 0;}



.isect1{margin: 10px auto 30px;}

.iprodScroll{width: 100%;padding: 0 16px;margin-left: -16px;overflow: hidden;position: relative;}
.iprodScroll .swiper-slide a{display: block;position: relative;text-align: center;}
.iprodScroll .swiper-slide a .pic{height: 254px;text-align: center;line-height: 254px;font-size: 0;margin-bottom: 15px;}
.iprodScroll .swiper-slide a .pic img{max-width: 90%;max-height: 90%;}
.iprodScroll .swiper-slide a .tit{font-size: 16px;line-height: 28px;color: #333333;}
.iprodScroll .swiper-slide a .hover{width: 290px;height: 290px;position: absolute;left: 50%;margin-left: -145px;top:0;border-radius: 50%;box-sizing: border-box;padding: 75px 10px 0;}
.iprodScroll .swiper-slide a .hover b{position: absolute;left: 0;top:0;width: 100%;height: 100%;filter: alpha(opacity=86);opacity: 0.86;border-radius: 50%;
background-image: -moz-linear-gradient( 90deg, rgb(16,123,196) 0%, rgb(131,208,239) 98%);
background-image: -webkit-linear-gradient( 90deg, rgb(16,123,196) 0%, rgb(131,208,239) 98%);
background-image: -ms-linear-gradient( 90deg, rgb(16,123,196) 0%, rgb(131,208,239) 98%);
filter: alpha(opacity=0);opacity: 0;}
.iprodScroll .swiper-slide a .hover .hTit{font-size: 22px;line-height: 36px;color: #ffffff;margin-bottom: 14px;position: relative;z-index: 2;
opacity: 0;-webkit-transform:translateY(100px); -moz-transform: translateY(100px); -ms-transform:translateY(100px); transform:translateY(100px);
-webkit-transition:all 0.4s linear 0.2s; -moz-transition:all 0.4s linear 0.2s; -ms-transition:all 0.4s linear 0.2s; transition:all 0.4s linear 0.2s;}
.iprodScroll .swiper-slide a .hover .txt{font-size: 14px;line-height: 26px;color: #ffffff;margin-bottom: 30px;height: 52px;overflow: hidden;position: relative;z-index: 2;
opacity: 0;-webkit-transform:translateY(50px); -moz-transform: translateY(50px); -ms-transform:translateY(50px); transform:translateY(50px);
-webkit-transition:all 0.3s linear 0.4s; -moz-transition:all 0.3s linear 0.4s; -ms-transition:all 0.3s linear 0.4s; transition:all 0.3s linear 0.4s;}
.iprodScroll .swiper-slide a .hover span{display: block;width: 104px;height: 25px;background: #ffffff;margin: 0 auto;border-radius: 12px;
font-size: 14px;color: #248ac9;line-height: 25px;position: relative;z-index: 2;
opacity: 0;-webkit-transform:translateY(40px); -moz-transform: translateY(40px); -ms-transform:translateY(40px); transform:translateY(40px);
-webkit-transition:all 0.3s linear 0.2s; -moz-transition:all 0.3s linear 0.2s; -ms-transition:all 0.3s linear 0.2s; transition:all 0.3s linear 0.2s;}
.iprodScroll .swiper-slide a:hover .tit{opacity: 0;}
.iprodScroll .swiper-slide a:hover .hover b{filter: alpha(opacity=86);opacity: 0.86;}
.iprodScroll .swiper-slide a:hover .hover .hTit,
.iprodScroll .swiper-slide a:hover .hover .txt,
.iprodScroll .swiper-slide a:hover .hover span{opacity: 1;
-webkit-transform:translateY(0); -moz-transform: translateY(0); -ms-transform:translateY(0); transform:translateY(0);}
.iprodScroll .swiper-slide a:hover .hover span{-webkit-transition:all 0.3s linear 0.6s; -moz-transition:all 0.3s linear 0.6s; -ms-transition:all 0.3s linear 0.6s; transition:all 0.3s linear 0.6s;}

.isect2{width: 100%;padding: 31px 0 50px;background: url(../images/isect2Bg.jpg) no-repeat center top;background-size: cover;}
.isect2 .ititle{color: #ffffff;margin-bottom: 16px;}
.isect2 .ititle:before{background: #fff;}
.isect2 .desc{padding: 0 136px 27px;text-align: center;font-size: 14px;line-height: 32px;color: #fffefe;}
.isect2 ul{text-align: center;font-size: 0;}
.isect2 ul li{display: inline-block;*display: inline;*zoom: 1;padding: 0 74px;}
.isect2 ul li a{display: block;}
.isect2 ul li a .icon{display: block;width: 108px;height: 108px;margin: 0 auto 13px;border:2px solid #fff;border-radius: 50%;text-align: center;line-height: 108px;font-size: 0;}
.isect2 ul li a h5{height: 37px;line-height: 37px;font-size: 18px;color: #ffffff;}
.isect2 ul li a:hover .icon{-webkit-animation: swing 0.8s linear; animation: swing 0.8s linear;}
@-webkit-keyframes swing {
  20% { -webkit-transform: rotate3d(0, 0, 1, 35deg); }
  40% { -webkit-transform: rotate3d(0, 0, 1, -20deg);}
  60% { -webkit-transform: rotate3d(0, 0, 1, 5deg); }
  80% { -webkit-transform: rotate3d(0, 0, 1, -5deg);}
  100% { -webkit-transform: rotate3d(0, 0, 1, 0deg);}
}
@keyframes swing {
  20% {transform: rotate3d(0, 0, 1, 35deg) }
  40% {transform: rotate3d(0, 0, 1, -20deg) }
  60% {transform: rotate3d(0, 0, 1, 5deg) }
  80% {transform: rotate3d(0, 0, 1, -5deg) }
  100% {transform: rotate3d(0, 0, 1, 0deg) }
}

.isect3{margin: 10px auto 50px;}
.isect3 .isect3_1,.isect3 .isect3_2{width: 48.75%;}
.isect3 .ititle1{height: 87px;line-height: 87px;font-size: 28px;color: #333333;}
.isect3 .ititle1 .more{font-size: 14px;color: #248ac9;}
.isect3 .isect3_1 ul li{margin-top: 16px;}
.isect3 .isect3_1 ul li:first-child{margin-top: 0;}
.isect3 .isect3_1 ul li a{display: block;}
.isect3 .isect3_1 ul li a .pic{width: 48.2%;height: 190px;position: relative;overflow: hidden;}
.isect3 .isect3_1 ul li a .pic em,
.isect3 .isect3_1 ul li a .pic b{position: absolute;left: 0;top:0;width: 100%;height: 100%;}
.isect3 .isect3_1 ul li a .pic em{background-repeat: no-repeat;background-position: center;background-size: cover;}
.isect3 .isect3_1 ul li a .pic b{background: rgba(0,0,0,0.4);opacity: 0;z-index: 2;}
.isect3 .isect3_1 ul li a .text{width: 48.2%;}
.isect3 .isect3_1 ul li a .text h5{height: 43px;line-height: 43px;font-size: 18px;color: #333333;font-weight: normal;}
.isect3 .isect3_1 ul li a .text span{display: block;height: 43px;line-height: 43px;font-size: 14px;color: #999999;margin-bottom: 5px;}
.isect3 .isect3_1 ul li a .text p{font-size: 14px;line-height: 26px;color: #666666;height: 78px;overflow: hidden;}
.isect3 .isect3_1 ul li a:hover .pic b{opacity: 1;}
.isect3 .isect3_1 ul li a:hover .text h5{color: #163c7c;}

.isect3 .isect3_2 ul li{margin-top: 12px;background: #f5f5f5;}
.isect3 .isect3_2 ul li:first-child{margin-top: 0;}
.isect3 .isect3_2 ul li a{display: block;padding: 16px 26px 18px 30px;}
.isect3 .isect3_2 ul li a h5{height: 32px;line-height: 32px;font-size: 18px;color: #333333;font-weight: normal;}
.isect3 .isect3_2 ul li a span{display: block;height: 34px;line-height: 34px;font-size: 14px;color: #999999;}
.isect3 .isect3_2 ul li a p{font-size: 14px;line-height: 24px;color: #666666;}
.isect3 .isect3_2 ul li:hover{background: #248ac9;}
.isect3 .isect3_2 ul li:hover a h5,
.isect3 .isect3_2 ul li:hover a span,
.isect3 .isect3_2 ul li:hover a p{color: #fff;}

.footer{font-size: 14px;line-height: 40px;color: #fffefe;box-sizing: border-box;padding: 22px 0 18px;background: #13293d;}
.footer .w1200{position: relative;}
.footer .w1200 .line{width: 2px;height: 208px;position: absolute;top:50%;margin-top: -104px;background: url(../images/line.png) no-repeat center;}
.footer .w1200 .line1{left: 0;}
.footer .w1200 .line2{left: 50%;}
.footer .w1200 .line3{right: 0;}
.footer .w1200 .pic{width: 48%;text-align: center;}
.footer .w1200 .pic img{max-width: 96%;}
.footer .w1200 .text{width: 45.8%;box-sizing: border-box;padding: 7px 12px 0 0;}
.footer .w1200 .text p{padding-left: 32px;background-repeat: no-repeat;background-position: left 13px;}
.footer .w1200 .text p.add{background-image: url(../images/fIcon1.png);}
.footer .w1200 .text p.tel{background-image: url(../images/fIcon2.png);}
.footer .w1200 .text p.fax{background-image: url(../images/fIcon3.png);}
.footer .w1200 .text p.mail{background-image: url(../images/fIcon4.png);}
.footer .w1200 .text p.copy{background-image: url(../images/fIcon5.png);}
.footer .w1200 .text p.sup{background-image: url(../images/fIcon6.png);}

.padTop{padding-top: 107px;}

.nyBanner{width: 100%;height: 260px;background-repeat: no-repeat;background-position: center;background-size: cover;}
.nyBanner .w1200{box-sizing: border-box;padding: 98px 0 0 27px;}

.path{width: 100%;background: #f5f5f5;font-size: 12px;color: #808080;text-align: right;line-height: 44px;}
.path span{margin: 0 5px;}
.path a:hover,.path i{color: #268bca;}

.nyWrap{margin: 40px auto 55px;min-height: 350px;}

.nySide{width: 20.8%;box-shadow: 0 0 30px rgba(171,191,204,0.75); border:}
.nySide h3{height: 84px;background: url(../images/nySideBg.jpg) no-repeat center;text-align: center;line-height: 84px;font-size: 24px;color: #fffefe;}
.nySide ul{padding: 30px 0 136px;}
.nySide ul li{padding: 0 13px;position: relative;margin-bottom: 11px;}
.nySide ul li:before{content: "";width: 0;height: 100%;position: absolute;left: 0;top:0;background: #248ac9;
-webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;}
.nySide ul li a{display: block;height: 48px;border-bottom: 1px solid #cccccc;text-align: center;line-height: 48px;font-size: 14px;color: #333333;font-weight: bold;position: relative;z-index: 3;}
.nySide ul li a i{width: 8px;height: 14px;position: absolute;right: 22px;top:50%;margin-top: -7px;background: url(../images/arrow1.png) no-repeat center;}
.nySide ul li.on:before{width: 100%;}
.nySide ul li.on a{border-color: #248ac9;color: #fff;}
.nySide ul li a:hover{color: #248ac9;}
.nySide ul li.on a:hover{color: #fff;}

.nyContent{width: 75.8%;}

.recomNews{margin-bottom: 34px;}
.recomNews a{display: block;width: 100%;height: 194px;padding-left: 340px;position: relative;box-sizing: border-box;}
.recomNews a .pic{width: 310px;height: 194px;position: absolute;left: 0;top:0;overflow: hidden;}
.recomNews a .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.recomNews a .text{width: 100%;}
.recomNews a .text h5{font-size: 18px;line-height: 28px;color: #000000;font-weight: normal;margin-bottom: 12px;}
.recomNews a .text p{font-size: 14px;line-height: 28px;color: #666666;margin-bottom: 10px;height: 112px;overflow: hidden;}
.recomNews a .text .info{font-size: 13px;line-height: 25px;color: #999999;}
.recomNews a .text .info .date{padding-left: 18px;margin-right: 19px;background: url(../images/dateIcon.png) no-repeat left center;}
.recomNews a .text .info .views{padding-left: 30px;background: url(../images/viewsIcon.png) no-repeat left center;}
.recomNews a:hover .text h5{color: #007cc3;}

.newsList{padding-bottom: 20px;}
.newsList li{padding-bottom: 22px;border-bottom: 1px solid #e0e0e0;margin-bottom: 22px;}
.newsList li:first-child{padding-top: 22px;border-top: 1px solid #e0e0e0;}
.newsList li a{display: block;box-sizing: border-box;height: 86px;padding-left: 110px;position: relative;}
.newsList li a .date{width: 80px;height: 86px;box-sizing: border-box;padding: 1px;background: #b3b3b3;text-align: center;position: absolute;left: 0;top:0;}
.newsList li a .date em{display: block;height: 57px;line-height: 57px;font-size: 42px;color: #b2b2b2;background: #ffffff;font-family: "Helvetica";}
.newsList li a .date span{display: block;height: 27px;font-size: 14px;color: #ffffff;line-height: 27px;}
.newsList li a h5{font-size: 18px;line-height: 29px;color: #333333;font-weight: normal;margin-bottom: 8px;}
.newsList li a p{font-size: 14px;line-height: 24px;color: #666666;height: 48px;overflow: hidden;}
.newsList li a:hover .date{background: #248ac9;}
.newsList li a:hover .date em{color: #248ac9;}
.newsList li a:hover h5{color: #007cc3;}

.page{text-align: center;font-size: 0;}
.page a{display: inline-block;*display: inline;*zoom: 1;margin: 0 3px;height: 33px;padding: 0 19px;border:1px solid #cccccc;font-size: 14px;color: #807e7e;line-height: 33px;}
.page a.num{padding: 0 12px;}
.page a.on,.page a:hover{background: #2e87bf;border-color: #2e87bf;color: #fff;}

/*.downloadList{padding-bottom: 52px;}
.downloadList li{border-bottom: 1px solid #e6e6e6;height: 59px;line-height: 59px;padding: 0 304px 0 20px;position: relative;}
.downloadList li:before{content: "";width: 4px;height: 4px;background: #3785b6;position: absolute;left: 0;top:50%;margin-top: -2px;}
.downloadList li h5{width: 100%;font-size: 14px;color: #333333;font-weight: normal;}
.downloadList li .btn{width: 213px;height: 24px;position: absolute;right: 0;top:50%;margin-top: -12px;background: url(../images/line1.png) no-repeat left center;}
.downloadList li .btn a{width: 17px;height: 17px;margin: 3px 0 0 54px;background-repeat: no-repeat;background-position: left top;}
.downloadList li .btn a.share{background-image: url(../images/downIcon1.png);}
.downloadList li .btn a.read{background-image: url(../images/downIcon2.png);}
.downloadList li .btn a.down{background-image: url(../images/downIcon3.png);margin-left: 0;}
.downloadList li .btn a:hover{background-position: left bottom;}
.downloadList li:hover:before{width: 12px;height: 2px;margin-top: -1px;}
.downloadList li:hover h5{color: #268bca;padding-left: 12px;}*/

.downloadList{padding-bottom: 52px;}
.downloadList li{border-bottom: 1px solid #e6e6e6;height: 59px;line-height: 59px;padding: 0 304px 0 20px;position: relative;}
.downloadList li:before{content: "";width: 4px;height: 4px;background: #3785b6;position: absolute;left: 0;top:50%;margin-top: -2px;}
.downloadList li h5{width: 100%;font-size: 14px;color: #333333;font-weight: normal;}
.downloadList li .btn{width: 213px;height: 24px;position: absolute;right: 0;top:50%;margin-top: -12px;background: url(../images/line1.png) no-repeat left center;}
.downloadList li .btn a,
.downloadList li .btn .share{width: 17px;height: 17px;margin: 3px 0 0 54px;background-repeat: no-repeat;background-position: left top;cursor: pointer;}
.downloadList li .btn .share{background-image: url(../images/downIcon1.png);}
.downloadList li .btn .share .bds_more{display: block;width: 17px;height: 17px;background: none;padding: 0;margin: 0;font-size: 0;}
.downloadList li .btn a.read{background-image: url(../images/downIcon2.png);}
.downloadList li .btn a.down{background-image: url(../images/downIcon3.png);margin-left: 0;}
.downloadList li .btn a:hover{background-position: left bottom;}
.downloadList li:hover:before{width: 12px;height: 2px;margin-top: -1px;}
.downloadList li:hover h5{color: #268bca;padding-left: 12px;}
.downloadList li .btn .share:hover{background-position: left bottom;}

.bdshare_popup_box{display: none !important;}

.pageStyle{font-size: 14px;line-height: 36px;color: #333333;}
.pageStyle *{max-width: 100% !important;}
.pageStyle img{height: auto !important;}

.aboutWrap .title{font-size: 24px;line-height: 34px;color: #248ac9;margin-bottom: 24px;}
.aboutWrap .title span{font-weight: normal;text-transform: uppercase;}
.aboutWrap .ul{padding: 33px 0 5px 48px;text-align: center;}
.aboutWrap .ul li{margin-left: 148px;}
.aboutWrap .ul li:first-child{margin-left: 0;}
.aboutWrap .ul li h5{font-size: 14px;line-height: 32px;color: #248ac9;padding: 10px 0;}

.msgWrap{padding-right: 40px;}
.msgWrap .formItem{width: 48.28%;box-sizing: border-box;border:1px solid #cccccc;margin-bottom: 30px;padding-left: 104px;position: relative;min-height: 40px;}
.msgWrap .formItem label{position: absolute;left: 0;top:0;width: 98px;font-size: 14px;line-height: 38px;color: #333333;box-sizing: border-box;padding-left: 28px;}
.msgWrap .formItem label span{letter-spacing: 28px;}
.msgWrap .formItem .text,
.msgWrap .formItem textarea{width: 100%;height: 38px;font-size: 14px;color: #333333;line-height: 38px;background: none;border:none;}
.msgWrap .formItem.w100p{width: 100%;}
.msgWrap .formItem textarea{height: 188px;overflow: auto;text-indent: }
.msgWrap .formItem.codeItem{width: 310px;padding-left: 98px;}
.msgWrap .codePic{width: 138px;height: 38px;border: 1px solid #cccccc;margin: 0 9px 0 30px;}
.msgWrap .codePic img{width: 100%;height: 100%;cursor: pointer;}
.msgWrap .changeCode{font-size: 14px;line-height: 40px;color: #268bca;}
.msgWrap .changeCode:hover{text-decoration: underline;}
.msgWrap .subm{width: 140px;height: 40px;border:none;background: #248ac9;text-align: center;line-height: 40px;font-size: 14px;color: #ffffff;cursor: pointer;}
.msgWrap .subm:hover{background: #163c7c;}

.prodWrap{margin: 0 auto 62px;min-height: 350px;}
.prodWrap .prodTitle{padding-top: 6px;height: 82px;line-height: 82px;border-bottom: 1px solid #cccccc;font-size: 24px;color: #248ac9;}
.prodWrap .prodTitle span{font-weight: normal;text-transform: uppercase;}

.prodList .nLi{margin-bottom: 23px;}
.prodList .nLi .item{width: 27.5%;margin-left: 8.75%;}
.prodList .nLi .item:first-child{margin-left: 0;}
.prodList .nLi .item .tit{padding-bottom: 5px;border-bottom: 1px solid #cccccc;position: relative;margin-bottom: 9px;}
.prodList .nLi .item .tit:before{content: "";width: 40px;height: 1px;background: #3d9bda;position: absolute;left: 0;bottom: -1px;z-index: 2;}
.prodList .nLi .item .tit a{display: block;height: 50px;line-height: 50px;font-size: 18px;color: #1a1a1a;}
.prodList .nLi .item dl dt{font-size: 16px;line-height: 40px;color: #333333;cursor: pointer;padding-right: 66px;position: relative;}
.prodList .nLi .item dl dt i{width: 16px;height: 16px;position: absolute;right: 40px;top:50%;margin-top: -8px;}
.prodList .nLi .item dl dt i:before,
.prodList .nLi .item dl dt i:after{content: "";position: absolute;background: #666666;}
.prodList .nLi .item dl dt i:before{width: 2px;height: 16px;left: 50%;margin-left: -1px;top:0;}
.prodList .nLi .item dl dt i:after{width: 16px;height: 2px;left: 0;top:50%;margin-top: -2px;}
.prodList .nLi .item dl dd{display: none;}
.prodList .nLi .item dl dd ul{padding: 6px 0 15px;}
.prodList .nLi .item dl dd ul li a{display: block;font-size: 14px;line-height: 30px;color: #2e87bf;}
.prodList .nLi .item dl.on dt i:before,
.prodList .nLi .item dl.on dt i:after{background: #3d9bda;}
.prodList .nLi .item dl.on dt i:before{-webkit-transform: rotateY(90deg); -moz-transform: rotateY(90deg); -ms-transform: rotateY(90deg); transform: rotateY(90deg);}

.contProd .prodTitle{margin-bottom: 0;}
.contProd .item1{margin-top: 30px;background: #f5f5f5;padding: 10px;}
.contProd .item1 .wrap{height: 400px;padding-right: 490px;position: relative;}

.prodScroll{width: 450px;position: absolute;overflow: hidden;right: 0;top:0;}
.prodScroll .swiper-slide{overflow: hidden;}
.prodScroll .swiper-slide em{display: block;width: 100%;height: 400px;background-repeat: no-repeat;background-position: center;background-size: cover;}
.prodScroll .swiper-button-prev,.prodScroll .swiper-button-next{width: 50px;height: 50px;position: absolute;top:50%;margin-top: -25px;background: rgba(0,0,0,0.3);}
.prodScroll .swiper-button-prev{left: 0;}
.prodScroll .swiper-button-next{right: 0;}
.prodScroll .swiper-button-prev:before,.prodScroll .swiper-button-next:before{content: "";width: 100%;height: 100%;position: absolute;left: 0;top:0;background: url(../images/arrow2.png) no-repeat left center;}
.prodScroll .swiper-button-next:before{background-position: right center;}
.prodScroll .swiper-button-prev:hover,.prodScroll .swiper-button-next:hover{background: #2e87bf;}

.contProd .item1 .cont{width: 100%;box-sizing: border-box;padding: 14px 0 0 32px;}
.contProd .item1 .cont .text{padding-right: 30px;font-size: 14px;line-height: 46px;color: #333333;height: 322px;overflow: auto;margin-bottom: 23px;}
.contProd .item1 .cont .text::-webkit-scrollbar{width:3px;height:3px}
.contProd .item1 .cont .text::-webkit-scrollbar-button:vertical{display:none}
.contProd .item1 .cont .text::-webkit-scrollbar-corner,
.contProd .item1 .cont .text::-webkit-scrollbar-track{background-color:#2e87bf}
.contProd .item1 .cont .text::-webkit-scrollbar-thumb{border-radius:0;background-color:#fff; }
.contProd .item1 .cont .text::-webkit-scrollbar-thumb:vertical:hover{ }
.contProd .item1 .cont .text::-webkit-scrollbar-thumb:vertical:active{ }
.contProd .item1 .cont .bdsharebuttonbox span{width: 54px;height: 28px;font-size: 14px;color: #333333;line-height: 28px;}
.contProd .item1 .cont .bdsharebuttonbox .shareItem{width: 28px;height: 28px;margin: 0 10px 0 0;padding: 0;background: #999999 url(../images/shareIcon1.png) no-repeat left center;}
.contProd .item1 .cont .bdsharebuttonbox .shareItem.bds_tsina{background-position: -28px center;}
.contProd .item1 .cont .bdsharebuttonbox .shareItem:hover{background-color: #268bca;}
.contProd .item2{padding-top: 16px;}
.contProd .item2 .ul1{padding: 25px 0 43px 35px;text-align: center;}
.contProd .item2 .ul1 li:first-child{margin-right: 215px;}
.contProd .item2 .ul1 .pic{margin-bottom: 42px;}


.passage .psgTit{padding-bottom: 24px;border-bottom: 1px solid #d1d1d1;margin-bottom: 22px;text-align: center;}
.passage .psgTit h5{font-size: 20px;color: #1a1a1a;line-height: 28px;font-weight: normal;margin-bottom: 5px;}
.passage .psgTit h5.subTit{font-size: 20px;}
.passage .psgTit .info{font-size: 14px;line-height: 22px;color: #808080;}
.passage .psgTit .info span{margin: 0 4px;}
.passage .psgCont{padding-bottom: 60px;border-bottom: 1px solid #d1d1d1;margin-bottom: 52px;min-height: 350px;}
.passage .psgCont *{max-width: 100% !important;}
.passage .psgCont img{height: auto !important;}
.passage .psgBtm{position: relative;padding: 0 235px 0 0;}
.passage .psgBtm ul li{font-size: 15px;line-height: 34px;color: #3a502a;}
.passage .psgBtm ul li a{color: #333333;}
.passage .psgBtm ul li a:hover{color: #027151;text-decoration: underline;}
.passage .psgBtm .bdsharebuttonbox{height: 56px;width: 165px;padding-left: 49px;border-left: 1px solid #d1d1d1;position: absolute;right: 0;top:5px;}
.passage .psgBtm .bdsharebuttonbox span{font-size: 16px;line-height: 34px;color: #000000;margin: 12px 3px 0 0;}
.passage .psgBtm .bdsharebuttonbox .shareItem{width: 34px;height: 34px;margin: 12px 20px 0 0;padding: 0;background: url(../images/shareIcon2.png) no-repeat left top;}
.passage .psgBtm .bdsharebuttonbox .shareItem.bds_tsina{margin-right: 0;background-position: -34px top;}

.cDownload{text-align: center;padding-top: 30px;}
.cDownload .tit{font-size: 24px;color: #333333;line-height: 30px;font-weight: normal;margin-bottom: 20px;}
.cDownload .btn{display: block;width: 290px;height: 38px;margin: 20px auto 0;background: #2e87bf;color: #fff;line-height: 38px;font-size: 14px;}
.cDownload .shareWrap{width: 168px;margin: 0 auto;}
.cDownload .shareWrap .bdsharebuttonbox span{width: 54px;height: 28px;font-size: 14px;color: #333333;line-height: 28px;}
.cDownload .shareWrap .bdsharebuttonbox .shareItem{width: 28px;height: 28px;margin: 0 10px 0 0;padding: 0;background: #999999 url(../images/shareIcon1.png) no-repeat left center;}
.cDownload .shareWrap .bdsharebuttonbox .shareItem.bds_tsina{background-position: -28px center;}
.cDownload .shareWrap .bdsharebuttonbox .shareItem.bds_qzone{background-position: -56px center;}
.cDownload .shareWrap .bdsharebuttonbox .shareItem:hover{background-color: #268bca;}

.mapWrap{height: 554px;border:1px solid #dbdbdb;}

.logoList{width: 100%;overflow: hidden;}
.logoList ul{width: 930px;}
.logoList ul li{width: 212px;margin: 0 20px 3px 0;}
.logoList ul li a{display: block;}
.logoList ul li a .pic{height: 90px;border:1px solid #e3e1e1;text-align: center;line-height: 90px;font-size: 0;}
.logoList ul li a .pic img{max-width: 90%;max-height: 80%;}
.logoList ul li a h5{height: 50px;line-height: 50px;font-size: 14px;color: #555555;font-weight: normal;text-align: center;}
.logoList ul li a:hover h5{color: #268bca;}
.logoList ul li a:hover .pic{border-color: #aaa;}

.noticeList.downloadList li{padding-right: 0;}
.noticeList.downloadList li a{display: block;padding-right: 80px;position: relative;}
.noticeList.downloadList li a span{position: absolute;right: 0;top:0;font-size: 12px;color: #888;}

.iprodScroll{padding-bottom: 40px;}
.iprodScroll .container.swiper-container-horizontal > .swiper-pagination-bullets{bottom: 0;display: none;}

.iprodScroll{padding: 0 100px;position: relative;overflow: hidden;width: 100%;margin-left: -100px;}
.iprodScroll .container{width: 100%;overflow: hidden;position: relative;padding: 0 16px;margin-left: -16px;}
/*.iprodScroll .swiper-button-prev,
.iprodScroll .swiper-button-next{width: 70px;height: 70px;position: absolute;top:50%;margin-top: -35px;background: url(../images/arrow3.png) no-repeat left center;}
.iprodScroll .swiper-button-next{background-position: right center;}*/
/*.iprodScroll:hover .swiper-button-prev{opacity: 1;left: 0;}
.iprodScroll:hover .swiper-button-next{opacity: 1;right: 0;}*/

.iprodScroll .swiper-button-prev,
.iprodScroll .swiper-button-next{width: 60px;height: 60px;position: absolute;top:50%;margin-top: -30px;text-align: center;line-height: 60px;font-family: "SimSun";
font-size: 40px;color: #999;background: none;border-radius: 50%;}
.iprodScroll .swiper-button-prev:hover,
.iprodScroll .swiper-button-next:hover{background: #163c7c;color: #fff;}
.isect1{width: 100%;overflow: hidden;}

/*20190612*/
.nySide ul{padding-top: 0;}
.nySide ul li{margin-bottom: 0;padding: 0;}
.nySide ul li a{height: 56px;line-height: 56px;}
.nySide ul li.on a{background: none;color: #248ac9;border-color: #cccccc;}
.nySide ul li:before{display: none;}
.nySide ul li a i{background-image: url(../images/arrowBlue.png);opacity: 0;
-webkit-transform:translateX(-12px);transform:translateX(-12px);}
.nySide ul li:after{content: "";width: 3px;height: 100%;background: #248ac9;position: absolute;left: 0;top:0;
transform: scaleY(0);-webkit-transform: scaleY(0);opacity: 0;visibility: hidden;}
.nySide ul li.on:after,.nySide ul li:hover:after{transform: scaleY(1);-webkit-transform: scaleY(1);opacity: 1;visibility: visible;}
.nySide ul li.on a i,
.nySide ul li:hover a i{opacity: 1;-webkit-transform:translateX(0);transform:translateX(0);}
.nySide ul li:hover a,.nySide ul li.on a:hover{color: #248ac9;}
.nySide ul li a{border-bottom: 1px dashed #cccccc;}

.newsList li a .date{background: #919090;}
.newsList li a .date em{color: #919090;}

.contactText{margin-bottom: 20px;font-size: 14px;line-height: 30px;color: #666;}
.contactText .tit{line-height: 40px;font-size: 16px;}
.msgWrap .formItem label em{color: red;}
.msgWrap .formItem label{padding-left: 10px;width: 108px;}

.logoList.logoList1 ul li a .pic{height: 150px;line-height: 150px;position: relative;overflow: hidden;}
.logoList.logoList1 ul li a .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}

.passage .psgBtn{padding: 20px 0 0;}
.passage .psgBtn a{position: relative;margin-right: 22px;}
.passage .psgBtn a:before{content: "";width: 100%;height: 100%;position: absolute;left: 0;top:0;background: #248ac9;border-radius: 5px;
transform: scaleX(0);-webkit-transform: scaleX(0);opacity: 0;visibility: hidden;}
.passage .psgBtn a span{display: block;height: 38px;padding: 0 33px;min-width: 62px;border:1px solid #cccccc;border-radius: 5px;text-align: center;font-size: 15px;color: #333333;line-height: 38px;position: relative;z-index: 2;}
.passage .psgBtn a:hover:before,
.passage .psgBtn a:first-child:before{transform: scaleX(1);-webkit-transform: scaleX(1);opacity: 1;visibility: visible;}
.passage .psgBtn a:hover span,
.passage .psgBtn a:first-child span{border-color: #248ac9;color: #fff;}

/*20190619*/
.header{position: relative;}
.header .nav .nLi .navSub{background: #fff;}
.padTop{padding-top: 0;}
.pageWrap{padding-top: 0;}
.newsList li a .date{background: #248ac9;}
.newsList li a .date em{color: #248ac9;}
.logoList.logoList1 ul{width: 940px;}
.logoList.logoList1 ul li{width: 202px;margin-right: 30px;margin-bottom: 20px;}
.logoList.logoList1 ul li a .pic{height: 314px;line-height: 314px;}


.questionList{padding-bottom: 40px;}
.questionList li{padding: 20px 0;border-bottom: 1px solid #e0e0e0;}
.questionList li:first-child{border-top: 1px solid #e0e0e0;}
.questionList li a{display: block;}
.questionList li a h5{font-size: 18px;line-height: 28px;color: #000000;font-weight: normal;margin-bottom: 5px;font-size: 16px;}
.questionList li a p{font-size: 14px;line-height: 28px;color: #666666;max-height: 140px;overflow: hidden;min-height: 56px;}
.questionList li a:hover h5{color: #2e87bf;}



@media screen and (max-width: 1440px){
.iprodScroll{padding: 0;margin-left: 0;}
}

@media screen and (max-width: 1260px){
.iprodScroll .swiper-slide a .hover{width: 100%;left: 0;margin-left: 0;height: 0;padding:0 0 100%;box-sizing: border-box;}
.iprodScroll .swiper-slide a .hover .txt{display: none;}
.iprodScroll .swiper-slide a .hover .hTit{padding-top: 35%;font-size: 18px;}
.iprodScroll .swiper-slide a .pic{height: 200px;line-height: 200px;}
}

@media screen and (max-width: 1220px){
.w1200{width: auto;padding: 0 5%;}

.header .w1200{margin: 0 5%;padding: 0 40px 0 0;}
.header .nav .nLi h3 a{padding: 0 12px;}
.header .nav .nLi:first-child h3 a span{letter-spacing: 20px;}
.header .logo img{height: 50px;}
.banner .swiper-slide a{height: 0;padding-bottom: 45.83%;}
.isect2 ul li{padding: 0 45px;}
.footer .w1200{margin: 0 5%;padding: 0;}
.footer{font-size: 13px;line-height: 30px;}
.footer .w1200 .text p{background-position: left 6px;}

.nySide ul li a i{right: 0;}

.nyBanner{height: auto;}
.nyBanner .w1200{padding: 15% 5%;}

.downloadList li{padding-right: 246px;}

.aboutWrap .ul{padding: 33px 0 5px 0;}
.aboutWrap .ul li{margin-left: 0;width: 25%;}

.contProd .item2 .ul1{padding-left: 0;}
.contProd .item2 .ul1 li,.contProd .item2 .ul1 li:first-child{margin-right: 0;width: 50%;}
.contProd .item2 .ul1 li img{height: 200px;}

.logoList ul{width: 100%;}
.logoList ul li{width: 24%;margin-right: 1.33%;}
.logoList ul li:nth-child(4n){margin-right: 0;}

.logoList.logoList1 ul{width: 100%;}
.logoList.logoList1 ul li{width: 24%;margin-right: 1.33%;}
.logoList.logoList1 ul li:nth-child(4n){margin-right: 0;}
.logoList.logoList1 ul li a .pic{height: auto;}
.logoList.logoList1 ul li a .pic em{display: block;position: relative;height: 0;padding-bottom: 157%;}
}


@media screen and (max-width: 1024px){
.header .searchBtn,.header .nav{display: none;}
.header .menuIcon{display: block;}

.iprodScroll .swiper-slide a .hover{display: none;}
.iprodScroll .swiper-slide a:hover .tit{opacity: 1;color: #248ac9;}
.isect2 .desc{padding: 0 0 27px;}
.isect2 ul li{width: 25%;padding: 0;}
.isect2 ul li a .icon{width: 88px;height: 88px;line-height: 88px;}
.isect2 ul li a .icon img{max-height: 30px;}
.isect2 ul li a h5{font-size: 16px;}
.isect3 .isect3_1,.isect3 .isect3_2{width: 100%;}
.footer .w1200 .line{display: none;}
.footer .w1200 .pic{display: none;}
.footer .w1200 .text{width: 100%;}

.nySide{display: none;}
.nyContent{width: 100%;}

.prodList .nLi .item{width: 32%;margin-left: 2%;}
.prodList .nLi .item dl dt{padding-right: 20px;}
.prodList .nLi .item dl dt i{right: 0;}

.contProd .item1 .wrap{height: auto;padding-right: 0;padding-bottom: 10px;}
.prodScroll{width: 100%;position: relative;}
.contProd .item1 .cont{padding: 14px 20px;}
.contProd .item1 .cont .text{height: auto;padding-right: 0;}

.logoList ul li{width: 32%;margin-right: 2%;}
.logoList ul li:nth-child(4n){margin-right: 2%;}
.logoList ul li:nth-child(3n){margin-right: 0;}

.logoList.logoList1 ul li{width: 32%;margin-right: 2%;}
.logoList.logoList1 ul li:nth-child(4n){margin-right: 2%;}
.logoList.logoList1 ul li:nth-child(3n){margin-right: 0;}
}

@media screen and (max-width: 768px){

.header .logo{height: 88px;line-height: 88px;}
.header .logo img{height: 40px;}
.ititle{height: 50px;line-height: 50px;font-size: 18px;margin-bottom: 12px;}
.isect2 ul li a .icon{width: 60px;height: 60px;line-height: 60px;margin-bottom: 5px;}
.isect2 ul li a .icon img{max-height: 20px;}
.isect3 .ititle1{height: 60px;line-height: 60px;font-size: 18px;}

.nyBanner img{height: 50px;}
.padTop{padding-top: 88px;padding-top: 0;}
.recomNews a{height: auto;padding-left: 0;}
.recomNews a .pic{width: 100%;position: relative;margin-bottom: 12px;}
.recomNews a .text p{height: 56px;overflow: hidden;}
.newsList{padding-bottom: 10px;}

.downloadList li{padding-right: 124px;}
.downloadList li .btn a,.downloadList li .btn .share{margin-left: 20px;}
.downloadList li .btn{width: auto;padding-left: 20px;}

.aboutWrap .ul li img{width: 70px;height: 70px;}
.aboutWrap .ul li h5{padding: 0;}

.msgWrap{padding-right: 0;}
.msgWrap .changeCode{display: none;}
.msgWrap .formItem{width: 100%;margin-bottom: 15px;}
.msgWrap .formItem.codeItem{width: 70%;}
.msgWrap .codePic{width: 26%;margin: 0;float: right;}

.prodList{padding-top: 20px;}
.prodList .nLi{margin-bottom: 0;}
.prodList .nLi .item{width: 100%;margin-left: 0;margin-bottom: 20px;}
.prodList .nLi .item .tit a{font-size: 16px;height: 30px;line-height: 30px;}
.prodList .nLi .item dl dt{font-size: 14px;line-height: 38px;}
.prodList .nLi .item dl dd ul{padding: 0 0 6px;}

.contProd .item2 .ul1 li img{height: 120px;}

.passage .psgTit h5{font-size: 20px;}
.passage .psgTit h5.subTit{font-size: 16px;line-height: 24px;}
.passage .psgCont{padding-bottom: 30px;margin-bottom: 30px;}
.passage .psgBtm{padding-right: 0;}
.passage .psgBtm .bdsharebuttonbox{display: none;}

.cDownload .tit{font-size: 20px;}

.logoList ul li{width: 49%;margin-right: 0;}
.logoList ul li:nth-child(4n){margin-right: 0;}
.logoList ul li:nth-child(2n){float: right;}

.logoList.logoList1 ul li{width: 46%;margin-right: 0;}
.logoList.logoList1 ul li:nth-child(4n){margin-right: 0;}
.logoList.logoList1 ul li:nth-child(2n){float: right;}

.iprodScroll .swiper-button-prev, .iprodScroll .swiper-button-next{display: none;}
.iprodScroll .container{padding-bottom: 40px;}
.iprodScroll .container.swiper-container-horizontal > .swiper-pagination-bullets{bottom: 0;}
.iprodScroll .container.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active{background: #0c2387;}

.questionList {padding-bottom: 20px;}
.questionList li{padding: 12px 0 8px;}
.questionList li a p{font-size: 12px;line-height: 24px;max-height: 72px;min-height: 48px;}
.questionList li a h5{font-size: 16px;}

}

@media screen and (max-width: 468px){
.header .logo{height: 60px;line-height: 60px;}
.header .logo img{height: 30px;}

.banner .swiper-pagination{bottom: 14px;height: 10px;line-height: 10px;}
.banner .swiper-pagination .swiper-pagination-bullet{margin: 0 4px;width: 8px;height: 8px;}

/*.iprodScroll{padding-bottom: 40px;}*/
.iprodScroll .swiper-slide a .pic{height: 140px;line-height: 140px;margin-bottom: 0;}
.iprodScroll .swiper-slide a .tit{font-size: 14px;}
.isect2 ul li a h5{font-size: 13px;height: 28px;line-height: 28px;}
.isect2 .desc{font-size: 13px;line-height: 24px;padding-bottom: 15px;}
.isect2{padding: 25px 0;}
.isect2 ul li a .icon{width: 50px;height: 50px;line-height: 50px;}
.pageWrap{padding-top: 60px;padding-top: 0;}
.isect3 .isect3_1{margin-bottom: 10px;}
.isect3 .isect3_1 ul li{margin-top: 20px;}
.isect3 .isect3_1 ul li a .pic{width: 100%;height: 0;padding-bottom: 67.4%;}
.isect3 .isect3_1 ul li a .text{width: 100%;padding-top: 5px;}
.isect3 .isect3_1 ul li a .text span{height: 24px;line-height: 24px;font-size: 12px;}
.isect3 .isect3_2 ul li a{padding: 16px 18px 18px;}
.footer{font-size: 12px;line-height: 24px;}

.nyBanner img{height: 38px;}
.padTop{padding-top: 0;}
.recomNews{margin-bottom: 12px;}
.recomNews a .pic{height: 0;padding-bottom: 62.58%;}
.recomNews a .pic em{position: absolute;left: 0;top:0;}
.recomNews a .text h5{font-size: 16px;margin-bottom: 3px;}
.recomNews a .text p{line-height: 24px;height: 48px;font-size: 13px;margin-bottom: 5px;}

.newsList{padding-bottom: 0;}
.newsList li a{height: 56px;padding-left: 68px;}
.newsList li a .date{width: 56px;height: 66px;}
.newsList li a .date em{height: 37px;line-height: 37px;font-size: 24px;}
.newsList li a .date span{height: 28px;line-height: 28px;font-size: 12px;}
.newsList li a h5{font-size: 14px;margin-bottom: 0;line-height: 24px;}
.newsList li a p{font-size: 12px;line-height: 20px;height: 40px;}

.downloadList{padding-bottom: 20px;}
.downloadList li{padding-right: 90px;height: 48px;line-height: 48px;}
.downloadList li .btn a.read,.downloadList li .btn .share{display: none;}
.downloadList li .btn{background: none;}
.downloadList li{padding-right: 50px;}


.page a{margin-bottom: 5px;}

.nyWrap{margin: 24px 0 34px;}
.pageStyle{font-size: 13px;line-height: 30px;}
.aboutWrap .ul{padding-top: 10px;}
.aboutWrap .ul li img{width: 56px;height: 56px;}
.aboutWrap .title{font-size: 20px;margin-bottom: 12px;}

.msgWrap .subm{margin: 0 auto;display: block;width: 100%;}
.msgWrap .formItem label{padding-left: 10px;width: 88px;}
.msgWrap .formItem{padding-left: 90px;}
.msgWrap .formItem.codeItem{padding-left: 72px;}
.msgWrap .formItem.codeItem label{width: auto;}

.contProd .item2 .ul1{padding-bottom: 0;}
.contProd .item2 .ul1 li,.contProd .item2 .ul1 li:first-child{width: 100%;margin-bottom: 20px;}
.contProd .item2 .ul1 .pic{margin-bottom: 10px;}
.contProd .item2 .ul1 li img{height: auto;}

.prodWrap .prodTitle{font-size: 18px;height: 54px;line-height: 54px;}
.contProd .item1 .cont .text{font-size: 13px;line-height: 34px;}

.cDownload .tit{font-size: 16px;}

.mapWrap{height: 300px;}
.logoList ul li a .pic{height: 80px;line-height: 80px;}

.questionList li a h5{font-size: 15px;}
}

