﻿/*Share-style start*/
*{
	margin:0;
	padding:0;
}
body{
	font-size:14px;
	font-family:Microsoft Yahei;
	color:#333;
}
ul,ol,li{
	list-style:none;
	margin:0;
	padding:0;
}
a{
	color:black;
	text-decoration:none;
    word-break: break-all;
}
img {
    border: none;
}
.clear{
	clear:both;
}
.hide{
	display:none;
}
/*header-style start*/
.page_header , .header{
	width:100%;
	height:auto;
}
.page_header{
	position:relative;
}
.header {
	background-color:rgba(255,255,255,.6);
	position: absolute;
	top: 0;
	left: 0;
}
.page_logo,.page_nav{
	width:100%;
	height:auto;
}
.logo{
	width:1000px;
	height:92px;
	margin:0 auto;
}
.logo_img{
    width: 225px;
    height: 62px;
    overflow: hidden;
	float:left;
	height:100%;
	line-height:174px;
}
.logo_img img {
    background-size: 225px 62px;
    -webkit-background-size: 225px 62px;
    -moz-background-size: 225px 62px;
    -o-background-size: 225px 62px;
    -ms-background-size: 225px 62px;
}
.logo_other{
	float:right;
	height:100%;
	line-height:92px;
}
.logo_other ul>li{
	display:inline-block;
}
.logo_other ul>li span{
	display:inline-block;
	margin-left:10px;
	margin-right:10px;
}
.check_language{
	padding-right:20px;
	background:url(/Content/web_images/down.png) no-repeat;
	background-position:90% 51%;
	cursor:pointer;
	position:relative;
}
.check_language:hover .language{
	position:absolute;
	top:60px;
	left:0;
	z-index:20;
	display:block;
	line-height:20px;
	width:100%;
	text-indent:5px;
	padding-bottom:5px;
/*	background-color:white;*/
}
.chinese {
    margin-left:-7px;
}
.search{
	position:relative;
}
.searchInput{
	width:130px;
	height:24px;
	border:1px solid #d9d9d9;
	border-radius:20px;
	text-indent:5px;
	outline:none;
	padding-right:20px;
	font-family: "Microsoft Yahei";
}
.search i{
	display:inline-block;
	width:15px;
	height:14px;
	position:absolute;
	top:40px;
	left:130px;
	background:url(/Content/web_images/Search.png) no-repeat;
	background-color:white;
	cursor:pointer;
}
.page_nav {
	background-color: white;
}
.nav{
	width:1000px;
	height:38px;
	line-height:38px;
	margin:0 auto;
	text-align:right;
}
.nav ul>li{
	display:inline-block;
	position: relative;
	cursor: pointer;
}
.nav ul li ul a:hover{
	text-decoration: underline;
}
.nav_Line{
	display:inline-block;
	margin-left:15px;
	margin-right:15px;
	color:gray;
}
.nav ul>li:hover .nav_txt a {
    color: rgb(46,41,123);
    font-weight: bold;
}
.subnav , .subnavs {
	position: absolute;
	top: 38px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	text-align:center;
	background:white;
}
.subnav {
	left: -20px;
	width:170%;
}
.subnavs {
	left: -16px;
	width:100%;
}
.checkd_nav {
    border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	text-align:center;
	background:white;
}
.Culture_txt {
	color: #2e297b;
}
.Group {
	border-top: 1px dotted #c7c7c7;
}
li ul li .Culture_title {
	color: rgb(23,181,232);
	cursor: default;
}
.banners {
	width: 100%;
	height: 594px;
	text-align: center;
	overflow:hidden;
}
.banners_img_nav {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 2%;
}
.banners_img_nav li {
    width: 10px;
    height: 10px;
    line-height: 10px;
    display: inline-block;
    text-align: center;
    margin: 0 0.5%;
    background-color: white;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    box-shadow: 0px 0px 5px lightgray;
    -webkit-box-shadow: 0px 0px 5px lightgray;
    -moz-box-shadow: 0px 0px 5px lightgray;
    -o-box-shadow: 0px 0px 5px lightgray;
    -ms-box-shadow: 0px 0px 5px lightgray;
}
.banner {
	width: 100%;
	height: 183px;
	text-align: center;
	overflow:hidden;
    position: relative;
    z-index: -2;
}

/*header-style end*/

/*footer-style start*/
.page_footer {
	width: 100%;
	height: auto;
}
.footer-link {
    width: 1000px;
    height: auto;
    padding-top: 15px;
    border-top: 1px solid #c2c2c2;
    min-height: 40px;
    margin: 0 auto;
    text-align: center;
}
.footer-link select {
    width:240px;
    height: 25px;
    line-height: 25px;
    padding-left: 5px;
    border-radius: 5px;
    border: 1px solid lightgray;
    font-size: 1em;
    font-family: 'Microsoft YaHei';
    outline: none;
}
.footer-link .producer {
    margin-right: 1.5%;
}
.footer-link .link {
    margin-left: 1.5%;
}



.footer{
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 10px;
    text-align: center;
}
.footer ul li {
	display: inline-block;
}
.footer ul li >span {
	display:inline-block;
	margin-left:10px;
	margin-right:10px;
}
.footer ul , .footer div {
	display: inline-block;
}
.footer div {
	text-align: right;
	float: right;
	color: #999;
	font-size: 12px;
}
.footer div a , .EVersion a {
    color: #999;
}
.footer div a:hover , .EVersion a:hover {
    color: rgb(23,181,232);
    text-decoration: underline;
}
.EVersion {
    width: 100%;
    text-align: center;
    display: inline-block;
	color: #999;
	font-size: 12px;
    line-height: 30px;
}
#footer_id {text-align:center;font-size:12px;width:100%;margin:10px 0px;color:#666;}
#footer_id span{margin:0px 10px;}
/*footer-style end*/

/*Share-style end*/