@charset "utf-8";

@font-face {
	font-family: 'OPENSANS';
	src: url('OPENSANS-REGULAR_0.TTF');
	font-weight: normal;
	font-style: normal;
}

html,
body,
div,
p,
ul,
li,
ol,
dl,
dt,
dd,
form,
input,
textarea,
table,
tr,
td,
img,
a,
span,
em,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-style: normal;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

html,
body {
	width: 100%;
	height: 100%;
}

body {
	font-family: 'OPENSANS', "微软雅黑", arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: .75em;
	overflow-x: hidden;
	color: #333;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
select,
option,
textarea {
	border: none;
	outline: none;
	font-family: 'OPENSANS';
}

img {
	border: none;
}

a,
a:hover,
a:active,
a:visited,
a:link {
	text-decoration: none;
	outline: 0;
}

ul li {
	margin: 0;
}

ul,
li {
	list-style: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	overflow: hidden;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
	clear: both;
}

.none {
	display: none;
}

.block {
	display: block;
}

.w {
	width: 1400px;
	margin: 0 auto;
}

.ellipsis {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.ellipsis-2 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ellipsis-3 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.ellipsis-4 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.ellipsis-5 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.ellipsis-11 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 11;
	-webkit-box-orient: vertical;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #999999;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999999;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999999;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #999999;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	-webkit-appearance: none;
}

.h {
	height: 110px;
}

/*========================================header=====================================*/

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999;
	transition: all 0.8s;
	width: 100%;
	background: #fff;
	height: 110px;
}

header.fixed {
	-moz-box-shadow: 3px 5px 10px #dedede;
	-webkit-box-shadow: 3px 5px 10px #dedede;
	box-shadow: 3px 5px 10px #dedede;
}

header .logo {
	float: left;
	padding: 19.5px 0;
}

header .logo a {
	display: block;
	font-size: 0;
}

header .logo img {
	display: block;
}

header .brand {
	font-size: 24px;

	float: left;
	line-height: 45px;
	border-left: 1px solid #dbdbdb;
	margin-left: 17px;
	padding-left: 25px;
	margin-top: 33px;
	margin-right: 40px;
}

nav {
	position: relative;
	z-index: 9999;
	float: left;
}

nav>ul>li {
	float: left;
	position: relative;
	line-height: 110px;
}

nav>ul>li>a {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #333333;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	padding: 0 13px;
}

nav>ul>li.on,
nav>ul>li:hover {
	background-color: #db2620;
}

nav>ul>li.on>a,
nav>ul>li:hover a {
	color: #FFFFFF;
}

/* 手机导航 */
.phone_head {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 999999;
	height: 55px;
	line-height: 55px;
	-moz-box-shadow: 0px 5px 10px #efefef;
	-webkit-box-shadow: 0px 5px 10px #efefef;
	box-shadow: 0px 5px 10px #efefef;
}

.phone_head .logo {
	width: 60%;
	font-size: 0;
}

.phone_head .logo img {
	max-width: 100%;
	height: auto;
	max-height: 40px;
	vertical-align: middle;
}

.phone_head .head_admin {
	height: auto;
	line-height: 55px;
	margin: 0;
	margin-left: 15px;
}

.phone_head .head_admin a {
	color: #1886d1;
	font-size: 12px;
}

.phone-head .menubtn>span.expand {
	vertical-align: middle;
	display: inline-block;
	height: 30px;
	width: 30px;
	background: url(../images/navbg.png) no-repeat center;
	background-size: auto 100%;
}

.phone-head .mask-close {
	background: #da251c none repeat scroll 50% 50% / auto padding-box border-box;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	position: absolute;
	top: 11px;
	right: 6%;
	height: 30px;
	line-height: 30px;
	width: 30px;
	overflow: hidden;
}

.maskbg {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
}

#menu a {
	display: block;
	width: 100%;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

#menu a:hover {
	color: #fff;
}

#menu h1 {
	font-weight: 300;
}

#menu h2 {
	font-weight: 300;
	margin: 3em 0 1em 0;
}

#menu p {
	margin: 20px 0;
}

#menu .nav {
	height: auto;
	background: #da251c;
}

#menu {
	margin: 4em auto;
	width: 100%;
}

#menu {
	background: #da251c;
}

.sliding-menu a.back {
	background: #FA7734;
}

.sliding-menu a:hover {
	background: #FA7734;
}


/*======================================== index =====================================*/
.in_banner .swiper-container {
	width: 100%;
}

.in_banner {
	width: 100%;
	font-size: 0;
}

.in_banner a {
	display: block;
	width: 100%;
	font-size: 0;
}

.in_banner img,
.banner img {
	width: 100%;
	display: block;
}

.in_banner .swiper-pagination-bullet {
	background-color: #FFFFFF;
	opacity: 1;
}

.in_banner .swiper-pagination-bullet-active {
	background-color: #cc0001;
}

.in_banner .swiper-pagination {
	bottom: 30px;
}

/* 标题 */
.in_ytit {
	width: 100%;
	text-align: center;
	font-size: 36px;
	color: #020101;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 36px;
}

