/*初始化样式*/
html {
	margin: 0;
	padding: 0;
	border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #fff;
	color: #666;
	position: relative;
	font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
	vertical-align: baseline;
	width: 100%;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	outline: none;
}

a:link {
	color: #666;
}

a:visited {
	color: #666;
}

a:hover,
a:active,
a:focus {
	color: #b11918;
	text-decoration: none;
	outline: none;
}

p {
	margin: 0;
}

input {
	padding: 0;
	margin: 0;
	font-family: 'Microsoft YaHei';
}

img {
	border: none;
	background: none;
	vertical-align: middle;
}

ul,
ol,
li {
	list-style-type: none;
}

select,
input,
img,
select {
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

table,
th,
td {
	vertical-align: middle
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.clearfix {
	zoom: 1
}

.clearboth {
	height: 0px;
	line-height: 0px;
	overflow: hidden;
	clear: both;
	font-size: 0px;
}

h1,
h2,
h3,
h4 {
	font-size: 12px;
}

hr {
	border: 0;
	border-top: 1px solid #ccc;
	height: 0;
}

dt {
	font-weight: normal;
}

/*----- Common css ------*/
.fl {
	float: left;
}

.fr {
	float: right;
}

.di {
	_display: inline;
}

.fwn {
	font-weight: normal;
}

.dib {
	*display: inline;
	_zoom: 1;
	_display: inline;
	_font-size: 0px;
}

.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.flexd {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.wh {
	width: 1200px;
	margin: 0 auto;
}

.pos {
	position: relative;
	width: 1920px;
	left: 50%;
	margin-left: -960px;
}

.com-img {
	display: inline;
	overflow: hidden;
	margin: 0 auto;
	display: table;
}

.com-img img {
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
}

.com-img:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}


/* 头部 */
.top-head {
	border-bottom: solid 1px #ddd;
}

.top-head p {
	float: left;
	font-size: 14px;
	color: #888;
	line-height: 40px;
}

.top-seo {
	float: right;
	font-size: 14px;
	color: #888;
	line-height: 40px;
}

.top-seo a {
	font-size: 14px;
	color: #888;
}

.top-seo a:hover {
	color: #b11918;
}

.head {
	padding: 25px 0;
}

.hd-show {
	display: flex;
	align-items: center;
	/* flex-wrap: wrap; */
	justify-content: space-between;
}

.logo {
	float: left;
	flex: 1;
	width: 30%;
}

.logo a {
	display: block;
}

.logo a img {
	max-width: 100%;
}

.hd-exp {
	float: left;
	width: 50%;
	padding-left: 30px;
	position: relative;
}

.hd-exp p {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}

.hd-exp p:first-child {
	font-size: 20px;
	font-weight: bold;
	color: #054595;
}

.hd-exp::before {
	position: absolute;
	content: '';
	width: 1px;
	height: 54px;
	background-color: #ddd;
	top: 5px;
	left: 0;
}

.hd-tel {
	float: right;
	width: 19%;
	text-align: right;
	background: url(../images/tel1.png?v=111) no-repeat left center;
}

.hd-tel span {
	font-size: 16px;
	color: #666;
	font-weight: normal;
}

.hd-tel p {
	font-size: 30px;
	font-family: Arial;
	color: #b11918;
}

.top-nav {
	background-color: #b11918;
}




/* 搜索 */
.schkey {
	display: flex;
	box-shadow: 0px 0px 6px 5px rgb(0 0 0 / 8%);
	margin-bottom: 6px;
}

.hot-key {
	float: left;
}

.hot-key h3 {
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #b11918;
	line-height: 70px;
}

.hot-key span {
	display: block;
	float: left;
	line-height: 70px;
}

.hot-key span a {
	font-size: 14px;
	color: #666;
	margin-right: 20px;
}

.hot-key span a:hover {
	color: #b11918;
}

.sch {
	float: right;
	height: 100%;
	align-items: center;
	/* justify-content: end; */
	display: flex;
}

#formsearch {
	width: 322px;
	overflow: hidden;
	border-radius: 30px;
}

#formsearch input {
	border: none;
	outline: none;
	line-height: 38px;
	padding: 0;
}

#formsearch input#keyword {
	font-size: 12px;
	color: #999;
	padding-left: 15px;
	background: none;
	width: 240px;
	float: left;
	border: solid 1px #ddd;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	border-right: none;
}

#formsearch input#s_btn {
	float: right;
	padding: 1px 0;
	font-size: 12px;
	color: #fff;
	text-align: right;
	padding-right: 20px;
	width: calc(100% - 240px);
	background: url(../images/s-ico.png)no-repeat 15px center #b11918;
}

/* 头部自适应 */
@media(max-width:1199px) {
	.hd-exp p:first-child {
		font-size: 17px;
	}

	.hd-exp p {
		font-size: 16px;
	}

	.hd-exp::before {
		left: 15px;
	}

	.x-menu>li>a {
		font-size: 15px;
	}
}

@media(max-width:991px) {

	.x-banner,
	.page-banner {
		margin-top: 60px;
	}
}

@media(max-width:768px) {

	.x-banner,
	.page-banner {
		margin-top: 0;
	}
}

@media(max-width:680px) {
	.sch {
		display: none;
	}

	.hot-key h3 {
		font-size: 13px;
		line-height: 50px;
	}

	.hot-key span {
		line-height: 50px;
	}

	.hot-key span a {
		font-size: 13px;
		margin-right: 10px;
	}
}





/* 导航样式 */
/* .x-menu {
  width: 58.75%;
  float: left;
} */

.x-menu>li {
	float: left;
	position: relative;
	width: 11.11111111%;

}

.x-menu>li>a {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 56px;
}

.x-menu>li+li>a {
	background: url(../images/li.png)no-repeat left center;

}

.x-menu>li>a:hover {
	background: #151515;
	color: #fff;
}

/* .x-menu>li.active>a {
    background: #0dad3b;
    color: #fff;
} */

.x-menu>li:after {
	display: none;
	content: '';
	position: absolute;
	z-index: 100;
	width: 100%;
	left: 0;
	height: 40px;
	opacity: 0;
	top: 100%;
}

