
/*
    author:PengJin;
    date:2021-04-02;
*/
body{background:#f1f1f1;}
@media(max-width:1200px){
body{padding-bottom:60px;}
}


/*--banner--*/
.banner{position:relative;z-index:1;width:100%;overflow:hidden;clear:both;}
.banner .swiper-slide{overflow:hidden;}
.banner .swiper-slide a,.banner .swiper-slide picture{display:block;width:100%;}
.banner .swiper-slide img{display:block;position:relative;left:50%;width:1920px;transform:translateX(-50%);}
.banner .swiper-pager{position:absolute;z-index:9;left:0;bottom: 75px;width:100%;text-align:center;}
.banner .swiper-pager span{position:relative;display:inline-block;border-radius: 0;margin:0 7px !important;width: 60px;height: 3px;background: rgba(255,255,255,.2);}
.banner .swiper-pager span::after{display:block;position:absolute;left:0;top:0;z-index: 9999;width:100%;height:3px;content:"";cursor:pointer;background:#fff;opacity: 1;}
.banner .swiper-pager span.swiper-pagination-bullet-active::after{animation: light3 linear 5s;}
.banner .prev,.banner .next{position:absolute;z-index:9;top:50%;width:60px;height:60px;line-height:58px;color:#fff;text-align:center;cursor:pointer;outline:none;border:#d8d9de solid 1px;transform:translateY(-50%);opacity:0.3;}
.banner .prev{left:5%;}
.banner .next{right:5%;}
.banner .prev:hover,.banner .next:hover{color:#fff;background:#0056a4;border-color:#0056a4;opacity:1;}
@media(max-width:1400px) {
 .banner .swiper-slide img { width:1700px;}
}
@media(max-width:1200px){
.banner{margin-top:0;}
.banner .prev,.banner .next{display:none;}
.banner .swiper-slide img{position:static;width:100%;transform:translate(0);}
.banner .swiper-pager{left:0;width:100%;bottom:30px;text-align:center;width:100%;transform:translateX(0);}
.banner .swiper-pager span{margin:0 2px;width: 30px;}
}
@keyframes light3 { 0% { width:0;} 100% { width:100%;} }
/*--end banner--*/


/* indexData */
.indexData { display: block; background: url(../image/data-bg.jpg) no-repeat center; width: 100%; height: 483px; background-size: cover;}
.indexData ul {margin-top: 65px;display: flex;margin-bottom: 140px;justify-content: center;}
.indexData ul li {flex: 1;padding-left: 95px;}
.indexData ul li  em {position: relative;}
.indexData ul li em span { font-size: 48px; color: #1d1c17;}
.indexData ul li em span:nth-child(1) {position: relative;font-family: "Navigo-Bold";z-index: 3;}
.indexData ul li em::after {content: '';display: block;position: absolute;left: 0;bottom: 0;width: 85%;height: 11px;background: #f08300;}
.indexData ul li em span:nth-child(2) {transform: translateY(-65%);display: inline-block;font-size: 24px;font-weight: bold;}
.indexData ul li p { font-size: 18px; color: #1d1c17;}
@media (max-width: 1440px) {
    .indexData ul  { flex-wrap: wrap;margin-top: 30px;margin-bottom: 140px;}
    .indexData ul li { padding-left: 75px;}

}
@media (max-width:1200px) {
    .indexData {height: 200px;}
     .indexData ul { margin-bottom:60px;}
    .indexData ul li {  padding: 0 10px; flex: auto; width: 50%;}
    .indexData ul li em span { font-size: 28px;}
    .indexData ul li em::after { height: 6px;}
    .indexData ul li em span:nth-child(2) {transform:translateY(-50%); font-size: 18px;}
    .indexData ul li p { font-size: 14px;}
}
/* indexData end */


/* service */
.service { padding: 60px 0; display: block; background: #f2f2f2;}
.service .service-list {display: inline-block;width: 100%;}
.service .service-list li {animation:fadeinB 1.5s; padding: 27px 0;text-align: center;float: left;width: calc(100%/4);height: 240px;border-right: 1px solid #d9d9d9;}
.service .service-list li span { font-size: 26px; color: #1d1c17;}
.service .service-list li p {padding: 0 50px;margin-top: 20px;font-size: 16px;color: #666;}
.service .service-list li a { display: block; margin: 35px auto 0; width: 150px; font-size: 16px; color: #fff; height: 45px; line-height: 45px; text-align: center; background: #0056a4;box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.1);}
.service .service-list li:nth-child(1) { border-left: 1px solid #d9d9d9;}
.service .service-faq {margin-top: 55px;background: url(../image/service-bf.png) no-repeat 35px;padding-left: 350px;height: 275px;}
.service .faq-list { position: relative; display: inline-block;margin-top: 14px;width: 100%;background: #fff;box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.1);}
.service .faq-list::after {content: '';width: 0;height: 0;display: block;position: absolute;left: -30px;bottom: 0;border-color: #fff transparent;z-index: 5;border-width: 0 0 30px 30px;border-style: solid;}
.service .faq-list .faq-hd { animation:fadeinR 1s;  display: block;margin-top: 20px; margin-left: -20px; width: 480px;height: 44px;line-height: 44px;text-align: center;background: #f08300;font-size: 20px;color: #fff;}
.service .faq-list ul {margin: 34px 0 30px; display: flex; flex-wrap: wrap;}
.service .faq-list ul li {animation:fadeinB 1.5s; flex: 1; padding:0 50px; border-left: 1px solid #e5e5e5; box-sizing: border-box;}
.service .faq-list ul li p { font-size: 20px; color: #1d1c17; font-weight: bold;}
.service .faq-list ul li span {margin-top: 10px;display: block;font-size: 16px;color: #666;line-height: 1.5;}
.service .faq-list ul li:nth-child(1) { border: none;}
@media (max-width:1440px) {
    .service .service-faq { background: url(../image/service-bf.png) no-repeat left; padding-left:295px;}
    .service .faq-list ul li { padding:0 35px;}
}
@media (max-width:1200px) {
    .service {padding: 110px 0 40px;}
    .service .service-list li { padding: 0 5px; width: calc(100%/2);border: none!important; height:200px;}
    .service .service-list li span { font-size: 16px;}
    .service .service-list li p { font-size: 14px; padding: 0;}
    .service .service-list li a { width: 120px;box-shadow:0px 15px 20px 0px rgb(0 0 0 / 10%);}
    .service .service-faq { margin-top: 0; padding:0 15px; background:none; height: auto;}
    .service .faq-list { box-shadow: 0px 15px 20px 0px rgb(0 0 0 / 10%);}
    .service .faq-list .faq-hd {width: 95%;margin: 20px 2.5% 0;font-size: 16px;}
    .service .faq-list ul { margin: 20px 0; padding: 0 15px;}
    .service .faq-list ul li { border: none!important; margin: 10px 0; flex: auto; width: 100%; padding: 0;}
    .service .faq-list ul li p { font-size: 16px;}
    .service .faq-list ul li span { font-size: 14px;}
    .service .faq-list::after { display: none;}
}
/* service end */

/* case */
.case { padding: 80px 0; overflow: hidden; background: #fff;}
.case .case-con { margin-top: 70px; display: inline-block; width: 100%;}
.case .case-con .case-box-l{position: relative; float: left; width: 50%;}
.case .case-con .case-box-r{position: relative; float: right; padding-left: 70px;width: 50%;}
.case .case-con .case-video { cursor: pointer;  position: relative;}
.case .case-con .case-video  video {margin-left: -232px;width: 970px;height: 660px;object-fit: fill;}
.case .case-con .case-video .inner {position: absolute;left: 30%;top: 50%;transform: translate(-148px,-148px);width:297px;}
.case .case-con .case-video .inner img { transition: all 1s;}
.case .case-con .case-video .inner i { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 20px;}
.case .case-con .case-video .inner:hover > img { transform: rotate(360deg);}
.case .case-con .text {padding-left: 40px;}
.case .case-con .text .item {padding: 22px 0;overflow: hidden;border-bottom: 1px solid #e5e5e5;}
.case .case-con .text .item .pic { float: left; width: 100px;}
.case .case-con .text .item  .text {  padding-left: 30px;overflow: hidden;  box-sizing: border-box;}
.case .case-con .text .item  .text h3 {  font-size: 22px; color: #000;}
.case .case-con .text .item  .text p { margin-top: 10px; font-size: 15px; color: #666; line-height: 1.7;}
.case .case-con .text .item:nth-child(1) { padding-top: 0;}
@media (max-width:1440px) {
    .case .case-con .case-video  video {width: 760px;margin-left: -110px;}
    .case .case-con .text {padding-left: 20px; }
    .case .case-con .text .item { padding: 20px 0;}
    .case .case-con .text .item .text { padding-left: 15px;}
    .case .case-con .case-video .inner {  left: 42%; width: 244px;transform:translate(-122px,-122px);}
}
@media (max-width:1200px) {
    .case { padding: 40px 15px 20px;}
    .case .case-con { margin-top: 30px;}
    .case .case-con .case-video { float: none; width: 100%;}
    .case .case-con .case-video video { width: 100%; height: 300px; margin: 0;}
    .case .case-con .case-video .inner {width: 110px;left: 50%;transform: translate(-55px,-55px);}
    .case .case-con .case-box-l {float: none; width: 100%; }
   .case .case-con .case-box-r {float: none; width: 100%; padding: 0;}
    .case .case-con .text { float: none; width: 100%; padding: 0;}
    .case .case-con .text .item { padding: 20px 10px!important;}
    .case .case-con .text .item .pic { width: 70px;}
    .case .case-con .text .item .text h3 { font-size: 18px;}
    .case .case-con .text .item .text p { margin-top: 15px; font-size: 14px;}
}
/* case end */

/* adv */
.adv {padding: 90px 0;overflow: hidden;background: linear-gradient(to bottom, #f2f2f2 60%, #fff 40%);}
.adv .adv-con { margin-top: 55px; overflow: hidden;}
.adv .adv-con .item { position: relative;  background: #fff; display: flex; flex-wrap: wrap; float: left; margin: 0 12px; width:calc(100%/4 - 24px);}
.adv .adv-con .item:nth-child(odd) { animation:fadeinB 1s;}
.adv .adv-con .item:nth-child(even) { animation:fadeinT 1s;}
.adv .adv-con .item .text { text-align: center; padding:40px 40px 0; display: block; width: 100%; height: 280px;}
.adv .adv-con .item .text h3 { display: inline-block; position: relative; font-size: 26px; color: #1d1c17;}
.adv .adv-con .item .text h3::after {content: '';display: block;position: relative;left: 0;bottom: 10px;width: 100%;height: 10px;background: #f08300;}
.adv .adv-con .item .text h3 span { position: relative; z-index: 4;}
.adv .adv-con .item .text p { margin-top: 15px; font-size: 16px; color: #666;}
.adv .adv-con .item i { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 94px;}
.adv .adv-con .item:nth-child(even) .pic { order: -1;}
.adv .adv-con .item:nth-child(even) .text { padding: 70px 40px 0; background: #f2f2f2;}
@media (max-width:1440px) {
    .adv {background: linear-gradient(to bottom, #f2f2f2 60.5%, #fff 39.5%);}
    .adv .adv-con .item .text { padding: 20px 15px 0; height: 230px;}
    .adv .adv-con .item:nth-child(even) .text { padding: 35px 15px 0;} 
    .adv .adv-con .item i { width: 64px;}
}
@media (max-width:1200px) {
    .adv { padding: 40px 15px; background: #f4f4f4;}
    .adv .adv-con { margin-top: 20px;}
    .adv .adv-con .item { margin: 5px 0; width: calc(100%);}
    .adv .adv-con .item .text h3 { font-size: 20px;}
    .adv .adv-con .item .text p { font-size: 16px;}
    .adv .adv-con .item .text { background: #fff!important; order: 2; padding: 40px 30px 20px!important; height: 220px;}
    .adv .adv-con .item i { top: 56%;}
}
/* adv end */


/* map */
.map { background: #fff;}
.map .wrap-title { padding: 0 150px;}
.map .wrap-title p { color:#999;}
.map .map-con {margin-top: 60px;height:660px;overflow: hidden;background: url(../image/map_bg.jpg) no-repeat center;}
.map .map-fl {position: relative;float: left;width: 41%;background: url(../image/map01.jpg) no-repeat center;background-size: 100%;}
.map .map-fr {position: relative;float: right;width: 58.6%;height:100%;}
.map .map-fr img:nth-child(2) {animation:fadeinT 1s; position: absolute; left: 0; top: 0; width: 100%;}
.map .map-fr .btn {animation:fadeinB 1s; position: absolute;left: 43%;bottom: 90px;margin-left: -105px;width: 210px;height: 55px;line-height: 55px;text-align: center;background: #f08300;font-size: 16px;color: #fff;}
.map .map-fr a {position:absolute;left:0;top:50%;width:100%;transform: translateY(-50%);}
.map .map-fr .btn a { display: block; width: 100%;color: #fff;}
.map .map-fr .btn a i { margin-left: 5px; display: inline-block;vertical-align: middle;width: 30px;}
@media (max-width:1440px) {
    .map .map-fr .btn { width: 180px; height: 50px; line-height: 50px; bottom: 45px;}
}
@media (max-width:1200px) {
    .map  {padding: 40px 15px;overflow: hidden;}
    .map .wrap-title  { padding: 0;}
    .map .map-con {margin-top: 30px;height: auto;}
    .map .map-fl  { float: none; display: none;}
    .map .map-fr {float: none;width: 100%;overflow: hidden;}
    .map .map-fr > a { position:relative;}
    .map .map-fr > a  img { transform:scale(1.25)}
    .map .map-fr .btn {width: 130px;left: 50%;height: 40px;line-height: 40px;bottom: 15px;font-size: 14px;margin-left: -65px;}
    .map .map-fr .btn a i { width: 22px;}
}
/* map end */

/* product */
.product { padding: 90px 0 65px; overflow: hidden; background: #fff;}
.product .wrap-title p { color:#999;}
.product .product-con { display: flex; flex-wrap: wrap; margin:50px -12px 0; overflow: hidden;}
.product .product-con .item { position: relative; flex: auto; margin:12px; width: calc(100%/4 - 24px); overflow: hidden;}
.product .product-con .item  img { transition: all 1s;}
.product .product-con .item:hover img { transform: scale(1.1);}
.product .product-con .item p { position: absolute; left: 40px; top: 40px; font-size: 24px; color: #1d1c17;}
.product .more { display: block; margin: 50px 0 0; text-align: center;}
.product .more a { font-size: 16px; color: #999;}
.product .more a i { margin-left: 5px;}
.product .more a:hover { color: #0056a4;}
.product .product-con .item:hover p {color: #0056a4; }
@media (max-width:1200px) {
    .product { padding: 20px 15px 40px;}
    .product .product-con { margin: 20px -6px 0;}
    .product .product-con .item { margin: 6px; width: calc(100%/2 - 12px);}
    .product .product-con .item p { left: 10px; top: 10px; font-size: 18px;}
    .product .more { margin: 20px 0 0;}
}
/* product end */


/* video */
.video { display: block; padding: 70px 0 80px; background: #f2f2f2; overflow: hidden;}
.video .video-slide { position: relative; margin-top: 70px;  overflow: hidden;}
.video .video-main { display: block; width: 100%;}
.video .video-main .item {margin: 0 70px; position: relative; float: left; display: block; width: 1057px;}
.video .video-main .item video {  display: block; width: 100%; height:594px; object-fit:fill; }
.video .video-main .item .video-pic  { position: relative; cursor: pointer;}
.video .video-main .item .video-pic i {position: absolute;left:0;top:0;width: 100%;height: 100%;background: url(../image/player03.png) no-repeat center;overflow: hidden;}
.video .prev,.video .next {position: absolute;top: 43%; z-index:9; margin: 7px 0;color: #999;width: 60px;height: 60px;line-height: 60px;border-radius: 50%;text-align: center;display: block;cursor: pointer;}
.video .prev i,.video .next i {font-size: 26px;font-weight: normal;}
.video .prev {left: 320px;}
.video .next {right: 320px;}
.video .prev:hover ,.video  .next:hover { color: #0056a4;}
.video .swiper-page  {margin-top: 40px;font-size: 18px;color: #ccc;text-align: center;}
.video .swiper-page .swiper-pagination-current { font-size: 26px; color: #999;}
.video .text { display: block; width: 100%; height: 60px; line-height: 60px; border-bottom: 1px solid #e5e5e5; font-size: 16px; color: #666; text-align: center;}
.video .text a { float: right; color: #999;}
.video .text a:hover { color: #0056a4;}

@media (max-width:1600px) {
    .video .video-main .item { width: 857px; ;}
    .video .video-main .item video { height: 515px;}
    .video .prev {left: 205px;}
    .video .next {right: 205px;}
}
@media (max-width:1400px) {
    .video .prev {left: 140px;}
    .video .next {right: 140px;}
}
@media (max-width:1200px) {
    .video { padding: 40px 0;}
    .video .video-slide { margin: 30px 0 0;}
    .video .video-main .item {  width: 100%;}
    .video .video-main .item video { height: 255px;}
    .video .video-main .item .video-pic i { background-size: 15%;}
    .video .text { height: 40px; line-height: 40px; font-size: 14px;}
    .video .prev {left: 10px;}
    .video .next {right: 10px;}
    .video .prev,.video .next {background: #0056a4;width: 40px;height: 40px;line-height: 40px;top: 34%;}
    .video .prev i,.video .next i { font-size: 18px; color: #fff;}
}
/* video end */


/* server */
.server { padding-bottom: 90px; overflow: hidden; background: #fff;}
.server .server-bg {background: url(../image/server-bg.jpg) no-repeat center;width: 100%;height: 822px;background-size: 100%;}
.server .server-bg  .wrap-title { padding-top: 115px;}
.server .server-con {position:relative;margin: 145px 20px 0;overflow: hidden;}
.server .server-con::after {content:"";display:block;position:absolute;left:0;top: 127px;width:100%;height:4px;background:#f08300;}
.server .server-con ul { overflow: hidden;}
.server .server-con li {display: flex;flex-wrap: wrap;float: left;width: calc(100%/7);position: relative;z-index: 3;}
.server .server-con li em {margin: 0 auto;width: 40px;height:40px;line-height: 40px;border-radius: 50%;background: #f08300;font-size: 16px;text-align: center;color: #fff;}
.server .server-con li p {  width: 100%; text-align: center; font-size: 20px; color: #f08300; margin:20px 0;}
.server .server-con li span {  width: 100%; text-align: center; font-size: 14px; color: #e2e2e2;}
.server .server-con li:nth-child(odd) {margin-top: 108px;}
.server .server-con li:nth-child(even) p { order: -1;}
.server .server-con li:nth-child(even) span { order: -2;}
.server .server-con .server-form { margin-top: 55px; text-align: center;}
.server .server-con .server-form  input { padding-left: 25px; box-sizing: border-box; font-size: 18px; display: inline-block; width: 440px; height: 60px; background: #fff; outline: none; border: none;}
.server .server-con .server-form  a {margin-left: -4px;display: inline-block;vertical-align: middle;width: 270px;height: 60px;line-height: 60px;text-align: center;font-size: 18px;color: #fff;background: #f08300;}
@media (max-width:1440px) {
    .server .server-bg { height: 706px;}
    .server .server-con { margin: 80px 15px 0;}
    .server .server-con .server-form { margin-top: 30px;}
}
@media (max-width:1200px) {
    .server { padding-bottom: 40px;} 
    .server .server-bg .wrap-title { padding-top: 40px;}
    .server .server-con { margin: 30px 10px 0;}
    .server .server-bg { background: none; height: auto;}
    .server .server-con li {width: calc(100%/4);}
    .server .server-con li:nth-child(odd) { margin-top: 0;}
    .server .server-con li em { width: 30px; height: 30px; line-height: 30px; font-size: 14px;}
    .server .server-con li span { display: none;}
    .server .server-con li p { margin: 10px 0; order: 2!important; font-size: 16px;}
    .server .server-con::after { top: 75px; height: 3px;}
    .server .server-con li:nth-child(n+5) { margin-top: 15px;}
    .server .server-con .server-form input {width: 100%;height: 40px;background: #0056a4;color: #fff;font-size: 14px;}
    .server .server-con .server-form input::placeholder { color: #fff;}
    .server .server-con .server-form a { margin: 10px 0 0; width: 100%; height: 40px; line-height: 40px; font-size: 14px;}
}
/* server end */

/* indexhonor */
.indexhonor { padding: 60px 0 50px; background: url(../image/honor-bg.jpg) no-repeat center; width:100%; height: 952px; background-size: cover;}
.indexhonor .wrap-title strong { font-family: "Navigo-Bold";}
.indexhonor .honor-menu { margin: 50px 0 40px; display: block; text-align: center;}
.indexhonor .honor-menu li { position: relative; display: inline-block; }
.indexhonor .honor-menu li::after { margin-left: -4px; content: ''; display: none; position: absolute; left: 50%; bottom: -4px; width: 8px; height: 8px; background: #0056a4; transform: rotate(45deg);}
.indexhonor .honor-menu li a { display: block; width: 145px; height: 45px; line-height: 45px; color: #999; font-size: 16px;}
.indexhonor .honor-menu li.cur a { background: #0056a4; color: #fff;}
.indexhonor .honor-menu li.cur::after { display: block;}
.indexhonor .honor-slide { padding-bottom: 45px; border-bottom: 1px solid #cfcfcf;  margin: 0 -12px; display: block; overflow: hidden;}
.indexhonor .honor-slide .item { float: left; margin: 0 12px; width: calc(100%/4 - 24px);}
.indexhonor .honor-slide .pic {overflow: hidden;padding: 20px 0;background: #fff;}
.indexhonor .honor-slide .pic img { transition: all 1s;}
.indexhonor .honor-slide .item:hover img { transform: scale(1.1);}
.indexhonor .honor-slide .item .text { padding-top: 10px; text-align: center;}
.indexhonor .honor-slide .item .text p {font-size: 16px;color: #666;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.indexhonor .more { display: block; margin: 45px 0 0; text-align: center;}
.indexhonor .more a { font-size: 16px; color: #999;}
.indexhonor .more a i { margin-left: 5px;}
.indexhonor .more a:hover { color: #0056a4;}
@media (max-width:1200px) {
    .indexhonor .honor-slide {margin:0 -6px;padding-bottom: 20px;}
    .indexhonor .honor-slide .item .text p {font-size: 14px;}
    .indexhonor {padding: 40px 15px;height: auto;}
    .indexhonor .honor-menu { margin: 30px 0 20px;}
    .indexhonor .honor-menu li a {margin: 5px;border: 1px solid #c1c1c1;width: 140px;height: 40px;line-height: 40px;font-size: 16px;}
    .indexhonor .honor-slide .item { margin:6px; width: calc(100%/2 - 12px);}
    .indexhonor .more { margin: 25px 0 0;}
    .indexhonor .honor-menu li::after { bottom: 4px;}
    .indexhonor .honor-menu li.cur a { border: 1px solid #0056a4;}
}
/* indexhonor end */

/* indexform */
.indexform { display: block; overflow: hidden; background: #fff;}
.indexform .form-con {  padding:70px 0 50px; overflow: hidden; border-bottom: 1px solid #e5e5e5;}
.indexform .form-con .form-fl { animation:fadeinL 1s;margin-top: 65px;float: left;width: 465px;}
.indexform .form-con .form-fl h3 {font-size: 42px;color: #1d1c17;font-weight: bold;line-height: 1.2;}
.indexform .form-con .form-fl ul { margin-top: 60px;  overflow: hidden;}
.indexform .form-con .form-fl li { border-right: 1px solid #e8e8e7; box-sizing: border-box; text-align: center; float: left; width: 33.333%;}
.indexform .form-con .form-fl li i { display: block; margin: 0 auto; width: 50px;}
.indexform .form-con .form-fl li p { margin-top: 10px; font-size: 18px; color: #1d1c17;}
.indexform .form-con .form-fl li:last-child { border: none;}
.indexform .form-con .pic { animation:fadeinB 1s; float: left; width: 508px;}
.indexform .form-con .form-fr { animation:fadeinR 1s;margin-top: 65px;float: right;width: 370px;}
.indexform .form-con .form-fr input { margin-bottom: 10px; display: block; width: 100%; height: 60px; line-height: 60px; padding-left: 20px; font-size: 16px; border:none; outline:none; background: #f2f2f2; }
.indexform .form-con .form-fr a { display: block; width: 100%; height: 60px; line-height: 60px; text-align: center; background: #0056a4; font-size: 16px; color: #fff;}
.indexform .form-con .form-fr a i { margin-left: 10px;}
@media (max-width:1440px) {
    .indexform .form-con .pic { width: 350px;}
    .indexform .form-con .form-fl { margin-top: 0;}
    .indexform .form-con .form-fr { margin-top: 0; width: 305px;}
    .indexform .form-con .form-fl h3 { font-size: 40px;}
    .indexform .form-con .form-fl ul { margin-top: 45px;}
}
@media (max-width:1200px) {
    .indexform .form-con { padding: 40px 15px;}
    .indexform .form-con .form-fl { float: none; width: 100%;}
    .indexform .form-con .form-fl h3 { font-size: 24px; text-align: center;}
    .indexform .form-con .form-fl li i { width: 30px;}
    .indexform .form-con .form-fl li p { font-size: 14px;}
    .indexform .form-con .pic { float: none; width: 80%; margin: 20px auto;}
    .indexform .form-con .form-fr { float: none; width: 100%;}
    .indexform .form-con .form-fr input { height: 40px; line-height: 40px; font-size: 14px;}
    .indexform .form-con .form-fr a { height: 40px; line-height: 40px; font-size: 14px;}
}
/* indexform end */


/* news */
.news { display: block; overflow: hidden; padding: 80px 0 55px; background: #fff;}
.news .news-menu { margin:30px 0 50px; overflow: hidden; text-align: center;}
.news .news-menu li {  padding: 0 25px; border-right: 1px solid #e5e5e5; display: inline-block;}
.news .news-menu li a  { font-size: 16px; color: #666;}
.news .news-menu li:last-child {border: none;}
.news .news-con { margin: 0 -12px; display: block; overflow: hidden;}
.news .news-con .item {  display: flex; padding: 50px 0; background: #f2f2f2; margin:12px; float: left; width: calc(100%/2 - 24px);}
.news .news-con .item .pic { float: left; width: 230px; overflow: hidden;}
.news .news-con .item .pic img { transition: all 1s;}
.news .news-con .item .text { float: left; margin-left: 40px; width: 57%;}
.news .news-con .item .text h3 {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:1; overflow: hidden;}
.news .news-con .item .text h3 a { font-size: 18px; color: #1d1c17; font-weight: bold;}
.news .news-con .item .text p {margin-top: 10px;font-size: 16px;height: 68px;color: #666;line-height: 1.5;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:3;overflow: hidden;}
.news .news-con .item .text .tit-bf {display: block;margin-top: 16px;font-size: 14px;color: #666;overflow: hidden;}
.news .news-con .item .text .tit-bf i { float: left;}
.news .news-con .item .text .tit-bf em { float: right; color: #ccc;} 
.news .news-con .item .pic:hover img { transform: scale(1.1);}
.news .news-con .item .text h3 a:hover { color: #0056a4;}
.news .news-menu li a:hover { color: #0056a4;}
.news .more { display: block; margin: 60px 0 0; text-align: center;}
.news .more a { font-size: 16px; color: #999;}
.news .more a i { margin-left: 5px;}
.news .more a:hover { color: #0056a4;}
@media (max-width:1440px) {
    .news .news-con .item .text { width: 50%;}
}
@media (max-width:1200px) {
    .news { padding: 40px 15px;}
    .news .news-menu { margin: 15px 0 25px;}
    .news .news-menu li { padding: 0 6px;}
    .news .news-con {margin: 0;}
    .news .news-con .item { padding: 20px 0; margin:5px 0; width: 100%;}
    .news .news-con .item .pic {  width: 200px;}
    .news .news-con .item .text {margin: 0 10px;}
    .news .news-con .item .text h3 a { font-size: 16px;}
    .news .news-con .item .text p { font-size: 14px; height: 44px;-webkit-line-clamp:2;}
    .news .news-con .item .text .tit-bf { margin-top: 12px;}
    .news .more { margin-top: 30px;}
}
/* news end */

/* video02 */
.video02 {padding: 80px 0;overflow: hidden;}
.video02 .container { position: relative;}
.video02 .video02-slide { overflow: hidden;}
.video02 .video02-slide .video-fl {  float: left; width: 50%; position: relative; overflow: hidden;}
.video02 .video02-slide .swiper-slide { overflow:hidden;}
.video02 .video02-slide .swiper-slide img {transition: all 1s;}
.video02 .video02-slide .swiper-slide:hover img { transform:scale(1.1);}
.video02 .video02-slide .swiper-slide:hover .pic::after { background:rgba(0,0,0,0) url(../image/player04.png) no-repeat center}
.video02 .video02-slide .pic { position: relative; display: block; overflow: hidden;}
.video02 .video02-slide .pic:after{position:absolute;top:0;left:0;width:100%;height:100%;content:"";background:rgba(0,0,0,0.4) url(../image/player04.png) no-repeat center;transition:all 0.5s;}
.video02 .video02-slide .tit{display:block;position:absolute;z-index:3;left:0;bottom:0;padding:20px;width:100%;font-size:18px;text-align:center;color:#fff;}
.video02 .video02-slide .video-fr { padding-left: 45px; padding-top: 20px; box-sizing: border-box; float: left; width: 50%;}
.video02 .video02-slide .video-fr h3 { font-size: 40px; padding-bottom: 15px; border-bottom: 1px solid #dcdcdc;}
.video02 .video02-slide .video-fr h3 a { color: #111;}
.video02 .video02-slide .video-fr h3 span { display: block; font-size: 20px; color: #666;}
.video02 .video02-slide .video-fr p  {  margin-top: 15px; font-size: 18px; color: #333; font-weight: bold;}
.video02 .video02-menu { position: absolute; right: 0; bottom: 0; width: calc(50% - 45px); overflow: hidden;}
.video02 .video02-menu .swiper-slide {position: relative; overflow:hidden;}
.video02 .video02-menu .swiper-slide img { transition: all 1s;}
.video02 .video02-menu .swiper-slide:after{display:block;position:absolute;left:0;top:0;width:100%;height:100%;content:"";background:rgba(0,0,0,0.4);}
.video02 .video02-menu .swiper-slide.cur:after{ background:none; border:#0056a4 solid 6px; box-sizing: border-box;}
.video02 .video02-menu .prev,.video02 .video02-menu .next {position: absolute;top: 31%;width: 40px;height: 40px; line-height:40px; text-align:center; border-radius: 50%;z-index: 2;}
.video02 .video02-menu .prev i,.video02 .video02-menu .next i  { font-size:18px; color:#fff;}
.video02 .video02-menu .prev {background: #0056a4;background-size: 100%;left: 0;}
.video02 .video02-menu .next {background: #0056a4;background-size: 100%;right: 0;}
@media (max-width:1200px) {
    .video02 { padding: 40px 15px;}
    .video02 .video02-slide .video-fl { float: none; width: 100%;}
    .video02 .video02-slide .video-fr { padding: 20px 0 !important; float: none; width: 100%; }
    .video02 .video02-slide .video-fr h3 { font-size: 20px;}
    .video02 .video02-slide .video-fr h3 span { font-size: 14px;}
    .video02 .video02-slide .video-fr p { margin-top: 10px; font-size: 14px;}
    .video02 .video02-menu { position: relative; bottom: auto; right: auto; width: 100%;}
    .video02 .video02-menu .swiper-slide.cur:after { border:#0056a4 solid 3px;}
    .video02 .video02-slide .pic:after { background-size: 10%;}
}
/* video02 end */