.page{
	margin: 0 auto;
	width: 100%;
	text-align:center;
}
.wrap{
	height: auto;
	width: 1200px;
	margin: 0 auto;
}
.clear{
	clear: both;
}
/*header*/
.a-header{
	display: none;
}
.header{
	width: 100%;
	/*padding-bottom: 10px;*/
	text-align: center;
	position: relative;
}
.header .logo{
	display: inline-block;
	vertical-align: top;
	/*padding-top: 8px;*/
	padding-top: 17px;
}
.header .logo a{
	display: block;
}
.header .logo img{
	/*width: 250px;*/
	display: block;
}
.header .nav{
	display: inline-block;
	margin-left: 50px;
	vertical-align: top;
}
.header .nav ul li{
	width: 110px;
	font-size: 16px;
	line-height: 56px;
	text-align: center;
	float: left;
}
.header .nav ul li a{
	color: #555555;
	display: block;
}
.header .nav ul li.active,.header .nav ul li:hover{
	background: #33b4ee;
}
.header .nav ul li.active a,.header .nav ul li:hover a{
	color: #fff;
}
.header .big_nav_box{
	width: 1200px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	z-index: 10000;
	top: 56px;
	background: rgba(51,180,238,0.9);
	padding: 0 60px 0; 
	box-sizing: border-box;
	color: #fff;
	display: none;
}
.header .big_nav_box.focus{
	display: block;
}
.header .big_nav_box .inner{
	/*width: 50%;*/
	float: left;
	padding-right: 32px;
	margin-top: 10px;
	margin-bottom: 16px;
	box-sizing: border-box;
	text-align: left;
}
/*.header .big_nav_box:nth-child(3) .inner{*/
/*	width: 24%;*/
/*}*/
.header .big_nav_box .inner dt a{
	color: #fff;
}
/*.header .big_nav_box .inner:nth-child(2n){*/
/*	padding-right: 0;*/
/*	padding-left: 32px;*/
/*}*/
.header .big_nav_box dl dt {
    padding: 25px 0 10px;
    width: 100%;
    font-size: 16px;
    /*border-bottom: 2px solid #FFFFFF;*/
    margin-bottom: 15px;
    font-weight: normal;
    position: relative;
    padding-left: 10px;
    box-sizing: border-box;
}
.header .big_nav_box dl dd{
	width: 100%;
}
.header .big_nav_box dl dd a{
	display: block;
	width: 100%;
	color: #fff;
	font-size: 14px;
	line-height: 34px;
	position: relative;
	padding-left: 20px;
	box-sizing: border-box;

}
.header .big_nav_box dl dt span{
	
	top: 62%;
	
}
.header .big_nav_box dl dt span,.header .big_nav_box dl dd a:before{
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	height: 8px;
	width: 8px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	left: 0;
}
.header .big_nav_box dl dd a:before{
	top: 50%;
	content: "";
}
#top{
	width: 100%;
	padding-top: 10px;
}
.header .form{
	float: right;
	margin-left: 40px;
	height: 28px;
	line-height: 26px;
	width: 186px;
	position: relative;
	margin-top: 14px;
	border: 1px solid #c1c1c1;
}
.header .form input{
	height: 26px;
	line-height: 26px;
	width: 100%;
	display: block;
	outline: none;
	padding-left: 10px;
	font-size: 14px;
	color: #248bcf;
	box-sizing: border-box;
}
.header .form input::-webkit-input-placeholder { 
	font-size: 14px;
	color: #248bcf;
}
.header .form input::-moz-placeholder {
	font-size: 14px;
	color: #248bcf;
}
.header .form input:-ms-input-placeholder {
	font-size: 14px;
	color: #248bcf;
}
.header .form input:-moz-placeholder {
	font-size: 14px;
	color: #248bcf;
}
.header .form button{
	position: absolute;
	background: #fff;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.header .form img{
	width: 16px;
}
#top .language{
	float: right;
	margin-left: 26px;
	font-size: 14px;
	color: #0081cc;
	cursor: pointer;
	overflow: hidden;
	/*padding-top: 24px;*/
}
#top .language img,#top .language span{
	display: block;
	float: left;
}
#top .language span{
	margin-left: 10px;
}
/*banner*/
.a-banner{
	display: none;
}
.banner,.a-banner{
	width: 100%;
}
.banner img,.a-banner img{
	display: block;
	width: 100%;
}
.banner .swiper-pagination-bullet{
	width: 96px;
	height: 10px;
	background: #fff;
	border-radius: 0;
}
.banner .swiper-pagination-bullet-active{
	background: #fff;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 10px;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 70px;
}
/*热推*/
.kj_box {
    position: relative;
    width: 100%;
}
.kj_ul {
    position: relative;
    top: -60px;
    z-index: 111;
}
.kj_ul li {
    width: 33.33%;
    height: 60px;
    background: rgba(129,129,129,0.8);
    float: left;
    box-sizing: border-box;
    border-left: 2px solid #fff;
    text-align: center;
    line-height: 60px;
}
.kj_ul li:nth-of-type(1) {
    border-left: none;
}
.kj_ul li a {
    color: #fff;
    font-size: 24px;
    font-weight: 100;
    transition: 1s;
    display: block;
}
.kj_ul li span {
    display: inline-block;
    width: 55px;
    height: 34px;
    position: relative;
    top: 6px;
    transition: 1s;
}
.kj_ul li:nth-of-type(1) a span {
    background: url(../img/2.png) center no-repeat;
}
.kj_ul li:nth-of-type(2) a span {
    background: url(../img/3.png) center no-repeat;
}
.kj_ul li:nth-of-type(3) a span {
    background: url(../img/4.png) center no-repeat;
}
.news_box {
    position: relative;
    top: -60px;
    background: #fff;
    -webkit-box-shadow: 0 0 20px 25px #e9e9e9;
    -moz-box-shadow: 0 0 20px 25px #e9e9e9;
    box-shadow: 0 0 20px 25px #e9e9e9;
}
.newbg {
    background: #fff;
    z-index: 111;
    position: relative;
}
.new_left {
    float: left;
    width: 33.33%;
    position: relative;
}
.new_left .inner{
	position: absolute;
	width: 64%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	background: #00a0ea;
	padding: 20px 10px;
	box-sizing: border-box;
	color: #fff;
}
.new_left .inner .p-1{
	font-size: 15px;
	line-height: 20px;
}
.new_left .inner .p-1 span:first-child{
	font-size: 20px;
}
.new_left .inner .p-2{
	margin-top: 18px;
}
.new_left img {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}
.new_right {
    padding: 2.9% 40px;
}
.new_right {
    float: right;
    width: 66%;
    box-sizing: border-box;
    padding: 2.6% 40px;
}
.zdxw_top {
    border-bottom: 1px dashed #eaeaea;
    padding-bottom: 22px;
}
.xwtl {
    float: left;
    font-size: 50px;
    color: #00a1e7;
    /*margin-top: 8px;*/
}
sub {
    font-size: 22px;
    display: block;
}
.xwtr, .xwbr {
    float: right;
    width: 80%;
}
.xwtr p,.kh_ul li .p-1{
    color: #333;
    font-size: 18px;
    margin-bottom: 10px;
	font-weight: bolder;
}
.kh_ul li .p-2{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.xwtr p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.jj {
    color: #515151;
    font-size: 16px;
    text-transform: initial;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.zdxw_bottom {
    padding-top: 30px;
}
.xwbl {
    float: left;
    text-align: right;
    margin-left: 5px;
}
.xwbl b {
    color: #00a1e7;
}
.xwbl p {
    margin: 0px 0 10px;
}
.more {
    display: block;
    width: 50px;
    height: 10px;
    background: url(../img/more.png);
}
.maquee {
    overflow: hidden;
    height: 52px;
}
.kh_ul {
    height: 302px;
    overflow: hidden;
}
.kh_ul li {
    width: 70%;
    color: #fff;
}
.kh_ul li .p-1{
	margin-bottom: 6px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
/*产品服务*/
.the-principal{
	width: 100%;
	margin-top: 2%;
}
.the-principal .inner{
	width: 100%;
}
.tab-top2{
	width:100%;
	margin: 0 auto;
}
.tab-top2 ul{
	width: 100%;
	margin-top: 30px;
}
.tab-top2 ul li {
    /*width: 33.333%;*/
    line-height: 40px;
    text-align: center;
    color: #00a0ea;
    cursor: pointer;
    font-size: 18px;
    display: inline-block;
    margin-left: -4px;
    width: 150px;
    border-top: 2px solid #f2f2f2;
    border-right: 2px solid #f2f2f2;
    border-bottom: 2px solid #f2f2f2;
    position: relative;   
}
.tab-top2 ul li:after{
	content:"";
	width:0;
	height:0;
	position:absolute;
	left:50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	bottom:-10px;
	border-left:solid 10px transparent;
	border-top:solid 10px #00a0ea;
	border-right:solid 10px transparent;
	display: none;
}
.tab-top2 ul li.active:after,.tab-top2 ul li:hover:after{
	display: block;
}
.tab-top2 ul li:first-child{
	border-left: 2px solid #f2f2f2;
}
.tab-top2 ul li.active,.tab-top2 ul li:hover{
	background: #00a0ea;
	color: #fff;
	border-color: #00a0ea;
}
.tab-list2{
	margin-top: 3%;
	position: relative;
	display: none;
	padding: 0 6%;
	box-sizing: border-box;
}
.tab-list2.focus{
	display: block;
}

.the-principal .tab-list2 .pic{
	height: 222px;
	overflow: hidden;
	position: relative;
}
.tab-list2 img{
	/*width: 100%;*/
	max-height: 100%;
	margin: 0 auto;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}
.the-principal .tab-list2 .word{
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	font-size: 14px;
	color: #508df7;
}
.the-principal .tab-list2 .word .p-2{
	color: #999999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}
.the-principal .swiper-pagination{
	display: none
}
.the-principal .swiper-button-prev,.the-principal .swiper-button-next,.index_case .swiper-button-prev,.index_case .swiper-button-next,.index_news  .swiper-button-prev,.index_news .swiper-button-next,.service_guarantee .swiper-button-prev,.service_guarantee .swiper-button-next{
	height: 99px;
	width: 45px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	background-size: 100% 100%;
	margin-top: 0;
}
.the-principal .swiper-button-prev,.index_case .swiper-button-prev,.index_news .swiper-button-prev,.service_guarantee .swiper-button-prev{
	left: 0;
	background-image: url(../img/left.png);
}
.the-principal .swiper-button-next,.index_case .swiper-button-next,.index_news .swiper-button-next,.service_guarantee .swiper-button-next{
	right: 0;
	background-image: url(../img/right.png);
}
.tab-top2 ul {
    text-align: center;
}
.the-principal .swiper-slide:hover .meng{
	opacity: 1;
	transform-style: preserve-3d;
	transition: all 0.8s;
}
.the-principal .meng{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,160,234,0.8);
	opacity: 0;
}
.the-principal .meng .inner{
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	color: #fff;
	padding: 0 8%;
	box-sizing: border-box;
}
.the-principal .meng .inner .p-3{
	font-size: 22px;
	text-align: center;
}
.the-principal .meng .inner hr{
	height: 2px;
	border: 0;
	width: 100%;
	margin: 10px 0 5px;
	background: #fff;
}
.the-principal .meng .inner .p-4{
	font-size: 12px;
	line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	font-weight: 300;
}
.title{
	width: 100%;
	text-align: center;
	font-size: 36px;
	color: #00a0ea;
}
.title .p-2{
	font-size: 20px;
	color: #050505;
}
.the-principal .fenge{
	width: 100%;
	display: block;
	margin: 3% 0;
}
/*应用案例*/
.index_case{
	width: 100%;
	padding-top:50px;
}
.index_case .tab-top2 ul li{
	width: 130px;
}
.index_case .pic{
	width: 100%;
	overflow: hidden;
	/*height: 158px;*/
	height: 148px;
	position: relative;
}
.index_case .pic img{
	display: block;
	width: 100%;
}
.index_case .word{
	background: #00a0ea;
	color: #fff;
	padding: 10px 10px 5px;
	box-sizing: border-box;
	width: 100%;
}
.index_case .word .p-1{
	font-size: 14px;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 5px;
	/*height: 56px;*/
	height: 40px;
}
.index_case .word .p-2{
	font-size: 12px;
	text-align: center;
	line-height: 20px;
}
.index_case .word .p-3{
	font-size: 14px;
	line-height: 18px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	display: none;
}
/*新闻资讯*/
.index_news{
	width: 100%;
	padding-top: 3%;
}
.index_news .pic,.index_news .word{
	height: 171px;
}
.index_news .pic{
	position: relative;
}
.index_news .pic,.index_news .word,.service_guarantee .pic,.service_guarantee .word{
	float: left;
	width: 50%;
    overflow: hidden;
}
.index_news .pic img{
	display: block;
	width: 100%;
	height: 171px;
}
.index_news .swiper-slide{
	background: #eae9ee;
}
.index_news .word{
	padding: 16px 6px 10px;
	box-sizing: border-box;
	font-size: 14px;
	color: #00A0EA;
	text-align: center;
	
}
.index_news .word .p-1{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.index_news .word .p-2{
	font-size: 12px;
	color: #212021;
	line-height: 22px;
	text-align: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
/*服务保障*/
.service_guarantee{
	width: 100%;
	padding-top: 3%;
}
.service_guarantee .list{
	width: 100%;
	background: #eae9ee;
	margin-top: 40px;
	padding: 3.5% 0 5.5%;
}
.service_guarantee .list .wrap{
	position: relative;
	padding: 0 6%;
	box-sizing: border-box;
}
.service_guarantee .pic{
	height: 327px;
	position: relative;
}
.service_guarantee .pic img{
	width: 90%;
	margin: 0 auto;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}
.service_guarantee .word{
	padding-top: 16px;
}
.service_guarantee .word p{
	color: #00a0ea;
}
.service_guarantee .word .p-1{
	font-size: 34px;
}
.service_guarantee .word .p-2{
	width: 100%;
	height: 24px;
	margin-top: 6px;
	border-left: 2px solid #00a0ea;
}
.service_guarantee .word .p-3{
	font-size: 24px;
	margin-bottom: 7px;
	margin-top: 7px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	/*-webkit-line-clamp: 1;*/
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.service_guarantee .word .p-4{
	font-size: 14px;
	line-height: 26px;
	color: #212021;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
/*公司简介*/
.index_about{
	width: 100%;
	position: relative;
	/*height: 487px;
	background: url(../img/10.jpg);
	background-size: 100% 100%;*/
	background: #3987e7;
	/*height: 483px;*/
}
.index_about .p_bg_img{
	width: 100%;
	display: block;
}
.index_about .a_bg_img{
	display: none;
}
.index_about .wrap{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}
.index_about .left{
	width: 50%;
	color: #fff;
	padding-top: 20px;
	padding-right: 50px;
	box-sizing: border-box;
}
.index_about .left .p-1{
	font-size: 36px;
}
.index_about .left .p-2{
	font-size: 20px;
}
.index_about .left .p-3{
	font-size: 14px;
	line-height: 26px;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 9;
	overflow: hidden;
}
.index_about .left a{
	display: block;
	margin: 26px auto 0;
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	width: 120px;
	text-align: center;
	border: 1px solid #fff;
}
.index_about .bg_img{
	width: 50%;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
}
/*联系我们*/
.index_contact{
	width: 100%;
	padding: 80px 0 60px;
	background: #f9f9f9;
}
.index_contact .left,.index_contact .form{
	float: left;
	width: 50%;
	display: block;
}
.index_contact .left img{
	display: block;
	width: 100%;
}
.index_contact .form .inner{
	width: 76.6666%;
	margin: 0 auto;
	padding-top: 12px;
}
.index_contact .form .inner .p-1{
	font-size: 24px;
	color: #2e73fe;
	margin-bottom: 8px;
}
.index_contact .form .inner input,.index_contact .form .inner textarea{
	width: 100%;
	margin-top: 20px;
	line-height: 46px;
	font-size: 14px;
	padding-left: 10px;
	outline: none;
	box-sizing: border-box;
	color: #b1b1b1;
	font-family: "思源黑体 CN"
}
.index_contact .form .inner input::-webkit-input-placeholder,.index_contact .form .inner textarea::-webkit-input-placeholder {
    color: #b1b1b1;
}
.index_contact .form .inner input:-moz-placeholder,.index_contact .form .inner textarea:-moz-placeholder {
    color:#b1b1b1;
}
.index_contact .form .inner input::-moz-placeholder,.index_contact .form .inner textarea::-moz-placeholder {
    color:#b1b1b1;
}
.index_contact .form .inner input:-ms-input-placeholder,.index_contact .form .inner textarea:-ms-input-placeholder {
    color:#b1b1b1;
}
.index_contact .form .inner .btn{
	width: 100%;
	display: block;
	background: #2E73FE;
	color: #fff;
	text-align: center;
	font-size: 20px;
	line-height: 60px;
	margin-top: 20px;
	padding: 0;
}
/*footer*/
.footer{
	width: 100%;
	background: #0973a3;
	padding: 60px 0 40px;
}
.footer .p-1{
	font-size: 22px;
	color: #fff;
	margin-bottom: 30px;
}
.footer .left{
	float: left;
	width: 20%;
}
.footer .left ul li{
	float: none;
	width: 70%;
	font-size: 14px;
	/*line-height: 36px;*/
	line-height: 22px;
	padding: 8px 0;
	padding-left: 10px;
	box-sizing: border-box;
	position: relative;
	border-bottom: 1px dashed #7d8daa;
}
.footer .left ul li span{
	height: 3px;
	width: 3px;
	background: #858faa;
}
.footer .left ul li a{
	color: #c0c4cf;
}
.footer .left ul li:hover a{
	color: #ffffff;
}
.footer .left ul li:hover{
	border-color: #49c2c8;
}
.footer .mid{
	float: left;
	width: 50%;
	padding-top: 68px;
	overflow: hidden;
}
.footer .mid .pic{
	float: left;
	margin-left: 24px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	line-height: 38px;
}
.footer .mid .pic img{
	display: block;
	width: 110px;
	margin: 0 auto;
}
.footer .right{
	width: 30%;
	float: left;
}
.footer .right ul{
	/*padding-bottom: 36px;*/
	padding-bottom: 24px;
	border-bottom: 1px solid #fff;
}
.footer .right ul li{
	width: 100%;
	box-sizing: border-box;
	position: relative;
	padding-left: 36px;
	color: #fff;
	font-size: 14px;
	/*line-height: 32px;*/
	line-height: 44px;
}
.footer .right ul li img{
	display: block;
	margin: 0 auto;
}
.footer .left ul li span,.footer .right ul li .pic{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.footer .right ul li .pic{
	width: 24px;
}
.footer .copy{
	font-size: 16px;
	text-align: center;
	line-height: 22px;
	padding: 5px 0;
	color: #fff;
	margin-top: 34px;
}
/*产品中心**/
.bg_color{
	background: #fafafa;
	padding: 3% 0;

}
.bg_color .wrap{
	overflow: hidden;
}
.product_main{
	width: 100%;
}
.product_main .product_left{
	width: 75.8%;
	float: left;
	background: #fff;
}
.product_main .product_right{
	width: 24.2%;
	float: left;
	background: #e4edf3;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	padding-left: 40px;
	padding-right: 24px;
	padding-bottom: 60px;
}
.product_top {
    height: 160px;
    background: url(../img/16.jpg) no-repeat;
    padding: 30px 100px 0 40px;
    box-sizing: border-box;
}
.product_top h2 {
    line-height: 32px;
    font-size: 24px;
    color: #fff;
    font-weight: normal;
}
.product_top p, .product_left .product_top h2 a {
    color: #fff;
}

.product_top p, .product_left .product_top h2 a {
    color: #fff;
}
.product_top p {
    line-height: 32px;
    margin-top: 10px;
    font-size: 16px;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.product_main .product_left .list{
	width: 100%;
	padding-top: 22px;
	padding-left: 20px;
	box-sizing: border-box;
	border-top: 6px solid #fafafa;
}
.product_main .product_left .list .top{
	width: 100%;
	overflow: hidden;
}
.product_main .product_left .list .top .left,.product_main .product_left .right{
	float: left;
	vertical-align: middle;
	line-height: 46px;
	font-size: 18px;
	color: #000000;
}
.product_main .product_left .right{
	margin-left: 30px;
	overflow: hidden;
}
.product_main .product_left .right span,.product_main .product_left .right img{
	display: block;
	float: left;
}
.product_main .product_left .right img{
	margin-top: 14px;
	margin-left: 8px;
}
.product_main .product_left .p-1{
	margin-top: 21px;
	font-size: 16px;
	line-height: 30px;
	color: #848383;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
.product_main .product_left ul li{
	display: inline-block;
	font-size: 18px;
	line-height: 36px;
	padding: 0 16px;
	margin-left: 20px;
}
.product_main .product_left ul li a{
	color: #000000;
}
.product_main .product_left ul li:hover{
	background: #2baee9;
	transform-style: preserve-3d;
	transition: all 1s;
}
.product_main .product_left ul li:hover a{
	color: #fff;
}
.product_main .product_left .list .inner{
	padding-bottom: 46px;
	border-bottom: 7px solid #fafafa;
}
.product_main .product_left .list .inner:nth-child(2){
	margin-top: 46px;
	border-bottom: 0;
}
.product_right h6 {
    font-size: 18px;
    color: #424242;
    padding: 25px 0 25px 0;
}
.product_right .form{
	width: 100%;
}
.product_right .form label,.product_right .form input{
	display: block;
	width: 100%;
	height: 22px;
}
.product_right .form label{
	position: relative;
}
.product_right .form input{
	position: absolute;
	height: 22px;
	line-height: 22px;
	font-size: 13px;
	color: #7f757b;
	background: #e1e1e1;
	border-radius: 22px;
	padding-left: 30px;
	box-sizing: border-box;
	outline: none;
}
.product_right .form label img{
	display: block;
	position: absolute;
	left: 10px;
	top: 50%;
	z-index: 100;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.product_right .form input::-webkit-input-placeholder { 
	font-size: 13px;
	color: #7f757b;
}
.product_right .form input::-moz-placeholder {
	font-size: 13px;
	color: #7f757b;
}
.product_right .form input:-ms-input-placeholder {
	font-size: 13px;
	color: #7f757b;
}
.product_right .form input:-moz-placeholder {
	font-size: 13px;
	color: #7f757b;
}
.product_right .list{
	width: 100%;
	margin-top:26px;
}
.product_right .list .p-1{
	font-size: 16px;
	font-weight: bolder;
	color: #000000;
}
.product_right .list .inner{
	width: 100%;
	position: relative;
	padding: 40px 0;
	margin-top: 20px;
	font-size: 14px;
	line-height: 46px;
	text-align: center;
	color: #000000;

}
.product_right .list .inner p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.product_right .list .inner img{
	display: block;
	width: 100%;
}
.product_right .swiper-button-next,.product_right .swiper-button-prev{
	height: 16px;
	width: 41px;
	margin-top: 0;
}
.product_right .swiper-button-next{
	background: url(../img/21.jpg);
	background-size: 100% 100%;
	bottom: 0;
	top: auto;
	right: auto;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
.product_right .swiper-button-prev{
	background: url(../img/22.jpg);
	background-size: 100% 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
/*应用案例*/
.case_main{
	width: 100%;
}
.case_main.bg_color{
	background: #fff;
}
.case_main .case_left{
	width: 20%;
	float: left;
	padding: 0px 24px 20px 38px;
	box-sizing: border-box;
	background: #fff;
}
.case_main .case_left .p-1{
	width: 100%;
	font-size: 22px;
	color: #545454;
	position: relative;
	/*border-bottom: 1px solid #0081cc;*/
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 16px;
	margin-bottom: 1rem;
	position: relative;
}
.case_main .case_left .p-1:after{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 40%;
	background: #0081cc;
	content: ""
}
.case_main .case_left .p-1 img{
	position: absolute;
	right: 0;
	top: 6px;
}
.case_main .case_right{
	float: left;
	width: 78%;
	margin-left: 2%;
}
.case_main .case_left .inner{
	width: 100%;
	/*border-top: 1px solid #e6e6e6;*/
}
/*.case_main .case_left .inner:first-child{
	border-top: 0;
}*/

.case_main .case_left .inner .p-2{
	font-size: 14px;
	color: #333333;
	position: relative;
	line-height: 46px;
	border-bottom: 1px solid #e6e6e6;
}
.case_main .case_left .inner .p-2 span{
	display: block;
}
.case_main .case_left .inner.active .p-2{
	border-bottom: 1px solid #0081cc;
}
.case_main .case_left .inner.active .p-2{
	color: #0081cc;
}
.case_main .case_left .inner .p-2 img{
	position: absolute;
	right: 0;
	top: 16px;
	height: 10px;
}
.case_main .case_left .inner .p-2 .img2{
	display: none;
}
.case_main .case_left .inner.active .p-2 .img2{
	display: inline-block;
	height: auto;
	width: 10px;
}
.case_main .case_left .inner.active .p-2 .img1{
	display: none;
}
.case_main .case_left .inner ul{
	padding-bottom: 10px;
	display: none;
}
.case_main .case_left .inner.active ul{
	display: block;
}
.case_main .case_left .inner ul li{
	width: 100%;
	float: none;
	padding-left: 16px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 38px;
	/*border-top: 1px solid #e6e6e6*/
	border-bottom: 1px solid #e6e6e6
}
.case_main .case_left .inner ul li:nth-last-of-type(1){
	/*border-top: 0;*/
	border-bottom: 0;
}
.case_main .case_left .inner ul li.active{
	border-bottom: 1px solid #0081cc
}
.case_main .case_left .inner ul li a{
	color: #333;
	display: block;
}
.case_main .case_left .inner ul li.active a{
	color: #0081cc;
}
.case_main .case_left .list{
	cursor: pointer;
}
.case_main .case_right ul.news{
	width: 100%;
	overflow: hidden;
}
.case_main .case_right ul.news li{
	width: 32%;
	margin-left: 2%;
	float: left;
	margin-top: 16px;
}
.case_main .case_right ul.news li:nth-child(1),.case_main .case_right ul.news li:nth-child(2),.case_main .case_right ul.news li:nth-child(3){
	margin-top: 0;
}
.case_main .case_right ul.news li:nth-child(3n+1){
	margin-left: 0;
}
.case_main .case_right ul.news li .pic{
	width: 100%;
	height: 178px;
	overflow: hidden;
	position: relative;
}
.case_main .case_right ul.news li .pic img{
	display: block;
	/*width: 100%;*/
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	max-height: 100%;
}
.case_main .case_right ul.news li .word {
    width: 100%;
    color: #333333;
    text-align: center;
    /*padding: 10px 30px 15px;*/
    padding: 10px 10px 15px;
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
    margin-top: 3px;
}
.case_main .case_right ul.news li:hover .word{
	background: #2caeea;
	color: #fff;
	border-color: #fff;
}
.case_main .case_right ul.news li p{
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	
	/*border-bottom: 1px solid #f2f2f2;*/
	position: relative;
}
.case_main .case_right ul.news li p span{
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
} 
.case_main .case_right ul.news li:hover p{
	border-color: #fff;
}
/*新闻中心*/
.main_left{
	width: 20%;
	float: left;
}	
.main_left .inner{
	width: 100%;
	border: 1px solid #cccccc;
	box-sizing: border-box;
}
.main_left .p-1{
	font-size: 24px;
	text-align: center;
	width: 100%;
	background: #f4f4f4;
	line-height: 64px;
}
.main_left ul li{
	width: 100%;
	font-size: 20px;
	text-align: center;
	line-height: 64px;
	border-top: 1px solid #cccccc;
}
.main_left ul li a{
	display: block;
	color: #333333;
}
.main_left ul li:hover{
	background: #2caeea;
	transition: all 0.8s;
	transform-style: preserve-3d;
}
.main_left ul li.avtive{
	background: #2caeea;
}
 .main_left ul li.avtive a{
 	color: #fff;
 }
.main_left ul li:hover a{
	color: #fff;
	transition: all 0.8s;
	transform-style: preserve-3d;
}
.main_right{
	width: 80%;
	float: left;
	padding-top: 10px;
	padding-left: 20px;
	box-sizing: border-box;
}
.main_right .list ul li{
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
}
.main_right ul li{
	border-bottom: 0;
}
.technical .main_right .list ul li:first-child,.main_right .list ul li:first-child{
	margin-top: 0;
	padding-top: 0;
}
.main_right .list ul li .pic{
	width: 25.7%;
	float: left;
	height: 160px;
	overflow: hidden;
}
.main_right .list ul li .pic img{
	display: block;
	/*width: 100%;*/
	max-height: 100%;
	margin: 0 auto;
}
.main_right .list ul li .word{
	width: 74.3%;
	float: left;
	padding-left: 20px;
	box-sizing: border-box;
}

.main_right .list ul li .word .p-1{
	font-size: 18px;
	color: #515254;
	line-height: 36px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.main_right .list ul li .word .p-2{
	font-size: 12px;
	color: #9d9d9d;
	line-height: 24px;
}
.main_right .list ul li .word .p-3{
	font-size: 14px;
	line-height: 24px;
	color: #646464;
	margin-top: 5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.main_right .list ul li .word .more00{
	font-size: 14px;
	line-height: 28px;
	width: 98px;
	text-align: center;
	display: block;
	border: 1px solid #e6e6e6;
	margin-top: 20px;
}
/*.main_right .inner ul{
	list-style: disc;
}*/
.main_right .content{
	width: 100%;
	padding-top: 30px;
}
.main_right .content .con_title{
	width: 100%;
	text-align: center;
	font-size: 28px;
}
.main_right .content .time0{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	width: 100%;
	font-size: 14px;
	color: #454545;
}
.news_inner .main_right{
	border: 1px solid #e5e5e5;
	width: 78%;
	margin-left: 2%;
	padding-bottom: 26px;
}
/*技术支持*/
.technical{
	width: 100%;
}
.technical .main_right ul li .word .p-3{
	-webkit-line-clamp: 2;
	height: 35px;
}
.technical .main_right ul li .word .more00{
	margin-top: 16px;
}
.technical .main_right ul li{
	padding-top: 30px;
	margin-top: 0;
	padding-left: 16px;
	box-sizing: border-box;
}
/**/
.technical .main_right ul li:hover{
	background: #f0f0f0;
	transition: all 1s;
	transform-style: preserve-3d;
}
.technical .main_right ul li:hover .more00{
	background: #508df7;
	color: #fff;
	transition: all 1s;
	transform-style: preserve-3d;
}
.down_top{
	width: 100%;
	background:#f4f4f4;
	border: 1px solid #cccccc;
	padding: 35px 0 34px 60px;
	overflow: hidden;
	box-sizing: border-box;
}
.down_top span{
	font-size: 18px;
	color: #333333;
	line-height: 34px;
	display: block;
	float: left;
}
.down_top .form{
	display: block;
	float: left;
}
.down_top input{
	display: inline-block;
	height: 34px;
	border: 1px solid #8e8e8e;
	border-bottom-color:#e6e6e6 ;
	border-right-color:#e6e6e6 ;
	padding-left: 10px;
	box-sizing: border-box;
	width: 330px;
	margin-left: 20px;
	outline: none;
	vertical-align: top;
}
.down_top .btn{
	height: 34px;
	width: 160px;
	background: #169bd5;
	color: #fff;
	text-align: center;
	line-height: 34px;
	border-radius: 5px;
	display: inline-block;
	vertical-align: top;
	margin-left: 160px;
	font-size: 16px;
	padding: 0;
}
.download .list ul{
	width: 100%;
	padding-top: 30px;
}
.download .list ul li{
	overflow: hidden;
	width: 100%;
}
.download .list ul li .left{
	float: left;
	width: 86px;
	height: 86px;
	background: #f2f2f2;
	color: #000000;
	font-size: 16px;
	text-align: center;
	padding-top: 10px;
	box-sizing: border-box;
	line-height: 32px;
}
.download .list ul li .left .p-1{
	font-size: 30px;
}
.download .list ul li .right{
	width: calc(100% - 86px);
	float: left;
	padding-left: 16px;
	box-sizing: border-box;
}
.download .list ul li .p-2{
	font-size: 18px;
	margin-bottom: 7px;
	font-weight: bolder;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.download .list ul li .p-3{
	line-height: 32px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #545454;
}
.download .list ul li .p-4{
	text-align: right;
	font-size: 16px;
	color: #818181;
	line-height: 36px;
}
.download .list ul li .p-4 .down_btn{
	margin-left: 26px;
} 
.download .list ul li .p-4 .down_btn:nth-last-of-type(2){
	display: none;
}
.download .down_title{
	font-size: 24px;
	line-height: 46px;
	text-align: center;
	color: #333333;
}
.download .down_content{
	width: 100%;
	margin-top: 26px;
	padding: 3% 4%;
	box-sizing: border-box;
	border: 2px solid #33b4ee;
}
.download .down_content .right_down{
	font-size: 20px;
	color: #fff;
	text-align: center;
	display: block;
	height: 44px;
	width: 137px;
	background: #379cf6;
	line-height: 44px;
	margin-top: 46px;	
	float: right;
}
.download .down_content .hjk{
	width: 100%;
	overflow: hidden;
}
/*上一篇/下一篇*/
.the_page{
	width: 100%;
	padding: 0 3%;
	padding-top: 3%;
	box-sizing: border-box;
}
.the_page dl{
	width: 100%;
	overflow: hidden;
}
.the_page dl dd{
	/*width: 50%;*/
	/*float: left;*/
	width: 100%;
	font-size: 16px;
	line-height: 32px;
	margin-top: 16px;
}
.the_page dl dd a{
	color: #545454;
}
.the_page dl dd a:hover {
	color: #379cf6;
}
/*.the_page dl dd:nth-child(2){
	text-align: right;
}*/
.about_main .main_right .content{
	padding-top: 0;
}
/*荣誉资质*/
.honor_main .list ul{
	width: 100%;
	/*overflow: hidden;*/
}
.honor_main .list ul li{
	width: 24%;
	margin-bottom: 20px;
	margin-left: 1.3333%;
	border-bottom: 0;
	padding-bottom: 0;
	float: left;
	margin-top: 0;
	box-shadow: 1px 1px 10px rgba(141,149,193,.24);
}
.honor_main .list ul li:nth-child(4n+1){
	margin-left: 0;
}
.honor_main .list ul li .pic{
	width: 100%;
	/*height: 309px;*/
	/*height: 287px;*/
	/*height: 320px;*/
	height: 329px;
	overflow: hidden;
	/*display: -webkit-flex;
    
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;*/
   /*display: flex;
   align-items: center;*/
   position: relative;
}
.honor_main .list ul li img{
	display: block;
	width: 100%;
	/*align-items: center;*/
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}
/*联系我们*/
.map{
	width: 56%;
	float: left;
	height: 300px;
	overflow: hidden;
}
.map img.img{
	display: block;
	width: 100%;
	height: 300px
}
.map img{
	max-width: none;
}
.about_main .main_right .right{
	width: 44%;
	float: left;
	height: 300px;
	overflow: hidden;
}
.about_main .main_right .right img{
	display: block;
	width: 100%;
}
.about_main .foot{
	width: 100%;
	margin-top: 46px;
	padding-bottom: 6%;
}
.about_main .foot .p-1{
	text-align: center;
	font-size: 24px;
	color: #333333;
	margin-bottom: 5%;
	overflow: hidden;
}
.about_main .foot .p-1 span{
	display: inline-block;
	position: relative;
}
.about_main .foot .p-1 span:before,.about_main .foot .p-1 span:after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	height: 1px;
	width: 60px;
	content: "";
	background: #d9d9d9;
}
.about_main .foot .p-1 span:before{
	left: -80px;
}
.about_main .foot .p-1 span:after{
	right: -80px;
}
.contact_main{
	padding-top: 3%;
}
.about_main .foot .left{
	width: 42%;
	float: left;
	border: 1px solid #33b4ee;
	padding: 16px 80px 36px 40px;
	box-sizing: border-box;
}
.about_main .foot .left ul li{
	width: 100%;
	position: relative;
	border-bottom: 0;
	margin-top: 23px;
	color: #999999;
	font-size: 18px;
	line-height: 32px;
	padding-left: 26px;
	box-sizing: border-box;
}
.about_main .foot .left ul li img{
	position: absolute;
	left: 0;
	top: 8px;
	display: block;
}
.about_main .foot .left ul li .p-2{
	font-size: 24px;
	color: #333333;
}
.about_main .foot .left ul li span{
	display: block;
}
.about_main .foot .right{
	width: 51%;
	margin-left: 7%;
	background: #f9f9f9;
	box-sizing: border-box;
	height: auto;
	padding: 25px 40px 40px 50px;
}
.about_main .foot .right .p-00{
	font-size: 18px;
	color: #005c97;
}
.about_main .foot .right input{
	display: block;
	width: 100%;
	height: 46px;
	line-height: 46px;
	padding-left: 10px;
	box-sizing: border-box;
	outline: none;
	font-size: 14px;
	background: #fff;
	margin-top: 17px;
}
.about_main .foot .right textarea{
	width: 100%;
	display: block;
	height: 130px;
	background: #fff;
	margin-top: 17px;
	padding-left: 10px;
	outline: none;
	line-height: 32px;
	font-family: "思源黑体 CN";
	box-sizing: border-box;
}
.about_main .foot .right .btn{
	width: 100%;
	display: block;
	height: 62px;
	line-height: 62px;
	text-align: center;
	color: #fff;
	background: #33b4ee;
	font-size: 20px;
	margin-top: 16px;
	padding: 0;
}
.about_main .foot .right input::-webkit-input-placeholder,.about_main .foot .right textarea::-webkit-input-placeholder {
    color: #b1b1b1;
}
.about_main .foot .right input:-moz-placeholder,.about_main .foot .right textarea:-moz-placeholder {
    color:#b1b1b1;
}
.about_main .foot .right input::-moz-placeholder,.about_main .foot .right textarea::-moz-placeholder {
    color:#b1b1b1;
}
.about_main .foot .right input:-ms-input-placeholder,.about_main .foot .right textarea:-ms-input-placeholder {
    color:#b1b1b1;
}
/*搜索结果*/
.search_list{
	width: 100%;
	padding: 20px 0 5%;
}
.search_list .inner{
	width: 80%;
	padding: 0 13% 0 30px;
	box-sizing: border-box;
}
.search_list .inner .p-1{
	font-size: 18px;
	font-weight: bolder;
	line-height: 42px;
	border-bottom: 1px solid #f2f2f2;
}
.search_list .inner .list{
	width: 100%;
	padding-top: 28px;
}
.search_list .inner .list .p-2{
	width: 94px;
	line-height: 30px;
	font-size: 16px;
	text-align: center;
	border-radius: 30px;
	color: #908683;
	margin-bottom: 9px;
	background: #e4e4e4;
}
.search_list .inner .list .p-3{
	font-size: 16px;
	line-height: 54px;
	color: #000000;
	border-bottom: 1px dashed #c1c1c1;
}
.search_list .inner .list .p-3 span{
	color: #2763d9;
}
.search_list .inner .list ul{
	width: 100%;
	padding-left: 50px;
	box-sizing: border-box;
}
.search_list .inner .list ul li{
	font-size: 16px;
	line-height: 50px;
	border-bottom: 1px dashed #c4c4c4;
}
.search_list .inner .list ul li a{
	color: #000;
}
.search_list .inner .list ul li span{
	color: #2763d9;
}
/*大事记*/
.memorabilia{
	width: 100%;
	padding: 3% 0;
}
.memorabilia .main_right .content{
	padding-top: 0;
}
.memorabilia .main_right .content img{
	display: block;
	width: 100%;
	height: 261px;
}
/*流程*/
.last_shiji{
	width: 100%;
	padding-top: 26px;
}
.last_shiji dl{
	border-top: 1px solid #f2f2f2;
	
}
.last_shiji dl dd{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.last_shiji dl dd .time{
	width: 16%;
	float: left;
    font-size: 48px;
    color: #00a0ea;
    line-height: 34px;
    font-weight: normal;
    letter-spacing: -2px;
    box-sizing: border-box;
    position: relative;
    padding: 25px 0;
    text-align: center;
}
.last_shiji dl dd .time:after{
	position: absolute;
	top: 25px;
	right: -2px;
	width: 3px;
	height: 34px;
	background: #00a0ea;
	content: "";
	z-index: 100;
}
.last_shiji dl dd .txt{
	width: 84%;
	float: left;
	padding: 25px 0;
	padding-left: 30px;
	box-sizing: border-box;
	border-bottom: 1px dashed #f2f2f2;
	border-left: 1px solid #f2f2f2;
    color: #73706e;
    font-size: 16px;
    line-height: 28px;
}
.last_shiji dl dd:hover .txt{
	border-left: 1px solid transparent;
}
.last_shiji dl dd:after{
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    left: 50%;
    bottom: 0px;
    opacity: 0;
    background: #ebebeb;
    transition: all .5s;
    z-index: -1;
}
.last_shiji dl dd:hover:after{
    width: 100%;
    left: 0;
    opacity: 1;
}
/*.memorabilia .shiji{
	width: 100%;
	height: 345px;
	margin-top: 56px;
	position: relative;
}
.memorabilia .shiji .left{
	float: left;
	width: 19%;
	height: 242px;
}
.memorabilia .shiji .left img{
	display: block;
	width: 100%;
}
.memorabilia .shiji .left .inner{
	width: 100%;
	text-align: center;
	padding-left: 20px;
	box-sizing: border-box;
}
.memorabilia .shiji .left .inner .p-1{
	font-size: 24px;
	color: #049fe8;
	font-weight: bolder;
}
.memorabilia .shiji .left .inner .p-2{
	font-size: 16px;
}
.memorabilia .shiji .left .inner .p-3{
	font-size: 22px;
	font-weight: bolder;
}
.memorabilia .shiji .right{
	float: right;
	width: 82%;
	height: 100%;
	position: relative;
	box-sizing: border-box;
}
.memorabilia .shiji .right .line{
	height: 7px;
	width: 98%;
	background: #02a1ed;
}
.memorabilia .shiji .left,.memorabilia .shiji .right .line,.memorabilia .shiji .left .inner,.memorabilia .shiji .right .arrow{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.memorabilia .shiji ul li.bottom img{
	transform: rotateX(180deg)
}
.memorabilia .shiji ul li.top:hover img{
	transform: scale(1.2);
	transform-style: preserve-3d;
	transition: all 1s;
}
.memorabilia .shiji ul li.bottom:hover img{
	transform: rotateX(180deg) scale(1.2);
	transform-style: preserve-3d;
	transition: all 1s;
}
.memorabilia .shiji ul li:hover p,.memorabilia .shiji ul li:hover span{
	transform: scale(1.1);
	transform-style: preserve-3d;
	transition: all 1s;
}
.memorabilia .shiji ul li:hover span{
	top: 100px;
}
.memorabilia .shiji .right ul li:hover p:before{
	transform: scale(1);
}
.memorabilia .shiji .right ul li:hover p:before {
    left: 40%;
    bottom: -78px;
}
.memorabilia .shiji ul li:hover:nth-child(2n) span {
    bottom: 103px;
}

.memorabilia .shiji ul li:nth-child(2n):hover p:before {
    left: 38%;
    top: -75px;
}
.memorabilia .shiji ul{
	width: 100%;
}
.memorabilia .shiji ul li{
	width: 7.5%;
	float: left;
	height: 345px;
	position: relative;
}
.memorabilia .shiji ul li img{
	position: absolute;
	left: 0;
	top: -1%;
	display: block;
	width: 133px;
	max-width: none;
}
.memorabilia .shiji ul li:nth-child(2n) img{
	top: 54%;
}

.memorabilia .shiji ul li p {
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    position: absolute;
    left: 22px;
    top: 21px;
    box-sizing: border-box;
    width: 89px;
    height: 72px;
}
.memorabilia .shiji ul li span{
    font-size: 22px;
    color: #00a0ea;
    font-weight: bolder;
    position: absolute;
    width: 133px;
    text-align: center;
    top: 93px;
}
.memorabilia .shiji ul li:nth-child(2n) p{
	bottom:26px;
	top: auto;
}
.memorabilia .shiji ul li:nth-child(2n) span{
	top: auto;
	bottom: 93px;
}
.memorabilia .shiji .right dl{
	width: 100%;
	overflow: hidden;
}
.memorabilia .shiji .right dl dd{
	float: left;
	width: 8.333%;
	box-sizing: border-box;
    padding-left: 36px;
}
.memorabilia .shiji .right ul li p:before{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	bottom: -87px;
	height: 16px;
	width: 16px;
	background: #00a0ea;
	border-radius: 50%;
	content: "";
	z-index: 100;
	border: 5px solid #ffffff;
}
.memorabilia .shiji ul li:nth-child(2n) p:before{
	background: #f4b201;
	top: -83px;
	bottom: auto;
}
.memorabilia .shiji .right .arrow{
	display: block;
	position: absolute;
	right: 0;
	left: auto;
}*/
.memorabilia .word{
	padding-top: 7%;
}
/*悬浮框*/
#right{
	width: 60px;
	font-size: 12px;
	line-height: 20px;
	position: fixed;
	right:0;
	top: 40%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	z-index: 100000;
}
#right ul li{
	width: 100%;
	border-top: 2px solid #fff;
	background: #fff;
	text-align: center;
	padding: 10px 0;
	cursor: pointer;
	background: #333333;
}
#right ul li:first-child{
	border-top: 0;
}
#right ul li img{
	display: block;
	margin: 0 auto;
}
#right ul li:hover dl{
	opacity: 1;
	display: block;
}
#right dl {
    padding: 10px 14px;
    color: #3e3e3e;
    font-size: 14px;
    line-height: 30px;
    /*width: 204px;*/
    /*height: 139px;*/
    position: absolute;
    /*left: -200px;*/
   	/*left: -215px;*/
   	left: -206px;
    top: 67px;
    background: #fff; 
    border: 1px solid #ccc;
	display: none;
}
#right dl dd{
	font-size: 14px;
	color: #3e3e3e;
}
#right dl dd p {
    font-size: 16px;
    color: #3e3e3e;
    padding-left: 12px;
    display: inline-block;
    padding: 0;
}
#right dl dd span {
    display: block;
    height: 34px;
    line-height: 34px;
    border-bottom: 1px solid #dedfe0;
    margin-bottom: 6px;
    padding-bottom: 8px;
    background: none;
    width: 100%;
}
#right dl dd  a {
    margin-right: 12px;
    text-decoration: none;
}
#right dl dd  a  img{
	display: inline-block;
}
#right dl dd .pic img{
	height: 138px;
}
#right dl.sec{
	height: 139px;
	width: 139px;
	padding: 0;
	left: -140px;
	top: 0;
}
.arrowrg {
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #dedfe0;
    border-width: 1px 1px 0 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    background: #fff;
    right: -5px;
    top: 20px;
}
#right ul li.last:hover{
	background: #0e6eb8;
}
#right ul li p{
	color: #fff;
}
/**/
#right ul li dd p{
	color: #0e6eb8;
}
/*支付弹框*/
.code_model_pay {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	display: none;
	background: rgba(0, 0, 0, 0.5);
}
.code_model_pay .pic {
	width: 600px;
	background: #fff;
	padding: 2% 1%;
	box-sizing: border-box;
}
.posi-all {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.code_model_pay .pic .con {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
	line-height: 36px;
	color: #333;
	width: 40%;
	overflow: hidden;
}
.code_model_pay .pic .con:nth-child(2){
	padding-left: 20px;
	box-sizing: border-box;
	width: 59%;
	text-align: left;
}
.code_model_pay .pic img {
	display: block;
	height: 152px;
}
.code_model_pay .p-1{
	font-size: 16px;
	width: 36px;
	padding: 10px;
	color: #fff;
	/*float: left;*/
	display: inline-block;
	vertical-align: middle;
	background: #09bf63;
	line-height: 20px;
}
.code_model_pay .pic .right{
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
}
.code_model_pay .pic .con .p-4 span:nth-child(2){
	color: #f90f1a;
}



@media only screen and (max-width: 1600px) {
	.index_about .left .p-3{
		-webkit-line-clamp: 7;
	}
}
@media only screen and (max-width: 1480px) {
	.index_about .left .p-3{
		-webkit-line-clamp: 6;
	}
}
@media only screen and (max-width: 1480px) {
	.index_about .left .p-3{
		-webkit-line-clamp:5;
	}
}
@media only screen and (max-width: 1366px) {
	.header .nav{
		margin-left: 37px;
	}
	.header .nav ul li{
		width: 100px;
		font-size: 16px;
	}
	.header .form{
		margin-left: 14px;
		width: 220px;
	}
	.header .form {
	    margin-left: 14px;
	    width: 170px;
	}
	.header .nav ul li {
	    width: 100px;
	    font-size: 14px;
	}
	.header .logo img {
	    /*width: 200px;*/
	    display: block;
	}
	.header .form input::-webkit-input-placeholder { 
		font-size: 12px;
		color: #248bcf;
	}
	.header .form input::-moz-placeholder {
		font-size: 12px;
		color: #248bcf;
	}
	.header .form input:-ms-input-placeholder {
		font-size: 12px;
		color: #248bcf;
	}
	.header .form input:-moz-placeholder {
		font-size: 12px;
		color: #248bcf;
	}
	.kj_ul li a{
		font-size: 18px;
	}
	.new_left .inner .p-1,.new_left .inner .p-3,.index_case .word .p-3{
		font-size: 13px;
	}
	.new_left .inner .p-1 span:first-child {
	    font-size: 16px;
	}
	.jj{
		font-size: 14px;
	}
	.xwtr p, .kh_ul li .p-1,.index_about .left .p-2{
		font-size: 16px;
	}
	.the-principal{
		margin-top: 0;
	}
	.title{
		font-size: 26px;
	}
	.title .p-2{
		font-size: 14px;
	}
	.tab-top2 ul li{
		font-size: 16px;
		width: 130px;
	}
	.index_case .tab-top2 ul li {
	    width: 110px;
	}
	.index_news .word .p-2{
		line-height: 18px;
	}
	.service_guarantee .word .p-3{
		font-size: 18px;
	}
	.service_guarantee .word .p-2{
		height: 24px;
	}
	.service_guarantee .word .p-4 {
	    -webkit-line-clamp: 4;
	}
	.index_about{
		height: 346px;
	}
	.index_about .left{
		padding-top: 20px;
	}
	.index_about .left .p-1 {
	    font-size: 26px;
	}
	.index_about .left .p-3 {
	    font-size: 13px;
	    line-height: 26px;
	    -webkit-line-clamp: 6;
	}
	.xwtl{
		font-size: 40px;
	}
	.zdxw_top{
		padding-bottom: 10px;
	}
	.zdxw_bottom {
	    padding-top: 10px;
	}
	.xwbl b{
		font-size: 14px;
	}
	/*.index_contact .form .inner{
		padding-top: 0;
	}*/
	.index_contact .form .inner .p-1{
		font-size: 18px;
	}
	.index_contact .form .inner input, .index_contact .form .inner textarea{
		margin-top: 20px;
	}
	.index_contact .form .inner .btn{
		line-height: 52px;
	}
	.footer .right ul li{
		font-size: 12px;
		padding-left: 30px;
	}
	.footer .p-1 {
	    font-size: 18px;
	    color: #fff;
	    margin-bottom: 20px;
	}
	.footer .left ul li{
		font-size: 12px;
	}
	.footer .mid .pic{
		font-size: 14px;
	}
	.footer .mid{
		padding-top: 55px;
	}
	.footer {
	    padding: 30px 0 40px;
	}
	.product_top{
		height: 156px;
	}
	.product_top h2{
		font-size: 18px;
	}
	.product_top p {
	    line-height: 24px;
	    font-size: 14px;
    }
    .product_main .product_left .p-1 {
	    /*margin-top: 0;*/
	    font-size: 14px;
	    line-height: 24px;
    }
    .product_main .product_left .list .top .left, .product_main .product_left .right{
    	height: 36px;
    	line-height: 36px;
    	font-size: 16px;
    }
    .product_main .product_left .list .top .left img{
    	height: 36px;
    }
    .product_main .product_left .right img{
    	margin-top: 9px;
    }
    .product_main .product_left ul li {
	    font-size: 14px;
	    line-height: 28px;
	}
	.product_main .product_left .list .inner{
		padding-bottom: 36px;
	}
	.case_main .case_left{
		padding-left: 20px;
	}
	.case_main .case_left .p-1{
		font-size: 18px;
		padding-bottom: 10px;
	}
	.case_main .case_left .p-1 img{
		top: 3px;
	}
	/*.case_main .case_left .inner .p-2{
		font-size: 16px;
	}*/
	.case_main .case_left .inner ul li{
		font-size: 14px;
	}
	.case_main .case_right ul.news li .word{
		padding: 20px 20px 30px;
		margin-top: 5px;
	}
	.main_right ul li .word .p-1{
		font-size: 16px;
		line-height: 28px;
	}
	.main_right ul li .word .p-2{
		line-height: 18px;
	}
	.main_right ul li .word .p-3 {
	    font-size: 12px;
	    line-height: 18px;
    }
    .main_right ul li .word .more00 {
	    font-size: 12px;
	    line-height: 26px;
	    width: 86px;
	    margin-top: 14px;
	}
	.main_right ul li .pic{
		height: 130px;
	}
	.down_top .btn {
	    width: 140px;
	    margin-left: 100px;
	}
    .download .list ul li .p-2 {
	    font-size: 16px;
	    font-weight: bolder;
	}
	.download .list ul li .p-3{
		line-height: 28px;
		font-size: 14px;
	}
	.memorabilia .shiji .left{
		height: 198px;
	}
	.memorabilia .shiji .left .inner .p-1{
		font-size: 20px;
	}
	.memorabilia .shiji .left .inner .p-2{
		font-size: 12px;
	}
	.memorabilia .shiji .left .inner .p-3{
		font-size: 16px;
	}
	.memorabilia .shiji ul li p{
		font-size: 10px;
	}
	.memorabilia .shiji ul li:nth-child(2n) p{
		bottom: 22px;
	}
	.memorabilia .shiji ul li:nth-child(2n) p:before{
		top: -92px;
	}
	/*.memorabilia .shiji ul li img{
		width: 128px;
	}*/
	.memorabilia .shiji ul li span{
		font-size: 20px;
		width: 124px;
	}
	.about_main .main_right .top .right,.map{
		height: 247px;
	}
	.about_main .foot .left {
	    padding: 16px 30px 60px 30px;
	}
	.about_main .foot .left ul li{
		padding-bottom: 0;
		font-size: 14px;
    	line-height: 22px;
	}
	.about_main .foot .left ul li .p-2{
		font-size: 16px;
	}
	.about_main .foot .left ul li img{
		top: 3px;
	}
	.about_main .foot .right input {
	    height: 34px;
	    line-height: 34px;
	    font-size: 14px;
	    margin-top: 10px;
	}
	.about_main .foot .right textarea{
		height: 100px;
	}
	.about_main .foot .right .btn {
	    height: 42px;
	    line-height: 42px;
	    font-size: 16px;
	}
	.about_main .foot .right {
	    padding: 10px 40px 20px 50px;
	}
	.product_main .product_right{
		padding-bottom: 20px;
	}
	.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	    bottom: 70px;
	}
	.banner .swiper-pagination-bullet {
	    width: 70px;
	    height: 6px;
	}
}
@media only screen and (max-width: 1280px) {
	.index_about{
		height: 324px;
	}
}
@media only screen and (min-width: 1152px) and (max-width: 1279px) {
	.wrap,.header .big_nav_box{
		width: 1024px;
	}
	.header .logo img {
	    /*width: 200px;*/
	}
	.header .nav ul li {
	    width: 90px;
	    font-size: 14px;
	    /*line-height: 34px;
	    margin-top: 2px;*/
	}
	.header .form{
		margin-top: 14px;
		width: 175px;
	}
	.header .big_nav_box dl dt {
	    font-size: 18px;
	    margin-bottom: 6px;
	}
	.header .big_nav_box dl dd a {
	    font-size: 14px;
	    line-height: 32px;
	    padding-left: 13px;
	}
	.header .big_nav_box dl dd a:before{
		height: 6px;
		width: 6px;
	}
	.index_about{
		height: 292px;
	}
	.index_about .left .p-3 {
	    -webkit-line-clamp: 5;
	}
	.index_about .left a{
		margin-top: 15px;
	}
	.index_contact .form .inner input, .index_contact .form .inner textarea {
	    margin-top: 11px;
	}
	.honor_main .list ul li .pic{
		/*height: 262px;*/
		/*height: 243px;*/
		height: 271px;
	}
	.memorabilia .main_right .content img{
		height: 217px;
	}
	.index_contact .form .inner .btn {
		line-height: 38px;
	}
	.case_main .case_right ul.news li .pic{
		height: 151px;
	}
}



