﻿@charset "utf-8";
/* CSS Document */
* {
    box-sizing: border-box;
    font-family: 'microsoft yahei', 'microsoft yahei ui', 'PingFangSC-Regular', 'helvetica neue', 'arial', 'hiragino sans gb', sans-serif;
}
html, body, div, p, span, font, em, ul, li, dl, dt, dd, table, tr, td, input, button, a {
    margin: 0 auto;
    padding: 0;
}
body {
    font-size: 14px;
    color: #333;
}
html,body{
    height: 100%;
    width: 100%;
    min-width: 1200px;
    background: #f6f6f6;
}
ul {
    list-style-type: none;
}
a {
    text-decoration: none;
    color: #333;
}
a:hover {
    text-decoration: none;
}
img {
    border: 0;
    vertical-align: top;
}
em, i {
    font-style: normal;
}
.clear {
    margin: 0;
    padding: 0;
    height: 0;
    width: 0;
    overflow: hidden;
    clear: both;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
input, textarea, button, select{
    outline: none;
}
input::-webkit-input-placeholder {
    color: #bbb;
}
input::-moz-input-placeholder {
    color: #bbb;
}
input::-ms-input-placeholder {
    color: #bbb;
}
.header{
    height: 205px;
    background: #fff url("../img/header_bg.jpg") center top no-repeat;
}
.header img{
    margin-top: 53px;
}
.header span{
    float: right;
    display: inline-block;
    font-size: 0;
    margin-top: 10px;
}
.header span a{
    color: #fff;
    display: inline-block;
    background: #ec940a;
    padding: 0 12px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 0;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    vertical-align: top;
}
.header a.large{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 15px;
    font-size: 20px;
    line-height: 35px;
    border-left: 1px solid #fff;
}
.nav{
    height: 101px;
    background: #e22323;
}
.nav a{
    color: #fff;
    font-size: 16px;
    display: inline-block;
}
.nav span{
    display: inline-block;
    width: 1px;
    height: 20px;
    background: #eb6565;
}
.nav_home{
    height: 101px;
    width: 137px;
    border-right: 1px solid #eb6565;
    text-align: center;
    float: left;
}
.nav_home img{
    margin: 30px 0 5px;
}
.nav_home:hover, .nav_home.active{
    background: #bf0d0d;
}
.nav_first{
    border-bottom: 1px solid #eb6565;
}
.nav ul{
    width: 1062px;
    float: left;
}
.nav ul li{
    width: 177px;
    float: left;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.nav ul li span{
    float: right;
    margin-top: 15px;
}
.nav ul li a{
    height: 50px;
    width: 176px;
}
.nav ul li a:hover, .nav ul li.active a{
    background: #bf0d0d;
}
.container{
    width: 1200px;
}
.footer{
    background: #e22323;
    color: #fff;
    font-size: 14px;
    padding: 30px 0;
}
.footer a{
    color: #fff;
}
.footer a:hover{
    text-decoration: underline;
}
.footer span{
    margin: 0 10px;
}
.footer img{
    vertical-align: middle;
}
.footer .container div{
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px;
    line-height: 24px;
}
.footer .container div img{
    margin-right: 4px;
}
.sideMenu {
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -135px;
    background: #fff;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 15%);
    border-radius: 2px;
    width: 100px;
    font-size: 12px;
    z-index: 99;
}
.sideMenu dt {
    height: 90px;
    width: 100px;
    text-align: center;
    cursor: pointer;
}
.sideMenu dt a {
    display: block;
    height: 90px;
    padding: 60px 14px 0;
}
.sideMenu dt a:hover{
    color: #e22323;
}
.sideMenu dt.sideMenu_1 a {
    padding-top: 55px;
}
.sideMenu dt.sideMenu_1 {
    background: url('../img/side_icon1.png') center 20px no-repeat;
}
.sideMenu dt.sideMenu_1:hover{
    background: url('../img/side_icon1_hover.png') center 20px no-repeat;
}
.sideMenu dt.sideMenu_2 {
    background: url('../img/side_icon2.png') center 20px no-repeat;
}
.sideMenu dt.sideMenu_2:hover{
    background: url('../img/side_icon2_hover.png') center 20px no-repeat;
}
.sideMenu dt.sideMenu_3 {
    position: relative;
    background: url('../img/side_icon3.png') center 20px no-repeat;
}
.sideMenu dt.sideMenu_3:hover{
    background: url('../img/side_icon3_hover.png') center 20px no-repeat;
}
.sideMenu dt.sideMenu_3 div {
    position: absolute;
    left: -100px;
    top: 0;
    width: 130px;
    height: 120px;
    padding-right: 20px;
    display: none;
}
.sideMenu dt.sideMenu_3:hover div{
    display: block;
}
.sideMenu dt.sideMenu_3 ul {
    position: relative;
    background: #FFFFFF;
    border-radius: 2px;
    width: 100px;
    height: 120px;
    box-shadow: 2px 2px 5px #ddd, -2px -2px 5px #ddd;
    margin: 0 -5px;
}
.sideMenu dt.sideMenu_3 ul li {
    float: left;
    width: 100px;
    padding: 5px 5px;
}
/* 分页 */
.page{
    text-align: center;
}
.page a{
    display: inline-block;
    border: 1px solid #ddd;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    color: #e2211c;
    font-size: 12px;
}
.page a:hover{
    background: #eee;
}
.page a.disable{
    color: #ccc;
    border-color: #eee;
    cursor: not-allowed;
    pointer-events:none;
}
.page a.active{
    background: #e2211c;
    color: #fff;
    border-color: #e2211c;
}
.page div{
    display: inline-block;
    font-size: 12px;
    color: #888;
}
.page div span{
    padding: 0 15px;
}
.page div input{
    border: 1px solid #ddd;
    height: 26px;
    line-height: 26px;
    color: #333;
    width: 32px;
    text-align: center;
    margin: 0 5px;
}
.page div a, .page div a:hover{
    background: #e2211c;
    color: #fff;
    border-color: #e2211c;
    margin-left: 12px;
}

/** win_box */
.win_box, .win_box1, .win_box2, .win_box3{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    left: 0;
    top: 0;
    display: none;
    z-index:999999;
}
.win_main{
    width: 500px;
    background: #fff;
    position: fixed;
    left: 50%;
    margin-left: -250px;
    top: 20%;
    border-radius: 10px;
    overflow: hidden;
}
.win_title{
    background: #eee;
    height: 60px;
    line-height: 60px;
    color: #e22323;
    font-size: 18px;
    padding: 0 20px;
}
.win_title img{
    float: right;
    right: 20px;
    cursor: pointer;
    margin-top: 16px;
}
.win_con{
    padding: 20px;
}
.win_con_tab{
    border-bottom: 1px solid #ddd;
}
.win_con_tab a{
    display: inline-block;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #ddd;
}
.win_con_tab a.active{
    background: #e22323;
    color: #fff;
}
.win_con_item{
    margin: 15px 0;
    display: none;
}
#item_0, #item_1_0, #item_2_0{
    display: block;
}
.win_con_item a{
    display: block;
    height: 60px;
    line-height: 60px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0 10px;
    background: url("../img/icon_arrow.png") 430px center no-repeat;
    margin-bottom: 10px;
}
.win_con_item a img{
    vertical-align: middle;
    margin-right: 10px;
}
.win_footer{
    padding: 30px 20px;
    background: #efefef;
}
.win_footer a{
    display: block;
    height: 50px;
    line-height: 50px;
    background: #3c9fd6;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    text-align: center;
}
/**  当前位置 **/
.breadCrumb{
    margin-bottom: 10px;
    color: #666;
}
.breadCrumb span{
    color: #007aff;
}
.breadCrumb a{
    color: #666;
}
.breadCrumb a:hover{
    color: #007aff;
    text-decoration: underline;
}

.home_menu{
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 999;
}
.home_menu a{
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    text-align: center;
    line-height: 50px;
    border: 1px solid #ddd;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
}