@font-face {
    font-family: 'DINProReg';
    src: url('../font/DINProReg.eot');
    src:
    url('../font/DINProReg.eot?#font-spider') format('embedded-opentype'),
    url('../font/DINProReg.woff') format('woff'),
    url('../font/DINProReg.ttf') format('truetype'),
    url('../font/DINProReg.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelNeue';
    src: url('../font/HelNeue.eot');
    src:
    url('../font/HelNeue.eot?#font-spider') format('embedded-opentype'),
    url('../font/HelNeue.woff') format('woff'),
    url('../font/HelNeue.ttf') format('truetype'),
    url('../font/HelNeue.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: "Source Han Sans CN","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: "Source Han Sans CN","Microsoft Yahei","SimSun",Arial,sans-serif; resize:none;}
body{font:12px "Source Han Sans CN","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;}
.TXTovehid-two{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.TXTovehid-three{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}

/*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,
.scaleimg:hover .pic img{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}
.rotateY:hover{ -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); transform: rotateY(180deg); }
.translateX:hover{-webkit-transform:translateX(-6px); -moz-transform: translateX(-6px); -ms-transform:translateX(-6px); transform:translateX(-6px);}

/*网页限定宽度*/
.w1340{width: 90%;margin: 0 auto;max-width: 1340px;}

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); }

/*解决chrome浏览器 input,textarea 获得焦点时会有一个边框的问题*/
input,textarea{outline: none;}
/*清除ios端 input,textarea 默认内阴影 默认圆角,radio和checkbox需要还原值为normal*/
input,textarea{appearance: none;-webkit-appearance: none;border-radius: 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: "Source Han Sans CN","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: 30px;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 img{width: 100%;}

.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;}

.banner{width: 100%;position: relative;overflow: hidden;}
.banner .swiper-slide a{display: block;width: 100%;height: 0;padding-bottom: 900px;background-repeat: no-repeat;background-position: center;background-size: cover;}
.banner .swiper-pagination{bottom: 32px;height: 10px;line-height: 10px;font-size: 0;}
.banner .swiper-pagination .swiper-pagination-bullet{width: 10px;height: 10px;background: #fff;border-radius: 5px;opacity: 1;margin: 0 3px;-webkit-transition:all 0.4s linear;transition:all 0.4s linear;opacity: 0.8;}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 30px;background: #fd8d0d;opacity: 1;}

.header{position: absolute;left: 0;top:0;width: 100%;z-index: 9;background: rgba(0,0,0,0.3);}
.header .logo{height: 100px;line-height: 100px;position: relative;}
.header .logo span{position: absolute;left: 0;top:0;}
.header .logo .o{opacity: 0;}
.header .logo img{height: 60px;}
.header .nav{margin-right: -14px;}
.header .nav .nLi{position: relative;padding: 0 14px;}
.header .nav .nLi h3 a{display: block;font-size: 22px;color: #ffffff;line-height: 100px;font-weight: normal;position: relative;}
.header .nav .nLi h3 a:before{content: "";width: 100%;height: 1px;background: #fd8d0d;position: absolute;left: 0;bottom: 29px;transform: scaleX(0);-webkit-transform: scaleX(0);opacity: 0;visibility: hidden;}
.header .nav .nLi.on h3 a:before,.header .nav .nLi:hover h3 a:before{transform: scaleX(1);-webkit-transform: scaleX(1);opacity: 1;visibility: visible;}
.header .nav .nLi .navSub{width: 150px;position: absolute;left: 50%;top:100px;margin-left: -75px;background: #fff;text-align: center;display: none;}
.header .nav .nLi .navSub ul li a{display: block;font-size: 14px;color: #333;line-height: 24px;padding: 8px 3px;}
.header .nav .nLi .navSub ul li a:hover{background: #fd8d0d;color: #fff;}

/*.header.nyHeader{position: relative;}
.header:hover,.header.nyHeader{background: #fff;}
.header:hover .logo .d,.header.nyHeader .logo .d{opacity: 0;}
.header:hover .logo .o,.header.nyHeader .logo .o{opacity: 1;}
.header:hover .nLi h3 a,.header.nyHeader .nLi h3 a{color: #333333;}*/

.header{position: relative;}
.header,.header.nyHeader{background: #fff;box-shadow: 0 0 5px rgba(0,0,0,0.1);}
.header .logo .d,.header.nyHeader .logo .d{opacity: 0;}
.header .logo .o,.header.nyHeader .logo .o{opacity: 1;}
.header .nav .nLi h3 a,.header.nyHeader .nav .nLi h3 a{color: #333333;}

.isect1{padding: 106px 0 110px;background: url(../images/isect1Bg.png) no-repeat center top;}
.isect1 .picWrap{width: 46.2%;position: relative;overflow: hidden;}
.isect1 .picWrap em{display: block;width: 100%;height: 0;padding-bottom: 81.77%;background-repeat: no-repeat;background-position: center;background-size: cover;padding-bottom: 505px;}
.isect1 .text{width: 49.4%;padding-top: 15px;}
.isect1 .text .title{margin-bottom: 13px;}
.isect1 .text .title h4{font-size: 44px;color: #222222;line-height: 48px;}
.isect1 .text .title h4 .num{color: #666666;font-family: "Arial";font-weight: normal;padding-left: 73px;position: relative;}
.isect1 .text .title h4 .num:before{content: "";width: 30px;height: 4px;background: #fd8d0d;position: absolute;left: 0;top:50%;margin-top: -2px;}
.isect1 .text .title h3{font-size: 34px;line-height: 52px;color: #333333;font-weight: normal;}
.isect1 .text .desc{margin-bottom: 45px;padding-right: 26.3%;font-size: 20px;line-height: 34px;color: #333333;height: 136px;overflow: hidden;}
.isect1 .text ul{padding-top: 52px;}
.isect1 .text ul li{text-align: center;/*margin-left: 40px;*/width: 25%;}
/*.isect1 .text ul li:first-child{margin-left: 0;}*/
.isect1 .text ul li h5{font-size: 55px;color: #fd8d0d;line-height: 50px;font-family: "DINProReg";font-weight: normal;font-size: 32px;}
.isect1 .text ul li h5 sup{font-size: 13px;}
.isect1 .text ul li p{font-size: 20px;min-height: 28px;color: #333333;font-size: 16px;}


.moreBtn{display: block;width: 230px;height: 58px;box-sizing:border-box;padding: 0 27px;font-size: 17px;color: #ffffff;line-height: 58px;background: #222222;position: relative;overflow: hidden;}
.moreBtn span{display: block;position: relative;z-index: 2;}
.moreBtn span:before{content: "";width: 8px;height: 8px;border-left: 1px solid #fd8d0d;border-bottom: 1px solid #fd8d0d;position: absolute;right: 2px;top:50%;margin-top: -4px;-webkit-transform: rotateZ(-135deg); -moz-transform: rotateZ(-135deg); -ms-transform: rotateZ(-135deg); transform: rotateZ(-135deg);}
.moreBtn:before{width: 250px;height: 250px;border-radius: 100%;background: #fd8d0d;content: '';position: absolute;left: -24%;top: -100%;-webkit-transition: all 0.8s ease 0s;transition: all 0.8s ease 0s;-webkit-transform: scale(0);transform: scale(0);}
.moreBtn:hover:before{-webkit-transform: scale(1.4);transform: scale(1.4);}
.moreBtn:hover span:before{border-color: #fff;}

.iTitle{margin-bottom: 152px;text-align: center;line-height: 52px;font-size: 44px;color: #222222;}
.iTitle .wrap{display: inline-block;}
.iTitle .num{color: #999999;font-family: "Arial";padding-right: 57px;position: relative;margin-right: 22px;}
.iTitle .num:before{content: "";width: 30px;height: 4px;background: #fd8d0d;position: absolute;right: 0;top:50%;margin-top: -2px;}
.iTitle h3{margin-left: 68px;font-size: 34px;color: #333333;font-weight: normal;}

.isect2{padding-bottom: 50px;background: url(../images/isect2Bg.png) no-repeat center 10px;}
.isect2 ul li{width: 15.2%;box-sizing:border-box;border:1px solid #ffffff;padding: 8px;border-radius: 50%;margin: 0 6% 92px 0;}
.isect2 ul li:nth-child(5n){margin-right: 0;}
.isect2 ul li a{display: block;width: 100%;height: 0;padding-bottom: 100%;border-radius: 50%;box-sizing:border-box;background: #ffffff;text-align: center;position: relative;font-size: 24px;color: #333333;line-height: 54px;}
.isect2 ul li a .wrap{width: 100%;position: absolute;left: 0;top:50%;-webkit-transform:translateY(-50%); -moz-transform: translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);}
.isect2 ul li a .icon{height: 76px;line-height: 76px;}
.isect2 ul li a .icon img{max-width: 100%;max-height: 100%;}
.isect2 ul li:hover{border-color: #fd8d0d;}
.isect2 ul li:hover a{background: #fd8d0d;color: #fff;}
.isect2 ul li:hover a .icon img{filter: brightness(0) invert(1);}
.isect2 .more{display: block;width: 250px;box-sizing:border-box;border:1px solid #fff;border-radius: 4px;text-align: center;font-size: 24px;color: #ffffff;line-height: 59px;margin: 0 auto;position: relative;top: -28px;overflow: hidden;}
.isect2 .more span{position: relative;z-index: 2;}
.isect2 .more:before{width: 250px;height: 250px;border-radius: 100%;background: #fd8d0d;content: '';position: absolute;left: -24%;top: -100%;-webkit-transition: all 1.2s ease 0s;transition: all 1.2s ease 0s;-webkit-transform: scale(0);transform: scale(0);}
.isect2 .more:hover:before{-webkit-transform: scale(1.8);transform: scale(1.8);}
.isect2 .more:hover{border-color: #fd8d0d;}

.isect3{padding: 108px 0 106px;}
.isect3 .iTitle{margin-bottom: 51px;}
.isect3 .iTitle .num{padding: 0 0 0 55px;margin-left: 35px;}
.isect3 .iTitle .num:before{right: auto;left: 0;}
.isect3 .iTitle h3{margin-left: 0;margin-right: 46px;}

.isect3 .recomNews{position: relative;padding-right: 70px;overflow: hidden;}
.isect3 .recomNews .container{width: 100%;padding-right: 20px;overflow: hidden;padding-bottom: 20px;}
.isect3 .recomNews .wrap{display: block;position: relative;}
.isect3 .recomNews .wrap .pic{width: 61.18%;overflow: hidden;position: relative;}
.isect3 .recomNews .wrap .pic em{display: block;width: 100%;height: 0;padding-bottom: 465px;background-repeat: no-repeat;background-position: center;background-size: cover;}
.isect3 .recomNews .wrap .text{width: 48.58%;height: 372px;position: absolute;right: 0;bottom: 0;background: #ffffff;box-shadow: 2.121px 2.121px 19px 0px rgba(134, 134, 134, 0.42);box-sizing:border-box;padding: 60px 5% 0;}
.isect3 .recomNews .wrap .text h5{margin-bottom: 15px;font-size: 26px;line-height: 40px;color: #222222;font-weight: normal;}
.isect3 .recomNews .wrap .text p{font-size: 20px;color: #333333;line-height: 32px;max-height: 128px;overflow: hidden;}
.isect3 .recomNews .wrap .text .more{position: absolute;left: -28px;bottom: 0;width: 124px;height: 84px;background: #fd8d0d;text-align: center;line-height: 84px;font-size: 20px;color: #ffffff;font-weight: 300;}
.isect3 .recomNews .wrap:hover .text h5{color: #fd8d0d;}
.isect3 .recomNews .btnWrap{position: absolute;;top:-8px;right: 0;width: 21px;}
.isect3 .recomNews .btnWrap div{width: 100%;height: 28px;margin-bottom: 11px;cursor: pointer;position: relative;}
.isect3 .recomNews .btnWrap div:before{content: "";width: 100%;height: 12px;position: absolute;left: 0;top:50%;margin-top: -6px;background: url(../images/arrow1.png) no-repeat left top;}
.isect3 .recomNews .btnWrap div.next:before{background-position: right bottom;}
.isect3 .recomNews .btnWrap div.next:hover:before{background-position: left bottom;}
.isect3 .recomNews .btnWrap div.prev:hover:before{background-position: right top;}
.isect3 .recomNews .line{width: 1px;height: 211px;background: #666666;position: absolute;right: 9px;bottom: 110px;-webkit-animation: scrolldown 4s infinite cubic-bezier(0.645, 0.045, 0.355, 1);animation: scrolldown 4s infinite cubic-bezier(0.645, 0.045, 0.355, 1);}
.isect3 .recomNews .pageState{position: absolute;right: 0;bottom: 20px;text-align: center;width: 20px;font-size: 20px;color: #fba23b;line-height: 20px;}
.isect3 .recomNews .pageState em{display: block;padding-bottom: 38px;position: relative;color: #333333;}
.isect3 .recomNews .pageState em:before{content: "";width: 100%;height: 1px;background: #666666;position: absolute;left: 0;bottom: 20px;}

@-webkit-keyframes scrolldown { 
	0% { -webkit-transform: scale(1, 1);-webkit-transform-origin: 100% 100%; }
  55% { -webkit-transform: scale(1, 1);-webkit-transform-origin: 100% 100%;}
  70% { -webkit-transform: scale(1, 0);-webkit-transform-origin: 100% 100%;}
  85% { -webkit-transform: scale(1, 0);-webkit-transform-origin: 0 0; }
  100% { -webkit-transform: scale(1, 1);-webkit-transform-origin: 0 0; } }
@keyframes scrolldown { 
	0% {transform: scale(1, 1); transform-origin: 100% 100%; }
  55% {transform: scale(1, 1); transform-origin: 100% 100%; }
  70% { transform: scale(1, 0);transform-origin: 100% 100%; }
  85% { transform: scale(1, 0);transform-origin: 0 0; }
  100% {transform: scale(1, 1);transform-origin: 0 0; } }

.isect3 .tabs{margin-bottom: 14px;}
.isect3 .tabs li{margin-left: 42px;}
.isect3 .tabs li:first-child{margin-left: 0;}
.isect3 .tabs li a{display: block;position: relative;font-size: 24px;color: #222222;line-height: 40px;}
.isect3 .tabs li a:before{content: "";width: 100%;height: 1px;background: #fd8d0d;position: absolute;left: 0;bottom: 0;transform: scaleX(0);-webkit-transform: scaleX(0);opacity: 0;visibility: hidden;}
.isect3 .tabs li.active a{color: #fd8d0d;}
.isect3 .tabs li.active a:before{transform: scaleX(1);-webkit-transform: scaleX(1);opacity: 1;visibility: visible;}
.isect3 .container1{width: 100%;position: relative;overflow: hidden;}
.isect3 .container1 ul li{width: 45%;border-bottom: 1px solid #c2c2c2;}
.isect3 .container1 ul li a{display: block;position: relative;padding-right: 160px;height: 70px;line-height: 70px;font-size: 20px;color: #333333;}
.isect3 .container1 ul li a h5{font-weight: normal;}
.isect3 .container1 ul li a span{position: absolute;right: 0;top:0;}
.isect3 .container1 ul li a:hover h5{color: #fd8d0d;}

.isect4{padding-bottom: 111px;}
.isect4 .iTitle{margin-bottom: 38px;}
.isect4 dl{padding-top: 24px;}
.isect4 dl dt{width: 42%;}
.isect4 dl dd{width: 27%;margin-left: 2%;}
.isect4 dl.dl2 dd{margin-left: 0;margin-right: 2%;}
.isect4 dl a{display: block;position: relative;overflow: hidden;height: 0;padding-bottom: 107.99%;border-radius: 4px;}
.isect4 dl dt a{padding-bottom: 69.38%;}
.isect4 dl a em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;border-radius: 4px;}
.isect4 dl a h5{position: absolute;left: 0;bottom: 0;width: 100%;box-sizing:border-box;padding: 0 90px 0 28px;height: 94px;background: rgba(0,0,0,0.5);border-radius: 4px;font-size: 22px;color: #ffffff;line-height: 94px;font-weight: normal;}
.isect4 dl a h5:before{content: "";width: 40px;height: 24px;position: absolute;right: 34px;top:50%;margin-top: -12px;background: url(../images/arrow2.png) no-repeat center;}

.isect5{background: url(../images/isect5Bg.jpg) no-repeat center;background-size: cover;position: relative;padding: 78px 0 107px;}
.isect5:before{content: "";width: 50%;height: 100%;position: absolute;right: 0;top:0;background: rgba(34,34,34,0.55);}
.isect5 .title{margin-bottom: 18px;padding-left: 70px;position: relative;font-size: 34px;line-height: 52px;color: #ffffff;font-weight: normal;}
.isect5 .title:before{content: "";width: 32px;height: 4px;background: #fd8d0d;position: absolute;left: 0;top:50%;margin-top: -2px;}
.isect5 .isect5_1{width: 50%;position: relative;z-index: 2;}
.isect5 .isect5_1 .cont{width: 100%;max-width: 670px;}
.isect5 .isect5_1 .pic{overflow: hidden;}
.isect5 .isect5_1 .pic img{width: 100%;}
.isect5 .isect5_1 .pic:hover img{-webkit-transform: scale(1.05);transform: scale(1.05);}
.isect5 .isect5_2{width: 50%;position: relative;z-index: 2;}
.isect5 .isect5_2 .cont{max-width: 670px;width: 100%;box-sizing:border-box;padding-left: 106px;}
.isect5 .isect5_2 ul li{width: 45.9%;box-sizing:border-box;border-radius: 4px;}
.isect5 .isect5_2 ul li a{display: block;font-size: 24px;color: #ffffff;line-height: 80px;text-align: center;position: relative;border:1px solid rgba(255,255,255,0.45);}
.isect5 .isect5_2 ul li a b{width: 18px;height: 18px;position: absolute;opacity: 0.8;}
.isect5 .isect5_2 ul li a b.b1{border-left: 1px solid #fff;border-top: 1px solid #fff;left: -1px;top:-1px;border-radius: 4px 0 0 0;}
.isect5 .isect5_2 ul li a b.b2{border-right: 1px solid #fff;border-top: 1px solid #fff;right: -1px;top:-1px;border-radius: 0 4px 0 0;}
.isect5 .isect5_2 ul li a b.b3{border-right: 1px solid #fff;border-bottom: 1px solid #fff;right: -1px;bottom:-1px;border-radius: 0 0 4px 0;}
.isect5 .isect5_2 ul li a b.b4{border-left: 1px solid #fff;border-bottom: 1px solid #fff;left: -1px;bottom:-1px;border-radius: 0 0 0 4px;}
.isect5 .isect5_2 ul li:nth-child(3){width: 45.7%;margin: 24px 27.1%;border-color: #fd8d0d;}
.isect5 .isect5_2 ul li:nth-child(3) a{height: 196px;line-height: 196px;box-shadow: 0px 4px 10px 0px rgba(27, 27, 27, 0.18);background: #fd8d0d;}
.isect5 .isect5_2 ul li a:hover{background: #fd8d0d;border-color: #fd8d0d;box-shadow: 0px 4px 10px 0px rgba(27, 27, 27, 0.18);}

.isect6{padding: 47px 0 45px;border-bottom: 1px solid #666666;background: #1b1b1b;}
.isect6 .w1340{padding: 0 70px;box-sizing:border-box;}
.isect6 .isect6_1{width: 50%;}
.isect6 .isect6_1 .title{margin-bottom: 46px;padding-bottom: 34px;position: relative;font-size: 35px;color: #ffffff;font-weight: normal;line-height: 35px;}
.isect6 .isect6_1 .title:before{content: "";width: 32px;height: 4px;background:#fd8d0d;position: absolute;left: 0;bottom: 0;}
.isect6 .isect6_1 h5{margin-bottom: 9px;font-size: 27px;line-height: 46px;color: #ffffff;font-weight: normal;}
.isect6 .isect6_1 p{font-size: 22px;line-height: 40px;color: #ffffff;font-weight: 300;}
.isect6 .isect6_2{width: 37.3%;}
.isect6 .isect6_2 .text,.isect6 .isect6_2 textarea{width: 47%;margin-bottom: 14px;border:1px solid #b0b0b0;border-radius: 4px;background: #ffffff;box-sizing:border-box;padding: 0 18px;font-size: 18px;color: #333;line-height: 43px;}
.isect6 .isect6_2 textarea{width: 100%;height: 112px;margin-bottom: 20px;}
.isect6 .isect6_2 input::-webkit-input-placeholder{color: #8c8c8c;}
.isect6 .isect6_2 input::-moz-placeholder{color: #8c8c8c;  }
.isect6 .isect6_2 input:-moz-placeholder{color: #8c8c8c;   }
.isect6 .isect6_2 input:-ms-input-placeholder{color: #8c8c8c;   }
.isect6 .isect6_2 textarea::-webkit-input-placeholder{color: #8c8c8c;}
.isect6 .isect6_2 textarea::-moz-placeholder{color: #8c8c8c;  }
.isect6 .isect6_2 textarea:-moz-placeholder{color: #8c8c8c;   }
.isect6 .isect6_2 textarea:-ms-input-placeholder{color: #8c8c8c;   }
.isect6 .isect6_2 .subm{display: block;width: 155px;height: 41px;margin: 0 auto;background: #fd8d0d;border-radius: 4px;cursor: pointer;text-align: center;line-height: 41px;font-size: 20px;color: #ffffff;border:none;}

.footer{padding: 28px 0 90px;border-bottom: 1px solid #393939;background: #1b1b1b;font-size: 18px;line-height: 40px;color: #ffffff;font-weight: 300;text-align: center;}
.footer .nav{padding-bottom: 32px;}
.footer .nav a{display: inline-block;}
.footer .nav .clearfix{display: inline-block;}
.footer .nav dl{display: inline-block;padding: 0 33px;float: left;}
.footer .nav dl dt{font-size: 20px;line-height: 44px;}
.footer .nav dl dt a{display: inline-block;padding-left: 8px;position: relative;}
.footer .nav dl dt a:before{content: "";width: 3px;height: 3px;background: #fff;border-radius: 50%;position: absolute;left: 0;top:50%;margin-top: -2px;}
.footer a:hover{opacity: 0.7;}
.footer .text{border-top: 2px solid #666666;padding-top: 30px;}


.nyBanenr{width: 100%;height: 450px;background-repeat: no-repeat;background-position: center;background-size: cover;}
.nyBanenr h3{padding: 92px 0 19px;font-size: 50px;line-height: 62px;color: #ffffff;font-weight: normal;}
.nyBanenr p{font-size: 18px;line-height: 32px;color: #ffffff;font-weight: 300;}
.nyBanenr p a{display: inline-block;padding-right: 22px;position: relative;}
.nyBanenr p a:before{content: "";width: 7px;height: 7px;border-left: 2px solid #fff;border-bottom: 2px solid #fff;position: absolute;right: 8px;top:50%;margin-top: -4px;-webkit-transform: rotateZ(-135deg); -moz-transform: rotateZ(-135deg); -ms-transform: rotateZ(-135deg); transform: rotateZ(-135deg);}


.bread{box-shadow: 0px 2px 10px 0px rgba(35, 24, 21, 0.08);padding: 28px 0;font-size: 20px;color: #333333;line-height: 34px;position: relative;z-index: 3;background: #ffffff;}
.bread h3{font-weight: normal;cursor: pointer;}
.bread h3 span{display: block;padding-right: 60px;position: relative;}
.bread h3 span:before{content: "";width: 7px;height: 7px;border-left: 2px solid #333333;border-bottom: 2px solid #333333;position: absolute;right: 30px;top:50%;margin: -4px 0 0 0;-webkit-transform: rotateZ(-135deg); -moz-transform: rotateZ(-135deg); -ms-transform: rotateZ(-135deg); transform: rotateZ(-135deg);}
.bread i{color: #fd8d0d;}
.bread h3.on{color: #fd8d0d;}
.bread h3.on span:before{-webkit-transform: rotateZ(-45deg); -moz-transform: rotateZ(-45deg); -ms-transform: rotateZ(-45deg); transform: rotateZ(-45deg);border-color: #fd8d0d;}

.bread .navSub{position: absolute;left: 0;top:100%;width: 100%;background: #fd8d0d;display: none;}
.bread .navSub ul{padding: 38px 0;}
.bread .navSub ul li{margin-right: 43px;}
.bread .navSub ul li:last-child{margin-right: 0;}
.bread .navSub ul li a{display: block;font-size: 20px;line-height: 35px;color: #ffffff;}
.bread .navSub ul li a:hover{opacity: 0.7;}

.nyTitle{padding:10px 0 30px;position: relative;text-align: center;}
.nyTitle h4{position: absolute;left: 0;top:-5px;width: 100%;font-size: 50px;color: #eeeeee;font-weight: normal;line-height: 48px;text-transform: uppercase;letter-spacing: 2px;}
.nyTitle h3{position: relative;z-index: 2;font-size: 34px;color: #333333;line-height: 52px;font-weight: normal;}

.nyWrap{margin: 100px auto;min-height: 300px;}

.cWorksList{padding-bottom: 30px;}
.cWorksList li{width: 23.8%;margin: 0 1.6% 50px 0;}
.cWorksList li:nth-child(4n){margin-right: 0;}
.cWorksList li .wrap{display: block;background: #f7f7f7;text-align: center;}
.cWorksList li .wrap .pic{width: 100%;height: 0;padding-bottom: 75%;position: relative;overflow: hidden;}
.cWorksList li .wrap .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.cWorksList li .wrap .pic:before{content: "";width: 100%;height: 100%;position: absolute;left: 0;top:0;background: rgba(0,0,0,0.3);opacity: 0;z-index: 2;}
.cWorksList li .wrap .pic i{width: 48px;height: 48px;position: absolute;left: 50%;top:50%;margin: -24px 0 0 -24px;background: url(../images/scaleIcon.png) no-repeat center;z-index: 3;opacity: 0;-webkit-transform: scale(0.3);transform: scale(0.3);}
.cWorksList li .wrap h5{padding: 0 12px;font-size: 20px;line-height: 82px;color: #333333;font-weight: normal;}
.cWorksList li .wrap:hover{background: #f7f7f7;box-shadow: 0px 2px 15px 0px rgba(35, 24, 21, 0.25);}
.cWorksList li .wrap:hover .pic:before{opacity: 1;}
.cWorksList li .wrap:hover .pic i{opacity: 1;-webkit-transform: scale(1);transform: scale(1);}

.page{text-align: center;font-size: 0;}
.page .clearfix{display: inline-block;}
.page a,.page span,.page em,.page .text{margin: 0 4px;height: 42px;line-height: 42px;padding: 0 18px;border:1px solid #e3e3e3;font-size: 16px;color: #666666;background: #fff;border-radius: 5px;}
.page .text{width: 46px;text-align: center;padding: 0;}
.page em{border:none;line-height: 44px;padding: 0 4px;}
.page a.num{padding: 0 24px;}
.page a.on,.page a:hover{background: #fd8d0d;border-color: #fd8d0d;color: #fff;}

.aboutWrap{background: url(../images/aboutBg1.jpg) no-repeat center top;padding: 100px 0;min-height: 300px;}
.aboutWrap .item1{padding-bottom: 80px;}

.aboutWrap .item1 .scrollWrap{position: relative;padding-bottom: 86px;}
.aboutWrap .item1 .scrollWrap .title{position: absolute;right: 85px;top:31px;text-align: right;padding-right: 13px;}
.aboutWrap .item1 .scrollWrap .title:before{content: "";width: 2px;height: 54px;position: absolute;top:3px;right: 0;background: #fd8d0d;}
.aboutWrap .item1 .scrollWrap .title h5{margin-bottom: 5px;font-size: 24px;line-height: 32px;color: #333333;font-weight: 300;}
.aboutWrap .item1 .scrollWrap .title h6{font-size: 18px;line-height: 30px;color: #333333;font-weight: 300;}

.aboutWrap .item1 .picScroll{width: 56.2%;position: relative;overflow: hidden;}
.aboutWrap .item1 .picScroll a{display: block;width: 100%;height: 0;padding-bottom: 54.71%;position: relative;overflow: hidden;}
.aboutWrap .item1 .picScroll a em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.aboutWrap .item1 .textScroll{width: 47.23%;position: absolute;right: 0;bottom: 0;z-index: 2;height: 372px;background: #ffffff;box-shadow: 0px 2px 14.88px 1.12px rgba(37, 37, 37, 0.09);box-sizing:border-box;padding: 40px 40px 0 45px;}
.aboutWrap .item1 .textScroll .container{width: 100%;position: relative;overflow: hidden;}
.aboutWrap .item1 .textScroll .container .tit{margin-bottom: 20px;padding-left: 20px;position: relative;font-size: 20px;line-height: 30px;color: #333333;font-weight: 300;}
.aboutWrap .item1 .textScroll .container .tit:before{content: "";width: 2px;height: 19px;background: #fd8d0d;position: absolute;left: 0;top:5px;}
.aboutWrap .item1 .textScroll .container p{font-size: 16px;line-height: 35px;color: #333333;font-weight: 300;max-height: 105px;overflow: hidden;}
.aboutWrap .item1 .textScroll .btm{position: absolute;left: 0;bottom: 35px;width: 100%;box-sizing:border-box;padding: 0 40px;}
.aboutWrap .item1 .textScroll .btm .btn{width: 21px;height: 32px;margin-right: 18px;cursor: pointer;position: relative;}
.aboutWrap .item1 .textScroll .btm .btn:before{content: "";width: 21px;height: 12px;position: absolute;left: 0;top:50%;margin-top: -6px;background: url(../images/arrow1.png) no-repeat left top;}
.aboutWrap .item1 .textScroll .btm .btn.next:before{background-position: right bottom;}
.aboutWrap .item1 .textScroll .btm .btn.next:hover:before{background-position: left bottom;}
.aboutWrap .item1 .textScroll .btm .btn.prev:hover:before{background-position: right top;}
.aboutWrap .item1 .textScroll .btm .pageState{font-size: 18px;color: #333333;line-height: 35px;}

.aboutWrap .item2{margin-bottom: 100px;}
.aboutWrap .item2 .container{padding: 27px 0;position: relative;overflow: hidden;padding: 60px 0;}
.aboutWrap .item2 .container .swiper-slide{position: relative;width: 33.3%;transition: 1s;-webkit-transition: 1s;}
.aboutWrap .item2 .container .swiper-slide a{display: block;width: 100%;position: relative;overflow: hidden;}
.aboutWrap .item2 .container .swiper-slide a em{display: block;width: 100%;height: 0;padding-bottom: 56.94%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.aboutWrap .item2 .container .swiper-slide a:before{content: "";width: 100%;height: 100%;position: absolute;left: 0;top:0;background: rgba(0,0,0,0.6);z-index: 2;
-webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;}
.aboutWrap .item2 .container .swiper-slide.swiper-slide-active{z-index: 6;transform: scale(1.4);-webkit-transform: scale(1.4);}
.aboutWrap .item2 .container .swiper-slide.swiper-slide-active a:before{opacity: 0;}
.aboutWrap .item2 .container .swiper-slide.swiper-slide-active a em{/*padding-bottom: 56.94%;*/}
.aboutWrap .item2 .container .swiper-button-prev,
.aboutWrap .item2 .container .swiper-button-next{width: 24px;height: 40px;margin-top: -20px;}
.aboutWrap .item2 .container .swiper-button-prev{left: 85px;background: url(../images/leftArr.png);}
.aboutWrap .item2 .container .swiper-button-next{right: 85px;background: url(../images/rightArr.png);}

.aboutWrap .item3{padding: 59px 0;position: relative;background: url(../images/aboutBg2.jpg) no-repeat center top;background-size: cover;}
.aboutWrap .item3:before{content: "";width: 100%;height: 100%;position: absolute;left: 0;top:0;background: rgba(3,1,6,0.6);}
.aboutWrap .item3 .w1340{position: relative;z-index: 2;}
.aboutWrap .item3 .nyTitle{text-align: left;}
.aboutWrap .item3 .nyTitle h4{color: #ffffff;opacity: 0.23;}
.aboutWrap .item3 .nyTitle h3{color: #ffffff;}
.aboutWrap .item3 .text{width: 37.3%;padding-right: 20px;margin-top: -8px;font-size: 16px;line-height: 32px;color: #ffffff;font-weight: 300;max-height: 460px;overflow: auto;}
.aboutWrap .item3 .text *{max-width: 100% !important;}
.aboutWrap .item3 .text img{height: auto !important;}
.aboutWrap .item3 .text::-webkit-scrollbar{width:3px;height:3px}
.aboutWrap .item3 .text::-webkit-scrollbar-button:vertical{display:none}
.aboutWrap .item3 .text::-webkit-scrollbar-corner,
.aboutWrap .item3 .text::-webkit-scrollbar-track{background-color:#fff}
.aboutWrap .item3 .text::-webkit-scrollbar-thumb{border-radius:0;background-color:#fd8d0d; }
.aboutWrap .item3 .text::-webkit-scrollbar-thumb:vertical:hover{ }
.aboutWrap .item3 .text::-webkit-scrollbar-thumb:vertical:active{ }

.aboutWrap .item3 .picScroll{width: 55%;position: relative;overflow: hidden;}
.aboutWrap .item3 .picScroll .wrap{display: block;width: 100%;height: 0;padding-bottom: 62.87%;position: relative;overflow: hidden;}
.aboutWrap .item3 .picScroll .wrap em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.aboutWrap .item3 .picScroll .wrap h5{position: absolute;left: 0;bottom: 0;z-index: 2;width: 100%;box-sizing:border-box;padding: 0 100px 0 140px;height: 68px;background: rgba(0,0,0,0.63);font-size: 20px;color: #ffffff;line-height: 68px;font-weight: 300;text-align: center;}
.aboutWrap .item3 .picScroll .pageState{position: absolute;right: 40px;bottom: 0;z-index: 2;font-size: 20px;color: #ffffff;font-weight: 300;line-height: 68px;}
.aboutWrap .item3 .picScroll .btnWrap{position: absolute;left: 20px;bottom: 0;z-index: 2;}
.aboutWrap .item3 .picScroll .btnWrap div{width: 55px;height: 68px;position: relative;cursor: pointer;}
.aboutWrap .item3 .picScroll .btnWrap div:before{content: "";width: 21px;height: 12px;position: absolute;left: 50%;top:50%;margin: -6px 0 0 -10px;background: url(../images/arrow5.png) no-repeat left center;}
.aboutWrap .item3 .picScroll .btnWrap div.next:before{background-position: -63px center;}
.aboutWrap .item3 .picScroll .btnWrap div.next:hover:before{background-position: -42px center;}
.aboutWrap .item3 .picScroll .btnWrap div.prev:hover:before{background-position: -21px center;}

.aboutWrap .item4{padding-top: 100px;}
.aboutWrap .item4 .w1340{padding: 0 85px;position: relative;}
.aboutWrap .item4 .w1340 .btn{width: 23px;height: 40px;position: absolute;top:50%;margin-top: -20px;background: url(../images/arrow3.png) no-repeat left top;cursor: pointer;}
.aboutWrap .item4 .w1340 .btn.prev{left: 0;}
.aboutWrap .item4 .w1340 .btn.next{right: 0;background-position: right top;}
.aboutWrap .item4 .w1340 .btn:hover{background-position-y:bottom;}
.aboutWrap .item4 .container{width: 100%;position: relative;overflow: hidden;}
.aboutWrap .item4 .container .wrap{display: block;padding: 20px 20px 0;background: #f5f5f5;text-align: center;}
.aboutWrap .item4 .container .wrap .pic{height: 254px;line-height: 254px;font-size: 0;overflow: hidden;}
.aboutWrap .item4 .container .wrap .pic img{max-width: 100% !important;max-height: 100%;}
.aboutWrap .item4 .container .wrap h5{padding-top: 10px;font-size: 20px;line-height: 65px;color: #333333;font-weight: 300;}
.aboutWrap .item4 .container .wrap:hover h5{color: #fd8d0d;}
.aboutWrap .item4 .container .swiper-pagination{display: none;}
.aboutWrap .item4 .container .swiper-pagination-bullet-active{background: #fd8d0d;}

.develop{position: relative;}
.develop:before{content: "";width: 1px;height: 100%;position: absolute;left: 50%;top:0;background: #c6c6c6;}
.develop .item{position: relative;padding-right: 56%;}
.develop .item .dot{width: 12px;height: 12px;position: absolute;left: 50%;top:50%;margin: -6px 0 0 -6px;background: #fd8d0d;border-radius: 50%;opacity: 0;}
.develop .item .dot i{position: absolute;left: 0;top: 0;right: 0;bottom: 0;width: 400%;height: 400%;margin: auto;margin-left: -150%;}
.develop .item .dot i:after{content: '';display: block;position: absolute;top: 0;right: 0;bottom: 0;left: 0;border-radius: 50%;opacity: 0;background: rgba(253,141,13,0.3);-webkit-animation: ripple 3s ease-out 225ms infinite;animation: ripple 3s ease-out 225ms infinite;}
.develop .item dl{padding-right: 130px;position: relative;background: #fafafa;}
.develop .item dl dt{position: absolute;right: 0;top:0;width: 130px;height: 100%;background: #c6c6c6;display: flex;justify-content:center ;align-items:center;font-size: 40px;color: #fff;line-height: 40px;font-family: "DINProReg";}
.develop .item dl dt:before{content: "";position: absolute;right: -19px;top:50%;margin-top: -10px;border:10px solid transparent;border-left-color: #c6c6c6;}
.develop .item dl dd{padding: 13px 58px 13px 40px;font-size: 16px;line-height: 26px;color: #999999;font-weight: 300;min-height: 52px;}
.develop .item:nth-child(2n){padding-right: 0;padding-left: 56%;}
.develop .item:nth-child(2n) dl{padding-right: 0;padding-left: 130px;}
.develop .item:nth-child(2n) dl dt{right: auto;left: 0;}
.develop .item:nth-child(2n) dl dt:before{right: auto;left: -19px;border:10px solid transparent;border-right-color: #c6c6c6;}

.develop .item.on .dot{opacity: 1;}
.develop .item.on dl{background: #fff;box-shadow: 0px 2px 20px 0px rgba(102, 102, 102, 0.2);}
.develop .item.on dl dt{background: #fd8d0d;}
.develop .item.on dl dt:before{border-left-color: #fd8d0d;}
.develop .item:nth-child(2n).on dl dt:before{border-left-color: transparent;border-right-color: #fd8d0d;}

@-webkit-keyframes ripple {
    0% {opacity: 0;-webkit-transform: scale(0.1, 0.1);}
    5% {opacity: 1;}
    100% {opacity: 0;-webkit-transform: scale(1);}
}
@keyframes ripple {
    0% {opacity: 0;-webkit-transform: scale(0.1, 0.1);transform: scale(0.1, 0.1);
    }
    5% {opacity: 1;}
    100% {opacity: 0;-webkit-transform: scale(1);transform: scale(1);}
}


.pageStyle{font-size: 16px;line-height: 32px;color: #333333;color: #000;}
.pageStyle *{max-width: 100% !important;}
.pageStyle img{height: auto !important;}

.excelTeacher .desc{margin-bottom: 72px;}

.teacherList ul li{width: 21.6%;margin: 0 4.5% 60px 0;}
.teacherList ul li:nth-child(4n){margin-right: 0;}
.teacherList ul li .wrap{display: block;background: #f4f4f4;text-align: center;font-size: 16px;color: #666666;line-height: 30px;font-weight: 300;}
.teacherList ul li .wrap .pic{width: 100%;height: 0;padding-bottom: 124.14%;position: relative;}
.teacherList ul li .wrap .pic img{position: absolute;left: 0;top:0;width: 100%;height: 100%;}
.teacherList ul li .wrap .text{padding: 18px 10px 20px;}
.teacherList ul li .wrap .text h5{color: #333333;font-weight: normal;font-size: 20px;}
.teacherList ul li .wrap .text h6{font-size: 18px;font-weight: normal;}
.teacherList ul li .wrap:hover{background: #fd8d0d;color: #fff;}
.teacherList ul li .wrap:hover .text h5{color: #fff;}

.popWrap{position: fixed;left: 0;top:0;width: 100%;height: 100%;z-index: 9;display: none;}
.popWrap .bgLayer{position: absolute;left: 0;top:0;width: 100%;height: 100%;background: rgba(0,0,0,0.5);}
.popWrap .content{width: 90%;max-width: 846px;position: absolute;left: 50%;top:50%;-webkit-transform:translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -ms-transform:translateX(-50%) translateY(-50%); transform:translateX(-50%) translateY(-50%);
background: #ffffff;box-sizing:border-box;padding: 40px;max-height: 80%;overflow: auto;}
.popWrap .content .close{position: absolute;width: 30px;height: 30px;top:18px;right: 18px;cursor: pointer;background: url(../images/closeIcon.png) no-repeat center;z-index: 2;}
.popWrap .content .pic{width: 45%;}
.popWrap .content .pic img{width: 100%;}
.popWrap .content .text{width: 50%;}
.popWrap .content .text .name{font-size: 20px;color: #333333;line-height: 20px;margin-bottom: 16px;}
.popWrap .content .text .pro{font-size: 18px;line-height: 40px;color: #333333;margin-bottom: 5px;}
.popWrap .content .text .cont{font-size: 16px;line-height: 36px;color: #999999;}

.popWrap .content::-webkit-scrollbar{width:3px;height:3px}
.popWrap .content::-webkit-scrollbar-button:vertical{display:none}
.popWrap .content::-webkit-scrollbar-corner,
.popWrap .content::-webkit-scrollbar-track{background-color:#ccc}
.popWrap .content::-webkit-scrollbar-thumb{border-radius:0;background-color:#fd8d0d; }
.popWrap .content::-webkit-scrollbar-thumb:vertical:hover{ }
.popWrap .content::-webkit-scrollbar-thumb:vertical:active{ }

.hotNews{margin-bottom: 58px;}
.hotNews .wrap{display: block;box-shadow: 0px 3px 18px 0px rgba(35, 24, 21, 0.12);}
.hotNews .wrap .pic{width: 51.2%;overflow: hidden;position: relative;}
.hotNews .wrap .pic em{display: block;width: 100%;height: 0;padding-bottom: 49.56%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.hotNews .wrap .text{width: 48.8%;box-sizing:border-box;padding: 35px 40px 0;}
.hotNews .wrap .text h5{font-size: 22px;line-height: 40px;color: #333333;font-weight: normal;}
.hotNews .wrap .text .date{display: block;margin: 16px 0 15px;font-size: 16px;line-height: 34px;color: #999999;font-weight: 300;}
.hotNews .wrap .text p{margin-bottom: 48px;font-size: 16px;line-height: 28px;color: #999999;font-weight: 300;height: 56px;overflow: hidden;}
.hotNews .wrap .text .btn{width: 187px;height: 49px;border:1px solid #e0dede;text-align: center;line-height: 49px;font-size: 18px;color: #999999;position: relative;overflow: hidden;}
.hotNews .wrap .text .btn span{position: relative;z-index: 2;}
.hotNews .wrap .text .btn:before{width: 250px;height: 250px;border-radius: 100%;background: #fd8d0d;content: '';position: absolute;left: -24%;top: -100%;-webkit-transition: all 0.8s ease 0s;transition: all 0.8s ease 0s;-webkit-transform: scale(0);transform: scale(0);}
.hotNews .wrap:hover .text .btn:before{-webkit-transform: scale(1.4);transform: scale(1.4);}
.hotNews .wrap:hover .text .btn{color: #fff;border-color: #fd8d0d;}
.hotNews .wrap:hover .text h5{color: #fd8d0d;}

.noticeList{padding-bottom: 80px;}
.noticeList li{border-bottom: 1px solid #e2e2e2;}
.noticeList li a{display: block;padding: 0 130px 0 25px;position: relative;height: 99px;line-height: 99px;}
.noticeList li a h5{font-size: 20px;color: #333333;font-weight: normal;}
.noticeList li a span{position: absolute;right: 0;top:0;font-size: 16px;color: #999999;font-family: "Helvetica";}
.noticeList li a:before{content: "";width: 5px;height: 5px;background: #333333;border-radius: 2.5px;position: absolute;left: 0;top:50%;margin-top: -2px;}
.noticeList li a:hover:before{width: 20px;background: #fd8d0d;}
.noticeList li a:hover h5{color: #fd8d0d;-webkit-transform:translateX(16px);transform:translateX(16px);}


.passage{margin-top: -6px;}
.passage .psgTitle{margin-bottom: 35px;padding-bottom: 20px;border-bottom: 2px solid #e9e9e9;}
.passage .psgTitle h3{padding-bottom: 32px;border-bottom:  2px solid #e9e9e9;text-align: center;font-size: 38px;line-height: 40px;color: #333333;font-weight: normal;margin-bottom: 20px;}
.passage .psgTitle .info{font-size: 16px;line-height: 30px;color: #999999;font-weight: 300;padding: 0 115px;}
.passage .psgTitle .info>span{margin-left: 55px;}
.passage .psgTitle .info>span:first-child{margin-left: 0;}
.passage .psgTitle .info .publisher{padding-left: 27px;background: url(../images/psgIcon1.png) no-repeat left center;}
.passage .psgTitle .info .date{padding-left: 32px;background: url(../images/psgIcon2.png) no-repeat left center;}
.passage .psgTitle .info .views{padding-left: 26px;background: url(../images/psgIcon3.png) no-repeat left center;}
.passage .psgTitle .info .share .item{margin-left: 12px;float: left;}
.passage .psgTitle .info .share .item img{float: left;}
.passage .psgCont{line-height: 28px;/*color: #999999;font-weight: 300;*/padding-bottom: 75px;font-family: "Microsoft Yahei";}
.passage .psgCont *{font-size: 16px !important;}
.passage .psgCont .mrgBtm{margin-bottom: 30px;}
.passage .psgCont .mrgBtm1{margin-bottom: 66px;}
.passage .psgCont .bold{font-size: 18px;color: #333333;font-weight: normal;}
.passage .psgCont .bold1{color: #333333;font-weight: normal;}
.passage .psgLink .btn{height: 44px;background: #efefef;padding: 0 34px;font-size: 16px;color: #2a2a2a;line-height: 44px;}
.passage .psgLink .btn.fr{margin-left: 12px;}
.passage .psgLink .btn:hover{background: #fd8d0d;color: #fff;}
.passage .psgCont img{display: block;margin: 0 auto;}

.newsList{margin-top: -6px;padding-bottom: 80px;}
.newsList li{padding: 40px 0 35px;border-bottom: 1px solid #e2e2e2;}
.newsList li a{display: block;padding-left: 115px;position: relative;min-height: 74px;}
.newsList li a .date{width: 68px;height: 74px;position: absolute;left: 0;top:0;background: #bfbfbf;text-align: center;color: #fff;}
.newsList li a .date em{display: block;padding-top: 9px;font-size: 31px;line-height: 35px;font-family: "DINProReg";font-weight: bold;}
.newsList li a .date span{display: block;font-size: 14px;line-height: 22px;font-family: "HelNeue";}
.newsList li a h5{font-size: 20px;line-height: 32px;color: #333333;font-weight: normal;margin-bottom: 9px;}
.newsList li a p{font-size: 16px;line-height: 27px;color: #999999;font-weight: 300;max-height: 54px;overflow: hidden;}
.newsList li a:hover .date{background: #fd8d0d;}
.newsList li a:hover h5{color: #fd8d0d;}

.zysz li{width: 46.4%;box-sizing:border-box;padding: 30px;background: #fafafa;margin-bottom: 80px;}
.zysz li .top{margin-bottom: 26px;}
.zysz li .top .pic{width: 57.6%;position: relative;overflow: hidden;}
.zysz li .top .pic em{display: block;width: 100%;height: 0;padding-bottom: 395px;background-repeat: no-repeat;background-position: center;background-size: cover;}
.zysz li .top .text{width: 39.1%;font-size: 16px;line-height: 32px;color: #666666;font-weight: 300;text-indent: 2em;padding-top: 28px;box-sizing:border-box;max-height: 395px;overflow: auto;}
.zysz li .tit{margin-bottom: 12px;font-size: 28px;line-height: 38px;color: #666666;font-weight: normal;}
.zysz li dl{height: 172px;overflow: auto;}
.zysz li dl dd{width: 50%;}
.zysz li dl dd a{display: block;padding: 0 12px 0 28px;position: relative;font-size: 18px;color: #333333;line-height: 38px;}
.zysz li dl dd a:before{content: "";width: 7px;height: 7px;background: #fd8d0d;border-radius: 50%;position: absolute;left: 0;top:50%;margin-top: -3px;}
.zysz li dl dd a:hover{color: #fd8d0d;}
.zysz li:hover{background: #fafafa;box-shadow: 0px 2px 20px 0px rgba(102, 102, 102, 0.2);}
/*.zysz li:nth-child(5){width: 100%;}
.zysz li:nth-child(5) .top{margin-bottom: 0;}
.zysz li:nth-child(5) .top .pic{width: 24%;}
.zysz li:nth-child(5) .top .pic em{padding-bottom: 374px;}
.zysz li:nth-child(5) .top .text{width: 73.28%;padding-right: 2%;padding-top: 12px;box-sizing:border-box;height: 374px;overflow: auto;text-indent: 0;}
.zysz li:nth-child(5) .top .text .desc{text-indent: 2em;margin-bottom: 10px;}
.zysz li:nth-child(5) .top .text dl{height: auto;}
.zysz li:nth-child(5) .top .text dl dd{width: 33.33%;}*/

.zysz li .top .text::-webkit-scrollbar{width:3px;height:3px}
.zysz li .top .text::-webkit-scrollbar-button:vertical{display:none}
.zysz li .top .text::-webkit-scrollbar-corner,
.zysz li .top .text::-webkit-scrollbar-track{background-color:#ccc}
.zysz li .top .text::-webkit-scrollbar-thumb{border-radius:0;background-color:#fd8d0d; }
.zysz li .top .text::-webkit-scrollbar-thumb:vertical:hover{ }
.zysz li .top .text::-webkit-scrollbar-thumb:vertical:active{ }

.zysz li dl::-webkit-scrollbar{width:3px;height:3px}
.zysz li dl::-webkit-scrollbar-button:vertical{display:none}
.zysz li dl::-webkit-scrollbar-corner,
.zysz li dl::-webkit-scrollbar-track{background-color:#ccc}
.zysz li dl::-webkit-scrollbar-thumb{border-radius:0;background-color:#fd8d0d; }
.zysz li dl::-webkit-scrollbar-thumb:vertical:hover{ }
.zysz li dl::-webkit-scrollbar-thumb:vertical:active{ }

.zysz li:nth-child(5) .top .text::-webkit-scrollbar{width:3px;height:3px}
.zysz li:nth-child(5) .top .text::-webkit-scrollbar-button:vertical{display:none}
.zysz li:nth-child(5) .top .text::-webkit-scrollbar-corner,
.zysz li:nth-child(5) .top .text::-webkit-scrollbar-track{background-color:#ccc}
.zysz li:nth-child(5) .top .text::-webkit-scrollbar-thumb{border-radius:0;background-color:#fd8d0d; }
.zysz li:nth-child(5) .top .text::-webkit-scrollbar-thumb:vertical:hover{ }
.zysz li:nth-child(5) .top .text::-webkit-scrollbar-thumb:vertical:active{ }

.cZysz .item1{margin-bottom: 100px;}
.cZysz .item1 .text{margin: -8px auto 72px;font-weight: 300;}
.cZysz .item1 .text .left,.cZysz .item1 .text .right{width: 45.5%;}
.cZysz .item1 .scroll{padding: 45px 0 16px;background: #ffe8cd;}
.cZysz .item1 .scroll .container{position: relative;overflow: hidden;}
.cZysz .item1 .scroll .wrap{display: block;text-align: center;}
.cZysz .item1 .scroll .wrap .pic{width: 100%;height: 0;padding-bottom: 79.63%;position: relative;overflow: hidden;}
.cZysz .item1 .scroll .wrap .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.cZysz .item1 .scroll .wrap h5{font-size: 20px;line-height: 77px;color: #333333;font-weight: normal;}
.cZysz .item1 .scroll .wrap:hover h5{color: #fd8d0d;}
.cZysz .scrollBtn.swiper-button-prev,.cZysz .scrollBtn.swiper-button-next{width: 40px;height: 80px;background: rgba(0,0,0,0.6);text-align: center;line-height: 80px;margin-top: -40px;}
.cZysz .scrollBtn.swiper-button-prev img,.cZysz .scrollBtn.swiper-button-next img{height: 30px;}
.cZysz .scrollBtn.swiper-button-prev{left: -40px;}
.cZysz .scrollBtn.swiper-button-next{right: -40px;}
.cZysz .container:hover .swiper-button-prev{left: 0;}
.cZysz .container:hover .swiper-button-next{right: 0;}

.cZysz .item2{margin-bottom: 100px;}
.cZysz .item2 .dl .dt,.cZysz .item2 .dl .dd{width: 50%;}
.cZysz .item2 .dl .dt{position: relative;overflow: hidden;}
.cZysz .item2 .dl .dt em{display: block;width: 100%;height: 0;padding-bottom: 712px;background-repeat: no-repeat;background-position: center;background-size: cover;}
.cZysz .item2 .dl .dd{height: 712px;box-sizing:border-box;padding: 45px 40px 40px;font-weight: 300;}
.cZysz .item2 .dl .dd .wrap{width: 100%;height: 100%;padding-right: 40px;overflow: auto;}
.cZysz .item2 .dl .dd .wrap .tit{padding: 16px 0 7px;font-size: 20px;font-weight: bold;}
.cZysz .item2 .dl .dd .wrap .tit:first-child{padding-top: 0;}
.cZysz .item2 .dl .dd .wrap .bold{font-weight: bold;}
.cZysz .item2 .dl:nth-child(2n) .dt{float: right;}
.cZysz .item2 .dl:nth-child(2n) .dd{padding-left: 0;}

.cZysz .item2 .dl .dd .wrap::-webkit-scrollbar{width:3px;height:3px}
.cZysz .item2 .dl .dd .wrap::-webkit-scrollbar-button:vertical{display:none}
.cZysz .item2 .dl .dd .wrap::-webkit-scrollbar-corner,
.cZysz .item2 .dl .dd .wrap::-webkit-scrollbar-track{background-color:#ccc}
.cZysz .item2 .dl .dd .wrap::-webkit-scrollbar-thumb{border-radius:0;background-color:#fd8d0d; }
.cZysz .item2 .dl .dd .wrap::-webkit-scrollbar-thumb:vertical:hover{ }
.cZysz .item2 .dl .dd .wrap::-webkit-scrollbar-thumb:vertical:active{ }

.cZysz .item3{margin-bottom: 100px;}
.cZysz .item3 .container{width: 100%;position: relative;overflow: hidden;}
.cZysz .item3 .container .wrap{display: block;height: 182px;text-align: center;line-height: 182px;font-size: 0;}
.cZysz .item3 .container .wrap img{max-width: 100%;max-height: 100%;}

.cZysz .item4 .cont{padding-bottom: 94px;font-weight: 300;}
.cZysz .item4 .cont .left{width: 50.7%;}
.cZysz .item4 .cont .right{width: 38%;}
.cZysz .item4 .cont .right dd{min-width: 60%;box-sizing:border-box;padding-right: 12px;}
.cZysz .item4 .cont .right dd:nth-child(2n){min-width: 40%;}
.cZysz .item4 .cont .bold{font-weight: bold;}
.cZysz .item4 .btn{height: 44px;background: #efefef;padding: 0 34px;font-size: 16px;color: #2a2a2a;line-height: 44px;}
.cZysz .item4 .btn.fr{margin-left: 12px;}
.cZysz .item4 .btn:hover{background: #fd8d0d;color: #fff;}

.singlePage .title{font-size: 30px;color: #333333;line-height: 34px;text-align: center;font-weight: normal;margin-bottom: 35px;margin-top: -2px;}
.singlePage .content{line-height: 28px;color: #999999;font-weight: 300;}
.singlePage .content .mrgBtm{}
.singlePage .content .bold{color: #333333;font-weight: bold;}
.singlePage .content .tit{padding: 28px 0 9px;font-size: 20px;line-height: 30px;color: #333333;font-weight: normal;}
.singlePage .content .pic{text-align: center;padding: 40px 0 0;}
.singlePage .content .pic .t{font-size: 18px;color: #fd8d0d;line-height: 20px;padding-bottom: 24px;}
.singlePage .content .orgTit{font-size: 18px;color: #fd8d0d;font-weight: normal;padding-top: 26px;}
.singlePage .content .mrgTop{padding-top: 26px;}


.contactUs{padding-right: 674px;position: relative;min-height: 350px;margin-bottom: 32px;}
.contactUs .text{color: #999999;font-weight: 300;}
.contactUs .text .bold{color: #333333;font-weight: normal;}
.contactUs .text .dl dd:nth-child(1){min-width: 46%;box-sizing:border-box;padding-right: 10px;}
.contactUs .text .dl dd:nth-child(2){min-width: 32%;}
.contactUs .qrcode{position: absolute;right: 0;top:60px;}
.contactUs .qrcode li{width: 250px;margin-left: 95px;text-align: center;}
.contactUs .qrcode li:first-child{margin-left: 0;}
.contactUs .qrcode li .pic{height: 248px;border:1px solid #c6c6c6;margin-bottom: 10px;}
.contactUs .qrcode li .pic img{width: 100%;height: 100%;}
.contactUs .qrcode li p{font-size: 16px;line-height: 40px;font-weight: 300;color: #999999;}

.mapWrap{height: 546px;border:1px solid #c6c6c6;}

.nyForm .formItem{width: 41%;margin-bottom: 43px;box-sizing:border-box;border:1px solid #dadada;padding: 0 25px 0 130px;position: relative;}
.nyForm .formItem.w100p{width: 100%;}
.nyForm .formItem label{width: 119px;height: 48px;position: absolute;left: 0;top:0;background: #f7f7f7;border-right: 1px solid #dadada;text-align: center;line-height: 48px;font-size: 16px;color: #333333;font-weight: 300;}
.nyForm .formItem .text,
.nyForm .formItem textarea,
.nyForm .formItem select{width: 100%;height: 48px;font-size: 16px;color: #333;line-height: 48px;border:none;background: none;font-weight: 300;}
.nyForm .formItem .star{font-size: 17px;color: #fd8d0d;line-height: 50px;font-weight: 300;position: absolute;right: 20px;top:0;}
.nyForm .formItem.contItem{padding: 0;}
.nyForm .formItem textarea{width: 100%;height: 180px;padding: 14px 20px;}
.nyForm .formItem.codeItem{padding-right: 102px;}
.nyForm .formItem.codeItem .pic{width: 101px;height: 48px;border-left: 1px solid #dadada;position: absolute;right: 0;top:0;}
.nyForm .formItem.codeItem .pic img{width: 100%;height: 100%;cursor: pointer;}
.nyForm .btn{width: 120px;height: 50px;background: #ebebeb;border:none;border-radius: 4px;cursor: pointer;text-align: center;line-height: 50px;font-size: 16px;color: #333333;line-height: 50px;margin-left: 20px;}
.nyForm .btn.subm,.nyForm .btn:hover{background: #fd8d0d;color: #fff;}
.nyForm .formItem.selectItem{padding-right: 0;}
.nyForm .formItem.selectItem:before{content: "";width: 9px;height: 6px;background: url(../images/arrow6.png) no-repeat center;position: absolute;right: 20px;top:50%;margin-top: -3px;} 
.nyForm .formItem.selectItem select{box-sizing:border-box;padding: 0 30px 0 8px;position: relative;z-index: 2;}
.nyForm .btnWrap1{text-align: center;padding-top: 38px;}
.nyForm .btnWrap1 .btn{float: none;display: inline-block;margin: 0 14px;}

.Gallery{width:100%;height:100%;position:fixed;left:0;top:0;background:rgba(0,0,0,0.8);opacity:0;z-index:999999;transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease}
.Gallery{width:100%;height:100%;position:fixed;left:0;top:0;opacity:0;z-index:999999;transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease}
.Gallery.show{opacity:1}
.g-bottom,.g-left,.g-right,.g-top{z-index:99;display:block;-webkit-appearance:none;transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease}
.g-top{position:absolute;top:0;left:0;width:100%;background:rgba(0,0,0,.7);height:45px;text-align:center;line-height:45px;color:#fff;z-index:120}
.g-left.none,.g-right.none{opacity:.3;cursor:not-allowed}
.g-bottom{position:absolute;bottom:0;left:0;width:100%;background:rgba(0,0,0,.7);height:45px;text-align:center;line-height:45px;color:#fff;z-index:120}
.g-left{position:absolute;top:43%;left:0;height:14%;background:rgba(0,0,0,.5);width:55px;cursor:pointer}
.g-right{position:absolute;top:43%;right:0;height:14%;background:rgba(0,0,0,.5);width:55px;cursor:pointer}
.Gallery img{max-height:87%;max-width:99%}
.Gallery.Gallery-none img{max-height:100%;max-width:99%}
.Gallery-wrap{width:100%;height:100%;position:relative;transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0)}
.g-left:after{content:'';width:20px;height:2px;background:#fff;position:absolute;left:16px;top:50%;margin-top:-1px}
.g-left:before{content:'';width:10px;height:10px;border:2px solid #fff;transform:rotate(45deg);-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);border-top:none;border-right:none;display:block;position:absolute;left:16px;top:50%;margin-top:-6px}
.g-right:after{content:'';width:20px;height:2px;background:#fff;position:absolute;right:16px;top:50%;margin-top:-1px}
.g-right:before{content:'';width:10px;height:10px;border:2px solid #fff;transform:rotate(45deg);-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);border-left:none;border-bottom:none;display:block;position:absolute;right:16px;top:50%;margin-top:-6px}
.g-list{width:100%;height:100%;text-align:center;vertical-align:middle;position:absolute;left:0;top:0}
.g-list span{display:inline-block;vertical-align:middle;height:100%}
.g-list img{vertical-align:middle;cursor:-webkit-grab;cursor:-moz-grab;cursor:grab;transition:all .4s ease;-moz-transition:all .4s ease;-webkit-transition:all .4s ease}
.Gallery-wrap.grab .g-list img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}
.g-top .g-count{width:auto;height:100%;position:absolute;left:0;top:0;padding:0 18px}
.g-top button{height:45px;width:45px;border:none;position:absolute;right:0;top:0;opacity:.8;background:0 0;-webkit-tap-highlight-color:transparent}
.g-top span{display:block;width:100%;height:100%;line-height:45px;color:#fff}
.g-close{cursor:pointer}
.g-close:after{content:'';width:24px;height:2px;background:#fff;display:block;transform:rotate(45deg);-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);position:absolute;left:8px;top:21px}
.g-close:before{content:'';width:24px;height:2px;background:#fff;display:block;transform:rotate(-45deg);-moz-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);position:absolute;left:8px;top:21px}
.g-top button:hover{opacity:1}


@media screen and (max-width: 1540px){
.aboutWrap .item4 .w1340{padding: 0 40px;}
}

@media screen and (max-width: 1460px){
.header .logo span img{height: 56px;}
.header .nav .nLi h3 a{font-size: 20px;}

.isect1 .text ul li h5{font-size: 40px;}

.aboutWrap .item1 .textScroll{height: 320px;}

.hotNews .wrap .text{padding: 25px 30px 0;}
.hotNews .wrap .text .date{margin: 8px 0;}
.hotNews .wrap .text p{margin-bottom: 25px;font-size: 14px;line-height: 24px;height: 48px;}
.hotNews .wrap .text .btn{width: 150px;height: 38px;line-height: 38px;font-size: 16px;}

.contactUs{padding-right: 500px;}
.contactUs .qrcode li{margin-left: 40px;width: 220px;}
.contactUs .qrcode li .pic{height: 218px;}
}


@media screen and (max-width: 1300px){
.header .logo span img{height: 50px;}
.header .nav{margin-right: -12px;}
.header .nav .nLi{padding: 0 12px;}
.header .nav .nLi h3 a{font-size: 18px;}

.banner .swiper-slide a{padding-bottom: 67%;}

.isect1 .text ul li h5{font-size: 34px;}
.isect1 .text ul li p{font-size: 16px;}

.isect2{background-position: center bottom;background-size: cover;}
.isect2 ul{padding-bottom: 30px;}
.isect2 ul li{width: 18%;margin: 0 2.5% 30px 0;}
.isect2 ul li a{font-size: 20px;}
.isect2 ul li a .icon{height: 52px;line-height: 52px;}
.isect2 ul li a .icon img{height: 100%;}

.isect5 .isect5_1 .cont{box-sizing:border-box;padding-left: 5%;}
.isect5 .isect5_2 .cont{padding: 0 5%;}
.isect5 .isect5_2 ul li a{font-size: 24px;line-height: 52px;}
.isect5 .isect5_2 ul li:nth-child(3) a{height: 160px;line-height: 160px;}

.isect6 .w1340{padding: 0;}
.isect6 .isect6_1 h5{font-size: 22px;}
.isect6 .isect6_1 p{font-size: 18px;line-height: 34px;}

.footer{font-size: 16px;}
.footer .nav dl{padding: 0 20px;}
.footer .nav dl dt{font-size: 18px;}

.aboutWrap .item3 .text{font-size: 14px;line-height: 30px;}

.aboutWrap .item4 .container .wrap .pic{height: 200px;line-height: 200px;}

.zysz li{width: 49%;margin-bottom: 40px;}
}

@media screen and (max-width: 1200px){
.header .nav{display: none;}
.header .menuIcon{display: block;}

.isect1 .text{padding-top: 0;}
.isect1 .text .title h4{font-size: 30px;line-height: 36px;}
.isect1 .text .title h4 .num{padding-left: 52px;}
.isect1 .text .title h3{font-size: 26px;}
.isect1 .text .desc{font-size: 16px;line-height: 30px;height: 120px;}
.isect1 .text ul li{width: 25%;margin-left: 0;}
.isect1 .text ul li h5{font-size: 30px;}
.isect1 .text ul li p{font-size: 14px;}

.moreBtn{width: 180px;height: 44px;line-height: 44px;padding: 0 16px;font-size: 15px;}

.aboutWrap .item1 .scrollWrap .title{position: relative;top:0;margin-bottom: 20px;padding-right: 0;padding-left: 13px;right: 0;text-align: left;}
.aboutWrap .item1 .scrollWrap .title:before{right: auto;left: 0;}


.aboutWrap .item3 .text{width: 100%;max-height: none;padding-right: 0;margin-bottom: 20px;}
.aboutWrap .item3 .picScroll{width: 100%;}

.passage .psgTitle{padding-bottom: 12px;margin-bottom: 20px;}
.passage .psgTitle h3{padding-bottom: 24px;font-size: 28px;line-height: 36px;margin-bottom: 12px;}
.passage .psgTitle .info{padding: 0;}

.contactUs{padding-right: 0;}
.contactUs .qrcode{position: relative;width: 480px;margin: 20px auto;top:0;}
}


@media screen and (max-width: 1024px){
.isect1{padding: 30px 0;}
.isect1 .picWrap,.isect1 .text{width: 100%;}
.isect1 .picWrap{margin-bottom: 20px;}

.isect2{background:#fec151;padding-top: 30px;}
.isect2 ul li{width: 23%;margin-right: 2%;}
.isect2 ul li:nth-child(4n){margin-right: 0;}
.isect2 ul li:nth-child(5n){margin-right: 2%;}
.isect2 ul li a{font-size: 16px;}

.isect3 .recomNews .wrap .pic em{padding-bottom: 300px;}
.isect3 .recomNews .wrap .text{height: 240px;padding: 30px 5% 0;}
.isect3 .recomNews .wrap .text h5{font-size: 20px;line-height: 30px;}
.isect3 .recomNews .wrap .text p{font-size: 14px;line-height: 24px;height: auto;max-height: 96px;}
.isect3 .recomNews .wrap .text .more{width: 100px;height: 54px;line-height: 54px;font-size: 16px;}
.isect3 .container1 ul li{width: 49%;]}
.isect3 .container1 ul li a{padding-right: 88px;font-size: 16px;}
.isect3 .container1 ul li a span{font-size: 13px;}

.isect4 .iTitle{margin-bottom: 20px;}
.isect4 dl a h5{font-size: 16px;height: 54px;line-height: 54px;padding: 0 30px 0 12px;}
.isect4 dl a h5:before{right: 10px;-webkit-transform: scale(0.5);transform: scale(0.5);-webkit-transform-origin:right center;transform-origin:right center;}

.isect5{padding: 60px 5%;}
.isect5:before{width: 100%;}
.isect5 .isect5_1,.isect5 .isect5_2{padding: 0;width: 100%;}
.isect5 .isect5_1 .cont{width: 100%;max-width: none;padding-left: 0;margin-bottom: 30px;}
.isect5 .isect5_2 .cont{width: 100%;padding-left: 0;max-width: none;}

.isect6 .isect6_1,.isect6 .isect6_2{width: 100%;}
.isect6 .isect6_1{margin-bottom: 20px;}
.isect6 .isect6_1 .title{font-size: 24px;line-height: 24px;padding-bottom: 16px;margin-bottom: 20px;}

.footer{padding: 12px 0;font-size: 14px;line-height: 24px;}
.footer .nav{display: none;}

.bread{display: none;}

.nyBanenr{height: auto;padding: 15% 0 25%;}
.nyBanenr h3{padding-top: 0;font-size: 30px;line-height: 42px;padding-bottom: 0;}
.nyBanenr p{font-size: 13px;}
.nyBanenr p a{padding-right: 18px;}
.nyBanenr p a:before{width: 4px;height: 4px;margin-top: -3px;}

.aboutWrap .item1 .textScroll{padding: 20px 20px 0;height: 240px;}
.aboutWrap .item1 .textScroll .btm{bottom: 10px;padding: 0 20px;}

.aboutWrap .item4 .w1340{width: 100%;box-sizing:border-box;}

.develop:before{left: 6px;}
.develop .item{padding: 0 0 0 30px;margin-bottom: 20px;}
.develop .item .dot{left: 6px;margin-left: -6px;opacity: 1;}
.develop .item:nth-child(2n){padding-left: 30px;}
.develop .item dl{padding-right: 0;padding-left: 100px;}
.develop .item:nth-child(2n) dl{padding-left: 100px;}
.develop .item dl dt{right: auto;left: 0;width: 100px;font-size: 28px;}
.develop .item dl dt:before{right: auto;left: -19px;border:10px solid transparent;border-right-color: #c6c6c6;}
.develop .item dl dd{padding: 12px;font-size: 14px;line-height: 24px;}
.develop .item.on dl dt:before{border:10px solid transparent;border-right-color: #fd8d0d;}

.hotNews{margin-bottom: 30px;}
.hotNews .wrap .pic,.hotNews .wrap .text{width: 100%;}
.hotNews .wrap .text{padding: 20px;}
.hotNews .wrap .text p{height: auto;max-height: 48px;}

.noticeList{padding-bottom: 30px;}
.noticeList li a{height: 68px;line-height: 68px;}
.noticeList li a h5{font-size: 16px;}

.zysz li{width: 100%;}
.zysz li .top .pic em{padding-bottom: 121.9%;}
.zysz li .top .text{padding-top: 0;font-size: 14px;line-height: 24px;}
.zysz li dl{height: auto;}
.zysz li:nth-child(5) .top .pic{width: 48%;}
.zysz li:nth-child(5) .top .pic em{padding-bottom: 121.82%;}
.zysz li:nth-child(5) .top .text{width: 100%;height: auto;max-height: none;}

.cZysz .item1 .text{margin: 0 0 20px;}
.cZysz .item1 .text .left, .cZysz .item1 .text .right{width: 100%;}
.cZysz .item1 .scroll{padding: 25px 0 10px;}
.cZysz .item1 .scroll .wrap h5{font-size: 16px;line-height: 54px;}

.cZysz .item2 .dl .dd{padding: 20px;}
.cZysz .item2 .dl .dd .wrap{padding-right: 20px;}
.cZysz .item2 .dl .dd .wrap .tit{font-size: 18px;padding: 8px 0;}
.cZysz .item2 .dl .dt em{padding-bottom: 540px;}
.cZysz .item2 .dl .dd{height: 540px;}

.cZysz .item4 .cont .left,.cZysz .item4 .cont .right{width: 100%;}
.cZysz .item4 .cont .left{margin-bottom: 20px;}

.nyForm .formItem{width: 100%;margin-bottom: 20px;}
.nyForm .btnWrap{width: 100%;text-align: center;}
.nyForm .btn{float: none;display: inline-block;margin: 0 8px;}
}

@media screen and (max-width: 768px){
.header{position: relative;}
.header .logo{height: 66px;line-height: 66px;}
.header .logo span.o{opacity: 1;}
.header .logo span.d{opacity: 0;}
.header .logo span img{height: 40px;}
.header .menuIcon{width: 24px;}
.banner .swiper-pagination{bottom: 8%;}

.isect1 .text .title h4{font-size: 24px;line-height: 30px;}
.isect1 .text .title h4 .num{padding-left: 34px;}
.isect1 .text .title h4 .num:before{height: 2px;margin-top: -1px;width: 24px;}
.isect1 .text .title h3{font-size: 24px;line-height: 38px;}
.isect1 .text .desc{padding-right: 0;height: auto;max-height: 120px;margin-bottom: 24px;font-size: 15px;}
.isect1 .text ul{padding-top: 24px;}

.iTitle{font-size: 24px;line-height: 34px;margin-bottom: 20px;text-align: center;}
.iTitle .num{display: none;}
.iTitle h3,.iTitle h4{width: 100%;margin: 0;}
.iTitle h3{font-size: 26px;}

.isect2 .more{width: 160px;line-height: 42px;font-size: 16px;top:0;}

.isect3{padding: 30px 0;}
.isect3 .iTitle{margin-bottom: 20px;}
.isect3 .iTitle h3{margin-right: 0;}
.isect3 .recomNews{padding-right: 0;}
.isect3 .recomNews .container{padding: 10px;box-sizing:border-box;}
.isect3 .recomNews .wrap .pic{width: 100%;}
.isect3 .recomNews .wrap .text{width: 100%;position: relative;padding: 12px;height: auto;box-shadow: 2.121px 2.121px 10px 0px rgba(134, 134, 134, 0.42)}
.isect3 .recomNews .wrap .text .more{position: relative;left: 0;margin-top: 20px;height: 40px;line-height: 40px;}
.isect3 .recomNews .pageState,.isect3 .recomNews .line,.isect3 .recomNews .btnWrap{display: none;}

.isect3 .tabs{margin: 0 20px 10px;}
.isect3 .tabs li a{font-size: 18px;}
.isect3 .container1{box-sizing:border-box;padding: 0 20px;}
.isect3 .container1 ul li{width: 100%;}

.isect4{padding-bottom: 30px;}
.isect4 dl{padding-top: 0;}
.isect4 dl dt,.isect4 dl dd{width: 100%;margin: 0 0 12px;}
.isect4 dl a{padding-bottom: 69.38%;}

.isect5{padding: 30px 5%;}
.isect5 .title{font-size: 24px;padding-left: 44px;margin-bottom: 8px;}
.isect5 .title:before{height: 2px;margin-top: -1px;width: 24px;}
.isect5 .isect5_2 ul li a{font-size: 18px;line-height: 46px;}
.isect5 .isect5_2 ul li:nth-child(3) a{height: 120px;line-height: 120px;}
.isect5 .isect5_2 ul li:nth-child(3){margin: 18px 27.1%;}

.page a, .page span, .page em, .page .text{height: 32px;line-height: 32px;font-size: 12px;padding: 0 12px;}
.page span, .page em, .page .text,.page a.num{display: none;}
.page a.num{padding: 0 16px;}
.page a.num.on{display: inline-block;}

.nyWrap{margin: 30px auto;}

.nyTitle{padding-bottom: 20px;}
.nyTitle h4{font-size: 32px;line-height: 40px;letter-spacing: 0;}
.nyTitle h3{font-size: 24px;line-height: 34px;}

.cWorksList{padding-bottom: 15px;}
.cWorksList li{width: 48%;margin-right: 0;margin-bottom: 4%;}
.cWorksList li:nth-child(2n){float: right;}
.cWorksList li .wrap h5{font-size: 15px;line-height: 54px;}

.aboutWrap{padding: 30px 0;}
.aboutWrap .item1{padding-bottom: 30px;}
.aboutWrap .item1 .scrollWrap{padding-bottom: 0;}
.aboutWrap .item1 .scrollWrap .title:before{height: 42px;}
.aboutWrap .item1 .scrollWrap .title h5{font-size: 18px;line-height: 24px;}
.aboutWrap .item1 .scrollWrap .title h6{font-size: 13px;line-height: 20px;}
.aboutWrap .item1 .picScroll{width: 100%;}
.aboutWrap .item1 .textScroll{width: 100%;position: relative;height: auto;padding-bottom: 60px;}
.aboutWrap .item1 .textScroll .container .tit{margin-bottom: 8px;font-size: 18px;line-height: 24px;}
.aboutWrap .item1 .textScroll .container .tit:before{height: 16px;}
.aboutWrap .item1 .textScroll .container p{font-size: 14px;line-height: 28px;height: 84px;}
.aboutWrap .item1 .textScroll .btm .pageState{font-size: 14px;}

.aboutWrap .item2{margin-bottom: 30px;}
.aboutWrap .item2 .container{padding: 0;}
.aboutWrap .item2 .container .swiper-slide.swiper-slide-active{transform: scale(1, 1);-webkit-transform: scale(1, 1);}
.aboutWrap .item2 .container .swiper-slide a em{padding-bottom: 56.94%;}
.aboutWrap .item2 .container .swiper-button-prev{left: 3%;}
.aboutWrap .item2 .container .swiper-button-next{right: 3%;}
.aboutWrap .item2 .container .swiper-button-prev,.aboutWrap .item2 .container .swiper-button-next{transform: scale(0.7);-webkit-transform: scale(0.7);}

.aboutWrap .item3{padding: 30px 0;}
.aboutWrap .item3 .picScroll .wrap h5{height: 44px;line-height: 44px;font-size: 16px;padding: 0 40px;}
.aboutWrap .item3 .picScroll .pageState{font-size: 14px;line-height: 44px;font-size: 16px;right: 10px;}
.aboutWrap .item3 .picScroll .btnWrap{left: 10px;display: none;}
.aboutWrap .item3 .picScroll .btnWrap div{height: 44px;width: 24px;}

.aboutWrap .item4{padding-top: 30px;}

.popWrap .content{padding: 20px;}
.popWrap .content .pic{float: none;}
.popWrap .content .text{width: 100%;padding-top: 20px;}
.popWrap .content .text .name{font-size: 18px;}
.popWrap .content .text .pro{font-size: 15px;line-height: 24px;}
.popWrap .content .text .cont{font-size: 14px;line-height: 24px;}

.excelTeacher .desc{margin-bottom: 20px;}

.teacherList ul li{width: 49%;margin-right: 0;margin-bottom: 2%;}
.teacherList ul li:nth-child(2n){float: right;}

.passage .psgTitle{padding-bottom: 6px;}
.passage .psgTitle h3{font-size: 20px;line-height: 30px;padding-bottom: 12px;margin-bottom: 6px;}
.passage .psgTitle .info{font-size: 13px;text-align: center;}
.passage .psgTitle .info>span{margin-left: 12px;display: inline-block;float: none;}
.passage .psgTitle .info .publisher,.passage .psgTitle .info .date,.passage .psgTitle .info .views{padding-left: 20px;}
.passage .psgTitle .share{display: none;}
.passage .psgCont{padding-bottom: 35px;font-size: 14px;}
.passage .psgCont .mrgBtm{margin-bottom: 10px;}
.passage .psgCont .mrgBtm1{margin-bottom: 30px;}
.passage .psgCont .bold{font-size: 16px;}
.passage .psgLink .btn{height: 34px;line-height: 34px;padding: 0 24px;font-size: 14px;}


.newsList{padding-bottom: 30px;}
.newsList li{padding: 20px 0;}
.newsList li a{min-height: 58px;padding-left: 72px;}
.newsList li a .date{width: 54px;height: 58px;}
.newsList li a .date em{padding-top: 8px;font-size: 20px;line-height: 24px;}
.newsList li a .date span{font-size: 12px;line-height: 24px;}
.newsList li a h5{font-size: 15px;line-height: 24px;margin-bottom: 4px;}
.newsList li a p{font-size: 13px;line-height: 24px;max-height: 48px;}

.zysz li .top{margin-bottom: 15px;}
.zysz li .top .text{width: 100%;margin-top: 20px;}
.zysz li .tit{font-size: 20px;line-height: 30px;margin-bottom: 6px;}
.zysz li dl dd a{font-size: 14px;line-height: 30px;}
.zysz li:nth-child(5) .top .text{padding-top: 0;padding-right: 0;}
.zysz li:nth-child(5) .top .text dl dd{width: 50%;}

.cZysz .item1{margin-bottom: 30px;}
.cZysz .item2{margin-bottom: 30px;}
.cZysz .item2 .dl .dt,.cZysz .item2 .dl .dd{width: 100%;}
.cZysz .item2 .dl .dd{height: auto;padding: 20px 0;}
.cZysz .item2 .dl .dd .wrap{padding-right: 0;}
.cZysz .item3{margin-bottom: 30px;}

.cZysz .item4 .cont{padding-bottom: 20px;}
.cZysz .item4 .cont .right dd,.cZysz .item4 .cont .right dd:nth-child(2n){width: 100%;padding-right: 0;}
.cZysz .item4 .btn{height: 34px;line-height: 34px;padding: 0 24px;font-size: 14px;}

.singlePage .content .tit{padding: 15px 0 5px;font-size: 18px;}
.singlePage .content .pic{padding-top: 20px;}
.singlePage .content .pic .t{font-size: 15px;padding-bottom: 5px;}
.singlePage .content .orgTit{font-size: 15px;padding-top: 15px;}
.singlePage .content .mrgTop{padding-top: 15px;}

.contactUs .qrcode{width: 300px;}
.contactUs .qrcode li{width: 130px;margin: 0 10px;}
.contactUs .qrcode li .pic{height: 128px;margin-bottom: 5px;}
.contactUs .qrcode li p{font-size: 14px;line-height: 28px;}
.contactUs .text .dl dd{width: 100%;padding: 0;min-width: none;}
.mapWrap{height: 350px;}
}
@media screen and (max-width: 640px){
.isect2 ul{padding-bottom: 20px;}
.isect2 ul li{width: 32%;margin-right: 2%;margin-bottom: 2%;}
.isect2 ul li:nth-child(3n){margin-right: 0;}
.isect2 ul li:nth-child(4n){margin-right: 2%;}
.isect2 ul li:nth-child(5n){margin-right: 2%;}
}
@media screen and (max-width: 468px){
.isect1 .picWrap em{padding-bottom: 81.77%;}

.isect1 .text ul li{width: 50%;text-align: left;}

.isect2 ul li a .icon{height: 34px;line-height: 34px;margin-bottom: 6px;}
.isect2 ul li a{font-size: 13px;line-height: 24px;}


.isect3 .recomNews .wrap .pic em{padding-bottom: 59.84%;}
.isect3 .tabs li{margin-left: 30px;}
.isect3 .container1 ul li a{height: 58px;line-height: 58px;}

.isect6{padding: 30px 0;}
.isect6 .isect6_1 h5{font-size: 18px;margin-bottom: 0;}
.isect6 .isect6_1 p{font-size:15px;line-height: 28px;}
.isect6 .isect6_2 .text, .isect6 .isect6_2 textarea{width: 100%;}
.isect6 .isect6_2 .text{font-size: 15px;padding: 0 10px;line-height: 42px;}
.isect6 .isect6_2 textarea{font-size: 15px;line-height: 34px;padding: 0 10px;}

.footer .text{padding-top: 10px;}

.nyBanenr h3{font-size: 26px;}
.aboutWrap .item4 .w1340 .btn{-webkit-transform: scale(0.7);transform: scale(0.7);}
.aboutWrap .item4 .container .wrap h5{padding-top: 0;font-size: 16px;line-height: 45px;}

.teacherList ul{padding-bottom: 20px;}
.teacherList ul li .wrap{font-size: 13px;line-height: 24px;}
.teacherList ul li .wrap .text{padding: 12px;}
.teacherList ul li .wrap .text h5{font-size: 17px;}
.teacherList ul li .wrap .text h6{font-size: 15px;}

.popWrap .content .close{right: 5px;top:5px;}

.hotNews .wrap .text h5{font-size: 18px;line-height: 24px;}

.noticeList li a{padding: 0 80px 0 16px;}
.noticeList li a span{font-size: 13px;}

.zysz li{padding: 16px;margin-bottom: 20px;}
.zysz li dl dd{width: 100%;}
.zysz li dl dd a{padding: 0 0 0 18px;}
.zysz li dl dd a:before{width: 6px;height: 6px;margin-top: -3px;}
.zysz li:nth-child(5) .top .text dl dd{width: 100%;}

.pageStyle{font-size: 14px;line-height: 28px;}

.nyTitle h4{font-size: 20px;}

.cZysz .item2 .dl .dt em{padding-bottom: 106.2%;}
.cZysz .item3 .container .wrap{height: 134px;line-height: 134px;}

.nyForm .formItem{padding: 0 12px 0 84px;}
.nyForm .formItem label{width: 80px;height: 44px;line-height: 44px;}
.nyForm .formItem .text{font-size: 14px;line-height: 44px;height: 44px;}
.nyForm .formItem .star{font-size: 14px;line-height: 46px;right: 5px;height: 44px;}
.nyForm .formItem textarea{height: 150px;padding: 0 10px;font-size: 14px;}
.nyForm .formItem.codeItem .pic{height: 44px;}
.nyForm .btn{width: 100px;height: 40px;line-height: 40px;font-size: 14px;}
.nyForm .btnWrap1{padding-top: 10px;}

.passage .psgCont *{font-size: 14px !important;}
}