﻿/* CSS Document */
/*transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;*/
@font-face{
    font-family: 'Bodoni';
    src:url(../fonts/BodoniStd-Italic.otf);
}
@font-face{
    font-family: 'Poppins';
    src:url(../fonts/Poppins-SemiBold.ttf);
}
@font-face{
    font-family: 'Lato';
    src:url(../fonts/LATO-LIGHT.WOFF.TTF);
}
@font-face{
    font-family: 'Playfair';
    src:url(../fonts/PlayfairDisplay-Regular.ttf);
}
@font-face{
    font-family: 'Sans';
	src:url(../fonts/OpenSans-Regular.ttf);
}
@font-face{
    font-family: 'Raleway';
    src:url(../fonts/Raleway-400-Regular.otf);
}



body,div,ul,li,h1,h2,h3,h4,h5,p,table,td,tr,p,dl,dt,dd{ padding:0; margin:0; list-style:none;}
body{ font-family: 'Sans'; font-size:14px; color:#262626; background:#fff;}
a{ color:#666; text-decoration:none;}
a:hover{}
img{ border:0;}
.clear:after{content:""; display:block; clear:both;}
.fl-1,.fl-2,.fl-3,.fl-4,.fl-5,.fl-6,.fl-7,.fl-8,.fl-9,.fl-10,.fl-11,.fl-12{float:left;box-sizing:border-box; padding-left:25px; padding-right:25px;}
.fr-1,.fr-2,.fr-3,.fr-4,.fr-5,.fr-6,.fr-7,.fr-8,.fr-9,.fr-10,.fr-11,.fr-12{float:right;box-sizing:border-box; padding-left:25px; padding-right:25px;}
.fl-1,.fr-1{width:calc(100%/12); box-sizing:border-box;}
.fl-2,.fr-2{width:calc(100%/12*2);}
.fl-3,.fr-3{width:calc(100%/12*3);}
.fl-4,.fr-4{width:calc(100%/12*4);}
.fl-5,.fr-5{width:calc(100%/12*5);}
.fl-6,.fr-6{width:calc(100%/12*6);}
.fl-7,.fr-7{width:calc(100%/12*7);}
.fl-8,.fr-8{width:calc(100%/12*8);}
.fl-9,.fr-9{width:calc(100%/12*9);}
.fl-10,.fr-10{width:calc(100%/12*10);}
.fl-11,.fr-11{width:calc(100%/12*11);}
.fl-12,.fr-12{width:calc(100%/12*12);}
.pad20{padding-top: 20px;padding-bottom: 20px;}
.pad30{padding-top: 30px;padding-bottom: 30px;}
.pad40{padding-top: 40px;padding-bottom: 40px;}
.pad50{padding-top: 50px;padding-bottom: 50px;}
.pad60{padding-top: 60px;padding-bottom: 60px;}
.pad70{padding-top: 70px;padding-bottom: 70px;}
.swiper-slide img{ max-width:100%;}
img{max-width: 100%; vertical-align: middle;}
.wid{ width:1200px; margin:0 auto;}
.wid:after{ content:""; display:block; clear:both;}
.mid_h2{font-size:26px; line-height:36px;color:#242e35; margin-bottom: 20px; padding-top: 15px;}
.mid_h3{ font-size:18px; line-height:28px; margin-bottom:10px;color:#333; padding-top: 20px;}
.mid_text p{ font-size:14px; color:#7e7e7e; line-height:26px; margin-bottom:10px;}
.mid_flex{display: flex; align-items: center;}

.header{height: 50px; background: #000; padding: 5px 5%;}
.logo{float: left;}
.logo img{max-height: 50px;}
.nav{float: right;}
.nav li{position: relative; display: inline-block; padding: 0 15px;}
.nav li>a{ position: relative;display: block; font-size: 16px; line-height: 24px; padding: 15px 0px; color: #fff; font-weight: bold; text-transform: uppercase;}
.nav li>a:after{content:""; position: absolute; left: 0; top: 100%; width:100%; height: 2px; background: #ff0b00; transition: .6s; opacity: 0;}
.nav li:hover a{color: #fff;}
.nav li:hover a:after{top: calc(100% - 13px); opacity: 1;}
.nav li .erji{position: absolute; top: 100%; left: 0px; padding: 10px 3px; background: #fff; box-shadow: 0 0 4px rgba(0,0,0,.2); display: none; border-radius: 0 0 3px 3px; z-index: 2000;}
.nav li .erji a{display: block; padding: 0 15px; font-size: 14px; line-height: 32px; color: #1F365C; white-space: nowrap; font-weight: bold;}
.nav li .erji a:hover{color: #ff0b00;}
.lang img{vertical-align:-1px; margin-right:5px;}

.banner{padding: 120px 0; background: #f3f3f3 url(../images/ban_bg.jpg) no-repeat center; background-size: 100%;}
.ban_text{float: left; width: 50%; color: #4f4c4c; padding: 6% 5% 0; box-sizing: border-box;}
.ban_text h3{font-size: 50px; line-height: 60px;}
.ban_text .xian{ margin: 15px 0 30px; width: 20%; height: 10px; background: #FF0B00;}
.ban_text p{font-size: 1.5vw; line-height: 40px;}
.ban_pic{float: right; width: 50%; text-align: center;}

.home_cus{padding: 50px 0; text-align: center;}
/*.home_cus .swiper-slide{width: 300px !important;}*/

.home_com{padding: 70px 0; background: url(../images/home_combj.jpg) no-repeat center;}
.home_title{text-align: center; font-size: 36px; color: #4F4C4C; text-transform:uppercase;}
.home_com p{ width: 90%; max-width: 1200px; color: #4F4C4C;  font-size: 18px; line-height: 38px; margin:0 auto 10px; text-indent: 2em;}
.home_com_an{text-align: center; margin-top: 30px;}
.home_com_an a{display: inline-block;padding: 5px 30px; line-height: 30px; border-radius: 50px; background: #7f7f7f; color: #fff;}
.home_com_an a:hover{background: #000;}
.home_xian{ margin: 15px auto 30px; width: 120px; height: 6px; background: #FF0B00;}

.home_pro{position: relative; padding: 70px 0;}
.home_pro .home_xian{width: 50px;}
.home_pro_box{margin: 0 5%;}
.home_pro_box .swiper-slide{text-align: center;}
.home_pro_box img{width:95%; margin: 10px 0; border: 1px #a3abab solid; box-shadow: 5px 5px 10px #ccc; box-sizing: border-box; vertical-align: middle;}
.home_pro_box span{position: absolute;top: 10px; left: 2.5%; display: flex;align-items: center;justify-content: center; width: 95%;height: calc(100% - 20px);background: rgba(0,0,0,.6); color: #fff; font-size: 24px; transform: scale(0); transition: .6s;}
.home_pro_box .swiper-slide:hover span{transform: scale(1);}
.home_pro_next{right: 10px; top: 55%; width: 66px; height: 48px; margin-top: -24px; background: url(../images/home_pro_r.png) no-repeat;}
.home_pro_prev{left: 10px; top: 55%; width: 66px; height: 48px; margin-top: -24px; background: url(../images/home_pro_l.png) no-repeat;}

.home_gen{background: #777879;}
.home_gen_logo{text-align: center; margin-bottom: 30px;}
.home_gen_logo img{ width: 50%;}
.home_gen_text{float: left; width: 35%; padding: 0 3%; box-sizing: border-box;}
.home_gen_text p{ font-size: 16px; color: #fff; line-height: 30px;}
.home_gen_pic{float: right; width: 65%;}
.home_gen_an{text-align: center; margin-top: 30px;}
.home_gen_an a{display: inline-block;padding: 5px 30px; line-height: 22px; border-radius: 50px; background: #fff; color: #777879;}
.home_gen_an a:hover{background: #ebebeb;}

.home_adv{padding: 70px 5%;}
.home_adv_box{float: left; padding: 0 25px; text-align: center; width: 25%; box-sizing: border-box;}
.home_adv_box .icon{}
.home_adv_box .title{ font-size: 30px; line-height: 40px; margin: 20px 0 12px;}
.home_adv_box .des{color: #838181; font-size: 18px; line-height: 36px;}

.foot{padding: 50px 0; background: #cacbcc; color: #615e5e;}
.foot h3{font-size: 24px; line-height: 34px; margin-bottom: 12px;}
.foot li a{display: block; line-height: 28px; color: #615e5e;}
.foot a:hover{color: #000;}
.foot p{line-height: 28px;}
.banquan{background: #5b5a5a; text-align: center; padding: 8px 10px; line-height: 26px; color: #fff;}
.foot_logo img{max-width: 100%;}

.nybanner{background: url(../images/ny_bg.jpg); padding: 80px 0;}
.nybanner h2{font-size: 40px;text-align: center; color: #fff; text-transform:uppercase;}
.mid_xian{width: 100px; height: 6px; background: #FF0B00; margin: 10px auto 20px;}
.mid_pos{ text-align:center; color:#4f4f4f;}
.mid_pos ul{ display:inline-block;padding:2px 12px; background: #CACBCC; border-radius: 5px;}
.mid_pos li{ display:inline-block;}
.mid_pos li a{ color:#4f4f4f; display:block; line-height:24px;}
.mid_pos li a:hover{ text-decoration:underline; color: #000;}
.mid_nav{text-align: center; padding: 30px 0 40px;}
.mid_nav a{ display: inline-block; padding: 0px 20px; margin: 0 5px; line-height: 32px; background: #7F7F7F; color: #fff; border-radius: 50px;}
.mid_nav a.act{background: #303642;}
.mid_nav a:hover{ background: #303642;}

.mid{padding: 0px 0 70px;}

.prolist_des{ padding-bottom: 20px; margin-bottom: 20px; border-bottom: 3px solid #F3F3F3;}
.prolist_des img{border: 5px solid #CACBCC; box-sizing: border-box;}
.prolist_destext{font-size:14px; color:#303642; padding: 10px 0; line-height:26px;}
.prolist_an{margin-top:20px;}
.prolist_an a{display:inline-block; padding:5px 15px; line-height:24px; background:#7f7f7f; color:#fff;border-radius:5px; margin-right:20px;}
.prolist_an i{margin-right:5px;}
.prolist_an a:hover{background:#ff0b00;}
.prolist{}
.prolist:after{ content:""; display:block; clear:both;}
.prolist dl{ width:25%; padding:0 1%; box-sizing:border-box; text-align:center; overflow:hidden; float:left;margin-bottom:15px;}
.prolist dl dt{ position:relative;}
.prolist dl dt img{ max-width:100%; vertical-align:middle;border:1px #ebebeb solid; box-sizing:border-box;}
.prolist dl dt span{ position:absolute; left:0; top:0; width:100%; height:100%; display:block; background:#ccc;background:rgba(48,54,66,0.2); opacity:0;transition:320ms;}
.prolist dl dt span:before{ content:"";width:100%;height:0;border-left:3px solid #303642;border-right:3px solid #303642;box-sizing:border-box;position:absolute;left:0;top:0;transition:320ms;}
.prolist dl dt span:after{ content:"";width:0;height:100%;border-top:3px solid #303642;border-bottom:3px solid #303642;box-sizing:border-box;position:absolute;left:0;top:0;transition:320ms;}
.prolist dl:hover span{ opacity:1;transition:320ms;}
.prolist dl:hover dt span:before{ height:100%; transition:330ms 200ms;}
.prolist dl:hover dt span:after{ width:100%; transition:330ms 200ms;}
.prolist dl dt span b{ position:absolute; left:50%; top:50%; margin:-23px 0 0 -23px; width:46px; height:46px; display:block; z-index:10;}
.prolist dl dt span b:before{ position:absolute; left:0; top:23px; content:"";width:100%;height:1px; background:#303642;transform:translateX(-200px);}
.prolist dl dt span b:after{ position:absolute; left:23px; top:0; content:"";width:1px;height:100%; background:#303642;transform:translateY(-200px);}
.prolist dl:hover dt span b:before{ transform:translateX(0); transition:355ms 180ms;}
.prolist dl:hover dt span b:after{ transform:translateY(0); transition:355ms 180ms;}
.prolist dl dd{ font-size:16px; padding:14px 0 20px; font-weight:bold;height:36px; overflow:hidden;}
.prolist dl:hover dd{ color:#303642;}

.procont_pic{padding-bottom: 20px; margin-bottom: 20px; border-bottom: 3px solid #F3F3F3; text-align: center;}
.procont_pic img{border: 5px solid #CACBCC; box-sizing: border-box;}
.procont_cont{}
.procont_cont p{ font-size:14px; color:#7e7e7e; line-height:26px; margin-bottom:10px;}

.message h2{font-size: 24px; line-height: 34px; padding: 25px 0 20px;}
.message input{ width:100%; font-size:14px; line-height:25px; padding:5px 12px; border:#e0e1e1 solid 1px; border-radius:1px; color:#8b8d94; margin-bottom:10px;box-sizing:border-box;}
.message input::-webkit-input-placeholder{color:#ccc;}
.message textarea{ width:100%; font-size:14px; line-height:25px; padding:5px 12px; border:#e0e1e1 solid 1px; border-radius:1px; color:#8b8d94; margin-bottom:10px;font-family: 'Sans';box-sizing:border-box;}
.message textarea::-webkit-input-placeholder{color:#ccc;}
.message a{ font-size:14px; line-height:32px; height:32px; color:#fff; padding:0 25px; background:#303642; display:inline-block; margin-top:10px;}
.message a:hover{ background:#000;}

.contact{background: #f4f4f4; padding-top: 25px; padding-bottom: 25px;}
.contact i{font-size: 18px; float: left; width: 30px; line-height: 30px; text-align: center;}
.contact_box{padding:20px 0; border-bottom: 1px dashed #d2d2d2;}
.contact_box:nth-last-of-type(1){border-bottom: 0;}
.contact_text{padding-left: 40px;}
.contact_text h3{ font-size: 18px; line-height: 28px; margin-bottom: 10px;}
.contact_text p{ font-size: 14px; line-height: 28px; color: #7E7E7E;}
.ditu{height: 350px; overflow: hidden;}

.qc_adv{padding: 70px 0 40px; background: #f2f2f2; margin-top: 50px;}
.qc_adv_box{float: left; width: calc(100%/2 - 30px); margin: 0 15px 30px; padding: 10px; background: #fff;  box-sizing: border-box;border-radius: 8px;}
.qc_adv_box i{float: left; width: 100px; height: 100px; line-height: 100px; font-size: 50px; text-align: center; color: #303642; border: 2px solid #aaa; border-radius: 50%;}
.qc_adv_text{padding-left: 10px; height: 170px; overflow:hidden;}
.qc_adv_text h3{font-size: 20px; line-height: 30px; margin-bottom: 10px;}
.qc_adv_text p{ line-height: 26px; color: #7E7E7E;}

.equ_pic{margin-top: 20px;}
.equ_pic img{ float: left; width: calc(100%/3 - 20px); margin: 0 20px 20px 0; border-radius: 0px;}

.client_tel{ text-align:center;}
.client_tel img{max-width:100%; vertical-align:middle;}
.client_cont{border-top:1px #e5e5e5 solid;border-left:1px #e5e5e5 solid;}
.client_cont li{ width:25%; height:96px; float:left; box-sizing:border-box;-moz-box-sizing:border-box; /* Firefox */-webkit-box-sizing:border-box; /* Safari */ border-right:1px #e5e5e5 solid;border-bottom:1px #e5e5e5 solid; text-align:center; line-height:100px; position:relative;}
.client_cont li:before{ content:""; display:block; width:14px; height:1px; position:absolute; bottom:-1px; right:-7px; background:#c7c7c7; z-index:1000;}
.client_cont li:after{ content:""; display:block; width:1px; height:14px; position:absolute; bottom:-7px; right:-1px; background:#c7c7c7; z-index:1000;}
.client_cont li img{ max-width:100%; max-height:100px;vertical-align:top; padding-top:8px;box-sizing:border-box;-moz-box-sizing:border-box; /* Firefox */-webkit-box-sizing:border-box; /* Safari */}

.rd_al{padding: 50px 0; background: #f2f2f2; margin:45px 0;}
.rd_al h3{ padding-bottom: 35px; text-align: center;font-size: 22px;}

.mould-m{display: flex;flex-wrap:wrap;align-items: center;justify-content: center;}
.mould-m img,.alzs1_part{max-width: 400px;display: block;margin: 1%;}
.mould-m .ming>div{padding: 1.5%;max-height: 540px;overflow: hidden;text-align: center;}
.mould-m .ming{text-align: center;}

.alzs_part{flex-wrap:wrap;padding:0 0 4% 0}
.alzs1{display:flex;justify-content: center;flex-wrap:wrap}
.alzs1 video{background:#000;width:370px;height:300px;max-width: 100%;}
.alzsp1{font-size:20px;line-height:35px;padding: 4% 0 2% 0;}

/*分页代码*/
.pagelist {clear:both; font-size: 12px; padding:20px 0;text-align:center;}
.pagelist a{ padding: 5px 9px; border: solid 1px #ddd; background: #fff; text-decoration: none;margin:3px; color:#666; font-family:宋体,arial,sans-serif;}
.pagelist a:visited, #nowpage { padding: 3px 8px; margin:3px; border: solid 1px #ddd; background: #fff; text-decoration: none; }
.pagelist a:hover, #nowpage{color:#97262a; background: #fff; border-color:#97262a; text-decoration: none;}

/*send*/
.pro_send{ padding-top:0px;}
.pro_send h2{ position:relative; font-size:24px; line-height:34px; color:#333; text-align:center; padding:40px 0 10px; margin-bottom:20px; border-top:1px solid #e0e1e1}
.pro_send h2:after{content:""; position:absolute; bottom:0; left:50%; margin-left:-30px;width:60px; height:3px; background:#0eade2;}
.pro_send p{ text-align:center; margin-bottom:15px; font-size:13px; line-height:23px; color:#85868c;}
.pro_send input{ width:100%; font-size:14px; line-height:25px; padding:5px 12px; border:#e0e1e1 solid 1px; border-radius:1px; color:#8b8d94; margin-bottom:10px;box-sizing:border-box;}
.pro_send input::-webkit-input-placeholder{color:#ccc;}
.pro_send textarea{ width:100%; font-size:14px; line-height:25px; padding:5px 12px; border:#e0e1e1 solid 1px; border-radius:1px; color:#8b8d94; margin-bottom:10px;font-family: 'Sans';box-sizing:border-box;}
.pro_send textarea::-webkit-input-placeholder{color:#ccc;}
.pro_send a{ font-size:14px; line-height:38px; height:38px; color:#fff; padding:0 18px; background:#0fbcf5; display:inline-block; margin-top:10px;}
.pro_send a:hover{ background:#0eade2;}

/*产品标签*/
.tag{ margin:50px 0 10px;}
.tag strong{ font-size:16px;}
.tag a{ padding:0px 10px; line-height:32px; display:inline-block; background:#ebebeb; margin:0 5px; border-radius:3px; color:#666;}
.tag a:hover{color:#000;}

.nav_tb{display:none;}

@media screen and (max-width:1199px){
.wid{width:94%;}
	}

@media screen and (max-width: 768px) {

	}

@media screen and (max-width: 480px) {
.fl-1,.fl-2,.fl-3,.fl-4,.fl-5,.fl-6,.fl-7,.fl-8,.fl-9,.fl-10,.fl-11,.fl-12{float:none; width:100%; padding-left:10px; padding-right:10px;}
.fr-1,.fr-2,.fr-3,.fr-4,.fr-5,.fr-6,.fr-7,.fr-8,.fr-9,.fr-10,.fr-11,.fr-12{float:none; width:100%; padding-left:10px; padding-right:10px;}

.wid{width:96%;}
.nav_tb{display:block; position:absolute; top:18px;right:20px; cursor:pointer;}
.nav{ position:absolute; top:60px; right:0; background:#303642; z-index:100; display:none;}
.nav li{display:block; padding:0 30px}
.nav li .erji{left:auto;right:100%;}
.banner{padding:15px 0 30px;}
.ban_text{width:100%;}
.ban_text h3{font-size:30px; line-height:40px;}
.ban_text .xian{margin:10px 0 15px; height:5px;}
.ban_text p{font-size:16px; line-height:30px;}
.ban_pic{width:100%; margin-top:20px;}
.home_cus .swiper-slide{width:60px !important;}
.home_cus{padding:20px 0;}
.home_com,.home_pro{padding:35px 0;}
.home_title{font-size:22px; padding:0 10px;}
.home_com p{font-size:13px; line-height:26px;}
.home_pro_box .swiper-slide{width:100% !important;}
.home_pro .home_pro_next,.home_pro .home_pro_prev{display:none;}
.home_gen{padding:35px 0 0; display:block;}
.home_gen_text{width:100%; margin-bottom:20px;}
.home_gen_pic{width:100%;}
.home_gen_text p{font-size:14px;}
.home_adv{padding:35px 3%;}
.home_adv_box{width:100%; padding:0 0 15px 0;}
.foot{padding:25px 0 5px;}
.foot .fl-3{margin-bottom:20px;}
.foot_logo{text-align:center;}
.foot_logo img{max-width:80%;}
.foot_logo h3{display:none;}
.prolist dl{width:50%;}
.mid_nav a{margin-bottom:10px;}
.nybanner{padding:50px 0;}
.qc_adv_box{width:100%; margin:0 0 15px 0;}
.qc_adv_text{height:auto;}
.qc_adv{padding:20px 0 5px;}
.equ_pic img{width:100%; margin:0 0 10px 0;}
.client_cont li{width:50%;}
.prolist dl dd{height:auto;}
.rd_al{margin:25px 0; padding:25px 0;}
.rd_al .swiper-slide{width:120px !important;}
.nybanner h2{font-size:30px;}
.mid_pos li{font-size:12px;}
	}