﻿@charset "utf-8";
/* CSS Document */
*{
	font-family: "微软雅黑";
	font-weight: normal;
}
body{
	margin: 0;
	padding: 0;
	
}
ul,li,dd,dl,h1,h2,h3,h4,h5,h6,p{
	margin: 0;
	padding: 0;
}
ul,li,dd,dl{
	list-style: none;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
img{
	border: none;
/*	display: block;*/
}
input{
	border: none;
}
textarea{
	border: none;
	resize: none;
}
.clear{
	clear: both;
}
.headbg{
	width: 100%;
}
.head{
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
}
.logo{
	float: left;
}
.logo img{
	width: 353px;
	height: 70px;
}
.icon_ul{
	float: right;
	margin-top: 30px;
}
.icon_ul li{
	float: left;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-right: 30px;
}
/*.icon_ul li:last-child{
	margin-right: none;
}*/
/*.icon_ul li img{
	width: 18px;
	height: 18px;
}*/
.icon_ul li p{
	font-size: 12px;
	color: #323333;
	margin-left: 6px;
	line-height: 20px;
}
.heada{
	background-color: #3f53a3;
	width:100%;
}
.nav_ul{
	width: 1200px;
	margin: 0 auto;
	height: 50px;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nav_ul li{
	/*float: left;*/
	height: 50px;
	position: relative;
}
.nav_ul li > a{
	font-size: 14px;
	color: #e7e6e6;
	font-weight: 600;
	line-height: 50px;
	padding: 16.5px 42px;
	/*height: 50px;*/
}
.menu{
	width: 166px;
	background-color: #334488;
	text-align: center;
	display: none;
	position: absolute;
	top: 100%;
	left: 42px;
	z-index: 9999;
	border-top: 2px solid #f7b116;
}
.menu dl{
	left: 0;
	font-size: 14px;
	color:#cacaca;
	padding: 10px 18px;
		border-bottom: 1px solid #81705a;
}
.menu dl:last-child{
	border-bottom: none;
}
.menu dl a{
	color: #cacaca;
}
.menu dl :hover{
	color: #fff;
}
.nav_ul li.imp a{
	font-size: 14px;
	color: #3f53a3;
	font-weight: 600;
	line-height: 50px;
	background-color: #f7b116;
}
#focus-banner{
	position: relative;
	width: 100%;
	overflow: hidden;
}
#focus-banner-list{
	position: relative;
}
#focus-banner-list li{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
#focus-banner-list li img{
	width: 100%;
}
.focus-banner-img{
	display: block;
}
#focus-banner-list .focus-banner-text{
	position: absolute;
	left: 50%;
	top: 0;
	width: 1000px;
	height: 100%;
	margin-left: -500px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
#focus-banner .focus-handle{
	position: absolute;
	top: 50%;
	margin-top: -40px;
	z-index: 100;
	display: block;
	width: 58px;
	height: 58px;
}
#next-img{
	background: url(../images/11.png) no-repeat;
}
#prev-img{
	background:url(../images/22.png) no-repeat;
}
#next-img{
	left: 80px;
}
#prev-img{
	right: 80px;
}

#focus-bubble{
	position: absolute;
	left: 45%;
	bottom: 6px;
	z-index: 999;
}
#focus-bubble li{
	display: inline-block;
	width: 58px;
	height: 12px;
	margin: 0 7px;
	border-radius: 10px;
	background-color: rgba(238,238,238,1);
	border: 1px solid #3f53a3;
	cursor: pointer;
}
#focus-bubble li a{
	display: block;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=0);
	opacity: 0;
}
#focus-bubble li.current{
	background-color: rgba(63,83,163,1);
}
#focus-bubble{
	width: auto!important;
	bottom: 20px;
	text-align: center;
}
.carousel-indicators li {
    display: inline-block;
   width: 60px;
    height: 12px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
   background-color:#fff;
    border: 1px solid  #3f53a3;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 60px;
    height: 12px;
    margin: 0;
    background-color: #3f53a3;
	border-radius: 8px;
}
.aboutbga{
	width: 100%;
	margin-top: 110px;
}
.abouta{
	width: 1200px;
	margin: 0 auto;
}
.abouta h1{
	text-align: center;
}
.xuanxiang{
	position: relative;
	width: 1200px;
	margin: 0 auto;
	margin-top: 78px;
}
.about_titbg{
	width: 50%;
	position: absolute;
	top:0;
	left: 50%;
}
.anout_ul{
	margin-top: 17px;
	margin-bottom: 27px;
	/*border-bottom: 1px solid #e4e4e3;*/
	width: 700px;
	
}

