body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, fieldset, button, input, textarea, th, td {
	margin:0; padding:0; 
	font: 14px/1.5 "Microsoft Yahei",tahoma,arial,"Hiragino Sans GB";

}
ul, ol { list-style:none;}
a { text-decoration:none; color:#333;outline: none;}
a:hover { text-decoration: none; color:#000;outline: none;}
fieldset, img { border:none; vertical-align:middle;}
button, input, select, textarea {outline: none;font-size:100%; color:#666; font-size:12px;}
h1, h2, h3 { font-size:14px;}
em { font-style:normal;}
li{list-style-type:none; outline: none;}
/*background: linear-gradient(to right, #23df94 , #00ffa5);*/
 
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #fff !important;
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}
input,select{
	border: 0px;outline:none;cursor: pointer;
}
html{
	font-size:3rem;
}
body{
	background: #fafafa;
}
.header{
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.main{
    width: 100%;
    height: auto;
    margin: auto;
}
.menu{
    width: 100%;
    height: auto;
}
.menu_top{
    /*width: 100%;
    height: 40px;
	background: #3e3e3e;*/
	width: 100%;
    height: 40px;
    background: #000;
    box-shadow: 0px 0px 150px 30px rgb(0, 0, 0);
}
.menu_top_main{
	margin: auto;
    width: 1260px;
    height: 40px;
}
.menu_top_main_left{
    float: left;
    width: 50%;
    height: 40px;
    text-align: left;
    color: #ddd;
    line-height: 40px;
}
.menu_top_main_right{
    float: left;
    width: 50%;
    height: 40px;
    text-align: right;
    color: #ddd;
    line-height: 40px;
}
.menu_top_main_right_mo_ioc{
	float: right;
    width: 40px;
    height: 40px;	
}
.menu_top_main_right_mo_ioc img{
	float: right;
    width: 32px;
    height: 32px;
    margin-top: 6px;
}
.menu_top_main_right_name{
    float: right;
    width: auto;
    height: 40px;
    line-height: 40px;
}
.menu_top_main_right_name a{
	color:#fff;
}
.menu_top_main_right_name a:hover{
	color:#f00;
}
.menu_top_main_right_name a img{
    float: left;
    width: auto;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
    margin-right: 15px;
    border-radius: 4px;
}
.menu_top_main_right_out{
    float: right;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.menu_top_main_right_out a{
	color:#fff;
}
.menu_top_main_right_out a:hover{
	color:#f00;
}
.menu_top_main_right_mo{
    float: right;
    width: 40px;
    height: 40px;
}

.menu_top_main_right_mo_main{
    position: relative;
    top: 1px;
    right: 0px;
    width: 197px;
    background: #4e4e4e;
    margin-left: -197px;
    height: auto;
    overflow: hidden;
    border-radius: 0 0 4px 4px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 0px 2px 42px #585858;
    display: none;
}
.menu_top_main_right_mo_main li{
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #5a5a5a;
}
.menu_top_main_right_mo_main li img{
    width: 20px;
    height: 20px;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
}
.menu_top_main_right_mo_main li span{
    width: auto;
    height: 40px;
    display: inline-block;
}
.menu_top_main_right_mo_main a{
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;	
	color: #fff;
}
.menu_top_main_right_mo_main a:hover{
	color:#f00;
}
.menu_cen{
    width: 100%;
   /* background: #fff;
    border-bottom: 1px solid #edf1f2;*/
}
.menu_cen_main{
	margin: auto;
    width: 1260px;
    height: 94px;
}
.menu_cen_main_left{
    float: left;
    width: 260px;
    height: 94px;
}
.menu_cen_main_left img{
    float: left;
    width: auto;
    height: 60px;
    margin-top: 20px;
}
.menu_cen_main_cen{
    float: left;
    width: 777px;
    height: 60px;
    margin-top: 20px;
}
.menu_cen_main_cen a{
    float: left;
    width: 100px;
    height: 60px;
    text-align: center;
}
.menu_cen_main_cen a li{
    font-size: 18px;
    color: #fff;
    width: 100%;
    height: 60px;
}
.menu_cen_main_cen a li span{
    width: 100%;
    float: left;
    height: 35px;
    line-height: 40px;
    font-size: 18px;
    
}
.menu_cen_main_cen a li i{
	width: 100%;
    float: left;
    height: 20px;
    font-style: normal;
    font-weight: 100;
    clear: both;
    font-size: 10px;
    -webkit-transform: scale(.8);
    -o-transform: scale(1);
    line-height: 20px;
    opacity: .6;
    filter: alpha(opacity=40);
}
.menu_cen_main_cen a li.tabcur{
    /*color: #617ef9 !important;*/
	font-weight: bold;
}
.menu_cen_main_right{
    float: right;
    width: 220px;
    height: 40px;
    margin-top: 30px;
}
.menu_cen_main_right input::-webkit-input-placeholder {
	color: #000;
}
.menu_cen_main_right input::-moz-input-placeholder {
	color: #000;
}
.menu_cen_main_right input::-ms-input-placeholder {
	color: #000;
}
.menu_cen_main_right .sy_menu_sosoinput{
    float: left;
    width: 170px;
    height: 40px;
    background: rgba(255, 255, 255, 0.4);
    color: #000;
    border-radius: 5px 0 0 5px;
	    text-indent: 20px;
}
.menu_cen_main_right .sy_menu_soan{
    float: left;
    width: 50px;
    height: 40px;
    background: #ffd00a;
	font-size: 15px;
    color: #333;
    border-radius: 0px 5px 5px 0px;
}
.tit{
    width: 100%;
    height: 90px;
    margin: auto;
    line-height: 90px;
    font-size: 14px;
    color: #999;
}
.tit_left{
    float: left;
    width: 200px;
    height: 90px;
}

.tit_left b{
    font-size: 24px;
    color: #000;
}
.tit_right{
    width: 45px;
    height: 10px;
    background: url(../image/more.png) no-repeat;
    margin: 46px 0 0;
    float: right;
}
/*-----------------侧栏--------------------*/
.leftdh{
    position: fixed;
    width: 50%;
    height: 216px;
    bottom: 30px;
    right: 0px;
    margin-right: 875px;
	-webkit-transition: 0.5s all;
    transition: 0.5s all;
	z-index:-1;
}
.leftdh h5{
    width: 150px;
    height: 40px;
    line-height: 50px;
    text-align: center;
    font-size: 17px;
    color: #ff0a0a;
    background: #fff;
	border-radius: 4px 4px 0 0;
}
.leftdh img{
    width: 150px;
    height: 150px;
    float: left;
}
.leftdh p{
    width: 150px;
    height: auto;
    text-align: center;
    font-size: 12px;
    color: #000000;
    font-weight: 100;
    background: #ffffff;
	border-radius:0 0 4px 4px;
}
#moquu_top,#moquu_wxin,#moquu_wshare,#moquu_wmaps {
	-webkit-transition: 0.5s all;
    transition: 0.5s all;
	z-index:2;
	width:50px;
	height:50px;
	right:10px;
	position:fixed;
	cursor:pointer;
	_position:absolute;
	_bottom:auto;
	_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)))
}

