html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
textarea,
input {
    margin: 0;
    padding: 0;
    text-decoration:none;
}

address,
cite,
dfn,
em,
var,
i {
    font-style: normal;
}

body {
    font-size: 14px;
    line-height: 1;
    color: #333;
    overflow-x: hidden;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
    font-size: 100%;
    font-weight: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    border: 0;
    background: none;
}

fieldset,
img {
    border: 0;
}

a {
    color: #333;
}

a,
img {
    -webkit-touch-callout: none;
}

img {
    display: block;
}

li img {
    transition: all 0.3s;
}

a,
a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
}

input[type=password],
input[type=text],
textarea {
    resize: none;
    outline: 0;
    -webkit-appearance: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    background: none;
    outline: none
}

.li,
.dd {
    cursor: pointer;
}

ul,
ol {
    list-style: none;
}

:focus {
    outline: none;
}

ul::after {
    content: '';
    display: block;
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearfix {
    clear: both;
}

 

.l_img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    position: relative;
}

.l_img img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

* {
    transition: .3s all linear;
    -ms-transition: .3s all linear;
    -moz-transition: .3s all linear;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(300px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@font-face {
    font-family: 'hemi';
    src: url('hemi.ttf');
}

/*头部*/
.header {
    background:  rgba(83, 83, 83, .2);
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100% ;
}
.header.f {
    position: fixed;
    background: rgba(83, 83, 83, .8);
}

.header .t-d{
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 80px;
    background: url(../images/nav-bg1.png) center no-repeat;
}
.header .t-d i{
    font-size: 18px;
    margin-right: 6px;
}
.header .t-d  a{
    color: #fff;
}
.header .t-d .tel{
    width: 150px;
    height: 34px;
    line-height: 32px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
    border-radius: 3px;
    margin-top: 23px;
}
.header .t-d .comment{
    height: 34px;
    line-height: 32px;
    border: 1px solid #fe9e07;
    background: #fe9e07;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 0 12px;
    color: #fff;
    margin-top: 23px;
    margin-left: 8px;
}
.header .t-d .comment:hover {
    background: none;
    color: #fe9e07;
}
.header .nav-d{
    height: 64px;
    background: rgba(0,0,0,0.22);
}
.header .nav-d .n{
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 64px;
    position: relative;
}
.header .nav-d .n span{
    display: block;
    font-size: 12px;
    font-weight: normal;
    opacity: .5;
    margin-top: 8px;
}

.header .nav-d .n.this::after{
    content: '';
    display: block;
    width: 36px;
    height: 3px;
    position: absolute;
    left: calc(50% - 18px);
    bottom: 0;
    background:#ffffff;
}
.header .nav-d .n:nth-child(3){
    margin-right: 18%;
}
.header .nav-d .n:nth-child(4){
    margin-left: 18%;
}

.header .logo {
    position: absolute;
    top: 0;
    left: calc(50% - 119px);
    width: 238px;
    height: 200px; 
    display:flex;
    justify-content:center;
    background: url(../images/logo-bg.png) no-repeat;
    background-size: 100%;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    padding-top: 30px;
}
.header .logo img {
    margin: 0 auto 8px;
}
.header .logo img.mobile {
    display: none;
}
 
.rdc {
    display: none;
    position: absolute;
    right: 20px;
    top: 0;
}
.rdc .rg {
    width: 24px;
    height: 50px;
    background: url(../images/nav-bg.png) center no-repeat;
    background-size: 30px;
}
.rdc .mobile_comment{
    height: 28px;
    line-height: 28px;
    background: #fe9e07;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 12px;
    padding: 0 8px;
    color: #fff;
    margin-right: 14px;
}
.rdc .mobile_comment .iconfont {
    font-size: 16px!important;
}

.a_txt {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    overflow: hidden;
    z-index: 999999999999;
    background: rgba(0, 0, 0, 0.8);
    transition: 0s all linear;
    -ms-transition: 0s all linear;
    -moz-transition: 0s all linear;
    -webkit-transition: 0s all linear;
    -o-transition: 0s all linear;
}

.a_txt .div1 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: none;
    filter: alpha(opacity=0);
    opacity: 0;
    left: 0px;
    top: 0px;
    z-index: 1;
    transition: 0s all linear;
    -ms-transition: 0s all linear;
    -moz-transition: 0s all linear;
    -webkit-transition: 0s all linear;
    -o-transition: 0s all linear;
}

.a_txt .div2 {
    position: absolute;
    left: 70%;
    top: 0%;
    z-index: 999999;
    width: 25%;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    text-align: center;
    filter: alpha(opacity=0);
    opacity: 0;
    transition: 0s all linear;
    -ms-transition: 0s all linear;
    -moz-transition: 0s all linear;
    -webkit-transition: 0s all linear;
    -o-transition: 0s all linear;
}

.a_txt .div2 .iconfont {
    color: #fff;
    font-size: 40px;
}

.a_txt .div3 {
    position: absolute;
    width: 70%;
    right: 0px;
    top: 0px;
    background: #fff;
    height: 100%;
    z-index: 100;
    right: -50%;
    padding: 30px 30px 0;
    overflow-y: auto;
    transition: 0s all linear;
    -ms-transition: 0s all linear;
    -moz-transition: 0s all linear;
    -webkit-transition: 0s all linear;
    -o-transition: 0s all linear;
    box-sizing: border-box;
}

.a_txt .div3 .d1 {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.a_txt .div3 .d1 img {
    float: left;
    width: 15px;
    margin-right: 6px;
    position: relative;
    top: 2px;
}

.a_txt .div3 ul {
    width: 100%;
    margin-bottom: 10px;
}

.a_txt .div3 ul li {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

.a_txt .div3 ul li:last-child {
    border-bottom: 0;
}

.a_txt .div3 ul li a {
    display: block;
    font-size: 13px;
    color: #999999;
}

.a_txt .div3 ul li a.n {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    margin-bottom: 12px;
}

.a_txt .div3 ul li .n-box a {
    margin-bottom: 12px;
}

.a_txt .div3 ul li .n-box a i {
    font-weight: bold;
}

.a_txt2 .div3 ul li {
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.a_txt2 .div3 ul li a {
    color: #333;
}

.a_txt2 .div3 ul li img {
    float: left;
    margin-right: 10px;
}

.a_txt2 .div3 ul li {
    font-size: 15px;
    font-weight: bold;
}

.i-banner {
    width: 100%;
    height: 786px;
    overflow: hidden;
    position: relative;
}

.i-banner .bg {
    width: 1920px;
    height: 786px;
    position: relative;
    left: calc(50% - 960px);
}
 
.i-banner .swiper-slide {
    overflow: hidden;
}
 
.i-banner .text {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    padding-top: 310px;
    text-align: center;
}

.i-banner .text .d1 {
    width: 635px;
    margin: 0 auto 5px;
    max-width: 90%;
}
.i-banner .text .d2 {
    font-size: 16px;
}
.i-banner .text .d5{
    margin-bottom: 20px;
}
.i-banner .text .d5 a,.i-banner .text .d5 span{
    width: 110px;
    height: 40px;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    background-image: linear-gradient(to right, #fe9e07 , #b401ee);
    display:flex;
    justify-content:center;
    align-items:center;
    margin: 0 11px;
    border-radius: 3px;
}
.i-banner .text .d5 a:hover{
   background: #fff;
    color: #b707e4;
    border: 1px solid #b707e4;
}
.i-banner .text .d5 span{
    cursor: pointer;
    background: #fff;
    color: #b707e4;
    border: 1px solid #b707e4;
    box-sizing: border-box;
}
.i-banner .text .d5 span:hover{
    border: 0;
    background-image: linear-gradient(to right, #fe9e07 , #b401ee);
    color: #fff;
}
.i-banner  .swiper-pagination {
    bottom: 70px;
}
.i-banner .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 1;
    border-radius: 12px;
}
.i-banner .swiper-pagination-bullet-active{
    width: 22px;
}

.list_banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.list_banner .bg {
    width: 1920px;
    position: relative;
    left: calc(50% - 960px);
}

.sec-1{
    width: 100%;
    height: 65px;
    line-height: 65px;
    background: #fff;
}
.sec-1 .l{
    width: 95px;
    height: 35px;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    background-image: linear-gradient(to right, #fe9e07 , #b401ee);
    display:flex;
    justify-content:center;
    align-items:center;
    margin-right: 20px;
    border-radius: 3px;
}
.sec-1 .mySwiper-1 {
    width: calc(100% - 210px);
    height: 65px;
    box-sizing: border-box;
}
.sec-1 .text{
    float: left;
    font-size: 16px;
    color: #000;
    opacity: .6;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    width: calc(100% - 100px);
}
.sec-1 .time{
    float: right;
    font-size: 16px;
    color: #000;
    opacity: .6;
}
.sec-1 .swiper-pagination-1{
    width: 95px;
    position: static;
    text-align: right;
}
.sec-1 .swiper-pagination-1 .swiper-pagination-bullet{
    margin-right: 0;
    margin-left: 8px;
}
.swiper-pagination .swiper-pagination-bullet{
    background: #fa9210;
}
.swiper-pagination .swiper-pagination-bullet-active{
    opacity: 1;
}

.sec-2{
    width: 100%;
    margin-bottom: 30px;
}
 .sec-2 .list{
     width: calc(100%  + 30px);
     margin-left: -15px;
     margin-right: -15px;
    border-top: 2px solid #d10b9a;
    box-sizing: border-box;
    border-left: 1px solid #edecec;
}
 .sec-2 .list li{
     float: left;
     width: 25%;
     border-right: 1px solid  #edecec;
     border-bottom: 1px solid  #edecec;
     box-sizing: border-box;
     padding: 12px 12px 18px;
 }
 .sec-2 .list li .d1{
     line-height: 22px;
     color: #000;
     text-overflow: -o-ellipsis-lastline;
     overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-line-clamp: 1;
     line-clamp: 1;
     -webkit-box-orient: vertical;
     margin-bottom: 10px;
 }
 
 .sec-2 .list li .d1 i{
     font-size: 22px;
     color: #828282;
     float: left;
     margin-right: 6px;
 }
 .sec-2 .list li .d2{
     height: 36px;
     font-size: 12px;
     line-height: 18px;
     color: #000;
     text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
     opacity: .6;
     margin-bottom: 20px;
 }
 
 .sec-2 .r-d{
    width: calc(100% + 5px);
    margin-right: -15px;
    background: #000;
    float: right;
    border: 1px solid #edecec;
    box-sizing: border-box;
    background: url(../images/s2-bg1.png) center top no-repeat;
    padding: 15px;
    box-sizing: border-box;
    background-size: cover;
    border-radius: 3px;
 }
 .sec-2 .r-d .d1{
     width: 100%;
     position: relative;
     font-size: 18px;
     color: #000;
     margin-bottom: 20px;
 }
 .sec-2 .r-d .d1::after{
     content: '';
     display: block;
     width: 3px;
     height: 100%;
     position: absolute;
     left: -15px;
     top: 0;
     background: #cd00a9;
 }
 .sec-2 .r-d .d2{
     padding: 0 8px;
     width: 100%;
     box-sizing: border-box;
     margin-bottom: 10px;
 }
 
 .sec-2 .r-d .d2 img{
    width: 100%;
    border-radius: 5px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1) ;
 }
 .sec-2 .r-d .d3{
    padding: 0 8px;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 29px;
    opacity: .7;
}

 .sec-3{
    width: 100%;
    box-sizing: border-box; 
    background: #eeeeee;
}
.sec-3 ul{
    background: #fff;
    height: 100%;
}
.sec-3 li{
    width: 25%;
    height: 600px;
    float: left;
    position: relative;
}
.sec-3 li.li1 .text{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
    color: #fff;
    padding: 0 36px 32px;
}
.sec-3 li.li1 .text .d1{
    width: 120px;
    height: 4px;
    background: #fff;
    margin-bottom: 20px;
    margin-left: -70px;
}
.sec-3 li.li1 .text .d2{
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 8px;
}
.sec-3 li.li1 .text .d3{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
}
.sec-3 li.li1 .text .d4{
    font-size: 14px;
    line-height: 25px;
}
.sec-3 li.li2 .img{
    width: 100%;
    height: 50%;
    overflow: hidden;
}
.sec-3 li img{
    width: 100%;
    height: 100%;
}
.sec-3 li.li2 .text{
    width: 100%;
    height: 50%;
    padding: 32px 30px 0;
    box-sizing: border-box;
}
.sec-3 li.li2 .text .d1{
    width: 34px;
    height: 3px;
    background: #d010ac;
    margin-bottom: 16px;
}
.sec-3 li.li2 .text .d2{
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 20px;
}
.sec-3 li.li2 .text .d3{
    font-size: 14px;
    line-height: 25px;
    color: #000;
}
.sec-3 li.li2:nth-child(3) .img{
    position: absolute;
    left: 0;
    bottom: 0;
}
.sec-4 .row{
    width: calc(100% + 30px);
    margin: 40px -15px 28px;
    background: #fbfbfb;
    border: 1px solid #e3e3e3;
    box-sizing: border-box;
    padding: 16px 0;
    border-radius: 3px;
}

.sec-4 .l_img{
    float: left;
    width: 38%;
    padding-bottom: 38%;
    overflow: hidden;
}
.sec-4 .text{
    width: 58%;
    float: right;
    color: #000;
    padding-top: 8px;
    box-sizing: border-box;
}
.sec-4 .text .d1{
    font-size: 16px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}
.sec-4 .text .d2{
    font-size: 12px;
    line-height: 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    opacity: .5;
    margin-bottom: 10%;
}

.sec-4 .text .d3{
    opacity: .5;
    font-size: 12px;
}
.s-t1{
    height: 16px;
    color: #ce03a6;
    font-size: 22px;
    padding-left: 28px;
    box-sizing: border-box;
    line-height: 34px;
    height: 34px;
    position: relative;
}
.s-t1::after{
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    border: 3px solid #cd01a8;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: calc(50% - 9px);
    border-radius: 18px;
}
.s-t2 {
    height: 24px;
    color: #f99012;
    font-size: 24px;
    border-left: 3px solid #f99012;
    padding-left: 15px;
    box-sizing: border-box;
    font-weight: bold;
}
.sec-5{
    margin-bottom: 26px;
}
.sec-5 .bg{
    background: url(../images/s5-bg.jpg) center no-repeat;
    background-size: cover;
    padding: 38px 0;
}
.sec-5 .tab{
    margin-bottom: 20px;
}
.sec-5 .s-t1{
    float: left;
}
.sec-5 .tab-t{
    text-align: right;
    width: 100%;
}
.sec-5 .tab-t span{
    display: inline-block;
    width: auto;
    padding: 0 12px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    color: #000;
    border-radius: 34px;
    cursor: pointer;
}
.sec-5 .tab-t span.this{
    background-image: linear-gradient(to right, #fe9e07 , #b401ee);
    color: #fff;
}

.sec-5  .mySwiper-2{
    background: url(../images/s5-bg2.jpg) left center no-repeat;
    background-size: auto 100%;
    padding: 28px;
    box-sizing: border-box;
}

.sec-5 .swiper-slide .l_img{
    float: left;
    width: 42%;
    padding-bottom: 28%;
    overflow: hidden;
}
.sec-5 .swiper-slide .text{
    width: 52%;
    float: right;
}
.sec-5 .swiper-slide .text .d1{
    padding-top: 8px;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-bottom: 14px;
}
.sec-5 .swiper-slide .text .d2{
    font-size: 12px;
    margin-bottom: 18px;
    color: #000000;
    opacity: .3;
}
.sec-5 .swiper-slide .text .d3{
    margin-bottom: 35px;
    font-size: 14px;
    line-height: 25px;
    color: #000000;
    opacity: .6;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}
.sec-5 .swiper-slide .text .d4{
    width: 92px;
    height: 32px;
    display:flex;
    justify-content:center;
    align-items:center;
    background-image: linear-gradient(to right, #fe9e07 , #b401ee);
    color: #fff;

}
.sec-5 .bg2{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 104px;
    height: 56px;
    background: url(../images/s5-bg3.png) center no-repeat;
    background-size: cover;
}
.sec-5  .swiper-button-next-2{
    width: 45px;
    height: 56px;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    margin-top: 0;
}
.sec-5  .swiper-button-prev-2{
    width: 45px;
    height: 56px;
    left: auto;
    right: 45px;
    top: auto;
    bottom: 0;
    margin-top: 0;
}
.sec-5  .swiper-button-next-2::before{
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    background: #f19cb0;
    position: absolute;
    left: 0;
    top: calc(50% - 10px);

}

.sec-5 .swiper-button-next-2:after, .sec-5 .swiper-button-prev-2:after {
    color: #fff;
    font-size: 20px;
}

 
.sec-6{
    margin-bottom: 40px;
}
.sec-6 .box{
    width: 100%;
    box-sizing: border-box;
    border-radius: 10px;
}
.sec-6 .col-md-4:nth-child(1){
    padding-left: 0;
}
.sec-6 .col-md-4:nth-child(3){
    padding-right: 0;
}

.sec-6 .box .t{
    width: 100%;
    padding-right: 20px;
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 12px;
}
.sec-6 .box .t a{
    width: 40px;
    font-size: 14px;
    color: #a3a3a3;
    margin-top: 8px;
}
.sec-6 .box .t a img{
    float: right;
}
.sec-6 .box ul{
    width: 100%;
    box-sizing: border-box;
}
.sec-6 .box ul li{
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #efefef;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.sec-6 .box ul li a{
    opacity: .6;
}
.sec-6 .box ul li:hover a{
    color: #f99012;
}

.sec-6 .s-t2{
    height: 20px;
    font-size: 20px;
    padding-left: 20px;
    width: calc(100% - 60px);
}
.sec-6 .m{
    width: 215px;
    height: 66px;
    margin: 45px auto 0;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size: 18px;
    color: #fff;
  background-image: linear-gradient(to right, #fe9e07 , #b401ee);
    background-size: cover;
    border-radius: 66px;
}
.sec-6 .m i{
    font-size: 30px;
    display: inline-block;
    margin-right: 10px;
}
.sec-6 .m:hover {
    box-shadow: 0px 0px 10px rgba(186, 13, 219, 0.75);
    background:#fff;
    color: #b707e4;
    border: 1px solid #b707e4;
}

.sec-6 .m:hover i{
      color: #b707e4;
}

.sec-7{
    margin-bottom: 38px;
}
.sec-7 .box {
    width: 100%;
    border: 1px solid #e3e3e3;
    position: relative;
    border-radius: 3px;
    padding: 25px 25px 10px 62px;
}
.sec-7 .box img{
    position: absolute;
    top: -1px;
    left: 14px;
}
 
.sec-7 .box  a{ 
    float: left;
    width: auto;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 15px;
}
.sec-8{
    width: 100%;
    height: 112px;
    background-image: linear-gradient(to right, #ff8400 , #cd00a9);
}
.sec-8 ul{
    width: 100%;
}
.sec-8 li{
    width: 25%;
    height: 112px;
    line-height: 112px;
    float: left;
    color: #fff;
    display:flex;
    align-items:center;

}
.sec-8 li img{
    margin-right: 10px;
}


/* 友情链接 */
.fk{ border-top: 1px solid #e1ebf1; background: #fff; padding: 25px 0; }
.fk .link_tab { width: 100%; display: flex; flex-wrap: wrap; align-items: center; padding-bottom: 8px; }
.fk .link_tab .li { font-size: 16px; padding-bottom: 12px; margin-right: 20px; }
.fk .link_tab .li.current { color: #f99012; position: relative; }
.fk .link_tab .li.current::after { height: 2px; background: #f99012; content: ''; left: 0px; right: 0px; bottom: 0px; position: absolute; }
.fk .tab-div .lks { width: 100%; height: 35px; display: flex; flex-wrap: wrap; justify-content: space-between; overflow: hidden; position: relative; padding-right: 30px; }
.fk .tab-div .lks a{ float: left; width: auto; font-size: 14px; color: #000; line-height: 34px; margin-right: 12px; }
.fk .tab-div .lks a:hover{ color: #f99012; }
.fk .tab-div .lks .right_open { height: 34px; cursor: pointer; color: #666; position: absolute; right: 0px; top: 10px; }

.footer{
    border-top: 1px solid #e1ebf1;
    background: #fff;
    padding-top: 20px;
    box-sizing: border-box;
}
.footer .flogo{
    width: 20%;
}
.footer .flogo img{
    max-width: 70%;
}
.footer .f-nav dl{
    float: left;
    width: 30%;
    padding-top: 8px;
}
.footer .f-nav dl dt{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #000;
}
.footer .f-nav dl dd{
    margin-bottom: 15px;
    font-size: 15px;
    opacity: .75;
}
.footer .f-ma {
    float: right;
    width: 25%;
}
.footer .f-ma .t{
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
    font-size: 18px;
}
.f-ma .b{
    overflow: hidden;
}
.f-ma .b img{
    float: left;
    width: 33%;
}
.f-ma .b .text{
    width: 60%;
    float: right;
    font-size: 14px;
}
.f-ma .b .text p{
    margin-bottom: 15px;
}
.f-bq{
    border-top: 1px solid #e1ebf1;
    padding: 20px 0;
    background: #fff;
    margin-top: 15px;
}
.f-bq .d1{
    margin-bottom: 20px;
    opacity: .66;
}

.r-f{
    position: fixed;
    right: 80px;
    bottom: 32%;
    z-index: 99999;
}
.r-f li{
    width: 70px;
    height: 70px;
    background: #fff;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    margin-bottom: 15px;
    cursor: pointer;
    position: relative;
    border-radius: 70px;
}
.r-f li i{
    font-size: 36px;
    color: #bdbdbd;
}
.r-f li .box{
    position: absolute;
    top: 0;
    left: 0px;
    opacity: 0;
}
.r-f li .box img{
    width: 90px;
}
.r-f li:hover {
    background: url(../images/r-f.png) center no-repeat;
    background-size: cover;
    border: 0;
}
.r-f li:hover .box{
    opacity: 1;
    left: -100px;
}
.r-f li:hover i{
    color: #fff;
}
@media screen and (max-width: 1420px) {
    .header .t-d {
        height: 50px;
        font-size: 13px;
        line-height: 50px;
    }
    .header .nav-d .n {
        font-size: 15px;
    }
    .header .logo {
        width: 200px;
        height: 198px;
        padding-top: 12px;
    }
    .header .logo img {
        width: 100px;
        margin: 0 auto 5px;
    }
    .header .t-d .tel {
        width: 125px;
        height: 30px;
        line-height: 28px;
        margin-top: 10px;
        font-size: 12px;
    }
    .header .t-d .comment {
        height: 30px;
        line-height: 28px;
        margin-top: 10px;
        font-size: 12px;
    }
    .header .t-d i {
        font-size: 18px;
        margin-right: 5px;
    }
    .i-banner img.bg {
        width: 1600px;
        position: relative;
        left: calc(50% - 800px);
    }
    .i-banner .text {
        padding-top: 240px;
    }
    .i-banner .text .d1 {
        width: 520px;
    }

    .i-banner .text .d5 a {
        width: 100px;
        height: 35px;
        font-size: 14px;
    }
    .sec-1 {
        width: 100%;
        height: 60px;
        line-height: 60px;
        background: #fff;
    }
    .sec-1 .l {
        width: 90px;
        height: 34px;
        font-size: 14px;
    }
    .sec-1 .mySwiper-1 {
        height: 60px;
    }
    .sec-1 .text,.sec-1 .time{
        font-size: 14px;
    }
    


    .sec-4 .text .d1 {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .sec-4 .text .d2 {
        font-size: 12px;
        line-height: 20px;
    }
    .sec-5 .li .d1 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .sec-5 .li .d2 .r {
        background-size: 100%;
    }
    .sec-6 .box {
        padding: 20px 0 15px;
    }
    .sec-6 .box ul li {
        height: 38px;
        line-height: 38px;
    }
    .sec-6 .m {
        width: 160px;
        height: 50px;
        margin: 30px auto 0;
        font-size: 16px;
    }
    .sec-7 .left a {
        font-size: 12px;
        line-height: 24px;
    }

    .r-f {
        right: 40px;
        bottom: 20%;
    }
    .r-f li {
        width: 50px;
        height: 50px;
    }
    .r-f li i {
        font-size: 30px;
    }
   
    .fk a {
        font-size: 12px;
        line-height: 24px;
        margin-right: 15px;
    }
    .footer .f-nav dl dt {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .footer .f-nav dl dd {
        margin-bottom: 10px;
        font-size: 13px;
    }
    .f-ma .b .text {
        font-size: 12px;
    }
    .footer .f-ma .t {
        margin-bottom: 15px;
        font-size: 16px;
    }
}
@media screen and (max-width: 1220px) {
    .sec-2 .list li .d2 {
        margin-bottom: 10px;
    }
    .sec-3 li {
        height: 500px;
    }
    
    .sec-3 li.li1 .text {
        padding: 0 20px 20px;
    }
    .sec-3 li.li1 .text .d2 {
        font-size: 24px;
        margin-bottom: 8px;
    }
    .sec-3 li.li1 .text .d3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .sec-3 li.li2 .text {
        padding: 20px 20px 0;
    }
    .sec-3 li.li2 .text .d1 {
        width: 25px;
        height: 2px;
        margin-bottom: 10px;
    }
    .sec-3 li.li2 .text .d2 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .sec-3 li.li2 .text .d3 {
        font-size: 14px;
        line-height: 20px;
    }
    .f-bq {
        padding: 20px 0 0;
    }
    .sec-5 .swiper-slide .text .d1 {
        padding-top: 8px;
        font-size: 20px;
        margin-bottom: 10px;
    }
    .sec-5 .swiper-slide .text .d3 {
        margin-bottom: 30px;
        font-size: 14px;
        line-height: 20px;
    }   
}
@media screen and (max-width: 1000px) {
    .rdc{
        display: flex;
        align-items: center;
        position: absolute;
    }
    .header .logo {
        width: auto;
        height: 50px;
        padding-top: 0;
        background: none;
        display:flex;
        align-items:center;
        left: 20px;
    }
    .header .logo img {
        width: 40px;
    }
    .header .logo img.pc {
        display: none;
    }
    .header .logo img.mobile {
        width: 106px!important;
        display: block;
        padding-left: 10px;
        margin: 0px;
    }
    .header .t-d .tel,.header .t-d .comment{
        display: none !important;
    }
 
    .header .t-d .t1{
        display: none;
    }
    .header .nav-d{
        display: none;
    }

    .i-banner {
        height: 460px;
    }
    .i-banner .bg {
        width: 1400px;
        height: 460px;
        left: calc(50% - 700px);
    }
    .i-banner .text {
        padding-top: 165px;
    }
    .i-banner .text .d1 {
        width: 440px;
    }
   
    .sec-4 .col-lg-3:nth-child(-n+2){
        margin-bottom: 15px;
    }
    .sec-5 .col-lg-3:nth-child(-n+2){
        margin-bottom: 15px;
    }
    .sec-5 .li:nth-child(2) {
        padding-right: 0;
    }
    .sec-5 .li:nth-child(3) {
        padding-left: 0;
    }
    
}
@media screen and (max-width: 768px) {
    .i-banner {
        height: 280px;
    }
    .i-banner .bg {
        width: 140%;
        height: 280px;
        left: -20%;
    }
    .i-banner .text {
        padding-top: 80px;
    }
    .i-banner .text .d2 {
        font-size: 14px;
        line-height: 20px;

        text-shadow:#fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;
        -webkit-text-shadow:#fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;
        -moz-text-shadow:#fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;
        *filter: Glow(color=#fff, strength=1);
    }

    .i-banner .text .d5 a {
        width: 80px;
        height: 24px;
        line-height: 22px;
        font-size: 12px;
        margin-right: 10px;
    }
    .sec-1 {
        height: 40px;
        line-height: 40px;
    }
    .sec-1 .l,.sec-1 .swiper-pagination-1{
        display: none;
    }
    
    .sec-1 .mySwiper-1 {
        width: 100%;
        height: 40px;
    }
    .sec-1 .text, .sec-1 .time {
        font-size: 12px;
    }
    .sec-4 {
        margin: 25px 0;
    }
    .sec-4 .row {
        display: block;
    }
    .sec-4 .col-lg-3 {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden;
    }
    .sec-4 .col-lg-3:nth-child(-n+3) {
        margin-bottom: 15px;
    }
    .sec-4 .l_img {
        width: 32%;
        padding-bottom: 32%;
    }
    .sec-4 .text {
        width: 64%;
        padding-top: 4px;
    }
    .sec-4 .text .d2 {
        margin-bottom: 8%;
    }
    .s-t2 {
        height: 20px;
        font-size: 20px;
        padding-left: 10px;
    }
    .sec-5 .tab {
        margin-bottom: 15px;
    }
    .sec-5 .tab-t {
        text-align: center;
        margin-top: 15px;
        width: 100%;
    }
    .sec-5 .tab-t span {
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
    .sec-5 .li .d2 .l {
        width: 100%;
        font-size: 12px;
    }

    .sec-5 .li .d2 .r {
        display: none;
    }
    .sec-5 .li{
        padding-right: 5px;
        padding-left: 5px;
    }
    .sec-6 .col-md-4 {
        padding: 0;
        margin-bottom: 15px;
    }
    .sec-6 .s-t2 {
        height: 18px;
        font-size: 16px;
        padding-left: 10px;
        width: calc(100% - 60px);
    }
    .sec-6 .box .t a {
        margin-top: 2px;
    }
    .sec-6 .box .t {
        width: 100%;
        padding-right: 10px;
        margin-bottom: 10px;
    }
    .sec-6 .box ul {
        padding: 0 10px;
    }
    .sec-6 .box ul li {
        height: 35px;
        line-height: 35px;
        font-size: 13px;
    }
    .sec-6 {
        margin-bottom: 0px;
    }
    .sec-7 {
        padding: 25px 0;
    }
    .sec-7 .left {
        width: 100%;
        margin-bottom: 15px;
    }

    .fk {
        padding: 15px 0 15px;
    }
    .fk a {
        font-size: 12px;
        line-height: 24px;
        margin-right: 15px;
    }
    .footer {
        padding-top: 20px;
    }
    .footer .flogo {
        width: 100%;
        margin-bottom: 20px;
    }
    .footer .flogo img {
        max-width: 70%;
        width: 30%;
        margin: 0 auto;
    }
    .f-nav{
        display: none;
    }
    .footer .f-ma {
        float: none;
        width: 100%;
    }
    .footer .f-ma .t{
        display: none;
    }
    .f-ma .b img {
        float: none;
        width: 30%;
        margin: 0 auto 20px;
    }
    .f-ma .b .text {
        width: 40%;
        float: none;
        font-size: 12px;
        margin: 0 auto;
    }
    .f-ma .b .text p {
        margin-bottom: 10px;
    }
    .f-bq {
        padding: 10px 0 ;
        margin-top: 10px;
    }
    .f-bq .d1 {
        margin-bottom: 5px;
        opacity: .66;
        font-size: 12px;
        line-height: 16px;
    }

    .r-f {
        right: 20px;
        bottom: 10%;
    }
    .r-f li {
        width: 40px;
        height: 40px;
    }
    .r-f li i {
        font-size: 24px;
    }
    .sec-6 .m {
        width: 120px;
        height: 40px;
        margin: 20px auto 0;
        font-size: 14px;
    }
    .sec-6 .m i {
        font-size: 20px;
        margin-right: 5px;
    }
    .header .logo{
        left: 4px;
    }
    .rdc {
        right: 10px;
    }
    .sec-2 .list li {
        width: 50%;
        padding: 12px 12px 18px;
    }
    .sec-2 .r-d {
        width: calc(100% + 30px);
        margin-right: -15px;
        margin-left: -15px;
        margin-top: 20px; 
    }
    .sec-3 li {
        width: 50%;
        height: 360px;
    }
    
    .sec-3 li.li2 .text {
        padding: 15px 15px 10px;
    }
    
    .sec-3 li.li2 .text .d2 {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .sec-3 li.li2 .text .d3 {
        font-size: 12px;
        line-height: 18px;
    }
    .sec-3 li.li1 .text .d2 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .sec-3 li.li1 .text .d3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .sec-3 li.li1 .text .d4 {
        font-size: 12px;
        line-height: 18px;
    }
    .sec-3 li.li1 .text {
        padding: 0 15px 15px;
    }
    .sec-3 li.li1 .text .d1 {
        width: 100px;
        height: 2px;
        margin-bottom: 10px;
        margin-left: -50px;
    }
    .sec-5 .s-t1 {
        width: 100%;
        margin-bottom: 10px;
        font-size: 16px;
        text-align: center;
        padding-left: 20px;
    }
    .s-t1::after {
        width: 12px;
        height: 12px;
        border: 2px solid #cd01a8;
        top: calc(50% - 6px);
        left: calc(50% - 40px);
    }

    .sec-5 .swiper-slide .l_img {
        float: none;
        width: 100%;
        padding-bottom: 67%;
    }
    .sec-5 .swiper-slide .text {
        width: 100%;
        float: none;
    }
    
    .sec-5  .mySwiper-2{
        background: #fff;
        padding: 15px;  
    }
    .sec-6 .box {
        padding: 10px 0 1px;
    }
    .sec-7 {
        margin-bottom: 0px;
    }
    .sec-7 .box {
        width: 100%;
        border: 1px solid #e3e3e3;
        position: relative;
        padding: 15px 15px 0px 45px;
    }
    .sec-7 .box img {
        left: 10px;
        width: 24px;
    }
    .sec-7 .box a {
        font-size: 12px;
        margin-right: 8px;
        margin-bottom: 15px;
    }
    .sec-8 {
        padding: 10px 0;
        margin-bottom: 0px;
    }
    .sec-8 li {
        width: 50%;
        height: 50px;
        line-height:50px;
        font-size: 13px;
    }
    .sec-8 li img {
        width: 24px;
        margin-right: 5px;
    }
    .sec-5 .bg2 {
        width: 90px;
        height: 45px;
    }
    .sec-5  .swiper-button-next-2{
        width: 40px;
        height: 45px;
        left: auto;
        right: 0;
        top: auto;
        bottom: 0;
        margin-top: 0;
    }
    .sec-5  .swiper-button-prev-2{
        width: 40px;
        height: 45px;
        left: auto;
        right: 40px;
        top: auto;
        bottom: 0;
        margin-top: 0;
    }
    .sk img{
        height: 6px;
    }
    .sec-5 .bg {
        padding: 20px 0;
    }
    .sec-2 .r-d .d2 {
        padding: 0 0px;
        margin-bottom: 6px;
    }
    .sec-2 .r-d .d3 {
        padding: 0 0px;
        font-size: 14px;
        line-height: 24px;
    }
    .sec-2 .r-d .d1 {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

.modal-content {
    border-radius: 10px;
}
.modal-content .top_head {
    width: 100%;
    padding: 14px 15px;
    position: relative;
    font-size: 14px;
    color: #000;
    border-bottom: 1px solid #dedede;
}
.modal-content .top_head .iconfont {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    position: absolute;
    right: -13px;
    top: -13px;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    cursor: pointer;
}
.modal-content .imgBox {
    width: 100%;
    padding: 15px;
}
.modal-content .imgBox img { width:100%; }.modal-dialog {
    margin: 0px !important;
    position: absolute !important;
    top:50% !important;
    left:50% !important;
    transform:translate(-50%,-50%) !important;
    -webkit-transform:translate(-50%,-50%) !important;
    -moz-transform:translate(-50%,-50%) !important;
    -ms-transform:translate(-50%,-50%) !important;
    -o-transform:translate(-50%,-50%) !important;
}
.visa_img_big {
    display: none;
}

.bcount{
    font-weight: bold;
    color: #0099ff;
    padding: 0 2px;
}