* {
	padding: 0;
	margin: 0;
}

div,
span,
a,
img,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
strong,
em,
embed,
table,
tr,
td,
input,
form,
b,
select,
option,
p {
	padding: 0;
	margin: 0;
}

body {
	color: #666;
	font-family: Microsoft YaHei;
	background-size: 100%;
	font-size: 12px;
	background-color: #FFFFFF;
	min-width: 1200px;
}

a {
	text-decoration: none;
	color: #333;
}

ul {
	list-style: none;
	text-align: left;
}

img {
	border: none;
	display: block;
}

.box {
	width: 92%;
	margin: auto;
}

.flexjs {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.flex {
	display: flex;
	display: -webkit-flex;
}



.banner {
	width: 100%;
	height: 700px;
	overflow: hidden;
	margin: auto;
	position: relative;
	line-height: 0;
	background: url(/images/wuhan_banner.jpg) no-repeat center;
}

.banner h1 {
	position: absolute;
	top: 40%;
	left: 5%;
	font-size: 36px;
	color: #fff;
}

.banner h2 {
	position: absolute;
	top: 52%;
	left: 5%;
	font-size: 22px;
	font-weight: 200;
	color: #fff;
}


.banner .bjban_bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, .6);
}

.banner .bjbanbf {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: auto;
	text-align: center;
	font-size: 42px;
	line-height: 58px;
	color: #fff;
	position: absolute;
	z-index: 2;
	top: 43%;
}

.bjbanbf span {
	color: #f8d34b;
}

.header {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: auto;
	padding: 10px 0;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}

.headerL {
	float: left;
}

.headerL img {
	height: 45px;
}

.headerR {
	float: right;
}

.headerR ul li {
	float: left;
	margin-left: 70px;
	color: #fff;
	font-size: 14px;
	line-height: 45px;
}

.headerR ul li a {
	color: #fff;
	font-size: 16px;
}

.headerR ul li a:hover {
	color: #ff0000;
	border-bottom: 1px solid #ff0000;
}

.headerR ul li a.tv {
	color: #ff0000;
	border-bottom: 1px solid #ff0000;
}





.iabout {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: auto;
	margin-top: 35px;
}

.iaboutL {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: auto;
	float: left;
}

.iaboutLt {
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin: auto;
	font-size: 35px;
	font-weight: bold;
	text-align: center;
}

.iaboutLb {
	width: 90%;
	height: 40px;
	line-height: 40px;
	margin: auto;
	font-size: 18px;
	color: #b8b8b8;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.iaboutLbm {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: auto;
	font-size: 14px;
	color: #2e2523;
	line-height: 32px;
	margin-top: 10px;
	text-align: justify;
}

.iaboutLbm p {
	text-indent: 2em;
	font-size: 15px;
	text-align: justify;
	line-height: 36px;
}

.iaboutLmm {
	width: 80px;
	height: 22px;
	line-height: 22px;
	margin: auto;
	background: url(../images/about_1.png) no-repeat left 5px;
	text-align: right;
	font-size: 14px;
	color: #0270d1;
	float: right;
}

.iaboutR {
	width: 100%;
	height: auto;
	overflow: hidden;
	float: right;
	margin-top: 40px;
}

.iaboutR ul li {
	width: 32%;
	height: auto;
	overflow: hidden;
	margin: auto;
	float: left;
	margin-right: 2%;
}

.iaboutR ul li:nth-child(3) {
	margin-right: 0px;
}

.iaboutR ul li img {
	width: 100%;
	overflow: hidden;
	transition: transform 3s;
	-moz-transition: transform 3s;
	/* Firefox 4 */
	-webkit-transition: transform 3s;
	/* Safari  Chrome */
	-o-transition: transform 3s;
	/* Opera */
}

.iaboutR ul li img:hover {
	transform: scale(1.1);
	-ms-transform: scale(1.2);
	/* IE 9 */
	-moz-transform: scale(1.1);
	/* Firefox */
	-webkit-transform: scale(1.1);
	/* Safari  Chrome */
	-o-transform: scale(1.1);
	/* Opera */
}


.ipro {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: auto;
	margin-top: 35px;
	padding: 35px 0 20px 0;
}

.iproc {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: auto;
	padding: 20px 0;
}

.iproc ul li {
	width: 23.5%;
	height: auto;
	overflow: hidden;
	margin: auto;
	float: left;
	margin-right: 2%;
	margin-bottom: 30px;
	position: relative;
}

.iproc ul li:nth-child(4n) {
	margin-right: 0px;
}

.iproc ul li i {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
}

.iproc ul li i img {
	width: 100%;
}

.iproc ul li a img {
	width: 100%;
	overflow: hidden;
	transition: transform 3s;
	-moz-transition: transform 3s;
	-webkit-transition: transform 3s;
	-o-transition: transform 3s;

}



.iserver {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: auto;
	margin-top: 20px;
}

.iserver ul li {
	width: 19%;
	height: auto;
	overflow: hidden;
	margin: auto;
	float: left;
	margin-right: 6%;
	padding: 20px 0;
	text-align: center;
	cursor: pointer;
	-moz-box-shadow: 2px 2px 5px #ccc;
	-webkit-box-shadow: 2px 2px 5px #ccc;
	box-shadow: 2px 2px 5px #ccc;
	box-sizing: border-box;
	margin-left: 1%;
	margin-top: 5px;
	margin-bottom: 5px;
	border-radius: 10px;
}

.iserver ul li:nth-child(4n) {
	margin-right: 0px;
}

.iserver ul li p {
	text-align: center;
	font-size: 16px;
	line-height: 40px;
}

.iserver ul li p span {
	display: block;
	width: 40px;
	height: 2px;
	background-color: #333;
	margin: auto;
	margin-bottom: 10px;
}

.iserver ul li span {
	display: block;
	line-height: 30px;
	font-size: 14px;
}

.iserver ul li e {
	font-size: 40px;
	line-height: 40px;
	color: #333;
}

.iserver ul li:hover e {
	color: #ff0000;
}

.iserver ul li:hover p span {
	background-color: #ff0000;
}