@media only screen and (min-width: 1024px) and (max-width: 1151px) {
	.wrap,.header .big_nav_box{
		width: 980px;
	}
	.honor_main .list ul li .pic{
		height: 251px;
	}
	.index_about{
		height: 259px;
	}
	.index_about .left .p-3 {
	    font-size: 13px;
	    line-height: 26px;
	    -webkit-line-clamp: 4;
	}
	.index_about .left a{
		margin-top: 18px;
	}
	.index_contact .form .inner input, .index_contact .form .inner textarea,.index_contact .form .inner .btn{
	    margin-top: 10px;
	}
	.index_contact .form .inner{
		padding-top: 10px;
	}
	.memorabilia .main_right .content img{
		height: 208px;
	}
	.header .nav ul li {
	    width: 84px;
	}
	.header .nav {
    	margin-left: 16px;
	}
}


@media only screen and (min-width: 769px) and (max-width: 1023px) {
	.wrap{
		width: 98%;
	}
	.header .form{
		display: none;
	}
	.index_case .pic{
		height: 108px;
	}
	.index_about{
		height: auto;
	}
	.index_about .left .p-3 {
	    font-size: 13px;
	    line-height: 26px;
	    -webkit-line-clamp: 2;
	}
	.index_contact .form .inner{
		padding-top: 0;
	}
	.index_contact .form .inner input, .index_contact .form .inner textarea {
	    margin-top: 10px;
	}
	.index_contact .form .inner .btn {
	    line-height: 42px;
	    margin-top: 5px;
	}

}



