/* CSS Document*/

body {
	text-align: left;
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-family: 'microsoft yahei';
	-webkit-text-size-adjust: none;
	height: auto;
	color: #333;
	background: #fff;
}
body {
	overflow-x: hidden;
	overflow-y: auto;
}
html {
	min-width: 1280px;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p {
	padding: 0;
	margin: 0;
}
pre, code, form, fieldset, legend, input, textarea, p, blockquote, th {
	padding: 0;
	margin: 0;
}
fieldset {
	border-top-width: 0;
	border-left-width: 0;
	border-bottom-width: 0;
	border-right-width: 0;
}
a img {
	border: 0;
	padding: 0;
	margin: 0;
}
i {
	font-style: normal;
}
address, caption, cite, cite, code, dfn, em, th, var {
	font-weight: normal;
	font-style: normal;
}
li {
	list-style-type: none;
}
caption {
	text-align: left;
}
th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
 q:unknown {
content: '';
}
input, textarea, select {
	font-family: inherit;
	font-size: 100%;
}
.w {
	margin:0 auto;
	width:1200px;
}
.topbar {
	background:#f6f6f6;
	color:#999;
	font-size:12px;
	line-height:40px;
}
.topbar-welcome {
	float:left;
	background:url(../images/icontop01.png) no-repeat 0 center;
	padding-left:30px;
}
.topbar-welcome strong {
	color:#008cd4;
	font-weight:normal;
	padding:0 5px;
}
.topbar-links {
	float:right;
}
.topbar-links a {
	color:#008cd4;
	display:inline-block;
	border-right:1px solid #eee;
	padding:0 10px;
}
.head {
	height:70px;
	padding:15px 0;
}
.head-logo {
	float:left;
	margin-right:20px;
}
.head-slogen {
	float:left;
}
.head-slogen h1 {
	font-size:28px;
	line-height:30px;
}
.head-slogen h1 strong {
	color:#f16514;
}
.head-slogen span {
	display:inline-block;
	border:1px solid #666;
	line-height:26px;
	box-sizing:border-box;
	padding:0 7px;
	color:#666;
	margin-bottom:12px;
}
.head-contact {
	float:right;
	padding:5px 0;
}
.head-contact dl {
	float:left;
	margin-left:10px;
}
.head-contact-wechat {
	position:relative;
}
.head-contact-wechat dt {
	border:2px solid #f6ab00;
}
.head-contact-wechat dd {
	position:absolute;
	top:50%;
	left:-120px;
	transform:translateY(-50%);
	opacity:0;
	transition:all ease-out 0.3s;
}
.head-contact-wechat dd img {
	width:120px;
}
.head-contact-wechat:hover dd {
	opacity:1;
}
.head-contact-tel {
	position:relative;
	padding-left:70px;
}
.head-contact-tel dt {
	position:absolute;
	top:0;
	left:0;
	border:2px solid #f6ab00;
}
.head-contact-tel dd {
}
.head-contact-tel strong {
	font-family:'Swis721 LtCn BT';
	display:block;
	font-size:24px;
	line-height:30px;
	white-space:nowrap;
}
.nav {
	background:linear-gradient(to bottom, #f16514 0, #f16514 1px, #e5854e 1px, #e5854e 2px, #f16514 2px, #f16514 100%);
}
.nav span {
	display:none;
}
.nav ul:after {
	content:'';
	display:block;
	clear:both;
}
.nav li {
	float:left;
	position:relative;
}
.nav li a {
	display:block;
	font-size:16px;
	line-height:60px;
	padding:0 42px;
	position:relative;
	border-left:1px solid #e5854e;
	color:#fff;
}
.nav li.on>a, .nav>li>a:hover, .nav li a.on {
	background:#f2ac24;
	color:#fff;
}
.nav li.on>a:after, .nav>li>a:hover:after, .nav li a.on:after {
	width:16px;
	background:#2397d4;
}
.nav li ul {
	display:none;
	position:absolute;
	z-index:9;
	top:60px;
	left:0;
	background:#f16514;
	width:240px;
	box-shadow:0 3px 3px rgba(0, 0, 0, 0.1);
}
.nav li li {
	float:none;
	margin-right:0;
}
.nav li li a {
	font-size:14px;
	border-top:1px solid rgba(255, 255, 255, 0.1);
	line-height: 40px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
nav>ul>li ul li a:after {
	content:'';
	display:block;
	position:absolute;
	top:50%;
	right:20px;
	width:10px;
	height:10px;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	transform:translateY(-50%) rotate(45deg);
	transition:all ease-out 0.3s;
}
nav li li a:hover {
	padding:0 35px;
	background:#f2ac24;
	color:#fff;
}
nav li li ul {
	display:none;
	position:absolute;
	top:0;
	left:240px
}
nav>ul>li ul li a:hover:after {
	right:30px;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color:#f16514;
	text-decoration: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
	font-size: 0;
	margin: 0;
	padding: 0;
	display: block;
	_height: 0;
	overflow: hidden;
}
/*清除浮动*/

.clearfix {
	zoom: 1;
}
.clearfix:before, .clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: ".";
	clear: both;
	height: 0;
}
/*高光特效*/

.white, .whites {
	position: relative;
	overflow: hidden;
}
.white:after, .whites:after {
	content: '';
	position: absolute;
	left: -100%;
	top: 0;
	width:100%;
	height:100%;
	background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	transform: skewx(-25deg);
}
.white:hover:after {
	left:100%;
	-moz-transition:1s;
	-o-transition:1s;
	-webkit-transition:1s;
	transition:1s;
}
.whites:hover:after {
	left:100%;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
}
/*网站公用样式表*/

.w1200 {
	width: 1200px;
	margin: 0 auto;
}
/*顶部*/

.top_main {
	color: #777;
	font-size: 12px;
	line-height: 40px;
	background-color: #f3f3f3;
}
.top_main ul li {
	display: inline;
	padding: 0 5px;
}
.top_main ul li:first-child {
	padding-right: 0;
}
.top_main ul li a:hover {
	color:#f16514;
}
.top_main ul li a {
	color: #777;
	position: relative;
	z-index: 10;
}
/*头部*/

.head_main {
	width: 100%;
	height:auto;
	z-index: 999;
	padding-bottom:30px;
}
.head_main .logo {
	padding-top: 25px;
}
.head_main .logo img {
	display:block;
}
.head_main .tel {
	float: right;
	background: url(../image/tel.png) no-repeat 0 center;
	padding-left: 50px;
	margin-left: 40px;
	margin-top: 25px;
}
.head_main .tel strong {
	display: block;
	font-size: 28px;
	font-family: Impact;
	line-height: 1;
	margin-top: 5px;
}
/*导航*/

.nav_main {
	width: 100%;
	height: 60px;
	background:#f16514;
	position: relative;
	z-index: 3;
}
.nav_main .nav > li {
	float: left;
	width: 150px;
	line-height: 60px;
	display: block;
	position: relative;
	z-index: 10;
	font-size: 16px;
	text-align: center;
transition: all .5s;
}
.nav_main .nav > li > a {
	display: block;
	color: #fff;
	font-size: 16px;
}
.nav_main .nav > li.on {
	background: var(--colour2);
}
.nav_main .nav > li .sub {
	display:none;
	position: absolute;
	left:0;
	top: 100%;
	width: 100%;
	background:#f16514;
	line-height: 40px;
	box-shadow: 0 3px 10px rgb(0 0 0 / 10%);
}
.nav_main .nav > li .sub li {
	zoom:1;
}
.nav_main .nav > li .sub a {
	display:block;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 0 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.nav_main .nav > li .sub a:hover {
	color: #fff;
	background: var(--colour2);
}
/*网站大图*/

.banner {
	width:100%;
	max-width: 1920px;
	position:relative;
	overflow:hidden;
	z-index:0;
}
.banner li {
	width:100%;
	position:absolute;
	z-index:1;
	overflow:hidden;
	display: none;
}
.banner .swiper-slide {
	overflow: hidden;
}
.banner .swiper-slide img {
	width: 100%;
	display:block;
}
#banner .tip {
	width: 1000px;
	line-height: 0;
	font-size: 0;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	bottom: 30px;
	z-index: 3;
}
#banner .tip span {
	width: 18px;
	height: 18px;
	margin: 0 7px;
	display: inline-block;
	cursor: pointer;
	background: var(--colour2);
	opacity: 1;
	border-radius: 10px;
transition: all .5s;
	outline: none;
}
#banner .tip span.swiper-pagination-bullet-active {
	background:#f16514;
}
#banner #btn_prev, #banner #btn_next {
	width: 65px;
	height: 100px;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	background: url(../image/slider-arrow.png) no-repeat;
	z-index: 5;
	opacity: 0;
}
#banner #btn_prev {
	background-position: -130px center;
	left: 4%;
}
#banner #btn_next {
	background-position: 0 center;
	right: 4%;
}
#banner:hover #btn_prev, #banner:hover #btn_next {
	opacity: .8;
}
/*搜索栏*/

