*{
	margin: 0;
	padding: 0;
	font-family: "幼圆";
}
.container{
	width: 100%;
	min-width: 930px;
	overflow: hidden;
}

nav{
	position: fixed;
	width: 100%;
	height: 100px;
	line-height: 100px;
	color: white;
	z-index: 1000;
	/* background-color: #262a37; */
}
.logo{
	width: 47px;
	height: 47px;
	margin-left: 68px;
	vertical-align: middle;
}
.brand{
	display: inline;
	margin-left: 14px;
	
}
nav ul{
	float: right;
	height: 100px;
	line-height: 100px;
}
nav ul li{
	float: left;
	margin-right: 67px;
}
nav ul li a{
	display: inline;
	color: white;
}
.docker{
	max-width: 1380px;
	margin: 0 auto;
}

.pro{
	position: relative;
}
.con{
	background: rgba(255,255,255,0.5);
	position: absolute;
	width: 200px;
	transform: translate(-88px,-20px);
	border-radius: 5px;
	display: none;
}
.con::before{
	content: "";
	border-color: rgba(255,255,255,0.5);
	border: solid;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-color: rgba(255,255,255,0.5);
	border-width: 15px;
	border-top-width: 0;
	transform: translate(88px,-15px);
	position: absolute;
}
.pro:hover .con{
	display: block;
}
.con a:hover{
	text-decoration: underline;
}
.hitem{
	top: 85px;
	width: 100px;
	height: auto;
	margin: 5px 0;
	text-align: center;
	line-height: 45px;
}
.hitem li{
	margin: 0;
	float: none;
	padding: 3px;
}
.hitem:nth-of-type(1){
	float: left;
}
.hitem:nth-of-type(2){
	float: right;
}

a{
	display: block;
	text-decoration: none;
}
ul li{
	list-style-type: none;
}
footer{
	background: #253044;
	padding-bottom: 20px;
}

.top{
	color: white;
	padding-top: 75px;
	padding-bottom: 33px;
}
.top a{
	display: inline;
	color: white;
}
.ser{
	color: #727988;
}
.xguan{
	float: right;
	margin-right: 50px;
}
.bottom{
	color: #727988;
	text-align: center;
	height: 20px;
}
.bottom a{
	display: inline;
}
.list{
	display: inline-block;
	vertical-align: top;
	width: 210px;
}
.list ul li{
	margin-bottom: 12px;
	text-align: center;
}
.contact{
	display: inline-block;
	width: 340px;
	text-align: center;
	margin-left: 50px;
}
.contact img{
	width: 108px;
	height: 108px;
	margin: 40px 0 12px 0;
}
.contact p strong{
	font-size: 22px;
}
.line{
	width: 90%;
	height: 25px;
	border-top: 1px solid #727988;
	margin: 0 auto;
}
/*@media only screen and (max-width: 460px) {
	.brand{
		display: none;
	}
}

@media only screen and (max-width: 720px) {
	nav ul li{
		margin-right: 20px;
	}
	.list{
		width: 180px;
	}
}*/
.rel {
    position: relative;
}
.xuanfu {
    position: fixed;
    top: 50%;
    right: 0;
    margin-top: -88px;
    z-index: 11111;
    display: none;
   /* opacity: 0; */
   transition: opacity ease-in-out 0.3s;
}

.xf_top {
    width: 55px;
    /* height: 165px; */
    background: rgba(22, 18, 18, 1);
    opacity: 0.77;
    padding: 6px 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.xf_top_k {
    height: 40px;
    cursor: pointer;
}
.xf_top_k_nr {
    width: 164px;
    height: 46px;
    top: 4px;
    right: -164px;
    transition: all ease 0.7s;
}
.xf_top_k:hover .xf_top_k_nr{
	right: 10px !important;
}
.xf_nr3 {
    background: none !important;
    opacity: 1;
}
.xf_nr2 {
    color: #fff;
    line-height: 46px;
}
.abs {
    position: absolute;
}
.xf_ewm {
    width: 96px;
    height: 96px;
    top: 50%;
    margin-top: -48px;
    margin-left: 10px;
}
.abs img {
    border: none;
    border: 0;
    vertical-align: middle;
}
.xftb {
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -15px;
    opacity: .5;
    filter: alpha(opacity=50);
}
.xf_top_k1 {
    width: 170px;
    height: 46px;
    background: rgba(22, 18, 18, 1);
    opacity: 0.77;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    font-size: 14px;
}
.xf_topknrr {
    width: 110px;
    height: 46px;
    left: 10px;
    top: 50%;
    margin-top: -23px;
}

@media only screen and (max-width: 1200px) {
	.docker{
		max-width: 980px;
		max-height: 100%;/*解决移动端文本自动放大*/
	}
	.docker .content{
		margin: 0 !important;
		margin-top: 100px;
	}
	.xguan{
		float: none;
		text-align: center;
		margin: 0;
		margin-top: 30px;
	}
	section img{
		margin: 0 !important;
	}
	.contact{
		display: block;
		margin: 0 auto;
	}
	.contact{
		display: inline-block;
	}
	.contact img{
		margin: 40px 0 12px 0 !important;
	}
	.xguan{
		display: flex;
		float: right;
	}
	.xguan .list{
		width: 160px;
	}
}
/*@media only screen and (max-width: 1120px) {
	.xguan{
		float: none;
		text-align: center;
		margin: 0;
		margin-top: 30px;
	}
	.contact{
		display: block;
		margin: 0 auto;
	}
}*/

/*@media only screen and (max-width: 850px) {
	.contact{
		display: block;
	}
	.xguan{
		display: block;
		float: none;
	}
}*/