17:00 2019/3/1317:00 2019/3/1317:00 2019/3/13sssssssss@charset "utf-8";

/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

ul,
li,
ol,
h1,
h2,
h3,
dl,
dt,
dd,
form,
p,
span,
b,
u,
s,
i {
	list-style: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
}


/* -- 页面整体布局 -- */

.content {
	width: 1200px;
	margin: 0 auto;
}

a {
	color: #666666;
	text-decoration: none;
}


/*for ie f6n.net*/

a:focus {
	outline: 0;
}


/*for ff f6n.net*/

a:hover {
	text-decoration: underline;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.fn:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

.fn {
	zoom: 1;
}

.clearfix {
	display: inline-table;
}

* html .clearfix {
	height: 1%;
	/*ie6*/
	overflow-x: hidden;
}

*+html .clearfix {
	min-height: 1px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}

.clearfix {
	display: inline-block;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

input,
textarea {
	outline: none;
}


/*鍘绘帀杈撳叆妗嗗緱鍒扮劍鐐规椂杈规?浼氬嚭鐜伴槾褰辨晥鏋?----渚嬪?370 鐏?嫄*/

a {
	blr: expression(this.onFocus=this.blur());
	/* IE Opera */
	outline: none;
	/* FF Opera */
}

a:focus {
	-moz-outline-style: none;
	/* FF */
}


/*鍘绘帀a鏍囩?瓒呴摼鎺ョ殑铏氱嚎妗?*/

body {
	color: #666666;
	font: 12px/1.231 'Microsoft Yahei', "宋体";
	margin: 0px;
	color: #3F3F3F;
	font-size: 12px;
	font-family: Microsoft YaHei, 瀹嬩綋, Arial, Helvetica, sans-serif;
}

a:link {
	text-decoration: none;
	color: #131313;
}

a:visited {
	text-decoration: none;
	color: #131313;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
	color: #131313;
}

.xp_xdd {
	width: 100%;
	height: 34px;
	line-height: 34px;
	background: #f7f7f7;
	border-bottom: 1px solid #ccc;
}

.xp {
	width: 1180px;
	margin: 0 auto;
}

.xp_l {
	float: left;
}

.xp_r {
	float: right;
}

.header_xdd {
	width: 100%;
	margin-top: 20px;
	height: 65px;
}

.header {
	width: 1180px;
	margin: 0 auto;
}

.logo {
	float: left;
}

.logo img {
	width: 400px;
	height: 105px;
}

.tel {
	float: right;
}

.tel span {
	float: right;
	padding-left: 15px;
	font-size: 16px;
}

.nav_xdd {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #3285FF;
	margin: 0 auto;
}

.nav {
	width: 100%;
	overflow: hidden;
}

.nav ul li {
	float: left;
}

.nav ul li a {
	font-size: 16px;
	color: #fff;
	padding: 0 65px;
	display: block;
	transition: all 0.3s ease-in-out;
}

.nav ul li>a:hover {
	background: #1c6de4;
}

.nav ul li dl dd {
	transition: all 0.3s ease-in-out;
}

.nav ul li dl dd:hover {
	background: #1c6de4;
}

.nav ul li dl {
	display: none;
	position: absolute;
	z-index: 2;
	background: #3285FF;
	min-width: 160px;
}

.banner {
	width: 100%;
	height: 500px;
	background-color: aqua;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.imgbox {
	width: 100%;
	height: 500px;
	position: relative;
	background-color: #222222;
	overflow: hidden;
}

.img {
	position: absolute;
	display: none;
	width: 100%;
	height: 540px;
}


/* .im {
	display: block;
} */

.change {
	height: 100px;
	display: block;
	position: absolute;
	z-index: 20;
	opacity: 0.4;
	transition: 0.4s;
	top: 50%;
	margin-top: -50px
}

.change:hover {
	opacity: 1;
}

.pre {
	left: 1%;
}

.next {
	right: 1%;
}

.cirbox {
	width: 88px;
	position: absolute;
	bottom: 15px;
	z-index: 10;
	left: 50%;
	margin-left: -44px;
	cursor: pointer;
}

.cir {
	width: 12px;
	height: 12px;
	background-color: white;
	opacity: 0.4;
	float: left;
	border-radius: 6px;
	margin: 0 5px 0 5px;
	cursor: pointer;
}

.cir:hover {
	background-color: #3285FF;
	transition: 0.8s;
}

.cr {
	opacity: 1;
}

.cr:hover {
	background-color: white;
}

.main {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 60px;
	/* height:500px; */
	margin-bottom: 50px;
}

.tabshow {
	width: 980px;
	height: 422px;
	position: relative;
	margin: 30px auto;
}

.pro_l {
	height: :500px;
	border: 1px solid red;
	float: left;
	width: 220px;
}

.tabshow .hide {
	display: none;
}

.tabshow .udbtn,
.tabshow .tabTagBox li {
	background: url(../images/tab-all-bg.png) no-repeat;
}

.tabshow .udbtn {
	display: block;
	width: 194px;
	height: 35px;
	line-height: 999em;
	overflow: hidden;
}

.tabshow .uPrev {
	background-position: 0 -580px;
}

.tabshow .dNext {
	background-position: 0 -615px;
}

.tabshow .tabTagBox {
	height: 348px;
	width: 194px;
	overflow: hidden;
	position: relative;
	z-index: 9;
	margin: 2px 0;
}

.tabshow .tabTagBox .tabTagList {
	position: absolute;
	left: 0;
	height: 999em;
}

.tabshow .tabTagBox li {
	float: left;
	width: 193px;
	height: 58px;
	line-height: 99em;
	overflow: hidden;
	cursor: pointer;
}

.tabTagList {
	width: 193px;
	height: 500px;
}

.tabshow .tabTagBox li.current {
	width: 194px;
}

.tabshow .tabTagBox li#tag01 {
	background-position: -194px 0;
}

.tabshow .tabTagBox li#tag01.current {
	background-position: 0 0;
}

.tabshow .tabTagBox li#tag02 {
	background-position: -194px -58px;
}

