@font-face {
    font-family: 'webfont';
    font-display: swap;
    src: url('//at.alicdn.com/t/webfont_ff0nn0ctytt.eot'); /* IE9*/
    src: url('//at.alicdn.com/t/webfont_ff0nn0ctytt.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('//at.alicdn.com/t/webfont_ff0nn0ctytt.woff2') format('woff2'),
    url('//at.alicdn.com/t/webfont_ff0nn0ctytt.woff') format('woff'), /* chrome、firefox */ url('//at.alicdn.com/t/webfont_ff0nn0ctytt.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('//at.alicdn.com/t/webfont_ff0nn0ctytt.svg#站酷小薇体') format('svg'); /* iOS 4.1- */
}
section{
    padding: 60px 0;
}
#custom{
	padding: 0;
}
#custom2{
    padding: 0;
    display: none;
}
#custom img{
	width:100%;
}
#preload{
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;

    z-index:200;
    display:flex;
    justify-content: center;
    align-items: center;
}
.preload-bg{
    position:absolute;
    width:100%;
    height:100%;
    background:#000;
}
#preload .tip{
    display:inline;
    color:#fff;
    font-size:4vw;
    text-transform:uppercase;
    font-weight:bold;
    line-height:1;
    position:relative;
    overflow:hidden;
}
.tip-bg{
    position:absolute;
    width:0px;
    height:100%;
    background:#fff;
}
#txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#mobile-banner{
    display: none;
}
.banner.swiper-container {
    width: 100%;
    z-index: 100;
}
.banner.mobile{
    display: none;
}
.banner.pc{
    display: block;
}
.banner .swiper-slide a {
    position: relative;
    display: block;
}
.banner .swiper-button-prev {
    margin-top: 0;
    opacity: 1;
}
.banner .swiper-button-next{
    margin-top: 0;
}
.banner .swiper-slide .content{
    position: relative;
    width: 100%;
    height: 100%;
}
.banner .swiper-slide .content .mask{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: rgba(0,0,0,.2);
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: left;
}

.banner .swiper-slide a .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;

}
.banner .swiper-slide .content{
    position: relative;
    width: 100%;
}
.banner .swiper-slide .content .mask {
    position: absolute;
    width: 100%;
    height: calc(100% + 80px);
    left: 0;
    top: -80px;
    z-index: 2;
    background-color: rgba(0,0,0,.2);
}


.banner a{
    display: block;
}
.banner h2 {
    color: #fff;
    font-size: 3vw;
}

.scroll-icon {
    margin: 0 auto;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2em;
    width: 1.2em;
    font-size: 22px;
    color: rgba(255, 255, 255, 0.5);
    border-radius: 2em;
    border: solid 2px;
    -webkit-transition: .4s;
    transition: .4s;
}
.scroll-icon::after {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-animation: scroll-icon 2.2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
    animation: scroll-icon 2.2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
}
@keyframes scroll-icon{0% {
    -webkit-transform:translateY(-12px);
    transform: translateY(-12px);
    opacity: 0;
}
    30%, 70% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
        opacity: 0;
    }
}
#main_nav.fixed {
    display: block;
}

#index-keywords {
    height: 65px;
    padding-bottom: 40px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

#index-keywords .section-left {
    width: 120px;
    float: left;
    font-size: 18px;
    color: #000;
    line-height: 65px;
}

#index-keywords .section-right {
    margin-left: 160px;
}

#index-keywords .section-right ul {

}
#index-keywords .section-right a.more-link{
    margin: 12px 0 0;
    float: right;
    height: 41px;
    line-height: 39px;
    background-color: #0154a6;
    border-color: #0154a6;
    color: #fff;
    font-size: 16px;
    font-weight: 300;

}
#index-keywords .section-right a.more-link:hover{
    background-color: #0456a7;
    border-color: #0456a7;
}
#index-keywords .section-right ul li {
    display: inline-block;
    margin-right: 15px;
    line-height: 65px;
}
#index-advantage{
    padding: 0;
}
#index-advantage .content{
    position: relative;
}
#index-advantage .content .mask{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.6);
}

