@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	font-family: "microsoft yahei";
	box-sizing: border-box;
}

input:focus {
	outline: none;
}

textarea:focus {
	outline: none;
}

input {}

body {
}

img {
	border: none;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

a {
	color: inherit;
	text-decoration: none;
}

.cl {
	clear: both;
}
/**/
header{
	width: 100%;
	background-color: rgba(255,255,255,.6);
	position: fixed;
	top: 0;
	z-index: 99999;
}
header.subnav-fixed{
	background-color: white;
	box-shadow: 0px 0px 5px #CCCCCC;
}
.header{
	width: 1200px;
	margin: 15px auto;
	display: flex;
	justify-content: space-around;
}
.header .logo{
	height: 80px;
}
.header .logo img{
	display: block;
	height: 100%;
}
.header .nav{
	display: flex;
	justify-content: flex-end;
}
.header .nav p a{
	display: block;
	line-height: 80px;
	color: #545656;
	padding: 0px 20px;
	font-size: 15px;
}
.banner{
	width: 100%;
}
.banner img{
	display: block;
	width: 100%;
}
.index-title{
	text-align: center;
	margin: 50px auto;
}
.index-title p.t1{
	color: #4a4b4b;
	font-weight: bold;
	font-size: 44px;
	margin-bottom: 10px;
}
.index-title p.t2{
	color: #888989;
	letter-spacing: 4px;
	text-transform: uppercase;
}
.index-main01{
	width: 1200px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index-main01 .list{
	width: 380px;
	margin-bottom: 25px;
	background-color: white;
	box-shadow: 0px 0px 6px #ccc;
	border-radius: 10px;
	overflow: hidden;
	color: #666666;
	padding-bottom: 25px;
}
.index-main01 .list p.t1{
	display: block;
	width: 100%;
	margin-bottom: 15px;
	overflow: hidden;
}
.index-main01 .list p.t1 img{
	display: block;
	transition: 0.3s all;
	width: 100%;
}
.index-main01 .list p.t2{
	font-weight: bold;
	text-align: center;
	font-size: 24px;
	margin-bottom: 15px;
	padding: 0px 15px;
}
.index-main01 .list p.t3{
	width: 60px;
	height: 1px;
	background-color: #666666;
	display: block;
	margin: auto;
}
.index-main01 .list p.t4{
	padding: 0px 15px;
	font-size: 15px;
	line-height: 1.6;
	margin-top: 15px;
}
.index-main01 .list:hover{
	background-color: #08709f;
	color: white;
}
.index-main01 .list:hover p.t3{
	background-color: white
}
.index-main01 .list:hover p.t1 img{
	transform: scale(1.1,1.1);
	transition: 0.3s all;
}

.index-main02{
	width: 1200px;
	margin: 0px auto 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index-main02 .list{
	width: 280px;
}
.index-main02 .list p.t1{
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
.index-main02 .list p.t1 img{
	display: block;
	width: 100%;
}
.index-main02 .list p.t2{
	font-size: 20px;
	margin-bottom: 15px;
}
.index-main02 .list p.t3{
	color: #666666;
	font-size: 15px;
}
.index-main03{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index-main03 .left{
	width: 50%;
}
.index-main03 .left img{
	display: block;
	width: 100%;
}
.index-main03 .right{
	width: 50%;
	background-color: #eeeeee;
	padding: 0 5%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.index-main03 .right p.t1{
	font-weight: bold;
	font-size: 48px;
	margin-bottom: 35px;
}
.index-main03 .right p.t1 span{
	color: #888989;
	font-size: 22px;
	margin-left: 20px;
}
.index-main03 .right p.t2{
	color: #888989;
	line-height: 1.7;
	font-size: 15px;
	text-indent: 2em;
	margin-bottom: 35px;
}
.index-main03 .right p.t3 a{
	display: block;
	width: 120px;
	line-height: 46px;
	background-color: #08709f;
	color: white;
	text-align: center;
}
.index-main04{
	width: 1200px;
	margin: 0px auto 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index-main04 .left{
	width: 580px;
	background-color: white;
	box-shadow: 0px 0px 6px #CCCCCC;
	padding: 30px;
}
.index-main04 p.tit{
	color: #08709f;
	font-weight: bold;
	font-size: 24px;
	padding-bottom: 15px;
	border-bottom: 1px solid #666666;
	margin-bottom: 20px;
}
.index-main04 .left .list{
	width: 100%;
}
.index-main04 .left .list p.t1{
	width: 100%;
	margin-bottom: 15px;
}
.index-main04 .left .list p.t1 img{
	display: block;
	width: 100%;
}
.index-main04 .left .list p.t2{
	color: #6e6f6f;
	font-weight: bold;
	margin-bottom: 10px;
}
.index-main04 .left .list p.t3{
	color: #6e6f6f;
	font-size: 14px;
}
.index-main04 .right{
	width: 580px;
	background-color: white;
	box-shadow: 0px 0px 6px #CCCCCC;
	padding: 30px;
}
.index-main04 .right .list{
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.index-main04 .right .list:last-child{
	margin-bottom: 0px;
}
.index-main04 .right .list p.t1{
	color: #6e6f6f;
	font-weight: bold;
	margin-bottom: 10px;
}
.index-main04 .right .list p.t2{
		color: #6e6f6f;
	font-size: 14px;
}
footer{
	width: 100%;
	background-color: #08709f;
	padding: 45px 0px 10px;
}
.footer{
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer .left p.t1{
	color: white;
	font-weight: bold;
	font-size: 22px;
	text-transform: uppercase;
}
.footer .left p.t2{
	color: white;
	font-size: 26px;
	margin-bottom: 30px;
}
.footer .left p.t3{
	display: flex;
	line-height: 35px;
	justify-content: flex-start;
	color: white;
	font-weight: bold;
	margin-bottom: 12px;
}
.footer .left p.t3 img{
	height: 35px;
	display: block;
	margin-right: 8px;
}
.footer .center{
	
}
.footer .center p.t1{
	font-weight: bold;
	color: white;
	font-size: 22px;
	margin-bottom: 6px;
}
.footer .center p.t2{
	color: white;
	margin-bottom: 15px;
	font-weight: bold;
}
.footer .right{
	width: 160px;
	text-align: center;
	color: white;
}
.footer .right img{
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.footer .copys{
	width: 100%;
	text-align: center;
	color: white;
	margin-top: 25px;
	margin-bottom: 20px;
	font-size: 14px;
}
.type-title{
	width: 1200px;
	margin: 50px auto 30px;
	font-size: 18px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 15px;
	font-weight: bold;
}
.page-main{
	width: 1200px;
	margin: 0px auto 60px;
	font-size: 15px;
	color: #666666;
}
.page-main p{
	margin-bottom: 6px;
}
.pro-main{
	width: 1200px;
	margin: 50px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pro-main .left{
	width: 260px;
	border: 1px solid #08709f;
	display: table;
}
.pro-main .left p.t1{
	    background-color: #08709f;
	    color: white;
	    text-align: center;
	    line-height: 60px;
}
.pro-main .left p.t2 a{
	display: block;
	text-align: center;
	width: 100%;
	color: #08709f;
	line-height: 46px;
	border-bottom: 1px solid #CCCCCC;
}
.pro-right{
	width: 920px;
}
.posi{
	width: 100%;
	color: #666666;
	font-size: 15px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
	margin-bottom: 25px;
}
.pro-right .list-w{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pro-right .list-w .list{
	width: 32%;
	margin-bottom: 25px;
}
.pro-right .list-w .list p.t1{
	display: block;
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
.pro-right .list-w .list p.t1 img{
	display: block;
	width: 100%;
}
.pro-right .list-w .list p.t2{
	margin-bottom: 10px;
	
}
.pro-right .list-w .list p.t3{
	font-size: 14px;
}
.pro-shows{
	width: 900px;
}
.pro-shows .top{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 45px;
}
.pro-shows .top .pic{
	display: block;
	width: 48%;
}
.pro-shows .top .pic img{
	display: block;
	width: 100%;
}
.pro-shows .top .text{
	width: 48%;
}
.pro-shows .top .text h1{
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 25px;
}
.pro-shows .top .text .desc{
	color: #545656;
	font-size: 14px;
}
.pro-shows .cons{
	width: 100%;
}
.pro-shows .cons p.tit,
.pro-shows .cons h1{
	font-weight: bold;
	font-size: 20px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.pro-shows .cons article{
	color: #666666;
	font-size: 15px;
	margin-bottom: 50px;
}
.pro-shows .cons article p{
	margin-bottom: 5px;
}
.pro-shows .cons article img{
	display: block;
	max-width: 100%;
}
.pro-shows .cons .updown{
	font-size: 15px;
}
.pro-shows .cons .updown p{
	margin-bottom: 10px;
}
.newslist-w{
	width: 900px;
}
.newslist-w .list{
	display: flex;
	justify-content: space-between;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.newslist-w .list .time{
	width: 100px;
	text-align: center;
}
.newslist-w .list .time p.t1{
	background-color: #08709f;
	color: white;
	line-height: 45px;
	margin-bottom: 5px;
	font-size: 24px;
}
.newslist-w .list .time p.t2{
		background-color: #08709f;
	color: white;
	line-height: 36px;
}
.newslist-w .list .text{
	width: 780px;
}
.newslist-w .list .text p.t1{
	font-weight: bold;
	margin-bottom: 10px;
}
.newslist-w .list .text p.t2{
	font-size: 14px;
	color: #545656;
	line-height: 1.8;
}
.news-shows{
	width: 900px;
}
.news-shows h1{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.news-shows .time{
	text-align: center;
	font-size: 14px;
	color: #666666;
	margin: 12px auto 25px; 
}
.news-shows article{
	font-size: 15px;
	line-height: 1.8;
}
.news-shows article img{
	display: block;
	max-width: 100%;
}
.joblist-w{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.joblist-w .list{
	width: 31%;
	margin-bottom: 20px;
	padding: 15px;
	box-shadow: 0px 0px 6px #ccc;
}
.joblist-w .list p.t1{
	font-weight: bold;
	margin-bottom: 10px;
}
.joblist-w .list p.t2,
.joblist-w .list p.t3{
	font-size: 15px;
	color: #666666;
	line-height: 1.7;
}
.joblist-w .list p.t2{
	margin-bottom: 10px;
}
.six-pages{width:100%}
.six-pages ul{display:flex;flex-wrap:wrap;justify-content:flex-start}
.six-pages ul li{background-color:#ddd;color:#666;margin-right:8px;color:white;font-size:14px;border-radius:3px;overflow:hidden;height:30px;line-height:30px}
.six-pages ul li a{display:block;width:100%;color:#666;font-size:14px;padding:0 14px}
.six-pages ul li.thisclass{background-color:#01AAED}
.six-pages ul li.thisclass a{color:white}
.six-pages ul li:last-child{color:#666;padding:0 14px}
/**/
@media screen and (max-width: 1200px) {
	header{
		position: static;
		background-color: white
	}
	.header{
		flex-wrap: wrap;
		width: 100%;
	}
	.header .logo{
		width: 80%;
		margin: auto;
	}
	.header .logo img{
		display: block;
		width: 100%;
		height: auto;
	}
	.header .nav{
		width: 100%;
		flex-wrap: wrap;
	}
	.header .nav p{
		width: 33%;
		text-align: center;
	}
	.header .nav p:first-child{
		display: none;
	}
	.header .nav p a{
		width: 100%;
		padding: 0px 0px;
		line-height: 36px;
	}
	.index-title p.t1{
		font-size: 28px;
	}
	.index-main01{
		width: 94%;
	}
	.index-main01 .list{
		width: 100%;
	}
	.index-main02{
		width: 94%;
	}
	.index-main02 .list{
		width: 100%;
		margin-bottom: 15px;
	}
	.index-main03 .left,
	.index-main03 .right{
		width: 100%;
	}
	.index-main04{
		width: 94%;
		flex-wrap: wrap;
	}
	.index-main04 .left,
	.index-main04 .right{
		width: 100%;
		margin-bottom: 20px;
	}
	.index-main04 .left{
		padding: 15px;
	}
	.footer{
		width: 94%;
	}
	.footer .left,
	.footer .right,
	.footer .center{
		width: 100%;
		margin-bottom: 15px;
	}
	.footer .right img{
		width: 150px;
		display: block;
		margin: auto;
	}
	.footer .left p.t2{
		font-size: 22px;
	}
	.type-title{
		width: 94%;
	}
	.page-main{
		width: 94%;
	}
	.pro-main{
		width: 94%;
		flex-wrap: wrap;
	}
	.pro-main .left{
		width: 100%;
		margin-bottom: 20px;
	}
	.pro-main .pro-right{
		width: 100%;
	}
	.pro-right .list-w .list{
		width: 100%;
	}
	.pro-shows{
		width: 100%;
	}
	.pro-shows .top .pic{
		width: 100%;
		margin-bottom: 15px;
	}
	.pro-shows .top .text{
		width: 100%;
	}
	.newslist-w{
		width: 100%;
	}
	.newslist-w .list{
		display: block;
	}
	.newslist-w .list .time{
		display: flex;
		justify-content: flex-start;
		margin-bottom: 10px;
	}
	.newslist-w .list .time{
		width: 100%;
	}
	.newslist-w .list .time p.t1,
	.newslist-w .list .time p.t2{
		line-height: 40px;
		margin-bottom: 0px;
		margin-right: 5px;
		padding: 0px 10px;
	}
	.newslist-w .list .text{
		width: 100%;
	}
	.news-shows{
		width: 100%;
	}
	.joblist-w .list{
		width: 100%;
	}
}
