@charset "utf-8";
@import "footer.css";
a:link {
	color: #3f3f3f;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3f3f3f;
}
a:hover {
	text-decoration: underline;
	color: #ff6501;
}
a:active {
	text-decoration: none;
	color: #3f3f3f;
}
::-webkit-scrollbar{
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #ccc;
}

@font-face {
    font-family: fonten;
    src: url('Fonts/BENTLEY.eot');
    src: url('Fonts/BENTLEY.eot?#iefix') format('embedded-opentype'),
    url("Fonts/BENTLEY.ttf") format("truetype"),
    url("Fonts/BENTLEY.woff") format("woff"),
    url("Fonts/BENTLEY.otf") format("otf"),
    url("Fonts/BENTLEY.svg") format("svg");
    font-weight: normal;
}
@font-face {
    font-family: fontcn;
    src: url('Fonts/NotoSansHans_Thin_Windows.eot');
    src: url('Fonts/NotoSansHans_Thin_Windows.eot?#iefix') format('embedded-opentype'),
    url("Fonts/NotoSansHans_Thin_Windows.ttf") format("truetype"),
    url("Fonts/NotoSansHans_Thin_Windows.woff") format("woff"),
    url("Fonts/NotoSansHans_Thin_Windows.otf") format("otf"),
    url("Fonts/NotoSansHans_Thin_Windows.svg") format("svg");
    font-weight: normal;
}
@font-face {
    font-family: fontcn2;
    src: url('Fonts/STHeiti_Light_1.eot');
    src: url('Fonts/STHeiti_Light_1.eot?#iefix') format('embedded-opentype'),
    url("Fonts/STHeiti_Light_1.ttf") format("truetype"),
    url("Fonts/STHeiti_Light_1.woff") format("woff"),
    url("Fonts/STHeiti_Light_1.otf") format("otf"),
    url("Fonts/STHeiti_Light_1.svg") format("svg");
    font-weight: normal;
}

.hide{
	display: none !important;
}
.common-button{
	width: 270px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: #ffb425;
	border-radius: 4px;
	text-align: center;
	font-size: 20px;
	margin: 40px auto 50px;
	cursor: pointer;
}
.common-norecord{
	color: red;
	text-align: center;
	padding:20px;
	background-color: #fff;
	border: 1px solid #f0f0f0;
}
body,ul,li,dl,dt,dd,img,form{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border: 0px;
}
body{
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #333;
	overflow-x: hidden;
	background-color: #f5f5f5;
}

.clear:after{
	content: '';
	display: block;
	clear:both;
	font-size: 0px;
	height: 0px;
}
.clear2{
	clear:both;
	font-size: 0px;
	height: 10px;
}

.backtop{
	position: fixed;
	bottom: 10%;
	right: 10px;
	width: 150px;
	padding:20px;
	border:1px solid #ddd;
	background-color: #fff;
}

.table{
	/* border-spacing: 1px;
	border-collapse:separate;
	background-color: #ccc; */
	width: 100%;
}
.table td{
	background-color: #fff;
}
.select{
	font-family:Microsoft YaHei !important;
}
.select option{
	font-family:Microsoft YaHei !important;
}


.html{
	width: 1200px;
	margin: 0 auto;
}
.top{
	clear: both;
	height: 50px;
	background-color: #fff;
	position: relative;
	z-index: 999;
}
.top .logo{
	float:left;
	width: 250px;
	height: 50px;
	background-image: url(img/head/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 45px;
}
.top .logo.index {
	display: none;
}
.top .nav{
	float: right;
}
.top .nav ul li{
	float: left;
	font-size: 14px;
	margin-right:20px;
	line-height: 50px;
}
.top .nav ul li.b{
	font-weight: bold;
	color: #614dec;
}
.top .nav ul li.b a{
	color: #614dec;
}
.top .nav ul li dl{
	position: relative;
}
.top .nav ul li dl dd{
	position: absolute;
	left: 0px;
	top: 50px;
	display: none;
	background-color: #fff;
	width: 130%;
}
.top .nav ul li dl:hover dd{
	display: block;
}
.top .nav ul li dl dd div{
	border-bottom: 1px solid #ddd;
	text-align: center;
	line-height: 35px;
}


.wfooter {
    background-color: #414141;
    height: 76px;
    line-height: 76px;
    color: #fff;
	overflow: hidden;
}
.wfooter .link a{
    color: #fff;
	margin-left: 10px;
	font-size: 14px;
}
.floatggw{
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index: 999;
	display: none;
}
.floatggw img{
	width: 200px;
	height: 200px;
}
.copyright {
    line-height: 60px;
    height: 100px;
    text-align: right;
    padding-right: 20px;
	background-color: #fff;
	font-size: 14px;
}



@media(max-width:640px) {
.html{
	width: auto;
}
.top {
	border-bottom: 2px solid #dbdbdb;
}
.top .logo.index {
    display: block!important;
    width: 185px;
    background-size: auto 35px;
}
.top .nav {
	float: none;
	position: fixed;
	left: -100%;
	top: 0px;
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}
.top .nav.selected {
	left: 0%;
	background-color: #626262;
}
.top .nav ul{
	padding: 10px;
}
.top .nav ul li {
    float: none;
    font-size: 14px;
    margin: 0px;
    line-height: 40px;
}
.top .nav ul li a{
	color: #fff;
}
.top .mlogin {
	display: none;
}
.top .mopennav{
	position: absolute;
	right: 10px;
	top: 22px;
	width: 20px;
	height: 2px;
	background-color: #ccc;
    transition: all 0.3s;
}
.top .mopennav.selected{
	background-color: transparent;
}
.top .mopennav:before{
	content: '';
    display: block;
    width: 20px;
    height: 2px;
    position: absolute;
    background-color: #ccc;
    margin-top: -5px;
    transition: all 0.3s;
}
.top .mopennav.selected:before{
	margin-top: 0px;
	transform: rotate(45deg);
	background-color: #f0f0f0;
}
.top .mopennav:after{
	content: '';
    display: block;
    width: 20px;
    height: 2px;
    position: absolute;
    background-color: #ccc;
    margin-top: 5px;
    transition: all 0.3s;
}
.top .mopennav.selected:after{
	margin-top: 0px;
	transform: rotate(-45deg);
	background-color: #f0f0f0;
}
.mobile {
	display: none;
}
.wfooter {
	display: none;
}
.copyright {
    line-height: 20px;
    height: auto;
	padding: 20px 0;
    text-align: center;
    padding-right: 0px;
    background-color: #626262;
    font-size: 12px;
	color: #fff;
}
.floatggw img {
	display: none;
}
	
	
	
.footer-service {
	display: none;
}
.footer-nav {
	display: none;
}
.footer-law {
    float: none;
}
	
	
}