.x-menu>li:hover .x-sub-menu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.x-sub-menu {
	position: absolute;
	z-index: 99;
	width: 100%;
	left: 0;
	top: 57px;
	background: #fff;
	/* border-radius: 5px; */
	padding: 10px 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.x-sub-menu>li>a {
	display: block;
	text-align: center;
	line-height: 2;
	font-size: 14px;
	color: #333;
	line-height: 1.5;
	padding: .5em;
}

.x-sub-menu>li>a:hover {
	background: #e9eaeb;
}

.x-sub-menu:after {
	display: none;
	content: '';
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	border-width: 10px;
	cursor: pointer;
	border-style: dashed dashed solid dashed;
	border-color: transparent transparent #fff transparent;
	border-top: none;
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -10px;
	z-index: 99;
}




/* 产品中心 */
.product {
	padding-top: 60px;
	/* background-color: #f8f8f8; */
	background-color: transparent;
	background-image: url(../images/probg.jpg);
	background-size: auto;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-Attachment: scroll;
	padding-bottom: 80px;
}

.title {
	text-align: center;
}

.title h3 {
	font-size: 44px;
	font-weight: bold;
	color: #b11918;
}

.title h3 span {
	color: #273552;
}

.title h3::before {
	display: inline-block;
	background: url(../images/pr.png)no-repeat;
	width: 59px;
	height: 22px;
	content: '';
	margin-right: 30px;
}

.title h3::after {
	display: inline-block;
	content: '';
	width: 59px;
	height: 22px;
	background: url(../images/pl.png)no-repeat;
	margin-left: 30px;
}

.title p {
	font-size: 22px;
	color: #333;
	margin-top: 10px;
}

.pro-show {
	margin-top: 50px;
}

.pro-cfn {
	float: left;
	width: 23%;
	background: url()no-repeat center top;
}

.pro-tit {
	text-align: center;

	color: #fff;
	padding: 1.7rem 0;
}

.pro-tit h3 {
	font-size: 30px;
	font-weight: bold;
	line-height: 51px;
	background: url(../images/mo.png)no-repeat 45px center;
	padding-left: 50px;
}

.pro-tit p {
	font-size: 16px;
}

.cfn-list {
	padding-right: 10px;
}

.cfn-list ul {
	background-color: #fff;
	padding-bottom: 25px;
	padding-top: 15px;
}

.cfn-list ul li {
	padding: 0 20px;
	position: relative;
}

.cfn-list ul a {
	display: block;
	line-height: 52px;
	color: #555;
	font-size: 20px;
	border-bottom: dashed 1px #ddd;
	position: relative;
	z-index: 999999;
	/* transition: all .8s ease; */
}

.cfn-list ul li::after {
	position: absolute;
	content: '';
	width: 0;
	height: 100%;
	background-color: #b11918;
	top: 0;
	left: 0;
	transition: all .8s ease;
	z-index: 1;
}

.cfn-list ul li.cur::after {
	width: 103.5%;
}

.cfn-list ul li.cur a {
	border-bottom: dashed 1px #b11918;
	color: #fff;
	background: url(../images/carr.png)no-repeat right center;
}

.pro-tel {
	text-align: center;
	color: #fff;
	padding-right: 10px;
	margin-top: 10px;
}

.pro-tel .tel {
	background-color: #b11918;
	padding: 26px 0;
}

.pro-tel h3 {
	font-size: 24px;
	font-family: Arial;
	font-weight: bold;
	line-height: 38px;
	background: url(../images/tel.png)no-repeat 50px center;
	padding-left: 30px;
}

.pro-tel p {
	font-size: 14px;
}

.pro_t {
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 30px 0;
}

.pro_t li {
	float: left;
	padding: 12px 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	border-radius: 40px;
}

.pro_t li p {
	margin-bottom: 10px;
}

.pro_t li a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 23px;
	font-weight: 500;

}

.pro_t li:hover,
.pro_t li.cur {
	background: #b11918;
}

.pro_t li:hover a,
.pro_t li.cur a {
	color: #fff;
}

.pro-list {
	float: left;
	width: 100%;
}