.in_ztit {
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #cc0001;
	line-height: 24px;
	margin-top: 5px;
}

.in_hxian {
	width: 100%;
	font-size: 0;
	margin-top: 20px;
}

.in_hxian img {
	display: block;
	margin: 0 auto;
}

/* 产品中心 */
.in_product {
	width: 100%;
	padding: 45px 0 15px 0;
}

.in_product .pro_box {
	width: 100%;
	margin-top: 55px;
}

.in_product .pro_box .flnav {
	width: 17.15%;
	float: left;
}

.in_product .pro_box .flnav .snav {
	width: 100%;
	border: 1px solid #dddddd;
}

.in_product .pro_box .flnav .snav .tit {
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	line-height: 78px;
	background-color: #cc0001;
}

.in_product .pro_box .flnav .snav li {
	width: 100%;
	border-top: 1px solid #dddddd;
	line-height: 50px;
	padding: 0 20px;
}

.in_product .pro_box .flnav .snav li a {
	display: block;
	width: 100%;
	font-size: 16px;
	color: #333333;
}

.in_product .pro_box .flnav .snav li img {
	vertical-align: middle;
	margin-right: 20px;
}

.in_product .pro_box .flnav .snav li:hover a {
	color: #cc0001;
}

.active_on a {
	color: #cc0001 !important;
}

.in_product .pro_box .flnav .lxdh {
	width: 100%;
	background: url('../images/lxdh.jpg') no-repeat left center;
	text-align: center;
	padding: 35px 0 40px 0;
	background-size: cover;
	margin-top: 20px;
}

.in_product .pro_box .flnav .lxdh img {
	display: inline-block;
	vertical-align: sub;
	margin-right: 5px;
}

.in_product .pro_box .flnav .lxdh p {
	font-size: 16px;
	color: #ffffff;
	display: inline-block;
	text-align: left;
}

.in_product .pro_box .flnav .lxdh span {
	font-size: 22px;
	color: #ffffff;
}

.in_product .pro_box .zspro {
	width: 81.5%;
	float: right;
}

.in_product .pro_box .zspro .ul {
	width: 100%;
}

.in_product .pro_box .zspro .ul>li {
	width: 23.987%;
	padding: 5px;
	border: 1px solid #dddddd;
	float: left;
	margin-right: 1.35%;
	margin-bottom: 25px;
}

.in_product .pro_box .zspro .ul>li:nth-child(4n) {
	margin-right: 0;
}

.in_product .pro_box .zspro .ul>li a {
	display: block;
	width: 100%;
	font-size: 0;
}

.in_product .pro_box .zspro .ul>li .pic {
	font-size: 0;
	width: 100%;
	overflow: hidden;
}

.in_product .pro_box .zspro .ul>li .pic img {
	width: 100%;
	transition: 1s;
}

.in_product .pro_box .zspro .ul>li .name {
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #555555;
	margin-top: 22px;
}

.in_product .pro_box .zspro .ul>li .hx {
	width: 100%;
	text-align: center;
	font-size: 0;
	margin-top: 15px;
	margin-bottom: 17px;
}

.in_product .pro_box .zspro .ul>li:hover .pic img {
	transform: scale(1.1);
}

/* 关于我们 */
.in_about {
	width: 100%;
	padding: 40px 0 0 0;
}

.in_about .aboutbox {
	width: 100%;
	background-color: #f9f9f9;
	margin-top: 30px;
	position: relative;
}

.in_about .aboutbox .tit {
	width: 50.5%;
	float: left;
	font-size: 80px;
	color: #eecfcf;
	text-transform: uppercase;
	text-align: center;
	line-height: 80px;
	margin-top: 50px;
	font-weight: bold;
}

.in_about .aboutbox .pic {
	width: 49.5%;
	float: right;
	font-size: 0;
	overflow: hidden;
}

.in_about .aboutbox .pic img {
	width: 100%;
}

.in_about .aboutbox .abtnr {
	width: 61%;
	background-color: #cc0001;
	position: absolute;
	left: 0;
	top: 110px;
	padding: 95px 5% 90px 17%;
}

.in_about .aboutbox .abtnr .titt {
	font-size: 30px;
	color: #ffffff;
	line-height: 30px;
	margin-bottom: 25px;
}

.in_about .aboutbox .abtnr .desc {
	font-size: 14px;
	color: #ffffff;
	line-height: 28px;
}

.in_about .aboutbox .abtnr .more {
	padding: 7px 0;
	margin-top: 35px;
}

.in_about .aboutbox .abtnr .more a {
	font-size: 14px;
	color: #ffffff;
	padding: 7px 25px;
	background-color: #b90404;
	border: 1px solid #e68080;
}

.in_about .aboutbox .abtnr .more img {
	vertical-align: middle;
	margin-left: 10px;
}

.in_about .aboutbox .abtnr .more a:hover {
	opacity: 0.8;
}

/* 新闻中心 */
.in_news {
	width: 100%;
	padding: 65px 0 85px 0;
}

.in_news .qhdhang {
	width: auto;
	text-align: center;
	font-size: 0;
}

