/*css初始化 ---start*/
*{margin: 0;padding: 0;}
@font-face {
    font-family: 'huinuo';  /*给自定义字体命名*/
    src: url(../fonts/ROBOTO-REGULAR.TTF);
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{ margin:0; padding:0; }
body { background:#fff;font-size:0.9rem; font-family: huinuo, sans-serif!important; color: #272727;}
td,th,caption { font-size:0.9rem; }
address, caption, cite, code, dfn, em,strong, th, var { font-style:normal; font-weight:normal;}
a { text-decoration:none; }
a:hover { text-decoration:none; }
img { border:none; max-width:100%;}
ol,ul,li { list-style:none; }
input, textarea, select, button { font:1.1rem huinuo,sans-serif; }
p{font-family: huinuo,sans-serif;}
table { border-collapse:collapse; }
html {overflow-y: scroll;}
.no-padding{
	padding-left: 0;
	padding-right: 0;
}
.no-margin{
	margin-right: 0;
	margin-left: 0;
}
/*.row{
	margin-left: 0;
	margin-right: 0;
}*/
.blue-but{
	background-image: linear-gradient(to right ,#0074be 0,#0794d6 50%)!important;
	border: 1px solid #0794d6!important;
}
.cursor{
	cursor: pointer;
	transition: 1s;
	-moz-transition: 1s; /* Firefox 4 */
	-webkit-transition: 1s; /* Safari and Chrome */
	-o-transition: 1s; /* Opera */
}
.cursor-basic{
	cursor: pointer;
}
.cursor:hover{
	transform: scale(1.2);
}
.cursor2{
	cursor: pointer;
	transition: 0.3s;
	-moz-transition: 0.3s; /* Firefox 4 */
	-webkit-transition: 0.3s; /* Safari and Chrome */
	-o-transition: 0.3s; /* Opera */
}
.cursor2:hover{
	transform: scale(1.1);
}
.dnone{
	display: none;
}
.center-block{
	display: flex;
}
.center-child{
	margin: auto;
}
/*css初始化 ---end*/


.header{
	line-height: 8.5rem;
	background: #FFF;
}
.header-r{
	text-align: end;
}
.logo{
	max-width: 6.5rem;
	
}
.header-email{
	color: #35558c;
	font-weight: bold;
	font-size: 1.6rem;
}
.lang-img{
	min-width: 15px;
	max-width: 20px;
	width: 1rem;
}
.contact-img{
	font-size: 1.1rem;
}
.contact-img i{
	margin-right: .3rem;
	color: #272727;
}
.nav{
	background-color: #35558c;
	line-height: 4.25rem;
	color: #fff;
}
.nav-sty{
	display: flex;
	flex-flow: row nowrap;

}
.nav-r{
	float: right;
}
.nav-sty li{
	padding-right: 1.2rem ;
}
.nav-sty li a{
	color: #fff!important;
}
.find-bg{
	background-color: #727272;
	width: 80%;
	text-align: center;
	text-align: -moz-center;
	text-align: -webkit-center;
	margin: auto;
}
.find-bg:hover{ background:#0794d6;}
.first-block{
	background: url(../images/bannner.png);
	background-size: 100% 100%;
}
.first-block-b{
	padding-top: 4.5rem;
	padding-bottom: 15rem;
	color: #FFF;

}
.first-block-b p{
	font-size: 1.8rem;
}
.first-block-b input{
	border: 0px;
	background-color: #FFF;
	outline-style: none;
	border-radius: 4px;
	height: 3.1333333333rem;
	color: #727272;
	padding-left: 1rem;
	margin-right: 1rem;
	width:100%;
}
.first-block-b select{
	background-color: #FFF;
	line-height: 3rem;
	margin-bottom: 1rem;
	outline-style: none;
	width: 100%;
}
.first-block-l{
	/*background-color: #133e8a;*/
	background: rgba(19,62,138,.9);
	height: 25rem;
}
.first-block-r{
	/*background-color: #000;*/
	background: rgba(0,0,0,.5);
	height: 25rem;
}
.search-space{
	padding-right: 1rem;
	margin-bottom: 1rem;
}
.but-green{
	text-align: center;
	text-align: -webkit-center;
	text-align: -moz-center;
	background-color: #9FC137;
	border: 1px solid #9FC137;
	border-radius: 4px;
	padding: .5rem;
	height: 3.1333333333rem;
	justify-content: flex-end;
	width: 100%;
}
.first-block-blue{
	padding-top: 6rem;
	padding-right: 5rem;
	float: right;
	line-height: 2rem;
	width: 28rem;
}
.sear-pro-text{
	font-size: 1.8rem;
	font-weight: bold;
	text-align: left;
	text-align: -moz-left;
	text-align: -webkit-left;
	margin-bottom: 1.8rem;
	opacity: 1;
}
.first-block-r-text{
	padding-top: 6rem;
	margin-right: 7rem;
	font-size: 0.8rem;
	font-weight: lighter;
	margin-left: 5rem;
	max-width: 750px;
	word-wrap: break-word;
}
.first-block-r-text p{
	font-size: 0.8rem;
	margin-bottom: .8rem;
}
.first-block-r-text>p:nth-child(1){
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
}
.second-block{
	background-color: #F2F2F2;
	display: flex;
	justify-content: center;
	padding-bottom: 5.5rem;
}
.float-block{
	background-color: #fff;
	text-align: center;
	text-align: -moz-center;
	text-align: -webkit-center;
	padding: 2.8rem 15rem 0 15rem;
	position: relative;
	top: -7.75rem;
	box-shadow:0px 5px 10px #ddd;
	margin: 0 4rem;
	
}
.float-block-content{
	text-align: center;
    text-align: -webkit-center;
	text-align: -moz-center;

}
.float-block-content div:nth-child(1),.smart-solution{
	font-size: .8rem;
	margin-bottom: 0.5rem;
	color: #135283;
}
.float-block-content div:nth-child(2){
	font-size: 1.5rem;
	font-weight: bold;
	margin: 1.75rem;
	color: #135283;
}
.float-block-content div:nth-child(3){
	color: #878787;
	font-size: 1rem;
	font-weight: lighter;
	margin: 0 .5rem .4rem;
}
.float-block-content div:nth-child(4){
	font-size: 1rem;
	font-weight: bold;
	margin: 0 2rem 2.25rem;
}
.float-block-content a:nth-child(5){
	display: block;
	line-height: 2.25rem;
	font-size: 0.8rem;
	margin-bottom: 4rem;
	border: 1px solid #3175BA;
	color: #3175BA;
	width: 8rem;
}
.smart-solution{
	margin-top: -2.5rem;
	font-size: .9rem;
	text-align: center;
	text-align: -moz-center;
	text-align: -webkit-center;
}
.smart-solution a{
	display: inline-block;
	margin: 1.2rem 0 1.5rem 0;
	color: #135283;
	border-bottom: 1px solid;
}
.swiper-container {
    
} 
.swiper-slide{
	text-align: center;
	text-align: -moz-center;
	text-align: -webkit-center;
	color: #135283;
}
.round-bg{
	background-color: #01437D;
	display: flex;
  	justify-content: center;
  	align-items: center;  
	border-radius: 3rem;
	width: 6rem;
	height: 6rem;
	margin-bottom: 1rem;
} 
.round-bg img{
	width: 70%;
}
/*.round-bg img:nth-child(3){*/
/*	width: 60%;*/
/*}*/
.third-block{
	background-image:linear-gradient(to top left, #D4D4D4,#FFF 40%)
}
.third-block-reverse{
	background-image:linear-gradient(to top right, #D4D4D4,#FFF 40%)

}
.third-block-but{
	line-height: 2.25rem;
	font-size: 0.8rem;
	/*margin-bottom: 4rem;*/
	border: 1px solid #135283;
	color: #135283;
	width: 8rem;
	text-align: center;
	text-align: -webkit-center;
	text-align: -moz-center;
	padding: 0;
}
.third-block-img{
	display: flex;
    justify-content: flex-end;
    padding: 1rem 0;

}
.third-block-img-reverse{
	display: flex;
    justify-content: flex-start;
    padding: 1rem 0;

}
.third-block-img img,.third-block-img-reverse img{
	/*width: 80%;*/
	height: auto;
    
}
.third-block-text{
	text-align: center;
	text-align: -moz-center;
	text-align: -webkit-center;

}
.third-block-text>div:nth-child(1){
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 1.15rem;
	color: #135283;
}
.third-block-text>div:nth-child(2){
	font-size: 0.9rem;
	color: #878787;
	margin-bottom: 0.75rem;
}
.third-block-text>div:nth-child(3){
	margin-bottom: 2.9rem;
	justify-content: center;
}
.third-block-text>div:nth-child(3) div{
	background-color: #000;
	font-size: 0.8rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-align: -webkit-center;
	text-align: -moz-center;
	float: left;
	margin: 0.2rem;
	padding: 0.1rem;
}
.news{
	padding: 0.5rem;
	font-size: .8rem;
	color: #727272;
	/*font-weight: lighter;*/
}
.news div:nth-child(1){
	border-bottom: 1px solid #727272;
	padding-bottom: .8rem;
}
.news div:nth-child(2){
	font-size: .9rem;
	margin: .8rem 0 2rem 0;
}
.news img{
	width: 100%;
	margin-bottom: .8rem;
}
.title{
	font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1.2rem;
    margin-top: 3.5rem;
    color: #135283;
}
.fourth-block{
	text-align: center;
	text-align: -webkit-center;
	text-align: -moz-center;
	background-color: #F2F2F2;
}
.fourth-block-content{
	padding: 0 6rem 0 6rem;

}
.big-num{
	color: #135283;
	font-size: 5rem;
	font-weight: bold;
	margin-top: 2.25rem;
}
.big-num+div{
	color: #135283;
	font-weight: bold;
}
.fourth-block-content-text{
	font-size: .8rem;
	/*font-weight: lighter;*/
	color: #878787;
	padding: 0 6rem;
}
.earth-bg{
	background-size: 100%;
	padding: 4rem 0  5rem 0;
	text-align: center;
	text-align: -moz-center;
	text-align: -webkit-center;
	background-image: url(../images/earch_32.jpg);
}
.fourth-block-but{
	line-height: 2.25rem;
	font-size: 0.8rem;
	border: 1px solid #135283;
	color: #FFF;
	width: 8.5rem;
	text-align: center;
	text-align: -moz-center;
	text-align: -webkit-center;
	background-color: #135283;
	margin-bottom: 5rem;
}
.float-block2{
	background-color: #fff;
	/*	text-align: center;*/
	padding: 2.5rem 4rem 2.5rem 4rem;
	position: relative;
	top: -4.75rem;
	margin: 0 2rem;
	box-shadow:0px 5px 10px #ddd;
	color: #135283;
	display: flex;
	
}
.float-block2-l div:nth-child(1){
	font-size: .8rem;
	margin-bottom: .8rem;
}
.float-block2-l div:nth-child(2){
	font-size: 1.2rem;

}
.fifth-block{
	background-color: #083D71;
}
.float-block2-r{
	margin: auto;
	display: table-row;
	height: 3rem;
}
/*.float-block2-r input{
	border: 2px solid #135283;
	padding: .9rem;
	margin: auto;
}*/
.float-block2-r div{
	font-size: 1.2rem;
	height: 100%;
	margin: auto;
	padding-left:0px ;
	padding-right:0px ;
	border: 2px solid #135283;
	display: flex;
	text-align: center;
	text-align: -moz-center;
	text-align: -webkit-center;
	justify-content: center;
    align-items: center;
    font-weight: 500;
}
.float-block2-r div:nth-child(2){
	border-left: 0px;
}
.sixth-block{
	padding: 0 7rem 5rem;
	color: #fff;
}
.sixth-block-logo{
	width: 5rem;
}
.sixth-block-1{

}
.sixth-block-1 p:nth-child(3){
	font-size: .7rem;
	padding-right: 10rem;
	margin-bottom: .7rem;
}
.sixth-block-2{

}
.sixth-block-3{

}
.sixth-block-3 li,.sixth-block-2 li {
	font-size: .8rem;
	font-weight: lighter;
	line-height: 1.4rem;
}
.sixth-block-4{
	text-align: end;
}
.sixth-block-4 img{
	margin-top: .8rem;
	width: 5rem;
}
.sixth-block-title{
	font-size: .9rem;
	margin-top: .8rem;
}
.margin-bottom-8{
	margin-bottom: .9rem;
}
.margin-bottom-40{
	margin-bottom: 4rem;
}
.seventh-block{
	background-color: #083D71;
	padding: 1rem;
	border-top:1px solid #fff ;
	font-size: .7rem;
	text-align: center;
	text-align: -webkit-center;
	text-align: -moz-center;
	color: #FFF;
}
select{
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border:solid 1px #727272;
	border-radius: 4px;
	/*很关键：将默认的select选择框样式清除*/
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background:url("../images/icon5.png") no-repeat scroll right center transparent;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding:0 1rem;
	color: #727272;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand{display:none;}
option{
	border-radius: 4px;
}
.side-link{
	position: fixed;
	top: 30%;
	right: 0px;
	z-index: 99999999999999999;
	width: 3rem;
	/*background-color: green;*/
	
	/*height: 15rem;*/
	/*border-radius: 4px;*/
	/*color: #fff;*/
}
.box{
      position: relative;
      overflow: hidden;
    }
.box:after{
	position: absolute;
	left: -100%;
	top: 0;
	content: "";     
	width: 50%;
	height: 100%;
	/* Safari 5.1 - 6.0 */
	background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 50%,rgba(255,255,255,0) 100%);
	/* Opera 11.1 - 12.0 */
	background: -o-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 50%,rgba(255,255,255,0) 100%);
	/* Firefox 3.6 - 15 */
	background: -moz-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 50%,rgba(255,255,255,0) 100%);
	/* 标准的语法 */
	background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 50%,rgba(255,255,255,0) 100%);
	transform: skewX(-45deg);
	transition: 1s ease;
}
.box:hover:after{
	left: 150%;
	transition: 1s ease;
}

.button-animation {
  position: relative;
}
.button-animation:hover{
}
.button-animation:before{
  content: '';
  display: block;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 50%, rgba(49,117,186, 0.5) 50%);
  background-size: 210% 100%;
  background-position: right bottom;
  position: absolute;
  top: 0;
  bottom:0;
  right:0;
  left: 0;
  transition: all 1s;
  -webkit-transition: all 1s;
}
  
.button-animation:hover:before {
  background-position: left bottom;
}

.button-animation2 {
  position: relative;
}

.button-animation2:before{
  content: '';
  display: block;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.4) 50%);
  background-size: 210% 100%;
  background-position: right bottom;
  position: absolute;
  top: 0;
  bottom:0;
  right:0;
  left: 0;
  transition: all 1s;
  -webkit-transition: all 1s;
}
.bottom-icon{
	font-size: 1.2rem;
}
.read-more{
	/*width:8vw;*/
	display: inline-block;
	margin-top:1rem;
	color:#135283;
	border-bottom: 1px solid #135283;
}
.button-animation2:hover:before {
  background-position: left bottom;
}

