.animation-slide.slide-style-2 .single-slide .banner-content .slide-text h2{
    font-size: 36px;
    line-height: 1.5;
    color: #3c3c3c;
}
.animation-slide.slide-style-2 .single-slide:before {
    background: rgba(0,0,0,0);
}
.animation-slide .owl-nav .owl-prev:after, .animation-slide .owl-nav .owl-next:after {
    background-color: #5872f7;
}
.animation-slide .single-slide .banner-content .slide-buttons .slide-btn {
    border: 2px solid #5872f7;
    background: #5872f7;
    color: #fff;
}
.animation-slide .single-slide .banner-content .slide-buttons .slide-btn:hover{
    color: #5872f7;
}

.bannerBox .pagination{position:absolute;left:0;text-align:center;bottom:5px;width:100%}
.bannerBox .swiper-pagination-switch{display:inline-block;width:10px;height:10px;border-radius:10px;background:#999;margin:0 3px;cursor:pointer}
.bannerBox .swiper-active-switch{background:#fff}
.bannerBox .swiper-slide{position:relative;opacity:0;transition:opacity .7s ease-in-out}
.bannerBox .swiper-slide-active{opacity:1}
.bannerBox .swiper-slide .img{position:absolute}
.bannerBox .inner{position:relative;display:block;width:1000px;height:500px;margin:0 auto}
.bannerBox .loop{animation-iteration-count:infinite;animation-timing-function:linear}
.bannerBox .targetBtn{margin-top:20px;position:absolute;bottom:60px;left:352px;z-index:999}
.bannerBox .targetBtn a{height:50px;border-radius:50px;background:rgba(0,0,0,.5);float:left;line-height:50px;text-align:center;color:#fff;text-decoration:none}
.bannerBox .targetBtn .a1{width:110px}
.bannerBox .targetBtn .a2{width:170px;margin-left:15px}
.bannerBox .moveRight{-webkit-animation-name:moveRight;animation-name:moveRight}
@-webkit-keyframes moveRight{0%{opacity:0;left:0}10%{opacity:1}100%{opacity:1;left:550px}}
@keyframes moveRight{0%{opacity:0;left:0}10%{opacity:1}100%{opacity:1;left:550px}}
.bannerBox .moveLeft{-webkit-animation-name:moveLeft;animation-name:moveLeft}
@-webkit-keyframes moveLeft{0%{opacity:0;left:390px}10%{opacity:1}100%{opacity:1;left:-370px}}
@keyframes moveLeft{0%{opacity:0;left:390px}10%{opacity:1}100%{opacity:1;left:-370px}}

.bannerBox{
    overflow: hidden;
    position: relative;
    background-color: #fff;
}
.bannerBox .swiper-wrapper{
    overflow: hidden;
    height: 690px;
}
.bannerBox .swiper-wrapper .inner{
    position: absolute;
    left: 50%;
    bottom: 160px;
    display: block;
    width: 1100px;
    height: auto;
    margin-left: -555px;
    z-index: 1;
}
.bannerBox .swiper-wrapper .inner h1{
    margin: 0;
    color: #3c3c3c;
    line-height: 1.6;
    font-size:52px;
    font-weight:900;
}
.bannerBox .swiper-wrapper .inner .more{
    overflow: hidden;
    position: relative;
    margin: 30px 0 0 0;
}
.bannerBox .swiper-wrapper .inner .more a{
    display: inline-block;
    height: 60px;
    border: 2px solid #5872f7;
    background: #5872f7;
    color: #fff;
    padding: 0 30px;
    line-height: 56px;
    border-radius: 50px;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.bannerBox .swiper-wrapper .inner .more a:hover{
    color: #5872f7;
    background-color: rgba(255,255,255,0);
}
.bannerBox .swiper-wrapper .spT{
    overflow: hidden;
    position: relative;
}
.bannerBox .swiper-wrapper .spT img{
    width: 100%;
    height: auto;
}
.bannerBox .arrow-left{
    overflow: hidden;
    position:absolute;left:50px;top:50%;margin-top:-35px;width:70px;height:70px;z-index:10;
    color: #fff;line-height: 70px;text-align: center;font-size: 16px;
    -webkit-border-radius: 50px;-moz-border-radius: 50px;border-radius: 50px;
    -webkit-transition: all 0.5s ease 0s ;
    -moz-transition: all 0.5s ease 0s ;
    -ms-transition: all 0.5s ease 0s ;
    -o-transition: all 0.5s ease 0s ;
    transition: all 0.5s ease 0s ;
    left: 0;
    filter:alpha(opacity= 0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
.bannerBox .arrow-left span{
    position: absolute;
    display: block;
    overflow: hidden;
    width: 100%;
    line-height: 70px;
    text-align: center;
}
.bannerBox .arrow-left img{
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.5s ease 0s ;
    -moz-transition: all 0.5s ease 0s ;
    -ms-transition: all 0.5s ease 0s ;
    -o-transition: all 0.5s ease 0s ;
    transition: all 0.5s ease 0s ;
}
.bannerBox .arrow-left:hover{
    width: 120px;
}
.bannerBox .arrow-left:hover img{
    height: 140px;
    margin-top: -35px;
}
.bannerBox .arrow-right{
    overflow: hidden;
    position:absolute;right:50px;top:50%;margin-top:-35px;width:70px;height:70px;z-index:10;
    color: #fff;line-height: 70px;text-align: center;font-size: 16px;
    -webkit-border-radius: 50px;-moz-border-radius: 50px;border-radius: 50px;
    -webkit-transition: all 0.5s ease 0s ;
    -moz-transition: all 0.5s ease 0s ;
    -ms-transition: all 0.5s ease 0s ;
    -o-transition: all 0.5s ease 0s ;
    transition: all 0.5s ease 0s ;
    right: 0;
    filter:alpha(opacity= 0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
.bannerBox .arrow-right span{
    position: absolute;
    display: block;
    overflow: hidden;
    width: 100%;
    line-height: 70px;
    text-align: center;
}
.bannerBox .arrow-right img{
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.5s ease 0s ;
    -moz-transition: all 0.5s ease 0s ;
    -ms-transition: all 0.5s ease 0s ;
    -o-transition: all 0.5s ease 0s ;
    transition: all 0.5s ease 0s ;
}
.bannerBox .arrow-right:hover{
    width: 120px;
    height: 70px;
}
.bannerBox .arrow-right:hover img{
    height: 140px;
    margin-top: -35px;
}
.bannerBox:hover .arrow-left{
    left: 50px;
    filter:alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.bannerBox:hover .arrow-right{
    right: 50px;
    filter:alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.section{
    overflow: hidden;
    position: relative;
    padding: 45px 0 50px 0;
}
.section .tit{
    overflow: hidden;
    position: relative;
    padding: 0 10px;
}
.section .tit h1{
    font-size: 60px;
    font-size: 48px;
    margin: 0 0 10px 0;
    color: #222222;
    font-weight:bold;
}
.section .tit .bor{
    overflow: hidden;
}
.section .tit .bor img{}
.section .ulBox{
    overflow: hidden;
    margin: 20px 0 0 0;
}
.section .ulBox ul{}
.section .ulBox ul li{
    display: block;
    overflow: hidden;
}
.section .ulBox ul li .li{
    overflow: hidden;
    position: relative;
    padding: 10px;
}
.section .ulBox ul li .li .liI{
    overflow: hidden;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.section .ulBox ul li .li .liI img{
    max-width: 60px;
    max-height: 60px;
}
.section .ulBox ul li .li .liT{
    overflow: hidden;
    width: 1000px;
    font-size: 24px;
    font-size: 18px;
    color: #222;
    line-height: 80px;
    font-weight: bold;
}
/* .section .ulBox ul li:nth-child(1) .li .liT{ */
/* line-height: 30px; */
/* margin: 10px 0 0 0; */
/* } */
.section .more{
    overflow: hidden;
    margin: 10px 0 0 0;
}
.section .more a{
    display: block;
    overflow: hidden;
    float: left;
    padding: 10px ;
}
.section .more .liI{
    overflow: hidden;
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0 15px 0 15px;
    text-align: center;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.section .more .liI img{
    position: relative;
    z-index: 1;
    max-width: 100%;
    display: block;
    margin: 15px auto;
}
.section .more .liI .img2{
    display: none;
}
.section .more a .liI .BG{
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease 0s ;
    -moz-transition: all 0.3s ease 0s ;
    -ms-transition: all 0.3s ease 0s ;
    -o-transition: all 0.3s ease 0s ;
    transition: all 0.3s ease 0s ;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.section .more .liT{
    overflow: hidden;
    font-size: 24px;
    color: #222;
    line-height: 50px;
    font-weight: bold;
}
.section .more a:hover .liI .img{
    display: none;
}
.section .more a:hover .liI .img2{
    display: block;
}
.section .more a:hover .liI .BG{
    width: 100%;
    height: 100%;
    background-color: #5872f7;
}
.section2{
    overflow: hidden;
    position: relative;
    padding: 40px 0 100px 0;
    padding: 40px 0 15px 0;
    background: url("../images/pic13.jpg") no-repeat;
}
.section2 .tit{
    overflow: hidden;
    position: relative;
    text-align: center;
}
.section2 .tit h1{
    font-size: 60px;
    font-size: 48px;
    margin: 0;
    color: #222222;
    font-weight:bold;
}
.section2 .ulBox{
    overflow: hidden;
    position: relative;
    margin: 40px 0 0 0;
}
.section2 .ulBox ul{
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.section2 .ulBox ul li{
    display: block;
    width: 25%;
    overflow: hidden;
    margin: 0 0 35px 0;
}
.section2 .ulBox ul li .li{
    overflow: hidden;
    text-align: center;
}
.section2 .ulBox ul li .li .liI{
    overflow: hidden;
    height: 55px;
    line-height: 55px;
}
.section2 .ulBox ul li .li .liI img{
    max-width: 100%;
    max-height: 55px;
}
.section2 .ulBox ul li .li .liT{
    overflow: hidden;
    font-weight: bold;
    margin: 15px 0;
}
.section2 .ulBox ul li .li .liT .sp1{

    font-size: 40px;
    color: #1534d2;
}
.section2 .ulBox ul li .li .liT .sp2{
    color: #5a5a5a;
    font-size: 36px;
}
.section2 .ulBox ul li .li h4{
    margin: 0;
    color: #4d4d4d;
}
.section3{
    overflow: hidden;
    position: relative;
    padding: 40px 0 0px 0;
}
.section3 .tit{
    overflow: hidden;
    position: relative;
    text-align: center;
}
.section3 .tit h1{
    font-size: 60px;
    font-size: 48px;
    margin: 0 0 10px 0;
    font-weight:bold;
    color: #222222;
}
.section3 .ulBox{
    overflow: hidden;
    position: relative;
    margin: 30px 0 0 0;
}
.section3 .ulBox ul{
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    padding: 0 15px;
}
.section3 .ulBox ul li{
    width: 16.666666666667%;
    margin: 0 0 10px 0;
    padding: 0 5px;
}
.section3 .ulBox ul li .li{
    overflow: hidden;
    position: relative;
}
.section3 .ulBox ul li .li .liI{
    overflow: hidden;
    height: 232px;
}
.section3 .ulBox ul li .li .liI img{
    width: 100%;
    height: auto;
	-webkit-transition: all 0.5s ease 0s ;
    -moz-transition: all 0.5s ease 0s ;
    -ms-transition: all 0.5s ease 0s ;
    -o-transition: all 0.5s ease 0s ;
    transition: all 1s ease 0s ;
}
.section3 .ulBox ul li .li:hover .liI img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.section3 .ulBox ul li .li .bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/pic34.png") no-repeat bottom left;
    background-size: auto 100%;
    z-index: 1;
}
.section3 .ulBox ul li .li h2{
    margin: 0;
    position: absolute;
    bottom: 10px;
    font-size:26px;
    left: 25px;
    color: #222222;
    font-weight: bold;
    z-index: 2;
}

.section4{
    overflow: hidden;
    position: relative;
    padding: 100px 100px 100px 100px;
    background: url("../images/pic123.png") no-repeat bottom left;
    background-size: 100% 100%;
}
.section4 .carousel {
    position: relative;
    min-height:642px;
    background-color: #fff;
    /* border: 1px solid red; */
}
.section4 .carousel-inner{
    position: relative;
    min-height:640px;
}
.section4 .carousel-caption {
    position: relative;
    right: 0;
    bottom: 0px;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 10;
    color: #222;
    text-align: left;
    text-shadow: none;
}
.section4 .carousel-caption .sectionLeft{
    overflow: hidden;
    position: relative;
    width: 50%;
    padding: 150px 80px 0 110px;
}
.section4 .carousel-caption .sectionLeft h1{
    font-size: 60px;
    font-size: 48px;
    margin: 0 0 10px 0;
    color: #222222;
    font-weight:bold;
}
.section4 .carousel-caption .sectionLeft .bor{
    overflow: hidden;
}
.section4 .carousel-caption .sectionLeft .bor img{}
.section4 .carousel-caption .sectionLeft h3{
    margin: 30px 0 20px 0;
    color: #5872f7;
}
.section4 .carousel-caption .sectionLeft p{
    margin: 0;
    font-size: 18px;
    line-height: 1.8;
    color: #222222;
}
.section4 .carousel-caption .sectionRight{
    overflow: hidden;
    position: relative;
    width: 50%;
    padding: 0 110px 0 80px;
}
.section4 .carousel-caption .sectionRight ul{
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.section4 .carousel-caption .sectionRight ul li{
    padding:  15px;
}
.section4 .item:nth-child(1) .carousel-caption .sectionLeft,.section4 .item:nth-child(3) .carousel-caption .sectionLeft {
    padding: 150px 80px 0 110px;
}
.section4 .item:nth-child(1) .carousel-caption .sectionRight ul li:nth-child(1),.section4 .item:nth-child(2) .carousel-caption .sectionRight ul li:nth-child(1){
    margin: 130px 0 0 0;
}
.section4 .item:nth-child(1) .carousel-caption .sectionRight ul li:nth-child(4),.section4 .item:nth-child(2) .carousel-caption .sectionRight ul li:nth-child(4),.section4 .item:nth-child(1) .carousel-caption .sectionRight ul li:nth-child(5),.section4 .item:nth-child(2) .carousel-caption .sectionRight ul li:nth-child(5){
    margin: -130px 0 0 0;
}


.section4 .carousel-caption .one ul li{
    margin:213px 290px 0 0;
}

.section4 .carousel-caption .two ul li{
    margin:213px 2% 0 0;
}
.section4 .carousel-caption .sectionRight ul li .li{
    overflow: hidden;
    width: 260px;
    height: 260px;
    height: 184px;
    text-align: center;
    -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.3);
}
.section4 .carousel-caption .sectionRight ul li .li .liI{
    overflow: hidden;
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: 70px auto 0;
    margin: 30px auto 0;
    -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.section4 .carousel-caption .sectionRight ul li .li .liI img{
    max-width: 60px;
    max-height: 60px;
}
.section4 .carousel-caption .sectionRight ul li .li h4{
    margin: 25px 0 0 0;
    color: #222;
    font-size:14px;
}
.section4 .carousel-caption .sectionRight ul li .li:hover{
    background-color: #5872f7;
}
.section4 .carousel-caption .sectionRight ul li .li:hover .liI{
    background-color: #fff;
}
.section4 .carousel-caption .sectionRight ul li .li:hover h4{
    color: #fff;
}
.section4 .carousel-control {
    width: 70px;
    height: 70px;
    color: #222;
    top: 50%;
    margin-top: -35px;
    text-align: center;
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 1;
    line-height: 70px;
    background-color: #bbbbbb;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.section4 .carousel-control.left,.section4 .carousel-control.right {
    background-image: none;
}
.section4 .carousel-control.right {
    right: 0;
    left: auto;
    margin:-35px 0 0 0;
}
.section4 .carousel-control.right h5{
    font-size:12px;
    margin:10px 0 0 0;
}
.section5{
    overflow: hidden;
    position: relative;
    padding: 0 0 100px 0 ;
}
.section5 .tit{
    overflow: hidden;
    position: relative;
    text-align: center;
}
.section5 .tit h1{
    font-size: 60px;
    font-size: 48px;
    margin: 0 0 10px 0;
    color: #222222;
    font-weight:bold;
}
.section5 .tit .bor{
    overflow: hidden;
}
.section5 .tit .bor img{}
.section5 .ulBox{
    overflow: hidden;
    position: relative;
    margin: 45px 0 0 0;
}
.section5 .ulBox ul{
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    padding: 0 85px;
}
.section5 .ulBox ul li{
    margin: 0 0 10px 0;
    padding: 0 15px;
    width: 25%;
}
.section5 .ulBox ul li .li{
    overflow: hidden;
    position: relative;
}
.section5 .ulBox ul li .li .liI{
    overflow: hidden;
    height: 358px;
}
.section5 .ulBox ul li .li .liI img{
    width: 100%;
    height: auto;
    -webkit-transition: all 0.8s ease 0s ;
    -moz-transition: all 0.8s ease 0s ;
    -ms-transition: all 0.8s ease 0s ;
    -o-transition: all 0.8s ease 0s ;
    transition: all 0.8s ease 0s ;
}
.section5 .ulBox ul li .li h3{
    margin: 15px 0 0 0;
    color: #222222;
    line-height: 1.6;
    font-weight: bold;
}
.section5 .ulBox ul li .li:hover h3{
    color: #1534d2;
}
.section5 .ulBox ul li .li:hover .liI img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.section5 .more{
    overflow: hidden;
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0 0 0;
}
.section5 .more a{
    padding: 10px ;
    margin: auto;
}
.section5 .more .liI{
    overflow: hidden;
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0 15px 0 15px;
    text-align: center;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.section5 .more .liI img{
    position: relative;
    z-index: 1;
    max-width: 100%;
    display: block;
    margin: 15px auto;
}
.section5 .more .liI .img2{
    display: none;
}
.section5 .more a .liI .BG{
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease 0s ;
    -moz-transition: all 0.3s ease 0s ;
    -ms-transition: all 0.3s ease 0s ;
    -o-transition: all 0.3s ease 0s ;
    transition: all 0.3s ease 0s ;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.section5 .more .liT{
    overflow: hidden;
    font-size: 24px;
    color: #222;
    line-height: 50px;
    font-weight: bold;
}
.section5 .more a:hover .liI .img{
    display: none;
}
.section5 .more a:hover .liI .img2{
    display: block;
}
.section5 .more a:hover .liI .BG{
    width: 100%;
    height: 100%;
    background-color: #5872f7;
}
.section6{
    overflow: hidden;
    position: relative;
    background: url("../images/pic45.jpg") no-repeat ;
    background-size: 100% 100%;
    padding: 40px 0 40px 0 ;
}
.section6 .tit{
    overflow: hidden;
    position: relative;
    text-align: center;
}
.section6 .tit h1{
    font-size: 60px;
    font-size: 48px;
    margin: 0 0 10px 0;
    color: #222222;
    font-weight:bold;
}
.section6 .tit .bor{
    overflow: hidden;
}
.section6 .tit .bor img{}
.section6 .map{
    overflow: hidden;
    position: relative;
    text-align: center;
    margin: 45px 0 0 0;
}
.section6 .map img{
    max-width: 100%;
    height: auto;
}
.section6 #carousel-example-generic3{
    overflow: hidden;
    position: relative;
    margin: 45px 0 0 0;
}


.section6 .carousel-control {
    width: 30px;
    height: 30px;
    color: #222;
    top: 50%;
    margin-top: -15px;
    text-align: center;
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 1;
    line-height: 25px;
    background-color: #bbbbbb;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.section6 .carousel-control.left, .section6 .carousel-control.right {
    background-image: none;
}
.section6 .carousel-inner>.item{

}
.section6 .carousel-inner{
    width:1050px;
    margin:auto;
}
.section6 .carousel-inner>.item ul{
    justify-content: space-around;
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: center;
}
.section6 .carousel-inner>.item ul li{
    max-width:14.285714285714%;
    overflow: hidden;
    text-align: center;
}
.section6 .carousel-inner>.item ul li img{
    max-width: 100%;
    height: auto;
    max-height: 50px;
}
.section6 .ulBox{
    overflow: hidden;
    position: relative;
    margin: 45px 0 0 0;
}
.section6 .ulBox ul{
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: center;

}
.section6 .ulBox ul li{
    margin: 10px 1%;
}
.section6 .ulBox ul li .li .liI{
    overflow: hidden;
    text-align: center;
}
.section6 .ulBox ul li .liI img{
    max-width: 100%;
    height: auto;
    max-height: 30px;
}
.section7{
    overflow: hidden;
    position: relative;
    padding: 60px 0 100px 0;
}
.section7 .sectionLeft{
	display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    overflow: hidden;
    position: relative;
	position: absolute;
	height: 100%;
    width: 700px;
    padding: 50px 100px 0 0;
	padding: 0px 100px 0 0;
    align-items: center;
	border-right:1px solid #000;
}
.section7 .sectionLeft ul{
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: center;
}
.section7 .sectionLeft ul li{
    margin: 0px 20px 50px;
	margin: 0px 20px  0 0 ;
	max-width:26%;
}
.section7 .sectionLeft ul li .liI{
    overflow: hidden;
    text-align: center;
}
.section7 .sectionLeft ul li .liI img{
    max-width: 100%;
    height: auto;
}
.section7 .bor{
    overflow: hidden;
    position: relative;
	display:none;
}
.section7 .sectionRight{
    overflow: hidden;
    width: 400px;
    padding: 50px 0 50px 100px;
    position: relative;
    font-size: 42px;
    font-weight:bold;
    color: #222;
}





.section8{
    overflow: hidden;
    position: relative;
    padding: 100px 0 80px 0;
    background-color: #5872f7;
    background:url("../images/pic167.png");
    background-size: 100% 100%;
}
.section8 h1{
    font-size: 60px;
    margin: 0 0 10px 0;
    color: #222;
    font-weight: bold;
    text-align: center;
}
.section8 .more{
    overflow: hidden;
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0 0 0;
}
.section8 .more a{
    display: block;
    overflow: hidden;
    padding: 10px ;

}
.section8 .more .liI{
    overflow: hidden;
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0 15px 0 15px;
    text-align: center;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.section8 .more .liI img{
    position: relative;
    z-index: 2;
    max-width: 100%;
    display: block;
    margin: 15px auto;
}
.section8 .more .liI .img2{
    display: none;
}
.section8 .more a .liI .BG{
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    z-index:1;
    -webkit-transition: all 0.3s ease 0s ;
    -moz-transition: all 0.3s ease 0s ;
    -ms-transition: all 0.3s ease 0s ;
    -o-transition: all 0.3s ease 0s ;
    transition: all 0.3s ease 0s ;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.section8 .more .liT{
    overflow: hidden;
    font-size: 24px;
    color: #222;
    line-height: 50px;
    font-weight: bold;
}
.section8 .more a:hover .liI .BG{
    width: 100%;
    height: 100%;
    background-color: #5872f7;
}

.zBanner{
    overflow: hidden;
    position: relative;
}
.zBanner .spT{
    overflow: hidden;
    position: absolute;
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    align-items: center;
    left: 0%;
    top: 0%;
    width: 44%;
    height: 100%;
    font-size: 3.3rem;
    padding: 0 140px;
    color: #3c3c3c;
    font-weight:bold;
    z-index: 1;
}
.zBanner .spI{
    overflow: hidden;
    position: relative;
}
.zBanner .spI img{
    width: 100%;
    height: auto;
}
.productBox{
    overflow: hidden;
    position: relative;
    padding: 130px 140px 40px;
}
.productBox .sectionLeft{
    overflow: hidden;
    position: relative;
    width: 35%;
}
.productBox .sectionLeft ul{}
.productBox .sectionLeft ul li{
    display: block;
    overflow: hidden;
    margin: 0 0 15px 0;
}
.productBox .sectionLeft ul li:last-child{
    margin: 0;
}
.productBox .sectionLeft ul li a{
    display: block;
    overflow: hidden;
    font-size: 18px;
    color: #222;
    padding: 10px 10px;
    border: 1px solid #dedede;
}
.productBox .sectionLeft ul .this a{
    color: #fff;
    background-color: #5872f7;
    border: 1px solid #5872f7;
}
.productBox .sectionLeft ul li a:hover{
    color: #5872f7;
}
.productBox .sectionLeft ul .this a:hover{
    color: #fff;
}
.productBox .sectionRight{
    overflow: hidden;
    position: relative;
    width: 62%;
}
.productBox .sectionRight .tit{
    overflow: hidden;
}
.productBox .sectionRight .tit h1{
    color: #222222;
    margin: 0 0 10px 0;
    font-weight:bold;
}
.productBox .sectionRight .tit img{
    max-width: 100%;
    height: auto;
}
.productBox .sectionRight .tic{
    overflow: hidden;
    /* margin: 30px 0 0 0; */
}
.productBox .sectionRight .tic h2{
    color: #5872f7;
    margin: 0 0 10px 0;
}
.productBox .sectionRight .tic .txt{margin-top: 20px;margin-bottom: 40px;}
.productBox .sectionRight .tic .txt p{font-size: 18px;margin-bottom: 30px;font-style: normal;}
.productBox .sectionRight .tic .txt p img{width: 100%;}
.productBox .sectionRight .tic .txt p a{text-decoration: underline;color: #5872F7;}
.productBox .sectionRight .tic .icosbox ul{padding-left: 5px;}
.productBox .sectionRight .tic .icosbox ul li{margin-bottom: 40px; display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.productBox .sectionRight .tic .icosbox ul li .icos{width: 82px;height: 82px;box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);border-radius: 50%;display: flex;align-items: center;justify-content: center;}
.productBox .sectionRight .tic .icosbox ul li .con{width: calc(100% - 100px);}
.productBox .sectionRight .tic .icosbox ul li .con h3{font-size: 18px;font-weight: bold;color: #222222;margin-top: 0;}
.productBox .sectionRight .tic .icosbox ul li .con p{font-style: normal;font-size: 18px;}
.productBox .sectionRight .tic h4{
    color: #222222;
    line-height: 1.8;
    margin: 0 0 40px 0;
    text-align: justify;
}
.productBox .sectionRight .tic p{
    color: #222222;
    line-height: 1.6;
    font-style: italic;
    margin: 0 0 0px 0;
}
.productBox .sectionRight .tib{
    overflow: hidden;
    margin: 50px 0 0 0;
}
.productBox .sectionRight .tib h2{
    color: #5872f7;
    margin: 0 0 10px 0;
}




.productBox .sectionRight .tib ul{
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: left;
    max-width: 720px;
}
.productBox .sectionRight .tib ul li{
    overflow: hidden;
    position: relative;
    padding: 10px;
}
.productBox .sectionRight .tib ul li .li{
    overflow: hidden;
    position: relative;
    width: 160px;
    height: 190px;
    padding: 20px 0;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.productBox .sectionRight .tib ul li .li .liI{
    overflow: hidden;
    position: relative;
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
}
.productBox .sectionRight .tib ul li .li .liI .spI{
    overflow: hidden;
    position: relative;
    width: 92px;
    height: 36px;
    line-height: 36px;
    padding: 0 10px 0 0;
    text-align: right;
    margin: 0 15px 0 0;
}
.productBox .sectionRight .tib ul li .li .liI img{}
.productBox .sectionRight .tib ul li .li .liI span{
    font-size: 28px;
}
.productBox .sectionRight .tib ul li .li h4{
    /*overflow: hidden;*/
    margin: 0;
    padding: 10px 10px 0 10px;
    font-size: 16px;
    color: #d2a50c;
}
.productBox .sectionRight .tib ul li:nth-child(1) .liI .spI{
    background: url("../images/pic154.png")no-repeat;
    background-size: 100% 100%;
}
.productBox .sectionRight .tib ul li:nth-child(1) .li .liI span{
    color: #d2a50c;
}
.productBox .sectionRight .tib ul li:nth-child(1) .li h4{
    color: #d2a50c;
}
.productBox .sectionRight .tib ul li:nth-child(2) .liI .spI{
    background: url("../images/pic155.png")no-repeat;
    background-size: 100% 100%;
}
.productBox .sectionRight .tib ul li:nth-child(2) .li .liI span{
    color: #48ceb0;
}
.productBox .sectionRight .tib ul li:nth-child(2) .li h4{
    color: #48ceb0;
}
.productBox .sectionRight .tib ul li:nth-child(3) .liI .spI{
    background: url("../images/pic156.png")no-repeat;
    background-size: 100% 100%;
}
.productBox .sectionRight .tib ul li:nth-child(3) .li .liI span{
    color: #4936a2;
}
.productBox .sectionRight .tib ul li:nth-child(3) .li h4{
    color: #4936a2;
}
.productBox .sectionRight .tib ul li:nth-child(4) .liI .spI{
    background: url("../images/pic157.png")no-repeat;
    background-size: 100% 100%;
}
.productBox .sectionRight .tib ul li:nth-child(4) .li .liI span{
    color: #e9295d;
}
.productBox .sectionRight .tib ul li:nth-child(4) .li h4{
    color: #e9295d;
}
.productBox .sectionRight .tib ul li:nth-child(5) .liI .spI{
    background: url("../images/pic158.png")no-repeat;
    background-size: 100% 100%;
}
.productBox .sectionRight .tib ul li:nth-child(5) .li .liI span{
    color: #47ae52;
}
.productBox .sectionRight .tib ul li:nth-child(5) .li h4{
    color: #47ae52;
}
.productBox .sectionRight .tib ul li:nth-child(6) .liI .spI{
    background: url("../images/pic159.png")no-repeat;
    background-size: 100% 100%;
}
.productBox .sectionRight .tib ul li:nth-child(6) .li .liI span{
    color: #ff8801;
}
.productBox .sectionRight .tib ul li:nth-child(6) .li h4{
    color: #ff8801;
}
.productBox .sectionRight .tib ul li:nth-child(7) .liI .spI{
    background: url("../images/pic160.png")no-repeat;
    background-size: 100% 100%;
}
.productBox .sectionRight .tib ul li:nth-child(7) .li .liI span{
    color: #1736d2;
}
.productBox .sectionRight .tib ul li:nth-child(7) .li h4{
    color: #1736d2;
}
.productBox .sectionRight .tib ul li:nth-child(8) .liI .spI{
    background: url("../images/pic161.png")no-repeat;
    background-size: 100% 100%;
}
.productBox .sectionRight .tib ul li:nth-child(8) .li .liI span{
    color: #80a7be;
}
.productBox .sectionRight .tib ul li:nth-child(8) .li h4{
    color: #80a7be;
}
.productBox .sectionRight .tib ul li:nth-child(9) .liI .spI{
    background: url("../images/icon9.png")no-repeat;
    background-size: 100% 100%;
}
.productBox .sectionRight .tib ul li:nth-child(9) .li .liI span{
    color: #45e660;
}
.productBox .sectionRight .tib ul li:nth-child(9) .li h4{
    color: #45e660;
}
.productBox .sectionRight .tib ul li:nth-child(10) .liI .spI{
    background: url("../images/icon10.png")no-repeat;
    background-size: 100% 100%;
}
.productBox .sectionRight .tib ul li:nth-child(10) .li .liI span{
    color: #b517d2;
}
.productBox .sectionRight .tib ul li:nth-child(10) .li h4{
    color: #b517d2;
}



























.productBox .sectionRight .tib img{
    max-width: 100%;
    height: auto;
}
.productBox .sectionRight .ulBox{
    overflow: hidden;
    margin: 50px 0 0 0;
}
.productBox .sectionRight .ulBox h2{
    color: #5872f7;
    margin: 0 0 10px 0;
}
.productBox .sectionRight .ul{
    overflow: hidden;
}
.productBox .sectionRight .ul ul{}
.productBox .sectionRight .ul ul li{
    display: block;
    overflow: hidden;
    margin: 0 0 5px 0;
    border: 1px solid #dedede;
    padding: 10px 15px 0;
}
.productBox .sectionRight .ul ul li .liI{
    display: block;
    overflow: hidden;
    font-size: 18px;
    color: #222;
    padding: 0 0 10px 0;
    cursor: pointer;
}
.productBox .sectionRight .ul ul li .liI .liImg{
    overflow: hidden;
    position: relative;
}
.productBox .sectionRight .ul ul li .liI .liImg img{}
.productBox .sectionRight .ul ul li .liI .liImg .img{

}
.productBox .sectionRight .ul ul li .liI .liImg .img2{
    display: none;
}
.productBox .sectionRight .ul ul li .liI .liIsp{
    overflow: hidden;
    position: relative;
    width: 100%;
    font-size: 18px;
    color: #222;
    line-height: 30px;
}
.productBox .sectionRight .ul ul li .liB{
    display: block;
    overflow: hidden;
    color: #222;
    padding: 10px 0px;
    line-height: 1.6;
    border-top: 1px solid #dedede;
    display: none;
}
.contactBox{
    overflow: hidden;
    position: relative;
    padding: 130px 140px 40px;
}
.contactBox .sectionLeft{
    overflow: hidden;
    position: relative;
    width: 50%;
}
.contactBox .sectionLeft .tit{
    overflow: hidden;
}
.contactBox .sectionLeft .tit h1{
    color: #222222;
    margin: 0 0 0px 0;
    line-height: 1.6;
}
.contactBox .sectionLeft .tit img{
    max-width: 100%;
    height: auto;
}
.contactBox .sectionLeft .form{
    overflow: hidden;
    position: relative;
    margin: 25px 0 0 0;
}
.contactBox .sectionLeft .form .center{
    overflow: hidden;
    position: relative;
}
.contactBox .sectionLeft .form .center ul{
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contactBox .sectionLeft .form .center ul li{
    width: 48.5%;
    margin: 0 0 15px 0;
}
.contactBox .sectionLeft .form .center ul li:nth-child(7),.contactBox .sectionLeft .form .center ul li:nth-child(8){
    width: 100%;
}
.contactBox .sectionLeft .form .center ul li input{
    width: 100%;
    padding: 15px 20px;
    color: #999999;
    border: 1px solid #dfe6e9;
}
.contactBox .sectionLeft .form .center ul li input:-moz-placeholder {  color: #999999;  }
.contactBox .sectionLeft .form .center ul li input::-moz-placeholder {  color: #999999;  }
.contactBox .sectionLeft .form .center ul li input:-ms-input-placeholder{  color: #999999;  }
.contactBox .sectionLeft .form .center ul li input::-webkit-input-placeholder{  color: #999999;  }
.contactBox .sectionLeft .form .center ul li input:-ms-input-placeholder{ color: #999999; }
.contactBox .sectionLeft .form .center ul li input::-webkit-input-placeholder{ color: #999999;}
.contactBox .sectionLeft .form .center ul li textarea{
    width: 100%;
    height: 220px;
    resize: none;
    padding: 15px 20px;
    color: #999999;
    border: 1px solid #dfe6e9;
}
.contactBox .sectionLeft .form .center ul li textarea:-moz-placeholder {  color: #999999;  }
.contactBox .sectionLeft .form .center ul li textarea::-moz-placeholder {  color: #999999;  }
.contactBox .sectionLeft .form .center ul li textarea:-ms-input-placeholder{  color: #999999;  }
.contactBox .sectionLeft .form .center ul li textarea::-webkit-input-placeholder{  color: #999999;  }
.contactBox .sectionLeft .form .center ul li textarea:-ms-input-placeholder{ color: #999999; }
.contactBox .sectionLeft .form .center ul li textarea::-webkit-input-placeholder{ color: #999999;}
.contactBox .sectionLeft .form .know{
    overflow: hidden;
    position: relative;
    margin: 10px 0 0 0;
}
.contactBox .sectionLeft .form .know h4{
    color: #222222;
    margin: 0 0 15px 0;
    font-weight: bold;
}
.contactBox .sectionLeft .form .know .optBox{
    overflow: hidden;
    position: relative;
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.contactBox .sectionLeft .form .know .optBox .opt{
    width: 33.3333333333333333333333%;
    margin: 5px 0;
}
.magic-radio + label:before, .magic-checkbox + label:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: '';
    border: 1px solid #00518c;
}
.magic-checkbox:checked + label:before {
    border: #00518c;
    background: #00518c;
}
.contactBox .sectionLeft .form .specify{
    overflow: hidden;
    position: relative;
    margin: 10px 0 0 0;
	display:none;
}
.contactBox .sectionLeft .form .specify input{
    width: 100%;
    padding: 5px 20px;
    color: #999999;
    border: 1px solid #dfe6e9;
}
.contactBox .sectionLeft .form .specify input:-moz-placeholder {  color: #999999;  }
.contactBox .sectionLeft .form .specify input::-moz-placeholder {  color: #999999;  }
.contactBox .sectionLeft .form .specify input:-ms-input-placeholder{  color: #999999;  }
.contactBox .sectionLeft .form .specify input::-webkit-input-placeholder{  color: #999999;  }
.contactBox .sectionLeft .form .specify input:-ms-input-placeholder{ color: #999999; }
.contactBox .sectionLeft .form .specify input::-webkit-input-placeholder{ color: #999999;}
.contactBox .sectionLeft .form .specify h5{
    margin: 15px 0 0 0;
    color: #999999;
}
.contactBox .sectionLeft .form .submit{
    overflow: hidden;
    position: relative;
    margin: 25px 0 0 0;
}
.contactBox .sectionLeft .form .submit button{
    width: 160px;
    text-align: center;
    padding: 15px 0px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    background-color: #5972f7;
    border: 1px solid #5972f7;
}
.contactBox .sectionLeft .form .submit button:hover{
    color: #5972f7;
    background-color: #fff;
}
.contactBox .sectionRight{
    overflow: hidden;
    position: relative;
    width: 50%;
    padding: 30px 0 0 140px;
}
.contactBox .sectionRight .ulBox{
    overflow: hidden;
    position: relative;
    width: 600px;
    height: 610px;
    padding: 30px;
    /*border: 1px solid red;*/
    background: url("../images/pic130.png")no-repeat;
    background-size: 100% 100%;
}
.contactBox .sectionRight .ulBox h3{
    color: #fff;
    margin:  0 0 10px 0;
}
.contactBox .sectionRight .ulBox .ul{
    overflow: hidden;
    position: relative;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border-bottom: 2px solid rgba(246,246,246,.5);
}
.contactBox .sectionRight .ulBox .ul2{
    border-bottom: none;
    padding: 0;
    margin: 0;
}
.contactBox .sectionRight .ulBox .ul ul{}
.contactBox .sectionRight .ulBox .ul ul li{
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    /*justify-content: space-between;*/
    /*flex-wrap: wrap;    */
}
.contactBox .sectionRight .ulBox .ul ul li .liI{
    overflow: hidden;
    position: relative;
    min-width: 40px;
    line-height: 40px;
}
.contactBox .sectionRight .ulBox .ul ul li .liI img{}
.contactBox .sectionRight .ulBox .ul ul li .liT{
    overflow: hidden;
    position: relative;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
}
.serviceBox{
    overflow: hidden;
    position: relative;
    padding: 0px 140px 40px;
}
.serviceBox ul{}
.serviceBox ul li{
    display: block;
    overflow: hidden;
    position: relative;
    padding: 130px 0 0px 0;
}
.serviceBox ul li .sectionLeft{
    overflow: hidden;
    position: relative;
    width: 50%;
    padding: 0 0 132px 0;
}
.serviceBox ul li .sectionLeft .spI{
    overflow: hidden;
    position: relative;
    width: 70%;
}
.serviceBox ul li .sectionLeft .spI img{
    width: 100%;
    height: auto;
    -webkit-transition: all 1s ease 0s ;
    -moz-transition: all 1s ease 0s ;
    -ms-transition: all 1s ease 0s ;
    -o-transition: all 1s ease 0s ;
    transition: all 1s ease 0s ;
}
.serviceBox ul li .sectionLeft .spI:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.serviceBox ul li .sectionLeft .award-base {
    text-align: center;
    background: #fff;
    width: 160px;
    height: 160px;
    position: absolute;
    right: 30%;
    bottom: 52px;
    margin: 0 -80px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    -webkit-box-shadow: 0px 7px 18px -4px rgba(0,0,0,.32);
    box-shadow: 0px 7px 18px -4px rgba(0,0,0,.32);
    z-index: 2;
}
.serviceBox ul li .sectionLeft .award-base:after {
    position: absolute;
    content: '';
    left: -50px;
    right: -50px;
    top: -50px;
    bottom: -50px;
    background: url("../images/pic145.png") center center;
    background-size: contain;
    z-index: -1;
    -webkit-animation: award-circle infinite 10s;
    animation: award-circle infinite 10s;
}
@-webkit-keyframes award-circle{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
@keyframes award-circle{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
.serviceBox ul li .sectionLeft .award-base:hover{
    background:#f2f2f2;
}
.serviceBox ul li .sectionLeft .award-base img{
    max-width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease 0s ;
    -moz-transition: all 0.3s ease 0s ;
    -ms-transition: all 0.3s ease 0s ;
    -o-transition: all 0.3s ease 0s ;
    transition: all 0.3s ease 0s ;
}
.serviceBox ul li .sectionLeft .award-base:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);

}



.serviceBox ul li .sectionRight{
    overflow: hidden;
    position: relative;
    width: 50%;
    padding: 0 0 0 0;
}
.serviceBox ul li .sectionRight h1{
    margin: 0 0 15px 0;
    font-weight: bold;
    color: #222222;
}
.serviceBox ul li .sectionRight h3{
    font-size: 22px;
    margin:15px 0 0 0;
    line-height:1.6;
    color: #222222;
}
.serviceBox ul li .sectionRight .center{
    overflow: hidden;
    position: relative;
    padding: 0 0 0 30px;
    margin: 30px 0 0 0;
}
.serviceBox ul li .sectionRight p{
    font-size: 22px;
    color: #222222;
    margin: 0;
    line-height: 1.8;
}
.serviceBox ul li:nth-child(even) .sectionLeft .spI{
    float: right;
}
.serviceBox ul li:nth-child(even) .sectionLeft .award-base{
    left: 30%;
    margin: 0 0 0 -80px ;
}

.newsBox{
    overflow: hidden;
    position: relative;
    padding: 35px 140px 40px;
}
.newsBox .tit{
    overflow: hidden;
    position: relative;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    padding: 0 25px;
    background-color: #5872f7;
}
.newsBox .center{
    overflow: hidden;
    position: relative;
    margin: 35px 0 0 0;
}
.newsBox .center ul{}
.newsBox .center ul li{
    display: block;
    overflow: hidden;
    padding: 45px 0;
    border-bottom: 1px solid #f0f0f0;
}
.newsBox .center ul li .sectionLeft{
    overflow: hidden;
    position: relative;
    width: 64%;
    padding: 0 30px 0 25px;
}
.newsBox .center ul li .sectionLeft .spT{
    overflow: hidden;
    position: relative;
    color: #222;
    font-size: 18px;
    line-height: 1.6;
    font-weight: bold;
}
.newsBox .center ul li .sectionLeft .spD{
    overflow: hidden;
    position: relative;
    color: #5872f7;
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 15px 0;
}
.newsBox .center ul li .sectionLeft p{
    overflow: hidden;
    color: #222;
    font-size: 16px;
    margin: 0;
    line-height: 1.6;
}
.newsBox .center ul li .sectionLeft .more{
    overflow: hidden;
    margin: 10px 0 0 0;
}
.newsBox .center ul li .sectionLeft .more a{
    display: block;
    overflow: hidden;
    float: right;
    padding: 10px ;
}
.newsBox .center ul li .sectionLeft .more .liI{
    overflow: hidden;
    position: relative;
    width: 35px;
    height: 35px;
    margin: 0 15px 0 15px;
    text-align: center;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.newsBox .center ul li .sectionLeft .more .liI img{
    position: relative;
    z-index: 1;
    max-width: 50%;
    display: block;
    margin: 11px auto;
}
.newsBox .center ul li .sectionLeft .more .liI .img2{
    display: none;
}
.newsBox .center ul li .sectionLeft .more a .liI .BG{
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease 0s ;
    -moz-transition: all 0.3s ease 0s ;
    -ms-transition: all 0.3s ease 0s ;
    -o-transition: all 0.3s ease 0s ;
    transition: all 0.3s ease 0s ;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.newsBox .center ul li .sectionLeft .more .liT{
    overflow: hidden;
    font-size: 16px;
    color: #222;
    line-height: 35px;
}
.newsBox .center ul li .sectionLeft .more a:hover .liI .img{
    display: none;
}
.newsBox .center ul li .sectionLeft .more a:hover .liI .img2{
    display: block;
}
.newsBox .center ul li .sectionLeft .more a:hover .liI .BG{
    width: 100%;
    height: 100%;
    background-color: #5872f7;
}
.newsBox .center ul li .sectionRight{
    overflow: hidden;
    position: relative;
    width: 36%;
    height: 316px;
}
.newsBox .center ul li .sectionRight img{
    width: 100%;
    height: auto;
    -webkit-transition: all 1s ease 0s ;
    -moz-transition: all 1s ease 0s ;
    -ms-transition: all 1s ease 0s ;
    -o-transition: all 1s ease 0s ;
    transition: all 1s ease 0s ;
}
.newsBox .center ul li:hover .sectionRight img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.newsBox2{
    overflow: hidden;
    position: relative;
    padding: 35px 140px 40px;
}
.newsBox2 .tit{
    overflow: hidden;
    position: relative;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    padding: 0 25px;
    background-color: #5872f7;
}
.newsBox2 .center{
    overflow: hidden;
    position: relative;
    margin: 30px 0 0 0;
}
.newsBox2 .center .swiper-container {
    width: 100%;
    height: 100%;
    padding: 0 0 100px 0;
}
.newsBox2 .center .swiper-slide {
    text-align: left;
    font-size: 18px;
    background: #fff;
    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;
}
.newsBox2 .center .swiper-slide .li{
    overflow: hidden;
    position: relative;
    padding:  10px;
}
.newsBox2 .center .swiper-slide .li .liI{
    overflow: hidden;
    position: relative;
    height: 272px;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
}
.newsBox2 .center .swiper-slide .liI img{
    width: 100%;
    -webkit-transition: all 1s ease 0s ;
    -moz-transition: all 1s ease 0s ;
    -ms-transition: all 1s ease 0s ;
    -o-transition: all 1s ease 0s ;
    transition: all 1s ease 0s ;
    height: auto;
}
.newsBox2 .center .swiper-slide .li:hover .liI img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.newsBox2 .center .swiper-slide .li h4{
    text-align:justify;
    color: #222222;
    margin: 25px 0 0 0;
    font-weight: bold;
    line-height: 1.6;
}
.newsBox2 .center .swiper-slide .li .spD{
    color: #5872f7;
    line-height: 1.6;
    overflow: hidden;
    margin: 5px 0 10px 0;
}
.newsBox2 .center .swiper-slide .li .spD img{}
.newsBox2 .center .swiper-slide .li .spD span{}
.newsBox2 .center .swiper-slide .li p{
    color: #222222;
    font-size: 16px;
    margin: 0;
    line-height: 1.6;
}
.newsBox2 .center .swiper-pagination-bullet {
    width: 40px;
    height: 40px;
    color: #222;
    opacity: 1;
    line-height: 40px;
    font-size: 16px;
    background: rgba(255,255,255,0);
}
.newsBox2 .center .swiper-pagination-bullet-active {
    color: #fff;
    background: #5872f7;
}
.newsBox2 .center .swiper-button-next, .swiper-button-prev {
    position: absolute;
    bottom: 10px;
    top: auto;
    color: #222;
    font-size: 14px;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: 40px;
    margin-top: 0;
    line-height: 40px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.newsBox2 .center .swiper-button-next:after, .swiper-button-prev:after{
    font-size: 14px;
}
.newsBox2 .center .swiper-button-next{
    right: 50%;
    margin-right: -100px;
}
.newsBox2 .center .swiper-button-prev{
    left: 50%;
    margin-left: -100px;
}
.newsDetail{
    overflow: hidden;
    position: relative;
    padding: 130px 140px 40px;
}
.newsDetail .tit{
    overflow: hidden;
    position: relative;
    text-align: center;
}
.newsDetail .tit .spT{
    overflow: hidden;
    position: relative;
    color: #222;
    font-size: 18px;
    line-height: 1.6;
    font-weight: bold;
}
.newsDetail .tit .spD{
    overflow: hidden;
    position: relative;
    color: #5872f7;
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 15px 0;
}
.newsDetail .tit p{
    overflow: hidden;
    color: #222;
    font-size: 16px;
    margin: 0;
    line-height: 1.6;
}
.newsDetail .tit .bor{
    margin:  5px 0;
}
.newsDetail .center{
    overflow: hidden;
    position: relative;
    text-align: center;
    margin: 20px 0 0 0;
}
.newsDetail .center img{
    max-width: 100%;
    height: auto;
    -webkit-transition: all 1s ease 0s ;
    -moz-transition: all 1s ease 0s ;
    -ms-transition: all 1s ease 0s ;
    -o-transition: all 1s ease 0s ;
    transition: all 1s ease 0s ;
}
.newsDetail .center img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.newsDetail .center .spT{
    overflow: hidden;
    position: relative;
    color: #333333;
    text-align: left;
    font-size: 18px;
    line-height: 1.6;
    margin: 30px 0 0 0;
}
.newsDetail .center .spD{
    overflow: hidden;
    position: relative;
    color: #858fa6;
    text-align: left;
    font-size: 18px;
    line-height: 1.6;
    margin: 30px 0 0 0;
}
.newsDetail .center .spDD{
    overflow: hidden;
    position: relative;
    color: #333333;
    text-align: left;
    font-size: 18px;
    line-height: 1.6;
    padding: 20px;
    background-color: #f0f0f0;
    text-indent: 2em;
    border-left: 10px solid #5872f7;
    margin: 30px 0 0 0;
}


.productBox .sectionRight .tib2{
    overflow: hidden;
    margin: 50px 0 0 0;
}
.productBox .sectionRight .tib2 h2{
    color: #5872f7;
    margin: 0 0 10px 0;
}
.productBox .sectionRight .tib2 ul{
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: left;
    max-width: 720px;
}
.productBox .sectionRight .tib2 ul li{
    overflow: hidden;
    position: relative;
    padding: 10px;
}
.productBox .sectionRight .tib2 ul li .li{
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 180px;
    height: 160px;
    padding: 20px ;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.productBox .sectionRight .tib2 ul li .li h4{
    font-size: 16px;
    margin: 10px auto;
    color: #d2a50c;
}
.productBox .sectionRight .tib2 ul li .liT{
    overflow: hidden;
    position: relative;
    width: 180px;
    margin: 20px 0 0 0;
}
.productBox .sectionRight .tib2 ul li .liT p{
    margin: 0;
    line-height: 1.6;
}
.productBox .sectionRight .tib2 ul li:nth-child(1) .li h4,.productBox .sectionRight .tib2 ul li:nth-child(1) .liT p{
    color: #47ae52;
}
.productBox .sectionRight .tib2 ul li:nth-child(2) .li h4,.productBox .sectionRight .tib2 ul li:nth-child(2) .liT p{
    color: #6958bf;
}
.productBox .sectionRight .tib2 ul li:nth-child(4) .li h4,.productBox .sectionRight .tib2 ul li:nth-child(4) .liT p{
    color: #e9295d;
}
.productBox .sectionRight .tib2 ul li:nth-child(5) .li h4,.productBox .sectionRight .tib2 ul li:nth-child(5) .liT p{
    color: #69cdff;
}
.productBox .sectionRight .tib2 ul li:nth-child(2){
    margin: 0 0 0 320px;
}
.productBox .sectionRight .tib2 ul li:nth-child(4){
    margin: 0 320px 0 0;
}
.productBox .sectionRight .tib2 ul li:nth-child(3){
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    height: 208px;
    margin-top: -120px ;
    background: url("../images/pic215.png") no-repeat center;
}
.productBox .sectionRight .tib2 ul li:nth-child(3) .li{
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 190px;
    height: 190px;
    padding: 35px 25px 0;
    margin: auto;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.productBox .sectionRight .tib3{
    overflow: hidden;
    margin: 50px 0 0 0;
}
.productBox .sectionRight .tib3 h2{
    color: #5872f7;
    margin: 0 0 10px 0;
}
.productBox .sectionRight .tib3 .spI{
    overflow: hidden;
    position: relative;
}
.productBox .sectionRight .tib3 .spI img{
    max-width: 100%;
    height: auto;
}

.roleBox{
    overflow: hidden;
    position: relative;
    padding: 35px 140px 40px;
}
.roleBox .tit{
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 0 0 15px 0;
    border-bottom: 5px solid #5872f7;
}
.roleBox .tit h1{
    margin: 0 0 15px 0;
    font-weight: bold;
    color: #222222;
}
.roleBox .tit h3{
    font-size: 22px;
    margin:15px 0 0 0;
    line-height:1.6;
    color: #222222;
}
.roleBox .center{
    overflow: hidden;
    position: relative;
}
.roleBox .center .sectionLeft{
    overflow: hidden;
		overflow-x: scroll;
    position: relative;
    padding: 50px 25px 50px 0;
    width: 33.3333333333%;
}
.roleBox .center .sectionLeft a{color: #333;}
.roleBox .center .sectionLeft a:hover{text-decoration: underline;}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
  .roleBox .center .sectionLeft::-webkit-scrollbar{
    width: 7px;
    height: 7px;
    background-color: #F5F5F5;
  }

  /*定义滚动条轨道 内阴影+圆角*/
  .roleBox .center .sectionLeft::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
  }

  /*定义滑块 内阴影+圆角*/
  .roleBox .center .sectionLeft::-webkit-scrollbar-thumb{
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    background-color: #c8c8c8;
  }
.roleBox .center .sectionLeft ul{
	width: 540px;
}
.roleBox .center .sectionLeft ul li{
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    align-items: center;
    overflow: hidden;
    color: #222222;
    font-size: 22px;
    height: 100px;
    padding: 0 15px 0 70px;
    border-bottom: 1px solid #e6f3ff;
}
.roleBox .center .sectionLeft ul li p{
	margin:0;
	padding:0;
}
.roleBox .center .sectionLeft ul li h1{
    margin: 0;
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    align-items: center;
    font-weight: bold;
}
.roleBox .center .sectionRight{
    overflow: hidden;
	overflow-x: scroll;
    position: relative;
    width: 66.6666666666%;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
  .roleBox .center .sectionRight::-webkit-scrollbar{
    width: 7px;
    height: 7px;
    background-color: #F5F5F5;
  }

  /*定义滚动条轨道 内阴影+圆角*/
  .roleBox .center .sectionRight::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
  }

  /*定义滑块 内阴影+圆角*/
  .roleBox .center .sectionRight::-webkit-scrollbar-thumb{
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    background-color: #c8c8c8;
  }
.roleBox .center .sectionRight ul{
	width: 1080px;
}
.roleBox .center .sectionRight ul li{
    display: block;
    overflow: hidden;
    width: 25%;
    float: left;
    border-left: 1px solid #e6f3ff;
    padding: 25px 25px;
}
.roleBox .center .sectionRight ul li dl{
    padding: 25px 0;
    margin: 0;
    -webkit-transition: all 0.5s ease 0s ;
    -moz-transition: all 0.5s ease 0s ;
    -ms-transition: all 0.5s ease 0s ;
    -o-transition: all 0.5s ease 0s ;
    transition: all 0.5s ease 0s ;
}
.roleBox .center .sectionRight ul li dl dd{
    overflow: hidden;
    margin: 0;
    height: 100px;
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #e6f3ff;
}
.roleBox .center .sectionRight ul li dl dd h3{
    margin: 0;
    color: #222222;
    font-size: 22px;
}
.roleBox .center .sectionRight ul li dl dd img{
    display: block;
    margin: 23px auto;
}
.roleBox .center .sectionRight ul li dl dd .img1{}
.roleBox .center .sectionRight ul li dl dd .img2{
    display: none;
}
.roleBox .center .sectionRight ul li:hover dl{
    background-color: #5872f7;
    -webkit-box-shadow: rgba(0,0,0,.3) 0px 0px 15px 5px;
    -moz-box-shadow: rgba(0,0,0,.3) 0px 0px 15px 5px;
    box-shadow: rgba(0,0,0,.3) 0px 0px 15px 5px;
}
.roleBox .center .sectionRight ul li:hover dl dd h3{
    color: #fff;
}
.roleBox .center .sectionRight ul li:hover dl dd .img1{
    display: none;
}
.roleBox .center .sectionRight ul li:hover dl dd .img2{
    display: block;
}

.aboutBox{
    overflow: hidden;
    position: relative;
    padding: 35px 140px 40px;
}
.aboutBox .sectionLeft{
    overflow: hidden;
    position: relative;
    width: 50%;
    padding: 50px 50px 0 0;
}
.aboutBox .sectionLeft p{
    font-size: 22px;
    color: #626262;
    text-align: justify;
    margin: 0 0 20px 0;
}
.aboutBox .sectionLeft p a{
    color: #626262;
    border-bottom: 1px solid #626262;
}
.aboutBox .sectionRight{
    overflow: hidden;
    position: relative;
    width: 50%;
    padding: 0 0 0 50px;
}
.aboutBox .sectionRight ul{
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.aboutBox .sectionRight ul li{
    text-align: center;
}
.aboutBox .sectionRight ul li h3{
    font-size: 22px;
    color: #626262;
    line-height: inherit;
    margin: 0;
}
.aboutBox .sectionRight ul li .spI{
    overflow: hidden;
}
.aboutBox .sectionRight ul li .spI img{
    max-width: 100%;
    height: auto;
}
.aboutBox .sectionRight ul li:nth-child(3) {
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    height: 193px;
    margin: -30px 0;
}



.aboutBox .sectionRight img{
    max-width: 100%;
    height: auto;
}
.aboutBox2{
    overflow: hidden;
    position: relative;
    padding: 35px 140px 0px;
}
.aboutBox2 .tit{
    overflow: hidden;
    position: relative;
    text-align: center;
}
.aboutBox2 .tit h1{
    margin: 0 0 15px 0;
    font-weight: bold;
    color: #222222;
}
.aboutBox2 .tit h3{
    font-size: 22px;
    margin:15px 0 0 0;
    line-height:1.6;
    color: #222222;
}
.aboutBox2 .center{
    overflow: hidden;
    position: relative;
    margin: 50px 0 0 0;
}
.aboutBox2 .center .spI{
    overflow: hidden;
    position: relative;
    text-align: center;
}
.aboutBox2 .center .spI img{
    max-width: 100%;
    height: auto;
}
.newsBox2newsBox2 .center .swiper-button-next:after,.newsBox2newsBox2 .center .swiper-button-prev:after{
    display:none;
}

.newsBox2newsBox2 .center .swiper-button-next, .newsBox2newsBox2 .center .swiper-button-prev {
    position: absolute;
    top: 25%;
    color: #222;
    font-size: 14px;
    width: auto;
    height: 70px;
    line-height: 70px;
    z-index: 99999;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.newsBox2newsBox2 .center .swiper-button-next {
    right: 0%;
    margin-right: 20px;
}
.newsBox2newsBox2 .center .swiper-button-prev {
    left: 0%;
    margin-left: 0px;
}


.newsBox2newsBox2 .center .more{
    overflow: hidden;
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    justify-content: center;
    flex-wrap: wrap;
}
.newsBox2newsBox2 .center .more a{
    padding:10px 0;
    margin: auto;
}
.newsBox2newsBox2 .center .more a .liI{
    overflow: hidden;
    position: relative;
    width: 50px;
    height: 50px;
    line-height:50px;
    margin: 0 15px 0 15px;
    text-align: center;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.newsBox2newsBox2 .center .more a.liI img{
    position: relative;
    z-index: 1;
    max-width: 100%;
    display: block;
    margin: 15px auto;
}
.newsBox2newsBox2 .center .more a .liI .img2{
    display: none;
    z-index: 1;
}
.newsBox2newsBox2 .center .more a .liI .BG{
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease 0s ;
    -moz-transition: all 0.3s ease 0s ;
    -ms-transition: all 0.3s ease 0s ;
    -o-transition: all 0.3s ease 0s ;
    transition: all 0.3s ease 0s ;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.newsBox2newsBox2 .center .more a .liT{
    overflow: hidden;
    font-size: 16px;
    color: #222;
    line-height: 50px;
    font-weight: bold;
}
.newsBox2newsBox2 .center .more a:hover .liI .img{
    display: none;
}
.newsBox2newsBox2 .center .more a:hover .liI .img2{
    position: relative;
    z-index: 1;
    max-width: 100%;
    display: block;
    margin: 15px auto;
}
.newsBox2newsBox2 .center .more a:hover .liI .BG{
    width: 100%;
    height: 100%;
    background-color: #5872f7;
}
.newsBox2newsBox2 .center .swiper-container {
    padding: 0 0 50px 0;
    /* width:90%; */
}
.newsBox2newsBox2 .center .swiper-container .swiper-wrapper{

}

.newsBox3{
    overflow: hidden;
    position: relative;
    padding: 35px 140px 40px;
}
.newsBox3 .tit{
    overflow: hidden;
    position: relative;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    padding: 0 25px;
    background-color: #5872f7;
}
.newsBox3 .center{
    overflow: hidden;
    position: relative;
    margin: 70px 0 0 0;
}
.newsBox3 .center table{

}
.newsBox3 .center table tr{

}
.newsBox3 .center table tr th{
    color: #fff;
    padding: 10px;
    background-color: #505356;
}
.newsBox3 .center table tr td{
    color: #222;
    padding: 10px;
    border-color: #fff;
}
.newsBox3 .center table tr:nth-of-type(odd) td{
    color: #222;
    background-color: #ebebeb;
}
.newsBox3 .center table tr td:first-child{
    font-weight: bold;
}
.newsBox3 .cont{
    overflow: hidden;
    position: relative;
    font-size: 16px;
    margin: 20px 0 0 0;
}
.newsBox3 .cont,.newsBox3 .cont a{
    color: #222;
}
.newsBox3 .cont a:hover{
    color: #5872f7;
}


.newsBox2 .center .picScroll-left{
    overflow: hidden;
    position: relative;
}
.newsBox2 .center .picScroll-left .bd{
    overflow: hidden;
}
.newsBox2 .center .picScroll-left .bd .picList{
    overflow:hidden;
}
.newsBox2 .center .picScroll-left .bd ul li{
    width: 33.333333333333333%;
    float:left;
}
.newsBox2 .center .picScroll-left .bd ul li .pic{
    overflow: hidden;
}
.newsBox2 .center .picScroll-left .bd ul li .pic .li{
    overflow: hidden;
    position: relative;
    padding: 10px;
}
.newsBox2 .center .picScroll-left .bd ul li .pic .li .liI {
    overflow: hidden;
    position: relative;
    height: 272px;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
}
.newsBox2 .center .picScroll-left .bd ul li .pic .li .liI img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.newsBox2 .center .picScroll-left .bd ul li .pic .li h4 {
    text-align: justify;
    color: #222222;
    margin: 25px 0 0 0;
    font-weight: bold;
    line-height: 1.6;
}
.newsBox2 .center .picScroll-left .bd ul li .pic .li:hover .liI img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.newsBox2 .center .picScroll-left .hd{}
.newsBox2 .center .picScroll-left .hd .prev{
    display:block;
    float:left;
    margin-top:111px;
    overflow:hidden;
    cursor:pointer;
}
.newsBox2 .center .picScroll-left .hd .next{
    display:block;
    float:right;
    margin-top:111px;
    overflow:hidden;
    cursor:pointer;
}
.newsBox2 .center .picScroll-left .hd .more{
    padding: 10px 0;
}
.newsBox2 .center .picScroll-left .hd a{
    padding:10px 0;
    margin: auto;
}
.newsBox2 .center .picScroll-left .hd a .liI{
    overflow: hidden;
    position: relative;
    width: 50px;
    height: 50px;
    line-height:50px;
    margin: 0 15px 0 15px;
    text-align: center;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.newsBox2 .center .picScroll-left .hd a .liI img{
    position: relative;
    z-index: 1;
    max-width: 100%;
    display: block;
    margin: 15px auto;
}
.newsBox2 .center .picScroll-left .hd a .liI .img2{
    display: none;
    z-index: 1;
}
.newsBox2 .center .picScroll-left .hd a .liI .BG{
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease 0s ;
    -moz-transition: all 0.3s ease 0s ;
    -ms-transition: all 0.3s ease 0s ;
    -o-transition: all 0.3s ease 0s ;
    transition: all 0.3s ease 0s ;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.newsBox2 .center .picScroll-left .hd a .liT{
    overflow: hidden;
    font-size: 16px;
    color: #222;
    line-height: 50px;
    font-weight: bold;
}
.newsBox2 .center .picScroll-left .hd a:hover .liI .img{
    display: none;
}
.newsBox2 .center .picScroll-left .hd a:hover .liI .img2{
    position: relative;
    z-index: 1;
    max-width: 100%;
    display: block;
    margin: 15px auto;
}
.newsBox2 .center .picScroll-left .hd a:hover .liI .BG{
    width: 100%;
    height: 100%;
    background-color: #5872f7;
}



.popupBg{
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1010;
    background: rgba(0,0,0,.6);
    display: none;
}
.popupBox{
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -145px 0 0 -200px;
    padding: 15px 20px 0;
    width: 400px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 1011;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.3);
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.popupBox .close-x{
    overflow: hidden;
    text-align: right;
    opacity: .3;
    font-size: 18px;
	    cursor: pointer;

}
.popupBox h1{
    overflow: hidden;
    text-align: center;
    border-bottom: solid 1px #5872f7;
    padding-top: 5px;
    padding-bottom: 10px;
    margin: 0 0 15px 0;
}
.popupBox .form{
    overflow: hidden;
}
.popupBox .form input {
    padding: 5px 10px;
    margin: 0 0 20px 0;
    width: 100%;
    border: solid 1px #e6e6e6;
    border-radius: 6px;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    background: none;
}
.popupBox .form button {
    margin: 0 0 20px 0;
    width: 100%;
    color: #fff;
    border: solid 1px #5872f7;
    border-radius: 6px;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    background: #5872f7;
}
.contactBox .sectionRight .ulBox .ul ul li .liT a{
	color:#fff;
}









@media screen and (max-width:1680px) {
	.newsBox2 .center .picScroll-left .bd ul li .pic .li .liI {
    height: 224px;
}
    .section4 .carousel-caption .one ul li {
        margin: 213px 230px 0 0;
    }
    .bannerBox .swiper-wrapper {
        height: 608px;
    }
    .bannerBox .swiper-wrapper .inner {
        bottom: 100px;
    }
    .section3 .ulBox ul li .li .liI{
        height: 200px;
    }
    .section4 .carousel-caption .sectionRight ul li .li{
        width: 200px;
        /* height: 260px; */
    }
    .section5 .ulBox ul li .li .liI {
        height: 304px;
    }
    .contactBox .sectionRight .ulBox{
        max-width: 100%;
        height: auto;
    }

    .newsBox .center ul li .sectionRight {
        height: 270px;
    }
    .newsBox2 .center .swiper-slide .li .liI{
        height: 290px;
    }
}
@media screen and (max-width:1600px) {
		.newsBox2 .center .picScroll-left .bd ul li .pic .li .liI {
    height: 208px;
}
    .bannerBox .swiper-wrapper {
        height: 580px;
    }
    .section3 .ulBox ul li .li .liI{
        height: 190px;
    }
    .section5 .ulBox ul li .li .liI {
        height: 286px;
    }
    .newsBox .center ul li .sectionRight {
        height: 254px;
    }
    .newsBox2 .center .swiper-slide .li .liI{
        height: 200px;
    }
}
@media screen and (max-width:1440px) {
		.newsBox2 .center .picScroll-left .bd ul li .pic .li .liI {
    height: 178px;
}
	.navBox .yyui_menu1 li{
	  margin: 0 0 0 30px;
	}
    .aboutBox .sectionRight ul li h3 {
        font-size: 18px;
    }
    .aboutBox .sectionRight ul li {
        max-width: 50%;
    }
    .aboutBox .sectionRight ul li:nth-child(3) {
        max-width: 100%;
        margin: 0px 0;
    }
    .aboutBox .sectionRight ul li .spI{
        max-width: 80%;
        margin: auto;
    }
    .aboutBox .sectionRight ul li:nth-child(3) .spI{
        max-width: 80%;
    }
    .roleBox .center .sectionLeft ul li,.roleBox .center .sectionRight ul li dl dd h3{
        font-size: 18px;
    }
    .bannerBox .swiper-wrapper {
        height: 520px;
    }
    .bannerBox .swiper-wrapper .inner {
        width: 800px;
        margin-left: -400px;
    }
    .section3 .ulBox ul li .li .liI{
        height: 170px;
    }
    .section5 .ulBox ul li .li .liI {
        height: 252px;
    }
    .section4 .carousel-caption .sectionRight {
        padding: 0 70px 0 0px;
    }

    .newsBox .center ul li .sectionRight {
        height: 222px;
    }
    .newsBox2 .center .swiper-slide .li .liI{
        height: 180px;
    }
    .productBox .sectionRight .tib ul{
        max-width: 100%;
    }
    .zBanner .spT{
        width: 46%;
        font-size: 2.3rem;
    }
}
@media screen and (max-width:1366px) {
			.newsBox2 .center .picScroll-left .bd ul li .pic .li .liI {
    height: 170px;
}
    .bannerBox .swiper-wrapper {
        height: 494px;
    }
    .section3 .ulBox ul li .li .liI{
        height: 160px;
    }
    .section5 .ulBox ul li .li .liI {
        height: 234px;
    }
    .newsBox .center ul li .sectionRight {
        height: 208px;
    }
    .newsBox2 .center .swiper-slide .li .liI{
        height: 218px;
    }
    .navBox .yyui_menu1 li{
        margin: 0 0 0 30px;
    }
}
@media screen and (max-width:1360px) {
				.newsBox2 .center .picScroll-left .bd ul li .pic .li .liI {
    height: 170px;
}
    .bannerBox .swiper-wrapper {
        height: 492px;
    }
    .newsBox .center ul li .sectionRight {
        height: 208px;
    }
    .newsBox2 .center .swiper-slide .li .liI{
        height: 166px;
    }
    .navBox .yyui_menu1 li{
        margin: 0 0 0 30px;
    }
}
@media screen and (max-width:1280px) {
	.navBox .yyui_menu1 li a{
		font-size:16px;
	}
	.navBox .yyui_menu1 li ul {
		padding: 35px 0 0 0;
	}
	.newsBox2 .center .picScroll-left .bd ul li .pic .li .liI {
    height: 148px;
}
    .section4 .carousel {
        min-height: 724px;
    }
    .section4 .carousel-caption .one ul li {
        margin: 213px 210px 0 0;
    }
    .navBox .nav-ul .subnav li {
        margin: 0 0 0 30px;
    }
    .bannerBox .swiper-wrapper {
        height: 462px;
    }
    .section3 .ulBox ul li .li .liI{
        height: 150px;
    }
    .section4 .carousel-caption .sectionRight ul li .li {
        width: 180px;
        /* height: 260px; */
    }
    .section5 .ulBox ul li .li .liI {
        height: 216px;
    }
    .newsBox .center ul li .sectionRight {
        height: 192px;
    }
    .newsBox2 .center .swiper-slide .li .liI{
        height: 153px;
    }
    .navBox .yyui_menu1 li{
        margin: 0 0 0 20px;
    }
}
@media screen and (max-width:1152px) {
		.newsBox2 .center .picScroll-left .bd ul li .pic .li .liI {
    height: 170px;
}
    .navBox {
        padding: 0 15px;
    }
    .navBox .nav-ul {
        right: 15px;
    }
    .navBox .nav-ul .subnav li a {
        font-size: 16px;
    }
    .navBox .nav-ul .subnav li dl {
        padding-top: 36px;
    }
    .bannerBox .swiper-wrapper {
        height: 374px;
    }
    .bannerBox .swiper-wrapper .inner {
        width: 600px;
        margin-left: -300px;
        bottom: 30px;
    }
    .section3 .ulBox ul {
        padding: 0 10px;
    }
    .section .ulBox ul li .li .liT{
        width: 800px;
    }
    .navBox .yyui_menu1 li{
        margin: 0 0 0 20px;
    }
    /* .section .ulBox ul li:nth-child(2) .li .liT { */
    /* line-height: 30px; */
    /* margin: 10px 0 0 0; */
    /* } */
    .section3 .ulBox ul li .li .liI {
        height: 120px;
    }
    .section3 .ulBox ul li .li h2 {
        bottom: 10px;
        left: 15px;
        font-size: 18px;
    }
    .section4 {
        padding: 0 15px 100px 15px;
    }
    .section4 .carousel-caption .sectionRight ul li .li {
        width: 160px;
        /* height: 260px; */
    }
    .section5 .ulBox ul {
        padding: 0 0px;
    }
    .section5 .ulBox ul li .li .liI {
        height: 200px;
    }
    .section7 .sectionLeft {
        width: 600px;
        padding: 0px 50px 0 0;
    }
    .section7 .sectionRight {
        width: 300px;
        padding: 50px 0 50px 50px;
        font-size: 24px;
    }
    .productBox {
        padding: 50px 15px 30px;
    }
    .contactBox {
        padding: 50px 15px 30px;
    }
    .contactBox .sectionRight {
        padding: 30px 0 0 40px;
    }
    .serviceBox {
        padding: 0px 15px 30px;
    }
    .newsBox {
        padding: 50px 15px 30px;
    }
    .newsBox2 {
        padding: 50px 15px 30px;
    }
    .newsBox3 {
        padding: 50px 15px 30px;
    }
    .newsBox .center ul li .sectionRight {
        height: 194px;
    }
    .newsBox2 .center .swiper-slide .li .liI{
        height: 177px;
    }
    .newsDetail {
        padding: 50px 15px 30px;
    }
    .zBanner .spT{
        width: 47%;
        font-size: 1.8rem;
    }
}

@media screen and (max-width:1024px) {
	.navBox .yyui_menu1 li ul {
		padding: 38px 0 0 0;
	}
	.navBox .yyui_menu1 li a {
    font-size: 14px;
}
.navBox .yyui_menu1 li {
    margin: 0 0 0 15px;
}

			.newsBox2 .center .picScroll-left .bd ul li .pic .li .liI {
    height: 148px;
}
    .aboutBox {
        padding: 50px 15px 30px;
    }
    .aboutBox .sectionLeft {
        width: 100%;
        padding: 0px 0px 0 0;
    }
    .aboutBox .sectionRight {
        width: 100%;
        padding: 20px 0px 0 0;
    }
    .aboutBox2 {
        padding: 50px 15px 0px;
    }





    .roleBox {
        padding: 50px 15px 30px;
    }
    .roleBox .center .sectionLeft {
        padding: 50px 15px 50px 0;
    }
    .roleBox .center .sectionRight ul li {
        padding: 25px 15px;
    }
    .roleBox .center .sectionLeft ul li h1{
        font-size: 18px;
    }
    .roleBox .center .sectionLeft ul li {
        padding: 0 15px 0 15px;
        font-size: 14px;
    }
    .roleBox .center .sectionLeft ul li, .roleBox .center .sectionRight ul li dl dd h3{
        font-size: 14px;
    }


    .productBox .sectionRight .tib2 ul li:nth-child(2){
        margin: 0 0 0 215px;
    }
    .productBox .sectionRight .tib2 ul li:nth-child(4){
        margin: 0 215px 0 0;
    }
    .productBox .sectionRight .tib2 ul li:nth-child(3) {
        overflow: hidden;
        position: relative;
        text-align: center;
        width: 100%;
        height: 208px;
        margin-top: -120px;
        background: url(../images/pic215.png) no-repeat center;
        background-size: 220px 190px;
    }

    .section6 .carousel-inner {
        width: 850px;
        margin: auto;
    }
    .section4 .carousel {
        min-height: 788px;
    }
    .section4 .carousel-caption .one ul li {
        margin: 213px 190px 0 0;
    }
    .navBox {
        padding: 0 15px;
    }
    .navBox .nav-ul {
        right: 15px;
    }
    .navBox .nav-ul .subnav li a {
        font-size: 16px;
    }
    .navBox .nav-ul .subnav li dl {
        padding-top: 36px;
    }
    .bannerBox .swiper-wrapper {
        height: 374px;
    }
    .bannerBox .swiper-wrapper .inner {
        width: 600px;
        margin-left: -300px;
        bottom: 30px;
    }
    .section3 .ulBox ul {
        padding: 0 10px;
    }
    .section .ulBox ul li .li .liT{
        width: 800px;
    }
    /* .section .ulBox ul li:nth-child(2) .li .liT { */
    /* line-height: 30px; */
    /* margin: 10px 0 0 0; */
    /* } */
    .section3 .ulBox ul li .li .liI {
        height: 120px;
    }
    .section3 .ulBox ul li .li h2 {
        bottom: 10px;
        left: 15px;
        font-size: 18px;
    }
    .section4 {
        padding: 0 15px 100px 15px;
    }
    .section4 .carousel-caption .sectionRight ul li .li {
        width: 160px;
        /* height: 260px; */
    }
    .section5 .ulBox ul {
        padding: 0 0px;
    }
    .section5 .ulBox ul li .li .liI {
        height: 200px;
    }
    .section7 .sectionLeft {
        width: 600px;
        padding: 0px 50px 0 0;
    }
    .section7 .sectionRight {
        width: 300px;
        padding: 50px 0 50px 50px;
        font-size: 24px;
    }
    .productBox {
        padding: 50px 15px 30px;
    }
    .contactBox {
        padding: 50px 15px 30px;
    }
    .contactBox .sectionRight {
        padding: 30px 0 0 40px;
    }
    .serviceBox {
        padding: 0px 15px 30px;
    }
    .newsBox {
        padding: 50px 15px 30px;
    }
    .newsBox2 {
        padding: 50px 15px 30px;
    }
    .newsBox .center ul li .sectionRight {
        height: 194px;
    }
    .newsBox2 .center .swiper-slide .li .liI{
        height: 200px;
    }
    .newsDetail {
        padding: 50px 15px 30px;
    }
}

@media screen and (max-width:768px) {
	.navBox .yyui_menu1 {
		right: 15px;
	}
	.newsBox2 .center .picScroll-left .bd ul li .pic .li .liI {
		height: 100px;
	}
    .newsBox2newsBox2 .center .swiper-button-next, .newsBox2newsBox2 .center .swiper-button-prev {
        top: 10%;
    }
    .newsBox2newsBox2 .center .more a .liT{
        display:none;
    }
    .newsBox2newsBox2 .center .swiper-button-next {

        margin-right: 0px;
    }
    .productBox .sectionRight .tib2 ul li:nth-child(2){
        margin: 0 0 0 57px;
    }
    .productBox .sectionRight .tib2 ul li:nth-child(4){
        margin: 0 57px 0 0;
    }
    .productBox .sectionRight .tib2 ul li:nth-child(3) {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 208px;
        margin-top: 0px;
        background: url(../images/pic215.png) no-repeat center;
        background-size: 220px 190px;
    }
    .section6 .carousel-inner {
        width: 610px;
        margin: auto;
    }
    .section4 .carousel {
        min-height: 862px;
    }
    .contactBox .sectionRight {
        padding: 30px 0 0 20px;
    }

    .section .ulBox ul li:nth-child(1) .li .liT,.section .ulBox ul li:nth-child(2) .li .liT{
        line-height: 30px;
        margin: 10px 0 0 0;
    }
    .navBox .logo img {
        height: 50px;
    }
    .navBox .nav-ul .subnav li {
        margin: 0 0 0 20px;
    }
    .navBox .nav-ul .subnav li a {
        font-size: 14px;
    }
    .navBox .nav-ul .subnav li dl {
        padding-top: 8px;
    }
    .navBox .nav-ul .subnav li:nth-child(3) dl{
        width: 500%;
        margin-left:-250%;
    }
    .navBoxH {
        height: 96px;
    }
    .bannerBox .swiper-wrapper {
        height: 280px;
    }
    .bannerBox .swiper-wrapper .inner {
        width: 400px;
        margin-left: -200px;
        bottom: 30px;
    }
    .bannerBox .swiper-wrapper .inner h1 {
        font-size: 24px;
    }
    .bannerBox .swiper-wrapper .inner .more a {
        height: 50px;
        line-height: 46px;
    }
    .bannerBox .swiper-wrapper .inner .more {
        margin: 20px 0 0 0;
    }
    .section .ulBox ul li .li .liT {
        width: 580px;
    }
    .section .ulBox ul li:nth-child(4) .li .liT {
        line-height: 30px;
        margin: 10px 0 0 0;
    }
    .section2 .ulBox ul li .li .liT .sp1 {
        font-size: 36px;
    }
    .section2 .ulBox ul li .li .liT .sp2 {
        font-size: 24px;
    }
    .section3 .ulBox ul li {
        width: 25%;
    }
    .section3 .ulBox ul li .li .liI {
        height: 136px;
    }
    .section4 .carousel-caption .sectionLeft {
        width: 100%;
        padding: 0px 80px 0 80px!important;
    }
    .section4 .carousel-caption .sectionRight {
        width: 100%;
        padding: 0px 80px 0 80px;
        margin: 20px 0 0 0;
    }
    .section4 .item .carousel-caption .sectionRight ul li {
        margin: 0px 0 0 0!important;
    }
    .section4 .carousel-caption .sectionRight ul {
        justify-content: center;
    }
    .section5 .ulBox ul li .li .liI {
        height: 144px;
    }
    .section7 .sectionLeft {
		position:relative;
        width: 100%;
		margin:0 0 30px 0;
        padding: 0px 0px 0 0;
		border-right:none;
    }
    .section7 .bor{
        display: none;
    }
    .section7 .sectionRight {
        width: 100%;
        padding: 0px 0 0 0px;
        font-size: 24px;
    }
    .footer .foot .sectionRight {
        margin: 20px 0 0 0;
    }
    .footer .copy .col-xs-12{
        text-align: left!important;
        font-size: 12px;
    }
    .footer .foot .sectionRight ul li {
        margin: 0 0 25px 0;
        padding-left: 0px;
    }
    .zBanner .spT {
        font-size: 18px;
        padding: 0 50px;
        width:100%;
    }
    .productBox .sectionRight .ul ul li .liI .liIsp {
        width: 88%;
    }
    .newsBox .center ul li .sectionRight {
        height: 144px;
    }
    .newsBox2 .center .swiper-slide .li .liI{
        height: 142px;
    }
    .newsDetail {
        padding: 30px 15px 30px;
    }
}
@media screen and (max-width:767px) {
.section4 .carousel-control.right {
    margin: -25px 0 0 0;
}
	.newsBox2 .center .picScroll-left .bd ul li{
		width:100%;
	}
	.newsBox2 .center .picScroll-left .bd ul li .pic .li .liI {
    height: 118px;
}
.newsBox2 .center .picScroll-left .bd ul li .pic .li h4{
	font-size:14px;
}
    .newsBox3 .center {
        overflow-x:scroll;
        margin: 30px 0 0 0;
    }
    .newsBox3 .center table{
        width:200%;
    }
    .newsBox2newsBox2 .center .swiper-button-next, .newsBox2newsBox2 .center .swiper-button-prev {
        top: 20%;
    }
    .aboutBox .sectionLeft p {
        font-size: 14px;
    }
    .aboutBox {
        padding: 30px 15px 30px;
    }
    .aboutBox .sectionRight {
        padding: 0px 0px 0 0;
    }
    .aboutBox .sectionRight ul li h3 {
        font-size: 14px;
    }
    .aboutBox .sectionRight ul li:nth-child(3){
        max-height: 100px;
    }
    .aboutBox .sectionRight ul li:nth-child(3) .spI img{
        max-height: 100px;
    }
    .aboutBox2 {
        padding: 0px 8px 0px;
    }
    .aboutBox2 .tit h1 {
        margin: 0 0 5px 0;
        font-size: 18px;
    }
    .aboutBox2 .center {
        margin: 30px 0 30px 0;
    }
    .aboutBox2 .center .swiper-button-next,.aboutBox2 .center  .swiper-button-prev{
        z-index: 2;
        top: 0;
        margin: 0;
        padding: 0;
        color: #5872f7;
        font-size: 18px;
        width: 40px;
        height: 40px;
        background-color: #eeeeee;
    }
    .aboutBox2 .center  .swiper-button-next:after,.aboutBox2 .center  .swiper-button-prev:after{
        font-size: 18px;
    }
    .aboutBox2 .center  .swiper-container{
        padding: 60px 0 0 0 ;
    }
    .aboutBox2 .center .swiper-wrapper .swiper-slide{
        padding: 0 7px;
        height: 180px;
    }
    .aboutBox2 .center .swiper-wrapper .swiper-slide .spI{
        overflow: hidden;
        text-align: center;
        width: 50px;
        height: 50px;
        line-height: 50px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
    }
    .aboutBox2 .center .swiper-wrapper .swiper-slide .spI img{
        max-height: 30px;
    }
    .aboutBox2 .center .swiper-wrapper .swiper-slide:nth-child(1) .spI{
        background-color: #6600ff;
    }
    .aboutBox2 .center .swiper-wrapper .swiper-slide:nth-child(2) .spI{
        background-color: #5973f7;
    }
    .aboutBox2 .center .swiper-wrapper .swiper-slide:nth-child(3) .spI{
        background-color: #f17beb;
    }
    .aboutBox2 .center .swiper-wrapper .swiper-slide:nth-child(4) .spI{
        background-color: #51c9f5;
    }
    .aboutBox2 .center .swiper-wrapper .swiper-slide:nth-child(5) .spI{
        background-color: #0070c0;
    }
    .aboutBox2 .center .swiper-wrapper .swiper-slide:nth-child(6) .spI{
        background-color: #29e729;
    }
    .aboutBox2 .center .swiper-wrapper .swiper-slide:nth-child(7) .spI{
        background-color: #a6c167;
    }
    .aboutBox2 .center .swiper-wrapper .swiper-slide:nth-child(8) .spI{
        background-color: #f2b52c;
    }
    .aboutBox2 .center .swiper-wrapper .swiper-slide:nth-child(9) .spI{
        background-color: #cbdb1f;
    }
    .aboutBox2 .center .swiper-wrapper .swiper-slide:nth-child(10) .spI{
        background-color: #f5891f;
    }
    .aboutBox2 .center .swiper-wrapper .swiper-slide:nth-child(11) .spI{
        background-color: #75c149;
    }
    .aboutBox2 .center .swiper-wrapper .swiper-slide h4{
        font-weight: bold;
        color: #222;
    }
    .aboutBox2 .center .swiper-wrapper .swiper-slide ul{

    }
    .aboutBox2 .center .swiper-wrapper .swiper-slide ul li{
        color: #515151;
        /*list-style-type: initial;*/
    }
    .roleBox .tit h1 {
        margin: 0 0 10px 0;
        font-size: 18px;
    }
    .roleBox .center .sectionLeft {
        padding: 0px 0 30px 0;
        /* width: 100%; */
    }
    .roleBox .center .sectionLeft ul li,.roleBox .center .sectionRight ul li dl dd {
        height: 60px;
    }
    .roleBox .center .sectionRight {
        /* width: 100%; */
		    padding: 0px 0 30px 0;
    }
    .roleBox .center .sectionRight ul li {
        padding: 5px 5px;
		padding: 0;
    }
    .roleBox .center .sectionRight ul li dl dd img{
        width: 30px;
        height: 30px;
    }
    .roleBox .center .sectionRight ul li dl {
        padding: 0px 0;
    }
    .roleBox .center .sectionRight ul li:hover dl {
        -webkit-box-shadow: rgba(0,0,0,.3) 0px 0px 5px 1px;
        -moz-box-shadow: rgba(0,0,0,.3) 0px 0px 5px 1px;
        box-shadow: rgba(0,0,0,.3) 0px 0px 5px 1px;
    }



    .productBox .sectionRight .tib2 ul li .li h4{
        font-size:14px;
    }
    .productBox .sectionRight .tib2 ul li .liT{
        width: 100%;
    }
    .productBox .sectionRight .tib2 ul li {
        padding: 10px;
        width: 50%;
    }
    .productBox .sectionRight .tib2 ul li .li {
        width: 100%;
    }
    .productBox .sectionRight .tib2 ul li .li  {
        width: 100%;
        margin: 20px 0 0 0;
    }
    .productBox .sectionRight .tib2 ul li:nth-child(2){
        margin: 0 0 0 0px;
    }
    .productBox .sectionRight .tib2 ul li:nth-child(4){
        margin: 0 0px 0 0;
    }
    .productBox .sectionRight .tib2 ul li:nth-child(3) {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 208px;
        margin-top: 0px;
        background: url(../images/pic215.png) no-repeat center;
        background-size: 220px 190px;
    }


    .productBox .sectionRight .ul ul li .liI .liIsp{
        width:100%;
    }
    .section6 .carousel-inner{
        width: 80%;
    }
    .section6 .carousel-inner>.item ul li{
        max-width: 50%;
    }

    .section7 #carousel-example-generic5{
        margin:30px 0 0 0;
    }
    .section7 .carousel-control {
        width: 30px;
        height: 30px;
        color: #222;
        top: 50%;
        margin-top: -15px;
        text-align: center;
        text-shadow: none;
        filter: alpha(opacity=100);
        opacity: 1;
        line-height: 25px;
        background-color: #bbbbbb;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
    }
    .section7 .carousel-control.left, .section7 .carousel-control.right {
        background-image: none;
    }
    .section7 .carousel-inner>.item{

    }
    .section7 .carousel-inner{
        width: 80%;
        margin:auto;
    }
    .section7 .carousel-inner>.item ul{
        justify-content: space-around;
        display: flex;
        display: -o-flex;
        display: -ms-flex;
        display: -moz-flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .section7 .carousel-inner>.item ul li{
        max-width: 50%;
        overflow: hidden;
        text-align: center;
    }
    .section7 .carousel-inner>.item ul li img{
        max-width: 100%;
        height: auto;
        max-height: 50px;
    }



    .section4 .carousel {
        min-height: auto;
    }
    .footer .foot .sectionLeft .spI{
        width:100%;
        margin:0 0 15px 0!important;

    }
    .header{position:fixed;height:50px;background:white;z-index: 99999;padding-top: 5px;width: 100%;border-bottom: 1px solid #ccc;top: 0;}
    .header h3{color: #2c2c2c;margin: 0;line-height: 50px}
    .header .logo{padding:0 0 0 15px;position: relative;z-index: 9999;float: left;}
    .header .logo img{display:block;height: 30px;margin-top: 5px;}
    .header .search span{display:none;}
    .dl-menuwrapper{
        margin-bottom: 0;
    }
    .dl-menuwrapper button {
        position: absolute;
        right: 0;
        z-index: 9999;
        background: white url("../images/menu.png") no-repeat scroll center center / 20px auto;
        border-bottom: 1px solid #ccc
    }
    .dl-menuwrapper button:hover,.dl-menuwrapper button.dl-active{
        background-color: white;
    }
    .dl-menuwrapper ul {
        background: #5b75ff none repeat scroll 0 0;
    }
    .dl-menuwrapper li a {
        border-top: 1px solid #889afb;
        border-bottom: none;
        padding: 9px 20px;
        font-size: 14px;
    }
    .dl-menuwrapper li.dl-back:after{
        top: 2px;
    }
    .headerH{
        position: relative;
        overflow: hidden;
        height: 50px;
    }
    .bannerBox .arrow-left,.bannerBox .arrow-right{
        display: none;
    }
    .bannerBox .swiper-wrapper .inner {
        width: 290px;
        padding: 0 15px;
        margin-left: -145px;
        bottom: 20px;
    }
    .bannerBox .swiper-wrapper{
        height: 150px;
    }
    .bannerBox .swiper-wrapper .inner h1 {
        font-size: 16px;
        line-height: 1.5;
    }
    .bannerBox .swiper-wrapper .inner .more {
        margin: 10px 0 0 0;
    }
    .bannerBox .swiper-wrapper .inner .more a {
        height: 40px;
        padding: 0 20px;
        line-height: 36px;
    }
    .section {
        padding: 30px 0 30px 0;
    }
    .section .tit h1 {
        font-size: 18px;
        margin: 0 0 0px 0;
    }
    .section .ulBox {
        margin: 10px 0 0 0;
    }
    .section .ulBox ul li .li .liI {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .section .ulBox ul li .li .liI img {
        max-width: 25px;
        max-height: 25px;
    }
    .section .ulBox ul li .li .liT {
        width: 80%;
        font-size: 14px;
        line-height: 30px;
    }
    .section .more .liI {
        width: 50px;
        height: 50px;
        margin: 0 20px 0 0 ;
    }
    .section .more .liT {
        font-size: 14px;
        font-weight: bold;
    }
    .section2 {
        padding: 30px 0 0px 0;
        background: url(../images/pic13.jpg) no-repeat;
    }
    .section2 .tit h1 {
        font-size: 18px;
    }
    .section2 .ulBox {
        margin: 20px 0 0 0;
    }
    .section2 .ulBox ul li {
        width: 50%;
        margin: 0 0 25px 0;
    }
    /* .section2 .ulBox ul li .li .liI { */
    /* height: 60px; */
    /* line-height: 60px; */
    /* } */
    /* .section2 .ulBox ul li .li .liI img { */
    /* max-width: 100%; */
    /* max-height: 100%; */
    /* } */
    .section2 .ulBox ul li .li .liT {
        margin: 10px 0;
    }
    .section2 .ulBox ul li .li .liT .sp1 {
        font-size: 18px;
    }
    .section2 .ulBox ul li .li .liT .sp2 {
        font-size: 16px;
    }
    .section2 .ulBox ul li .li h4 {
        font-size: 14px;
    }
    .section3 {
        padding: 30px 0 30px 0;
    }
    .section3 .tit h1 {
        font-size: 18px;
        margin: 0 0 0px 0;
    }
    .section3 .ulBox {
        margin: 20px 0 0 0;
    }
    .section3 .ulBox ul li {
        width: 50%;
    }
    .section3 .ulBox ul li .li h2 {
        left: 10px;
        font-size: 14px;
    }
    .section3 .ulBox ul li .li .liI {
        height: 142px;
    }
    .section4 {
        padding: 0 15px 30px 15px;
    }
    .section4 .carousel-control {
        width: 50px;
        height: 50px;
        margin-top: -25px;
        line-height: 50px;
    }
    .section4 .carousel-caption .sectionLeft {
        padding: 0px 65px 0 65px!important;
    }
    .section4 .carousel-caption .sectionLeft h1 {
        font-size: 18px;
        margin: 0 0 0px 0;
    }
    .section4 .carousel-caption .sectionLeft h3 {
        margin: 15px 0 10px 0;
        font-size: 16px;
    }
    .section4 .carousel-caption .sectionLeft p {
        font-size: 14px;
        line-height: 1.6;
    }
    .section4 .carousel-caption .sectionRight {
        padding: 0px 65px 0 65px;
        margin: 20px 0 0 0;
    }
    .section4 .item .carousel-caption .sectionRight ul li {
        width: 100%;
    }
    .section4 .carousel-caption .sectionRight ul li .li {
        width: 100%;
        height: auto;
        padding:  25px;
    }
    .section4 .carousel-caption .sectionRight ul li .li h4 {
        margin: 25px 0 0 0;
        font-size: 14px;
    }
    .section5 {
        padding: 0 0 30px 0;
    }
    .section5 .tit h1 {
        font-size: 18px;
        margin: 0 0 0px 0;
    }
    .section5 .ulBox {
        margin: 20px 0 0 0;
    }
    .section5 .ulBox ul {
        padding: 0 8px;
    }
    .section5 .ulBox ul li {
        margin: 0 0 15px 0;
        padding: 0 7px;
        width: 50%;
    }
    .section5 .ulBox ul li .li h3 {
        margin: 10px 0 0 0;
        font-size: 14px;
    }
    .section5 .ulBox ul li .li .liI {
        height: 164px;
    }
    .section6 {
        padding: 30px 0 30px 0;
    }
    .section6 .tit h1 {
        font-size: 18px;
        margin: 0 0 0px 0;
    }
    .section6 .map {
        margin: 20px 0 0 0;
    }
    .section6 .ulBox {
        margin: 20px 0 0 0;
    }
    .section5 .more .liT {
        font-size: 14px;
        font-weight: bold;
        margin: 0 15px 0 0px;
    }
    .section7 {
        overflow: hidden;
        position: relative;
        padding: 30px 0 30px 0;
    }
    .section7 .sectionLeft {
        padding: 0px 0px 0 0;
    }
    .section7 .sectionLeft ul li {
        margin: 0px 20px 30px;
    }
    .section7 .sectionRight {
        width: 100%;
        padding: 0px 0 0 0px;
        font-size: 14px;
    }
    .section8 {
        padding: 30px 0 30px 0;
    }
    .section8 h1 {
        font-size: 18px;
        margin: 0 0 0px 0;
    }
    .section8 .more .liT {
        font-size: 14px;
    }
    .section8 .more .liI {
        margin: 0 15px 0 0px;
    }
    .footer {
        padding: 30px 0 10px 0;
    }
    .footer .foot .sectionLeft img{
        max-height: 50px;
    }
    .footer .foot .sectionLeft .ulBox {
        margin: 0px 0 0 0px;
        width:100%;
    }
    .footer .foot .sectionRight ul li {
        margin: 0 0 10px 0;
        font-size: 14px;
        padding-left: 0px;
    }
    .footer .copy {
        line-height: 1.6;
    }
    .productBox {
        padding: 30px 15px 30px;
    }
    .productBox .sectionLeft {
        width: 100%;
    }
    .productBox #hd {
        width: 100%;
        overflow: hidden;
        position: relative;
        height: 1px;
        display:none!important;
        margin: 0px 0 60px 0;
    }
    .productBox .sectionRight {
        width: 100%;
    }
    .productBox .sectionRight .tit h1 {
        font-size: 18px;
        margin: 0 0 10px 0;
    }
    .productBox .sectionRight .tic {
        margin: 20px 0 0 0;
    }
    .productBox .sectionRight .tic h2 {
        font-size: 18px;
        margin: 0 0 10px 0;
    }
    .productBox .sectionRight .tic .txt p{font-size: 14px;}
    .productBox .sectionRight .tic .icosbox ul li .con h3{font-size: 16px;}
    .productBox .sectionRight .tic .icosbox ul li .con p{font-size: 14px;}
    .productBox .sectionRight .tic h4 {
        line-height: 1.6;
        font-size: 14px;
        margin: 0 0 20px 0;
    }
    .productBox .sectionRight .tib {
        margin: 20px 0 0 0;
    }
    .productBox .sectionRight .tib h2 {
        font-size: 18px;
        margin: 0 0 10px 0;
    }
    .productBox .sectionRight .ulBox {
        margin: 20px 0 0 0;
    }
    .productBox .sectionRight .ulBox h2 {
        font-size: 18px;
        margin: 0 0 10px 0;
    }
    .productBox .sectionRight .ul ul li .liI .liIsp{
        font-size: 16px;
        line-height: 1.6;
    }
    .contactBox {
        padding: 30px 15px 30px;
    }
    .contactBox .sectionLeft{
        width: 100%;
    }
    .contactBox .sectionLeft .tit h1{
        font-size: 18px;
    }
    .contactBox .sectionLeft .form .center ul li{
        width: 100%;
    }
    .contactBox .sectionLeft .form {
        margin: 15px 0 0 0;
    }
    .contactBox .sectionLeft .form .center ul li input {
        padding: 10px 15px;
    }
    .contactBox .sectionLeft .form .center ul li textarea {
        padding: 10px 15px;
    }
    .contactBox .sectionLeft .form .know {
        margin: 0px 0 0 0;
    }
    .contactBox .sectionLeft .form .specify input {
        padding: 5px 15px;
    }
    .contactBox .sectionLeft .form .submit button {
        padding: 10px 0px;
        font-size: 16px;
    }
    .contactBox .sectionRight {
        padding: 30px 0 0 0px;
        width: 100%;
    }
    .contactBox .sectionRight .ulBox {
        padding: 15px;
    }
    .contactBox .sectionRight .ulBox h3{
        font-size: 18px;
    }
    .contactBox .sectionRight .ulBox .ul ul li .liT {
        font-size: 14px;
        line-height: 40px;
    }

    .productBox .sectionRight .tib ul li {
        padding: 10px;
        width: 50%;
    }
    .productBox .sectionRight .tib ul li .li{
        width: 100%;
    }
    .productBox .sectionRight .tib ul li .li h4{
        font-size: 14px;
    }
    .serviceBox {
        padding: 0px 15px 30px;
    }
    .serviceBox ul li {
        padding: 70px 0 0px 0;
    }
    .serviceBox ul li {
        margin: 0 0 0px 0;
    }
    .serviceBox ul li .sectionLeft{
        width: 100%;
    }
    .serviceBox ul li .sectionRight{
        width: 100%;
        margin: 20px 0 0 0;
    }
    .serviceBox ul li .sectionRight h1 {
        margin: 0 0 5px 0;
        font-size: 18px;
    }
    .serviceBox ul li .sectionRight h3 {
        font-size: 14px;
        margin: 10px 0 0 0;
        color: #222222;
    }
    .serviceBox ul li .sectionRight .center {
        overflow: hidden;
        position: relative;
        padding: 0 0 0 0px;
        font-size: 14px;
        margin: 10px 0 0 0;
    }
    .serviceBox ul li .sectionRight p {
        font-size: 14px;
        line-height: 1.6;
    }
    .serviceBox ul li .sectionLeft {
        padding: 0 0 110px 0;
    }
    .serviceBox ul li .sectionLeft .spI {
        width: 100%;
    }
    .serviceBox ul li .sectionLeft .award-base {
        width: 100px;
        height: 100px;
        left: 50%;
        bottom: 60px;
        margin: 0 0 0 -50px ;
    }
    .serviceBox ul li .sectionLeft .award-base img{
        max-width: 60%;
    }
    .serviceBox ul li:nth-child(even) .sectionLeft .award-base{
        left: 50%;
        bottom: 60px;
        margin: 0 0 0 -50px ;
    }
    .menuTel{
        position: fixed;
        width: 45px;
        height: 45px;
        line-height: 45px;
        right: 15px;
        bottom: 15px;
        background-color: #5872f7;
        text-align: center;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        z-index: 99;

    }
    .menuTel i{
        color: #fff;
    }
    .menuTelBoxBG{
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 99998;
        display: none;
    }
    .menuTelBox{
        position: fixed;
        left: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.8);
        z-index: 99999;
        -webkit-transition: all 0.5s ease 0s ;
        -moz-transition: all 0.5s ease 0s ;
        -ms-transition: all 0.5s ease 0s ;
        -o-transition: all 0.5s ease 0s ;
        transition: all 0.5s ease 0s ;
    }
    .menuTelBox .close-x{
        overflow: hidden;
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        text-align: center;
        line-height: 50px;
        color: #fff;
        font-size: 18px;
        z-index: 1;
    }
    .menuTelBox ul{
        overflow-y: scroll;
        position: absolute;
        height: 100%;
        width: 100%;
        padding: 65px 15px 15px;
        top: 0;
        left: 0;
    }
    .menuTelBox ul li{
        display: block;
        overflow: hidden;
        margin: 0 0 15px 0;
    }
    .menuTelBox ul li:last-child{
        margin: 0;
    }
    .menuTelBox ul li a{
        color: #fff;
    }
    .menuTelBox ul .this a,.menuTelBox ul li a:hover{
        color: #5872f7;
    }
    .menuTelBoxThis{
        left: 0;
    }
    .newsBox {
        padding: 30px 15px 30px;
    }
    .newsBox2 {
        padding: 0px 15px 30px;
    }
    .newsBox .tit {
        height: 45px;
        line-height: 45px;
        font-size: 18px;
        padding: 0 15px;
    }
    .newsBox .center {
        margin: 0px 0 0 0;
    }
    .newsBox .center ul li {
        padding: 25px 0 30px 0;
    }
    .newsBox .center ul li .sectionLeft {
        width: 100%;
        padding: 0 ;
    }
    .newsBox .center ul li .sectionRight{
        width: 100%;
        height: 208px;
        margin: 10px 0 0 0;
    }
    .newsBox2 .tit {
        height: 45px;
        line-height: 45px;
        font-size: 18px;
        padding: 0 15px;
    }
    .newsBox2 .center {
        margin: 20px 0 0 0;
    }
    .newsBox2 .center .swiper-slide .li .liI{
        height: 250px;
    }
    .newsBox2 .center .swiper-container {
        padding: 0 0 70px 0;
    }
    .newsBox2 .center .swiper-button-next {
        right: 0%;
        margin-right: 0px;
    }
    .newsBox2 .center .swiper-button-prev {
        left: 0%;
        margin-left: 0px;
    }
    .newsDetail .center {
        margin: 0px 0 0 0;
    }
    .newsDetail .center .spT,.newsDetail .center .spD,.newsDetail .center .spDD {
        font-size: 14px;
        margin: 20px 0 0 0;
    }

    .newsBox2 .center .swiper-container-horizontal>.swiper-pagination-bullets,.newsBox2 .center .swiper-pagination-custom,.newsBox2 .center .swiper-pagination-fraction{
        bottom:20px;
    }

    .newsBox2newsBox2 {
        padding: 30px 15px 30px;
    }
    .newsBox2newsBox2 .center .swiper-container {
        padding: 0 0 0px 0;
    }
	.header .topRight{
		padding: 0 0 0 15px;
		position: absolute;
		z-index: 9999;
		top:0;
		right:55px;
		float: left;
		line-height:50px;
	}
	.header .topRight .search {
		overflow:hidden;
		margin-right:15px;
	}
	.header .topRight img{
		max-height:16px;
	}
	.popupBox {
    left: 2.5%;
    top: 50%;
    margin: -125px 0 0 0;
    padding: 10px 15px 0;
    width: 95%;
}
.popupBox h1 {
font-size:18px;
}
.popupBox .form input {
    margin: 0 0 15px 0;
    font-size: 14px;
}
.popupBox .form button {
    margin: 0 0 15px 0;
}







}
@media screen and (max-width:414px) {}
@media screen and (max-width:375px) {
    .aboutBox2 .center .swiper-wrapper .swiper-slide{
        height: 200px;
    }
    .bannerBox .swiper-wrapper{
        height: 136px;
    }
    .section .more .liI {
        margin: 0 15px 0 0 ;
    }
    .section3 .ulBox ul li .li .liI {
        height: 128px;
    }
    .section5 .ulBox ul li .li .liI {
        height: 146px;
    }
    .newsBox .center ul li .sectionRight{
        height: 186px;
    }
    .newsBox2 .center .swiper-slide .li .liI{
        height: 224px;
    }
			.newsBox2 .center .picScroll-left .bd ul li .pic .li .liI {
    height: 94px;
}
}
@media screen and (max-width:360px) {
		.newsBox2 .center .picScroll-left .bd ul li .pic .li .liI {
    height: 86px;
}
    .bannerBox .swiper-wrapper{
        height: 132px;
    }
    .section .more .liI {
        margin: 0 10px 0 0 ;
    }
    .section3 .ulBox ul li .li .liI {
        height: 122px;
    }
    .section5 .ulBox ul li .li .liI {
        height: 140px;
    }
    .newsBox .center ul li .sectionRight{
        height: 178px;
    }
    .newsBox2 .center .swiper-slide .li .liI{
        height: 212px;
    }
}
@media screen and (max-width:320px) {
			.newsBox2 .center .picScroll-left .bd ul li .pic .li .liI {
    height: 62px;
}
    .aboutBox2 .center .swiper-wrapper .swiper-slide{
        height: 280px;
    }
    .serviceBox ul li .sectionLeft .award-base {
        right: 34%;
    }
    .serviceBox ul li:nth-child(even) .sectionLeft .award-base{
        left: 34%;
    }
    .bannerBox .swiper-wrapper{
        height: 116px;
    }
    .bannerBox .swiper-wrapper .inner h1 {
        font-size: 14px;
        line-height: 1.5;
    }
    .bannerBox .swiper-wrapper .inner {
        bottom: 10px;
    }
    .section .ulBox ul li .li .liT {
        width: 75%;
    }
    .section .more .liI {
        margin: 0 20px 0 0 ;
    }
    .section3 .ulBox ul li .li .liI {
        height: 106px;
    }
    .section5 .ulBox ul li .li .liI {
        height: 122px;
    }
    .productBox .sectionRight .tib ul li {
        width: 100%;
    }
    .newsBox .center ul li .sectionRight{
        height: 156px;
    }
    .newsBox2 .center .swiper-slide .li .liI{
        height: 186px;
    }
}



.yyui_menu1 ul li a i{display: inline-block;float: left;margin-top: 0px;margin-left: 0px;padding: 6px;border-radius: 3px;}
.yyui_menu1 ul li:hover a i{background: #5872f7;}
.yyui_menu1 ul li a img{width: 25px;max-height: 25px;float: left;}
.yyui_menu1 ul li:hover li i{background: #fff;}
.yyui_menu1 a.top-a3{text-transform: uppercase;}
.zBanner .spT{text-transform:uppercase;}
.vc{display:flex;align-items:center;flex-direction:column;justify-content:center;}
.section4 .vc{min-height: 640px;}
@media all and (max-width: 760px) {
    .section4 .vc{min-height: 100px;}
}















