/* CSS Document */

/* sub-banner */
.sub-banner {
    position: relative;
}
.sub-banner .banner-txt {
    position: absolute;
	top: 38%;
	z-index: 2;
	width: 100%;
}
.sub-banner .banner-txt h2 {
    font-size: 40px;
	font-weight: bold;
	line-height: 1;
	color: #333;
}
.sub-banner .banner-txt h3 {
	display: block;
	margin-top: 22px;
    font-size: 20px;
	line-height: 32px;
	color: #333;
}
.sub-banner .bannerw-txt {
    position: absolute;
	top: 38%;
	z-index: 2;
	width: 100%;
}
.sub-banner .bannerw-txt h2 {
    font-size: 40px;
	font-weight: bold;
	line-height: 1;
	color: #333;
}
.sub-banner .bannerw-txt h3 {
	display: block;
	margin-top: 22px;
    font-size: 20px;
	line-height: 32px;
	color: ##33;
}
/* sub-banner */

/* bxyq-solution */
.bxyq-solution {
    padding: 60px 0;
}
.bxyq-solution .solution {
    padding: 40px 0 60px 0;
}
.bxyq-solution h3 {
    font-size: 40px;
	font-weight: bold;
	color: #151515;
	text-align: center;
}
.bxyq-solution h4 {
	padding-top: 5px;
    font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #333;
	text-align: center;
}
.bxyq-solution .solution .list {
    background: #f5f5f5;
	height: 443px;
}
.bxyq-solution .solution .list:nth-child(2n) .picture {
    float: left;
}
.bxyq-solution .solution .list:nth-child(2n) .picture img {
    width:800px; 
	height:443px;
}
.bxyq-solution .solution .list .pic {
    overflow: hidden;
    width: 50%;
	height: 443px;	
}
.bxyq-solution .solution .list .picture {
    position: relative; 
	display: block;	
	overflow: hidden; 
	width: 50%;
}
.bxyq-solution .solution .list .picture a img {
    width: 100%;
	height: 443px; 	
	transition:ease .5s;
}
.bxyq-solution .solution .list .picture a:hover img {
    transform: scale(1.04);
}
.bxyq-solution .solution .list .content {
    overflow: hidden;
	padding: 60px 50px 80px 60px;
	height: 303px;
}
.bxyq-solution .solution .list .content h3 {
    margin-bottom: 50px;
	font-size: 32px;
	color: #333;
	text-align: left;
}
.bxyq-solution .solution .list .content .title a {
    color: #333;
}
.bxyq-solution .solution .list .content .title a:hover {
    color: #1E8EFB;
}
.bxyq-solution .solution .list .content .describe {
    height: 150px;
	line-height: 26px;	
}
.bxyq-solution .solution .list .content .describe p {
    font-size: 16px; 
	line-height: 32px;
}
.bxyq-solution .solution .list .more {
    position: absolute;
	display: inline-block;
	margin-top: 42px;
	padding: 9px 15px;
	padding-right: 50px; 
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	text-align: center;	
	background: #25468d url(../images/more1.png)no-repeat center right 15px;
	border: 1px solid transparent;
	cursor: pointer;	
}
.bxyq-solution .solution  .list .more:hover {
    color: #25468d;	
	background: transparent url(../images/more.png)no-repeat center right 20px;
	border-color: #25468d;
	border: 1px solid #25468d;
}
/* bxyq-solution */

/* show-solution */
.show-solution .cen{
    margin-right: auto;
	margin-left: auto;
	width: 1600px;
}
.show-solution { 
    padding: 60px 0 30px 0;
    background: #f5f5f5 !important; 	
}
.show-solution .introduce {
    position: relative;
	z-index: 5;	
	padding-bottom: 60px;
	background: #fff;
	text-align: center;
}
.show-solution .introduce h3 {
    font-size: 40px;
	font-weight: bold;
	color: #151515;
	text-align: center;
}
.show-solution .introduce h4 {
	padding-top: 5px;
    font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #333;
	text-align: center;
}
.show-solution .introduce .text {
    padding: 0 5%;
	margin-top: 60px;
	margin-bottom: 60px;
	font-size: 16px;
	line-height: 30px;	
	text-align: left;
}
.show-solution .introduce .text p ~ p {
    margin-top: 10px;
}
.show-solution .introduce .consult {
    display: inline-block;
	padding-top: 80px;
}
.show-solution .introduce .more {
    width: 23px;
	height: 21px;	
	margin-top: -2px;
	margin-right: 10px;
	background: url(../images/icon-s-more.png) no-repeat center;
}
.show-solution .introduce .icon { 
    display: inline-block; 
	font-style: normal; 
	vertical-align: middle;
}
.show-solution .introduce p{
    padding-bottom: 15px; 
    font-size: 16px;
	line-height: 28px; 	
	color: #333; 	
	text-align: left; 	
}
.show-solution .introduce .box { 
    padding-top: 50px;
}
.show-solution .product {
    padding-top: 55px;
	padding-bottom: 30px;
}
.show-solution .product h3 {
    font-size: 40px;
	font-weight: bold;
	color: #151515;
	text-align: center;
}
.show-solution .product h4 {
	padding-top: 5px;
    font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #333;
	text-align: center;
}
.show-solution .product.listing { 
    display: block; 
	width: 100%; 
	height: 100%;
}
.show-solution .product .box {   
	margin-top: 35px;	
}
.show-solution .product ul .list {
    float: left;
	width: 23.8%;
	margin-right: 20px;
}
.show-solution .product ul li .picture {
    overflow: hidden; 
	width: 100%; 
	height: auto;	
}
.show-solution .product ul li .picture img {
    width: 100%; 
	height: 100%;
	transition: ease .5s;
}
.show-solution .product ul li .picture:hover img {
    transform: scale(1.04);
}
.show-solution .product ul .list:nth-child(4n) {
    margin-right: 0;
}
.show-solution .product ul .list h5 {
    font-size: 16px;
	font-weight: normal;
	color: #666;	
}
.show-solution .product ul li .listing {
    display: block;
	width: 100%;
	height: 100%;
    padding-bottom: 25px;
	background: #fff;
	text-align: center;
	-o-transition: .5s;		
}
.solution-case {
    overflow: hidden;
	padding-top: 50px;
	padding-bottom: 50px;	
}
.solution-case h3 {
    font-size: 40px;
	font-weight: bold;
	color: #151515;
	text-align: center;
}
.solution-case h4 {
	padding-top: 5px;
    font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #333;
	text-align: center;
}
.solution-case .box {
    margin-top: 55px;
}
.solution-case .box ul li{
    float: left;
	width: 31.6%;
	margin-right: 40px;		
}
.solution-case .box ul li:nth-child(3n) {
    margin-right: 0;
}
.solution-case .box ul li .picture {
    overflow: hidden;
	width: 100%;
	height: 361px;
}
.solution-case .box ul li .picture img {
    overflow: hidden;
	width: 100%;
	height: 100%;
	transition: ease .5s;
}
.solution-case .box ul li .picture:hover img {
    transform: scale(1.04);
}
.solution-case .box ul li .solution-case-box img {
    display: block;
	overflow: hidden;
	float: left;
	width: 520px;
	height: 361px;	
}
.solution-case .box ul li h5 {
    margin-top: 20px;
	font-size: 16px;
	font-weight: normal;
	color: #666;	
	text-align: center;	
}
/* show-solution */

/* product */
.bxyq-product {
    width: 100%;
	padding: 60px 0 30px 0;
	background: #f7f7f8;	
}
.bxyq-product .list li {
    float: left;
	width: 37%;
	height: 507px;
	padding: 70px;
	margin-right: 50px;
	margin-bottom: 44px;
	text-align: center;
	background: #fff;
	box-shadow: 0 0 2px 2px #f0f0f0;	
}
.bxyq-product .list .more {
    display: inline-block;
	padding: 9px 15px;	
	padding-right: 50px;
	margin-top: 35px;	
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	border: 1px solid transparent;
	cursor: pointer;
	transition: all .4s;
	background: #25468d url(../images/more1.png)no-repeat center right 15px;	
}
.bxyq-product .list .more:hover {
    color: #25468d;
	border-color: #25468d;
	background: transparent url(../images/more.png)no-repeat center right 20px;
	border-color: #fff; 
	border: 1px solid #25468d;
}
.bxyq-product .list li:nth-child(2n) {
    margin-right: 0;
}
.bxyq-product .list li:nth-child(4n) {
    margin-right: 0;
}
.bxyq-product .list li:nth-child(6n) {
    margin-right: 0;
}
.bxyq-product .list li:nth-child(8n) {
    margin-right: 0;
}
.bxyq-product .list li:nth-child(10n) {
    margin-right: 0;
}
.bxyq-product .list li h4 a {
    font-size: 36px;
	font-weight: bold;
	color: #1e1e1e;	
}
.bxyq-product .list li h4 a:hove r {
    text-decoration: underline;
}
.bxyq-product .list li p {
    margin: 16px auto 0;
	font-size: 24px;
	font-weight: bold;
	color: #1e1e1e;	
}
.bxyq-product .list li .img {  
	position: relative;
	overflow: hidden;
	display: block;	
	width: 100%;
	margin-top:20px;
}
.bxyq-product .list li .img a img {
    max-width: 100%;
	transition: ease .5s;
}
.bxyq-product .list li .img a:hover img {
    transform: scale(1.04);
}
/* product */

/* showp */
.showp {
    overflow:hidden;
	padding:70px 0;
	font-size:16px;
	background-color: #f7f7f8;
}

