
body{
	font-size: 14px;
	background: #fff;
}

.header{
	width: 100%;
	height: 100px;
}

.logo{
	display: block;
	float: left;
	margin-top: 10px;
}
.menu-btn{
	display:none;
}

.headertop {
    height: 26px;
    line-height: 26px;
	}
.headertop .lang {
    float: right;
}
.nav{
	float: right;
}
.nav li{
	float: left;
}
.nav li a{
	color: #000000;
	font-size: 16px;
	display: block;
	line-height: 100px;
	padding: 0px 17px;
}
.nav li.selected a{
	background: #005cc7;
	color: #fff
}
.home-banner img{
	display: block;
	width: 100%
}

.home-products{
	margin-top: 38px;
	padding-bottom: 100px
}
.home-products .title{
	color: #333333;
	text-align: center;
}
.home-products .title h3{
	font-size: 36px;
	margin-bottom: 22px;
}
.home-products .title p{
	font-size: 18px;
	line-height: 1.7;
	color: #333333
}
.home-products .lists{
	margin-top: 70px
}





/* gai banben1 */

.home-reco-lists{
	padding-top: 64px;
	margin-top: 50px;
	padding-bottom: 20px;
	text-align: center;
	background: #f5f5f5
}
.home-reco-lists li{
	display: inline-block;
	width: 346px;
	vertical-align: top;
	margin: 0 20px 20px;
}
.home-reco-lists li>a{
	width: 100%;
	height: 100%;
	display: block;
}
.home-reco-lists li>a>div{
	width: 100%;

	border:solid 1px #dfd9cb;
	overflow:hidden;
}
.home-reco-lists li>a>div img{
	width: 100%;
		height: 224px;
	display: block;
	transition: .5s;
}
.home-reco-lists li img:hover{
	transform: scale(1.1,1.1);
}
.home-reco-lists li p{
	color: #333;
	font-size: 1.1rem;
	text-align: center;
	padding: 1rem 0;
	box-sizing: border-box;
	transition: .5s;
}
.home-reco-lists li:hover p{
	color: #005cc7;
}

/* shoufengqing */

.home-products .lists{
	border: solid 1px #e6e6e6;
	border-right: none;
}
.home-products .lists li{
	width: 299px;
	height: 550px;
	float: left;
	border-right: solid 1px #e6e6e6;
	background-repeat: no-repeat;
	background-position: left center;
	position: relative;
	overflow: hidden;
}
.home-products .lists li.pro1{
	width: 350px;
	background-image: url('../images/i1.jpg')
}
.home-products .lists li.pro2{
	background-image: url('../images/i2.jpg')
}
.home-products .lists li.pro3{
	background-image: url('../images/i3.jpg')
}
.home-products .lists li.pro4{
	background-image: url('../images/i4.jpg')
}


.home-products .text-old{
	width: 274px;
	position: absolute;
	left: 46%;
	padding: 15px 0px;
	margin-left: -116px;
	top: 59%;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	text-align: center;
}
.home-products .text-old h3{
	font-size: 36px;
	color: #fff;
}
.home-products .text-old p{
	font-size: 16px;
	color: #fff;
	margin-top: 5px;
	text-transform:uppercase
}
.home-products li a{
	display: block;
	height: 100%;
}
.home-products li .mask{
    width: 100%;
    height: 50%;
    position: absolute;
    left: 100%;
    top: 280px;
    background: rgba(0, 85, 183, 0.8);
    margin-top: 90px;
}
.home-products li .mask .icon{
	display: block;
	margin: 0 auto;
}
.home-products li .mask h4{
	text-align: center;
	font-size: 30px;
	color: #ffffff;
	margin-top: 15px;
}
.home-products li .mask .cgh{
	padding: 20px;
	color: #fff;
	line-height: 1.7;
	font-size: 16px;
}
.home-products li .mask span{
	display: block;
	width: 135px;
	height: 33px;
	text-align: center;
	line-height: 33px;
	color: #000041;
	background: #fff;
	margin: 0 auto;
	font-size: 16px;
}


