/*@font-face {
	font-family: 'INTER';
	src: url('/font/INTERSTATECOND.eot');
	src:
	url('/font/INTERSTATECOND.eot?') format('embedded-opentype'),
	url('/font/INTERSTATECOND.woff') format('woff'),
	url('/font/INTERSTATECOND.ttf') format('truetype'),
	url('/font/INTERSTATECOND.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}*/


/* 初始化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;}
.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 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);}

/*网页限定宽度*/
.w1200{width: 1200px;margin: 0 auto;}

input[type="submit"],input[type="reset"],select,button{-webkit-appearance:none;appearance:none; }

*:before,*:after{-webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;}

*:focus{-webkit-tap-highlight-color:rgba(0,0,0,0); }

.cd-popup { position: fixed; left: 0; top: 0;right: 0;bottom: 0; height: 100%; width: 100%;background: url(../image/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(../image/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: #fff;margin-top: 5px;position: relative;}
.header .menuIcon span:first-child{margin-top: 0;}

.navForm{background: #fff;border-radius: 3px;}
.navForm .text{width: 80%;height: 32px;border:none;background: none;font-size: 14px;color: #555;line-height: 32px;text-indent: 8px;}
.navForm .subm{width: 20%;height: 32px;border:none;background: url(../image/search_icon.jpg) no-repeat center;cursor: pointer;}
.mm-listview > li.nBorder:not(.mm-divider):after{display:none;}


.header{width: 100%;background: #00753c url(../image/headerBg.jpg) no-repeat center;background-size: cover;position: relative;background: #00763c;}
.header .logo{height: 148px;line-height: 148px;font-size: 0;}
.header .link{padding-top: 34px;text-align: right;font-size: 0;}
.header .link a{display: inline-block;font-size: 14px;line-height: 40px;color: #ffffff;position: relative;margin-left: 37px;}
.header .link a:before{content: "";width: 1px;height: 15px;background: #e9f0eb;position: absolute;left: -20px;top:50%;margin-top: -7px;}
.header .link a:first-child{margin-left: 0;}
.header .link a:first-child:before{display: none;}
.header .form{background: #efefef;position: relative;}
.header .form:before{content: "";width: 1px;height: 14px;background: #77b295;position: absolute;right: 60px;top:50%;margin-top: -7px;}
.header .form .text{width: 278px;padding: 0 10px;height: 40px;background: none;border:none;font-size: 14px;color: #333;line-height: 40px;}
.header .form .subm{width: 60px;height: 40px;background: url(../image/searchBtn.png) no-repeat center;border: none;cursor: pointer;}


.nav{display: flex;justify-content: space-between;position: relative;z-index: 2;}
.nav .nLi{position: relative;text-align: center;}
.nav .nLi h3 a{display: inline-block;position: relative;padding: 11px 0;}
.nav .nLi h3 a:before{content: "";width: 100%;height: 3px;background: #00753c;position: absolute;left: 0;bottom: 0;transform: scaleX(0);
-webkit-transform: scaleX(0);opacity: 0;visibility: hidden;}
.nav .nLi h3 a span{display: block;font-size: 16px;line-height: 28px;color: #00753c;font-weight: normal;}
.nav .nLi h3 a em{display: block;font-size: 10px;line-height: 20px;color: #9e9e9e;font-weight: normal;text-transform: uppercase;}
.nav .nLi.on h3 a:before,.nav .nLi:hover h3 a:before{transform: scaleX(1);-webkit-transform: scaleX(1);opacity: 1;visibility: visible;}
.nav .nLi.on h3 a span{font-weight: bold;}
.nav .nLi .navSub{width: 150px;position: absolute;left: 50%;margin-left: -75px;top:70px;background: #fff;text-align: center;display: none;}
.nav .nLi .navSub ul{padding: 5px 0;}
.nav .nLi .navSub ul li a{display: block;font-size: 14px;line-height: 24px;padding: 10px 3px;color: #555;}
.nav .nLi .navSub ul li a:hover{background: #00753c;color: #fff;}

.banner{width: 100%;position: relative;overflow: hidden;}
.banner .swiper-slide a{display: block;width: 100%;height: 0;padding-bottom: 460px;background-repeat: no-repeat;background-position: center;background-size: cover;}
.banner .swiper-button-prev,.banner .swiper-button-next{width: 100px;height: 100px;position: absolute;top:50%;margin-top: -50px;}
.banner .swiper-button-prev{background: url(../image/leftArr1.png) no-repeat center;left: -100px;}
.banner .swiper-button-next{background: url(../image/rightArr1.png) no-repeat center;right: -100px;}
.banner:hover .swiper-button-prev{left: 1%;}
.banner:hover .swiper-button-next{right: 1%;}
.banner .swiper-pagination{bottom: 5%;height: 8px;line-height: 8px;font-size: 0;display: none;}
.banner .swiper-pagination .swiper-pagination-bullet{width: 8px;height: 8px;margin: 0 4px;border-radius: 4px;opacity: 1;background: #9e9e9e;-webkit-transition:all 0.3s linear;transition:all 0.3s linear;}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #00753c;width: 32px;}

.iMain{padding: 20px 0 50px;background: url(../image/iMainBg.jpg) no-repeat center top;background-size: cover;}

.ititle{border-bottom: 1px solid #e6e6e6;height: 60px;line-height: 60px;padding-left: 20px;position: relative;font-size: 20px;color: #00753c;overflow: hidden;margin-bottom: 12px;}
.ititle:before{content: "";width: 4px;height: 20px;position: absolute;left: 0;top:50%;margin-top: -8px;background: #00753c;}
.ititle span{font-size: 16px;color: #9e9e9e;font-weight: normal;text-transform: uppercase;}
.ititle span em{margin: 0 10px;}
.ititle .imore{color: #9e9e9e;font-size: 14px;padding-right: 17px;position: relative;}
.ititle .imore:before{content: "";width: 8px;height: 12px;position: absolute;right: 0;top:50%;margin-top: -6px;background: url(../image/arrow1.png) no-repeat left top;}
.ititle .imore:hover{color: #00753c;}
.ititle .imore:hover:before{background-position: left bottom;}

.iList li a{display: block;height: 50px;line-height: 50px;padding: 0 10px 0 20px;position: relative;}
.iList li a:before{content: "";width: 4px;height: 4px;background: #00753c;border-radius: 2px;position: absolute;left: 0;top:50%;margin-top: -2px;}
.iList li a h5{font-size: 14px;color: #000000;font-weight: normal;width: 80%;float: left;/* display: flex; */}
.iList li a span{/* position: absolute; *//* right: 0; *//* top:0; */font-size: 14px;color: #9e9e9e;}
.iList li a:hover:before{width: 12px;}
.iList li a:hover h5{color: #00753c;-webkit-transform:translateX(8px);transform:translateX(8px);}

.isect1{margin-bottom: 40px;height: 360px;}
.isect1 .isect1_1{width: 65.42%;}
.isect1 .isect1_1 .iList{width: 47.1%;}
.isect1 .isect1_1 .picScroll{width: 47.1%;position: relative;overflow: hidden;padding-top: 9px;}
.isect1 .isect1_1 .picScroll .pic{display: block;width: 100%;height: 0;padding-bottom: 280px;position: relative;}
.isect1 .isect1_1 .picScroll .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.isect1 .isect1_1 .picScroll .pic h5{width: 100%;height: 50px;position: absolute;left: 0;bottom: 0;z-index: 2;background: rgba(0,0,0,0.5);box-sizing:border-box;padding: 0 90px 0 18px;font-size: 15px;color: #ffffff;line-height: 50px;font-weight: normal;}
.isect1 .isect1_1 .picScroll .swiper-pagination{width: auto;left: auto;right: 18px;height: 50px;line-height: 50px;bottom: 0;}
.isect1 .isect1_1 .picScroll .swiper-pagination .swiper-pagination-bullet{width: 7px;height: 7px;background: #ffffff;margin: 0 12px 0 0;opacity: 1;}
.isect1 .isect1_1 .picScroll .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #00753c;}
.isect1 .isect1_2{width: 30.8%;}

.isect1 .iList{margin-top: 10px;}
.isect1 .iList li{margin-bottom: 5px;}
.isect1 .iList li a{/* height: auto; */}
.isect1 .iList li a:before{top: 12px;}
.isect1 .iList li a h5{line-height: 28px;height: 56px;}
.isect1 .iList li a span{line-height: 28px;}


/*.isect1 .iList li a{height: auto;}
.isect1 .iList li a h5{line-height: 24px;padding: 16px 0;height: 48px;overflow: hidden;}
.isect1 .iList li a:before{top:26px;margin-top: 0;}
.isect1 .iList li a span{line-height: 30px;top:50%;margin-top: -15px;}*/

.isect2{position: relative;overflow: hidden;height: 106px;margin-bottom: 20px;}
.isect2 .swiper-slide a{display: block;width: 100%;height: 106px;background-repeat: no-repeat;background-position: center;background-size: 100%;}
.isect2 .swiper-pagination{bottom: 10px;height: 6px;line-height: 6px;font-size: 0;width: 100%;text-align: center;top:auto;text-align: center;-webkit-transform: translate3d(0,-0,0);-moz-transform: translate3d(0,-0,0);-o-transform: translate(0,-0);-ms-transform: translate3d(0,-0,0);transform: translate3d(0,-0,0);}
.isect2 .swiper-pagination .swiper-pagination-bullet{width: 6px;height: 6px;background: #f7f7f7;opacity: 1;display: inline-block;margin: 0 13px;}

.isect3{margin-bottom: 23px;}
.isect3 .isect3_1{width: 30.8%;margin-right: 3.75%;}
.isect3 .isect3_1.fr{margin-right: 0;}

.isect4{position: relative;overflow: hidden;margin-bottom: 20px;}
.isect4 .swiper-slide{}
.isect4 .swiper-slide a{display: block;height: 80px;background: #077982 url(../image/isect4Bg.png) no-repeat center;background-size: cover;
display: flex;align-items: center;justify-content: center;}
.isect4 .swiper-slide a h5{font-size: 16px;color: #ffffff;line-height: 28px;font-weight: normal;display: inline-block;padding-left: 32px;position: relative;}
.isect4 .swiper-slide a h5:before{content: "";width: 30px;height: 30px;position: absolute;left: 0;top: 0;background: url(../image/isect4Icon.png) no-repeat left top;}
.isect4 .swiper-slide.slide2 a{background-color: #078c72;}
.isect4 .swiper-slide.slide3 a{background-color: #00753c;}
.isect4 .swiper-slide.slide4 a{background-color: #078c72;}
.isect4 .swiper-slide.slide5 a{background-color: #077982;}
.isect4 .swiper-slide.slide2 a h5:before{background-position: -30px top;}
.isect4 .swiper-slide.slide3 a h5:before{background-position: -60px top;}
.isect4 .swiper-slide.slide4 a h5:before{background-position: -90px top;}
.isect4 .swiper-slide.slide5 a h5:before{background-position: -120px top;}
.isect4 .swiper-slide a:hover h5:before{--webkit-transform: scale(0.75);transform: scale(0.75);}
.isect4 .swiper-pagination{bottom: 0;height: 6px;line-height: 6px;display: none;font-size: 0;}
.isect4 .swiper-pagination .swiper-pagination-bullet{width: 6px;height: 6px;}
.isect4 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #00753c;}

.isect5 .ititle{margin-bottom: 30px;}
.isect5 .container{position: relative;overflow: hidden;}
.isect5 .container .pic{display: block;position: relative;height: 0;padding-bottom: 65.21%;overflow: hidden;}
.isect5 .container .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.isect5 .container .pic b{width: 100%;height: 50px;position: absolute;left: 0;bottom: 0;background: rgba(0,0,0,0.5);}
.isect5 .container .pic h5{position: absolute;left: 0;bottom: 0;z-index: 2;width: 100%;height: 50px;box-sizing:border-box;padding: 0 18px;font-size: 15px;color: #ffffff;line-height: 50px;font-weight: normal;text-align: center;}
.isect5 .container .pic:hover b{height: 100%;}
.isect5 .container .pic:hover h5{bottom: 50%;margin-bottom: -25px;}
.isect5 .container .swiper-button-prev,.isect5 .container .swiper-button-next{width: 16px;height: 59px;position: absolute;top:50%;margin-top: -29px;background: rgba(0,117,60,0.6);text-align: center;line-height: 59px;z-index: 3;}
.isect5 .container .swiper-button-prev{border-radius: 0 4px 4px 0;left: 0;}
.isect5 .container .swiper-button-next{border-radius: 4px 0 0 4px;right: 0;}

.isect5 .swiper-pagination{bottom: 0;height: 6px;line-height: 6px;display: none;font-size: 0;}
.isect5 .swiper-pagination .swiper-pagination-bullet{width: 6px;height: 6px;}
.isect5 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #00753c;}

.footer{padding: 57px 0 44px;background: #00753c url(../image/footerBg.jpg) no-repeat center;}
.footer .w1200{box-sizing:border-box;padding-right: 180px;min-height: 158px;position: relative;}
.footer .selectWrap{margin-bottom: 36px;}
.footer .selectWrap .select{width: 210px;margin-left: 48px;position: relative;z-index: 3;}
.footer .selectWrap .select:first-child{margin-left: 0;}
.footer .selectWrap .select dt{border:1px solid rgba(255,255,255,0.3);background: rgba(255,255,255,0.05);padding: 0 20px;font-size: 14px;color: #ffffff;height: 38px;line-height: 38px;position: relative;cursor: pointer;}
.footer .selectWrap .select dt:before{content: "";width: 0;height: 0;border: 6px solid;border-color: #fff transparent transparent;position: absolute;right: 19px;top:50%;margin-top: -4px;-webkit-transform-origin:center 30%;transform-origin:center 30%;}
.footer .selectWrap .select dt.cur:before{-webkit-transform: rotateZ(180deg);transform: rotateZ(180deg);}
.footer .selectWrap .select dd{position: absolute;left: 0;bottom: 40px;width: 100%;background: #fff;display: none;}
.footer .selectWrap .select dd ul{max-height: 180px;overflow: auto;}
.footer .selectWrap .select dd ul::-webkit-scrollbar{width:3px;height:3px}
.footer .selectWrap .select dd ul::-webkit-scrollbar-button:vertical{display:none}
.footer .selectWrap .select dd ul::-webkit-scrollbar-corner,
.footer .selectWrap .select dd ul::-webkit-scrollbar-track{background-color:#ccc}
.footer .selectWrap .select dd ul::-webkit-scrollbar-thumb{border-radius:0;background-color:#00753c; }
.footer .selectWrap .select dd ul::-webkit-scrollbar-thumb:vertical:hover{ }
.footer .selectWrap .select dd ul::-webkit-scrollbar-thumb:vertical:active{ }
.footer .selectWrap .select dd ul li a{display: block;font-size: 14px;line-height: 24px;color: #555;padding: 6px 20px;}
.footer .selectWrap .select dd ul li a:hover{background: #efefef;color: #00753c;}
.footer .text{font-size: 14px;line-height: 42px;color: #fffefe;}
.footer .text p span{margin-left: 30px;}
.footer .text p span:first-child{margin-left: 0;}
.footer .text a:hover{text-decoration: underline;opacity: 0.8;}
.footer .text .oldWebsite{margin-left: 48px;padding: 0 36px 0 41px;position: relative;}
.footer .text .oldWebsite:before,.footer .text .oldWebsite:after{content: "";width: 2px;height: 12px;background: #d1dfd6;position: absolute;top:50%;margin-top: -5px;}
.footer .text .oldWebsite:before{left: 0;}
.footer .text .oldWebsite:after{right: 0;}
.footer .qrcode{width: 118px;text-align: center;position: absolute;right: 0;top:0;}
.footer .qrcode img{width: 100%;height: 114px;margin-bottom: 13px;}
.footer .qrcode p{font-size: 14px;line-height: 24px;color: #ffffff;}

.nyBanner{width: 100%;height: 250px;background-repeat: no-repeat;background-position: center;background-size: cover;}

.path{padding: 18px 0;font-size: 14px;color: #525252;line-height: 24px;text-align: right;}
.path a:hover{color: #00753c;}

.nyWrap{padding: 0 0 52px;background: url(../image/nyBg.jpg) no-repeat center top;background-size: cover;}


.nyContent{min-height: 350px;position: relative;}
.nyContent:before{/* content: ""; */width: 21.66%;height: 100%;position: absolute;left: 0;top:0;background: #ffffff;}

.nySide{width: 21.66%;position: relative;z-index: 2;background: #ffffff;}
.nySide .title{padding: 25px 12px 18px 39px;background: #00753c url(../image/nySideBg.jpg) no-repeat right center;background-size: cover;}
.nySide .title h3{font-size: 24px;line-height: 40px;color: #ffffff;}
.nySide .title h4{font-size: 14px;color: #aee5c6;line-height: 27px;text-transform: uppercase;font-weight: normal;}
.nySide ul li{padding: 0 25px;}
.nySide ul li a{display: block;border-bottom: 1px solid #e6e6e6;padding: 15px 42px 15px 40px;position: relative;font-size: 15px;color: #525252;line-height: 29px;}
.nySide ul li a:before{content: "";width: 5px;height: 5px;background: #00753c;position: absolute;left: 15px;top:27px;}
.nySide ul li a:after{content: "";width: 38px;height: 7px;position: absolute;right: 30px;top:27px;background: url(../image/arrow2.png) no-repeat center;-webkit-transform:translateX(-16px);transform:translateX(-16px);opacity: 0;}
.nySide ul li.on,.nySide ul li:hover{background: #f0f0f0;}
.nySide ul li.on a{color: #00753c;font-weight: bold;}
.nySide ul li.on a:after,.nySide ul li:hover a:after{-webkit-transform:translateX(0);transform:translateX(0);opacity: 1;}
.nySide ul li:hover a{color: #00753c;}

.bread{border-bottom: 1px solid #d2d2d2;line-height: 48px;margin-bottom: 40px;height: 48px;}
.bread h3{padding-left: 20px;position: relative;font-size: 20px;color: #00753c;}
.bread h3:before{content: "";width: 4px;height: 20px;position: absolute;left: 0;top:50%;margin-top: -8px;background: #00753c;}
.bread ul li{margin-left: 46px;}
.bread ul li:first-child{margin-left: 0;}
.bread ul li a{display: block;font-size: 16px;color: #525252;position: relative;padding: 0 9px;}
.bread ul li a:before{content: "";width: 100%;height: 2px;position: absolute;left: 0;bottom: -2px;background: #00753c;transform: scaleX(0);
-webkit-transform: scaleX(0);opacity: 0;visibility: hidden;}
.bread ul li.on a:before,.bread ul li a:hover:before{transform: scaleX(1);-webkit-transform: scaleX(1);opacity: 1;visibility: visible;}
.bread ul li.on a,.bread ul li a:hover{color: #00753c;}
.bread ul li.on a{font-weight: bold;}

.pageStyle{font-size: 15px;line-height: 38px;color: #525252;}
.pageStyle *{max-width: 100% !important;}
.pageStyle img{height: auto !important;}

.nyRight{width: 75%;box-sizing:border-box;padding: 22px 35px 35px;background: #ffffff;min-height: 550px;}

.about{margin-top: -12px;}
.about .pic{margin: 28px 0;}

.leaderList ul li{margin-bottom: 30px;padding-top: 30px;border-top: 1px solid #cccccc;}
.leaderList ul li:first-child{border:none;padding-top: 0;}
.leaderList ul li a{display: block;}
.leaderList ul li a{display: block;min-height: 230px;padding-left: 210px;position: relative;font-size: 14px;line-height: 30px;color: #808080;}
.leaderList ul li a .pic{width: 180px;height: 230px;position: absolute;left: 0;top:0;}
.leaderList ul li a .pic img{width: 100%;height: 100%;}
.leaderList ul li a .name{font-size: 20px;line-height: 42px;color: #454545;margin-bottom: 22px;}
.leaderList ul li a b{font-size: 14px;color: #454545;font-weight: bold;}
.leaderList ul li a b span{letter-spacing: 15px;}
.leaderList ul li a p{margin-bottom: 10px;}
.leaderList ul li a .info span{margin-left: 20px;}
.leaderList ul li a .info span:first-child{margin-left: 0;}
.leaderList ul li a .desc{max-height: 120px;overflow: hidden;}
.leaderList ul li a:hover .name{color: #00753c;}
.leaderList ul li a .wap{display: block;font-size: 13px;line-height: 24px;}
.leaderList ul li a .wap span{margin-left: 8px;}
.leaderList ul li a .wap span:first-child{margin-left: 0;}
.leaderList ul li a .wap span b{color: #454545;font-weight: bold;}

.orgWrap .nLi{margin-bottom: 20px;}
.orgWrap .nLi .hd{padding: 0 30px 0 30px;height: 54px;background: #e9f5ef;line-height: 54px;font-size: 16px;color: #00753c;font-weight: bold;cursor: pointer;}
.orgWrap .nLi .hd img{margin: 11px 0 0 0;}
.orgWrap .nLi .bd{display: none;}
.orgWrap .nLi .bd .wrap{background: #f5f5f5;padding: 30px;font-size: 15px;line-height: 50px;color: #525252;}
.orgWrap .nLi.on .hd{background: #00753c;color: #fff;}
.orgWrap .nLi.on .hd img{-webkit-transform: rotateZ(180deg);transform: rotateZ(180deg);}
.orgWrap .nLi:first-child .bd{display: block;}

.teacherList{margin-top: -20px;}
.teacherList ul li{width: 16.66%;}
.teacherList ul li a{display: block;padding-left: 25px;position: relative;font-size: 15px;color: #515151;line-height: 44px;}
.teacherList ul li a:before{content: "";width: 5px;height: 5px;position: absolute;left: 0;top:50%;margin-top: -2px;background: #00753c;}
.teacherList ul li a:hover{color: #00753c;}
.teacherList ul li.letterSpacing{letter-spacing: 16px;}
.teacherList .tit{font-size: 16px;color: #444;line-height: 44px;border-bottom: 1px solid #dedede;margin-bottom: 12px;;margin-top: 20px;}
.teacherList .tit:first-child{margin-top: 0;}


.mapWrap{height: 390px;margin-bottom: 40px;}
.contactUs span{font-size: 15px;line-height: 32px;color: #383838;margin-left: 52px;}
.contactUs span:first-child{margin-left: 0;}
.contactUs span img{margin-right: 18px;}


.page{text-align: center;font-size: 0;}
.page a{display: inline-block;margin: 0 3px;padding: 0 18px;font-size: 14px;color:#4c4c4c;line-height: 30px;border:1px solid #cccccc; }
.page a.num{padding: 0 11px;}
.page a.on,.page a:hover{background: #00753c;border-color: #00753c;color: #fff;}


.newsList{margin-top: -22px;}
.newsList .iList{margin-bottom: 60px;}
.newsList .iList li{border-bottom: 1px dotted #d2d2d2;}
.newsList .iList li a{height: 50px;line-height: 50px;}
.newsList .iList li a h5{font-size: 15px;color: #474747;}
.newsList .iList li a span{/* font-size: 15px; *//* color: #adadad; */}
.newsList .iList li a:before{border-radius: 0;}
.newsList .iList li a:hover h5{color: #00753c;}


.picList{width: 100%;overflow: hidden;}
.picList ul{width: 870px;padding-bottom: 26px;}
.picList ul li{width: 250px;margin: 0 40px 12px 0;}
.picList ul li a{display: block;}
.picList ul li a .pic{width: 100%;height: 0;padding-bottom: 72%;position: relative;overflow: hidden;}
.picList 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;}
.picList ul li a h5{font-size: 15px;color: #525252;line-height: 52px;font-weight: normal;text-align: center;}
.picList ul li a:hover h5{color: #00753c;}

.alumnus{width: 100%;overflow: hidden;}
.alumnus ul{width: 885px;}
.alumnus ul li{width: 240px;margin: 0 55px 30px 0;}
.alumnus ul li a{display: block;border:1px solid #d2d2d2;border-radius: 6px;padding: 0 25px;position: relative;text-align: center;font-size: 15px;color: #525252;line-height: 42px;}
.alumnus ul li a:before{content: "";width: 6px;height: 12px;position: absolute;right: 6px;top:50%;margin-top: -6px;background: url(../image/arrow4.png) no-repeat left top;}
.alumnus ul li a:after{content: "";width: 1px;height: 100%;position: absolute;right: 18px;top:0;background: #d2d2d2;}
.alumnus ul li a:hover{color: #00753c;border-color: #00753c;}
.alumnus ul li a:hover:before{background-position: left bottom;}
.alumnus ul li a:hover:after{background: #00753c;}



.passage{overflow: hidden;}
.passage .psgTit{text-align: center;padding-bottom: 21px;border-bottom: 1px solid #e0e0e0;}
.passage .psgTit h5{margin-bottom: 6px;font-size: 24px;line-height: 30px;color: #333333;font-weight: normal;}
.passage .psgTit .info{font-size: 14px;line-height: 32px;color: #999999;}
.passage .psgTit .info span{margin: 0 7px;}
.passage .psgCont{padding: 31px 0 33px;min-height: 350px;}
.passage .psgCont .subTit{text-align: center;margin-bottom: 16px;font-size: 22px;line-height: 42px;color: #333333;font-weight: normal;}
.passage .psgCont .pic{text-align: center;padding: 33px 0;}
.passage .psgShare{margin-bottom: 17px;}
.passage .psgShare span{line-height: 35px;width: 50px;}
.passage .psgShare .shareItem{width: 35px;height: 35px;padding: 0;margin: 0 0 0 20px;background: url(../image/shareIcon.png) no-repeat left top;}
.passage .psgShare .shareItem.bds_tsina{background-position: -35px top;}
.passage .psgLink{padding-top: 30px;color: #666666;font-size: 14px;color: #444;line-height: 30px;border-top: 1px solid #e0e0e0;}
.passage .psgLink a:hover{color: #004d24;text-decoration: underline;}

@media screen and (max-width: 1220px){
.w1200{width: auto;padding: 0 5%;}

.header .form .text{width: 200px;}
.header .logo img{height: 70px;}
.header .yx-info{display: none;}

.header .link,.header .form,.nav{display: none;}
.header .menuIcon{display: block;}

.banner .swiper-slide a{padding-bottom: 38.33%;}
.banner .swiper-button-prev,.banner .swiper-button-next{display: none;}
.banner .swiper-pagination{display: block;}

.footer .w1200{margin: 0 5%;padding: 0 180px 0 0;}
.footer .text .oldWebsite{margin-left: 24px;padding: 0 20px;}

.nySide .title{padding-left: 24px;}
.nySide ul li{padding: 0 8px;}
.nySide ul li a:after{right: 15px;}

.picList ul{width: 100%;}
.picList ul li{width: 32%;margin-right: 2%;margin-bottom: 6px;}
.picList ul li:nth-child(3n){margin-right: 0;}

.alumnus ul{width: 100%;}
.alumnus ul li{width: 32%;margin-right: 2%;margin-bottom: 30px;}
.alumnus ul li:nth-child(3n){margin-right: 0;}
}


@media screen and (max-width: 1024px){
.isect1{height: auto;}
.isect1 .isect1_1,.isect1 .isect1_2{width: 100%;}
.isect1 .isect1_1{margin-bottom: 20px;}

.footer .w1200{padding-right: 0;}
.footer .selectWrap .select{width: 32%;margin-left: 2%;}
.footer .text{text-align: center;line-height: 30px;}
.footer .qrcode{position: relative;margin: 20px auto 0;}

.nyBanner{height: 200px;}
.nySide,.nyContent:before{display: none;}
.nyRight{width: 100%;}

.leaderList ul li a .name{font-size: 18px;line-height: 28px;margin-bottom: 8px;}
.leaderList ul li a p{font-size: 12px;line-height: 24px;}
.leaderList ul li a .desc{max-height: 48px;}
.leaderList ul li a .info span{display: block;margin-left: 0;}
.leaderList ul li a .wap{display: block;}

.teacherList ul li{width: 20%;}

.contactUs span{margin-left: 30px;}
.contactUs span img{margin-right: 10px;}


}

@media screen and (max-width: 768px){
.header .logo{height: 96px;line-height: 96px;}
.header .logo img{height: 60px;}

.isect1 .isect1_1 .iList,.isect1 .isect1_1 .picScroll{width: 100%;}
.isect1 .isect1_1 .picScroll{margin-top: 6px;}
.isect1 .isect1_1 .picScroll .pic{padding-bottom: 75.7%;}

.isect2,.isect2 .swiper-slide a{height: 86px;}

.isect3 .isect3_1{width: 100%;margin-right: 0;margin-bottom: 20px;}
.isect3 .isect3_1.fr{margin-bottom: 0;}

.isect4{padding-bottom: 20px;}
.isect4 .swiper-pagination{display: block;}
.isect5 .container{padding-bottom: 20px;}
.isect5 .swiper-pagination{display: block;}

.bread ul{display: none;}
.about .pic{margin: 12px 0;}
.pageStyle{font-size: 14px;line-height: 28px;}
.nyRight{padding: 20px;}


.orgWrap .nLi{margin-bottom: 12px;}
.orgWrap .nLi .hd{padding: 0 12px;height: 44px;line-height: 44px;font-size: 14px;}
.orgWrap .nLi .hd img{width: 24px;margin-top: 10px;}
.orgWrap .nLi .bd .wrap{padding: 12px 12px 24px;font-size: 14px;line-height: 34px;}

.teacherList ul li{width: 33.3%;}

.mapWrap{margin-bottom: 20px;}
.contactUs span{display: block;margin-left: 0;width: 100%;margin-bottom: 10px;}

.newsList .iList{margin-bottom: 30px;}
.iList li a h5 {width: 80%;}
.newsList .iList li a span{font-size: 13px;}
.newsList .iList li a{/* padding-right: 94px; */padding-left: 12px;}

.picList ul{padding-bottom: 16px;}
.picList ul li{width: 49%;margin-right: 0;}
.picList ul li:nth-child(2n){float: right;}
.picList ul li a h5{font-size: 13px;line-height: 34px;}


.alumnus ul{padding-bottom: 16px;}
.alumnus ul li{width: 48%;margin-right: 0;}
.alumnus ul li:nth-child(2n){float: right;}


.passage .psgTit h5{font-size: 22px;margin-bottom: 12px;line-height: 32px;}
.passage .psgTit .info{font-size: 12px;line-height: 24px;}
.passage .psgCont{padding-bottom: 40px;}
.passage .psgCont .subTit{font-size: 18px;line-height: 30px;}
.passage .psgCont .pic{padding: 18px 0;}
.passage .psgCont img{width:100%;}
.passage .psgShare{display: none;}
.passage .psgLink{padding-top: 30px;}
}

@media screen and (max-width: 468px){
.header{background: #00753c;}
.header .logo{height: 80px;line-height: 80px;}
.header .logo img{height: 36px;}

.ititle{font-size: 18px;height: 52px;line-height: 52px;}
.ititle span{font-size: 14px;}
.ititle span em{margin: 0 6px;}
.ititle .imore{font-size: 13px;padding-right: 12px;}
.iList li a{/* padding-right: 88px; *//* height: 40px; *//* line-height: 20px; */}
.iList li a span{font-size: 12px;}

.isect1,.isect3{margin-bottom: 20px;}
.isect2,.isect2 .swiper-slide a{height: 66px;}
.isect3 .isect3_1{margin-bottom: 12px;}

.isect4 .swiper-slide{width: auto;}
.isect4 .swiper-slide a{width: 224px;}
.isect5 .ititle{margin-bottom: 12px;}

.iMain{padding-bottom: 40px;}
.footer{padding: 20px 0;}
.footer .selectWrap{margin-bottom: 15px;display: none;}
.footer .selectWrap .select{width: 100%;margin-bottom: 12px;margin-left: 0;}
.footer .selectWrap .select dt{padding: 0 12px;}
.footer .selectWrap .select dt:before{right: 3px;}
.footer .text{font-size: 13px;line-height: 28px;}
.footer .text p span{display: block;margin: 0;}
.footer .text .oldWebsite{display: block;width: 100px;margin: 0 auto;padding: 0;}
.footer .qrcode img{margin-bottom: 4px;}


.nyBanner{height: 140px;}
.nyRight{padding: 12px;}
.path{text-align: left;padding: 12px 0;font-size: 12px;}
.bread{margin-bottom: 20px;line-height: 38px;}
.bread h3{font-size: 18px;padding-left: 15px;}

.leaderList ul li{padding-top: 20px;margin-bottom: 20px;}
.leaderList ul li a{padding-left: 152px;height: 166px;min-height: 166px;}
.leaderList ul li a .pic{width: 130px;height: 166px;}
.leaderList ul li a .desc{margin-bottom: 0;font-size: 11px;max-height: 96px;}
.leaderList ul li a .info{display: none;}

.teacherList{margin-top: -10px;}
.teacherList ul li{width: auto;min-width: 33.3%;}
.teacherList ul li a{padding-left: 15px;font-size: 13px;line-height: 36px;}
.teacherList ul li.letterSpacing{letter-spacing: 12px;}
.teacherList .tit{margin-top: 12px;}

.page a{font-size: 12px;line-height: 24px;padding: 0 12px;}
.page a.num{padding: 0 8px;}

.alumnus ul li{width: 100%;margin-bottom: 12px;}

.passage{margin: 30px 5% 60px;}
/*.passage .psgTit .info span:nth-child(1){display: none;}*/
.passage .psgTit h5{font-size: 17px;line-height: 28px;margin-bottom: 5px;}
.passage .psgTit{padding-bottom: 12px;}
.passage .psgLink{padding-top: 12px;}
.passage .psgCont img{width:100%;}

.isect1 .iList li{margin-bottom: 10px;}
.isect1 .iList li a h5{line-height: 24px;height: 48px;}
.isect1 .iList li a span{line-height: 24px;}

}