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: "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 {
	max-width: 1600px;
	width: 100%;
	margin: auto;
}
.owidth{
	max-width: 1500px;
	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;
}

.header.white {
	box-shadow: 0px 3px 20px 0px rgba(12, 18, 107, 0.05);
}
.header .wrap{
	width: 93%;
	margin: auto;
}
.header .content {}

.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 .head-right{
	float: right;
}
.header .nav {
	float: left;
	display: inline-block;
	margin-right: 25px;
}

.header .nav>ul>li {
	position: relative;
	float: left;
	padding: 0px 35px;
}

.header .nav>ul>li {
	position: relative;
	float: left;
	padding: 0px 35px;
}

.header .nav>ul>li>a {
	position: relative;
	font-family: "syn";
	color: #FFFFFF;
	font-size: 16px;
	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: #ec821c;
}

.header .nav>ul>li>a::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 3px;
	background: #ec821c;
	-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%;
}
.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: 156px;
	padding: 5px 0px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #ffffff;
	border-radius: 0px 0px 4px 4px;
	display: none;
}

.header .drop-down a {
	display: block;
	color: #777777;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	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: #ec821c;
}

.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;
}
/*搜索*/
.search{
	float: right;
	width: 220px;
    height: 40px;
    margin-top: 25px;
    border-bottom: #d1d1d1 solid 1px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.search .icon{
	float: left;
    width: 18.18%;
    height: 40px;
    overflow: hidden;
    background: url(../images/search.png) left center no-repeat;
    background-size: 52.5% auto;
}
.header .alter .search .icon, 
.header.white .search .icon,
.header.hover .search .icon,
.search.m-search .icon{
	background: url(../images/search1.png) left center no-repeat;
    background-size: 52.5% auto;
}
.search .seinput{
    float: left;
    width: 81.82%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #e8e8e8;
    overflow: hidden;
    border: none;
    background: none;
}
.header .alter .search .seinput,
.header.white .search .seinput,
.header.hover .search .seinput{
	color: #666666;
}
.search input::-webkit-input-placeholder{
	color: #e8e8e8;
}
.search input:-moz-placeholder{
	color: #e8e8e8;
}
.search input::-moz-placeholder{
	color: #e8e8e8;
}
.search input:-ms-input-placeholder{
	color: #e8e8e8;
}
.header .alter .search input::-webkit-input-placeholder,
.header.hover .search input::-webkit-input-placeholder,
.header.white .search input::-webkit-input-placeholder,
.search.m-search input::-webkit-input-placeholder{
	color: #666666;
}
.header .alter .search input:-moz-placeholder,
.header.hover .search input:-moz-placeholder,
.header.white .search input:-moz-placeholder,
.search.m-search input:-moz-placeholder{
	color: #666666;
}
.header .alter .search input::-moz-placeholder,
.header.hover .search input::-moz-placeholder,
.header.white .search input::-moz-placeholder,
.search.m-search input::-moz-placeholder{
	color: #666666;
}
.header .alter .search input:-ms-input-placeholder,
.header.hover .search input:-ms-input-placeholder,
.header.white .search input:-ms-input-placeholder,
.search.m-search input:-ms-input-placeholder{
	color: #666666;
}
.menubtn {
	display: none;
	float: right;
	width: 50px;
	height: 60px;
	background: url(../images/menu-icon1.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: #ec821c;
}

.m-nav .nav-list li a .tit {
	color: #222222;
}

.m-nav .nav-list li a:hover .tit {
	color: #ec821c;
}

.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: #ec821c;
}

.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: 20%;
	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: #ec821c;
}

.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: 200px;
	-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: #ec821c;
	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: 150px;
}

.sidebar ul li .imgli img {
	display: block;
	width: 100%;
}
@media only screen and (max-width: 1024px){
	.sidebar{
		display: none;
	}
}
/*footer*/
.footer {
	padding-top: 4.68%;
	background: #282828;
}

.footer .wrap {
	/*padding-bottom: 60px;
	border-bottom: #474747 solid 1px;*/
	padding-bottom: 30px;
}
/*20210106*/
.TickerNews {
  	width: 100%;
  	height: 50px;
  	line-height: 50px;
  	padding-bottom: 10px;
  	border-bottom: #474747 solid 1px;
}
.ti_wrapper {
	float: left;
  	width: -moz-calc(100% - 90px);
  	width: -webkit-calc(100% - 90px);
  	width: calc(100% - 90px);
  	position: relative;
 	overflow: hidden;
  	height: 50px;
}
.TickerNews .newtit{
	float: left;
	width: 90px;
	color: #e6e6e6;
	font-size: 16px;
	font-weight: bold;
}
.ti_slide {
  	width: 30000px;
  	position: relative;
  	left: 0;
  	top: 0;
}
 
.ti_content {
  	width: 8000px;
  	position: relative;
  	float: left;
}
 
.ti_news { 
	float: left; 
}
.ti_news a{
	display: block;
	padding-right: 35px;
	color: #878787;
	font-size: 14px;
}
/**/
.foot-nav {
	float: left;
	width: 52.5%;
	overflow: hidden;
}

