/* CSS Document */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0
}
html {
	background: #fff;
	position: relative;
	height: 100%;
	font-size: 125%;
	overflow-x: hidden;
}
@media (max-width:1200px) {
	html {
		font-size: 100%;
	}
}
@media (max-width:1024px) {
	html {
		font-size: 87.5%;
	}
}
@media (max-width:768px) {
	html {
		font-size: 100%;
	}
}
@media (max-width:540px) {
	html {
		font-size: 100%;
	}
}
@media (max-width:440px) {
	html {
		font-size: 87.5%;
	}
}
@media (max-width:340px) {
	html {
		font-size: 75%;
	}
}
body {
	font-size: 100%;
	color: #333;
	font-family: "Microsoft YaHei";
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	overflow-x: hidden;
	padding-bottom: 1.8rem;
}
form {
	display: inline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
audio, canvas, video {
	display: inline-block;
*display:inline;
*zoom:1
}
button, input, select, textarea {
	font-size: 100%;
	vertical-align: middle;
	outline: none;
	font-family: "Microsoft YaHei";
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
th {
	text-align: inherit
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
input, img {
	vertical-align: middle
}
ol, ul {
	list-style: none
}
em, i {
	font-style: normal
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: underline;
}
textarea {
	resize: none
}
* {
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.left{
	float: left;
}
.right{
	float: right;
}
.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
/* ---- header Style ---- */
.header_coat {
	background: url(//www.jiaodong.net/sys/images/topnav.png) repeat-x center top;
	height: 1.5rem;
	overflow: hidden;
	width: 100%;
}
.header {
	max-width: 1220px;
	padding: 0 10px;
	margin: 0 auto;
	height: 1.5rem;
	font-size: 0.8rem;
	color: #e3e3e3;
}
.header img{
	height: 100%;
	width: auto;
}
.header a.s_logo{
	text-decoration: none;
	font-size: 0.8rem;
	color: #676767;
}
.header .link {
	float: right;
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: 12px;
}
.header .link a {
	color: #333;
	margin: 0 0.3rem;
}
@media (max-width:414px) {
	.header_coat{
		display: none;
	}
	.header .link {
		display: none;
	}
}
/* ---- bannerBox Style ---- */
.bannerBox{
	background: url(../img/banner.jpg) center center no-repeat;
	background-size: 100% 100%;
}
.bannerBox .banner{
	width: 100%;
	max-width: 1200px;
	position: relative;
	margin: 0 auto;
}
.bannerBox .banner .btn{ 
	position: absolute;
	top: 45.6446%;
	width: 24.75%;
}
.bannerBox .banner .btn01{
	right: 32.9167%;
}
.bannerBox .banner .btn02{
	right: 7.6667%;
}
.bannerBox .banner .btn img{
	width: 100%;
	height: auto;
}
.menu{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	max-width: 966px;
	margin: 0 auto;
	height: 12.2%;
	display: flex;
}
.menu li{
	height: 100%;
	width: 20%;
	align-items: center;
	justify-content: space-between;
}
.menu li a{
	display: flex;
	height: 100%;
	width: 100%;
	padding: 0 0.3rem;
	justify-content: center;
	align-items: center;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1.5rem;
	color: #fff;
}
.menu li a:hover{
	text-decoration: none;
}
@media (max-width:2000px) {
	.bannerBox{
		background-size: auto 100%;
	}
}
@media (max-width:768px) {
	.menu li a{
		font-size: 1rem;
	}
}
/* ---- newsBox Style ---- */
.newsBox{
	width: 100%;
	background: url(../img/newsBox_bg.jpg) center top repeat-x;
}
.headlinesNews{
	padding-top: 2.3rem;
	position: relative;
	overflow: hidden;
	padding-left: 9rem;
	margin-bottom: 2rem;
}
.headlinesNews img{
	position: absolute;
	left: 2.4rem;
	top: 2.3rem;
	width: 4.5rem;
	height: auto;
}
.headlinesNews h1{
	line-height: 2.8rem;
	font-size: 2.2rem;
	text-align: center;
	color: #333;
	margin-bottom: 0.5rem;
}
.headlinesNews p{
	line-height: 1.4rem;
	font-size: 0.9rem;
	color: #666666;
	text-align: center;
}
.headlinesNews p a{
	color: #dd2e1c;
}
@media (max-width:768px) {
	.newsBox{
		background: none;
	}
	.headlinesNews{
		padding-top: 1.5rem;
		padding-left: 0rem;
		margin-bottom: 1.5rem;
	}
	.headlinesNews img{
		position: absolute;
		left: 0rem;
		top: 1.5rem;
		width: 3rem;
		height: auto;
	}
	.headlinesNews h1{
		padding-left: 3.6rem;
		line-height: 1.8rem;
		font-size: 1.2rem;
		min-height: 3rem;
	}
	.headlinesNews p{
		text-align: left;
	}
}
/* ---- newsSwiper Style ---- */
.newsSwiper {
	float: left;
	width: 50%;
	position: relative;
	height: 20rem;
	margin-bottom: 2.1rem;
}
.newsSwiper .swiper-container{
	height: 100%;
	overflow: hidden;
}
.newsSwiper .swiper-wrapper{
	height: 100%;
}
.newsSwiper .swiper-slide{
	height: 100%;
	position: relative;
}
.newsSwiper .swiper-slide img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.newsSwiper .swiper-slide:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.newsSwiper .swiper-slide p {
	height: 2.7rem;
	line-height:2.7rem;
	padding:0rem 6rem 0 0.8rem;
	background: rgba(0,0,0,0.7);
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	font-size:1.1rem;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.newsSwiper .pagination {
	position: absolute;
	right: 0.9rem;
	bottom: 1rem;
	z-index: 9;
	line-height: 0;
}
.newsSwiper .swiper-pagination-bullet{
	display: inline-block;
	width: 0.4rem;
	height: 0.4rem;
	background: #ffffff;
	margin: 0 0.2rem;
	cursor: pointer;
	opacity: 1;
	border-radius: 0.25rem;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.newsSwiper .swiper-pagination-bullet-active{
	background: #c50018;
}
.newsSwiper .newsNext,
.newsSwiper .newsPrev{
	position: absolute;
	top: 50%;
	width: 2rem;
	height: 3.7rem;
	margin-top: -1.8rem;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 9;
}
.newsSwiper .newsNext{
	right: 0;
	background-image: url(../img/news_next.png);
}
.newsSwiper .newsPrev{
	left: 0;
	background-image: url(../img/news_prev.png);
}
@media (max-width:768px) {
	.newsSwiper {
		width: 100%;
		height: auto;
		margin-bottom: 1.6rem;
	}
	.newsSwiper .swiper-container{
		height: auto;
	}
	.newsSwiper .swiper-wrapper{
		height: auto;
	}
	.newsSwiper .swiper-slide{
		height: auto;
	}
	.newsSwiper .swiper-slide img {
		height: auto;
	}
	.newsSwiper .swiper-slide p {
		height: 2.3rem;
		line-height:2.3rem;
		padding:0rem 5.5rem 0 1rem;
		font-size:0.9rem;
	}
	.newsSwiper .pagination {
		right: 0.3rem;
		bottom: 0.75rem;
	}
	.newsSwiper .swiper-pagination-bullet{
		margin: 0 0.2rem;
	}
}
/* ---- mainNews Style ---- */
.mainNews{
	float: right;
	width: 46.75%;
	margin-bottom: 2.1rem;
}
.mainNews li{
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 0.4rem;
}
.mainNews li:last-of-type{
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}
.mainNews li h2{
	height: 2.7rem;
	line-height: 2.7rem;
	font-size: 1.2rem;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.mainNews li p{
	height: 3.2rem;
	line-height: 1.6rem;
	font-size: 0.8rem;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.mainNews li p a{
	color: #dd2e1c;
}
@media (max-width:768px) {
	.mainNews{
		width: 100%;
		margin-bottom: 1.6rem;
	}
	
	.mainNews li h2{
		height: auto;
		min-height: 2.7rem;
		line-height: 1.7rem;
		font-size: 1.2rem;
		padding: 0.5rem 0;
		overflow: auto;
		text-overflow: unset;
		white-space: normal;
	}
	.mainNews li p{
		font-size: 1rem;
	}
}
/* ---- mainHead Style ---- */
.mainhead{
	height: 2.75rem;
	position: relative;
	background-repeat: repeat-x;
	background-position: center center;
	background-size: auto 100%;
	overflow: hidden;
	text-indent: -99999px;
	margin-bottom: 1.3rem;
}
.mainhead.work{
	background-image: url(../img/head_work.png);
}
.mainhead.video{
	background-image: url(../img/head_video.png);
}
.mainhead.hd{
	background-image: url(../img/head_hd.png);
}
.mainhead a.more{
	position: absolute;
	height: 1.6rem;
	line-height-step: 1.6rem;
	top: 0.5rem;
	padding: 0 0.6rem;
	right: 50%;
	margin-right: -600px;
	font-size: 0.8rem;
	color: #333;
	text-indent: 0px;
	font-weight: normal;
}
.mainhead.video a.more{
	background: #dc685c;
	color: #fff;
}
.mainhead.work a.more{
	background: #ffffff;
	color: #dd2e1c;
}
.mainhead.hd a.more{
	background: #f3f3f3;
	color: #ca201d;
}
@media (max-width:1200px) {
	.mainhead a.more{
		right: 0;
		margin-right: 0px;
		font-size: 1rem;
	}
}
@media (max-width:768px) {
	.mainhead{
		height: 2.25rem;
	}
	.mainhead a.more{
		top: 0.25rem;
	}
}

/* ---- bannerBox Style ---- */
.workListBox{
	margin-bottom: 2.3rem;
}
.workList{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 2.3rem;
}
.workList li{
	width: 46.75%;
	height: 1.8rem;
	line-height: 1.8rem;
	font-size: 0.9rem;
	color: #333333;
	padding: 0 0 0 1rem;
	background: url(../img/point.png) left center no-repeat;
	background-size: 0.4rem auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media (max-width:768px) {
	.workListBox{
		margin-bottom: 1.6rem;
	}
	.workList li{
		width: 100%;
		height: auto;
		min-height: 2.2rem;
		line-height: 1.6rem;
		font-size: 1rem;
		padding: 0.3rem 0 0.3rem 1rem;
		background-position: left 0.9rem;
		overflow: auto;
		text-overflow: unset;
		white-space: normal;
	}
}
/* ---- videoBox Style ---- */
.videoBox{
	background: url(../img/videoBox_bg.jpg) center bottom repeat-x #dc685c;
	padding: 2rem 0 1.8rem;
}
.videoSwiper{
	position: relative;
	height: 100%;
}
.videoSwiper .swiper-container {
	width: 100%;
	height: 100%;;
}
.videoSwiper .swiper-wrapper{
	height: 100%;
}
.videoSwiper .swiper-slide {
	position: relative;
	overflow: hidden;
}
.videoSwiper .swiper-slide a::before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin: -1.5rem auto 0;
	width: 3rem;
	height: 3rem;
	background: url(../img/icon_play.png) no-repeat;
	background-size: 100% 100%;
	z-index: 1;


}
.videoSwiper .swiper-slide img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.videoSwiper .swiper-slide:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.videoSwiper .videoNext,
.videoSwiper .videoPrev{
	position: absolute;
	top: 50%;
	margin-top: -0.8rem;
	width: 1rem;
	height: 1.7rem;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 1;
}
.videoSwiper .videoNext{
	left: 50%;
	margin-left: 620px;
	background-image: url(../img/video_next.png);
}
.videoSwiper .videoPrev{
	right: 50%;
	margin-right: 620px;
	background-image: url(../img/video_prev.png);
}
@media (max-width:1280px) {
	.videoSwiper{
		padding: 0 2rem;
	}
	.videoSwiper .videoNext{
		left: auto;
		right: 0;
		margin-left: 0px;
	}
	.videoSwiper .videoPrev{
		right: 0;
		left: 0;
		margin-right: 0;
	}
}
@media (max-width:768px) {
	
}
/* ---- hdBox Style ---- */
.hdBox{
	padding: 2.1rem 0 3rem;
	background: url(../img/hdBox_bg.jpg) center  bottom repeat-x #f3f3f3; 
}
.hdSwiper{
	position: relative;
	height: 100%;
}
.hdSwiper .swiper-container {
	width: 100%;
	height: 100%;;
}
.hdSwiper .swiper-wrapper{
	height: 100%;
}
.hdSwiper .swiper-slide {
	position: relative;
	overflow: hidden;
}
.hdSwiper .swiper-slide img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hdSwiper .swiper-slide:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.hdSwiper .swiper-slide p{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2.8rem;
	line-height: 2.8rem;
	text-align: center;
	background: rgba(0,0,0,0.5);
	font-size: 1.1rem;
	color: #ffffff;
	padding: 0 0.8rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.hdSwiper .hdNext,
.hdSwiper .hdPrev{
	position: absolute;
	top: 50%;
	margin-top: -0.8rem;
	width: 1rem;
	height: 1.7rem;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 1;
}
.hdSwiper .hdNext{
	left: 50%;
	margin-left: 620px;
	background-image: url(../img/hd_next.png);
}
.hdSwiper .hdPrev{
	right: 50%;
	margin-right: 620px;
	background-image: url(../img/hd_prev.png);
}
@media (max-width:1280px) {
	.hdSwiper{
		padding: 0 2rem;
	}
	.hdSwiper .hdNext{
		left: auto;
		right: 0;
		margin-left: 0px;
	}
	.hdSwiper .hdPrev{
		right: 0;
		left: 0;
		margin-right: 0;
	}
}
@media (max-width:768px) {
	.hdSwiper .swiper-slide p{
		font-size: 1rem;
	}
}
/* ---- contentBox Style ---- */
.contentBox{
	float: left;
	width: 70%;
	margin-bottom: 3rem;
}
.contentRight{
	float: right;
	width: 25%;
	padding-top: 3.6rem;
	margin-bottom: 3rem;
}
@media (max-width:768px) {
	.contentBox{
		width: 100%;
	}
	.contentRight{
		display: none;
	}
}
/* ---- crumbs ---- */
.crumbs{
	min-height: 1.5rem;
	font-size: 0.7rem;
	color: #999;
	line-height: 1.1rem;
	padding: 1.8rem 0 0.2rem;
    margin-bottom: 0.7rem;
    position: relative;
}
.crumbs span{
	color: #333;
}
.crumbs .rightSearch{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 15rem;
}
@media (max-width:768px) {
	.crumbs{
		font-size: 0.8rem;
    }
}
@media (max-width:768px) {
	.crumbs{
		font-size: 0.9rem;
    }
    .crumbs .rightSearch{
        display: none;
    }
}
.contentHead{
	border-bottom: 1px solid #e4e7ee;
	padding: 0 0 3.5%;
	margin-bottom: 2.4%;
}
.contentHead h1{
	line-height: 42px;
	font-size: 36px;
	color: #333;
	text-align:left;
	margin-bottom: 2%;
}
.contentHead p{
	line-height: 22px;
	font-size:14px;
	color: #999;
	position: relative;
	overflow: hidden;
}
.contentHead p span{
	display: inline-block;
	margin-right: 2.4%;
}
.contentHead span.op{
	float: right;	
}
.contentHead span.op a{
	margin-left: 20px;
	color: #999;
}
.contentHead span.op img{
	height: 20px;
	width: auto;
}
.content{
	line-height:34px;
	font-size: 18px;
}
.content img{
	max-width: 100%;
	height: auto!important;
	width: auto!important;
}
.content p{
	padding:1% 0;
}
.editor{
	text-align: right;
	line-height: 34px;
	font-size: 14px;
	color: #999;
	margin-top: 5%;
	position: relative;
}
.editor a.backHome{
	position: absolute;
	left: 0;
	top: 0;
	color: #cc0000;
	font-size: 0.9rem;
}
.contactWay{
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	color: #999999;
	margin: 5% auto;
}
.contactWay span{
	display: inline-block;
	margin: 0 1%;
}
.contactWay a{
	color: #cc0000;
}
@media screen and (max-width:1024px) {

	.contentHead h1{
		line-height: 30px;
		font-size: 24px;
	}
	.contentHead p{
		line-height: 20px;
		font-size:12px;
	}
	.contentHead span.op a{
		margin-left: 12px;
	}
	.contentHead span.op img{
		height: 14px;
	}
	.content{
		line-height:30px;
		font-size: 16px;
	}
	.editor{
		line-height: 30px;
	}
}
@media screen and (max-width:768px) {

	.contentHead h1{
		line-height: 24px;
		font-size: 18px;
	}
	.contentHead span.op{
		display: none;
	}
	.contentHead span.op a{
		margin-left: 8px;
	}
	.contentHead span.op img{
		height: 12px;
	}
	.content{
		line-height:24px;
		font-size: 14px;
	}
	.editor{
		line-height: 30px;
	}
}
/* ---- bannerBox Style ---- */
.rightAds{
	position: relative;
	margin-bottom: 1.3rem;
	overflow: hidden;
}
.rightAds img {
	width: 100%;
	height: auto;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.rightAds:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.rightAds p{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1.6rem;
	line-height: 1.6rem;
	font-size: 0.9rem;
	color: #fff;
	background: rgba(0, 0, 0, 0.7);
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media (max-width:768px) {
	
}
/* ---- bannerBox Style ---- */
.rightHead{
	border-top: 0.1rem solid #dd675b;
	border-bottom: 1px solid #e4e7ee;
	position: relative;
	margin-bottom: 1rem;
}
.rightHead h1{
	height: 2.5rem;
	line-height: 2.5rem;
	font-size: 1.1rem;
	color: #333;
	font-weight: normal;
}
.rightHead a.more{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -0.35rem;
	border-left: 1px solid #b4b4b4;
	height: 0.7rem;
	line-height: 0.7rem;
	font-size: 0.7rem;
	color: #707070;
	padding-left: 0.4rem;
}

/* ---- rightList Style ---- */
.rightList{
	margin-bottom: 2rem;
}
.rightList li{
	padding: 0.3rem 0 0.3rem 0.7rem;
	min-height: 1.8rem;
	line-height: 1.2rem;
	font-size: 0.8rem;
	color: #333;
	background: url(../img/rightPoint.png) left 0.8rem no-repeat;
}

/* ---- mainHead Style ---- */

.container{
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
}
.bgwhite{
	background: #fff;
}
.mainLeft{
	float: left;
	width: 48.3333%;
	margin-bottom: 3%;
}
.mainRight{
	float: right;
	width: 48.3333%;
	margin-bottom: 3%;
}
@media (max-width:768px) {
	.mainLeft,
	.mainRight{
		width: 100%;
		margin-bottom: 7%;
	}	
}
/* ---- footer Style ---- */
.footer_coat {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #5c5c5c none repeat scroll 0 0;
	color: #fff;
	font-size: 12px;
	line-height: 1.8rem;
	height: 1.8rem;
	width: 100%;
}
.footer {
	margin: 0 auto;
	position: relative;
	max-width: 1220px;
	padding: 0 10px;
	line-height: 1.8rem;
}
.footer p {
	position: absolute;
	right: 0px;
	top: 0;
}
.footer p a {
	color: #e4e4e4;
	display: inline-block;
	padding: 0 0.6rem;
}

@media (max-width:768px) {
	.footer {
		text-align: center;
	}
	.footer p {
		display: none;
	}
}