@media only screen and (max-width: 768px) {
	.wrap,.header .big_nav_box{
		width: 98%;
	}	
	.header .form {
	    position: absolute;
	    right: 92px;
	    top: -38px;
	}
	.banner .swiper-pagination-bullet {
	    width: 60px;
	    height: 6px;
	}
	.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 16px;
	}
	.the-principal{
		margin-top: 2%;
	}
	.service_guarantee .word .p-3{
		-webkit-line-clamp: 1;
	}
	.index_about .left {
	    padding-top: 6px;
	}
	.kj_ul,.new_left{
		display: none;
	}
	.index_news .word{
		height: 106px;
	}
	.service_guarantee .list{
		margin-top: 20px;
	}
	.new_right{
		width: 100%;
		float: none;
	}
	.index_case .tab-top2 ul li {
	    width: 86px;
	}
	.tab-list2,.service_guarantee .list .wrap{
		padding: 0 9%;
	}
	.index_news .pic, .index_news .word{
		width: 100%;
		float: none;
	}
	.service_guarantee .word{
		padding-top: 0;
	}
	.service_guarantee .word .p-4,.index_about .left .p-3{
	    -webkit-line-clamp: 2;
	}
	.index_about{
		height: 195px;
	}
	.index_about .left a {
	    margin: 8px auto 0;
	    font-size: 14px;
	    line-height: 28px;
	    width: 100px;
	}
	.index_contact .form .inner input, .index_contact .form .inner textarea{
		line-height: 32px;
	}
	.index_contact .form .inner .btn {
	    line-height: 38px;
	    font-size: 18px;
	    margin-top: 10px;
	}
	.index_contact .form .inner{
		padding-top: 0;
	}
	.footer .mid .pic{
		/*margin-left: 14px;*/
		margin-left: 9px;
	}
	.footer .mid .pic img{
		width: 90px;
	}
	.footer .mid{
		width: 42%;
	}
	.footer .left {
		width: 23%;
	    box-sizing: border-box;
	    padding-left: 10px;
	}
	.footer .right{
		width: 35%;
	}
	.footer .left ul li{
		width: 100%;
	}
	.case_main .case_right ul.news li .word{
		padding: 0;
		border: 0;
	}
	.case_main .case_right ul.news li .word p{
		border: 0;
	}
	.main_right .list ul li .word .p-3 {
	    -webkit-line-clamp: 1;
	}
	.main_right .list ul li .pic{
		height: 99px;
	}
	.main_right .list ul li .word .p-2{
		display: none;
	}
	#right{
		display: none;
	}
	.index_contact .form .inner input, .index_contact .form .inner textarea{
		margin-top: 10px;
	}
	.index_contact {
	    padding: 40px 0 30px;
	}
	.product_main .product_right {
	    padding-left: 20px;
	    padding-right: 14px;
	    padding-bottom: 20px;
	}
	.memorabilia .shiji{
		display: none;
	}
	.memorabilia .main_right .content img{
		height: 158px;
	}
	.down_top .btn {
	    margin-left: 30px;
	}
	.down_top input{
		width: 268px;
	}
	.down_top{
		padding-left: 10px;
		border: 0;
	}
	.header .nav ul li{
		/*line-height: 34px;*/
		width: 80px;
	}
	/*.header .logo{
		padding-top: 0
	}*/
	.kh_ul li{
		margin-bottom: 3px;
	}
	.header{
		padding-top: 10px;
	}
	.case_main .case_left .inner ul li {
	    font-size: 13px;
	    padding-left: 0;
	}
	.news_inner .main_right{
		border: 0
	}
	.main_right .content{
		padding-top: 0
	}
	.main_right .content .con_title{
		font-size: 22px;
	}
	.honor_main .list ul li .pic{
		/*height: 177px;*/
		height: 198px;
	}
	.memorabilia .word {
	    padding-top: 0%;
	    width: 100%;
	    padding-left: 16px;
	    box-sizing: border-box;
	}
	.memorabilia .word p span{
		font-size: 16px !important
	}
	.map{
		width: 100%;
	}
	.about_main .main_right .top .right{
		display: none;
	}
	.header .big_nav_box dl dd a{
		font-size: 12px
	}
	.last_shiji dl dd .time{
		font-size: 32px;
	}
	.case_main .case_right ul.news li .pic{
		height: 111px;
	}
	.service_guarantee .pic{
		height: 182px;
	}
	.header .nav{
		margin-left: 17px;
	}
	.news_box{
		top: -15px;
	}
	.main_right .list ul li .word .p-1{
		line-height: 30px;
		font-size: 16px;
	}
	.main_right .list ul li .word .p-3{
		margin-top: 0;
		font-size: 12px;
	}
	.main_right .list ul li .word .more00{
		margin-top: 5px;
	}
	.main_right .list ul li{
		margin-top: 20px
	}
	.the-principal{
		margin-top: 2%;
	}
	.header .big_nav_box{
		padding: 0 10px;
	}
	.honor_main .list ul li:first-child{
		margin-top: 20px;
	}
}



