@charset "utf-8";
/* CSS Document */
/* 小丘QQ:1977917927 */

/*==============================================================================================*/
/*common-css
/*==============================================================================================*/

* {
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6, h7, p, ul, ol, dl, dt, li, body, form, input, button, img, cite, strong, em, table, td, th {
	padding:0;
	margin:0;
}
h1, h2, h3, h4, h5, h6, h7, em {
	font-weight:bold;
	font-style:normal;
}
table, td {
	border:#eee solid 0px;
}
img, th {
	border:0;
}
img{
	image-rendering: -moz-crisp-edges;
	    image-rendering: -o-crisp-edges;
	    image-rendering: -webkit-optimize-contrast;
	    image-rendering: crisp-edges;
	    -ms-interpolation-mode: nearest-neighbor;
}
ul, ol, li {
	list-style-type:none;
}
a {
	text-decoration:none;
	color:#4e4e4e;
}
a:hover {
	text-decoration:none;
	color:#2c99c7;
}
body {
	font-family: "微软雅黑",Arial, Helvetica, sans-serif;
	color:#555555;
	font-size:12px;
	line-height:20px;
	padding:0px;
	margin:0px;
	min-width:1200px;
	background: #efefef;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.block {
	display:block;
}
.line-height {
	line-height:22px;
}
.border {
	border:#dedede solid 1px;
	overflow:hidden;
	border-radius:4px;
}
.cboth {
	display:block;
	line-height:0px;
	font-size:0;
	clear:both;
}

.nodata{ 
	text-align:center;
	height:80px;
	line-height:80px;
	color:#999;
	font-size:18px;
	margin:120px auto;
}
/*==============================================================================================*/
/*table-css
/*==============================================================================================*/

.itable td {
	border-width: 1px;
	padding: 6px;
	border-style: solid;
	border-color: #cccccc;
	background-color: #ffffff;
}
.itable {
	font-family: verdana, arial, sans-serif;
	border-width: 1px;
	border-color: #cccccc;
	border-collapse: collapse;
}
.itable th {
	border-width: 1px;
	padding: 6px;
	border-style: solid;
	border-color: #cccccc;
	background-color: #eeeeee;
}
/*==============================================================================================*/

/*form-css

/*==============================================================================================*/

.field {
	display: table;
	margin-bottom: 20px;
}
label {
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	cursor: pointer;
}
.controls {
	margin-left: 140px;
}
.error {
	color:#ff0000;
	margin-right:2px;
}
input {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}
input.text {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #888;
	font-size: 12px;
	line-height: 30px;
	height: 30px;
	padding: 4px 10px;
	margin-left: 0;
	width: 206px;
	text-indent: 0px;
	text-shadow: none;
}
textarea {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}
textarea.textarea {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #888;
	font-size: 12px;
	padding: 4px 10px;
	margin-left: 0;
	width:400px;
}
.btn {
	background:#1b489e;
	border: 1px solid #1b489e;
	color: #fff;
	cursor: pointer;
	letter-spacing: 2px;
	line-height: 1;
	overflow: visible;
	height:45px;
	display:block;
	overflow:hidden;
	width:160px;
	overflow:hidden;
	text-align: center;
}

/*==============================================================================================*/
/*book-css
/*==============================================================================================*/
.bookform {
	margin-top:0px;
	padding:80px;
}
.bookform .label {
	float: left;
	display:block;
	width:60px;
	padding-top: 5px;
	margin-right:15px;
	text-align: right;
	color: #333;
}
.bookform .text{ }
.bookform .textarea{ width:600px; height:250px; }

.bookform .error{ padding-left:15px;}

/*==============================================================================================*/
/*module-css
/*==============================================================================================*/

#top {
	display:block;
	overflow:hidden;
	width:100%;
	height:45px;
	margin:0 auto;
	background:#000000;
}
#container {
	margin:0 auto;
	overflow:hidden;
}
#header {
	position:relative;
	clear:both;
	z-index:10;
	height:120px;
	display:block;
	background:#fff;
	overflow:hidden; 
}
#mainer {
	clear:both;
	overflow:hidden;
}
#footer {
	overflow: hidden;
	position:relative;
	margin:0;
	background:#F8F8F8;
}
.right_box {
	width:1150px;
	float:right;
	overflow: hidden;
}
.left_box {
	width:240px;
	float: left;
	overflow: hidden;
}
.main_box {
	width:1420px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
}
.comm_void {
	margin-top:50px;
	margin-bottom:50px;
}

/*==============================================================================================*/
/*header-css
/*==============================================================================================*/
.header_box, .header {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 80px;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
}
.header_fixed {
    position: fixed;
}
.header_box .header .container {
    max-width: 1420px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
}
.header .logo {
    float: left;
    height: 40px;
    margin-top: 20px;
}
.header .logo img {
    width: auto;
    height: 100%;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}
.header_search, .header_search span {
    line-height: 80px;
    display: block;
    color: #333;
    cursor: pointer;
    font-size: 18px;
    margin-right: -5px;
}
.header_search, .header_search span {
    line-height: 80px;
    display: block;
    color: #333;
    cursor: pointer;
    font-size: 18px;
    margin-right: -5px;
}
.header_search .search {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    display: none;
    height: 80px;
    width: 100%;
}
.header_search i {
    position: relative;
    width: 32px;
    height: 36px;
    line-height: 80px;
    cursor: pointer;
    font-size: 28px;
    color: #1e1e1e;
    z-index: 5;
    margin-right: 10%;
    margin-top: 0;
}
.header_search .search ul {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    height: 60px;
    width: 90%;
    max-width: 800px;
    z-index: 2;
}
.header_search .search ul form {
    position: relative;
    height: 60px;
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    border-bottom: 1px solid #1e1e1e;
}
.header_search .search ul input[type="text"] {
    border: none;
    width: 100%;
    display: block;
    border: none;
    height: 60px;
    text-align: left;
    color: #666;
    font-size: 14px;
    background: none;
    line-height: 60px;
    padding: 0 85px 0 3.2px;
    background: #fff;
}
.header_search .search ul input{
	outline: none;
	border: none;
}
.header_search .search_btn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    z-index: 2;
    width: 85px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    border: none;
    outline: none;
    color: #1e1e1e;
    background: #ffffff;
    font-size: 24px;
}
.header_search .search ol {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    background: #ffffff;
    z-index: 1;
}
.header .lang_box {
    line-height: 80px;
    display: block;
    color: #333;
    cursor: pointer;
    font-size: 14px;
    margin: 0 20px;
    position: relative;
}
.header .lang_box i {
    line-height: 80px;
    display: block;
    color: #1e1e1e;
    cursor: pointer;
    font-size: 24px;
}
.header .lang_box .lang {
    position: absolute;
    z-index: 999;
    top: 80px;
    left: -59.2px;
    display: none;
    height: 90px;
    width: 128px;
    text-align: center;
    background-color: #f6f6f6;
    overflow: hidden;
}
.header .lang_box a, .header .lang_box .lang i {
    float: left;
    width: 100%;
    height: 45px;
    line-height: 45px;
}
.header .lang_box a {
    color: #222;
    border-bottom: 1px solid #ffffff;
}
.header .nav {
    line-height: 80px;
    display: block;
    color: #333;
    font-size: 14px;
    margin-right: 5px;
}
.header .nav li {
    position: relative;
    float: left;
    line-height: 56px;
    padding: 12px 24px;
}
.header .nav li a {
    font-size: 14px;
    color: #222;
}
.header .nav .active .navlia,
.header .nav li:hover .navlia {
  color: #4e6ef2;
}
.header .nav li .navsub {
	display: none;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 75px;
	width: 170px;
	line-height: 50px;
	text-align: center;
	background: #f6f6f6;
	border-top: 5px solid #4e6ef2;
}
.nav .navsub li {
  width: 100%;
  font-size: 14px;
  padding: 0;
  border-bottom: 1px solid white;
}
.nav .navsub li a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.5s ease-in-out;
  padding: 0 10px;
  line-height: 45px;
}
.nav .navsub li a:hover {
  color: #e43124;
  transition: all 0.5s ease-in-out;
}