.anout_ul li{
	float: left;
	margin: 0 10px;
}
.anout_ul li a{
	font-size: 18px;
	color: #2d2e2e;
	padding: 3px 20px;
	 line-height: 30px;
}
.anout_ul li.on a{
	font-size: 18px;
	color: #fff;
	background-color: #3f53a3;
   line-height: 30px;
	border-radius: 8px;
}
.abouttext{
	display: flex;
	justify-content:space-between;
	align-items: center;
}
.aboutext{
	float: left;
	/*border-top: 1px solid #e4e4e3;*/
	/*width: 50%;*/
	/*margin-left: 60px;*/
}
.aboutext h2{
	font-size: 18px;
	color: #2d2e2e;
    margin-top: 54px;
	font-weight: 600;
}
.aboutext h3{
	width: 84px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border: 1px #d2d2d2 solid;
	border-radius: 20px;
	font-size: 10px;
	margin: 0 auto;
	margin-top: 32px;
}
.aboutext h3 a{
	color: #3f53a3;
}
.aboutext p{
	width: 530px;
	font-size: 14px;
	color: #666666;
	margin-top: 40px;
	line-height: 30px;
	height: 118px;
	overflow: hidden;
}
.aboutimg{
	float: left;
}
.about_navul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 25px;
/*	margin-left: -13px;*/
}
.about_navul li{
	border-right: 2px solid #d2d2d2;
	line-height: 11px;
}
.about_navul li a{
	font-size: 14px;
	color: #313333;
	padding: 0 13px;
	height: 11px;
	font-weight: 600;
}
.about_navul li:last-child{
	border-right: none;
}

.aboutimg img{
	width: 556px;
	height: 390px;
}
.none{
	display: none;
}
.qiyebg{
	width: 100%;
	background: url(../images/bgg.png) no-repeat;
	background-size: cover;
	height: 825px;
	margin-top: 96px;
}
.qiye{
	width: 1200px;
	margin: 0 auto;
	padding-top: 52px;
}
.qiye h1{
	text-align: center;
	/*margin-bottom: 10px;*/
}
.qiye h1 img{
	margin-bottom: 10px;
}
/*.qiye h1 img{
	width: 505px;
	height: 150px;
}*/
.qiye h2{
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	margin-top: 90px;
}
.qiye p{
	text-align: center;
	font-size: 16px;
	color: #fff;
	/*line-height: 34px;*/
	margin-top: 30px;
}
.qiye h3{
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	margin-top: 54px;
}

