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: "syr","Arial","Microsoft YaHei","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: "syr"; 
    src: url('../fonts/SOURCEHANSANSCN-NORMAL.OTF');
}
@font-face{
    font-family: "sym"; 
    src: url('../fonts/SOURCEHANSANSCN-MEDIUM.OTF');
}
@font-face{
    font-family: "syb"; 
    src: url('../fonts/SOURCEHANSANSCN-BOLD.OTF');
}
@font-face{
    font-family: "nsb"; 
    src: url('../fonts/NOTOSANSCJK-BOLD-6.OTF');
}
@font-face{
    font-family: "nsm"; 
    src: url('../fonts/NOTOSANSCJK-MEDIUM-5.OTF');
}*/
@font-face{
    font-family: "beautiful"; 
    src: url('../fonts/BEAUTIFUL ES.TTF');
}
/*@font-face{
    font-family: 'apl';
    src: url('fonts/ALIBABA-PUHUITI-LIGHT.TTF');
}*/
.conwidth{
	max-width: 1500px;
	width: 90%;
	margin: auto;
}
.owidth{
	max-width: 1500px;
	width: 90%;
	margin: auto;
}
.main{
	padding-top: 90px;
}
/*header*/
.header{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 12;
	margin: auto;
	width: 100%;
	background: #FFFFFF;
}

.header .wrap{
	width: 86.5%;
	margin: auto;
}
.header .content {}

.header .box {
	text-align: center;
	font-size: 0;
}

.header .logo {
	float: left;
}
.header .logo a {
	height: 90px;
	line-height: 90px;
}
.header .logo a img {
	
}

.header .head-right{
	float: right;
}
.header .nav {
	display: inline-block;
}
.header .nav>ul>li{
	position: relative;
	float: left;
	padding: 0px 30px;
}
.header .nav>ul>li>a {
	position: relative;
	font-family: "微软雅黑";
	color: #000000;
	font-size: 16px;
	line-height: 90px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-repeat: no-repeat;
	background-position: center bottom 15px;
	background-image: url(../images/cur.png);
	background-size: 0px 5px;
}
.header .nav ul li.on>a,
.header .nav ul li:hover>a{
	color: #017dcc;
	background-size: 22px 10px;
}
.header .drop-down{
	position: absolute;
	top: 90px;
	left: 0;
	z-index: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*background: #ffffff;*/
    display: none;
    white-space: nowrap;
   	padding-top: 14px;
   	padding-bottom: 14px;
   	padding-left: 30px;
}
/*.header .drop-down:after {
    position: absolute;
    content: "";
    width: 5000px;
    height: 100%;
    background-color: #f9f9f9;
    transform: translateX(-50%);
    top: 0;
    z-index: -1;
}*/
.headbg{
	position: absolute;
	left: 0;
    top: 90px;
    width: 100%;
    height: 56px;
    background-color: #f9f9f9;
    z-index: -1;
    display: none;
}
.header .drop-down a{
	position: relative;
	display: inline-block;
    margin-right: 60px;
	font-family: "微软雅黑";
	color: #333333;
	font-size: 14px;
	line-height: 1.8;
}
.header .drop-down a:hover{
	color: #017dcc;
}
/*产品导航下拉*/
.header .nav ul li.other{
	position: static;
}
.header .cellbox{
	position: absolute;
	top: 90px;
	left: 0;
	z-index: 1;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #f9f9f9;
    display: none;
    padding-top: 50px;
}
.header .cellbox ul{
	padding-bottom: 40px;
	white-space: nowrap;
}
.header .cellbox ul li{
	float: left;
	/*width: 15%;
	margin-right: 2%;*/
	width: 14.55%;
    margin-right: 2.54%;
}
.header .cellbox ul li:nth-child(6n){
	margin-right: 0;
}
.header .cellbox ul li a{
	display: block;
	width: 100%;
	overflow: hidden;
}
.header .cellbox ul li .img{
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
}
.header .cellbox ul li .img img{
	width: 100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.header .cellbox ul li:hover .img img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.header .cellbox ul li .txt{
	text-align: left;
	padding: 15px 0px;
	color: #333333;
	font-family: '思源黑体 CN';
	font-size: 18px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-align: center;
}
/*.header .cellbox ul li:hover .txt{
	color: #017dcc;
}*/
.header .cellbox .btn{
	text-align: center;
	font-size: 0;
	/*border-top: #e7e7e7 solid 1px;*/
	padding-bottom: 40px;
}
.header .cellbox .btn a{
	position: relative;
    display: inline-block;
    padding: 0px 30px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    color: #FFFFFF;
    font-size: 16px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
}
.header .cellbox .btn a:before{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	box-sizing: border-box;
	overflow: hidden;
	background: #017dcc;
}
.header .cellbox .btn a:hover:before{
	width: 0;
}
.header .cellbox .btn a:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	box-sizing: border-box;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: #0988d8;
}

/*.header .cellbox .btn a{
	display: inline-block;
	padding-right: 25px;
	background: url(../images/img185.png) right center no-repeat;
	color: #666666;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header .cellbox .btn a:hover{
	color: #017dcc;
	background: url(../images/img185a.png) right center no-repeat;
}*/
/*搜索*/
.searchdiv {
	float: left;
	text-align: center;
}

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

.show-search-btn img {
	
}
.show-search-btn svg{
	max-width: 24px;
	max-height: 24px;
}
.show-search-btn .ic2 {
	display: none;
}

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

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

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

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

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

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

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

.search,
.search__overlay {
	left: 0;
}

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

.row {
	position: relative;
}

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

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

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

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

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

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

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

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

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

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

