body{min-width: 1260px; text-align:justify; text-justify:distribute-all-lines;}
.clearfix:after{ content: ""; display: block; height: 0; font-size: 0; clear: both; visibility: hidden;}
.wrapper{width: 75%; margin: 0 auto; min-width: 1200px;}

/*弹性盒子*/
.flex{display: -ms-flexbox !important;display: -webkit-flex !important;display: flex !important;}
.flex-column {-ms-flex-direction: column;-webkit-flex-direction: column;flex-direction: column;}
.justify-start {-webkit-justify-content: flex-start; justify-content: flex-start;}
.justify-end {-webkit-justify-content: flex-end;justify-content: flex-end;}
.justify-center {-webkit-justify-content: center;justify-content: center;}
.justify-between {-webkit-justify-content: space-between;justify-content: space-between;}
.justify-around {-webkit-justify-content: space-around;justify-content: space-around;}
.flex-wrap {-ms-flex-wrap: wrap;-webkit-flex-wrap: wrap; flex-wrap: wrap;}
.align-start {-webkit-align-items: flex-start; align-items: flex-start;}
.align-end {-webkit-align-items: flex-end;align-items: flex-end;}
.align-center {-webkit-align-items: center;align-items: center;}
.flex-shrink{flex-shrink: 0;-webkit-flex-shrink: 0;}

.ellipsis{overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.ellipsis-2{display: -webkit-box!important; -webkit-box-orient:vertical; -webkit-line-clamp:2; text-overflow: ellipsis; overflow: hidden; text-align: justify;}
.ellipsis-3{display: -webkit-box!important; -webkit-box-orient:vertical; -webkit-line-clamp:3; text-overflow: ellipsis; overflow: hidden; text-align: justify;}
.ellipsis-5{display: -webkit-box!important; -webkit-box-orient:vertical; -webkit-line-clamp:5; text-overflow: ellipsis; overflow: hidden; text-align: justify;}

.fl{float: left;}
.fr{float: right;}
.img{display: block; transition: 0.5s ease; width: 100%;}
.tp{display: block; position: relative; overflow: hidden;}
.tp img{display: block; transition: 0.5s ease; width: 100%; height: auto; min-height: 100%; position: absolute; 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%);
}

.banner{ width: 100%; position: relative; overflow: hidden;}
.banner img{ width: 100%; display: block;}