.lianxibg{
	width: 100%;
	background-color: #f8f9fa;
	padding-top: 35px;
	padding-bottom: 120px;
}
.lianxi{
	width: 1200px;
	margin: 0 auto;
}
.nav_left{
	float: left;
	width: 230px;
	border-radius: 10px;
	border-bottom: 14px #3f53a3 solid;
	border-top: 14px #3f53a3 solid;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 13px 0px rgba(204, 204, 204, 0.75);


}
.nav_left h1{
	/*font-size: 22px;
	color: #353535;*/
	line-height: 64px;
	border-bottom: 1px #d2d2d2 solid;
	width: 202px;
	margin: 0 auto;
	font-size: 18px;
	font-weight: bold;
	color: #353535;
	text-align: center;
}
.nav_ull li{
	text-align: center;
	width: 202px;
	margin: 0 auto;
	border-bottom: 1px #d2d2d2 solid;
}
.nav_ull li a{
	font-size: 14px;
	line-height: 40px;
	/*margin: 0 26px;*/
	color: #595959;
	font-weight: 600;
}
.nav_left h2{
	text-align: center;
	margin-top: 12px;
	margin-bottom: 12px;
}
.nav_left h2 img{
	width: 202px;
	height: 40px;
}
.nav_ull li div:nth-child(2){
	display: none;
}
.nav_ull li div:nth-child(2) a{
	color: #3f53a3;
}
.nav_ull li.onn div:nth-child(1){
	display: none;
} 
.nav_ull li.onn div:nth-child(2){
	display: block;
} 
.lianxitextbg{
	width: 940px;
	float: right;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 13px 0px rgba(204, 204, 204, 0.75);
  padding-bottom: 70px;
}
.tit{
	/*display: flex;
	justify-content: space-between;
	align-content: center;*/
	padding: 0 50px;
	border-bottom: 1px solid #e5e5e5;
}
.daohang_ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	float: left;
}
.daohang_ul li h1{
	font-size: 16px;
	color: #666666;
	line-height: 70px;
	margin-right: 20px;
}
.daohang_ul li a{
	font-size: 16px;
	color: #666666;
	line-height: 70px;
}
.tit h2{
	font-size: 14px;
	color:#999;
	width: 75px;
	height: 33px;
	border: 1px #d2d2d2 solid;
	border-radius:20px;
	text-align: center;
	line-height: 33px;
	margin-top: 20px;
	float: right;
}
.lianxitext h1{
	text-align: center;
	font-size: 30px;
	color: #343434;
	margin-top: 54px;
	font-weight: 600;
}
.tttta{
	text-align: center;
}
.about_navull{
	display: flex;
	justify-content:center;
	align-items: center;
	margin-top: 28px;
	
}
.about_navull li{
	border-right: 2px solid #d2d2d2;
	line-height: 11px;
}
.about_navull li a{
	font-size: 16px;
	color: #313333;
	padding: 0 13px;
	height: 11px;
}
.about_navull li:last-child{
	border-right: none;
}
.lianxiimg{
	text-align: center;
	margin-top: 74px;
}
.lianxiimg img{
	max-width: 800px;
	margin-bottom: 30px;
}
.lianxitext p{
	padding: 0 50px;
	font-size: 14px;
	color: #494c4c;
	line-height: 30px;
}
.lianxitext > span{
	margin: 0 50px;
	height: 1px;

	display: block;
	margin-top: 50px;
}
.lianxitext h4{
	text-align: center;
	font-size: 14px;
	color: #fff;
	width: 140px;
	height: 40px;
	background-color: #6684f2;
	line-height: 40px;
	margin: 0 auto;
	border-radius: 20px;
	margin-top: 40px;
	cursor:pointer;
}
.footbg{
	width: 100%;
	background-color: #363737;
	padding-bottom: 50px;
	/*margin-top: 120px;*/
	position: relative;
	height: 168px;
}
.foot{
	width: 1200px;
	margin: 0 auto;
}
.foot_ul{
	display: flex;
	justify-content: center;
	align-items: center;
    padding-top: 60px;
}
.foot_ul li{
	border-right: 2px solid #eeeeed;
	line-height: 12px;
}
.foot_ul li:last-child{
	border-right: none;
}
.foot p{
	text-align: center;
	margin-top: 36px;
	font-size: 16px;
	color: #ffffff;
}
.foot_ul li a{
	font-size: 14px;
	color: #b2b2b2;
	font-weight: 600;
	margin: 0 32px;
}
.btnimg{cursor:pointer;border:0;margin:0;padding:0;}
#ScrollToTop{
	position:absolute;
	left: 50%;
	margin-left: -46px;
	z-index: 9999;
	border: none;
	bottom: 168px;
	background-origin: none;
}
#ScrollToTop.Offscreen{
	bottom:-100px;
	-moz-transition-duration:250ms;
	-webkit-transition-duration:250ms;
}
.ditu{
	text-align: center;
	margin-top: 58px;
}
.ditu img{
	width: 842px;
	height: 510px;
}
.bu_ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 0 150px;
	margin-top: 30px;
}
.bu_ul li{
	width: 50%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 40px 0;
}
.buimg img{
	width: 60px;
	height: 60px;
}
.butext{
	margin-left: 24px;
}
.butext h2{
	font-size: 16px;
	color: #2d2e2e;
}
.butext h3{
	font-size: 15px;
	color: #7e7e7f;
	margin-top: 10px;
}
.sousuo{
	display: flex;
	align-items: center;
	justify-content:space-between;
	width: 100%;
	padding: 0 80px;
	margin-top: 60px;
}
.ssuo_di{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.ssuo_di h2{
	font-size: 18px;
	color: #343434;
	font-weight: 600;
}
.ssuo_di input{
	width: 200px;
	background-color: #ececec;
	border: 1px #e5e5e5 solid;
	height: 30px;
	border-radius:10px;
	background-image: url(../images/jian.png);
	background-repeat: no-repeat;
	/*background-size:contain;*/
	background-position: right;
	background-position-x:170px;
	text-align: left;
	padding-left:3%;
	color: #7f7f7f;
	font-size: 14px;
	background-size: 18px 18px;
	margin-left: 10px;
	line-height: 30px;
}
.sel{
	
	display: flex;
	justify-content:flex-start;
	align-items: center;
}
.sel h2{
	font-size: 18px;
	color: #343434;
	font-weight: 600;
}
.dd{
	width: 200px;
	background-color: #ececec;
	border: 1px #e5e5e5 solid;
	height: 30px;
	border-radius:10px;
	margin-left: 10px;
	line-height: 30px;
	padding-left:3%;
	color: #7f7f7f;
	font-size: 14px;
}
.da{
	border-radius:10px;
	width: 70px;
	height: 30px;
	background-color: #e94e50;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin-left: 10px;
	/*line-height: 30px;*/
}
.lianxitextbgg{
	width: 940px;
	float: right;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 13px 0px rgba(204, 204, 204, 0.75);
	margin-top: 20px;
	padding-bottom: 28px;
}
.centera{
	padding: 0 0.25rem;
}
.mingxi{
	padding: 0 0.4rem;
}

.mingxi{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 80px;
	margin-top: 32px;
}
.mingxi h2{
	font-size: 18px;
	font-weight: 600;
	color: #4c4c4c;
	width: 33.3%;
	text-align:center;
}
.mingxi_ul {
	/*border-bottom: 1px solid #d2d2d2;*/
	margin: 0 80px;
	margin-top: 25px;
	padding-bottom: 10px;
}
.mingxi_ul li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 0;
}
.mingxi_ul h3{
	font-size:16px;
	color: #333333;
	width: 33.3%;
	text-align:center;
	display: block;
	line-height: 38px;
}
.pages{
	text-align: center;
	margin-bottom: 20px;
	margin: 0 80px;
	margin-top: 30px;
}
.pages a{
	width: 32px;
	height: 36px;
	border: 1px #dadada solid;
	padding: 2px 10px;
	font-size: 16px;
	color: #4c4c4c;
	margin: 0px 4px;
	background-color: #eeeeee;
}
.pages .select{
	color: #fff;
	background-color: #3f53a3;
}
.contactbg{
	width: 100%;
}
.contact{
	width: 1200px;
	margin: 0 auto;
	padding-top: 52px;
}
.contact h1{
	text-align: center;
}
.contact h1 img{
	width: 402px;
	height: 129px;
}
.bu_ull{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 0 20px;
	margin-top: 30px;
}
.bu_ull li{
	width: 33.3%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 30px 0;
}
.map{
	width: 100%;
	margin-top: 50px;
}
.map img{
	width: 100%;
	height: 500px;
}
.chakan{
	width: 100%;
	margin-bottom: 120px;
}
.chakan h3{
	font-size: 14px;
	color: #3f53a3;
	width: 126px;
	height: 44px;
	line-height: 40px;
	text-align: center;
	border: 2px #d2d2d2 solid;
	border-radius: 28px;
	margin: 0 auto;
	margin-top: 68px;
	cursor: pointer;
}
.headhuntersbg{
	width: 100%;
	background-color: #3f53a3;
	margin-top: 94px;
}
.headhunters{
	width: 1200px;
	margin: 0 auto;
	padding-top: 52px;
}
.headhunters h1{
	text-align: center;
}
.headhunters h1 img{
	width: 493px;
	height: 127px;
}
.sousuobg{
	display: flex;
	align-items: center;
	justify-content:space-between;
	width: 100%;
	padding: 0 100px;
	margin-top: 60px;
	border-bottom: 2px #fff solid;
	padding-bottom: 56px;
}
.ssuo_dii{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.ssuo_dii h2{
	font-size: 18px;
	color: #fff;
	font-weight: 600;
}
.ssuo_dii input{
	width: 270px;
	background-color: #ffffff;
	border: 1px #e5e5e5 solid;
	height: 44px;
	border-radius:20px;
	background-image: url(../images/chakangeng.png);
	background-repeat: no-repeat;
	/*background-size:contain;*/
	background-position: right;
	background-position-x:230px;
	text-align: left;
	padding-left:4%;
	color: #979797;
	font-size: 18px;
	background-size: 30px 30px;
	margin-left: 10px;
	line-height: 44px;
}
.sell{
	
	display: flex;
	justify-content:flex-start;
	align-items: center;
}
.sell h2{
	font-size: 18px;
	color: #fff;
	font-weight: 600;
}
.dda{
	width: 270px;
	background-color: #fff;
	border: 1px #e5e5e5 solid;
	height: 44px;
	border-radius:20px;
	margin-left: 10px;
	line-height: 44px;
	padding-left:4%;
	color: #979797;
	font-size: 18px;
}
.daa{
	border-radius:20px;
	width: 96px;
	height: 44px;
	background-color: #e9494a;
	color: #fff;
	font-size: 18px;
	margin-left: 10px;
	/*line-height: 44px;*/
}
.centeraa{
	padding: 0 0.25rem;
}
.mingxia{
	padding: 0 0.4rem;
}

.mingxia{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 80px;
	margin-top: 32px;
}
.mingxia h2{
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	width: 33.3%;
	text-align:center;
}
.mingxia_ul {
	/*border-bottom: 1px solid #d2d2d2;*/
	margin: 0 80px;
	margin-top: 25px;
	padding-bottom: 10px;
}
.mingxia_ul li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 0;
}
.mingxia_ul h3{
	font-size:16px;
	color: #fff;
	width: 33.3%;
	text-align:center;
	display: block;
	line-height: 38px;
}
.mingxia_ul h4{
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	line-height: 40px;
	width:126px;
	height: 44px;
	border: 2px #fff solid;
	border-radius: 28px;
	margin: 0 auto;
	margin-top: 40px;
	cursor: pointer;
}
.mingxia_ul h4 a{
	color: #fff;
}
.mingxia_ul h5{
	text-align: center;
	color: #c6cae6;
	font-size: 12px;
	margin-top: 14px;
	margin-bottom: 50px;
}
.yingyebg{
	width: 100%;
}
.yingye{
	width: 1200px;
	margin: 0 auto;
	padding-top: 54px;
}
.yingye h4{
	text-align: center;
}
.yingye h4 img{
	width: 462px;
	height: 135px;
}
.yingye_ul{
	display: flex;
	justify-content: space-between;
	align-items:center;
	margin-top: 70px;
}
.yingye_ul li{
	width: 370px;
	height: 642px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);


}
.yye_shangbg{
	width: 370px;
	height: 321px;
	position: relative;
}

