/*格式化样式*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0 auto;
	padding: 0;
	font-family: "microsoft yahei";
}



body {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}

img {
	border: 0
}


ol,
ul {
	list-style: none
}



/* 背景 */

.bg00 {
	background: #21265D;
	overflow: hidden;
}

.bg01 {
	background: #F8F8F8;
	overflow: hidden;
	margin: 50px auto;
}



/* 宽度 */

.w {
	width: 100%;
	max-width: 1600px;
	overflow: hidden;
}


/* 字体 */

.fc2 {
	color: #777777;
}



/* 状态 */

a:link,
a:visited {
	text-decoration: none;
	color: #666;
}

a:hover,
a:active {
	text-decoration: none;
	color: #EB8F12;
	border: none;
}

ul,
li {
	list-style: none;
}





/* 头部 */

.head_top {
	width: 1200px;
	position: absolute;
	z-index: 99;
	left: 50%;
	margin-left: -600px;
	margin-top: 10px;
}

.head_top_logo {
	width: 50%;
	float: left;
}

.head_top_nav,
.head_top_nav li {
	float: left;
	width: 45%;
	z-index: 99;
}

.head_top_nav li {
	line-height: 60px;
	width: 20%;
	color: #FFF;
	font-weight: bold;
}

.head_top_nav_gb {
	float: right;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 50%;
	background: #EB8F12;
	color: #FFFFFF;
	text-align: center;
	margin: 12px 0;
}

.head_top_nav a,
.head_top_nav_gb a {
	color: #FFF;
}

.head_top_nav a:hover,
.head_top_nav_gb a:hover {
	color: #EB8F12;
}

.head_banner {
	position: relative;
	z-index: -1;
}

.head_banner img {
	width: 100%;
	display: block;
}






/* 通栏 */

.con_tl {
	width: 1200px;
	margin: 0 auto;
	color: #FFF;
}

.con_tl img {
	width: 64px;
	float: left;
	margin-right: 10px;
}

.con_tl_nr {
	width: 400px;
	float: left;
	margin: 20px 0;
}

.con_tl_nr li {
	line-height: 30px;
}


/* 内容 */

.con_bit,
.con_bit_en {
	font-size: 30px;
	color: #EB8F12;
	margin: 0 auto;
	margin-top: 50px;
	text-align: center;
	display: block;
	overflow: hidden;
}

.con_bit_en {
	margin-top: 10px;
	font-size: 20px;
	color: #21265D;
}

.con_ms {
	width: 1200px;
	margin: 0px auto;
	margin-top: 30px;
	text-align: center;
}

.con_ms img {
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
	display: block;
}


/* 业务 */

.con_yw,
.con_list {
	width: 1200px;
	margin: 0 auto;
}

.con_yw_box,
.con_list_box {
	width: 30%;
	margin: 30px 0 15px 2.5%;
	overflow: hidden;
	float: left;
}

.con_yw_box img {
	width: 80px;
	margin-left: 140px;
	text-align: center;
	background: #f7f7f7;
	margin-top: 5px;
	border-radius: 40px;
	box-shadow: 0px 5px 10px #999;
}

.con_yw_xq,
.con_list_xq {
	width: 95%;
	margin-top: -40px;
	margin-bottom: 15px;
	border-radius: 5px;
	background: #F7F7F7;
	overflow: hidden;
	border: 1px solid #f9f9f9;
	box-shadow: 0px 5px 10px #999;
}

.con_yw_xq li,
.con_list_xq li {
	font-size: 18px;
	font-weight: bold;
	color: #21265D;
	width: 60%;
	margin-top: 80px;
	padding-bottom: 20px;
	border-bottom: 2px dashed #777777;
	text-align: center;	
	height: 26px;
	overflow: hidden;
}

.con_yw_xq p,
.con_list_xq p {
	color: #777;
	padding: 20px;
	text-align: center;
	display: block;
	line-height: 30px;
	height: 150px;
	overflow: hidden;
}

.con_yw_xq span a,
.con_list_xq span a,
.con_news_left_more span a {
	background: #EB8F12;
	color: #fff;
	width: 100px;
	padding: 10px;
	margin: 0px auto;
	text-align: center;
	margin-bottom: 20px;
	display: block;
}




/* 资讯 */

.con_news {
	width: 1200px;
	height: 540px;
	background: url(../img/4.jpg) repeat center;
	margin: 0 auto;
}

.con_news_left {
	width: 550px;
	float: left;
	padding: 50px;
}

.con_news_left_bit {
	padding-top: 20px;
	color: #FFFFFF;
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
}

.con_news_left_con,
.con_news_right_con {
	padding-top: 10px;
	color: #FFFFFF;
	line-height: 30px;
	
}

