@font-face {
    font-family: 'Mono';
    src: url('../font/Mono.eot');
    src:
    url('../font/Mono.eot?#font-spider') format('embedded-opentype'),
    url('../font/Mono.woff') format('woff'),
    url('../font/Mono.ttf') format('truetype'),
    url('../font/Mono.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;}

input[type="submit"],input[type="reset"],select,button{-webkit-appearance:none;appearance:none; }

*: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;}

*:focus{-webkit-tap-highlight-color:rgba(0,0,0,0); }

.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: #19408c;}

.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: #489eff;margin-top: 5px;position: relative;}
.header .menuIcon span:first-child{margin-top: 0;}


.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;}

.w1350{width: 1350px;margin: 0 auto;}

.header{width: 100%;-wbkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.08);box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.08);position: relative;z-index: 9;}
.header .logo{height: 140px;line-height: 140px;font-size: 0;}
.header .qrcode{width: 16px;height: 16px;position: relative;margin: 62px 0 0 17px;cursor: pointer;}
.header .qrcode .icon{display: block;width: 100%;height: 100%;background: url(../images/codeIcon.png) no-repeat left top;}
.header .qrcode  .codeImg{position: absolute;left: 50%;margin-left: -75px;top: 20px;z-index: 8;display: none;opacity: 0;-webkit-transform:translateY(20px); -webkit-transform:translateY(20px); }
.header .qrcode  .codeImg .pic{width: 130px;height: 130px;background: #efefef;padding: 5px;}
.header .qrcode  .codeImg .pic img{width: 100%;height: 100%;}
.header .qrcode  .codeImg i{display: block;margin: 0 auto;width: 0;height: 0;border: 8px solid transparent;border-bottom: 8px solid #efefef;}
.header .qrcode:hover .icon{background-position: left bottom;}
.header .qrcode.on .codeImg{opacity: 1;-webkit-transform:translateY(0); -webkit-transform:translateY(0);}
.header .searchBtn{width: 16px;height: 16px;margin: 62px 0 0 18px;background: url(../images/searchBtn.png) no-repeat left top;cursor: pointer;}
.header .searchBtn:hover{background-position: left bottom;}

.header .nav .nLi{position: relative;padding: 0 23px 0 26px;position: relative;text-align: center;}
.header .nav .nLi:before{content: "";width: 2px;height: 16px;background: #dddddd;position: absolute;left: 0;top:50%;margin-top: -8px;}
.header .nav .nLi:first-child:before{display: none;}
.header .nav .nLi h3 a{display: block;padding: 46px 0 44px;position: relative;}
.header .nav .nLi h3 a em{display: block;font-size: 12px;line-height: 22px;color: #000b27;font-weight: normal;text-transform: uppercase;}
.header .nav .nLi h3 a span{display: block;font-size: 16px;line-height: 28px;color: #000b27;}
.header .nav .nLi h3 a:before{content: "";width: 100%;height: 2px;background: #489eff;position: absolute;left: 0;bottom: 28px;
transform: scaleX(0);-webkit-transform: scaleX(0);opacity: 0;visibility: hidden;}
.header .nav .nLi.on h3 a:before,.header .nav .nLi.cur h3 a:before{transform: scaleX(1);-webkit-transform: scaleX(1);opacity: 1;visibility: visible;}
.header .nav .nLi.on h3 a em,.header .nav .nLi.on h3 a span,
.header .nav .nLi.cur h3 a em,.header .nav .nLi.cur h3 a span{color: #489eff;}
.header .nav .nLi .navSub{position: absolute;top:140px;background: #fff;display: none;width: 150px;left: 50%;margin-left: -75px;}
.header .nav .nLi .navSub ul li a{display: block;font-size: 14px;color: #444;line-height: 24px;padding: 6px 0;}
.header .nav .nLi .navSub ul li a:hover{color: #0a50c1;}

.banner{width: 100%;position: relative;overflow: hidden;}
.banner .swiper-slide a{display: block;width: 100%;height: 0;padding-bottom: 700px;background-repeat: no-repeat;background-position: center;background-size: cover;}
.banner .swiper-pagination{height: 20px;line-height: 20px;font-size: 0;text-align: center;bottom: 119px;}
.banner .swiper-pagination .swiper-pagination-bullet{width: 16px;height: 16px;border: 2px solid #ffffff;border-radius: 0;margin: 0 6px;background: url(../images/pagIcon.png) no-repeat left -16px;opacity: 1;
-webkit-transition:all 0.3s linear;transition:all 0.3s linear; }
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-position: left top;}

.isect1{position: relative;z-index: 3;margin-top: -103px;background: #ffffff;-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);}
.isect1 dl{padding-left: 302px;position: relative;}
.isect1 dl dt{width: 302px;height: 264px;position: absolute;left: 0;top:0;}
.isect1 dl dt a{display: block;width: 100%;height: 100%;box-sizing: border-box;padding: 41px 30px 0 60px;}
.isect1 dl dt a h4{font-size: 32px;line-height: 32px;color: #000b27;text-transform: uppercase;}
.isect1 dl dt a h3{font-size: 24px;line-height: 44px;color: #000b27;margin-bottom: 29px;}
.isect1 dl dt a .btn{width: 150px;height: 42px;border:1px solid #999999;font-size: 14px;color: #999999;line-height: 42px;position: relative;text-align: center;}
.isect1 dl dt a .btn span{position: relative;z-index: 3;}
.isect1 dl dt a .btn:before{content: "";width: 100%;height: 100%;position: absolute;left: 0;top:0;background: #489eff;transform: scaleX(0);-webkit-transform: scaleX(0);opacity: 0;visibility: hidden;}
.isect1 dl dt a:hover .btn:before{transform: scaleX(1);-webkit-transform: scaleX(1);opacity: 1;visibility: visible;}
.isect1 dl dt a:hover .btn{color: #fff;border-color: #489eff;}
.isect1 dl dd{width: 100%;height: 264px;box-sizing: border-box;border:14px solid #489eff;}
.isect1 dl dd .container{width: 100%;position: relative;overflow: hidden;box-sizing: border-box;}
.isect1 dl dd .container .swiper-slide a{display: block;padding: 32px 0 0;height: 204px;text-align: center;color: #999999;}
.isect1 dl dd .container .swiper-slide a .icon{width: 90px;height: 100px;position: relative;overflow: hidden;margin: 0 auto 14px;}
.isect1 dl dd .container .swiper-slide a .icon img{width: 100%;height: 100%;position: absolute;left: 0;}
.isect1 dl dd .container .swiper-slide a .icon .default{top:0;}
.isect1 dl dd .container .swiper-slide a .icon .on{top:100%;}
.isect1 dl dd .container .swiper-slide a h4{font-size: 20px;line-height: 40px;}
.isect1 dl dd .container .swiper-slide a h5{font-size: 12px;line-height: 28px;font-weight: normal;text-transform: uppercase;}
.isect1 dl dd .container .swiper-slide a:hover{-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);box-shadow: 0 0 5px rgba(0,0,0,0.3);color: #489eff;}
.isect1 dl dd .container .swiper-slide a:hover .icon .default{top: -100%;}
.isect1 dl dd .container .swiper-slide a:hover .icon .on{top:0;}

.ititle{text-align: center;position: relative;line-height: 166px;}
.ititle h4{font-size: 60px;color: #f0f0f0;position: absolute;left: 0;top:0;width: 100%;text-transform: uppercase;}
.ititle h3{position: relative;z-index: 2;font-size: 28px;color: #000b27;}

.isect2{width: 100%;padding: 20px 0 40px;background: url(../images/isect2Bg.png) no-repeat center top;}
.isect2 .container{padding: 0 40px 40px 10px;position: relative;overflow: hidden;}
.isect2 .container .swiper-slide a{display: block;}
.isect2 .container .swiper-slide a .pic{width: 100%;height: 0;padding-bottom: 90.355%;position: relative;overflow: hidden;}
.isect2 .container .swiper-slide a .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.isect2 .container .swiper-slide a .text{width: 382px;margin:  -50px 0 0 52px;background: #ffffff;position: relative;z-index: 3;box-sizing: border-box;padding: 14px 40px 16px 32px;
-webkit-box-shadow:0 0 10px rgba(0,0,0,0.1);box-shadow:0 0 10px rgba(0,0,0,0.1);}
.isect2 .container .swiper-slide a .text h5{font-size: 32px;line-height: 46px;color: #000b27;text-transform: uppercase;}
.isect2 .container .swiper-slide a .text h4{font-size: 20px;line-height: 38px;color: #000b27;}
.isect2 .container .swiper-slide a .text p{font-size: 14px;line-height: 42px;color: #999999;padding-right: 68px;position: relative;}
.isect2 .container .swiper-slide a .text p span{position: absolute;right: 47px;top: 0;}
.isect2 .container .swiper-slide a .text .icon{position: absolute;left: 0;top:-256px;width: 100%;box-sizing: border-box;padding-right: 90px;opacity: 0;}
.isect2 .container .swiper-slide a .text .icon .bg{width: 100%;height: 256px;background: rgba(72,158,255,0.8);text-align: center;line-height: 256px;font-size: 0;}
.isect2 .container .swiper-slide a:hover .text .icon{opacity: 1;}
.isect2 .container .swiper-slide a:hover .text h5,
.isect2 .container .swiper-slide a:hover .text h4,
.isect2 .container .swiper-slide a:hover .text p{color: #489eff;}
.isect2 .container .swiper-pagination{bottom: 0;height: 20px;line-height: 20px;font-size: 0;display: none;}
.isect2 .container .swiper-pagination .swiper-pagination-bullet{width: 16px;height: 16px;border: 2px solid #1d2740;border-radius: 0;margin: 0 6px;background: url(../images/pagIcon1.png) no-repeat left -16px;opacity: 1;
-webkit-transition:all 0.3s linear;transition:all 0.3s linear; }
.isect2 .container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-position: left top;}

.isect3{padding-bottom: 100px;background: url(../images/isect3Bg.jpg) no-repeat center top;}
.isect3 .ititle h3{color: #ffffff;}
.isect3 .ititle h4{color: #3592e9;}
.isect3 .container{width: 100%;position: relative;overflow: hidden;padding: 24px 10px 36px 0;box-sizing: border-box;}
.isect3 .container .swiper-slide a{display: block;}
.isect3 .container .swiper-slide a .pic{height: 270px;position: relative;overflow: hidden;}
.isect3 .container .swiper-slide a .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.isect3 .container .swiper-slide a .text{padding: 12px 56px 35px;background: #ffffff;text-align: center;-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.isect3 .container .swiper-slide a .text h5{font-size: 16px;line-height: 65px;color: #000b27;}
.isect3 .container .swiper-slide a .text p{font-size: 14px;line-height: 26px;color: #999999;height: 78px;overflow: hidden;margin-bottom: 26px;}
.isect3 .container .swiper-slide a .text .btn{width: 150px;height: 42px;border:1px solid #999999;margin: 0 auto;font-size: 14px;color: #999999;line-height: 42px;position: relative;}
.isect3 .container .swiper-slide a .text .btn span{position: relative;z-index: 2;}
.isect3 .container .swiper-slide a .text .btn:before{content: "";width: 100%;height: 100%;position: absolute;left: 0;top:0;background: #489eff;
transform: scaleX(0);-webkit-transform: scaleX(0);opacity: 0;visibility: hidden;}
.isect3 .container .swiper-slide a:hover .text h5{color: #489eff;}
.isect3 .container .swiper-slide a:hover .text .btn{color: #fff;border-color: #489eff;}
.isect3 .container .swiper-slide a:hover .text .btn:before{transform: scaleX(1);-webkit-transform: scaleX(1);opacity: 1;visibility: visible;}
.isect3 .container .swiper-pagination{bottom: 0;height: 20px;line-height: 20px;font-size: 0;}
.isect3 .container .swiper-pagination .swiper-pagination-bullet{width: 16px;height: 16px;border: 2px solid #1d2740;border-radius: 0;margin: 0 6px;background: url(../images/pagIcon1.png) no-repeat left -16px;opacity: 1;
-webkit-transition:all 0.3s linear;transition:all 0.3s linear; }
.isect3 .container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-position: left top;}

.footer{padding: 28px 0;border-top: 4px solid #000b27;text-align: center;font-size: 14px;line-height: 20px;color: #000b27;font-weight: 300;}
.footer span{margin: 0 8px;}
.footer .fNav{margin-bottom: 29px;line-height: 32px;color: #000b27;font-size: 16px;}
.footer .fNav span{margin: 0 24px;color: #dddddd;font-weight: bold;}
.footer a:hover{color: #489eff;}

.nyBanner{width: 100%;height: 160px;background-repeat: no-repeat;background-position: center;background-size: cover;}
.nyBanner .w1350{padding-top: 28px;}
.nyBanner .w1350 h3{font-size: 36px;color: #ffffff;line-height: 70px;}
.nyBanner .w1350 .path{font-size: 16px;color: #ffffff;line-height: 32px;}
.nyBanner .w1350 .path span{margin: 0 10px;}

.nyWrap{margin: 60px auto 100px;min-height: 350px;}

.nyTitle{margin-bottom: 40px;text-align: center;}
.nyTitle h3{font-size: 32px;color: #489eff;line-height: 32px;}
.nyTitle h4{font-size: 16px;line-height: 40px;color: #000b27;font-weight: normal;text-transform: uppercase;}
.nyTitle i{display: block;width: 50px;height: 2px;background: #489eff;margin: 0 auto;}

.prodList{width: 100%;}
.prodList ul{padding-bottom: 20px;width: 1395px;}
.prodList ul li{width: 420px;margin: 0 45px 40px 0;}
.prodList ul li a{display: block;padding-bottom: 52px;position: relative;background: #ffffff;overflow: hidden;text-align: center;
-webkit-box-shadow:0 0 15px rgba(0,0,0,0.1);box-shadow:0 0 15px rgba(0,0,0,0.1);}
.prodList ul li a .pic{height: 290px;text-align: center;line-height: 290px;}
.prodList ul li a .pic img{max-width: 100%;max-height: 100%;}
.prodList ul li a .text{position: absolute;left: 0;bottom: 0;background: #e5e5e5;box-sizing: border-box;padding: 0 40px;width: 100%;text-align: center;color: #000b27;height: 52px;overflow: hidden;}
.prodList ul li a .text h5{line-height: 52px;font-size: 20px;}
.prodList ul li a .text .more{line-height: 22px;font-size: 16px;color: #ffffff;font-weight: normal;text-transform: uppercase;text-align: left;background: url(../images/arrow.png) no-repeat right center;}
/*.prodList ul li a:hover .pic{-webkit-transform:translateY(-20px);transform:translateY(-20px);}*/
.prodList ul li a:hover .text{height: 94px;padding-top: 4px;background: #489eff;color: #fff;}

.page{text-align: center;font-size: 0;}
.page a{display: inline-block;*display: inline;*zoom: 1;margin: 0 8px;height: 44px;line-height: 44px;border: 1px solid #000b27;font-size: 16px;color: #000b27;padding: 0 23px;position: relative;}
.page a.num{padding: 0 17px;}
.page a.prev{margin-right: 66px;}
.page a.next{margin-left: 66px;}
.page a.prev:before,.page a.next:before{content: "";width: 56px;height: 1px;background: #000b27;position: absolute;top:50%;}
.page a.prev:before{right: -66px;}
.page a.next:before{left: -66px;}
.page a.on,.page a:hover{background: #489eff;border-color: #489eff;color: #fff;}

.partyList{width: 100%;padding: 0 10px;overflow: hidden;}
.partyList ul{width: 1410px;}
.partyList ul li{width: 410px;margin: 0 60px 60px 0;}
.partyList ul li a{display: block;background: #ffffff;-webkit-box-shadow:0 0 10px rgba(0,0,0,0.2);box-shadow:0 0 10px rgba(0,0,0,0.2);}
.partyList ul li a .pic{width: 100%;height: 0;padding-bottom: 65.85%;position: relative;overflow: hidden;}
.partyList 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;}
.partyList ul li a .text{padding: 10px 30px 0;}
.partyList ul li a .text h5{font-size: 20px;color: #000b27;line-height: 40px;}
.partyList ul li a .text p{font-size: 14px;line-height: 26px;color: #999999;height: 52px;overflow: hidden;margin-bottom: 23px;}
.partyList ul li a .more{margin-right: 88px;position: relative;border-top: 1px solid #dbdbdb;padding-top: 3px;}
.partyList ul li a .more span.fl{line-height: 62px;font-size: 14px;color: #999999;padding-right: 60px;position: relative;}
.partyList ul li a .more span.fl:before{content: "";width: 58px;height: 6px;position: absolute;right: 0;top:50%;margin-top: -3px;background: url(../images/arrow1.png) no-repeat right center;}
.partyList ul li a .more .date{width: 70px;position: absolute;right: -88px;top: -21px;text-align: center;}
.partyList ul li a .more .date em{display: block;font-size: 40px;line-height: 42px;color: #000b27;font-weight: bold;}
.partyList ul li a .more .date span{display: block;font-size: 14px;line-height: 24px;color: #999999;text-transform: uppercase;}
.partyList ul li a:hover .text h5,.partyList ul li a:hover .more span.fl{color: #489eff;}
.partyList ul li a:hover .more span.fl:before{background-position: left top;}

.contact{margin-bottom: 110px;}
.contact .text{max-width: 700px;padding-left: 60px;font-size: 16px;line-height: 36px;color: #000b27;}
.contact .text .tit{margin-bottom: 20px;line-height: 40px;font-size: 20px;color: #000b27;}
.contact .qrcode{padding: 15px 96px 0 0;}
.contact .qrcode .pic{width: 198px;height: 198px;border:1px solid #cccccc;}
.contact .qrcode .pic img{width: 100%;height: 100%;}
.contact .qrcode p{padding: 70px 28px 0;text-align: center;font-size: 16px;line-height: 30px;color: #4c4c4c;}
.mapWrap{width: 100%;height: 474px;}
.mapWrap.wap{display: none;}

.float{position: fixed;right: 0;top:30%;z-index: 999;width: 80px;}
.float ul li{height: 80px;position: relative;border-top: 1px solid #63acff;}
.float ul li:first-child{border-top: none;}
.float ul li .icon{display: block;height: 100%;background: #489eff url(../images/float.png) no-repeat left top;}
.float ul li .codeImg{position: absolute;right: 82px;padding-right: 12px;top:50%;margin-top: -54px;display: none;}
.float ul li .codeImg:before{content: "";    width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;
border-left:10px solid #eee;position: absolute;right:3px;top:50%;margin-top: -10px;}
.float ul li .codeImg .pic{width: 100px;height: 100px;padding: 4px;background: #eee;}
.float ul li .codeImg .pic img{width: 100%;height: 100%;}
.float ul li .bdsharebuttonbox{width: 100%;height: 100%;margin: 0;padding: 0;}
.float ul li .bdsharebuttonbox .icon{padding: 0;margin: 0;width: 100%;height: 100%;display: block;background: #489eff url(../images/float.png) no-repeat left -81px;}
/*.float ul li:hover .icon{opacity: 0.8;}*/
.float ul li.li3 .icon{background-position: left -162px;}

.float ul li.li3 .icon{position: relative;z-index: 99;}
.float ul li.li3 p{height: 80px;width: 130px;background: #489eff;font-size: 18px;color: #fff;line-height: 80px;text-indent: 12px;font-family: "Mono";
position: absolute;right: -130px;top:0;width: 176px;right: -176px;}
.float ul li.li3:hover p{right: 80px;}

.newsScroll{width: 100%;padding: 15px 15px 40px 0;position: relative;overflow: hidden;border-bottom: 1px solid #ececec;margin-bottom: 26px;}
.newsScroll .swiper-slide a{display: block;}
.newsScroll .swiper-slide a .pic{width: 50%;height: 0;padding-bottom: 343px;position: relative;overflow: hidden;}
.newsScroll .swiper-slide a .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.newsScroll .swiper-slide a .text{width: 50%;height: 343px;box-sizing: border-box;padding: 53px 65px 0 60px;
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);}
.newsScroll .swiper-slide a .text h5{font-size: 20px;line-height: 34px;color: #000b27;}
.newsScroll .swiper-slide a .text span{display: block;font-size: 14px;line-height: 45px;color: #999999;}
.newsScroll .swiper-slide a .text p{font-size: 14px;line-height: 26px;color: #999999;height: 52px;overflow: hidden;}
.newsScroll .swiper-slide a:hover .text h5{color: #489eff;}
.newsScroll .swiper-pagination{height: 8px;line-height: 8px;font-size: 0;width: 50%;box-sizing: border-box;padding-left: 60px;text-align: left;left: 50%;bottom: 60px;}
.newsScroll .swiper-pagination .swiper-pagination-bullet{width: 8px;height: 8px;background: #489eff;margin: 0 9px 0 0;padding: 0;opacity: 1;border-radius: 4px;
-webkit-transition:all 0.3s linear;transition:all 0.3s linear;}
.newsScroll .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 30px;}

.newsList ul{padding-bottom: 15px;}
.newsList ul li{margin-bottom: 22px;}
.newsList ul li a{display: block;padding: 0 252px 0 260px;position: relative;}
.newsList ul li a .date{position: absolute;left: 0;top:0;line-height: 54px;width: 214px;color: #999999;}
.newsList ul li a .date .line{width: 45px;height: 1px;background: #999999;position: absolute;right: 0;top:50%;}
.newsList ul li a .date .line:before{content: "";width: 0;height: 1px;background: #489eff;position: absolute;left: 0;top:0;}
.newsList ul li a .date:after{z-index: 2;background: #489eff;width: 0;}
.newsList ul li a .date em{font-size: 28px;}
.newsList ul li a .date i{font-size: 28px;color: #e7e7e7;margin: 0 18px 0 16px;font-weight: 300;}
.newsList ul li a .date span{font-size: 14px;}
.newsList ul li a .text h5{font-size: 20px;line-height: 54px;color: #000b27;font-weight: normal;}
.newsList ul li a .text p{font-size: 14px;line-height: 26px;color: #999999;height: 52px;overflow: hidden;}
.newsList ul li a .pic{width: 199px;height: 138px;position: absolute;right: 0;top:15px;overflow: hidden;}
.newsList 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;}
.newsList ul li a .text span{display: block;font-size: 14px;line-height: 60px;color: #999999;padding-left: 25px;background: url(../images/views.png) no-repeat left center;}
.newsList ul li a:hover .date, .newsList ul li a:hover .date i,.newsList ul li a:hover .text h5{color: #489eff;}
.newsList ul li a:hover .date .line:before{width: 100%;}
.newsList ul li.noPic a{padding-right: 0;}
.newsList ul li.noPic a .pic{display: none;}

.passage{width: 68%;}
.passage.passage1{width: 100%;}
.passage .psgTit{padding-bottom: 11px;border-bottom: 1px solid #ececec;margin-bottom: 28px;}
.passage.passage1 .psgTit{text-align: center;}
.passage .psgTit h5{font-size: 24px;line-height: 26px;color: #000b27;font-weight: normal;margin-bottom: 22px;}
.passage .psgTit .info span{display: inline-block;*display: inline;*zoom: 1;font-size: 12px;line-height: 29px;color: #aaaaaa;padding-left: 27px;background: url(../images/views.png) no-repeat left center;margin-left: 38px;}
.passage .psgTit .info span:first-child{margin-left: 0;padding-left: 23px;background: url(../images/dateIcon.png) no-repeat left center;}
.passage .psgCont{font-size: 16px;line-height: 32px;color: #999999;margin-bottom: 54px;min-height: 350px;}
.passage .psgCont *{max-width: 100% !important;}
.passage .psgCont img{height: auto !important;}
.passage .psgShare{padding-bottom: 40px;border-bottom: 1px solid #000b27;margin-bottom: 24px;}
.passage .psgShare .bdsharebuttonbox span{line-height: 50px;margin-right: 12px;font-size: 16px;color: #000b27;}
.passage .psgShare .bdsharebuttonbox .shareItem{width: 50px;height: 50px;padding: 0;margin: 0 20px 0 0;background: url(../images/shareIcon.png) no-repeat left top;}
.passage .psgShare .bdsharebuttonbox .shareItem.bds_sqq{background-position: -50px top;}
.passage .psgShare .bdsharebuttonbox .shareItem.bds_tsina{background-position: -100px top;}
.passage .psgShare .toList{margin-top: 5px;width: 138px;height: 38px;border:1px solid #afafaf;text-align: center;line-height: 36px;font-size: 16px;color: #787878;}
.passage .psgShare .toList:hover{border-color: #489eff;background: #489eff;color: #fff;}
.passage .psgLink li{margin-top: 40px;}
.passage .psgLink li:first-child{margin-top: 0;}
.passage .psgLink li a{display: block;}
.passage .psgLink li a h5{font-size: 20px;line-height: 52px;color: #000b27;font-weight: normal;}
.passage .psgLink li a p{font-size: 14px;line-height: 26px;color: #999999;max-height: 52px;overflow: hidden;margin-bottom: 12px;}
.passage .psgLink li a .info span{font-size: 12px;line-height: 31px;color: #aaaaaa;padding-left: 27px;background: url(../images/views.png) no-repeat left center;margin-left: 38px;}
.passage .psgLink li a .info span:first-child{margin-left: 0;padding-left: 23px;background: url(../images/dateIcon.png) no-repeat left center;}
.passage .psgLink li a:hover h5{color: #489eff;}

.remPsg{width: 28%;box-sizing: border-box;border-left: 1px solid #eeeeee;padding-left: 30px;}
.remPsg .tit{font-size: 20px;color: #000b27;line-height: 20px;margin-bottom: 26px;}
.remPsg ul li{margin-top: 17px;}
.remPsg ul li:first-child{margin-top: 0;}
.remPsg ul li a{display: block;}
.remPsg ul li a h5{font-size: 16px;line-height: 24px;color: #999999;font-weight: normal;max-height: 48px;overflow: hidden;}
.remPsg ul li a span{display: block;font-size: 14px;line-height: 32px;color: #999999;padding-left: 25px;background: url(../images/views.png) no-repeat left center;}
.remPsg ul li a:hover h5{color: #489eff;}

.jobList .dl{margin-bottom: 10px;}
.jobList .dl .dt{padding: 13px 150px 14px 60px;position: relative;background: #f0f1f2;cursor: pointer;}
.jobList .dl.odd .dt{background: #f9f9f9;}
.jobList .dl .dt h5{font-size: 20px;line-height: 33px;color: #000b27;font-weight: normal;}
.jobList .dl .dt .info{font-size: 16px;line-height: 30px;color: #999999;}
.jobList .dl .dt .info span{margin-left: 96px;padding-left: 30px;position: relative;}
.jobList .dl .dt .info span:first-child{margin-left: 0;}
.jobList .dl .dt .info span.span2{padding-left: 20px;}
.jobList .dl .dt .info span.span3{padding-left: 24px;}
.jobList .dl .dt .info span:before{content: "";width: 22px;height: 18px;position: absolute;left: 0;top:50%;margin-top: -9px;background: url(../images/jobIcon.png) no-repeat left top;}
.jobList .dl .dt .info span.span2:before{background-position: -22px 0;}
.jobList .dl .dt .info span.span3:before{background-position: -44px 0;}
.jobList .dl .dt i{width: 36px;height: 36px;position: absolute;right: 60px;top:50%;margin-top: -18px;background: #e3e4e5;border-radius: 50%;text-align: center;line-height: 36px;font-size: 20px;color: #444444;font-weight: bold;font-family: "SimSun";
-webkit-transform: rotateZ(90deg); -moz-transform: rotateZ(90deg); -ms-transform: rotateZ(90deg); transform: rotateZ(90deg);
-webkit-box-shadow: 5px 0 0px 0px rgba(255, 255, 255, 0.7);box-shadow: 5px 0 0px 0px rgba(255, 255, 255, 0.7);}
.jobList .dl .dd{display: none;-webkit-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.1);box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.1);}
.jobList .dl .dd .wrap{padding: 30px 60px;font-size: 16px;line-height: 36px;color: #999999;}
.jobList .dl .dd .wrap *{max-width: 100% !important;}
.jobList .dl .dd .wrap .tit{margin-bottom: 16px;line-height: 40px;font-size: 20px;color: #000b27;font-weight: normal;}
.jobList .dl .dd .wrap .text{margin-bottom: 22px;}
.jobList .dl.on{margin-bottom: 10px;}
.jobList .dl.on .dt{background: #5960da;}
.jobList .dl.on .dt h5,.jobList .dl.on .dt .info{color: #ffffff;}
.jobList .dl.on .dt .info span:before{background-position-y: bottom;}
.jobList .dl.on .dt i{-webkit-transform: rotateZ(270deg); -moz-transform: rotateZ(270deg); -ms-transform: rotateZ(270deg); transform: rotateZ(270deg);
-webkit-box-shadow: 5px 0 0px 0px rgba(255, 255, 255, 0);box-shadow: 5px 0 0px 0px rgba(255, 255, 255, 0);
background: #ffffff;color: #4c5162;}

.aboutWrap{margin-top: 0;}
.aboutWrap .nyTitle{margin-top: 60px;}
.aboutWrap .item1 .text{width: 35.85%;font-size: 16px;line-height: 32px;color: #000b27;text-align: justify;padding-right: 20px;overflow: auto;height: 560px;}
.aboutWrap .item1 .text::-webkit-scrollbar{width:3px;height:3px}
.aboutWrap .item1 .text::-webkit-scrollbar-button:vertical{display:none}
.aboutWrap .item1 .text::-webkit-scrollbar-corner,
.aboutWrap .item1 .text::-webkit-scrollbar-track{background-color:#ccc}
.aboutWrap .item1 .text::-webkit-scrollbar-thumb{border-radius:0;background-color:#489eff;}
.aboutWrap .item1 .text::-webkit-scrollbar-thumb:vertical:hover{ }
.aboutWrap .item1 .text::-webkit-scrollbar-thumb:vertical:active{ }
.aboutWrap .item1 .text *{max-width: 100% !important;}
.aboutWrap .item1 .text img{height: auto !important;}
.aboutWrap .item1 .text .tit{padding: 50px 0 24px 0;margin-bottom: 50px;position: relative;font-size: 20px;line-height: 40px;color: #000b27;}
.aboutWrap .item1 .text .tit:before{content: "";width: 50px;height: 2px;background: #489eff;position: absolute;left: 0;bottom: 0;}
.aboutWrap .item1 .pic{width: 56.29%;position: relative;overflow: hidden;}
.aboutWrap .item1 .pic em{display: block;position: relative;left: 0;top:0;width: 100%;height: 0;padding-bottom: 590px;background-repeat: no-repeat;background-position: center;background-size: cover;}
.aboutWrap .item1 .pic ul{width: 42%;height: 100%;position: absolute;right: 0;top:0;z-index: 2;background: rgba(72,158,255,0.8);box-sizing: border-box;padding: 60px 45px 0;text-align: center;}
.aboutWrap .item1 .pic ul li{border-bottom: 1px solid rgba(255,255,255,0.2);padding: 20px 0 18px;}
.aboutWrap .item1 .pic ul li:first-child{border-top: 1px solid rgba(255,255,255,0.2);}
.aboutWrap .item1 .pic ul li h5{font-size: 44px;line-height: 55px;color: #ffffff;}
.aboutWrap .item1 .pic ul li h5 b{font-family: "Mono";margin-left: 8px;letter-spacing: -2px;}
.aboutWrap .item1 .pic ul li i{display: block;width: 30px;height: 2px;background: #ffffff;margin: 13px auto 14px;}
.aboutWrap .item1 .pic ul li p{font-size: 14px;line-height: 32px;color: #ffffff;}

.aboutWrap .item2 .nyTitle h4{margin-bottom: 6px;}
.aboutWrap .item2 .cont{width: 100%;background: url(../images/about2.jpg) no-repeat center top;box-sizing: border-box;}
.aboutWrap .item2 .cont .w1350{box-sizing: border-box;padding: 270px 112px 0 373px;position: relative;}
.aboutWrap .item2 .container{width: 260px;height: 500px;position: absolute;left: 0;top:-40px;background: url(../images/devBg.jpg) no-repeat center;background-size: cover;box-sizing: border-box;padding: 66px 30px 0 34px;}
.aboutWrap .item2 .container .scroll{width: 100%;position: relative;overflow: hidden;}
.aboutWrap .item2 .container .scroll .swiper-slide .date{font-size: 40px;color: #ffffff;line-height: 52px;margin-bottom: 60px;}
.aboutWrap .item2 .container .scroll .swiper-slide .text{font-size: 16px;line-height: 30px;color: #ffffff;height: 163px;overflow: auto;}
.aboutWrap .item2 .container .scroll .swiper-slide .icon{font-size: 0;text-align: right;margin-bottom: 40px;}
.aboutWrap .item2 .container .scroll .btnWrap .swiper-button-prev,
.aboutWrap .item2 .container .scroll .btnWrap .swiper-button-next{position: relative;width: 50px;height: 50px;top:0;margin-top: 0;}
.aboutWrap .item2 .container .scroll .btnWrap .swiper-button-prev{background: url(../images/leftArr.png) no-repeat center;background-size: 100% 100%;}
.aboutWrap .item2 .container .scroll .btnWrap .swiper-button-next{background: url(../images/rightArr.png) no-repeat center;background-size: 100% 100%;}

.aboutWrap .item2 .tabs{width: 100%;position: relative;overflow: hidden;height: 189px;text-align: center;}
.aboutWrap .item2 .tabs:before{content: "";width: 100%;border-bottom: 1px dashed #dbdbdb;position: absolute;left: 0;top:50%;}
.aboutWrap .item2 .tabs .swiper-slide{cursor: pointer;}
.aboutWrap .item2 .tabs .swiper-slide .date{padding: 5px;background: #f4f4f4;border-radius: 50%;width: 47px;margin: 0 auto;}
.aboutWrap .item2 .tabs .swiper-slide .date span{display: block;height: 47px;background: #dbdbdb;border-radius: 50%;line-height: 47px;font-size: 16px;color: #000b27;}
.aboutWrap .item2 .tabs .swiper-slide i{display: block;width: 1px;height: 28px;background: #dbdbdb;margin: 2px auto;}
.aboutWrap .item2 .tabs .swiper-slide b{width: 11px;height: 11px;display: block;margin: 0 auto;background: url(../images/dot.png) no-repeat left top;}
.aboutWrap .item2 .tabs .swiper-slide.odd{padding-top: 90px;}
.aboutWrap .item2 .tabs .swiper-slide.on .date{background: #c7e1ff;}
.aboutWrap .item2 .tabs .swiper-slide.on .date span{background: #489eff;color: #fff;}
.aboutWrap .item2 .tabs .swiper-slide.on i{background: #489eff;}
.aboutWrap .item2 .tabs .swiper-slide.on b{background-position: left bottom;}

.aboutWrap .item3{margin-bottom: 60px;}
.aboutWrap .item3 ul li{width: 24%;margin-left: 1.333%;border-top:10px solid #dedede;position: relative;padding-top: 50px;
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);}
.aboutWrap .item3 ul li:first-child{margin-left: 0;}
.aboutWrap .item3 ul li:before{content: "";width: 0;height: 10px;position: absolute;left: 0;top:-10px;z-index: 2;background: #489eff;
-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;}
.aboutWrap .item3 ul li .pic{width: 100%;height: 0;padding-bottom: 57.23%;position: relative;overflow: hidden;}
.aboutWrap .item3 ul li .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.aboutWrap .item3 ul li .cont{padding: 36px 30px 0 28px;height: 242px;}
.aboutWrap .item3 ul li .cont .tit{font-size: 24px;line-height: 40px;color: #000b27;margin-bottom: 23px;text-align: center;}
.aboutWrap .item3 ul li .cont .text{font-size: 16px;line-height: 32px;color: #999999;text-align: center;}
.aboutWrap .item3 ul li:first-child .cont .text{text-align: left;}
.aboutWrap .item3 ul li:hover .cont .tit,.aboutWrap .item3 ul li:hover .cont .text{color: #489eff;}
.aboutWrap .item3 ul li:hover:before{width: 100%;}


.aboutWrap .item4{width: 100%;background: url(../images/about7.jpg) no-repeat center top;}
.aboutWrap .item4 .nyTitle{margin-top: 0;padding-top: 60px;}
.aboutWrap .item4 .nyTitle h3, .aboutWrap .item4 .nyTitle h4{color: #fff;}
.aboutWrap .item4 .nyTitle i{background: #fff;}
.aboutWrap .item4 .tabs{width: 21.25%;-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);background: #fff;}
.aboutWrap .item4 .tabs li{margin-top: 6px;font-size: 20px;line-height: 60px;color: #000b27;cursor: pointer;padding: 0 90px 0 36px;position: relative;}
.aboutWrap .item4 .tabs li:first-child{margin-top: 0;}
.aboutWrap .item4 .tabs li:before{content: "";width: 20px;height: 12px;position: absolute;right: 38px;top:22px;background: url(../images/arrow2.png) no-repeat right top;}
.aboutWrap .item4 .tabs li.on{background: #489eff;color: #fff;}
.aboutWrap .item4 .tabs li.on:before{background-position: left top;}
.aboutWrap .item4 .container{width: 74%;position: relative;overflow: hidden;}
.aboutWrap .item4 .container .innerScroll{width: 100%;position: relative;overflow: hidden;padding: 0 15px 76px;box-sizing: border-box;}
.aboutWrap .item4 .container .innerScroll .swiper-slide .pic{width: 100%;height: 0;padding-bottom: 139.28%;position: relative;overflow: hidden;margin-bottom: 27px;
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
padding-bottom: 0;height: 384px;line-height: 384px;background: #fff;text-align: center;}
.aboutWrap .item4 .container .innerScroll .swiper-slide .pic img{max-width: 100%;max-height: 100%;}
.aboutWrap .item4 .container .innerScroll .swiper-slide .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.aboutWrap .item4 .container .innerScroll .swiper-slide h5{font-size: 16px;line-height: 24px;color: #000b27;text-align: center;font-weight: normal;height: 48px;overflow: hidden;}
.aboutWrap .item4 .container .innerScroll .swiper-slide:hover h5{color: #489eff;}
.aboutWrap .item4 .container .innerScroll .swiper-pagination{width: 100%;bottom: 0;height: 20px;line-height: 20px;font-size: 0;}
.aboutWrap .item4 .container .innerScroll .swiper-pagination .swiper-pagination-bullet{width: 16px;height: 16px;border:2px solid #000b27;border-radius: 0;background:url(../images/pagIcon1.png) no-repeat center -20px;opacity: 1;
-webkit-transition:all 0.3s linear;transition:all 0.3s linear;}
.aboutWrap .item4 .container .innerScroll .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background: url(../images/pagIcon1.png) no-repeat center;}


/*20190929*/
.aboutWrap .item4 .container{width: 78%;}
.aboutWrap .item4 .container .innerScroll{padding: 0 40px 76px;}
.aboutWrap .item4 .container .innerScroll .scroll{padding: 0 10px;overflow: hidden;}
.aboutWrap .item4 .container .innerScroll .swiper-button-prev,
.aboutWrap .item4 .container .innerScroll .swiper-button-next{width: 40px;height: 40px;margin-top: 0;top:175px;background: url(../images/leftArr1.png) no-repeat center;background-size: 100% 100%;left: 0;}
.aboutWrap .item4 .container .innerScroll .swiper-button-next{left: auto;right: 0;background-image: url(../images/rightArr1.png);}
.aboutWrap .item4 .container .innerScroll .swiper-pagination .swiper-pagination-bullet{margin: 0 5px;}

/*20190929 end*/

.pageStyle{font-size: 16px;line-height: 32px;color: #000b27;text-align: justify;}
.pageStyle *{max-width: 100% !important;}
.pageStyle img{height: auto !important;}



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

.header .logo img{height: 30px;}
.header .nav .nLi{padding: 0 20px;}

.banner .swiper-slide a{padding-bottom: 51.85%;}
.banner .swiper-pagination{bottom: 3%;}
.banner .swiper-pagination .swiper-pagination-bullet{width: 10px;height: 10px;margin: 0 2px;background-size: 10px;height: 10px;}

.isect1{top:0;padding: 0;margin: 30px 5%;}

.isect2 .container .swiper-slide a .text{width: 280px;}
.isect2 .container .swiper-slide a .text .icon{top: -180px;}
.isect2 .container .swiper-slide a .text .icon .bg{height: 180px;line-height: 180px;}


.isect3 .swiper-pagination .swiper-pagination-bullet{width: 10px;height: 10px;margin: 0 3px;}
.isect3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-position: -2px -3px;}

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

.partyList{padding: 0;}
.partyList ul{width: 100%;box-sizing: border-box;padding: 0 10px;}
.partyList ul li{width: 30%;margin-right: 5%;}
.partyList ul li:nth-child(3n){margin-right: 0;}
.partyList ul li a .text{padding: 10px 18px 0;}
.partyList ul li a .more .date em{font-size: 32px;}
.partyList ul li a .text h5{font-size: 18px;}
.partyList ul li a .text p{font-size: 13px;}

.aboutWrap .item1 .text{font-size: 14px;line-height: 30px;width: 40%;box-sizing: border-box;}
.aboutWrap .item1 .text .tit{padding-top: 30px;margin-bottom: 30px;}
.aboutWrap .item1 .pic ul li h5{font-size: 34px;}

.aboutWrap .item2 .cont .w1350{padding: 270px 112px 0 298px;margin: 0 5%;}

.aboutWrap .item4 .tabs li{padding: 0 50px 0 15px;font-size: 16px;}
.aboutWrap .item4 .tabs li:before{right: 18px;}
}

@media screen and (max-width: 1220px){
.header .logo img{height: 24px;}
.header .nav .nLi{padding: 0 16px;}
.header .nav .nLi h3 a span{font-size: 14px;}

.isect2 .container{padding: 0 10px 40px;}
.isect2 .container .swiper-slide a .text{margin: 0;width: 100%;padding: 20px 20px;}
.isect2 .container .swiper-slide a .text .icon{display: none;}
.isect2 .container .swiper-slide a .text h5{font-size: 24px;line-height: 28px;}
.isect2 .container .swiper-slide a .text h4{font-size: 16px;line-height: 24px;}
.isect2 .container .swiper-slide a .text p{padding-right: 30px; }

.partyList ul{padding-bottom: 30px;}
.partyList ul li{width: 32%;margin-right: 2%;margin-bottom: 30px;}

.contact{margin-bottom: 60px;}
.contact .text{padding-left: 0;}
.contact .qrcode{padding-right: 0;}

.newsScroll .swiper-slide a .text{padding: 53px 30px 0 30px;}
.newsScroll .swiper-pagination{padding-left: 30px;}
}


@media screen and (max-width: 1024px){
.header .nav,.header .searchBtn,.header .qrcode{display: none;}
.header .menuIcon{display: block;}
.header .logo{height: 90px;line-height: 90px;}
.isect2{padding-top: 0;padding-bottom: 0;}
.isect2 .container .swiper-pagination{display: block;}

.ititle{line-height: 88px;}
.ititle h4{display: none;}
.ititle h3{font-size: 24px;}

.isect3{background: none;}
.isect3 .ititle h3{color: #000b27;}
.isect3 .ititle h4{color: #f0f0f0;}
.isect3 .container{padding-top: 0;}
.isect3 .container .swiper-slide a .pic{height: 0;padding-bottom: 62.21%;}
.isect3 .container .swiper-slide a .text{padding: 12px 30px 35px;}
.isect3 .container .swiper-slide a .text h5{line-height: 40px;}
.isect3 .container .swiper-slide a .text p{height: 52px;}

.prodList ul li a .pic{height: 220px;line-height: 220px;}
.prodList ul li a .pic img{max-width: 80%;max-height: 80%;}

.page a{height: 32px;line-height: 32px;font-size: 14px;padding: 0 16px;}
.page a.num{padding: 0 12px;}
.page a.prev,.page a.next{margin: 0 8px;}
.page a.prev:before,.page a.next:before{display: none;}

.contact .qrcode{padding-top: 50px;}
.contact .qrcode .pic{width: 120px;height: 120px;}
.contact .qrcode p{padding-top: 35px;}
.contact .text{max-width: 400px;}

.newsScroll{padding: 15px;box-sizing: border-box;}
.newsScroll .swiper-slide a .pic,.newsScroll .swiper-slide a .text{width: 100%;}
.newsScroll .swiper-slide a .text{height: auto;padding: 20px 20px 50px;}
.newsScroll .swiper-pagination{width: 100%;padding: 0;text-align: center;left: 0;bottom: 34px;}

.newsList ul li a{padding-left: 160px;padding-right: 220px;}
.newsList ul li a .date{width: 150px;}
.newsList ul li a .date i{margin: 0 10px;}
.newsList ul li a .date .line{width: 30px;}
.newsList ul li a .date em,.newsList ul li a .date i{font-size: 20px;}
.newsList ul li a .date span{font-size: 12px;}

.jobList .dl .dt .info span{margin-left: 50px;font-size: 14px;}

.aboutWrap .item1 .text,.aboutWrap .item1 .pic{width: 100%;}
.aboutWrap .item1 .pic{margin-top: 30px;}
.aboutWrap .item1 .pic ul{position: relative;width: 100%;}

.aboutWrap .item2 .cont .w1350{padding: 20px 0;}
.aboutWrap .item2 .container{position: relative;top:0;width: 100%;height: auto;padding: 30px 20px 50px;}
.aboutWrap .item2 .container .scroll .swiper-slide .text{height: auto;padding-bottom: 30px;font-size: 14px;min-height: 60px;}
.aboutWrap .item2 .container .scroll .swiper-slide .date{margin-bottom: 30px;font-size: 28px;margin-bottom: 0;}
.aboutWrap .item2 .container .scroll .swiper-slide .icon img{height: 20px;}
.aboutWrap .item2 .container .scroll .btnWrap .swiper-button-prev, .aboutWrap .item2 .container .scroll .btnWrap .swiper-button-next{width: 38px;height: 38px;}
.aboutWrap .item2 .tabs{display: none;}

.aboutWrap .item3 ul li .cont{padding: 20px 15px 0;}
.aboutWrap .item3 ul li .cont .tit{font-size: 18px;line-height: 30px;margin-bottom: 15px;}
.aboutWrap .item3 ul li .cont .text{font-size: 14px;line-height: 28px;}

.aboutWrap .item4{background: none;}
.aboutWrap .item4 .tabs{width: 100%;margin-bottom: 20px;}
.aboutWrap .item4 .tabs li{width: 16.66%;box-sizing: border-box;float: left;text-align: center;padding: 0;font-size: 14px;margin-top: 0;}
.aboutWrap .item4 .tabs li:before{display: none;}
.aboutWrap .item4 .container{width: 100%;}
.aboutWrap .item4 .nyTitle h3{color: #489eff;}
.aboutWrap .item4 .nyTitle h4{color: #000b27;}
.aboutWrap .item4 .nyTitle i{background: #489eff;}
.aboutWrap .item4 .container .innerScroll .swiper-slide h5{font-size: 14px;}
.aboutWrap .item4 .container .innerScroll .swiper-slide .pic{margin-bottom: 18px;}
.aboutWrap .item4 .container .innerScroll{padding-bottom: 50px;}

.aboutWrap .item4 .container .innerScroll{padding-top: 10px;}


.aboutWrap .item4 .container .innerScroll{padding-left: 0;padding-right: 0;}
.aboutWrap .item4 .container .innerScroll .scroll{padding-top: 10px;}
.aboutWrap .item4 .container .innerScroll .swiper-button-prev, .aboutWrap .item4 .container .innerScroll .swiper-button-next{display: none;}
}

@media screen and (max-width: 768px){
.isect1 dl{padding-left: 50%;}
.isect1 dl dd{border: 8px solid #489eff;}
.isect1 dl dt{height: 196px;width: 50%;}
.isect1 dl dt a{padding: 30px 20px 0;}
.isect1 dl dt a h4{font-size: 24px;}
.isect1 dl dt a h3{font-size: 20px;margin-bottom: 20px;}
.isect1 dl dt a .btn{width: 120px;height: 36px;line-height: 36px;}
.isect1 dl dd{height: auto;}
.isect1 dl dd .container .swiper-slide a{padding-top: 20px;}
.isect1 dl dd .container .swiper-slide a .icon{width: 70px;height: 78px;}
.isect1 dl dd .container .swiper-slide a h4{font-size: 18px;line-height: 30px;}

.footer{padding: 12px 0;font-size: 12px;}
.footer .fNav{display: none;}

.prodList ul li{width: 49%;margin-right: 0;}
.prodList ul li:nth-child(2n){float: right;}
.prodList ul li:last-child{margin-bottom: 20px;}
.prodList ul li a .text{padding: 0 12px;}
.prodList ul li a .text h5{font-size: 16px;}

.page a.num{display: none;}
.page a.num.on{display: inline-block;}

.nyBanner{height: auto;padding: 10% 0 12%;}
.nyBanner .w1350{padding-top: 0;}
.nyBanner .w1350 h3{font-size: 30px;line-height: 50px;}

.nyWrap{margin: 40px auto 50px;}

.nyTitle{margin-bottom: 30px;}
.nyTitle h3{font-size: 24px;line-height: 24px;}
.nyTitle h4{font-size: 14px;}

.partyList ul li{width: 49%;margin-right: 0;margin-bottom: 20px;}
.partyList ul li:nth-child(2n){float: right;}
.partyList ul li a .more{margin-right: 0;}
.partyList ul li a .more .date{display: none;}
.partyList ul li a .more .date span{font-size: 12px;}
.partyList ul li a .more .date em{font-size: 24px;line-height: 30px;}
.partyList ul li a .more span.fl{line-height: 42px;font-size: 12px;}

.contact{margin-bottom: 40px;}
.contact .text{width: 100%;max-width: 100%;float: none;text-align: center;font-size: 13px;line-height: 28px;}
.contact .text .tit{font-size: 16px;margin-bottom: 10px;}
.contact .qrcode{width: 140px;float: none;margin: 0 auto;padding-top: 20px;}
.contact .qrcode p{padding: 10px 0 0;font-size: 12px;line-height: 24px;float: none;}
.contact .qrcode .pic{width: 140px;height: 140px;float: none;}

.mapWrap{height: 350px;}
.mapWrap.pc{display: none;}
.mapWrap.wap{display: block;}

.float{display: none;}

.newsList ul li a{padding-left: 0;}
.newsList ul li a .date{display: none;}

.passage{width: 100%;}
.remPsg{display: none;}
.passage .psgCont{font-size: 14px;line-height: 28px;border-bottom: 1px solid #efefef;padding-bottom: 30px;margin-bottom: 15px;}
.passage .psgTit h5{font-size: 20px;margin-bottom: 12px;}
.passage .psgShare{display: none;}
.passage .psgLink li{margin-top: 12px;}

.jobList .dl .dt{padding: 10px 80px 10px 20px;}
.jobList .dl .dt i{right: 20px;}
.jobList .dl .dt h5{font-size: 15px;}
.jobList .dl .dt .info span{margin-left: 20px;font-size: 12px;}
.jobList .dl .dt i{width: 24px;height: 24px;line-height: 24px;margin-top: -12px;font-size: 14px;}
.jobList .dl .dd .wrap{font-size: 14px;line-height: 26px;padding: 20px;}
.jobList .dl .dd .wrap .tit{font-size: 16px;margin-bottom: 0;}
.jobList .dl .dd .wrap .text{margin-bottom: 15px;}

.aboutWrap .item1 .pic{height: auto;}
.aboutWrap .item1 .pic em{padding-bottom: 77.63%;}

.aboutWrap .item3 ul li{width: 48%;margin: 0 0 30px;}
.aboutWrap .item3 ul li:nth-child(2n){float: right;}

.aboutWrap .item4 .tabs li{width: 33.3%;}
}

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

.ititle{line-height: 76px;height: 66px;}

.isect1 dl dt a{padding-top: 20px;}
.isect1 dl dt a h4{font-size: 20px;}
.isect1 dl dt a h3{font-size: 16px;line-height: 30px;}
.isect1 dl dt a .btn{width: 100px;height: 30px;line-height: 30px;font-size: 12px;}
.isect1 dl dd{border:4px solid #489eff;}
.isect1 dl dd .container .swiper-slide a{height: 162px;}
.isect1 dl dd .container .swiper-slide a h4{font-size: 15px;line-height: 24px;}

.isect1{margin-bottom: 12px;}
.isect1 dl{padding-left: 0;}
.isect1 dl dt{position: relative;width: 100%;height: auto;padding-bottom: 20px;text-align: center;}
.isect1 dl dt a h3{margin-bottom: 0;}
.isect1 dl dt a .btn{display: none;}


.isect2 .container {padding-bottom: 30px;}
.isect2 .container .swiper-slide a .text{padding: 12px;}
.isect2 .container .swiper-slide a .text h5{font-size: 20px;}
.isect2 .container .swiper-slide a .text p{padding-right: 20px;}
.isect2 .container .swiper-slide a .text p span{right: 0;}
.isect2 .container .swiper-pagination{bottom: 0;}
.isect2 .container .swiper-pagination .swiper-pagination-bullet{width: 10px;height: 10px;margin: 0 2px;background-size: 10px 10px;}


.isect3{padding-bottom: 50px;}
.isect3 .container{padding: 0 10px 30px;}
.isect3 .container .swiper-slide a .text{padding: 12px 20px 20px;}
.isect3 .container .swiper-slide a .text .btn{width: 120px;height: 32px;line-height: 32px;font-size: 13px;}
.isect3 .container .swiper-slide a .text p{font-size: 13px;line-height: 24px;height: 48px;margin-bottom: 16px;}
.isect3 .container .swiper-pagination .swiper-pagination-bullet{width: 10px;height: 10px;margin: 0 2px;background-size: 10px 10px;}

.prodList ul li{width: 100%;}
.prodList ul li a:hover .text{height: 52px;padding-top: 0;}

.nyBanner{text-align: center;}
.nyBanner .w1350 h3{font-size: 24px;}
.nyBanner .w1350 .path{font-size: 12px;}

.partyList ul{padding-bottom: 35px;}
.partyList ul li{width: 100%;margin-bottom: 30px;}
.partyList ul li:last-child{margin-bottom: 0;}
.partyList ul li a .text h5{font-size: 16px;line-height: 32px;}
.partyList ul li a .text p{line-height: 22px;height: 44px;font-size: 12px;margin: 5px 0 15px;}

.newsScroll{border:none;}
.newsScroll .swiper-slide a .pic{width: 100%;height: 0;padding-bottom: 50.81%;}
.newsScroll .swiper-slide a .text h5{font-size: 16px;line-height: 24px;}
.newsScroll .swiper-slide a .text span{font-size: 12px;line-height: 28px;}
.newsScroll .swiper-slide a .text p{font-size: 13px;}

.newsList ul li{margin-bottom: 12px;border-bottom: 1px solid #ececec;padding-bottom: 16px;}
.newsList ul li a{padding-right: 0;}
.newsList ul li a .pic{position: relative;height: 0;padding-bottom: 69.35%;width: 100%;}
.newsList ul li a .text span{line-height: 30px;font-size: 12px;display: none;}
.newsList ul li a .text h5{font-size: 16px;line-height: 34px;}

.passage .psgLink li a h5{font-size: 16px;line-height: 28px;}
.passage .psgLink li a p{font-size: 12px;line-height: 22px;max-height: 44px;margin-bottom: 6px;}

.aboutWrap .nyTitle{margin-top: 40px;}

.aboutWrap .item1 .text{height: auto;padding-right: 0;}
.aboutWrap .item1 .text .tit{padding-top: 0;font-size: 16px;padding-bottom: 5px;margin-bottom: 20px;}
.aboutWrap .item1 .pic ul{padding:  0 30px;height: auto;}
.aboutWrap .item1 .pic ul li{padding: 20px 0;}
.aboutWrap .item1 .pic ul li:first-child{border-top: none;}
.aboutWrap .item1 .pic ul li:last-child{border-bottom:none;}
.aboutWrap .item1 .pic ul li h5{font-size: 28px;line-height: 42px;}

.aboutWrap .item3{margin-bottom: 0;}
.aboutWrap .item3 ul li{width: 100%;}
.aboutWrap .item3 ul li .cont{height: auto;padding-bottom: 45px;}
.aboutWrap .item3 ul li:last-child{margin-bottom: 0;}

.aboutWrap .item4 .nyTitle{padding-top: 40px;}
.aboutWrap .item4 .container .innerScroll{padding-bottom: 30px;}
.aboutWrap .item4 .container .innerScroll .swiper-pagination .swiper-pagination-bullet{width: 10px;height: 10px;margin: 0 2px;}
.aboutWrap .item4 .container .innerScroll .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-size: 100% 100%;}

.aboutWrap .item4 .container .innerScroll .swiper-slide .pic{height: 280px;line-height: 280px;}
}