body {
	 font-family:'Microsoft YaHei','微软雅黑','Century Gothic', 'Helvetica', 'SimSun', '宋体', 'Heiti', '黑体', 'Arial', 'sans-serif';
	 font-size:14px;
	 width:100%;
	 height:100%;
	 color:#666;
	overflow-x: hidden;
}
*{
	 margin:0;
	 padding:0;
}
li {
	 list-style:none;
}
a {
	 text-decoration:none;
	 color: #666;
	 display: block;
	transition:all 0.2s;
}
.t{
	transition:all 0.2s;
}
input,
select,
textarea {
	 border:none;
	 outline:none;
	 background:none;
	 font-family:'微软雅黑';
	 padding: 0;
}
textarea {
	 resize:none;
	 overflow: hidden;
}
img {
	 border:none;
	 vertical-align: top;
}
table {
	 border:0;
	 border-collapse: collapse;
}
em,
i {
	 font-style:normal;
}
.fr {
	 float:right;
}
.fl {
	 float:left;
}
.clear {
	 zoom:1;
}
.clear:after {
	 content:"";
	 display:block;
	 clear:both;
}
.contain{
	width: 1180px;
	margin: 0 auto;
}
.containS{
	width: 1330px;
	margin: 0 auto;
}
.over{
	overflow: hidden;
}
.rela{
	position: relative;
}

/* 小屏幕导航 */
.p_transition {
	 transition:0.3s;
	 -webkit-transition:0.3s;
	 -o-transition:0.3s;
	 -moz-transition:0.3s;
}

.small_nav_btn {
	 position:absolute;
	 top:17px;
	 right:10px;
	 z-index:8;
	 display:none;
}
.small_nav_btn.active{
	position: fixed;
	top: 20px;
}
.small_nav_btn i {
	 width:30px;
	 height:2px;
	 background:#000;
	 display:block;
	 margin-top:7px;

}
.small_nav_btn i:nth-of-type(1) {
	 margin-top:0;
}
.small_nav_btn i:nth-of-type(1).p_transform_1 {
	 transform:rotatez(45deg);
	 -webkit-transform:rotate(45deg);
	 -o-transform:rotate(45deg);
	 -moz-transform:rotate(45deg);
	 transform-origin:left top 0;
}
.small_nav_btn i:nth-of-type(3).p_transform_2 {
	 transform:rotatez(-45deg);
	 -webkit-transform:rotate(-45deg);
	 -o-transform:rotate(-45deg);
	 -moz-transform:rotate(-45deg);
	 transform-origin:left top 0;
	 position: relative;
	 top: 12px;
}
.small_nav_btn i:nth-of-type(1).p_no_transform_1 {
	 transform:rotatez(0deg);
	 -webkit-transform:rotate(0deg);
	 -o-transform:rotate(0deg);
	 -moz-transform:rotate(0deg);
	 transform-origin:left bottom 0;
}
.small_nav_btn i:nth-of-type(3).p_no_transform_2 {
	 transform:rotatez(0deg);
	 -webkit-transform:rotate(0deg);
	 -o-transform:rotate(0deg);
	 -moz-transform:rotate(0deg);
	 transform-origin:left top 0;
}
.small_nav {
	 padding:50px 0 10px 0;
	 position:fixed;
	 width:150px;
	 height:100%;
	 top:0;
	 right:-160px;
	 text-align:center;
	 background:#fff;
	 z-index:7;
	 display:none;
	 overflow:auto;
}
.small_nav a {
	 font-size:16px;
	 display:block;
	 color:#666;
	 border-bottom:1px solid #eee;
	 line-height:50px;
}
.small_nav a.active{
	 color:#ff0000;
	 border-bottom: 1px solid #ff0000;
}


.header{
	padding: 35px 0 25px;
}
.header .logo{
	float: left;
}
.header .nav{
	float: left;
	margin-top: 30px;
	margin-left: 30px;
}
.header .nav li{
	float: left;
	position: relative;
}
.header .nav li>a{
	line-height: 58px;
	padding: 0 20px;
	color: #333;
	border-bottom: 2px solid transparent;
}
.header .nav li:hover>a,
.header .nav li.active>a{
	color: #e60012;
	border-bottom: 2px solid #e60012;
}
.header .nav li .show{
	position: absolute;
	left: 0;
	text-align: center;
	border-bottom: 1px solid #eee;
	line-height: 44px;
	width: 100%;
	background: #fff;
	z-index: 2;
	display: none;
	border-radius:  0 0 4px 4px;
}
.header .nav li .show a{
	color: #333;
	text-align: center;
}
.header .nav li .show a:hover{
	color: #e60012;
}
.header .phone{
	padding-left: 40px;
	background: url(../images/phone.png) no-repeat left;
	float: right;
	color: #333;
	font-size: 25px;
	line-height: 40px;
	margin-top: 40px;
	font-family: 'Impact';
}

.all_title{
	padding: 50px 0;
	text-align: center;
}
.all_title .p1{
	color: #333;
	font-size: 36px;
}
.all_title .line{
	width: 74px;
	height: 2px;
	background: #e60012;
	margin: 10px auto;
}
.all_title .p2{
	color: #e60012;
	font-size: 28px;
}
.hidebg{
	position: fixed;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	z-index: 6;
	background: rgba(0,0,0,0.7);
	display: none;
}
.video_show {
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform:translate(-50%,-50%);
	z-index: 10;
	display: none;
}
.video_show video{
	width: 564px;
	height: 351px;
}
.video_show .close{
	position: absolute;
    right: -60px;
    top: -50px;
    width: 48px;
    height: 48px;
    background: url(../images/video_close.png) no-repeat center;
    background-size: cover;
    cursor: pointer;
}