.con_news_left_con span {
	color: #EB8F12;
}

.con_news_left_more span a {
	margin-left: 0px;
	margin-top: 30px;
}

.con_news_right {
	width: 460px;
	margin-top: 50px;
	float: left;
	padding: 20px;
	background: #EB8F12;
	overflow: hidden;
	height: 400px;
	color: #FFFFFF;
}

.con_news_right_bit {
	padding: 10px 0 0 0;
	font-weight: bold;
	font-size: 18px;
	line-height: 30px;
	max-height: 60px;
	overflow: hidden;
}


/* 详情 */

.con_details {
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
	min-height: 500px;
	overflow: hidden;
	border-radius: 5px;
	background: #F7F7F7;
	box-shadow: 0px 5px 10px #999;
}

.con_details_bit {
	text-align: center;
	font-size: 26px;
	margin: 40px 0 20px 0;
	color: #EB8F12;
	font-weight: bold;
}

.con_details_con {
	text-align: left;
	padding: 0 40px;
	color: #666;
	line-height: 30px;
}
.con_details_con p img{
	max-width: 1110px;
}
.firms p img{
	max-width: 1110px;
}
/* 列表 */
.con_list{
	margin-top: 50px;
}
.con_list_box{
	margin-top: 15px;
}
.con_list_xq{
	margin-top: 0px;
	margin-bottom: 15px;	
}
.con_list_xq img{
	width: 342px;
}
.con_list_xq li{
	width: 90%;
	text-align: left;
	margin-top: 10px;
	padding-bottom: 10px;
}
.con_list_xq p{
	width: 90%;
	text-align: left;
	margin: 10px auto;
	padding: 0px;
	height: 60px;
}

/* 合作 */

.con_hz {
	width: 1200px;
	margin: 20px auto;
}

.con_hz img {
	
	width: 300px;
	height: 100px;
	float: left;
	display: block;
	margin-left: 20px;
}

.marquee {
	margin: 10px auto;
	height: 100px;
	overflow: hidden;
	position: relative;
}

.marquee-wrap {
	overflow: hidden;
	position: relative;
}

.marquee-wrap dl {
	float: left;
	list-style: none;
}



/* 底部 */

.footer_tl {
	width: 1200px;
	margin: 0 auto;
	color: #FFFFFF;
	height: 100px;
}

.footer_tl_gs {
	width: 500px;
	float: left;
	line-height: 100px;
	font-size: 22px;
}

.footer_tl_ss {
	float: right;
	margin-top: 30px;
}

.footer_tl_sss {
	line-height: 20px;
	height: 40px;
	width: 80px;
	font-size: 16px;
	margin-left: 10px;
	color: #777777;
	background: #FFFFFF;
	border: 0 none;
}

.footer_tl_input {
	width: 480px;
	height: 40px;
	font-size: 16px;
	padding: 0 10px;
	border: 0 none;
}

.footer {
	width: 1200px;
	margin: 0 auto;
}

.footer_fl {
	width: 300px;
	float: left;
	overflow: hidden;
}

.footer_fl li {
	width: 300px;
	float: left;
	margin: -20px 0 30px 0;
}

li.footer_fl_bit {
	font-size: 20px;
	line-height: 60px;
	margin: 20px 0;
	color: #555;
}

.footer_fl img {
	width: 20px;
	display: block;
	float: left;
	margin-right: 10px;
}
.pagination { 
    display: inline-block; padding-left: 0; margin: 20px 0; border-radius: 4px; float: right;
}
.pagination li { 
    display: inline; 
}
.pagination li a,.pagination li span { 
    position:relative; float: left; padding: 6px 12px; margin-left: -1px; line-height: 1.428571429; text-decoration: none; background-color: #fff; border: 1px solid #ddd;
     }
.pagination li:first-child a { 
    margin-left: 0; border-bottom-left-radius: 4px; border-top-left-radius: 4px;
     }
.pagination li:last-child a {
    border-top-right-radius: 4px; border-bottom-right-radius: 4px;
  }
.pagination li a:hover, .pagination li a:focus {
    background-color: #eee;
  }
.pagination .active span, .pagination .active span:hover, .pagination .active span:focus { 
    z-index: 2; color: #fff; cursor: default; background-color: #C0D649; border-color: #C0D649;
     }
.pagination .disabled span, .pagination .disabled span:hover, .pagination .disabled span:focus { 
    color: #999; cursor: not-allowed; background-color: #fff; border-color: #ddd;
     }
.pagination-lg li a {
    padding: 10px 16px; font-size: 18px;
  }
.pagination-sm li a, .pagination-sm li span { 
    padding: 5px 10px; font-size: 12px;
 }