@charset "utf-8";

/**
 * @name: reset
 *
 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
textarea,
p,
th,
td,
figure {
	margin: 0;
	padding: 0
}

img {
	border: 0;
	max-width: 100%;
}

:focus {
	outline: 0
}

em,
th {
	font-style: normal;
	font-weight: normal
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal
}

input,
button,
textarea,
select,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

ol,
ul,
li {
	list-style: none;
}

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

/*新填*/
input,
select,
img {
	vertical-align: middle;
	border: none;
	outline: none;
}

i {
	font-style: normal;
}

span,
i,
em {
	display: inline-block;
	zoom: 1;
}

a {
	text-decoration: none;
	color: #333;
	transition: all 0.36s ease;
}

a:hover {
	text-decoration: none;
	color: #007bac;
}

img {
	display: block;
	max-width: 100%;
}

/**
 * @name: font
 *
 */
body {
	font: 14px/1.03 "Microsoft YaHei",SimHei, arial, helvetica, clean, sans-serif;
	color: #333;
	overflow: visible;
}

/* font */
/*@font-face {*/
/*	font-family: "pingfangR";*/
/*	src: url(../font/PingFangRegular.ttf);*/
/*}*/
/*@font-face {*/
/*  font-family: "pingfangR";font-weight: 300;src: url("//at.alicdn.com/wf/webfont/IljvuubQTZxD/007k2odfK2gP.woff2") format("woff2"),*/
/*  url("//at.alicdn.com/wf/webfont/IljvuubQTZxD/0BtQmzGUT3CQ.woff") format("woff");*/
/*  font-display: swap;*/
/*}*/

/* ======  clearfix  ====== */
.clear {
	clear: both;
	visibility: hidden;
	display: block;
	font-size: 0;
	line-height: 0;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	*zoom: 1;
}

/**
 * @name: public
 *
 */
.fl {
	float: left;
}

.fr {
	float: right;
}

.wrapper {
	width: 1600px;
	margin: 0 auto;
}

.container {
	width: 1200px;
	margin: 0 auto;
}


/* top */
.top,
.login a {
	color: #999;
}

.login p i,
.login a:hover {
	color: #007bac;
}

.top {
	padding: 10px 0;
	font-size: 13px;
	border-bottom: 1px solid #f4f4f4;
	overflow: hidden;
}

/* .login p {
	margin-right: 20px;
}
 */
.login .dl::after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 10px;
	background-color: #bbb;
	margin: 0 4px 0 6px;
}

.navshaw {
	position: fixed;
	z-index: 9999;
	    width: 100%;
}

/* nav */
@media (min-width: 768px) {
	
	.navshaw {
		width: 100%;
		background: #fff;
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	}

	.pos-fixed {
		padding-bottom: 77px;
	}

	.navsub {
		display: inline-block;
		margin-left: 2px;
		width: 5px;
		height: 5px;
		vertical-align: super;
		border-right: 1px solid #333;
		border-bottom: 1px solid #333;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.logo {
		float: left;
		width: 160px;
		margin: 10px 0 0 0;
	}

	/* top */
	.navbar-default {
		height: 74px;
		background: #fff;
	}

	.navbar-header img {
		width: 138px;
		height: 36px;
	}

	.navbar-nav {
		margin-left: 0;
		float: right;
	}

	.navbar-default .navbar-nav>li>a {
		position: relative;
		z-index: 999;
		padding: 0 30px;
		font-size: 16px;
		color: #666;
		letter-spacing: -0.08px;
		line-height: 74px;
	}

	.navbar {
		width: 80.5%;
		float: right;
		margin-bottom: 0;
		min-height: 74px;
		border: 0;
	}

	.navbar-default .navbar-nav>.active>a,
	.navbar-default .navbar-nav>.active>a:focus,
	.navbar-default .navbar-nav>.active>a:hover {
		color: #007bac;
		background-color: transparent;
	}

	.navbar-default .navbar-nav>.active>a::after,
	.navbar-default .navbar-nav>li>a::after {
		content: "";
		position: absolute;
		display: block;
		width: 100%;
		height: 2px;
		background: #007bac;
		z-index: 999;
		bottom: 0;
		left: 0;
		opacity: 1;
		transform: translatey(0px);
	}

	.navbar-default .navbar-nav>li>a:hover {
		color: #007bac;
	}

	/* .navbar-default .navbar-nav>.active>a::before,
	.navbar-default .navbar-nav>li>a:hover::before {
		content: "";
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		z-index: -10;
		top: 0;
		left: 0;
		opacity: .2;
		background-image: linear-gradient(#3FB894, #fff);
	} */


	.navbar-default .navbar-nav>li>a::after {
		transform: translatey(3px);
		bottom: 0;
		opacity: 0;
		transition: all 0.36s ease;
	}

	.navbar-default .navbar-nav>.open>a,
	.navbar-default .navbar-nav>.open>a:focus,
	.navbar-default .navbar-nav>.open>a:hover {
		color: #333;
		background-color: transparent;
	}


	.dropdown-menu .drop-wrap>li:hover {
		background: #F2F6FC;
	}

	.dropdown-menu .drop-wrap a {
		display: block;
		padding: 10px;
	}

	.container-fluid,
	.navbar-default .navbar-collapse {
		padding: 0;
	}

	.navbar-nav li:last-child a {
		padding-right: 0;
	}


}


/**
 *  @name: down
 *
 */
 .news_list li {
    float: left;
    margin-right: 40px;
}

ul.news_list li {
	width: 48%;
	border-bottom: 1px solid #e6e6e6;
	padding: 35px;
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.1);
	border-radius: 3px;
	overflow: hidden;
	margin-bottom: 20px;
	transition: ease-in 0.2s;
}
ul.news_list li:nth-child(2n) {
    margin-right: 0;
}

.right-news ul.news_list li:hover {
	background: #54c3f1;
	transition: ease-in 0.3s;
	color: #fff;
}

ul.news_list li a {
	font-size: 20px;
	color: #000;
	letter-spacing: 2px;
}

