@charset "utf-8";
/*reset*/

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	margin: 0px;
	padding: 0px;
}
html {
	font-size: 62.5%;
}
body {
	background-color: #fff;
	font-family: "微软雅黑","Microsoft Yahei";
	font-size: 14px;
	line-height: normal;
	color: #333;
	overflow-x: hidden;
    overflow-y:scroll; 
    word-wrap: break-word;
    font-size: 14px;
    margin: auto;
    min-width:1200px; 
}

img {
	border: none;
	vertical-align: top;
}
a{
    color: #333;
    text-decoration: none;
}

input, textarea, select, button {
	outline: none;
	vertical-align: top;
	font-size: inherit;
	font-family: inherit;
}
textarea {
	resize: none;
	overflow-y: auto;
}
input[type="submit"], input[type="reset"], input[type="button"], button {
	cursor: pointer;
	-webkit-appearance: none;
}
hr {
	height: 0;
	border-width: 1px 0 0 0;
	border-style: solid;
	margin: 0;
	color: #ddd;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0;
}
ul, ol, li {
	list-style: none;
	-webkit-padding-start: 0
}
dt, dd {
	padding: 0;
	margin: 0;
	list-style: none;
}
i, em, cite {
    font-style: normal;
}


.clear{
	clear: both;
}
.clearfix:after{
	content: "";
	display: block;
	clear: both;
}

/*header*/
.header{
    height: 60px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
    background: #fff;
}
.headerCon{
    max-width: 1310px;
    min-width: 800px;
    margin:0 auto;
    box-sizing:border-box;
    padding:0 40px;
}
.logo{
    float: left;
}
.logo img{
    height: 38px;
    padding-top: 11px;
}
.nav_mainB ul{
    float: right;
}
.nav_mainB ul li{
    float:left;
    margin-right: 30px;
    line-height: 60px;
}
.nav_mainB ul li:nth-last-of-type(1){
    margin-right: 0;
}
.nav_mainB ul li a{
    color: #848484;
    display: inline-block;
    position:relative;
}
.nav_mainB ul li a:hover,.nav_mainB ul li a.navOn{
    color: #333;
}
.nav_mainB ul li a:before{
    content: "";
    display: block;
    border-top: 2px solid #000;
    left: 0;
    right: 0;
    top: 0;
    transform:scaleX(0);
    transition:transform 0.4s;
}
.nav_mainB ul li a:hover:before,.nav_mainB ul li a.navOn:before{
    transform:scaleX(1);
}
.headerBox{
    height: 66px;
    bakcground:f5f5f5;
}
.swiper-slide{
    width: 100%;
}
.swiper-slide img{
    width: 100%;
}

/*footer*/
.footer{
    height: 44px;
    line-height: 44px;
    background:#f5f5f5;
    text-align: center;
    font-size: 12px;
    color: #333;
}
.toTop{
    width:36px;
    height:36px;
    position: fixed;
    right:10px;
    bottom:10px;
    background: #333;
    text-align: center;
    transition:all 0.6s;
    display:none;
}
.toTop:hover{
    background: #000;
    cursor: pointer;
}
.toTop i{
    color:#fff;
    font-size: 21px;
    line-height: 36px;
}