#index-advantage .content .mask .wrapper{
    width: calc(50% + 600px);
    position: absolute;
    height: 80%;
    bottom: 0;
    right: 0;
    padding: 40px 5% 0;
    background-color: rgba(255,255,255,.85);
}
#index-advantage .title{
    margin-bottom: 30px;
}
#index-advantage .title h1{
    font-size: 40px;
}
#index-advantage .title h1 span{
    font-weight: normal;
}
#index-advantage .title p.t1{
    font-size: 16px;
    color: #999;
}
#index-advantage .ad-content{
    width: 80%;
}

#index-advantage .contact{
    width: calc(50% + 600px);
    float: right;
    height: 75px;
    color: #fff;
    background-color: #0255a6;
}
#index-advantage .contact p{
    line-height: 75px;
    margin: 0;
    padding: 0 7%;
    font-size: 20px;
    font-weight: bold;
    float: left;
}
#index-advantage .contact a{
    float: left;
    height: 35px;
    margin: 20px 0;
    line-height: 35px;
    text-align: center;
    padding: 0 20px;
    background-color: #fff;
    color: #000;
    transition: all .4s;
}
#index-advantage .contact a:hover{
    background-color: #000;
    color: #fff;
}
.ad-content ul{
    background-color: #333;
    float: left;
    width: 30%;
    height: 400px;
    padding: 20px 0;

}
.ad-content ul li{
    color: #fff;
    height: 72px;
    margin-bottom: 15px;
    position: relative;
    left: -18px;
    border-radius: 72px 0 0 72px;
    padding: 16px;
    background-color: #333;
}
.ad-content .ad-bd{
    color: #fff;
    background-color: #000;
    float: right;
    width: 70%!important;

}
.ad-content .ad-bd .li-content{
    height: 400px;
    width: 100% !important;
    padding: 40px 30px;
}
.ad-content .ad-bd .li-content h3{
    font-size: 30px;
    margin-bottom: 20px;
}
.ad-content .ad-bd .li-content p{
    line-height: 3;
}
.ys-list li em{
    width: 40px;
    height: 40px;
    display: block;
    float: left;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    background-color: #464e57;
}

.ys-list li.active em{
    background-color: #b72c26;
}
.ys-list li p.t2{
    float: left;
    line-height: normal;
}
.ys-list li p.t2 span{
    font-size: 22px;
    font-weight: bold;
    display: block;
    line-height: 1;
}
.ys-list li p.t2 i{
    font-size: 12px;
    line-height: normal;
    color: #999;
}
.ys-list li.active p.t2{
    color: #b72c26;
}
#index-00{
    overflow: hidden;
    background-color: #fff;
}
#index-00 li{
    transition: all ease-out .3s;
}
#index-00 li:hover{
    box-shadow: 0px 7px 17px #dedede;
}
#index-00 li .content2{
    position: relative;
    width: 100%;
    height: 100%;
}
#index-00 li .content2 .mask{
    padding: 10px 20px;
    background-color: #fff;
}
#index-00 li .content2 .mask h3{
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
}
#index-00 li .content2 .mask p a{
    display: inline-block;
    margin: 0 2px;
    font-size: 14px;
}
#index-00 li .content{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 66.625%;   
}
#index-00 li .content .mask{
    background-color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all .5s;
}
#index-00 li:hover .content .mask{
    background-image: linear-gradient(#54b6e6, #0154a6);
    color: #fff;
}
#index-00 li .content .mask h1{
    color: #fff;

}
#index-1 {
    padding: 60px 0;
    overflow: hidden;
    position: relative;
    background-color: #f5f5f5;
}
#index-1 .index1{
    margin-bottom: 30px;
}
#index-0{
    position: relative;
    overflow: hidden;
    padding: 30px 0!important;
}

#index-0 li {
    width: 21%;
    margin: 0;
    padding:  0;
    color: #999;
    cursor: pointer;
    transition: all .5s;

}

