<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*2017-05-26 后添加*/
/******************************查询订单那一栏样式*****************************/
.banner_b {
    width: 100%;
    height: 80px;
    background-color: #4e4d52;
    /*margin-top: -5px;*/
}
.banner_bc {
    width: 75%;
    margin: 0 auto;
}
.banner_l {
    width: 50%;
    float: left;
    padding: 0 10%;
    box-sizing: border-box;
}
.banner_l span {
    display: block;
    float: left;
}
.banner_l span:nth-of-type(1) {
    width: 70%;
}
.banner_l span:nth-of-type(2) {
    width: 30%;
}
.banner_l span input {
    outline: none;
    padding-left: 5px;
    width: 100%;
    height: 30px;
    border: 0;
    margin-top: 24px;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 0;
}
button:after {
	display: none;
}
.banner_l span button {
    width: 100%;
    height: 30px;
    border: 0;
    margin-top: 24px;
    line-height: 28px;
    background-color: #FE7701;
    color: #FFFFFF;
    background-image: none;
    text-align: center;
    padding: 0;
    border-radius: 0;
}
.banner_r {
    width: 50%;
    float: right;
}
.banner_r ul li {
    width: 33.333%;
    float: left;
    /*border-left: 1px solid #3e3e42;*/
}
.banner_r ul li img {
    display: block;
    margin: 5px auto 0;
}
img {
    border: none;
}
.banner_r ul li span {
    width: 100%;
    line-height: 30px;
    color: #FFFFFF;
    text-align: center;
    display: block;
}
.fullwidthbanner-container {
	margin-bottom: 0 !important;
}
.welcome {
	padding: 20px 0 0;
}

@media only screen and (min-width: 1366px)
css.css:1266
.banner_bc {
    width: 1000px;
    min-width: 1000px;
}
/*****************************首页新闻样式*********************************/
.new_img {
    width: 100%;
    position: relative;
}
.new_img img {
    width: 100%;
    height: 170px;
    border-radius: 3%;
}
.new_img .time {
    width: 60px;
    position: absolute;
    bottom: -35px;
    left: 10px;
}
.new_img .time span:nth-of-type(1) {
    font-size: 24px;
    line-height: 60px;
    background-color: #FFFFFF;
}
.new_img .time span {
    display: block;
    width: 100%;
    line-height: 35px;
    text-align: center;
}
.new_img .time span:nth-of-type(2) {
    font-size: 12px;
    box-shadow: 1px 1px 5px #DDDDDD;
}
.new_img .time span {
    display: block;
    width: 100%;
    line-height: 35px;
    text-align: center;
}
.new_t {
    width: 100%;
    line-height: 40px;
    font-size: 16px;
    text-align: right;
    padding-left: 25%;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.new_li p {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #979797;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0;
    
   	/*最多显示三行，超出隐藏...*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.more_ {
    display: block;
    width: 60px;
    height: 15px;
    font-size: 12px;
    line-height: 15px;
    padding-left: 5px;
    box-sizing: border-box;
    float: right;
    background-color: #7f7f7f;
    color: #FFFFFF;
    margin: 10px 10px 10px 0;
}
/*.new_li {
    width: 32%;
    margin-left: 2%;
    float: left;
}*/
.new_li:nth-of-type(1) {
    margin-left: 0;
}

/******************************************************/
.sixteen span {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 45px;
}
.sixteen span:nth-of-type(1) {
    font-size: 16px;
    font-weight: bold;
    color: #2D2D2D;
}
.sixteen span:nth-of-type(2) {
    width: 50px;
    height: 3px;
    background-color: #2D2D2D;
    margin: 0 auto;
}
.sixteen span:nth-of-type(3) {
    width: 100%;
}

/*合作伙伴轮播图*/
.nbs-flexisel-item &gt; img {
	max-width: 90%
}

/*首页自适应*/
@media only screen and (max-width: 767px) {
    .banner_l {
    	padding: 0;
    }
    .container {
	    min-width: 300px;
    }
    .container .four.columns {
	    width: 300px;
    }
    .footer .container,
    .footer .four.columns {
    	width: 90%;
    	min-width: 300px;
    	padding: 0 5%;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	/*首页新闻中心、产品与服务图片自适应*/
    .four .service img {width: 420px; height: 529px;}
    .four .new_img img {width: 420px; height: 238px;}
    
    .loginandregister {
    	display: -webkit-inline-box;
    	height: 45px;
    	line-height: 45px;
    }
    
    .container .four.columns {
	    width: 420px;
    }
    .footer .container,
    .footer .four.columns {
    	width: 90%;
    	min-width: 420px;
    	padding: 0 5%;
    }
}

.banner_r li {
	cursor: pointer;
}
/*qq在线咨询样式*/
#qqOnline {
    position: fixed;
    top: 40%;
    z-index: 9999;
    right: 0;
}
</pre></body></html>