html  { font-size: 14px;}

body { font-family: "microsoft yahei"; margin: 0; padding: 0;  min-width: 1200px;}

h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,li { margin: 0; padding: 0;}

a { text-decoration: none; color: #000;}

img { border: 0;}

.clear { clear: both;}

.head-top {
	height: 8rem;	
	margin: auto;
}

.freambox { width: 80% ; margin: auto; }

.logo {
	height: 8rem;
	float: left;
	line-height: 15vh;
}

.logo img {
	height: 70%;
	float: left;
	border: 1;
	margin-top: 7%;
}

.logo h3 {
	display: block;
	float: left;
	font-size: 3.5vw;
	line-height: 2rem;
	margin-top: 13%;
	margin-left: 0.5vw;
	text-align: center;
	font-family:  "妤蜂綋";
	font-weight: 900;
	color: #1e48b4;
}

.logo h3 span {
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 100;
	color: #000000;
}

.menu {
	float: right;
	margin-top: 6.5vh;
} 

.menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu ul li {
    width: 9vw;
    height: 5vh;
    float: left;
    font-size: 1.1vw;
    
    text-align: center;
    line-height: 5vh;
    position: relative;
}

.menu ul li:after {
	content: "|";
	position: absolute;
	top: -0.3vh;
	right: -0.2vw;
}

.menu ul li:last-child:after { content: "";}

.menu ul li a { 
	display: block; 
	width: 77%;
	margin: auto;  
	height: 100%;
}

.menu ul:hover,
.menu ul li:hover a {
	background: #283a68;
}

.menu ul li:hover a,
.menu ul li a:active,
.menu ul li a:hover { color: #fff;}

.main-fream {
	margin: auto; height: auto;
}

.title {
	width: 50%;
	height: auto;
	text-align: center;
	margin: auto;
	margin-top: 5vh;
	margin-bottom: 3vh;
}

.title h3 {
	font-size: 2.5rem;
	font-family: "microsoft yahei";
	font-style: normal;
	line-height: 2.8rem;
	font-weight: 100;
	color: #1e48b4;
	word-spacing: 1px;
}

.title h3 b {
	color: #000;
	word-spacing: 5px;
	font-size: 1.5rem;
}

.btn {
	width: 10vw;
	height: 5vh;
	line-height: 5vh;
	text-align: center;
	margin: auto;
	border: 2px #2f65f1 solid;
	margin-top: 3vh;
	margin-bottom: 5vh;
}

.btn a { 
	display: block;
	height: 100%;
	transition: all .5s; 
	-webkit-transition: all .5s; 
	-moz-transition: all .5s; 
}

.btn:hover a,.btn:active a {
	background: #2f65f1;
	color: #fff;
	line-height: 5vh;
	
	transition: all .3s; 
	-webkit-transition: all .3s; 
	-moz-transition: all .3s; 
}


.positions {
	width: 100%;
	height: 6vh;
	border-bottom: 1px #636060 solid;
}

.positions span {
	font-family: "寰蒋闆呴粦";
	color: #D0121B;
	line-height: 7vh;
	color: #636060;
	font-size: 0.9rem;
}

.positions span em {
	font-style: normal;
	color: #D0121B;
	font-family: "times new roman";
	font-size: 1rem;
}

.positions span b {
	font-family: "妤蜂綋";
	color: #3F92EB;
	line-height: 7vh;
	font-size: 1rem;
}

.positions p {
	float: right;
	background-image: url(../image/nimg38_2.png);
	background-repeat: no-repeat;
	background-position-y: center;
	background-size: 1.5rem auto;
	font-size: 0.9rem;
	line-height: 7vh;
	padding: 0.8rem;
	padding: 0 1.9rem;
}

.positions p a {    display: inline-block;	}


.foot {
	background: #010916;
	margin: auto;
	height: 40vh;
	padding-top: 5vh;
	margin-top: 4vh;
	color: #fff;
}

.ft-box { margin: auto;}

.ft-wechart { float: left; width: 30%; margin-top: 4vh; margin-right: 1rem;}

.ft-lianxi {
	float: left;
	padding-left: 1.8rem;
	margin-right: 1rem;
	width: 37%;
	border-left: 1px #eee solid;
	color: #fff;
	margin-top: 4vh;
}

		.ft-lianxi dt {
			font-size: 2.5rem;
			color: #d1bd8d;
			line-height: 1.8rem;
		}
		
		.ft-lianxi dt span  {
			font-size:1.2rem;
			color: #fff;
			line-height: 2.5rem;
		}
		
		.ft-lianxi dd {
			display: block;
			margin: 0;
			padding: 0;
			margin-top: 1rem;
			line-height: 1.8rem;
		}
		
		#call {
			background-image: url(../image/icon-black_phone.png);
			background-repeat: no-repeat;
			background-position-y: center;
			background-size: 1.4rem auto;
			padding: 0 1.5rem;
		}
		
		#ren {
			background-image: url(../image/icon-black_ren.png);
			background-repeat: no-repeat;
			background-position-y: center;
			background-size: 1.3rem  auto;
			padding: 0 1.5rem;
		}
		
		#mail {
			background-image: url(../image/icon-black_mail.png);
			background-repeat: no-repeat;
			background-position-y: center;
			background-size: 1.2rem  auto;
			padding: 0 1.5rem;
		}
		
		#add {
			background-image: url(../image/icon-black_add.png);
			background-repeat: no-repeat;
			background-position-y: 0.2rem;
			background-size: 1.3rem  auto;
			padding: 0 1.5rem;
		}