.search {
	border-bottom: 1px solid #eee;
}
.search .hot {
	padding: 19px 0;
	height: 24px;
	font-size: 16px;
	line-height: 24px;
}
.search .hot .left {
	color: #6c6c6c;
}
.search .hot .left a {
	padding: 0 6px;
	color: #6c6c6c;
}
.search .hot .left a:hover {
	color:#f16514;
}
.search .hot .right {
	position: relative;
	height: 24px;
	border: 1px solid #ccc;
	border-top: 0;
	border-bottom: 0;
}
.search .hot .right .input {
	float: left;
	width: 273px;
	height: 24px;
	line-height: 24px;
	border: 0;
	font-size: 14px;
	color: #999;
	padding-left: 15px;
	outline: none;
}
.search .hot .right .btn {
	width: 58px;
	height: 24px;
	border: none;
	background-position: 15px -32px;
	background-color: white;
	z-index: 10;
	cursor: pointer;
	outline: none;
}
/*******index css*******/

/*首页标题*/

.index .in_title {
	position: relative;
	text-align: center;
	margin-bottom: 60px;
	z-index: 1;
}
.index .in_title span {
	position: relative;
	display: block;
	height: 50px;
	color:#f16514;
	font-size: 34px;
	line-height: 50px;
}
.index .in_title span:before, .index .in_title span:after {
	content:" ";
	position: absolute;
	top: 50%;
	margin-top: -1px;
	left: 0;
	width: 492px;
	height: 1px;
	background: #d6d6d6;
}
.index .in_title span:after {
	left: auto;
	right: 0;
}
.index .in_title span h3 {
	position: absolute;
	left: 50%;
	margin-left: -108px;
	width: 216px;
	height: 100%;
	font-weight: bold;
	line-height: 42px;
}
.index .in_title span h3:before, .index .in_title span h3:after {
	content:" ";
	position: absolute;
	top: 50%;
	margin-top: -5px;
	left: 0;
	width: 5px;
	height: 5px;
	border: 2px solid#f16514;
	border-radius: 50%;
}
.index .in_title span h3:after {
	left: auto;
	right: 0;
}
.index .in_title p {
	color: #666;
	font-size: 18px;
	line-height: 30px;
}
.index .in_title.whit span:before, .index .in_title.whit span:after {
	background: #fff;
	opacity: .5;
}
.index .in_title.whit span h3, .index .in_title.whit p {
	color: #fff;
}
.index .in_title.whit span h3:before, .index .in_title.whit span h3:after {
	border-color: #fff;
}
.index .imore {
	width: 160px;
	margin: 0 auto;
	margin-top: 40px;
}
.index .imore a {
	position: relative;
	display: block;
	color:#f16514;
	font-size: 16px;
	line-height: 48px;
	text-align: center;
	border-radius: 50px;
	border: 1px solid#f16514;
}
.index .imore a:after {
	content: " ";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	border-radius: 50px;
transition: all .5s;
}
.index .imore a:hover {
	color: #fff;
}
.index .imore a:hover:after {
	background:#f16514;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
/*产品中心*/

.index .product {
	padding: 60px 0;
}
.index .product .left {
	width: 275px;
}
.index .product .pro_tit {
	position: relative;
	color: #fff;
	height: 150px;
	padding-left: 25px;
	background:#f16514;
}
.index .product .pro_tit p {
	font-size: 22px;
	padding-top: 20px;
	padding-bottom: 45px;
}
.index .product .pro_tit h3 {
	font-size: 26px;
}
.index .product .pro_tit i {
	position: absolute;
	bottom: 25px;
	right: 30px;
	display: block;
	width: 38px;
	height: 22px;
	background-position: -95px 0;
}
.index .product .left ul {
	height: 550px;
	padding-bottom: 20px;
	border: 20px solid#f16514;
}
.index .product .left ul li {
	margin: 0 20px;
	margin-top: 20px;
}
.index .product .left ul li a {
	position: relative;
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 35px;
	padding-left: 25px;
	background:#f16514;
	border-radius: 50px;
}
.index .product .left ul li a:before {
	content:" ";
	position: absolute;
	top: 50%;
	margin-top: -1px;
	left: 15px;
	width: 6px;
	height: 2px;
	background: #fff;
}
.index .product .left ul li a:hover {
	background: var(--colour2);
}
.index .product .list {
	width: 890px;
	height: 100%;
	margin-top: 0;
}
.index .product .list li {
	float: left;
	width: 276px;
	margin-right: 30px;
	margin-bottom: 18px;
}
 .index .product .list li:nth-child(3n) {
margin-right: 0;
}
.index .product .list li .img {
	width: 100%;
	height: 206px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	overflow: hidden;
}
.index .product .list li .img img {
	width: 100%;
	height: 100%;
	display: block;
transition: all .5s;
}
.index .product .list li:hover .img img {
	transform: scale(1.2);
}
.index .product .list li h3 {
	color: #555;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
transition: all .5s;
}
.index .product .list li:hover h3 {
	color:#f16514;
}
/*小banner*/

.index .xbanner {
	color: #fff;
	max-width: 1920px;
	margin: 0 auto;
	height: 300px;
	background:#f16514 url(../image/xbanner.png) no-repeat center;
}
.index .xbanner p {
	font-size: 26px;
	line-height: 40px;
	padding-top: 65px;
	padding-bottom: 50px;
}
.index .xbanner .tel {
	position: relative;
	width: 660px;
	height: 50px;
	border: 1px solid #fff;
	border-radius: 50px;
	line-height: 50px;
}
.index .xbanner .tel i {
	position: relative;
	float: left;
	width: 35px;
	height: 35px;
	background-position: -138px 0;
	margin-top: 6px;
	margin-left: 45px;
	margin-right: 20px;
}
.index .xbanner .tel h3 {
	float: left;
	display: block;
	font-size: 22px;
}
.index .xbanner .tel b {
	display: inline-block;
	font-size: 32px;
}
.index .xbanner .tel a {
	position: absolute;
	top: 0;
	right: -1px;
	width: 150px;
	color:#f16514;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	background: #fff;
	border-radius: 50px;
}
/*关于我们*/

.index .about {
	padding: 60px 0;
	background-color:#efefef
}
.index .about .txt {
	width: 650px;
}
.index .about .txt h3 {
	position: relative;
	color: #333;
	font-size: 22px;
	padding-bottom: 34px;
	margin-bottom: 30px;
}
.index .about .txt h3:after {
	content:" ";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 4px;
	background:#f16514;
}
.index .about .txt p {
	color: #666;
	font-size: 16px;
	line-height: 35px;
	height: 175px;
	overflow: hidden;
}
.index .about .txt .more {
	margin-top: 35px;
}
.index .about .txt .more a {
	display: block;
	font-size: 16px;
	color: #666;
	line-height: 50px;
	width: 150px;
	height: 50px;
	border-radius: 100px;
	border: 1px #ccc solid;
	text-align: center;
}
.index .about .txt .more a:hover {
	color: #fff;
	border-color:#f16514;
	background-color:#f16514;
}
.index .about .txt ul {
	margin-top: 40px;
}
.index .about .txt ul li {
	float: left;
	margin-right: 40px;
}
 .index .about .txt ul li:nth-child(3) {
margin-right: 0;
}
.index .about .txt ul li a {
	display: block;
	width: 180px;
	height: 140px;
	background-color:#f16514;
	border-radius: 10px;
	text-align: center;
}
.index .about .txt ul li i {
	width: 53px;
	height: 50px;
	background-position: -133px -33px;
	margin-top: 25px;
}
 .index .about .txt ul li:nth-child(2) i {
background-position: -186px -33px;
}
 .index .about .txt ul li:nth-child(3) i {
background-position: -239px -33px;
}
.index .about .txt ul li h4 {
	font-size: 18px;
	color: #fff;
	margin-top: 10px;
	font-weight: bold;
	letter-spacing: 1px;
}
.index .about .txt ul li a:hover {
	background-color: var(--colour2);
}
.index .about .bg {
	position: relative;
	width: 500px;
	height: 535px;
}
.index .about .bg:after {
	content:" ";
	position: absolute;
	top: 0;
	right: 0;
	width: 295px;
	height: 100%;
	background:#f16514;
}
.index .about .bg h3 {
	position: relative;
	float: right;
	width: 260px;
	color: #fff;
	font-size: 24px;
	margin-top: 50px;
	z-index: 1;
}
.index .about .bg .img {
	position: relative;
	width: 500px;
	height: 360px;
	margin-top: 130px;
	z-index: 1;
}
.index .about .bg .img img {
	width: 100%;
	height: 100%;
	display: block;
}
/*我们的优势*/

.index .choose {
	max-width: 1920px;
	margin: 0 auto;
	margin-top: 50px;
	background: url(../image/ys_bg.png) 0 664px repeat-x;
}
.index .choose .in_title {
	margin-bottom: 40px;
}
.index .choose ul {
	position: relative;
	padding: 50px 0;
}
.index .choose ul li {
	float: left;
	width: 510px;
	height: 180px;
	margin-right: 50%;
	margin-bottom: 50px;
}
 .index .choose ul li:nth-child(3) {
margin-top: 150px;
}
 .index .choose ul li:nth-child(3), .index .choose ul li:nth-child(4) {
float: right;
margin-left: 50%;
margin-right: 0;
}
.index .choose ul li h3 {
	position: relative;
	color:#f16514;
	font-size: 25px;
	font-weight: bold;
	padding-bottom: 13px;
	margin-bottom: 20px;
}
.index .choose ul li h3:after {
	content:" ";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 460px;
	height: 1px;
	background: #ccc;
	border-radius: 50%;
}
.index .choose ul li p {
	position: relative;
	color: #333;
	font-size: 18px;
	line-height: 30px;
	padding-left: 20px;
	margin-bottom: 10px;
}
.index .choose ul li p:before {
	content:" ";
	position: absolute;
	top: 50%;
	margin-top: -4px;
	left: 0;
	width: 8px;
	height: 8px;
	background:#f16514;
	border-radius: 50%;
}
.index .choose ul .img1 {
	position: absolute;
	top: 10px;
	right: 0;
}
.index .choose ul .img2 {
	position: absolute;
	top: 584px;
	left: 0;
}
/*合作流程*/

.index .flow {
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
	padding: 60px 0;
	background: url(../image/lc_bg.jpg) no-repeat center;
	background-size: cover;
}
.index .flow:after {
	content:" ";
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: var(--colour4);
}
.index .flow .in_title {
	margin-bottom: 50px;
}
.index .flow ul {
	position: relative;
	z-index: 1;
}
.index .flow ul li {
	float: left;
	width: 230px;
	height: 200px;
	background: url(../image/flow_li_bg.png) no-repeat center;
	margin-right: 20px;
}
.index .flow ul li:last-child {
	width: 200px;
	height: 200px;
	margin-right: 0;
	background: none;
	border: 3px #fff solid;
	box-sizing: border-box;
}
.index .flow ul li .txt {
	width: 208px;
	padding-top: 50px;
	text-align: center;
}
.index .flow ul li .txt i {
	width: 60px;
	height: 60px;
	display: inline-block;
	background-image: url(../image/lc_icon.png);
}
 .index .flow ul li:nth-child(1) .txt i {
background-position: 0 0;
}
 .index .flow ul li:nth-child(2) .txt i {
background-position: -60px 0;
}
 .index .flow ul li:nth-child(3) .txt i {
background-position: -120px 0;
}
 .index .flow ul li:nth-child(4) .txt i {
background-position: -180px 0;
}
 .index .flow ul li:nth-child(5) .txt i {
background-position: -240px 0;
}
.index .flow ul li .txt h3 {
	color: #fff;
	font-size: 18px;
	padding-top: 20px;
}
/*新闻中心*/

.index .new {
	padding: 60px 0;
}
.index .new .box {
	width: 580px;
	box-shadow: 0 3px 10px 3px #ddd;
}
.index .new .new_tit {
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #e6e6e6;
	box-sizing: border-box;
}
.index .new .new_tit .font {
	float: left;
	width: 80px;
	height: 60px;
	background:#f16514;
}
.index .new .new_tit .font i {
	width: 34px;
	height: 34px;
	margin: 13px 23px;
}
.index .new .new_tit .font i.ico1 {
	background-position: -175px 0;
}
.index .new .new_tit .font i.ico2 {
	background-position: -209px 0;
}
.index .new .new_tit h3 {
	font-size: 22px;
	color: #333;
	float: left;
	margin-left: 20px;
}
.index .new .new_tit h4 {
	float: right;
	color: #666;
	font-size: 16px;
	line-height: 28px;
	margin: 16px 0;
	margin-right: 15px;
	padding-left: 20px;
	border-left: 1px solid #e6e6e6;
transition: all .5s;
}
.index .new .new_tit h4:hover {
	color:#f16514;
}
.index .new .top {
	height: 125px;
	margin: 15px;
}
.index .new .top .img {
	width: 167px;
	height: 125px;
}
.index .new .top .img img {
	width: 100%;
	height: 100%;
	display: block;
}
.index .new .top .txt {
	width: 360px;
}
.index .new .top .txt span {
	display: block;
	color: #666;
	font-size: 14px;
	margin: 5px 0;
}
.index .new .top .txt h3 {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
transition: all .5s;
}
.index .new .top .txt:hover a h3 {
	color:#f16514;
}
.index .new .top .txt p {
	color: #999;
	font-size: 14px;
	line-height: 25px;
	text-align: justify;
	height: 72px;
	overflow: hidden;
}
.index .new ul {
	padding: 0 15px;
	padding-bottom: 15px;
}
.index .new ul li {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px #ccc dashed;
}
.index .new ul li:last-child {
	border: 0;
}
.index .new ul li h4 {
	float: left;
	width: 80%;
	color: #666;
	font-size: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
transition: all .5s;
}
.index .new ul li h5 {
	float: right;
	color: #666;
	font-size: 15px;
transition: all .5s;
}
.index .new ul li:hover h4, .index .new ul li:hover h5 {
	color:#f16514;
}
/*联系我们*/

.index .contact {
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
	padding: 80px 0;
	background: url(../image/lx_bg.jpg) no-repeat center top;
}
.index .contact:after {
	content:" ";
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: var(--colour4);
}
.index .contact .in_title {
	margin-bottom: 0;
}
.index .contact ul {
	position: relative;
	padding-top: 50px;
	z-index: 1;
}
.index .contact ul li {
	float: left;
	margin-right: 22px;
}
.index .contact ul li:last-child {
	margin-right: 0;
}
.index .contact ul li a {
	position: relative;
	display: block;
	width: 365px;
	text-align: center;
	padding: 30px 10px;
	background: #fff;
	cursor: pointer;
}
.index .contact ul li a * {
	position: relative;
	z-index: 2;
}
.index .contact ul li a:after {
	content: " ";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transform: scaleX(0) scaley(0);
	transform: scaleX(0) scaley(0);
transition: all .5s;
}
.index .contact ul li .icon {
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 15px;
transition: all .5s;
}
.index .contact ul li .icon.add {
	background-position: 0 0;
}
.index .contact ul li .icon.cel {
	background-position: -30px 0;
}
.index .contact ul li .icon.mail {
	background-position: -60px 0;
}
.index .contact ul li h3 {
	color:#f16514;
	font-size: 20px;
	line-height: 20px;
	padding-bottom: 15px;
	margin-bottom: 20px;
transition: all .5s;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index .contact ul li h3:after {
	content:" ";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -15px;
	width: 30px;
	height: 2px;
	background: var(--colour2);
transition: all .5s;
}
.index .contact ul li span {
	position: relative;
	display: block;
	color: #2e2e2e;
	font-size: 16px;
	line-height: 20px;
transition: all .5s;
}
.index .contact ul li:hover .icon {
	-webkit-filter: brightness(500%);
	-moz-filter: brightness(500%);
	-ms-filter: brightness(500%);
	-o-filter: brightness(500%);
	filter: brightness(500%);
transition: all .5s;
}
.index .contact ul li:hover h3, .index .contact ul li a:hover span {
	color: #fff;
}
.index .contact ul li:hover h3:after {
	background: #fff;
}
.index .contact ul li:hover a:after {
	background:#f16514;
	opacity: 1;
	-webkit-transform: scaleX(1) scaley(1);
	transform: scaleX(1) scaley(1);
}
/*友情链接*/

.links_main {
	padding: 15px 0;
	background:#f16514;
	overflow: hidden;
	clear:both;
}
.links_main span {
	color: #fff;
	display: block;
	float: left;
}
.links_main a {
	color: #fff;
	font-size: 14px;
	padding-right: 10px;
	float: left;
}
/*底部*/

.footer {
	color: #808080;
	padding: 55px 0;
	background: #1c1c1c;
}
.footer a {
	color:#808080;
}
.footer .left {
	width: 850px;
}
.footer .fnav {
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 20px;
}
.footer .fnav a {
	float: left;
	color:#808080;
	padding: 0 15px;
	border-right: 1px solid #808080;
}
.footer .fnav a:first-child {
	padding-left: 0;
}
.footer .fnav a:last-child {
	border: 0;
}
.footer .left p {
	font-size: 14px;
	line-height: 24px;
}
.footer .left p.copyright {
	padding-top: 25px;
}
.footer .ewm {
	float:left;
	width: 120px;
	padding: 10px;
	background: #fff;
}
.footer .ewm:last-child {
	margin-left: 25px;
}
.footer .ewm img {
	display: block;
	width: 100%;
	height: 100%;
}
.footer .ewm span {
	display: block;
	color: #5b5a5a;
	font-size: 13px;
	text-align: center;
	padding-top: 5px;
}
 .footer .ewm:-child span .icon {
background-position: -113px -11px;
}
/*二维码弹窗*/

.ewmbox {
	width: 300px;
	height: 320px;
	padding-top: 20px;
	background: #fff;
	z-index: 9999;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -170px 0 0 -150px;
	text-align: center;
	font-size: 16px;
	display: none;
}
.ewmbox .close {
	width: 32px;
	height: 32px;
	position: absolute;
	top: -25px;
	right: -40px;
	cursor: pointer;
	border-radius: 100%;
	background: #f3f3f3 url(../image/dialogClose.png) no-repeat center center;
	transition: all ease 300ms;
}
.ewmbox .close:hover {
	transform: rotate(180deg);
}
.ewmbox img {
	width: 260px;
	height: 260px;
	display: block;
	margin: 0 auto 10px;
}
.dialog-layout {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
/*浮动客服*/

.toolbar {
	position: fixed;
	top: 50%;
	right: 1%;
	margin-top: -163px;
	z-index: 100;
	width: 80px;
}
.toolbar dd {
	position: relative;
	float: left;
	width: 80px;
	height: 80px;
	background:#f16514;
	margin-top: 2px;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	cursor: pointer;
transition: all .5s;
}
.toolbar dd:first-child {
	margin-top: 0;
}
.toolbar dd i {
	width: 100%;
	height: 30px;
	display: block;
	margin-top: 13px;
	background: url(../image/toolbar.png) no-repeat center 0;
}
.toolbar dd.qq i {
	background-position-y: 0;
}
.toolbar dd.tel i {
	background-position-y: -30px;
}
.toolbar dd.code i {
	background-position-y: -60px;
}
.toolbar dd.top i {
	background-position-y: -90px;
}
.toolbar dd span {
	display: block;
	color: #fff;
}
.toolbar dd.tel .box {
	position: absolute;
	top: 0;
	width: 190px;
	right: -200px;
	height: 100%;
	margin-right: 10px;
	border-radius: 5px;
	background:#f16514;
	opacity: 0;
transition: all .5s;
}
.toolbar dd.tel .box p {
	font-size: 14px;
	margin: 15px auto 7px;
}
.toolbar dd.tel .box h3 {
	font-size: 18px;
	font-weight: bold;
}
.toolbar dd.tel .box:after {
	display: block;
	content: " ";
	border-style: solid dashed dashed dashed;
	border-color: transparent transparent transparent#f16514;
	;
	border-width: 9px;
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: -18px;
	margin-left: -12px;
}
.toolbar dd.code .box {
	position: absolute;
	top: 0;
	width: 162px;
	right: -172px;
	height: 162px;
	margin-right: 10px;
	border-radius: 5px;
	background:#f16514;
	opacity: 0;
transition: all .5s;
}
.toolbar dd.code .box img {
	width: 140px;
	height: 140px;
	padding: 11px;
}
.toolbar dd.code .box:after {
	display: block;
	content: " ";
	border-style: solid dashed dashed dashed;
	border-color: transparent transparent transparent#f16514;
	;
	border-width: 9px;
	width: 0;
	height: 0;
	position: absolute;
	top: 30px;
	right: -18px;
	margin-left: -12px;
}
.toolbar dd:hover {
	background: #333;
}
.toolbar dd.tel:hover .box {
	opacity: 1;
	right: 80px;
}
.toolbar dd.code:hover .box {
	opacity: 1;
	right: 80px;
}
/*内页大图*/

.nybanner {
	position: relative;
	height: 400px;
	overflow: hidden;
}
.nybanner .w1200 {
	height: 100%;
	padding-left:120px;
	position:relative;
	box-sizing: border-box;
}
.nybanner .title {
	color:#fff;
	font-size:46px;
	line-height: 60px;
	font-weight:600;
	padding-top: 120px;
	text-shadow: 0 2px 3px rgb(0 0 0 / 50%);
}
.nybanner .title span {
	position: relative;
	font-size:24px;
	margin-left:20px;
	border-left: 1px solid #fff;
	padding-left:20px;
	font-weight:300;
	text-transform: uppercase;
}
.nybanner .title p {
	color:#fff;
	font-size:18px;
	line-height: 27px;
	margin-top: 5px;
	font-weight:300;
}
.nybanner .position {
	position:absolute;
	bottom:-1px;
	left:0;
	right:0;
	height: 30px;
	padding:15px 20px;
	background: rgba(255, 255, 255, .8);
	border-radius:4px 4px 0 0;
	box-shadow:0px 0px 30px rgba(0, 0, 0, 0.1);
}
.nybanner .position s {
	position: relative;
	top: -2px;
	width: 15px;
	height: 13px;
	margin-right: 10px;
	background-position: bottom left;
}
.nybanner .position a {
	font-size: 13px;
	line-height: 30px;
}
.nybanner .position i:after {
	padding: 0 5px;
	content:">>";
	color:#999;
	font-size: 12px;
	font-family:宋体;
	display: inline-block;
}
.bg_main {
	padding-bottom: 50px;
	min-height: 640px;
}
.sub_nav {
	height: 35px;
	line-height: 33px;
	padding-bottom: 20px;
	padding-top: 20px;
}
.case {
	margin-top: 0px;
}
.case ul {
	width: 100%;
}
.case li {
	width: 290px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
transition: all .5s;
}
 .case li:nth-child(3n) {
margin-right: 0;
}
.case li .img {
	width: 100%;
	height: 215px;
	display: block;
	border: 1px solid #eaeaea;
	border-bottom: none;
	overflow: hidden;
	box-sizing: border-box;
}
.case li .img img {
	width: 100%;
	height: 100%;
transition: all .5s;
}
.case li:hover .img img {
	transform: scale(1.1);
}
.case li .p {
	border: 1px solid #efefef;
	display: block;
	padding: 0 19px;
	height: 108px;
	border-top: none;
	box-sizing: border-box;
}
.case li .p p {
	border-bottom: 1px solid #eaeaea;
	height: 58px;
	line-height: 58px;
	margin-bottom: 10px;
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
transition: all .5s;
}
.case li .p span {
	color: #666;
transition: all .5s;
}
.case li .p i {
	width: 32px;
	height: 12px;
	background-position: -73px -43px;
}
.case li .p .fl {
	font-size: 12px;
	font-family: arial;
}
.case li:hover a span {
	color:var(--colour1);
	;
}
.case li:hover a p {
	color:var(--colour1);
	;
}
.case li:hover {
	box-shadow: 0 1px 20px rgb(0 0 0 / 10%);
}
.news {
	padding-top: 50px;
}
.bg_main .news_ul {
	padding-bottom: 40px;
}
.bg_main .news_ul li {
	padding: 0px 0 10px 0;
	border-bottom: 1px solid rgba(0, 0, 0, .06);
}
.bg_main .news_ul li a {
	display: flex;
}
.bg_main .news_ul li .img {
	position:relative;
	width: 200px;
	height: 150px;
	margin-right: 30px;
	overflow: hidden;
}
.bg_main .news_ul li .img img {
	width: 100%;
	height: 100%;
	display: block;
transition: all .5s;
}
.bg_main .news_ul li .txt {
	flex: 1;
	overflow: hidden;
	padding-right: 20px;
}
.bg_main .news_ul li .txt h3 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	margin-top: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
transition: all .5s;
}
.bg_main .news_ul li .txt .hits {
	color: #999;
	font-size: 14px;
	line-height: 30px;
}
.bg_main .news_ul li .txt p {
	color: #b5b5b5;
	font-size: 14px;
	line-height: 25px;
	text-align: justify;
transition: all .5s;
	overflow: hidden;
}
.bg_main .news_ul li .date {
	width: 80px;
	padding: 24px 0 24px 35px;
	font-size: 24px;
	line-height: 40px;
	color:#999;
	font-weight:300;
	position:relative;
	text-align: center;
}
.bg_main .news_ul li .date:after {
	display:block;
	content:"";
	width:1px;
	height: 100%;
	background:#f3f3f3;
	left:10px;
	top: 0;
	position:absolute;
}
.bg_main .news_ul li .date span {
	display: block;
}
.bg_main .news_ul li:hover .img img {
	transform: scale(1.1);
}
.bg_main .news_ul li:hover .txt h3 {
	color:var(--colour1);
	;
}
.bg_main .news_ul li:hover .txt p {
	color: #666;
}
.detail .title {
	padding-bottom: 20px;
	border-bottom: 1px solid #f3f3f3;
	text-align: center;
	margin-bottom: 20px;
}
.detail .title h1 {
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 15px;
}
.detail .title span {
	line-height: 18px;
	font-family: arial;
	color: #999;
	margin-right: 14px;
}
.detail .title span:last-child {
	margin-right: 0;
}
.detail .title i {
	width: 23px;
	height: 16px;
	background-position: -73px 0;
	margin-right: 10px;
}
.detail .title .i2 {
	background-position: -104px 0;
	margin-left: 30px;
}
.detail .context {
	color: #666;
	line-height: 30px;
	text-align: justify;
	padding-bottom: 25px;
}
.detail .context img {
	max-width: 1200px;
}
/* reLink*/

.reLink {
	height: 38px;
	line-height: 38px;
	border: 1px solid #e6e6e6;
	padding: 0 15px;
	color: #666;
}
.reLink .nextLink,  .detail .reLink .prevLink {
	width: 50%;
}
.reLink .nextLink {
	text-align: right;
}
.reLink a {
	color: #666;
}
.reLink a:hover {
	color:#f16514;
}
/* pager*/

.pager {
	padding: 30px 0 30px;
	text-align: center;
*zoom: 1;
*padding: 40px 0 30px;
}
.pager:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.pager p {
	height: 26px;
	line-height: 26px;
	display: inline-block;
*display: inline;
*zoom: 1;
	display: none;
}
.pager ul {
	display: inline-block;
*display: inline;
*zoom: 1;
	overflow: hidden;
}
.pager ul li {
	float: left;
	margin: 0 5px;
	padding: 0 !important;
	height: auto !important;
	border: none !important;
}
.pager ul a {
	line-height: 30px;
	padding: 0 10px;
	transition: all ease 300ms;
	color: #000000;
	text-decoration: none;
	float: left;
	border: 1px solid #ddd;
}
.pager ul a.current,  .pager ul a:hover {
	color: #fff;
	border: 1px solid #0a408a;
	background: #0a408a;
}
.contact .box1 {
	line-height: 18px;
	padding: 48px 0 0px;
	overflow: hidden;
}
.contact .box1 ul {
	width: 125%;
}
.contact .box1 li {
	float: left;
	width: 230px;
	margin-right: 250px;
}
.contact .box1 li i {
	width: 56px;
	height: 56px;
	background-position: -142px 0;
	float: left;
}
.contact .box1 li b {
	font-size: 18px;
	font-family: arial;
	font-weight: 100;
}
.contact .box1 li td {
	vertical-align: middle;
	height: 56px;
	padding-left: 5px;
}
.contact .box1 .l2 i {
	background-position: -204px 0;
}
.contact .box1 .l3 i {
	background-position: -267px 0;
}
.contact .box2 {
	margin-bottom: 75px;
}
.contact .box2 #map1_container,  .contact .box2 #allmap1 {
	width: 100%;
	height: 400px;
}
.contact .box3 h1 {
	font-size: 36px;
	padding-bottom: 15px;
	text-align: center;
}
.contact .box3 p {
	font-size: 16px;
	color: #828282;
	line-height: 24px;
	padding-bottom: 46px;
	text-align: center;
}
.contact .box3 b {
	color:#f16514;
}
.formData {
	padding-bottom: 20px;
}
.formData .item {
	float: left;
	color: #999;
	font-weight: normal;
	width:425px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #e4e4e4;
	margin-right: 76px;
	margin-bottom: 30px;
	border-radius: 5px;
	position: relative;
	box-sizing: border-box;
transition: all .5s;
}
.formData .item:hover {
	color:#495057;
	background:#fff;
	border-color:#f16514;
	outline:0;
	box-shadow: 0 0 0 2px var(--colour5);
}
.formData .item label {
	padding-left: 15px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
	text-align: center;
	display: block;
	margin: 0;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
	color: #666;
}
.formData .item input {
	outline: none;
	line-height: 38px;
	height: 38px;
	font-size: 18px;
}
.formData .item .txt {
	width: 100%;
	height: 48px;
	line-height: 48px;
	display: block;
	background: none;
	padding-left: 70px;
	border: 0 none;
	color: #666;
	box-sizing: border-box;
}
.formData .item .red {
	position: absolute;
	right: 15px;
	top: 0;
	color: #ff0000;
	z-index: 11;
}
.formData .item.mr0 {
	margin-right: 0;
}
.formData .msg-box {
	position: absolute;
	left: 0;
	top: 0px;
}
.formData .liuyan {
	width:930px;
	height: 240px;
	border: 1px solid #e5e5e5;
	float: left;
}
.formData .liuyan label {
	text-align: right;
	display: block;
	top: 4px;
}
.formData .liuyan textarea {
	width: 100%;
	height: 100%;
	line-height: 35px;
	padding: 12px 10px;
	text-indent: 100px;
	font-size: 18px;
	font-family: "microsoft yahei";
	color: #666;
	border: 0 none;
	overflow: hidden;
	background: none;
	resize: none;
	display: block;
	outline: none;
	box-sizing: border-box;
}
.formData .bot {
	width: 100%;
}
.formData .sub {
	width: 232px;
	line-height: 46px;
	border: 2px solid#f16514;
	;
	margin-right: 2px;
	text-align: center;
	background:#f16514;
	color: #FFF;
	cursor: pointer;
	font-size: 18px;
	display: block;
	outline: none;
transition: all .5s;
}
.formData .sub:hover {
	background: none;
	color:#f16514;
}
.formData .yzm {
	width: 432px;
}
.formData .yzm .txt {
	padding-left: 80px;
}
.formData .yzm img {
	position: absolute;
	right: 3px;
	top: 3px;
	border: 0px;
	display: block;
}
.about .box1 {
	padding-top: 105px;
	padding-bottom: 100px;
	overflow: hidden;
}
.box1_add {
	padding: 70px 0;
}
.about .box1 .fl {
	padding-top: 32px;
}
.about .box1 .fl h1 {
	font-size: 80px;
	text-transform: uppercase;
	font-family: arial;
	line-height: 80px;
}
.about .box1 .fl p {
	font-size: 24px;
	padding-bottom: 88px;
}
.about .box1 .fl i {
	width: 54px;
	height: 54px;
	background-position: 0 -99px;
	cursor: pointer;
	position: relative;
	display: block;
	float: left;
}
.about .box1 .fl i img {
	position: absolute;
	left: 20px;
	bottom: 56px;
	width: 0px;
	height: 0px;
	opacity: 0;
	filter: alpha(opacity=0);
transition: ease-in-out .2s;
}
.about .box1 .fl i:hover img {
	filter: alpha(opacity=100);
	opacity: 1;
	left: 0;
	height: 80px;
	width: 80px;
}
.about .box1 .fl .i2 {
	background-position: -58px -99px;
	margin-left: 20px;
}
.about .box1 .fr {
	width: 611px;
}
.about .box1 .fr h1 {
	font-size: 24px;
	font-weight: 100;
}
.about .box1 .fr span {
	display: block;
	background: #b0b0b0;
	width: 20px;
	height: 2px;
	margin: 13px 0 24px;
}
.about .box1 .fr h2 {
	font-size: 18px;
}
.about .box1 .fr p {
	line-height: 30px;
	padding-top: 12px;
}
.about .box1 .fr i {
	width: 54px;
	height: 54px;
	background-position: -59px -35px;
	margin-top: 35px;
transition: ease-in-out .2s;
}
.about .box1 .fr a:hover {
	cursor: pointer;
}
.about .box1 .fr a:hover i {
	margin-left: 15px;
}
.about .bg_20 {
	height: 20px;
	width: 100%;
	background: #eaeaea;
}
.about .box2 {
	padding-bottom: 94px;
}
.about .box2 .con {
	margin-top: 40px;
}
.about .box2 .con .fl {
	width: 410px;
	height: 428px;
	overflow: hidden;
}
.about .box2 .con .fl img {
	width: 410px;
	height: 428px;
}
.about .box2 .con .fr .img {
	width: 380px;
	height: 214px;
	overflow: hidden;
	display: block;
}
.about .box2 .con .fr .img img {
	width: 380px;
	height: 214px;
transition: .9s;
}
.about .box2 .con .fr .p {
	display: block;
	padding-left: 20px;
	width: 360px;
	height: 214px;
}
.about .box2 .con .fr .p h1 {
	font-size: 24px;
	line-height: 60px;
	font-weight: 100;
}
.about .box2 .con .fr .p i {
	width: 54px;
	height: 54px;
	background-position: -59px -35px;
	margin-top: 35px;
transition: ease-in-out .2s;
}
.about .box2 .con .fr li:hover {
	cursor: pointer;
}
.about .box2 .con .fr li:hover h1,  .about .box2 .con .fr li:hover p {
	color: #333;
}
.about .box2 .con .fr li:hover i {
	margin-left: 15px;
}
.about .box2 .con .fr li {
	float: left;
}
.about .box2 .con .fr li:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.about .box3 {
	background: url(../images/about_bg.jpg) center top no-repeat;
	width: 100%;
	height: 457px;
	padding-top: 93px;
}
.about .box3 .w1200 {
	overflow: hidden;
}
.about .box3 .fl {
	width: 500px;
}
.about .box3 .fl h1 {
	font-size: 36px;
	color: #fff;
	font-weight: 100;
	padding-bottom: 25px;
}
.about .box3 .fl span {
	display: block;
	width: 40px;
	height: 2px;
	background: #ffd200;
	margin-bottom: 25px;
}
.about .box3 .fl p {
	color: #fff;
	line-height: 24px;
}
.about .box3 .fl i {
	width: 54px;
	height: 54px;
	cursor: pointer;
	background-position: 0px -35px;
	margin-top: 35px;
transition: ease-in-out .2s;
}
.about .box3 .fl a:hover i {
	margin-left: 15px;
}
.about .box3 .fr .picScroll-left {
	overflow: hidden;
	position: relative;
	margin-top: 68px;
	height: 225px;
	width: 620px;
}
.about .box3 .fr .picScroll-left .hd {
	overflow: hidden;
}
.about .box3 .fr .picScroll-left .hd .prev,  .about .box3 .fr .picScroll-left .hd .next {
	display: block;
	left: 0;
	top: 50%;
	margin-top: -36px;
	width: 30px;
	height: 72px;
	position: absolute;
	z-index: 10;
	background-position: -133px -67px;
	cursor: pointer;
	display: none;
}
.about .box3 .fr .picScroll-left .hd .next {
	left: auto;
	right: 0;
	background-position: -164px -67px;
}
.about .box3 .fr .picScroll-left:hover .hd .prev,  .about .box3 .fr .picScroll-left:hover .hd .next {
	display: block;
}
.about .box3 .fr .picScroll-left .hd ul {
	float: right;
	overflow: hidden;
	margin-top: 10px;
	zoom: 1;
}
.about .box3 .fr .picScroll-left .hd ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: url("../images/icoCircle.gif") 0 -9px no-repeat;
}
.about .box3 .fr .picScroll-left .hd ul li.on {
	background-position: 0 0;
}
.about .box3 .fr .picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.about .box3 .fr .picScroll-left .bd ul li {
	margin-right: 20px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}
