@charset "utf-8";
/* CSS Document */

/*全局样式*/
html {
    height: 100%;
}
 
body {
    font-size: 14px;
    font-family: "PingFangSC-Regular", "PingFangSC", "微软雅黑", "Microsoft YaHei", "miui", "system-ui", "Helvetica", "Arial", "Verdana", "sans-serif";
    color: #333;
    height: 100%;
	background: #f1f1f1;
}
 
html,body,div,section,header,footer,aside,ul,ol,li,table,tr,th,td,button,input,textarea,select,h1,h2,h3,h4,h5,h6,em,i,strong,p,span,blockquote {
    margin: 0;
    padding: 0;
}
 
h1,h2,h3,h4,h5,h6,em,th,i,strong,input,textarea,button,select {
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
}
 
ul,ol {
    list-style: none;
}
 
table,td,th {
    border-collapse: collapse;
    border-spacing: 0;
}
 
input,button,select,textarea {
    outline: none;
    background: none;
}
 
textarea {
    resize: none;
}
 
img,a img {
    border: none;
}
 
a {
    text-decoration: none;
}
 
a:hover {
    text-decoration: underline;
}
 
.fl {
    float: left;
}
 
.fr {
    float: right;
}
 
.fc {
    margin: 0 auto;
}
 
.vertical-middle {
    vertical-align: middle;
}
 
 
/**显示隐藏**/
 
.hidden {
    display: none;
}
 
.clear:after {
    content: "";
    display: block;
    visibility: hidden;
    width: 0;
    height: 0;
    clear: both;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}
 
.clearfix {
    zoom: 1;
}
 
.overflow {
    overflow: hidden;
}
 
/**定位**/
 
.posR {
    position: relative;
}
 
.posA {
    position: absolute;
}
 
.posF {
    position: fixed;
}
 
.fb {
    font-weight: bold;
}
 
.textL {
    text-align: left;
}
 
.textC {
    text-align: center;
}
 
.textR {
    text-align: right;
}
 
.text2em {
    text-indent: 2em;
}
 
.pointer {
    cursor: pointer;
}
 
/* 输入框自动填入后 */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-text-fill-color: #333 !important; /*填充后文字颜色*/
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    background-color: transparent;/*填充后背景色 */
    background-image: none;
    transition: background-color 50000s ease-in-out 0s;
    /*背景色透明  生效时长  过渡效果  启用时延迟的时间 */
}
 
input {
    background-color: transparent;
}
 
/**输入控件 placeholder 色设置 #999**/
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
}
 
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999;
}
 
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999;
}
 
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999;
}
 
/* 浏览器滚动条样式 */
/* width */
::-webkit-scrollbar {
    width: 13px;
    height: 13px;
}
 
/* Track */
::-webkit-scrollbar-track {
    background: #ededed;
    border-radius: 7px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #d5d5d5;
    border-radius: 7px;
}
 
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #333;
}
 
/* 超出省略号 */
.word-hidden {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
 
}
 
/*字体设置*/
@font-face{
    font-family: AlibabaB;
    src: url('../css/font/Alibaba-PuHuiTi-Bold.ttf');
}
@font-face{
    font-family: AlibabaH;
    src: url('../css/font/Alibaba-PuHuiTi-Heavy.ttf');
}
@font-face{
    font-family: AlibabaL;
    src: url('../css/font/Alibaba-PuHuiTi-Light.ttf');
}
@font-face{
    font-family: AlibabaM;
    src: url('../css/font/Alibaba-PuHuiTi-Medium.ttf');
}
@font-face{
    font-family: AlibabaR;
    src: url('../css/font/Alibaba-PuHuiTi-Regular.ttf');
}
@font-face{
    font-family: pangmenzhengdaobiaoti;
    src: url('../css/font/pangmenzhengdaobiaoti.ttf');
}
@font-face{
    font-family: hanyizongyi;
    src: url('../css/font/hyk1gj.TTF');
}

/*头部样式*/

header{ 
	background: #f9f9f9;
	width: 100%;
	overflow: hidden;
}

.head_top{
	width: 100%;
	height: 46px;
	overflow: hidden;
	border-bottom: 1px solid #e2e0e0;
	box-shadow:1px 1px 1px 1px #e2e0e0; 
 	-webkit-box-shadow:1px 1px 1px 1px #e2e0e0;
}
.head_top .head_topc{
	width: 1200px;
	overflow: hidden;
	margin: 0px auto;
	line-height: 46px;
	font-family: AlibabaR;
	font-size: 14px;
	color: #696969;
}
.head_top .head_topc a{
	font-size: 14px;
	color: #696969;
	text-decoration: none;
}
.head_top .head_topc a:hover{
	font-size: 14px;
	color: #ff6f27;
}