#moquu_wxin {
	bottom:90px;
}
#moquu_wxin a {
	background:url(../image/wx.png)#d5d5d5  center no-repeat;
	background-size:31px 30px;
	right:0;
	float:left;
	width:50px;
	height:50px;
	border-radius: 4px;
}
#moquu_wxin a:hover {
    background: url(../image/wx.png)#ffd00a center no-repeat;
    background-size: 31px 30px;
}
#moquu_wshare {
	bottom:150px;
}
#moquu_wshare a {
	background: url(../image/mobile.png)#d5d5d5  center no-repeat;
    background-size: 30px 30px;
    width: 50px;
    height: 50px;
    right: 0;
    float: left;
    border-radius: 4px;
}
#moquu_wshare a:hover {
	background: url(../image/mobile.png)#ffd00a center no-repeat;
    background-size: 30px 30px;
}

#moquu_top {
	bottom:30px;
	background:url(../image/upup.png)#d5d5d5 center no-repeat;
	background-size: 30px 30px;
	width:50px;
	height:50px;
	border-radius: 4px;
}
#moquu_top:hover {
	background:url(../image/upup.png)#ffd00a center no-repeat;
	background-size: 30px 30px;
}
.moquu_wxin,.moquu_wshare {
	position:relative;
	z-index:2
}
.moquu_wxin a:hover .moquu_wxinh,.moquu_wshare a:hover .moquu_wshareh {
	display:block
}
.moquu_wshareh img{
    width: 180px;
    float: left;
    height: 180px;
}
.moquu_wshareh b{
    float: left;
    width: 180px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #000;
    font-size: 15px;
    text-align: center;
}
.moquu_wxinh img{
    width: 180px;
    float: left;
    height: 180px;
}
.moquu_wxinh b{
    float: left;
    width: 180px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #000;
    font-size: 15px;
    text-align: center;
}
.moquu_wxin .moquu_wxinh {
    position: absolute;
    display: none;
    left: -200px;
    bottom: 0px;
    width: 180px;
    height: 220px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
	box-shadow: 0px 5px 20px 0px gainsboro;
}
.moquu_wshare .moquu_wshareh {
	position: absolute;
    display: none;
    left: -200px;
    top: -110px;
    width: 180px;
    height: 220px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
	box-shadow: 0px 5px 20px 0px gainsboro;
}

