/*
    Document   : espcms_v5div
    Created on : 2014-3-25, 15:08:48
    Author     : huangqyun
    Description:
        Purpose of the stylesheet follows.
*/
@font-face
{
font-family: myFirstFont;
src: url('./font/Sansation_Light.ttf')
    ,url('./font/Sansation_Light.eot'); /* IE9+ */
}
*{box-sizing:inherit}
body{width: auto;background: #fff;position: relative;}
html, button, input, select, textarea {
    font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Tahoma,sans-serif;
}
.cont{max-width: 1240px;margin: 0 auto;position: relative}
.espcms_head{width:100%;margin: 0 auto;position: fixed;opacity:1;z-index: 222;transition: all 0.4s ease 0s;background:  rgba(0, 0, 0, 0.6);height: 70px;}
.espcms_head .logo{overflow: hidden;padding:10px 0;width: 346px;text-align: center;margin: 0 auto;}
.espcms_head .logo img{width: 62%;background: rgba(255, 255, 255, 0);}
.espcms_head .logo_r{float: right;height:60px;overflow: hidden;padding-top:25px;}
.espcms_head .head_botton{float: left;width:650px;height:50px;overflow: hidden;}
.espcms_head .head_botton ul li{float: right;padding-right:12px;padding-top:5px;}
.pubwidth{max-width: 1300px;width: 100%;margin: 0 auto;position: relative;}
.clear{clear: both;}
a:hover{text-decoration: none;}
a.menu{color: #333;font-size: 15px;}

li{list-style: none;}

.espcms_head .head_search{float: left;width:650px;height:50px;overflow: hidden;}
.espcms_head .head_search ul{float: right;}
.espcms_head .head_search ul li{float: left;height:23px;overflow: hidden;}
.espcms_head .head_search ul li#search_left{height:23px;width:20px;background: url('../images/search_botton_img.jpg') no-repeat 0 -46px;}
.espcms_head .head_search ul li#search_input {height:22px;width:140px;background: url('../images/search_botton_img.jpg') repeat-x 0 -23px;padding-top:1px;}
.espcms_head .head_search ul li#search_input .search_input{border:0px;padding:0px;margin: 0px;width:130px;height:20px;line-height: 21px;overflow: hidden;}
.espcms_head .head_search ul li#search_botton .search_botton {height:23px;width:44px;background: url('../images/search_botton_2.jpg') no-repeat;}

.headon{box-shadow: 0px -1px 10px #888;position: fixed;top:0;opacity:1;}
.menuhover a.menu{color: #fff;}
.headon a.menu:hover,.headon ul.menubotton li:hover a.menu,.headon ul.menubotton li.hover a.menu{font-size: 15px;color:#fff;text-decoration: none }

.espcms_head .lines {
    cursor: pointer;
    height: 40px;
    margin:0% 0 0%;
    position: relative;
    width: 70px;
}

.espcms_head .lines p {
    background-color: #fff;
    border-radius: 0px;
    height: 2px;
    left: 0;
    position: absolute;
    transition: all 0.8s ease 0s;
    width: 40px;
}
.espcms_head .lines p:nth-child(1) {
    top: 0;
    transform: rotateZ(0deg);
    transform-origin: left top 0;
    transition: all 0.5s ease 0s;
}
.espcms_head .lines p:nth-child(2) {
    top: 14px;
    transition: all 0.5s ease 0s;
}
.espcms_head .lines p:nth-child(3) {
    top: 28px;
    transform: rotateZ(0deg);
    transform-origin: left bottom 0;
    transition: all 0.5s ease 0s;
}
.espcms_head .lines.cur p:nth-child(1) {
    transform: rotateZ(45deg);
}
.espcms_head .lines.cur p:nth-child(2) {opacity:0}
.espcms_head .lines.cur p:nth-child(3) {transform:rotateZ(-45deg)}

.espcms_head .nav{
    position: absolute;
    top: 68px;
    width: 100%;
    height: 0;
    
    opacity:1;
    overflow: hidden;
    box-sizing:border-box;
    left: 0;
    z-index: 0;
    background-color: rgba(50,52,51, 1);
    transition: all 0.6s ease 0.1s;
    max-width: 350px;
    padding:0;
  }
  .espcms_head .nav.on{
      width: 100%;
      height: 700px;
      
      opacity:1;
      z-index: 10;
      
}
  .espcms_head .nav ul{padding-top: 3%}
  .espcms_head .nav ul li{
    font-size:16px;
    display: block;
    padding:5% 0 0;
    padding-left: 15%;
    line-height: 30px;
    color: #ddd;
/*    background: url(../images/nav-jia.png) no-repeat top 20px right 10px ;*/
/*    background-size:20px;*/
    cursor: pointer;
  }
  .espcms_head .nav ul li a{color: #ddd}
  .espcms_head .nav ul li a:hover{color: #A3D0BC}
  .espcms_head .nav ul li i{display: none;}
  .espcms_head .nav ul li.on{
/*background: url(../images/nav-jian.png) no-repeat top 20px right 10px ;*/
}
.espcms_head .nav ul li.none{background: none;}
.espcms_head .nav ul li i{margin-right: 10px;}
  .espcms_head .nav ul li.cur .tit{color: #8c3861}
.espcms_head .nav ul li.none .tit{display: block}
  
  .espcms_head .nav ul li .box{
    border-top: 0px solid #e2e2e2;
    display: none;
    padding:10px 0;
  }
  .espcms_head .nav ul li .box a{
    display: block;
    font-size: 15px;
    line-height: 32px;
    color: #ddd;
    padding:3px 0 3px 0px;
  }
  .espcms_head .nav ul li .box a:hover{color:#A3D0BC }
  .espcms_head .nav ul li.on >a{display:none;}
  .espcms_head .nav ul li.on .box{display:block;}
  .espcms_head .nav ul li .box .back{text-align: left;margin-bottom: 5%;}
  .espcms_head .nav ul li .box .back i{display: inline;}
 .head_wap{display:block; }
 .head_wap .left{position: absolute;height: 100%;top: 0;left: 0;padding-left: 5%;padding-top: 18px;max-width: 279px;width: 30%;transition: all 0.6s ease 0s;}
 .head_wap .left.lon{background:rgba(50,52,51, 1);}
 .imgewm{padding: 5% 0 0 15%}
 .imgewm img{width: 70%;max-width: 100px;}

.index_tit{
    font-family: YouYuan;font-size: 20px;line-height: 25px;text-align: center;
    color: #756F6B;letter-spacing: 2px;

}
.index_tit p{padding: 0 1% 1%}

.espcms_botton{border-bottom:0px #fff solid;background: none;position: absolute;right:0 }
.espcms_botton ul.menubotton{overflow: hidden;margin: 0 auto;padding: 2% 0;}
.espcms_botton ul.menubotton li{border-radius:5px 5px 0 0;float: left;height:40px;line-height: 40px;cursor: pointer;*position: relative;z-index: 999;margin: 0px 0px;}
.espcms_botton ul.menubotton li.hover{background-color: #537F69;height: auto;}
.espcms_botton ul.menubotton li span{height: 40px;line-height: 40px;padding:0px 15px;display: block;*display: inline-block;}
.espcms_botton ul.menubotton li span.menuhover,.espcms_botton ul.menubotton li:hover span.menuhover {height: 40px;line-height: 40px;color:#fff;}

.espcms_botton ul.menubotton li ul.subnav {overflow: hidden;display: none;list-style: none;position: absolute;*top:40px;*left: 0px;background: #537F69;margin: 0;padding: 0;width: 150px;color: #fff;z-index: 999;}
.espcms_botton ul.menubotton li ul.subnav li{margin: 0;clear: both;padding:0px 15px 0px 25px;width: 90%;height: 32px;line-height: 32px;text-align: left;cursor: pointer;background: url('../images/icon.gif') no-repeat 15px 15px;}
.espcms_botton ul.menubotton li:hover ul.subnav,.espcms_botton ul.menubotton li.hover ul.subnav{ height: auto;}

.espcms_page{max-width:1300px;overflow: hidden;margin: 2% auto;position: relative;}
.espcms_table{width:345px;overflow: hidden;}
.espcms_table .espcms_table_title{height:35px;line-height: 35px;overflow: hidden;border-bottom:1px solid #87ceab}
.espcms_table .espcms_table_title p{float:left;padding:0px;margin: 0px;height:35px;line-height: 35px;}
.espcms_table .espcms_table_title span{float:left;padding-left:5px;margin: 0px;height:35px;line-height: 37px;}
.espcms_table .espcms_table_title p.more{float:right;padding-right:0px;margin: 0px;padding-top:15px;}

.espcms_table .espcms_table_pic{width:345px;overflow: hidden;height:85px;padding:10px 0px;}
.espcms_table .espcms_table_pic .newspic{float:left;width:110px;overflow: hidden;height:85px;}
.espcms_table .espcms_table_pic .newstitle{float:left;width:225px;overflow: hidden;height:20px;padding-left:10px;}
.espcms_table .espcms_table_pic .newssummit{float:left;width:225px;overflow: hidden;height:65px;padding-left:10px;}

.espcms_table .espcms_table_list {width:345px;overflow: hidden;}
.espcms_table .espcms_table_list li {float: left;width:337px;padding-left:8px;height:25px;line-height: 25px;overflow: hidden;background: url('../images/icon3.gif') no-repeat 0px 10px;}
.espcms_table .espcms_table_list li a{float: left;}
.espcms_table .espcms_table_list li p.time{float: right;color:#8f8f8f;padding:0px;}

.espcms_Rtalbe{width:280px;overflow: hidden;}
.espcms_Rtalbe .espcms_Rtalbe_title{height:35px;line-height: 35px;overflow: hidden;border-bottom:1px solid #87ceab}
.espcms_Rtalbe .espcms_Rtalbe_title p{float:left;padding:0px;margin: 0px;height:35px;line-height: 35px;}
.espcms_Rtalbe .espcms_Rtalbe_title span{float:left;padding-left:5px;margin: 0px;height:35px;line-height: 37px;}
.espcms_Rtalbe .espcms_Rtalbe_title p.more{float:right;padding-right:0px;margin: 0px;padding-top:5px;}
.espcms_Rtalbe img{float:left;padding-top:10px;}
.espcms_Rtalbe .espcms_Rtalbe_summmit{float:left;padding-top:10px;line-height: 25px;}
.espcms_Rtalbe ul.bann{width:280px;overflow: hidden;padding:0px;margin: 0px;}
.espcms_Rtalbe ul.bann li{width:280px;overflow: hidden;}
.espcms_Rtalbe ul.bann li img{padding:0px;}

.espcms_piclist_table {width:708px;overflow: hidden;border: 1px solid #e5e5e5}
.espcms_piclist_table .espcms_piclist_table_title{height:30px;line-height: 30px;overflow: hidden;border-bottom:1px solid #e5e5e5}
.espcms_piclist_table .espcms_piclist_table_title .title{float:left;padding-left:5px;margin: 0px;height:30px;line-height: 30px; width:300px;}
.espcms_piclist_table .espcms_piclist_table_title span{padding-left:5px;margin: 0px;height:30px;line-height: 30px;}
.espcms_piclist_table .espcms_piclist_table_title .pic_pagebotton{float:right;margin: 0px;height:30px;padding-top:6px; width:300px;}

.espcms_piclist_slide {overflow: hidden;padding:10px 14px;}
.espcms_piclist_slide ul li{float: left;width:131px;padding:0px 5px 0px 0px;height:148px;}
.espcms_piclist_slide ul li p{float: left;width:131px;text-align: center;}

.espcms_page_border{width:998px;overflow: hidden;margin: 0 auto;border: 1px solid #e5e5e5;padding:5px 0px;margin-top: 15px;margin-bottom:15px;}
.espcms_page_border li{float: left;height:85px;line-height: 86px;padding: 0px 7px;}
.espcms_page_border li.font{float: left;height:35px;line-height: 35px;padding: 0px 0px 0px 14px;}
/*内页结构*/
.espcms_page_bannpic{position: relative;width:100%;height: auto;overflow: hidden;margin: 0 auto; margin-bottom: 0px;text-align: center;}
.espcms_page_bannpic img{width: 100%;}
.espcms_page_bannpic .back_home{position: absolute;right: -20px;top:248px;background:#358061  url(../images/backhome.png) no-repeat center 15px ;padding: 10px;height: 80px;width: 50px; }
.espcms_page_bannpic .back_home a{padding: 16px 30px 70px;}
.espcms_page_bannpic .back_home span{color: #ddd;bottom: 23px;position: absolute;left: 23px;}
div.yximg{position: absolute;left: 0;bottom: 0;width: 100%;text-align: center;z-index: 3}
div.yximg img{display: block;max-width: 220px;width: 30%;margin: 0 auto 2%;opacity:0.8}
.espcms_page_left_linkbg1{background: url(../images/espcms_left_bg.jpg) repeat-y left;}
.espcms_page_left{float: left;width:200px;overflow: hidden;display: none;}
.espcms_page_right{width:90%;padding-left:5%;padding-bottom:25px;overflow: hidden;}
.espcms_page_con{margin: 75px auto 20px;width: 900px;}
.espcms_page_con .espcms_book{max-width: 700px;width: 98%;margin: 5% auto;height: 300px;color: #888;line-height: 28px;font-size: 13px;padding: 0 1%}
.espcms_page_con .espcms_book p{margin: 0;}
.espcms_page_typename_about{text-align: center;}
.about_pic,.about_pic_ry{width: 807px;}
.about_pic_ry{margin-top:50px;}
.about_pic_ry img{margin: 3px;}

.espcms_page_left h2{float: left;width:195px;padding:10px 0px 7px 5px;border-bottom: 2px solid #00a73f;margin: 0px;font-size:20px;overflow: hidden;}
.espcms_page_left .leftCotnet{float: left;width:190px;padding-left:5px;padding-right:5px;overflow: hidden;}

.espcms_page_left .espcms_three_one li{float: left;width:195px;height:40px;padding-left:5px;line-height: 40px;border-bottom: 1px solid #e6e6e6;background: url('../images/icon3.gif') no-repeat 188px 15px;}
.espcms_page_left .espcms_three_one li.hover a{color:#0e9d56;}
.espcms_page_left .espcms_three_one li a{font-weight: bold;font-size:14px;color:#b2b2b2} .espcms_page_left .espcms_three_one li a:hover{color:#0e9d56}

.espcms_page_typename{float:left;width:200px;padding:10px 0px 7px 5px;color:#0e9d56;font-size:22px;}
.espcms_page_typename_width{float:left;width:800px;padding:10px 0px 7px 5px;color:#0e9d56;font-size:16px;}
.espcms_page_labelname{float:left;width:200px;padding:5px 0px 7px 5px;color:#0e9d56;font-size:16px;}
.espcms_page_location{float:right;width:550px;height:45px;line-height: 45px;text-align: right;font-size:16px;}

/*产品展示名称*/
.typelist{margin:5% auto;font-family: YouYuan;}
.typelist ul li{width: 48%;height: auto;margin:2% 1%;line-height: 30px;overflow: hidden;box-shadow:0px 0px 18px #000;font-size: 13px;float: left;list-style: none;overflow: hidden;}
.typelist ul li div.li{background:#fff;margin:0;height: auto;line-height: 30px;font-size: 18px;overflow: hidden;position: relative;transition: all 0.4s ease 0s;}
.typelist ul li a.p-tit-a{transform:translateY(0%);color: #383838;height: 63%;width: 95%;display:block;position: absolute;padding-left: 5%;padding-top: 30%;bottom: 0px;transition: all 0.4s ease 0s;}
.typelist ul li span.content_s{}
.typelist ul li a hr.hr{height: 1px;background:#7C7675 ;width: 60px;margin-top: 1%;border: 0;}
.typelist ul li div.li img{width: 100%;transition: transform 0.3s ease-in-out 0s;}
.typelist ul li div.on,.typelist ul li div.li:hover{background: #533738;margin-top:0px;margin-bottom: 0px; }
.typelist ul li div a.p-tit-a{color: #fff;background: rgba(0,0,0,0.3);}
.typelist ul li div.on a hr.hr{background: #fff;}
.typelist ul li:hover a.p-tit-a {
    transform: translateY(100%);
}
.typelist ul li:hover div.li img{transform: scale(1.1, 1.1);}
.typelist ul li h3{width: 100%;background: none;font-size: 22px;text-align: center;color: #fff;margin: 0;z-index: 2;opacity:0.6;}
.typelist ul li div.li .texth3{position: absolute;left: 28%;top: 30%;color: #fff;height: 40%;width: 40%;border:5px solid rgba(0,0,0,0.5);text-align: center }
.typelist ul li div.li .texth3 small{font-size: 12px;}
.typelist ul li div.li .texth3 .texth32{position: absolute;left: 2%;top: 2%;padding: 6% 0;width: 96%;height: 74%;background: rgba(0,0,0,0.5);}
.typelist ul li div.li .texth3 span:nth-child(2){opacity:0.6;}

.typelist ul li:nth-child(1) div.li .texth3,.typelist ul li:nth-child(3) div.li .texth3{border:5px solid rgba(255,255,255,0.5);color: #000;}
.typelist ul li:nth-child(1) div.li .texth3 h3,.typelist ul li:nth-child(3) div.li .texth3 h3{color: #000;}
.typelist ul li:nth-child(1) div.li .texth3 .texth32,.typelist ul li:nth-child(3) div.li .texth3 .texth32{background: rgba(255,255,255,0.5);}

.about_title{background: url('../images/index_2.png') no-repeat center;height: 347px;margin: 50px 0; }
.about_con{max-width: 700px;margin: 0 auto;padding: 10px;font-size: 15px;letter-spacing: 2px;}
.about_con p{line-height: 30px;text-indent: 25px;color: #595758;}
.about_con a.more{float: right;bottom: 0;padding: 1px 7px;}

.index_bottom{width: 100%;position: relative;text-align: center;}
.index_bottom img{width: 100%;}
.index_bottom .bgimg2{width: 100%;top: 0;position: absolute;left: 0;text-align: center;height: 100%}
.index_bottom .bgimg2 img{max-width: 65%;padding-top: 5%;width: 80%;}





/*内容版式*/
.espcms_newspic {padding:25px 10px 35px 10px;}
.espcms_newspic dt{float:left;width:250px;padding-right:10px;}
.espcms_newspic dd{padding-top:5px;}
.espcms_newspic dd.t{padding-top:0px;}
.espcms_newspic dd.s{color:#a5a5a5;line-height:23px;}
.espcms_newspic dd.d{color:#ff9000;}
.espcms_newspic dd.m{text-align:right;}

.espcms_newslist{padding:10px 10px;}
.espcms_newslist li{padding:15px 0px;overflow: hidden;}
.espcms_newslist li dt{float: left;width:80px;padding-right:10px;}
.espcms_newslist li dd.t{padding-top:0px;}
.espcms_newslist li dd.s{color:#a5a5a5;line-height:20px;}
.espcms_newslist li dd.d{color:#ff9000;}
.espcms_newslist li dd.m{text-align:right;}
.espcms_newslist li dd.tl{float: left;}
.espcms_newslist li dd.dr{float: right;color:#a5a5a5;}
.espcms_newslist li.espcms_strlist {padding:10px 0px 0px 10px;background: url('../images/icon3.gif') no-repeat 0px 18px;}
/*产品标题*/
.espcms_pic_index{width:790px;overflow: hidden;}
.goods_list_str li{padding:15px 0px;overflow: hidden;}
.goods_list_str li dt{float: left;width:180px;padding-right:10px;}
.goods_list_str li dd.t{padding-top:0px;}
.goods_list_str li dd.s{color:#a5a5a5;line-height:20px;}
.goods_list_str li dd.b{padding-top:5px;}
.goods_list_str li dd.p{padding:5px 0px;color:#ff9000; font-size:12px; font-family: verdana;}

.espcms_pic_index .mover li{float: left;}
.espcms_pic_index .mover .pic{width:250px; height:180px; padding:20px 5px 0px 5px;  text-align:center; }
.espcms_pic_index .mover .title{width:250px; height:35px;line-height: 35px; text-align:center; }

.p_title{padding-bottom: 0%}
.p_title h2{font-size:20px;color: #231916d;margin: 1% 0;text-align: center}
.p_title .line{height: 2px;background: #7E7A78;}
.p_title p{text-align: center;font-family: STXingkai;font-size: 20px;margin: 1% 0}
.espcms_page_m{width: 800px;height: 375px;background:#D7D7D7;margin: 50px auto;overflow: visible }
.espcms_page_l{position: absolute;left: 0;background: #88092B;height:355px;top: -20px; }
.espcms_page_m .espcms_page_l li.onefast{list-style: none;padding: 0px 10px 0px 0px;background: none;width: 150px;height: 32px;overflow: hidden;border-top: 1px solid #533738;}
.espcms_page_m .espcms_page_l li a{color: #ddd;padding: 5px 0px 5px 25px;position: absolute;width: 135px;height: 22px}
.espcms_page_m .espcms_page_l li a.hover,.espcms_page_m .espcms_page_l li a:hover{background: #533738;}
.espcms_page_m .espcms_page_l h2{color: #ddd;font-size: 16px;margin: 25px 0 35px 20px;font-weight: bold}
.espcms_page_m .espcms_page_l h2 hr{height: 1px;width: 50px;background: #9DC3B3;margin-top: 10px;border: 0;}
.espcms_page_r{position: absolute;left: 195px;height: 370px;width: 584px;color: #5B595A;line-height: 28px;}
.espcms_page_r h2{font-weight: bold}
.espcms_page_r .r_content{color: #868686;height: 260px;overflow: hidden}

.products{ width: 100%;}
.products_list{margin-bottom: 2%}
.products_list li{float: left;width: 32%;margin: 2% 0 0% 2%;}
.products_list li:nth-child(1),.products_list li:nth-child(4),.products_list li:nth-child(7){margin-left: 0}
.products_list li img{width: 100%;transition:transform 0.3s ease-in-out 0s}

.pro_content{line-height: 30px; position: absolute;z-index: 1000;position: fixed;top: 10px;left: 30%;bottom: 0;right: 0;overflow-x: hidden;overflow-y: auto;}
.p-img{position: relative;overflow: hidden}
.p-img .p-img-tit{position: absolute;bottom: 0;left: 0;color: #ddd;width: 100%;font-size: 18px;padding:2%;text-align: center;line-height: 22px;background: rgba(0, 0, 0, 0.4);transform: translateY(0%);transition: transform 0.3s ease 0s}
.p-img:hover .p-img-tit{transform: translateY(0);}
/*.products_list li .p-img img:hover{transform: scale(1.1, 1.1);}*/
.fade.in{opacity:1;}
.modal{z-index: 999}
.modal-backdrop.in{opacity:0.5}
.modal-dialog{margin: 10px auto;z-index: 9999}
.modal-backdrop{
    background-color: #000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}
.fade{transition: opacity 0.15s linear 0s;}
/*.modal-dialog{position: absolute;background: #fff;width: 503px;padding: 10px;opacity:1;transform:translate(0px, 0px)}*/
.pro_tit{line-height: 25px;margin: 10px 0;}
.pro_con{line-height: 28px;color: #818181;}
.modal-dialog{width:90%;max-width:800px;}

.page_news{position: relative;width:800px;margin: 0 auto; height: 600px;}
.news_left{position: absolute;left: 0;width: 400px;}
.news_right{position: absolute;right: 0;width: 400px;}
.news_tit{height: 75px;margin-top: 70px;position: relative;margin-bottom: 30px;}
.news_tit span{font-size: 57px;color:#D8D8D6;position: absolute;left: -30px;top: 0; }
.news_tit hr{width: 25px;background: #818181;height: 1px;border: 0;left: 0px;top: 45px;position: absolute;}
.news_tit h2{font-size: 17px;position: absolute;left: 0;top: 12px;}
.news_pics{height: 286px;overflow: hidden;position: relative;width: 332px;}
.num{position: absolute;left: 283px;bottom: -218px;}
.num ul li{border-radius:10px;background: #585657;width: 10px;height: 10px;padding: 0 0px;margin-right: 5px;float: left;overflow: hidden;cursor: pointer;}
.num ul li.on{background: #533738;}
.news_pics ul{width: 1000px;height: 248px;}
.news_pics ul li.strlist{background:none;float: left;width: 332px;}
.newslist_li{position: relative;z-index: 2;height: 344px;margin-top: 73px;}
.newslist_li li{background: url(../images/news_bg.png) no-repeat 65px 9px;}
.newslist_li li dd{float: left;height: 100px;color: #888;}
.newslist_li li dd.tl{width: 50px;margin-right: 70px;}
.newslist_li li dd.dr{width: 280px;}
a.more{
    background: none;
    border: 1px solid #ddd;
    bottom: 0;
    color: #888;
    float: right;
    padding: 1px 7px;
    transition:all 0.4s ease 0s;
}
a.more:hover{background: #533738;color: #fff;transform: scale(1.1, 1.1);}
.r-line{position: absolute;height: 421px;width: 1px;background: #D7D7D7;top: -13px;left: 76px;z-index: 1}
.dater{font-size: 30px;}

.s-title{margin-top: 140px;height: 130px;background: url(../images/downbg.png) no-repeat 111px 36px ;}
.titlespan{font-size: 65px;color: #d8d8d6;position: absolute;left: 90px;}
.s-title h2{
    background: #533738;
    border-radius: 80px;
    color: #fff;
    height: 94px;
    left: 51px;
    opacity: 0.9;
    padding-top: 68px;
    position: absolute;
    text-align: center;
    top: -139px;
    width: 154px;
}
.service_page{max-width: 1200px;width:95%;position: relative;height: auto;margin: 8% auto}
.service_page img{width:100%;}
.service_page_left{position: absolute;left: 0;top: -60px;width: 230px;}
.service_page_right{position: absolute;top: 20px;right: 0;width:500px; }
.service_page_line{width: 2px;height: 287px;background: #3E3A39;position: absolute;left: 74px;top: 18px;}
.service_page_left ul li{position: relative;background: url(../images/quanbg.png) no-repeat 68px 10px;padding: 10px 0 10px 110px;height: 50px;line-height: 19px;font-size: 17px;font-weight: bold;}
.service_page_left ul li a{color:#818181;}
.service_page_left ul li a.hover,.service_page_left ul li a:hover{color: #533738;}
.service_page_right ul li.service_strlist{height: 48px;overflow: hidden;margin-bottom: 12px;}
.service_page_right ul li.service_strlist p{float: left;width: 400px;}
.pic_title{text-align: center;margin: 70px 0 30px;}
.page_piclist ul li{float: left;margin: 5px 0;}
.page_piclist ul li.li-r{margin-left: 10px;}




/*内容查看*/
.espcms_book{max-width:1200px;overflow: hidden;padding:15px 0px;font-size: 16px;}
.espcms_book_paddingbottom0{width:790px;overflow: hidden;}
.espcms_book_padding15{width:760px;overflow: hidden;padding:15px;}
.espcms_book_padding0{width:760px;overflow: hidden;padding:0px;}
.espcms_book p{margin: 0}
.espcms_book img{max-width: 600px;height: auto;display: block;margin-left:auto;margin-right: auto;}
.espcms_book iframe{width: 600px;max-width: 100%;height: 400px;display: block;margin-left:auto;margin-right: auto;}
.espcms_pro_pic{float: left;width:390px;overflow: hidden;}
.espcms_pro_title{float: left;width:390px;padding-left:10px;overflow: hidden;}
.espcms_pro_title h1{font-size:20px;font-weight: bold;margin: 0px;padding:0px;color: #23a0e7}
.espcms_pro_title .espcms_priceclass{color:#ff9000;font-weight: bold;font-size:14px;}
.espcms_pro_title dd{padding:8px 0px 8px 15px;color:#7a7a7a;border-bottom: 1px solid #dedede;background: url('../images/icon7.gif') no-repeat -2px 10px;}
.espcms_pro_title dt{padding:0px 0px 8px 0px;color:#7a7a7a;border-bottom: 1px solid #dedede}
.espcms_pro_title dd.espcms_pro_orderbotton{background-image: none;padding:8px 0px;border: none}
.espcms_pro_photo{width:710px;margin: 0 auto;padding:15px 0px;}

/*新闻查看*/
.espcms_news_title{padding:15px;text-align: center;margin: 0px auto;line-height: 30px;}
.espcms_news_title h1{line-height: 35px;}
.espcms_newslist_read{padding:0px 5px;}
.espcms_newslist_read li{float: left;width:48%;background: url('../images/icon2.gif') no-repeat 0px 8px;padding:0px 0px 5px 8px;overflow: hidden;}

/*网站留言*/
.espcms_bbs_loading {text-align: center;padding:10px 0px;}
.espcms_bbs_list_all,.espcms_bbs_list {list-style:none; }
.espcms_bbs_list_all li{padding-bottom:20px;overflow: hidden;}
.espcms_bbs_list li{padding:10px 0px;overflow: hidden;border-bottom:1px solid #f2f2f2}

.espcms_bbs_content_a_read_table{overflow:hidden;}
.espcms_bbs_content_a_read_table .content{padding:5px 10px;border-right:1px solid;border-left:1px solid;overflow:hidden;}
.espcms_bbs_content_a_read_table .b2,.espcms_bbs_content_a_read_table .b3,.espcms_bbs_content_a_read_table .b4,
.espcms_bbs_content_a_read_table .b5,.espcms_bbs_content_a_read_table .b6,.espcms_bbs_content_a_read_table .b7,.espcms_bbs_content_a_read_table .content{border-color:#f2f2f2;}
.espcms_bbs_content_a_read_table .b1,.espcms_bbs_content_a_read_table .b8{background:#f2f2f2;}
.espcms_bbs_content_a_read_table .b2,.espcms_bbs_content_a_read_table .b3,.espcms_bbs_content_a_read_table .b4,
.espcms_bbs_content_a_read_table .b5,.espcms_bbs_content_a_read_table .b6,.espcms_bbs_content_a_read_table .b7,.espcms_bbs_content_a_read_table .content{background:#f2f2f2;}

.espcms_bbs_content_b_read_table{overflow:hidden;}
.espcms_bbs_content_b_read_table .content{padding:5px 10px;border-right:1px solid;border-left:1px solid;overflow:hidden;}
.espcms_bbs_content_b_read_table .b2,.espcms_bbs_content_b_read_table .b3,.espcms_bbs_content_b_read_table .b4,
.espcms_bbs_content_b_read_table .b5,.espcms_bbs_content_b_read_table .b6,.espcms_bbs_content_b_read_table .b7,.espcms_bbs_content_b_read_table .content{border-color:#fff;}
.espcms_bbs_content_b_read_table .b1,.espcms_bbs_content_b_read_table .b8{background:#fff;}
.espcms_bbs_content_b_read_table .b2,.espcms_bbs_content_b_read_table .b3,.espcms_bbs_content_b_read_table .b4,
.espcms_bbs_content_b_read_table .b5,.espcms_bbs_content_b_read_table .b6,.espcms_bbs_content_b_read_table .b7,.espcms_bbs_content_b_read_table .content{background:#fff;color: #ff9000}

.espcms_bbs_content_a_read_table .content{line-height: 25px;}
.espcms_index{background: url('../images/espcms_bbs_index.gif') no-repeat 25px bottom;padding:0px 0px 8px 0px;margin: 0px;}
.espcms_index .espcms_bbs_title{color:#3375b9;font-weight: bold;}
.espcms_index .espcms_bbs_auto{color:#639B46;padding-left:10px;}
.espcms_index .espcms_bbs_time{color:#7a7a7a;padding-left:10px;}
.espcms_index_re{background: url('../images/espcms_bbs_index_re.gif') no-repeat 25px bottom;overflow: hidden;padding:10px 0px 8px 0px;margin: 0px;}
.espcms_index_re .espcms_bbs_title{color:#00a73f;font-weight: bold;}
.espcms_index_re .espcms_bbs_auto{color:#00a73f;font-weight: bold;padding-left:10px;}
.espcms_index_re .espcms_bbs_time{color:#00a73f;padding-left:10px;}

.espcms_bbs_list_title{float: left;overflow: hidden;background: url('../images/icon1.gif') no-repeat 0px 8px;padding-left:10px;font-size:14px;}
.espcms_bbs_list_title span{padding-left:5px;font-size:12px;}
.espcms_bbs_list_data{float: right;overflow: hidden;color: #dedede;}
.espcms_bbs_list_aoto{color: #00a73f;font-weight: bold;}

/*留言表单说明*/
.espcms_bbs_form{overflow: hidden;}
.espcms_bbs_form .title{height:35px;line-height: 30px;padding-left:10px;font-size:14px;font-weight: bold;color:#000000;border-right:1px solid;border-left:1px solid;
      border-bottom:1px solid;overflow:hidden;background:#e5e5e5;border-color:#e5e5e5;background: url('../images/message_bg.jpg') repeat-x}

.espcms_bbs_form .messageicon{float: left;width:18px;height:18px;background: url('../images/mess_icon.gif') no-repeat 0px 0px;margin-top: 8px;}
.espcms_bbs_form .messageicon2{float: left;width:18px;height:18px;background: url('../images/mess_icon.gif') no-repeat 0px -18px;margin-top: 6px;}
.espcms_bbs_form .messageicon3{float: left;width:18px;height:18px;background: url('../images/mess_icon.gif') no-repeat 0px -90px;margin-top: 6px;}
.espcms_bbs_form .messtitle{float: left;height:32px;line-height: 32px;padding-left:5px;}
.espcms_bbs_form p{float:left;overflow: hidden;height:32px;line-height: 32px;padding-left:5px;}
.espcms_bbs_form .content{padding:15px 10px;border-right:1px solid;border-left:1px solid;overflow:hidden;background:#fff;border-color:#e5e5e5;}

.espcms_bbs_form .b1{background:#e5e5e5;}
.espcms_bbs_form .b2,.espcms_bbs_form .b3,.espcms_bbs_form .b4{border-color:#e5e5e5;background:#fafafa;}
.espcms_bbs_form .b5,.espcms_bbs_form .b6,.espcms_bbs_form .b7{background:#fff;border-color:#e5e5e5;}
.espcms_bbs_form .b8{background:#e5e5e5;}

/*会员*/
.espcms_member_login_center{padding:0px 0px 25px 0px;border:1px solid #dedede;margin: 35px auto 25px auto;;}
.espcms_member_login_center .title{height:35px;line-height: 30px;padding-left:10px;font-size:14px;font-weight: bold;color:#000000;
      border-bottom:1px solid;overflow:hidden;background:#e5e5e5;border-color:#e5e5e5;background: url('../images/message_bg.jpg') repeat-x}
.espcms_member_login_center .messageicon{float: left;width:18px;height:18px;background: url('../images/mess_icon.gif') no-repeat 0px -18px;margin-top: 8px;}
.espcms_member_login_center .messageicon2{float: left;width:18px;height:18px;background: url('../images/mess_icon.gif') no-repeat 0px -54px;margin-top: 8px;}
.espcms_member_login_center .messageicon3{float: left;width:18px;height:18px;background: url('../images/mess_icon.gif') no-repeat 0px -90px;margin-top: 8px;}
.espcms_member_login_center .messageicon4{float: left;width:18px;height:18px;background: url('../images/mess_icon.gif') no-repeat 0px -0px;margin-top: 8px;}
.espcms_member_login_center .messtitle{float: left;width:100px;height:35px;line-height: 35px;padding-left:5px;}

.espcms_formwidth_a{width:450px;}
.espcms_formwidth_b{width:900px;}
.espcms_formwidth_c{width:98%;}
.espcms_formwidth_d{width:99%;}
.mobliecodestr{border:1px solid #d5d5d5;padding:5px;margin-top: 5px;}

/*翻页*/
.espcms_page_botton{text-align: center;overflow: hidden;padding-top:10px;}
/*线条*/
.espcms_page_right_line{width:100%;border-bottom:1px solid #999;height:1px;overflow: hidden;}
.espcms_page_center_line{width:1200px;border-bottom:1px solid #e6e6e6;height:1px;overflow: hidden;}

/*表格*/
.tablelist {border-spacing: 0px;}
.tablelist .td01 {background-color: #F3F3F3;border: 1px solid #e6e6e6;padding: 5px;font-weight: bold;margin: 0px;text-align: center;}
.tablelist .td02 {border-bottom: #e6e6e6 1px solid;padding: 5px;margin: 0px;text-align: center;}
.tablelist .td03 {border-bottom: #e6e6e6 1px solid;padding: 5px;margin: 0px;text-align: right;}
.tablelist .td04 {border-bottom: #e6e6e6 1px solid;padding: 5px;margin: 0px;text-align: left;}


/*版权声明*/
.footer_page{width:100%;margin: 0px auto;overflow: hidden;background-color:#DCDDDD;padding:3% 3% 1%;height:auto;position: relative}
.footer_talbe{max-width:1200px;margin: 0px auto;overflow: hidden;font-size: 15px;width: 100%;position: relative}
.footer_talbe .titlethree{color:#868686;padding-bottom:10px;font-size:15px;border-bottom:1px solid #dedede;margin-bottom: 10px;}
.footer_talbe dl{float: left;width: 14%;padding-top:0px;font-family: YouYuan}
.footer_talbe dt {padding-bottom:10px;font-weight: normal}
.footer_talbe dt a{font-size: 16px;color: #697B6B}
.footer_talbe dt a:hover{color: #000}
.footer_talbe .content{width:330px;height: 80px;}
.footer_talbe .content dt{font-size:20px;color:#fff;font-weight:100;padding-bottom:10px;}
.footer_talbe .content dd{font-size:12px;color:#ddd;}
.footer_talbe .subscription{width:330px;text-align: left;padding-top:5px;}
.footer_talbe dd a{font-size: 14px;}
.footer_talbe .f-menu dl dd{display: none;}
.iconbeian{padding: 2% 0 }
.iconbeian p{line-height: 22px;margin-top: 2%;text-align: center}
.footer_talbe .fa{font-size: 11px}
.footer_talbe .f-left{width: 80%;}
.footer_talbe .f-right{width: 19%;position: absolute;top: 3%;right: 0;}
.footer_talbe .f-right .img{max-width: 100px;line-height: 22px;font-size: 12px;text-align: center;float: left;margin-left: 2%;}
.footer_talbe .f-right .img img{width: 100%;}
.iconbeian{font-size: 12px;}
.iconbeian i{margin-left: 1%;width: 15px;text-align: center;height: 15px;padding: 2px;line-height: 15px;background: #3F3A39;border-radius:20px;color: #ddd;}
.iconbeian a{font-weight: bold}
.iconbeian a:hover{color: #000}


.sitetype {width:1200px;padding-top:10px;line-height: 25px;margin: 0 auto;}
.foot_l{float:left;width:770px;}
.sitetype a{color:#23a0e7}
.sitetype p span {padding:0px 10px;}
.foot_r{float:right;height: 35px;line-height: 35px;width:225px;padding-top:35px;}
.foot_r span {display: block;font-size: 16px;color: #868686;float: left;margin-right: 10px;}
.foot_r .bds_tools_32{margin-right: -8px;line-height: 35px !important;}
.foot_r .bds_tools_32 .bds_tsina {background: url(../images/fxsi.png) no-repeat;}
.foot_r .bds_tools_32 .bds_tqq {background: url(../images/fxqq.png) no-repeat;}
.foot_r .bds_tools_32 .bds_douban {background: url(../images/fxdb.png) no-repeat;}
.foot_r .bds_tools_32 .bds_renren {background: url(../images/fxrr.png) no-repeat;}
.foot_r .bds_tools_32 a {display: block;width: 35px;height: 35px;margin-right: 8px;text-indent: 35px;padding-left: 0;overflow: hidden;float: left;background-position: 0 0 !important;}
.footer_talbe_str {width:100%;margin: 0px auto;overflow: hidden;background-color:#dedede;padding:5px 0px;margin-top: 20px;border-top:#fff solid 1px; }


/*对话框*/
#floatBoxBg{display:none;width:100%;height:100%;background:#fff;position:absolute;top:0;left:0;z-index: 800}
.floatBox{width:300px;position:absolute;top:40px;left:40%;z-index: 999}
.floatBox .title h4{float:left;padding:0;margin:7px 0px 0px 0px;font-size:12px;color:#fff;line-height:17px;}
.floatBox .title span{float:right;cursor:pointer;}
.floatBox .content{padding:5px;background:#fff;}
.floatBox{position:absolute;padding:5px;background:rgba(0,0,0,0.1);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
	 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#22000000,endColorstr=#22000000);}

 .espcms_slide .bd li{}
 .espcms_slide .bd li img{height:100%;position:absolute;left:0;top:0;display: none}

 .apple-banner {
	width: 100%;
	height: auto;
	overflow: hidden;
        position: relative
}
.apple-banner .swiper-container {
	margin-top: 0px;
	width: 100%;
	height: auto;
}
.apple-banner .swiper-button-prev,.apple-banner .swiper-button-next{
	width: 15%;
	height: 100%;
	top:0;
	background:none;
        
	}
.apple-banner .swiper-button-prev{
	left:0;}
.apple-banner .swiper-button-next{
	right:0;}
.apple-banner .swiper-button-prev span,.apple-banner .swiper-button-next span{
	display:block;
	width: 64px;
	height: 64px;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top:-32px;
	border-radius: 100%;
	background: rgba(180,180,180,0.25) url(../images/arrows.png) no-repeat center 17px;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
.apple-banner .swiper-button-next span{
	background: rgba(180,180,180,0.25) url(../images/arrows.png) no-repeat center -71px;
	left:auto;
	right:20px;
	}
.apple-banner .swiper-button-prev:hover span,.apple-banner .swiper-button-next:hover span{
	opacity: .6;
}
/*分页器*/
.apple-banner .swiper-pagination{
	top:auto;
	bottom:0;
	background:none;
        z-index: 4;
}
.apple-banner  .swiper-pagination-bullet {
	display: inline-block;
	width: 50px;
	height: 30px;
	margin: 0 3px;
	cursor: pointer;
	background: none;
	border-radius:0;
	opacity: 1;
}
.apple-banner  .swiper-pagination-bullet span {
	width: 50px;
	height: 2px;
	display: block;
	background: rgba(128,128,128,0.2);
}
.apple-banner .swiper-pagination-bullet-active span{
    background:gray;
}
.apple-banner .autoplay .swiper-pagination-bullet-active span{
    background: rgba(128,128,128,0.2);
}
.apple-banner  .swiper-pagination-bullet i{
	background: gray;
	height: 2px;
	transform:scaleX(0);
	transform-origin: 0;
	display: block;
}
.apple-banner .autoplay .firsrCurrent i{
	transition:transform 2.9s linear;
	transform:scaleX(1);
}
.apple-banner .autoplay .current i{
	transition:transform 4s linear;
	transform:scaleX(1);
}
.apple-banner  .autoplay .replace span{
  background:gray;
}
/*内容样式*/

.apple-banner .swiper-slide{position: relative;width: 100%;height:auto;overflow: hidden }
.apple-banner .swiper-slide img{width: 100%;}
.apple-banner  .swiper-slide iframe {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
@font-face
{
font-family: myFirstFont;
src: url('http://www.w3school.com.cn/example/css3/Sansation_Light.ttf')
    ,url('http://www.w3school.com.cn/example/css3/Sansation_Light.eot'); /* IE9+ */
}
.index_news{background: none;padding: 2% 0;}
.index_news .news_left{float: left;width: 60%;position: relative;}
.index_news .news_right{float: right;width: 40%;height:400px;position: relative;}
.index_news .news-tit{margin-bottom: 6%;}
.index_news .news-tit b{font-weight: normal;font-size: 35px;font-family:"华文楷体";}
.index_news .news-tit h3{font-size: 30px;margin: 15px 0}
.index_news .news_left li{margin: 1.5% 0;width: 50%;float: left;}
.index_news .news_left th{width:40%;overflow: hidden;padding-right: 5%}
.index_news .news_left th img{width: 100%;transition: transform 0.3s ease-in-out 0s;vertical-align:middle;}
.index_news .news_left table:hover img{transform: scale(1.1, 1.1);}
.index_news .news_left td{width:55%;padding-left:0%;line-height: 30px;vertical-align:middle;position: relative }
.index_news .date-text{border: 1px solid #333;line-height: 30px;float: left;width: 65px;height: 65px;text-align: center;padding: 5px;}
.index_news .date-text b{font-size: 15px;font-weight: normal;}
.index_news .date-text h4{margin: 0;font:italic 30px Georgia,Times,serif;}
.index_news .news_left td a{padding-left: 10px;font-size: 15px;line-height: 75px;}
.index_news .news_left td a span{line-height: 25px;}
.index_news .news_left td i{margin-left: 5%;font-size: 25px;}
.index_news .news_right .R {
    background: rgba(0, 0, 0, 0) url("../images/link2.png") no-repeat scroll center center;
    height: 344px;
    position: absolute;
    right: 1%;
    top: 15%;
    width: 355px;
}
.index_news .news_right .R a {
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    position: absolute;
    text-align: center;
    transition: all 0.3s ease 0s;
}
.index_news .news_right .R a {
    height: 100px;
    left: 80px;
    line-height: 92px;
    padding-bottom: 90px;
    top: 0;
    width: 190px;
}
.index_news .news_right .R a + a {
    height: 190px;
    left: 169px;
    line-height: 190px;
    padding: 0 0 0 90px;
    top: 75px;
    width: 100px;
}
.index_news .news_right .R a + a + a {
    height: 100px;
    left: 80px;
    line-height: 92px;
    padding: 90px 0 0;
    top: 151px;
    width: 190px;
}
.index_news .news_right .R a + a + a + a {
    height: 190px;
    left: 0;
    line-height: 190px;
    padding: 0 90px 0 0;
    top: 78px;
    width: 100px;
}
.index_news .news_right .R a:hover {
    background: #e5007f none repeat scroll 0 0;

}

.navlist2{height:50px;line-height: 50px;font-size: 18px;text-align: center;margin-top: -3.8%;box-shadow: 0 -1px 10px #888; }
.navlist2 li{float: left;width: 16.66%;position: relative;height:50px;background: #fff;}
.navlist2 li a{position: absolute;width: 100%;height: 100%;left: 0;top: 0;transition: all 0.4s ease 0s;}
.navlist2 li a:hover,.navlist2 li a.hover{background: #A3D0BC;color: #fff;}
.navlist2 li:nth-child(2),.navlist2 li:nth-child(4),.navlist2 li:nth-child(6),.navlist2 li:nth-child(8){background: #dbdcdc;}

.navlists{background: none;height: 40px;line-height: 40px;position: relative;font-size: 18px;color: #333;margin: 2% 0;}
.navlists .pubwidth{max-width: 900px}
.navlists h3{float: left;margin: 0;margin-right: 1% ;line-height: 65px;display: none}
.navlists h3 a{color: #ddd}
.navlists li{float: left;width: 20%;height: 38px;position: relative;text-align: center;line-height: 35px;}
.navlists li .line{position: absolute;left: 0;top: 0;width: 1px;height: 100%;background: #333}
.navlists li:nth-child(1) .line{display: none}
.navlists li a.toptype{width: 90%;height: 100%;position: absolute;top: 0;left: 0;margin:0 5%;color: #333;}
.navlists li a.toptype:hover,.navlists li a.hover{background: #333;color: #fff}
.navlists li .sublist{position: absolute;width: 100%;line-height: 30px;font-size: 16px;top: 37px;background: #A3D0BC}
.navlists li .sublist a{display: block}
.c-left{float: left;width: 50%;}
.c-right{float: right;width: 50%;}
.espcms_book .en{font-size: 25px;}
.espcms_book h3{font-size: 25px;}
.modal-title{text-align: center;}

.btlist{position: relative;width: 100%;}
.btlist li{padding: 1% 0;width: 8.5%;margin: 2%;float: left;color: #fff;transition: all 0.4s ease 0s;background: #A3D0BC;line-height: 15px;font-family: YouYuan;font-size: 13px;text-align: center;cursor: pointer;}
.btlist li h4{font-size: 20px;line-height: 25px;margin: 10% 0}
.btlist li:hover,.btlist li.hover{transform: scale(1.2, 1.2);background: #537F69}
.fzpage{margin: 2% auto 4%;width: 100%;}
.scroll-top {
    background: #000 none repeat scroll 0 0;
    border: 0px solid #ddd;
    border-radius: 0px;
    cursor: pointer;
    font-size: 13px;
    line-height: 35px;
    padding: 1px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 100px;
    width: 40px;
    z-index: 999999;
    color: #ddd;
}
.scroll-top i.fa {
    font-size: 18px;
    font-weight: normal;
}
.scroll-top:hover {
    background: #a3d0bc;
    border: 1px solid #a3d0bc;
}
.scroll-top:hover i.fa {
    color: #fff;
}
.carousel-control.left,.carousel-control.right{display: none}
@media (max-width: 1024px) {
    .head_wap{display:block;}
    .espcms_botton{display:none;}
    .espcms_head{}
    .espcms_slide .bd li{height:auto;max-height: 350px;}
    .espcms_slide .bd li img{width:auto;height:100%;position:absolute;left:0;top:0;display: block}

}

@media (max-width: 767px) {
    .apple-banner  .swiper-pagination-bullet{width:20px;height:auto}
    .head_wap .left{top:0}
    .apple-banner .swiper-slide{height:auto}
    .apple-banner .swiper-slide img{width: 100%;display: block}
    .espcms_head{height:50px;}
    .espcms_head .logo{width: 224px;}
    .head_wap .left{max-width:329px;width:100%;padding-top:0}
    .espcms_head .lines{height:31px;z-index:3;width:50px;margin-top:4%;}
    .espcms_head .lines p{width:31px;height:2px;}
    .espcms_head .lines p:nth-child(2){top:10px;}
    .espcms_head .lines p:nth-child(3){top:20px;}
    .espcms_head .nav{top:50px;}
    .typelist ul li{width:80%;margin:2% 10%}
    .typelist ul li div.li{font-size:15px;line-height:20px;}
    .typelist ul li div.li h3{font-size:18px;}
    .typelist ul li div.li .texth3{width:60%;height:50%;left:18%;top:23%}
    .typelist ul li div.li .texth3 .texth32{height:68%;}
    .espcms_page_bannpic{height:auto}
    .espcms_page_bannpic img{margin:0;display:block}
    .espcms_page_bannpic .back_home{display:none;}
    .espcms_page_con{width:100%;}
    .espcms_page_typename_about img{width:80%;}
    .footer_page{height:auto;position: relative;width:94%}
    .footer_talbe td,.footer_talbe table,.footer_talbe tbody{width:100%;display:block;text-align: center}
    .index_news .news_left,.index_news .news_right{float:none;width:98%;margin:0 auto}
    .index_news .news_left th,.news_left td{width:100%;display:block;}
    .index_news .news_left td{padding:2% 0;width:115%}
    .index_news .news_left th, .news_left td{width:111%}
    .index_news .news_right .R{right:5%;}
    .footer_talbe .content,.footer_talbe .f-menu{width:100%}
    .navlist2{font-size:12px;}
    .index_tit p{text-indent: 2em;font-size: 15px;text-align:left}
    .typelist ul li div a.p-tit-a{background: rgba(0,0,0,0);}
    .footer_talbe dl{width:33.3%;text-align:left}
    .footer_talbe dd{display:none;}
    .navlists{height:auto;padding-bottom:5%;}
    .navlists h3{margin:0;text-align:center;float:none;width:100%}
    .navlists ul{margin:0 0 0 0%}
    .navlists li{float:left;margin:0 auto;width:50%;}
    .espcms_newslist_read li{width:99%}
    .products_list li,.products_list li:nth-child(1), .products_list li:nth-child(4), .products_list li:nth-child(7){width:48%;margin:1%;}
    .p-img .p-img-tit{transform: translateY(0);font-size:15px;}
    .c-left{float: left;width: 100%;}
    .c-right{float: right;width: 100%;}
    .espcms_book img{max-width: 100%;}
    .espcms_book iframe{height:300px;}
    .btlist li{font-size:12px;width: 42%;margin:4%}
    .footer_talbe .f-left{width:100%;}
    .footer_talbe .f-right{width:80%;position: relative;text-align:center;margin:0 auto;}
    .footer_talbe .f-right .img{width:45%;max-width:inherit}
    .iconbeian span{display:block;text-align:center}
    .p_title{padding-left:1%;padding-right:1%;width:98%;}
    
}