main{
	width:100%;
	background:url('../images/timg2s.jpg') no-repeat;
	background-size:contain;
}
.main2{
	width:100%;
	/*background:url('/pub/ghskxxy/images/timgs2.jpg') no-repeat;*/
	background-size:contain;
}
header{
	width:100%;
	height:370px;
	/*background:url('/pub/ghskxxy/images/timg2s.jpg');
	background-size:cover;*/
	position:relative;
}
.hbja{
    position: absolute;
    left:0;
    top: 0;
    width: 100%;
    height: 500px;
    opacity:0.9;
    background: url(../images/bgrad_1.png) center top repeat-x;
}
.topline{
	width:100%;
	height:6px;
	background: linear-gradient(90deg, #0f2cba 50%, #10ad97);
}
nav{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
}
.navl{
	float:left;
	width:500px;
	padding:30px 0 0 90px;
	font-size:28px;
	line-height:40px;
	font-weight:bold;
	color:#e8952f;
}
.navl img{
	width:500px;
}
.navr{
	padding:10px 90px 0 0;
	float:right;
	width:770px;
	list-style-type: none;
}
.navr li a{
	display:block;
	float:left;
	color:white;
	text-decoration: none;
	padding:10px 14px;
	font-size:18px;
	font-weight:bold;
	/*transition: all 0.3s ease-out;*/
}
.navr li a:hover{
	color:#e8952f;
}
section{
	width:1200px;
	margin:0 auto;
	min-height:350px;
	font-family:'Times New Roman';
	font-size:20px;
	line-height:30px;
	text-align:justify;
	padding-top:50px;
	/*background:url(/pub/ghskxxy/images/sd.png) no-repeat center center;*/
	padding-bottom:80px;
}
.parta{
	text-indent:30px;
}
.partb{
	margin-top:0;
}
.partc{
	margin-bottom:0;
}
footer{
	width:100%;
	height:100px;
	background:#104682;
	/*background:#e8952f;*/
	/*margin-top:80px;*/
}
.endline{
	height:3px;
	background: linear-gradient(90deg, #ba7f12 50%, #12a96a);
}
.footers{
	width:1200px;
	margin:0 auto;
}
.footersbt{
	color:#fff;
	/*font-weight:bold;*/
	float:left;
	margin-top:38px;
	font-size:16px;
}
.footersdy{
	color:#fff;
	float:right;
	margin-top:38px;
	font-size:16px;
}
.header2{
	height:320px;
	/*background:url('/pub/ghskxxy/images/timg.jpg');*/
	background-size:cover;
}
.hbja2{
	height:400px;
}
.partnews{
	text-indent:0px;
	background:url('../images/newsbj.png');
	padding:20px;
	padding:20px 25px;
}
.newssp{
	display:block;
	color:red;
}
.newssp2{
	text-align:center;
}
section p{
	text-indent: 0px;
    background: url(../images/newsbj.png);
    padding: 20px;
    padding: 20px 25px;
}
.section2{
	width:764px;
	height:60px;
	padding:30px 0;
	min-height:0px
}
.section2 select{
	height:30px;
	line-height:30px;
	width:116px;
	margin-right:22px;
	border:1px solid #ccc;
	color:#777;
}
.section2 span{
	font-size:22px;
	font-weight:bold;
}
.tm-page-col-right{
	padding-bottom:40px;
}
#btn1{
	background:#104682;
	border:none;
	color:#fff;
	height:38px;
	width:100px;
	line-height:38px;
	box-shadow: 0px 2px 5px 2px #999;
	font-weight:bold;
}
#btn1:hover{
	cursor:pointer;
}
/*@media screen and (min-width: 1900px) {
	.main2{
		background-size:cover;
	}
}*/
@media screen and (max-width: 1450px) {
	
	.navl{
		width:400px;
		padding-left:50px;
	}
	.navl img{
		width:400px;
	}
	.navr{
		padding-right:50px;
		width:720px;
	}
	.navr li a{
		padding:10px 10px;
	}
}
@media screen and (max-width: 1270px) {
	body{
		width:1270px;
	}
}