.tabshow .tabTagBox li#tag02.current {
	background-position: 0 -58px;
}

.tabshow .tabTagBox li#tag03 {
	background-position: -194px -116px;
}

.tabshow .tabTagBox li#tag03.current {
	background-position: 0 -116px;
}

.tabshow .tabTagBox li#tag04 {
	background-position: -194px -174px;
}

.tabshow .tabTagBox li#tag04.current {
	background-position: 0 -174px;
}

.tabshow .tabTagBox li#tag05 {
	background-position: -194px -232px;
}

.tabshow .tabTagBox li#tag05.current {
	background-position: 0 -232px;
}

.tabshow .tabTagBox li#tag06 {
	background-position: -194px -290px;
}

.tabshow .tabTagBox li#tag06.current {
	background-position: 0 -290px;
}

.tabshow .tabTagBox li#tag07 {
	background-position: -194px -348px;
}

.tabshow .tabTagBox li#tag07.current {
	background-position: 0 -348px;
}

.tabshow .tabTagBox li#tag08 {
	background-position: -194px -406px;
}

.tabshow .tabTagBox li#tag08.current {
	background-position: 0 -406px;
}

.tabshow .tabTagBox li#tag09 {
	background-position: -194px -464px;
}

.tabshow .tabTagBox li#tag09.current {
	background-position: 0 -464px;
}

.tabshow .tabTagBox li#tag10 {
	background-position: -194px -522px;
}

.tabshow .tabTagBox li#tag10.current {
	background-position: 0 -522px;
}

.tabshow .tabcon {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	border: solid 1px #013fb6;
	background: #FCFCFC;
	height: 420px;
	width: 785px;
	overflow: hidden;
}

.tabshow .tabcon h2 {
	height: 25px;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	padding: 5px 0 10px 25px;
}

