/*通用公用样式*/
*{ margin: 0px; padding: 0px; }
img, input, button { border: none; outline: none; }
a { color: #333333; }
a:hover { color: #ad1616; /*cursor: pointer;*/ text-decoration: none; }
ul li, ol li { list-style-type: none; }
body { background-color: #ffffff; font-family: "microsoft Yahei"; }
.clearfix { zoom: 1; }
.clearfix:after { content: "020"; height: 0px; display: block; overflow: hidden; clear: both; }
/*去除系统默认样式*/

/* banner部分 */
.banner {
    height: 400px;
    background: url(banner_bg.png) no-repeat center center;
    padding-top: 80px;
}
.banner_box {
    width: 1200px;
    margin: auto;
}
.content_box {
    background: linear-gradient(180.00deg, #f6fafb 0%, #f8faff 100%);
    overflow: hidden;
}
.content {
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
}

.first_box, .second_box {
    margin-bottom: 50px;
}
/* 第一部分 */
.first_box {
    background: url(first_bg.png) no-repeat right bottom;
}
.title_box {
    display: flex;
    background: url(titlebg.png) no-repeat no-repeat left center;
    margin-bottom: 36px;
    padding-left: 25px;
    justify-content: space-between;
    align-items: center;
}
.title {
    font-family: "Alimama ShuHeiTi Bold";
    font-weight: 700;
    font-size: 28px;
    text-align: left;
    color: #0c42c0;
}
.more {
    font-family: "Microsoft YaHei";
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #333;
}
.first_box_con {
    display: flex;
}
/* 第一部分左侧 */
.first_box_left {
    width: 600px;
    height: 337px;
}

.first_box_left .swiper-slide img {
    width: 600px;
    height: 337px;
    display: block;
}

.first_box_left .swiper-slide .text {
    position: absolute;
    bottom: 0;
    z-index: 11;
    color: #fff;
    background: rgba(0, 0, 0, .4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);

    height: 50px;
    font-size: 16px;
    line-height: 50px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.first_box_left .swiper-slide .text a {
    color: #fff;
    display: block;
    width: 74%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.first_box_left .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #3D62D2;
}

.first_box_left .swiper-pagination-clickable .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #82868A;
    opacity: 1;
    border-radius: 50%;
    margin: 0 5px;
}

.first_box_left .swiper-pagination {
    text-align: right;
}

.first_box_left .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px 0 0;
}

.first_box_left .swiper-container-horizontal>.swiper-pagination-bullets,
.first_box_left .swiper-pagination-custom,
.first_box_left .swiper-pagination-fraction {
    padding-right: 10px;
    bottom: 15px;
    left: auto;
    right: 0;
    width: 30%;
}

.old_type .firstBlock_left {
    width: 1200px;
    height: 747px;
}

.old_type .swiper-slide img {
    width: 100%;
    height: 747px;
}

.old_type .swiper-slide .text {
    font-size: 32px;
    height: 70px;
    line-height: 70px;
}

.old_type .swiper-pagination-clickable .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
}

.first_box_right {
    padding: 10px 40px 0 20px;
    flex: 1;
    overflow: hidden;
}
.first_box_right_top {
    display: block;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    font-size: 26px;
    line-height: 48px;
    text-align: left;
    color: #333;
    margin-bottom: 30px;
}
.first_box_right_bottom a {
    display: block;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 20px;
    background: url(bt-listPic.png) no-repeat left center;
}

/* 第二部分 */
.third_box .title_box {
    margin-bottom: 0px;
}
.third_box_content .item2 {
    width: 183px;
    height: 120px;
    border-radius: 4px;
    background: #f9fcff;
    border: 1px solid #e3eefd;
    margin-left: auto;
    margin-bottom: 20px;
}

.third_box_content .item2:nth-child(6n + 1) {
    margin-left: 0;
}

.third_box_content .item2 dt {
    display: block;
    width: 100%;
    height: 80px;
    text-align: center;
    line-height: 80px;
    border-bottom: 1px solid #e3eefd;
    font-weight: 700;
    font-size: 20px;
    color: #0c42c0;
}

.third_box_content .item2 dd {
    display: block;
    width: 50%;
    height: 40px;
    line-height: 40px;
    margin: 0;
    float: left;
    box-sizing: border-box;
    background-color: #f1f5fa;
    border-bottom: 1px solid #e3eefd;
}

.third_box_content .item2 dd+dd {
    border-left: 1px solid #e3eefd;
}

.third_box_content .item2 dd a {
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    color: #333;
}

.third_box_content .item2:hover dt {
    background: #2381ec;
    color: #fff;
}

.third_box_content .item2:hover dd {
    background: #2b8fff;
}

.third_box_content .item2:hover dd a {
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .third_box_content .item2:nth-child(3n + 1) {
        margin: 0 !important;
    }
}
.third_box_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 1200px;
    margin-top: 30px;
}
.third_box_content .item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 175px;
    height: 130px;
    border-radius: 8px;
    background: linear-gradient(180deg, #e9f3ff 0%, #fff 100%);
    box-shadow: 0 3px 18px #d9ecf5;
    text-decoration: none;
    position: relative;
}
.third_box_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 1200px;
    margin-top: 30px;
}