.about .box3 .fr .picScroll-left .bd ul li img {
	width: 300px;
	height: 225px;
}
.bg_top {
	height: 50px;
	background: #eaeaea;
	width: 100%;
}
.showPro {
	padding-top: 0px;
}
.showPro .reLink {
	margin-bottom: 0;
}
.showPro .showContxt {
	padding: 30px 0 35px;
	color: #666;
	font-size: 14px;
	line-height: 30px;
	text-align: justify;
}
.showPro .showContxt img {
	max-width: 100%;
	height: auto !important;
}
.showPro .showimgCon {
	padding: 0 0 30px;
	font-size: 16px;
	line-height: 32px;
}
.showPro .showimgCon .txtcon {
	width: 465px;
	height: 423px;
	float: right;
	position: relative;
}
.showPro .showimgCon .txtcon .tit {
	position: relative;
	font-size: 20px;
	margin-bottom: 15px;
	color:#f16514;
	font-weight: bold;
	line-height: 24px;
	padding-bottom: 14px;
	border-bottom: 1px solid #dddddd;
	padding-right: 60px;
}
.showPro .showimgCon .txtcon .tit .goBack {
	position: absolute;
	right: 0;
	top: 0;
	color: #999999;
	font-size: 14px;
	display: block;
	font-weight: normal;
	cursor: pointer;
}
.showPro .showimgCon .txtcon .tit .goBack s {
	width: 20px;
	height: 20px;
	background-position: -440px -62px;
	margin-left: 6px;
}
.showPro .showimgCon .txtcon .tit .goBack:hover {
	color: #047fcc;
}
.showPro .showimgCon .txtcon .txt {
	font-size: 14px;
	line-height: 28px;
	color: #666;
	text-align: justify;
}
.showPro .showimgCon .txtcon .txt .item {
	margin-bottom: 7px;
	max-height: 144px;
	overflow: hidden;
}
.showPro .showimgCon .txtcon .tel-btn {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	border-top: 1px solid #ddd;
	padding-top: 40px;
}
.showPro .showimgCon .txtcon .tel-btn .btn {
	width: 118px;
	float: right;
	height: 40px;
	line-height: 40px;
	margin-top: 5px;
	font-size: 20px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	background:#f16514;
}
.showPro .showimgCon .txtcon .tel-btn .btn:hover {
	background: #333;
}
.showPro .showimgCon .txtcon .tel-btn .tel {
	width: 280px;
	float: left;
}
.showPro .showimgCon .txtcon .tel-btn .tel span,  .showPro .showimgCon .txtcon .tel-btn .tel strong {
	display: block;
	color: #666;
}
.showPro .showimgCon .txtcon .tel-btn .tel s {
	width: 42px;
	height: 42px;
	display: block;
	float: left;
	margin-right: 6px;
	margin-top: 4px;
	background-position: -315px -30px;
}
.showPro .showimgCon .txtcon .tel-btn .tel span {
	font-size: 16px;
	line-height: 20px;
}
.showPro .showimgCon .txtcon .tel-btn .tel strong {
	color:#f16514;
	font-size: 28px;
	line-height: 28px;
}
.showPro .showimg {
	width: 442px;
	position: relative;
	float: left;
	overflow: hidden;
}
.showPro .showimg .bigimg {
	width: 440px;
	height: 332px;
	display: block;
	position: relative;
	border: 1px solid #dddddd;
}
.showPro .showimg .bigimg .list {
	width: 5000%;
}
.showPro .showimg .bigimg .list li {
	width: 440px;
	height: 332px;
	float: left;
	border: 0;
	margin-right: 1px;
}
.showPro .showimg .bigimg .list img {
	width: 100%;
	height: 100%;
	display: block;
	transition: all ease 300ms;
}
.showPro .showimg .smallimg {
	width: 440px;
	height: 76px;
	position: relative;
	padding-top: 30px;
	z-index: 10;
	overflow: hidden;
}
.showPro .showimg .list {
	width: 357px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.showPro .showimg .listcon {
	width: 600% !important;
	position: relative;
}
.showPro .showimg .prev,  .showPro .showimg .next {
	width: 20px;
	height: 76px;
	z-index: 10;
	position: absolute;
	top: 30px;
	cursor: pointer;
	background: #f9f9f9 url(../image/show-btn-ico.png) no-repeat 0 center;
-webkit-transition: all .3s ease-in-out 0s;
-moz-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s;
}
.showPro .showimg .prev:hover,  .showPro .showimg .next:hover {
	background-color: #f9f9f9;
}
.showPro .showimg .prev {
	left: 0;
	background-position: 3px center;
}
.showPro .showimg .next {
	right: 0;
	background-position: -84px center;
}
.showPro .showimg li {
	width: 94px;
	height: 70px;
	margin-right: 28px;
	float: left;
	cursor: pointer;
	position: relative;
	border: 3px solid #fff;
transition: all .5s;
}
.showPro .showimg li img {
	width: 100%;
	height: 100%;
	display: block;
}
.showPro .showimg li.on {
	width: 94px;
	height: 70px;
	border: 3px solid#f16514;
	;
}
.relateTit {
	height: 58px;
	line-height: 58px;
	border-bottom: 1px solid #e4e4e4;
	margin: 0 auto;
	width: 1200px;
}
.relateTit h3 {
	font-size: 18px;
	display: inline-block;
*display: inline;
*zoom: 1;
	position: relative;
}
.relateTit h3 .line {
	width: 100%;
	height: 2px;
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	background:#f16514;
}
#ie {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: #00aeff;
}
#ie p {
	position: absolute;
	top: 50%;
	margin-top: -60px;
	left: 50%;
	margin-left: -540px;
	width: 1080px;
	color: #fff;
	font-size: 20px;
	line-height: 2;
	text-align: center;
}
.bg_main .subright {
	width: 930px;
}
.bg_main {
	padding-bottom:20px;
	overflow:hidden
}
.bg_main .sobtitle {
	height: 35px;
	line-height: 35px;
	padding: 5px 0;
	font-size: 14px;
	color: #666;
	border-bottom: 1px solid #F1F1F1;
	margin-bottom: 20px;
}
.bg_main .sobtitle s {
	display: inline-block;
	width: 18px;
	height: 22px;
	margin-right: 10px;
	background: url(../image/locationIco.png) no-repeat;
	vertical-align: middle;
}
.bg_main .sobtitle a {
	font-size: 14px;
	color: #666;
}
.bg_main .sobtitle a:hover {
	color: #f16514;
}
/*鍐呴〉宸︿晶*/