.foot-nav ul li {
	float: left;
	width: 20%;
	padding-right: 2%;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.footer .tit {
	font-size: 16px;
	font-weight: bold;
	color: #e6e6e6;
	margin-bottom: 25px;
}

.footer .tit a {
	color: #e6e6e6;
}

.foot-nav ul li .links {}

.foot-nav ul li .links a {
	display: block;
	color: #878787;
	font-size: 14px;
	line-height: 1.7;
	padding: 5px 0px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.foot-nav ul li .links a:hover {
	color: #ec821c;
}

.footer .foot-infor {
	float: right;
	width: 47.5%;
	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{
	float: left;
	text-align: right;
	padding-right: 40px;
	margin-right: 35px;
	border-right: #474747 solid 1px;
}
.footer .foot-infor .wrap1 ul {
	margin-top: 20px;
}

.footer .foot-infor .wrap1 li {
	position: relative;
	padding-left: 32px;
	overflow: hidden;
	color: #c2c2c2;
	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 {
	float: left;
}

.footer .foot-infor .wrap2 li{
	float: left;
	width: 100px;
	/*max-width: -moz-calc((100% - 20px) / 2);
	max-width: -webkit-calc((100% - 20px) / 2);
	max-width: calc((100% - 20px) / 2);*/
	margin-right: 20px;
	text-align: center;
}

.footer .foot-infor .wrap2 li:last-child {
	margin-right: 0;
}

.footer .foot-infor .wrap2 li .img {
	background: #ffffff;
}

.footer .foot-infor .wrap2 li .img img {
	max-width: 100%;
	width: 100px;
	/*height: 100px;*/
}

.footer .foot-infor .wrap2 li .txt {
	margin-top: 10px;
	color: #aaaaaa;
	font-size: 14px;
}

.footer .copyright {
	color: #666666;
	font-size: 14px;
	line-height: 2;
	padding: 20px 0px 42px;
}

.footer .copyright a {
	color: #666666;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.footer .copyright a:hover{
	color: #ec821c;
}
.footer .copyright .oth{
	float: right;
}
.footer .copyright .record {
	margin-left: 5px;
}
.footer .copyright .support{
	margin-right: 15px;
}
.footer .copyright .disclaimer{
}
/*内页banner*/
.obanner {
	position: relative;
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.obanner .mask{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/img33.png);
}
.obanner .line{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 4px;
	background: #f4841c;
	transition: ease 2s;
}
.obanner .line.animated{
	width: 100%;
}
.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;
}

.obanner .bannerzi .box .t2 {
	color: #ffffff;
	margin-top: 5px;
}
/*.section {
	visibility: hidden;
}

.section.active {
	visibility: visible;
}*/
.section{
	position: relative;
}
.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){
	.i-about .l-box .text .t1{
		transform: translateY(100%);
	    transition: all 1s ease 0s;
	}
	.i-about .l-box .text .t2{
		transform: translateY(100%);
	    transition: all 1s ease 0.2s;
	}
	.i-about .l-box .text .t3{
		transform: translateY(100%);
	    transition: all 1s ease 0.4s;
	}
	.i-about .l-box .num{
		transform: translateY(100%);
	    transition: all 1s ease 0.6s;
	}
	.i-about .l-box .btn{
		transform: translateY(100%);
	    transition: all 1s ease 0.8s;
	}
	.section.active .i-about .l-box .text .t1,
	.section.active .i-about .l-box .text .t2,
	.section.active .i-about .l-box .text .t3,
	.section.active .i-about .l-box .num,
	.section.active .i-about .l-box .btn{
		transform: translateY(0);
	}
	.i-about .r-box a{
		transform: translateY(100%);
	    transition: all 1s ease 0.2s;
	}
	.i-about .r-box>img{
		transform: translateY(100%);
	    transition: all 1s ease 0.4s;
	}
	.section.active .i-about .r-box a,
	.section.active .i-about .r-box>img{
		transform: translateY(0);
	}
	.i-application .content ul li:nth-child(1){
		transform: translateY(100%);
		transition: all 1s ease 0s;
	}
	.i-application .content ul li:nth-child(2){
		transform: translateY(100%);
		transition: all 1s ease 0.2s;
	}
	.i-application .content ul li:nth-child(3){
		transform: translateY(100%);
		transition: all 1s ease 0.4s;
	}
	.i-application .content ul li:nth-child(4){
		transform: translateY(100%);
		transition: all 1s ease 0.6s;
	}
	.i-application .content ul li:nth-child(5){
		transform: translateY(100%);
		transition: all 1s ease 0.8s;
	}
	.section.active .i-application .content ul li{
		transform: translateY(0);
	}
	.swiper1 .swiper-slide:nth-child(1) .prodiv{
		transform: translateY(70%);
		transition: all 1s ease 0s;
	}
	.swiper1 .swiper-slide:nth-child(2) .prodiv{
		transform: translateY(70%);
		transition: all 1s ease 0.2s;
	}
	.swiper1 .swiper-slide:nth-child(3) .prodiv{
		transform: translateY(70%);
		transition: all 1s ease 0.4s;
	}
	.i-product .title .t1{
		transform: translateY(100%);
		transition: all 1s ease 0.4s;
	}
	.i-product .title .t2{
		transform: translateY(100%);
		transition: all 1s ease 0.6s;
	}
	.section.active .swiper1 .swiper-slide .prodiv, .section.active .i-product .title .t1, .section.active .i-product .title .t2{
		transform: translateY(0);
	}
	.swiper1 .addbox{
		transform: translate(-50%, 100%);
		transition: all 1s ease 0.6s;
	}
	.section.active .swiper1 .addbox{
		transform: translate(-50%, 0);
	}
}
.videobox{
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.videobox video{
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.downicon{
	position: absolute;
	left: 50%;
	bottom: 7%;
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.downicon .box{
	display: block;
	text-align: center;
}
.downicon img{
	-moz-animation: myMove 1.5s linear infinite alternate; 
  	-webkit-animation: myMove 1.5s linear infinite alternate;
 	-o-animation: myMove 1.5s linear infinite alternate;
  	animation: myMove 1.5s linear infinite alternate;
}
.downicon .txt{
	color: #ffffff;
	font-size: 12px;
	margin-top: 12px;
}
@-moz-keyframes myMove{
  	0%{transform: translateY(0px);} 
	50%{transform: translateY(-15px);} 
	100%{transform: translateY(0px);}
}
@-webkit-keyframes myMove{
  	0%{transform: translateY(0px);} 
	50%{transform: translateY(-15px);} 
	100%{transform: translateY(0px);}
}
@-o-keyframes myMove{
 	0%{transform: translateY(0px);} 
	50%{transform: translateY(-15px);} 
	100%{transform: translateY(0px);}
}
@keyframes myMove{
  	0%{transform: translateY(0px);} 
	50%{transform: translateY(-15px);} 
	100%{transform: translateY(0px);}
}
/**/
.bold{
	font-weight: bold;
}
.size1{
	font-size: 16px;	
}
.size2{
	font-size: 32px;	
}
.size3{
	font-size: 48px;
}
.size4{
	font-size: 24px;
}
.size5{
	font-size: 36px;
}
.size6{
	font-size: 50px;
}
.size7{
	font-size: 40px;
}
.size8{
	font-size: 18px;
}
/*首页关于我们*/
.i-about{
}
.i-about .l-box{
	float: left;
	width: 50%;
	max-width:540px;
	overflow: hidden;
}
.i-about .l-box .text{
}
.i-about .l-box .text .t1{
	color: #f4841c;
	margin-bottom: 10px;
}
.i-about .l-box .text .t2{
	color: #333333;
	margin-bottom: 20px;
}
.i-about .l-box .text .t3{
	color: #666666;
	line-height: 2;
}
.i-about .l-box .num{
	margin-top: 15%;
}
.num ul li{
	float: left;
	width: 120px;
	text-align: center;
	margin-right: -moz-calc((100% - 360px) / 2);
	margin-right: -webkit-calc((100% - 360px) / 2);
	margin-right: calc((100% - 360px) / 2);
}
.num ul li:nth-child(3n){
	margin-right: 0;
}
.num ul li .t1{
	font-size: 14px;
	color: #ec821c;
}
.num ul li .t1 .timer{
	font-size: 36px;
	font-weight: bold;
}
.num ul li .t2{
	font-size: 16px;
	color: #333333;
	margin-top: 10px;
}
.i-about{
	position: relative;
}
.i-about .l-box .btn{
	text-align: left;
	margin-top: 20%;
}
.i-about .l-box .btn a{
	text-align: center;
	display: inline-block;
	min-width: 222px;
	height: 57px;
	line-height: 55px;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #ec821c;
	color: #ffffff;
	font-size: 18px;
	border: #ec821c solid 1px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.i-about .l-box .btn a:hover{
	background: #FFFFFF;
	color: #666666;
}
.i-about .l-box .btn a img{
	display: inline-block;
	margin-left: 20px;
}
.i-about .l-box .btn a .ic2{
	display: none;
}
.i-about .l-box .btn a:hover .ic1{
	display: none;
}
.i-about .l-box .btn a:hover .ic2{
	display: inline-block;
}
.i-about .r-box{
	float: right;
	width: 50%;
	overflow: hidden;
	text-align: right;
	font-size: 0;
}
.i-about .r-box a{
	display: inline-block;
	vertical-align: top;
	max-width: 32.4%;
	overflow: hidden;
}
.i-about .r-box a img{
	max-width: 100%;
}
.i-about .r-box>img{
	display: inline-block;
	vertical-align: top;
	max-width: 57%;
}
/*首页应用案例*/
.i-application{
	position: relative;
	height: 100vh;
}
.i-application .bgbox{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.i-application .bgbox ul li{
	width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.i-application .bgbox ul li.on{
	opacity: 1;
	transform: scale(1);
}
.i-application .bgbox ul li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.26);
	opacity: 0;
}
.i-application .bgbox ul li.on:before{
	opacity: 1;
}
.i-application .content{
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.i-application .content ul li{
	position: relative;
	float: left;
	width: 20%;
	height: 100vh;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: ease 1s;
	transition: ease 1s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    border-right: 1px solid rgba(255,255,255,.3);
}
.i-application .content ul li:last-child {
    border-right: none;
}
.i-application .content ul li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
}
.i-application .content ul li:hover:before, .i-application .content ul li.on:before{
	background: #f0831c;
}
/*.i-application .content ul li.on:before, .i-application .content ul li:hover:before{
	display: none;	
}*/
.i-application .content ul li a{
	display: block;
	width: 100%;
}
.i-application .text{
	position: absolute;
	left: 0;
	top: 18%;
	z-index: 10;
	width: 100%;
	padding: 0px 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-o-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.i-application .content ul li.on .text{
	/*top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);*/
	top: 22%;
}
.i-application .text .t1{
	color: #ffffff;
	min-height: 90px;
	margin-bottom: 30px;
}
.i-application .content ul li.on .text .t1{
	color: #fed7b1;
	font-size: 100px;
	margin-bottom: 15px;
}
.i-application .text .t2{
	color: #ffffff;
	margin-top: 15px;
}
.i-application .text .t3{
	color: #ffffff;
	font-size: 14px;
	line-height: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.i-application .text .icon{
	margin-bottom: 12px;
}
.i-application .text .txt{
	margin-top: 30px;
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(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;
}
.i-application .content ul li.on .text .txt{
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.i-application .text .arrowicon{
	margin-top: 12%;
	text-align: left;
}
/**/
.i-application .m-content{
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-bottom: 50px;
	display: none;
}
.i-application .m-content .mlibox{
	position: relative;
	padding: 15% 5%;
	min-height: 480px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.i-application .m-content .mlibox::before{
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
}
/*首页产品中心*/
.page4{
	background: #f8f8f8;
}
.i-product .title{
	text-align: center;
}
.i-product .title .t1{
	color: #333333;
}
.i-product .title .t2{
	margin-top: 10px;
	color: #666666;
}
.i-product .swiper1{
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-bottom: 6.875%;
	margin-top: 3.75%;
}
.prodiv{
	padding: 18px;
}
.prodiv a{
	display: block;
	width: 100%;
	background: #FFFFFF;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.prodiv a:hover{
	box-shadow: 0px 3px 18px rgba(0,0,0,0.11);
}
.prodiv .img{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.prodiv .img img{
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.prodiv a:hover .img>img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.prodiv .img i{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(45,20,0,0.29);
	opacity: 0;
}
.prodiv .img .icon{
	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%);
	opacity: 0;
}
.prodiv a:hover .img i, .prodiv a:hover .img .icon{
	opacity: 1;
}
.prodiv .img .icon img{
}
.prodiv .txt{
	padding: 30px;
}
.prodiv .txt .t1{
	color: #333333;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.prodiv a:hover .txt .t1, .swiper2 .prodiv .txt .t1{
	color: #ed821c;
}
.prodiv .txt .t2{
	color: #666666;
	margin-top: 12px;
	line-height: 1.7;
	/*
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	*/
}
.swiper2 .prodiv .txt .t2{
	min-height: 130px;
	display: block;
}
.prodiv .txt .t3{
	color: #666666;
	margin-top: 30px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.prodiv a:hover .txt .t3{
	color: #ed821c;
}
.prodiv .txt .t3 img{
	display: inline-block;
	margin-left: 4px;
}
.prodiv .txt .t3 .ic2{
	display: none;
}
.prodiv a:hover .txt .ic1{
	display: none;
}
.prodiv a:hover .txt .ic2{
	display: inline-block;
}
.addbox{
	position: absolute;
	left: 50%;
	bottom: 0;
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	width: 100%;
}
.addbox .swiper-pagination{
	position: static;
	display: inline-block;
	margin: 0px 20px;
}
.addbox .swiper-pagination-bullet {
	display: inline-block;
	vertical-align: middle;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: none;
    border: #bcbcbc solid 2px;
    opacity: 1;
    margin: 0 8px;
}
.addbox .swiper-pagination-bullet-active {
    opacity: 1;
    width: 11px;
    height: 11px;
    background: #f1831c;
    border: #f1831c solid 2px;
}
.addbox .swiper-button-next, .addbox .swiper-button-prev {
    position: static;
    display: inline-block;
    vertical-align: middle;
    width: 52px;
    height: 51px;
    margin-top: 0;
    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;
}
.addbox .swiper-button-next, .swiper-container-rtl .addbox .swiper-button-prev {
    background-image: url(../images/img27a.png);
}
.addbox .swiper-button-prev, .swiper-container-rtl .addbox .swiper-button-next {
    background-image: url(../images/img26a.png);
}
.addbox .swiper-button-next.swiper-button-disabled{
	opacity:1;
	background-image: url(../images/img27.png);
}
.addbox .swiper-button-prev.swiper-button-disabled {
    opacity:1;
    background-image: url(../images/img26.png);
}


.gather{
	position: relative;
	z-index: 10;
	background: #ffffff;
}

.gather.fixed {
	position: fixed;
	top: 100px;
	left: 0;
	z-index: 12;
	width: 100%;
}
.gather .box{
	max-width: 1500px;
	width: 100%;
	margin: auto;
}
.gather .posit{
	float: left;
	padding-top: 32px;
}
.posit img, .posit span, .posit a{
	display: inline-block;
	vertical-align: middle;
	color: #999999;
	font-size: 16px;
}
.posit a:hover{
	color: #f4841c;
}
.com-nav {
	float: right;
}
.com-nav.fixed{
	position: fixed;
	top: 60px;
	left: 0;
	z-index: 12;
	margin-top: 0px;
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 2px 15px rgba(0,0,0,0.15);
}
.com-nav ul {
	font-size: 0;
}
.com-nav.fixed ul{
	text-align: center;
}
.com-nav ul li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-left: 65px;
}

.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: #333333;
	font-size: 18px;
	height: 90px;
	line-height: 90px;
	cursor: pointer;
}

.com-nav ul li:hover a,
.com-nav ul li:hover span,
.com-nav ul li.on a,
.com-nav ul li.on span {
	color: #f4841c;
}

/*产品中心*/
.cp-introduce{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.cp-introduce .img{
	float: right;
	width: 50%;
	overflow: hidden;
}
.cp-introduce .img img{
	width: 100%;
}
.cp-introduce .wrap{
	float: left;
	width: 50%;
	overflow: hidden;
	padding-top: 5.2%;
	padding-bottom: 5.2%;
}
.cp-introduce .box{
	padding-left: -moz-calc(100% - 750px);
	padding-left: -webkit-calc(100% - 750px);
	padding-left: calc(100% - 750px);
	padding-right: 10%;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp-introduce .box .tit{
	
}
.cp-introduce .box .tit .t1{
	color: #333333;
}
.cp-introduce .box .tit .t2{
	color: #333333;
	margin-top: 10px;
}
.cp-introduce .box .tit i{
	display: block;
	width: 65px;
	height: 4px;
	background: #f4841c;
	margin-top: 30px;
	margin-bottom: 30px;
}
.cp-introduce .box .txt{
	color: #999999;
	line-height: 1.7;
}
.cp-introduce .box .other{
	margin-top: 7.5%;
}
.cp-introduce .box .other ul{
	font-size: 0;
}
.cp-introduce .box .other ul li{
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 48%;
	margin-right: 4%;
}
.cp-introduce .box .other ul li:nth-child(2n){
	margin-right: 0;
}
.cp-introduce .box .other ul li span{
	display: inline-block;
	text-align: center;
}
.cp-introduce .box .other ul li .icon{
}
.cp-introduce .box .other ul li .icon img{
	
}
.cp-introduce .box .other ul li .size8{
	color: #333333;
	margin-top: 12px;
}

/**/
.proli .content{
	padding-top: 100px;
	margin-top: -100px;
}
.cp-center{
	padding-top: 5.46%;
	padding-bottom: 4.5%;
	background: #f4f4f4;
}
.proli .tit{
	text-align: center;
}
.proli .cp-introduce .tit{
	text-align: left;
}
.proli .tit .t1{
	color: #333333;
}
.proli .tit .t2{
	color: #666666;
	margin-top: 10px;
}
.swiper2{
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-bottom: 6.875%;
	margin-top: 3.75%;
}
/*规格*/
.specs{
	padding-top: 3.9%;
	padding-bottom: 50px;
}
.specs .tablebox{
	margin-top: 40px;
}
/*.specs .table{
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	line-height: 1.7;
	padding: 10px 0px;
}
.specs .table .subtit{
	color: #333333;
	font-size: 20px;
	font-weight: bold;
}
.specs .table th{
	color: #fefefe;
	font-size: 22px;
	background: #f4841c;
	height: 65px;
}
.specs .table td{
	color: #666666;
	font-size: 18px;
	height: 50px;
	width: 16.6%;
}
.specs .table tr:nth-child(odd){
	background-color: #ffffff;
}
.specs .table tr:nth-child(even){
	background-color: #f4f4f4;
}
.specs .table th:nth-child(1), .specs .table td:nth-child(1){
	padding-left: 60px;
	text-align: left;
	width: 20%;
}
.specs .table th:nth-child(2), .specs .table td:nth-child(2){
	width: 13.2%;
}*/


.standard{
	padding-top: 4.2%;
	padding-bottom:  50px;
}
.knowledge{
	padding-top: 4.2%;
	padding-bottom: 5.7%;
}
.download{
	margin-top: 4.66%;
}
.download ul{
	font-size: 0;
}
.download ul li{
	display: inline-block;
	vertical-align: top;
	width: 45%;
	margin-right: 10%;
	border-top: #f2f2f2 solid 1px;
	border-bottom: #f2f2f2 solid 1px;
}
.download ul li:nth-child(2n){
	margin-right: 0;
}
.download ul li a{
	display: block;
	width: 100%;
	padding-top: 60px;
	min-height: 160px;
	overflow: hidden;
}
.download ul li a .icon{
	float: left;
	width: 13%;
	padding-right: 10px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.download ul li a .icon img{
	max-width: 75%;
}
.download ul li a .icon .ic2{
	display: none;
}
.download ul li:hover a .icon .ic1{
	display: none;
}
.download ul li:hover a .icon .ic2{
	display: inline-block;
}
.download ul li a .txt{
	float: left;
	width: 63.7%;
	padding-right: 4%;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.download ul li a .txt .t1{
	color: #333333;
	font-size: 20px;
}
.download ul li a .txt .t2{
	color: #999999;
	font-size: 18px;
	margin-top: 25px;
}
.download ul li a .size{
	float: left;
	width: 23.3%;
	color: #333333;
	font-size: 22px;
}



/*行业应用内页*/

.inpage {}

.inpage .title {
	padding-top: 45px;
}

.location {
	width: 100%;
	overflow: hidden;
	background: #f4f4f4;
}

.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;
	line-height: 60px;
}

.location .cont a:hover {
	color: #ec821c;
}

.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;
	}
	.location .cont{
		padding: 15px 0px;
	}
	.location .cont img, .location .cont a, .location .cont span{
		line-height: 1.7;
	}
}

@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 {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	border-bottom: #f4f4f4 solid 1px;
	text-align: center;
	padding-bottom: 30px;
}

.inpage .title .txt .t1 {
	color: #333333;
}

.inpage .title .txt .t2 {
	margin-top: 20px;
	color: #666666;
	font-size: 16px;
	line-height: 1.7;
	text-align: center;
}

.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: #ec821c;
}

.inpage .box {
	padding-top: 3.2%;
	background: #FFFFFF;
}

.inpage .box .l-box {
	float: left;
	width: 70%;
	overflow: hidden;
}
.inpage .owidth{
	max-width: 1200px;
	width: 100%;
	margin: auto;
}
.inpage .tit{
	margin-top: 50px;
	margin-bottom: 5%;
}
.inpage .tit .t1{
	color: #333333;
}
.inpage .tit .t2{
	color: #999999;
	margin-top: 15px;
}
article.details{
	color: #333333;
	font-size: 16px;
	line-height: 2;
}
article.details img{
	display: block;
	margin: auto;
}
.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: #ec821c;
}

.paging {
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: #ececec solid 1px;
	overflow: hidden;
	background-color: #f4f4f4;
}

.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: #ec821c;
}

.nextprev ul li a .sp {
	color: #ec821c;
}

.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: #ec821c;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s 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: #ec821c;
	/*box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);*/
}

.back-to a img {
	display: inline-block;
	margin-right: 5px;
}
.back-to a .ic2{
	display: none;
}
.back-to a:hover .ic2{
	display: inline-block;
}
.back-to a:hover .ic1{
	display: none;
}
@media only screen and (max-width: 1024px) {
	.omain.oth{
		padding-top: 60px;
	}
	.back-to{
		display: none;
	}
	.nextprev ul li{
		width: 47%;
		margin-right: 6%;
	}
	.nextprev ul li a{
		font-size: 15px;
	}
	.inpage .title .txt .t2{
		font-size: 15px;
	}
	.inpage .box{
		padding-top: 50px;
	}
	article.details{
		font-size: 15px;
	}
	.new-details .box .details{
		padding-bottom: 60px;
	}
}
@media only screen and (max-width: 768px) {
	.nextprev ul li{
		width: 100%;
		margin-right: 0;
		text-align: left;
		margin: 5px auto;
	}
	.nextprev ul li:nth-child(2n){
		text-align: left;
	}
	.nextprev ul li a{
		padding: 0;
		line-height: 2;
	}
	.inpage .box{
		padding-top: 40px;
	}
}
@media only screen and (max-width: 576px) {
	.nextprev ul li{
		margin: 0;
	}
	.new-details .box .details{
		padding-bottom: 50px;
	}
	.inpage .title .txt{
		padding-bottom: 20px;
	}
}
/*新闻&案例*/
.new{
	padding-top: 4.2%;
	padding-bottom: 4.68%;
	background-color: #f4f4f4;
}
.case{
	padding-top: 3.9%;
	padding-bottom: 4.68%;
	background-color: #f4f4f4;
}
.new-case .box{
	max-width: 1500px;
	width: 100%;
	margin: auto;
}
.apply-tit{
	text-align: center;
}
.apply-tit .t1{
	color: #f4841c;
	font-size: 45px;
}
.apply-tit .t2{
	color: #333333;
	margin-top: 5px;
}
.apply-tit .t3{
	color: #999999;
	margin-top: 15px;
}
.case ul{
	margin-top: 50px;
}
.new-case ul{
	margin-bottom: 6.66%;
	font-size: 0;
}
.new-case ul li{
	/*float: left;*/
	display: inline-block;
	vertical-align: top;
	width: 31.4%;
	margin-right: 2.9%;
	margin-bottom: 2.9%;
	transition: 1s;
}
.new-case ul li:nth-child(3n){
	margin-right: 0;
}
.new-case ul li:hover{
	box-shadow: 0px 25px 43px 8px rgba(47, 48, 53, 0.08);
}
.new-case ul li a{
	position: relative;
	display: block;
	width: 100%;
	background-color: #FFFFFF;
}
.new ul li a{
	padding: 20px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.new-case ul li a::after{
	content: "";
    width: 0;
    border-bottom: 2px solid #ec821c;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 9;
    transition: 1s;
}
.new-case ul li:hover a::after{
	left: 0;
    width: 100%;
}
.new-case ul li .img{
	width: 100%;
	overflow: hidden;
}
.new-case ul li .img img{
	width: 100%;
	transition: 1s;
}
.new-case ul li:hover .img img{
	transform: scale(1.1);
}
.new ul li .date{
	position: absolute;
	right: 20px;
	top: 20px;
	background-color: #303136;
	padding: 15px 25px 20px;
	transition: 1s;
	text-align: center;
}
.new ul li:hover .date{
	background-color: #f4841c;
}
.new ul li .date .t1{
	color: #ffffff;
	font-size: 38px;
	font-weight: bold;
}
.new ul li .date .t2{
	color: #ffffff;
	font-size: 12px;
}
.new-case ul li .txt{
	padding-top: 28px;
}
.case ul li .txt{
	padding-left: 8%;
	padding-right: 8%;
	border-left: #e5e5e5 solid 1px;
	border-right: #e5e5e5 solid 1px;
	border-bottom: #e5e5e5 solid 1px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.new-case ul li .txt .t1{
	font-weight: bold;
	color: #333333;
	line-height: 1.7;
	transition: 0.4s;
}
.new ul li .txt .t1{
	font-size: 20px;
	min-height: 70px;
}
.case ul li .txt .t1{
	font-size: 24px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.new-case ul li:hover .txt .t1{
	color: #f4841c;
}
.new-case ul li .txt .t2{
	margin-top: 12px;
	line-height: 1.7;
	overflow: hidden;
}
.new ul li .txt .t2{
	height: 55px;
	font-size: 16px;
	color: #999999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.case ul li .txt .t2{
	font-size: 18px;
	height: 92px;
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.new-case ul li .txt .t3{
	margin-top: 30px;
	margin-bottom: 10%;
}
.new-case ul li .txt .t3 span{
	color: #333333;
	font-size: 16px;
}
.new-case ul li .txt .t3 span img{
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
/*分页*/

.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: 32px;
	height: 32px;
	line-height: 32px;
	margin-bottom: 5px;
	margin-right: 10px;
	text-align: center;
	font-family: arial;
	font-size: 16px;
	color: #333333;
	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;
	min-width: 1px;
	width: auto;
	padding: 0;
}
.page-list a.fyprev:hover,
.page-list a.fynext:hover{
	background: none;
}

/*.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: #ec821c;
}
/*应用领域*/
.field{
	padding-top: 4.2%;
	background: #f1f1f1;
}
.field .box{
	position: relative;
	margin-top: 2.8%;
}
.field .swili{
	width: 100%;
	overflow: hidden;
	background: #ffffff;
}

.swibox{ position: relative;}
.swibox::before{ 
	content: ""; 
	display: block; 
	position: absolute; 
	top: 50%; 
	right: -19vw; 
	transform: translateY(-50%); 
	width:38.54166vw; 
	height: 36.82291vw; 
	background:url(../img/ebg1.png) no-repeat center; 
	background-size: 100% auto ;}

.swibox .imgbox{ 
	position: relative;
	width: 57.3%; 
	height: 50vw;
	float: left; 
	overflow: hidden;
}
.swibox .imgbox img{
	/*width: 100%;
	opacity: 0;*/
}
.swibox .imgbox .imgbg{ 
	position: absolute;
	left: 0;
	top: 0;
	transform: scale(1.1,1.1); 
	transition:ease 2s;
	width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.swibox .swiper-slide-active .imgbox .imgbg{ 
	transform: scale(1,1);
}
.swibox .infobox{ 
	width: 42.7%; 
	height: 50vw; 
	float: right; 
	padding: 8.33333vw 8.33333vw 0 4.16vw; 
	box-sizing: border-box; 
	text-align: left;
}
.swibox .infobox .txt{
	margin-top: 30px;
}
.swibox .infobox .txt .t1{
	font-size: 42px;
	color: #f4841c;
}
.swibox .infobox .txt .t2{
	font-weight: bold;
	font-size: 34px;
	color: #333333;
}
.swibox .infobox .txt .t3{
	font-size: 20px;
	color: #333333;
	line-height: 1.7;
	margin-top: 40px;
}
.swibox .infobox .txt ul{
	margin-top: 30px;
	color: #666666;
	font-size: 18px;
	line-height: 2;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 288px;
}
.swibox .infobox .txt ul li{
	position: relative;
	padding-left: 25px;
	/*margin-bottom: 10px;*/
}
.swibox .infobox .txt ul li i{
	position: absolute;
	left: 0;
	top: 10px;
	width: 9px;
	height: 9px;
	background: #f4841c;
}
.field-nav{ 
	min-width: 300px; 
	background: #2f3035; 
	padding: 70px 50px; 
	box-sizing: border-box; 
	position: absolute; 
	right: 42.7%; 
	top: 50%; 
	transform: translateY(-50%); 
	z-index: 2;
}
.field-nav ul{ 
	border-left: 2px solid #48494c; 
}
.field-nav ul li{
	padding: 0 30px; 
	height: 50px; 
	line-height: 50px; 
	color: #fff; 
	font-size: 16px; 
	cursor: pointer; 
	position: relative;
}
.field-nav ul li::before{
	content: ""; 
	display: block; 
	width: 10px; 
	height: 2px; 
	background: #48494c;
	position: absolute; 
	left: -6px; 
	top: 50%; 
	z-index: -1;
	transform: translateY(-50%);
}
.field-nav ul li::after{ 
	content: ""; 
	display: block; 
	width: 0%; 
	height: 100%; 
	position: absolute; 
	left: 0; 
	top: 0; 
	z-index: -1;
	transition: ease 1s;
	background: #f4841c; 
	border-radius: 0 25px 25px 0;
}
.field-nav ul li.active::after{
	width: 100%;
}
.field .swiper-pagination{ 
	width: 42.7%; 
	text-align: center; 
	position: absolute; 
	left: 0; 
	bottom:3.125vw; 
	z-index: 2;
	display: none;
}
.field .swiper-pagination .swiper-pagination-bullet{ 
	display: inline-block;
	width: 8px; 
	height: 8px; 
	border-radius: 50%; 
	background: #fff; 
	position: relative;
	opacity: 1;
}
.field .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 10px; 
}
.field .swiper-pagination span::before{ 
	content: ""; 
	display: block; 
	width: 24px; 
	height: 24px; 
	border-radius: 50%; 
	border: 2px solid #fff; 
	box-sizing: border-box; 
	position: absolute; 
	left: -8px; 
	top: -8px; 
	transition: ease 1s; 
	opacity: 0;
}
.field .swiper-pagination span.swiper-pagination-bullet-active::before{ 
	opacity: 1; 
}
.field-num{ 
	position: absolute; 
	left: 60.5vw; 
	top:4.5vw; 
	z-index: 2; 
	font-weight: bold;
	font-size: 22px;
	color: #333333;
}
.field-num em{
	font-style: inherit;
}
.field-num .index{ 
	font-weight: 400;
	font-size: 48px; 
	color: #f4841c;
}

@media only screen and (max-width: 1536px){
	.apply-tit .t1{
		font-size: 40px;
	}
	.swibox .infobox .txt .t1{
		font-size: 36px;
	}
	.swibox .infobox .txt .t2{
		font-size: 30px;
	}
	.swibox .infobox .txt .t3{
		margin-top: 20px;
		font-size: 18px;
	}
	.swibox .infobox .txt ul{
		font-size: 16px;
		height: 256px;
	}
}
@media only screen and (max-width: 1440px){
	.apply-tit .t1{
		font-size: 36px;
	}
	.swibox .infobox .txt .t1{
		font-size: 32px;
	}
	.swibox .infobox .txt .t2{
		font-size: 28px;
	}
}
@media only screen and (max-width: 1280px){
	.apply-tit .t1{
		font-size: 32px;
	}
	.swibox .infobox .txt .t1{
		font-size: 28px;
	}
	.swibox .infobox .txt .t2{
		font-size: 24px;
	}
	.swibox .infobox .txt .t3{
		font-size: 16px;
	}
}
@media only screen and (max-width: 1024px){
	.field{
		padding-top: 70px;
	}
	.field .box{
		margin-top: 50px;
	}
	.apply-tit .t1{
		font-size: 28px;
	}
	.swibox .infobox .txt .t1{
		font-size: 24px;
	}
	.swibox .infobox .txt .t2{
		font-size: 20px;
	}
	.swibox .infobox .txt ul{
		margin-top: 20px;
		font-size: 15px;
		height: 180px;
		display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 6;
	    overflow: hidden;
	    text-overflow: ellipsis
	}
	.field-num{
		font-size: 20px;
	}
	.field-num .index{
		font-size: 40px;
	}
	
}
@media only screen and (max-width: 980px){
	.field{
		padding-top: 60px;
	}
	.field .box{
		margin-top: 40px;
	}
	.swibox .infobox .txt{
		margin-top: 0;
	}
	.field-nav, .field-num{
		display: none;
	}
	.field-nav{
		position: static;
		background: none;
		transform: none;
		padding: 0;
		margin-bottom: 30px;
	}
	/*.field-nav ul{
		border-left: none;
		text-align: center;
		font-size: 0;
	}
	.field-nav ul li{
		display: inline-block;
		vertical-align: top;
		color: #666666;
		font-size: 18px;
		padding: 0px;
		margin: 0 40px;
	}
	.field-nav ul li::before{
		display: none;
	}
	.field-nav ul li::after{
		display: none;
	}*/
	.swibox .imgbox{
		float: none;
		width: 100%;
	}
	.swibox .infobox{
		float: none;
		width: 100%;
		height: auto;
		padding-top: 50px;
		padding-bottom: 70px;
	}
	.field .swiper-pagination{
		display: block;
		width: 100%;
	    bottom: auto;
	    top: 44vw;
	}
	.field .swiper-pagination span::before{
		width: 20px;
		height: 20px;
		left: -6px;
    	top: -6px;
	}
	.swibox .infobox .txt ul{
		height: auto;
		display: block;
	}
}
@media only screen and (max-width: 640px){
	.field{
		padding-top: 50px;
	}
	.apply-tit .t1{
		font-size: 24px;
	}
	.swibox .infobox{
		padding-top: 40px;
		padding-bottom: 50px;
	}
	.field .swiper-pagination{
		top: 42vw;
	}
	
}
@media only screen and (max-width: 576px){
	.field{
		padding-top: 40px;
	}
	.field .box{
		margin-top: 30px;
	}
	.field .swiper-pagination{
		top: 38vw;
	}
}
.about{
	background: #f8f8f8 url(../images/img56.jpg) bottom left no-repeat;
	background-size: 50% 100%;
}
.about .l-box{
	float: left;
	width: 50%;
	overflow: hidden;
	padding-top: 6%;
	padding-bottom: 6%;
}
.about .l-box .cont{
	padding-left: -moz-calc(100% - 750px);
    padding-left: -webkit-calc(100% - 750px);
    padding-left: calc(100% - 750px);
    padding-right: 10%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.about .l-box .cont .tit .t1{
	font-size: 38px;
	color: #f4841c;
}
.about .l-box .cont .tit .t2{
	color: #333333;
	font-weight: bold;
}
.about .l-box .cont .txt{
	margin-top: 7.5%;
	color: #333333;
	font-size: 16px;
	line-height: 2;
}
.about .r-box{
	float: right;
	width: 50%;
	overflow: hidden;
}
.about .r-box .numbox ul li{
	float: left;
	width: 33.33%;
	width: -moz-calc(100% / 3);
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
	text-align: center;
	padding-top: 20%;
	padding-bottom: 20%;
}
.about .r-box .numbox ul li:nth-child(1){
	background: #f4841c;
}
.about .r-box .numbox ul li:nth-child(2){
	background: #f17b0d;
}
.about .r-box .numbox ul li:nth-child(3){
	background: #e8770f;
}
.about .r-box .numbox ul li .t1{
	color: #FFFFFF;
}
.about .r-box .numbox ul li .t1 .timer{
	display: inline-block;
	font-size: 54px;
	font-weight: bold;
}
.about .r-box .numbox ul li .t1 .unit{
	display: inline-block;
	vertical-align: text-bottom;
	margin-left: 6px;
	width: 34px;
	height: 34px;
	line-height: 34px;
	border-radius: 50%;
	text-align: center;
	background-color: #f3a55c;
}
.about .r-box .numbox ul li .t2{
	color: #FFFFFF;
}

/*发展历程*/

.develop {
	padding-top: 3.64%;
	padding-bottom:5%;
}

.develop .tit {
	color: #333333;
	text-align: center;
}

.develop .box {
	max-width: 1440px;
	width: 100%;
	margin: 4.3% auto 0;
}

.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: #f8f8f8;
	-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: #f4841c;
}

.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 #f8f8f8;
}

.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 #f8f8f8;
}

.develop .box ul li:nth-child(odd) .con:hover:after,
.develop .box ul li:nth-child(odd) .con:hover::after {
	border-left: 16px solid #f4841c;
}

.develop .box ul li:nth-child(even) .con:hover:after,
.develop .box ul li:nth-child(even) .con:hover::after {
	border-right: 16px solid #f4841c;
}

.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: #f48417;
	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;
}
.morebtn{
	text-align: center;
	margin-top: 55px;
}
.morebtn a{
	display: inline-block;
	min-width: 186px;
	height: 54px;
	line-height: 52px;
	background: #ec821c;
	border: #ec821c solid 1px;
	color: #ffffff;
	font-size: 18px;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.morebtn a:hover{
	color: #ec821c;
	background: none;
}
@media only screen and (max-width: 1440px) {

	.develop .box ul li .txt .subtit {
		font-size: 19px;
	}
}
@media only screen and (max-width: 1280px){
	.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;
	}
}
@media only screen and (max-width: 1024px){
	.develop {
		padding-top: 70px;
		padding-bottom: 90px;
	}
	.develop .box {
		margin-top: 50px;
	}
	.develop .box ul li .txt .subtit {
		font-size: 18px;
	}
	.develop .box ul li .txt ul {
		font-size: 15px;
	}
}
@media only screen and (max-width: 768px){
	.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) .con:hover:after, 
	.develop .box ul li:nth-child(odd) .con:hover::after {
		left: -16px;
		right: auto;
		border-left: none;
	    border-right: 16px solid #f4841c;
	}
	.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%;
	}
	.morebtn{
		margin-top: 30px;
	}
	.morebtn a{
		min-width: 180px;
	    height: 48px;
	    line-height: 46px;
	}
}
@media only screen and (max-width: 640px){
	.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;
	}
}
@media only screen and (max-width: 576px){
	.develop .box ul li .img {
		display: block;
		width: 100%;
		text-align: center;
		overflow: hidden;
	}
	.develop .box ul li .img img {
		width: 100%;
	}
	.morebtn a{
		min-width: 150px;
	    height: 45px;
	    line-height: 43px;
	}
}
/*公司实景*/
.scene{
	padding-top: 4.2%;
	padding-bottom: 3.6%;
	background: #f4f4f4;
}
.scene .tit{
	color: #333333;
}
.scene ul{
	display: none;
}
.scene ul li{
	position: relative;
	float: left;
	width: -moz-calc((100% - 4px) / 3);
	width: -webkit-calc((100% - 4px) / 3);
	width: calc((100% - 4px) / 3);
	margin-right: 2px;
	margin-top: 1px;
	margin-bottom: 1px;
}
.scene ul li:nth-child(3n){
	margin-right: 0;
}
.scene ul li .img, .scene-li .img{
	width: 100%;
	overflow: hidden;
}
.scene ul li .img img, .scene-li .img img{
	width: 100%;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.scene ul li:hover .img img, .scene-li:hover .img img{
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
.scene ul li .txt, .scene-li .txt{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 15px 20px;
	background: rgba(0,0,0,0.54);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #FFFFFF;
	line-height: 1.7;
}
.scene .swiper-container{
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
	padding-bottom: 75px;
	/*display: none;*/
}
.scene .swiper-container .scene-li{
	position: relative;
}
.scene .swiper-pagination-bullet{
	width: 14px;
	height: 14px;
}
.scene .swiper-pagination-bullet-active{
	background: #ec821c;
}
/*.scene .swiper-pagination{
	display: none;
}*/
/*资质荣誉*/
.honor{
	position: relative;
	padding-top: 5.7%;
	padding-bottom: 5.7%;
}
.honor .box{
	max-width: 1500px;
	width: 100%;
	margin: auto;
}
.honor .box .tit{
	color: #333333;
}

/**/
.sha_case {
	position: relative;
}


.hon_con {
	margin-top: 40px;
}

.hon_tab_nav_box {
	float: left;
	width: 15%;
	height: 415px;
	overflow: hidden;
	position: relative;
	z-index: 5;
	margin-top: -35px
}

.hon_tab_nav_box::before {
	content: "";
	position: absolute;
	z-index: 5;
	height: 20%;
	width: 100%;
	pointer-events: none;
	left: 0;
	top: 0;
	background: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0));
}

.hon_tab_nav_box::after {
	content: "";
	position: absolute;
	z-index: 5;
	height: 20%;
	width: 100%;
	pointer-events: none;
	right: 0;
	bottom: 0;
	background: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0));
}

.tab_nav_carrier {
	position: relative;
	transform: translateY(0);
	transition: all .5s ease;
}

.tab_nav_carrier>div {
	max-width: 130px;
	color: #d5dae0;
	transition: all .5s ease-out;
	cursor: pointer;
}

.tab_nav_carrier>div:last-child {
	padding-bottom: 0;
}

.hon_tab_num {
	color: #d6d6d6;
	font-size: 28px;
	line-height: 2.5;
	text-align: right;
	position: relative;
}

.hon_tab_num::after {
	content: '';
	position: absolute;
	width: 0;
	height: 5px;
	background-color: #f4841c;
	right: 0;
	bottom: 0;
	transition: all .5s ease-out;
}

.tab_nav_carrier>div.on {
	padding-bottom: 30px;
}

.tab_nav_carrier>div.on .hon_tab_num {
	font-weight: bold;
	font-size: 36px;
}

.tab_nav_carrier>div.on,
.tab_nav_carrier>div:hover {
	color: #f4841c;
}

.tab_nav_carrier>div.on .hon_tab_num,
.tab_nav_carrier>div:hover .hon_tab_num {
	color: #f4841c;
}

.tab_nav_carrier>div.on .hon_tab_num::after {
	width: 100%;
}

.hon_con_case {
	float: right;
	width: 83.33%;
	position: relative;
	margin-top: 35px;
}

.hon_con_case>div{
	display: none;
	position: relative;
}

.hon_con_case>div:first-child {
	display: block;
}

.hon_con_box .swiper-slide {
	transform: scale(0.8);
	transition: all .5s ease;
}

.hon_con_box .active.swiper-slide {
	transform: scale(1);
}

.hon_con_box {
	float: left;
	width: 42%;
	padding-left: 20%;
	overflow: hidden;
	position: relative;
	margin-top: 8px;
}

.hon_con_box .swiper-container {
	overflow: initial;
	padding-bottom: 100px;
}

.sha_tra {
	position: absolute;
	width: 34%;
	height: 100%;
	z-index: 3;
	top: 0;
	left: 0;
	pointer-events: none;
	background-position: left bottom; 
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.tea_case{
	overflow: hidden;
}
.hon_con_box .swiper-slide {
	opacity: 0.9;
	transition: all .5s ease-in;
}

.hon_con_box .swiper-slide.active {
	opacity: 1;
}

.hon_con_box .swiper-slide>div {
	width: 100%;
	position: relative;
}

.hon_con_box .swiper-slide>div>img {
	display: block;
	margin: auto;
	max-width: 100%;
}

.hon_name {
	text-align: center;
	margin-top: 45px;
	color: #333333;
	font-size: 20px;
	line-height: 1.5;
	opacity: 0;
	transition: all .5s ease-in;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
}

.hon_con_box .swiper-slide.active .hon_name {
	opacity: 1;
}

.hon_name_box {
	width: calc(29.23% + 50px);
	float: right;
	padding: 25px 0;
	position: absolute;
	right: 0;
	top: 0;
}

.hon_name_text {
	color: #999999;
	font-size: 16px;
	line-height: 30px;
	padding: 15px 0;
	text-align: center;
	opacity: .5;
	color: rgba(27, 27, 27, 0.5);
	transition: all .5s ease-in;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.hon_name_box .active-nav .hon_name_text {
	font-size: 18px;
	font-weight: 700;
	background-color: white;
	box-shadow: 0 0 46px rgba(29, 56, 75, 0.17);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	color: #f4841c;
}

.hon_name_box .swiper-container {
	height: 370px;
	padding: 25px 25px 15px 25px;
	overflow: hidden;
}

.hon_name_box .swiper-slide {
	cursor: pointer;
}

.hon_name_box .swiper-button-prev,
.hon_name_box .swiper-button-next {
	width: 100%;
	height: 15px;
	text-align: center;
	margin: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 15px 9px;
}

.hon_name_box .swiper-button-prev {
	top: 0;
	left: 0;
	background-image: url(../images/img99.png);
}

.hon_name_box .swiper-button-next {
	top: auto;
	right: 0;
	bottom: 0;
	background-image: url(../images/img100.png);
}
/*为什么选择我们？*/
.choice{
	clear: both;
	padding-top: 5.9%;
	padding-bottom: 5.9%;
	background-color: #f8f8f8;
}
.choice .box{
	max-width: 1500px;
	width: 100%;
	margin: auto;
}
.choice .tit{
	color: #333333;
}
.choice .wrap{
	margin-top: 4.4%;
}
.choice .wrapli{
	padding-top: 100px;
	padding-bottom: 100px;
	background: #ffffff;
	padding-left: 40px;
	padding-right: 40px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.choice .wrapli:hover{
	background: #ec821c;
}
.choice .wrapli .img{
	text-align: center;
	overflow: hidden;
}
.choice .wrapli .img span{
	position: relative;
	display: inline-block;
	width: 118px;
	height: 118px;
	line-height: 118px;
	border-radius: 50%;
	background: #f8f8f8;
}
.choice .wrapli .img span img{
	position: relative;
	z-index: 2;
	max-width: 50%;
}
.choice .wrapli .img span i{
	position: absolute;
	right: -15px;
	bottom: 0;
	z-index: 1;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: #fff0e1;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.choice .wrapli:hover .img span i{
	background: rgba(255,240,225, 0.75);
}
.choice .wrapli .txt{
	text-align: center;
	margin-top: 10%;
}
.choice .wrapli .txt .t1{
	color: #333333;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	/*overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;*/
}
.choice .wrapli .txt .t2{
	color: #666666;
	line-height: 2;
	margin-top: 15px;
	text-align:left;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	/*
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	*/
}
.choice .wrapli:hover .txt .t1, .choice .wrapli:hover .txt .t2{
	color: #FFFFFF;
}
.choice .swiper-pagination{
	display: none;
}
/*联系我们*/

.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: #f4841c;
}

.contact .address ul li.on .t2,
.contact .address ul li:hover .t2 {
	color: #f4841c;
}

.contact .infor {
	margin-top: 5.4%;
}

.contact .infor ul li {
	float: left;
	width: 21%;
	margin-right: 5.33%;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.contact .infor ul li:nth-child(4n){
	margin-right: 0;
}
.contact .infor ul li .t1 {
	position: relative;
	padding-left: 45px;
	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: #333333;
	font-size: 24px;
}
@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;
	}
	
}
@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;
	}
}
@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;
	}
}
@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;
	}
}
@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%;
	}
}
@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;
	}
}