.pro-list ul li {
	float: left;
	width: 23%;
	margin-right: 2%;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

.pro-list ul li:nth-child(4n) {
	margin-left: 0;

}

.pro-list ul li {
	margin-bottom: 20px;
}

.pro-list ul li .pro-img {
	background-color: #fff;
	border: solid 1px #ddd;
	overflow: hidden;
}

.pro-list ul li .pro-img img {
	max-width: 100%;
}

.pro-list ul li h3 {
	background-color: #ebebeb;
	line-height: 50px;
	font-size: 16px;
	color: #333;
	text-align: center;
	margin-top: 1px;
	transition: all .3s ease;
}

.pro-list ul li .pro-more {
	position: absolute;
	width: 100%;
	background-color: rgba(177, 25, 24, 0.7);
	bottom: 0;
	left: 0;
	/* height: 100%; */
	z-index: 99999;
	padding: 2.15rem 0;
	opacity: 0;
	transition: all .8s ease;
}

.pro-list ul li .pro-more h4 {
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.pro-list ul li .pro-more .more {
	display: flex;
	justify-content: center;
	margin-top: 22px;
}

.pro-list ul li .pro-more .more a {
	display: block;
	line-height: 32px;
	color: #fff;
	border: solid 1px #fff;
	padding: 0 2rem;
	margin: 0 .8rem;
	font-size: 14px;
	transition: all .5s ease;
}

.pro-list ul li:hover h3 {
	opacity: 0;
}

.pro-list ul li:hover .pro-more {
	opacity: 1;
}

.pro-list ul li .pro-more .more a:hover {
	background-color: #fff;
	color: #333;
}

@media(max-width:1299px) {
	.cfn-list ul a {
		line-height: 56px;
		font-size: 18px;
	}

	.title h3 {
		font-size: 40px;
	}
	
  
  .pro_t li a{
    font-size: 20px;
  }

	.title p {
		font-size: 20px;
	}

	.pro-tel h3 {
		background: url(../images/tel.png)no-repeat 30px center;
		padding-left: 20px;
	}
}

@media(max-width:1199px) {
	.pro-tit h3 {
		font-size: 26px;
		background: url(../images/mo.png)no-repeat 20px center;
		padding-left: 40px;
	}

	.pro-tit p {
		font-size: 14px;
	}

	.pro-tit {
		padding: 15px 0;
		background: url()no-repeat center;
	}

	.cfn-list ul a {
		font-size: 16px;
		line-height: 45px;
	}

	.pro-cfn {
		width: 24%;
		background: none;
	}

	.pro-tel {
		margin-top: 0;
	}

	.pro-tel h3 {
		background: url(../images/tel.png)no-repeat 20px center;
		font-size: 22px;

	}

	.pro-tel p {
		font-size: 13px;
	}

	.title h3 {
		font-size: 36px;
	}

	.title p {
		font-size: 16px;
	}
	
	.pro_t li a{
    font-size: 18px;
  }

	.product {
		padding-bottom: 60px;
	}

	.pro-show {
		margin-top: 30px;
	}

	.pro-list ul li .pro-more h4 {
		font-size: 15px;
	}

	.pro-list ul li .pro-more .more a {
		padding: 0 1rem;
		line-height: 30px;
		line-height: 28px;
		font-size: 12px;
	}

	.pro-list ul li .pro-more .more {
		margin-top: 15px;
	}
}

@media(max-width:991px) {
	.product {
		padding: 40px 0;
		position: relative;
		z-index: 99;
	}

	.title h3 {
		font-size: 32px;
	}
	
	.pro_t li a{
    font-size: 18px;
  }

	.pro-cfn {
		float: none;
		width: 100%;
	}

	.pro-list {
		float: none;
		width: 100%;
		margin-top: 30px;
	}

	.pro-tit {
		background-color: #b11918;
		background-image: linear-gradient(to right, #b11918, #0dac3c);
		text-align: unset;
		padding-left: 30px;
	}

	.pro-tit h3 {
		background: url(../images/mo.png)no-repeat left center;
		line-height: 32px;
	}

	.pro-tit p {
		margin-top: 10px;
	}

	.cfn-list ul li.cur::after {
		width: 100%;
	}

	.cfn-list {
		padding: 0;
	}

	.cfn-list ul li {
		float: left;
		width: 32%;
		margin-left: 2%;
	}

	.cfn-list ul li:nth-child(1),
	.cfn-list ul li:nth-child(4) {
		margin-left: 0;
	}

	.cfn-list ul {
		padding: 15px 0;
	}

	.pro-tel {
		padding: 0;
		text-align: unset;
	}

	.pro-tel .tel {
		padding: 15px 0;
		padding-left: 30px;
	}

	.pro-tel h3 {
		background: url(../images/tel.png)no-repeat left center;
	}

	.pro-list ul li h3 {
		line-height: 40px;
		font-size: 15px;
		display: -webkit-box;
		/**对象作为伸缩盒子模型展示**/
		-webkit-box-orient: vertical;
		/**设置或检索伸缩盒子对象的子元素的排列方式**/
		-webkit-line-clamp: 1;
		/**显示的行数**/
		overflow: hidden;
		/**隐藏超出的内容**/
	}

	.pro-list ul li .pro-more h4 {
		font-size: 14px;
	}

	.pro-list ul li .pro-more {
		padding: 1.5rem 0;
	}
}

@media(max-width:600px) {
	.pro-list ul li {
		width: 48%;
		margin-right: 4%;
	}

	.pro-list ul li:nth-child(2n) {
		margin-right: 0;
	}

	.pro-list ul li h3 {
		font-size: 14px;
	}

	.cfn-list ul li {
		padding: 0 10px;
		width: 100%;
	}

	.cfn-list ul a {
		font-size: 14px;
		line-height: 40px;
	}

	.title h3 {
		font-size: 28px;
	}

	.title h3::before {
		margin-right: 10px;
	}

	.title h3::after {
		margin-left: 10px;
	}

	.title p {
		font-size: 14px;
	}
	
	.pro_t li a{
    font-size: 16px;
  }
}

@media(max-width:400px) {
	.pro-list ul li .pro-more .more a {
		margin: 0 .4rem;
		line-height: 26px;
		padding: 0 .5rem;
	}

	.pro-list ul li .pro-more h4 {
		display: none;
	}

	.pro-list ul li .pro-more .more {
		margin-top: 0;
	}

	.pro-list ul li .pro-more {
		padding: 10px 0;
	}

	.pro-list ul li h3 {
		font-size: 12px;
		line-height: 32px;
	}

	.cfn-list ul li.cur a {
		background: none;
	}

	.cfn-list ul a {
		text-align: center;
	}

	.title h3::before {
		display: none;
	}

	.title h3::after {
		display: none;
	}
}



/* 产品优势 */
.ys {
	background: url(../images/ys.png)no-repeat center;
	padding-top: 65px;
	padding-bottom: 95px;
}

.ys .title h3 {
	color: #fff;
}

.ys .title p {
	color: #fff;
}

.ys .title h3::before {
	display: none;
}

.ys .title h3::after {
	display: none;
}

.ys-list {
	margin-top: 50px;
}

.ys-list ul {
	display: flex;
	flex-wrap: wrap;
}

.ys-list ul li {
	float: left;
	background-color: #fff;
	width: 23.65%;
	margin-left: 1.8%;
	cursor: pointer;
}

.ys-list ul li:first-child {
	margin-left: 0;
}

.ys-list ul li .ys-img {
	overflow: hidden;
}

.ys-list ul li .ys-img img {
	max-width: 100%;
}

.ys-list ul li .ys-text {
	text-align: center;
	padding: 0 15px;
	padding-top: 30px;
	padding-bottom: 40px;
}

.ys-list ul li .ys-text h3 {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	transition: all .5s ease;
}

.ys-list ul li .ys-text .text {
	font-size: 16px;
	line-height: 25px;
	color: #444;
	margin-top: 25px;
}

.ys-list ul li .ys-text .text span {
	font-weight: bold;
	text-transform: uppercase;
	color: #0dad3b;
}

.ys-list ul li:hover .ys-text h3 {
	color: #b11918;
}

/* 客户案例 */
.case {
	padding-top: 70px;
	padding-bottom: 80px;
}

.case-cfn {
	margin-top: 35px;
}

.case-cfn ul {
	max-width: 685px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
}

.case-cfn ul li {
	width: 22%;
	margin: 0 10px;
}

.case-cfn ul li a {
	display: block;
	text-align: center;
}

.case-cfn ul li a span {
	display: block;
	background-color: #dddddd;
	line-height: 48px;
	font-size: 18px;
	color: #333;
	transition: all .5s ease;
}

.case-cfn ul li.cur a span {
	background-color: #b11918;
	color: #fff;
}

.case-cfn ul li a::after {
	display: block;
	content: '';
	width: 17px;
	height: 10px;
	background: url(../images/darr.png)no-repeat;
	margin: 0 auto;
	margin-top: -1px;
	opacity: 0;
	transition: all .5s ease;
}

.case-cfn ul li.cur a::after {
	opacity: 1;
}

.case-show {
	margin-top: 38px;
}

.case-list ul li:nth-child(n-4) {
	margin-bottom: 20px;
}

.case-show .case-list {}

.case-list ul li {
	float: left;
	width: 23%;
	margin: 0 1%;
}


.case-list ul li {
	display: block;
	position: relative;
}

.case-list ul li .case-img {
	overflow: hidden;
}

.case-list ul li .case-img img {
	width: 100%;
	display: block;
}

.case-list ul li h3 {
	font-size: 16px;
	color: #fff;
	line-height: 50px;
	background: #b11918;
	text-align: center;
	transition: all .5s ease;
}

.case-list ul li:hover h3 {
	opacity: 0;
}

.case-list ul li .case-more {
	position: absolute;
	width: 100%;
	background-color: rgba(5, 63, 149, 0.9);
	bottom: 0;
	left: 0;
	padding: 2.15rem 0;
	opacity: 0;
	transition: all .8s ease;
}

.case-list ul li .case-more h4 {
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.case-list ul li .case-more .more {
	display: flex;
	justify-content: center;
	margin-top: 28px;
}

.case-list ul li .case-more .more a {
	display: block;
	line-height: 32px;
	padding: 0 2rem;
	margin: 0 .8rem;
	color: #fff;
	font-size: 14px;
	border: solid 1px #fff;
	transition: all .8s ease;
}

.case-list ul li .case-more .more a:hover {
	background-color: #fff;
	color: #333;
}

.case-list ul li:hover .case-more {
	opacity: 1;
}


/* 核心优势 */
.core-ys {
	padding-top: 80px;
	padding-bottom: 100px;
	/* background-color: #f8f8f8; */
	background: url(../images/cys.jpg) no-repeat;
	background-size: 100%;
}

.core-ys .title h3::before {
	display: none;
}

.core-ys .title h3::after {
	display: none;
}

.cs-show {
	margin-top: 80px;
}

.cs-show ul li {
	display: flex;
	flex-wrap: wrap;
	margin-top: 70px;
}

.cs-show ul li .cs-img {
	width: 50%;
}

.cs-show ul li:nth-child(2) .cs-img {
	text-align: right;
}

.cs-show ul li .cs-img img {
	max-width: 100%;
}

.cs-show ul li .cs-text {
	width: 50%;
}

.cs-show ul li:first-child {
	margin-top: 0;
}

.cs-text .cs-tit {
	display: flex;
	flex-wrap: wrap;
}

.cs-text .cs-tit .num {
	max-width: 18%;
	float: left;
}

.cs-text .cs-tit .num img {
	max-width: 100%;
}

.cs-text .cs-tit .tit {
	padding-left: 25px;
	float: right;
	width: 82%;
}

.cs-text .cs-tit .tit::after {
	display: block;
	content: '';
	background-color: rgba(5, 63, 149, 0.2);
	max-width: 521px;
	height: 1px;
	margin-top: 18px;
	margin-left: -38px;
}

.cs-text .cs-tit .tit h3 {
	font-size: 38px;
	font-weight: bold;
	color: #b11918;
	line-height: 80px;
}

.cs-text .cs-tit .tit h3 span {
	margin-left: 10px;
	font-weight: normal;
}

.cs-text .cs-tit .tit p {
	font-size: 24px;
	color: #333;
	margin-top: 8px;
}

.cs-text .text {
	margin-top: 40px;
}

.cs-text .text p {
	font-size: 18px;
	line-height: 30px;
	color: #555555;
	padding-left: 55px;
	background: url(../images/1.png)no-repeat left 5px;
}

.cs-text .text p:nth-child(2) {
	margin-top: 15px;
}

.cs-show ul li:nth-child(3) .cs-text .cs-tel {
	font-size: 18px;
	color: #666;
	line-height: 32px;
	background: url(../images/tel1.png)no-repeat left center;
	padding-left: 50px;
	margin-top: 60px;
}

.cs-show ul li:nth-child(3) .cs-text .cs-tel span {
	font-size: 28px;
	font-weight: bold;
	font-family: Arial;
	color: #b11918;
}

/* 研发团队 */
.team {
	padding-top: 75px;
}

.tm-show {
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
}

.tm-left {
	float: left;
	width: 47.7%;
	padding: 10px 0;
}

.tm-left img {
	width: 100%;
}

.tm-left .text {
	background-color: #b11918;
	width: 100%;
	font-size: 15px;
	color: #fff;
	line-height: 24px;
	padding: 26px 35px;
}

.tm-right {
	float: right;
	width: 50%;
	margin-left: 2.3%;

}

.tm-right .owl-carousel {
	height: 100%;
}

.tm-right .owl-carousel .owl-stage-outer {
	/* margin: 10px 0; */
	height: 100%;
}

.tm-right .owl-carousel .owl-stage {
	height: 100%;
}

.tm-right .owl-carousel .owl-item {
	height: 100%;
}

.tm-right ul li {
	height: 100%;
	cursor: pointer;
	padding: 10px 5%;
	/* position: relative;
    z-index: 9999999; */
}

.tm-right ul li .tm-con {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	/* box-shadow: 0px 3px 6px 5px rgb(0 0 0 / 8%);
    margin: 10px 0; */
}

.tm-right .tm-img {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 51.7%;
	padding: 0 20px;
	background-color: #b11918;
	background-image: linear-gradient(to right, #b11918, #097b64);
}

.tm-right .tm-img img {
	max-width: 100%;
	/* max-height: 100%; */
}

.tm-text {
	width: 48.3%;
	background: #fff;
	padding-left: 6.5%;
	padding-right: 6%;
	display: flex;
	align-items: center;
	box-shadow: 0px 0px 6px 6px rgb(0 0 0 / 3%);
}

.tm-text h3 {
	font-size: 24px;
	font-weight: bold;
}

.tm-text span {
	display: block;
	font-size: 18px;
	color: #666;
	margin-top: 10px;
	border-bottom: solid 1px #ddd;
	padding-bottom: 25px;
}

.tm-text p {
	font-size: 16px;
	line-height: 26px;
	margin-top: 30px;
	color: #666;
}

.tm-text a {
	display: block;
	width: 174px;
	line-height: 36px;
	background-color: #b11918;
	border-radius: 30px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-top: 65px;
	transition: all .5s ease;
}

.tm-text a:hover {
	background-color: #0dad3b;
}

.tm-right .owl-carousel .owl-nav {
	display: block;
}

.tm-right .owl-carousel .owl-nav button {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 43%;
	z-index: 999999;
	outline: none;
}

.tm-right .owl-carousel .owl-nav button.owl-prev {
	left: 6px;
	background: url(../images/carrl.png)no-repeat;
}

.tm-right .owl-carousel .owl-nav button.owl-next {
	right: 6px;
	background: url(../images/carrr.png)no-repeat;
}

.tm-right .owl-carousel .owl-nav button span {
	display: none;
}

/* 服务流程 */
.process {
	background-color: #f8f8f8;
	padding-top: 80px;
	padding-bottom: 100px;
}

.process .title h3::before {
	display: none;
}

.process .title h3::after {
	display: none;
}

.pss-show {
	margin-top: 85px;
}

.pss-list li {
	float: left;
	text-align: center;
	padding: 0 1%;
	position: relative;
	width: 16.66%;
}

.pss-list li+li::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 1px;
	height: 134px;
	background-color: #ddd;
	display: block;
}

.pss-list li:nth-child(1) {
	padding-left: 0;
}

.pss-list li:last-child {
	padding-right: 0;
}

.pss-list li .pss-img {
	overflow: hidden;
	display: flex;
	justify-content: center;
	cursor: pointer;
}

.pss-list li .pss-img .pss {
	position: relative;
}

.pss-list li .pss-img .pss-ico {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .5s ease;
}

.pss-list li .pss-img .pss-ico span {
	width: 80%;
	height: 80%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, 0.9);
	overflow: hidden;
	border-radius: 50%;
}

.pss-list li h3 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-top: 30px;
}

.pss-list li p {
	font-size: 16px;
	color: #666;
	margin-top: 5px;
}

.pss-list li .pss-img:hover .pss-ico {
	transform: rotateY(180deg);
}

/* 横幅 */
.hf {
	background: url(../images/nban.png)no-repeat center;
	padding: 50px 0;
}

.hf-show {
	display: flex;
	justify-content: flex-end;
}

.hf-left {
	width: 70%;
}

.hf-text {
	float: left;
	width: 55%;
	text-align: center;
}

.hf-text h3 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	line-height: 34px;
}

.hf-text p {
	font-size: 16px;
	color: #fff;
	margin-top: 15px;
}

.hf-text a {
	display: block;
	width: 134px;
	line-height: 46px;
	background-color: #fff;
	text-align: center;
	font-size: 16px;
	color: #b11918;
	margin: 0 auto;
	margin-top: 30px;
	transition: all .5s ease;
}

.hf-text a:hover {
	background-color: #0dad3b;
	color: #fff;
}

.hf-form {
	float: right;
	width: 40%;
}

.hf-form input {
	border: none;
	background-color: #fff;
	line-height: 54px;
	width: 100%;
	font-size: 14px;
	color: #999;
	padding-left: 25px;
	outline: none;
}

.hf-form .pho {
	margin-top: 0;
}

.hf-form .inp {
	margin-top: 10px;
	position: relative;
}

.hf-form .inp span {
	display: block;
	position: absolute;
	top: 11px;
	right: 0;
}

.hf-form .x-submit {
	padding-left: 0;
	margin-top: 10px;
	background-color: #0b8f53;
	font-size: 16px;
	color: #fff;
}








/* 关于我们 */
.about {
	padding-top: 80px;
	padding-bottom: 90px;
}

.abt-show {
	margin-top: 70px;
}

.abt-left {
	width: 55%;
	float: left;
}

.abt-left img {
	max-width: 100%;
}

.abt-text {
	float: right;
	width: 44%;
	padding-top: 25px;
}

.abt-text h3 {
	font-size: 30px;
	color: #333;
	font-weight: bold;
}

.abt-text .abt-con {
	font-size: 16px;
	color: #666;
	line-height: 34px;
	margin-top: 30px;
}

.abt-text a {
	display: block;
	width: 150px;
	line-height: 44px;
	background-color: #b11918;
	color: #fff;
	text-align: center;
	font-size: 14px;
	border-top-right-radius: 20px;
	margin-top: 35px;
	transition: all .5s ease;
}

.abt-text a:hover {
	background-color: #b11918;
}


/* 新闻资讯 */
.news {
	padding: 80px 0;
}

.new-show {
	margin-top: 70px;
}

.new-left {
	float: left;
	width: 62%;
}

.new-tit {
	border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}

.new-tit ul {
	float: left;
}

.new-tit ul li {
	float: left;
	font-size: 22px;
	color: #333;
	font-weight: bold;
	position: relative;
	cursor: pointer;
}

.new-tit ul li+li::before {
	position: absolute;
	content: '';
	height: 18px;
	width: 1px;
	background-color: #ddd;
	top: 7px;
	left: -33px;
}

.new-tit ul li.cur {
	color: #b11918;
}

.new-tit ul li::after {
	content: '';
	display: block;
	width: 0;
	height: 3px;
	background-color: #b11918;
	transition: all .3s ease;
	margin-top: 15px;
}

.new-tit ul li.cur::after {
	width: 100%;
}

.new-tit ul li:nth-child(2) {
	margin-left: 65px;
}

.new-tit a {
	float: right;
	display: block;
	font-size: 14px;
	color: #999;
	margin-top: 10px;
}

.new-tit a:hover {
	color: #b11918;
}

.new-warp .new-con {
	display: none;

}

.new-top {
	border-bottom: dashed 1px #ddd;
	padding-top: 25px;
	padding-bottom: 40px;
}

.new-top ul li a {
	display: block;
}

.new-top ul li a .new-img {
	float: left;
	width: 39%;
	overflow: hidden;
}

.new-top ul li a .new-img img {
	max-width: 100%;
}

.new-top ul li a .new-text {
	float: right;
	width: 57%;
	padding-top: 10px;
}

.new-top ul li a .new-text h3.tit {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	transition: all .3s ease;
	display: -webkit-box;
	/**对象作为伸缩盒子模型展示**/
	-webkit-box-orient: vertical;
	/**设置或检索伸缩盒子对象的子元素的排列方式**/
	-webkit-line-clamp: 1;
	/**显示的行数**/
	overflow: hidden;
	/**隐藏超出的内容**/
}

.new-top ul li a .new-text .new-clf {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}

.new-top ul li a .new-text .new-clf .text {
	width: 76%;
	font-size: 14px;
	line-height: 24px;
	color: #999;
	display: -webkit-box;
	/**对象作为伸缩盒子模型展示**/
	-webkit-box-orient: vertical;
	/**设置或检索伸缩盒子对象的子元素的排列方式**/
	-webkit-line-clamp: 3;
	/**显示的行数**/
	overflow: hidden;
	/**隐藏超出的内容**/
}

.new-top ul li a .new-text .new-clf .new-time {
	width: 24%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
}

.new-top ul li a .new-text .new-clf .new-time h3 {
	text-align: center;
	color: #333;
	font-size: 36px;
	font-weight: bold;
	font-family: Arial;
}

.new-top ul li a .new-text .new-clf .new-time h3 span {
	display: block;
	font-size: 14px;
	color: #666;
	font-weight: normal;
	margin-top: 10px;
}

.new-top ul li a .new-text .new-clf .new-time::after {
	position: absolute;
	content: '';
	height: 68px;
	width: 1px;
	background-color: rgba(221, 221, 221, 0.4);
	top: 5px;
	left: 30%;
}

.new-top ul li a .new-text .new-more {
	display: block;
	width: 120px;
	line-height: 34px;
	background-color: #b11918;
	color: #fff;
	text-align: center;
	color: #fff;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-top: 20px;
	transition: all .5s ease;
}

.new-top ul li a:hover .new-text .new-more {
	background-color: #b11918;
}

.new-top ul li a:hover .new-text h3 {
	color: #b11918;
}

.new-rem {
	padding-top: 40px;
}

.new-rem ul li {
	float: left;
	width: 50%;
}

.new-rem ul li:nth-child(2) {
	display: flex;
	justify-content: flex-end;
}

.new-rem ul li a {
	width: 93%;
	display: block;
}

.new-rem ul li a h3 {
	font-size: 18px;
	color: #333;
	transition: all .5s ease;
	display: -webkit-box;
	/**对象作为伸缩盒子模型展示**/
	-webkit-box-orient: vertical;
	/**设置或检索伸缩盒子对象的子元素的排列方式**/
	-webkit-line-clamp: 1;
	/**显示的行数**/
	overflow: hidden;
	/**隐藏超出的内容**/
}

.new-rem ul li a h3 span {
	display: inline-block;
	overflow: hidden;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: solid 2px #999;
	margin-right: 10px;
	transition: all .5s ease;
}

.new-rem ul li a p {
	font-size: 14px;
	line-height: 24px;
	color: #999;
	margin-top: 20px;
	display: -webkit-box;
	/**对象作为伸缩盒子模型展示**/
	-webkit-box-orient: vertical;
	/**设置或检索伸缩盒子对象的子元素的排列方式**/
	-webkit-line-clamp: 2;
	/**显示的行数**/
	overflow: hidden;
	/**隐藏超出的内容**/
}

.new-rem ul li a .time {
	display: block;
	font-size: 14px;
	color: #999;
	margin-top: 25px;
}

.new-rem ul li a:hover h3 {
	font-weight: bold;
	color: #b11918;
}

.new-rem ul li a:hover h3 span {
	border: solid 2px #b11918;
}

.new-right {
	float: right;
	width: 32%;
}

.new-tit h3 {
	float: left;
	font-size: 22px;
	color: #333;
	font-weight: bold;
	position: relative;
	cursor: pointer;
	margin-bottom: 25px;
}




.new-list {
	padding-top: 25px;
}

#ydemo {
	overflow: hidden;
	position: relative;
	height: 410px;
}