@font-face {
	font-family: 'webxj01';
	/* Project id 2988011 */
	src: url('//at.alicdn.com/t/font_2988011_5q26jbcfagk.woff2?t=1638609015262') format('woff2'),
		url('//at.alicdn.com/t/font_2988011_5q26jbcfagk.woff?t=1638609015262') format('woff'),
		url('//at.alicdn.com/t/font_2988011_5q26jbcfagk.ttf?t=1638609015262') format('truetype');
}

.webxj01 {
	font-family: "webxj01" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: 0px !important;
}

@font-face {
	font-family: 'webxj02';
	/* Project id 2988052 */
	src: url('//at.alicdn.com/t/font_2988052_g32z38iftec.woff2?t=1638610146052') format('woff2'),
		url('//at.alicdn.com/t/font_2988052_g32z38iftec.woff?t=1638610146052') format('woff'),
		url('//at.alicdn.com/t/font_2988052_g32z38iftec.ttf?t=1638610146052') format('truetype');
}

.webxj02 {
	font-family: "webxj02" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: 0px !important;
}

@font-face {
	font-family: 'webxj03';
	/* Project id 2988057 */
	src: url('//at.alicdn.com/t/font_2988057_s5w03j4zol.woff2?t=1638610255238') format('woff2'),
		url('//at.alicdn.com/t/font_2988057_s5w03j4zol.woff?t=1638610255238') format('woff'),
		url('//at.alicdn.com/t/font_2988057_s5w03j4zol.ttf?t=1638610255238') format('truetype');
}

.webxj03 {
	font-family: "webxj03" !important;
	font-style: normal;
	font-size: 50px !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: 0px !important;
}

@font-face {
	font-family: 'webxj04';
	/* Project id 2988060 */
	src: url('//at.alicdn.com/t/font_2988060_v4bu65gtvhh.woff2?t=1638610372941') format('woff2'),
		url('//at.alicdn.com/t/font_2988060_v4bu65gtvhh.woff?t=1638610372941') format('woff'),
		url('//at.alicdn.com/t/font_2988060_v4bu65gtvhh.ttf?t=1638610372941') format('truetype');
}

.webxj04 {
	font-family: "webxj04" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: 0px !important;
}


/*about*/
.aban {
	width: 100%;
	height: 500px;
	overflow: hidden;
	margin: auto;
}

.aban img {
	width: 100%;
	height: auto;
}

.aboutb {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: auto;
	margin-top: 40px;
	font-size: 15px;
	line-height: 35px;
	text-align: justify;
	position: relative;
}

.aboutba {
	width: 632px;
	height: auto;
	overflow: hidden;
	margin: auto;
	position: absolute;
	z-index: 2;
	top: 0px;
	right: 0px;
}

.aboutbat {
	width: 100%;
	height: 60px;
	line-height: 60px;
	margin: auto;
	text-align: right;
	font-size: 75px;
	color: #f14702;
	font-weight: bold;
}

.aboutbab {
	width: 96%;
	height: 90px;
	margin: auto;
	margin-top: 10px;
	border-bottom: 1px dashed #d7d7d7;
	float: right;
}

.aboutbabL {
	float: left;
	height: 50px;
	line-height: 50px;
	background: url(../images/aboutb_2.png) no-repeat left 13px;
	font-size: 36px;
	color: #333333;
	font-weight: bold;
	padding-left: 60px;
	margin-top: 30px;
}

.aboutbabR {
	float: right;
	text-align: right;
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999;
	padding-top: 10px;
}


/*news*/
.news {
	width: 100%;
	height: 445px;
	margin: auto;
	overflow: hidden;
}

.newsc {
	font-size: 28px;
	font-weight: 800;
	line-height: 40px;
	color: #303033;
	border-bottom: 1px solid #ccc;
	padding: 30px 0 15px 0;
}

.newsc a {
	font-size: 14px;
	float: right;
	display: table;
}

.newsb {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: auto;
	margin-top: 30px;
}

.newsbL {
	width: 70%;
	border-right: solid 1px rgba(194, 194, 204, 0.5);
	padding-right: 3%;
	box-sizing: border-box;
	float: left;
}

