﻿@charset "utf-8";

/**
 * .c-z-1 {
	color: #01a1e9;
}

.c-z-2 {
	color: #0874c3;
}

.c-z-3 {
	color: #376ae6;
}

 ***/

/* 英文 */
@font-face {
	font-family: 'en1';
	src: url('../font/BEBAS.TTF');
	font-weight: normal;
	font-style: normal;
	font-stretch: ultra-expanded;
	/*定义字体符合拉伸*/
}

@font-face {
	font-family: 'en2';
	src: url('../font/timesbd.ttf');
	font-weight: normal;
	font-style: normal;
	font-stretch: ultra-expanded;
	/*定义字体符合拉伸*/
}

@font-face {
	font-family: 'en3';
	src: url('../font/AgencyFB.ttf');
	font-weight: normal;
	font-style: normal;
	font-stretch: ultra-expanded;
	/*定义字体符合拉伸*/
}


/* 数字 */
@font-face {
	font-family: 'num1';
	src: url('../font/UBTECH-Regular.otf');
	font-weight: normal;
	font-style: normal;
	font-stretch: ultra-expanded;
	/*定义字体符合拉伸*/
}

@font-face {
	font-family: 'num2';
	src: url('../font/DIN-Bold.otf');
	font-style: normal;
	font-stretch: ultra-expanded;
	/*定义字体符合拉伸*/
}
html{scroll-behavior:smooth} /*所有锚链接都平滑*/
* {
	margin: 0;
	padding: 0;
	border: none;
	box-sizing: border-box;
	outline: none;
}

a {
	color: #666;
	text-decoration: none;
	blr: expression(this.onFocus=this.blur());
}


a:hover {
	color: #c00;
}

li {
	list-style: none;
	padding: 0px;
}

input {}

input:focus {
	outline: none;
}