.app-list li{
	float: left;
	margin-right: 2%;
	width: 18%;
	margin-bottom: 5rem ;
}
.app-list li:nth-child(5n+1){
	clear: both;
}

@media (min-width: 768px ){
	html{
		font-size: 10px;
	}
}
@media (min-width: 992px ){
	html{
		font-size: 10px;
	}
}
@media (min-width: 1200px ){
	html{
		font-size: 15px;
	}
	.container-fluid{
		width: 1170px;
	}
}
@media (min-width: 1500px ){
	.container {
		width: 1440px;

	}
	.no-padding1440{
		padding-right: 0px;
		padding-left: 0px;
	}
	.container-fluid{
		width: 1440px;
	}
	html{
		font-size: 20px;
	}
}
@media (max-width: 768px){
	html{
		font-size: 5px;
	}
	.center-block{
		display: flex;
		padding: 2rem 0;
		flex-flow: row wrap;
	}
	.sixth-block-1, .sixth-block-2, .sixth-block-3{
		text-align: center;
		text-align: -webkit-center;
		text-align: -moz-center;
	}
	.float-block2-r div:nth-child(2),.float-block2-r div:nth-child(1){
		
		/*border-left: 2px!important;*/
		border: 0px;
	}
	.first-block-r-text p{
		overflow: hidden;
		text-overflow:ellipsis;
	}
	.find-bg{
		width: 100%;
	}
	.sixth-block-4{
		text-align: center;
		text-align: -moz-center;
		text-align: -webkit-center;
	}
	.header{
		line-height: 12.5rem;
		background: #FFF;
	}
	.header-r{
		text-align: end;
		font-size: 2.5rem;
	}
	.logo{
		max-width: 12.5rem;

	}
	.header-email{
		color: #35558c;
		font-weight: bold;
		font-size: 2.8rem;
	}
	.nav{
		line-height: 10rem;
	}
	body{
		font-size: 2.5rem;
	}
	.first-block-blue{
		padding: 5rem 10rem;
		text-align: center;
		text-align: -webkit-center;
		text-align: -moz-center;
		float: none;
		line-height: 3rem;
		width: 100%;
	}
	.but-green{
		padding: 1rem;
		height: 5rem;
		width: 100%;
	}
	.first-block-b input{
		height: 5rem;
	}
	.first-block-b select{
		height: 5rem;
	}
	.first-block-r{
		height: auto;
		font-size: 2.5rem;
	}
	.first-block-b p{
		font-size: 4rem;
	}
	input, textarea, select, button { font-size: 2rem; }
	.first-block-r-text>p:nth-child(1){
		font-size: 4rem;
		margin-bottom: 2rem;
		padding: 0 6rem 3rem;
	}
	.float-block-content div:nth-child(1){
		font-size: 3rem;
	}

	.float-block-content div:nth-child(2){
		font-size: 3.8rem;
	}
	.float-block-content div:nth-child(3){
		font-size: 3rem;
	}
	.float-block-content a:nth-child(4){
		line-height: 4rem;
		font-size: 3rem;
		margin-bottom: 4rem;
		border: 1px solid #135283;
		color: #135283;
		width: 25rem;
	}
	.smart-solution{
		margin-top: -2.5rem;
		font-size: 3rem;
		text-align: center;
		text-align: -moz-center;
		text-align: -webkit-center;
	}
	.title{
		font-size: 5rem;
		text-align: center;
		text-align: -moz-center;
		text-align: -webkit-center;
	}
	.news{
		font-size: 3rem;
	}
	.news div:nth-child(2){
		font-size: 3rem;
	}
	.third-block-but{
		line-height: 4.25rem;
		font-size: 3rem;
		width: 20rem;
		margin: 4rem auto;
	}
	.fourth-block-content-text{
		font-size: 3rem;
		padding: 0;
	}
	.big-num{
		font-size: 7rem;
	}
	.fourth-block-but{
		line-height: 5.25rem;
		font-size: 3rem;
		width: 25rem;
	}
	.float-block2-l div:nth-child(1){
		font-size: 3rem;
	}
	.float-block2-l div:nth-child(2){
		font-size: 4.5rem;
	}
	.float-block2{
		display: grid;
		padding: 3rem 0 7rem 0;
		text-align: center;
		text-align: -webkit-center;
		text-align: -moz-center;
	}
	.float-block2-r div{
		font-size: 3rem;
	}
	.sixth-block-logo{
		width: 20rem;
	}
	.float-block2-r div:nth-child(2), .float-block2-r div:nth-child(1){
		margin: 1.3rem;
	}
	.sixth-block-title{
		font-size: 4rem;
	}
	.sixth-block-1 p:nth-child(3){
		font-size: 3rem;
		margin-bottom: 1rem;
		padding-right: 0px;
	}
	.bottom-icon{
		font-size: 5rem;
	}
	.sixth-block-3 li, .sixth-block-2 li{
		font-size: 3rem;
		margin-bottom: 2.5rem;
	}
	.sixth-block-4 img {
		margin-top: 2rem;
		width: 20rem;
	}
	.seventh-block{
		font-size: 3rem;
	}
	.sidemenu{
		border-right: 0px;
	}
	.app-list li{
		width: 48%!important;
	}
	.app-list li:nth-child(5n+1){
		clear: none;
	}
	.app-list li:nth-child(2n+1){
		clear: both;
	}

   .form-inputs,.container {
    width: 100% !important;
   }
   .float-block{    padding: 2.8rem 10px 0 10px !important;top: -3.75rem;}
   .banner .swiper-button-next,.banner .swiper-button-prev{ display:none;}
	.applo{font-size: 5rem;}
	.technologyfont{font-size: 3.5rem!important;}
	.gaiyaofontsize{font-size: 3.5rem!important;}
	.videowidth {width:100%!important;}
	.floatnone{float: none!important;}
	.float-block-content a:nth-child(5){
		line-height: 4.25rem;
		width: 20rem;
	}
	  .videowidth{width: 100% !important; height:400px !important}
		.vjs_video_3-dimensions.vjs-fluid{ padding:0;}
		.video-js .vjs-tech,.video-js.vjs-fluid{ width:100% !important; height:400px !important;}
}