.head_top .head_welcome{
	float: left;
	letter-spacing: 1.2px;
	overflow: hidden;
}

.head_top .head_signrt{
	float: right;
	overflow: hidden;
}

.head_top .head_signrt li{
	float: left;
	letter-spacing: 1.1px;
	margin-left: 5px;
}

.head_nav{
	width: 1200px;
	overflow: hidden;
	height: auto;
	min-height: 65px;
	margin: 25px auto 1px;
}
.head_nav .head_navlogo{
	float: left;
	overflow: hidden;
}
.head_nav .head_navtt{
	float: left;
	overflow: hidden;
	margin-left: 5px;
	margin-top: 14px;
	width:205px;
	color: #000000;
}

.head_nav .head_navtt .zuaspan{
	overflow: hidden;
	display: inline-block;
	font-family: AlibabaH;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	color: #000000;
	line-height: 18px;
	/*letter-spacing: 0.2px;*/
    width:202px;
}
.head_nav .head_navtt .navspan{
	font-family: AlibabaL;
	text-transform: uppercase;
	overflow: hidden;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	color: #000000;
	line-height: 18px;
	letter-spacing: 0.2px;
	width:202px;
}

.head_nav .head_navcon{
	width: 620px;
	overflow: hidden;
	float: right;
	height: auto;
	min-height: 65px;
	font-family: AlibabaM;
	font-size: 16px;
	color: #000000;
	margin-top: 16px;
}
.head_nav .head_navcon a{
	font-family: AlibabaM;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}
.head_nav .head_navcon a:hover{
	font-family: AlibabaM;
	font-size: 16px;
	color: #ff5500;
}
.head_nav .head_navcon a.liselect{
	font-family: AlibabaM;
	font-size: 16px;
	color: #ff5500;
}

.head_nav .head_navcon ul{width: 700px;}
.head_nav .head_navcon li{
	float: left;
	margin-right: 25px;
	letter-spacing: 1px;
}

.head_nav .head_navcon .hot {
    vertical-align: 100%;
    color: #ff0000;
	font-family:  "黑体", Helvetica, Arial, "sans-serif";
	font-size: 15px;
}


.head_nav .head_navrit{
	width: 120px;
	float: right;
	overflow: hidden;
	margin-top: 21px;
}

.head_nav .head_navrit a{
	display: block;
	width: 118px;
	height: 40px;
	background: #ff5500;
	text-align: center;
	line-height: 40px;
	overflow: hidden;
	color: #ffffff;
	font-size: 16px;
	font-family: "微软雅黑", "Microsoft YaHei";
	border-radius: 3px;
	letter-spacing: 0.5px;
	text-decoration: none;
}

/*banner广告图*/

.banner{
	width: 100%;
	overflow: hidden;
	height: 459px;
	background: url("../images/hbanner_02.jpg") top center no-repeat;
}
.banner .banner_co{
	width: 1200px;
	margin: 0px auto;
	overflow: hidden;
}

.banner .banner_colf{
	width: 211px;
/*	overflow: hidden;*/
	float: left;
	height: 459px;
	background: #151515;
}


.banner .banner_cosear{
	float: right;
	overflow: hidden;
	width: 638px;
	margin-right: 150px;
}

.banner .banner_coseartt{
	font-family: pangmenzhengdaobiaoti;
	font-size: 45px;
	color: #ffffff;
	width: 638px;
	text-align: center;
	margin-top: 125px;
	letter-spacing: 1.5px;
}
.banner .banner_cosearttr{
	font-family: pangmenzhengdaobiaoti;
	font-size: 35px;
	color: #ffffff;
	width: 638px;
	text-align: center;
	letter-spacing: 1.5px;
}
.banner .banner_cosearint{
	width: 638px;
	margin-top: 25px;
	letter-spacing: 1.5px;
	background: #ffffff;
	height: 40px;
	border-radius: 2px;
}
.banner .search_i{
	width: 590px;
	height: 40px;
	overflow: hidden;
	float: left;
	border: none;
	margin-left: 6px;
	color: #aeadad;
}

.search_i:focus{outline:none; color:#aeadad;}

.banner .search_s{
	width: 40px;
	height: 40px;
	overflow: hidden;
	border: none;
	color: #ff5500;
	cursor:pointer;
	font-size: 26px;
}

input::-webkit-input-placeholder{
    color:#aeadad;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#aeadad;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#aeadad;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#aeadad;
	border: none;
	background-color:transparent;
}

.banner .banner_keyworks{
	width: 638px;
	overflow: hidden;
	line-height: 30px;
	margin-top: 1px;
	font-family: "微软雅黑";
	font-size: 12px;
	color: #ffffff;
}

.banner .banner_keyworks a{
	font-family: "微软雅黑";
	font-size: 12px;
	color: #ffffff;
}