/*index product*/
.inProductBox{
    text-align: center;
    padding: 70px 0 30px;
    box-sizing:border-box;
}
.inProductTitle{
    font-size: 30px;
}
.inProductDes{
    color: #848484;
}
.inProductMenu{
    padding: 30px 0;
    width: 577px;
    margin: 0 auto;
}
.inProductMenuMain li{
    float: left;
    margin-right: 5px;
}
.inProductMenuMain li:last-child{
    margin-right:0;
}
.inProductMenuMain li a{
    display: block;
    padding:8px 30px;
    font-size: 12px;
    box-sizing:border-box;
    border: #d2d2d2 1px solid;
    transition:all 0.3s;
}
.inProductMenuMain li a:hover{
    background: #3b3b3b;
    border: #3b3b3b 1px solid;
    color: #fff;
}
.inProductContent{
    width: 23%;
    margin-left: 1.6%;
    margin-bottom: 30px;
    float: left;
}
.inProductContent a{
    display: block;
}
.inProductImg{
    width: 100%;
    overflow: hidden;
    border:1px solid #d2d2d2;
}
.inProductImg img{
    display: block;
    width: 100%;
    transform:scale(1,1);
    transition:transform 0.6s;
}
.inProductContent:hover .inProductImg img{
    transform:scale(1.1,1.1);
}
.inProductContent:hover .inProductName{
    border-bottom: 1px solid #444;
}
.inProductName{
    font-size: 15px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 76px;
    text-align: left;
    box-sizing:border-box;
    padding-left:20px; 
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    transition:all 0.6s;
}
.inAbout{
    background-color: #f5f5f5;
    padding: 70px 0;
}
.inAboutBox{
    width: 1200px;
    margin:0 auto;
}
.inAImg{
    float: left;
}
.inAImg img{
    width: 355px;
    height: auto;
}
.inACon{
    float: left;
    margin-left: 30px;
    width: 815px
}
.inACon h2{
    font-weight: 300;
    font-size: 30px;
    color: #000000;
}
.inACon p{
    color:#999999;
    font-size: 14px;
}
.inACon p:nth-of-type(1){
    margin-bottom:10px; 
}
.inACon p:nth-of-type(2){
    margin-bottom: 20px; 
}
.inACon p:nth-of-type(3){ 
    margin-bottom:15px;
    line-height: 1.7;
    text-indent: 2em;
}
.inMore a{ 
    border: 1px solid #999;
    padding: 8px 46px;
    display: inline-block;
    transition:all 0.5s;
    color:#999999;
    font-size: 14px;
}
.inMore a:hover{ 
    background: #3b3b3b;
    border: #3b3b3b 1px solid;
    color: #fff;
}

.inNews{
    padding: 50px 0;
}
.inNewsATitle{
    text-align: center;
    margin-bottom: 30px;
}
.inNewsATitle h2{
    font-weight: 300;
    font-size: 30px;
    color: #000000;
}
.inNewsATitle p{
    color:#999999;
    font-size: 14px;
}
.inNewsBox{
    width: 1200px;
    margin:0 auto;
}
.inNewsM{
    width: 590px;
    float: left;
    margin-right: 20px;
    box-sizing:border-box;
    margin-bottom:20px;
}
.inNewsM:nth-of-type(2n){
    margin-right: 0;
}
.inNewsM a:hover .inNewsText h3:after{
    width: 100%;
}
.inNewsImg{
    display: table-cell;
    vertical-align: top;
}
.inNewsImg img{
    /*display: block;*/
    width: 160px;
    height: auto;
    padding-right: 20px;
}
.inNewsText{
    vertical-align: top;
    display: table-cell;
}
.inNewsText span{
    display: block;
    font-weight: 300;
    height: 22px;
    color: #848484;
    font-size: 16px;
    line-height: 22px;
}
.inNewsText h3{
    border-bottom: 1px solid #efefef;
    font-size: 16px;
    color: #464646;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position:relative;
}
.inNewsText h3:after{
    content: "";
    display: block;
    border-bottom:1px solid #444;
    position: absolute;
    bottom: -1px;
    width: 10px;
    transition:width 0.6s;
}
.inNewsText p{
    color: #848484;
    font-size: 13px;
    height: 38px;
}
.inNewsBox .inMore{
    text-align: center;
}

.inAdv{
    background:#f5f5f5; 
}
.inAdv img{
    display: block;
    margin:0 auto;
}

