﻿/*首页*/
.banner-device {
	width: 100%;
	/*height: 760px;*/
	height: 620px;
	position: relative;
}

.banner-device .arrow-left {
	display: none;
	background: url(/static/picture/left3.png) no-repeat left top;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -49px;
	margin-left: -720px;
	width: 50px;
	height: 98px;
	z-index: 9;
}

.header-nav > ul > li:last-child ul li a  {
	padding-left: 45px;
}

.header-nav > ul > li > ul > li img  {
	 display: inline-block;
	width: 20px;
	position: absolute;
	top: 11px;
	left: 20px;
}

.banner-device .arrow-right {
	display: none;
	background: url(/static/picture/right3.png) no-repeat left bottom;
	position: absolute;
	top: 50%;
	right: 50%;
	margin-right: -720px;
	margin-top: -49px;
	width: 50px;
	height: 98px;
	z-index: 9;
}
.banner-device:hover .arrow-left{display: block;}
.banner-device:hover .arrow-right{display: block;}
.banner-device .swiper-banner {
	/*height: 760px;*/
	height: 620px;
	width: 100% !important;
}
.swiper-banner .swiper-slide{
	display: block;
	width: 100%;
	height: 100%;
}
.swiper-banner a{
	display: block;
	width: 100%;
	/*height: 760px;*/
	height: 620px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 30px;
	width: 100%;
	z-index: 9;
}

.banner-device .swiper-pagination-switch{
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #b3c6ee;
	margin: 0 12px;
	cursor: pointer;
	position: relative;
}

.banner-device .swiper-active-switch{
	background: none;
}
.banner-device .swiper-active-switch::after{
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -10px;
	margin-left: -10px;
	border-radius: 50%;
	box-sizing: border-box;
}
.banner-device .swiper-active-switch::before{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-right: 50%;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -4px;
	margin-top: -4px;
	border-radius: 50%;
}

