﻿@charset "utf-8";

/* banner */
.g-header {
	width: 100%;
	height: auto;
	overflow: hidden;
	/* background: url(bg1.png) center no-repeat; */
}

/* .g-header .m-header {
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;

} */

.g-header .m-left-banner {
	width: 426px;
	background: url(bg2.png) center no-repeat;
	height: 679px;
	overflow: hidden;
}

.g-header .m-left-banner dl {
	overflow: hidden;
	margin: 52px 30px 90px 30px;

}

.g-header .m-left-banner dl dd {
	height: auto;
	width: 100%;

	margin-top: 28px;
}

.g-header .m-left-banner dd p {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	height: auto;
	color: #ffffff;
}

.g-header .m-left-banner dd p a {
	color: #ffffff;
}

.g-header .m-left-banner dd p a:hover {
filter:alpha(opacity=70); /* IE */
-moz-opacity:0.7; /* 老版Mozilla */
-khtml-opacity:0.7; /* 老版Safari */
opacity: 0.7; /* 支持opacity的浏览器*/
}

.g-header .m-left-banner dd h1 {
	/* margin-top:24px; */
	font-size: 14px;
	color: #FFFFFF;
	height: 46px;
	line-height: 46px;
	width: 100%;
	background: url(hx2.png) left bottom no-repeat;
}

/* 轮播图*/

/* 本例子css */
.qunar {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.qunar .e_pic_wrap {
	z-index: 1;
	white-space: nowrap;
	width: 100%;
	height: 660px;
}

.qunar .e_pic_wrap li {
	position: relative;
	display: inline;
	width: 100%;
	height: 679px;
	overflow: hidden;
}

.qunar .e_bg_flt {
	position: absolute;
	right: 0;
	top: 0;
	width: 270px;
	height: 215px;
	background: #000;
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	opacity: .5;
	z-index: 10;
}

.qunar .e_flt_inf {
	position: absolute;
	left: 50%;
	top: 0;
	width: 426px;
	background: url(bg2.png) center no-repeat;
	height: 679px;
	overflow: hidden;
	z-index: 20;
	color: #fff;
	white-space: normal;
	word-wrap: break-word;
	margin-left:-600px;
}

.qunar .e_sep {
	color: #81d6d3;
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 235px;
	z-index: 20;
}

.qunar .e_sep a {
	color: #81d6d3;
}

.qunar .prev,
.qunar .next {
	position: absolute;
	z-index: 30;
	display: block;
}

.qunar .prev {
	top: 328px;
	left: 10px;
}

.qunar .next {
	top: 328px;
	right: 10px;
}

.qunar .prev a,
.qunar .next a {
	display: block;
	width: 25px;
	height: 32px;
	overflow: hidden;
	background: url(ico_prevnext.png) no-repeat scroll 0 0;
	_background-image: url(ico_prevnext_ie6.png);
}

.qunar .prev a {
	background-position: 0 0;
}

.qunar .prev a:hover {
	background-position: 0 -40px;
}

.qunar .next a {
	background-position: 0 -80px;
}

.qunar .next a:hover {
	background-position: 0 -120px;
}

/* news */
.g-news {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url(bg3.png) center no-repeat;
}

.g-news .m-contain {
	width: 1200px;
	height: 936px;
	margin: 0 auto;
	overflow: hidden;
}

.g-news .m-contain img {
	width: 133px;
	height: 63px;
	margin-top: 47px;
}

.g-news .m-contain .m-up {
	/* margin-top: 28px; */
	width: 100%;
	height: 432px;
}

.g-news .m-contain .m-up .m-left {
	width: 700px;
	height: 417px;
	margin-bottom: 15px;
	overflow: hidden;
	float: left;
}

.g-news .m-contain .m-up .m-left img {
	width: 100%;
	height: 100%;
	display: block;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
	margin-top: 0;
}

.g-news .m-contain .m-up .m-left img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	transform-origin: center center;
}

.g-news .m-contain .m-up .m-right {
	float: right;
	margin-left: 35px;
	height: 417px;
	overflow: hidden;
	width: 465px;
}

.g-news .m-contain .m-up .m-right .u-p1 {
	color: #FFFFFF;
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	height: 120px;
	width: 100%;
	word-wrap: break-word;
	text-overflow: ellipsis;
	word-break: break-word;
}

.g-news .m-contain .m-up .m-right .u-p1 a {
	color: #FFFFFF;
}

.g-news .m-contain .m-up .m-right .u-p1 a:hover {
filter:alpha(opacity=70); /* IE */
-moz-opacity:0.7; /* 老版Mozilla */
-khtml-opacity:0.7; /* 老版Safari */
opacity: 0.7; /* 支持opacity的浏览器*/
}

.g-news .m-contain .m-up .m-right .u-p2 {
	color: #FFFFFF;
	font-size: 17px;
	line-height: 29px;
	margin-top: 25px;
	height: 198px;
	width: 100%;
	word-wrap: break-word;
	text-overflow: ellipsis;
	word-break: break-word;
	overflow: hidden;
}

.g-news .m-contain .m-up .m-right h2 {
	color: #FFFFFF;
	font-size: 18px;
	margin-top: 30px;
	width: 100%;
}

