@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;
}
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;
	background:#fff;
}
.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;
}
select:focus, textarea:focus, 
input:focus, .form-control:focus,
.form-control, button, button:focus{
    border: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}



/*==============================================================================================*/
/*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

/*==============================================================================================*/
.form-row{
	margin-bottom:20px; 
	clear:both; 
	display:block; 
	overflow:hidden; 
}
.form-row .row-label{ 
	width:90px; 
	float:left; 
	height:35px; 
	line-height:35px; 
	text-align:right; 
}
.form-row .row-controls{
	margin-left:116px; 
	line-height:35px;
}
.form-control {
    font-family: "Microsoft YaHei",Arial, Helvetica, sans-serif;
    width: auto;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
}
textarea.form-control {
    height: auto;
}
.btn {
    font-family: "Microsoft YaHei",Arial, Helvetica, sans-serif;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
/*==============================================================================================*/
/*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
/*==============================================================================================*/
.container {  
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width:1650px) {
  .container {
    width: 100%;
    max-width:1200px;
  }
}
@media (max-width:1250px) {
  .container {
    width: 100%;
    max-width:990px;
  }
}
#top {
	display:block;
	overflow:hidden;
	width:100%;
	height:38px;
	margin:0 auto;
	background:#f8f8f8;
	border-bottom:#e8e8e8 solid 1px;
}
#container {
	margin:0 auto;
	overflow:hidden;
}
#header {
	position:relative;
	clear:both;
	z-index:10;
	display:block;
	overflow:hidden; 
	background:#fff;
}
#mainer {
	clear:both;
	overflow:hidden;
}
.right_box {
	width:750px;
	float:right;
	overflow: hidde;
}
.left_box {
	width:220px;
	float: left;
}
.main_box {
	width:1200px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
}
.comm_void {
	margin-top:50px;
	margin-bottom:50px;
}

/*==============================================================================================*/
/*header-css
/*==============================================================================================*/
.topbd {
	position:relative;
	z-index:999999;
	margin-left:auto;
	margin-right:auto;
	line-height:38px;
	height:38px;
	color:#8c8c8c;
	font-size:14px;
}
.topbd a {
	color:#8c8c8c;
}
.topbd em {
	color:#8c8c8c;
	margin:0 8px 0 10px;
	font-style:normal;
}
.topnav {
	float:right;
}
.topnav dd {
	float:left;
}
.chatnav {
	position:relative;
	z-index:2;
	background:none !important;
	margin-right:0px !important;
	padding-right:0px;
}
.chatnav a {
	margin-top:5px;
	display:block;
}
.chatbd {
	display:none;
	position:absolute;
	z-index:22;
	top:29px;
	right:0px;
	overflow:hidden;
	background:#dddddd;
	text-align:center;
}
.chatbd img {
	width:150px;
	height:150px;
}

.lan {
	float:left;
	width:80px;
	z-index:22;
	right:0px;
	overflow:hidden;
}
.lan a {
	display:inline-block;
	overflow:hidden;
	color:#f00;
}
.lan span {
	display:inline-block;
	overflow:hidden;
	color:#f00;
}