table.gridtable {
    font-family: verdana,arial,sans-serif;
    font-size:18px;
    color:#333333;
    border-width: 1px;
    border-color: #666666;
    border-collapse: collapse;
}
table.gridtable th {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #666666;
    background-color: #dedede;
}
table.gridtable td {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #666666;
    background-color: #ffffff;
}



#zoomid table {
    font-family: verdana,arial,sans-serif;
    font-size:18px;
    color:#333333;
    border-width: 1px;
    border-color: #666666;
    border-collapse: collapse;
}
#zoomid table th {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #666666;
    background-color: #dedede;
}
#zoomid table td {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #666666;
    background-color: #ffffff;
}


.solution-top{
	background: #005cc7;
	padding: 70px 0px 60px;
	text-align: center;
	color: #fff
}
.solution-top li{
	display: inline-block;
	padding: 0px 160px;
}
.solution-top h3{
	font-size: 60px;
	width: 100px;
	margin: 0 auto;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #fff
}
.solution-top p{
	font-size: 24px;
}

 



.solution-bot{
	width: 100%;
	height: 598px;
	background: url('../images/ui_12.jpg') no-repeat center;
	padding-top: 133px;
	color: #fff
}
.solution-bot .s-lf{
	float: left;
	margin-left: 35px;
}


.solution-bot .s-lf h4{
	font-size: 24px;
}
.solution-bot .s-lf h3{
	font-size: 48px;
	margin-top: 30px;
	margin-bottom: 90px;
}
.solution-bot .s-lr{
	float: left;
	margin-left: 181px;
	width: 658px;
}
.solution-bot .s-lr li{
	margin-bottom: 16px;
}
.solution-bot .s-lr li h3{
	font-size: 24px;
	margin-bottom: 16px;
}
.solution-bot .s-lr li p{
	font-size:22px;
}
.solution-bot .s-lr .link{
	background: #005cc7;
	color: #fff;
	display: inline-block;
	padding: 4px 13px;
	margin-top: 35px;
}


.sales-area{
	padding-top: 70px;
	padding-bottom: 60px;
}
.sales-area h3{
	text-align: center;
	font-size: 36px;
	color: #333333;
	font-weight: bold;
}
.sales-area img{
	display: block;
	margin: 10px auto
}

/* footer */
.footer{
	padding: 50px 0px;
	background: #515151;
	color: #ffffff
}
.footer-lf{
	float: left;
	margin-left: 70px;
	line-height: 1.8;
	position: relative;
	padding-right: 50px;
	margin-right: 48px;
}
.footer-lf:after{
	content:'';
	width: 1px;
	height: 135px;
	background: #999999;
	position: absolute;
	right: 0px;
	top: 0px;
}
.footer-lf h3,.footer-lr h3{
	font-size: 18px;
	margin-bottom: 5px
}
.footer-lf .fx-links{
	margin-top: 15px;
}
.fx-links a{
	display: inline-block;
	margin-right: 16px;
}

.footer-lr{
	width: 444px;
	line-height: 1.8;
	float: left;
}

.footer-code{
	float: right;
	margin-right: 34px;
	text-align: center;
}
.footer-code p{
	text-align: center;
	margin-top: 8px;
	color: #fff
}
.copyright{
	text-align: center;
	padding: 7px 0px;
	background: #515151;
	border-top: solid 1px #686868;
	font-size: 12px;
	color: #fff
}


.banner{
	width: 100%;
	position: relative
}
.banner img{
	display: block;
	width: 100%
}
.banner .container{
	height: 100%;
	position: absolute;
	left: 50%;
	margin-left: -625px;
	top: 0px;
}
.bg_text.banner .text{
	background: #0066cc;
	color: #fff;
	padding: 4px 10px 4px 8px;
}
.banner .text{
	position: absolute;
	left: 100px;
	top: 44%;
	color: #fff;
	font-size: 36px;
}


.product-one{
	margin-top:25px;
	padding-bottom: 40px;
	text-align: center;
}
.product-two{
	padding-top:25px;
	padding-bottom: 40px;
	text-align: center;
}
.product-one h2{
	color: #666666;
	font-size: 30px;
}
.product-one .lists{
	margin-top: 35px;
	text-align:center;
}
.product-one .lists li{
	float: left;
	margin-bottom: 25px;
	margin-right: 32px;
}