/*==============================================================================================*/
/*banner-css
/*==============================================================================================*/
.banner{ width:100%;  position:relative; background:#e8e8e8; overflow:hidden; margin-left:auto; margin-right:auto;  }	
.banner .bd{ margin:0 auto; position:relative; z-index:0; overflow:hidden;  }	
.banner .bd ul{ width:100% !important;  }	
.banner .bd li{overflow:hidden; text-align:center;  }	
.banner .bd li a{ display:block;}	
.banner .bd li a img{width: 100%;display: block;}
.banner .hd{ width:100%;  position:absolute; z-index:1; bottom:0; left:0; height:30px; line-height:30px; background:none; text-align:center;_background:#fff; _filter:alpha(opacity=60);}	
.banner .hd ul{ text-align:center; }	
.banner .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:8px; height:8px; margin:5px; background: rgba(0,0,0,0.4); overflow:hidden;line-height:9999px;border-radius: 50%;}	
.banner .hd ul .on{background: #1B489E;}

.banner .prev,.banner .next{ position:absolute;display:block;left:30px; top:40%; width:60px; height:85px; background:url(../images/icons.png) left 6px no-repeat; filter:alpha(opacity=10);opacity:0.5;  }	
.banner .next{ left:auto; right:30px; background-position:-60px 6px; }	
.banner .prev:hover,
.banner .next:hover{ filter:alpha(opacity=100) !important;opacity:1 !important;  }

/*------内页banner------*/
.ibanner {
	width:100%;
	overflow:hidden;
	display:block;
	margin-top:0px;
	position:relative;
}
.ibanner .bd {
	width:100%;
	background-position: center 0px;
	background-repeat: no-repeat;
}

.ibanner .crumb{
	width:100%;
	position:absolute;
	z-index:100;
	height:45px;
	left:0px;
	bottom:0px;
	overflow:hidden;
	
}
.ibanner .backdrop{
	position:absolute;
	display:block;
	overflow:hidden;
	width:100%;
	background:#000;
	left:0px;
	bottom:0px;
	z-index:100;
	height:45px;
	filter:alpha(opacity=50);  
	-moz-opacity:0.5;  
	-khtml-opacity: 0.5;  
	opacity: 0.5;
	overflow:hidden;
}
.ibanner .crumb ul{
	width:1200px;
	margin:0 auto;
	z-index:100;
	height:60px;
	overflow:hidden;
}

.ibanner .crumb ul li{
	float:left;
	display:block;
	padding:0px 12px 0px 8px;
	text-align:left;
	background:url(../images/arrow.png) no-repeat right 20px;
}

.ibanner .crumb ul li i{
	color:#FFF;
	font-size:18px;
}

.ibanner .crumb ul li:last-child{
	background:none;
}

.ibanner .crumb ul li a{
	display:block;
	line-height:45px;
	font-size:14px;
	color:#fff;
}


/*==============================================================================================*/
/*indexer-css
/*==============================================================================================*/

.guide_body {
	overflow:hidden;
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}

/*-------------------guide-nav-------------------*/

.guide_nav {
	width:1200px;
	display:block;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	margin-bottom:68px;
}
.guide_nav h2 {
	font-weight:normal;
	font-size:18px;
	font-family: "微软雅黑",Arial, Helvetica, sans-serif;
	margin-bottom:15px;
	line-height:30px;
	margin-bottom:20px;
}
.guide_nav h2 span{ display:block; clear:both; text-align:center; color:#000; font-size:28px; line-height:60px; }
.guide_nav h2 p{  display:block; clear:both; text-align:center; width:660px; margin:0 auto; font-size:16px; color:#999; line-height:24px;}

.guide_nav .bd {
	width:1200px !important;
	overflow:hidden;
}
.guide_nav .bd ul {
	width:1200px;
	overflow:hidden;
	list-style:none;
}
.guide_nav .bd ul li {
	float:left;
	overflow:hidden;
	display:block;
}


/*-------------------guide-news-------------------*/
.guide_news{
    display: block;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 0;
}
.guide_news h2 {
    font-weight: normal;
    font-size: 18px;
    font-family: "微软雅黑",Arial, Helvetica, sans-serif;
    line-height: 30px;
}
.guide_news h2 span {
    display: block;
    clear: both;
    text-align: center;
    color: #1B489E;
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 5px;
}
.guide_news h2 p {
    display: block;
    clear: both;
    text-align: center;
    width: 660px;
    margin: 0 auto;
    font-size: 16px;
    color: #999;
    line-height: 24px;
}
.guide_news .guide_newsmian{
	overflow: hidden;
	margin-top: 25px;
}
.guide_news .news-fl{
	width: 840px;
	overflow: hidden;
}
.guide_news ._title{
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px #ddd dashed;
}
.guide_news ._title span{
    font-size: 20px;
    font-weight: bold;
    display: block;
    border-left: 5px solid #2a49ca;
    float: left;
    padding-left: 15px;
}
.guide_news ._title span a{
    display: block;
    float: right;
    margin-right: 20px;
	font-size: 18px;
}
.guide_news ._title a{
    display: block;
    float: right;
    margin-right: 20px;
	font-size: 14px;
}
.guide_news .guide_newsmian .news-top {
    width: 100%;
    overflow: hidden;
    padding-bottom: 17px;
    border-bottom: 1px dashed #ddd;
	margin-top: 20px;
}
.guide_news .guide_newsmian .news-top span{
    display: block;
    width: 210px;
    float: left;
    margin-right: 15px;
	position: relative;
	padding-top: 13.7%;
}
.guide_news .guide_newsmian .news-top span img{
    display: block;
    width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	margin: 0 auto;
	background-size: cover;
}
.guide_news .guide_newsmian .news-top h2{
    font-size: 16px;
    color: #333;
    text-align: left;
    font-weight: bold;
}
.guide_news .guide_newsmian .news-top em{
    display: inline-block;
    font-size: 14px;
    color: #999;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
	font-weight: normal;
}
.guide_news .guide_newsmian .news-top p {
    font-size: 14px;
    color: #666;
    text-align: left;
    line-height: 30px;
	display: -webkit-box; 
	-webkit-box-orient: vertical;
	 -webkit-line-clamp: 3; 
	 overflow: hidden;
}
.guide_news .guide_newsmian .news-fl ul{
	width: 100%;
	overflow: hidden;
}
.guide_news .guide_newsmian .news-fl ul li{
	float: left;
	width: 410px;
	margin-right: 20px;
	border-bottom: 1px dashed #ddd;
	padding: 12px 0 10px;
}
.guide_news .guide_newsmian .news-fl ul li a{
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.guide_news .guide_newsmian .news-fl ul li p {
    display: block;
    color: #333;
    font-size: 14px;
    text-align: left;
    float: left;
    line-height: 30px;
	padding-left: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 285px;
}
.guide_news .guide_newsmian .news-fl ul li  span {
    float: right;
    font-size: 14px;
    color: #999999;
    line-height: 30px;
}
.guide_news .guide_newsmian .news-fl ul li:nth-child(2n){
	margin-right: 0;
}
.guide_news .guide_newsmian .news-fl ul li a:before{
    content: '';
    display: block;
    width: 15px;
    height: 3px;
    background: #666;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.news-fr{
	float: right;
	width: 500px;
}
.news-fr ul{
    width: 100%;
	margin-top: 20px;
}
.news-fr ul li{
	width: 99%;
    height: 51px;
    margin-bottom: 10px;
    background: #fff;
    box-shadow: 0px 0 5px #ddd;
    border-radius: 30px;
	position: relative;
}
.news-fr ul li:last-child{
	margin-bottom: 0;
}
.news-fr ul li a{
    display: block;
    width: 80%;
    line-height: 51px;
    text-align: left;
    color: #666;
    font-size: 14px;
    padding-left: 20px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-fr ul li:after {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    color: #666;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    background: url(../images/icon-news.png) no-repeat;
    background-size: 100%;
}
/*-------------------about us-------------------*/
.guide_about{height: 600px;overflow: hidden;}
.guide_about dl dt{width: 50%;height: 600px;line-height: 0;overflow: hidden;position: absolute;top: 0;right: 0;}
.guide_about dl dt img{width: 100%;height: 600px;-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;image-rendering: -moz-crisp-edges;image-rendering: -o-crisp-edges;image-rendering: -webkit-optimize-contrast;image-rendering: crisp-edges;-ms-interpolation-mode: nearest-neighbor;}
.guide_about dl dt img:hover{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.guide_about dl dd {
    width: 465px;
    float: left;
    padding: 65px 235px 0;
}
.guide_about dl dd h2{
    font-weight: normal;
    line-height: 34px;
    overflow: hidden;
}
.guide_about dl dd h2 a {
    font-size: 28px;
    color: #333;
}
.guide_about dl dd h2 a b{
	color: #1B489E;
}
.guide_about dl dd p{
    font-size: 14px;
    color: #666;
    height: 180px;
    line-height: 30px;
    overflow: hidden;
    padding: 25px 0 0;
}
.guide_about dl dd span {
	display: block;
    line-height: 30px;
    margin: -30px 0 0 275px;
}
.guide_about dl dd span a {
    font-size: 14px;
    color: #1B489E;
    text-transform: uppercase;
}
.guide_photo{
	position: absolute;
	top: 340px;
	left: 235px;
}
.guide_photo h3 {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    margin-bottom: 20px;
	background: url(../images/photo_ico.png) no-repeat 130px 5px;
}
.guide_photo h3 a {
    font-size: 28px;
    color: #1B489E;
	font-weight: 500;
}
.guide_photo ul li{
	width: 171px;
	float: left;
	padding-left: 18px;
}
.guide_photo ul li span{
	width: 171px;
	height: 128px;
	display: block;
	overflow: hidden;
}
.guide_photo ul li span img{
	width: 171px;
	height: 128px;
	display: block;
}
.guide_photo ul li p{
	display: block;
	font-size: 14px;
	color: #666;
	width: 171px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 10px 0 0;
}


/*-------------------guide-ban-------------------*/

.guide_ban {
	width:100%;
	overflow:hidden;
	margin-top:30px;
	text-align:left;
	
}
.guide_ban h2{ 
	overflow:hidden;
	display:block;
	height:50px; 
	line-height:50px; 
	color:#666666;
	position:relative;
	font-size:16px;
	background:#124191;
	margin-bottom:22px;
	border-bottom:#dedede solid 1px;
}
.guide_ban h2 span{ color:#124191; font-weight:normal; background:#ffde00; display:block; width:235.5px;height:50px; font-size:18px; text-align:center;}
.guide_ban h2 a{ 
	width:33px;
	height:25px;
	margin-top:15px;
	margin-right:15px;
	background:url(../images/ico_more.gif) no-repeat 0 center;
	float:right;
    display: block;
}
.guide_ban .bd{
	width:1200px;
}
.guide_ban .bd img{
	width:588px;
}
.guide_ban .bd ._left{
	float:left;
}
.guide_ban .bd ._right{
	float:right;
}

/*-------------------guide-pro-------------------*/

.guide_pro {
	display:block;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	padding: 50px 0;
}
.guide_pro h2 {
	font-weight:normal;
	font-size:18px;
	font-family: "微软雅黑",Arial, Helvetica, sans-serif;
	line-height:30px;
}
.guide_pro h2 span{display:block; clear:both; text-align:center; color:#1B489E; font-size:30px;line-height:40px;font-weight: bold;margin-bottom: 5px;}
.guide_pro h2 p{display:block; clear:both; text-align:center; width:660px; margin:0 auto; font-size:16px; color:#999; line-height:24px;}
.guide_pro .guide_promian{overflow: hidden;}
.guide_pro .guide_promian .hd {width: 100%;text-align: center; margin: 5px 0;}
.guide_pro .guide_promian .hd li{
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: middle;
    width: 155px;
    line-height: 45px;
    height: 45px;
    margin: 20px;
    cursor: pointer;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
}
.guide_pro .guide_promian .hd li span {
    font-size: 18px;
    color: #2e2e2e;
    background-color: #f5f6f7;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    padding: 0 10px;
}
.guide_pro .guide_promian .bd ul li{
	width:24%;
	float: left;
	overflow: hidden;
	margin-right: 1.3333%;
	margin-bottom: 1.3333%;
	border-radius: 10px;
}
.guide_pro .guide_promian .bd ul li:nth-child(4n){
	margin-right: 0;
}
.guide_pro .guide_promian .bd ul li dl{
	width: 100%;
	overflow: hidden;
}
.guide_pro .guide_promian .bd ul li dl img{
	width: 100%;
	display: block;
}
.guide_pro .guide_promian .bd ul li dd{
	overflow: hidden;
	background: #f5f6f7;
	padding: 20px;
	text-align: center;
}
.guide_pro .guide_promian .bd ul li dd a{
	font-size: 18px;
}
.guide_pro .guide_promian .bd ul li dd i{
	display: none;
}
.guide_pro .guide_promian .hd li.on span{
	background: #1B489E;
	color: #fff;
}
.guide_pro .guide_promian .hd li.on span a{
	color: #fff;
}

/*-------------------guide-partner-------------------*/

.guide_partner{width: 100%;overflow: hidden;background: #fff;}
.guide_partner h2{
	font-weight: normal;
    font-size: 18px;
    font-family: "微软雅黑",Arial, Helvetica, sans-serif;
    line-height: 30px;
	text-align: center;
	margin-bottom: 25px;
}
.guide_partner h2 span {
    display: block;
    clear: both;
    text-align: center;
    color: #1B489E;
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 5px;
}
.guide_partner h2 p {
    display: block;
    clear: both;
    text-align: center;
    width: 660px;
    margin: 0 auto;
    font-size: 16px;
    color: #999;
    line-height: 24px;
}
.guide_partner ul{
	width: 100%;overflow: hidden;
}
.guide_partner ul li {
    float: left;
    *zoom: 1;
    *display: inline;
    vertical-align: middle;
    width: 33.3333333%;
	position: relative;
}
.guide_partner ul li dl {
    margin: 0;
    overflow: hidden;
}
.guide_partner ul li dl .pic {
    position: relative;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    padding-top: 70%;
}
.guide_partner ul li dl .pic::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: 1;
}
.guide_partner ul li dl .pic img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 2;
}
.guide_partner ul li dl .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000000;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
    color: #ffffff;
    padding: 15px 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.guide_partner ul li dl .txt span {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
    font-size: 14px;
	padding: 0 15px;
}
.guide_partner ul li dl h3 {
    font-size: 18px;
    margin-bottom: 5px;
	padding: 0 15px;
}
.guide_partner ul li dd {
    position: absolute;
    top: 0;
    left: 0;
    height: 10%;
    width: 50%;
    z-index: 2;
    background-color: #cb9319;
    background: rgba(202, 147, 45, 0.8);
    color: #fff;
    text-align: center;
    transition: transform 1s ease;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: width 1s, height 1s, -webkit-transform 1s;
    transition: width 1s, height 1s, transform 1s;
}
.guide_partner ul li dd>div{
    position: absolute;
    margin: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
}
.guide_partner ul li dd h3 {
    margin: 0;
}
.guide_partner ul li dd span {
    margin: 5px 0 10px;
}
/*-------------------guide_adv-------------------*/
.guide_adv{width: 100%;overflow: hidden;background: #fff;padding: 80px 0;}
.guide_adv h2{
	font-weight: normal;
    font-size: 18px;
    font-family: "微软雅黑",Arial, Helvetica, sans-serif;
    line-height: 30px;
	text-align: center;
	margin-bottom: 25px;
}
.guide_adv h2 span {
    display: block;
    clear: both;
    text-align: center;
    color: #1B489E;
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 5px;
}
.guide_adv h2 p {
    display: block;
    clear: both;
    text-align: center;
    width: 660px;
    margin: 0 auto;
    font-size: 16px;
    color: #999;
    line-height: 24px;
}
.guide_adv .adv_mian{overflow: hidden;margin-top: 25px;}
.guide_adv .adv_mian ul li{
    width: 224px;
    background: #f8f8f8;
    overflow: hidden;
    float: left;
    height: 310px;
    padding: 50px 30px;
	background: #00369a;
}
.guide_adv .adv_mian ul li h3{
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin-top: 50px;
}
.guide_adv .adv_mian ul li em{
    display: block;
    width: 50px;
    margin: 50px auto;
    height: 2px;
    background: #fff;
}
.guide_adv .adv_mian ul li p{
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}
.guide_adv .adv_mian ul li:nth-child(2n){
	background: #1B489E;
}


/*==============================================================================================*/
/*lefter-css
/*==============================================================================================*/

.cate {
	width: 240px;
    border-top: none;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 0px;
}
.cate h2 {
	padding: 10px 0;
    width: 100%;
    line-height: 45px;
    background: #1B489E;
    font-weight: bolder;
    text-align: center;
    color: #fff;
    margin-bottom: 2px;
}
.cate li {
    background: #ececeb;
    margin-bottom: 2px;
}
.cate li:last-child {
	border-bottom:none
}
.cate li div {
    display: block;
    line-height: 35px;
    background: #ececeb;
}
.cate li div span {
    display: block;
    line-height: 35px;
    background: url(../images/jia-jian.png) no-repeat 190px 12px;
    background-size: 6%;
    padding-left: 15px;
    cursor: pointer;
    font-size: 14px;
    color: #666;
}
.cate .tow a {
    display: block;
    line-height: 35px;
    background: url(../images/jiantou.png) no-repeat 175px 12px;
    background-size: 5%;
    padding-left: 15px;
}
.cate li a:hover {
}
.cate li .cur {
	border-bottom:#fff solid 1px;
	background:#1B489E;
}
.cate li .cur span {
    background: url(../images/jia-jian.png) no-repeat 190px -19px;
    background-size: 6%;
    color: #fff;
}
.cate li .onhvr {
	color:#F90;
}
.cate li ul {
	display:none
}
.cate .root {
	background:#e8e8e8;
}
.cate .root span {
	background:url(../images/cate.png) no-repeat 0px -201px;
	color:#FFF;
	padding-left:15px;
}
.cate .root.cur span {
	color:#fff;
	background:#e8e8e8 url(../images/cate.png) no-repeat 0px -276px !important;
}
.box {
	display: block;
    overflow: hidden;
    background: #ececeb;
}
.box h2 {
    height: 35px;
    line-height: 35px;
    background: #1B489E;
    text-align: center;
    font-size: 18px;
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
    color: #fff;
    padding: 10px 0;
}
.box .bd {
	padding:15px;
	list-style:none;
}
.box .bd p {
    font-size: 14px;
    color: #666;
    line-height: 25px;
}
.box li {
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:10px;
	list-style:none;
	border-bottom:#ddd solid 1px;
	font-size:12px;
}
.box li.cur {
	border-bottom:#ddd solid 1px;
}
.box li.cur a{
	color:#F90;
}
.box li a{
	padding-left:15px;
	background:url(../images/dot.png) no-repeat 2px 7px;
}
.box li p {
	line-height:20px;
}

.box_pro li {
	padding:10px;
	margin-bottom: 10px;
	background-color:#FFF;
	border:#ececec solid 1px;
}
.box_pro h2 {
	height:40px;
	line-height:40px;
	background:#1B489E;
	color:#fff;
	font-size:14px;
	padding-left:15px;
	margin-bottom:10px;
}
.box_pro dd {
	text-align:center;
	background:#f5f5f5;
	overflow:hidden;
}
.box_pro dd a {
	display:block;
	line-height:20px;
	padding:5px 0px;
}
.box_pro dl .box_pro dd {
	overflow:hidden;
	width:178px;
}
.box_pro img {
	display:block;
	width:178px;
}

/*==============================================================================================*/
/*righter-css
/*==============================================================================================*/

.comcont {
	display:block;
	overflow:hidden;
	min-height:800px;
	overflow:hidden;
	text-align:left;
	background:#ffffff;
}
.comcont .hd {
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	line-height:44px;
	height:44px;
	border-bottom:#dddddd solid 1px;
	background:#f8f8f8;
}
.comcont .locate {
	overflow:hidden;
	text-align:left;
	float:left;
	display:inline-block;
}
.comcont .locate div {
	float:left;
	background:url(../images/home.png) no-repeat 10px 5px;
	padding-left:30px;
	line-height:45px;
	height:45px;
	display:block;
	margin-right:20px;
}
.comcont .locate span {
	float:right;
	line-height:38px;
	height:38px;
	display:block;
	margin-right:20px;
}
.comcont .locate ul {
	list-style:none;
	display:table-cell;
	float:left;
	text-align:left;
	background:url(../images/home.png) no-repeat 8px 14px;
	padding-left:20px;
	margin-right:10px;
}
.comcont .locate li {
	float:left;
	display:block;
	padding:0px 12px 0px 8px;
	text-align:left;
	background:url(../images/arrow.png) no-repeat right 16px;
}
.comcont .locate li:last-child{ background:none;}
.comcont .locate li a {
	font-size:12px;
	font-weight:normal;
	text-align:center;
}
.comcont .fellow {
	background:#f8f8f8;
	overflow:hidden;
	clear:both;
}
.comcont .fellow ul {
	list-style:none;
	display:block;
}
.comcont .fellow li {
	float:left;
	display:block;
	padding:10px;
	text-align:center;
}
.comcont .fellow li a {
	font-size:12px;
	font-weight:normal;
	text-align:center;
}
.comcont .fellow .cur {
	background-color:#f2f2f2;
}
.content {
	display:block;
	overflow:hidden;
	margin:0px;
}
.content .hd {
	overflow:hidden;
	font-family: "微软雅黑", Arial, Verdana, Helvetica, sans-serif;
	line-height:45px;
	height:45px;
	border-bottom:#dddddd solid 1px;
	background:#fff;
	color:#0158a7;
	font-size:18px;
	margin-bottom:10px;
}

.content .title {
	display:block;
	overflow:hidden;
	margin-top:30px;
}
.content .title h2 {
	overflow:hidden;
	line-height:36px;
	height:36px;
	font-size:36px;
	color:#0158a7;
	font-weight:normal;
	margin-bottom:10px;
}
.content .title p {
	overflow:hidden;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height:30px;
	height:30px;
	font-size:26px;
	color:#ccc;
	margin-bottom:10px;
}

.content .zizhi {
	display:block;
	overflow:hidden;	
	margin-top:30px;
	margin-bottom:30px;
}

.content .rongyu {
	display:block;
	overflow:hidden;	
	margin-bottom:30px;
}

.content .block {
	display:block;
	overflow:hidden;	
	margin-bottom:30px;
}
.content .block ul{
	list-style:none;
	width:1236px;
}
.content .block ul li{
	float:left;
	display:block;
	overflow:hidden;
	margin-right:26px;
}


.content .guide {
	overflow:hidden;
	margin-bottom:15px;
}

.content .guide ul {
	list-style:none;
}
.content .guide ul li {
	line-height:25px;
}
.content .guide .ibuy {
	background:#ff6600;
	color:#fff;
	font-size:16px;
	text-align:center;
	height:40px;
	line-height:40px;
	width:120px;
	margin-right:20px;
	float:left;
	overflow:hidden;
	display:block;
}
.content .guide .idemo {
	background:#6da935;
	color:#fff;
	font-size:16px;
	text-align:center;
	height:40px;
	line-height:40px;
	width:120px;
	float:left;
	overflow:hidden;
	display:block;
}

.content .guide-info{
	margin:30px;
}

.content .guide-info .thd {
	text-align:center;
	font-size:24px;
	margin:50px 0px;
	line-height:60px;
}

.content .guide-info .thd font {
	display:block;
	color:#CCC;
	text-align:center;
	font-size:12px;
	line-height:20px;
}

.intro {
	clear:both;
	overflow:hidden;
	padding:30px;
	background:#fff;
	min-height:500px;
	margin-bottom:30px;
}
.intro .thd h3 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}
.intro .thd p {
    display: block;
    font-size: 12px;
    color: #999999;
    padding: 0px 0px 10px;
    border-bottom: 1px dashed #dcdcdc;
    margin-bottom: 10px;
    text-align: center;
}



.next_map {
	padding-top:20px;
	padding-bottom:10px;
	line-height:25px;
	overflow:hidden;
	clear:both;
	border-top:#ddd solid 1px;
	margin:30px 30px 30px 30px;
}
.next_map div{ display:block; overflow:hidden; line-height:35px;}
.next_map a{ display:inline-block; font-size:14px; line-height:35px;}


.arc_rec {
	display:block;
	overflow:hidden;
	text-align:left;
	margin:30px;
}
.arc_rec h2 {
	overflow:hidden;
	height:40px;
	line-height:40px;
	color:#666666;
	position:relative;
	font-size:12px;
	background:#fafafa;
	padding-left:10px;
	border-bottom:#eaeaea solid 1px;
}
.arc_rec ul {
	display:block;
	margin:0px;
	padding-top:10px;
}
.arc_rec ul li {
	overflow:hidden;
	line-height:35px;
	height:35px;
	background:url(../images/tl_cut.png) no-repeat 5px 15px;
	padding-left:20px;
	border-bottom:#eaeaea solid 1px;
}
.arc_rec ul li a {
	display:block;
	width:600px;
	float:left;
}
.arc_rec ul li span {
	display:block;
	width:80px;
	float:right;
	color:#999999;
}

.arclist,
.arclist ul {
	display: block;
	overflow: hidden;
	width: 100%;
}

.arclist li {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	float: left;
	margin-top: 10px;
	overflow: hidden;
	height: 170px;
	padding: 20px;
	border: 1px solid #ddd;
}
.arclist li:first-child{
	margin-top: 0;
}
.arclist ul li h2 {
	font-size: 18px;
	line-height: 26px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	width: 85%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.arclist ul li a {
	overflow: hidden;
}

.arclist ul li p {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin-top: 17px;
	height: 47px;
	overflow: hidden;
}

.arclist ul li .label {
	font-size: 12px;
	color: #999999;
	display: block;
	padding-left: 26px;
	position: absolute;
	left: 20px;
	bottom: 20px;
	background: url(../images/newsList_icon03.png) no-repeat left center;
	line-height: 16px;
}

.arclist ul li .readNum {
	display: block;
	line-height: 13px;
	font-size: 13px;
	font-family: arial;
	height: 13px;
	background: url(../images/newsList_icon02.png) no-repeat left center;
	position: absolute;
	top: 20px;
	right: 20px;
	padding-left: 24px;
	padding-top: 2px;
}

.arclist ul li .more {
	display: block;
	width: 36px;
	height: 36px;
	background: url(../images/list_circle.png) no-repeat left top;
	overflow: hidden;
	position: absolute;
	right: 20px;
	bottom: 20px;
}

.arclist ul li .more a {
	display: block;
	height: 36px;
}

.arclist ul li:hover .more {
	background-position: left bottom;
}

.arclist ul li:hover h2 a {
	color: #1B489E;
}
.arclist li:hover{border: 1px solid #1B489E;}



.newslist ul{
	display:block;
	overflow:hidden;
	list-style:none;
	
}

.newslist li{
	display:block;
	overflow:hidden;
	padding:40px;
	border-bottom:1px solid #ddd;
	font-size:14px;
}
.newslist li:hover{
	background:#f8f8f8;
}

.newslist li a{ display:block; overflow:hidden;}

.newslist li dl{
	display:block;
	float:left;
	width:75px;
	margin-right:15px;
}
.newslist li dl i{
	display:block;
	margin-top:4px;
	text-align:right;
	overflow:hidden;
	font-style:normal;
	height:48px;
	line-height:48px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:48px;
	color:#a40b0d;
	font-weight:normal;
}
.newslist li dl b{
	display:block;
	text-align:right;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#3d527f;
	font-weight:normal;
}

.newslist li dd{
	display:block;
	float:left;
	border-left:1px solid #ddd;
	padding-left:20px;
	width:830px;
}
.newslist li dd h3{
    font-size:18px;
	font-weight:normal;
	color:#111;
	line-height:35px;
}
.newslist li dd span{
	overflow: hidden;	
    font-size:14px;
	line-height:30px;
	color:#999;
	display:block;
	overflow:hidden;
	margin-bottom:5px;
}
.newslist li dd p{
	overflow: hidden;	
    font-size:14px;
	line-height:25px;
	color:#999;
}


.prolist {
	clear:both;
	position:relative;
	overflow:hidden;
	padding:0px;
	list-style:none;
}
.prolist ul {
	overflow: hidden;
}
.prolist li {
	margin-bottom:15px;
	overflow:hidden;
	display:block;
	width:32%;
	background:#fff;
	float:left;
	margin-right:1.7%;
	margin-bottom: 1.7%;
	border:#ddd solid 1px;
}
.prolist li:nth-child(3n){
	margin-right: 0;
}
.prolist li a{ display:block; overflow:hidden;}

.prolist li .hd {
	margin-bottom:10px;
	overflow:hidden;
	display:block;
	
}
.prolist li .hd h3 {
	line-height:30px;
	color:#0158a7;
	font-size:18px;
	font-weight:normal;
	
}
.prolist li .hd p {
	font-size:normal;
	clear:both;
	display:block;
	color:#888;
	font-size:14px;
	font-weight:normal;
}

.prolist li .pic {
	display: block;
	overflow:hidden;
	width:100%;
	padding:0px;
	margin:0 auto;
}
.prolist li img {
	display: block;
	overflow:hidden;
	width:100%;
}

.prolist li .txt {
	height:60px;
	line-height:60px;
	width:100%;
	padding:0px 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	color:#999;
	font-size:14px;
	background:#f8f8f8;
	text-align:center;
	overflow:hidden;
}

.prolist li .txt span{
	display:block;
	overflow:hidden;
	color:#666;
	line-height:20px;
}




.abmlist {
	margin-left:15px;
	margin-right:15px;
	overflow:hidden;
}
.abmlist h2 {
	background:#f4f4f4;
	border-bottom:#dddddd solid 1px;
	height:40px;
	line-height:40px;
	padding-left:10px;
	color:#333333;
	margin-bottom:8px;
}
.abmlist h2 a {
	display:block;
	overflow:hidden;
	color:#333;
}
.abmlist ul {
	list-style:none;
	display:block;
	overflow:hidden;
	margin-top:10px;
}
.abmlist li {
	width:100%;
	float:left;
	background:#fff;
	overflow:hidden;
	margin-bottom:15px;
	padding:30px;
	border-bottom:#fff solid 1px;
}
.abmlist li a {
	display: block;
}
.abmlist li:hover {
	display: block;
	background:#f8f8f8;
	border-bottom:#016fae solid 1px;
}

.abmlist li dl {
	width:40%;
	max-width:232px;
	float:left;
	margin-right:2%;
	text-align:left;
	overflow: hidden;
}
.abmlist li dl a {
	display: block;
	padding:5px;
}
.abmlist li dl img {
	width:100%;
	text-align:left;
}
.abmlist li dd {
	width:58%;
	float:left;
	display:block;
	line-height:23px;
	text-align:left;
}
.abmlist li dd h3 {
	margin-bottom:5px;
	font-size:16px;
	text-align:left;
}
.abmlist li dd span{
	display:block;
	text-align:left;
	color:#888;
}
.abmlist li dd p {
	display:block;
	text-align:left;
	margin-top:5px;
	margin-bottom:10x;
}


.recomlist {
	display:block;
	overflow:hidden;
	margin-top:10px;
}
.recomlist ul {
	width:1300px;
	margin:0 auto;
}
.recomlist li {
	margin-bottom:15px;
	overflow:hidden;
	display:block;
	width:348px;
	padding:16px;
	background:#fff;
	float:left;
	margin-right:30px;
}
.recomlist li a{ display:block; overflow:hidden;}

.recomlist li .hd {
	margin-bottom:10px;
	overflow:hidden;
	display:block;
	
}
.recomlist li .hd h3 {
	line-height:35px;
	font-size:16px;
	font-weight:normal;
	
}
.recomlist li .hd p {
	font-size:normal;
	clear:both;
	display:block;
	color:#888;
	font-size:14px;
	font-weight:normal;
}

.recomlist li .pic {
	display: block;
	overflow:hidden;
	width:348px;
	padding:0px;
	margin:0 auto;
}
.recomlist li img {
	display: block;
	overflow:hidden;
	width:348px;
	height:188px;
}

.recomlist li .txt {
	line-height:40px;
	width:320px;
	text-overflow: ellipsis;
	white-space: nowrap;
	color:#999;
	font-size:14px;	
	overflow:hidden;
}

.recomlist li .txt span{
	display:block;
	overflow:hidden;
	color:#666;
	line-height:20px;
}

.goods-guide{ overflow:hidden;  margin:30px;}
.goods-guide .pic{
	width:330px;
	position:relative;
	float:left;
	padding-bottom:10px;
	margin-right:30px;
	}
.goods-guide .pic h3 { width:330px; height:330px; margin-bottom:10px; border:#eee solid 1px;}	
.goods-guide .pic h3 .img{ border:#eee solid 1px;}
.goods-guide .pic ul{ list-style:none;width:565px;  clear:both;}
.goods-guide .pic li{ float:left; width:60px; height:60px; margin-right:10px; border:#eee solid 1px;}
.goods-guide .pic li:hover{ border:#F60 solid 1px;}
.goods-guide .pic li .img{ width:60px; height:60px; cursor:pointer;}

.goods-info{
	margin:30px;
}
.goods-info .hd {
	overflow:hidden;
	font-family: "微软雅黑", Arial, Verdana, Helvetica, sans-serif;
	line-height:45px;
	height:45px;
	background:#f8f8f8;
	color:#666;
	border-bottom:none;
	font-size:16px;
	padding:0px 15px;
	margin-bottom:10px;
}

.pro_rec {
	display:block;
	overflow:hidden;
	text-align:left;
	margin-left:30px;
	margin-right:30px;
	margin-top:20px;
	margin-bottom:10px;
}
.pro_rec h2 {
	overflow:hidden;
	height:45px;
	line-height:45px;
	color:#666666;
	position:relative;
	font-size:16px;
	background:#fafafa;
	padding-left:10px;
	font-weight:normal;
	border-bottom:none;
}
.pro_rec ul {
	display:block;
	margin:20px 0px 0px 0px;
	padding:0px;
}
.pro_rec ul li {
	float:left;
	display:table-cell;
	text-align:center;
	overflow:hidden;
	width:24%;
	margin-right:1%;
	margin-bottom:20px;
	border: 1px solid #ddd;
}
.pro_rec ul li:nth-child(4n){
	margin-right: 0;
}
.pro_rec ul li img {
	width: 100%;
	display: block;
}
.pro_rec ul li dl {
	display:block;
}
.pro_rec ul li dd {
	display:block;
	height:45px;
	line-height:45px;
	background:#f8f8f8;
	text-align:center;
}


/*--------------------page------------------*/

.page {
	margin:10px auto;
	clear: both;
	padding-top:10px;
	overflow:hidden;
}
.page .first {
	background:#fff url(../images/page.png) 7px -82px no-repeat !important;
}
.page .last {
	background:#fff url(../images/page.png) 7px -140px no-repeat !important;
}
.page .next {
	background:#fff url(../images/page.png) 7px 10px no-repeat !important;
}
.page .prev {
	background:#fff url(../images/page.png) 7px -36px no-repeat !important;
}
.page span.page_list {
	overflow:hidden;
	float:right;
}
.page span.page_list a {
	display:block;
	float:left;
	background:#fff;
	margin-right:5px;
	border:1px solid #eaeaea;
	padding: 5px 10px 5px 10px;
	font-size:12px;
}
.page span.page_rows {
	display:block;
	float:right;
	background:#fff;
	border:1px solid #eaeaea;
	font-size:12px;
	margin-right:5px;
	padding: 5px 10px 5px 10px;
}
.page span.page_list a.selected {
	background: #0158a7;
	border:1px solid #0158a7;
	color: #fff;
}


/*==============================================================================================*/
/*footer-css
/*==============================================================================================*/
#footer .footer-box{
    width: 1420px;
    margin: 0 auto;
	padding: 50px 0;
	overflow: hidden;
}
#footer .footer-box .footer-left{
    width: 230px;
    height: 292px;
	float: left;
	margin-right: 113px;
}
#footer .footer-box .footer-left h1{
    width: 200px;
    height: 47px;
    overflow: hidden;
    margin-bottom: 13px;
}
#footer .footer-box .footer-left h1 img{
    display: block;
    width: 200px;
    height: 47px;
    margin: 0 auto;
}
#footer .footer-box .footer-left .code{
    width: 234px;
    height: 117px;
    color: #fff;
    text-align: center;
}
#footer .footer-box .footer-left .code li{
    display: inline-block;
    width: 115px;
    text-align: center;
}
#footer .footer-box .footer-left .code li img {
     width: 98px;
     height: 98px;
     display: block;
     margin:  5px;
 }
#footer .footer-box .footer-left .code li p{
	font-size: 14px;
	color: #333;
}
#footer .footer-box .footer-nav{overflow: hidden;float: left;}
#footer .footer-box .footer-nav .fnav-item {
    float: left;
    overflow: hidden;
	padding-right: 133px;
}
#footer .footer-nav .fnav-item h3{
    font-size: 16px;
    color: #1B489E;
    margin-bottom: 40px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
#footer .footer-nav .fnav-item ul{
	overflow: hidden;
}
#footer .footer-nav .fnav-item ul li{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}
#footer .footer-nav .fnav-item ul li a{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	display: block;
	width: 75px;
}
#footer .footer-nav .fnav-item:nth-child(2){
	width: 240px;
}
#footer .footer-nav .fnav-item:nth-child(2) ul li{
	width: 50%;
	float: left;
}
#footer .footer-info {
    font-size: 14px;
    line-height: 35px;
    width: 288px;
	float: left;
}
#footer .footer-info h3{
	font-size: 16px;
	color: #1B489E;
	margin-bottom: 40px;
	line-height: 16px;
}
.copy {
	color:#666666;
	display:block;
	padding:5px 10px;
	line-height:14px;
	font-size:14px;
	overflow:hidden;
	background: #f8f8f8;
}
.copy .bd {
	padding:15px 10px;
}
.copy a {
	font-size:14px;
	color:#666666;
}
.copy li {
	float:left;
	padding:0px 8px;
	border-right:#888 solid 1px;
	margin-right:1px;
	line-height:12px;
}
.copy li:last-child {
	border-right:none;
}
.copy em {
	color:#666666;
	font-style:normal;
	margin:0 4px 0 8px;
}