.headbd {
	display:block;
	overflow:hidden;
	height:132px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
}
.logo {
	float:left;
	height:50px;
	margin-top:20px;
}
.searchbd{float:right; margin-top:38px; *margin-top:0px; width:348px; position:relative; background:#1e50ae; box-sizing: border-box;  margin-left:20px; border-radius: 8px;  }
.searchbd .text{
	overflow:hidden;
    line-height: 30px;
    height: 30px;
    padding: 4px 4px 4px 35px;
	width:258px; 
	background:#fff;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	border: #dfdfdf solid 1px;
	float:left;
	outline: none;
}
.searchbd .btn{
	position:absolute; 
	right:0px;
	top:-1px;
	width:80px;
	text-align:center;
	z-index:100;
    cursor: pointer;
	border:0px;
    padding: 0px;
    overflow:hidden;
	background:#1e50ae;
	height:41px;
	color:#fff;
	font-size:16px;
	line-height:41px;
	border-radius: 0px 8px 8px 0px; 
}

.searchbd .icon{
	position:absolute; 
	left:5px;
	top:10px;
	z-index:100;
	border:0px;
    padding: 0px;
    overflow:hidden;
	height:26px;
	width:26px;
}

.hdgg {
	float:left;
	height:28px;
	line-height:28px;
	margin-top:20px;
	margin-left:20px;
	color:#F00;
	font-size:16px;
}
.tel {
	float:right;
	height:28px;
	line-height:28px;
	margin-top:35px;
	margin-right:0px;
	color:#F00;
	font-size:16px;
}


/* 导航 */
.nav{
	line-height:54px;
	height:54px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	background:#1e50ae;
	position:relative;
	z-index:1;
}
.nav ul{
	margin-left:auto;
	margin-right:auto;
}
.nav .onsub{
	background:url(../images/onsub.png) no-repeat 106px center;
}
.nav li{
	float:left;
	margin-right:1px;
	position: relative;
}
.nav li a{
	display:block;
	padding:0px 32px;
	font-size:16px;
	font-family: "微软雅黑",Arial, Helvetica, sans-serif;
	color:#fff;
}
.nav .navsub {
	display:none;
	left:0;
	top:54px;
	position:absolute;
	background:#1e50ae;
	width: 100%;
	padding:5px 0;
}
.nav .navsub li {
	zoom:1;
	height:35px;
	line-height:35px;
	display:block;
	width:100%;
	overflow:hidden;
	clear:both;
	border-bottom:#3058b9 solid 1px;
}
.nav .navsub li:last-child{border-bottom:none;}
.nav .navsub a {
	display:block;
	padding-left:30px;
	overflow:hidden;
	color:#fff;
	background:url(../images/wdot.png) no-repeat 20px 15px !important;
}
.nav .onsub.on .navsub{
	display: block;
}
.nav .active > a, .nav .navsub .active{
	color: #abce03;
	font-weight: bold;
}





/* .nav li a:hover, .nav li:hover {
	color:#fff;
}
.nav li a.on, .nav li:hover a {
	color:#fff;
}
.nav .navroot {
	float:left;
	position:relative;
}
.nav  li:last-child{ background:none !important;}
.nav .navsub {
	display:none;
	left:0;
	top:45px;
	position:absolute;
	background:#1e50ae;
	width:250px;
	padding:5px 0;
}
.nav .navsub li {
	zoom:1;
	height:35px;
	line-height:35px;
	display:block;
	width:250px;
	overflow:hidden;
	clear:both;
	border-bottom:#27292e solid 1px;
}
.nav .navsub li:last-child{border-bottom:none;}
.nav .navsub a {
	display:block;
	padding-left:30px;
	overflow:hidden;
	color:#fff;
	background:url(../images/wdot.png) no-repeat 20px 15px !important;
}
.nav .navsub a:hover {
	background:#298101 url(../images/wdot.png) no-repeat 10px 15px;
	color:#fff;
} */

/*==============================================================================================*/
/*banner-css
/*==============================================================================================*/

.banner {
	position:relative;
	height:600px;
	overflow:hidden;
	display:block;
	clear:both;
}
.banner .bd {
	margin:0 auto;
	position:relative;
	z-index:0;
	overflow:hidden;
}
.banner .bd ul {
	width:100% !important;
}
.banner .bd li {
	width:100% !important;
	height:600px;
	overflow:hidden;
	text-align:center;
}
.banner .bd li a {
	display:block;
	height:600px;
}
.banner .hd {
	width:100%;
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
	height:30px;
	line-height:30px;
	text-align:center;
	_background:#fff;
	_filter:alpha(opacity=60);
}
.banner .hd ul {
	text-align:center;
	padding-top:8px;
}
.banner .hd ul li {
	cursor:pointer;
	display:inline-block;
    *display:inline;
	zoom:1;
	width:120px;
	height:12px;
	margin:5px;
	background:url(../images/icons.png) -14px -110px;
	overflow:hidden;
	line-height:9999px;
}
.banner .hd ul .on {
	background-position:0 -90px;
}
.banner .prev, .banner .next {
	position:absolute;
	display:block;
	left:10px;
	top:215px;
	width:56px;
	height:80px;
	background:url(../images/icons.png) left 0px no-repeat;
	filter:alpha(opacity=10);
	opacity:0.1;
}
.banner .next {
	left:auto;
	right:10px;
	background-position:-64px 0px;
}
.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;
}

/*==============================================================================================*/
/*indexer-css
/*==============================================================================================*/

.guide_body {
	overflow:hidden;
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}

/*-------------------guide-pro-------------------*/
.guide_pro{
	position: relative;
	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;
	margin-bottom:15px;
	line-height:30px;
	margin-bottom:20px;
}
.guide_pro h2 span{ 
	display:block; 
	clear:both; 
	text-align:center; 
	color:#000; 
	font-size:28px; 
	margin-bottom: 10px;
}
.guide_pro h2 p{  
	display:block; 
	clear:both; 
	text-align:center; 
	margin:0 auto; 
	font-size:16px; 
	color:#999; line-height:24px;
}
.guide_pro .bd {
	overflow:hidden;
}
.guide_pro .bd ul {
	overflow:hidden;
	list-style:none;
}
.guide_pro .bd ul li {
	float:left;
	overflow:hidden;
	width: 23.5%;
	list-style:none;
	margin-bottom:23px;
	margin-right: 2%;
	background: #f5f5f5;
	border-radius: 2px;
}
.guide_pro .bd ul li:nth-child(4n){
	margin-right: 0;
}
.guide_pro .bd ul li dt{
	overflow:hidden;
	padding: 10px;
}
.guide_pro .bd ul li img {
	width:100%;
	display: block;
}
.guide_pro .bd ul li dd{
	overflow:hidden;
	position:relative;
	padding: 0 10px 10px;
	display:block;
	height:30px;
	text-align:center;
	line-height:30px;
	font-size:16px;
	color:#333;
	text-overflow:ellipsis; 
	white-space: nowrap;
	overflow: hidden;
}
.guide_pro .more{
	clear: both;
	width: 130px;
	background: #1e50ae;
	margin: 20px auto 0;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	text-align: center;
	border-radius: 5px;
	color: #fff;
}
.guide_pro .more a{
	display: block;
	overflow: hidden;
	color: #fff;
}
/*-------------------guide_plan-------------------*/
.guide_plan {
	display:block;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	padding: 50px 0;
}
.guide_plan h2 {
	font-weight:normal;
	font-size:18px;
	font-family: "微软雅黑",Arial, Helvetica, sans-serif;
	line-height:30px;
	overflow: hidden;
	margin: 0 auto 20px;
}
.guide_plan h2 span{ 
	display:block; 
	clear:both; 
	text-align:center; 
	color:#000; 
	font-size:28px; 
	margin-bottom: 10px;
}
.guide_plan h2 p{
	display:block; 
	clear:both; 
	text-align:center; 
	margin:0 auto; 
	font-size:16px; 
	color:#999; 
	line-height:24px;
}
.guide_plan .bd {
	overflow:hidden;
}
.guide_plan .bd ul {
	overflow:hidden;
	list-style:none;
}
.guide_plan .bd ul li {
	float:left;
	overflow:hidden;
	display:block;
	width: 16.6666667%;
}
.guide_plan .bd ul li img{
	width: 100%;
	display: block;
}

