@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0; list-style:none; box-sizing:border-box; font-size: 14px;}
html{font-size: 100px}
img{ border:0;}
a{ text-decoration:none; color:#333; transition: all 0.3s; -o-transition: all 0.3s; -mos-transition: all 0.3s; -webkit-transition: all 0.3s;  }
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:1200px; margin: 0 auto; }
.clearfix{zoom:1; clear: none}
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.w1440{width:1440px; margin: 0px auto;}
body{background:#43507a}

*:focus {
  outline: none;
  border: none;
}



@font-face {
    font-family: 'AMER';
    src: url("../font/AMERICANA BT.TTF") format('truetype');
    font-weight: normal;
    font-style: normal;
}




/* 导航栏 */
.header_nav{width:100%; height:90px; border-bottom: 1px solid rgba(255,255,255,0.2); position: absolute; top:0; left:0; z-index: 9}
.h_logo{width:158px; height:90px; float: left; display: flex; align-items: center; margin-left:2%}
.h_logo img{align-items: center; margin: 0px auto; max-width: 100%}
.h_menu{float: right; width:6%; height: 100%;  display: flex; align-items: center;  border-left: 1px solid rgba(255,255,255,0.2); }
.h_menu img{align-items: center; margin: 0px auto; max-width: 100%}
.h_dianhua{float: right; position: relative; margin-right: 2%}
.h_dianhua i{width:40px; height: 90px; display: block; background: url(../images/h_dhs.png) no-repeat center}
.h_dianhua p{color:#893421; font-size:20px; background: #fff; position: absolute; top:90px; right:-60px; z-index: 9; width: 160px; text-align: center; 
	font-weight: bold; padding: 8px 0; display: none;}
.h_dianhua:hover p{display: block}
.nav{width:60%; height:90px; float: right; margin-right: 2%; display: flex; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between; }
.nav .nLi{ float:left;  position:relative; display:inline; height:90px; text-align: center; }
.nav .nLi h3{ height:100%; width:100%; text-align: center;}
.nav .nLi h3 a{font-size:16px;  color:#fff;  position: relative  }
.nav .nLi h3 a p{font-size:16px; color:#fff;  position: relative; margin: 0px auto; line-height:88px;  height:90px; padding: 0 10px}
.nav .sub{ display:none;left:50%; top:90px;  position:absolute;  line-height:26px; width:140px; margin-left: -70px;   z-index: 999; background: #ddd;}
.nav .sub li{ zoom:1; border-bottom: 1px solid #eeeeee;  height:auto; line-height:24px;  background:#eeeeee;text-align: center }
.nav .sub li p{ width:100%; margin: 0px; font-size: 15px; }
.nav .sub li span{ float: right;}
.nav .sub a{ display:block; padding:4px 10px; color: #434343; font-size: 14px; height: 100%; }
.nav .sub a:hover{color:#893421}
.nav .nLi.active p{border-bottom: 2px solid #fff}
.nav .nLi:hover p{border-bottom: 2px solid #fff}



/*banner*/
.banner{ width:100%; height:auto; position: relative; overflow: hidden}
.banner .swiper-slide a{width:100%; display: block; overflow:hidden}
.banner .swiper-slide a img{width:100%; display: block;-webkit-transition: all ease-in-out 3s;
    transition: all ease-in-out 3s;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-animation-name: none;
    animation-name: none; visibility: visible !important; object-fit: contain;}
.banner .swiper-pagination{bottom:5%; left:50%; transform: translate(-50%,0);}
.banner .swiper-pagination-bullet{width:6px; height:6px; background: #fff; opacity: 1; margin: 0 7px;}
.banner .swiper-pagination-bullet-active{width:21px; border-radius: 5px;}
.ban_info{width:1200px; height: auto; position: absolute; top:42%; left:50%; transform: translate(-50%,-50%);}
.ban_info h4{color:#fff; font-size: 80px; opacity: 0.8; font-family: "宋体"; text-transform: uppercase}
.ban_info h3{color:#fff; font-size: 66px; font-weight: bold; margin-bottom:60px;}
.ban_info h5{color:#fff; font-size: 40px; margin:60px 0;}
.ban_info p{color:#fff; font-size: 24px; opacity: 0.5; text-transform: uppercase; font-weight: 100; font-family: "宋体"; line-height: 40px; margin-bottom:50px;}
.ban_info span{color:#fff; font-size:24px; background: url(../images/ban_jts.png) no-repeat right center; border-bottom: 2px solid #fff; padding-bottom:14px; padding-right: 30px; }
.banner .swiper-slide-active a img{-webkit-transform: scale(1); transform: scale(1);}
.banner video{width:100%;}
.banner em{ display: block; height: 100%; width: 100%; background: rgba(0,0,0,0.4); position: absolute; left: 0; top: 0;}
.banner-index{position: relative;overflow: hidden;}
.banner-index .list .video-js{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: none;}
.banner-index .list,
.banner-index .list > li{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.banner-index .list > li.active{z-index: 1;}
.banner-index .list > li a{display: block;width: 100%;overflow: hidden;}
.banner-index .list > li img.ban_pic{display: block;width: 100%;opacity: 0;-webkit-transition: all 1s;transition: all 1s;-webkit-transform: scale(1.2);transform: scale(1.2);}
.banner-index .list > li.noscale img.ban_pic,
.banner-index .list > li.active img.ban_pic{opacity: 1;-webkit-transform: none;transform: none;}
.banner-index .list.ground,
.banner-index .list.ground li{position: relative;width: auto;height: auto;}
.banner-index .btn{right: 50%;
    margin-right: -40px;
    bottom: 20px;
    z-index: 1;
    overflow: hidden;
    position: absolute;}
.banner-index .btn a{display: block;width: 16px;height: 16px;margin: 10px 5px;border: 1px solid transparent;border-radius: 50%; float: left;}
.banner-index .btn a i{display: block;width: 8px;height: 8px;margin: 3px auto;background: #fff;border-radius: 50%;}
.banner-index .btn a.active{border-color: #1c4f9e;}
.banner-index .btn a.active i{background: #1c4f9e;}
.banner-index-mobile{display: none;}
.banner-index video{height:auto!important; width: 100%;}











/*产品*/
.index_product{width:100%; height:960px; overflow: hidden; background: url(../images/product_bjs.jpg) no-repeat center; background-size:cover;
	padding-top: 150px;}
.index_product_left{width:30%; height: auto; float: left; margin-top: 70px;}
.product_left_xx{width:100%; height: auto; overflow: hidden}
.product_left_xx h4{color:#ffffff; font-size: 24px;}
.product_left_xx p{color:#ffffff; font-size:14px; line-height: 30px; width: 100%; opacity: 0.8; margin: 20px 0 70px}
.in_pro_more{width:200px; height: 60px; background: #893421; text-align: center; line-height: 60px; border-bottom: 2px solid #fff; font-size: 16px;
	display: block; color:#fff}
.in_pro_more:hover{background: #fff; color:#893421}

.index_product_right{width:65%; float: right}
.xieHuiDivs{width:100%; height: 600px; }
.xieHuiImg{width:74%; height: 600px; float: left; position: relative;}
.xieHuiSwp .swiper-slide{width:100%; }
.xieHuiSwp .swiper-slide a{width:100%;  height: auto; display: block; position: relative}
.xieHuiSwp .swiper-slide a h4{color:#ffffff; font-size: 26px; font-weight: bold; width: 100%; margin-top: 10px; text-align: center}
.in_ppic{width:100%; height:auto; overflow: hidden; position: relative}
.p_img{max-width: 100%; margin: 0px auto; display: block}
.p_hover{width:100%; height: auto; position: absolute; bottom:0; left:-14px; }
.xieHuiNavBox{width:22%; height: 520px; float: right}
.xieHuiNavBox .xieHuiNav{width:100%; height: 100%; overflow: hidden}
.sw_pimg{display: flex; align-items: center; background: #fff; position: relative; width: 160px; height: 160px; margin-left:15px;}
.sw_pimg:after{content: ""; width:19px; height: 22px; background: url(../images/san.png) no-repeat center; position: absolute; left:-19px; top:50%; margin-top: -11px; opacity: 0}
.xieHuiNavBox .swiper-slide{height: 160px;}
.xieHuiNavBox .swiper-slide img{max-width:100%; align-items: center; margin: 0px auto; max-height: 100%;}
.xieHuiNavBox .swiper-slide-active .sw_pimg{border:4px solid #bb9a80; }
.xieHuiNavBox .swiper-slide-active .sw_pimg:after{opacity: 1}



/*案例*/
.index_case{width:100%; height: 960px; overflow: hidden; }
.index_case_tt{width:100%; height: auto; overflow: hidden; margin-bottom:50px; padding-left: 34%; margin-top: 160px;}
.index_case_tt h4{color:#fff; opacity: 0.5; font-size:40px; font-family: 'AMER'; text-transform: uppercase; }
.index_case_tt h3{font-size: 56px; font-weight: bold; background-image:-webkit-linear-gradient(left,#e1b18b,#c12d15); 
    -webkit-background-clip:text;  -webkit-text-fill-color:transparent; display: table}
.index_case .slideTxtBox{width:100%; height: 960px; overflow: hidden; position:relative}
.index_case .slideTxtBox .hd{width:34.5%; height:100%; border-right:1px solid rgba(255,255,255,0.2); position:absolute; top:0; left:0; z-index:1}
.index_case .slideTxtBox .hd ul{width:100%; height: auto; overflow: hidden; margin-top: 40px}
.index_case .slideTxtBox .hd ul li{width:100%; height:100px; line-height: 100px; padding-left: 34%; border-bottom:1px solid rgba(255,255,255,0.2)}
.index_case_bt{display:table-cell;  text-align:center; }
.index_case .slideTxtBox .hd ul li img{ display:inline-block; vertical-align:middle;}
.index_case .slideTxtBox .hd ul li span{font-size: 18px; color: #fff;  display:inline-block; vertical-align:middle; margin-left: 20px;}
.index_case .slideTxtBox .hd ul li.on{background: url(../images/c_hvoer.png) no-repeat center;}
.slideTxtBox .bd{width:100%; height:960px; position: relative}
.bd_li{width:100%; height:100%;}
.bd_li a{position: absolute; top:40%; left:40%; transform: translate(0,-50%); width:32%}
.bd_li h4{color:#ffffff; font-size: 24px;}
.bd_li p{width:100%; height: auto; overflow: hidden; color:#ffffff; font-size: 16px; opacity: 0.8; line-height: 28px; margin: 24px 0 40px}
.bd_li span{width:200px; height: 60px; background: #893421; text-align: center; line-height: 60px; border-bottom: 2px solid #fff; font-size: 16px;
	display: block; color:#fff}
.bd_li span:hover{background: #fff; color:#893421}




/*关于我们*/
.index_about{width:100%; height:960px; background: url(../images/about_bjs.jpg) no-repeat center; padding-top: 232px}
.index_about_left{width:57%; height: auto; float: left}
.index_about_xx{width:100%; height: auto; overflow: hidden}
.index_about_xx h3{color:#fff; font-size: 24px; margin-bottom: 20px;}
.in_about_info{width:100%; height: auto; overflow: hidden;  line-height: 30px; font-size:14px; opacity: 0.8; color:#fff}
.in_about_info p{ line-height: 30px; font-size:14px; opacity: 0.8; color:#fff}
.in_about_num{width:100%; height: auto; overflow: hidden; margin-top:60px;}
.in_about_num dl{float:left; margin-right:50px;}
.in_about_num dl dt{ position: relative; padding-right: 20px;}
.in_about_num dl dt span{color:#fff; font-size: 70px; font-family: 'AMER'; }
.in_about_num dl dt:after{content: "+"; position: absolute; top:0; right:0; color:#fff; font-size: 26px;}
.in_about_num dl dd{color:#fff; font-size: 16px;}
.index_about_video{width:64px; height: 64px; float: left; position: relative; margin-left: 130px; margin-top: 344px;}
.index_about_video img{width:100%; position: relative; z-index: 1}
.index_about_video:after{content: ""; width: 100%; height: 100%; background:rgba(255,255,255,0.5); position: absolute; top:0; left:0;  border-radius: 50%; animation:mymove 3s infinite;}
.index_about_video:before{content: ""; width: 100%; height: 100%; background:rgba(255,255,255,0.3); position: absolute; top:0; left:0;  border-radius: 50%; animation:mymoves 4s infinite;}


@keyframes mymove
{
	 0% {
			transform: scale(1);
		}
		50% {
			transform: scale(1.9);
		}
		100% {
			transform: scale(1);
		}

}


@keyframes mymoves
{
	 0% {
			transform: scale(1);
		}
		50% {
			transform: scale(2.8);
		}
		100% {
			transform: scale(1);
		}

}



/*新闻*/
.index_news{width:100%; height: auto; overflow: hidden; background: #272424; padding: 230px 0 180px;}
.index_news_left{width:20%; height: auto; float: left}
.index_news_title{width:100%; height: auto; overflow: hidden}
.index_news_title h4{color:#fff; opacity: 0.5; font-size: 40px; font-family: 'AMER'; text-transform: uppercase; }
.index_news_title h3{font-size:56px; font-weight: bold; background-image:-webkit-linear-gradient(left,#e1b18b,#c12d15); 
    -webkit-background-clip:text;  -webkit-text-fill-color:transparent; display: table}
.index_news_nav{width:100%; height: auto; overflow: hidden; margin:90px 0}
.index_news_nav a{color:#ffffff; font-size: 24px; display: table; margin-bottom: 10px; padding-right: 30px;}
.index_news_nav a:hover{background: url(../images/n_jts.png) no-repeat right center}
.n_more{width:200px; height: 60px; line-height: 60px; background: #893421; text-align: center; font-size:16px; color: #fff; border-bottom: 2px solid #fff; display: block}
.n_more:hover{background:#fff; color:#893421}
.index_news_right{width:78%; height: auto; float: right}
.index_news_right .swiper-container{width:100%; height: auto; overflow: hidden; padding-bottom:80px;}
/* .index_news_right .swiper-slide{transform: scale(0.9);} */
/* .index_news_right .swiper-slide-active{transform: scale(1);} */
.index_news_right .swiper-slide a{width:100%; height: auto; display: block}
.in_news_tt{width:100%; height: auto; overflow: hidden}
.in_news_tt h4{width:100%; height: 40px; line-height: 40px; color: #fff; font-size:20px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;
	margin-bottom: 10px;}
.in_news_tt p{width:100%; height: 72px; overflow: hidden; color: #ffffff; font-size: 14px; line-height:24px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; opacity: 0.8; margin:25px 0 15px;}
.in_news_tt h5{color:#fff; font-size: 20px; font-family: 'AMER';}
.in_news_tt h5 span{color:#fff; font-size:30px; font-family: 'AMER';}
.in_news_img{width:100%; height: auto; overflow: hidden; position: relative; margin-top: 36px;transition: all 0.4s ease-in-out;}
.in_news_img img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.in_news_img i{width:100%; height:100%; background: url(../images/n_hover.png) no-repeat bottom; background-size: 100%; display: block; position: absolute; top:0; left:0; opacity: 0}
.index_news_right .swiper-slide-active .in_news_tt h4{font-size:26px; font-weight: bold;}
.index_news_right .swiper-button-next,.index_news_right .swiper-button-prev{width:64px; height: 64px; top:auto; margin-top: 0; bottom:0}
.index_news_right .swiper-button-next{background: url(../images/n_right.png) no-repeat center; right:auto; left:90px;}
.index_news_right .swiper-button-prev{background: url(../images/n_left.png) no-repeat center}
.index_news_right .swiper-slide a:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.index_news_right .swiper-slide a:hover h4{color:#893421}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{content:""}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{content:""}

.index_news_right .swiper-slide a:hover .in_news_img{margin-top:15px;}




/*底部*/
.footer{width:100%; height:auto; overflow: hidden;  position: relative; background:url(../images/contact_bjs.jpg) no-repeat center; background-size: cover; padding: 120px 0 90px;}
.footer_top{width:100%; height: auto; overflow: hidden; margin-bottom:50px;}
.footer_top h4{color:#fff; opacity: 0.5; font-size: 40px; font-family: 'AMER'; text-transform: uppercase; }
.footer_top h3{font-size: 56px; font-weight: bold; background-image:-webkit-linear-gradient(left,#e1b18b,#c12d15); 
    -webkit-background-clip:text;  -webkit-text-fill-color:transparent; display: table}
.footer_input{width:100%; height: auto; overflow: hidden; margin-bottom: 45px;}
.footer_input h3{color:#fff; font-size: 24px; margin-bottom:20px;}
.footer_input p{height:54px; float: left; background: #fff; border-radius: 5px; position: relative}
.footer_input p input[type="text"]{width:100%; height: 100%; font-size:16px; color: #4d4d4d; padding: 0 2%; border: 0;border-radius: 5px;}
.f_input{width:21%; margin-right: 1%}
.f_text{width:34%; margin-right: 1%}
.f_tijiao{width:21%;background: #893421; height: 54px; border-radius: 5px; border: 0; font-size:16px; color: #fff; text-align: left; padding-left: 3%}
.footer_center{width:100%; height: auto; overflow: hidden;  display: flex; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between;}
.footer_center_left{width:25%; height: auto; float: left}
.footer_center_left h3{color:#ffffff; font-size: 18px; margin-bottom: 8px;}
.footer_center_left p{color:#fff; font-size: 14px; line-height: 30px;}
.footer_center_nav{width:43%; height: auto; float: left; display: flex; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between;}
.footer_center_nav dl dt{color:#fff; font-size: 16px; margin-bottom:12px;}
.footer_center_nav dl dd{width:100%; height: auto; overflow:hidden}
.footer_center_nav dl dd a{width:100%; display: block; font-size: 14px; color: #fff; display: block; opacity: 0.4; line-height: 30px;}
.footer_center_nav dl dd a:hover{opacity:1}
.footer_center_ma{width:9%; height: auto; float: right}
.footer_center_ma img{width:100%; display: block}
.footer_center_ma p{color:#fff; font-size: 14px; text-align: center; margin-top:10px;}
.footer_bottom{width:100%; height: auto; overflow: hidden; margin-top:50px;}
.f_copy{width:auto; height:60px; overflow: hidden; line-height:60px; margin: 0px auto; display: table}
.copy_l{font-size:14px; color:#fff; height: 100%; width:auto; float: left; line-height: 60px; }
.copy_l a{color:#fff; font-size: 14px;}
.copy_l a:hover{color:#893421!important}
.footer_zhichi{width:auto; height:auto; float: right}
.footer_zhichi p{ width: auto; float: left; margin-right: 20px;   color:#fff; height: 100%; line-height:60px;}
.footer_zhichi p:last-child{margin-right: 0}
.footer_zhichi .pt{width:121px;height:60px; background: url(../images/vl.png) no-repeat center; margin-right: 10px}
.footer_zhichi .js{width:80px;height:60px; background: url(../images/wl.png) no-repeat center; }
.footer_zhichi .pt:hover{background: url(../images/vl_hover.png) no-repeat}
.footer_zhichi .js:hover{background: url(../images/wl_hover.png) no-repeat} 
.footer_zhichi span{ font-size: 14px; color: #fff; margin-left: 20px;}
.footer_zhichi i{ float: left;}
.in_top{width:80px; height:80px; position:fixed; bottom:5%; right:4%; z-index:9}
.in_top img{width:100%; display:block}
.in_xss{width:1px; height:calc(100vh - 90px); background:#fff; opacity:0.5; position:fixed; top:90px; right:5.95%; z-index:8}





/*内页banner*/
.ny_banner{width:100%; height: 432px; overflow: hidden; padding-top: 170px;}
.ny_banner .in_header{box-shadow: rgb(0 0 0 / 31%) 0px 0px 13px; background:rgba(0,0,0,0.75);}
.ny_banner #menu .nav .nLi p a{color:#fff}
.ny_banner .logo_b{display:block;}
.ny_banner .logo_a{display:none;}

.ny_baninfo{width:100%; height: auto; overflow: hidden; text-align: center}
.ny_ban_top{   display:inline-block; text-align: center }
.ny_ban_top h3{font-size: 40px; color: #ffffff; font-weight: bold;     display: inline-block; vertical-align: middle; }
.ny_ban_top img{    vertical-align: middle;     display: inline-block; margin: 0 20px}
.ny_baninfo h4{font-size: 20px; color: #fff;  display: table; margin: 18px auto; height: auto; line-height: 28px; max-width:90%; padding:10px 75px}
.m-crm{display: table; margin: 0px auto;  text-align: center; font-size: 14px; color: #fff; line-height: 30px; margin-top: 8px; opacity:0.4}
.m-crm a{font-size: 14px; color: #fff; }

.about_banner{background: url(../images/about_ban.jpg) no-repeat center}
.contact_banner{background: url(../images/contact_ban.jpg) no-repeat center}
.product_banner{background: url(../images/product_ban.jpg) no-repeat center}
.case_banner{background: url(../images/case_ban.jpg) no-repeat center}
.service_banner{background: url(../images/service_ban.jpg) no-repeat center}
.news_banner{background: url(../images/news_ban.jpg) no-repeat center}
.rlzy_banner{background: url(../images/rlzy_ban.jpg) no-repeat center}
.whyd_banner{background: url(../images/whyd_banner.jpg) no-repeat center}

.nav-wrap ul{display: table!important; margin: 0 auto;}
.nav-wrap li{ float: left; line-height: 90px; position: relative;}
.nav-wrap li a{font-size: 18px; padding: 0 40px; color:#fff}
.nav-wrap li::before{ content: "|"; position: absolute;  display: block; right: 0; color: #fff; opacity:0.5}
.nav-wrap li:last-child::before{ display: none;}
.nav-wrap li a.active{ position: relative;}
.nav-wrap li a.active::after{ content: ""; position: absolute; width: 80px; height:3px; bottom: -10px; background: #893421; left: 50%;  margin-left:-40px; }


/* 内页通用产品推荐 */
.inside_pro{margin-top: 50px; margin-bottom:40px;}
.inside_pro h3{height: 54px; line-height: 54px;  position: relative; margin-bottom: 20px; font-weight: bold; color: #fff;  font-size: 24px;}
.inside_pro h3::after{ content: ""; position: absolute;  height: 8px;  width: 86px; bottom: 0; left: 0; background: url(../images/fengen_10.png) no-repeat center; }
.inside_pro h3 span{ font-size:18px; margin-left: 10px; font-weight: bold; color: #dedede;}


.picScroll-ipro{  width: 1300px; position:relative;overflow: hidden;}
.picScroll-ipro .bd ul{height: auto;  }
.picScroll-ipro .bd ul li{ width: 414px; float: left; margin-right: 30px; position: relative;}
.picScroll-ipro .bd ul li .pic{ height:auto; width: 414px; overflow: hidden;}
.picScroll-ipro .bd ul li .pic img{ width: 100%;transition: all .4s;}
.picScroll-ipro .bd ul li:hover .pic img{transform: scale(1.08); transition: all .4s;}
.picScroll-ipro .bd ul li .title{  height: 66px;  width: 372px; background: #fff; position: absolute;  left: 20px; z-index: 9; bottom: -30px; box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.05)}
.picScroll-ipro .bd ul li .title a{ height: 66px; line-height: 66px; display: block; position: relative; padding-left: 30px;  transition: all .4s; font-size: 15px;}
.picScroll-ipro .bd ul li:hover .title a{ height: 66px; line-height: 66px; display: block; position: relative; padding-left: 50px; }
.picScroll-ipro .bd ul li .title a::before{ content: ""; position: absolute; height: 1px;  width: 10px; background: #893421; bottom: 30px; left: 16px; transition: all .4s;}
.picScroll-ipro .bd ul li:hover .title a::before{ content: ""; position: absolute; height: 1px;  width: 30px; background: #893421; bottom: 30px; left: 16px;}
.picScroll-ipro .bd ul li .title span{ float: right; font-size: 14px; color: #999; padding-right: 15px;}
.picScroll-ipro .hd .next,.picScroll-ipro .hd .prev{ position: absolute; top: 110px; z-index: 9999; height: 54px; width: 30px; }
.picScroll-ipro .hd .next{ background: rgba(0,0,0,0.7) url(../images/inside_right.png) no-repeat center; float: right; cursor: pointer; right: 0px;}
.picScroll-ipro .hd .prev{ background: rgba(0,0,0,0.7) url(../images/inside_left.png) no-repeat center; float: left; cursor: pointer; left: 0px;}
.inex_news_main{ overflow: hidden;}
.inex_news_main li{ width:49%; float: left; margin-bottom:30px; overflow: hidden; height:auto }
.inex_news_main li:nth-child(2n){ float:right;}
.inex_news_main li .pic{ float: left; height: 133px; width: 187px; overflow: hidden; margin-right: 20px;}
.inex_news_main li .pic img{ width: 100%; transition: all .4s;}
.inex_news_main li:hover .pic img{transform: scale(1.08); transition: all .4s;}
.inex_news_main li p{ font-size: 16px; line-height: 32px; width:100%;    overflow: hidden; display: block;  white-space: nowrap; text-overflow: ellipsis; color:#fff}
.inex_news_main li:hover p{ color: #893421; font-size:18px;}
.inex_news_main li span{ font-size: 14px; color: #999; display: block; line-height: 32px;}
.inex_news_main li i{font-style: normal; font-size: 14px; line-height: 30px; text-align: justify; color: #666; display: block;}
.inside_pro_img{width:210px; height:auto; float:left; overflow:hidden}
.inside_pro img{width:100%; display:block;transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.inside_pro_xx{margin-left:230px;}
.inex_news_main li:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}




/*产品展示*/
.ny_product_one{width:100%; height: auto; overflow: hidden; margin-top: 56px;}
.pro_pic_1{width:49%; height: auto; float: left; margin-right: 1%; overflow: hidden}
.pro_pic_2{width:23.7%; height: auto; float: left; margin-right: 1%; overflow: hidden}
.pro_pic_3{width:23.7%; float: left; overflow: hidden}
.ny_product_two{width:100%; height: auto; overflow: hidden; margin-top: 60px; margin-bottom:40px;}
.ny_product_two h3{font-size: 40px; color: #222222; font-weight: bold; text-align: center; margin-bottom: 67px;}
.ny_product_two ul{width:100%; height: auto; overflow: hidden; }
.ny_product_two ul li{width:24.2%; height: auto; float: left; margin-right:1%; margin-bottom: 20px; }
.ny_product_two ul li:nth-child(4n){margin-right: 0;}
.ny_pro_pic{width:100%; height: auto; overflow: hidden; border: 1px solid #e5e5e54a}
.ny_pro_pic img{width:100%; height: auto; display: block; margin:0px auto;background-color: #efefef; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_product_two ul li h4{width:100%; height: 40px; line-height: 40px; font-size: 16px; color: #fff; margin-top: 8px; text-align: center; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.ny_fa_more{width:146px; height: 34px; text-align: center; line-height:34px; font-size: 16px; color: #222222; margin:28px auto; display: block; border: 1px solid #333; position: relative}
.ny_fa_more p{z-index:999; position: relative}
.ny_fa_more:after{content: ""; width: 0; height: 100%; position: absolute; top:0; left:0; z-index: 9; background: #333; transition: all 0.4s ease-in-out;}
.ny_fa_more:hover p{color:#fff; }
.ny_fa_more:hover:after{width:100%; transition: all 0.4s ease-in-out;}
.ny_product_two 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_tj{width:100%; height: auto; overflow: hidden; margin-top: 88px; margin-bottom: 50px;}
.ny_product_tj .container{border-top:1px solid #333; padding-top: 55px;}
.product_five_pic{margin-left: 280px;}
.product_five_pic .ny_tj_pro{border: 1px solid #e5e5e54a; overflow: hidden}
.ny_tj_pro 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;
}
.product_five_pic h4{width:100%; height: 40px; line-height: 40px; font-size: 16px; color: #222222; text-align: center; text-overflow: ellipsis; overflow: hidden; 
	white-space: nowrap}
.product_five_pic a:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.swiper-pagination-bullet-active{background:#000}
.ny_proshow_bottom ul{height: 54px; line-height: 54px; background: #f7f7f7; border-bottom: 1px solid #eee; margin-bottom: 20px;}
.ny_proshow_bottom ul li{ height: 54px; line-height: 54px; width: 220px;  text-indent: 36px; font-weight: bold; color: #333; font-size: 20px; position: relative;}
.ny_proshow_bottom ul li::before{ height: 6px; width: 6px; background: #893421; position: absolute; left: 20px; top:24px; display: block; content: "";}
.ny_pro_ddh{width:100%; height:auto; overflow:hidden; margin-top:20px;}
.ny_pro_ddh p{color:#333; font-size:16px;}
.ny_pro_ddh span{color:#893421; font-size:28px; font-weight:bold; margin-top:10px;}
.ny_proshow_xx em{font-size:16px; margin:10px auto; font-style: normal;color:#fff}
.pro_text{width:100%; height:auto; margin:20px 0 10px; line-height:30px; font-size:16px; color:#fff}
.pro_text p{font-size:16px; color:#fff}
.ny_proshow_xx h1{margin:10px 0; color:#fff}
.bd_xx{width:100%; height:auto; line-height:30px; font-size:16px; color:#fff}




/*内页新闻*/
.ny_news_all{width:100%; height: auto; overflow: hidden; margin-top: 40px;}
.ny_news_all ul{width:100%; height: auto; overflow: hidden;margin-bottom: 40px;}
.ny_news_all ul li{width:100%; height: auto; overflow: hidden; padding: 15px}
.ny_news_all ul li .ny_time{width:115px;height: auto; float: left;margin-top:25px;}
.ny_news_all ul li .ny_time span{display: block; font-size: 12px; color: #999; text-align: right}
.ny_news_all ul li .ny_time p{font-size: 41px; color: #c8c8c8}
.news_xx{width:63%; height: auto; float: left; margin-left:2%; margin-top: 20px;}
.news_xx h3{width:100%; height: 35px; line-height: 35px; font-size: 18px; color: #fff; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.ny_news_all ul li:hover .news_xx h3{ color: #893421}
.news_xx p{width:100%; height:52px; line-height: 25px; font-size: 14px; color: #666;  margin: 10px 0; word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; }
.news_xx span{font-size: 14px; color: #aaaaaa}
.news_pic{width:23%; height:auto; float: right; overflow:hidden}
.news_pic 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_news_all ul li:hover{background: #f4f4f4}
.ny_news_all ul li:hover .ny_time p,.ny_news_all ul li:hover .ny_time span,.ny_news_all ul li:hover span{color:#893421}
.ny_news_all ul li:hover h3{font-weight: bold; }
.ny_news_all 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_service_all{width:100%; height: auto; overflow: hidden;     margin: 10px 0 110px; font-size:15px; color:#fff; line-height:30px;}
.ny_service_all p{color: #fff; font-size: 16px; line-height: 32px;}
.ny_news_show{width:100%; height: auto; overflow: hidden; font-size:16px; color:#fff; margin: 40px 0}
.ny_service_all img,.ny_news_show img{max-width:100%}
.ny_news_time{width: 100%; line-height: 30px; color: #fff; height:auto; margin-bottom: 20px;
			border-top: 1px solid #e5e5e54a; border-bottom: 1px solid #e5e5e54a; text-align: center;
			clear: both}



/*联系我们*/
.ny_contact_nav{width:100%; height: auto; overflow: hidden}
.contact_list{display: table; margin:60px auto 0;}
.ny_contact_nav a{width:314px; height:50px; line-height: 40px; border-bottom: 1px solid #e5e5e54a; font-size:20px; color: #999999; font-weight: bold; float: left; margin-right:60px; text-align:center}
.ny_contact_nav a:last-child{margin-right: 0}
.ny_contact_nav a:hover{border-bottom: 1px solid #fe0616; color:#222222}
.ny_contact_nav a.active{border-bottom: 1px solid #fe0616; color:#222222}
.ny_contact_xx{width:100%; height: auto; overflow: hidden; margin-top: 56px;}
.ny_contact_xx .container{border-top:1px solid #333333; border-bottom:1px solid #e5e5e54a; padding: 35px 0; overflow: hidden;}
.contact_xx_left{width:100%; overflow:hidden}
.contact_xx_left h3{font-size: 40px; color: #fff; font-weight: bold; margin-bottom: 20px;}
.contact_xx_info{width:100%; height: auto; overflow: hidden; line-height: 28px; margin-top: 30px;}
.contact_xx_info p{font-size: 16px; color: #fff; line-height: 28px;}
.contact_xx_right{width:60%; height:345px; float: right}
.ny_contact_ly{width:100%; height:511px; background: url(../images/input_bjs.jpg) no-repeat center; padding: 60px 0; margin-top: 74px;}
.ny_contact_ly h3{font-size: 30px; color: #fff; font-weight: bold; text-align: center; margin-bottom: 78px;}
.contact_ly_info{width:1200px; height: auto; overflow: hidden; margin: 20px auto 0}
.contact_ly_info dl{width:100%; height: 52px;}
.contact_ly_info dl input[type="text"]{width:100%; height: 100%; padding: 0px 10px; font-size: 14px; color: #fff; background: none; border: 0}
.contact_ly_info dl dt{width:49%; float: left; height: 100%; position: relative; border: 1px solid #e5e5e54a}
.contact_ly_info dl dd{width:49%; float: right; height: 100%; position: relative; border: 1px solid #e5e5e54a}
.contact_ly_info textarea{width:100%; height: 112px; border: 1px solid #e5e5e54a; padding: 10px; font-size: 14px; color: #fff; background: none; margin-top:18px; resize: none;}
.con_submit{width:340px; height: 52px; background: #fff; text-align: center; line-height: 52px; border: 0; display: block; margin:20px auto; font-size:16px}
.con_submit:hover{background:#893421; cursor:pointer; color:#fff}
.ny_contact_zhaopin{width:100%; height: auto; overflow: hidden;  margin-bottom: 98px;}
.ny_contact_zhaopin .container{border-top:1px solid #333333; padding-top: 35px;}
.contact_zhaopin_right{margin-left:280px; }
.contact_zhaopin_right ul{width:100%; height: auto; overflow: hidden; margin-top: 8px;}
.contact_zhaopin_right ul li{width:100%; height: auto; overflow: hidden; border-bottom: 1px solid #e5e5e54a; padding-bottom: 56px; margin-bottom: 35px;}
.contact_zhaopin_right ul li h4{width:100%; height: 30px; line-height: 30px; font-size: 18px; color: #333333; font-weight: bold; margin-bottom: 10px;}
.contact_zp{width:100%; height: auto; overflow: hidden; margin-top:20px; line-height: 28px; font-size: 16px; color: #333333}
.contact_ly_info input::-webkit-input-placeholder { /* WebKit browsers */  
    color:    #fff;  
}  
.contact_ly_info input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
   color:    #fff;  
   opacity:  1;  
}  
.contact_ly_info input::-moz-placeholder { /* Mozilla Firefox 19+ */  
   color:    #fff;  
   opacity:  1;  
}  
.contact_ly_info input:-ms-input-placeholder { /* Internet Explorer 10+ */  
   color:    #fff;  
}  


.contact_ly_info textarea::-webkit-input-placeholder { /* WebKit browsers */  
    color:    #fff;  
}  
.contact_ly_info textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
   color:    #fff;  
   opacity:  1;  
}  
.contact_ly_info textarea::-moz-placeholder { /* Mozilla Firefox 19+ */  
   color:    #fff;  
   opacity:  1;  
}  
.contact_ly_info textarea:-ms-input-placeholder { /* Internet Explorer 10+ */  
   color:    #fff;  
}  


.ny_product{width:100%; height: auto; overflow: hidden; margin-top: 35px;}


/* .timer_shaft_line{position: relative;} */
.product_cite{width: 690px;font-size: 15px;}
.product_cite h4{text-align: right;font-size: 15px;}
.timer_shaft_left{float: left;font-size: 26px;width: 175px;text-align: left;position: relative; line-height: 42px;  }
.timer_shaft_left::after{content:"";position: absolute;right: 3px;top: 22px;width: 11px;height: 11px;border:1px solid #b9946a;border-radius:50%;background: #fff;z-index: 2;}
.timer_shaft_right{line-height: 35px;padding-left: 30px;/*! max-width: 600px; */padding-top: 13px;color: #666; width: 996px; margin-left: 207px  }
.timer_shaft_right > img{ display: block; width: 300px; height: auto; }
.timer_shaft_box{position: relative; margin-top: 70px;   }
.timer_shaft_box::after{content: '';position: absolute;left: 165px;height: 100%;width: 1px;background: #b9946a;z-index: 1;top: 0;}
.timer_shaft_line .timer_shaft_left{padding: 8px 15px;}
.clear_new{clear:both;overflow:hidden;}
.clear_new2:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.timer_shaft_box:first-child{margin-top: 50px;}
.exhibition_text{background: #eeeeee;padding: 30px;line-height: 30px;}
.exhibition_text h2{font-size: 24px;font-weight: bold;margin-bottom: 6px;}
.pic_list{width: 100%;}
.pic_list ul li{width: 23.5%;float: left;margin-right: 2%;margin-bottom: 10px;overflow: hidden;}
.pic_list ul li:nth-child(4n){margin-right: 0;}
.pic_list ul li a{display: block;}
.pic_list_box{overflow: hidden;}
.pic_list_box img{width:100%}
.pic_list ul li a img{width: 100%;transition:  all .5s;}
.pic_list ul li a p{text-align: center;line-height: 30px;margin-top: 10px;font-size:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.pic_list ul li:hover a img{transform: scale(1.2);}
.text_list{margin-bottom: 50px;;}
.text_list li a{display: block;}
.text_list li p{float: left;width: 70%;overflow: hidden;white-space:nowrap;text-overflow:ellipsis;}
.text_list li span{float: right;}
.text_list li{border-bottom: 1px dashed #cacaca;padding: 10px;}
.timer_shaft_right b{font-size:16px;   color: #333;}
.timer_shaft_right span{font-size:16px;}




/*弹出视频*/
.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:338px;}
.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 i.icon-back {
   background:url(../images/back.png) no-repeat;  height:32px;
}


.lxfx li p {
    line-height: 12px;
    text-align: center;
}
.lxfx li {
    background:#893421;
    height: 62px;
    margin-bottom: 1px;
    margin-left: 0;
    overflow: hidden;
    position: relative;
    width: 77px; 
	float:left;
}






@media screen and (max-width:1500px){
	.w1440{width:1200px;}
	
.index_about_left{width:72%}
.sw_pimg{width:142px; height:142px;}
}