#index-0 li:last-child{
    width: auto;
    float: right;
}
#index-0 li span.iconfont{
    float: left;
    font-size: 30px;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: block;
    transition: all 1s linear;
}
#index-0 li h3{
    font-size: 16px;
    margin-left: 70px;
    font-weight: 500;
    text-align: left;
}
#index-0 li p{
    margin-left: 70px;
    font-size: 16px;
    text-align: left;
}
#index-0 li:hover {
    color: #0a2f6b;
}
#index-0 li:hover span.iconfont{
    border-color: #0a2f6b;
    transform:rotateY(360deg)

}
#index-1 .swiper-container {
    padding: 0 0 60px;
    height: auto;
}

.am-panel-group .am-panel + .am-panel {
    margin-top: 0 !important;
}

#index-1 .swiper-slide {
    /*background-color: #eaeaea;*/
border-radius: 5px;
    padding: 20px 0 0;
    transition: all .5s;
    background-image: linear-gradient(#54b6e6, #0154a6);
    text-align: center;
    color: #fff;
}
#index-1 .swiper-slide h3{
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}
#index-1 .swiper-slide .more-link{
    margin-bottom: 0;
    color: #fff;
    border-color: #fff;
}
#index-1 .swiper-slide p.t1{
    font-size: 14px;
    line-height: 40px;
}


#index-1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #0456a7;
}

#index-1 .am-panel-bd {
    padding: 20px 5px 0;
}

#index-1 .swiper-slide .picture {
    border-radius: 5px 5px 0 0;
}

#index-1 .swiper-slide .content img {
    width: 100%;
    border-radius: 0 0 5px 5px;
}

#index-1 .article-right .list-3 li:last-child{
    display: none;
}
#index-2 {
    padding: 100px 0;
    overflow: hidden;
}

#index-2 .width{
    width: 100%;
    position: relative;
}
#index-2 .index-left,#index-2 .index-right{
    float: left;
    width: 50%;
}
#index-2 li:nth-child(even) .index-left{
    float: right;
}
#index-2 .content {
    position: relative;
    padding-bottom: 56.25%;
}

#index-2 .content .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0 10%;
    background-color: #f5f5f5;
    left: 0;
    top: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#index-2 .content .mask h2{
    font-size: 32px;
    color: #0154a6;
    margin-bottom: 30px;
}
#index-2 .content .mask h3{
    font-size: 20px;
    margin-bottom: 15px;
}
#index-2 .content .mask p{
    line-height: 2;
    font-size: 15px;
}

#index-ad .cate-banner .content .mask{
    background-color: rgba(6, 21, 65, 0.8);
}
#index-ad .cate-banner .content .mask h1{
    color: #fff;
}
#index-4 .swiper-pagination-bullet{
    background-color: #fff;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    opacity: 1;
}

#index-2 .swiper-button-next, #index-2 .swiper-button-prev {
    background-size: 20%;
    width: 40px;
    height: 60px;
    background-color: #ccc;
    right: 0;
    opacity: 1;
    transition: all .3s;
    z-index: 10;
}
#index-2 .swiper-button-next{
    border-radius: 0 5px 5px 0;
}
#index-2 .swiper-button-prev {
    left: 0;
    right: auto;
    border-radius: 5px 0 0 5px;
}
#index-2 .swiper-button-next:hover,#index-2 .swiper-button-prev:hover{
    opacity: 1;
    background-color: #0456a7;
}
#index-2 .more-link{
    margin-top: 40px;
}
#index-3 {
    background-color: #f9f9f9;
    padding: 100px 0;
    overflow: hidden;
}

#index-3 .index-left {
    width: 100%;

}
#index-3 .am-u-md-6 .content{
    margin-left: 30px;
}
#index-3 .am-u-md-6{
    position: relative;
}

#index-3 .index-intro .more-link{
    margin: 20px 0 0;
}
#index-3 .index-intro p {
    line-height: 2;
    text-align: justify;
    color: #666;
}

#index-3 li .num {
    font-size: 60px;
    line-height: normal;
    font-family: webfont;
    font-weight: 300;
    letter-spacing: -3px;
    color: #0154a6;
}

#index-3 #data {
    text-align: center;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    overflow: hidden;
    text-align: center;
    margin-bottom: 40px;
}

#index-3 #data li {
    width: 25%;
    float: left;
    margin-bottom: 0;
}