.recruit{
	padding-top: 4.2%;
	padding-bottom: 6.25%;
	background: #fafafa;
}
.recruit .box{
	max-width: 1500px;
	width: 100%;
	margin: auto;
}
.recruit .box .title{
}
.recruit .box .title .t1{
	color: #333333;
	font-size: 24px;
	font-weight: bold;
}
.recruit .box .title .t1 .sp{
	color: #f4841c;
	font-size: 28px;
}
.recruit .box .title .t2{
	color: #666666;
	font-size: 18px;
	line-height: 1.8;
	margin-top: 30px;
}
.recruit .box .title .t2 .sp{
	color: #f4841c;
	text-decoration: underline;
}
.recruit .box .job>.headline{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	background: #ff7b00;
	height: 90px;
}
.recruit .box .job{
	margin-top: 4%;
}
.recruit .box .job ul li{
	cursor: pointer;
}
.recruit .box .job ul li:hover, .recruit .box .job ul li.on{
	background-color: #f4f4f4;
}
.recruit .box .job>.headline .tit{
	float: left;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}
.recruit .box .job ul li .headline{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	height: 79px;
	border-bottom: #e2e2e2 solid 1px;
}
.recruit .box .job ul li .headline .tit{
	color: #333333;
	font-size: 18px;
}
.recruit .box .job .headline .t1{
	width: 300px;
	padding-left: 2.7%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.recruit .box .job .headline .t2,
.recruit .box .job .headline .t3,
.recruit .box .job .headline .t4,
.recruit .box .job .headline .t5{
	width: -moz-calc((90% - 300px) / 4);
	width: -webkit-calc((90% - 300px) / 4);
	width: calc((90% - 300px) / 4);
	padding-left: 2.7%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.recruit .box .job .headline .t6{
	width: 10%;
}
.recruit .box .job ul li .headline .t6{
	height: 100%;
	background: url(../images/img92.png) center no-repeat;
}
.recruit .box .job ul li.on .headline .t6{
	background: url(../images/img93.png) center no-repeat;
}
.recruit .box .job ul li .txt{
}
.recruit .box .job ul li .txt .con{
	display: none;
	padding: 40px 25px 60px;
	background-color: #f7f8f8;
	color: #666666;
	font-size: 16px;
	line-height: 40px;
}
.recruit .box .job ul li .txt .con .tips{
}
.recruit .box .job ul li .txt .con .tips a{
	display:inline-block; 
	min-width: 140px;
	padding: 0px 20px; 
	font-size: 16px; 
	color: #ffffff; 
	line-height: 40px;
	background: #f4841c;
	box-sizing: border-box;
	text-align: center;
}
.talent-concept{
	padding-top: 5.7%;
	padding-bottom: 5.7%;
	background: #f4f4f4;
}
.talent-concept .box{
	max-width: 1500px;
	width: 100%;
	margin: auto;
}
.talent-concept .box .title{
	text-align: center;
}
.talent-concept .box .title .t1{
	color: #333333;
}
.talent-concept .box .title .t2{
	color: #666666;
	margin-top: 15px;
}
.talent-concept ul{
	margin-top: 4.5%;
	display: flex;
	align-items: stretch;
}
.talent-concept ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
	background-color: #FFFFFF;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.talent-concept ul li:hover{
	transform: translateY(-15px);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
.talent-concept ul li:nth-child(3n){
	margin-right: 0;
}
.talent-concept .imgbox{
	width: 100%;
	overflow: hidden;
}
.talent-concept .imgbox img{
	width: 100%;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.talent-concept ul li:hover .imgbox img{
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.talent-concept .txtbox{
	padding: 9%;
	box-sizing: border-box;
	min-height: 280px;
}
.talent-concept .txtbox .t1{
	color: #333333;
}
.talent-concept .txtbox .t1 img{
	display: inline-block;
	margin-left: 15px;
}
.talent-concept .txtbox .t2{
	color: #666666;
	margin-top: 25px;
	line-height: 2;
}

/**/
@media only screen and (max-width: 1680px){
	.conwidth{
		width: 88%;
	}
	.header .nav>ul>li{
		padding: 0 24px;
	}
	.footer .foot-infor .con{
		max-width: 100%;
	}
	.size6{
		font-size: 48px;
	}
	.size7{
		font-size: 38px;
	}
	.about .l-box{
		padding-left: 6%;
		box-sizing: border-box;
	}
	.about .r-box .numbox ul li .t1 .timer{
		font-size: 50px;
	}
	.cp-introduce .wrap{
		padding-left: 6%;
		box-sizing: border-box;
	}
}
@media only screen and (max-width: 1536px){
	.footer .foot-infor .wrap1{
		padding-right: 30px;
		margin-right: 25px;
	}
}
@media only screen and (max-width: 1440px){
	.header .nav>ul>li{
		padding: 0 20px;
	}
	.search{
		width: 200px;
	}
	/*footer*/
	.footer .foot-infor{
		width: auto;
		max-width: 47.5%;
		min-width: 400px;
	}
	.footer .foot-infor .con{
		display: block;
		width: 100%;
		overflow: hidden;
	}
	.footer .foot-infor .wrap1{
		/*width: 50%;*/
		padding-right: 5%;
		margin-right: 5%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.footer .foot-infor .wrap1 li{
		padding-left: 0;
	}
	.footer .foot-infor .wrap2{
		/*width: 45%;*/
	}
	.size2{
		font-size: 30px;
	}
	.size4{
		font-size: 22px;;
	}
	.size5{
		font-size: 34px;
	}
	.size6{
		font-size: 45px;
	}
	.size7{
		font-size: 36px;
	}
	.i-application .content ul li.on .text .t1{
		font-size: 80px;
	}
	.about .l-box{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.about .l-box .cont .txt{
		margin-top: 30px;
	}
	.about .l-box .cont .tit .t1{
		font-size: 36px;
	}
	.about .r-box .numbox ul li .t1 .timer{
		font-size: 42px;
	}
	.hon_con_box .swiper-slide>div>img{
		max-width: 90%;
	}
	/*应用案例*/
	.case ul li .txt .t1{
		font-size: 22px;
	}
	.case ul li .txt .t2{
		font-size: 16px;
		height: 82px;
	}
	/*新闻*/
	.new ul li .date{
		padding: 15px 20px 15px;
	}
	.new ul li .date .t1{
		font-size: 34px;
	}
	/**/
	.download ul li a{
		padding-top: 50px;
		min-height: 130px;
	}
	.download ul li a .txt .t2{
		margin-top: 20px;
	}
}
@media only screen and (max-width: 1366px){
	.header .nav>ul>li{
		padding: 0 20px;
	}
}
@media only screen and (max-width: 1280px){
	.header .nav>ul>li{
		padding: 0 15px;
	}
	.search{
		width: 180px;
	}
	.size2{
		font-size: 28px;
	}
	.size4{
		font-size: 20px;;
	}
	.size5{
		font-size: 32px;
	}
	.size6{
		font-size: 40px;
	}
	.size7{
		font-size: 32px;
	}
	.i-application .content ul li.on .text .t1{
		font-size: 70px;
	}
	/*应用案例*/
	.case ul li .txt .t1{
		font-size: 20px;
	}
	/*联系我们*/
	/*招聘*/
	.recruit .box .title .t2{
		font-size: 16px;
	}
	.recruit .box .job>.headline{
		height: 80px;
	}
	.recruit .box .job ul li .headline .tit{
		font-size: 16px;
	}
	/*新闻*/
	.new ul li .date{
		padding: 12px 15px 12px;
	}
	.new ul li .date .t1{
		font-size: 30px;
	}
	.new-case ul li .txt{
		padding-top: 20px;
	}
	.new ul li .txt .t1{
		font-size: 18px;
	}
	.new ul li .txt .t2{
		font-size: 15px;
	}
	.new-case ul li .txt .t2{
		margin-top: 8px;
	}
	.new-case ul li .txt .t3{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
}
@media only screen and (max-width: 1240px){
	.header .nav>ul>li{
		padding: 0px 12px;
	}
}
@media only screen and (max-width: 1024px){
	.conwidth{
		width: 94%;
	}
	.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: 36px;
	}
	.search{
		display: none;
	}
	.search.m-search{
		display: block;
		float: none;
		width: 90%;
		margin: 5% auto 0;
	}
	.search.m-search .icon{
		width: 40px;
	}
	.oimg1{
		display: none;
	}
	.oimg2{
		display: block;
	}
	/*footer*/
	.footer{
		padding-top: 60px;
	}
	.foot-nav{
		display: none;
	}
	.footer .wrap{
		/*padding-bottom: 50px;*/
	}
	.footer .foot-infor{
		float: none;
		width: 100%;
		max-width: 100%;
		min-width: 1px;
		padding-bottom: 0;
		text-align: center;
	}
	.footer .foot-infor .wrap1{
		width: 50%;
	}
	.footer .copyright{
		padding: 20px 0px;
	}
	/**/
	.gather .posit{
		float: none;
		width: 100%;
		padding-top: 25px;
	}
	.proli .content{
		padding-top: 130px;
		margin-top: -130px;
	}
	.com-nav{
		float: none;
		width: 100%;
		margin-top: 20px;
		/*padding: 0 4%;*/
	}
	.com-nav ul {
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
		text-align: center;
		font-size: 0;
	}
	.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{
		display: inline-block;
		vertical-align: top;
		margin-right: 60px;
		margin-left: 0;
	}
	.com-nav ul li:last-child{
		margin-right: 0;
	}
	.com-nav ul li a, .com-nav ul li span{
		height: 70px;
    	line-height: 70px;
	}
	/**/
	.videobox, .videobox video{
		height: auto;
	}
	.section{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.section {
		visibility: visible;
	}
	.section.page1, .section.page5{
		padding-top: 0;
		padding-bottom: 0;
	}
	.section.page3{
		padding-top: 0;
	}
	.downicon img{
		max-width: 20px;
	}
	.size2{
		font-size: 24px;
	}
	.size3{
		font-size: 40px;
	}
	.size4{
		font-size: 18px;
	}
	.size5{
		font-size: 28px;
	}
	.size6{
		font-size: 36px;
	}
	.size7{
		font-size: 28px;
	}
	.size8{
		font-size: 16px;
	}
	.i-about .l-box .num{
		margin-top: 10%;
	}
	.num ul li .t1 .timer{
		font-size: 32px;
	}
	.i-about .l-box .btn{
		margin-top: 15%;
	}
	.i-about .l-box .btn a{
		min-width: 200px;
	}
	.i-application{
		height: auto;
	}
	.i-application .content, .i-application .bgbox{
		display: none;
	}
	.i-application .m-content{
		display: block;
	}
	.i-application .text{
		position: relative;
		z-index: 2;
		top: 0;
	}
	.i-application .text .icon img{
		max-width: 40px;
	}
	.i-application .text .txt{
		margin-top: 20px;
		opacity: 1;
		transform: translateY(0);
	}
	.i-application .text .t1{
		min-height: 1px;
		margin-bottom: 20px;
	}
	.i-application .text .arrowicon{
		margin-top: 30px;
	}
	.i-application .swiper-pagination-bullet{
		width: 10px;
		height: 10px;
	}
	.i-application .swiper-container-horizontal>.swiper-pagination-bullets, .i-application .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 0;
	}
	.swiper-pagination-bullet-active{
		background-color: #ec821c;
	}
	.i-product .swiper1{
		margin-top: 40px;
		padding-bottom: 60px;
	}
	.prodiv .txt{
		padding: 25px;
	}
	.addbox .swiper-button-next, .addbox .swiper-button-prev{
		width: 45px;
		height: 45px;
	}
	.addbox .swiper-pagination-bullet{
		width: 6px;
		height: 6px;
	}
	.addbox .swiper-pagination-bullet-active{
		width: 9px;
		height: 9px;
	}
	/*关于我们*/
	.about .l-box{
		float: none;
		width: 100%;
		padding-right: 3%;
		padding-left: 3%;
		padding-top: 70px;
		padding-bottom: 60px;
	}
	.about .l-box .cont{
		padding-left: 0;
		padding-right: 0;
	}
	.about .r-box{
		width: 100%;
	}
	.about .r-box .numbox ul li{
		padding-top: 5%;
		padding-bottom: 5%;
	}
	.about .r-box .numbox ul li .t1 .timer{
		font-size: 36px;
	}
	.about .l-box .cont .txt{
		font-size: 15px;
	}
	.scene{
		padding-top: 70px;
		padding-bottom: 50px;
	}
	.scene .swiper-pagination-bullet {
	    width: 12px;
	    height: 12px;
	}
	.scene ul{
		display: none;
	}
	.scene .swiper-container{
		margin-top: 40px;
		display: block;
		/*padding-bottom: 50px;*/
	}
	.scene ul li{
	    width: -webkit-calc((100% - 2px) / 2);
	    width: calc((100% - 2px) / 2);
	}
	.scene ul li:nth-child(3n){
		margin-right: 2px;
	}
	.scene ul li:nth-child(2n){
		margin-right: 0;
	}
	.scene ul li .txt, .scene-li .txt{
		padding: 12px 20px;
	}
	
	.honor{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.hon_con{
		margin-top: 30px;
	}
	.hon_name{
		margin-top: 30px;
		font-size: 18px;
	}
	.hon_tab_num{
		font-size: 24px;
	}
	.tab_nav_carrier>div.on .hon_tab_num{
		font-size: 32px;
	}
	.hon_con_box .swiper-slide>div>img{
		max-width: 75%;
	}
	.hon_name_box .swiper-container{
		padding-left: 10px;
		padding-right: 10px;
	}
	.choice{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.choice .wrap{
		margin-top: 50px;
		padding-bottom: 40px;
	}
	.choice .wrapli{
		padding-top: 60px;
		padding-bottom: 60px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.choice .wrapli .img span{
		width: 100px;
	    height: 100px;
	    line-height: 100px;
	}
	.choice .wrapli .img span i{
		width: 50px;
		height: 50px;
	}
	.choice .swiper-pagination{
		display: block;
	}
	.choice .swiper-container-horizontal>.swiper-pagination-bullets, .choice .swiper-pagination-custom, .choice .swiper-pagination-fraction{
		bottom: 0;
	}
	.new-case ul li .txt{
		padding-top: 25px;
	}
	/*应用案例*/
	.case{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.new-case ul{
		margin-top: 50px;
		margin-bottom: 40px;
	}
	.case ul li .txt .t1{
		font-size: 18px;
	}
	.case ul li .txt .t2{
		font-size: 15px;
	}
	.new-case ul li .txt .t3{
		margin-top: 20px;
	}
	/*联系我们*/
	/*招聘*/
	.recruit{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.recruit .box .title .t2{
		font-size: 15px;
	}
	.recruit .box .job{
		margin-top: 40px;
	}
	.recruit .box .job>.headline{
		height: 70px;
	}
	.recruit .box .job ul li .headline{
		height: 69px;
	}
	.recruit .box .job ul li .txt .con{
		font-size: 15px;
	}
	.talent-concept{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.talent-concept ul{
		margin-top: 50px;
	}
	.talent-concept .txtbox .t2{
		margin-top: 20px;
	}
	/*新闻*/
	.new{
		padding-top: 20px;
		padding-bottom: 70px;
	}
	.new-case ul li .txt{
		padding-top: 20px;
	}
	.new ul li .date .t1{
		font-size: 28px;
	}
	.new-case ul li .txt .t3 span{
		font-size: 15px;
	}
	/*产品*/
	.cp-introduce .wrap{
		float: none;
		width: 100%;
		padding-top: 70px;
		padding-bottom: 70px;
		padding-left: 4%;
		padding-right: 4%;
	}
	.cp-introduce .box{
		padding-left: 0;
		padding-right: 0;
	}
	.cp-introduce .img{
		width: 100%;
	}
	.cp-center{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.swiper2{
		margin-top: 40px;
		padding-bottom: 60px;
	}
	.specs{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.standard{
		padding-top: 70px;
	}
	.knowledge{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.download{
		margin-top: 40px;
	}
	.download ul li a {
	    padding-top: 40px;
	    min-height: 100px;
	}
	.download ul li a .txt .t1{
		font-size: 18px;
	}
	.download ul li a .size{
		font-size: 20px;
	}
	.download ul li a .txt .t2{
		margin-top: 15px;
		font-size: 16px;
	}
}
@media only screen and (max-width: 768px){
	.size1{
		font-size: 15px;
	}
	.size2{
		font-size: 22px;
	}
	.size3{
		font-size: 36px;
	}
	.size4{
		font-size: 18px;
	}
	.size5{
		font-size: 26px;
	}
	.size6{
		font-size: 32px;
	}
	.size7{
		font-size: 24px;
	}
	.proli .content{
		padding-top: 120px;
		margin-top: -120px;
	}
	.section {
	    padding-top: 60px;
	    padding-bottom: 60px;
	}
	.section.page2{
		padding-bottom: 70px;
	}
	.i-about .l-box{
		width: 70%;
	}
	.i-about .l-box .btn a{
		min-width: 160px;
		height: 50px;
    	line-height: 48px;
    	font-size: 16px;
	}
	.i-about .r-box{
		width: 30%;
	}
	.i-about .r-box a{
		max-width: 80%;
	}
	.i-about .r-box>img{
		display: none;
	}
	.i-application .text .arrowicon img{
		max-width: 42px;
	}
	.i-product .swiper1{
		margin-top: 30px;
	}
	.about .l-box{
		padding-top: 60px;
		padding-bottom: 50px;
	}
	.about .l-box .cont .tit .t1{
		font-size: 30px;
	}
	.about .r-box .numbox ul li .t1 .timer{
		font-size: 32px;
	}
	.about .r-box .numbox ul li .t1 .unit{
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.about .r-box .numbox ul li .t2{
		font-size: 15px;
	}
	.about .r-box .numbox ul li .t1 .unit{
		font-size: 15px;
	}
	.num ul li .t2{
		font-size: 15px;
	}
	.honor{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.hon_name_box{
		display: none;
	}
	.hon_con_box{
		float: none;
		width: 100%;
		padding-left: 6%;
	}
	.tab_nav_carrier>div.on{
		padding-bottom: 20px;
	}
	.tab_nav_carrier>div.on .hon_tab_num{
		font-size: 30px;
	}
	.choice {
	    padding-top: 60px;
	    padding-bottom: 60px;
	}
	.choice .wrap{
		margin-top: 40px;
	}
	.scene{
		padding-top: 60px;
		padding-bottom: 40px;
	}
	.scene .swiper-container{
		padding-bottom: 60px;
	}
	.scene .swiper-pagination-bullet{
		width: 10px;
		height: 10px;
	}
	/*应用案例*/
	.case{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.new-case ul{
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.case ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.case ul li:nth-child(3n){
		margin-right: 4%;
	}
	.case ul li:nth-child(2n){
		margin-right: 0;
	}
	/*新闻*/
	.new{
		padding-bottom: 60px;
	}
	.new-case ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.new-case ul li:nth-child(3n){
		margin-right: 4%;
	}
	.new-case ul li:nth-child(2n){
		margin-right: 0;
	}
	/*联系我们*/
	/*招聘*/
	.recruit{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.recruit .box .title .t1{
		font-size: 22px;
	}
	.recruit .box .title .t1 .sp{
		font-size: 25px;
	}
	.recruit .box .title .t2{
		margin-top: 20px;
	}
	.recruit .box .job>.headline{
		height: 60px;
	}
	.recruit .box .job ul li .headline{
		height: 59px;
	}
	.recruit .box .job>.headline .tit{
		font-size: 16px;
	}
	.recruit .box .job ul li .headline .tit{
		font-size: 15px;
	}
	.recruit .box .job .headline .t1{
		width: 240px;
	}
	.recruit .box .job .headline .t2, .recruit .box .job .headline .t3, .recruit .box .job .headline .t4, .recruit .box .job .headline .t5 {
	    width: -moz-calc((90% - 240px) / 4);
	    width: -webkit-calc((90% - 240px) / 4);
	    width: calc((90% - 240px) / 4);
	    padding-left: 0;
	    text-align: center;
   	}
   	.talent-concept{
   		padding-top: 60px;
   		padding-bottom: 50px;
   	}
   	.talent-concept ul{
   		margin-top: 40px;
   		display: block;
   	}
   	.talent-concept ul li{
   		float: none;
   		width: 100%;
   		overflow: hidden;
   		margin-bottom: 30px;
   		text-align: center;
   		font-size: 0;
   	}
   	.talent-concept .imgbox{
   		/*float: left;*/
   		display: inline-block;
   		vertical-align: middle;
   		width: 38%;
   	}
   	.talent-concept .txtbox{
   		/*float: left;*/
   		display: inline-block;
   		vertical-align: middle;
   		width: 62%;
   		padding: 20px 20px 20px 30px;
   		min-height: 1px;
   		text-align: left;
   	}
   	.talent-concept .txtbox .t2{
   		margin-top: 10px;
   		line-height: 1.6;
   	}
   	/*产品*/
	.cp-introduce .wrap{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.cp-center{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.swiper2{
		margin-top: 30px;
	}
	.swiper2 .prodiv .txt .t2{
		min-height: 100px;
	}
	.specs{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.standard{
		padding-top: 60px;
		padding-bottom: 40px;
	}
	.knowledge{
		padding-top: 50px;
	}
	.download{
		margin-top: 30px;
	}
	.download ul li{
		width: 48%;
		margin-right: 4%;
	}
	.download ul li a {
	    padding-top: 30px;
	    min-height: 90px;
	}
	.download ul li a .txt .t1{
		font-size: 16px;
	}
	.download ul li a .size{
		font-size: 18px;
	}
	.download ul li a .txt .t2{
		margin-top: 10px;
		font-size: 15px;
	}
	.com-nav ul li{
		margin-right: 50px;
		margin-left: 0;
	}
	.com-nav ul li a, .com-nav ul li span{
		font-size: 16px;
		height: 60px;
		line-height: 60px;
	}
}
@media only screen and (max-width: 767px){
	.conwidth{
		width: 92%;
	}
	.about .l-box{
		padding-left: 4%;
		padding-right: 4%;
	}
	.size5{
		font-size: 24px;
	}
	.size6{
		font-size: 28px;
	}
	.size7{
		font-size: 22px;
	}
	/*footer*/
	.footer .copyright{
		text-align: center;
	}
	.footer .copyright .oth{
		float: none;
		margin-left: 10px;
	}
	.section{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.about .l-box{
		padding-top: 50px;
	}
	.about .l-box .cont .tit .t1{
		font-size: 28px;
	}
	.scene{
		padding-top: 50px;
	}
	.scene ul li {
	    width: 100%;
	    margin-right: 0;
	}
	.scene .swiper-container{
		margin-top: 30px;
		padding-bottom: 50px;
	}
	.scene .swiper-pagination-bullet{
		width: 8px;
		height: 8px;
	}
	.honor{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.choice{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.hon_name{
		margin-top: 20px;
		font-size: 16px;
	}
	.hon_tab_num{
		font-size: 22px;
	}
	.tab_nav_carrier>div.on .hon_tab_num{
		font-size: 30px;
	}
	.about .r-box .numbox ul li .t1 .timer{
		font-size: 28px;
	}
	/*应用案例*/
	.case{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.new-case ul{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.case ul li .txt{
		padding-left: 20px;
    	padding-right: 20px;
	}
	.new ul li .txt .t1{
		min-height: 60px;
	}
	
	/*联系我们*/
	/*招聘*/
	.recruit{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.recruit .box .title .t1{
		font-size: 20px;
	}
	.recruit .box .title .t1 .sp{
		font-size: 24px;
	}
	.recruit .box .job>.headline{
		display: none;
	}
	.recruit .box .job ul li .headline{
		height: auto;
		padding-left: 20px;
		padding-right: 60px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.recruit .box .job .headline .t1{
		width: 50%;
		line-height: 30px;
		padding-left: 0;
		display: flex;
		align-items: center;
	}
	.recruit .box .job .headline .t2{
		width: 25%;
		line-height: 30px;
		text-align: left;
	}
	.recruit .box .job .headline .t3{
		width: 25%;
		line-height: 30px;
		text-align: right;
	}
	.recruit .box .job .headline .t4{
		width: 50%;
		text-align: left;
	}
	.recruit .box .job .headline .t5{
		width: 50%;
		line-height: 30px;
		text-align: left;
	}
	.recruit .box .job ul li{
		position: relative;
	}
	.recruit .box .job ul li .headline .t6{
		position: absolute;
		top: 10px;
		right: 10px;
		height: 30px;
		background: url(../images/img92.png) center right no-repeat;
		background-size: auto 80%;
	}
	.recruit .box .job ul li.on .headline .t6 {
	    background: url(../images/img93.png) center right no-repeat;
		background-size: auto 80%;
	}
	.recruit .box .job ul li .txt .con{
		padding-top: 30px;
		padding-bottom: 40px;
	}
	.recruit .box .job ul li .txt .con .tips a{
		font-size: 15px;
	}
	.talent-concept{
		padding-top: 50px;
		padding-bottom: 40px;
	}
	/*产品*/
	.cp-introduce .wrap{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.cp-center{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.specs{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.standard{
		padding-top: 50px;
		padding-bottom: 30px;
	}
	.knowledge{
		padding-top: 30px;
	}
	.download ul li{
		width: 100%;
		margin-right: 0;
		border-bottom: none;
	}
	.download ul li:last-child{
		border-bottom: #f2f2f2 solid 1px;
	}
	.download ul li a {
	    padding-top: 30px;
	    padding-bottom: 30px;
	    min-height: 1px;
	}
	.download ul li a .txt{
		width: -webkit-calc(100% - 120px);
		width: calc(100% - 120px);
	}
	.download ul li a .txt .t1{
		font-size: 15px;
	}
	.download ul li a .icon{
		width: 60px;
	}
	.download ul li a .size{
		font-size: 16px;
		width: 60px;
	}
	.com-nav ul li{
		margin-right: 40px;
	}
}
@media only screen and (max-width: 567px){
	/*footer*/
	.footer{
		padding-top: 50px;
	}
	.footer .tit{
		margin-bottom: 20px;
	}
	.footer .wrap{
		padding-bottom: 30px;
	}
	.footer .foot-infor .wrap1{
		float: none;
		width: 100%;
		padding-right: 0;
		margin-right: 0;
		text-align: left;
		border-right: none;
		margin-bottom: 30px;
	}
	.footer .foot-infor .wrap2{
		float: none;
		width: 100%;
		text-align: center;
	}
	.footer .foot-infor .wrap2 ul{
		display: inline-block;
	}
	.com-nav ul li{
		margin-right: 30px;
	}
	/**/
	.size2{
		font-size: 20px;
	}
	.size3{
		font-size: 32px;
	}
	.size4{
		font-size: 16px;
	}
	.size5{
		font-size: 22px;
	}
	.size6{
		font-size: 24px;
	}
	.size7{
		font-size: 20px;
	}
	.size8{
		font-size: 15px;
	}
	.section{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.section.page4{
		padding-bottom: 50px;
	}
	.i-about .l-box{
		float: none;
		width: 100%;
	}
	.num ul li .t1 .timer{
		font-size: 26px;
	}
	.num ul li .t2{
		font-size: 15px;
	}
	.i-about .l-box .btn{
		margin-top: 50px;
	}
	.i-about .l-box .btn a {
	    min-width: 140px;
	    height: 46px;
	    line-height: 44px;
	    font-size: 15px;
	}
	.i-about .r-box{
		display: none;
	}
	.i-product .swiper1{
		margin-top: 20px;
	}
	.addbox .swiper-button-next, .addbox .swiper-button-prev{
		width: 40px;
		height: 40px;
	}
	.addbox .swiper-pagination{
		margin: 0 15px;
	}
	.addbox .swiper-pagination-bullet{
		width: 4px;
		height: 4px;
	}
	.addbox .swiper-pagination-bullet-active{
		width: 7px;
		height: 7px;
	}
	.hon_tab_nav_box{
		width: 22%;
	}
	.hon_tab_num{
		font-size: 18px;
	}
	.tab_nav_carrier>div.on .hon_tab_num{
		font-size: 24px;
	}
	.hon_con_case{
		width: 78%;
	}
	.sha_tra{
		width: 42%;
	}
	.hon_name{
		font-size: 15px;
	}
	.hon_con_box .swiper-container{
		padding-bottom: 70px;
	}
	.hon_tab_num::after{
		height: 4px;
	}
	.about .r-box .numbox ul li{
		padding-top: 8%;
		padding-bottom: 8%;
	}
	.about .r-box .numbox ul li .t1 .timer{
		font-size: 24px;
	}
	.about .r-box .numbox ul li .t2{
		font-size: 14px;
	}
	.about .r-box .numbox ul li .t1 .unit{
		font-size: 14px;
	}
	.num ul li .t2{
		font-size: 14px;
	}
	/*应用案例*/
	.case{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.new-case ul{
		margin-bottom: 20px;
	}
	.case ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.case ul li .txt .t2{
		height: auto;
	}
	.new-case ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.new ul li .txt .t1{
		min-height: 1px;
	}
	/*联系我们*/
	/*招聘*/
	.recruit{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.recruit .box .title .t1{
		font-size: 18px;
	}
	.recruit .box .title .t1 .sp{
		font-size: 22px;
	}
	.talent-concept{
		padding-top: 40px;
		padding-bottom: 30px;
	}
	.talent-concept .imgbox{
		display: block;
		width: 100%;
	}
	.talent-concept .txtbox{
		display: block;
		width: 100%;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	/*产品*/
	.cp-introduce .wrap{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.cp-center{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.swiper2{
		margin-top: 20px;
	}
	.specs{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.standard{
		padding-top: 40px;
	}
	.knowledge{
		padding-bottom: 50px;
	}
	.download ul li a {
	    padding-top: 25px;
	    padding-bottom: 25px;
	}
}


/*搜索结果*/
.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: #ec821c;
}
.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: #ec821c;
}
.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;
	}
}

.videobox>img{
        display:none;
        width: 100%;
}
@media screen and (max-width: 1024px){
        .videobox video{
                display:none;
        }
               .videobox>img{
                display:block;
        }
}