.wapper{
	width: 82%;
	margin: 0 auto;
}
.headernav{
	height: 104px;
	background: #FFFFFF;
}
.headernav .logo{
	float: left;
	display: block;
}
.headernav .logo img{
	display: block;
	height: 64px;
	margin-top: 20px;
}
.headernav .hd-r{
	float: right;
	display: flex;
	height: 104px;
}
.navbox{
	display: flex;
	position: relative;
}
.navbox>li{
	display: block;
	line-height: 104px;
	margin-right: 40px;
}
.navbox>li .nexta{
	font-size: 20px;
	color: #333333;
	padding-bottom: 6px;
	border-bottom: 2px solid #FFFFFF;
	transition: all 0.3s;
}
.navbox>li:hover .nexta{
	color: #1E70B8;
	border-bottom: 2px solid #1E70B8;
}
.navbox>li.on .nexta{
	color: #1E70B8;
	border-bottom: 2px solid #1E70B8;
}
.othnav{
	color: #666666;
	font-size: 18px;
	line-height: 104px;
	display: flex;
}
.othnav a{
	color: #666666;
	font-weight: 300;
}
.othnav img{
	margin-bottom: 2px;
}
.othnav i{
	margin: 0 10px;
}
.secondnav{
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	background:rgba(255,255,255,0.94);
	padding: 42px 50px;
	display: flex;
	min-height: 212px;
	z-index: 10;
}
.secondnav li{
	margin-top: 26px;
}
.secondnav li:first-child{
	margin-top: 0;
}
.secondnav li a{
	display: block;
	position: relative;
	padding-left: 30px;
	line-height: 16px;
	font-size: 16px;
}
.secondnav li a span{
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 1px solid #C0C0C0;
}
.secondnav li a span:after{
	content: '';
	display: block;
	background: #C0C0C0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	top: 3px;
	left: 3px;
}
.secondnav .lmimg{
	margin-left: 75px;
	display: flex;
	align-items:center;
}
.secondnav .lmimg img{
	height: 212px;
}
.secondnav li:hover a{
	color: #2486DD;
}
.secondnav li:hover span{
	border: 1px solid #2486DD;
}
.secondnav li:hover span:after{
	background: #2486DD;
}
.navbox>li:hover .secondnav{
	visibility: visible;
}
.navbox>li:nth-child(6) .secondnav,.navbox>li:nth-child(7) .secondnav,.navbox>li:nth-child(8) .secondnav,.navbox>li:nth-child(9) .secondnav{
	left: auto;
	right: 0;
}
.navbox>li:last-child{
	margin-right: 0;
}
.searchbox{
	position: relative;
	display: block;
	padding-left: 40px;
	cursor: pointer;
}
.searchbox:hover .inpu {
    height: 55px;
    overflow: hidden;
}
.searchbox .inpu{
	position: absolute;
    right: -26px;
    top: 100px;
    width: 460px;
    height: 0;
    padding: 0 25px;
    background: #F5F5F5;
    transition: height 0.36s ease;
    overflow: hidden;
    z-index: 10000;
}
.searchbox .inpu form{
	display: block;
    width: 100%;
    height: 100%;
}
.searchbox .inpu input{
	display: block;
    width: 370px;
    height: 25px;
    margin: 15px 0;
    line-height: 25px;
    background: transparent;
    font-size: 16px;
    position: relative;
}
.searchbox .inpu button{
    position: absolute;
    right: 20px;
    top: 0;
    height: 100%;
    width: 25px;
    background: url(../../images/images/icon-search.png) no-repeat;
    background-position: center center;
    background-size: 18px 18px;
    border: 0;
    background-color: transparent;
    outline: none;
}




