@charset "utf-8";
/*
Theme Name: sanfu
Theme URI: null
Description: Description
Version: 1.0
*/

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
body{
	max-width:1920px;
}
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.t_center{ text-align:center !important;}
.pb0 { padding-bottom: 0 !important}
.mr0 { margin-right: 0 !important}
.floatR { float: right !important;}
.floatL { float: left !important;}

/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
------------------------------------------------------------*/
a.tapCtrl, input.tapCtrl,
.tapCtrl a, .tapCtrl input {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.tap {

}

/*------------------------------------------------------------
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

	font-size: 1em;
}


body {
	font-size: 62.5%;
	overflow-x: hidden;
}


body,
table,
input, textarea, select, option {
	font-family: Microsoft YaHei;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul,li {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: none;
}

a:active {
	color: #333;
	text-decoration: none;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 1200px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 1200px) {
	body {
		min-width: inherit;
		font-size: 1.3rem;
	}
	a:hover, a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}



/*------------------------------------------------------------
	common
------------------------------------------------------------*/
body {
	color: #444;
	font-size: 13px;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
}

#container {
	position: relative;
	text-align: left;
}

#cover {
	background-color: #FFF;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}

#gHeader .headerWrap {
	margin: 0 auto;
	width: 90%;
	min-width: 1200px;
}

#gHeader h1 {
	margin-right: 50px;
	padding-top: 17px;
	float: left;
}

#gHeader h1 img {
	width: 210px;
}

#gHeader .tel {
	margin-top: 15px;
	padding-left: 50px;
	float: right;
	color: #fff;
	font-size: 17px;
	background: url(img/icon01.png) no-repeat left center;
	background-size: 40px 40px;
}

#gHeader .tel span {
	display: block;
	color: #fff;
	font-size: 36px;
	font-family: impact;
}

#gNavi {
	width: 670px;
	float: left;
}

@media all and (max-width: 1350px) {
	#gNavi {
		width: 800px;
	}
}

#gNavi li {
	width: 14.28%;
	float: left;
}

#gNavi li > a {
	display: block;
	color: #fff;
	font-size: 17px;
	text-align: center;
	position: relative;
}

#gNavi li > a span {
	padding: 40px 0;
	display: block;
	position: relative;
	z-index: 2;
}

#gNavi li > a:before {
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background: #2094FF;
	z-index: 1;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#gNavi li > a:hover:before {
	height: 100%;
}

#gNavi li .drop {
	padding: 50px 50px 30px;
	display: none;
	width: 100%;
	top: 100%;
	position: absolute;
	left: 0;
	background: rgba(0,0,0,.8);
	box-sizing: border-box;
}

#gNavi li .drop p {
	margin: 0 1% 20px;
	width: 12.28%;
	float: left;
}

#gNavi li .drop p a {
	display: block;
}

#gNavi li .drop p a img {
	width: 100%;
}

#gNavi li .drop p span {
	padding: 10px 0;
	display: block;
	color: #000;
	font-size: 17px;
	text-align: center;
	background: #fff;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

#gNavi li .drop p a:hover span {
    color: #fff;
    background: #d40000;
}

#gHeader .h_box2 {
	margin: 0 auto;
	padding: 10px 20px;
}

#gHeader .h_box2 h1 {
	padding: 5px 0 0;
	float: left;
}

#gHeader .h_box2 h1 img {
	width: 180px;
}

#gHeader .click {
	margin-top: -15px;
	position: absolute;
	width: 30px;
	height: 30px;
	right: 20px;
	top: 50%;
	background: url(img/menu.png) no-repeat left top;
	background-size: 100% 100%;
}

#gHeader .header_nav {
	padding: 5px;
	display: block;
	position: fixed;
	width: 260px;
	height: 100%;
	overflow: auto;
	background-color: #fff;
	box-sizing: border-box;
	top: 0;
	left: -260px;
	z-index: 9999999999;
}

#gHeader .header_nav .sub {
	padding: 50px 20px 0;
	height: 100%;
	box-sizing: border-box;
}

#gHeader .header_nav #navi li {
	margin-bottom: 1px;
	border: none;
}

#gHeader .header_nav #navi li a {
	padding: 10px 0;
	display: block;
	border: none;
	color: #333;
	font-size: 16px;
	position: relative;
	text-align: center;
}
	
#gHeader #close {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 999999999;
}

#gHeader .nav_button {
	margin-top: -13px;
	display: block;
	position: absolute;
	right: 15px;
	top: 50%;
}


/*------------------------------------------------------------
	common
------------------------------------------------------------*/
#main {
	margin-bottom: 70px;
	position: relative;
}

.h2head {
	margin-bottom: 40px;
	color: #000;
	font-size: 49px;
	text-align: center;
}

.h2head .tit01 {
	padding: 0 50px;
	display: inline-block;
	color: #000;
	position: relative;
}

.h2head .tit01:before {
	width: 35px;
	height: 26px;
	position: absolute;
	left: 0;
	top: 30%;
	content: "";
	background: url(img/icon02.png) no-repeat left top;
	background-size: 100% 100%;
}

.h2head .tit01:after {
	width: 35px;
	height: 26px;
	position: absolute;
	right: 0;
	top: 30%;
	content: "";
	background: url(img/icon02.png) no-repeat left top;
	background-size: 100% 100%;
}

.h2head .tit01 em {
	color: #d40000;
	font-style: normal;
}