ul.news_list li a:hover {
	color: #73d2f4;
	transition: ease-in 0.2s;
}

.right-news ul.news_list li:hover a {
	color: #fff;
	transition: ease-in 0.2s;
}

ul.news_list li .time {
	font-size: 14px;
	color: #686868;
	height: 30px;
	display: block;
	line-height: 30px;
	padding-left: 30px;
	background: url(/images/ic_clock.png) no-repeat 0px 7px;
	margin: 10px 0 0 0;
}

.right-news ul.news_list li:hover .time {
	background: url(/images/ic_clock_w.png) no-repeat 0px 7px;
}

.right-news ul.news_list li:hover .time {
	color: #fff;
}

ul.news_list li p {
	font-size: 14px;
	line-height: 26px;
	color: #686868;
}

.right-news ul.news_list li:hover p {
	color: #fff;
}

/**
 *  @name: index
 *
 */


/* news -start - index */
.index-bg {
	position: relative;
	width: 100%;
}

.index-bg .info {
	position: absolute;
}
.index-bg .info span{
	font-family: "pingfangR";
	font-size: 52px;
}
.index-bg02 span,.index-bg03 span{
	margin-bottom: 32px;
}
.index-bg04 span{
	margin-bottom: 18px;
}
.index-bg01 {
	height: 600px;
	background: url(/static/skin/images/index01.jpg) no-repeat center;
}


.index-bg02 {
	height: 600px;
	background: url(/static/skin/images/index02.jpg) no-repeat center;
}

.index-bg03 {
	height: 1080px;
	background: url(/static/skin/images/index03.jpg) no-repeat center;
}
.index-bg04{
	height: 740px;
	background: url(/static/skin/images/index-zkq.jpg) no-repeat center;
}

.index-bg01 .info {
	top: 220px;
	right: 20%;
	color: #fff;
	letter-spacing: 6px;
}
.index-bg01 img{
	margin: 54px auto 0;
}
.index-bg02 .info {
	top: 260px;
	left: 12%;
	letter-spacing: 6px;
}

.index-bg02 .info p {
	font-size: 30px;
}

.index-bg03 .info {
	top: 260px;
	left: 0;
	right: 0;
	font-size: 58px;
	letter-spacing: 3px;
	text-align: center;
	color: #fff;
}

.index-bg03 .info span i {
	font-family: sans-serif;
	font-size: 24px;
	vertical-align: text-top;
}

.index-bg03 .info p {
	font-size: 22px;
	letter-spacing: 3px;
}

.index-bg04 .info{
	top: 306px;
	left: 13%;
	letter-spacing: 2px;
}
.index-bg04 .info p{
	font-size: 22px;
	letter-spacing: 2px;
}

.mask-box {
	padding: 20px;
}

.mask-box .mask-info {
	position: relative;
	float: left;
	width: 49.3%;
}

.mask-box .mask-info:first-child {
	margin-right: 1.4%;
}

.mask-box .mask-info span {
	position: absolute;
	top: 65px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 40px;
}

.mask-box .mask-info:first-child span,
.mask-box .mask-info:first-child a {
	right: 9%;
}

.mask-box .mask-info:last-child span,
.mask-box .mask-info:last-child a {
	left: 6%;
}

.mask-box .mask-info a,
.dz-ser a {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
}

.mask-box .mask-info a,
.dz-ser a {
	bottom: 70px;
}

.dz-ser {
	position: relative;
	padding: 0 20px;
}

.dz-ser span,
.dz-ser a {
	font-family: "pingfangR";
	position: absolute;
}

.dz-ser span {
	top: 90px;
	left: 280px;
	font-size: 40px;
	letter-spacing: 8px;
}

.dz-ser a {
	bottom: 20px;
}

.sol {
	position: relative;
	margin-top: 20px;
	height: 597px;
	color: #fff;
	background: #394251;
	
}

.sol .sol-info{
	position: relative;
	font-family: "pingfangR";
	padding-top: 304px;
	text-align: right;
	margin-right: 209px;
	z-index:999
}
.sol .sol-info span{
	font-size: 50px;
	display: block;
	margin-bottom: 26px;
}
.sol .sol-info a{
	margin-right: 20px;
	font-size: 26px;
	color: #fff;
}
.sol-info img{
	display: none;
}

/* .sol span {
	position: absolute;
	top: 48%;
	right: 11%;
	text-align: center;
	font-size: 48px;
}

.sol a {
	bottom: 65px;
	color: #fff;
	position: absolute;
	right: 11%;
	font-size: 20px;
	font-weight: 600;
} */
.sol::before{
	content: "";
	width: 858px;
	height: 394px;
	position: absolute;
	background: url(../images/sol-img.png) no-repeat;
	top: 130px;
	left: 160px;
	background-blend-mode: multiply;
	background-color: rgba(0,0,0,.5);
	background-size: contain;
	 
}

/* new - end */

/* about */
.line {
	position: relative;
	margin: 36px 0 41px;
	width: 719px;
	height: 1px;
	background: #E5EBF3;
}

.line::before {
	content: "";
	position: absolute;
	left: 0;
	top: -1px;
	width: 200px;
	height: 3px;
	background: #007BAC;
}

.indexAbout-box {
	display: flex;
}

.indexAbout-video {
	position: relative;
	width: 797px;
	height: 652px;
	background: #EEF5FB;
}

.indexAbout-video video {
	position: absolute;
	margin-top: 67px;
	margin-left: 162px;
	z-index: 999;
}

.index-aboutUs {
	width: 1121px;
	height: 652px;
	background: #fefefe;
}

.index-aboutUs .info {
	width: 700px;
	margin-top: 125px;
	margin-left: 244px;
}

