/* 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: #c2ecfe;
	position: relative;
	height: 100%;
	font-size: 125%;
	overflow-x: hidden;
}
@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";
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	background:#fff;
	overflow-x: hidden;
	padding-bottom: 35px;
}
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(http://www.jiaodong.net/sys/images/topnav.png) repeat-x center top;
	height: 30px;
	overflow: hidden;
	width: 100%;
}
.header {
	max-width: 1220px;
	padding: 0 10px;
	margin: 0 auto;
	height: 30px;
}
.header .link {
	float: right;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}
.header .link a {
	color: #333;
	margin: 0 5px;
}
@media (max-width:768px) {
	.header_coat {
		height: 24px;
		background-size: auto 100%;
		display: none;
	}
	.header {
		height: 24px;
	}
	.header .fl {
		height: 80%;
		width: auto;
	}
	.header .link {
		height: 24px;
		line-height: 24px;
	}
	.header .link a {
		color: #333;
		margin: 0 5px;
	}
}
@media (max-width:414px) {
	.header .link {
		display: none;
	}
}
/* ---- banner Style ---- */
.banner_coat{
	max-width: 100%;
	margin: 0;
	position: relative;
	overflow: hidden;
	background: url(../img/banner.jpg) center bottom repeat-x;
	background-size: auto 100%;
}