@media only screen and (max-width: 767px) {
	.header{
		display: none;
	}
	.a-header{
		display: block;
		height: 50px;
	}
	.banner{
		display: none;
	}
	.a-banner{
		display: block;
	}
	#top{
		display: none;
	}
	.kj_box {
	    padding-bottom: 32px;
	    padding-top: 8px;
	}
	.news_box {
		top: 0;
	    -webkit-box-shadow: 0 0 23px 6px #e9e9e9;
	    -moz-box-shadow: 0 0 23px 6px #e9e9e9;
	    box-shadow: 0 0 23px 6px #e9e9e9;
	}
	.tab-top2 ul li {
	    width: 96px;
	    line-height: 32px;
	}
	.the-principal .swiper-button-prev, .the-principal .swiper-button-next, .index_case .swiper-button-prev, .index_case .swiper-button-next, .index_news .swiper-button-prev, .index_news .swiper-button-next, .service_guarantee .swiper-button-prev, .service_guarantee .swiper-button-next{
		height: 44px;
		width: 20px;
	}
	.xwbl,.xwtl{
		margin-left: 0;
		width: 27%;
	}
	.new_right {
	    padding: 2.6% 10px;
	}
	.xwtr, .xwbr {
	    float: right;
	    width: 68%;
	}
	.xwtl{
		text-align: center;
		margin-top: 0;
	}
	.the-principal .fenge{
		display: none;
	}
	.index_about{
		height: auto !important;
		padding-bottom: 0;
	}
	.index_about .left{
		width: 100%;
		float: none;
	}
	.index_about .bg_img{
		width: 100%;
		position: static;
		margin-top: 16px;
		display: block;
	}
	.index_case .tab-top2 ul li {
	    width: 25%;
	    box-sizing: border-box;
	    border-top: 0;
	    border-width: 1px;
	    margin-left: 0;
	    float: left;
	    border-right: 0;
	    border-left: 1px solid #f2f2f2;
	}
	.index_case .tab-top2 ul li.active:after, .index_case .tab-top2 ul li:hover:after{
		display: none;
	}
	.index_case .tab-top2 ul{
		overflow: hidden;
		border-top: 1px solid #f2f2f2;
	}
	
	.index_case .tab-top2 ul li:nth-child(4n){
		border-right: 1px solid #f2f2f2;
	}
	.tab-top2 ul li.active, .tab-top2 ul li:hover{
		border-left: 0;
		border-right: 0;
	}
	.tab-top2{
		margin-bottom: 16px;
	}
	.index_about .left .p-3{
	 	-webkit-line-clamp: 5;
	}
	.index_contact .left, .index_contact .form{
		width: 100%;
		float: none;
	}
	.index_contact .form{
		margin-top: 16px;
	}
	.index_contact .form .inner{
		width: 86%;
	}
	.footer .left,.footer .mid,.footer .right{
		width: 100%;
		float: none;
	}
	.footer .right ul{
		border-bottom: 0;
	}
	.footer .right{
		padding-left: 20px;
		box-sizing: border-box;
	}
	.footer .mid {
	    padding-top: 20px;
	}
	.footer .p-1{
		margin-bottom: 10px;
	}
	.footer .mid .pic:first-child{
		display: none;
	}
	.footer .left ul li,.footer .mid .pic{
		width: 40%;
		margin-left: 10%;
		float: left;
		padding-left: 0;
	}
	.footer .left ul li span{
		display: none;
	}
	.footer .left ul li:nth-child(2n+1){
		margin-left: 0;
	}
	.footer .left ul {
		overflow: hidden;
	}
	.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 0;
	}
	.footer .mid .pic img{
		display: block;
		margin: 0 auto;
	}
	.footer .mid .pic{
		margin-left: 5%;
	}
	.footer .copy{
		font-size: 14px;
		margin-top: 0;
	}
	.footer .right ul{
		padding-bottom: 20px;
	}
	.footer{
		padding: 20px 0;
	}
	.a-header .logo{
		position: relative;
		z-index: 10000;
	}
	.a-header .logo img{
		/*height: 40px;*/
		margin-top: 14px;
		display: block;
		margin-left: 16px;
	}
	.a-header .logo{
		display: inline-block;
	}
	.banner .swiper-pagination-bullet{
		width: 30px;
	}
	.product_main .product_left,.case_main .case_right,.main_right{
		width: 100%;
		float: none;
		margin-left: 0;
		padding-left: 0;
	}
	.product_main .product_right,.case_main .case_left,.main_left{
		display: none;
	}
	.product_top{
		height: 100px;
		padding:10px 10px 0 10px;
	}
	.product_top h2 {
	    font-size: 14px;
	    display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}
	.product_top p {
	    line-height: 20px;
	    font-size: 12px;
	    margin-top: 4px;
	}
	.product_main .product_left .p-1{
		padding-bottom: 16px;
	}
	.product_main .product_left ul li {
    	padding: 0 6px;
    	margin-left: 0; 
    	margin-bottom: 10px;
	}
	.product_main .product_left .list .inner {
	    padding-bottom: 20px;
	}
	.product_main .product_left .list .inner:nth-child(2) {
	    margin-top: 20px;
	}
	.case_main .case_right ul.news li{
		width: 49%;
		margin-left: 2% !important;
		margin-top: 16px !important;
	}
	.case_main .case_right ul.news li:nth-child(2n+1){
		margin-left: 0 !important;
	}
	.case_main .case_right ul.news li .pic{
		/*height: 102px;*/
		/*height: 128px;*/
	}
	.main_right ul{
		width: 100%;
		overflow: hidden;
	}
	.main_right .list ul li,.honor_main .list ul li{
		width: 49%;
		margin-left: 2%;
		float: left;
		/*padding-bottom: 10px;*/
		padding-bottom: 0;
		border-bottom: 0;
		margin-top: 10px !important;
	}
	.main_right .list ul li .pic,.main_right .list ul li .word{
		width: 100%;
		float: none;
	}
	.main_right .list ul li:nth-child(2n+1),.honor_main .list ul li:nth-child(2n+1){
		margin-left: 0;
	}
	.main_right .list ul li .word .more00{
		display: none;
	}
	.main_right .list ul li .word{
		padding: 0 10px;
		box-sizing: border-box;
	}
	.main_right .list ul li .word .p-3{
		margin-top: 0;
		-webkit-line-clamp: 2;
	}
	.technical .main_right ul li{
		padding-left: 0;
		padding-top: 0;
	}
	.about_main .main_right .top .right, .map,.about_main .foot .left,.about_main .foot .right{
		width: 100%;
		float: none;
		border: 0;
		margin-left: 0;
	}
	.about_main .main_right .top .right{
		margin-top: 16px;
		height: auto;
	}
	.about_main .foot .right {
	    padding: 10px 20px 20px 20px;
	}
	.honor_main .list ul li .pic{
		/*height: 236px;*/
		/*height: 219px;*/
		height: 245px;
	}
	.honor_main .list ul li{
		margin-bottom: 0;
	}
	.memorabilia .main_right .content img{
		height: 96px;
	}
	.news_inner .main_right{
		width: 100%;
		margin-left: 0;
		border: 0;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.main_right .content{
		padding-top: 10px;
	}
	.main_right .content .con_title{
		/*font-size: 18px;*/
	}
	.down_top{
		padding: 16px 0 16px 10px;
	}
	.down_top span{
		font-size: 14px;
	}
	.down_top input{
		margin-left: 6px;
		width: 170px;
	}
	.down_top .btn {
	    margin-left: 10px;
	    width: 85px;
	}
	.download .list ul li .left{
		display: none;
	}
	.download .list ul li .right{
		width: 100%;
		float: none;
		padding-left: 0;
	}
	.bg_color{
		background: #fff;
	}
	.download .list ul {
	    padding: 0 10px;
	    padding-top: 10px;
	    box-sizing: border-box;
	}
	.download .list ul li{
	 	margin-left: 0;
	}
	.search_list .inner{
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.search_list .inner .list ul{
		padding-left: 0;
	}
	.search_list .inner .list ul li{
		font-size: 14px;
		line-height: 22px;
		padding: 10px 0;
	}
	.download .down_content{
		border: 0;
	}
	.the_page dl dd{
		width: 100%;
		float: none;
	}
	.the_page dl dd:nth-child(2) {
	    text-align: left;
	}
	.product_main .product_left .list{
		padding: 10px;
	}
	.index_about{
		height: 16px;
		margin-top: 0
	}
	.index_news .word{
		/*height: 136px;*/
		height: 110px;
	}
	.index_case{
		padding-top: 20px
	}
	.index_case .tab-top2 ul li:nth-last-of-type(1){
		border-right: 1px solid #f2f2f2
	}
	.index_news,.service_guarantee{
	    padding-top: 7%;
	}
	.service_guarantee .list{
		margin-top: 15px;
	}
	.tab-top2 ul {
	    margin-top: 15px;
	}
	.the-principal .tab-list2 .word .p-2 {
	    -webkit-line-clamp: 3;
	}
	
	sub{
		font-size: 18px
	}
	.the_page dl{
		margin-top: 20px;
	}
	.the_page dl dd{
		margin-top: 0
	}
	.main_right .list ul li .word .p-3{
		/*height: 36px;*/
		height: 40px;
		line-height: 20px;
		margin-top: 5px;
	}
	.download .list ul li .p-3 {
	    line-height: 22px;
	    font-size: 14px;
	}
	.index_about .left {
	    padding: 0 10px;
	    padding-top: 20px;
	}
	.last_shiji dl dd .time{
		width: 22%;
		font-size: 24px;
	}
	.last_shiji dl dd .txt{
		width: 78%;
		padding-left: 15px;
	    color: #73706e;
	    font-size: 14px;
	    line-height: 26px;
	}
	.index_about .p_bg_img{
		display: none;
	}
	.index_about .a_bg_img{
		display: block;
		width: 100%;
		margin-top: 16px;
	}
	.index_about .wrap{
		position: static;
		left: 0;
		top: 0;
		transform: translate(0,0);
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		-ms-transform: translate(0,0);
		-o-transform: translate(0,0);
	}
	.footer .left ul li{
		width: 45%;
		margin-left: 5%;
	}
	.kh_ul li{
		width: 100%;
	}
	.case_main .case_right ul.news li .word{
		height: 38px;
	}
	.xwbl b{
		font-size: 13px;
	}
	.xwtr p {
	    -webkit-line-clamp: 2;
	    display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	.honor_main .list ul li img{
		width: auto;
		max-height: 100%;
		margin: 0 auto;
	}
	.honor_main .list ul li .pic{
		display: flex;
	    align-items: center;
	}
	.download .list ul li{
		width: 100%;
		margin-left: 0 !important;
		border-bottom: 1px solid #f2f2f2;
	    padding-bottom: 7px;
	    padding-top: 6px;
	}
	.case_main .case_right ul.news li p span{
		position: static;
		top: 0;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
	}
	
	.code_model_pay .pic{
		width: 90%;
		padding: 8% 1%;
	}
	.code_model_pay .pic .con{
		display: block;
		width: 100%;
	}
	.code_model_pay .pic .con:nth-child(2){
		width: 100%;
	}
	
}



@media only screen and (min-width: 410px) and (max-width: 414px) {
	.case_main .case_right ul.news li .pic{
		height: 128px;
	}
}


@media only screen and (min-width: 375px) and (max-width: 409px) {
	.case_main .case_right ul.news li .pic{
		height: 116px;
	}
}

@media only screen and (min-width: 360px) and (max-width: 374px) {
	.case_main .case_right ul.news li .pic{
		height: 116px;
	}
}



