@charset "utf-8";
html,body{
    position: relative;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
body {
    font: 12px/1.5 "Microsoft YaHei",tahoma,arial,'Hiragino Sans GB',\5b8b\4f53,sans-serif;
    -webkit-animation:fadeIn 0.5s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -moz-animation:fadeIn 0.5s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -o-animation:fadeIn 0.5s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    animation:fadeIn 0.5s cubic-bezier(0.44, 0.13, 0.48, 0.87);
}
a{
    color: #fff;
}
a:hover{
    color: #fff;
}
img{
    vertical-align: top;
    max-width: 100%
}
.container{
    position: relative;
    width: 1240px;
    margin-left: auto;
    margin-right: auto;
}

/****头部****
 ***********/

#header{
    /* background: url("../images/banner.png") no-repeat right center; */
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    min-width: 1240px;
}
#header .banner-img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#header .el-carousel{
    height: 100%;
}
#header .el-carousel .banner1{
      background: url("../images/banner.png") no-repeat right center;
}
#header .el-carousel .banner2{
    background: url("../images/banner1.jpg") no-repeat right center;
}
#header .el-carousel .banner3{
    background: url("../images/banner2.jpg") no-repeat right center;
}
#header .el-carousel__item{
    z-index: 0 !important;
}
#header .line{
    height: 1px;
    width: 100%;
    background: #dae0e7;
}
#header .site-tops{
    position: relative;
    height: 105px;
    z-index: 1;
}
#header .logo{
    position: absolute;
    left: calc(50% - 44px);
    width: 88px;
    height: 0;
    padding-top: 100px;
    background: url("../images/logo.png") no-repeat 0 center;
    overflow: hidden;
}
#header .banner-right{
    position: absolute;
    height: 180px;
    top: calc(50% - 90px);
    right: 0;
}
#header .letter{
    background: url("../images/letterbg.png") no-repeat;
    background-size: 100%;
    height: 300px;
    width: 330px;
    position: relative;
    margin-top: 245px;
    margin-left: 20%;
}
#header .letter p{
    color: #fff;
    font-weight: bold;
    font-size: 46px;
    letter-spacing: 6px;
    line-height: 80px;
}
#header .letter div{
    position:absolute;
    top: 90px;
    left: 10px;
}
#header .site-tops.container{
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
#header .banner1-1{
    width: 500px;
    position: relative;
    margin-top: 250px;
    float: left;
}
#header .banner1-letter{
    height: 300px;
    width: 400px;
    position: relative;
    margin-top: 250px;
    float: right;
}
#header .banner1-letter img:nth-child(1){
    padding-top: 80px;
    padding-bottom: 20px;
}
#header .banner2-1{
    color: #fff;
    width: 1240px;
    margin: 0 auto;
    text-align: center;
    margin-top: 380px;
    font-size: 50px;
    letter-spacing: 10px;
}
#header .banner1-letter img:nth-child(2){
    padding-bottom: 10px;
}
@media screen and (max-width: 1240px) {
    #header .letter{
        background: url("../images/letterbg.png") no-repeat;
        background-size: 100%;
        height: 200px;
        width: 220px;
        position: relative;
        margin-top: 100px;
        margin-left: 20%;
    }
    #header .banner-right{
        position: absolute;
        height: 120px;
        top: calc(50% - 60px);
        right: 0;
    }
    #header .letter p{
        color: #fff;
        font-weight: bold;
        font-size: 26px;
        letter-spacing: 6px;
        line-height: 50px;
    }
    #header .letter div{
        position:absolute;
        top: 60px;
        left: 10px;
    }
}
#header .banner-right img{
    height: 100%;
}
#header .nav{
    position: absolute;
    top: 50px;
    height: 57px;
    overflow: hidden;
}
#header .nav.left{
    left: 0;
}
#header .nav.right{
    right: 0;
}
#header .nav ul{
}
#header .nav ul li{
    float: left;
    height: 20px;
    line-height: 20px;
    width: 100px;
    padding: 0 14px;
    text-align: center;
    overflow: hidden;
    height: 55px;
}

