@charset "utf-8";
/*
Theme Name: ruiyang
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;
}

/*------------------------------------------------------------
	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;
}

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
------------------------------------------------------------*/
#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;
	float: left;
}

#gHeader h1 img {
	width: 140px;
}

@media all and (max-width: 1200px) {
	#gHeader {
		position: relative;
		background: #fff;
		box-shadow: 0 0 5px rgba(0,0,0,.8);
	}
}

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

#gNavi {
	padding-top: 40px;
	width: 700px;
	float: left;
}

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

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

#gNavi li a {
	padding: 10px 0;
	display: block;
	color: #fff;
	font-size: 17px;
	text-align: center;
}

#gNavi li a:hover {
	background: #0062E2;
	border-radius: 20px 0 20px 0;
}

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

#gHeader .h_box2 h1 {
	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: 44px;
	text-align: center;
}

.h2head .tit01 {
	color: #d40000;
}

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

@media all and (max-width: 1200px) {	
	.h2head {
		margin-bottom: 30px;
		font-size: 32px;
	}
	
	.h2head .tit02 {
		font-size: 16px;
		font-weight: normal;
	}
	
}


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

@media all and (max-width: 1200px) {
	.comWid {
		margin: 0 20px;
		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: 20%;
	}
	
	
	.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: 20px 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;
	}

}

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
#footer {
	background: #DADADA;
}

#footer .navi {
	padding: 10px;
	background: #0062E2;
}

#footer .navi p {
	float: left;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
}

#footer .navi p span {
	font-weight: normal;
	font-size: 16px;
}

#footer .navi ul {
	padding: 10px 0 10px 200px;
	text-align: right;
}

#footer .navi li {
	display: inline;
}

#footer .navi li a {
	padding: 0 20px;
	color: #fff;
	font-size: 17px;
}

#footer .navi li a:hover {
	text-decoration: underline;
}

#footer .fBox {
	padding: 50px 0;
}

#footer .tit {
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: bold;
}

#footer .tit span {
	font-weight: normal;
	font-size: 16px;
}

#footer .link {
	padding: 20px 50px;
	width: 33%;
	height: 390px;
	float: left;
	box-sizing: border-box;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

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

#footer .link li a {
	padding: 10px 0;
	display: block;
	font-size: 17px;
	text-align: center;
	border: 1px solid #666;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

#footer .link li a:hover {
	color: #fff;
	background: #0062E2;
	border: 1px solid #0062E2;
}

#footer .fInfo {
	padding: 20px 50px;
	width: 30%;
	height: 390px;
	float: left;
	box-sizing: border-box;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#footer .fInfo p {
	margin-bottom: 10px;
	padding: 7px 0 7px 40px;
	color: #000;
	font-size: 16px;
}

#footer .fInfo .name {
	background: url(img/f_icon01.png) no-repeat left 5px;
}

#footer .fInfo .mobile {
	background: url(img/f_icon02.png) no-repeat left 5px;
}

#footer .fInfo .add {
	margin-bottom: 0;
	background: url(img/f_icon03.png) no-repeat left 5px;
}

#footer .logo {
	width: 18%;
	float: left;
}

#footer .code {
	padding-top: 10px;
	float: right;
}

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

#footer .code span {
	margin-top: 10px;
	display: block;
	color: #000;
	font-size: 15px;
	text-align: center;
}

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

#footer .copyright a {
    color: #fff;

}

@media all and (max-width: 1200px) {
	#footer .navi {
		padding: 10px 0;
		background: #0062E2;
	}
	
	#footer .navi p {
		float: none;
		text-align: center;
	}
	
	#footer .navi ul {
		padding: 10px;
		text-align: none;
	}
	
	#footer .navi li {
		margin: 0 1% 10px;
		width: 48%;
		display: block;
		float: left;
		text-align: center;
	}
	
	#footer .navi li a {
		padding: 0;
		display: block;
		color: #fff;
		font-size: 17px;
	}
	
	#footer .fBox {
		padding: 40px 0;
	}
	
	#footer .tit {
		margin-bottom: 20px;
		font-size: 22px;
		font-weight: bold;
	}
	
	#footer .tit span {
		font-weight: normal;
		font-size: 16px;
	}
	
	#footer .link {
		padding: 20px 0;
		width: auto;
		height: auto;
		float: none;
		box-sizing: border-box;
		border-left: none;
		border-right: none;
	}
	
	#footer .link li {
		margin: 0 1% 10px;
		float: left;
		width: 48%;
	}
	
	#footer .fInfo {
		padding: 20px 0;
		width: auto;
		height: auto;
		float: none;
		box-sizing: border-box;
		border-left: none;
		border-right: none;
	}
	
	#footer .fInfo p {
		margin-bottom: 10px;
		padding: 7px 0 7px 40px;
		color: #000;
		font-size: 16px;
	}
	
	#footer .fInfo .name {
		background: url(img/f_icon01.png) no-repeat left 5px;
	}
	
	#footer .fInfo .mobile {
		background: url(img/f_icon02.png) no-repeat left 5px;
	}
	
	#footer .fInfo .add {
		margin-bottom: 0;
		background: url(img/f_icon03.png) no-repeat left 5px;
	}
	
	#footer .logo {
		width: auto;
		float: none;
		text-align: center;
	}

	#footer .logo img {
		width: 180px;
	}
	
	#footer .code {
		display: none;
	}
	
	#footer .copyright {
		padding: 15px;
		text-align: left;
	}