.tabshow .tabcon li {
	float: left;
	width: 180px;
	height: 180px;
	overflow: hidden;
	margin: 0 0 10px 14px;
	display: inline;
}

.tabshow .tabcon li .pic {
	display: block;
	border: solid 1px #ddd;
	width: 175px;
	height: 145px;
}

.tabshow .tabcon li .pic:hover {
	border: solid 2px #013fb6;
}

.tabshow .tabcon li .tit {
	height: 20px;
	line-height: 20px;
	display: block;
	margin: 8px 0 0 0;
	text-align: center;
}

.tabshow .tabcon li .tit a {
	font-size: 12px;
	color: #5e5e5e;
	text-decoration: none;
}


.pro_l{
	height::500px;
	border:1px solid red;
	float: left;
	width: 220px;

}
.pro_s{
	background: #3285FF;
}
.pro_s p{
	color: #fff;
	font-size: 24px;
	text-align: center;
	padding: 20px 0;
}
.pro_classify{
	background: #fafafa;
}
.pro_classify ul li{
	text-align: center;
}
.pro_classify ul li a{
	color:#3285FF;
	line-height: 45px;
	font-size: 16px;
	display: block;
	border-bottom: 1px dashed #ccc;
	background: url("../images/yuan.gif") 37px no-repeat;
	text-align: left;
    padding-left: 52px;
}
.pro_r{
	float: right;
	width: 960px;
	border: 1px solid #e5e5e5;
}
.pro_rr{
	float: right;
	width: 960px;
	border: 1px solid red;
}
.pro{
   
    
}

.pro ul{
	width:960px;
        float: left;
	
}

.pro ul li{
        float: left;
        width:230px;
       margin-left:10px;
       margin-bottom:15px;

}
.pro_img{
   text-align: center;
      
}
.pro_name{
    text-align: center;
   
}
	
.hf{
	margin-top: 60px;
	background: url("../images/hf.png") center no-repeat;
	height: 260px;
}
.link{
	color: #fff;
    font-size: 20px;
    width: 1200px;
    margin: 0 auto;
    padding-top: 96px;
}

.customerAnli {
	width: 1200px;
	height: 750px;
	margin: 0 auto;
	margin-top: 60px;
}

.title12 {
	color: rgb(33, 33, 33);
	text-align: center;
	font-size: 28px;
	border-bottom: 1px solid #ccc;
}

.lineXian {
	background: #3285FF;
	display: block;
	position: relative;
	width: 6%;
	height: 4px;
	z-index: 2;
	margin: 22px auto -2px auto;
}

.case {
	width: 1005;
	height: 720px;
	/* margin-top: 30px; */
}