/* ---- preface Style ---- */
.preface_coat{
	background: #1f3f8f;
	padding: 1.2rem 0 1.6rem;
	margin-bottom: 1.6rem;
}
.preface{
	max-width: 1220px;
	padding: 0 10px 0 5.3rem;
	margin: 0 auto;
	line-height: 1.8rem;
	font-size: 16px;
	color: #fff;
	position: relative;
}
.preface img{
	position: absolute;
	left: 0rem;
	top: 0.5rem;
	width: 3.5rem;
	height: auto;
}
.preface p{
	text-indent: 2em;
}
@media (max-width:768px) {
	.preface{
		padding: 0 10px 0 4.8rem;
		line-height: 24px;
		font-size: 14px;
	}
}
@media (max-width:520px) {
	.preface{
		padding: 0 10px 0 10px;
		line-height: 22px;
		font-size: 12px;
	}
	.preface img{
		float: left;
		position: relative;
		left: auto;
		top: auto;
		width: 3.5rem;
		height: auto;
		margin-right:10px;
	}
}
/* ---- container Style ---- */
.schedule_coat h1{
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 44px;
	color: #1f3f8f;
	margin-bottom: 10px;
}
.scheduleBox{
	position: relative;
	padding: 56px 0 72px;
}
.scheduleBox::before,
.scheduleBox::after{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: "";
	width: 0px;
	height: 0px;
}
.scheduleBox::before{
	top: 0;
	border-width: 32px 54px 0;
    border-style: solid;
    border-color:#f1eff2 transparent transparent;
}
.scheduleBox::after{
	bottom: 0;
	border-width: 0 54px 32px;
    border-style: solid;
    border-color: transparent transparent #f1eff2;
}
.scheduleBox i{
	position: absolute;
	left: 50%;
	top: 0px;
	width: 1px;
	height: 100%;
	font-size: 0;
	line-height: 0px;
	background: #f1eff2;
}
.scheduleBox ul li{
	height: 80px;
	width: 47.8%;
	margin-right: 5%;
	float: left;
	position: relative;
}
.scheduleBox ul li::before{
	content: "";
	position: absolute;
	top: 12px;
	right: -6.24%;
	width: 18px;
	height: 18px;
	background: url(../img/bor_point.png) no-repeat;
	background-size: 100% 100%;
}
.scheduleBox ul li .schedule{
	position: absolute;
	top: 0px;
	width: 100%;
	border: 1px solid #e4edee;
	background: #eefbff;
	padding: 10px 20px;
	text-align: right;
}
.scheduleBox ul li .schedule h2{
	line-height: 26px;
	font-size: 20px;
	color: #333;
	margin-bottom: 10px;
	font-weight: normal;
}
.scheduleBox ul li .schedule p{
	line-height: 32px;
	font-size: 20px;
	color: #1f3f8f;
}
.scheduleBox ul li:nth-child(2n){
	float: right;
	margin-left: 5%;
	margin-right: 0;
}
.scheduleBox ul li:nth-child(2n) .schedule{
	text-align: left;
}
.scheduleBox ul li:nth-child(2n)::before{
	left: -6.24%;
}
@media (max-width:1024px) {
	.schedule_coat h1{
		height: 45px;
		line-height: 45px;
		font-size: 32px;
		margin-bottom: 10px;
	}
	
	.scheduleBox{
		padding: 36px 0 40px;
	}
	
	.scheduleBox::before{
		border-width: 24px 32px 0;
	}
	.scheduleBox::after{
		border-width: 0 32px 24px;
	}
	.scheduleBox ul li{
		height: 70px;
	}
	.scheduleBox ul li::before{
		width: 15px;
		height: 15px;
	}
	.scheduleBox ul li .schedule{
		padding: 8px 16px;
	}
	.scheduleBox ul li .schedule h2{
		line-height: 24px;
		font-size: 16px;
		margin-bottom: 8px;
	}
	.scheduleBox ul li .schedule p{
		line-height: 26px;
		font-size: 16px;
	}
}
@media (max-width:768px) {
	.schedule_coat h1{
		height: 32px;
		line-height: 32px;
		font-size: 24px;
		margin-bottom: 10px;
	}
	.scheduleBox{
		padding: 24px 0 30px 1.4rem;
	}
	.scheduleBox i{
		left: 0px;
		right: auto;
	}
	.scheduleBox::before{
		border-width: 18px 28px 0;
	}
	.scheduleBox::after{
		border-width: 0 28px 18px;
	}
	.scheduleBox ul li{
		height: auto;
		width: 100%;
		margin-right: 0%;
		margin-bottom: 10px;
	}
	.scheduleBox ul li::before{
		top: 0.6rem;
		left: -1.7rem;
		width: 0.7rem;
		height: 0.7rem;
	}
	.scheduleBox ul li .schedule{
		padding: 8px 16px;
		position: relative;
		text-align: left;
	}
	.scheduleBox ul li .schedule h2{
		line-height: 20px;
		font-size: 14px;
		margin-bottom: 4px;
	}
	.scheduleBox ul li .schedule p{
		line-height: 22px;
		font-size: 14px;
	}
	.scheduleBox ul li:nth-child(2n){
		margin-left: 0%;
		margin-right: 0;
	}
	.scheduleBox ul li:nth-child(2n) .schedule{
		text-align: left;
	}
	.scheduleBox ul li:nth-child(2n)::before{
		left: -1.7rem;
	}
}
/* ---- focusing_coat Style ---- */
.focusing_coat{
	background: #f1eff2;
	padding: 1.5rem 0 2.2rem;
	margin-bottom: 2rem;
}
.mainHead{
	min-height: 64px;
	line-height: 64px;
	margin-bottom: 20px;
	font-size: 44px;
	color: #1f3f8f;
	text-align: center;
}
@media (max-width:1024px) {
	.mainHead{
		min-height: 45px;
		line-height: 45px;
		margin-bottom: 1rem;
		font-size: 32px;
	}
}
@media (max-width:768px) {
	.mainHead{
		min-height: 32px;
		line-height: 32px;
		font-size: 24px;
	}
}
@media (max-width:768px) {
	.mainHead{
		min-height: 25px;
		line-height: 25px;
		font-size: 18px;
	}
}
/* ---- container Style ---- */
.swiperBox {
	float: right;
	width: 53.3333%;
	position: relative;
	height: 21.5rem;
}
.swiperBox .swiper-container{
	height: 100%;
	overflow: hidden;
}
.swiperBox .swiper-wrapper{
	height: 100%;
}
.swiperBox .swiper-slide{
	height: 100%;
	position: relative;
}
.swiperBox .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;
}
.swiperBox .swiper-slide:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.swiperBox .swiper-slide p {
	height: 2.9rem;
	line-height:2.9rem;
	padding:0 6.5rem 0 1rem;
	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;
}
.swiperBox .pagination {
	position: absolute;
	right: 0.6rem;
	bottom: 0.9rem;
	z-index: 9;
}
.swiperBox .swiper-pagination-bullet{
	display: inline-block;
	width: 0.45rem;
	height: 0.45rem;
	background: #ffffff;
	border-radius: 50%;
	margin: 0 0.4rem;
	cursor: pointer;
	opacity: 1;
}
.swiperBox .swiper-pagination-bullet-active{
	background: #ba0900;
}
.swiperBox .swiper_prev,
.swiperBox .swiper_next{
	position: absolute;
	top: 50%;
	margin-top: -1.85rem;
	width: 2rem;
	height: 3.7rem;
	background-size: 100% 100%;
	cursor: pointer;
	z-index: 9;
}
.swiperBox .swiper_prev{
	background-image: url(../img/news_left.png);
	left: 0;
}
.swiperBox .swiper_next{
	background-image: url(../img/news_right.png);
	right: 0;
}
@media (max-width:768px) {
	.swiperBox {
		height: auto;
	}
	.swiperBox .swiper-container{
		height: auto;
	}
	.swiperBox .swiper-wrapper{
		height: auto;
	}
	.swiperBox .swiper-slide{
		height: auto;
	}
	.swiperBox .swiper-slide img {
		height: auto;
	}
	.swiperBox .swiper-slide p {
		height: 2.4rem;
		line-height:2.4rem;
		padding:0 4.5rem 0 1rem;
		font-size:0.9rem;
	}
	.swiperBox .pagination {
		right: 0.3rem;
		bottom: 0.5rem;
	}
	.swiperBox .swiper-pagination-bullet{
		margin: 0 0.2rem;
	}
}
/* ---- newsBox Style ---- */
.newsBox{
	width: 43.3333%;
	float: left;
}
.headlines{
	margin: 0 0 0.6rem;
}
.headlines li{
	margin-bottom: 0.8rem;
	padding-bottom: 0.7rem;
	border-bottom: 1px dashed #717071;
}

