/*头部样式开始*/
.head {
    width: 100%;
    /*height: 312px;*/
    border-bottom: 2px solid #4dbcff;
}
.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;
}
.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 .sub_list {
    width: 100%;
    height: 80px;
    padding: 20px 0;
}
.head .sub_list .sub_list_main {
    width: 1340px;
    height: 100%;
    margin: 0 auto;
    background: #f1f1f1;
    border: 1px solid #dddddd;
}
.head .sub_list_main li {
    display: inline-block;
    padding: 0 16px;
    line-height: 40px;
    font-size: 14px;
}
.head .sub_list_main li:hover a {
    color: #3c79e8;
    text-decoration: underline;
}
.head .head_main {
    width: 1340px;
    height: 100px;
    margin: 12px auto;
}
.head .head_main .main_icon {
    width: 400px;
    height: 100px;
    background-image: url(../img/main_title.png);
    background-size: 100% 100%;
    float: left;
    margin-right: 30px;
    margin-top: -14px;
}
.head .head_main .fulian_tag {
    width: 140px;
    height: 50px;
    background-image: url(../img/icon_fulian_tag.png);
    background-size: 100% 100%;
    float: left;
    margin-top: 21px;
    margin-left: -39px;
    margin-right: 30px;
}
.head .head_main .lunshu {
    width: 560px;
    height: 70px;
    background-image: url(../img/fulian_lunshu.png);
    background-size: 100% 100%;
    float: left;
}
.head .head_main .main_right {
    float: right;
    padding-left: 14px;
}
.head .head_main .main_right .search {
    width: 200px;
    height: 40px;
    border-radius: 6px;
    background: #f7f7f7;
    position: relative;
    float: left;
    margin-top: 30px;
}
.head .head_main .main_right .search input {
    line-height: 40px;
    padding-left: 30px;
    width: 100%;
    height: 100%;
}
.head .head_main .main_right .search i {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../img/icon_search.png");
    background-size: 100% 100%;
    cursor: pointer;
}
.head .head_main .main_right .login {
    width: 140px;
    height: 40px;
    background: #f7f7f7;
    border-radius: 6px;
    float: right;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    margin-left: 30px;
    margin-top: 30px;
}
.head .head_main .main_right .login li {
    display: inline-block;
    width: 50%;
    height: 100%;
    text-align: center;
    line-height: 40px;
}
.head .head_main .main_right .login li.active {
    background: #4fbcff;
}
.head .head_main .main_right .login li.active span {
    color: #ffffff;
}
.head .head_main .main_right .login li span {
    color: #777777;
}
/*头部样式结束*/

/*主体内容样式开始*/
.content {
    width: 100%;
    height: auto;
}
.content .main {
    width: 100%;
    height: auto;
}
.content .main .nav_list {
    width: 1160px;
    height: 60px;
    margin: 0 auto 20px;
}
.content .main .nav_list li {
    display: inline-block;
    height: 100%;
    text-align: center;
    padding: 20px 0px;
}
.content .main .nav_list li:hover a {
    color: #3c79e8;
}
.content .main .nav_list li span {
    display: inline-block;
    width: 100%;
    height: 20px;
    border-left: 2px solid #54a8fe;
    padding: 0 28px;
}
.content .main .nav_list li:last-child span {
    border-right: 2px solid #54a8fe;
}
.content .main .main_title {
    width: 1160px;
    height: auto;
    margin: 0 auto;
}
.content .main .main_title h1 {
    text-align: center;
    margin-bottom: 14px;
}
.content .main .main_title .tip {
    text-align: center;
    font-size:0;
}
.main_title .tip .tip_item {
    display: inline-block;
    padding: 0 20px;
    color: #777777;
    font-size:14px;
}
.main_title .tip .tip_item:first-child {
    border-right: 2px solid #777777;
}
.main_title .tip .tip_item:last-child {
    border-left: 2px solid #777777;
}
.content .main .main_banner {
    width: 1160px;
    height: 450px;
    margin: 0 auto;
    margin-top: 30px;
}
.main_banner .swiper-container {
    width: 100%;
    height: 100%;
}
  .swiper-wordWrap{
    /* 通过改变animation-timing-function 制作弹性切换效果 */
    transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}