.subNav_slide {
    display: none;
    width: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    z-index: 999999999;
}
.subNav_slide>.inner {
    display: flex;
}
.subNav_slide .subNav_slide_side {
    width: 45%;
    padding: 8vh 6vh;
    background-color: #eee;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.subNav_slide .subNav_slide_content {
    width: 58%;
    padding: 10vh;
    position: relative;
}
.subNav_slide .subNav_slide_content .sub {
    max-width: 500px;
}
.subNav_slide .subNav_slide_content .sub>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.subNav_slide .subNav_slide_content .sub>ul>li {
    margin-right: 40px;
    
    width: 40%;
}
.subNav_slide .subNav_slide_content .sub>ul>li a {
    display: inline-block;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
    background: none;
    text-align: left;
    text-align: -webkit-left;
    text-align: -moz-left;
    font-size: 14px;
    line-height: 35px;
    color: #666;
    position: relative;
}
.subNav_slide .subNav_slide_side_title span {
    font-size: 60px;
}



.subNav_slide .subNav_slide_side .sub {
    max-width: 600px;
}
.subNav_slide .subNav_slide_side .sub>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.subNav_slide .subNav_slide_side .sub>ul>li {
    margin-right: 40px;
    margin-bottom: 20px;
    width: 40%;
}
.subNav_slide .subNav_slide_side .sub>ul>li a {
    display: inline-block;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
    background: none;
    text-align: left;
    text-align: -webkit-left;
    text-align: -moz-left;
    font-size: 14px;
    line-height: 35px;
    color: #666;
    position: relative;
}

