/* *{-webkit-transition: all 0.5s ease 0s;transition: all 0.5s ease 0s;} */
.slogan{    margin-top: 19px;}
.searDiv {    float: right;
    display: inline-block;
    box-sizing: border-box;
    background-color: #fff;
    margin-top: 25px;
    max-width: 430px;
    width:206px;
    height: 36px;
    white-space: nowrap;
    border: 1px solid #ddd;
}
.searDiv .wrap{overflow: hidden;}

@media (max-width:768px) {
	.searDiv .fa {
		font-size: .94444444rem
	}
	.searDiv{display: none;}
}
#searcher {
	float: left;
	display: block;
	font-size: 13px;
	color: #333;
	border: none;
	position: relative;
	height: 34px;
	width: 160px;
	padding: 0 2px;
	margin-left: 1em;
	z-index: 10;
	text-indent: 7px
}

#searchglass {float: right;
    display: block;
    overflow: hidden;
    border: none;
    width: 36px;
    height: 34px;
    cursor: pointer;
    text-indent: -99em;
    background-color: #0048a0;
    position: relative;
    z-index: 40;
    background-image: url(../images/search.png);
    background-position: center;
    background-repeat: no-repeat;
}



/*banner */

.banner{background: #f7f7f7;position: relative;}

.banner .index_banner .item{

	background-size: cover;

	-webkit-background-size:cover;

	background-position: center;

	background-repeat: no-repeat;

	height:auto;

	position: relative;

}

.banner .index_banner .items{

	background-size: cover;

	background-position: center center;

	background-repeat: no-repeat;

	left: 0;

	top: 0;

	width: 100%;

	height: 100%;

	z-index: 0;

}

.banner .index_banner .item .block_txt{

	position: absolute;

	margin: 0;

    padding: 0;

    text-align: left;

    top: 0;

    right: 0;

    bottom: 0;

	z-index: 2;

	text-shadow: 0 1px 2px rgba(82,82,132,.4);

	width: 50%;

}

.banner .index_banner .item.active .block_txt{opacity: 1; }

.banner .index_banner .item .block_txt .txt{width: 60%;top:50%;position: absolute;left: 20%;color: #fff;z-index: 5;transform: translateY(-50%);}

.banner .index_banner .item .block_txt .txt h3{font-size: 60px;font-weight: bold;opacity: 0;visibility: hidden;transform: translateY(-40px);margin-bottom: 20px;line-height: 1.4;}

.banner .index_banner .item.active .block_txt .txt h3{transform: translateY(0);opacity: 1;visibility: visible;transition: all 0.5s 1s;}

.banner .index_banner .item .block_txt .txt .des{font-size: 20px;line-height:36px;color: #fff;transform: translateY(40px);opacity: 0;visibility: hidden;margin-bottom: 20px;}

.banner .index_banner .item.active .block_txt .txt .des{opacity: 1;visibility: visible;transform: translateY(0);transition: all 0.5s 1.5s;}

.banner .index_banner .item .block_txt .txt a{opacity: 0;visibility: hidden;display: inline-block;padding: 8px 24px;background: #ee7000;color: #fff;transition: all 0.5s 2s;font-size: 16px;}

.banner .index_banner .item.active .block_txt .txt a{opacity: 1;visibility: visible;}



.banner .slick_txt{

	width:30%;

	height: 100%;

	background-color: transparent;

	transition: all 500ms ease;

	-webkit-transition:all 500ms ease; 

	background-repeat: no-repeat;

	position: absolute;

	top: 0;

	font-size: 0;

	outline: none;

	border:0;

}

.banner  .item .bg{

	width: 0;

    height: 100%;

    position: absolute;

    top: 0;

    right:0;

    bottom: 0;

    z-index: 1;

    background: rgba(0,0,0,0.5);

	transform: translateX(100%)

}

.banner .item.active .bg{width: 100%;transform: translateX(0);transition: all .5s 0ms;}

.banner .left{left: 0;}

.banner .right{right:0;}

.banner .slick_txt:hover .slick_arrow{opacity: 1;visibility: visible;}

.banner .slick_txt .slick_arrow{

	width: 20px;

	height: 36px;

	background-repeat: no-repeat;

	background-position: center;

	margin-top: -18px;

	position: absolute;

	top: 50%;

	cursor: pointer;

	transition: all 500ms ease;

	-webkit-transition:all 500ms ease;

	opacity: 0;

	visibility: hidden;

}

.banner .slick_txt .prev{background-image:url(../images/ban_prev.png);left:60px;}

.banner .slick_txt .next{background-image:url(../images/ban_next.png);right:60px;}

.banner .slick_txt .prev:hover{background-image:url(../images/ban_prev_hover.png);}

.banner .slick_txt .next:hover{background-image:url(../images/ban_next_hover.png);}

.banner .number{

	position: absolute;

	bottom:8%;

	left: 50%;

	padding-bottom: 5px;

	border-bottom: 1px solid rgba(255,255,255,0.2);

	display: table;

	padding: 0 20px;

	width: auto;

	text-align: center;

	transform: translateX(-50%);

	-webkit-transform: translateX(-50%);

}

.banner .number span{

	font-family: "Myriad Pro","Microsoft YaHei";

	font-size: 14px;

	color: #fff;

	margin-right:100px;

	display: inline-block;

	cursor: pointer;

	position: relative;

	transition: all 500ms ease;

	-webkit-transition:all 500ms ease;

}

.banner .number span:last-child{margin-right: 0;}

.banner .number span:after{

	content: "";

	display: inline-block;

	width: 0;

	height: 2px;

	background: #fff;

	position: absolute;

	left: 50%;

	transform: translateX(-50%);

	-webkit-transform: translateX(-50%);

	bottom:-20px;

	opacity: 0;

	visibility: hidden;

	transition: all 500ms ease;

	-webkit-transition:all 500ms ease;

}

.banner .number span.active:after{width: 100%;opacity: 1;visibility: visible;}

.slick-slide img{width: 100%;height: auto;}

.slick-dots li{width: 15px;}

.slick-dots li button:hover:before, .slick-dots li button:before{color: #525485;font-size: 30px;opacity: 1;}

.slick-dots li.slick-active button:hover:before,.slick-dots li.slick-active button:before{color: #ee7000;}

.slick-dots{bottom: 10px;}



.container{width: 1600px;margin: 0 auto;padding: 0 10px;}

.homemain .title{font: 600 30px "Microsoft yahei", Helvetica, Arial, sans-serif;text-transform: uppercase;padding: 2% 0;color: #525485;text-transform: uppercase;}

.homemain .title .en{font-size: 16px;text-transform: uppercase;padding-left: 10px;color: #666;font-weight: normal;}

.homemain .imgarea img{max-width: 100%; transition: all 0.5s}
.imgarea:hover img{ transform: scale(1.1);}  


.homemain .company .row{height: 565px;}

.homemain .company .fl_imgarea{position: relative;overflow: hidden;float: left\9;width: 50%\9;}
.homemain .company .fl_imgarea img{max-width: 100%;transition: all 0.5s}
.homemain .company .fl_imgarea:hover img{transform: scale(1.1);}

.homemain .company .imgarea img{width: 100%;}

.homemain .company .fl_imgarea .tit{position: absolute;left: 10%;bottom: 10%;color: #fff;}

.homemain .company .fl_imgarea .tit h4{font-family: impact;font-size: 40px;letter-spacing: 2px;text-transform: uppercase;}

.homemain .company .fl_imgarea .tit p{font-size: 24px;}

.homemain .company .fl_imgarea{padding: 0;height: 100%;overflow: hidden;}
.homemain .company .fl_imgarea::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: transparent dashed 0;
    overflow: hidden;
    border-left-style: solid;
    border-width: 12px 12px 12px 0;
    border-right-color: #e9eef3;
    right: 0;
    top:20%;
    transform: translateY(-50%);
    z-index: 5;
    z-index: 88;
}
.homemain .company .fl_imgarea img{width: 100%;}
.homemain .company ul{width: 50%\9;float: left\9;}

.homemain .company ul,.homemain .company .imgarea{padding: 0;overflow: hidden;}

.homemain .company li .txtarea{padding: 50px;color: #fff;position: relative;width: 50%\9;}
.homemain .company li .imgarea{width: 50%\9;}

.homemain .company .txtarea a{color: #fff;display: inline-block;margin-top: 50px;}
.homemain .company .aboutcont p{color: #333;}
.homemain .company .aboutcont a{color: #0e4495;}

.homemain .company ul li{background: #e9eef3;height: 50%;max-height: 282.5px;overflow: hidden;}

.homemain .company ul li:last-child{background: #0e4495;}


.homemain .company ul li:last-child .txtarea::after{content: '';position: absolute;width: 0;height: 0;border: 0 dashed transparent;overflow: hidden;border-right-style: solid;border-width: 16px 16px 16px;border-right-color:#6a6f82;left:-30px;top: 50%;transform: translateY(-50%);z-index: 5; }



.homemain .pro_sort{padding: 3% 0;position: relative;margin: 3% 0;background: linear-gradient(to right, #525485 60%, #6a6f82 40%);color: #fff;z-index: 9;
	background: -webkit-linear-gradient(to right, #525485 60%, #6a6f82 40%);
	background: -moz-linear-gradient(to right, #525485 60%, #6a6f82 40%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#525485', endColorstr='#6a6f82',GradientType=1) \9;
	background: #525485 \9;
}

.homemain .pro_sort .pro_icon{display: flex;color: #fff;width: 62%;float: left;}

.homemain .pro_sort .pro_icon li{flex: 1;text-align: center;float: left\9;width: 25%\9;}
.homemain .pro_sort .pro_icon li i img{transition: all 1s;}
.homemain .pro_sort .pro_icon li:hover i img{transform: rotate(360deg);}

.homemain .pro_sort .pro_icon li p{font-size: 17px;font-weight: bold;color: #fff;}

.homemain .pro_sort .pro_search{width: 38%;float: right;}

.homemain .pro_sort .pro_search h4{font-size: 24px;padding-left: 80px;}

.homemain .pro_sort .pro_search .wrap{padding-left: 80px;margin-top: 30px;}

.homemain .pro_sort .pro_search .pro_select{width: 45%;margin-right: 10%;float: left;height: 40px;line-height: 40px;margin-right: 5%\9;}

.homemain .pro_sort .pro_search .pro_select2{width: 45%;float: left;height: 40px;line-height: 40px;position: relative;}

.homemain .pro_sort .pro_search .pp1{color: #fff;padding-left: 20px;background: url(../images/down.png) 90% center no-repeat #ee7000;}

.homemain .pro_sort .pro_search .pro_select .pp2{display: none;background: #fff;box-shadow: 0 0 5px #ddd;}
.homemain .pro_sort .pro_search .pro_select2 .pp2{visibility: hidden;opacity: 0;background: #fff;box-shadow: 0 0 5px #ddd;transition: all 0.5s;position: absolute;top: 40px;width: 100%;left: 0;}
.homemain .pro_sort .pro_search .pro_select2 .pp2.show{visibility: visible;opacity: 1;}

.homemain .pro_sort .pro_search .pp2 li{border-bottom: 1px solid #525485;line-height: 35px;padding-left: 20px;color: #525485;font-size: 14px;text-transform: capitalize;}
.homemain .pro_sort .pro_search .pp2 li a{display: inline-block;width: 100%;line-height: 35px;text-transform: capitalize;}


.homemain .pro_scroll li{width: 22%;margin-right: 3%;float: left;box-shadow: 0 0 10px #ddd;margin: 10px 0;overflow: hidden;background: #e9eef3;}

.homemain .pro_scroll li .txtarea{padding: 20px;position: relative;}

.homemain .pro_scroll li .more{    position: relative;
    width: 6em;
    line-height: 2.2;
    margin: 0 auto;
    display: block;
    border-radius: 2em;
    border: 1px solid #0e4495;margin-bottom: 1em;
    text-align: center;
    font-size: 13px;
    color: #0e4495;}

.homemain .pro_scroll li .txtarea h5{font-size:24px;
	color: #333;font-weight: bold;
	margin-bottom: 10px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;padding-right: 0;
    text-align: center;
    line-height: 2.4;}

.homemain .pro_scroll li .txtarea .des{color: #666;font-size: 14px;}

.homemain .pro_scroll li:hover .more{color: #fff;background: #0e4495;}



.homemain .equ .select{width: 15%;float: left;height: 590px;}

.homemain .equ .select li{padding: 20px;background: #525485;color: #fff;text-align: center;font-size: 17px;height: 50%;position: relative;}

.homemain .equ .select li .select_wrap{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 80%;}

.homemain .equ .select li:nth-child(2)::after{content: '';position: absolute;bottom: 0;width: 80%;left: 10%;height: 1px;background: #fff;}

.homemain .equ .select li:last-child::after{display: none;}

.homemain .equ .select li.active::after{display: none;}

.homemain .equ .equ_content{width: 85%;float: right;overflow: hidden;height: 590px;position: relative;}

.homemain .equ .equ_content .imgarea{width: 70%;float: left;height: 590px;}

.homemain .equ .equ_content .txtarea{width: 30%;float: right;background: #e9eef3;color: #333;height: 590px;font-size: 16px;}

.homemain .equ .equ_content .txtarea h4{font-size: 24px;margin-bottom: 20px;line-height: 1.5;font-weight: bold;color: #333;}

.homemain .equ .equ_content .txtarea .des{font-size: 17px;line-height: 2;margin-bottom: 100px;}

.homemain .equ .equ_content .txtarea .more{display: inline-block;padding: 8px 25px;color: #fff;background: #ee7000;}

.homemain .equ .equ_content .wrap{padding: 50px;} 

.homemain .equ .equ_content .equ_wrap{visibility: hidden;opacity: 0;position: absolute;top: 0;left: 0;width: 100%;}

.homemain .equ .equ_content .equ_wrap.show{opacity: 1;visibility: visible;transition: all 0.5s;}
.homemain .equ .equ_content .imgarea{overflow: hidden;}
.homemain .equ .equ_content .imgarea img{width: 100%;height: 100%;}
.homemain .equ .select li.active{background: #ee7000;}

.onenews{
	    display: block;
    width: 42.5%;
    float: left;margin-bottom: 5%;
}
.onenews .imgarea{overflow: hidden;
}
.onenews .cont{    border: 1px solid #ddd;
    padding: 1em;
    border-top: 0;}
.onenews h4{font-size: 18px;color: #0048a0;font-weight: bold;line-height: 2;    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.onenews .time{    font-size: 13px;
    color: #aaa;
    line-height: 2;}
.onenews .des{    color: #666;
    line-height: 1.6;}
.onenews .more{    font-size: 14px;
    background: #333333;
    color: #fff;
    display: inline-block;
    padding: 1.4% 2.5em;
    line-height: 1.5;
    margin: 2% 0 1%;
    border-radius: 2em;}
.onenews asfsgfsh{}




.homemain .news ul{margin-bottom: 4%;overflow: hidden;}
.homemain .news ul li{    width: 47%;
    float: left;
    margin-left: 3%;
    background: #e9eef3;
    box-sizing: border-box;
    margin-bottom: 3%;
    padding: 2% 3% 3.5%;}
.homemain .news ul li .imgarea{display: block;width: 100%;}
.homemain .news ul li .imgarea img{width: 100%;}

.homemain .news ul li .time{color: #999;font-size: 16px;margin-top: 15px;font-family: Arial;font-weight: bold;line-height: 1;}

.homemain .news ul li .time span{font-size: 30px;color: #ee7000;margin-right: 10px;}

.homemain .news ul li h4{font-size: 17px;margin:7% 0;font-weight: bold;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.homemain .news ul li .des{color: #666;font-size: 14px;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow : hidden;word-break:break-all;    height: 5em;}



.foot{width: 100%;border-top: 3px solid #0048a0;padding: 3% 0;}

.foot .fo_logo{width: 25%;float: left;border-right: 1px solid #ddd;box-sizing: border-box;}

.foot .fo_logo h4{font-size: 17px;font-weight: bold;margin: 30px 0 10px;}

.foot .fo_logo p{line-height: 2;}

.foot .code{width: 10%;float: right;text-align: center;}

.foot .code .iconlist{margin-top: 6px;display: flex;}

.foot .code .iconlist i{padding: 0 8px ;font-size: 18px;flex: 1;}

.foot .code .iconlist .icon-web__gugeyanzheng{font-weight: bold;}

.foot .fo_nav{width: 65%;display: flex;float: left;padding-left: 5%;}

.foot .fo_nav li{flex: 1;float: left\9;width: 16%\9;overflow: hidden;}

.foot .fo_nav li h5{font-size: 16px;color: #222;margin-bottom: 20px;}
.foot .fo_nav li h5::after{
	content: "";    width: 30px;
    height: 2px;
    background-color: #0b2a60;
    position: relative;
    display: block;
    margin-top: 19px;
    margin-bottom: -9px;
}


.foot .fo_nav li p{font-size: 14px;color: #666;line-height: 2;}

.copyright{width: 100%;padding: 15px 0;background: #0048a0;color: #fff;font-size: 14px;}
.copyright .icp{margin-left: 20px;}
.copyright .support{float: right;color: #fff;}
.copyright a{color: #fff;}


.lyonline{
	width: 60px;height: 60px;
	position: fixed;bottom: 20px;right:28px;z-index: 55;background-color: #ee7000;box-shadow:2px 2px 12px rgba(70,70,70,.5);text-align: center;    border-radius: 30px;
  }
  .lyonline i{color: #fff;
	border-radius: 27px;
	font-size: 30px;
	line-height: 60px;}
  .lyonline .icon-close{display: none;}
  .lyonline.act .icon-email-fill{display: none;}
  .lyonline.act .icon-close{display: block;}
  #lytable{border-radius: 8px;
	  overflow: hidden;z-index: 1000;
	position: fixed;bottom:100px;right: 20px;
	width: 350px;border: 1px solid #fff;
	background-color: #fff;display: none;
  }
  #lytable .top1{text-indent: 18px;
	  height: 60px;
	  background: #525485;}
  #lytable .top1 i{    font-size: 30px;
	  color: #fff;
	  line-height: 60px;}
  #lytable .title{    height: 39px;
	  text-align: center;
	  color: #fff;
	  line-height: 23px;
	  background: #525485;
	  font-size: 15px;}
  .formFrame {
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  padding: 16px 15px 0;    margin: 20px 20px 0;
  }
  .formFrame input{    box-shadow: none;
	  height:42px;
	  border-style: solid;    margin-bottom: 11px;
	  border-color: #d0d0d0;
	  box-sizing: border-box;
	  display: inline-block;
	  padding-left: 11px;
	  border-width: 2px;
	  color: #656565;
	  font-weight: 700;
	  border-radius: 5px;
	  width: 100%;}
	  .formFrame textarea{    box-shadow: none;
	  border-style: solid;    margin-bottom: 11px;
	  border-color: #d0d0d0;
	  box-sizing: border-box;
	  display: inline-block;
	  padding-left: 11px;
	  border-width: 2px;
	  color: #656565;
	  font-weight: 700;
	  border-radius: 5px;
	  width: 100%;}
  .formFrame input.tijiao{    background: #525485;
	  color: #fff;
	  border-color: #525485;
	  margin: -4px 0 18px;}
  .formFrame+.subtxt{display: block;
	  text-align: center;
	  line-height: 2.5;
	  padding-bottom: 8px;}
	  #lytable #verify {
		width: 154px;
		float: left;}

@media only screen and (max-width: 1600px){
	.slogan{ display: none;}

	.header .container,.container{width: auto;max-width: 1600px;}

	.banner .index_banner .item .block_txt .txt h3{font-size: 48px;}

	.homemain .company .row{height: auto;margin: 0;}

	.homemain .company .fl_imgarea img{height: 34vw;}

	.homemain .company li .imgarea img,.homemain .company .txtarea{height: 17vw;}

	.homemain .pro_sort .pro_icon{width: 60%;}

	.homemain .pro_sort .pro_search{width: 40%;}

	.homemain .pro_sort .pro_search h4,.homemain .pro_sort .pro_search .wrap{padding-left: 50px;}

	.homemain .equ .equ_content .imgarea{height: auto;}

	.homemain .equ .equ_content,.homemain .equ .equ_content .txtarea,.homemain .equ .select{height: 38vw;}

	.homemain .equ .equ_content .imgarea img{height:38vw;width: 100%;}

	.homemain .equ .equ_content .txtarea .des{margin-bottom: 40px;font-size: 16px;}

	

}





@media only screen and (max-width: 1400px){

	.header .navbar_nav li.dropdown{margin: 0 20px;}

	.header .langue{margin-left: 10px;margin-right: 10px;}

	.homemain .company .txtarea{padding: 30px;}

	.homemain .equ .equ_content .wrap{padding: 30px;}

	.homemain .equ .equ_content .txtarea .des{font-size: 14px;}

	.banner .index_banner .item .block_txt .txt h3{font-size: 42px;}

	.banner .index_banner .item .block_txt .txt .des{font-size: 15px;}

}



@media only screen and (max-width: 1200px){

	.header .navbar_nav li.dropdown {margin: 0 15px;}

	.header .nav .leve1{font-size: 14px;}

	.homemain .company .txtarea a{margin-top: 20px;}

	.foot .code{display: none;}

	.foot .fo_logo{width: 30%;}

	.foot .fo_nav{width: 70%;}

	.banner .index_banner .item .block_txt .txt h3{font-size: 36px;}

	.banner .index_banner .item .block_txt .txt .des{font-size: 14px;line-height: 1.5;}

}





@media only screen and (max-width: 1000px){

	.header .langue{float: none;display: inline-block;margin-top: 15px;position: absolute;right: 60px;}

	.header,.header .logo{height: 60px;}

	.homemain .title{font-size: 26px;}

	.homemain .company .fl_imgarea .tit h4{font-size: 36px;}

	.homemain .company .txtarea{padding:15px ;}

	.homemain .pro_scroll li .txtarea{padding: 10px 20px;}

	.homemain .pro_scroll li .txtarea h5{margin-bottom: 5px;}

	.homemain .equ .equ_content .txtarea h4{font-size: 18px;margin-bottom: 0;}

	.homemain .equ .equ_content .txtarea .more{display: none;}

	.homemain .news ul li .time span{font-size: 24px;}

	.homemain .news ul li h4{font-size: 15px;}

	.foot{display: none;}

	.banner .index_banner .item .block_txt .txt h3{font-size: 30px;}

	.banner .index_banner .item .block_txt .txt{width: 80%;left: 10%;}

	

}


/*jjj*/

@media only screen and (min-width: 1600px){
	.homemain .company ul li {height: 282.5px;}
}
@media only screen and (min-width: 768px) and (max-width: 1600px){
	.homemain .company ul li {height:17vw;}
	.homemain .company li .txtarea{padding: 5% 5% 0;}
	.homemain .company .txtarea a{margin-top: 5%;}
}
@media only screen and (min-width: 768px){
	.homemain .equ .equ_content .txtarea .des p{margin-bottom: 1em;position: relative;}
	.homemain .equ .equ_content .txtarea .des p::before{
		content: "•";color: #0048a0;font-size: 26px;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
	}
}
@media only screen and (max-width: 768px){
	.header .logo a img {
    max-height: 46px;
}

	.homemain{padding: 0 10px;}

	.homemain .company .fl_imgarea img{height: auto;}

	.homemain .company li .imgarea img, .homemain .company .txtarea{height: auto;}

	.homemain .company ul li:first-child .txtarea::after{right: auto;left: 50%;bottom: -30px;top: auto;transform: rotate(90deg);}

	.homemain .company ul li:last-child .txtarea::after{left: 50%;top: -30px;transform: rotate(90deg);}

	.homemain .pro_sort{background: none;padding: 0;}

	.homemain .pro_sort .pro_icon{width: 100%;background: #525485;padding: 3% 0;}

	.homemain .pro_sort .pro_search{width: 100%;background: #6a6f82;padding: 3% 0;}

	.homemain .pro_sort .pro_search .wrap{margin-top: 20px;}

	.homemain .pro_sort .pro_search h4, .homemain .pro_sort .pro_search .wrap{padding: 0 20px;}

	.homemain .equ .select{width: 100%;height: auto;}

	.homemain .equ .select li{width:50%;float: left;height: 100px;}

	.homemain .equ .select li:nth-child(2)::after{display: none;}

	.homemain .equ .equ_content{width: 100%;}

	.homemain .equ .equ_content .imgarea{height: auto;width: 100%;}

	.homemain .equ .equ_content .txtarea{width: 100%;height: auto;}

	.homemain .equ .equ_content .imgarea img{height: auto;}

	.homemain .equ .equ_content{height: 95vw;}

	.homemain .equ .equ_content .txtarea{height: auto;padding: 20px;}

	.homemain .news ul li{    width: 48%;
    margin-bottom: 2%;
    margin-right: 2%;
    margin-left: 0;}

	.banner .index_banner .item .block_txt .txt h3{font-size: 24px;}

	.banner .index_banner .item.active .block_txt .txt a{font-size: 14px;}
	.homemain .company ul li{max-height: none;}
	.homemain .pro_sort .pro_icon li p{font-size: 15px;font-weight: normal;}
	.homemain .pro_sort .pro_search,.homemain .pro_sort .pro_icon{padding: 30px 0;}
	.homemain .pro_sort .pro_search h4{font-size: 20px;}
	.homemain .equ .select li .select_wrap i img{width: 30px;}
	.homemain .title{font-size: 22px;}
	.lyonline{display:none;}
}

@media only screen and (max-width: 640px){
	.copyright .support{display: none;}
	.banner .index_banner .item .block_txt .txt h3{font-size: 18px;}
	.banner .index_banner .item.active .block_txt .txt a{display: none;}
	.header .logo{width: 35%;}
	.copyright{text-align:center;}
	.onenews{
		width: 100%;float: none;    margin-bottom: 2%;
	}
}



@media only screen and (max-width: 480px){
	.header .langue{margin: 15px 0 0;}
	.banner .index_banner .item.active .block_txt .txt .des{display: none;}
	.homemain .company .fl_imgarea .tit h4{font-size: 26px;}
	.homemain .company .fl_imgarea .tit p{font-size: 16px;}
	.homemain .title{padding: 20px 0;}
	.homemain .equ .equ_content{height: 100vw;}
	.homemain .equ .select li{font-size: 15px;}
}