.product-one .lists li .pic_xx{
	width: 395px;
	height: 273px;
	overflow: hidden;
	position: relative;
	border: solid 1px #e8e8e8;
}
.product-one li .pic_xx img{
	display: block;
	width: 100%;
}

.product-one .lists li .icon{
	display: block;
	width: 49px;
	height: 49px;
	background: url('../images/cp_08.png') no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	bottom: 0px;
	transition: all .3s;
	opacity: 0
}
.product-one .lists li p{
    color: #666666;
    font-size: 18px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    height: 75px;
    width: 390px;
}

.position{
	font-family: Montserrat, sans-serif;
	color: #666666;
	text-align: left;
	margin-bottom: 25px;
}
.position a{
	font-family: Montserrat, sans-serif;
	color: #666666
}
.position span{
	font-family: Montserrat, sans-serif;
		font-size: 12px;
}


.product-two .lists{
	margin-top: 60px
}
.product-two li{
	float: left;
	margin-bottom: 55px;
	margin-right: 33px;
}
.product-two li .pic_xx{
	width: 393px;
	height: 393px;
	overflow: hidden;
	position: relative;
	background: #fff;
	box-shadow: 3px 3px 8px #ccc
}
.product-two li p{
	text-align: center;
	color: #4695da;
	font-size: 22px;
	margin-top: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
 
	width: 390px;
    height: 60px;
}
.product-two li .icon{
	display: block;
	width: 363px;
	height: 352px;
	background: url('../images/yi_06.png') no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -181.5px;
	margin-top: -176px;
	opacity: 0;
	transition: all .3s
}


.product-banner{
	width: 770px;
	margin: 35px auto;
	position: relative
}

.product-banner .swiper-container {
    width: 480px;
    margin: 0 auto
}  
.product-banner .swiper-slide a{
	display: block;
}
.product-banner p{
	text-align: center;
	color: #0066cc;
	font-size: 30px;
	margin-bottom: 30px
}
.product-banner img{
	display: block;
	width: 100%
}
.product-banner .swiper-prev,.product-banner .swiper-next{
	width: 51px;
	height: 51px;
	background-repeat: no-repeat;
	position: absolute;
	cursor: pointer;
	top: 202px;
	background-size: 100%;
}
.product-banner .swiper-prev{
	left: 0px;
	background-image: url('../images/yi_11.png')
}
.product-banner .swiper-next{
	right: 0px;
	background-image: url('../images/yi_14.png')
}







.d-con{
	line-height: 1.7;
	color: #333333
}
.d-con p{
	margin-bottom: 10px;
	font-size: 18px;
}
.details-pro{
	margin-top: 40px;
}
.mat25{
	margin-top: 25px
}
.details-pro .d-title{
	text-align: center;
	color: #666666;
	font-size: 30px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: solid 1px #e8e8e8
}
.products{
	padding-bottom: 55px;
}

.case{
	background: #f2f2f2;
	margin-top: 0px!important;
	padding-top: 25px;
	padding-bottom: 55px;
}
.case .c-title{
	text-align: center;
	color: #666666;
	font-size: 30px;
	margin-top: 30px
}
.case-lists{
	margin-top: 40px;
}
.case-lists li{
	float: left;
	text-align: center;
	margin-right: 55px;
	margin-bottom: 50px;
	transition: all .4s;
	transform: scale(1, 1)
}
.case-lists li .pic_xx{
	padding: 15px;
	background: #fff;
	width: 380px;
	overflow: hidden;
	box-shadow: 2px 2px 3px #ccc
}
.case-lists li .pic_xx img{
	display: block;
	width: 100%;
	height: 270px;
	margin: 0 auto
}
.case-lists li p{
text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    margin: 20px auto 20px;
    color: #005fc1;
    font-size: 18px;
    width: 340px;
    height: 44px;
}
.case-lists li a{
	display: inline-block;
	padding: 3px 28px 5px;
	color: #fff;
	background: #005fc1;
	margin: 0 auto;
	font-size: 17px;
	transition: all .4s
}

.product-one .lists li:nth-child(3n),.product-two .lists li:nth-child(3n),.case-lists li:nth-child(3n){
	float: right;
	margin-right: 0px;
}