.new-list ul li a {
	display: block;
	padding-top: 25px;
	padding-bottom: 30px;
	border-bottom: dashed 1px #ddd;
}

.new-list ul li a h3 {
	font-size: 18px;
	color: #333;
	line-height: 28px;
	background: url(../images/aq.png)no-repeat left center;
	padding-left: 45px;
	display: -webkit-box;
	/**对象作为伸缩盒子模型展示**/
	-webkit-box-orient: vertical;
	/**设置或检索伸缩盒子对象的子元素的排列方式**/
	-webkit-line-clamp: 1;
	/**显示的行数**/
	overflow: hidden;
	/**隐藏超出的内容**/
}

.new-list ul li a p {
	background: url(../images/dq.png)no-repeat left top;
	font-size: 14px;
	color: #999;
	line-height: 26px;
	padding-left: 45px;
	margin-top: 10px;
	display: -webkit-box;
	/**对象作为伸缩盒子模型展示**/
	-webkit-box-orient: vertical;
	/**设置或检索伸缩盒子对象的子元素的排列方式**/
	-webkit-line-clamp: 2;
	/**显示的行数**/
	overflow: hidden;
	/**隐藏超出的内容**/
}

.new-list ul li a:hover h3 {
	color: #b11918;
}

/* 友情链接 */

