@charset "utf-8";
/*@font-face {
	font-family: 'Helvetica_Bold';
	src: url('../fonts/Helvetica_Bold.eot');
	src: url('../fonts/Helvetica_Bold.woff') format('woff'), url('../fonts/Helvetica_Bold.ttf') format('truetype'), url('../fonts/Helvetica_Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}*/
 html {
   font-size: 62.5%;
}
@media only screen and (min-width: 481px){
   html {
       font-size: 94%!important;
   }
}
@media only screen and (min-width: 561px){
   html {
       font-size: 109%!important;
   }
}
@media only screen and (min-width: 641px){
   html {
       font-size: 125%!important;
   }
}
@media only screen and (min-width: 768px){
	html {
		font-size: 150% !important;
	}
}
@media only screen and (min-width: 992px){
	html {
		font-size: 170% !important;
	}
}
@media only screen and (min-width: 1200px){
	html {
		font-size: 187.5% !important;
	}
}
body{
   position: relative;
   height: 100%;
   min-width: 320px;
   color: #020202;
   font-family: "Microsoft Yahei";
   font-size:14px;
   line-height: 1.8em;
   overflow-x: hidden;
}
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after { clear:both;}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}
a:hover{
	text-decoration: none;
}
img{
	max-width:100%;
	vertical-align: middle;
}
p{
	margin-bottom: 0px;
}
/*header*/
/*banner*/
.swiper-container{
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-slide {
    background-position: center;
    background-size: cover !important;
}
.swiper-slide img{
	width: 100%;
}
.swiper-pagination-bullet{
	opacity: 1 !important;
}
/*header*/
.header{
	position: relative;
	background: #ffffff;
	width: 100%;
	z-index: 2;
}
.header .container-fluid{
	padding:0 4%;
}
.company-logo img{
   vertical-align: middle;
}
.header-nav{
	display: inline-block;
	margin-left: 10%;
	vertical-align: middle;
	margin-bottom: 0;
}
.header-nav>li{
	float: left;
	margin-left: 3px;
}
.header-nav>li>a{
	height: 90px;
	line-height: 90px;
	/*line-height:60px;*/
	display: block;
	font-size: 15px;
	padding: 0px 0.8rem;
	color: #000000;
	position: relative;
}
.home-open{
	display: inline-block;
	width: 8px;
	height: 5px;
	background: url(../images/home-open.png) center center no-repeat;
	margin-left: 5px;
}
.header-nav>li>:before{
	content: "";
    width: 0;
    height: 3px;
    position: absolute;
    left: 50%;
    top: 0px;
    transition: all 0.35s ease 0s;
    background: #df7b19;
    -webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
}
.lang-box{
	display: inline-block;
	border-radius: 30px;
	padding: 0px 10px;
	border:1px solid #ddd;
	line-height: 30px;
	min-width: 80px;
	position: relative;
	float: right;
	cursor: pointer;
	margin-top:0.9rem;
}
.lang{
	position: absolute;
	left: 0px;
	top: 100%;
	width: 100%;
	border:1px solid #ddd;
	background: #fff;
	margin-top:2px;
	border-radius: 3px;
	display: none;
}
.lang a{
	display: block;
	padding: 0px 10px;
	border-bottom: 1px solid #f5f5f5;
}
.lang-box img{
	vertical-align: middle;
	width: 25px;
	margin-right:3px;
}
.header-nav>li:hover>.down-nav{
	display: block;
}
.down-nav{
	position: absolute;
	top: 100%;
	left: 0px;
	width: 100%;
	background: #f9f9f9;
	z-index: 3;
	border-radius: 0px 0px 5px 5px;
	text-align: center;
	display: none;
}
.down-nav .container-fluid{
	max-width: 1200px;
}
.down-nav a:last-child{
	border-radius: 0px 0px 5px 5px;
	border: 0px;
}
.down-nav a{
	display: inline-block;
	padding: 15px 15px;
	color: #b2b2b2;
}
.down-nav a:hover{
	color: #0A3F74;
}
.pd-list{
	text-align: left;
	padding-bottom: 1rem;
}
.pd-list h3{
	border-bottom: 1px solid #DF7B19;
	font-size: 18px;
}
.pd-list h3 a{
	color: #000;
}
.pd-list a{
	padding: 10px 0px;
	display: block;
	text-align: center;
	text-align: left;
}
.header2{
	position: static;
	box-shadow: -1px 0px 5px rgba(0,0,0,0.21);
}
.swiper-container3 .swiper-button-prev{
	 background-color:rgba(0,0,0,0.8);
    background-repeat: no-repeat;
    background-position: center center;
	color: #ccc;
	width: 50px;
    height: 50px;
    border-radius: 100%;
    border:1px solid #ccc;
	background-image: url(../images/imgs_L.png);
	background-size: 16px 31px;
}
.swiper-container3 .swiper-button-next{
	 background-color:rgba(0,0,0,0.8);
    background-repeat: no-repeat;
    background-position: center center;
	color: #ccc;
	width: 50px;
    height: 50px;
    border-radius: 100%;
    border:1px solid #ccc;
	background-image: url(../images/imgs_R.png);
	background-size: 16px 31px;
}
/*banner*/
.banner{
	position: relative;
}
.banner-info{
   color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%)translateY(-50%);
    -moz-transform: translateX(-50%)translateY(-50%);
    -o-transform: translateX(-50%)translateY(-50%);
    -ms-transform: translateX(-50%)translateY(-50%);
    transform: translateX(-50%)translateY(-50%);
    text-align: center;
    max-width: 1200px;
    width: 100%;
}
.banner-info .id-title{
	color: #fff;
}
.id-title{
	font-size: 1.2rem;
	color: #1d1d1d;
	margin-bottom: 1rem;
	text-align: center;
}
.id-title p{
	font-size: 16px;
	color: #bbbbc1;
	margin-bottom: 0.8rem;
	margin-top: 10px;
}
.id-title em{
	width: 3rem;
	height: 3px;
	background: #df7b19;
	display: block;
	margin: 0.5rem auto;
}
.id-more{
	display: inline-block;
	width: 152px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	background: url(../images/morebj.png) left center no-repeat;
	color: #7F7F7F;
	margin: 1rem 0 2rem 0;
}
.id-product{
	background: #f5f5f5;
	padding-top: 1rem;
}
.id-product-list{
   background: #fff;
   padding:0 1.5rem;
   text-align: center;
   position: relative;
}
.id-product-list .pic{
	overflow: hidden;
    width: 100%;
    height: 270px;
}
.id-product-list .pic img{
	transition: All 0.4s ease-in-out;
}
.id-product-list:before{
	content: "";
	width: 100%;
	height: 4px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #cccccc;
}
.id-product-list:hover img{
	-webkit-transform: scale(1.1);	
	-moz-transform: scale(1.1) ;	
	-ms-transform: scale(1.1);	
	transform: scale(1.1) ;
}
.id-product-list:hover:before{
	background: #ff7e00;
}
.id-product-list p{
	border-top: 1px dashed #CCCCCC;
	color: #000;
	font-size: 16px;
	line-height: 60px;
}
.id-more b{
	font-weight: 600;
	font-size: 18px;
}
.id-more:hover{
	color: #7F7F7F;
}
.data-item{
	background: url(../images/databj.jpg) no-repeat top center;
	padding: 1.5rem 0;
}
.yd-list{
	text-align:center;
	color: #fff;
	border-right:1px solid #E8B98B;
	padding: 2rem 0;
	font-size: 16px;
}
.number-wrap{
	font-weight: 600;
	font-size:36px;
	margin-bottom: 0.8rem;
}
.yd-list:nth-child(3n){
	border-right: 0;
}
.yd-listbox{
	position: relative;
}
.yd-listbox:before{
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	top:50%;
	width: 100%;
	height: 1px;
	background: #E8B98B;
}
.about-box{
	background: #fff;
	border-radius: 10px;
	padding: 1rem;
	margin-top: 2rem;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.1), -1px -1px 10px rgba(0,0,0,0.1);
	/*box-shadow: 0px 3px 6px rgba(217,221,222,0.8), -3px 0px 5px rgba(217,221,222,0.4);*/
}
.main .container-fluid,.contact-info .container-fluid,.web-nav .container-fluid,.new-item .container-fluid,.sevice-item .container-fluid,.footer-top .container-fluid,.footer-bottom .container-fluid,.partner-item .container-fluid,.hdxc-item .container-fluid{
	max-width: 1200px;
}
.pro-list li{
	margin-bottom: 1rem;
}
.pro-list li img{
	width: 100%;
    /*    height:268px;*/
}
.pro-list li .pic{
	position: relative;
	width: 100%;
	height: 250px;
}
.wk_case_ico{
	position: absolute;
	width: 38px;
	height: 38px;
	background: url(../images/fangda.png) center center no-repeat;
	left: 50%;
	top: 50%;
	-webkit-transform:translateX(-50%)translateY(-50%);
	-moz-transform:translateX(-50%)translateY(-50%);
	-o-transform:translateX(-50%)translateY(-50%);
	-ms-transform:translateX(-50%)translateY(-50%);
	transform:translateX(-50%)translateY(-50%);
	display: none;
}
.wk_case_xian{
	position: absolute;
	background: none;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}
