*{
    margin:0;padding:0;
    font-family: "微软雅黑";
}
a{
    text-decoration: none;
}
body{
    width:1366px;
    min-width:1366px;
}
/*header样式*/
header{
    width:1366px;
    min-width:1366px;
    line-height:38px;
    background:#5d5d58;
    overflow: hidden;
}
header li{
    list-style-type: none;
    float:left;
    color:#ddd;
    padding:0 20px;
}
header li:nth-child(1){
    margin-left:100px;
    color:black;
    background:white;
}
header li:nth-child(1):hover{
    color:black;
    background:white;
    cursor:pointer;
}
header li:hover{
    background:#333;
    cursor:pointer;
}
/*logo顶部样式*/
.top{
    width:100%;
    line-height:80px;
    background:#fff;
    overflow: hidden;
    font-size:small;
}
.top .logo{
    float:left;
    margin: 20px 100px;

}
.top .topRight{
    float:right;
    margin-right:100px;

}
.topRight ul li{
    list-style-type: none;
    float:left;
    margin:auto 10px;
}
.topRight img{
    display:block;
    margin-top:20px;
    margin-right:-20px;
}
/*顶部选项样式*/
.category{
    box-sizing: border-box;
    width:100%;
    line-height:60px;
    background:#f7f7f7;
    border:1px solid #eee;
}
.category ul li{
    list-style-type: none;
    display:inline-block;
    padding:0 20px;
}
.category ul li:nth-child(1){
    margin-left:100px;
    background:#fff url("img/home_img/user_icon.png") left 22px no-repeat;
}
.category li i{
    padding-left:30px;
    height:40px;
    background:url("img/home_img/icon_slide_up.png") 5px center no-repeat;
}
.category li i.active{
    background:url("img/home_img/icon_slide_down.png") 5px center no-repeat;
}
.category .search{
    width:200px;
    height:40px;
    margin-left:60px;
    background:#fff url("img/home_img/icon_find.png") right 10px no-repeat;
    border:none;
}

.cateContent{
    background:#f7f7f7;
    padding:0 0 0 100px;

}
.cateContent .table{
    display:table;
    width:100%;
    border-bottom:1px solid #eee;
}
.cateContent .table-row{
    display:table-row;
}
.cateContent .table-cell{
    display:table-cell;
    vertical-align: top;

}
.cateContent ul li{
    list-style-type: none;
    margin-top:10px;
}
.table .left{
    float:left;
    margin-right:30px;
}
.cateContent .hide{
    display:none;
}
.changeRed{
    color:red;
    border-bottom: 2px solid #cb3034;
}

.cateContent .sort_1 .table-cell{
    box-sizing:border-box;
    width: 30%;
    padding-right:80px;
}

.cateContent .sort_1 .table-cell:nth-child(1) ul li{
    padding-bottom:15px;
    border-bottom:1px solid #ccc;
}

.cateContent .sort_2 .table-cell{
    width:20%;
}
.cateContent .sort_2 .table-cell:nth-child(1) li{
    margin-top:15px;
}
.cateContent .sort_2 .table-cell:nth-child(2) p{
    margin-top:15px;
}
.cateContent .sort_2 .table-cell:nth-child(2) ul li{
    display:inline-block;
    margin-right:50px;
}

/*轮播图片样式*/
.banner{
    position:relative;
    width:100%;
    height:540px;
    text-align: center;
    overflow: hidden;
}
.banner .btn-prev{
    position:absolute;
    top:50%;
    left:0;
    margin-top:-50px;
    cursor:pointer;
    z-index:1;
}
.banner .btn-next{
    position:absolute;
    top:50%;
    right:0;
    margin-top:-50px;
    cursor:pointer;
    z-index:1;
}
.banner .point-btn{
    position:absolute;
    left:50%;
    bottom:5%;
    z-index:1;
}
.banner .point-btn li{
    display:inline-block;
    margin-right:20px;
    width:12px;
    height:12px;
    overflow:hidden;
    cursor:pointer;
}
.banner .white{
  margin-top:-12px;
}
.banner .banner-list{
    position:absolute;
    left:0;
    top:0;
    width:4098px;
    height:540px;
    overflow: hidden;
}
.banner .banner-list div{
    position:relative;
    float:left;
    width:1366px;
    height:540px;
}
.banner .banner-list .pic1{
    display:inline-block;
    margin-top: 100px;
}
.banner .banner-list p{
    width:150px;
    line-height:40px;
    background-color:#b02d2e;
    text-align:center;
    color:#fff;
    border-radius:5px;
}
.banner .banner-list p.left{
    margin-left: 18%;
    margin-top:50px;
}
.banner .banner-list .pic2{
    position:absolute;
    display:inline-block;
    top:200px;
    right:200px;
}
.banner .banner-list p.right{
    position:absolute;
    right: 200px;
    bottom:70px;
}
.banner .banner-list .pic3{
    position:absolute;
    display:inline-block;
    top:120px;
    left:250px;
}
.banner .banner-list p.leftB{
    position:absolute;
    top: 300px;
    left:250px;
}


