/* css document */
body,select,input,textarea,button{padding:0; margin:0;font-family:  "微软雅黑", 'microsoft yahei', 'hiragino sans gb', tahoma, arial,"宋体";}
*{ margin:0; padding:0;}
html { -webkit-text-size-adjust:none }
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div{margin:0;padding:0;border:0;}
ul,ol{list-style-type:none; margin:0; padding:0;}
select,input,img,select{vertical-align:middle;}
.fl{ float:left;}
.fr{ float:right;}
.cl {clear: both;}
.inline{display: inline-block;}
a{ text-decoration:none; border:none;}
a:hover,a:active,a:focus{text-decoration:none;}
a:focus{outline:none;}
.hide{display: none;}
.news-bgcolor{background: #f8f8f8;}
.pb20{padding-bottom: 20px;}
.mt10{margin-top: 10px}
.mt20{margin-top: 20px;}
.mt32{margin-top: 32px;}
.ml20{margin-left: 20px}
.ml40{margin-left: 40px}
.mb10{margin-bottom: 10px}


/*小头部*/
/*小头部*/

.top-nav-fix {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #333;
	z-index: 999;
}

.top-nav-l {
	float: left;
}

.top-nav-r {
	float: right;
}

.top-nav-r>a:hover {
	color: #ff5b0b;
}

.hover-index-drop {
	position: relative;
	float: left;
}

.hover-index-drop .login-hover {
	position: relative;
}

.hover-index-drop .login-hover:hover .identify-drop-ul{
	display: block;
}
.hover-index-drop .login-hover > a {
	display: block;
	padding: 0 8px;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	color: #fff;
}

.item-list > a:hover {
	background: #222;
}

.hover-index-drop>i {
	font-size: 14px;
	margin-top: 2px;
}

.identify-drop-ul>li a:hover {
	background: #eee;
}

.identify-drop-ul>li>a {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #666;
	line-height: 32px;
}

.identify-drop-ul {
	display: none;
	position: absolute;
	padding: 5px 0;
	margin-top: 32px;
	background: #fff;
	width: 108px;
	border: 1px solid #eee;
	top: 0;
	z-index: 999;
}

.top-nav-ul {
	padding: 6px 0;
}

.top-nav-ul>li {
	position: relative;
	float: left;
	line-height: 20px;
}

.top-nav-ul>li:hover .top-nav-show {
	display: block;
}

.top-nav-line {
	margin-left: 13px;
	border-left: 1px solid #fff;
}

.top-nav-module {
	float: left;
	padding-left: 13px;
	cursor: pointer;
}

a.home-nav-module span{
	color: #ffd205;
}

a.home-nav-module:hover {
	background: #282828;
}

.top-nav-module i {
	float: left;
	margin: 0 3px;
	font-size: 20px;
	color: #fff;
}

.top-nav-module span {
	float: left;
	font-size: 12px;
	color: #fff;
}

.reg-login-btn>a,
.hover-index-drop>a {
	float: left;
	padding: 0 8px;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	color: #fff;
}

.reg-login-btn>a:hover {
	background: #282828;
	color: #fff;
}

.hover-index-drop>a:hover {
	background: #282828;
	color: #fff;
}

.reg-login-btn>a>i {
	margin: 0 3px 0 0;
	font-size: 18px;
	vertical-align: sub;
}

.reg-login-btn>a>span {
	vertical-align: baseline;
}

/*手机站二维码*/
.top-nav-show{
    display: none;
    position: absolute;
    z-index: 888;
    top: 17px;
    padding-top: 10px;
		left: 50%;
		transform: translatex(-50%);
}
.phone-web-code{
    position: relative;
    width: 90px;
    height: 90px;
    cursor: pointer;
}
.show-arrow{
    position: absolute;
    width: 0;
    height: 0;
    border-right: 6px solid transparent;
    border-bottom: 7px solid #fff;
    border-left: 6px solid transparent;
    top: -7px;
    left: 45%;
}
.phone-code-img{
    width: 100%;
    height: 100%;
}
.phone-code-box{
    position: relative;
}
.phone-code-box:hover .phone-code{
    display: block;
}
/*客服电话*/
/*.serv-tel-show{*/
    /*left: -35px;*/
/*}*/
.tel-show-con{
    position: relative;
    padding: 0 8px;
    background: #fff;
    border: 1px solid #eee;
    width: 152px;
}
.serv-tel-icon{
    font-size: 40px;
    color: #666;
    vertical-align: middle;
}
.serv-tel-num{
    display: inline-block;
    vertical-align: middle;
}
.serv-tel-num>span{
    display: block;
    margin: 5px 0;
    font-size: 14px;
    color: #666;
}

.home-nav-module {
	margin-left: 13px;
	border-left: 1px solid #fff;
}

.home-icon {
	margin-right: 5px;
	background:  center no-repeat;
	width: 20px;
	height: 18px;
}
/*我是个人*/
.status-show-con{
    padding: 8px 0;
    background: #fff;
    border: 1px solid #eee;
}
.status-item{
    display: block;
    padding: 5px 15px;
    font-size: 12px;
    color: #333;
    white-space: nowrap;
}
.status-item:hover{
    background: #eee;
}

/*网站导航*/
.top-web-nav{
    margin-left: 3px;
    padding: 0 5px;
}
.top-web-nav:hover .web-nav-show{
    display: block;
}
.web-nav-module{
    height: 32px;
    line-height: 32px;
}
.web-nav-show{
    display: none;
    position: fixed;
    top: 32px;
    left: 0;
    padding: 20px 0;
    width: 100%;
    background: #fff;
    border: 1px solid #eee;
    z-index: 888;
    box-shadow: 0 2px 10px 1px #e5e5e5;
}
.web-nav-module>i{
    line-height: 32px;
}
.web-nav-con{
    width: 1120px;
    margin: auto;
    padding: 0 40px;
}
.web-nav-list{
    margin-right: 5px;
    width: 110px;
}
.web-nav-tt{
    display: block;
    font-size: 16px;
    color: #333;
    margin: 5px 0 15px;
}
a.web-nav-tt:hover{
    color: #ff5b0b;
}
.web-nav-ul>li>a{
    display: block;
    padding: 6px 0;
    font-size: 14px;
    color: #555;
}
.web-nav-ul>li>a:hover{
    color: #ff5b0b;
}
.web-nav-ul .hot-ico{
    display: inline-block;
    margin-left: 3px;
    background: url(/uploads/image/fmaanimages/hot-ico.png) center no-repeat;
    width: 13px;
    height: 18px;
    vertical-align: bottom;
}
.web-nav-list .code{
    width: 104px;
    height: 104px;
    border: 1px solid #eee;
}


/*header*/
.h-list-ul .media-index,.media-list-search,.media-search{
    display: none;
}
.logo-a{
    float: left;
    display: block;
}
.logo-a>img{
	height: 48px;
}
.logo-a h1{
    text-indent: -999em;
    font-size: 0;
}
.logo-news{
    display: inline-block;
    margin-top: 18px;
    margin-left: 20px;
    padding: 0px 15px;
    font-size: 18px;
    color: #333;
    border-left: 1px solid #d3d3d3;
}

/*搜索框*/
.index-search-block{
    padding: 20px 0;
    border-bottom: 1px solid #eaecea;
    margin-bottom: 0;
}
.index-search-s {
    float: left;
    margin-left: 70px;
    margin-top: 5px;
}
#searchtext {
    float: left;
    width: 380px;
    outline: none;
    border: 1px solid #fff;
    padding: 0 10px;
    height: 42px;
    line-height: 42px;
}
#index-search-block{
    float: left;
    border:1px solid #333;
    background: #fff;
}