#header .nav ul li a{
    color: #fff;
    font-size: 16px;
    width:100%;
    height:100%;
    display:block;
}
#header .nav ul li:hover{
    border-bottom: 1px solid #034099;
    cursor: pointer;
}
#header .nav ul li:hover a{
    color: #034099;
}
.page1{
    background: url("../images/index_01.jpg") no-repeat right center;
    background-size: 100% 100%;
    height: 680px;
    width: 100%;
    min-width: 1240px;
}
.page1 .detail{
    height: 280px;
    margin-bottom: 60px;
}
.page1 .detail .info{
    background: #fff;
    position:absolute;
    width: 1200px;
    height: 100%;
    top: -120px;
    padding: 20px;
    
}
.page1 .detail .info .building{
    height: 280px;
    width: 530px;
    float: left;
}
.page1 .detail .info .intro{
    float: left;
    width: 630px;
    margin-left: 30px;
}
.page1 .detail .info .intro .head{
    font-size: 26px;
    color: #313131;
}
.page1 .detail .info .intro .line{
    width: 100px;
    height: 1px;
    background: #d0d0d0;
    margin: 30px 0;
}
.page1 .detail .info .intro p{
    color: #656565;
    line-height: 25px;
    font-size: 14px;
}

.page1 .detail .info .intro .more{
    margin-top: 40px;
    color: #034099;
    font-size: 16px;
    position: relative;
    cursor: pointer;
}
.page1 .detail .info .intro .arrow{
    height: 10px;
    top: 8px;
    position: absolute;
    left: 75px;
}
.page1 .list{

}
.page1 .list .service{
    width: 350px;
    color: #fff;
    float: left;
}
.page1 .list .service .head{
    font-size: 24px;
}
.page1 .list .service p{
    font-size: 14px;
    line-height: 30px;
    margin: 30px 0;
}
.page1 .list .service .more{
    font-size: 15px;
    position: relative;
}
.page1 .list .service .arrow{
    height: 10px;
    top: 7px;
    position: absolute;
    left: 75px;
}
.page1 .list .cards{
    width: 890px;
    bottom: 0;
    float: left;
    height: 100%;
}
.page1 .list .cards .item{
    background: #fff;
    width: 250px;
    height: 340px;
    margin-left: 45px;
    float: left;
}
.page1 .list .cards .item .head{
    height: 60px;
    line-height: 60px;
    font-size: 25px;
    font-weight: bold;
    text-indent: 20px;
    border-bottom: 1px solid #d9d9d9;
    position: relative;
}
.page1 .list .cards .item .head .more{
    cursor: pointer;
    position:absolute;
    right: 0;
    width: 80px;
    height: 60px;
    top: 0;
    border-left: 1px solid #d9d9d9;
    background-image: url(../images/arrow.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 30px;
}
.page1 .list .cards .item .head .more.hvr-fade:hover{
    background: #034099;
    background-image: url(../images/arrow1.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 30px;
}
.page1 .list .cards .item .body{
    cursor: pointer;
}
.page1 .list .cards .item .body .title{
    font-size: 20px;
    margin-top: 20px;
    text-indent: 20px;
}
.page1 .list .cards .item .body .more{
    margin-top: 5px;
    color: #034099;
    font-size: 14px;
    position: relative;
    cursor: pointer;
    text-indent: 20px;
}
.page1 .list .cards .item .body .more .arrow{
    position:absolute;
    height: 10px;
    top: 6px;
    left: 55px;
}
.page1 .list .cards .item .body .image img{
    height: 150px;
    margin: 0  auto;
    display: block;
    margin-top: 10px;
}
.page2{
    background: #fff;
    margin: 60px auto;
}
.page2 .base-box{
    position: relative;
    overflow: hidden;
}
.page2 .base-box .top{
    background: #f3f3f3;
    width: 100%;
    position:absolute;
    padding: 30px;
    z-index: 2;
    top: 0;
    height: 120px;
}
.page2 .left.hvr-sweep-to-top:hover .top{
    z-index: -1;
}
.page2 .base-box .top .line{
    width: 15px;
    height: 3px;
    background: #000000;
}
.page2 .base-box .top .en{
    font-size: 16px;
    margin-top: 20px;
    color: #000000;
}
.page2 .base-box .top .title{
    font-size: 16px;
    margin-top: 20px;
    color: #000000;  
}
.page2 .left{
    width: 500px;
    height: 530px;
    float: left;
    position: relative;
}
.page2 .left.hvr-sweep-to-top:before{
    background: #011431;
    opacity: 0.5;
    z-index: 99;
}
.page2 .left .content{
    position: absolute;
    top: 0;
    padding: 30px;
    cursor: pointer;
    height: 470px;
    opacity: 0;
}
.page2 .left.hvr-sweep-to-top:hover .content{
    z-index: 100;
    transition: bottom 0.4s ease-out, opacity 0.4s; 
    opacity: 1;
}
.page2 .left .content .line{
    width: 15px;
    height: 3px;
    background: #034099;
}
.page2 .left .content .en{
    font-size: 16px;
    margin-top: 20px;
    color: #fff;
}
.page2 .left .content .title{
    font-size: 16px;
    margin-top: 20px;
    color: #fff;  
}
.page2 .left .content .desc{
    font-size: 14px;
    margin-top: 80px;
    color: #fff;
}
.page2 .left .content ul{
    font-size: 14px;
    color: #fff;
    margin-top: 40px;
}
.page2 .left .content ul li{
    height: 50px;
    line-height: 50px;
    width: 100%;
    /* border-bottom: 1px solid #fff; */
    position: relative;
    -webkit-transition: all cubic-bezier(.23,1,.32,1) .6s;
    -moz-transition: all cubic-bezier(.23,1,.32,1) .6s;
    -ms-transition: all cubic-bezier(.23,1,.32,1) .6s;
    -o-transition: all cubic-bezier(.23,1,.32,1) .6s;
    transition: all cubic-bezier(.23,1,.32,1) .6s;
}
.page2 .left .content ul li:hover{
    padding-left:10px;
}
.page2 .left .content ul li img{
    position: absolute;
    width: 7px;
    height: 12px;
    top: 17px;
    right: 10px;
}
.page2 .left .content ul li b{
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.4;
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    -webkit-opacity: 0.4;
    filter: alpha(opacity=40);
}
.page2 .left .content ul li i{
    width: 0%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all cubic-bezier(.23,1,.32,1) .6s;
    -moz-transition: all cubic-bezier(.23,1,.32,1) .6s;
    -ms-transition: all cubic-bezier(.23,1,.32,1) .6s;
    -o-transition: all cubic-bezier(.23,1,.32,1) .6s;
    transition: all cubic-bezier(.23,1,.32,1) .6s;
}
.page2 .left .content ul li:hover i{
    width: 100%;
}
.page2 .right{
    width: 700px;
    float: left;
    margin-left: 40px;
}
.page2 .right .item{
    height: 245px;
    background: #034099;
    cursor: pointer;
}
.page2 .right  ul{
    font-size: 14px;
    color: #fff;
    margin-top: 40px;
    position: absolute;
    top: 40px;
    width: 485px;
    left: 25px;
    opacity: 0;
}
.page2 .right .item:hover .links{
    z-index: 100;
    transition: right 0.4s ease-out, opacity 0.4s; 
    opacity: 1;
}
.page2 .right ul li{
    height: 50px;
    line-height: 50px;
    /* border-bottom: 1px solid #fff; */
    position: relative;
    width: 100%;
    -webkit-transition: all cubic-bezier(.23,1,.32,1) .6s;
    -moz-transition: all cubic-bezier(.23,1,.32,1) .6s;
    -ms-transition: all cubic-bezier(.23,1,.32,1) .6s;
    -o-transition: all cubic-bezier(.23,1,.32,1) .6s;
    transition: all cubic-bezier(.23,1,.32,1) .6s;
}
.page2 .right ul li:hover{
    padding-left:10px;
}
.page2 .right .links li img{
    position: absolute;
    width: 7px;
    height: 12px;
    top: 17px;
    right: 10px;
}
.page2 .right ul li b{
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.4;
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    -webkit-opacity: 0.4;
    filter: alpha(opacity=40);
}
.page2 .right ul li i{
    width: 0%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all cubic-bezier(.23,1,.32,1) .6s;
    -moz-transition: all cubic-bezier(.23,1,.32,1) .6s;
    -ms-transition: all cubic-bezier(.23,1,.32,1) .6s;
    -o-transition: all cubic-bezier(.23,1,.32,1) .6s;
    transition: all cubic-bezier(.23,1,.32,1) .6s;
}
.page2 .right ul li:hover i{
    width: 100%;
}
.page2 .right .item img{
    height: 100%;
    width: 700px;
}
.page2 .right .item.hvr-sweep-to-right:before{
    z-index: 99;
    opacity: 0.5;
    background: #011431;
}
.page2 .right .item:last-child{
    margin-top: 40px;
}
.page2 .right .item .content{
    width: 140px;
    /* float: right; */
    color: #fff;
    padding-top: 30px;
    padding-left: 30px;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    background: #034099;
    height: 215px;
}
.page2 .right .item.hvr-sweep-to-right:hover .content{
    background: none;
}
.page2 .right .item .content .line{
    width: 15px;
    height: 3px;
    background: #fff;
}
.page2 .right .item .content .en{
    font-size: 18px;
    margin-top: 20px;
}
.page2 .right .item .content .title{
    font-size: 16px;
    margin-top: 20px;
}
.page-news{
    background: #f6f6f6;
    padding: 50px 0;
}
.page-news .head{
    position: relative;
}
.page-news .head .title{
    font-size: 24px;
}
.page-news .head .more{
    font-size: 15px;
    position: absolute;
    right: 0;
    width: 85px;
    top: 7px;
    color: #034099;
}
.page-news .head .more img{
    position: absolute;
    top: 6px;
    left: 65px;
}
.page-news .list{
    margin-top: 30px;
    overflow: hidden;
}
.page-news .list .item{
    width: 390px;
    float: left;
    background: #fff;
}
.news-page .page-news .item{
    margin-bottom: 30px;
}
.page-news .list .item:nth-child(3n-1){
    margin: 0 35px;
}
.page-news .list .item .image{
    width: 390px;
    height: 290px;
}
.page-news .list .item .image img{
    width: 100%;
    height: 100%;
}
.page-news .list .item .content{
    padding: 20px;
    height: 146px;
}
.page-news .list .item .content .date{
    color: #656565;
    font-size: 14px;
    line-height: 30px;
}
.page-news .list .item:hover .content .date{
    color: #fff;
}
.page-news .list .item .content .title{
    color: #111111;
    line-height: 30px;
    font-weight: bold;
    font-size: 16px;
    margin: 10px 0;
}
.page-news .list .item:hover .content .title{
    color: #fff;
}
.page-news .list .item .content .desc{
    color: #949494;
}
.page-news .list .item:hover .content .desc{
    color: #fff;
}
.hvr-sweep-to-top:before{
    background: #034099;
}
#footer{
    min-width: 1240px;
    height: 400px;
}
#footer .left{
    width: 60%;
    height: 100%;
    float: left;
    background: url("../images/footbg.jpg") no-repeat right center;
    background-size: 100% 100%;
    position: relative;
}
#footer .left .nav{
    width: 815px;
    height: 100%;
    position: absolute;
    right: 0;
}
#footer .left .nav .links{
    width: 100%;
    height: 150px;
    margin-top: 50px;
    font-size: 14px;
}
#footer .left .nav .links .item{
    float: left;
    width: 135px;
}
#footer .left .nav .links .item:last-child{
    width: 270px;
}
#footer .left .nav .links .item .title{
    color: #f4f4f4;
}
#footer .left .nav .links .item .child{
    color: #cacaca;
    overflow: hidden;
    margin-top: 20px;
    height: 120px;
}
#footer .left .nav .links .item .child a{
    color: #cacaca;
}
#footer .left .nav .links .item .child .child-left{
    float: left;
    width: 135px;
}
#footer .left .nav .links .item .child .child-right{
    float: left;
    width: 135px;
}
#footer .left .nav .links .item .child p{
    line-height: 40px;
    height: 40px;
    cursor: pointer;
}
#footer .left .nav .copyright{
    border-top: 1px solid #7b7b7b;
    margin-right: 50px;
    padding-top: 30px;
    color: #fff;
    margin-top: 50px;
    line-height: 30px;
}
#footer .left .nav .copyright img{
    position: absolute;
    right: 50px;
    top: 285px;
}
#footer .right{
    background: #034099;
    width: 40%;
    height: 100%;
    float: left;
    text-indent: 50px;
    font-size: 14px;
}
#footer .right .name
{
    color: #fff;
    margin-top: 50px;
}
#footer .right .content{
    color: #b7ccea;
    margin-top: 15px;
    line-height: 30px;
}
#footer .right .qr{
    margin-top: 30px;
    position: relative;
}
#footer .right .qr img{
    width: 85px;
    height: 85px;
}
#footer .right .qr .scan{
    color: #b7ccea;
    width: 200px;
    position: absolute;
    top: 12px;
    left: 110px;
    line-height: 30px;
}
/*新闻列表*/
.news-page #header{
    background: url(../images/news_banner.jpg) no-repeat;
    /* background-size: 100%; */
    height: 440px;
}
.news-page .page-news .nav{
    position: absolute;
    width: 100%;
    height: 60px;
    background: #fff;
    top: -108px;
    text-align: center;
}
.news-page.zt .page-news .nav{
    top: -84px;
}
.news-page .page-news .nav ul{
    margin: 0 auto;
    /* width: 300px; */
    display: inline-block;
}
.news-page .page-news .nav ul li{
    float: left;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    color: #848484;
    cursor: pointer;
    padding: 0 15px;
}
.news-page .page-news .nav ul li.active{
    color: #fff;
    background: #034099;
}
/*详情页*/
.detail-page  #header{
    background: url(../images/news_banner.jpg) no-repeat;
    /* background-size: 100%; */
    height: 440px;
}
.detail-page .new-content{
    min-height: 500px;
    background: #fff;
    margin-top: -60px;
    position: relative;
    padding-left: 25px;
}
.detail-page .new-content .title{
    color: #034099;
    font-size: 20px;
    font-weight: bold;
    padding-top: 10px;
    line-height: 50px;
}
.detail-page .new-content .sub-title{
    margin-top: 10px;
    color: #6f6f6f;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 30px;
}
.detail-page .new-content .sub-title .seprate{
    margin: 0 15px;
}
.detail-page .new-content .operate{
    margin-top: 40px;
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
    color: #656565;
    margin-bottom: 30px;
    position: relative;
}
.detail-page .new-content .operate a{
    color: #656565;
    margin-left: 10px;
}
.detail-page .new-content .operate .pre{
    line-height: 50px;
    cursor: pointer;
}
.detail-page .new-content .operate .next{
    cursor: pointer;
}
.detail-page .new-content .operate .back{
    cursor: pointer;
    width: 120px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #034099;
    color: #034099;
    text-align: center;
    position :absolute;
    right: 0;
    top:35px;
}
/**********分页************/
.pagination{
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin-top:20px;
}
.pagination ul{
    display: inline-block;
}
.pagination li{
    float: left;
    width: 50px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    display: block;
    margin: 0 5px;
    cursor: pointer;
}
.pagination li a{
    color: #606060;
    width: 100%;
    height: 100%;
    display: block;
}
.pagination li.active{
    background: #034099;
    color: #fff;
}
.pagination li.pre,li.next{
    width: 60px;
}
.pagination li.pre a{
    color: #606060;
}
.pagination li.next a{
    color: #606060;
}
.news-page .zt{
    background: #fff;
    padding: 10px;
    width: 1220px;
    font-size: 14px;
    line-height: 30px;
}
.news-page.zt #header{
    background: url(../images/intro_banner.png) no-repeat;
    height: 440px;
}
/*商品目录*/
.product-page #header{
    background: url(../images/product_banner.png) no-repeat;
    height: 440px;
}
.product-page  .page-news .nav{
    top: -80px;
}
.product-page .product-list{
    width: 90%;
    margin: 20px auto;
    border-top: 7px solid #034099;
    margin-bottom: 30px;
}
.product-page .pagination{
    margin-bottom: 30px;
}
.product-page .product-list tr:nth-child(2n){
    background: #f2f5f8;
}
.product-page .product-list td,th{
    text-align: center;
    color: #484849;
    line-height: 50px;
}
.product-page .product-list th{
    background: #e4eaf2;
    color: #000;
    font-weight: bold;
}
/*人才招聘*/
.job-page #header {
    background: url(../images/job_banner.png) no-repeat;
    height: 440px;
}
.job-page .job-list{
    width: 90%;
    margin: 30px auto;
    overflow: hidden;
}
.job-page .job-list .item{
    width: 96%;
    cursor: pointer;
    text-align: center;
    line-height: 50px;
    margin: 0 auto;
    margin-bottom: 10px;
    border: 1px solid #dbdbdb;
    color: #6d6d6d;
    position: relative;
    overflow: hidden;
}
.job-page .job-list .item.active{
    color: #fff;
    background: #034099;
}
.job-page .job-list .item .title{
    float: left;
    text-align: left;
    font-weight: bold;
    color: #000;
    width: 20%;
    text-indent: 10px;
}
.job-page .job-list .item.active .title{
    color: #fff;
}
.job-page .job-list .item .number{
    float: left;
    width: 20%;
    
}
.job-page .job-list .item .address{
    float: left;
    width: 30%;
    line-height: 50px;
}
.job-page .job-list .item .time{
    float: left;
    width: 20%;
}
.job-page .job-list .item .arrow{
    background: url(../images/arrow-down.png) no-repeat;
    width: 25px;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 17px;
}
.job-page .job-list .item.active .arrow{
    background: url(../images/arrow-up.png) no-repeat;
}
.job-page .job-list .item .desc{
    clear: both;
    text-align: left;
    background: #f3f3f3;
    padding: 10px;
    line-height: 30px;
    display: none;
}
.job-page .job-list .item.active .desc{
    color: #6d6d6d;
    display: block;
}
/*联系我们*/
.contact-page #header {
    background: url(../images/contact_banner.png) no-repeat;
    height: 440px;
}
.contact-box .title,.address{
    width: 90%;
    margin: 0 auto;
    line-height: 30px;
}
.contact-box .title{
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    padding-top: 20px;
}
.contact-box .address:nth-child(3){
    margin-bottom: 10px;
}
.contact-box{
    background: #fff;
}
.contact-box table{
    width: 90%;
    margin: 0 auto;
    margin-bottom: 50px;
}
.contact-box table tr{
    margin-bottom: 5px;
}
.contact-box table td,th{
    text-indent: 10px;
    text-align: left;
    line-height: 50px;
    vertical-align: middle;
    /* border-bottom: 2px solid #fff;
    border-right: 2px solid #fff; */
}
/* .contact-box table tr td:last-child{
    border-right: none;
}
.contact-box table tr td:nth-child(2n -1){
    background: #f0f4f9;
}
.contact-box table tr td:nth-child(2n -2){
    background: #f7f7f7;
} */
#allmap{
    width: 100%;
    height: 400px;
    margin-bottom: 40px;
}
.product-page .product-list th{
    text-align: center;
}