/*头部样式开始*/
.head {
    width: 100%;
    /*height: 230px;*/
}
.head .head_top {
    width: 100%;
    height: 43px;
    /*border-bottom: 1px solid #f7f7f7;*/
    padding: 0 30px;
    line-height: 43px;
    font-size: 14px;
}
.head .head_top .head_top_name {
    float: left;
}
.head .head_top .head_top_nav {
    float: right;
}
.head .head_top .head_top_nav .nav_list_box {
    display: inline-block;
}
.head .head_top .head_top_nav .nav_list_box .nav_list_item {
    display: inline-block;
    padding-right: 56px;
}
.head .head_top .head_top_name .nav_list_icon:nth-child(1) {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("../img/head_top_nav.png");
    background-size: 100% 100%;
    vertical-align: middle;
    margin-right: 10px;
}
.head .head_top .head_top_nav .nav_list_icon:nth-of-type(1)  {
    display: inline-block;
     background-image: url("../img/yx.png");
    width: 24px;
    height: 24px;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-right: 10px;
}
.head .head_top .head_top_name li {
    display: inline-block;
}
.head .head_top .head_top_name li:hover span {
    color: #3c79e8;
}
.head .head_top .head_top_nav .nav_list .nav_list_item {
    display: inline-block;
    padding-right: 56px;
}
.head .head_top .head_top_nav .nav_list a:hover {
    color: #3c79e8;
}
.head .head_top .head_top_nav .entry_list {
    display: inline-block;
}
.head .head_top .head_top_nav .entry_list .entry_list_item {
    display: inline-block;
    width: 50px;
    text-align: center;
}
.head .head_top .head_top_nav .entry_list:hover a:hover {
    color: #3c79e8;
}
.head .nav_list {
    width: 100%;
    height: 90px;
    background: #f1f1f1;
    padding: 0 calc((100% - 1340px) / 2);
    display: flex;
    justify-content: space-between;
    border-bottom: 4px solid #dbdbdb;
    font-family: wensong;
}
.head .nav_list .nav_list_item {
    width: 5%;
    height: 100%;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-align: center;
    line-height: 68px;
}
.head .nav_list .nav_list_item:hover a {
    color: #3c79e8;
}
.head .head_main {
    width: 1340px;
    height: 130px;
    margin: 12px auto;
    display: flex;
    justify-content: space-between;

}
.head .head_main .main_left {
    width: 400px;
    height: 100px;
    background-image: url(../img/main_title.png);
    background-size: 100% 100%;
    margin-top: 15px;
}
.head .head_main .main_right {
    line-height: 130px;
}
.head .head_main .main_right:hover a {
    color: #3c79e8;
}
/*头部样式结束*/

/*封面大图样式开始*/
.cover {
    width: 100%;
    height: 750px;
    margin-bottom: 150px;
}
.cover img {
    display: block;
    width: 100%;
    height: 100%;
}
.cover .cover_text {
    width: 1340px;
    height: 208px;
    background: #ffffff;
    border-bottom: 3px solid #ef3b39;
    margin: 0 auto;
    padding: 50px 45px;
    text-indent: 50px;
    transform: translateY(-86px);
    line-height:30px;
}
/*封面大图样式结束*/

/*主体内容样式开始*/
.main {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.main .contents {
    width: 1340px;
    height: auto;
    margin: 0 auto;
    padding: 30px 0 0;
    overflow: hidden;
}
.main .contents .title {
    width: 100%;
    height: 100px;
    position: relative;
}
.main .contents .title .title_bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 925px;
    height: 30px;
    background: url("../img/title_bg.png");
    background-size: 100% 100%;
    font-size: 32px;
    font-weight: bold;
    color: #4fbcff;
    text-align: center;
    line-height: 30px;
    letter-spacing: 3px;
}
.main .contents .list {
    width: 925px;
    height: auto;
    margin: 0 auto;
    padding: 20px 0 0;
}
.main .contents .list .main_list_item {
    width: calc((100% - 60px) / 2);
    height: 40px;
    line-height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    float: left;
}
.main .contents .list .main_list_item:nth-child(odd) {
    margin-right: 30px;
}
.main .contents .list .main_list_item:nth-child(even) {
    margin-left: 30px;
}
.main .contents .list .main_list_item:nth-child(n+5){
    color: #777777;
}
.main .contents .loadmore {
    text-align: right;
    padding-right: 150px;
}
.main .contents .loadmore a {
    color: #777777;
    text-decoration: underline;
}
.main .contents .loadmore a:hover {
    color: #3c79e8;
}
/*主体内容样式结束*/