.third_box_content .item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 175px;
    height: 130px;
    border-radius: 8px;
    background: linear-gradient(180deg, #e9f3ff 0%, #fff 100%);
    box-shadow: 0 3px 18px #d9ecf5;
    text-decoration: none;
    position: relative;
}

.third_box_content .item+a {
    margin-left: auto;
}

.third_box_content .item .qrcode {
    display: none;
    position: absolute;
    top: 100%;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 3px 18px #d9ecf5;
    z-index: 99;
}

.third_box_content .item:hover .qrcode {
    display: block;
}

.third_box_content .item .qrcode img {
    width: 120px;
}

.third_box_content .item b {
    display: block;
    width: 64px;
    height: 64px;
    background: url(2408261035199055801.png) no-repeat center;
    background-size: contain;
}

.third_box_content .item+a>b {
    background-image: url(2408261035201011556.png);
}

.third_box_content .item+a+a>b {
    background-image: url(2408261035200049875.png);
}

.third_box_content .item+a+a+a>b {
    background-image: url(2408261035200489685.png);
}

.third_box_content .item+a+a+a+a>b {
    background-image: url(2408261035198019071.png);
}

.third_box_content .item+a+a+a+a+a>b {
    background-image: url(images2408261035199599397.png);
}

.third_box_content .item p {
    margin-top: 10px;
}

@media only screen and (max-width: 767px) {
    .third_box_content {
        width: 100% !important;
    }

    .third_box_content .item {
        margin-bottom: 20px;
    }

    .third_box_content .item:nth-child(3n + 1) {
        margin: 0 !important;
    }
}

/* 第三部分 */
.second_box_content {
    position: relative;
    padding: 10px 30px;
    /* min-height: 753px; */
    min-height: 490px;
}

.second_box_list .second_box_item {
    height: auto;
    min-height: 90px;
}
.second_bg {
    position: absolute;
    width: 1252px;
    /* height: 753px; */
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(second_bg.png) no-repeat center center;
    background-size: 100% 100%;
}
.second_box_title {
    position: relative;
    margin-bottom: 30px;
}

.second_box_title span {
    font-size: 24px;
    font-weight: bold;
}

.second_box_title .more {
    float: right;
}