.newsb ul li {
	width: 46%;
	float: left;
	height: auto;
	overflow: hidden;
	margin: auto;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.newsb ul li .newsbLt {
	font-size: 16px;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	text-align: justify;
}

.newsb ul li .newsbLt a {
	color: #333;
	font-size: 16px;
	font-weight: bold;
}

.newsb ul li .newsbLt a:hover {
	color: #ff0000;
}

.newsb ul li .newsbLb {
	font-size: 14px;
	line-height: 22px;
	color: #303033;
	height: 44px;
	text-align: justify;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 15px;
}

.newsb ul li .newsbLm a {
	padding: 5px 15px;
	text-align: center;
	color: #fff;
	background-color: #ff0000;
	line-height: 30px;
	font-size: 14px;
	border-radius: 20px;
}

.newsbR {
	padding-left: 3%;
	width: 27%;
	float: right;
}

.newsbR ul li {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: auto;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
}

.newsbR ul li .npic {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: auto;
}

.newsbR ul li .npic img {
	width: 100%;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

.newsbR ul li .npit {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-align: justify;
	font-size: 14px;
}

.newsbR ul li .npit a {
	color: #333;
}

.newsbR ul li .npit a:hover {
	color: #ff0000;
}






/*联系我们*/
.box {
	width: 90%;
	margin: auto;
}

.contactus {
	height: auto;
	overflow: hidden;
	margin: auto;
	margin-bottom: 20px;
}

.contactus ul li {
	float: left;
	width: 31.333%;
	margin-right: 3%;
	box-sizing: border-box;
	margin-bottom: 30px;
	background-color: #f2f2f2;
	padding: 30px 30px;
	box-sizing: border-box;
	position: relative;
	height: 165px;
	overflow: hidden;
}

.contactus ul li:nth-child(3n) {
	margin-right: 0;
}

.contactus ul li .contactust {
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	margin: auto;
}

.contactus ul li .contactust a:hover {
	text-decoration: none;
}

.contactus ul li .contactust i {
	font-size: 35px;
	color: #333;
}

@font-face {
	font-family: 'shweb08';
	/* Project id 2582579 */
	src: url('//at.alicdn.com/t/font_2582579_8c5wugpqcjg.woff2?t=1622458508142') format('woff2'),
		url('//at.alicdn.com/t/font_2582579_8c5wugpqcjg.woff?t=1622458508142') format('woff'),
		url('//at.alicdn.com/t/font_2582579_8c5wugpqcjg.ttf?t=1622458508142') format('truetype');
}

.shweb08 {
	font-family: "shweb08" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: 0px !important;
}

.contactus ul li .contactusb {
	padding-top: 10px;
}

.contactus ul li .contactusb span {
	display: block;
	font-size: 20px;
	padding-top: 5px;
}

.contactus ul li .contactusb span.tv {
	font-size: 14px;
}

.contactus ul li:hover {
	background-color: #fc3829;
	color: #fff;
}

.contactus ul li:hover i {
	color: #fff;
}

@font-face {
	font-family: 'shweb09';
	/* Project id 2582618 */
	src: url('//at.alicdn.com/t/font_2582618_7nxq8apzf6.woff2?t=1622460124111') format('woff2'),
		url('//at.alicdn.com/t/font_2582618_7nxq8apzf6.woff?t=1622460124111') format('woff'),
		url('//at.alicdn.com/t/font_2582618_7nxq8apzf6.ttf?t=1622460124111') format('truetype');
}

.shweb09 {
	font-family: "shweb09" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: 0px !important;
}


@font-face {
	font-family: 'shweb10';
	/* Project id 2582628 */
	src: url('//at.alicdn.com/t/font_2582628_2mfvdirl66v.woff2?t=1622460368614') format('woff2'),
		url('//at.alicdn.com/t/font_2582628_2mfvdirl66v.woff?t=1622460368614') format('woff'),
		url('//at.alicdn.com/t/font_2582628_2mfvdirl66v.ttf?t=1622460368614') format('truetype');
}


.shweb10 {
	font-family: "shweb10" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: 0px !important;
}

.contactus ul li .wxer {
	position: absolute;
	z-index: 2;
	top: 30px;
	right: 130px;
}

.contactus ul li .wxer.tv {
	right: 20px;
}

.contactus ul li .wxer img {
	width: 100px;
	height: auto;
}

@font-face {
	font-family: 'shweb11';
	/* Project id 2582643 */
	src: url('//at.alicdn.com/t/font_2582643_qhf0i7sgig.woff2?t=1622460917520') format('woff2'),
		url('//at.alicdn.com/t/font_2582643_qhf0i7sgig.woff?t=1622460917520') format('woff'),
		url('//at.alicdn.com/t/font_2582643_qhf0i7sgig.ttf?t=1622460917520') format('truetype');
}

.shweb11 {
	font-family: "shweb11" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: 0px !important;
}

@font-face {
	font-family: 'shweb12';
	/* Project id 2588922 */
	src: url('//at.alicdn.com/t/font_2588922_tqfs4slpwxr.woff2?t=1622697283484') format('woff2'),
		url('//at.alicdn.com/t/font_2588922_tqfs4slpwxr.woff?t=1622697283484') format('woff'),
		url('//at.alicdn.com/t/font_2588922_tqfs4slpwxr.ttf?t=1622697283484') format('truetype');
}

.shweb12 {
	font-family: "shweb12" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: 0px !important;
}

@font-face {
	font-family: 'shweb13';
	/* Project id 2588940 */
	src: url('//at.alicdn.com/t/font_2588940_tf4wqq901da.woff2?t=1622697853013') format('woff2'),
		url('//at.alicdn.com/t/font_2588940_tf4wqq901da.woff?t=1622697853013') format('woff'),
		url('//at.alicdn.com/t/font_2588940_tf4wqq901da.ttf?t=1622697853013') format('truetype');
}

.shweb13 {
	font-family: "shweb13" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: 0px !important;
}

.contentfoot {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: auto;
	padding-top: 30px;
	background-color: #272a3b;
	color: #fff;
}

.contentfootadd {
	height: auto;
	overflow: hidden;
	margin: auto;
}

.contentfootaddL {
	width: 200px;
	float: left;
	height: auto;
	overflow: hidden;
	margin: auto;
}

.contentfootaddLt {
	color: #fff;
	border-bottom: 1px solid #43475b;
	line-height: 35px;
	font-size: 16px;
}

.contentfootaddLt i {
	font-size: 18px;
}

.contentfootaddLtel {
	font-size: 24px;
	color: #fff;
	line-height: 30px;
	padding: 10px 0;
}

.contentfootaddLbot {
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	border: 1px solid #43475b;
	margin: auto;
	float: left;
	margin-top: 10px;
	cursor: pointer;
}

@font-face {
	font-family: 'shweb14';
	/* Project id 2588959 */
	src: url('//at.alicdn.com/t/font_2588959_qxd9z3vdoy.woff2?t=1622698634175') format('woff2'),
		url('//at.alicdn.com/t/font_2588959_qxd9z3vdoy.woff?t=1622698634175') format('woff'),
		url('//at.alicdn.com/t/font_2588959_qxd9z3vdoy.ttf?t=1622698634175') format('truetype');
}

.shweb14 {
	font-family: "shweb14" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: -1px !important;
}

.contentfootaddR {
	float: right;
	height: auto;
	overflow: hidden;
	margin: auto;
	width: -webkit-calc(100% - 260px);
	width: -moz-calc(100% - 260px);
	width: calc(100% - 260px);
}

.contentfootaddRt {
	color: #fff;
	border-bottom: 1px solid #43475b;
	line-height: 35px;
	font-size: 16px;
}

.contentfootaddRul {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: auto;
}

.contentfootaddRul ul li {
	width: 30%;
	height: auto;
	overflow: hidden;
	margin: auto;
	float: left;
	margin-right: 5%;
	font-size: 16px;
	color: #dd5614;
	line-height: 40px;
	background: url(../images/addbg_1.png) no-repeat 35px top;
	margin-bottom: 10px;
}

.contentfootaddRul ul li:nth-child(3n) {
	margin-right: 0;
}

.contentfootaddRul ul li p {
	line-height: 22px;
	color: #fff;
	font-size: 14px;
}

.contentfootaddRul ul li:nth-child(1) {
	background: url(../images/addbg_5.png) no-repeat 35px 8px;
}

.contentfootaddRul ul li:nth-child(2) {
	background: url(../images/addbg_1.png) no-repeat 35px top;
}

.contentfootaddRul ul li:nth-child(3) {
	background: url(../images/addbg_2.png) no-repeat 35px top;
}

.contentfootaddRul ul li:nth-child(4) {
	background: url(../images/addbg_3.png) no-repeat 35px 8px;
}

.contentfootaddRul ul li:nth-child(5) {
	background: url(../images/addbg_4.png) no-repeat 35px top;
}

.contact {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: auto;
	background-color: #0d0e0f;
	padding-top: 30px;
}

.contacnew {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: auto;
	background-color: #160c2e;
	min-height: 200px;
}

.contacnewt {
	padding: 90px 0 40px 0;
	font-size: 28px;
	color: #fff;
	line-height: 30px;
}

.contacnewt p {
	padding: 10px 0;
	color: #fff;
}







/*products*/

.productsp {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: auto;
}

.productspR {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: auto;
	float: right;
}

.productspR ul li {
	width: 23%;
	height: auto;
	margin: auto;
	float: left;
	margin-top: 22px;
	margin-right: 2%;
}

.productspR ul li:nth-child(4n) {
	margin-right: 0px;
}

.productspR ul li:hover {
	cursor: pointer;
}

.productspRm {
	width: 100%;
	height: auto;
	margin: auto;
	text-align: center;
	overflow: hidden;
}

.productspRm img {
	width: 100%;
	transition: transform 3s;
	-moz-transition: transform 3s;
	/* Firefox 4 */
	-webkit-transition: transform 3s;
	/* Safari  Chrome */
	-o-transition: transform 3s;
	/* Opera */
}

.productspRm img:hover {
	transform: scale(1.1);
	-ms-transform: scale(1.2);
	/* IE 9 */
	-moz-transform: scale(1.1);
	/* Firefox */
	-webkit-transform: scale(1.1);
	/* Safari  Chrome */
	-o-transform: scale(1.1);
	/* Opera */
}

.productspRb {
	width: 100px;
	height: 30px;
	line-height: 30px;
	margin: auto;
	text-align: center;
	font-size: 14px;
	color: #333;
	margin-top: 15px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 1px solid #333;
	margin-bottom: 20px;
}

.productspR ul li:hover .productspRb {
	background-color: #f14702;
	border: 1px solid #f14702;
	color: #fff;
}

/*productsin*/

.productsin {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

.productsinm {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: auto;
	text-align: center;
	display: none;
	position: relative;
	left: 1200px;
	opacity: 0;
}

.productsin ul {
	text-align: center;
}

.productsin ul li {
	width: 70px;
	height: 60px;
	border: 1px solid #cccccc;
	margin: auto;
	display: inline-table;
	margin-top: 40px;
	margin-right: 10px;
	margin-left: 10px;
	cursor: pointer;
}

.productsin ul li:hover {
	border: 1px solid #0c4da2;
}

.productsin ul li.tv {
	border: 1px solid #0c4da2;
}

.productsm {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: auto;
	margin-top: 50px;
	background: url(../images/productinfo_2.jpg) repeat-x center top;
}

.productsmt {
	width: 980px;
	height: 40px;
	line-height: 40px;
	margin: auto;
	padding-top: 40px;
	font-size: 36px;
	color: #fff;
	font-weight: bold;
}

.productsmt span {
	text-align: right;
	font-size: 16px;
	color: #fff;
	float: right;
	font-weight: normal;
}

.productsmt span a {
	color: #fff;
}

.productsmb {
	width: 980px;
	height: auto;
	overflow: hidden;
	margin: auto;
	margin-top: 48px;
}

.productsmb ul li {
	width: 243px;
	height: 61px;
	margin: auto;
	background: url(../images/productinfo_3.png) no-repeat center;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 61px;
	float: left;
	margin-top: 3px;
	margin-right: 2px;
	cursor: pointer;
}

.productsmb ul li:hover {
	background-color: #fff;
	color: #0c4da2;
	margin-top: -3px;
	background: none;
	background-color: #fff;
	height: 67px;
	line-height: 73px;
}

.productsmb ul li.tv {
	background-color: #fff;
	color: #0c4da2;
	margin-top: -3px;
	background: none;
	background-color: #fff;
	height: 67px;
	line-height: 73px;
}

.productsmbc {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: auto;
	line-height: 30px;
	padding-top: 40px;
	position: relative;
	opacity: 0;
	right: 1200px;
	display: none;
}

.productsmbct {
	width: 100%;
	height: 60px;
	line-height: 50px;
	margin: auto;
	border-bottom: 1px solid #404040;
	font-size: 30px;
	color: #404040;
}

.productsmbcb {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: auto;
	line-height: 30px;
	font-size: 14px;
	text-align: justify;
	margin-top: 20px;
}

.serviceinfo {
	width: 90%;
	height: auto;
	overflow: hidden;
	margin: auto;
	text-align: center;
	font-size: 24px;
	color: #333;
	line-height: 35px;
	margin-top: 40px;
	border-bottom: 1px solid #ccc;
}

.serviceinfo span {
	display: block;
	font-size: 14px;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #ccc;
}

.serviceinfoc {
	width: 90%;
	height: auto;
	overflow: hidden;
	margin: auto;
	margin-top: 20px;
	line-height: 30px;
	font-size: 16px;
	text-align: justify;
}

.serviceinfoc p {
	text-indent: 2em;
	margin: 10px auto;
	height: auto;
	overflow: hidden;
}

.serviceinfoc h3 {
	margin-top: 20px;
	height: auto;
	overflow: hidden;
}

.serviceinfoc img{
    width: 50% !important;
    margin: 20px auto !important;
    border-radius: 5px;
}

.next_article {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: auto;
	border-left: none;
	border-right: none;
	margin-top: 30px;
	font-size: 14px;
}

.next_article a {
	font-size: 14px;
}

.next_article ul li {
	width: 48%;
	height: auto;
	overflow: hidden;
	line-height: 25px;
	float: left;
	padding: 5px 0px;
}



/* flexslider */
.flexslider {
	position: relative;
	height: 560px;
	overflow: hidden;
	background: url(../images/loading.gif) 50% no-repeat;
}

.slides {
	position: relative;
	z-index: 1;
}

.slides li {
	height: 560px;
}

.flex-control-nav {
	position: absolute;
	bottom: 20px;
	z-index: 2;
	width: 100%;
	text-align: center;
}

.flex-control-nav li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 5px;
	*display: inline;
	zoom: 1;
}

.flex-control-nav a {
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 40px;
	overflow: hidden;
	background: url(../images/dot.png) right 0 no-repeat;
	cursor: pointer;
}

.flex-control-nav .flex-active {
	background-position: 0 0;
}

.flex-direction-nav {
	position: absolute;
	z-index: 3;
	width: 100%;
	top: 45%;
}

.flex-direction-nav li a {
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
}

/* pioul */
.pioul {
	margin: auto;
	padding: 20px 0;
	text-align: center;
	word-spacing: 5em;
	font-size: 36px;
	font-weight: bold;
}

.pioul a {
	font-size: 16px;
	line-height: 30px;
	color: #333;
}

.pioul a:hover {
	color: #ff0000;
	border-bottom: 1px solid #ff0000;
}

.pioul a.tv {
	color: #ff0000;
	border-bottom: 1px solid #ff0000;
}


#img img {
	display: none;
	border: 0;
}

#SwitchNav {
	position: absolute;
	top: 350px;
	right: 0px;
}