.link {
	background: url() no-repeat center center;
	background-size: 100% 100%;
	padding: 20px 0;
}

.link-show {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.link-show::after {
	position: absolute;
	width: 40%;
	height: 100%;
	background-color: #b11918;
	top: 0;
	right: 100%;
}

.link-warp {
	float: left;
	width: calc(100% - 170px);
	display: flex;
	justify-content: space-between;
	position: relative;

}

.link-warp span {
	display: inline-block;
	font-size: 14px;
	color: #fff;
}

.link-list {
	flex: 1;
	margin-left: 10px;
}

.link-list a {
	display: inline-block;
	margin-left: 5px;
	color: #fff;
	font-size: 14px;
	line-height: 26px;
}

.link-list a:hover {
	color: #0dad3b;
}


.link-warp .sec {
	display: none;
	position: absolute;
	bottom: 100%;
	left: 0;
	background: rgba(5, 62, 149, .9);
	padding: 10px;
	min-width: 120px;
}



.link-a {
	display: flex;
	align-items: center;
}

.link-a span {
	display: block;
	font-size: 12px;
	color: #fff;
	text-align: center;
	width: 118px;
	line-height: 24px;
	border: solid 1px #fff;
	opacity: .5;
	transition: all .5s ease;
}

.link-a span:hover {
	border: solid 1px #0dad3b;
	background-color: #0dad3b;
	opacity: 1;
}


/* 底部 */
.foot {
	background-color: #16181a;
	padding-top: 45px;
}

.ft-nav {
	padding-bottom: 40px;
}

.ft-nav ul li {
	float: left;
	margin-left: 5.89%;
}

.ft-nav ul li:nth-child(1) {
	margin-left: 0;
}

.ft-nav ul li a {
	display: block;
	font-size: 18px;
	color: #fff;
}

.ft-nav ul li a:hover {
	color: #fff;
}

.ft-show {
	display: flex;
	flex-wrap: wrap;
	border-top: solid 1px rgb(255 255 255 / 8%);
}

.ft-left {
	display: flex;
	flex-wrap: wrap;
	width: 39%;
}

.ft-logo {
	overflow: hidden;
	display: flex;
	align-items: center;
}

.ft-logo img {
	max-width: 100%;
}

.ft-tel {
	background: url()no-repeat left center;
	padding-left: 70px;
	display: flex;
	align-items: center;
	margin-left: 40px;
}

.ft-tel h3 {
	font-size: 26px;
	font-family: Arial;
	color: #fff;
	line-height: 38px;
}

.ft-tel h3 span {
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}

.ft-contact {
	padding-top: 35px;
	width: 35%;
	padding-bottom: 35px;
	border-left: solid 1px rgb(255 255 255 / 8%);
	padding-left: 75px;
}

.ft-contact h3 {
	font-size: 16px;
	color: #fff;
	line-height: 26px;
}

.ft-contact .contact {
	font-size: 14px;
	color: #fff;
	line-height: 26px;
	margin-top: 15px;
}

.ft-ewm {
	width: 26%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	border-left: solid 1px rgb(255 255 255 / 8%);
}

.ewm-list {
	display: flex;
	flex-wrap: wrap;
}

.ewm-list .m1 {
	margin-right: 20px;
}

/* .ewm-list .m2{
  
  } */
.ewm-list img {
	max-width: 100%;
}

.ewm-list p {
	text-align: center;
	font-size: 13px;
	color: #999;
	margin-top: 10px;
}

.footer {
	background-color: #555;
	text-align: center;
	font-size: 14px;
	color: rgb(255 255 255 / 50%);
	line-height: 24px;
	padding: 26px 0;
}

.footer a {
	font-size: 14px;
	color: rgb(255 255 255 / 50%);
	line-height: 24px;
}

.footer a:hover {
	color: rgb(255 255 255 / 50%);
}

/* 底部自行适应 */
@media(max-width:1299px) {
	.ft-nav ul li {
		margin-left: 5.19%;
	}
}

@media(max-width:1199px) {
	.ft-nav ul li a {
		font-size: 16px;
	}

	.ft-nav ul li {
		margin-left: 4.62%;
	}

	.ft-tel {
		margin-left: 20px;
		padding-left: 60px;
	}

	.ft-contact {
		padding-left: 40px;
	}

	.footer {
		font-size: 12px;
	}

	.footer a {
		font-size: 12px;
	}
}

@media(max-width:991px) {
	.ft-nav ul li a {
		font-size: 14px;
	}

	.ft-nav ul li {
		margin-left: 3.5%;
	}

	.link {
		display: none;
	}

	.ft-nav {
		padding-bottom: 20px;
	}

	.ft-logo {
		width: 30%;
	}

	.ft-tel h3 {
		font-size: 20px;
	}

	.ft-tel h3 span {
		font-size: 14px;
	}

	.ft-tel {
		margin-left: 15px;
		padding-left: 40px;
		background-size: 34px 90px;
	}

	.ft-contact .contact {
		font-size: 13px;
	}

	.ft-contact {
		padding-left: 20px;
	}

	.ewm-list .m1 {
		display: none;
	}

	.ft-ewm {
		width: 20%;
	}

	.ft-contact {
		width: 39%;
	}

	.ft-left {
		width: 41%;
	}

	.footer {
		padding: 15px 0;
	}

	.foot {
		padding-top: 30px;
	}
}

.md-foot {
	display: none;
}

@media(max-width:767px) {
	.foot {
		display: none;
	}

	.footer {
		display: none;
	}

	.md-foot {
		display: block;
		background: #141414;
	}

	.mod-logo {
		text-align: center;
		padding: 30px 0;
	}

	.mod-logo a {
		display: block;
	}

	.mod-logo a img {
		max-width: 100%;
	}

	.fd-cfn {
		border-bottom: solid 1px #ccc;
		margin-top: 10px;
	}

	.fd-cfn h3 {
		font-size: 16px;
		color: #fff;
		line-height: 2.5;
	}

	.fd-cfn h3 span {
		padding-right: 10px;
	}

	.fd-cfn .fd-name {
		display: none;
		padding-left: 13px;
	}

	.fd-cfn .fd-name a {
		display: block;
		line-height: 28px;
		color: #fff;
		opacity: .8;
	}

	.fd-ly .copyright {
		color: #fff;
		opacity: .8;
		padding: 15px 15px;
		line-height: 1.5;
		text-align: center;
		float: none;
	}

	.fd-ly .copyright a {
		color: #fff;
		opacity: .8;
	}
}


/* 优势自适应 */
@media(max-width:1299px) {
	.ys-list ul li .ys-text .text {
		font-size: 14px;
	}

	.ys-list ul li .ys-text h3 {
		font-size: 20px;
	}

	.ys-list ul li .ys-text {
		padding-bottom: 30px;
		padding-top: 25px;
	}
}

@media(max-width:1199px) {
	.ys-list ul li .ys-text .text {
		font-size: 12px;
		margin-top: 15px;
	}

	.ys-list ul li .ys-text {
		padding: 17px 10px;
	}

	.ys-list {
		margin-top: 30px;
	}

	.ys {
		padding-bottom: 65px;
		padding-top: 50px;
	}
}

@media(max-width:991px) {
	.ys-list ul li .ys-text .text br {
		display: none;
	}

	.ys-list ul li .ys-text h3 {
		font-size: 18px;
	}

	.ys-list ul li .ys-text .text {
		line-height: 20px;
		margin-top: 10px;
	}

	.ys-list ul li .ys-text {
		padding: 17px 8px;
	}
}

@media(max-width:670px) {
	.ys-list ul li {
		width: 46.5%;
		margin-left: 10px;
	}

	.ys-list ul li:nth-child(3) {
		margin-left: 0;
		margin-top: 10px;
	}

	.ys-list ul li:nth-child(4) {
		margin-top: 10px;
	}

	.ys-list ul {
		justify-content: center;
	}

	.ys {
		background-color: #b11918;
		padding: 40px 0;
	}
}

@media(max-width:475px) {
	.ys-list ul li {
		width: 48.5%;
		margin-left: 3%;
	}
}

/* 客户案例自适应 */
@media(max-width:1199px) {
	.case-cfn ul li a span {
		line-height: 40px;
		font-size: 16px;
	}

	.case-cfn ul {
		max-width: 600px;
	}

	.case {
		padding-top: 50px;
		padding-bottom: 60px;
	}

	.case-cfn {
		margin-top: 30px;
	}

	.case-show {
		margin-top: 30px;
	}
}

@media(max-width:991px) {
	.case-list ul li h3 {
		line-height: 45px;
		font-size: 14px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.case-list ul li .case-more h4 {
		font-size: 14px;
		display: -webkit-box;
		/**对象作为伸缩盒子模型展示**/
		-webkit-box-orient: vertical;
		/**设置或检索伸缩盒子对象的子元素的排列方式**/
		-webkit-line-clamp: 1;
		/**显示的行数**/
		overflow: hidden;
		/**隐藏超出的内容**/
	}

	.case-list ul li .case-more .more a {
		line-height: 28px;
	}

	.case-list ul li .case-more .more {
		margin-top: 20px;
	}

	.case {
		padding: 40px 0;
	}

	.case-cfn {
		margin-top: 20px;
	}
}

@media(max-width:735px) {
	.case-list ul li {
		width: 48%;
	}


	.case-cfn ul li a span {
		font-size: 14px;
		line-height: 32px;
	}
}

@media(max-width:505px) {
	.case-list ul li {
		width: 100%;
		margin-bottom: 15px;
	}

	.case-list ul li .case-more .more a {
		padding: 0 1rem;
		line-height: 28px;
		font-size: 12px;
	}

	.case-list ul li h3 {
		font-size: 12px;
		line-height: 32px;
	}

	.case-list ul li .case-more {
		padding: 10px 0;
	}

	.case-list ul li .case-more .more {
		margin-top: 10px;
	}

	.case-list ul li .case-more .more a {
		line-height: 24px;
	}

	.case-list ul li .case-more h4 {
		font-size: 12px;
	}
}

@media(max-width:375px) {
	.case-list ul li .case-more .more a:nth-child(1) {
		display: none;
	}
}

/* 核心优势自适应 */
@media(max-width:1299px) {
	.cs-show ul li:nth-child(2n+1) .cs-text {
		padding-left: 40px;
	}

	.cs-show ul li:nth-child(2n) .cs-text {
		padding-right: 40px;
	}

	.cs-text .cs-tit .tit p {
		font-size: 22px;
	}

	.cs-text .cs-tit .tit h3 {
		font-size: 36px;
	}

	.cs-text .text p {
		font-size: 17px;
	}
}

@media(max-width:1199px) {
	.core-ys {
		padding: 60px 0;
	}

	.cs-show {
		margin-top: 50px;
	}

	.cs-show ul li {
		margin-top: 40px;
	}

	.cs-text .cs-tit .tit h3 {
		font-size: 32px;
	}

	.cs-text .cs-tit .tit p {
		margin-top: 5px;
		font-size: 18px;
	}

	.cs-text .cs-tit .tit::after {
		margin-top: 10px;
	}

	.cs-text .text p {
		font-size: 15px;
	}
}

@media(max-width:991px) {
	.cs-text .cs-tit .tit h3 {
		font-size: 24px;
	}

	.cs-text .cs-tit .tit p {
		font-size: 13px;
		margin-top: 0;
	}

	.cs-text .text p {
		font-size: 13px;
		line-height: 24px;
	}

	.cs-text .text {
		margin-top: 20px;
	}

	.cs-text .text p {
		background: none;
		padding-left: 0;
	}

	.cs-text .text p:nth-child(2) {
		margin-top: 10px;
	}

	.cs-show ul li:nth-child(3) .cs-text .cs-tel span {
		font-size: 18px;
	}

	.cs-show ul li:nth-child(3) .cs-text .cs-tel {
		font-size: 14px;
		padding-left: 40px;
		margin-top: 25px;
	}

}

@media(max-width:768px) {
	.cs-show ul li:nth-child(2n+1) .cs-text {
		padding-left: 20px;
	}

	.cs-show ul li:nth-child(2n) .cs-text {
		padding-right: 20px;
	}
}

.cs-show1 {
	display: none;
}

@media(max-width:700px) {
	.cs-show {
		display: none;
	}

	.cs-show1 {
		display: block;
		margin-top: 40px;
	}

	.cs-show1 ul li {
		margin-top: 40px;
	}

	.cs-show1 ul li:nth-child(1) {
		margin-top: 0;
	}

	.cs-show1 ul li .cs-img {
		width: 100%;
	}

	.cs-show1 ul li .cs-img img {
		width: 100%;
	}

	.cs-show1 ul li .cs-text {
		width: 100%;
		margin-top: 20px;
	}

	.core-ys {
		padding: 50px 0;
	}

	.cs-show1 ul li:nth-child(3) .cs-text .cs-tel {
		color: #666;
		line-height: 32px;
		background: url(../images/tel1.png)no-repeat left center;
		font-size: 14px;
		padding-left: 40px;
		margin-top: 25px;
	}

	.cs-show1 ul li:nth-child(3) .cs-text .cs-tel span {
		font-size: 18px;
	}
}

/* 研发团队自适应 */
@media(max-width:1199px) {
	.team {
		padding-top: 50px;
	}

	.tm-show {
		margin-top: 30px;
	}

	.tm-right ul li {
		padding: 10px 2%;
	}

	.tm-right .owl-carousel .owl-nav button.owl-prev {
		left: -15px;
	}

	.tm-right .owl-carousel .owl-nav button.owl-next {
		right: -15px;
	}
}

@media(max-width:991px) {
	.tm-left {
		width: 100%;
	}

	.tm-right {
		width: 100%;
		margin-left: 0;
	}

	.tm-right ul li {
		padding: 10px;
	}

	/* .tm-right .owl-carousel .owl-nav button.owl-prev{
      left: -15px;
    }
    .tm-right .owl-carousel .owl-nav button.owl-next{
      right: -25px;
    } */
	.tm-right .tm-img {
		padding: 20px;
	}
}

@media(max-width:535px) {
	.tm-text a {
		padding: 0 10px;
		width: auto;
		font-size: 12px;
		margin-top: 20px;
	}

	.tm-text p {
		margin-top: 15px;
	}

	.tm-text span {
		padding-bottom: 15px;
	}

	.tm-text p {
		font-size: 14px;
	}

	.tm-text span {
		font-size: 16px;
	}

	.tm-text h3 {
		font-size: 22px;
	}
}

@media(max-width:425px) {
	.tm-right {
		display: none;
	}
}

/* 服务流程自适应 */
@media(max-width:1299px) {
	.pss-list li {
		padding: 0 2.49%;
	}
}

@media(max-width:1199px) {
	.process {
		padding-top: 20px;
		padding-bottom: 70px;
	}

	.pss-show {
		margin-top: 50px;
	}

	.pss-list li {
		width: 15%;
		padding: 0;
		margin-left: 2%;
	}

	.pss-list li .pss-img .pss img {
		max-width: 100%;
	}

	.pss-list li:nth-child(1) {
		margin-left: 0;
	}

	.pss-list li+li::before {
		left: -9px;
	}

	.pss-list li p {
		font-size: 14px;
	}

	.pss-list li h3 {
		font-size: 17px;
	}
}

@media(max-width:991px) {
	.pss-list li {
		width: 13%;
	}

	.pss-list li p {
		display: none;
	}

	.pss-list li h3 {
		font-size: 15px;
		font-weight: normal;
		margin-top: 20px;
	}

	.pss-list li+li::before {
		height: 97px;
		left: -16px;
	}

	.pss-list li {
		margin-left: 4.4%;
	}

	.pss-show {
		margin-top: 30px;
	}

	.process {
		padding-bottom: 40px;
	}
}

@media(max-width:745px) {
	.process {
		display: none;
	}
}

/* 横幅自适应 */
@media(max-width:991px) {
	.hf-left {
		width: 85%;
	}

	.hf-text h3 {
		font-size: 20px;
	}

	.hf-text a {
		line-height: 40px;
		font-size: 14px;
		margin-top: 20px;
	}

	.hf-form input {
		line-height: 45px;
	}

	.hf-form .inp span {
		top: 7px;
	}

	.hf {
		padding: 40px 0;
	}
}

@media(max-width:767px) {
	.hf {
		display: none;
	}
}

/* 关于我们自适应 */

@media(max-width:1299px) {
	.abt-left {
		width: 50%;
	}

	.abt-text {
		width: 46%;
		padding-top: 0;
	}

	.abt-text .abt-con {
		font-size: 15px;
		line-height: 32px;
	}

	.abt-show {
		margin-top: 50px;
	}
}

@media(max-width:1199px) {
	.about {
		padding: 40px 0;
	}

	.abt-show {
		margin-top: 30px;
	}

	.abt-text h3 {
		font-size: 26px;
	}

	.abt-text .abt-con {
		font-size: 14px;
		line-height: 26px;
		margin-top: 15px;
	}

	.abt-text a {
		margin-top: 10px;
		line-height: 40px;
	}
}

@media(max-width:991px) {
	.abt-left {
		width: 100%;
	}

	.abt-left img {
		width: 100%;
	}

	.abt-text {
		width: 100%;
		margin-top: 20px;
	}
}

@media(max-width:600px) {
	.abt-text h3 {
		font-size: 24px;
	}
}

/* 新闻资讯自适应 */
@media(max-width:1299px) {
	#ydemo {
		height: 390px;
	}
}

@media(max-width:1199px) {
	.news {
		padding: 50px 0;
	}

	.new-show {
		margin-top: 40px;
	}

	.new-top ul li a .new-text {
		padding-top: 0;
	}

	.new-top ul li a .new-text h3.tit {
		font-size: 17px;
	}

	.new-top ul li a .new-text .new-clf {
		margin-top: 10px;
	}

	.new-top ul li a .new-text .new-more {
		margin-top: 10px;
	}

	.new-top {
		padding-top: 20px;
		padding-bottom: 25px;
	}

	.new-tit ul li,
	.new-tit h3 {
		font-size: 20px;
	}

	.new-tit ul li::after {
		margin-top: 10px;
	}

	.new-tit h3 {
		margin-bottom: 19px;
	}

	.new-list {
		padding-top: 20px;
	}

	.new-rem {
		padding-top: 20px;
	}

	.new-rem ul li a h3 {
		font-size: 16px;
	}

	.new-rem ul li a p {
		margin-top: 15px;
	}

	.new-rem ul li a .time {
		margin-top: 15px;
	}

	.new-list ul li a {
		padding: 10px 0;
	}

	.new-list ul li a h3 {
		font-size: 16px;
	}

	.new-list ul li a p {
		line-height: 22px;
		margin-top: 5px;
		font-size: 13px;
	}

	#ydemo {
		height: 305px;
	}
}