.yye_shang{
	/*background: url(../images/bg1.png) no-repeat;*/
	background-size:cover;
	background-size: 370px 341px;
	z-index: 99999;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.35);
  position: absolute;
	top:0;
	left: 0;
width: 370px;
	height: 321px;
	padding-top: 44px;
}
.ddbox{
	position: absolute;
	bottom: -40px;
	left: 50%;
	margin-left: -46px;
	margin-bottom: -20px;
}
.yye_shang h1{
	text-align: center;
	font-size: 20px;
	color: #353535;
	font-weight: 600;
}
.yye_shang h2{
	text-align: center;
	
}
.yingye_ul li .yye_shang .wstar{
	display: none;
}
.yye_shang p{
	font-size: 16px;
	font-weight: 600;
	color: #4c4c4c;
	text-align: center;
	line-height: 34px;
}
.yye_shang h3{
	text-align: center;
	width: 140px;
	height: 40px;
	background-color: #6684f2;
    border-radius: 19px;
    font-size: 16px;
	color: #ffffff;
    line-height: 40px;
	margin: 0 auto;
	margin-top: 24px;
	cursor: pointer;
}
.yye_shang h3 a{
	color: #ffffff;
}
.yye_xia{
    cursor: pointer;
}
.yye_xia img{
	width: 370px;
	height: 321px;
	position: relative;
	
}
.yingye_ul li:hover .yye_shang{
  background-color: #6684f2;
  cursor: pointer;
}
.yingye_ul li:hover .yye_shang h1{
	color: #fff;
}

