@charset "UTF-8";
/* CSS Document */

body, button, select, textarea, input, label, option, fieldset, legend{
	font-family: 微软雅黑E\8F6F\96C5\9ED1,Tahoma,Verdana,Hiragino Sans GB,Microsoft YaHei;
	color: #666;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, input, textarea, button, p, blockquote, th, td,em,i{
	margin: 0;
	padding: 0;
}
em,i{
	font-style: normal;
}
textarea{
	resize: none;
}
input,textarea{
    outline: none;
    font-family: "Microsoft YaHei";
}
img{
	border:0;
	vertical-align: middle;
}
a{
	border:0;
	color: #666;
	cursor:pointer;
	text-decoration: none;
}
li{
	list-style-type:none;
}

.hide{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.hide2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.number{
	font-family: 黑体;/*""*/
	font-weight: normal;
}
.jianbian{
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f4f4f4),color-stop(100%,#eee));
	background: -webkit-linear-gradient(top,#f4f4f4 0,#eee 100%);
	background: linear-gradient(to bottom,#f4f4f4 0,#eee 100%);
}
.bottomshadow{
	border-bottom: solid 1px #B3B3B3;
	-webkit-box-shadow: 0 1px 1px 0 #DFDFDF;
	box-shadow: 0 1px 1px 0 #DFDFDF;
}
.clear::after{
    content: '';
    display: block;
    clear: both;
}

body{
	min-width: 1280px;
}


/*header_start*/

#header{
	width: 100%;
	height: auto;
	background: #fff;
	position: relative;
	z-index: 999;
}

/*h_t_start*/
#header .h_t{
	width: 1180px;
	height: 80px;
	margin: 0 auto;
}
.logo{
	width: 280px;
	height: 80px;
	float: left;
	overflow: hidden;
}
.logo img{
	width: 100%;
	height: auto;
}

.search{
	float: left;
	height: 36px;
	margin: 20px 0 0 245px;
}
.search input{
	float: left;
	width: 200px;
	height: 14px;
	line-height: 14px;
	padding: 9px 0;
	border: 2px solid #b1c51a;
	font-size: 14px;
	color: #666;
	text-indent: 8px;
}
::-webkit-input-placeholder {
    color: #a4a4a4;
}
.search .btn{
    float: left;
    position: relative;
    top: 0;
    left: 0;
    margin: 0 0 0 8px;
    width: auto;
    height: 32px;
    line-height: 32px;
    padding: 0 15px 0 36px;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 0 #849504, 0 8px 3px rgba(0, 0, 0, 0.3);
    transition: all .16s;
    transform-style: preserve-3d;
    perspective: 1000px;
    background: #a7bb12 url(../images/head_search.png) no-repeat 12px center;
}
.search .btn.current{
    top: 5px;
    box-shadow: 0 0 0 #077ace;
}

.language{
	margin-left: 40px;
    float: left;
    min-width: 118px;
    height: 100%;
    border: 1px solid #e4e4e4;
    border-top: none;
    border-bottom: none;
    display: table;
}
.language ul{
	width: 100%;
	height: 100%;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	top: -2px;
}
.language li{
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    height: 32px;
    line-height: 32px;
    padding: 0 6px 0 6px;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 0 #b8063c, 0 8px 3px rgba(0, 0, 0, 0.3);
    transition: all .16s;
    transform-style: preserve-3d;
    perspective: 1000px;
    background: #e60045;
}
.language li a{
	color:#fff;
}
.language li.current{
	top: 5px;
    box-shadow: 0 0 0 #077ace;
}

.member{
	margin-top: 20px;
	float: right;
}
.member li{
	float: left;
	width: 80px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	position: relative;
    top: 0;
    left: 0;
    border-radius: 4px;
    box-shadow: 0 4px 0 #b8063c, 0 8px 3px rgba(0, 0, 0, 0.3);
    transition: all .16s;
    transform-style: preserve-3d;
    perspective: 1000px;
    background: #e60045;
    margin-left: 10px;
}
.member li.current{
	top: 5px;
    box-shadow: 0 0 0 #077ace;
}
.member li a{
	color: #fff;
	width: 100%;
	height: 100%;
	display: block;
}
/*h_t_end*/

/*h_nav_start*/
.h_nav{
	width: 100%;
	height: auto;
	border-top: 1px solid #e4e4e4;
	background: #282828;
}
.h_nav>ul{
	width: 1180px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
}
.h_nav>ul>li{
	float: left;
	width: 130px;
	height: 100%;
	text-align: center;
	font-size: 16px;
}
.h_nav>ul>li>a{
	width: 100%;
	height: 100%;
	display: block;
	color: #fff;
	transition: all .6s;
	-webkit-transition: all .6s;
}
.h_nav>ul>li:hover,.h_nav>ul>li.current>a{
	background: #b1c51a;
}
.h_nav>ul>li>ul{
	display: none;
	width: 128px;
	height: auto;
	border: 1px solid #e4e4e4;
	box-shadow: 0 1px 1px rgba(0,0,0,0.08);
	background: #fff;
}
.h_nav>ul>li:hover ul{
	display: block;
}
.h_nav>ul>li>ul>li{
	width: 100%;
	height: 39px;
	line-height: 39px;
	border-top: 1px solid #e4e4e4;
	font-size: 14px;
}
.h_nav>ul>li>ul>li>a{
	color: #626262;
	display:block;
}
.h_nav>ul>li>ul>li>a:hover{
	color:#fff;
	background: #b1c51a;
}
.h_nav>ul>li>ul>li:first-child{
	border-top: none;
}
/*h_nav_end*/

/*header_end*/


/*footer_start*/
#footer{
	width: 100%;
	height: 80px;
	line-height: 80px;
	background: #282828;
}
#footer ul{
	width: 1180px;
	height: 100%;
	margin: 0 auto;
	text-align: center;
}
#footer ul li{
	display: inline-block;
	font-size: 14px;
	color: #898989;
}
/*footer_end*/