#index-3 #data li + li {
    border-left: 1px solid #ddd;
    border-radius: 0;
}

#index-3 #data li {
    color: #999;
    font-size: 14px;
}

#index-3 .index-left ul {
    overflow: hidden;
    margin-top: 40px;
}

#index-3 .index-left li {
    position: relative;
    transition: all .5s;
    border-radius: 10px;
}

#index-3 li .picture {
    border-radius: 10px 10px 0 0;
}


#index-3 #item li:hover {
    box-shadow: 0 0 20px #666;
}

#index-3 li .content {
    background-color: #0456a7;
    color: #fff;
    padding: 10px;
    border-radius: 0 0 10px 10px;
}

#index-3 li .mask a span {
    border: 1px solid #999;
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 12px;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
    transition: all .3s;
}


#index-4 {
    padding: 100px 0;
    background: url("/theme/default/images/team_bg.jpg") no-repeat center fixed;
    overflow: hidden;
    color: #fff;
}

#index-4 .width {
    position: relative;
}

#index-4 .swiper-container {
    padding: 0 0 60px;
}

#index-4 .swiper-slide {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 10px;
}

#index-4 .content {
    margin-left: 140px;
    height: 120px;
    display: table;
    position: relative;
}

#index-4 .content > div {
    display: table-cell;
    vertical-align: middle;
}

#index-4 img {
    float: left;
    border-radius: 50%;
    width: 120px;
}

#index-4 .content h3 {
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 3px;
    color: #0456a7;
    font-weight: bold;
}

#index-4 .content .t1 {
    font-size: 16px;
    margin-bottom: 0;
    color: #333;
}

#index-4 .content .t2 {
    font-size: 12px;
    color: #999;
    margin-top: 6px;
    margin-bottom: 0;
}

#index-4 .swiper-pagination-bullet {
    background-color: #fff;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    opacity: 1;
}

#index-4 .swiper-pagination-bullet-active {
    background-color: #b260ae;
    width: 32px;
    opacity: 1;
}

#index-4 .swiper-button-next, #index-4 .swiper-button-prev {
    background-size: 20%;
    width: 40px;
    height: 60px;
    opacity: .8;
    background-color: #ccc;
    right: -50px;
    transition: all .3s;
}

#index-4 .swiper-button-next {
    border-radius: 0 5px 5px 0;
}

#index-4 .swiper-button-prev {
    left: -50px;
    right: auto;
    border-radius: 5px 0 0 5px;
}

#index-4 .swiper-button-next:hover, #index-4 .swiper-button-prev:hover {
    opacity: 1;
    background-color: #0456a7;
}

#index-5 {
    padding: 100px 0;
    overflow: hidden;
    background-color: #fff;
}

#index-5 .width {
    width: calc(100% - 60px);
}

#index-5 .index-left {
    width: 45%;
    float: left;
}

#index-5 .index-right {
    width: calc(55% - 60px);
    float: right;
}

#index-5 .swiper-slide  .picture{
    position: relative;
    overflow: hidden;
    padding-bottom: 56.2%;
}
#index-5 .swiper-slide .picture img {
    width: 100%;
    position: absolute;
    z-index: 1;
}
#index-5 .swiper-slide .intro {
    padding: 20px;
    font-size: 15px;
    text-align: justify;
    background-image: linear-gradient(#fff,#f5f5f5);
}
#index-5 .swiper-slide .intro h3{
    font-size: 20px;
    margin-bottom: 20px;
}
#index-5 .index-right li {
    line-height: 50px;
    padding: 0 10px;
    border-bottom: 1px dashed #ddd;
    transition: all .5s;
}

#index-5 .index-right li:nth-child(odd) {
    background-color: #f7f7f7;
}

#index-5 .index-right li:hover {
    background-color: #eee;
    padding-left: 20px;
}

#index-5 a.more-link {
    margin: 0 auto 10px;
}
#index5{
    padding: 30px 0;
}
#index-6 {
    padding: 100px 0;
    overflow: hidden;
}

#index-6 .lc-list li {
    width: calc((100% - 60px) / 4);
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 5px solid #ccc;
    text-align: center;
    padding: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

