﻿@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

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;
	font-weight: normal
}

.clearfix {
	display: inline-table;
}

* html .clearfix {
	height: 1%;
/*ie6*/
}

*+html .clearfix {
	min-height: 1px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

input,textarea {
	outline: none;
	border: 0px;
}/*去掉输入框得到焦点时边框会出现阴影效果----例如360 火狐*/a {
	blr: expression(this.onFocus=this.blur());
 /* IE Opera */
	outline: none;
 /* FF Opera */
}

a:focus {
	-moz-outline-style: none;
 /* FF */
} /*去掉a标签超链接的虚线框*/.clearboth {
	clear: both
}

em {
	font-style: normal;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	transition: all 0.3s ease-out 0s;
}

a:active {
	text-decoration: none;
}

.main {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden
}

body {
	margin: 0px;
	color: #595959;
	background-color: #fff;
	font-size: 14px;
	font-family: "Microsoft YaHei",宋体,Arial, Helvetica, sans-serif;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.csbor {
	border: 1px solid #000;
}/*<!--banner开始-->*//* banner 开始 */.fullSlide {
	width: 100%;
	position: relative;
	height: 600px;
	overflow: hidden;
}

.fullSlide .bd {
	height: 600px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.fullSlide .bd ul {
	width: 100% !important;
}

.fullSlide .bd li {
	width: 100% !important;
	height: 600px;
	overflow: hidden;
	text-align: center;
}

.fullSlide .bd li a {
	display: block;
	height: 600px;
}

.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	height: 35px;
	text-align: center;
}

.fullSlide .hd ul {
	text-align: center;
}

.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	zoom: 1;
	width: 12px;
	height: 12px;
	margin: 7px;
	background-color: #bfbfbf;
	overflow: hidden;
	line-height: 99px;
	border-radius: 50%;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.fullSlide .hd ul .on {
	width: 40px;
	background: #434343;
	border-radius: 6px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.fullSlide .prev, .fullSlide .next {
	width: 40px;
	height: 60px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	z-index: 2;
	background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
	filter: alpha(opacity=30);
	-moz-opacity: .3;
	opacity: .3;
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
}

.fullSlide .prev {
	background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
	left: 10%;
}

.fullSlide .next {
	background-position: -6px -137px;
	right: 10%;
}/* banner 结束 *//*<!--banner结束-->*//* 搜索 */.box_01 {
	width: 100%;
	height: 100px;
	background: #015cb5;
}

.box_01 .center {
	width: 1220px;
	height: 100px;
	margin: 0 auto;
	overflow: hidden;
}

.box_01 .center p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.box_01 .center .left {
	width: 500px;
	height: 85px;
	padding: 0 20px;
	float: left;
	color: #fff;
	border-left: solid 1px #8e8e8e;
}

.box_01 .center .left p:nth-of-type(1) {
	font-size: 24px;
	font-weight: bold;
	line-height: 25px;
	margin-top: 20px;
}

.box_01 .center .left p:nth-of-type(2) {
	font-size: 22px;
	line-height: 22px;
	margin-top: 13px;
}

.box_01 .center .mid {
	width: 300px;
	height: 40px;
	line-height: 40px;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	float: left;
}

.box_01 .center .mid .input {
	width: 248px;
	height: 38px;
	line-height: 38px;
	display: inline-block;
	border: none;
	background: rgba(255,255,255,0.35);
	padding-left: 10px;
	border: solid 1px #fff;
	color: #fff;
}

.box_01 .center .mid .button {
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	border: none;
	background: url(../images/search.png) no-repeat center center #fff;
	cursor: pointer;
}

input::-webkit-input-placeholder {
	color: #fff;
}

input::-moz-placeholder {
	color: #fff;
}

input:-moz-placeholder {
	color: #fff;
}

input:-ms-input-placeholder {
	color: #fff;
}

.box_01 .center .right {
	float: right;
	width: 205px;
	height: 85px;
	padding: 0 20px 0 60px;
	margin-top: 15px;
	color: #fff;
	background: url(../images/tel.png) left top no-repeat;
	border-right: solid 1px #8e8e8e;
}

.box_01 .center .right p:nth-of-type(1) {
	font-size: 14px;
	line-height: 15px;
	margin-top: 3px;
}

.box_01 .center .right p:nth-of-type(2) {
	font-size: 26px;
	line-height: 21px;
	margin-top: 6px;
}/*<!--搜索开始-->*/.ssk {
	width: 290px;
	height: 50px;
	float: right;
}

.ss-text {
	width: 240px;
	height: 50px;
	background: none;
	color: #6089dd;
	font-size: 12px;
	float: left;
}

.ss-submit {
	width: 50px;
	height: 50px;
	float: right;
	background: url(../images/ico-product.png) no-repeat;
	cursor: pointer;
}/*<!--搜索结束-->*//*<!--产品开始-->*/.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.tlt {
	text-align: center;
}

.tlt h2 {
	font: normal 30px/36px "微软雅黑";
	color: #000;
	font-weight: bold;
}

.tlt h2 span {
	color: #dd2626;
	font-weight: bold;
}

.tlt p {
	font: normal 24px/30px "宋体";
	color: #000;
	text-transform: uppercase;
}

.tlt em {
	font: normal 18px/30px "微软雅黑";
	color: #666;
	font-style: normal;
}

.c1 {
	margin-bottom: 64px;
	margin-top: 50px;
}

.c1-con .tabli {
	width: 943px;
	margin: 0 auto;
	margin-bottom: 40px;
}

.c1-con .tabli li {
	width: 132px;
	float: left;
	text-align: center;
	font: normal 18px/30px "微软雅黑";
	color: #333;
	padding-top: 110px;
}

.c1-con .tabli li:first-child {
	background: url(../images/a1.png) no-repeat center;
}

.c1-con .tabli li:nth-child(2) {
	background: url(../images/a2.png) no-repeat center;
}

.c1-con .tabli li:nth-child(3) {
	background: url(../images/a3.png) no-repeat center;
}

.c1-con .tabli li:nth-child(4) {
	background: url(../images/a4.png) no-repeat center;
}

.c1-con .tabli li:nth-child(5) {
	background: url(../images/a5.png) no-repeat center;
}

.c1-con .tabli li:nth-child(6) {
	background: url(../images/a6.png) no-repeat center;
}

.c1-con .tabli li:nth-child(7) {
	background: url(../images/a7.png) no-repeat center;
}

.c1-con .tabli li:last-child {
	background: url(../images/a8.png) no-repeat center;
}

.c1-con .tabli li:first-child.cur {
	background: url(../images/a1_h.png) no-repeat center;
}

.c1-con .tabli li:nth-child(2).cur {
	background: url(../images/a2_h.png) no-repeat center;
}

.c1-con .tabli li:nth-child(3).cur {
	background: url(../images/a3_h.png) no-repeat center;
}

.c1-con .tabli li:nth-child(4).cur {
	background: url(../images/a4_h.png) no-repeat center;
}

.c1-con .tabli li:nth-child(5).cur {
	background: url(../images/a5_h.png) no-repeat center;
}

.c1-con .tabli li:nth-child(6).cur {
	background: url(../images/a6_h.png) no-repeat center;
}

.c1-con .tabli li:nth-child(7).cur {
	background: url(../images/a7_h.png) no-repeat center;
}

.c1-con .tabli li:last-child.cur {
	background: url(../images/a8_h.png) no-repeat center;
}

.tab .tab-left {
	width: 600px;
	height: 370px;
}

.tab .tab-left img {
	width: 600px;
	height: 370px;
}

.tab .tab-right {
	width: 550px;
	height: 350px;
	padding: 10px 25px;
	background: url(../images/c1bg.png) no-repeat center;
	overflow: hidden;
}

.tab .tab-right h3 {
	font: normal 24px/40px "微软雅黑";
	padding-bottom: 15px;
	background: url(../images/line02.png) no-repeat left bottom;
}

.tab .tab-right .conn {
	font: normal 14px/32px "微软雅黑";
	color: #666;
	height: 90px;
	overflow: hidden;
	margin: 25px 0;
}

.tab .tab-right ul li {
	font: normal 14px/30px "微软雅黑";
	text-align: center;
	width: 120px;
	border-right: 1px solid #bebebe;
	padding-top: 42px;
	float: left;
}

.tab .tab-right ul li:first-child {
	background: url(../images/b1.png) no-repeat center top;
}

.tab .tab-right ul li:nth-child(2) {
	background: url(../images/b2.png) no-repeat center top;
}

.tab .tab-right ul li:last-child {
	background: url(../images/b3.png) no-repeat center top;
	border-right: 0;
}

.tab .tab-right a.ljxq {
	display: block;
	width: 222px;
	height: 52px;
	background: #db0d0d;
	text-align: center;
	font: normal 18px/52px "微软雅黑";
	color: #fff;
	margin-top: 15px;
}/*<!--产品结束-->*/  /*  custom-made   */.fl {
	float: left;
	display: block;
}

.new-pro {
	width: 798px;
}

section {
	background-color: #fff
}

.index-tit {
	padding: 0 0 20px 0;
	width: 100%;
}

.index-tit.border-e5e5e5e {
	border-bottom: 1px solid #e5e5e5;
}

.index-tit b {
	font-size: 60px;
	text-transform: uppercase;
	color: #000;
	line-height: 1;
	padding: 0 5px 0 10px;
	position: relative;
	letter-spacing: -5px;
}

.index-tit b::before {
	position: absolute;
	content: '';
	width: 3px;
	height: 45px;
	background-color: #dd2626;
	left: 0;
	top: 50%;
	margin-top: -22px
}

.index-tit p {
	font-size: 16px;
	color: #999;
	line-height: 1.1;
	text-align: left;
	margin-top: 5px;
}

.index-tit p strong {
	font-weight: bold;
	font-size: 30px;
	color: #dd2626;
	display: block
}

.index-tit .fr {
	height: 100%;
	line-height: 60px;
}

.more {
	background-color: #dd2626;
	color: #fff!important;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	width: 145px;
	height: 40px;
	line-height: 40px;
}
/*产品列表css*/
.part2{height:1115px;}
.part2 .pro_con{height:925px;}
.part2 .pro_con .left{width:226px;height:100%;border:1px solid #e6e6e6;box-sizing:border-box;}
.part2 .pro_con .right{padding-top:6px;width:934px;height:100%;box-sizing:border-box;}
.part2 .pro_con .left .Category_tit{margin-bottom:10px;font-size:32px;letter-spacing:0.5px;text-align:center;line-height:73px;background:linear-gradient(to bottom,#72b3f3,#015cb5);background:-webkit-linear-gradient(to bottom,#ff5d28,#bb2009);background:-ms-linear-gradient(to bottom,#ff5d28,#bb2009);background:-o-linear-gradient(to bottom,#ff5d28,#bb2009);color:#fff;}
.part2 .pro_con .left .Category_tit a{color:inherit;}
.part2 .pro_con .left .Category_con ul h3 a{display:block;height:34px;text-indent:21px;line-height:34px;background:#c30b02;font-size:18px;color:#fff;border-bottom:1px solid #bbb;}

.part2 .pro_con .left .Category_con ul li a{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;  
line-height: 45px;
height: 45px;
font-size: 16px;
background:url('../images/jt.png') no-repeat 193px center #ebebeb;
border-bottom:1px solid #e6e6e6;
border-top:1px solid #e6e6e6;
display:block;color:#666;
text-indent:15px;
margin-bottom:10px;}
.part2 .pro_con .left .Category_con ul li a:hover{background:url('../images/jt_h.png') no-repeat 193px center #e9491e;color:#fff;}

.part2 .pro_con .left .Category_con .tel{height:319px;margin-top:10px;background:url('../img/pro_lx.png') center no-repeat;color:#fff;box-sizing:border-box;font-size:22px;line-height:33px;text-align:center;padding-top:133px;}
.part2 .pro_con .right ul li{border:1px solid #d5cece;width:298px;height:295px;float:left;margin:0 10px 17px;transition:0.3s;box-sizing:border-box;}
.part2 .pro_con .right ul li:hover{box-shadow:3px 3px 10px #aaa;}
.part2 .pro_con .right ul li:nth-child(1),.part2 .pro_con .right ul li:nth-child(4),.part2 .pro_con .right ul li:nth-child(7){margin-left:0;}
.part2 .pro_con .right ul li:nth-child(3),.part2 .pro_con .right ul li:nth-child(6),.part2 .pro_con .right ul li:nth-child(9){margin-right:0;}
.part2 .pro_con .right ul li a{display:block;}
.part2 .pro_con .right ul li .thu{width:100%;height:258px;overflow:hidden;position:relative;}
.part2 .pro_con .right ul li:hover .thu .tag{display:block;}
.part2 .pro_con .right ul li .thu .tag{width:296px;height:38px;position:absolute;bottom:0;left:0;background:url("../img/cp_hover.png") no-repeat center;display:none;}
.part2 .pro_con .right ul li img{transition:0.5s;}
.part2 .pro_con .right ul li:hover img{transform:scale(1.1);}
.part2 .pro_con .right ul li p{height:35px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;line-height:35px;color:#666;letter-spacing:0.5px;font-size:16px;background:#ebebeb;text-align:center;}

/*<!--产品中心开始222-->*/
.jjfnbt{ width:1180px;height:120px;margin-top:40px;}
.jjfnbt h2 a{ width:1180px;height:80px; line-height:40px; color:#434343; font-size:18px; text-align:center; display:block;}
.jjfnbt h2 a span{font-size:30px; font-weight:bold; color:#0b0b0b;}
.jjfnbt p{ width:171px;height:16px; background:url(../images/yql.png) no-repeat center;margin:auto;margin-top:10px;}


 .pro_left {
  float: left;
  position: relative;
  width: 250px;
  height: 788px;
  margin-right: 10px;
  background-color: #ffffff;
  border: 1px solid #e2e2e2;
}
 .pro_left .pro_top {
  width: 250px;
  height: 78px;
  margin-bottom: 13px;
  padding-top: 18px;
  background: url(../images/cp_ltbg.png) center no-repeat;
}
 .pro_left .pro_top h3 {
  height: 30px;
  font-size: 30px;
  font-weight: 30px;
  line-height: 30px;
  color: #ffffff;
  font-weight: bold;
  margin-left: 22px;
  margin-bottom: 10px;
}
 .pro_left .pro_top div {
  text-transform: uppercase;
  margin-left: 22px;
  font-size: 12px;
  color: #ffffff;
}
 .pro_left .pro_a {
  display: block;
  position: relative;
  margin: 0 auto;
  line-height: 45px;
  width: 163px;
  height: 45px;
  font-size: 16px;
  color: #333333;
  padding-left: 40px;
  padding-right: 30px;
  background: url(../images/proa.png) 202px center no-repeat;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: .6s;
  margin-bottom: 12px;
  z-index: 1;
  background-color: #f0f0f0;
}
 .pro_left .pro_a:hover {
  color: #ffffff;
}
 .pro_left .pro_small {
  margin: 0 auto;
  width: 204px;
  height: auto;
  margin-bottom: 16px;
}
 .pro_left .pro_small .pro_ever {
  display: block;
  padding-left: 26px;
  width: 178px;
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: .6s;
  position: relative;
  font-size: 14px;
  color: #333333;
}
 .pro_left .pro_small .pro_ever:hover {
  color: #0858b2;
}
 .pro_left .pro_small .pro_ever::before {
  content: '';
  width: 9px;
  height: 1px;
  position: absolute;
  left: 0;
  transition: .6s;
  top: 14px;
  background-color: #999999;
}
 .pro_left .pro_small .pro_ever:hover::before {
  background-color: #0858b2;
}
 .left_bot {
  width: 250px;
  height: 80px;
  background: url(../images/cp_ltbg1.png) center no-repeat;
  bottom: 0;
  left: 0;
  position: absolute;
  text-align: center;
  font-size: 17px;
  color: #ffffff;
  padding-top: 34px;
}
.mouse_01:before {

    content: '';

    width: 0;

    height: 0;

    border-style: solid;

    transition: 0.6s;

    border-width: 0 0 0 0;

    border-color: transparent transparent transparent #004ad9;

    position: absolute;

    bottom: 0;

    left: 0;

}



.mouse_01:after {

    content: '';

    width: 0;

    height: 0;

    border-style: solid;

    transition: 0.6s;

    border-width: 0 0 0 0;

    border-color: transparent #004ad9 transparent transparent;

    position: absolute;

    top: 0;

    right: 0;

    z-index: -1;

}



.mouse_01:hover:before {

    border-width: 170px 0 0 170px;

    transition: 0.6s;

    z-index: -1;

}



.mouse_01:hover:after {

    border-width: 0 170px 170px 0;

    transition: 0.6s;

    z-index: -1;

}



.mouse_01:active {

    transition: 0.6s;

    background: #ffffff;

    z-index: -1;

}



.jflx{ width:241px; height:200px; border-left:4px solid #fec72f; background:#015cb5;}
.jflx .wfmz{ width:241px; height:50px; line-height:50px; font-size:18px; font-weight:bold; color:#fff; text-align:center;}
.jflx .wfggc{ width:241px; height:50px; line-height:50px; color:#fff; text-align:center;}
.jflx .wffa{ width:216px; height:50px; line-height:50px; background:url(../images/xdd.png) 0px 5px;padding-left:25px;}


.cpflxx{ width:100%; height:268px; background:url(../images/cpz.jpg) no-repeat;margin-top:13px;}
.cpflxx li{ width:16px; height:200px; float:left;margin-top:23px;margin-left:150px; color:#fff; font-size:18px; overflow:hidden; line-height:18px;word-wrap:break-word;}
.cpflxx p{ width:14px; float:left;margin-top:23px;margin-left:30px; color:#fff; line-height:15px;}
.cpflxx em{ display:block;}
.cpflxx span a{ width:100px; height:30px; background:#f5bf17; text-align:center; line-height:30px; color:#fff; display:block;margin-left:130px;}

.gg1 {
	background: #004ad9;
	height: 270px;
	width: 270px;
}
.gg1_zi p {
	width: 237px;
	height: 31px;
	background: #FFF;
	font-size: 20px;
	color: #0164b9;
	line-height: 31px;
	text-align: center;
	margin: 10px auto 0;
}

.gg1_zi {
	font-size: 18px;
	color: #FFF;
	margin: 10px 0 0  0px;
	text-align: center;
}

.gg1_tel p {
	color: #FFF;
	background: url(../images/gg_tel.png) no-repeat 20px center;
	padding-left: 80px;
	margin-top: 20px;
}

.gg1_tel span {
	font-size: 24px;
	font-weight: bold;
	display: block;
}

.gg1_tel a {
	width: 168px;
	height: 42px;
	border: 1px solid #FFF;
	text-align: center;
	;line-height: 42px;
	display: block;
	font-size: 18px;
	text-align: center;
	color: #FFF;
	margin: 14px auto;
	transition: all 0.3s ease-out 0s;
	background: url(../images/zixun.jpg) repeat-x top center;
}

.gg1_tel a:hover {
	background: url(../images/zixun.jpg) repeat-x bottom center;
}


.jjfnr{ width:935px; float:right;}
#tab{width:935px;position:relative; height:826px; overflow:hidden;}
#tab .tab_menu{width:915px;float:left;margin-left:20px;position:absolute;z-index:1; background:#015cb5;height:50px;}
#tab .tab_menu li a{float:left;width:208px;height:50px;line-height:50px;border-bottom:0px;cursor:pointer;text-align:center; color:#fff;font-size:18px; display:block;}
#tab .tab_menu p a{ width:100px; text-align:center; float:right; display:block; height:50px; line-height:50px; color:#fff;}
#tab .tab_box{width:935px;clear:both;top:50px;position:relative;}
#tab .tab_menu .selected a{background-color:#f5bf17;cursor:pointer; color:#fff; display:block;}
#tab .hide{display:none;}
#tab .tab_box li{width:291px;height:364px; background:#f5f5f5; float:left;margin-top:24px;margin-left:20px;}
#tab .tab_box li:hover{ background:#f5bf17;}
#tab .tab_box li p img{ width:271px;height:271px; -webkit-transition:all .5s;}
#tab .tab_box li p{width:271px;height:271px;margin:10px; overflow:hidden;}
#tab .tab_box li:hover p img{transform: scale(1.2, 1.2);}
#tab .tab_box li:hover .cpbt a{ color:#fff;}
#tab .tab_box li:hover .cpan .span1 a{ background:none; border:1px solid #fff;}
#tab .tab_box li:hover .cpan .span2 a{ background:#fff; color:#222222;}
#tab .tab_box li .cpbt a{ width:271px;height:32px;margin:auto; overflow:hidden; line-height:20px; font-size:14px; color:#3d3d3d; text-align:center; display:block;}
#tab .tab_box li .cpan{ width:271px;margin:auto;}
#tab .tab_box li .cpan .span1 a{ width:100px;height:30px; line-height:30px; color:#fff; background:#adadad; float:left;  display:block; text-align:center;margin-left:16px;}
#tab .tab_box li .cpan .span2 a{ width:100px;height:30px; line-height:30px; color:#fff; background:#004ad9; float:right;  display:block; text-align:center;margin-right:16px;}
/*<!--产品中心结束-->*/


#custom-made {
	padding: 5px 0 40px
}

#custom-made .custom-made-top {
	padding: 35px 0 5px
}

.new-pro {
	width: 798px;
}

#new-pro-slide .swiper-slide {
	height: 469px;
}

#new-pro-slide .swiper-slide a {
	display: block;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

#new-pro-slide .swiper-slide img {
	max-width: 100%;
/* max-height: 100%;  */
	width: 100%;
}

#new-pro-slide .swiper-slide a p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, .54);
	line-height: 55px;
	padding-left: 20px;
	color: #ffffff;
	font-size: 18px;
}

#new-pro-slide .swiper-pagination {
	text-align: right;
	padding-right: 20px;
	bottom: 15px;
}

#new-pro-slide .swiper-pagination-bullet {
	width: 12px;
	;height: 12px;
	background-color: #fff;
	opacity: 1;
}

#new-pro-slide .swiper-pagination-bullet-active {
	background-color: #dfb17e;
}

#new-pro-slide .swiper-button-prev,#new-pro-slide .swiper-button-next {
	width: 27px;
	;height: 61px;
	border-radius: 2px;
	margin-top: -30px;
	background-color: rgba(27, 27, 27, 0.67);
	background-size: 16px
}

#new-pro-slide .swiper-button-prev:hover,#new-pro-slide .swiper-button-next:hover {
}

#new-pro-slide .swiper-button-prev {
	left: 0px;
}

#new-pro-slide .swiper-button-next {
	right: 0px;
}

#new-pro-slide .more {
	position: absolute;
	left: 0;
	top: 15px;
	font-weight: bold;
	background-color: rgba(223, 177, 126, 0.87);
	z-index: 99;
}


/*<!--优势开始-->*//*<!--优势结束-->*//* 加盟开始 */.box_07 {
	width: 1200px;
	margin: 30px auto 30px auto;
	display: flex;
	justify-content: space-between;
}

.box_07 .left {
	width: 590px;
	height: 310px;
}

.box_07 .left img {
	width: 590px;
	height: 310px;
	vertical-align: top;
}

.box_07 .right {
	width: 608px;
	height: 270px;
	padding-top: 40px;
	border: 1px solid #ddd;
}

.box_07 .right p:nth-of-type(1) {
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #dd2626;
}

.box_07 .right p:nth-of-type(2) {
	width: 50px;
	height: 2px;
	background: #434343;
	margin: 10px auto;
}

.box_07 .right p:nth-of-type(3) {
	width: 440px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	background: #076afe;
	color: #fff;
}

.box_07 .right p:nth-of-type(4) {
	width: 440px;
	height: 25px;
	line-height: 25px;
	margin: 0 auto;
	padding: 15px 0 10px 0;
	text-align: center;
	font-size: 24px;
	border-bottom: solid 1px #434343;
	color: #dd2626;
}

.box_07 .right p:nth-of-type(5) {
	width: 420px;
	height: 42px;
	line-height: 42px;
	margin: 40px auto 0 auto;
	display: flex;
	justify-content: space-between;
}

.box_07 .right p:nth-of-type(5) span {
	display: inline-block;
	font-size: 26px;
	color: #dd2626;
	padding-left: 50px;
	background: url(../images/tel02.png) left  center no-repeat;
	background-size: 42px 42px;
}

.box_07 .right p:nth-of-type(5) a {
	display: inline-block;
	width: 160px;
	height: 42px;
	line-height: 42px;
	background: #dd2626;
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin: -2px 0 0 25px;
	outline: 2px solid #fff;
	outline-offset: -7px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.box_07 .right p:nth-of-type(5) a:hover {
	background: #434343;
	outline: 2px solid #fff;
	outline-offset: -7px;
	-webkit-transition: all .5s;
	transition: all .5s;
}/*<!--案例开始-->*//*<!--案例结束-->*//*<!--公司简介开始-->*/.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.jianjiebg {
	background: url(../images/jianjiebg.jpg) center 70px no-repeat;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.jianjiebg .jianjie {
	width: 1200px;
	margin: 0 auto;
	height: 476px;
}

.jianjie .jianjiepic {
	width: 552px;
	float: left;
}

.jianjie .jianjiepic img {
	width: 552px;
	height: 455px;
}

.jianjie .jianjieright {
	float: left;
	width: 647px;
	background: url(../images/jjrightbg.png) repeat-x;
	height: 476px;
}

.jianjieright .jjrtitle {
	padding: 20px 0px 0px 30px;
}

.jianjieright .jjrtitle a {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
}

.jianjieright .jjrcon {
	height: 202px;
	line-height: 26px;
	color: #ffffff;
	padding: 10px 15px 10px 30px;
}

.jianjieright .rongyu {
	float: left;
}

.rongyu h3 {
	margin: 15px;
	padding: 15px 12px;
	float: left;
	background: url(../images/rytbg.jpg) no-repeat;
	width: 21px;
	height: 149px;
}

.rongyu h3 a {
	font-size: 18px;
	color: #FFF;
}

.rongyu .rycon {
	float: left;
	width: 550px;
	margin-top: 15px;
	height: 186px;
	overflow: hidden;
}

.rongyu .rycon ul li {
	float: left;
	width: 222px;
	background: #FFF;
	margin-left: 15px;
}

.rongyu .rycon ul li img {
	width: 222px;
	height: 151px;
}

.rongyu .rycon ul li span {
	height: 30px;
	width: 222px;
	line-height: 30px;
	float: left;
	text-align: center;
}

.rongyu .rycon ul li:hover {
	background: #076afe;
}

.rongyu .rycon ul li:hover a {
	color: #FFF;
}

.shebei {
	width: 1200px;
	margin: 0 auto;
}

.shebei .sbtitle {
	width: 1200px;
	height: 75px;
	background: #FFF;
	width: 1200px;
	-moz-box-shadow: 2px 2px 5px #e5e5e5;
	-webkit-box-shadow: 2px 2px 5px #e5e5e5;
	box-shadow: 2px 2px 5px #e5e5e5;
}

.shebei .sbtitle ul li {
	background: url(../images/shebeili.jpg) right center no-repeat;
	float: left;
	width: 388px;
	text-align: center;
	line-height: 75px;
}

.shebei .sbtitle ul li a {
	font-size: 24px;
}

.shebei .sbtitle ul li:hover,.shebei .sbtitle ul li.casehover {
	background: #076afe;
}

.shebei .sbtitle ul li:hover a,.shebei .sbtitle ul li.casehover a {
	color: #FFF;
}

.shebei .sbcon {
	float: left;
	margin-top: 30px;
	height: 217px;
	overflow: hidden;
}

.shebei .sbcon ul li {
	float: left;
	width: 276px;
	margin-left: 12px;
}

.shebei .sbcon ul li img {
	width: 274px;
	height: 170px;
	border: #CCC 1px solid;
}

.shebei .sbcon ul li span {
	width: 276px;
	float: left;
	text-align: center;
	height: 30px;
	line-height: 30px;
	background: #edecec;
	margin-top: 10px;
}

.shebei .sbcon ul li:hover span {
	background: #076afe;
}

.shebei .sbcon ul li:hover a {
	color: #FFF;
}/*服务流程开始*//*<!--新闻中心结束-->*//*contact start*/.new_wrapper {
	width: 1200px;
	height: 444px;
	overflow: hidden;
	margin-top: 40px;
}

.contact>h4 {
	background: url("../images/contact_title.jpg")no-repeat;
	height: 33px;
	padding: 20px 30px 0 18px;
	margin-bottom: 30px;
}

.contact>h4>span>a {
	font-size: 16px;
	color: #00a2e9;
	float: left;
}

.contact>h4>b>a {
	font-size: 14px;
	color: #00a2e9;
	float: right;
	font-weight: normal;
}

.contact>h5 {
	font-size: 16px;
	color: #333;
	line-height: 35px;
	background: url("../images/contact_bg.jpg")no-repeat 0px 7px;
	padding-left: 34px;
}

.contact>h6 {
	font-size: 16px;
	color: #333;
	line-height: 35px;
	background: url("../images/contact_bg.jpg")no-repeat 0px -31px;
	padding-left: 34px;
}

.contact>p {
	font-size: 16px;
	color: #333;
	line-height: 35px;
	background: url("../images/contact_bg.jpg")no-repeat 0px -70px;
	padding-left: 34px;
}

.contact>span {
	font-size: 16px;
	color: #333;
	line-height: 35px;
	background: url("../images/contact_bg.jpg")no-repeat 0px -107px;
	padding-left: 34px;
	display: block;
}

.contact>b {
	font-size: 16px;
	color: #333;
	line-height: 35px;
	background: url("../images/contact_bg.jpg")no-repeat 0px -144px;
	padding-left: 34px;
	display: block;
	font-weight: normal;
}/*contact end*//*new start*/.new_wrapper {
	position: relative;
}

.new_title {
	position: absolute;
	top: 117px;
	right: 730px;
}

.new_title h4 {
	width: 110px;
	height: 67px;
	background: #004ad9;
	margin-bottom: 16px;
	text-align: center;
}

.new_title h4:hover {
	background: #555;
}

.new_title>h4>a {
	font-size: 18px;
	font-weight: bold;
	margin-top: 17px;
	display: block;
	line-height: 46px;
}

.new_title>h4>span>a {
	font-size: 12px;
	text-transform: uppercase;
}

.new_title a {
	color: #fff;
}

.new_body_left {
	width: 437px;
	height: 440px;
	float: left;
}

.new_body_left img {
	width: 437px;
	height: 290px;
}

.new_body_left div {
	width: 398px;
	height: 145px;
	background: #f1f1f1;
	padding: 20px;
}

.new_body_left>div>a {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	display: block;
	margin-bottom: 20px;
}

.new_body_left p {
	height: 386px;
	height: 116px;
	color: #666;
	line-height: 24px;
}

.new_body_right {
	width: 700px;
	height: 380px;
	border: solid 2px #999;
	float: right;
	padding: 30px 20px;
}

.new_body_right>div>ul>li>a {
	width: 130px;
	height: 100px;
	float: left;
	margin-right: 25px;
}

.new_body_right img {
	width: 130px;
	height: 100px;
}

.new_body_right li {
	width: 670px;
	height: 100px;
	margin-bottom: 40px;
}

.new_body_right>div>ul>li>div {
	width: 388px;
	float: left;
}

.new_body>div {
	display: none;
}

.new_body_right>div>ul>li>div>a {
	font-size: 16px;
	color: #454545;
	font-weight: bold;
}

.new_body_right>div>ul>li>div>p {
	font-size: 14px;
	color: #666;
	text-indent: 2em;
	line-height: 30px;
}

.new_body_right>div>ul>li>h5 {
	width: 82px;
	height: 98px;
	border: solid 1px #e5e1e0;
	float: right;
}

.new_body_right>div>ul>li>h5>p {
	display: block;
	width: 82px;
	height: 49px;
	background: #e5e1e0;
	color: #666;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
}

.new_body_right>div>ul>li>h5>span {
	display: block;
	color: #666;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
}/*<!--新闻中心结束-->*/
/*宣传*/
.xc {
  width: 100%;
  height: 130px;
  background-color: #015cb5;
}
.xc .xc_cen {
  width: 1200px;
  margin: 0 auto;
  height: 130px;
}
.xc .xc_cen .xc_ever {
  width: 204px;
  height: 62px;
  float: left;
  padding-left: 96px;
  font-size: 16px;
  color: #ffffff;
  padding-top: 10px;
  margin-top: 28px;
  cursor: pointer;
}
.xc .xc_cen .xc_ever0 {
  background: url(../images/four1.png) left no-repeat;
}
.xc .xc_cen .xc_ever1 {
  background: url(../images/four2.png) left no-repeat;
}
.xc .xc_cen .xc_ever2 {
  background: url(../images/four3.png) left no-repeat;
}
.xc .xc_cen .xc_ever3 {
  background: url(../images/four4.png) left no-repeat;
}
/*宣传*/