html{
	color:#000;
	background:#FFF;
}
body, div, dl, dt, dd, ul, ol, li,h1, h2, h3, h4, h5, h6, pre, code,form, fieldset, legend, input, button,textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;

}
fieldset, img{
	border:0;
}
input,select,textarea{
	outline:none;
}
textarea{
	resize:none;/*规定用户是否可以调整元素的大小,为none不可以，为both，用户可调整元素的高度和宽度*/
}
a{
	text-decoration:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style:normal;
	font-weight:normal;
}

ol,
ul {
	list-style:none;
}
div,li{
	box-sizing: border-box;
}
caption,
th {
	text-align:left;
}


/* 清除浮动*/
.clearfix{
	clear:both
}
.left{
	float: left;
}
.right{
	float: right;
}
.o_hidden{
	overflow:hidden;
    position:relative;
}
.disnone{
	display: none;
}
body,html{
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-family:"微软雅黑";

}

a{
	color: #000;
	font-size: 14px;
}
.img
{
width:100%;
display:block;
}
.head {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 50px;
    z-index: 10;
    background: transparent;
}
#head.cur {
    background: rgba(0,0,0,.5);
    top: 0;
}
.head-c {
    width: 90%;
    margin: auto;
    padding: 5px 0px;
    position:relative;
    height:100%;
}
.head-logo {
    width: 106px;
    float: left;
}
.head-logo .lo 
{
    display:none;
}
.head-logo .loo 
{
    display:block;
}
.head-txt
{
	width:100%;
	position:relative;
	overflow: hidden;
	z-index:2;
height:100%;
}
.head-btn {
    width: 36px;
    height: 100%;
    position: relative;
    overflow: hidden;
    float: right;
   
}
.head-btn-b
{
width:100%;
height:100%;
position:relative;
overflow: hidden;	
}
.head-btn-b:before, .head-btn-b:after {
    content: '';
    position: absolute;
    width: 22px;
    height: 2px;
    background: #333;
    transition: .3s;
}
.open .head-btn-b:before {
    top: 23px;
  transform: rotate(45deg);
}
.open .head-btn-b:after {
    bottom: 15px;
    transform: rotate(-45deg);
}
.open .head-btn-b p {

    display: none;
}
.head-btn-b:before {
    top: 11px;
    left: 7px;
}
.head-btn-b:after {
    bottom: 13px;
    left: 7px;
}
.head-btn-b p {
    width: 22px;
    height: 2px;
    background: #333;
    display: block;
    margin: 0 auto;
    margin-top: 18px;
}
.menu {
    width: 50%;
    position: absolute;
    height: 100vh;
    left: -100%;
    top: 0;
    background:#e65d50;
    z-index: -2;

}
.menu ul {
    width: 100%;
    padding-top: 50px;
}
.menu ul li
{
width:100%;
position:relative;
overflow: hidden;
padding:5px 0px;	
}
.menu ul li a
{
display:block;
position:relative;
overflow: hidden;
text-align:center;	
line-height:30px;
opacity:0;
color:#fff;
}
.menu ul li.view a
{
	opacity:1;
}
.menu ul li span
{
	width:0px;
	height:1px;
	background:#fff;
	display:inline-block;
	vertical-align: middle;
	transition: .3s;
}
.menu ul li.view span
{
width:30px;
}
.menu-sou
{
	display:none;
}
#menu .menu-sou {
    display: block;
    width: 90%;
    position: relative;
    overflow: hidden;
    border: 1px solid #fff;
    border-radius: 5px;
    margin: auto;
    padding: 0px 2px;
    margin-top:10px;
}
#menu .menu-sou .ms-input {
    width: calc(100% - 20px);
    float: left;
    position: relative;
    overflow: hidden;
    line-height: 28px;
    border: 0;
    background: transparent;
    font-size:12px;
}
#menu .menu-sou .ms-input::-webkit-input-placeholder {
color: #fff;
}

#menu .menu-sou .ms-input:-moz-placeholder {
color: #fff;
}

#menu .menu-sou .ms-input::-moz-placeholder {
color: #fff;
}

#menu .menu-sou .ms-input::-ms-input-placeholder {
color: #fff;
} 