#SwitchNav div {
	float: right;
	margin-right: 0px;
	width: 200px;
	height: 256px;
	background-image: url(../images/adbg.jpg);
	background-repeat: no-repeat;
}

#SwitchNav ul {
	padding-top: 6px;
}

#SwitchNav .nocurrent {
	display: block;
	width: 14px;
	height: 14px;
}

#SwitchNav li {
	float: left;
	width: 14px;
	height: 14px;
	overflow: hidden;
	margin-left: 12px;
	_margin-left: 6px;
	margin-right: 14px;
	_margin-right: 20px;
	cursor: pointer;
	text-indent: 999px;
	list-style: none;
}

#SwitchNav .current {
	display: block;
	width: 14px;
	height: 14px;
	background-image: url(../images/adbg2.jpg);
}






/*qq*/

.hzjxqq {
	width: 80px;
	height: auto;
	overflow: hidden;
	margin: auto;
	position: fixed;
	z-index: 999;
	top: 20%;
	right: 5px;
	background-color: #fff;
	box-shadow: 0px 1px 5px;
	-webkit-box-shadow: 0px 1px 5px;
	-moz-box-shadow: 0px 1px 5px;
}

.hzjxqqt {
	width: 80px;
	height: auto;
	margin: auto;
	text-align: center;
	padding-top: 5px;
	font-family: 'iconfont';
	font-size: 40px;
	color: #e27e17;
}

