
@charset "utf-8";
/*初始样式*/
body{ color:#333;font:14px "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:0;font-family: "Microsoft Yahei"; }
h1,h2,h3,h4,h5,h6{ font-family:"Microsoft Yahei";}
i,em{ font-style:normal;}

.tr {text-align:right;}
.tl {text-align:left;}
.center{ text-align:center;}
.fl { float:left;}
.fr { float:right;}
.pa{ position:absolute;}
.pr{ position:relative}
.clearfix:after{content:"";height:0;clear:both;display:block;visibility:hidden;}
.clearfix{zoom:1;}
/* -- 页面整体布局 -- */
.content{ width:1200px; margin:0 auto;}
.pic img,.picl img,.pics img{-webkit-transition: -webkit-transform 0.8s; -moz-transition: -moz-transform 0.8s; -o-transition: -o-transform 0.8s; transition: transform 0.8s;}
.pic img:hover{-webkit-transform: scale(1.05);-moz-transform: scale(1.05);-ms-transform: scale(1.05);-o-transform: scale(1.05);  transform: scale(1.05);}
.picl img:hover{-moz-transform: translate(0,5px);-webkit-transform: translate(0,5px);-ms-transform: translate(0,5px);-o-transform: translate(0,5px);}
.pics img:hover{-moz-transform: rotate(360deg);-webkit-transform: rotate(360deg);-ms-transform: rotate(360deg);-o-transform: rotate(360deg);}
.white,.whites{position: relative;overflow: hidden;}
.white:after,.whites:after{content: ''; cursor: pointer; position: absolute; left: -100%; top: 0; width:100%; height:100%; background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0)); background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0)); transform: skewx(-25deg); }
.white:hover:after{left:100%; -moz-transition:1s; -o-transition:1s; -webkit-transition:1s; transition:1s;}
.whites:hover:after {left:100%; -moz-transition:0.5s; -o-transition:0.5s; -webkit-transition:0.5s; transition:0.5s;}
@keyframes myfirst{0%{background-position:0 0;} 100%{background-position:100% 100%;}}
body{min-width:1200px;width:100%;max-width:1920px;margin:0 auto;overflow-x:hidden;}
i,em{ font-style:normal;}
.content{ width:1200px; margin:0 auto;font-family: "Microsoft Yahei";}