#menu .menu-sou .ms-img {
    width: 20px;
    display: block;
    float: left;
    margin-top: 3px;
}
#menu .menu-sou .ms-img img
{
	width:100%;
	display:block;
}
#menu .mult-ttop ul .ll:hover .ll-buttom
{
color:#fff;
}
.menu-login
{
	display:none;
}
#menu .menu-login {
    width: 90%;
    margin: auto;
    position: relative;
    /* overflow: hidden; */
    margin-top: 20px;
    display: block;
    height: 100%;
}
.menu-login a
{
	display:block;
	width:100%;
	position: relative;
overflow: hidden;
color:#fff;
text-align:center;
margin-bottom:10px;
line-height:30px;
}
.login-d img
{
width:20px;
display:inline-block;
margin-right:5px;
vertical-align: top;
}
.login-z  img
{
width:22px;
display:inline-block;
margin-right:5px;
vertical-align: top;	
}
.foot {
    width: 100%;
    background: #404041;
    border-top: 1px solid #c9c9c9;
    padding: 10px 0px;
}
.foot-c
{
width:96%;
margin:auto;	
}
.foot-c p {
    color: #dddddd;
    text-align: center;
    font-size: 12px;
}
.foot-c p span
{
	display:block;
}
.foot-list
{
	width:100%;
margin-top:5px;
}
.foot-list ul
{
	width:100%;
}
.foot-list ul li
{
	width:25%;
	float:left;
	position:relative;
	overflow: hidden;
}
.foot-list ul li a {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    color: #ddd;
    font-size: 12px;
    text-align: center;
}
.foot-list ul li:after
{
	content:"";
	width:1px;
	height:20px;
	background:#7d7d7d;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
}
.foot-list ul li:last-child:after
{
width:0;	
}
/*登陆后的样式*/
.menu-login a
{
	/*display:none;*/
}
.menu-user
{
	display:block;
	width:100%;
	position:relative;
/*	overflow: hidden;*/
}
.muser-tou
{
	width:100%;
	position:relative;
	overflow: hidden;	
}
.mu-tt
{
width:40px;
	height:40px;
	border:1px solid #fff;
	border-radius:15px;
	float:left;
	overflow: hidden;	
}
.tou
{
	width:100%;
	height:100%;
display:block;
}
.mu-right {
    width: calc(100% - 40px);
    float: left;
    overflow: hidden;
  line-height: 30px;
    padding-left:2px;
}
.mu-right p
{
	width:calc(100% - 20px);
	float:left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color:#fff;
}
.mu-right img {
    width: 20px;
    float: left;
    display: block;
    margin-top: 5px;
}
.muser-list
{
	display:none;
}
/*end*/
/*页码*/
.page
{
width:100%;
height:35px;
margin-top:10px;
}
.page ul
{
 width:100%; 
 height:100%;  
}
.page ul li
{
 width:40px; 
height:100%; 
float:left; 
padding:0px 5px;
}
.page ul li span{
 color:#999999;
 line-height:30px;
 display:block;   
 text-align:center;
   font-weight:bold; 
}
.page ul li a
{
 line-height:30px;
 display:block;   
 text-align:center;
  color:#999999;
  font-weight:bold; 
  position:relative;  
}
.page ul li:first-child,.page ul li:last-child
{
 width:60px;

}
.page ul li:first-child a:after 
{
    content:"";
    right:0;
    top:0;
    bottom:0;
    width:1px;
    height:12px;
    background:#999999;
    position:absolute;
    margin:auto;
}
.page ul li:last-child a:after 
{
    content:"";
    left:0;
    top:0;
    bottom:0;
    width:1px;
    height:12px;
    background:#999999;
    position:absolute;
    margin:auto;
}
.page ul li:first-child  a, .page ul li:last-child a
{
font-weight:normal;
}
.page ul li.active span
{
color:#ed5c5a;
border-radius: 50%;
border:1px solid #ed5c5a;
}
@media(min-width:768px)
{
.foot-list {
    width: 250px;
    margin: auto;
    margin-top: 5px;
}
.foot {
 padding: 20px 0px;
}
.foot-c p span {
    display: inline-block;
}
.head {
  background:transparent;
}	
}
@media(min-width:992px)
{
.head-btn {
display:none;
}
.head {
    top: 10px;
}	
.menu {
width: 355px;
  height: 100%;
    left: auto;
    top: 0;
    background: transparent;
    z-index: 2;
    right: 0;
}
#menu {
    width: auto;
    padding-top: 10px;
}
.menu ul {
padding-top: 0px;

}
#menu ul {
    width: 362px;
    float: left;
}
.menu ul li {
    width: 20%;
    padding: 0;
    float: left;
}
.menu ul li.cur a
{
    color:#ec4846;
}
.menu ul li.cur span 
{
width: 30px;
background: #ec4947   
}
.menu ul li a {

    opacity: 1;
    color: #333;
}

