@charset "utf-8";
/*初始样式*/
body{ color:#333; font-size:14px;font-family: "Microsoft Yahei";} /*网站字体颜色*/
body,ul,ol,li,div,p,h1,h2,h3,h4,h5,h6,dl,dt,dd,img,span,input{margin:0;padding:0;list-style:none;}
a { color:#333; text-decoration:none;font-family: "Microsoft Yahei";}  /*for ie f6n.net*/
a:focus{outline:0;} /*for ff f6n.net*/
/*a:hover { text-decoration:underline;}*/
img{border:none;}
.vam { vertical-align:middle;}
.clear{clear:both; height:0; line-height:0; font-size:0;}
p{ word-spacing:-1.5px;font-family: "Microsoft Yahei"; }
h1,h2,h3,h4,h5,h6{ font-family:"Microsoft Yahei";}

.tr { text-align:right;}
.tl { text-align:left;}
.center { text-align:center;}
.fl { float:left;}
.fr { float:right;}
.pa{ position:absolute;}
.pr{ position:relative}
i,em{ font-style:normal;}
.clearfix:after{content:"";height:0;clear:both;display:block;visibility:hidden;}
.clearfix{zoom:1;}
/* -- 页面整体布局 -- */
.content{ width:1200px; margin:0 auto;font-family: "Microsoft Yahei";}


.tit{text-align: center;font-weight: normal;position: relative;padding-bottom: 26px;background: url(../images/tit.png) no-repeat bottom center;}
.tit span{display: block;font-size: 40px;color: #1a1a1a;line-height: 40px;}
.tit i{display: block;font-size: 20px;color: #666;line-height: 20px;padding-top: 12px;}


/*banner*/
.banner{position: relative;}
.banner li{width: 100%;}
.banner li img{display: block;width: 100%;}
.banner .content{position: relative;}
.ban_pg{position: absolute;left: 0;bottom: 30px;height: 16px;z-index: 10;width: 100%;text-align: center;}
.ban_pg i{display: inline-block;width: 16px;height: 16px;background: #fff;border-radius: 100%;margin: 0 15px;vertical-align: top;}
.ban_pg i.on{background: #019c7a;}

/*search*/
.search{height: 88px;}
.search p{float: left;height: 88px;line-height: 88px;font-size: 14px;color: #333;}
.search p a{margin-right: 10px;color: #666;}
.search p a:hover{color: #019c7a;}
.s_box{float: right;width: 292px;height: 85px;border-bottom: 3px solid #019c7a;position: relative;}
.s_box:after{position: absolute;width: 1px;height: 22px;background: #666;content: "";right: 44px;top: 31px;}
.s_box .input1{float:left;width:245px;height:85px;line-height: 85px;font-size:14px;color:#333;border:0;background: none;outline: 0;}
.s_box .input2{float: right;width:22px;height: 85px;border: 0;background: url(../images/sou.png) no-repeat center;outline: 0;cursor: pointer;}

/*fea*/
.fea{padding: 100px 0;background: url(http://ychj88.ahau-edu.cn/template/default/images/fea_bg.jpg) no-repeat center 0;}
.fea h2{margin-bottom: 20px;}
.fea dl{height: 543px;}
.fea dd{float: right;width: 660px;margin-right: -30px;margin-top: 27px;}
.fea dd li{height: 158px;padding: 0 30px;position: relative;}
.fea dd li h3{height: 30px;line-height: 30px;font-size: 24px;color: #333;padding: 40px 0 6px;}
.fea dd li h3 i{display: inline-block;width: 70px;height: 30px;overflow: hidden;vertical-align: top;}
.fea dd li h3 em{color: #019c7a;}
.fea dd li p{font-size: 16px;color: #666;line-height: 28px;margin-left: 70px;}
.fea dd li.cur{background: #fff;}
.fea dd li.cur i img{position: relative;top: -30px;}
.fea dd li:nth-child(1):before{position: absolute;width: 119px;height:174px;content: "";background: url(../images/line1.png) no-repeat;left: -100px;top: 55px;}
.fea dd li:nth-child(2):before{position: absolute;width: 341px;height: 13px;content: "";background: url(../images/line2.png) no-repeat;left: -344px;top: 55px;}
.fea dd li:nth-child(3):before{position: absolute;width: 430px;height: 188px;content: "";background: url(../images/line3.png) no-repeat;left: -414px;bottom: 102px;}
.fea dd li:nth-child(1):after{position: absolute;width: 48px;height: 48px;content: "";background: url(../images/fea_dian1.png) no-repeat center;left: -124px;top: 216px;}
.fea dd li:nth-child(2):after{position: absolute;width: 48px;height: 48px;content: "";background: url(../images/fea_dian1.png) no-repeat center;left: -368px;top: 62px;}
.fea dd li:nth-child(3):after{position: absolute;width: 48px;height: 48px;content: "";background: url(../images/fea_dian1.png) no-repeat center;left: -438px;top: -160px;}
.fea dd li:nth-child(1).cur:before{background: url(../images/line1h.png) no-repeat;}
.fea dd li:nth-child(2).cur:before{background: url(../images/line2h.png) no-repeat;}
.fea dd li:nth-child(3).cur:before{background: url(../images/line3h.png) no-repeat;}
.fea dd li.cur:after{background: url(../images/fea_dian2.png) no-repeat center;}



.fea_list{padding: 25px 0 48px;}
.fea_list li{float: left;width: 20%;}
.fea_list li span{display:block;width: 100px;height: 100px;overflow: hidden;position: relative;margin: 0 auto;}
.fea_list li em,.fea_list li i{position:absolute;width:100%;height:100%;top:0;left:0; -webkit-transition:all .5s linear;transition:all .5s linear;background: #fff;border-radius: 100%;}
.fea_list li i{opacity:0;visibility:hidden;-webkit-transform:rotateY(180deg);transform:rotateY(180deg);}
.fea_list li:hover i{opacity:1;visibility:visible;-webkit-transform: rotateY(360deg);transform: rotateY(360deg);}
.fea_list li:hover em{opacity:0;visibility:hidden;-webkit-transform: rotateY(180deg);transform: rotateY(180deg);}
.fea_list li p{font-size: 20px;color: #333;line-height:40px;text-align: center;}
.fea_list li:hover p{font-weight: bold;}
.pro_list li{float: left;width: 32%;position: relative;margin-right: 2%;/*overflow: hidden;*/}
.overflow-scal {
	overflow: hidden;
	width: 100%;
	height: 325px;
}
.pro_list li:last-child{margin-right: 0;}
.pro_list li img{display: block;width: 100%;transition: all 0.5s;}
.pro_list li:hover img{transform: scale(1.05);}
.pro_list li h4{position: absolute;width: 100%;left: 0;bottom: -36px;text-align: center;height: 26px;font-weight: normal;}
.pro_list li h4 span{display: inline-block;padding-right: 46px;font-size: 20px;color: #333;line-height: 26px;background: url(../images/pro_jt.png) no-repeat right center;background-size: 1.3rem 1.3rem;}

/*dz*/
.dz{padding: 76px 0 60px;}
.dz h2{margin-bottom: 60px;}
.dz ul{height: 416px;background: url(../images/dz_line.png) no-repeat left;}
.dz li{float: left;width: 20%;height: 416px;position: relative;text-align: center;background: url(../images/dz_line.png) no-repeat right;overflow: hidden;}
.dz li i{display: block;font-size: 18px;color: #333;line-height: 18px;margin: 52px 0 68px;}
.dz li>img{display: block;height: 60px;margin: 0 auto 28px;}
.dz li h3{font-size: 20px;color: #333;line-height: 20px;}
.dz li h3 em{display: block;font-size: 12px;color: #333;line-height: 30px;opacity: 0.3;text-transform: uppercase;font-weight: normal;}
.dz li .hv{position: absolute;width: 100%;height: 100%;left: 0;bottom: 100%;transition: all 0.5s;overflow: hidden;}
.dz li.cur .hv{bottom: 0;}
.dz li .hv h4{position: absolute;width: 100%;height: 148px;left: 0;bottom: 0;background: rgba(1,156,122,0.9);}
.dz li .hv h4 img{display: block;height: 46px;margin: 32px auto 14px;}
.dz li .hv h4 b{display: block;font-size: 20px;color: #fff;line-height: 20px;}
.dz li .hv h4 em{display: block;font-size: 12px;color: #fff;line-height: 30px;opacity: 0.3;text-transform: uppercase;font-weight: normal;}

/*ser*/
.ser{background: #eeeeee;height: 208px;}
.ser .tel{float: left;width: 369px;height: 208px;background: url(../images/tact.jpg) no-repeat;}
.ser .tel p{padding-top: 73px;background: url(../images/tel2.png) no-repeat center 36px;}
.ser .tel b{display: block;font-size: 28px;color: #fff;font-family: Arial;line-height: 26px;text-align: center;}
.ser .tel .zx{display: block;width: 118px;height: 34px;line-height: 34px;text-align: center;font-size: 14px;color: #333;margin: 14px auto 0;background: #fff;border-radius: 17px;}
.ser .tel .zx:hover{animation:shake 1.5s linear;-webkit-animation:shake 1.5s linear;}
.ser ul{float: right;padding-top: 62px;}
.ser li{float: left;margin-left: 176px;position: relative;transition: all 0.5s;}
.ser li:after{position: absolute;width: 1px;height: 114px;content: "";background: #D1D1D1;left: -88px;top: -12px;}
.ser li h3{display: block;font-size: 30px;line-height: 30px;color: #333;height: 45px;position: relative;margin-bottom: 12px;}
.ser li h3:after{position: absolute;width: 31px;height: 3px;content: "";background: #019C7A;left: 0;bottom: 0;right: 0;margin: auto;}
.ser li p{font-size: 18px;color: #333;line-height: 22px;}
.ser li:first-child{margin-left: 0;overflow: hidden;}
.ser li:hover{transform: translateY(-8px);}

/*ys*/
.ys{padding: 100px 0 0;width: 100%;overflow: hidden;}
.ys h2{margin-bottom: 50px;}
.ys dl{height: 478px;}
.ys dt{float: left;margin-left: -360px;}
.ys dd{float: right;width: 390px;margin-right: 55px;margin-top: 144px;}
.ys dd h3{padding-bottom: 20px;border-bottom: 1px solid #d6d6d6;position: relative;margin-bottom: 30px;}
.ys dd h3:after{position: absolute;width: 64px;height: 3px;content: "";background: #019c7a;left: 0;bottom: -2px;}
.ys dd h3 i{float: left;width: 72px;height: 72px;background: #019c7a;line-height: 72px;text-align: center;border-radius: 100%;font-size: 30px;color: #fff;font-family: Arial;margin: 6px 20px 0 0;}
.ys dd h3 span{display: block;font-size: 34px;color: #333;line-height: 42px;font-weight:normal;}
.ys dd h3 b{display: block;color: #019c7a;}
.ys dd h3 img{float: right;height: 36px;padding: 3px 0;}
.ys dd p{font-size: 16px;color: #333;line-height: 30px;}
.ys2,.ys4{background: #eee;}
.ys2 dt,.ys4 dt{float: right;margin-left: 0;margin-right: -360px;}
.ys2 dd,.ys4 dd{float: left;}

/*xban*/
.xban{height: 209px;background: url(../images/xban.jpg) no-repeat center 0;}
.xban_l{float: left;margin-left: 30px;margin-top: 58px;}
.xban_l i{display: block;font-size: 20px;color: #fff;line-height: 20px;}
.xban_l i em{color: #fec230;font-weight: bold;}
.xban_l h3{font-size: 22px;color: #fff;line-height: 22px;padding-top: 20px;}
.xban_l h3 em{display: block;font-size: 34px;line-height: 42px;}
.xban .tel{float: right;margin: 80px 62px 0 0;}
.xban .tel p{float: left;padding-left: 32px;background: url(../images/tel3.png) no-repeat left center;}
.xban .tel p b{display: block;font-size: 28px;color: #333;line-height: 26px;font-family: Arial;}
.xban .tel .zx{float: left;width: 140px;height: 44px;padding-left: 22px;font-size: 14px;color: #333;line-height: 44px;background: url(../images/zx1.png) no-repeat 100px center #fff;border-radius: 22px;box-sizing: border-box;margin-top: 4px;margin-left: 18px;}
.xban .tel .zx:hover{animation:shake 1.5s linear;-webkit-animation:shake 1.5s linear;}


/*case*/
.case{padding: 100px 0 60px;}
.case h2{margin-bottom: 45px;}
.case_bd dl{float: left;width: 386px;margin-right: 21px;}
.case_bd dt{height: 290px;overflow: hidden;}
.case_bd dt img{width: 386px;height: 290px;transition: all 0.5s;}
.case_bd dt:hover img{transform: scale(1.05);}
.case_bd dd{height: 264px;background: #eee;padding: 0 46px;text-align: center;}
.case_bd dd h4{font-size: 20px;color: #1a1a1a;line-height: 20px;font-weight: normal;padding: 40px 0 20px;}
.case_bd dd h4 a{color: #1a1a1a;}
.case_bd dd p{font-size: 14px;color: #1a1a1a;line-height: 24px;}
.case_bd dd .xq{display: block;width: 155px;height: 34px;background: url(../images/case_jt1.png) no-repeat;margin: 35px auto 0;}
.case_bd dl:hover .xq{background: url(../images/case_jt2.png) no-repeat;}
.case_list{position: relative;}
.case_list .prev{position: absolute;width: 73px;height: 73px;left: -110px;top: 240px;}
.case_list .next{position: absolute;width: 73px;height: 73px;right: -110px;top: 240px;}
.case_list .tempWrap{width: 100% !important;}

/*coop*/
.coop{padding: 0 0 80px;}
.coop h2{height: 28px;margin-bottom: 17px;}
.coop h2 b{float: left;font-size: 20px;color: #1a1a1a;line-height: 28px;padding-left: 42px;background: url(../images/coop_t.png) no-repeat left center;}
.coop h2 a{float: right;font-size: 14px;color: #1a1a1a;font-family: Arial;line-height: 28px;opacity: 0.5;font-weight: normal;}
.coop_list{border: 1px solid #e3e3e3;height: 160px;width: 1200px;}
.coop_list li{float: left;width: 200px;position: relative;z-index: 1;}
.coop_list li:after{position: absolute;width: 1px;height: 50px;background: #B4B4B4;content: "";right: 0;top: 55px;z-index: 2;}
.coop_list li img{display: block;width: 100%;height: 100px;padding: 30px 0;}
.coop_list li span{display:none;position: absolute;width: 100%;height: 100%;left: 0;top: 0;font-size: 14px;color: #fff;text-align: center;line-height: 160px;background: rgba(1,156,122,0.9);z-index: 100;transition: all 0.5s;}
.coop_list li:hover span{display:block;}
.coop_pg{height: 5px;text-align: center;margin-top: 30px;}
.coop_pg i{display: inline-block;width: 45px;height: 5px;border-radius: 2.5px;background: #eee;margin: 0 20px;vertical-align: top;}
.coop_pg i.on{background: #019c7a;}


/*news*/
.news{background: #eee;padding: 60px 0 70px;}
.news h2{margin-bottom: 50px;}
.news h3{height: 50px;margin-bottom: 34px;}
.news h3>a{float: right;font-size: 16px;color: #202428;line-height: 50px;}
.news h3 span a{float: left;width: 148px;height: 50px;line-height: 50px;text-align: center;font-size: 16px;color: #202428;}
.news h3 span a.on{background: #019c7a;color: #fff;}
.new-l{float: left;width: 547px;}
.new-lc{position: relative;}
.new-lc dt{width:547px;height: 222px;display: block;line-height: 0;overflow: hidden;}
.new-lc dt img{width: 547px;height: 222px;display: block;transition: all 0.5s;}
.new-lc dt:hover img{transform: scale(1.05);}
.new-lc dd{margin-top: 23px;}
.new-lc dd > em{float: left;width: 102px;box-sizing: border-box;font-size: 28px;color: #333;font-weight: bold;text-align: right;padding-right: 20px;border-right: 1px solid #D6D6D6;letter-spacing: -1px;height: 195px;line-height: 80%;}
.new-lc dd > em i{display: block;font-size: 12px;font-weight: normal;line-height: 80%;margin-top:5px;}
.new-lc dd h4{float: right;width: 415px;font-weight: normal;}
.new-lc dd h4 b a{display: block;font-size: 22px;color: #202428;line-height: 30px;font-weight: normal;letter-spacing: 1px;width: 90%;height: 30px;overflow: hidden;}
.new-lc dd h4 b a:hover{color: #019c7a;}
.new-lc dd h4 span{font-size: 14px;line-height: 22px;color: #666;margin-top: 15px;display: block;height: 88px;}
.new-lc dd h4 em a{display: block;background: url(../images/new-line.png) no-repeat left bottom;font-size: 14px;color: #333;}
.new-lc dd h4 em a:hover{color: #019c7a;}

.new-r{float: right;width: 525px;}
.new-rt{margin-left: 88px;height: 68px;}
.new-rt li{width: 147px;float: left;line-height: 50px;height: 50px;background: #fff;font-size: 16px;text-align: center;font-weight: bold;}
.new-rt li.cur{background: #019c7a;}
.new-rt li.cur a{color: #fff;display: block;}
.new-rc dl{border-bottom: 1px solid #D6D6D6;height: 146px;}
.new-rc dl:last-of-type{border-bottom: none;}
.new-rc dt{float: left;width: 102px;height: 146px;border-right: 1px solid #D6D6D6;padding-right: 18px;box-sizing: border-box;text-align: right;padding-top: 30px;}
.new-rc dt em{font-size: 28px;color: #333;font-weight: bold;line-height: 80%;}
.new-rc dt em i{display: block;font-size: 12px;font-weight: normal;line-height: 80%;margin-top:5px;}
.new-rc dd{float: right;width: 422px;padding-left: 25px;box-sizing: border-box;}
.new-rc dd h4 a{display: block;font-size: 22px;font-weight: normal;padding-top: 30px;line-height: 22px;}
.new-rc dd h4 a:hover{color: #019c7a;}
.new-rc dd span{font-size: 14px;line-height: 22px;display: block;color: #666;margin-top: 12px;}
.new-rc dd em a{display: block;font-size: 14px;line-height: 14px;margin-top: 15px;color: #202428;opacity: 0.7;font-weight: bold;}
.new-rc dd em a:hover{color: #019c7a;opacity: 1;}

/*abt*/
.abt{padding: 100px 0 50px;}
.abt h2{margin-bottom: 50px;}
.abt dl{height: 561px;}
.abt dt{float: left;width: 750px;height: 561px;overflow: hidden;}
.abt dt img{width: 750px;height: 561px;transition: all 0.5s;}
.abt dt:hover img{transform: scale(1.05);}
.abt dd{float: right;width: 450px;height: 561px;padding: 120px 60px 0 50px;box-sizing: border-box;background: url(../images/abt_dd.jpg) no-repeat;}
.abt dd h3{height: 50px;position: relative;font-size: 24px;color: #fff;line-height: 24px;}
.abt dd h3:after{position: absolute;width: 94px;height: 3px;content: "";background: #fff;left: 0;bottom: 0;}
.abt dd p{font-size: 14px;color: #fff;line-height: 30px;margin: 15px 0 52px;}
.abt dd .xq{display: block;width: 140px;height: 44px;padding-left: 22px;font-size: 14px;color: #333;line-height: 44px;background: url(../images/zx1.png) no-repeat 100px center #fff;border-radius: 22px;box-sizing: border-box;}
.hn{margin-top: 40px;}
.hn h3{height: 40px;margin-bottom: 22px;}
.hn h3 span a{float: left;margin-right: 50px;font-size: 20px;color: #1a1a1a;line-height: 40px;font-weight: normal;}
.hn h3 span a i{display: inline-block;width: 40px;height: 40px;overflow: hidden;border-radius: 100%;background: #eee;vertical-align: top;margin-left: 8px;}
.hn h3>a{float: right;font-size: 14px;color: #1a1a1a;font-weight: normal;font-family: Arial;}
.hn h3 span a.on{font-weight: bold;}
.hn h3 span a.on i{background: #019c7a;}
.hn h3 span a.on i img{position: relative;top: -40px;}
.hn_list li{float: left;width: 155px;margin-right: 54px;}
.hn_list li img{display: block;width: 155px;height: 197px;}
.hn_list li span{display: block;font-size: 14px;color: #333;height: 44px;line-height: 44px;text-align: center;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;background: url(../images/hn_li.jpg) no-repeat;}
.hn_list,.exh{position: relative;}
.hn_list .sprev,.exh .sprev{position: absolute;width: 73px;height: 73px;left: -110px;top: 64px;}
.hn_list .snext,.exh .snext{position: absolute;width: 73px;height: 73px;right: -110px;top: 64px;}
.hn_list .tempWrap,.exh .tempWrap{width: 100% !important;}
.exh li{float:left;width:262px;margin-right:50px;}
.exh li img{display: block;width: 262px;height: 197px;}
.exh li span{display: block;font-size: 14px;color: #333;height: 44px;line-height: 44px;text-align: center;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}

.links{height: 74px;line-height: 74px;border-top: 1px solid rgba(51,51,51,0.2);background: url(../images/foot_bg.jpg) no-repeat bottom center;}
.links b{float: left;font-size: 14px;color: #333;margin-right: 30px;}
.links a{font-size: 14px;color: #666;margin-right: 55px;}