.yingye_ul li:hover .yye_shang p{
	color: #fff;
}

.yingye_ul li:hover .yye_shang h3{
	/*color: #496ceb;*/
	background-color: #ffffff;
}
.yingye_ul li:hover .yye_shang h3 a{
	color: #496ceb;
}
.yingye_ul li:hover .yye_shang .wstar{
	display: inline-block;
}
.yingye_ul li:hover .yye_shang .lstar{
	display: none;
}
.ddbox{
	position: absolute;
	bottom: 0;
	left: 50%;
}
.yingye_ul li  .ddbox .bai{
	display: none;
}
.yingye_ul li:hover .ddbox .bai{
	display: inline-block;
}
.yingye_ul li:hover .ddbox .lan{
	display: none;
}
.ddboxx{
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -46px;
	z-index: 9999;
}
.yingye_ul li  .ddboxx .baii{
	display: none;
}
.yingye_ul li:hover .ddboxx .baii{
	display: inline-block;
}
.yingye_ul li:hover .ddboxx .lann{
	display: none;
}
.tcbg{
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(210,210,210,0.3);
	z-index: 999999;
	top:0;
	left: 0;
	display:none;
}
.tanchu{
	position: relative;
	width: 500px;
	height: 308px;
	border-radius: 10px;
	background-color: #f8f9fa;
	margin-top: 100px;
	margin-left: 43%;
	border: 10px solid #aab6e6;
}
.tanchu h5{
	background-color: #d5daf1;
	height: 52px;
	line-height: 52px;
	color: #2573d3;
	font-size: 16px;
	font-weight: 600;
	padding: 0 16px;
	/*margin-top: -2px;*/
	margin-bottom: 30px;
}
.tanchu h5 a{
	color: #252525;
	font-size: 14px;
	float: right;
}
.tanchu h6{
	font-size: 16px;
	width: 90px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background-color: #3f53a3;
	color: #fff;
	border-radius: 8px;
	margin: 0 auto;
	margin-top: 46px;
}
.search{
   margin-left: 26px;
	margin-top: 15px;
}

.search input{
	width:280px;
	height: 26px;
	background-position-x:3.74rem;
	padding-left: 2%;
	color: #474747;
	font-size: 14px;
	background-size: 0.3rem 0.3rem;
	line-height: 0.5rem;
	margin-top: 0.08rem;
	border: 1px #bfbfbf solid;
}
.searchr{
	display: flex;
	justify-content: flex-start;
	align-content: center;
	 margin-left: 26px;
	margin-top: 15px;
}
.searchr input[type="file"]{
	width:280px;
	height: 26px;
}