.about{
	background: #f7f7f7;
	padding-top: 25px;
	padding-bottom: 70px
}
.about-text{
	padding: 53px 44px 90px;
	font-size: 18px;
	line-height: 2;

}
.about-text p{
	margin-bottom: 35px;
	color: #333333;
	font-family: Montserrat, sans-serif;
}
.about-text h2{
	text-align: center;
	color: #000000;
	font-size: 30px;
	margin-bottom: 35px;
}

.about-mid{
	width: 100%;
	height: 602px;
	background: url('../images/abbg_02.jpg') no-repeat center;
}
.about-mid .text{
	width: 530px;
	float: right;
	margin-right: 45px;
	margin-top: 45px;
	font-size: 15px;
	line-height: 1.6;
	text-align:left;
	color:#fff
}
.about-mid .text p{
 
	margin-bottom: 15px;
}
.about-mid .pic_xx{
	display: none;
}


.qualifications{
	margin-top: 100px;
}
.qualifications .etitle{
	text-align: center;
}
.qualifications .etitle h2{
	display: inline-block;
	position: relative;
	color: #333333;
	font-size: 42px;
}
.qualifications .etitle h2 .icon{
	position: absolute;
	left: -59px;
	top: -50px;
}
.qualifications .lists{
	margin-top: 80px;
}
.qualifications .lists li{
	width: 281px;
	height: 377px;
	float: left;
	margin: 0px 15px;
	border: solid 1px #3daedf;
}
.qualifications .lists li img{
	display: block;
	width: 100%
}


