
body{
	margin:0;
	font-family:"微软雅黑";
}
.search > a {
	padding: 0px !important;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-left: 0px rgba(255, 255, 255, 0.25) solid !important;

}
.content{
	max-width: 1200px;
	z-index: 60;
	margin:0px auto;
	
}
.top_line{
	border-bottom: 1px solid #a39da9;
	height:80px;
	}
.venus-menu{
		
    margin: 0 auto;
	    padding: 0px;
}
.venus-menu{
	position:relative;
	list-style:none;

	
}
.venus-menu li{
	display:inline-block;
	margin:0;
	padding:0;
	float:left;
	line-height:20px;
	position:relative;
}
.venus-menu > li > a{
	padding: 40px 32px;
	font-size: 15px;
	color:#fff;
	text-decoration:none;
	display:block;
	-webkit-transition:color 0.2s linear, background 0.2s linear;
	-moz-transition:color 0.2s linear, background 0.2s linear;
	-o-transition:color 0.2s linear, background 0.2s linear;
	transition:color 0.2s linear, background 0.2s linear;
	border-left:1px rgba(255, 255, 255, 0.25) solid;
	
}
.venus-menu li:hover > a, .venus-menu li.active a{
	
	color:#fff;
}
.venus-menu > li > a i{
	color:#fff;
}
.venus-menu > li:hover > a i, .venus-menu li.active a i{
	color:#fff;
}
.venus-menu ul, .venus-menu ul li ul{
	list-style:none;
	margin:0;
	padding:0;
	display:none;
	position:absolute;
	z-index:99;
	width:140px;
}
.venus-menu ul{
	top:90px;
	left:0;
	padding-top:10px;
}
.venus-menu > li > ul > li:first-child a:before{
	
}
.venus-menu > li > ul > li ul li:first-child a:before{
	content:'';
	position:absolute;
	bottom:16px;
	left:45%;
	margin-left:-71px;
	width:0;
	height:0;
	border-top:8px solid rgba(255, 255, 255, 0);
	border-right:8px solid #213875;
	border-bottom:8px solid rgba(255, 255, 255, 0);
}
.venus-menu ul li ul{
	top:0;
	left:100%;
	padding-left:10px;
}
.venus-menu ul li{
	clear:both;
	width:100%;
	border:none;
}
.venus-menu ul li a{
	padding:14px 20px;
	width:100%;
	color:#666;
	font-size:14px;
	text-decoration:none;
	display:inline-block;
	float:left;
	clear:both;
	background:#fff;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-webkit-transition:background 0.2s linear;
	-moz-transition:background 0.2s linear;
	-o-transition:background 0.2s linear;
	transition:background 0.2s linear;
}
.venus-menu ul li:hover > a{
	background:#ff6b00;
}
.venus-menu > li > ul > li:first-child:hover a:before{
	border-bottom-color:#3655a7;
}
.venus-menu > li > ul > li ul li:first-child:hover a:before{
	border-right-color:#3655a7;
}
.venus-menu > li .indicator{
	position:absolute;
	color:#bababa;
	top:19px;
	right:8px;
	font-size:20px;
	-webkit-transition:color 0.2s linear;
	-moz-transition:color 0.2s linear;
	-o-transition:color 0.2s linear;
	transition:color 0.2s linear;
}
.venus-menu > li:hover > .indicator{
	color:#fff;
}
.venus-menu ul > li .indicator{
	top:14px;
	right:8px;
	color:#fff;
}
.venus-menu i{
	line-height:20px !important;
	margin-right:6px;
	font-size:20px;
	float:left;
}
.venus-menu > li.showhide{
	display:none;
	width:100%;
	height:72px;
	cursor:pointer;
	
	
	
}
.venus-menu > li.showhide span.title{
	margin:13px 0 0 20px;
	float:left;
}
.venus-menu > li.showhide span.icon{
	margin:30px 20px;
	float:right;
}
.venus-menu > li.showhide .icon em{
	margin-bottom:3px;
	display:block;
	width:20px;
	height:2px;
	background:#ccc;
}
.venus-menu li.search{
	float:left;
    padding-top: 10px;
	padding-left:30px;
	padding-right:30px;
}
.venus-menu li.search form{
	margin:13px 20px 0 0;
}
.venus-menu li.search form input.search{
	height:26px;
	float:right;
	padding-left:5px;
	padding-right:5px;
	color:#777;
	outline:none;
	border:solid 1px #dedede;
	-o-transition:border .3s linear;
	-moz-transition:border .3s linear;
	-webkit-transition:border .3s linear;
	transition:border .3s linear;
}
.venus-menu li.search form input.search:focus{
	border-color:#213875;
}
.zoom-out{
	-webkit-animation:zoomOut 600ms ease both;
	-moz-animation:zoomOut 600ms ease both;
	-o-animation:zoomOut 600ms ease both;
	animation:zoomOut 600ms ease both;
}