/*内容公共部分*/
.c_t{
	width: 100%;
	height: 100px;
	border-bottom: 1px solid #e4e4e4;
}
.c_t_wrap{
	width: 1180px;
	height: 100%;
	margin: 0 auto;
}
.c_des{
	float: left;
	width: auto;
	height: 100%;
}
.c_des_up{
	float: left;
	width: auto;
	line-height: 100px;
	font-size: 48px;
	color: #b1c51a;
}
.c_des_txt{
	margin: 34px 0 0 10px;
	float: left;
}
.c_des_china{
	font-size: 18px;
	height: 18px;
	line-height: 18px;
	color: #282828;
}
.c_des_english{
	font-size: 16px;
	height: 18px;
	line-height: 18px;
	margin-top: 2px;
	color: #a4a4a4;
	text-transform: uppercase;
	font-family: arial;
}
.c_nav{
	float: right;
}
.c_nav>ul{
	float: left;
	margin-top: 48px;
}
.c_nav>ul>li{
	float: left;
	height: 50px;
	line-height: 50px;
	border-bottom: 3px solid transparent;
	margin-left: 36px;
	font-size: 14px;
}
.c_nav>ul>li:hover a,.c_nav>ul>li.current a{
	border-bottom: 3px solid #e60045;
	font-weight: bold;
}
.c_nav>ul>li>a{
	width: auto;
	height: 100%;
	padding: 0 8px;
	color: #282828;
	display: block;
}


.c_lead{
	width: 1180px;
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	margin: 18px auto 30px;
}
.c_lead .first{
	float: left;
	color: #a4a4a4;
}
.c_lead ul{
	float: left;
}
.c_lead ul li{
	float: left;
}
.c_lead ul li:last-child i{
	display: none;
}
.c_lead ul li a{
	color: #626262;
}
.c_lead ul li a:hover{
	color: #e60045;
}


.fy{
	width: 100%;
	height: 30px;
	margin: 50px auto 80px;
	font-size: 0;
	text-align: center;
	overflow:hidden;
}
.fy .prev,.fy .next{
	width: 72px;
	border: 1px soild #a4a4a4;
	border-radius: 14px;
}
.fy span{
	width: 28px;
	height: 28px;
	line-height: 28px;
	display: inline-block;
	font-size: 12px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #a4a4a4;
    margin: 0 5px;
}
.fy span a{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	display: block;
	color: #626262;
}
.fy span.current{
	border: 1px solid #282828;
}
.fy span.current a{
	background: #282828;
	color: #fff;
}


.part{
	width: 860px;
	height: auto;
	padding: 26px 0;
	margin-bottom: 60px;
	border: 1px solid #e4e4e4;
	border-left: none;
	border-right: none;
}
.part li{
	width: 100%;
	height: 16px;
	line-height: 16px;
	font-size: 14px;
}
.part li.prev{
	margin-bottom: 12px;
}
.part li span{
	color: #282828;
}
.part li span a{
	color: #626262;
}
.part li span a:hover{
    color: #e60045;
    text-decoration: underline;
}