/*底部*/
.footer{
	background: #E8E8E8;
}
.footer .bottom{
	padding: 85px 0 110px;
	position: relative;
}
.bt-l{
	float: left;
}
.bt-l .blogo{
	margin-bottom: 45px;
	display: block;
}
.ewm{
	margin-right: 30px;
}
.ewm img{
	display: block;
	width: 122px;
}
.ewm p{
	font-size: 12px;
	color: #333333;
	margin-top: 10px;
	text-align: center;
}
.appg>p{
	color: #333333;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 10px;
}
.apps{
	margin-bottom: 15px;
}
.apps a{
	display: inline-block;
	width: 34px;
	height: 34px;
	line-height: 32px;
	text-align: center;
	border: 1px solid rgba(161, 161, 161, 0.5);
	border-radius: 50%;
	margin-right: 10px;
	/*transition: all 0.3s;*/
}
.apps a:hover{
	border: 1px solid #0b69bb;
}
.apps .a1{
	background: url(../../images/images/icon-wx.png) no-repeat;
	background-position: center center;
	background-size: 50%;
}
.apps .a2{
	background: url(../../images/images/icon-wb.png) no-repeat;
	background-position: center center;
	background-size: 50%;
}
.apps .a3{
	background: url(../../images/images/icon-add.png) no-repeat;
	background-position: center center;
	background-size: 50%;
}
.apps .a1:hover{
	background: url(../../images/images/icon-wx-h.png) #0b69bb no-repeat;
	background-position: center center;
	background-size: 50%;
}
.apps .a2:hover{
	background: url(../../images/images/icon-wb-h.png) #0b69bb no-repeat;
	background-position: center center;
	background-size: 50%;
}
.apps .a3:hover{
	background: url(../../images/images/icon-add-h.png) #0b69bb no-repeat;
	background-position: center center;
	background-size: 50%;
}
.apps a img{
	vertical-align: middle;
	margin-bottom: 3px;
}
.select{
	width: 190px;
	height: 40px;
	line-height: 38px;
	border: 1px solid rgba(164, 164, 164, 0.5);
	padding: 0 12px;
	position: relative;
}
.select .out{
	height: 100%;
	line-height: 38px;
    color: #333333;
    background: url(../../images/images/icon-down.png) no-repeat;
    background-position: right center;
}
 .select ul {
    position: absolute;
    bottom: 40px;
    left: -1px;
    right: -1px;
    line-height: 38px;
    border-left: 1px solid rgba(164, 164, 164, 0.5);
    border-right: 1px solid rgba(164, 164, 164, 0.5);
    background: #E8E8E8;
    height: 0;
    overflow: hidden;
    transition: height 0.5s ease;
}
.select ul li {
    color: #CCCCCC;
    padding: 0 12px;
    border-top: 1px solid rgba(164, 164, 164, 0.5);
}
.select ul li a {
    color: #333333;
    display: block;
}
.select ul li:hover a{
	color:#777;
}
.bt-r{
	float: right;
}
.bt-r .linkl:first-child{
	margin-left: 0;
}
.bt-r .linkl{
	margin-left: 65px;
	float: left;
}
.bt-r .linkl a{
	display: block;
	opacity: 0.9;
	font-size: 16px;
	line-height: 2;
	color: #333333;
}
.bt-r .linkl a:hover{
	color: #000000;
}
.bt-r .linkl p{
	color: #333333;
	font-size: 16px;
	line-height: 1;
	margin-bottom: 20px;
	font-weight: 600;
}
.backtop{
	width:47px;
	height:47px;
	line-height: 47px;
	text-align: center;
	border-radius: 50%;
	background:rgba(0,0,0,0.2);
	border-radius:50%;
	position: absolute;
	right: 0;
	bottom: 50px;
	transition: all 0.36s;
	cursor: pointer;
}
.backtop img{
	margin-bottom: 3px;
}
.backtop:hover{
	transform: scale(1.2);
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
}
.footer .info{
	line-height: 78px;
	background: #606060;
}
.footer .info .find{
	float: left;
}
.footer .info .find a:first-child{
	border-left: 0;
}
.footer .info .find a{
	padding: 0 10px;
	border-left: 1px solid rgba(255,255,255,0.5);
	font-weight: 300;
	color: #FFFFFF;
}
.footer .info p{
	float: right;
	font-weight: 300;
	color: #FFFFFF;
	font-size: 14px;
}


