 
.page-index .header-padding {
    display: none;
}

.page-index .header {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.page-index .header .hd_logo {
    background-position: left bottom;
}

.page-index .header .hd_nav .nav-link {
    color: #fff;
}

.page-index .header .hd_nav .nav_item.current .nav-link:after,
.page-index .header .hd_nav .nav_item:hover .nav-link:after {
    background: #fff;
}

.page-index .header .hd_extra .elink {
    color: #fff;
}

.page-index .header.header_down {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
}

.page-index .header.header_down .hd_logo {
    background-position: left top;
}

.page-index .header.header_down .hd_nav .nav-link {
    color: #333;
}

.page-index .header.header_down .hd_nav .nav-link:hover {
    color: #ed353c;
}

.page-index .header.header_down .hd_nav .nav_item.current .nav-link:after,
.page-index .header.header_down .hd_nav .nav_item:hover .nav-link:after {
    background: #ed353c;
}

.page-index .header.header_down .hd_extra .elink {
    color: #333;
}

.page-index .header.header_down .hd_extra .elink:hover {
    color: #ed353c;
}

.page-index .index-slide {
     
    height: 520px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

 
.page-index .index-slide .containers {
    position: relative;
    height: 620px;
}

.page-index .index-slide .bd {
    position: absolute;
    width: 1920px;
    height: 620px;
    margin-left: -360px;
}

.page-index .index-slide .bd li {
    height: 620px;
}

.page-index .index-slide .bd li a {
    display: block;
    height: 620px;
}
 

.page-index .index-slide .hd {
    position: absolute;
    bottom: 180px;
    left: 0;
    right: 0;
    text-align: center;
}

.page-index .index-slide .hd li {
    width: 55px;
    height: 30px;
    display: inline-block;
    margin: 0 8px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    text-indent: -140px;
}

.page-index .index-slide .hd li:before,
.page-index .index-slide .hd li:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    top: 50%;
    margin-top: -1px;
}

.page-index .index-slide .hd li:before {
    z-index: 1;
    background: rgba(255, 255, 255, .5);
}

.page-index .index-slide .hd li:after {
    z-index: 2;
    background: #fff;
    width: 0;
}

.page-index .index-slide .hd li.on:after {
    width: 100%;
    transition: width 3s ease-in-out;
}

.page-index .section-1 {
    background: #fff;
    border-radius: 5px;
    height: 131px;
    box-shadow: 0px 6px 70px 1px rgba(0, 0, 0, .1);
    margin-top: -65px;
    margin-bottom: -105px;
    position: relative;
    z-index: 3;
}

 
  

.page-index .section-2 {
    padding-bottom: 110px;
    background: #F7F9FC;
    padding-top: 200px;
}

.page-index .section-2 .list {
    margin: 0 -11px;
}

.page-index .section-2 .list li {
    float: left;
    width: 385px;
    height: 334px;
    background: #fff;
    text-align: center;
    margin: 0 11px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 2px 10px 0px rgba(84, 89, 105, 0.06);
}

.page-index .section-2 .list li .l-hd {
    height: 124px;
    background-color: #CA4742;
    color: #fff;
}

 

.page-index .section-2 .list li .l-hd h3 {
    font-size: 24px;
    font-weight: bold;
    padding: 26px 0 8px;
}

.page-index .section-2 .list li .l-hd p {
    font-size: 18px;
}

.page-index .section-2 .list li .l-bd p {
    font-size: 14px;
    margin: 25px 25px 34px;
    line-height: 26px;
}

.page-index .section-2 .list li .l-bd .btn-wrap .btn-line,
.page-index .section-2 .list li .l-bd .btn-wrap .btn-red {
    border-radius: 0;
    margin: 0 8px;
}

.page-index .section-2 .list li .l-bd .btn-wrap .btn-line {
    border-color: #F84930;
    color: #F84930;
}

.page-index .section-2 .list li .l-bd .btn-wrap .btn-red {
    background: linear-gradient(90deg, rgba(249, 31, 40, 1), rgba(254, 77, 45, 1));
    font-size: 16px;
}

.page-index .section-2 .list li .l-bd .btn-wrap .btn-line:hover {
    background: #fff5f3;
}

.page-index .section-2 .list li .l-bd .btn-wrap .btn-red:hover {
    opacity: .9;
}

.page-index .section-4 {
    background: #F7F9FC;
}

.page-index .section-4 .section-title span {
    font-size: 36px;
    color: #333;
    margin-bottom: 20px;
    display: block;
}

.page-index .section-4 .list {
    margin: 0 -5px;
}

.page-index .section-4 .list li {
    float: left;
    width: 230px;
    height: 234px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #EEEEEE;
    margin: 0 4px 20px 5px;
    background: #fff;
}

.page-index .section-4 .list li:nth-child(n+6) {
    margin-bottom: 0;
}

.page-index .section-4 .list li .img {
    width: 50px;
    height: 50px;
    margin: 30px auto 25px;
    background: url(../images/4f-icon.png) no-repeat;
    transition: all .3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}

.page-index .section-4 .list li.item-1 .img {
    background-position: -3px 0;
}

.page-index .section-4 .list li.item-2 .img {
    background-position: -53px 0;
}

.page-index .section-4 .list li.item-3 .img {
    background-position: -100px 0;
}

.page-index .section-4 .list li.item-4 .img {
    background-position: -153px 0;
}

.page-index .section-4 .list li.item-5 .img {
    background-position: -203px 0;
}

.page-index .section-4 .list li.item-6 .img {
    background-position: -253px 0;
}

.page-index .section-4 .list li.item-7 .img {
    background-position: -303px 0;
}

.page-index .section-4 .list li.item-8 .img {
    background-position: -350px 0;
}

.page-index .section-4 .list li.item-9 .img {
    background-position: -400px 0;
}

.page-index .section-4 .list li.item-10 .img {
    background-position: -453px 0;
}

.page-index .section-4 .list li h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.page-index .section-4 .list li p {
    font-size: 14px;
    color: #888;
    margin: 0 19px;
    line-height: 24px;
}

.page-index .section-4 .list li .btn-wrap {
    opacity: 0;
    transition: all .3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    padding-top: 26px;
}

.page-index .section-4 .list li .btn-wrap .btn-red {
    font-size: 14px;
    width: 95px;
    height: 36px;
    line-height: 36px;
    background: linear-gradient(90deg, rgba(249, 31, 40, 1), rgba(254, 77, 45, 1));
}

.page-index .section-4 .list li .btn-wrap .btn-red-line {
    font-size: 14px;
    width: 93px;
    height: 34px;
    line-height: 34px;
    border-radius: 0;
}

.page-index .section-4 .list li .btn-wrap .btn-red:hover {
    opacity: .9;
}

.page-index .section-4 .list li .btn-wrap .btn-red-line:hover {
    background: #fff5f3;
}

.page-index .section-4 .list li:hover {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
}

.page-index .section-4 .list li:hover .img {
    margin-top: -32px;
    opacity: 0;
}

.page-index .section-4 .list li:hover .btn-wrap {
    opacity: 1;
}

 
.page-index .section-5-1 {
    padding-bottom: 20px;
}

 
.page-index .section-6 {
    padding-bottom: 0;
}

.page-index .section-6 .swiper-containers {
    padding-top: 91px;
    width: 2900px;
    margin-left: -850px;
}

.page-index .section-6 .swiper-slide {
    height: 913px;
    height: 371px;
    background: #fff;
    opacity: .5;
    transition: all .2s;
}

.page-index .section-6 .swiper-slide .img {
    width: 478px;
    height: 371px;
    float: left;
}

 

.page-index .section-6 .swiper-slide .info {
    margin-left: 478px;
    padding: 35px 40px 0;
}

.page-index .section-6 .swiper-slide .info h3 {
    font-size: 24px;
    margin-bottom: 22px;
}

.page-index .section-6 .swiper-slide .info p {
    font-size: 14px;
    color: #888;
    line-height: 25px;
    height: 180px;
}

.page-index .section-6 .swiper-slide .info .btn-red {
    font-size: 16px;
    width: 150px;
    height: 44px;
    line-height: 44px;
    background: linear-gradient(90deg, rgba(249, 31, 40, 1), rgba(254, 77, 45, 1));
}

.page-index .section-6 .swiper-slide .info .btn-red:hover {
    opacity: .85;
}

.page-index .section-6 .swiper-slide-active {
    opacity: 1;
}

.page-index .section-6 .swiper-button {
    width: 65px;
    height: 65px;
    background: #fff center no-repeat;
    border-radius: 100%;
    margin-top: 10px;
    opacity: .8;
    transition: all .2s;
}

 

.page-index .section-6 .swiper-button:hover {
    opacity: 1;
}

.page-index .section-6 .swiper-button-prev:hover {
    background-position: 22px center;
}

.page-index .section-6 .swiper-button-next:hover {
    background-position: 26px center;
}

.page-index .section-6 .swiper-containers-horizontal > .swiper-pagination {
    width: 1050px;
    left: 50%;
    margin-left: -525px;
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    bottom: auto;
    top: 0;
}

.page-index .section-6 .swiper-containers-horizontal > .swiper-pagination .swiper-pagination-bullet {
    width: 210px;
    height: 46px;
    margin: 0;
    background: transparent;
    opacity: .5;
    color: #fff;
    transition: all .2s;
    position: relative;
}

.page-index .section-6 .swiper-containers-horizontal > .swiper-pagination .swiper-pagination-bullet:after {
    content: '';
    width: 100px;
    height: 2px;
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -50px;
    background: linear-gradient(90deg, rgba(249, 31, 40, 1), rgba(254, 77, 45, 1));
    opacity: 0;
    transition: all .2s;
}

.page-index .section-6 .swiper-containers-horizontal > .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.page-index .section-6 .swiper-containers-horizontal > .swiper-pagination .swiper-pagination-bullet-active:after {
    opacity: 1;
}

.page-index .section-6-1 {
    background: #F7F9FC;
    padding: 22px 0;
}

.page-index .section-6-1 .l-title {
    width: 72px;
    height: 78px;
    float: left;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: center;
    font-size: 16px;
}

.page-index .section-6-1 .l-title p:first-child {
    margin-top: 14px;
}

.page-index .section-6-1 .list {
    margin-left: 100px;
}

.page-index .section-6-1 .list li {
    float: left;
    width: 134px;
    height: 44px;
    background: #fff;
    margin-right: 10px;
    padding: 18px;
    transition: all .2s;
}

.page-index .section-6-1 .list li .img {
    width: 44px;
    height: 44px;
    float: left;
    
}

.page-index .section-6-1 .list li.item-1 .img {
    background-position: 0 0;
}

.page-index .section-6-1 .list li.item-2 .img {
    background-position: -54px 0;
}

.page-index .section-6-1 .list li.item-3 .img {
    background-position: -108px 0;
}

.page-index .section-6-1 .list li.item-4 .img {
    background-position: -162px 0;
}

.page-index .section-6-1 .list li.item-5 .img {
    background-position: -216px 0;
}

.page-index .section-6-1 .list li.item-6 .img {
    background-position: -270px 0;
}

.page-index .section-6-1 .list li .text {
    margin-left: 61px;
    font-size: 16px;
    line-height: 22px;
}

.page-index .section-6-1 .list li:hover {
    box-shadow: 0px 15px 30px 0px rgba(74, 74, 101, 0.13);
}

.page-index .section-7 .list {
    margin-right: -20px;
}

.page-index .section-7 .list li {
    width: 240px;
    height: 152px;
    float: left;
    margin-right: 78px;
    margin-bottom: 13px;
}

.page-index .section-7 .list li:nth-child(4n) {
    margin-right: 0;
}

.page-index .section-7 .list li .img {
    width: 62px;
    height: 62px;
    margin-bottom: 13px;
    
}

.page-index .section-7 .list li.item-1 .img {
    background-position: 0 0;
}

.page-index .section-7 .list li.item-2 .img {
    background-position: -62px 0;
}

.page-index .section-7 .list li.item-3 .img {
    background-position: -126px 0;
}

.page-index .section-7 .list li.item-4 .img {
    background-position: -189px 0;
}

.page-index .section-7 .list li.item-5 .img {
    background-position: -252px 0;
}

.page-index .section-7 .list li.item-6 .img {
    background-position: -315px 0;
}

.page-index .section-7 .list li.item-7 .img {
    background-position: -378px 0;
}

.page-index .section-7 .list li.item-8 .img {
    background-position: -441px 0;
}

.page-index .section-7 .list li h3 {
    font-size: 20px;
    margin-bottom: 4px;
}

.page-index .section-7 .list li p {
    font-size: 16px;
    color: #888;
}
 
 
 
  
.page-index .section-8-1 .list li {
    width: 340px;
    float: left;
    border: 1px solid #E6E6E6;
    background: #fff;
    margin-right: 30px;
    padding: 28px 19px;
}

.page-index .section-8-1 .list li h3 {
    font-size: 20px;
    text-align: center;
}

.page-index .section-8-1 .list li h3:after {
    content: '';
    display: block;
    width: 22px;
    height: 3px;
    background: #f91f28;
    margin: 15px auto 20px;
}

.page-index .section-8-1 .list li dl {
    margin-bottom: 20px;
}

.page-index .section-8-1 .list li dl dt {
    position: relative;
    height: 183px;
    margin-bottom: 14px;
    overflow: hidden;
}

.page-index .section-8-1 .list li dl dt .title {
    position: absolute;
    z-index: 2;
    font-size: 18px;
    color: #fff;
    bottom: 10px;
    left: 10px;
    right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 25px;
    line-height: 25px;
}

.page-index .section-8-1 .list li dl dt .cover {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 80px;
    opacity: 0.7;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.page-index .section-8-1 .list li dl dt img {
    width: 340px;
    height: 183px;
    transition: all .2s;
}

.page-index .section-8-1 .list li dl dt:hover img {
    transform: scale(1.06);
}

.page-index .section-8-1 .list li dl dd {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.page-index .section-8-1 .list li .l-btn {
    width: 126px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    transition: all .2s;
    text-align: center;
    color: #F92128;
    border: 1px solid #F92128;
    display: block;
    margin: 0 auto;
}

.page-index .section-8-1 .list li .l-btn:hover {
    color: #fff;
    background: #F92128;
}

  


.page-index .section-8 .list li:hover {
    box-shadow: 0px 1px 30px rgba(0, 0, 0, .1)
}

.page-index .section-8-1 .list {
    margin-right: -30px;
}

.page-index .section-8-1 .section-title h2 {
    font-size: 36px;
    color: #333;
    margin-bottom: 25px;
}

 
 
 

 
.page-index .section-1 {
    height: 170px;
}

.page-index .section-1 .items {
    overflow: hidden;
}

.page-index .section-1 .items li {
    float: left;
    width: 20%;
    text-align: center;
    padding-top: 18px;
}

.page-index .section-1 .items li a {
    overflow: visible;
    display: block;
}

.page-index .section-1 .items li .img {
    display: block;
    transition: all .4s ease-in-out;
    width: 59px;
    height: 68px;
    margin: 0 auto;
}

.page-index .section-1 .items li h3 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    padding-top: 13px;
}

.page-index .section-1 .items li h3:hover {
    color: #f20d23;
}

.page-index .section-1 .items li p {
    font-size: 14px;
    color: #888;
    padding-top: 4px;
}

.page-index .section-1 .items li.item-1 .img {
    background: url(../images/00-icon-01.png) no-repeat;
}

.page-index .section-1 .items li.item-2 .img {
    background: url(../images/00-icon-02.png) no-repeat;
}

.page-index .section-1 .items li.item-3 .img {
    background: url(../images/00-icon-03.png) no-repeat;
}

.page-index .section-1 .items li.item-4 .img {
    background: url(../images/00-icon-04.png) no-repeat;
}

.page-index .section-1 .items li.item-5 .img {
    background: url(../images/00-icon-05.png) no-repeat;
}

.page-index .section-1 .items li:hover .img {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.page-index .section-1 .items li .footer_img {
    background: url(../images/00-icon-bottom.png) no-repeat;
    display: block;
    transition: all .4s ease-in-out;
    width: 70px;
    height: 76px;
    margin: -36px auto;
    position: relative;
    z-index: -1;
}

.page-index .section-2 .items {
    width: 1300px;
}

.page-index .section-2 .section-title h2 {
    font-size: 36px;
    color: #333;
    margin-bottom: 25px;
}

.page-index .section-2 .items .item {
    pointer-events: auto;
    width: 285px;
    height: 460px;
    margin-right: 20px;
    background-color: #fff;
    border-radius: 5px;
    float: left;
    position: relative;
    top: 0;
}

.page-index .section-2 .items .item:hover {
    transform: scale(1.05);
}

.page-index .section-2 .items .item:nth-child(n2+0) {
    right: 20px;
}

.page-index .section-2 .items .item:last-child {
    margin-right: 0;
}

.page-index .section-2 .items .item .product-min {
    width: 285px;
    height: 458px;
    z-index: 5;
    position: absolute;
    opacity: 1;
    background-color: #fff;
}

.page-index .section-2 .items .item:nth-child(1) .top {
    width: 100%;
    height: 90px;
    background: url(../images/1f-bg-h90-01.png) no-repeat;
    border-radius: 5px 5px 0 0;
    padding: 20px;
    box-sizing: border-box;
}

.page-index .section-2 .items .item:nth-child(2) .top {
    width: 100%;
    height: 90px;
    background: url(../images/1f-bg-h90-02.png) no-repeat;
    border-radius: 5px 5px 0 0;
    padding: 20px;
    box-sizing: border-box;
}

.page-index .section-2 .items .item:nth-child(3) .top {
    width: 100%;
    height: 90px;
    background: url(../images/1f-bg-h90-03.png) no-repeat;
    border-radius: 5px 5px 0 0;
    padding: 20px;
    box-sizing: border-box;
}

.page-index .section-2 .items .item:nth-child(4) .top {
    width: 100%;
    height: 90px;
    background: url(../images/1f-bg-h90-04.png) no-repeat;
    border-radius: 5px 5px 0 0;
    padding: 20px;
    box-sizing: border-box;
}

.page-index .section-2 .items .item .top h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.page-index .section-2 .items .item .top p {
    font-size: 14px;
    color: #FFCDCD;
}

.page-index .section-2 .items .item .con {
    padding: 10px 0 0 16px;
}

.page-index .section-2 .items .item .con .dl {
    height: 91px;
    padding: 23px 20px;
    box-sizing: border-box;
    transition: all .4s ease-in-out;
    cursor: pointer;
    position: relative;
}

.page-index .section-2 .items .item .con .dl .ms-btn {
    width: 80px;
    height: 30px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 5px 15px 0px rgba(211, 5, 13, 0.1);
    border-radius: 2px;
    color: #F20D23;
    display: none;
    text-align: center;
    line-height: 30px;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 14px;
}

.page-index .section-2 .items .item .con .dl .ms-btn:hover {
    color: #fff;
    background: linear-gradient(90deg, #f20d23, #E73619);
}

.page-index .section-2 .items .item .con .dt {
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
    color: #333;
    position: relative;
    margin-bottom: 4px;
}

.page-index .section-2 .items .item .con .dt i {
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    background-color: #F20D23;
    top: 10px;
    left: -18px;
}

.page-index .section-2 .items .item .con .dd {
    font-size: 14px;
    color: #888888;
}

.page-index .section-2 .items .item .con .last {
    display: none;
}

.page-index .section-2 .items .item .con .hover {
    height: 116px;
    background: url(../images/1f-hover.png) no-repeat;
    background-position-x: 100%;
}

.page-index .section-2 .items .item .con .hover .last {
    display: block;
}

.page-index .section-2 .items .item .con .hover .ms-btn {
    display: block;
}

.page-index .section-2 .items .item .bot {
    padding: 15px 20px;
    position: relative;
    margin-top: 10px;
}

.page-index .section-2 .items .item .bot a {
    display: block;
    overflow: hidden;
}

.page-index .section-2 .items .item .bot .text {
    color: #F20D23;
    font-size: 14px;
    float: left;
}

.page-index .section-2 .items .item .bot .more {
    float: right;
    width: 5px;
    height: 8px;
    background: url(../images/1f-icon-right.png) no-repeat;
    margin: 7px 0 0 0;
    transition: all .4s ease-in-out;
}

.page-index .section-2 .items .item .bot:after {
    content: '';
    position: absolute;
    height: 1px;
    left: 20px;
    right: 18px;
    background-color: #EEEEEE;
    top: 0;
}

.page-index .section-2 .items .item .bot:hover .more {
    margin-right: 10px;
}

.page-index .section-2 .items .item .product-max {
    width: 307px;
    height: 488px;
    z-index: 2;
    position: relative;
    box-shadow: 0px 20px 49px 0px rgba(0, 0, 0, 0.1);
    opacity: 0;
    background-color: #fff;
}

.page-index .section-2 .items .item:nth-child(1) .product-max .top {
    width: 100%;
    height: 100px;
    
}

.page-index .section-2 .items .item:nth-child(2) .product-max .top {
    width: 100%;
    height: 100px;
    
}

.page-index .section-2 .items .item:nth-child(3) .product-max .top {
    width: 100%;
    height: 100px;
     
}

.page-index .section-2 .items .item:nth-child(4) .product-max .top {
    width: 100%;
    height: 100px;
   
}

.page-index .section-2 .items .item .product-max .con {
    padding-top: 20px;
}

.page-index .section-2 .items .item .product-max .con .hover {
    
}

.page-index .section-2 .items .item .product-max .bot {
    margin-top: 20px;
}


.page-index .section-3 .section-title span {
    font-size: 36px;
    color: #333;
    margin-bottom: 25px;
}

.page-index .section-3 .list li {
    float: left;
    width: 25%;
    text-align: center;
    margin-bottom: 70px;
}

.page-index .section-3 .list li:nth-child(n+5) {
    margin-bottom: 0;
}

.page-index .section-3 .list li i {
    width: 104px;
    height: 84px;
    display: block;
    margin: 0 auto;
}

.page-index .section-3 .list li.item-1 i {
    background: url(../images/2f-icon1.png) no-repeat;
}

.page-index .section-3 .list li.item-2 i {
    background: url(../images/2f-icon2.png) no-repeat;
}

.page-index .section-3 .list li.item-3 i {
    background: url(../images/2f-icon3.png) no-repeat;
}

.page-index .section-3 .list li.item-4 i {
    background: url(../images/2f-icon4.png) no-repeat;
}

.page-index .section-3 .list li.item-5 i {
    background: url(../images/2f-icon5.png) no-repeat;
}

.page-index .section-3 .list li.item-6 i {
    background: url(../images/2f-icon6.png) no-repeat;
}

.page-index .section-3 .list li.item-7 i {
    background: url(../images/2f-icon7.png) no-repeat;
}

.page-index .section-3 .list li.item-8 i {
    background: url(../images/2f-icon8.png) no-repeat;
}

.page-index .section-3 .list li h4 {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    margin: 20px 0 10px;
}

.page-index .section-3 .list li p {
    font-size: 14px;
    color: #888;
}

.page-index .section-5 {
    width: 100%;
    background: url(../images/3f-img1.jpg) no-repeat center;
    height: 785px;
}

.page-index .section-5 .bg_img1 {
    position: absolute;
    width: 100%;
    background: url(../images/3f-img1.jpg) no-repeat center;
    z-index: -1;
}

.page-index .section-5 .bg_img {
    position: absolute;
    width: 100%;
    background: url(../images/3f-img1.jpg) no-repeat center;
}

.page-index .section-5 .content {
    width: 1200px;
    margin: 0 auto;
}

.page-index .section-5 .bd {
    float: right;
    width: 996px;
    color: #fff;
}

.page-index .section-5 .bd li:first-child {
    display: block;
}

.page-index .section-5 .bd li {
    height: 545px;
    display: none;
}

.page-index .section-5 .bd li .top {
    width: 985px;
    box-sizing: border-box;
    padding: 20px 30px;
    border: 1px solid rgba(255, 255, 255, .2);
    background: rgba(0, 0, 0, .2);
    height: 152px;
    position: relative;
}

.page-index .section-5 .bd li .top .title {
    overflow: hidden;
}

.page-index .section-5 .bd li .top .title h3 {
    float: left;
    font-weight: bold;
    font-size: 24px;
    line-height: 44px;
}

.page-index .section-5 .bd li .top .title .btn-warp {
    float: right;
}

.page-index .section-5 .bd li .top .title .btn-warp .btn {
    height: 42px;
    line-height: 42px;
    width: 128px;
    border: 1px solid rgba(255, 255, 255, .2);
    color: rgba(255, 255, 255, 1);
    float: left;
    text-align: center;
    font-size: 14px;
    margin-left: 10px;
}

.page-index .section-5 .bd li .top .title .btn-warp .btn-redb {
    border: 0;
    height: 44px;
    line-height: 44px;
    background: linear-gradient(90deg, #f20d23, #E73619);
}

.page-index .section-5 .bd li .top p {
    color: rgba(255, 255, 255, .5);
    font-size: 14px;
    line-height: 2;
    margin-top: 10px;
}

.page-index .section-5 .bd li .items {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}

.page-index .section-5 .bd li .items:after {
    content: '';
    width: 100%;
    height: 1px;
    background: rgb(255, 255, 255, 0.1);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.page-index .section-5 .bd li .items .item {
    float: left;
    width: 166px;
    text-align: center;
    padding: 50px 0;
}

.page-index .section-5 .bd li .items .item i {
    width: 48px;
    height: 48px;
    display: inline-block;
}

.page-index .section-5 .bd li .item p {
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
}

.page-index .section-5 .bd li .anli .item {
    float: left;
    width: 185px;
    height: 180px;
    margin-right: 80px;
    overflow: hidden;
    position: relative;
    text-align: center;
    /* background: #fff; */
    line-height: 70px;
	border-radius:100px;
}

.page-index .section-5 .bd li .anli .item:last-child {
    margin-right: 0;
}

.page-index .section-5 .bd li .anli .item .img {
    position: relative;
    z-index: 1;
    height: 180px;
}
 

.page-index .section-5 .bd li .anli .item .text {
    width: 100%;
    height: 70px;
    color: #F20D23;
    text-align: center;
    background: rgba(255, 255, 255, .9);
    line-height: 70px;
    position: absolute;
    top: 70px;
    z-index: 2;
    font-size: 16px;
    transition: all .4s ease-in-out;
}

.page-index .section-5 .bd li .anli .item .text:after {
    content: '';
    width: 5px;
    height: 8px;
    background: url(../images/1f-icon-right.png) no-repeat;
    position: absolute;
    right: 50px;
    top: 30px;
}

.page-index .section-5 .bd li .anli .item:hover .text {
    top: 0;
}

.page-index .section-5 .bd li:nth-child(1) .item i {
    background: url(../images/5f-part01-icon.png) no-repeat;
}

.page-index .section-5 .bd li:nth-child(2) .item i {
    background: url(../images/5f-part02-icon.png) no-repeat;
}

.page-index .section-5 .bd li:nth-child(3) .item i {
    background: url(../images/5f-part03-icon.png) no-repeat;
}

.page-index .section-5 .bd li:nth-child(4) .item i {
    background: url(../images/5f-part04-icon.png) no-repeat;
}

.page-index .section-5 .bd li:nth-child(5) .item i {
    background: url(../images/5f-part05-icon.png) no-repeat;
}

.page-index .section-5 .bd li:nth-child(6) .item i {
    background: url(../images/5f-part06-icon.png) no-repeat;
}

.page-index .section-5 .bd li:nth-child(1) .item.item1 i {
    background-position: 0 0;
}

.page-index .section-5 .bd li:nth-child(1) .item.item2 i {
    background-position: -65px 0;
}

.page-index .section-5 .bd li:nth-child(1) .item.item3 i {
    background-position: -134px 0;
}

.page-index .section-5 .bd li:nth-child(1) .item.item4 i {
    background-position: -205px 0;
}

.page-index .section-5 .bd li:nth-child(1) .item.item5 i {
    background-position: -270px 0;
}

.page-index .section-5 .bd li:nth-child(1) .item.item6 i {
    background-position: -329px 0;
}

.page-index .section-5 .bd li:nth-child(2) .item i {
    width: 58px;
}

.page-index .section-5 .bd li:nth-child(2) .item.item1 i {
    background-position: 0 0;
}

.page-index .section-5 .bd li:nth-child(2) .item.item2 i {
    background-position: -65px 0;
}

.page-index .section-5 .bd li:nth-child(2) .item.item3 i {
    background-position: -131px 0;
}

.page-index .section-5 .bd li:nth-child(2) .item.item4 i {
    background-position: -194px 0;
}

.page-index .section-5 .bd li:nth-child(2) .item.item5 i {
    background-position: -259px 0;
}

.page-index .section-5 .bd li:nth-child(2) .item.item6 i {
    background-position: -321px 0;
}

.page-index .section-5 .bd li:nth-child(3) .item.item1 i {
    background-position: 0 0;
}

.page-index .section-5 .bd li:nth-child(3) .item.item2 i {
    background-position: -66px 0;
}

.page-index .section-5 .bd li:nth-child(3) .item.item3 i {
    background-position: -134px 0;
}

.page-index .section-5 .bd li:nth-child(3) .item.item4 i {
    background-position: -203px 0;
}

.page-index .section-5 .bd li:nth-child(3) .item.item5 i {
    background-position: -270px 0;
}

.page-index .section-5 .bd li:nth-child(3) .item.item6 i {
    background-position: -335px 0;
}

.page-index .section-5 .bd li:nth-child(4) .item i {
    width: 52px;
}

.page-index .section-5 .bd li:nth-child(4) .item.item1 i {
    background-position: 0 0;
}

.page-index .section-5 .bd li:nth-child(4) .item.item2 i {
    background-position: -67px 0;
}

.page-index .section-5 .bd li:nth-child(4) .item.item3 i {
    background-position: -130px 0;
}

.page-index .section-5 .bd li:nth-child(4) .item.item4 i {
    background-position: -194px 0;
}

.page-index .section-5 .bd li:nth-child(4) .item.item5 i {
    background-position: -258px 0;
}

.page-index .section-5 .bd li:nth-child(4) .item.item6 i {
    background-position: -326px 0;
}

.page-index .section-5 .bd li:nth-child(5) .item i {
    width: 54px;
}

.page-index .section-5 .bd li:nth-child(5) .item.item1 i {
    background-position: 0 0;
}

.page-index .section-5 .bd li:nth-child(5) .item.item2 i {
    background-position: -65px 0;
}

.page-index .section-5 .bd li:nth-child(5) .item.item3 i {
    background-position: -131px 0;
}

.page-index .section-5 .bd li:nth-child(5) .item.item4 i {
    background-position: -191px 0;
}

.page-index .section-5 .bd li:nth-child(5) .item.item5 i {
    background-position: -257px 0;
}

.page-index .section-5 .bd li:nth-child(5) .item.item6 i {
    background-position: -329px 0;
}

.page-index .section-5 .bd li:nth-child(6) .item i {
    width: 57px;
}

.page-index .section-5 .bd li:nth-child(6) .item.item1 i {
    background-position: 0 0;
}

.page-index .section-5 .bd li:nth-child(6) .item.item2 i {
    background-position: -73px 0;
}

.page-index .section-5 .bd li:nth-child(6) .item.item3 i {
    background-position: -142px 0;
}

.page-index .section-5 .bd li:nth-child(6) .item.item4 i {
    background-position: -207px 0;
}

.page-index .section-5 .bd li:nth-child(6) .item.item5 i {
    background-position: -275px 0;
}

.page-index .section-5 .bd li:nth-child(6) .item.item6 i {
    background-position: -345px 0;
}

.page-index .section-5 .hd {
    float: left;
    width: 204px;
}

.page-index .section-5 .hd ul {
    margin-top: 30px;
}

.page-index .section-5 .hd li {
    color: #999;
    font-size: 16px;
    padding-left: 60px;
    position: relative;
    margin-bottom: 50px;
}

.page-index .section-5 .hd li:hover {
    font-size: 18px;
    color: #fff;
}

.page-index .section-5 .hd li.on {
    font-size: 18px;
    color: #fff;
}

.page-index .section-5 .hd li.on:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    background: linear-gradient(90deg, #f20d23, #E73619);
    left: 10px;
    top: 13px;
}

.page-index .section-6 .hd {
    width: 1110px;
    margin: 0 auto;
}

.page-index .section-6 .hd ul {
    width: 1140px;
}

.page-index .section-6 .hd li {
    float: left;
    width: 160px;
    height: 60px;
    margin: 0 30px 20px 0;
    position: relative;
    overflow: hidden;
}

.page-index .section-6 .hd li .img div {
    height: 60px;
}

 


.page-index .section-6 .hd li .img {
    position: relative;
    z-index: 2;
}

.page-index .section-6 .hd li .text {
    width: 158px;
    height: 58px;
    text-align: center;
    line-height: 60px;
    position: absolute;
    top: 0px;
    z-index: 2;
    color: #F20D23;
    font-size: 16px;
    background: rgba(255, 255, 255, .9);
    border: 1px solid rgba(242, 13, 35, 1);
    font-weight: bold;
    display: none;
}

.page-index .section-6 .hd li.on .text, .page-index .section-6 .hd li:hover .text {
    display: block;
}

.page-index .section-6 .bd {
    margin-top: 50px;
}

.page-index .section-6 .bd ul,
.page-index .section-6 .bd li {
    height: 435px;
    overflow: hidden;
}

.page-index .section-6 .bd li .left {
    width: 50%;
    float: left;
    text-align: right;
    padding: 65px 30px;
    box-sizing: border-box;
    background:#f7f9fc;
    height: 100%;
}

.page-index .section-6 .bd li .right {
    width: 50%;
    height: 100%;
    float: right;
    text-align: left;
    box-sizing: border-box;
    padding: 65px 50px;
}

.page-index .section-6 .bd li .right h3 {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 40px;
}

.page-index .section-6 .bd li .right h3:after {
    content: '';
    width: 40px;
    height: 4px;
    background: linear-gradient(90deg, #f20d23, #E73619);
    position: absolute;
    bottom: 0;
    left: 0;
}

.page-index .section-6 .bd li .right .desc {
    margin-bottom: 20px;
}

.page-index .section-6 .bd li .right .desc h4 {
    font-size: 16px;
    color: #333;
    float: left;
    font-weight: bold;
}

.page-index .section-6 .bd li .right .desc i {
    width: 4px;
    height: 4px;
    background: #F20D23;
    float: left;
    margin: 8px 16px;
}

.page-index .section-6 .bd li .right .desc span {
    color: #888;
    font-size: 16px;
}

.page-index .section-6 .bd li .right .btn {
    background: linear-gradient(90deg, #f20d23, #E73619);
    width: 130px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    display: block;
    margin: 40px 0 0 0;
}

.page-index .section-7 .containers {
    position: relative;
}
 

 
.page-index .section-7 .bot .containers {
    margin: 0;
    float: right;
    padding-bottom: 0;
}
 

.page-index .section-8 .item {
    width: 264px;
    height: 180px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    float: left;
    margin-right: 30px;
    text-align: center;
    cursor: pointer;
}

.page-index .section-8 .item:hover {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

.page-index .section-8 .item i {
    width: 175px;
    height: 76px;
    display: block;
    margin: 30px auto 0;
}

.page-index .section-8 .item span {
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    display: block;
    margin-top: 20px;
    position: relative;
}

.page-index .section-8 .item span:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 3px;
    background: #F54544;
    bottom: -33px;
    left: 112px;
}

 
 
 
 
 
 
 





 
 
 
/*特效按钮*/
.btn-effects {
	text-decoration: none;
    outline: none;
    display: inline-block;
    position: relative;
    top: 0;
    padding: 20px 60px;
    color: #fff;
    font-size: 18px;
    background: #ff6e03 ;
    border-radius: 60px;
    background-image: -moz-linear-gradient(75deg, #ff7e00 0%, #ff3f00 53%, #ff0000 100%);
    background-image: -webkit-linear-gradient(75deg, #ff7e00 0%, #ff3f00 53%, #ff0000 100%);
    background-image: -ms-linear-gradient(75deg, #ff7e00 0%, #ff3f00 53%, #ff0000 100%);
    background-image: linear-gradient(75deg, #ff7e00 0%, #ff3f00 53%, #ff0000 100%);
    box-shadow: 0px 12px 28px 0px rgba(210, 7, 0, 0.35);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.btn-effects:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 60px;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.btn-effects:hover {
    top: -4px;
    text-decoration: none;
    color: #fff;
    box-shadow: 0px 18px 36px 0px rgba(210, 7, 0, 0.25);
}
.btn-effects:hover:after {
    background: rgba(255, 255, 255, 0.2);
}
 
 .txdiv{
	border-radius:30px; text-align:center;  width:1200px; margin:0 auto;
	  background: #ff6e03 ;
   
    background-image: -moz-linear-gradient(75deg, #ff7e00 0%, #ff3f00 53%, #ff0000 100%);
    background-image: -webkit-linear-gradient(75deg, #ff7e00 0%, #ff3f00 53%, #ff0000 100%);
    background-image: -ms-linear-gradient(75deg, #ff7e00 0%, #ff3f00 53%, #ff0000 100%);
    background-image: linear-gradient(75deg, #ff7e00 0%, #ff3f00 53%, #ff0000 100%);
    box-shadow: 0px 12px 28px 0px rgba(210, 7, 0, 0.35);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
	
	
	
}
 
.txa{ position:absolute;top:-18px; 
	
background:#F96; font-size:18px; color:#ffffff; padding-top:6px; padding-bottom:6px; padding-left:15px; padding-right:15px; 
text-decoration: none;
    outline: none;
     color: #fff;
     background: #ff6e03 ;
    border-radius: 60px;
    background-image: -moz-linear-gradient(75deg, #ff7e00 0%, #ff3f00 53%, #ff0000 100%);
    background-image: -webkit-linear-gradient(75deg, #ff7e00 0%, #ff3f00 53%, #ff0000 100%);
    background-image: -ms-linear-gradient(75deg, #ff7e00 0%, #ff3f00 53%, #ff0000 100%);
    background-image: linear-gradient(75deg, #ff7e00 0%, #ff3f00 53%, #ff0000 100%);
    box-shadow: 0px 12px 28px 0px rgba(210, 7, 0, 0.35);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
	
}
.txa:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 60px;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.txa:hover{ 
  top: -4px;
    text-decoration: none;
    color: #fff;
box-shadow: 0px 18px 36px 0px rgba(210, 7, 0, 0.25);
}
.txa:hover:after {
    background: rgba(255, 255, 255, 0.2);
}
 

.col {
  padding: 30px 0;
  background: #fff;
}

.col-title {
  text-align: center;
  letter-spacing: 2px;
}

.col-title .h2 {
  color: #333333;
  font-size: 36px;
  line-height: 70px;
  
}

.col-title .h2 .span {}

.col-title .p {
  color: #666666;
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 20px;
}

.col-title .p .span {}

.col-content {}
 

.col-pt {}

.col-pt .col-title .h2 {}

.col-pt .col-title .h2 .span {
  color: #4381ff;
}

.col-pt .col-title .p {}

.col-pt .col-title .p .span {
  color: #ff9000;
}
.col-pt{}
.col-pt .col-pt-left{
    float: left;
    width: 656px;
}
.col-pt .col-pt-left .list{}
.col-pt .col-pt-left .list .item{
    overflow: hidden;
    width: 50%;
    float: left;
}
.col-pt .box{
    border-radius: 14px;
    background: #f6f8f9;
    padding: 15px;
    text-align: center;
    margin: 8px;
    width: 282px;
    height: 201px;
    color: #fff;
}
.col-pt .box .h3{
    font-weight: 800;
    font-size: 28px;
    margin: 20px 0;
}
.col-pt .box .p{
    font-size: 16px;
    line-height: 1.8;
    margin: 20px 0;
}
.col-pt .box .btn-group{}
.col-pt .box .btn-group .btn{
    display: inline-block;
    border-radius: 40px;
    line-height: 38px;
    border: 1px solid #fff;
    width: 98px;
    text-align: center;
    color: #fff;
    margin: 8px 10px;
}
.col-pt .box .btn-group .btn.btn-xq{
  background: #fff;
}
.col-pt .box.box-1{
    background: linear-gradient(141deg,#feb85a,#ff9400 100%);
}
.col-pt .box.box-2{
    background: linear-gradient(141deg,#82abfa,#3e71e6 100%);
}
.col-pt .box.box-3{
    background: linear-gradient(141deg,#19e2d3,#00bdfb 100%);
}
.col-pt .box.box-4{
    background: linear-gradient(141deg,#a896fa,#735cea 100%);
}
.col-pt .box.box-5{
    width: 448px;
    height: 448px;
}
.col-pt .btn:hover{
  opacity: .95;
}
.col-pt .box.box-1 .btn-group .btn.btn-xq{
  color: #ff9400;
}
.col-pt .box.box-2 .btn-group .btn.btn-xq{
  color: #3e71e6;
}
.col-pt .box.box-3 .btn-group .btn.btn-xq{
  color: #00bdfb;
}
.col-pt .box.box-4 .btn-group .btn.btn-xq{
  color: #735cea;
}
.col-pt .box.box-5 .btn-group .btn.btn-xq{
  color:  #fff;
}
.col-pt .col-pt-right{
    float: right;
}
.col-pt .col-pt-right .box{
    background: linear-gradient(141deg,#fd8865,#f91f28 100%);
}
.col-pt .col-pt-right .box .h3{
    line-height: 2.5;
}
.col-pt .col-pt-right .box .p{
    padding: 0 20px;
    margin: 20px 0;
}
.col-pt .col-pt-right .box .span{
    font-weight: 800;
    font-size: 35px;
    color: #FFEB3B;
}
.col-pt .col-pt-right .box .btn{
    border-radius: 60px;
    line-height: 50px;
    border: 1px solid #fff;
    width: 160px;
    text-align: center;
    color: #f91f28;
    display: inline-block;
    background: #fff;
}
.col-pt .col-pt-right .box .icon{
    display: block;
    width: 80px;
    height: 50px;
    margin: 20px auto;
}

.col-cp {
  background: #f5f5f5;
}

.col-cp .col-title .h2 {}

.col-cp .col-title .h2 .span {
  color: #4381ff;
}

.col-cp .col-title .p {}

.col-cp .col-title .p .span {}

.col-cp .list {}

.col-cp .list .item {
  float: left;
  width: 25%;
}

.col-cp .list .item .box {
  text-align: center;
  margin: 10px;
  border-radius: 4px;
  border: 1px solid #fff;
  overflow: hidden;
  padding: 20px;
  background: #fff;
  transition: .3s;
  display: block;
}

.col-cp .list .item .box:hover {

  border: 1px solid #dddddd;

  box-shadow: 0 0 20px 0px rgba(0, 0, 0, .1);
}

.col-cp .list .item .box .icon {
  margin: 2px auto;
}

.col-cp .list .item .box .h3 {
  color: #333;
  font-size: 24px;
  margin: 10px 0;
  line-height: 1.6;
}

.col-cp .list .item .box .p {
  color: #666;
  line-height: 1.6;
  margin: 10px 0;
}

.col-cp .list .item .box .btn {
  background: #4381ff;
  color: #fff;
  display: inline-block;
  width: 94px;
  height: 34px;
  line-height: 34px;
  border-radius: 4px;
}

.col-sj .col-title .span{
  color: #4381ff;
}
.col-sj .img{
  text-align: center;
  padding: 40px 0;
}
.col-gn {}

.col-gn .col-title .h2 {}

.col-gn .col-title .h2 .span {
  color: #2370fd;
}

.col-gn .col-title .p {}

.col-gn .col-title .p .span {}

.col-gn .list {
  position: relative;
  height: 590px;
  margin-top: 20px;
}

.col-gn .list .items {
  float: left;
  width: 20%;
}

.col-gn .list .items::before {
  content: ''
}

.col-gn .list .items::after {
  content: ''
}

.col-gn .list .items .tab {}

.col-gn .list .items .tab .tab-btn {
  width: 190px;
  height: 56px;
  border-radius: 4px;
  background: #f6f8fb;
  text-align: center;
  line-height: 56px;
  cursor: pointer;
  margin: 0 auto;
  position: relative;
}

.col-gn .list .items .tab .tab-btn .icon {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
}

.col-gn .list .items .tab .tab-btn .txt {
  overflow: hidden;
  font-size:16px;
  /* padding: 0 4px; */
}

.col-gn .list .items .tab .tab-content {
  background: #f6f8fb;
  display: none;
  width: 1150px;
  position: absolute;
  padding: 40px;
  border-radius: 8px;
  box-sizing: border-box;
  left: 0;
  bottom: 0;
  transition: .3s;
}

.col-gn .list .items .tab .tab-content .img {
  float: left;
}

.col-gn .list .items .tab .tab-content .img img {}

.col-gn .list .items .tab .tab-content .text {
  float: right;
  width: 400px;
}

.col-gn .list .items .tab .tab-content .text .item {
  float: left;
  width: 50%;
}

.col-gn .list .items .tab .tab-content .text .box {
  width: 160px;
  height: 60px;
  margin: 5px auto;
  line-height: 60px;
  box-sizing: border-box;
  padding: 0 15px;
  cursor: pointer;
  color: #999;
}

.col-gn .list .items .tab .tab-content .text .box .icon {
  display: inline-block;
  vertical-align: middle;
}

.col-gn .list .items .tab .tab-content .text .box .txt {
  vertical-align: middle;
  padding: 0 4px;
}

.col-gn .list .items .tab.active .tab-btn {
  background: linear-gradient(to right, #0b57e1, #4381ff);
  color: #fff;
}



.col-gn .list .items .tab.active .tab-btn .icon {

  background-position-y: -53px;
}

.col-gn .list .items .tab.active .tab-content {
  display: block;
}

.col-gn .list .items .tab.active .tab-btn::after {
  content: '';
  width: 0;
  position: absolute;
  height: 0;
  border-width: 20px;
  border-style: solid;
  border-color: transparent transparent #f6f8fb transparent;
  top: 60px;
  left: 50%;
  margin-left: -10px;
}

.col-gn .list .items .tab .tab-content .text .item.active .box {
  background: #fff;
  color: #2370fd;
  border-radius: 4px;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, .1);
}

.col-gn .list .items .tab .tab-content .text .item.active .box .icon {
  background-position-y: -10px;
}

.col-yx {
  background: #f5f5f5;
}

.col-yx .col-title .h2 {}

.col-yx .col-title .h2 .span {
  color: #ff5d5d;
}

.col-yx .col-title .p {}

.col-yx .col-title .p .span {}

.col-yx .list {}

.col-yx .list .item {
  float: left;
  width: 20%;
}

.col-yx .list .item .box {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
  margin: 10px;
  padding: 20px 10px;
  display: block;
}

.col-yx .list .item .box .icon {
  margin: 10px auto 10px;
  width: 84px;
  height: 84px;
}

.col-yx .list .item .box .h3 {
  color: #333;
  font-size: 20px;
  margin: 10px 0;
}

.col-yx .list .item .box .p {
  color: #666;
  line-height: 2;
  margin: 10px 0;
  height: 28px;
}

.col-yx .list .item .box .btn {
  border: 1px solid #ff0202;
  color: #ff0202;
  display: inline-block;
  width: 92px;
  height: 28px;
  line-height: 28px;
  border-radius: 4px;
  margin: 10px 0;
}

.col-fn {
  height: 540px;
  background: url('../images/fn-bg.png') no-repeat center center
}

.col-fn .col-title {}

.col-fn .col-title .h2 {
  color: #fff
}

.col-fn .col-title .p {
  color: #ccc;
}

.col-fn .list {
  position: relative
}

.col-fn .list .items {
  overflow: hidden;
  width: 1000px;
  margin: 0 auto
}

.col-fn .list .items .item-left {
  width: 200px;
  float: left;
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  background: rgba(0, 0, 0, .5);
  color: #fff;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.col-fn .list .items:last-child .item-left {
  border-bottom: none
}

.col-fn .list .items .item-left .icon {
  display: inline-block;
  vertical-align: middle;
}

.col-fn .list .items .item-left span {
  line-height: 60px;
  vertical-align: middle;
  padding: 0 4px;
}

.col-fn .list .items .item-right {
  opacity: 0;
  color: #fff;
  position: absolute;
  left: 355px;
  top: 30px;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  width: 720px;
  height: 360px;
}

.col-fn .list .items .item-right .h3 {
  font-size: 24px;
  padding: 10px 0;
  position: relative;
}

.col-fn .list .items .item-right .h3::after {
  content: '';
  display: block;
  height: 4px;
  background: #f91f28;
  width: 80px;
  position: absolute;
  bottom: -4px;
}

.col-fn .list .items .item-right .p {
  line-height: 1.8;
  height: 75px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  font-size: 14px;
  color: #ccc;
  margin: 60px 0;
}

.col-fn .list .items .item-right .btn-group {
  margin: 30px -10px;
}

.col-fn .list .items .item-right .btn-group .btn {
  color: #fff;
  width: 102px;
  height: 38px;
  display: inline-block;
  margin: 0 10px;
  line-height: 38px;
  text-align: center;
  border-radius: 4px;
}

.col-fn .list .items .item-right .btn-group .btn.btn-ty {
  background: #ff6800;
}

.col-fn .list .items .item-right .btn-group .btn.btn-zx {
  background: #ff9901;
}

.col-fn .list .items .item-right .foot-list {
  overflow: hidden;
  border-top: 1px dashed #999;
  border-bottom: 1px dashed #999;
  padding: 15px 0;
}

.col-fn .list .items .item-right .foot-list .item {
  float: left;
  width: 118px;
}

.col-fn .list .items .item-right .foot-list .item .box {
  text-align: center;
}

.col-fn .list .items .item-right .foot-list .item .box .icon {
  margin: 0 auto;
  width: 60px;
  height: 60px;
}

.col-fn .list .items .item-right .foot-list .item .box .txt {}

.col-fn .list .items.active .item-left {
  background: linear-gradient(to right, #f91f28, #fe4d2d);
}

.col-fn .list .items.active .item-right {
  opacity: 1;
  z-index: 10;
}

.col-qw {}

.col-qw .img {
  text-align: center;
  padding: 40px 0;
}

.col-qw .img img {}

.col-qw .text {
  padding: 20px 40px;
  color: #666;
  font-size: 16px;
  border-radius: 10px;
  border: 1px dashed #838484;
  margin: 20px 0;
}

.col-qw .text .p {
  overflow: hidden;
  line-height: 2.2;
}

.col-qw .col-title .span{
    color: #4381ff;
}

.col-qw .text .span {
  font-weight: 800;
  float: left;
  line-height: 1.6;
  font-size: 20px;
}

.col-ms {
}

.col-ms .col-title .h2 .span {
  color: #3d70f4;
}

.col-ms .img {
  text-align: center;
  padding: 40px 0;
}

 
.col-lc .col-title .h2 ,.col-lc .col-title .p {
  color: #fff;
}
.col-lc .col-title .h2 .span {
  color: #0e9757;
}

.col-lc .img {
  text-align: center;
  padding: 20px 0;
}

. 
 


.tg-col2{}
.tg-col2 .tg-bg{
    display: block;
    
    
}
 

.bg-b_f_01 {
    width: 40px; height: 40px;
    background: url('../images/sprites-icon.png') -230px -480px;
}
.bg-b_f_02 {
    width: 40px; height: 40px;
    background: url('../images/sprites-icon.png') -280px -480px;
}
.bg-b_f_03 {
    width: 40px; height: 40px;
    background: url('../images/sprites-icon.png') -80px -480px;
}
.bg-b_f_04 {
    width: 40px; height: 40px;
    background: url('../images/sprites-icon.png') -130px -480px;
}
.bg-b_f_05 {
    width: 40px; height: 40px;
    background: url('../images/sprites-icon.png') -180px -480px;
}
.bg-cp_01 {
    width: 50px; height: 50px;
    background: url('../images/sprites-icon.png') -426px -172px;
}
.bg-cp_02 {
    width: 50px; height: 50px;
    background: url('../images/sprites-icon.png') -426px -242px;
}
.bg-cp_03 {
    width: 50px; height: 50px;
    background: url('../images/sprites-icon.png') -426px -312px;
}
.bg-cp_04 {
    width: 50px; height: 50px;
    background: url('../images/sprites-icon.png') -106px -403px;
}
.bg-cp_05 {
    width: 50px; height: 50px;
    background: url('../images/sprites-icon.png') -176px -403px;
}
.bg-cp_06 {
    width: 50px; height: 50px;
    background: url('../images/sprites-icon.png') -246px -403px;
}
.bg-cp_07 {
    width: 50px; height: 50px;
    background: url('../images/sprites-icon.png') -316px -403px;
}
.bg-cp_08 {
    width: 50px; height: 50px;
    background: url('../images/sprites-icon.png') -386px -403px;
}
.bg-cp_10 {
    width: 50px; height: 50px;
    background: url('../images/sprites-icon.png') -515px -10px;
}
.bg-cp_11 {
    width: 50px; height: 50px;
    background: url('../images/sprites-icon.png') -515px -80px;
}
.bg-cp_12 {
    width: 50px; height: 50px;
    background: url('../images/sprites-icon.png') -515px -150px;
}
.bg-cp_13 {
    width: 50px; height: 50px;
    background: url('../images/sprites-icon.png') -515px -220px;
}
.bg-cp_14 {
    width: 50px; height: 50px;
    background: url('../images/sprites-icon.png') -515px -290px;
}
.bg-cp_09 {
    width: 50px; height: 50px;
    background: url('../images/sprites-icon.png') -515px -360px;
}
.bg-cp_15 {
    width: 50px; height: 53px;
    background: url('../images/sprites-icon.png') -426px -99px;
}
.bg-cp_16 {
    width: 50px; height: 50px;
    background: url('../images/sprites-icon.png') -10px -482px;
}
.bg-fn_01 {
    width: 20px; height: 20px;
    background: url('../images/sprites-icon.png') -340px -490px;
}
.bg-fn_02 {
    width: 20px; height: 20px;
    background: url('../images/sprites-icon.png') -460px -490px;
}
.bg-fn_03 {
    width: 20px; height: 20px;
    background: url('../images/sprites-icon.png') -430px -490px;
}
.bg-fn_04 {
    width: 20px; height: 20px;
    background: url('../images/sprites-icon.png') -400px -490px;
}
.bg-fn_05 {
    width: 20px; height: 20px;
    background: url('../images/sprites-icon.png') -370px -490px;
}
.bg-fn_06 {
    width: 20px; height: 20px;
    background: url('../images/sprites-icon.png') -490px -490px;
}
.bg-fn_07 {
    width: 60px;
    height: 60px;
    background: url('../images/sprites-icon.png') -10px -540px;
}
.bg-fn_08 {
    width: 60px;
    height: 60px;
    background: url('../images/sprites-icon.png') -70px -540px;
}
.bg-fn_09 {
    width: 60px;
    height: 60px;
    background: url('../images/sprites-icon.png') -130px -540px;
}
.bg-fn_10 {
    width: 60px;
    height: 60px;
    background: url('../images/sprites-icon.png') -190px -540px;
}
.bg-fn_11 {
    width: 60px;
    height: 60px;
    background: url('../images/sprites-icon.png') -250px -540px;
}
.bg-fn_12 {
    width: 60px;
    height: 60px;
    background: url('../images/sprites-icon.png') -310px -540px;
}
.bg-fn_13 {
    width: 60px;
    height: 60px;
    background: url('../images/sprites-icon.png') -10px -610px;
}
.bg-fn_14 {
    width: 60px;
    height: 60px;
    background: url('../images/sprites-icon.png') -70px -610px;
}
.bg-fn_15 {
    width: 60px;
    height: 60px;
    background: url('../images/sprites-icon.png') -130px -610px;
}
.bg-fn_16 {
    width: 60px;
    height: 60px;
    background: url('../images/sprites-icon.png') -190px -610px;
}
.bg-fn_17 {
    width: 60px;
    height: 60px;
    background: url('../images/sprites-icon.png') -250px -610px;
}
.bg-fn_18 {
    width: 60px;
    height: 60px;
    background: url('../images/sprites-icon.png') -310px -610px;
}
.bg-fn_19 {
    width: 60px;
    height: 60px;
    background: url('../images/sprites-icon.png') -370px -540px;
}
.bg-fn_20 {
    width: 60px;
    height: 60px;
    background: url('../images/sprites-icon.png') -430px -540px;
}
.bg-fn_21 {
    width: 60px;
    height: 60px;
    background: url('../images/sprites-icon.png') -490px -540px;
}
.bg-fn_22 {
    width: 60px;
    height: 60px;
    background: url('../images/sprites-icon.png') -550px -540px;
}
.bg-fn_23 {
    width: 60px;
    height: 60px;
    background: url('../images/sprites-icon.png') -610px -540px;
}
.bg-fn_24 {
    width: 60px;
    height: 60px;
    background: url('../images/sprites-icon.png') -670px -540px;
}
.bg-fn_25 {
    width: 60px;
    height: 60px;
    background: url('../images/sprites-icon.png') -370px -610px;
}
.bg-fn_26 {
    width: 60px;
    height: 60px;
    background: url('../images/sprites-icon.png') -430px -610px;
}
.bg-fn_27 {
    width: 60px;
    height: 60px;
    background: url('../images/sprites-icon.png') -490px -610px;
}
.bg-fn_28 {
    width: 60px;
    height: 60px;
    background: url('../images/sprites-icon.png') -550px -610px;
}
.bg-fn_29 {
    width: 60px;
    height: 60px;
    background: url('../images/sprites-icon.png') -610px -610px;
}
.bg-fn_30 {
    width: 60px;
    height: 60px;
    background: url('../images/sprites-icon.png') -670px -610px;
}
.bg-fn_31 {
    width: 60px;
    height: 60px;
    background: url('../images/sprites-icon.png') -570px -10px;
}
.bg-fn_32 {
    width: 60px;
    height: 60px;
    background: url('../images/sprites-icon.png') -570px -70px;
}
.bg-fn_33 {
    width: 60px;
    height: 60px;
    background: url('../images/sprites-icon.png') -570px -130px;
}
.bg-fn_34 {
    width: 60px;
    height: 60px;
    background: url('../images/sprites-icon.png') -570px -190px;
}
.bg-fn_35 {
    width: 60px;
    height: 60px;
    background: url('../images/sprites-icon.png') -570px -250px;
}
.bg-fn_36 {
    width: 60px;
    height: 60px;
    background: url('../images/sprites-icon.png') -570px -310px;
}
.bg-fn_37 {
    width: 60px;
    height: 60px;
    background: url('../images/sprites-icon.png') -630px -10px;
}
.bg-fn_38 {
    width: 60px;
    height: 60px;
    background: url('../images/sprites-icon.png') -630px -70px;
}
.bg-fn_39 {
    width: 60px;
    height: 60px;
    background: url('../images/sprites-icon.png') -630px -130px;
}
.bg-fn_40 {
    width: 60px;
    height: 60px;
    background: url('../images/sprites-icon.png') -630px -190px;
}
.bg-fn_41 {
    width: 60px;
    height: 60px;
    background: url('../images/sprites-icon.png') -630px -250px;
}
.bg-fn_42 {
    width: 60px;
    height: 60px;
    background: url('../images/sprites-icon.png') -630px -310px;
}
.bg-fn_43 {
    width: 20px; height: 20px;
    background: url('../images/sprites-icon.png') -520px -490px;
}
.bg-fn_44 {
    width: 60px;
    height: 60px;
    background: url('../images/sprites-icon.png') -690px -10px;
}
.bg-fn_45{
    width: 60px;
    height: 60px;
    background: url('../images/sprites-icon.png') -690px -70px;
}
.bg-fn_46 {
    width: 60px;
    height: 60px;
    background: url('../images/sprites-icon.png') -690px -130px;
}
.bg-fn_47 {
    width: 60px;
    height: 60px;
    background: url('../images/sprites-icon.png') -690px -190px;
}
.bg-fn_48 {
    width: 60px;
    height: 60px;
    background: url('../images/sprites-icon.png') -690px -250px;
}
.bg-fn_49 {
    width: 60px;
    height: 60px;
    background: url('../images/sprites-icon.png') -690px -310px;
}


.bg-hx_01 {
    width: 82px;
    height: 79px;
    background: url('../images/sprites-icon.png') -5px -206px;
}
.bg-hx_02 {
    width: 90px;
    height: 78px;
    background: url('../images/sprites-icon.png') -10px -110px;
}
.bg-hx_03 {
    width: 77px;
    height: 87px;
    background: url('../images/sprites-icon.png') -226px -10px;
}
.bg-hx_04 {
    width: 76px;
    height: 74px;
    background: url('../images/sprites-icon.png') -227px -110px;
}
.bg-hx_05 {
    width: 93px; height: 86px;
    background: url('../images/sprites-icon.png') -10px -10px;
}
.bg-hx_06 {
    width: 90px;
    height: 81px;
    background: url('../images/sprites-icon.png') -123px -6px;
}
.bg-hx_07 {
    width: 89px;
    height: 77px;
    background: url('../images/sprites-icon.png') -120px -109px;
}
.bg-hx_08 {
    width: 69px;
    height: 69px;
    background: url('../images/sprites-icon.png') -416px 0px;
}
.bg-yx_01 {
    width: 76px;
    height: 63px;
    background: url('../images/sprites-icon.png') -100px -300px;
}
.bg-yx_02 {
    width: 76px;
    height: 77px;
    background: url('../images/sprites-icon.png') -330px -110px;
}
.bg-yx_03 {
    width: 76px;
    height: 76px;
    background: url('../images/sprites-icon.png') -330px -200px;
}
.bg-yx_04 {
    width: 76px;
    height: 59px;
    background: url('../images/sprites-icon.png') -10px -390px;
}
.bg-yx_05 {
    width: 76px;
    height: 73px;
    background: url('../images/sprites-icon.png') -210px -200px;
}
.bg-yx_06 {
    width: 76px;
    height: 83px;
    background: url('../images/sprites-icon.png') -330px -10px;
}
.bg-yx_07 {
    width: 76px;
    height: 74px;
    background: url('../images/sprites-icon.png') -100px -200px;
}
.bg-yx_08 {
    width: 76px;
    height: 70px;
    background: url('../images/sprites-icon.png') -10px -300px;
}
.bg-yx_09 {
    width: 76px;
    height: 60px;
    background: url('../images/sprites-icon.png') -300px -300px;
}
.bg-yx_10 {
    width: 76px;
    height: 61px;
    background: url('../images/sprites-icon.png') -200px -300px;
}

  
 
.ys{
    background: #fff;
}
.ys-col .col-title .h2 .span{
  color: #4381ff;
}
.ys ul{width: 340px;}
.ys ul li{
    transition: .3s;
    padding: 10px 20px;
    margin: 20px 0;
    cursor: pointer;
    border: 1px solid #e5e5e5;
}

.ys ul li:hover {
    background: #feedf0;
}

.ys ul li:after{
    
}
.ys ul li .sj{
    float: left;
    margin-left: -20px;
}
.ys .ys-img{

float: left;

width: 470px;

text-align: center;
}
.ys .ys-img img{

}
.ys ul li .box{
    
}
.ys ul li .h3{
    
font-weight: 600;
    
font-size: 20px;
    
letter-spacing: 1px;
    
margin-bottom: 10px;
}
.ys ul li .text{
    
line-height: 1.4;
    
color: #666;
    
height: 38px;
}
.ys ul li .tag{
    position: absolute;
    left: -4px;
    top: 9px;
    font-size: 40px;
    color: #fff;
}
.ys .boxF{
    width: 80px;
    height: 96px;
    overflow: hidden;
}
.ys .boxS{
    width: 80px;
    height: 96px;
    overflow: hidden;
}
.ys .boxT{
    width: 80px;
    height: 96px;
    overflow: hidden;
}
.ys .boxF, .boxS{
    visibility: hidden;
}
.ys .boxF{
    transform: rotate(90deg);
    margin-top: -8px;
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.ys .boxS{
    transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
}
.ys .boxT{
    transform: rotate(-60deg);
    background: no-repeat 50% center;
    background-size: 125% auto;
    -ms-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    visibility: visible;
    background: #5abbc6;
}
.ys ul.ys-l{
    float: left;
}
.ys ul.ys-r{
    float: right;
}
.ys ul.ys-r li .sj{
    position: absolute;
    right: -20px;
    top: 0px;
}
.ys ul.ys-r li .tag{
    left: initial;
    right: -4px;
}
.ys ul.ys-r li:after{
    left: -30px;
    right: initial;
    border-width: 40px 30px 40px 0;
    border-color: transparent #f1f1f1 transparent transparent;
}
.ys ul.ys-r .boxT{
        background: #fc8852;
}
.ys ul.ys-r li:hover{
}
.ys .foot{
    color: #555;
    text-align: center;
    font-size: 20px;
    margin: 50px auto 50px;
    line-height: 33px;
}
.ys .foot .c1{
    color: #fc8852;
}
.ys .foot .c2{
    color: #0a6dee;
}

 
.pj-Carousel {
    width: 100%;
    height: 520px;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
}

.pj-Carousel-box {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.pj-Carousel-item {
    float: left;
    height: 100%;
    background-color: #E3E3E3;
    z-index: 10;
}
.pj-Carousel-item a{
    display:block;
    width:100%;
    height:100%;
}

.pj-Carousel-item img {
    height: 100%;
}

.pj-Carousel-nav {
    width: 100%;
    height: 14px;
    position: absolute;
    bottom: 90px;
    z-index: 10;
}

.pj-Carousel-active {
    width: 170px;
    height: 14px;
    margin: 0 auto;
    text-align: center;
}

.pj-Carousel-color {
    background-color: #dadada;
    width: 14px;
    height: 14px;
    display: inline-block;
    color: #dadada;
    border-radius: 14px;
    opacity: .5;
    margin: 0 4px;
    cursor:  pointer;
    transition: all 0.3s ease-in-out;
}

.pj-Carousel-color p {
    font-size: 16px;
    line-height: 44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-align: center;
    cursor: default;
    display:  none;
}

.pj-Carousel .active {
    background-color: #fff;
    color: #fff;
    width:  24px;
    opacity: 1;
}

 
 
.col-sjgn{
    background: #f5f5f5;
}
.col-sjgn .col-title .span{
    color: #4381ff;
}
.col-sjgn .content{}
.col-sjgn .content .bg{
    width: 260px;
    height: 531px;
    background: url() center center;
    float: left;
    margin: 0 15px;
}
.col-sjgn .content .bg img{
    padding: 13px 13px;
}
.col-sjgn .list{
    width: 430px;
    margin: 8px 0;
}
.col-sjgn .list .item{overflow: hidden;width: 50%;float: left;}
.col-sjgn .list .item .box{
    margin: 10px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #fff;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    padding: 10px;
}
.col-sjgn .list .item .box .i{
    width: 52px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    margin: 0px auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.col-sjgn .list .item .box .icon{
    display: inline-block;
}
.col-sjgn .list .item .box .h3{
    margin: 10px 0;
}
.col-sjgn .list .item .box .p{
    line-height: 1.2;
    font-size: 13px;
    padding: 0;
    color: inherit;
    height: 30px;
    overflow: hidden;
}
.col-sjgn .list .item.on .box{
    background: linear-gradient(141deg,#fe4d2d,#f91f28 100%);
    color: #fff;
}
.col-sjgn .list .item.on .box .icon{
    background-position-y: -78px;
}

.bg-sj_gn_01 {
    width: 52px; height: 48px;
    background: url('../images/sj-gn-sprites.png') -830px -10px;
}
.bg-sj_gn_02 {
    width: 52px; height: 48px;
    background: url('../images/sj-gn-sprites.png') -170px -10px;
}
.bg-sj_gn_03 {
    width: 52px; height: 48px;
    background: url('../images/sj-gn-sprites.png') -225px -10px;
}
.bg-sj_gn_04 {
    width: 52px; height: 48px;
    background: url('../images/sj-gn-sprites.png') -775px -10px;
}
.bg-sj_gn_05 {
    width: 52px; height: 48px;
    background: url('../images/sj-gn-sprites.png') -335px -10px;
}
.bg-sj_gn_06 {
    width: 52px; height: 48px;
    background: url('../images/sj-gn-sprites.png') -720px -10px;
}
.bg-sj_gn_07 {
    width: 52px; height: 48px;
    background: url('../images/sj-gn-sprites.png') -390px -10px;
}
.bg-sj_gn_08 {
    width: 52px; height: 48px;
    background: url('../images/sj-gn-sprites.png') -665px -10px;
}
.bg-sj_gn_09 {
    width: 52px; height: 48px;
    background: url('../images/sj-gn-sprites.png') -500px -10px;
}
.bg-sj_gn_10 {
    width: 52px; height: 48px;
    background: url('../images/sj-gn-sprites.png') -60px -10px;
}
.bg-sj_gn_12 {
    width: 52px; height: 48px;
    background: url('../images/sj-gn-sprites.png') -115px -10px;
}
.bg-sj_gn_13 {
    width: 52px; height: 48px;
    background: url('../images/sj-gn-sprites.png') -555px -10px;
}
.bg-sj_gn_14 {
    width: 52px; height: 48px;
    background: url('../images/sj-gn-sprites.png') -610px -10px;
}
.bg-sj_gn_15 {
    width: 52px; height: 48px;
    background: url('../images/sj-gn-sprites.png') -280px -10px;
}
.bg-sj_gn_16 {
    width: 52px; height: 48px;
    background: url('../images/sj-gn-sprites.png') -5px -10px;
}
.bg-sj_gn_11 {
    width: 52px; height: 48px;
    background: url('../images/sj-gn-sprites.png') -445px -10px;
}


























/*
common-new.css  首页使用

*/

 
 
a {
  text-decoration: none;
  color: #666666;
  background: transparent;
}

a:hover {
  text-decoration: none;
  color: #666666;
}

ul,
ol,
li,
dl,
dd {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

:focus {
  outline: 1;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

 
/*去除表单自动填充颜色(Chrome浏览器)*/
input:-webkit-autofill {
  background-color: transparent;
  background-image: none;
  color: #666666;
}

/*去除按键虚线框(Firefox浏览器)*/
button::-moz-focus-inner,
input::-moz-focus-inner {}

/*去除按键圆角(iPhone)*/
button {
  -webkit-appearance: none;
}

/*chrome*/
::-webkit-input-placeholder {
  color: #999;
}

  
:focus::-webkit-input-placeholder {
  color: transparent !important;
}

/*Firefox*/
:-ms-input-placeholder {
  color: #999;
}

/*IE*/
:-ms-input-placeholder {
  color: #999;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:before,
.clearfix:after {
  content: '';
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.icon {
  display: block;
}

.common-icon {
  display: block;
 
}

.text-ellipsis1 {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.text-ellipsis2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.inner,.wrp1150 {
  width: 1150px;
  margin: 0 auto;
  overflow: hidden;
}

 
 

.banner .a {
  display: block;
  width: 100%;
  height: 100%;
}

.column-title {
  text-align: center;
  padding: 10px 0;
}

.column-title h2 {
  color: #000;
  font-size: 40px;
  line-height: 52px;
}

.column-title p {
  color: #666;
  font-size: 16px;
  line-height: 28px;
}

.col {
  padding: 50px 0;
  background: #fff;
}

.col-title {
  text-align: center;
  letter-spacing: 2px;
}

.col-title .h2 {
  color: #333333;
  font-size: 36px;
  line-height: 60px;
}

.col-title .h2 .span {}

.col-title .p {
  color: #666666;
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 20px;
}

.col-title .p .span {}

 

.col-foot-zx .col-title .h2 {
  color: #fff;
  margin: 30px 0;
}

.col-foot-zx .content {
  display: block;
  width: 654px;
  margin: 0 auto;
  margin-top: 100px;
}

.col-foot-zx .box {
  display: block;
  width: 500px;
  height: 50px;
  margin: 0 auto;
  background: #fff;
  border-radius: 4px;
  position: relative;
  float: left;
}

.col-foot-zx .box .inp {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  height: 50px;
  padding-right: 130px;
  font-size: 18px;
  color: #666;
  border-radius: 4px;
}

.col-foot-zx .box .btn {
  position: absolute;
  right: 2px;
  top: 2px;
  width: 120px;
  height: 46px;
  color: #fff;
  background: #0060ff;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}

.col-foot-zx .btn-zx {
  float: left;
  width: 120px;
  height: 46px;
  text-align: center;
  color: #fff;
  background: #1c9733;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  line-height: 46px;
  border: 2px solid #fff;
  margin-left: 30px;
  position: relative;
}

.col-foot-zx .btn-zx:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 44px;
  background: #fff;
  left: -17px;
  top: 2px;
}

.btn-hover:hover{
  opacity: .9;
}

 

  

/*文章模板*/
.container {
  width: 800px;
  min-height: 500px;
  margin: 20px 0;
}

.side {
  width: 320px;
  margin: 20px 0;
}

.side .side-title {
  font-size: 20px;
  color: #333;
  height: 32px;
  border-bottom: 4px solid #f0f0f0;
  margin-bottom: 10px;
}

.side .side-title span {
  float: left;
  height: 32px;
  line-height: 28px;
  color: #1f1f1f;
  border-bottom: 4px solid #94cb29;
}

/*列表页模板*/
.container .news-list-banner {
  width: 100%;
  height: 255px;
  background: #ddd;
}

.container .news-list-banner img {
  width: 100%;
  max-height: 100%;
}

.container .news-list-wrap {}

.container .news-list-nav {
  border-bottom: 1px solid #f2f2f2;
}

.container .news-list-nav-item {
  float: left;
  text-align: center;
  padding: 12px 0;
}

.container .news-list-nav-item a {
  font-size: 16px;
  line-height: 16px;
  height: 16px;
  display: block;
  width: 95px;
  text-align: center;
  border-left: 1px solid #333;
}

.container .news-list-nav-item:first-child a {
  border-left: none;
}

.container .news-list-nav-item.current a {
  color: #94cb29;
}

.container .news-list-con {
  padding-bottom: 20px;
}

.container .news-list-con-item {
  border-bottom: 1px solid #f2f2f2;
  padding: 20px 0;
}

.container .news-list-con-item .box {
  height: 180px;
  overflow: hidden;
}

.container .news-list-con-item .img {
  display: block;
  width: 270px;
  height: 180px;
  overflow: hidden;
  margin-right: 20px;
}

.container .news-list-con-item .img img {
  width: 100%;
  height: 100%;
}

.container .news-list-con-item .name {
  padding: 6px 0 10px;
}

.container .news-list-con-item .name a {
  color: #333;
  font-size: 20px;
  font-weight: bold;
}

.container .news-list-con-item .name a:hover {
  color: #ed750a;
}

.container .news-list-con-item .profile {
  font-size: 14px;
  line-height: 30px;
  color: rgb(102, 102, 102);
  height: 100px;
}

.container .news-list-con-item .other {
  margin: 10px 0;
  line-height: 20px;
}

.container .news-list-con-item .other .tag a {
  margin: 0 6px;
  color: #3286c8;
  font-size: 12px;
}

.container .news-list-con-item .other .info {
  font-size: 12px;
  color: #666;
}

.side .hot-article {}

.side .hot-article-list {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 8px;
  margin-bottom: 20px;
}

.side .hot-article-list-item {}

.side .hot-article-list-item .icon {
   width: 10px;
  height: 10px;
  display: inline-block;
  margin: 0 8px;
}

.side .hot-article-list-item a {
  font-size: 15px;
  color: #525252;
  line-height: 32px;
}

.side .hot-article-list-item a:hover {
  color: #94cb29;
}

.side .product-rec {}

.side .product-rec-list {
  text-align: center;
  margin-bottom: 20px;
  min-height: 500px;
}

.side .product-rec-list-item {
  margin-top: 20px;
}

.side .product-rec-list-item img {
  border-radius: 5px;
}

.side .follow-qr-box {
  border-bottom: 1px solid #eeeeee;
  margin-top: 10px;
  color: #666;
  text-align: center;
  font-size: 12px;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

/*page*/
.news-page {
    text-align: center;
    margin-top: 30px;
}
.news-page a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 18px;
    background: #e7e7e7;
    color: #0b2b4d;
    font-size: 14px;
    margin-bottom: 5px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}
.news-page a:hover, .news-page a.current {
    background: #ed750a;
    color: #ffffff;
}

.news-page strong{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 18px;
    background: #ed750a;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 5px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

/*内容页模板*/
.article-banner {
  height: 140px;
  
}

.article-banner a {
  display: block;
  height: 100%;
}

.article-crumb {
  line-height: 40px;
  height: 40px;
  padding-left: 20px;
  border-bottom: 1px solid #f2f2f2;
}

.article-crumb a {
  color: #333;
}

.article-crumb a:hover {
  color: #94cb29;
}

.article {
  padding: 20px 0;
}

.article .article-title {
  font-size: 26px;
  line-height: 60px;
  color: #333;
  text-align: center;
  margin-bottom: 10px;
}

.article .article-info {
  line-height: 30px;
  margin-bottom: 10px;
}

.article .article-info span {
  font-size: 12px;
  color: #555555;
}

.article .article-info a {
  padding: 0 6px;
  color: #3286c8
}

.article .article-info a:hover {
  padding: 0 6px;
  color: #94cb29;
}

.article .article-share {
  height: 40px;
  margin-bottom: 10px;
}

.article .article-profile {
  background: #f5f7f8;
  padding: 10px;
  line-height: 24px;
  margin-bottom: 20px;
}

.article .article-text {
  min-height: 500px;
  font-size: 16px;
}

.article-relevant {
  padding: 20px 0;
}

.article-relevant .article-relevant-title {
  height: 32px;
  border-bottom: 2px solid #05273B;
}

.article-relevant .article-relevant-title span {
  float: left;
  background: #05273B;
  color: #fff;
  line-height: 32px;
  font-size: 14px;
  padding: 0 15px;
}
.page-pre-next{padding: 20px 15px;background: #fff;font-size: 14px;overflow: hidden;}
.page-pre-next .span a:hover{color: #2572ff}
.page-pre-next .span:first-child{float: left;}
 .page-pre-next .span:last-child{float: right;}

/*文章模板 end*/
 

.bg-h_cp_01 {
  width: 46px;
  height: 46px;
  background: url('../images/sprites-common.png') -140px -20px;
}

.bg-h_cp_02 {
  width: 46px;
  height: 46px;
  background: url('../images/sprites-common.png') -20px -140px;
}

.bg-h_cp_03 {
  width: 46px;
  height: 46px;
  background: url('../images/sprites-common.png') -106px -140px;
}

.bg-h_cp_04 {
  width: 46px;
  height: 46px;
  background: url('../images/sprites-common.png') -226px -20px;
}

.bg-h_cp_05 {
  width: 46px;
  height: 46px;
  background: url('../images/sprites-common.png') -226px -106px;
}

.bg-h_cp_06 {
  width: 46px;
  height: 46px;
  background: url('../images/sprites-common.png') -20px -226px;
}

.bg-h_cp_07 {
  width: 46px;
  height: 46px;
  background: url('../images/sprites-common.png') -106px -226px;
}

.bg-h_cp_08 {
  width: 46px;
  height: 46px;
  background: url('../images/sprites-common.png') -192px -226px;
}

.bg-h_cp_09 {
  width: 46px;
  height: 46px;
  background: url('../images/sprites-common.png') -312px -20px;
}

.bg-h_cp_10 {
  width: 46px;
  height: 46px;
  background: url('../images/sprites-common.png') -312px -106px;
}

.bg-h_cp_11 {
  width: 46px;
  height: 46px;
  background: url('../images/sprites-common.png') -312px -192px;
}

.bg-h_cp_12 {
  width: 46px;
  height: 46px;
  background: url('../images/sprites-common.png') -20px -312px;
}

.bg-h_cp_13 {
  width: 46px;
  height: 46px;
  background: url('../images/sprites-common.png') -106px -312px;
}

.bg-h_cp_14 {
  width: 46px;
  height: 46px;
  background: url('../images/sprites-common.png') -192px -312px;
}

.bg-h_cp_15 {
  width: 46px;
  height: 46px;
  background: url('../images/sprites-common.png') -278px -312px;
}

.bg-h_cp_16 {
  width: 46px;
  height: 46px;
  background: url('../images/sprites-common.png') -398px -20px;
}

.bg-foot_icon_01 {
  width: 19px;
  height: 17px;
  background: url('../images/sprites-common.png') -398px -226px;
}

.bg-foot_icon_02 {
  width: 80px;
  height: 80px;
  background: url('../images/sprites-common.png') -20px -20px;
}

.bg-free_tel_icon {
  width: 19px;
  height: 14px;
  background: url('../images/sprites-common.png') -398px -283px;
}

.bg-kf_icon {
  width: 20px;
  height: 20px;
  background: url('../images/sprites-common.png') -398px -106px;
}

.bg-list_icon {
  width: 10px;
  height: 10px;
  background: url('../images/sprites-common.png') -398px -337px;
}

.bg-nav_item_icon {
  width: 10px;
  height: 9px;
  background: url('../images/sprites-common.png') -20px -398px;
}

.bg-tel_icon {
  width: 18px;
  height: 20px;
  background: url('../images/sprites-common.png') -398px -166px;
}

.col-foot-zx{display: none;}
.container .article .content {
    padding-top: 24px;
    line-height: 36px;
    font-size: 16px;
}

.container .article .content h2 {
    display: inline-block;
    font-size: 26px;
    color: #333;
    line-height: 60px;
}

.container .article .content p {
    line-height: 36px;
}

.news-content-wrap .news-content .seo-left p{
    margin-top: 0;
    line-height: 24px;
}

.container .article .content p:first-child {
    margin-top: 0;
}

.container .article .content img {
    max-width: 100%;
}











/*  style.css */
 
 
 
  div,   ul,  li {
    margin: 0;
    padding: 0;
}

 


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: 400;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

ol, ul, li {
    list-style: none;
}

img {
    border: 0 none;
}

i, em {
    font-style: normal;
}

input, select, textarea {
    font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400
}

a {
    cursor: pointer;
}

:focus {
    outline: 0
}

::selection {
    background: #FD472C;
    color: white;
}

::-moz-selection {
    background: #FD472C;
    color: white;
}

::-webkit-selection {
    background: #FD472C;
    color: white;
}

/* ---------- common ---------- */
html {
    color: #333;
    background: #fff
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.ta-c {
    text-align: center !important;
}

.ta-l {
    text-align: left !important;
}

.ta-r {
    text-align: right !important;
}

.black {
    color: #333 !important
}

.white {
    color: #fff !important
}

.green {
    color: #98ba2a !important
}

.red {
    color: #e01d20 !important
}

.blue {
    color: #00f !important
}

.skyblue {
    color: #3DBAF7 !important
}

.honor-blue {
    color: #00b5e2 !important
}

.gray {
    color: #c0c0c0 !important
}

.yellow {
    color: #ff0 !important
}

.bg-blue {
    background-color: #3DBAF7 !important;
}

.bold {
    font-weight: 700 !important
}

.hide,
.hidden {
    display: none !important
}

.show {
    display: block !important
}

.relative {
    position: relative !important;
}

.absolute {
    position: absolute !important;
}

.fixed {
    position: fixed;
}

.fcn {
    font-family: \5b8b\4f53
}

.inline-block {
    display: inline-block;
    *zoom: 1;
    *display: inline
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1
}

.containers {
    width: 1200px;
    margin: 0 auto;
}

.containers:before,
.containers:after {
    content: " ";
    display: table
}

.containers:after {
    clear: both
}

.containers {
    *zoom: 1
}

.ftx01 {
    color: #2378d4;
}

.ftx02 {
    color: #b74506 !important;
}

.ftx03 {
    color: #ec5051;
}

a.ftx01:hover {
    color: #ec5051;
}

.btn_red {
    background-color: #f42424 !important;
}

.btn_red:hover {
    background-color: #ec5051 !important;
}

/*commen*/
.f12 {
    font-size: 12px
}

.f14 {
    font-size: 14px
}

.f16 {
    font-size: 16px
}

.f18 {
    font-size: 18px
}

.f20 {
    font-size: 20px
}

.f24 {
    font-size: 24px
}

.f26 {
    font-size: 26px
}

.f30 {
    font-size: 30px
}

.mt0 {
    margin-top: 0 !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt75 {
    margin-top: 75px !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb12 {
    margin-bottom: 12px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.ml50 {
    margin-left: 50px !important;
}

.ml80 {
    margin-left: 80px !important;
}

.pd30 {
    padding: 30px;
}

.pt0 {
    padding-top: 0 !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt100 {
    padding-top: 100px !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pb50 {
    padding-bottom: 50px !important;
}

.pb80 {
    padding-bottom: 80px !important;
}

.pb100 {
    padding-bottom: 100px !important;
}

.ov-h {
    overflow: hidden;
}

/*base*/
body {
    overflow-x: hidden;
    min-width: 1320px;
}

a {
    color: #333;
    text-decoration: none;
}

.m-color {
    color: #ed353c;
}

.section {
    padding: 80px 0 80px 0;
}

.btn-div {
    text-align: center;
    margin: 100px auto 0;
}

.btn-div .btn {
    background: linear-gradient(90deg, #b046fe, #d08efe);
    line-height: 60px;
    color: #fff;
    font-size: 16px;
    width: 200px;
    height: 60px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: bottom;
    text-align: center;
}

.btn:hover {
    opacity: 0.9;
}

.btn-div .btn-border-blue {
    line-height: 60px;
    border: 1px solid #ffffff;
    color: #fff;
    font-size: 16px;
    width: 200px;
    height: 60px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: bottom;
    text-align: center;
}

.btn-div .btn-border-blue:hover {
    background-color: #FFFFFF;
    color: #2C5AF5;
}

.btn-div .btn-border-while {
    line-height: 60px;
    border: 1px solid #ffffff;
    color: #fff;
    font-size: 16px;
    width: 200px;
    height: 60px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: bottom;
    margin-left: 10px;
    text-align: center;
}

.btn-div .btn-border-while:hover {
    background-color: #ffffff;
    color: #F20D23;
}

.btn-div .btn-border-red {
    line-height: 60px;
    border: 1px solid #FF1C00;
    color: #FF1C00;
    font-size: 16px;
    width: 200px;
    height: 60px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: bottom;
    margin-left: 10px;
    text-align: center;
}

.btn-div .btn-border-red:hover {
    background-color: #ffffff;
    color: #F20D23;
}

.btn-div .btn-blue {
    line-height: 60px;
    background: linear-gradient(90deg, #2d44f2, #2aa7ff);
    color: #FFFFFF;
    font-size: 16px;
    width: 200px;
    height: 60px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: bottom;
    margin-left: 10px;
    text-align: center;
}

.btn-div .btn-blue:hover {
    opacity: 0.9;
}

.btn-red {
    width: 130px;
    height: 40px;
    line-height: 40px;
    
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    border: 0 none;
    cursor: pointer;
}

.btn-red:hover {
    background-position: right top;
    color: #fff;
}

.btn-red2 {
    transition: all .2s;
    font-size: 16px;
    color: #fff;
    width: 130px;
    height: 40px;
    background: #ED3C3F;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    margin-left: 4px;
    margin-right: 4px;
}

.btn-red2:hover {
    background: #e02629;
    color: #fff;
}

.btn-line {
    transition: all .2s;
    height: 60px;
    width: 200px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    margin-right: 4px;
}

.btn-line:hover {
    color: red;
    background: white;
}

.btn-line-big {
    width: 178px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
}

.btn-red-line {
    height: 38px;
    width: 128px;
    border: 1px solid #F92028;
    color: #F92028;
    font-size: 16px;
    border-radius: 5px;
    text-align: center;
    line-height: 38px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    margin-right: 4px;
}

 
.btn-orange-shadow {
    font-size: 18px;
    width: 160px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    box-shadow: 0 10px 10px -2px rgba(252, 131, 13, 0.27);
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}

.btn-orange-shadow {
    background: rgb(251, 102, 0);
    background: -moz-linear-gradient(left, rgba(251, 102, 0, 1) 0%, rgba(253, 138, 16, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(251, 102, 0, 1)), color-stop(100%, rgba(253, 138, 16, 1)));
    background: -webkit-linear-gradient(left, rgba(251, 102, 0, 1) 0%, rgba(253, 138, 16, 1) 100%);
    background: -o-linear-gradient(left, rgba(251, 102, 0, 1) 0%, rgba(253, 138, 16, 1) 100%);
    background: -ms-linear-gradient(left, rgba(251, 102, 0, 1) 0%, rgba(253, 138, 16, 1) 100%);
    background: linear-gradient(to right, rgba(251, 102, 0, 1) 0%, rgba(253, 138, 16, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb6600', endColorstr='#fd8a10', GradientType=1);
}

.btn-orange-shadow:hover {
    color: #fff;
    opacity: .8
}
   
  
.btn-green-shadow-s:hover {
    color: #fff;
    background-position: right top;
}

.section-title {
    text-align: center;
    padding-top: 90px;
    margin-bottom: 40px;
    position: relative;
}

.section .section-title {
    padding-top: 0;
}

.section-title h1 {
    font-size: 36px;
    color: #333;
    margin-bottom: 10px;
}

.section-title h2 {
    font-size: 36px;
    color: #333;
    margin-bottom: 10px;
}

.section-title h3 {
    font-size: 36px;
    color: #333;
    margin-bottom: 25px;
}

.section-title span {
    font-weight: bold;
    font-size: 36px;
    color: #333;
    margin-bottom: 20px;
    display: inline-block;
    line-height: 54px;
}

.section-title p {
    font-size: 16px;
    color: #95989d;
}

.section-title .crown {
    font-size: 24px;
   
    padding-bottom: 13px;
    margin-bottom: 10px;
}

.section-title.white h2 {
    color: #fff;
}

.section-title.white p {
    color: #fff;
}

.section-footer {
    text-align: center;
    padding-top: 55px;
    margin-bottom: 50px;
    position: relative;
}

.section-footer h1 {
    font-size: 36px;
    color: #333;
    margin-bottom: 25px;
}

.section-footer h2 {
    font-size: 36px;
    color: #333;
    margin-bottom: 25px;
}

.section-footer h3 {
    font-size: 36px;
    color: #333;
    margin-bottom: 25px;
}

.section-footer p {
    font-size: 16px;
    color: #95989d;
}

.section-footer .crown {
    font-size: 24px;
    
    padding-bottom: 13px;
    margin-bottom: 10px;
}

.section-footer.white h2 {
    color: #fff;
}

.section-footer.white p {
    color: #fff;
}

.mod-line-bg {
   
    background-size: 100%;
    color: #fff;
}

    
 
 

    .img {
        text-align: center;
    }

    .swiper-containers img,
    .img img {
        width: 100%;
        vertical-align: top;
        height: auto;
    }

    .bg-gray {
        background: #f5f7fa;
    }

    .bg-lp {
        background: #f9f7fc;
    }

    /* lighter purple 亮紫色 */
    .bg-b {
        background: #4147f6;
    }

    .bg-black {
        background: #000;
    }

 
   
    /*footer*/
    

    .mask-bg {
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        background-color: rgba(45, 45, 45, .6);
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1000;
    }

    /*index*/
   
.page_pc {
    padding-top: 120px;
}

/*jq-alert弹出层封装样式*/
.jq-alert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .3);
    z-index: 99;
}

.jq-alert .alert {
    background-color: #FFF;
    width: 80%;
    height: auto;
    border-radius: 4px;
    overflow: hidden;
}

.jq-alert .alert .title {
    position: relative;
    margin: 0;
    font-size: .3rem;
    height: .8rem;
    line-height: .8rem;
    text-align: center;
    font-weight: normal;
    color: rgba(0, 0, 0, .8);
}

.jq-alert .alert .content {
    padding: .3rem;
    font-size: .28rem;
    color: rgba(0, 0, 0, .6);
}

.jq-alert .alert .content .prompt {
    width: 100%;
}

.jq-alert .alert .content .prompt .prompt-content {
    font-size: .28rem;
    color: rgba(0, 0, 0, .54);
}

.jq-alert .alert .content .prompt .prompt-text {
    background: none;
    border: none;
    outline: none;
    width: 100%;
    height: .6rem;
    box-sizing: border-box;
    margin-top: .2rem;
    background-color: #FFF;
    border: 1px solid #dcdcdc;
    text-indent: 5px;
}

.jq-alert .alert .content .prompt .prompt-text:focus {
    border: 1px solid #2196F3;
    background-color: rgba(33, 150, 243, .08);
}

.jq-alert .alert .fd-btn {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    justify-content: center;
    align-items: center;
}

.jq-alert .alert .fd-btn:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #F3F3F3;
}

.jq-alert .alert .fd-btn a {
    width: 100%;
    height: .8rem;
    font-size: .26rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: rgba(0, 0, 0, .8);
}

.jq-alert .alert .fd-btn a.cancel {
    position: relative;
    color: rgba(0, 0, 0, .5);
}

.jq-alert .alert .fd-btn a.cancel:after {
    content: "";
    position: absolute;
    top: .1rem;
    right: 0;
    width: 1px;
    height: .6rem;
    background-color: #F3F3F3;
}

.jq-alert .alert .fd-btn a.confirm {
    color: #2196F3;
}

.jq-alert .alert .fd-btn a.confirm:active {
    background-color: #2196F3;
    color: #FFF;
}

/*toast弹出层*/
.jq-toast {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

.jq-toast .toast {
    max-width: 80%;
    padding: 1rem 2rem;
    background-color: rgba(0, 0, 0, .48);
    color: #FFF;
    border-radius: 4px;
    font-size: 16px;
}


.public-banner .btn-div .btn-border-blue:hover {
    color: #fe4e52;
}

.public-banner .container {
    position: relative;
    height: 390px;
}

.public-banner .btn-wrap {
    padding-top: 71px;
    width: 600px;
}

.public-banner .btn-div {
    text-align: left;
    margin-top: 35px;
}

.public-banner .btn-wrap .btn-line:hover {
    background: linear-gradient(90deg, #fe203a, #fe7f66);
    color: #FFFFFF;
}

.public-banner .btn-wrap .desc {
    color: #FFFFFF;
    margin-bottom: 35px;
}

.public-banner .btn-wrap .desc h1 {
    font-size: 42px;
    font-weight: 600;
}

.public-banner .btn-wrap .desc .bck {
    font-size: 24px;
    background: #ffffff;
    opacity: 0.8;
    color: #E01802;
    padding: 7px 20px 7px 65px;
    position: relative;
    margin: 13px 0;
    display: inline-block;
}

.public-banner .btn-wrap .desc .bck:after {
    position: absolute;
    content: '';
    background: url("images/00-banner-icon.png") no-repeat center;
    left: 20px;
    top: 13px;
}

.public-banner .btn-wrap .desc .title {
    font-size: 18px;
    line-height: 36px;
}





