@font-face {
    font-family: 'codeBold';
    src: url('../font/codeBold.eot');
    src:
    url('../font/codeBold.eot?#font-spider') format('embedded-opentype'),
    url('../font/codeBold.woff') format('woff'),
    url('../font/codeBold.ttf') format('truetype'),
    url('../font/codeBold.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 img,.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);}

/*网页限定宽度*/
.w1300{width: 1300px;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: #dd3348;margin-top: 5px;position: relative;}

.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;}

body.grayBg{background: #f6f6f6;}
.header{position: relative;background: #ffffff;}
.header .logo{height: 119px;line-height: 119px;font-size: 0;}
/*.header .logo img{height: 55px;}*/
.header .btn{margin: 40px 0 0 26px;width: 186px;height: 36px;border:1px solid #dd3348;text-align: center;line-height: 36px;font-size: 14px;color: #000000;}
.header .btn img{margin-right: 20px;}
.header .btn:hover{color: #dd3348;}
.header .form{margin-top: 40px;border:1px solid #dd3348;}
.header .form .text{width: 264px;height: 36px;border:none;background: none;text-indent: 19px;font-size: 14px;color: #000000;line-height: 36px;}
.header .form .subm{width: 49px;height: 36px;background: #dd3348;border:none;text-align: center;line-height: 36px;font-size: 14px;color: #ffffff;cursor: pointer;}

.nav{border-top: 1px solid #d2d2d2;position: relative;z-index: 9;background: #ffffff;}
.nav .nLi{margin: 0 10px;}
.nav .nLi:first-child{margin-left: 0;}
.nav .nLi h3 a{display: block;height: 54px;line-height: 54px;font-size: 16px;color: #000000;font-weight: normal;padding: 0 36px;position: relative;}
.nav .nLi h3 a:before{content: "";width: 100%;height: 3px;background: #e50012;position: absolute;left: 0;top:-2px;z-index: 2;
transform: scaleX(0);-webkit-transform: scaleX(0);opacity: 0;visibility: hidden;}
.nav .nLi:hover h3 a:before,.nav .nLi.on h3 a:before{transform: scaleX(1);-webkit-transform: scaleX(1);opacity: 1;visibility: visible;}
.nav .nLi .navSub{width: 100%;position: absolute;left: 0;top:55px;background: #555555;text-align: center;display: none;}
.nav .nLi .navSub ul{padding: 14px 0;}
.nav .nLi .navSub ul li{display: inline-block;*display: inline;*zoom: 1;margin: 0 35px;}
.nav .nLi .navSub ul li a{display: block;height: 30px;line-height: 30px;font-size: 16px;color: #ffffff;}

.banner{width: 100%;position: relative;overflow: hidden;}
.banner .swiper-slide a{display: block;width: 100%;height: 0;padding-bottom: 600px;background-repeat: no-repeat;background-position: center;background-size: cover;}
.banner .swiper-pagination{bottom: 30px;height: 12px;line-height: 12px;}
.banner .swiper-pagination .swiper-pagination-bullet{width: 12px;height: 12px;background: #ffffff;margin: 0 5px;opacity: 1;}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #dd3348;}

.isect1{margin: 25px auto 30px;}
.isect1 ul li{width: 33.3%;}
.isect1 ul li a{display: block;width: 100%;height: 0;padding-bottom: 50.57%;position: relative;background-repeat: no-repeat;background-position: center;background-size: cover;}
.isect1 ul li.li1 a{background-image: url(../images/isect1_1.jpg);}
.isect1 ul li.li2 a{background-image: url(../images/isect1_2.jpg);}
.isect1 ul li.li3 a{background-image: url(../images/isect1_3.jpg);}
.isect1 ul li a .text{width: 100%;position: absolute;left: 0;top:0;box-sizing: border-box;padding: 11.2% 0 0 58.89%;}
.isect1 ul li a .text h5{font-size: 32px;color: #ffffff;line-height: 62px;font-weight: normal;}
.isect1 ul li a .text p{font-size: 14px;line-height: 20px;color: #ffffff;max-height: 40px;overflow: hidden;}
.isect1 ul li a:hover .text h5,
.isect1 ul li a:hover .text p{-webkit-transform:translateY(-12px);transform:translateY(-12px);}

.isect2{position: relative;margin-bottom: 32px;}
.isect2 .w1300{padding: 0 128px;position: relative;}
.isect2 .swiper-button-prev,.isect2 .swiper-button-next{width: 70px;height: 70px;position: absolute;top:50%;margin-top: -35px;}
.isect2 .swiper-button-prev{left: 0;background: url(../images/leftArr.png) no-repeat center;background-size: 100% 100%;}
.isect2 .swiper-button-next{right: 0;background: url(../images/rightArr.png) no-repeat center;background-size: 100% 100%;}
.isect2 .container{width: 100%;position: relative;overflow: hidden;}
.prodList .item a{display: block;background: #ffffff;border:2px solid #ffffff;text-align: center;}
.prodList .item a .pic{height: 249px;background: #fff;font-size: 0;line-height: 249px;}
.prodList .item a .pic img{max-width: 80%;max-height: 80%;}
.prodList .item a .text{padding: 19px 46px 25px;}
.prodList .item a .text h5{font-size: 20px;color: #3e3a39;line-height: 31px;font-weight: normal;}
.prodList .item a .text .desc{font-size: 14px;line-height: 24px;color: #888888;height: 48px;overflow: hidden;margin-bottom: 33px;}
.prodList .item a .text .chief{height: 37px;line-height: 37px;font-size: 18px;color: #3e3a39;}
.prodList .item a .text span{display: block;width: 118px;height: 35px;margin: 0 auto;border:1px solid #ffffff;border-radius: 5px;font-size: 16px;color: #ffffff;display: none;line-height: 35px;}
.prodList .item a:hover{background: #e73b58;border-color: #e73b58;}
.prodList .item a:hover .text h5,
.prodList .item a:hover .text .desc{color: #fff;}
.prodList .item a:hover .text .chief{display: none;}
.prodList .item a:hover .text span{display: block;}
.prodList .item.hot a{position: relative;}
.prodList .item.hot a:before{content: "";width: 32px;height: 70px;position: absolute;top:-1px;left: 10px;background: url(../images/hot.png) no-repeat center top;}


.isect2 .swiper-pagination{bottom: 15px;height: 8px;line-height: 8px;width: 100%;display: none;}
.isect2 .swiper-pagination .swiper-pagination-bullet{width: 8px;height: 8px;background: #716f6f;margin: 0 3px;opacity: 1;}
.isect2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #dd3348;}

.isect3 a{display: block;width: 100%;height: 0;padding-bottom: 612px;background-repeat: no-repeat;background-position: center;background-size: cover;}

.isect4{margin: 36px auto 148px;overflow: hidden;}
.isect4 ul{width: 1312px;}
.isect4 ul li{width: 427px;margin-right: 10px;}
.isect4 ul li a{display: block;background: #ffffff;}
.isect4 ul li a .pic{width: 100%;height: 0;padding-bottom: 55.97%;position: relative;overflow: hidden;}
.isect4 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;}
.isect4 ul li a .text{padding: 20px 34px 22px;}
.isect4 ul li a .text h5{font-size: 30px;line-height: 44px;color: #3e3a39;font-weight: normal;}
.isect4 ul li a .text p{line-height: 28px;font-size: 16px;color: #888888;margin-bottom: 19px;}
.isect4 ul li a .text i{display: block;width: 28px;height: 28px;border:1px solid #bebebf;border-radius: 50%;background: url(../images/arrow1.png) no-repeat right center;}
.isect4 ul li a:hover{background: #e73b58;}
.isect4 ul li a:hover .text h5,.isect4 ul li a:hover .text p{color: #fff;}
.isect4 ul li a:hover .text i{border-color: #fff;background-position: left center;}

.isect5{margin-bottom: 107px;background: url(../images/isect4Bg.jpg) no-repeat center;background-size: cover;}
.isect5 .w1300{position: relative;height: 320px;}
.isect5 .w1300 .map{width: 662px;height: 498px;position: absolute;left: 24px;top:-102px;}
.isect5 .w1300 .text{padding: 55px 205px 0 0;width: 342px;}
.isect5 .w1300 .text h5{font-size: 50px;line-height: 94px;color: #ffffff;font-weight: normal;}
.isect5 .w1300 .text p{font-size: 24px;line-height: 36px;color: #ffffff;margin-bottom: 18px;}
.isect5 .w1300 .text span{display: block;width: 140px;height: 38px;background: #e73b58;border-radius: 38px;text-align: center;line-height: 36px;font-size: 20px;color: #ffffff;}
.isect5 a:hover .w1300 .text span{background: #f0a91b;}


.footer{background: #fff;}
.footer .w1300{border-bottom: 2px solid #c4c4c5;padding: 33px 0 62px;}
.footer .w1300 .fNav dl{width: 122px;width: 118px;}
.footer .w1300 .fNav dl a{display: inline-block;*display: inline;*zoom: 1;}
.footer .w1300 .fNav dl dt{margin-bottom: 6px;font-size: 14px;line-height: 34px;color: #595757;}
.footer .w1300 .fNav dl dd{font-size: 14px;line-height: 30px;color: #b4b4b5;}
.footer .w1300 .fNav dl a:hover{color: #e73b58;}
.footer .w1300 .text{width: 240px;margin-left: 20px;text-align: right;font-size: 14px;line-height: 22px;color: #717071;}
.footer .w1300 .text h5{font-size: 26px;color: #e83131;line-height: 46px;margin-bottom: 3px;font-family: "Bebas","Arial";font-weight: normal;}
.footer .w1300 .qrcode{margin-top: 12px;width: 132px;height: 132px;background: #888888;}
.footer .w1300 .qrcode img{width: 100%;height: 100%;}
.fBtm{background: #fff;padding: 18px 0 40px;text-align: center;font-size: 12px;color: #c8c9ca;line-height: 22px;color: #888;}
.fBtm p span{margin: 0 5px;}
.fBtm p a:hover{text-decoration: underline;color: #e73b58;}

.footer .w1300 .qrcode1{width: 132px;position: relative;}
.footer .w1300 .qrcode1 h3{font-size: 14px;color: #595757;line-height: 34px;font-weight: normal;margin-bottom: 6px;}
.footer .w1300 .qrcode1 ul{position: relative;}
.footer .w1300 .qrcode1 ul li{cursor: pointer;}
.footer .w1300 .qrcode1 ul li h5{font-size: 14px;line-height: 34px;color: #b4b4b5;font-weight: normal;}
.footer .w1300 .qrcode1 ul li .pic{position: absolute;width: 120px;height: 120px;top:0;left: 110%;display: none;}
.footer .w1300 .qrcode1 ul li .pic img{width: 100%;height: 100%;}

.nyWrap{margin: 32px auto 30px;min-height: 350px;}

.prodChannel li{margin-bottom: 23px;width: 100%;}
.prodChannel li a{display: block;position: relative;}
.prodChannel li a em{display: block;width: 100%;height: 0;padding-bottom: 29.69%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.prodChannel li a .text{width: 100%;position: absolute;left: 0;top:0;z-index: 2;box-sizing: border-box;padding: 5.8% 14.46% 0 58%;
padding: 5.8% 20.46% 0 58%;}
.prodChannel li a .text h5{font-size: 34px;color: #dd3348;font-weight: normal;line-height: 68px;}
.prodChannel li a .text p{font-size: 16px;line-height: 30px;color: #050505;margin-bottom: 42px;max-height: 90px;overflow: hidden;}
.prodChannel li a .text span{display: block;font-size: 18px;line-height: 38px;color: #010101;}
.prodChannel li a .text span b{font-family: "SimSun";padding-left: 4px;}
.prodChannel li a:hover .text span{color: #dd3348;}
.prodChannel li a:hover{-webkit-box-shadow:0 0 10px rgba(0,0,0,0.3);box-shadow:0 0 10px rgba(0,0,0,0.3);}
.prodChannel li.li2,.prodChannel li.li3{width: 49.2%;}
.prodChannel li.li3{float: right;}
.prodChannel li.li2 a em,.prodChannel li.li3 a em{padding-bottom: 106.25%;}
.prodChannel li.li2 a .text,.prodChannel li.li3 a .text{text-align: center;padding: 3% 13% 0;}
.prodChannel li.li2  a .text p,.prodChannel li.li3  a .text p{margin-bottom: 15px;}
.prodChannel li.li4 a .text{width: 46%;padding: 5.8% 0 0 19.7%;}
.prodChannel li.li4 a .text p{max-height: 90px;margin-bottom: 26px;}

.nyWrap .prodList{width: 100%;overflow: hidden;padding-bottom: 19px;}
.nyWrap .prodList ul{width: 1314px;padding-bottom: 28px;}
.nyWrap .prodList ul .item{width: 314px;margin: 0 14px 18px 0;}

.page{text-align: center;font-size: 0;}
.page a{display: inline-block;*display: inline;*zoom: 1;margin: 0 5px;min-width: 33px;height: 33px;border:1px solid #8e8d8d;text-align: center;line-height: 33px;font-size: 14px;color: #727171;}
.page a.btn{font-family: "SimSun";}
.page a.on,.page a:hover{border-color: #e33d55;background: #e33d55;color: #fff;}

.contProd{font-size: 21px;line-height: 33px;color: #191919;}
.contProd *{max-width: 100% !important;}
.contProd .prodTxt img{max-width: 100% !important;height: auto !important;}


.contProd{margin-bottom: 100px;}
.contProd .tit{line-height: 92px;font-size: 42px;color: #191919;font-weight: normal;text-align: center;margin-bottom: 29px;}
.contProd .ul{margin-bottom: 78px;}
.contProd .ul li .pic{width: 45.38%;height: 400px;text-align: center;line-height: 400px;font-size: 0;}
.contProd .ul li .pic img{max-width: 100%;max-height: 100%;}
.contProd .ul li .text{width: 45.38%;box-sizing: border-box;padding: 84px 7.6% 0 0;padding: 84px 3.6% 0 0;}
.contProd .ul li .text h5{font-size: 36px;line-height: 48px;color: #191919;font-weight: normal;margin-bottom: 38px;font-size: 32px;}
.contProd .ul li.odd .pic{float: right;}
.contProd .ul li.odd .text{float: left;}
.contProd .t{font-size: 36px;color: #191919;font-weight: normal;line-height: 58px;margin-bottom: 25px;text-align: center;font-size: 32px;}

.prodChannel3.prodChannel li.li4 a .text{width: 34%;padding-left: 14%;}
.prodChannel3.prodChannel li.li1 a .text{padding-right: 10%;}

.prodChannel4.prodChannel li.li1 a .text{padding: 5.8% 10.46% 0 63%;}

.newsWrap{overflow: hidden;}
.picNews{width: 1320px;}
.picNews li{width: 422px;margin: 0 18px 44px 0;}
.picNews li a{display: block;position: relative;overflow: hidden;}
.picNews li a em{display: block;width: 100%;height: 0;padding-bottom: 62.32%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.picNews li a b{position: absolute;left: 0;top:0;width: 100%;height: 100%;background: url(../images/shadow.png) no-repeat center;background-size: 100% 100%;}
.picNews li a h5{width: 100%;position: absolute;left: 0;bottom: 0;z-index: 3;box-sizing: border-box;padding: 0 40px;text-align: center;font-size: 18px;line-height: 55px;color: #fefefe;font-weight: normal;}
.picNews li a:hover em{-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}

.newsList{border-top: 1px solid #999999;margin-bottom: 28px;}
.newsList li{padding: 28px 0;border-bottom: 1px solid #999999;}
.newsList li a{display: block;height: 135px;padding-right: 359px;position: relative;}
.newsList li a .pic{width: 265px;height: 135px;position: absolute;right: 0;top:0;overflow: hidden;}
.newsList 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 li a h5{font-size: 22px;line-height: 52px;color: #232323;font-weight: normal;margin-bottom: 4px;}
.newsList li a p{font-size: 16px;line-height: 25px;color: #595757;height: 50px;overflow: hidden;text-indent: 2em;}
.newsList li a .btn{text-align: right;}
.newsList li a .btn span{display: inline-block;*display: inline;*zoom: 1;width: 91px;height: 29px;border:1px solid #aaaaaa;border-radius: 5px;text-align: center;line-height: 29px;font-size: 14px;color: #7e7e7e;}
.newsList li a:hover h5{color: #dd3348;}
.newsList li a:hover .btn span{border-color: #dd3348;color: #dd3348;}

.agentWrap{padding-bottom: 70px;border-bottom: 1px solid #dddddd;min-height: 350px;}


.agentSearch{width: 100%;height: 499px;background: url(../images/agentBanner1.jpg) no-repeat center;}
.agentSearch .w1300{padding: 40px 185px 0 100px;box-sizing: border-box;}
.agentSearch .mapWrap1{width: 530px;height: 438px;position: relative;}
.agentSearch .mapWrap1 #mapMain{width: 130%;height: 130%;position: absolute;left: -15%;top:-15%;
width: 140%;height: 140%;left: -20%;top:-20%;}
.agentSearch .form{width: 295px;height: 300px;background: #ffffff;margin-top: 90px;box-sizing: border-box;padding: 8px 30px 0;position: relative;}
.agentSearch .form h5{text-align: center;font-size: 24px;line-height: 48px;color: #404040;font-weight: normal;padding: 12px 0;}
.agentSearch .form select,
.agentSearch .form .text{width: 100%;height: 36px;box-sizing: border-box;border:1px solid #dd3348;margin-bottom: 16px;font-size: 16px;color: #292929;line-height: 34px;padding-left: 12px;}
.agentSearch .form select{cursor: pointer;background: url(../images/trangle.png) no-repeat 96% center;border-radius: 0;padding-left: 10px;}
.agentSearch .form .subm{width: 160px;height: 34px;display: block;margin:  16px auto 0;border:none;background: #dd3348;text-align: center;line-height: 34px;font-size: 16px;color: #ffffff;cursor: pointer;}
.agentSearch .form .icon{position: absolute;bottom: -18px;right: -69px;}
.agentSearch .form .subm:hover{background: #f0a91b;}


.searchResult{margin: 44px auto 69px;overflow: hidden;}
.searchResult .tit{text-align: center;line-height: 42px;font-size: 24px;color: #000000;font-weight: normal;margin-bottom: 25px;}
.searchResult ul{width: 1312px;padding-bottom: 20px;}
.searchResult ul li{width: 426px;margin: 0 11px 12px 0;background: #fff;}
.searchResult ul li a{display: block;padding: 9px 26px;}
.searchResult ul li a h5{font-size: 18px;line-height: 31px;color: #1b1b1b;font-weight: normal;}
.searchResult ul li a p{font-size: 16px;line-height: 27px;color: #777777;}
.searchResult ul li a:hover{background: #dd3348;}
.searchResult ul li a:hover h5,.searchResult ul li a:hover p{color: #fff;}

.aboutWrap{margin-bottom: 74px;min-height: 350px;}
.aboutBanner{width: 100%;position: relative;margin-bottom: 28px;height: 530px;background-repeat: no-repeat;background-position: center;background-size: cover;}
.aboutBanner b{position: absolute;left: 0;top:0;width: 100%;height: 100%;background: rgba(0,0,0,0.6);}
.aboutBanner .w1300{position: absolute;left: 50%;top:50%;text-align: center;z-index: 3;
-webkit-transform:translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -ms-transform:translateX(-50%) translateY(-50%); transform:translateX(-50%) translateY(-50%);}
.aboutBanner .w1300 h5{margin-bottom: 23px;}
.aboutBanner .w1300 p{font-size: 14px;line-height: 24px;color: #ffffff;}
.aboutBanner .w1300 img{max-width: 60%;}

.aboutTit{text-align: center;margin-bottom: 30px;}
.aboutTit h3{height: 76px;line-height: 76px;background: url(../images/aboutTit.png) no-repeat center bottom;font-size: 30px;color: #3f3f3f;font-weight: normal;}
.aboutTit p{font-size: 16px;line-height: 28px;color: #3f3f3f;letter-spacing: 8px;}

.aboutWrap .item1{margin-bottom: 35px;}
.aboutWrap .item1 .cont{font-size: 15px;color: #4c4c4c;line-height: 30px;}
.aboutWrap .item1 .cont *{max-width: 100% !important;}
.aboutWrap .item1 .cont .inner{width: 48%;}

.aboutWrap .item2{background: url(../images/aboutBg1.jpg) no-repeat center top;padding: 40px 0 27px;}
.aboutWrap .item2 .devlopWrap{width: 480px;margin: 10px auto 0;padding: 35px 47px;position: relative;}
.aboutWrap .item2 .devlopWrap .container{width: 100%;height: 568px;overflow: hidden;position: relative;}
.aboutWrap .item2 .devlopWrap .container:before{content: "";width: 2px;height: 452px;background: #777777;position: absolute;left: 50%;margin-left: -2px;top:60px;}
.aboutWrap .item2 .devlopWrap .container .swiper-slide .cont{width: 38%;font-size: 15px;line-height: 20px;color: #4c4c4c;position: relative;}
.aboutWrap .item2 .devlopWrap .container .swiper-slide .cont .date{font-size: 36px;line-height: 42px;color: #222222;font-family: "codeBold";}
.aboutWrap .item2 .devlopWrap .container .swiper-slide .cont .dot{width: 17px;height: 17px;background: #dd3348;border:4px solid #d7efff;border-radius: 50%;position: absolute;left: -71px;top:35px;}
.aboutWrap .item2 .devlopWrap .container .swiper-slide .cont .line{width: 30px;height: 1px;background: #777777;position: absolute;left: -52px;top:48px;}
.aboutWrap .item2 .devlopWrap .container .swiper-slide.odd .cont{float: left;text-align: right;}
.aboutWrap .item2 .devlopWrap .container .swiper-slide.odd .cont .dot{left: auto;right: -70px;}
.aboutWrap .item2 .devlopWrap .container .swiper-slide.odd .cont .line{left: auto;right: -49px;}
.aboutWrap .item2 .devlopWrap .swiper-button-prev,
.aboutWrap .item2 .devlopWrap .swiper-button-next{width: 33px;height: 18px;left: 50%;margin-left: -16px;margin-top: 0;}
.aboutWrap .item2 .devlopWrap .swiper-button-prev{top:0;background: url(../images/leftArr1.png) no-repeat center;}
.aboutWrap .item2 .devlopWrap .swiper-button-next{top:auto;background: url(../images/rightArr1.png) no-repeat center;}

.devpList{display: none;}

.aboutWrap .item3{margin: 60px auto 36px;}
.aboutWrap .item3 ul li{width: 33.3%;}
.aboutWrap .item3 ul li a{display: block;position: relative;overflow: hidden;}
.aboutWrap .item3 ul li a .pic{width: 100%;height: 0;padding-bottom: 127.126%;position: relative;overflow: hidden;}
.aboutWrap .item3 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;}
.aboutWrap .item3 ul li a b{position: absolute;left: 0;top:0;width: 100%;height: 100%;background: rgba(0,0,0,0.45);}
.aboutWrap .item3 ul li a .text{position: absolute;left: 0;bottom: 17%;text-align: center;z-index: 3;width: 100%;}
.aboutWrap .item3 ul li a .text h5{font-size: 36px;line-height: 49px;color: #ffffff;font-weight: normal;}
.aboutWrap .item3 ul li a .text i{display: block;width: 45px;height: 45px;margin: 38px auto 0;background: url(../images/arrow3.png) no-repeat center;background-size: 100% 100%;}
.aboutWrap .item3 ul li a .hover{position: absolute;left: 0;top:100%;z-index: 4;width: 100%;height: 100%;box-sizing: border-box;padding: 47px 64px 30px;background: #dd3348;overflow: auto;
font-size: 16px;color: #ffffff;line-height: 24px;}
.aboutWrap .item3 ul li a .hover .tit{height: 52px;line-height: 52px;margin-bottom: 45px;font-size: 36px;color: #ffffff;font-weight: normal;text-align: center;}
.aboutWrap .item3 ul li a .hover .cont p{margin-bottom: 20px;}
.aboutWrap .item3 ul li a:hover .hover{top:0;}
.aboutWrap .item3 ul li a:hover .text{display: none;}
.aboutWrap .item3 ul li a .hover::-webkit-scrollbar{width:3px;height:3px}
.aboutWrap .item3 ul li a .hover::-webkit-scrollbar-button:vertical{display:none}
.aboutWrap .item3 ul li a .hover::-webkit-scrollbar-corner,
.aboutWrap .item3 ul li a .hover::-webkit-scrollbar-track{background-color:#dd3348}
.aboutWrap .item3 ul li a .hover::-webkit-scrollbar-thumb{border-radius:0;background-color:#fff; }
.aboutWrap .item3 ul li a .hover::-webkit-scrollbar-thumb:vertical:hover{ }
.aboutWrap .item3 ul li a .hover::-webkit-scrollbar-thumb:vertical:active{ }
.aboutWrap .item4 .top{margin-bottom: 37px;position: relative;min-height: 132px;}
.aboutWrap .item4 .top:before{content: "";width: 1px;height: 132px;position: absolute;left: 50%;top:50%;margin-top: -66px;background: #626262;}
.aboutWrap .item4 .top dl{width: 43%;box-sizing: border-box;padding-left: 220px;position: relative;}
.aboutWrap .item4 .top dl dt{font-size: 36px;color: #b1b1b1;position: absolute;left: 0;top:0;width: 222px;text-align: center;}
.aboutWrap .item4 .top dl dd{width: 100%;font-size: 18px;line-height: 32px;color: #191919;}

.mapWrap{height: 475px;border:1px solid #c7c7c7;}

.passage .psgTit{padding-bottom: 24px;border-bottom: 1px solid #d1d1d1;margin-bottom: 22px;text-align: center;}
.passage .psgTit h5{font-size: 24px;color: #1a1a1a;line-height: 32px;font-weight: normal;margin-bottom: 10px;}
.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{font-size: 16px;line-height: 32px;color: #333333;padding-bottom: 60px;border-bottom: 1px solid #d1d1d1;
margin-bottom: 52px;min-height: 320px;}
.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: 16px;line-height: 34px;color: #3a502a;}
.passage .psgBtm ul li a{color: #333333;}
.passage .psgBtm ul li a:hover{color: #e73b58;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;}

.teaBanner{width: 100%;height: 560px;background-repeat: no-repeat;background-position: center;background-size: cover;}
.teaBanner .w1300{padding-top: 85px;text-align: center;}
.teaBanner .aboutTit{margin-bottom: 97px;}
.teaBanner .aboutTit h3{color: #ffffff;background-image: url(../images/aboutTit1.png);height: 92px;line-height: 92px;}
.teaBanner ul li{width: 25%;box-sizing: border-box;padding: 0 2%;}
.teaBanner ul li h5{line-height: 74px;margin-bottom: 36px;font-size: 60px;color: #ffffff;font-weight: normal;font-family: "Bebas","Arial";}
.teaBanner ul li p{font-size: 14px;line-height: 30px;color: #fff;}

.teacherWrap{padding: 30px 0 58px;border-bottom: 1px solid #dddddd;min-height: 300px;}
.teacherWrap .aboutTit{margin-bottom: 28px;}
.teacherWrap .aboutTit h3{height: 90px;line-height: 90px;margin-bottom: 10px;}
.teacherWrap .aboutTit p{font-size: 14px;line-height: 28px;letter-spacing: 0;padding: 0 78px;color: #4c4c4c;}

.teacherScroll{width: 100%;position: relative;overflow: hidden;margin-bottom: 28px;padding-top: 32px;}
.teacherScroll .swiper-slide a{display: block;position: relative;border-radius: 50%;overflow: hidden;}
.teacherScroll .swiper-slide a .pic{width: 100%;height: 0;padding-bottom: 100%;position: relative;}
.teacherScroll .swiper-slide a .pic img{width: 100%;height: 100%;position: absolute;left: 0;top:0;}
.teacherScroll .swiper-slide a b{position: absolute;left: 0;top:0;width: 100%;height: 100%;background: rgba(0,0,0,0.7);opacity: 0;z-index: 2;}
.teacherScroll .swiper-slide a .text{width: 100%;position: absolute;left: 0;top:50%;margin-top: -52px;height: 104px;text-align: center;box-sizing: border-box;padding: 0 46px;z-index: 3;}
.teacherScroll .swiper-slide a .text h5{margin-bottom: 15px;font-size: 24px;line-height: 37px;color: #ffffff;font-weight: normal;
filter: alpha(opacity=0);opacity: 0;-webkit-transform:translateY(24px);transform:translateY(24px);}
.teacherScroll .swiper-slide a .text p{font-size: 14px;line-height: 26px;color: #ffffff;height: 52px;overflow: hidden;
filter: alpha(opacity=0);opacity: 0;-webkit-transform:translateY(24px);transform:translateY(24px);}
.teacherScroll .swiper-slide a:hover b{opacity: 1;}
.teacherScroll .swiper-slide a:hover .text h5,
.teacherScroll .swiper-slide a:hover .text p{filter: alpha(opacity=100);opacity: 1;-webkit-transform:translateY(0);transform:translateY(0);}
.teacherScroll .swiper-slide a:hover .text p{-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;}
.teacherScroll .swiper-pagination{position: absolute;display: none;}
.teacherScroll .swiper-pagination .swiper-pagination-bullet-active{background: #dd3348;}

.teacherScroll1{width: 100%;position: relative;overflow: hidden;margin-bottom: 20px;}
.teacherScroll1 .swiper-slide{width: auto;}
.teacherScroll1 .swiper-slide dl{width: 484px;}
.teacherScroll1 .swiper-slide dl dt{width: 232px;height: 144px;margin: 0 10px 10px 0;}
.teacherScroll1 .swiper-slide dl dd{width: 474px;grid-column-end: 300px;}
.teacherScroll1 .swiper-slide dl a{display: block;position: relative;overflow: hidden;}
.teacherScroll1 .swiper-slide dl a .pic{width: 100%;height: 0;padding-bottom: 62.0698%;position: relative;}
.teacherScroll1 .swiper-slide dl a .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.teacherScroll1 .swiper-slide dl a .hover{position: absolute;left: -100%;top:0;width: 100%;height: 100%;z-index: 2;background: #dd3348;box-sizing: border-box;padding: 80px 14%;}
.teacherScroll1 .swiper-slide dl a .hover p{width: 100%;height: 100%;overflow: hidden;font-size: 14px;line-height: 26px;color: #ffffff;}
.teacherScroll1 .swiper-slide dl a:hover .hover{left: 0;}
.teacherScroll1 .swiper-slide dl dt a .hover{padding: 20px 7%;}
.teacherScroll1 .swiper-slide.odd dl dt{margin: 10px 10px 0 0;}

.teacherScrollWap{width: 100%;position: relative;overflow: hidden;display: none;margin-bottom: 12px;}
.teacherScrollWap .swiper-slide{width: 232px;height: 144px;}
.teacherScrollWap .swiper-slide a{display: block;position: relative;overflow: hidden;}
.teacherScrollWap .swiper-slide a .pic{width: 100%;height: 0;padding-bottom: 62.0698%;position: relative;}
.teacherScrollWap .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;}
.teacherScrollWap .swiper-slide a .hover{position: absolute;left: -100%;top:0;width: 100%;height: 100%;z-index: 2;background: #dd3348;box-sizing: border-box;padding: 12px 7%;}
.teacherScrollWap .swiper-slide a .hover p{width: 100%;height: 100%;overflow: hidden;font-size: 12px;line-height: 24px;color: #ffffff;}
.teacherScrollWap .swiper-slide a:hover .hover{left: 0;}

.teacherWrap .item3 .cont{position: relative;}
.teacherWrap .item3 .cont img{width: 100%;}
.teacherWrap .item3 .cont em{display: block;width: 100%;height: 0;padding-bottom: 31.92%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.teacherWrap .item3 .cont span{position: absolute;width: 100%;left: 0;top:0;z-index: 2;text-align: center;font-size: 22px;color: #dd3348;line-height: 85px;}
.teacherWrap .item3 .cont span b{font-family: "SimSun";padding-left: 4px;}
.teacherWrap .item3 .cont:hover span{text-decoration: underline;}

.bread{background: #555555;font-size: 0;padding: 14px 0;text-align: center;}
.bread ul li{display: inline-block;*display: inline;*zoom: 1;margin: 0 32px;}
.bread ul li a{display: block;font-size: 16px;color: #b9b9b9;line-height: 30px;}
.bread ul li a:hover,.bread ul li.on a{color: #fff;}
.bread ul li.on a{font-weight: bold;}
.bread.bread1 ul li a{color: #fff;}

.searchList{}
.searchList ul{margin-bottom: 30px;}
.searchList ul li{height: 50px;line-height: 50px;border-bottom: 1px dotted #d2d2d2;}
.searchList ul li a{display: block;height: 50px;padding: 0 150px 0 12px;position: relative;}
.searchList ul li a:before{content: "";width: 5px;height: 5px;background: #d2d2d2;border-radius: 50%;position: absolute;left: 0;top:50%;margin-top: -2px;
-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;}
.searchList ul li a h5{width: 100%;font-size: 15px;font-weight: normal;color: #222222;}
.searchList ul li a span{position: absolute;right: 0;top:0;font-size: 13px;color: #999999;min-width: 100px;text-align: right;font-family: "gothic";}
.searchList ul li a:hover:before{background: #dd3348;}
.searchList ul li a:hover h5{color: #dd3348;}

.goTop{width: 50px;height: 50px;position: fixed;right: 3%;bottom: 20%;z-index: 999;background: #eeeeee url(../images/goTop.png) no-repeat right top;border-radius: 50%;cursor: pointer;}
.goTop:hover{background-color: #e73b58;background-position: right bottom;}


/*20190520*/
.agentSearch{height: 700px;background-size: cover;}
.agentSearch .mapWrap1 #mapMain{width: 1002px;height: 728px;left: -44%;top: -8%;}
.agentSearch .form{margin-top: 165px;}

/*20190520 end*/

/*20190525*/
.footer .w1300 .fNav dl{width: 132px;}
.footer .w1300 .text{display: none;}
.qrcodeScoll{width: 174px;height: 230px;background: #dd3348;position: relative;box-sizing: border-box;padding: 10px 0 0 0;}
.qrcodeScoll .container{margin-left: auto;margin-right: auto;width: 138px;height: 90%;overflow: hidden;}
.qrcodeScoll .container:hover{cursor: pointer;}
.qrcodeScoll .container .swiper-wrapper{height: 85%;}
.qrcodeScoll .container .swiper-pagination{height: 11%;padding:2% 0;text-align: center;}
.qrcodeScoll .container .swiper-pagination span{margin:0 5px;background: none;color: #fff;}
.qrcodeScoll .container .swiper-pagination span.swiper-pagination-bullet-active{color: #fff;font-weight: bold;}
.qrcodeScoll .container .swiper-slide {overflow: hidden; text-align: center;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.qrcodeScoll .container .swiper-slide{ background-repeat:no-repeat; background-size:cover; background-position:center;width: 100%;height: 100%;}
.qrcodeScoll .container .swiper-slide h5{font-size: 14px;color: #fff;font-weight: bold;width: 100%;height:14%;padding: 3% 0;overflow: hidden;}
.qrcodeScoll .container .swiper-slide .pic{position: relative;display: block; background-repeat:no-repeat;width: 100%;height: 80%;background:#fff;box-sizing: border-box;padding: 10px;}
.qrcodeScoll .container .swiper-slide .pic img{width: 100%;height: 100%;}
.qrcodeScoll .container .swiper-slide{display: block;}
.qrcodeScoll .container .swiper-pagination-bullet {width: 20px;height: 20px;text-align: center;line-height: 20px;font-size: 12px;color: #fff;opacity: 1;background: rgba(0,0,0,0.2);
-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.qrcodeScoll .swiper-button-prev{top: 84%;;left: 20px;margin-top: 0;background:url(../images/btn.png) no-repeat 0 0;width: 17px;height: 13px;}
.qrcodeScoll .swiper-button-next{top: 84%;right: 20px;margin-top: 0;background:url(../images/btn.png) no-repeat -18px 0;width: 17px;height: 13px;}
.footer .w1300 .qrcode1 ul li.active h5{color: #e73b58;}
/*20190525 end*/


@media screen and (max-width: 1600px){
.isect2 .w1300{padding: 0;position: static;}
.isect2 .swiper-button-prev{left: 1%;}
.isect2 .swiper-button-next{right: 1%;}
}


@media screen and (max-width: 1330px){
.w1300{width: auto;padding: 0 5%;}

.nav .nLi{margin: 0;}
.nav .nLi h3 a{padding: 0 30px;}

.banner .swiper-slide a{padding-bottom: 41%;}

.isect1 ul li a .text h5{font-size: 28px;}
.isect2 .w1300{padding: 0 5%;}
.isect2 .swiper-button-prev,.isect2 .swiper-button-next{width: 44px;height: 44px;margin-top: -22px;}
.isect2 .swiper-button-prev{left: 0;}
.isect2 .swiper-button-next{right: 0;}
.isect3 a{padding-bottom: 42.08%;}
.isect4 ul{width: 100%;}
.isect4 ul li{width: 32.8%;margin-right: 0.8%;}
.isect4 ul li:nth-child(3n){margin-right: 0;}

.isect5 .w1300 .map{width: 50.9%;height: auto;left: 0;top:50%;-moz-transform: translate(0,-50%);-ms-transform: translate(0,-50%);-o-transform: translate(0,-50%);
-webkit-transform: translate(0,-50%);transform: translate(0,-50%);}
.isect5 .w1300 .text{padding-right: 5%;}

.footer .w1300{margin: 0 5%;}
.footer .w1300 .fNav dl{width: 113px;}
.footer .w1300 .fNav dl dd{font-size: 12px;}
.footer .w1300 .qrcode1 ul li h5{font-size: 12px;}
.footer .w1300 .text,.footer .w1300 .qrcode1{width: auto;}


.nyWrap .prodList ul{width: 100%;}
.nyWrap .prodList ul .item{width: 24%;margin-right: 1.333%;}
.nyWrap .prodList ul .item:nth-child(4n){margin-right: 0;}

.contProd .ul li .text h5{font-size: 24px;line-height: 32px;margin-bottom: 20px;}
.contProd{font-size: 16px;line-height: 28px;}
.contProd .ul li .text{padding-right: 1%;}
.contProd .ul li .pic{height: 300px;line-height: 300px;}

.picNews{width: 100%;}
.picNews li{width: 32%;margin-right: 2%;}
.picNews li:nth-child(3n){margin-right: 0;}

.searchResult ul{width: 100%;}
.searchResult ul li{width: 32%;margin-right: 2%;}
.searchResult ul li:nth-child(3n){margin-right: 0;}
.aboutBanner .w1300{width: 100%;box-sizing: border-box;}

.aboutWrap .item3 ul li a .hover{padding: 30px;}

.aboutWrap .item4 .top dl{padding-left: 160px;}
.aboutWrap .item4 .top dl dd{font-size: 14px;line-height: 28px;}
.aboutWrap .item4 .top dl dt{font-size: 24px;width: 160px;}

}

@media screen and (max-width: 1200px){
.nav .nLi h3 a{padding: 0 24px;}
.isect1 ul li a .text{padding: 8% 0 0 54.89%;}
.isect4 ul li a .text h5{font-size: 24px;}

.footer .w1300{padding: 30px 5%;margin: 0;}
.footer .w1300 .fNav{display: none;}
.footer .w1300 .text{width: 100%;margin-left: 0;text-align: center;float: none;}
.footer .w1300 .qrcode{float: none;margin: 12px auto 0;}
.fBtm{padding: 18px 0;}
.footer .w1300 .qrcode1 ul{display: none;}
.qrcodeScoll{float: none;margin: 0 auto;}
.footer .w1300 .qrcode1 h3{font-size: 15px;font-weight: bold;}


.footer .w1300 .qrcode1{width: 100%;float: none;text-align: center;}
.footer .w1300 .qrcode1 ul li{width: 33.3%;float: left;}
.footer .w1300 .qrcode1 ul li .pic{margin: 0 auto;position: static;display: block !important;}

.prodChannel li a .text h5{font-size: 28px;line-height: 40px;margin-bottom: 5px;}
.prodChannel li a .text p,
.prodChannel li.li4 a .text p{font-size: 14px;line-height: 24px;max-height: 48px;margin-bottom: 15px;}
.prodChannel li.li4 a .text{width: 55%;}
.prodChannel3.prodChannel li.li4 a .text{width: 44%;padding-left: 5.8%}

.nyWrap .prodList ul .item{width: 32%;margin-right: 2%;}
.nyWrap .prodList ul .item:nth-child(4n){margin-right: 2%;}
.nyWrap .prodList ul .item:nth-child(3n){margin-right: 0;}

/*.agentSearch{height: auto;}*/
.agentSearch .w1300{padding: 5%;}
.agentSearch .form{margin: 45px 50px 50px 0;}

.aboutWrap .item3 ul li a .hover .tit{margin-bottom: 20px;font-size: 30px;height: 40px;line-height: 40px;}
.aboutWrap .item3 ul li a .hover{font-size: 14px;line-height: 22px;}
.aboutWrap .item3 ul li a .text h5{font-size: 30px;line-height: 40px;}
.aboutWrap .item3 ul li a .text i{margin-top: 20px;}

.teaBanner .aboutTit{margin-bottom: 60px;}
.teacherWrap .aboutTit p{padding: 0;}
.teacherScroll{padding-bottom: 40px;padding-top: 15px;}
.teacherScroll .swiper-pagination{display: block;bottom: 0;}

.teacherWrap .item3 .cont span{line-height: 60px;font-size: 18px;}
}


@media screen and (max-width: 1024px){
.header{-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);}
.header .form,.header .btn,.nav{display: none;}
.header .menuIcon{display: block;}

.isect1 ul li a .text h5{font-size: 20px;line-height: 44px;}
.isect1 ul li a .text p{display: none;}
.isect1 ul li a .text{padding-top: 0;top:50%;
-moz-transform: translate(0,-60%);-ms-transform: translate(0,-60%);-o-transform: translate(0,-60%);
-webkit-transform: translate(0,-60%);transform: translate(0,-60%);}
.isect2{padding-bottom: 40px;}
.isect2 .swiper-pagination{display: block;}
.isect2 .swiper-button-prev, .isect2 .swiper-button-next{display: none;}
.prodList .item a .pic{height: 180px;line-height: 180px;}
.prodList .item a .text{padding: 19px 20px 25px;}
.isect4{margin-bottom: 32px;}
.isect4 ul li a .text{padding: 20px 16px 22px;}
.isect5{margin-bottom: 32px;}
.isect5 .w1300 .map{display: none;}
.isect5 .w1300 .text{width: 100%;padding: 55px 0 0 0;text-align: center;}
.isect5 .w1300 .text span{margin: 0 auto;}

.nyWrap{margin: 20px auto;}


.contProd .tit{font-size: 30px;line-height: 50px;margin-bottom: 12px;}
.contProd .ul{margin-bottom: 40px;}
.contProd .ul li{margin-bottom: 30px;}
.contProd .ul li .pic{width: 100%;height: auto;line-height: 0;margin-bottom: 12px;}
.contProd .ul li .text{width: 100%;padding: 0;text-align: center;}
.contProd .t{font-size: 30px;margin-bottom: 12px;line-height: 40px;}

.picNews li a h5{line-height: 40px;padding: 0 20px;font-size: 16px;}

.newsList li a{padding-right: 300px;}
.newsList li a p{height: 25px;margin-bottom: 15px;text-indent: 0;}

.agentSearch .map{display: none;}
.agentSearch .form{float: none;margin: 0 auto;}

.agentSearch{background-image: url(../images/agentBanner1.jpg);height: auto;}

.searchResult{margin-bottom: 0;}
.searchResult ul li{width: 49%;margin-right: 0;}
.searchResult ul li:nth-child(2n){float: right;}

.aboutBanner{height: auto;padding: 25% 0;}
.aboutWrap .item1 .cont .inner{width: 100%;}
.aboutWrap .item3 ul li a:hover .text{display: block;}
.aboutWrap .item3 ul li a .text{bottom: 10%;}
.aboutWrap .item3 ul li a .text h5{font-size: 24px;line-height: 30px;}
.aboutWrap .item3 ul li a .text i{width: 30px;height: 30px;margin-top: 20px;}
.aboutWrap .item4 .top dl{width: 100%;margin-bottom: 20px;}
.aboutWrap .item4 .top:before{display: none;}

.teaBanner{height: auto;padding: 10% 0;}
.teaBanner .w1300{padding-top: 0;}
.teaBanner ul li h5{font-size: 40px;line-height: 50px;margin-bottom: 20px;}
.teaBanner ul li p{font-size: 12px;line-height: 20px;}
.teaBanner ul li p br{display: none;}

.teacherScroll1{display: none;}
.teacherScroll1 .swiper-slide dl{width: 726px;}
.teacherScroll1 .swiper-slide dl dt{margin-bottom: 0;}
.teacherScroll1 .swiper-slide.odd dl dt{margin-top: 0;}
.teacherScroll1 .swiper-slide dl dd{width: 232px;margin-right: 10px;}
.teacherScroll1 .swiper-slide dl a .hover{padding: 20px 7%;}

.teacherScrollWap{display: block;}
.agentSearch .mapWrap1{display: none;}
}

@media screen and (max-width: 768px){
.header .logo{height: 88px;line-height: 88px;}
.header .logo img{height: 40px;}

.isect1 ul li a .text h5{font-size: 16px;}
.prodList .item a .text{padding: 10px 12px 24px;}
.prodList .item a .text .desc{margin-bottom: 15px;}
.prodList .item a .text h5{font-size: 16px;}
.prodList .item a .text .chief{font-size: 14px;height: 28px;line-height: 28px;}
.prodList .item a .text span{font-size: 14px;height: 28px;line-height: 28px;width: 100px;}
.isect4 ul li{width: 49.5%;margin-right: 0;margin-bottom: 6px;}
.isect4 ul li:nth-child(2n){float: right;}
.isect4 ul li a .text h5{font-size: 18px;line-height: 30px;}
.isect4 ul li a .text p{font-size: 14px;line-height: 22px;}
.isect5 .w1300{position: relative;}
.isect5 .w1300 .text{position: absolute;left: 0;top:50%;padding-top: 0;-moz-transform: translate(0,-50%);-ms-transform: translate(0,-50%);-o-transform: translate(0,-50%);
-webkit-transform: translate(0,-50%);transform: translate(0,-50%);}
.isect5 .w1300 .text h5{font-size: 34px;line-height: 60px;margin-bottom: 10px;}
.isect5 .w1300 .text p{font-size: 18px;line-height: 30px;}

.footer .w1300 .qrcode1 ul li .pic{width: 60px;height: 60px;}
.footer .w1300 .qrcode1 ul li h5{font-size: 12px;line-height: 20px;padding: 6px 0;}

.prodChannel li{margin-bottom: 10px;}
.prodChannel li a .text p,.prodChannel li a .text span{display: none;}
.prodChannel li.li1 a .text,.prodChannel li.li4 a .text{padding-right: 12px;}
.prodChannel li a .text h5{font-size: 20px;font-weight: bold;}
.prodChannel li.li4 a .text,.prodChannel li.li1 a .text{padding-top: 0;top: 50%;-moz-transform: translate(0,-50%);-ms-transform: translate(0,-50%);-o-transform: translate(0,-50%);
-webkit-transform: translate(0,-50%);transform: translate(0,-50%);}
.prodChannel li.li2 a .text,.prodChannel li.li3 a .text{padding: 8.8% 10px 0;}
.prodChannel li.li4 a .text{width: 100%;}

.prodChannel3.prodChannel li.li4 a .text{width: 100%;}
.prodChannel3.prodChannel li.li1 a .text{padding-right: 12px;}

.prodChannel4.prodChannel li.li1 a .text{padding-right: 12px;padding-top: 0;}

.nyWrap .prodList ul .item{width: 49%;margin-right: 0;}
.nyWrap .prodList ul .item:nth-child(4n){margin-right: 0;}
.nyWrap .prodList ul .item:nth-child(2n){float: right;}
.page a{margin-bottom: 5px;}

.picNews li a h5{font-size: 14px;}
.newsList li a h5{font-size: 18px;}
.newsList li a p{font-size: 13px;}

.newsList li a{padding-right: 240px;height: 112px;}
.newsList li a .pic{width: 220px;height: 112px;}
.newsList li a h5{line-height: 30px;}

.searchResult ul li{width: 100%;}

.aboutBanner{margin-bottom: 15px;}
.aboutTit{margin-bottom: 15px;}
.aboutTit h3{height: 60px;line-height: 60px;font-size: 24px;padding-bottom: 10px;}
.aboutTit p{font-size: 14px;letter-spacing: 3px;}


.aboutWrap .item2{background-size: cover;}
.aboutWrap .item2 .devlopWrap{display: none;}
.devpList{display: block;padding-bottom: 20px;}
.devpList li{padding-left: 40px;position: relative;font-size: 14px;line-height: 24px;color: #4c4c4c;margin-bottom: 12px;}
.devpList li .dot{width: 8px;height: 8px;background: #dd3348;border-radius: 50%;position: absolute;left: 0;top:11px;}
.devpList li .line{width: 20px;height: 1px;background: #777777;position: absolute;left: 10px;top:15px;}
.devpList li h5{font-size: 18px;line-height: 34px;color: #222222;}

.aboutWrap .item3{margin: 30px auto 20px;}

.aboutWrap .item4 .top dl{padding-left: 0;}
.aboutWrap .item4 .top dl dt{position: relative;width: 100%;text-align: left;margin-bottom: 10px;}

.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;}

.teaBanner .aboutTit,.teacherWrap .aboutTit{margin-bottom: 30px;}
.teaBanner ul li{width: 50%;margin-bottom: 20px;}

.teacherWrap .item3 .cont span{position: relative;display: block;line-height: 40px;font-size: 16px;}
.teacherWrap{padding: 20px 0 30px;}

.bread{display: none;}

}
@media screen and (max-width: 580px){
.isect1 ul li{width: 100%;margin-bottom: 10px;}
.isect1 ul li:last-child{margin-bottom: 0;}
.isect1 ul li a .text h5{font-size: 28px;line-height: 58px;}
.isect1 ul li a .text p{display: block;}

.picNews li{width: 100%;margin-right: 0;margin-bottom: 20px;}
.picNews li a h5{line-height: 50px;}

.newsList{border:none;margin-bottom: 30px;}
.newsList li{padding: 20px 0 0;border-bottom: none;}
.newsList li:last-child{border:none;}
.newsList li a{height: auto;padding-right: 0;text-align: center;}
.newsList li a .pic{width: 100%;height: 0;padding-bottom: 50.94%;position: relative;margin-bottom: 10px;}
.newsList li a .btn{text-align: center;}
.newsList li a h5{margin-bottom: 0;}
.newsList li a p{margin-bottom: 8px;}
.newsList li a .btn span{width: 80px;height: 26px;font-size: 12px;line-height: 26px;}

.agentWrap{padding-bottom: 30px;}
.searchResult .tit{font-size: 20px;line-height: 30px;margin-bottom: 10px;}

}
@media screen and (max-width: 468px){
.header .logo{height: 66px;line-height: 66px;}
.header .logo img{height: 30px;}
.banner .swiper-pagination{bottom: 12px;height: 8px;line-height: 8px;}
.banner .swiper-pagination .swiper-pagination-bullet{width: 8px;height: 8px;margin: 0 3px;}

.isect1 ul li a .text h5{font-size: 24px;line-height: 48px;}
.isect2{margin-bottom: 12px;}
.isect4 ul li{width: 100%;margin-bottom: 10px;}
.isect4 ul li a .text h5{font-size: 20px;line-height: 34px;}
.isect5 .w1300{height: 240px;}
.isect5 .w1300 .text h5{font-size: 28px;line-height: 30px;}
.isect5 .w1300 .text p{font-size: 16px;}
.isect5 .w1300 .text span{font-size: 16px;}

.footer .w1300{padding: 15px 5%;}
.fBtm{padding: 10px 0;line-height: 20px;}
.footer .w1300 .qrcode{width: 100px;height: 100px;margin-top: 6px;}
.footer .w1300 .text h5{font-size: 18px;line-height: 20px;}
.footer .w1300 .text{font-size: 12px;line-height: 20px;}

.prodChannel li a .text h5{font-size: 16px;}
.prodChannel li a em{padding-bottom: 36%;}

.nyWrap .prodList ul{padding-bottom: 10px;}
.nyWrap .prodList ul .item{width: 100%;}

.contProd{font-size: 13px;line-height: 20px;}
.contProd .ul li .text h5{font-size: 17px;line-height: 28px;margin-bottom: 10px;}
.contProd .ul li .text p br{display: none;}
.contProd .ul li{/*padding-bottom: 20px;margin-bottom: 20px;*/}
.contProd .t,.contProd .tit{font-size: 22px;}
.contProd .ul{margin-bottom: 20px;}

.agentSearch .form{width: 90%;height: auto;padding: 8px 20px 20px;margin-bottom: 10px;}
.agentSearch .form .icon{display: none;}
.agentSearch .form h5{font-size: 18px;line-height: 30px;}

.searchResult{margin: 20px auto 0;}
.searchResult ul li{margin-bottom: 5px;}
.searchResult ul li a{padding: 9px;}
.searchResult ul li a h5{font-size: 15px;line-height: 22px;}
.searchResult ul li a p{font-size: 13px;line-height: 24px;}

.aboutBanner .w1300 p{font-size: 12px;line-height: 22px;}
.aboutBanner .w1300 h5{margin-bottom: 15px;}
.aboutWrap .item1 .cont{font-size: 14px;line-height: 28px;}

.aboutWrap .item1{margin-bottom: 20px;}

.aboutTit h3{height: 44px;line-height: 44px;font-size: 20px;}
.aboutWrap .item2{padding: 20px 0;}

.aboutWrap .item3 ul li{width: 90%;float: none;margin: 0 auto 12px;}
.aboutWrap .item3 ul li a .hover{padding: 15px;}
.aboutWrap .item3 ul li a .hover .tit{font-size: 24px;height: 30px;line-height: 30px;margin-bottom: 10px;}


.aboutWrap .item4 .top dl dt{font-size: 20px;margin-bottom: 5px;}
.aboutWrap .item4 .top{margin-bottom: 0;}
.mapWrap{height: 300px;}
.aboutWrap{margin-bottom: 30px;}

.passage .psgCont{font-size: 15px;line-height: 30px;}

.teaBanner ul{padding: 30px;}
.teaBanner ul li{width: 100%;padding: 0;}
.teaBanner ul li h5{margin-bottom: 8px;font-size: 26px;}
.teaBanner .aboutTit,.teacherWrap .aboutTit{margin-bottom: 10px;}
.teaBanner .aboutTit h3,.teacherWrap .aboutTit h3{height: 50px;line-height: 50px;}
.teacherScroll .swiper-slide a .text{padding: 0 12px;height: auto;margin-top: 0;
-webkit-transform:translateY(-50%); -moz-transform: translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);}
.teacherScroll .swiper-slide a .text h5{margin-bottom: 5px;}
.teacherWrap .aboutTit p{font-size: 12px;line-height: 24px;}
.teacherWrap .item3 .cont em{padding-bottom: 46%;}


.searchList ul li a{padding-right: 90px;}
.searchList ul li a span{font-size: 12px;}
.searchList ul li a h5{font-size: 13px;}
}