.headlines li h2{
	height: 2.3rem;
	line-height: 2.3rem;
	font-size: 1.4rem;
	color: #000;
	margin-bottom: 0.3rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.headlines li p{
	height: 3.2rem;
	line-height: 1.6rem;
	font-size: 16px;
	color: #999;
	overflow: hidden;
}
.newsBox .news li{
	height: 2.1rem;
	line-height: 2.1rem;
	font-size: 1rem;
	padding: 0 0 0 1.1rem;
	background: url(../img/point.png) left 0.8rem no-repeat;
	background-size: 0.45rem auto;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
@media (max-width:768px) {
	.swiperBox {
		width: 100%;
		margin-bottom: 4%;
	}
	.newsBox{
		width: 100%;
	}
	.headlines li h2{
		height: auto;
		line-height: 1.4rem;
		padding: 0.1rem 0;
		font-size: 1.2rem;
		overflow: auto;
		white-space: normal;
		text-overflow: normal;
		-o-text-overflow: normal;
	}
	.headlines li p{
		height: auto;
		line-height: 1.4rem;
		font-size: 0.8rem;
	}
	.newsBox .news li{
		height: auto;
		line-height: 1.5rem;
		padding: 0.15rem 0 0.15rem 1.1rem;
		font-size: 1rem;
		overflow: auto;
		white-space: normal;
		text-overflow: normal;
		-o-text-overflow: normal;
	}
}
/* ---- theme_head Style ---- */
.theme_head{
	height: 2.25rem;
	background: url(../img/theme_head.png) center center no-repeat;
	background-size: auto 100%;
	margin-bottom: 1.5rem;
}
.themeSwiper{
	padding: 2.25% 16.666% 2.25% 0;
	background: url(../img/theme_bg.png) right center no-repeat;
	background-size: 95% 100%;
	position: relative;
	margin-bottom: 2.6rem;
}
.themeSwiper .swiper-container{
	width: 100%;
}
.themeSwiper  .swiper-slide{
	position: relative;
}
.themeSwiper  .swiper-slide img{
	width: 100%;
	height: auto;
}
.themeSwiper .swiper-slide p{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3.4rem;
	line-height: 3.4rem;
	background: rgba(0,0,0,0.7);
	padding: 0 1.1rem;
	font-size: 1.1rem;
	color: #fff;
}
.themeSwiper .pagination{
	position: absolute;
	right: 3%;
	bottom: 50%;
	left: auto;
	width: 10.8333%;
	padding-top: 1.75%;
	padding-bottom: 1.75%;
	border-top: 0.05rem solid #fff;
	border-bottom: 0.05rem solid #fff;
	text-align: center;
	font-size: 0px;
	color: #fff;
}
.themeSwiper .swiper-pagination-current{
	line-height: 3.9rem;
	font-size: 3.2rem;
	font-weight: bold;
	margin-bottom: 1%;
}
.themeSwiper .pagination p{
	line-height: 1.3rem;
	font-size: 0.9rem;
}
.themeSwiper .theme_next,
.themeSwiper .theme_prev{
	position: absolute;
	top: 50%;
	margin-top: 1rem;
	width: 1.2rem;
	height: 1.2rem;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.themeSwiper .theme_next{
	right: 4.75%;
	background-image: url(../img/theme_next.png);
}
.themeSwiper .theme_prev{
	right: 10%;
	background-image: url(../img/theme_prev.png);
}
.themeSwiper .theme_next:hover,
.themeSwiper .theme_prev:hover{
	background-color: #30314d;
}
@media (max-width:768px) {
	.themeSwiper{
		padding: 2.25% 2.25% 8% 0;
	}
	.themeSwiper .swiper-slide p{
		height: 2rem;
		line-height: 2rem;
		padding: 0 1rem;
		font-size: 1rem;
	}
	.themeSwiper .pagination{
		display: none;
	}
	.themeSwiper .theme_next,
	.themeSwiper .theme_prev{
		bottom: 2%;
		top: auto;
		margin-top: 0;
	}
	.themeSwiper .theme_next{
		left: 50%;
		margin-left: 0.5rem;
		background-image: url(../img/theme_next.png);
	}
	.themeSwiper .theme_prev{
		right: 50%;
		margin-right: 0.5rem;
		background-image: url(../img/theme_prev.png);
	}
	.themeSwiper .theme_next:hover,
	.themeSwiper .theme_prev:hover{
		background-color: #30314d;
	}
}
/* ---- project_coat Style ---- */
.project_coat{
	background: #1f3f8f;
	padding: 2rem 0 1rem;
	margin-bottom: 2rem;
}
.project_coat h1.mainHead{
	color: #fff;
}
.project_coat ul{
	font-size: 0px;
	line-height: 0px;
	text-align: center;
}
.project_coat ul li{
	display: inline-block;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 1rem;
}
.project_coat ul li:nth-child(3n){
	margin-right: 0;
}
.project_coat ul li .pic{
	overflow: hidden;
}
.project_coat ul li .pic img {
	width: 100%;
	height: auto;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.project_coat ul li .pic:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.project_coat ul li .con{
	background: #357ccc;
	padding: 0.35rem 1rem 0.4rem;
	text-align: center;
	color: #fff;
}
.project_coat ul li .con h2{
	line-height: 1.9rem;
	font-size: 1.3rem;
}
.project_coat ul li .con p{
	line-height: 1.5rem;
	font-size: 0.9rem;
}
@media (max-width:1024px) {
	.project_coat ul li .con h2{
		line-height: 1.5rem;
		font-size: 1.1rem;
	}
}
@media (max-width:768px) {
	.project_coat ul li{
		width: 48.5%;
		margin-right: 3%;
	}
	.project_coat ul li:nth-child(3n){
		margin-right: 3%;
	}
	.project_coat ul li:nth-child(2n){
		margin-right:0;
	}
}
.projectSwiper{
	position: relative;
}
.projectSwiper .swiper-container {
	width: 100%;
}
.projectSwiper .swiper-slide {
	float: left;
}
.projectSwiper .swiper-slide{
	position: relative;
	overflow: hidden;
}
.projectSwiper .swiper-slide .pic{
	overflow: hidden;
}
.projectSwiper .swiper-slide .pic img {
	width: 100%;
	height: auto;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.projectSwiper .swiper-slide .pic:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.projectSwiper .swiper-slide .con{
	background: #357ccc;
	padding: 0.35rem 1rem 0.4rem;
	text-align: center;
	color: #fff;
}
.projectSwiper .swiper-slide .con h2{
	line-height: 1.9rem;
	font-size: 1.3rem;
}
.projectSwiper .swiper-slide .con p{
	line-height: 1.5rem;
	font-size: 0.9rem;
}
.projectSwiper .project_next,
.projectSwiper .project_prev{
	position: absolute;
	top: 50%;
	margin-top: -1.85rem;
	width: 2rem;
	height: 3.7rem;
	background-size: 100% 100%;
	cursor: pointer;
	z-index: 1;
}
.projectSwiper .project_next{
	right: 0px;
	background-image: url(../img/news_right.png);
}
.projectSwiper .project_prev{
	left: 0px;
	background-image: url(../img/news_left.png);
}
.projectSwiper .swiper-button-disabled{
	opacity: 0.5;
}
/* ---- contentBox Style ---- */
.contentBox{
	line-height: 32px;
	font-size: 16px;
	color: #333;
	margin-bottom: 2rem;
}
.contentBox .pic{
	width: 100%;
	text-align: center;
	margin-bottom: 1.8rem;
}
.contentBox .pic img{
	width: auto !important;
	height: auto !important;
	max-width: 100%;
}
.contentBox p{
	text-indent: 2em;
}
@media (max-width:768px) {
	.contentBox{
		line-height: 28px;
		font-size: 14px;
	}
}
/* ---- container Style ---- */
.container {
	max-width: 1220px;
	padding: 0 10px;
	margin: 0 auto;
}
.mb0{
	margin-bottom: 0%;
}
.mb3_5{
	margin-bottom: 3.5%;
}

/* ---- footer Style ---- */
.footer_coat {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #5c5c5c none repeat scroll 0 0;
	color: #fff;
	font: 12px/35px;
	height: 35px;
	width: 100%;
}
.footer {
	margin: 0 auto;
	position: relative;
	max-width: 1220px;
	padding: 0 10px;
	line-height: 35px;
	font-size: 14px;
}
.footer p {
	position: absolute;
	right: 0px;
	top: 0;
}
.footer p a {
	color: #e4e4e4;
	display: inline-block;
	padding: 0 12px;
}
@media (max-width:1020px) {
	.footer_coat{
		height: 35px;
	}
	.footer{
		line-height: 28px;
		font-size: 12px;
	}
	.footer p a {
		color: #e4e4e4;
		display: inline-block;
		padding: 0 8px;
		font-size: 12px;
	}
}
@media (max-width:768px) {
.footer {
	text-align: center;
}
.footer p {
	display: none;
}
}