@charset "utf-8";

/*index*/

.i-header{
	height: 122px;
	position: relative;
	padding-top: 15px;
}
.i-top{
	height: 80px;
}

.i-logo,
.i-logo img{
	width: 440px;
	height: 80px;
}
.i-top-r p{
	text-align: right;
	height: 50;
	line-height: 50px;
	font-size: 18px;
	color: #333;
}
.i-top-rtxt{
	text-align: right;
	height: 30px;
}
.i-top-rtxt a{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin-left: 40px;
}
.i-top-rtxt a i{
	float: left;
	margin-right: 5px;
}
.i-top-rtxt a i,
.i-top-rtxt a i img{
	display: inline-block;
	width: 30px;
	height: 30px;
}

.i-top-wx{
	position: relative;
}
.i-top-wxbox{
	position: absolute;
	background: #fff;
	left: 50%;
	margin-left: -81px;
	top: 100%;
	display: none;
	z-index: 999999;
}
.i-top-wxbox,
.i-top-wxbox img{
	border: 1px solid #ececec;
	width: 160px;
	height: 160px;
}
.i-top-wx:hover .i-top-wxbox{
	display: block;
}

.i-nav{
	height: 52px;
	overflow: hidden;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -26px;
	background: url(../images/i-nav-bg.png) no-repeat;
	text-align: center;
	z-index: 9999;
}


.i-nav a{
	height: 50px;
	border-bottom: 2px solid transparent;
	display: inline-block;
	padding: 0 12px;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	margin: 0 30px;
}
.i-nav a:hover,
.i-nav a.active{
	color: #ffcf50;
	border-bottom: 2px solid #f6ca47;
}


.fullSlide {
	width: 100%;
	position: relative;
	height: 600px;
	background: #000;
}

.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.fullSlide .bd ul {
	width: 100% !important;
}

.fullSlide .bd li {
	width: 100% !important;
	height: 600px;
	overflow: hidden;
	text-align: center;
}

.fullSlide .bd li a {
	display: block;
	height: 600px;
}

.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 80px;
	left: 0;
	height: 30px;
	line-height: 30px;
}

.fullSlide .hd ul {
	text-align: center;
}

.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 12px;
	height: 12px;
	margin: 5px;
	background: #fff;
	overflow: hidden;
	line-height: 9999px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.fullSlide .hd ul .on {
	background: #f2aa00;
}

.i-banner{
	border-bottom: 10px solid #f2aa00;
}

.i-m1{
	height: 74px;
	padding-top: 72px;
	border-bottom: 1px solid #ececec;
	position: relative;
}
.i-m1-box{
	background: url(../images/i-m1-bg.png) no-repeat;
	position: absolute;
	width: 1100px;
	height: 160px;
	left: 0;
	top: -88px;
	z-index: 9999;
}
.i-m1-box1,
.i-m1-box2,
.i-m1-box3{
	width: 366px;
}



.i-m1-icon{
	display: block;
	float: left;
	margin-top: 55px;
	margin-right: 15px;
	margin-left: 20px;
}
.i-m1-icon,
.i-m1-icon img{
	width: 50px;
	height: 50px;
}

.i-m1-box1 .i-m1-icon{
	margin-left: 50px;
}

.i-m1-txt h3{
	line-height: 30px;
	font-size: 20px;
	color: #fff;
	margin-top: 18px;
}
.i-m1-txt{
	float: left;
	height: 160px;
	overflow: hidden;
	
}
.i-m1-txt p{
	line-height: 22px;
	font-size: 12px;
	color: #fff;
}

.i-m1-box1 .i-m1-txt{
	width: 230px;
}
.i-m1-box2 .i-m1-txt{
	width: 260px;
}
.i-m1-box3 .i-m1-txt{
	width: 220px;
}

.i-notice{
	height: 24px;
	overflow: hidden;
	margin-top: 25px;
}

.i-notice-tit{
	padding-left: 28px;
	background: url(../images/icon-news.png) left center no-repeat;
	line-height: 24px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	width: 80px;
}
.i-notice .scrollDiv {
	width: 990px;
	height: 24px;
	line-height: 24px;
	overflow: hidden
}

.i-notice .scrollDiv li {
	height: 24px;
	line-height: 24px;
}
.i-notice .scrollDiv li a{
	color: #333;
	font-size: 14px;
	float: left;
	display: block;
	width: 800px;
	height: 24px;
}
.i-notice .scrollDiv li a:hover{
	text-decoration: underline;
}
.i-notice .scrollDiv li span{
	float: right;
	color: #999;
	font-size: 14px;
}