/*-------------------about us-------------------*/
.guide_about {
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
	padding: 50px 0;
}
.guide_about .about_left{
	float: left;
    width: 49%;
    position: relative;
}
.guide_about .about_left ._top{
	margin-bottom: 30px;
	overflow: hidden;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.guide_about .about_left ._top h2{
	font-size: 28px;
    color: #333333;
    font-weight: normal;
    line-height: initial;
}
.guide_about .about_left ._top h2 a {
    color: #333333;
}
.guide_about .about_left ._top p{
    font-size: 12px;
    color: #cccccc;
    margin-top: 16px;
}
.guide_about .about_left dt{
	width: 100%;
	height: 348px;
	overflow: hidden;
	position: relative;
}
.guide_about .about_left dt img{
	width: 100%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.guide_about .about_left dd{
    margin-top: 28px;
	overflow: hidden;
}
.guide_about .about_left dd h3{
    font-size: 20px;
    color: #333333;
    font-weight: normal;
}
.guide_about .about_left dd p{
    margin-top: 14px;
    line-height: 25px;
    color: #666666;
    font-size: 14px;
}
.guide_about .about_left .more{
	clear: both;
	width: 130px;
	background: #1e50ae;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	margin-top: 15px;
	display: block;
}
.guide_about .about_right{
    width: 48%;
    float: right;
	overflow: hidden;
	padding-top: 66px;
}
.guide_about .about_right li{
    height: 158px;
    border: 1px solid #e7e7e7;
    position: relative;
    border-radius: 4px 0 0 4px;
    margin-bottom: 38px;
	overflow: hidden;
}
.guide_about .about_right li:last-child{
	margin-bottom: 0;
}
.guide_about .about_right li i{
    display: block;
    width: 10px;
    height: 160px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 4px 0 0 4px;
	transition: 0.5s;
}
.guide_about .about_right li:first-child i{
	background: #1e50ae;
} 
.guide_about .about_right li:nth-child(2) i{
	background: #abce03;
} 
.guide_about .about_right li:last-child i{
	background: #fea700;
} 
.guide_about .about_right li .box {
    padding: 32px 28px 0 38px;
    position: relative;
}
.guide_about .about_right li ._title{
	overflow: hidden;
    display: flex;
    align-items: flex-end;
	justify-content: space-between;
    line-height: initial;
	margin-bottom: 20px;
	transition: 0.5s;
}
.guide_about .about_right li ._title h3{
	font-size: 24px;
    color: #333333;
    font-weight: normal;
}
.guide_about .about_right li ._title span{
    font-size: 14px;
    color: #cccccc;
    display: block;
    text-transform: capitalize;
}
.guide_about .about_right li .box p{
	font-size: 14px;
    color: #666666;
    line-height: 20px;
	width: 80%;
}
.guide_about .about_right li .box em{
	display: block;
    width: 33px;
    height: 33px;
    overflow: hidden;
    position: absolute;
    right: 32px;
    bottom: 0;
}
.guide_about .about_right li:hover i{
	width: 100%;
} 
.guide_about .about_right li:hover h3,
.guide_about .about_right li:hover span,
.guide_about .about_right li:hover .box p{
	color: #fff;
}
.guide_about .about_right li:hover .box em{
	background-position:0 -33px !important;
}


/*工厂设备*/
.guider_equipment{
    overflow: hidden;
    padding: 50px 0;
    background: #f5f5f5;
}
.guider_equipment h2 {
	font-weight:normal;
	font-size:18px;
	font-family: "微软雅黑",Arial, Helvetica, sans-serif;
	line-height:30px;
	overflow: hidden;
	margin: 0 auto 20px;
}
.guider_equipment h2 span{ 
	display:block; 
	clear:both; 
	text-align:center; 
	color:#000; 
	font-size:28px; 
	margin-bottom: 10px;
}
.guider_equipment h2 p{
	display:block; 
	clear:both; 
	text-align:center; 
	margin:0 auto; 
	font-size:16px; 
	color:#999; 
	line-height:24px;
}
.guider_equipment .guider_main{
    overflow: hidden;
    margin-top: 40px;
}
.guider_equipment .guider_main ul li{
    display: block;
    float: left;
    padding: 5px;
    overflow: hidden;
    transition: all 0.8s linear;
    position: relative;
    padding: 0 !important;
    width: 24.40%;
    margin-left: 0.85%;
    margin-bottom: 7px;
}
.guider_equipment .guider_main ul li:nth-child(1) {
    width: 49.5%;
    margin-left: 0px !important;
}
.guider_equipment .guider_main ul li dt{
    display: block;
    overflow: hidden;
    position: relative;
}
.guider_equipment .guider_main ul li dt img{
    display: block;
    width: 100%;
    height: auto;
    transition: 0.5s all ease-in-out;
}
.guider_equipment .guider_main ul li:nth-child(1) img{
    width: 100% !important;
    height: auto !important;
}
.guider_equipment .guider_main ul li dt:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5) center;
    left: 0;
    top: -100%;
    transition: 0.3s all ease-in-out;
}
.guider_equipment .guider_main ul li dd{
    position: absolute;
    overflow: hidden;
    width: 100%;
    background: rgb(30 80 174 / 0.8);
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.8s linear;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.guider_equipment .guider_main ul li:hover dt:after{
    top: 0;
}
.guider_equipment .guider_main ul li:hover dt img{
    transform: scale(1.05);
}
.guider_equipment .guider_main ul li:hover dd{
    margin-top: -50px;
    transition: all 0.8s linear;
}
.tel {
    text-align: center;
    margin-top: 20px;
}
.tel p {
    font-size: 28px;
    color: #222;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tel p span {
    font-size: 45px;
    color: #1d1d8e;
    font-weight: bold;
    display: flex;
    align-items: center;
    font-family: "Futura";
}
.tel p span a {
    font-size: 15px;
    background: #1d1d8f;
    color: #fff;
    height: 45px;
    line-height: 45px;
    padding: 0 40px;
    border-radius: 22.5px;
    margin-left: 30px;
    transition: all 0.3s;
}

/*-------------------guide-partner-------------------*/
.guider_partner {
	clear:both;
	overflow:hidden;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	padding: 50px 0;
}
.guider_partner h2 {
	font-weight:normal;
	font-size:18px;
	font-family: "微软雅黑",Arial, Helvetica, sans-serif;
	margin-bottom:15px;
	line-height:30px;
	margin-bottom:30px;
}
.guider_partner h2 span{ 
	display:block; 
	clear:both; 
	text-align:center; 
	color:#000; 
	font-size:28px; 
	margin-bottom: 10px;
}
.guider_partner h2 p{  
	display:block; 
	clear:both; 
	text-align:center; 
	width:660px; 
	margin:0 auto; 
	font-size:16px; 
	color:#999; 
	line-height:20px;
}
.guider_partner .bd,
.guider_partner ul{
	overflow: hidden;
}
.guider_partner ul li {
	float:left;
	list-style: none;
	width: 19%;
	text-align:center;
	margin-right: 1.25%;
	margin-bottom: 1.25%;
}
.guider_partner ul li:nth-child(5n){
	margin-right: 0;
}
.guider_partner ul li span{
	display: block;
	border:#ddd solid 1px;
}
.guider_partner ul li img {
	width: 130px;
	display: block;
	margin: 0 auto;
}
.guider_partner .more{
	clear: both;
    width: 130px;
    background: #1e50ae;
    margin: 20px auto 0;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
}
.guider_partner .more a{
    display: block;
    overflow: hidden;
    color: #fff;
}
/*-------------------guide-news-------------------*/
.guider_news{
    overflow: hidden;
    padding: 50px 0;
    background: #f5f5f5;
}
.guider_news ._title{
    overflow: hidden;
    text-align: left;
}
.guider_news ._title h2{
    width: 300px;
    float: left;
    font-size: 28px;
    color: #333;
	line-height: initial;
	font-weight: normal;
}
.guider_news ._title h2 p{
    font-size: 16px;
    display: block;
    color: #999;
    font-weight: 100;
	margin-top: 5px;	
}
.guider_news ._title ._tab{
    text-align: center;
    float: right;
}
.guider_news ._title ._tab a{
    width: 165px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    display: inline-block;
    vertical-align: top;
    color: #333;
    box-shadow: 0px 0px 20px #eee;
    border-radius: 30px;
    margin-top: 22px;
    margin-left: 30px;
	font-size: 14px;
}
.guider_news ._title ._tab a.on{
	background: #1e50ae;
	color: #fff;
}

.guider_news .bd{
	overflow: hidden;
	margin-top: 30px;
}
.guider_news .bd .list_fl{
    width: 50%;
    float: left;
}
.guider_news .bd .list_fl li{
    width: 48%;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    overflow: hidden;
}
.guider_news .bd .list_fl li:last-child {
    margin-left: 3%;
}
.guider_news .bd .list_fl li dt{
    width: 100%;
    overflow: hidden;
	position: relative;
	padding-top: 70%;
}
.guider_news .bd .list_fl li dt img{
    width: 100%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.guider_news .bd .list_fl li dd{
    padding: 20px;
    overflow: hidden;
}
.guider_news .bd .list_fl li dd h3{
    font-size: 18px;
    font-weight: normal;
	overflow: hidden;
	text-overflow:ellipsis; 
	white-space: nowrap;
}
.guider_news .bd .list_fl li dd p{
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
	display: -webkit-box; 
	-webkit-box-orient:
	vertical; -webkit-line-clamp: 2;
	overflow: hidden;
}
.guider_news .bd .list_fr{
    width: 48%;
    float: right;
}
.guider_news .bd .list_fr li{
    margin-bottom: 15px;
    overflow: hidden;
    background: #fff;
    padding: 16px 0;
}
.guider_news .bd .list_fr li:last-child{
	margin-bottom: 0;
}
.guider_news .bd .list_fr li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.guider_news .bd .list_fr li dt{
    width: 115px;
    text-align: center;
}
.guider_news .bd .list_fr li dt b{
    font-size: 40px;
    font-weight: bold;
    line-height: 55px;
    color: #666;
}
.guider_news .bd .list_fr li dt span{
    color: #565656;
    font-size: 14px;
    display: block;
}
.guider_news .bd .list_fr li dd{
    width: 80%;
    padding-left: 20px;
    border-left: 1px solid #f3f3f3;
}
.guider_news .bd .list_fr li dd h3{
    font-size: 18px;
    font-weight: normal;
	overflow: hidden;
	text-overflow:ellipsis; 
	white-space: nowrap;
}
.guider_news .bd .list_fr li dd p{
    margin-top: 10px;
    line-height: 20px;
    color: #68686a;
    padding-right: 20px;
    font-size: 14px;
	display: -webkit-box; 
	-webkit-box-orient:
	vertical; -webkit-line-clamp: 2;
	overflow: hidden;
}


/* links css 友情链接 */
.guider_link {
    overflow: hidden;
    background: #1e50ae;
}
.guider_link .link_box{
    line-height: 88px;
    color: #fff;
}
.guider_link .link_box p{
    float: left;
    font-size: 28px;
    color: #fff;
    margin-right: 20px;
    font-weight: bold;
}
.guider_link .link_box span{
    float: left;
    font-size: 18px;
    color: #fff;
}
.guider_link ul li {
    overflow: hidden;
    float: left;
    line-height: 88px;
    margin-left: 10px;
}
.guider_link ul li a {
    color: #fff;
}

/*==============================================================================================*/
/*cate-css
/*==============================================================================================*/

.cate_box {
    background: #ffffff;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}
.cate_box .crumb{
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    color: #333;
    font-size: 14px;
	float: left;
}
.cate_box .crumb li{
	float:left;
	display:block;
	padding:0px 12px 0px 8px;
	text-align:left;
	background:url(../images/arrow.png) no-repeat right 26px;
}
.cate_box .crumb li i{
	color:#333;
	font-size:18px;
}
.cate_box .crumb li:last-child{
	background:none;
}
.cate_box .crumb li a{
	display:block;
	line-height:60px;
	font-size:14px;
	color:#333;
}
.cate_box .crumb li:last-child a{
	color:#025baf;
}
.cate_box .cate {
	height:60px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	z-index:10;
	position:relative;
	float: right;
}
.cate_box .cate ul {
	display:block;
	height:60px;
	left:0px;
	top:0px;
	z-index:20;
}
.cate_box .cate li {
	float:left;
	list-style:none;
	overflow:hidden;
	display:inline-block;
	padding-left: 30px;
}
.cate_box .cate li div {
	display:block;
	line-height:36px;
}
.cate_box .cate li div span {
	display:block;
	line-height:36px;
	cursor:pointer;
}
.cate_box .cate li a {
	display:block;
	font-size:14px;
	line-height:60px;
	position: relative;
}
.cate_box .cate li.cur {
	color:#025baf;
}
.cate_box .cate li.cur a {
	color:#025baf;
}
.cate_box .cate li.cur a::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #0158a7;
}







/*==============================================================================================*/
/*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:38px;
	height:38px;
	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 14px;
	padding-left:30px;
	line-height:38px;
	height:38px;
	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 10px;
	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;
	position: relative;
	overflow:hidden;	
	margin-top:30px;
	margin-bottom:30px;
	height: 300px;
	background: #fff;
}
.zizhi .zitext {
	display:block;
	float:left;
	overflow:hidden;
	position: relative;
	margin-top:48px;
	margin-left:40px;
	width: 431px;
	padding-bottom:10px;
	background: #fff;
}
.zitext span , .rotext span{
	width: 150px;
	height:60px;
	overflow: hidden;	
}
.zitext span img , .rotext span img{
	padding-top: 12px;
}

.rongyu .rotext{
	display:block;
	overflow:hidden;
	position: absolute;	
	right: 0;
	margin-top:48px;
	width: 400px;
	margin-right:20px;
	padding-bottom: 10px;
	background: #fff;

}

.zizhi .zitext h2 ,.rotext h2{
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 20px;
}
.zizhi .zitext p, .rotext p{
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	color: #999999;
}

.content .rongyu {
	position: relative;
	display:block;
	overflow:hidden;	
	margin-bottom:30px;
	background: #fff;
}

.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:#1e50ae;
	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;
}




.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 {
	position:relative;
	overflow: hidden;
	padding: 50px 0;
}
.arclist li {
	overflow:hidden;
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
}
.arclist li:nth-child(3n){
	margin-right: 0;
}
.arclist li a {
	display: block;
	overflow:hidden;
	border: 1px solid #e5e5e5;
}
.arclist li dt{
	width: 100%;
	overflow: hidden;
	padding-top: 68%;
	position: relative;
}
.arclist li dt img{
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.arclist li dd {
	overflow: hidden;
	padding: 12px;
	color: #999;
}
.arclist li dd span{
    font-size: 14px;
    color: #999;
}
.arclist li dd h3 {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
	margin: 6px 0;
}
.arclist li dd p{
    font-size: 14px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


/* 新闻列表 */
.newslist{
	position:relative;
	overflow: hidden;
	padding: 50px 0;
}
.newslist ul li{
	margin-bottom: 15px;
	overflow: hidden;
	background: #fff;
	padding: 24px 0;
	border: 1px solid #eee;
}
.newslist ul li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.newslist ul li dt {
    width: 115px;
    text-align: center;
}
.newslist ul li dt b {
    font-size: 40px;
    font-weight: bold;
    line-height: 55px;
    color: #666;
}
.newslist ul li dt span {
    color: #565656;
    font-size: 14px;
    display: block;
}
.newslist ul li dd {
    flex: 1;
    padding-left: 20px;
    border-left: 1px solid #f3f3f3;
}
.newslist ul li dd h3 {
    font-size: 18px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newslist ul li dd p {
    margin-top: 10px;
    line-height: 20px;
    color: #68686a;
    padding-right: 20px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


/* 产品列表 */
.prolist {
	clear:both;
	position:relative;
	float:left;
	overflow:hidden;
	padding:50px 0;
	list-style:none;
}
.prolist ul {
	margin:0 auto;
}
.prolist li {
	overflow:hidden;
	width: 23.5%;
	background:#fff;
	float:left;
	margin-right: 2%;
	margin-bottom: 2%;
}
.prolist li:nth-child(4n){
	margin-right: 0;
}
.prolist li a{ 
	display:block; 
	overflow:hidden;
	border: 1px solid #e5e5e5;
}
.prolist li .pic {
	display: block;
	overflow:hidden;
	width: 100%;
	position: relative;
	padding-top: 90%;
}
.prolist li img {
	display: block;
	width:90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.prolist li .txt {
	color:#999;
	font-size:14px;	
	overflow:hidden;
	padding: 12px;
}
.prolist li .txt h3{
	line-height:30px;
	color:#0158a7;
	font-size:18px;
	font-weight:normal;
	text-align:center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.prolist li .txt p{
    height: 40px;
    margin: 6px auto 8px;
	overflow: hidden;
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 2;
}
.prolist li .txt span{
    display: block;
    overflow: hidden;
    color: #666;
    line-height: 30px;
    width: 120px;
    height: 30px;
    border: 1px solid #ddd;
    margin: 0 auto;
    border-radius: 30px;
    text-align: center;
}

/* 图文列表 */
.abmlist {
	clear:both;
	position:relative;
	overflow:hidden;
	padding:50px 0;
	list-style:none;
}
.abmlist ul {
	list-style:none;
	display:block;
	overflow:hidden;
}
.abmlist li {
	width:23.5%;
	background:#fff;
	overflow:hidden;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
}
.abmlist li:nth-child(4n){
	margin-right: 0;
}
.abmlist li a {
	display: block;
	overflow: hidden;
	border: 1px solid #e5e5e5; 
}
.abmlist li dl {
	overflow: hidden;
	padding: 10px;
	display: flex;
	align-items: center;
}
.abmlist li dl img {
	display: block;
	width: 100%;
}
.abmlist li dd {
	overflow: hidden;
	background: #e5e5e5;
	padding: 10px;
	text-align: center;
	font-size: 14px;
}


/* 资质列表 */
.honlist {
	clear:both;
	position:relative;
	overflow:hidden;
	padding:50px 0;
	list-style:none;
}
.honlist ul {
	list-style:none;
	display:block;
	overflow:hidden;
}
.honlist li {
	width:23.5%;
	background:#fff;
	overflow:hidden;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
}
.honlist li:nth-child(4n){
	margin-right: 0;
}
.honlist li a {
	display: block;
	overflow: hidden;
	border: 1px solid #e5e5e5; 
}
.honlist li dl {
	overflow: hidden;
	padding: 10px;
	min-height: 460px;
	max-height: 460px;
	display: flex;
	align-items: center;
}
.honlist li dl img {
	display: block;
	width: 100%;
}
.honlist li dd {
	overflow: hidden;
	background: #e5e5e5;
	padding: 10px;
	text-align: center;
	font-size: 14px;
}


.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;}
.goods-guide .pic{
	width:500px;
	position:relative;
	float:left;
	padding-bottom:10px;
	margin-right:30px;
	}
.goods-guide .pic h3 { width:500px; margin-bottom:10px; border:#eee solid 1px;}	
.goods-guide .pic h3 .img{ border:#eee solid 1px;}
.goods-guide .pic ul{ list-style:none;width:100%;  clear:both;}
.goods-guide .pic li{ float:left; width:100px; height:64px; margin-right:10px; border:#eee solid 1px;}
.goods-guide .pic li:hover{ border:#F60 solid 1px;}
.goods-guide .pic li .img{ width:100px; height:64px; 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;
	width:1200px;
	margin:0px;
	padding:25px;
}
.pro_rec ul li {
	float:left;
	display:table-cell;
	text-align:center;
	overflow:hidden;
	width:250px;
	height:180px;
	margin-right:30px;
	margin-bottom:20px;
}
.pro_rec ul li img {
	width:250px;
	height:135px;
}
.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{
    overflow: hidden;
    background: #222;
    padding: 65px 0 0;
}
#footer .footer_nav{
    float: left;
}
#footer .footer_nav ul{
    float: left;
    padding: 0 60px 0 0;
}
#footer .footer_nav ul h3{
    font-size: 18px;
    color: #fff;
    margin: 0 0 20px 0;
}
#footer .footer_nav ul li a {
    display: block;
    font-size: 14px;
    color: #999;
    line-height: 34px;
}
#footer .footer_contact {
    padding: 0px 0 0 60px;
    height: 200px;
    border-left: 1px solid #393939;
    float: left;
	line-height: 1.5;
}
#footer .footer_contact p {
    font-size: 14px;
    color: #999;
    line-height: 34px;
    display: block;
}
#footer .footer_contact span {
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
    font-family: Arial;
    font-weight: bold;
}
#footer .footer_code {
    margin-left: 30px;
}
#footer .footer_code img {
    width: 140px;
}
#footer .footer_code p {
    width: 140px;
    line-height: 30px;
    border: 1px solid #2e2e2e;
    text-align: center;
    color: #999;
}
#footer .footer_copy{
    border-top: 1px solid #2e2e2e;
    padding: 20px 0;
    color: #999;
    clear: both;
	font-size: 14px;
	overflow: hidden;
}
#footer .footer_copy a{
    font-size: 14px;
    color: #999;
}
/*==============================================================================================*/
/*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:#1e50ae;
	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:#ff6637;}
.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:#ff6637 url(../images/czx1.png) no-repeat center;}
.kefu ul li.top:hover{background:#1e50ae;}
.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;
}


/*==============================================================================================*/
/*  show css
/*==============================================================================================*/
.next_map{
	padding: 15px 0;
	line-height:25px;
	overflow:hidden;
	clear:both;
	border-top:#ddd solid 1px;
}
.next_map div{ 
	display:block; 
	overflow:hidden; 
	line-height:35px;
}
.next_map a{ 
	display:inline-block; 
	font-size:14px; 
	line-height:35px;
}


