﻿@charset "utf-8";
/* CSS Document */
*{list-style:none;outline:none;font-family:"微软雅黑",arial;border:none;color:#333;padding:0;margin:0;}
ul{padding:0;margin:0}
h1,h2,h3,h4,h5,h6{margin:0;}
.fl{float:left;}
.fr{float:right;}
.blue{color:#ca271e;}
.gray-bg{background-color:#f7f7f7;}

img{
	max-width: 100%;
}

/*******************************************首页********************************************/
/**********************************logo*********************/

.index-head{padding: 14px 0;background-color: #f5f5f5;width:100%;border-bottom: 1px solid #dcdcdc;}
.index-head .container{line-height: 14px;height: 14px;overflow: hidden;}
.id-head-left{float: left; font-size: 14px;color: #666;line-height: 14px;}
.id-head-right{float: right;line-height: 15px;font-size: 15px;color: #f5342b;font-weight:bold;}
.id-head-right a{font-size: 14px;line-height: 14px;display: inline-block;color: #666;padding: 0 5px;border-right: 1px solid #fff;}
.id-head-right a:last-child{border-right: none;}

.id-head-right a:hover{text-decoration: underline;}


@media(max-width:991px){
	.index-head{display: none;}
}

/****************************logo*******************************/
.index-logo{}
.logo-all{float: left;width: 400px;}
.logo{float: left;margin-right: 10px;width: 80px;padding: 10px 0;padding-right: 10px; background: url(../images/logo-line.png)right center no-repeat;background-size: auto 60px;}
.logo img{width: 100%;}
.logo1{float: left;padding: 20px 0;}
.logo1 div{}
.logo1 div:nth-child(1){font-size: 22px;color: #333;font-weight: 600;}
.logo1 div:nth-child(2){font-size: 12px;color: #999;}

/***************************************************导航*****************************************************/
.nav{float: right; width: calc(100% - 400px);}
.nav li{float: left;line-height: 80px;width:16.6%;}
.nav>li>a{font-size: 16px; text-align: center; color: #333;padding: 5px 0;display: block;}
.nav>li{position: relative;}
.nav-down-menu{position: absolute;left:0px;top:90px;clear: both;display:none;z-index: 99;background-color:#1550b6;width:120px; }
.nav-down-menu a{font-size: 16px; color:#fff;display: block;text-align: center;line-height: 30px;padding: 5px 0;}
.navli-down-menu a{padding-left:25px;}
.nav>li.on-top a{color:#1550b6;}
.nav-a{position: relative; z-index: 999;}
.nav a:hover{color:#1550b6;}
.nav-down-menu a:hover{color:#1550b6; }

@media(max-width:1259px){
	.logo{width: 70px;}
	.nav-down-menu{width: 90px;}
}

@media(max-width:991px){
	.nav{display: none;}
	.logo{padding: 10px 0;padding-right: 10px;}
	.logo1{padding: 15px 0;}
}

@media(max-width:530px){
	.logo-all{width: 300px;}
	.logo{width: 40px;padding-right: 0px;background: none;}
	.logo1 div:nth-child(1){font-size: 17px;line-height: 20px;height: 20px;overflow: hidden; width: 220px;}
	.logo1 div:nth-child(2){font-size: 10px;line-height: 14px;height: 14px;overflow: hidden; width: 220px;}
}


@media(max-width:360px){
	.logo-all{width: 240px;}
	.logo{width: 40px;}
	.logo1 div:nth-child(1){font-size: 16px;line-height: 20px;height: 20px;width: 150px;}
	.logo1 div:nth-child(2){font-size: 8px;line-height: 14px;height: 14px;width: 180px;}
}


/**************************************************手机导航********************************************/

.nav-btn{float: right; display: none;padding: 24px 0;cursor: pointer;}
.nav-btn img{width:100%;}
.navli .nav-cn-en{overflow: hidden;background-color: #243c62;}
.navli .nav-cn-en a{display: block;color: #fff;float: left;width: 50%;border-right: 1px solid #131314;}
.navli>div:first-child{font-size: 18px;padding: 10px 0px;color: #999;font-weight: bold;text-align: center;}
.navli{position: fixed;right:-240px;top:0;text-align: left; z-index: 999;background-color: #333;width:240px;height: 100%;transition: all 0.5s;}
.navli a {font-size: 14px; color: white;line-height: 50px;display: block;padding-left:30px;padding-right: 10px;}
.navli li{background-color: #333;border-bottom: 1px solid #000;position: relative;}
.id-nav-tu{position: absolute;right: 0px;top: 0px;width: 50px;height: 50px;background: url(../images/jiantou-nav.png)center no-repeat #243c62;background-size: 10px;transition: 1s;border-left: 2px solid #131314;opacity: 0.6}
.navli .navli-txt{overflow: hidden;padding: 10px 10px 10px 30px;background-color: #000;}
.navli-txt div:nth-child(1){float: left;font-size: 16px;color: #fff;}
.navli-txt div:nth-child(2){float: right;width: 16px;}
.navli-txt div:nth-child(2) img{width: 100%;cursor: pointer;}

.navli-down-ser{display: none;background-color: #fff;z-index: 2;}
.navli-down-ser li{border-top: 1px solid #666;background-color: #131314;}

.navli>li:hover{background-color:rgba(96,96,96,0.90) }
.navli-down-ser li:hover{background-color:rgba(96,96,96,0.80)}
.navli .nav-cn-en a:hover{background-color: #1d66cf;}
.id-nav-tu:click{transform: rotate(90deg);transition: 1s;}

@media(max-width:992px){
	.nav-btn{display: block;}
	.nav{display: none;}
	
}

@media(max-width:530px){
	.nav-btn{padding: 15px 0;}
}
@media(max-width:420px){
	.nav-btn{width: 26px;padding: 16px 0;}
}

/********首页标题**************/
.index-tit{text-align:center;width:100%;height:40px;font-size:24px;line-height:24px;margin-bottom:60px;color:#1075d4;background:url(../images/index_tit_line01.png) no-repeat center bottom;}

@media (max-width:1259px) {
	.index-tit{margin-bottom:60px;}	
}

@media (max-width: 991px) {
	.index-tit{margin-bottom:50px;}	
}

@media (max-width:767px) {
	.index-tit{margin-bottom:40px;}	
}	
@media (max-width:600px) {
	.index-tit{margin-bottom:30px;}	
}


/****************banner**********************/
.swiper-slide img{width: 100%;}


/****************走进**********************/
.index-about{padding:80px 0;}
/********关于********/
.id-about-img{float:right;width:490px;}
.id-about-img img{display:block;width:100%;}
.id-about-info{float:left;width:660px;}
.id-about-tit{margin: 0; font-size:24px;line-height:24px;margin-bottom:30px;font-weight:600;}
.id-about-des{display:block;font-size:16px;color:#666;line-height:32px;}
.id-about-more{display:block;width:220px;height:60px;line-height:58px;font-size:17px;color:#fff;text-align: center;background-color:#ff9e02;border:1px solid #ff9e02;border-radius:6px;margin-top:30px;}
.id-about-more:hover{background-color:transparent;color:#ff9e02;}

@media (max-width:1259px){
	.index-about{padding:60px 0;}
	.id-about-img{width:400px;}
	.id-about-info{width:500px;}
	.id-about-tit{font-size:20px;line-height:20px;margin-bottom:20px;}
	.id-about-des{font-size:15px;line-height:25px;}
	.id-about-more{width:160px;height:44px;line-height:42px;font-size:15px;margin-top:20px;}
}
@media (max-width:991px){
	.index-about{padding:50px 0;}
	.id-about-img{width:300px;padding-top:40px;}
	.id-about-info{width:400px;}
	.id-about-tit{font-size:18px;line-height:18px;margin-bottom:15px;font-weight:600;}
	.id-about-des{font-size:14px;line-height:22px;}
	.id-about-more{width:120px;height:40px;line-height:38px;font-size:14px;margin-top:15px;}
}

@media (max-width:767px){
	.index-about{padding:30px 0;}
	.id-about-info{float:none;width:100%;}
}

/***************产品中心***********************/
.index-pro{padding:80px 0;background:url(../images/index_pro_bg.jpg) no-repeat center bottom;background-size:cover;}
/*****左导航*********/
.pro-box-nav{float:left;width:300px;margin-right:28px;border:4px solid #076ed0;}
.pbn-tit{width:100%;height:140px;background:url(../images/index_pro_nav.png) no-repeat center bottom;}
.pbn-tit-cn{display:block;width:236px;height:80px;text-align:center;background:url(../images/index_pro_tit.png) no-repeat center bottom;background-size:100%;font-size:37px;line-height:37px;padding-top:43px;margin:0 auto;font-weight:600;color:#fff;}
.pbn-list{wiidth:100%;padding:20px 20px 10px;}
.pbn-list li{width:100%;height:52px;margin-bottom:20px;background-color:#fff;border-radius:6px;}
.pbn-list li a{display:block;width:100%;height:100%;padding:0 10px;font-size:16px;line-height:48px;color:#333;text-align:center;}
.pbn-list li:last-child{background-color:#ff9e02;}
.pbn-list li:last-child a{color:#fff;}
.pbn-list li:hover{background-color:#ff9e02;}
.pbn-list li:hover a{color: #fff;}
.pbn-list li:last-child:hover a{text-decoration: underline;}
/*****右列表*****/
.pro-box{float:left;width:calc(100% - 328px);}
.pro-box-hot{width:100%;height:43px;background:url(../images/index_pro_line.png) no-repeat left bottom;}
.pbh-tit{float:left;width:160px;height:30px;padding-left:33px;font-size:20px;line-height:30px;color:#347ffc;font-weight:600;background:url(../images/index_pro_icon.png) no-repeat left center;}
.pbh-more{float:right;height:30px;font-size:18px;line-height:30px;color:#9b9b9b;font-weight:600;}
.pbh-more:hover{color:#347ffc;}
/*****右列表*****/
.pro-box-list li{float:left;width:32%;margin-top:20px;margin-right: 2%}
.pro-box-list li:nth-child(3n){margin-right:0%;}
.pro-box-info{width:100%;position:relative;border:2px solid #dedede;}
.pro-box-img{display:block;width:100%;position:relative;}
.pro-box-overlay{position:absolute;width:100%;height:100%;top:0;left:0;background-color:rgba(52,127,252,.75);display:none;}
.pro-box-overlay img{display:block;margin:0 auto;margin-top:25%;}
.pro-box-overlay span{display:block;margin:10px auto 0;font-size:17px;color:#fff;text-align:center;}
.pro-box-tit{margin: 0; display:block;width:100%;height:32px;font-size:16px;line-height:32px;text-align:center;overflow:hidden;padding: 0 10px;}

.pro-box-list li:hover .pro-box-overlay{display:block;}
.pro-box-list li:hover .pro-box-tit{color:#347ffc;}

@media (max-width:1259px){
	.pro-box-nav{width:250px;margin-right:25px;border-width: 2px;}
	.pbn-tit{height:100px;}
	.pbn-tit-cn{width:200px;height:60px;font-size:28px;line-height:28px;padding-top:33px;}
	.pbn-list li{height:48px;margin-bottom:10px;}
	.pbn-list li a{padding:0 5px;font-size:15px;line-height:48px;}
	
	.pro-box{width:calc(100% - 275px);}
	.pbh-more{font-size:15px;}
	.pro-box-list li{margin-top:18px;}
	.pro-box-overlay img{margin-top:20%;}
	.pro-box-tit{font-size:15px;line-height: 40px;height: 40px;}
}

@media (max-width:991px){
	.pro-box-nav,.pro-box{float:none;width:100%;}
	.pro-box-nav{margin-right:0;border:0;padding:0;}
	.pbn-list{padding:0;}
	.pbn-list li{float:left;width:20%;height:40px;border-radius:0;padding:3px 3px;margin-bottom:10px;background-color:#ff9e02;}
	.pbn-list li a{display:block;line-height: 30px; width:100%;height:34px;border:1px solid #fff;font-size:14px;text-align:center;overflow:hidden;color: #fff;}
	.pro-box-list li{margin-top:15px;}
	.pro-box-overlay span{font-size: 15px;}
}

@media (max-width:650px){
	.pbn-list li{width:33.333333%;margin-bottom:5px;}
	.pro-box-tit {font-size:14px;}
	.pro-box-tit{line-height: 36px;height: 36px;}
}
@media (max-width:550px){
	.pro-box-list li{width:49%;margin-top: 10px;}
	.pro-box-list li:nth-of-type(3n){margin-right:2%;}
	.pro-box-list li:nth-of-type(2n){margin-right:0%;}
	.pro-box-list li:last-child{display: none;}
}
@media (max-width:420px){
	.pbn-list li{width:50%;}
	.pro-box-overlay img{width: 50px;}
}
@media (max-width:420px){
	.pro-box-overlay img{width: 40px;}
}

/***************拦腰**************************/
.index-middle{background: url(../images/index_fen.jpg)center no-repeat;background-size: 100% 100%;}
.id-middle{position: relative;padding: 40px 100px;}
.id-middle h1{margin: 0;font-size: 36px;color: #fff;font-weight: bold;margin-bottom: 30px;}
.id-middle-tel{width: 460px;overflow: hidden;border-radius: 50px;}
.id-middle-tel span:nth-child(1){font-size: 20px; line-height: 45px;color: #f5342b;font-weight: bold; padding-left: 50px;background: url(../images/middle-tel.png)6px center no-repeat;float:left;width: 50%;background-color: #fff;}
.id-middle-tel span:nth-child(2){font-size: 20px;line-height: 45px;color: #fff;text-align: center;float:left;width: 50%;background-color: #ff9e02;}

.id-middle-img{position: absolute;right: 20px;bottom: -20px;}

@media (max-width:1259px){
	.id-middle{padding: 40px 0px;}
}

@media (max-width:991px){
	.id-middle{padding: 30px 0px;}
	.id-middle-img{display: none;}
	.id-middle h1{font-size: 30px;letter-spacing: 1px;text-align: center;margin-bottom: 20px;}
	.id-middle-tel{margin: 0 auto;}
}

@media (max-width:500px){
	.id-middle h1{font-size: 26px;}
	.id-middle-tel{width: 320px;}
	.id-middle-tel span:nth-child(1){font-size: 16px;line-height: 40px;padding-left: 40px;background-size: 26px auto;}
	.id-middle-tel span:nth-child(2){font-size: 16px;line-height: 40px;}
}

@media (max-width:360px){
	.id-middle h1{font-size: 22px;}
	.id-middle-tel{width: 290px;}
	.id-middle-tel span:nth-child(1){width: 170px;}
	.id-middle-tel span:nth-child(2){width: 120px;}
}


/************************************************优势************************************************/
.index-adv{background-color: white;}
.id-adv{overflow: hidden;}
/***************优势-left**************************/
.id-adv-left{float: left;width: 49%;margin-right: 2%;}
.id-adv-box{display:block;border-bottom: 1px dashed #dcdcdc;padding-bottom: 10px;}
.id-adv-box1{margin-bottom: 10px;}
.id-adv-box2{margin-bottom: 20px;}
.id-adv-box3{margin-bottom: 20px;}
.id-adv-box>span{font-size: 16px;line-height: 24px;margin: 0;font-weight: bold;letter-spacing: 1px;}

.id-adv-box>span{color: #333;font-size:16px;}
.id-adv-box>div{font-size: 14px;color: #666;line-height: 26px;}
.id-adv-box>div>span{font-size: 16px;color: #ff9e02;line-height: 30px;margin-right: 4px;}
.id-adv-box:hover .kon_tit{color:#1075d4;}
/***************优势-right**************************/
.id-adv-right{float: right;width: 49%;}
.id-adv-right img{width: 100%;}

@media (max-width:1259px){
	.id-adv-box{padding-left: 100px;}
	.id-adv-box>h1,.id-adv-box>h1>span{font-size: 18px;line-height: 36px;}
	.id-adv-box1,.id-adv-box2,.id-adv-box3{background-size: auto 80px;}
	.id-adv-box>div,.id-adv-box>div>span{font-size: 14px;line-height: 24px;}
}

@media (max-width:991px){
	.id-adv-right{display: none;}
	.id-adv-left{clear: left;width: 100%;margin-right: 0%;}
}

@media (max-width:430px){
   .id-adv-box>h1,.id-adv-box>h1>span{font-size: 14px;line-height: 36px;}
	.id-adv-box{padding-left: 0px;padding-top: 90px;}
	.id-adv-box1{background: url(../images/adv-coin1.png)center top no-repeat;background-size: auto 80px;}
	.id-adv-box2{background: url(../images/adv-coin2.png)center top no-repeat;background-size: auto 80px;}
	.id-adv-box3{background: url(../images/adv-coin3.png)center top no-repeat;background-size: auto 80px;}
	.id-adv-box>h1,.id-adv-box>h1>span,.id-adv-box>div,.id-adv-box>div>span{text-align: left;}
}


/******************************index-news******************************/
.index-news{background: #f1f1f1;background-size: 100% 100%;}
/***********新闻资讯-left************/
.id-news-left{float: left;width: 43%;margin-right: 4%;border-radius: 6px;display: block;}
.id-news-left img{width: 100%;margin-bottom: 10px;border-radius: 6px;}

.id-news-box1{display: block;border: 1px solid #d2d2d2;box-shadow: 0 0 2px 2px rgba(0,0,0,0);margin-bottom: 10px;background:white;}
.id-news1-top{overflow: hidden;padding: 10px 20px 10px 50px;background: url(../images/news-more1.png)15px center no-repeat;}
.id-news1-top div,.id-news1-top h1{line-height: 45px;height: 45px;}
.id-news1-tit{margin: 0; font-size: 16px;color: #000; overflow: hidden;white-space: nowrap;text-overflow: ellipsis; float: left;width: calc(100% - 90px);}
.id-news1-time{font-size: 14px;color: #999;float:right;text-align: right;width:80px;}
.id-news1-txt{margin: 0;font-size: 14px;line-height: 26px;height: 62px;overflow: hidden;color: #666;display: none;text-align: justify;padding: 5px 20px 5px 50px;}

.id-news-box1-on .id-news1-top{background: url(../images/news-more2.png)15px center no-repeat;border-bottom: 1px solid #d2d2d2;}
.id-news-box1-on{box-shadow: 0 0 2px 2px rgba(0,0,0,0.15);}
.id-news-box1-on .id-news1-txt{display: block;}

/***********新闻资讯-right************/
.id-news-cage{overflow: hidden;margin-bottom: 10px;}
.id-news-cage h1{font-size: 18px;line-height: 40px;color: #076ed0;float: left;margin: 0;}
.id-news-cage a{font-size: 14px;line-height: 40px;display: block;float: right;text-align: right;color:#ff9e02  ;}
.id-news-right{float: left;width: 53%;}
.id-news-box-all>a:last-child{border-bottom: 1px solid #d2d2d2;}
.id-news-box{display: block;border-top: 1px solid #d2d2d2;}
.id-news-top{overflow: hidden;}
.id-news-top div,.id-news-top h1{line-height: 50px;height: 50px;}
.id-news-tit{margin: 0; font-size: 16px;color: #000; overflow: hidden;white-space: nowrap;text-overflow: ellipsis; float: left;width: calc(100% - 90px);}
.id-news-time{font-size: 14px;color: #999;float:right;text-align: right;width:80px;}
.id-news-txt{margin: 0;font-size: 14px;line-height: 26px;height: 52px;overflow: hidden;color: #666;margin-bottom: 10px;display: none;text-align: justify;}
.id-news-txt-on{display: block;}
.id-news-box-all a:first-child>h3{display:block;}

.id-news-box:hover .id-news-tit{color: #1567bb;}
.id-news-box:hover{border-color:#1567bb;}

@media(max-width:1259px){
	.id-news-top div,.id-news-top h1{line-height: 48px;height: 48px;}
	.id-news-txt{height: 26px;}
}

@media(max-width:991px){
	.id-news-left{clear: left;width: 100%;margin-right: 0%;margin-bottom: 20px;}
	.id-news-right{clear: left;width: 100%;}
	.id-news-txt{height: 52px;}
}

@media(max-width:500px){
	.id-news1-top div,.id-news1-top h1{line-height: 40px;height: 40px;}
}

@media(max-width:400px){
	.id-news1-top{padding: 10px 10px 10px 40px;background: url(../images/news-more1.png)10px center no-repeat;}
	.id-news-box1-on .id-news1-top{background: url(../images/news-more2.png)10px center no-repeat;}
	.id-news1-txt{;padding: 7px 10px 7px 40px;height: 66px;}
}

/*******************************index-footer*******************************/
.index-footer{background-color: #f5f5f5;margin-top: 30px;}
/******index-footer-nav*******/
.id-footer-container{padding: 80px 15px 30px;position: relative;}
.id-footer-nav{position: absolute;left: 0;top: -30px;height: 60px;background: url(../images/id-footer-nav.png)center center no-repeat;background-size: 80% 100%;width: 100%;text-align: center;}
.id-footer-nav a{display: inline-block;color: #fff;font-size: 14.2px;width: 10%;line-height: 60px;}
/******index-footer-logo*******/
.id-footer{overflow: hidden;}
.id-footer-logo{float: left;width: 340px;margin-top: 40px;}
.id-footer-logo img{width: 60px;float: left;margin-right: 15px;}
.id-footer-logo-tit{float: left;}
.id-footer-logo-tit h1{margin: 0; font-size: 20px;color: #4c3c2f;display: block;line-height: 36px;height: 36px;overflow: hidden;font-weight: bold;text-align: left;}
.id-footer-logo-tit h2{margin: 0;font-size: 12px;color: #4c3c2f;line-height: 20px;height: 20px;overflow: hidden;text-align: left;}

/******index-footer-contact*******/
.id-footer-beian{float: left;width: calc(100% - 500px);padding-left: 240px;}
.id-footer-beian li{font-size: 14px;color: #666;line-height: 30px;}
.id-footer-beian li span,.id-footer-beian li a{font-size: 14px;color: #666;line-height: 30px;margin-right:10px;}
/******index-footer-erweima*******/
.id-footer-erweima{float: right;width:100px;}
.id-footer-erweima img{width: 100%;}
.id-footer-erweima div{font-size: 14px;line-height: 30px;color: #666;text-align: center;}

.page-in-footer .id-footer-beian{padding-top: 24px;}

.id-footer-nav a:hover{text-decoration: underline;}

@media(max-width:1259px){
	.id-footer-container{padding: 60px 15px 30px;}
	.page-in-footer .id-footer-beian{padding-top: 10px;}
	.id-footer-logo{width: 320px;}
	.id-footer-beian{padding-left: 20px;}
	.id-footer-beian{width: calc(100% - 420px);}
}

@media(max-width:991px){
	.id-footer-erweima,.id-footer-nav,.id-footer-logo,.id-footer-beian>li{display: none;}
	.index-footer{margin-top: 0px;}
	.id-footer-container{padding: 10px 15px;}
	.id-footer-beian{width:100%;padding-left: 0px;}
	.id-footer-beian>li.id-footer-company,.id-footer-beian>li.id-record{display: block;text-align: center;line-height: 26px;}
	
}

@media(max-width:767px){
	.id-footer-container{padding: 10px 15px;}
	.id-footer-beian li{display: none;}
	.id-footer-beian li.id-footer-company{display: block;}
}

@media(max-width:767px){
	.id-footer-beian{width: 100%;padding-left: 0;text-align: center;}
	.id-footer-beian a{text-align: center;display: inline-block;margin-right: 5px;}
	.id-footer-logo{display: none;}
}


/*******************************友情链接*******************************/
.index-fl{padding: 10px 0;background-color: #333;}
.id-fl{float: left;padding-right: 10px;width: calc(100% - 120px);}
.id-fl a,.id-fl span{color: #fff;font-size: 14px;display: inline-block;margin-right: 5px;line-height: 26px;}
.id-fl-js{float: right;color: #fff;font-size: 12px;line-height: 26px;}
.id-fl-js a,.id-fl-js span{color: #fff;font-size: 12px;line-height: 26px;}
.id-fl a:hover{text-decoration: underline;}

@media(max-width:529px){
	.id-fl-js{display: none;}
	.id-fl{width: 100%;}
}


/****************首页边距**********************/
.index-section{padding: 60px 0;}
@media (max-width:1259px) {
	.index-section{padding: 60px 0;}
}

@media (max-width: 991px) {
	.index-section{padding: 50px 0;}
}

@media(max-width:767px){
	.index-section{padding: 40px 0;}
}

/***************************内页内边距控制************************/
.page-section{padding: 60px 0;}

@media(max-width:1259px){
	.page-section{padding: 50px 0;}
}
@media(max-width:991px){
	.page-section{padding: 40px 0;}
}
@media(max-width:767px){
	.page-section{padding: 30px 0;}
}


/**************************************************新闻列表页*******************************************/

.page-in-left{width: 20%;float: left;margin-right: 5%;}
.page-in-right{width:75%;float: right;}
/******新闻列表页-左上*****/
.nl-left-pro{margin-bottom: 40px;padding: 10px;border: 1px solid #e0e0e0;}
.nl-left-tit{font-size: 20px;padding: 20px 0;background-color: #ff9e02;color:#fff;font-weight: bold;text-align: center;position: relative;}
.nl-left-tit img{position: absolute;right: 0;top: 0;display: block;}
.nl-left-pro>li{margin-top: 10px;}
.nl-left-box{font-size: 14px; line-height: 40px;height: 40px;overflow: hidden; display: block;text-align: left;color: #333;width: 100%;padding:0 10px;background-color:#e4e4e4;border-left: 5px solid #ff9e02;}

.nl-left-box-in li{border: 1px dashed #999;margin-bottom: 10px;}
.nl-left-box-in li a{font-size: 14px;line-height: 30px;height: 30px;overflow: hidden;display: block;text-align: left;color: #333;width: 100%;border-radius:40px;padding-left: 10%;}
.nl-left-box-in{display: none; margin-bottom: 10px;margin-top: 10px;}

/******新闻列表页-左下*****/
.nl-left-cu{}
.nl-left-cu li b{font-size: 16px;}
.nl-left-cu li{font-size: 14px;line-height: 30px;color: #666;margin-bottom:10px;border-bottom: 1px dashed #999;}
.nl-left-cu div{margin-bottom: 10px;}


.nl-left-pro>li:hover .nl-left-box{color: #076ed0;border-color: #076ed0;}
.nl-left-box-in li:hover{border-color:#076ed0; }
.nl-left-box-in li:hover a{color:#076ed0;}
.nl-left-box-in li a:hover{color: #333;}
.nl-left-pro>li.page-pro-lion a.nl-left-box{color: #076ed0;border-color: #076ed0;}
.page-pro-li>ul>li.page-second-proon a{color:#076ed0;}
@media(max-width:1259px){
	.page-in-left{width: 26%;margin-right:4%;}
}


@media(max-width:991px){
	/*******新闻-左-********/
	.page-in-left{clear: left;width: 100%;margin-right: 0;}
	.nl-left-cu{display: none;}
	.nl-left-tit{display: none;}
	.nl-left-box-in{display: none;}
	.nl-left-pro{margin-bottom: 15px;}
	
	.nl-left-pro{overflow: hidden;padding: 0;box-shadow: none;border: none;}
	.nl-left-pro li{display: inline-block;margin-right: 5px;margin-bottom: 10px; padding: 10px 10px;background-color:#026bbc;border:1px solid #026bbc;border-radius: 4px;margin-top: 0;}
	.nl-left-pro li a{text-align: center;padding-left: 0;background: none;}
	.nl-left-box{padding: 0px;background:none;line-height: 16px;height: 16px;color: #fff;border: none;}
	.nl-left-pro li:hover .nl-left-box-in{display: none;}
	.nl-left-pro li:hover{background-color: transparent;}
	
}


/**************************************************新闻-右*******************************************/
/*******新闻-右-标题********/
.nl-right-tit{overflow: hidden;margin: 0 0 10px;padding-bottom: 10px;border-bottom: 1px solid #ddd;}
.nl-top-title{font-size: 22px; float: left;color: #333;font-weight: bold;}
.nl-top-right{float: right;color: #1e73be;}
.nl-top-right a{font-size: 13px; line-height: 31px;color: #0d3e9d;display:block;float: left;}
/*******新闻-右-内容********/
.nl-right-list{padding: 10px 0;}
.nl-box-1{display: block;margin-bottom: 10px;padding: 10px 0px; border-bottom: 1px dashed #999;}
.page-nl-top{overflow: hidden;margin-bottom: 5px;}
.page-nl-top span,.page-nl-top h1{line-height: 30px;}
.page-nl-top h1{margin: 0; float: left;color: #333;font-size: 16px;width: calc(100% - 100px);height: 30px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-weight: bold;}
.page-nl-top span{float: right;color: #999;font-size: 14px;display: block;}
.nl-box-1 h3{margin: 0;font-size: 14px;line-height: 22px;height: 44px;overflow: hidden; color: #666;}


.nl-box-1:hover h1,.nl-box-1:hover span{color: #ff9e02;}

@media(max-width:1259px){
	.page-in-right{width: 70%;}
}

@media(max-width:991px){
	/*******新闻-右-********/
	.page-in-right{clear: right;width: 100%;}
	
}

@media (max-width: 767px){
	.nl-right-tit{padding: 0 0 5px;}
	.nl-left-box{font-size: 14px;}
	.nl-top-title{font-size: 20px;}
	.nl-top-right a{font-size: 12px; line-height: 28px;}
}

@media (max-width: 530px){
	.news-list-in{padding: 30px 0;}
	.nl-top-title span{font-size:17px;}
	.nl-top-right{display: none;}
	.nl-right-list {padding:0;}

	
}




/**************************************************新闻内页*******************************************/
/*************************************************新闻内页****************************************************/

.news-details-all{margin-bottom: 30px;}
.page-news-details-tit{text-align: center;font-size: 20px;color: #333;margin-bottom: 10px;font-weight: bold;}
.page-nd-a a{ font-size: 13px;color:#9f9f9f;margin: 0 5px;display:inline-block; }

.page-nd-content{font-size: 14px; padding: 10px 20px;text-align: justify;}


@media(max-width:767px){
	.page-news-details-tit{font-size: 18px;}
	.text-right p{font-size: 14px;line-height: 28px;}
	
}

@media(max-width:530px){
	.page-nav a{font-size: 12px;}
	
}


/**************************************************产品列表页*******************************************/
/*************产品列表页left********************/
.page-left-second-nav{padding-top: 10px;display: none;}
.page-left-second-navon{display: block;}
.page-left-second-nav li {border: 1px dashed #ccc;margin-bottom: 10px;padding: 0 10px;background-color: #f1f1f1;}
.page-left-second-nav li a{padding: 11px 0; display: block;color: #666;}
.page-left-second-nav li{position: relative;}
.page-left-second-nav li span{position: absolute;right: 5px;top: 0;line-height: 42px;color: red;font-weight: bold;}


.nl-left-pro>li.page-pro-li .page-left-second-nav li span{display: none;}
.nl-left-pro>li.page-pro-li:nth-child(2) .page-left-second-nav li:nth-child(1) span{display: block;}
.nl-left-pro>li.page-pro-li:nth-child(2) .page-left-second-nav li:nth-child(2) span{display: block;}
.nl-left-pro>li.page-pro-li:nth-child(2) .page-left-second-nav li:nth-child(3) span{display: block;}

.page-pro-phone{overflow: hidden;margin-bottom: 10px;display: none;}
.page-pro-phone a{display: inline-block;font-size: 14px;padding: 0 10px;line-height: 40px;color: #333;text-align: center;background-color:#e4e4e4;border-radius: 6px;margin-right: 4px;margin-bottom: 5px;}
.page-pro-phone a:hover{background-color: #ff9e02;color: #fff;}
@media(max-width:991px){
	.nl-left-pro-pc{display: none;}
	.page-pro-phone{display: block;}
}

/*************产品列表页right********************/
.pro-list-all{overflow: hidden;margin-top: 20px;}
.pl-in-box{width: 32%; display: block;margin-right: 2%;margin-bottom: 10px;float: left;border: 1px solid #e0e0e0;}
.pro-list-all a:nth-child(3n){margin-right: 0;}
.pl-in-box img{width: 100%;}
.pl-in-box h1{font-size: 16px;line-height: 36px;height: 36px;overflow: hidden;text-align: center;color: #333;background-color: #e4e4e4;}



.pl-in-box:hover h1{background-color:#ff9e02;color: #fff;}
.nl-left-pro li a:hover{color:#0657a8;}

@media(max-width:991px){
	.nl-left-pro li:hover .page-left-second-nav{display: none;}
}

@media(max-width:650px){
	
	.pl-in-box{width: 49%;}
	.pro-list-all a:nth-child(3n){margin-right: 2%;}
	.pro-list-all a:nth-child(2n){margin-right: 0;}
	
}


@media(max-width:530px){
	.pl-in-box h1{font-size: 14px;}
}


/*************************************************产品详情页****************************************************/
.pd-right-list{margin-bottom: 30px;}
.pd-title{font-size: 20px;line-height: 30px;color: #333;font-weight: bold;text-align: center;margin-bottom: 20px;padding-bottom: 10px;border-bottom: 1px solid #333;}

.pd-intro-nav{margin-bottom: 20px;font-size: 0;}
.pd-intro-nav span{font-size: 14px; display: inline-block;background-color: #e4e4e4;padding: 10px 20px;margin-right: 10px;margin-bottom: 10px;color: #333;cursor:pointer}
.pd-intro-nav .pd-intro-nav-on{background-color: #1e73be;color: #fff;}

.pd-intro-nav span:hover{background-color: #1e73be;color: #fff;}
.pd-intro-box{display: none;font-size: 14px;}
.pd-intro-box-on{display: block;}




@media(max-width:768px){
	.pd-title{font-size: 18px;}
	
}

@media(max-width:600px){
	.pd-intro-nav span{margin-right: 5px;margin-bottom: 5px;}
}

@media(max-width:530px){
	.pd-title,.pd-intro-tit span{font-size: 16px;}
	
}


/**************************************************单页******************************************/
.page-details-contect{margin-top:20px;}


@media(max-width:530px){
	.page-details-contect{margin-top:10px;}
}

/**************************************************单页-联系我们******************************************/
.page-contact{margin-top:20px;}
.cu-map{overflow-x: scroll;}
/********单页-联系我们.pc-com-1*******/
.pc-com-1{margin-bottom: 20px;overflow: hidden;}
.pc-com-1 li{font-size: 14px;line-height: 30px;color: #666;float: left;width: 50%;}
.pc-com-1 li:first-child{font-size: 20px;line-height: 40px;color: #2f63b6;font-weight: bold;width: 100%}
.pc-com-1 li:last-child{width: 100%}

@media(max-width:768px){
	.pc-com-1 li{clear: left;width: 100%;}
}

@media(max-width:530px){
	.page-contact{margin-top:10px;}
	.pc-com-1 div:first-child{font-size: 18px;line-height: 34px;}
	.pc-com-left div:first-child{font-size: 18px;line-height: 34px;}
}


/**************************************************单页-map******************************************/
.pc-map{overflow-x: scroll;}
#map{width:100%;height: 400px;}
#dituContent{width:100%;height: 400px;}
@media(max-width:530px){
	#map{width:600px;height: 300px;}
	#dituContent{width:600px;height: 300px;}
}


/***********************************************page-nav*******************************************/
.page-in-nav{background-color: #f1f1f1;padding: 15px 0;}
.page-nav-in-left{float: left;line-height: 30px;}
.page-nav-in-left span{display:inline-block;}
.page-nav-in-left span:nth-child(1){font-size: 26px;color: #666;line-height: 30px;margin-right:5px;}
.page-nav-in-left span:nth-child(2){font-size: 18px;color: #999;line-height: 30px;letter-spacing: 1px;}

.page-in-nav-right{float: right;line-height: 30px;height: 30px;overflow: hidden; width: 176px;}
.page-in-nav-right a{font-size: 14px; color: #666; display: inline-block;line-height: 30px;}

.page-in-nav2{margin-bottom: 40px;padding-bottom: 20px;border-bottom: 1px dashed #ccc;}
.page-in-cage{font-size: 16px;padding: 10px 20px;margin-right: 10px;color: #666; display: inline-block;border: 2px solid #e4e4e4;position: relative;border-radius:6px;overflow: hidden;}
.page-in-cage-active{background: url(../images/tu-position.png)right bottom no-repeat;background-size: 20px;border-color: #ff9e02;}

.page-in-cage:hover{background: url(../images/tu-position.png)right bottom no-repeat;background-size: 20px;border-color: #ff9e02;}
.page-in-nav-right a:hover{color: #ff9e02;}

@media(max-width:991px){
	.page-in-nav{padding: 10px 0;}
	.page-nav-in-left span:nth-child(1){font-size: 24px}
}

@media(max-width:767px){
	.page-in-nav2{margin-bottom: 30px;}
	.page-in-cage{font-size: 14px;}
	.page-nav-in-left span:nth-child(1){font-size: 22px}
	.page-nav-in-left span:nth-child(2){font-size: 16px;}
}

@media(max-width:460px){
	.page-in-nav-right{display: none;}
	.page-nav-in-left span:nth-child(1){font-size: 20px}
}

/********************内页推荐************************/
/***********产品-推荐TITLT*********/ 
.page-recomend-title{ overflow: hidden;margin-bottom: 30px;background-color: #e4e4e4;}
.page-recomend-title div{font-size: 22px;line-height: 40px; float:left;width: 120px;color: #fff;background-color:#ff9e02;text-align: center;}
.page-recomend-title a{float: right;color: #ef7b00;font-size: 16px;line-height: 40px;}

/***********产品-推荐新闻*********/ 
.page-in-reconmend{overflow: hidden;margin-bottom: 30px;}
.page-recom-news{overflow: hidden;}
.page-recom-news-box{float: left; width: 48%;display: block;overflow: hidden;line-height: 18px;height: 18px;margin-bottom: 15px;margin-right: 2%;}
.page-re-news-tit{font-size: 14px;padding-left: 5px; line-height: 18px;height: 18px;color: #333; overflow: hidden;float: left;width:calc(100% - 100px);}
.page-re-news-time{font-size: 14px;line-height: 18px;height: 18px;padding-right: 5px;  border-right: 1px solid #999;float: left;color: #999;}


/***********产品-推荐产品*********/ 
.page-recom-pro{overflow: hidden;}
.page-recom-pro-box{display: block;float: left;width:23.5%;margin-right: 2%;}
.page-recom-pro a:last-child{margin-right: 0;}
.page-recom-pro-box img{width: 100%;}
.page-re-pro-tit{font-size: 14px;color:#666 ;text-align: center;margin-bottom: 10px;line-height: 40px;height: 40px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}

/***********新闻hover*********/ 
.page-recom-news-box:hover .page-re-news-tit{color:#ff9e02;}
.page-recom-news-box:hover .page-re-news-time{color:#ff9e02;}
.page-recom-pro-box:hover .page-re-pro-tit{color:#ff9e02;}



@media(max-width:991px){
	.page-in-reconmend{display: none;}
}



/*******buttom*********/
.page-buttom1{text-align: center;margin-top: 30px;}
.page-buttom1 a{font-size: 12px;padding: 5px 10px; display: inline-block;margin: 0 2px;border: 1px solid #999;border-radius: 2px;color: #333;margin-bottom: 5px;}

.page-buttom1 .page-buttom1-active{border-color: #ff9e02;background-color: #ff9e02;color: #fff;}
.page-buttom1 a:hover{border-color: #ff9e02;background-color: #ff9e02;color: #fff;}


@media(max-width:767px){
	.page-buttom1{margin-top: 10px;}
}


/********************buttom按钮************************/
.page-buttom2{float: right;margin-top: 20px;}
.page-buttom2 .last,.page-buttom2 .next,.return{font-size: 14px; width:auto;margin-bottom: 8px;padding: 5px 10px;line-height: 30px;height: 40px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;text-align:left;display:block;border: 1px solid #e4e4e4;border-radius: 4px; color: #666;}
.page-buttom2 .return{color: #fff;background-image: url(../images/back.png);background-repeat: no-repeat;background-position: 20px 50%;background-color:#ff9e02;padding-left: 60px;box-shadow: 0 0 5px 3px #e4e4e4;}
.page-buttom2 .last a,.page-buttom2 .next a{font-size: 14px;line-height: 30px;height: 40px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;text-align:left;color: #666;}
.page-buttom2 .next:hover{background-color:#ff9e02;  color: #fff;box-shadow: 0 0 5px 3px #e4e4e4;}
.page-buttom2 .last:hover{background-color:#ff9e02;  color: #fff;box-shadow: 0 0 5px 3px #e4e4e4;}
.page-buttom2 .next:hover a,.page-buttom2 .last:hover a{color: #fff;}


.lxing{
    width:100%;
    text-align:center;
    border-collapse:collapse; 
    border-spacing:0; 
    overflow-x: scroll
}

table td{
    
    border-right:1px solid #939598;
    border-bottom:1px solid #939598; 
    line-height:36px;
   
}
.pd-text img{width:80%;} 