#menu ul li a {
    color: #fff;
    font-size: 12px;
}
#menu ul li:hover a
{
 color: #ec4947;   
}
#menu ul li.cur a
{
  color: #ec4947;    
}
#head.cur #menu ul li.cur a
{
  color: #333;    
}
#head.cur #menu ul li.cur span
{
  background: #333;  
}
#menu .menu-sou {
    width: calc(100% - 484px);
    margin-top: 0px;
    float: left;
}
#menu .menu-login {
  width:122px;
 margin-top: 0px;
 float: left;
}	
.menu-login a {
 width: 50%;
 float: left;
}
.mu-tt {
    border: 0;
    border-radius: 10px;
    width: 30px;
    height: 30px;
}
.menu-user {
  width: 94%;
  float: right;
  height:100%;
}
.muser-list {
    width: 254px;
    display: none;
    position: absolute;
    height: 254px;
    background: #fff;
    right: 0;
    top: 75%;
}
.mul-top {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 20px 20px;
}
.mul-top .mu-tt
{
	width:50px;
	height:50px;
}
.mult-right
{
	width:calc(100% - 50px);
	float:left;
	padding:0px 5px;
}
.mult-right p
{
color:#999999;
font-size:12px;	
}
.mult-right p:nth-of-type(1)
{
color:#333;
font-size:14px;
}
.mult-ttop
{
width:100%;	
}
#menu .mult-ttop ul
{
width:100%;		
}
.mult-ttop ul .ll
{
	width:100%;
	position:relative;
	overflow: hidden;
}
.mult-ttop ul .ll span {
    display: block;
    background: #f5f7fc;
    padding: 0px;
    width: calc(100% - 54px);
    float: left;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    padding-left: 5px;

}
.muli-div {
    width: 100%;
    padding: 5px 10px;
}
#menu .muli-div ul {
    width: 100%;
    position: relative;
    overflow: auto;
    height: 62px;
}
#menu  .muli-div ul li
{
	color:#999999;
	font-size:12px;
	
	width:100%;
	padding:2px 0px;
	padding-left:10px;
}
#menu  .muli-div ul li:before
{
	width:5px;
	height:5px;
	border-radius:50%;
	background:#999;
	content:"";
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	margin:auto;
}
.mult-ttop ul .ll a
{
	width:50px;
display:block;
font-size:12px;
color:#fff;
background:#ec4947;
text-align:center;
line-height:30px;
float:left;
margin-bottom:0;
}
.mult-ttop .m-ke
{
	color:#333;
	display:block;
}
.m-bottom {
    width: 100%;
    background: #f5f7fc;
    padding: 5px 10px;
 
    position: relative;
    overflow: hidden;
}
.m-bottom a
{
display:block;
width:auto;
margin-bottom:0;
}
.m-bottom .m-z
{
float:left;
color:#333;
}
.m-bottom .m-close
{
float:right;
color:#999999;
}
 .mult-ttop ul .ll:hover span {
       width: calc(100% - 54px);
        background: #f5f7fc;
}
.head-logo .lo
{
    display:block;
}
.head-logo .loo
{
    display:none;
}
}
@media(min-width:1200px)
{
#menu {
    width: 750px;
}
#menu .menu-sou {
    width: calc(100% - 556px);
    border-radius: 10px;
}
	
#menu .menu-login {
    width: 140px;
 float: right;
}
.page {

	/* width: 250px;
    max-width: 500px; */
    margin: auto;
    margin-top: 10px;
}
.menu ul li:hover a{
color: #ec4947;
}
.menu ul li:hover span {
    width: 20px;
   background: #ec4947;
}
}
@media(min-width:1440px)
{
.head {
    width: 100%;
   height: 64px;
  }
 .head-logo {
    width: 150px;
 }
.menu ul li a {
line-height: 60px;
}
.head-c {
    width: 88%;
}
#menu .menu-sou {
margin-top: 2%;
}
#menu .menu-login {
margin-top: 2%;
}	
.index-banner {
    height: 600px;
}
}
@media(min-width:1660px)
{
.head {
  
    height: 95px;
    top: 80px;
}
.head-logo {
    width: 230px;
}
.menu
{
	width:400px;
}
	
.menu ul li span
{
	height:2px;
}	
#head
{
	top:40px;
}
#menu .menu-login {
    margin-top: 5%;
}
#menu .menu-sou {
    margin-top: 3%;
    width: calc(100% - 710px);
}
#menu .menu-login {
    margin-top: 3%;
}
.foot-c p {
 font-size: 16px;
 line-height: 30px;
}
.foot {
    padding: 50px 0px;
}
.muser-list {

    top: 50%;
    z-index: 2;
}
.mu-tt {
 width: 35px;
height: 35px;
}
#menu ul li a {
  font-size: 16px;
  line-height:85px;
}
#menu {
    width: 900px;
    padding-top: 0px;
}
#menu ul {
    width: 500px;
}
#menu  a.ll-buttom
{
    line-height:30px;
}
.foot-list ul li a
{
    font-size:16px;

}
.foot-list {
    width: 400px;

}
}