@media(max-width:991px) {
	.new-top ul li a .new-text .new-clf .new-time {
		display: none;
	}

	.new-top ul li a .new-text .new-clf .text {
		width: 100%;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		font-size: 12px;
		line-height: 20px;
	}

	.new-top ul li a .new-text .new-more {
		width: 90px;
		line-height: 28px;
		font-size: 12px;
	}

	#ydemo {
		height: 270px;
	}

	.news {
		padding: 40px 0;
	}

	.new-show {
		margin-top: 30px;
	}
}

@media(max-width:767px) {
	.new-left {
		width: 100%;
	}

	.new-right {
		width: 100%;
		margin-top: 30px;
	}

	.new-list ul li a p {
		line-height: 28px;
	}
}

@media(max-width:425px) {
	.new-top {
		display: none;
	}

	.new-rem ul li {
		width: 100%;
	}

	.new-rem ul li:nth-child(2) {
		display: block;
		margin-top: 20px;
		border-top: dashed 1px #ddd;
		padding-top: 20px;
	}

	.new-tit ul li:nth-child(2) {
		margin-left: 40px;
	}

	.new-tit ul li+li::before {
		left: -19px;
	}
}



@media(min-width:1300px) {
	.container {
		width: 1290px;
	}
}


.page-product-inquiry a {
	color: #fff;
}