.showp .product {
    overflow: hidden;
	margin-bottom: 50px;
	background-color: #fff;
}
.showp .product .picture {
     position: relative;
     display: table-cell;  
     overflow: hidden;
     width: 50%;
	 height: 600px;
     border-right: solid 1px #ddd;   
     vertical-align: middle;
     text-align: center; 
}
.showp .product .picture img {
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
	 width: 70%;
	 margin: auto;
     transition: ease .5s; 
}
.showp .product .picture:hover img {
    transform: scale(1.04);
}
.showp .product .content {
    overflow: hidden;
	width: 41.9%;
	padding: 3% 4%;
	line-height: 1.8;	
}
.showp .product .content .title {
    margin-bottom: 20px;
	color: #333;
}
.showp .product .content .title span {
    display: block;
	font-size: 30px;
	font-weight: bold;
	color: #25468d;	
}
.showp .product .content .font {
    min-height: 160px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	line-height: 2;	
	border-bottom: 1px solid #ddd;	
}
.showp .product .content .font p {
    padding-bottom: 10px;
	font-size: 16px;
}
.showp .product .content li {
    float: left;
	width: 25%;
	font-size: 1.143em;
	border-right: 1px dotted #ddd;
	text-align: center;	
}
.showp .product .content li i {
    display: inline-block;
	width: 37px;
	height: 37px;
	background: url('../images/show_Icon.png') no-repeat;
}
.showp .product .content li:nth-child(2) i {
    background-position: -37px 0;
}
.showp .product .content li:nth-child(3) i {
    background-position: -74px 0;
}
.showp .product .content li:nth-child(4) i{
    background-position: -111px 0;
}
.showp .product .content li span {
     display: block;
	}