.wk_case_xian_box{
	margin: 5%;
	position: relative;
	width: 90%;
	height:90%;
}
.wk_case_xian span{
	position: absolute;
	background: #fff;
	-webkit-transition: all .3s cubic-bezier(.25, .46, .45, .94);
	-moz-transition: all .3s cubic-bezier(.25, .46, .45, .94);
	-o-transition: all .3s cubic-bezier(.25, .46, .45, .94);
	transition: all .3s cubic-bezier(.25, .46, .45, .94);
}
.wk_case_xian .wk_span_1{
	top: 0;
	left: 0;
	width: 0;
	height: 1px;
}
.wk_case_xian .wk_span_2{
	top: 0;
	right: 0;
	width: 1px;
	height: 0;
}
.wk_case_xian .wk_span_3{
	right: 0;
	bottom: 0;
	width: 0;
	height: 1px;
}
.wk_case_xian .wk_span_4{
	bottom: 0;
	left: 0;
	width: 1px;
	height: 0;
}
.pro-list li:hover .wk_case_ico{
	display: block;
}
.pro-list li:hover .wk_case_xian{
	background: rgba(220,142,66,0.85);
}
.pro-list li:hover .wk_span_1, .pro-list li:hover .wk_span_3 {
	width: 100%;
}
.pro-list li:hover .wk_span_2, .pro-list li:hover .wk_span_4 {
	height:100%;
}
.pro-list p{
	background: #F5F5F5;
	text-align: center;
	padding: 12px;
	color: #23252a;
}
.pro-list a{
	display: block;
	border:1px solid #F5F5F5;
}
.sevice-item h1{
	text-align: center;
}
.sevice-item h1 em{
	margin-right: auto;
	margin-left: auto;
}
.sevice-item{
	padding: 2rem 0 0rem 0;
}
.case-item{
	overflow: hidden;
}
.casel{
	background: url(../images/caselbj.jpg) center center no-repeat;
	background-size: cover;
}
.case-list{
	margin-right: -10px;
	margin-left: -10px;
}
.case-list li{
	padding-left: 10px;
	padding-right: 10px;
}
.case-list li img{
	width: 100%;
	transition: All 0.4s ease-in-out;
}
.case-list li p{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 10px;
}
.case-list li a{
	color: #fff;
	font-size: 16px;
	margin-bottom: 1rem;
	display: block;
}
.case-list li a:hover img{
	-webkit-transform: scale(1.1);	
	-moz-transform: scale(1.1) ;	
	-ms-transform: scale(1.1);	
	transform: scale(1.1) ;
}
.case-list li .pic{
	overflow: hidden;
}
.casel  .pl{
    margin: 2.4rem 0 0.7rem 0;
}
.caser-info{
	text-align: right;
	margin: 1.5rem 0 0.7rem 0;
}
.caser-info .id-title em{
	float: right;
}
.caser-info h4{
	font-weight: 600;
	padding-top: 1rem;
}
.main-case{
	min-height: 115px;
	margin-top: 1rem;
}
.caser-info .id-more{
	float: right;
	margin-right: -1.41rem;
}
.caser{
	background: url(../images/aboutlbj.png) right top no-repeat;
}
.swiper-container2 .swiper-slide  img{
	width: auto;
	max-width: 95%;
	mix-blend-mode: multiply;
}
.swiper-container2 .swiper-slide {
	    height: 168px;
        text-align: center;
        font-size: 18px;
        background: #E0E0E0;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
}
.swiper-container2 .swiper-button-next,.swiper-container2 .swiper-button-prev{
	background: rgba(223,123,25,0.8);
	font-family: "Microsoft Yahei" !important;
	font-size: 38px;
	color: #fff;
	width: 35px;
	height: 50px;
	line-height: 40px;
	text-align: center;
}
.swiper-container2 .swiper-button-next{
	right: 0px;
}
.swiper-container2 .swiper-button-prev{
	left: 0px;
}
.partner-item{
	margin: 2.2rem 0;
}
.hdxc-item{
	background: url(../images/hdxcbj.jpg) center top no-repeat;
}
.hdxc-item{
	text-align: center;
	color: #fff;
}
.hdxc-item .id-title em{
	margin-right: auto;
	margin-left: auto;
}
.hdxc-item .id-title{
	color: #fff;
	margin-top: 3rem;
}
.hdxc-box{
	background: #fff;
	padding: 30px;
	margin-top: 30px;
}
.hdxc-list li img{
	transition: All 0.4s ease-in-out;
}
.hdxc-list li{
	margin-bottom: 1rem;
	text-align: center;
}
.hdxc-list li .pic{
	overflow: hidden;
	background: #b9b9b9;
	border-radius: 100%;
	height: 160px;
	width: 160px;
	text-align: center;
	margin:0 auto;
	line-height: 160px;
}
.hdxc-list li a:hover img{
	-webkit-transform:rotateY(360deg);-moz-transform:rotateY(360deg);-ms-transform:rotateY(360deg);-o-transform:rotateY(360deg);transform:rotateY(360deg)
}
.hdxc-list li p{
	color: #545454;
	margin-top: 5px;
}
.hdxc-list li h3{
	font-size: 22px;
	color: #000;
}
/*.hdxc-list li:hover p{
	color: #CA1526;
}*/
.hdxc-box .id-more,.new-item .id-more{
	margin:0px auto 0px auto;
}
.id-new-list{
	padding: 2.5rem 0;
	margin-top: -3.1rem;
	margin-bottom: 1rem;
}
.id-new-list li:nth-child(2n){
	margin-top:2.5rem;
}
/*<img src='"+tb.info_pic+"'>*/
.id-new-list li .pic{
	float: right;
	margin-left: 0.6rem;
	width: 240px;
	height: 155px;
}
.id-new-list li:nth-child(2n) .pic{
	float: left;
	margin-left: 0rem;
	margin-right: 0.6rem;
}
.id-new-list li h4{
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 5px;
}
.id-new-list li h4 a{
	color: #000;
}
.id-new-list li p{
	color: #717171;
	line-height: 1.5em;
	min-height: 60px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;
    overflow: hidden;
}
.id-new-list li em{
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	background: #dc8e42;
	border-radius: 100%;
	bottom: 0px;
	right: -5px;
}
.id-new-list li:nth-child(2n) em{
   bottom:auto; 
   left: auto;
   top: 0px;
   left: -5px;
}
.id-new-list li .date{
	font-size: 12px;
	color: #717171;
}
.new-item .id-title{
	text-align: right;
}
.new-item .id-title em{
	margin-right: 0px;
	margin-left: auto;
}
.new-item{
	padding-bottom: 3rem;
}
.type-title{
	padding: 10px 0;
	background:url(../images/cur.png) center left no-repeat;
	padding-left: 30px;
}
.type-title a{
	color: #717171;
}
.product-type{
	background: #FFFFFF;
	padding: 0px 1rem;
	line-height: 60px;
	margin-bottom: 1rem;
}
.product-type a{
	color: #1a1a1a;
	display: inline-block;
	margin-right: 0.8rem;
}
.product-type a:hover,.product-type a.on{
	color: #cf131c;
}
.product-search{
	border-radius: 10px;
	float: right;
	border: 1px solid #BBBBC1;
	height: 36px;
	line-height: 36px;
	margin-top: 12px;
}
.product-search input[type=text]{
	border:0px;
	width: 190px;
	padding-left: 10px;
	background: none;
}
.product-search input[type=submit]{
   background: url(../images/search-btn2.png) center center no-repeat;
   width: 40px;
   height: 36px;
   border:0;
}
.product-list li p{
	background: #fff;
	border-top: 1px solid #eee;
}
.case-list1 li p{
	text-align: center;
	color: #000;
}
/*main*/
.page{
	font-size: 0px;
	text-align: center;
	margin-bottom: 2rem;
}
.page span{
    font-size: 14px;
    color: #000;
    display: inline-block;
    height: 32px;
    padding: 0px 12px;
    line-height: 32px;
    border:1px solid #E2E2E2;
    margin:5px 3px;
    cursor:pointer;
}
.page span:hover,.page span.on{
	background: #df7b19;
	color: #fff;
	border:1px solid #df7b19;
}
.page span{
	font-size: 14px;
}
/*底部*/
.footer{
	color: #fff;
}
.footer-top{
	background: #1A1A1A;
	padding: 2rem 0;
}
.footer-top{
	background: #23252a;
    padding-bottom: 1.5rem;
    padding-top: 1rem;
}
.footer-list{
	min-height: 225px;
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
	padding-right: 2rem;
}
.footer-list  p span{
	float: right;
	display: inline-block;
}
.yq-link{
	border-top: 1px solid #fff;
	padding: 1rem 0;
}
.yq-link a{
	color: #fff;
	display: inline-block;
	margin-right: 0.8rem;
}
div.footer-list:last-child{
	padding-right: 0;
}
.footer-list a,.footer-list p{
	display: block;
	margin-top: 0.5rem;
	color: #fff;
}
.footer-list a{
	margin-top: 12px;
}
.footer-title{
	font-size: 18px;
	border-bottom: 1px solid #fff;
	margin-bottom: 1rem;
	max-width: 80%;
}
.footer-title span{
	display: inline-block;
	border-bottom: 2px solid #fff;
	padding-bottom: 0.5rem;
}
.footer-bottom{
	background: #fff;
	text-align: center;
	padding: 15px 0;
	color: #707070;
}
.type-nav{
	float: right;
	height: 60px;
	line-height: 60px;
}
.web-nav{
	font-size: 0;
}
.type-nav a{
	display: inline-block;
	color: #1a1a1a;
	padding: 0px 0.8rem;
	border-left: 1px dotted #B4B2B2;
	font-size: 14px;
}
.type-nav a:hover,.type-nav a.on{
	background: #F6F7F9;
}
.type-nav a:first-child{
	border-left: 0px;
}
.type-nav a img{
	margin-right: 10px;
}
.web-nav h3{
	color: #bbbbc1;
	text-transform: uppercase;
}
.web-nav h3 span{
	color: #df7b19;
	display: inline-block;
	margin-left: 10px;
}
.main{
	background: #F6F7F9;
}
.product-container{
	background: #fff;
	padding: 1rem;
	margin-bottom: 2rem;
}
.product-title{
	font-size: 26px;
}
.product-name{
	color: #999999;
}
.product-info-type{
	margin-bottom: 0.4rem;
}
.product-info-box{
	padding: 0.8rem 0 0.5rem 0;
	border-bottom: 1px solid #ECECEC;
	margin-bottom: 0.8rem;
}
.zixun{
	background: #118c3e;
	border-radius: 5px;
	color: #fff;
	display:inline-block;
	padding: 10px 1rem;
	margin-top: 0.8rem;
}
.zixun:hover{
	background: #1A1A1A;
	color: #fff;
}
.product-info-title{
	font-size: 24px;
	color: #1a1a1a;
	border-bottom: 1px solid #ECECEC; 
	margin-bottom: 0.8rem;
}
.product-info{
	margin-top: 1.5rem;
}
.product-itme{
	display: none;
}
.product-info-title span{
	display: inline-block;
	background: #f5f5f5;
	font-size: 18px;
	padding:10px 15px;
	margin-right: 5px;
	cursor: pointer;
	border-radius: 5px 5px 0 0;
}
.product-info-title span.on,.product-info-title span:hover{
	background: #df7b19;
	color: #fff;
}
.contact-number{
	border-bottom: 1px solid #ccc;
}
.contact-number span{
	display: inline-block;
	margin-left: 1rem;
}
.contact-number p{
	margin-bottom:12px;
}
.ho-list li{
	margin-bottom: 1rem;
}
.ho-list li img{
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2),-2px -2px 4px rgba(0,0,0,0.2);
	width: 100%;
}
.contact-info .id-title{
	text-align: left;
}
.contact-info .id-title em{
	display: inline-block;
}
.contact-list{
	margin-bottom: 1rem;
}
.contact-list span{
	display: inline-block;
	vertical-align: top;
	max-width: 385px;
	margin-left: 5px;
}
.contact-form{
	border:1px solid #ccc;
	padding: 1.5rem 1rem;
}
.contact-form input{
	border:0;
	border-bottom: 1px solid #E7E7E7;
	width: 100%;
}
.contact-form .row>div{
	margin-bottom: 1rem;
}
.contact-form textarea {
	border: 0;
	background: #F6F6F6;
	width: 100%;
	height: 200px;
	padding: 10px;
	resize: none;
}
.contact-form input[type=submit]{
	width: 130px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	background: #df7b19;
	margin: 15px auto;
	display: block;
}
.contact-info{
	padding-bottom: 1rem;
}
.new-list{
	margin-top: 0px;
}
.new-info-share{
	margin-bottom: 15px;
}
.new-info-share span{
	display: inline-block;
	margin-right: 0.6rem;
	color: #666;
}
.new-info-share span img{
	margin-right: 5px;
}
.new-info-share b{
	font-size: 15px;
}
.new-info-share a{
	display: inline-block;
	margin-left: 5px;
}
.network-list{
	background: #fff;
	padding: 1rem 1.5rem 1.5rem 1.5rem;
}
.network-list li{
	border-bottom: 1px dashed #ccc;
	padding: 10px 0;
}
.network-list li a{
	color: #717171;
}
.network-list li a span{
	float: right;
}
.bottom-zixun{
	text-align: center;
	padding-top: 15px;
}
.bottom-zixun a{
	display: inline-block;
	padding: 10px 1.2rem;
    font-size: 16px;
    background: #ff7e00;
    color: #fff;
    text-align: center;
    border-radius: 99999px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.bottom-zixun a:hover{
	background: #fff;
	color: #ff7e00;
}
/*suspension*/
.suspension{
	position: fixed;
	right: 0px;
	top: 35%;
	z-index: 999;
}
.suspension li{
	position: relative;
	width: 48px;
	height: 48px;
	margin-bottom: 5px;
	cursor: pointer;
}
.suspension li span{
    display: block;
    width: 100%;
    height: 100%;
    background-color: #B7B7B7;
    background-position: center center;
    background-repeat: no-repeat;
}
.suspension li span:hover{
	background-color: #ff7e00;
}
.pop-email{
	background-image: url(../images/email.png);
} 
.pop-qq{
	background-image: url(../images/qq.png);
}
.pop-tel{
	background-image: url(../images/tel.png);
}
.pop-code{
	background-image: url(../images/code-icon.png);
}
.pop-top{
	background-image: url(../images/top.png);
}
.pop-detail{
	position: absolute;
	width: 250px;
	top: 0px;
	right: 67px;
	border: 1px solid #ddd;
	background: #fff;
	z-index: 30;
	padding: 15px 18px;
	color: #3d3d3d;
	font-size: 13px;
	box-shadow: 0px 1px 1px rgba(165,165,165,0.35),-1px 0px 1px rgba(165,165,165,0.35);
	min-height: 48px;
	display: none;
}
.pop-detail a{
	display: inline-block;
	vertical-align: middle;
	border:1px solid #ff7e00;
	padding: 5px 10px;
	border-radius: 2px;
	color: #ff7e00;
	margin-left: 10px;
}
.tel-corner-back{
	border: 11px solid transparent;
    border-left: 11px solid #ddd;
    position: absolute;
    right: -22px;
    top: 13px;
    z-index: -1;
}
.tel-corner {
    border: 10px solid transparent;
    border-left: 10px solid #fff;
    position: absolute;
    right: -19px;
    top: 14px;
    z-index: 10;
}
.pop-code-pic{
	width: 139px;
}
.pop-code-pic img{
	width: 100px;
	height: 100px;
	border:1px solid #ddd;
}
.pop-code-pic p{
	font-size: 12px;
	margin-bottom: 0px;
	line-height: normal;
	text-align: center;
	margin-top: 5px;
}
.lfooter{
	width: 100%;
	background-color: #000;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 99;
}
.lfooter ul li {
	width: 25%;
	height: auto;
	float: left;
	text-align: center;
	padding: 8px 0px;
}
.lfooter ul li a {
	color: #FFF;
	line-height: 12px;
	font-size: 12px;
}
.sevice-list li>div{
	border: 1px solid #e9e9e9;
	padding: 1.5rem;
	border-radius: 5px;
	text-align: center;
	background: #fff;
	margin:1rem 0;
}
.sevice-list li p{
	min-height:75px;
}
.sevice-list li em{
	width: 130px;
	height: 130px;
	line-height: 130px;
	display: block;
	margin:0 auto;
	border: 1px solid #e9e9e9;
	border-radius: 100%;
}
.sevice-list li img{
	transition: All 0.4s ease-in-out;
}
.sevice-list li:hover img{
	-webkit-transform:rotateY(360deg);-moz-transform:rotateY(360deg);-ms-transform:rotateY(360deg);-o-transform:rotateY(360deg);transform:rotateY(360deg)
}
.jszc-item1{
	background: #F5F5F5;
	padding: 2em 0;
}
.jszc-item .id-title{
   text-align: center;
}
.jszc-item2{
	padding: 2rem 0;
	background: url(../images/serv-bg-d.jpg);
}
/**/
.solution{
	background: url(../images/solution.jpg) no-repeat center top;
    background-size: cover;
    width: 100%;
    padding: 3rem 0;
}
.solution-list{
	min-height: 430px;
	margin-top: 3.5rem;
}
.solution-list li{
	float: left;
	width: 14.1%;
	height: 360px;
	position: relative;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#00afc5',endColorStr='#006bbe',gradientType='0');
    background:-webkit-linear-gradient(top,rgba(228,187,55,.5),rgba(223,123,25,.5));
    background:-moz-linear-gradient(bottom,rgba(228,187,55,.5),rgba(223,123,25,.5));
    background:-o-linear-gradient(bottom,rgba(228,187,55,.5),rgba(223,123,25,.5));
    background:linear-gradient(to bottom,rgba(228,187,55,.5),rgba(223,123,25,.5));
    cursor: pointer;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    color: #fff;
    text-align: center;
    margin-right: 1px;
    overflow: hidden;
}
.solution-list li:last-child{
	margin-right: 0;
}
.solution-list li a{
	display:block;
	margin: 2rem auto 1rem auto;
	border:1px solid #fff;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	width: 125px;
	text-align: center;
	line-height: 36px;
}
.solution-list li img{
	height: 50px;
	margin-bottom: 0.8rem;
	vertical-align: middle;
}
.solution-list li p{
	text-align: left;
}
.solution-list li h4{
	line-height: 1.5em;
}
.solution-list li>div{
	padding: 1rem 15px;
	position: absolute;
	-webkit-transform:translateX(-50%)translateY(-50%);
    -moz-transform:translateX(-50%)translateY(-50%);
    -o-transform:translateX(-50%)translateY(-50%);
    -ms-transform:translateX(-50%)translateY(-50%);
    transform:translateX(-50%)translateY(-50%);
    left: 50%;
    top: 50%;
    width: 100%;
}
.solution-list li .show-hide{
	display: none;
}
.solution-list li.active{
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#00afc5',endColorStr=   '#006bbe',gradientType='0');
    background:-webkit-linear-gradient(top,rgba(228,187,55,.82),rgba(223,123,25,.82));
    background:-moz-linear-gradient(bottom,rgba(228,187,55,.82),rgba(223,123,25,.82));
    background:-o-linear-gradient(bottom,rgba(228,187,55,.82),rgba(223,123,25,.82));
    background:linear-gradient(to bottom,rgba(228,187,55,.82),rgba(223,123,25,.82));
    width: 28.6%;
    height: 470px;
    margin-top: -50px;
}
.solution-list li.active .show-hide{
	display: block;
}
.solution-list li.active h4{
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0.8rem;
	margin-top: 0;
	margin-left: 15px;
}
/**/
.pic{
	overflow: hidden;
}
.pic img{
	 transition: all 0.35s ease 0s;
}
.item5{
	background: #f5f5f5;
	padding:2rem 0;
}
.id-new{
	background: #fff;
	padding: 15px 15px 8px 15px;
}
.item5 h2 a{
	font-size: 16px;
	float: right;
	display: inline-block;
	margin-top: 10px;
	color: #868080;
}
.item5 h2{
	margin-bottom: 1rem;
}
.id-new-l a{
	color: #000;
}
.id-new em,.id-new p{
	color: #666;
}
.id-new-l em{
	display: block;
	border-bottom: 1px solid #d2d2d2;
	margin-bottom:0.5rem;
}
.id-new-l p{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 15px;
}
.id-new-l a:hover img{
	-webkit-transform: scale(1.1);	
	-moz-transform: scale(1.1) ;	
	-ms-transform: scale(1.1);	
	transform: scale(1.1) ;
}
.id-new-l a:hover{
	color:#337ab7!important
}
.ul-news{overflow:hidden}
.ul-news li{overflow:hidden;padding:16px 0 16px;border-top:1px solid #d2d2d2}
.ul-news li:first-child{border-top:0;padding-top:16px}
.ul-news .news-item__time{float:left;width:60px;color:#666;text-align:center;margin-right:20px;padding:3px 0 0}
.ul-news .news-item__time strong{font-weight:700;display:block;font-family:Arial;font-size:36px;line-height:1.3;margin:0 auto}
.ul-news .news-item__txt{overflow:hidden;padding:3px 0 0}
.ul-news .news-item__txt h4{margin-bottom:7px;font-weight:400}
.ul-news .news-item__txt h4 a{color:#000;display:block;font-size:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}
.ul-news .news-item__txt h4 a:hover{color:#337ab7!important}
.ul-news .news-item__txt p{line-height:22px;color:#999;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;height:44px}
.ul-problem .problem-item{margin-bottom:1px}
.ul-problem .problem-item .problem-item__link{display:block;position:relative;font-size:16px;color:#666;line-height:75px;padding:0 50px 0 48px;background:#fff url(../images/w-right.png) no-repeat right 22px center;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.ul-problem .problem-item .problem-item__link:after{content:'';position:absolute;top:50%;margin-top:-5px;left:25px;width:9px;height:9px;border:2px solid #b6b6b6;border-radius:50%;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}
.ul-problem .problem-item .problem-item__link:hover{background-color:#ff7e00;color:#fff;background-image:url(../images/w-right-on.png)}
.ul-problem .problem-item .problem-item__link:hover:after{border-color:#fff}


.list-progress{margin:0 -30px}
.list-progress:after{content:'';display:block;clear:both;width:100%;height:0;visibility:hidden}
.list-progress li{float:left;width:11.11%;text-align:center;position:relative;}
.list-progress li:before{content:'';position:absolute;left:-1000px;top:9px;right:-1000px;height:2px;background-color:#fff;}
.list-progress .icon{display:block;width:20px;height:20px;border:2px solid #fbfbfc;border-radius:50%;margin:0 auto 6px;background-color:#108c3d;position:relative;z-index:2}
.list-progress .num{display:block;font-size:28px;line-height:1.4;color:#fff;font-family:Arial;margin-bottom:4px;position:relative;z-index:2}
.list-progress p{font-size:18px;color:#fff;line-height:1.4;position:relative;z-index:2;margin-bottom:20px;}
.list-qs li{margin:1rem 0; }
.list-qs .con{margin:0 37px;padding:24px 0;border-top:1px dashed rgba(0,0,0,.14)}
.list-qs .tit{margin-bottom:16px}
.list-qs .tit:after{content:'';display:block;clear:both;width:100%;height:0;visibility:hidden}
.list-qs em{float:left;margin-right:16px;min-width:25px;text-align:center;line-height:25px;font-size:14px;color:#fff;position:relative}
.list-qs em:after{content:'';position:absolute;right:0;top:100%;width:9px;height:6px;background-repeat:no-repeat;background-position:center center;-webkit-background-size:cover;background-size:cover}
.list-qs .tit em{background-color:#df7b19}
.list-qs .tit em:after{background-image:url(../images/qs-1-d.png)}
.list-qs .tit h4{font-size:16px;color:#333;line-height:1.4;font-weight:400;white-space:nowrap;-ms-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}
.list-qs .desc:after{content:'';display:block;clear:both;width:100%;height:0;visibility:hidden}
.list-qs .desc em{background-color:#108c3d}
.list-qs .desc em:after{background-image:url(../images/qs-2-d.png)}
.list-qs .desc .txt{font-size:14px;color:#666;line-height:24px;max-height:48px;overflow:hidden}
.list-qs .con:hover .tit h4{color:#102568}
@media(min-width: 768px){
   .lfooter{
   	display: none;
   }
}
@media(max-width: 767px){
	.solution-list li,.solution-list li.active{
		width: 100%;
		margin-right: 0;
		margin-top: 15px;
	}
	.solution-list li.active{
		min-height: 360px;
		height: auto;
	}
	.solution-list li .show-hide{
		display: block;
	}
	.solution-list li.active h4{
		display: block;
		margin-left: 0;
	}
	.number-wrap{
		font-size: 20px;
	}
	.list-progress li{
    	width:33.333%;
    }
	.web-nav h3{
		display: none;
	}
	.product-type{
		line-height: 40px;
	}
	.type-nav{
		float: none;
	}
	.type-nav a img{
		margin-right: 5px;
	}
	.web-nav .container-fluid{
		padding: 0;
	}
	.down-nav{
		display: none !important;
	}
	.id-title{
		font-size: 20px;
		font-weight: 600;
	}
	.aboutr-box{
		margin-left: 0px;
	}
	.sevice-list li h4{
		font-size: 16px;
	}
	.id-new-list li h4{
		font-size: 14px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		margin-top: 0px;
	}
	.id-new-list li img{
		width: 10rem;
	}
	.id-new-list li p {
		font-size: 12px;
		max-height: 40px;
		overflow: hidden;
		min-height: auto;
	}
	.suspension,.footer-top,.web-nav-r{
		display: none;
	}
	body{
		padding-bottom: 70px;
	}
	p{
		font-size: 14px !important;
	}
	h3{
		font-size: 18px !important;
	}
	.id-new-list li .pic{
		float: none !important;
		width: 100%;
		background-size: cover !important;
		margin-bottom: 10px;
	}
}
@media(min-width: 992px){
	.header-nav>li.on>a,.header-nav>li:hover>a{
		background: #f3f3f3;
	}
	.foot1-list li{
		text-align: center;
	}
	.pl{
		max-width: 570px;
		float: right;
	}
	.caser-info{
		max-width: 570px;
		overflow: hidden;
	}
	.casel  .pl{
		max-width: 540px;
	}
	.aboutl{
		min-height: 564px;
	}
	.aboutl-info{
		min-height: 220px;
	}
	.casel{
		padding-right: 1.5rem;
	}
	.id-new-list{
        background: url(../images/xian.jpg) center top repeat-y;
       margin-left: -20px;
		margin-right: -20px;
	}
	.new-item .id-more{
		background: url(../images/morebj.png) 40% center no-repeat;
		text-align: right;
		
	}
	.id-new-list li{
		padding-left: 20px;
		padding-right: 20px;
		position: relative;
	}
	.menu-btn{
		display: none;
	}
	.header-nav li a:hover:before, .header-nav li.on a:before {
		width: 100%;
	}
	.header2 .header-nav li:hover a{
		color: #CA1526;
	}
	.header2 .header-nav li.on a{
		background: #CA1526;
		color: #fff;
	}
	.header2 .search-btn{
		background: url(../images/search-btn2.jpg) center center no-repeat;
		background-size: cover;
	}
	.header2 .header-nav li a{
		color: #000000;
	}
	.sevicel .pl{
		position: absolute;
		right: 0px;
		top: 50%;
		-webkit-transform:translateY(-50%);
	    -moz-transform:translateY(-50%);
	    -o-transform:translateY(-50%);
	    -ms-transform:translateY(-50%);
	    transform:translateY(-50%);
	    padding-right: 25px;
	    padding-left: 15px;
	    max-width: 600px;
	}
	.about-bttom-l{
		padding-right: 15px;
	}
	.about-bttom-r{
		padding-left: 15px;
	}
}
@media(max-width: 991px){
	.footer-top{
		display: none;
	}
	.footer-bottom{
		color: #fff;
		background: #23252a;
	}
	.down-nav{
		display: none;
	}
	.lang-box{
		margin-top: 0.4rem;
	}
	.id-new-list li em,.product-search{
		display: none;
	}
	.id-new-list li{
	   margin-top: 2rem;
    }
    .header,.header-box{
    	position: static;
    }
    .header .container-fluid{
    	padding: 0px 15px;
    	/*position: relative;*/
    }
    .header{
    	padding: 15px 0;
    	position: relative;
    }
    .header-nav{
    	position: absolute;
    	top: 100%;
    	left: 0px;
    	width: 100%;
    	background: #262626;
    	z-index: 3;
    	padding: 10px 15px;
    	display: none;
    	margin-left: 0px;
    }
    .header-nav li{
    	float: none;
    	text-align: left;
    	margin-left: 0px;
    }
    .header-nav li a{
    	height: 30px;
    	line-height: 30px;
    	font-size: 14px;
    	padding: 0px;
    	color: #959595;
    }
    .header-nav li.on a{
    	color: #fff;
    }
    .company-logo{
    	position: absolute;
    	left: 50%;
    	-webkit-transform:translateX(-50%);
	    -moz-transform:translateX(-50%);
	    -o-transform:translateX(-50%);
	    -ms-transform:translateX(-50%);
	    transform:translateX(-50%);
	    background:none;
	    height: 60px;
	    width: 7.5rem;
    }
    .menu-btn{
    	float: left;
    	font-size: 22px;
    	margin-top: 10px;
    	cursor: pointer;
    	color: #b2b2b2;
    }
    .search-btn{
		background: none;
		width: auto;
	}
	.sevicel .pl{
		position: absolute;
		left: 0px;
		top: 50%;
		-webkit-transform:translateY(-50%);
	    -moz-transform:translateY(-50%);
	    -o-transform:translateY(-50%);
	    -ms-transform:translateY(-50%);
	    transform:translateY(-50%);
	    padding-right: 25px;
	    padding-left: 15px;
	    max-width: 600px;
	}
	.about-bttom-l{
		padding-right: 15px;
	}
	.about-bttom-l,.about-bttom-r{
		width: 100%;
	}
}
@media(min-width: 992px) and (max-width: 1199px){
   .header-nav>li>a{
   	   padding: 0px 0.5rem;
   	   font-size: 14px;
   }
   .pd-list h3{
   	font-size: 16px;
   }
}
@media(min-width: 1200px){
    .aboutr-box img{
        margin-left: 1.5rem;
        margin-top: -1.5rem;
    }
    .aboutr-box{
        height: 280px;
	    max-width: 450px;
    }
    .footer-list  p span{
    	margin-right: 1rem;
    }
    
} 
@media(max-width: 1200px){
	.aboutr-box{
    	margin-bottom: 5.5rem;
    }
    .link-btn{
    	display: none;
    }
    .about-bttom-l{
		padding-left: 15px;
	}
	.company-logo1{
		display: none;
	}
}
@media(min-width: 768px) and (max-width: 992px){
	.aboutr-box img{
        margin-left: 1.5rem;
        margin-top: -1.5rem;
    }
    .aboutr-box{
        height: 280px;
	    max-width: 450px;
    }
    .list-progress li{
    	width:20%;
    }
}
@media(min-width:1200px) and (max-width: 1350px){
    .header-nav li a{
   	   padding: 0px 0.5rem;
    }
    .header-nav{
    	margin-left: 5%;
    }
    .header .container-fluid{
    	padding: 0px 15px;
    }
}