.index-xilie{
	display: block;
	width: 100%;
	height: 210px;
	background-color: #f7f8fa;
	padding: 0 178px;
	position: relative;
}
.index-title{
	text-align: center;
	display: block;
}
.index-title span{
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
.index-title h4{
	font-size: 12px;
	color: #979797;
	line-height: 24px;
	text-transform: uppercase;
}
.index-title h2{
	font-size: 34px;
	color: #1d1d1d;
	line-height: 50px;
}
.index-title h2 span{
	position: relative;
	display: inline-block;
}
.index-title h2 span::before{
	content: "";
	display: block;
	width: 272px;
	height: 1px;
	background-color: #dddddd;
	position: absolute;
	top: 28px;
	right: 108%;
}
.index-title h2 span::after{
	content: "";
	display: block;
	width: 272px;
	height: 1px;
	background-color: #dddddd;
	position: absolute;
	top: 28px;
	left: 108%;
}

.index-xilie-swiper{
	display: block;
	width: 100%;
	height: 210px;
}
.index-xilie-swiper .swiper-slide{
	padding: 0 10px !important;
	box-sizing: border-box;
}
.index-xilie-in{
	display: block;
	width: 100%;
	height: 130px;
	background-color: #fff;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
	margin-top: 40px;
	font-size: 16px;
	color: #000000;
	line-height: 28px;
	padding: 28px 30px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 100% auto;
}
.index-xilie-in h3{
	display: block;
	position: relative;
	overflow: hidden;
	text-ovreflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.index-xilie-in span{
	display: block;
	width: 32px;
	height: 2px;
	background-color: #c31821;
	margin-top: 8px;
}
.index-xilie .xilie-left{
	display: block;
	background: url(/static/picture/left4.png) no-repeat center;
	position: absolute;
	left: 80px;
	top: 50%;
	margin-top: -40px;
	width: 80px;
	height: 80px;
	z-index: 9;
}
.index-xilie .xilie-right{
	display: block;
	background: url(/static/picture/right4.png) no-repeat center;
	position: absolute;
	right: 80px;
	top: 50%;
	margin-top: -40px;
	width: 80px;
	height: 80px;
	z-index: 9;
}

.index-news-bg{
	display: block;
	padding: 98px 0 0;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
	margin-bottom: 74px;
}
.index-news-top{
	text-align: center;
	margin-bottom: 90px;
	color: #fff;
}
.index-news-top h3{
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 15px;
}
.index-news-top p{
	font-size: 24px;
	line-height: 36px;
}
.index-news-main{
	display: block;
	height: auto;
	background-color: #fff;
	padding: 90px 40px 0;
	box-shadow: -2px 0px 16px 0 rgba(0, 0, 0, 0.1);
}
.index-news-head{
	display: block;
	height: 56px;
	text-align: center;
	vertical-align: top;
	margin-bottom: 48px;
	font-size: 0;
}
.index-news-head>span{
	display: inline-block;
	vertical-align: top;
	width: 205px;
	height: 100%;
	text-align: center;
	border: 1px solid #dcdcdc;
	border-right: none;
	margin: 0;
	font-size: 17px;
	color: #515151;
	line-height: 54px;
	position: relative;
	cursor: pointer;
}
.index-news-head>span:last-child{
	border-right: 1px solid #dcdcdc;
}
.index-news-head>span:hover{
	color: #c31821;
}
.index-news-head>span.active{
	color: #c31821;
}
.index-news-head>span.active::after{
	content: "";
	display: block;
	height: 2px;
	width: 100%;
	background: #c31821;
	position: absolute;
	left: 0;
	bottom: 0;
}
.index-news{
	display: block;
	height: auto;
}
.index-news>div{
	position: relative;
	padding-bottom: 1px;
	margin-bottom: 20px;
}
.index-newsR{
	display: inline-block;
	float: right;
	width: 626px;
	height: auto;
}
.index-newsR-in{
	display: block;
	width: 100%;
	height: 105px;
	background-color: #f8f8f8;
	position: relative;
	padding: 0 72px 0 114px;
	margin-bottom: 10px;
}
.index-newsR-in-time{
	display: block;
	width: 90px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	padding-top: 16px;
}
.index-newsR-in-time::after{
	content: "";
	display: block;
	width: 1px;
	height: 50px;
	background: #e0e0e0;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -25px;
}
.index-newsR-in-time h2{
	font-size: 34px;
	color: #505050;
}
.index-newsR-in-time h4{
	font-size: 14px;
	color: #505050;
	line-height: 24px;
}
.index-newsR-in-text{
	display: block;
	padding-top: 20px;
}
.index-newsR-in-text h3{
	font-size: 18px;
	color: #000000;
	line-height: 36px;
	margin-bottom: 4px;
}
.index-newsR-in-text p{
	font-size: 14px;
	line-height: 24px;
	color: #707070;
}
.index-newsR-in:hover .index-newsR-in-text h3{
	color: #c31821;
}
.index-newsR-in>span{
	display: block;
	width: 22px;
	height: 22px;
	background-color: #fff;
	border: 1px solid #ededed;
	position: absolute;
	right: 30px;
	top: 42px;
	text-align: center;
	font-size: 12px;
	color: #b0b0b0;
	font-family: "宋体";
	line-height: 20px;
}
.index-news-more{
	display: block;
	width: 128px;
	height: 36px;
	margin: 28px auto 38px;
	border: 1px solid #ebebeb;
	text-align: center;
	line-height: 34px;
	border-radius: 2px;
	font-size: 14px;
	color: #2d2d2d;
}
.index-news-more:hover{
	color: #fff;
	background-color: #c31821;
	border-color: #c31821;
}
.index-newsL{
	display: inline-block;
	float: left;
	width: 474px;
	height: 450px;
	background-color: #f8f8f8;
	position: relative;
	overflow: hidden;
}
.index-newsL>span{
	display: block;
	width: 100%;
	height: 268px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-bottom: 20px;
}
.index-newsL>div{
	display: block;
	padding: 0 32px;
	position: relative;
}
.index-newsL>div h3{
	font-size: 19px;
	color: #000000;
	line-height: 32px;
	height: 32px;
	margin-bottom: 12px;
}
.index-newsL>div p{
	line-height: 24px;
	font-size: 14px;
	color: #707070;
	margin-bottom: 18px;
	height: 48px;
}
.index-newsL>div h4{
	font-size: 14px;
	color: #909090;
	line-height: 24px;
}
.index-newsL:hover h3{
	color: #c31821;
}
.index-fangan-more{
	display: block;
	width: 128px;
	height: 36px;
	border: 1px solid #e7e7e7;
	text-align: center;
	line-height: 34px;
	margin: 38px auto;
	font-size: 14px;
	color: #2d2d2d;
}
.index-fangan-more:hover{
	color: #fff;
	background-color: #c31821;
	border-color: #c31821;
}
.index-fangan{
	display: block;
	height: 415px;
	overflow: hidden;
}
.index-fangan-list{
	display: inline-block;
	float: left;
	width: 250px;
	height: 100%;
	position: relative;
	overflow: hidden;
	border: 1px solid #e7e6e8;
	border-right: none;
}
.index-fangan-list:last-child{
	border-right: 1px solid #e7e6e8;
}
.index-fangan-img{
	display: block;
	width: 105px;
	height: 105px;
	text-align: center;
	line-height: 105px;
	margin: 40px auto 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	background-image: url(/static/picture/fangan_bg.png);
}
.index-fangan-title{
	display: block;
	text-align: center;
	position: relative;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: auto 100%;
	margin-bottom: 36px;
	padding: 0 30px;
}
.index-fangan-title h3{
	font-size: 22px;
	color: #000000;
	line-height: 30px;
}
.index-fangan-title h4{
	font-size: 14px;
	color: #a2e1ef;
	line-height: 22px;
	text-transform: uppercase;
	display: none;
}
.index-fangan-title::after{
	content: "";
	display: block;
	width: 32px;
	height: 2px;
	background: #d9d9d9;
	position: absolute;
	top: 48px;
	left: 50%;
	margin-left: -16px;
}
.index-fangan-list:hover .index-fangan-title::after{
	opacity: 0;
}
.index-fangan-list.active .index-fangan-title::after{
	opacity: 0;
}
.index-fangan-title em{
	display: none;
	width: 56px;
	height: 62px;
	position: absolute;
	bottom: 0;
	right: 65px;
	text-align: center;
}
.index-fangan-title em img{
	display: inline-block;
	vertical-align: bottom;
	max-width: 100%;
	max-height: 100%;
}
.index-fangan-but{
	display: block;
	width: 128px;
	height: 36px;
	border-radius: 2px;
	border: 1px solid #c31821;
	text-align: center;
	line-height: 34px;
	font-size: 14px;
	text-align: center;
	color: #c31821;
	margin: 0 auto;
}
.index-fangan-in{
	display: block;
	padding: 0 35px;
	margin-bottom: 34px;
}
.index-fangan-in h3{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 14px;
	color: #8f8f8f;
	line-height: 26px;
	height: 52px;
}
.index-fangan-in>div{
	display: none;
	border-top: 1px solid #edeff2;
	margin-top: 20px;
	padding-top: 15px;
	height: 112px;
	overflow: hidden;
	font-size: 14px;
	color: #4d4d4d;
	line-height: 32px;
}
.index-pro{
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(/static/picture/index-pro_bg_06.jpg);
	padding: 42px 0 72px;
}
.index-proIn{
	display: block;
	height: 492px;
	position: relative;
}
.index-pro-swi{
	display: block;
	height: 492px;
}
.index-proList{
	display: block;
	height: 400px;
	width: 100%;
	background-color: #fff;
	text-align: center;
	position: relative;
	margin-top: 50px;
}
.index-proList-img{
	display: block;
	height: 240px;
	margin-bottom: 20px;
	text-align: center;
	line-height: 240px;
	overflow: hidden;
}
.index-proList h3{
	font-size: 20px;
	line-height: 32px;
	color: #000000;
	height: 32px;
	padding: 0 32px;
	text-align: center;
}
.index-proList>span{
	display: block;
	width: 30px;
	height: 2px;
	background-color: #c31821;
	margin: 10px auto;
}
.index-proList p{
	text-align: center;
	padding: 0 32px;
	font-size: 15px;
	color: #727272;
	line-height: 24px;
	height: 48px;
	margin-bottom: 24px;
}
.index-proList a{
	display: none;
	width: 150px;
	height: 42px;
	border-radius: 2px;
	background-color: #c31821;
	text-align: center;
	line-height: 42px;
	font-size: 14px;
	color: #fff;
	margin: 0 auto;
}
.index-pro-swi .swiper-slide .index-proList{
  	opacity: 0.8;
 	transition: all 0.8s;
}
.index-pro-swi .swiper-slide-visible .index-proList{
  	opacity: 0.8;
 	transition: all 0.8s;
}
.index-pro-swi .swiper-slide-active .index-proList{
  	height: 472px;
  	margin-top: 10px;
  	opacity: 1;
  	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}
.index-pro-swi .swiper-slide-active .index-proList a{
	display: block;
}
.index-proIn .pro-left{
	display: block;
	background: url(/static/picture/left4.png) no-repeat center;
	position: absolute;
	left: -120px;
	top: 50%;
	margin-top: -40px;
	width: 80px;
	height: 80px;
	z-index: 9;
}
.index-proIn .pro-right{
	display: block;
	background: url(/static/picture/right4.png) no-repeat center;
	position: absolute;
	right: -120px;
	top: 50%;
	margin-top: -40px;
	width: 80px;
	height: 80px;
	z-index: 9;
}

/*首页 end*/
/*产品中心*/
.prohead{
	display: block;
	height: 120px;
	background: #fff;
	border-bottom: 1px solid #ebebeb;
	position:fixed; top:5.31vw; width:100%; z-index:2;
}
.prohead-in{
	display: block;
	position: relative;
	height: 100%;
}
.pro-swiper{
	display: block;
	height: 120px;
}
.pro-swiper-in{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
	padding: 18px 10px 0;
}
.pro-swiper-in>span{
	display: block;
	width: 100%;
	height: 48px;
	text-align: center;
	line-height: 48px;
	margin-bottom: 12px;
}
.pro-swiper-in>span img{
	display: inline-block;
	margin: 0 auto;
}
.pro-swiper-in>span img.img2{
	display: none;
}
.pro-swiper-in>h3{
	text-align: center;
	font-size: 14px;
	color: #4f4f4f;
	line-height: 24px;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden;
}
.pro-swiper-in:hover>span img.img1{
	display: none;
	margin: 0 auto;
}
.pro-swiper-in:hover>span img.img2{
	display: inline-block;
	margin: 0 auto;
}
.pro-swiper-in:hover h3{
	color: #c31821;
}
.pro-swiper-in.active h3{
	color: #c31821;
}
.pro-swiper-in.active>span img.img1{
	display: none;
	margin: 0 auto;
}
.pro-swiper-in.active>span img.img2{
	display: inline-block;
	margin: 0 auto;
}
.pro-swiper-in.active::after{
	content: "";
	display: block;
	width: 110px;
	height: 2px;
	background: #c31821;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -55px;
}


.prohead-in .left-pro{
	display: block;
	background-color: #bfbfbf;
	position: absolute;
	left: -50px;
	top: 50%;
	margin-top: -16px;
	width: 22px;
	height: 32px;
	z-index: 9;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 32px;
	font-family: "宋体";
}
.prohead-in .right-pro{
	display: block;
	background-color: #bfbfbf;
	position: absolute;
	right: -50px;
	top: 50%;
	margin-top: -16px;
	width: 22px;
	height: 32px;
	z-index: 9;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 32px;
	font-family: "宋体";
}
.prohead-in .right-pro:hover{
	background-color: #c31821;
}
.prohead-in .left-pro:hover{
	background-color: #c31821;
}
.chazhao-top{
	display: block;
	height: 58px;
	border-bottom: 1px dashed #e2e2e2;
	line-height: 58px;
	font-size: 14px;
	color: #828282;
	
}
.chazhao-top span{
	color: #c31821;
}
.chazhao-but{
	display: block;
	padding: 22px 0;
	font-size: 0;
}
.chazhao-but button{
	display: inline-block;
	width: 102px;
	height: 34px;
	border-radius: 2px;
	border: 1px solid #c31821;
	text-align: center;
	line-height: 32px;
	background: none;
	font-size: 14px;
	color: #c31821;
	margin-right: 10px;
}
.chazhao-but .but1{
	background-color: #c31821;
	color: #fff;
}
.chazhao-list{
	display: block;
	position: relative;
	padding: 13px 0 12px 78px;
	font-size: 0;
	color: #4f4f4f;
	border-bottom: 1px dashed #e2e2e2;
	min-height: 58px;
}
.chazhao-list>h2{
	position: absolute;
	left: 0;
	top: 0;
	line-height: 58px;
	font-size: 14px;
	color: #000000;
}
.pro-radio{
	display: block;
	height: auto;
}
.pro-radio label{
	display: inline-block;
	float: left;
	font-size: 14px;
	margin-right: 65px;
	color: #4f4f4f;
	line-height: 32px;
	height: 32px; font-weight:400;
	vertical-align: top;
}
.pro-radio label input[type="checkbox"]{
	vertical-align: top;
	display: inline-block;
	margin-top: 8px;
	width: 15px;
	height: 15px;
	background-image: url(/static/picture/radio.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	margin-right: 6px;
	border-radius: 50%;
}
.pro-radio label input[type="checkbox"]:checked{
   background-image: url(/static/picture/radio1.png);
}
.pro_bg{
	display: block;
	background: #f7f7f7;
	padding-bottom: 1px;
}
.pro-title{
	display: block;
	height: 78px;
	line-height: 78px;
	font-size: 24px;
	color: #000000;
}
.proList li{
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
	box-shadow: 0 0 24px 0 rgba(100, 100, 100, 0.04);
}
.proList li:nth-child(3n){
	margin-right: 0;
}
.proList-in{
	display: block;
	width: 392px;
	height: 364px;
	position: relative;
	background-color: #fff;
	overflow: hidden;
}
.proList-in>span{
	display: block;
	height: 38px;
	width: 100%;
	background-color: #c31821;
	text-align: center;
	line-height: 38px;
	font-size: 14px;
	color: #fff;
	position: absolute;
	bottom: -40px;
	left: 0;
	transition: bottom 0.8s;
}
.proList-in:hover>span{
	bottom: 0;
}
.proList-in h3{
	padding: 0 12px;
	font-size: 18px;
	color: #000;
	line-height: 30px;
	text-align: center;
	height: 30px;
}
.proList-in em{
	display: block;
	width: 30px;
	height: 2px;
	background-color: #d2d2d2;
	margin: 9px auto;
}
.proList-in p{
	text-align: center;
	font-size: 14px;
	color: #727272;
	line-height: 24px;
	height: 24px;
}
.proList-in>div{
	display: block;
	height: 238px;
	width: 100%;
	text-align: center;
	line-height: 238px;
	margin-bottom: 12px;
	transition: margin-bottom 0.5s;
}
.proList-in:hover>div{
	margin-bottom: 0;
}

/*产品中心end*/
/*分页器*/
.fenye{
	display: block;
	width: 100%;
	text-align: center;
	height: 32px;
}
.fenye ul{
	display: inline-block;
	width: auto;
	margin: 0 auto;
}
.fenye li{
	display: inline-block;
	margin: 0 4px;
}
.fenye li a{
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 2px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #dedede;
	font-size: 13px;
	color: #303030;
}
.fenye li:first-child a{
	width: 72px;
}
.fenye li:last-child a{
	width: 72px;
}
.fenye li a.active{
	background-color: #c31821;
	color: #fff;
	border-color: #c31821;
}
.fenye li a:hover{
	background-color: #c31821;
	color: #fff;
	border-color: #c31821;
}
/*分页器end*/
/*当前位置*/
.weizhi{
	display: block;
	height: 70px;
	line-height: 70px;
	padding-left: 20px;
	font-size: 14px;
	color: #7b7b7b;
	background: url(/static/picture/dingwei.png) no-repeat left center;
	background-size: 12px auto;
}
.weizhi span{
	float: left;
}
.weizhi ul{
	float: left;
}
.weizhi li{
	float: left;
	color: #c31821;
	margin-right: 18px;
	position: relative;
}
.weizhi li::after{
	content: ">";
	font-size: 14px;
	color: #7b7b7b;
	position: absolute;
	right: -14px;
	top: 0;
}
.weizhi li:last-child::after{
	display: none;
}
.weizhi li a{
	color: #7b7b7b;
}
.weizhi li a:hover{
	color: #c31821;
}
/*当前位置end*/
/*注册*/
.enrol-right{
	display: inline-block;
	float: right;
	width: 332px;
	height: auto;
	background-color: #fff;
	margin-bottom: 100px;
	box-shadow: 0 0 24px 0 rgba(100, 100, 100, 0.06);
}
.enrol-right-top{
	display: block;
	height: 90px;
	background-color: #c31821;
	padding: 18px 32px 0;
	font-size: 24px;
	color: #fff;
	line-height: 36px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: auto 100%;
	background-image: url(/static/picture/enrol_03.jpg);
}
.enrol-right-top em{
	display: block;
	width: 40px;
	height: 2px;
	background-color: #fff;
	margin-top: 8px;
}
.enrol-rightIn{
	display: block;
	padding: 24px;
}
.enrol-rightIn-bot{
	display: block;
	height: auto;
	background-color: #fffcf7;
	border-radius: 6px;
	border: 1px solid #f5ead0;
	font-size: 14px;
	color: #362e29;
	line-height: 24px;
	padding: 10px 14px;
	margin-top: 24px;
}
.enrol-rightIn-bot a{
	color: #c0141d;
}
.enrol-rightIn>h3{
	font-size: 16px;
	color: #000000;
	line-height: 24px;
	margin-bottom: 18px;
}
.enrol-rightIn-ul li{
	position: relative;
	padding-left: 34px;
	font-size: 16px;
	color: #000;
	line-height: 24px;
	margin-bottom: 26px;
}
.enrol-rightIn-ul li::after{
	content: "";
	display: block;
	width: 1px;
	height: 26px;
	border-left: 1px dashed #d1d1d1;
	position: absolute;
	top: 26px;
	left: 10px;
}
.enrol-rightIn-ul li:last-child::after{
	display: none;
}
.enrol-rightIn-ul li:last-child{
	margin-bottom: 0;
}
.enrol-rightIn-ul li span{
	position: absolute;
	left: 0;
	top: 0;
	width: 21px;
	height: 19px;
}

.enrol-left{
	display: inline-block;
	float: left;
	width: 850px;
	background: #fff;
	padding: 20px 78px 50px;
	margin-bottom: 100px;
	box-shadow: 0 0 24px 0 rgba(100, 100, 100, 0.06);
}
.enrol-left h3{
	font-size: 24px;
	color: #000000;
	line-height: 36px;
	margin-bottom: 25px;
	position: relative;
}
.enrol-left h3::after{
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	background-color: #c0141d;
	position: absolute;
	left: 0;
	bottom: -9px;
}
.enrol-form>li{
	float: left;
	width: 50%;
	margin-bottom: 12px;
	padding-right: 18px;
	height: 78px;
	font-size: 0;
}
.enrol-form>li.w100{
	width: 100%;	
}
.enrol-form>li h4{
	font-size: 16px;
	color: #000000;
	line-height: 36px;
}
.enrol-form>li h4 span{
	color: #c0141d;
}
.enrol-input{
	display: block;
	width: 330px;
	height: 42px;
	border-radius: 2px;
	border: 1px solid #dfdfdf;
	padding: 0 18px;
	font-size: 15px;
	color: #666;
}
.enrol-yanzh{
	display: inline-block;
	width: 220px;
	height: 42px;
	border-radius: 2px;
	border: 1px solid #dfdfdf;
	padding: 0 18px;
	font-size: 15px;
	color: #666;
}
.enrol-fasong{
	display: inline-block;
	float: right;
	width: 100px;
	height: 42px;
	border: 1px solid #c31821;
	text-align: center;
	line-height: 42px;
	border-radius: 2px;
	background: none;
	font-size: 15px;
	color: #c31821;
}
.enrol-but{
	display: inline-block;
	width: 112px;
	height: 40px;
	border-radius: 2px;
	border: 1px solid #c31821;
	text-align: center;
	line-height: 38px;
	font-size: 16px;
	color: #c31821;
	margin-right: 16px;
	background: none;
	margin-top: 30px;
}
.enrol-tj{
	background-color: #c31821;
	color: #fff;
}
.enrol-ceshi::-moz-selection{
	font-family: "微软雅黑";
}
.enrol-ceshi{
	display: block;
	width: 330px;
	height: 42px;
	border-radius: 2px;
	border: 1px solid #dfdfdf;
	padding: 0 60px 0 18px;
	font-size: 15px;
	color: #666;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	line-height: 40px;
	background: url(/static/picture/xia_07.jpg) no-repeat right center;
	background: auto 100%;
	cursor: pointer;
}


.area_input {
	outline: 0;
	cursor: pointer;
	background: url(/static/picture/xia_07.jpg) no-repeat right center;
	background-size: auto 100%;
}

.area_content {
	width: 330px;
	border: 1px solid #dfdfdf;
	border-top: 0;
	padding-bottom: 10px;
	position: absolute;
	display: none;
	background-color: #fff;
	transform: translateY(8px);
}

.area_menu {
	overflow: hidden;
	font-size: 14px;
	color: #35393e
}

.area_menu ul {
	margin: 0;
	padding: 0
}

.area_menu ul li {
	float: left;
	width: 33.33%;
	list-style: none;
	text-align: center;
	height: 35px;
	line-height: 35px;
	box-sizing: border-box;
	cursor: pointer;
	background-color: #f4f4f4;
	border-bottom: 1px solid #cad0dd
}

.area_menu ul li:nth-child(2) {
	border-right: 1px solid #cad0dd;
	border-left: 1px solid #cad0dd
}

.area_menu ul .isClick {
	background-color: #fff;
	color: #269fff;
	border-bottom: 0
}

.area_data_content {
	padding: 10px;
	overflow: hidden
}

.area_data {
	display: none;
	overflow: hidden
}

.area_data .data_Part {
	overflow: hidden
}

.area_data .part_type {
	float: left;
	font-size: 12px;
	padding-top: 10px
}

.area_data_content .isBlock {
	display: block
}

.area_data ul {
	margin: 0;
	padding: 0;
	padding-left: 30px
}

.area_data ul li {
	float: left;
	list-style: none;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
	border-radius: 3px;
	margin-left: 5px;
	margin-top: 5px;
	max-width: 80px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.area_data ul li:hover {
	background-color: #88c4f4;
	color: #fff
}

.area_data ul .isClick {
	background-color: #88c4f4;
	color: #fff
}

.isBlock {
	display: block!important;
	z-index: 999
}
/*注册end*/
/*会员中心*/
.user-left{
	display: inline-block;
	float: left;
	width: 196px;
	height: auto;
	margin-bottom: 94px;
	background-color: #f8f8f8;
}
.user-left-head{
	display: block;
	height: 70px;
	background-color: #c31821;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 70px;
	text-transform: uppercase;
}
.user-left-head h3 span{
	font-size: 12px;
}
.user-left-nav{
	display: block;
	padding: 0 12px;
}
.user-left-nav li a{
	display: block;
	height: 57px;
	border-bottom: 1px solid #dfdfdf;
	line-height: 56px;
	font-size: 15px;
	color: #333333;
	background-repeat: no-repeat;
	background-position: 152px center;
	background-size: 7px auto;
	background-image: url(/static/picture/right1.png);
	padding: 0 24px 0 16px;
}
.user-left-nav li:last-child a{
	border: none;
}
.user-left-nav li a:hover{
	color: #c31821;
	background-image: url(/static/picture/right5.png);
}
.user-left-nav li a.active{
	color: #c31821;
	background-image: url(/static/picture/right5.png);
}
.user-right{
	display: inline-block;
	float: right;
	width: 980px;
	height: auto;
	margin-bottom: 94px;
	border: 1px solid #ededed;
}
.user-right-top{
	display: block;
	height: 64px;
	border-bottom: 1px solid #ededed;
	line-height: 64px;
	padding: 0 38px;
	font-size: 20px;
	color: #000000;
	position: relative;
}
.user-right-top::before{
	content: "";
	display: block;
	width: 4px;
	height: 18px;
	border-radius: 2px;
	position: absolute;
	left: 25px;
	top: 50%;
	background-color: #aeaeae;
	margin-top: -9px;
}
.user-xinxi{
	display: block;
	width: 904px;
	height: auto;
	margin: 0 auto;
}
.user-xinxiTop{
	display: block;
	height: 110px;
	position: relative;
	background-color: #f8f8f8;
	padding: 15px 44px 15px 32px;
}
.user-xinxiTop-tx{
	display: inline-block;
	float: left;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin-right: 26px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.user-xinxiTop-time{
	display: inline-block;
	float: right;
	font-size: 15px;
	color: #717171;
	line-height: 80px;
	max-width: 300px;
}
.user-xinxiTop-phone{
	display: inline-block;
	float: left;
	width: 380px;
	height: 100%;
	padding-top: 11px;
}
.user-xinxiTop-phone h3{
	font-size: 22px;
	color: #000000;
	margin-bottom: 8px;
}
.user-xinxiTop-phone p{
	font-size: 15px;
	color: #717171;
	line-height: 24px;
}
.user-xinxiList li{
	position: relative;
	border-bottom: 1px dashed #dfdfdf;
	font-size: 16px;
	color: #717171;
	line-height: 28px;
	padding: 20px 0 20px 138px;
	min-height: 70px;
	height: 70px;
}
.user-xinxiList li:last-child{
	border: none;
}
.user-xinxiList li span{
	position: absolute;
	left: 0;
	top: 20px;
	height: 28px;
	line-height: 28px;
	color: #181818;
	padding-left: 14px;
}
.user-xinxiList li span::before{
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	background: #8d8d8d;
}
.user-form{
	display: block;
	width: 904px;
	height: auto;
	margin: 0 auto;
}
.user-form li{
	border-bottom: 1px solid #dfdfdf;
}
.user-form li:last-child{
	border: none;
}
.user-formIn{
	display: none;
	padding-left: 20px;
	font-size: 13px;
	color: #666666;
	line-height: 28px;
	padding-bottom: 18px;
}
.user-formTop{
	display: block;
	height: 60px;
	position: relative;
	cursor: pointer;
}
.user-formIn h3{
	font-weight: bold;
}
.user-formTop-left{
	display: inline-block;
	float: left;
	padding-left: 20px;
	width: 730px;
	white-space:nowrap;
	font-size: 16px;
	line-height: 60px;
	color: #333333;
}
.user-formTop-left span{
	margin-right: 30px;
}
.user-formTop-left::before{
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #333333;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}
.user-formTop-right{
	display: inline-block;
	float: right;
	font-size: 16px;
	color: #8d8d8d;
	line-height: 60px;
	margin-right: 78px;
}
.user-formTop>span{
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -9px;
}
.user-formTop>span img{
	display: block;
}
.user-formTop:hover .user-formTop-left{
	color: #c31821;
}
.user-xiazai{
	display: block;
	width: 904px;
	height: auto;
	margin: 0 auto;
}
.user-xiazaiIn li{
	height: 68px;
	border-bottom: 1px dashed #dfdfdf;
	position: relative;
	line-height: 68px;
}
.user-xiazaiIn-left{
	display: inline-block;
	float: left;
	width: 720px;
	overflow: hidden;
	font-size: 16px;
	color: #000000;
	padding-left: 32px;
	background: url(/static/picture/wenben.png) no-repeat left center;
	background-size: 20px auto;
}
.user-xiazaiIn li span{
	float: right;
	font-size: 16px;
	color: #717171;
}

.user-password{
	display: block;
	height: 500px;
	text-align: center;
	padding-top: 54px;
}
.user-pwList{
	display: block;
	width: 390px;
	height: auto;
	margin: 0 auto 8px;
	text-align: left;
	font-size: 15px;
	color: #000000;
	line-height: 32px;
	position: relative;
}
.user-pwList input{
	display: block;
	width: 100%;
	height: 44px;
	border-radius: 2px;
	border: 1px solid #dfdfdf;
	padding: 0 18px;
	font-size: 15px;
	color: #666;
}
.user-pwList button{
	display: block;
	width: 100%;
	height: 44px;
	border-radius: 2px;
	border: none;
	background-color: #c31821;
	color: #fff;
	font-size: 16px;
	padding: 0 18px;
	margin-top: 36px;
}
.user-pwList p{
	display: none;
	width: 120px;
	position: absolute;
	left: 104%;
	top: 36px;
	font-size: 14px;
	color: #ed2e2e;
	white-space:nowrap;
}
.user-pwList-colse{
	display: none;
	width: 18px;
	height: 18px;
	position: absolute;
	right: 14px;
	top: 36px;
	z-index: 9;
	cursor: pointer;
}
/*会员中心end*/
/*产品详情*/
.proTop-left{
	display: inline-block;
	float: left;
	width: 664px;
	height: 450px;
	margin-bottom: 50px;
}
.proTop-right{
	display: inline-block;
	float: right;
	width: 486px;
	height: auto;
	margin-bottom: 50px;
	padding-top: 6px;
	font-size: 14px;
	line-height: 28px;
	color: #595959;
}
.proTop-right>em{
	display: block;
	height: 1px;
	background-color: #e5e5e5;
	margin: 20px auto 16px;
}
.proTop-right h3{
	font-size: 30px;
	color: #000000;
	line-height: 44px;
	margin-bottom: 8px;
}
.proTop-right h4{
	font-size: 22px;
	color: #000000;
	line-height: 32px;
}
.proTop-right-bot{
	margin-top: 24px;
	font-size: 0;
}
.proTop-right-bot .proTop-right-botList{
	float: left;
	width: 25%;
	display: inline-block;
	margin-bottom: 15px;
	height: 88px;
	font-size: 15px;
	color: #000000;
	text-align: center;
	cursor: pointer;
}
.proTop-right-bot .proTop-right-botList:hover{
	color: #c31821;
}
.proTop-right-bot .proTop-right-botList span{
	display: block;
	width: 54px;
	height: 54px;
	margin: 0 auto 10px;
}
.proXq-chazhao{
	display: block;
	height: auto;
	margin: 36px auto;
	text-align: center;
}
.proXq-chazhao>div{
	font-size: 0;
	vertical-align: top;
}
.proXq-chazhao input{
	display: inline-block;
	width: 240px;
	height: 44px;
	border-radius: 2px;
	border: 1px solid #dfdfdf;
	border-radius: 2px;
	font-size: 15px;
	color: #666;
	padding: 0 18px;
	margin: 0 5px 18px;
	vertical-align: top;
}
.proXq-chazhao button{
	display: inline-block;
	width: 162px;
	height: 40px;
	border-radius: 2px;
	border: 1px solid #c31821;
	color: #c31821;
	margin: 0 5px;
	background: none;
	font-size: 16px;
	color: #c31821;
	vertical-align: top;
}
.proXq-chazhao .cz{
	background-color: #c31821;
	color: #fff;
}
.proXq-title{
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	color: #000000;
	border-bottom: 1px solid #eaeaea;
}
.proXq-title span{
	position: relative;
	height: 100%;
	display: inline-block;
}
.proXq-title span::before{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #c31821;
	position: absolute;
	left: 0;
	bottom: 0;
}

.videoPop_bg{
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 210;
}
.videoPop{
	display: none;
	width: 1000px;
	height: 600px;
	/*background: #fff;*/
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -500px;
	z-index: 211;
}
.videoPop .videoPop-wailian{
	display: none;
	width: 100%;
	height: 100%;
}
.videoPop-bendi{
	display: none;
	width: 100%;
	height: 100%;
	position: relative;
}
.videoPop-bendi video{
	display: block;
	width: 100%;
	height: 100%;
}
.videoPop>div.active{
	display: block;
}
.videoPop-colse{
	display: block;
	width: 64px;
	height: 64px;
	position: absolute;
	top: -64px;
	right: -64px;
	z-index: 299;
	cursor: pointer;
}
.proXq-xh{
	display: block;
	height: auto;
	position: relative;
	margin-bottom: 34px;
}
.proXq-xh tr th{
	background-color: #595757;
	font-size: 16px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	height: 44px;
	line-height: 44px;
}
.proXq-xh tr td{
	font-size: 13px;
	color: #000000;
	text-align: center;
	line-height: 24px;
	padding: 14px 5px;
}
.proXq-xh tr:nth-child(2n-1){
	background-color: #f8f8f8;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}
.proXq-xh tr:nth-child(1){
	background-color: #595757;
	border: none;
}
.xunjia{
	display: block;
	width: 80px;
	vertical-align: top;
	line-height: 24px;
}
.xunjia input[type="checkbox"]{
	display: inline-block;
	vertical-align: top;
	margin-top: 4px;
	width: 15px;
	height: 15px;
	background-image: url(/static/picture/radio.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	margin-right: 4px;
	border-radius: 50%;
}
.xunjia input[type="checkbox"]:checked{
   background-image: url(/static/picture/radio1.png);
}
.xunjia-footer{
	display: block;
	width: 100%;
	/*height: 54px;*/
	height: 78px;
	position: relative;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	background-color: #f8f8f8;
	position: relative;
}
.xunjia-footer::after{
	content: "*以上规格如有更新，恕不另行通知";
	display: block;
	width: 600px;
	height: 54px;
	font-size: 12px;
	color: #c31821;
	text-align: center;
	line-height: 54px;
	position: absolute;
	top: 0%;
	left: 50%;
	margin-left: -300px;
}
.xunjia-footer button{
	display: block;
	width: 120px;
	height: 34px;
	border-radius: 2px;
	background-color: #c31821;
	text-align: center;
	line-height: 34px;
	font-size: 14px;
	color: #fff;
	border: none;
	position: absolute;
	right: 30px;
	top: 22px;
}
.show-form{
	display: inline-block;
	float: left;
	/*margin-left: 38px;*/
	/*margin-left: 580px;*/
	position: absolute;
	left: 50%;
	/*top: 34px;*/
	transform: translateX(-50%);
	font-size: 14px;
	color: #c31821;
	padding-right: 18px;
	height: 30px;
	line-height: 30px;
	/*margin-top: 10px;*/
	/*margin-top: 34px;*/
	z-index: 19;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(/static/picture/xia3.png);
	background-size: 12px auto;
}
.proXq-xh tr td:nth-child(1){width: 160px;}
.proXq-xh tr td:nth-child(2),
.proXq-xh tr td:nth-child(3),
.proXq-xh tr td:nth-child(4),
.proXq-xh tr td:nth-child(5){
	width: 88px;
}
.proXq-xh tr td:nth-child(6){width: 320px;}
.proXq-xh tr td:nth-child(7){width: 140px;}
.proXq-xh tr td:nth-child(8){width: 140px;}
.proXq-xh tr td:nth-child(9){width: 70px;}
.proXq-xh tr td:nth-child(10){width: 100px;}

.proXq-text{
	display: block;
	height: auto;
	

	line-height: 28px;
	margin: 20px 0 28px;
}

.lingyu-list li{
	float: left;
	width: 278px;
	height: 206px;
	margin-bottom: 32px;
	margin-right: 28px;
}
.lingyu-list li:nth-child(4n){
	margin-right: 0;
}
.lingyu-list li>span{
	display: block;
	height: 170px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}
.lingyu-list li p{
	display: block;
	height: 36px;
	background-color: #687180;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	color: #fff;
	padding: 0 20px;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden;
}
.proXq-chi{
	text-align: center;
	margin-bottom: 38px;
}

.proXq-ziliao{
	margin: 18px auto 52px;
}
.proXq-ziliao li{
	position: relative;
	height: 40px;
	padding: 0 100px 0 34px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px auto;
	background-image: url(/static/picture/wenben.png);
	font-size: 16px;
	color: #000000;
	line-height: 40px;
}
.proXq-ziliao li:hover{
	color: #c31821;
}
.proXq-ziliao li a{
	display: block;
	width: 56px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
	color: #c31821;
	padding-left: 22px;
	line-height: 40px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 15px auto;
	background-image: url(/static/picture/xiazai.png);
}
.proXq-tj{
	display: block;
	background-color: #fbfbfb;
	padding: 45px 0 66px;
}
.proXq-tjTitle{
	height: 40px;
	margin-bottom: 14px;
	padding-left: 16px;
	position: relative;
	font-size: 24px;
	color: #000000;
	line-height: 40px;
}
.proXq-tjTitle::before{
	content: "";
	display: block;
	width: 5px;
	height: 24px;
	background: #c31821;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
}
.proXq-tjIn{
	display: block;
	width: 1212px;
	height: 385px;
	margin: 0 auto;
	position: relative;
}

.tj-swiper{
	display: block;
	height: 385px;
	width: 1212px;
}
.tj-swiper-in{
	display: block;
	width: 392px;
	height: 365px;
	margin: 10px auto;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
	background-color: #fff;
}
.tj-swiper-in>span{
	display: block;
	width: 100%;
	height: 240px;
	text-align: center;
	line-height: 240px;
	overflow: hidden;
	margin-bottom: 10px;
}
.tj-swiper-in h3{
	font-size: 18px;
	text-align: center;
	color: #000000;
	padding: 0 20px;
	height: 28px;
	line-height: 28px;
}
.tj-swiper-in:hover h3{
	color: #c31821;
}
.tj-swiper-in>em{
	display: block;
	width: 30px;
	height: 2px;
	background-color: #d2d2d2;
	margin: 10px auto;
}
.tj-swiper-in p{
	font-size: 14px;
	color: #727272;
	line-height: 24px;
	padding: 0 20px;
	height: 48px;
	text-align: center;
}

.proXq-tjIn .left-tj,
.proXq-tjIn .right-tj{
	display: block;
	width: 60px;
	height: 30px;
	border: 1px solid #dedede;
	text-align: center;
	line-height: 28px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(/static/picture/jt-r.png);
	position: absolute;
	right: 0;
	top: -48px;
}
.proXq-tjIn .left-tj{
	right: 70px;
	background-image: url(/static/picture/jt-l.png);
}
.proXq-tjIn .left-tj:hover{
	border-color: #c31821;
	background-image: url(/static/picture/jt-l1.png);
}
.proXq-tjIn .right-tj:hover{
	border-color: #c31821;
	background-image: url(/static/picture/jt-r1.png);
}
/*产品详情end*/

.proTop-lunbo {
	width: 664px;
	height: 450px;
	position: relative;
	overflow: hidden;
}

.proTop-lunbo .large_box {
	margin-bottom: 12px;
	width: 100%;
	height: 364px;
	overflow: hidden;
	position: relative;
	border: 1px solid #eaeaea;
}
.proTop-lunbo .large_box li{
	width: 664px;
	height: 364px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
	position: relative;
}
.kantu360{
	display: block;
	cursor: pointer;
	width: 52px;
	height: 40px;
	position: absolute;
	left: 14px;
	bottom: 14px;
	z-index: 9;
}
.kantu360_bg{
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 210;
}

.proTop-lunbo .small_box {
	width: 100%;
	height: 74px;
	overflow: hidden;
}

.proTop-lunbo .small_list {
	position: relative;
	float: left;
	width: 574px;
	height: 74px;
	overflow: hidden;
}

.proTop-lunbo .small_list ul {
	height: 74px;
	overflow: hidden
}

.proTop-lunbo .small_list ul li{
	position: relative;
	float: left;
	margin-right: 11px;
	width: 135px;
	height: 74px;
	border: 1px solid #eaeaea;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}
.proTop-lunbo .small_list ul li.on {
	display: block;
	border-color: #c31821;
}

.proTop-lunbo .btn {
	display: block;
	width: 34px;
	height: 74px;
	background-color: #efefef;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	font-size: 13px;
	color: #000000;
	text-align: center;
	line-height: 74px;
	font-family: "宋体";
}

.proTop-lunbo .btn:hover {
	background-color: #c31821;
	color: #fff;
}

.proTop-lunbo .left_btn {
	float: left;
	margin-right: 12px;
}

.proTop-lunbo .right_btn {
	float: right;
}


.kantu360Pop{
	display: block;
	width: 800px;
	height: 640px;
	background-color: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -400px;
	margin-top: -320px;
	z-index: 222;
	overflow: hidden;
}
.swiper360-tc{
	display: block;
	width: 100%;
	height: 100%;
}
.swiper360-tc .swiper-slide{
	display: block;
	width: 100%;
	height: 100%;
}


#imageFlow {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0%;
	bottom: 0;
}
#imageFlow .diapo {
	position: absolute;
	left: -1000px;
	cursor: pointer;
	-ms-interpolation-mode: nearest-neighbor;
}
#imageFlow .link {
	border: dotted #fff 1px;
	margin-left: -1px;
	margin-bottom: -1px;
}
#imageFlow .bank {
	visibility: hidden;
}
#imageFlow .top {
	position: absolute;
	width: 100%;
	height: 40%;
	background: #181818;
}
#imageFlow .text {
	position: absolute;
	left: 0px;
	width: 100%;
	bottom: 16%;
	text-align: center;
	color: #FFF;
	font-family: verdana, arial, Helvetica, sans-serif;
	z-index: 1000;
}
#imageFlow .title {
	font-size: 0.9em;
	font-weight: bold;
}
#imageFlow .legend {
	font-size: 0.8em;
}
#imageFlow .scrollbar {
	position: absolute;
	left: 10%;
	bottom: 30px;
	width: 80%;
	height: 16px;
	z-index: 1000;
}
#imageFlow .track {
	position: absolute;
	left: 1%;
	width: 98%;
	height: 16px;
	background-color: #e5e5e5;
	border-radius: 8px;
}
#imageFlow .arrow-left {
	position: absolute;
}
#imageFlow .arrow-right {
	position: absolute;
	right: 0px;
}
#imageFlow .bar {
	position: absolute;
	height: 10px;
	left: 25px;
	display: block;
	width: 76px;
	height: 16px;
	background-color: #c31821;
	border-radius: 8px;
}