/*index contact*/
.inContact {
    padding: 60px 0 50px;
    margin: 0 auto;
    background:#f5f5f5;
    border-bottom: 1px solid #aaa;
}
.inContactIcon{
    margin-top:40px;
}
.inContactIcon a{
    border-radius: 36px;
    background: #b3b3b3;
    border-color: #b3b3b3;
    color: #9b9b9b;
    font-size: 16px;
    border: 1px solid rgba(255,255,255,.07);
    width: 36px;
    height: 36px;
    margin-right: 10px;
    display: inline-block;
}
.inContactIcon a:nth-of-type(1) i{
    display: inline-block;
}
.inContactIcon a i{
    margin-top: 10px;
    transition: all .3s ease-out 0s;
    left: 2px;
    width: 16px;
    position: relative;
    margin: 10px 8px 8px;
    color:#fff;
}
.inContactInfo{
    width: 1200px;
    margin:0 auto;
}
.inContactInfo h3 {
    font-size: 16px;
    color: #444;
    line-height: 24px;
    margin-bottom: 25px;
    font-weight: 100;
}
.inContactInfo p {
    padding-right: 60px;
    margin-top: 14px;
    height: auto;
    color: #999;
    font-size: 12px;
    line-height: inherit;
    width: auto;
    float: none;
    display: inline-block;
}

/*产品列表页*/
.ProductMenu{
    padding: 30px 0;
    width: 577px;
    margin: 0 auto;
}
.ProductMenuMain li{
    float: left;
    margin-right: 5px;
}
.ProductMenuMain li:last-child{
    margin-right:0;
}
.ProductMenuMain li a{
    display: block;
    padding:8px 30px;
    font-size: 12px;
    box-sizing:border-box;
    border: #d2d2d2 1px solid;
    transition:all 0.3s;
}
.ProductMenuMain li a:hover{
    background: #3b3b3b;
    border: #3b3b3b 1px solid;
    color: #fff;
}
.page{
    text-align: center;
    margin-top: 20px;
}
.page a{
    display: inline-block;
    padding: 9px 15px;
    border: 1px solid #e4eaec;
    border-right:none;
    background: #fff;
    text-align: center;
    color: #76838f;
}
.page a:hover{
    background: #f5f5f5;
}
.page a:last-child{
    border-right: 1px solid #e4eaec;
}
.page .nonePage,.page .nonePage:hover{
    background: #fff;
    color: #ccd5db;
    cursor: default;
}
.page .onPage,.page .onPage:hover{
    background: #f5f5f5;
    color: #76838f;
    cursor: default;
}
.prosearchNo{
    margin-bottom: 20px;
}

/*case*/

.caseContainer{
    width: 1200px;
    margin:0 auto;
    padding-bottom: 90px;
    position: relative;
}
.caseContainer:before{
    content: "";
    display: block;
    position: absolute;
    border-right:1px solid #eaeaea;
    top: 0;
    bottom: 0;
    left:50%;
    z-index: 0;
}
.caseMain{
    padding-top:100px;
    position: relative;
}
.caseMain:nth-of-type(odd){
    text-align: left;
}
.caseMain:nth-of-type(even){
    text-align: right;
}
.caseMain .caseMainImg{
    position: relative;
    display: inline-block;
    width:680px;
    height: 440px;
    z-index: 2;
    background: #fff;
}
.caseMain .caseContent{
    height: 398px;
    width: 498px;
    position: absolute;
    z-index: 1;
    border:1px solid #eaeaea;
    top: 120px;
    text-align: left;
    background: #fff;
}
.caseMain:nth-of-type(odd) .caseContent{
    left: 660px;
}
.caseMain:nth-of-type(even) .caseContent{
    right: 660px;
}
.caseMain .caseContent .caseContentTime{
    color: #999;
    font-size: 12px;
    margin: 80px 0 0 80px;
}
.caseMain .caseContent h3 a{
    font-size: 30px;
    line-height: 1.1;
    margin: 10px 100px 0 80px;
    display: block;
}
.caseMain .caseContent .caseContentText{
    color: #555;
    margin: 10px 100px 0 80px;
    font-size: 14px;
    line-height: 1.8;
}
.caseMore a{
    display: block;
    width:156px;
    height: 39px;
    border:1px solid #dadada;
    font-size: 14px;
    letter-spacing: 5px;
    margin:63px auto 0;
    background: #fff;
    line-height: 39px;
    text-align: center;
    position: relative;
    z-index: 1;
    transition:0.6s;
}
.caseMore a:hover{
    background: #3b3b3b;
    border:1px solid #3b3b3b;
    color: #fff;
}

