@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;
	text-decoration: none;
}
 
.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*/

.head_nav{
	width: 1330px;
	overflow: hidden;
	height: auto;
	min-height: 65px;
	left: 50%;
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: -600px;
}
.head_nav .head_navlogo{
	float: left;
	overflow: hidden;
}
.head_nav .head_navtt{
	float: left;
	overflow: hidden;
	margin-left: 5px;
	width: 205px;
	margin-top: 14px;
	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; overflow: hidden;}
.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 .bou_serch{
	width: 615px;
	overflow: hidden;
	height: 53px;
	position: absolute;
	z-index: 5;
	margin-top: -40px;
	background: #f9f9f9;
	display: none;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.head_nav .bou_serch .bou_serchxx{
	width: 40px;
	height: 40px;
	overflow: hidden;
	font-size: 28px;
	cursor: pointer;
	float: left;
	text-align: center;
	margin-top: 8px;
}
.head_nav .bou_serch .bou_serchipt{
	float: left;
	overflow: hidden;
}
.head_nav .bou_serch .bou_serchipt .search_i{
	width: 520px;
	height: 30px;
	overflow: hidden;
	color: #000000;
	font-family: AlibabaR;
	font-size: 14px;
	float: left;
	line-height: 30px;
	margin-top: 8px;
	border: 1px solid #eee8e8;
}
.head_nav .bou_serch .bou_serchipt .search_s{
	width: 40px;
	height: 40px;
	overflow: hidden;
	font-size: 28px;
	cursor: pointer;
	color: #ff5500;
	margin-top: 6px;
	float: left;
	border: 0px;
	text-align: center;
}





.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;
}
.head_nav .head_navritsech{
	float: right;
	width: 30px;
	height: 40px;
	font-family: AlibabaB;
	font-size: 28px;
	text-align: center;
	color: #ff5500;
	margin-top: 21px;
	margin-left: 15px;
	cursor: pointer;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.head_nav .head_navritsech .itserch{
	float: right;
	width: 30px;
	height: 40px;
	font-family: AlibabaB;
	font-size: 28px;
	text-align: center;
	color: #ff5500;
	/*margin-top: 21px;*/
	/*margin-left: 15px;*/
	cursor: pointer;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.head_nav .head_navritft{
	float: right;
	margin-left: 40px;
	width: 41px;
	height: 41px;
	margin-top: 18px;
}
.head_nav .head_navritft img{
	width: 41px;
	height: 41px;
	border-radius: 30px;
}




