.index-boxone {
    padding: 50px 0;
}
.index-boxone ul {
    justify-content: space-between;
}
.index-boxone li {
    width: 32%; overflow: hidden;
}
.index-boxone li a {
    display: block;
    position: relative;
}
.index-boxone li a h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: url("../images/bg.png");
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    padding: 24px 10px;
}
.index-boxone li img {
    max-width: 100%;-webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.index-boxone li a:hover img{    -webkit-transform: scale(1.1);
    transform: scale(1.1);}
.footer {
    background: #333333;
    color: #ffffff;
    padding: 80px 0;
}
.footer .weap {
    justify-content: space-between;
}
.footerleft h3 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}
.footerleft p {
    margin-bottom: 20px;
}
.footerleft p i {
    padding-right: 10px;
}
.footerleft p span {
    display: inline-block;
    padding-right: 20px
}
.footerright img {
    padding-left: 20px;
}
.header {
    z-index: 1
}
.cl{ clear: both;  padding-top:  20px;}
.indexbanner .swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.indexbanner .swiper-slide {
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}
.indexbanner .swiper-slide .slidebox {
    position: absolute;
    left: 0;
    top: 40%;
    color: #fff;
    width: 100%;
}
.indexbanner .swiper-slide .slidebox h1 {
    font-family: Impact;
    font-size: 68px;
    font-weight: bold;
    letter-spacing: 1px;
}
.indexbanner .swiper-slide .slidebox p {
    font-size: 30px;
    margin-bottom: 20px;
}
.indexbanner .swiper-slide .slidebox a {
    color: #fff;
    width: 125px;
    height: 40px;
    border-radius: 50px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
	text-transform: uppercase;
    display: block;
    border: #fff 1px solid;
}
 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;     
}
.indexbanner .swiper-slide-active img{animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
    animation-iteration-count: infinite;
    animation-direction: alternate;}
@-webkit-keyframes scaleUpDown {



    from {



        -webkit-transform: scale(1.08);



        transform: scale(1.08);



    }







    to {



        opacity: 1;



        -webkit-transform: scale(1);



        transform: scale(1);



    }



}







@keyframes scaleUpDown {



    from {



        -webkit-transform: scale(1.08);



        transform: scale(1.08);



    }







    to {



        opacity: 1;



        -webkit-transform: scale(1);



        transform: scale(1);



    }



}



@-webkit-keyframes scaleUpDown {



    from {



        -webkit-transform: scale(1.08);



        transform: scale(1.08);



    }







    to {



        opacity: 1;



        -webkit-transform: scale(1);



        transform: scale(1);



    }



}







@keyframes scaleUpDown {



    from {



        -webkit-transform: scale(1.08);



        transform: scale(1.08);



    }







    to {



        opacity: 1;



        -webkit-transform: scale(1);



        transform: scale(1);



    }



}
.indexbanner .swiper-pagination-bullet {
    border-radius: 0;
    width: 60px;
    height: 5px;
    background: #e3e2e1;
    opacity: 1;
}
.indexbanner .swiper-pagination-bullet-active {
    background: #1993d3
}
.bg {
    background: #fff;
    top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}