.footer{
    float: left;
    width: 100%;
    background:  #333;
    height: auto;
    text-align: center;
 
}
.footerfkone{
    width: 1260px;
    height: 200px;
    margin: auto;
}

.footerfkone_leftone{
	float: left;
    width: 399px;
    height: 200px;
    text-align: left;
    margin-top: 35px;
}
.footerfkone_leftone_logo{
    width: 100%;
    height: 60px;
}
.footerfkone_leftone_logo img{
    width: auto;
    height: 60px;
    margin-bottom: 10px;
    margin-top: 5px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
.footerfkone_leftone_ioc{
	width: 100%;
    height: auto;
}
.footerfkone_leftone_ioc li{
    float: left;
    width: 60px;
    text-align: center;
    margin-top: 20px;
}
.footerfkone_leftone_ioc li img{
    width: auto;
    height: 23px;
    margin-top: 20px;
    border-radius: 3px;
    margin-bottom: 5px;
}
.footerfkone_leftone_ioc li span{
    width: 100%;
    height: auto;
    line-height: 20px;
    float: left;
    color: #6f6f71;
    font-size: 12px;
}
.footerfkone_lefttwo{
    float: left;
    width: 800px;
    height: 200px;
	margin-top: 35px;
}
.footerfkone_lefttwoli{
    width: 100%;
    height: auto;
    color: #c8c8c8;
    margin-top: 15px;
    margin-bottom: 30px;
}
.footerfkone_lefttwoli ul{
    width: 100%;
    height: auto;
    display: inline-block;
}
.footerfkone_lefttwoli ul li{
    float: left;
    width: auto;
    height: 30px;
    color: #c8c8c8;
    font-size: 16px;
    line-height: 30px;
}
.footerfkone_lefttwoli ul li:hover{
    color: #617ef9;
}
.footerfkone_lefttwobm{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #7a7a7a;
    text-align: left;
}
.footerfkone_lefttwobm a{
	color: #7a7a7a;
}
.footerfkone_lefttwobm a:hover{
    color: #f00;
}
.page{
    width: 100%;
    height: 50px;
    margin: auto;
    margin-bottom: 30px;	
}
.page li{
    text-align: center;
    width: 100%;
    height: 35px;
}
.page a{
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    height: 35px;
    background: #efefef;
    line-height: 35px;
    margin-left: 10px;
    border-radius: 4px;
    display: inline-block;
}
.page a:hover{
	background: #ffd00a;
}