/*contact*/
.contact{
    text-align: center;
    padding: 70px 0 30px;
    box-sizing:border-box;
}
.contactTitle{
    font-size: 30px;
}
.contactDes{
    color: #848484;
}
.contactText{
    width:1200px;
    margin:0 auto;
    margin-top: 30px;
}
.contactText p{
    text-indent: 2em;
    text-align: left;
    color: #999999;
    font-size: 14px;
    line-height: 2;
}
#map{
    width:100%;
    height: 600px;
    background: #999;
}

/*about*/
.about{
    text-align: center;
    padding: 70px 0 30px;
    box-sizing:border-box;
}
.aboutTitle{
    font-size: 30px;
}
.aboutDes{
    color: #848484;
}
.aboutText{
    width:1200px;
    margin:0 auto;
    margin-top: 30px;
}
.aboutText p{
    text-indent: 2em;
    text-align: left;
    color: #999999;
    font-size: 14px;
    line-height: 2;
}

/*新闻页*/
.newBody{
    background:#f6f6f6;
}
.newsBanner{
    width: 100%;
}
.newsBanner img{
    width: 100%;
}
.newContainer{
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
    position: relative;
}
.newContainer .newList{
    width: 75%;
    box-sizing: border-box;
    min-height: 500px;
    padding: 30px;
    float: left;
    background:#fff; 
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);

}
.newContainer .newList>ul li{
   padding-bottom:30px;
   margin-bottom: 30px;
   border-bottom: 1px solid #f0f2f5; 
}
.newContainer .newList>ul li .newListImg{
    display: table-cell;
    padding-right: 20px;
}
.newContainer .newList>ul li .newListImg a img{
    width: 160px;
    height: 110px;
}
.newContainer .newList>ul li .newListText{
    display: table-cell;
    vertical-align: top;
    text-align: justify;
    font-weight: 300;
}
.newContainer .newList>ul li .newListText h4{
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 300;
}
.newContainer .newList>ul li .newListText h4 a:hover{
    color: #333;
}
.newContainer .newList>ul li .newListText p.des{
    color: #76838f;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 1.5;
}
.newContainer .newList>ul li .newListText p.info{
    color: #a3afb7;
    font-size: 13px;
    font-weight: 300;
}
.newContainer .newList>ul li .newListText p.info span{
    margin-right: 10px;
    display: inline-block;
}
.newContainer .newList>ul li .newListText p.info span i{
    font-size: 13px;
    margin-right: 5px;
    display: inline-block;
}
.newContainer .newList>ul li .newListText p.info i{
    position: relative;
    top: 1px;
}

.newContainer .newAside{
    width: 25%;
    float: left;
}

.newContainer .newAside .newAsideCon{
    margin-left: 30px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    padding: 20px;
}