/*服务支持*/
.fuwu-mune{
	display: block;
	height: 64px;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
	text-align: center;
	font-size: 0;
	background-color: #fff;
}
.fuwu-muneIn>a{
	display: inline-block;
	height: 64px;
	font-size: 16px;
	color: #4f4f4f;
	padding: 0 8px;
	margin: 0 46px;
	line-height: 64px;
	position: relative;
	vertical-align: top;
}
.fuwu-muneIn>a:hover{
	color: #c31821;
}
.fuwu-muneIn>a.active{
	color: #c31821;
}
.fuwu-muneIn>a.active::after{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #c31821;
	position: absolute;
	bottom: 0;
	left: 0;
}
.fuwu-nav{
	margin: 40px auto 28px;
	text-align: center;
	vertical-align: top;
	font-size: 0;
}
.fuwu-nav>a{
	display: inline-block;
	width: auto;
	padding: 0 5px;
	min-width: 104px;
	height: 34px;
	border-radius: 2px;
	background-color: #efefef;
	text-align: center;
	line-height: 34px;
	font-size: 14px;
	color: #4f4f4f;
	margin: 0 4px 10px;
}
.fuwu-nav>a.active{
	background-color: #c31821;
	color: #fff;
}
.fuwu-nav>a:hover{
	background-color: #c31821;
	color: #fff;
}
.fuwu-search{
	height: 46px;
	font-size: 0;
	text-align: center;
	vertical-align: top;
	margin: 28px auto 24px;
}
.fuwu-search>span{
	display: inline-block;
	font-size: 16px;
	color: #000000;
	line-height: 46px;
	vertical-align: top;
	margin-right: 10px;
}
.fuwu-search input{
	vertical-align: top;
	display: inline-block;
	width: 526px;
	height: 100%;
	border-radius: 2px;
	border: 1px solid #dfdfdf;
	padding: 0 18px;
	font-size: 15px;
	color: #333;
}
.fuwu-search button{
	display: inline-block;
	vertical-align: top;
	width: 126px;
	margin-left: 12px;
	border: none;
	border-radius: 2px;
	height: 100%;
	font-size: 15px;
	color: #fff;
	padding-left: 20px;
	background: #c31821 url(/static/picture/search.png) no-repeat 36px center;
	background-size: 15px auto;
}