.sub_pro_bd .img img{
	max-width: 75%;
}
.sub_pro_bd .title {
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: bold;
    color: #005995;
}
.sub_pro_bd .des {
    font-size: 14px;
    line-height: 1.3em;
    color: #666;
    margin: 35px 0 50px;
}
.sub_pro_bd .list{

}
.sub_pro_bd .list1>ul {
    margin: 0 -10px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.sub_pro_bd .list1>ul>li {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.sub_pro_bd .list1>ul>li>a {
    display: block;
    white-space: nowrap;
    border: 1px solid #7f7f7f;
    padding: 0 20px;
    font-size: 16px;
    line-height: 42px;
    border-radius: 21px;
    color: #7f7f7f;
    font-weight: bold;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .5s;
}
.sub_pro_bd .more {
    margin-top: 20px;
    width: 180px;
    height: 44px;
    line-height: 42px;
    border: 1px solid #bfbfbf;
    border-radius: 22px;
    font-size: 14px;
    color: #bfbfbf;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s;
	float: none;
}
.sub_pro_bd .img {
    width: 40%;
    text-align: right;
    text-align: -webkit-right;
    text-align: -moz-right;
    position: absolute;
    right: 6vh;
    /*top: 12vh;*/
    z-index: 1;
	bottom: 1vh;
}
.on{
	color: #005995;
	font-weight: bold;
	/*border-bottom: 1px solid #9fc137;*/
	border
}
.third-block-text-small{
	text-align: center;
	text-align: -webkit-center;
	text-align: -moz-center;
	font-size: 4rem;
}
.third-block-text-small div div:nth-child(1){
	color: #135283;
}
.third-block-text-small div div:nth-child(2) a{
	
	color: #135283;
	text-align: center;
	text-align: -moz-center;
	text-align: -webkit-center;
	padding: 0.5rem .5rem;
	font-size: 4rem;
	width: auto;

}

.header_menu {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(../images/header_menu_bg.jpg);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 30;
}
.header_menu>.inner{
	margin: 0 auto;
	padding: 28vh 20vh 0;
}

.header_menu>.inner>ul {
    list-style: none;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.header_menu>.inner>ul>li.m1, .header_menu>.inner>ul>li.m2 {
    position: static;
}


.side_bar_list ul>li>a {
    display: block;
    line-height: 40px;
    color: #000;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.side_bar_list ul>li .sub li a {
    display: block;
    font-size: 12px;
    line-height: 22px;
    color: #666;
    position: relative;
    padding: 5px 0 5px 10px;
}
.side_bar_list ul>li .sub li {
    display: block;
}
.side_bar_list ul {
    margin: 0;
    padding: 0;
}
.toggleHeaderMenu_Mobile .side_bar {
	display: block;
}
.side_bar {
	/*display: none;*/
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url(../images/header_menu_bg.jpg);
	position: fixed;
	left: 0;
	top: 0;
z-index: 999999999999999999;
	font-size: 4rem;
}


.toggleHeaderMenu_Mobile .side_bar_inner {
	left: 0;
	overflow: hidden;
	overflow-y: scroll;
	background-color: #fff;
	border-color: #fff;
}
.side_bar_inner {
	width: 200px;
	height: 100%;
	padding: 20px;
	background-color: #fff;
	z-index: 502;
	transition: all .5s;
}

.side_bar_logo {
	display: block;
	float: none;
	width: 100%;
	text-align: center;
	text-align: -webkit-center;
	text-align: -moz-center;
	margin-bottom: 20px;
}

.side_bar_logo img {
	width: 80px;
	color: #009a3a;
}

.side_bar_list ul {
	margin: 0;
	padding: 0;
}

.side_bar_list ul>li.menu-item-has-children {
	position: relative;
}
.side_bar_list ul>li {
	display: block;
}

.side_bar_list ul>li.menu-item-has-children {
	position: relative;
}
.side_bar_list ul>li {
	display: block;
}


.side_bar_list ul>li .sub {
	display: none;
	opacity: 1 !important;
	margin: 0;
	padding: 10px 0 0 0;
}


.side_bar_list ul>li .sub li {
	display: block;
}
.side_bar_list ul>li {
	display: block;
}


.side_bar_list ul>li .sub li a {
	display: block;
	font-size: 12px;
	line-height: 22px;
	color: #666;
	position: relative;
	padding: 5px 0 5px 10px;
}
.side_bar_list ul>li.menu-item-has-children i.icon {
	display: block;
	/*width: 40px;*/
	/*height: 40px;*/
	text-align: right;
	text-align: -webkit-right;
	text-align: -moz-right;
	position: absolute;
	right: 0;
	top: 10px;
	z-index: 10;
}
#closed{
	position: absolute;
	top: 10px;
	right: 10px;
	color: #fff;
}









/* reset webkit search input browser style */

input {
	outline: none;
}
input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none;
	/* remove the search and cancel icon */
}
/* search input field */

input[type=search] {
	background: #35558c url(../images/sousuo.png) no-repeat 9px center;
	border: solid 1px #35558c;
	padding: 9px 10px 9px 32px;
	width: 55px;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
input[type=search]:focus {
	width: 130px;
	background-color: #fff;
	border-color: #6dcff6;
	-webkit-box-shadow: 0 0 5px rgba(109, 207, 246, .5);
	-moz-box-shadow: 0 0 5px rgba(109, 207, 246, .5);
	box-shadow: 0 0 5px rgba(109, 207, 246, .5);
}
/* demo B */

#demo-b input[type=search] {
	width: 15px;
	padding-left: 10px;
	color: transparent;
	cursor: pointer;
}
#demo-b input[type=search]:hover {
	background-color: #35558c;
}
#demo-b input[type=search]:focus {
	width: 100px;
	padding-left: 32px;
	color: #000;
	background-color: #fff;
	cursor: auto;
}
#demo-b input:-moz-placeholder {
	color: transparent;
}
#demo-b input::-webkit-input-placeholder {
	color: transparent;
}