.in_news .qhdhang li {
	display: inline-block;
	font-size: 18px;
	color: #333333;
	line-height: 55px;
	border: 1px solid #eaeaea;
	padding: 0 40px;
	margin-top: 40px;
	background-color: #FFFFFF;
	cursor: pointer;
}

.qhon,
.in_news .qhdhang li:hover {
	background-color: #cc0001 !important;
	color: #FFFFFF !important;
	border: 1px solid #cc0001 !important;
}

.in_news .xwn {
	width: 100%;
	margin-top: 35px;
}

.in_news .xwn li {
	width: 30%;
	margin-right: 5%;
	float: left;
	border-bottom: 1px solid #eaeaea;
}

.in_news .xwn li:nth-child(3) {
	margin-right: 0;
}

.in_news .xwn li a {
	display: block;
	width: 100%;
}

.in_news .xwn li .pic {
	width: 100%;
	font-size: 0;
	overflow: hidden;
}

.in_news .xwn li .pic img {
	width: 100%;
	transition: 1s;
}

.in_news .xwn li .sjian {
	width: 100%;
	font-size: 13px;
	color: #999999;
	line-height: 24px;
	margin-top: 10px;
}

.in_news .xwn li .bti {
	width: 100%;
	font-size: 18px;
	color: #333333;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.in_news .xwn li .jshao {
	font-size: 14px;
	color: #666666;
	line-height: 22px;
	margin-bottom: 20px;
}

.in_news .xwn li:hover .pic img {
	transform: scale(1.1);
}

.in_news .xwn li:hover .bti {
	color: #cc0001;
}

.in_news .xgxwen {
	width: 100%;
	margin-top: 20px;
}

.in_news .xgxwen>li {
	width: 30%;
	margin-right: 5%;
	float: left;
}

.in_news .xgxwen>li:nth-child(3) {
	margin-right: 0;
}

.in_news .xgxwen>li ol,
.in_news .xgxwen>li ol li {
	width: 100%;
}

.in_news .xgxwen>li ol li a {
	display: block;
	width: 100%;
	font-size: 14px;
	color: #333333;
	line-height: 26px;
	background: url('../images/xwdian.png') no-repeat left center;
	padding-left: 20px;
}

.in_news .xgxwen>li ol li a:hover {
	color: #cc0001;
}

/*======================================== product =====================================*/
/* 内页banner */
.in_nybanner {
	width: 100%;
	font-size: 0;
}

.in_nybanner img {
	width: 100%;
}

/* 面包屑导航 */
.crumbnav {
	width: 100%;
	height: 55px;
	line-height: 55px;
	background-color: #f2f9fe;
}

.location {
	width: auto;
	float: right;
	font-size: 14px;
	color: #535050;
}

.location a {
	font-size: 14px;
	color: #535050;
}

.location a:hover {
	opacity: 0.7;
}

/* 分页 */
.pagination {
	width: 100%;
	margin-top: 35px;
	margin-bottom: 75px;
}

.pagination {
	width: 100%;
	text-align: center;
}

.pagination li {
	display: inline-block;
	padding: 7px 0;
	margin-bottom: 10px;
}

.pagination li a {
	font-size: 14px;
	color: #333333;
	padding: 7px 12px;
	border: 1px solid #e3e3e3;
}

.pagination .active a,
.pagination li a:hover {
	background-color: #db2620;
	border: 1px solid #db2620;
	color: #FFFFFF;
}

/*======================================== news =====================================*/
.newslist {
	width: 100%;
	margin-bottom: 50px;
}

.newslist li {
	width: 100%;
	padding: 20px;
	border: 1px solid #e6e6e6;
	margin-bottom: 30px;
	cursor: pointer;
}

.newslist li a {
	display: block;
	width: 100%;
}

.newslist li .pic {
	width: 22.35%;
	float: left;
	font-size: 0;
	overflow: hidden;
}

.newslist li .pic img {
	width: 100%;
	transition: 1s;
}

.newslist li .rigbox {
	width: 77.65%;
	float: right;
	padding: 0 25px;
}

.newslist li .rigbox .title {
	width: 100%;
	line-height: 24px;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}