.second_box_top {
    display: flex;
    width: 750px;
    height: 50px;
    background: linear-gradient(180.00deg, #477ee1 0%, #3552c7 100%);
    margin: 30px auto 20px;
    font-family: "Microsoft YaHei Bold";
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    z-index: 2;
    position: relative;
    align-items: center;
    justify-content: center;
  }
  
  .second_box_top:hover a {
    transform: translateY(-5px);
    text-shadow: 0px 0px 8px #333;
  }
  
  .second_box_list {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: normal;
  }
  
  .second_box_list .second_box_item {
    width: 360px;
    height: 93px;
    /* background: #fff; */
    background-color: #f9fcff;
    transition: none;
    border: 1px solid #e5f1f8;
    font-family: "MicrosoftYaHei ";
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    padding: 10px 20px;
    margin-bottom: 30px;
    margin-right: 30px;
  }
  
  .second_box_list .second_box_item:nth-child(3n) {
    margin-right: 0px;
  }
  
  .second_box_list .second_box_item:hover {
    background: linear-gradient(180.00deg, #477ee1 0%, #3552c7 100%);
    color: #fff;
  }
  
  .third_box .title_box {
    margin-bottom: 0px;
  }
  
  .third_box .more {
    display: none;
  }
  
  .third_box_content {
    display: flex;
    flex-wrap: wrap;
  }
  
  .third_box_item {
    display: flex;
    width: 183px;
    height: 50px;
    border-radius: 4px;
    background: #f9fcff;
    border: 1px solid #e3eefd;
    font-size: 16px;
    text-align: center;
    color: #333;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    margin-top: 20px;
  }
  
  .third_box_item:nth-child(6n-5) {
    margin-left: 0px;
  }
  
  .third_box_item:hover {
    background: linear-gradient(180.00deg, #477ee1 0%, #3552c7 100%);
    color: #fff;
  }
  

  .second_box_top {
    width: 1140px;
    min-height: 120px;
    flex-direction: column;
    height: auto;
    background: none;
}

.second_box_top a+a {
    margin-top: 20px;
}

.second_box_top:hover a {
    transform: none;
    text-shadow: none;
}

.area {
    width: 1200px;
    margin: 0 auto 40px;
}.f_r {
    float: right;
}
.w590 .hd {
    margin-bottom: 10px;
}
.hd h2 {
    font-size: 35px;
    color: #024d7b;
}.hd b {
    background: #fff;
    padding: 0 10px;
}
.column_bg a {
    color: #1492ff !important;
}
.content_box .third_box {
    display: block!important;
}
.content_box .third_box .title_box{
    display: inline-block;
    background: none;
    margin-bottom: 36px;
    padding-left: 0px;
    justify-content: space-between;
    align-items: center;
}
.hd {
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    position: relative;
    margin-bottom: 30px;
}
.column_bg {
    width: 100%;
    height: 50px;
    background: url(bg_column1200_ch_2017032901.png) center 0 no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.third_box_two{
    margin-bottom: 50px;
}


@media (min-width: 1200px){
h2 {
    line-height: 3.25rem;
    height: 11.25rem;
    text-align: center;
}}
    @media (min-width: 1200px){
h2 {
    line-height:normal;
     height: auto; 
    text-align: center;
}
}
    @media only screen and (max-width: 767px) {
    .column_bg {width: 36%;}
    
    }
    @media only screen and (max-width: 767px) {
    
    .zx img {
        width: 32%;
        image-rendering: -moz-crisp-edges;         /* Firefox */  
    image-rendering: -o-crisp-edges;           /* Opera */  
    image-rendering: -webkit-optimize-contrast;/* Safari */  
    image-rendering: crisp-edges;              /* CSS3 proposed */  
    image-rendering: pixelated;                /* CSS3 standard */ 
    }
}

.zx{
    margin: 0 auto;
    width: 1124px;
    margin-top: -40px;
height: 240px;
}
.zx img{
height: 120px;
width: 1124px;
}
.column_bg a {color: #1492ff !important;}
.column_bg {
background: url(2405151249463908844.png) center 0 no-repeat !important;
}
.second_box_list .second_box_item {
    height: auto;
    min-height: 90px;
}
.second_box_top {
    width: 1140px;
    min-height: 120px;
    flex-direction: column;
    height: auto;
    background: none;
}

.second_box_top a+a {
    margin-top: 20px;
}

.second_box_top:hover a {
    transform: none;
    text-shadow: none;
}
.suggest {
    background: linear-gradient(180deg, #f6fafb 0%, #f8faff 100%);
    padding: 0 0 40px 0;
}

.suggest a {
    font-size: 30px;
    color: #fff;
    /* background: linear-gradient(180deg, #477ee1 0%, #3552c7 100%); */
    display: block;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.suggest a img {
    width: 1124px;
}

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0 0 40px 0;
}
.container div img {
    width: 525px;
}