@media (max-width: 992px) {
	body {
		padding-top: 60px;
		padding-bottom: 50px;
	}
}

.pagination-wrapper {
	margin: 20px auto;
}
.pagination {
	height: 34px;
	text-align: center;
}
.pagination li {
	display: inline-block;
	height: 34px;
	margin-right: 5px;
}
.pagination li a {
	float: left;
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0 12px;
	font-size: 16px;
	border: 1px solid #dddddd;
	color: #555555;
	text-decoration: none;
}
.pagination li a:hover {
	background: #f5f5f5;
	color: #bc0714;
}
.pagination li.thisclass {
	background: #bc0714;
	color: #fff;
}
.pagination li.thisclass a, .pagination li.thisclass a:hover {
	background: transparent;
	border-color: #bc0714;
	color: #fff;
	cursor: default;
}

.pglist {
	padding: 20px 0 30px;
	width: 100%;
	text-align: center;
	clear: both;
}

.pglist a {
	color: #666;
	padding: 0 14px !important;
	margin: 0 3px !important;
	font-weight: normal;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.pglist * {
	display: inline-block;
	_zoom: 1;
	_display: inline;
	vertical-align: middle;
	line-height: 30px;
	padding-bottom: 1px;
}

.pglist a:hover, .pglist .hover, .pglist .thisclass a {
	display: inline-block;
	color: #fff;
	background: #bc0714;
	border-color: #bc0714;
}

.pglist .active span {
	display: inline-block;
	color: #fff;
	height: 34px;
	font-size: 16px;
	line-height: 34px;
	background: #bc0714;
	border-color: #bc0714;
	padding: 0 14px;
	margin: 0 3px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}