@charset "utf-8";

html{font: 14px/24px 'Microsoft Yahei',arial;} 

*{

	margin: 0;

	padding: 0;

	border:medium none;

	box-sizing:border-box;

	-moz-box-sizing:border-box; /* Firefox */

	-webkit-box-sizing:border-box; /* Safari */

	

}

body{

	/* perspective:1000px; */

}


/*首页轮播*/
.banNav {
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    right: 9%;
}

.banNav_line {
    opacity: 0;
}

.banNav_line span:nth-child(1) {
    width: 0px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: -1px;
    top: -2px;
}

.banNav_line span:nth-child(2) {
    width: 3px;
    height: 0px;
    background: #fff;
    position: absolute;
    right: -2px;
    top: -2px;
}

.banNav_line span:nth-child(3) {
    width: 0px;
    height: 3px;
    background: #fff;
    position: absolute;
    right: -2px;
    bottom: -2px;
}

.banNav_line span:nth-child(4) {
    width: 3px;
    height: 0px;
    background: #fff;
    position: absolute;
    left: -2px;
    bottom: -2px;
}

.banNav .banNav_a.on .banNav_line {
    opacity: 1;
}

.banNav .banNav_a.on .banNav_line span:nth-child(1),
.banNav .banNav_a.on .banNav_line span:nth-child(3) {
    animation: flash2 6s linear;
}

.banNav .banNav_a.on .banNav_line span:nth-child(2),
.banNav .banNav_a.on .banNav_line span:nth-child(4) {
    animation: flash1 6s linear;
}

.banNav .banNav_a {
    position: relative;
    margin-top: -2px;
    width: 458px;
    height: 198px;
    transition: all .3s ease-out;
    border: 2px solid hsla(0, 0%, 100%, .2)
}

.banNav .banNav_a:first-child {
    margin-top: 0;
}

.banNav .banNav_a a {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 12%;
}

.banNav_num,
.banNav_txt {
    display: inline-block;
    vertical-align: middle;
}

.banNav_num {
    font-family: Gotham, sans-serif;
    font-size: 2.5rem;
    font-weight: 400;
    margin-right: 18px;
    color: #fff;
}

.banNav_txt span {
    font-size: 15px;
    text-align: left;
    color: #fff;
    line-height: 26px;
    text-transform: uppercase;
}

.banNav_txt p {
    font-size: 22px;
    margin-right: auto;
    text-align: left;
    color: #fff;
}
@keyframes flash2 {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes flash1 {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}
.indBan_txt {
    position: absolute;
    bottom: 24%;
    left: 12%;text-align:left;
    z-index: 11;
}

.indBan_txt p {
    color: rgb(255, 255, 255);
    font-size: 48px;
    letter-spacing: 1px;
    line-height: 1.45;
    opacity: 0.88;
    font-weight: bold;
}

.indBan_txt span {
    display: block;
    line-height: 1.2;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    opacity: 0.8;
    margin-top: 12px;
}

.indBan_txt img {
    display: inline-block;
    margin-top: 108px;
}
#banner {
    position: relative;
    overflow: hidden;
}

#banner .bg .bimg {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    display: block;
}

#banner .bg .bimg_s {
    display: none;
    width: 100%;
}

#banner .bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.38)
}

#banner .slick-dots {
    position: absolute;
    right: 10px;
    bottom: 18px;
    z-index: 100;
    width: auto;
}

#banner .slick-dots li {
    margin: 0px 8px 0px 0px;
    position: relative;
    width: 3px;
    height: 21px;
    border-radius: 3px;
    background-color: transparent;
    display: block;
    float: left;
    transition: 300ms;
    -webkit-transition: 300ms;
}

#banner .slick-dots a {
    width: 3px;
    height: 14px;
    overflow: hidden;
    display: block;
    background-color: #fff;
    border-radius: 3px;
    text-indent: -2em;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

#banner .slick-dots li.slick-active {
    background-color: #fff;
}

#banner .slick-dots li.slick-active a {
    background-color: #13478b;
    border-radius: 0px 0px 5px 5px;
}
@media screen and (min-width:1025px) {
  .ibox {
        transform: translate(0px, 0px) scale(1);
        transition: all 1s cubic-bezier(.435, .01, .135, 1);
        -webkit-transition: all 1s cubic-bezier(.435, .01, .135, 1);
        opacity: 1;
        width: 100%
    }
}
@media screen and (max-width:1025px) {
.ibox {
    transition: all 0.9s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
    -webkit-transition: transition: all 0.9s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
    opacity: 1;
}
.ibox {
    position: relative;
    width: 100%;
    height: 100%;
}.banNav {
    display: none;
}#banner .bg .bimg {
    display: none;
}#banner .bg .bimg_s {
    display: block;height: 100vh
}.indBan_txt p {
    font-size: 21px;
}.indBan_txt span {
    font-size: 13px;
    font-weight: 500;
}.indBan_txt {
    width: 86%;
}.indBan_txt {
    left: 8%;
}.indBan_txt img {
    display: none;
}
}
/*结束*/