.ft-pic {
	float: right;
	height: auto;
	width: 21%;
}

 		#qq {
			background-image: url(../image/nimg27_3.png);
			background-repeat: no-repeat;
			background-position-y: center;
			background-size: 1.8rem  auto;
			padding: 0 2.3rem;
			color: #fff;
			line-height: 2.5rem;
			margin-top: 3vh;
		}

		.ft-pic ul {
			width: 100%;
			list-style: none;
			padding: 0;
		}
		
		.ft-pic ul li {
			height: 6vh;
			float: left;
			border: 2px #fff solid;
			margin: 0 4px 4px 0;
			overflow: hidden;
		}


.about-bt  { width: 100%;}

.about-bt h1 {	font-size: 2.9rem;color: #D0121B;}

.about-bt big {  font-size: 16.5rem; font-weight: 100; float: left; margin-right: 2vh;}

.about-bt h1 span { color: #2F65F1; font-size: 5rem;}

.call { 
	width: 100%; 
	height: 15vh; 
	margin-top: 1vh; 
	background: #D1BD8D;
	background-image: url(../image/leftcontact.jpg);
	background-repeat: no-repeat;
	background-size: 35% auto;
	overflow: hidden;
}

.call p { 
	height: 100%; 
	display: inline-block;
	margin-left: 37%;
	padding-top: 1.5vh;
	font-size: 1.1rem;
}

.pages {
	text-align: right;
	line-height: 6vh;
	padding-right: 1vw;
	color: #39B5EE;
}

.maps {	padding: 1vh;}

.maps dl { width: 100%; }

.maps dt { float: left;  width:64%;}
.maps dd { float: left; display: block;  width: 33%; margin-right: 3%;}



.wamp {
	position:fixed ;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
	top: 0;
	left: 0;
	z-index: 10;
	display: none;
}

.close {
	position: absolute;
	top: 18%;
	font-size: 10vh;
	z-index: 100;
	right: 21%;
	color: #fff;
	
	animation: zoo 0.6s;
	-webkit-animation: zoo 0.6s;	
	transition-delay: 1.2s;	
}

.close:active ,.close:hover { color: #636060;}

.box {
	position: absolute;
	width: 60%;
	height: 60%;
	outline: 2px #fff solid;
	background: #fff;
	outline-offset: 2vh;
	top: 20%;
	left: 20%;
}

.box dd {
	display: block;
	padding: 1.5vh;
}



.left {
	float: left;
	width: 24%;
	border-bottom: 1px #39B5EE solid;
}

.left dt {
	width: 100%;
	margin-bottom: 2vh;
}

.left dd {
	height: 5vh;
	background: #eee;
	display: block;
	clear: both;
	margin-top: 1vh;
	line-height: 5vh;
	border-left: 0.7vw #007AFF solid;
	padding-left: 1vw;
}

.left dd:active,
.left dd:hover {
	border-left: 1.5vw #D0121B solid;
}

.right {
	float: left;
	margin-left: 2%;
	width: 74%;
	height: auto;
}