/*新闻样式*/
.news{
    margin:10px 5%;
    height:60px;
    background:#f7f7f7;
    overflow:hidden;
}
.news h3{
    text-align: center;
    width:166px;
    float:left;
    line-height: 60px;
    background:url("img/home_img/homepage_news_01.png") left top no-repeat;
    margin-right:30px;
}
.news ul:nth-child(2){
    list-style-type: none;
    float:left;
    margin-right:150px;
}
.news ul:nth-child(3){
    list-style-type: none;
    float:right;
    margin:10px 50px;
}
.news ul:nth-child(3) li{
    cursor:pointer;
}
.news ul:nth-child(2) li a{
    line-height:60px;
    color:black;
}
/*新闻图片样式*/
.newsPic,.activity{
    margin:10px 5%;
    overflow:hidden;
    text-align: center;
}
.newsPic h3,.newsPic p,.activity h3,.activity p{
    color:black;
    text-align: left;
    font-weight: normal;
    line-height:30px;
    font-size:17px;
    margin:0 0 15px 0 ;
}
.newsPic a h3:hover, .activity a h3:hover{
    text-decoration:underline;
}
.newsPic ul li, .activity ul li {
    text-align: left;
    list-style-type: none;
    width:32%;
    display:inline-block;
}
.newsPic ul li:nth-child(1),.activity ul li:nth-child(1){
    float:left;
}
.newsPic ul li:nth-child(3), .activity ul li:nth-child(3){
    float:right;
}
.videoPlay{
    width:100%;
    height:590px;
    margin:40px 0;
    text-align:center;
    position:relative;
}
.videoPlay img:nth-child(1){
    width:100%;
    position:absolute;
    left:0;
    top:0;
    z-index:0;
}
.videoPlay .playBtn{
    position:absolute;
    left:calc(50% - 30px);
    top:calc(50% - 30px);
    z-index:1;
    cursor:pointer;
}

.videoPlay .hide{
    width:100%;
    height:100%;
    position:absolute;
    z-index:-1;
    left:0;
    top:0;
}
.wrapper{
    width:100%;
    background:#f5f5f5;
}
.activity img{
    float:left;
    margin-right:10px;
}
.activity p{
    width:60%;
    float:left;
    word-break: normal;
}
.wrapper-black{
    color:white;
    width:100%;
    height:500px;
    background:#272727;
    border:1px solid salmon;
}
footer{
    margin:50px 5%;
    line-height:35px;
}
footer ul li{
    line-height:40px;
}
footer ul{
    float:left;
    margin-right:100px;
    display: inline-block;
    list-style-type: none;
}
footer .contact{
    width:30%;
    float:right;
}
footer .contact ul{
    margin:20px 0 15px 0 ;
}
footer .contact ul li{
    display:inline-block;
    float:left;
    margin-right:20px;

}
footer .info:after{
    content:"";
    display:block;
    clear:both;
}
footer .copyright{
    float:left;
    margin-top:30px;
    font-size:15px;
}
footer .copyright span{
    display:inline-block;
    margin-left:20px;
    font-size: small;
}
footer .lawsuite{
    float:right;
    margin-top:30px;
    font-size:15px;
}
.rightIconbox{
    position:fixed;
    right:0;
    bottom:30%;
    z-index:999;
    width:48px;

}
.rightIconbox a>div{
    margin:5px 0 0 0;
    width:48px;
    height:48px;
    opacity:0.8;
}
.rightIconbox .goTop{
    background:#c3c3c3 url('img/home_img/icon_all.png') 0 0 no-repeat;
    opacity:0;
}
.rightIconbox .text{
    background:#c3c3c3 url('img/home_img/icon_all.png') 0 -48px no-repeat;
}
.rightIconbox .email{
    background:#c3c3c3 url('img/home_img/icon_all.png') 0 -96px no-repeat;
}
.rightIconbox .call{
    background:#c3c3c3 url('img/home_img/icon_all.png') 0 -144px no-repeat;
}
.rightIconbox a>div:hover{
    background-color:#cb3535;
}
.rightIconbox .text:hover{
    background-position: 0 -240px;
}
.rightIconbox .email:hover{
    background-position: 0 -288px;
}
.rightIconbox .call:hover{
    background-position: 0 -333px;
}
/*弹出层样式*/
.modal{
    width:100%;
    height:100%;
    background-color:rgba(154,155,157,0.6);
    position:absolute;
    left:0;
    top:0;
    Z-index:999;
    overflow: auto;
}
.modal-content{
    background-color:rgb(237,235,235);
    left:30%;top:10%;
    padding:10px;
    width:500px;
    height:auto;
    border-radius:5%;
    position:absolute;
    Z-index:1000;
}
.modal .close{
    float:right;
}
.modal h2,.modal p{
    font-weight:normal;
    line-height:40px;
}
.modal span{
    display:inline-block;
    margin-right:15px;
}
.modal ul{
    list-style-type: none;
}
.modal ul li span{
    color:red;
    margin-right:0;
}
.modal ul li input{
    width:calc( 100% - 20px);
    height:30px;
    margin-top:20px;
    border:1px solid #ccc;
    text-indent:10px;
    border-radius:5px;
}
.modal textarea{
    width:calc( 100% - 20px);
    margin-top:20px;
    border:1px solid #ccc;
}
.modal .code{
    width:50%;
    margin-right:30px;
}
.modal ul li .verification{
    width:150px;
    background-color:#a7cece;
    text-indent:0;
}
.modal button[type=submit]{
    width:120px;
    height:50px;
    background-color:rgb(204,51,0);
    margin-top:15px;
    color:white;
    border-radius:5%;
    border:none;
}
.modal .onError{
    color:red;
    text-indent:2em;
    font-style: italic;
}



