@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0; list-style:none; box-sizing:border-box; font-size: 14px; }
img{ border:0;}
a{ text-decoration:none; color:#333;  }
input,textarea,button{outline:none;}
em{ font-style:normal;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
hr{ border:none;}
.l{ float:left}
.r{ float:right}
.tow{ overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.container{width:1320px; margin: 0 auto; }
.w1200{ width:1320px; margin: 0 auto; }
.w1440{ width:1440px; margin: 0 auto; }
.clearfix{clear: both}
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
body{overflow-x:hidden}

*:focus{   
	border:none;
}



@font-face {
    font-family: 'Esther';
    src: url('../font/Esther.otf') format('woff');
    font-weight: normal;
    font-style: normal;
}




/* 导航栏 */
.header_nav{height:110px; width:100%; z-index:99;  position: fixed; top:0; left:0; transition: .3s;}
.header_nav:hover{background: #fff; transition: .3s;}
.f_top{background: #fff; height: 70px;}
.h_logo{width:135px; height:auto;  display: flex; align-items: center; position: absolute; top:18px; left:50%; margin-left:-67.5px; }
.h_logo img{width:100%; height: auto; align-items: center; float: left}
.logo2{display: none}
.f_top .logo1{display: none}
.f_top .logo2{display: block}


.h_sj{width:15px; height: 70px; float: left; position: relative; background: url(../images/h_sj.png) no-repeat center; float: left}
.h_wx{width:22px; height:70px; float: left; position: relative; background: url(../images/h_wx.png) no-repeat center; float: left; margin: 0 25px}
.h_wx img,.h_sj img{width:100px; height: auto; display: block; position: absolute; top:60px; left:-50px; display: none; z-index: 999}
.h_wx:hover img,.h_sj:hover img{display: block}
.h_dizhi{width:20px; height:70px; float: left; background: url(../images/h_dz.png) no-repeat center; margin-left:25px;}
.h_search{width:20px; height:70px; background: url(../images/h_search.png) no-repeat center; float: left;}
.h_input{width:100%; height:auto;  background:rgba(0,0,0,0.8); border-top:1px solid #e5e5e5;  position: absolute; top:100%; left:0; z-index:999; display: none; 
	padding:18px 0;}
.h_input .h_text{width:288px; height:50px; float: left; background: #eee; border: 0; padding: 0 10px; font-size: 14px; color: #555555;}
.h_submit{width:120px; height: 50px; background:#000000; float: right;border: 0; cursor: pointer; text-align: center; line-height: 50px; font-size: 16px; color: #fff}
.h_submit:hover{background:#a7805a}
.h_input_text{width:408px; margin: 0px auto; height:50px; }
.header_right{width:200px; float: right}
.nav{ height:70px; float: left; width:30%; }
.nav .nLi{position:relative;float:left;display:inline;height:100%; width:25%;}
.nav .nLi h3{ font-weight: normal; width:100%; height: 100%;  }
.nav .nLi h3 p{height:100%; color:#777777; font-size:16px; position: relative; text-align: center;  line-height:70px; }
.nav .nLi h3 a{width:100%;height:100%;color:#fff; margin: 0px auto; display: block; font-size: 16px;}
.nav .nLi:hover p,.nav .nLi.active h3 p{font-weight: bold;}



/* 首页:banner */
.banner{ width:100%; height:auto; position: relative; overflow: hidden; }
.banner .swiper-container{width:100%; height: auto; position: relative}
.banner .swiper-slide a{width:100%; height: auto; display: block}
.banner .swiper-slide a img{width:100%; height: auto; display: block}
.banner .swiper-pagination{bottom:58px;}
.banner .swiper-pagination-bullet{width:20%; height: 1px; background: rgba(255,255,255,0.6);opacity: 1; position: relative}
.banner .swiper-pagination-bullet:after{content: ""; width: 0; height: 1px; background: #fff; position: absolute; top:0; left:0; transition: all 0.3s ease-in-out;}
.banner .swiper-pagination-bullet-active:after{width:100%; transition: all 0.3s ease-in-out;}
.index_product{width:100%; height: auto; overflow: hidden}
.index_product .swiper-slide a{width:100%; height: auto; display: block}
.index_product .swiper-slide a img{width:100%; height: auto; display: block}
.index_product .swiper-pagination-bullet{width:10px; height: 10px; background: url(../images/p_active.png) no-repeat center; margin: 0 8px!important}
.index_product .swiper-pagination-bullet-active{background: url(../images/ph_active.png) no-repeat center}
.index_product .swiper-pagination{bottom:5%}
.index_huiyuan{width:100%; height:auto; overflow: hidden}
.index_huiyuan img,.index_huiyuan a{width:100%; height: auto; display: block}
.multiple-items{}



/*底部*/
.footer{width:100%; height:auto; overflow: hidden; background:#f9f9f9; padding:45px 0 40px}
.footer_left{width:auto; float: left;}
.footer_left h4{color:#070707; font-size: 18px; font-weight: bold; margin-bottom: 26px;}
.f_wb{width:28px; height: 23px; float: left; margin-right:30px;}
.f_wx{width:30px; height: 24px; float: left; position: relative; background: url(../images/wx_icon.png) no-repeat center}
.f_wx img{width:100px; height: auto; display:none; position: absolute; top:30px; left:0;}
.f_wx:hover img{display: block}
.footer dl{float: right; margin-left:78px}
.footer dl:nth-child(3n){margin-right: 0}
.footer dl dt{width:100%; height: auto; overflow: hidden; color:#070707; font-size:18px; font-weight: bold; margin-bottom: 20px;}
.footer dl dd{width:100%; height: auto; overflow: hidden}
.footer dl dd a{width:100%; height: auto; display: block; color:#777777; font-size:17px; margin:15px 0}
.footer dl dd a:hover{color:#000}
.footer_bottom{width:100%; height:86px;  overflow: hidden; background: #f9f9f9; border-top:1px solid #e6e6e6 }
.copy_bq{width:auto; height:86px; line-height:86px; position: relative; color:#999999; font-size:14px; float: left}
.copy_bq a{color:#999999; font-size:14px; margin-right: 10px;}
.copy_bq a:hover{color:#a7805a!important}
.footer_zhichi{width:auto; height:100%; overflow: hidden; float:right; }
.footer_zhichi p{ width: auto; float: left; margin-left: 20px;   color:#999999; line-height:86px;}
.footer_zhichi .pt{width:89px;height: 18px; background: url(../images/yd_icon.png) no-repeat; margin-top:35px; margin-right: 10px}
.footer_zhichi span{float: left; font-size:14px; color: #999999;}
.footer_zhichi i{ float: left;}



/*弹出视频*/
.video_bj{width:100%; height:100%; position:fixed; top:0px; left:0px; background:rgba(0,0,0,0.5); z-index:888; display:none}
.video_xx{width:600px; height:400px; position:fixed; top:50%; left:50%; margin-left:-300px; margin-top:-190px; z-index:999}
.close{width:100%; height:40px; text-align:right; background:rgba(0,0,0,0.5);}
.close img{width:32px; height:32px; margin-top:4px; margin-right:10px;}
.video-box{width:100%; height:360px;}
.sj_video{width:100%; height:auto; overflow:hidden; display:none;}




/*客服*/
.lxfx {
    height: auto;
    position: fixed;
    right:0px;
    top:250px;
    width: 77px;
    z-index: 999;
}
.lxfx li a {
    color: rgb(255, 255, 255);
    display: block;
    height: 47px;
    margin-top: 9px;
    width: 300px;
	font-size: 14px;
}
.leftlx {
    float: left;
    height: 47px;
    width: 77px;
}
.lxfx li span {
    border-left: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    float: left;
    font-size: 20px;
    height: 24px;
    line-height: 22px;
    margin-top: 8px;
    padding-left: 8px;
}
.fix_ewm {
    border: 5px solid rgb(255, 255, 255);
    display: none;
    height: 120px;
    left: -145px;
    position: absolute;
    top: -40px;
    width: 120px;
}
.lxfx li i {
    display: block;
    height: 27px;
    margin: 0 auto;
    text-align: center;
    width: 30px; background:url(../images/fx.png) no-repeat;
}
.lxfx li i.icon-tel {
    background-position: 0 -25px;
}
.lxfx li i.icon-ly {
    background-position: 4px -53px;
}
.lxfx li i.icon-wx {
    background-position: -34px 4px;
}
.lxfx li i.icon-wb {
    background-position: -30px -22px;
}
.lxfx li i.icon-top {
    background-position: -30px -49px; height:32px;
}

.lxfx li p {
    line-height: 12px;
    text-align: center;
}
.lxfx li {
    background:#184a8f;
    height: 62px;
    margin-bottom: 1px;
    margin-left: 0;
    overflow: hidden;
    position: relative;
    width: 77px; float:left;
}











/*关于我们*/
.ny_about_ul{width:100%; height: auto; overflow: hidden; }
.ny_about_ul li{width:520px; height: 300px; float: left; overflow: hidden; position: relative; margin-bottom: 10px;}
.ny_about_ul li img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.about_ul_hover{width:100%; height: 52px; background: rgba(0,0,0,0.48); position: absolute; bottom:0; left:0; text-align: center; transition: all 0.4s ease-in-out;}
.about_ul_hover h4{width:100%; height: 52px; line-height: 52px; font-size: 18px; color: #fff; font-weight: bold;}
.about_ul_hover p{width:100%; height: 30px; line-height: 30px; font-size: 16px; color: #fff; text-overflow: ellipsis; overflow: hidden; white-space:nowrap; margin: 10px 0}
.about_ul_hover span{width:100%; font-size: 16px; color: #fff;}
.ny_about_ul li:nth-child(2n){float: right}
.ny_about_ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_about_ul li:hover .about_ul_hover{height:100%; background: rgba(0,53,148,0.8); transition: all 0.4s ease-in-out; padding-top: 55px}
.ny_about_ul li:hover h4{font-size: 30px; }
.ny_about_ul img{max-width:100%; display:block;}
.ny_about_xq{padding:20px 0;}
.ny_about_xq .about_xq_xq{background:#fff; padding:50px; font-size:16px; color:#666; line-height:32px; width:1200px; margin:0px auto;     box-shadow: 0 0 8px rgba(0,0,0,0.2); }
.about_xq_xq img{max-width:100%}
.ny_about_one{background: #fff; padding: 50px; font-size: 16px; color: #666; line-height: 32px; width: 1200px; margin: 0px auto;
    box-shadow: 0 0 8px rgb(0 0 0 / 20%);}


/*内页产品*/
.ny_ban{width:100%; height: 365px; position: relative;background-image: linear-gradient(to left, #eedcc3, #f2e6d1); 
	background-image: -webkit-gradient(to left, #eedcc3, #f2e6d1); 
	background-image: -webkit-radial-gradient(to left, #eedcc3, #f2e6d1);}
.ny_ban_info{width:100%; height:229px; background: url(../images/dao_bjs.jpg) no-repeat left center; position: absolute; bottom:0; left:0}
.ny_ban_info dl{width:1200px; height: 100%; float: left; margin-top: 35px;text-align: center}
.ny_ban_info dl dt{font-size: 66px; color: #a7805a; font-family: "Arial"}
.ny_ban_info dl dd{font-size: 21px; color: #a7805a;}
.ny_post{float: right; background: url(../images/home.png) no-repeat left center; padding-left: 30px; font-size: 16px; color: #666666; margin-top: 196px;}
.ny_post a,.ny_post span{font-size: 16px; color: #666666}
.ny_post a:hover{color:#194ca6}
/*.product_ban{background: url(../images/pro_ban.jpg) no-repeat top center}
.contact_ban{background: url(../images/conatct_ban.jpg) no-repeat top center}
.case_ban{background: url(../images/case_ban.jpg) no-repeat top center}
.about_ban{background: url(../images/about_ban.jpg) no-repeat top center}*/
.ny_all{width:100%;line-height:30px; margin-bottom:40px;  width:100%; height:auto; overflow:hidden}
.ny_info{width:100%; height: auto; overflow: hidden; background: url(../images/pro_bjs.jpg)  no-repeat right top;  
	padding-bottom: 36px}
.ny_product_ul ul{width:100%; height: auto; overflow: hidden; margin: 0px auto;}
.ny_product_ul ul li{width:32.3%; height: auto; float: left; position: relative; margin-right:1.5%; margin-bottom: 20px; overflow: hidden;border-radius:10px}
.ny_product_ul ul li img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_product_ul ul li:nth-child(3n){margin-right: 0}
.ny_product_ul ul li h3{width:100%; height:45px; line-height:45px; border-bottom: 1px solid #000; color:#000; font-size: 20px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.ny_product_ul ul li h4{color: #000000;
    font-size: 50px;
    font-family: "Esther";
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 60px; width:100%}
.ny_product_ul ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_product_ul ul li:hover .ny_pro_hover{background: #8d3c0bb3; height: 100%; transition: all 0.4s ease-in-out; padding-top:18%}
.ny_product_ul ul li:hover span{display: block}
.ny_pro_title{background:url(../images/ab.jpg) no-repeat center; background-size:100% 100%; width:1200px; margin-top:20px; height:120px; padding:40px 30px 0}
.ny_pro_title h4{color:#a7805a; font-size: 50px; float:left; font-family:"Arial"; line-height:45px;}
.ny_pro_title p{color:#a7805a;  padding-top:10px; font-size: 20px;  padding-left:20px; float:left; background:url(../images/xie.png) no-repeat left top}


.p-tit{height:70px;line-height:70px; border-bottom: 1px solid #dcdcdc}
.m-crm{color:#333;font-size:12px; background: url(../images/home.png) no-repeat left center; padding-left: 30px; float: left;font-size:14px;}
.m-crm a{font-size:14px; margin:0 3px;color:#333;-webkit-transition:all .5s ease 0s;-moz-transition:all .5s ease 0s;-ms-transition:all .5s ease 0s;-o-transition:all .5s ease 0s;transition:all .5s ease 0s}
.m-crm a:hover{color:#8d3c0b;}
.p-tit ul{float:right; height: 100%;}
.p-tit ul li{float:left;margin:0 20px}
.p-tit ul li a{display:block;height:70px;line-height:70px;color:#333333;font-size:16px;}
.p-tit ul li.active a,.p-tit ul li:hover a{color:#8d3c0b}
.ny_biaoti{overflow:hidden; margin:30px auto 30px; width:1200px;}
.ny_biaoti ul{width:100%; height:auto; overflow:hidden}
.ny_biaoti ul li{width:130px; height:40px; line-height:40px; border:1px solid #eee; border-radius:8px; text-align:center; float:left; margin-right:8px; margin-bottom:10px;}
.ny_biaoti ul li a{display:block;height:100%;color:#333333;font-size:14px;}
.ny_biaoti ul li.active a,.ny_biaoti ul li:hover a{color:#fff; background:#a7805a; border-radius:8px;}
.ny_biaoti ul li:nth-child(9n){margin-right:0}




/*内页新闻*/
.ny_news_top{width:100%; height: auto; overflow: hidden; margin-top: 0px;}
.ny_news_top dl{width:536px; height: auto; float: left}
.ny_news_top dl dt{width:224px; height: 166px; overflow: hidden; float: left}
.ny_news_top dl dt img{width:100%; height: 100%;transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_news_top dl dd{width:298px; height: 184px; float: right}
.ny_news_top dl dd h3{width:100%; height: 30px; line-height: 30px; font-size: 18px; color: #333; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.ny_news_top dl dd span{font-size: 14px; color: #999999; display: block; margin: 10px auto;}
.ny_news_top dl dd p{width:100%; height: 106px; font-size: 14px; color: #999999; line-height: 28px;}
.ny_news_top dl:nth-child(2n){float: right}
.ny_news_top dl:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;
}
.ny_news_top dl:hover h3,.ny_news_top dl:hover span,.ny_news_top dl:hover p{color:#8d3c0b}
.p-ct{width:100%; height: auto; overflow: hidden;margin-top:40px; }
.new-list{width: 100%; height: auto;overflow: hidden; margin-bottom:25px;}
.new-list li{height:173px;padding:25px 50px 0; background: #eeeeee; margin-bottom: 18px;}
.new-list li:hover{background: linear-gradient(to right, #e9cba1 0%,#efdfc7 100%);}
.new-list .f-imgfd-img{width:23px; height: 27px; float: right; background: url(../images/nh_jt.png) no-repeat; margin-top:54px}
.new-list li .f-imgfd-li{width:100%;height:100%;float: left;}
.f-imgfd-li dl{width:100%; height: 40px; line-height: 40px;}
.f-imgfd-li dl dt{width:600px; height: 100%; float: left; font-size: 18px; color: #333333; font-weight: bold; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.f-imgfd-li dl dd{font-size: 16px; color: #333333; float: right}
.f-xx{width:100%; height: 56px; line-height: 28px; font-size: 16px; color: #333;   word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; margin-top: 20px;}
.new-list li:hover dt,.new-list li:hover dd{color:#fff}
.new-list li:hover .f-xx{color:#fff}
.new-list li:hover .f-imgfd-img{background: url(../images/nb_jt.png) no-repeat center}



/*产品详情*/
.ny_xksb,.ny_pjcl{width:100%; height: auto; overflow: hidden; margin-top: 0px;}
.ny_proshow_jj{font-size: 18px; line-height: 34px; height: 200px; display: block;}
.ny_pro_shijian{font-size: 18px; margin-left: 10px;}
.ny_product{width:1200px;}



/*详情页*/
.nyinfo_title{width:100%;font-size:20px; color:#555; padding:10px 0px; text-align:center; clear:both}
.info_time{width:100%; line-height:30px; color:#999; height:30px; margin-bottom:20px; border-top:1px solid #ddd; border-bottom:1px solid #ddd; text-align:center; clear:both}
.info_xq{width:100%; font-size:20px; color:#666; padding:10px 0px; clear:both}
.pro_page_con{color: #666; float:right; font-size: 14px;   width: 72%; height: auto; overflow: hidden; line-height: 30px; margin-bottom: 40px;}
.keyword_light{font-size:16px; color:#666; line-height:30px; margin-bottom:30px;}



/*联系我们*/
.lxwm_z{float:left; width:700px;}
.lxwm_r{float:right;}
.lxwm{width:100%; height:auto; overflow:hidden; margin:20px auto;}
.lxwm_r li{width:130px; height:auto; float:left; margin-left:20px;}
.lxwm_r li p{width:100%; height:30px; line-height:30px; text-align:center}
.lxwm_r li img{width:100%; height:auto; display:block; border:1px solid #eee}





@media screen and (max-width:1520px){
.w1440,.container{width:1200px}
}