/*右侧询价框内容*/
.getexpert {
	position: fixed;
	top: 240px;
	right: -260px;
	z-index: 999999999999999999999;
	transition: all 1s;

}
.getexpert .ct {
	float: left;
	width: 260px;
	background-color: #1b1a1a;
	border-radius: 0px 0px 6px 0px;
	min-height: 391px;
}
.getexpert .but {
	 float: right;
	 overflow: hidden;
	 height: 355px;
 }
.right_enq .wnew img {
	  vertical-align: top;
  }
.getexpert .but {
	   float: left;
	   overflow: hidden;
	   height: 355px;
   }
.rgticons {
	display: none;
}
.right_enq {
	position: relative;
	right: 0;
	top: 30%;
	z-index: 99;
	width: 3rem;
}.clr {
	 clear: both;
 }.ct .response {
	  color: #fff;
	  font-size: 20px;
	  padding: 15px 6px 0px 17px;
	  text-transform: uppercase;
	  line-height: 19px;
  }.ct .response span {
	   color: #999999;
	   font-size: 15px;
	   text-transform: none;
   }#enquiry {
		padding: 12px 15px;
		box-sizing: border-box;
	}#enquiry .qc_name input[type="text"] {
		 background: #c0bfbf url(../images/name.png) no-repeat 12px 6px;
		 -webkit-transition: 0.5s ease;
		 transition: 0.5s ease;
		 outline: none;
		 padding: 5px 0 5px 44px;
	 }