.video-xiazai-ul li{
	float: left;
	margin-right: 20px;
	margin-bottom: 26px;
}
.video-xiazai-ul li:nth-child(4n){
	margin-right: 0;
}
.video-xiazai{
	display: block;
	width: 285px;
	height: 238px;
	border-radius: 4px;
	border: 1px solid #ebebeb;
}
.video-xiazai:hover{
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}
.video-xiazai>div{
	display: block;
	height: 160px;
	border-radius: 4px 4px 0 0;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-bottom: 12px;
}
.video-xiazai>div>span{
	display: none;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 42px;
	font-size: 14px;
	color: #fff;
	line-height: 36px;
}
.video-xiazai:hover>div>span{
	display: block;
}
.video-xiazai>div>span img{
	display: block;
	width: 54px;
	margin: 0 auto;
}
.video-xiazai h3{
	padding: 0 16px;
	font-size: 15px;
	color: #000000;
	line-height: 25px;
	height: 25px;
}
.video-xiazai h5{
	padding: 0 32px;
	font-size: 14px;
	color: #707070;
	line-height: 24px;
	margin-top: 3px;
	background: url(/static/picture/time.png) no-repeat 16px center;
	background-size: 12px auto;
}

.shouce-list li{
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}
.shouce-list li:nth-child(3n){
	margin-right: 0;
}
.shouce-in{
	display: block;
	width: 386px;
	height: 158px;
	border-radius: 4px;
	border: 1px solid #ebebeb;
	position: relative;
	padding: 26px 124px 0 20px;
}
.shouce-in:hover{
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}
.shouce-in h3{
	font-size: 18px;
	color: #000000;
	line-height: 28px;
	height: 56px;
}
.shouce-in p{
	font-size: 14px;
	color: #707070;
	line-height: 24px;
	margin-top: 20px;
}
.shouce-in>span{
	display: block;
	width: 82px;
	height: 82px;
	position: absolute;
	right: 30px;
	top: 38px;
	text-align: center;
	line-height: 88px;
}
.shouce-in:hover>span img{
	display: none;
}
.shouce-in:hover>span{
	background: url(/static/picture/xiazai3.png) no-repeat center;
	background-size: 100% 100%;
}
.shouce-in>span em{
	display: none;
	font-size: 14px;
	color: #000;
	text-align: center;
	width: 82px;
	position: absolute;
	right: 0;
	top: 18px;
}
.shouce-in:hover>span em{
	display: block;
}
/*服务支持end*/
/*互动社区*/
.shequ-wenti{
	padding: 32px 0 1px;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
	margin: 38px auto 80px;
}
.wenti{
	width: 1120px;
	margin: 26px auto 0;
}
.wenti li{
	border-bottom: 1px solid #ededed;
}
.wenti li:first-child{
	border-top: 1px solid #ededed;
}
.wenti-top{
	display: block;
	height: 60px;
	position: relative;
	line-height: 60px;
	padding-left: 30px;
	cursor: pointer;
}
.wenti-top h3{
	display: inline-block;
	float: left;
	width: 950px;
	line-break: 60px;
	font-size: 16px;
	color: #000000;
}
.wenti-top h4{
	display: inline-block;
	float: right;
	font-size: 15px;
	color: #888888;
	text-align: right;
}
.wenti-top>span{
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 20px;
}
.wenti-top>span img{
	display: block;
}
.wenti-in{
	display: none;
	width: 100%;
	height: auto;
	padding-bottom: 14px;
}
.wenti-in>div{
	background-color: #f8f8f8;
	font-size: 15px;
	color: #4b4b4b;
	line-height: 25px;
	padding: 20px 30px;
	border-radius: 2px;
	margin-bottom: 14px;
	overflow-x: hidden;
}
.wenti-in>span{
	display: inline-block;
	height: 30px;
	margin-left: 30px;
	padding-right: 18px;
	line-height: 30px;
	font-size: 15px;
	color: #c31821;
	background: url(/static/picture/shang1.png) no-repeat right center;
	background-size: 12px auto;
	cursor: pointer;
}
.zixun{
	margin-top: 38px;
}
.zixunIn{
	display: block;
	height: 200px;
	border: 1px solid #e4e4e4;
	margin-bottom: 32px;
	position: relative;
}
.zixunIn-img{
	display: inline-block;
	float: left;
	width: 306px;
	height: 178px;
	float: left;
	overflow: hidden;
}
.zixunIn-img>span{
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.zixunIn-time{
	display: inline-block;
	width: 143px;
	float: left;
	height: 136px;
	border-right: 1px solid #d9d9d9;
	text-align: center;
	margin-top: 32px;
	padding-top: 24px;
}
.zixunIn-time h4{
	font-size: 48px;
	font-weight: bold;
	color: #333333;
	line-height: 52px;
}
.zixunIn-time h5{
	font-size: 13px;
	color: #333333;
	line-height: 28px;
}
.zixunIn-right{
	display: inline-block;
	float: right;
	width: 698px;
	padding-right: 38px;
	padding-top: 32px;
}
.zixunIn-right h3{
	font-size: 18px;
	color: #3c3c3c;
	line-height: 30px;
	margin-bottom: 13px;
	height: 30px;
}
.zixunIn-right p{
	font-size: 14px;
	line-height: 25px;
	color: #979797;
	height: 50px;
}
.zixunIn-right>span{
	display: block;
	width: 90px;
	height: 30px;
	background-color: #c31821;
	text-align: center;
	line-height: 30px;
	margin-top: 12px;
	font-size: 12px;
	color: #ffffff;
}
.zixunIn:hover .zixunIn-right h3{
	color: #c31821;
}
.huodong{
	margin-top: 60px;
}
.huodong-in{
	display: block;
	width: 1160px;
	margin: 0 auto 54px;
}
.huodong-in-img{
	display: inline-block;
	float: left;
	width: 590px;
	height: 436px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}
.huodong-in-right{
	display: inline-block;
	float: right;
	width: 570px;
	height: 384px;
	background-color: #fff;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
	margin-top: 26px;
	padding: 60px 58px 40px;
	font-size: 16px;
	color: #575757;
	line-height: 22px; overflow:auto;
}
	.huodong-in-right::-webkit-scrollbar{/*滚动条整体样式*/
	width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
	height: 4px;
}
.huodong-in-right::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px #C31821;
	background: #C31821;
}
.huodong-in-right:-webkit-scrollbar-track {/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 0;
	background: rgba(0,0,0,0.1);
}
.huodong li:nth-child(2n) .huodong-in-img{
	float: right;
}
.huodong li:nth-child(2n) .huodong-in-right{
	float: left;
}
.huodong-right-top{
	display: block;
	width: 90px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	color: #fff;
	margin-bottom: 16px;
	background-color: #c31821;
}
.huodong-in-right h2{
	font-size: 36px;
	line-height: 52px;
	color: #000000;
}
.huodong-ul{
	margin-top: 20px;
}
.huodong-ul li{
	margin-bottom: 14px;
	position: relative;
	padding-left: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.huodong-ul li.w50{
	width: 50%;
	float: left;
}
.huodong-ul li>span{
	position: absolute;
	left: 10px;
	top: 0;
}
.huodong-ul li>span::after{
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	background-color: #808080;
	border-radius: 50%;
	position: absolute;
	left: -10px;
	top: 50%;
	margin-top: -2px;
}
.huodong-right-tabel{
	display: block;
	height: 32px;
	margin-top: 14px;
	overflow: hidden;
}
.huodong-right-tabel>span{
	display: inline-block;
	float: left;
	width: auto;
	padding: 0 12px;
	min-width: 98px;
	text-align: center;
	height: 32px;
	border-radius: 2px;
	border: 1px solid #d8d8d8;
	margin-right: 8px;
	font-size: 16px;
	color: #575757;
	line-height: 30px;
}

/*互动社区end*/
/*售后服务*/
.shouhou-top{
	display: block;
	background-color: #f9f9f9;
	padding: 46px 0 1px;
}
.shouhou-topTit{
	font-size: 16px;
	color: #000000;
	line-height: 30px;
	text-align: center;
}
.shouhou-topIn{
	height: auto;
	background-image: url(/static/picture/shouhou.png);
	background-repeat: no-repeat;
	background-position: 66px center;
	background-size: auto;
	min-height: 454px;
	padding-top: 110px;
	padding-bottom: 40px;
}
.shouhou-topIn-right{
	display: inline-block;
	float: right;
	width: 645px;
	height: auto;
	font-size: 15px;
	line-height: 26px;
	color: #6a6a6a;
}
.shouhou-topIn-right>div{
	position: relative;
	padding: 0 40px 0 85px;
	margin-bottom: 57px;
	font-size: 15px;
	line-height: 26px;
	color: #6a6a6a;
}
.shouhou-topIn-right>div>span{
	display: block;
	width: 68px;
	height: 68px;
	position: absolute;
	left: 0;
	top: 0;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
	border-radius: 50%;
}
.shouhou-topIn-right>div h3{
	font-size: 26px;
	color: #000000;
	line-height: 34px;
	margin-bottom: 14px;
}
.shouhou-center{
	position: relative;
}
.shouhou-center-left{
	display: inline-block;
	float: left;
	width: 590px;
	height: auto;
	padding: 86px 0 92px;
}
.shouhou-center-left>div{
	display: block;
	margin-bottom: 72px;
	padding-left: 90px;
	position: relative;
}
.shouhou-center-left>div:last-child{
	margin-bottom: 0;
}
.shouhou-center-left>div>span{
	display: block;
	width: 68px;
	height: 68px;
	border-radius: 50%;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
	position: absolute;
	left: 0;
	top: 0;
}
.shouhou-center-left>div h3{
	font-size: 26px;
	color: #000000;
	line-height: 36px;
	margin-bottom: 14px;
}
.shouhou-center-left>div p{
	font-size: 15px;
	color: #6a6a6a;
	line-height: 26px;
	margin-bottom: 16px;
}
.shouhou-center-left>div .shenqing{
	display: block;
	width: 120px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	border-radius: 2px;
	background-color: #c31821;
	color: #fff;
	font-size: 14px;
}
.shouhou-center-right{
	display: block;
	width: 568px;
	height: 372px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -186px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.shouhou-bot{
	display: block;
	height: auto;
	min-height: 560px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #f9f9f9;
	background-image: url(/static/picture/shouhou_06.jpg);
	padding-top: 50px;
	padding-bottom: 66px;
}
.shouhou-botIn{
	height: auto;
	padding-top: 202px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 1020px auto;
	background-image: url(/static/picture/shouhou_bg.png);
	min-height: 400px;
}
.shouhou-botIn>div{
	display: inline-block;
	float: left;
	font-size: 15px;
	color: #6a6a6a;
	line-height: 26px;
	width: 214px;
}
.shouhou-botIn>div h3{
	font-size: 26px;
	line-height: 38px;
	margin-bottom: 12px;
}
.shouhou-botIn>div.ft1{
	width: 280px;
	margin-top: 86px;
	margin-left: 110px;
	margin-right: 140px;
}
.shouhou-botIn>div.ft2{
	width: 260px;
	margin-right: 170px;
	margin-top: 60px;
}
/*售后服务end*/

.weixiu-title{
	height: auto;
	position: relative;
	text-align: center;
}
.weixiu-title>span{
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #c0141d;
	margin: 0 auto 8px;
	text-align: center;
	line-height: 40px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
.weixiu-title h3{
	font-size: 28px;
	color: #000000;
	line-height: 40px;
}
.weixiu-title::after{
	content: "";
	display: block;
	width: 5px;
	height: 35px;
	position: absolute;
	bottom: -46px;
	left: 50%;
	margin-left: -2px;
	background: url(/static/picture/weixiu-tit_03.jpg) no-repeat center;
	background-size: 100% auto;
}
.weixiu-form{
	display: block;
	border: 1px solid #ebebeb;
	border-top: 2px solid #c0141d;
	border-bottom: none;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
.weixiu-form li{
	float: left;
	width: 50%;
	position: relative;
	font-size: 16px;
	color: #363636;
	line-height: 24px;
	padding: 14px 146px 14px 18px;
	border-bottom: 1px solid #ebebeb;
}
.weixiu-form li p{
	padding-left: 10px;
	position: relative;
}
.weixiu-form li>div{
	position: absolute;
	right: 48px;
	top: 50%;
	margin-top: -12px;
}
.weixiu-form li:nth-child(2n)::before{
	content: "";
	display: block;
	width: 1px;
	height: 20px;
	background: #ebebeb;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
}
.weixiu-form li p::before{
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #6e6e6e;
	position: absolute;
	left: 0;
	top: 11px;
}
.weixiu-left{
	display: inline-block;
	float: left;
	width: 600px;
	height: 414px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-bottom: 100px;
}
.weixiu-right{
	display: inline-block;
	float: right;
	width: 600px;
	height: 414px;
	background-color: #f7f7f7;
	margin-bottom: 100px;
	padding: 44px 42px;
	font-size: 16px;
	color: #2c2c2c;
	line-height: 30px;
}
.weixiu-right p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.weixiu-right ul{
	margin-top: 18px;
	position: relative;
}
.weixiu-right ul::before{
	content: "";
	display: block;
	width: 1px;
	height: 120px;
	border-left: 1px dashed #c0141d;
	position: absolute;
	left: 7px;
	top: 16px;
	z-index: 1;
}
.weixiu-right li{
	padding-left: 30px;
	font-size: 16px;
	color: #2c2c2c;
	margin-bottom: 12px;
	position: relative;
}
.weixiu-right li::before{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 4px solid #e6aeae;
	background: #c0141d;
	position: absolute;
	left: 0;
	top: 7px;
}
.weixiu-right li span{
	color: #c0141d;
}
.weixiu-but{
	display: block;
	padding-left: 30px;
	padding-top: 10px;
}
.weixiu-but span{
	display: inline-block;
	float: left;
	width: 142px;
	height: 40px;
	border-radius: 2px;
	margin-right: 12px;
	background-color: #c31821;
	text-align: center;
	line-height: 40px;
	color: #fff;	
	cursor: pointer;
}

.weixiuPop_bg{
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 220;
}
.weixiuPop{
	display: none;
	width: 760px;
	background-color: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -380px;
	margin-top: -302px;
	z-index: 221;
	border-radius: 6px;
}
.weixiuPop-title{
	height: 56px;
	position: relative;
	line-height: 56px;
	text-align: center;
	font-size: 20px;
	color: #c52725;
	background-color: #f1f1f1;
	border-radius: 6px 6px 0 0;
}
.weixiuPop-in{
	display: block;
	width: 100%;
	padding: 0 30px;
	max-height: 600px;
	overflow: auto;
}

@media screen and (max-width:1500px){
	.weixiuPop-in{
		height: 400px;
	}
	.weixiuPop{
		margin-top: -202px;
	}
	
}
.weixiuPop-in>h3{
	text-align: center;
	line-height: 56px;
	font-size: 15px;
	color: #8a8a8a;
}
.weixiuPop-ul li{
	width: 50%;
	float: left;
	margin-bottom: 14px;
	height: 44px;
}
.weixiuPop-ul li>div{
	display: inline-block;
	float: left;
	width: 102px;
	text-align: right;
	font-size: 15px;
	color: #000000;
	line-height: 44px;
	padding-right: 4px;
}
.weixiuPop-ul li>div span{
	color: #c0141d;
}
.weixiuPop-ul li>input{
	display: inline-block;
	width: 240px;
	height: 44px;
	border: 1px solid #dfdfdf;
	border-radius: 2px;
	padding: 0 18px;
	font-size: 15px;
	color: #333;
	position: relative;
}
.weixiuPop-diqu{
	background: url(/static/picture/xia_07.jpg) no-repeat right center;
    background: auto 100%;
}
.add-proWx{
	display: block;
	width: 100%;
	height: 44px;
	padding-left: 102px;
	margin-bottom: 14px;
}
.add-proWx>span{
	cursor: pointer;
	display: block;
	width: 128px;
	height: 100%;
	border-radius: 2px;
	border: 1px solid #c31821;
	text-align: center;
	line-height: 42px;
	color: #c31821;
	font-size: 15px;
}
.weixiuPop-ms{
	position: relative;
	padding-left: 102px;
	margin-bottom: 20px;
}
.weixiuPop-ms>span{
	width: 102px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: right;
	line-height: 44px;
	font-size: 15px;
	color: #000;
	padding-right: 6px;
}
.weixiuPop-ms textarea{
	display: block;
	width: 100%;
	height: 88px;
	border: 1px solid #dfdfdf;
	border-radius: 2px;
	padding: 8px 18px;
	font-size: 15px;
	color: #333;
	line-height: 26px;
}
.weixiuPop-tijiao{
	display: none;
	width: 222px;
	height: 40px;
	border-radius: 2px;
	margin-left: 102px;
	margin-bottom: 52px;
	background-color: #c31821;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	border: none;
}
.weixiuPop-title>span{
	display: block;
	cursor: pointer;
	width: 52px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	line-height: 50px;
}



/*end*/
/*招贤纳士*/
.zhaoxian-top{
	display: block;
	width: 100%;
	height: 710px;
	background-image: url(/static/picture/zhaosh_04.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	padding-top: 40px;
}
.zhaoxian-top h3{
	height: 75px;
	text-align: center;
	line-height: 75px;
	font-size: 32px;
	color: #000000;
	position: relative;
}
.zhaoxian-top h3::after{
	content: "";
	display: block;
	width: 162px;
	height: 1px;
	background: #cecece;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -81px;
	z-index: 1;
}
.zhaoxian-top h3::before{
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	background: #c0141d;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
	z-index: 2;
}
.nashi{
	padding: 52px 0 60px 30px;
}
.nashi>div{
	height: 221px;
	border-bottom: 1px solid #e7e7e7;
	position: relative;
	padding: 31px 0 31px 220px;
}
.nashi>div:last-child{
	border: none;
}
.nashi>div div.left{
	display: block;
	width: 255px;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	padding-top: 42px;
}
.nashi>div div.left em{
	display: block;
	height: 6px;
	background-color: #c0141d;
	margin-top: 20px;
}
.nashi>div div.left h3{
	font-size: 26px;
	color: #000000;
	line-height: 38px;
	margin-bottom: 12px;
}
.nashi>div div.left p{
	font-size: 20px;
	color: #767676;
	line-height: 32px;
	text-transform: uppercase;
}
.nashi-img{
	display: inline-block;
	float: left;
	width: 164px;
	height: 100%;
	position: relative;
}
.nashi-img em{
	display: block;
	width: 152px;
	height: 148px;
	background-color: #e8e8e8;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.nashi-img span{
	display: block;
	width: 152px;
	height: 148px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
.nashi-right{
	display: inline-block;
	float: left;
	width: 754px;
	margin-left: 30px;
	height: 100%;
	position: relative;
}
.nashi-right>div{
	display: block;
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	font-size: 20px;
	color: #000000;
	line-height: 32px;
}
.gangwei{
	padding: 42px 0 95px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: #f8f8f8;
	background-image: url(/static/picture/gangwei_12.jpg);
}
.gangwei>h3{
	font-size: 32px;
	line-height: 75px;
	text-align: center;
	color: #000000;
	height: 75px;
	margin-bottom: 60px;
	position: relative;
}
.gangwei>h3::after{
	content: "";
	display: block;
	width: 162px;
	height: 1px;
	background: #cecece;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -81px;
	z-index: 1;
}
.gangwei>h3::before{
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	background: #c0141d;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
	z-index: 2;
}
.gangweiIn{
	height: auto;
	background-color: #fff;
	padding: 40px;
}
.gangwei-top{
	background-color: #f6f6f6;
	margin-bottom: 2px;
	padding: 12px 25px;
	font-size: 14px;
	color: #4c4c4c;
	line-height: 30px;
}
.gangwei-top span{
	color: #000;
	font-weight: bold;
}
.gangwei-list{
	display: block;
	position: relative;
	padding-bottom: 66px;
}
.gangw-swi{
	height: 312px;
}
.gangw-swi-in{
	display: block;
	width: 100%;
	padding: 0 25px;
	font-size: 14px;
	color: #4c4c4c;
	line-height: 25px;
}
.gangw-swi-in h2{
	font-size: 20px;
	height: 52px;
	line-height: 52px;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden;
	position: relative;
	color: #000000;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 20px;
}
.gangw-swi-in h2::after{
	content: "";
	display: block;
	width: 100px;
	height: 1px;
	background-color: #c31821;
	position: absolute;
	left: 0;
	bottom: 0;
}
.gangw-swi-in h4{
	color: #000;
	margin-bottom: 6px;
	height: 25px;
}
.gangw-swi-in p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	height: 150px;
}
.gangw-swi-in>span{
	display: block;
	margin-top: 22px;
	width: 128px;
	height: 36px;
	border-radius: 2px;
	border: 1px solid #c31821;
	text-align: center;
	line-height: 34px;
	font-size: 14px;
	color: #c31821;
	cursor: pointer;
}
.gangwei-list .gwei-left{
	display: block;
	width: 60px;
	height: 30px;
	border: 1px solid #dedede;
	position: absolute;
	bottom: 0;
	left: 490px;
	background-image: url(/static/picture/jt-l.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 14px auto;
}
.gangwei-list .gwei-right{
	display: block;
	width: 60px;
	height: 30px;
	border: 1px solid #dedede;
	position: absolute;
	bottom: 0;
	right: 490px;
	background-image: url(/static/picture/jt-r.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 14px auto;
}
.gangwei-list .gwei-left:hover{
	background-image: url(/static/picture/jt-l1.png);
	border-color: #c31821;
}
.gangwei-list .gwei-right:hover{
	background-image: url(/static/picture/jt-r1.png);
	border-color: #c31821;
}

.zhiwei-bg{
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 220;
}
.zhiwei{
	display: none;
	width: 660px;
	height: auto;
	border-radius: 6px;
	background-color: #fff;
	position: fixed;
	top: 15%;
	left: 50%;
	margin-left: -330px;
	z-index: 222;
}
.zhiwei-title{
	display: block;
	height: 56px;
	text-align: center;
	line-height: 56px;
	font-size: 22px;
	color: #000000;
	background-color: #f1f1f1;
	border-radius: 6px 6px 0 0;
	position: relative;
}
.zhiwei-title>span{
	display: block;
	width: 50px;
	height: 100%;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	line-height: 52px;
}
.zhiwei-in{
	display: block;
	padding: 35px 44px 52px;
	font-size: 14px;
	line-height: 26px;
	color: #4c4c4c;
	max-height: 600px;
	overflow: auto;
}
.zhiwei-in::-webkit-scrollbar {/*滚动条整体样式*/
	width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
	height: 4px;
}
.zhiwei-in::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: rgba(0,0,0,0.2);
}
.zhiwei-in::-webkit-scrollbar-track {/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 0;
	background: rgba(0,0,0,0.1);
}
.zhiwei-in h3{
	color: #000000;
	font-weight: bold;
	margin-top: 18px;
	margin-bottom: 6px;
}
.zhiwei-in h3:first-child{
	margin-top: 8px;
}
.zhiwei-inTop>span{
	display: inline-block;
	float: left;
	min-width: 33%;
	font-size: 16px;
	color: #010101;
	line-height: 26px;
	padding-right: 28px;
	margin-bottom: 10px;
}
.jianjie{
	display: block;
	height: auto;
	background-color: #f7f7f7;
	padding: 98px 0 100px;
}
.jianjie-right{
	display: inline-block;
	float: right;
	width: 554px;
	height: 386px;
	padding: 14px;
	background-color: #fff;
	position: relative;
}
.jianjie-right .jj-left{
	display: block;
	width: 60px;
	height: 60px;
	background-color: #fff;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
	position: absolute;
	bottom: 60px;
	left: -20px;
	background-color: #2a2a2a;
	font-size: 24px;
	color: #8e8e8e;
	text-align: center;
	line-height: 60px;
	font-family: "宋体";
	z-index: 9;
}
.jianjie-right .jj-right{
	display: block;
	width: 60px;
	height: 60px;
	background-color: #fff;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
	position: absolute;
	bottom: 0px;
	left: -20px;
	font-size: 24px;
	color: #8e8e8e;
	text-align: center;
	line-height: 60px;
	font-family: "宋体";
	z-index: 9;
}
.jianjie-swiper{
	display: block;
	height: 100%;
}
.jianjie-swiper a{
	display: block;
	height: 100%;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.jianjie-left{
	display: inline-block;
	float: left;
	width: 580px;
	height: auto;
	position: relative;
	padding-bottom: 36px;
}
.jianjie-left-top{
	display: block;
	height: 114px;
	margin-bottom: 24px;
	border-left: 6px solid #c0141d;
	font-size: 28px;
	color: #000000;
	line-height: 30px;
	padding-left: 34px;
	padding-top: 84px;
	background-image: url(/static/picture/logo2.png);
	background-position: 34px 0;
	background-repeat: no-repeat;
	background-size: auto;
}
.jianjie-text{
	font-size: 15px;
	color: #656565;
	line-height: 30px;
	height: auto;
	overflow: hidden;
}
.jianjie-left span.zk{
	display: inline-block;
	padding-right: 20px;
	font-size: 15px;
	color: #c31821;
	position: absolute;
	left: 0;
	bottom: 0;
	cursor: pointer;
	background-image: url(/static/picture/xia3.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 14px auto;
}
.myPro{
	padding: 40px 0 70px;
	background-image: url(/static/picture/jianjie_06.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.myPro-title{
	text-align: center;
	font-size: 32px;
	color: #000000;
	line-height: 72px;
	position: relative;
}
.myPro-title::after{
	content: "";
	display: block;
	width: 162px;
	height: 1px;
	background: #cecece;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -81px;
	z-index: 1;
}
.myPro-title::before{
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	background: #c0141d;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
	z-index: 2;
}
.yuanjing{
	display: block;
	height: 330px;
	/*background-image: url(../images/jianjie_02.jpg);*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color:#fff;
}
.yuanjing h2{ font-size:24px;}
.yuanjing p{ font-size:16px;}
.wenhua{
	margin-bottom: 66px;
	padding-top: 45px;
}
.yuanjing-r{
	display: inline-block;
	float: right;
	font-size: 20px;
	color: #fff;
	line-height: 42px;
	width: 626px;
	padding-top: 114px;
}
.yuanjing-l{
	display: inline-block;
	float: left;
	width: 520px;
	padding-top: 88px;
	color: #fff;
}
.yuanjing-l h2{
	font-size: 42px;
	line-height: 50px;
	text-transform: uppercase;
	font-weight: bold;
}
.yuanjing-l em{
	display: block;
	width: 42px;
	height: 2px;
	background-color: #fff;
	margin: 26px 0;
}
.yuanjing-l h4{
	font-size: 32px;
	line-height: 46px;
}
.myPro-list{
	overflow: hidden;
}
.myPro-list li{
	float: left;
	width: 25%;
	height: auto;
	min-height: 368px;
	/*border-right: 1px solid #f1f1f1;*/
	border-top: 1px solid #f1f1f1;
	text-align: center;
	font-size: 14px;
	color: #6f6e6e;
	line-height: 25px;
	padding-top: 24px;
	padding-bottom: 20px;
	position: relative;
}
.myPro-list li::after{
	content: "";
	display: block;
	width: 1px;
	height: 600px;
	background: #f1f1f1;
	position: absolute;
	right: 0;
	top: 0;
}
.myPro-list li:nth-child(4n)::after{
	display: none;
}
.myPro-list li:nth-child(1),
.myPro-list li:nth-child(2),
.myPro-list li:nth-child(3),
.myPro-list li:nth-child(4){
	border-top: 0;
}
.myPro-list li>span{
	display: block;
	height: 90px;
	width: 100%;
	text-align: center;
	line-height: 86px;
	padding-left: 3px;
	background-image: url(/static/picture/yuan.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	margin-bottom: 18px;
}
.myPro-list li>span img{
	max-height: 50px;
	max-width: 50px;
}
.myPro-list li h2{
	font-size: 22px;
	color: #000000;
	line-height: 34px;
}
.myPro-list li em{
	display: block;
	width: 32px;
	height: 2px;
	background-color: #d3d3d3;
	margin: 12px auto;
}
.myPro-list li h4{
	font-size: 18px;
	color: #000000;
	line-height: 30px;
	margin-bottom: 4px;
}
.aboutCulture{
	
}
.aboutCulture dl{float:left;
	width:20%; position:relative;
}
.aboutCulture dt{position:absolute;width:100%;height:100%; top:0;left:0;z-index:2;padding:40px; color:#fff; text-align:center;}
.aboutCulture dt img{display:block; margin:0 auto;}
.aboutCulture dt>div{ position:absolute; top:50%; transform:translateY(-50%); left:0;padding:40px;  width:100%;transition:all .5s;}
.aboutCulture dt h4{font-size:24px; margin:15px auto;}
.aboutCulture dt p{font-size:16px; line-height:160%; position:absolute; width:100%; left:0;  opacity:0;}
.aboutCulture dd{position:relative; }
.aboutCulture dd:before{content:''; position:absolute;width:100%;height:100%;  background:#3a3a3a;  opacity:.8; top:0;left:0; z-index:1; transition:all .5s;}
.aboutCulture dd img{display:block;width:100%;}
.aboutCulture dl:hover dd:before{background:#c31821; opacity:.9;}
.aboutCulture dl:hover p{position:static; opacity:1;}
.about2023-div4{ margin-bottom:60px;}
/*招贤纳士end*/
/*联系我们*/
.dizhi{
	margin-bottom: 50px;
	overflow: hidden;
}
.dizhi ul{
	width: 1280px;
}
.dizhi li{
	float: left;
	height: auto;
	width: 560px;
	margin-bottom: 36px;
	margin-right: 80px;
}

.dizhi li h3{
	font-size: 20px;
	color: #000000;
	margin-bottom: 5px;
	line-height: 30px;
	padding-left: 16px;
	position: relative;
}
.dizhi li h3::before{
	content: "";
	display: block;
	width: 4px;
	height: 18px;
	background-color: #c0141d;
	position: absolute;
	left: 0;
	top: 8px;
}
.dizhi li p{
	padding-left: 64px;
	font-size: 16px;
	color: #626262;
	line-height: 24px;
	position: relative;
}
.dizhi li p span{
	position: absolute;
	left: 16px;
	top: 0;
}
.lianxi{
	padding-top: 52px;
}
.lianxi h2{
	font-size: 28px;
	text-align: center;
	color: #000000;
	line-height: 42px;
	margin-bottom: 46px;
}
.lianxi-bot{
	display: block;
	height: 42px;
	margin-bottom: 66px;
	text-align: center;
	font-size: 0;
}
.lianxi-bot>a{
	display: inline-block;
	width: 160px;
	height: 42px;
	border-radius: 2px;
	background-color: #c31821;
	margin: 0 10px;
	text-align: center;
	line-height: 42px;
	font-size: 14px;
	color: #fff;
}
.lianxi-bot>a img{
	display: inline-block;
	vertical-align: top;
	max-height: 18px;
	max-width: 18px;
	margin-right: 4px;
	margin-top: 12px;
}
.lianxi-list>div{
	display: inline-block;
	float: left;
	width: 590px;
	height: 248px;
	margin-bottom: 38px;
	position: relative;
	padding-top: 45px;
	border: 1px solid #e3e6eb;
}
.lianxi-list>div:nth-child(2n){
	float: right;
}
.lianxi-list>div>div.tit{
	display: block;
	height: 45px;
	line-height: 45px;
	padding: 0 18px;
	font-size: 18px;
	color: #fff;
	background-color: #545c70;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.lianxi-list>div>div.in{
	display: inline-block;
	float: left;
	width: 50%;
	height: 100%;
	border-right: 1px solid #e3e6eb;
	padding-top: 26px;
	text-align: center;
	font-size: 16px;
	color: #000000;
	line-height: 24px;
	text-align: center;
}
.lianxi-list>div>div.in:last-child{
	border: none;
}
.lianxi-list>div>div.in span{
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto 16px;
}
.lianxi-list>div>div.in em{
	display: block;
	width: 30px;
	height: 2px;
	background-color: #c9c9c9;
	margin: 7PX auto 8px;
}
/*联系我们end*/
/*解决详情*/
.jiejueXq{
	padding: 60px 110px;
}
.jiejueXq img{
	display: block;
	margin: 0 auto;
}
.jiejueXq h3{
	font-size: 30px;
	text-align: center;
	color: #000000;
	line-height: 42px;
	margin-top: 32px;
}
.jiejueXq em{
	display: block;
	width: 60px;
	height: 1px;
	background-color: #e9493c;
	margin: 16px auto 20px;
}
.jiejueXq p{
	font-size: 14px;
	color: #000000;
	line-height: 25px;
}
.jiejueXq-ul{
	margin-top: 12px;
}
.jiejueXq-ul li{
	float: left;
	padding-left: 10px;
	position: relative;
	min-width: 25%;
	padding-right: 30px;
	font-size: 14px;
	color: #000000;
	line-height: 26px;
}
.jiejueXq-ul li::before{
	content: "";
	display: block;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 12px;
	background-color: #686868;
}
.jiejueXq-wj{
	display: inline-block;
	height: 54px;
	margin-top: 22px;
	font-size: 15px;
	color: #000000;
	line-height: 54px;
	width: 140px;
	vertical-align: top;
}
.jiejueXq-wj img{
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
}
.jiejue-ziliao{
	display: none;
	height: 670px;
	background-image: url(/static/picture/jiejue_02.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 50px;
}
.jiejue-ziliao h2{
	height: 75px;
	line-height: 75px;
	text-align: center;
	font-size: 32px;
	color: #fff;
	margin-bottom: 62px;
	position: relative;
}
.jiejue-ziliao h2::after{
	content: "";
	display: block;
	width: 162px;
	height: 1px;
	background: #cecece;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -81px;
	z-index: 1;
}
.jiejue-ziliao h2::before{
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	background: #c0141d;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
	z-index: 2;
}
.ziliao li{
	float: left;
	width: 386px;
	height: 158px;
	margin-right: 20px;
	margin-bottom: 22px;
}
.ziliao li:nth-child(3n){
	margin-right: 0;
}
.ziliaoIn{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	background-color: #fff;
	position: relative;
	padding: 28px 126px 0 20px;
}
.ziliaoIn h3{
	font-size: 18px;
	color: #000000;
	line-height: 28px;
	height: 56px;
	margin-bottom: 22px;
}
.ziliaoIn h5{
	font-size: 14px;
	color: #707070;
	line-height: 24px;
	vertical-align: top;
}
.ziliaoIn:hover h3{
	color: #c31821;
}
.ziliaoIn h5 em{
	display: inline-block;
	width: 1px;
	height: 14px;
	background-color: #dedede;
	margin: 5px 10px 0;
	vertical-align: top;
}
.ziliaoIn>span{
	display: block;
	position: absolute;
	right: 30px;
	top: 48px;
	width: 58px;
	height: 58px;
}


.jiejuePro{
	padding-top: 40px;
	padding-bottom: 78px;
	background-image: url();
	background-color: #eee;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.jiejuePro h2{
	height: 75px;
	line-height: 75px;
	text-align: center;
	font-size: 32px;
	color: #000000;
	margin-bottom: 58px;
	position: relative;
}
.jiejuePro h2::after{
	content: "";
	display: block;
	width: 162px;
	height: 1px;
	background: #cecece;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -81px;
	z-index: 1;
}
.jiejuePro h2::before{
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	background: #c0141d;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
	z-index: 2;
}
.jiejuePro-tj li{
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}
.jiejuePro-tj li:nth-child(3n){
	margin-right: 0;
}
.jiejuePro-in{
	display: block;
	width: 392px;
	height: 365px;
	background-color: #fff;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
}
.jiejuePro-in>span{
	display: block;
	width: 100%;
	height: 240px;
	margin-bottom: 12px;
	text-align: center;
	line-height: 240px;
	overflow: hidden;
}
.jiejuePro-in h3{
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	height: 28px;
	color: #000000;
	padding: 0 20px;
}
.jiejuePro-in:hover h3{color: #c31821;}
.jiejuePro-in em{
	display: block;
	width: 30px;
	height: 2px;
	background-color: #d2d2d2;
	margin: 10px auto;
}
.jiejuePro-in p{
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	color: #727272;
	padding: 0 20px;
}


/*解决详情end*/
/*文章详情*/
.wenzhang{
	background-color: #fff;
	border: 1px solid #eaeaea;
	margin-bottom: 14px;
}
.essay-label{
	display: block;
	width: 100%;
	height: 58px;
	position: relative;
	border-top: 1px dashed #ececec;
}
.essay-share{
	height: 28px;
	width: auto;
	display: block;
	position: absolute;
	right: 32px;
	top: 50%;
	margin-top: -14px;
}
.essay-label-in{
	display: block;
	line-height: 58px;
	font-size: 13px;
	color: #908e8b;
	padding-left: 20px;
	background: url(/static/picture/label.png) no-repeat left center;
	background-size: 13px auto;
	padding-right: 300px;
	overflow: hidden;
	margin-left: 32px;
}
.essay-label-in span{
	color: #010101;
}
.essay-switch a:hover{
	color: #2675c0;
}
.essay-in img{
	max-width: 100%;
	margin: 12px auto;
}
/*新闻中心end*/
/*bshare分享样式更改*/
.essay-share .bshare-custom.icon-medium a{
	height: 28px !important;
	width: 28px !important;
}
.essay-share .bshare-custom.icon-medium .bshare-qzone{
	background: url(/static/picture/fx1.png) no-repeat center;
	background-size: 100% 100%;
}
.essay-share .bshare-custom.icon-medium .bshare-sinaminiblog{
	background: url(/static/picture/fx2.png) no-repeat center;
	background-size: 100% 100%;
}
.essay-share .bshare-custom.icon-medium .bshare-weixin{
	background: url(/static/picture/fx3.png) no-repeat center;
	background-size: 100% 100%;
}
.essay-share .bshare-custom.icon-medium a.bshare-more.more-style-addthis{
	background: url(/static/picture/fx4.png) no-repeat center;
	background-size: 100% 100%;
}
.essay-share .bshare-custom.icon-medium a.bshare-facebook{
	background: url(/static/picture/fx5.png) no-repeat center;
	background-size: 100% 100%;
}
.bsBox{
	box-sizing: content-box;
}
.bFind-wrapper-top{
	height: 26px !important;
}
/*bshare分享样式更改end*/

.news-in{
	padding: 28px 40px;
	font-size: 14px;
	color: #3d3d3d;
	line-height: 30px;
}
.news-in img{
	display: block;
	margin: 10px auto;
	max-width: 100%;
}
.news-in video {
    width: 100%;
    height: auto;
}
.news-title{
	border-bottom: 1px solid #eaeaea;
	text-align: center;
	padding: 28px 40px 22px;
}
.news-title h3{
	font-size: 22px;
	color: #292626;
	line-height: 38px;
	margin-bottom: 12px;
}
.news-title h5{
	font-size: 13px;
	color: #575757;
	line-height: 24px;
	vertical-align: top;
}
.news-title h5 img{
	vertical-align: top;
	display: inline-block;
	margin-right: 4px;
	margin-top: 6px;
}
.news-foot{
	display: block;
	height: 48px;
	margin-bottom: 70px;
}
.news-foot>div{
	display: inline-block;
	float: left;
	width: 592px;
	height: 48px;
	background-color: #fff;
	border: 1px solid #eaeaea;
	padding: 0 20px;
	line-height: 46px;
	font-size: 14px;
	color: #000000;
	text-align: center;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden;
}
.news-foot>div:last-child{float: right;}
.news-foot>div a{
	font-size: 14px;
	color: #000000;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden;
}
.news-foot>div:hover a{
	color: #c31821;
}
/*文章详情end*/
/*申请表*/
.shenqing-title{
	text-align: center;
	margin: 24px auto 32px;
	font-size: 28px;
	color: #000000;
	line-height: 50px;
}
.sqForm{
	display: block;
	width: 1086px;
	height: auto;
	margin: 0 auto 28px;
	border: 1px solid #ececec;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}
.sqForm-top{
	display: block;
	height: 45px;
	line-height: 45px;
	background-color: #f4f4f4;
	padding: 0 16px;
	font-size: 18px;
	color: #000000;
	position: relative;
}
.sqForm-top::before{
	content: "";
	display: block;
	width: 4px;
	height: 18px;
	background: #c0141d;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
}
.sqForm-in{
	display: block;
	padding: 16px 160px 28px 180px;
}
.sqForm-in li{
	float: left;
	width: 50%;
	padding-right: 20px;
}
.sqForm-in li.w100{
	width: 100%;
}
.sqForm-in li h3{
	line-height: 36px;
	font-size: 16px;
	color: #000000;
	height: 36px;
}
.sqForm-in li h3 span{
	color: #c0141d;
}
.sqForm-in li textarea{
	display: block;
	width: 100%;
	height: 100px;
	border-radius: 2px;
	border: 1px solid #dfdfdf;
	margin-bottom: 14px;
	padding: 8px 16px;
	line-height: 24px;
	font-size: 15px;
	color: #333;
}
.sqForm-in li select{
	border-radius: 2px;
	border: 1px solid #dfdfdf;
	font-size: 15px;
	color: #333;
	padding: 0 60px 0 16px;
	height: 42px;
	width: 100%;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	background: url(/static/picture/xia_07.jpg) no-repeat right center;
	background: auto 100%;
	margin-bottom: 14px;
}
.sqForm-in li>input{
	border-radius: 2px;
	border: 1px solid #dfdfdf;
	font-size: 15px;
	color: #333;
	padding: 0 16px;
	height: 42px;
	width: 100%;
	margin-bottom: 14px;
}
.sqForm-in li input.yzm{
	width: 240px;
}
.code{
	display: inline-block;
	float: right;
	width: 96px;
	height: 42px;
	border-radius: 2px;
	border: 1px solid #dfdfdf;
}
.sqForm-foot{
	display: block;
	text-align: center;
	margin: 0 auto 68px;
	font-size: 0;
}
.sqForm-foot button{
	display: inline-block;
	width: 132px;
	height: 40px;
	border-radius: 2px;
	border: 1px solid #c31821;
	text-align: center;
	line-height: 38px;
	margin: 0 10px;
	background: none;
	font-size: 16px;
	color: #c31821;
}
.sqForm-foot button#myShQ{
	background-color: #c31821;
	color: #fff;
}
.sqForm-xieyi{
	display: block;
	height: auto;
	background-color: #fffcf7;
	border: 1px solid #f5ead0;
	border-radius: 2px;
	padding: 12px 14px;
	margin: 12px auto 20px;
	font-size: 14px;
	color: #362e29;
	line-height: 28px;
}
.sqForm-xieyi a{
	color: #c0141d;
}
.sqForm-radio{
	display: block;
	height: 28px;
}
.sqForm-radio label{
	display: inline-block;
	margin-right: 30px;
	float: left;
	height: 28px;
	padding-right: 10px;
}
.sqForm-radio label input[type="radio"]{
	vertical-align: top;
	display: inline-block;
	margin-top: 7px;
	width: 15px;
	height: 15px;
	background-image: url(/static/picture/radio.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	margin-right: 4px;
	border-radius: 50%;
}
.sqForm-radio label input[type="radio"]:checked{
   background-image: url(/static/picture/radio2.png);
}

.sqForm-radio label input[type="checkbox"]{
	vertical-align: top;
	display: inline-block;
	margin-top: 7px;
	width: 15px;
	height: 15px;
	background-image: url(/static/picture/radio.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	margin-right: 4px;
	border-radius: 50%;
}
.sqForm-radio label input[type="checkbox"]:checked{
   background-image: url(/static/picture/radio2.png);
}

/*申请表end*/
/*询价*/
.xunjiaIn{
	background-color: #fff;
	padding: 30px 90px 30px;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.06);
	margin-bottom: 80px;	
}
.xunjiaIn-title{
	display: block;
	margin-bottom: 40px;
	text-align: center;
	font-size: 24px;
	color: #000000;
	line-height: 55px;
}
.xunjiaIn-title em{
	display: block;
	width: 40px;
	height: 2px;
	background-color: #c0141d;
	margin: 0 auto;
}
.xunjiaIn-table table{
	width: 100%;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	margin-bottom: 54px;
}
.xunjiaIn-table table tr{
	border-bottom: 1px solid #e6e6e6;
}
.xunjiaIn-table table tr:nth-child(2n-1){
	background-color: #f8f8f8;
}
.xunjiaIn-table table tr:nth-child(1){
	background-color: #595757;
}
.xunjiaIn-table table th{
	background-color: #595757;
}
.xunjiaIn-table table th,
.xunjiaIn-table table td{
	line-height: 30px;
	padding: 10px;
	text-align: center;
	width: 25%;
	font-weight: normal;
}
.xunjiaIn-table table th{
	font-size: 16px;
	color: #fff;
}
.xunjiaIn-table .removeBut{
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
}
.shuliang{
	display: block;
	width: 122px;
	height: 30px;
	vertical-align: top;
	font-size: 0;
	margin: 0 auto;
}

input[type=number] {
    -moz-appearance:textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.shuliang .shu{
	display: inline-block;
	float: left;
	width: 62px;
	height: 30px;
	border: 1px solid #dadada;
	text-align: center;
	font-size: 14px;
	color: #333;
	background-color: #fff;
}
.shuliang span{
	display: inline-block;
	float: left;
	width: 30px;
	height: 30px;
	font-size: 18px;
	color: #333;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
}
.shuliang span.jian{
	font-size: 12px;
}
.xunjiaForm ul{
	width: 100%;
}
.xunjiaForm li{
	width: 474px;
	float: left;
	margin-bottom: 20px;
	padding-right: 8px;
}
.xunjiaForm li.w100{
	width: 948px;
}
.xunjiaForm li .leftTit{
	display: inline-block;
	float: left;
	width: 130px;
	height: 42px;
	line-height: 42px;
	text-align: right;
	font-size: 16px;
	color: #454545;
	padding-right: 6px;
}
.xunjiaForm li .leftTit span{
	color: #c0141d;
}
.xunjiaForm li>input{
	display: inline-block;
	width: 334px;
	height: 42px;
	border-radius: 2px;
	border: 1px solid #dfdfdf;
	padding: 0 18px;
	font-size: 15px;
	color: #000000;
}
.xunjiaForm li>select{
	display: inline-block;
	width: 334px;
	height: 42px;
	border-radius: 2px;
	border: 1px solid #dfdfdf;
	padding: 0 40px 0 18px;
	font-size: 15px;
	color: #000000;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	background: url(/static/picture/xia_07.jpg) no-repeat right center;
	background: auto 100%;
}
.xunjiaForm li textarea{
	display: inline-block;
	float: left;
	width: 810px;
	height: 100px;
	border-radius: 2px;
	border: 1px solid #dfdfdf;
	padding: 6px 18px;
	font-size: 15px;
	color: #000;
	line-height: 28px;
	font-family: "微软雅黑";
}
.jihua{
	display: inline-block;
	float: right;
	width: 810px;
	border: 1px solid #f5ead0;
	border-radius: 2px;
	background-color: #fffcf7;
	padding: 12px 18px;
	margin-bottom: 8px;
	font-size: 14px;
	color: #362e29;
	line-height: 28px;
}
.jihua span{
	color: #c0141d;
	cursor: pointer;
}
.xunjiaForm-but{
	display: inline-block;
	width: 810px;
	float: right;
	font-size: 0;
}
.xunjiaForm-but button{
	display: inline-block;
	width: 132px;
	height: 40px;
	margin-right: 15px;
	border-radius: 2px;
	border: 1px solid #c31821;
	text-align: center;
	line-height: 32px;
	font-size: 16px;
	color: #c31821;
	background: none;
}
.xunjiaForm-but button.tj{
	background-color: #c31821;
	color: #fff;
}
/*询价end*/
/*反馈*/
.fankui-right{
	display: inline-block;
	width: 332px;
	height: auto;
	float: right;
	margin-bottom: 68px;
	background-color: #fff;
}
.fankuiR-top{
	display: block;
	height: 68px;
	background-color: #c31821;
	padding: 5px 24px;
	font-size: 18px;
	color: #fff;
	line-height: 44px;
}
.fankuiR-top em{
	display: block;
	width: 40px;
	height: 1px;
	background-color: #fff;
}
.fankuiR-in{
	display: block;
	width: 285px;
	height: auto;
	margin: 0 auto;
}
.fankuiR-in li{
	height: auto;
	padding: 22px 0;
	border-bottom: 1px solid #ececec;
	position: relative;
	padding-left: 78px;
	line-height: 24px;
}
.fankuiR-in li a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}
.fankuiR-in li:last-child{
	border: none;
	min-height: 100px;
}
.fankuiR-in li h4{
	font-size: 16px;
	color: #767676;
	margin-bottom: 6px;
}
.fankuiR-in li p{
	font-size: 18px;
}
.fankuiR-in li span{
	display: block;
	width: 56px;
	height: 56px;
	position: absolute;
	top: 22px;
	left: 4px;
}
.fankui-left{
	display: inline-block;
	float: left;
	margin-bottom: 68px;
	background-color: #fff;
	width: 850px;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.06);
}
.fankuiL-top{
	display: block;
	height: 65px;
	border-bottom: 1px solid #f0f0f0;
	padding: 0 60px;
	font-size: 16px;
	color: #2b2b2b;
	line-height: 64px;
}
.fankuiL-mudi{
	display: block;
	height: 129px;
	border-bottom: 1px solid #f0f0f0;
	padding: 18px 60px;
}
.fankuiL-mudi>div{
	float: left;
	width: 355px;
	font-size: 16px;
	color: #000000;
	line-height: 36px;
}
.fankuiL-mudi>div:last-child{
	float: right;
}
.fankuiL-mudi>div h3 span{color: #c0141d;}
.fankuiL-mudi>div select{
	display: block;
	width: 100%;
	height: 42px;
	border-radius: 2px;
	border: 1px solid #dfdfdf;
	padding: 0 40px 0 18px;
	font-size: 15px;
	color: #666;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	background: url(/static/picture/xia_07.jpg) no-repeat right center;
	background: auto 100%;
}
.fankuiL-mudi>div input{
	display: block;
	width: 100%;
	height: 42px;
	border-radius: 2px;
	border: 1px solid #dfdfdf;
	padding: 0 18px;
	font-size: 15px;
	color: #666;
}
.fankui{
	display: block;
	padding: 20px 62px 30px;
	border-bottom: 1px solid #dfdfdf;
}
.fankui:last-child{
	border: none;
}
.fankui h3{
	font-size: 16px;
	line-height: 36px;
	color: #000000;
}
.fankui h3 span{
	color: #c0141d;
}
.fankui textarea{
	display: block;
	width: 100%;
	height: 92px;
	border-radius: 2px;
	border: 1px solid #dfdfdf;
	padding: 8px 16px;
	font-size: 15px;
	color: #666;
	line-height: 24px;
	font-family: "微软雅黑";
}
.pingjia li{
	float: left;
	width: 58px;
	height: 58px;
	font-size: 15px;
	color: #959595;
	text-align: center;
	padding-top: 9px;
}
.pingjia li>span{
	display: block;
	width: 17px;
	height: 16px;
	margin: 0 auto 9px;
	background-image: url(/static/picture/xx.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	cursor: pointer;
}
.pingjia li>span img{
	display: none;
	vertical-align: top;
	width: 100%;
	height: 100%
}
.pingjia-bot{
	display: block;
	height: 44px;
}
.pingjia-bot>div{
	display: inline-block;
	float: left;
	width: 116px;
	height: 44px;
	text-align: center;
}
.pingjia-bot>div em{
	display: block;
	width: 60px;
	height: 8px;
	border: 1px solid #c3c3c3;
	margin: 0 auto;
	border-top: 0;
}
.pingjia-bot>div.xl1{
	width: 406px;
}
.pingjia-bot>div.xl1 em{
	width: 350px;
}
.pingjia-bot>div span{
	display: block;
	width: 24px;
	height: 24px;
	margin: 10px auto 0;
}
.fk-tijiao{
	display: block;
	width: 222px;
	height: 40px;
	border-radius: 2px;
	background-color: #c31821;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	border: none;
	margin: 36px auto 42px;
}
.fankui-foot{
	padding: 0 62px;
}
.fankui-foot>div{
	display: inline-block;
	float: left;
	width: 355px;
	height: auto;
}
.fankui-foot>div:last-child{
	float: right;
}
.fankui-foot>div input{
	display: block;
	width: 100%;
	height: 42px;
	border-radius: 2px;
	border: 1px solid #dfdfdf;
	padding: 0 16px;
	font-size: 15px;
	color: #666;
}
.fankui-foot>div h3{
	line-height: 32px;
	height: 32px;
	font-size: 16px;
	color: #000000;
}
.fankui-foot>div h3 span{
	color: #c0141d;
}
/*反馈end*/

.wangjiaPw{
	display: block;
	text-align: right;
	height: 24px;
}
.wangjiaPw a{
	display: inline-block;
	float: right;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #c31821;
}
.logInPop-form button{
	margin: 12px auto 16px;
}


.xiangqingNav{
	display: block;
	height: 48px;
	font-size: 0;
	margin:  20px auto 32px;
}
.xiangqingNav span{
	display: inline-block;
	float: left;
	width: 20%;
	height: 48px;
	border: 1px solid #ededed;
	border-right: 0;
	cursor: pointer;
	font-size: 20px;
	color: #333;
	text-align: center;
	line-height: 46px;
}
.xiangqingNav span:last-child{
	border-right: 1px solid #ededed;
}
.xiangqingNav span:hover{
	color: #c31821;
}
.xiangqingNav span.active{
	border-color: #c31821;
	background: #c31821;
	color: #fff;
}

.xiangqingDiv{
	display: block;
	margin: 0 auto 40px;
	width: 1200px;
	height: auto;
}
.xiangqingDiv>div{
	display: none;
}
.xiangqingDiv>div:nth-child(1){
	display: block;
}

/*1.03新增*/
.proXqList{
	margin-top: 24px;
	margin-bottom: 24px;
}
.proXqList li{
	float: left;
	width: 384px;
	height: 322px;
	margin-right: 24px;
	margin-bottom: 24px;
}
.proXqList li:nth-child(3n){
	margin-right: 0;
}
.proXqList-in{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #f3f3f3;
}
.proXqList-in>span{
	display: block;
	width: 100%;
	height: 230px;
	background-color: #fff;
	border: 1px solid #eaeaea;
	border-bottom: none;
	text-align: center;
	line-height: 230px;
}
.proXqList-in>span img{
	max-width: 100%;
	max-height: 100%;
}
.proXqList-in h3{
	font-size: 18px;
	color: #000000;
	line-height: 32px;
	height: 32px;
	padding: 0 26px;
	margin-top: 15px;
}
.proXqList-in p{
	font-size: 16px;
	color: #8f8f8f;
	line-height: 32px;
	height: 32px;
	padding: 0 26px;
}
.proXqList-in:hover h3{
	color: #c31821;
}
/*1.03新增*/

/*新增搜索列表*/
.searchMian{
	background: #fff;
	margin-bottom: 76px;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.06);
	padding: 1px 42px 40px;
}
.searchMian>h2{
	font-size: 14px;
	color: #828282;
	line-height: 52px;
}
.searchMian>h2 span{
	font-weight: bold;
	color: #c31821;
}
.searchMian-ul li{
	border-top: 1px solid #ededed;
}
.searchMian-ul li:last-child{
	border-bottom: 1px solid #ededed;
}
.searchMian-ul li a{
	display: block;
	width: 100%;
	height: 60px;
	position: relative;	
	padding-right: 124px;
	padding-left: 14px;
}
.searchMian-ul li a::before{
	content: "";
	display: block;
	width: 3px;
	height: 3px;
	background: #000;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
}
.searchMian-ul li a:hover::before{
	background: #c31821;
}
.searchMian-ul li a h5{
	position: absolute;
	right: 0;
	top: 0;
	line-height: 60px;
	font-size: 15px;
	color: #888888;
	padding-left: 18px;
	background: url(/static/picture/time.png) no-repeat left center;
	background-size: 13px auto;
}
.searchMian-ul li a h3{
	display: inline-block;
	float: left;
	width: 700px;
	line-height: 60px;
	font-size: 16px;
	color: #000000;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden;
}
.searchMian-ul li a>div{
	float: right;
	width: 260px;
	height: 60px;
	padding: 15px 0;
	display: inline-block;
}
.searchMian-ul li a>div span{
	display: inline-block;
	float: right;
	width: auto;
	height: 100%;
	background-color: #c2c2c2;
	width: 98px;
	text-align: center;
	line-height: 30px;
	font-size: 15px;
	color: #fff;
	padding: 0 6px;
	margin-left: 6px;
}
.searchMian-ul li a:hover h3{
	color: #c31821;
	text-decoration: underline;
}
.search-zanwu{
	display: block;
	font-size: 18px;
	text-align: center;
	line-height: 250px;
	margin-top: 40px;
}
/*新增搜索列表*/



/*产品注册*/
.proEnrol{
	display: block;
}
.proEnrol .weixiuPop{
	display: block;
	position: relative;
	margin: 0;
	left: 0;
	margin: 30px auto;
	z-index: 1;
}
.proEnrol .weixiuPop .weixiuPop-title{
	background: none;
	font-size: 18px;
}
.proEnrol .weixiuPop-in>h3{
	line-height: 28px;
	margin-bottom: 20px;
}
.proEnrol .weixiuPop-ul li>select {
    display: inline-block;
    width: 236px;
    height: 44px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    padding: 0 18px;
    font-size: 15px;
    color: #333;
    position: relative;
    appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	background: url(/static/picture/xia_07.jpg) no-repeat right center;
	background: auto 100%;
}
.proEnrol .weixiuPop-tijiao{
	display: block;
	margin-top: 20px;
}
.proEnrol .weixiuPop-ul li>em{
	display: block;
	position: relative;
	display: inline-block;
    width: 236px;
    height: 44px;
}
.proEnrol .weixiuPop-ul li>em input {
    display: inline-block;
    width: 236px;
    height: 44px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    padding: 0 18px;
    font-size: 15px;
    color: #333;
    position: relative;
}
.proEnrol .weixiuPop-ul li input#date{
	background: url(/static/picture/xia_07.jpg) no-repeat right center;
	background: auto 100%;
} 


.tz-datepicker {
	width: 234px;
	border: solid 1px #3a98d8;
	font-size: 12px;
	position: absolute;
	z-index: 999;
	display: none;
	background: #fff;
	margin-top: 12px;
	margin-left: 1px;
}

.tz-datepicker .year-month {
	height: 32px;
	text-align: center;
	cursor: pointer;
	line-height: 30px;
	margin-top: 1px;
	border-bottom: 1px solid #e5e5e5;
}
.tz-datepicker .year-month span {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	float: left
}
.tz-datepicker .year-month span:hover {
	color: #fff;
	background: #3a98d8
}
.tz-datepicker .year-month span.active {
	color: #fff;
	background: #3a98d8
}
.datesel .span-arrow {
	width: 14px;
	height: 14px;
	display: block;
	position: absolute;
	right: 10px;
	top: 8px
}
.datesel .span-col {
	/*background: url(..//static/picture/content/select-dropdown-arrow.png) no-repeat left top*/
}
.datesel .span-ex {
	/*background: url(..//static/picture/content/select-dropdown-arrow.png) no-repeat left top -14px*/
}
.year-month .left {
	width: 30px;
	margin-left: 2px;
	font-family: "宋体";
}
.year-month .month {
	width: 74px;
	margin-left: 12px;
	position: relative
}
.year-month .month span {
	width: 74px;
	position: relative;
	height: 30px;
}
.year-month .year {
	width: 74px;
	margin-right: 1px;
	position: relative
}
.year-month .year span {
	width: 74px;
	text-align: center
}
.year-month .right {
	width: 30px;
	float: right !important;
	font-family: "宋体";
}
.year-month .month span,
.year-month .year span {
	/*background: url(image/up-default.png) no-repeat center right 6px*/
}
.year-month .month span:hover,
.year-month .year span:hover {
	/*background: url(image/up-active.png) #3a98d8 no-repeat center right 6px*/
}
.year-month .month span.active,
.year-month .year span.active {
	/*background: url(image/up-active.png) #3a98d8 no-repeat center right 6px*/
}
.week {
	height: 32px;
	color: #9ea7b3
}
.week ul {
	padding: 0;
	margin: 0
}
.week ul li {
	width: 33px;
	line-height: 32px;
	float: left;
	text-align: center
}
.day {
	background: #f3f3f3
}
.day ul {
	overflow: hidden
}
.day ul li {
	height: 32px;
	line-height: 32px;
	width: 33px;
	float: left;
	text-align: center;
	background: #fff;
	margin-top: 1px;
	cursor: pointer
}
.day ul li:hover {
	background: #3a98d8;
	color: #fff
}
.day ul li.active {
	background: #3a98d8;
	color: #fff
}
.year-month .month .month-list {
	width: 72px;
	border: solid 1px #ccc;
	border-top: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #fefefe;
	display: none;
	color: #9ea7b3
}
.month-list ul li{
	width: 49%;
	float: left;
	height: 28px;
	cursor: pointer;
	text-align: center;
	line-height: 28px;
	margin: 1px 0;
}
.month-list ul li:nth-child(2n){
	float: right;
}
.month-list ul li:hover {
	background: #3a98d8;
	color: #fff
}
.month-list ul li.active {
	background: #3a98d8;
	color: #fff
}
.year-month .year .year-list {
	width: 72px;
	border: solid 1px #ccc;
	border-top: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #fefefe;
	display: none;
	color: #9ea7b3
}
.year-list ul {
	overflow: hidden
}
.year-list ul li{
	width: 49%;
	float: left;
	height: 28px;
	cursor: pointer;
	text-align: center;
	line-height: 28px;
	margin: 1px 0;
}
.year-list ul li:nth-child(2n){
	float: right;
}
.year-list ul li:hover {
	background: #3a98d8;
	color: #fff
}
.year-list ul li.active {
	background: #3a98d8;
	color: #fff
}
.year-list .year-change {
	margin-top: 2px;
	/*margin-bottom: 3px;*/
	overflow: hidden;
	height: 28px;
	width: 100%
}
.year-change span {
	width: 50% !important;
	display: inline-block;
	float: left;
	height: 100% !important;
	font-family: "宋体";
}
.year-change .year-left {
	/*margin-left: 4px;
	margin-right: 4px;*/
	/*background: url(image/left-default.png) #fff no-repeat center!important*/
}
.year-change .year-left:hover {
	/*background: url(image/left-active.png) #3a98d8 no-repeat center!important*/
}
.year-change .year-right {
	/*background: url(image/right-default.png) #fff no-repeat center!important*/
}
.year-change .year-right:hover {
	/*background: url(image/right-active.png) #3a98d8 no-repeat center!important*/
}
.tz-datepicker .action {
	height: 32px;
	line-height: 30px;
	border-top: solid 1px #f3f3f3
}
.tz-datepicker .action span {
	height: 25px;
	line-height: 25px;
	width: 70px;
	color: #3a98d8;
	text-align: center;
	cursor: pointer;
	display: inline-block
}

/*详情页资料下载*/
.proZl-tab{
	height: auto;
	font-size: 0;
	text-align: center;
	margin: 32px auto;
}
.proZl-tab>a{
	display: inline-block;
	width: 150px;
	text-align: center;
	height: auto;
	font-size: 16px;
	color: #000;
	line-height: 28px;
	margin: 0 40px;
}
.proZl-tab>a span{
	display: block;
	width: 100%;
	height: 54px;
	margin: 0 auto 6px;
	text-align: center;
	line-height: 54px;
}
.proZl-tab>a:hover{
	color: #c31821;
}

@media screen and (max-width: 1220px){
	.prohead{
		top:.6rem;
	}

}
@media screen and (max-width: 768px){
	.prohead{
		top:1.26rem;
	}
}