/*头部*/
.head-t{height: 35px;background: #03b7ff;line-height: 35px;}
.head-t p{float: left;color: #fff;font-size: 14px;}
.head-t em{float: right;}
.head-t em a{display:block;float: left;color: #fff;margin-right: 30px;position: relative;}
.head-t em a:after{position: absolute;content: "";display: block;width: 8px;height: 1px;background: rgba(255,255,255,0.5);right: -18px;top: 17px;}
.head-t em a:last-child{margin-right: 0;}
.head-t em a:last-child:after{display: none;}
.head-b{height: 142px;background: #fff;}
.head-b .content{position: relative;}
.head-b .logo{float: left;padding-top: 45px;width:208px;height:63px;}
.head-b .logo img{width:208px;height:63px;}
.head-b .head-con{float: right;padding-top: 33px;position: absolute;right: 0;top: 0;}
.head-b .head-con .tel{font-size: 16px;color: #666;line-height: 16px;background: url(../img/tel.png) no-repeat left center;padding-left: 32px;height: 26px;float: left;margin-top: 6px;margin-right: 17px;}
.head-b .head-con .tel b{font-family: Arial;font-size: 26px;color: #333;line-height: 26px;}
.head-b .head-con .sou{float: right;}
.head-b .head-con .sou em{width: 33px;display: block;height: 33px;}
.head-b .head-con .search{position: absolute;right: 0;bottom:-5px;height: 40px;background: #fff;width: 350px;display: none;}
.head-b .head-con .search .txt{border: none;line-height: 40px;width: 300px;box-sizing: border-box;padding-left: 5%;color: #666;font-size: 14px;float: left;box-shadow: 0 0 10px #eee;}
.head-b .head-con .search .btn{line-height: 40px;border: none;background: none;font-size: 16px;width: 50px;color: #fff;background: #ED6D00;float: right;cursor: pointer;}
.head-b .nav{display: block;float: right;margin-top: 90px;}
.head-b .nav li{float: left;font-size: 16px;margin-left: 45px;line-height: 16px;padding-bottom: 7px;transition: all .1s linear;}
.head-b .nav li a{display: block;color: #333;}
.head-b .nav li:first-child{margin-left:0px;}
.head-b .nav li.cur,.head-b .nav li:hover{border-bottom: 3px solid #ED6D00;}
.head-b .nav li.cur a,.head-b .nav li:hover a{color: #ED6D00;}


        .ty-banner-1 {
            overflow: hidden;
            line-height: 0;
            text-align:center;
        }
        .ty-banner-1 img{
            visibility: hidden;
        }
        .ty-banner-1 img.show{
            visibility: visible;
        }
    

        .p1-search-1 {
            background: #f2f2f2;
            height: 82px;
            border-bottom: 1px solid #eee;
            overflow: hidden;
            font-size: 14px;
        }
        
        .p1-search-1 p {
            color: #444;
            line-height: 82px;
        }
        
        .p1-search-1 a {
            color: #444;
            display: inline-block;
            margin-right: 15px;
        }
        
        .p1-search-1-inp {
            width: 270px;
            height: 30px;
            border-radius: 20px;
            background: #fff;
            padding-left: 10px;
            margin-top: 28px;
        }
        
        .p1-search-1-inp input {
            border: 0;
        }
        
        .p1-search-1-inp1 {
            width: 224px;
            height: 30px;
            line-height: 30px;
            color: #a9a9a9;
            float: left;
        }
        
        .p1-search-1-inp2 {
            width: 30px;
            height: 30px;
            background: url(VISkins-p1.png)/*tpa=http://www.aeido.cn/images/VISkins-p1.png*/ no-repeat -258px -936px;
            float: right;
            cursor: pointer;
        }
        .foot{border-top:8px solid #006944;background:#efefef!important;}
        .p1-search-1{display:none;}
    

        .p12-curmbs-1 {
            font-size: 14px;
            border-bottom: 1px dashed #dcdcdc;
        }
        .p12-curblock{
            display: none;
        }
        .p12-curmbs-1 b {
            border-left: 10px solid #333333;
            font-weight: normal;
            padding-left: 8px;
        } 
        .p12-curmbs-1 i {
            font-style: normal;
        }
        
        .p12-curmbs-1 span {
            font-family: '宋体';
            padding: 0 5px;
            height: 46px;
            line-height: 46px;
        }
    

    .ny-new {
        margin-top: 40px;
        margin-bottom: 70px;
    }
    
    .ny-new h3 {
        font-size: 30px;
        color: #333;
        border-left: 3px solid #006944;
        line-height: 30px;
        padding-left: 20px;
    }
    
    .ny-new h3 em {
        float: right;
        font-size: 16px;
        color: #333;
        text-transform: uppercase;
    }
    
    .ny-new-con {
        margin-top: 25px;
        margin-bottom: 60px;
        position: relative;
    }
    
    .ny-new-con h4 {
        font-size: 30px;
        color: #333;
        border-left:3px solid #006944;
        line-height:30px;
        padding-left:20px;
        margin-bottom:20px;
    }
    
    .ny-new-con {
        margin-top: 25px;
        margin-bottom: 60px;
        position: relative;
    }
    
    .ny-new-con li {
        width: 285px;
        margin-right: 20px;
        float: left;
    }
    
    .ny-new-con li:last-of-type {
        margin-right: 0;
    }
    
    .ny-new-con li a {
        display: block;
    }
    
    .ny-new-con li img {
        width: 100%;
        display: block;
    }
    
    .ny-new-con li span {
        display: block;
        text-align: center;
        font-weight: normal;
        color: #444;
        line-height: 15px;
        font-size: 15px;
        display: block;
        margin-top: 12px;
        line-height: 26px;
        padding: 0 20px;
    }
    
    .ny-new-con li:hover span {
        color:#006944;
        font-weight:bold;
    }
    
    .ny-new-tit {
        margin-top: 60px;
        margin-bottom: 30px;
        background: #f5f5f5;
    }
    
    .ny-new-tit:after {
        content: "";
        height: 0;
        clear: both;
        display: block;
        visibility: hidden;
    }
    
    .ny-new-tit li {
        position: relative;
        font-size: 22px;
        text-align: center;
        line-height: 54px;
        height: 54px;
        float: left;
        border-right: 1px solid #ddd;
    }
    
    .ny-new-tit li:after {
        content: "";
        position: absolute;
    }
    
    .ny-new-tit li.cur,
    .ny-new-tit li:hover {
        color:#03b7ff;
        font-weight:bold;
        background:#03b7ff;
        border-right:1px solid #03b7ff;
    }
    
    .ny-new-tit li a {
        display: block;
        color: #333;
        padding: 0 50px;
        cursor: pointer;
    }
    
    .ny-new-tit li.cur a,
    .ny-new-tit li:hover a {
        display: block;
        color: #fff;
    }
    
    .ny-new-con2 {}
    
    .ny-new-con2 dl {
        position: relative;
        transition: all .2s linear;
        background: #fff;
        padding:40px;
        border-bottom: 1px solid #eee;
    }
    
    .ny-new-con2 dl:after {
        content: "";
        height: 0;
        clear: both;
        display: block;
        visibility: hidden;
    }
    
    .ny-new-con2 dt {
        width: 28%;
        float:left;
    }
    
    .ny-new-con2 dt img {
        width: 100%;
        display: block;
    }
    
    .ny-new-con2 dd {
        float: right;
        width: 65%;
    }
    
    .ny-new-con2 dd h4 a {
        font-size: 22px;
        font-weight: normal;
        color: #333;
        display: block;
        line-height: 30px;
        border-bottom: 2px solid #ddd;
        padding-bottom: 20px;
    }
    
    .ny-new-con2 dd p {
        display: block;
        font-size: 15px;
        color: #666;
        margin-top: 30px;
        line-height: 30px;
        height: 90px;
    }
    
    .ny-new-con2 dd em {
        position: absolute;
        bottom: 50px;
    }
    
    .ny-new-con2 dl:hover {
        box-shadow: 0 0 30px #eee;
    }


/*首页底部*/
.foot{height: 360px;background: #fff;padding-top: 80px;box-sizing: border-box;}
.foot-nav{height: 45px;border-bottom: 1px solid #dcdcdc;}
.foot-nav li{margin-right: 71px;float: left;font-size: 16px;height: 43px;transition: all .1s linear;}
.foot-nav li a{display: block;}
.foot-nav li:hover{border-bottom: 3px solid #00693E;}
.foot-nav li a:hover{color: #00693E;}
.foot-nav li:last-child{margin-right: 0;}
.foot-info{padding-top: 47px;box-sizing: border-box;height: 234px;}
.foot-info-l{float: left;width: 446px;}
.foot-info-l h2{line-height: 0;margin-bottom: 26px;}
.foot-info-l h2 img{display: block;width: 196px;height: 58px;}
.foot-info-l p{font-size: 14px;line-height: 26px;color: #333;}
.foot-info-l p span{margin-left: 26px;}
.foot-info-l p a{color: #333;}
.foot-info-c{float:left;width: 454px;margin-top: 18px;}
.foot-info-c p{padding-left: 60px;color: #333;height: 41px;}
.foot-info-c p b{display: block;font-weight: normal;line-height: 14px;}
.foot-info-c p span{display: block;line-height: 14px;margin-top: 14px;}
.foot-info-c p.tel{background: url(foot-icon1.png)/*tpa=http://www.aeido.cn/images/foot-icon1.png*/ no-repeat left center;margin-bottom: 31px;}
.foot-info-c p.add{background: url(foot-icon2.png)/*tpa=http://www.aeido.cn/images/foot-icon2.png*/ no-repeat left center;}
.foot-info-r{float: right;width: 172px;height: 138px;background: #F4F4F4;border-radius:10px;text-align: center;display: block;box-sizing: border-box;padding: 13px 0 0 14px;}
.foot-info-r em{display: block;float: left;margin-top: 3px;margin-right: 16px;}
.foot-info-r em img{width: 106px;height: 106px;display: block;}
.foot-info-r span{display: block;vertical-align: middle;font-size: 14px;margin: 0 auto;writing-mode: tb-rl;float: left;line-height: 14px;}


        .client-2 {
            position: fixed;
            right: -170px;
            top: 50%;
            z-index: 900;
        }
        
        .client-2 li a {
            text-decoration: none;
        }
        .client-2 li {
            margin-top: 1px;
            clear: both;
            height: 62px;
            position: relative;
        }
        
        .client-2 li i {
            background: url(fx.png)/*tpa=http://www.aeido.cn/images/fx.png*/ no-repeat;
            display: block;
            width: 30px;
            height: 27px;
            margin: 0px auto;
            text-align: center;
        }
        
        .client-2 li p {
            height: 20px;
            font-size: 12px;
            line-height: 20px;
            overflow: hidden;
            text-align: center;
            color: #fff;
        }
        
        .client-2 .my-kefu-qq i {
            background-position: 4px 5px;
        }
        
        .client-2 .my-kefu-tel i {
            background-position: 0 -21px;
        }
        
        .client-2 .my-kefu-liuyan i {
            background-position: 4px -53px;
        }
        
        .client-2 .my-kefu-weixin i {
            background-position: -34px 4px;
        }
        
        .client-2 .my-kefu-weibo i {
            background-position: -30px -22px;
        }
        
        .client-2 .my-kefu-ftop {
            display: none;
        }
        
        .client-2 .my-kefu-ftop i {
               width: 33px;
    height: 31px;
    background-position: -23px -47px;
    background-size: 52px 82px;
        }
        .client-2 .my-kefu-ftop .my-kefu-main{
            padding-top: 6px;
        }
        
        .client-2 .my-kefu-left {
            float: left;
            width: 62px;
            height: 47px;
            position: relative;
        }
        
        .client-2 .my-kefu-tel-right {
            font-size: 16px;
            color: #fff;
            float: left;
            height: 24px;
            line-height: 22px;
            padding: 0 15px;
            border-left: 1px solid #fff;
            margin-top: 14px;
        }
        
        .client-2 .my-kefu-right {
            width: 20px;
        }
        
        .client-2 .my-kefu-tel-main {
            background: #006944;
            color: #fff;
            height: 53px;
            width: 230px;
            padding:9px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-main {
            background: #006944;
            width: 97px;
            height: 53px;
            position: relative;
            padding:9px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-weixin-pic {
            position: absolute;
            left: -130px;
            top: -24px;
            display: none;
            z-index: 333;
        }
        
        .my-kefu-weixin-pic img {
            width: 115px;
            height: 115px;
        }
    