.swiper-wordWrap .swiper-slide {
    text-align: center;
    font-size: 18px;
    background-color: rgb(251, 249, 247);
    /* 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;
    padding: 10% 0;
}
.swiper-wordWrap .swiper-slide p {
    line-height: 80px;
}
.swiper-slide-item {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* 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;
    transition: 300ms !important;
    transform: scale(1,.8) !important; 
}
.swiper-slide-item.swiper-slide-active,.swiper-slide-duplicate-active{
    transition: 300ms;
    transform: scale(2,1) !important;
    /* transform-origin: 50% 50%; */
    z-index: 999;
  
}
.swiper-slide-item.swiper-slide-active{
   width: 450px !important;
}
.swiper-container .swiper-slide-item.swiper-slide-active .rec_con_item  p{  
    display: block;
    transform: scale(.8,1.5) !important;
    margin-bottom: 20px;
}
.swiper-container .rec_con_item {
    height: 100%;
    position: relative;
    border-radius: 7px;
    overflow: hidden;
}
.swiper-container .rec_con_item img {
    display: block;
    width: 100%;
    height: 100%;
}
.swiper-container .rec_con_item p {
   /* display: block; */
   position: absolute;
   color: white;
   bottom: 0;
   display: none;
   
}
.swiper-button-prev {
    width: 30px!important;
    height: 60px!important;
    background: rgba(0, 0, 0, .4)!important;
    display: block;
    top: 50%!important;
    border-radius: 6px!important;

}
.swiper-button-prev i {
    display: inline-block;
    width: 18px;
    height: 36px;
    background: url("../img/icon_left.png")!important;
    background-size: 100% 100%!important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.swiper-button-next {
    width: 30px!important;
    height: 60px!important;
    display: block;
    top: 50%!important;
    background: rgba(0, 0, 0, .4)!important;
    border-radius: 6px!important;
}
.swiper-button-next i {
    display: inline-block;
    width: 18px;
    height: 36px;
    background: url("../img/icon_right.png")!important;
    background-size: 100% 100%!important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.swiper-slide-item.swiper-slide-active{
   width: 450px !important;
}

.content .main .main_content {
    width: 1160px;
    height: auto;
    margin: 20px auto;
}
.main .main_content .title {
    width: 100%;
    height: 100px;
    position: relative;
}
.main .main_content .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 .main_content .list_box {
    width: 100%;
    height: auto;
    padding: 20px 15px;
}
.main .main_content .list_box li {
    width: calc((100% - 150px) / 2);
    height: 40px;
    line-height: 40px;
    float: left;
}
.main .main_content .list_box li:hover span:first-child {
    color: #3c79e8;
}
.main .main_content .list_box li:nth-child(odd) {
    margin-right: 150px;
}
.main .main_content .list_box li span:first-child {
    width: calc(100% - 100px);
    height: auto;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.main .main_content .list_box li span:last-child {
    width: 100px;
    height: auto;
    float: right;
    color: #a2a2a2;
    font-size: 14px;
    text-align: right;
}
.main .main_content .list_pic {
    width: 100%;
    height: auto;
    margin-top: 20px;
}
.main .main_content .list_pic li {
    width: calc((100% - 50px) / 3);
    height: 256px;
    float: left;
    margin-right: 25px;
    position: relative;
}
.main .main_content .list_pic li:hover p {
    color: #3c79e8;
}
.main .main_content .list_pic li:nth-child(3n) {
    margin-right: 0;
}

.main .main_content .list_pic li img {
    height: 208px;
}

.main .main_content .list_pic li p {
    width: 100%;
    height: 48px;
    background: #f6f6f6;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 48px;
    padding: 0 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.main .main_content .adver {
    width: 100%;
    height: 130px;
    position: relative;
    margin-top: 30px;
}
.main .main_content .adver span {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 3px 6px;
    background: rgba(0, 0, 0, .4);
    font-size: 14px;
    color: #ffffff;
}
.main .main_content .subject {
    width: 100%;
    height: auto;
    margin-top: 30px;
}
.main .main_content .subject .subject_left {
    width: 831px;
    height: auto;
    float: left;
}
.subject .subject_left .subject_item {
    width: 407px;
    height: 565px;
    border: 1px solid #dddddd;
    padding: 0 16px;
     margin-right: 17px; 
    margin-bottom: 20px;
    float: left;
}
.subject .subject_left .subject_item .top {
    width: 100%;
    height: 66px;
    line-height: 66px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 32px;
}
.subject .subject_left .subject_item .top .top_left {
    display: inline-block;
    font-size: 26px;
    color: #4fbcff;
    height: 100%;
    border-bottom: 2px solid #4fbcff;
}
.subject .subject_left .subject_item .top .top_right {
    float: right;
    color: #777777;
}
.subject .subject_left .subject_item .top .top_right span:last-child {
    margin-left: 30px;
}
.subject .subject_left .subject_item .center {
    width: 100%;
    height: 210px;
}
.subject .subject_left .subject_item .center a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.subject .subject_left .subject_item .center p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 36px;
    background: rgba(29, 113,182,0.5);
    padding: 0 14px;
    line-height: 36px;
    color: #ffffff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.subject .subject_left .subject_item .center img {
    display: block;
    width: 100%;
    height: 100%;
}
.subject .subject_left .subject_item .bottoms {
    width: 100%;
   /* height: calc(100% - 66px - 32px - 240px);*/
    padding: 20px 0;
    overflow: hidden;
}
.subject .subject_left .subject_item .bottoms .bottom_item {
    width: 100%;
    color: #222222;
    padding: 0 0 0 10px;
}
.subject .subject_left .subject_item .bottoms .bottom_item:hover a {
    color: #3c79e8;
}
.subject .subject_left .subject_item .bottoms .bottom_item:hover i {
    background: #3c79e8;
}
.subject .subject_left .subject_item .bottoms .bottom_item i {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #aaaaaa;
    transform: rotateZ(45deg);
    margin-right: 15px;
    float: left;
    margin-top: 15px;
}
.subject .subject_left .subject_item .bottoms .bottom_item span {
    display: inline-block;
    width: calc(100% - 10px - 15px - 20px);
    height: 100%;
    line-height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.subject .subject_left .subject_item:nth-of-type(even) {
    margin-right: 0;
}
.subject .subject_left .advertise {
    width: 100%;
    height: 130px;
    position: relative;
    margin-bottom: 20px;
}
.subject .subject_left .advertise span {
    padding: 3px 6px;
    background: rgba(0 , 0, 0, .4);
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
    color: #ffffff;
}

.subject .subject_right {
    width: 312px;
    height: auto;
    float: right;
}
.subject .subject_right .advertise {
    width: 100%;
    height: auto;
}
.subject_right .advertise .adver_item {
    width: 100%;
    height: 175px;
    position: relative;
    margin-top: 20px;
}
.subject_right .advertise .adver_item:first-child{
    margin-top: 0;
}
.subject_right .advertise .adver_item span {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 3px 6px;
    background: rgba(0, 0, 0, .4);
    font-size: 14px;
    color: #ffffff;
}

.subject_right .diamonds {
    width: 100%;
    height: 514px;
    margin-top: 30px;
}
.subject_right .diamonds .row {
    width: 100%;
    height: 120px;
    margin-bottom: 14px;
}
.subject_right .diamonds .row_one .row_item {
    width: 100%;
    height: 100%;
    background: #6a005f;
    position: relative;
}
.subject_right .diamonds .row_one .row_item span {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 20px;
    color: #ffffff;
    display: inline-block;
    width: 100%;
    padding: 6px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.subject_right .diamonds .row_two .row_item:first-child {
    width: calc((100% - 28px) / 3 * 2 + 14px);
    height: 100%;
    background: #f19149;
    position: relative;
    float: left;
}
.subject_right .diamonds .row_two .row_item:first-child span {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 20px;
    color: #ffffff;
    display: inline-block;
    width: 100%;
    padding: 6px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: right;
}
.subject_right .diamonds .row_two .row_item:last-child {
    width: calc((100% - 28px) / 3);
    height: 100%;
    background: #d02525;
    position: relative;
    float: right;
}
.subject_right .diamonds .row_two .row_item:last-child span {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    color: #ffffff;
    display: inline-block;
    width: 100%;
    padding: 6px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
}
.subject_right .diamonds .row_three .row_item:first-child {
    width: calc((100% - 28px) / 3);
    height: 100%;
    background: #4fbbfd;
    position: relative;
    float: left;
}
.subject_right .diamonds .row_three .row_item:first-child span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    color: #ffffff;
    display: inline-block;
    width: 100%;
    padding: 6px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: right;
}
.subject_right .diamonds .row_three .row_item:last-child {
    width: calc((100% - 28px) / 3 * 2 + 14px);
    height: 100%;
    background: #834e00;
    position: relative;
    float: right;
}
.subject_right .diamonds .row_three .row_item:last-child span {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 20px;
    color: #ffffff;
    display: inline-block;
    width: 100%;
    padding: 6px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: right;
}
.subject_right .diamonds .row_four .row_item:first-child {
    width: calc((100% - 28px) / 3);
    height: 100%;
    background: #80c269;
    position: relative;
    float: left;
}
.subject_right .diamonds .row_four .row_item:first-child span {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 20px;
    color: #ffffff;
    display: inline-block;
    width: 100%;
    padding: 6px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
}
.subject_right .diamonds .row_four .row_item:last-child {
    width: calc((100% - 28px) / 3 * 2 + 14px);
    height: 100%;
    background: #dfc745;
    position: relative;
    float: right;
}
.subject_right .diamonds .row_four .row_item:last-child span {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    color: #ffffff;
    display: inline-block;
    width: 100%;
    padding: 6px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
}

.subject_right .news {
    width: 100%;
    height: auto;
    border: 1px solid #f7f7f7;
    margin-top: 30px;
}
.subject_right .news .news_title {
    width: 100%;
    height: 42px;
    background: #f7f7f7;
    padding: 10px 15px;
}
.subject_right .news .news_title span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    border-left: 4px solid #3979e3;
}
.subject_right .news .news_list {
    width: 100%;
    height: auto;
    padding: 15px 12px;
}
.subject_right .news .news_list li {
    width: 100%;
    height: 50px;
}
.subject_right .news .news_list li:hover span {
    color: #3c79e8;
}
.subject_right .news .news_list li .list_index {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: none;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    margin-right: 14px;
    margin-top: 15px;
    float: left;
}
.subject_right .news .news_list li:nth-child(1) .list_index {
    background: #ee121e;
    color: #ffffff;
}
.subject_right .news .news_list li:nth-child(2) .list_index {
    background: #ee121e;
    color: #ffffff;
}
.subject_right .news .news_list li:nth-child(3) .list_index {
    background: #f4af09;
    color: #ffffff;
}
.subject_right .news .news_list li .list_text {
    display: inline-block;
    width: calc(100% - 20px - 24px - 10px);
    height: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 13px;
}

.subject_right .recommend {
    width: 100%;
    height: auto;
    border: 1px solid #f7f7f7;
    margin-top: 30px;
}
.subject_right .recommend .rec_title {
    width: 100%;
    height: 42px;
    background: #f7f7f7;
    padding: 10px 15px;
}
.subject_right .recommend .rec_title span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    border-left: 4px solid #3979e3;
}
.subject_right .recommend .rec_list {
    width: 100%;
    height: auto;
    padding: 15px 12px;
}
.subject_right .recommend .rec_list li {
    width: 100%;
    height: 50px;
}
.subject_right .recommend .rec_list li:hover span {
    color: #3c79e8;
}
.subject_right .recommend .rec_list li .list_text {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 50px;
}
.subject_right .fast {
    width: 100%;
    height: auto;
    border: 1px solid #f7f7f7;
    margin-top: 30px;
}
.subject_right .fast .fast_title {
    width: 100%;
    height: 42px;
    background: #f7f7f7;
    padding: 10px 15px;
}
.subject_right .fast .fast_title span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    border-left: 4px solid #3979e3;
}
.subject_right .fast .fast_list {
    width: 100%;
    height: auto;
    padding: 15px 12px;
}
.subject_right .fast .fast_list li {
    width: 100%;
    height: 160px;
    margin-right: 14px;
    position: relative;
    margin-bottom: 14px;
}
.subject_right .fast .fast_list li:hover {
    color: #3c79e8;
}
.subject_right .fast .fast_list li img {
    display: block;
    width: 100%;
    height: 100%;
}
.subject_right .fast .fast_list li span {
    display: inline-block;
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, .4);
    color: #ffffff;
    line-height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.subject .subject_right .code {
    width: 100%;
    height: 555px;
    border-radius: 7px;
    overflow: hidden;
    position: relative;
}
.subject_right .code .mask {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 225px;
    background: rgba(0, 0, 0, .4);
    padding: 42px 30px 0;
}
.subject_right .code .mask img {
    width: 100px;
    height: 100px;
    margin: 0 75px;
}
.subject_right .code .mask p {
    width: 100%;
    height: calc(100% - 42px - 256px - 46px);
    margin-top: 10px;
    vertical-align: bottom;
    text-align: center;
    line-height: 76px;
    color: #ffffff;
    font-size: 20px;
    border-top: 1px solid #ffffff;
}
/*主体内容样式结束*/

/*底部样式开始*/
/*底部样式开始*/
.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;
}