/* 轮播图 */
.g-news .m-down img {
	margin-top: 0;
}

.g-news .m-down .picScroll-left {
	width: 1200px;
	overflow: hidden;
	position: relative;
}

.g-news .m-down .picScroll-left .hd {
	overflow: hidden;
	height: 31px;
	margin: 0 auto;
	width: 124px;
}

.g-news .m-down .picScroll-left .hd ul {
	overflow: hidden;
	zoom: 1;
	margin-top: 17px;
}

.g-news .m-down .picScroll-left .hd ul li {
	float: left;
	width: 17px;
	height: 17px;
	overflow: hidden;
	margin-right: 14px;
	text-indent: -999px;
	cursor: pointer;
	background: url(btn22.png) no-repeat;
}

.g-news .m-down .picScroll-left .hd ul li.on {
	background: url(btn11.png) no-repeat;
}

.g-news .m-down .picScroll-left .bd {
	padding: 14px 0 0 0;
}

.g-news .m-down .picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.g-news .m-down .picScroll-left .bd ul li {
	margin: 0 55px 0 0;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}

.g-news .m-down .picScroll-left .bd ul li .pic {
	text-align: center;
	overflow: hidden;
}

.g-news .m-down .picScroll-left .bd ul li .pic img {
	width: 360px;
	height: 215px;
	display: block;
	padding: 2px;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}

.g-news .m-down .picScroll-left .bd ul li .pic img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	transform-origin: center center;
}

.g-news .m-down .picScroll-left .bd ul li .title {
	text-align: left;
	width: 362px;
	line-height: 28px;
	font-size: 20px;
	margin-top: 11px;
	height: 59px;
	overflow: hidden;
	word-break: break-word;
	text-overflow: ellipsis;
	word-wrap: break-word;
	font-weight: 600;
}

.g-news .m-down .picScroll-left .bd ul li .title a {

	color: #FFFFFF;
}

.g-news .m-down .picScroll-left .bd ul li .title a:hover {

filter:alpha(opacity=70); /* IE */
-moz-opacity:0.7; /* 老版Mozilla */
-khtml-opacity:0.7; /* 老版Safari */
opacity: 0.7; /* 支持opacity的浏览器*/
}

/* 最新新闻 */
.g-latest-news {
	width: 100%;
	height: auto;
	background: #ebebeb;
	overflow: hidden;
	padding-bottom: 40px;
}

.g-latest-news .g-contain {
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}

.g-latest-news h3 {
	/* font-size: 45px; */
	color: #15297d;
	/* text-align: center; */
	/* width: 100%; */
	/* margin-top: 45px; */
	/* font-weight: bold; */
	/* margin-bottom: 32px; */
}

.g-latest-news li {
	width: 387px;
	height: 275px;
	margin-right: 19px;
	margin-bottom: 12px;
	float: left;
	background: #FFFFFF;
	position: relative;
}

/* .g-latest-news .u-li{
	margin-left:0;
} */
.g-latest-news li .m-img {
	width: 100%;
	height: 273px;
	overflow: hidden;
}

.g-latest-news li .m-img img {
	width: 100%;
	height: 273px;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}

.g-latest-news li .m-img img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	transform-origin: center center;
}

.g-latest-news li .u-p1 {
	margin: 18px 30px 20px 30px;
	height: auto;
	font-size: 24px;
	line-height: 32px;
	word-break: break-word;
	word-wrap: break-word;
	text-overflow: ellipsis;
	font-weight: bold;
}

.g-latest-news li .u-p1 a {
	color: #1764a9;
}

.g-latest-news li .u-p1 a:hover {
	border-bottom: 2px solid #1764a9;
}

.g-latest-news li h1 {
	margin: 0 14px;
	padding-left: 16px;
	height: 48px;
	font-size: 17px;
	line-height: 48px;
	color: #021730;
	border-top: 1px solid #ebebeb;
	text-align: left;
	font-weight: 300;
}

.g-latest-news li .u-p2 {
	margin: 0 30px 18px 30px;
	/* height: 140px; */
	font-size: 17px;
	line-height: 23px;
	word-break: break-word;
	word-wrap: break-word;
	text-overflow: ellipsis;
	/* border-bottom: 1px dashed #b8b2b2; */
	padding-bottom: 20px;
}

.g-latest-news li h2 {
	margin: 0 30px 1px 30px;
	height: 38px;
	width: 85%;
	font-size: 17px;
	color: #021730;
	font-weight: 300;
	/* border-top: 1px dashed; */
	/* line-height: 47px; */
	border-top: 1px dashed #b8b2b2;
	position: absolute;
	bottom: 0;
	line-height: 38px;
}

.g-latest-news .m-more {
	width: 100%;
	height: 20px;
	margin: 71px auto 73px auto;
	text-align: center;
}

.g-latest-news .m-more img {
	width: 40px;
	height: 20px;

}

.g-latest-news .m-more img:hover {
	cursor: pointer;
}

.start-title{
	color: #fff;
	z-index: 0;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	margin: 30px 0 20px;
	/* font-family: Impact, fantasy; */
	font-size: 38px;
	}
  .start-title::before{
	z-index: -1;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: .46em;
	background-color: #f26f21;
  }