@charset "utf-8";
/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,tr,table,td,input,select,textarea,button,a{margin:0;padding:0;box-sizing: border-box;}
  /* 初始化标签在所有浏览器中的margin、padding值 */
fieldset,img {border:0 none}  /* 重置fieldset（表单分组）、图片的边框为0*/
dl,ul,ol,menu,li {list-style:none}   /* 重置类表前导符号为onne,menu在HTML5中有效 */
blockquote, q {quotes: none}   /* 重置嵌套引用的引号类型 */
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none}  /* 重置嵌套引用*/
input,select,textarea,button {vertical-align:middle;border: none;outline: none;}  /* 重置表单控件垂直居中*/
button {border:0 none;background-color:transparent;cursor:pointer}  /* 重置表单button按钮效果 */
body,th,td,input,select,textarea,button {font-family:'Microsoft YaHei',"Noto Sans CJK SC", "Source Han Sans CN", 'Hiragino Sans GB', '\5b8b\4f53', sans-serif;color:#666} /* 重置页面文字属性 */
a {color:#666;text-decoration:none}  /* 重置链接a标签 */ 
a:active, a:hover {text-decoration:none}   /* 重置链接a标签的鼠标滑动效果 */
address,caption,cite,code,dfn,em,var {font-style:normal;font-weight:normal}  /* 重置样式标签的样式 */
caption {display:none;}    /* 重置表格标题为隐藏 */
table {width:100%;border-collapse:collapse;border-spacing:0;}    /* 重置table属性 */

/* 页面设置 */
  /* 取消a标签点击后的虚线框 */
a {outline: none;}  
a:active {star:expression(this.onFocus=this.blur());}
input{outline: none;line-height: normal;}
a,span{display: inline-block;}

 /* 设置页面文字等在拖动鼠标选中情况下的背景色与文字颜色 */ 
/* 
::selection {color: #fff;background-color: #4C6E78;}    
::-moz-selection {color: #fff;background-color: #4C6E78;} 
*/
.l{
	float: left;
}
.r{
	float: right;
}
.clearfloat:after{
	display:block;
	clear:both;
	content:"";
	visibility:hidden;
	height:0;
} 
.clearfloat{
	zoom:1;
} 
body ::-webkit-scrollbar{width:3px;display: none;}
body ::-webkit-scrollbar-thumb{height:4px;background-color:#d1d4db;-webkit-border-radius:5px}
body ::-webkit-scrollbar-thumb:hover{height:4px;background-color:#bfc1c9;-webkit-border-radius:5px}
.wrap{
	margin: 0 auto;
}

.page-content {
	margin-top: 30px;
}


.search-form {
	margin-top: 10px;
}
.search-form .search-field,
.search-form .search-submit {
	height: 30px;
	outline: none;
}
.search-form label {
	display: none;
}
.search-form .search-field {
	width: 200px;
	border: 1px solid #ddd;
}
.search-form .search-submit {
	width: 50px;
    color: #fff;
    background: #2196f3;
	border: none;
}


/*---------header-----------*/
.siteheader{
	height: 96px;
	background: #0b50a2;
}
.siteheader .h_l{
	float: left;
	margin-top: 30px;
}
.siteheader .h_r{
	float: right;
	margin-top: 10px;
	text-align: right;
}
.siteheader .h_r .top a{
	font-size: 14px;
	color: #8ec0fc;
	margin-left: 20px;
	padding: 0px 6px;
	border-radius: 4px;
	opacity: 0.8;
}
.siteheader .h_r .top a:first-child {
	margin-left: 0;
}
.siteheader .h_r .top a.cur{
	background: #278fcb;
	color: #fff;
}
.siteheader .nav{
	margin-top: 16px;
}
.siteheader .nav ul li {
	display: inline-block;
	margin-left: 26px;
}
.siteheader .nav ul li:first-child {
	margin-left: 0;
}
.siteheader .nav ul li a{
	font-size: 16px;
	color: #cbe3ff;
	position: relative;
}
.siteheader .nav ul li a:hover{
	color: #fff;
}
.siteheader .nav ul li a::after{
	content: '';
	width: 22px;
	height: 3px;
	background: #fff;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -11px;
	opacity: 0;
}
.siteheader .nav ul li a:hover::after,
.siteheader .nav ul li.current-menu-item a::after,
.siteheader .nav ul li.current-category-ancestor a::after,
.siteheader .nav ul li.current-post-ancestor a::after,
.siteheader .nav ul li.current-post-parent a::after,
.siteheader .nav ul li.current-menu-parent a::after{
	opacity: 1;
}
/*--------slide-----------*/

.homebanner {
	position: relative;
}
.banner_la img,
.homebanner .pics img {
	display: block;
	width: 100%;
}
.swiper-container {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.homebanner:hover .s-btn{
    color: #fff;
    text-shadow: 0 0 5px #666;
}
.homebanner .s-dot{
    position: absolute;
	z-index: 6;
    width: 100%;
    bottom: 30px;
    text-align: center;
}
.homebanner .s-dot .swiper-pagination-bullet{
    cursor: pointer;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: #fff;
    display: inline-block;
    margin: 0 13px;
	opacity: 1;
    transition-duration: .4s;
}
.homebanner .s-dot .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #0b50a2;
    width: 30px;
}
.homebanner .s-dot .swiper-pagination-bullet:hover{
	background: #0b50a2;
}
.s-btn{
    position: absolute;
	z-index: 6;
    width: 50px;
    height: 100px;
    top: 50%;
    margin-top: -50px;
    line-height: 100px;
    text-align: center;
    color: #fff;
    font-size: 28px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0);
    opacity: 0.5;
	cursor: pointer;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.home_company .s-btn:hover,
.homebanner:hover .s-btn{
	opacity: 1;
}
.s-btn-left{
    background-image: url(/images/left.png);
}
.s-btn-right {
    background-image: url(/images/right.png);
}


.home_know .know_box .mid,
.lan2_list li .name,
.lan3_cont .big,
.lan4_list>li .l_box .p0,
.lan4_list>li .r_box .more,
.lan_title,
.lan6_r button,
.lan1 p,
.lan_1 .marks li,
.c-b,
.product_new,
footer .big{
	line-height: 1.8;
	font-size: 18px;
}

/*----------slide over-------------*/
.banner .cover{
	position: absolute;
	max-width: 940px;
	left: 50%;
	top: 40%;
	margin-left: -470px;
	z-index: 100;
}
.banner .cover h2{
	font-weight: normal;
	color: #0b50a2;
	font-size: 40px;
	margin-bottom: 30px;
}
.page-header .page-title,
.banner .cover p{
	color: #3f3a39;
	font-size: 25px;
	line-height: 40px;
}
.banner .cover div{
	font-size: 14px;
	color: #3f3a39;
	opacity: .1;
}



.white_bk{
	background: rgba(255,255,255,.9);
}
.blue_bk{
	background: rgba(25,98,184,.9);
}
.home_title{
	text-align: center;
}
.home_title p{
	font-size: 35px;
	line-height: 100%;
	color: #333;
	font-weight: bold;
}
.home_title span{
	width: 24px;
	border-bottom: 1px solid #0b7afd;
	margin-top: 24px;
}
.home_product{
	background: url(/images/bk1.jpg) center no-repeat;
	background-attachment: fixed; 
}
.home_product .white_bk{
	padding-top: 185px;
	padding-bottom: 228px;
}
.home_product li{
	float: left;
	width: 32%;
	height: 374px;
	margin-right: 2%;
	transition-duration: .4s;
}
.home_product .product_list{
	margin-top: 114px;
}
.home_product li:hover{
	opacity: .7;
}
.home_product li a{
	display: block;
	height: 100%;
}
.home_product li a .show_box{
	display: flex;
    flex-wrap: wrap;
	height: 100%;
}
.home_product li:last-child{
	margin-right: 0;
}
.home_product .img{
	height: 50%;
	width: 100%;
}
.home_product .img img{
	width: 100%;
	height: 100%;
}
.home_product .name{
	width: 100%;
	height: 50%;
	background: #0156bb;
	color: #fff;
	padding: 0 23px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
}
.home_product .name .detail{
	font-size: 16px;
	line-height: 28px;
	margin-top: 18px;
}
.home_product .name .detail span{
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #80abdd;
	margin-right: 10px;
}
.detail_ln p{
	width: 49%;
	display: inline-block;
	padding-right: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.title_top p{
	line-height: 100%;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.title_top span{
	width: 35px;
	height: 4px;
	background: #fff;
	margin-bottom: 10px;
}
.home_company{
	padding-top: 190px;
	padding-bottom: 220px;
	background: url(/images/bk2.jpg) center no-repeat;
	background-size: cover;
	overflow: hidden;
}
.home_company .home_title p{
	color: #fff;
}
.home_company .home_title span{
	border-color: #000;
}
.home_know{
	background: url(/images/bk3.jpg) center no-repeat;
	background-attachment: fixed; 
}
.home_know .white_bk{
	padding-top: 185px;
	padding-bottom: 228px;
}
.home_know .know_list{
	display: flex;
	flex-wrap: wrap;
	margin-top: 128px;
}
.home_know .know_list li{
	width: 23.5%;
	height: 340px;
	position: relative;
	margin-right: 2%;
	text-align: center;
}
.home_know .know_list li:last-child{
	margin-right: 0;
}
.home_know .know_box{
	height: 100%;
	line-height: 100%;
}
.home_know .know_box .top{
	display: flex;
    align-items: center;
    justify-content: center;
	width: 110px;
	height: 110px;
	margin: 0 auto;
	margin-top: 65px;
	border-radius: 50%;
	border: 5px solid #025cc5;
}
/*.home_know li:nth-child(1) .know_box .top{
	background: url(/images/know1.png) center center no-repeat;
}
.home_know li:nth-child(2) .know_box .top{
	background: url(/images/know2.png) center center no-repeat;
}
.home_know li:nth-child(3) .know_box .top{
	background: url(/images/know3.png) center center no-repeat;
}
.home_know li:nth-child(4) .know_box .top{
	background: url(/images/know4.png) center center no-repeat;
}*/
.home_know .know_box .mid{
	color: #333;
	margin-top: 30px;
	margin-bottom: 10px;
}
.home_know .know_box .mid_d{
	font-size: 14px;
	color: #e3e3e3;
	margin-bottom: 30px;
}
.home_know .know_box .btm{
	width: 33px;
	border-bottom: 1px solid #025cc5;
	position: absolute;
	bottom: 48px;
	left: 50%;
	margin-left: -16px;
}
.home_know li a{
	width: 100%;
	height: 100%;
	border: 1px solid #b2d5fe;
	background: rgba(255,255,255,.3);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transform: scale(1.2);
	transition-duration: 0.4s;
}
.home_know li:hover a{
	opacity: 1;
	transform: scale(1);
}
.home_company .ln_slide{
	margin: 0 auto;
	margin-top: 110px;
	position: relative;
}
.home_company .ln_slide .news__li{
	height: 100%;
	background: #3586cd;
	color: #3586cd;
	position: relative;
	overflow: hidden;
}
.home_company .ln_slide .news__li .cover{
	padding: 5px 20px;
	border: 1px solid #fff;
	color: #fff;
	position: absolute;
	bottom: 20px;
	right: 50px;
	display: none;
	border-radius: 10px;
	font-size: 14px;
}
.home_company .ln_slide .news__li:hover .cover{
	display: block;
}
.home_company .ln_slide .news__li .img{
	float: left;
	width: 43%;
}
.home_company .ln_slide .news__li .img img{
	display: block;
	width:100%;
	max-height:370px
}
.home_company .ln_slide .news__li .content{
	width: 57%;
	float: right;
	padding: 45px 40px;
	height: 100%;
	overflow: hidden;
}
.home_company .ln_slide .news__li .content a{
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	line-height: 140%;
	margin-bottom: 10px;
}
/*.home_company .ln_slide .news__li .content a:hover{
	color: #f1f1f1;
}*/
.home_company .ln_slide .news__li .content p{
	font-size: 14px;
	line-height: 24px;
	text-indent: 28px;
	color: #fff;
}
.lan2_nav {
	margin-top: 23px;
}
.lan2_nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.lan2_nav ul li {
	margin-top: 10px;
}
.lan2_nav ul li a{
	display: inline-block;
	padding-bottom: 6px;
	font-size: 20px;
	color: #333333;
}
.lan2_nav ul li.current-cat a{
	color: #0b50a2;
	border-bottom: 1px solid #0b50a2;
}
.lan2_nav ul li a:hover{
	color: #0b50a2;
}


.lan2_cont .top{
	min-height: 370px;
	position: relative;
}
.lan2_cont .top .left_box,
.lan2_cont .top .left_box img {
	height: 294px;
}
.lan2_cont .top .left_box{
	width: 50%;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}
.lan2_cont .top .left_box img{
	width: 100%;
	overflow: hidden;
}
.lan2_cont .top .right_box{
	width: 62%;	
	background: #3a3b3c;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	padding-left: 20%;
	padding-top: 80px;
	min-height: 308px;
	padding-bottom:38px;
}
.title_btm {
	line-height: 100%;
	font-size: 25px;
	color: #fff;
}
.title_btm span{
	display: block;
	width: 104px;
	height: 2px;
	background: #2c8cfe;
	margin-top: 24px;
}
.lan2_cont .top .right_box .title_btm222 {
	margin-top: 25px;
	color: #cfcfcf;
	font-size: 16px;
	line-height: 24px;
}
.lan2_cont .top .right_box li{
	list-style: disc;
	/*list-style-position: inside;*/
}
.lan2_cont .headline{
	width: 280px;
	height: 64px;
	border: 2px solid #3a3b3c;
	margin: 0 auto;
	margin-top: 120px;
	margin-bottom: 95px;
	position: relative;
}
.lan2_cont .headline .name{
	width: 100%;
	position: absolute;
	bottom: -14px;
	left: 0;
	text-align: center;
}
.lan2_cont .headline .name span{
	padding: 0 22px;
	font-size: 20px;
	line-height: 22px;
	color: #3a3b3c;
	background: #fff;
}
.lan2_cont .headline .name.name_en {
	bottom: -24px;
}
.lan2_cont .headline .icon{
	width: 66px;
	height: 66px;
	border-radius: 50%;
	background: #3a3b3c url(/images/icon1.png) center center no-repeat;
	position: absolute;
	top: -35px;
	left: 50%;
	margin-left: -33px;
}
.artical .caption{
	padding-bottom: 12px;
	border-bottom: 1px solid #0b50a2;
	color: #0b50a2;
	font-size: 22px;
	line-height: 36px;
	margin-bottom: 20px;
}
.artical .caption span{
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1px solid #1154a4;
	text-align: center;
	line-height: 34px;
	margin-right: 5px;
}
.artical {
	line-height: 1.6;
	font-size: 16px;
	color: #333;
}
.artical .caption_detail{
	padding: 0 20px;
	margin-bottom: 70px;
}
.artical .section .s_title{
	padding: 0 12px;
	line-height: 35px;
	background: #d9e8fb;
	color: #333;
	font-size: 16px;
	margin: 10px auto;
}
.artical .section p{
	margin: 10px auto;
}
.artical .section p span{
	width: 7px;
	height: 7px;
	background: #0b50a2;
	margin-right: 10px;
	position: relative;
	top: -2px;
}
.artical table{
	width: 100%;
}
.blue1{
	background: #4392f0;
}
.blue2{
	background: #d0e5fe;
}
.blue3{
	background: #e0edfc;
}
.artical table td{
	padding: 20px 10px;
	text-align: center;
	color: #002148;
	border: 0.5px solid #fff;
}
.comconsult_list{
	padding: 25px 0;
	margin-bottom: 20px;
}
.comconsult_list li{
	width: 100%;
	overflow: hidden;
}
.comconsult_list ul * {
	box-sizing: border-box;
}
.comconsult_list li .a_wrap {
	display: block;
	border: 1px solid #c9cccf;	
}
.comconsult_list li .img img,
.comconsult_list li .img{
	width: 100%;
	height: 330px;
	overflow: hidden;
}
.comconsult_list li .btm{
	height: 168px;
	border-top: none;
	padding: 20px 25px;
}
.comconsult_list li .btm .name{
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all .2s;
}
.comconsult_list li .btm .desc {
	line-height: 22px;
	font-size: 14px;
	color: #333;
	height: 66px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.comconsult_list li .btm .time{
	font-size: 14px;
	color: #333;
	margin-top: 10px;
}

.lan3_cont{
	padding-top: 50px;
	padding-bottom: 68px;
}
.comconsult_list li a:hover .btm .name,
.lan3_cont .big{
	color: #2196f3;
}
.lan3_cont .second{
	padding-left: 74px;
	font-size: 24px;
	color: #a4a4a4;
	font-size: 14px;
	background: url(/images/news.png) left center no-repeat;
	margin-top: 12px;
	margin-bottom: 45px;
	min-height: 40px;
 }
.lan3_cont .lan3_box{ width:100%; overflow:hidden;}
.lan3_cont .lan3_box .ccrtew{
	width: 540px;
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
}
/*.lan3_cont .lan3_box .ccrtew img {
	width: 100%;
}*/
.lan3_cont .lan3_box  .lanimg_box img{
	 width:100%;
}

.lan3_cont .lan3_box{
	font-size: 14px;
}

.knowledgelist__list,
.lan4_list>li{
	display: flex;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
}
.lan4_list>li:nth-child(odd){
	background: #eff5fd;
}
.lan4_list>li:nth-child(even){
	background: #e2eaf6;
}
.lan4_list>li .l_box{
	width: 50%;
	text-align: center;
}
.lan4_list>li .l_box .img{
	display: flex;
    align-items: center;
    justify-content: center;
	width: 110px;
	border: 5px solid #025cc5;
	height: 110px;
	line-height: 110px;
	border-radius: 50%;
	text-align: center;
	margin: 0 auto;
	margin-top: 75px;
}
.lan4_list>li .l_box .img img{
	width: auto;
	vertical-align: middle;
	display: inline-block;
}
.lan4_list>li .l_box .p0{
	margin-top: 18px;
	color: #333;
}
.lan4_list>li .l_box .p1{
	font-size: 12px;
	color: #3a3b3c;
	opacity: .1;
	line-height: 24px;
}
.lan4_list>li .l_box span{
	width: 33px;
	height: 1px;
	background: #025cc5;
}
.lan4_list>li .r_box{
	width: 50%;
	padding-right: 120px;
}
.lan4_list>li .r_box .a_box{
	margin-top: 37px;
}
.lan4_list>li .r_box .a_box a{
	display: block;
	height: 60px;
	line-height: 59px;
	border-bottom: 1px dashed #cfcfcf;
	font-size: 14px;
	color: #3a3b3c;
	padding-left: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	background: url(/images/a0.png) left center no-repeat;
}
.lan4_list>li .r_box .a_box a:hover{
	color: #025cc5;
	background: url(/images/a1.png) left center no-repeat;
}
.lan4_list>li .r_box .more{
	width: 206px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	background: #025cc5;
	margin-top: 40px;
}
.lan_title{
	background: #3a3b3c;
	height: 56px;
	line-height: 56px;
	color: #fff;
}
.lan_title span{
	width: 54px;
	height: 54px;
	background: #fff;
	line-height: 54px;
	border-radius: 50%;
	float: left;
	text-align: center;
	margin-left: 20px;
	margin-right: 10px;
}
.lan_title span img{
	width: 26px;
	vertical-align: middle;
	display: inline-block;
}
.mt60{
	margin-top: 60px;
}
.mb50{
	margin-bottom: 50px;
}
.lan4_klass ul{
	padding: 0 22px;
}
.lan4_klass li{
	padding: 26px 0;
	border-bottom: 1px dashed #dadada;
}
.lan4_klass li:last-child{
	border-bottom: none;
}
.lan4_klass li a{
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #3a3b3c;
	padding-left: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	background: url(/images/a0.png) left center no-repeat;
}
.lan4_klass li a:hover{
	color: #025cc5;
	background: url(/images/a1.png) left center no-repeat;
}
.lan4_klass li p{
	font-size: 14px;
	color: #a4a4a4;
	padding-left: 16px;
}
.lan6{
	padding: 55px 0;
}
/* .lan6_l{
	width: 46%;
}
.lan6_r{
	width: 50%;
} */
.lan6_top{
	margin-bottom: 55px;
}
.lan6_top .top{
	width: 45px;
	height: 2px;
	background: #0250ac;
	margin-bottom: 20px;
}
.lan6_top .btm{
	line-height: 100%;
	font-size: 22px;
	color: #333334;
}
.lan6_top .btm span{
	font-size: 20px;
	color: #d5d5d5;
	margin-left: 10px;
}
.lan6_l li{
	display: flex;
	align-items: center;
	margin-bottom: 70px;
}
.lan6_l li .pic {
	width: 30px;
	flex: 0 0 30px;
}
.lan6_l li .rctrdes {
	flex: 1;
	padding-left: 20px;
	font-size: 14px;
	color: #333;
}
.lan6_l li:last-child{
	margin-bottom: 0;
}

.input_group{
	width: 100%;
	margin-bottom: 14px;
	border: 1px solid #afafaf;
	line-height: 42px;
	position: relative;
}
.input_group label{
	font-size: 14px;
	color: #333;
	position: absolute;
	top: 0;
	left: 12px;
}
.input_group input{
	width: 100%;
	height: 44px;
	padding-left: 90px;
	display: block;
}
.input_group textarea{
	width: 100%;
	height: 90px;
	line-height: normal;
	text-indent: 80px;
	padding: 0 10px;
	padding-top: 12px;
}
.lan6_r button{
	width: 124px;
	height: 45px;
	color: #fff;
	border-radius: 5px;
	background: #0250ac;
	margin-top: 7px;
}
.pt80{
	padding-top: 80px;
}
.pb60{
	padding-bottom: 60px;
}
.pt60{
	padding-top: 60px;
}
.lan1 p{
	color: #666;
	line-height: 40px;
}
.lan_1 .cc-tit{
	margin-top: 38px;
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 25px;
	color: #333;
}
.lan_1 .marks{
	display: flex;
	justify-content: space-between;
}
.lan_1 .marks li{
	color: #666666;
	font-weight: bold;
	/* white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden; */
	padding-right: 10px;
}
.lan_1 .marks li span{
	min-width: 100px;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	color: #fff;
	background: #0b50a2;
	text-align: center;
	margin-right: 10px;
	padding: 0 10px;
}
.about_listin {
	margin-top: 70px;
}

.lan_list_all {
	display: flex;
	flex-wrap: wrap;
}
.lan_list_all li {
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.lan_list_all li .name{
	width: 100%;
    padding: 10px 0;
	line-height: 1.4;
	text-align: center;
	color: #fff;
	background: #0b50a2;
	font-size: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	max-height: 70px;
	overflow: hidden;
}
.lan_list_all li .ii_lik {
	display: block;
}
.lan_list_all li .ii_lik .img,
.lan_list_all li .ii_lik .img img {
	height: 100%;
	width: 100%;
}
.lan_list_all li .hhor {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: rgba(0,0,0,.5) url(/images/look1.png) center center no-repeat;
	opacity: 0;
	transition: all .2s;
}
.lan_list_all li .ii_lik:hover .hhor{
	opacity: 1;
}



.lan1_l .show_img{
	margin-bottom: 15px;
}
.lan_1_1 .mySwiper1 .swiper-slide,
.lan_1_1 .mySwiper1 .swiper-slide img{
	width: 158px;
	height: 92px;
	overflow: hidden;
	cursor: pointer;
}
.lan_1_1 .mySwiper1 .swiper-slide.swiper-slide-thumb-active {
	border: 5px solid #3590fa;
}
.lan1_r .cc-tit{
	font-size: 30px;
	color: #0b50a2;
	margin-bottom: 25px;
}
.lan_1_1 .lan1_r .allcontent{
	color: #666666;
}
.lan1_l .show_list_img {
	position: relative;
}
.bannerpicimg {
	display: none !important;
}

.lan7 .bigtitle {
	text-align: center;
	font-size: 30px;
	color: #333333;
	font-weight: normal;
	margin-bottom: 37px;
}
.lan7_bk{
	background: #f9f8f8;
}
.lan7 .top{
	display: flex;
	flex-wrap: wrap;
	padding: 24px 0;
	font-size: 16px;
	color: #333333;
	margin: 24px 0;
}
.join_list{
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}
.join_list .j_l .lfet{
	padding: 30px 20px;
	background-color: #fff;
}
.join_list .j_l img{
	width: auto;
}
.join_list .j_l .j_s_t{
	font-size: 16px;
	color: #a7a9aa;
	margin-bottom: 28px;
}
.join_list .j_l .join_input{
	height: 75px;
	position: relative;
	padding-bottom: 36px;
	border-bottom: 1px solid #f3f3f3;
	margin-bottom: 28px;
}
.join_list .j_l .join_input label {
	display: none;
}
.join_list .j_l .join_input input{
	background: #f3f3f3;
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 15px;
}
.join_list .j_l .join_input .search-submit{
	width: 50px;
	height: 38px;
	background: #076be1 url(/images/search.png) center center no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0;
}
.join_list .j_l select{
	width: 100%;
	height: 40px;
	background: #f3f3f3;
	padding-left: 15px;
	margin-bottom: 15px;
}
.join_list .j_l .btm{
	color: #555555;
	font-size: 16px;
	line-height: 24px;
	margin-top: 22px;
}
.join_list .j_l .btm div{
	margin-bottom: 10px;
}
.join_list .j_l .btm a{
	font-size: 14px;
	color: #076be1;
}
.join_list .j_r{
	padding: 18px 44px 53px 44px;
	background: #fff;
}
.join_list .j_r .top{
	color: #a7a9aa;
	line-height: 46px;
}
.join_list .j_r .table{
	padding: 0 26px;
	font-size: 16px;
}
.join_list .j_r .table span.name{
	width: 45%;
}
.join_list .j_r .table span.genlie{
	width: 30%;
}
.join_list .j_r .table span.city{
	width: 20%;
}
.join_list .j_r ul{
	margin-bottom: 40px;
}
.join_list .j_r li{
	border-bottom: 1px dashed #f3f3f3;
}
.join_list .j_r li .show{
	line-height: 70px;
	font-size: 16px;
	color: #555555;
	cursor: pointer;
}
.join_list .j_r li .show .state{
	background: url(/images/jia.png) center center no-repeat;
	height: 70px;
	width: 10px;
	float: right;
}
.join_list .j_r li .hide{
	padding: 0 26px;
	padding-top: 14px;
	padding-bottom: 33px;
	display: none;
}
.join_list .j_r li .hide .hide_title{
	line-height: 60px;
	font-size: 16px;
	color: #999999;
}
.join_list .j_r li .hide p{
	font-size: 16px;
	color: #555;
	line-height: 24px;
}
.join_list .j_r li .hide .hide_t{
	margin-top: 27px;
	font-size: 16px;
	color: #999;
}

.join_list .j_r li.cur .show{
	background: #eaeaea;
	color: #333333;
	box-shadow: inset 0px 5px 0 0 #076be1;
}
.join_list .j_r li.cur .show .state{
	background: url(/images/jian.png) center center no-repeat;
}
.lan3_box span,.lan3_box a{
	display: inline;
}
.lan3_box table{
	border-spacing: 10px;
}
.c-b{
	color: #2196f3;
	font-weight: bold;
}
.m20{
	margin: 20px;
}
.product_new{
    color: #666;
    margin-bottom: 35px;
}



footer{
	background: #313232;
	padding: 46px 0;
}
footer .f_wrap{
	max-width: 1320px;
	width: 90%;
	margin: 0 auto;
	color: #fff;
}
.lan3_cont .lan3_box p img,
.lan3_cont .lan3_box p {
	margin-bottom: 14px;
}

footer .f_wrap .en_show {
	display: none;
}
footer .f_wrap .zh_show {
	display: block;
}
footer .f_m{
	float: left;
	margin-top: 65px;
}
footer .f_r{
	float: right;
}
footer .f_logo{
	margin-bottom: 16px;
}
footer .small{
	font-size: 14px;
	line-height: 24px;
}
footer .small_a{
	font-size: 14px;
	color: #888;
}
footer .small_a a{
	color: #888;
}
footer .small_a .c-f{
	float: right;
	color: #fff;
}
footer .f_r .wechat{
	/* width: 118px;
	height: 119px; */
	padding: 7px;
	margin: 0 auto;
	margin-bottom: 5px;
	background-color: #0b50a2;
	background-position: center;
	background-repeat: no-repeat;
}
footer .f_r .wechat img {
	width: 100%;
}

.pagemenu{ text-align:center;line-height: 40px; color:#333;}
.pagemenu a {vertical-align: top;width: 40px;height: 40px; border:1px solid #e6e6e6; color:#c3c3c3; text-decoration:none;margin: 0 7px;border-radius: 3px}
.pagemenu a:hover {color:#999999;}
.pagemenu span{width: 40px;height: 40px; text-align: center;margin: 0 7px;border-radius: 3px}
.pagemenu .current {  background:#e3e3e3; color:#999999;}
.pagemenu .disabled {border: #f8f8f8 1px solid;color:#f1f1f1;}
.pagemenu .prev{background: url(/images/l_icon.png) center center no-repeat;}
.pagemenu .next{background: url(/images/r_icon.png) center center no-repeat;}
.pagemenu .screen-reader-text,
.pagemenu .prev span,
.pagemenu .prev svg,
.pagemenu .next span,
.pagemenu .next svg {display: none;}






.allcontents .ptitlr {
	display: none;
	font-size: 20px;
	text-align: center;
}
.allcontents3,
.investor-infos  {
	/*margin-top: 30px;*/
}
.allcontents3 img {
	display: inline-block;
	width: auto;
}


.investor-infos {
	margin-bottom: 20px;
	padding: 35px 10px;
	background-color: #EAF1FB;
}
.investor-infos .investor-list {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
	font-size: 0;
}
.investor-infos .investor-list .items {
	padding-left: 24px;
	padding-right: 24px;
	font-size: 14px;
	border-left: 1px solid #D4DBE5;
}
.investor-infos .investor-list .items-zong,
.investor-infos .investor-list .items-priceMax {
	border-left: none;
}
.investor-infos .investor-list .list-tit {
	color: #3a3a3d;
	white-space: nowrap;
}
.investor-infos .investor-list .percentage {
	font-size: 36px;
	color: #2196f3;
	letter-spacing: -2px;
	white-space: nowrap;
}
.investor-infos .investor-list .items .list-info {
	margin-top: 10px;
}
.investor-infos .investor-list .items-zong .list-info {
	margin-top: 16px;
	margin-bottom: 24px;
}

.investor-infos .investor-list .infos {
	font-size: 12px;
	color: #74747A;
}




.divatrb ul {
    font-size: 0;
}
.divatrb li{
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-right: 2%;
    box-sizing: border-box;
    padding: 14px 10px;
    margin-bottom: 16px;
    color: #333;
    letter-spacing: 2px;
    background: #f7f7f7;
}
.divatrb li:nth-of-type(2n){
    margin-right: 0;
}
.divatrb li strong{
    display: block;
    line-height: 1.4;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 14px;
    padding: 0 14px 10px 14px;
    border-bottom: 1px solid #d9d9d9;
}
.divatrb li p{
    font-size: 14px;
    color: #666;
    padding: 0 14px;
    line-height: 1.4;
}


/* public */
.wrap,
.home_company .ln_slide{
	max-width: 1140px;
	width: 90%;
}
.hamburger {
    display: none;
    position: absolute;
    top: 18px;
    right: 5%;
    z-index: 950;
    line-height: 0;
    width: 24px;
    height: 20px;
    cursor: pointer;
}

.hamburger:after,
.hamburger:before,
.hamburger span {
    position: relative;
    width: 100%;
    float: right;
    background-color: #fff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.hamburger:after,
.hamburger:before {
    content: '';
    display: block;
    width: 60%;
    height: 2px;
    border-radius: 2px;
}

.hamburger span {
    display: block;
    height: 2px;
    margin: 5px 0;
}

.hamburger.active:after,
.hamburger.active:before,
.hamburger.active span {
    background-color: #fff;
}

.headerhh {
	height: 0;
	font-style: 0;
	overflow: hidden;
}
footer .f_m .small a,
footer .f_m .small_a a:hover {
	color: #fff;
}

@media (min-width: 961px) {
	.siteheader .nav {
		display: block !important;
	}
	footer .f_logo img,
	.siteheader .h_l img {
		max-width: 212px;
	}
	footer .f_l{
		width: 35%;
		float: left;
		padding-right: 50px;
		max-width: 500px;
	}
	footer .f_logo {
		margin-bottom: 40px;
	}
	footer .f_m .c-b {
		margin-bottom: 22px;
	}
	footer .f_r {
		margin-top: 87px;
	}
	.all_pagewrp_h {
		min-height: 33vh;
	}
}

@media (max-width: 960px) {
	.hamburger {
		display: block;
	}
	.siteheader {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
		width: 100%;
		height: 50px;
	}
	.headerhh {
		height: 50px;
	}
	.siteheader .h_l {
		margin-top: 10px;
	}
	footer .f_logo img {
		width: 64%;
	}
	.siteheader .h_l img {
		height: 30px;
	}
	.siteheader .h_r {
		margin-top: 13px;
		margin-right: 42px;
	}
	.siteheader .h_r .top a {
		margin-left: 10px;
	}
	.siteheader .nav {
		display: none;
		position: fixed;
		top: 50px;
		left: 0;
		width: 100%;
		padding: 20px;
		margin: 0;
		background: #0b50a2;
		box-shadow: 0 10px 10px rgba(0,0,0, .1);
	}
	.siteheader .nav ul li {
		margin-left: 0;
		margin-top: 10px;
		width: 100%;
	}
	.siteheader .nav ul li a {
		display: block;
		width: 100%;
		text-align: left;
	}
	.siteheader .nav ul li:first-child {
		margin-top: 0;
	}
	.siteheader .nav ul li a::after {
		display: none;
	}
	.siteheader .nav ul li.current-menu-item a,
	.siteheader .nav ul li.current-post-parent a,
	.siteheader .nav ul li.current-post-ancestor a,
	.siteheader .nav ul li.current-category-ancestor a,
	.siteheader .nav ul li.current-menu-parent a {
		color: #fff;
	}

	footer .f_m .c-b {
		margin-bottom: 12px;
	}
	footer .f_m,
	footer .f_r {
		margin-top: 40px;
	}
	footer .f_m .small_a {
		margin-top: 6px;
	}
	footer .f_r {
		float: left;
	}
}



/* home */

@media (min-width: 961px) {
	.home_company .s-btn.s-btn-left {
		left: -115px;
	}
	.home_company .s-btn.s-btn-right {
		right: -115px;
	}
	.homebanner .s-btn.s-btn-left{
		left: 100px;
	}
	.homebanner .s-btn.s-btn-right{
		right: 100px;
	}
	.home_product li:nth-child(2) a .show_box {
		flex-direction: column-reverse;
	}
}

@media (max-width: 1400px) and (min-width: 961px) {
	.home_company .s-btn.s-btn-left {
		left: -60px;
	}
	.home_company .s-btn.s-btn-right {
		right: -60px;
	}
}

@media (max-width: 960px) {
	.s-btn{
		width: 30px;
		height: 30px;
		top: 50%;
		margin-top: -15px;
		line-height: 30px;
	}
	
	.home_company .s-btn.s-btn-left {
		left: -30px;
	}
	.home_company .s-btn.s-btn-right {
		right: -30px;
	}
	.homebanner .s-btn.s-btn-left{
		left: 5%;
	}
	.homebanner .s-btn.s-btn-right{
		right: 5%;
	}
	.homebanner .s-dot {
		bottom: 10px;
	}
	.homebanner .s-dot .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		margin: 0 5px;
	}
	.homebanner .s-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
		width: 20px;
	}

	footer,
	.home_know .white_bk,
	.home_company,
	.home_product .white_bk {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.home_know .know_list,
	.home_company .ln_slide,
	.home_product .product_list {
		margin-top: 30px;
	}
		
	.home_product li {
		width: 100%;
		margin-top: 20px;
	}
	.home_product li:first-child {
		margin-top: 0;
	}
	.home_product li,
	.home_product .name {
		height: auto;
	}
	.home_product .name,
	.home_company .ln_slide .news__li .content {
		padding: 20px;
	}
	.home_company .ln_slide .news__li .img,
	.home_company .ln_slide .news__li .content {
		width: 100%;
		float: none;
	}	
	.home_company .ln_slide {
		width: 80%;
	}
	.home_know .know_list li {
		width: 48%;
		height: auto;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.home_know .know_list li:nth-child(2n) {
		margin-right: 0;
	}
	.home_know .know_box .top {
		width: 60px;
		height: 60px;
		margin-top: 0;
	}
	.home_know .know_box .top img {
		max-width: 30px;
	}
	.home_know .know_box .btm {
		bottom: 20px;
	}


}


/* page in */

.lan1_l .show_list_img .s-btn.swiper-button-disabled {
	display: none;
}

.lan1_l .show_list_img .s-btn {
	opacity: 1;
}
.lan1_l .show_list_img .s-btn.s-btn-left {
	left: 0;
}
.lan1_l .show_list_img .s-btn.s-btn-right {
	right: 0;
}

.lan2_list_research{
	justify-content: center;
	margin-top: 40px;
	margin-bottom: 50px;
}
.lan4_list>li:first-child {
	margin-top: 0;
}

.aboutxpics {
	display: none !important;
}

@media (min-width: 961px) {
	.lan_1_1 {
		display: flex;
		justify-content: space-between;
	}
	.lan_1_1 .lan1_l {
		width: 44%;
	}
	.lan_1_1 .lan1_r{
		width: 50%;
	}
	.lan_1_1 .lan1_r .allcontent {
		line-height: 2;
	}
	
	.lan1_l .show_list_img .s-btn {
		width: 30px;
		height: 30px;
		top: 50%;
		margin-top: -15px;
		line-height: 30px;
	}

	.lan_list_all li:last-child{
		margin-right: 0;
	}
	.lan1_list li{
		width: 24%;
		max-width: 270px;
		margin-right: 15px;
	}	
	.lan1_list li .ii_lik {
		height: 165px;
	}
	
	.lan2_list_prod li{
		width: 29%;
		max-width: 320px;
		margin-right: 2.8%;
	}
	.lan2_list_prod li .ii_lik {
		height: 216px;
	}
	
	.lan2_list_research li {
		max-width: 488px;
	}
	.lan2_list_research li .ii_lik {
		height: 304px;
	}

	
	.lan2_nav ul li {
		margin: 0 57px;
	}

	.lan4_list {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.lan4_list>li {
		margin-top: 50px;
		padding-bottom: 50px;
	}
	

	.join_list,
	.knowledgelist__list {
		justify-content: space-between;
	}
	.knowledgelist__list .lan4_img{
		width: 30.5%;
	}
	.knowledgelist__list .lan4_klass{
		width: 68%;
	}
	.lan7 .top .pic {
		width: 41%;
		padding-left: 34px;
	}
	.lan7 .top .infotr {
		width: 58%;
	}
	.join_list .j_l{
		width: 29%;
	}
	.join_list .j_r{
		width: 69%;
	}
	.comconsult_list ul{
		display: grid;
		align-items: stretch;
		grid-gap: 50px;
		grid-template-columns: repeat(2, 1fr);
		margin-top: 25px;
		margin-bottom: 20px;
	}
}

@media (max-width: 960px) {
	.pt80{
		padding-top: 40px;
	}
	.pb60{
		padding-bottom: 40px;
	}
	.mt60 {
		margin-top: 40px;
	}
	.lan_1 .cc-tit {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.lan_1 .marks {
		flex-wrap: wrap;
	}
	.lan_1 .marks li {
		width: 100%;
		padding: 0;
		margin-top: 10px;
	}
	.about_listin {
		margin-top: 20px;
	}

	.lan_list_all li {
		width: 48%;
		margin: 0;
		margin-right: 4%;
		margin-top: 14px;
	}
	.lan_list_all li:nth-child(2n) {
		margin-right: 0;
	}
	.lan_1 .marks li:first-child,
	.lan_list_all li:nth-child(1),
	.lan_list_all li:nth-child(2)  {
		margin-top: 0;
	}


	.lan_list_all li .ii_lik {
		height: auto;
	}
	.lan_list_all li .hhor {
		background-size: 26px;
	}

	.lan_1 .marks li span {
		min-width: 80px;
	}

	.lan_1_1 .lan1_r {
		margin-top: 30px;
	}
	.lan_1_1 .mySwiper1 .swiper-slide, .lan_1_1 .mySwiper1 .swiper-slide img {
		height: 70px;
	}
	.lan1_r .cc-tit {
		margin-bottom: 14px;
	}

	.lan2_cont .top .right_box,
	.lan2_cont .top .left_box {
		position: relative;
		left: auto;
		bottom: auto;
		width: 100%;
	}
	.lan2_cont .top .left_box,
	.lan2_cont .top .left_box img {
		height: auto;
	}
	
	.lan2_cont .top .right_box {
		min-height: 1px;
		padding: 20px;
	}
	.lan2_cont .top .right_box ul {
		padding-left: 30px;
	}
	.title_btm span {
		margin-top: 6px;
	}
	.lan2_cont .headline {
		width: 200px;
		height: 60px;
		margin-top: 100px;
		margin-bottom: 50px;
	}
	.lan2_cont .headline .icon {
		top: -25px;
		width: 50px;
		height: 50px;
		margin-left: -25px;
	}
	
	.lan2_list_research {
		margin-top: 20px;
	}
	.lan2_list_research li {
		width: 80%;
		margin: 0;
	}

	.lan2_nav ul li {
		width: 48%;
		margin-right: 4%;
		text-align: center;
	}
	.lan2_nav ul li:nth-child(2n) {
		margin-right: 0;
	}

	.lan4_list {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.lan4_list>li {
		margin-top: 30px;
		padding: 20px;
	}
	.lan4_list>li .l_box,
	.lan4_list>li .r_box {
		width: 100%;
		padding: 0;
	}
	.lan4_list>li .l_box .img {
		margin-top: 0;
	}
	.lan4_list>li .l_box .img {
		width: 90px;
		height: 90px;
		line-height: 90px;
	}
	.lan4_list>li .l_box .img img {
		width: 40px;
	}
	.lan4_list>li .r_box .a_box {
		margin-top: 10px;
	}
	.lan4_list>li .r_box .a_box a {
		height: 50px;
		line-height: 49px;
	}
	.lan4_list>li .r_box .more {
		margin-top: 20px;
		width: 130px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}

	.lan4_klass {
		margin-top: 20px;
	}
	.lan4_klass ul {
		padding: 0;
	}
	.lan4_klass li {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.divatrb li {
		width: 100%;
		margin-right: 0;
	}

	.investor-infos .investor-list {
		flex-wrap: wrap;
	}
	.investor-infos .investor-list .items {
		width: 50%;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.investor-infos .investor-list .items-zong {
		width: 100%;
		padding-top: 0;
	}
	.investor-infos .investor-list .items-nums {
		border-left: none;
	}
	.investor-infos .investor-list .items-priceMax,
	.investor-infos .investor-list .items-priceMin {
		border-bottom: 1px solid #D4DBE5;
	}
	.investor-infos .investor-list .items-zong .list-info {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.lan6_top {
		margin-bottom: 30px;
	}
	.lan6_l li {
		margin-bottom: 20px;
	}
	.lan6_l li .pic img {
		width: 20px;
	}
	.lan6_l li .rctrdes {
		padding-left: 10px;
	}
	.join_list .j_r,
	.lan7 .top .infotr {
		margin-top: 14px;
	}
	.join_list .j_l,
	.join_list .j_r{
		width: 100%;
	}
	
	.join_list .j_r {
		padding: 10px;
	}
	.join_list .j_r .table span.city,
	.join_list .j_r .table span.genlie {
		display: none;
	}
	.join_list .j_r .table span.name {
		width: 80%;
	}
	.join_list .j_r li .show {
		line-height: 30px;
		padding-top: 6px;
		padding-bottom: 6px;
		font-size: 14px;
	}
	.join_list .j_r li .show .state {
		height: 30px;
	}

	.pagemenu,
	.comconsult_list li {
		margin-top: 20px;
	}
	.comconsult_list li .img img, .comconsult_list li .img {
		height: auto;
	}
}




/*.artical p {
	margin-bottom: 14px;
}*/



/* font-size */

@media (max-width: 960px) {

	.home_title p {
		font-size: 30px;
	}
	.lan_1 .cc-tit,
	.lan1_r .cc-tit {
		font-size: 24px;
	}
	.lan_1 .marks li span,
	.home_company .ln_slide .news__li .content a,
	.title_top p {
		font-size: 16px;
	}

	.artical,
	.product_new,
	.lan_list_all li .name,
	.allcontent,
	body,
	.lan_1 .marks li,
	.home_product .name .detail {
		font-size: 14px;
	}
}



.artical p,
.allcontent.product_new p,
.lan3_cont .lan3_box p,
.allcontent.lan_1 p {
	min-height: 25px;
}

/* add 0607 */
.serach_box_new {
	margin-top: 30px;
	padding-bottom: 30px;
}
.serach_box_new .area_x {
	display: flex;
	flex-wrap: wrap;
}
.serach_box_new .area_x .select_x,
.serach_box_new .area_x .ipt_bn {
	width: 100%;
	max-width: 260px;
    border: 1px solid #ccc;
    height: 34px;
    border-radius: 10px;
    padding: 0 10px;
}

.serach_box_new .area_x .ipt_bn {
    width: 100px;
    color: #fff;
    background: #2196f3;
    border-color: #2196f3;
}

.resultlist {
    margin-top: 30px;
    max-height: 340px;
    min-height: 26px;
    overflow: auto;
	scrollbar-width: thin;
}

        
.resultlist::-webkit-scrollbar-track-piece {
	width: 4px;
	background-color: #fff
}

.resultlist::-webkit-scrollbar {
	width: 4px;
	background-color: #E4E4E4
}

.resultlist::-webkit-scrollbar-thumb {
	width: 4px;
	background-color: #E4E4E4
}

.resultlist::-webkit-scrollbar-thumb:hover {
	width: 4px;
	background-color: #E4E4E4
}
.resultlist .it {
	margin-top: 20px;
}
.resultlist .it:first-child {
	margin-top: 0;
}
.serach_box_new .area_x .itt_bn #reset-btn {
	margin-left: 16px;
}

@media (min-width: 961px) {
	.serach_box_new .area_x .itt {
		width: 160px;
		margin-right: 20px;
	}
	.serach_box_new .area_x .itt_bn {
		margin-right: 0;
		width: auto;
	}
}
@media (max-width: 1201px) and (min-width: 961px) {
    .siteheader .h_l {
        margin-top: 42px;
    }
    .siteheader .nav ul li {
        margin-left: 15px;
    }
    .siteheader .h_l img {
        max-width: 150px;
    }
}

@media (max-width: 960px) {
	.serach_box_new .area_x .itt {
		width: 100%;
		margin-top: 10px;
	}
	.serach_box_new .area_x .itt:first-child {
		margin-top: 0;
	}
}



<!--0.00011706352233887-->