.bg_main .subleft {
	width: 250px;
}
.bg_main .subleft .title {
	height: 120px;
	box-sizing: border-box;
	text-align: center;
	background: #f16514;
	padding: 24px 0;
	color: #fff;
	line-height: 36px;
}
.bg_main .subleft .title h2 {
}
.bg_main .subleft .title h2 p {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}
.bg_main .subleft .title h2 span {
	font-size: 18px;
	display: block;
	text-align: center;
}
/*鏍忕洰鍒嗛〉*/

.bg_main .subleft .lefta {
	margin-bottom: 10px;
}
.bg_main .subleft .lefta .comt {
	border: 1px solid #f16514;
	background: #fff;
	border-top: 0px;
	overflow: hidden;
}
.bg_main .subleft .lefta .comt ul {
	padding: 6px 6px;
	overflow: hidden;
}
.bg_main .subleft .lefta .comt ul li a {
	position: relative;
	display: block;
	color: #333;
	font-size: 14px;
	line-height: 44px;
	border-bottom: 1px dashed #ccc;
	padding-left: 20px;
}
.bg_main .subleft .lefta .comt ul li:last-child a {
	border: 0;
}
.bg_main .subleft .lefta .comt ul li a:after {
	content: ">";
	position:absolute;
	right: 0;
	top:50%;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	font-family: 瀹嬩綋;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	background: #a4a4a4;
	border-radius: 50%;
transition: all .5s;
}
.bg_main .subleft .lefta .comt ul li:hover a, .bg_main .subleft .lefta .comt ul li.hover a {
	color: #f16514;
}
.bg_main .subleft .lefta .comt ul li:hover a:after, .bg_main .subleft .lefta .comt ul li.hover a:after {
	background: #f16514;
}
.bg_main .subleft .lefta .comt ul li .boxlist {
	display: none;
	padding: 0;
	border-bottom: 1px dashed #ccc;
}
.bg_main .subleft .lefta .comt ul li .boxlist li a {
	color: #838383;
	font-size: 12px;
	line-height: 35px;
	border-bottom: 0;
	padding-left: 20px;
}
.bg_main .subleft .lefta .comt ul li .boxlist li a:after {
	content: " ";
	left: 10px;
	margin-top: -2px;
	width: 4px;
	height: 4px;
	background: #f16514;
}
.bg_main .subleft .lefta .comt ul li .boxlist li a:hover, .bg_main .subleft .lefta .comt ul li .boxlist li a.hover {
	color: #f16514;
}
.bg_main .subleft .lefta .comt ul li.hover .boxlist {
	display: block;
}
.bg_main .leftnews {
	margin-bottom: 10px;
}
.bg_main .leftnews ul {
	padding-top: 10px;
	border: 1px solid #f16514;
	border-top: 0;
}
.bg_main .leftnews ul li {
	float: left;
	text-align:center;
	width: 110px;
	margin-left: 9px;
}
.bg_main .leftnews ul li img {
	width: 108px;
	height: 81px;
	border: 1px solid #ddd;
}
.bg_main .leftnews ul li p {
	color: #666;
	font-size: 12px;
	line-height: 30px;
transition: all .5s;
}
.bg_main .leftnews ul li:hover p {
	color:#f16514;
}
.bg_main .subleft .leftcont {
	height: 75px;
	padding-top: 45px;
	padding-left: 20px;
	color: #fff;
	font-size: 14px;
	background: #f16514 url(../image/lxwm.png) no-repeat 20px 15px;
}
.bg_main .subleft .leftcont b {
	font-size: 20px;
}
/* ----- PB分页数字条效果 结束 ----- */