.bg .nav .nl .alink {
    color: #333333;
}
.bannerinner {
    height: 500px;
    width: 100%;
    background-size: cover;
    position: relative;
}
.report-content .date{ color: #999;MARGIN-BOTTOM: 30PX;}
.bannerinnerbox {
    position: absolute;
    left: 0;
    top: 30%;
    width: 100%;
    color: #fff;
}
.bannerinnerbox h1 {
    font-family: Impact;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 1px;
}
.bannerinnerbox p {
    font-size: 24px;
}
.contract-boxone {
    padding: 40px 0; overflow: hidden;
    
}
.contractleft {
    width: 40%;
    float: left;
}
.contractleft h2 {
    font-size: 24px;
    font-weight: bold;
    color: #4492d5;
    padding-bottom: 30px;
}
.contractright, .aboutright {
    width: 55%;
    float: right;
}
.txt {
    line-height: 24px;
}
.contractright h2 {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 10px;
}
.contractright {
}
.form {
    margin-top: 20px;
}
.contractright .inp {
    width: 49%;
    margin-right: 2%;
    line-height: 30px;
    padding: 5px 10px;
    border: #aaaaaa 1px solid;
    margin-bottom: 20px;
    float: left;
}
.inarea {
    width: 100%;
    height: 90px;
    border: #aaaaaa 1px solid;
    clear: both;
    padding: 5px 10px;
}
.inbut {
    background: #4492d5;
    width: 140px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border: 0;
    display: inline-block;
    cursor: pointer;
}
.but {
    text-align: right;
    margin-top: 20px;
}
.contractright .inp:nth-child(2n) {
    margin-right: 0;
}
.about-boxone {
    padding: 40px 0;
    overflow: hidden;
}
.about-boxone h2 {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 10px;
}
.aboutleft {
    width: 55%;
    float: left;
}
.aboutright {
    width: 40%;
    float: right
}
.listpic {
    padding-top: 20px;
}
.listpic li {
    float: left;
    width: 23%;
    margin-right: 2.66%;
   
    margin-bottom: 2.66%;
}
.listpic li  img{ border: #eeeeee 1px solid; transition: all .3s;}
.listpic li:hover img{ border: #1993d3 1px solid ;}
.listpic li p{ text-align: center; padding: 10px 0;}
.listpic li:nth-child(4n) {
    margin-right: 0;
}
.pages {
    text-align: center; padding-bottom: 20px;
}
.pages a, .pages span {
    display: inline-block;
    color: #666666;
    margin: 0 10px;
    font-size: 20px;
}
.pronav {
    padding-top: 20px;
}
.pronav a {
    line-height: 30px;
    padding: 10px;
    display: inline-block;
    margin-right: 50px;
    font-size: 24px; font-weight: bold;
}
.pronav .on,.pronav a:hover {
    border-bottom: 5px #1994d3 solid;
}
.protxt {
    padding: 40px 0;
    line-height: 24px;
}
.protxt h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.proscol {
    margin: 0 0 40px 0;
}
.swiper2 {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper2 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper2 .swiper-slide img {
    display: block;
    width: 100%;
    height: 280px;
    object-fit: cover;
}
.swiper2 .swiper-pagination {
    position: relative;
    margin-top: 20px;
}
.swiper2 .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
	background: #666666; opacity:1;
}
.swiper2 .swiper-pagination .swiper-pagination-bullet-active{background: #00a0e9;}
.new-list{ padding-top: 30px;}
.new-list .reports-list .report-item{background:#fff;-webkit-box-shadow:0 2px 10px 0 #b9cee6;box-shadow:0 2px 10px 0 #b9cee6;margin-bottom:32px;height:200px; clear: both; }
.new-list .reports-list .report-item a{position:relative;display:block;text-decoration:none}
.new-list .reports-list .report-item .content,.new-list .reports-list .report-item .img-wrapper{display:inline-block;vertical-align:top}
.new-list .reports-list .report-item .img-wrapper{position:relative;width:200px; height: 200px; }
.new-list .reports-list .report-item .img-wrapper .mask{position:absolute;top:0;width:100%;height:100%;opacity:.53;background-image:-webkit-gradient(linear,left top,left bottom,from(#828eba),color-stop(67%,#06234e));background-image:linear-gradient(-180deg,#828eba 0,#06234e 67%)}
.new-list .reports-list .report-item .img-wrapper img{position:absolute;top:0;width:100%;height:100%}
.new-list .reports-list .report-item .content{ width: calc(100% - 250px);padding:4%}
.new-list .reports-list .report-item h4{margin:0;font-size:28px;color:#5a5a5a; line-height: 30px;  }
.new-list .reports-list .report-item .time{font-size:12px; margin-top: 15px; }
.new-list .reports-list .report-item .text{font-size:16px;color:#5a5a5a;text-align:justify;line-height:28px}
.new-list .reports-list .report-item:hover{-webkit-box-shadow:0 7px 27px 0 #b9cee6;box-shadow:0 7px 27px 0 #b9cee6}
.new-show{ padding-top: 50px; }
.report-content{color:#404040;width:100%;     font-size: 14px;    line-height: 24px;}
.report-content h1+ul{list-style:none;padding:0;color:#aaa;font-size:16px;margin-bottom:16px}
.report-content hr{background:#ededed;border:none;margin-bottom:30px}
.report-content h1,.report-content h2,.report-content h3,.report-content hr,.report-content p{margin-top:0;margin-bottom:10px}
.report-content h1,.report-content h2,.report-content h3{font-weight:700}.report-content h1{font-size:30px;color:#040505; line-height: 30px;}
.report-content h2{font-size:20px}.report-content h3{font-size:16px}
.report-content p{font-size:16px;color:#4d4f53;text-align:justify;line-height:28px}
.report-content img{display:block;margin:0 auto;max-width:100%}
 .report-content h1{ margin-bottom:20px;}



.recommendation{  color:#404040;}
.recommendation h1{font-size:20px;font-weight:700;margin-bottom:30px}
.recommendation a{margin-bottom:30px;display:block;color:#000;font-size:14px;text-decoration:none;text-align:justify;line-height:22px}
.recommendation a:hover{color:#0094ff}
.recommendation a img{ width: 100%; display:block;margin-bottom:12px}
.recommendation a span{font-size:16px}.report-content::after{clear:both;content:'';display:block}
.tungee-head-bar{background:#1d2327}
.recommendation {
    float: right;
    width: 30%;
    padding: 0 20px;
    border-left: 1px solid #ccc;
}.report-content {
    width: 65%;
    padding: 0 20px;
    float: left;
}
@media(max-width:1024px) {
.indexbanner .swiper-slide .slidebox h1{ font-size: 30px; font-weight: normal; margin-bottom: 10px; text-align: center;}
    .indexbanner .swiper-slide .slidebox{ top:50%;}
    .indexbanner .swiper-slide .slidebox p{ }
    .indexbanner .swiper-slide .slidebox a{     line-height: 40px; height: 40px; width:120px; margin: 0 auto;}
    .index-boxone{ padding: 20px 10px;}
    .index-boxone ul{  flex-wrap: wrap;}
    .index-boxone li{ width: 100%; margin-bottom: 20px;}
    .index-boxone li a h3{ font-size: 20px; padding:10px;}
    .footer{padding: 20px 10px;}
    .footerleft h3{font-size: 24px;  margin-bottom:10px;}
    .bg{ height:auto; padding-bottom: 10px; padding-top: 10px;}
    .bg .logo{ padding-top: 0;}
    .bannerinner{ height: 300px;}
    .bannerinnerbox{ top:40%;}
    .bannerinnerbox h1{font-size: 30px; font-weight: normal;}
    .about-boxone{ padding: 20px 10px;}
    .about-boxone h2{font-size: 24px; }
    .listpic li{ width: 48%; margin-right: 4%; margin-bottom: 2%;}
    .listpic li:nth-child(2n) {
    margin-right: 0;
    }.pages a, .pages span{ font-size: 16px;}
	.bannerinnerbox p{ font-size: 16px;}
    .protxt{ padding-top: 20px; padding-bottom: 20px;}
    .swiper3 { position: relative; padding: 15px 0; z-index: 0}
    .swiper3 .swiper-slide{ width: auto;}
    .swiper3 .swiper-slide .on{ color: #1994d3}
    .aboutright,.contractright{ float: none; width: 100%; margin-bottom: 10px;}
    .aboutleft,.contractleft{ float: none; width: 100%;}
    .contract-boxone{ padding: 20px 10px;}
    .contractleft h2{ padding-bottom: 10px;}
    .new-list .reports-list .report-item{ height: 100px; margin-bottom: 20px;}
    .new-list .reports-list .report-item .img-wrapper{ width: 100px; height: 100px;}
    .new-list .reports-list .report-item .content {
        width: calc(100% - 110px);}
    .new-list .reports-list .report-item h4{ font-size: 16px; line-height: 20px;}
    .recommendation{ display: none;}
    .report-content{ width: 100%;     float:none; padding: 0;}
    .report-content h1{ font-size: 24px;}
   .swiper2 .swiper-slide img {
    
    height: 140px;
     
}
     
}
@media(min-width:1024px) {
	.bg{ position: relative; height: 120px}
	.bg .logo img{ height: 80px;}
	
}