.hzjxqqt span {
	width: 100%;
	text-align: center;
	line-height: 25px;
	display: block;
	margin: auto;
	font-size: 15px;
	font-family: Microsoft YaHei;
}

@font-face {
	font-family: 'iconfont';
	/* project id 417665 */
	src: url('https://at.alicdn.com/t/font_417665_89tsti37zic9dx6r.eot');
	src: url('https://at.alicdn.com/t/font_417665_89tsti37zic9dx6r.eot?#iefix') format('embedded-opentype'),
		url('https://at.alicdn.com/t/font_417665_89tsti37zic9dx6r.woff') format('woff'),
		url('https://at.alicdn.com/t/font_417665_89tsti37zic9dx6r.ttf') format('truetype'),
		url('https://at.alicdn.com/t/font_417665_89tsti37zic9dx6r.svg#iconfont') format('svg');
}

.hzjxqqm {
	width: 80px;
	height: auto;
	overflow: hidden;
	margin: auto;
	margin-top: 5px;
	text-align: center;
	font-size: 40px;
	color: #e27e17;
	font-family: 'iconfonth';
}

.hzjxqqm span {
	width: 100%;
	text-align: center;
	line-height: 25px;
	display: block;
	margin: auto;
	font-size: 15px;
	font-family: Microsoft YaHei;
}

@font-face {
	font-family: 'iconfonth';
	/* project id 417692 */
	src: url('https://at.alicdn.com/t/font_417692_v6mxc4ro1bxogvi.eot');
	src: url('https://at.alicdn.com/t/font_417692_v6mxc4ro1bxogvi.eot?#iefix') format('embedded-opentype'),
		url('https://at.alicdn.com/t/font_417692_v6mxc4ro1bxogvi.woff') format('woff'),
		url('https://at.alicdn.com/t/font_417692_v6mxc4ro1bxogvi.ttf') format('truetype'),
		url('https://at.alicdn.com/t/font_417692_v6mxc4ro1bxogvi.svg#iconfont') format('svg');
}

.hzjxqqb {
	width: 80px;
	height: auto;
	overflow: hidden;
	margin: auto;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

.hzjxqqb span {
	width: 100%;
	text-align: center;
	line-height: 25px;
	display: block;
	margin: auto;
	font-size: 15px;
	color: #e27e17;
}

/*分页样式*/
.page_info {
	text-align: center;
	margin-top: 10px;
	color: #333;
	margin-bottom: 10px;
}

.page_info span {
	padding: 0 2px;
	font-weight: bold;
}

.page_list {
	height: 24px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0;
	font-family: Microsoft yahei;
	font-size: 10px;
	margin-top: 20px;
	margin-bottom: 5px;
}

.page_list a {
	display: inline-block;
	color: #898989;
	border: 1px solid #e8e8e8;
	background: #f8f8f8;
	text-align: center;
	padding: 0 8px;
	margin: 0 1px;
}

.page_list a:hover {
	color: #fff;
	border: 1px solid #898989;
	background: #898989;
}

.page_list a.on {
	color: #fff;
	border: 1px solid #898989;
	background: #898989;
}


#description {
	width: 285px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #333;
	outline: 0;
}

#title {
	width: 285px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #333;
	outline: 0;
}