.pagebar .pagination {
	display:flex;
	justify-content:center;
	margin-top:10px;
}
.pagination a {
	background:#fff;
	border:1px solid #ccc;
	color:#333;
	font-size: 14px;
	padding:0px 8px;
	margin:0 5px;
	border-radius:3px;
}
.pagination span {
	color: #333;
	font-size:14px;
	padding:0px 2px;
	margin:0 5px;
	border-radius:3px;
}
.pagination a:hover {
	color:#f16514;
	border:1px solid #f16514;
}
.pagination a.page-num-current {
	color:#fff;
	background:#f16514;
	border:1px solid #f16514;
}
/* ----- PB分页数字条效果 结束 ----- */













/*客户案例*/

.index .case {
	padding: 50px 0;
	background: #f6f6f6;
}
.index .case .proCase {
	position: relative;
	padding-top: 0px;
}
.index .case .proCase .bd {
	overflow: hidden;
}
.index .case .proCase .list {
	width: 100%;
}
.index .case .proCase .list li {
	position: relative;
	display: block;
	float: left;
	width: 380px;
	height: 400px;
	margin: 0 10px;
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 5px;
transition: all .5s;
}
.index .case .proCase .list li a {
	display: block;
	padding: 30px;
}
.index .case .proCase .list li a img {
	display: block;
	width: 320px;
	height: 240px;
	border-radius: 5px;
}
.index .case .proCase .list li h3 {
	font-size: 16px;
	color: #333;
	margin-top: 20px;
transition: all .5s;
	text-align:center
}
.index .case .proCase .list li .more {
	position: absolute;
	bottom: 30px;
	left: 30px;
	display: block;
	width: 120px;
	height: 32px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	background: #f16514;
	color: #fff;
transition: all .5s;
}
.index .case .proCase .list li:hover {
	border: 1px solid #f16514;
	background: #f16514;
}
.index .case .proCase .list li:hover h3 {
	color: #fff;
}
.index .case .proCase .list li:hover .more {
	background: #fff;
	color: #f16514;
}
.index .case .proCase .hd {
	position: absolute;
	width: 100%;
}
.index .case .proCase .hd span {
	width: 40px;
	height: 40px;
	cursor: pointer;
	position: absolute;
	top: -220px;
	opacity: .5;
	background: url(../image/prev.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
transition: all .5s;
}
.index .case .proCase .hd .prev {
	background-position: 0 0;
	left: -80px;
}
.index .case .proCase .hd .next {
	background-position: -40px 0;
	right: -80px;
}
.index .case .proCase .hd .prev:hover, .index .case .proCase .hd .next:hover {
	opacity: 1;
}
.index .tab {
	text-align: center;
	padding-top: 40px;
}
.index .tab a {
	padding: 0 16px;
	line-height: 40px;
	font-size: 16px;
	display: inline-block;
	margin: 5px;
	color: #fff;
	border-radius: 50px;
	background: #f16514;
transition: all .5s;
}
.index .tab a:hover {
	background: #333;
}
.index .moreBtn {
	margin: 50px auto 0;
	text-align: center;
}
.index .moreBtn a {
	position:relative;
	display: inline-block;
	width: 240px;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 26px;
	color: #616161;
transition: all .5s;
}
.index .moreBtn a span {
	position: relative;
	display: inline-block;
	margin: 17px 0;
	width: 14px;
	height: 14px;
	border: 1px solid transparent;
	border-radius: 50%;
	vertical-align: top;
transition: all .5s;
}
.index .moreBtn a span:after, .moreBtn span:before {
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	left: 0;
	width: 14px;
	height: 1px;
	background: #616161;
transition: all .5s;
}
.index .moreBtn a span:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.index .moreBtn a:hover {
	color: #fff;
	border-color: #f16514;
	background: #f16514;
	box-shadow: 0 0 30px rgba(0, 0, 0, .2);
}
.index .moreBtn a:hover span {
	border-color: #fff;
}
.index .moreBtn a:hover span:after, .moreBtn:hover span:before {
	background: #fff;
}