.footer .top{
	background: #313131;
	padding-top: 66px;
	padding-bottom: 77px;
}
.footer .left img{
	float: left;
}
.footer .left .font{
	float: left;
	margin-left: 25px;
	line-height: 25px;
	color: #999;
	font-size: 12px;
}
.footer .nav{
	float: right;
}
.footer .nav li{
	margin-left: 30px;
	float: left;
}
.footer .nav li:first-child{
	margin-left: 0;
}
.footer .nav li p{
	color: #f0f0f0;
	margin-bottom: 15px;
}
.footer .nav li a{
	line-height: 25px;
	color: #999;
	font-size: 12px;
}
.footer .end{
	background: #1b1b1b;
	line-height: 50px;
}
.footer .end ul{
	float: right;
	margin-top: 15px;
}
.footer .end li{
	float: left;
	margin-left: 10px;
}
.footer .end li a{
	line-height: 20px;
}


.all_tab{
	text-align: center;
}
.all_tab a{
	width: 165px;
	line-height: 48px;
	border-radius: 6px;
	border: 1px solid #dcdcdc;
	color: #333;
	font-size: 20px;
	text-align: center;
	display: inline-block;
	margin: 0 20px;
}
.all_tab a.active{
	color: #fff;
	background: #ff0000;
	border: 1px solid #ff0000;
}
.in_pro .main{
	width: 1860px;
	margin: 0 auto;
	display: none;
}
.in_pro .main li{
	width: 442px;
	float: left;
	margin-right: 30px;
	margin-top: 35px;
	font-size: 20px;
	text-align: center;
	color: #333;
}
.in_pro .main li:nth-of-type(4n){
	margin-right: 0;
}
.in_pro .img img{
	width: 100%;
	height: 100%;
	transition:all 0.2s;
}
.in_pro .main li:hover img{
	transform: scale(1.2);
}
.in_pro .img{
	margin-bottom: 15px;
	overflow: hidden;
	width: 442px;
	height: 341px;
}
.all_show{
	position: fixed;
	left: 50%;top: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	width: 1260px;
	padding: 40px 60px 0;
	z-index: -10;
	opacity: 0;
	transition:all 0.2s;
}
.all_show.on{
	z-index: 10;
	opacity: 1;
}
.all_show .large_box .font{
	width: 690px;
	float: right;
}
.all_show .large_box img{
	width: 550px;
	height: 400px;
}
.all_show .small_box img{
	width: 196px;
	height: 155px;
	box-sizing:border-box;
}
.all_show .large_box .p1{
	line-height: 60px;
	border-bottom: 1px solid #eee;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 24px;
	color: #333;
}
.all_show .small_box .swiper-slide-active img{
	border: 1px solid #ff0000;
}
.all_show .small_box .swiper-slide{
	cursor: pointer;
}
.all_show .small_box{
	width: 1060px;
	margin: 40px auto;
}
.all_show .swiper-button-next,.all_show .swiper-button-prev{
	width: 20px;
	height: 36px;
}
.all_show .swiper-button-next{
	background: url(../images/all_show_right.png) no-repeat center;
	background-size: cover;
}
.all_show .swiper-button-prev{
	background: url(../images/all_show_left.png) no-repeat center;
	background-size: cover;
}
.all_show .close{
	width: 48px;
	height: 48px;
	border-radius: 50%;
	cursor: pointer;
	background: url(../images/close.png) no-repeat center #fff;
	position: absolute;
	right: -24px;
	top: -24px;
}
.a_qua .main li{
	width: 278px;
	height: 148px;
	border: 1px solid #eee;
	text-align: center;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
}
.a_qua .main img{
	width: 100%;
	height: 100%;
	transition:all 0.2s;
}
.a_qua .main li:hover img{
	transform: scale(1.2);
}
.a_qua .main li:nth-of-type(4n){
	margin-right: 0;
}
.a_qua{
	padding-bottom: 50px;
}
.in_more{
	width: 208px;
	line-height: 60px;
	border: 2px solid #e60012;
	color: #e60012;
	text-align: center;
	margin: 50px auto 100px;
	font-size: 20px;
}
.in_more span{
	padding-right: 65px;
	background: url(../images/in_pro_dot.png) no-repeat right;
}
.in_more:hover{
	color: #fff;
	background: #e60012;
}
.in_more:hover span{
	background: url(../images/in_pro_dot1.png) no-repeat right;
}

.header.fixed{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
}
.padd{
	padding-top: 150px;
}


.right_slide{
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 2;
}
.right_slide .to_show{
	background: #00a0e9;
	font-size: 22px;
	color: #fff;
	line-height: 72px;
	width: 80px;
	height: 72px;
	transition:all 0.3s;
	margin-bottom: 2px;
	position: relative;
}
.right_slide .to_show p{
	padding-right: 15px;
	position: absolute;
	left: 80px;
	top: 0;
	background: #00a0e9;
	white-space:nowrap
}
.right_slide .to_show p a{
	color:#fff;
}
.right_slide .to_show i{
	width: 80px;
	height: 72px;
	display: block;
}
.right_slide .to_show div{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition:all 0.3s;
	background: #00a0e9;
}
.right_slide .to_show .ico1{
	background: url(../images/right_slide1.png) no-repeat center;
}
.right_slide .to_show .ico2{
	background: url(../images/right_slide2.png) no-repeat center;
}
.right_slide .to_show .ico3{
	background: url(../images/right_slide3.png) no-repeat center;
}
.right_slide .go_top{
	width: 80px;
	height: 70px;
	background: #00a0e9;
	cursor: pointer;
	display: none;
}
.right_slide .go_top .ico4{
	display: block;
	height: 100%;
	background: url(../images/right_slide4.png) no-repeat center;
}
