@media (max-width:1000px) {  
#l-map{height:300px;width:100%;}
		#r-result{width:100%;}
  
.daili{
    padding: 30px 0;
}
.daili-box{
    margin-top: 20px;
    text-align: center;
    padding: 0 12px;
    font-size: 0;
}
.daili-item{
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 8px;
    background-color: #f9f9f9;
    padding: 16px 10px;
}
.daili-item:nth-child(2n+2){
    margin-right: 0;
}
.daili-item h3{
    font-size: 18px;
    color: #da1c0c;
    font-weight: normal;
    line-height: 28px;
}
.daili-item p{
    font-size: 12px;
    color: #0b0b0b;
    line-height: 20px;
    margin-top: 6px;
}

.problem-item{
    display:block; 
    vertical-align: top;
    text-align: justify; padding:10px; background-color:#FFF; margin:10px 0; border-bottom:1px #efefef solid; 
     
}
 
.problem-item:hover { background-color:#efefef;
  
}
.problem-tit  { float:left; width:30%;
}
.problem-tit img{ display:block; width:100%; height:auto;}
.problem-text strong{
    display: block; 
 
    font-size:15px;
    color: #00669d;
    line-height:20px; padding-bottom:10px;
 
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden; */
}
.problem-text{ float:right; width:68%; color:#666;  font-size:12px; line-height:16px;
}
.news_text{ }
 
.problem-text span{ display:block; float:left; padding-left:20px; background-image:url(../images/sj.png); background-repeat:no-repeat; background-position:0px;  background-size:16px; margin-left:5px; color:#999}
.problem-text span:nth-child(2n){ background-image:url(../images/yj.png); }
.problem-more{
    display: inline-block;
    width: 236px;
    height: 60px;
    font-size: 24px;
    color: #fff;
    background-color: #d81e06;
    line-height: 60px;
    border-radius: 5px;
    margin-top: 20px;
}
.problem-more:hover{
    background-color: #00669d;
}
.jianzhu{
    padding: 30px 12px;
}
.jianzhu-box{
    margin-top: 20px;
    font-size: 0;
    text-align: center;
}
.jianzhu-item{
    display: inline-block;
    vertical-align: top;
    width: 48%;
    /* height: 265px; */
    margin: 1%;
    background-color: #f9f9f9;
    padding: 16px 10px;
}
.jianzhu-icon{
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    margin-bottom: 10px;
}
.jianzhu-item h3{
    font-size: 14px;
    color: #111111;
    line-height: 18px;
    height: 36px;
    font-weight: normal;
}
.jianzhu-item a{
    font-size: 12px;
    color: #d92d17;
    width: 100px;
    height: 32px;
    border: 1px solid #d92d17;
    line-height: 30px;
    display: inline-block;
    margin-top: 8px;
}
.jianzhu-item a:hover{
    color: #fff;
    background-color: #d92d17;
}

.crumbNav a{ color:#333}
/* case*/
.case{
    padding: 30px 0;
}
.case-box{
 
}
.case-list{
    width: 100%;
    /* padding-top: 10px !important; */
}
.case-list li{
    width: auto; 
    position: relative;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease; height:230px;  
}
/* .case-list li:hover{
    transform: translateY(-8px);
} */
.case-item{
    width: 100%; 
    position: relative; 
    z-index: 2;
}
.case-img{
    width: 100%;
    margin: auto;
    height:140px;
    overflow: hidden;
    display: flex;
}
.case-img img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    margin: auto;
}
/* end case*/

.main-case-list{
    margin-top: 20px;
    margin-bottom: 16px;
    padding: 0 12px;
}
.main-case-list ul{
    width: 100%;
}
.main-case-list ul li{
    width: 49%;
    height: 180px;
    margin-right: 2%;
    margin-bottom: 8px;
    padding: 10px;
    float: left;
    border: 2px solid #fff;
    /* border-radius: 3px; */
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.main-case-list ul li:nth-child(2n+2){
    margin-right: 0;
}
/* .main-case-list ul li:hover{
    transform: translateY(-8px);
    border: 2px solid #00669d;
} */
.main-case-list ul li a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
}
/* .main-case-list ul li a:hover .case-list-box{
    transform: translateY(0);
} */
.main-case-img{
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    display: flex;
}
.main-case-img img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    margin: auto;
}
.case-list-box{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    background-color: rgba(20, 20, 20, 0.68);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.case-list-title{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}
.case-list-title h3{
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}
.case-list-title b{
    display: inline-block;
    width: 40px;
    height: 2px;
    background-color: #fff;
}
/* .case-list-title span{
    display: block;
    width: 22px;
    height: 28px;
    margin: 0 auto;
    margin-top: 36px;
    background-image: url(../icon/addr-icon.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
} */
.case-list-title p{
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
}


.clr {
    clear: both
}

.info-menu {
    width: 100%;
    background-color: #f5f5f5;
    /* height: 50px; */
    padding: 6px 12px;
}
.menu-tabs {
    width: 100%;
    text-align: center; margin-top:10px;
}
.menu-tabs ul li {
    display: inline-block;
}
.menu-tabs ul li a {
    display: block;
    padding: 5px 12px;
    color: #333;
    line-height: 22px;
    font-size: 12px;
    border-radius: 3px;
	background-color:#efefef; margin:3px 0;
}
/* .menu-tabs ul li a:hover {
    color: #fff;
    background-color: #00669d;
} */
.menu-tabs ul .on a {
    color: #333;
    background-color: #ecc12e;
}


.content-box {
    width: 100%; padding:10px;
  
}

.page-list {
    width: 100%;
    text-align: center;
}

.page-list ul {
    display: inline-block;
}

.page-list ul li {
    display: inline-block;
    margin: 2px;
}

.page-list ul .active a {
    background-color: #00669d;
    color: #fff;
}

.page-list ul li a {
    display: block;
    padding: 5px 10px;
    font-size: 12px;
    border: 1px solid #e3e3e3;
    color: #232323;
    cursor: pointer;
}

.page-list ul li a:hover {
    background-color: #e3e3e3;
}

.page-list ul .active a:hover {
    background-color: #00669d;
    color: #fff;
}

 
.news-list {
 
	margin: 30px auto 10px; margin-top:30px;
}
.news-item {
	width: 90%;
	height:auto;
 
 
	
	position: relative; background-color:#fff; border:1px #f0f1f5 solid; border-radius:8px 8px 0 0; margin:auto;  margin-bottom: 30px;  
}
 
.news-item::before {
	content: '';
	width: 0px;
	height: 2px;
	background-color: #00669d;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.news-item:hover::before {
	width: 100%;
}
.news-item:hover .news-txt .news-tit b {
	color: #00669d;
}
.news-item:hover .news-txt .news-tit h3 {
	color: #00669d;
}
.news-item:hover .news-image img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.news-item a {
	display: block;
	width: 100%;
	height: 100%;
}
.news-image {
	width: 100%;
	height: 168px;
	overflow: hidden;
	margin-bottom: 16px;border-radius:8px 8px 0 0;
}
.news-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease; 
}
.news_time{ position:absolute; width:65px; height:65px; background-color:#FC0; margin-top:-160px; border-radius:5px; color:#333; text-align:center; margin-left:20px;}
.news_time strong{ display:block; font-size:22px; margin-top:5px;}

.readmore{ border-top:1px #efefef solid; line-height:50px;}
.readmore strong{ padding-left:20px; display:block; float:left;}
.readmore span{ display:block;-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease; background-image:url(../images/cjt.png); width:50px; height:20px; float:right;  background-size:auto 100%; background-repeat:no-repeat; margin-top:15px;}
.news-item:hover .readmore span{ background-position:50%;}

.news-tit {
	width: 100%;
}
.news-tit h3 {
	font-size:20px;
	line-height:30px;
	color: #333;
	font-weight: 700;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;  padding-left:20px;
}
.news-details {
    width: 100%;
    padding: 0;
}

.news-details-tit {
    text-align: center;
    margin-bottom: 20px;
}

.news-details-tit h3 {
    font-size: 20px;
    color: #111;
    font-weight: normal;
}

.news-details-tit p {
    font-size: 13px;
    color: #999999;
    margin-top: 6px;
}


.news-details-tit p span{ display:inline-block;  padding-left:25px; background-image:url(../images/sj.png); background-repeat:no-repeat; background-position:0px; margin-left:10px; height:35px; line-height:35px; font-size:16px; background-size:20px;}
.news-details-tit p span:nth-child(2n){ background-image:url(../images/yj.png); }

.news-details-txt { 
    background-color: #fff;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    width: 100%;
    margin: auto;
    text-align: justify;
}

.news-details-txt video {
    width: 100% !important;
    height: 240px !important;
}

.news-details-txt img {
    display: block;
    margin: 10px auto;
    width: 100%;
}
.news-details-txt p{ margin-bottom:20px; text-indent:30px; text-align:justify}
.page-lr {
    width: 100%;
    margin-top: 20px;
}

.page-l,
.page-r {
    display: block;
    width: 100%;
    height: 36px;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    line-height: 34px;
    color: #0d0d0d;
    padding: 0 12px;
   
    background-color: #efefef;
    border: 1px solid #fff;
}
.page-l{
    margin-bottom: 10px;
}
.page-lr strong {
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    line-height: 34px;
    color: #0d0d0d;
    width: 20%;
    float: left;
}

.page-lr a {
    width: 80%;
    float: left;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    line-height: 34px;
    color: #0d0d0d;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

/* .page-l:hover,
.page-r:hover {
    color: #fff;
    background-color: #00669d;
    border: 1px solid #00669d;
}

.page-l:hover strong,
.page-r:hover strong {
    color: #fff;
}

.page-l:hover a,
.page-r:hover a {
    color: #fff;
} */
 

/* about */
.main-about{
    padding: 10px 12px;
    background-color: #f7f7f7;
    background-image: url(../images/quxian.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.about-box{
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
}
.about-left{
    width: 100%;
    margin-bottom: 12px;
}
.about-image{
    width: 100%;
}
.about-image img{
    width: 100%;
    display: block;
    border-radius: 6px;
}
.about-right{
    width: 100%;
}
.about-title h3{
    font-size: 20px;
    color: #2f2f2f;
    font-weight: normal;
    line-height: 30px;
    padding-top: 10px;
}
.about-title p{
    font-size: 12px;
    color: #9f9f9f;
    font-weight: lighter;
    line-height: 20px;
    padding-top: 6px;
}
.about-txt{
    color: #2f2f2f;
    font-size: 12px;
    line-height: 22px;
    margin-top: 10px;
}
.about-txt p{
    margin-bottom: 6px;
}
/* about end */


/* contact*/
.contact{
    padding: 30px 12px;
    width: 100%;
}
.cont-list{
    margin-top: 20px;
}
/* .cont-list ul{
    display: table;
} */
.cont-list ul li{
    display: block;
    position: relative;
    width: 100%;
    min-height: 160px;
    border: 1px solid #eeeeee;
    padding: 20px;
    margin-bottom: 12px;
    transition: all 0.35s ease;
}
/* .cont-list ul li:hover{
    transform: translateY(-5px);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
} */
.cont-list ul li span{
    width: 80px;
    height: 80px;
    text-align: center;
    display: block;
    position: absolute;
    right: 20px;
    top: 40px;
}
.cont-list ul li span img{
    width: 100%;
    opacity: 0.1;
}
.cont-list ul li h3{
    font-size: 18px;
    color: #0b0b0b;
    font-weight: normal;
}
.cont-list ul li strong{
    font-size: 14px;
    color: #0b0b0b;
    font-weight: normal;
    display: block;
}
.cont-list ul li:nth-child(1) p{
    width: 68%;
    font-size: 14px;
    color: #0b0b0b;
    line-height: 24px;
    padding-top: 10px;
}
.cont-list ul li:nth-child(2) p{
    font-size: 22px; 
    line-height: 28px;
    color: #00669d;
    padding-top: 10px;
}
.contact-qrcode{
    height: 120px;
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.contact-qrcode img{
    height: 100%;
}

.map-box{
    width: 100%;
  
    margin-top: 20px;
}
.advice{
    padding: 30px 12px;
}
.advice-box{
    width: 100%;
    margin-top: 20px;
}
/* contact end */





.job-bg{
    padding-bottom: 240px;
    background-image: url(../images/job-bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 240px;
}
.zhaopin-box{
    width: 100%;
    margin-top: 20px;
}

.jo_dd {
    margin-top: 10px;
}

.jo_dd li {
    margin-bottom: 10px;
}

.jo_dd li.on .johd {
    background: #00669d;
    border: 0;
}

.jo_dd li.on .johd span {
    color: #fff;
}

.jo_dd li.on .johd b {
    background-image: url(../icon/reduce.png);
}

.johd {
    position: relative;
    padding: 0 12px;
    height: 44px;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    line-height: 44px;
    cursor: pointer;
}

.johd span {
    display: block;
    width: 100%;
    /* vertical-align: top; */
    font-size: 16px;
    color: #333;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.johd b {
    position: absolute;
    top: 50%;
    right: 12px;
    content: '';
    margin-top: -12px;
    width: 24px;
    height: 24px;
    padding: 4px;
    background-image: url(../icon/plus.png);
    background-size: 100% 100%;
    /* -webkit-transition: all .5s;
    transition: all .5s; */
}

.johd b img {
    width: 100%;
    height: 100%;
    /* -webkit-transition: all .5s;
    transition: all .5s; */
}

.jobd {
    display: none;
}

.jobd-on {
    display: block;
}

.jobd>div {
    padding: 16px 12px 10px;
    font-size: 12px;
    line-height: 20px;
    color: #333;
}

.jobd p {
    font-size: 12px;
    line-height: 20px;
    color: #555;
}

.recruitment {
    width: 400px;
    float: right;
    padding-top: 30px;
    border-radius: 50%;
    /* background-color: #f9f9f9;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); */
    position: relative;
}

.recruitment-img {
    width: 100%;
}

.recruitment-img img {
    width: 100%;
}

.recruitment-txt {
    text-align: center;
}

.recruitment-txt p {
    line-height: 30px;
    color: #333;
    font-size: 20px;
}

/* .recruitment::before{
    content: '';
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background-color: #00669d;
    position: absolute;
    top: -2px;
    left: -8px;
    z-index: -1;
} */








.info-box {
    width: 100%;
    text-align: center;
    /* border-top: 1px solid #e5e5e5; */
    margin-top: 40px;
}

.info-box h3 {
    font-size: 30px;
    color: #00669d;

}

.info-text {
    margin: 40px 0;
    font-size: 16px;
    line-height: 32px;
}

.info-text li {
    height: auto;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 15px 0;
}

.info-tit {
    width: 100%;
    background-color: #f1f1f1;
    text-align: left;
    margin-bottom: 20px;
}

.info-tit h5 {
    display: inline-block;
    padding: 2px 36px;
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    background-color: #00669d;
}

.info-img {
    display: block;
    float: left;
    width: 140px;
    height: 120px;
    overflow: hidden;
    border-radius: 10px;
}

.info-img img {
    min-width: 100%;
    height: auto;
    height: 100%;
    object-fit: cover;
}

.info-text ul {
    margin-bottom: 20px;
    font-size: 0px;
}

.info-text li span {
    text-align: left;
    font-size: 12px;
    line-height: 22px;
    margin-left: 10px;
    display: block;
    float: left;
    width: 450px;
    border: 1px dotted #e1e1e1;
    padding: 12px;
    border-radius: 10px;
}

.info-text li span strong {
    display: block;
    color: #00669d;
    font-size: 16px;
    padding-bottom: 2px;
}

.info-image {
    width: 100%;
    padding-bottom: 30px;
}

.info-image img {
    width: 100%;
}


.development-box {
    width: 100%;
    margin: 60px 0;
}




.join-show-img {
    height: 218px;
}
.pain li{ background-color:#093765; margin-bottom:30px;}
.pain li img{ display:block; width:100%;  }
.pain li .jiejue_info{  padding:30px; color:#fff;}
.pain li .jiejue_info strong{ font-size:26px; margin-bottom:10px; display:block}
.pain li .jiejue_info p{ font-size:16px; text-align:justify; line-height:26px; text-indent:32px; margin-bottom:10px;}
.pain li:nth-child(2n) img{ }

.product-details {
    color: #333;
    font-size: 14px;
    line-height: 30px;
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 40px;
    border-bottom: 1px solid #f1f1f1;
}

.product-left-img {
    width: 36%;
    float: left;
}

.product-left-img img {
    width: 100%;
}

.product-right {
    float: right;
    width: 60%;
}

.vip-box {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #333;
}

.join-box {
    font-size: 16px;
    line-height: 36px;
    color: #333;
    width: 50%;
    float: left;
    padding-top: 40px;
}

.join-img {
    width: 40%;
    float: right;
}

.join-img img {
    width: 100%;  
}




.service-list{ padding:10px; 
}
.service-list li{
    width: 100%;
    display: block;
    margin-top: 10px;
    padding-bottom: 10px;
}
.service-txt{
    width: 100%;
    text-align: left;
    
}
.service-txt strong{
    display: block;
    font-size:30px;
    color: #333;
    line-height: 30px;
    margin-bottom: 16px;
}
.service-txt p{
 font-size: 15px;
 
	line-height: 24px;
	font-weight: bold; text-align:justify; margin-bottom:20px;
}
.service-img{
    width:100%;margin-bottom:10px; overflow:hidden; background-image:url(../images/cpbg2.jpg); padding:30px 20px;
     
}
.service-img img{
    width: 100%;
   
}.service-txt i {
	height: 2px;
	width: 40px;
	background-color: #ecc12e;
	display: block;
	margin-bottom:10px;
}
.service-list li:nth-child(2n+2) .service-txt{
    float: right;
    padding: 10px 0 30px 60px;
}
.service-list li:nth-child(2n+2) .service-img{
    float: left;
}


.service { padding:20px;
}
.service img{ width:100%; margin-top:30px;}
.service strong{ font-size:36px; color:#e2272c; margin-bottom:30px; display:block}
.service p{ font-size:15px; line-height:26px; color:#918da0; margin-bottom:10px; text-align:justify;}

.xm_nr{ font-size:13px; overflow: hidden;
    height:auto;   }
.xm_nr p{   line-height:30px; margin:5px 0; font-size:15px; text-indent:30px; font-weight:400; text-align:justify;}
.xm_nr strong{ }
.xmnd{ margin-bottom:30px; background-color:#efefef;}
.xm_nr  img{ display:block; width:100%; }
.xm_nr h1{ background-color:#267ab0; color:#fff; padding-left:20px; font-size:20px; line-height:35px;}
.xm_nr P{ clear:both;}
.xm_nr table{ border-collapse:collapse;  }
.xm_nr table td p{ padding:0px; margin:0px; line-height:18px;}
.xm_nr table td{ border:1px #ccc solid; text-align:center; background-color:#faf8f9; font-size:12px; padding:4px;}
.xm_nr table tr:nth-child(1) td{ background-color:#efefef; font-size:13px; color:#333; font-weight:bold; line-height:15px;} 

.xm_nr table tr:nth-child(2n) td{ background-color:#fff} 
.xm_nr table tr:last-child td{ background-color:#efefef} 
.xm_nr .sheibei_list p{ text-indent:0px;}
.xm_nr .sheibei_list  {  white-space: nowrap;/*鏂囨湰涓嶄細鎹㈣锛屾枃鏈細鍦ㄥ湪鍚屼竴琛屼笂缁х画*/
    overflow-y:auto;/*鍙粦鍔�*/}

.wsm{  margin:auto; border:2px #00669d dotted;border-radius:10px; padding:20px; background-repeat:no-repeat; background-size:auto 100%;}
.wsm ul { padding-left:300px; margin-top:30px;  }
.wsm ul p{ margin:20px 0; font-size:15px; background-image:url(../images/dg.png); background-repeat:no-repeat; padding-left:30px; min-height:35px; font-weight:bold; color:#f0339c; background-size:20px;}
.xzyoushi{ text-align:center; background-color:#fbf7f8; padding:30px 0; padding-bottom:0px;}
.xzyoushi ul{ padding-top:30px;  margin:auto;}
.xzyoushi ul li{ display:inline-block; width:100%;   border:3px #00669d solid; border-radius:10px; margin-bottom:10px;}
.xzyoushi ul li strong{ background-color:#00669d; line-height:40px; display:block; color:#FFF; font-size:22px}
.xzyoushi ul li div{ padding:10px; line-height:25px;  }

.zhuanyefuwu{ padding:10px;}
.zhuanyefuwu ul{ padding:10px 0; padding-bottom:0px;}
.zhuanyefuwu ul li{ width:48%; margin:1%; float:left; }
.zhuanyefuwu ul li div{ }
.zhuanyefuwu ul li i{ height:70px; overflow:hidden; display:block;}
.zhuanyefuwu ul li img{ display:block; width:100%;}
.zhuanyefuwu ul li strong{ display:block; height:30px; line-height:30px; background-color:#00669d; font-size:17px; text-align:center; color:#fff;}
.zhuanyefuwu ul li p{ font-size:13px; height:90px; background-color:#efefef; padding:10px; font-weight:400; color:#00669d;}

.about_wenzhang { margin-top:10px; background-color:#fff; padding:10px; }
.about_wenzhang_zx{ width:100%;}
.about_wenzhang  ul{ padding:10px;}
.about_wenzhang strong{ font-size:15px; line-height:30px; border-bottom:2px #00669d solid; display:block; padding-left:10px; background-color:#00669d; color:#fff;}
.about_wenzhang  ul li{ border-bottom:1px #efefef dotted; padding:10px 0;  }
.about_wenzhang  ul li a{ color:#333;overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; font-size:15px; }
  .about_wenzhang  ul li a:hover{ color:#00669d}
  
  
  .news_list_left{  background-color:#FFF; margin-top:5px; padding-bottom:10px; }
   .news_list_left li{ width:33.3%; float:left;}
  .news_list_left li a{ display:block; line-height:35px; color:#333; font-size:13px; text-align:center; background-color:#efefef;margin:1px;}
    .news_list_left li a:hover{ background-color:#efefef;}
   .news_list_left  .on a{ background-color:#00669d; color:#fff;}
   .news_list_right{ padding-top:10px;} 
 .news_list_right a .news_text strong{ color:#333
 }


.problem2{ 
    background-color: #f7f7f7;
    text-align: center;
}
.problem-list2{
  
    margin: 0 auto;
  
}
.problem-item2{
    display:block; 
    vertical-align: top;
    text-align: justify; padding:10px; background-color:#FFF; margin:10px 0; 
     
}
 
.problem-item2:hover {
	box-sizing: border-box;
	box-shadow: 0 0px 10px rgba(0,0,0,.0575);
	-webkit-box-shadow: 0 0px 10px rgba(0,0,0,.0575); border-radius:10px;
  
}
.problem-tit2  { 
}
.problem-tit2 img{ display:block; width:100%; height:auto;}
.problem-text2 strong{
    display: block; 
 
    font-size:17px;
    color: #000;
    line-height:27px;  
 
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden; */
}
.problem-text2{   color:#666;   font-size:12px; line-height:17px;
}
.news_text2{  }
.problem-text2 span{ color:#ff7e11  }
 
.problem-more2{
    display: inline-block;
    width: 236px;
    height: 60px;
    font-size: 24px;
    color: #fff;
    background-color: #2266b1;
    line-height: 60px;
    border-radius: 5px;
    margin-top: 20px;
}
.problem-more2:hover{
    background-color: #2266b1;
}

    .zyxq{ margin:20px 0;}
   .zyxq_img{ }
   .zyxq_img img{ display:block; width:100%;}
   .zyxq_info{ font-size:14px}
   .zyxq_info strong{ font-weight:bold; font-size:20px; margin-top:10px; display:block}
    .zyxq_info i{ display:block; width:50px; height:3px; background-color:#2266b1; margin:10px 0;}
	 .zyxq_info span{ color:#ff7e11;}
	 .zyxq_xxjs table{ border-collapse:collapse; width:100%;font-size:12px;}
	  .zyxq_xxjs table td{ border:1px #fff solid; font-size:12px; text-align:center; background-color:#dfeffb;}
	   .zyxq_xxjs strong{ font-size:17px; color:#2266b1; border-left:3px #2266b1 solid;   display:block; margin:20px 0; padding:10px 0; padding-left:20px; background-color:#dfeffb;}
	      .zyxq_xxjs img{ display:block; width:100%; margin:5px 0}
.zyxq_xxjs table tr:nth-child(1) td{ font-size:14px; font-weight:bold; text-align:center; background-color:#2266b1; color:#fff; line-height:16px;}
.zyxq_xxjs table tr:nth-child(2n) td{ background-color:#d0ecfb}	   
<!--.zyxq_xxjs table tr td:nth-child(3){ text-align:justify; padding:10px;  }-->
.yanjiu table tr td:nth-child(3){ text-align:center; padding:10px;  }
 .zyxq_xxjs table td strong{ background-color:transparent;font-size:12px; color:#000; margin:0px; padding:0px; border:0px;} 
 .sz_table{ padding-top:20px; }
   .sz_table table tr:nth-child(1) td:nth-child(2){ text-align:center;}
  .sz_table table tr td:nth-child(2n){ text-align:left; padding-left:20px;  }
   
  .tech_list{ border-bottom:1px #CCCCCC solid; margin:20px 0; padding:10px 0;}
  .tech_list_img{ width:50%; margin:auto;  }
   .tech_list_img img{ display:block; width:100%; border:1px #fff solid}
   .tech_list_info{  }
    .tech_list_info strong{ font-size:24px}
	 .tech_list_info span{ font-size:16px; display:block}
	 .tech_list_info i{ display:block; width:50px; height:3px; background-color:#2266b1; margin:10px 0;}
	.tech_list a{ color:#333; display:block; padding:20px;} 
	.tech_list a:hover{ background-color:#efefef;} 
  .caseInfoPageContentNewsBoxText{ display:none;}
 .caseInfoPageContentNewsBox:nth-child(1) .caseInfoPageContentNewsBoxText{ display:block}
	 .caseInfoPageContentNewsBox{ margin:20px 0;}
	 .caseInfoPageContentNewsBoxTitle{ cursor:pointer; background-image:url(../images/faq.jpg); background-repeat:no-repeat; background-position:0px; padding-left:30px;}
	  .caseInfoPageContentNewsBoxTitle:hover{ color:#039}
	  .caseInfoPageContentNewsBoxText{ border:1px #ccc solid; background-color:#efefef; padding:10px; border-radius:10px; font-size:12px; line-height:20px; margin:10px 0; margin-left:40px;  }
	 .caseInfoPageContentNewsBoxText i{ display:block; position:absolute; width:27px; height:27px;  margin-left:-40px;background-image:url(../images/xlogo.png);   }  
	 
	 
.advice-box{
    
    margin: 0 auto;
    margin-top: 20px; border:2px #2266b1 solid; padding:20px; border-radius:10px; background-color:#dfeffb;
}
/* contact end */
.advice-box h3{ text-align:center; font-size:20px;}
.advice-box h5{ font-size:14px; font-weight:lighter; text-align:center}

.about-text { font-size:16px; padding:15px;
}
.about-text p {
	text-indent: 30px;
	text-align: justify; font-weight:400; line-height:28px;
}
.about-text img{ display:block; width:100%;}
.about-text h1{ font-size:23px; text-align:center;}

.about-video img{ display:block; width:100%;}

.zhuzhijiagou{ width:90%; margin:auto;}
.zhuzhijiagou img{ display:block; width:100%;}
  
 
.culture {
	width: 100%;
	padding: 40px 0;
}
.culture-box {
 
	margin: 0 auto;
}
.culture-item {
	width: 100%;
	height:auto; margin-bottom:30px;
 
	background-color: #efefef;
	display: inline-block;
	vertical-align: top;
	padding: 36px;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
 
/* .culture-item:first-child::before{
    content: '';
    position: absolute;
    width: 240px;
    height: 240px;
    left: -120px;
    bottom: -150px;
    background-image: url(/images/dot.png);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
    animation: pusher 20s linear infinite;
} */ 
.culture-num {
	font-size: 72px;
	line-height: 72px;
	color: rgb(1, 0, 0, .1);
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 30px;
}
.culture-item strong {
	font-size:32px;
	color: #093765;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.culture-item p {
	font-size: 18px;
	line-height: 30px;
	margin-top: 10px;
	color: #333;
}
.culture-img {
 
	 
	margin: 15px;  
 
	vertical-align: top;
 
	border: 0px solid #00669d;
}
.culture-img img {
	width: auto;
	width: 100%;
	height: 100%;
	 
}.qixun strong{ display:block; font-size:40px;   margin-bottom:10px;}
.qixun li{ font-size:32px; font-weight:bold; color:#39a9dc; float:left; width:50%; text-align:center; line-height:70px;}

.culture_right{   margin-top:30px;}
.culture_right img{ display:block; width:100%;}
.jiazhiguan strong{ font-size:40px; font-weight:bold; margin:60px 0; display:block; margin-bottom:20px;}
.jiazhiguan  p{ font-size:18px; margin-bottom:10px;}
.jiazhiguan h1{color:#39a9dc;}
.product-list_ry { padding:10px;
 
}
.product-item_ry {
	width: 312px;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	border: 1px #efefef solid;
	padding:0px;
}
.product-item_ry:nth-child(4n+4) {
	margin-right: 0;
}
.product-item_ry:hover img {
	transform: scale(1.05);
}
.product-item_ry:hover .product-tit {
	background-color: #caa773;
}
.product-item_ry_zz {
	width:49%; 
	margin-bottom: 10px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	border: 1px #efefef solid;
	padding:5px;
}
.product-item_ry_zz:hover img {
	transform: scale(1.05);
}
.product-item_ry_zz:hover .product-tit {
	background-color: #caa773;
}
.product-img_ry {
	width: 100%;
	height: 220px;
	overflow: hidden;
}
.product-img_ry img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.product-tit_ry {
	font-size: 12px;
	color: #0d0d0d;
	height:35px;
	line-height:35px;
	background-color: #e9e9e9;  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-more_ry {
	display: block;
	font-size: 20px;
	color: #0d0d0d;
	background-color: #f8f8f8;
	border-radius: 5px;
	border: 1px solid #b4b2b2;
	width: 210px;
	height: 48px;
	line-height: 46px;
	margin: 0 auto;
	text-align: center;
	margin-top: 30px;
}
.product-more_ry:hover {
	background-color: #caa773;
}



.n_case {
	padding-top: 20px;
}
.n_case li {
	float: left;
	width:50%;
}
.n_case li a {
 
	display: block; color:#333; border:1px #efefef solid; margin:5px;
}
.n_case li a span {
	display: block;
	height: 107px;
	overflow: hidden;
	width: 100%;
}
.n_case li a:hover img {
	transform: scale(1.1);
}/*放大1.1倍*/
.n_case li a:hover strong {
	background-color: #f9f9f9;
}
.n_case li img {
	display: block;
 
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s; max-width:100%; max-height:100%; margin:auto;
}
.n_case li strong {
	font-size: 12px;
	height:30px; line-height:30px;
	background-color: #efefef;
	display: block;
 
	font-weight: 400;
	text-align: center;
	padding-bottom: 0px;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.n_case li {
}

.about_case {
 
	text-align: center;
}
.about_case strong {
	font-size: 20px;
	font-weight: 400;
}

.case_con p {
	font-size: 15px;
	color: #333;
	line-height:30px;
	  text-align:justify; font-weight:400;
}

.team-li{ margin:30px; border-bottom:1px #efefef solid;}
.team-li .team-img{ width:200px; margin:auto;}
.team-li .team-img img{ width:100%;}
.team-li .team-item-left{ text-align:center; padding:10px;}
.team-li .team-item-left h2{ margin-bottom:5px; font-size:18px;}
.team-li .team-item-left h3{ margin-bottom:2px;}
.team-li .team-item-left b{ width:30px; height:2px; background-color:#F00; display:block; margin-bottom:20px; margin:auto;} 
.team-li .team-item-left h4{
    font-size: 14px;
    line-height: 24px; font-weight:400; margin-top:10px; text-align:left; 
  
}
.team-li .team-item-left h4::-webkit-scrollbar {
    /*婊氬姩鏉℃暣浣撴牱寮�*/
    width: 5px;
    /*楂樺鍒嗗埆瀵瑰簲妯珫婊氬姩鏉＄殑灏哄*/
    height: 1px;
}
.team-li .team-item-left h4::-webkit-scrollbar-thumb {
    /*婊氬姩鏉￠噷闈㈠皬鏂瑰潡*/
    border-radius: 2px;
    /* box-shadow: inset 0 0 1px rgba(216, 39, 28, 0.1); */
    background: rgba(255, 0, 0, .9);
}
.team-li .team-item-left h4::-webkit-scrollbar-track {
    /*婊氬姩鏉￠噷闈㈣建閬�*/
    /* box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1); */
    border-radius: 2px;
    background: #efefef;
}

.team-down{
    width: 1300px;
    margin: 0 auto;
    margin-top: 60px;
      display: none;
}

.contact-box, .content-box {
 
	padding:20px 0;
	margin: 0 auto;
}
.contact-left {
 
}
.contact-left h1 {
	color: #00669d;
	font-size:40px;
	line-height:55px;
}
.contact-left img{ display:block; width:100%;}
.contact-left p {
	color: #4e8ec9;
	font-size:25px;
	line-height:35px; text-align:justify;
}
.contact-left strong {
	color: #00669d;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	display: block;
	line-height: 20px;
	margin: 0px 0 30px;
}
.contact-left .lx_info{
	color: #333333;
	font-size: 16px;
	line-height:20px;
	border: 1px solid #00669d;
	padding: 10px 20px;
	box-shadow: 0 4px 8px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 4px 8px rgba(0,0,0,.1);height:270px;
}
.contact-right {
 
 
	border:1px solid #00669d;
	text-align:left;
	padding:12px; margin-top:20px;
 
}
.contact-right ul li { background-image:url(../images/lxwm_03-05.jpg); background-repeat:no-repeat; background-position:left; padding-left:35px;	 
}
.contact-right ul li:nth-child(2) { background-image:url(../images/lxwm_03.jpg); }
.contact-right ul li:nth-child(3) { background-image:url(../images/lxwm_03-09.jpg); }
.contact-right ul li:nth-child(4) { background-image:url(../images/lxwm_03-07.jpg); }
.contact-right img {
	width: 100%;
}
.contact-right p {
	color: #555555;
	font-size:16px;
	line-height:30px;  
	margin-top: 15px;
}.contact-right span{ font-size:24px}
.map-box {
	width: 100%;
}
.liuyan {
	 
	margin: 0 auto;
	margin-bottom: 40px;
	text-align: center; background-color:#efefef; padding:10px ;
}



.history{  margin:60px auto; background-image:url(../images/bgline.jpg); background-position:-7px; background-repeat:repeat-y; }
.history .history_content{ width:260px; background-color:#efefef; padding:20px; border-bottom:3px #d7e4ed solid; height:auto; border-radius:5px;margin-left:80px;}
.history .history_content p{ line-height:20px; color:#666; text-align:justify; font-size:12px;}
.history .history_content h2{ margin-bottom:10px; font-size:18px;}
.history ul li{ position:relative; width:50%; left:0px; margin:20px 0 }
 
.history .history_img{ position:absolute; left:10px; width:40px; height:40px; margin-right:-30px; padding:10px;border-radius: 50%;
    box-shadow: 0 0 0 4px #ffffff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
    background-color: #efefef;}
.history .history_img img{ display:block; width:100%;}
.history .history_date{ position:absolute; left:10px;  margin-top:60px; font-size:14px; color:#999; background-color:#fff;  }


.yingyong { margin-top:40px; margin-bottom:40px;
 
}
.yingyong ul{ margin-top:30px; margin-bottom:30px;}
.yingyong h1{ background-color:#267ab0; color:#fff; padding-left:20px; font-size:25px; line-height:45px;}
.yingyong li {
	float: left;
	width:48%; margin:1%;  
}/*
.yingyong li:nth-child(1){ width:32%;}
 .yingyong li:nth-child(2){ width:31%;}
 .yingyong li:nth-child(3){ width:31%;}
 .yingyong li:nth-child(6){ width:32%;}
 .yingyong li:nth-child(7){ width:31%;}
 .yingyong li:nth-child(8){ width:31%;}
  .yingyong li:nth-child(11){ width:32%;}
 .yingyong li:nth-child(12){ width:31%;}
 .yingyong li:nth-child(13){ width:31%;}*/
.yingyong li  span {
	display: block;
	height:107px;
	overflow: hidden;
	width: 100%;
} 
.yingyong li img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto; min-height:107px;
 
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s; margin:auto
}
.yingyong li:hover img{transform: scale(1.1);}/*放大1.1倍*/
.yingyong li strong {
	font-size:18px;
	height: 60px;
 
	display: block;
	padding: 20px;
 
	text-align: center;
	padding-bottom: 0px;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s; position:absolute; color:#fff; margin-top:-110px;
} 
}
