@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
@font-face{
    font-family: "Din";
    src: url('../font/DIN-Medium.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
 /* header */
header{
    width:100%;
    position: relative;
    z-index: 10;
    /* box-shadow:0 5px 15px -5px #cecece; */
}
.header-top{
    height: 100px;
    position: relative;
}
.logo{
    float: left;
    width: 404px;
    margin-top: 27px;
}
.logo img{
    display: block;
    width: 100%;
}
.header-right{
    float: right;
    display: flex;
    align-items: center;
    height: 100px;
}
.header-phone{
    display: flex;
    color: #eb6100;
    font-size: 30px;
    font-family: "Din";
    margin-right: 75px;
}
.header-phone span{
    padding-left: 10px;
}
.header-lan{
    display: flex;
}
.lan-item{
    display: flex;
    align-items: center;
}
.header-lan .lan-item:first-child{
    margin-right: 18px;
}
.lan-item span{
    padding-left: 8px;
    font-size: 16px;
    color: #333;
}
.header-nav{
    width: 100%;
    box-shadow:0px 0px 10px #cacaca;
    background-color: #003f88;
}
.nav-ul {
    display: flex;
    justify-content: space-between;
}
.nav-ul li > a{
    line-height: 60px;
    font-size: 16px;
    color: #fff;
    padding: 0 35px;
    display: block;
    background-color: transparent;
    transition: all 0.3s;
}
.nav-ul li:hover>a, .nav-ul li.nav-active > a{
    background-color: #eb6100;
}
.navToggle{
    margin-top: 25px;
}
@media(max-width:1200px){
    .nav-ul li > a{
        padding: 0 15px;
    }
    .header-phone{
        margin-right: 40px;
    }
}
@media(max-width:991px){
    .header-top{
        height: 70px;;
    }
    .header-right{
        display: none;
    }
    .nav{
        display: none;
    }
    .logo{
        margin-top: 16px;
        width: 340px;
    }
}
@media(max-width:600px){
    .logo{
        width: 280px;
        margin-top: 20px;
    }
}
/* 产品 */
.public-module{
    padding: 100px 0px;
}
.home-pro{
    width: 100%;
    background-color: #f0f0f4;
}
#homepro-owl .owl-item{
    padding: 0 25px;
}
.homepro-child{
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    transition: all .5s;
    padding: 65px 40px 65px 50px;
    margin-bottom: 50px;
}
#homepro-owl .item .homepro-child:last-child{
    margin-bottom: 0px;
}
.homepro-owltxt{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.homepro-owltxttit h3{
    font-size: 24px;
    font-weight: bold;
    color: #111;
    display: inline-block;
    padding-bottom: 30px;
    border-bottom: 2px solid #333;
    margin-bottom: 24px;
}
.homepro-owlinfo{
    font-size: 16px;
    color: #666;
    line-height: 28px;
    margin-bottom: 54px;
}
.homepro-more{
    width: 140px;
    display: block;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    background-color: #333;
    border-radius: 24px;
    transition: all .5s;
}
.homepro-owlimg{
    width: 48.5%;
    display: flex;
    align-items: center;
}
.homepro-owlimg img{
    width: 100%;
    display: block;
    transition: all .5s;
}
.homepro-child:hover{
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .1);
}
.homepro-child:hover .homepro-owltxttit h3{
    color: #003f88;
}
.homepro-child:hover .homepro-more{
    background-color: #003f88;
}
#homepro-owl .owl-prev,
#homepro-owl .owl-next{
    width: 66px;
    height: 76px;
    border-radius: 5px;
    opacity: 1;
    top: 50%;
    margin-top: -38px;
    position: absolute;
    background-size: 11px 19px;
    transition: all 0.3s;
    background-color: #313131;
    background-repeat: no-repeat;
    background-position: center;
}
#homepro-owl .owl-prev{
    left: -125px;
    background-image: url(../img/hpro_prev.png);
}
#homepro-owl .owl-next{
    right: -125px;
    background-image: url(../img/hpro_next.png);
}
#homepro-owl .owl-next:hover,
#homepro-owl .owl-prev:hover{
    background-color: #003f88;
}
@media(max-width: 1800px){
    #homepro-owl{
        padding: 0 60px;
    }
    #homepro-owl .owl-prev{
        left: -60px;
    }
    #homepro-owl .owl-next{
        right: -60px;
    }
}
@media(max-width: 1400px){
    .homepro-child{
        padding-left: 40px;
    }
    .homepro-owltxttit h3{
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .homepro-owlinfo{
        margin-bottom: 36px;
    }
    #homepro-owl .owl-item{
        padding: 0 15px;
    }
    #homepro-owl{
        padding: 0 90px;
    }
    #homepro-owl .owl-prev{
        left: -0px;
    }
    #homepro-owl .owl-next{
        right: -0px;
    }
}
@media(max-width: 1200px){
    .homepro-child{
        padding: 30px;
    }
    .homepro-owlinfo{
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .homepro-more{
        width: 120px;
        height: 36px;
        line-height: 36px;
    }
    .homepro-owltxttit h3{
        margin-bottom: 10px;
    }
    .public-module{
        padding: 80px 0px;
    }
    #homepro-owl{
        padding: 0 60px;
    }
    #homepro-owl .owl-prev{
        left: -20px;
    }
    #homepro-owl .owl-next{
        right: -20px;
    }
}
@media(max-width: 991px){
    .homepro-child{
        flex-direction: column;
        align-items: center;
        margin-bottom: 30px;
    }
    .public-module{
        padding: 60px 0px;
    }
    .homepro-owlimg{
        width: auto;
        max-width: 270px;
        margin-bottom: 30px;
    }
}
@media(max-width: 767px){
    .homepro-child{
        padding: 20px 15px;
    }
    .public-module{
        padding: 50px 0px;
    }
    #homepro-owl .owl-prev,
    #homepro-owl .owl-next{
        width: 46px;
        height: 56px;
        margin-top: -28px;
    }
    #homepro-owl{
        padding: 0 40px;
    }
    #homepro-owl .owl-prev{
        left: -10px;
    }
    #homepro-owl .owl-next{
        right: -10px;
    }
}
/* 关于我们 */
.habout-item{
    display: flex;
}
.habout-mid{
    width: 37.6%;
}
.habout-midinfo{
    background-color: #003f88;
    color: #fff;
    padding: 0px 75px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.habout-midinfo h3{
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 28px;
    border-bottom: 4px solid #fff;
    margin-bottom: 40px;
}
.habout-midinfo p{
    line-height: 32px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 70px;
}
.more-about{
    display: block;
    width: 180px;
    height: 52px;
    border: 1px solid #fff;
    line-height: 52px;
    border-radius: 26px;
    text-align: center;
    color: #fff;
}
.habout-img{
    overflow: hidden;
}
.habout-img img{
    width: 100%;
    display: block;
    transition: all .6s;
}
.habout-img:hover img{
    transform: scale(1.1);
}
.habout-large{
    width: 41%;
}
.habout-samll{
    width: 21.4%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 0 15px;
}
.habout-culture{
    background-color: #eb6100;
}
.habout-samll h3{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 18px;
    border-bottom: 2px solid #fff;
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 15px;
}
.habout-samll img{
    transition: all .6s;
}
.habout-samll:hover img{
    transform: rotateY(180deg);
}
.habout-samll p{
    text-align: center;
}
.habout-team{
    background-color: #009944;
}
@media(max-width: 1400px){
    .habout-midinfo p{
        margin-bottom: 35px;
    }
    .habout-midinfo h3{
        margin-bottom: 25px;
    }
}
@media(max-width: 1200px){
    .habout-midinfo{
        padding: 0 30px;
    }
    .habout-midinfo h3{
        margin-bottom: 25px;
        font-size: 26px;
        padding-bottom: 15px;
    }
    .more-about{
        width: 140px;
        height: 46px;
        line-height: 46px;
        border-radius: 23px;
    }
    .habout-samll h3{
        font-size: 26px;
        padding-bottom: 15px;
        margin-top: 25px;
    }
    .habout-midinfo p{
        margin-bottom: 20px;
    }
}
@media(max-width: 991px){
    .habout-item{
        flex-direction: column;
    }
    .habout-mid{
        width: 100%;
    }
    .habout-midinfo{
        padding: 30px;
    }
    .habout-samll{
        width: 100%;
        padding: 30px;
    }
    .habout-large{
        width: 100%;
    }
}
/* 新闻中心 */
.hnews-title{
    width: 100%;
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
}
.hnews-title h2{
    color: #111;
    font-weight: bold;
    font-size: 40px;
}
.hnews-more{
    display: block;
    width: 124px;
    height: 40px;
    line-height: 40px;
    background-color: #f0f0f4;
    font-size: 16px;
    color: #666;
    text-align: center;
    border-left: 4px solid #003f88;
    transition: all .5s;
}
.hnews-more:hover {
    background-color: #003f88;
    color: #fff;
}
.hnews-img{
    width: 100%;
    overflow: hidden;
}
.hnews-img img{
    width: 100%;
    display: block;
    transition: all .6s;
}
.hnews-info{
    padding-top: 22px;
}
.hnews-info span{
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #999;
    margin-bottom: 32px;
}
.hnews-info h3{
    font-size: 24px;
    line-height: 24px;
    color: #111;
    margin-bottom: 16px;
}
.hnews-info p{
    color: #666;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.hnews-swiper .swiper-slide:hover .hnews-img img{
    transform: scale(1.1);
}
.hnews-swiper .swiper-slide:hover .hnews-info h3{
    color: #003f88;
}
@media(max-width: 1200px){
    .hnews-title{
        margin-bottom: 40px;
    }
    .hnews-info span{
        margin-bottom: 20px;
    }
    .hnews-info h3{
        font-size: 22px;
        margin-bottom: 10px;
    }
}
@media(max-width: 991px){
    .hnews-title h2{
        font-size: 30px;
    }
    .hnews-title{
        margin-bottom: 30px;
    }
    .hnews-info span{
        margin-bottom: 15px;
    }
}
.home-recruit{
    display: flex;
    overflow: hidden;
}
.hrecruit-item{
    width: 50%;
    position: relative;
    overflow: hidden;
}
.hrecruit-item > img{
    width: 100%;
    display: block;
    transition: all .6s;
}
.hrecruit-item:hover > img{
    transform: scale(1.1);
}
.hrecruit-info{
    position: absolute;
    width: 100%;
    height: 100%;
    padding-left: 27%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    top: 0px;
    left: 0px;
}
.hrecruit-info img{
    width: 70px;
    transition: all .6s;
}
.hrecruit-info h3{
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 15px;
}
.hcontact-info{
    color: #FFF;
    padding-left: 90px;
}
.hcontact-info img{
    width: 52px;
}
.hcontact-info p{
    color: #FFF;
}
.hrecruit-item:hover .hrecruit-info img{
    transform: rotateY(180deg);
}
@media(max-width: 1400px){
    .hrecruit-info{
        padding-left: 18%;
    }
    .hcontact-info{
        padding-left: 50px;
    }
}
@media(max-width: 991px){
    .home-recruit{
        flex-wrap: wrap;
        padding: 0 15px;
    }
    .hrecruit-item{
        width: 100%;
        margin-bottom: 30px;
    }
    .hrecruit-info{
        padding-left: 50px;
    }
}
@media(max-width: 599px){
    .hrecruit-info{
        padding-left: 20px;
    }
    .hcontact-info{
        padding-left: 20px;
    }
    .hrecruit-info img{
        width: 60px;
    }
    .hcontact-info img{
        width: 42px;
    }
    .hrecruit-info h3{
        font-size: 24px;
        margin-top: 12px;
        margin-bottom: 10px;
    }
}
/* 底部 */
#footer{
    background-color: #313131;
    padding-top: 45px;
    padding-bottom: 50px;
}
.footer-main{
    display: flex;
    justify-content: space-between;
}
.footer-code{
    width: 61%;
    display: flex;
    margin-top: 16px;
}
.code-img{
    width: 186px;
    height: 186px;
    margin-right: 30px;
}
.code-img img{
    display: block;
    width: 100%;
}
.footer-contat h3{
    color: #fff;
    margin-bottom: 26px;
    font-size: 24px;
}
.footer-contat p{
    color: #b2b2b2;
    line-height: 28px;
}
.footer-nav{
    display: flex;
    width: 28.6%;
    justify-content: space-between;
}
.footer-navitem{
    width: 40%;
}
.footer-nav .footer-navitem:last-child{
    margin-right: 0px;
}
.footer-navtxt{
    border-bottom: 1px dashed #b2b2b2;
    padding: 17px 5px 17px 0px;
}
.footer-navtxt a{
    color: #b2b2b2;
    display: block;
    line-height: 16px;
    width: 100%;
    transition: all .6s;
    background: url(../img/footer_arrow.png) no-repeat right center;
}
.footer-navtxt:hover a{
    transform: translateX(6px);
}
@media(max-width: 1400px){
    .footer-navitem{
        width: 42.5%;
    }
    .footer-code{
        align-items: center;
    }
}
@media(max-width: 1200px){
    .footer-code{
        width: 65%;
    }
    .footer-navitem{
        width: 43.5%;
    }
}
@media(max-width: 991px){
    .footer-main{
        flex-direction: column-reverse;
    }
    .footer-code{
        width: 100%;
    }
    .footer-nav{
        width: 100%;
        justify-content: center;
        margin-bottom: 25px;
    }
    .footer-navitem{
        width: 200px;
    }
    .footer-nav .footer-navitem:first-child{
        margin-right: 40px;
    }
}
@media(max-width: 767px){
    #footer{
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .footer-code{
        flex-direction: column-reverse;
        margin-top: 0px;
    }
    .code-img{
        margin-right: 0px;
    }
    .footer-contat{
        text-align: center;
        margin-bottom: 25px;
    }
    .footer-contat h3{
        margin-bottom: 15px;
    }
}
@media(max-width: 449px){
    #footer{
        padding-top: 20px;
    }
    .footer-navitem{
        width: 140px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .footer-nav .footer-navitem:first-child{
        margin-right: 30px;
    }
}
/* 内页导航 */
.inside-nav{
    background-color: #f7f7f9;
}
.inside-ul{
    display: flex;
}
.inside-ul li{
    flex: 1;
    text-align: center;
    height: 80px;
    line-height: 80px;
    border-right: 1px solid #dbdbdc;
}
.inside-ul li:first-child{
    border-left: 1px solid #dbdbdc;
}
.inside-ul li a{
    color: #111;
    font-size: 18px;
    background-color: transparent;
    transition: all .6s;
    width: 100%;
    display: block;
}
.inside-ul li:hover a, .inside-ul li.on a{
    color: #fff;
    background-color: #003f88;
}
.mobile-inav{
    width: 100%;
    height: 50px;
    display: none;
    margin-top: 30px;
    background-color: #f7f7f9;
}
.mobile-inav h2{
    float: left;
    font-size: 26px;
    line-height: 50px;
    color: #333;
    padding-left: 20px;
}
@media(max-width: 1200px){
    .inside-ul li a{
        font-size: 16px;
    }
}
@media(max-width: 991px){
    .mobile-inav{
        display: block;
    }
    .inside-nav{
        background-color: transparent;
    }
    .inside-ul{
        display: none;
    }
    .inside-ul li{
        width: 100%;
        display: block;
        flex: none;
        border-right: none;
        height: 48px;
        line-height: 48px;
    }
    .inside-ul li a{
        text-align: center;
        border: 1px solid #dcdcdc;
        border-top: none;
    }
    .inside-ul li:hover a, .inside-ul li.on a{
        background-color: transparent;
        color: #003f88;
    }
    .inside-ul li:first-child{
        border-left: none;
    }
}
/* 关于我们 */
.inside-title{
    font-size: 40px;
    color: #111;
    font-weight: bold;
    margin-bottom: 60px;
    text-align: center;
}
.about-info{
    margin-bottom: 50px;
}
.about-txt{
    width: 50%;
    float: left;
    line-height: 32px;
    font-size: 16px;
    color: #333;
    padding-right: 55px;
    text-indent: 32px;
}
.about-img{
    width: 50%;
    margin-top: 8px;
}
.about-allimg{
    width: 100%;
}
.public-img{
    overflow: hidden;
}
.public-img img{
    width: 100%;
    display: block;
    transition: all .6s;
}
.public-img:hover img{
    transform: scale(1.1);
}
@media(max-width: 1200px){
    .about-txt{
        font-size: 14px;
        line-height: 24px;
        padding-right: 30px;
    }
}
@media(max-width: 991px){
    .about-txt{
        width: 100%;
        padding-right: 0px;
        float: none;
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .about-img{
        width: 100%;
    }
    .about-info{
        margin-bottom: 30px;
    }
    .inside-title{
        margin-bottom: 30px;
        font-size: 28px;
    }
    .about-main{
        padding-top: 40px;
    }
}
/* 企业文化 */
.culture-ul{
    margin-left: -25px;
    margin-right: -25px;
}
.culture-ul li{
    float: left;
    margin-bottom: 50px;
    padding: 0 25px;
    width: 50%;
}
.culture-item{
    width: 100%;
    position: relative;
}
.culture-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 50px;
    top: 0px;
    left: 0px;
    transition: all .6s;
}
.culture-mask p{
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    line-height: 62px;
    text-align: center;
}
.culture-item:hover .public-img img{
    transform: scale(1.1);
}
.culture-item:hover .culture-mask{
    background-color: rgba(0, 63, 136, .75);
}
.culture-img{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.culture-img img{
    width: 100%;
    display: block;
    transition: all .6s;
}
.culture-bom .culture-img:first-child{
    margin-bottom: 50px;
}
.culture-img .culture-mask{
    padding: 0px;
}
.culture-bom .culture-img:first-child .culture-mask p{
    text-align: left;
    padding-left: 100px;
}
.culture-bom .culture-img:last-child .culture-mask p{
    text-align: right;
    padding-right: 100px;
}
.culture-img:hover img{
    transform: scale(1.1);
}
.culture-img:hover .culture-mask{
    background-color: rgba(0, 63, 136, .75);
}
@media(max-width: 1400px){
    .culture-mask p{
        font-size: 30px;
        line-height: 52px;
    }
    .culture-mask{
        padding: 0 30px;
    }
}
@media(max-width: 1200px){
    .culture-mask p{
        font-size: 26px;
        line-height: 42px;
    }
    .culture-mask{
        padding: 0 15px;
    }
    .culture-bom .culture-img:first-child .culture-mask p{
        padding-left: 50px;
    }
    .culture-bom .culture-img:last-child .culture-mask p{
        padding-right: 50px;
    }
}
@media(max-width: 991px){
    .culture-ul{
        margin-left: -15px;
        margin-right: -15px;
    }
    .culture-ul li{
        width: 100%;
        float: none;
        padding: 0 15px;
        margin-bottom: 30px;
    }
    .culture-mask{
        position: relative;
        background-color: #003f88;
        top: auto;
        left: auto;
        padding: 30px 20px;
        width: 100%;
    }
    .culture-img:hover .culture-mask{
        background-color: #003f88;
    }
    .culture-item:hover .culture-mask{
        background-color: #003f88;
    }
    .culture-img .culture-mask{
        padding: 30px 20px;
    }
    .culture-mask p{
        font-size: 24px;
        line-height: 30px;
    }
    .culture-mask p:last-child{
        text-align: center !important;
    }
    .culture-bom .culture-img:first-child{
        margin-bottom: 30px;
    }
    .culture-bom .culture-img:first-child .culture-mask p{
        padding-left: 0px;
    }
    .culture-bom .culture-img:last-child .culture-mask p{
        padding-right: 0px;
    }
}
@media(max-width: 449px){
    .culture-mask p{
        font-size: 22px;
    }
    .culture-img .culture-mask{
        padding: 20px 15px;
    }
}
/* 新闻中心 */
.news-top-list{
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 40px;
}
.news-top-list li{
    float: left;
    width: 33.33333%;
    padding: 0 20px;
}
.news-img{
    width: 100%;
    overflow: hidden;
}
.news-img img{
    display: block;
    width: 100%;
    transition: all .6s;
}
.news-top-list li:hover .news-img img{
    transform: scale(1.1);
}
.news-top-list li:hover .hnews-info h3{
    color: #003f88;
}
.news-list li{
    padding: 36px 0px;
    border-bottom: 1px solid #d0d0d0;
}
.news-list li a{
    display: flex;
}
.news-list li:first-child{
    border-top: 1px solid #d0d0d0;
}
.news-time{
    width: 102px;
    border-right: 1px solid #d0d0d0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.news-time h3{
    padding-left: 15px;
    color: #838383;
    font-size: 32px;
    margin-bottom: 14px;
}
.news-time span{
    color: #969696;
    font-size: 16px;
}
.news-info{
    width: calc(100% - 102px);
    padding-left: 40px;
}
.news-info h2{
    font-size: 24px;
    color: #111;
    margin-bottom: 20px;
}
.news-info p{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
    line-height: 24px;
    font-size: 16px;
}
.news-list li:hover .news-info h2{
    color: #003f88;
}
.news-main{
    padding-top: 100px;
}
@media(max-width: 1200px){
    .news-main{
        padding-top: 80px;
    }
}
@media(max-width: 991px){
    .news-main{
        padding-top: 50px;
    }
    .news-top-list{
        margin-bottom: 0px;
    }
    .news-top-list li{
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    .news-list li{
        padding: 15px 0px;
    }
    .news-time{
        width: 80px;
    }
    .news-info{
        width: calc(100% - 80px);
        padding-left: 20px;
    }
    .news-info h2{
        font-size: 20px;
        margin-bottom: 12px;
    }
    .news-time h3{
        font-size: 28px;
        padding-left: 10px;
        margin-bottom: 5px;
    }
}
@media(max-width: 449px){
    .news-time{
        width: 64px;
    }
    .news-info{
        width: calc(100% - 64px);
        padding-left: 10px;
    }
    .news-time span{
        font-size: 14px;
    }
    .news-info h2{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .news-time h3{
        font-size: 24px;
        padding-left: 5px;
    }
    .news-page{
        margin-top: 30px;
        margin-bottom: 30px;
    }
}
/****产品中心****/
.pro{
    margin-top: 100px;
}
.pro-boxl h3{
    font-size: 40px;
    color: #000;
    font-weight: bold;
}
.pro-boxr{
    width: calc(100% - 354px);
}
.pro-ul li{
    background: #f0f0f4 url(../img/pro-leftbg.png) no-repeat 204px center;
    height: 55px;
    margin-bottom: 20px;
    border:1px solid #d8dbe1;
    line-height: 55px;
    padding-left: 46px;
}
.pro-boxl{
    width: 294px;
    
}
.pro-box{
    display: flex;
    justify-content:space-between;
}
.pro-ul{
    margin-top: 50px;
}
.pro-boxrimg{
    overflow: hidden;
}
.pro-boxrimg img{
    width: 100%;
    transition: all 0.5s;
}
.pro-boxr ul li:hover .pro-boxrimg img{
    transform: scale(1.1);
}
.pro-ul li:hover {
    background: #003f88 url(../img/pro-leftbgh.png) no-repeat 204px center;
}
.pro-ul li:hover a{
    color: #fff;
}
.pro-ul li.pro-leftAct{
    background: #003f88 url(../img/pro-leftbgh.png) no-repeat 204px center;
}
.pro-leftAct a{
    color: #fff;
}
.pro-boxr ul li span{
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
    display: block;
    height: 24px;
}
.pro-boxr ul li:hover span{
    color: #003f88;
    font-weight: bold;
}
.pro-mobile{
    display: none;
    width: 100%;
}
@media(max-width: 1200px){
    .pro{
        margin-top: 80px;
    }
}
@media(max-width:991px){
    .pro{
        margin-top: 10px;
    }
    .pro-box{
        flex-wrap: wrap;
    }
    .pro-mobile{
        display: block;
        margin-bottom: 30px;
    }
    .pro-boxr{
        width: 100%;
    }
    .pro-boxl{
        display: none;
    }
}
/* 联系我们 */
.contact-main{
    padding-bottom: 60px;
}
.contact-cont{
    overflow: hidden;
}
.contact-info{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f3f3f3;
    justify-content: center;
}
.contact-info dl dt{
    font-size: 24px;
    color: #003f88;
    margin-bottom: 25px;
}
.contact-info dl dd{
    line-height: 30px;
    color: #666;
    font-size: 16px;
}
.contact-img{
    overflow: hidden;
    width: 100%;
}
.contact-img img{
    display: block;
    width: 100%;
}
.contact-ditu{
    margin-top: 28px;
    overflow: hidden;
    width: 100%;
}
.contact-ditu img{
    display: block;
    width: 100%;
}
@media(max-width: 1200px){
    .contact-info dl dt{
        margin-bottom: 15px;
    }
}
@media(max-width: 991px){
    .col-xxs-12{
        width:100%;
    }
    .contact-info{
        padding: 30px 0px;
        margin-bottom: 15px;
    }
    .contact-main{
        padding-bottom: 40px;
    }
}
@media(max-width: 599px){
    .contact-main{
        padding-bottom: 30px;
    }
    .contact-ditu{
        margin-top: 15px;
    }
}