.subindex {
	width: 110px;
	height: 33px;
	margin: auto;
	text-align: center;
	margin-top: 7px;
	background-color: #334c8c;
	border: 1px solid #334c8c;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	outline: 0;
}

#memberbox {
	width: 100%;
	position: fixed;
	top: 30%;
	left: 0px;
	text-align: center;
	height: auto;
	overflow: hidden;
	z-index: 999;
	display: none;
}

#memberbox .main {
	position: relative;
	width: 600px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 10px auto;
	background: #fff;
	line-height: 35px;
	font-size: 18px;
	padding: 10px;
	-webkit-box-shadow: 0 0 6px #333;
	-moz-box-shadow: 0 0 6px #333;
	box-shadow: 0 0 6px #333;
	padding-bottom: 20px;
}

#memberbox .main span {
	position: absolute;
	top: 5px;
	right: 10px;
	cursor: pointer;
}

#memberbox .main p img {
	width: 90%;
	margin: auto;
}



/*客服样式*/

::-webkit-scrollbar {
	width: 5px;
}

::-webkit-scrollbar-track {
	background: #fff;
}

::-webkit-scrollbar-thumb {
	background: #e53244;
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #e53244;
}

::-webkit-scrollbar-thumb:vertical:hover {
	background: #e53244;
}

@font-face {
	font-family: 'iconfont';
	/* project id 1369449 */
	src: url('https://at.alicdn.com/t/font_1369449_rcixkf47c3q.eot');
	src: url('https://at.alicdn.com/t/font_1369449_rcixkf47c3q.eot?#iefix') format('embedded-opentype'),
		url('https://at.alicdn.com/t/font_1369449_rcixkf47c3q.woff2') format('woff2'),
		url('https://at.alicdn.com/t/font_1369449_rcixkf47c3q.woff') format('woff'),
		url('https://at.alicdn.com/t/font_1369449_rcixkf47c3q.ttf') format('truetype'),
		url('https://at.alicdn.com/t/font_1369449_rcixkf47c3q.svg#iconfont') format('svg');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0px;
	-moz-osx-font-smoothing: grayscale;
}

.slide_right {
	width: 60px;
	height: 332px;
	position: fixed;
	right: 0px;
	top: 50%;
	margin-top: -166px;
	z-index: 99
}

.slide_right li {
	width: 60px;
	height: 60px;
	margin-bottom: 1px;
	position: relative;
	font-size: 12px
}

.s_tel {
	width: 270px;
	position: absolute;
	left: 0;
	top: 0;
}