.h2head .tit02 {
	display: block;
	color: #666;
	font-size: 17px;
	font-weight: normal;
}

@media all and (min-width: 0) and (max-width: 1200px) {
	#main {
		margin-bottom: 40px;
	}
	
	.h2head {
		margin: 0 15px 30px;
		font-size: 33px;
	}
	
	.h2head .tit01 {
		padding: 0 40px;
	}
	
	.h2head .tit01:before {
		width: 30px;
		height: 21px;
	}
	
	.h2head .tit01:after {
		width: 30px;
		height: 21px;
	}
	
	.h2head .tit01 em {
		color: #d40000;
		font-style: normal;
	}
	
	.h2head .tit02 {
		font-size: 16px;
	}

}

.comWid {
	margin: 0 auto;
	width: 90%;
	min-width: 1200px;
}

@media all and (min-width: 0) and (max-width: 1200px) {
	.comWid {
		margin: 0 15px;
		width: auto;
		min-width: inherit;
	}

}

#nyba {
	height: 500px;
	position: relative;
	overflow: hidden;
	background-color: rgba(0,0,0,0.3);
	background-image: url(img/neibanner.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 5;
}

.fade_text {
	text-transform: uppercase;
	margin-top: 10%;
	text-align: center;
	font-size: 0;
}

.fade_text span {
	color: #fff;
	display: inline-block;
}

.fade_text .cn {
	height: 95px;
	line-height: 95px;
	overflow: hidden;
}

.fade_text .cn span {
	font-size: 72px;
}

.fade_text .en {
	height: 40px;
	line-height: 40px;
	font-size: 30px;
	overflow: hidden;
}

.fade_text .line {
	width: 80px;
	height: 3px;
	background-color: #fff;
	margin: 20px auto;
}

.arrow_down {
	position: absolute;
	left: 50%;
	margin-left: -1px;
	bottom: 40px;
	overflow: hidden;
	width: 1px;
	height: 50px;
	background: #fff;
}



.gaid {
	margin-bottom: 60px;
	background: #F5F5F5;
}

.gaid .sub {
	margin: 0 auto;
	padding: 15px 0 15px 40px;
	width: 90%;
	font-size: 16px;
	min-width: 1200px;
	background: url(img/home.png) no-repeat left center;
	background-size: 30px 30px;
}

.gaid i {
	color: #d40000;
}
@media all and (max-width: 1200px) {
	#nyba {
		height: 400px;
	}
	
	.fade_text {
		margin-top: 30%;
	}
	
	
	.fade_text .cn {
		height: 95px;
		line-height: 95px;
		overflow: hidden;
	}
	
	.fade_text .cn span {
		font-size: 50px;
	}
	
	.fade_text .en {
		font-size: 22px;
		overflow: hidden;
	}
	
	.fade_text .line {
		width: 80px;
		height: 3px;
		background-color: #fff;
		margin: 10px auto;
	}
	
	.gaid {
		margin-bottom: 30px;
		background: #F5F5F5;
	}
	
	.gaid .sub {
		margin: 0 15px;
		padding: 15px 0 15px 40px;
		width: auto;
		font-size: 16px;
		min-width: inherit;
		background: url(img/home.png) no-repeat left center;
		background-size: 30px 30px;
	}
	
	.gaid i {
		color: #d40000;
	}

}


#sidebar {
	width: 21%;
	float: left;
}

#sidebar .title {
	padding: 20px;
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	background: #075FC0;
}

#sidebar .title span {
	display: block;
	font-size: 17px;
	font-weight: normal;
}

#sidebar ul {
	background: #075FC0;
}

#sidebar li {
	margin: 0 10px 10px;
}

#sidebar li a {
	display: block;
	color: #000;
	font-size: 17px;
	position: relative;
	background: #fff;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#sidebar li a span {
	padding: 8px 8px 8px 27px;
	display: block;
	position: relative;
	z-index: 2;
	background: url(img/icon03.png) no-repeat 10px center;
	background-size: 13px auto;
	display: block;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#sidebar li a:hover span {
	background: url(img/icon04.png) no-repeat 10px center;
	background-size: 13px auto;
}

#sidebar li a:before {
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	z-index: 1;
	background: linear-gradient(50deg,rgb(212,0,0),rgb(7,95,192));
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#sidebar li a:hover {
	color: #fff;
}

#sidebar li a:hover:before {
	width: 100%;
}

#sidebar .sContact {
	padding: 15px 15px 30px;
	background: #075FC0;
}

#sidebar .sContact .tel {
	color: #fff;
	font-size: 17px;
}
 
#sidebar .sContact .tel span {
	display: block;
	font-size: 34px;
	font-family: Impact;
}

#sidebar .sContact p {
	margin-bottom: 20px;
	color: #fff;
	font-size: 17px;
	line-height: 1.7;
}

#sidebar .sContact .link a {
	padding: 10px 0;
	display: block;
	color: #000;
	font-size: 17px;
	text-align: center;
	background: #fff;
}

#conts {
	width: 77%;
	float: right;
}

