﻿/* CSS */
@charset "utf-8";
/* CSS Document */

/*banner*/
/*.banner{ overflow:hidden; width:100%; height:550px; position:relative; z-index:1; margin-top:-5px; background:url(../img/banner.jpg) no-repeat center top;}*/
#flashs {
	position: relative;
	height: 600px;
	overflow: hidden;
	width: 100% !important;
	margin-top: -5px;
}
#flashs .bd {
	width: 100% !important;
}
#flashs .bgitem {
	z-index: 1;
	position: absolute;
	top: 0;
	width: 100% !important;
}
.banner .btn {
	overflow: hidden;
	width: 261px;
	position: absolute;
	left: 50%;
	bottom: 20px;
	margin-left: -130px;
	z-index: 999;
}
.banner .btn span {
	display: block;
	width: 76px;
	height: 5px;
	border: 1px solid #a8a8a8;
	margin: 0 3px 0 4px;
	float: left;
	cursor: pointer
}
.banner .btn span.cur {
	background-color: #158be3;
	border: 1px solid #158be3;
}
/*search*/
.search {
	height: 35px;
	padding: 30px 0;
	overflow: hidden;
	width: 100%;
	background-color: #f7f7f7;
}
.search p {
	float: left;
	margin-top: 11px;
	font-size: 13px;
	color: #666;
}
.search p b {
	float: left;
	display: block;
}
.search p a {
	display: block;
	float: left;
	color: #666;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px dotted #666;
}
.search .sbox {
	overflow: hidden;
	width: 300px;
	height: 35px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 5px 5px 5px #ccc;
	float: right;
*border:1px solid #ccc
}
.search span {
	display: block;
	cursor: pointer;
	width: 40px;
	height: 35px;
	background: url(../img/search.png) no-repeat center;
	float: left;
}
.search input {
	float: left;
	border: none;
	outline: none;
	width: 260px;
	height: 35px;
	line-height: 35px;
	font-size: 12px;
	color: #999;
}
/* hezuo*/
.hezuo {
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 30px;
}
.hezuo h3 {
	text-align: center;
	font-size: 24px;
	font-weight: normal;
}
.hezuo h3 a {
	color: #333;
}
.hezuo h3 em {
	color: #158be3;
}
.hezuo span {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #999;
	margin-bottom: 15px;
	margin-top: 3px;
}
.hezuo .hzbox {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 110px;
}
.hezuo .hzbox ul {
	overflow: hidden;
	position: absolute
}
.hezuo .hzbox li {
	float: left;
	width: 152px;
	height: 108px;
	border: 1px solid #f0eeee;
	margin-right: 15px;
}
.hezuo .hzbox li img {
	width: 152px;
	height: 108px;
}
/*tedian*/
.tedian {
	overflow: hidden;
	width: 100%;
}
.tedian .tedian01 {
	overflow: hidden;
	width: 100%;
	height: 550px;
	background: url(../img/tedianbg_01.jpg) no-repeat center top;
}
.tedian .tedian02 {
	overflow: hidden;
	width: 100%;
	height: 550px;
	background: url(../img/tedianbg_02.jpg) no-repeat center top;
}
.tedian .wen {
	overflow: hidden;
	width: 620px;
	float: right;
}
.tedian h4 {
	font-size: 20px;
	color: #158be3;
	margin-bottom: 8px;
}
.tedian p {
	font-size: 13px;
	color: #666;
	line-height: 20px;
	height: 60px;
}
.tedian .wen01 {
	margin-top: 100px;
	margin-bottom: 45px;
}
.tedian .wen02 {
	margin-bottom: 30px;
}
/*pro*/
.pro {
	overflow: hidden;
	width: 100%;
	background: url(../img/pro_bg.jpg) no-repeat center bottom;
	background-color: #158be3;
	padding-bottom: 50px;
}
.pro .menu {
	overflow: hidden;
	height: 75px;
	margin-bottom: 40px;
	margin-top: 40px;
}
.pro .menu h3 {
	float: left;
	width: 210px;
	font-size: 24px;
}
.pro .menu h3 a {
	text-decoration: none;
	color: #ffff00;
}
.pro .menu h3 em {
	color: #fff;
}
.pro .menu h3 p {
	font-weight: normal;
	font-size: 24px;
	color: #fff;
}
.pro .menu .menulist {
	overflow: hidden;
	width: 948px;
	padding-left: 40px;
	border-left: 1px solid #359e71;
	height: 80px;
	float: left;
}
.pro .menu h4 {
	font-size: 14px;
	margin-bottom: 15px;
}
.pro .menu h4 a {
	color: #ffff00;
}
.pro .menu ul {
	overflow: hidden;
	width: 100%;
}
.pro .menu li {
	float: left;
	width: 30%;
	font-size: 16px;
	line-height: 35px;
	border-radius: 15px;
    background-color: rgba( 0, 0, 0, 0.4 );
	margin-bottom:5px;
	text-align:center;
	margin-right:3%;
}
.pro .menu li a {
	color: #fff;
}
.pro .probox {
	overflow: hidden;
	width: 100%;
	height: 780px;
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 40px;
}
.pro .probox h5 {
	font-weight: normal;
	text-align: center;
	font-size: 24px;
	margin-top: 30px;
}
.pro .probox h5 a {
	color: #000;
}
.pro .probox p {
	text-align: center;
	font-size: 14px;
	color: #999;
	margin-bottom: 25px;
}
.pro .probox ul {
	overflow: hidden;
	width: 1170px;
	margin: 0 auto;
}
.pro .probox li {
	float: left;
	width: 380px;
	height: 340px;
	margin: 0 4px;
}
.pro .probox li img {
	display: block;
	margin: 0 auto;
	border: 1px solid #eeeded;
	margin-bottom: 15px;
}
.pro .probox li span {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #666;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.pro .gongyi {
	overflow: hidden;
	width: 100%;
}
.pro .gongyi h6 {
	text-align: center;
	color:#FFFFFF;
	font-size:24px;
	line-height:30px;
}
.pro .gongyi p {
	font-size: 16px;
	color: #999;
	text-align: center;
	margin-bottom: 30px;
}
.pro .gongyi ul {
	overflow: hidden;
	width: 100%;
}
.pro .gongyi li {
	float: left;
	width: 165px;
	height: 80px;
	border-right: 1px solid #939596;
	margin:0 16px 0 16px;
}
.pro .gongyi .last {
	border: none
}
.pro .gongyi li img {
	display: block;
	margin: 0 auto;
}
.pro .gongyi li span {
	display: block;
	text-align: center;
	font-size: 24px;
	color: #fff;
}
/*youshi*/
.youshi {
	overflow: hidden;
	width: 100%;
}
.youshi .youshi_t {
	display: block;
	margin: 15px auto;
}
.youshi .youshi01 {
	overflow: hidden;
	width: 100%;
	height: 290px;
	background: url(../img/youshi_01.jpg) no-repeat center top;
}
.youshi .youshi02 {
	overflow: hidden;
	width: 100%;
	height: 358px;
	background: url(../img/youshi_02.jpg) no-repeat center top;
}
.youshi .youshi03 {
	overflow: hidden;
	width: 100%;
	height: 350px;
	background: url(../img/youshi_03.jpg) no-repeat center top;
}
.youshi .youshi04 {
	overflow: hidden;
	width: 100%;
	height: 336px;
	background: url(../img/youshi_04.jpg) no-repeat center top;
}
.youshi h4 {
	font-size: 30px;
	color: #158be3;
}
.youshi h4 em {
	color: #333;
}
.youshi h5 {
	font-weight: normal;
	font-size: 24px;
	color: #333;
	margin-bottom: 45px;
}
.youshi p {
	font-size: 14px;
	color: #666;
	line-height: 25px;
	text-align: justify;
}
.youshi .wen {
	overflow: hidden;
	width: 600px;
}
.youshi .wen02 {
	margin-left: 575px;
	margin-top: 70px;
}
.youshi .wen03 {
	margin-top: 70px;
}
.youshi .wen03 p {
	line-height: 20px;
	margin-bottom: 10px;
}
.youshi .wen04 {
	margin-left: 630px;
	margin-top: 70px;
}
/*流程*/
.liucheng {
	overflow: hidden;
	width: 100%;
	height: 128px;
	padding: 20px 0;
	background-color: #158be3;
}
.liucheng li {
	float: left;
	width: 128px;
	height: 128px;
	padding-left: 45px;
	background: url(../img/liucheng_01.png) no-repeat 5px center;
}
.liucheng li .wen {
	overflow: hidden;
	width: 128px;
	height: 128px;
	background: url(../img/liucheng_02.png) no-repeat center;
	text-align: center
}
.liucheng li.no {
	background: url(../img/liucheng_03.png) no-repeat center;
	padding-left: 0;
}
.liucheng p {
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin-top: 36px;
}
.liucheng h5 {
	font-weight: normal;
	text-align: center;
	font-size: 24px;
	color: #fff;
	margin-top: 5px;
}
.liucheng span {
	display: block;
	font-size: 16px;
	color: #fff;
	margin-top: 40px;
}
.liucheng em {
	display: block;
	font-size: 16px;
	color: #fff;
	margin-top: 5px;
}
/*ganyan*/
.ganyan {
	overflow: hidden;
	width: 100%;
	height: 787px;
	background: url(../img/ganyan_bg.jpg) no-repeat center top;
}
.ganyan h3 {
	text-align: center;
	font-weight: normal;
	font-size: 24px;
	margin-top: 50px;
}
.ganyan h3 a {
	color: #158be3;
}
.ganyan h3 em {
	color: #333;
}
.ganyan span {
	text-align: center;
	display: block;
	font-size: 14px;
	color: #999;
	margin-bottom: 25px;
}
.ganyan .gybox {
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 20px;
	height: 430px;
	position: relative
}
.ganyan .gybox ul {
	overflow: hidden;
	position: absolute
}
.ganyan .gybox li {
	float: left;
	width: 288px;
	height: 430px;
	background-color: #fff;
	margin-right: 15px;
}
.ganyan .gybox li img {
	display: block;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 20px;
}
.ganyan .gybox li h4 {
	text-align: center;
	font-size: 16px;
	margin-bottom: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}