@-webkit-keyframes zoomOut{
	0%{
		-webkit-transform:scale(.6);
	}
	100%{
		-webkit-transform:scale(1);
	}
}
@-moz-keyframes zoomOut{
	0%{
		-moz-transform:scale(.6);
	}
	100%{
		-moz-transform:scale(1);
	}
}
@-o-keyframes zoomOut{
	0%{
		-o-transform:scale(.6);
	}
	100%{
		-o-transform:scale(1);
	}
}
@keyframes zoomOut{
	0%{
		transform:scale(.6);
	}
	100%{
		transform:scale(1);
	}
}

@media only screen and (max-width:768px){
	.venus-menu li{
		display:block;
		width:100%;
	}
	.venus-menu > li > a{
		padding:13px 0 14px 20px;
	}
	.venus-menu > li.brand{
		display:none !important;
	}
	.venus-menu a{
		width:100%;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	.venus-menu ul, .venus-menu ul li ul{
		width:100%;
		padding:0;
		left:0;
		border:none;
		position:static;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	.venus-menu > li > ul > li:first-child a:before, .venus-menu > li > ul > li ul li:first-child a:before{
		border:none;
	}
	.venus-menu ul li{
		border-left:none;
		border-right:none;
	}
	.venus-menu ul li a{
		padding-top:10px;
		padding-bottom:10px;
	}
	.venus-menu ul > li > a{
		padding-left:40px !important;
	}
	.venus-menu > li .indicator{
		top:14px;
		right:20px;
		font-size:20px;
	}
	.venus-menu ul > li .indicator{
		top:10px;
		right:20px;
	}
	.venus-menu li.search form{
		margin:12px 18px 0 18px;
	}
	.venus-menu li.search form input.search{
		width:100%;
		margin-bottom:12px;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	.venus-menu > li > ul > li > a{
		padding-left:40px !important;
	}
	.venus-menu > li > ul > li > ul > li > a{
		padding-left:60px !important;
	}
	.venus-menu > li > ul > li > ul > li > ul > li > a{
		padding-left:80px !important;
	}
}

.topright {
    padding: 30px 0 !important;
   
}


.fr {
    float: right;
    display: inline;
}
.topnavbtn {
    display: none;
    float: right;
    cursor: pointer;
}
.lang {
    width: 138px;
    height: 38px;
    border-radius: 19px;
    border: 1px rgba(255, 255, 255, 0.25) solid;
    position: relative;
    background: url(../images/imap.png) no-repeat 16px center;
    background-size: 29px 15px;
    margin-left: 20px;
}
.lang p {
    text-align: right;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 38px;
    padding-right: 30px;
    color: #d1d1d1;
}
.lang p::after {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    background: url(../images/langarr.png) no-repeat center;
    background-size: 8px 6px;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -5px;
}
@media screen and (max-width:768px){
    .venus-menu .search img{ display:none !important;}
	.venus-menu .title img{ width:150px;}
	.about .top {
    margin-top: 0px;
}
.banner_sy{ padding-top:72px;}
.about .top ul li {
    float: none;
    width: 100%;
}
.about .top ul li div img {
    display: block;
    float: left;
	margin-right:20px;
}
.about .top ul li div {
    margin: 55px 20px 70px 20px;

}
.about .top ul li div p {
    line-height: 30px;
}
.about .top {
box-shadow: 0px 0px 25px #e4e4e4;
    height: auto; 

}
.about .bottom .left {
    width: 90%;
	margin:0px auto;
	float:none;
}
.index_coin li {
    width: 50%;
}
.about .bottom .right {
    width: 100%;
    float: none;
}
.about .bottom .right img {	
margin-top:20px;
}
.height {
    height: 40px !important;
}
.title2 {
    line-height: 20px;
}
.youshi1_left {
    float: none;
    width: 100%;
}
.youshi1_right {
    float: none;
    width: 100%;
    margin-top: 30px;
}
.youshi1_right1 {
    width: 40%;
}
.youshi1_right2 {
    width: 40%;
}
.youshi2_right {
    float: none;
    width: 100%;
}
.youshi2_left {
    float: none;
    width: 100%;
    margin-top: 50px;
}
.index_news li:nth-child(3) {
	display:none;
}
.index_news li:nth-child(1) {
    width: 30%;
}
.index_news li:nth-child(2) h1 {
	font-weight:normal;
}
.index_news li:nth-child(2) {
    font-size: 14px;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp:3;
overflow:hidden;
}
.foot_contacts li {
    line-height: 20px;
}
.foot_left {
    float: none;
    width: 100%;
}
.foot_left {
    margin-top: 0px; 
	text-align:center;
	padding-top:10px;
}
.foot_right {
    float: none;
    width: 100%;
    text-align: center;
	margin-bottom:0px;
	padding-bottom:10px;

}
}