@media all and (max-width: 1200px) {
	#sidebar {
		margin-bottom: 20px;
		width: auto;
		float: none;
	}
	
	#sidebar .title {
		display: none;
	}
	
	#sidebar ul {
		background: none;
	}
	
	#sidebar li {
		margin: 0 1% 10px;
		width: 48%;
		float: left;
	}
	
	#sidebar li a {
		padding: 8px 0;
		display: block;
		color: #ff;
		font-size: 17px;
		position: relative;
		background: #005EDE;
		text-align: center;
		-webkit-transition: all .4s ease-in-out 0s;
		-moz-transition: all .4s ease-in-out 0s;
		-ms-transition: all .4s ease-in-out 0s;
		transition: all .4s ease-in-out 0s;
	}
	
	#sidebar li a span {
		padding: 0;
		display: block;
		position: relative;
		z-index: 2;
		color: #fff;
		background: none;
	}
	
	#sidebar li a:hover span {
		background: none;
	}
	
	#sidebar li a:before {
		display: none;
	}
	
	#sidebar li a:hover {
		color: #fff;
	}
	
	#sidebar li a:hover:before {
		display: none;
	}
	
	#sidebar .sContact {
		display: none;
	}
	
	#conts {
		width: auto;
		float: none;
	}

}

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
#footer {
	padding: 80px 0 0;
	background: #1F1F1F;
}

#footer .fInfo {
	padding-right: 50px;
	width: 30%;
	float: left;
	box-sizing: border-box;
}

#footer .fInfo li {
	margin-bottom: 20px;
	overflow: hidden;
}

#footer .fInfo li img {
	float: left;
}

#footer .fInfo li p {
	padding-left: 55px;
	color: #f0f0f0;
	font-size: 16px;
}

#footer .fInfo li p span {
	display: block;
	font-size: 18px;
	font-weight: bold;
}

#footer .fInfo li p a {
	color: #fff;
}

#footer .navi {
	width: 20%;
	float: left;
}

#footer .navi02 {
	width: 30%;
}

#footer .title {
	margin-bottom: 20px;
	padding-bottom: 10px;
	color: #f0f0f0;
	font-size: 23px;
	font-weight: bold;
	position: relative;
}

#footer .title:before {
	width: 30px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	background: #d40000;
}

#footer .navi li {
	margin-bottom: 5px;
}

#footer .navi02 li {
	width: 50%;
	float: left;
}

#footer .navi li a {
	color: #f0f0f0;
	font-size: 16px;
}

#footer .code {
	float: right;
}

#footer .code img {
	width: 120px;
}

#footer .code span {
	margin-top: 10px;
	display: block;
	color: #fff;
	font-size: 16px;
}

#footer .copyright {
	margin-top: 80px;
	padding: 10px 0;
	color: #fff;
	font-size: 15px;
	text-align: center;
	background: #333;
}

#footer .copyright a {
	color: #fff;

}

@media all and (min-width: 0) and (max-width: 1200px) {
	#footer {
		padding: 50px 0 0;
	}
	
	#footer .fInfo {
		padding-right: 0;
		width: auto;
		float: none;
		box-sizing: border-box;
	}
	
	#footer .fInfo li {
		margin-bottom: 20px;
		overflow: hidden;
	}
	
	#footer .fInfo li img {
		float: left;
	}
	
	#footer .fInfo li p {
		padding-left: 55px;
		color: #f0f0f0;
		font-size: 16px;
	}
	
	#footer .fInfo li p span {
		display: block;
		font-size: 18px;
		font-weight: bold;
	}
	
	#footer .fInfo li p a {
		color: #fff;
	}
	
	#footer .navi {
		margin-bottom: 15px;
		width: auto;
		float: none;
	}
	
	#footer .navi02 {
		width: auto;
		float: none;
	}
	
	#footer .title {
		margin-bottom: 10px;
		padding-bottom: 10px;
		color: #f0f0f0;
		font-size: 23px;
		font-weight: bold;
		position: relative;
	}
	
	#footer .title:before {
		width: 30px;
		height: 2px;
		position: absolute;
		left: 0;
		bottom: 0;
		content: "";
		background: #d40000;
	}
	
	#footer .navi li {
		margin-bottom: 5px;
		width: 50%;
		float: left;
	}
	
	#footer .navi02 li {
		width: 50%;
		float: left;
	}
	
	#footer .code {
		float: none;
	}
	
	#footer .copyright {
		margin-top: 40px;
	}

}


/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#banner .bnr > li {
	width: 100%;
	float: left;
}

#banner .bnr li img {
	width: 100%;
}

.slick-dots {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 20px;
	text-align: center;
}

.slick-dots li {
	margin: 0 10px;
	width: 14px;
	height: 14px;
	display: inline-block;
	float: none;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 11px;
	opacity: 0.9;
	cursor: pointer;
}
.slick-dots li button {
	display: none;
}
.slick-dots .slick-active {
	background: #0062E2;
}

@media all and (max-width: 1200px) {
	.slick-dots {
		bottom: 10px;
	}
	
	.slick-dots li {
		margin: 0 5px;
		width: 8px;
		height: 8px;
	}
}

.product {
	padding: 60px 0;
}

.topSlider {
	margin-bottom: 40px;
	position: relative;
}

.topSlider .prev {
	padding: 15px 0;
	position: absolute;
	left: 0;
	top: 50%;
	background: rgba(255,255,255,.7);
}

.topSlider .prev img {
	width: 30px;
}

.topSlider .next {
	padding: 15px 0;
	position: absolute;
	right: 0;
	top: 50%;
	background: rgba(255,255,255,.7);
}

.topSlider .next img {
	width: 30px;
}

.topSlider li {
	width: 100%;
	float: left;
}

.topSlider li.s1 {
	background: url(img/s1.jpg) no-repeat right center;
	background-size: cover;
}

.topSlider li.s2 {
	background: url(img/s2.jpg) no-repeat right center;
	background-size: cover;
}

