﻿/*--------------------------------------------------------------------------
---------------------------------------------------------------------------
----------------------------------  首页 css ------------------------------*/
.header,.product-header{
	width: 100%;
	height: 93px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	background: #080808;
	border-bottom: 1px solid #1e1e1e;
}
.header-box{
	max-width: 1800px;
	height: 93px;
	margin: 0 auto;
}
.logo{
	padding-top: 22px;
}
.logo img{
	padding-left: 15px;
}
.nav-list{
	float: left;
	height: 93px;
	line-height: 93px;
	width: 92px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	color: #fff;
}
.product-banner,.about-banner,.tech-banner,.contact-banner,.talent-banner,.news-banner{
	height: 416px;
	margin-top: 93px;
	background: url(../images/banner-3.jpg) no-repeat center center;
}
.about-banner{
	background-image: url(../images/banner-4.jpg);
}
.tech-banner{
	background-image: url(../images/banner-5.jpg);
}
.contact-banner{
	background-image: url(../images/banner-6.jpg);
}
.talent-banner{
	background-image: url(../images/banner-7.jpg);
}
.news-banner{
	background-image: url(../images/banner-8.jpg);
}
.product-header .nav-list{
	color: #787878;
}
.header .nav-list:hover,.product-header .nav-list:hover{
	background: #c60206;
	color: #fff;
}
.header .onnav,.product-header .onnav{
	background: #c60206;
	color: #fff;
}
.header .onnav a{
	display: block;
	color: inherit;
}
.banner{
	width: 100%;
	position: relative;
}
.banner-slide{
	width: 100%;
}
.banner-slide a{
	display: block;
	width: 100%;
}
.bannerhd-list{
	width: 18px;
	height: 18px;
	border-radius: 100%;
	background: #504e4b;
	float: left;
	margin: 0 8px;
}
.bannerbd-list img{
	width: 100%;
}
.bannerhd-list.on{
	background: #c60206;
}
.banner-slide .hd{
	position: absolute;
	left: 50%;
	margin-left: -51px;
	bottom: 30px;
	display: inline-block;
	z-index: 2;
}
.about,.product,.news,.mate{
	width: 100%;
	background: url(../images/indexbg-1.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 145px;
}
.product{
	background-image: url(../images/indexbg-2.jpg);
}
.news{
	background-image: url(../images/indexbg-3.jpg);
}
.mate{
	background-image: url(../images/indexbg-4.jpg);
}
.about-header{
    margin-bottom: 45px;
    text-align: center;
}
.about-header h2{
	color: #c60206;
	font-size: 36px;
	font-weight: normal;
	font-family: "黑体";
	margin-bottom: 12px;
}
.about-header span{
	font-size: 24px;
	color: #3d3c3c;
}
.about-intro{
	padding: 0 55px;
	font-size: 16px;
	color: #6a6a6a;
	line-height: 30px;
	text-indent: 25px;
}
.last-intro{
	margin-bottom: 90px;
}
.about-div{
	width: 25%;
	text-align: center;
	float: left;
}
.about-dt{
	width: 144px;
	height: 144px;
	border-radius: 100%;
	border: 5px solid #616161;
	box-sizing: border-box;
	display: table;
	text-align: center;	
	margin: 0 auto;	
}
.about-dt span{
	display: table-cell;
	vertical-align: middle;
}
.hover-img{
	display: none;
}
.about-dd{
	color: #616161;
	font-size: 18px;
	margin-top: 15px;
	text-align: center;
}
.about-list:hover .about-dt{
    border-color: #f00106;
}
.about-list:hover .normal-img{
	display: none;
}
.about-list:hover .hover-img{
	display: inline-block;
}
.product-slide{
	margin-top: 80px;
	position: relative;
	margin-bottom: 85px;
}
.product-slide .bd{
	overflow: hidden;
}
.productbd-list{
	width: 100%;
}
.productbd-list-dl dt{
	width: 100%;
	height: 302px;
	display: table;
	text-align: center;
	overflow: hidden;
	background: #fff;
}
.productbd-list-dl dt span{
	display: table-cell;
	vertical-align: middle;
}
.productbd-list-dl dt span img{
	transition: 0.5s;
}
.productbd-list-dl:hover .productbd-list-dd{
	background: #ec040b;
}
.productbd-list-dl:hover  dt span img{
	transform: scale(1.1);
}
.productbd-list-dd{
	height: 100px;
	background: #929292;
	color: #fff;
	text-align: center;
	padding-top: 25px;
	box-sizing: border-box;
}
.productbd-list-dd p{
	font-size: 24px;
	margin-bottom: 10px;
}
.productbd-list-dd span{
	font-size: 14px;
}
.swiper-button-prev,.swiper-button-next{
   display: inline-block;
   position: absolute;
   top: 40%;
   width: 42px;
   height: 42px;
}
.swiper-container{
	position: static;
}
.swiper-button-prev{
    background: url(../images/prev-1.png) no-repeat center center;
    left: -70px;
}
.swiper-button-next{
	background: url(../images/next-1.png) no-repeat center center;
	right: -70px;
}
.swiper-button-prev:hover{
	background-image: url(../images/prev-2.png);
}
.swiper-button-next:hover{
	background-image: url(../images/next-2.png);
}
.productbtn-box{
	text-align: center;
}
.product-more,.news-more{
	font-size: 18px;
	color: #7d7d7d;
	padding: 10px 35px;
	border-radius: 2px;
    border: 1px solid #afafaf;
}
.news .about-header span{
	color: #fff;
}
.news-lists{
    margin-bottom: 65px;
}
.news-list{
	width: 605px;
}
.news-dl{
	padding: 14px 0 55px;
	width: 48%;
	box-sizing: border-box;
}
.news-dt{
	width: 82px;
	height: 82px;
	background: #5d5d5d;
	color: #fff;
	text-align: center;
	margin-right: 20px;
}
.news-dt p{
   font-size: 30px;
   margin-top: 15px;
   margin-bottom: 10px;
}
.news-dt span{
	font-size: 14px;
}
.news-dd{
	width: 80%;
}
.news-dd h3{
	color: #fff;
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 22px;
}
.news-dd p{
	font-size: 14px;
	color: #5d5d5d;
	line-height: 24px;
	text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	-webkit-box-orient: vertical;
}
.news-dd .product-more{
	display: inline-block;
	font-size: 10px;
	padding: 0;
	width: 84px;
	line-height: 30px;
	height: 30px;
	text-align: center;
	margin-top: 15px;
}
.news-dl:hover .news-dt{
	background: #e33f4b;
}
.news-more{
	margin-top: 100px;
}
.mate-lists{
	margin: 0 65px;
	border-top: 1px dashed #adadad;
	border-left: 1px dashed #adadad;
	margin-bottom: 100px;
}
.mate-list{
	width: 25%;
	height: 135px;
	box-sizing: border-box;
	border-right: 1px dashed #adadad;
	border-bottom: 1px dashed #adadad;
	display: table;
	text-align: center;
	background: #fff;
}
.mate-list:hover .normal-img{
	display: none;
}
.mate-list:hover .hover-img{
	display: inline-block;
}
.mate-list span{
	display: table-cell;
	vertical-align: middle;
}
.index-footer{
	background: url(../images/indexbg-5.jpg) no-repeat center center;
	padding: 200px 0 150px;
}
.index-footer-box{
	padding: 0 100px;
	box-sizing: border-box;
}
.indexfooter-dt{
	margin-right: 60px;
}
.indexfooter-dt img{
	width: 150px;
	height: 150px;
}
.indexfooter-phone{
	color: #fff;
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 12px;
}
.indexfooter-contact,.indexfooter-right p{
    color: #b1b1b1;
    line-height: 28px;
    font-size: 15px;
}
.indexfooter-right{
	padding-top: 25px;
}
.indexfooter-infor{
	padding-bottom: 45px;
	border-bottom: 1px solid #464646;
}
.indexfooter-science{
	text-align: center;
}
.indexfooter-science-china{
	padding-top: 45px;
	font-size: 32px;
	color: rgba(255,255,255,0.7);
	margin-bottom: 5px;
}
.indexfooter-science-en{
    color: #6b6b6b;
    font-size: 14px;
}
.product-header{
	background: #fff;
	color: #787878;
	border-bottom: 0;
}
.product-content{
	padding: 65px 0 55px;
}
.product-classfy{
	height: 50px;
	line-height: 50px;
	border-top: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
}
.product-classfy2{
	border-bottom: 1px solid #d3d3d3;
}
.product-name{
	width: 102px;
	text-align: center;
	background: #d3d3d3;
	color: #4b4b4b;
	font-size: 16px;
	font-weight: normal;
	height: 50px;
    line-height: 50px;
}
.product-firsttd{
	width: 8%;
}
.product-secondtd{
	width: 90%;
}
.product-name-top{
    border-bottom: 1px solid #fff;
}
.product-other{
    font-size: 14px;
	color: #5d5d5d;
	padding: 0 20px;
	display: inline-block;
	height: 50px;
    line-height: 50px;
}
.product-tr{
	border: 1px solid #ddd;
}
.product-secondtd-other{
	border-bottom: 1px solid #ddd;
}
.product-name:hover,.product-other:hover{
	color: #c60206;
	cursor: pointer;
}
.product-classfy:last-child{
	border-bottom: 1px solid #d3d3d3;
}
.products{
	margin: 30px 0;
}
.products .productbd-list-dl{
	margin-bottom: 30px;
	width: 282px;
	display: inline-block;
}
.products .productbd-list-dl dt{
	box-shadow: 0px 0px 10px #efefef;
}
.page-box a,.page-box strong{
	display: inline-block;
	padding:10px 15px;
	background: #fff;
	border: 1px solid #c8c8c8;
	border-radius: 5px;
	color: #9c9498;
	margin:4px;
}
.page-box a:hover{
	background: #e33f4b;
	color: #fff;
	border-color: #e33f4b;
}
.page-box{
    text-align: center;
}
.page-box strong{
	background: #e33f4b;
	color: #fff;
	border-color: #e33f4b;
}
.footer{
	background: #151515;
}
.footer-lists{
	padding-bottom: 30px;
}
.footer-list{
	width: 15%;
	color: #d0d0d0;
	height: 160px;
	border-right: 1px solid rgba(68,68,68,0.5);
	text-align: center;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.footer-list:first-child{
	padding-left: 0;
}
.footer-list .footer-title{
	font-size: 16px;
	margin-bottom: 15px;
	color: #fff;
}
.footer-list p{
	font-size: 13px;
	line-height: 24px;
	cursor: pointer;
}
.footer-box{
	padding-top: 80px;
	box-sizing: border-box;
}
.erweima-list{
	width: 15%;
	text-align: center;
}
.erweima-list img{
	margin-bottom: 5px;
}
.contact-list{
	width: 25%;
	padding-left: 50px;
	box-sizing: border-box;
}
.contact-list-us{
	font-size: 18px;
	color: #fff;
}
.contact-list-phone{
	font-size: 24px;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
}
.contact-list-method{
	line-height: 28px;
	color: #d0d0d0;
	font-size: 14px;
}
.bottom{
	border-top: 1px solid rgba(68,68,68,0.5);
	height: 68px;
}
.bottom-intro{
	text-align: center;
	line-height: 68px;
	color: rgba(255,255,255,0.5);
}
.bottom-list{
	line-height: 68px;
	padding: 0 10px;
}
.slide-lists{
   position: fixed;
   right: 0;
   height: 168px;
   width: 41px;
   top: 50%;
   margin-top: -84px;
   display: none;
}
.slide-list{
	background: #dfdfdf;
	height: 41px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	padding-top: 12px;
	cursor: pointer;
	box-sizing: border-box;
	margin-bottom: 1px;
}
.slide-top{
	background: #c60206;
}
.product-detail{
	padding: 80px 0;
	text-align: center;
}
.fixed-ads{
	background: #e73f33;
	color: #fff;
	font-size: 25px;
	text-align: center;
	font-weight: bold;
	height: 80px;
	line-height: 80px;
	position: fixed;
	bottom: 0;
	width: 100%;
	display: none;
}
.about-content{
  padding-bottom: 65px;
}
.about-nav{
	height: 90px;
	line-height: 90px;
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 45px;
}
.about-navlist{
	font-size: 19px;
	padding: 0 12px;
	margin: 0 22px;
	position: relative;
}
.about-navlist a{
	color: #323232;
}
.about-navlists{
	display: inline-block;
}
.aboutnav-box{
	text-align: center;
}
.onaboutnav{
	border-bottom: 2px solid #c60206;
}
.onaboutnav:after{
	content: '';
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #c60206;
	position: absolute;
	top: 91px;
	left: 50%;
	margin-left: -3px;
}
.about-article{
	padding-bottom: 45px;
}
.about-article img{
	max-width: 100%;
}
.about-imgs{
	margin-bottom: 30px;
}
.about-article-list{
	color: #636363;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 30px;
}
.tech-lists{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tech-list{
	width: 48%;
	margin-bottom: 65px;
}
.tech-list-dt{
	width: 168px;
	height: 102px;
	overflow: hidden;
	margin-right: 20px;
}
.tech-list-dd{
	width: 67%;
}
.tech-list-title{
	color: #5e5050;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}
.tech-list-time{
   display: inline-block;
   color: #b89f9a;
   font-size: 14px;
   margin-bottom: 15px;
}
.tech-list-article{
	color: #7e7373;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 15px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.tech-more{
	display: block;
	color: #c1c1c1;
	border: 1px solid #c1c1c1;
	border-radius: 5px;
	height: 30px;
	line-height: 30px;
	width: 86px;
	text-align: center;
}
.tech-more:hover{
	color: #fff;
	background: #e36442;
	border-color: #e36442;
}
.techdetail-header{
	height: 142px;
	border-bottom: 1px solid #dadada;
	margin-bottom: 45px;
	text-align: center;
}
.techdetail-title{
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: normal;
	color: #696565;
	padding-top: 60px;
}
.techdetail-date{
	font-size: 14px;
	color: #acacac;
}
.contact-content{
	padding: 60px 0;
}
.contact-left-name{
	margin-top: 10px;
	margin-bottom: 35px;
}
.contact-erweima{
	margin-right: 25px;
}
.contact-erweima-dt{
	border: 1px solid #c4c4c4;
	text-align: center;
	display: table;
	text-align: center;
	width: 100%;
}
.contact-erweima-dt span{
	display: table-cell;
	vertical-align: middle;
}
.contact-erweima-dd{
	font-size: 18px;
	color: #000;
	margin-top: 15px;
	text-align: center;
}
.contact-methods h2{
	font-size: 36px;
	color: #585858;
	font-weight: normal;
	margin-bottom: 20px;
	font-style: italic;
}
.contact-methods p{
	font-size: 14px;
    color: #676767;
    line-height: 30px;
}
.contact-img {
    margin-top: 20px;
}
.contact-img img {
    margin-right: 20px;
}
.contact-input{
   display: block;
   width: 100%;
   border: 1px solid #afafaf;
   border-radius: 5px;
   height: 48px;
   line-height: 48px;
   font-size: 18px;
   outline: none;
   margin-bottom: 20px;
   box-sizing: border-box;
   padding-left: 20px;
}
.contact-text{
   height: 158px;
   line-height: 34px;
   padding-top: 5px;
}
.contact-btn{
	width: 170px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background: #c60206;
	text-align: center;
	font-size: 18px;
	outline: none;
	border: 0;
	cursor: pointer;
	border-radius: 5px;
}
.location{
	height: 515px;
	/*background: url(../images/location-1.png) no-repeat center center;*/
}
.talent-invite{
	height: 64px;
	border-top: 1px solid #d8d8d8;
	line-height: 64px;
	font-size: 20px;
	color: #4e4e4e;
	cursor: pointer;
}
.talent-invite span{
	font-size: 36px;
	color: #ababab;
	font-family: "宋体";
	transition: 0.5s;
}
.talent-detail{
	margin-bottom: 100px;
	border-bottom: 1px solid #d8d8d8;
}
.talent-first{
   margin-bottom: 20px;
}
.talent-first span{
	color: #c60206;
	font-size: 18px;
	margin-right: 10px;
}
.talent-list{
	line-height: 36px;
	color: #888888;
	font-size: 14px;
}
.talent-demand{
	display: none;
}
.onshow .talent-invite span{
	transform: rotate(90deg);
}
.news-content .news-dd h3{
	color: #474747
}
.news-content .news-dl:hover .news-dt{
    background: #c60206;
}
.news-left{
	width: 70%;
}
.newsdetial-title {
	margin-bottom: 30px;
}
.newsdetial-title  h2{
	font-size: 30px;
	margin-bottom: 10px;
	color: #000;
	font-weight: normal;
}
.newsdetial-title span{
	margin-right: 15px;
	color: #746a66;
}
.newsdetial-title span img{
	margin-right: 5px;
	vertical-align: bottom;
}
.newsdetial-paragraph p{
	color: #636363;
	line-height: 30px;
	font-size: 14px;
}
.newsdetial-paragraph{
	margin-bottom: 45px;
}
.news-right{
	width: 25%;
}
.newsright-title{
	color: #010101;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 20px;
}
.newsright-lists{
	margin-bottom: 45px;
}
.newsright-list{ 
    line-height: 36px;
    font-size: 14px;
    padding-left: 15px;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space:  nowrap;
}
.newsright-list:hover a{
	color: #c60206;
}
.newsright-list a{
	color: #383838;
}
.newsright-list:after{
	content:'';
	width: 0;
	height: 0;
	border-left: 5px solid #333333;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
}
.newsright-slide{
	height: 218px;
	border: 1px solid #d7d7d7;
	position: relative;
}
.newsright-dd{
	height: 45px;
	background: #323232;
	color: #fff;
	text-align: center;
	line-height: 45px;
	font-size: 18px;
}
.newsright-dt{
	width: 100%;
	display: table;
	text-align: center;
	overflow: hidden;
	height: 173px;
}
.newsright-dt span{
	display: table-cell;
	vertical-align: middle;
}
.news-prev,.news-next{
	position: absolute;
	top: 35%;
	font-size: 30px;
	color: #323232;
	font-family: "宋体";
	font-weight: bold;
}
.news-prev{
	left: 10px;
}
.news-next{
	right: 10px;
}
.meun-btn{
	display: none;
}
.products-list{
	width: 25%;
	text-align: center;
	float: left;
}
.product-name-span{
	width: 80%;
}
.product-detail img{
    width: 100%;
}
.contact-left{
	width: 45%;
}
.contact-right{
	width: 50%;
}
.contact-erweima{
	width: 28%;
	margin-right: 2%;
}
.contact-erweima-dt img{
	width: 100%;
}
.contact-methods{
	width: 70%;
}



@media (min-width: 1200px) {
.meun-lists{
	display: none;
} 
}
@media (min-width: 992px) and (max-width: 1199px) {
.nav-list{
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 15px;
}
.logo{
	height: 80px;
	padding: 0;
	line-height: 80px;
	width: 267px;
}
.logo img{
	width: 100%;
}
.product-header,.header,.header-box{
	height: 80px;
}
.product-banner,.about-banner,.tech-banner,.contact-banner,.talent-banner,.news-banner{
	margin-top: 80px;
}
.product-slide{
    margin-left: 75px;
    margin-right: 75px;
}
.product-slide .bd{
	text-align: center;
}
.news-dl{
	width: 100%;
	padding: 0 10%;
    margin-bottom: 25px;
}
.products-list{
	width: 33.33%;
	text-align: center;
	float: left;
}
.tech-lists{
	padding: 0 20px;
}
.tech-list-dt{
	margin-right: 15px;
}
.tech-list-dd{
    width: 60%; 
}
.news-content,.contact-content{
	padding-left: 10px;
    padding-right: 10px;
}
.contact-methods h2{
	font-size: 24px;
	margin-bottom: 10px;
}
.contact-methods p{
	line-height: 26px;
}
.contact-img{
    margin-top: 10px;
}
.contact-img img{
	margin-right: 10px;
	width: 13%;
}
.contact-input{
   height: 46px;
   line-height: 46px;
   font-size: 16px;
}
.contact-text{
	height: 120px;
}
.contact-btn{
	width: 145px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
.contact-erweima-dd{
	font-size: 17px;
}
.meun-lists{
	display: none;
}
.bannerhd-list{
	width: 16px;
	height: 16px;
}
}
@media (max-width: 1090px){
.indexfooter-left,.indexfooter-right{
	width: 100%;
}
.about-article,.talent-detail,.news-content,.contact-content{
	padding-left: 10px;
    padding-right: 10px;
}

}
@media (min-width: 768px) and (max-width: 991px){
.bannerhd-list{
	width: 14px;
	height: 14px;
}
.banner-slide .hd{
	bottom: 20px;
}
.nav-list{
	width: 64px;
	font-size: 14px;
	height: 60px;
	line-height: 60px;
}
.logo{
	height: 60px;
	padding: 0;
	line-height: 60px;
	width: 204px;
}
.logo img{
	width: 100%;
}
.product-header,.header,.header-box{
	height: 60px;
}
.product-banner,.about-banner,.tech-banner,.contact-banner,.talent-banner,.news-banner{
	margin-top: 60px;
}
.product-slide{
    margin-left: 75px;
    margin-right: 75px;
}
.product-slide .bd{
	text-align: center;
}
.news-dl{
	width: 100%;
	padding: 0 10%;
    margin-bottom: 25px;
}
.mate-list{
	width: 33.33%;
}
.index-footer{
	padding: 50px 0;
}
.products-list{
	width: 50%;
	text-align: center;
	float: left;
}
.footer-list{
	width: 12%;
}
.erweima-list img{
	width: 80%;
}
.contact-list{
	width: 40%;
}
.tech-lists{
	padding: 0 10px;
}
.tech-list-dt{
	margin-right: 10px;
}
.tech-list-dd{
    width: 50%; 
}
.contact-methods h2{
	font-size: 20px;
	margin-bottom: 10px;
}
.contact-methods p{
	line-height: 24px;
}
.contact-img{
    margin-top: 8px;
}
.contact-img img{
	margin-right: 8px;
	width: 12%;
}
.contact-input{
   height: 40px;
   line-height: 40px;
   font-size: 14px;
}
.contact-text{
	height: 100px;
}
.contact-btn{
	width: 120px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
}
.contact-erweima-dd{
	font-size: 16px;
}
.meun-lists{
	display: none;
}



}
@media (max-width: 767px) {
.bannerhd-list{
	width: 12px;
	height: 12px;
}
.banner-slide .hd{
	bottom: 10px;
}
.nav{
	display: none;
}
.product-header,.header,.header-box{
	height: 45px;
}
.product-banner,.about-banner,.tech-banner,.contact-banner,.talent-banner,.news-banner{
	margin-top: 45px;
}
.logo{
	height: 45px;
	padding: 0;
	line-height: 45px;
	width: 158px;
}
.logo img{
	width: 100%;
}
.meun-btn{
	display: block;
	line-height: 45px;
	padding-right: 15px;
}
.about-div{
	width: 50%;
}
.about-list{
	margin-bottom: 20px;
}
.product-slide{
    margin-left: 75px;
    margin-right: 75px;
}
.product-slide .bd{
	text-align: center;
}
.news-dl{
	width: 100%;
	padding: 0 10%;
    margin-bottom: 15px;
}
.news-dd {
    width: 70%;
}
.news-dt{
	margin-right: 10px;
}
.mate-list{
	width: 50%;
}
.index-footer{
	padding: 20px 0;
}
.index-footer-box{
    padding: 0 50px;
}
.indexfooter-right{
	text-align: center;
}
.products-list{
	width: 50%;
	text-align: center;
	float: left;
}
.footer-list{
	width: 25%;
}
.erweima-list{
	width: 40%;
}
.erweima-list img{
	width: 50%;
}
.contact-list{
	width: 60%;
}
.fixed-ads{
	height: auto;
	line-height: 1;
}
.fixed-ads p{
	font-size: 16px;
	padding: 10px 0;
}
.about-navlist {
	margin: 0;
	font-size: 15px;
}
.tech-list{
	width: 100%;
	margin-bottom: 30px;
}
.tech-lists{
	padding: 0 10px;
}
.tech-list-dt{
	width: 25%;
	margin-right: 10px;
}
.tech-list-dt img{
	width: 100%;
}
.tech-list-title{
   text-overflow: ellipsis;
   overflow:hidden;
   white-space:nowrap;
   font-size: 15px;
}
.tech-list-time{
	margin-bottom: 10px;
}
.news-dd .product-more{
	display: none;
}
.news-left{
	width: 100%;
}
.news-right{
	width: 100%;
	margin-top: 20px;
}
.newsdetial-title{
    text-align: center;
}
.newsdetial-title  h2{
	font-size: 20px;
}
.contact-left{
	width: 100%;
}
.contact-right{
	width: 100%;
	margin-top: 20px;
}
.contact-erweima{
	width: 100%;
}
.contact-erweima-dt{
	width: 80%;
	margin: 0 auto;
}
.contact-erweima-dt img{
	width: 100%;
}
.contact-content{
	padding-top: 30px;
	padding-bottom: 30px;
}
.contact-erweima-dd{
    font-size: 15px;
}
.contact-methods{
	width: 100%;
	margin-top: 20px;
	text-align: center;
}
.contact-methods h2{
	font-size: 18px;
	margin-bottom: 10px;
}
.contact-img{
	margin-top: 10px;
}
.contact-img img{
	width: 30px;
}
.contact-right{
	margin-top: 35px;
	text-align: center;
}
.contact-input{
   font-size: 14px;
   padding-left: 15px;
   height: 36px;
   line-height: 36px;
   margin-bottom: 10px;
}
.contact-text{
	height: 150px;
}
.contact-btn{
	width: 120px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
}
.meun-lists{
	position: absolute;
	width: 100%;
	top: 45px;
	left: -100%;
	transition: all 1s;
}
.meun-list{
	width: 24.7%;
	float: left;
	font-size: 15px;
	background: #fff;
	color: #000;
	padding: 15px 0;
	text-align: center;
	margin-bottom: 1px;
	margin-right: 1px;
}
.onleft{
	left: 0;
}
.about-dt {
    width: 100px;
    height: 100px;
}
.indexfooter-science-china{
	font-size: 20px;
}


}

@media (max-width: 640px){
.mate-list{
	width: 50%;
	height: 94px;
}
.mate-list img{
	width: 80%;
}
.mate-lists{
	margin: 0 10px;
}
.news-dl{
	width: 100%;
	padding: 0 15px;
    margin-bottom: 15px;
}
.index-footer{
	padding: 20px 0;
}
.index-footer-box{
    padding: 0 10px;
}
.indexfooter-right{
	text-align: center;
}
.products-list{
	width: 50%;
	text-align: center;
	float: left;
}
.products .productbd-list-dl{
	width: 96%;
}
.productbd-list-dl dt{
	height: 250px;
}
.productbd-list-dd{
	height: 80px;
	padding-top: 15px;
}
.productbd-list-dl dt img{
	width: 80%;
}
.footer-list{
	width: 25%;
}
.erweima-list{
	width: 100%;
	height: auto;
}
.erweima-list img{
	width: 50%;
}
.contact-list{
	width: 100%;
	text-align: center;
}
.bottom-intro{
	line-height: 30px;
}
.contact-list{
	padding-left: 0;
}

}
 


@media (max-width: 500px){
.tech-list-article{
	display: none;
}
.tech-more{
	display: none;
}
.tech-list-dt{
	height: auto;
}
.contact-left-name{
	width: 80%;
}
.indexfooter-dt{
    width: 100%;
    text-align: center;
}
.indexfooter-dd{
	width: 100%;
    text-align: center;
}
.indexfooter-phone{
	font-size: 20px;
	margin-top: 15px;
}


}
.nav-list a{
	color: inherit;
	display: inline-block;
}
.product-other.on{
	color: #c60206;
}

.footer-list a{
	color: inherit !important;
}
@media only screen and (min-width: 1170px) {
	.indexfooter-left{
		max-width: 60%;
	}
	.indexfooter-right{
		max-width: 40%;
	}
}