/* 产品详情 */
.pro_detail{
    overflow: hidden;
	padding-bottom: 50px;
}
.pro_detail_info{
	background: #f5f5f5;
	overflow: hidden;
	padding: 50px 0;
}
.pro_detail_info ._thumb{
	width: 40%;
	float: left;
	position: relative;
}
.pro_detail_info ._thumb .big_pic{
	width: 100%;
    overflow: hidden;
    margin: 0 auto;
	border: 1px solid #ececec;
}
.pro_detail_info ._thumb .big_pic a{
    width: 100%;
    display: block;
}
.pro_detail_info ._thumb .big_pic img{
	width: 100%;
	display: block;
}
.pro_detail_info ._thumb .thumblist{
	overflow: hidden;
	width: 100%;
	display: block;
	margin-top: 10px;
}
.pro_detail_info ._thumb .thumblist li{
	width: 19%;
	float: left;
	overflow: hidden;
	margin-right: 1.25%;
}
.pro_detail_info ._thumb .thumblist li:last-child{
	margin-right: 0;
}
.pro_detail_info ._thumb .thumblist li a{
	display: block;
	border: 1px solid #ececec;
}
.pro_detail_info ._thumb .thumblist li.active a{
	border: 1px solid #1e50ae;
}
.pro_detail_info ._thumb .thumblist li img{
	width: 100%;
	display: block;
}
.pro_detail_info ._info{
	overflow: hidden;
	width: 56%;
}
.pro_detail_info ._info h2{
	color: #2e2e2e;
	margin: 0;
	font-size: 24px;
	margin-bottom: 35px;
}
.pro_detail_info ._info p{
	font-size: 16px;
	color: #2e2e2e;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	padding: 50px 0;
	margin: 0;
	line-height: 30px;
}
.pro_detail_info ._info ul{
    color: #999;
    line-height: 2;
    overflow: hidden;
    padding: 50px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
    border-bottom: 1px solid #dbdbdb;
}
.pro_detail_info ._info ul li{
	width: 50%;
}
.pro_detail_info ._info ul li em,
.pro_detail_info ._info ul li span{
    color: #868686;
    font-size: 16px;
	font-weight: normal;
}
.pro_detail_info ._info ._btn {
	width: 120px;
    height: 40px;
    line-height: 40px;
    display: block;
    background: #1e50ae;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-top: 50px;
}
.pro_detail_content ._content{
    overflow: hidden;
    padding: 30px 0;
}
.pro_detail_content .hd{ 
    overflow: hidden;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 30px;
    height: 35px;
    font-size: 18px;
    font-weight: bold;
    color: #1e50ae;
}
.pro_detail_content ._rec{
	overflow: hidden;
	padding: 30px 0;
}
.pro_detail_content ._rec ul{
	overflow: hidden;
	margin-bottom: -2%;
}
.pro_detail_content ._rec ul li{
	width: 23.5%;
	overflow: hidden;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
}
.pro_detail_content ._rec ul li:nth-child(4n){
	margin-right: 0;
}
.pro_detail_content ._rec ul li dl,
.pro_detail_content ._rec ul li dl a{
	overflow: hidden;
	display: block;
}
.pro_detail_content ._rec ul li dl a{
	border: 1px solid #ececec;
	position: relative;
	padding-top: 90%;
}
.pro_detail_content ._rec ul li img{
	width: 80%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.pro_detail_content ._rec ul li dd a{
    display: block;
    background: #f5f5f5;
    overflow: hidden;
    color: #333;
    text-align: center;
    padding: 10px;
    font-size: 16px;
	border: 1px solid #ececec;
	border-top: none;
}

/* 文章详情 */
.art_detail{
	overflow: hidden;
	padding: 30px 0;
}
.art_detail .art_detail_main{
    float: left;
    width: 68%;
    overflow: hidden;
    padding: 25px;
    background-color: #ffffff;
}
.art_detail ._title{
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
    padding-top: 15px;
}
.art_detail ._title h2{
    font-size: 22px;
    color: #333333;
	font-weight: normal;
	line-height: 30px;
}
.art_detail ._title span{
    font-size: 14px;
    color: #999;
    display: block;
    margin-top: 5px;
}
.art_detail ._content{
    overflow: hidden;
    min-height: 500px;
    padding: 15px 0;
}
.art_detail .art_rec{
	width: 23.5%;
	float: right;
	position: relative;
	overflow: hidden;
	background: #fff;
	padding: 20px;
    border-top: 4px solid #1e50ae;
}
.art_detail .art_rec h2{
	font-size: 20px;
	color: #050505;
	margin-bottom: 15px;
	font-weight: normal;
}
.art_detail .art_rec li{
	width: 100%;
	overflow: hidden;
	line-height: 35px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	color: #999;
}
.art_detail .art_rec li a{
	display: block;
	width: 75%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: #333;
}

/* 图文详情 */
.abl_detail{
	overflow: hidden;
	padding: 30px 0;
}
.abl_detail .abl_detail_main{
    float: left;
    width: 68%;
    overflow: hidden;
    padding: 25px;
    background-color: #ffffff;
}
.abl_detail ._title{
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
    padding-top: 15px;
}
.abl_detail ._title h2{
    font-size: 22px;
    color: #333333;
	font-weight: normal;
	line-height: 30px;
}
.abl_detail ._title span{
    font-size: 14px;
    color: #999;
    display: block;
    margin-top: 5px;
}
.abl_detail ._content{
    overflow: hidden;
    min-height: 500px;
    padding: 15px 0;
}
.abl_detail .arl_rec{
	width: 23.5%;
	float: right;
	position: relative;
	overflow: hidden;
	background: #fff;
	padding: 20px;
    border-top: 4px solid #1e50ae;
}
.abl_detail .arl_rec h2{
	font-size: 20px;
	color: #050505;
	margin-bottom: 15px;
	font-weight: normal;
}
.abl_detail .arl_rec li{
	margin-bottom: 20px;
}
.abl_detail .arl_rec li,
.abl_detail .arl_rec li dl,
.abl_detail .arl_rec li dl a,
.abl_detail .arl_rec li dl img{
	width: 100%;
	display: block;
}
.abl_detail .arl_rec li dl a{
	overflow: hidden;
	position: relative;
	padding-top: 100%;
	border: 1px solid #eee;
}
.abl_detail .arl_rec li dl a img{
	width: 60%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.abl_detail .arl_rec li dd a{
	display: block;
    overflow: hidden;
    text-align: center;
    background: #f5f5f5;
    color: #333;
    font-size: 14px;
    border: 1px solid #eee;
    border-top: none;
    padding: 10px;
}

/*==============================================================================================*/
/*  page css
/*==============================================================================================*/
.page_detail{
	overflow: hidden;
	padding: 50px 0;
}
.page_detail ._content{
	clear:both;
	overflow:hidden;
	background:#fff;
	min-height:500px;
}


/* 在线留言 */
.pages_book{
	overflow: hidden;
	padding: 50px 0;
}
.pages_book .book_box{
    overflow: hidden;
    display: flex;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    border: 1px solid #ddd;
    padding: 50px;
}
.pages_book form .row-label{
	font-size: 14px;
}
.pages_book form .form-control{
    float: left;
    border: 1px solid #ddd;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
}
.pages_book form .textarea.form-control{
	height: auto;
	max-height: 200px;
}
.pages_book form .yzm_img{
	margin-left: 10px;
}
.pages_book form .btn {
    width: 120px;
    background: #1e50ae;
    color: #fff;
    border: none;
    display: block;
}
/*==============================================================================================*/
/*  abouts css
/*==============================================================================================*/
.detail_about{
    overflow: hidden;
    padding: 50px 0;
}
.detail_about .detail_main {
    position: relative;
    overflow: hidden;
    font-size: 0;
}
.detail_about .detail_main>div {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
}
.detail_about .detail_main_fl {
    overflow: hidden;
    width: 49%;
    margin-right: 2%;
}
.detail_about .detail_main_fl h2 {
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    line-height: initial;
}
.detail_about .detail_main_fl em {
    display: block;
    width: 60px;
    height: 3px;
    background: #006BB7;
    margin: 10px 0;
}
.detail_about .detail_main_fl>div {
    color: #666;
    font-size: 14px;
    line-height: 1.8;
}
.detail_about .detail_main_fr {
    overflow: hidden;
    width: 49%;
}
.detail_about .detail_main_fr img {
    width: 100%;
    display: block;
}