html {}
html,img,fieldset {border:0;}
html,body,form {margin:0;padding:0;}
body {color:#000;background-color:#fff;}
body,td {}
h1,h2,h3,h4,h5,h6 {margin:0;padding:0;font-weight:normal;}
ul,ol {margin:0;}
dl,p {margin:0;}
a,a:link {color:#000;text-decoration:none;}
body {font-family:微软雅黑,"Open Sans",sans-serif;font-size:14px;color:#333;}
input,select,textarea {font-family:微软雅黑,"Open Sans",sans-serif;font-size:1em;}
img,a {border:0;}
ul,li {list-style:none;}
*,*:after,*:before {margin:0;padding:0;/* transition:all .5s;*/font-style:normal;}

.wrap {
	width:100%;
	max-width:1200px;
	margin:0 auto;
	clear: both;
	overflow: hidden;
	/* position: relative; */
}

.area {
}
/*--顶头部导航--*/
.topheader{
    height: 50px;
    line-height: 50px;
    background: #333;
    /* position: fixed; */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 6;
    /* overflow: hidden; */
    /* clear: both; */
}
.topheader .kouhao{
    color: #fff;
    float: left;
}
.topheader .rtthing{
    float: right;
    overflow: hidden;
    color: red;
}
.topheader .rtthing span{
}
.topheader .rtthing .language{
    float: right;
    cursor: pointer;
}
.topheader .rtthing span{
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding-right: 20px;
    padding-left: 36px;
    border-right: 1px solid #737373;
    display: inline;
    line-height: 30px;
    margin: 10px;
    background: url(../images/topphone.png) no-repeat center left;
}
.topheader .rtthing em{
    color: red;
}
.language .open-popup{
    display: block;
    padding-right: 20px;
    background: url(../images/down.png) right center no-repeat;
    text-align: right;
}
.language .open-popup i{
}
.language .open-popup span{
    float: none;
    border: 0;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    background: url(../images/chinese.png) left center no-repeat;
    padding: 15px  0px 15px 32px;
}
.language .language-toggle{
   /* display: block; */
   color: #fff;
   background: #333;
   height: 0px;
   line-height: 40px;
   border-radius: 0px 0px 6px 6px;
   padding: 0px 20px;
   transition: all 0.2s ease;
}
.language .language-toggle a{
    display: block;
}
.language .language-toggle span{
    font-size: 14px;
    font-weight: normal;
    border: 0;
    margin: 0;
    background: url(../images/english.png) left center no-repeat;
    padding: 5px 0px 5px 32px;
    clear: both;
    float: none;
}

.topheader .rtthing .language:hover .language-toggle{height:40px}

/*----------头部导航----------*/
.header {
	height: 100px;
	line-height: 100px;
	background:#fff;
	/* position:fixed; */
	top: 50px;
	left:0;
	width:100%;
	z-index: 5;
	border-bottom: 1px solid #ececec;
}
.header .logo {
	float:left;
	width: 25%;
	margin: 22px 0px 0px;
}
.header .logo a{
    display: block;
    overflow: hidden;
    clear: both;
    display: flex;
    align-items: center;
}
.header .logo img {
	vertical-align:middle;
	float: left;
}
.header .nav {
	float:right;
}
.header .nav ul{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-gap: 3.5em;
}
.header .nav ul li {
	font-size:16px;
	color:#222;
}
.header .nav ul li a {
	display:block;
	color:#222;
	padding: 0px 15px;
}
.header .nav ul li.on a,.header .nav ul li a:hover {
	color: #fff;
	background: #e60012;
}
/*----------幻灯----------*/
.mainer {
	padding:0;
	margin-top: 150px;
	position:relative;
}
.banner {
	position:relative;
	/* display: none; */
}
.cur {
	height:0;
	position:absolute;
	top:50%;
	margin-top:-30px;
	left:5%;
	right:5%;
	z-index: 2;
}
.banner_cur.cur span {
	display:block;
	cursor:pointer;
	background:url(../images/leftcur.png) no-repeat center center;
	width: 60px;
	height:60px;
	opacity:.5;
}
.cur span.prev {
	float:left;
}
.cur span.next {
	float:right;
	background:url(../images/rightcur.png) no-repeat center center;
}
.cur span:hover {
	opacity:1;
}
.banner .item {
	/* position:relative; */
	/* height: 600px; */
	overflow: hidden;
}
.banner .item .img{
	/* width:100%; */
	display: block;
	/* height: 600px; */
	background-size: 100%;
	background-position: center;
}
.banner .item .text {
font-size:25px;}



/*我们的产品str*/
.bigtitle{
    text-align: center;
    margin: 70px auto 50px;
}
.bigtitle span{
    font-size: 30px;
    color: #b2b2b2;
    display: block;
}
.bigtitle h1{
    font-size: 26px;
    color: #333;
    position: relative;
    display: inline-block;
}
.bigtitle h1 i{width: 27px;height: 0px;border-bottom: 3px solid #e60012;margin: 7px 10px;display: inline-block;}



/*产品列表str*/
.container {
	height: auto;
	overflow: hidden;
	margin-bottom: 60px;
}
.price .category {
	overflow: hidden;
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
}
.price .category ul li {
	white-space: nowrap;
	font-size: 16px;
	text-align: center;
	border: 1px solid #ddd;
	line-height: 46px;
	border-radius: 6px;
	cursor: pointer;
}
.price .category ul{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-gap: 1.5em;
}
.price .category ul li:hover,.price .category ul li.active {
	border: 1px solid #e60012;
	color: #fff;
	background: #e60012;
}
.price .cont {
	display: none;
}
.price .cont.active {
	display: block;
}
.price .cont ul{
	    display: grid;
	    grid-template-columns: repeat(3,1fr);
	    grid-gap: 2em;
}
.price .cont ul li {
	box-sizing: border-box;
	border: 1px solid #f1f1f1;
}
.price .cont ul li:nth-child(4n) {
	margin-right: 0px!important;
}
.price .cont ul li a {
	display: block;
}
.price .cont ul li a:hover .projian {
	display: block;
}


.probox{
    position: relative;
}
.probox .proimg{}
.probox .proimg img{
    width: 100%;
}
.probox .protitle{}
.probox .protitle h3{
    font-size: 20px;
    line-height: 50px;
    text-align: center;
}
.probox .projian{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    background-image: url(../images/kuang.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
    display: none;
}
.probox .projian h3{
    margin: 25px 0px 20px;
    font-size: 22px;
}
.probox .projian p{
    margin: 0px 80px;
    font-size: 16px;
    line-height: 32px;
    opacity: 0.9;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.probox .projian span{
    display: inline-block;
    height: 30px;
    width: 100%;
    background: url(../images/more.png ) no-repeat center;
    margin: 20px auto 0px;
}


/*行业方案str*/
.fanganarea{background:#fafafa;}
.fanganlist{
    padding-bottom: 60px;
}
.fanganlist ul{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 1.5em;
}
.fanganlist ul li{
    text-align: center;
}
.matop40{margin-top:40px}
.matop-40{margin-top:-40px}
.fanganlist ul li a{}
.fanganlist ul li a .fanganbox{
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}
.fanganlist ul li a .fanganbox .fanganimg{
    /* border-radius: 30px; */
    /* overflow: hidden; */
}
.fanganlist ul li a .fanganbox .fanganimg img{
    width: 100%;
    height: 100%;
    display: block;
}
.fanganlist ul li a .fanganbox .fangantitle{
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    text-align: center;
    transition: all 0.2s ease;
}
.fanganlist ul li a .fanganbox .fangantitle:hover{background: rgba(0,0,0,1);}
.fanganlist ul li a .fanganbox .fangantitle img{
    margin: 100px auto 20px;
}
.fanganlist ul li a .fanganbox .fangantitle span{
    display: block;
    color: #fff;
    font-size: 20px;
}


/*关于我们str*/
.aboutarea{
    min-height: 605px;
    background-color: #7e7e7e;
    background-image: url(../images/aboutbg.jpg);
    background-repeat: no-repeat;
    /* background-size: 100%; */
    background-position: center;
}


.aboutarea .bigtitle span{
    font-size: 30px;
    color: #fafafa;
    display: block;
}
.aboutarea .bigtitle h1{
    color: #fff;
}
.aboutarea .bigtitle h1 i{border-bottom: 3px solid #ffffff;}

.aboutbox{position: relative;color: #fff;min-height: 340px;}
.aboutbox .aboutword{margin-right: 50%;}
.aboutbox .aboutword h2{
    font-size: 24px;
    margin: 0px 0px 20px 0;
}
.aboutbox .aboutword p{
    font-size: 14px;
    line-height: 32px;
}
.aboutbox .aboutword a{
    display: inline-block;
    color: #fff;
    border: 1px solid #e0e0e0;
    padding: 10px 45px;
    margin: 60px  auto 0px;
    border-radius: 6px;
}
.aboutbox .aboutword a:hover{
    background: #e60012;
    border: 1px solid #e60012;
}
.aboutbox .aboutimg{position: absolute;right: 20px;top: -20px;width: 455px;z-index: 0;}
.aboutbox .aboutimg img{
    width: 100%;
    z-index: 99;
    position: relative;
}
.aboutbox .aboutimg:before, .aboutbox .aboutimg:after{content:".";display: block;width: 248px;height: 248px;background: #e4e4e4;position: absolute;z-index: 0;font-size: 0;}
.aboutbox .aboutimg:before{
    top: -20px;
    right: -20px;
    background: #f1f1f1;
}
.aboutbox .aboutimg:after{
    bottom: -20px;
    left: -20px;
}

.aptitudeslist{}
.aptitudeslist ul{
    overflow: hidden;
    clear: both;
    height: 199px;
}
.aptitudeslist ul li{
    float: left;
    margin-right: 20px;
    border: 1px solid #ddd;
    position: relative;
}
.aptitudeslist ul li:nth-child(5){margin-right: 0px;}
.aptitudeslist ul li .aptitudes-img{}
.aptitudeslist ul li .aptitudes-img img{}
.aptitudeslist ul li .aptitudes-title{
    position: absolute;
    bottom: 0;
    text-align: center;
    background: #e60012;
    width: 100%;
    display:none
}
.aptitudeslist ul li:hover .aptitudes-title{
    display:block
}
.aptitudeslist ul li .aptitudes-title h3{
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.zizhilistarea {
    position: relative;
    width: 1200px;
    margin: 40px auto 60px;
}
.zizhilistarea:before{
	content:".";
	font-size: 0;
	position:absolute;
	left: 46%;
	top: -80px;
	background:url(../images/xia.png) no-repeat center;
	display: block;
	width: 67px;
	height: 67px;
}


/*新闻资讯str*/
.newsbox{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 2.5em;
    margin-bottom: 60px;
}
.newsbox .imgnewsbox{
    background: #fff;
}
.newsbox .imgnewsbox .newsimg{}
.newsbox .imgnewsbox .newsimg img{
    width: 100%;
}
.newstitle{
    padding: 0px 10px 20px;
    position: relative;
}
.newstitle .newsdate{
    text-align: center;
    position: absolute;
    left: 10px;
    top: 15px;
}
.newstitle .newsdate span{
    display: block;
    font-size: 30px;
}
.newstitle .newsdate em{
    color: #666;
}
.newstitle .newsmain{margin-left: 80px;}
.newstitle .newsmain h4{
    font-size: 16px;
    line-height: 30px;
    margin: 15px 0 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.newstitle .newsmain p{
    font-size: 14px;
    color: #999;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.newsbox .wordnewsbox{
    background: #fff;
    padding: 0px 30px 0;
}
.newsbox .wordnewsbox ul{}
.newsbox .wordnewsbox ul li{
    border-bottom: 1px solid #ddd;
}
.newsbox .wordnewsbox ul li:nth-child(4){
    border-bottom: 0;
}
.newsbox .wordnewsbox ul li:hover h4{color:#e60012}


/*内页大图开始*/
.topimg {
	margin: 0px auto 70px;
	position:relative;
	height: 227px;
}

.topimg  h1 {
	color:#fff;
	margin: 0px 0px 0px 50px;
	position: absolute;
	bottom: 40%;
	/* left: 0; */
	font-size: 34px;
}


/*----------footer----------*/
.footer {background: #2b2b2b;color: #fff;padding: 50px 0px;}
.footer .footcon{}
.footer .footcon .footbox{
    float: left;
    width: 34%;
}
.footer .footcon .footbox h4{
    font-size: 16px;
    font-weight: bold;
    padding: 20px 0px;
}
.footer .footcon .footbox h4 span{
    font-size: 20px;
    display: block;
    line-height: 30px;
}
.footer .footcon .footbox .footnav{}
.footer .footcon .footbox .footnav a{
    display: block;
    color: #b2b2b2;
    line-height: 35px;
    float: left;
    width: 35%;
}
.footer .footcon .footbox .footnav span{
    line-height: 35px;
    display: block;
    color: #b2b2b2;
}
.footer .footcon .footbox .footnav span em{
}
.footer .footcon .ewmbox{
    float: right;
    text-align: center;
    border-left: 1px solid #484848;
    padding-left: 10%;
}
.footer .footcon .ewmbox img{}
.footer .footcon .ewmbox p{
    margin: 10px 0px;
}
.footer .footcon .ewmbox p em{
    color: #e60012;
    font-size: 20px;
    display: block;
}
.beian {font-size: 12px;line-height: 50px;border:0;background: #1f1f1f;color: #666;text-align: center;}
.beian p{}
/*----------custom----------*/



/*内页标题*/
.maintitle{
    text-align: center;
    margin-bottom: 50px;
}
.maintitle h1{
    font-size: 34px;
    margin-bottom: 20px;
}
.maintitle h1 i{
    display: block;
    width: 30px;
    height: 1px;
    border-top: 2px solid #e60012;
    margin: 0px auto;
}
.maintitle p{
    font-size: 14px;
    color: #999;
}

.prodmain{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 2em;
    min-height: 430px;
    position: relative;
}
.prodmain .prodimgbox{
}
.prodmain .prodimgbox img{
    width: 100%;
    height: 100%;
}
.prodmain .prowordbox{position: relative;}
.prodmain .prowordbox h1{
    font-size: 26px;
    margin: 10px 0px 20px;
}
.prodmain .prowordbox p{
    font-size: 16px;
    line-height: 31px;
    color: #666;
    
}
.prodmain .prowordbox .renzheng{
    width: 50%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 2em;
    margin: 25px 0px;
}
.prodmain .prowordbox .renzheng img{}
.prodmain .prowordbox .good{}
.prodmain .prowordbox .good ul{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 2em;
}
.prodmain .prowordbox .good ul li{
    padding-left: 30px;
    background: url(../images/good.png) no-repeat center left;
    line-height: 26px;
}

a.buy{
    width: 130px;
    line-height: 45px;
    position: absolute;
    bottom: 0;
    left: 0px;
    background: linear-gradient(#ff7782, #e60012);
    text-align: center;
    color: #FFF;
    font-size: 16px;
    border-radius: 6px;
}
a.buy:hover{ background: linear-gradient(#e60012, #ff7782);}

.ban{/* width:500px; *//* height:600px; */position:relative;overflow:hidden;/* margin:40px auto 0 auto; */}
.ban2{width: 100%;height: 443px;position:relative;overflow:hidden;clear: both;}
.ban2 ul{position:absolute;left:0;top:0;}
.ban2 ul li{width: 580px;height: 443px;}
.prev{ float:left; cursor:pointer;}
.num{ height:82px;overflow:hidden; width:430px; position:relative;float:left;}
.min_pic{ padding-top:10px; width:500px;}
.num ul{ position:absolute; left:0; top:0;}
.num ul li{ width:80px; height:80px; margin-right:5px; padding:1px;}
.num ul li.on{ border:1px solid red; padding:0;}
.prev_btn1{ width:16px; text-align:center; height:18px; margin-top:40px; margin-right:20px; cursor:pointer; float:left;}
.next_btn1{  width:16px; text-align:center; height:18px; margin-top:40px;cursor:pointer;float:right;}
.prev1{position:absolute;bottom: 10px;right: 50px;width: 30px;height: 30px;z-index:9;cursor:pointer;background: url(../images/leftp.png) center no-repeat #b3b3b3;z-index: 1;}
.next1{position:absolute;bottom: 10px;right: 10px;width: 30px;height: 30px;z-index:9;cursor:pointer;background: url(../images/rightp.png) center no-repeat #b3b3b3;z-index: 1;}
.prev1:hover{background: url(../images/leftp.png) center no-repeat #fe0000;}
.next1:hover{background: url(../images/rightp.png) center no-repeat #fe0000;}

.price .detail{
    margin: 50px auto 20px;
}
.price .detail ul{
	width: 100%;
	display: block;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
	border-bottom: 1px solid #eee;
}
.price .detail ul li{
	border: 0;
	line-height: 46px;
	cursor: pointer;
	/* float: left; */
	display: inline;
	font-size: 20px;
	padding: 0px;
}
.price .detail ul li.active, .price .detail ul li:hover{
	border: 0;
	color: #e60012;
	background-color: #fff;
}
.price .detail ul li i{
	display: inline-block;
	width: 90px;
	height: 20px;
	background-image: url(../images/xiexian.png);
	background-position: center;
	background-repeat: no-repeat;
	}


.cont .detailsbox{}
.cont .detailsbox img{
    width: 100%;
}
.cont .tablebox{}
.cont .tablebox ul{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 0px 4em;
}
.cont .tablebox ul li{border-top: 0;border-left: 0;border-right: 0;line-height: 40px;position: relative;font-size: 16px;}
.cont .tablebox ul li em{
    position: absolute;
    left: 0px;
    color: #999;
}
.cont .tablebox ul li span{
    margin-left: 100px;
}
.appbox{}
.appbox ul{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 2em;
}
.appbox ul li{}
.appbox ul li .appimg{}
.appbox ul li .appimg img{
    width: 100%;
}
.appbox ul li h4{
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    color: #666;
}


/*行业方案列表↓*/
.tradesbox{
    padding-right: 2px;
    margin-bottom: 60px;
}
.tradesbox ul{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 2em;
}
.tradesbox ul li{
    position: relative;
    box-sizing: border-box;
}
.tradesbox ul li .blackbg{}
.tradesbox ul li .blackbg img{
    width: 100%;
}
.tradesbox ul li .nombox{
    text-align: center;
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #ececec;
}
.tradesbox ul li .nombox img{
    margin: 50px auto 15px;
}
.tradesbox ul li .nombox h3{
    font-size: 22px;
    line-height: 35px;
}
.tradesbox ul li .nombox p{
    padding: 0px 50px;
    color: #666;
    line-height: 30px;
}

.tradesbox ul li:hover .nombox{background:rgba(0,0,0,0.8);color: #fff;border-bottom: 3px solid #e60012;}
.tradesbox ul li:hover .nombox p{color:#fff}


/*行业方案详情↓*/
.tradecon{
    margin-bottom: 40px;
}
.tradecon h5{
    font-size: 20px;
    margin: 0px 0 20px;
    line-height: 40px;
}
.tradecon h5:after{content:"0";line-height: 0;font-size: 0;display: block;width: 25px;border-bottom: 2px solid #e60012;}
.tradecon p{
    font-size: 14px;
    color: #666;
    line-height: 34px;
}
.price .newsbox ul{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 1.5em;
}
.price .newslist ul{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 0;
}

.price .newslist  ul li {box-sizing: border-box;	min-height: 197px;	border-left: 0;	border-right: 0;border-bottom: 0;}
.newslist .newstitle .newsdate{top: 35px;}
.newslist .newstitle .newsmain{margin-left: 80px;margin-right: 280px;}
.newslist .newstitle .newsmain h4{margin: 20px 0px 20px;}
.newslist .newstitle .newsmain p{-webkit-line-clamp: 3;}
.newsimgbox {width: 240px;position: absolute;right: 0;top: 0;}
.newsimgbox img{width: 100%;}

/*新闻内容页开始*/
.news-main{
    margin-bottom: 60px;
}
.news-main h3{
    font-size: 24px;
    color: #333;
    text-align: center;
    line-height: 45px;
}
.news-main span{
    font-size: 14px;
    color: #999;
    text-align: center;
    display: block;
    margin-bottom: 20px;
}
.news-main p{
    font-size: 14px;
    color: #666;
    line-height: 36px;
}


/*服务中心页开始*/
.services-list{}
.services-list ul{}
.services-list ul li{box-sizing: border-box;min-height: 197px;border-top: 1px solid #ddd;}

.services-list ul li .servicestitle{padding: 0px 10px 20px;position: relative;}
.services-list ul li .servicestitle .servicesmain{/* margin-left: 80px; */margin-right: 260px;}
.services-list ul li .servicestitle .servicesmain h4{
	font-size: 16px;
    line-height: 30px;
    margin: 15px 0 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.services-list ul li .servicestitle .servicesmain p{
	font-size: 14px;
    color: #999;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.services-list ul li .servicestitle .servicesmain button{
    background: url(../images/downzl.png) 15px center no-repeat;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px 19px 10px 50px;
    margin-top: 20px;
    font-size: 18px;
    color: #666;
    cursor: pointer;
}
.services-list ul li .servicestitle .servicesmain button:hover{
    color: #e60012;
    border-color: #e60012;
    background: url(../images/downzlh.png) 15px center no-repeat;
}
.services-list ul li .servicestitle .servicesimgbox{width: 240px;position: absolute;right: 0;top: 0;}
.services-list ul li .servicestitle .servicesimgbox img{width: 100%}


/*关于我们开始*/
.aboutmaincon{}
.aboutmaincon .aboutword{color: #333;margin-right: 44%;}
.aboutmaincon .aboutword h2{}
.aboutmaincon .aboutword p{color: #999;}
.aboutmaincon .aboutimg{top:70px}

.allzz{
    margin: 70px auto;
}
.allzz ul{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 2em;
}
.allzz ul li{
    position: relative;
}
.allzz ul li .allzz-img{}
.allzz ul li .allzz-img img{
    width: 100%;
}
.allzz ul li .allzz-title{
    position: absolute;
    bottom: 0;
    text-align: center;
    line-height: 40px;
    background: #e60012;
    width: 100%;
    color: #fff;
    display: none;
}
.allzz ul li .allzz-title h3{
    display: block;
    text-align: center;
    width: 100%;
}

.allzz ul li:hover .allzz-title{
    display: block;
}

.contact{
    margin-bottom: 70px;
}
.contact ul{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 2em;
}
.contact ul li{
    text-align: center;
    border: 1px solid #efefef;
    padding: 40px 20px;
}
.contact ul li img{
    display: block;
    margin: 0px auto 20px;
}
.contact ul li span{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
}
.contact ul li p{
    font-size: 14px;
    color: #666;
    line-height: 24px;
}


/*选项卡*/
.nTab .TabTitle li:hover{/* width:166px; */font-size:18px;color: #e60012;line-height:60px;text-decoration: none;text-align:center;}
.TabContent{padding-top: 20px;}
.TabContent img{width:100%}

.none {display:none;}
.xxtab{ width:100%; height: auto;}





@media only screen and (max-width:1200px) {
.wrap {width: 960px; }
.header .logo{width: 40%;}
.header .nav ul{grid-gap: 0em;}
.zizhilistarea { width: 960px;}
.aboutbox .aboutimg{width: 380px;z-index: 0;top: 0px;}
.newstitle {padding: 0px 10px 10px;min-height: 92px;}
.newstitle .newsmain h4{margin: 10px 0 0px;}
.newstitle .newsdate{top:10px}
.fanganlist ul li a .fanganbox .fangantitle img{margin: 70px auto 10px;}
.prodmain .prowordbox .good ul{grid-gap: 1em;}
.tradesbox ul li .nombox img {margin: 20px auto 15px;width: 20%;}
.tradesbox ul li .nombox p{
    line-height: 30px;
}





}


@media only screen and (max-width: 960px) {
.wrap {width: 700px;}
.header .logo{width: 43%;}
.header .nav ul li a {font-size:14px;padding: 0px 5px;}
.price .category ul {grid-gap: 0.5em;}
.aboutbox .aboutimg{width: 305px;z-index: 0;top: 0px;}
.aboutbox .aboutimg:before, .aboutbox .aboutimg:after{width: 200px;height: 200px;}
.aboutbox .aboutimg:before{top: -10px;right: -10px;}
.aboutbox .aboutimg:after{bottom: -10px;left: -10px;}
.aboutbox .aboutword p{line-height: 26px;font-size:12px}
.aboutbox .aboutword a{margin: 20px  auto 0px;}
.zizhilistarea { width: 700px;}
.fanganlist ul{    grid-gap:0.5em;}
.fanganlist ul li a .fanganbox .fangantitle img{margin: 40px auto 10px;width:30%}
.newsbox .wordnewsbox {height: 326px;overflow: hidden;padding: 0px 10px;}
.newstitle .newsmain {margin-left: 61px;}
.newstitle .newsdate span{font-size: 24px;}

.price .cont ul{grid-template-columns: repeat(2,1fr);grid-gap: 1em;}
.tradesbox ul{grid-template-columns: repeat(2,1fr);grid-gap: 1em;}
.appbox ul {grid-template-columns: repeat(2,1fr);grid-gap: 1em;}


}


@media only screen and (max-width:750px) {
.wrap {width: 85%;position: relative;height: 100%;}
.topheader{display:none}
.header .logo img.biao{display:none}
.header .logo {width: 60%;margin: 10px 0;}
.header .nav{margin:0px;float: none;position: fixed;right: 7px;top: 58px;box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);border-radius: 8px;overflow: hidden;height: 0;transition: all 0.2s ease;}
.header .nav ul{/* grid-gap: 0em; */display: block;/* position: fixed; *//* top: 0; *//* right: 0; *//* z-index: 9; */background: #fff;}
.header .nav ul li {	float:none;	margin: 0 auto;	width: 100px;	text-align: center;	line-height: 41px;	border-bottom: 1px solid #efefef;	margin: 0px 10px;}
.header .nav ul li.on a,.header .nav ul li a:hover {	color:#036eb8;	border-bottom:0;}
.header {line-height:58px;height:58px;top: 0;}
.header .nav ul li a {	display:inline-block;	color:#222;}
.nav_wap {	position:absolute;	top:50%;	margin-top:-20px;	width:40px;	height:40px;	background: url(../images/menu.png) no-repeat center center;background-size:auto 25px;	right:5px;}
.mainer{margin-top: 58px;}

.header.h_menu .nav_wap{}
.header .nav{margin:0px;float: none;position: fixed;right: 7px;top: 58px;box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);border-radius: 8px;overflow: hidden;height: 257px;transition: all 0.2s ease;z-index: 9;display: none;}
.header .nav ul{/* grid-gap: 0em; */display: block;/* position: fixed; *//* top: 0; *//* right: 0; *//* z-index: 9; */background: #fff;}
.header .nav ul li {	float:none;	margin: 0 auto;	width: 100px;	text-align: center;	line-height: 41px;	border-bottom: 1px solid #efefef;	margin: 0px 10px;}
.header .nav ul li.on a,.header .nav ul li a:hover {color: #e60012;border-bottom:0;background: #fff;}
.header {line-height:58px;height:58px;position: fixed;top: 0 !important;}
.header .nav ul li a {	display:inline-block;	color:#222;}
.header.h_menu .nav{display:block;height: 257px;}
.price .category ul {grid-template-columns: repeat(3,1fr);grid-gap: 1em;}
.price .cont ul {
    grid-template-columns: repeat(1,1fr);
    grid-gap: 1em;
}
.price .category ul li{font-size:14px}
.fanganlist ul {grid-template-columns: repeat(2,1fr);grid-gap: 1em;}
.fanganlist ul li{margin:0px}

.aboutbox .aboutimg {
    position: relative;
    width: 100%;
    }
.aboutbox .aboutword {
    margin: 50px 0px;
}
.zizhilistarea:before {left: 32%;}

.newsbox {
    display: block;
    }
.newsbox .imgnewsbox{
    display:none;
}

.tablebox p img{width: 100%;}


.footer .footcon .footbox {
    float: left;
    width: 50%;
    }
.footer .footcon .ewmbox{
    padding: 0px;
    border: 0;
    float: none;
}
.aboutbox .aboutimg:before, .aboutbox .aboutimg:after{display:none}
.newsbox .wordnewsbox {
    height: 450px;
    }
.topimg {margin: 58px auto 40px;}
.topimg h1{bottom: 30%;}

.prodmain {display: block;}
.newsimgbox{display:none}

.newslist .newstitle .newsmain {
    margin-left: 80px;
    margin-right: 10px;}
.price .newslist ul li:hover h4{color:#e60012}


.tradesbox ul {
    grid-template-columns: repeat(2,1fr);
    grid-gap: 1em;
}
.tradesbox ul li .nombox img {
    margin: 20% auto 15px;
}
.tradesbox ul li .nombox p{display:none}

.services-list ul li .servicestitle .servicesimgbox{display:none}

.services-list ul li .servicestitle .servicesmain {margin-right: 0px;}  
.allzz ul {grid-template-columns: repeat(2,1fr);grid-gap: 1em;}
.header .logo img{width:80px;}
.slider-container{margin-top:0px}
.bigtitle{margin: 40px auto 20px;}
.container {margin-bottom: 40px;}
.contact ul {grid-template-columns: repeat(1,1fr);}
.zizhilistarea { width: 100%;}
.swiper-button-next{right: 0 !important;} 
.swiper-button-prev{left: 0 !important;}

.aptitudeslist ul li { width: 100%;}
.aptitudeslist ul li .aptitudes-img img {width: 100%;}
.news-main img{width:100%}
.prodmain .prowordbox{padding-bottom: 60px;}
a.buy{
    left: 50%;
    margin-left: -65px;
}
.ban2 ul li{width:100%}
.ban2{height: auto;}
.ban2 ul li{height: auto;}

}

/*产品选项卡*/
.nTab{width:100%; height: auto; margin:50px auto; }
.nTab .TabTitle{overflow: hidden; width:100%;  letter-spacing:1px;  }
.nTab .TabTitle ul{border:0;margin:0;padding:0;border-bottom: 1px solid #eee; text-align: center;}


.nTab .TabTitle li i {

}

.nTab .TabTitle li{
 width:166px;
 background: url(../images/xiexian.png) no-repeat;
 font-size:18px;
 color: #333;
 line-height:60px;
 display: inline-block;
 background-position: 149px;
 text-decoration: none;
 letter-spacing: 1px;
 cursor:pointer;
 text-align:center;
 }
.nTab .TabTitle li:nth-child(3){background: none;}
.nTab .TabTitle li:hover{/* width:166px; */font-size:18px;color: #e60012;line-height:60px;text-decoration: none;text-align:center;}
.nTab .TabTitle .active{font-size:18px;color: #e60012;line-height:60px;text-decoration: none;text-align:center;}
.TabContent{padding-top: 20px;}

.nTab .TabTitle .normal{height:60px;font-size:18px;line-height:60px;text-decoration: none;text-align:center;}

.none {display:none;}
.xxtab{ width:100%; height: auto;}


.yya{
	position:fixed;
	left:0;
	top:0;
}
.gizle{top: -100px;}
.sabit{top:0;z-index: 9;box-shadow: 1px 0 15px 0 rgb(0, 0, 0,0.2);}


/*产品详情页图片轮播*/

.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
  padding-bottom: 40px;
  min-height: 410px;
  }



.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  bottom: 0;
  right: 40px;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 40px;
  width: 38px;
  background: transparent url("../images/themes.gif") no-repeat left center;
  margin-top: -45px;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right center;
  right: 0;
  }
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }


@media only screen and (max-width:750px){
.nTab .TabTitle li{width: 30%;}
.callbacks_container{height:auto;min-height: auto;}
	
}