.showp .product .content .btn {
    margin-top: 30px;
	overflow: hidden;
}
.showp .product .content .btn a {
    float: left;
    width: 40%;
	height: 50px;
	margin-right: 25px;
	line-height: 50px;
	color: #fff;
	text-align: center;	
	background: #25468d;
	border: 1px solid #0055b4;
}
.showp .product .content .btn i { 
    position: relative;
	top: 2px;
	font-family: "iconfont";
	font-size: 1.286rem;	
	margin-right: 5px;
	font-style: normal;	
	line-height: 1;	
}
.showp .product .content .btn a:nth-child(2) {
    color: #333;
	background: none;
	border: 1px solid #ddd;
}
.showp .product .content .btn a:hover {
    background: #00528a;
	color: #fff;
}
.showp .left .title {
    height: 50px;
	margin-top: 30px;
	margin-bottom: 25px;
	font-size: 24px;
	line-height: 50px;
	border-bottom: 1px solid #dcdcdc;	
}
.showp .left .title span {
    display: inline-block;
	height: 50px;
	color: #25468d;	
	border-bottom: 1px solid #25468d;
}
.relative_case ul {
    margin-right: -35px;
}
.relative_case li {
    float: left;
	width: 25%;
	padding-right: 35px;
	margin-bottom: 20px;
}
.relative_case li .pImg {
     padding-top: 70%;
}
.relative_case li p {
    overflow: hidden;	
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
	transition: all .3s;
	text-overflow: ellipsis;
}
.relative_case li p i { 
    float: right;
	margin-left: 15px;
	font-family: "Arial";
	opacity:  .8;	
}
.relative_case li a:hover img {
    transform: scale(1.1);
}
.relative_case li a:hover p {
    padding: 0 10px;
	color: #fff;
	background: #0055b4;	
}
.relative_pro li {
    width: 33.3%;
}
.showp .left .box {
    display: block;
	overflow: hidden;	
	padding: 0 4% 2% 4%;
	margin-bottom: 50px;
	background-color: #fff;	
}
.showp .left .box1 {
    display: block;
	overflow: hidden;
	padding: 0 4% 2% 4%;
	margin-bottom: 50px;
	background-color: #fff;	
}
.showp .left .box .list {
    padding: 20px 0;
}
.showp .left .box1 .list {
    padding: 20px 0;
}
.showp .left .box p {
    display: block; 
	overflow: hidden;
	padding-bottom: 40px; 	
}
.showp .left .box p strong {
    display: block; 
	overflow: hidden;
	padding-bottom: 7px; 	
}
.showp .left .box .list li {
    float: left;
	width: 31%;
	margin-bottom: 20px;
	margin-left: 2.3%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s; 
	cursor: pointer;
}
.showp .left .box1 .list li {
    float: left;
	width: 47.7%;
	margin-bottom: 20px;
	margin-left: 2.3%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s; 
	cursor: pointer;
}
.showp .left .box .list li:hover {
    transform: translateY(-10px);
	-webkit-transform: translateY(-10px); 
	box-shadow: 0 0 10px 10px #f1f1f1;
}
.showp .left .box1 .list li:hover {
    transform: translateY(-10px);
	-webkit-transform: translateY(-10px); 
	box-shadow: 0 0 10px 10px #f1f1f1;
}
.showp .left .box .list li .text {
    padding-top: 35px;
    text-align: left;
    border: 1px solid #e5e5e5;
}
.showp .left .box .list li h4 {
    padding-left: 30px;
    margin-bottom: 10px;
	font-size: 24px;
	line-height: 35px;
    border-left: 10px solid #25468d;
}
.showp .left .box1 .list li .text {
    padding-top: 35px;
    text-align: left;
    border: 1px solid #e5e5e5;
}
.showp .left .box1 .list li h4 {
    padding-left: 30px;
    margin-bottom: 10px;
	font-size: 24px;
	line-height: 35px;
    border-left: 10px solid #25468d;
}
.showp .left .box .list li p {
    height: 70px;
    padding-left: 40px;
    padding-right: 25px;
	 font-size: 16px;
    color: #666; 
}
.showp .left .box1 .list li p {
    height: 130px;
    padding-left: 40px;
    padding-right: 25px;
	 font-size: 16px;
    color: #666; 
}
.showp .left .box .con {
    padding: 40px 0;
}
.showp .left .box table {  
    width: 100%;
	border-collapse: collapse;
}
.showp .left .box table td {
	padding: 16px 40px;
	font-size: 16px;
	line-height: 30px;
	color: #555;
	background: #fff;
	border: 1px solid #dfdfdf;
}
.showp .left .box table td:first-child {
    width: 22%;
	color: #555;
}
.showp .left .box table td:nth-child(2n) img {
    max-width: 100%;
}
.showp .left .box table tr:last-child td:last-child {
    width:85%;
	padding: 16px 40px;
}
.showp .left .box2 {
    display: block;
	overflow: hidden;	
	padding: 0 4% 2% 4%;
	margin-bottom: 50px;
	background-color: #fff;	
}
.showp .left .box2 table {
    width: 100%;
	border-collapse: collapse;	
}
.showp .left .box2 table td {
    padding: 16px 40px;
	background: #fff;
	border: 1px solid #dfdfdf;
	font-size: 16px;
	line-height: 30px;
	color: #555;	
}
.showp .left .box2 table td:first-child {
    width: 33%;
	color: #555;
}
.showp .left .box2 table td:nth-child(2n) img {
    max-width: 100%;
}
.showp .left .box2 table tr:last-child td:last-child {
    width: 85%;
	padding: 16px 40px;
}
.showp .left .box .industry {
    display: block;
	overflow: hidden;
	margin-bottom: 50px;
	background-color: #fff;	
} 
.showp .left .box .industry .list {
    display: block;
	float: left;
	overflow: hidden;
	width: 32%;
	margin-right: 2%;	
}
.showp .left .box .industry .list .img {
    overflow: hidden; 
	width: 100%;
	height: 257px;	
}
.showp .left .box .industry .list .img img {
    display: block;
	overflow: hidden;
	transition: ease .5s;
}
.showp .left .box .industry .list .img:hover img {
    transform: scale(1.04);
}
.showp .left .box .industry .list:nth-of-type(3n) {
    margin-right: 0;
}
.showp .left .box .industry .list .textbox {
    padding: 10px;
	border: 1px solid #eee;
	border-top: none;
}
.showp .left .box .industry .list .textbox .tit {
    overflow: hidden;
	height: 24px;
	font-size: 18px;
	line-height: 24px;
	color: #000;
	text-align: center;	
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1; 	
}
.showp .right {
    overflow: hidden;
	width: 27%;	
}
.showp .right{width:27%;overflow:hidden;}
.showp .right .title{font-size:24px;color:#333;border-bottom: 1px solid #d9d9d9;height:40px;margin-bottom:25px;white-space:nowrap;text-overflow: ellipsis;}
.showp .right .title span{display:inline-block;border-bottom: 1px solid #2d2f89;height:40px;}
.showp .right .title a{float:right;font-size:12px;margin-top:4px;}
.showp .right li{border-bottom: 1px dotted #bfbfbf;padding-bottom:15px;margin-bottom:15px;overflow: hidden;font-size:12px;}
.showp .right li .picture{width:35%;float:left;margin-right:20px; height:auto;}
.showp .right li h4{font-size:15px;margin-bottom: 5px;}
.showp .right li h4 a{color:#222;}
.showp .right li h4 a:hover{color:#2d2f89;}
.showp .right li p{font-size:14px; line-height:26px;}
.showp .right li:hover img{transform: scale(1.1);}
.showp .right li:last-child{border-bottom:none;}
.showp .right .hot-products {
    padding: 8% 8% 2% 8%;
	background:#fff;	
}
.showp .right .hot-products .title {
    height: 40px;
	margin-bottom: 25px;
    font-size: 1.429em;
	color: #333;
	border-bottom: 1px solid #d9d9d9;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.showp .right .hot-products .title span {
    display: inline-block;
	height: 40px;
	border-bottom: 1px solid #2d2f89;
}
.showp .right .hot-products .title a {
    float: right;
	margin-top: 4px;
	font-size: 12px;
}
.showp .right .hot-products li {
    overflow: hidden;
	padding-bottom:15px;
	margin-bottom:15px;
	font-size:12px;
	border-bottom: 1px dotted #bfbfbf;	
}
.showp .right .hot-products li .pImg {
    float: left;
    width: 35%;
	height: 100px;
	margin-right: 20px; 	
}
.showp .right .hot-products .pImg img {
    width: 100%; 
	height: 100%;
}
.showp .right .hot-products li h4 {
    margin-bottom: 5px;
	font-size: 15px;	
}
.showp .right .hot-products li h4 a {
    color: #222;
}
.showp .hot-products .picture{display: block;position: relative;overflow: hidden; width:50%;position:relative;border-right:solid 1px #ddd;}
.showp .hot-products .picture img{width: 100%;transition: ease .5s;}
.showp .hot-products .picture:hover img{transform: scale(1.04);}
.showp .hot-products li .picture{border:1px solid #ddd;}
.showp .hot-products li img{width: 100%;height: 100%;}
.showp .hot-products li h4{font-size:18px;/* padding-top:10px; */}
.showp .hot-products li span{font-size:14px; display:block; line-height:24px;}
.showp .right .hot-products li h4 a:hover{color:#2d2f89;}
.showp .right .hot-products li p{font-size:14px; line-height:26px;}
.showp .right .hot-products li:hover img{transform: scale(1.1);}
.showp .right .hot-products li:last-child{border-bottom:none;}
.showp .recommended-news{padding:8% 8% 2% 8%;}
.showp .recommended-news .picture{display: block;position: relative;overflow: hidden; width:50%;position:relative;border:solid 1px #ddd;}
.showp .recommended-news .picture img{width: 100%;transition: ease .5s;}
.showp .recommended-news .picture:hover img{transform: scale(1.04);}
.showp .recommended-news,.contact{background: #fff;}
.showp .contact{margin-top:30px;}
.showp .contact h4{background: url('../images/zxIcon.png') no-repeat left 8px;padding-left:30px;font-size:2em;color:#191919;font-family:Arial;font-weight:bold;border-bottom: 1px solid #ddd;padding-bottom:15px;margin-bottom:15px;}
.showp .contact p{padding-left:80px;margin-bottom:10px;overflow:hidden;}
.showp .contact p span{margin-left:-80px;float:left;}
.showp .right .contact{margin-top:30px;padding:8% 8% 8% 8%;}
.showp .right .contact h4{background: url('../images/zxIcon.png') no-repeat left 8px;padding-left:30px;font-size:2em;color:#191919;font-family:Arial;font-weight:bold;border-bottom: 1px solid #ddd;padding-bottom:15px;margin-bottom:15px;}
.showp .right .contact p{padding-left:80px;margin-bottom:10px;overflow:hidden;}
.showp .right .contact p span{margin-left:-80px;float:left;}
.showPage{height:90px;line-height:90px;overflow:hidden;background:#f1f1f1;}
.showPage a{float:left;width:43%;padding:0 20px;}
.showPage a i{font-style:normal;font-family:"Microsoft YaHei";font-weight:bold;padding-left:10px;margin-left:10px; border-left: 1px dotted #ccc;}
.showPage a:nth-child(2){float:right;text-align:right;}
.showPage a:nth-child(1) i{padding:0 10px 0 0;margin:0 10px 0 0; border-right: 1px dotted #ccc;border-left:none;}
.showPage a:nth-child(3){width:14%;text-align:center;border-left:1px solid #ddd;border-right:1px solid #ddd;}
.showPage a:hover{background:#2d2f89;color:#fff;}
.proList ul{margin-right:-30px;}
.proList li{float:left;width: 31.1%;padding-right:30px;font-size:15px;/* margin-bottom:15px; */}
.proList li:nth-child(3n){padding-right: 0;}
.proList li a{display:block;overflow:hidden;}
.proList li .pImg{padding-top:76%;width:344px;height:264px;}
.proList li .pImg img{border:1px solid #ddd;width: 310px;height:264px;}
.proList li .pImg::after{content:"";position: absolute;left:15px;top:15px;right:15px;bottom:15px;border:1px solid #1b5da6;transform:scale(0) rotate(-180deg);opacity:0;transition:all .4s;}
.proList li h4{height: 30px;padding:15px 0;color:#191919;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;transition:all .3s;text-align: center;}
.proList li h4 i{font-style:normal;margin-left:15px;color:#999;font-size:14px;}
.searList ul{margin-right:-1px;}
/* showp */

/* news */
.bxyq-news{width: 100%;background: #f7f7f8;padding:70px 0;}
.bxyq-news .box{overflow: hidden;/* background:#fff; *//* box-shadow: 0 0 2px 2px #f0f0f0; */border-radius:8px;}
.bxyq-news .box li{overflow:hidden;border-bottom:1px solid #eee;margin-bottom:40px;padding-bottom:40px;background-color: #fff;padding: 60px 30px 30px;}
.bxyq-news .box li .left{float:left;width: 33%;height:auto;overflow: hidden;}
.bxyq-news .box li .left img{width: 100%;height:100%;overflow: hidden;display: block;transition:ease .5s;}
.bxyq-news .box li .left:hover img{transform: scale(1.04);}
.bxyq-news .box li .right{width: 64%;float:right;margin-left: 30px;}
.bxyq-news .box li h4 a{font-size:24px;color:#000;font-weight:bold;position:relative;padding-left:20px;line-height: 34px;height: 34px;overflow: hidden;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.bxyq-news .box li h4 a:after{position: absolute;left:0px;top:5px;content:"";background:#000;width:5px;height:24px;}
.bxyq-news .box li h4 a:hover{text-decoration: underline;}
.bxyq-news .box li p{margin:20px auto 34px;color:#333;font-size:16px;font-weight: lighter;line-height: 30px;height: 184px;overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.bxyq-news .box li span{color:#b7b6b7;font-weight:lighter;font-size:14px;padding-left:30px;margin-right:20px;}
.bxyq-news .box li .info{position: relative;}
.bxyq-news .box li .info a{position:absolute;right:0px;color:#b7b6b7;font-weight:lighter;font-size:14px;}
.bxyq-news .box li .info a:hover{color:#000;text-decoration: underline;}
.bxyq-news .box li span.hits{background:url(../images/icon_hits.png) no-repeat left center;}
.bxyq-news .box li span.date{background:url(../images/icon_time.png) no-repeat left center;}
/* news */

/* show */
.show {
    padding: 60px 0;
	background-color: #f2f2f2;
}
.show .left {
    width: 65%;
    min-height: 800px;
    padding: 40px 50px 60px 50px;
    margin: 0;
    background-color :#fff;
}
.show .left h1 {
    margin: 0 0 14px;
	font-size: 28px;
	font-weight: bold;
	line-height: 48px;
	color: #333;
}
.show .left .info {
    padding-top:5px;
	padding-bottom:33px;
	font-size:14px;
	line-height:24px;
	color:#999;
	border-bottom:1px solid #ccc;
}
.show .left .info .tag {
    float: left;
	color: #999;
}
.show .left .info .tag:hover {
    color: #d90000;
}
.show .left .info i {
    float: left;
	padding: 0 17px;
}
.show .left .info .date {
    float: left;
}
.show .left .content {
    padding: 36px 0 77px;
	margin-bottom:17px;
    font-size:16px;

	line-height:30px;
}
.show .left .content p {
    margin-bottom:17px;
    font-size:16px;
	line-height:30px;
}
.show .left .content p, .left .content span {
    white-space: normal !important
}
.show .left .website {
	padding-top: 12px;
	margin-top: 50px;
	font-weight: normal; 
	 line-height: 32px;
	color: #999;
	border-top: 1px dashed #e0e1dc;	
}
.show .left .fenxiang {  
    overflow: hidden; 
	padding-top: 2%; 
	margin-top: 2%;
	text-align: center; 
	border-top: 1px dashed #e0e1dc;	 
}
.show .left .fenxiang .span {
	display: block; 
	font-size: 18px;
    line-height: 34px; 
	color: #333333; 	
}
.show .left .fenxiang .list { 
    text-align: center; 
	margin-top: 3%; 
	margin-bottom: 4%;
}
.show .left .fenxiang .list ul li {
    display: inline-block; 
	overflow: hidden; 
	width: 58px; 
	height: 58px; 
	margin-left: 3%; 
	margin-right: 3%; 
	background-repeat: no-repeat; 
	background-size: 100% 100%; 
	cursor: pointer;
}
.show .left .fenxiang .list ul li.bgs1 { 
    background-image: url(../images/icon-qq.png);
}
.show .left .fenxiang .list ul li.bgs2 { 
    background-image: url(../images/icon-wechat.png);
}
.show .left .fenxiang .list ul li.bgs3 { 
    background-image: url(../images/icon-sina.png);
}
.show .left .fenxiang .list ul li:hover {
    transition: all 0.3s;
	opacity: 0.9;
	filter: Alpha(opacity=90);
}
.show .left .fenxiang .list ul li a { 
    display: block; 
	width: 100%; 
	height: 100%;
}
.show .left .prenext {
	overflow: hidden; 
	padding-top: 4%;
	padding-bottom: 3%; 
    text-align: center; 
	border-top: 1px dashed #e0e1dc;	 
}
.show .left .prenext a { 
    display: inline-block; 
	overflow: hidden; 
	width: 172px;  
	height: 50px; 
	font-size: 18px; 
	line-height: 50px; 
    color: #333;	
	background: #e8e8e8;
}
.show .left .prenext a:hover { 
    color: #fff; 
	background: #25468d; 
	text-decoration: none;
}
.show .left .prenext a label { 
    font-family: "Microsoft YaHei"; 
	font-size: 22px;
}
.show .left .prenext a label.a { 
    padding-right: 12%;
}
.show .left .prenext a label.b {
     padding-left: 12%;
}
.show .left .prenext a.nodata { 
	color: #333333;
    background: #e8e8e8;
}
.show .right {
    width: 26%;
}
.show .qrcode {
	padding: 32px 0 38px;
    margin-bottom: 10px;
	font-size: 16px;
	line-height: 26px;
	color: #666;
	text-align: center;
	background-color: #fff;	
}
.show .qrcode .title {
    padding: 10px 0 7px;
}
.show .qrcode img {
    vertical-align: middle;
}
.show .right .catalog {
    margin-bottom: 10px;
    background-color: #fff;
}
.show .right .catalog .title {
    height: 52px;
    padding-left: 30px;
    line-height: 52px;
    color: #333;
    border-bottom: 1px solid #d9d9d9;
    font-size: 20px;
}
.show .right .catalog ul {
    min-height:68px;
    padding: 25px 12px 10px 12px;
}
.show .right .catalog ul li {
    width: 43.4%;
    padding: 0 10px;
    margin: 0;
    margin-bottom: 18px;
}
.show .right .catalog ul li {
    float: left;
	height: 50px;
}
.show .right .catalog ul a {
    overflow: hidden;
    display: block;
    font-size: 14px;
    line-height: 50px;
    color: #333;
    text-align: center;
    text-overflow: ellipsis;
    background-color: #f2f2f2;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
}
.show .right .newest .title {
    height: 38px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 30px;
    margin-bottom: 10px;
    font-family: "Microsoft YaHei";
    font-size: 20px;
    font-weight: normal;
    line-height: 38px;
    color: #000;
}
.show .right .title .tagchange { 
    float: right; 
	padding-left: 29px; 
	font-size: 16px; 
	color: #999; 
	background: url(../images/tag_bg1.png) left center no-repeat;
}
.show .right .title .tagchange:hover {
    color: #f67524;
}
.show .right .newest {
	float: right;
	overflow: hidden;
	width: 100%;
	color: #666;
	background: #fff;
}
.show .right .newest ul li { 
    display: block; 
	overflow: hidden; 
	padding-bottom: 20px; 
	margin-bottom: 20px; 
	margin-left: 30px; 
	margin-right: 30px;
	border-bottom: 1px dashed #ccc; 	
}
.show .right .newest ul li h3 {
    overflow: hidden;
    height: 38px;
    font-size: 16px;
    font-weight: normal;
    line-height: 38px;
    color:  #333;
}
.show .right .newest ul li h3 a {
    color: #333;
}
.show .right .newest ul li h3 a:hover{
    color: #25468d;
}
.show .right .newest ul li p { 
	overflow: hidden;
	height: 36px; 
	font-size: 14px; 
	line-height: 36px; 
    color: #666; 
}
.show .right .newest b {
	padding: 0 17px;
}
.show .right .newest ul li:last-child { 
    margin-bottom: 0;
    border-bottom: 0; 	
}
/* show */

/* service */
.bxyq-service .service{width: 100%;padding-bottom: 80px;padding-top: 80px;background-color: #f6f7f9;}
.bxyq-service .service .left{width: 100%;text-align: center;}
.bxyq-service .service .left h3{font-size: 48px;color: #25468d;/* padding-top: 50px; */font-weight: bold;padding-bottom: 10px;text-transform: uppercase;}
.bxyq-service .service .left h4{ font-size: 30px; color: #282828; }
.bxyq-service .service .left h5{padding-top: 45px;line-height: 30px;font-size: 16px;color: #989898;
    word-break: break-all;
    overflow: hidden;
    display: inline-block;}
.bxyq-service .service .left p{padding-top: 45px;}
.bxyq-service .service .right{ float:right;width:40%;height: 471px;overflow: hidden; }
.bxyq-service .service .right img{ width:100%;height:471px;overflow: hidden;display: block;transition:ease .5s;}
.bxyq-service .service .right:hover img{transform: scale(1.04);}
.bxyq-service .repair{height: 998px;background: url(../images/service_bg1.jpg) no-repeat center;overflow: hidden;}
.bxyq-service .repair .box{margin-top:60px;}
.bxyq-service .repair h3 {
    font-size: 40px;
	font-weight: bold;
	color: #151515;
	text-align: center;
}
.bxyq-service .repair h4 {
	padding-top: 5px;
    font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #333;
	text-align: center;
}
.bxyq-service .repair ul{margin-top:40px;}
.bxyq-service .repair ul li {position: relative;width: 23.4%;float: left;height: 350px;background: #fff;margin-right: 32px;margin-bottom: 26px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
padding: 34px 36px 0;border: 1px solid #e5e5e5;-moz-border-radius: 5px;border-radius: 5px;transition: all 0.5s;-webkit-transition: all 0.5s; cursor: pointer;}
.bxyq-service .repair ul li:hover{transform: translateY(-10px);-webkit-transform: translateY(-10px); box-shadow: 0 0 10px 10px #f1f1f1}
.bxyq-service .repair ul li:nth-child(4n){margin-right: 0;}
.bxyq-service .repair ul li:nth-child(8n){margin-right: 0;}
.bxyq-service .repair ul li h2 {font-size: 24px;color: #333333;}
.bxyq-service .repair ul li h2 b {color: #25468d;font-weight: bold;}
.bxyq-service .repair ul li h2 b i {font-size: 0;width: 8px;height: 8px;-moz-border-radius: 50%;border-radius: 50%;background: #25468d;display: inline-block;vertical-align: middle;margin: 0 10px;}
.bxyq-service .repair ul li h2 {border-bottom: 1px dashed #e5e5e5;padding-bottom: 20px;font-weight: bold;}
.bxyq-service .repair ul li p {font-size: 16px;color: #333;line-height: 33px;margin-top: 15px;}
.bxyq-service .repair ul li span {display: inline-block;width: 31px;height: 7px;-moz-border-radius: 3.5px;border-radius: 3.5px;background: #25468d;position: absolute;bottom: 26px;}
.bxyq-service .echnical{width: 100%;padding: 60px 0 70px 0;background-color:#f6f8fb;}
.bxyq-service .echnical h3 {
    font-size: 40px;
	font-weight: bold;
	color: #151515;
	text-align: center;
}
.bxyq-service .echnical h4 {
	padding-top: 5px;
    font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #333;
	text-align: center;
}
.bxyq-service .echnical dl{width: 100%;margin-top: 40px;}
.bxyq-service .echnical dl dd{width: 32%;margin-right: 2%;float: left;background: #fff;transition: all 0.5s;-webkit-transition: all 0.5s; cursor: pointer;}
.bxyq-service .echnical dl dd img{width: 100%;}
.bxyq-service .echnical dl dd:hover{transform: translateY(-10px);-webkit-transform: translateY(-10px); box-shadow: 0 0 10px 10px #f1f1f1}
.bxyq-service .echnical dl dd:nth-of-type(3n){margin-right: 0;}
.bxyq-service .echnical dl dd .content{height: 460px;width: 100%;box-sizing: border-box;padding: 20px 8% 40px 8%;overflow: hidden;}
.bxyq-service .echnical dl dd:first-of-type .content p{font-size: 16px;color: #333;width: 100%;margin-top: 33px;width: 100%;padding-left: 18px;box-sizing: border-box;position: relative;line-height: 30px;}
.bxyq-service .echnical dl dd:first-of-type .content p::before{width: 10px;height: 10px;background: #25468d;content: '';position: absolute;left: 0;top: 10px;}
.bxyq-service .echnical dl dd:nth-of-type(2) .content p{font-size: 16px;color: #666666;width: 100%;margin-top: 33px;width: 100%;padding-left: 18px;box-sizing: border-box;position: relative;}
.bxyq-service .echnical dl dd:nth-of-type(2) .content p::before{width: 10px;height: 10px;background: #ff9000;content: '';position: absolute;left: 0;top: 10px;}
.bxyq-service .echnical dl dd:nth-of-type(3) .content p{font-size: 16px;color: #666666;width: 100%;margin-top: 33px;width: 100%;padding-left: 18px;box-sizing: border-box;position: relative;}
.bxyq-service .echnical dl dd:nth-of-type(3) .content p b{color: #116cb4;display: block}
.bxyq-service .echnical dl dd:nth-of-type(3) .content p::before{width: 10px;height: 10px;background: #25468d;content: '';position: absolute;left: 0;top: 10px;}
.bxyq-service .industry{padding: 60px 0 60px;}
.bxyq-service .industry h3 {
    font-size: 40px;
	font-weight: bold;
	color: #151515;
	text-align: center;
}
.bxyq-service .industry h4 {
	padding-top: 5px;
    font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #333;
	text-align: center;
}
.bxyq-service .industry .box{margin-top: 40px;}
.bxyq-service .industry .list{width:23.5%;margin-right:2%;display:block;margin-bottom:30px; float:left;overflow: hidden; }
.bxyq-service .industry .list .img{width:376px;height: 257px;overflow: hidden; }
.bxyq-service .industry .list .img img{width:376px;display:block;height: 257px;overflow: hidden;display: block;transition:ease .5s;}
.bxyq-service .industry .list .img:hover img{transform: scale(1.04);}
.bxyq-service .industry .list:nth-of-type(4n){margin-right:0}
.bxyq-service .industry .list .textbox{padding:24px 10px;border:1px solid #eee;border-top:none}
.bxyq-service .industry .list .textbox .title{color:#000;font-size:18px;height:24px;text-align:center;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1; line-height:24px;}
.bxyq-service .download{height: 672px;background: url(../images/service_bg2.jpg) no-repeat center;overflow: hidden;padding-top: 60px; margin-bottom:80px;}
.bxyq-service .download h3 {
    font-size: 40px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.bxyq-service .download h4 {
	padding-top: 5px;
    font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #fff;
	text-align: center;
}
.bxyq-service .download .box{margin-top:40px}
.bxyq-service .download .list{width: 49.3%;margin-right:1.4%;margin-bottom:20px;display:flex;float: left;}
.bxyq-service .download .list:nth-of-type(2n){margin-right:0}
.bxyq-service .download .list .left{width: 639px;background-color:#f7f7f7;padding:38px 60px;transition:0.5s ease 0s;-webkit-transition:0.5s ease 0s;-moz-transition:0.5s ease 0s;}
.bxyq-service .download .list .left .name{color:#000;word-break:break-all;font-size:18px;transition:0.5s ease 0s;-webkit-transition:0.5s ease 0s;-moz-transition:0.5s ease 0s}
.bxyq-service .download .list .left .other{margin-top:10px;color:#666;transition:0.5s ease 0s;-webkit-transition:0.5s ease 0s;-moz-transition:0.5s ease 0s}
.bxyq-service .download .list .right{width:130px;background-color:#ececec;background-image:url(../images/downicon.png);background-repeat:no-repeat;background-position:center center;transition:0.5s ease 0s;-webkit-transition:0.5s ease 0s;-moz-transition:0.5s ease 0s;}
.bxyq-service .download .list:hover .left{background-color:#25468d}
.bxyq-service .download .list:hover .right{background-color: #253c5d;background-image:url(../images/downicon_cur.png);}
.bxyq-service .download .list:hover .left .name,
.bxyq-service .download .list:hover .left .other{color:#fff}
.bxyq-service .download .list:nth-of-type(2n){margin-right:0}
.bxyq-service .download .list:nth-of-type(4n){margin-right:0}
.bxyq-service .download .list:nth-of-type(6n){margin-right:0}
.bxyq-service .download .list .textbox{padding:26px 0}
.bxyq-service .download .list .textbox .date{}
.bxyq-service .download .list .textbox .name{font-size:16px;}
.bxyq-service .download .list .videobox .player{width:100%;height:100%;background-color:rgba(0,0,0,0.5);position:absolute;top:0;left:0;top:100%;transition:0.5s ease 0s;-webkit-transition:0.5s ease 0s;-moz-transition:0.5s ease 0s}
/* service */

/* --job--  */
.bxyq-job {
    width: 1600px;
    height: auto;
    overflow: hidden;
    border-top: 1px solid #c9c9c9;
    border-left: 1px solid #c9c9c9;
    margin: 60px auto;
}

.bxyq-job .head {
    width: 1599px;
    height: 60px;
    background: #f5f5f4;
    border-bottom: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
}

.bxyq-job .head1 {
    width: 333px;
    float: left;
    text-align: center;
    line-height: 60px;
    color: #000;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
}

.bxyq-job .head2 {
    width: 600px;
    float: left;
    text-align: center;
    line-height: 49px;
    color: #000;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
}

.detail {
    width: 100%;
    height: auto;
    background: #fff;
    overflow: hidden;
    border-bottom: 1px solid #c9c9c9;
}

.detail1 {
    /* width: 333px; */
    /* float: left; */
    text-align: center;
    /* line-height: 49px; */
    /* color: #000; */
    font-size: 18px;
    color: #000;
    /* padding-top: 42px; */
    /* padding-bottom: 90px; */
    font-weight: bold;
    letter-spacing: 1px;
    /* vertical-align: top; */
    /* overflow: hidden; */
    /* display: block; */
    margin-right: 0;
    padding-right: 0;
}

.detail3 {
    /* width: 220px; */
    /* float: left; */
    text-align: center;
    padding-top: 42px;
    padding-bottom: 50px;
    letter-spacing: 1px;
    max-height: 141px;
    overflow: hidden;
    font-size: 16px;
}
.detail3 p{
  
    text-align: center;
    line-height: 49px;
    color: #000;
    font-size: 18px;
   
}
.tabmt td{border-right: 1px solid #c9c9c9;border-bottom: 1px solid #c9c9c9;width: 283px;vertical-align: middle;}
.detail2 {
    padding: 20px;
    width: 450px;
    float: left;
    overflow: hidden;
    /* text-align: left; */
    line-height: 25px;
    color: #000;
    font-size: 14px;
    color: #000;
}
    .detail2 p {
    text-align: left;
    line-height: 34px;
    color: #000;
    font-size: 16px;
    color: #000;
    }
/* --job--  */

/* submenu */
.submenu {
    position: relative; 
	border: 1px solid #dde0e4; 
	border-top: none;
}
.submenu .location { 
    position: absolute; 
	top: 0;
	right: 10%;  
	z-index: 9;
	padding-left:18px; 
	line-height: 48px; 
	color: #a8abb1; 
	background: url(../images/icon-location.png) left center no-repeat; 
}
.submenu .location span,.location a,.location i {
    font-size: 14px;
	color: #a8abb1;
}
.submenu .location em {
    font-size: 14px;
	font-style: normal;
	color: #25468d;
}
.submenu .location a:hover { 
    color: #0074ca;
}
.submenu .menu-list { 
    position: relative; 
}
.submenu .menu-list a {
	position:relative;
    display:block;
	float:left;
	height:55px;
	padding: 0 40px;
	line-height:55px;
	background: url(../images/menu-bg.jpg) no-repeat right center;
}
.submenu .menulist a:last-child { 
    background: none; 
}
.submenu .menu-list a span {
    position: absolute;
	left: -1px;   
	bottom: 0; 
	z-index: 2;
    display: block;
	width: 100%;   
	height: 0; 
	background: #25468d;
}
.submenu .menu-list a strong {
	position: relative;
	z-index: 4;
    display: block;
	color: #4a4a4b;
	font-size: 18px;
	font-weight: normal;
} 
.submenu .menu-list a:hover { 
    color: #4f9431;  
}
.submenu .menu-list a:hover span { 
    height: 55px;
}
.submenu .menu-list a:hover strong { 
    color: #fff;
}
.submenu .menu-list .on { 
    color: #4f9431; 
}
.submenu .menu-list .on span {  
    height: 55px;
}
.submenu .menu-list .on strong {  
    color:#fff;
}
/* submenu */

/* about */
.bxyq-about{margin-top: 80px;}
.bxyq-about .about{ margin-bottom:80px;}
.bxyq-about .about .title{margin-top:0px;color:#151515;font-size:40px;font-weight:bold; text-align: center;}
.bxyq-about .about .title span{display: block; margin:10px auto 0;color:#666666;font-size:16px;font-weight:400}
.bxyq-about .about .title{margin-bottom:50px;}
.bxyq-about .about .title{ text-align: left;}
.bxyq-about .about .picture{position: relative;width: 48%;height: 600px;overflow: hidden; }
.bxyq-about .about .picture img{width:100%;height: 100%;overflow: hidden;display: block;transition:ease .5s;}
.bxyq-about .about .picture:hover img{transform: scale(1.04);}
.bxyq-about .about .content{padding:0px 0 0 50px;position: relative;overflow: hidden;width: 48%;}
.bxyq-about .about .content .text{margin-top:0px;color:#333;font-size:16px;line-height: 30px;}
.bxyq-about .about .content .text p{padding-bottom: 20px;}
.bxyq-about .chairman{position: relative;z-index: 3;padding: 60px 0 80px 0;}
.bxyq-about h3 {
    font-size: 40px;
	font-weight: bold;
	color: #151515;
	text-align: center;
}
.bxyq-about h4 {
	padding-top: 5px;
    font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #333;
	text-align: center;
}
.bxyq-about .chairman:after{display: block;content: "";overflow: hidden;clear: both;visibility: hidden;}
.bxyq-about .chairman .box{position: relative;z-index: 6;padding: 0px calc(260px/100vw*100%);}
.bxyq-about .chairman .box.full{padding: 0px;}
.bxyq-about .chairman .leader{overflow: hidden;background:#5f81aa;background-size: cover;margin-top: 40px;}
.bxyq-about .chairman .left{padding: 50px 0 30px 50px;float: left;width: 48%;}
.bxyq-about .chairman .title{overflow: hidden;font-size: 24px;color:#fff;line-height: 30px;}
.bxyq-about .chairman .text{overflow: hidden;font-size: 16px;color: #fff;line-height: 38px;max-height: 480px;text-indent: 20px;}
.bxyq-about .chairman .text p{padding-bottom: 20px;}
.bxyq-about .chairman .right{float: right;position: relative;width: 47%;height: 570px;overflow: hidden;}
.bxyq-about .chairman .right img{height: 570px;width: 100%;overflow: hidden;display: block;transition:ease .5s;}
.bxyq-about .chairman .right:hover img{transform: scale(1.04);}
.bxyq-about .chairman .chairman-bg{width: 100%;height: 100%;position: absolute;left: 0px;top: 0px;z-index: 2;}
.bxyq-about .chairman .img{position: absolute;left: 0px;top: 0px;width: 100%;height: 100%;overflow: hidden;background-repeat: no-repeat;background-size: cover;background-position: center;}
.bxyq-about .environment{margin-top: 60px;margin-bottom: 60px;}
.bxyq-about .environment ul{margin-top: 40px;}
.bxyq-about .environment ul li{float:left;width:25%;position: relative;overflow: hidden;border-bottom: 1px #ddd solid;}
.bxyq-about .environment ul li img{width: 100%; float:left;position: relative;overflow: hidden;display: block;transition:ease .5s;}
.bxyq-about .environment ul li:hover img{transform: scale(1.04);}
.bxyq-about .environment ul a{position: relative; display: block; margin:0 0 1px 1px}
.bxyq-about .environment ul h4{ position: absolute; left:0;bottom:0;z-index:5;width:100%;color:#fff;font-size:16px; padding:10px 20px; background: rgba(0,0,0,0.5);}
.bxyq-about .environment ul li:nth-child(1){width:49.9%;border-right: 1px #ddd solid;}
.bxyq-about .environment ul li:nth-child(n+6){display: none;}
.bxyq-about .culture{ width:100%; height:809px; background:url(../images/about_bg2.jpg) no-repeat center center;}
.bxyq-about .culture .box{padding-top:60px;}
.bxyq-about .culture ul{margin-top:40px;}
.bxyq-about .culture h2{ height:100px;font-size:36px; font-weight:bold; color:#333; text-align:center;}
.bxyq-about .culture ul li{height:164px;width:49%;background:#fff;float:left;margin-bottom:20px;margin-right: 20px; transition: all 0.5s;-webkit-transition: all 0.5s; cursor: pointer;}
.bxyq-about .culture ul li:hover{    transform: translateY(-10px);-webkit-transform: translateY(-10px); box-shadow: 0 0 10px 10px #f1f1f1}
.bxyq-about .culture ul li:nth-child(2n){ float:right; margin-right: 0px;}
.bxyq-about .culture ul li .list{ width:80%; margin:0 auto; padding-top:45px;}
.bxyq-about .culture ul li .list span{ height:40px; font-size:24px; color:#333; overflow:hidden; display:block;}
.bxyq-about .culture ul li .list p{ line-height:30px; font-size:16px;}
.bxyq-about .qualification{margin-top: 60px;margin-bottom: 60px;}
.middleCenter {
	width: 190px;
	height: 253px;
	margin-top: 20px;
}
.pro-min {
	margin-top: 40px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	overflow: hidden;
	height: 393px;
	padding: 0 41px 0 70px;
	position: relative
}
.pro-min .getIndex {
	display: inline-block;
	*float: none;
	*display: inline;
	zoom: 1;
	text-align: center
}
.pro-min .getIndex .item {
	background: url("../images/honorBg.png")  no-repeat center;
	width: 260px;
	height: 310px;
	padding: 10px 11px;
	overflow: hidden;
	position: relative;
}
.pro-min .getIndex .item img {
width: 190px;
	height: 253px;
	margin-top: 28px;
	position: relative;overflow: hidden;transition:ease .5s;
}
.pro-min .getIndex .item:hover img{transform: scale(1.04);}
.pro-min .getIndex h3 {
	text-transform: uppercase;
	line-height: 61px;
	height: 61px;
	overflow: hidden;
	font-size: 16px;
	color: #333;
	text-align: center;

	width: 257px;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight:normal;
}
.pro-min .slick-prev {
	background: url(../images/banner_prev.png)  no-repeat scroll 0px 0px #014ea0;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 135px;
	cursor: pointer;
	z-index: 2;
	left: 0;
	line-height: 45px;
}
.pro-min .slick-prev:hover {
	background: url(../images/banner_prev.png)  no-repeat scroll 0px 0px #f60;
}
.pro-min .slick-next {
	background: url(../images/banner_next.png)  no-repeat scroll 0px 0px #014ea0;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 135px;
	cursor: pointer;
	z-index: 2;
	right: 0;
	line-height: 45px;
}
.pro-min .slick-next:hover {
	background: url(../images/banner_next.png)  no-repeat scroll 0px 0px #f60;
}
.pro-min .slick-prev:before,.pro-min .slick-next:before {
	content: ""
}
.bxyq-about .office{padding: 60px 0 70px;background-color: #f8f8f8;}
.bxyq-about .office .box{margin-top: 40px;}
.bxyq-about .office .list{display:block;width:22.3%;margin-right:3.5%;background-color: #fff;float: left;height: 520px;}
.bxyq-about .office .list:nth-of-type(4n){margin-right:0}
.bxyq-about .office .list .textbox{padding:34px 50px 60px}
.bxyq-about .office .list .title{font-size:24px;max-height:30px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;color: #333;font-weight: bold;}
.bxyq-about .office .list .text{margin-top:26px;color: #333;line-height: 32px;font-size: 16px;}
.bxyq-about .office .list .img{width:100%;overflow: hidden;}
.bxyq-about .office .list .img img{width:100%;overflow: hidden;display: block;transition:ease .5s;}
.bxyq-about .office .list .img:hover img{transform: scale(1.04);}
.bxyq-about .office .list:hover .img img{transform:scale(1.05);-webkit-transform:scale(1.05);-moz-transform:scale(1.05)}
.bxyq-about .case{padding:60px 0 36px 0;}
.bxyq-about .case h2{ text-align:center;height:60px;font-size:36px; font-weight:bold;}
.bxyq-about .case h2 a{color:#333;}
.bxyq-about .case h2 a:hover{ color:#526df8;}
.bxyq-about .case h3{ text-align:center;}
.bxyq-about .case ul{margin-top:50px;}
.bxyq-about .case ul li{width: 18.5%;float:left;margin-right:12px;margin-bottom: 34px;border: 5px solid #e8e8e8;height: 132px;background: #fff;position: relative;}
.bxyq-about .case ul li:nth-child(5n){margin-right: 0;}
.bxyq-about .case ul li:nth-child(12n){margin-right: 0;}
.bxyq-about .case ul li img{position: absolute;left: 0;bottom: 0;right: 0;top: 0;max-width: 80%;max-height: 80%;margin: auto;transition: transform 0.3s ease;}
.bxyq-about .case ul li:hover img{transform: scale(1.05);}
.bxyq-about .case ul li:hover img{filter: grayscale(0);}
/* about */


/* bxyq-contact */
.bxyq-contact{
    padding: 60px 0;
}
.bxyq-contact h3 {
    font-size: 40px;
	font-weight: bold;
	color: #151515;
	text-align: center;
}
.bxyq-contact h4 {
	padding-top: 5px;
    font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #333;
	text-align: center;
}
.bxyq-contact .contact {
	margin-top: 40px;
    background: #fff;
}
.bxyq-contact .contact .contact-list {
	display: flex;
	width: 36%;
	height: 500px;
	padding: 0 0px 0 100px;
	align-content: center;
	background: #f8f8f8;
	flex-wrap: wrap;	
}
.bxyq-contact .contact .contact-list h1 {
    padding-top: 20px;
    font-size: 32px;
	font-weight: bold;
	line-height: 42px;
	color: #333;	
}
.bxyq-contact .contact .contact-list .contact-box {
    width: 100%;
    margin-top: 30px;
	font-size: 18px;
	line-height: 34px;
	color: #666666;	
}
.bxyq-contact .contact .contact-list .contact-box p .phone {
	float: left;
    margin-top: 8px;
	margin-right: 8px;
	width: 24px;
	height: 24px;
	background: url("../images/phone.png") no-repeat;
}
.bxyq-contact .contact .contact-list .contact-box p .man {
	float: left;
    margin-top: 8px;
	margin-right: 8px;
	width: 24px;
	height: 24px;
	background: url("../images/man.png") no-repeat;
}
.bxyq-contact .contact .contact-list .contact-box p .tel {
	float: left;
    margin-top: 8px;
	margin-right: 8px;
	width: 24px;
	height: 24px;
	background: url("../images/tel.png") no-repeat;
}
.bxyq-contact .contact .contact-list .contact-box p .email {
    float: left;
    margin-top: 8px;
	margin-right: 8px;
	width: 24px;
	height: 24px;
	background: url("../images/email.png") no-repeat;		
}
.bxyq-contact .contact .contact-list .contact-box p .fax {
	float: left;
    margin-top: 8px;
	margin-right: 8px;
	width: 24px;
	height: 24px;
	background: url("../images/fax.png") no-repeat;
}
.bxyq-contact .contact .contact-list .contact-box p .IE {
	float: left;
    margin-top: 8px;
	margin-right: 8px;	
	width: 24px;
	height: 24px;
	background: url("../images/IE.png") no-repeat;
}
.bxyq-contact .contact .contact-list .contact-box p .adress {
    float: left;
    margin-top: 8px;
	margin-right: 8px;
	width: 24px;
	height: 24px;
	background: url("../images/adress.png") no-repeat;	
}
.bxyq-contact .contact .contact-list .contact-box p span { 
	display: block;
    padding-bottom: 10px; 
}
.bxyq-contact .contact .contact-img {
    position: relative;
	overflow: hidden;
	width: 57.75%;
	height: 500px;
}
.bxyq-contact .contact .contact-img img {
    position: relative;
    display: block;
	float: right;
	overflow: hidden;
	width: 100%;
	height: 500px;
	transition: ease .5s;
}
.bxyq-contact .contact .contact-img:hover img {
    transform: scale(1.04);
}
.bxyq-contact .branch {
    padding-top: 40px;
}
.bxyq-contact .branch ul li {
	position: relative;
	display: block;
    float: left;
	overflow: hidden;
	width: 23.8%;
	height: 620px;
	margin-right:25px;
	text-align: center;
	background: #f8f8f8;
}
.bxyq-contact .branch ul span {
	display: block;
	overflow: hidden;
    width: 100%;
	height: 328px;
	margin-right: 25px;
	transition: ease .5s;
}
.bxyq-contact .branch ul span img {
	position: relative;
	display: block;
    overflow: hidden;
	transition: ease .5s;
}
.bxyq-contact .branch ul span:hover img {
    transform: scale(1.04);
}
.bxyq-contact .branch ul li:last-of-type {
    margin-right:0;
}
.bxyq-contact .branch ul li h3 {
	display: block;
	overflow: hidden;
	padding-left: 30px;
	margin-top: 35px;
	margin-bottom: 20px;
    font-size: 24px;
	font-weight: bold;
	color: #333333;
	text-align: left;
}
.bxyq-contact .branch ul li h3 span {
    font-size:16px;
	color: #ec5c03;
}
.bxyq-contact .branch .branch-list {
	padding: 0 30px;
	font-size: 16px;
	line-height: 36px;
	text-align: left;
	color: #666666;
}
.bxyq-contact .map {
    margin-top: 60px;
}
.bxyq-contact .map .baidumap {
    margin-top: 40px;
}
.qh-map{height:450px;max-width:1600px;margin:0 auto;width:100%;margin-bottom:70px; background:url(../images/map.jpg) no-repeat center;}
/* bxyq-contact */

/* bxyq-commonweal */
.bxyq-commonweal {
    margin: 60px 0;
}
.bxyq-commonweal h3 {
    font-size: 40px;
	font-weight: bold;
	color: #151515;
	text-align: center;
}
.bxyq-commonweal h4 {
	padding-top: 5px;
    font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #333;
	text-align: center;
}
.bxyq-commonweal .gratitude {
    margin-top: 40px;
}
.bxyq-commonweal .gratitude .picture {
    float:left;
    overflow: hidden;
    width: 50%;
}
.bxyq-commonweal .gratitude .picture img {
	display: block;
	overflow: hidden;
	max-width: 100%;
	width: 100%;
	height: 878px;
	transition: ease .5s;
}
.bxyq-commonweal .gratitude .picture:hover img {
    transform: scale(1.04);
}
.bxyq-commonweal .gratitude .content {
	overflow: hidden;
	max-width: 42%;
	padding: 2.9% 4% 3.7% 4%;
	background: #fafafa;
}
.bxyq-commonweal .gratitude .content h3 {
    margin: 3% auto 5%;
    font-size: 26px;
	color: #333;	
	text-align: center;
}
.bxyq-commonweal .gratitude .content abbr {
    display: block;
	font-size: 16px;
	line-height: 38px;
	color: #333;
	text-indent: 2em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;overflow: hidden;
}
.bxyq-commonweal .social {
    margin-top: 60px;
}
.bxyq-commonweal .social .list {
    margin-top: 40px;
}
.bxyq-commonweal .social .list ul li {
    float: left;
	overflow: hidden;
	width: 31.469%;
	margin-right: 2.7%;
}
.bxyq-commonweal .social .list ul li img {
	display: block;
	overflow: hidden;
    width: 503px;
}
.bxyq-commonweal .social .list ul span {
    display: block;
    overflow: hidden;
    width: 503px; 	
}
.bxyq-commonweal .social .list ul span img {
    display: block; 
	overflow: hidden; 
    width: 503px; 
	height: 377px;
	transition: ease .5s; 	
}
.bxyq-commonweal .social .list ul span:hover img {
    transform: scale(1.04);
}
.bxyq-commonweal .social .list ul li:nth-child(3) {
    margin-right: 0;
}
.bxyq-commonweal .social .list ul li b {
    display: block;
	padding-top: 10px;
	font-size: 15px;
	font-weight: normal;
	line-height: 30px;
	color: #333;	
}
.bxyq-commonweal .social .list ul li i {
    display: block;
	font-size: 16px;
    font-style: normal;	
	line-height: 30px;	
	color: #666; 
	text-indent: 1em;
}
/* bxyq-commonweal */

/* footer */
.footer {
	padding-top: 30px;
    background-color: #242424; 
}
.footer .list h3 {
    margin-bottom: 20px;
	font-size: 18px;
	font-weight: normal;
	line-height: 80px;
    color: #fff;
    background: url(../images/icon-line.jpg) no-repeat left bottom;	
}
.footer .list li {
    float: left;
	width: 10%;
	padding-bottom: 15px;
	margin-right: 4%;
	color: #bcb8b8;	
}
.footer .list li a {
	display: inline-block;
	font-size: 15px;
	line-height: 33px;
    color: #bcb8b8;
}
.footer .list li a:after {
	display: block;
	width: 0;
	height: 1px;
	background-color: #fff;
	content: '';
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.footer .list li a:hover {
    color: #fff;
}
.footer .list li a:hover:after {
    width: 100%;
}
.footer .list li.footer-box {
    width: 215px;
}
.footer .list li .footer-contact {
	font-size: 15px;
    line-height: 30px;
}
.footer .copyright {
	padding: 15px 0;
	font-size: 15px;
    line-height: 30px;
	color: #bcb8b8;
	border-top: 1px solid #393939;
}
.footer .copyright p a{
    color:#bcb8b8;
}

.footer .copyright .fr a{
    margin-left: 15px;
	color:#bcb8b8;
}
/* footer */

@media screen and (max-width: 1440px){


}

@media screen and (max-width: 1004px){


}

@media only screen and (max-width:1700px) {

}


@media only screen and (max-width:1650px) {

}



@media only screen and (max-width:1600px) {

}

@media only screen and (max-width:1560px) {

}



@media only screen and (max-width:1500px) {



}

@media only screen and (max-width:1440px) {

    .wrapper{min-width:80%;max-width:80%;float:none;margin-left:auto;margin-right:auto;}
    
	.sub-banner {width: 1920px;left: 50%;margin-left: -960px;}
	
	.sub-banner .bannerw-txt{width:200%;}
	
	.sub-banner .bannerw-txt h2{font-size:34px;}
	
	.sub-banner .bannerw-txt h3{font-size:18px;}
	
	.sub-banner .banner-txt{width:200%;}
	
	.sub-banner .banner-txt h2{font-size:34px;}
	
	.sub-banner .banner-txt h3{font-size:18px;}
	
	/* index */
	
	.header .logo img {width: 292px;height: 66px;}
	
	.header .nav-list li>a {display: block;padding: 0 20px;}
	
	.header .nav-list li dd a {font-size: 14px;}
	
	.bxyq-main1 .content1 .content-pro{width: 49.2%;}
	
	.bxyq-main1 .content1 .content-pro a {width: 100%;}
	
	.bxyq-main1 .text-cont {padding: 60px 0;}
	
	.bxyq-main1 .text-one {font-size: 22px;}
	
    .bxyq-main1 .pro-text {padding-left: 60px;width: 46%;}
	
	.bxyq-main1 .text-two {font-size: 20px;}
	
	.bxyq-main1 .content1 .more {line-height: 26px;}
	
	.bxyq-main2 .content2 .con-list .con-item {left: 40px;}
	
	.about-des {font-size: 15px;}
	
	.index-about-content .pic {width: 40%;}
	
	.num-scroll-two li .num-cont .num {
    font-size: 40px;
}


.index-about-content .cont .com-more {
    margin-top: 15px;
}

.about-des {
    margin-top: 20px;
}

.index-about .num-scroll {
    margin-top: 50px;
}

.bxyq-main5 h3{ font-size: 30px;}
	
.bxyq-main5 h4{ font-size: 18px;}
	
.bxyq-main3 h3{ font-size: 30px;}
	
.bxyq-main3 h4{ font-size: 18px;}

.bxyq-main2 h3{ font-size: 30px;}
	
.bxyq-main2 h4{ font-size: 18px;}

.bxyq-main1 h3{ font-size: 30px;}
	
.bxyq-main1 h4{ font-size: 18px;}
	
.news-list li {
    width: 48.3%
}	

.bxyq-main2 .content2 .tab .desc {
    font-size: 17px;
}

.bxyq-main3 .content3 li p {
    font-size: 14px;
    line-height: 20px;
}

.com-title h3 {
    font-size: 30px;
}

.index-about-content .pic img {
    max-width: none;
	width:100%;
}

.news-box .news-list li .news-pic.fl {
    width: 35%;
}

.news-list li .news-a h4 .news-tit {
    display: inline-block;
    width: 70%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.news-list li .news-a h4 .news-date {
    font-size: 10px;
}

.news-list li .news-a h4 {
    font-size: 16px;
}

.news-list li .news-a p {
    font-size: 14px;
	line-height:24px;
}

.news-list li .news-a {
    padding: 10px;
}

.news-list li .news-a .news-cont {
    padding-left: 20px;
}
	
.sec6-box ul li {
    width: 15.5%;
}	
	/* solution */
	
	.bxyq-solution{padding: 60px 0 1px 0;}
	
	.bxyq-solution h3 { font-size: 30px;}
	
	.bxyq-solution h4 { font-size: 18px;}
	
	.bxyq-solution .solution .list{height:300px;}
	
	.bxyq-solution .solution .list .content{height:200px; padding:50px 50px 50px 60px;}
	
	.bxyq-solution .solution .list .picture a img{height:100%;}
	
	.bxyq-solution .solution .list:nth-child(2n) .picture{height:100%;}
	
	.bxyq-solution .solution .list:nth-child(2n) .picture img{height:100%;}
	
	.bxyq-solution .solution .list .content .describe{height:80px;}
	
	.bxyq-solution .solution .list .content h3{font-size:20px; margin-bottom:20px;}
	
	.bxyq-solution .solution .list .content .describe p{font-size:14px; line-height:28px;}
	
	.bxyq-solution .solution .list .more{margin-top: 40px;padding: 5px 15px; font-size: 14px;}
	
	.show-solution .introduce h3{ font-size: 30px;}
	
	.show-solution .introduce h4{ font-size: 18px;}
	
	.show-solution .introduce p{font-size:15px;}
	
	.show-solution .introduce .consult{padding-top:0;}
	
	.show-solution .product h3{ font-size: 30px;}
	
	.show-solution .product h4{ font-size: 18px;}
	
	.show-solution .product ul .list{width:23.6%;}
	
	.show-solution .product ul .list h5{font-size:14px; height: 30px;padding-top:20px;}
	
	.show-solution .product {padding-bottom: 40px;}
	
	.solution-case h3{ font-size: 30px;}
	
	.solution-case h4{ font-size: 18px;}
	
	.solution-case .box ul li{width:30.8%;}
	
	.solution-case .box ul li .picture{height:230px;}
	
	 /* product */
	
	.bxyq-product .list li{width:34%; height:420px; padding:40px 70px 70px 70px;}
	
	.bxyq-product .list li .img{margin-top:30px;}
	
	.bxyq-product .list li h4 a{font-size:28px;}
	
	.showp{padding:50px 0;}
	
	.showp .product .picture{height:568px;}
	
	.showp .left .title{font-size:20px;}
	
	.showp .left .box .list li h4{font-size:18px;}
	
	.showp .left .box .list li .text{padding-top:20px;}
	
	.showp .left .box .list li p{ height:50px; font-size:14px;}
	
	.showp .left .box p{padding-bottom:15px;}	
		
	.showp .left .box .industry .list .img{width:100%; height:100%;}
	
	.showp .left .box .industry .list .img img{width:100%; height:100%;}
	
	.showp .left .box .industry .list .textbox .tit{font-size:14px;}
	
	.showp .left .box .industry{margin-bottom:20px;}
	
	.showp .product .content .title span {font-size: 22px;}
	
    .showp .product .content .font p {font-size: 14px;}
	
	.showp .product .content .btn a{height:40px; line-height:40px;}
	
	.showp .left .box table td{font-size:14px;}
	
	.showp .left .box table td:first-child{width:25%;}
	
	.showp .right .hot-products .title{font-size:20px;}
	
	.showp .right li .picture{height:100%;}
	
	.showp .right .hot-products li h4{font-size: 14px; font-weight:bold;}
	
	.showp .right .title{font-size:20px;}
	
	.showp .right li h4{font-size: 14px; font-weight:bold;}
	
	.showp .right .contact h4{font-size:20px;}
	
	.showp .right .contact p{font-size:14px;}
  
    /* about */
	
	.bxyq-about .about .title { font-size: 30px;}
	
	.bxyq-about .about .picture{width:47%;}
	
	.bxyq-about .about{ margin-bottom:30px;}
	
	.bxyq-about .about .content .text{font-size:14px;}
	
	.bxyq-about h3 { font-size: 30px;}
	
	.bxyq-about h4{ font-size: 18px;}
	
	.bxyq-about .chairman .title{font-size:20px;}
	
	.bxyq-about .chairman .text{font-size:14px;}
		
	.slick-initialized .slick-slide{width:100%;}
	
	.pro-min{height:330px;}
	
	.pro-min .getIndex .item{ width:150px; height:207px; background:none; border:solid 1px #ddd;}
	
	.pro-min .getIndex .item img {width: 120px;height: 160px;}
	
	.pro-min .getIndex h3{font-size:12px; width:174px;}
	
	.bxyq-about .culture{ height:630px;}
	
	.bxyq-about .culture ul li{height:120px;}
	
	.bxyq-about .culture ul li .list{padding-top:25px;}
	
	.bxyq-about .culture ul li .list span{font-size:20px;}
	
	.bxyq-about .culture ul li .list p{font-size:14px;}
	
	.bxyq-about .qualification{margin-bottom:0;}
	
	.bxyq-about .office .list .title{font-size:20px;}
	
	.bxyq-about .office .list .text{font-size:14px;}
	
	.bxyq-about .office .list{ height:480px;}
	
	.bxyq-about .office .list .textbox{ padding:34px 50px 40px;}
	
	.bxyq-about .case ul li{width:18.1%; height:95px;}
	
	 /* contact */
	 
	 .submenu .menu-list a{padding:0 20px;}
	 
	.submenu .menu-list a strong{font-size:15px;}
	
	.submenu .location{ right:6%;}
	
	.bxyq-contact h3{ font-size: 30px;}
	
	.bxyq-contact h4{ font-size: 18px;}
	
	.bxyq-contact .contact .contact-list{height:328px; padding-top:5px; padding-bottom:5px}
	
	.bxyq-contact .contact .contact-list h1{font-size:22px;}
	
	.bxyq-contact .contact .contact-list .contact-box{font-size:15px;}
	
	.bxyq-contact .contact .contact-img{width:54.7%;height:338px;}
	
	.bxyq-contact .contact .contact-img img{height:338px;}
	
	.bxyq-contact .contact .contact-list .contact-box{margin-top:10px;}
	
	.bxyq-contact .contact .contact-list .contact-box p span{padding-bottom:2px;}
	
	.bxyq-contact .branch ul span{width:100%;}
	
	.bxyq-contact .branch ul span img{ height:100%;}
	
	.bxyq-contact .branch ul li{width:23.2%; height:570px;}
	
	.bxyq-contact .branch ul li h3{font-size:20px;}
	
	.bxyq-contact .branch .branch-list{font-size:14px; line-height:28px;}

    /* service */
	
	.bxyq-service .service{padding-top:50px; padding-bottom:50px;}
	
	.bxyq-service .service .left h3{ font-size: 30px;}
	
    .bxyq-service .service .left h4{ font-size: 18px;}

    .bxyq-service .service .left h5{font-size: 14px;}
	
	.bxyq-service .service .left{ width:41%;}
	
	.bxyq-service .service .left p img{width:99.9%;}
		
	.bxyq-service .service .right{height:100%;}
	
	.bxyq-service .service .right img{height:100%;}
	
	.bxyq-service .repair{height:988px;}
	
	.bxyq-service .repair .box{padding-top:50px;}
	
	.bxyq-service .repair h3 {font-size: 30px;}
	
    .bxyq-service .repair h4 {font-size: 14px;}
	
	.bxyq-service .repair ul li {width: 22.7%;}
	
	.bxyq-service .repair ul li h2 {font-size: 18px;}

    .bxyq-service .repair ul li p {font-size: 13px;line-height: 24px;}
	
	.bxyq-service .echnical{ padding:50px 0;}
	
	.bxyq-service .echnical h3 {font-size: 30px;}
	
    .bxyq-service .echnical h4 {font-size: 14px;}
	
	.bxyq-service .echnical dl dd:first-of-type .content p {font-size: 13px;}
	
	.bxyq-service .industry{padding:50px 0 20px 0;}
	
	.bxyq-service .industry .box{margin-top: 20px;}
	
	.bxyq-service .industry .list .img{ width:100%; height:100%;}
	
	.bxyq-service .industry .list .img img {width:100%; height:100%;}

	.bxyq-service .industry h3 {font-size: 30px;}
	
    .bxyq-service .industry h4 {font-size: 14px;}
	
	.bxyq-service .industry .list .textbox .title{font-size:14px;}
	
	.bxyq-service .industry .list .textbox{ padding:14px 6px;}
	
	.bxyq-service .download{height:470px; padding-top:50px; margin-bottom:50px;}
	
	.bxyq-service .download h3 {font-size: 30px;}
	
    .bxyq-service .download h4 {font-size: 14px;}
	
	.bxyq-service .download .list .left .other{font-size:12px;}
	
	/* news */
	
	.bxyq-news .box li .left{height:100%;}
	
	.bxyq-news .box li h4 a{font-size:20px;}
	
	.bxyq-news .box li p{ font-size:14px; height:150px;}
	
	.bxyq-news .box li{margin-bottom:30px;}
	
	.show .left .content p img{ width:100%; height:100%;}  
	 
	/* commonweal */
	
	.bxyq-commonweal h3 { font-size: 30px;}
	
    .bxyq-commonweal h4 { font-size: 18px;}
	
	.bxyq-commonweal .gratitude .content{padding:2.9% 4% 5.0% 4%;}
	
	.bxyq-commonweal .social .list ul span{ width:100%;}
	
	.bxyq-commonweal .social .list ul span img{ width:100%; height:100%;}
	
	.show .left h1 {font-size: 22px;}
	
	.show .left{width:60%;}
	
	.show .right{width:28%;}
	
	.show .right .catalog ul li{padding:0 9px;}
	
	.show .right .newest ul li p{font-size:12px;}
	
	.show .left .fenxiang .span{font-size:16px;}
	
	.show .left .prenext a{font-size:16px;}
	
	/* footer */
	
	.footer .list li {width: 13%; margin-right: 0.6%;}

}


@media only screen and (max-width:1366px) {


}

@media only screen and (max-width:1300px) {

.header .logo img {width: 221px;height: 50px;}

.header .logo {width: 221px;height: 50px;}

.header .nav-list li>a {
    padding: 0 16px;
	font-size: 14px;
}

.header .nav-list li {
    height: 80px;
	    line-height: 80px;
}

.header {
    height: 80px;
	line-height: 80px;
}
.header .logo {
    margin-top: 15px;
}
.header .language a {
    line-height: 70px;
}

.news-list li {
    width: 48%;
}

.sec6-box ul li {
    width: 14.5%;
	height:70px;
	    margin-bottom: 4px;
}

.bxyq-about .office .list .textbox{ padding:34px 30px 50px;}

.bxyq-about .office .list{height:440px;}

/* footer */
	
	.footer .list li {width: 12%; margin-right: 0.1%;}
	
	.footer .list h3{font-size:14px;}
	
	.footer .list li a{font-size:12px;}
	
	.footer .list li .footer-contact {
    font-size: 12px;
}
	
	.footer .copyright{font-size:13px;}
	
	.show .right .catalog ul li{padding:0 6px;}
	
	.bxyq-about .case ul li{width:17.9%;}
	
	.bxyq-contact .contact .contact-img{width:54%;}
	
	.bxyq-contact .branch ul li{height:450px;}
	
	.bxyq-contact .branch ul li{width:23.1%;}
	
	.bxyq-contact .branch ul span img{width:303px;}
	
	.bxyq-contact .branch ul span{height:193px;}
	
	.bxyq-contact .branch ul span img{height:100%;}
	
	.bxyq-service .repair ul li{width:22.6%;}
	
	.bxyq-news .box li .right{width:63%;}
	
	.bxyq-product .list li{width:33.6%;}
	
	.show-solution .product ul .list{width:23.5%;}
	
	.solution-case .box ul li{width:30.6%;}
	
	.bxyq-commonweal .gratitude .content{padding:2.9% 4% 4.6% 4%;}
}


@media only screen and (max-width:1199px) {


}


@media only screen and (max-width:1024px) {


}


@media only screen and (max-width:950px) {


}


@media only screen and (max-width:768px) {



}


@media only screen and (max-width:640px) {



}



@media only screen and (max-width:375px) {


}