.article{font-size: 16px; color: #444; line-height: 30px; padding-bottom: 60px;}
.article img{max-width: 100%;}
.article .m-tit{font-size: 24px; font-weight: bold; text-align: center; margin-bottom: 20px;}
.article a{color: #444;}

.m-clips{margin-top: 40px; padding-top: 20px; border-top: 1px dashed #444;}

.header{width: 100%; position: absolute; top: 0; left: 0; z-index: 99;}
.header .wrapper{display: flex;align-items: center;}
.header .name{font-size: 32px;color: #fff;font-weight: bold;margin-right: 40px;}
.header nav{flex: 1;;border-bottom: 1px solid rgba(255,255,255,.55); display: flex;}
.header nav a{flex: 1; line-height: 100px; font-size: 20px; color: #fff; text-align: center;}
.header nav a:hover{background: #6074ED;}

.btn{width: 218px; height: 48px; border: 1px solid #fff; font-size: 20px; display: block; text-align: center; line-height: 48px; border-radius: 24px; color: #fff; margin: 0 auto;}
.btn:hover{background: #2B67E3; border-color: #2B67E3; color: #fff;}
.title{padding: 80px 0 40px 0; text-align: center;}

.yy{background: #F5F5F5; padding-bottom: 80px;}
.yy .box{width: 25%; float: left; position: relative; overflow: hidden;}
.yy .box .layer{width: 100%; height: 100%; position: absolute; top: 0; left: 0; padding: 50% 13% 0 13%; color: #fff; box-sizing: border-box;}
.yy .box .layer h6{font-size: 24px; margin: 30px 0 70px 0;}
.yy .box .btn{width: 100%;}
.yy .box: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);}

.ys{background: url(../images/bj_01.jpg) top center no-repeat; height: 949px;}
.ys .box{width: 50%; float: right; color: #fff; margin-right: 60px;}
.ys .box li{margin-bottom: 50px; cursor: default;}
.ys .box li .pic{width: 120px; height: 120px; border-radius: 50%; padding: 10px; box-sizing: border-box; float: left; transition: .5s ease;}
.ys .box li .txt{width: calc(100% - 150px); float: right; align-items:center; display: -webkit-flex; height: 120px;}
.ys .box li .txt h6{font-size: 24px; margin-bottom: 10px;}
.ys .box li .txt p{font-size: 16px;}
.ys .box li:hover .pic{background: rgba(255,255,255,.5);}

.td{background: url(../images/bj_02.jpg) bottom center no-repeat; padding-bottom: 90px;}

.td .swiper-container{overflow: hidden;position: relative; margin-top: 60px;}
.td .swiper-container .swiper-slide{width: 42.1875vw;min-width: 600px; position: relative}
.td .swiper-container .swiper-slide img{display: block;width: 100%;height: 100%;}
.td .swiper-container .swiper-slide label{display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(0,0,0,.4);}
.td .swiper-container .swiper-slide-active{box-shadow: 0 0 10px rgba(0,0,0,.1);}
.td .swiper-container .swiper-slide-active label{display: none;}
.td .swiper-button-next:after, .td .swiper-button-prev:after{display: none;}

.td .swiper-button-next, .td .swiper-container-rtl .swiper-button-prev{right: 100px;}
.td .swiper-button-prev, .td .swiper-container-rtl .swiper-button-next{left: 100px;}

.al{background: #F5F5F5; padding-bottom: 80px;}
.al-box{width: 32%; float: left; margin: 0 2% 25px 0;}
.al-box:nth-child(3n){margin-right: 0;}
.al-box .pic{height: 235px; overflow: hidden;}
.al-box .pic img{min-width: 100%; min-height: 100%; transition: 0.5s ease; width: 100%;}
// .al-box:nth-child(2) .pic{height: 275px;}
// .al-box:nth-child(4){margin-top: -40px;}
// .al-box:nth-child(6){margin-top: -40px;}
.al-box .txt{font-size: 20px; color: #161616; margin-top: 35px; text-align: center;}
.al-box:hover .txt{color: #2B67E3;}
.al-box: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);}
.al .btn{border-color: #161616; color: #161616; margin-top: 40px;}
.al .btn:hover{border-color: #2B67E3; color: #fff;}

.xw{background: url(../images/bj_03.jpg) top center no-repeat; padding-bottom: 80px;}
.picScroll-left{margin-bottom: 80px;}
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{width: 25%; float:left; _display:inline; overflow:hidden; }
.picScroll-left .bd ul li a{width: 95%; display: block; margin: 0 auto; color: #fff; border: 1px solid #FFF; position: relative; padding: 40px 15px; box-sizing: border-box;}
.picScroll-left .bd ul li a span{display: block;}
.picScroll-left .bd ul li a h6{font-size: 24px; height: 60px;}
.picScroll-left .bd ul li a p{font-size: 16px; line-height: 30px; margin: 40px 0 100px 0;}
.picScroll-left .bd ul li a time{width: 100%; height: 82px; background: rgba(255,255,255,.2); padding: 0 15px; box-sizing: border-box; display: block; position: absolute; bottom: 0; left: 0; font-size: 28px; line-height: 82px;}
.picScroll-left .bd ul li a time img{float: right; margin: 34px 0 0 0; -webkit-filter: brightness(1000%);filter: brightness(1000%);}

.lx .map{height: 380px;}
.lx .footer{background: #2B67E3; position: relative; color: #fff; font-size: 14px; padding: 60px 0 80px 0;}
.lx .footer:before{content: ''; width: 0; height: 0; border: 38px solid transparent; border-bottom-color: #2B67E3; position: absolute; top: -38px; left: 50%; margin-left: -38px; display: block; border-top: none;}
.lx .footer .add{width: 40%; float: left;}
.lx .footer .add .tit{margin: 60px 0 70px 0;}
.lx .footer .add .item{margin-bottom: 25px; line-height: 29px;}
.lx .footer .add .item img{float: left; margin: 0 25px 0 0;}
.lx .footer .add .item span{font-size: 30px;}
.lx .footer .link{width: 42%; float: left; margin-right: 10%;}
.lx .footer .link h6{font-size: 40px; margin: 70px 0 20px 0;}
.lx .footer .link h6 span{font-size: 16px; display: block; color: rgba(255,255,255,.5);}
.lx .footer .link a{display: block; font-size: 14px; color: #fff; margin-right: 15px; float: left; line-height: 30px;}

.lx .footer form{width: 27%; float: right;}
.lx .footer form .item{width: 100%; height: 54px; border: 1px solid #fff; font-size: 18px; margin-bottom: 20px; display: flex; padding: 0 15px; box-sizing: border-box; line-height: 54px;}
.lx .footer form .item input{flex: 1; background: none; outline: none; border: none; height: 100%; margin-left: 15px; font-size: 18px; color: #fff;}
.lx .footer form textarea{height: 138px; padding: 15px; box-sizing: border-box; border: 1px solid #fff; background: none; outline: none; width: 100%; color: #fff; font-size: 18px; resize: none;}
button{width: 164px; height: 50px; font-size: 20px; color: #2B67E3; background: #fff; outline: none; border: none; display: block; margin-top: 20px;}
::-webkit-input-placeholder { /* WebKit browsers */
color:#fff;font-size: 18px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color:#fff;font-size: 18px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color:#fff;font-size: 18px;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color:#fff;font-size: 18px;
}

.crumb{line-height: 65px; border-bottom: 1px solid #E5E5E5; color: #161616;}
.crumb h6{font-size: 16px; float: left;}
.crumb .m-crumb{float: right; font-size: 14px;}
.crumb .m-crumb span{color: #2B67E3;}
.crumb .m-crumb a{color: #161616;}



.xw-box{width: 23.5%; float: left; display: block; margin: 0 auto; border: 1px solid #FFF; position: relative; padding: 40px 15px; box-sizing: border-box; box-shadow: 0 0 10px rgba(43,103,227,.16); margin: 0 2% 50px 0;}
.xw-box:nth-child(4n){margin-right: 0;}
.xw-box span{display: block;}
.xw-box h6{font-size: 24px; height: 60px;}
.xw-box p{font-size: 16px; line-height: 30px; margin: 40px 0 100px 0;}
.xw-box time{width: 100%; height: 82px; padding: 0 15px; box-sizing: border-box; display: block; position: absolute; bottom: 0; left: 0; font-size: 28px; line-height: 82px; color: #A9A9A9; border-top: 1px solid #2B67E3;}
.xw-box time img{float: right; margin: 34px 0 0 0;}
.xw-box:hover time{background: #2B67E3; color: #fff;}
.xw-box:hover time img{-webkit-filter: brightness(1000%);filter: brightness(1000%);}

#goTopBtn{background: #2B67E3;height: 40px;color: #fff;font-size: 14px;font-weight: bold;text-align: center;line-height: 40px;display: block; border: 1px solid #DCDCDC;}
.gd{position: fixed;right: 0;top:20%; width: 74px;z-index:99;display: none;}
.gd .gd_item{height: 72px;position: relative;transition:all ease 0.7s;display: block; border: 1px solid #DCDCDC; margin-bottom: 1px; background: #fff; font-size: 14px; text-align: center; cursor: default;}
.gd .gd_item .pic{display: block;margin: 0 auto;padding-top: 16px; margin-bottom: 8px;}
.gd .gd_item .ewm{width: 100px;height: 100px;position: absolute;top: 0;left: -100px;opacity: 0;transition:1s ease;}
.gd .gd_item .pho{width: 180px;height: 72px;line-height: 72px;text-align: center;color: #fff;font-size: 18px;position: absolute;top: 0;left: 0;opacity: 0;transition:1s ease;background: rgba(43,103,227,.7);}
#ewm:hover .ewm{opacity: 1;}
#pho:hover .pho{position: absolute;left: -180px;top: 0;opacity: 1;}
.gd .gd_item:hover{background: #2B67E3; color: #fff;}
.gd .gd_item:hover .pic{-webkit-filter: brightness(1000%);filter: brightness(1000%);}


.phoneShow{display: none;width: 300px;height: 120px;position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index: 9;background: #fff;border-radius: 10px;overflow: hidden;text-align: center;font-size: 24px;line-height: 35px;color: #444;margin: auto auto;box-shadow: 0 0 20px rgba(0,0,0,.2);border: 1px solid #e8b45c;padding-top: 30px;}
.phoneShow b{font-size: 30px;display: block;color: #e30000;font-style: oblique; font-style: normal; margin-top: 5px;}
.phoneShow .gb{display: block;width: 25px;height: 25px;position: absolute;top: 6px;right: 6px;cursor: pointer;}





