body,
button,
dd,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
img,
input,
li,
ol,
p,
ul {
	margin: 0;
	padding: 0;
	border: 0
}

* {
	-webkit-tap-highlight-color: transparent;
}

body {
	font-family: "sym", "Microsoft YaHei", "Arial", "Helvetica Neue", Helvetica, sans-serif;
	background-color: #ffffff;
	overflow-x: hidden;
}

button,
input,
textarea,
select {
	-webkit-appearance: none;
	resize: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	border: 0;
}

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

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

.none {
	display: none;
}

.online_x {
	cursor: pointer;
}

button:hover,
input[type=submit]:hover {
	cursor: pointer
}

button:focus,
input:active,
input:focus,
textarea:focus {
	/* border: 0*/
	outline: 0 none;
	outline-color: transparent;
}

a {
	color: #333;
	display: inline-block;
}

a:link {
	text-decoration: none
}

a:visited {
	text-decoration: none
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none
}

li {
	list-style: none;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	visibility: hidden
}

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

.clearfix:after {
	clear: both
}

.clearfix {
	zoom: 1
}

@font-face {
	font-family: "din";
	src: url('../fonts/din.ttf');
}

.conwidth {
	width: 83.33%;
	margin: auto;
}

.owidth {
	max-width: 1400px;
	width: 100%;
	margin: auto;
}

.omain {}

.omain.oth {
	padding-top: 100px;
}

.ovfHiden {
	overflow: hidden;
}


/*header*/

.header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
	margin: auto;
	width: 100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-bottom: rgba(255, 255, 255, 0.25) solid 1px;
}

.header.on {
	top: -100%;
}

.header .alter,
.header.white,
.header.hover {
	/*background: #FFFFFF;*/
	background: url(../images/img215.jpg);
	background-size: cover;
}

.header.white {
	box-shadow: 0px 3px 20px 0px rgba(12, 18, 107, 0.05);
}

.header .content {}
/* 手机端 */
.header .content_m {
	background-color:#fff;
	}
/* 手机端结束 */
.header .box {
	text-align: center;
	font-size: 0;
}

.header .logo {
	float: left;
}

.header .logo a {
	/*height: 120px;
	line-height: 120px;*/
	height: 100px;
	line-height: 100px;
}

.header .logo a img {}

.header .logo a img.logo2 {
	display: none;
}

.header .alter .logo a img.logo1,
.header.white .logo a img.logo1,
.header.hover .logo a img.logo1 {
	display: none;
}

.header .alter .logo a img.logo2,
.header.white .logo a img.logo2,
.header.hover .logo a img.logo2 {
	display: inline-block;
}

.header .nav {
	float: left;
}

.header .nav>ul>li {
	float: left;
	padding: 0px 32px;
}

.header .nav>ul>li.other {
	position: relative;
}

.header .nav>ul>li>a {
	position: relative;
	font-family: "syn";
	color: #333;
	font-size: 18px;
	line-height: 100px;
}

.header .alter .nav>ul>li>a,
.header.white .nav>ul>li>a,
.header.hover .nav>ul>li>a {
	color: #666666;
}

.header .nav>ul>li:hover>a,
.header .nav>ul>li.on a {
	color: #1154ab;
}