/*==============================================================================================*/
/*Sreach body
/*==============================================================================================*/


.SearchBox {
	width:100%;
	text-align:left;
	margin-top:10px;
}
.SearchBox .hd {
	height:30px;
	line-height:30px;
	padding:0 10px 0 20px;
	border-bottom:1px solid #ddd;
	position:relative;
}
.SearchBox .hd .article {
	background:#eeeeee;
}
.SearchBox .hd .product {
	background:#eeeeee;
}
.SearchBox .hd ul {
	float:left;
	position:absolute;
}
.SearchBox .hd ul li {
	float:left;
	padding:0 25px;
	cursor:pointer;
}
.SearchBox .bd ul {
	zoom:1;
}


/*==============================================================================================*/
/*movechat 聊天框
/*==============================================================================================*/


#chat {
	width:188px;
	z-index:999999;
	position:absolute;
	top:-66px;
	left:-200px;
	border-right:#fff solid 12px;
	display:none;
	overflow:hidden;
	background-color:#ff8500;
}
.chatbody {
	float:left;
	line-height:200%;
}
.chatbody a {
	color:#fff;
	text-decoration:none;
}
.chatbody span {
	padding-left:10px;
	text-align:left;
}
.chatbody ul {
	margin-top:12px;
	margin-left:10px;
	margin-bottom:12px;
	list-style:none;
}
.chatbody ul li {
	margin-bottom:5px;
	padding-left:12px;
	text-align:left;
	list-style:none;
}
.cthd {
	height:35px;
	background-color:#F3F3F3;
	color:#fff;
	font-weight:bold;
	font-size:15px;
	text-align:center;
	padding-left:0px;
	border-bottom: #ccc solid 1px;
	line-height:35px;
}
.ctft {
	background-color:#F6F6F6;
	border-top:#E7E7E7 solid 1px;
	text-align:center;
	padding:10px;
}