.indexpro {width:100%;height:535px;background:#cfcfcf;}
.ipro {padding-top:35px;}
.ipro_t {text-align:center;}
.ipro_t  h3 {font-size:28px;color:#c30003;height:50px;line-height:50px;font-family:'Microsoft YaHei';}
.ipro_t  span {font-size:16px;color:#7c7c7c;font-family:'Microsoft YaHei';}
.indexpro .iprowarp{margin-top:30px;}
.indexpro .iprowarp li{float:left;margin:0px 0px 13px 26px;background:#fff;}
.indexpro .iprowarp li:first-child{margin-left:0px;}
.indexpro .iprowarp li h4{width:315px;height:280px;position:relative;overflow:hidden;}
.indexpro .iprowarp li h4 a{display:block;}
.indexpro .iprowarp li h4 a.proImg img{width:315px;height:280px;}
.indexpro .iprowarp li h4 em{position:absolute;width:315px;height:280px;top:0px;left:0px;background:url(../images/probg.png) repeat;left:-315px;}
.indexpro .iprowarp li h4 em a{width:51px;height:51px;padding:115px 145px 85px 135px;}
.indexpro .iprowarp li h5 a{display:block;height:45px;line-height:45px;width:315px;text-align:center;font-size:16px;color:#262626;}
.indexpro .iprowarp li h5 a:hover {color:#fff;background:#c30003;}
.case ul {
	width: 100%;
	height: 720px;
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}

.case li {
	width: 335px;
	height: 350px;
	text-align: center;
	float: left;
	margin-top: 10px;
}


/* .case_name{
	margin-top: 10px;
} */

.case img {
	width: 335px;
	height: 210px;
	cursor: pointer;
	transition: all 0.6s;
}

.case img:hover {
	transform: scale(1.1);
}

.case li h5 a {
	/* margin-top:35px; */
	display: block;
	line-height: 45px;
	width: 335px;
	text-align: center;
	font-size: 16px;
	color: #262626;
}

.case li h5 a:hover {
	color: #fff;
	background: #c30003;
}


/*产品分类*/

.cate {
	margin-bottom: 30px;
}

.lt_cate {
	width: 240px;
	min-height: 652px;
}

.cpli {
	margin-bottom: 10px;
}

.cpli li {
	background: url(../images/xxbg.jpg) repeat-x;
}

.cpli li div.xx {
	border-bottom: 1px dotted #fff;
	padding: 0 15px;
}

.cpli li span {
	color: #fff;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	margin-right: 0px;
	text-align: center;
	width: 16px;
}

.cpli li a {
	color: #fff;
	font-size: 13px;
	line-height: 40px;
	font-weight: 500;
	font-family: "Microsoft Yahei"
}

.cpli li a:hover {
	color: #fd3a3a;
	font-size: 13px;
}

.cpli li ul {
	padding: 8px 0px;
}

.cpli li ul li {
	border: 0 none;
	width: 98%;
	padding-left: 35px;
	color: #fff;
	background: url(../images/golbal_products_leftbg1.gif) no-repeat scroll 20px center;
}

.cpli li ul li a {
	color: #fff;
	font-size: 13px;
	line-height: 24px;
}

.cpli li ul li a:hover {
	color: #fd3a3a;
	font-size: 13px;
}

.cpMu {
	background: #0e77e0;
	overflow: hidden;
	width: 246px;
	margin-left: 3px;
}

.cpMu h4 {
	background: #064799;
	border-bottom: 1px dotted #9dbdd5;
	height: 86px;
	text-align: center;
	width: 246px;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
}

.cpMu h4 a {
	color: #fff;
	font-size: 24px;
	line-height: 80px;
	font-family: "Microsoft Yahei"
}

.formDl {
	padding-bottom: 15px;
	padding-top: 0px;
}

.cpMu .formDl dd {
	height: 40px;
	line-height: 40px;
	padding-left: 34px;
}

.cpMu .formDl dd.btnLi {
	height: 50px;
}

.span {
	padding-top: 0px;
	line-height: 40px;
}

.cpMu .formDl dd p {
	font-size: 22px;
	font-weight: bold;
	padding-left: 20px;
}

.cpMu .formDl dd .iptBtn {
	background-color: #c00;
	border: medium none;
	color: #fff;
	cursor: pointer;
	font-family: microsoft yahei;
	font-size: 16px;
	height: 34px;
	width: 200px;
	margin-top: 15px;
}

.cpMu dt {
	background: url(../images/cpMuDt.png) no-repeat scroll 10px center;
	height: 42px;
	line-height: 42px;
}

.cpMu dt a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding-left: 40px;
	height: 42px;
	line-height: 42px;
	display: block;
	border-bottom: 1px dotted #9dbdd5;
}

.cpMu dt a:hover {
	background: #c00;
	line-height: 42px;
	display: block;
}

.cpMu dd {
	overflow: hidden;
}

.cpMu dd {
	color: #fff;
	font-size: 14px;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
}

.cpMu dd a {
	background: url(../images/cpMuDd.png) no-repeat scroll 28px center;
	color: #c2e2f9;
	display: block;
	height: 34px;
	line-height: 34px;
	padding-left: 45px;
}


/*--左侧副导航联系我们--*/

.lxnr {
	margin: 0;
	border: 1px solid #ccc;
	background: #fff;
	width: 244px;
	margin-left: 3px;
}

.lximgs {
	padding: 8px 7px;
	width: 210px;
	height: 94px;
}

.lxnrs {
	width: 240px;
	padding: 10px 0;
}

.lxnrs p {
	color: #000;
	line-height: 26px;
	padding: 0 5px;
	font-size: 14px;
}

.lxnrs p.pl {
	padding-left: 70px;
}

.lxnrs p span {
	color: #f90000;
	font-weight: bold;
}

.rt_cate {
	width: 940px;
	min-height: 652px;
}

.tit {
	height: 56px;
	line-height: 56px;
}

.lxtit {
	height: 36px;
	line-height: 36px;
}

.lxtit a {
	color: #FFF;
	font-size: 18px;
	line-height: 50px;
	padding-left: 20px;
}

.lt_cate .tit {
	background: url(../images/h2_bg.gif) no-repeat;
	width: 195px;
	padding: 0 19px 0 12px;
}

.lt_cate .lxtit {
	background: #064799;
	overflow: hidden;
	width: 246px;
	margin-left: 3px;
	height: 50px;
}

.tit .f_name {
	color: #034dac;
	font-size: 22px;
	text-align: center;
}

.f_name2 {
	color: #fff;
	font-size: 18px;
}

.tit .f_more {
	color: #000;
	font-size: 12px;
	font-weight: normal;
}

.lt_bg1 {
	background: url(../images/lt_bg1.gif) left top repeat-y;
	padding-top: 18px;
}

.lt_bg {
	background: url(../images/lt_bg2.gif) left bottom no-repeat;
	padding: 0 10px 10px 10px;
}

.lt_bg h3 {
	background: url(../images/h3_bg.gif) no-repeat;
	width: 195px;
	height: 34px;
	line-height: 34px;
	color: #fff;
	font-size: 14px;
	margin: 0 auto;
	text-indent: 25px;
	margin-bottom: 6px;
}

.lt_bg h3 a {
	color: #000;
}

.lt_bg h3 a:hover {
	color: #ff6600;
}

.lt_bg ul {
	margin-bottom: 5px;
}

.lt_bg li {
	background: url(../images/lt_line.gif) left bottom repeat-x;
	height: 31px;
	line-height: 30px;
	margin-left: 15px;
}

.lt_bg li a {
	display: inline-block;
	padding-left: 20px;
	color: #333;
	font-size: 13px;
	background: url(../images/ys_li.gif) left center no-repeat;
}

.lt_bg .lt_lst {
	background: none;
}

.rt_cate .tit {
	background: url(../images/titbg.jpg) no-repeat;
	text-align: center;
}

.tit em {
	color: #000;
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 5px;
}

.rt_list li {
	float: left;
	width: 280px;
	display: inline;
	margin-left: 20px;
	margin-bottom: 15px;
}

.rt_list .no_mar {
	margin-right: 0px;
	padding-left: 15px;
}

.rt_list img {
	width: 270px;
	height: 210px;
	border: 4px solid #e6e6e6;
}

.rt_list img:hover {
	border: 4px solid #8bc0f7;
}

.rt_list span {
	display: block;
	color: #333;
	text-align: center;
	margin-top: 6px;
	*margin-top: 12px;
	height: 20px;
}

.zrt_list li {
	float: left;
	width: 203px;
	display: inline;
	margin-left: 20px;
	margin-bottom: 15px;
}

.zrt_list .no_mar {
	margin-right: 0px;
	padding-left: 15px;
}

.zrt_list img {
	width: 193px;
	height: 260px;
	border: 4px solid #e6e6e6;
}

.zrt_list img:hover {
	border: 4px solid #8bc0f7;
}

.zrt_list span {
	display: block;
	color: #333;
	text-align: center;
	margin-top: 6px;
	*margin-top: 12px;
	height: 20px;
}

.tab {
	border: 1px solid #ddd;
	height: 390px;
	overflow: hidden;
	margin-bottom: 21px;
}

.t_tit {
	background: url(../images/tab_tit.gif) left top repeat-x;
	height: 46px;
	padding: 9px 18px 0 18px;
	line-height: 46px;
	color: #004ea2;
	font-size: 14px;
}

.t_tit .t_more {
	font-size: 12px;
	font-weight: normal;
	color: #444;
}

.t_tit .t_name {
	color: #004ea2;
	font-size: 14px;
	display: inline-block;
	padding-right: 15px;
}

.t_tit em {
	display: inline-block;
	padding-left: 15px;
}

.t_tit .t_cur,
.t_tit .t_name:hover {
	color: #fff;
	background: url(../images/ta_rt.gif) right center no-repeat;
}

.t_tit .t_cur em,
.t_tit .t_name:hover em {
	background: url(../images/ta_lt.gif) left center no-repeat;
}

.t_con {
	padding: 22px 22px 20px 22px;
}

.t_dl dt {
	float: left;
	width: 328px;
}

.t_dl dt img {
	width: 320px;
	height: 281px;
	padding: 3px;
	border: 1px solid #cdcdcd;
}

.t_dl dd {
	float: right;
	width: 563px;
}

.t_dl h3 {
	font-size: 16px;
	line-height: 36px;
	padding-left: 5px;
}

.t_dl h3 a {
	color: #222;
}

.t_dl ul {
	padding-left: 5px;
	margin: 3px 0 24px;
}

.t_dl li {
	line-height: 24px;
	background: url(../images/ta_li.gif) left 8px no-repeat;
	padding-left: 18px;
	font-size: 14px;
}

.t_dl .bt_img {}

.bt_img a {
	float: left;
	width: 174px;
	display: inline;
	margin-right: 13px;
}

.bt_img img {
	width: 166px;
	height: 116px;
	padding: 3px;
	border: 1px solid #ddd;
}

.bt_img .bt_lst {
	margin-right: 0px;
}

.bt_img span {
	display: block;
	text-align: center;
	color: #444;
	margin-top: 10px;
}

.about_xdd {
	width: 100%;
	background: #3285FF;
	position: relative;
}

.about {
	width: 1200px;
	margin: 0 auto;
	height: 471px;
	margin-top: 60px;
}

.about .title14 {
	color: #fff;
	text-align: center;
	font-size: 28px;
	padding-top: 30px;
}

.aboutCon {
	margin-top: 40px;
}

.aboutCon p {
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	text-indent: 2em;
}

.about .btn {
	text-align: center;
	margin-top: 44px;
}

.about .btn a {
	color: #3285FF;
	cursor: pointer;
	background: #fff;
	padding: 10px 20px;
	border-radius: 5px;
	display: inline-block;
}

.about_img {
	width: 1200px;
	background: #fff;
	margin: 0 auto;
	padding: 40px 20px;
	overflow: hidden;
	position: absolute;
	top: 290px;
}

.about_img ul {
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}

.about_img img {
	cursor: pointer;
	transition: all 0.6s;
}

.about_img img:hover {
	transform: scale(1.1);
}

.news {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 193px;
}

.news .news_w {
	margin-right: 20px;
	width: 578px;
	float: left;
	border: 1px solid #e5e5e5;
}

.news_xdd {
	width: 578px;
	overflow: hidden;
	padding: 30px 30px;
	line-height: 46px;
}

.news_img {
	float: left;
}

.news_fir {
	float: right;
	width: 370px;
}

.newstitle {
	color: #666666;
	font-size: 20px;
	width:85%;
	line-height:30px;
}

.news_fir span {
	width: 264px;
	display: block;
	color: rgb(169, 169, 169);
	line-height: 24px;
}

.news_more {
	margin-top: 13px;
}

.news_more a {
	display: inline-block;
	background: #e9e9e9;
	padding: 0px 39px;
}

.mg_12 {
	margin-bottom: 30px;
}

.news_lb {
	width: 512px;
}

.news_lb ul li {
	border-bottom: 1px dashed #ccc;
	background: url(../images/yuan.gif) left no-repeat;
	padding-left: 3%;
}

.news_lb ul li a {
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

.news_lb ul li a:hover {
	color: #3285FF;
}

.news_lb span {
	float: right;
	color: #666666;
}

.business_card {
	width: 100%;
	overflow: hidden;
}

.card {
	width: 1200px;
	margin: 0 auto;
	background: #fafafa;
	overflow: hidden;
	padding: 20px;
	box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.2), 0px 1px 5px rgba(0, 0, 0, 0.2);
}

.card_con {
	float: left;
	width: 542px;
	color: #fff;
	background: #3285FF;
	white-space: pre-wrap;
	border-radius: 15px;
	box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.2), 0px 1px 5px rgba(0, 0, 0, 0.2);
}

.card_con span {
	line-height: 30px;
	font-size: 14px;
}

.business_map {
	float: right;
}

.mg_50 {
	margin-top: 50px;
}

.sm {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	height: auto;
	margin-top: 30px;
}

.sm a {
	padding: 0 20px;
}

.footer {
	width: 100%;
	background: #1E85E4;
	margin-top: 30px;
	overflow: hidden;
}

.bottom {
	width: 1200px;
	margin: 0 auto;
	height: 200px;
	padding-top: 30px;
}

.bottom_nav {
	float: left;
	width: 810px;
	height: 190px;
	line-height: 36px;
}

.bottom_nav ul li {
	float: left;
	margin-left: 33px;
}

.bottom_nav ul li:first-child {
	margin-left: 0px;
}

.bottom_nav ul li a {
	color: #fff;
	font-size: 15px;
}

.banquan {
	font-size: 14px;
	line-height: 35px;
	width: 683px;
	margin: 0 auto;
	text-align: center;
	height: 140px;
	color: #fff;
}

.copyright {
	color: #fff;
	line-height: 30px;
}

.copyright a {
	color: #fff;
}

.cityspread {
	color: #fff;
}

.ewm {
	float: right;
}

.banner_n {
	width: 100%;
}

.banner_n img {
	max-width: 100%;
	height: auto;
	display: block;
}

.ty_kj {
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
	overflow: hidden;
}

.n_left {
	width: 220px;
	float: left;
}

.n_lb {
	background: #fafafa;
}

.n_lb ul li {
	text-align: center;
}

.n_lb ul li a {
	color: #3285FF;
	line-height: 45px;
	font-size: 16px;
	display: block;
	border-bottom: 1px dashed #ccc;
	background: url(../images/yuan.gif) 37px no-repeat;
	padding-left: 53px;
	text-align: left;
}

.n_title {
	background: #3285FF;
}

.n_title p {
	color: #fff;
	font-size: 24px;
	text-align: center;
	padding: 20px 0;
}

.n_right {
	width: 960px;
	float: right;
	border: 1px solid #e5e5e5;
	overflow: hidden;
}

.mbx_nav {
	background: #f8f8f8;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #ddd;
	position: relative;
}

.mbx_nav span {
	position: absolute;
	border-bottom: 2px solid #3285FF;
	padding: 0 15px;
	left: 0px;
	top: -1px;
	font-size: 14px;
}

.mbx_nav .location {
	float: right;
	position: relative;
	right: 15px;
}

.about_text {
	margin-top: 30px;
	padding: 20px;
}

.about_text p {
	line-height: 36px;
	font-size: 14px;
}

.news_n {
	overflow: hidden;
	padding-left: 5px;
	margin-top: 30px;
	border-bottom: 1px dashed #e5e5e5;
}

.news_time {
	padding: 10px 4px;
	font-size: 18px;
}

.news_time {
	float: left;
	background: #f2f2f2;
	text-align: center;
	margin-bottom: 18px;
	height: 74px;
	color: #666666;
}

.news_con {
	float: right;
	width: 847px;
}

.news_title a {
	color: rgb(75, 75, 75);
	transition: all 0.3s ease-in-out;
	font-size: 15px;
	cursor: pointer;
}

.news_title a:hover {
	color: #3285FF;
}

.news_con p {
	margin-top: 4px;
	font-size: 14px;
	line-height: 24px;
	color: #808080;
	margin-bottom: 6px;
}

.pages {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}

.pages ul li {
	display: inline-block;
}

.pages ul li a {
	display: block;
	padding: 0 10px;
	border: 1px solid #e2e2e2;
	border-radius: 3px;
	height: 36px;
	line-height: 36px;
	min-width: 36px;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}

.gl a {
	background: #3285FF;
	color: #fff;
}

.pages ul li a:hover {
	background: #3285FF;
	color: #fff;
}

.miaoshu {
	font-size: 18px;
	margin-top: 20px;
	text-indent: 2em;
	margin-left: 57px;
	margin-bottom: 20px;
}

.n_right1 {
	width: 960px;
	float: right;
	overflow: hidden;
}

.mbx_nav1 {
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #ddd;
	position: relative;
}

.mbx_nav1 span {
	position: absolute;
	border-bottom: 2px solid #3285FF;
	padding: 0 15px;
	left: 0px;
	top: -1px;
	font-size: 14px;
}

.mbx_nav1 .location {
	float: right;
	position: relative;
	right: 15px;
}

.content {
	padding: 10px 0;
	line-height: 30px;
}

.pro_detail h1 {
	line-height: 30px;
	font-weight: 700;
}

.text-center {
	text-align: center;
}

.n_para {
	border-bottom: 1px solid #e0e1dc;
}

.p_detail {
	padding: 15px 0;
}

.p_detail p {
	line-height: 30px;
}

.tag {
	border-top: 1px dashed #e0e1dc;
	color: #999;
}

.related_list h4 {
	line-height: 30px;
	border-bottom: 1px solid #d7d7d7;
	color: #3285FF;
	font-size: 14px;
}

.related_news li a {
	width: 75%;
	float: left;
	color: #000;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	transition: all 0.4s;
}

.related_news li a:hover {
	color: #3285FF
}

.related_news li span {
	width: 25%;
	float: right;
	text-align: right;
}

.related_pro li {
	margin: 20px 0;
	width: 20%;
	float: left;
	text-align: center;
}

.related_img {
	overflow: hidden;
}

.related_img img {
	display: inline;
	cursor: pointer;
	transition: all 0.4s;
}

.related_img img:hover {
	transform: scale(1.1);
}

.related_pro li span {
	display: block;
	line-height: 30px;
}

.para {
	margin-top: 15px;
}

.cp_img {
	width: 33.33333333%;
	float: left;
}

.cp_des {
	width: 50%;
	float: left;
}

.para p {
	line-height: 30px;
	border-bottom: 1px dashed #e0e1dc;
}

.cityspread a {
	color: #fff;
}

.map img {
	max-width: none;
}

.business_map img {
	max-width: none;
}

.map_con {
	margin-bottom: 10px;
	padding: 5px 8px;
	height: 30px;
}

.map_con ul li {
	float: left;
	margin-left: 12px;
	line-height: 30px;
}

/**ban**/
html{overflow-x:hidden}
.ban{position:relative;width:1000px;height:570px;margin:0px auto;*z-index:-1;}
.banPa{left:-460px; position:absolute;}
#foucsBox { margin: 0 auto; padding: 0; width: 1920px; height: 570px; overflow: hidden; zoom: 1; position: relative;}
#foucsBox .imgCon { width: 1920px; height: 570px; margin: 0; padding: 0; position: relative; list-style: none; }
#foucsBox .imgCon li { float: left; width: 1920px; height: 570px; }
#foucsBox .imgCon li img {width: 1920px; height: 570px; }
#foucsBox .foucs { width: 1920px; height: 8px; position: absolute; bottom: 30px; text-align: center; z-index: 3; }
#foucsBox .foucs span { width: 72px; height: 8px;background:#fff;display:inline-block;margin:0px 5px;}
#foucsBox .foucs span.f { background:#ffc519;}

#dituContent >div:nth-of-type(2){
	display:none;
}
