@charset "utf-8";

* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; padding: 0; margin: 0;}
body{ font-size: 16px; color:#333; overflow-x: hidden; font-family:Arial,sans-serif; padding-top: 120px; }
ul,li,ol,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,header,footer{ list-style: none; padding: 0; margin: 0; display: block;}
input,textarea,select,button{ font-size: 16px; outline:none;  font-family:Arial,sans-serif;}
svg{ border: none;}
::-webkit-input-placeholder {color: #666;}
::-moz-placeholder {color: #666;}
:-ms-input-placeholder {color: #666;}

a { text-decoration: none; color:#666; }
a:hover{ color:#015aaa;}

img{ display: inline-block; vertical-align:middle;max-width:100%;max-height:100%;height: auto; border: none;}

.wrap{ width: 100%; max-width: 1700px; margin: 0 auto; padding: 0 50px;}

/* ::-webkit-scrollbar { width: 6px; background-color: rgba(24, 24, 24, .07); }
::-webkit-scrollbar-thumb {background: rgba(24, 24, 24, .3); border-radius: 8px; transition: background 0.4s ease;}
::-webkit-scrollbar-thumb:hover {background: #666;} */

/*顶部*/
.header{ width: 100%; height: 120px; background: #fff; box-shadow: 0 0 6px rgba(0, 0, 0, .1); position: fixed; left: 0; top: 0; z-index: 99999;}
.header .logo{}
.header .nav ul li {  position: relative; margin-right: 5px;}
.header .nav ul li>a{ font-size: 16px; color: #000; line-height: 30px; border-radius: 6px; position: relative; z-index: 99999;  padding: 0 28px; display: block; margin-right: 20px; }
.header .nav ul li>a.tit{ background: url(../images/icon03.png) no-repeat right 45px center ;  padding: 0 60px 0 20px; margin-right: 0;}
.header .nav ul li>a:hover,.header .nav ul li.on>a{ color:#fff; background: #7aaad4; }
.header .nav ul li>a.tit:hover,.header .nav ul li:hover>a.tit{ color:#fff;  background: url(../images/icon03_white.png) no-repeat right 45px center ;}
.header .nav ul li.on a.tit{ color:#fff;  background:#7aaad4 url(../images/icon03_white.png) no-repeat right 45px center ;}
.header .nav ul li .subnav{ width: 100%; background: #7aaad4; border-radius: 6px; padding-top: 45px; position: absolute; left: 50%; top: -10px; transform: translateX(-50%); z-index: 9999; display: none;}
.header .nav ul li .subnav ol{ padding: 0 15px 10px 20px;}
.header .nav ul li .subnav a{ font-size: 15px; color: #fff; line-height: 1.5; display: block; margin: 10px 0;}
.header .nav ul li .subnav a:hover{ }
.header .searchBtn{ width: 28px; height: 30px; background: url(../images/icon04.png) no-repeat center; cursor: pointer; margin-right: 27px;}
.header .tel{ padding: 0 0 0 50px; background: url(../images/icon01.png) no-repeat 20px center; line-height: 30px; margin-right: 50px;}
.header .tel strong{  color: #015aaa; }
.header .lang{ background: url(../images/icon02.png) no-repeat left center; position: relative;}
.header .lang dl{ line-height: 30px; padding:0 12px 0 35px; position: relative;}
.header .lang dl::after{ content: ""; width: 6px; height: 5px; background: url(../images/icon03.png) no-repeat center; position: absolute; right: 0; top: 12px;}
.header .lang ol{ width: 100%; background: #7aaad4; border-radius: 10px; position: absolute; left: 50%; top: 30px; transform: translateX(-50%); text-align: center; padding: 10px; display: none;}
.header .lang ol a{font-size: 15px; line-height: 1.5; color: #fff;}
.header .lang ol::after{ content: ""; width: 0; height: 0; border-width: 8px; border-style: solid; border-color: transparent transparent #7aaad4 transparent; position: absolute; left: 50%; top: -12px; transform: translateX(-50%);}
.header .lang:hover ol{ display: block;}

.menu-toggle{display: none;}

/* banner */
.banner { position: relative; }
.banner img{width:100%;}
.banner .swiper-slide{ display: flex; align-items: center;}
.banner .pagination { width: 100% !important; height: 76px; position: absolute; left:0; bottom:0!important;  z-index:111; display: flex; justify-content: center; align-items: center;}
.banner .swiper-pagination-clickable .swiper-pagination-bullet { display: inline-block; width: 50px;height: 5px; background:#fff; border: none; margin: 0 5px; border-radius:0 !important; opacity: 1; cursor: pointer;}
.banner .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #115295;}
.banner .swiper-slide-active{opacity:1;}

/* 大标题 */
.title{ margin-bottom: 40px;}
.title h2{ font-size: 30px; color: #183c75; font-weight: normal; text-align: center;}
.title p{ font-size: 16px; color: #666; text-align: center; margin-top: 26px;}

.ntitle{ margin-bottom: 45px;}
.ntitle h2{ font-size: 30px; color: #183c75; font-weight: normal; text-align: center;}

.indexOne{ padding: 75px 0; background: url(../images/indexOneBg.jpg) no-repeat center; background-size: cover;}
.indexOne .tabNav{ margin-bottom: 60px;}
.indexOne .tabNav ul li{ margin: 0 5px; padding: 0 30px; line-height: 46px; color: #183c75; text-align: center; cursor: pointer;}
.indexOne .tabNav ul li.on{ border-top: 1px solid #183c75; border-bottom: 1px solid #183c75; line-height: 44px;}
.indexOne .tabCon .item.on{ display: block;}
.indexOne .tabCon .item{ display: none;}
.indexOne .tabCon .item .swiper-slide{ padding: 10px; box-sizing: border-box;}
.indexOne .tabCon .item dl{ padding-bottom: 92.75%; background: #fff;}
.indexOne .tabCon .item dl:hover{ box-shadow: 0 0 10px rgba(0, 0, 0, .2);}
.indexOne .tabCon .item .txt{  color: #183c75; text-align: center; margin-top: 30px;}
.indexOne .tabCon .item .arrow{ display: flex; justify-content: center; margin-top: 50px;}
.indexOne .tabCon .item .arrow .prev,.indexOne .tabCon .item .arrow .next{ width: 22px; height: 22px; margin:0 4px; cursor: pointer;}
.indexOne .tabCon .item .arrow .prev{ background: url(../images/prev.png) no-repeat center;}
.indexOne .tabCon .item .arrow .next{ background: url(../images/next.png) no-repeat center;}
.indexOne .tabCon .item .arrow .swiper-button-disabled{ opacity: 0.5;}

.indexTwo{ padding: 75px 0 120px;}
.indexTwo .box{ padding-top: 30px;}
.indexTwo .pic{ width: 50%; text-align: center;}
.indexTwo .txt{ width: 50%; padding:0 25px;}
.indexTwo .txt .tit{ font-size: 30px; color: #183c75; border-bottom: #183c75 solid 1px; padding-bottom:20px; margin-bottom: 25px;}
.indexTwo .txt .con{ line-height: 1.8; margin-bottom: 20px;}
.indexTwo .txt .more{ width: 130px;}
.indexTwo .txt .more a{ line-height: 40px; background: #183c75; border-radius: 6px;  color: #fff; text-align: center; display: block;}
.indexTwo .txt .more a:hover{ background: rgb(9, 92, 170);}

.indexThree{ padding: 75px 0 120px; background: url(../images/indexThreeBg.jpg) no-repeat center; background-size: cover;}
.indexThree .box ul{ margin: 0 -19px;}
.indexThree .box ul li{ width: 25%;  padding: 0 19px;}
.indexThree .box ul li .item{ background: #115295; height: 100%;}
.indexThree .box ul li ol{ padding: 15px 15px 25px;  color: #fff;}
.indexThree .box ul li ol .tit{ font-size: 18px; font-weight: normal; line-height: 1.5; margin-bottom: 10px;}
.indexThree .box ul li ol dt{ line-height: 1.6;}

.indexFour{ padding: 75px 0;}
.indexFour .box{ padding: 30px 50px 0;}
.indexFour .box .img{ width: 50%; padding-left: 125px;}
.indexFour .box .img dl{ padding-bottom: 65.65%;}
.indexFour .box .txt{ width: 50%; padding:0 25px;}
.indexFour .box .txt .tit{ font-size: 30px; color: #333; margin-bottom: 20px;}
.indexFour .box .txt .date{ color: #888; margin-bottom: 30px;}
.indexFour .box .txt .con{ font-size: 18px; color: #333; line-height: 1.6; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; margin-bottom: 40px;}
.indexFour .box .txt .more { width: 130px;line-height: 40px; background: #183c75; border-radius: 6px;  color: #fff; text-align: center; display: block;}
.indexFour .box .pagination { width: 100% !important; height: 12px; display: flex; justify-content: center; margin-top:50px;}
.indexFour .box .swiper-pagination-clickable .swiper-pagination-bullet { display: inline-block; width: 12px;height: 12px; background:#333; border: none; margin: 0 5px; border-radius:10px !important; opacity: 1; cursor: pointer;}
.indexFour .box .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #115295;}

.indexFive{ padding: 0 0 120px; }
.indexFive .box{ position: relative; padding: 0 40px;}
.indexFive .swiper-slide{ box-sizing: border-box;}
.indexFive .swiper-slide dl{ padding-bottom: 25%;}
.indexFive .swiper-slide dl img{ padding: 10px;}
.indexFive .swiper-button-prev{ left: 0;}
.indexFive .swiper-button-next{ right: 0;}
.indexFive .swiper-button-next:after, .indexFive .swiper-button-prev:after{ font-size: 22px; color: #333; font-weight: bold;}

.neiNav{ margin-bottom: 60px;}
.neiNav ul li{ margin: 0 5px;}
.neiNav ul li a{ line-height: 46px; color: #183c75; text-align: center;  padding: 0 30px;}
.neiNav ul li.on a,.neiNav ul li a:hover{  border-top: 1px solid #183c75; border-bottom: 1px solid #183c75; line-height: 44px; display: block;}

.products{ padding: 70px 0 120px; background: url(../images/productsBg.jpg) no-repeat top center; background-size: cover;}
.products .box{ margin-bottom: 50px;}
.products .box ul { margin: 0 -24px;}
.products .box ul li{ width: 25%; padding: 0 24px; margin-bottom: 30px;}
.products .box ul li dl{ padding-bottom: 92.75%; background: #fff;}
.products .box ul li dl:hover{ box-shadow: 0 0 10px rgba(0, 0, 0, .2);}
.products .box ul li .txt{  color: #183c75; text-align: center; margin-top: 20px;}

.prohead{ margin-bottom: 35px;}
.prohead .img{ width: 450px; text-align: center;}
.prohead .img dl{ border: #ddd solid 1px; padding-bottom: 100%; background: #fff;}
.prohead .con{ width: calc(100% - 450px); padding: 30px 0; padding-left: 80px;}
.prohead .con .tit{ margin-bottom: 20px;}
.prohead .con .tit h1{ font-size: 30px; font-weight: normal; color: #183c75;}
.prohead .con .text{ line-height: 1.8;}
.prohead .con .contactBtn{ margin-top: 30px;}
.prohead .con .contactBtn a { width: 130px;line-height: 40px; background: #183c75; border-radius: 6px;  color: #fff; text-align: center; display: block;}
.prodetail{ border: #ddd solid 1px; background: #fff;}
.prodetail .t{ padding: 10px 20px; border-bottom: #ddd solid 1px;}
.prodetail .text{ padding: 20px; line-height: 1.8;}

.about{ padding: 70px 0 120px;}
.about .text{ line-height: 1.8;}
.about .text img{ margin:0 35px 20px 0;}

.news{ padding: 70px 0 120px;}
.news .box{ margin-bottom: 50px;}
.news .box ul { margin: 0 -24px;}
.news .box ul li{ width: 25%; padding: 0 24px; margin-bottom: 35px;}
.news .box ul li dl{ padding-bottom:65.65%; background: #fff;}
.news .box ul li ol{ padding-top: 10px;}
.news .box ul li h3{ font-size: 17px; color:#015aaa; font-weight: normal; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; margin-bottom: 6px;} 
.news .box ul li dt{ color: #666; font-size: 15px; overflow: hidden;text-overflow: ellipsis;	display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}

.newsView{ padding: 70px 0 120px;}
.newsView .newsTit{ margin-bottom: 35px;}
.newsView .newsTit h1{ font-size: 28px; font-weight: normal; text-align: center; color: #183c75;}
.newsView .newsCon{ line-height: 1.8; margin:0 0 60px;}

.contact{ padding: 70px 0 120px; }
.contact .con{ width: 40%; line-height: 2; padding: 30px 0;}
.contact .con .text{ margin-bottom: 30px;}
.contact .con .ewm ul li{ width: 120px; text-align: center; margin-right: 20px;}
.contact #map{ width: 60%;}

.footer{ background: #eeeeee; padding: 50px 0;}
.footer .fmain .fnav{ margin-bottom: 35px;}
.footer .fmain .fnav ul li{ margin-right: 90px;}
.footer .fmain .fnav ul li a{ font-size: 18px;}
.footer .fmain .fcontact{ margin-bottom:80px;}
.footer .fmain .copyright{ font-size: 18px; color: #999; border-top: 1px solid #dbdbdb; padding-top: 20px;}
.footer .fmain .copyright a{ color: #999;}
.footer .ewmShare .ewm{ margin-bottom: 30px;}
.footer .ewmShare .ewm ul li{ width: 120px; text-align: center; margin-left: 80px;}
.footer .ewmShare .ewm ul li p{ margin-bottom: 10px;}

/*===/分页=============================*/
.fenye { text-align: center; font-size: 16px; width: 100%; display: flex; justify-content: center; }
.fenye .prev, .fenye .next { width: 46px; height: 46px; line-height: 46px; color: #333;margin:0 4px; display: block; font-family: "宋体";font-size: 18px; background: #ccc;}
.fenye a { width: 46px; height: 46px; line-height: 46px; color: #333; margin:0 4px; display: block; background: #ccc; transition: all 0.4s;}
.fenye a:hover {color: #fff; background: #183c75;}
.fenye a.current { color: #fff;  background: #183c75;}

/*搜索框*/
.search-dialog-box{display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999999999;}
.search-dialog-box .black{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .8);}
.search-dialog{position: absolute;left:50%;top:50%;box-sizing:border-box;width: 680px;padding: 20px 30px;transform: translate(-50%,-50%);background-color: #fff;box-shadow: 0 0 10px rgba(0,0,0,.33);border-radius:50px;}
.search-dialog input[type=text]{float: left;width: 86%;border: none; padding: 0;font-size:18px;line-height: 28px; height:28px;color: #999; background-color: #fff;border-radius: 0;}
.search-dialog input[type=submit] {float: right; width:28px; height:28px; background-repeat: no-repeat; background-position: center; background-size: 100%; border: none; padding: 0; background-image: url(../images/search-btn.png);background-color: transparent; cursor: pointer;}


/* 弹出框 */
.tccBox{display: none; position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999999;}
.tccBox .black{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .8);}
.tccBox .BoxCon{padding: 20px;position: absolute;left:50%;top:50%;box-sizing:border-box;transform: translate(-50%,-50%); color: #999;}
.tccBox .BoxCon .off{ width: 30px; height: 30px; background:url(../images/off.png) no-repeat center; position: absolute; top: -15px; right: -15px;  cursor: pointer;}
.tccBox .BoxCon ul video{ max-width: 1000px; max-height: 620px;}


@media (max-width: 1580px) {

    body{ font-size: 15px;}

    .header .nav ul li>a{ padding: 0 18px;}
    .header .nav ul li>a.tit{ padding: 0 50px 0 18px; background: url(../images/icon03.png) no-repeat right 40px center;}
    .header .nav ul li>a.tit:hover,.header .nav ul li:hover>a.tit{ background: url(../images/icon03_white.png) no-repeat right 40px center ;}
    .header .nav ul li.on a.tit{ background:#7aaad4 url(../images/icon03_white.png) no-repeat right 40px center ;}

    .header .nav ul li .subnav ol { padding: 0 15px 10px 18px;}
    .header .nav ul li .subnav a{ font-size: 14px;}

    .header .searchBtn{ margin-right: 15px;}

    .indexFour .box .txt .tit{ font-size: 25px;}
    .indexFour .box .txt .con{ font-size: inherit;}

    .prohead .con .tit h1{ font-size: 25px;}
}

@media (max-width: 1460px) {
    .header .tel{ margin-right: 36px;}
}

@media (max-width: 1420px) {
    .header .tel{ display: none;}
}

@media (max-width: 1366px) {

    .title h2{ font-size: 25px;}
    .ntitle h2{ font-size: 25px;}


    .indexTwo .txt .tit{ font-size: 25px;}
    .indexFour .box { padding: 0;}

    .footer .fmain .fnav ul li{ margin-right: 50px;}
    .footer .fmain .fnav ul li a{ font-size:inherit;}
    .footer .fmain .copyright{ font-size: inherit;}

}

@media (max-width: 1246px) {
    .indexOne .tabNav ul li{ padding: 0 15px;}
    .indexTwo .txt .tit{ font-size: 22px;}

    .indexFour .box .txt .tit{ font-size: 22px;}
    .indexFour .box .img{ padding-left: 70px;}
}

@media (max-width: 1160px) {
    .wrap{ padding: 0 20px;}

    .header .nav ul li>a{ margin-right: 0;}

}

@media screen and (max-width:750px){
    body{ font-size: 14px; padding-top: 60px;}
    .wrap{ padding: 0 15px;}
    input, textarea, select, button{ font-size: 14px;}
    
    .header{ width: 100%; height: 60px; background: #fff; box-shadow: 0 0 5px rgba(0, 0, 0, .2); display: block; position: fixed; left: 0; top: 0; z-index: 99999;}
    .header .logo { height: 60px; padding: 15px 0 5px;}

    .header .headRight { width: 100%; height:calc(100vh - 60px); background: #fff; position: absolute; left: 0; top: 60px; z-index: 99999; display: none;}
    .header .nav { display: block; margin-bottom: 25px;}
    .header .nav ul{ display: block; border-top: 1px solid #EEE;}
    .header .nav ul li { margin-right: 0; border-bottom: #eee solid 1px;}
    .header .nav ul li>a.tit { padding: 0 50px 0 18px; background: url(../images/icon03.png) no-repeat right 15px center;}
    .header .nav ul li>a{ color: #000; font-size: 15px; padding-left: 15px; margin-right: 0; line-height: 45px; border-radius: 0; display: block;}
    .header .nav ul li>a.tit:hover, .header .nav ul li:hover>a.tit{ background: #7aaad4 url(../images/icon03_white.png) no-repeat right 15px center;}
    .header .nav ul li.on a.tit { background: #7aaad4 url(../images/icon03_white.png) no-repeat right 15px center;}
    .header .nav ul li .subnav{ width: 100%; position: relative; left: 0; top: 0; transform:inherit; padding-top: 0;}
    .header .nav ul li .subnav ol{ box-shadow:none; background: #f2f2f2; padding: 10px 15px;}
    .header .nav ul li .subnav a{ color: #000; text-align: left; font-size: inherit;}
    .header .searchBtn{ padding: 10px; display: inline; margin:0 15px;}
    .header .tel{ display: inline-block; margin-right: 10px; padding-left: 25px; background-size: 15px; background-position: left center;}
    .header .lang{ display: inline-block; background-size: 18px;}
    .header .lang dl{ padding: 0 12px 0 22px;}

    .header .menu-toggle{ width:60px; height:60px; position:absolute; right:0; top:0; z-index:99999; display:block;}
    .header .menu-toggle span{ width:35px; height:2px; background:#000;display:block; position:relative; opacity:1;transition:all 300ms; margin:30px 0 0 12px;}
    .header .menu-toggle span:before{ content:"";width:35px; height:2px; background:#000;display:block; position:absolute; left:0; top:-10px;transition:all 300ms;}
    .header .menu-toggle span:after{ content:"";width:35px; height:2px; background:#000;display:block;position:absolute; left:0; top:10px;transition:all 300ms;}
    .header .menu-toggle.cur span{background-color:transparent;}
    .header .menu-toggle.cur span:before{transform:rotate(45deg); top:0px;}
    .header .menu-toggle.cur span:after{transform:rotate(-45deg); top:0px;}

    .title h2 { font-size: 22px;}
    .title p{ font-size: 14px;}

    .ntitle{ margin-bottom: 30px;}
    .ntitle h2{ font-size: 22px;}

    .banner { padding-top: 0; overflow: hidden;}
    .banner .pagination { height: 30px; bottom:0px!important;}
    .banner .swiper-pagination-clickable .swiper-pagination-bullet { width: 10px;height: 10px; border-radius: 10px !important; margin: 0 5px;}
    .banner .swiper-button-prev{ display: none;}
    .banner .swiper-button-next{ display: none;}

    .indexOne{ padding: 50px 0;}
    .indexOne .tabNav{ margin-bottom: 20px;}
    .indexOne .tabNav ul{ flex-wrap: wrap;}
    .indexOne .tabNav ul li{ line-height: 36px; padding: 0 5px; margin-bottom: 10px;}
    .indexOne .tabNav ul li.on{ line-height: 34px;}
    .indexOne .tabCon .item .txt{ margin-top: 10px;}
    .indexOne .tabCon .item .arrow{ margin-top: 20px;}

    .indexTwo{ padding: 50px 0 60px;}
    .indexTwo .box{ display: block; padding: 0;}
    .indexTwo .pic{ width: 100%; margin-bottom: 15px;}
    .indexTwo .txt{ width: 100%; padding: 0;}
    .indexTwo .txt .tit{ font-size: 18px;}
    .indexTwo .txt .more{ width: 110px; margin: 0 auto;}
    .indexTwo .txt .more a{ line-height: 36px;}

    .indexThree{ padding: 50px 0;}
    .indexThree .box ul{ margin: 0;}
    .indexThree .box ul li{ width: 100%; margin-bottom: 15px; padding: 0;}
    .indexThree .box ul li .item dl{ padding-bottom: 56%;}
    .indexThree .box ul li ol .tit{ font-size: 16px;}
    .indexThree .box ul li ol dt{ font-size: 12px; line-height: 1.5;}

    .indexFour { padding: 50px 0;}
    .indexFour .box a{display: block;}
    .indexFour .box .img{ width: 100%; padding: 0; margin-bottom: 10px;}
    .indexFour .box .txt{ width: 100%; padding: 0;}
    .indexFour .box .txt .tit { font-size: 17px; margin-bottom: 6px;}
    .indexFour .box .txt .date{ margin-bottom: 6px;}
    .indexFour .box .txt .con{ -webkit-line-clamp: 2; margin-bottom: 30px;}
    .indexFour .box .txt .more{ width: 100px; line-height: 34px; margin: 0 auto;}
    .indexFour .box .pagination{ margin-top: 36px;}

    .indexFive { padding: 0 0 60px; }
    .indexFive .swiper-slide dl img { padding: 4px;}
    .indexFive .swiper-button-next:after, .indexFive .swiper-button-prev:after{ font-size: 18px;}

    .neiNav{ margin-bottom: 30px;}
    .neiNav ul{ flex-wrap: wrap;}
    .neiNav ul li a{ line-height: 36px; padding: 0 5px; margin-bottom: 10px;}
    .neiNav ul li.on a, .neiNav ul li a:hover{ line-height: 34px;}

    .products{ padding: 50px 0 80px;}
    .products .box{ margin-bottom: 25px;}
    .products .box ul{ margin: 0 -8px;}
    .products .box ul li{ width: 50%; padding: 0 8px;}
    .products .box ul li .txt{ margin-top: 10px;}

    .prohead{ display: block;}
    .prohead .img{ width: 100%;}
    .prohead .con{ width: 100%; padding: 20px 0 0;}
    .prohead .con .tit h1{ font-size: 22px; text-align: center;}
    .prohead .con .contactBtn a{ width: 110px; line-height: 36px; margin: 0 auto;}

    .about { padding: 50px 0 80px;}
    .about .text img{ float: none; margin: 0 0 15px;}

    .news { padding: 50px 0 80px;}
    .news .box { margin-bottom: 20px;}
    .news .box ul { margin: 0;}
    .news .box ul li{ width: 100%; padding: 0; margin-bottom: 25px;}
    .news .box ul li h3{ font-size: 16px;}
    .news .box ul li dt{ font-size: 14px;}

    .newsView { padding: 50px 0 80px;}
    .newsView .newsTit h1{ font-size: 20px;}
    .newsView .newsCon{ margin-bottom: 40px;}
    .newsView .newsPage { display: block;}
    .newsView .newsPage a{ display: block; margin-bottom: 10px;}

    .contact{ padding: 50px 0 80px;}
    .contact .wrap{ display: block;}
    .contact .con{ width: 100%; padding: 0 0 25px;}
    .contact .con .text{ margin-bottom: 0;}
    .contact .ewm{ display: none;}
    .contact #map{ width: 100%; height: 300px; }
    
    .footer{ padding: 25px 0;}
    .footer .wrap{ flex-direction: column-reverse;}
    .footer .ewmShare .ewm ul{ justify-content: center;}
    .footer .ewmShare .ewm ul li{ width: 100px; margin: 0 15px;}
    .footer .fmain .fnav{ display: none;}
    .footer .fmain .fcontact{ margin-bottom: 10px; text-align: center;}
    .footer .fmain .copyright{ font-size: 12px;}

    /*===/分页=============================*/
    .fenye a { width: 35px; height: 35px; line-height: 35px; font-size: 12px; margin: 0 2px;}
    .fenye .prev, .fenye .next { width: 35px; height: 35px; line-height: 35px;}

    .tccBox .BoxCon{ width: 94%;}
    .tccBox .BoxCon .off{ width: 18px; height: 18px; right: 18px;}
    .tccBox .BoxCon ul video{ width: 100%;}
    .search-dialog{ width: 95%;}
}