/*==============================================================================================*/
/*浮动框
/*==============================================================================================*/

.kefu{
	position: fixed;
    bottom:30%;
    _position: absolute;
   _top: expression(eval(document.documentElement.scrollTop + 365));
    z-index: 20;
	right:0;
	width:45px
	}
.kefu ul li{
	height:45px;
	margin-bottom:1px;
	float:right;
	background:#1B489E;
	line-height:35px;
	font-size:14px;
	cursor:pointer;
	position:relative
}
.kefu ul li a{ color:#fff;}
.kefu ul li.qq_cza{overflow:hidden}
.kefu ul li:hover{background:#5ea120;}
.kefu ul li.top{
	color:#fff;
	font-weight:800;
	text-align:center;
	line-height:45px;
	position:relative;
	width:45px;
	cursor:pointer
	}
.kefu ul li.top span{
	position:absolute;
	overflow:hidden;
	display:block;
	left:0;
	top:0px;
	height:45px;
	width:45px;
	background:#5ea120 url(../images/czx1.png) no-repeat center;}
.kefu ul li.top:hover{background:#1B489E;}
.kefu ul li.top:hover span{background:url(../images/czx2.png) no-repeat center;}
.kefu ul li b{
	width:45px;
	height:45px;
	display:block;
	overflow:hidden;
	float:left}
.kefu ul li.slow{ line-height:45px;}
.kefu ul li b.a{ background:url(../images/czx4.png) no-repeat center center;}
.kefu ul li b.b{ background:url(../images/czx3.png) no-repeat center center;}
.kefu ul li b.c{ background:url(../images/czx5.png) no-repeat center center;}
.kefu ul li b.d{background:url(../images/phone0.png) no-repeat center center;}

.erweima{
	/*width: 390px;*/
	width: 188px;
	height: 218px;
	position: absolute;
	top: -107px;
	left: -205px;
	background: #FFF;
	border: 1px solid #CCC;
	float: right;
	cursor: default !important;
	display:none
	}
.erweima p{
	height: 30px;
	line-height: 30px;
	color: #000;
	font-size: 12px;
	text-align: center;
	}
.erweima p img{
	width: 178px;
	height: 178px;
	margin: 5px 5px 0px 5px;
	}	
.erweima .arrow3 {
	width: 6px;
	height: 10px;
	display: block;
	background:url(../images/czx6.png) no-repeat;
	position: absolute;
	right: -6px;
	top: 122px;
}

 .phone{
	width: 137px;
	height: 220px;
	padding-left: 8px;
	background: url(../images/phone_hoer.png) no-repeat;
	display:none;
	position:absolute;
	top: -128px;
	left: -145px;
}


.crumb_box {
	overflow: hidden;
	background: #fff;
	box-shadow: #ccc 0 0 3px;
	height: 50px;
	line-height: 50px;
}

.crumb_box .cate-l {
	width: 50%;
	float: left;
}

.crumb_box .cate-l li {
	float: left;
}

.crumb_box .cate-l li:first-child i {
	margin-right: 5px;
}

.crumb_box .cate-r {
	float: left;
	width: 50%;
	
	height: 50px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	position: relative;
}

.crumb_box .cate-r li {
	float: right;
	display: block;
	margin: 5px 0 5px 5px;
	overflow: hidden;
}

.crumb_box .cate-r li a {
	overflow: hidden;
	padding: 1px 8px;
	line-height: 41px;
	float: left;
	display: block;
	color: #333;
	box-sizing: border-box;
}

.crumb_box .cate-r li.cur {
	color: #1B489E;
	border-bottom: #1B489E solid 2px;
}

.crumb_box .cate-r li.cur a {
	color: #1B489E;
}