.u_tel {
	width: 210px;
	height: 60px;
	float: left;
	background: #e2070b;
	line-height: 60px;
	text-align: center;
	font-size: 24px;
	font-family: cursive;
	letter-spacing: 1px;
	cursor: pointer;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slide_right li a {
	display: block;
	width: 60px;
	height: 50px;
	background: #f14702;
	color: #fff;
	transition: none;
	text-align: center;
	line-height: 22px;
	padding-top: 10px;
	float: left;
}

.slide_right li:hover a {
	background: #e2070b;
	text-align: center;
}

.slide_right li a i {
	display: block;
	margin: 0px auto;
	text-align: center;
	font-size: 28px;
}

.slide_right li .s_side {
	display: none;
}

.slide_right li .hade {
	display: block;
}


.slide_right li.s_zixun {
	background-position: 0 0;
}

.slide_right li.s_zixun .ew_tel {
	width: 160px;
	text-align: center;
	padding: 15px;
	height: auto;
	float: left;
	background: #e2070b;
	left: -200px;
	font-size: 14px;
	cursor: pointer;
	color: #fff;
	position: absolute;
	display: none;
}

.slide_right li.s_zixun .ew_tel img {
	width: 100%;
}

.slide_right li.s_zixun .ew_tel:after {
	content: '';
	position: absolute;
	right: -10px;
	top: 20px;
	border-top: 10px solid transparent;
	border-left: 15px solid #e2070b;
	border-bottom: 10px solid transparent;
}

.slide_right li.s_zixun:hover .ew_tel {
	display: block;
}

.slide_right li.s_zixun .ew_tel p {
	font-size: 12px;
	padding-top: 6px;
	color: #fff;
}


@media (max-width:1600px) {
	.dh1 .nLi h3 a {
		padding: 0px 10px;
	}

	.header .logo {
		margin-top: 25px;
	}
}

@media (max-width:1440px) {



	.bottom_l {
		width: 450px;
		margin-top: 60px;
	}

	.bottom_r {
		width: calc(100% - 450px);
	}


	.header .logo img {
		width: 200px;
		height: auto;
	}

	.head_seartch {
		display: none;
	}


	.dh1 .nLi h3 a {
		padding: 0px 10px;
	}

}

/*客服样式结束*/

/*底部样式开始*/
.boxa {
	width: 94%;
	margin: auto;
}

.flexjs {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.flex {
	display: flex;
	display: -webkit-flex;
}


.footer {
	background-color: #272a3b;
	padding: 20px 0 0 0;
	height: auto !important;
	margin-top: 30px;
}

.foota_l {
	width: 13%;
}

.foota_l p {
	color: #c8c9cb;
	border-bottom: 2px solid #43475b;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}

.foota_l p i {
	color: #c8c9cb;
	margin-right: 10px;
}

.foota_l h3 {
	color: #e9e9e9;
	margin-top: 10px;
	font-size: 22px;
}

.foota_l a {
	margin-top: 30px;
	border: 1px solid #43475b;
	color: #b6b6ba;
	padding: 5px 30px;
	display: inline-block;
}

.foota_c {
	width: 80%;
	font-size: 14px;
}

.foota_c ul {
	flex-wrap: wrap;
}

.foota_c ul li {
	width: 30%;
	margin-bottom: 20px;
	margin-right: 3%;
}

.foota_c ul li:nth-child(3n) {
	margin-right: 0;
}

.foota_c>p {
	color: #c8c9cb;
	border-bottom: 2px solid #43475b;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.foota_c ul li div {
	align-items: center;
	height: 40px;
}

.foota_c ul li div span {
	color: #ae4716;
	font-size: 16px;
	margin-right: 5px;
}

.foota_c ul li>p {
	color: #d4d4d8;
}

.footb {
	border-top: 1px solid #43475b;
	margin-top: 40px;
	padding: 20px 0;
}

.footb p {
	color: #a0a1a9;
}

.footb a {
	color: #a0a1a9;
}

.footc {
	text-align: center;
	color: #c7c7c8;
	padding: 20px 0 30px;
	background-color: #222533;
	font-size: 14px;
}

.footc a {
	color: #c7c7c8;
}

.footerc {
	width: 1200px;
	height: 73px;
	margin: auto;
}

.footerL {
	height: 73px;
	line-height: 73px;
	float: left;
	font-size: 50px;
	color: #fff;
	margin-right: 80px;
}

.footerL span {
	height: 22px;
	color: #fff;
	line-height: 22px;
	font-size: 18px;
}

.footerLL {
	height: 73px;
	line-height: 73px;
	margin: auto;
	float: left;
	font-size: 50px;
	color: #fff;
}

.footerLLR {
	height: 73px;
	margin-left: 5px;
	float: left;
	margin-right: 80px;
}

.footerLLRt {
	height: 25px;
	line-height: 25px;
	color: #fff;
	font-size: 12px;
	margin-top: 10px;
}

.footerLLRb {
	height: 25px;
	line-height: 25px;
	color: #fff;
	font-size: 16px;
}

.footerR {
	height: 73px;
	float: right;
}

.foodR1 {
	float: left;
	text-align: left;
}

.foodR2 {
	width: 60px;
	float: left;
	line-height: 73px;
	color: #fff;
}

.foodR3 {
	float: left;
}


.footL6 {
	width: 90px;
	height: 40px;
	line-height: 40px;
	margin: auto;
	float: right;
	font-size: 14px;
	color: #fff;
	margin-top: 15px;
}

.footL6 span {
	cursor: pointer;
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: auto;
	background: url(../images/foot_22.png) no-repeat;
	opacity: 0.7;
}

.footL6 span.sina {
	background-position: 0 0;
}

.footL6 span.weixin {
	background-position: -65px 0;
}

.footL6 span.douban {
	background-position: -127px 0;
}

.footL6 span.kongjian {
	background-position: -187px 0;
}

.footL6 span.qweibo {
	background-position: -242px 0;
}


.foots {
	width: 100%;
	height: 200px;
	margin: auto;
	background-color: #f7f7f7;
	padding-top: 30px;
	padding-bottom: 30px;
}

.footsc {
	width: 1200px;
	height: 200px;
	margin: auto;
}

.footsc ul li {
	width: 160px;
	height: 200px;
	margin: auto;
	float: left;
	margin-right: 30px;
}

.footscl {
	width: 160px;
	height: 35px;
	line-height: 35px;
	margin: auto;
	background: url(../images/foots_1.jpg) no-repeat left bottom;
	font-size: 16px;
	color: #151515;
}

.footscb {
	width: 160px;
	height: auto;
	overflow: hidden;
	margin: auto;
	margin-top: 10px;
}

.footscb ul li {
	width: 100%;
	height: 30px;
	line-height: 30px;
	float: left;
	font-size: 14px;
	color: #151515;
}

.footscb a {
	color: #555555;
}

.footscb a:link {
	color: #555555;
}

.footscb a:hover {
	color: #ff0000;
}

.footsR {
	width: 428px;
	height: 200px;
	margin: auto;
	float: right;
	border-left: 1px solid #eaeaea;
}

.footsRz {
	width: 380px;
	height: 200px;
	margin: auto;
	float: right;
	font-size: 14px;
	color: #535353;
	line-height: 33px;
}
.footLink {color:#adafbd; font-size:14px;}
.footLink a{color:#adafbd; font-size:14px; margin:0 5px;}

/*底部样式结束*/

/*客服*/
 .kefu_main{
	width: 73px;
	position: fixed;
	bottom: 10vh;
	right: 12px;
	z-index: 99;
	opacity: 1;
	transition: all .4s;
	font-size: 12px;
	color: #393a51;
  }
  .kefu_main input{
	opacity: 0;
	cursor: default;
	position: absolute;
  }
  .kefu_main .icon-box {
	padding: 12px 0;
	background-color: #fff;
	text-align: center;
	cursor: pointer;
	position: relative;
	box-shadow: 12px 12px 26px 6px rgba(20,21,22,.06);
	color: #393a51;
  }
   
  .kefu_main  .font-box1{padding: 6px 0;}
  .kefu_main .consult1, .kefu_main .consult {
	position: absolute;
	left: 12px;
	top: 14px;
	border: 1px solid #e62129;
	height: 48px;
	width: 48px;
	border-radius: 50%;
	animation: ani-data-v-789143c6 1.4s ease-out infinite;
	-webkit-animation: ani-data-v-789143c6 1.4s ease-out infinite;
	-moz-animation: ani-data-v-789143c6 1.4s ease-out infinite;
  }
  .kefu_main .consult1 {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
  }
 
  .kefu_main .icon-box:hover {
	background-color: #e62129!important;
	transition: color .2s ease;
  }
  .kefu_main .icon-box:hover .font {
	color: #fff!important;
  }
  .kefu_main .icon-box:hover .consult1, .kefu_main .icon-box:hover .consult {
	display: none;
  }
  .el-popover {
	display: none;
	position: absolute;
	background: #fff;
	min-width: 130px;
	border-radius: 4px;
	border: 1px solid #f2f4f5;
	padding: 12px;
	/* right: 15px;
	top: 0; */
	z-index: 2000;
	color: #0d1a26;
	line-height: 1.4;
	text-align: justify;
	font-size: 14px;
	box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
	word-break: break-all;
   /* transform: translateY(-30%); */
   top: 50%;
   right: 115%;
   transform: translateY(-50%);
  }
  .phone-popover {
	padding: 0;
	max-width: 212px;
  }
  .phone-popover .phone {
    padding: 6px;
    font-size: 16px;
    line-height: 24px;
    color: #ff0000;
    font-weight: bold;
  }
  .phone-popover .phone img{ }
  .el-popper .popper__arrow, .el-popper .popper__arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	top: 50%;
	right: -6px;
	background: #fff;
	transform:translateY(-50%) rotate(45deg);
	border-color: transparent;
	border-style: solid;
   
  }
  .el-popper .popper__arrow {
	border-width: 6px;
	filter: drop-shadow(0 2px 12px rgba(0,0,0,.03));
  }


  .el-popover-code img{width: 100%; height: 100%; object-fit: contain;}
  .icon-box_img{width: 40px; height: 40px;  margin:0 auto 3px; position: relative;}
  .icon-box_img img{position: absolute; left: 0;  top: 0;  object-fit: cover; width: 100%; height: 100%;}
  .img_red{opacity: 1;  }
  .img_white{opacity: 0; }
  .kefu_main .icon-box:hover .img_red{opacity: 0;}
  .kefu_main .icon-box:hover .img_white{opacity: 1;}
  .kefu_item{position: relative;  display: block;}
  .kefu_item span {display: block;}
  
  @keyframes  ani-data-v-789143c6{
	0% {
	transform: scale(1);
	opacity: 0;
	}
	25% {
		transform: scale(1.15);
		opacity: .3;
	}
	50% {
		transform: scale(1.3);
		opacity: .7;
	}
	75% {
		transform: scale(1.45);
		opacity: .5;
	}
	100% {
		transform: scale(1.5);
		opacity: 0;
	}
  }
  
/*客服结束*/

/*导航*/
.headb dl{ display:none;}
.headph{ display:none;}
/*弹出*/
.tcl{ display:none;}
.kefu_itemph{display:none;}
/*关于我们*/
.njservicefdph{display: none;}
.Processph{display:none;}

/*响应式样式*/
@media screen and (min-width:0px) and (max-width:1100px)
{
    body{min-width:auto;}
	/*logo图*/
	.header a img{ height:35px;}
	.nev ul{ display:none;}
	
	/*导航三个杠*/
	.nev dl{width: 23px;height: 23px;cursor: pointer;box-sizing: border-box;display:block;}
	.nev dl dd{width: 100%;height: 2px;background: #fff;border-radius: 1px;margin: 5px 0;}
	.nev dl dd:nth-child(2){width: 50%;}
	
	/*手机导航弹出框*/
	.headph{ width:100%; height:100%; margin:auto; background-color:#fff; display: none; position:fixed;top:0;z-index:9999;}
	.headphX{ width:100%; height:auto; overflow:hidden;font-size:26px; color:#333; text-align:right; margin-top:20px; cursor:pointer;}
	.headphnev dl dt {display: flex;padding: 0;width: 100%;box-sizing: border-box; border-bottom:1px solid #EFEFEF;}
	.headphnev dl dt a{flex: 1;height: 54px;line-height: 54px;cursor: pointer;font-size:16px;}
	.headphnev dl dt a:visited{ color:#333;}
	
	@font-face {
	  font-family: 'iconfontX';  /* Project id 5002284 */
	  src: url('//at.alicdn.com/t/c/font_5002284_k7fn8ff0149.woff2?t=1755584577309') format('woff2'),
		   url('//at.alicdn.com/t/c/font_5002284_k7fn8ff0149.woff?t=1755584577309') format('woff'),
		   url('//at.alicdn.com/t/c/font_5002284_k7fn8ff0149.ttf?t=1755584577309') format('truetype');
	}
	.iconfontX {
	font-family: "iconfontX" !important;
	font-size: 36px; line-height:36px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0px;
	-moz-osx-font-smoothing: grayscale;
	}
	
	/*客服*/
	.kefu_itemphnone{
	    display: none;
	}
    .kefu_itemph{
        display: block;
    }
	/*微信*/
	.tcl{ width:auto; height:auto; display:none; position:fixed; top:50%; padding:0 10px; text-align:center; font-size:16px; line-height:40px;color:#fff;border-radius:5px;background-color: rgba(0, 0, 0, 0.7); margin-left:45%; z-index:99999;}
	
	 /*底部*/
	 .foota{
	     display: inline;
	 }
	 .foota_l{
	     width: 94%;
	     margin: auto;
	 }
	 .foota_c{
	     width: 94%;
	     margin: auto;
	     margin-top: 10px;
	 }
	.foota_c ul li{
	    width: 48%;
	    margin-right: 4%;
	} 
	.foota_c ul li:nth-child(2n){
        margin-right: 0;
    }
    .foota_c ul li:nth-child(3){
        margin-right: 4%;
    }
    
    /*联系我们*/
	.contactus ul li{ width:100%; height:auto; margin-right:0; margin-bottom:20px;}
	.contacnewt {
	    font-size: 24px;
	}
	
	
	  /*关于我们*/
	  .aboutba{
	      width: 100%;
	      top: 0;
	      left: 0;
	      position: inherit;
	  }
	  .aboutb p{
	      text-align: left !important;
	  }
	  .aban img{
	      width: auto;
	      height: 500px;
	  }
	  .aboutb img{
	      width: 100%;
	      height: auto;
	  }
	  .iaboutR ul li{
	      width: 100%;
	      margin-right: 0;
	      margin-bottom: 15px;
	  }
	  
	  /*案例*/
	  .productspR ul li{
	      width: 48%;
	  }
	  
	  /*案例详情*/
	 
	 .serviceinfo,.serviceinfoc{
	     width: 100%;
	 }
	  
	  /*新闻中心*/
	  .newsb ul li{
	      width: 100%;
	      margin-left: 0 !important;
	  }
	 
	/*新闻中心详情*/ 
	.serviceinfoc img{
	    width: 100% !important;
	}
	.next_article ul li{
	    width: 100%;
	}
 
    /*首页-大图*/
    .banner{
        height: 500px;
        object-fit: cover;
    }
    .banner h1{
        font-size: 26px;
        line-height: 35px;
        padding: 0 3%;
        left: 0;
    }
    .banner h2{
       line-height: 32px;
       padding: 0 3%; 
       left: 0;
       font-size: 22px;
       margin-top: 20px;
    }
    
    
    
    
    .iaboutLt{
       font-size: 24px; 
    }
    .iserver ul li{
        width: 98%;
        margin-bottom: 10px;
        margin-left: 1%;
    }
    
    .iproc ul li{
        width: 48%;
    }
    
    .newsc{
        font-size: 22px;
    }
    
     
     
}	