/*切换卡片样式开始*/
.banner {
    width: 100%;
    height: 448px;
    background: #eeeeee;
    padding: 50px 0;
}
.banner .banner_box {
    width: 1077px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.banner .tab_ban_item {
    width: 250px;
    height: 340px;
    background: #ffffff;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, .2);
    border-radius: 6px;
    position: relative;
}
.banner .tab_ban_item:hover p {
    color: #3c79e8;
}
.banner .tab_ban_item a {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.banner .tab_ban_item img {
    width: 72px;
    height: 70px;
    display: inline-block;
    margin-bottom: 12px;
}
/*切换卡片样式结束*/

/*slide样式开始*/
.swiper-container {
    width: 1077px;
    height: auto;
    margin: 0 auto;
    padding: 20px 0;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: none;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-button-prev {
    width: 100px!important;
    height: 100px!important;
    display: block;
    left: -100px!important;
    top: 50%!important;
    transform: translateY(-50%);
    background: url("../img/ban_jiating_btn_left.png")!important;
    background-size: 100% 100%!important;
    margin-top: 0!important;
    outline: none;
}
.swiper-button-next {
    width: 100px!important;
    height: 100px!important;
    display: block;
    right: -100px!important;
    top: 50%!important;
    transform: translateY(-50%);
    background: url("../img/ban_jiating_btn_right.png")!important;
    background-size: 100% 100%!important;
    margin-top: 0!important;
    outline: none;
}
/*slide样式结束*/

/*底部样式开始*/
/*底部样式开始*/
.bottom {
    width: 100%;
    height: auto;
    border-top: 6px solid #004986;
}
.bottom .bot_main {
    width: 100%;
    height: auto;
    background: #f7f7f7;
    padding-top: 20px;

}
.bottom .bot_main .bot_main_con {
    width: 1340px;
    height: auto;
    margin: 0 auto;
}
.bottom .bot_main .bot_main_con .title {
    width: 100%;
    height: 52px;
    border-bottom: 1px solid #d2d2d2;
}
.bottom .bot_main .bot_main_con .title span {
    display: inline-block;
    height: 100%;
    line-height: 52px;
    color: #50bdff;
    border-bottom: 3px solid #50bdff;
}
.bottom .bot_main .bot_main_con .province {
    width: 100%;
    height: auto;
    padding: 20px 46px;
}
.bottom .bot_main .bot_main_con .province li {
    width: calc(100% / 13);
    line-height: 30px;
    margin-top: 20px;
    float: left;
}
.bottom .bot_main .bot_main_con .province li:nth-child(-n+13) {
    margin-top: 0;
}
.bottom .bot_main .bot_main_con .province li a {
    border-right: 1px solid #3d3d3d;
}
.bottom .bot_main .bot_main_con .province li span {
    display: inline-block;
    padding: 0 22px;
}
.bottom .bot_main .bot_main_con .province li:hover span {
    color: #3c79e8;
}
.bottom .bot_main .bot_main_con .province li:nth-child(13n) a {
    border-right: none;
}
.bottom .bot_main .bot_main_con .province li:last-child a {
    border-right: none;
}
.bottom .bot_main .bot_main_con .monad {
    width: 100%;
    height: auto;
    padding: 10px 46px 20px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #d2d2d2;
}
.bottom .bot_main .bot_main_con .monad .monad_item {
    width: 25%;
    height: auto;
}
.bottom .bot_main .bot_main_con .monad .monad_item li {
    line-height: 32px;
}
.bottom .bot_main .bot_main_con .monad .monad_item li:hover span {
    color: #3c79e8;
}


.bottom .bot_main .bot_main_con .list_box {
    width: 100%;
    height: 300px;
    overflow:auto;
    border-top: 12px solid #00558f;
    padding: 6px 24px;
    background: #e5e5e5;
    border-bottom: 1px solid #d2d2d2;
}
.bottom .bot_main .bot_main_con .list_box .list {
    display: none;
}
.bottom .bot_main .bot_main_con .list .list_item {
    width: 25%;
    height: auto;
    float: left;
    padding: 10px 0;
}
.bottom .bot_main .bot_main_con .list .list_item li {
    line-height: 32px;
}
.bottom .bot_main .bot_main_con .list .list_item li:hover span {
    color: #3c79e8;
}
.bottom .bot_main .bot_main_con .nav_list {
    width: 100%;
    height: 62px;
    background: #f7f7f7;
}
.bottom .bot_main .bot_main_con .nav_list li {
    padding: 0 30px;
    float: left;
    text-align: center;
}
.bottom .bot_main .bot_main_con .nav_list li:hover span {
    color: #3c79e8;
}
.bottom .bot_main .bot_main_con .nav_list li.active {
    background: #e5e5e5;
}
.bottom .bot_main .bot_main_con .nav_list li span {
    position: relative;
    display: inline-block;
    height: 100%;
    line-height: 62px;
}
.bottom .bot_main .bot_main_con .nav_list li span::before {
    content: '';
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border-top: 0px solid rgba(0,0,0,0);
    border-right: 8px solid rgba(0,0,0,0);
    border-bottom: 14px solid #808080;
    border-left: 8px solid rgba(0,0,0,0);
}
.bottom .bot_main .bot_main_con .complain {
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-top: 1px solid #d2d2d2;
}
.bottom .bot_main .bot_main_con .complain span.blue {
    color: #00458c;
}
.bottom .bot_main .bot_main_con .complain span.line {
    text-decoration: underline;
}

.bottom .bot_tip {
    width: 100%;
    height: auto;
}
.bottom .bot_tip .bot_tip_box {
    width: 1340px;
    margin: 0 auto;
    padding: 10px 100px;
    display: flex;
    justify-content: space-between;
}
.bottom .bot_tip .bot_tip_box .bot_tip_item {
    width: 33.333333%;
    height: auto;
    font-size: 14px;
    padding: 10px 0;
}
.bottom .bot_tip .bot_tip_box .bot_tip_item li {
    line-height: 30px;
}
.bottom .bot_tip .bot_tip_box .bot_tip_item li span {
    color: #919090;
}
.bottom .bot_tip .box_tip_prove {
    width: 100%;
    height: 52px;
    margin-top: 12px;
    text-align: center;
}
.bottom .bot_tip .box_tip_prove a {
    display: inline-block;
    width: 154px;
    height: 100%;
    background: #e2e2e2;
    padding: 0 8px;
    margin-right: 24px;
}
.bottom .bot_tip .box_tip_prove a:last-child {
    margin-right: 0;
}
.bottom .bot_tip .box_tip_prove a i {
    display: inline-block;
    width: 42px;
    height: 42px;
    float: left;
    margin-top: 5px;
    background: yellow;
}
.bottom .bot_tip .box_tip_prove a span {
    display: inline-block;
    width: calc(100% - 42px);
    height: 100%;
    text-align: center;
    line-height: 22px;
    padding: 5px 1px;
    float: right;
}


/*底部滚动条样式*/
.bottom .bot_main .bot_main_con .list_box::-webkit-scrollbar {
    width: 10px;
    height: 0;
    margin: auto 0;
    background: #00558f;
    border-radius: 10px;
}
.bottom .bot_main .bot_main_con .list_box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #00558f;
}
.bottom .bot_main .bot_main_con .list_box::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #EDEDED;
}



/*底部样式结束*/