@charset "utf-8";

*{
	margin: 0;
	padding: 0;
}
body{
	font-family: "Microsoft Yahei",arial;
	font-size: 12px;
	color: #333;
	background: #fff;
}
.fl-lt{
	float: left;
}
.fl-rt{
	float: right;
}
ul li{
	list-style: none;
}
a{
	text-decoration: none;
	color: #000;
}
.clearfix::after{
	content: "";
	clear: both;
	display: block;
}
i{
	font-style: normal;
}
input,button,textarea{
	border: 0;
	outline: none;
}
b{
	font-style: normal;
}
em{
	font-style: normal ;
}

.y-row{
	width: 1060px;
	margin: 0 auto;
}
.bold{
	font-weight: bold;
}
.img-block{
	width: 100%;
	display: block;
}
.none{
	display: none;
}

/*公共头部*/
.header .top{
	width: 100%;
	height: 80px;
	background: #49256e;
	position: relative;
    z-index: 22;
}
.header .top .top-bg{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	z-index: -1;
}
.header .top .top-center{
    width: 1100px;
    margin: 0 auto;
    height: 100%;
}
.header .top  .logo-img{
    height: 50px;
    margin-top: 15px;
    margin-left: 50px;
}
.header .top .top-m{
	margin: 15px 140px 0 100px;
    color: #fbc70d;
}
.header .top .top-m span{
    font-size: 17px;
    display: block;
    margin-bottom: 3px;
    letter-spacing: 1px;
}
.header .top .top-m strong{
    display: block;
    font-size:18px;
    letter-spacing: 1px;
}
.header .top .gate{
    font-size: 13px;
    color: #fbc70d;
    height: 24px;
    line-height: 24px;
    border: 1px solid #fbc70d;
    text-align: center;
    margin-top: 28px;
    width: 72px;
}

.first-nav{
    background: #fbc70d;
    height: 42px;
}
.first-nav .nav-list{
    width: 990px;
    margin: 0 auto;
}
.first-nav .nav-list li{
    float: left;
    position: relative;
    padding: 0 5px;
    width: 165px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.first-nav .nav-list li .title{
    height: 34px;
    margin-top: 4px;
    line-height: 34px;
    font-size: 17px;
    color: #49256e;
    cursor: pointer;
}
.first-nav .nav-list li .title a{
    display: block;
    height:100%;
    color: #49256e;
}
.first-nav .nav-list li .title h2{
    font-size: 17px;
    font-weight:normal;
}
.first-nav .nav-list li:after{
    content: '';
    position: absolute;
    right: 0px;
    top: 10px;
    height: 22px;
    width: 1px;
    background: #49256e;
    z-index: 11;
}
.first-nav .nav-list li:last-child:after{
    display: none;
}
.first-nav .nav-list li .item{
    position: absolute;
    left: 5px;
    top: 38px;
    width: 155px;
    background: #49256e;
    z-index: 22;
    padding-bottom: 5px;
    display: none;
}
.first-nav .nav-list li .item a{
    display: block;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    font-size: 15px;
}

.first-nav .nav-list li .item a:hover,
.first-nav .nav-list li .item a.active{
    background: #fbc70d;
}
.first-nav .nav-list li.active .title,
.first-nav .nav-list li:hover .title{
    background: #49256e;
    color: #fbc70d;
}
.first-nav .nav-list li.active .title a,
.first-nav .nav-list li:hover .title a{
    color: #fbc70d;
}

.header .banner-nav{
/*	height: 814px;*/
	width: 100%;
	position: relative;
    font-size: 0;
}
.header .banner{
	width: 100%;
/*	height: 814px;*/
	position: relative;
}
.header .banner .banner-list{
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.header .banner .banner-list li{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-size: 100% 100%!important;
	display: none;
}
.header .banner .banner-list li img{
    display: block;
    width: 100%;
    height: 100%;
}
.header .banner .banner-list li:first-child{
	display: block;
}
.header .banner-btn-list{
	position: absolute;
	bottom: 20px;
	text-align: center;
	width: 100%;
}
.header .banner-btn-list li{
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #e6e6e6;
	margin: 0 4px;
	cursor: pointer;
}
.header .banner-btn-list li.light{
	background: #fbc70d;
}
.header .bar{
    font-size:0;
}

/*content*/
/*location*/
.location-wrapper{
	margin-top: 20px;
	padding-bottom: 4px;
	border-bottom: 1px solid #FBC70D;
	margin-bottom: 30px;
	font-size: 14px;
    position: relative;
    z-index: 2;
}

/*common-title*/
.common-title{
	text-align: center;
	margin-bottom: 30px;
}
.common-title h2{
	font-size: 26px;
	font-weight: normal;
	padding-bottom: 6px;
	border-bottom: 1px solid #FBC70D;
	margin-bottom: 6px;
	display: inline-block;
}
.common-title h2 strong{
	color: #FBC70D;
	font-weight: normal;
}
.common-title span{
	display: block;
	font-size: 12px;
	text-transform: uppercase;
}

/*footer*/
.footer{
	margin-top: 50px;
	overflow: hidden;
}
.footer .footer-con{
	position: relative;
	background: #49256E;
	height: 150px;
	z-index: 2;
	padding-top: 10px;
	box-sizing: border-box;
}
.footer .img1{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	z-index: -1;
}
.footer .img2{
    height: 60px;
    margin-right: 80px;
    margin-top: 30px;
}
.footer .middle{
	text-align: center;
	color: #FBC70D;
}
.footer .middle p{
    font-size: 20px;
    margin-bottom: 8px;
    margin-top: 33px;
    letter-spacing: 15px;
}
.footer .middle span{
	display: inline-block;
	font-size: 16px;
	margin: 0 10px;
}
.footer .img3{
    width: 80px;
    height: 80px;
    display: block;
    padding: 8px;
    background: #FBC70D;
    margin-top: 12px;
    margin-right: 110px;
}

@media only screen and (max-width: 1600px) {
	.footer .img1{
		right: -5%;
	}
}
@media only screen and (max-width: 1444px) {
	.footer .img1{
		right: -10%;
	}
}

/*超两行显省略号*/
.two-ellipsis{
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*分页导航*/
.page-nav{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 0;
}
.page-nav .prev,
.page-nav .next{
	display: inline-block;
	font-size: 14px;
	color: #FBC70D;
	width: 76px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #49256e;
}
.page-nav ul{
	font-size: 0;
	display: inline-block;
	margin: 0 5px;
}
.page-nav ul li{
	font-size: 14px;
	display: inline-block;
	margin: 0 3px;
	width: 30px;
	text-align: center;
	height: 30px;
	line-height: 30px;
}
.page-nav ul li a{
	display: block;
	height: 100%;
	color: #666;
}
.page-nav ul li.on{
	background: #49256e;
	color: #FBC70D;
}
.page-nav ul li.on a{
	color: #FBC70D;
}