/*首页关于*/
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.allmbox2Bg {
    background: #f0f6ff;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.allmbox2Bg{
    background: #f0f6ff;
}
.box2ImgBgright {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    width: 42%;
    height: 100%;
}
.box2ImgBgright .imgBg {
    height: 100%;
    transition: all 1s ease 0s;
    transform: scale(1.05);
}
.imgBg {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.box2ImgBgright .imgBg:hover {
    transform: scale(1);
}
.box2ImgBgright .rotatetext{
    position: absolute;
    top:50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    left: -4%;
    font-size: 121px;
    font-weight: bolder;
    -webkit-text-stroke:1px rgba(255,255,255,0.5);
    color: transparent;
    text-transform: uppercase;
}
.allmbox2Text {
    padding-top: 50px;
    padding-left: 13%;
    width: 58%;
    text-align: left;
    padding-right: 3%;
}
.allmbox2Text .fir{
    font-size:36px;
    color:#0054a7;
    font-weight: 700;
    opacity: 0;
    line-height: normal;
    transition: all .6s ease 0s;
    transform: translateX(-50px);
}
.allmbox2Text .sec{
    font-size:18px;
    color:#333333;
    margin: 1.5% 0 6% 0;
    opacity: 0;
    transition: all .6s ease 0s;
    transform: translateX(-50px);
}
.allmbox2Text .des{
    font-size:15px;
    color:#666666;
    line-height: 30px;
    text-align:justify;
    opacity: 0;
    transition: all .6s ease 0s;
    transform: translateX(-50px);
}


.swiper-slide-active .allmbox2Text .fir{
    opacity: 1;
    transform: translateX(0);
    transition-delay: .3s;
}
.swiper-slide-active .allmbox2Text .sec{
    opacity: 1;
    transform: translateX(0);
    transition-delay: .5s;
}
.swiper-slide-active .allmbox2Text .des{
    opacity: 1;
    transform: translateX(0);
    transition-delay: .7s;
}
.allmbox2Text .m-menu{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 90%;
    margin: 4% 0 10% 0;
}
.allmbox2Text .m-list{
    width: 30%;
    height: 130px;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    opacity: 0;
    transition: all .6s ease 0s;
    transform: translateX(-50px);
}
.allmbox2Text .m-list .pic{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.allmbox2Text .m-list:hover .pic{
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
}
.allmbox2Text .m-list-inner{
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    background: rgba(0,84,167,0.5);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.allmbox2Text .m-list:hover .m-list-inner{
    background: rgba(0,84,167,0.9);
}
.allmbox2Text .m-list .m-list-text{
    position: absolute;
    width: 140px;
    line-height: 65px;
    font-size:18px;
    font-weight: lighter;
    color:#fff;
    text-align: right;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.allmbox2Text .m-list:nth-child(1) .m-list-text{
    background: url("../images/mm1.png") no-repeat left center;
}
.allmbox2Text .m-list:nth-child(2) .m-list-text{
    background: url("../images/mm2.png") no-repeat left center;
}
.allmbox2Text .m-list:nth-child(3) .m-list-text{
    background: url("../images/mm3.png") no-repeat left center;
}
.swiper-slide-active .allmbox2Text .m-list:nth-child(1){
    opacity: 1;
    transform: translateX(0);
    transition-delay: .9s;
}
.swiper-slide-active.allmbox2Text .m-list:nth-child(2){
    opacity: 1;
    transform: translateX(0);
    transition-delay: 1.1s;
}
.swiper-slide-active .allmbox2Text .m-list:nth-child(3){
    opacity: 1;
    transform: translateX(0);
    transition-delay: 1.3s;
}
.mbox2More{
    opacity: 0;
    transition: all .6s ease 0s;
    transform: translateX(-50px);
}
.swiper-slide-active .mbox2More{
    opacity: 1;
    transform: translateX(0);
    transition-delay: 1.5s;
}
.allmoreButton {
    display: block;
    width: 217px;
    height: 60px;
    background: #2f7ef0;
    color: #FFF;
    font-size: 17px;
    line-height: 60px;
    text-align: center;
}
.allmoreButton i, .allmoreButton span, .allmoreButton strong {
    display: inline-block;
    vertical-align: middle;
}
.allmoreButtonDot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #FFF;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.swiper-slide-active .allmbox2Text .m-list:nth-child(2) {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 1.1s;
}
/*结束*/

/*模块2*/
.allmbox1 {
    position: relative;
    overflow: hidden;
    height: 100%;
}
.allmbox4Bg .swiper-slide{
	background: none;
}
.allmbox4Bg .bg4-items{
    float: left;
    width: 50%;
    height:100%;
}
.allmbox4Bg .part{
    height: 100%;
    position: relative;
    z-index: 1;
}
.allmbox4Bg .bg4-items.bgimg{
    background: url("../images/mbox4Bg-1.jpg") no-repeat center  / cover;
}
.allmbox4Bg .bg4-items.bgcolor{
    background: #f0f6ff;
}
.allmbox4Bg .otherbox{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;

}
.allmbox4Bg .otherbox .swiper-container{
    width: 100%;
}
.allmbox4Bg .other{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.allmbox4Bg .other .con{
    position: relative;
}
.allmbox4Bg .other .con .img{
    max-width: 100%;
    margin:0 auto;
}
.allmbox4Bg .other .con .photo{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.allmbox4Bg .other .con .photo .p-list{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 76%;
    height: 76%;
    display: none;
    animation: scaleIn 0.3s linear;
}
@keyframes scaleIn {
    0% {
        opacity: 0;
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
    }
    100% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
    }
}
.scaleIn {
    animation-name: scaleIn;
}
.allmbox4Bg .other .fn{
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
}
.allmbox4Bg .other .fnsec{
    display: none;
}
.allmbox4Bg .other .fn .text-item{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.allmbox4Bg .other .fn .text-list{
    width: 100%;
    position: relative;
}
.allmbox4Bg .other .fn .text-list em{
    background-color: #2f7ef0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    line-height: 7px;
    text-align: center;
    right: 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}
.allmbox4Bg .other .fn .text-list em:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    background-color: #ffffff;
    opacity: 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}
.allmbox4Bg .other .fn .text-list em:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    border-radius: 50%;
    width: 11px;
    height: 11px;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}
.allmbox4Bg .other .fn .text-list.active em{
    transform: scale(2.5);
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
}
.allmbox4Bg .other .fn .text-list.active em:before{
    opacity: 1;
}
.allmbox4Bg .other .fn .text-list.active em:after{
    opacity: 1;
}
.allmbox4Bg .other .fn .text-list p{
    line-height: 50px;
    height: 50px;
    color: #fff;
    font-size: 23px;
    background-size: auto;
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 22%;
}
.allmbox4Bg .other .fn .text-list p a{
    display: block;text-align: left;
    color:#fff;
}

.allmbox4Bg .other .fn .text-list i{
    display: block;
    position: absolute;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    left:0;
    bottom:-8px;
    width: 70%;
    height: 1px;
    border-bottom:1px dashed #fff;
    opacity: 0;
}
.allmbox4Bg .other .fn .text-list.active i{
    opacity: 1;
}
.allmbox4Bg .other .fn .text-list:nth-of-type(1){
    position: absolute;
    left: -50%;
    top: 8%;
}
.allmbox4Bg .other .fn .text-list:nth-of-type(2) {
    position: absolute;
    left: -67%;
    top: 27%;
}
.allmbox4Bg .other .fn .text-list:nth-of-type(3) {
    position: absolute;
    left: -87%;
    top: 48%;
}
.allmbox4Bg .other .fn .text-list:nth-of-type(4) {
    position: absolute;
    left: -67%;
    bottom: 27%;
}
.allmbox4Bg .other .fn .text-list:nth-of-type(5){
    position: absolute;
    bottom: 8%;
    left: -50%;
}
.allmbox4Bg .case-all-biao{
    position: absolute;
    text-align: right;
    top: 15%;
    right: 1%;
    margin-right: 24px;
}
.allmbox4Bg .case-all-biao .fir{
    font-size:36px;
    color:#0054a7;
    font-weight: 700;
}
.allmbox4Bg .case-all-biao .sec{
    font-size:15px;
    color:#333333;
    margin-top: 1%;
}
.allmbox4Bg .other .case-text-item{
    position: absolute;
    top: 29%;
    right: 8%;
    width: 351px;
}
.allmbox4Bg .other .case-text-biao{
    padding-left: 55px;
}
.allmbox4Bg .other .case-text-list{
    display: none;
    position: relative;
}
.allmbox4Bg .other .case-text-list .fir{
    font-size:26px;
    color:#333333;
    font-weight: 700;
    line-height: 30px;text-align: left;
}
.allmbox4Bg .other .case-text-list .sec{
    font-size:14px;
    color:#999;
}
.allmbox4Bg .other .case-text-list .des{
    font-size: 14px;
    color: #595757;
    line-height: 29px;text-align: left;
    margin-top: 15%;
    margin-bottom: 10%;
}
.allmbox4Bg .other .case-text-biao i{
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 20px;
    background: #c9defc;
    left: 16px;
    top: 4px;
}
.allmbox4Bg .other .case-text-biao i:after{
    content:"";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #2f7ef0;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
}
.allmbox4Bg .other .case-text-biao i:before{
    content: "";
    position: absolute;
    top: 5px;
    left: 9px;
    height: 67px;
    width: 1px;
    background: #2f7ef0;
}
.allmbox4Bg .otherbox .case-button{
    height: 30px;
    width: 160px;
    position: absolute;
    bottom:5%;z-index: 999;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.swiper-button-prev-case{
    left:0;
}
.swiper-button-next-case{
    color: #2f7ef0;
    border-bottom: 1px solid #2f7ef0;
    right: 0;
}
.case-button .xfwz {
    font-size: 14px;
        color: #2f7ef0;
    position: absolute;
    left: 185px;
    top: -6px;
    width: 286px;
}
@media screen and (max-width: 600px) {
   .case-button .xfwz {
    font-size: 12px;
    color: #2f7ef0;
    position: absolute;
    left: -25%;
    top: 40px;
    width: 247px;
}
}
.case-button{
    position:relative;
}

.swiper-button-next-case span{
    background: #2f7ef0;
}
.all-next-button {
    width: 80px;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: right;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    display: block;
    z-index: 100;

    background-position: center right;padding-right: 20px;background-size: 10px;
}.all-prev-button {
    width: 80px;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    display: block;
    z-index: 100;
    

    background-position: center left;padding-left: 20px;background-size: 10px;
}
.swiper-button-next-case {
    color: #2f7ef0;
    border-bottom: 1px solid #2f7ef0;
    right: 0;
}
/*结束*/

/*模块3*/
.allmbox6Bg{
    background: #f0f6ff;
}
.allmbox6Bg .all_index_title .fir{
    color:#0054a7;
}
.allmbox6Bg .all_index_title .sec{
    color:#333;
}
.allmbox6Bg .all_index_title .thr{
    color:rgba(47,126,240,0.07);
}

.warp{
    width: 76%;
    margin: 0 auto;
}
.mbox6BgNews{
    height: 450px;
}
.mbox6BgNews-list{
    width: 50%;
    height: 50%;
    float: left;
    position: relative;
    opacity: 0;
    transition: all 1s ease 0s;
    transform: translateY(50px);
    transition-delay: 5s;
}
.swiper-slide-active .mbox6BgNews-list{
    opacity: 1;
    transform: translateY(0);
}
.mbox6BgNews-list .imgbox{
    float: left;
    width: 50%;
    height: 100%;
    overflow: hidden;
}
.mbox6BgNews-list .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.mbox6BgNews-list:hover .imgbox img{
    -webkit-transform: scale(1.1) rotate(4deg);
    -moz-transform: scale(1.1) rotate(4deg);
    -ms-transform: scale(1.1) rotate(4deg);
    -o-transform: scale(1.1) rotate(4deg);
    transform: scale(1.1) rotate(4deg);
}
.mbox6BgNews-list .text{
    width: 50%;
    height: 100%;
    float: left;
    background: #fff url(../images/index_news_list_bg.png) no-repeat bottom -25% right -5%;
    background-size: 100px;
    padding: 6% 4%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
}
.mbox6BgNews-list:hover .text{
    background: #2f7ef0 url(../images/index_news_list_bg.png) no-repeat bottom -25% right -5%;
    background-size: 100px;
}
.mbox6BgNews-list .text *{
	text-align: left;
}.allmbox6Bg .all_index_title .fir {
    color: #0054a7;
}
.all_index_title .fir {
    font-size: 32px;
    font-weight: 700;
    position: relative;
    z-index: 2;
    line-height: 35px;line-height: normal;
}.allmbox6Bg .all_index_title .sec {
    color: #333;line-height: normal;
}.allmbox6Bg .all_index_title .thr {
    color: rgba(47,126,240,0.07);
}
.all_index_title .thr {
    font-size: 109px;
    font-weight: 700;
    color: rgba(255,255,255,0.03);
    position: absolute;
    width: 100%;
    top: -48px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    z-index: 1;
}.all_index_title {
    text-align: center;
    position: relative;
    color: #fff;
    margin-bottom: 6%;
}
.all_index_title .sec {
    font-size: 15px;
    position: relative;
    z-index: 2;
    margin-top: 1%;
    line-height: normal;
}
.mbox6BgNews-list .text .fir{
    font-size:17px;
    color:#333333;
    font-weight: 700;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mbox6BgNews-list:hover .text .fir{
    color:#fff;
}
.mbox6BgNews-list .text .time{
    font-size:14px;
    color:#999999;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    margin: 4% 0 6% 0;
}
.mbox6BgNews-list:hover .text .time{
    color:#fff;
}
.mbox6BgNews-list .text .des{
    font-size:15px;
    color:#999999;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    line-height: 25px;
}
.mbox6BgNews-list:hover .text .des{
    color:#fff;
}
.allmbox6Bg .allmoreButton{
    margin:4% auto 0 auto;
    background: none;
    border:1px solid #2f7ef0;
    color:#2f7ef0;
}
.allmbox6Bg .allmoreButtonDot{
    background: #2f7ef0;
}
.allmbox6Bg .allmoreButton:hover .allmoreButtonDot{
    background: #fff;
}
.allmbox6Bg .allmoreButtonLine{
    background: #2f7ef0;
}
.allmbox6Bg .allmoreButton:hover .allmoreButtonLine{
    background: #fff;
}
.allmbox6Bg .allmoreButton:hover{
    background: #2f7ef0;
    color:#fff;
}

/*结束*/


/*新增下拉*/
.nav-sub {
    width: 180px;
    background: rgba(255,255,255,0.7);
    position: absolute;
    top: 37px;
    left: 0px;
    height: auto;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform .3s .2s;
    transition: transform .3s .2s;
}
.nav-sub .n-nav-sub {
    opacity: 0;
    -webkit-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    transform: translate(0, -20px);
    -webkit-transition: all .2s;
    transition: all .2s;
}
.nav-sub a {
    height: 45px;
    line-height: 45px;
    display: block;
    padding: 0 20px;
    text-align: left;
    color: #333 !important;
    font-size: 14px;
    position: relative;
    -webkit-transition: all 0.3s cubic-bezier(0.86, 0.5, 1, 1);
    transition: all 0.3s cubic-bezier(0.86, 0.5, 1, 1);
    border-bottom: solid 1px #eae9e5;
}
.nav-sub .nav-arrow {
    position: absolute;
    top: 15px;
    right: 10px;
    width: 16px;
    height: 16px;
    opacity: 0;
    -webkit-transform: rotate(0deg) translate(-20px, 0px);
    -ms-transform: rotate(0deg) translate(-20px, 0px);
    transform: rotate(0deg) translate(-20px, 0px);
}
.nav-sub .nav-arrow:before {
    font-size: 16px;
    color: #fff;
}
.icon-up:before {
    content: '\e6a7';
}
.nav li:hover .nav-sub {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
}
.nav li:hover .n-nav-sub {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all .2s .3s;
    transition: all .2s .3s;
}
.nav-sub a:hover {
    background-color: #252161;
    color: #fff !important;
}
.ejnv{
	position: relative;
}
.sjnv{
	position: absolute;
	left: 180px;
	border-left: 1px solid #fff;
	width: 180px;
	    background: rgba(255,255,255,0.7);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    top: 0;
    display: none;z-index: 9;
}
.ejnv:hover .sjnv{
	display: block;
}

/*结束*/


a,img{border: 0;}

img{display: block;}

a{color: #fff;text-decoration: none;}

a{transition: all 300ms ease-in-out;-webkit-transform: all 300ms ease-in-out;}

a:hover{text-decoration: none;}

li {list-style-type: none;}

.wrapper{width: 1200px;margin:0px auto;}

.left{float: left;}

.right{float: right;}

.clear{clear: both;}

.clear:after{display: block;content: " ";clear: both;}

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

.over-flow{

    overflow: auto; 

    zoom: 1; //处理兼容性问题

}

.clearfix:after {

	content: "";

	display: block;

	height: 0;

	clear: both;

	visibility: hidden;

}

.clearfix {

	zoom:1;

}

 html, body {

    position: relative;

    height: 100%;

}

body {

    background: #eee;

    font: 14px/24px 'Microsoft Yahei',arial;

    font-size: 14px;

    color:#000;

    margin: 0;

    padding: 0;

}

.swiper-container {

    width: 100%;

    height: 100%;

    margin-left: auto;

    margin-right: auto;

}

.swiper-slide {

    text-align: center;

    font-size: 18px;

    background: #fff;



    /* Center slide text vertically */

    display: -webkit-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    -webkit-justify-content: center;

    justify-content: center;

    -webkit-box-align: center;

    -ms-flex-align: center;

    -webkit-align-items: center;

    align-items: center;

}

.swiper-pagination-bullet{

	/* background: #000; */

	width:12px;

	height: 12px;

}

/*导航栏*/

.header{

	width:100%;

	padding:0 4%;

	position: fixed;

	top:0;

	left:0;

	transition: all 300ms ease-in-out;

	-webkit-transform: all 1000ms ease-in-out;

	z-index: 100;

}

.header .logo{

	margin-top: 20px;

	float: left;

	width:10%;

}

.header .logo img{

	min-width: 45%;

}

.header .nav{

margin-left: 28%;
	width:57%;

	padding-left:2%;

}
@media screen and (max-width: 1800px) {
    .header .nav {
        margin-left: 27%;
    }
}
@media screen and (max-width: 1650px) {
    .header .nav {
        margin-left: 26%;
    }
}
@media screen and (max-width: 1550px) {
    .header .nav {
        margin-left: 25%;
    }
}
@media screen and (max-width: 1450px) {
    .header .nav {
        margin-left: 24%;
    }
}
@media screen and (max-width: 1350px) {
    .header .nav {
        margin-left: 23%;
    }
}
@media screen and (max-width: 1250px) {
    .header .nav {
        margin-left: 22%;
    }
}
@media screen and (max-width: 1150px) {
    .header .nav {
        margin-left: 21%;
    }
}


.header .nav>ul>li>a {

	font-size: 16px;

	color:#fff;

	padding-bottom:12px;

	border-bottom:1px solid none;

	transition: all 300ms ease-in-out;

	-webkit-transform: all 300ms ease-in-out;

}

.header .nav>ul>li{

	float: left;

	width:12.5%;

	text-align: center;

	position: relative;

	margin-top: 52px;

	transition: all 1000ms ease-in-out;

	-webkit-transform: all 1000ms ease-in-out;

}

.header .nav>ul>li .bottom{

	width:70px;

	height: 1px;

	background: #77b7fd;

	position: absolute;

	top:23px;

	left:50%;

	transform: translateX(-50%);

	-webkit-transform: translateX(-50%);

	transition: all 300ms ease-in-out;

    -webkit-transform: all 300ms ease-in-out;

    transform-origin:50% 50%;

	opacity: 0;

}

.header .nav>ul>li:first-child .bottom{

	width:40px;

}

.header .nav>ul>li .bottom:before{

	display: block;

	content:"";

	position: absolute;

	width: 0; 

	height: 0; 

	top:-6px;

	left: 50%;

    transform: translateX(-50%);

    -webkit-transform: translateX(-50%);

	border-left: 5px solid transparent; 

	border-right: 5px solid transparent; 

	border-bottom:7px solid #77b7fd; 

	transition: all 300ms ease-in-out;

    -webkit-transform: all 300ms ease-in-out;

    transform-origin:50% 50%;

    opacity: 0;

}

.header .nav>ul>li:hover a{

	color:#77b7fd;

}

.header .nav ul li:hover .bottom{

	top:34px;

	opacity: 1;

}

.header .nav>ul>li:hover .bottom:before{

	opacity: 1;

	

}

.header .tel{

	float: left;

	
    width: 168px;

	margin-top: 55px;

	/* padding:0 2%; */

}

.header .tel .pic{

	float: left;

	margin-right:5px;

}

.header .tel span{

	display: block;

	float: left;

	font-size: 18px;

	color:#fff;

	opacity: 0.8;

}

.header .search{

	float: right;

	width:5%;

	margin-top: 30px;

}

.header .search form{

	height: 55px;

	position: relative;

}

.header .search .sousuotijiao{

	width:55px;

	height: 55px;

	background: url("/skin/images/se.png") no-repeat center;

	cursor: pointer;

	outline: none;

	position: absolute;

	top:50%;

	right:0;

	transform: translateY(-50%);

	-webkit-transform: translateY(-50%);

}

.form{

    transform: rotateX(-45deg);

    -webkit-transform: rotateX(-45deg);

    transition: 500ms ease;

    -webkit-transition: 500ms ease;

    position: fixed;

	top:14%;

	width:92%;

	z-index: 101;

	opacity: 0;

	transform-origin:center top;

	-webkit-transform-origin:center top;

	height: 0;

}

.xlfir{

	margin-right:5%;

}

.btnActive {

    transform: rotateX(0deg);

    -webkit-transform: rotateX(0deg);

    opacity: 1;



}

.input{

	width:100%;

	outline:  none;

	box-sizing: border-box;

	background: rgba(255, 255, 255, 0.94);

	text-indent: 5px;

	letter-spacing: 3px;

	height: 0;

	border:none;



}

.inputActive{

	height: 48px;

	border:3px solid rgba(0, 0, 0, 0.27);

}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */

    color: #999; 

}



::-moz-placeholder { /* Mozilla Firefox 19+ */

    color: #999;

}



input:-ms-input-placeholder{

    color: #999;

}



input::-webkit-input-placeholder{

    color: #999;

}

.header-m{

	padding-bottom: 3%!important;

}

.header-m .logo{

	width:67%!important;

}

.header-m .logo img{

	min-width: auto;

	float: left;

	width:15%;

}

.header-m .open{

	float: right;

	margin-top: 5%;

	cursor: pointer;

}

.header-m ul li {

	float: none !important;

}

.header-m .nav{

	position: absolute;

	top:100%;

	left:0;

	z-index: 10000;

	width:100%!important;

	background: rgb(45, 45, 45);

	display: none;

	padding:7% 8%;

}

.header-m .nav>ul>li{

	width:100%!important;

	text-align: left!important;

	margin-top: 0!important;

}

.header-m .nav>ul>li>a{

	display: block;

	font-size: 16px;

	color:#e2e2e2;

	border-bottom:1px solid #585858;

	width:100%;

	padding-bottom:1%!important;

	padding-top:1%!important;

}

.header-m .nav .search{

	float: none!important;

	width:auto;

	margin-top: 0!important;

	margin-bottom: 20px;

}

.header-m .nav .input{

	width: 100% !important;

    position: static;

    padding-right: 20px;

    background: url(/skin/images/se.png) no-repeat scroll right -1px center transparent;

    display: block!important;

    color:#fff;

    height: 100%;

}

.open{

    width: 46px;

    margin: 0 auto;

    margin-top:30%;

}

.open:hover{

    cursor: pointer;

}

.open p{

    width: 100%;

    text-align: center;

    font-size: 12px;

    color: #888888;

    margin-top: 7px;

}

.open b{

    display: block;

    width: 100%;

    height: 2px;

    background: #fff;

    margin-bottom: 11px;

    -webkit-transition: 300ms 0s all linear;

    -moz-transition: 300ms 0s all linear;

    -ms-transition: 300ms 0s all linear;

    -o-transition: 300ms 0s all linear;

    transition: 300ms 0s all linear;

}

.open b:first-child{

    transform-origin:1px -5px;



}

.open b:last-child{

    transform-origin: 3px 8px;



}

.rotate45{

    -webkit-transform: rotate(45deg);

    -moz-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    -o-transform: rotate(45deg);

    transform: rotate(45deg);

}

.protate45{

    -webkit-transform: rotate(-45deg);

    -moz-transform: rotate(-45deg);

    -ms-transform: rotate(-45deg);

    -o-transform: rotate(-45deg);

    transform: rotate(-45deg);

}

/*slide1*/

.slide1 .swiper-slide1{

	background: url("/skin/images/banner/banner1.jpg") center center / cover no-repeat;

	height: 100%;

	width:100%;

	position: relative;

	transform: scale(1.1) !important;

	-webkit-transform: scale(1.1) !important;

	transition: all 3000ms linear;

	-webkit-transform: all 2000ms linear;

}

.slide1 .swiper-slide2{

	background: url("/skin/images/banner/banner2.jpg") center center / cover no-repeat;

	height: 100%;

	width:100%;

	position: relative;

	transform: scale(1.1) !important;

	-webkit-transform: scale(1.1) !important;

	transition: all 3000ms linear;

	-webkit-transform: all 3000ms linear;

}

.slide1 .swiper-slide3{

	background: url("/skin/images/banner/banner3.jpg") center center / cover no-repeat;

	height: 100%;

	width:100%;

	position: relative;

	transform: scale(1.1) !important;

	-webkit-transform: scale(1.1) !important;

	transition: all 3000ms linear;

	-webkit-transform: all 3000ms linear;

}

.slide1{

	/* background: url("/skin/images/side1.jpg") center center / cover no-repeat; */

	height: 100%;

	position: relative;

}

.slide1 .yiyuan{

	padding:4% 0;

	position: absolute;

	left:0;

	top:50%;

	transform: translateY(-50%);

	-webkit-transform: translateY(-50%);

	text-align: left;

	padding-left: 9%;

	padding-right:7%;

	/*background: url("/skin/images/yuanjiao.png") no-repeat center;*/

	/*background-size: 100% 100%;*/

	margin-top: 1%;

	transition: all 300ms ease-in-out;

    -webkit-transform: all 300ms ease-in-out;

}

.slide1 .yiyuan .en{

	color:#fff;

	font-size: 40px;

	font-weight: 600;

}

.slide1 .yiyuan .en span{

	color:#db511e;

}

.slide1 .yiyuan .title{

	font-size: 45px;

	color:#fff;

	/* font-family: 'STHeiti Light'; */

	margin:12% 0;

	font-weight: lighter;

}

.slide1 .yiyuan a{

	font-size: 18px;

	color:#fff;

	border-radius: 12px;

	padding:7px 0;

	border:2px solid #fff;

	font-family: '宋体';

	display: block;

	width:170px;

	text-align: center;

}

.slide1 .yiyuan a:hover{

	color:#246bad;

	border:2px solid #246bad;

}

.slide1 .yuansec{

	padding: 4% 0;

    position: absolute;

    left: 0;

    top: 50%;

    transform: translateY(-50%);

    -webkit-transform: translateY(-50%);

    text-align: left;

    padding-left: 9%;

    padding-right: 7%;

    margin-top: 1%;

    transition: all 300ms ease-in-out;

    -webkit-transform: all 300ms ease-in-out;

	background:none;

}

.slide1 .yuansec .en{

	opacity: 0;

	font-size: 72px;

	font-weight: 700;

	color:#fff;

}

.slide1 .yuansec .title{

	opacity: 0;

	margin: 8% 0 3% 0;

	font-size: 40px;

	font-weight: 200;

    color: #fff;

    line-height: 30px;

}

.slide1 .yuansec .titlesec{

	opacity: 0;

	font-size: 40px;

	color:#fff;

	margin:0% 0 4% 0;

	font-weight: lighter;

	color: #fff;

	line-height: 30px;

}

.slide1 .yuansec a{

	opacity: 0;

	font-size: 18px;

    color: #fff;

    border-radius: 12px;

    padding: 7px 0;

    border: 2px solid #fff;

    font-family: '宋体';

    display: block;

    width: 170px;

    text-align: center;

}

.slide1 .yuansec a:hover{

	color:#7095bb;

	border:2px solid #7095bb;

}

/*首页轮播2动画*/

@-webkit-keyframes fadeInLeft {

  from {

    opacity: 0;

    -webkit-transform: translate3d(-100%, 0, 0);

    transform: translate3d(-100%, 0, 0);

  }



  to {

    opacity: 1;

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

  }

}



@keyframes fadeInLeft {

  from {

    opacity: 0;

    -webkit-transform: translate3d(-100%, 0, 0);

    transform: translate3d(-100%, 0, 0);

  }



  to {

    opacity: 1;

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

  }

}



.fadeInLeft1 {

  -webkit-animation-name: fadeInLeft;

  animation-name: fadeInLeft;

  animation-delay:0.3s;

  -webkit-animation-delay:0.3s;

}

.fadeInLeft2{

  -webkit-animation-name: fadeInLeft;

  animation-name: fadeInLeft;

  animation-delay:0.6s;

  -webkit-animation-delay:0.6s;

}

.fadeInLeft3 {

  -webkit-animation-name: fadeInLeft;

  animation-name: fadeInLeft;

  animation-delay:0.9s;

  -webkit-animation-delay:0.9s;

}

.fadeInLeft4 {

  -webkit-animation-name: fadeInLeft;

  animation-name: fadeInLeft;

  animation-delay:1.2s;

  -webkit-animation-delay:1.2s;

}

.fadeInLeft5 {

  -webkit-animation-name: fadeInLeft;

  animation-name: fadeInLeft;

  animation-delay:1.5s;

  -webkit-animation-delay:1.5s;

}

/*首页轮播2动画结束*/



@keyframes p_move{

    from{

        transform: translate(0,0);

        -webkit-transform: translate(0,0);

    }

    to{

        transform: translate(0,20px);

        -webkit-transform: translate(0,20px);

    }

}

@-webkit-keyframes p_move{

    from{

        transform: translate(0,0);

        -webkit-transform: translate(0,0);

    }

    to{

        transform: translate(0,20px);

        -webkit-transform: translate(0,20px);

    }

}

.slide1 .content{

	position: absolute;

	width:60.5%;

	left:50%;

	top:50%;

	transform: translate(-50%,-50%);

	-webkit-transform: translateY(-50%,-50%);

}

.slide1 .content .fir{

	text-align: center;

	margin:0 auto;

	background:url("/skin/images/lunbo3.png") no-repeat center;

	background-size: 100% 100%;

	width:486px;

	height: 145px;

	padding-top: 49px;

    margin-bottom: 85px;

    opacity: 0;

}

.slide1 .content .fir h1:first-child{

	font-size: 2.3vw;

	color:#fff;

	font-weight: 700;

	margin-bottom: 20px;

}

.slide1 .content .fir h1:last-child{

	font-size: 2vw;

	color:#fff;

	/* font-family: 'STHeiti Light'; */

	font-weight: lighter;

}

.slide1 .content ul li{

	float: left;

	width:33.33%;

	position: relative;

	opacity: 0;

}

.slide1 .content ul li:after{

	content:"";

	position: absolute;

	right: -6%;

    top: 38%;

	transform: translateY(-50%);

	-webkit-transform: translateY(-50%);

	width:30px;

	height: 30px;

	background: url("/skin/images/jia.png") no-repeat center;

	background-size: 100% 100%;

}

.slide1 .content ul li:last-child:after{

	display: none;

}

.slide1 .content ul li .img-wrap img{

	width:auto;

	max-width: 100%;

	margin:0 auto;

}

.slide1 .content ul li span{

	font-size: 24px;

	color:#fff;

	display: block;

	text-align: center;

	padding-top: 22px;

}



@-webkit-keyframes fadeInUp {

  from {

    opacity: 0;

    -webkit-transform: translate3d(0, 100%, 0);

    transform: translate3d(0, 100%, 0);

  }



  to {

    opacity: 1;

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

  }

}



@keyframes fadeInUp {

  from {

    opacity: 0;

    -webkit-transform: translate3d(0, 100%, 0);

    transform: translate3d(0, 100%, 0);

  }



  to {

    opacity: 1;

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

  }

}



.fadeInUp1 {

  -webkit-animation-name: fadeInUp;

  animation-name: fadeInUp;

  animation-delay:0.3s;

  -webkit-animation-delay:0.3s;

}

.fadeInUp2 {

  -webkit-animation-name: fadeInUp;

  animation-name: fadeInUp;

  animation-delay:0.6s;

  -webkit-animation-delay:0.6s;

}



.slide1 .xia{

    width: 43px;

    height: 43px;

    text-indent: -999em;

    background:url("/skin/images/xia.png") no-repeat center;

    position: absolute;

    left: 50%;

    transform: translateX(-50%);

    -webkit-transform: translateX(-50%);

    bottom: 60px;

    z-index: 6;

    animation: p_move 1000ms ease-in-out infinite alternate;

}

/*slide2*/

.slide2{

	background: url("/skin/images/side2.jpg") center center / cover no-repeat;

	height: 100%;

	position: relative;

}

.slide2 .content{

	width:80%;

	margin:0 auto;

	margin-top: -80px;

}

.slide2 .content-bottom{

	text-align: left;

}

.slide2 .content-bottom .wentzi{

	width:500px;

	font-size: 30px;

	color:#fff;

	background: url("/skin/images/kuang.png") no-repeat center;

	background-size:100% 100%; 

	padding: 0 1.5%;

    padding-top: 13px;

    padding-bottom: 3px;

    opacity: 0;

}

.slide2 .content-bottom .wentzi p{

	margin: 18px 0;

    letter-spacing: 3px;

}

.slide2 .content-bottom .yuanjuan{

	min-width: 36%;

    margin: 5% 0;

    opacity: 0;

}

.slide2 .content-bottom  ul{

	width:76%;

}

.slide2 .content-bottom  ul li{

	float: left;

	width:20%;

	color:#fff;

	text-align: center;

	opacity: 0;

}

.slide2 .content-bottom  ul li p:first-child{

	font-size: 22px;

	font-weight: 500;

	position: relative;

}

.slide2 .content-bottom  ul li p:first-child:before{

	display: block;

	content:"";

	width:5px;

	height: 5px;

	border-radius: 50%;

	background: #fff;

	position: absolute;

	left:30%;

	top:50%;

	transform: translateY(-50%);

	-webkit-transform: translateY(-50%);

}

.slide2 .content-bottom  ul li:first-child p:first-child:before{

	background: #87f516;

}

.slide2 .content-bottom  ul li:nth-child(2) p:first-child:before{

	background: #01dca7;

}

.slide2 .content-bottom  ul li:nth-child(3) p:first-child:before{

	background: #25d7ff;

}

.slide2 .content-bottom  ul li:nth-child(4) p:first-child:before{

	background: #3b438f;

}

.slide2 .content-bottom  ul li:nth-child(5) p:first-child:before{

	background: #3cecff;

}

.slide2 .content-bottom  ul li p:last-child{

	font-size: 16px;

	margin-top: 17px;

	font-weight: 100;

}

.slide2 .shuzi{

	width:100%;

	background:url("/skin/images/shuzibg.png") no-repeat center;

	background-size: 100% 100%;

	position:absolute;

	left:0;

	bottom:0;

	padding:1% 0;

}

.slide2 .shuzi .content{

	width:80%;

	margin:0 auto;

}

.slide2 .shuzi .content ul li{

	float: left;

	width:33%;

	text-align: center;

}

.slide2 .shuzi .content ul li:first-child{

	text-align: left;

	

}

.slide2 .shuzi .content ul li:first-child p:nth-child(1){

	padding-left:16%;

}

.slide2 .shuzi .content ul li:first-child p:nth-child(3){

	padding-left:18%;

}

.slide2 .shuzi .content ul li:last-child p:nth-child(1){

	padding-right:8%;

}

.slide2 .shuzi .content ul li:last-child p:nth-child(3){

	padding-right:7%;

}

.slide2 .shuzi .content ul li:first-child p:nth-child(2){

	margin-top: 17px;

    margin-bottom: 35px;

}

.slide2 .shuzi .content ul li:nth-child(2) p:nth-child(2){

	margin-top: 17px;

    margin-bottom: 35px;

}

.slide2 .shuzi .content ul li:nth-child(3) p:nth-child(2){

	margin-top: 34px;

    margin-bottom: 16px;

}

.slide2 .shuzi .content ul li:nth-child(3){

	text-align: right;

}

.slide2 .shuzi .content ul li p:first-child{

	font-size: 18px;

	color:#fff;

	font-weight: 500;

}

.slide2 .shuzi .content ul li p:nth-child(2) sup{

	font-weight: 100;

}

.slide2 .shuzi .content ul li p:nth-child(2) span{

	font-weight: 500;

	font-size: 17px;

}

.slide2 .shuzi .content ul li p:nth-child(2){

	font-size: 80px;

	color:#4298f5;

	font-weight: 600;

}

.slide2 .shuzi .content ul li p:last-child{

	font-size: 16px;

	color:#4d9aec;

	font-weight: 100;



}

/*slide3*/

.slide3{

	background: url("/skin/images/side3.jpg") center center / cover no-repeat;

	height: 100%;

}

.slide3 p:first-child{

	font-size: 3vw;

	color:#fff;

	letter-spacing: 3px;

	font-family: 'STHeiti Light';

	font-weight: lighter;

	line-height: 40px;

}

.slide3 p:last-child{

	margin-top: 35px;

}

.slide3  .box p:last-child a{

		display: inline-block;

		width:150px;

		position: relative;

		font-size: 16px;

		color:#fff;

		background: url("/skin/images/jin.png") no-repeat center right;

}

.slide3  .box p:last-child a:hover{

	color:#007dff;

	background: url("/skin/images/jin1.png") no-repeat center right;

}

/* .slide3  .box p:last-child a:first-child{

	margin-right:83px;

} */

.slide3  .box p:last-child a img{

	position: absolute;

	right:-32px;

	top:50%;

	transform: translateY(-50%);

	-webkit-transform: translateY(-50%);

}

.slide3 .lunbothr{

	position: absolute;

	top:189px;

	left:50%;

	transform: translateX(-50%);

	-webkit-transform: translateX(-50%);

}



/*slide4*/

.slide4{

	background: url("/skin/images/side4.jpg") center center / cover no-repeat;

	height: 100%;

}

.slide4 .outbox .ho{

	margin:0 auto;

	margin-top:8%;

	opacity: 0;

}

.slide4 .outbox .title{

	font-size: 4.1vw;

	color:#fff;

	font-weight:100;

	text-align: center;

	letter-spacing: 2px;

	margin-top: 5%;

	opacity: 0;

}

.slide4 .outbox .title span{

	font-weight: 550;

	color:#0e4a92;

}

.slide4 .outbox .titlesec{

	font-size: 14px;

	color:#fff;

	text-align: center;

	width: 57%;

    margin: 0 auto;

    margin-top: 5%;

    margin-bottom: 3%;

    opacity: 0;

}

.slide4 .outbox a{

	margin: 0 auto;

    display: block;

    width: 163px;

	position: relative;

	font-size: 17px;

	font-weight: 700;

	color:#fff;

	background: url("/skin/images/mo.png") no-repeat center right;

	opacity: 0;

}



.slide4 .outbox a:hover{

	color:#007dff;

	background: url("/skin/images/mo1.png") no-repeat center right;

}

.slide4 .outbox a img{

	position: absolute;

	right:-23px;

	top:50%;

	transform: translateY(-50%);

	-webkit-transform: translateY(-50%);

}

.slide4 .outbox .fangbox{

	width:33%;

	margin:0 auto;

	overflow: hidden;

	margin-top: 3%;

	opacity: 0;

}

.slide4 .outbox .fangbox img{

	width:100%;

	transition: all 300ms ease-in-out;

	-webkit-transform: all 300ms ease-in-out;

}

.slide4 .outbox .fangbox:hover img{

	transform:scale(1.05);

    -webkit-transform:scale(1.05);

    -moz-transform:scale(1.05);

}



@-webkit-keyframes fadeInDown {

  from {

    opacity: 0;

    -webkit-transform: translate3d(0, -100%, 0);

    transform: translate3d(0, -100%, 0);

  }



  to {

    opacity: 1;

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

  }

}



@keyframes fadeInDown {

  from {

    opacity: 0;

    -webkit-transform: translate3d(0, -100%, 0);

    transform: translate3d(0, -100%, 0);

  }



  to {

    opacity: 1;

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

  }

}



.fadeInDown1 {

  -webkit-animation-name: fadeInDown;

  animation-name: fadeInDown;

  animation-delay:0.3s;

  -webkit-animation-delay:0.3s;

}

.fadeInDown2 {

  -webkit-animation-name: fadeInDown;

  animation-name: fadeInDown;

  animation-delay:0.6s;

  -webkit-animation-delay:0.6s;

}

.fadeInDown3 {

  -webkit-animation-name: fadeInDown;

  animation-name: fadeInDown;

  animation-delay:0.9s;

  -webkit-animation-delay:0.9s;

}

.fadeInDown4 {

  -webkit-animation-name: fadeInDown;

  animation-name: fadeInDown;

  animation-delay:1.2s;

  -webkit-animation-delay:1.2s;

}

/*slide5*/

.slide5{

	background: url("/skin/images/side5.jpg") left center / cover no-repeat;

	height: 100%;

}

.slide5 .content .wentzi {

    font-size: 3vw;

    color: #fff;

    background: url(/skin/images/kuang2.png) no-repeat center;

    background-size: 100% 100%;

    padding: 0 1.5%;

    padding-top: 13px;

    padding-bottom: 3px;

    text-align: left;

    padding-left: 44px;

}

.slide5 .content .wentzi p{

	margin:9% 0;

}

.slide5 .content{

	width:90%;

	margin: 0 auto;

	margin-top: 50px;

}

.slide5 .content-left{

	float: left;

	width:30%;

}

.slide5 .content-left .co{

	font-size: 16px;

	color:#fff;

	line-height: 35px;

    text-align: left;

    margin-top: 7%;

}

.slide5 .content-left .mo{

	display: block;

    margin-top: 23%;

}

.slide5 .content-right{

	float: right;

	width:62%;

	text-align: right;

}

.slide5 .content-right .abox a{

	display:block;

	float: right;

	width:80px;

	height: 45px;

	position: relative;

	background:#216ac3;

}

.slide5 .content-right .abox a img{

	position: absolute;

	top:50%;

	left:50%;

	transform: translate(-50%,-50%);

	-webkit-transform: translate(-50%,-50%);

}

.slide5 .content-right ul{

	margin-top:2%;

	width:100%;

}

.slide5 .content-right .ulbox{

	width:100%;

	overflow: hidden;

}

.slide5 .content-right ul>li{

	float: left;

	width:23%;

	height: 65px;

	margin:1% 0;

	margin-right:2%;

	position: relative;

	transition:all 1000ms ease;

	/* transform-style:preserve-3d; */

	/* border: 1px solid green; */

    box-sizing: border-box;

    background: #fff;

}

.yidong{

	margin-left:-100%;

	transition: all 300ms ease-in-out;

	-webkit-transform: all 300ms ease-in-out;

}

.yidongsec{

	margin-left:0%;

	transition: all 300ms ease-in-out;

	-webkit-transform: all 300ms ease-in-out;

}

/* .slide5 .content-right ul>li:nth-child(4n){

	margin-right:0;

} */

.slide5 .content-right ul>li>img{

	max-width: 97.5%;

    max-height: 100%;

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%,-50%);

    -webkit-transform: translate(-50%,-50%);

}

/* .slide5 .content-right ul>li>img:first-child{

	z-index: 10;

}

.slide5 .content-right ul>li>img:last-child{

	-webkit-transform:translateY(-50%) rotatey(180deg);

	-moz-transform:translateY(-50%) rotatey(180deg);

	-ms-transform:translateY(-50%) rotatey(180deg);

	-o-transform:translateY(-50%) rotatey(180deg);

	transform:translateY(-50%) rotatey(180deg);

} */

.slide5 .content-right ul{
    flex-wrap:wrap;background:none;
}


.slide6{

	background: url("/skin/images/side6.jpg") center center / cover no-repeat;

	height: 100%;

	position: relative;

}

.slide6 .content{

	width:80%;

	margin:0 auto;

}

.slide6 .last-left{

	width:50%;

	float: left;

	text-align: left;

	opacity: 0;

}

.slide6 .last-right{

	width:50%;

	float: right;

	opacity: 0;

}

.slide6 .last-left .cont{

	font-size: 5vw;

	color:#fff;

	font-weight: 700;

}

.slide6 .last-left .suishi{

	position: relative;

	margin-top: 4%;

    margin-bottom: 4%;

}

.slide6 .last-left .baise{

	float: left;

	width:120px;

	height: 1px;

	background: #fff;

	position: absolute;

	top:50%;

	left:0;

	transform: translateY(-50%);

	-webkit-transform: translateY(-50%);

}

.slide6 .last-left .logo{

	float: left;

	margin-left:150px;

}

.slide6 .last-left .suishi .guke{

	display: block;

	float: left;

	font-size: 16px;

	color:#fff;

	line-height: 40px;

	margin-left:27px;

}

.slide6 .lianxi-left{

	float: left;

	width:60%;

}

.slide6 .lianxi-right{

	float: right;

	width:40%;

}

.slide6 .lianxi-left li{

	font-size: 14px;

	color:#fff;

	margin-bottom:35px;

	position: relative;

	padding-left:4%;

}

.slide6 .lianxi-right img{

	width:56%;

}

.slide6 .lianxi-left li:before{

	display: block;

	content:"";

	width:8px;

	height: 20px; 

	background: url("/skin/images/xiegang.png") no-repeat center;

	position: absolute;

	left:0;

	top:50%;

	transform: translateY(-50%);

	-webkit-transform: translateY(-50%);

}

.slide6 .last-right input{

	width:50%;

	position: static;

    background: url(/skin/images/sou.png) no-repeat scroll right 10px center transparent;

    border:1px solid #fff;

    line-height: 50px;

    outline: none;

    text-indent: 15px;

    float: right;

    margin-top: -30px;

	color:#fff;

}

#allmap1{

    height: 450px;

    width:100%;

    float: right;

    margin-top: 9%;

}

.biaoqianBox{

	margin-top: 2%;

}

.biaoqian li{

	float: left;

	padding:0.5%;

	font-size: 14px;

	color:#7b7b7b;

}

.biaoqian li a{

	font-size: 14px;

	color:#7b7b7b;

}

.biaoqian li:first-child{

	font-weight: 700;

	color:#fff;

}

.slide6 .dibu{

	margin-top: 3%;

}

.slide6 .dibu-left{

	float: left;

	font-size: 14px;

	color:#ababab;

	width:50%;

	text-align: left;

}

.slide6 .dibu-right{

	float: right;

	width:50%;

	text-align: right;

}

.slide6 .dibu-right a{

	font-size: 14px;

	color:#ababab;

}

.slide6 .content{

	margin-top: 154px;

}

.form-m .input{

	border:2px solid #2f75c1;

}

/*footer*/

.footer{

	width:100%;

	background: #101010;

	padding:37px 4%;

}

.footer .leftbox{

	float: left;

	width:60%;

}

.footer .rightbox{

	float: left;

	width:40%;

}

.footer .firbox{

	float: left;

	width:19%;

}

.footer .secbox{

	float: left;

	width:40%;

}

.footer .secbox input{

	width:100%;

	position: static;

    background: url(/skin/images/sou.png) no-repeat scroll right 10px center transparent;

    border: 1px solid #fff;

    line-height: 50px;

    outline: none;

    text-indent: 15px;

    margin-top: -30px;

    color: #fff;

}

.footer .secbox ul li{

	float: left;

	color:#fff;

	font-size:14px;

	width:50%;

	margin:0 0px 25px 0;

	padding-left: 25px;

}

.footer .lianxifangshi{

	width:62%;

	margin-top: 34px;

}

.footer .sousuo{

	width:62%;

	margin-top: 63px;

}

.footer .secbox ul li:first-child{

	background: url("/skin/images/dianhua.png") no-repeat center left;

}

.footer .secbox ul li:nth-child(2){

	background: url("/skin/images/dizhi.png") no-repeat center left;

}

.footer .secbox ul li:nth-child(3){

	background: url("/skin/images/youjian.png") no-repeat center left;

}

.footer .secbox ul li:nth-child(4){

	background: url("/skin/images/saoma.png") no-repeat center left;

}

.footer .dibu {

    margin-top: 3%;

}

.footer .dibu-left {

    float: left;

    font-size: 14px;

    color: #ababab;

    width: 50%;

    text-align: left;

}

.footer .dibu-right {

    float: right;

    width: 50%;

    text-align: right;

}

.footer .dibu-right a {

    font-size: 14px;

    color: #ababab;

}

.shuxian{

	float: left;

	width:1px;

	height: 115px;

	background: #525252;

	margin:0 7%;

	margin-top: 30px;

}



.logoBox{

	width:100%;

	padding:2% 4%;

	background: #fff;

}

.logoBox ul li{

	float: left;

	width:23%;

	position: relative;

	height: 115px;

	margin-right:2%;

	margin-bottom: 15px;

	border: 1px solid #eee;

}

.logoBox ul li:nth-child(4n){

	margin-right:0;

}

.logoBox ul li img{

	max-width: 100%;

	max-height: 100%;

	position: absolute;

	top:50%;

	left:50%;

	transform: translate(-50%,-50%);

	-webkit-transform: translate(-50%,-50%);

}





/*滚屏3轮播*/

.gallery-top {

	padding-bottom: 12px;

	width: 100%;

}

.gallery-top .swiper-slide {

	max-width: 100%;

	max-width: 100%;

	width: auto;

	overflow: hidden;

	opacity: 0.5;

	background:none;

}

.gallery-top .swiper-slide img {

	max-width: 100%;

	height: 100%;

}

.gallery-top .swiper-slide .img-wrap{

	height: 397px;

	margin-bottom: 8px;

}

.gallery-top .swiper-slide span{

	position: absolute;

	bottom:0;

	line-height: 40px;

	font-size: 30px;

	text-align: center;

	color:#fff;

}

.gallery-top .swiper-slide-active {

	opacity: 1;

}

.gallery-thumbs {

	height: 65px;

	box-sizing: border-box;

	padding-top: 2px;

}

.gallery-thumbs .swiper-slide {

	max-width: 100%;

	max-height: 100%;

	width: auto;

	height: 100%;

	overflow: hidden;

}

.gallery-thumbs .swiper-slide img {

	width: 90px;

	max-width: 100%;

	height: 100%;

}

.gallery-thumbs-box {

	position: relative;

	width: 100%;

	height: 65px;

	margin-top: 40px;

}

.gallery-thumbs-box .swiper-container {

	margin-left: auto;

	margin-right: auto;

}

.gallery-thumbs-box .swiper-button-prev {

	background-image: url(/skin/images/left-small.png);

	width: 10px;

	height: 65px;

	background-size: 10px 18px;

	left: 10px;

	margin-top: 0;

	top: 0;

	outline: none;

}

.gallery-thumbs-box .swiper-button-next {

	background-image: url(/skin/images/next-small.png);

	width: 10px;

	height: 65px;

	background-size: 10px 18px;

	right: 10px;

	margin-top: 0;

	top: 0;

	outline: none;

}

.gallery-top-box {

	position: relative;

	width: 100%;

	margin-top: 38px;

}

.gallery-top-box .swiper-container {

	margin-left: auto;

	margin-right: auto;

	height: auto!important;

}

.gallery-top-box .swiper-button-prev {

	background-image: url(/skin/images/left-lg.png);

	width: 18px;

	background-size: 18px 38px;

	left: 10px;

	margin-top: 0;

	top: 50%;

	outline: none;

	transform: translate(0, -50%)

}

.gallery-top-box .swiper-button-next {

	background-image: url(/skin/images/next-lg.png);

	width: 18px;

	background-size: 18px 38px;

	right: 10px;

	margin-top: 0;

	top: 50%;

	outline: none;

	transform: translate(0, -50%)

}

.slideshow {

	float: right;

	margin-right: 30px;

	margin-top: 15px;

	display: inline-block;

	background-repeat: no-repeat;

	background-position: center right;

	background-image: url("/skin/images/play.png");

	cursor: pointer;

	padding-right: 15px;

	color: #999;

	transition: all 0.3s ease

}

.pauseed {

	background-image: url("/skin/images/pause.png");

}

.gallery-top .swiper-slide{

	height: 470px;

	position: relative;

} 

/* .gallery-top .swiper-slide img{

	max-width: 100%;

	max-height: 100%;

	top:50%;

	left:50%;

	transform: translate(-50%,-50%);

	-webkit-transform: translate(-50%,-50%);

} */

.swiper-container-horizontal>.swiper-scrollbar{

	bottom:48px!important;

}





.swiper-button-nextsec{

	/* width:66px;

	height: 66px;

	background-image: url("/skin/images/you.png");

	background-size: 100%; */

	transform:rotate(90deg);

	-ms-transform:rotate(90deg); 	/* IE 9 */

	-moz-transform:rotate(90deg); 	/* Firefox */

	-webkit-transform:rotate(90deg); /* Safari 和 Chrome */

	-o-transform:rotate(90deg); 	/* Opera */

	top:56%;

}

.swiper-button-prevsec{

	/* width:66px;

	height: 66px;

	background-image: url("/skin/images/zuo.png");

	background-size: 100%; */

	transform:rotate(90deg);

	-ms-transform:rotate(90deg); 	/* IE 9 */

	-moz-transform:rotate(90deg); 	/* Firefox */

	-webkit-transform:rotate(90deg); /* Safari 和 Chrome */

	-o-transform:rotate(90deg); 	/* Opera */

	left: inherit;

    right: 10px;

    top: 44%;

}





.zheng{

	background: #fff;

	width:100%;

	margin:0 auto;

	margin-bottom: 1%;

	padding:4%;

}

/*.zheng .swiper-container-zheng{*/

/*	height: 500px;*/

/*	width:60%;*/

/*	margin:0 auto;*/

/*}*/

.zheng .swiper-slide{

	position: relative;
    height: 600px;

}

@media screen and (max-width: 600px) {
    .zheng .swiper-slide{
    height: 300px;
}
}

.zheng .swiper-slide img{

	position: absolute;

	max-width: 100%;

	max-height: 100%;

	top:50%;

	left:50%;

	transform: translate(-50%,-50%);

	-webkit-transform: translate(-50%,-50%);

}

.zheng .swiper-container-horizontal>.swiper-pagination-progressbar{

	top:inherit!important;

	bottom:0;

}

.zheng h2{

	font-weight: bold;

    font-size: 42px;

    color: #333;

    text-align: center;

}

.zheng .inner-line{

	display: block;

    width: 55px;

    height: 4px;

    margin: 25px auto 35px auto;

    background: #333;

}