#enquiry input[type="text"] {
	sans-serif: ;
	width: 100%;
	background: #1d5284;
	color: #333333;
	border: none;
	height: 30px;
	margin-bottom: 9px;
	line-height: 25px;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 15px;
}#enquiry .qc_email_id input[type="text"] {
	 background: #c0bfbf url(../images/email.png) no-repeat 12px 6px;
	 -webkit-transition: 0.5s ease;
	 transition: 0.5s ease;
	 outline: none;
	 padding: 5px 0 5px 44px;
 }#enquiry .qc_phone input[type="text"] {
	  background: #c0bfbf url(../images/phone.png) no-repeat 12px 6px;
	  -webkit-transition: 0.5s ease;
	  transition: 0.5s ease;
	  outline: none;
	  padding: 5px 0 5px 44px;
  }#enquiry .state_select select {
	   width: 100%;
	   padding: 5px 0 5px 44px;
	   box-sizing: border-box;
	   height: 30px;
	   margin-bottom: 7px;
	   color: #333333;
	   border: 1px solid #1b1a1a;
	   font-size: 14px;
	   float: left;
	   background: #c0bfbf url(../images/left-icon.png) no-repeat 12px 2px;
	   -webkit-transition: 0.5s ease;
	   transition: 0.5s ease;
	   outline: none;
   }
#enquiry .qc_enquery textarea {
	background: #c0bfbf url(../images/message.png) no-repeat 12px 5px;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
	outline: none;
	padding: 5px 0 5px 44px;
	color: #000000;
}
#enquiry textarea {
	width: 100%;
	background: #1d5284;
	border: none;
	color: #abd7ff;
	height: 60px;
	margin-bottom: 6px;
	line-height: 18px;
	padding: 5px 10px;
	box-sizing: border-box;
	font-size: 15px;
	resize: none;
}
#enquiry button {
	width: 111px;
	background: none;
	color: #fff;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	box-sizing: border-box;
	cursor: pointer;
	background: #1472d4;
	font-size: 15px;
	transition: all .7s;
	-webkit-transition: all .7s;
	border: none;
}
/*右侧询价框内容*************************/
.snhb{margin: 0 10px;}
.snhb:hover { background: #ffd000!important;}