.header .nav>ul>li>a::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 3px;
	background: -webkit-gradient(linear, 0 0, 100% 0, from(#004098), to(#5949ab));
	background: -webkit-linear-gradient(left, #004098, #5949ab);
	background: -moz-linear-gradient(left, #004098, #5949ab);
	background: -o-linear-gradient(left, #004098, #5949ab);
	background: linear-gradient(left, #004098, #5949ab);
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#004098, endColorStr=#5949ab);
	background: -webkit-gradient(linear, 0% 25%, 75% 100%, from(#004098), to(#5949ab));
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.header .nav>ul>li:hover>a::before,
.header .nav>ul>li.on>a::before {
	width: 100%;
}


/*服务内容下拉菜单*/

.navcell {
	position: absolute;
	top: 100px;
	left: 50%;
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	/*height: -moz-calc(100vh - 64px);
	height: -webkit-calc(100vh - 64px);
	height: calc(100vh - 64px);*/
	overflow-x: hidden;
	overflow-y: auto;
	display: none;
	border-top: #eeeeee solid 1px;
	/*background-color: #fff;*/
	background: url(../images/img216.jpg);
}

.header .alter .navcell {
	top: 100px;
}

.navcell .cellbox {
	position: relative;
	max-width: 1400px;
	width: 100%;
	margin: auto;
	overflow: hidden;
	padding-top: 35px;
	padding-bottom: 55px;
}

.navcell .cellbox>ul {
	margin-bottom: 30px;
}

.navcell .cellbox>ul>li {
	float: left;
	width: 16.66%;
	width: -moz-calc(100% / 6);
	width: -webkit-calc(100% / 6);
	width: calc(100% / 6);
	text-align: left;
}

.navcell .cellbox ul li .tit {
	margin-bottom: 20px;
}

.navcell .cellbox ul li .tit a {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}

.navcell .cellbox ul li ul li {
	position: relative;
	font-size: 0;
	margin-bottom: 15px;
	/*padding-right: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	*/
}

.navcell .cellbox ul li ul li a {
	display: inline-block;
	vertical-align: middle;
	max-width: -moz-calc(100% - 55px);
	max-width: -webkit-calc(100% - 55px);
	max-width: calc(100% - 55px);
	color: #777777;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.navcell .cellbox ul li ul li a:hover {
	color: #1154ab;
}

.navcell .cellbox ul li ul li a img {
	display: inline-block;
	margin-right: 5px;
	width:58px;

}

.navcell .cellbox ul li ul li .tag {
	/*position: absolute;
	right: 0;
	top: 5px;*/
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	width: 45px;
	text-align: center;
	height: 20px;
	line-height: 20px;
	border-radius: 5px;
	background: #2278e7;
	color: #FFFFFF;
	font-size: 14px;
}

.allbtn {
	text-align: center;
}

.allbtn a {
	min-width: 160px;
	height: 46px;
	line-height: 44px;
	border: #d2d2d2 solid 1px;
	border-radius: 23px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #333333;
	font-size: 16px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.allbtn a:hover {
	color: #FFFFFF;
	border: #5949ab solid 1px;
	background: -webkit-gradient(linear, 0 0, 100% 0, from(#004098), to(#5949ab));
	background: -webkit-linear-gradient(left, #004098, #5949ab);
	background: -moz-linear-gradient(left, #004098, #5949ab);
	background: -o-linear-gradient(left, #004098, #5949ab);
	background: linear-gradient(left, #004098, #5949ab);
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#004098, endColorStr=#5949ab);
	background: -webkit-gradient(linear, 0% 25%, 75% 100%, from(#004098), to(#5949ab));
}


/**/

.header .drop-down {
	position: absolute;
	top: 100px;
	left: 50%;
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	min-width: 210px;
	overflow: hidden;
	background: #ffffff;
	display: none;
}

.header .drop-down a {
	display: block;
	color: #777777;
	font-size: 14px;
	line-height: 56px;
	padding-left: 20px;
	text-align: left;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.header .drop-down a:hover {
	color: #1154ab;
	background: #f8f8f8;
}

.header .drop-down a img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 25px;
}

.header .drop-down a .ic2 {
	display: none;
}

.header .drop-down a:hover .ic1 {
	display: none;
}

.header .drop-down a:hover .ic2 {
	display: inline-block;
}

.header .drop-down a .t1 {
	font-size: 16px;
	color: #191E4C;
	line-height: 22px;
	text-align: left;
	padding: 0px 30px;
}

.header .drop-down a .t2 {
	margin-top: 12px;
	font-size: 14px;
	color: #687990;
	line-height: 20px;
	text-align: left;
	padding: 0px 30px;
	white-space: nowrap;
}

.head-other {
	float: right;
}

.head-other .call {
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 100px;
	line-height: 100px;
	color: #333;
	font-size: 24px;
	font-weight: bold;
}

.head-other .yuyan {
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 100px;
	line-height: 100px;
	color: #333;
	font-size: 14px;
}

.header .alter .head-other .call,
.header.white .head-other .call,
.header.hover .head-other .call {
	color: #3f509f;
}

.head-other .call img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.head-other .call img.ic2 {
	display: none;
}

.header .alter .head-other .call img.ic1,
.header.white .head-other .call img.ic1,
.header.hover .head-other .call img.ic1 {
	display: none;
}

.header .alter .head-other .call img.ic2,
.header.white .head-other .call img.ic2,
.header.hover .head-other .call img.ic2 {
	display: inline-block;
}


/*搜索*/

.searchdiv {
	float: left;
	text-align: center;
	padding-right: 32px;
}

.header .show-search-btn {
	display: block;
	height: 100px;
	line-height: 100px;
	transition-duration: .3s;
	text-align: center;
	font-size: 16px;
	color: #666666;
	overflow: hidden;
	cursor: pointer;
}

.show-search-btn img {
	margin-left: 10px;
}

.show-search-btn img.ic2 {
	display: none;
}

.header .content.alter .show-search-btn img.ic2,
.header.white .show-search-btn img.ic2,
.header.hover .show-search-btn img.ic2 {
	display: inline-block;
}

.header .content.alter .show-search-btn img.ic1,
.header.white .show-search-btn img.ic1,
.header.hover .show-search-btn img.ic1 {
	display: none;
}

.search {
	position: fixed;
	z-index: 6;
	top: 99px;
	right: 0;
	height: auto;
	overflow: hidden;
	/*height: 100%;
  	max-height: 100vh;
  	overflow-y: scroll;
  	overflow-x: hidden;*/
	-webkit-overflow-scrolling: touch;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	visibility: hidden;
	transition-property: opacity, visibility;
	transition-duration: .5s;
	transition-delay: .5s;
}

.search.search-is-open {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	visibility: visible;
	transition-delay: 0s;
}

.search.search-is-open .search__container {
	transform: translateY(0) translateZ(0);
}

.search__container {
	position: relative;
	z-index: 2;
	background-color: #fff;
	transform: translateY(-100%) translateZ(0);
	transition: transform .75s cubic-bezier(.77, 0, .175, 1);
}

.search__overlay {
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	/*background-color:#1d1d1d;*/
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	opacity: .2;
}

.search,
.search__overlay {
	left: 0;
}

.search-header {
	position: relative;
	padding-top: 90px;
	padding-bottom: 120px;
}

.row {
	position: relative;
}

.search-header .search-loader {
	position: absolute;
	top: 17px;
	left: 2.6vw;
}

.search-header .search-btn-close {
	position: absolute;
	top: 0;
	right: 0;
}

.search-header .search-input {
	font-size: 24px;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0;
}

.search-header .search-input__wrapper:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #d9d9d9;
	width: 100%;
}

.search-item {
	position: relative;
	display: block;
	overflow: hidden;
	transition: background-color .2s, opacity .3s, color .3s;
	transform-origin: 0 0;
	color: #1d1d1d;
}

.search-item:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 8.333%;
	right: 8.333%;
	height: 1px;
	background-color: #d9d9d9;
}

.search-item .solr-highlight {
	background-color: rgba(101, 32, 142, .2);
}

.search-close {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 28px;
	height: 72px;
	background: url(../images/close.png) no-repeat center;
	background-size: 28px 28px;
	cursor: pointer;
	z-index: 6;
	transition-duration: .5s;
}

.search-close:hover {
	transform: rotate(90deg);
}

.search .submit0 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 28px;
	height: 75px;
	background: url(../images/searchf.png) no-repeat center;
	border: none;
	background-size: 28px 28px;
	box-sizing: border-box;
	display: block;
}

.search-header .search-input {
	display: block;
	text-indent: 80px;
	line-height: 75px;
	font-size: 24px;
	color: #333;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0;
	border-bottom: 1px solid #d9d9d9;
}


/**/


/*.m-header{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	background: #FFFFFF;
}
.m-header .logo{
	float: left;
}
.m-header .logo a{
	height: 60px;
	line-height: 60px;
}
.m-header .logo a img{
	max-height: 30px;
}*/

.menubtn {
	display: none;
	float: right;
	width: 50px;
	height: 60px;
	background: url(../images/menu-icon1a.png) center right no-repeat;
	-moz-background-size: 30px 30px;
	-webkit-background-size: 30px 30px;
	background-size: 30px 30px;
	cursor: pointer;
}

.header.white .menubtn,
.header .content.alter .menubtn,
.header.hover .menubtn {
	background: url(../images/menu-icon1a.png) center right no-repeat;
	-moz-background-size: 30px 30px;
	-webkit-background-size: 30px 30px;
	background-size: 30px 30px;
}

.menubtn.on {
	background: url(../images/menu-icon2.png) center right no-repeat;
	-moz-background-size: 30px 30px;
	-webkit-background-size: 30px 30px;
	background-size: 30px 30px;
}

.header.white .menubtn.on,
.header .content.alter .menubtn.on,
.header.hover .menubtn.on {
	background: url(../images/menu-icon2a.png) center right no-repeat;
	-moz-background-size: 30px 30px;
	-webkit-background-size: 30px 30px;
	background-size: 30px 30px;
}

.m-nav {
	position: fixed;
	top: 60px;
	left: 0;
	width: 100%;
	height: calc(100% - 60px);
	background: #fff;
	display: none;
	z-index: 99;
	overflow-y: scroll;
}

.m-nav .nav-list {
	padding-top: 30px;
}

.m-nav .nav-list>li {
	padding: 0 5%;
	text-align: left;
}

.m-nav .nav-list>li>a,
.m-nav .nav-list .one-level {
	font-family: "syn";
	font-size: 18px;
	color: #666666;
	display: block;
	height: 50px;
	line-height: 50px;
}

.m-nav .nav-list>li>a:hover,
.m-nav .nav-list .one-level.on,
.m-nav .nav-list .one-level:hover {
	color: #3d509f;
}

.m-nav .nav-list li a .tit {
	color: #222222;
}

.m-nav .nav-list li a:hover .tit {
	color: #3d509f;
}

.m-nav .m-subnav {
	display: none;
}

.m-nav ul li .m-subnav>a,
.m-nav ul li .m-subnav .two-level {
	display: block;
	font-family: "syn";
	font-size: 16px;
	color: #999999;
	padding-left: 15px;
	height: 40px;
	line-height: 40px;
}

.m-nav ul li .m-subnav a .ic2 {
	display: none;
}

.m-nav ul li .m-subnav a:hover .ic1 {
	display: none;
}

.m-nav ul li .m-subnav a:hover .ic2 {
	display: inline-block;
}

.m-nav ul li .m-subnav a:hover {
	color: #3d509f;
}

.m-nav .subnav_2 {
	padding-left: 30px;
	display: none;
}

.m-nav .subnav_2 .subnav_2li>a,
.m-nav .three {
	display: block;
	font-size: 16px;
	color: #666666;
	height: 40px;
	line-height: 40px;
}

.m-nav .subnav_3 a {
	display: block;
	font-size: 15px;
	line-height: 2;
	color: #999999;
}

.m-nav .subnav_3 {
	display: none;
	padding: 0px 15px;
}


/*侧边栏*/

.sidebar {
	position: fixed;
	bottom: 41%;
	right: 0;
	z-index: 99;
}

.sidebar>ul>li {
	position: relative;
	text-align: center;
	cursor: pointer;
	margin-bottom: 3px;
}

.sidebar ul li:last-child {
	border-bottom: none;
}

.sidebar>ul>li>a {
	display: block;
	position: relative;
	width: 55px;
	height: 55px;
	border-radius: 5px;
	text-align: center;
	overflow: hidden;
	box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
	border-radius: 6px 0px 0px 6px;
	background-color: #424242;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.sidebar>ul>li>a:hover{
	background-color: #424242;
}

.sidebar ul li a .img {
	width: 100%;
	text-align: center;
	overflow: hidden;
	height: 55px;
	line-height: 55px;
	text-align: center;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.sidebar ul li .img img {
	max-width: 42%;
}

.sidebar ul li.istop a {
	height: 64px;
	background: #111111;
}

.sidebar ul li.istop a:hover {
	/*background: url(../images/img70.jpg) center no-repeat;
	background-size: cover;*/
	background: #1154ab;
}

.sidebar ul li.istop img {
	display: block;
	max-width: 100%;
	margin: 20px auto 3px;
}

.sidebar ul li.istop a .txt {
	color: #ffffff;
	font-size: 14px;
}

.sidebar ul li .secondary {
	display: none;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 10;
	min-width: 100%;
	min-height: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
}

.sidebar ul li.qrcode .secondary {
	right: 60px;
}

.sidebar ul li .txtli {
	text-align: left;
	line-height: 55px;
	font-size: 16px;
	color: #ffffff;
	padding: 0px 15px;
	min-width: 180px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #1154ab;
	border-radius: 6px 0px 0px 6px;
}

.sidebar ul li .txtli img {
	display: inline-block;
	margin-right: 10px;
}

.sidebar .lianxi {
	white-space: nowrap;
	text-align: center;
	padding: 10px;
	background-color: #FFFFFF;
	border-radius: 2px;
}

.sidebar .lianxi .imgbox {
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 0;
	white-space: nowrap;
}

.sidebar .lianxi .imgli {
	display: inline-block;
	vertical-align: top;
	width: 120px;
}

.sidebar ul li .imgli img {
	display: block;
	width: 100%;
}


/*footer*/

.comprehend {
	padding-top: 35px;
	padding-bottom: 30px;
	background: url(../images/img73.png) center no-repeat;
	background-size: cover;
}

.comprehend .wrap {
	font-size: 0;
}

.comprehend .wrap .tit {
	float: left;
	/*display: inline-block;
	vertical-align: middle;*/
	width: 40.625%;
}

.comprehend .wrap .tit .t1 {
	color: #ffffff;
	font-size: 28px;
}

.comprehend .wrap .tit .t2 {
	margin-top: 12px;
}

.comprehend .wrap .tit .t2 a {
	display: inline-block;
	min-width: 120px;
	height: 40px;
	line-height: 40px;
	border-radius: 2px;
	background: #FFFFFF;
	text-align: center;
	color: #1154ab;
	font-size: 14px;
	font-weight: bold;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.comprehend .wrap .tit .t2 a:hover{
	background: #f1f1f1;
}
.comprehend .wrap ul {
	position: relative;
	float: right;
	padding-top: 12px;
	/*display: inline-block;
	vertical-align: middle;*/
	width: 59.375%;
	overflow: hidden;
}

.comprehend .wrap ul li {
	position: relative;
	float: left;
	width: 33.33%;
	text-align: center;
}

.comprehend .wrap ul::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 20px;
	background: rgba(255, 255, 255, 0.21);
}

.comprehend .wrap ul li::before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 20px;
	background: rgba(255, 255, 255, 0.21);
}

.comprehend .wrap ul li a {
	display: block;
	margin: auto;
}

.comprehend .wrap ul li a .icon {
	margin-bottom: 10px;
}

.comprehend .wrap ul li a .icon img {
	max-width: 100%;
}

.comprehend .wrap ul li a .txt {
	color: #ffffff;
	font-size: 18px;
}

.footer {
	padding-top: 4.2%;
	border-top: #ececec solid 1px;
}

.footer .wrap {
	border-bottom: #ececec solid 1px;
}

.foot-nav {
	float: left;
	width: 65.75%;
	overflow: hidden;
}

.foot-nav ul li {
	float: left;
	width: 16.66%;
	width: -moz-calc(100% / 6);
	width: -webkit-calc(100% / 6);
	width: calc(100% / 6);
}

.footer .tit {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.footer .tit a {
	color: #333333;
}

.foot-nav ul li .links {}

.foot-nav ul li .links i {
	display: block;
	width: 26px;
	height: 2px;
	background: #d1d1d1;
	margin-top: 16px;
	margin-bottom: 20px;
}

.foot-nav ul li .links a {
	display: block;
	color: #666666;
	font-size: 14px;
	line-height: 2.2;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.foot-nav ul li .links a:hover {
	color: #1154ab;
}

.footer .foot-infor {
	float: right;
	width: 34.25%;
	overflow: hidden;

	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: right;
	font-size: 0;
	padding-bottom: 50px;
}

.footer .foot-infor .con {
/*	display: inline-block;  */
    
	text-align: left;
	max-width: 90%;
}

.footer .foot-infor .wrap1 ul {
	margin-top: 20px;
}

.footer .foot-infor .wrap1 li {
	position: relative;
	padding-left: 32px;
	overflow: hidden;
	color: #333333;
	font-size: 14px;
	line-height: 2;
	margin-bottom: 9px;
}

.footer .foot-infor .wrap1 li .icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
}

.footer .foot-infor .wrap1 li .icon img {
	max-width: 100%;
}

.footer .foot-infor .wrap2 {
	margin-top: 25px;
}

.footer .foot-infor .wrap2 li {
	float: left;
	margin-right: 20px;
	text-align: center;
}

.footer .foot-infor .wrap2 li:last-child {
	margin-right: 0;
}

.footer .foot-infor .wrap2 li .img {
	border: #ececec solid 1px;
	padding: 5px;
}

.footer .foot-infor .wrap2 li .img img {
	width: 100px;
	/*height: 100px;*/
}

.footer .foot-infor .wrap2 li .txt {
	margin-top: 5px;
	color: #333333;
	font-size: 14px;
}

.footer .copyright {
	color: #666666;
	font-size: 14px;
	line-height: 2;
	padding: 16px 0px;
}

.footer .copyright a {
	color: #666666;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.footer .copyright a:hover {
	color: #1154ab;
}

.footer .copyright .record {
	margin-left: 2.2%;
}

.footer .copyright .support {
	float: right;
	margin-left: 2%;
}

.section {
	visibility: hidden;
}

.section.active {
	visibility: visible;
}

.section .pagebg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

@media only screen and (min-width: 1025px) {
	.picBox .imgbg {
		transition: ease 1s;
		transform: scale(2);
	}
	.active .lunbotu .picBox .imgbg {
		transform: scale(1);
	}
	.section .pagebg {
		-o-transform: scale(1.2, 1.2);
		-ms-transform: scale(1.2, 1.2);
		-moz-transform: scale(1.2, 1.2);
		-webkit-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
		-o-transition: ease 2s;
		-ms-transition: ease 2s;
		-moz-transition: ease 2s;
		-webkit-transition: ease 2s;
		transition: ease 2s;
	}
	.section.active .pagebg {
		-o-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	.i-product .atlas,
	.i-industry .content {
		-o-transform: scale(0.6);
		-ms-transform: scale(0.6);
		-moz-transform: scale(0.6);
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
		opacity: 0.5;
		-o-transition: all 1.2s ease;
		-ms-transition: all 1.2s ease;
		-moz-transition: all 1.2s ease;
		-webkit-transition: all 1.2s ease;
		transition: all 1.2s ease;
	}
	.section.active .i-product .atlas,
	.section.active .i-industry .content {
		-o-transform: scale(1);
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	.i-new .wrap .wrapcon {
		-o-transform: translateY(50%) scale(0.6);
		-ms-transform: translateY(50%) scale(0.6);
		-moz-transform: translateY(50%) scale(0.6);
		-webkit-transform: translateY(50%) scale(0.6);
		transform: translateY(50%) scale(0.6);
		opacity: 0.5;
		-o-transition: all 1.2s ease;
		-ms-transition: all 1.2s ease;
		-moz-transition: all 1.2s ease;
		-webkit-transition: all 1.2s ease;
		transition: all 1.2s ease;
	}
	.section.active .i-new .wrap .wrapcon {
		-o-transform: translateY(0) scale(1);
		-ms-transform: translateY(0) scale(1);
		-moz-transform: translateY(0) scale(1);
		-webkit-transform: translateY(0) scale(1);
		transform: translateY(0) scale(1);
		opacity: 1;
	}
	.i-title {
		transform: translateY(-100%);
		opacity: 0;
		transition: all 1s ease 0.5s;
	}
	.section.active .i-title {
		transform: translateY(0%);
		opacity: 1;
	}
	.index-nav {
		transform: translateX(-100%);
		opacity: 0;
		transition: all 1s ease 0.5s;
	}
	.section.active .index-nav {
		transform: translateX(0%);
		opacity: 1;
	}
	.more {
		transform: translateY(100%);
		opacity: 0;
		transition: all 1s ease 1s;
	}
	.section.active .more {
		transform: translateY(0%);
		opacity: 1;
	}
	.i-about .wrap .l-wrap {
		transform: translateY(100%);
		opacity: 0;
		transition: all ease 1.5s;
	}
	.section.active .i-about .wrap .l-wrap {
		transform: translateY(0%);
		opacity: 1;
	}
	.i-about .wrap .r-wrap {
		transform: translateX(100%);
		opacity: 0;
		transition: all 1s ease 0.5s;
	}
	.section.active .i-about .wrap .r-wrap {
		transform: translateX(0%);
		opacity: 1;
	}
}


/*首页banner*/

.lunbotu {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.lunbotu .swiper-slide {
	width: 100%;
	height: 100vh;
}

.lunbotu a {
	display: block;
	width: 100%;
	height: 100%;
}

.picBox {
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.picBox .imgbg {
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.picBox .simg {
	display: none;
}

.lunbotu.swiper-container-horizontal>.swiper-pagination-bullets,
.lunbotu .swiper-pagination-custom,
.lunbotu .swiper-pagination-fraction {
	bottom: 6%;
}

.lunbotu.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 6px;
}

.lunbotu .swiper-pagination-bullet {
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	background: #c9c9c9;
	opacity: 1;
}

.lunbotu .swiper-pagination-bullet-active {
	width: 14px;
	height: 14px;
	background: #2b4794;
}


/*.lunbotu .swiper-button-next, .lunbotu .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    outline: none;
}
.lunbotu .swiper-button-prev, .lunbotu.swiper-container-rtl .swiper-button-next {
    background-image: url(../images/img8.png);
    left: 10px;
    right: auto;
}
.lunbotu .swiper-button-next, .lunbotu.swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/img9.png);
    right: 10px;
    left: auto;
}*/

.i-banner {
	position: absolute;
	left: 50%;
	top: 50%;
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
}

.section .i-banner .box {
	max-width: 720px;
	min-height: 400px;
}

.i-banner .box .t1 {
	color: #FFFFFF;
	font-size: 48px;
	font-weight: bold;
}

.i-banner .box .t2 {
	color: #f6f6f6;
	font-size: 20px;
}

.i-banner .box .t3 {
	margin-top: 30px;
	color: #e4e4e4;
	font-size: 22px;
	line-height: 1.7;
}

.i-banner .box .btn {
	margin-top: 50px;
}

.i-banner .box .btn span {
	display: inline-block;
	color: #f4f4f4;
	font-size: 16px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.i-banner .box .btn span:hover {
	color: #1154ab;
}

.obanner {
	position: relative;
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.obanner>img {
	width: 100%;
}

.oimg2 {
	display: none;
}

.ob-img {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bannerzi {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	margin: auto;
}

.obanner .bannerzi .box {
	text-align: center;
}

.obanner .bannerzi .box .t1 {
	color: #ffffff;
	font-size: 48px;
	text-shadow: rgba(0, 11, 21, 0.51) 3px 4px 2px
}

.obanner .bannerzi .box .t2 {
	color: #ffffff;
	font-size: 18px;
	margin-top: 10px;
}


/*首页*/

.i-title {
	color: #333333;
}

.i-title.white {
	color: #FFFFFF;
}

.i-title .t1 {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	width: 30px;
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
	writing-mode: vertical-lr;
	-webkit-writing-mode: vertical-lr;
}

.i-title .t2 {
	display: inline-block;
	vertical-align: top;
	width: 30px;
	font-size: 32px;
	font-weight: bold;
	line-height: 1;
}

.i-product {}

.i-product .box {
	position: relative;
}

.section .box {
	min-height: 70vh;
}

.section .l-box {
	float: left;
	/*width: 250px;*/
	width: 15.625%;
	overflow: hidden;
}

.section .r-box {
	float: left;
	width: 84.375%;
	/*width: -moz-calc(100% - 250px);
	width: -webkit-calc(100% - 250px);
	width: calc(100% - 250px);*/
}

.index-nav {
	margin-top: 30%;
}

.index-nav ul li {
	color: #333333;
	font-size: 18px;
	min-height: 42px;
	line-height: 42px;
	margin-bottom: 5px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	cursor: pointer;
}

.index-nav ul li:hover,
.index-nav ul li.on {
	color: #1154ab;
	font-size: 22px;
}

.i-product .atlas {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.i-product .atlas a {
	display: block;
	width: 100%;
	text-align: right;
}

/*.i-product .atlas a img {
	max-width: 100%;
}
*/
.switch-btn {
	position: absolute;
	left: 40px;
	bottom: 30px;
	z-index: 10;
	width: 100%;
	text-align: left;
	overflow: hidden;
	padding-top: 20px;
}

.i-product .swiper-button-next,
.i-product .swiper-button-prev {
	float: left;
	position: static;
	top: auto;
	bottom: 0;
	width: 49px;
	height: 49px;
	margin-top: 0;
	margin-right: 10px;
	cursor: pointer;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.i-product .swiper-button-prev,
.i-product .swiper-container-rtl .swiper-button-next {
	background-image: url(../images/img77a.png);
}

.i-product .swiper-button-next,
.i-product .swiper-container-rtl .swiper-button-prev {
	background-image: url(../images/img78a.png)
}

.swiper-button-next.swiper-button-disabled {
	opacity: 1;
	background-image: url(../images/img78.png);
}

.swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	background-image: url(../images/img77.png);
}

.more {
	position: absolute;
	left: 0;
	bottom: 0;
}

.more a {
	color: #666666;
	font-size: 16px;
	text-decoration: underline;
}

.more a:hover {
	color: #1154ab;
}


/*行业应用*/

.section.page3 {
	position: relative;
	overflow: hidden;
	height:555px;
}

.i-industry {
	
	}

.i-industry .box {
	position: relative;
}

.i-industry .wrap {
	position: absolute;
	right: 0;
	top: 0;
	width: 79.479%;
	height: 100%;
}

.i-industry .wrap .content {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.i-industry .wrap .content .contli {
	position: relative;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.i-industry .wrap .content .contli a {
	display: block;
	width: 100%;
	height: 100%;
}

.i-industry .wrap .content .contli a .bgimg {
	display: none;
	width: 100%;
	overflow: hidden;
}

.i-industry .wrap .content .contli a .bgimg img {
	width: 100%;
}

.i-industry .wrap .content .contli i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(6, 33, 59, 0.55);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.i-industry .wrap .content .contli:hover i {
	opacity: 0;
}

.i-industry .wrap .content .contli .txt {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 25%;
	padding: 11% 11% 5%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.i-industry .wrap .content .contli:hover .txt {
	background: url(../images/img84.png) center no-repeat;
	background-size: cover;
}

.i-industry .wrap .content .contli .txt .t1 {
	color: #ffffff;
	font-size: 22px;
}

.i-industry .wrap .content .contli .txt .t2 {
	margin-top: 10px;
	color: #ffffff;
	font-size: 22px;
}

.i-industry .wrap .content .contli .txt .t3 {
	/*position: absolute;
	left: 0;
	bottom: -20%;*/
	opacity: 0;
	color: #ffffff;
	font-size: 16px;
	margin-top: 25px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

.i-industry .wrap .content .contli:hover .txt .t3 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}


/*关于我们*/

.section.page4 {
	overflow: hidden;
}

.i-about {}

.i-about .wrap {
	font-size: 0;
	border: rgba(255, 255, 255, 0.51) solid 1px;
}

.i-about .wrap .l-wrap {
	/*float: left;*/
	display: inline-block;
	vertical-align: middle;
	width: 56.3%;
	padding: 0 7%;
	/*overflow: hidden;*/
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.i-about .wrap .r-wrap {
	/*float: left;*/
	display: inline-block;
	vertical-align: middle;
	width: 43.7%;
	overflow: hidden;
	border-left: rgba(255, 255, 255, 0.51) solid 1px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.i-about .wrap .l-wrap .tit {}

.i-about .wrap .l-wrap .tit .t1 {
	color: #ebeaea;
	font-size: 36px;
	font-weight: bold;
}

.i-about .wrap .l-wrap .tit .t2 {
	color: #ebebeb;
	font-size: 22px;
	text-transform: uppercase;
	margin-top: 10px;
}

.i-about .wrap .l-wrap .tit .t3 {
	width: 75px;
	height: 4px;
	background: #2d61cf;
	margin-top: 25px;
	margin-bottom: 50px;
}

.i-about .wrap .l-wrap .btn {
	margin-top: 10%;
}

.i-about .wrap .l-wrap .btn a {
	min-width: 156px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #f9f8f4;
	text-align: center;
	/*background-color: #2387c8;
	background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0.32, #2387c8), color-stop(0.66, #332c79), color-stop(0.83, #2773b7));
	background-image: -webkit-linear-gradient(122deg, #2387c8, #332c79, #2773b7);
	background-image: -moz-linear-gradient(122deg, #2387c8, #332c79, #2773b7);
	background-image: -ms-linear-gradient(122deg, #2387c8 0%, #332c79 100%);
	background-image: -o-linear-gradient(122deg, #2387c8, #332c79);
	background-image: linear-gradient(122deg, #2387c8, #332c79);*/
	border: #004098 solid 1px;
	background: url(../images/btnbg5.jpg) center no-repeat;
	background-size: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.i-about .wrap .l-wrap .btn a:hover {
	color: #004098;
	background: #FFFFFF;
}

.i-about .wrap .l-wrap .txt {
	color: #dddddd;
	font-size: 16px;
	line-height: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	width:880px;
}
/* 手机端 */
.i-about .wrap .l-wrap .txt1 {
	color: #dddddd;
	font-size: 16px;
	line-height: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	
}
/* 手机端结束 */

.i-about .wrap .r-wrap ul li {
	float: left;
	width: 50%;
	border-left: rgba(255, 255, 255, 0.51) solid 1px;
	border-top: rgba(255, 255, 255, 0.51) solid 1px;
	padding: 10% 5%;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.i-about .wrap .r-wrap ul li:nth-child(1),
.i-about .wrap .r-wrap ul li:nth-child(2) {
	border-top: none;
}

.i-about .wrap .r-wrap ul li:hover {
	background-color: #2387c8;
	background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0.32, #473c6f), color-stop(0.66, #0f58ad), color-stop(0.83, #2773b7));
	background-image: -webkit-linear-gradient(-49deg, #473c6f, #0f58ad, #2773b7);
	background-image: -moz-linear-gradient(-49deg, #473c6f, #0f58ad, #2773b7);
	background-image: -ms-linear-gradient(-49deg, #473c6f 0%, #0f58ad 100%);
	background-image: -o-linear-gradient(-49deg, #473c6f, #0f58ad);
	background-image: linear-gradient(-49deg, #473c6f, #0f58ad);
}

.i-about .wrap .r-wrap ul li .cont {
	display: inline-block;
	text-align: left;
	min-width: 63%;
}

.i-about .wrap .r-wrap ul li .ic {}

.i-about .wrap .r-wrap ul li .ic img {
	/*max-width: 20%;*/
}

.i-about .wrap .r-wrap ul li .data {
	margin-top: 16px;
	color: #ffffff;
	font-size: 48px;
	font-weight: bold;
}

.i-about .wrap .r-wrap ul li .timer {
	display: inline-block;
}

.i-about .wrap .r-wrap ul li .txt {
	color: #f7f7f7;
	font-size: 14px;
}


/*首页新闻*/

.section.page5 {
	overflow: hidden;
}

.i-new {
	position: relative;
}

.i-new .box {
	position: relative;
}

.i-new .wrap {
	position: absolute;
	right: 0;
	top: 50%;
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 79.479%;
	overflow: hidden;
}

.i-new .wrap .wrapli {
	/*position: absolute;
	z-index: -1;
	display: inline-block;
	opacity: 0;
	visibility: hidden;
	max-width: 100%;*/
	/*width: 100%;*/
	display: none;
}

.i-new .wrap .wrapli.on {
	/*position: relative;
	z-index: 1;
	visibility: visible;
	opacity: 1;*/
	display: block;
}

.i-new .wrap .content {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-bottom: 7.8%;
}

.i-new .wrap .content .i-newli {}

.i-new .wrap .content .i-newli a {
	display: block;
	width: 100%;
}

.i-new .wrap .content .i-newli .img {
	width: 100%;
	overflow: hidden;
}

.i-new .wrap .content .i-newli .img img {
	width: 100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.i-new .wrap .content .i-newli:hover .img img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.i-new .wrap .content .i-newli .txt {
	padding: 6.5% 0;
}

.i-new .wrap .content .i-newli .txt .t1 {
	color: #666666;
	font-size: 14px;
}

.i-new .wrap .content .i-newli .txt .t2 {
	margin-top: 15px;
	font-weight: bold;
	color: #333333;
	font-size: 25px;
	min-height: 70px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.i-new .wrap .content .i-newli:hover .txt .t2 {
	color: #1154ab;
}

.i-new .wrap .content .i-newli .txt .t3 {
	color: #999999;
	font-size: 16px;
	margin-top: 25px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.i-new .wrap .content .i-newli:hover .txt .t3{
	color: #222222;
}

/*滚动条*/

.i-new .swiper-container-horizontal>.swiper-scrollbar {
	left: 0;
	width: 100%;
	height: 2px;
	border-top: #f8f8f8 solid 1px;
	border-bottom: #f8f8f8 solid 1px;
	background: #e7e6e3;
}

.i-new .swiper-scrollbar-drag {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #1154ab;
	border-top: #1154ab solid 1px;
	border-bottom: #1154ab solid 1px;
}


/*进度条*/


/*.i-new .swiper-container-horizontal>.swiper-pagination-progress{
	top: auto;
	bottom: 0;
}
.i-new .swiper-container-horizontal>.swiper-pagination-progress{
	height: 2px;
	background: #e7e6e3;
	border-top: #f8f8f8 solid 1px;
	border-bottom: #f8f8f8 solid 1px;
}
.i-new .swiper-pagination-progress .swiper-pagination-progressbar{
	background: #1154ab;
	border-top: #1154ab solid 1px;
	border-bottom: #1154ab solid 1px;
}*/


/*产品中心*/

.com-nav {
	position: relative;
	z-index: 10;
	margin-top: -70px;
	background: rgba(23, 60, 110, 0.2);
}

.com-nav.fixed {
	position: fixed;
	top: 100px;
	left: 0;
	z-index: 12;
	width: 100%;
	margin-top: 0;
	/*background: rgba(23, 60, 110, 1);*/
	background: #003b8b;
}

.com-nav ul {
	font-size: 0;
}

.com-nav ul li {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.pnav.com-nav ul li {
	width: 16.66%;
	width: -moz-calc(100% / 8);
	width: -webkit-calc(100% / 8);
	width: calc(100% / 8);
}

.dnav.com-nav ul li {
	width: 50%;
}

.nnav.com-nav ul li {
	width: 33.33%;
	width: -moz-calc(100% / 3);
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
}

.com-nav ul li::before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 23px;
	background: rgba(204, 204, 204, 0.2);
}

.com-nav ul li:first-child::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 24px;
	background: rgba(204, 204, 204, 0.2);
}

.com-nav ul li a,
.com-nav ul li span {
	display: block;
	width: 100%;
	color: #ffffff;
	font-size: 16px;
	height: 70px;
	line-height: 70px;
}

.com-nav ul li:hover a,
.com-nav ul li:hover span,
.com-nav ul li.on a,
.com-nav ul li.on span {
	/*background-color: #2387c8;
	background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0.32, #473c6f), color-stop(0.66, #0f58ad), color-stop(0.83, #2773b7));
	background-image: -webkit-linear-gradient(-49deg, #473c6f, #0f58ad, #2773b7);
	background-image: -moz-linear-gradient(-49deg, #473c6f, #0f58ad, #2773b7);
	background-image: -ms-linear-gradient(-49deg, #473c6f 0%, #0f58ad 100%);
	background-image: -o-linear-gradient(-49deg, #473c6f, #0f58ad);
	background-image: linear-gradient(-49deg, #473c6f, #0f58ad);*/
	background: url(../images/btnbg5.jpg) center no-repeat;
	background-size: cover;
}

.prolist {
	padding-top: 4.7%;
	padding-bottom: 4.2%;
	background: #f6f6f6;
}

.prolist ul {
	margin-bottom: 5%;
	font-size: 0;
}

.prolist ul li {
	/*float: left;*/
	display: inline-block;
	vertical-align: top;
	width: 49.5%;
	margin-right: 1%;
	margin-bottom: 1%;
	background: #FFFFFF;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

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

.prolist .owidth>ul>li:hover {
	box-shadow: 4px 0px 13px rgba(0, 11, 21, 0.11);
}

.prolist ul li a {
	display: block;
	width: 100%;
	padding: 5.6%;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 0;
}

.prolist ul li .txt {
	float: left;
	/*display: inline-block;
	vertical-align: middle;*/
	width: 50%;
	padding-top: 25px;
	height: 280px;
}

.prolist ul li .txt .t1 {
	display: block;
	width: 100%;
	font-weight: bold;
	font-size: 26px;
	color: #333333;
	margin: 0;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 15px;
}

.prolist ul li .txt .t1::before,
.prolist ul li .txt .t1::after {
	content: '';
	display: block;
	width: 90%;
	height: 1px;
	background: #e9e9e9;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.prolist ul li .txt .t1::before {
	width: 60px;
	height: 2px;
	background: #1154ab;
	z-index: 3;
}

.prolist ul li:hover .txt .t1::before {
	width: 90%;
}

.prolist ul li .txt .t2 {
	color: #666666;
	font-size: 16px;
	line-height: 1.6;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.prolist ul li .txt .t2 li {
	display: block;
	width: 100%;
	margin-bottom: 5px;
}

.prolist ul li .txt .t3 {
	margin-top: 30px;
}

.prolist ul li .txt .t3 span {
	display: inline-block;
	min-width: 130px;
	height: 44px;
	line-height: 44px;
	border-radius: 4px;
	background: #ededed;
	color: #999999;
	font-size: 14px;
	text-align: center;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.prolist ul li:hover .txt .t3 span {
	color: #FFFFFF;
	/*background-color: #2387c8;
	background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0.32, #473c6f), color-stop(0.66, #0f58ad), color-stop(0.83, #2773b7));
	background-image: -webkit-linear-gradient(-49deg, #473c6f, #0f58ad, #2773b7);
	background-image: -moz-linear-gradient(-49deg, #473c6f, #0f58ad, #2773b7);
	background-image: -ms-linear-gradient(-49deg, #473c6f 0%, #0f58ad 100%);
	background-image: -o-linear-gradient(-49deg, #473c6f, #0f58ad);
	background-image: linear-gradient(-49deg, #473c6f, #0f58ad);*/
	background: url(../images/btnbg1.jpg) center no-repeat;
	background-size: cover;
}

.prolist ul li .img {
	position: relative;
	/*display: inline-block;
	vertical-align: middle;*/
	float: right;
	width: 50%;
}

.prolist ul li .img img.img-center {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
	transform: scale(0.8);
	max-width: 100%;
}

.img-center {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: auto!important;
	height: auto!important;
}

.img-block {
	display: block;
	width: 100%;
	height: auto;
}

.prolist ul li:hover .img img.img-center {
	transform: scale(1);
}


/*分页*/

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

.page-list {
	font-size: 0;
}

.page-list a {
	display: inline-block;
	vertical-align: top;
	padding: 0px 10px;
	min-width: 43px;
	height: 43px;
	line-height: 43px;
	margin-bottom: 5px;
	margin-right: 10px;
	text-align: center;
	font-family: arial;
	font-size: 16px;
	color: #333333;
	border: #e2e2e2 solid 1px;
	background: #ffffff;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.page-list a:last-child {
	margin-right: 0;
}

.page-list a .ic2 {
	display: none;
}

.page-list a:hover .ic1 {
	display: none;
}

.page-list a:hover .ic2 {
	display: inline-block;
}

.page-list a.fyprev,
.page-list a.fynext {
	font-size: 0;
}


/*.page-list a.fyprev{
	border: none;
	background: url(../images/img100.png) center no-repeat;
}
.page-list a.fynext{
	border: none;
	background: url(../images/img101.png) center no-repeat;
}
.page-list a.fyprev:hover{
	border: none;
	background: url(../images/img42a.png) center no-repeat;
}
.page-list a.fynext:hover{
	border: none;
	background: url(../images/img43a.png) center no-repeat;
}*/

.page-list a:hover,
.page-list a.on {
	color: #FFFFFF;
	border: none;
	/*background-color: #2387c8;
	background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0.32, #473c6f), color-stop(0.66, #0f58ad), color-stop(0.83, #2773b7));
	background-image: -webkit-linear-gradient(-49deg, #473c6f, #0f58ad, #2773b7);
	background-image: -moz-linear-gradient(-49deg, #473c6f, #0f58ad, #2773b7);
	background-image: -ms-linear-gradient(-49deg, #473c6f 0%, #0f58ad 100%);
	background-image: -o-linear-gradient(-49deg, #473c6f, #0f58ad);
	background-image: linear-gradient(-49deg, #473c6f, #0f58ad);*/
	background: url(../images/btnbg4.jpg) center no-repeat;
	background-size: cover;
}


/*产品内页*/

.product-detail {
	padding-top: 4.7%;
	padding-bottom: 5.9%;
}

.product-detail .leftbox {
	float: left;
	width: 48.21%;
	overflow: hidden;
}

.overview .pc-slide {
	position: relative;
	width: 100%;
	margin: 0 auto;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.overview .view,
.overview .preview {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.overview .view .swiper-container {
	width: 100%;
}

.overview .pc-slide .arrow-left {
	background: url(../images/img109.png) no-repeat left center;
	background-size: 10px 19px;
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 100%;
	z-index: 10;
}

.overview .pc-slide .bigimg {
	width: 100%;
	overflow: hidden;
}

.overview .pc-slide .bigimg img {
	width: 100%;
}

.overview .pc-slide .arrow-right {
	background: url(../images/img110.png) no-repeat right center;
	background-size: 10px 19px;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	height: 100%;
	z-index: 10;
}


/*.preview .swiper-button-next, .preview .swiper-button-prev {
    position: absolute;
    top: 0;
    width: 20px;
    height: 100%;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 10px 19px;
    -webkit-background-size: 10px 19px;
    background-size: 10px 19px;
    background-position: center;
    background-repeat: no-repeat;
}
.preview .swiper-button-next, .preview .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/img110.png);
    right: 0;
    left: auto;
}
.preview .swiper-button-prev, .preview .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/img109.png);
    left: 0;
    right: auto;
}
.preview .swiper-button-next.swiper-button-disabled{
    opacity: 1;
    cursor: auto;
    pointer-events: none;
    background-image: url(../images/img110a.png);
}
.preview .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    cursor: auto;
    pointer-events: none;
    background-image: url(../images/img109a.png);
}*/

.overview .preview {
	position: relative;
	width: 100%;
	margin-top: 20px;
	padding: 0 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.overview .preview .swiper-container {
	width: 100%;
}

.overview .preview .swiper-slide {
	width: 140px;
	height: 110px;
	line-height: 110px;
	cursor: pointer;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.overview .preview .swiper-slide .smallimg {
	padding-right: 25px;
	overflow: hidden;
}

.overview .preview .swiper-slide .smallimg span {
	position: relative;
	display: block;
	width: 100%;
	background: #f8f8f6;
}

.overview .preview .swiper-slide-active .smallimg span {
	background: #FFFFFF;
}

.overview .preview .active-nav .smallimg span::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: #1154ab solid 2px;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.overview .preview .swiper-slide .smallimg img {
	width: 100%;
}

.banner-video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.convideo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	/*-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);*/
	width: 100%;
	height: 100%;
}

.convideo .i-convideo {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 18;
	width: 100%;
	height: 100%;
	overflow: hidden;
	cursor: pointer;
}

.convideo .icon {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 22;
	width: 100%;
	height: 100%;
	background: url(../images/img102.png) center no-repeat;
	background-size: 11.8% auto;
}


/*.header .nav .drop-down {
	position: absolute;
	top: 87px;
	left: 0;
	width: 100%;
	max-height: -moz-calc(100vh - 87px);
	max-height: -webkit-calc(100vh - 87px);
	max-height: calc(100vh - 87px);
	overflow: hidden;
	border-top: 1px solid #dddddd;
	background-color: #fff;
	display: none;
}
.header .nav .drop-down .p-lbox{
	position: relative;
	width: -moz-calc(100% + 17px);
	width: -webkit-calc(100% + 17px);
	width: calc(100% + 17px);
	overflow-x: hidden;
	overflow-y:auto;
}*/


/**/

.product-detail .rightbox {
	float: right;
	width: 45.71%;
	overflow: hidden;
}

.product-detail .rightbox .tit {
	padding-top: 6%;
	color: #333333;
	font-size: 32px;
	font-weight: bold;
}

.product-detail .rightbox .features {}

.product-detail .rightbox .features .subtit {
	margin-top: 5.6%;
	border-bottom: #e8e8e8 solid 1px;
	font-size: 0;
}

.product-detail .rightbox .features .subtit span {
	display: inline-block;
	text-align: center;
	min-width: 180px;
	height: 56px;
	line-height: 56px;
	font-size: 18px;
	color: #FFFFFF;
	border-radius: 5px 5px 0px 0px;
	/*background-color: #2387c8;
	background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0.32, #473c6f), color-stop(0.66, #0f58ad), color-stop(0.83, #2773b7));
	background-image: -webkit-linear-gradient(-49deg, #473c6f, #0f58ad, #2773b7);
	background-image: -moz-linear-gradient(-49deg, #473c6f, #0f58ad, #2773b7);
	background-image: -ms-linear-gradient(-49deg, #473c6f 0%, #0f58ad 100%);
	background-image: -o-linear-gradient(-49deg, #473c6f, #0f58ad);
	background-image: linear-gradient(-49deg, #473c6f, #0f58ad);*/
	background: url(../images/btnbg2.jpg) center no-repeat;
	background-size: cover;
}

.product-detail .rightbox .features .txt {
	margin-top: 30px;
	color: #333333;
	font-size: 16px;
	line-height: 1.7;
}

.product-detail .rightbox .features .txt ul li {
	position: relative;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.product-detail .rightbox .features .txt ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 13px;
	width: 12px;
	height: 13px;
	background: url(../images/img111.png) center no-repeat;
}

.product-detail .rightbox .features .iconbox {
	margin-top: 15px;
}

.product-detail .rightbox .features .iconbox ul li {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

.product-detail .rightbox .features .iconbox ul li:last-child {
	margin-right: 0;
}

.product-detail .rightbox .features .iconbox ul li img {
	max-width: 39px;
	/*height: 39px;*/
}

.product-detail .rightbox .features .consult {
	margin-top: 8%;
}

.product-detail .rightbox .features .consult a {
	display: inline-block;
	min-width: 180px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 5px;
	border: #1154ab solid 1px;
	color: #1154ab;
	font-size: 16px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.product-detail .rightbox .features .consult a:hover {
	color: #FFFFFF;
	background-color: #2387c8;
	background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0.32, #473c6f), color-stop(0.66, #0f58ad), color-stop(0.83, #2773b7));
	background-image: -webkit-linear-gradient(-49deg, #473c6f, #0f58ad, #2773b7);
	background-image: -moz-linear-gradient(-49deg, #473c6f, #0f58ad, #2773b7);
	background-image: -ms-linear-gradient(-49deg, #473c6f 0%, #0f58ad 100%);
	background-image: -o-linear-gradient(-49deg, #473c6f, #0f58ad);
	background-image: linear-gradient(-49deg, #473c6f, #0f58ad);
}

.product-detail .wrap {
	margin-top: 5.2%;
}

.product-detail .switch-tab {
	background: #f3f3f3;
}

.product-detail .switch-tab.fixed-top {
	/*
	position: fixed;*/
	top: 170px;
	
	left: 0;
	width: 100%;
}

.product-detail .switch-tab ul {}

.product-detail .switch-tab ul li {
	float: left;
	width: 25%;
	text-align: center;
	font-size: 18px;
	color: #333333;
	height: 80px;
	line-height: 80px;
	cursor: pointer;
}

.product-detail .switch-tab ul li.on,
.product-detail .switch-tab ul li:hover {
	color: #FFFFFF;
	/*background-color: #2387c8;
	background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0.32, #473c6f), color-stop(0.66, #0f58ad), color-stop(0.83, #2773b7));
	background-image: -webkit-linear-gradient(-49deg, #473c6f, #0f58ad, #2773b7);
	background-image: -moz-linear-gradient(-49deg, #473c6f, #0f58ad, #2773b7);
	background-image: -ms-linear-gradient(-49deg, #473c6f 0%, #0f58ad 100%);
	background-image: -o-linear-gradient(-49deg, #473c6f, #0f58ad);
	background-image: linear-gradient(-49deg, #473c6f, #0f58ad);*/
	background: url(../images/btnbg3.png) center no-repeat;
	background-size: cover;
}

.product-detail .switch-tab ul li .ic2 {
	display: none;
}

.product-detail .switch-tab ul li:hover .ic1,
.product-detail .switch-tab ul li.on .ic1 {
	display: none;
}

.product-detail .switch-tab ul li:hover .ic2,
.product-detail .switch-tab ul li.on .ic2 {
	display: inline-block;
}

.product-detail .switch-box {}


/*.product-detail .switch-box .switch-li{
	position: absolute;
	z-index: -1;
	display: inline-block;
	opacity: 0;
	visibility: hidden;
	width: 100%;
}
.product-detail .switch-box .switch-li.on{
	position: relative;
	z-index: 1;
	visibility: visible;
	opacity: 1;
}*/

.product-detail .switch-li .pic {
	padding-top: 3.6%;
}

.product-detail .switch-li .details {
	color: #333333;
	font-size: 18px;
	line-height: 2;
	padding-bottom: 12%;
}

.product-detail .switch-li .pic img {
	display: block;
	max-width: 100%;
	
}

.product-detail .switch-li .pic img:last-child {
	margin-bottom: 0;
}


/*关于我们*/

.aboutbox {}

.aboutbox .about-li {}

.aboutbox .about-li .content {
	padding-top: 170px;
	margin-top: -170px;
}

.introduce {
	padding-top: 3.7%;
	background: url(../images/img134.png) top right no-repeat;
}

.introduce .box {
	font-size: 0;
}

.introduce .leftbox {
	display: inline-block;
	vertical-align: middle;
	width: 60%;
	padding-right: 4.2%;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.introduce .leftbox .txt {
	text-align: left;
}

.introduce .leftbox .txt .t1 {
	font-weight: bold;
	color: #333333;
	font-size: 36px;
}

.introduce .leftbox .txt .t2 {
	margin-top: 30px;
	color: #666666;
	font-size: 16px;
	line-height: 2;
}

.introduce .rightbox {
	display: inline-block;
	vertical-align: middle;
	width: 40%;
	padding-left: 4.2%;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.introduce .rightbox .nums {}

.introduce .rightbox .nums ul {
	float: left;
	width: -moz-calc((100% - 12px) / 2);
	width: -webkit-calc((100% - 12px) / 2);
	width: calc((100% - 12px) / 2);
	overflow: hidden;
	margin-right: 12px;
}

.introduce .rightbox .nums ul:nth-child(2n) {
	margin-right: 0;
}

.introduce .rightbox .nums ul:nth-child(even) {
	margin-top: 26%;
}

.introduce .rightbox .nums ul li {
	position: relative;
	margin-bottom: 12px;
}

.introduce .rightbox .nums ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #2387c8;
	background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0.32, #473c6f), color-stop(0.66, #0f58ad), color-stop(0.83, #2773b7));
	background-image: -webkit-linear-gradient(-49deg, #473c6f, #0f58ad, #2773b7);
	background-image: -moz-linear-gradient(-49deg, #473c6f, #0f58ad, #2773b7);
	background-image: -ms-linear-gradient(-49deg, #473c6f 0%, #0f58ad 100%);
	background-image: -o-linear-gradient(-49deg, #473c6f, #0f58ad);
	background-image: linear-gradient(-49deg, #473c6f, #0f58ad);
	opacity: 0.7;
}

.introduce .rightbox .nums ul li img {
	width: 100%;
}

.introduce .rightbox .nums ul li .txt {
	position: absolute;
	left: 0;
	top: 50%;
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
}

.introduce .rightbox .nums ul li .txt .t1 {
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 8px;
}

.introduce .rightbox .nums ul li .txt .timer {
	display: inline-block;
	vertical-align: text-bottom;
	margin-right: 10px;
	font-weight: bold;
	font-size: 48px;
}

.introduce .rightbox .nums ul li .txt .t2 {
	color: #ffffff;
	font-size: 18px;
}


/*发展历程*/

.develop {
	padding-top: 2.7%;
	padding-bottom: 8.33%;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.develop .tit {
	font-weight: bold;
	font-size: 32px;
	color: #333333;
	text-align: center;
}

.develop .box {
	margin-top: 4.3%;
}

.develop .box>ul {
	position: relative;
	font-size: 0;
}

.develop .box>ul:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	width: 2px;
	height: 100%;
	/*background: #e8e8e8;*/
	border-left: #e8e8e8 solid 1px;
}

.develop .box>ul>li {
	position: relative;
	/*float: left;*/
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.develop .box>ul>li:after,
.develop .box>ul>li::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: #eaeaea solid 3px;
	background: #ffffff;
}

.develop .box ul li:nth-child(odd):after,
.develop .box ul li:nth-child(odd)::after {
	right: -9px;
}

.develop .box ul li:nth-child(even):after,
.develop .box ul li:nth-child(even)::after {
	left: -9px;
}

.develop .box>ul>li:nth-child(even) {
	margin-top: 5%;
}

.develop .box ul li .con {
	position: relative;
	max-width: 630px;
	width: 90%;
	padding: 6% 4% 6% 6%;
	font-size: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #f4f4f4;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.develop .box ul li:nth-child(even) .con {
	float: right;
}

.develop .box>ul>li .con:hover {
	background-color: #2387c8;
	background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0.32, #473c6f), color-stop(0.66, #0f58ad), color-stop(0.83, #2773b7));
	background-image: -webkit-linear-gradient(-49deg, #473c6f, #0f58ad, #2773b7);
	background-image: -moz-linear-gradient(-49deg, #473c6f, #0f58ad, #2773b7);
	background-image: -ms-linear-gradient(-49deg, #473c6f 0%, #0f58ad 100%);
	background-image: -o-linear-gradient(-49deg, #473c6f, #0f58ad);
	background-image: linear-gradient(-49deg, #473c6f, #0f58ad);
}

.develop .box ul li .con:after,
.develop .box ul li .con::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
}

.develop .box ul li:nth-child(odd) .con:after,
.develop .box ul li:nth-child(odd) .con::after {
	right: -16px;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 16px solid #f4f4f4;
}

.develop .box ul li:nth-child(even) .con:after,
.develop .box ul li:nth-child(even) .con::after {
	left: -16px;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-right: 16px solid #f4f4f4;
}

.develop .box ul li:nth-child(odd) .con:hover:after,
.develop .box ul li:nth-child(odd) .con:hover::after {
	border-left: 16px solid #3f4179;
}

.develop .box ul li:nth-child(even) .con:hover:after,
.develop .box ul li:nth-child(even) .con:hover::after {
	border-right: 16px solid #0f56aa;
}

.develop .box ul li .img {
	display: inline-block;
	vertical-align: middle;
	width: 33.6%;
	overflow: hidden;
}

.develop .box ul li .txt {
	display: inline-block;
	vertical-align: middle;
	width: 66.4%;
	padding-left: 6%;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.develop .box ul li .txt .subtit {
	color: #1154ab;
	font-size: 21px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.develop .box ul li .txt .subtit .year {
	display: inline-block;
	margin-right: 5px;
	font-size: 28px;
	font-weight: bold;
}

.develop .box ul li:hover .txt .subtit {
	color: #FFFFFF;
}

.develop .box ul li .txt ul {
	margin-top: 12px;
	color: #333333;
	font-size: 16px;
	line-height: 1.7;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.develop .box ul li:hover .txt ul {
	color: #FFFFFF;
}

.develop .box ul li .txt ul li {
	position: relative;
	padding-left: 18px;
}

.develop .box ul li .txt ul li:before,
.develop .box ul li .txt ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #c7c7c7;
}

.develop .box ul li .txt ul li:before,
.develop .box ul li .txt ul li::before {
	background: #eaeaea;
}


/*企业文化*/

.culture {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.culture ul li {
	position: relative;
	float: left;
	width: 33.33%;
	width: -moz-calc(100% / 3);
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
}

.culture-li {
	position: relative;
}

.culture ul li:before,
.culture-li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0, 25, 59, 0.5);
}

.culture ul li .img,
.culture-li .img {
	width: 100%;
	overflow: hidden;
}

.culture ul li .img img,
.culture-li .img img {
	width: 100%;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.culture ul li:hover .img img,
.culture-li:hover .img img {
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.culture ul li .txt,
.culture-li .txt {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	max-width: 320px;
	width: 100%;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.culture ul li .txt .t1,
.culture-li .txt .t1 {
	color: #ffffff;
	font-size: 32px;
}

.culture ul li .txt .t2,
.culture-li .txt .t2 {
	color: #ffffff;
	font-size: 18px;
	line-height: 1.7;
}

.culture ul li .txt i,
.culture-li .txt i {
	display: block;
	margin: 20px auto;
	width: 40px;
	height: 1px;
	background: #ffffff;
}


/*资质荣誉*/

.qualifications {
	padding-top: 4.2%;
	padding-bottom: 4%;
	background: #f8f8f8;
}

.qualifications .box {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 4.28%;
}

.qualifications .honorli {
	background: #ffffff;
}

.qualifications .honorli .img {
	width: 81%;
	margin: 0 auto;
	padding: 15% 0;
	text-align: center;
	overflow: hidden;
}

.qualifications .honorli .img img {
	max-width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.qualifications .honorli:hover .img img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.qualifications .honorli .txt {
	height: 80px;
	line-height: 80px;
	text-align: center;
	border-top: #f2f2f2 solid 1px;
	color: #666666;
	font-size: 18px;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.swiper-btn {
	margin-top: 4%;
	text-align: center;
}

.swiper-btn .swiper-button-prev,
.swiper-btn .swiper-button-next {
	position: static;
	margin: 0 10px;
	display: inline-block;
	width: 48px;
	height: 48px;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.qualifications .swiper-button-next,
.qualifications .swiper-container-rtl .swiper-button-prev {
	background-image: url(../images/img152a.png);
}

.qualifications .swiper-button-prev,
.qualifications .swiper-container-rtl .swiper-button-next {
	background-image: url(../images/img151a.png);
}

.qualifications .swiper-button-next.swiper-button-disabled {
	opacity: 1;
	background-image: url(../images/img152.png);
}

.qualifications .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	background-image: url(../images/img151.png);
}


/*合作交流*/

.abtit {
	color: #333333;
	font-weight: bold;
	font-size: 36px;
}

.cooperation {
	padding-top: 6.25%;
	padding-bottom: 6%;
	background: url(../images/img158.png) center no-repeat;
	background-size: cover;
}

.cooperation .abtit {
	float: left;
}

.cooperation .tabs ul {
	position: relative;
	float: right;
	width: 71.4%;
	overflow: hidden;
	text-align: right;
}
.cooperation .tabs ul:before{
	content: '';
	position: absolute;
	left: 0;
	top: 14px;
	width: 100%;
	height: 2px;
	border-top: #e8e8e8 solid 1px;
}
.cooperation .tabs ul li {
	/*float: left;*/
	display: inline-block;
	position: relative;
	margin-right: 19%;
	cursor: pointer;
	text-align: center;
}

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

.cooperation .tabs ul li .spot {
	position: relative;
	display: block;
	margin: auto;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	overflow: hidden;
}

.cooperation .tabs ul li .spot span {
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(153, 153, 153, 0.1);
}

.cooperation .tabs ul li .spot i {
	position: absolute;
	left: 50%;
	top: 50%;
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 48%;
	height: 48%;
	border-radius: 50%;
	overflow: hidden;
}

.cooperation .tabs ul li .spot i:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #999999;
}

.cooperation .tabs ul li:hover .spot span,
.cooperation .tabs ul li.on .spot span,
.cooperation .tabs ul li:hover .spot i:before,
.cooperation .tabs ul li.on .spot i:before {
	background-color: #004098;
	background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0.32, #004098), color-stop(0.66, #5949ab), color-stop(0.83, #3846a4));
	background-image: -webkit-linear-gradient(135deg, #004098, #5949ab, #3846a4);
	background-image: -moz-linear-gradient(135deg, #004098, #5949ab, #3846a4);
	background-image: -ms-linear-gradient(135deg, #004098 0%, #5949ab 100%);
	background-image: -o-linear-gradient(135deg, #004098, #5949ab);
	background-image: linear-gradient(135deg, #004098, #5949ab);
}

.cooperation .tabs ul li:hover .spot span,
.cooperation .tabs ul li.on .spot span {
	opacity: 0.15;
}

.cooperation .tabs ul li .txt {
	margin-top: 12px;
	color: #333333;
	font-size: 18px;
}

.cooperation .tabs ul li:hover .txt,
.cooperation .tabs ul li.on .txt {
	color: #1154ab;
}

.cooperation .wrap {
	margin-top: 6%;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.cooperation .atlasbox {
	width: 100%;
}

.cooperation .atlasbox ul li {
	float: left;
	width: calc((100% - 50px) / 3);
	width: calc((100% - 50px) / 3);
	width: calc((100% - 50px) / 3);
	margin-right: 25px;
	overflow: hidden;
}

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

.cooperation .atlasbox ul li .wrapli {
	position: relative;
	width: 100%;
	margin-bottom: 27px;
	overflow: hidden;
}

.cooperation .atlasbox ul li .wrapli:last-child {
	margin-bottom: 0;
}

.cooperation .atlasbox ul li img {
	display: block;
	width: 100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.cooperation .atlasbox ul li .wrapli:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.cooperation .atlasbox ul li .wrapli:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: url(../images/img159.png) bottom center no-repeat;
	background-size: 100% auto;
}

.cooperation .atlasbox ul li .text {
	position: absolute;
	left: 0;
	bottom: 25px;
	z-index: 2;
	width: 100%;
	padding: 0 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fefefe;
	font-size: 18px;
	line-height: 1.7;
}


/*行业应用*/

.ia-nav {
	position: relative;
	z-index: 10;
	margin-top: -140px;
	background: rgba(23, 60, 110, 0.2);
}

.ia-nav.fixed {
	position: fixed;
	top: 100px;
	left: 0;
	z-index: 12;
	width: 100%;
	margin-top: 0;
	/*background: rgba(23, 60, 110, 1);*/
	background: #003b8b;
}

.ia-nav ul {
	font-size: 0;
}

.ia-nav ul li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 14.28%;
	width: -moz-calc(100% / 7);
	width: -webkit-calc(100% / 7);
	width: calc(100% / 7);
}

.ia-nav ul li::before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 23px;
	background: rgba(204, 204, 204, 0.2);
}

.ia-nav ul li:first-child::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 24px;
	background: rgba(204, 204, 204, 0.2);
}

.ia-nav ul li a,
.ia-nav ul li span {
	display: block;
	width: 100%;
	color: #ffffff;
	font-size: 16px;
	padding: 38px 0px;
}

.ia-nav ul li:hover a,
.ia-nav ul li:hover span,
.ia-nav ul li.on a,
.ia-nav ul li.on span {
	/*background-color: #2387c8;
	background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0.32, #473c6f), color-stop(0.66, #0f58ad), color-stop(0.83, #2773b7));
	background-image: -webkit-linear-gradient(-49deg, #473c6f, #0f58ad, #2773b7);
	background-image: -moz-linear-gradient(-49deg, #473c6f, #0f58ad, #2773b7);
	background-image: -ms-linear-gradient(-49deg, #473c6f 0%, #0f58ad 100%);
	background-image: -o-linear-gradient(-49deg, #473c6f, #0f58ad);
	background-image: linear-gradient(-49deg, #473c6f, #0f58ad);*/
	background: url(../images/btnbg6.png) center no-repeat;
	background-size: cover;
}

.ia-nav ul li a img {
	display: block;
	margin: 0px auto 5px;
	max-width: 21%;
}

.industry {
	padding-top: 5%;
	padding-bottom: 4.2%;
}

.industry-ul {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.industry ul li {
	float: left;
	width: 31.4%;
	margin-right: 2.9%;
	margin-bottom: 2.9%;
}

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

.industry ul li a,
.industry .industry-li a {
	position: relative;
	display: block;
}

.industry ul li .img,
.industry .industry-li .img {
	width: 100%;
	overflow: hidden;
}

.industry ul li .img img,
.industry .industry-li .img img {
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.industry ul li:hover .img img,
.industry .industry-li:hover .img img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.industry ul li i,
.industry .industry-li i {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: url(../images/img170.png) bottom center no-repeat;
	background-size: 100% auto;
}

.industry ul li .txt,
.industry .industry-li .txt {
	position: absolute;
	left: 0;
	bottom: 30px;
	z-index: 2;
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	width: 100%;
	padding: 0 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


/*推荐产品*/

.recommend {
	background: #f6f6f6;
}

.recommend .tit {
	color: #333333;
	font-weight: bold;
	font-size: 32px;
	text-align: center;
}

.recommend ul {
	margin-top: 4.7%;
}

.recommend .morebtn {
	text-align: center;
}

.recommend .morebtn a {
	display: inline-block;
	min-width: 180px;
	height: 52px;
	line-height: 52px;
	border-radius: 5px;
	color: #f9f8f4;
	font-size: 18px;
	/*background: #004098;*/
	background: url(../images/btnbg5.jpg) center no-repeat;
	background-size: cover;
	border: #004098 solid 1px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.recommend .morebtn a:hover {
	color: #004098;
	background: #FFFFFF;
}


/*行业应用内页*/

.inpage {}

.inpage .title {
	padding-top: 15px;
	padding-bottom: 3.2%;
	background: #f8fbff;
}

.location {
	width: 100%;
	overflow: hidden;
}

.location .cont {
	width: 100%;
	overflow: hidden;
	text-align: left;
}

.location .cont img,
.location .cont a,
.location .cont span {
	display: inline-block;
	vertical-align: middle;
	color: #666666;
	font-size: 16px;
}

.location .cont a:hover {
	color: #1154ab;
}

.location .cont span {
	margin: 0px 5px;
}

@media only screen and (max-width: 1024px) {
	.location {
		bottom: 20px;
	}
	.location .cont img,
	.location .cont a,
	.location .cont span {
		font-size: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.location .cont a,
	.location .cont span {
		font-size: 14px;
	}
	.location .cont span {
		margin: 0px 3px;
	}
}

.inpage .title .txt {
	margin-top: 3.6%;
}

.inpage .title .txt .t1 {
	color: #333333;
	font-size: 32px;
	font-weight: bold;
}

.inpage .title .txt .t2 {
	margin-top: 20px;
	color: #666666;
	font-size: 16px;
	line-height: 1.7;
}

.inpage .title .txt .t2 span,
.inpage .title .txt .t2 a {
	display: inline-block;
	color: #666666;
	margin-right: 20px;
}

.inpage .title .txt .t2 a:hover {
	color: #1154ab;
}

.inpage .box {
	padding-top: 3.2%;
	background: #FFFFFF;
}




.inpage .box .l-box {
	float: left;
	width: 70%;
	overflow: hidden;
}

.inpage .box .details {
	color: #333333;
	font-size: 16px;
	line-height: 2;
	padding-bottom: 12%;
}

.new-details .box .details {
	max-width: 1200px;
	width: 100%;
	margin: auto;
	padding-bottom: 8%;
}

.inpage .box .details img {
	display: block;
	margin: auto;
	max-width: 100%;
}

.inpage .box .r-box {
	float: right;
	width: 25.5%;
}

.inpage .box .r-box .related {
	padding: 25px;
	box-shadow: 0px 5px 24px rgba(3, 20, 35, 0.1);
}

.inpage .box .r-box .related .bt {
	color: #333333;
	font-size: 18px;
}

.inpage .box .r-box .related ul {
	margin-top: 15px;
}

.inpage .box .r-box .related ul li {
	margin-bottom: 10px;
}

.inpage .box .r-box .related ul li a {
	display: block;
	position: relative;
	width: 100%;
	padding-left: 25px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #666666;
	font-size: 16px;
	line-height: 2;
}

.inpage .box .r-box .related ul li:hover a {
	color: #23449f;
}

.inpage .box .r-box .related ul li a i {
	position: absolute;
	left: 0px;
	top: 12px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #bdbdbd;
}

.inpage .box .r-box .related ul li:hover a i {
	background: #1154ab;
}

.paging {
	padding-top: 2%;
	padding-bottom: 2%;
	border-top: #ececec solid 1px;
	overflow: hidden;
	background-color: #f8fbff;
}

.nextprev {
	position: relative;
	max-width: 1200px;
	width: 100%;
	overflow: hidden;
}

.new-details .nextprev {
	margin: auto;
}

.nextprev ul {}

.nextprev ul li {
	float: left;
	width: 38.6%;
	margin-right: 22.8%;
}

.nextprev ul li:nth-child(2n) {
	text-align: right;
	margin-right: 0;
}

.nextprev ul li a {
	display: inline-block;
	width: 100%;
	color: #333333;
	font-size: 16px;
	line-height: 1.8;
	padding: 20px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.nextprev ul li a:hover {
	color: #004098;
}

.nextprev ul li a .sp {
	color: #004098;
}

.back-to {
	position: absolute;
	left: 50%;
	top: 50%;
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.back-to a {
	/*display: inline-block;
	min-width: 160px;*/
	display: flex;
	align-items: center;
	justify-content: center;
	width: 160px;
	padding: 0 15px;
	text-align: center;
	line-height: 48px;
	color: #ffffff;
	font-size: 16px;
	background-color: #2387c8;
	background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0.32, #473c6f), color-stop(0.66, #0f58ad), color-stop(0.83, #2773b7));
	background-image: -webkit-linear-gradient(-49deg, #473c6f, #0f58ad, #2773b7);
	background-image: -moz-linear-gradient(-49deg, #473c6f, #0f58ad, #2773b7);
	background-image: -ms-linear-gradient(-49deg, #473c6f 0%, #0f58ad 100%);
	background-image: -o-linear-gradient(-49deg, #473c6f, #0f58ad);
	background-image: linear-gradient(-49deg, #473c6f, #0f58ad);
	border-radius: 5px;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.back-to a:hover {
	/*background: #FFFFFF;
	color: #000000;*/
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
}

.back-to a img {
	display: inline-block;
	margin-right: 5px;
}


/*联系我们*/

.contact {
	padding-top: 5.2%;
	padding-bottom: 5.2%;
	background: #ffffff;
}

.contact .box {
	position: relative;
}

.contact .mapimg {
	width: 100%;
	overflow: hidden;
}


.contact .address {
	position: absolute;
	right: 3.2%;
	top: 2.5%;
	max-width: 470px;
	width: 50%;
	background: #ffffff;
	padding: 3.6% 3%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.contact .address .tit {
	color: #333333;
	font-size: 28px;
}

.contact .address ul {
	margin-top: 12%;
}

.contact .address ul li {
	margin-bottom: 9%;
}

.contact .address ul li .icon {
	margin-bottom: 15px;
}

.contact .address ul li .icon .ic2 {
	display: none;
}

.contact .address ul li.on .icon .ic1,
.contact .address ul li:hover .icon .ic1 {
	display: none;
}

.contact .address ul li.on .icon .ic2,
.contact .address ul li:hover .icon .ic2 {
	display: inline-block;
}

.contact .address ul li .t1 {
	color: #333333;
	font-size: 20px;
}

.contact .address ul li .t2 {
	color: #666666;
	font-size: 16px;
	margin-top: 12px;
	min-height: 60px;
}

.contact .address ul li.on .t1,
.contact .address ul li:hover .t1 {
	color: #004098;
}

.contact .address ul li.on .t2,
.contact .address ul li:hover .t2 {
	color: #1154ab;
}

.contact .infor {
	margin-top: 5.4%;
}

.contact .infor ul li {
	float: left;
	width: 25%;
	padding-right: 3%;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.contact .infor ul li .t1 {
	position: relative;
	padding-left: 54px;
	color: #636363;
	font-size: 20px;
	padding-top: 5px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: #f0f0f0 solid 1px;
}

.contact .infor ul li .t1 .tb {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	overflow: hidden;
}

.contact .infor ul li .t1 .tb img {
	max-width: 93%;
}

.contact .infor ul li .t2 {
	color: #1154ab;
	font-size: 24px;
}


/* 在线留言 */

.feedback {
	padding-top: 4.5%;
	padding-bottom: 4.5%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.feedback .tit {
	text-align: center;
}

.feedback .tit .t1 {
	font-size: 36px;
	color: #333333;
	margin-bottom: 20px;
}

.feedback .tit .t2 {
	font-size: 16px;
	color: #666666;
	line-height: 1.8;
}

.feedback .box {
	margin-top: 4.3%;
}

.applydiv {}

.applydiv .txtli {
	margin-bottom: 35px;
}

.applydiv .txtli .half {
	float: left;
	width: 47.6%;
	margin-right: 4.8%;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.applydiv .txtli .half:nth-child(2n) {
	margin-right: 0;
}

.applydiv .txtli .t1 {
	color: #666666;
	font-size: 16px;
}

.applydiv .txtli .textli .t1 {
	width: 100%;
}

.applydiv .txtli .t1 .must {
	display: inline-block;
	margin-left: 3px;
	color: #e54848;
}

.applydiv .txtli .t2 {
	padding-left: 15px;
	padding-right: 15px;
	border: #eaeaea solid 1px;
	margin-bottom: 12px;
	margin-top: 12px;
	line-height: 48px;
	background-color: #FFFFFF;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.applydiv .txtli .textli .t2 {
	width: 100%;
	padding: 0px 15px;
}

.applydiv .txtli .t2 input {
	width: 100%;
	color: #666666;
	font-size: 16px;
	height: 48px;
	border: none;
	background: none;
	outline: none;
}

.applydiv .txtli textarea {
	width: 100%;
	min-height: 100px;
	padding: 15px;
	resize: none;
	border: none;
	background: none;
	outline: none;
	color: #666666;
	font-size: 16px;
}

.applydiv .btn {
	width: 160px;
	text-align: center;
	/*background-color: #2387c8;
	background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0.32, #473c6f), color-stop(0.66, #0f58ad), color-stop(0.83, #2773b7));
	background-image: -webkit-linear-gradient(-49deg, #473c6f, #0f58ad, #2773b7);
	background-image: -moz-linear-gradient(-49deg, #473c6f, #0f58ad, #2773b7);
	background-image: -ms-linear-gradient(-49deg, #473c6f 0%, #0f58ad 100%);
	background-image: -o-linear-gradient(-49deg, #473c6f, #0f58ad);
	background-image: linear-gradient(-49deg, #473c6f, #0f58ad);*/
	background: url(../images/btnbg5.jpg) center no-repeat;
	background-size: cover;
	border: #004098 solid 1px;
	margin: 55px auto 0px;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	border-radius: 5px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.applydiv .btn:hover {
	color: #004098;
	background: #FFFFFF;
	/*box-shadow: 0px 0px 10px rgba(0,0,0,0.15);*/
}
.applydiv .btn:hover input{
	color: #004098;
}
.applydiv .btn input {
	width: 100%;
	height: 48px;
	line-height: 48px;
	color: #FFFFFF;
	font-size: 16px;
	background: none;
	border: none;
	outline: none;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


/*驱动下载*/

.download {
	padding-top: 5.2%;
	padding-bottom: 5.5%;
}

.download .owidth>ul>li {
	margin-bottom: 4.7%;
	box-shadow: 1px 0px 13px rgba(3, 20, 35, 0.16);
	overflow: hidden;
}

.download .owidth>ul>li:last-child {
	margin-bottom: 0;
}

.download ul li .pic {
	float: left;
	width: 30.71%;
	overflow: hidden;
}

.download ul li .pic img {
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.download ul li:hover .pic img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.download ul li .load {
	float: left;
	width: 69.29%;
	padding: 0 3.5%;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.download ul li .load .tit {
	position: relative;
	color: #333333;
	font-size: 26px;
	font-weight: bold;
	padding-top: 25px;
	padding-bottom: 25px;
	border-bottom: #e9e9e9 solid 1px;
}

.download ul li .load .tit:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 2px;
	background-color: #2387c8;
	background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0.32, #473c6f), color-stop(0.66, #0f58ad), color-stop(0.83, #2773b7));
	background-image: -webkit-linear-gradient(-49deg, #473c6f, #0f58ad, #2773b7);
	background-image: -moz-linear-gradient(-49deg, #473c6f, #0f58ad, #2773b7);
	background-image: -ms-linear-gradient(-49deg, #473c6f 0%, #0f58ad 100%);
	background-image: -o-linear-gradient(-49deg, #473c6f, #0f58ad);
	background-image: linear-gradient(-49deg, #473c6f, #0f58ad);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.download ul li:hover .load .tit:before {
	width: 100%;
}

.download ul li ul {
	margin-top: 25px;
    overflow-y: auto;
    max-height: 320px;
}

.download ul li ul li {
	position: relative;
	float: left;
	width: 29.6%;
	margin-right: 5.6%;
	margin-bottom: 2.3%;
	overflow: hidden;
}

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

.download ul li ul li:hover {
	background: #f8f8f8;
}

.download ul li ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	/*width: 60px;*/
	width: 25.6%;
	height: 100%;
	background: #f8f8f8;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	 display: none;
}

.download ul li ul li:hover:before {
	width: 100%;
} 

.download ul li ul li a {
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	height:100%;
}

.download ul li ul li .img {
	float: left;
	/*width: 60px;*/
	width: 25.6%;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	text-align: center;
}

.download ul li ul li .img img {
	max-width: 100%;
}

.download ul li ul li .txt {
	float: left;
	/*width: -moz-calc(100% - 100px);
	width: -webkit-calc(100% - 100px);
	width: calc(100% - 100px);
	padding: 0 8%;*/
	width: 57.4%;
	padding: 5px 10px 0px;
	padding-top: 5px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.download ul li ul li .txt .t1 {
	color: #333333;
	font-size: 16px;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.download ul li ul li:hover .txt .t1 {
	color: #1154ab;
}

.download ul li ul li .txt .t2 {
	color: #999999;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.download ul li ul li .ic {
	float: left;
	/*width: 40px;*/
	height: 60px;
	overflow: hidden;
	width: 17%;
	max-width: 40px;
	background: url(../images/img187.png) top 15px left no-repeat;
	background-size: 83% auto;
}

.download ul li ul li:hover .ic {
	background: url(../images/img188.png) top 15px left no-repeat;
	background-size: 83% auto;
}


/*售后服务*/

.service {
	padding-top: 9.37%;
}

.service .box {}

.service .box ul {
	font-size: 0;
}

.service .box ul li {
	position: relative;
	/*float: left;*/
	display: inline-block;
	vertical-align: top;
	width: 20.95%;
	margin-right: 5.4%;
}

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

.service .box ul li:before {
	content: '';
	position: absolute;
	right: -25.77%;
	top: 0;
	width: 25.77%;
	height: 100%;
	text-align: center;
	background: url(../images/img205.png) top 32% center no-repeat;
	background-size: 52% auto;
}

.service .box ul li:nth-child(4n):before {
	display: none;
}

.service .box ul li .img {
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.service .box ul li .img img {
	max-width: 100%;
	border-radius: 50%;
}

.service .box ul li .txt {
	position: relative;
	z-index: 1;
	margin-top: -40px;
	background: #FFFFFF;
	border: #eeeeee solid 1px;
	text-align: center;
	padding: 20px 15px;
}

.service .box ul li .txt:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: -10px;
	z-index: 2;
	margin: auto;
	width: 0px;
	height: 0px;
	border-right: transparent solid 8px;
	border-left: transparent solid 8px;
	border-bottom: #FFFFFF solid 10px;
}

.service .box ul li .txt:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: -11px;
	z-index: 1;
	margin: auto;
	width: 0px;
	height: 0px;
	border-right: transparent solid 8px;
	border-left: transparent solid 8px;
	border-bottom: #eeeeee solid 10px;
}

.service .box ul li .txt .t1 {
	color: #1154ab;
	font-size: 22px;
	margin-bottom: 5px;
}

.service .box ul li .txt .t2 {
	color: #666666;
	font-size: 16px;
	line-height: 1.6;
}

.service .wrap {
	margin-top: 5.2%;
}

.service .wrap ul li {
	position: relative;
	float: left;
	width: 50%;
	overflow: hidden;
	background: #FFFFFF;
}

.service .wrap ul li .img {
	width: 100%;
	overflow: hidden;
}

.service .wrap ul li .img img {
	width: 100%;
}

.service .wrap .w2 .img .spbg,
.service .wrap ul li .img .spbg {
	display: none;
}

.service .wrap ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.service .wrap ul li:nth-child(1):before {
	background: rgba(0, 64, 152, 0.9);
}

.service .wrap ul li:nth-child(2):before {
	background: rgba(1, 28, 65, 0.65);
}

.service .wrap ul li .txt {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 530px;
	width: 100%;
	text-align: center;
	padding: 5% 8%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.service .wrap ul li .txt .t1 {
	color: #ffffff;
	font-size: 32px;
	font-weight: bold;
}

.service .wrap ul li .txt .t2 {
	color: #ffffff;
	font-size: 16px;
	line-height: 1.8;
	margin-top: 20px;
	margin-bottom: 25px;
}

.service .wrap ul li .txt .btn {}

.service .wrap ul li .txt .btn a {
	display: inline-block;
	min-width: 140px;
	height: 48px;
	line-height: 46px;
	border: #ffffff solid 1px;
	color: #ffffff;
	font-size: 18px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.service .wrap ul li .txt .btn a:hover {
	background: #FFFFFF;
	color: #1154ab;
}

.service .wrap .w2 .img,
.service .wrap .w2 .text {
	float: left;
	width: 50%;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.service .wrap .w2 .text {
	padding: 2.5% 4%;
}

.service .wrap .w2 .text .t1 {
	color: #333333;
	font-size: 32px;
	font-weight: bold;
}

.service .wrap .w2 .text .t2 {
	color: #666666;
	font-size: 16px;
	line-height: 1.8;
	margin-top: 20px;
}

.service .wrap .w2 .img {
	position: relative;
}

.service .wrap .w2 .img img {
	width: 100%;
}

.new {
	padding-top: 4.7%;
	padding-bottom: 4.7%;
}

.new ul {
	margin-bottom: 50px;
}

.new ul li {
	position: relative;
	float: left;
	width: 31.2%;
	margin-right: 3.2%;
	margin-bottom: 3.2%;
	background: #ffffff;
}

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

.new ul li:hover {
	box-shadow: 3px 0px 21px rgba(0, 16, 37, 0.18);
}

.new ul li:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 2px;
	background-color: #2387c8;
	background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0.32, #473c6f), color-stop(0.66, #0f58ad), color-stop(0.83, #2773b7));
	background-image: -webkit-linear-gradient(-49deg, #473c6f, #0f58ad, #2773b7);
	background-image: -moz-linear-gradient(-49deg, #473c6f, #0f58ad, #2773b7);
	background-image: -ms-linear-gradient(-49deg, #473c6f 0%, #0f58ad 100%);
	background-image: -o-linear-gradient(-49deg, #473c6f, #0f58ad);
	background-image: linear-gradient(-49deg, #473c6f, #0f58ad);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.new ul li:hover:before {
	width: 100%;
}

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

.new ul li .img {
	width: 100%;
	overflow: hidden;
}

.new ul li .img img {
	width: 100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.new ul li:hover .img img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.new ul li .txt {
	padding: 6.8% 6.8% 7.5%;
}

.new ul li .txt .tit {
	color: #333333;
	font-size: 20px;
	line-height: 2;
	height: 80px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.new ul li:hover .txt .tit {
	color: #1154ab;
}

.new ul li .txt .oth {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}

.new ul li .txt .oth .xmore {
	float: left;
	width: 48%;
	color: #333333;
	font-size: 16px;
}

.new ul li:hover .txt .oth .xmore {
	color: #004098;
}

.new ul li .txt .oth .time {
	float: right;
	width: 48%;
	color: #666666;
	font-size: 16px;
	text-align: right;
}

@media only screen and (max-width: 1680px) {
	.header .nav>ul>li {
		padding: 0px 20px;
	}
}

@media only screen and (max-width: 1536px) {
	.header .nav>ul>li {
		padding: 0px 15px;
	}
	.footer .foot-infor .wrap2 li .img img {
		width: 95px;
	}
}

@media only screen and (max-width: 1440px) {
	.conwidth {
		width: 88%;
	}
	.header .nav>ul>li {
		padding: 0px 15px;
	}
	.i-banner .box .t1 {
		font-size: 42px;
	}
	.i-banner .box .t2 {
		font-size: 18px;
	}
	.i-banner .box .t3 {
		font-size: 20px;
	}
	.obanner .bannerzi .box .t1 {
		font-size: 40px;
	}
	.i-title .t1 {
		font-size: 34px;
	}
	.index-nav {
		margin-top: 30%;
	}
	/*footer*/
	.footer .foot-infor .wrap2 li .img img {
		width: 90px;
		/*height: 90px;*/
	}
	/*产品详情*/
	.product-detail .switch-tab ul li {
		height: 70px;
		line-height: 70px;
	}
	/*关于我们*/
	.introduce .leftbox .txt .t1,
	.abtit {
		font-size: 32px;
	}
	.introduce .rightbox .nums ul li .txt .timer {
		font-size: 40px;
	}
	.develop .tit,
	.culture ul li .txt .t1,
	.culture-li .txt .t1 {
		font-size: 30px;
	}
	.develop .box ul li .txt .subtit {
		font-size: 19px;
	}
	.qualifications .honorli .txt {
		height: 70px;
		line-height: 70px;
		font-size: 16px;
	}
	.cooperation .tabs ul li .txt,
	.cooperation .atlasbox ul li .text {
		font-size: 16px;
	}
	/*服务支持*/
	.service .box ul li .txt .t1 {
		font-size: 20px;
	}
	.service .wrap ul li .txt .t1,
	.service .wrap ul li .text .t1 {
		font-size: 30px;
	}
}

@media only screen and (max-width: 1366px) {
	.header .nav>ul>li>a {
		font-size: 16px;
	}
	.head-other .call {
		font-size: 22px;
	}
	.i-banner .box .t1 {
		font-size: 36px;
	}
	.i-banner .box .t3 {
		font-size: 18px;
	}
	.obanner .bannerzi .box .t1 {
		font-size: 34px;
	}
	.obanner .bannerzi .box .t2 {
		font-size: 16px;
	}
	.i-title .t1 {
		font-size: 32px;
	}
	.i-title .t2 {
		font-size: 28px;
	}
	.more a {
		font-size: 15px;
	}
	.index-nav ul li {
		font-size: 15px;
	}
	.index-nav ul li:hover,
	.index-nav ul li.on {
		font-size: 20px;
	}
	.i-product .swiper-button-next,
	.i-product .swiper-button-prev {
		width: 42px;
		height: 42px;
	}
	.i-industry .wrap .content .contli .txt .t1,
	.i-industry .wrap .content .contli .txt .t2 {
		font-size: 20px;
	}
	.i-about .wrap .l-wrap .tit .t1 {
		font-size: 28px;
	}
	.i-about .wrap .l-wrap .tit .t2 {
		font-size: 20px;
	}
	.i-about .wrap .l-wrap .tit .t3 {
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.i-about .wrap .r-wrap ul li .data {
		font-size: 40px;
	}
	.i-new .wrap .content .i-newli .txt .t2 {
		font-size: 21px;
	}
	.i-new .wrap .content .i-newli .txt .t3 {
		font-size: 15px;
		margin-top: 20px;
	}
	.comprehend .wrap .tit .t1 {
		font-size: 26px;
	}
	.comprehend .wrap ul li a .txt {
		font-size: 16px;
	}
	/*产品中心*/
	.prolist ul li .txt .t1 {
		font-size: 24px;
	}
	/*产品详情*/
	.product-detail .rightbox .tit {
		font-size: 28px;
	}
	.product-detail .rightbox .features .subtit span {
		height: 50px;
		line-height: 50px;
	}
	.product-detail .rightbox .features .txt {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 1280px) {
	/*产品详情*/
	.product-detail .switch-tab ul li {
		height: 60px;
		line-height: 60px;
		font-size: 16px;
	}
	.product-detail .rightbox .features .consult a {
		min-width: 160px;
		height: 45px;
		line-height: 45px;
	}
	/*关于我们*/
	.introduce .leftbox {
		padding-right: 0;
	}
	.introduce .leftbox .txt .t1,
	.abtit {
		font-size: 28px;
	}
	.introduce .rightbox .nums ul li .txt .timer {
		font-size: 36px;
	}
	.introduce .rightbox .nums ul li .txt .t1,
	.introduce .rightbox .nums ul li .txt .t2 {
		font-size: 16px;
	}
	.develop .tit,
	.culture ul li .txt .t1,
	.culture-li .txt .t1 {
		font-size: 28px;
	}
	.cooperation .atlasbox ul li {
		width: calc((100% - 40px) / 3);
		width: calc((100% - 40px) / 3);
		width: calc((100% - 40px) / 3);
		margin-right: 20px;
	}
	.cooperation .atlasbox ul li .wrapli {
		margin-bottom: 20px;
	}
	/*服务支持*/
	.service .wrap ul li .txt .t1,
	.service .wrap .w2 .text .t1 {
		font-size: 28px;
	}
}

@media only screen and (max-width: 1220px) {
	.header .nav>ul>li {
		padding: 0 10px;
	}
}

@media only screen and (max-width: 1024px) {
	.section {
		visibility: visible;
	}
	.header.on {
		top: 0;
	}
	.conwidth {
		width: 92%;
	}
	.omain.oth {
		padding-top: 60px;
	}
	.header .nav {
		display: none;
	}
	.menubtn {
		display: block;
	}
	.header .logo {
		padding-left: 0;
	}
	.header .logo a {
		height: 60px;
		line-height: 60px;
	}
	.header .logo a img {
		max-height: 40px;
	}
	.head-other .call {
		display: none;
	}
	.searchdiv {
		padding-right: 0;
	}
	.search {
		top: 60px;
	}
	.header .show-search-btn {
		font-size: 16px;
		height: 60px;
		line-height: 60px;
	}
	.show-search-btn img {
		width: 22px;
		height: 22px;
	}
	.search .submit0 {
		background: url(../images/searchf.png) no-repeat center;
		background-size: 24px 24px;
	}
	.search-close {
		background: url(../images/close.png) no-repeat center;
		background-size: 24px 24px;
	}
	.search-header {
		padding-top: 40px;
		padding-bottom: 60px;
	}
	.search-header .search-input {
		text-indent: 50px;
	}
	.main {
		padding-top: 60px;
	}
	.lunbotu .swiper-slide {
		height: auto;
	}
	.lunbotu a {
		position: relative;
	}
	/*20210721*/
	.omain{
		padding-top: 60px;
	}
	/*.lunbotu .picBox {
		position: absolute;
		height: 100%;
		z-index: -1;
	}*/
	.lunbotu .picBox{
		position: static;
		height: auto;
	}
	.picBox .simg {
		display: block;
		width: 100%;
		margin-top:60px;
	}
	.picBox .simg img{
		width: 100%;
		height:auto;
	}
	.picBox .imgbg{
		display: none;
	}
	.i-banner {
		/*position: static;
		transform: none;
		padding: 30% 0;*/
	}
	.oimg1{
		display: none;
	}
	.oimg2{
		display: block;
	}
	/**/
	.lunbotu .swiper-button-next,
	.lunbotu .swiper-button-prev {
		width: 50px;
		height: 50px;
	}
	.obanner .bannerzi .box .t1 {
		font-size: 30px;
	}
	
	.section {
		position: relative;
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.section.page1,
	.section.page6 {
		padding: 0;
	}
	.section .i-banner .box,
	.section .box {
		min-height: 1px;
	}
	.section .l-box {
		position: relative;
		float: none;
		width: 100%;
		font-size: 0;
	}
	.i-title {
		display: inline-block;
		width: 30%;
		padding-right: 3%;
		overflow: hidden;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.i-title .t1 {
		width: 100%;
		writing-mode: inherit;
		-webkit-writing-mode: inherit;
		font-size: 30px;
		margin-right: 0;
	}
	.i-title .t2 {
		width: 100%;
	}
	.more {
		right: 0;
		left: auto;
	}
	.i-new .more {
		left: 15%;
		right: 0;
	}
	.index-nav {
		position: absolute;
		bottom: 0;
		right: 0;
		max-width: 70%;
		margin-top: 30px;
	}
	.index-nav ul {
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
	}
	.index-nav ul::-webkit-scrollbar {
		width: 0px;
		height: 0px;
	}
	.index-nav ul::-webkit-scrollbar-button {
		background-color: rgba(0, 0, 0, 0);
	}
	.index-nav ul::-webkit-scrollbar-track {
		background-color: rgba(0, 0, 0, 0);
	}
	.index-nav ul::-webkit-scrollbar-track-piece {
		background-color: rgba(0, 0, 0, 0);
	}
	.index-nav ul::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 0, 0);
	}
	.index-nav ul::-webkit-scrollbar-corner {
		background-color: rgba(0, 0, 0, 0);
	}
	.index-nav ul::-webkit-scrollbar-resizer {
		background-color: rgba(0, 0, 0, 0);
	}
	.index-nav ul::-webkit-scrollbar {
		width: 0px;
		height: 0px;
	}
	.index-nav ul li {
		display: inline-block;
		vertical-align: top;
		margin-right: 20px;
		margin-bottom: 0;
	}
	.index-nav ul li span,
	.index-nav ul li a {
		line-height: 60px;
	}
	.section.page2 {
		padding-bottom: 40px;
	}
	.section .r-box {
		float: none;
		width: 100%;
		margin-top: 40px;
	}
	/**/
	.section.page3 {
		padding-bottom: 0;
	}
	.i-industry .wrap {
		position: static;
		width: 100%;
		margin-top: 40px;
	}
	.i-industry .wrap .content,
	.i-industry .wrap .content .contli {
		height: auto;
	}
	.i-industry .wrap .content .contli {
		background: none;
	}
	.i-industry .wrap .content .contli a .bgimg {
		display: block;
	}
	/**/
	.section.page4 {
		padding-top: 10%;
		padding-bottom: 10%;
	}
	.i-about .wrap .l-wrap {
		padding: 0 4%;
	}
	.i-about .wrap .l-wrap .tit .t1 {
		font-size: 26px;
	}
	.i-about .wrap .l-wrap .tit .t2 {
		font-size: 18px;
	}
	.i-about .wrap .l-wrap .tit .t3 {
		height: 3px;
	}
	.i-about .wrap .r-wrap ul li .data {
		font-size: 32px;
	}
	.i-new .wrap .content .i-newli .txt .t2 {
		min-height: 1px;
	}
	/**/
	.i-new .wrap {
		position: static;
		width: 92%;
		margin: 40px auto 0;
		transform: none;
	}
	.i-new .wrap .content .i-newli .txt .t2 {
		font-size: 19px;
	}
	.comprehend .wrap .tit .t1 {
		font-size: 24px;
	}
	/*footer*/
	.footer {
		padding-top: 50px;
	}
	.foot-nav {
		display: none;
	}
	.footer .foot-infor {
		float: none;
		width: 100%;
		border-left: none;
		padding-bottom: 40px;
	}
	.footer .foot-infor .con {
		display: block;
		max-width: 100%;
	}
	.footer .foot-infor .wrap1 {
		float: left;
		width: 48%;
	}
	.footer .foot-infor .wrap2 {
		float: right;
		width: 48%;
		text-align: center;
	}
	.footer .foot-infor .wrap2 ul {
		display: inline-block;
	}
	.footer .foot-infor .wrap2 li {
		max-width: -moz-calc((100% - 40px) / 3);
		max-width: -webkit-calc((100% - 40px) / 3);
		max-width: calc((100% - 40px) / 3);
	}
	.footer .foot-infor .wrap2 li .img {
		max-width: 100%;
		overflow: hidden;
	}
	.footer .foot-infor .wrap2 li .img img {
		max-width: 100%;
	}
	/*产品中心*/
	.com-nav.fixed {
		top: 60px;
	}
	.com-nav ul {
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
	}
	.com-nav ul::-webkit-scrollbar {
		width: 0px;
		height: 0px;
	}
	.com-nav ul::-webkit-scrollbar-button {
		background-color: rgba(0, 0, 0, 0);
	}
	.com-nav ul::-webkit-scrollbar-track {
		background-color: rgba(0, 0, 0, 0);
	}
	.com-nav ul::-webkit-scrollbar-track-piece {
		background-color: rgba(0, 0, 0, 0);
	}
	.com-nav ul::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 0, 0);
	}
	.com-nav ul::-webkit-scrollbar-corner {
		background-color: rgba(0, 0, 0, 0);
	}
	.com-nav ul::-webkit-scrollbar-resizer {
		background-color: rgba(0, 0, 0, 0);
	}
	.com-nav ul::-webkit-scrollbar {
		width: 0px;
		height: 0px;
	}
	.com-nav ul li a,
	.com-nav ul li span {
		padding: 0 15px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.pnav.com-nav ul li {
		width: auto;
		min-width: 16.66%;
	}
	.dnav.com-nav ul li {
		width: auto;
		width: 50%;
	}
	.nnav.com-nav ul li {
		width: auto;
		min-width: 33.33%;
	}
	.com-nav {
		margin-top: -60px;
	}
	.com-nav ul li a,
	.com-nav ul li span {
		height: 60px;
		line-height: 60px;
	}
	.prolist {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.prolist ul li .txt .t1 {
		padding-bottom: 15px;
		margin-bottom: 10px;
	}
	.prolist ul li .txt .t3 {
		margin-top: 20px;
	}
	/*产品详情*/
	.product-detail .switch-tab.fixed-top {
		top: 120px;
	}
	.switch-tab ul {
		font-size: 0;
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
	}
	.switch-tab ul::-webkit-scrollbar {
		width: 0px;
		height: 0px;
	}
	.switch-tab ul::-webkit-scrollbar-button {
		background-color: rgba(0, 0, 0, 0);
	}
	.switch-tab ul::-webkit-scrollbar-track {
		background-color: rgba(0, 0, 0, 0);
	}
	.switch-tab ul::-webkit-scrollbar-track-piece {
		background-color: rgba(0, 0, 0, 0);
	}
	.switch-tab ul::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 0, 0);
	}
	.switch-tab ul::-webkit-scrollbar-corner {
		background-color: rgba(0, 0, 0, 0);
	}
	.switch-tab ul::-webkit-scrollbar-resizer {
		background-color: rgba(0, 0, 0, 0);
	}
	.switch-tab ul::-webkit-scrollbar {
		width: 0px;
		height: 0px;
	}
	.product-detail .switch-tab ul li {
		float: none;
		display: inline-block;
		vertical-align: top;
		min-width: 25%;
		width: auto;
		padding: 0 20px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.product-detail .rightbox .features .iconbox ul li img {
		width: 35px;
	}
	/*关于我们*/
	.aboutbox .about-li .content {
		padding-top: 120px;
		margin-top: -120px;
	}
	.introduce {
		padding-top: 70px;
	}
	.introduce .leftbox {
		display: block;
		width: 100%;
	}
	.introduce .leftbox .txt .t1,
	.abtit {
		font-size: 24px;
	}
	.introduce .rightbox {
		display: block;
		width: 100%;
		padding-left: 0;
		margin-top: 50px;
	}
	.introduce .rightbox .nums ul:nth-child(even) {
		margin-top: 0;
	}
	.introduce .rightbox .nums ul li {
		float: left;
		width: -moz-calc((100% - 12px) / 2);
		width: -webkit-calc((100% - 12px) / 2);
		width: calc((100% - 12px) / 2);
		margin-right: 12px;
	}
	.introduce .rightbox .nums ul li:nth-child(2n) {
		margin-right: 0;
	}
	.introduce .rightbox .nums ul li .txt .timer {
		font-size: 32px;
	}
	.develop {
		padding-top: 70px;
		padding-bottom: 90px;
	}
	.develop .box {
		margin-top: 50px;
	}
	.develop .tit,
	.culture ul li .txt .t1,
	.culture-li .txt .t1 {
		font-size: 24px;
	}
	.develop .box ul li .txt .subtit {
		font-size: 18px;
	}
	.develop .box ul li .txt ul {
		font-size: 15px;
	}
	.culture ul li .txt .t2,
	.culture-li .txt .t2 {
		font-size: 16px;
	}
	.qualifications {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.cooperation {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.cooperation .tabs ul li {
		margin-right: 12%;
	}
	.cooperation .wrap {
		margin-top: 40px;
	}
	.cooperation .tabs ul {
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
	}
	.cooperation .tabs ul::-webkit-scrollbar {
		width: 0px;
		height: 0px;
	}
	.cooperation .tabs ul::-webkit-scrollbar-button {
		background-color: rgba(0, 0, 0, 0);
	}
	.cooperation .tabs ul::-webkit-scrollbar-track {
		background-color: rgba(0, 0, 0, 0);
	}
	.cooperation .tabs ul::-webkit-scrollbar-track-piece {
		background-color: rgba(0, 0, 0, 0);
	}
	.cooperation .tabs ul::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 0, 0);
	}
	.cooperation .tabs ul::-webkit-scrollbar-corner {
		background-color: rgba(0, 0, 0, 0);
	}
	.cooperation .tabs ul::-webkit-scrollbar-resizer {
		background-color: rgba(0, 0, 0, 0);
	}
	.cooperation .tabs ul::-webkit-scrollbar {
		width: 0px;
		height: 0px;
	}
	.swiper-btn {
		margin-top: 50px;
	}
	/*服务支持*/
	.service {
		padding-top: 70px;
	}
	.service .box ul li {
		margin-bottom: 7%;
		width: 42%;
		margin-right: 16%;
	}
	.service .box ul li:nth-child(4n) {
		margin-right: 16%;
	}
	.service .box ul li:nth-child(2n) {
		margin-right: 0;
	}
	.service .box ul li:before {
		right: -32%;
		background: url(../images/img205.png) top 32% center no-repeat;
		background-size: 42% auto;
	}
	.service .box ul li:nth-child(4n):before {
		display: block;
	}
	.service .box ul li:nth-child(2n):before {
		display: none;
	}
	.service .box ul li .txt {
		min-height: 80px;
	}
	.service .box ul li .txt .t1 {
		font-size: 18px;
	}
	.service .box ul li .txt .t2 {
		font-size: 15px;
	}
	.service .wrap {
		margin-top: 0;
	}
	.service .wrap ul li .txt .t1,
	.service .wrap .w2 .text .t1 {
		font-size: 24px;
	}
	.service .wrap ul li .txt .t2,
	.service .wrap .w2 .text .t2 {
		font-size: 15px;
	}
	.service .wrap ul li .txt .btn a {
		font-size: 16px;
		height: 44px;
		line-height: 42px
	}
	.service .wrap .w2 {
		position: relative;
	}
	.service .wrap .w2:before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(1, 28, 65, 0.65);
		z-index: 2;
	}
	.service .wrap .w2 .img {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	.service .wrap .w2 .img img,
	.service .wrap ul li .img img {
		display: none;
	}
	.service .wrap .w2 .img .spbg,
	.service .wrap ul li .img .spbg {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.service .wrap .w2 .text,
	.service .wrap ul li .txt {
		position: relative;
		z-index: 10;
		width: 100%;
		margin: auto;
		padding: 10%;
	}
	.service .wrap ul li .txt {
		transform: none;
		top: 0;
		left: 0;
	}
	.service .wrap .w2 .text .t1,
	.service .wrap .w2 .text .t2 {
		color: #FFFFFF;
	}
}

@media only screen and (max-width: 768px) {
	.i-banner .box .t1 {
		font-size: 32px;
	}
	.i-banner .box .t2,
	.i-banner .box .t3 {
		font-size: 16px;
	}
	.i-banner .box .t3 {
		margin-top: 20px;
	}
	.i-banner .box .btn {
		margin-top: 30px;
	}
	.lunbotu .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}
	.lunbotu .swiper-pagination-bullet-active {
		width: 10px;
		height: 10px;
	}
	.obanner .bannerzi .box .t1 {
		font-size: 28px;
	}
	.obanner .bannerzi .box .t2 {
		font-size: 15px;
	}
	.i-title .t1 {
		font-size: 26px;
	}
	.i-title .t2 {
		font-size: 24px;
	}
	.section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.i-industry .wrap .content .contli .txt {
		min-height: 30%;
	}
	.i-industry .wrap .content .contli .txt .t1,
	.i-industry .wrap .content .contli .txt .t2 {
		font-size: 18px;
	}
	.i-about .wrap .l-wrap {
		display: block;
		width: 100%;
		padding-top: 50px;
	}
	.i-about .wrap .l-wrap .btn {
		margin-top: 40px;
	}
	.i-about .wrap .l-wrap .btn a {
		min-width: 140px;
	}
	.i-about .wrap .l-wrap .tit .t1 {
		font-size: 24px;
	}
	.i-about .wrap .l-wrap .tit .t2 {
		font-size: 16px;
	}
	.i-about .wrap .r-wrap {
		width: 100%;
		border-left: none;
		margin-top: 50px;
		border-top: rgba(255, 255, 255, 0.51) solid 1px;
		;
	}
	.i-about .wrap .r-wrap ul li {
		padding: 40px 20px;
	}
	.i-about .wrap .r-wrap ul li:nth-child(odd) {
		border-left: none;
	}
	.i-about .wrap .r-wrap ul li .data {
		margin-bottom: 5px;
	}
	.i-new .wrap .content .i-newli .txt {
		padding: 30px 0px;
	}
	.comprehend {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.comprehend .wrap .tit {
		float: none;
		width: 100%;
		text-align: center;
		margin-top: 40px;
	}
	.comprehend .wrap .tit .t2 {
		margin-top: 30px;
	}
	.comprehend .wrap ul {
		float: none;
		width: 100%;
		text-align: center;
	}
	/*footer*/
	.footer .copyright {
		text-align: center;
	}
	.footer .copyright .support {
		float: none;
	}
	/*产品中心*/
	.com-nav {
		margin-top: -50px;
	}
	.com-nav ul li a,
	.com-nav ul li span {
		height: 50px;
		line-height: 50px;
	}
	.prolist {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.prolist ul li a {
		padding: 30px;
	}
	.prolist ul li .img {
		float: none;
		width: 100%;
		margin-top: 30px;
	}
	.img-block {
		display: none;
	}
	.prolist ul li .img img.img-center {
		position: static;
	}
	.prolist ul li .txt {
		float: none;
		width: 100%;
		margin-top: 20px;
	}
	.prolist ul li .txt .t1 {
		font-size: 20px;
	}
	.prolist ul li .txt .t2 {
		font-size: 15px;
	}
	.prolist ul li .txt .t3 {
		margin-top: 5px;
	}
	/*分页*/
	.page-list a {
		min-width: 38px;
		height: 38px;
		line-height: 38px;
	}
	/*产品详情*/
	.product-detail .switch-tab.fixed-top {
		top: 110px;
	}
	.product-detail .switch-tab ul li {
		height: 50px;
		line-height: 50px;
		font-size: 15px;
	}
	.product-detail .leftbox {
		float: none;
		width: 100%;
	}
	.product-detail .rightbox {
		float: none;
		width: 100%;
		margin-top: 60px;
	}
	.product-detail .rightbox .tit {
		padding-top: 0;
		font-size: 24px;
	}
	.product-detail .rightbox .features .subtit {
		margin-top: 30px;
	}
	.product-detail .rightbox .features .consult {
		margin-top: 40px;
	}
	.product-detail .rightbox .features .txt {
		font-size: 15px;
	}
	/*关于我们*/
	.introduce {
		padding-top: 60px;
	}
	.introduce .leftbox {
		display: block;
		width: 100%;
	}
	.introduce .leftbox .txt .t1,
	.abtit,
	.develop .tit {
		font-size: 22px;
	}
	.introduce .leftbox .txt .t2 {
		font-size: 15px;
	}
	.introduce .rightbox {
		margin-top: 40px;
	}
	.introduce .rightbox .nums ul li .txt .timer {
		font-size: 28px;
	}
	.introduce .rightbox .nums ul li .txt .t1,
	.introduce .rightbox .nums ul li .txt .t2 {
		font-size: 15px;
	}
	.develop {
		padding-top: 60px;
		padding-bottom: 80px;
	}
	.develop .box {
		margin-top: 40px;
	}
	.develop .box>ul {
		padding-left: 50px;
	}
	.develop .box>ul:before {
		left: 9px;
		right: auto;
	}
	.develop .box>ul>li {
		display: block;
		width: 100%;
		margin-bottom: 30px;
	}
	.develop .box>ul>li:nth-child(even) {
		margin-top: 0;
	}
	.develop .box ul li:nth-child(even) .con {
		float: none;
	}
	.develop .box ul li:nth-child(odd) .con:after,
	.develop .box ul li:nth-child(odd) .con::after {
		left: -16px;
		right: auto;
		border-left: none;
		border-right: 16px solid #f4f4f4;
	}
	.develop .box ul li:nth-child(odd):after,
	.develop .box ul li:nth-child(odd)::after {
		right: auto;
		left: -50px;
	}
	.develop .box ul li:nth-child(even):after,
	.develop .box ul li:nth-child(even)::after {
		left: -50px;
	}
	.develop .box ul li .con {
		max-width: 100%;
		width: 100%;
	}
	.swiper-btn .swiper-button-prev,
	.swiper-btn .swiper-button-next {
		width: 42px;
		height: 42px;
	}
	.culture ul li .txt i,
	.culture-li .txt i {
		margin: 15px auto;
	}
	.culture ul li .txt .t2,
	.culture-li .txt .t2 {
		font-size: 15px;
	}
	.qualifications {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.cooperation {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.cooperation .tabs ul li {
		margin-right: 40px;
	}
	.cooperation .tabs ul li .spot {
		width: 24px;
		height: 24px;
	}
	.cooperation .atlasbox ul li {
		width: -webkit-calc((100% - 20px) / 2);
		width: calc((100% - 20px) / 2);
	}
	.cooperation .atlasbox ul li:nth-child(2n) {
		margin-right: 0;
	}
	.cooperation .atlasbox ul li:nth-child(3) {
		margin-top: 20px;
		width: 100%;
		margin-right: 0;
	}
	.cooperation .atlasbox ul li:nth-child(3) .wrapli {
		float: left;
		width: -webkit-calc((100% - 20px) / 2);
		width: calc((100% - 20px) / 2);
		margin-right: 20px;
	}
	.cooperation .atlasbox ul li:nth-child(3) .wrapli:nth-child(2n) {
		margin-right: 0;
	}
	.cooperation .tabs ul li .txt,
	.cooperation .atlasbox ul li .text {
		font-size: 15px;
	}
	.cooperation .atlasbox ul li .text {
		bottom: 20px;
		padding: 0px 20px;
	}
	.qualifications .honorli .txt {
		height: 65px;
		line-height: 65px;
	}
	.swiper-btn {
		margin-top: 40px;
	}
	/*服务支持*/
	.service {
		padding-top: 60px;
	}
	.service .wrap {
		margin-top: 20px;
	}
	.service .wrap ul li {
		width: 100%;
	}
}

@media only screen and (max-width: 640px) {
	.obanner .bannerzi .box .t1 {
		font-size: 26px;
	}
	.i-banner .box .t1 {
		font-size: 28px;
	}
	.i-title .t1 {
		font-size: 24px;
	}
	.i-title .t2 {
		font-size: 22px;
	}
	.more a {
		font-size: 14px;
	}
	.i-new .more,
	.i-product .more {
		right: 0;
		left: auto;
		top: 32px;
		bottom: auto;
	}
	.index-nav {
		position: static;
		max-width: 100%;
		width: 100%;
	}
	.i-title {
		float: none;
		max-width: 100%;
		width: 100%;
	}
	.section {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.section.page2 {
		padding-bottom: 30px;
	}
	.switch-btn {
		position: static;
		padding-bottom: 20px;
		background: #f5f5f5;
		text-align: center;
	}
	.i-product .swiper-button-next,
	.i-product .swiper-button-prev {
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.i-industry .wrap .content .contli .txt .t3 {
		font-size: 15px;
	}
	.i-about .wrap .l-wrap .tit .t1 {
		font-size: 22px;
	}
	.i-new .wrap .content .i-newli .txt {
		padding: 20px 0px;
	}
	.comprehend {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.comprehend .wrap ul li a .txt {
		font-size: 15px;
	}
	.comprehend .wrap .tit {
		margin-top: 30px;
	}
	.comprehend .wrap .tit .t1 {
		font-size: 20px;
	}
	.comprehend .wrap .tit .t2 {
		margin-top: 25px;
	}
	/*footer*/
	.footer .foot-infor .wrap1 {
		float: none;
		width: 100%;
	}
	.footer .foot-infor .wrap2 {
		float: none;
		width: 100%;
		margin-top: 30px;
	}
	.sidebar .lianxi .imgli {
		width: 120px;
	}
	/*产品中心*/
	.prolist {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.prolist ul li a {
		padding: 25px;
	}
	/*产品详情*/
	.product-detail .rightbox .tit {
		font-size: 21px;
	}
	.product-detail .rightbox .features .subtit {
		margin-top: 20px;
	}
	.product-detail .rightbox .features .subtit span {
		min-width: 150px;
		font-size: 17px;
	}
	.product-detail .wrap {
		margin-top: 50px;
	}
	.product-detail .rightbox .features .consult {
		margin-top: 30px;
	}
	.product-detail .rightbox .features .consult a {
		min-width: 140px;
		height: 40px;
		line-height: 40px;
	}
	.product-detail .rightbox .features .iconbox ul li img {
		width: 32px;
	}
	/*关于我们*/
	.introduce {
		padding-top: 50px;
	}
	.culture ul li .txt .t1,
	.culture-li .txt .t1 {
		font-size: 22px;
	}
	.introduce .rightbox {
		margin-top: 30px;
	}
	.introduce .rightbox .nums ul li .txt .timer {
		font-size: 24px;
	}
	.introduce .rightbox .nums ul {
		width: 100%;
		margin-right: 0;
	}
	.develop {
		padding-top: 50px;
		padding-bottom: 70px;
	}
	.develop .box {
		margin-top: 40px;
	}
	.develop .box>ul {
		padding-left: 40px;
	}
	.develop .box>ul:before {
		left: 7px;
		right: auto;
	}
	.develop .box>ul>li:after,
	.develop .box>ul>li::after {
		width: 9px;
		height: 9px;
	}
	.develop .box ul li:nth-child(odd):after,
	.develop .box ul li:nth-child(odd)::after {
		right: auto;
		left: -40px;
	}
	.develop .box ul li:nth-child(even):after,
	.develop .box ul li:nth-child(even)::after {
		left: -40px;
	}
	.develop .box ul li:nth-child(odd) .con:after,
	.develop .box ul li:nth-child(odd) .con::after {
		left: -12px;
		right: auto;
		border-left: none;
		border-right-width: 12px;
		border-top-width: 9px;
		border-bottom-width: 9px;
	}
	.develop .box ul li:nth-child(even) .con:after,
	.develop .box ul li:nth-child(even) .con::after {
		left: -12px;
		border-right-width: 12px;
		border-top-width: 9px;
		border-bottom-width: 9px;
	}
	.develop .box ul li .con {
		padding: 25px 20px 25px 25px;
	}
	.develop .box ul li .txt {
		width: 100%;
		margin-top: 20px;
		padding-left: 0;
	}
	.develop .box ul li .txt .subtit {
		font-size: 16px;
	}
	.develop .box ul li .txt ul {
		font-size: 14px;
	}
	.qualifications {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.cooperation {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.cooperation .tabs ul li {
		margin-right: 40px;
	}
	.cooperation .tabs ul li .spot {
		width: 24px;
		height: 24px;
	}
	.cooperation .atlasbox ul li {
		width: -webkit-calc((100% - 20px) / 2);
		width: calc((100% - 20px) / 2);
	}
	.cooperation .atlasbox ul li:nth-child(2n) {
		margin-right: 0;
	}
	.cooperation .atlasbox ul li:nth-child(3) {
		margin-top: 20px;
		width: 100%;
		margin-right: 0;
	}
	.cooperation .atlasbox ul li:nth-child(3) .wrapli {
		float: left;
		width: -webkit-calc((100% - 20px) / 2);
		width: calc((100% - 20px) / 2);
		margin-right: 20px;
	}
	.cooperation .atlasbox ul li:nth-child(3) .wrapli:nth-child(2n) {
		margin-right: 0;
	}
	.develop .box ul li .txt .subtit .year {
		font-size: 26px;
	}
	.cooperation .abtit {
		float: none;
	}
	.cooperation .tabs ul {
		float: none;
		width: 100%;
		margin-top: 30px;
		text-align: center;
	}
	.qualifications .box {
		margin-top: 40px;
	}
	/*服务支持*/
	.service .box ul li {
		margin-bottom: 50px;
	}
	.service .wrap ul li .txt .t1,
	.service .wrap .w2 .text .t1 {
		font-size: 22px;
	}
}

@media only screen and (max-width: 576px) {
	.i-banner .box .t1 {
		font-size: 24px;
	}
	.i-banner .box .t3 {
		margin-top: 15px;
	}
	.i-banner .box .btn {
		margin-top: 20px;
	}
	.obanner .bannerzi .box .t1 {
		font-size: 24px;
	}
	.i-title .t1 {
		font-size: 22px;
	}
	.i-title .t2 {
		font-size: 20px;
	}
	.section.page2 {
		padding-bottom: 10px;
	}
	.index-nav {
		margin-top: 20px;
	}
	.section .r-box {
		margin-top: 30px;
	}
	.i-about .wrap .l-wrap {
		padding-top: 30px;
	}
	.i-about .wrap .l-wrap .txt {
		font-size: 15px;
	}
	.i-about .wrap .l-wrap .tit .t1 {
		font-size: 20px;
	}
	.i-about .wrap .l-wrap .tit .t3 {
		margin-top: 15px;
		margin-bottom: 20px
	}
	.i-about .wrap .l-wrap .btn a {
		min-width: 130px;
		height: 45px;
		line-height: 45px;
	}
	.i-about .wrap .r-wrap {
		margin-top: 40px;
	}
	.i-about .wrap .r-wrap ul li {
		padding: 30px 15px;
	}
	.i-about .wrap .r-wrap ul li .data {
		font-size: 28px;
		margin-top: 10px;
	}
	.i-about .wrap .r-wrap ul li .ic img {
		max-width: 30px;
	}
	.i-new .wrap {
		margin-top: 30px;
	}
	.i-new .wrap .content .i-newli .txt .t2 {
		font-size: 18px;
	}
	.footer {
		padding-top: 40px;
	}
	.search-header {
		padding-bottom: 40px;
	}
	.search-header .search-input {
		font-size: 20px;
		line-height: 50px;
	}
	.search .submit0,
	.search-close {
		height: 50px;
	}
	/*产品中心*/
	.prolist ul li {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-bottom: 25px;
	}
	/*关于我们*/
	.develop .box ul li .img {
		display: block;
		width: 100%;
		text-align: center;
		overflow: hidden;
	}
	.develop .box ul li .img img {
		width: 100%;
	}
	.cooperation .atlasbox ul li {
		width: -webkit-calc((100% - 12px) / 2);
		width: calc((100% - 12px) / 2);
		margin-right: 12px;
	}
	.cooperation .atlasbox ul li:nth-child(3) .wrapli {
		float: left;
		width: -webkit-calc((100% - 12px) / 2);
		width: calc((100% - 12px) / 2);
		margin-right: 12px;
	}
	.cooperation .atlasbox ul li:nth-child(3) .wrapli:nth-child(2n) {
		margin-right: 0;
	}
	.cooperation .atlasbox ul li:nth-child(3) {
		margin-top: 12px;
	}
	.cooperation .atlasbox ul li .wrapli {
		margin-bottom: 12px;
	}
	.cooperation .atlasbox ul li .text {
		bottom: 15px;
		padding: 0px 12px;
	}
	.develop .box ul li .con {
		padding: 20px;
	}
	.develop .box ul li .txt .subtit .year {
		font-size: 24px;
	}
	.cooperation .tabs ul li {
		margin-right: 30px;
	}
	.cooperation .tabs ul li .txt,
	.cooperation .atlasbox ul li .text {
		line-height: 1.7;
	}
	.qualifications .honorli .txt {
		height: 60px;
		line-height: 60px;
		font-size: 15px;
	}
	.qualifications .box,
	.develop .box {
		margin-top: 30px;
	}
	/*服务支持*/
	.service .box ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}
	.service .box ul li .txt {
		min-height: 1px;
	}
	.service .box ul li .txt .t1 {
		font-size: 16px;
	}
	.service .box ul li .txt .t2 {
		font-size: 14px;
	}
	.service .wrap ul li .txt .t1,
	.service .wrap .w2 .text .t1 {
		font-size: 20px;
	}
	.service .wrap ul li .txt .t2,
	.service .wrap .w2 .text .t2 {
		margin: 15px auto 20px;
	}
	.service .wrap ul li .txt .btn a {
		min-width: 130px;
		font-size: 15px;
		height: 40px;
		line-height: 38px;
	}
}

@media only screen and (max-width: 1600px) {
	.prolist ul li .txt{
		padding-top: 15px;
	}
	/* 下载 */
	.download ul li ul li {
		width: 31%;
		margin-right: 3.5%;
	}
	.download ul li .load .tit {
		font-size: 24px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.download ul li ul li .txt .t1,
	.download ul li ul li .txt .t2 {
		font-size: 15px;
	}
}

@media only screen and (max-width: 1440px) {
	/* 联系我们 */
	.contact .infor ul li .t1 {
		font-size: 18px;
	}
	.contact .address ul {
		margin-top: 10%;
	}
	.contact .infor ul li .t2 {
		font-size: 22px;
	}
	.feedback .tit .t1 {
		font-size: 32px;
	}
	/* 下载 */
	.download ul li ul li {
		width: 32%;
		margin-right: 2%;
	}
	.download ul li .load .tit {
		font-size: 22px;
	}
	.download ul li ul li .txt .t1,
	.download ul li ul li .txt .t2 {
		font-size: 14px;
	}
	/* 行业应用 */
	.recommend .tit {
		font-size: 30px;
	}
	.ia-nav {
		margin-top: -119px;
	}
	.ia-nav ul li a,
	.ia-nav ul li span {
		padding: 30px 0px;
	}
	.industry ul li .txt,
	.industry .industry-li .txt {
		font-size: 22px;
	}
	/* 详情 */
	.inpage .title .txt .t1 {
		font-size: 30px;
	}
	/* 新闻 */
	.new ul li .txt .tit {
		font-size: 18px;
		height: 72px;
	}
	.prolist ul li .txt{
		padding-top: 8px;
	}
}

@media only screen and (max-width: 1280px) {
	/* 联系我们 */
	.contact .infor ul li .t1 {
		font-size: 16px;
	}
	.contact .address ul {
		margin-top: 8%;
	}
	.contact .address ul li .t1 {
		font-size: 18px;
	}
	.contact .infor ul li .t1 {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.contact .infor ul li .t2 {
		font-size: 20px;
	}
	.feedback .tit .t1 {
		font-size: 28px;
	}
	/* 行业应用 */
	.recommend .tit {
		font-size: 28px;
	}
	.ia-nav {
		margin-top: -105px;
		;
	}
	.ia-nav ul li a,
	.ia-nav ul li span {
		padding: 25px 0px;
	}
	.industry ul li .txt,
	.industry .industry-li .txt {
		font-size: 20px;
	}
	.recommend .morebtn a {
		min-width: 160px;
		height: 48px;
		line-height: 48px;
		font-size: 16px;
	}
	/* 详情 */
	.inpage .title .txt .t1 {
		font-size: 28px;
	}
	/* 新闻 */
	.new ul li .txt .tit {
		font-size: 16px;
		height: 64px;
	}
	.new ul li .txt .oth .xmore,
	.new ul li .txt .oth .time {
		font-size: 15px;
	}
	.prolist ul li .txt{
		padding-top: 0;
	}
	.prolist ul li .txt .t3{
		margin-top: 20px;
	}
}

@media only screen and (max-width: 1024px) {
	/* 联系我们 */
	.contact {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.contact .address .tit {
		font-size: 24px;
	}
	.contact .address ul {
		margin-top: 30px;
	}
	.contact .address ul li {
		margin-bottom: 30px;
	}
	.contact .address ul li .t2 {
		min-height: 1px;
	}
	.contact .infor ul li .t1 {
		padding-left: 45px;
	}
	.contact .address {
		position: static;
		max-width: 100%;
		width: 100%;
		padding: 0;
		margin-top: 40px;
	}
	.contact .address ul {
		margin-bottom: 30px;
	}
	.contact .address ul li {
		float: left;
		width: 45%;
		margin-right: 10%;
	}
	.contact .address ul li:nth-child(2n) {
		margin-right: 0;
	}
	.contact .infor {
		margin-top: 0;
	}
	.feedback {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.feedback .box {
		margin-top: 50px;
	}
	.feedback .tit .t1 {
		font-size: 24px;
	}
	.applydiv .txtli .t2 {
		line-height: 42px;
	}
	.applydiv .txtli .t2 input {
		height: 42px;
	}
	.applydiv .btn {
		margin-top: 50px;
	}
	.applydiv .btn input {
		height: 42px;
		line-height: 42px;
	}
	/* 下载 */
	.download {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.download .owidth>ul>li {
		margin-bottom: 30px;
	}
	.download ul li ul li {
		width: 47%;
		margin-right: 6%;
	}
	.download ul li ul li:nth-child(3n) {
		margin-right: 6%;
	}
	.download ul li ul li:nth-child(2n) {
		margin-right: 0;
	}
	/* 详情 */
	.inpage .title {
		padding-bottom: 30px;
	}
	.inpage .title .txt .t1 {
		font-size: 26px;
	}
	.inpage .title .txt {
		margin-top: 30px;
	}
	.inpage .box {
		padding-top: 40px;
	}
	.inpage .box .l-box {
		float: none;
		width: 100%;
	}
	.inpage .box .details {
		padding-bottom: 50px;
	}
	.inpage .box .r-box {
		float: none;
		width: 100%;
		margin-top: 30px;
		padding-bottom: 60px;
	}
	.back-to {
		display: none;
	}
	.nextprev ul li {
		width: 45%;
		margin-right: 10%;
	}
	.nextprev ul li:nth-child(2n) {
		margin-right: 0;
	}
	/* 新闻 */
	.new {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.new ul {
		margin-bottom: 40px;
	}
	.new ul li .txt {
		padding: 25px;
	}
	.new ul li .txt .oth .xmore,
	.new ul li .txt .oth .time {
		font-size: 14px;
	}
	/*行业应用*/
	.ia-nav {
		margin-top: -60px;
		;
	}
	.ia-nav.fixed {
		top: 60px;
	}
	.ia-nav ul {
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
	}
	.ia-nav ul::-webkit-scrollbar {
		width: 0px;
		height: 0px;
	}
	.ia-nav ul::-webkit-scrollbar-button {
		background-color: rgba(0, 0, 0, 0);
	}
	.ia-nav ul::-webkit-scrollbar-track {
		background-color: rgba(0, 0, 0, 0);
	}
	.ia-nav ul::-webkit-scrollbar-track-piece {
		background-color: rgba(0, 0, 0, 0);
	}
	.ia-nav ul::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 0, 0);
	}
	.ia-nav ul::-webkit-scrollbar-corner {
		background-color: rgba(0, 0, 0, 0);
	}
	.ia-nav ul::-webkit-scrollbar-resizer {
		background-color: rgba(0, 0, 0, 0);
	}
	.ia-nav ul::-webkit-scrollbar {
		width: 0px;
		height: 0px;
	}
	.ia-nav ul li {
		width: auto;
		min-width: 14.28%;
	}
	.ia-nav ul li a,
	.ia-nav ul li span {
		height: 60px;
		line-height: 60px;
		padding: 0 15px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.ia-nav ul li a img {
		display: inline-block;
		vertical-align: middle;
		margin-right: 6px;
		margin-bottom: 0;
	}
	.industry {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.recommend ul {
		margin-top: 50px;
	}
}

@media only screen and (max-width: 768px) {
	/* 联系我们 */
	.contact {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.contact .address .tit {
		font-size: 22px;
	}
	.contact .address ul li .t2 {
		font-size: 15px;
	}
	.contact .infor ul {
		font-size: 0;
	}
	.contact .infor ul li {
		display: inline-block;
		vertical-align: top;
		width: 45%;
		margin-right: 10%;
		margin-bottom: 40px;
	}
	.contact .infor ul li:nth-child(2n) {
		margin-right: 0;
	}
	.feedback {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.applydiv .txtli {
		margin-bottom: 30px;
	}
	.feedback .tit .t1 {
		font-size: 22px;
		margin-bottom: 15px;
	}
	.feedback .tit .t2 {
		font-size: 15px;
	}
	.feedback .box {
		margin-top: 40px;
	}
	.applydiv .txtli .t1,
	.applydiv .txtli .t2 input {
		font-size: 15px;
	}
	.applydiv .btn {
		margin-top: 40px;
	}
	/* 下载 */
	.download {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.download .owidth>ul>li {
		margin-bottom: 30px;
	}
	.download ul li ul li {
		width: 48%;
		margin-right: 4%;
	}
	.download ul li ul li:nth-child(3n) {
		margin-right: 4%;
	}
	.download ul li ul li:nth-child(2n) {
		margin-right: 0;
	}
	.download ul li ul li .txt {
		width: 90%;
	}
	.download ul li ul li .ic {
		display: none;
	}
	/* 详情 */
	.inpage .title .txt .t1 {
		font-size: 24px;
	}
	.inpage .title .txt .t2 {
		font-size: 15px;
	}
	.inpage .box .details {
		font-size: 15px;
		padding-bottom: 40px;
	}
	/* 新闻 */
	.new {
		padding-top: 60px;
	}
	.new ul li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.new ul li:nth-child(3n) {
		margin-right: 4%;
	}
	.new ul li:nth-child(2n) {
		margin-right: 0;
	}
	.new ul li .txt {
		padding: 20px;
	}
	.new ul li .txt .oth {
		margin-top: 15px;
	}
	/*行业应用*/
	.ia-nav {
		margin-top: -50px;
		;
	}
	.ia-nav ul li a,
	.ia-nav ul li span {
		height: 50px;
		line-height: 50px;
	}
	.industry {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.recommend .tit {
		font-size: 24px;
	}
	.recommend ul {
		margin-top: 40px;
	}
}

@media only screen and (max-width: 640px) {
	.contact {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.contact .address ul li,
	.contact .infor ul li {
		width: 48%;
		margin-right: 4%;
	}
	.feedback {
		padding-top: 50px;
	}
	.feedback .box {
		margin-top: 30px;
	}
	/* 下载 */
	.download {
		padding-top: 50px;
	}
	.download ul li .pic {
		float: none;
		width: 100%;
	}
	.download ul li .load {
		float: none;
		width: 100%;
		padding: 10px 25px 20px;
	}
	.download ul li .load .tit {
		font-size: 20px;
	}
	/* 详情 */
	.inpage .title .txt .t1 {
		font-size: 22px;
	}
	.inpage .box {
		padding-top: 30px;
	}
	.inpage .box .details {
		padding-bottom: 30px;
	}
	.paging {
		padding: 15px 0px;
	}
	.nextprev ul li {
		width: 100%;
		margin-right: 0;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.nextprev ul li:nth-child(2n) {
		text-align: left;
	}
	.nextprev ul li a {
		padding: 0;
	}
	/* 新闻 */
	.new {
		padding-top: 50px;
	}
	/*行业应用*/
	.industry {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.industry ul li .txt,
	.industry .industry-li .txt {
		font-size: 18px;
	}
	.recommend .tit {
		font-size: 22px;
	}
	.recommend ul {
		margin-top: 30px;
	}
	.recommend .morebtn a {
		min-width: 140px;
		height: 44px;
		line-height: 44px;
		font-size: 15px;
	}
}

@media only screen and (max-width: 576px) {
	.contact {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.contact .address .tit {
		font-size: 20px;
	}
	.contact .address ul li,
	.contact .infor ul li {
		width: 100%;
		margin-right: 0;
	}
	.applydiv .txtli {
		margin-bottom: 0;
	}
	.applydiv .txtli .half {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	/* 下载 */
	.download ul li .load .tit {
		font-size: 18px;
	}
	.download ul li ul li {
		float: none;
		width: 100%;
	}
	/* 详情 */
	.inpage .title .txt .t1 {
		font-size: 20px;
	}
	.inpage .box .r-box .related ul li a {
		padding-left: 20px;
	}
	.inpage .box .r-box {
		padding-bottom: 50px;
	}
	.nextprev ul li {
		margin-top: 6px;
		margin-bottom: 6px;
	}
	.nextprev ul li a {
		font-size: 15px;
	}
	/* 新闻 */
	.new {
		padding-top: 40px;
		padding-bottom: 60px;
	}
	.new ul {
		margin-bottom: 30px;
	}
	.new ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 25px;
	}
	.new ul li .txt .tit {
		height: auto;
	}
	.recommend .tit {
		font-size: 20px;
	}
}

.footer .links {
	font-size: 14px;
	color: #7b8eb9;
	line-height: 24px;
}

.footer .links a {
	color: #7b8eb9;
	margin: 0 5px;
}

/*搜索结果*/
.xsousuo{
	padding-top: 40px;
	padding-bottom: 80px;
}
.xsousuo .conwidth{
}
.xsousuo .xssbox{
	padding-top: 85px;
	padding-left: 4%;
	padding-right: 4%;
	padding-bottom: 80px;
	background-color: #FFFFFF;
}
.xssbox .title{
	font-family: "m-medium";
	color: #000000;
	font-size: 28px;
	padding-bottom: 35px;
	border-bottom: #e8e8e8 solid 1px;
}
.xssbox .title .t1{
	color: #1154ab;
}
.xsdiv{
}
.xsdiv ul li{
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: #eae5e5 solid 1px;
}
.xsdiv ul li a{
	display: inline-block;
	width: 100%;
}
.xsousuo .l-wrap{
	float: left;
	width: 150px;
}
.xsousuo .l-wrap img{
	width: 100%;
}
.xsousuo .r-wrap{
	float: left;
	width: -moz-calc(100% - 150px);
	width: -webkit-calc(100% - 150px);
	width: calc(100% - 150px);
	padding-left: 30px;
	box-sizing: border-box;
}
.xsdiv ul li a .xtop{
	margin-bottom: 10px;
	overflow: hidden;
	color: #222222;
	font-size: 20px;
	margin-right: 30px;
	margin-bottom: 5px;
}
.xsdiv ul li a:hover .xtop{
	color: #1154ab;
}
.xsdiv ul li a .xmid{
	color: #999999;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 15px;
	word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.xsdiv ul li a .time{
	color: #444444;
	font-size: 16px;
}
@media screen and (max-width: 1440px){
	.xssbox .title{
		font-size: 26px;
	}
}
@media screen and (max-width: 1024px){
	.xsousuo{
		padding-bottom: 70px;
	}
	.xsousuo .xssbox{
		padding-top: 30px;
		padding-bottom: 50px;
		padding-left: 0;
		padding-right: 0;
	}
	.xssbox .title{
		font-size: 24px;
	}
}
@media screen and (max-width: 768px){
	.xsousuo{
		padding-bottom: 60px;
	}
	.xsousuo .xssbox{
		padding-top: 20px;
		padding-bottom: 40px;
	}
	.xssbox .title{
		font-size: 20px;
		padding-bottom: 25px;
	}
	.xsdiv ul li{
		padding: 25px 0px;
	}
}
@media screen and (max-width: 640px){
	.xsousuo .xssbox{
		padding-top: 0px;
		padding-bottom: 30px;
	}
	.xssbox .title{
		font-size: 18px;
		padding-bottom: 20px;
	}
	.xsdiv ul li{
		padding: 20px 0px;
	}
	.xsdiv ul li a .xtop{
		font-size: 18px;
	}
	.xsdiv ul li a .time{
		font-size: 15px;
	}
}
@media screen and (max-width: 576px){
	.xsousuo .xssbox{
		padding-top: 0;
	}
	.xsousuo .l-wrap{
	    width: 100px;
	}
	.xsousuo .r-wrap{
		padding-left: 20px;
		width: -webkit-calc(100% - 100px);
		width: calc(100% - 100px);
	}
	.xsdiv ul li a .xtop{
		font-size: 17px;
	}
	.xsdiv ul li a .xmid{
		margin-bottom: 10px;
	}
	.xsdiv ul li a .time{
		font-size: 14px;
	}
}


/*20210716新增*/
.product-detail .leftbox{
	width: 650px;
}
.product-detail .rightbox{
	width: -moz-calc(100% - 650px);
	width: -webkit-calc(100% - 650px);
	width: calc(100% - 650px);
	padding-left: 5%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.container.add{
	position: relative;
}
.container.add:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 15;
}
.jqzoom {
	float: left;
	border: none;
	position: relative;
	padding: 0;
	cursor: pointer;
	margin: 0;
	display: block;
	width: 100%;
}

.jqzoom img {
	width: 100%;
}

.zoomdiv {
	z-index: 6;
	position: absolute;
	top: 0;
	left: 0;
	width: 475px;
	height: 475px;
	background: #fff;
	border: 1px solid #ccc;
	display: none;
	text-align: center;
	overflow: hidden
}

.jqZoomPup {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 200px;
	border: 1px solid #aaa;
	background: #fff;
	opacity: .5;
	-moz-opacity: .5;
	-khtml-opacity: .5;
	filter: alpha(Opacity=50)
}

.spec-preview {
	width: 100%;
	border: 1px solid #dfdfdf;
	overflow: hidden;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.sp-video{
	display: none;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 16;
	background-color: #000000;
}
.sp-video .closeicon{
	float: right;
	width: 35px;
	height: 35px;
	margin: 10px;
}
.sp-video .videocon{
	width: 100%;
	height: -moz-calc(100% - 60px);
	height: -webkit-calc(100% - 60px);
	height: calc(100% - 60px);
}
.sp-video-icon{
	position: absolute;
	right: 0;
	left: 0;
	bottom: 30%;
	margin: auto;
	width: 13.3%;
	height: 20%;
	background: url(../images/img102.png) center no-repeat;
	background-size: 100% auto;
	z-index: 11;
}
.spec-scroll{
	width: 100%;
}
.spec-scroll .prev {
	float: left;
	background: url(../images/img109.png) center no-repeat;
}
.spec-scroll .next {
	float: right;
	background: url(../images/img110.png) center no-repeat;
}
.spec-scroll .prev,
.spec-scroll .next{
	display: block;
	font-family: 宋体;
	text-align: center;
	width: 35px;
	height: 110px;
	margin-top: 20px;
	cursor: pointer;
	text-decoration: none;
}

.spec-scroll .items {
	position: relative;
	float: left;
	width: 580px;
	height: 120px;
	overflow: hidden;
	margin-top: 20px;
}

.spec-scroll .items ul {
	position: absolute;
	width: 99999999px;
	height: 120px;
}

.spec-scroll .items ul li{
	position: relative;
	float: left;
	width: 145px;
	padding-bottom: 20px;
	text-align: center;
}
.spec-scroll .items ul li img{
	margin: 0px 10px;
	padding: 2px;
	width: 125px;
	height: 110px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.spec-scroll .items ul li img:hover, .spec-scroll .items ul li.act img{
	border: #1154ab solid 2px;
	padding: 0;
}
.pc-slide{
	display: none;
}
.attribute .view{
	overflow: hidden;
}
@media screen and (max-width: 1440px){
	.product-detail .leftbox{
		width: 500px;
	}
	.product-detail .rightbox{
		width: -moz-calc(100% - 500px);
		width: -webkit-calc(100% - 500px);
		width: calc(100% - 500px);
	}
	.spec-scroll .items {
		width: 430px;
		height: 100px;
	}
	.spec-scroll .items ul li{
		position: relative;
		float: left;
		width: 110px;
		padding-bottom: 20px;
		text-align: center;
	}
	.spec-scroll .items ul li img{
		margin: 0px 5px;
		padding: 2px;
		width: 90px;
		height: 90px;
		-moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	    box-sizing: border-box;
	}
	.spec-scroll .prev, .spec-scroll .next{
		width: 30px;
		height: 90px;
	}
}
@media screen and (max-width: 1024px){
	.product-detail .leftbox{
		width: 50%;	
	}
	.product-detail .rightbox{
		width: 50%;
	}
	.pc-slide{
		display: block;
	}
	.product-detail .leftbox .container{
		display: none;
	}
}
@media screen and (max-width: 768px){
	.product-detail .leftbox{
		float: none;
		width: 100%;		
		padding: 0;
		margin-bottom: 5%;
		-moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	    box-sizing: border-box;
	}
	.product-detail .rightbox{
		float: none;
		width: 100%;
		padding-left: 0;
	}
}
@media only screen and (max-width: 1536px){
        .download ul li ul{
                max-height: 320px;
        }
}
@media only screen and (max-width: 1440px){
        .download ul li ul{
                max-height: 300px;
        }
}
@media only screen and (max-width: 1024px){
        .download ul li ul{
                max-height: 200px;
        }
}
@media only screen and (max-width: 768px){
        .download ul li ul{
                max-height: 120px;
        }
}
@media only screen and (max-width: 640px){
        .download ul li ul{
                max-height: 100%;
                overflow: hidden;
        }
}

@media only screen and (max-width: 1536px){
    .download ul li ul{
        max-height: 310px;
    }
}
@media only screen and (max-width: 1440px){
    .download ul li ul{
        max-height: 300px;
    }
}
@media only screen and (max-width: 1366px){
    .download ul li ul{
        max-height: 280px;
    }
}
@media only screen and (max-width: 1280px){
    .download ul li ul{
        max-height: 240px;
    }
}
@media only screen and (max-width: 1024px){
    .download ul li ul{
        max-height: 200px;
    }
}
@media only screen and (max-width: 768px){
    .download ul li ul{
        max-height: 120px;
    }
}
@media only screen and (max-width: 640px){
    .download ul li ul{
        max-height: 100%;
        overflow: hidden;
    }
}

.qualifications .box .swiper-wrapper{
  -webkit-transition-timing-function: linear; /*之前是ease-out*/
   -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
     -o-transition-timing-function: linear;
      transition-timing-function: linear;
    }
	
	
	@media screen and (max-width: 1024px){
        .sidebar{
                display:none;
        }
}

@media only screen and (max-width: 1024px){
        .footer .foot-infor .wrap2 ul{
                display: block;
                text-align: right;
                font-size: 0;
        }
        .footer .foot-infor .wrap2 li{
                float: none;
                display: inline-block;
                vertical-align: top;
        }
}
@media only screen and (max-width: 640px){
        .footer .foot-infor .wrap2 ul{
                text-align: center;
        }
}