.ganyan .gybox li h4 a {
	color: #158be3;
}
.ganyan .gybox li p {
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	color: #666;
	line-height: 20px;
	height: 80px;
	overflow: hidden;
	margin-bottom: 25px;
	width: 265px;
}
.ganyan .gybox li .more {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	background: url(../img/ganyan_more.png) no-repeat center top;
}
.ganyan .gybox li:hover .more {
	background-position: bottom
}
.ganyan .gybox li:hover img {
	opacity: 0.8
}
.ganyan .ad {
	overflow: hidden;
	width: 1200px;
	height: 180px;
	margin: 0 auto;
	background: url(../img/ganyan_ad.jpg) no-repeat center top;
}
.ganyan .ad .wen {
	overflow: hidden;
	float: right;
	margin-top: 55px;
	margin-right: 40px;
}
.ganyan .ad p {
	font-size: 14px;
	text-align: center;
	color: #fff;
	margin-bottom: 15px;
}
.ganyan .ad a {
	display: block;
	width: 236px;
	height: 33px;
	text-align: center;
	line-height: 33px;
	background-color: #f6791e;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}
/*about*/
.about {
	overflow: hidden;
	width: 1200px;
	margin: 40px auto;
}
.about .a_logo {
	display: block;
	margin: 0 auto;
	margin-bottom: 24px;
}
.about p {
	text-align: center;
	font-size: 13px;
	color: #666;
	line-height: 22px;
	height: 66px;
	overflow: hidden;
	margin-bottom: 55px;
}
.about .menu {
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 30px;
	width: 262px;
	height: 42px;
}
.about .menu li {
	float: left;
	width: 125px;
	height: 42px;
	border-radius: 3px;
	background-color: #e1e1e1;
	text-align: center;
	line-height: 42px;
	font-size: 16px;
	color: #666;
	margin: 0 3px;
}
.about .menu li a {
	color: #666;
	text-decoration: none;
}
.about .menu li.cur {
	background-color: #158be3;
}
.about .menu li.cur a {
	color: #fff;
}
.about .abox {
	overflow: hidden;
	width: 100%;
	height: 205px;
}
.about .awin {
	overflow: hidden;
	width: 100%;
	height: 205px;
	position: relative;
	display: none
}
.about .awin ul {
	overflow: hidden;
	position: absolute;
}
.about .awin li {
	float: left;
	width: 227px;
	height: 205px;
	margin-right: 16px;
}
.about .awin li img {
	display: block;
	margin-bottom: 15px;
	width: 227px;
	height: 159px;
}
.about .awin li span {
	display: block;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 13px;
	color: #666;
}
/*news*/
.news {
	overflow: hidden;
	width: 100%;
	padding: 30px 0;
	background-color: #f7f7f7;
}
.news .newsleft {
	overflow: hidden;
	width: 715px;
	float: left;
	height: 370px;
	border-top: 3px solid #158be3;
	background-color: #fff;
}
.news .newsright {
	overflow: hidden;
	width: 450px;
	float: right;
	height: 370px;
	border-top: 3px solid #158be3;
	background-color: #fff;
}
.news .newsmenu {
	overflow: hidden;
	width: 100%;
	margin-top: 26px;
	margin-bottom: 30px;
}
.news .newsmenu ul {
	overflow: hidden;
	float: left;
	margin-left: 20px;
}
.news .newsmenu li {
	float: left;
	font-size: 16px;
	color: #333;
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px dotted #666;
}
.news .newsmenu li.last {
	border: none
}
.news .newsmenu li a {
	color: #333;
}
.news .newsmenu li.cur {
	font-weight: bold;
}
.news .newsmenu li.cur a {
	color: #158be3;
}
.news .newsmenu .more {
	float: right;
	margin-right: 20px;
	font-size: 12px;
	color: #beb5b5;
}
.news .newsbox {
	overflow: hidden;
	width: 675px;
	margin: 0 auto;
	height: 270px;
	position: relative
}
.news .newslist {
	overflow: hidden;
	width: 675px;
	height: 270px;
}
.news .newslist .lefttu {
	overflow: hidden;
	float: left;
	width: 350px;
	height: 270px;
	background-color: #158be3;
}
.news .newslist .lefttu img {
	display: block;
	margin-bottom: 20px;
}
.news .newslist .lefttu span {
	display: block;
	text-align: center;
	font-size: 13px;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}
.news .newslist .lefttu a {
	display: block;
	text-decoration: none
}
.news .newslist ul {
	overflow: hidden;
	float: right;
	width: 310px;
	height: 270px;
}
.news .newslist li {
	width: 295px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	float: left;
	font-size: 12px;
	line-height: 45px;
	border-bottom: 1px dotted #e1dddd;
	background: url(../img/news_li.png) no-repeat left center;
	padding-left: 15px;
}
.news .qatop {
	overflow: hidden;
	margin-top: 26px;
	margin-bottom: 30px;
}
.news .qatop h3 {
	float: left;
	margin-left: 20px;
	font-size: 16px;
}
.news .qatop h3 a {
	color: #158be3
}
.news .qatop .more {
	float: right;
	margin-right: 20px;
	font-size: 12px;
	color: #beb5b5;
}
.news .qabox {
	overflow: hidden;
	width: 410px;
	margin: 0 auto;
	height: 270px;
	position: relative
}
.news .qalist {
	overflow: hidden;
	padding-left: 25px;
	background: url(../img/news_q01.png) no-repeat left top;
	width: 385px;
	margin-bottom: 24px;
}
.news .qalist h5 {
	font-weight: normal;
	font-size: 13px;
	white-space: nowrapl;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 10px;
}
.news .qalist h5 a {
	color: #333;
}
.news .qalist p {
	font-size: 12px;
	color: #666;
	line-height: 20px;
	height: 40px;
	text-align: justify
}
.news .qalist:hover {
	background: url(../img/news_q02.png) no-repeat left top;
}
.news .qalist:hover h5 a {
	font-weight: bold;
	color: #158be3;
}
/*link*/
.link {
	overflow: hidden;
	padding: 35px 0;
}
.link h3 {
	font-size: 20px;
	float: left;
}
.link h3 a {
	color: #158be3;
}
.link h3 span {
	font-size: 16px;
	font-weight: normal;
	color: #999;
	font-family: Arial;
	margin-left: 5px;
}
.link ul {
	overflow: hidden;
	float: right;
	width: 1060px;
}
.link li {
	float: left;
	font-size: 13px;
	color: #666;
	margin: 5px 20px;
	white-space: nowrap;
}
.link li a {
	color: #666
}
/* -- 弹出窗口 -- */
#mesbook1_c, #mesbook1 {
	display: none;
	z-index: 1001;
	width: 398px;
	border: 1px solid #ccc;
	background: #fff;
	padding-bottom: 20px;
}
#mesbook1_c div, #mesbook1 div {
	border: 1px solid #E4E3E3;
	background: #EBECEB;
	height: 18px;
	padding: 4px .5em 0;
	margin-bottom: 10px;
}
#mesbook1_c dl.b1, #mesbook1 dl.b1 {
	width: 370px;
	margin: 0 auto;
}
#mesbook1_c dl.b1 dt, #mesbook1 dl.b1 dt {
	float: left;
	width: 105px;
	overflow: hidden;
}
#mesbook1_c dl.b1 dd, #mesbook1 dl.b1 dd {
	width: 265px;
	float: right;
}
#mesbook1_c #mesbook1_cBtns, #mesbook1 #mesbook1Btns {
	padding-bottom: 10px;
}
#mesbook1_c #mesbook1_cBtns input, #mesbook1 #mesbook1Btns input {
	margin-right: 20px;
}
/*处理中动画占全屏*/
#oran_div_processing {
	width: 300px;
	padding: 20px;
	z-index: 9999;
	text-align: center;
	background: #fffeef;
	border: solid 1px #b8ab04;
}
