	@charset "utf-8";
	body{overflow-x:hidden; }
	* {
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		font-family: "微软雅黑";
	}
	
	@font-face {
		font-family: "思源宋体";
		src: url("../font/SourceHanSerifSC-Bold_0.ttf");
	}
	
	@font-face {
		font-family: "汉仪旗化";
		src: url("../font/HYQiHeiY1-35W.ttf");
	}
	
	@font-face {
		font-family: "HBSB";
		src: url("../font/Helvetica-Black-SemiBold_1.ttf");
	}
	
	ul {
		list-style: none;
	}
	
	a {
		text-decoration: none;
	}
	
	em,
	i {
		font-style: normal;
	}
	
	img {
		max-width: 100%;
		max-height: 100%;
		border: 0;
		border: none;
	}
	
	.img {
		position: relative;
		/*图片缩放效果*/
		overflow: hidden;
	}
	
	.img img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-o-transform: translateX(-50%, -50%);
		max-width: 100%;
		max-height: 100%;
		/*图片缩放效果*/
		cursor: pointer;
		transition: all 3s;
	}
	
	.img img:hover {
		/*图片缩放效果*/
		/*transform: translate(-50%, -50%) scale(1.2);
		-ms-transform: translate(-50%, -50%) scale(1.2);
		-moz-transform: translate(-50%, -50%) scale(1.2);
		-webkit-transform: translate(-50%, -50%) scale(1.2);
		-o-transform: translate(-50%, -50%) scale(1.2);*/
	}
	
	.max {
		max-width: 1360px;
		margin: 0 auto;
	}
	/***********************************首页****************************/
	/*折叠导航1*/
	
	.btn {
		position: absolute;
		top:25px;
		right: 10px;
		z-index: 999;
		display: none;
	}
	
	.btn div {
		width: 24px;
		height: 2px;
		background: #D70C19;
		margin-bottom: 6px;
	}
	/*顶部*/
	
	.header {
		background: #f0f0f0;
		position: relative;
	}
	
	.logo {
		max-width: 178px;
		max-height: 48px;
		float: left;
		margin-right: 92px;
		margin-top: 15px;
	}
	
	.nav {
		float: left;
		width: calc(100% - 490px);
	}
	
	.nav li {
		float: left;
		line-height: 90px;
		height: 90px;
		width:14.2%;
		text-align: center;
		transition: all 3s;
		position: relative;
	}
	
	.nav li a {
		font-size: 18px;
		color: #2e2e2e;
		font-weight: normal;
	}
	
	.nav .select,
	.nav li:hover {
		background: #d70c19;
	}
	
	.nav .select a,
	.nav li:hover a {
		color: #fff;
	}
	
	.hotline {
		float: right;
		width: 185px;
		margin-top: 15px;
	}
	
	.hotline p {
		font-family: "思源宋体";
		font-size: 16px;
		color: #d70c19;
	}
	
	.hotline b {
		font-family: "黑体";
		font-size: 28px;
		color: #d70c19;
		font-weight: normal;
	}
	/* 二级导航 */
	
	.two {
		min-width: 100%;
		z-index: 999;
		position: absolute;
		top: 90px;
		left: 0;
		display: none;
		background: #d70c19;
	}
	
	.nav li:hover .two {
		display: block;
	}
	
	.nav li .two a {
		display: block;
		width: 100%;
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		height: 45px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	.nav li .two .to,
	.nav li .two a:hover {
		background: #3f3f3f;
	}
	/*轮播图*/
	
	.swiper-one img {
		width: 100%;
	}
	
	.swiper-one.swiper-container-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		bottom: 20px;
	}
	
	.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
		width: 20px;
		height: 5px;
		border-radius: 5px;
		background: #fff;
		opacity: 1;
		margin: 0 10px;
	}
	
	.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
		background: #d70c19;
		opacity: 1;
	}
	/*关于我们*/
	
	.About_us {
		margin: 60px 0;
	}
	
	.title {
		text-align: center;
		margin-bottom: 40px;
	}
	
	.title h2 {
		font-size: 30px;
		color: #D70C19;
		font-weight: 500;
		background: url("../image/3.png") no-repeat 50%;
	}
	
	.title p {
		font-size: 18px;
		color: #7a7a7a;
		text-transform: uppercase;
	}
	
	.usIMGP h3 {
		font-size: 22px;
		color: #474747;
		font-weight: normal;
		text-align: center;
		line-height: 30px;
	}
	
	.usIMGP h3 span {
		color: #d70c19;
		margin: 0 5px;
	}
	
	.usIMGP img {
		margin: 10px 0 20px;
	}
	
	.usIMGP p {
		max-width: 1080px;
		font-size: 14px;
		color: #474747;
		line-height: 30px;
		text-align: center;
		margin: 0 auto;
	}
	
	.understand {
		line-height: 50px;
		height: 60px;
		width: 240px;
		text-align: center;
		margin: 40px auto 0;
		border: 1px solid #D70C19;
		padding: 5px;
		transition: all 3s;
	}
	
	.understand a {
		width: 100%;
		height: 100%;
		display: block;
		font-size: 16px;
		color: #fff;
		background: #D70C19;
		transition: all 3s;
	}
	
	.understand:hover {
		border: 1px solid #000;
	}
	
	.understand:hover a {
		background: #000;
	}
	/*荣誉产品*/
	
	.product {
		background: url("../image/5.jpg") no-repeat;
		padding: 60px 0;
	}
	
	.product .title h2 {
		background: url(../image/6.png) no-repeat 50%;
	}
	
	.honor .honorimg {
		width: 317px;
		float: left;
		margin-right: 30px;
		position: relative;
	}
	
	.honor .honorimg:nth-last-child(2) {
		margin-right: 0px;
	}
	
	.honor .honorimg .img {
		box-shadow: 0 0 2px #333;
	}
	
	.honortext {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 999;
		width: 100%;
		height: 100%;
		background-color: rgba(103, 103, 103, .7);
		transition: all 3s;
	}
	
	.honortext2 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
		padding: 35px;
	}
	
	.honor .honorimg:nth-child(2n) .honortext2 {
		top: auto;
		bottom: 0;
	}
	
	.honortext2 h6 {
		font-size: 24px;
		color: #fff;
		font-weight: normal;
		line-height: 28px;
	}
	
	.honortext2 p {
		font-size: 16px;
		color: #fff;
		line-height: 28px;
		max-width: 190px;
		margin: 10px 0;
	}
	
	.honortext2 em {
		font-size: 14px;
		color: #fff;
		line-height: 30px;
		height: 30px;
		background: #D70C19;
		width: 100px;
		text-align: center;
		display: block;
		border-radius: 20px;
		font-weight: 300;
	}
	
	.honor .honorimg:hover .honortext {
		background-color: transparent;
	}
	/*贴膜案例*/
	
	.film_case {
		margin: 70px 0;
	}
	
	.film p {
		text-align: center;
		font-size: 18px;
		color: #474747;
		line-height: 30px;
		margin-bottom: 40px;
	}
	
	.swiper-container2 .swiper-slide {
		width: 50%;
	}
	
	.swiper-container2 .swiper-slide .img {
		box-shadow: 0 0 2px #ddd;
	}
	
	.swiper-container2 .swiper-button-prev,
	.swiper-container-rtl .swiper-button-next {
		top: 0;
		left: 0;
		margin-top: 0;
		background: none;
		width: 80px;
		background: rgba(2, 1, 1, .5);
		height: 100%;
		display: flex;
		align-items: center;
		padding-left: 20px;
	}
	
	.swiper-container2 .swiper-button-next,
	.swiper-container-rtl .swiper-button-prev {
		top: 0%;
		right: 0;
		margin-top: 0;
		background: none;
		width: 80px;
		background: rgba(2, 1, 1, .5);
		height: 100%;
		display: flex;
		align-items: center;
		padding-left: 30px;
	}
	
	.film_case .understand {
		border: 1px solid #000;
	}
	
	.film_case .understand a {
		background: #000;
	}
	
	.film_case .understand:hover {
		border: 1px solid #D70C19;
	}
	
	.film_case .understand:hover a {
		background: #D70C19;
	}
	/*新闻资讯*/
	
	.news {
		margin-bottom: 80px;
	}
	
	.news_left {
		background: url("../image/15.jpg") no-repeat 100%;
		padding: 80px;
		width: 60%;
		float: left;
		height: 500px;
		overflow: hidden;
	}
	
	.news_left h6 {
		font-size: 24px;
		line-height: 30px;
		font-weight: normal;
		color: #dc0000;
		margin-bottom: 10px;
	}
	
	.news_left h6 a {
		float: right;
		font-size: 16px;
		color: #7a7a7a;
		line-height: 30px;
	}
	
	.list li {
		line-height: 60px;
		height: 60px;
		border-bottom: 1px dashed #ddd;
	}
	
	.list li:last-child {
		border-bottom: none;
	}
	
	.list li p {
		font-size: 16px;
		color: #474747;
		float: left;
	}
	
	.list li p:nth-child(1) {
		width: calc(100% - 100px);
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}
	
	.list li p:nth-child(2) {
		width: 90px;
		float: right;
		margin-left: 10px;
		text-align: center;
		font-weight: lighter;
	}
	
	.list li:hover p {
		color: #D70C19;
	}
	
	.news_right {
		float: left;
		width: 40%;
		background: url("../image/16.jpg") no-repeat 100%;
		padding:0;
		height: 500px;
		overflow: hidden;
	}
	.news_right div,.news_right object{width:100% !important;height:100% !important;}
	.news_right em {
		font-size: 16px;
		color: #fff;
		font-weight: lighter;
	}
	
	.news_right h6 {
		font-size: 32px;
		color: #fff;
		font-weight: normal;
		font-family: "黑体";
		margin-bottom: 15px;
	}
	
	.news_right p {
		font-size: 16px;
		color: #fff;
		font-weight: lighter;
		line-height: 36px;
	}
	
	.news_right p span {
		color: #D70C19;
	}
	
	.news_right b {
		color: #fff;
		font-size: 26px;
		line-height: 27px;
		height: 27px;
		font-weight: normal;
		display: block;
		margin-top: 60px;
	}
	
	.news_right b span {
		font-size: 14px;
		color: #fff;
		line-height: 27px;
		height: 27px;
		background: #D70C19;
		width: 100px;
		display: block;
		float: left;
		text-align: center;
		border-radius: 20px;
		margin-right: 10px;
	}
	/*底部*/
	
	.foottop {
		background: #f0f0f0;
		padding: 60px 0 40px;
	}
	
	.foottop .lxfs {
		float: left;
	}
	
	.foottop .lxfs em {
		line-height: 30px;
		font-size: 16px;
		color: #2e2e2e;
		display: block;
		margin-bottom: 5px;
	}
	
	.foottop .lxfs p {
		line-height: 30px;
		font-size: 14px;
		color: #7a7a7a;
	}
	
	.foottop .sx {
		float: left;
		margin: 0 55px;
	}
	
	.foottop .footnav {
		float: left;
	}
	
	.foottop .footnav ul {
		float: left;
		margin-right: 45px;
	}
	
	.foottop .footnav ul:nth-last-child(2) {
		margin-right: 0;
	}
	
	.foottop .footnav ul li a {
		line-height: 30px;
		font-size: 14px;
		color: #7a7a7a;
	}
	
	.foottop .footnav ul li:nth-child(1) {
		line-height: 30px;
		font-size: 16px;
		color: #2e2e2e;
		margin-bottom: 5px;
	}
	
	.foottop .gzwm {
		float: right;
	}
	
	.foottop .gzwm em {
		line-height: 30px;
		font-size: 16px;
		color: #2e2e2e;
		margin-bottom: 5px;
		display: block;
	}
	
	.foottop .gzwm img {
		display: block;
		max-width: 108px;
		max-height: 108px;
	}
	
	.foottop .footnav li a:hover {
		font-weight: bold;
	}
	
	.footbottom {
		background: #3f3f3f;
		text-align: center;
	}
	
	.footbottom {
		background: #3f3f3f;
		text-align: center;
	}
	
	.footbottom p ,.footbottom a{
		font-size: 14px;
		color: #BFBFBF;
		line-height: 50px;
	}
	
	.footbottom p .jszc {
		font-size: 14px;
		color: #BFBFBF;
		margin-left: 80px;
	}
	/**************************介绍*******************************/
	/*路经导航*/
	
	.Path_nav {
		position: relative;
	}
	
	.Path_nav .max {
		position: absolute;
		bottom: 5px;
		left: 0%;
		background-color: rgba(0, 0, 0, .6);
		line-height: 70px;
		max-width: 1920px;
		width: 100%;
		text-align: center;
	}
	
	.path {
		display: inline-block;
		margin: 0 auto;
	}
	
	.path a {
		font-size: 18px;
		color: #fff;
		font-weight: normal;
		margin-right: 80px;
		line-height: 70px;
		text-align: center;
		display: inline-block;
	}
	
	.path a:nth-last-child(2) {
		margin-right: 0px;
	}
	
	.path .select,
	.path a:hover {
		border-bottom: 3px solid #D70C19;
	}
	/*介绍*/
	
	.introduce {
		font-size: 16px;
		line-height: 32px;
		color: #474747;
		padding: 60px 0;
		text-align: center;
	}
	
	.introduce p {
		text-align: justify;
		text-indent: 2em;
	}
	
	.introduce img {
		margin-top: 20px;
	}
	/**************************资质*******************************/
	
	.qualifications {
		margin: 60px 0 30px;
	}
	
	.qualifications .certificate {
		width: 23.5%;
		float: left;
		margin-right: 2%;
	}
	
	.qualifications .certificate:nth-child(4n) {
		margin-right: 0%;
	}
	
	.qualifications .certificate .img {
		box-shadow: 0 0 2px #ddd;
	}
	
	.qualifications .certificate p {
		font-size: 16px;
		color: #2e2e2e;
		line-height: 70px;
		height: 70px;
		text-align: center;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}
	
	.certificate .img img:hover {
		/*图片缩放效果*/
		transform: translate(-50%, -50%) scale(1.2);
		-ms-transform: translate(-50%, -50%) scale(1.2);
		-moz-transform: translate(-50%, -50%) scale(1.2);
		-webkit-transform: translate(-50%, -50%) scale(1.2);
		-o-transform: translate(-50%, -50%) scale(1.2);
	}
	/**************************产品*******************************/
	
	.classic_product {
		margin: 60px 0;
	}
	
	.classic_product .classic {
		width: 32%;
		float: left;
		margin-right: 2%;
	}
	
	.classic_product .classic:nth-child(3n) {
		margin-right: 0%;
	}
	
	.classic_product .classic .img {
		box-shadow: 0 0 2px #DDDDDD;
	}
	
	.classic_product .classic p {
		font-size: 18px;
		color: #474747;
		line-height: 70px;
		height: 70px;
		text-align: center;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}
	
	.classic .img img:hover {
		/*图片缩放效果*/
		transform: translate(-50%, -50%) scale(1.2);
		-ms-transform: translate(-50%, -50%) scale(1.2);
		-moz-transform: translate(-50%, -50%) scale(1.2);
		-webkit-transform: translate(-50%, -50%) scale(1.2);
		-o-transform: translate(-50%, -50%) scale(1.2);
	}
	/*分页 */
	
	.paging {
		text-align: center;
		margin-top: 30px;
	}
	
	.paging .po,
	.paging a:hover {
		background: #D70C19;
		color: #fff;
	}
	
	.paging a {
		padding: 10px 20px;
		background: #eeeeee;
		margin-right: 10px;
		font-size: 14px;
		color: #7a7a7a;
		font-family: "微软雅黑";
		border-radius: 3px;
	}
	
	.paging a:last-child {
		margin-right: 0px;
	}
	/**************************产品详情*******************************/
	
	.max2 {
		max-width: 1130px;
		margin: 0 auto;
	}
	
	.product_details {
		margin: 60px 0;
	}
	
	.product_upper .img {
		width: 44%;
		margin-right: 3%;
		float: left;
		box-shadow: 0 0 2px #ddd;
	}
	
	.product_upper .upper_right {
		width: 53%;
		float: left;
	}
	
	.upper_right h2 {
		font-size: 24px;
		color: #2e2e2e;
		line-height: 50px;
		height: 50px;
		font-weight: 600;
		border-bottom: 2px solid #d9d9d9;
		position: relative;
	}
	
	.upper_right h2 i {
		display: block;
		width: 90px;
		height: 2px;
		background: #D70C19;
		color: #D70C19;
		position: absolute;
		bottom: -2px;
		left: 0;
		transition: 2s;
	}
	
	.upper_right b {
		display: block;
		font-size: 20px;
		color: #D70C19;
		font-weight: 600;
		margin: 30px 0 20px;
	}
	
	.upper_right p {
		font-size: 16px;
		color: #2e2e2e;
		line-height: 32px;
		text-align: justify;
		text-indent: 2em;
	}
	
	.details_lower {
		margin-top: 40px;
	}
	
	.details_lower h2 {
		font-size: 20px;
		color: #D70C19;
		line-height: 50px;
		height: 50px;
		background: #f5f5f5;
		text-align: center;
		font-weight: 600;
	}
	
	.details_lower .details_PIMG {
		text-align: center;
		font-size: 16px;
		color: #2e2e2e;
		line-height: 32px;
		text-align: justify;
	}
	
	.details_lower .details_PIMG img {
		margin: 40px 0;
	}
	
	.details_lower .details_PIMG img {
		margin: 40px 0;
	}
	
	.details_lower .details_PIMG p {
		text-align: justify;
		text-indent: 2em;
	}
	
	.details_lower .sxp {
		background: #f5f5f5;
		width: 100%;
		padding: 0 25px;
		margin-top: 30px;
	}
	
	.details_lower .sxp a {
		display: block;
		width: 49%;
		float: left;
		margin-right: 2%;
		line-height: 50px;
		height: 50px;
		font-size: 16px;
		color: #2e2e2e;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}
	
	.details_lower .sxp a:nth-child(2) {
		margin-right: 0;
		text-align: right;
	}
	
	.details_lower .sxp a:hover {
		color: #D70C19;
	}
	/**************************案例*******************************/
	
	.case {
		margin: 60px 0;
	}
	
	.case .caseimg {
		width: 49%;
		float: left;
		margin-right: 2%;
		position: relative;
		margin-bottom: 2%;
	}
	
	.case .caseimg:nth-child(2n) {
		margin-right: 0%;
	}
	
	.case .caseimg .img {
		box-shadow: 0 0 2px #ddd;
	}
	
	.case .caseimg p {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 50px;
		line-height: 50px;
		font-size: 20px;
		color: #fff;
		text-align: center;
		background: #D70C19;
		display: none;
		white-space: nowrap;
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	.case .caseimg:hover p {
		display: block;
	}
	
	.caseimg .img img:hover {
		/*图片缩放效果*/
		transform: translate(-50%, -50%) scale(1.2);
		-ms-transform: translate(-50%, -50%) scale(1.2);
		-moz-transform: translate(-50%, -50%) scale(1.2);
		-webkit-transform: translate(-50%, -50%) scale(1.2);
		-o-transform: translate(-50%, -50%) scale(1.2);
	}
	/**************************新闻*******************************/
	
	.Journalism {
		margin: 60px 0;
	}
	
	.Journalism .journa {
		width: 29.5%;
		float: left;
		margin-right: 5.7%;
		margin-bottom: 50px;
	}
	
	.Journalism .journa:nth-child(3n) {
		margin-right: 0%;
	}
	
	.Journalism .journa .img {
		box-shadow: 0 0 2px #ddd;
	}

	.Journalism .journa .img img:hover {
		/*图片缩放效果*/
		transform: translate(-50%, -50%) scale(1.2);
		-ms-transform: translate(-50%, -50%) scale(1.2);
		-moz-transform: translate(-50%, -50%) scale(1.2);
		-webkit-transform: translate(-50%, -50%) scale(1.2);
		-o-transform: translate(-50%, -50%) scale(1.2);
	}
	
	.Journalism .journa .lism {
		padding: 15px 0;
		border-bottom: 1px solid #636161;
		position: relative;
	}
	
	.Journalism .journa .lism b {
		font-size: 18px;
		color: #2e2e2e;
		font-weight: 300;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		font-family: "宋体";
	}
	
	.Journalism .journa .lism p {
		font-size: 14px;
		color: #7a7a7a;
		line-height: 20px;
		height:40px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		margin: 15px 0;
	}
	
	.Journalism .journa .lism em {
		display: block;
		font-size: 18px;
		color: #2e2e2e;
		font-weight: 300;
		font-family: "宋体";
	}
	
	.Journalism .journa .lism i {
		display: block;
		width: 90px;
		height: 1px;
		background: #D70C19;
		color: #D70C19;
		position: absolute;
		bottom: -1px;
		left: 0;
		transition: 2s;
	}
	
	.Journalism .journa:hover .lism i {
		width: 100%;
		animation-duration: 1s;
		animation-delay: 0.2s;
	}
	
	.Journalism .journa:hover .lism b {
		color: #D70C19;
	}
	/**************************服务与支持1*******************************/
	
	.Service_and_support {
		margin: 60px 0;
	}
	
	.title2 {
		text-align: center;
		margin-bottom: 30px;
	}
	
	.title2 h2 {
		font-size: 30px;
		color: #2e2e2e;
		font-weight: normal;
		margin-bottom: 10px;
	}
	
	.title2 h2 span {
		text-transform: uppercase;
	}
	
	.title2 p {
		font-size: 14px;
		color: #7a7a7a;
		line-height: 28px;
	}
	
	.service {
		background: #f7f7f7;
	}
	
	.service .img {
		width: 49%;
		float: left;
	}
	
	.service .query {
		width: 51%;
		float: left;
		padding: 40px 30px;
	}
	
	.service .query b {
		font-size: 24px;
		color: #d70c19;
		font-weight: normal;
		text-align: center;
		display: block;
	}
	
	.service .query form {
		margin: 40px 0;
	}
	
	.service .query form input {
		line-height: 50px;
		height: 50px;
	}
	
	.service .query form input {
		line-height: 50px;
		height: 50px;
		border: 0;
		outline: none
	}
	
	.service .query form .num {
		font-size: 14px;
		color: #7a7a7a;
		text-indent: 1em;
		width: calc(100% - 85px);
		border: 1px solid #ddd;
	}
	
	.service .query form .sub {
		font-size: 16px;
		color: #fff;
		width: 80px;
		text-align: center;
		background: #D70C19;
		margin-left: -5px;
	}
	
	.service .query p {
		font-size: 14px;
		color: #7a7a7a;
		line-height: 28px;
		text-align: justify;
	}
	.service .q1{padding:20px 20px;}
	.service .q1 .index-table{width:100%;}
	.service .q1 .index-table li{float:left;width:49%;height:40px;color:#474747;}
	.service .q1 .index-table li input{border:1px solid #eee;height:30px;line-height:30px;width:calc(100% - 95px);}

	.service .q1 .index-table li.buton{width:99%;float: none;display: block;height:50px;text-align:center;}
	.service .q1 .index-table li.buton input{display: inline-block;
width: 25%;
height: 50px;
line-height: 50px;
background: #D70C19;
color: #fff;
margin: 0 3%;
text-align: center;
text-indent: 0;}
	/**************************服务与支持2*******************************/
	.query2{display: none;}
	.query2 .data {
		margin: 25px 0;
		padding: 10px 0;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
	}
	
	.query2 .data .data1 {
		width: 100%;
	}
	
	.query2 .data .data1 p {
		line-height: 30px;
		font-size: 14px;
		color: #7A7A7A;
		float:left;
		width:49%;
	}
.query2 .data .data1 p i{color:#f90404}

	/**************************联系我们*******************************/
	
	.contact_us {
		margin: 60px 0;
	}
	
	.conleft {
		width: 32%;
		float: left;
	}
	
	.conleft b {
		font-size: 24px;
		color: #2e2e2e;
		font-weight: lighter;
		line-height: 30px;
	}
	
	.conleft .tact {
		margin-top: 40px;
	}
	
	.conleft img {
		width: 51px;
		height: 51px;
		float: left;
		margin-right: 20px;
		margin-top: 3px;
	}
	
	.conleft .tactP {
		width: calc(100% - 71px);
		float: left;
	}
	
	.conleft .tactP p {
		font-size: 18px;
		color: #2e2e2e;
		line-height: 30px;
	}
	
	.conright {
		width: 67%;
		float: right;
	}
	/**************************文章详情*******************************/
	
	.Article_details {
		margin: 60px 0;
	}
	
	.max1 {
		max-width: 1100px;
		margin: 0 auto;
	}
	
	.title3 {
		text-align: center;
		margin-bottom: 40px;
	}
	
	.title3 h2 {
		font-size: 24px;
		color: #2e2e2e;
		font-weight: normal;
		margin-bottom: 20px;
	}
	
	.title3 p {
		font-size: 14px;
		color: #7a7a7a;
	}
	
	.title3 p span {
		margin: 0 30px;
	}
	
	.article {
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		padding: 20px 0;
		text-align: center;
		font-size: 14px;
		color: #474747;
		line-height: 28px;
	}
	
	.article p {
		text-align: justify;
		text-indent: 2em;
	}
	
	.article img,.article iframe,.article video,.article table {
		margin:5px auto;
		display:block;
		max-height:100%;
	}
	
	.sxp_but {
		margin-top: 40px;
	}
	
	.sxp_but .sxp {
		width: calc(100% - 250px);
		float: left;
	}
	
	.sxp_but .sxp a {
		display: block;
		font-size: 16px;
		color: #2e2e2e;
		line-height: 30px;
		font-weight: 400;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}
	
	.sxp_but .sxp a:hover {
		display: block;
		font-size: 16px;
		color: #D70C19;
		line-height: 30px;
		font-weight: 400;
	}
	
	.sxp_but .understand {
		float: right;
		margin-left: 10px;
		margin: 0px;
	}
	
	.sxp_but .understand {
		border: 1px solid #000;
	}
	
	.sxp_but .understand a {
		background: #000;
	}
	
	.sxp_but .understand:hover {
		border: 1px solid #D70C19;
	}
	
	.sxp_but .understand:hover a {
		background: #D70C19;
	}