input[type=reset],
input[type=button] {
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

body {
	padding: 0;
	margin: 0 auto;
	border: 0;
	font-family: "微软雅黑,arial, helvetica, sans-serif";
	font-size:14px;
	min-width: 1200px;
	position: relative;
}


/**宽度**/
.container {
	width: 1200px;
	margin: 0 auto;
}
.container1 {
	width: 1280px;
	margin: 0 auto;
}

/***超出隐藏***/
.over-h {
	overflow: hidden;
}

.over-v {
	overflow: visible;
}


/**浮动**/
.clear:after {
	content: '';
	display: block;
	clear: both;
	width: 100%;
}
.f_pr{position:relative;}
.f_pa{position:absolute;}
.pr{position: relative;}
.pa{position: absolute;}
.fl-l,.fl,.left {
	float: left;
}

.fl-r,.fr,.right{
	float: right;
}


/***定位***/
.pos-r {
	position: relative;
}

.pos-a {
	position: absolute;
}


/* 文字超出隐藏 */
.ellip {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}


/**图片动效**/
.pic-box {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 0;
	position: relative;
}

.pic-box img {
	transition: 1s;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

*:hover>.pic-box img {
	transform: scale(1.1);
}

.pic-box1 {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 0;
	position: relative;
}

.pic-box1 img {
	transition: 1s;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

*:hover>.pic-box1 img {
	transform: scale(1.1);
}

/* 产品、图片框 */
.cp-pic {
	position: relative;
}

.cp-pic::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: url(../img/cp-border.png) no-repeat 0 0 / 100%;
	display: none;
}

/*top*/
.topnew{
height:92px;
background:url(../img/tbg.jpg) center repeat-y;
}
.tnewl{background:url(../img/toplbg.jpg) right no-repeat;
width:30%;
height:92px;
}
.tnewl .logo{padding-top:14px;margin-left:-12px;}
.tnewr{width:70%;height:92px;
background:#fff;}
.tops{height:38px;
line-height:38px;
color:#666;
background:#ededed;
display:none;
}
.tops a{color:#666;margin:0px 5px;}
.topmain{margin:10px 0;height:60px;
min-height:60px;
height:auto!important;
overflow:hidden;}
.tel1{
background:url(../img/logo-tel.png) left center no-repeat;
background-size:40px 40px;
padding-left:50px;
font-size:14px;
margin-top:20px;
margin-right:0px;
color:#999;}
.tel1 b{display:block;font-size:18px;color:#f30;}

/* 头部导航 */
.nav {
}

.top-nav-class-1 {
	position: relative;
	font-size: 0;
	text-align: center;
}

.top-nav-class-1>li:first-child {
	margin-left: 0;
}

.top-nav-class-1>li {
	font-size: 16px;
	position: relative;
	width: 100px;
	margin: 0;
}

.top-nav-class-1>li:first-child::before {
	display: none;
}

/*.top-nav-class-1>li::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 35%;
	height: 30%;
	width: 1px;
	background: #fff;
	z-index: 3;
}*/

.top-nav-class-1>li>a {
	display: block;
	overflow: hidden;
	position: relative;
	height: 100%;
	text-align: center;
}

.top-nav-class-1>li>a .title {
	color: #333;
	position: relative;
	z-index: 2;
	transition: 0.5s;
	line-height: 92px;
}

.active .top-nav-class-1>li>a .title {
	color: #333;
	opacity: 1;
}

.top-nav-class-1>li>a .bg {
	z-index: 1;
	transition: 0.5s;
	position: absolute;
	height: 0px;
	width: 100%;
	background:#EE4F54;
	left: 0%;
	bottom: 0px;
	display: block;
}

.top-nav-class-1>li.index>a>.title,
.top-nav-class-1>li:hover>a>.title,
.top-nav-class-1>li.focus>a>.title {
	opacity: 1;
	color: #fff;
}

.top-nav-class-1>li.active>a>.bg,
.top-nav-class-1>li.focus>a>.bg {
	opacity: 1.0;
	height: 100%;

}

.top-nav-class-1>li.index>a>.bg,
.top-nav-class-1>li:hover>a>.bg,
.top-nav-class-1>li.focus>a>.bg {
	height: 100%;
}



.top-nav-class-1 .nav-find {
	z-index: 100;
	/* width: 100%; */
	min-width: 120%;
	margin-left:-10%;
	width: max-content;
	/* margin-left: -25px; */
}

.top-nav-class-1>li:nth-child(3) .nav-find {}

.top-nav-class-1 .nav-find ul {
	display: block;
	width: auto;
	font-size: 0;
}

.top-nav-class-1 .nav-find ul li:first-child {
	border-top: none;
}

.top-nav-class-1 .nav-find ul li {
	text-align: center;
	/* display: inline-block; */
	/* vertical-align: top; */
	/* border-top: solid #ccc 1px; */
	/* background: #fff; */
	transition: 0.5s;
}

.top-nav-class-1 .nav-find ul li a {
	font-size: 14px;
	display: block;
	line-height: 3em;
	padding: 0 20px;
	color: #333;
	opacity: 0.8;
	background: #fff;
}

.top-nav-class-1 .nav-find ul li:hover {
	/* background: #132f95; */
}

.top-nav-class-1 .nav-find ul li:hover a {
	color: #000;
	opacity: 1;
}

/* .active .top-nav-class-1 .nav-find ul li a {
	color: #333;
}

.active .top-nav-class-1 .nav-find ul li:hover a {
	color: #132f95;
} */

/*search*/
.search { overflow:hidden; width:100%; padding:15px 0; background-color:#f5f5f5; border-bottom:#ddd; box-shadow:0 3px 3px #ddd; margin-bottom:50px; }
.search p{ float:left; line-height:40px; font-size:13px; color:#333;padding-left: 30px;background: url(../img/icon/icon33.png) no-repeat left center;}
.search p a{margin:0 5px;}
.search .sbox { overflow:hidden; width:345px; height:40px; background-color:#666; float:right}
.search input{ float:left; margin-left:2px; margin-top:2px; height:36px; line-height:36px; font-size:13px; color:#a3a3a3; padding:0 10px; width:295px; border:none; outline:none;}
.search span{ display:block; width:48px; height:40px; background:url(../img/search.png) no-repeat center; float:right; cursor:pointer}
.search .ss{ background:none !important; border:0;}


/* 轮播图 */

.index-banner{position:relative;height:640px;overflow:hidden;background:url(../img/loading.gif) 50% no-repeat;min-width:1160px;}
.slides{position:relative;z-index:1;}
.slides li{height:640px;}
.flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%; min-width:1160px;text-align:center;}
.flex-control-nav li{display:inline-block;width:15px;height:15px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:15px;height:15px;overflow:hidden;background:#fff;cursor:pointer;text-indent:-9999px;border-radius:100%;}
.flex-control-nav .flex-active{background:#ff8400;}

.flex-direction-nav{position:absolute;z-index:3;width:100%; min-width:1160px;top:45%;}
.flex-direction-nav li a{display:block;width:50px;height:38px;overflow:hidden;cursor:pointer;position:absolute;filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity: 0.8; opacity: 0.8;}
.flex-direction-nav li a.flex-prev{left:40px;background:url(../img/prev_icon.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:40px;background:url(../img/next_icon.png) center center no-repeat;}
.flex-direction-nav li a:hover{filter:alpha(opacity=60); -moz-opacity:0.6; -khtml-opacity: 0.6; opacity: 0.6;}


.column-title {
	margin-bottom: 50px;
	color: #333;
	font-size: 28px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.column-title.bt2 {
	color: #fff;
}

.column-title .title {
	color: #333;
}

.column-title.bt2 .title {
	color: #fff;
}

.column-title .title span {
	height: 1px;
	vertical-align: middle;
	width: 130px;
	display: inline-block;
	background: #333;
	margin-left: 10px;
}

.column-title.bt2 .title span {
	background: #fff;
}

.column-title .titleen {
	color: #ddd;
	font-size: 32px;
	text-transform: uppercase;
	position: relative;
	font-weight: bold;
}

.column-title.bt2 .titleen {
	color: #fff;
}

.column-title .titleen::before {
	content: '';
	position: absolute;
	left: -40px;
	top: 50%;
	margin-top: -40px;
	width: 80px;
	height: 80px;
	background: #157a33;
	border-radius: 100%;
	opacity: 0.12;
}

.column-title.bt2 .titleen::before {
	background: #fff;
}


.column-title .right {
	text-align: right;
	font-size: 16px;
}

.column-title a {
	color: #fff;
	display:inline-block;
	background:#000;
	border-radius:10px;
	padding:8px 12px;
	text-align:center;
	font-size: 14px;
}

.column-title.bt2 a {
	color: #fff;
}

.column-title .info {
	opacity: 0.8;
	margin-top: 10px;
	text-transform: uppercase;
}

/**分栏图片**/
.fenlan-pic {
	display: block;
	width: 100%;
	position: relative;
}

.fenlan-pic>img {
	display: block;
	width: 100%;
}


.guanggao {
	position: relative;
	height: 151px;
	background: url(../img/fenlan-bg.jpg) no-repeat top center;
}

.guanggao .container {
	position: absolute;
	left: 50%;
	margin-left: -600px;
	bottom: 0;
	z-index: 3;
}

.guanggao .container .left {
	position: absolute;
	bottom: 0;
	z-index: 3;
	left: 0;
	display: flex;
}

.guanggao .container .left img {
	display: block;
	height: 200px;
	margin-right: 40px;
}

.guanggao .container .left>div {
	color: #fff;
	padding-top: 85px;
}

.guanggao .container .left>div .title {
	font-size: 30px;
	margin-bottom: 10px;
}

.guanggao .container .left>div .info {
	font-size: 20px;
}

.guanggao .container .right {
	position: absolute;
	bottom: 30px;
	z-index: 3;
	left: 850px;
	color: #fff;
}

.guanggao .container .right>div {}

.guanggao .container .right>div .title {
	font-size: 16px;
	margin-bottom: 5px;
	padding-left: 24px;
	background: url(../img/icon67.png) no-repeat left center / auto 80%;
}

.guanggao .container .right>div .info {
	font-family: 'num2';
	font-size: 26px;
	line-height: 1.2em;
}

.guanggao .container .right>div .info em {
	font-style: normal;
	font-size: 20px;
	display: inline-block;
	vertical-align: bottom;
}

/* item列表 分栏 */
.item2 {}

.item2 .item {
	float: left;
	width: 49%;
	margin-top: 2%;
	margin-right: 2%;
}

.item2 .item:nth-child(1),
.item2 .item:nth-child(2) {
	margin-top: 0%;
}

.item2 .item:nth-child(2n) {
	margin-right: 0;
}

.item3 {}

.item3 .item {
	float: left;
	width: 32%;
	margin-top: 4%;
	margin-right: 2%;
}

.item3 .item:nth-child(1),
.item3 .item:nth-child(2),
.item3 .item:nth-child(3) {
	margin-top: 0% !important;
}

.item3 .item:nth-child(3n) {
	margin-right: 0;
}

.item4 {}

.item4 .item {
	float: left;
	width: 23.5%;
	margin-top: 2%;
	margin-right: 2%;
}

.item4 .item:nth-child(1),
.item4 .item:nth-child(2),
.item4 .item:nth-child(3),
.item4 .item:nth-child(4) {
	margin-top: 0%;
}

.item4 .item:nth-child(4n) {
	margin-right: 0;
}


.item5 {}

.item5 .item {
	float: left;
	width: 18.4%;
	margin-top: 2%;
	margin-right: 2%;
}

.item5 .item:nth-child(1),
.item5 .item:nth-child(2),
.item5 .item:nth-child(3),
.item5 .item:nth-child(4),
.item5 .item:nth-child(5) {
	margin-top: 0%;
}

.item5 .item:nth-child(5n) {
	margin-right: 0;
}



/***瀑布流***/
#PBL_box {
	padding-left: 0;
	margin-top: 0;
}

#PBL_box .PBL_list {
	margin-bottom: 20px;
	float: left;
}

#PBL_box .PBL_list img {
	max-width: 100%
}


/***分页***/
.page {
	display: block;
	text-align: center;
	margin: 1.5em auto 0;
	font-size: 20px;
	line-height: 2em;
	/* padding-top: 1.5em; */
	/* border-top: dashed 1px #ccc; */
}

.page>* {
	display: inline-block;
	color: #666 !important;
	font-size: 16px !important;
	margin-bottom: 0px !important;
}

.page a {
	display: block;
	line-height: 2.5em;
	padding: 0 1em;
	color: #666;
	text-decoration: none;
	background: #ededed;
	/* background: #fff; */
	transition: 0.5s;
}

.page li>span {
	line-height: 2.5em;
	display: inline-block;
	background: #ededed;
	padding: 0 1.2em;
}

.page li strong {
	display: inline-block;
	margin: 0 5px 0px;
}


.page .thisclass a,
.shousuo-page .thisclass a,
.shousuo-page ul li a:hover,
.page li a:hover {
	color: #fff !important;
	background: #CE012F !important;
}





/* 上一页 下一页 */
.prenext {
	margin-top: 60px;
	font-size: 16px;
	line-height: 2em;
	text-align: left;
	padding: 15px 20px;
	color: #666;
	border: solid 1px #ececec;
	/* border: dashed 1px #fff; */
}

.prenext a {
	color: #CE012F;
	/* color: #fff; */
}

.prenext a:hover {
	/* color: #01a1e9; */
	text-decoration: underline;
}

/* 内页搜索 */
.index-hot-key {
	background: #0874c3;

}

.index-hot-key .hot-shousuo {
	float: left;
	font-size: 14px;
	color: #fff;
	width: 60%;
	line-height: 60px;
	padding-left: 30px;
	background: url(../img/icon/icon33.png) no-repeat left center;
}

.index-hot-key .hot-shousuo .bt {
	font-size: 14px;
	font-weight: bold;
	float: left;
}

.index-hot-key .hot-shousuo .bt span {
	font-family: en;
	letter-spacing: 1px;
	margin-right: 5px;
}

.index-hot-key .hot-shousuo-list {
	float: left;
}

.index-hot-key .hot-shousuo-list a {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	color: #fff;
	transition: 0.5s;
	opacity: 0.7;
}

.index-hot-key .hot-shousuo-list a:hover {
	opacity: 1;
	text-decoration: underline;
}

.index-hot-key .search-box {
	float: right;
	padding-top: 10px;
}

.index-hot-key .search-box .search-text {
	background: #fff;
	line-height: 40px;
	border: none;
	height: 40px;
	padding: 0 15px;
	width: 260px;
	font-size: 12px;
	color: #999;
	display: inline-block;
	vertical-align: top;
}

.index-hot-key .search-box .search-btn {
	font-size: 15px;
	border: none;
	height: 40px;
	width: 91px;
	display: inline-block;
	vertical-align: top;
	background: #01a1e9 url(../img/icon/icon31.png) no-repeat 10px center / auto 45%;
	color: #fff;
	cursor: pointer;
	padding-left: 18px;
}

/**内页搜索**/

.ny-shoushuo-box {
	display: block;
	text-align: center;
}

.ny-shoushuo-box form {
	display: inline-block;
	width: auto;
}

.ny-shoushuo-box .search-text {
	line-height: 35px;
	border: solid 1px #01a1e9;
	padding: 0 10px;
	color: #666;
	font-size: 14px;
	width: 300px;
}

.ny-shoushuo-box .search-btn {
	text-align: left;
	padding: 0 20px 0 40px;
	line-height: 37px;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	background: #01a1e9 url(../img/search-btn.bg.png) no-repeat 11px center / 16px auto;
}


.shousuo-list {}


.shousuo-list li:first-child {
	margin-top: 0px;
	padding-top: 0px;
	border-top: none;
}

.shousuo-list li {
	font-size: 16px;
	margin-top: 20px;
	padding-top: 20px;
	border-top: dashed 1px #ccc;
	color: #333;
}

.shousuo-list li .shousuo-title {}

.shousuo-list li .shousuo-info {
	font-size: 14px;
	line-height: 1.75em;
	opacity: 0.6;
	margin: 10px 0;
}

.shousuo-list li .shousuo-url {
	font-size: 14px;
	color: #666;
}

.shousuo-list li .shousuo-url>span {
	margin-right: 10px;
}

.shousuo-list li .shousuo-url a {
	margin-right: 10px;
}

.shousuo-list li .shousuo-url .time {
	color: #f50;
}




/* 搜索分页 */
.shousuo-page {
	margin: 2em auto 0;
}

.shousuo-page ul {
	text-align: center;
	font-size: 0;
}

.shousuo-page ul li {
	display: inline-block;
	color: #666 !important;
	font-size: 14px !important;
	margin: 0 2px;
}

.shousuo-page ul li a {
	display: block;
	line-height: 2.5em;
	padding: 0 1em;
	color: #666;
	text-decoration: none;
	background: #ededed;
}

.shousuo-page input {
	display: none;
}


/***更多按钮***/
.index-more1 {
	/* color: #333; */
	color: #fff;
	line-height: 3em;
	height: 3em;
	/* background: #fff url(../img/icon/icon18.png) no-repeat 10% center / 15px; */
	background: #01a1e9 url(../img/icon/icon17.png) no-repeat 10% center / 1em;
	font-size: 16px;
	letter-spacing: 3px;
	text-align: center;
	transition: 0.5s;
	width: 300px;
	display: block;
	margin: 30px auto 0;
}

.index-more1.hover,
.index-more1:hover {
	color: #fff;
	/* background: #0874c3 url(../img/icon/icon19.png) no-repeat 13% center/ 15px; */

	background-position: 13% center;
}


.index-more2 {
	color: #01a1e9;
	border: solid 1px #01a1e9;
	border-radius: 4px;
	line-height: 2.2em;
	display: b;
	background: #fff;
	width: auto;
	padding: 0 15px;
	margin: 0 auto;
	text-align: center;
	transition: 0.3s;

}

.index-more2:hover {
	background: #01a1e9;
	color: #fff;
	transition: 0.5s;
}

/* tab切换 */
.tab-box {
	display: none;
}

/* tab2切换 */
.tab-box2 {
	transition: 0.5s;
	width: 100%;
	height: 0;
	position: relative;
	float: left;
	left: 0;
	top: 0;
	overflow: hidden;
}



/* 浮动窗 */

.fudong-box {
	position: fixed;
	bottom: -78px;
	right: 0px;
	z-index: 99999999999;
	transition: 0.5s;
	font-weight: normal;
}

.fudong-box ul li:first-child {}

.fudong-box ul li {
	width: 78px;
	height: 78px;
	margin-top: 1px;
	border-top: none;
	background-color: #ededed;
	transition: 0.3s;
	position: relative;
	z-index: 99999999998;
}

.fudong-box ul li:hover a {
	background-color: #CE012F;
	transition: 0.5s;
}

.fudong-box ul li.gotop a {
	background-color: #2b2b2b;
}

.fudong-box ul li.gotop img {
	opacity: 1 !important;
}

.fudong-box ul li a {
	display: block;
	padding-top: 15px;
	position: relative;
	z-index: 99999999997;
	/* background-color: #fff; */
}

.fudong-box ul li a>img {
	height: 25px;
	display: block;
	margin: 0px auto;
	opacity: 1.0;
	transition: 0.3s;
}

.fudong-box ul li:hover a>img {
	opacity: 0.0;
	transition: 0.3s;
}

.fudong-box ul li a>p {
	font-size: 14px;
	color: #666;
	text-align: center;
	line-height: 38px;
	transition: 0.3s;
}

.fudong-box ul li>div {
	position: absolute;
	top: 0px;
	right: 80px;
	width: 0;
	overflow: hidden;
	transition: 0.3s;
	background: #CE012F;
	z-index: 99999999;
	opacity: 0.0;
	min-height: 78px;
	/* border: solid 1px #ccc; */
	right: -500px;
}

.fudong-box ul li:hover a>p {
	transition: 0.5s;
	color: #fff;
}

.fudong-box ul li.fudong-qq a {
	background-image: url(../img/icon/fudong-iocn-QQ-2.png);
	background-position: center 15px;
	background-repeat: no-repeat;
	background-size: auto 25px;
}

.fudong-box ul li.fudong-wx a {
	background-image: url(../img/icon/fudong-iocn-erweima-2.png);
	background-position: center 15px;
	background-repeat: no-repeat;
	background-size: auto 25px;
}

.fudong-box ul li.fudong-wx div {
	font-size: 0;
	padding: 5px;
	width: max-content;
}

.fudong-box ul li.fudong-wx div img {
	display: inline-block;
	width: 130px;
	padding: 10px;
	vertical-align: middle;
}


.fudong-box ul li.fudong-tell a {
	background-image: url(../img/icon/fudong-iocn-tell-2.png);
	background-position: center 15px;
	background-repeat: no-repeat;
	background-size: auto 25px;
}


.fudong-box ul li.fudong-tell div {
	font-size: 22px;
	font-family: num2;
	transition: 0.3s;
	padding: 15px 20px;
	height: auto;
	width: max-content;
}


.fudong-box ul li.fudong-tell div p {
	line-height: 1.1em;
	letter-spacing: 1px;
	color: #fff;
	text-align: left;
	line-height: 2em;
}

.fudong-box ul li.fudong-liuyan a {
	background-image: url(../img/icon/fudong-iocn-ly-2.png);
	background-position: center 15px;
	background-repeat: no-repeat;
	background-size: auto 25px;
}


.fudong-box ul li:hover>div {
	opacity: 1.0;
	right: 79px;
	transition: 0.5s;
	border-right: none;
}

/* 浮动窗2 */

/*侧栏联系方式*/
.slidebar {
	background: #fa6e39;
	position: fixed;
	top: 42%;
	right: 30px;
	z-index: 10000;
	border-radius: 12px 12px 12px 12px;
	height: 160px;
}

.contacts li {
	border-bottom: solid 1px #E6E4E4;
	height: 45px;
	line-height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.contacts li:nth-child(1) a {
	display: block;
	width: 140px;
	height: 40px;
	line-height: 40px;
	background: #fa6e39;
	border-radius: 6px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}

.contacts li.kf a {
	display: block;
	width: 130px;
	background: url(../img/shopnc.png)no-repeat center 0;
	text-align: left;
	height: 22px;
}

.contacts li img {
	width: 130px;
	height: 130px;
}

.contacts li.wx {
	height: 150px;
	border: none;
}

.contacts ul {
	margin-bottom: 0;
}

.slidebar .button {
	width: 36px;
	float: left;
	position: relative;
	z-index: 1;
	margin-top: 10px;
	height: 181px;
}

.slidebar .button a {
	font-style: 0;
	text-indent: -999em;
	display: block;
}

.floatR {
	float: left;
	overflow: hidden;
	width: 170px;
	border: 5px solid #fa6e39;
	border-radius: 12px;
}

.contacts {
	background: #F7F7F7;
	border-radius: 6px;
	text-align: center;
	padding: 10px;
}

.contacts h4 {
	height: 45px;
	font-size: 22px;
	font-family: num2;
	line-height: 45px;
	font-weight: 600;
}

.contacts p {
	color: #333;
}

.btnOpen,
.btnCtn {
	position: relative;
	z-index: 9;
	background: url(../img/shopnc.png)no-repeat;
	display: block;
	height: 146px;
	padding: 8px;
}

.btnCtn {
	background-position: 10px -143px;
}

.btnOpen {
	background-position: -41px -143px;
}


/* 友情链接 */
.index-link1 {
	padding: 25px 0 0;
	border-top: solid 1px #ccc;
}

.index-link1 .container {
	display: flex;
	justify-content: space-between;
}

.index-link1-left {}

.index-link1 .index-link1-left .titleen {
	font-family: en2;
	color: #666;
	font-size: 34px;
	text-transform: uppercase;
	line-height: 1em;
}

.index-link1 .index-link1-left .title {
	color: #157a33;
	line-height: 1em;
	font-size: 16px;
}

.index-link1 .index-link1-list {
	width: 89.5%;
	font-size: 0;
	width: calc(100% - 120px);
}

.index-link1 .index-link1-list a {
	color: #333;
	font-size: 14px;
	display: inline-block;
	line-height: 2.2em;
	margin-right: 15px;
	opacity: 0.7;
	transition: 0.5s;
}

.index-link1 .index-link1-list a:hover {
	opacity: 1;
	color: #000;
	text-decoration: underline;
}

.g_ft{padding:60px 0 0px;background:#222;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;color:#cecece;height:60px;
min-height:60px;
height:auto!important;
overflow:hidden;}
.g_ft p{line-height:28px;margin-top:10px;}
        .g_ft .m_ftlogo{float:left;width:360px;}
        .g_ft .ftlogo{width:320px;}
        .g_ft .ftlogo img{width:100%;display: block;transition: all 0.3s linear 0s;}
        .g_ft .ftlogo:hover img{transform: scale(1.03);}
        .g_ft .ftlogo em{font-size: 14px;color: #9c9c9c;font-weight: bold;}
        .g_ft .m_fnav{float:left;border-left:1px #434343 solid;padding:0 50px;border-right:1px #434343 solid;width:280px;}
        .g_ft h2{height:42px;line-height: 42px;position: relative;font-size: 16px;color: #cecece;margin-bottom: 15px;}
        .g_ft h2:before{content: "";position: absolute;width: 16px;height: 2px;background: #919191;left:0;bottom: 0;}
        .g_ft .m_fnav a{color:#cecece;line-height:40px;font-size: 14px; font-weight: normal;display: inline-block;width:48%;text-align: center;}
        .g_ft .m_fnav a:hover{color: #fff;}
        .g_ft .f_ftcon{float: left;width:412px;padding-left:40px;}
        .g_ft .f_ftcon li{font-size: 14px;color: #cecece;line-height: 32px;}
        .g_ft .m_code{float: right;}
        .g_ft .codelst li{width: 105px;margin-right: 9px;float: left;}
        .g_ft .codelst li img{width: 105px;height: 105px;display: block;}
        .g_ft .codelst li:nth-child(2){margin-right: 0;}
        .g_ft .codelst li p{text-align: center;}
.g_link{border-top:1px #434343 solid;margin-top:20px;line-height:60px;}
.g_link a{color:#FFFFCC}
/*底部*/
.footer-class-1 {
	min-width: 1200px;
	background: url(../img/footer-bg.jpg) no-repeat top center;
	background: #01a1e9;
}

.footer-class-1 a {
	color: #fff;
	opacity: 0.8;
}

.footer-class-1 a:hover {
	opacity: 1;
}

.footer-class-1-nav {
	font-size: 0;
	text-align: center;
	border-bottom: solid 1px #fafafa;
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
}

.footer-class-1-nav li:first-child {
	margin-left: 0;
}

.footer-class-1-nav li {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 4.5em;
}

.footer-class-1-bt {
	font-size: 20px;
	color: #fff;
	text-align: left;
	margin-bottom: 20px;
	width: 100%;
}

.footer-class-1-cont {
	position: relative;
}

.footer-class-1-cont .line1 {
	position: absolute;
	width: 1px;
	height: 100%;
	border-left: #fafafa solid 1px;
	top: 0;
	left: 33%;
}

.footer-class-1-cont .line2 {
	position: absolute;
	width: 1px;
	height: 100%;
	border-left: #fafafa solid 1px;
	top: 0;
	left: 80%;
}

.footer-class-1-cont .footer-gsjj {
	float: left;
	font-size: 14px;
	color: #fff;
	line-height: 2em;
	width: 330px;
}

.footer-class-1-cont .footer-lxfs {
	float: left;
	width: 400px;
	margin-left: 150px;
	font-size: 14px;
	color: #fff;
	line-height: 2em;
}

.footer-class-1-cont .footer-lxfs span {
	display: inline-block;
	min-height: 1px;
	width: 5em;
}




.footer-class-1-cont .wx-pic {
	float: right;
}

.footer-class-1-cont .wx-pic img {
	width: 120px;
	margin-bottom: 10px;
	padding: 10px;
}

.footer-class-1-cont .wx-pic img:first-child {
	margin-right: 10px;
}

.footer-class-1-cont .wx-pic span {
	color: #fff;
	opacity: 0.7;
	font-size: 14px;
	display: block;
	text-align: center;
}

.wx-pic img {
	display: block;
	width: 100%;
	padding: 15px;
	margin-bottom: 10px;
	background: url(../img/wx-bg.png) no-repeat 0 0 / 100%;
}



.footer-class-1-banquan {
	border-top: solid 1px #fafafa;
	font-size: 14px;
	line-height: 4em;
	margin-top: 50px;
	color: #fff;
	text-align: center;
}



/* 底部2 */
.footer-class-2 {
	background: #0874c3 url(../img/footer-bg.jpg) no-repeat top center;
	padding-top: 100px;
	font-size: 16px;
	color: #fff;
}

.footer-class-2 a {
	color: #fff;
	opacity: 0.8;
}

.footer-class-2 a:hover {
	opacity: 1;
}

.footer-class-2-bt {
	font-size: 20px;
	color: #fff;
	margin-bottom: 20px;
}

.footer-class-2-cont {
	margin-bottom: 70px;
}

.footer-class-2-cont .footer-gsjj {
	float: left;
}

.footer-class-2-cont .footer-gsjj img {
	display: block;
	margin-bottom: 20px;
}

.footer-class-2-cont .footer-gsjj .tell {
	font-size: 36px;
	color: #fff;
	font-family: num2;
}

.footer-class-2-cont .footer-gsjj .tell span {
	display: block;
	font-size: 16px;
	font-family: '微软雅黑';
}

.footer-class-2-nav-box {
	float: left;
	margin-left: 130px;
	width: 220px;
}

.footer-class-2-nav {
	font-size: 0;
}

.footer-class-2-nav li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	font-size: 16px;
}

.footer-class-2-nav a {
	line-height: 2em;
}

.footer-class-2-lxfs {
	float: left;
	margin-left: 100px;

}

.footer-class-2-lxfs .info {
	line-height: 2em;
}

.footer-class-2-cont .wx-pic {
	float: right;
	text-align: right;
}

.footer-class-2-cont .wx-pic img {
	width: 110px;
	padding: 10px;
}

.footer-class-2-banquan {
	text-align: center;
	font-size: 14px;
	line-height: 60px;
	border-top: solid 1px rgba(255, 255, 255, 0.3);
}

/* 底部3 */
.footer-class-3 {
	background: #0874c3 url(../img/footer-bg.png) no-repeat center bottom;
	color: #fafafa;
	font-size: 14px;
	padding-top: 70px;
}

.footer-class-3 a {
	color: #fff;
	opacity: 0.7;
}

.footer-class-3 a:hover {
	opacity: 1;
}

.footer-class-3 .footer-class-bt {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-class-3 .footer-class-nav-box {
	float: left;
	width: 570px;
}

.footer-class-3 .footer-class-nav-box .footer-class-nav-item {
	float: left;
	margin-left: 50px;
}

.footer-class-3 .footer-class-nav-box .footer-class-nav-item:first-child {
	margin: 0;
}

.footer-class-3 .footer-class-nav {}

.footer-class-3 .footer-class-nav li {
	font-size: 14px;
	line-height: 2em;
}

.footer-class-3 .footer-class-nav li a {}

.footer-class-3 .footer-class-lxfs {
	float: left;
}

.footer-class-3 .footer-class-lxfs .info {
	line-height: 2em;
}

.footer-class-3 .footer-class-lxfs .info span {
	display: inline-block;
	vertical-align: middle;
	min-height: 1em;
	width: 5em;
}

.footer-class-3 .footer-class-fangchan {
	margin-left: 100px;
	float: left;
}

.footer-class-3 .footer-class-fangchan .info {}

.footer-class-3 .footer-class-fangchan .info a {
	display: block;
	line-height: 2em;
}

.footer-class-3 .wx-pic {
	float: right;
}

.footer-class-3 .wx-pic img {
	width: 120px;
	padding: 10px;
}

.footer-class-3 .footer-class-banquan {
	text-align: center;
	font-size: 14px;
	line-height: 3.5em;
	margin-top: 50px;
	border-top: solid 1px rgba(255, 255, 255, 0.2);
}

/* 底部4 */
.footer-class-4 {
	background: #222222;
	color: #fff;
	font-size: 16px;
	padding: 60px 0 30px;
}

.footer-class-4 a {
	color: #fff;
	opacity: 0.7;
}

.footer-class-4 a:hover {
	opacity: 1;
}

.footer-class-4 .footer-class-nav-box {
	margin-bottom: 35px;
	padding-bottom: 25px;
	border-bottom: #555 1px solid;
}

.footer-class-4 .footer-class-nav-bt {
	font-size: 16px;
	color: #fff;
	height: 40px;
	float: left;
}

.footer-class-4 .footer-class-nav-bt span {
	display: block;
	font-family: en2;
	letter-spacing: 1px;
	opacity: 0.3;
}

.footer-class-4 .footer-class-nav {
	float: right;
	width: 900px;
	display: flex;
	justify-content: space-between;
}

.footer-class-4 .footer-class-nav li {
	margin-top: 20px;
	font-size: 14px;
	line-height: 20px;
}

.footer-class-4 .footer-class-cont {
	font-size: 13px;
	color: #999;
}

.footer-class-4 .footer-class-cont .bt {
	font-size: 16px;
	line-height: 1.5em;
	height: 1.5em;
	margin-bottom: 15px;
	color: #fff;
}


.footer-class-4 .footer-class-cont .footer-class-logo {
	float: left;
	width: 200px;
}

.footer-class-4 .footer-class-cont .footer-class-logo img {
	display: block;
	width: 100%;
}

.footer-class-4 .footer-class-cont .footer-class-lxfs {
	float: left;
	margin-left: 100px;
}

.footer-class-4 .footer-class-cont .footer-class-lxfs .info {
	margin-bottom: 10px;
	padding-left: 20px;
}

.footer-class-4 .footer-class-cont .footer-class-lxfs2 {}

.footer-class-4 .footer-class-cont .footer-class-lxfs .add {
	background: url(../img/icon59.png) no-repeat left center / 12px;
}

.footer-class-4 .footer-class-cont .footer-class-lxfs .web {
	background: url(../img/icon57.png) no-repeat left center / 12px;
}


.footer-class-4 .footer-class-cont .footer-class-lxfs2 .mail {
	background: url(../img/icon58.png) no-repeat left center / 12px;
}

.footer-class-4 .footer-class-cont .footer-class-lxfs2 .tell {
	background: url(../img/icon55.png) no-repeat left center / 12px;
}

.footer-class-4 .footer-class-cont .wx-pic {
	float: right;
	width: 110px;
}

.footer-class-4 .footer-class-cont .wx-pic img {}

.footer-class-4 .footer-banquan {
	font-size: 13px;
	text-align: center;
	margin-top: 30px;
	padding-top: 15px;
	border-top: solid 1px #666;
	color: #999;
}

.footer-class-4 .footer-banquan .info {}



/* 底部5  带留言   */
.footer-class-5 {
	padding-top: 60px;
	background: #0874c3;
	font-size: 14px;
}

.footer-class-5 a {
	color: #fff;
	opacity: 0.7;
}

.footer-class-5 a:hover {
	opacity: 1;
}

.footer-icon-box {
	font-size: 0;
	border-bottom: solid 1px #376ae6;
	padding: 30px 0;
	margin-bottom: 40px;
}

.footer-icon-box .item {
	width: 300px;
	display: inline-block;
	vertical-align: top;
	font-size: 0;
}

.footer-icon-box .item img {
	width: 59px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.footer-icon-box .item .text {
	display: inline-block;
	vertical-align: middle;
	width: 230px;
	font-size: 18px;
	color: #fff;
}

.footer-icon-box .item .text .info {
	font-size: 14px;
	opacity: 0.5;
	margin-top: 3px;
}

.footer-class-5-1 {
	float: left;
	width: 780px;
	margin-right: 70px;
}

.footer-class-5-1 .item {
	float: left;
	margin-left: 75px;
}

.footer-class-5-1 .item:first-child {
	margin: 0;
}

.footer-class-5-1 .item>a {
	font-size: 16px;
	opacity: 1;
	display: block;
	margin-bottom: 10px;
}

.footer-class-5-1 .item ul li {
	font-size: 14px;
	line-height: 2.5em;
}

.footer-class-5-2 {
	float: left;
	width: 350px;
	font-size: 0;
	text-align: center;
}

.footer-class-5-2 .tell {
	margin-bottom: 30px;
	font-size: 16px;
	color: #fff;
}

.footer-class-5-2 .tell div {}

.footer-class-5-2 .tell p {
	font-size: 33px;
	font-family: num2;
}


.footer-class-5-2 .wx-pic:first-child {
	margin-right: 50px;
	text-align: center;
}

.footer-class-5-2 .wx-pic {
	text-align: right;
	display: inline-block;
	vertical-align: top;
	width: 130px;
	font-size: 16px;
}

.footer-class-5-2 .wx-pic img {
	width: 100px;
	padding: 15px;
	display: inline-block;
	vertical-align: top;
	background: url(../img/wx-bg.png) no-repeat 0 0/ 100%;
}

.footer-class-5-2 .wx-pic p {
	color: #fff;
	text-align: center;
	line-height: 3em;
}


/* footer-class-6 */
.footer-class-6 {
	background: #0874c3;
	padding-top: 70px;
	font-size: 14px;
	color: #fff;
}

.footer-class-6 a {
	color: #fff;
	opacity: 0.7;
}

.footer-class-6 a:hover {
	opacity: 1;
}

.footer-class-6-bt {
	font-size: 20px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: solid 1px #fff;
	color: #fff;
}

.footer-class-6-bt span {
	font-family: en2;
	text-transform: uppercase;
	opacity: 0.6;
}

.footer-class-6-nav {
	float: left;
	width: 360px;
}

.footer-class-6-nav ul {
	display: flex;
	flex-wrap: wrap;
}


.footer-class-6-nav ul li {
	font-size: 14px;
	width: 33%;
	margin-bottom: 25px;
}

.footer-class-6-lxfs {
	float: left;
	width: 500px;
	margin-left: 120px;
}

.footer-class-6-lxfs .info {
	display: flex;
	flex-wrap: wrap;
}

.footer-class-6-lxfs .info .item {
	width: 50%;
	font-size: 14px;
	display: block;
	margin-bottom: 25px;
}

.footer-class-6-lxfs .item:last-child {
	width: 100%;
}

.footer-class-6-wx {
	float: right;
	width: 130px;
	text-align: center;
}

.footer-class-6-wx img {
	margin-bottom: 15px;
}

.footer-class-6-banquan {
	margin-top: 50px;
	border-top: solid 1px #ccc;
	line-height: 50px;
}



/* footer-class-7 底部带动画*/
.footer-class-7 {
	position: relative;
	background: #01a1e9;
	color: #fff;
}

.footer-class-7 a {
	color: #fff;
	opacity: 0.7;
}

.footer-class-7 a:hover {
	opacity: 1;
}

.footer-class-7-bt {
	font-size: 18px;
	color: #fff;
}

.footer-bl {
	background: #fff;
	position: relative;
	height: 60px;
	width: 100%;
	overflow: hidden;
}

.footer-bl img {
	display: block;
	width: auto;
	height: 60px;
}

@keyframes gundong {
	0% {
		margin-left: 0;
	}

	100% {
		margin-left: -1920px;
	}
}


.footer-bl .bl1 {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}

.footer-bl .bl1 img {
	animation-name: gundong;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-duration: 70s;
}

.footer-bl .bl2 img {
	animation-name: gundong;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-duration: 90s;
}

.footer-bl .bl2 {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
}

.footer-class-7-icon {
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
	font-size: 16px;
	color: #fff;
	border-bottom: solid 1px rgba(255, 255, 255, 0.3);
	margin-bottom: 40px;
}

.footer-class-7-icon .item {
	width: 20%;
	text-align: center;
	border-left: solid 1px rgba(255, 255, 255, 0.3);
}

.footer-class-7-icon .item:first-child {
	border-left: none;
}

.footer-class-7-icon .pic {
	width: 40px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}

.footer-class-7-icon .pic img {
	display: block;
	width: 100%;
}

.footer-class-7-icon .text {
	display: inline-block;
	vertical-align: middle;
}

.footer-class-7-cont {}

.footer-class-7-cont .footer-nav {
	float: left;
	width: 300px;
	font-size: 14px;
	line-height: 2.5em;
}

.footer-class-7-cont .footer-nav a {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.footer-class-7-cont .footer-lxfs {
	float: left;
	width: 400px;
	margin-left: 100px;
	font-size: 14px;
	line-height: 2.5em;
}

.footer-class-7-cont .wx-pic-box {
	float: right;
}

.footer-class-7-cont .wx-pic-box .wx-pic {
	width: 110px;
	margin-top: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

.footer-class-7-cont .wx-pic-box .wx-pic img {
	padding: 10px;
}

.footer-class-7-cont .wx-pic-box p {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 2em;
	margin-top: 10px;
}

.footer-class-7-banquan {
	display: block;
	padding: 20px 0;
	text-align: center;
	border-top: solid 1px rgba(255, 255, 255, 0.3);
	color: #fff;
	margin-top: 40px;
}

/* 内页筛选 */
.saixuan-box {}

.saixuan-box .saixuan-bt {
	border-bottom: solid 1px #01a1e9;
}

.saixuan-box .saixuan-bt-name {
	background: #01a1e9;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	float: left;
	line-height: 40px;
	padding: 0 15px;
	border-radius: 3px 3px 0 0;
}

.saixuan-box .saixuan-tell {
	float: left;
	font-size: 16px;
	color: #333;
	line-height: 38px;
	margin-left: 30px;
}

.saixuan-box .location {
	line-height: 38px;
}

.saixuan-box .saixuan-info {
	padding-top: 20px;
}

.saixuan-box .saixuan-info .saixuan-info-bt {
	font-size: 14px;
	line-height: 30px;
	color: #333;
	width: 60px;
	font-weight: normal;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;

}

.saixuan-box .saixuan-info hr {
	clear: both;
	height: 5px;
}

.saixuan-box .saixuan-info .saixuan-info-info {
	float: left;
	width: 1100px;
	font-size: 0;
}

.saixuan-box .saixuan-info span {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 28px;
	background: #01a1e9;
	color: #fff;
	padding: 0 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-radius: 3px;
}

.saixuan-box .saixuan-info a {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 28px;
	color: #999;
	border-radius: 3px;
	background: #f9f9f9;
	padding: 0 15px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.saixuan-box .saixuan-info a:hover {
	color: #01a1e9;
}




.footer-fenlan {
	background: url(../img/footer-fenlan.jpg) no-repeat top center;
	padding: 100px 0;
	height: 200px;
}

.footer-fenlan .text {
	font-size: 30px;
	color: #fff;
	line-height: 2em;
	font-weight: lighter;
	text-align: center;
}


.footer-fenlan .text a {
	margin-top: 30px;
	display: inline-block;
	font-size: 16px;
	line-height: 2.7em;
	width: 200px;
	border: solid 1px #fff;
	color: #fff;
	border-radius: 2.7em;
}




/* 自适应宽度布局 */

.media-container {
	position: relative;
	width: auto;
	transition: 0.5s;
	min-width: 1160px;
}

@media screen and (min-width: 1701px) {
	.media-container {
		margin: 0 5%;
	}

}

@media screen and (max-width: 1700px) {
	.media-container {
		margin: 0 4%;
	}

}

@media screen and (max-width: 1500px) {
	.media-container {
		margin: 0 4%;
	}

}

@media screen and (max-width: 1400px) {
	.media-container {
		margin: 0 3%;
	}

	.top-nav-class-1>li {
		font-size: 16px;
		margin-left: 10px;
	}
}


@media screen and (max-width: 1200px) {
	.media-container {
		margin: 0 20px;
	}
}





/* 更新 */
/* 留言领取 */
.index-zxly-box {
	background: #fff;
}

.index-zxly {
	border: solid 1px #1d75cf;
}

.index-zxly-pic {
	float: left;
	width: 320px;
}

.index-zxly-pic img {
	display: block;
	width: 100%;
}

.index-zxly .lxfs {
	float: left;
	margin-top: 30px;
	margin-left: 30px;
	width: 320px;
}

.index-zxly .lxfs .bt {
	font-size: 28px;
	color: #333;
}

.index-zxly .lxfs .info {
	margin: 15px 0;
	border-top: dashed 1px #ccc;
	border-bottom: dashed 1px #ccc;
	padding: 15px 0;
}

.index-zxly .lxfs .info p:first-child {
	margin: 0;
}

.index-zxly .lxfs .info p {
	margin-top: 10px;
	color: #333;
	font-size: 0;
}

.index-zxly .lxfs .info p span {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	width: 80px;
	line-height: 1.7em;
}

.index-zxly .lxfs .info p span.cont {
	width: 240px;
}

.index-zxly .wx {
	border: solid 1px #ccc;
	margin-top: 25px;
	padding: 6px;
}

.index-zxly .wx img {
	float: left;
	width: 140px;
	display: block;
}

.index-zxly .wx p {
	float: right;
	padding: 25px 25px 0 0;
	font-size: 24px;
	line-height: 1.7em;
	text-align: right;
}

.index-zxly .zxly {
	float: right;
	width: 480px;
	padding: 30px 30px 0 0;
}

.index-zxly .zxly .message-box {}

.index-zxly .zxly .message-box .item:first-child {
	margin: 0;
}

.index-zxly .zxly .message-box .item {
	margin-top: 15px;
	font-size: 0;
}

.index-zxly .zxly .message-box .item .bt {
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	width: 50px;
	display: inline-block;
	vertical-align: top;
	min-height: 1px;
}

.index-zxly .zxly .message-box .item .input-text {
	display: inline-block;
	vertical-align: top;
	width: 400px;
	font-size: 16px;
	color: #999;
	line-height: 40px;
	height: 38px;
	line-height: 40px;
	border: solid 1px #ccc;
	padding: 0 10px;
}

.index-zxly .zxly .message-box .item textarea.input-text:focus {
	outline: none;
}

.index-zxly .zxly .message-box .item textarea.input-text {
	padding: 5px 10px;
	line-height: 1.5em;
	height: 6em;
	resize: none;
}

.index-zxly .zxly .message-box .item .coolbg {
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	width: 6em;
	margin-right: 10px;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	background: #01a1e9;
}

.index-zxly .zxly .message-box .item .tijiao {
	background: red;
}



/* 弹出窗 */
.tanchuan {
	display: none;
	position: fixed;
	z-index: 999999999;
	width: 100%;
	height: 100%;
	text-align: center;
	left: 0;
	top: 0%;
	background: rgba(0, 0, 0, 0.8);
}

.tanchuan .box {
	display: block;
	text-align: center;
	position: relative;
	width: 100%;
	padding-top: 300px;
	height: 100%;
}


.tanchuan .box img {
	display: block;
	margin: 0 auto 15px;
	padding: 15px;
	background: url(../img/wx-bg.png) no-repeat 0 0 / 100%;
}

.tanchuan .box p {
	font-size: 26px;
	line-height: 2em;
	text-align: center;
	color: #fff;
}
/* 底部信息*/
.footjc{background:#333; padding:0 0 25px 0;}
.footjczt{overflow: hidden;}
.footnav{ border-bottom:1px solid #434343; padding:20px 1%;overflow: hidden; margin-bottom:15px;text-align: center;}
.footnav a{color:#fff;display:inline-block;float: left;font-size:16px;width:14%;}
.footnav a:hover{ color:rgba(255,255,255,.8);}

.footer-col{ float:left;width:20%;}
.footer-col .col-title{ color: #ccc; font-size:16px; line-height: 2;text-align:center;margin-top:25px;}
.footer-col .product-link-list{ padding-top:10px;text-align:center;}
.footer-col .product-link-list a{ line-height: 32px; color:#7a7e7f;display:block;font-size:15px;}

.footr{float:right;width:69%;}
.footjczt ul{width:70%;}
.footjczt ul li{ width:50%; float:left; color:#9a9a9a; margin-top:25px; min-height:48px;}
.footjczt ul li span{padding-left:55px; font-size:14px;color:#7A7E7F;}
.footjczt ul li p{padding-left:55px;font-size: 16px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;margin-top:5px;}
.footjczt ul li:nth-of-type(1){background:url(../img/footico1.png) left top no-repeat;}
.footjczt ul li:nth-of-type(2){background:url(../img/footico2.png) left top no-repeat;}
.footjczt ul li:nth-of-type(3){background:url(../img/footico3.png) left top no-repeat;}
.footjczt ul li:nth-of-type(4){background:url(../img/footico4.png) left top no-repeat;}
.footjczt .fr{ margin-top:25px;}
.footjczt .fr img{width:108px;}
.footjczt dl dt{}
.footjczt dl dt p{color: #a0a0a0;}
.footjczt dl dt p{ line-height:35px;text-align:center;}
.footjczt .footjbxx{ margin-top:5px;}
.footjczt .footjbxx,.footjczt .footjbxx .Ft_Copy a, .footjczt .footjbxx .Ft_Supp a{color:#a0a0a0;}
.footjczt .footjbxx .Ft_Supp { line-height:30px;font-size:14px;}
.footjczt .footjbxx .Ft_Copy a:hover, .footjczt .footjbxx .Ft_Supp a:hover { color:#fff;}
.footjczt .footjbxx .Ft_Copy { width:68.3%; float:left;}
.footjczt .footjbxx .Ft_Supp { width:31.7%; float:right; text-align:right;}

/*友情链接*/
.indlink{background:#19191c;overflow:hidden;}
.indlink img{ margin-top:-3px;}
.indlink .linkt{ color:#fff; font-size:15px;background:#484848; border-radius: 0 0 10px 10px; width:120px; height:40px; line-height:40px; display:block; text-align:center;}
.indlink .Lk_list{line-height:50px;}
.indlink .Lk_list a{ color:#a0a0a0; line-height:30px;padding: 0 10px;}
.indlink .Lk_list a:hover{color:#fff;}

/*浮动客服*/
.toolbar{position: fixed;top: 85%;right: 1%;margin-top: -163px;z-index: 100;width: 80px;}
.toolbar dd{position: relative;float: left;width: 80px;height: 80px;background: #666;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(../img/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: #E3232F;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 #E3232F;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: #E3232F;opacity: 0;transition: all .5s;}
.toolbar dd.code .box img{width: 140px;height: 140px;margin:11px;}
.toolbar dd.code .box:after{display: block;content: " ";border-style: solid dashed dashed dashed;border-color: transparent  transparent transparent #E3232F;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;}