.newslist li .rigbox .time {
	width: 100%;
	font-size: 12px;
	color: #a1a1a1;
	line-height: 24px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.newslist li .rigbox .desc {
	width: 100%;
	font-size: 14px;
	color: #555555;
	line-height: 24px;
}

.newslist li .rigbox .more {
	width: 100%;
	line-height: 24px;
	margin-top: 15px;
	font-size: 14px;
	color: #969696;
	background: url('../images/newsmore.png') no-repeat left center;
	padding-left: 25px;
}

.newslist li:hover .pic img {
	transform: scale(1.1);
	transition: 1s;
}

.newslist li:hover .rigbox .title {
	color: #db2620;
}

.newslist li .rigbox:hover .more {
	color: #db2620;
	background: url('../images/newsmore1.png') no-repeat left center;
}

/*======================================== 详情页 =====================================*/
.contenct {
	width: 100%;
	border: 2px solid #eaeaea;
	margin-bottom: 50px;
	padding: 30px 20px;
}

.contenct .boxxq {
	width: 100%;
}

.contenct .boxxq .xwtit {
	width: 100%;
	font-size: 24px;
	color: #333333;
	text-align: center;
	line-height: 35px;
}

.contenct .boxxq .lll {
	width: 100%;
	font-size: 13px;
	color: #999999;
	text-align: center;
	line-height: 25px;
	margin-top: 10px;
	margin-bottom: 30px;
}

.contenct .boxxq .lll .s1 {
	background: url('../images/sjian.png') no-repeat left center;
	padding-left: 20px;
}

.contenct .boxxq .lll .s2 {
	background: url('../images/lliang.png') no-repeat left center;
	padding-left: 20px;
	margin-left: 20px;
}

.contenct>p {
	width: 100%;
	font-size: 15px;
	color: #555555;
	line-height: 24px;
}

.contenct>p img {
	max-width: 100%;
	margin-bottom: 20px;
}

.contenct .fpian {
	width: 100%;
	background-color: #f2f2f2;
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	margin-top: 35px;
}

.contenct .fpian .syp {
	float: left;
	font-size: 13px;
	color: #666666;
	width: 49%;
}

.contenct .fpian .syp i {
	margin-right: 10px;
}

.contenct .fpian .xyp {
	float: right;
	font-size: 13px;
	color: #666666;
	width: 49%;
	text-align: right;
}

.contenct .fpian .xyp i {
	margin-left: 10px;
	float: right;
}

.contenct .fpian .syp a,
.contenct .fpian .xyp a {
	font-size: 13px;
	color: #666666;
}

.contenct .fpian .syp a:hover,
.contenct .fpian .xyp a:hover {
	color: #cc0001;
}

/*======================================== 人才招聘 =====================================*/
.rczplist {
	width: 100%;
	margin-bottom: 50px;
}

.rczplist li {
	width: 100%;
	padding: 20px;
	border: 1px solid #e6e6e6;
	margin-bottom: 30px;
	cursor: pointer;
}

.rczplist li a {
	display: block;
	width: 100%;
}

.rczplist li .title {
	width: 100%;
	line-height: 24px;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}

.rczplist li .time {
	width: 100%;
	font-size: 12px;
	color: #a1a1a1;
	line-height: 24px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.rczplist li .desc {
	width: 100%;
	font-size: 14px;
	color: #555555;
	line-height: 24px;
}

.rczplist li .more {
	width: 100%;
	line-height: 24px;
	margin-top: 15px;
	font-size: 14px;
	color: #969696;
	background: url('../images/newsmore.png') no-repeat left center;
	padding-left: 25px;
}

.rczplist li:hover .title {
	color: #db2620;
}

.rczplist li:hover .more {
	color: #db2620;
	background: url('../images/newsmore1.png') no-repeat left center;
}

/*======================================== about =====================================*/
.xwtit1 {
	margin-bottom: 35px;
}

/*======================================== contact =====================================*/
.contact_map {
	width: 100%;
	height: 519px;
	margin-top: 50px;
	margin-bottom: 50px;
}

.contact_map .mapbox {
	width: 100%;
	height: 100%;
}

.right_box {
	width: 50%;
	height: 519px;
	float: right;
	background-color: rgba(204, 0, 1, 1);
	padding: 10px;
	margin-top: -519px;
	position: relative;
}

.right_box .pad_box {
	width: 100%;
	height: 100%;
	border: 1px solid #FFFFFF;
	padding: 0 15%;
}

.right_box .pad_box p:first-child {
	width: 100%;
	text-align: center;
	padding-left: 0;
	margin-top: 65px;
	margin-bottom: 50px;
}

.right_box .pad_box p {
	font-size: 23px;
	color: #FFFFFF;
	padding-left: 55px;
	margin-bottom: 30px;
}

.right_box .pad_box p:nth-child(2) {
	width: 100%;
	background: url('../images/contact_r4_c2.png') no-repeat left center;
}

.right_box .pad_box p:nth-child(3) {
	width: 100%;
	background: url('../images/contact_r4_c4.png') no-repeat left center;
}

/*======================================== footer =====================================*/
footer {
	width: 100%;
	background: url('../images/footerbj.jpg') no-repeat center;
	background-size: cover;
	padding-top: 30px;
}

.topbox .in_foot1 {
	width: 39%;
	float: left;
}

.topbox .in_foot1 .dhua {
	font-size: 40px;
	color: #e8052b;
	line-height: 40px;
}

.topbox .in_foot1 .dhua span {
	font-size: 18px;
	color: #aca9a9;
	line-height: 33px;
	background: url('../images/fotphone.png') no-repeat left center;
	padding-left: 45px;
	display: block;
	margin-bottom: 10px;
}

.topbox .in_foot1 .dzhi {
	font-size: 16px;
	color: #aca9a9;
	line-height: 25px;
	margin-top: 10px;
}

.topbox .in_foot2 {
	width: 26.8%;
	float: left;
}

.topbox .in_foot2 .tit {
	font-size: 18px;
	color: #666666;
	float: left;
	line-height: 18px;
	width: 20.5%;
}

.topbox .in_foot2 .ljie {
	width: 79.5%;
	float: left;
}

.topbox .in_foot2 .ljie a {
	font-size: 15px;
	color: #aca9a9;
	line-height: 18px;
	display: inline-block;
	margin: 0 6px 13px 6px;
}

.topbox .in_foot2 a:hover {
	opacity: 0.8;
}

.topbox .in_foot3 {
	width: 24.3%;
	float: right;
}

.topbox .in_foot3 .ewm {
	font-size: 0;
	margin-right: 35px;
	float: left;
}

.topbox .in_foot3 .ewm img {
	display: block;
}

.topbox .in_foot3 .ewm span {
	display: block;
	font-size: 16px;
	color: #aca9a9;
	text-align: center;
	line-height: 45px;
}

.dbcopy {
	width: 100%;
	font-size: 14px;
	color: #848181;
	line-height: 45px;
	border-top: 1px solid #393a3a;
}

.dbcopy a {
	font-size: 14px;
	color: #848181;
}

.dbcopy a:hover {
	opacity: 0.8;
}

/*======================================== 响应式 =====================================*/
/**/
@media only screen and (max-width:1680px) {

	/* index */
	.in_about .aboutbox .abtnr {
		padding: 65px 5% 50px 17%;
	}
}

/**/
@media only screen and (max-width:1440px) {

	/* index */
	.in_about .aboutbox .abtnr {
		padding: 35px 4% 30px 10%;
	}

	.in_about .aboutbox .abtnr .titt {
		margin-bottom: 15px;
	}

	.in_about .aboutbox .abtnr .more {
		margin-top: 20px;
	}

	.in_about .aboutbox .tit {
		text-align: left;
		padding-left: 10%;
	}
}

/**/
@media only screen and (max-width:1366px) {
	.w {
		width: 1300px;
	}

	/* header */
	header .brand {
		font-size: 26px;
	}

	nav>ul>li>a {
		padding: 0 5.15px;
	}

	.in_ytit {
		font-size: 34px;
	}

	.in_ztit {
		font-size: 22px;
	}

	/* index */
	.in_product .pro_box .zspro .ul>li .name {
		margin-top: 26px;
	}

	.in_product .pro_box .zspro .ul>li .hx {
		margin-bottom: 22px;
	}

	.in_product .pro_box .zspro .ul>li {
		margin-bottom: 31px;
	}

	.in_about .aboutbox .tit {
		font-size: 70px;
		margin-top: 30px;
	}

	.in_about .aboutbox .abtnr {
		top: 90px;
	}

	.in_news .xwn li .bti,
	.in_news .qhdhang li {
		font-size: 16px;
	}

	.in_news .xwn li .jshao,
	.in_news .xgxwen>li ol li a {
		font-size: 13px;
	}

	/* contact */
	.right_box .pad_box p {
		font-size: 21px;
	}

	/* footer */
	.topbox .in_foot1 {
		width: 40%;
	}

	.topbox .in_foot1 .dhua {
		font-size: 36px;
	}

	.topbox .in_foot2 .tit {
		width: 22.5%;
	}

	.topbox .in_foot2 .ljie {
		width: 77.5%;
	}

	.topbox .in_foot3 {
		width: 26.3%;
	}
}

/**/
@media only screen and (max-width:1280px) {
	.w {
		width: 1240px;
	}

	/* header */
	nav>ul>li>a {
		padding: 0 5.1px;
	}

	header .brand {
		font-size: 25px;
	}

	.in_ytit {
		font-size: 32px;
	}

	.in_ztit {
		font-size: 20px;
	}

	/* index */
	.in_product .pro_box .flnav .snav .tit {
		font-size: 18px;
		line-height: 70px;
	}

	.in_product .pro_box .flnav .snav li {
		line-height: 49px;
	}

	.in_product .pro_box .flnav .snav li a {
		font-size: 15px;
	}

	.in_product .pro_box .flnav .lxdh p {
		font-size: 15px;
	}

	.in_product .pro_box .flnav .lxdh span {
		font-size: 20px;
	}

	.in_product .pro_box .flnav .lxdh {
		margin-top: 21px;
	}

	.in_about .aboutbox .abtnr .titt {
		font-size: 26px;
		line-height: 26px;
	}

	.in_about .aboutbox .tit {
		font-size: 60px;
		margin-top: 15px;
		line-height: 60px;
	}

	.in_about .aboutbox .abtnr {
		top: 60px;
	}

	/* footer */
	.topbox .in_foot1 {
		width: 42%;
	}

	.topbox .in_foot1 .dhua {
		font-size: 34px;
	}

	.topbox .in_foot1 .dhua span {
		font-size: 17px;
	}

	.topbox .in_foot2 .tit {
		width: 23.5%;
	}

	.topbox .in_foot2 .ljie {
		width: 76.5%;
	}

	.topbox .in_foot3 {
		width: 27.3%;
	}
}

/**/
@media only screen and (max-width:1200px) {
	.w {
		width: 100%;
		padding: 0 6%;
	}

	/* header */
	header {
		display: none;
	}

	.phone_head {
		display: block;
	}

	.h {
		height: 55px;
	}

	/* index */
	.in_product .pro_box .zspro .ul>li {
		width: 32.433%;
	}

	.in_product .pro_box .zspro .ul>li:nth-child(4n) {
		margin-right: 1.35%;
	}

	.in_product .pro_box .zspro .ul>li:nth-child(3n) {
		margin-right: 0;
	}

	.in_about .aboutbox .abtnr {
		top: 26.5px;
	}

	.in_about .aboutbox .tit {
		font-size: 0;
		margin-top: 0;
		line-height: 0;
	}

	/* contact */
	.right_box .pad_box p {
		font-size: 19px;
	}

	/* footer */
	.topbox .in_foot1,
	.topbox .in_foot2 {
		width: 50%;
	}

	.topbox .in_foot2 .tit {
		width: 15.5%;
	}

	.topbox .in_foot2 .ljie {
		width: 84.5%;
	}

	.topbox .in_foot3 {
		width: 100%;
		margin-top: 35px;
	}
}

/**/
@media only screen and (max-width:1024px) {

	/* index */
	.in_product .pro_box .flnav {
		display: none;
	}

	.in_product .pro_box .zspro {
		width: 100%;
		float: none;
	}

	.in_about .aboutbox,
	.in_about .aboutbox .abtnr {
		position: initial;
		width: 100%;
	}

	.in_about .aboutbox .tit {
		display: none;
	}

	.in_about .aboutbox .pic {
		width: 100%;
		float: none;
	}

	.in_news .xwn li {
		width: 47.5%;
		margin-bottom: 20px;
	}

	.in_news .xwn li:nth-child(2) {
		margin-right: 0;
	}

	.in_news .xgxwen>li {
		width: 100%;
		margin-right: 0;
		float: none;
	}

	/* contact */
	.contact_map {
		height: 420px;
	}

	.right_box {
		height: 420px;
		margin-top: -420px;
	}

	.right_box .pad_box p {
		font-size: 17px;
		margin-bottom: 20px;
	}

	.right_box .pad_box p:first-child {
		margin-top: 60px;
		margin-bottom: 25px;
	}

	/* footer */
	.topbox .in_foot2 .tit {
		width: 17.5%;
	}

	.topbox .in_foot2 .ljie {
		width: 82.5%;
	}

	.topbox .in_foot1 .dhua {
		font-size: 32px;
	}
}

/**/
@media only screen and (max-width:960px) {
	.w {
		width: 100%;
		padding: 0 3%;
	}

	/* header */
	.phone-head .mask-close {
		right: 3%;
	}

	/* footer */
	.topbox .in_foot2 {
		display: none;
	}

	.topbox .in_foot1,
	.topbox .in_foot3 {
		width: 100%;
		float: none;
	}

	/* details */
	.contenct .fpian {
		height: auto;
		background-color: transparent;
		line-height: 35px;
		padding: 0;
	}

	.contenct .fpian .syp {
		float: none;
		width: 100%;
		background-color: #f2f2f2;
		padding: 0 10px;
	}

	.contenct .fpian .xyp {
		float: none;
		width: 100%;
		background-color: #f2f2f2;
		text-align: left;
		margin-top: 15px;
		padding: 0 10px;
	}

	.contenct .fpian .syp i,
	.contenct .fpian .xyp i {
		display: none;
	}
}

/**/
@media only screen and (max-width:780px) {

	/* details */
	.in_product .pro_box {
		margin-top: 0;
	}

	.contenct .boxxq .xwtit {
		font-size: 22px;
	}
}

/**/
@media only screen and (max-width:560px) {
	.in_ytit {
		font-size: 30px;
	}

	/* index */
	.in_product .pro_box .zspro .ul>li {
		width: 49.325%;
	}

	.in_product .pro_box .zspro .ul>li:nth-child(2n) {
		margin-right: 0;
	}

	.in_news .xwn li {
		width: 100%;
		float: none;
		margin-right: 0;
	}

	.in_product,
	.in_about {
		padding-top: 30px;
	}

	.in_news {
		padding: 30px 0 35px 0;
	}

	.in_product .pro_box {
		margin-top: 30px;
	}

	.in_news .xwn li .bti,
	.in_news .qhdhang li {
		font-size: 15px;
	}

	.in_news .qhdhang li {
		padding: 0 35px;
		line-height: 45px;
	}

	/* 面包屑导航 */
	.crumbnav {
		display: none;
	}

	/* contact */
	.contact_map {
		height: auto;
	}

	.contact_map .mapbox {
		display: none;
	}

	.right_box {
		width: 100%;
		height: auto;
		margin-top: 0;
		position: initial;
		padding: 0;
		background: transparent;
		float: none;
	}

	.right_box .pad_box {
		padding: 0;
		border: 0;
	}

	.right_box .pad_box p {
		color: #333333;
	}

	.right_box .pad_box p:nth-child(2) {
		background: url(../images/contact_r4_c21.png) no-repeat left center;
	}

	.right_box .pad_box p:nth-child(3) {
		background: url(../images/contact_r4_c41.png) no-repeat left center;
	}

	/* details */
	.contenct .boxxq .xwtit {
		font-size: 20px;
	}

	/* news */
	.newslist li .pic {
		width: 100%;
		float: none;
	}

	.newslist li .rigbox {
		width: 100%;
		float: none;
		padding: 0 10px;
	}

	.newslist li .rigbox .title {
		margin-top: 20px;
	}

	/* footer */
	.dbcopy {
		display: none;
	}

	.topbox .in_foot1 .dhua {
		font-size: 30px;
	}

	.topbox .in_foot3 .ewm {
		float: none;
		margin-right: 0;
	}

	.topbox .in_foot3 .ewm span {
		text-align: left;
		padding-left: 25px;
	}

}

/* 悬浮窗 */
.ycxf {
    position: fixed;
    z-index: 600000;
    top: 16%;
    right: 3px;
    height: 621px;
}
.kf_qycn_com_cckf_dock {
    display: block;
    width: 35px;
    height: 135px;
    cursor: default;
    text-align: left;
    cursor: pointer;
}

.kf_qycn_com_cckf_dock {
    display: block;
    width: 35px;
    height: 135px;
    cursor: default;
    text-align: left;
    cursor: pointer;
}
.kf_qycn_com_cckf_direct_talking_dialog .kf_qycn_com_cckf_direct_talking_dialog_text {
    margin: 0px 0px;
    line-height: 16px;
    overflow: hidden;
    word-break: break-all;
    margin-top: 5px;
    padding-left: 1px;
}
.kf_qycn_com_cckf_direct_talking_dialog .kf_qycn_com_cckf_direct_talking_dialog_text {
    margin: 0px 0px;
    line-height: 16px;
    overflow: hidden;
    word-break: break-all;
    margin-top: 5px;
    padding-left: 1px;
}
.kf_qycn_com_cckf_icon div {
    background: none;
}
.kf_qycn_com_cckf_direct_talking_dialog .kf_qycn_com_cckf_direct_talking_dialog_item_ww_body, .kf_qycn_com_cckf_direct_talking_dialog .kf_qycn_com_cckf_direct_talking_dialog_item_qq_body {
    line-height: 29px;
    /* color: white; */
}
.kf_qycn_com_cckf_direct_talking_dialog .kf_qycn_com_cckf_direct_talking_dialog_item_msn_body, .kf_qycn_com_cckf_direct_talking_dialog .kf_qycn_com_cckf_direct_talking_dialog_item_ww_body, .kf_qycn_com_cckf_direct_talking_dialog .kf_qycn_com_cckf_direct_talking_dialog_item_kf_body, .kf_qycn_com_cckf_direct_talking_dialog .kf_qycn_com_cckf_direct_talking_dialog_item_wx_body, .kf_qycn_com_cckf_direct_talking_dialog .kf_qycn_com_cckf_direct_talking_dialog_item_wb_body, .kf_qycn_com_cckf_direct_talking_dialog .kf_qycn_com_cckf_direct_talking_dialog_item_tel_body, .kf_qycn_com_cckf_direct_talking_dialog .kf_qycn_com_cckf_direct_talking_dialog_item_qq_body {
    margin-right: 0px;
    margin-left: 33px;
    font-size: 12px;
    overflow: hidden;
    height: 28px;
    line-height: 28px;
    width: 101px;
    text-align: left;
}
.kf_qycn_com_cckf_direct_talking_dialog .kf_qycn_com_cckf_direct_talking_item {
    width: 100%;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    position: relative;
    color: #3171dd;
    border-bottom: 1px solid #f5f5f5;
    border-radius: 8px;
}
.kf_qycn_com_cckf_direct_talking_dialog .kf_qycn_com_cckf_direct_talking_item_icon_box {
    width: 25px;
    height: 20px;
    position: absolute;
    left: 0px;
    line-height: 20px;
    text-align: right;
    overflow: hidden;
    margin-top: 4px;
}
.kf_qycn_com_cckf_direct_talking_dialog .kf_qycn_com_cckf_direct_talking_item_icon_box img {
    display: inline;
}
.kf_qycn_com_cckf_direct_talking_dialog .kf_qycn_com_cckf_direct_talking_dialog_item_qq_img, .kf_qycn_com_cckf_direct_talking_dialog .kf_qycn_com_cckf_direct_talking_dialog_item_ww_img, .kf_qycn_com_cckf_direct_talking_dialog .kf_qycn_com_cckf_direct_talking_dialog_item_wx_img, .kf_qycn_com_cckf_direct_talking_dialog .kf_qycn_com_cckf_direct_talking_dialog_item_kf_img, .kf_qycn_com_cckf_direct_talking_dialog .kf_qycn_com_cckf_direct_talking_dialog_item_wb_img, .kf_qycn_com_cckf_direct_talking_dialog .kf_qycn_com_cckf_direct_talking_dialog_item_msn_img {
    margin-top: 2px;
    cursor: pointer;
}
.kf_qycn_com_cckf_direct_talking_dialog .kf_qycn_com_cckf_direct_talking_item_icon_box {
    width: 25px;
    height: 20px;
    position: absolute;
    left: 0px;
    line-height: 20px;
    text-align: right;
    overflow: hidden;
    margin-top: 4px;
}

element.style {
}
.kf_qycn_com_cckf_direct_talking_dialog .kf_qycn_com_cckf_direct_talking_item_icon_box img {
    display: inline;
}
.kf_qycn_com_cckf_direct_talking_dialog .kf_qycn_com_cckf_direct_talking_dialog_item_qq_img, .kf_qycn_com_cckf_direct_talking_dialog .kf_qycn_com_cckf_direct_talking_dialog_item_ww_img, .kf_qycn_com_cckf_direct_talking_dialog .kf_qycn_com_cckf_direct_talking_dialog_item_wx_img, .kf_qycn_com_cckf_direct_talking_dialog .kf_qycn_com_cckf_direct_talking_dialog_item_kf_img, .kf_qycn_com_cckf_direct_talking_dialog .kf_qycn_com_cckf_direct_talking_dialog_item_wb_img, .kf_qycn_com_cckf_direct_talking_dialog .kf_qycn_com_cckf_direct_talking_dialog_item_msn_img {
    margin-top: 2px;
    cursor: pointer;
}
.kf_qycn_com_cckf_direct_talking_dialog .kf_qycn_com_cckf_direct_talking_dialog_item_qq_img {
    position: absolute;
    right: 2px;
    top: 0;
}
* {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
}
.kf_qycn_com_cckf_direct_talking_dialog .kf_qycn_com_cckf_direct_talking_item_icon_box {
    width: 25px;
    height: 20px;
    position: absolute;
    left: 0px;
    line-height: 20px;
    text-align: right;
    overflow: hidden;
    margin-top: 4px;
}
.kf_qycn_com_cckf_direct_talking_dialog .kf_qycn_com_cckf_direct_talking_item {
    width: 100%;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    position: relative;
    color: #3171dd;
    border-bottom: 1px solid #f5f5f5;
    border-radius: 8px;
}
.kf_qycn_com_cckf_icon div {
    background: none;
}
.kf_qycn_com_cckf_icon div {
    overflow: visible;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.kf_qycn_com_cckf_direct_talking_dialog .kf_qycn_com_cckf_direct_talking_item {
    margin-top: 5px;
}
.kf_qycn_com_cckf_direct_talking_dialog .kf_qycn_com_cckf_direct_talking_dialog_inner_content {
    overflow: hidden;
    background: #ffffff;
    width: 134px;
    padding: 0 8px;
    _padding: 0 6px;
}
.kf_qycn_com_cckf_direct_talking_dialog .kf_qycn_com_cckf_direct_talking_dialog_text {
    margin: 0px 0px;
    line-height: 16px;
    overflow: hidden;
    word-break: break-all;
    margin-top: 5px;
    padding-left: 1px;
}
.kf_qycn_com_cckf_direct_talking_dialog .kf_qycn_com_cckf_direct_talking_dialog_text {
    margin: 0px 0px;
    line-height: 16px;
    overflow: hidden;
    word-break: break-all;
    margin-top: 5px;
    padding-left: 1px;
}
.kf_qycn_com_cckf_icon div {
    background: none;
}
.kf_qycn_com_cckf_icon div {
    overflow: visible;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.kf_qycn_com_cckf_direct_talking_dialog .kf_qycn_com_cckf_direct_talking_dialog_text {
    margin: 0px 0px;
    line-height: 16px;
    overflow: hidden;
    word-break: break-all;
    margin-top: 5px;
	padding-left: 1px;
	font-size: 12px;
}
.kf_qycn_com_cckf_direct_talking_dialog .kf_qycn_com_cckf_direct_talking_item {
    margin-top: 5px;
}
.kf_qycn_com_cckf_direct_talking_dialog .kf_qycn_com_cckf_direct_talking_item {
    width: 100%;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    position: relative;
    color: #3171dd;
    border-bottom: 1px solid #f5f5f5;
    border-radius: 8px;
}
.kf_qycn_com_cckf_direct_talking_dialog .kf_qycn_com_cckf_direct_talking_item_icon_box {
    width: 25px;
    height: 20px;
    position: absolute;
    left: 0px;
    line-height: 20px;
    text-align: right;
    overflow: hidden;
    margin-top: 4px;
}
.kf_qycn_com_cckf_direct_talking_dialog .kf_qycn_com_cckf_direct_talking_item_icon_box img {
    display: inline;
}
.kf_qycn_com_cckf_direct_talking_dialog .kf_qycn_com_cckf_direct_talking_dialog_item_tel_body {
    font-size: 14px !important;
}
/* 悬浮窗 */

/**/
@media only screen and (max-width:480px) {}

/**/
@media only screen and (max-width:380px) {}

/**/
@media only screen and (max-width:320px) {}