.contact-top{
	height: 350px;
	margin-top: 40px;
 
	position: relative
}
.contact-top .text{
	float: right;
	width: 477px;
	margin-right: 40px;
	padding-top: 30px;
	color: #333333;
	line-height: 1.6
}
.contact-top .text h3{
	font-size: 30px;
	margin-bottom: 10px
}
.contact-top .text p{
	font-size: 24px;
}
.contact-top .pic_xx{
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.contact-bot{
	margin-top: 255px;
}
.contact-bot .con-item{
	width: 50%;
	float: left;
	position: relative;
	padding-left: 19px;
	color: #666666;
	font-size: 18px;
	line-height: 1.9;
}
.contact-bot .con-item span{
	display: block;
	width: 357px;
	height: 357px;
	border-radius: 50%;
	position: absolute;
	left: 43px;
	top: -106px;
	background: #d0d7e5;
	z-index: -1;
}
.contact{
	padding-bottom: 200px
}
.service-top{
	margin-top: 80px;
}

.service-top .text{
	float: left;
	width: 415px;
	height: 255px;
	text-align: center;
	padding: 0px 63px;
}
.service-top li:nth-child(1).text{
	border-right: solid 1px #e5e5e5;
}
.service-top .text img{
	margin-bottom: 15px;
}
.service-top .text h3{
	font-size: 18px;
	color: #333333;
	line-height: 1.8;
	font-weight: bold;
}
.service-top .text p{
	color: #333333;
	line-height: 1.8;
	margin-top: 15px;
}
.service-top .pic_xx{
	float: right
}
.service-mid{
	margin-top: 100px;
	padding-top: 25px;
	background: #f5f5f5;
	padding-bottom: 60px;
	text-align: center;
	background: url(../images/server_01.jpg) no-repeat center;
}
.service-mid .titlet{
	color: #333;
	font-size: 36px;
}
.service-mid .lists{
	margin-top: 45px
}
.service-mid li{
	display: inline-block;
	width: 236px;
	height: 299px;
	background: url('../images/fw_17.jpg') no-repeat;
	margin: 0px 50px 40px;
	padding: 130px 20px;
	color: #666666;
	vertical-align: top;
	transition: all .3s;
	-webkit-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-o-transform: scale(1,1);
	transform: scale(1,1);
}
.service-mid li h3{
	font-size: 22px;
	margin-bottom: 27px;
  
}
.service-mid li p{
	margin-bottom: 5px;
}

.technical-service{
	padding: 90px 0px 55px;
	text-align: center;
}
.technical-service h3{
	color: #333333;
	font-size: 42px;
}
.technical-service p{
	color: #666666;
	font-size: 18px;
	line-height: 1.8;
	margin-top: 50px;
	padding: 0 75px;
}
.technical-service .links{
	text-align: right;
	margin-top: 32px;
}

.technical-service .links a{
	display: inline-block;
	width: 153px;
	height: 37px;
	line-height: 37px;
	color: #fff;
	background: #999999;
	font-size: 18px;
	text-align: center;
	margin-right: 200px;
	transition: all .3s
}


.service-hotline{
	margin-top: 53px;
	height: 343px;
	background: #333434;
	margin-bottom: 135px;
}
.service-hotline .container{
	position: relative
}
.service-hotline .pic_xx{
	position: absolute;
	left: 145px;
	top: -20px;
}
.service-hotline .text{
	padding-right: 68px;
	text-align: right;
	padding-top: 85px;
	color: #fff
}
.service-hotline .text p{
	font-size: 36px;
}
.service-hotline .text h3{
	font-size: 60px;
	margin-top: 18px;
}

.new-tit{
	margin-top: 35px;
	color: #666666;
	font-size: 30px;
	text-align: center;
}
.news .lists{
	margin-top: 37px;
	text-align:left;
}
.news .lists li{
	margin-bottom: 27px;
}
.news .lists li a{
	display: block;
	padding: 25px 30px;
}
.news .lists li .pic_xx{
	display: block;
	width: 248px;
	float: left;
	transition: all .3s;
	transform: scale(1, 1)
}
.news .lists li .textn{
	margin-left: 267px;
}
.news .lists .textn h3{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #0e3f6f;
	font-size: 20px;
}
.news .lists li:nth-child(odd) a{
	background: #f0f0f0
}
.news .lists .textn .time{
	color: #969696;
	margin: 10px 0px 15px;
}
.news .lists .textn .cn{
	color: #646464;
	line-height: 1.7;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news .lists .textn span{
	display: block;
	width: 100px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #646464;
	margin-top: 20px;
	border: solid 1px #e6e6e6;
}

.pages{
	text-align: center;
}
.pages li{
	display: inline-block;
	margin: 0px 5px;
}
.pages li a{
	display: block;
	padding:5px 12px;
	background: #f0f0f0;
	color: #969696;
	border: solid 1px #e6e6e6;
}

.news{
	padding-bottom: 80px
}


.details-new{
	margin-top: 30px;
	padding-bottom: 60px
}
.details-new .title{
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #eeeeee
}
.details-new .title h3{
	font-size: 26px;
	line-height: 1.5;
	font-weight: 300;
	color: #333
}
.details-new .title p{
	margin-top: 10px;
	color: #666
}
.details-new .comn{
	padding: 35px 50px;
}
.details-new .comn .p{
	text-indent: 2em;
	line-height: 1.7;
	font-size: 16px;
	margin-bottom: 25px;
	color: #333
}
.case-det{
	padding: 35px 70px;
}









@media(min-width:1100px) {

	.case-lists li:hover,.service-mid li:hover,.news .lists li:hover .pic_xx{
		transition: all .4s;
		transform: scale(1.1, 1.1)
	}
	.nav li:hover a {
	    background: #005cc7;
	    color: #fff;
	}
	.solution-bot .s-lr .link:hover{
		background: #0152af
	}
	.product-one .lists li:hover .icon{
		opacity: 1
	}
	.product-two li:hover .icon{
		opacity: 1
	}
	.case-lists li a:hover{
		background: #02356a
	}
	.technical-service .links a:hover{
		background: #4a8ad5
	}
	.news .lists .textn span:hover{
		border: solid 1px #004ade;
		background: #004ade;
		color: #fff
	}
	.pages li.selected a,.pages li:hover a{
		background: #004ade;
		color: #fff;
		border: solid 1px #004ade;
	}


}


@media(max-width:765px) {

	.details-new .comn {
	    padding: 25px 5px;
	}
	
	body{
		padding-top: 70px
	}
	.header{
		width: 100%;
		height: 90px;
		position: fixed;
		left: 0px;
		top: 0px;
		z-index: 990;
		background: #fff;
		border-bottom:solid 1px #0066cc 
	}
	.container{
		width: 100%;
		padding: 0 10px;
	}
	.logo{
		width: 209px;
		margin-top: 13px;		
	}
	.logo img{
		display: block;
		width: 100%;
	}
	.menu-btn{
		display: block;
		float: right;
		margin-top: 20px;
		width: 35px;
		margin-right: 10px;
	}
	.nav{
		width: 100%;
		height: auto;
		position: absolute;
		left: 0px;
		top: 70px;
		background: #fff;
		padding-bottom: 10px;
		display: none;
	}
	.nav li{
		float: none;
	}
	.nav li a{
		font-size: 14px;
		line-height: normal;
		padding: 10px 10px;
	}
	.home-products .title h3{
		font-size: 26px;
		margin-bottom: 17px;
	}
	.home-products .title p{
		font-size: 16px;
	}
	
	.home-products .lists li,.home-products .lists li.pro1{
		width:48%;
		margin: 0 1% 15px;
		height: 226px;
		background-size: cover
	}
	.home-products .text-old{
		width: 100%;
		left: 0px;
		margin-left: 0px;
		top: 58%;
		padding: 5px 0px;
	}
	.home-products .lists{
		border: none
	}
	.home-products .lists li{
		border:  solid 1px #e6e6e6;;
	}
	.home-products .text-old h3{
		font-size: 24px;
	}
	.home-products .text-old p{
		font-size: 12px;
	}




	.home-products{
		padding-bottom: 30px
	}
	.solution-top li{
		width:48%;
		padding: 0px;
		margin-bottom: 20px
	}
	.solution-top{
		padding: 30px 0px;
	}
	.solution-top h3{
		font-size: 36px;
		width: 75px;
	}
	.solution-top p {
	    font-size: 18px;
	}
	.solution-bot{
		background-size: auto 100%;
		height: auto;
		padding: 30px 0px;
	}
	.solution-bot .s-lf h3 {
	    font-size: 29px;
	    margin-top: 15px;
	    margin-bottom: 30px;
	}
	.solution-bot .s-lf{
		float: none;
		margin-left: 0px;
	}
	.solution-bot .s-lr{
		margin-top: 30px;
		margin-left: 0px;
		float: none
	}
	.solution-bot .s-lr .link{
		margin-top: 15px;
	}
	.sales-area {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.sales-area h3{
		font-size: 30px;
	}
	.footer-lf{
		float: none;
		margin-left: 0px;
	}
	.footer{
		padding: 20px 0px;
	}
	.footer-lf:after{
		content: none;
	}
	.footer-lr{
		width: 100%;
		float: none;
		margin-top: 12px
	}
	.footer-code{
		float: none;
		margin-top: 20px;
		text-align: left;
	}
	.footer-code p{
		text-align: left;
	}

	.about-text {
	    padding: 23px 14px 20px;
	    font-size: 16px;
	    line-height: 1.7;
	    text-indent: 2em;
	}
	.about-text h2{
		font-size: 22px;
		margin-bottom: 19px;
	}
	.banner .container {
	    position: absolute;
	    left: 0;
	    margin-left: 0px;
	}
	.banner .text {
	    left: 28px;
	    top: 41%;
	    font-size: 17px;
	}
	.about-mid .pic_xx{
		display: block;
		width: 100%
	}
	.about-mid{
		height: auto;
		background: none;
		padding: 30px 0px;
	}
	.about-mid .text{
		width: 100%;
		margin:20px 0px 10px;
		font-size: 16px;
		float: none
	}
	.about-mid .text p{
		margin-bottom: 10px
	}
	.about-text p{
		margin-bottom: 20px
	}
	.qualifications .etitle h2 .icon{
		display: none;
	}
	.qualifications{
		margin-top: 20px;
	}
	.qualifications .etitle h2{
		font-size: 30px;
	}
	.qualifications .lists li{
		width: 46%;
		height: auto;
		margin: 0 1% 20px;
	}
	.qualifications .lists {
	    margin-top:40px;
	}
	.case-lists li{
		width: 48%;
		margin: 0px 0px 20px
	}
	.case-lists li:nth-child(odd){
		float: left
	}
	.case-lists li:nth-child(even){
		float: right
	}
	.case-lists li .pic_xx{
		width: auto;
		padding: 8px;
	}
	.case-lists li .pic_xx img{
		height: auto
	}
	.case-lists li p{
		font-size: 14px;
	}
	.case-lists li a{
		font-size: 15px;
	}
	.contact-top{
		height: auto;
		margin-top:40px;
	}
	.contact-top .pic_xx{
		position: relative;
		left: auto;
		top: auto;
	}
	.contact-top .text {
	    float: none;
	    width: 100%;
	    margin-right: 0px;
	    padding-top: 20px;
	    color: #333333;
	    padding: 15px;
	    line-height: 1.6;
	}
	.contact-top .text h3 {
	    font-size: 23px;
	}
	.contact-top .text p {
	    font-size: 18px;
	}
	.contact-bot {
	    margin-top: 20px;
	}
	.contact-bot .con-item{
		width: 100%;
		margin-bottom: 25px;
	}
	.contact-bot .con-item span{
		display: none;
	}
	.contact {
	    padding-bottom:40px;
	}

	.new-tit{
		font-size: 26px;
	}
	.news .lists li a {
	    padding:15px 15px;
	}
	.news .lists li .pic_xx{
		float: none
	}
	.news .lists li .textn{
		margin-left: 0px;
		padding-top: 20px;
	}
	.news .lists .textn span{
		border: solid 1px #004ade;
		background: #004ade;
		color: #fff
	}
	.pages li a{
		padding: 3px 8px;
	}
	.pages li{
		margin: 0px 2px;
	}
	.product-one h2{
		font-size: 26px;
	}

	.product-one .lists li,.product-two li{
		width: 48%;
		margin: 0 1% 20px;
	}
	.product-one .lists li .pic_xx,.product-two li .pic_xx{
		width: 100%;
		height: auto
	}
	.product-one .lists li:last-child, .product-two .lists li:last-child, .case-lists li:last-child {
	    float: left;
	    margin-right: 0px;
	}
	.product-banner{
		width: 100%
	}
	.product-banner .swiper-prev, .product-banner .swiper-next{
		top: 55%;
		width: 40px;
		height: 40px
	}
	.product-banner .swiper-container{
		width: 80%
	}
	.service-top .text{
		width: 100%;
		padding: 0px 36px;
	}
	.service-mid {
	    margin-top: 30px;
	    padding-bottom: 30px;
	}
	.service-mid li{
		float: left;
		width: 48%;
		height: 260px;
		background-size: 100%;
		margin: 0 1% 15px;
		padding: 102px 10px 0px;
	}
	.service-mid li h3 {
	    font-size: 19px;
	    margin-bottom: 14px;
	}
	.technical-service {
	    padding: 30px 0px 25px;
	    text-align: center;
	}
	.technical-service h3{
		font-size: 28px;
	}
	.technical-service p{
		padding: 0px 20px;
		margin-top: 16px;
		text-align: left;
	}
	.technical-service .links{
		text-align: left;
	}
	.technical-service .links a{
		margin-right: 0px;
		margin-left: 15px;
	}
	.service-hotline {
	    margin-top: 33px;
	    height: auto;
	    background: #333434;
	    margin-bottom: 35px;
	    padding-bottom: 40px;
	    padding-top: 30px;
	}
	.service-hotline .pic_xx{
		position: relative;
		left: auto;
		top: auto;
		width:60%
	}
	.service-hotline .text {
	    padding-right: 18px;
	    text-align: left;
	    padding-top: 35px;
	}
	.service-hotline .text p {
	    font-size: 23px;
	}
	.service-hotline .text h3 {
	    font-size: 30px;
	    margin-top: 8px;
	}
	.case-det {
	    padding: 25px 10px;
	}
}

@media(max-width:440px) {

	
	.details-new .title h3{
		font-size: 22px;
	}
	.details-pro .d-title{
		font-size: 25px;
	}
	.product-banner p{
		font-size: 26px;
	}
	.product-two li p{
		font-size: 18px;
	}






}






@media(max-width:340px) {


	.service-top .text{
		padding: 0px 10px;
	}
	.service-mid li{
		height: 202px;
		padding: 76px 5px 0px;
	}
	.service-mid li p{
		font-size: 12px;
	}
	.technical-service h3 {
	    font-size: 23px;
	}

	
}




































































































































































































































































































