.search-header .search-input {
	display: block;
	text-indent: 80px;
	line-height: 75px;
	font-size: 24px;
	color: #333;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0;
	border-bottom: 1px solid #d9d9d9;
}
/*语言切换*/
.head-nation{
	float: left;
	position: relative;
	margin-top: 30px;
	-o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.header.white .head-nation, .header.alter .head-nation{
	background: url(../images/lang.png) center left no-repeat;
}
.head-nation .current{
	cursor: pointer;
	margin-bottom: 10px;
	padding-left: 28px;
	min-height: 30px;
	background: url(../images/lang.png) center left no-repeat;
}
.head-nation .current .name{
	min-width: 50px;
    font-size: 16px;
   	color: #0080cc;
   	line-height: 30px;
    vertical-align: middle;
    display: inline-block;
    transition: all .3s;
    text-align: left;
}
.head-nation ul{
	display: none;
	position: absolute;
	left: 0;
	left: 50%;
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 40px;
	z-index: 100;
	background-color: #ffffff;
	padding: 10px 0px;
	text-align: left;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}
.head-nation ul li a{
	display: block;
    font-size: 16px;
    color: #666666;
    line-height: 2.2;
    min-width: 90px;
    text-align: center;
    padding: 0px 20px;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.head-nation ul li a:hover{
	color: #017dcc;
	background-color: #f9f9f9;
}
/**/
.menubtn {
	display: none;
	float: right;
	width: 45px;
	height: 70px;
	background: url(../images/menu-icon1.png) center right no-repeat;
	-moz-background-size: 28px 28px;
	-webkit-background-size: 28px 28px;
	background-size: 28px 28px;
	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: 28px 28px;
	-webkit-background-size: 28px 28px;
	background-size: 28px 28px;
}*/

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

/*.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: 28px 28px;
	-webkit-background-size: 28px 28px;
	background-size: 28px 28px;
}*/

.m-nav{
	position: fixed;
	top: 70px;
	left: -100%;
	/*width: 100%;*/
	height: calc(100vh - 70px);
	background: rgba(255,255,255,0.9);
	/*display: none;*/
	z-index: 99;
	overflow-y: scroll;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.m-nav.show{
	left: 0;
}
.m-nav .nav-list {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.m-nav .nav-list>li{
	width: 230px;
	text-align: left;
	border-bottom: #e8e8e8 solid 1px;
	box-sizing: border-box;
}
.m-nav .nav-list .one-level{
	position: relative;
	padding-right: 30px;
}
.m-nav .nav-list .one-level i{
	position: absolute;
	right: 0;
	top: 20px;
	width: 10px;
	height: 15px;
	background: url(../images/img178.png) top center no-repeat;
	background-size: 7px auto;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.m-nav .nav-list .one-level.on i{
	background: url(../images/img178a.png) center no-repeat;
	background-size: 7px auto;
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.m-nav .nav-list>li>a,
.m-nav .nav-list .one-level{
	font-size: 16px;
	color: #333333;
	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: #0080cb;
}
.m-nav .nav-list .lang{
	text-align: center;
	margin-top: 10%;
	border-bottom: none;
}
.m-nav .nav-list .lang .one-level{
	padding-right: 0;
}
.m-nav .nav-list .one-level a, .m-nav .nav-list .one-level span{
	display: inline-block;
    color: #666666;
}
.m-nav .nav-list .one-level span{
	margin: 0 30px;
}
.m-nav .nav-list .one-level:hover span{
	color: #666666;
}

.m-nav .m-subnav {
	display: none;
	border-top: #e8e8e8 solid 1px;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 20px;
	box-sizing: border-box;
}
.m-nav ul li .m-subnav li a{
	display: block;
	font-size: 15px;
	color: #666666;
	padding-left: 15px;
	height: 45px;
	line-height: 45px;
}
.m-nav ul li .m-subnav a:hover{
	color: #0080cb;
}
.m-nav ul li .m-subnav.oth{
	font-size: 0px;
	padding-right: 0px;
	padding-top: 20px;
}
.m-nav ul li .m-subnav.oth li{
	/*display: inline-block;
	vertical-align: top;
	width: -webkit-calc((100% - 20px) / 2);
	width: calc((100% - 20px) / 2);
	margin-right: 20px;*/
	width: 100%;
	margin-bottom: 15px;
}
.m-nav ul li .m-subnav.oth li:nth-child(2n){
	margin-right: 0;
}
.m-nav ul li .m-subnav.oth li a{
	height: auto;
	padding-left: 0;
}
.m-nav ul li .m-subnav.oth li .img{
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.m-nav ul li .m-subnav.oth li .img img{
	max-width: 100%;
}
.m-nav ul li .m-subnav.oth li .txt{
	margin-top: 10px;
	text-align: center;
	font-size: 15px;
	line-height: 1.8;
}
/*侧边栏*/
/*.sidebar{
	position: fixed;
	bottom: 20%;
    right: 0;
    z-index: 99;
}
.sidebar>ul{
}
.sidebar>ul>li{
	position: relative;
	text-align: center;
	cursor: pointer;
	margin-bottom: 1px;
}
.sidebar ul li:last-child{
	margin-bottom: 0px;
}
.sidebar ul li a,
.sidebar ul li span{
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: relative;
	text-align: center;
	overflow: hidden;
	background: #dfdfdf;
	-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.on a, .sidebar ul li:hover a{
	background: #405aa8;
	text-decoration:none;
}
.sidebar ul li a img{
	max-width: 100%;
}
.sidebar ul li a img.ic2{
	display: none;
}
.sidebar ul li:hover a img.ic1{
	display: none;
}
.sidebar ul li:hover a img.ic2{
	display: inline-block;
}
.sidebar ul li.istop span{
	background: #405aa8;
}
.sidebar ul li .secondary{
	display: none;
	position: absolute;
	right: 85px;
	top: 50%;
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	min-width: 100%;
	min-height: 100%;
	background: #ffffff;
	box-shadow: 0px 8px 29px rgba(6,63,55,0.2);
	border-radius: 15px;
    box-sizing: border-box;
    white-space: nowrap;
}
.sidebar ul li .secondary::before{
	content: '';
	position: absolute;
	top: 0;
	right: -10px;
	bottom: 0;
	margin: auto;
	width: 0;
    height: 0;
	border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #ffffff;
}
.sidebar ul li .imgbox{
	padding: 20px;
	overflow: hidden;
}
.sidebar ul li .codeimg{
	text-align: center;
	width: 110px;
}
.sidebar ul li .codeimg img{
	display: block;
	width: 100%;
}
.sidebar ul li .txt{
	text-align: center;
	margin-top: 10px;
	color: #666666;
	font-size: 14px;
}*/



/*footer*/
.footer{
	padding-top: 32px;
	background: #06293f;
}
.foot_top{
	padding-bottom: 35px;
	border-bottom: rgba(205,205,205,0.1) solid 1px;
}
.footer .foot_logo{
	float: left;
}
.footer .foot_logo a img{
}
.footer .back{
	float: right;
	text-align: right;
	margin-top: 20px;
	cursor: pointer;
}
.footer .back span{
	padding-right: 28px;
	background: url(../images/backicon.png) center right no-repeat;
	font-family: "sym"; 
	color: rgba(255,255,255,0.5);
	font-size: 14px;
}
.footer .foot_other{
	padding-top: 50px;
	padding-bottom: 90px;
	border-bottom: rgba(205,205,205,0.1) solid 1px;
}
.footer .foot_nav{
	float: left;
	max-width: 1150px;
	width: -moz-calc(100% - 250px);
	width: -webkit-calc(100% - 250px);
	width: calc(100% - 250px);
}
.footer .foot_nav .foot_navli{
	float: left;
	width: 25%;
	overflow: hidden;
}
.footer .foot_nav .subtit{
	font-family: 'sym';
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 25px;
}
.footer .foot_nav ul li{
	margin-bottom: 10px;
}
.footer .foot_nav ul li a{
	font-size: 14px;
	color: rgba(255,255,255,0.5);
	line-height: 1.6;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.footer .foot_nav ul li a:hover{
	color: #FFFFFF;
}
.footer .foot_infor{
	float: right;
	width: 220px;
	text-align: right;
}
.footer .foot_phone .t1 span{
	display: inline-block;
	padding-left: 32px;
	color: rgba(255,255,255,0.5);
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	background: url(../images/phoneicon.png) center left no-repeat;
}
.footer .foot_phone .t2{
	font-family: 'syb';
	color: #ffffff;
	font-size: 26px;
	font-weight: bold;
	margin-top: 7px;
}
.footer .foot_code{
	margin-top: 15px;
}
.footer .foot_code img{
}
.footer .foot_code .txt{
	margin-top: 20px;
	color: rgba(255,255,255,0.5);
	font-size: 14px;
	line-height: 1.7;
}
.footer .copyright{
	padding-top: 30px;
	padding-bottom: 30px;
	color: rgba(255,255,255,0.5);
	font-size: 14px;
	line-height: 1.7;
}
.footer .copyright a{
	color: rgba(255,255,255,0.1);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.footer .copyright .support{
	display: inline-block;
	margin-left: 20px;
}
.footer .copyright .support:hover a{
	color: #FFFFFF;
}
.footer .copyright .foot_lang{
	float: right;
	font-family: 'sym';
	color: rgba(255,255,255,0.5);
	font-size: 14px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.footer .copyright .foot_lang:hover{
	color: #FFFFFF;
}


/*banner*/
.lunbotu{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.lunbotu .swiper-slide a{
	display: block;
	width: 100%;
}
.lunbotu .swiper-slide a>img{
	width: 100%;
	display: none;
}
.lunbotu .swiper-slide-active .banbg{
	width: 100%;
	height: calc(100vh - 90px);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	animation: bigimgani 600ms forwards ease-out;
}
@-webkit-keyframes bigimgani{
	0%{
		transform: matrix(1.1, 0, 0, 1.1, 0, 0);
	} 
	100%{
		transform: matrix(1, 0, 0, 1, 0, 0);
	}
}
@keyframes bigimgani{
	0%{
		transform: matrix(1.1, 0, 0, 1.1, 0, 0);
	} 
	100%{
		transform: matrix(1, 0, 0, 1, 0, 0);
	}
}
@-webkit-keyframes fadeInUpSmall{
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 80px, 0);
    transform: translate3d(0, 80px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 80px, 0);
    transform: translate3d(0, 80px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
}
@keyframes fadeup {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.fadeup {
    -webkit-animation-name: fadeup;
    animation-name: fadeup;
}
@keyframes faderight {
  0% {
    transform: translateX(20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.faderight {
    -webkit-animation-name: faderight;
    animation-name: faderight;
}

@keyframes fadeleft {
  0% {
    transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.fadeleft {
    -webkit-animation-name: fadeleft;
    animation-name: fadeleft;
}
.oimg2{
	display: none;
}
.i-banner{
	position: absolute;
	left: 50%;
	top: 50%;
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
}
.i-banner .box{
	width: 100%;
	margin: auto;
	text-align: left;
}
.i-banner .box .t1{
	color: #ffffff;
	font-size: 56px;
	line-height: 1.4;
	word-break: break-word;
}
.i-banner .box .t2{
	color: rgba(255,255,255,0.6);
	font-size: 24px;
	word-break: break-word;
}

.lunbotu.swiper-container-horizontal>.swiper-pagination-bullets, 
.lunbotu .swiper-pagination-custom, 
.lunbotu .swiper-pagination-fraction{
	bottom: 35px;
}
.lunbotu .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0px 2px;
}
/*.lunbotu .swiper-pagination-bullet{
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	border: transparent solid 1px;
	background: none;
	box-sizing: border-box;
	opacity: 1;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.lunbotu .swiper-pagination-bullet:before{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 6px;
	height: 6px;
	margin-left: -3px;
	margin-top: -3px;
	border-radius: 50%;
	background: #FFFFFF;
}
.lunbotu .swiper-pagination-bullet-active{
	border: #FFFFFF solid 1px;
}*/
.lunbotu .swiper-pagination{
  position: absolute;
  bottom: 0.4rem;
  left: 0;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lunbotu .swiper-pagination-bullet{
  position: relative;
  margin: 0 0.15rem;
  cursor: pointer;
  background: none;
  width: auto;
  height: auto;
  opacity: 1;
}
.lunbotu .swiper-pagination-bullet svg {
  display: block;
  width: 38px;
  height: 38px;
  position: relative;
  z-index: 5;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.lunbotu .swiper-pagination-bullet svg circle{
  stroke-width: 2px;
  stroke: #fff;
  stroke-dasharray: 300%;
  stroke-dashoffset: 300%;
  transition: stroke-dashoffset 0.6s ease-out;
  -webkit-transition: stroke-dashoffset 0.6s ease-out;
  -moz-transition: stroke-dashoffset 0.6s ease-out;
  -o-transition: stroke-dashoffset 0.6s ease-out;
  -ms-transition: stroke-dashoffset 0.6s ease-out;
}
.lunbotu .swiper-pagination-bullet span{
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 38px;
  height: 38px;
  border: 2px solid transparent;
  border-radius: 50%;
  box-sizing: border-box;
  transition: border-color 0.3s ease-out;
  -webkit-transition: border-color 0.3s ease-out;
  -moz-transition: border-color 0.3s ease-out;
  -o-transition: border-color 0.3s ease-out;
  -ms-transition: border-color 0.3s ease-out;
}
.lunbotu .swiper-pagination-bullet span:after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.lunbotu .swiper-pagination-bullet-active svg circle {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 4s ease-out;
  -webkit-transition: stroke-dashoffset 4s ease-out;
  -moz-transition: stroke-dashoffset 4s ease-out;
  -o-transition: stroke-dashoffset 4s ease-out;
  -ms-transition: stroke-dashoffset 4s ease-out;
}
.lunbotu .swiper-pagination-bullet-active span {
  border-color: rgba(255, 255, 255, 0.3);
}


.obanner{
	position: relative;
	z-index: 1;
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.obanner>img{
	width: 100%;
}
.ob-img{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    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{
	font-family: 'nsb';
	color: #ffffff;
	font-size: 60px;
}
.obanner .bannerzi .box .t2{
	color: #ffffff;
	font-size: 32px;
} 
.obanner .bannerzi .box .icon{
	position: relative;
	margin-top: 15px;
	width: 56px;
	height: 56px;
	line-height: 56px;
	border-radius: 30px;
	border: #FFFFFF solid 2px;
	text-align: center;
}
.obanner .bannerzi .box .icon .ic{
	position: absolute;
    left: 0;
    right: 0;
    top: 21px;
    margin: auto;
    width: 6px;
    height: 18px;
    background: url(../images/img67.png) center;
    animation: wheel 1.2s infinite;
    -moz-animation: wheel 1.2s infinite;
    -webkit-animation: wheel 1.2s infinite;
}
.screen_top{
	position: relative;
}
.location{
	background: #f8f8f8;
}
.screen_top .location{
	position: absolute;
  	top: 0px;
  	left: 0;
  	z-index: 6;
  	width: 100%;
  	background: none;
}
.location .cont{
  	width: 100%;
  	overflow: hidden;
  	padding: 20px 0px;
  	text-align: left;
  	font-size: 0px;
  	border-bottom: rgba(242,242,242,0.15) solid 1px;
  	color: #888888;
}
.location .cont a{
	color: #888888;
}
.screen_top .location .cont,
.screen_top .location .cont a{
	color: #ffffff;
}
.location .cont img,
.location .cont a,
.location .cont span {
	display: inline-block;
	vertical-align: middle;
    font-size: 14px;
}
.location .cont img{
	margin-right: 5px;
}
.location .cont a:hover{
	color: #037ecc;
}
.location .cont span {
  	margin: 0px 6px;
}
.obanner .obg{
	height: 69vh;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	animation: oimgani 5000ms forwards ease-out;
}
.obanner.oth .obg{
	height: calc(100vh - 90px);
}
@-webkit-keyframes oimgani{
	0%{transform:scale(1.2);} 
	100%{transform:scale(1);}
}
@keyframes oimgani{
	0%{transform:scale(1.2);} 
	100%{transform:scale(1);}
}

/*index*/
.i-product{
	padding-top: 80px;
	padding-bottom: 100px;
}
.i-product .title{
	text-align: center;
	color: #333333;
	font-size: 36px;
}
.i-product ul{
	margin-top: 45px;
}
.i-product ul li{
	float: left;
	width: 14.55%;
	margin-right: 2.54%;
}
.i-product ul li:nth-child(6n){
	margin-right: 0;
}
.i-product ul li a{
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}
.i-product ul li a .img{
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
}
.i-product ul li a img{
	display: block;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.i-product ul li:hover a img{
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
.i-product ul li a i{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: url(../images/img7.png) center bottom no-repeat;
	background-size: 100% auto;
}
.i-product ul li a .txt{
	/*position: absolute;
	left: 0;
	bottom: 10px;
	z-index: 2;*/
	width: 100%;
	box-sizing: border-box;
	padding: 15px 10px 10px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	color: #333333;
	font-family: '思源黑体 CN';
	font-size: 18px;
	text-align: center;
}
.i-product .btn{
	margin-top: 45px;
	text-align: center;
	font-size: 0;
}
.i-product .btn a{
	position: relative;
	display: inline-block;
	padding: 0px 30px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	color: #FFFFFF;
	font-size: 16px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	overflow: hidden;
}
.i-product .btn a:before{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	box-sizing: border-box;
	overflow: hidden;
	background: #017dcc;
}
.i-product .btn a:hover:before{
	width: 0;
}
.i-product .btn a:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	box-sizing: border-box;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: #0988d8;
}

.i-advantage{
	padding-top: 8.6%;
	background: url(../images/img8.jpg) center no-repeat;
	background-size: 100% auto;
	/*background-size: cover;*/
	background-attachment: fixed;
}
.i-advantage .box{
	text-align: center;
	font-size: 0;
}
.i-advantage .box ul{
	display: flex;
	justify-content: space-between;
}
.i-advantage .box ul li{
	float: left;
	/*margin-right: 200px;*/
	text-align: center;
}
.i-advantage .box ul li:nth-child(4n){
	margin-right: 0;
}
.i-advantage .box ul li .icon{
	width: 150px;
	height: 150px;
	line-height: 150px;
	margin: auto;
	border: #ffffff solid 2px;
	border-radius: 50%;
}
.i-advantage .box ul li .icon img{
	max-width: 40%;
}
.i-advantage .box ul li .txt{
	color: #ffffff;
	font-size: 18px;
	margin-top: 15px;
}
.i-advantage .wrap{
	margin-top: 6.77%;
	padding: 45px 0px;
	background: #037ecc url(../images/img13.png) center no-repeat;
	text-align: center;
}
.i-advantage .wrap .t1{
	color: #ffffff;
	font-size: 28px;
}
.i-advantage .wrap .t2{
	color: #ffffff;
	font-size: 18px;
	line-height: 1.7;
	margin-top: 5px;
}
/*企业简介*/
.i-title.center{
	text-align: center;
}
.i-title .t1{
	font-family: "nsm"; 
	color: #017dcc;
	font-size: 56px;
}
.i-title .t2{
	font-family: "sym"; 
	color: #333333;
	font-size: 32px;
}
.i-title .t3{
	font-family: "nsm"; 
	color: #017dcc;
	font-size: 50px;
}
.i-title .t4{
	font-family: "sym"; 
	color: #333333;
	font-size: 28px;
}
.comtxt{
	color: #888888;
	font-size: 16px;
	line-height: 1.7;
	word-break: break-all;
	text-align: justify;
}
.i-profile .comtxt{
	margin-top: 30px;
	text-align: justify;
}
.i-profile{
	padding-top: 100px;
	padding-bottom: 70px;
	background: #f6f6f6;
}
.i-profile .box{
	font-size: 0;
}
.i-profile .box .img{
	/*float: left;*/
	display: inline-block;
	vertical-align: middle;
	width: 46%;
	overflow: hidden;
}
.i-profile .box .img img{
	max-width: 100%;
}
.i-profile .box .txt{
	/*float: right;*/
	display: inline-block;
	vertical-align: middle;
	padding-left: 4.8%;
	width: 54%;
	box-sizing: border-box;
	overflow: hidden;
}
.i-nums{
	margin-top: 65px;
}
.i-nums ul li{
	float: left;
	width: 25%;
	text-align: center;
	padding: 0px 10px;
	overflow: hidden;
	box-sizing: border-box;
}
.i-nums ul li .cont{
	max-width: 270px;
	width: 100%;
	margin: auto;
	overflow: hidden;
}
.i-nums ul li .icon{
	width: 150px;
	height: 150px;
	line-height: 150px;
	margin: auto;
	border-radius: 50%;
	background: #7cbbe9;
	overflow: hidden;
}
.i-nums ul li .icon img{
	max-width: 39%;
}
.i-nums ul li .t1{
	margin-top: 20px;
	font-family: 'sym';
	color: #0a84d1;
	font-size: 20px;
}
.i-nums ul li .t1 span{
	display: inline-block;
	font-size: 48px;
}
.i-nums ul li .t2{
	color: #999999;
	font-size: 16px;
}
/*发展历程*/
.i-development{
	padding-top: 90px;
	padding-bottom: 120px;
}
.i-development .box{
	position: relative;
	margin-top: 40px;
}
.i-development .picture{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.i-development .picture .item{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	margin-top: 50px;
	opacity: 0;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.i-development .picture .pic{
	padding-bottom: 39.33333%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.i-development .picture .swiper-slide-active .item{
	margin-top: 0;
	opacity: 1;
}
.i-development .picture .item .h1{
	font-size: 70px;
    color: #fff;
    font-weight: 600;
}
.i-development .picture .item .h2{
	font-size: 16px;
    color: #fff;
}
.i-development .box .wrap{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	padding: 0 20%;
	box-sizing: border-box;
	background: rgba(0,0,0,0.45);
}
.i-development .years{
	position: relative;
	width: 100%;
	margin: auto;
	padding: 0px 45px;
	box-sizing: border-box;
}
/*.i-development .swiper-button-next, 
.i-development .swiper-button-prev{
	position: absolute;
    top: 50%;
    width: 45px;
    height: 70px;
    margin-top: -35px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 12px 21px;
    -webkit-background-size: 12px 21px;
    background-size: 12px 21px;
    background-position: center;
    background-repeat: no-repeat;
}
.i-development .swiper-button-next, 
.i-development .swiper-container-rtl .swiper-button-prev{
	background-image:url(../images/img21.png);
    right: 0px;
    left: auto;
}
.i-development .swiper-button-prev, 
.i-development .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/img20.png);
    left: 0px;
    right: auto;
}*/
.i-development .years .item{
	font-size: 18px;
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    transition: all .3s;
    width: 40px;
    height: 70px;
    line-height: 70px;
    margin: 0 auto;
    text-align: center;
}
.i-development .years .item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #FFFFFF;
    height: 4px;
    width: 0;
    transition: all .3s;
}
.i-development .years .active-nav .item:after{
	width: 100%;
}
.i-development .arrow-left {
	background: url(../images/img20.png) no-repeat center;
	background-size: 12px 21px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -35px;
	width: 45px;
	height: 70px;
	z-index: 10;
}
.i-development .arrow-right {
	background: url(../images/img21.png) no-repeat center;
	background-size: 12px 21px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -35px;
	width: 45px;
	height: 70px;
	z-index: 10;
}

/*产品中心*/
.product{
	padding-top: 45px;
	padding-bottom: 80px;
}
.product .leftbox{
	position: relative;
	float: left;
	width: 315px;
}
.classify{
	box-shadow: 0px 5px 29px rgba(3,20,35,0.1);
	padding-top: 25px;
	padding-bottom: 40px;
	padding-left: 25px;
	padding-right: 25px;
	box-sizing: border-box;
	overflow: hidden;
}
.classify.cur{
	position: fixed;
	left: -moz-calc((100% - 1500px) / 2);
	left: -webkit-calc((100% - 1500px) / 2);
	left: calc((100% - 1500px) / 2);
	top: 90px;
	z-index: 10;
	width: 315px;
}
.classify>ul{
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
    max-height: -moz-calc(100vh - 90px);
    max-height: -webkit-calc(100vh - 90px);
    max-height: calc(100vh - 90px);
}
.classify>ul::-webkit-scrollbar{
	width:0px;
	display: none;
}
.classify>ul>li{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: #ededed solid 1px;
}
.classify ul li .o-level, .classify .conwidth>ul>li>a{
	
	cursor: pointer;
}
.classify ul li .o-level span{
	position: relative;
	display: block;
	padding-right: 30px;
	font-family: 'syb';
	color: #333333;
	font-size: 20px;
	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;
}
.classify ul li.on .o-level span{
	color: #333333;
}
.classify ul li .o-level i{
	position: absolute;
	right: 0;
	top: 0;
	width: 22px;
	height: 30px;
	background: url(../images/img36.png) center no-repeat;
	background-size: 14px 14px;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.classify ul li.on .o-level i{
	background: url(../images/img37.png) center no-repeat;
	background-size: 14px 14px;
}
.classify ul li ul{
	display: none;
	width: 100%;
	padding-top: 10px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.classify ul li ul.other{
	display: block;
}
.classify ul li ul li{
}
.classify ul li ul>li>a, .classify ul li ul li .t-level{
	position: relative;
	display: block;
	width: 100%;
	color: #333333;
	font-size: 16px;
	line-height: 1.7;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
.classify ul li ul>li>a.on{
	position: relative;
	display: block;
	width: 100%;
	color: #017dcc;
	font-size: 16px;
	line-height: 1.7;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
/*.classify ul li ul>li>a.on, .classify ul li ul li .t-level{
	position: relative;
	display: block;
	width: 100%;
	color: #017dcc;
	font-size: 16px;
	line-height: 1.7;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}*/
.classify ul li ul>li>a i{
	position: absolute;
	left: 0;
	top: 9px;
	width: 20px;
	height: 100%;
	background: url(../images/img38.png) top no-repeat;
}
.classify ul li ul li .t-level i{
	position: absolute;
	left: 0;
	top: 9px;
	width: 20px;
	height: 100%;
	background: url(../images/img38.png) top no-repeat;
}
.classify ul li ul li.on .t-level i,
.classify ul li ul>li.on>a i{
        background: url(../images/img39.png) top no-repeat;
}
.classify ul li ul>li>a:hover, .classify ul li ul>li.on>a, .classify ul li ul li .t-level:hover, .classify ul li ul li.on .t-level{
        color: #017dcc;
}
.classify ul li ul li .level-box{
    display: none;
}
.classify ul li ul li .level-li{
	margin: 0px auto 5px;
    overflow: hidden;
}
.classify ul li ul li .level-li a{
	position: relative;
	display: block;
	color: #888888;
	font-size: 14px;
	line-height: 2.2;
	margin-bottom: 4px;
	padding-left: 56px;
	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;
}
.classify ul li ul li .level-li a:hover, .classify ul li ul li .level-li a.on{
	color: #017dcc;
}
/*产品中心列表*/
.product .rightbox{
	float: right;
	width: -moz-calc(100% - 315px);
	width: -webkit-calc(100% - 315px);
	width: calc(100% - 315px);
	padding-left: 4.26%;
	/*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;
}
.product-list{
}
.product-input{
	border-bottom: #ededed solid 2px;
	margin-bottom: 15px;
	box-sizing: border-box;
	overflow: hidden;
}
.product-input .btn_input{
	float: left;
	width: 50px;
	height: 60px;
	background: url(../images/img35.png) left center no-repeat;
}
.product-input .text_input{
	display: block;
	float: left;
	width: -moz-calc(100% - 50px);
	width: -wbekit-calc(100% - 50px);
	width: calc(100% - 50px);
	height: 60px;
	line-height: 60px;
	color: #333333;
	font-size: 16px;
	outline: none;
	border: none;
	background: none;
}
.product-input input::-webkit-input-placeholder{
    color: #b8b8b8;
}
.product-input input::-moz-placeholder{ 
    color: #b8b8b8;
}
.product-input input:-moz-placeholder{ 
    color: #b8b8b8;
}
.product-input input:-ms-input-placeholder{
    color: #b8b8b8;
}
.product-list .tally{
	color: #b8b8b8;
	font-size: 14px;
	margin-bottom: 25px;
}
.product-list .tally span{
	color: #017dcc;
}
.product-list ul{
	margin-bottom: 15px;
}
/*分页*/
.page{
    width: 100%;
    text-align: center;
}
.order .page-list, .notice .page-list, .customer-m .page-list{
	float: left;
}
.page-list{
	text-align: center;
	font-size: 0;
}
.page-list a{
	display: inline-block;
	vertical-align: top;
   	padding: 0px 12px;
   	min-width: 50px;
   	height: 50px;
   	line-height: 48px;
	margin-bottom: 5px;
	margin-right: 14px;
    text-align: center;
    font-size: 16px;
    color: #8c8c8c;
    border-radius: 50%;
    border: #ececec solid 1px;
	background-color: #FFFFFF;
    overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.page-list a:last-child{
	margin-right: 0;
}
/*.page-list a.fyprev{
	border: none;
	background: url(../images/img54.png) center no-repeat;
}
.page-list a.fynext{
	border: none;
	background: url(../images/img55.png) center no-repeat;
}
.page-list a.fyprev:hover{
	border: none;
	background: url(../images/img54a.png) center no-repeat;
}
.page-list a.fynext:hover{
	border: none;
	background: url(../images/img55a.png) center no-repeat;
}*/
.page-list a:hover,
.page-list a.on{
    color: #ffffff;
    border: #017dcc solid 1px;
    background-color: #017dcc;
}
.page-list .ellipsis{
	border: none;
	color: #8c8c8c;
	font-size: 20px;
	background: none;
}
.product-list ul li{
	float: left;
	width: 30.33%;
	margin-right: 4.5%;
	margin-bottom: 20px;
}
.product-list ul li:nth-child(3n){
	margin-right: 0;
}
.related{
	padding-top: 80px;
	padding-bottom: 100px;
}
.related .box{
	margin-top: 45px;
}
.related ul li{
	float: left;
	width: 23%;
	margin-right: 2.6666%;
}
.related ul li:nth-child(4n){
	margin-right: 0;
}
.productli{
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.recommend .productli{
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 0;
}
.productli a{
	display: block;
	width: 100%;
}
.productli .imgbox{
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.productli .imgbox img{
	width: 100%;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.productli:hover .imgbox img{
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.productli .txtbox{
	padding: 20px;
	text-align: center;
}
.productli:hover{
	box-shadow: 0px 5px 15px rgba(3,20,35,0.08);
}
.productli .txtbox .t1{
	color: #333333;
	font-size: 18px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.productli .txtbox .t2{
	color: #999999;
	font-size: 16px;
	line-height: 1.8;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	/*display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;*/
}
/*产品详情*/
.product-detail{
	padding-top: 80px;
}
.product-detail .wrap{
	padding-bottom: 100px;
}
.product-detail .wrap .pic{
	float: left;
	width: -moz-calc(100% - 380px);
	width: -webkit-calc(100% - 380px);
	width: calc(100% - 380px);
	box-sizing: border-box;
	overflow: hidden;
	padding-right: 5%;
}
.product-detail .wrap .pic ul{
	float: left;
	width: 36.85%;
	overflow: hidden;
}
.product-detail .wrap .pic ul li{
	margin-bottom: 4.134%;
	padding-bottom: 79.586%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.product-detail .wrap .pic ul li:last-child{
	margin-bottom: 0px;
}
.product-detail .wrap .pic .bigpic{
	float: right;
	width: 61.3%;
	padding-bottom: 60.2%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.product-detail .mpic{
	display: none;
}
.product-detail .mpic .swiper-container{
	padding-bottom: 30px;
}
.product-detail .mpic .swiper-container-horizontal>.swiper-pagination-bullets, 
.product-detail .mpic .swiper-pagination-custom, 
.product-detail .mpic .swiper-pagination-fraction{
	bottom: 0;
}
.product-detail .mpic .swiper-pagination-bullet-active{
	background: #018bd5;
}
.product-detail .wrap .represent{
	float: right;
	width: 380px;
	overflow: hidden;
}
.product-detail .wrap .represent .tit .t1{
	color: #333333;
	font-size: 22px;
}
.product-detail .wrap .represent .tit .t2{
	font-family: 'syb';
	color: #018bd5;
	font-size: 34px;
	line-height: 1.4;
}
.product-detail .wrap .represent table{
	width: 100%;
	border-collapse:collapse;
	border-spacing:0;
	margin-top: 18px;
}
.product-detail .wrap .represent tr th{
	text-align: left;
	padding-left: 40px;
	height: 40px;
	line-height: 40px;
	color: #018bd5;
	font-size: 16px;
	background: #d0e8f5;
	box-sizing: border-box;
	overflow: hidden;
}
.product-detail .wrap .represent tr td{
	width: 50%;
	text-align: left;
	color: #333333;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	overflow: hidden;
}
.product-detail .wrap .represent tr:nth-child(odd) td{
	background: #f6f6f6;
}
.product-detail .wrap .represent tr td:nth-child(1){
	padding-left: 40px;
}
.product-detail .wrap .represent .color{
	max-width: 160px;
	width: 100%;
}
.product-detail .wrap .represent .color ul li{
	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;
	text-align: center;
	color: #333333;
	font-size: 12px;
	line-height: 1.4;
}
.product-detail .wrap .represent .color ul li:nth-child(3n){
	margin-right: 0;
}
.product-detail .wrap .dlicon{
	margin-top: 20px;
}
.product-detail .wrap .dlicon a{
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	background: #017dcc;
}
.product-detail .description{
	padding-top: 90px;
	padding-bottom: 90px;
	background: #f6f6f6;
}
.product-detail .description .box{
}
.product-detail .description .box .tit{
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: #ffffff;
	font-size: 24px;
	background: #018bd5;
}
.product-detail .description .box ul{
	margin-top: 12px;
	padding: 0px 35px 50px;
	background-color: #FFFFFF;
}
.product-detail .description .box ul li{
	padding: 35px 0px;
	overflow: hidden;
	border-bottom: dashed #f1f1f1 1px;
}
.product-detail .description .box ul li:last-child{
	border-bottom: none;
}
.product-detail .description .box ul li .subtit{
	position: relative;
	float: left;
	width: 150px;
	padding-left: 25px;
	overflow: hidden;
	box-sizing: border-box;
}
.product-detail .description .box ul li .subtit i{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
	width: 4px;
	height: 20px;
	background: #008dd5;
}
.product-detail .description .box ul li .other{
	position: relative;
	float: left;
	width: -moz-calc(100% - 150px);
	width: -webkit-calc(100% - 150px);
	width: calc(100% - 150px);
	padding: 0px 40px;
	overflow: hidden;
	box-sizing: border-box;
}
.product-detail .description .atlas{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.product-detail .description .atlas .swiper-slide{
	overflow: hidden
}
.product-detail .description .atlas img{
	display: block;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.product-detail .description .atlas .swiper-slide:hover img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.product-detail .description .atlas .txt{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.5);
	color: #ffffff;
	font-size: 16px;
	line-height: 1.7;
	padding: 7px 10px;
	text-align: center;
	box-sizing: border-box;
}
.product-detail .description .swiper-button-next, 
.product-detail .description .swiper-button-prev{
	position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 16px 28px;
    -webkit-background-size: 16px 28px;
    background-size: 16px 28px;
    background-repeat: no-repeat;
}
.product-detail .description .swiper-button-next, 
.product-detail .description .swiper-container-rtl .swiper-button-prev {
	background-position: center right;
    background-image: url(../images/img48.png);
    right: 0;
    left: auto;
}
.product-detail .description .swiper-button-prev, 
.product-detail .description .swiper-container-rtl .swiper-button-next {
	background-position: center left;
    background-image: url(../images/img47.png);
    left: 0;
    right: auto;
}
.product-detail .description .swiper-button-next.swiper-button-disabled, 
.product-detail .description .swiper-button-prev.swiper-button-disabled{
	opacity: 0;
}
.pronav{
	background-color: #f6f6f6;
}
.pronav.fixed{
	position: fixed;
	left: 0;
	top: 90px;
	width: 100%;
}
.pronav ul{
	max-width: 1000px;
	width: 100%;
	margin: auto;
	text-align: right;
	font-size: 0;
}
.pronav.hide{
    top: 0;
    opacity: 0;
}
.pronav ul li{
	display: inline-block;
	margin-left: 65px;
}
.pronav ul li a{
	color: #666666;
	font-size: 16px;
	height: 60px;
	line-height: 60px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.pronav ul li:hover a,
.pronav ul li.on a{
	color: #017dcc;
}
.detailbox{
	color: #888888;
	font-size: 16px;
	line-height: 1.7;
}
.detailbox img{
	display: block;
	margin: auto;
	width: 100%;
}
.comnav{
	position: relative;
	z-index: 5;
	margin-top: -65px;
}
.comnav.fixed{
	position: fixed;
	left: 0;
	top: 90px;
	width: 100%;
	margin-top: 0px;
}
.comnav ul{
	overflow: hidden;
	box-shadow: 0px 2px 14px rgba(6,51,79,0.11);
	font-size: 0;
}
.comnav ul li{
	/*float: left;*/
	display: inline-block;
	width: -moz-calc(100% / 7);
	width: -webkit-calc(100% / 7);
	width: calc(100% / 7);
	text-align: center;
	border-right: #f2f2f6 solid 1px;
	box-sizing: border-box;
	overflow: hidden;
}
.comnav ul li:last-child{
	border-right: none;
}
.comnav.other ul li{
	width: 33.33%;
}
.comnav ul li a{
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 30px 0px;
	background: #ffffff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.comnav ul li.on a,
.comnav ul li:hover a{
	background: #017dcc;
}
.comnav ul li .icon .ic2{
	display: none;
}
.comnav ul li.on .icon .ic1,
.comnav ul li:hover .icon .ic1{
	display: none;
}
.comnav ul li.on .icon .ic2,
.comnav ul li:hover .icon .ic2{
	display: inline-block;
}
.comnav ul li .txt{
	margin-top: 5px;
	color: #888888;
	font-size: 18px;
	line-height: 1.7;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.comnav ul li:hover .txt,
.comnav ul li.on .txt{
	color: #FFFFFF;
}

.certification{
	padding-top: 90px;
	padding-bottom: 90px;
}
.certification ul{
	margin-bottom: 25px;
	font-size: 0;
}
.certification ul li{
	/*float: left;*/
	display: inline-block;
	vertical-align: top;
	width: 18.32%;
	margin-right: 2.1%;
	margin-bottom: 2.1%;
}
.certification ul li:nth-child(5n){
	margin-right: 0;
}
.certification ul li .img{
	padding: 10px;
	background: #f7f7f7;
	overflow: hidden;
	text-align: center;
}
.certification ul li .img img{
	max-width: 100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.certification ul li:hover .img img{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.certification ul li .txt{
	text-align: center;
	margin-top: 10px;
	color: #888888;
	font-size: 16px;
	line-height: 1.7;
	padding: 0px 10px;
	box-sizing: border-box;
	/*overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;*/
}
/*发展历程*/
.development{
	padding-top: 80px;
	padding-bottom: 25px;
}
.development .title{
	
}
.development .title .t1{
	color: #333333;
	font-size: 36px;
	text-align: center;
	margin-bottom: 25px;
}
.development .title .t2{
	color: #888888;
	font-size: 18px;
	line-height: 1.7;
	word-break: break-all;
	text-align: justify;
}
.development .box{
	margin-top: 45px;
}
.development ul{
	position: relative;
	max-width: 1400px;
	width: 100%;
	margin: auto;
}
.development ul:before{
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -1px;
	width: 2px;
	height: 100%;
	border-left: #ecf2f7 solid 1px;
}
.development ul li{
	width: 100%;
	overflow: hidden;
	padding-bottom: 90px;
}
.development ul li .img{
	width: 50%;
	overflow: hidden;
	box-sizing: border-box;
}
.development ul li:nth-child(odd) .img{
	float: left;
	padding-right: 6.4%;
}
.development ul li:nth-child(even) .img{
	float: right;
	padding-left: 6.4%;
}
.development ul li .img img{
	width: 100%;
}
.development ul li .txt{
	float: left;
	width: 50%;
}
.development ul li:nth-child(odd) .txt{
	float: left;
}
.development ul li:nth-child(even) .txt{
	float: left;
	text-align: right;
}
.development ul li .txt .t1,
.development ul li .txt .t2{
	position: relative;
}
.development ul li:nth-child(odd) .txt .t1,
.development ul li:nth-child(odd) .txt .t2{
	padding-left: 12.8%;
}
.development ul li:nth-child(even) .txt .t1,
.development ul li:nth-child(even) .txt .t2{
	padding-right: 12.8%;
}
.development ul li .txt .t1{
	font-family: 'syb';
	color: #484848;
	font-size: 42px;
	margin-bottom: 40px;
}
.development ul li .txt .t2{
	color: #888888;
	font-size: 18px;
	line-height: 1.7;
	word-break: break-all;
	text-align: justify;
}
.development ul li .txt .t1:before{
	content: '';
	position: absolute;
	top: 18px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #027dcc;
	border: #0064b7 solid 1px;
}
.development ul li:nth-child(odd) .txt .t1:before{
	left: -11px;
}
.development ul li:nth-child(even) .txt .t1:before{
	right: -11px;
}
.development ul li .txt .t1:after{
	content: '';
	position: absolute;
	top: 25px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #FFFFFF;
}
.development ul li:nth-child(odd) .txt .t1:after{
	left: -4px;
}
.development ul li:nth-child(even) .txt .t1:after{
	right: -4px;
}
.development ul li .txt .t2:before{
	content: '';
	position: absolute;
	top: 10px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #017dcc;
	border: #0069ba solid 1px;
}
.development ul li:nth-child(odd) .txt .t2:before{
	left: -4px;
}
.development ul li:nth-child(even) .txt .t2:before{
	right: -4px;
}

.bgcolor{
	background-color: #f6f6f6;
}
/*品牌文化*/
.culture{
	padding-top: 100px;
	padding-bottom: 115px;
}
.culture ul li{
	width: 100%;
	overflow: hidden;
}
.culture ul li:nth-child(odd){
	background-color: #FFFFFF;
}
.culture ul li .img{
	width: 50%;
	overflow: hidden;
}
.culture ul li:nth-child(odd) .img{
	float: right;
}
.culture ul li:nth-child(even) .img{
	float: left;
}
.culture ul li .img img{
	width: 100%;
	transition: .5s ease-in-out;
}
.culture ul li:hover .img img{
    transform: scale3d(1.05,1.05,1);
}
.culture ul li .txt{
	float: left;
	width: 50%;
	box-sizing: border-box;
	overflow: hidden;
	padding: 6% 6% 0;
}
/*.culture ul li:nth-child(odd) .txt{
	padding-left: 5%;
}
.culture ul li:nth-child(even) .txt{
	padding-right: 5%;
}*/
.culture ul li .txt .t1{
	color: #017dcc;
	font-size: 20px;
	margin-bottom: 35px;
}
.culture ul li .txt .t2{
	color: #017dcc;
	font-size: 28px;
	margin-bottom: 20px;
}
.culture ul li .txt .t3{
	color: #888888;
	font-size: 16px;
	line-height: 1.7;
	word-break: break-all;
	text-align: justify;
}

/*企业简介*/
.profile{
	/*padding-top: 100px;*/
	padding-bottom: 100px;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover; 
}
.profileBox{
	padding-top: 100px;
}
.profileBox .wrap{
	position: relative;
	padding-bottom: 210px;
}
.profileBox .wrap .txt{
	float: left;
	width: 50%;
	padding-right: 7.5%;
	box-sizing: border-box;
	overflow: hidden;
}
.profileBox .wrap .comtxt{
	margin-top: 30px;
	padding-top: 30px;
	border-top: #e8e9ee solid 1px;
}
.profileBox .wrap .img{
	float: left;
	width: 50%;
	overflow: hidden;
}
.profileBox .wrap .img img{
	width: 100%;
}
.profileBox .wrap .num{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.profileBox .wrap .num ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.profileBox .wrap .num ul li{
	padding: 0 3%;
}
.profileBox .wrap .num ul li .t1{
	color: #333333;
	font-size: 18px;
}
.profileBox .wrap .num ul li .t2{
	font-family: 'sym';
	color: #0a84d1;
	font-size: 20px;
}
.profileBox .wrap .num ul li .t2 .timer{
	display: inline-block;
	font-family: 'syb';
	font-size: 58px;
}
/*荣誉资质*/
.honor{
	position: relative;
	padding-bottom: 100px;
}
.honor:after{
	content: '2021';
	position: absolute;
	top: -25%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: -1;
	font-size: 700px;
	line-height: 1;
	color: rgba(0,129,210,0.06);
	font-family: "beautiful"; 
}
.honor:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	/*width: 613px;*/
	width: 32%;
	height: 100%;
	background: url(../images/img84.png) top left no-repeat;
	background-size: 100% 100%; 
}
.honor .box{
}
.honor_tab{
	position: relative;
	z-index: 3;
	float: left;
	width: 240px;
	padding-top: 10%;
}
.honor_tab ul{
	margin-top: 45px;
}
.honor_tab ul li{
	margin-bottom: 10px;
}
.honor_tab ul li span{
	position: relative;
	display: inline-block;
	color: #888888;
	font-size: 20px;
	height: 45px;
	line-height: 45px;
	cursor: pointer;
}
.honor_tab ul li span:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #0081d2;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.honor_tab ul li span:hover:before,
.honor_tab ul li.on span:before{
	width: 100%;
}
.honor_tab ul li span:hover,
.honor_tab ul li.on span{
	color: #333333;
}
.honor_wrap{
	position: relative;
	z-index: 1;
	float: left;
	width: -moz-calc(100% - 240px);
	width: -webkit-calc(100% - 240px);
	width: calc(100% - 240px);
	overflow: hidden;
	padding-top: 10%;
}
.honor_swiper{
	display: none;
}
.honor_swiper.on{
	display: block;
}
.view{
	float: left;
	width: 67%;
}
.view .swiper-container{
	position: relative;
	z-index: 1;
	padding-left: 16%;
	padding-right: 4%;
	overflow: hidden;
	box-sizing: border-box;
}
.view:hover .arrow {
	display: block;
}


.view .swiper-slide{
    transition: 300ms;
    transform: scale(0.7);
    position: relative;
    
}
.view .swiper-slide-active{

}
.view .swiper-slide .img{
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-bottom: 20%;
	background: url(../images/img86.png) center bottom no-repeat;
	background-size: 100% auto;
}
.view .swiper-slide img{
	display: block;
	margin: auto;
	max-width: 75%;
	
}
.view .swiper-slide img{
	opacity: 0;
	-webkit-transform: translate3d(0, -60px, 0);
    transform: translate3d(0, -60px, 0);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.view .swiper-slide .txt{
	opacity: 0;
	-webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.view .swiper-slide.active .img img,
.view .swiper-slide.active .txt{
	opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.view .active, .view .swiper-slide-duplicate-active{
    transform: scale(1);
}
.view .active.swiper-slide i, .view .swiper-slide.swiper-slide-duplicate-active i{
	background: none;
}
.view .swiper-slide .txt{
	color: #888888;
	font-size: 20px;
	text-align: center;
}
.preview {
	position: relative;
	float: right;
	width: 33%;
}
.preview .swiper-container{
	padding: 20px;
	height: 400px;
	margin: 40px auto;
	box-sizing: border-box;
}
.preview .swiper-wrapper{
}
.preview .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	text-align: center;
	background-color: #ffffff;
	margin-bottom: 20px;
	border-radius: 40px;
	overflow: hidden;
}
.preview .swiper-slide p{
	font-family: 'sym';
	color: #999999;
	font-size: 18px;
	padding: 0px 10px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	cursor: pointer;
}

.preview  .swiper-button-next, .preview  .swiper-button-prev {
    position: absolute;
	left: 0;
	right: 0;
	top: auto;
	bottom: auto;
    width: 40px;
	height: 30px;
    z-index: 10;
    display: inline-block;
	margin: 0 auto;
    cursor: pointer;
    background-size: 15px 9px;
    background-position: center;
    background-repeat: no-repeat;
}
.preview .arrow-top{
	background-image: url("../images/img87.png");
	bottom: auto;
	top:0px;	
}
.preview .arrow-top:hover{
	background-image: url("../images/img87a.png");
}
.preview .arrow-bottom{
	background-image: url("../images/img88.png");
	top: auto;
	bottom: 0px;
}
.preview .arrow-bottom:hover{
	background-image: url("../images/img88a.png");
}
.preview .active-nav{
	box-shadow: 0px 3px 18px rgba(0,30,63,0.1);
	border-radius: 40px;
}
.preview .active-nav p{
	color: #017dcc;
}

/*精选案例*/
.casenav{
	text-align: center;
	font-size: 0px;
}
.casenav ul{
	display: inline-block;
	border-bottom: #d3d3d3 solid 1px;
}
.casenav ul li{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: 120px;
}
.casenav ul li:last-child{
	margin-right: 0;
}
.casenav ul li:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 3px;
	background: #017dcc;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.casenav ul li:hover:before,
.casenav ul li.on:before{
	width: 100%;
}
.casenav ul li a{
	color: #333333;
	font-size: 18px;
	height: 120px;
	line-height: 120px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.casenav ul li:hover a,
.casenav ul li.on a{
	color: #017dcc;
}
.cases{
	margin-top: 50px;
	padding-bottom: 90px;
}
.cases ul{
	margin-bottom: 60px;
}
.cases ul li{
	float: left;
	width: -moz-calc((100% - 15px) / 2);
	width: -webkit-calc((100% - 15px) / 2);
	width: calc((100% - 15px) / 2);
	margin-right: 15px;
	margin-bottom: 15px;
}
.cases ul li:nth-child(2n){
	margin-right: 0;
}
.caseli a{
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}
.caseli .img{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.caseli .img:before{
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/img95.png) left bottom no-repeat;
	background-size: 100% auto;
}
.caseli:hover .img:before{
	opacity: 0;
}
.caseli .img:after{
	content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0;
    background-color: rgba(0,0,0,0.7);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.caseli:hover .img:after{
	visibility: visible;
    opacity: 1;
    height: 100%;
}
.caseli .img img{
	width: 100%;
}
.caseli .txt{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.caseli .txt .tit{
	position: absolute;
	left: 0;
	bottom: 40px;
	color: #ffffff;
	font-size: 24px;
	width: 100%;
	overflow: hidden;
	padding: 0px 45px;
	box-sizing: border-box;
}
.caseli:hover .txt .tit{
	bottom: auto;
	top: 40px;
	-webkit-transition-delay: .4s;
    transition-delay: .4s;
}
.caseli .txt ul{
	position: absolute;
	left: 0;
	bottom: -100%;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.7;
	width: 100%;
	overflow: hidden;
	padding: 0px 45px;
	margin-bottom: 0;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.caseli:hover .txt ul{
	bottom: 40px;
}
.caseli .txt ul li{
	float: none;
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
/*案例详情*/
.case-detail{
	padding-top: 110px;
	padding-bottom: 100px;
}
.case-detail .leftbox{
	float: left;
	width: 50%;
	overflow: hidden;
	box-sizing: border-box;
	padding-right: 5%;
}
.case-detail .leftbox .tit,
.relevant_cases .tit{
	color: #333333;
	font-size: 36px;
}
.case-detail .leftbox .txt{
	margin-top: 20px;
	color: #333333;
	font-size: 16px;
	line-height: 1.7;
}
.case-detail .leftbox .txt .sp{
	display: inline-block;
	color: #017dcc;
}
.case-detail .leftbox ul li{
	margin-bottom: 20px;
}
.case-detail .rightbox{
	float: left;
	width: 50%;
	overflow: hidden;
}
.case-detail .rightbox .text{
	margin-top: 35px;
}
.detail_share{
	overflow: hidden;
}
.new-detail .detail_share{
	display: inline-block;
	vertical-align: middle;
	min-width: 300px;
}
.detail_share .subtit{
	float: left;
	color: #999999;
	font-size: 16px;
	margin-top: 8px;
	margin-right: 10px;
}
.detail_share ul{
	float: left;
	width: -moz-calc(100% - 70px);
	width: -webkit-calc(100% - 70px);
	width: calc(100% - 70px);
	overflow: hidden;
}
.detail_share ul li{
	float: left;
	margin-right: 10px;
}
.detail_share ul li:last-child{
	margin-right: 0;
}
.detail_share ul li a{
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 50%;
	background: #d1d1d1;
	overflow: hidden;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.detail_share ul li a:hover{
	background: #989898;
}
.case-detail .wrap{
	padding-top: 100px;
	padding-bottom: 70px;
	border-bottom: #efefef solid 1px;
	margin-bottom: 45px;
}
.case-detail .wrap .left_w,
.case-detail .wrap .right_w{
	float: left;
	width: -moz-calc((100% - 10px) / 2);
	width: -webkit-calc((100% - 10px) / 2);
	width: calc((100% - 10px) / 2);
	overflow: hidden;
}
.case-detail .wrap .left_w{
	margin-right: 10px;
}
.case-detail .wrap img{
	width: 100%;
}
.case-detail .wrap .right_w li{
	float: left;
	width: -moz-calc((100% - 10px) / 2);
	width: -webkit-calc((100% - 10px) / 2);
	width: calc((100% - 10px) / 2);
	margin-right: 10px;
	margin-bottom: 10px;
}
.case-detail .wrap .right_w li:nth-child(2n){
	margin-right: 0;
}
.case-detail .wrap img{
	display: block;
	margin: auto;
	max-width: 100%
}
.detail-pager{
	position: relative;
	overflow: hidden;
	text-align: center;
	font-size: 0;
}
.detail-pager a{
	position: relative;
	color: #888888;
	font-size: 14px;
	line-height: 40px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.detail-pager a:hover{
	color: #017dcc;
}
.detail-pager a span{
	position: absolute;
	top: 0;
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 40px;
}
.page_prev{
	float: left;
	padding-left: 40px;
	margin-top: 18px;
}
.page_next{
	float: right;
	padding-right: 40px;
	margin-top: 18px;
}
.page_prev span{
	left: 0;
}
.page_prev span:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background: url(../images/img100.png) left center no-repeat;
	background-size: 29px 11px;
}
.page_prev:hover span:before{
	-webkit-animation: outLeftIn 1s ease;
    animation: outLeftIn 1s ease;
}
.page_next span:before{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background: url(../images/img101.png) right center no-repeat;
	background-size: 29px 11px;
}
.page_next:hover span:before{
	-webkit-animation: outRightIn 1s ease;
    animation: outRightIn 1s ease;
}
@keyframes outLeftIn {
  0% {
    transform: translateX(0);
    opacity: 1;
    background: url(../images/img100.png) left center no-repeat;
	background-size: 29px 11px;
  }
  50% {
    transform: translateX(-100%);
    opacity: 0;
    background: url(../images/img100.png) left center no-repeat;
	background-size: 29px 11px;
  }
  51% {
    transform: translateX(100%);
    opacity: 0;
    background: url(../images/img100a.png) left center no-repeat;
	background-size: 29px 11px;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
    background: url(../images/img100a.png) left center no-repeat;
	background-size: 29px 11px;
  }
}
@keyframes outRightIn {
  0% {
    transform: translateX(0);
    opacity: 1;
    background: url(../images/img101.png) right center no-repeat;
	background-size: 29px 11px;
  }
  50% {
    transform: translateX(100%);
    opacity: 0;
    background: url(../images/img101.png) right center no-repeat;
	background-size: 29px 11px;
  }
  51% {
    transform: translateX(-100%);
    opacity: 0;
    background: url(../images/img101a.png) right center no-repeat;
	background-size: 29px 11px;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
    background: url(../images/img101a.png) right center no-repeat;
	background-size: 29px 11px;
  }
}
.detail-pager .back-list{
	display: inline-block;
	width: 75px;
	height: 75px;
	border-radius: 40px;
	border: #e5e5e5 solid 1px;
	text-align: center;
}
.detail-pager .back-list span{
	position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 16px;
    border-top: 2px solid #1E1E1D;
    border-bottom: 2px solid #1E1E1D;
    box-sizing: border-box;
    margin-top: -8px;
    margin-left: -10px;
}
.detail-pager .back-list span::before, .detail-pager .back-list span::after {
    content: "";
    position: absolute;
    top: 5px;
    height: 2px;
    background-color: #1E1E1D;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.detail-pager .back-list span::before {
    width: 4px;
    left: 0;
}
.detail-pager .back-list span::after {
    width: 10px;
    right: 0;
}
.detail-pager .back-list:hover span::before{
	width: 10px;
}
.detail-pager .back-list:hover span::after{
	width: 4px;
}
/*相关案例*/
.relevant_cases{
	padding-top: 90px;
	padding-bottom: 100px;
	background: #f9f9f9;
}
.relevant_cases ul{
	margin-top: 45px;
}
.relevant_cases ul li{
	float: left;
	width: -moz-calc((100% - 15px) / 2);
	width: -webkit-calc((100% - 15px) / 2);
	width: calc((100% - 15px) / 2);
	margin-right: 15px;
	margin-bottom: 15px;
}
.relevant_cases ul li:nth-child(2n){
	margin-right: 0;
}
/*联系我们*/
.contact{
}
.contact ul{
	padding-top: 60px;
	padding-bottom: 60px;
	font-size: 0;
}
.contact ul li{
	/*float: left;*/
	display: inline-block;
	vertical-align: top;
	width: 25%;
	text-align: center;
}
.contact ul li .icon{
	display: block;
	margin: 0px auto 15px;
	width: 98px;
	height: 98px;
	line-height: 98px;
	border-radius: 50%;
	background: #017dcc;
	overflow: hidden;
}
.contact ul li .icon img{
	max-width: 40%;
}
.contact ul li .img{
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
.contact ul li .img img{
	box-shadow: 0px 2px 14px rgba(6,51,79,0.11);
}
.contact ul li .t1{
	font-family: 'sym';
	color: #333333;
	font-size: 18px;
	margin-bottom: 5px;
}
.contact ul li .t2{
	max-width: 240px;
	width: 100%;
	margin: auto;
	color: #777777;
	font-size: 16px;
	line-height: 1.6;
}
.contact ul li .t3{
	color: #777777;
	font-size: 18px;
	line-height: 1.6;
}
.contact .mapbox{
	width: 100%;
	overflow: hidden;
}
.contact .mapbox img{
	width: 100%;
}
/*品牌定位*/
.positioning{
	padding-top: 90px;
}
.positioning .title .t1{
	color: #333333;
	font-size: 36px;
	text-align: center;
	margin-bottom: 20px;
}
.positioning .title .t2{
	color: #888888;
	font-size: 16px;
	line-height: 1.7;
	text-align: justify;
}
.positioning .subtit{
	color: #017dcc;
	font-size: 24px;
	font-family: 'syb';
}
.customer_type{
	margin-top: 30px;
}
.customer_type .swiper-pagination{
	display: none;
}
.customer_type ul{
	margin-top: 25px;
}
.customer_type ul li{
	position: relative;
	float: left;
	width: 20%;
	overflow: hidden;
	text-align: center;
}
.customer_type ul li .img{
	position: relative;
	z-index: 1;
	width: 100%;
	overflow: hidden;
}
.customer_type ul li .img img{
	width: 100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.customer_type ul li:hover .img img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.customer_type ul li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(2,17,26,0.6);
}
.customer_type ul li .txt{
	position: absolute;
	left: 50%;
	top: 50%;
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 3;
}
.customer_type ul li .txt .icon{
	width: 100%;
	overflow: hidden;
}
.customer_type ul li .txt .icon img{
	max-width: 100%;
}
.customer_type ul li .txt .tit{
	font-family: 'sym';
	color: #ffffff;
	font-size: 22px;	
	margin-top: 15px;
}
.coverage{
	padding-top: 70px;
	padding-bottom: 70px;
}
.coverage ul{
	margin-top: 25px;
}
.coverage ul li{
	float: left;
	width: 15.25%;
	margin-right: 1.7%;
	margin-bottom: 1.7%;
	text-align: center;
}
.coverage ul li:nth-child(6n){
	margin-right: 0;
}
.coverage ul li a{
	display: block;
	width: 100%;
	overflow: hidden;
}
.coverage ul li .img{
	width: 100%;
	overflow: hidden;
}
.coverage ul li .img img{
	max-width: 100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.coverage ul li:hover .img img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.coverage ul li .txt{
	margin-top: 20px;
	color: #333333;
	font-size: 18px;
	line-height: 1.7;
}
/*品牌理念*/
.concept{
	padding-top: 90px;
	padding-bottom: 60px;
}
.concept ul li{
	position: relative;
	float: left;
	width: -moz-calc((100% - 40px) / 2);
	width: -webkit-calc((100% - 40px) / 2);
	width: calc((100% - 40px) / 2);
	margin-right: 40px;
	margin-bottom: 40px;
}
.concept ul li:nth-child(2n){
	margin-right: 0;
}
.concept ul li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: url(../images/img128.png) center bottom;
	background-size: 100% auto;
}
.concept ul li .img{
	width: 100%;
	overflow: hidden;
}
.concept ul li .img img{
	width: 100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.concept ul li:hover .img img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.concept ul li .txt{
	position: absolute;
	left: 0;
	bottom: 7.5%;
	z-index: 2;
	width: 100%;
	box-sizing: border-box;
	padding: 0 7.5%;
	overflow: hidden;
	max-height: 42px;
	-webkit-transition: max-height 0.6s ease;
	transition: max-height 0.6s ease;
}
.concept ul li:hover .txt{
	max-height: 500px;
}
.concept ul li .txt .t1{
	font-family: 'sym';
	color: #ffffff;
	font-size: 28px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin-bottom: 20px;
}
.concept ul li .txt .t2{
	color: #ffffff;
	font-size: 16px;
	line-height: 1.7;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	text-align: justify;
}
.concept ul li:hover .txt .t2{
	opacity: 1;
}
/*全产业链*/
.industry_chain{
	padding-top: 80px;
}
.industry_chain .title{
}
.industry_chain .title .t1{
	font-size: 36px;
	color: #333333;
}
.industry_chain .title .t2{
	font-size: 18px;
	color: #888888;
	line-height: 1.7;
	margin-top: 15px;
	word-break: break-all;
	text-align: justify;
}
.industry_chain .title .t2 .sp{
	color: #388be0;
}
.industry_chain .box{
	margin-top: 50px;
	padding-top: 80px;
	padding-bottom: 110px;
	background: #f6f6f6;
	padding-left: -moz-calc((100% - 1500px) / 2);
	padding-left: -webkit-calc((100% - 1500px) / 2);
	padding-left: calc((100% - 1500px) / 2);
}
.industry_chain .box .imgli{
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.industry_chain .box .imgli>img{
	width: 100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.industry_chain .box .imgli:hover>img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.industry_chain .box .imgli:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	/*background: url(../images/img137.png) center bottom no-repeat;
	background-size: 100% auto;*/
}
.industry_chain .box .imgli .txt{
	position: absolute;
	left: 0;
	bottom: 25px;
	z-index: 3;
	width: 100%;
	padding: 0px 40px;
	box-sizing: border-box;
}
.industry_chain .box .imgli .txt .t1{
	color: #ffffff;
	font-size: 26px;
}
.industry_chain .box .imgli .txt .t2{
	font-family: 'syl';
	color: #ffffff;
	font-size: 14px;
	line-height: 1.7;
}
.industry_chain .box .swiper-button-next, 
.industry_chain .box .swiper-button-prev{
	position: absolute;
    top: 50%;
    width: 74px;
    height: 74px;
    margin-top: -37px;
    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;
    opacity: 0;
    -webkit-transition: all .36s;
    transition: all .36s;
}
.industry_chain .box .swiper-container:hover .swiper-button-next, 
.industry_chain .box .swiper-container:hover .swiper-button-prev{
	opacity: 1;
}
.industry_chain .box .swiper-button-next, 
.industry_chain .box .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/img139.png);
    right: 100px;
    left: auto;
}
.industry_chain .box .swiper-button-prev, 
.industry_chain .box .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/img138.png);
    left: 10px;
    right: auto;
}
.industry_chain .box .swiper-button-next.swiper-button-disabled, 
.industry_chain .box .swiper-button-prev.swiper-button-disabled{
	display: none;
}


/*下载中心*/
.downloap{
	padding-top: 50px;
	padding-bottom: 80px;
	background: #f6f6f6;
}
.downloap ul{
	margin-bottom: 10px;
}
.downloap ul li{
	float: left;
	width: 31.6%;
	margin-right: 2.6%;
	margin-bottom: 2.6%;
	background: #FFFFFF;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.downloap ul li:nth-child(3n){
	margin-right: 0;
}
.downloap ul li:hover{
	box-shadow: 0px 2px 20px rgba(6,51,79,0.15);
}
.downloap ul li>a{
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}
.downloap ul li .img{
	float: left;
	/*display: inline-block;
	vertical-align: middle;*/
	width: 46.3%;
	padding: 15px 20px;
	box-sizing: border-box;
}
.downloap ul li .img a,
.downloap ul li .txt a{
	display: block;
	width: 100%;
}
.downloap ul li .img img{
	width: 100%;
}
.downloap ul li{
	font-size: 0;
}
.downloap ul li .oth{
	float: left;
	/*display: inline-block;
	vertical-align: middle;*/
	width: 53.7%;
	overflow: hidden;
	padding-top: 7%;
	padding-right: 30px;
	box-sizing: border-box;
}
.downloap ul li .oth .txt{
	box-sizing: border-box;
}
.downloap ul li .oth .txt .t1{
	color: #333333;
	font-size: 20px;
	line-height: 1.7;
}
.downloap ul li .oth .txt .t2{
	margin-top: 5px;
	color: #999999;
	font-size: 14px;
}
/*.downloap ul li .oth .icon{
	margin-top: 10px;
}
.downloap ul li .oth .icon a{
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	background: #017dcc;
}
.downloap ul li .oth .icon a img{
	width: 12px;
}*/
.downloap ul li .icon{
	position: absolute;
	left: 46.3%;
	bottom: 20%;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	background: #017dcc;
}
.downloap ul li .icon>a{
	display: block;
	width: 100%;
}
.downloap ul li .icon a img{
	width: 12px;
}
/*新闻动态*/
.news{
	padding-top: 50px;
	padding-bottom: 80px;
}
.news ul{
	margin-bottom: 30px;
}
.news ul li{
	float: left;
	width: 31.2%;
	margin-right: 3.2%;
	margin-bottom: 3.2%;
}
.news ul li:nth-child(3n){
	margin-right: 0;
}
.news ul li a{
	display: block;
	width: 100%;
}
.news ul li .img{
	width: 100%;
	overflow: hidden;
}
.news ul li .img img{
	width: 100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.news ul li:hover .img img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.news ul li .txt{
	padding: 32px 0px;
	border-bottom: #efefef solid 1px;
}
.news ul li .txt .t1{
	color: #999999;
	font-size: 12px;
}
.news ul li .txt .t2{
	margin-top: 15px;
	color: #333333;
	font-size: 20px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	transition: all 0.3s;
}
.news ul li:hover .txt .t2{
	color: #007AFF;
}
.news ul li .more{
	margin-top: 20px;
}
.news ul li .more span{
	display: inline-block;
	color: #999999;
	font-size: 12px;
	padding-right: 30px;
	background: url(../images/img156.png) right center no-repeat;
	background-size: 16px 11px;
}
/*新闻详情*/
.new-detail{
	padding-top: 80px;
	padding-bottom: 100px;
}
.new-detail .left_wrap{
	float: left;
	max-width: 1035px;
	width: -moz-calc(100% - 350px);
	width: -webkit-calc(100% - 350px);
	width: calc(100% - 350px);
	overflow: hidden;
}
.new-detail .left_wrap .title{
	padding-bottom: 30px;
	border-bottom: #e9edf1 solid 1px;
}
.new-detail .left_wrap .title .h1{
	color: #333333;
	font-size: 28px;
}
.new-detail .left_wrap .title .txt{
	margin-top: 15px;
}
.new-detail .left_wrap .title .txt .sp{
	display: inline-block;
	vertical-align: middle;
	margin-right: 35px;
	color: #999999;
	font-size: 14px;
}
.new-detail .left_wrap .box{
	margin-bottom: 50px;
	padding-top: 50px;
	padding-bottom: 60px;
	border-bottom: #e9edf1 solid 1px;
}
.new-detail .right_wrap{
	float: right;
	width: 280px;
	overflow: hidden;
}
.new-detail .right_wrap .title{
	color: #333333;
	font-size: 22px;
	padding-bottom: 20px;
	border-bottom: #e9edf1 solid 1px;
}
.new-detail .right_wrap .newwrap{
	margin-top: 40px;
}
.newwrap ul li{
	margin-bottom: 30px;
}
.newwrap ul li a{
	display: block;
	width: 100%;
	overflow: hidden;
}
.newwrap ul li .img{
	width: 100%;
	overflow: hidden;
}
.newwrap ul li .img img{
	width: 100%;
	transition: all 0.4s ease;
}
.newwrap ul li:hover .img img{
	transform: scale(1.1);
}
.newwrap ul li .txt{
	padding: 15px 0px;
}
.newwrap ul li .txt .t1{
	color: #999999;
	font-size: 14px;
}
.newwrap ul li .txt .t2{
	color: #333333;
	font-size: 16px;
	margin-top: 10px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	transition: all 0.3s;
}
.newwrap ul li:hover .txt .t2{
	color: #007AFF;
}
.newwrap ul li .txt .t3{
	color: #888888;
	font-size: 14px;
	line-height: 1.7;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
/*视频动态*/
.videolist{
	padding-top: 60px;
	padding-bottom: 60px;
}
.videolist ul li{
	position: relative;
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 4%;
}
.videolist ul li:nth-child(2n){
	margin-right: 0;
}
.videolist ul li .imgop{
	position: relative;
    overflow: hidden;
}
.videolist ul li .imgop img{
	width: 100%;
    transform: scale3d(1.1,1.1,1);
}
.videolist ul li .mask{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5) url(../images/img175.png) center no-repeat;
}
.videolist ul li .txt{
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 30px;
	color: #ffffff;
	font-size: 22px;
}
/*视频弹窗样式*/
.bigPicLayer {
	display: none;
	width: 1000px;
	height: 556px;
	position: fixed;
	z-index: 11;
	top: 40% !important;
	margin-top: -180px;
	padding: 10px;
}
.bigPicLayer .close {
	display: block;
	width: 38px;
	height: 38px;
	background: url(../images/closebtn.png) no-repeat;
	right: -50px;
	top: -50px;
	position: relative;
	position: absolute;
	z-index: 12;
}
.bigPicLayer .close em {
	width: 1px;
	height: 50px;
	background: #009690;
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -0.5px;
	top: 100%;
}
.bigPicLayer .imgDiv {
	text-align: center;
}
.bigPicLayer .imgDiv img {
	width: 100%;
}
.bigPicLayer .imgDiv span {
	display: block;
	text-align: center;
	font-size: 18px;
	margin-top: 16px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
}
#Layer1 {
	position: fixed;
	z-index: 9;
	background: #000000;
	top: 0;
	left: 0;
	width: 100% !important;
}
/*.video_all{
	position:fixed; 
	top:0; 
	left:0; 
	z-index: 9; 
	display:none; 
	width:100%; 
	height:100%; 
	opacity:0.5; 
	-moz-opacity:0.5; 
	filter:alpha(opacity=50);
	background-color:#000;
}*/
@media screen and (max-width: 1440px) {
	.bigPicLayer {
		display: none;
		width: 600px;
		height: 350px;
		position: fixed;
		z-index: 111;
		top: 40% !important;
		margin-top: -100px;
		padding: 10px;
	}
}
@media screen and (max-width: 1004px) {
	.bigPicLayer {
		left: 50% !important;
		margin-left: -300px;
		box-sizing: border-box;
	}
	.bigPicLayer .imgDiv {
		height: 169px;
	}
}
@media only screen and (max-width: 767px){
	.bigPicLayer {
		display: none;
		position: fixed;
		width: 94%;
		height: auto;
		margin-left: 0px;
		top: 35% !important;
		left: 3% !important;
		z-index: 10;
	}
	
	.bigPicLayer .close {
		display: block;
		width: 40px;
		height: 40px;
		right: 0;
		top: -15%;
		position: absolute;
		background-size: cover;
		z-index: 10;
	}
	
}
@media only screen and (max-width: 480px){
	.bigPicLayer .close {
		width: 36px;
		height: 36px;
	}
	
}






/*研发实力*/
.strength{
}
.strength>ul>li{
	padding-top: 90px;
	padding-bottom: 90px;
}
.strength>ul>li:nth-child(even){
	background: #f6f6f6;
}
.strength ul li .title{
	overflow: hidden;
}
.strength ul li .title .t1{
	float: left;
	width: 340px;
	color: #000000;
	font-size: 36px;
}
.strength ul li .title .t2{
	float: left;
	width: -moz-calc(100% - 340px);
	width: -webkit-calc(100% - 340px);
	width: calc(100% - 340px);
	color: #888888;
	font-size: 18px;
	line-height: 1.7;
	word-break: break-all;
	text-align: justify;
}
.strength ul li .imgbox{
	margin-top: 60px;
}
.strength ul li .imgbox img{
	width: 100%;
}
.numwrap{
	margin-top: 60px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.numwrap ul{
	max-width: 1280px;
	width: 100%;
	margin: auto;
	font-size: 0;
}
.numwrap ul li{
	/*float: left;*/
	display: inline-block;
	vertical-align: top;
	width: 25%;
	overflow: hidden;
	text-align: center;
	padding: 11% 0;
}
.numwrap ul li .t1{
	font-family: 'sym';
	color: #ffffff;
	font-size: 32px;
	line-height: 1;
}
.numwrap ul li .t1 .timer{
	font-family: 'syb';
	font-size: 58px;
}
.numwrap ul li .t2{
	max-width: 220px;
	width: 100%;
	margin: 40px auto 0px;
	font-family: 'syl';
	color: #ffffff;
	font-size: 18px;
	line-height: 1.7;
}
/*制造能力*/
.quality-control{
	position: relative;
	z-index: 1;
	padding-top: 90px;
	padding-bottom: 90px;
}
#cas{
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#cas canvas{
	position: absolute;
	left: 0;
	bottom: -40px;
	width: 100%;
}
.quality-control{
}
.quality-control .title{
	text-align: center;
}
.quality-control .title .t1{
	color: #333333;
	font-size: 36px;
	margin-bottom: 25px;
}
.quality-control .title .t2{
	max-width: 1140px;
	width: 100%;
	margin: auto;
	color: #888888;
	font-size: 18px;
	line-height: 1.7;
	word-break: break-all;
	text-align: justify;
}
.quality-control .title .t2 .sp{
	color: #017dcc;
}
.quality-control ul{
	margin-top: 50px;
	font-size: 0;
}
.quality-control ul li{
	/*float: left;*/
	display: inline-block;
	vertical-align: top;
	width: -moz-calc(90.4% / 7);
	width: -webkit-calc(90.4% / 7);
	width: calc(90.4% / 7);
	margin-right: 1.6%;
	margin-bottom: 1.6%;
	background: #FFFFFF;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 40px 20px 25px;
	text-align: center;
}
.quality-control ul li:nth-child(7n){
	margin-right: 0;
}
.quality-control ul li .icon{
	width: 100%;
	overflow: hidden;
}
.quality-control ul li .icon img{
	max-width: 100%;
}
.quality-control ul li .txt{
	margin-top: 24px;
	font-family: 'syl';
	color: #888888;
	font-size: 16px;
}
/*公司优势*/
.advantage{
	padding-top: 100px;
	padding-bottom: 120px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.advantage .title{
	text-align: center;
}
.advantage .title .t1{
	color: #ffffff;
	font-size: 36px;
	margin-bottom: 25px;
}
.advantage .title .t2{
	max-width: 740px;
	width: 100%;
	margin: auto;
	color: #ffffff;
	font-size: 18px;
	line-height: 1.7;
}
.advantage ul{
	margin-top: 90px;
}
.advantage ul li{
	position: relative;
	float: left;
	width: 25%;
	text-align: center;
	box-sizing: border-box;
	padding-top: 30px;
	min-height: 190px;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
}
.advantage ul li:before{
	content: '';
	position: absolute;
	right: 0;
	top: 10px;
	width: 1px;
	height: calc(100% - 20px);
	background: rgba(255,255,255,0.2);
}
.advantage ul li:after{
	content: '';
	position: absolute;
	left: 10px;
	top: 0;
	width: calc(100% - 20px);
	height: 1px;
	background: rgba(255,255,255,0.2);
}
.advantage ul li:nth-child(1):after,
.advantage ul li:nth-child(2):after,
.advantage ul li:nth-child(3):after,
.advantage ul li:nth-child(4):after,
.advantage ul li:nth-child(1) i,
.advantage ul li:nth-child(2) i,
.advantage ul li:nth-child(3) i,
.advantage ul li:nth-child(4) i{
	background: none;
}
.advantage ul li:nth-child(4n):before{
	background: none;
}
.advantage ul li:nth-child(4n) i{
	background: none;
}
.advantage ul li i{
	position: absolute;
	right: -4px;
	top: -4px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #20a0f2;
}
.advantage ul li .t1{
	font-family: 'syb';
	font-size: 24px;
	color: #FFFFFF;
}
.advantage ul li .t3{
	font-family: 'syb';
	font-size: 18px;
	color: #FFFFFF;
}
.advantage ul li .timer{
	font-size: 54px;
}
.advantage ul li .t2{
	max-width: 230px;
	width: 100%;
	margin: auto;
	font-size: 16px;
	color: #FFFFFF;
}

@media screen and (max-width: 1680px){
	.classify.cur{
		left: 5%;
	}
	.industry_chain .box{
		padding-left: 5%;
	}
	.industry_chain .box .imgli .txt .t1{
		font-size: 24px;
	}
}
@media screen and (max-width: 1536px){
	.header .nav>ul>li{
		padding: 0px 25px;
	}
	.header .drop-down{
		padding-left: 25px;
	}
	.header .drop-down a{
		margin-right: 50px;
	}
	/*footer*/
	.footer .foot_other{
		padding-bottom: 80px;
	}
	/*banner*/
	.i-banner .box .t1{
		font-size: 50px;
	}
	.i-banner .box .t2{
		font-size: 21px;
	}
	/**/
	.i-title .t1{
		font-size: 50px;
	}
	.i-title .t2{
		font-size: 28px;
	}
	.obanner .bannerzi .box .t1{
		font-size: 56px;
	}
	.obanner .bannerzi .box .t2{
		font-size: 30px;
	}
	/*发展历程*/
	.development ul li .txt .t1{
		font-size: 40px;
		margin-bottom: 30px;
	}
	.development ul li .txt .t2{
		font-size: 17px;
	}
	/*品牌定位*/
	.positioning .title .t1{
		font-size: 40px;
	}
	/*产品中心*/
	.product .leftbox{
		width: 300px;
	}
	.classify.cur{
		width: 300px;
	}
	/*.classify>ul{
		width: 265px;
	}*/
	.product .rightbox{
		width: -moz-calc(100% - 300px);
	    width: -webkit-calc(100% - 300px);
	    width: calc(100% - 300px);
	}
}
@media screen and (max-width: 1440px){
	.header .nav>ul>li{
		padding: 0px 20px;
	}
	.header .drop-down{
		padding-left: 20px;
	}
	.header .drop-down a{
		margin-right: 40px;
	}
	/**/
	.search-header{
		padding-top: 80px;
    	padding-bottom: 100px
	}
	/*footer*/
	.footer .foot_other{
		padding-bottom: 70px;
	}
	/*banner*/
	.i-banner .box .t1{
		font-size: 45px;
	}
	.i-banner .box .t2{
		font-size: 18px;
	}
	/**/
	.i-title .t1{
		font-size: 45px;
	}
	.i-title .t2{
		font-size: 26px;
	}
	.i-title .t3{
		font-size: 48px;
	}
	.i-title .t4{
		font-size: 26px;
	}
	.obanner .bannerzi .box .t1{
		font-size: 50px;
	}
	.obanner .bannerzi .box .t2{
		font-size: 28px;
	}
	/*index*/
	.i-product{
		padding-top: 70px;
		padding-bottom: 90px;
	}
	.i-product .title{
		font-size: 32px;
	}
	.i-profile{
		padding-top: 90px;
	}
	.i-development{
		padding-top: 70px;
		padding-bottom: 100px;
	}
	.i-advantage .box ul li .icon,
	.i-nums ul li .icon{
		width: 136px;
		height: 136px;
		line-height: 136px;
	}
	/*产品认证*/
	.comnav ul li a{
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.comnav ul li .txt{
		font-size: 16px;
	}
	.certification{
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.certification ul li .txt{
		padding: 0px 20px;
		font-size: 16px;
	}
	/*品牌文化*/
	.culture{
		padding-top: 90px;
		padding-bottom: 100px;
	}
	.culture ul li .txt .t1{
		margin-bottom: 25px;
	}
	.culture ul li .txt .t2{
		font-size: 26px;
	}
	/*发展历程*/
	.development ul li .txt .t1{
		margin-bottom: 20px;
	}
	/*荣誉资质*/
	.preview .swiper-container{
		height: 360px;
	}
	/*企业简介*/
	.profileBox .wrap .txt{
		padding-right: 5%;
	}
	.profileBox .wrap .comtxt{
		margin-top: 25px;
    	padding-top: 25px;
	}
	/*精选案例*/
	.casenav ul li a{
		height: 110px;
		line-height: 110px;
	}
	/*案例详情*/
	.case-detail{
		padding-top: 100px;
    	padding-bottom: 90px;
	}
	.case-detail .wrap{
		padding-top: 90px;
	}
	.case-detail .leftbox .tit, .relevant_cases .tit{
		font-size: 34px;
	}
	.relevant_cases{
		padding-top: 80px;
		padding-bottom: 90px;
	}
	.detail-pager .back-list{
		width: 70px;
		height: 70px;
	}
	/*联系我们*/
	.contact ul li .icon{
		width: 90px;
		height: 90px;
		line-height: 90px;
	}
	.contact ul li .t1,
	.contact ul li .t3{
		font-size: 17px;
	}
	/*下载中心*/
	.downloap ul li .oth .txt{
		min-height: 1px;
	}
	.downloap ul li .oth .txt .t1{
		font-size: 19px;
	}
	.downloap ul li .icon{
		bottom: 15%;
	}
	/*制造能力*/
	.quality-control{
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.advantage{
		padding-top: 90px;
		padding-bottom: 110px;
	}
	/*产品中心*/
	.product .leftbox{
		width: 280px;
	}
	.classify.cur{
		width: 280px;
	}
	/*.classify>ul{
		width: 248px;
	}*/
	.classify ul li .o-level span{
		font-size: 19px;
	}
	.classify ul li .o-level i{
		height: 29px;
	    background: url(../images/img36.png) center no-repeat;
	    background-size: 12px 12px;
	}
	.classify ul li.on .o-level i{
		background: url(../images/img37.png) center no-repeat;
	    background-size: 12px 12px;
	}
	.classify ul li ul li .level-li a{
		padding-left: 45px;
	}
	.product .rightbox{
		width: -moz-calc(100% - 280px);
	    width: -webkit-calc(100% - 280px);
	    width: calc(100% - 280px);
	}
	.product-list ul li{
		width: 31%;
		margin-right: 3.5%;
	}
	.product-list ul li:nth-child(3n){
		margin-right: 0;
	}
	.productli .txtbox .t1{
		font-size: 17px;
	}
	.productli .txtbox .t2{
		font-size: 15px;
	}
	/*产品详情*/
	.product-detail{
		padding-top: 70px;
	}
	.product-detail .wrap{
		padding-bottom: 80px;
	}
	.product-detail .wrap .represent .tit .t1{
		font-size: 20px;
	}
	.product-detail .wrap .represent .tit .t2{
		font-size: 32px;
	}
	.product-detail .wrap .represent tr td{
		font-size: 15px;
		height: 36px;
		line-height: 36px;
	}
	.product-detail .description{
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.product-detail .description .box .tit{
		height: 75px;
		line-height: 75px;
	}
	.product-detail .description .box ul{
		padding-bottom: 40px;
	}
	.related{
		padding-top: 70px;
		padding-bottom: 90px;
	}
	/*研发实力*/
	.strength>ul>li{
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.strength ul li .title .t1{
		font-size: 34px;
	}
	.strength ul li .title .t2{
		font-size: 17px;
	}
	.numwrap ul li .t1{
		font-size: 30px;
	}
	.numwrap ul li .t1 .timer{
		font-size: 56px;
	}
	.numwrap ul li .t2{
		margin-top: 30px;
	}
	/*视频*/
	.videolist ul li .txt{
		padding: 25px;
		font-size: 20px;
	}
	/*全产业链*/
	.industry_chain{
		padding-top: 70px;
	}
	.industry_chain .title .t1{
		font-size: 34px;
	}
	.industry_chain .title .t2{
		font-size: 17px;
	}
	.industry_chain .box{
		padding-top: 70px;
		padding-bottom: 90px;
	}
	.industry_chain .box .imgli .txt{
		padding: 0px 30px;
	}
	.industry_chain .box .imgli .txt .t1{
		font-size: 22px;
	}
}
@media screen and (max-width: 1366px){
	.header .logo a img{
		max-width: 200px;
	}
	.search-header{
		padding-top: 70px;
    	padding-bottom: 90px
	}
	/*footer*/
	.foot_top{
		padding-bottom: 30px;
	}
	.footer .foot_logo a img{
		max-width: 220px;
	}
	.footer .foot_other{
		padding-top: 40px;
		padding-bottom: 60px;
	}
	.footer .foot_nav .subtit{
		margin-bottom: 20px;
	}
	.footer .copyright{
		padding-top: 25px;
		padding-bottom: 25px;
	}
	/*banner*/
	.i-banner .box .t1{
		font-size: 42px;
	}
	.obanner .bannerzi .box .t1{
		font-size: 45px;
	}
	.obanner .bannerzi .box .t2{
		font-size: 26px;
	}
	/**/
	.i-title .t1{
		font-size: 42px;
	}
	.i-title .t3{
		font-size: 44px;
	}
	.i-title .t4{
		font-size: 24px;
	}
	/*index*/
	.i-advantage .box ul li .icon,
	.i-nums ul li .icon{
		width: 120px;
		height: 120px;
		line-height: 120px;
	}
	.i-nums ul li .t1{
		font-size: 18px;
	}
	.i-nums ul li .t1 span{
		font-size: 45px;
	}
	.i-development .box .wrap{
		padding: 0 15%;
	}
	/*产品认证*/
	.certification{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	/*品牌理念*/
	.concept{
		padding-top: 80px;
		padding-bottom: 50px;
	}
	/*品牌文化*/
	.culture{
		padding-top: 80px;
		padding-bottom: 90px;
	}
	.culture ul li .txt{
		padding-top: 5%;
	}
	.culture ul li .txt .t1{
		margin-bottom: 20px;
	}
	.culture ul li .txt .t2{
		font-size: 24px;
	}
	/*荣誉资质*/
	.honor:after{
		font-size: 600px;
	}
	.honor_tab ul li span{
		font-size: 18px;
	}
	.preview .swiper-container{
		height: 320px;
	}
	.view .swiper-slide .txt{
		font-size: 18px;
	}
	.preview .swiper-slide p{
		font-size: 16px;
	}
	/*公司简介*/
	.profileBox .wrap .num ul li .t1{
		font-size: 17px;
	}
	.profileBox .wrap .num ul li .t2{
		font-size: 18px;
	}
	.profileBox .wrap .num ul li .t2 .timer{
		font-size: 54px;
	}
	/*案例详情*/
	.case-detail{
		padding-top: 90px;
    	padding-bottom: 80px;
	}
	.case-detail .wrap{
		padding-top: 80px;
	}
	.case-detail .leftbox .tit, .relevant_cases .tit{
		font-size: 32px;
	}
	.case-detail .leftbox ul li{
		margin-bottom: 15px;
	}
	.relevant_cases{
		padding-top: 70px;
		padding-bottom: 80px;
	}
	/*下载中心*/
	.downloap ul li .oth .txt .t1{
		font-size: 18px;
	}
	.downloap ul li .icon{
		bottom: 25px;
	}
	/*产品中心*/
	.product{
		padding-bottom: 70px;
	}
}
@media screen and (max-width: 1280px) {
	.header .logo a img{
		max-width: 180px;
	}
	.header .nav>ul>li{
		padding: 0px 18px;
	}
	.header .drop-down{
		padding-left: 18px;
	}
	.header .drop-down a{
		margin-right: 30px;
	}
	.search-header{
		padding-top: 60px;
    	padding-bottom: 80px
	}
	.search-header .search-input{
		text-indent: 60px;
    	line-height: 60px;
    	font-size: 22px;
	}
	.search .submit0{
		height: 60px;
		background: url(../images/searchf.png) no-repeat center;
    	background-size: 26px 26px;
	}
	.search-close{
		height: 60px;
		background: url(../images/close.png) no-repeat center;
    	background-size: 26px 26px;
	}
	/*footer*/
	.foot_top{
		padding-bottom: 25px;
	}
	.footer .foot_logo a img{
		max-width: 200px;
	}
	.footer .foot_other{
		padding-top: 30px;
		padding-bottom: 40px;
	}
	.footer .foot_nav .subtit{
		margin-bottom: 15px;
	}
	.footer .copyright{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	/**/
	.i-title .t3{
		font-size: 40px;
	}
	.i-title .t4{
		font-size: 21px;
	}
	/**/
	.i-advantage .box ul li .icon,
	.i-nums ul li .icon{
		width: 110px;
		height: 110px;
		line-height: 110px;
	}
	.i-nums ul li .t1{
		font-size: 16px;
	}
	.i-nums ul li .t1 span{
		font-size: 40px;
	}
	.i-development {
	    padding-top: 60px;
	    padding-bottom: 90px;
	}
	.i-development .box .wrap{
		padding: 0 10%;
	}
	.i-development .years .item{
		height: 60px;
		line-height: 60px;
	}
	.i-development .picture .item .h1{
		font-size: 60px;
	}
	.i-development .years .item:after{
		height: 3px;
	}
	.i-development .arrow-left,
	.i-development .arrow-right{
		height: 60px;
		margin-top: -30px;
	}
	/*品牌文化*/
	.culture ul li .txt{
		padding-top: 4%;
	}
	/*发展历程*/
	.development{
		padding-top: 70px;
	}
	.development .title .t1{
		font-size: 32px;
	}
	.development .title .t2{
		font-size: 16px;
	}
	.development ul li .txt .t1{
		font-size: 36px;
		margin-bottom: 15px;
	}
	.development ul li .txt .t2{
		font-size: 16px;
	}
	/*荣誉资质*/
	.honor:after{
		font-size: 500px;
	}
	.view .swiper-container{
		padding-left: 12%;
	}
	/*品牌定位*/
	.positioning{
		padding-top: 80px;
	}
	.positioning .title .t1{
		font-size: 32px;	
	}
	/*精选案例*/
	.casenav ul li a{
		height: 100px;
		line-height: 100px;
	}
	/*案例详情*/
	.case-detail{
		padding-top: 70px;
    	padding-bottom: 80px;
	}
	.case-detail .wrap{
		padding-top: 70px;
		padding-bottom: 60px;
	}
	.case-detail .leftbox .tit, .relevant_cases .tit{
		font-size: 28px;
	}
	.case-detail .leftbox ul li{
		margin-bottom: 12px;
	}
	.relevant_cases{
		padding-top: 60px;
		padding-bottom: 70px;
	}
	.detail-pager .back-list{
		width: 65px;
		height: 65px;
	}
	/*下载中心*/
	.downloap{
		padding-bottom: 70px;
	}
	.downloap ul li .oth .txt .t1{
		font-size: 17px;
	}
	/*制造能力*/
	.quality-control{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.quality-control .title .t1,
	.advantage .title .t1{
		font-size: 32px;
	}
	.quality-control .title .t2,
	.advantage .title .t2{
		font-size: 16px;
	}
	.advantage{
		padding-top: 80px;
		padding-bottom: 100px;
	}
	.advantage ul li .timer{
		font-size: 50px;
	}
	.advantage ul li .t2{
		font-size: 15px;
	}
	/*新闻资讯*/
	.news ul li .txt{
		padding: 25px 0px;
	}
	.news ul li .txt .t2{
		font-size: 18px;
	}
	/*新闻详情*/
	.new-detail{
		padding-top: 70px;
		padding-bottom: 90px;
	}
	.new-detail .left_wrap .title .h1{
		font-size: 26px;
	}
	/*产品中心*/
	.product .leftbox{
		width: 250px;
	}
	.classify.cur{
		width: 250px;
	}
	.product .rightbox{
		width: -moz-calc(100% - 250px);
	    width: -webkit-calc(100% - 250px);
	    width: calc(100% - 250px);
	}
	/*产品详情*/
	.product-detail{
		padding-top: 60px;
	}
	.product-detail .wrap{
		padding-bottom: 70px;
	}
	.product-detail .wrap .represent tr th{
		font-size: 15px;
	}
	.product-detail .wrap .represent tr td{
		font-size: 14px;
		height: 32px;
		line-height: 32px;
	}
	.product-detail .description{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.product-detail .description .box .tit{
		font-size: 22px;
		height: 70px;
		line-height: 70px;
	}
	.product-detail .description .box ul{
		padding-bottom: 30px;
	}
	.related{
		padding-top: 60px;
		padding-bottom: 80px;
	}
	/*研发实力*/
	.strength>ul>li{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.strength ul li .title .t1{
		font-size: 32px;
	}
	.strength ul li .title .t2{
		font-size: 16px;
	}
	.numwrap, .strength ul li .imgbox{
		margin-top: 50px;
	}
	.numwrap ul li .t1{
		font-size: 28px;
	}
	.numwrap ul li .t1 .timer{
		font-size: 50px;
	}
	.numwrap ul li .t2{
		font-size: 16px;
	}
	/*全产业链*/
	.industry_chain{
		padding-top: 50px;
	}
	.industry_chain .title .t1{
		font-size: 32px;
	}
	.industry_chain .title .t2{
		font-size: 16px;
	}
	.industry_chain .box{
		padding-top: 60px;
		padding-bottom: 80px;
	}
	.industry_chain .box .imgli .txt{
		padding: 0px 25px;
	}
	.industry_chain .box .imgli .txt .t1{
		font-size: 20px;
	}
}
@media screen and (max-width: 1200px){
	/*.owidth,
	.conwidth{
		width: 95%;
	}
	.header .logo a img{
		max-width: 180px;
	}
	.header .nav>ul>li{
		padding: 0px 12px;
	}
	.header .drop-down a{
		margin-right: 24px;
	}*/
	.header .nav{
		display: none;
	}
	.menubtn{
		display: block;
	}
	.header .show-search-btn{
		height: 70px;
		line-height: 70px;
	}
	.head-nation{
		margin-top: 20px;
	}
	.header .logo a{
		height: 70px;
		line-height: 70px;
	}
	.main{
		padding-top: 70px;
	}
	
}
@media screen and (max-width: 1024px){
	/*header*/
	/*.m-nav .nav-list>li>a, .m-nav .nav-list .one-level{
		font-size: 18px;
	}
	.m-nav ul li .m-subnav li a{
		font-size: 16px;
	}*/
	.location{
		display: none;
	}
	.search{
		top: 70px;
	}
	.search-header{
		padding-top: 50px;
    	padding-bottom: 60px
	}
	/*footer*/
	.footer .foot_logo a img{
		max-width: 180px;
	}
	/**/
	.pronav.fixed{
		top: 70px;
	}
	.pronav ul li{
		margin-left: 45px;
	}
	/*index*/
	.lunbotu .swiper-slide .banbg{
		display: none;
	}
	.lunbotu .swiper-slide a>img{
		display: block;
	}
	.i-banner .box .t1{
		font-size: 36px;
	}
	.i-banner .box .t2{
		font-size: 16px;
	}
	.lunbotu .swiper-pagination{
		-webkit-transform: translateY(50%) scale(0.6);
		transform: translateY(50%) scale(0.6);
	}
	/**/
	.obanner .obg,
	.obanner.oth .obg{
	    height: auto;
	    padding-bottom: 60%;
	}
	.obanner .bannerzi .box .t1{
		font-size: 40px;
	}
	.obanner .bannerzi .box .t2{
		font-size: 24px;
	}
	/**/
	.i-title .t1{
		font-size: 36px;
	}
	.i-title .t2{
		font-size: 21px;
	}
	/*index*/
	.i-product{
		padding-top: 60px;
		padding-bottom: 70px;
	}
	.i-product .title{
		font-size: 28px;
	}
	.i-product ul{
		margin-top: 40px;
	}
	.i-product ul li{
		width: 30%;
		margin-right: 5%;
		margin-bottom: 5%;
	}
	.i-product ul li:nth-child(6n){
		margin-right: 5%;
	}
	.i-product ul li:nth-child(3n){
		margin-right: 0;
	}
	.i-product .btn{
		margin-top: 0;
	}
	.i-product ul li a .txt{
		bottom: 20px;
	}
	.i-profile{
		padding-top: 70px;
	}
	.i-advantage{
		padding-top: 90px;
		background-attachment: inherit !important;
		background-size: cover !important;
	}
	.i-advantage .wrap{
		margin-top: 80px;
	}
	.i-advantage .wrap .t1{
		font-size: 25px;
	}
	.i-advantage .wrap .t2{
		font-size: 16px;
	}
	.i-advantage .box ul li .icon,
	.i-nums ul li .icon{
		width: 100px;
		height: 100px;
		line-height: 100px;
	}
	.i-nums{
		margin-top: 45px;
	}
	.i-nums ul li .t1,
	.i-nums ul li .t2{
		font-size: 15px;
	}
	.i-nums ul li .t1 span{
		font-size: 36px;
	}
	.i-development{
		padding-top: 70px;
		padding-bottom: 90px;
	}
	.i-development .picture .pic{
		padding-bottom: 50%;
	}
	.i-development .picture .item .h1{
		font-size: 56px;
	}
	/*产品认证*/
	.comnav ul li a{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.comnav ul li a .icon img{
		max-width: 35px;
	}
	.certification{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.certification ul li{
		width: 23.35%;
		margin-right: 2.2%;
		margin-bottom: 2.2%;
	}
	.certification ul li:nth-child(5n){
		margin-right: 2.2%;
	}
	.certification ul li:nth-child(4n){
		margin-right: 0;
	}
	.page-list a{
		min-width: 45px;
		height: 45px;
		line-height: 45px;
	}
	/*品牌理念*/
	.concept{
		padding-top: 70px;
		/*padding-bottom: 80px;*/
	}
	.concept ul li{
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}
	.concept ul li .txt{
		max-height: 100%;
	}
	.concept ul li .txt .t2{
		opacity: 1;
	}
	/*品牌文化*/
	.culture{
		padding-top: 70px;
		padding-bottom: 80px;
	}
	.culture ul li .img,
	.culture ul li .txt{
		float: none !important;
		width: 100%;
	}
	.culture ul li .txt{
		padding-bottom: 6%;
	}
	/*发展历程*/
	.development .title .t1{
		font-size: 30px;
	}
	.development ul li .txt .t1{
		font-size: 32px;
		margin-bottom: 10px;
	}
	.development ul li .txt .t1:before{
		width: 17px;
		height: 17px;
		top: 13px;
	}
	.development ul li:nth-child(odd) .txt .t1:before{
		left: -10px;
	}
	.development ul li .txt .t1:after{
		width: 7px;
		height: 7px;
		top: 19px;
	}
	/*发展历程*/
	.honor{
		padding-bottom: 70px;
	}
	.honor:after{
		font-size: 400px;
	}
	.honor_wrap{
		padding-top: 70px;
	}
	.honor_tab ul{
		margin-top: 30px;
	}
	.view{
		width: 60%;
	}
	.view .swiper-container{
		padding-left: 0;
		padding-right: 0;
	}
	.view .swiper-slide .txt{
		font-size: 16px;
	}
	.preview{
		width: 40%;
	}
	.preview .swiper-container{
		height: 280px;
	}
	.preview .swiper-slide p{
		font-size: 15px;
	}
	/*品牌定位*/
	.positioning{
		padding-top: 70px;
	}
	.positioning .title .t1{
		font-size: 30px;	
	}
	.positioning .subtit{
		font-size: 22px;
	}
	.customer_type ul li .txt .tit{
		font-size: 20px;
	}
	.coverage ul li .txt{
		font-size: 17px;
		margin-top: 15px;
	}
	.customer_type .swiper-container{
		padding-bottom: 30px;
	}
	.customer_type .swiper-pagination{
		display: block;
	}
	.customer_type .swiper-container-horizontal>.swiper-pagination-bullets, 
	.customer_type .swiper-pagination-custom, 
	.customer_type .swiper-pagination-fraction{
		bottom: 0;
	}
	.customer_type .swiper-pagination-bullet-active{
		background-color: #017dcc;
	}
	/*公司简介*/
	.profileBox{
		padding-top: 70px;
	}
	.profile{
		padding-bottom: 80px;
	}
	.profileBox .wrap{
		padding-bottom: 0;
	}
	.profileBox .wrap .txt{
		float: none;
		width: 100%;
		padding-right: 0;
	}
	.profileBox .wrap .img{
		float: none;
		width: 100%;
	}
	.profileBox .wrap .num{
		position: static;
		margin: 9% auto;
	}
	.profileBox .wrap .num ul li .t2 .timer{
		font-size: 50px;
	}
	/*精选案例*/
	.casenav ul{
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
		font-size: 0;
	}
	.casenav ul::-webkit-scrollbar {
		width: 0px;
		height: 0px;
	}
	.casenav ul::-webkit-scrollbar-button {
		background-color: rgba(0, 0, 0, 0);
	}
	.casenav ul::-webkit-scrollbar-track {
		background-color: rgba(0, 0, 0, 0);
	}
	.casenav ul::-webkit-scrollbar-track-piece {
		background-color: rgba(0, 0, 0, 0);
	}
	.casenav ul::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 0, 0);
	}
	.casenav ul::-webkit-scrollbar-corner {
		background-color: rgba(0, 0, 0, 0);
	}
	.casenav ul::-webkit-scrollbar-resizer {
		background-color: rgba(0, 0, 0, 0);
	}
	.casenav ul::-webkit-scrollbar {
		width: 0px;
		height: 0px;
	}
	.casenav ul li{
		margin-right: 60px;
	}
	.casenav ul li a{
		height: 90px;
		line-height: 90px;
	}
	.cases{
		padding-bottom: 70px;
	}
	.cases ul{
		margin-bottom: 40px;
	}
	.caseli .img:before{
		opacity: 0;
	}
	.caseli .img:after{
		visibility: visible;
	    opacity: 1;
	    height: 100%;
	}
	.caseli .txt .tit{
		padding: 0px 30px;
		font-size: 21px;
		bottom: auto;
    	top: 30px;
	}
	.caseli .txt ul{
		padding: 0px 30px;
		bottom: 30px;
	}
	/*案例详情*/
	.case-detail{
		padding-top: 60px;
    	padding-bottom: 70px;
	}
	.case-detail .wrap{
		padding-top: 60px;
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: none;
	}
	.case-detail .leftbox .tit, .relevant_cases .tit{
		font-size: 26px;
	}
	.case-detail .leftbox ul li{
		margin-bottom: 10px;
	}
	.case-detail .rightbox .text{
		margin-top: 0;
	}
	.detail-pager, .detail_share{
		display: none;
	}
	.relevant_cases{
		padding-bottom: 60px;
	}
	.relevant_cases ul{
		margin-top: 35px;
	}
	/*联系我们*/
	.contact ul li .icon{
		width: 80px;
		height: 80px;
		line-height: 80px;
	}
	.contact ul li .img img{
		max-width: 100px;
	}
	.contact ul li .t1,
	.contact ul li .t3{
		font-size: 16px;
	}
	.contact ul li .t2{
		font-size: 15px;
	}
	/*下载中心*/
	.downloap{
		padding-bottom: 60px;
	}
	.downloap ul{
		margin-bottom: 25px;
	}
	.downloap ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.downloap ul li:nth-child(3n){
		margin-right: 4%;
	}
	.downloap ul li:nth-child(2n){
		margin-right: 0;
	}
	/*制造能力*/
	.quality-control{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.quality-control .title .t1,
	.advantage .title .t1{
		font-size: 30px;
	}
	.quality-control ul li{
		width: 23.5%;
		margin-right: 2%;
		margin-bottom: 2%;
		padding: 25px 20px 25px;
	}
	.quality-control ul li:nth-child(7n){
		margin-right: 2%;
	}
	.quality-control ul li:nth-child(4n){
		margin-right: 0;
	}
	.quality-control ul li .txt{
		margin-top: 20px;
	}
	.advantage{
		padding-top: 70px;
		padding-bottom: 90px;
	}
	.advantage ul{
		margin-top: 70px;
	}
	.advantage ul li .timer{
		font-size: 45px;
	}
	.advantage ul li .t2{
		font-size: 14px;
	}
	/*新闻资讯*/
	.news{
		padding-bottom: 70px;
	}
	.news ul li .txt{
		padding: 20px 0px;
	}
	.news ul li .txt .t2{
		margin-top: 10px;
	}
	.news ul li .more{
		margin-top: 15px;
	}
	/*新闻详情*/
	.new-detail{
		padding-top: 60px;
		padding-bottom: 80px;
	}
	.new-detail .left_wrap{
		float: none;
		width: 100%;
	}
	.new-detail .left_wrap .title{
		padding-bottom: 25px;
	}
	.new-detail .left_wrap .title .h1{
		font-size: 24px;
	}
	.new-detail .left_wrap .box{
		padding-top: 40px;
		padding-bottom: 0px;
		margin-bottom: 0px;
		border-bottom: none;
	}
	.new-detail .detail_share{
		display: none;
	}
	.new-detail .right_wrap{
		/*float: none;
		width: 100%;*/
		display: none;
	}
	/*.newwrap ul li{
		float: left;
		width: 31%;
		margin-right: 3.5%;
		margin-bottom: 3.5%;
	}
	.newwrap ul li:nth-child(3n){
		margin-right: 0;
	}
	.newwrap ul li{
		float: left;
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.newwrap ul li:nth-child(2n){
		margin-right: 0;
	}*/
	/*产品中心*/
	.classify{
		padding-top: 20px;
	    padding-bottom: 30px;
	    padding-left: 20px;
	    padding-right: 20px;
	}
	.classify>ul>li{
		padding-bottom: 15px;
    	margin-bottom: 15px;
	}
	.product-input input{
		height: 54px;
    	line-height: 54px;
	}
	.product-list ul li{
		width: 48%;
		margin-right: 4%;
	}
	.product-list ul li:nth-child(3n){
		margin-right: 4%;
	}
	.product-list ul li:nth-child(2n){
		margin-right: 0;
	}
	/*产品详情*/
	.product-detail{
		padding-top: 50px;
	}
	.product-detail .wrap .pic{
		float: none;
		width: 100%;
		padding-right: 0;
	}
	.product-detail .wrap .represent{
		float: none;
		width: 100%;
		margin-top: 40px;
	}
	.product-detail .wrap .represent .tit .t2{
		font-size: 30px;
	}
	.product-detail .wrap .represent tr td{
		height: 40px;
		line-height: 40px;
	}
	.product-detail .description{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.product-detail .description .box .tit{
		height: 64px;
		line-height: 64px;
	}
	.product-detail .description .box ul li{
		padding: 30px 0px;
	}
	.product-detail .description .box ul li .other{
		width: -moz-calc(100% - 120px);
	    width: -webkit-calc(100% - 120px);
	    width: calc(100% - 120px);
	}
	.product-detail .description .box ul li .subtit{
		width: 120px;
	}
	.product-detail .description .box ul li .subtit i{
		width: 3px;
	}
	.related{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.related .box{
		margin-top: 40px;
	}
	.related ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.related ul li:nth-child(4n){
		margin-right: 4%;
	}
	.related ul li:nth-child(2n){
		margin-right: 0;
	}
	/*研发实力*/
	.strength>ul>li{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.strength ul li .title .t1{
		float: none;
		width: 100%;
		font-size: 30px;
	}
	.strength ul li .title .t2{
		float: none;
		width: 100%;
		margin-top: 20px;
	}
	.numwrap, .strength ul li .imgbox{
		margin-top: 40px;
	}
	.numwrap ul li .t1{
		font-size: 26px;
	}
	.numwrap ul li .t1 .timer{
		font-size: 45px;
	}
	/*视频*/
	.videolist{
		padding-bottom: 50px;
	}
	.videolist ul li .txt{
		font-size: 18px;
	}
	/*全产业链*/
	.industry_chain .title .t1{
		font-size: 30px;
	}
	.industry_chain .box .imgli .txt{
		padding: 0px 20px;
	}
	.industry_chain .box .swiper-button-next, .industry_chain .box .swiper-button-prev{
		width: 64px;
		height: 64px;
		opacity: 1;
	}
	.industry_chain .box .swiper-button-next, .industry_chain .box .swiper-container-rtl .swiper-button-prev{
		right: 60px;
	}
}
@media screen and (max-width: 768px){
	/**/
	.header .logo a img{
		max-width: 160px;
	}
	.search-header{
		padding-top: 40px;
    	padding-bottom: 50px
	}
	.search-header .search-input{
		text-indent: 50px;
    	line-height: 50px;
    	font-size: 20px;
	}
	.search .submit0{
		height: 50px;
		background: url(../images/searchf.png) no-repeat center;
    	background-size: 24px 24px;
	}
	.search-close{
		height: 50px;
		background: url(../images/close.png) no-repeat center;
    	background-size: 24px 24px;
	}
	/*footer*/
	.footer .foot_nav{
		display: none;
	}
	.footer .foot_other{
		padding-bottom: 30px;
	}
	.footer .foot_infor{
		float: none;
		width: 100%;
		text-align: center;
	}
	.i-banner .box .t1{
		font-size: 32px;
	}
	.i-banner .box .t2{
		font-size: 15px;
	}
	.i-title .t1{
		font-size: 32px;
	}
	.i-title .t2{
		font-size: 19px;
	}
	.i-title .t3{
		font-size: 36px;
	}
	.i-title .t4{
		font-size: 18px;
	}
	.comtxt{
		font-size: 15px;
	}
	.obanner .bannerzi .box .t1{
		font-size: 36px;
	}
	.obanner .bannerzi .box .t2{
		font-size: 22px;
	}
	/*index*/
	.i-product{
		padding-top: 50px;
		padding-bottom: 60px;
	}
	.i-product .title{
		font-size: 24px;
	}
	.i-product ul li{
		width: 31%;
		margin-right: 3.5%;
		margin-bottom: 3.5%;
	}
	.i-product ul li:nth-child(6n){
		margin-right: 3.5%;
	}
	.i-product ul li:nth-child(3n){
		margin-right: 0;
	}
	.i-product .btn{
		margin-top: 30px;
	}
	.i-product .btn a{
		height: 45px;
		line-height: 45px;
		font-size: 15px;
	}
	.i-advantage{
		padding-top: 70px;
	}
	.i-advantage .wrap{
		margin-top: 50px;
	}
	.i-advantage .box ul{
		display: block;
	}
	.i-advantage .box ul li{
		width: 50%;
		margin: 4% auto;
	}
	.i-advantage .box ul li .icon, .i-nums ul li .icon {
	    width: 90px;
	    height: 90px;
	    line-height: 90px;
	}
	.i-advantage .box ul li .txt{
		font-size: 16px;
	}
	.i-advantage .wrap .t1{
		font-size: 24px;
	}
	.i-advantage .wrap .t2{
		font-size: 15px;
	}
	.i-profile{
		padding-bottom: 50px;
	}
	.i-profile .box .img{
		display: block;
		width: 100%;
	}
	.i-profile .box .txt{
		padding-left: 0;
		display: block;
		width: 100%;
		padding-top: 40px;
	}
	.i-nums ul li{
		width: 50%;
		margin: 4% auto;
	}
	.i-nums ul li .t1{
		margin-top: 15px;
	}
	.i-development{
		padding-top: 50px;
    	padding-bottom: 80px;
	}
	.i-development .box .wrap{
		padding: 0px;
	}
	.i-development .years .item{
		font-size: 16px;
		height: 50px;
		line-height: 50px;
	}
	.i-development .picture .item .h1{
		font-size: 48px;
	}
	.i-development .picture .item .h2{
		font-size: 15px;
	}
	.i-development .years .item:after{
		height: 2px;
	}
	.i-development .arrow-left,
	.i-development .arrow-right{
		height: 50px;
		margin-top: -25px;
		background-size: 10px auto;
	}
	/*产品认证*/
	.comnav ul{
		text-align: center;
		background: #ffffff;
	}
	.comnav ul li{
		width: 25%;
		border-bottom: #f2f2f6 solid 1px;
	}
	.comnav ul li:nth-child(4n){
		border-right: none;
	}
	.certification{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.certification ul li{
		width: 31.5%;
		margin-right: 2.75%;
		margin-bottom: 2.75%;
	}
	.certification ul li:nth-child(5n){
		margin-right: 2.75%;
	}
	.certification ul li:nth-child(4n){
		margin-right: 2.75%;
	}
	.certification ul li:nth-child(3n){
		margin-right: 0;
	}
	.certification ul li .txt{
		padding: 0px;
	}
	.page-list a{
		min-width: 42px;
		height: 42px;
		line-height: 42px;
	}
	/*品牌理念*/
	.concept{
		padding-top: 60px;
		/*padding-bottom: 70px;*/
	}
	.concept ul li .txt .t1{
		font-size: 24px;
		margin-bottom: 15px;
	}
	.concept ul li .txt .t2{
		font-size: 15px;
	}
	/*品牌文化*/
	.culture{
		padding-top: 60px;
		padding-bottom: 70px;
	}
	/*发展历程*/
	.development{
		padding-top: 60px;
	}
	.development .title .t1,
	.positioning .title .t1{
		font-size: 28px;
	}
	.development ul li{
		padding-bottom: 30px;
	}
	.development ul li .img{
		float: none;
		width: 100%;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.development ul li .txt{
		float: none;
		width: 100%;
		padding-right: 0;
		padding-top: 30px;
		padding-bottom: 30px;
		text-align: left !important;
	}
	.development ul li{
		padding-left: 40px;
		box-sizing: border-box;
	}
	.development ul:before{
		left: 9px;
		margin-left: 0;
	}
	.development ul li:nth-child(odd) .txt .t1, .development ul li:nth-child(odd) .txt .t2{
		padding-left: 20px;
	}
	.development ul li:nth-child(even) .txt .t1, .development ul li:nth-child(even) .txt .t2{
		padding-right: 0;
		padding-left: 20px;
	}
	.development ul li:nth-child(odd) .txt .t1:before{
		left: -40px;
	}
	.development ul li:nth-child(even) .txt .t1:before{
		left: -40px;
		right: auto;
	}
	.development ul li:nth-child(odd) .txt .t1:after{
		left: -34px;
	}
	.development ul li:nth-child(even) .txt .t1:after{
		left: -34px;
		right: auto;
	}
	.development ul li:nth-child(odd) .txt .t2:before{
		left: -34px;
	}
	.development ul li:nth-child(even) .txt .t2:before{
		left: -34px;
		right: auto;
	}
	/*发展历程*/
	.honor:before{
		display: none;
	}
	.honor:after{
		top: 0;
	}
	.honor_tab{
		float: none;
		width: 100%;
		padding-top: 60px;
	}
	.honor_tab ul{
		margin-top: 20px;
		font-size: 0;
	}
	.honor_tab ul li{
		display: inline-block;
		margin-right: 40px;
	}
	.honor_wrap{
		float: none;
		width: 100%;
		padding-top: 50px;
	}
	.view{
		width: 100%;
	    padding-left: 50px;
	    padding-right: 50px;
	    box-sizing: border-box;
	}
	.preview{
		position: absolute;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100%;
	}
	.preview .swiper-container{
		display: none;
	}
	.preview .swiper-button-next, 
	.preview .swiper-button-prev{
		background-size: 25px auto;
	}
	.preview .arrow-bottom{
		right: auto;
		left: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	} 
	.preview .arrow-top{
		left: auto;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	/*品牌定位*/
	.positioning{
		padding-top: 60px;
	}
	.coverage{
		padding-top: 60px;
		padding-bottom: 40px;
	}
	.coverage ul li{
		width: 31%;
		margin-right: 3.5%;
		margin-bottom: 3.5%;
	}
	.coverage ul li:nth-child(6n){
		margin-right: 3.5%;
	}
	.coverage ul li:nth-child(3n){
		margin-right: 0;
	}
	.coverage ul li .txt{
		font-size: 16px;
	}
	/*公司简介*/
	.profileBox{
		padding-top: 60px;
	}
	.profile{
		padding-bottom: 70px;
	}
	.profileBox .wrap .num ul li .t1{
		font-size: 16px;
	}
	.profileBox .wrap .num ul li .t2{
		font-size: 16px;
	}
	.profileBox .wrap .num ul li .t2 .timer{
		font-size: 45px;
	}
	/*精选案例*/
	.casenav ul li a {
	    height: 80px;
	    line-height: 80px;
	    font-size: 16px;
	}
	.cases{
		padding-bottom: 60px;
	}
	.cases ul{
		margin-bottom: 30px;
	}
	.caseli .txt .tit{
		top: 20px;
		font-size: 19px;
		padding: 0px 25px;
	}
	.caseli .txt ul {
	    padding: 0px 25px;
	    bottom: 20px;
	}
	.caseli .txt ul li{
		margin-bottom: 5px;
	}
	/*案例详情*/
	.case-detail{
		padding-top: 50px;
		padding-bottom: 60px;
	}
	.case-detail .leftbox .tit, .relevant_cases .tit{
		font-size: 24px;
	}
	.case-detail .leftbox{
		float: none;
		width: 100%;
		padding-right: 0;
	}
	.case-detail .leftbox ul li{
		display: inline-block;
		margin-right: 30px;
	}
	.case-detail .wrap{
		padding-top: 40px;
	}
	.case-detail .wrap .left_w, .case-detail .wrap .right_w{
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.case-detail .wrap .right_w{
		margin-top: 10px;
	}
	.case-detail .rightbox{
		float: none;
		width: 100%;
		margin-top: 20px;
	}
	.relevant_cases{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.relevant_cases ul{
		margin-top: 25px;
	}
	/*联系我们*/
	.contact ul{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.contact ul li{
		width: 48%;
		margin-top: 20px;
		margin-bottom: 20px;
		margin-right: 4%;
	}
	.contact ul li:nth-child(2n){
		margin-right: 0;
	}
	/*下载中心*/
	.downloap ul li .oth{
		padding-right: 15px;
	}
	.downloap ul li .oth .txt .t1{
		font-size: 16px;
		height: 55px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;	
		overflow: hidden;
	}
	/*制造能力*/
	.quality-control{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.quality-control .title .t1,
	.advantage .title .t1{
		font-size: 28px;
		margin-bottom: 20px;
	}
	.quality-control .title .t2,
	.advantage .title .t2{
		font-size: 15px;
	}
	.quality-control .title .t2{
		text-align: justify;
	}
	.quality-control ul{
		margin-top: 40px;
	}
	.quality-control ul li{
		padding: 25px 15px 20px;
	}
	.quality-control ul li .txt{
		margin-top: 15px;
		font-size: 15px;
	}
	.advantage{
		padding-top: 60px;
		padding-bottom: 80px;
	}
	.advantage ul{
		margin-top: 60px;
	}
	.advantage ul li{
		padding-top: 15px;
		min-height: 150px;
	}
	.advantage ul li .timer{
		font-size: 36px;
	}
	.advantage ul li .t1{
		font-size: 21px;
	}
	.advantage ul li .t2{
		font-size: 14px;
	}
	.advantage ul li .t3{
		font-size: 16px;
	}
	/*新闻资讯*/
	.news{
		padding-bottom: 60px;
	}
	.news ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.news ul li:nth-child(3n){
		margin-right: 4%;
	}
	.news ul li:nth-child(2n){
		margin-right: 0;
	}
	.location .cont{
		padding: 15px 0px;
	}
	/*新闻详情*/
	.new-detail{
		padding-top: 50px;
		padding-bottom: 70px;
	}
	.new-detail .left_wrap .box{
		padding-top: 30px;
	}
	.new-detail .left_wrap .title .h1{
		font-size: 22px;
	}
	/*产品中心*/
	.product{
		padding-bottom: 60px;
	}
	.product .leftbox{
		float: none;
		width: 100%;
	}
	.classify{
		padding-bottom: 20px;
	}
	.classify.cur{
		position: relative;
	    top: auto;
	    left: auto;
	    overflow: hidden;
	    width: 100%;
	    z-index: 1;
	}
	.classify>ul{
		max-height: 100%;
	}
	.classify ul li ul li .level-li a{
		padding-left: 35px;
	}
	.classify ul li .o-level span{
		font-size: 18px;
	}
	.product .rightbox{
		float: none;
		width: 100%;
		padding-left: 0px;
		margin-top: 50px;
	}
	/*产品详情*/
	.product-detail{
		padding-top: 40px;
	}
	.product-detail .wrap .represent .tit .t1{
		font-size: 18px;
	}
	.product-detail .wrap .represent .tit .t2{
		font-size: 28px;
	}
	.product-detail .wrap .represent tr td{
		height: 40px;
		line-height: 40px;
	}
	.product-detail .description{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.product-detail .description .box .tit{
		height: 60px;
		line-height: 60px;
	}
	.product-detail .description .box ul li .other{
		padding: 0px 30px;
		width: -moz-calc(100% - 100px);
	    width: -webkit-calc(100% - 100px);
	    width: calc(100% - 100px);
	}
	.product-detail .description .box ul li .other.txt{
		padding: 0px;
	}
	.product-detail .description .box ul li .subtit{
		width: 100px;
		padding-left: 12px;
	}
	.product-detail .description .box ul li .subtit i{
		width: 2px;
	}
	.product-detail .description .swiper-button-next, .product-detail .description .swiper-button-prev{
		width: 30px;
		height: 30px;
		margin-top: -15px;
		-moz-background-size: 14px 25px;
	    -webkit-background-size: 14px 25px;
	    background-size: 14px 25px;
	}
	.related{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	/*研发实力*/
	.strength>ul>li{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.strength ul li .title .t1{
		font-size: 28px;
	}
	.strength ul li .title .t2{
		margin-top: 20px;
	}
	.numwrap, .strength ul li .imgbox{
		margin-top: 30px;
	}
	.numwrap ul{
		padding: 7% 0;
	}
	.numwrap ul li{
		width: 50%;
		padding: 4% 0;
	}
	.numwrap ul li .t1{
		font-size: 24px;
	}
	.numwrap ul li .t1 .timer{
		font-size: 40px;
	}
	.numwrap ul li .t2{
		margin-top: 20px;
	}
	/*视频*/
	.videolist{
		padding-top: 50px;
		padding-bottom: 40px;
	}
	.videolist ul li .txt{
		padding: 15px 20px;
		font-size: 17px;
	}
	.videolist ul li .mask{
		background: rgba(0,0,0,0.5) url(../images/img175.png) center no-repeat;
		background-size: 14% auto;
	}
	/*全产业链*/
	.industry_chain .title .t1{
		font-size: 28px;
	}
	.industry_chain .box{
		padding-top: 50px;
		padding-bottom: 70px;
	}
	.industry_chain .box .swiper-button-next, .industry_chain .box .swiper-container-rtl .swiper-button-prev{
		right: 40px;
	}
}
@media screen and (max-width: 640px){
	/**/
	.m-nav .nav-list>li{
		width: 200px;
	}
	/*footer*/
	.footer .foot_other{
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.footer .copyright{
		text-align: center;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.footer .copyright .foot_lang{
		float: none;
		display: block;
	}
	/**/
	.obanner .obg{
		padding-bottom: 70%;
	}
	.obanner .bannerzi .box .t1{
		font-size: 32px;
	}
	.obanner .bannerzi .box .t2{
		font-size: 20px;
	}
	/*index*/
	.i-banner .box .t1{
		font-size: 30px;
	}
	.i-title .t1{
		font-size: 30px;
	}
	.i-title .t3{
		font-size: 32px;
	}
	.i-product ul li{
		width: 47%;
		margin-right: 6%;
		margin-bottom: 6%;
	}
	.i-product ul li:nth-child(6n){
		margin-right: 6%;
	}
	.i-product ul li:nth-child(3n){
		margin-right: 6%;
	}
	.i-product ul li:nth-child(2n){
		margin-right: 0;
	}
	.i-product .btn{
		margin-top: 20px;
	}
	.i-advantage .wrap .t1{
		font-size: 21px;
	}
	.i-advantage .wrap .t2{
		font-size: 14px;
	}
	.i-profile{
		padding-top: 60px;
	}
	.i-development{
		padding-bottom: 70px;
	}
	.i-development .picture .item{
		width: 100%;
		box-sizing: border-box;
		padding: 0 5%;
	}
	.i-development .picture .item .h1{
		font-size: 44px;
	}
	.i-development .picture .pic{
		padding-bottom: 60%;
	}
	/*产品认证*/
	.comnav ul li a{
		padding-top: 15px;
    	padding-bottom: 15px;
	}
	.comnav ul li a .icon img{
		max-width: 32px;
	}
	.comnav ul li .txt{
		font-size: 15px;
	}
	.certification{
		padding-top: 50px;
	}
	/*品牌理念*/
	.concept{
		padding-top: 50px;
		padding-bottom: 40px;
	}
	.concept ul li{
		margin-bottom: 30px;
	}
	.concept ul li .txt .t1{
		font-size: 20px;
	}
	.concept ul li .txt .t2{
		font-size: 14px;
	}
	/*发展历程*/
	.development{
		padding-top: 50px;
	}
	.development .title .t1{
		font-size: 24px;
		margin-bottom: 15px;
	}
	.development .title .t2{
		font-size: 15px;
	}
	.development ul li{
		padding-bottom: 30px;
	}
	.development ul li .txt .t1{
		font-size: 30px;
	}
	/*荣誉资质*/
	.honor_tab{
		padding-top: 50px;
	}
	/*品牌定位*/
	.positioning{
		padding-top: 50px;
	}
	.positioning .title .t1{
		font-size: 24px;
		margin-bottom: 15px;
	}
	.positioning .title .t2{
		font-size: 15px;
	}
	.positioning .subtit{
		font-size: 20px;
	}
	.coverage{
		padding-top: 50px;
	}
	.coverage ul li .txt{
		font-size: 15px;
		margin-top: 10px;
	}
	/*公司简介*/
	.profileBox{
		padding-top: 50px;
	}
	.profile{
		padding-bottom: 60px;
	}
	.profileBox .wrap .comtxt{
		padding-top: 20px;
		margin-top: 20px;
	}
	.profileBox .wrap .num{
		margin: 20px auto;
	}
	.profileBox .wrap .num ul{
		display: block;
	}
	.profileBox .wrap .num ul li{
		float: left;
		width: 48%;
		box-sizing: border-box;
		margin: 20px auto;
		padding-left: 0;
		padding-right: 4%;
	}
	.profileBox .wrap .num ul li:nth-child(2n){
		padding-right: 0;
	}
	.profileBox .wrap .num ul li .t1{
		font-size: 15px;
	}
	.profileBox .wrap .num ul li .t2{
		font-size: 15px;
	}
	.profileBox .wrap .num ul li .t2 .timer{
		font-size: 42px;
	}
	/*精选案例*/
	.casenav ul li a {
	    height: 70px;
	    line-height: 70px;
	}
	.cases{
		padding-bottom: 50px;
		margin-top: 40px;
	}
	.caseli .txt .tit{
		top: 15px;
		font-size: 18px;
		padding: 0px 20px;
	}
	.caseli .txt ul {
	    padding: 0px 20px;
	    bottom: 15px;
	}
	.caseli .txt ul li{
		margin-bottom: 0;
	}
	/*案例详情*/
	.case-detail{
		padding-top: 40px;
		padding-bottom: 50px;
	}
	.case-detail .leftbox .txt{
		font-size: 15px;
	}
	.case-detail .leftbox ul li{
		display: inline-block;
		margin-right: 25px;
	}
	.case-detail .wrap{
		padding-top: 30px;
	}
	.relevant_cases{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	/*下载中心*/
	.downloap ul li{
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 25px;
	}
	.downloap ul li .img{
		padding: 20px;
	}
	.downloap ul li .oth{
		padding-top: 50px;
	}
	.downloap ul li .oth .txt .t1{
		height: auto;
	}
	.downloap ul li .icon{
		bottom: 50px;
	}
	/*制造能力*/
	.quality-control{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.quality-control .title .t1,
	.advantage .title .t1{
		font-size: 24px;
		margin-bottom: 15px;
	}
	.quality-control ul{
		margin-top: 30px;
	}
	.quality-control ul li{
		padding: 15px;
	}
	.quality-control ul li .txt{
		margin-top: 10px;
		font-size: 14px;
	}
	.advantage{
		padding-top: 50px;
		padding-bottom: 70px;
	}
	.advantage ul{
		margin-top: 40px;
	}
	.advantage ul li{
		width: 50%;
		min-height: 140px;
	}
	.advantage ul li:nth-child(3) i{
		background: #20a0f2;
	}
	.advantage ul li:nth-child(2n) i{
		background: none;
	}
	.advantage ul li:nth-child(4n):after{
		background: rgba(255,255,255,0.2);
	}
	.advantage ul li:nth-child(3):after,
	.advantage ul li:nth-child(4):after{
		background: rgba(255,255,255,0.2);
	}
	.advantage ul li:nth-child(2n):before{
		background: none;
	}
	.advantage ul li .timer{
		font-size: 36px;
	}
	.advantage ul li .t1{
		font-size: 21px;
	}
	.advantage ul li .t2{
		font-size: 14px;
	}
	.advantage ul li .t3{
		font-size: 16px;
	}
	/*新闻详情*/
	.new-detail{
		padding-top: 40px;
		padding-bottom: 60px;
	}
	.new-detail .left_wrap .box{
		padding-top: 20px;
	}
	/*产品详情*/
	.product-detail .wrap{
		padding-bottom: 60px;
	}
	.product-detail .description .box .tit{
		height: 56px;
    	line-height: 56px;
    	font-size: 20px;
	}
	.product-detail .description .box ul{
		padding: 0px 25px 20px;
	}
	/*产品详情*/
	.strength ul li .title .t1{
		font-size: 24px;
	}
	.strength ul li .title .t2{
		font-size: 15px;
		margin-top: 15px;
	}
	.numwrap ul li .t2{
		font-size: 15px;
		margin-top: 15px;
	}
	/*视频*/
	.videolist{
		padding-top: 40px;
	}
	.videolist ul li .txt{
		padding: 15px;
		font-size: 16px;
	}
	/*全产业链*/
	.industry_chain{
		padding-top: 40px;
	}
	.industry_chain .title .t1{
		font-size: 24px;
	}
	.industry_chain .title .t2{
		font-size: 15px;
		margin-top: 10px;
	}
	.industry_chain .box{
		padding-top: 40px;
		padding-bottom: 60px;
		margin-top: 40px;
	}
}
@media screen and (max-width: 540px){
	/*header*/
	.header .logo a img{
		max-width: 150px;
		max-height: 40px;
	}
	.head-nation .current .name{
		min-width: 40px;
	}
	.m-nav{
		top: 60px;
		height: calc(100vh - 60px);
	}
	/*.m-nav .nav-list>li>a, .m-nav .nav-list .one-level{
		font-size: 16px;
		height: 54px;
		line-height: 54px;
	}
	.m-nav ul li .m-subnav li a{
		font-size: 14px;
		height: 40px;
    	line-height: 40px;
	}*/
	.m-nav .nav-list>li{
		width: 180px;
	}
	.menubtn{
		height: 60px;
	}
	.header .show-search-btn{
		height: 60px;
		line-height: 60px;
	}
	.head-nation{
		margin-top: 15px;
	}
	.header .logo a{
		height: 60px;
		line-height: 60px;
	}
	.search{
		top: 60px;
	}
	.search-header .search-input{
		text-indent: 40px;
	}
	.main{
		padding-top: 60px;
	}
	.i-title .t3{
		font-size: 32px;
	}
	.i-title .t4{
		font-size: 16px;
	}
	/**/
	.pronav.fixed{
		top: 60px;
	}
	.pronav ul li{
		margin-left: 35px;
	}
	.pronav ul li a{
		height: 56px;
    	line-height: 56px;
    	font-size: 15px;
	}
	/*footer*/
	.footer .foot_logo a img{
		max-width: 160px;
	}
	.footer .back{
		margin-top: 15px;
	}
	.footer .foot_phone .t2{
		font-size: 24px;
	}
	/**/
	.obanner .bannerzi .box .t1{
		font-size: 28px;
	}
	.obanner .bannerzi .box .t2{
		font-size: 18px;
	}
	/*index*/
	.i-banner .box .t1{
		font-size: 28px;
	}
	.i-banner .box .t2{
		font-size: 14px;
	}
	.i-title .t1{
		font-size: 28px;
	}
	.i-title .t2{
		font-size: 17px;
	}
	.comtxt{
		font-size: 14px;
	}
	/*index*/
	.i-banner .box .t1,
	.i-title .t1{
		font-size: 25px;
	}
	.i-title .t2{
		font-size: 16px;
	}
	.i-product{
		padding-top: 40px;
		padding-bottom: 50px;
	}
	.i-product .title{
		font-size: 22px;
	}
	.i-product ul{
		margin-top: 30px;
	}
	.i-product ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.i-product ul li:nth-child(6n){
		margin-right: 4%;
	}
	.i-product ul li:nth-child(3n){
		margin-right: 4%;
	}
	.i-product ul li:nth-child(2n){
		margin-right: 0;
	}
	.i-product ul li a .txt{
		bottom: 15px;
		font-size: 14px;
	}
	.i-profile .comtxt{
		margin-top: 25px;
	}
	.i-product .btn a {
	    height: 40px;
	    line-height: 40px;
	    font-size: 14px;
	}
	.i-profile .box .txt{
		padding-top: 30px;
	}
	.i-nums{
		margin-top: 35px;
	}
	.i-nums ul li .t1,
	.i-nums ul li .t2{
		font-size: 14px;
	}
	.i-nums ul li .t1 span{
		font-size: 32px;
	}
	.i-development{
		padding-top: 40px;
		padding-bottom: 60px;
	}
	.i-development .box{
		margin-top: 30px;
	}
	.i-development .picture .pic{
		padding-bottom: 90%;
	}
	.i-development .picture .item .h1{
		font-size: 40px;
	}
	.i-development .picture .item .h2{
		font-size: 14px;
	}
	.i-advantage .box ul li .icon, .i-nums ul li .icon{
		width: 80px;
		height: 80px;
		line-height: 80px;
	}
	/*产品认证*/
	.comnav ul{
		text-align: left;
	}
	.comnav ul li{
		width: 33.33%;
	}
	.comnav ul li:nth-child(4n){
		border-right: #f2f2f6 solid 1px;
	}
	.comnav ul li:nth-child(3n){
		border-right: none;
	}
	.comnav ul li a{
		padding-top: 15px;
    	padding-bottom: 15px;
	}
	.comnav ul li a .icon img{
		max-width: 28px;
	}
	.comnav ul li .txt{
		font-size: 14px;
	}
	.certification ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 6%;
	}
	.certification ul li:nth-child(5n){
		margin-right:4%;
	}
	.certification ul li:nth-child(4n){
		margin-right: 4%;
	}
	.certification ul li:nth-child(3n){
		margin-right: 4%;
	}
	.certification ul li:nth-child(2n){
		margin-right: 0;
	}
	.certification ul li .txt{
		font-size: 15px;
	}
	.page-list a {
	    min-width: 40px;
	    height: 40px;
	    line-height: 40px;
	}
	/*品牌理念*/
	.concept{
		padding-top: 40px;
		padding-bottom: 20px;
	}
	.concept ul li .txt .t1{
		margin-bottom: 10px;
	}
	/*品牌文化*/
	.culture{
		padding-top: 50px;
		padding-bottom: 60px;
	}
	.culture ul li .txt{
		padding: 40px 30px;
	}
	.culture ul li .txt .t1{
		font-size: 18px;
		margin-bottom: 15px;
	}
	.culture ul li .txt .t2{
		font-size: 20px;
		margin-bottom: 15px;
	}
	.culture ul li .txt .t3{
		font-size: 15px;
	}
	/*联系我们*/
	.contact ul{
		padding-bottom: 30px;
	}
	/*发展历程*/
	.development{
		padding-top: 40px;
	}
	.development ul li{
		padding-bottom: 20px;
	}
	.development ul li:nth-child(odd) .txt .t1, .development ul li:nth-child(odd) .txt .t2,
	.development ul li:nth-child(even) .txt .t1, .development ul li:nth-child(even) .txt .t2{
		padding-left: 0px;
	}
	.development ul li .txt{
		padding-top: 25px;
		padding-bottom: 20px;
	}
	.development ul li .txt .t1{
		font-size: 28px;
	}
	.development ul li .txt .t2{
		font-size: 14px;
	}
	.development ul li .txt .t2:before{
		top: 7px;
	}
	/*荣誉资质*/
	.honor{
		padding-bottom: 60px;
	}
	.honor:after{
		font-size: 360px;
	}
	.honor_tab{
		padding-top: 40px;
	}
	.honor_wrap{
		padding-top: 40px;
	}
	.preview .swiper-button-next, .preview .swiper-button-prev{
		background-size: 20px auto;
	}
	/*品牌定位*/
	.positioning{
		padding-top: 40px;
	}
	
	.customer_type ul li .txt .tit{
		font-size: 18px;
	}
	.coverage{
		padding-top: 40px;
	}
	.coverage ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.coverage ul li:nth-child(6n),
	.coverage ul li:nth-child(3n){
		margin-right: 4%;
	}
	.coverage ul li:nth-child(2n){
		margin-right: 0;
	}
	/*公司简介*/
	.profileBox{
		padding-top: 40px;
	}
	.profile{
		padding-bottom: 50px;
	}
	.profileBox .wrap .comtxt{
		padding-top: 15px;
		margin-top: 15px;
	}
	/*精选案例*/
	.casenav ul li{
		margin-right: 40px;
	}
	.casenav ul li a {
	    height: 60px;
	    line-height: 60px;
	    font-size: 15px;
	}
	.cases ul{
		margin-bottom: 20px;
	}
	.cases ul li{
		float: none;
		width: 100%;
		margin-bottom: 25px;
	}
	/*案例详情*/
	.relevant_cases{
		padding-bottom: 30px;
	}
	.relevant_cases ul li{
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 25px;
	}
	/*联系我们*/
	.contact ul li .icon{
		width: 70px;
		height: 70px;
		line-height: 70px;
	}
	/*制造能力*/
	.quality-control ul li{
		width: 31.4%;
		margin-right: 2.9%;
		margin-bottom: 2.9%;
	}
	.quality-control ul li:nth-child(7n){
		margin-right: 2.9%;
	}
	.quality-control ul li:nth-child(4n){
		margin-right: 2.9%;
	}
	.quality-control ul li:nth-child(3n){
		margin-right: 0;
	}
	.advantage{
		padding-top: 40px;
		padding-bottom: 60px;
	}
	.advantage ul{
		margin-top: 30px;
	}
	.advantage ul li .timer{
		font-size: 32px;
	}
	.advantage ul li .t1{
		font-size: 18px;
	}
	.advantage ul li .t3{
		font-size: 15px;
	}
	/*新闻资讯*/
	.news{
		padding-top: 40px;
		padding-bottom: 50px;
	}
	.news ul{
		margin-bottom: 20px;
	}
	.news ul li{
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	/*新闻详情*/
	.new-detail{
		padding-bottom: 50px;
	}
	.new-detail .left_wrap .title{
		padding-bottom: 20px;
	}
	.new-detail .left_wrap .title .h1{
		font-size: 20px;
	}
	/*产品中心*/
	.product{
		padding-bottom: 50px;
	}
	.classify ul li .o-level span{
		font-size: 17px;
	}
	/*.classify ul li ul>li>a, .classify ul li ul li .t-level{
		font-size: 15px;
	}*/
	.product-input input{
		font-size: 15px;
	}
	.product-list ul li{
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.productli .txtbox{
		padding: 25px 20px 20px;
	}
	.product-input .btn_input{
		width: 40px;
		height: 50px;
	}
	.product-input .text_input{
		width: -moz-calc(100% - 40px);
		width: -wbekit-calc(100% - 40px);
		width: calc(100% - 40px);
		height: 50px;
		line-height: 50px;
		font-size: 15px;
	}
	/*产品详情*/
	.product-detail{
		padding-top: 30px;
	}
	.product-detail .wrap{
		padding-bottom: 50px;
	}
	.product-detail .wrap .pic ul{
		float: none;
		width: 100%;
	}
	.product-detail .wrap .pic ul li{
		margin-bottom: 20px;
	}
	.product-detail .wrap .pic .bigpic{
		position: static;
		width: 100%;
		margin-top: 20px;
	}
	.product-detail .pic{
		display: none;
	}
	.product-detail .mpic{
		display: block;
	}
	.mpic .img{
		width: 100%;
		overflow: hidden;
	}
	.mpic .img img{
		width: 100%;
	}
	.product-detail .description{
		padding-top: 40px;
    	padding-bottom: 40px;
	}
	.product-detail .wrap .represent .tit .t2{
		font-size: 24px;
	}
	.product-detail .wrap .represent tr th,
	.product-detail .wrap .represent tr td:nth-child(1){
		padding-left: 30px;
	}
	.product-detail .wrap .represent tr td:nth-child(1){
		width: 40%;
	}
	.product-detail .wrap .represent tr td:nth-child(2){
		width: 60%;
	}
	.product-detail .wrap .dlicon a{
		font-size: 16px;
	}
	.product-detail .description .box .tit {
	    height: 50px;
	    line-height: 50px;
	    font-size: 18px;
	}
	.product-detail .description .box ul{
		padding: 0px 20px 15px;
	}
	.product-detail .description .box ul li{
		padding: 25px 0px;
	}
	.product-detail .description .box ul li .subtit{
		float: none;
		width: 100%;
	}
	.product-detail .description .box ul li .other{
		float: none;
		width: 100%;
		margin-top: 20px;
	}
	.product-detail .description .atlas .txt{
		font-size: 15px;
	}
	.related{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.related .box{
		margin-top: 30px;
	}
	.related ul li{
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	/*研发实力*/
	.strength>ul>li{
		padding: 40px 0px;
	}
	/*视频*/
	.videolist{
		padding-bottom: 30px;
	}
	.videolist ul li{
		float: none;
		width: 100%;
		margin-bottom: 25px;
	}
	.industry_chain .box .imgli .txt .t1{
		font-size: 18px;
	}
	.industry_chain .box .swiper-button-next, .industry_chain .box .swiper-button-prev{
		width: 60px;
		height: 60px;
	}
	.industry_chain .box .swiper-button-next, .industry_chain .box .swiper-container-rtl .swiper-button-prev{
		right: 30px;
	}
}
@media screen and (max-width: 480px){
	.header .logo{
		max-width: 36%;
	}
	.header .logo a img{
		max-width: 100%;
	}
	.search-header{
		padding-top: 30px;
    	padding-bottom: 40px
	}
	.search-header .search-input{
		text-indent: 40px;
    	font-size: 18px;
	}
	.search .submit0{
		background: url(../images/searchf.png) no-repeat center;
    	background-size: 21px 21px;
	}
	.search-close{
		background: url(../images/close.png) no-repeat center;
    	background-size: 21px 21px;
	}
	/*.m-nav .nav-list .one-level i{
		background: url(../images/img178.png) center no-repeat;
    	background-size: 8px auto;
	}
	.m-nav .nav-list .one-level.on i{
		background: url(../images/img178a.png) center no-repeat;
    	background-size: 8px auto;
	}*/
	.m-nav .nav-list>li{
		width: 160px;
	}
	.m-nav .nav-list>li>a, .m-nav .nav-list .one-level{
		font-size: 15px;
		height: 45px;
		line-height: 45px;
	}
	.m-nav ul li .m-subnav li a{
		height: 40px;
		line-height: 40px;
	}
	.m-nav ul li .m-subnav li a,
	.m-nav ul li .m-subnav.oth li .txt{
		font-size: 14px;
	}
	.i-title .t3{
		font-size: 28px;
	}
	/**/
	.lunbotu.swiper-container-horizontal>.swiper-pagination-bullets, .lunbotu .swiper-pagination-custom, .lunbotu .swiper-pagination-fraction{
		bottom: 25px;
	}
	.lunbotu .swiper-pagination{
		-webkit-transform: translateY(50%) scale(0.45);
		transform: translateY(50%) scale(0.45);
	}
	.i-banner .box .t1, .i-title .t1{
		font-size: 22px;
	}
	.comnav{
		margin-top: -45px;
	}
	.i-nums ul li .t1 span{
		font-size: 28px;
	}
	.i-development .picture .item .h1{
		font-size: 36px;
	}
	.i-development .years .item{
		font-size: 15px;
	}
	.i-product .title{
		font-size: 20px;
	}
	.page-list a {
	    min-width: 36px;
	    height: 36px;
	    line-height: 36px;
	}
	.certification ul li .txt{
		font-size: 14px;	
	}
	/*品牌文化*/
	.culture{
		padding-top: 40px;
		padding-bottom: 50px;
	}
	.culture ul li .txt{
		padding: 30px 25px;
	}
	.culture ul li .txt .t1{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.culture ul li .txt .t2{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.culture ul li .txt .t3{
		font-size: 14px;
	}
	/*联系我们*/
	.contact ul{
		padding-bottom: 20px;
	}
	/*发展历程*/
	.development ul li .txt{
		padding-top: 20px;
		padding-bottom: 10px;
	}
	.development ul li .txt .t1{
		font-size: 24px;
	}
	.development ul li .txt .t2:before{
		top: 7px;
	}
	.development ul li .txt .t1:before{
		top: 9px;
	}
	.development ul li .txt .t1:after{
		top: 15px;
	}
	/*荣誉资质*/
	.honor_tab ul li span{
		font-size: 16px;
	}
	.development .title .t1,
	.positioning .title .t1{
		font-size: 22px;
	}
	.development .title .t2,
	.positioning .title .t2{
		font-size: 14px;
	}
	.positioning .subtit{
		font-size: 19px;
	}
	.preview .swiper-button-next, .preview .swiper-button-prev{
		background-size: 15px auto;
	}
	/*公司简介*/
	.profileBox .wrap .num ul li .t1{
		font-size: 14px;
	}
	.profileBox .wrap .num ul li .t2{
		font-size: 14px;
	}
	.profileBox .wrap .num ul li .t2 .timer{
		font-size: 32px;
	}
	/*品牌定位*/
	.coverage ul li .txt{
		font-size: 14px;
	}
	/*案例详情*/
	.case-detail{
		padding-bottom: 40px;
	}
	.case-detail .leftbox .tit, .relevant_cases .tit{
		font-size: 22px;
	}
	.case-detail .leftbox .txt{
		font-size: 14px;
	}
	/*联系我们*/
	.contact ul li .t2{
		font-size: 14px;
	}
	/*下载中心*/
	.downloap{
		padding-top: 40px;
		padding-bottom: 50px;
	}
	.downloap ul li .oth{
		padding-top: 30px;
	}
	.downloap ul li .icon{
		bottom: 30px;
	}
	/*新闻资讯*/
	.news ul li .txt .t2{
		font-size: 17px;
	}
	/*新闻详情*/
	.new-detail .left_wrap .title .h1{
		font-size: 18px;
	}
	/*产品详情*/
	.strength ul li .title .t1{
		font-size: 22px;
	}
	.strength ul li .title .t2{
		font-size: 14px;
	}
	.numwrap ul{
		padding: 30px 0px;
	}
	.numwrap ul li{
		padding: 30px 0px;
	}
	.numwrap ul li .t1{
		font-size: 22px;
	}
	.numwrap ul li .t1 .timer{
		font-size: 36px;
	}
	.numwrap ul li .t2{
		font-size: 14px;
		margin-top: 10px;
	}
	/*全产业链*/
	.industry_chain .box{
		padding-bottom: 50px;
	}
	.industry_chain .title .t1{
		font-size: 22px;
	}
	.industry_chain .box .swiper-button-next, .industry_chain .box .swiper-button-prev{
		width: 50px;
		height: 50px;
	}
	.industry_chain .box .swiper-button-prev, .industry_chain .box .swiper-container-rtl .swiper-button-next{
		left: 0;
	}
	.industry_chain .box .swiper-button-next, .industry_chain .box .swiper-container-rtl .swiper-button-prev{
		right: 20px;
	}
	.quality-control ul{
		display: flex;
		align-content: stretch;
		flex-wrap: wrap;
	}
	.quality-control ul li{
		padding: 15px 10px;
	}
}
@media screen and (max-width: 414px){
	.certification ul li .txt{
		font-size: 8px;	
	}
}
@media screen and (max-width: 375px){
	/**/
	.obanner .bannerzi .box .t1{
		font-size: 26px;
	}
	.obanner .bannerzi .box .t2{
		font-size: 16px;
	}
	.comnav{
		margin-top: -40px;
	}
	.i-advantage .box ul li .icon, .i-nums ul li .icon{
		width: 70px;
		height: 70px;
		line-height: 70px;
	}
	/*荣誉资质*/
	.honor:after{
		font-size: 300px;
		top: 5%;
	}
	/*联系我们*/
	.contact ul li .icon{
		width: 60px;
		height: 60px;
		line-height: 60px;
	}
	.contact ul li .img{
		margin-bottom: 15px;
	}
	
}


/*搜索结果*/
.xsousuo {
     padding-top: 90px;
    /* padding-bottom: 80px; */
    background: #fff;
}

.xsousuo .conwidth {}

.xsousuo .xssbox {
    padding-top: 85px;
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 80px;
    /* background-color: #FFFFFF; */
}

.xssbox .title {
    font-family: sy-Regular;
    color: #000000;
    font-size: 28px;
    padding-bottom: 35px;
    border-bottom: #e8e8e8 solid 1px;
}

.xssbox .title .t1 {
    color: #148fee;
}

.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;
    margin-top: 4vh;
}

.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: #148fee;
}

.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;
    }
}


	.shareic{
		float: right;
	}
	.shareic ul li{
		float: left;
		margin-left: 10px;
	}
	.shareic ul li:last-child{
		margin-right: 0;
	}
	.shareic ul li a{
		display: block;
		width: 36px;
		height: 36px;
		line-height: 36px;
		border-radius: 50%;
		background: #1c3647;
		overflow: hidden;
		text-align: center;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.shareic ul li:hover a{
		background: #087cc9;
	}
	.shareic ul li a img{
		max-width: 22px;
	}
	.footer .copyright{
		overflow: hidden;
	}
	@media screen and (max-width: 768px){
		.shareic{
			float: none;
			width: 100%;
			text-align: center;
			font-size: 0;
			margin-bottom: 15px;
		}
		.shareic ul{
			display: inline-block;
		}
		.shareic ul li a{
			width: 32px;
			height: 32px;
			line-height: 32px;
		}
		.shareic ul li a img{
			max-width: 18px;
		}
	}