#footer .copyright a {
    color: #fff;

}

}

/*------------------------------------------------------------
	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;
}

@media all and (max-width: 1200px) {
	.product {
		padding: 30px 0;
	}
	
}

.leftScroll {
	margin-bottom: 50px;
}

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

.leftScroll li a {
	display: block;
}

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

.leftScroll li a img {
	width: 100%;
	border-radius: 50%;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

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

.leftScroll li a span {
	margin: 15px 20px 0;
	padding: 10px 0;
	display: block;
	color: #fff;
	font-size: 17px;
	text-align: center;
	background: #0062E2;
	border-radius: 20px 0 20px 0;
}

.leftScroll02 {
	margin-bottom: 20px;
}

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

.leftScroll02 li a {
	padding: 5px 0;
	display: block;
	color: #fff;
	font-size: 17px;
	background: #0062E2;
}

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

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

.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;
	}

}

.about {
	padding: 100px 0 0;
	position: relative;
	background: url(img/about_bg.jpg) no-repeat center top;
}

.about .yezi {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
}

.about .left {
	padding-top: 50px;
	width: 46%;
	float: left;
}

.about .left .ruiyang {
	margin-bottom: 100px;
}

.about .left .num {
	margin-bottom: 150px;
}

.about .left .num li {
	width: 33.33%;
	float: left;
	color: #fff;
	font-size: 17px;
}

.about .left .num li em {
	display: block;
	font-style: normal;
}

.about .left .num li span {
	font-size: 38px;
	font-weight: bold;
}

.about .left .link a {
	padding: 8px 0;
	width: 150px;
	display: block;
	color: #fff;
	font-size: 17px;
	position: relative;
	text-align: center;
	background: #0062E2;
	border-radius: 30px;
	z-index: 10;
}

.about .right {
	padding: 50px;
	width: 50%;
	float: right;
	background: #0062E2;
	border-radius: 0 90px 0 0;
	box-sizing: border-box;
}

.about .right .en {
	color: #fff;
	font-size: 50px;
}

.about .right .tit {
	margin-bottom: 30px;
	color: #fff;
	font-size: 40px;
}

.about .right .tit span {
	margin-top: 10px;
	display: block;
	font-size: 18px;
}

.about .right .txt {
	color: #fff;
	font-size: 17px;
	text-indent: 2em;
	line-height: 1.8;
}

@media all and (max-width: 1200px) {
	.about {
		padding: 70px 0 0;
		position: relative;
	}
	
	.about .yezi img {
		width: 100%;
	}
	
	.about .left {
		margin-bottom: 50px;
		padding-top: 0;
		width: auto;
		float: none;
	}
	
	.about .left .ruiyang {
		margin-bottom: 30px;
	}

	.about .left .ruiyang img {
		width: 300px;
	}
	
	.about .left .num {
		margin-bottom: 50px;
	}
	
	.about .left .num li {
		width: 33.33%;
		float: left;
		color: #fff;
		font-size: 15px;
	}
	
	.about .left .num li em {
		display: block;
		font-style: normal;
	}
	
	.about .left .num li span {
		font-size: 32px;
		font-weight: bold;
	}
	
	.about .left .link a {
		padding: 8px 0;
		width: 150px;
		display: block;
		color: #fff;
		font-size: 17px;
		text-align: center;
		background: #0062E2;
		border-radius: 30px;
	}
	
	.about .right {
		padding: 20px;
		width: auto;
		float: none;
	}
	
	.about .right .en {
		font-size: 40px;
	}
	
	.about .right .tit {
		margin-bottom: 30px;
		color: #fff;
		font-size: 40px;
	}
	
	.about .right .tit span {
		margin-top: 10px;
		display: block;
		font-size: 16px;
	}
	
	.about .right .txt {
		color: #fff;
		font-size: 17px;
		text-indent: 2em;
		line-height: 1.8;
	}

}

.case {
	padding: 80px 0 0;
}

@media all and (max-width: 1200px) {
	.case {
		padding: 40px 0 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;
}

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

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

.case .caseList {
	margin: 30px 15px;	
}

.case .caseList li {
	margin: 0 1% 20px;
	width: 48%;
	float: left;
}

.case .caseList li img {
	width: 100%;
	height: auto;
}

.youshi {
	height: 1000px;
	background: url(img/ys_bg.jpg) no-repeat center top;
}

.youshi .comWid {
	width: 1300px;
	height: 500px;
	position: relative;
}

.youshi .comWid .ys {
	padding: 5px;
	width: 160px;
	height: 160px;
	position: absolute;
	border-radius: 50%;
	background: rgba(255,255,255,.7);
}

.youshi .comWid .ys p {
	padding-top: 10px;
	width: 160px;
	height: 150px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-radius: 50%;
	background: #0062E2;
}

.youshi .comWid .ys p img {
	margin: 0 auto;
	display: block;
	width: 100px;
}

.youshi .comWid .ys01 {
	left: 0;
	top: 85%;
}

.youshi .comWid .ys02 {
	left: 20%;
	top: 65%;
}

.youshi .comWid .ys03 {
	margin-left: -85px;
	left: 50%;
	top: 59%;
}

.youshi .comWid .ys04 {
	right: 20%;
	top: 65%;
}

.youshi .comWid .ys05 {
	right: 0;
	top: 85%;
}

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

.youshi .photo img {
	max-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;
	-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 {
	background: #0062E2;
}

.news li .photo {
	position: relative;
}

.news li .photo img {
	width: 100%;
	height: auto;
}

.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;
	-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 .right .tit {
	color: #fff;
}

.news li .right .txt {
	margin-bottom: 20px;
	font-size: 17px;
	-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 .right .txt {
	color: #fff;
}

.news li .right .link {
	padding: 5px 0;
	width: 130px;
	font-size: 17px;
	text-align: center;
	border: 1px solid #ccc;
	-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 .right .link {
	color: #fff;
	border: 1px solid #fff;
}

@media all and (max-width: 1200px) {
	.news {
		padding: 0;
	}
	
	.news li {
		margin: 0 0 20px;
		width: auto;
		float: none;
	}
	
	.news li a {
		padding: 10px;
		display: block;
		border: 1px solid #ccc;
		-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 {
		background: #0062E2;
	}
	
	.news li .photo {
		position: relative;
	}
	
	.news li .photo img {
		width: 100%;
		height: auto;
	}
	
	.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;
		-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 .right .tit {
		color: #fff;
	}
	
	.news li .right .txt {
		margin-bottom: 20px;
		font-size: 17px;
		-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 .right .txt {
		color: #fff;
	}
	
	.news li .right .link {
		padding: 5px 0;
		width: 130px;
		font-size: 17px;
		text-align: center;
		border: 1px solid #ccc;
		-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 .right .link {
		color: #fff;
		border: 1px solid #fff;
	}

}

.btmImg img {
	width: 100%;
}

/*------------------------------------------------------------
	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: #0062E2;
}

.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 h2 {
		font-size:25px;
	}
	
	.neiyejieshao .left .name {
		font-size: 26px;
	}
	
}

/*------------------------------------------------------------
	wp-pagenavi 
------------------------------------------------------------*/
.wp-pagenavi {
	margin-top: 10px;
	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: 16px;
	}
	.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 5px;
	}
	.wp-pagenavi .current {
		margin: 0 5px;
	}
}

.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: #0062E2;
}
.comNews a:hover .time {
	color: #0062E2;
}
.comNews a:hover .txt {
}
.comNews a:hover .link {
	color: #0062E2;
}
@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;
	}
}


.comDh {
	margin-bottom: 40px;
	text-align: center;
}

.comDh li {
	margin: 0 10px;
	display: inline;
}

.comDh li a {
    margin: 0 0 15px;
	padding: 5px 20px;
	display: inline-block;
	color: #fff;
	font-size: 17px;
	background: #0062E2;
	border-radius: 20px 0 20px 0;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

.comDh li a:hover {
	background: #d40000;
}

@media all and (max-width: 1200px) {
	.comDh {
		margin-bottom: 30px;
	}
	
	.comDh li {
		margin: 0 1% 10px;
		width: 48%;
		display: block;
		float: left;
	}
	
	.comDh li a {
		padding: 5px 0;
		display: block;
	}
	
	.comDh li a:hover {
		background: #d40000;
	}

}

.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;
	}
}