.topSlider li.s3 {
	background: url(img/s3.jpg) no-repeat right center;
	background-size: cover;
}

.topSlider li.s4 {
	background: url(img/s4.jpg) no-repeat right center;
	background-size: cover;
}

.topSlider li.s5 {
	background: url(img/s5.jpg) no-repeat right center;
	background-size: cover;
}

.topSlider li.s6 {
	background: url(img/s6.jpg) no-repeat right center;
	background-size: cover;
}

.topSlider li.s7 {
	background: url(img/s7.jpg) no-repeat right center;
	background-size: cover;
}

.topSlider li .textBox {
	padding: 70px 0 70px 5%;
	width: 55%;
	float: left;
	box-sizing: border-box;
	background: url(img/p1.png) no-repeat right center;
	background-size: cover;
}

.topSlider li .textBox .title {
	color: #fff;
	font-size: 38px;
}

.topSlider li .textBox .name {
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #fff;
	font-size: 50px;
	font-weight: bold;
	position: relative;
}

.topSlider li .textBox .name:before {
	width: 50px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	background: #fff;
}

.topSlider li .textBox .text {
	margin-bottom: 15px;
	color: #fff;
	font-size: 26px;
}

.topSlider li .textBox .link {
	margin-bottom: 40px;
}

.topSlider li .textBox .link a {
	padding: 10px 0;
	width: 150px;
	display: block;
	color: #fff;
	font-size: 17px;
	text-align: center;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.topSlider li .textBox .link a:hover {
	background: #d40000;
	border-top: 1px solid #d40000;
	border-bottom: 1px solid #d40000;
}

.topSlider li .textBox .tel {
	padding-left: 50px;
	color: #fff;
	font-size: 40px;
	font-family: Impact;
	background: url(img/icon05.png) no-repeat left center;
	background-size: 40px 40px;
}

.leftScroll {
	margin-bottom: 30px;
}

.leftScroll li {
	margin: 0 20px;
	padding: 20px 0;
	width: 220px;
	float: left;
}

.leftScroll li a:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

.leftScroll li a {
	display: block;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.leftScroll li a .photo {
	overflow: hidden;
	border: 3px solid #ccc;
	border-radius: 50%;
}

.leftScroll li a img {
	width: 100%;
	border-radius: 50%;
}

.leftScroll li a span {
	margin: 15px 20px 0;
	display: block;
	color: #333;
	font-size: 17px;
	text-align: center;
}

.leftScroll02 li {
	margin: 0 1% 10px;
	width: 48%;
	float: left;
}

.leftScroll02 li a {
	padding: 10px 0;
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #005EDE;
	border-radius: 5px;
}

#gundong {
	height: 800px;
	overflow: hidden;
}

.comList li {
	margin: 0 1% 25px;
	width: 31.33%;
	float: left;
}

.comList02 li {
	width: 31.33%;
}

.comList li a {
	display: block;
	position: relative;
	background: #eee;
}

.comList li a .photo {
	overflow: hidden;
}

.comList li a img {
	width: 100%;
	height: auto !important;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.comList li a:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.comList li a p {
	padding: 15px;
	color: #000;
	font-size: 16px;
	position: relative;
}

.comList li a p span {
	padding: 3px 0;
	width: 80px;
	display: block;
	color: #fff;
	font-size: 16px;
	position: absolute;
	right: 10px;
	top: 15px;
	text-align: center;
	background: #0062E2;
	border-radius: 20px;
}

.comList li a .pop {
	margin-left: -65px;
	padding-top: 40px;
	width: 130px;
	height: 130px;
	position: absolute;
	left: 50%;
	top: 23%;
	color: #fff;
	font-size: 20px;
	opacity: 0;
	text-align: center;
	background: rgba(0,144,255,.8);
	border-radius: 50%;
	box-sizing: border-box;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.comList li a:hover .pop {
	opacity: 1;
}

.comList li a .pop span {
	display: block;
}

@media all and (max-width: 1200px) {
	#gundong {
		height: 700px;
	}
	
	.comList li {
		margin: 0 1% 15px;
		width: 48%;
		float: left;
	}
	
	.comList li a p {
		padding: 15px;
		color: #000;
		font-size: 16px;
		position: relative;
	}
	
	.comList li a p span {
		display: none;
	}
	
	.comList li a .pop {
		display: none;
	}
	
	.comList li a:hover .pop {
		display: none;
	}
	
	.comList li a .pop span {
		display: none;
	}

}


.topList li {
	margin: 0 1% 25px;
	width: 31.33%;
	float: left;
}

.topList li a {
	display: block;
	position: relative;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.topList li a:hover {
	background: #0062E2;
}

.topList li a .photo {
	padding: 8px;
	border: 1px solid #ccc;
	overflow: hidden;
}

.topList li a img {
	width: 100%;
	height: auto !important;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.topList li a:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.topList li .textBox {
	padding: 15px;
}

.topList li a p {
	padding: 0 0 10px;
	color: #000;
	font-size: 17px;
	position: relative;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.topList li a:hover p {
	color: #fff;
}

.topList li a .tel {
	padding: 0 0 2px 33px;
	font-size: 17px;
	font-weight: bold;
	background: url(img/dh.png) no-repeat left center;
	background-size: 28px 28px;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.topList li a:hover .tel {
	color: #fff;
}

@media all and (min-width: 0) and (max-width: 1200px) {
	.topList li {
		margin: 0 0.4% 15px;
		width: 49%;
		float: left;
	}
	
	.topList li a .photo {
		padding: 5px;
	}
	
	.topList li .textBox {
		padding: 10px;
	}
	
	.topList li a p {
		font-size: 16px;
	}
	
	.topList li a .tel {
		font-size: 16px;
	}
}

.about .bgBox {
	padding: 100px 0 200px; 
	background: url(img/about_bg.jpg) no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
}

.about .ttlImg {
	text-align: center;
}

.about .lead {
	color: #fff;
	font-size: 17px;
	text-align: center;
}

.about .xuanze {
	margin: 30px 0 20px;
	text-align: center;
}

.about .num {
	color: #fff;
}

.about .num li {
	width: 25%;
	float: left;
	font-size: 16px;
	text-align: center;
}

.about .num p {
	font-size: 17px;
}

.about .num span {
	margin-right: 5px;
	display: inline-block;
	font-size: 70px;
	vertical-align: middle;
}

.about .inner {
	margin-top: -120px;
	padding: 50px;
	background: #fff;
	border-radius: 30px;
	box-shadow: 0 0 4px rgba(0,0,0,.2);
}

.about .inner .photo {
	width: 45%;
	float: right;
	overflow: hidden;
	border-radius: 30px 0 30px 0;
}

.about .inner .photo img {
	width: 100%;
}

.about .inner .textBox {
	width: 52%;
	float: left;
}

.about .inner .textBox h2 {
	font-size: 44px;
	color: #004EA1;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 3px;
	font-weight: 700;
	background: linear-gradient(50deg, rgb(75,174,32), rgb(0,128,228));
	-webkit-background-clip: text;
	color: transparent;
	display: inline-block;
}

.about .inner .textBox h3 {
	margin-bottom: 30px;
	color: #333;
	font-size: 36px;
}

.about .inner .textBox p {
	margin-bottom: 15px;
	color: #333;
	font-size: 16px;
	line-height: 1.7;
	text-indent: 2em;
}

.about .inner .textBox .link a {
	padding: 3px 3px 1px;
	width: 450px;
	display: block;
	color: #fff;
	line-height: 53px;
	font-size: 32px;
	font-family: Impact;
	background: linear-gradient(50deg,rgb(75,174,32),rgb(0,128,228));
	border-radius: 40px;
}

.about .inner .textBox .link a img {
	margin: 0 10px 0 0;
	display: inline-block;
	vertical-align: middle;
}

.about .inner .textBox .link a span {
	margin-right: 15px;
	width: 150px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	color: #000;
	font-size: 16px;
	text-align: center;
	vertical-align: top;
	background: #fff;
	border-radius: 40px;
}

@media all and (min-width: 0) and (max-width: 1200px) {
	.about .bgBox {
		padding: 50px 15px 100px; 
		background: url(img/about_bg02.jpg) no-repeat center top;
		background-attachment: inherit;
		background-size: auto 100%;
	}
	
	.about .ttlImg {
		margin-bottom: 20px;
		text-align: center;
	}

	.about .ttlImg img {
		width: 100%;
	}
	
	.about .lead {
		color: #fff;
		font-size: 15px;
		text-align: center;
	}
	
	.about .xuanze {
		margin: 30px 0 20px;
	}

	.about .xuanze img {
		width: 60px;
	}
	
	.about .num li {
		width: 50%;
		font-size: 16px;
	}
	
	.about .num p {
		font-size: 17px;
	}
	
	.about .num span {
		font-size: 50px;
	}
	
	.about .inner {
		margin-top: -60px;
		padding: 20px;
	}
	
	.about .inner .photo {
		margin-bottom: 20px;
		width: auto;
		float: none;
		overflow: hidden;
		border-radius: 30px 0 30px 0;
	}
	
	.about .inner .photo img {
		width: 100%;
	}
	
	.about .inner .textBox {
		width: auto;
		float: none;
	}
	
	.about .inner .textBox h2 {
		font-size: 26px;
	}
	
	.about .inner .textBox h3 {
		margin-bottom: 20px;
		color: #333;
		font-size: 18px;
	}
	
	.about .inner .textBox p {
		margin-bottom: 15px;
		color: #333;
		font-size: 16px;
		line-height: 1.7;
		text-indent: 2em;
	}
	
	.about .inner .textBox .link a {
		padding: 3px 3px 1px;
		width: 450px;
		display: block;
		color: #fff;
		line-height: 53px;
		font-size: 32px;
		font-family: Impact;
		background: linear-gradient(50deg,rgb(75,174,32),rgb(0,128,228));
		border-radius: 40px;
	}
	
	.about .inner .textBox .link a img {
		margin: 0 10px 0 0;
		display: inline-block;
		vertical-align: middle;
	}
	
	.about .inner .textBox .link a span {
		margin-right: 15px;
		width: 150px;
		height: 50px;
		line-height: 50px;
		display: inline-block;
		color: #000;
		font-size: 16px;
		text-align: center;
		vertical-align: top;
		background: #fff;
		border-radius: 40px;
	}
	

}




.case {
	padding: 80px 0;
}

.case .h2head{
	margin-bottom: 0;
}

.swiper-container.anli {
	padding: 50px 0;
}

.swiper-container.anli .swiper-slide {
	background-position: center;
	background-size: cover;
	width: 600px;
}

.swiper-container.anli .swiper-slide a {
	display: block;
}

.swiper-container.anli .swiper-slide img {
	width: 600px;
	height: 450px;
}

@media all and (min-width: 0) and (max-width: 1200px) {
	.case {
		padding: 50px 0;
	}

	.swiper-container.anli .swiper-slide {
		width: 400px;
	}

	.swiper-container.anli .swiper-slide img {
		width: 400px;
		height: 300px;
	}
}

.case .alnext {
	padding: 20px 10px;
	background: rgba(255,255,255,.8);
}

.case .alprev {
	padding: 20px 10px;
	background: rgba(255,255,255,.8);
}

.comLink {
	text-align: center;
}
	
.comLink .btn01 {
	margin: 0 10px;
	width: 300px;
	display: inline-block;
	color: #fff;
	font-size: 30px;
	font-family: Impact;
	text-align: center;
	background: #d40000;
	border-radius: 30px;
	vertical-align: top;
}

.comLink .btn01 a {
	color: #fff;
}

.comLink .btn01 img {
	margin: -3px 10px 0 0;
	display: inline-block;
	vertical-align: middle;
}
	
.comLink .btn02 {
	margin: 0 10px;
	width: 300px;
	height: 46px;
	line-height: 46px;
	display: inline-block;
	color: #fff;
	font-size: 17px;
	text-align: center;
	background: #005EDE;
	border-radius: 30px;
	vertical-align: top;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

.comLink .btn02:hover {
    background: #d40000;
}

@media all and (min-width: 0) and (max-width: 1200px) {
	.comLink {
		text-align: center;
	}
		
	.comLink .btn01 {
		margin: 0 5px;
		padding: 8px 0;
		width: 170px;
		display: inline-block;
		color: #fff;
		font-size: 20px;
		font-family: Impact;
		text-align: center;
		background: #d40000;
		border-radius: 30px;
		vertical-align: top;
	}
	
	.comLink .btn01 a {
		color: #fff;
	}
	
	.comLink .btn01 img {
		margin: -3px 5px 0 0;
		width: 20px;
		display: inline-block;
		vertical-align: middle;
	}
		
	.comLink .btn02 {
		margin: 0 10px;
		width: 120px;
		height: 46px;
		line-height: 46px;
		display: inline-block;
		color: #fff;
		font-size: 17px;
		text-align: center;
		background: #005EDE;
		border-radius: 30px;
		vertical-align: top;
	}

}

.youshi {
	padding: 10px 0 0;
	background: url(img/ys_bg.jpg) no-repeat center top;
	background-size: cover;
}

.youshi .ttlImg {
	text-align: center;
}

.youshi .inner {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.youshi .ys {
	padding: 20px 10px 0;
	width: 250px;
	height: 250px;
	text-align: center;
	background: #0B57BB;
	border-radius: 50%;
	box-sizing: border-box;
}

.youshi .ys02 {
	background: #d40000;
}

.youshi .ys04 {
	background: #d40000;
}

.youshi .ys .icon img {
	width: 60px;
}

.youshi .ys .title {
	margin: 5px 0;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
}

.youshi .ys .text {
	color: #fff;
	font-size: 16px;
}

.youshi .photo {
	text-align: center;
	animation: sss 1s infinite alternate linear;
}

.youshi .photo img {
	width: 80%;
}

@media all and (min-width: 0) and (max-width: 1200px) {
	.youshi .ttlImg img {
		width: 100%;
	}
	
	.youshi .inner {
		margin-bottom: 20px;
		display: block;
	}
	
	.youshi .ys {
		margin: 0 1% 20px;
		padding: 10px 5px 0;
		width: 48%;
		height: 190px;
		float: left;
		box-sizing: border-box;
	}
	
	.youshi .ys .icon img {
		width: 50px;
	}
	
	.youshi .ys .title {
		margin: 5px 0;
		font-size: 20px;
	}
	
	.youshi .ys .text {
		color: #fff;
		font-size: 14px;
	}
	
	.youshi .photo img {
		width: 100%;
	}

}

@keyframes sss{
	0%{
		transform: translateY(0);
	}
	100%{
		transform: translateY(-20px);
	}
}

.news {
	padding: 70px 0;
}

.news li {
	margin: 0 1%;
	width: 31.33%;
	float: left;
}

.news li a {
	padding: 10px;
	display: block;
	border: 1px solid #ccc;
}

.news li .photo {
	position: relative;
	overflow: hidden;
}

.news li .photo img {
	width: 100%;
	height: auto;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

.news li a:hover .photo img {
    transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.news li .photo p {
	padding: 10px 0;
	width: 100px;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background: #0062E2;
}

.news li .photo p span {
	display: block;
	font-size: 25px;
	font-weight: bold;
}

.news li .right {
	padding: 15px 0;
}
	
.news li .right .tit {
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
}

.news li .right .txt {
	margin-bottom: 20px;
	font-size: 17px;
}

.news li .right .link {
	padding: 5px 0;
	width: 130px;
	font-size: 17px;
	text-align: center;
	border: 1px solid #ccc;
}

.btmImg img {
	width: 100%;
}

@media all and (min-width: 0) and (max-width: 1200px) {
	.news {
		padding: 40px 0;
	}
	
	.news li {
		margin: 0 0 20px;
		width: auto;
		float: none;
	}
	
	.news li a {
		padding: 10px;
		display: block;
		border: 1px solid #ccc;
	}
	
}


/*------------------------------------------------------------
	cpmpany
------------------------------------------------------------*/
.neiyejieshao {
	padding: 0;
}

.neiyejieshao .photo {
	margin-top: 30px;
}

.neiyejieshao .photo img {
	width: 100%;
}

.neiyejieshao .left h2 {
	color: #333;
	font-size: 30px;
	text-align: center;
}

.neiyejieshao .left h2 span {
	color: #0090FF;
}

.neiyejieshao .left p {
	margin-bottom: 15px;
	color: #333;
	font-size: 16px;
	text-indent: 2em;
}

.neiyejieshao .left .name {
	margin-bottom: 30px;
	padding-bottom: 15px;
	color: #333;
	font-size: 35px;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
	text-indent: 0;
	text-align: center;
}

@media all and (max-width: 1200px) {
	.neiyejieshao .left .name {
		font-size: 30px;
	}

}


/*------------------------------------------------------------
	wp-pagenavi 
------------------------------------------------------------*/
.wp-pagenavi {
	display: flex;
	justify-content: center;
	position: relative;
	font-size: 16px;
	color: #424242;
}
.wp-pagenavi span {
	padding: 5px 10px;
	border: 1px solid #666;
	border-radius: 5px;
}
.wp-pagenavi a {
	padding: 5px 10px;
	border: 1px solid #666;
	border-radius: 5px;
}
.wp-pagenavi .pages, .wp-pagenavi .first, .wp-pagenavi .last {
	margin: 0 5px;
}
.wp-pagenavi a {
	margin: 0 5px;
}
.wp-pagenavi .current {
	margin: 0 5px;
	color: #fff;
	background: #007EFE;
	border-color: #007EFE;
}
.wp-pagenavi a {
	color: #A8A8A8;
}
.wp-pagenavi a:hover {
	color: #fff;
	background: #007EFE;
	border-color: #007EFE;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
	position: absolute;
	display: flex;
	width: 100px;
	height: 32px;
	justify-content: center;
	align-items: center;
	color: #00266F;
	font-size: 16px;
	box-sizing: border-box;
	border: 1px solid #EAEAEA;
}
.wp-pagenavi .previouspostslink {
	left: 0;
	display: none;
}
.wp-pagenavi .nextpostslink {
	display: none;
	right: 0;
}
.wp-pagenavi .previouspostslink:hover, .wp-pagenavi .nextpostslink:hover {
	opacity: 0.7;
	color: #00266F;
}
@media all and (max-width: 1200px) {
	.wp-pagenavi {
		margin-top: 20px;
		font-size: 15px;
	}
	.wp-pagenavi span {
		padding: 5px 8px;
	}
	.wp-pagenavi a {
		padding: 5px 8px;
	}
	.wp-pagenavi .pages, .wp-pagenavi .first, .wp-pagenavi .last {
		display: none;
	}
	.wp-pagenavi a {
		margin: 0 4px;
	}
	.wp-pagenavi .current {
		margin: 0 4px;
	}
}

.comNews li:not(:last-child) {
	border-bottom: 1px solid rgba(227, 227, 227, 1);
}
.comNews a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 0;
	transition: all 1s ease 2.5s;
}
.comNews .photo {
	width: 33%;
	overflow: hidden;
}
.comNews .photo img {
	width: 100%;
	height: auto;
	-webkit-transition-duration: 0.4s, 1s;
	-moz-transition-duration: 0.4s, 1s;
	-ms-transition-duration: 0.4s, 1s;
	transition-duration: 0.4s, 1s;
}
.comNews a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}
.comNews .txtbox {
	width: 64%;
	position: relative;
}
.comNews .time {
	font-size: 20px;
	margin-bottom: 10px;
}
.comNews .link {
	padding-right: 42px;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 18px;
	color: rgba(102, 102, 102, 1);
	background: url(../images/img27.png) no-repeat right center;
	background-size: 36px auto;
}
.comNews h3 {
	padding-bottom: 10px;
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 10px;
	position: relative;
}
.comNews h3:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0%;
	height: 1px;
	content: "";
	background: #007EFE;
	-webkit-transition-duration: 0.4s, 1s;
	-moz-transition-duration: 0.4s, 1s;
	-ms-transition-duration: 0.4s, 1s;
	transition-duration: 0.4s, 1s;
}
.comNews a:hover h3:before {
	width: 100%;
}
.comNews .txt {
	font-size: 18px;
	color: rgba(153, 153, 153, 1);
}
.comNews a:hover h3 {
	color: #007EFE;
}
.comNews a:hover .time {
	color: #007EFE;
}
.comNews a:hover .txt {
}
.comNews a:hover .link {
	color: #007EFE;
}
@media all and (max-width: 1200px) {
	.comNews a {
		padding: 20px 0;
		display: block;
	}
	.comNews .photo {
		margin-bottom: 20px;
		width: auto;
		overflow: hidden;
	}
	.comNews .txtbox {
		width: auto;
	}
	.comNews .time {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.comNews .link {
		padding-right: 0;
		font-size: 16px;
		background: url(../images/img27.png) no-repeat right center;
		background-size: 30px auto;
	}
	.comNews h3 {
		padding-bottom: 10px;
		font-size: 22px;
		margin-bottom: 10px;
	}
	.comNews .txt {
		font-size: 16px;
	}
}
.contactul {
	margin-bottom: 40px;
}
.contactul li {
	padding: 40px 20px;
	width: 33.33%;
	height: 168px;
	float: left;
	overflow: hidden;
	box-sizing: border-box;
	border-left: 1px solid #ccc;
}
.contactul li:nth-child(1), .contactul li:nth-child(2) {
}
.contactul li:first-child {
	border-left: none;
}
.contactul li .icon {
	float: left;
}
.contactul li .icon img {
	width: 70px;
}
.contactul li .text {
	padding-left: 90px;
	color: #333;
	font-size: 17px;
	line-height: 1.7;
}
.map {
	width: 100%;
	height: 340px;
	border: 1px solid #ccc;
}
@media all and (max-width: 1200px) {
	.contactul {
		margin-bottom: 20px;
	}
	.contactul li {
		padding: 40px 20px;
		width: auto;
		height: auto;
		float: none;
		border-left: none;
		border-bottom: 1px solid #ccc;
	}
	.contactul li .icon {
		float: left;
	}
	.contactul li .icon img {
		width: 50px;
	}
	.contactul li .text {
		padding-left: 70px;
	}
	.map {
		width: 100%;
		height: 260px;
	}
}

.xiangqing {
	margin-bottom: 50px;
}

.xiangqing .left {
	padding: 10px;
	width: 48%;
	float: left;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

.xiangqing .left img {
	width: 100%;
	height: auto;
}

.xiangqing .right {
	width: 48%;
	float: right;
}

.xiangqing .right .title {
	margin-bottom: 20px;
	color: #333;
	font-size: 32px;
	font-weight: bold;
}

.xiangqing .right .tt {
	margin-bottom: 20px;
	padding-bottom: 20px;
	color: #666;
	font-size: 15px;
	border-bottom: 1px solid #ccc;
}

.xiangqing .right .btn li {
	margin: 0 20px 0 0;
	display: inline;
}

.xiangqing .right .btn li a {
	padding: 10px 0;
	width: 150px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #FF7701;
}

.xiangqing .right .tel {
	margin: 30px 0 30px;
	color: #666;
	font-size: 16px;
}

.xiangqing .right .tel span {
	padding-left: 35px;
	display: block;
	color: #d40000;
	font-size: 35px;
	font-weight: bold;
	background: url(img/icon01.png) no-repeat left center;
	background-size: 30px 30px;
}

.erxiangqing {
}

.erxiangqing .title {
	margin-bottom: 40px;
	border-bottom: 1px solid #ccc;
}

.erxiangqing .title span {
	padding: 10px 0;
	display: block;
	width: 150px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background: #FF7701;
}

.erxiangqing .info {
	color: #333;
	font-size: 16px;
}

.erxiangqing .info img {
	margin: 0 auto 20px;
	display: block;
	max-width: 100%;
}

.erxiangqing .info video {
	margin: 0 auto 20px;
	display: block;
	width: 600px;
	height: 450px;
}

@media all and (max-width: 1200px) {
	.xiangqing {
		margin-bottom: 30px;
	}
	
	.xiangqing .left {
		margin: 0 0 20px;
		padding: 10px;
		width: auto;
		float: none;
	}
	
	.xiangqing .left img {
		width: 100%;
	}
	
	.xiangqing .right {
		width: auto;
		float: none;
	}
	
	.xiangqing .right .title {
		margin-bottom: 20px;
		font-size: 25px;
	}
	
	.xiangqing .right .tt {
		margin-bottom: 10px;
		padding-bottom: 10px;
		font-size: 15px;
	}
	
	.xiangqing .right .btn li {
		margin: 0 20px 0 0;
		display: inline;
	}
	
	.xiangqing .right .btn li a {
		width: 130px;
	}
	
	.xiangqing .right .tel {
		margin: 20px 0;
		color: #666;
		font-size: 16px;
	}
	
	.xiangqing .right .tel span {
		padding-left: 40px;
		font-size: 30px;
	}
	
	.erxiangqing {
		margin-bottom: 0;
	}
	
	.erxiangqing .title {
		margin-bottom: 20px;
		border-bottom: 1px solid #ccc;
	}
	
	.erxiangqing .title span {
		font-size: 16px;
	}
	
	.erxiangqing .info {
		color: #333;
		font-size: 16px;
	}
	
	.erxiangqing .info img {
		margin: 0 auto 20px;
		display: block;
		width: 100%;
		max-width: inherit;
		height: auto;
	}
	
	
	.erxiangqing .info video {
		margin: 0 auto 20px;
		display: block;
		width: 100%;
		height: auto;
	}

}

.compagelist {
	padding: 10px;
	margin-top: 40px;
	display: flex;
	background: #F5F5F5;
	justify-content: space-between;
}

.compagelist li {
	max-width: 49%;
	font-size: 18px;
	color: rgba(153, 153, 153, 1);
}

.compagelist a {
	color: rgba(153, 153, 153, 1);
}

.compagelist a:hover {
	color: rgba(212, 48, 48, 1);
}

@media all and (max-width: 1200px) {
	.compagelist {
		margin-top: 30px;
	}
	
	.compagelist li {
		max-width: 49%;
		font-size: 16px;
	}
}


.fixTel {
padding: 7px 0 0;
    display: none;
	width: 68px;
	height: 61px;
	position: fixed;
	right: 15px;
	top: 46%;
	color: #fff;
	font-size: 14px;
	text-align: center;
	border-radius: 50%;
	background: #d40000;
	z-index:100;
}

.fixTel a {
    display: block;
    color: #fff;
}

.fixTel img {
	margin: 0 auto 0;
	width: 32px;
	display: block;
}

@media all and (max-width: 1200px) {
    .fixTel {
    display: block;
    }
}