.search-list-ul{
    display: none;
    position: absolute;
    border:1px solid #eee;
    background: #fff;
    margin-top:27px;
    margin-left:-10px;
}
.search-list-ul>li>a{
    width:45px;
    font-size: 12px;
    color: #b2b2b2;
    display: block;
    padding:6px;
    text-align: center;
    overflow: hidden;
}
.search-list-ul>li>a:hover{
    background: #eee;
}
.search-list-box{
    float: left;
    cursor: pointer;
    height:100%;
    margin-top:5px;
}

.searchpic {
    float: left;
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
}
.search-img{
    height:44px;
    width:106px;
    float: left;
    background: #333;
    cursor: pointer;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.search-ico{
    display: block;
    background: url(/uploads/image/fmaanimages/search-ico.png) no-repeat center;
    width: 27px;
    height: 26px;
    text-align: center;
    margin: 10px auto;
}
.search-con-ul{
    display: none;
    position: absolute;
    margin-left: 76px;
    margin-top: 45px;
    background: #fff;
    z-index: 99;
    border: 1px solid #333;
    width:280px;
}
.search-con-ul>li>a{
    color: #b2b2b2;
    font-size: 14px;
    display: block;
    padding:8px 14px;
}
.search-con-ul>li>a:hover{
    background: #eee;
}

.index-search-block .head-publish{
    padding-top: 5px;
    margin-top: 0;
}
.head-publish a{
    float: left;
    display: block;
    text-align: center;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: #fff;
}
.shortcut-btn i{
    font-size: 32px;
    line-height: 44px;
    margin-right: 5px;
	color: #333;
}
/*头部添加搜索按钮*/
.head-publish .shortcut-btn{
    margin-right: 20px;
    padding-left: 24px;
    width: 120px;
    background: #ffd205;
	transition: all 0.3s;
}
.shortcut-btn span {
	color: #333;
}
.head-publish .shortcut-btn:hover{
    background: #ffe35e;
}
.head-publish .head-pub-btn{
    width: 124px;
    padding: 0 10px;
    background: #333;
	transition: all 0.3s;
}
.head-publish .head-pub-btn:hover{
    background: #444;
	color: #fff;
}
.head-pub-btn i{
    font-size: 30px;
    line-height: 44px;
}
.hang-card-icon{
    position: relative;
    margin: 0 5px 0 15px;
}
.hang-card-icon>span{
    position: absolute;
    font-size: 10px;
    color: #fff;
    top: -3px;
    left: 9px;
}

/*资讯详情页导航*/
.location{
    padding: 10px 0;
}
.location{
    font-size: 12px;
    color: #333;
}
.location a{
    color: #333;
}
.location a:hover{
    color: #ff9641;
}

/*footer*/
footer .footer-con {
	display: flex;
	padding-top: 35px;
	text-align: left;
}
footer .footer-con .logo {
	display: block;
	margin-left: 50px;
	margin-right: 20px;
}
footer .footer-con .logo img {
	width: 112px;
	height: 55px;
}
footer .footer-item {
	min-width: 90px;
	margin-left: 75px;
}
footer .footer-item > .title {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 16px;
	color: #333;
}
footer .footer-item > a,
footer .footer-item .part {
	position: relative;
	display: block;
	margin-bottom: 12px;
	font-size: 12px;
	color: #999;
	cursor: pointer;
}
footer .footer-item > a:hover,
footer .footer-item .part:hover {
	color: #fb6c2e;
}
footer .footer-item > a:hover .pos,
footer .footer-item .part:hover .pos {
	display: block;
}
footer .footer-item > a .pos,
footer .footer-item .part .pos {
	display: none;
	position: absolute;
	width: 94px;
	height: 94px;
	right: -60px;
	top: -20px;
	z-index: 9;
	border: 1px solid #f1f1f1;
}
footer .footer-item > a .pos img,
footer .footer-item .part .pos img {
	width: 100%;
	height: 100%;
}
footer .copyright-info {
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
	justify-content: center;
	height: 50px;
	line-height: 50px;
	background-color: #f8f8f8;
}
footer .copyright-info span {
	margin: 0 50px;
	font-size: 12px;
	color: #666;
}