.newContainer .newAside .newAsideCon .newSearch{
    max-width: 500px;
    margin: 0 auto;
    position: relative;
}
.newContainer .newAside .newAsideCon .newSearch .newSeaInp{
    font-size: 14px;
    width: 100%;
    border-radius: 200px;
    box-sizing: border-box;
    height: 36px;
    transition: all 0.25s;
    border-color: #e4eaec;
    line-height: 36px;
    display: block;
    padding: .429rem .929rem;
    padding-right: 50px;
    color: #76838f;
    border: 1px solid #e4eaec;
    background-color: #fff;
}
.newContainer .newAside .newAsideCon .newSearch .newSeaInp::placeholder{
    font-size: 14px;
    color: #a5afc4;
}
.newContainer .newAside .newAsideCon .newSearch .newSeaInp:focus{
    border-color:#333;
}
.newContainer .newAside .newAsideCon .newSearch .newSub{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 12px 0 10px;
    border: none;
    border-radius: 0 200px 200px 0;
    background: 0 0;
}
.newContainer .newAside .newAsideCon .newSearch .newSub i{
    font-size:15px;
    color: #333;
    font-weight: bold;
}

.newContainer .newAside .newAsideCon .newRec h3{
    font-size: 18px;
    font-weight: 300;
    margin: 0;
}
.newContainer .newAside .newAsideCon .newRec ul{
    margin-top: 10px;
}
.newContainer .newAside .newAsideCon .newRec ul li{
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-color: #e4eaec;
}
.newContainer .newAside .newAsideCon .newRec ul li a{
    color: #2a333c;
    font-size: 15px;
    display: block;
    overflow:hidden; 
    text-overflow:ellipsis;
    white-space:nowrap; 
    font-weight: 300;
}
.newContainer .newAside .newAsideCon .newRec ul li a img{
    width: 100%;
}
.newContainer .newAside .newAsideCon .newRec ul li a:hover{
    color:#333;
}
.newContainer .newAside .newAsideCon .newType{
    margin-bottom: 11px;
}
.newContainer .newAside .newAsideCon .newType ul li{
    margin-bottom: 10px;
}
.newContainer .newAside .newAsideCon .newType ul li a{
    font-weight: 300;
    font-size: 14px;
}
.newContainer .newAside .newAsideCon .newType ul li a.newOn{
    color:#333;
}
.newContainer .newAside .newAsideCon .newType ul li a:hover{
    color:#333;
}
.proRec{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f2f5;
}

/*新闻详情页*/
.newContainer .newList .newArticleTitle{
    border-bottom: 1px solid #f0f2f5;
}
.newContainer .newList .newArticleTitle  h1{
    font-size: 20px;
    margin-bottom: 5px;
}
.newContainer .newList .newArticleTitle  p.info{
    color: #a3afb7;
    font-size: 13px;
    font-weight: 300;
    padding-bottom: 20px;
}
.newContainer .newList .newArticleTitle  p.info span{
    margin-right: 10px;
    display: inline-block;
}
.newContainer .newList .newArticleTitle  p.info span i{
    font-size: 13px;
    margin-right: 5px;
    display: inline-block;
}
.newContainer .newList .newArticleContent{
    padding: 30px 0;
    box-sizing: border-box;
    min-height: 500px;
}
.newContainer .newList .newArticleContent p{
    line-height: 2;
    font-size: 14px;
    font-weight: 300;
    color: #222;
    text-align: justify;
}
.newContainer .newList .newArticleContent p img,.newContainer .newList .newArticleContent img{
    display: block;
    max-width: 100%;
    text-align: center;
    margin:0 auto; 
}
.newContainer .newList .newArticleCTP{
    border-top: 1px solid #f0f2f5;
    padding-top: 20px;
}
.newContainer .newList .newArticleCTP ul li:first-child{
    float: left;
}
.newContainer .newList .newArticleCTP ul li:last-child{
    float: right;
}
.newContainer .newList .newArticleCTP ul li a{
    float: left;
    display: block;
    padding: 10px 20px;
    color: #76838f;
    transition: all .2s ease;
    border: 1px solid #e4eaec;
    border-radius: 1000px;
}
.newContainer .newList .newArticleCTP ul li a:hover{
    border-color: #333;
    color: #333;
}   
.newContainer .newList .newArticleCTP ul li a.newNo,.newContainer .newList .newArticleCTP ul li a.newNo:hover{
    color: #ccd5db;
    border: 1px solid #e4eaec;
}