#index-6 .lc-list li h2 {
    font-size: 80px;
    line-height: normal;
    font-weight: normal;
    font-family: webfont;
    color: #0456a7;
}

#index-6 .lc-list li h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

#index-6 .lc-list li p {
    text-align: justify;
    font-size: 14px;
    line-height: normal;
    margin-bottom: 20px;
}

#index-6 .lc-list li span.iconfont {
    display: none;
}

#index-6 .lc-list li:nth-child(4n) {
    margin-right: 0;
}
#index-ad{
    padding: 60px 0;
    background: url('/theme/default/images/partner.jpg') no-repeat 0 0 fixed;
    background-size: 100%!important;
    color: #fff;
   
}
#index-ad h1,#index-ad a{
    color: #fff;
}
#index-ad .more-link{
    border-color: #fff;
}
#index-ad .a-title p{
    color: #fff;
}
#index-7 {
    overflow: hidden;
    padding: 60px 0;
    background-color: #fff;
}

#index-7 .width > .ani-things {
    right: 64px;
    top: 665px;
    height: 0;
    width: 3px;
}

#index-7 .width > .ani-things.show {
    height: 183px;
}

.index-news-top {
    position: relative;
    float: left;
    width: 560px;
}

.index-news-top .pic img {
    display: block;
    width: 100%;
    height: 400px;
}

.index-news-top .txt {
    margin: -30px 30px 0 30px;
    background: #f9f9f9;
    padding: 20px 40px 0 112px;
    position: relative;
    z-index: 2;
    min-height: 160px;
}

.index-news-top .txt time {
    position: absolute;
    left: 22px;
    top: 20px;
    color: #0456a7;
    font-size: 16px;
    text-align: center;
}

.index-news-top .txt time span {
    display: block;
    border-bottom: 1px solid #0456a7;
    font-size: 48px;
    margin-bottom: 10px;
    line-height: normal;
}

.index-news-top .txt h4 {
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    padding-bottom: 10px;
}

.index-news-top .txt pre {
    line-height: 24px;
    overflow: hidden;
    height: 72px;
    padding: 0;
    border: none;
    margin: 0;
    font-family: "Microsoft YaHei";
    background-color: transparent;
}

.index-news-top .hd {
    position: absolute;
    z-index: 10;
    right: 70px;
    bottom: 25px;
}

.index-news-top .hd li {
    float: left;
    width: 8px;
    height: 8px;
    line-height: 1000px;
    overflow: hidden;
    cursor: pointer;
    background: #ddd;
    border-radius: 50%;
    margin-left: 11px;
}

.index-news-top .hd li.on {
    background: #0456a7;
}

.news-Default {
    float: right;
    width: 600px;
}

.news-Default .hd {
    overflow: hidden;
}

.news-Default .hd li {
    float: left;
    width: calc((100% - 18px) / 4);
    margin-right: 6px;
    text-align: center;
    font-size: 16px;
}

.news-Default .hd li:last-child {
    margin-right: 0;
}

.news-Default .hd li a {
    display: block;
    line-height: 40px;
    background: #f3f3f3;
    font-size: 14px;
}

.news-Default .hd li.on a {
    background: #0456a7;
    color: #fff;
}

.news-Default .list {
    padding-top: 39px;
}

.news-Default .list ul {
    border-top: 1px dotted #e1e1e1;
    margin-bottom: 33px;
}

.news-Default .list li {
    line-height: 42px;
    border-bottom: 1px dotted #e1e1e1;
    padding: 0 0 0 12px;
}

.news-Default .list li p {
    margin: 0;
}

.news-Default .list li span {
    float: right;
    color: #999;
    padding-left: 10px;
}

.news-Default .list li a::before {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 3px;
    height: 3px;
    content: '';
    background: #ff0000;
}
#index-ad .content .mask .more-link {
    background-color: #0456a7;
    color: #fff;
}

