@charset "utf-8";
/*CSS Reset*/
body,div,ul,ol,li,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,form,table,tr,td,th,button,input,select,textarea{margin:0;padding:0;font-size: 12px;}
body{_background:url(about:blank) #fff fixed;font-size: 14px;}
img{border:none;vertical-align:top;}
ol,ul,li{list-style:none;}
button,input,select,textarea{font-size:100%;outline:none;resize:none;}
em,i,strong,b{font-style:normal;font-weight:normal;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
table{border-collapse:collapse;border-spacing:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
* {font-family: 微软雅黑, arial;color: rgb(102, 102, 102);margin: 0px;padding: 0px;}
/*User-Defined*/
body{width: 100%; font:12px/1.5 \5b8b\4f53,Arial,sans-serif;color:#666;background:#fff;-webkit-text-size-adjust:none;}
a{color:#333;text-decoration:none;outline:none;}
a:hover{color:#e12042;text-decoration:none!important;}
img {vertical-align: top;border: 0;}
a:focus{color: #333; text-decoration: none;}
.w1200{width: 1170px;min-width:1170px;margin:0 auto; padding: 0 15px;}
*{box-sizing: border-box;}
.row {margin-right: -15px; margin-left: -15px;}
.w1200{width: 1170px;min-width: 1170px; margin:0 auto; padding: 0 15px; overflow: hidden;clear: both;}
#float_qrcode {position: fixed;left: 0;top: 20%;z-index: 99;display:none;}

/*head*/
.top_nav{ position: fixed;top: 0;right: 0; left: 0; z-index: 1030;margin-bottom: 0;min-height: 100px;border: none;background: #fff;border-radius: 0;-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .175);box-shadow: 0 3px 6px rgba(0, 0, 0, .175);}
.top_nav_item{width: 1170px;min-width: 1170px; margin:0 auto; padding: 0 15px;}
.top_nav .logo{float: left;font-size: 18px;height: 100px;margin-left: -15px;padding: 23px 15px;line-height: 20px;}
.top_menu{float: right;margin: 0 auto;padding: 0;}
.top_menu .m_list{float: right;}
.top_menu .m_list li{position:relative;float: left;display: block;text-align: center;}
.top_menu li a{position: relative;font-size: 16px;display: block;color: #333;height: 97px;line-height: 97px;padding: 0 15px;}
.top_menu li.current{position: relative;z-index: 9;border-bottom: 3px solid #e12042;}
.top_menu li.current a,
.top_menu li.current ul li a:hover{color: #e12042;}
.top_menu li.current ul li a{ color: #333;}
.top_menu li:hover{border-bottom: 3px solid #e12042;}
.top_menu li a:hover{color: #e12042;}
.top_menu .caret{display: inline-block;width: 0;height: 0;margin-left: 2px;vertical-align: middle;border-top: 4px dashed;border-top: 4px solid\9;border-right: 4px solid transparent;border-left: 4px solid transparent;}
.top_menu .dropdown-menu {position: absolute;top: 100%; left: 0; z-index: 1000; display: none;float: left;min-width: auto;margin: 2px 0 0; font-size: 14px;
    text-align: left;  list-style: none; background-color: #fff;
	-webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.top_menu .dropdown-menu li{width: 100%;}
.dropdown-menu>li {border-bottom: none!important;}
.top_menu li a:hover .dropdown-menu {display: block;}
.dropdown-toggle:hover ul{display: block;}
.top_menu .m_list li:hover ul{display: block;}
.top_menu li:nth-child(4) .caret{
	display:none;
}
.top_menu li:nth-child(5) .caret{
	display:none;
}
.page a{
	padding:5px 10px;
	border:1px solid #D3D3D3;
}
.page b{
    background: #e12042;
	padding:5px 10px;
    border: 1px solid #e12042;
	color:#fff;
}
.page a:nth-child(1){
	display:none;
}




@media screen and (max-width: 900px){
#float_qrcode{display: none;}
}