/*底部样式结束*/

/*slide样式开始*/
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* 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: 34px!important;
    height: 34px!important;
    display: block;
    top: 40%!important;
    background: url("../img/ban_btn_left.png")!important;
    background-size: 100% 100%!important;
}
.swiper-button-next {
    width: 34px!important;
    height: 34px!important;
    display: block;
    top: 40%!important;
    background: url("../img/ban_btn_right.png")!important;
    background-size: 100% 100%!important;
}
/*slide样式结束*/

/*底部样式结束*/

/*轮播图样式开始*/
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* 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;
    transition: 300ms;
    transform: scale(1,.8);
}
.swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(2.18,1);
    z-index: 999;
}

.swiper-container .tab_ban_item {
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-container .tab_ban_item img {
    display: block;
    width: 100%;
    height: 100%;
}
.swiper-container .swiper-slide-active .tab_ban_item p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: rgba(0, 0, 0, .4);
    line-height: 40px;
    padding: 0 30px;
    color: #ffffff;
    transform: scale(1, 2);
    font-size: 12px;
    display: block;
}
.swiper-container .tab_ban_item p {
    display: none;
}
.swiper-pagination-fraction {
    width: auto;
    bottom: 24px;
    left: 290px;
    color: #ffffff;
     display: none;
}
.swiper-pagination-bullet {
    width: 80px;
    height: 8px;
    background: #4fbcff;
    border-radius: 0;
}
.swiper-button-prev {
    width: 30px!important;
    height: 60px!important;
    background: rgba(0, 0, 0, .4)!important;
    display: block;
    top: 50%!important;
    border-radius: 6px!important;

}
.swiper-button-prev i {
    display: inline-block;
    width: 18px;
    height: 36px;
    background: url("../img/icon_left.png")!important;
    background-size: 100% 100%!important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.swiper-button-next {
    width: 30px!important;
    height: 60px!important;
    display: block;
    top: 50%!important;
    background: rgba(0, 0, 0, .4)!important;
    border-radius: 6px!important;
}
.swiper-button-next i {
    display: inline-block;
    width: 18px;
    height: 36px;
    background: url("../img/icon_right.png")!important;
    background-size: 100% 100%!important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*轮播图样式结束*/