@media screen and (max-width: 1440px) {
    #index-advantage .ad-content{
        width: 95%;
    }
    #index-advantage .content .mask .am-u-sm-12{
        height: 90%;
    }
    .ad-content ul,.ad-content .ad-bd .li-content{
        height: 340px;
    }
    .ad-content ul li{
        margin-bottom: 5px;
    }
    .banner .swiper-slide a .mask h1{
        font-size: 40px;
    }
    #index-1 .swiper-slide p{
        font-size: 14px;
    }
    #index-1, #index-2, #index-3, #index-4, #index-5 {
        padding: 60px 0;
    }

    #index-keywords .section-left {
        font-size: 16px;
    }
    #index-3 .index-intro .more-link{
        margin-top: 20px;
    }
}

@media only screen and (max-width: 1366px) {
    #index-1, #index-2, #index-3, #index-4, #index-5 {
        padding: 60px 0;
    }

}

@media only screen and (max-width: 1280px) {
    #index-2 li .content a span, #index-3 li .mask a span {
        width: 28px;
        height: 28px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 992px) {
    #custom{display:none}
    #custom2{display:block}
    #pc-banner{
        display: none;
    }
    #mobile-banner{
        display: block;
    }
    #index-advantage{
        overflow: hidden;
    }
    #index-advantage .title h1{
        font-size: 24px;
    }
    #index-advantage .content > img{
        display: none;
    }
    #index-advantage .content .mask,#index-advantage .content .mask .am-u-sm-12{
        position: relative;
    }
    #index-advantage .content .mask .am-u-sm-12{
        width: 100%;
        padding-right: 0;
    }
    .ad-content .ad-bd .li-content h3{
        font-size: 20px;
        margin-bottom: 20px;
    }
    #index-advantage .contact{
        width: 100%;
        float: left;
    }
    .ys-list li p.t2{
        display: none;
    }
    .ad-content ul{
        width: 50px;
    }
    .ad-content .ad-bd{
        width: calc(100% - 50px)!important;
    }
    .ad-content .ad-bd .li-content{
        padding: 30px 10px;
    }
    .ad-content .ad-bd .li-content p{
        line-height: 1.5;
        margin-bottom: 15px;
    }
    section{
        padding: 30px 0;
    }
    #index-ad .content .mask h1{
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .cate-banner .content .mask div p{
        font-size: 16px;
    }

    .banner h2{
        font-size: 40px;
        width: 100%;
        padding: 0 10%;
        line-height: normal;

    }
    header#header1 {
        display: none;
    }
    header#header2 {
        top: 0;
        transform: none;
    }
    #index-2 .index-left,#index-2 .index-right{
        width: 100%;
        float: none;
    }
    .banner .mask{
        display: none;
    }
    .banner .swiper-slide img{
        width: 100%;
    }
    .banner.mobile{
        display: block;
    }
    .banner.pc{
        display: none;
    }
    #index-1 .pro-list{
        padding: 0;
    }
    #index-1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
        opacity: 1;
    }
    #index-1 .swiper-slide h3{
        font-size: 16px;
        font-weight: normal;
    }
    #index-2 .more-link{
        margin-top: 20px;
    }
    #index-2 .content img{
        display: none;
    }
    #index-2 .content{
       
        overflow: hidden;
        background-color: #f5f5f5;
    }
    #index-2 .content .mask h2{
        margin-bottom: 10px;
    }
    #index-2 .content .mask{
        padding: 30px 10px;
        position: relative;
        overflow: hidden;
        display: block!important;
    }
    #index-2 .content .mask p{
        font-size: 14px;
    }
    #index-3 .content{
        margin-top: 20px;
    }
    #index-3 #data{
        margin-bottom: 20px;
    }
    #index-3 .index-intro{
        padding-left: 0;
    }
    #index-2 .content .mask h2{
        font-size: 22px;
    }
    #index-6 .lc-list li {
        width: 100%;
        float: none;
        padding: 10px;
    }

    #index-6 .lc-list li h2 {
        font-size: 50px;
    }

    #index-6 .lc-list li h3 {
        font-size: 20px;
    }
    #index-1 .swiper-slide p.t1{
        font-size: 12px;
        line-height: normal;
        margin-bottom: 10px;
    }
    .a-title p {
        font-size: 12px;
        width: 80%;
        margin: 10px auto;
    }
    #index-ad{
        padding: 30px 0;
        overflow: hidden;
        background-color: #000;
    }
        #index-ad li{
        width: 100%;
    }
    #index-ad .cate-banner .content .mask h1,
    .cate-banner .content .mask div p{
        color: #000;
    }
    #index-ad .cate-banner .content .mask h1{
        font-size: 24px;
        font-weight: normal;
        letter-spacing: 0;
    }
    #index-ad .cate-banner .content>img{
        display: none;
    }
    #index-ad .cate-banner .content .mask{
        position: relative;
        background-color: #f7f7f7;
        display: block;
    }
    .index-news-top{
        width: 100%;
        margin-bottom: 20px;
    }
    .index-news-top .pic img{
        height: auto;
    }
    .index-news-top .txt{
        padding: 10px;
        margin: 0;
        min-height: 0;
    }
    .index-news-top .txt time{
        top: -130px;
        left: 0;
        padding: 10px;
        background-color: rgba(255,255,255,.8);
    }
    .index-news-top .hd{
        right: 10px;
        bottom: 0;
    }
    .news-Default{
        float: none;
        width: 100%;
        clear: both;
    }
    #index-0{
        padding: 30px 0;
    }
    #index-0 li,#index-0 li:last-child{
        width: 48%;
        border: 1px solid #eee;
        overflow: hidden;
        margin: 1%;
        float: left;
        border-radius: 5px;
        padding: 10px 5px;
    }

    #index-0 li span.iconfont{
        width: 40px;
        height: 40px;
        line-height: 40px;
        border: none;
        font-size: 40px;
        color: #0075DC;
    }
    #index-0 li h3,#index-0 li p{
        margin-left: 50px;
    }
    #index-0 li h3{
        font-size: 14px;
        color: #0075DC;
    }
    #index-0 li p{
        font-size: 12px;
    }
    .banner .swiper-slide a .mask h1 {
        font-size: 24px;
        font-weight: 300;
    }
    .a-title2 h1,.a-title2 h1 span{
        font-size: 24px;
        font-weight: normal;
    }
    #index-keywords {
        height: auto;
        padding: 10px 0;
        box-shadow: none;
    }

    #index-keywords .section-left {
        width: 100%;
        font-size: 16px;
        line-height: normal;
        float: none;
        overflow: hidden;
    }

    #index-keywords .section-right {
        width: 100%;
        margin-left: 0;

    }
    #index-keywords .section-right ul{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        float: none;
        width: 100%;
        overflow: hidden;
        margin-top: 10px;
    }
    #index-keywords .section-right ul li {
        width: 30%;
        text-align: center;
        border: 1px solid #ddd;
        margin-bottom: 10px;
        line-height: 30px;
        margin-right: 0;
        display: block;
    }
    #index-keywords .section-right a.more-link{
        display: none;
    }
    #index-keywords span.date {
        margin-right: 5px;
    }

    #index-keywords .section-right span.am-fr {
        padding-left: 5px;
        color: #999;
    }

    .a-title {
        margin-bottom: 30px;
    }

    .a-title h1, .a-title span.iconfont {
        font-size: 24px;
    }

    #index-1 li .content h3 {
        font-size: 18px;
    }

    #index-1, #index-2, #index-3, #index-4, #index-5 {
        padding: 30px 0;
    }
    #index-1 .swiper-slide .content .mask .more-link{
        display: none;
    }
    #index-2 .index-pro {
        margin-bottom: 0;
    }

    #index-1 li {
        width: 48%;
        margin: 2% 1%;
        padding: 0;
    }
    #index-1 .article-right .list-3 li:last-child{
        display: block;
    }
    #index-2 .swiper-slide:nth-child(even) .index-left{
        float: none;
    }
    #index-1 li:nth-child(2n), #index-2 li:nth-child(2n) {
        margin-right: 0;
    }

    #index-2 .article-right li:nth-child(3n) {
        margin-top: 40px;
    }



    #index-2 li.end .wrap img {
        height: 50px;
    }

    #index-2 li.end .mask span {
        font-size: 20px;
        line-height: normal;
    }

    #index-1 li .content {
        padding: 5px;
        overflow: hidden;
    }


    #index-1 li .picture img {
        border-radius: 5px;
    }

    #index-1 li .content .mask {
        width: 70%;
        float: right;
        padding-left: 10px;
        text-align: left;
    }

    #index-1 li .content .mask h3 {
        background-color: #fff;
        color: #333;
        margin: 0;
        line-height: normal;
        font-size: 20px;
    }

    #index-1 li .content .mask p {
        font-size: 12px;
        text-align: justify !important;
    }

    #index-2 .pro-nav li, #index-2 .list-5 li {
        display: block;
        float: left;
        width: calc((100% - 4%) / 2);
        margin: 0 4% 10px 0;
        line-height: 30px;
        border: 1px solid #ccc;
        text-align: center;
        font-size: 12px;
    }

    #index-1 li .content h3 a {
        border: none;
        font-size: 18px;
    }

    #index-1 li .content a:nth-child(2n), #index-2 .pro-nav li:nth-child(2n), #index-2 .list-5 li:nth-child(2n) {
        margin-right: 0;
    }

    #index-1 li .content .rs-title {
        line-height: 40px;
    }

    #index-1 li .content a span {
        display: none;
    }

    #index-2 .content {
        padding: 6px 10px;
    }

    #index-2 .content p {
        font-size: 12px;
        line-height: normal;
    }

    #index-2 .pro-nav li {
        border-radius: 0;
        border: none;
    }

    #index-2 li .content a span, #index-3 li .mask a span {
        border: none;
        width: auto;
        text-align: right;
        line-height: 24px;
    }

    #index-3 li:hover .mask a span {
        background-color: transparent;
        color: #fff;
    }

    #index-2 .list-5 li:nth-child(5n) {
        display: none;
    }

    #index-2 li .picture .mask {
        padding: 0 5px;
        font-size: 12px;
    }

    #index-3 {
        background-position: center;
        -webkit-background-size: cover;
        background-size: cover;
    }
    #index-3 .am-u-md-6 .content{
        margin-left: 0;
    }
    #index-3 .index-intro p {
        text-align: justify;
        font-size: 14px;
        line-height: 1.6;
    }
    #index-3 .index-intro .more-link{
        margin: 10px auto;
    }
    #index-3 .index-right li {
        width: 25%;
        float: left;
    }

    #index-3 .index-left li {
        width: 50%;
        padding: 10px;
        margin: 0 0 10px;
    }

    #index-3 li:nth-child(2n) {
        margin-right: 0;
    }

    #index-3 #data li {
        font-size: 12px;
    }

    #index-3 li .num {
        font-size: 40px;
        display: block;
    }

    #index-3 li #num1:after, #index-3 li #num2:after, #index-3 li #num3:after {
        font-size: 20px;
    }

    #index-3 ul:nth-child(3) li {
        width: 100%;
        margin: 0 0 10px 0;
    }

    #index-3 li .mask {
        width: 100%;
        height: auto;
        padding: 0 20px;
        bottom: 0;
        box-shadow: none;
        background-color: #0456a7;
        color: #fff;
    }

    #index-3 li .mask p {
        line-height: 40px;
        font-size: 14px;
    }

    #index-3 li .mask a .iconfont {
        padding-left: 30px;
        color: #fff;
    }



    #index-5 .content {
        width: 100%;

    }

    #index-5 .index-left, #index-5 .index-right {
        width: 100%;
    }

    #index-5 .swiper-slide .picture img {
        height: auto;
    }

    #index-5 .list-4 li {
        width: calc((100% - 15px) / 4);
        margin-right: 5px;
        margin-bottom: 0;
    }

    #index-5 .list-4 li:nth-child(2n) {
        margin-right: 5px;
    }

    #index-5 .list-4 li:nth-child(4n) {
        margin-right: 0;
    }

    #index-5 .list-4 li p span {
        display: none;
    }

    #index-5 li span.iconfont {
        font-size: 30px;
        line-height: normal;
    }

    #index-5 li p {
        margin-top: 10px;
    }

}