/*移动端导航*/
.mobilenav{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 20;
	display: none;
}
.mobilenav .title{
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	background: #FFFFFF;
}
.mobilenav .title .mlogo{
	float: left;
	height: 30px;
	margin-top: 10px;
	display: block;
}
.mobilenav .title .mlogo img{
	height: 100%;
	display: block;
}
.mobilenav .title .mbtn{
	float: right;
	display: flex;
}
.mobilenav .title .mbtn a{
	color: #444;
	font-size: 20px;
	margin-right: 10px;
	font-weight: 300;
	display: block;
}
.openbtn{
	width: 30px;
	height: 50px;
	display: block;
	background: url(../../images/images/icon-switch.png) no-repeat;
	background-size: 30px 30px;
	background-position: center center;
}
.navboxmb{
	position: fixed;
	top: 50px;
	left: 0;
	right: 0;
	bottom: 0;
	background: #0071D6;
	display: none;
}
.navboxmb .overbox{
	height: 100%;
	overflow-y: auto;
}
.navboxmb ul{
	width: 100%;
}
.navboxmb li{
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,0.37);
}
.navboxmb li p{
	padding: 0 10px;
	height: 46px;
	line-height: 46px;
	color: #FFFFFF;
	font-size: 15px;
	background: url(../../images/images/icon-right.png) no-repeat;
	background-position: 96% center;
	background-size: 7px 12px;
}
.navboxmb li .nextnav{
	background: #0059AA;
	padding: 10px 20px;
	display: none;
}
.navboxmb li .nextnav a{
	display: block;
	line-height: 32px;
	color: #FFFFFF;
	font-size: 12px;
}
.navboxmb li .nextnav a img{
	margin-left: 10px;
	height: 8px;
}
.navboxmb li.mbactive p{
	background: url(../../images/images/icon-downblue.png) no-repeat;
	background-position: 96% center;
	background-size: 13px 7px;
}
.navboxmb li.mbactive .nextnav{
	display: block;
}
.mbsearch{
	margin: 26px 10px;
	position: relative;
	height: 35px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	padding: 10px;
	line-height: 13px;
}
.mbsearch input{
	display: block;
	width: 100%;
	height: 100%;
	background: transparent;
	color: #FFFFFF;
}
.mbsearch button{
	width: 45px;
	height: 35px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../../images/images/icon-searchwhite.png) no-repeat;
	background-size: 20px 20px;
	background-position: center center;
	border: 0;
	outline: none;
}
.overhidden{
	overflow: hidden;
}
.mbmore{
	width:130px;
	height:32px;
	margin: 0 auto;
	display: none;
}
.mbmore a{
	display: block;
	width: 100%;
	height: 100%;
	background:rgba(2,175,241,1);
	border-radius:16px;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
}
.mbmore a i{
	font-family: simsun;
	margin-left: 7px;
}
.newboxindex .mbmore{
	margin-top: 15px;
}
.mbinfo{
	display: none;
}
.mbinfo h3{
	color: #333333;
	font-size: 18px;
	line-height: 1;
	font-weight: 300;
	margin-bottom: 3px;
}
.cominfo .lo{
	margin-top: 13px;
}
.cominfo .lo img{
	max-width: 15px;
	max-height: 17px;
	margin-right: 6px;
}
.cominfo .lo p{
	line-height: 20px;
	font-size: 12px;
	margin-bottom: 4px;
}
.cominfo .lo span{
	color: #4D4D4D;
	font-size: 12px;
	opacity: 0.8;
	line-height: 1.5;
	margin-left: 20px;
	display: block;
}







