/*固定样式*/
body{
  background: #fafafa;
}
.wrap{
	width: 100%;
	min-width: 1200px;
}
.w1200{
	width: 1200px;
	margin:auto;
}
.pr{
	position: relative;
}
img{
	vertical-align: middle;
}
.top{
	line-height: 120px;
	height: 120px;
	box-shadow: 4px 0px 18px #888888;
	position: relative;
	z-index: 10;
}
.top_total{
	
}
.top_total li{
	display: inline-block;
}
.top_total_one{
	font-size: 0;
	text-align: center;
}
.top_total_one li{
	width: 95px;
}
.top_total_one li div{
	position: relative;
	z-index: 1;
	transition: 1s;
	width: 100%;
	font-size: 18px;
}
.top_total_one li div:after{
	content: '';
	width: 100%;
	height: 0;
	background: #f30e0e;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	transition: 1s;
}
.top_total_two{
	transition: 0.5s ease 0s;
    transform-origin: top;
    opacity: 0;
    transform: scale(1, 0);
    overflow: hidden;
    line-height: 4vw;
    background: #FFF;
    background: rgba(255,255,255,0.7);
    left: 0;
    z-index: 2;
    position: absolute;
    width: 100%;
}
.top_total_two li{
	padding: 0 30px;
	font-size: 16px;
	transition: 1s;
    width: auto;
}
.top_total_two li:hover{
	background: #f30e0e;
	color: white;
}
.top_total_one li:hover .top_total_two{
	transform: scale(1);
    opacity: 1;
}
.top_total_one li:hover div:after{
	content: '';
	height: 100%;
}
.top_total_one li:hover div{
	color: white;
}
.top_total_one li.on div:after{
	content: '';
	height: 100%;
}
.top_total_one li.on div{
	color: white;
}
.slideBox{ width:100%;overflow:hidden; position:relative;  }
.slideBox .bd{ position:relative; width: 100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:100%;display:block;  }

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }
.total_title{
	text-align: center;
}
.about{
	padding-top: 50px;
}
.total_title_one{
	font-size: 35px;
	font-weight: bold;
}
.total_title_two{
	width: 51px;
	height: 5px;
	background: #f30e0e;
	margin: 0 auto;
	margin-top: 13px;
}
.total_title_three{
	font-size: 18px;
	margin-top: 15px;
	font-weight: 300;
}
.x_about{
	margin-top: 50px;
}
.l_about{
	width: 689px;
}
.l_about_one{
	background: #f3f3f3;
	height: 214px;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	padding: 0 10px;
	padding-top: 76px;
}
.l_about_one li{
	display: inline-block;
	width: 147px;
	padding-left: 68px;
	position: relative;
}
.l_about_one li:after{
	content: '';
	width: 1px;
	height: 83px;
	background: #dadada;
	position: absolute;
	top: -1px;
    right: -2px;
}
.l_about_one li:last-child:after{
	content: '';
	display: none;
}
.l_about_v{
	font-size: 16px;
	color: #3763a2;
}
.l_about_v span{
	font-family: 'Impact';
	font-size: 45px;
	margin-right:8px;
	display: inline;
    position: relative;
}
.l_about_b{
	font-size: 16px;
	margin-top: 13px;
}
.l_about_two{
	font-size: 0;
}
.l_about_two li{
	width: 50%;
	display: inline-block;
	position: relative;
	z-index: 2;
	color: white;
	padding-bottom: 41px;
	box-sizing: border-box;
	overflow: hidden;
}
.l_about_two li img{
	width: 100%;
	transition: 1s;
}
.l_about_two li.on img{
	transform: scale(1.1);
}
.l_about_two_one{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.l_about_two_two{
	font-size: 24px;
	padding-top: 254px;
	padding-left: 40px;
	z-index: 2;
	position: relative;
}
.l_about_three{
	padding-left: 40px;
	padding-top: 12px;
	z-index: 2;
	position: relative;
}
.l_about_two_four{
	width: 0;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: 1s;
}
.l_about_two li.on .l_about_two_four{
	width: 100%;
}
.r_about{
	width: 510px;
	position: relative;
	color: white;
}
.r_about img{
	width: 100%;
}
.r_about_four{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.r_about_one{
	font-size: 24px;
	padding-top: 44px;
	padding-left: 50px;
}
.r_about_two{
	width: 422px;
	font-size: 16px;
	line-height: 24px;
	padding-left: 50px;
	padding-top: 23px;
}
.r_about_three{
	width: 187px;
	line-height: 51px;
	border: solid 1px white;
	margin-left: 50px;
	margin-top: 26px;
	text-indent: 25px;
	font-size: 16px;
	transition: 1s;
	position: relative;
	z-index: 5;
}
.r_about_three span{
	float: right;
	margin-right: 27px;
	font-size: 16px;
}
.r_about_three:after{
	content: '';
	width: 0;
	height: 100%;
	background: #3763a2;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: 1s;
}
.r_about_three:hover:after{
	content: '';
	width: 100%;
}
.total_product{
	padding-top: 57px;
}
.product{
	background: url("../images/product.jpg") center center no-repeat;
	height: 793px;
	margin-top: 33px;
	box-sizing: border-box;
	overflow: hidden;
}
.l_product{
	width: 50%;
}
.t_product{
	width: 100%;
}
.t_product li{
	width: 100%;
	z-index: 1;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	height: 132.2px;
	color: white;
}
.t_product_four{
	content: '';
	width: 0;
	height: 100%;
	background: #4366a3;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	transition: 1s;
}
.t_product li:hover .t_product_four{
	width: 100%;
}
.t_product_three{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	transition: 1s;
}
.t_product_three:after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
}
.t_product_three img{
	width: 100%;
}
.t_product_one{
	font-size: 20px;
	margin-top: 40px;
	margin-left: 138px;
}
.t_product_two{
	font-size: 20px;
	margin-top: 11px;
	margin-left: 138px;
}
.news{
	padding-top: 60px;
}
.x_news{
	padding-top: 30px;
}
.l_news{
	width: 556px;
	box-sizing: border-box;
	overflow: hidden;
}
.l_news img{
	width: 100%;
	transition: 1s;
}
.l_news:hover img{
	transform: scale(1.1);
}
.r_news{
	width: 635px;
}
.r_news_total{
	width: 100%;
}
.r_news_total li{
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	background: #ececec;
	height: 120px;
	padding:  25px 50px 0 50px;
	margin-bottom: 28px;
	position: relative;
	z-index: 1;
	transition: 1s;
}
.r_news_total li:after{
	content: '';
	width: 0;
	height: 100%;
	background: #3763a2;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: 1s;
}
.r_news_total li:hover{
	color: white;
}
.r_news_total li:hover:after{
	content: '';
	width: 100%;
}
.r_news_one{
	font-size: 18px;
	font-weight: 300;
}
.r_news_one span{
	display: block;
	font-size: 16px;
	padding-top: 6px;
	padding-left: 4px;
}
.r_news_two{
	font-size: 14px;
	font-weight: 300;
	padding-top: 18px;
}
.link{
	background: #3763a2;
	height: 163px;
	color: white;
	box-sizing: border-box;
	overflow: hidden;
}
.link li{
	display: inline-block;
	vertical-align: top;
}
.link li.link_three{
	line-height: 163px;
}
.link_one{
	font-size: 30px;
	padding-top: 37px;
}
.link_two{
	font-size: 18px;
	line-height: 24px;
	padding-top: 20px;
}
.foot{
	background: #262626;
	color: white;
}
.foot_total{
	padding-top: 50px;
}
.foot_total li{
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.foot_total li:after{
	content: '';
	width: 1px;
	height: 52px;
	background: white;
	position: absolute;
	    top: -6px;
    right: -27px;
	opacity: 0.2;
}
.foot_total li:last-child:after{
	content: '';
	display: none;
}
.foot_total li span{
	display: inline-block;
	font-size: 18px;
	line-height: 21px;
	margin-left: 20px;
}
.foot_total li img{
	vertical-align: top;
}
.foot_link{
	color: #9e9e9e;
	background: #262626;
	line-height: 50px;
	font-size: 18px;
	padding-top: 5px;
}
.foot_link span{
	display: inline-block;
	font-size: 20px;
	color: white;
}
.nei_nav{
	text-align: center;
	line-height: 90px;
	background: white;
}
.nei_nav li{
	display: inline-block;
	font-size: 18px;
	padding: 0 15px;
}
.nei_nav li:hover{
	background: #f30e0e;
	color: white;
}
.nei_nav li.on{
	background: #f30e0e;
	color: white;
}
.nei_about{
	background: #fafafa;
	padding-top: 54px;
	padding-bottom: 42px;
}
.nei_about_one{
	font-size: 18px;
	line-height: 35px;
}
.nei_about_two{
	width: 100%;
	margin-top: 47px;
}
.nei_about_two img{
	width: 100%;
}
.nei_about_three{
	margin-top: 32px;
}
.nei_about_three li{
	display: inline-block;
	position: relative;
	width: 378px;
}
.nei_about_three li img{
	width: 100%;
}
.nei_about_three li div{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 377px;
	line-height: 60px;
	height: 60px;
	text-align: center;
	font-size: 18px;
	color: white;
	background: rgba(0,0,0,0.6);
}
.nei_perduct li{
	width: 378px;
	height: 278px;
	position: relative;
	display: inline-block;
    margin: 0 9px;
    margin-bottom: 10px;
	box-sizing: border-box;
	overflow: hidden;
}
.nei_perduct_one{
	width: 100%;
}
.nei_perduct_one img{
	width: 100%;
}
.nei_perduct_two{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	font-size: 18px;
	color: white;
	background: rgba(0,0,0,0.6);
	box-sizing: border-box;
	overflow: hidden;
	height: 60px;
	line-height:60px;
	transition: 1s;
}
.nei_perduct_two:after{
	content: '';
	width: 50px;
	height: 1px;
	background: white;
	position: absolute;
	top: -131px;
	right: -189px;
	transition: 1s;
}
.nei_perduct_two:before{
	content: '';
	width: 1px;
	height: 50px;
	background: white;
	position: absolute;
	top: 300px;
	right: 190px;
	transition: 1s;
}
.nei_perduct li:hover{
	
}
.nei_perduct li:hover .nei_perduct_two{
	padding-top: 179px;
	height: 100%;
	line-height: 0;
	background: rgba(243,14,14,0.8);
}
.nei_perduct li:hover .nei_perduct_two:after{
	content: '';
	right: 167px;
	top: 131px;
}
.nei_perduct li:hover .nei_perduct_two:before{
	content: '';
	top: 107px;
}
.nei_contact{
	margin-top: -80px;
	position: relative;
	z-index: 20;
}
.nei_contact .fl{
	width: 50%;
	background: white;
	box-sizing: border-box;
	overflow: hidden;
	padding: 30px 34px 7px 34px;
}
.nei_contact .fl div{
	font-size: 28px;
	font-weight: bold;
	position: relative;
}
.nei_contact .fl div:after{
	content: '';
	width: 55px;
    height: 2px;
    background: #ca4a49;
    position: absolute;
    bottom: -10px;
    left: 0;
}
.nei_contact .fl span{
	display: block;
	font-size: 16px;
	line-height: 34px;
	padding-top: 16px;
	padding-left: 54px;
}
.nei_contact .fr{
	width: 50%;
	box-sizing: border-box;
	overflow: hidden;
	height: 387px;
}
.nei_contact .fr img{
	width: 100%;
}
.linian{
	padding-top: 120px;
	padding-bottom: 60px;
}
.linian li{
	display: inline-block;
	vertical-align: top;
}
.linian_one{
	position: relative;
}
.linian_one:after{
	content: '';
	width: 180px;
	height: 1px;
	background-color: black;
	position: absolute;
	top: 40px;
    left: -9px;
    transform: rotate(118deg);;
}
.linian_one span{
	display: inline-block;
	vertical-align: top;
}
.linian_one span.b1{
	font-size: 55px;
	font-weight: bold;
	color: #ca4a49;
}
.linian_one span.b2{
	font-size: 35px;
	font-weight: bold;
	margin-top: 40px;
	margin-left: 30px;
}
.linian_two{
	width: 440px;
	height: 100px;
	color: white;
	background-color: black;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 18px;
	line-height: 28px;
	padding-left: 60px;
	padding-top: 22px;
	margin-left: 145px;
}
.linian_three{
	font-size: 18px;
	line-height: 30px;
	padding-top: 45px;
}
.lianxi{
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: 0px;
    padding-bottom: 700px;
    background-attachment: fixed;
    background-image: url(../images/nei_banner.jpg);
    box-sizing: border-box;
    overflow: hidden;
	text-align: center;
	color:white ;
}
.lianxi:after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
}
.lianxi div{
	z-index: 1;
	position: relative;
}
.lianxi_one{
	font-size: 24px;
	padding-top: 158px;
}
.lianxi_two{
	font-size: 36px;
	padding-top: 36px;
	letter-spacing: 6px;
	color: #ca4a49;
}
.lianxi_three{
	padding-top: 36px;
}
.lianxi_three span{
	display: inline-block;
	font-size: 16px;
	margin: 0 10px;
}
.lianxi_three img{
	margin-right: 10px;
}
.lianxi_foru{
	margin-top: 30px;
}
.lianxi_foru input{
	margin: 0;
	padding: 0;
	border: none;
	line-height: 60px;
	height: 60px;
	width: 600px;
	font-size: 18px;
	background: rgba(255,255,255,0.5);
	border: solid 1px white;
}
.lianxi_foru input.l1{
	width: 140px;
    background: #ca4a49;
	color: white;
	border: solid 1px white;
	height: 62px;
	margin-left: -5px;
}
.lianxi_five{
	font-size: 18px;
	padding-top: 90px;
}
.ditu{
	padding: 60px 0;
	background: white;
}
.ditu div{
	height: 560px;
}
.ditu iframe{
	width: 100%;
	height: 100%;
}
.__list{
			width: 100%;
			
		}
		.__list h2{
			font-size: 30px;
			width: 80%;
			margin: auto;
			text-align: center;
		}
		.__list .b_time{
			font-size: 12px;
		    width: 100%;
		    margin: auto;
		    text-align: center;
		    padding: 10px 0;
		    border-bottom: 1px solid #ccc;
		    margin-bottom: 20px;
		}
		.__list .thumb{
			width: 60%;
		    display: block;
		    margin: auto;
		}
		.__list .b_des{
			border-bottom: 1px solid #ccc;
		    padding: 20px 0;
		    padding-left: 20px;
		}
.__list .b_des img{
  width: 60%;
}
		.jiathis_style{
			float: right;
		}
		.b_foot{
			padding-top: 10px;
		}
.trait_body{
						margin-top: 25px;
					}
					.__inner_tt{
						border-bottom: 1px solid #ccc;
					}
					.__inner_tt h2{
						font-weight: bold;
						padding:5px 25px;
						color:white;
						background: #ccc;
						display: inline-block;
					}
					.__inner_list{
						font-size: 0px;
						padding-top: 15px;
						padding-bottom: 25px;
					}
					.__inner_list li{
						display: inline-block;
						width: 20%;
						box-sizing: border-box;
						padding:5px;
					}
					.__inner_list li img{
						width: 100%;
					}
					.__inner_list li h2{
						font-weight: normal;
						font-size: 16px;
						text-align: center;
						line-height: 35px;
						border-bottom: 1px solid #ccc;
					}
					._inner_news_list{

					}
					._inner_news_list li{
						display: inline-block;
						width: 33%;
						overflow: hidden;
						box-sizing: border-box;
						padding:10px;
					}
					._inner_news_list li a{
						font-size: 14px;
						display: block;
						line-height: 24px;
						position: relative;
						padding-left: 15px;
					}
					._inner_news_list li a:hover{
						text-decoration: underline;
					}
					._inner_news_list li a:before{
						position: absolute;
						content: '';
						width: 5px;
						height: 5px;
						background: #ccc;
						left:0px;
						top:50%;
						transform: translateY(-50%);
					}
.v1{
	display: none;
}
.v1.about_on{
	display: block;
}
.pages{
	text-align: center;
	padding-top: 40px;
}
.pages li{
	display: inline-block;
	padding: 5px 10px;
	border: solid 1px #e3e3e3;
	font-size: 14px;
	margin: 0 5px;
	transition: 1s;
}
.pages li:first-child{
	display: none;
}
.pages li.c{
	background: #ca4a49;
	color: white;
}
.pages li:hover{
	background: #ca4a49;
	color: white;
}