.i-m2{
	padding: 60px 0;
	overflow: hidden;
}

.i-m2-l{
	width: 560px;
	height: 360px;
}
.i-m2-r,
.i-m2-r img{
	width: 485px;
	height: 360px;
}
.i-m2-l h3{
	margin-top: 50px;
}
.i-m2-l h3,
.i-m2-l h4{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	
}

.i-m2-l h3 a{
	color: #333;
	font-size: 18px;
}
.i-m2-l h3 a:hover{
	text-decoration: underline;
}
.i-m2-l h4{
	color: #0b338d;
	font-size: 28px;
	margin: 20px 0;
}
.i-m2-l p {
	line-height: 26px;
	color: #333;
	font-size: 18px;
	max-height: 104px;
	overflow: hidden;
}

.i-m2-btnbox {
	width: 100%;
	margin-top: 40px;
}

.i-m2-btn {
	display: inline-block;
	height: 35px;
	line-height: 35px;
	background: #1a4fc2;
	width: 120px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.i-m2-btn:hover{
	background: #305ec1;
}

.i-m3-box{
	overflow: hidden;
	height: 400px;
}

.i-m3 {
	text-align: center;
	height: 330px;
	padding-top: 70px;
	color: #fff;
}
.i-m3 h4,
.i-m3 p{
	line-height: 60px;
	height: 60px;
	overflow: hidden;
}
.i-m3 h4{
	font-size: 24px;
}

.i-m3 h3{
	line-height: 80px;
	height: 80px;
	overflow: hidden;
	font-size: 36px;
}

.i-m3 p{
	font-size: 18px;
}

.i-m4{
	padding: 60px 0;
	overflow: hidden;
}

.i-m4-tit{
	height: 63px;
	text-align: center;
}
.i-m4-tit img{
	height: 63px;
	max-width: 100%;
}



.picScroll {
	margin: 40px auto 0 auto;
	position: relative;
	width: 100%;
	background: #fff;
	overflow: hidden;
}

.picScroll .prev,
.picScroll .next {
	display: none;
	position: absolute;
	top: 86px;
	left: 5px;
	width: 23px;
	height: 23px;
}


.picScroll ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll ul li {
	width: 281px;
	float: left;
	overflow: hidden;
	text-align: center;
	margin: 0 8px;
	cursor: pointer;
}

.picScroll ul li img {
	width: 280px;
	height: 280px;
	display: block;
	background: url(../images/loading.gif) center center no-repeat;
}

.picScroll ul li p{
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	margin-top: 5px;
}
.picScroll ul li p a{
	color: #666;
	font-size: 16px;
}
.picScroll ul li:hover p a,
.news-list li a:hover{
	text-decoration: underline;
}

.i-footer-wrap{
	background: #313131;
	padding-bottom:30px;
	overflow: hidden;
}
.i-footer-wrap a:hover{
	text-decoration: underline;
}
.i-footer-top{
	 
	/*border-bottom: 1px solid #444444;*/
	overflow: hidden;
}


.i-footer-item{
	width: 125px;
	position: relative;
	text-align: center;
	border-right:1px solid #444;
	margin-top:30px;
}

.i-footer-item h3{
	line-height: 30px;

	margin-bottom: 15px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.i-footer-item p{
	height: 24px;
	overflow: hidden;
	margin-bottom: 12px;
}
.i-footer-item p a{
	line-height: 24px;
	font-size: 14px;
	color: #fff;
}

.i-footer-item2{
	width: 265px;
	text-align: left;
	padding-left: 25px;
}
.i-footer-low{
	padding: 10px 0;
	text-align: center;
	overflow: hidden;
	background: #2c2c2c;
	
}

.i-footer-link,
.i-footer-link a,
.i-footer-low>p,
.i-footer-low p a{
	color: #fff;
	line-height: 20px;
	font-size: 12px;
}

.i-footer-link a{
	margin-right: 20px;
}
.i-footer-low>p{
	margin-top: 2px;
}
.i-footer-link a:hover{
	text-decoration: underline;
}
.i-footer-ewm{
	width: 160px;
	padding-top: 55px;
	text-align: center;
}
.i-footer-ewm img{
	width: 160px;
	height: 160px;
}
.i-footer-ewm p{
	color: #fefefe;
	font-size: 14px;
	line-height: 20px;
	margin-top: 5px;
}
.i-icon,
.i-icon img{
	width: 24px;
	height: 24px;
	display: inline-block;
}

.i-footer-item2 i{
	float: left;
	background: url(../images/i-foot-icon.png) no-repeat;
	margin-right: 5px;
}
.i-footer-item2 .i-footer-icon1{
	background-position: 0 -2px;
}
.i-footer-item2 .i-footer-icon2{
	background-position: 0 -34px;
}
.i-footer-item2 .i-footer-icon3{
	background-position: 0 -66px;
}
.i-footer-item2 .i-footer-icon4{
	background-position: 0 -94px;
}
.i-footer-item2 .i-footer-icon5{
	background-position: 0 -123px;
}



/*speech*/

.spe-bannerbox{
	height: 329px;
	overflow: hidden;
}
.spe-banner{
	padding-top: 105px;
}
.spe-banner-img{
	height: 60px;
	text-align: center;
	margin-bottom: 15px;
}

.spe-banner-img img{
	height: 60px;
	max-width: 100%;
}

.ny-left{
	width: 170px;
	position: relative;
	padding-top: 85px;
}
.ny-tit,
.ny-tit img{
	width: 170px;
	height: 170px;
}
.ny-tit{
	position: absolute;
	left: 0;
	top: -85px;
	z-index: 9999;
}
.ny-left-nav{
	width: 100%;
}

.ny-left-nav li{
	height: 60px;
	border-bottom: 1px solid #ececec;
	text-align: center;
}
.ny-left-nav li a{
	line-height: 60px;
	color: #333;
	font-size: 16px;
	display: block;
	height: 60px;
	width: 100%;
}
.ny-left-nav li a:hover,
.ny-left-nav li.active a{
	background: #1a4fc2;
	color: #fff;
}
.ny-right{
	width: 900px;
	min-height: 400px;
}
.b-b-1{
	border-bottom: 1px solid #ececec;
}

.ny-crumbsbox{
	height: 68px;
}
.ny-crumbs,
.ny-crumbs a{
	color: #333;
	font-size: 14px;
}
.ny-crumbs a:hover,
.cont-ltext p a:hover{
	text-decoration: underline;
}

.ny-crumbs{
	height: 24px;
	line-height: 24px;
	margin-top: 22px;
	background: url(../images/i-foot-icon.png) 0 -154px no-repeat;
	padding-left: 24px;
}

.spe-rtit{
	color: #333;
	font-size: 28px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	margin: 35px 0 30px;
}

.ny-rcon>p{
	line-height: 30px;
	font-size: 14px;
	color: #333;
	margin-bottom: 25px;
	/*text-indent: 2em;*/
}
.spe-pic{
	text-indent: 0;
	text-align: center;
}
.spe-pic img{
	max-width: 100%;
}

.spe-name{
	height: 45px;
	line-height: 45px;
	color: #333;
	font-size: 14px;
}

.spe-name span{
	display: inline-block;
	height: 45px;
}
.spe-name span img{
	height: 45px;
	max-width: 300px;
}
.pb-40{
	padding-bottom: 40px;
}


/*contact*/
.cont-banner{
	text-align: center;
	padding-top: 135px;
}
.cont-banner .spe-banner-img{
	display: inline-block;
	height: 60px;
	
}
.cont-banner .spe-banner-img img{
	max-width: 500px;
}
.cont-ltext{
	width: 400px;
	overflow: hidden;
	padding-top: 50px;
}

.cont-ltext h3{
	color: #1a4fc2;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}
.cont-ltext h3,
.cont-ltext p{
	margin-bottom: 15px;
}
.cont-ltext p,
.cont-ltext p a{
	line-height: 30px;
	font-size: 14px;
	color: #333;
	
}

.cont-map{
	width: 450px;
	height: 300px;
	overflow: hidden;
	margin-top: 95px;
}
/*.cont-map img{
	width: 100%;
	height: 100%;
}*/


/*news*/

.news-list li{
	height: 24px;
	border-bottom: 1px dashed #ececec;
	position: relative;
	overflow: hidden;
	padding: 14px 0 14px 26px;
	line-height: 24px;
	
}
.news-list li:before{
	display: block;
	content: "";
	left: 0;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	background: url(../images/i-foot-icon.png) 0 -181px no-repeat;
}
.news-list li a{
	display: block;
	float: left;
	width: 670px ;
	height: 24px;
	overflow: hidden;
	color: #333;
	font-size: 14px;
}
.news-list li span{
	color: #999;
	font-size: 14px;
	float: right;
}

.icon-top{
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 20px;
	margin-left: 5px;
	position: relative;
	top:-3px;
	
}

.pagebox{
	height: 36px;
	width: 100%;
	text-align: center;
}

.pagebox>span,
.pagebox>a{
	margin: 0 4px;
}

.pagebox>a{
	width: 34px;
}
.pagebox>span a{
	width: 78px;
}

.pagebox a{
	font-size: 14px;
	color: #333;
	border: 1px solid #eaeaea;
	height: 34px;
	line-height: 34px;
	display: inline-block;
}
.pagebox a:hover,
.pagebox a.active{
	border-color: #ffc254;
	color: #fff;
	background: #ffc254;
}



/*news-detail*/

.back-btn{
	height: 26px;
	display: inline-block;
	border: 1px solid #ffc254;
	padding: 0 12px 0 28px;
	line-height: 26px;
	color: #ffc969;
	font-size: 14px;
	background: url(../images/i-foot-icon.png) 3px -209px no-repeat;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}


.news-d-txt p>img{
	width:100%;
}
.news-d-tit{
	text-align: center;
	padding: 30px 0;
	overflow: hidden;
}
.news-d-tit h2{
	font-size: 30px;
	color: #333;
	line-height: 40px;
}
.news-d-tit p{
	color: #999;
	font-size: 14px;
	line-height: 24px;
}
.news-d-tit p span{
	margin: 0 10px;
}
.news-d-txt p{
	line-height: 30px;
	color: #333;
	font-size: 14px;
	/*text-indent: 2em;*/
	margin-bottom: 30px;
}


.news-d-page{
	height: 40px;
	text-align: center;
	width: 100%;
}
.news-d-page a{
	display: inline-block;
	width: 100px;
	height: 40px;
	margin: 0 10px;
	background: url(../images/news-d-arrow.png) no-repeat;
}
.news-d-page .news-prev{
	background-position: 0 0;
}
.news-d-page .news-next{
	background-position: 0 -41px;
}
.news-d-page .news-prev:hover{
	background-position: 0 -82px;
}

.news-d-page .news-next:hover{
	background-position: 0 -123px;
}


/*about*/

.a-list li{
	width: 210px;
	padding: 0 7.5px;
	overflow: hidden;
	text-align: center;
	margin-top: 30px;
	border-bottom: 1px dashed #e0e0e0;
	float: left;
	height: 268px;
	cursor: pointer;
}

.a-list-pic{
	width: 208px;
	height: 208px;
	display: table;
	text-align: center;
	line-height: 208px;
	border: 1px solid #ececec;
	
}

.a-list-pic img{
	max-width: 208px;
	max-height: 208px;
	display: inline-block;
	vertical-align: middle;
	
}

.a-list li p{
	line-height: 30px;
	color: #333;
	font-size: 14px;
	height: 30px;
	overflow: hidden;
	margin-top: 10px;
}
.a-list li p a{
	color: #333;
}
.a-list li p a:hover{
	text-decoration: underline;
}

.shade{
	position: fixed;
	z-index: 99999;
	left: 0;
	right: 0;
	top: 0;
	background: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0, 0, 0);
	opacity: .8;
	filter:alpha(opacity=80);
	-webkit-transform: scale(1.185);
    -ms-transform: scale(1.185);
    transform: scale(1.185);
	display: none;
}
.a-popbox{
	height: 500px;
	width: 100%;
	position: fixed;
	top: 50%;
	margin-top: -250px;
	z-index: 999999;
	left: 0;
	display: none;
}
.a-pop{
	width: 1100px;
	margin: 0 auto;
	height: 500px;
	position: relative;
}
.a-pop li{
	overflow: hidden;
	height: 500px;
	width: 100%;
	position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.a-pop li.a-pop-on{
	display: block;
}



.a-pop-img{
	width: 500px;
	height: 500px;
	display: table;
	text-align: center;
	line-height: 500px;
	
}
.a-pop-img a{
	vertical-align: middle;
	display: table-cell;
}
.a-pop-img img{
	max-width: 500px;
	max-height: 500px;
	display: inline-block;
	vertical-align: middle;
}
.a-pop-txt{
	width: 545px;
	
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 50%;
}

.a-pop-txt h3{
	line-height: 30px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin-top: 25px;
}
.a-pop-txt p{
	margin-top: 20px;
	font-size: 16px;
	color: #fff;
	line-height: 28px;
	text-indent: 2em;
}

.btn {
    position: absolute;
    width: 60px;
    height: 130px;
    background: rgba(0,0,0,0.8);
    color: #fff;
    font-size: 40px;
    text-align: center;
    line-height: 130px;
    cursor: pointer;
    top: 50%;
    margin-top: -65px;
    font-family: "����";
}

.btn1 {
    left: 0px;
}

.btn2 {
    right: 0px;
}


.a-popclose{
	width: 50px;
	height: 50px;
	position: absolute;
	right: 50px;
	top: -10px;
	font-size: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-family: "����";
	cursor: pointer;
}



/*pro-detail*/
.pro-left-nav{
	width: 170px;
}
.pro-left-nav li{
	overflow: hidden;
	border-bottom: 1px solid #ececec;
	width: 100%;
}

.pro-left-nav li>a{
	height: 60px;
	line-height: 60px;
	color: #333;
	font-size: 16px;
}
.pro-left-nav li a{
	width: 130px;
	padding: 0 20px;
	display: block;
}
.pro-left-nav li>a span{
	float: left;
}
.pro-lnav-i{
	width: 9px;
	height: 6px;
	display: block;
	float: right;
	margin-top: 28px;
	background: url(../images/icon-sj-up.png) no-repeat;
}

.pro-left-nav li.active > a{
	background: #1a4fc2;
	color: #fff;
}
.pro-left-nav li.active > a .pro-lnav-i{
	background: url(../images/icon-sj-down.png) no-repeat;
}
.pro-navhide{
	display: none;
}
.pro-navhide,
.pro-navhide p{
	width: 100%;
}
.pro-navhide a{
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	background: #f4f4f4;
	color: #666;
	font-size: 14px;
	border-top: 1px solid #ececec;
}
.pro-navhide a:hover,
.pro-navhide a.pro-nav-on{
	background: #d4d4d4;
}

/*.pro-left-nav li.active .pro-navhide{
	display: block;
}*/

.pro-rcon{
	width: 100%;
	
}


.pro-r1{
	min-height: 400px;
	margin: 40px 0;
}
.pro-r1-img{
	width: 455px;
	height: 400px;
	text-align: center;
	line-height: 400px;
	display: table;
	cursor: pointer;
}
.pro-r1-img img{
	max-width: 455px;
	max-height: 400px;
	display: inline-block;
	vertical-align: middle;
}
.pro-r1-txt{
	width: 405px;
	min-height: 400px;
	overflow: hidden;
}
.pro-r1-txt p{
	line-height: 28px;
	color: #333;
	font-size: 14px;
	margin-top: 15px;
}

.pro-r1-txt p span{
	color: #999;
	font-size: 16px;
}


.pro-tab {
	width: 100%;
}
.pro-tab-tit{
	border-bottom: 1px solid #ffc254;
	overflow: hidden;
}

.pro-tab-hd,
.pro-tab-tit {
	height: 45px;
	zoom: 1;
}

.pro-tab-hd li {
	float: left;
	padding: 0px 35px 0 10px;
	color: #666;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	border-right: 1px solid #ffc254;
	border-top: 1px solid #ffc254;
	height: 44px;
	line-height: 44px;
	/*height: 43.5px\0;*/
	min-width: 90px;
	position: relative;
	background: #fff;
}

.pro-tab-hd li:before{
	display: block;
	content: '';
	width: 30px;
	height: 45px;
	/*height: 43.5px\0;*/
	background: url(../images/pro-tabnav.png) no-repeat;
	z-index: 2;
	position: absolute;
	left: -30px;
	top: -1px;
}

.pro-tab-hd li.active {
	color: #fff;
	background: #ffc254;
	
}
.pro-tab-hd li.active:before{
	background: url(../images/pro-tabnav-on.png) no-repeat;
	z-index: 3;
}


.pro-tab-bd li {
	display: none;
	padding: 0px;
}

.pro-tabcon{
	width: 100%;
	overflow: hidden;
}

.pro-tabcon p{
	line-height: 28px;
	margin-top: 30px;
	color: #333;
	font-size: 14px;
}
.pro-tabcon p img{
	display: inline-block;
	margin: 0 auto;
	max-width: 100%;
}


.text-i-0{
	text-indent: 0 !important;
}

/*xg-1207*/


.i-banner #dlunbo {
    width: 100%;
    height: 600px;
    position: relative;
}

.i-banner .pic {
    position: absolute;
    min-width: 1100px;
    width: 100%;
    overflow: hidden;
    height: 600px;
}
.i-banner .pic img{
	width: 1920px;
	position: absolute;
	left: 50%;
	height: 600px;
	top: 50%;
	margin-top: -300px;
	margin-left: -960px;
}




.i-banner #tabs {
    position: absolute;
    bottom: 80px;
    left: 0px;
    width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.i-banner .tab {
    cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 12px;
	height: 12px;
	margin: 5px;
	background: #fff;
	overflow: hidden;
	line-height: 9999px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}


.i-banner .btn {
    display: none;
}

.i-banner .bg {
    background: #f2aa00;
}


