@charset "utf-8";
html,body{height:100%; padding:0px; margin:0px;min-width: 1200px;font:15px 微软雅黑;color:#444;}
.fl {float:left;}
.fr {float:right;}
.clear{clear:both;}
.border{border:1px solid #DFDFDF;}
.bg{background-color: #B0C4DE;}
.bg1{background-color: #CAFF70;}
.bg2{background-color: #FFC1C1;}
.bg3{background-color: #FFA07A;}
.bg4{background-color: white;}
.hj200 {line-height: 200%;}
.mt30{margin-top: 30px}
.mt20{margin-top: 20px}
.mt10{margin-top: 10px}
.w0{width: 100%;overflow: hidden;}
.w1200{width: 1200px;margin:0 auto;}
.w1140{width: 1140px;margin:0 auto;}
a{text-decoration: none;outline: none; color: #444; transition: 0.2s; }
p{text-align: justify;text-justify:inter-ideograph;margin: 0;}
li{list-style-type: none;vertical-align:top;margin:0;padding:0;}
ul{margin: 0;padding: 0;}
img{margin: 0;padding: 0;}
img {border: 0;vertical-align: middle;}
'img {border: 0;vertical-align: top;}
h1, h2, h3, h4, h5, h6 {font-weight: normal;font-size: 100%;margin: 0;padding: 0}

.header{height: 100px;background: url(../images/navbg.jpg) no-repeat center;}
.head_body .hb_t{height: 30px;line-height: 30px;}
.head_body .hb_t .fr{position: relative;top: 10px;}
.head_body .hb_t a{padding: 0 5px}
.head_body .hb_b{height: 70px;}

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.nav{ width: 780px; height:50px; line-height:50px; position:relative;z-index:1;margin:20px auto 0 auto}
.nav a{ color:#fff;}
.nav .nLi{ float:left;  position:relative; display:inline;}
.nav .nLi h3{ float:left;}
.nav .nLi h3 a{ display:block; width: 130px; font-size:16px;font-weight: bold;text-align:center;background: url(../images/navhoverbg.png) no-repeat center bottom;transition: all 0.2s ease-in;}
.nav .nLi h3 a:hover {background:#444;color: #fff}
.nav .on h3 a{ background:#444; color:#fff;}

/*banner start*/
.flexslider {
	margin: 0px auto 0px;
	position: relative;
	width: 100%;
	height: 600px;
	overflow: hidden;
	zoom: 1;
}

.flexslider .slides li {
	width: 100%;
	height: 100%;
}

.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(../images/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}

.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	background: url(../images/dot.png) no-repeat 0 -16px;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
	-webkit-transition: all 0s ease;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
	background-position: 0 0;
}

.flexslider .slides a img {
	width: 100%;
	height: 600px;
	display: block;
}
/*banner end*/

/*product start*/
.product{background: #F4F4F4}
.proList{ width:100%; height:200px;background: url(../images/proListbg.png) no-repeat center;}
.proList .title{width: 360px;height:auto; float:left; padding-top:45px;}
.proList .title p{ width:260px; height:40px; line-height: 30px; border-bottom: 2px solid #fff; text-align: center; color: #fff; font-size: 35px;}
.proList .title a{display: block;width: 120px;height: 40px;text-align: center;line-height: 40px;color: #fff;background: #F6C306;margin: 20px 60px;}

.ipmenulist{ width:840px; height: auto; float: left; padding-top:25px;}
.ipmenulist li{width: 280px;height: 25px;line-height: 25px; float:left;list-style-type: square;color:#fff; }
.ipmenulist li a{color: #fff;transition: all 0.2s ease-in;}
.ipmenulist li a:hover {text-decoration: underline;}

.product .pro_main{padding:0px 0 40px 0;}
.product .pro_main ul li{box-shadow: 0 0 10px 0 #ccc;margin-left: 40px;margin-top: 30px;}
.product .pro_main ul li:nth-child(1) {margin-left: 0px;}
.product .pro_main ul li:nth-child(5) {margin-left: 0px;}
.product .pro_main ul li .img{border-bottom: 3px solid #DA251C;}
.product .pro_main ul li p{width: 270px;height: 40px;text-align: center;line-height: 40px;background: #fff;transition: all 0.2s ease-in;}
.product .pro_main li .img{width: 270px;height: 202px;overflow: hidden}
.product .pro_main li img{ width: 270px;height: 202px; display: block;-moz-transition:.5s ease-in;-webkit-transition:.5s ease-in;-o-transition:.5s ease-in;-ms-transition:.5s ease-in;transition:.5s ease-in;}
.product .pro_main li:hover img{ transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1)}
.product .pro_main li:hover p{background: #DA251C;color: #fff}
/*product end*/

/*company start*/
.company{padding: 50px 0;height:500px;background: url(../images/combg.jpg) no-repeat center;}
.company .title{text-align: center;color: #fff}
.company .title b{font-size: 40px;font-family: Arial;}
/*.company .title em{display: block;width: 100px;height: 4px;background: #fff;margin:10px auto}*/
.company .title p{font-size: 16px;text-align: center;}
.company .com_box{width: 900px;height: 400px;margin-top: 30px;}

.company .com_box .img{width: 450px;height: 400px;overflow: hidden}
.company .com_box img{ width: 450px;height: 400px; display: block;-moz-transition:.5s ease-in;-webkit-transition:.5s ease-in;-o-transition:.5s ease-in;-ms-transition:.5s ease-in;transition:.5s ease-in;}
.company .com_box .img:hover img{ transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1)}
.company .com_box .zi{width: 390px;height: 340px;background: rgba(255,255,255,0.8);padding: 30px;}
.company .com_box .zi b{font-size: 20px;}
.company .com_box .zi em{height: 15px;display: block;}
.company .com_box .zi p{text-indent: 2em;line-height: 160%}
.company .com_box .zi a{width: 100px;height: 32px;background: #DA251C;color: #fff;margin-top: 20px;display: block;text-align: center;line-height: 32px;transition: all 0.2s ease-in;}
.company .com_box .zi a:hover {background: #444444}

/*contact start*/
.contact{padding: 50px 0}
.contact .title{text-align: center;}
.contact .title b{font-size: 40px;font-family: Arial;}
.contact .title p{font-size: 16px;text-align: center;}

.contact .lxwm_body{padding-top: 30px;}
.contact .lxwm_body{position: relative;}
.contact .lxwm_body .zxly{position: absolute;right: 0px;bottom: 0px;width: 400px;height: 310px;background: rgba(218,37,28,0.8);text-align: center;padding: 20px 0}
.contact .lxwm_body .zxly b{font-size: 20px;color: #fff;text-align: center;}

.jmd_r .name,
.jmd_r .tel,
.jmd_r .email,
.jmd_r .liuyan{width: 330px;margin:12px auto;border-radius: 5px;overflow: hidden;}

.jmd_r .name label,
.jmd_r .tel label,
.jmd_r .email label{width:80px;height: 36px;line-height: 36px;display: inline-block;background: #F1C540;color: #fff;text-align: center;font-size: 16px;float: left;}
.jmd_r .name input,
.jmd_r .tel input,
.jmd_r .email input{float: right;width: 250px;height: 36px;line-height: 36px;border: none;padding: 0px;}
.jmd_r .liuyan label{width: 80px;height: 36px;line-height:36px;display: inline-block;background: #F1C540;color: #fff;text-align: center;font-size: 16px;float: left;}
.jmd_r .liuyan textarea{float:right;width: 250px;height: 80px;border: none;padding:0;}
.jmd_r #submit{width: 100px;height: 35px;background: #F1C540;border:none;font-size: 15px;color: #fff;font-family: 微软雅黑;border-radius: 5px;margin-right: 35px;}
.layui-layer-content {color: #ff0000!important;}
.code{margin-left: 30px;}

#ehong-code-input{
	width:42px;
	letter-spacing:2px;
	margin:0px 8px 0px 0px;
}
.ehong-idcode-val{
	position:relative;
	padding:3px 4px 3px 4px;
	top:0px;
	*top:-3px;
	letter-spacing:4px;
	display:inline;
	cursor:pointer;
	font-size:16px;
	font-family:"Courier New", Courier, monospace;
	text-decoration:none;
	font-weight:bold;
}
.ehong-idcode-val0{
	border:solid 1px #A4CDED;	
	background-color:#ECFAFB;
}

.ehong-idcode-val1{
	border:solid 1px #A4CDED;	
	background-color:#FCEFCF;
}
.ehong-idcode-val2{
	border:solid 1px #6C9;	
	background-color:#D0F0DF;
}
.ehong-idcode-val3{
	border:solid 1px #6C9;	
	background-color:#DCDDD8;
}
.ehong-idcode-val4{
	border:solid 1px #6C9;	
	background-color:#F1DEFF;
}
.ehong-idcode-val5{
	border:solid 1px #6C9;	
	background-color:#ACE1F1;
}
.ehong-code-val-tip{
	font-size:12px;
	color:#1098EC;
	top:0px;
	*top:-3px;	
	position:relative;	
	margin:0px 0px 0px 4px;
	cursor:pointer;	
}
.txtVerification{width:80px;height:31px; line-height: 31px; border-radius: 3px; border:1px solid #dedede}

/*contact end*/

/*foot start*/
.footer{background: #313131;padding: 20px 0;}
.footer .kslj{width:500px;margin-top: 15px;}
.footer .lxwm{width:330px;margin-top: 15px;}
.footer ul{margin-top: 10px;}
.footer .kslj ul li{width: 250px;height: 25px;line-height: 25px;color: #aaa;}
.footer .lxwm ul li{width: 140px;height: 25px;line-height: 25px;}
.footer ul li a{color: #aaa}
.footer .fl b{font-size: 16px;color: #DA251C}
.footer .ewm p{writing-mode:tb-rl;letter-spacing:4px;color: #aaa;position: relative;top: 15px;padding-right: 5px;}
.footer .ewm p:nth-child(1) {padding-top: 20px;}
.foot_bot{background: #DA251C;line-height: 35px;color: #fff;text-align: center;}
.foot_bot p{text-align: center;font-size: 14px;}
/*foot end*/

#floatDivBoxs{width:170px;background:#fff;position:fixed;right:10px;z-index:999;}
#floatDivBoxs .floatDtt{width:100%;height:45px;line-height:45px;color:#fff;font-size:18px;text-indent:22px;position:relative; padding: 0px; margin: 0px;}
#floatDivBoxs .floatDqq{padding:0 14px; margin: 0px;}
#floatDivBoxs .floatDqq li{height:45px;line-height:45px;font-size:15px;border-bottom:1px solid #e3e3e3;list-style:none; text-indent: 10px;}
#floatDivBoxs .floatDqq li img{ float:left; margin-top:7px;}
#floatDivBoxs .floatDqq li a{ color: #333; text-decoration: none;}
#floatDivBoxs .floatDqq li a:hover{ color: #f00;}
#floatDivBoxs .floatDtxt{font-size:18px;color:#333; height:45px;line-height:45px;padding:0; margin: 0; text-indent: 15px;}
#floatDivBoxs .floatDtel{padding:0px 0px 20px 15px; margin: 0;}
#floatDivBoxs .floatDtel p{ line-height: 30px; color: #333; font-size: 15px;}
#floatDivBoxs .floatImg{text-align:center;padding:10px;background:#EBEBEB;}
#floatDivBoxs .floatImg img{ margin-bottom:5px;}
.floatShadow{ background:#fff;box-shadow:-2px 0 3px rgba(0,0,0,0.25); padding: 0px; margin: 0px; border-bottom: 3px solid #dedede;}
#rightArrow{width:50px;height:45px;background:url(images/online_arrow.png) no-repeat;position:fixed;right:0;z-index:999;}
#rightArrow a{display:block;height:45px;}