.index-aboutUs .info .title {
	font-size: 48px;
	line-height: 52px;
	font-weight: 600;
	color: #007BAC;
	background: linear-gradient(-30deg, #007BAC 0%, #1F96C5 40.478515625%, #15AAE5 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.index-aboutUs .info .description {
	margin-bottom: 40px;
	font-size: 16px;
	font-weight: 400;
	color: #999999;
	line-height: 30px;
}

.btn-b {
	display: inline-block;
	width: 200px;
	height: 50px;
	line-height: 50px;
	background: linear-gradient(-90deg, #007BAC, #1E98C9, #4FC6F5);
	border-radius: 4px;
}

.btn-f {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #fff !important;
}

/* 飞得产品介绍 */
.cp-line {
	margin-top: 77px;
	width: 100%;
	height: 1px;
	background: #F9F9F9;
}

.cp-mg01 {
	margin-top: 132px;
}

.cp-img01 {
	margin-top: -70px;
}

.cp-img02 img {
	margin-top: -197px;
	margin-left: 27px;
	width: 317px;
	height: 436px;
}

.cp-img03 {
	float: right;
	margin-top: -115px;
}

.p-item {
	width: 800px;
	height: 450px;
}

.p-item2 {
	width: 640px;
	height: 450px;
}

.p-item-bgcolor {
	background: linear-gradient(-48deg, #007BAC, #80D2F2);
}

.p-item-bgcolor2 {
	background: linear-gradient(-48deg, #DEC7B7, #F4E8DC);
}

.p-item-bgcolor3 {
	/* margin-top: -143px; */
	background: linear-gradient(-48deg, #D4CCB9, #F0D490);
}

.p-item-bgcolor4 {
	background: linear-gradient(-48deg, #E6676E, #F4849D);
}


.indexPro-top {
	text-align: center;
	margin-top: 106px;
}

.indexPro-top .title {
	font-size: 4em;
	font-weight: 600;
	color: #007BAC;
	background: linear-gradient(-7deg, #007BAC 0%, #1F96C5 40.478515625%, #15AAE5 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.indexPro-top .description {
	padding-top: 32px;
	font-size: 16px;
	font-weight: 400;
	color: #bbb;
	letter-spacing: 4px;
}

.index-product-item-left {
	width: 30%;
}

.mgl {
	margin-left: 8%;
}

.mgl02 {
	margin-right: 8%;
}

.index-product-item-left ul li {
	font-size: 20px;
	line-height: 3;
}

.index-product-item-left ul li i {
	width: 40px;
	height: 40px;
	background-size: cover !important;
	vertical-align: middle;
	margin-right: 20px;
}

.index-product-item-left ul li .icon-cp01 {
	background: url(../images/icon-cp-01.png) no-repeat;
}

.index-product-item-left ul li .icon-cp02 {
	background: url(../images/icon-cp-02.png) no-repeat;
}

.index-product-item-left ul li .icon-cp03 {
	background: url(../images/icon-cp-03.png) no-repeat;
}

.index-product-item-left ul li .icon-cp04 {
	background: url(../images/icon-cp-04.png) no-repeat;
}

.index-product-item-left ul li .icon-cp05 {
	background: url(../images/icon-cp-05.png) no-repeat;
}

.index-product-item-left ul li .icon-cp06 {
	background: url(../images/icon-cp-06.png) no-repeat;
}

.index-product-item-left ul li .icon-cp07 {
	background: url(../images/icon-cp-07.png) no-repeat;
}


.index-product-item .info {
	float: right;
	margin-top: 58px;
	margin-right: 40px;
	color: #fff;
	text-align: right;
}

.index-product-item .info-left {
	float: left;
	margin-left: 40px;
	text-align: left;
}

.index-product-item .info .title {
	margin: 47px 0 40px;
	font-size: 36px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 39px;
}

.pro-btn {
	display: inline-block;
	margin-top: 81px;
	width: 250px;
	height: 61px;
	line-height: 61px;
	background: #FFFFFF;
	border-radius: 30px;
	font-size: 18px;
	font-weight: 600;
	font-style: italic;
	text-align: center;
	letter-spacing: 10px;
}

.pbtn-c1 {
	color: #007BAC;
	box-shadow: 0px 13px 10px 0px rgba(0, 97, 136, 0.35);
}

.pbtn-c2 {
	color: #DEC7B7;
	box-shadow: 0px 13px 10px 0px rgba(214, 179, 153, 0.35);
}

.pbtn-c3 {
	color: #F0D490;
	box-shadow: 0px 13px 10px 0px rgba(218, 187, 112, 0.35);
}

.pbtn-c4 {
	color: #E6676E;
	box-shadow: 0px 13px 10px 0px rgba(232, 107, 117, 0.35);
}


.indexPro-box {
	position: relative;
	padding-bottom: 156px;
}

.indexPro-box:after {
	content: "";
	position: absolute;
	top: 0%;
	width: 100%;
	height: 100%;
	display: block;
	background: url(../images/index-bg.png) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	z-index: -1;
}


/* 解决方案 */
.indexSol-box {
	padding-bottom: 50px;
	background: #F8F8F8;
}

.sol-tit {
	background: url(../images/sol-bg.jpg) no-repeat;
	width: 100%;
	height: 330px;
	text-align: center;
}

.sol-tit .title {
	padding: 55px 0 37px;
	font-size: 48px;
	font-weight: 600;
	color: #fff;
}

.sol-tit .description {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	opacity: 0.7;
	letter-spacing: 2px;
}

.indexSol-ul {
	display: flex;
	margin-top: -108px;
}

.indexSol-ul li {
	width: 506px;
	margin-right: 41px;
	box-shadow: 0px 3px 7px 0px rgba(51, 51, 51, 0.1);
	border-radius: 4px;
}

.indexSol-ul li:last-child {
	margin-right: 0;
}

.indexSol-ul .info {
	padding: 32px 93px 44px 30px;
}

.indexSol-ul .info span {
	display: block;
	margin-bottom: 15px;
	height: 50px;
	font-size: 18px;
	font-weight: 600;
	color: #333;
}

.indexSol-ul .info i {
	display: block;
	font-family: Arial;
	font-weight: 400;
	color: #333;
	line-height: 11px;
}

.indexSol-ul .info p {
	margin-top: 20px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-break: break-all;
	color: #999;
	line-height: 22px;
}

.btn-c {
	margin-top: 64px;
	text-align: center;
}

/* 表单 */

.indexForm-box {
	margin: 65px auto;
	padding: 60px 100px;
	width: 1200px;
	height: 525px;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 10px 20px rgb(0, 0, 0, .1);
}

.form-tit {
	margin-bottom: 60px;
	display: block;
	text-align: center;
}

.form-tit span {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 600;
	color: #333;
}

.form-tit p {
	color: #999;
}

.form-group input,
.form-group textarea {
	border: 1px solid #ccc;
	padding-left: 20px;
}

.form-group input {
	float: left;
	margin-right: 3.5%;
	width: 31%;
	height: 38px;
}

.mg-r0 input {
	margin-right: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

.form-group:last-child input {
	margin-right: 0;
}

.form-group textarea {
	padding-top: 6px;
	margin-top: 20px;
	width: 100%;
	height: 68px;
}

.form-button {
	width: 29%;
	margin: 40px auto;
}

.form-button .button {
	width: 122px;
	height: 36px;
	border-radius: 28px;
	border: 0;
	color: #999;
	margin-right: 20px;
}

.form-button button:hover {
	background: linear-gradient(-90deg, #007BAC, #1E98C9, #4FC6F5);
	color: #fff;
}

.form-button input {
	border: 1px solid #eee;
	float: left;
}



/**
 *  @name: about Us
 *
 */
/* 企业介绍 */
.mg46{
	margin-top: 46px;
}
.pd30{
	height: 30px;
}
.pd60{
	height: 60px;
}
.pd90{
	height: 90px;
}

.about-tab{
	/* height: 68px; */
	background: #f7f8f8;
}
.about-tab ul{
	display: table;
	margin: auto;
}
.about-tab li{
	position: relative;
	float: left;
	line-height: 68px;
	width: 123px;
	text-align: center;
	margin: 0 35px;
}
.about-tab li a{
	display: block;
	font-size: 16px;
}

.about-tab li.active::after{
	position: absolute;
	content: "";
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 5px;
	background: #018fd7;
}
.text-top{
	color: #018fd7;
}
.text-top .title{
	font-size: 30px;
}
.text-top .subtit{
	font-size: 20px;
}
.text-con p{
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 8px;
}
.media-bd .item{
	padding-bottom: 50px;
	margin-bottom: 40px;
	overflow: hidden;
	border-bottom: 1px dotted #515151;
}
.media-bd .item:last-child{
	border-bottom: 0;
}
.media-bd .img{
	float: left;
	margin-right: 70px;
}
.media-bd .info{
	padding-top: 60px;
	overflow: hidden;
}
.media-bd .info .title{
	font-size: 30px;
	color: #018fd7;
	line-height: 42px;
}
.media-bd .info .desc{
	margin-top: 24px;
	font-size: 16px;
	line-height: 24px;
}

.swiper-father {
	width: 100%;
	height: 15%;
	top: 75%;
	margin-left: auto;
	margin-right: auto;
	z-index: 99;
	position: relative;
}

.swiper-button-prev,
.swiper-button-next {
	display: block;
	width: 34px;
	height: 34px;
}


.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background: url(../images/arr-left.png) no-repeat;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background: url(../images/arr-right.png) no-repeat;
}


/* 企业介绍 - end */

.h1-title {
	margin-top: 50px;
	text-align: center;
}

.h1-title .title {
	font-size: 24px;
	line-height: 30px;
	color: #555;
}

.h1-title .subtitle {
	font-family: "Times New Roman", Times, serif;
	color: #bbb;
	line-height: 26px;
}

.container-content {
	padding-top: 50px;
}

.container-content table .title {
	font-size: 18px;
}

.container-content table .subtitle {
	font-size: 13px;
	color: #a5a5a5;
}

.container-content table td:nth-child(2) p {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #999;
	white-space: normal;
	background-color: rgb(255, 255, 255);
	line-height: 28px;
}

.course-box {
	/* margin-top: 50px; */
	background: url(../images/bg-01.jpg);
	width: 100%;
	padding-bottom: 5%;
}

.course-box .title {
	font-size: 32px;
	font-weight: 600;
	text-align: center;
	padding: 80px 0 50px;
}

.course-box ul {
	position: relative;
	width: 80%;
	margin: auto;
	overflow: hidden;
}

.course-box ul::before {
	position: absolute;
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: #eaeaea;
	left: 0;
	right: 0;
	margin: auto;
}

.course-box ul li {
	width: 100%;
	margin-bottom: 8%;
	overflow: hidden;
}

.course-box ul li .img {
	margin-top: 8%;
}

.course-box ul li .img div {
	float: left;
	margin-right: 4%;
	width: 48%;
}

.course-box ul li .img div:nth-child(2n) {
	margin-right: 0;
}

.course-box ul li:nth-child(2n+1) {
	float: right;
}

.course-box ul li .lc-r,
.course-box ul li .lc-l {
	width: 45.8%;
}

.course-box ul li .lc-r {
	float: right;
	padding-left: 4%;
	text-align: left;
}

.course-box ul li .lc-l {
	float: left;
	padding-right: 4%;
	text-align: right;
}

.course-box ul li:nth-child(2n+1) .img {
	float: right;
	padding-right: 11%;
}

.course-box ul li:nth-child(2n) .img {
	float: left;
	padding-left: 11%;
}

.course-box ul li .lc-r span::before,
.course-box ul li .lc-l span::before {
	position: absolute;
	content: "";
	display: block;
	width: 12px;
	height: 1px;
	background-color: #000;
	top: 50%;
}

.course-box ul li .lc-r span::before {
	left: -19.5%;
}

.course-box ul li .lc-l span::before {
	right: -19.5%;
}

.course-box ul li span {
	position: relative;
	display: block;
	margin-bottom: 20px;
	font-size: 42px;
	font-weight: 600;
	font-family: Arial, Helvetica, sans-serif;
}

.course-box ul li span i {
	font-size: 14px;
	font-weight: 400;
}

.course-box ul li p {
	line-height: 24px;
}

.course-box ul li div p.b {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}

.ab-img01 {
	padding-top: 30px;
	border-top: 1px dotted #eee;
}

.ab-img01 img {
	margin: auto;
}

.patent-box {
	background: url(../images/bg-02.jpg) no-repeat;
	width: 100%;
	height: 816px;
}

.patent-box img {
	/* padding-top: 120px; */
	margin: auto;
}

.framework {
	background: #f3f3f3;
	padding-bottom: 80px;
}

.framework .title,
.patent-box .title {
	padding-top: 70px;
	margin-bottom: 60px;
	text-align: center;
	font-size: 32px;
	font-weight: 600;
}

.framework img {
	display: block;
	margin: auto;
}

.fx-box .container {
	display: flex;
	margin-top: 50px;
	margin-bottom: 50px;
}

.fx-box .info {
	width: 60%;
	margin-right: 2%;
}

.fx-box .info .title {
	font-size: 32px;
}

.fx-box .info .title::after {
	content: "";
	display: block;
	margin: 10px 0 20px;
	width: 80px;
	height: 1px;
	background: #333;
}

.fx-box .info p {
	font-size: 16px;
	line-height: 33px;
}

/**
 *  @name: list-article
 *
 */

.position {
	margin-top: 50px;
	color: #666;
	margin-bottom: 20px;
}

.position a {
	color: #333;
}

.news-list ul li {
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #eee;
}

.news-list ul li .img {
	float: left;
	width: 25%;
	padding-right: 3%;
}

.news-list ul li .img img {
	display: block;
	margin: auto;
}

/* .news-list ul li .info{
	padding-left: 20px;
} */
.news-list ul li .info .title {
	font-size: 18px;
}

.news-list ul li .info .time {
	font-size: 14px;
	color: #ccc;
	height: 30px;
	display: block;
	line-height: 30px;
	padding-left: 30px;
	/* background: url(../images/ic_clock.png) no-repeat 0px 6px; */
	margin: 10px 0 0 0;
}

.news-list ul li .info .desc {
	margin-top: 10px;
	color: #898989;
	line-height: 24px;
	float: left;
	width: 75%;
}

/* page */
.list_page {
	margin-bottom: 30px;
	overflow: hidden;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	    background-color: #018fd7;
	    border-color: #018fd7;
}
.pagination>li>a, .pagination>li>span{
	color: #333;
}
/* 
.list_page li {
	float: left;
	display: block;
	padding: 0 10px;
	line-height: 30px;
	text-align: center;
	margin: 30px 10px 0px 0px;
	border: 1px solid #eee;
	border-radius: 5px;
}


.list_page a {
	display: block;
	color: #333;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.list_page a:hover,
.list_page li.thisclass,
.position a:hover {
	color: #007bac;
}

.list_page li:hover,
.list_page li.thisclass {
	border: 1px solid #007bac;
} */


/**
 *  @name: list-article
 *
 */
.relevant {
	font-size: 22px;
	margin-bottom: 20px;
}

.page {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.page p {
	padding-top: 20px;
}

.art-tag {
	margin-bottom: 30px;
}

.art-tag a {
	padding: 0 5px;
	color: #007bac;
}

.art-left {
	width: 75%;
	float: left;
}

.art-right {
	width: 20%;
	float: right;
}

.art-header h1 {
	padding-bottom: 20px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 24px;
	color: #333;
	border-bottom: 1px dotted #eee;
}

.art-header .langText {
	text-align: center;
}

.art-header .langText p {
	display: inline-block;
	padding: 0 10px;
	font-size: 13px;
}

.art-con p,
.art-con {
	line-height: 30px;
	padding: 10px 0;
	color: #666;
	font-size: 15px;
}

.art-con img {
	display: block;
	margin: auto;
	text-align: center;
}

.art-right h2 {
	font-size: 20px;
	margin-bottom: 23px;
}

.jc-nwes li p {
	padding: 10px 0 20px;
	line-height: 24px;
}

.hot-news {
	margin-top: 40px;
}

.hot-news li {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #eee;
}

.hot-news li a {
	display: inline-block;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 26px;
}

/**
 *  @name: list-facemask
 *
 */
.facemask-list h2 {
	font-size: 30px;
	color: #333;
	text-align: center;
	margin: 40px 0;
}

.other-pro li {
	text-align: center;
}



/**
 *  @name: list-case
 *
 */

.case-list li {
	float: left;
	width: 32%;
	margin-right: 1.2%;
	overflow: hidden;
}

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

.case-list li .info {
	padding: 20px;
	text-align: center;
}

.case-list li a .img {
	position: relative;
	overflow: hidden;
	transition: all 0.36s ease;
}

.case-list li a .item-mask {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 2px solid transparent;
	top: 0;
	left: 0;
	box-sizing: border-box;
	border-bottom: none;
	transition: all 0.36s ease;
}

.case-list li a:hover .item-mask {
	border-color: #007bac;
}

.case-list li a img {
	transition: all 0.36s ease;
}

.case-list li a:hover img {
	transform: scale(1.1);
}


/**
 *  @name: contact
 *
 */
.contact {
	margin-top: 50px;
	text-align: center;
}

.contact h1 {
	font-size: 26px;
	line-height: 36px;
}

.contact .en-title {
	padding-bottom: 50px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
}

.contact .hr {
	display: block;
	border-top: 1px dotted rgba(211, 211, 211, 0.4);
	margin: 20px 0;
}

.contact .info {
	color: #777;
	margin-bottom: 80px;
}

.contact .info p {
	line-height: 24px;
}

.lx-info {
	float: left;
	text-align: left;
}

.lx-info .title-h1 {
	font-size: 22px;
	font-weight: 600;
}

.lx-info p {
	height: 46px;
	font-size: 16px;
	color: #3D4247;
	padding-left: 52px;
}

.ico-001 {
	background: url(../images/ic_map_001.png) no-repeat 14px 1px;
	background-size: 3%;
}

.ico-002 {
	background: url(../images/ic_phone_001.png) no-repeat 6px -1px;
	background-size: 6%;
}

.ico-003 {
	background: url(../images/ic_dyj_001.png) no-repeat 14px 1px;
	background-size: 4%;
}

.ico-004 {
	background: url(../images/ic_boll_001.png) no-repeat 14px 1px;
	background-size: 4%;
}

.ico-005 {
	background: url(../images/ic_mail_001.png) no-repeat 8px -6px;
	background-size: 6%;
}


/**
 *  @name: Service Centre
 *
 */
.ser-info {
	padding-top: 50px;
}

.ser-info p {
	padding: 20px 0;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #999;
	white-space: normal;
	background-color: rgb(255, 255, 255);
	line-height: 28px;
	border-top: 1px solid #f1f1f1;
}

.ser-video video {
	display: block;
	margin: auto;
	padding-top: 50px;
}

.faq-box {
	padding: 50px 0 80px;
	background: #f8f8f8;
}

.faq-main {
	padding: 20px;
	background: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	overflow: hidden;
}

.faq-main h2 {
	color: #666;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 30px;
}

.faq-main li {
	margin-bottom: 20px;
}

.faq-main span {
	position: relative;
	display: block;
	padding: 10px 0 10px 15px;
	margin-bottom: 10px;
	font-size: 16px;
	color: #007bac;
	border-bottom: 1px solid #f5f5f5;
}

.faq-main span::before {
	position: absolute;
	left: 0;
	top: 20px;
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #007bac;

}


/**
 *  @name: xfSystem
 *
 */
.Sys-class{
	position: relative;
	padding-top: 40px;
	height: 219px;
	background: #018fd7;
	overflow: hidden;
}
.Sys-class .line02{
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	width: 2px;
	height: 155px;
	background: #fff;
}
.Sys-class .info{
	font-family: "pingfangR";
	float: left;
	width: 50%;
	color: #fff;
	text-align: center;
}
.Sys-class .info span{
	font-size: 58px;
	margin-bottom: 14px;
}
.Sys-class .info span i{
	font-size: 28px;
	vertical-align: text-top;
}
.Sys-class .info p{
	font-size: 40px;
}

/* pro-item */
.pro-item{
	height: 639px;
	overflow: hidden;
}
.pro02-bg{
	width: 100%;
	background: url(../images/pro02-bg.jpg);
}

.pro-item-box .img{
	float: left;
	padding-left: 150px;
}
.pro-item-box .info{
	float: right;
	width: 50%;
	padding-left: 73px;
	font-family: "pingfangR";
}

.pro-item-box .img01{
	margin-top: 126px;
}
.pro-item-box .img02{
	margin-top: 56px;
}
.pro-item-box .img03,.pro-item-box .mg03{
	margin-top: 156px;
}
.pro-item-box .mg01{
	margin-top: 150px;
}
.pro-item-box .mg02{
	margin-top: 194px;
}


.pro-item-box .info span{
	display: inline-block;
	padding: 4px 26px;
	margin: 20px 0;
	font-size: 34px;
	background: #018fd7;
	border-radius: 30px;
	color: #fff;
}
.pro-item-box .info .title{
	margin-bottom: 30px;
	font-size: 48px;
	letter-spacing: 3px;
}

.pro-item-box .info a{
	display: block;
	font-size: 20px;
	color: #018fd7;
	margin:86px 0 0 173px;
}


.sys-ft-bg{
	position: relative;
	height: 1078px;
	background: url(../images/sys-ft.jpg) no-repeat;
	background-size: cover;
}
.sys-ft-bg .info{
	font-family: "pingfangR";
	position: absolute;
	left: 0;
	right: 0;
	top: 538px;
	color: #018fd7;
	text-align: center;
}
.sys-ft-bg .info span{
	margin-bottom: 35px;
	font-size: 58px;
}
.sys-ft-bg .info span i{
	margin-left: -14px;
	font-size: 28px;
	vertical-align: text-top;
}
.sys-ft-bg .info p{
	font-size: 26px;
}
.sys-ft-bg .info a{
	display: block;
	margin-top: 101px;
	font-size: 20px;
	color: #018fd7;
}




/**
 *  @name: footer
 *
 */
/* link */
.footer-links-main {
	padding: 20px 0;
}

.footer-links-list a {
	padding-left: 20px;
	margin-top: 5px;
	display: inline-block;
	color: #999;
}

/* footer */

.footer-content .footer-main {
	background-color: #595758;
	padding-top: 39px;
	padding-bottom: 28px
}

.footer-content .footer-main .footer-main-inner {
	display: flex;
	width: 1200px;
	margin: 0 auto
}

.footer-content .footer-main .footer-main-inner .footer-main-item div:first-child {
	height: 20px;
	font-size: 14px;
	font-weight: 600;
	color: rgba(255, 255, 255, .8);
	line-height: 20px;
	margin-bottom: 31px
}

.footer-content .footer-main .footer-main-inner .footer-main-item1 {
	width: 397px
}

.footer-content .footer-main .footer-main-inner .footer-main-item1 div:first-child {
	height: 22px;
	font-size: 16px;
	color: rgba(255, 255, 255, .8);
	line-height: 22px;
	margin-bottom: 20px;
	font-weight: 400;
}

.footer-main-item1 div:nth-child(2) {
	height: 33px;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	line-height: 33px;
	margin-bottom: 30px
}

.footer-main-item1 div:nth-child(3) {
	margin-bottom: 10px
}

.footer-main-item1 div:nth-child(3) span {
	margin-bottom: 10px;
	display: block;
	height: 20px;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	line-height: 20px;
	opacity: 0.75;
}

.footer-main-item1 div:nth-child(4) {
	height: 20px;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	line-height: 20px
}

.footer-main-item1 div:nth-child(4) span {
	display: block;
	margin-bottom: 10px
}

.footer-split-line {
	position: relative;
	top: 12px;
	width: 1px;
	height: 180px;
	background: #7f8a9a;
	margin-right: 77px
}

.footer-main-item2 {
	margin-right: 100px
}

.footer-main-item span {
	display: block;
	height: 30px;
	line-height: 30px;
	opacity: 0.75;
}

.footer-main-item span a {
	color: #fff;
}

.footer-main-item span a:hover {
	color: #007bac
}

.footer-main-item3 {
	margin-right: 153px
}

.footer-main-item4 div:nth-child(2) {
	display: flex;
	margin-bottom: 8px
}

.footer-main-item4 span {
	display: block;
	width: 110px;
	text-align: center;
	color: rgb(255, 255, 255, .8);
}

.footer-main-item4 div:nth-child(3) {
	display: flex;
}

.footer-main-item4 div:nth-child(3) span:first-child {
	margin-right: 45px;
}

.footer-main-item4 div:nth-child(2) img {
	margin-right: 10%;
}

/*浮动表单*/
	.form {
		position: fixed;
		bottom: 0;
		width: 100%;
		/*height: 150px;*/
		background: rgba(62, 58, 57, 0.6);
		z-index: 99;
	}
	
	.form .title {
		padding: 24px 0 0px;
		font-size: 24px;
		color: #fff;
		letter-spacing: 1px;
	}
	
	.form .title i {
		color: #F5701D;
	}
	
	.form .form-group {
		float: left;
		margin-right: 16px;
	}

	.form .form-group select,
	.form .form-group input,
	.form-button button {
		width: 230px;
		height: 50px;
		font-size: 16px;
		color: #999;
		padding: 0 15px;
	}
	/*#myform .form-group input{*/
	/*    width: 100%;*/
	/*}*/
	.s-code-b{background:#fff}
	.s-code-b input{width:130px !important;}
	.s-code{width:auto}
	.form .form-group textarea{
	    margin-top: 0;
		width: 360px;
		height: 50px;
		line-height: 45px;
		font-size: 16px;
		color: #999;
		padding: 0 15px;
	}
	.form .form-button {
	    margin-top: 20px;
	    width: auto;
	}
	.form .form-button button {
		color: #fff;
		background: #ff7531;
		border: 0;
	}
	
	.form .c-gb{
		position: relative;
	}
	.form .c-gb .gb{
		position: absolute;
		display: block;
		width: 15px;
		height: 15px;
		top: 25%;
		right: 0%;
		background: url(../images/cross.png) no-repeat center;
		background-size: contain;
		cursor: pointer;
	}
/* 底部 copyright*/

.footer-content .footer-copy {
	padding-top: 17px;
	padding-bottom: 22px;
	background-color: #333;
}

.footer-content .footer-copy .footer-copy-bottom {
	font-size: 13px;
	font-weight: 400;
	color: rgba(255, 255, 255, .8);
	line-height: 17px;
	text-align: center
}

.footer-copy-bottom a {
	color: #fff;
	opacity: .5;
	margin-left: 10px;
}



#footWindow{
    display: none;
}
@media (max-width: 1600px) {

	.wrapper,
	.container {
		width: 95%;
	}

	.logo {
		width: 11%;
	}

	.navbar {
		width: 89%;
	}

	.indexAbout-video video {
		margin: 16% 0 0 16%;
	}

	.indexAbout-video {
		width: 40%;
	}

	.index-aboutUs {
		width: 60%;
	}

	.line {
		width: 100%;
	}

	.index-aboutUs .info {
		width: 70%;
		margin: 10% auto 0;
	}


	.p-item-bgcolor3 {
		margin-top: 100px;
	}

	/* .index-aboutUs .info{
		padding: 0 15px;
	} */

	.index-aboutUs .info .title {
		font-size: 3em;
	}
	.pro-item-box .img{
		padding-left: initial;
	}
	#myform .form-group input{width:230px}
}


@media (max-width: 760px) {

	.navbar-nav .open .dropdown-menu .drop-wrap li {
		padding: 10px 30px;
	}

	.wrapper,
	.container {
		width: 100%;
	}

	.indexForm-box,
	.index-aboutUs .info,
	.indexAbout-video,
	.index-aboutUs,
	.line,
	.p-item,
	.p-item2,
	.p-item3,
	.p-item4,
	.indexSol-ul li,
	.form-group input,
	.form-button,
	.lx-map iframe,
	.container-content td,
	.course-box ul,
	.fx-box .info,
	.news-list ul li .info .desc,
	.art-left,
	.art-right,
ul.news_list li	{
		width: 100%;
	}

	.case-list li,
	.form-group input{
		width: 100% !important;
	}


	.info-left-item {
		background: transparent;
	}

	/* display:flex */
	.indexAbout-box,
	.indexSol-ul,
	.container-content td,
	.fx-box .container {
		display: block;
	}

	.logo,
	.footer-split-line,
	.indexPro-box .img,
	.indexPro-box:after,
	.course-box ul::before,
	.index-product-item-left,.p-none {
		display: none;
	}

	/* float */
	.fl,
	.fr,
	.navbar-brand,
	.indexPro-top,
	.form-group input {
		float: initial;
	}

	.pro-btn {
		margin: 20px auto 20px;
		width: 60%;
		height: auto;
		line-height: 36px;
		font-size: 14px;
	}

	/* height */
	.index-aboutUs,
	.indexAbout-video,
	.indexSol-ul .info span,
	.patent-box {
		height: auto;
	}

	.navbar-brand {
		height: auto;
		padding: 10px;
	}

	.indexAbout-video video {
		position: initial;
		margin: 0;
	}

	/* font-title */
	.index-aboutUs .info .title,
	.indexPro-top .title,
	.sol-tit .title {
		font-size: 24px;
		line-height: 32px;
	}

	.sol-tit .description {
		font-size: 14px;
	}

	.index-product-item .info {
		text-align: left;
	}

	.container-content td {
		text-align: center;
	}


	/* magin-padding */

	.patent-box img {
		padding-top: 20px;
	}

	.top,
	.navbar-default .navbar-nav>li>a {
		padding: 10px 15px;
	}

	.lx-info p,
	.news-list ul li .info .time {
		padding-left: 0;
		height: auto;
		line-height: 46px;
	}

	.index-aboutUs,
	.indexPro-box,
	.sol-tit .description {
		padding: 0 15px;
	}

	.indexSol-ul .info,
	.indexForm-box {
		padding: 15px;
	}

	.index-aboutUs .info,
	.indexSol-box {
		margin-top: 50px;
		margin-left: 0;
	}

	.navbar {
		margin-bottom: 0;
		width: 100%;
	}

	.form-tit,
	.patent-box {
		margin-bottom: 30px;
	}

	.indexSol-ul li,
	.footer-main-item2 {
		margin-right: 0;
	}

	.navbar-brand>img {
		max-width: 35%;
	}

	.p-item-bgcolor3,
	.cp-mg01 {
		margin-top: 0;
	}

	.index-product-item {
		margin-top: 20px;
		height: 280px;
	}

	.index-product-item .info {
		margin: 0;
		padding: 8%;
		float: left;
		width: 100%;
	}

	.index-product-item .info .title,
	.indexPro-top {
		margin: 20px 0;
	}

	.btn-f {
		display: block;
		margin: auto;
	}

	.pos-fixed {
		padding-bottom: 62px;
	}

	/* about */
	.course-box ul li div {
		float: initial !important;
		padding: 0 !important;
		width: 100% !important;
		text-align: left !important;
	}

	/* footer */
	.footer-content .footer-main .footer-main-inner {
		display: block;
	}

	.footer-content .footer-main .footer-main-inner .footer-main-item1,
	.footer-content .footer-main .footer-main-inner {
		width: 100%;
	}

	.footer-main-item {
		padding: 0 15px;
		margin-top: 28px;
	}

	.footer-main-item div:nth-child(2),
	.footer-main-item4 div:nth-child(3) span {
		display: flex;
		flex-wrap: wrap;
		font-size: 12px;
		font-weight: 500;
	}

	.footer-main-item div:nth-child(2) span {
		margin-right: 30px;
		color: #858c98 !important;
	}

	/* new - index */
	.index-bg03 .info span i{
		font-size: .5em;
	}
	.index-bg {
		background-size: 100%;
		height: 110px;
	}
	.index-bg01 .info,.index-bg .info{
		width: 90%;
		left: 0;
		right: 0;
		margin: auto;
		text-align: center;
	}
	.index-bg01 .info img{
		width: 50%;
		margin-top: 10px;
	}
.index-bg .info span{
	font-size: 1.2em;
}
.index-bg02 span, .index-bg03 span{
	margin-bottom: 0.5em;
}
.index-bg04 .info{
	width: 60%;
    left: 10%;
    margin-left: 0;
}
.index-bg04 span{
	margin-bottom:10px
}
	.index-bg .info,
	.sol span {
		font-size: 1.2em;
		top: 20%;
	}

	.index-bg .info p {
		font-size: .6em;
	}

	.mask-box {
		padding: 15px;
	}

	.mask-box .mask-info {
		width: 100%;
		margin-bottom: 15px;
		box-sizing: initial;
	}

	.mask-box .mask-info span {
		top: 5%;
		font-size: 1.8em;
	}

	.mask-box .mask-info a,
	.dz-ser a,
	.sol a {
		font-size: 1em;
		bottom: 5%;
	}

	.mask-box .mask-info span,
	.mask-box .mask-info a,
	.dz-ser span {
		right: 0 !important;
		left: 0 !important;
	}

	.dz-ser span {
		top: 5%;
		text-align: center;
		font-size: 1.2em;
		color: #fff;
	}
	.sol{
		height: auto;
		padding-bottom: 20px;
	}
	.sol .sol-info{
		padding-top: 20px;
		margin: auto;
		text-align: center;
	}
	.sol .sol-info span{
		font-size: 24px;
		margin:20px auto 20px;
	}
	.sol .sol-info a{
		font-size: 16px;
		margin-right: 0;
	}
	.sol::before{
		width: 100%;
	}
	.sol::before{
		display: none;
	}
	.sol-info img{
		display: block;
	}
	
	/* new - pro */
	.Sys-class{
		height: auto;
		padding-bottom: 30px;
	}
	.Sys-class .info span,.pro-item-box .info .title,.pro-item-box .info span,.sys-ft-bg .info span{
		font-size: 24px;
	}
	.Sys-class .info p,.sys-ft-bg .info p{
		font-size: 18px;
	}
	.Sys-class .line02{
		height: 50px;
	}
	.pro-item{
		height: auto;
	}
	.pro-item-box .img,.pro-item-box .info{
		float: initial;
	}
	.pro-item-box .img{
		margin-top: 10%;
		margin-right: 20%;
	}
	
	.pro-item-box .info{
		width: 100%;
		padding:0 20px;
		margin-top: 0;
	}
	.pro-item-box .info a{
		display: block;
		margin:20px auto;
		text-align: center;
	}
	.sys-ft-bg{
		height: auto;
	}
	.sys-ft-bg .info{
		position: initial;
		margin-top: 100px;
	}
	.sys-ft-bg .info a{
		margin-top: 50px;
		padding-bottom: 20px;
	}
	.sys-ft-bg .info span i{
		margin: auto;
	}
	
	/* 企业介绍 */
	.pd90{
		height: 50px;
	}
	.about-tab ul{
		display: initial;
	}
	.about-tab li{
		width: 20%;
		margin: 0 2.5%;
	}
	.media-bd .img{
		float: initial;
		margin-right: initial;
	}
	/* 解决方案 */
	.case-tab li{
		width: 25% !important;
		margin: 0;
	}
	
	/* footer - contact*/
#footWindow{
		display: block;
	}
	#footWindow{
		position:fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		z-index: 21474836470;
	}
	#footWindow div{
		line-height: 40px;
		background: #dc5f25;
		color:white;
		text-align: center;
		font-size:14px;
	}
	
	#footWindow ul{
		overflow: hidden;
		background: #007bac;
	}
	#footWindow ul li{
		float:left;
		 width: 50%; 
	}
	
	#footWindow ul li a{
		display: block;
		line-height:50px;
		color: white;
		font-size:14px;
		text-align: center;
	}
	#footWindow ul li a .iconfont{
		display: inline-block;
		font-size:25px;
		margin-right: 5px;
	}
	#footWindow ul li:first-child a{
		border-right:rgba(255,255,255,0.2) solid 1px;
	}
}
