@charset "utf-8";a,abbr,acronym,address,applet,b,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{
    margin:0;
    padding:0;
    font-family:"Microsoft Yahei",'PingFang SC','Helvetica Neue','Hiragino Sans GB',SimSun;
}
li{
    list-style: none;
}

@font-face{
    font-family:myFont;
    src:url('../font/Alibaba-PuHuiTi-Light.ttf'),url('../font/Alibaba-PuHuiTi-Light.woff');
}
@font-face{
    font-family:myFont1;
    src:url('../font/Alibaba-PuHuiTi-Regular.ttf'),url('../font/Alibaba-PuHuiTi-Regular.woff');
}
@font-face{
    font-family:myFont2;
    src:url('../font/Alibaba-PuHuiTi-B.ttf'),url('../font/Alibaba-PuHuiTi-B.woff');
}
@font-face{
    font-family:myFont3;
    src:url('../font/Alibaba-PuHuiTi-H.ttf'),url('../font/Alibaba-PuHuiTi-H.woff');
}
@font-face{
    font-family:myFont4;
    src:url('../font/Alibaba-PuHuiTi-Medium.ttf'),url('../font/Alibaba-PuHuiTi-Medium.woff');
}
.web-font{font-family:myFont;}
.web-font1{font-family:myFont1;}
.web-font2{font-family:myFont2;}
.web-font3{font-family:myFont3;}
.web-font4{font-family:myFont4;}
/*banner*/
.index-banner img,.ny-banner img{
    width: 100%;
    display: block;
}
.index-banner .swiper-pagination-bullet{
    width: 13px;
    height: 13px;
    opacity: 0.8;
    background:#fff;
    border-radius: 0;
    margin:0 7px !important;
}
.index-banner  .swiper-pagination-bullet-active{
    background: #043786;
    opacity: 1;
    border:0;
}

/* 搜索 */
.search{
    background:#043786;
    height: 70px;
    line-height: 70px;
}
.search .ser-key{
    font-size:15px;
    color:#fff;
    background: url(../images/fire.png) no-repeat left center;
    padding-left: 45px;
    font-weight: bold;
}
.search .ser-key a{
    color:#fff;
    margin-right: 10px;
    font-weight: normal;
}
.search .ser-key a:hover{
    color:#fe0000;
}
.search .ser-input{
    width: 310px;
    overflow: hidden;
    margin-top: 17px;
}
.search .ser-input .inp01{
    width: 245px;
    float: left;
    background:#fff;
    border: 1px solid #dddddd;
    padding-left: 10px;
    height: 38px;
    line-height: 38px;
    border-right: none;
}
.search .ser-input .inp02{
    display: block;
    width: 64px;
    height: 38px;
    float: right;
    background:url(../images/wr_13.png) no-repeat center center #1e50ae;
}
.search .ser-input a:hover{
    background:url(../images/wr_13.png) no-repeat center center #0c5cd8;
    border: 1px solid #0c5cd8;
}


/* 标题 */
.title{
    font-size: 55px;
    color:#e5e5e5;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    line-height: 10px;
    margin: 30px 0 70px 0;
    font-family: "myFont1";
}
.title span{
    display: block;
    font-size: 36px;
    color:#043786;
    font-family: "myFont1";
}

/* 产品中心 */
.c-1{
    background:#f8f8f8;
    position: relative;
}
.c-1 .pro-bg{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
}
.c-1 .pro-bg img{
    width: 100%;
    height: auto;
}
.notice .tab-hd{
    width: 15%;
    float: left;
    position: relative;
}

.notice .tab-hd .tab-nav::after{
    content: '';
    position: absolute;
    left: 6px;
    top: 0;
    width: 1px;
    height: 400px;
    background: #e3e8ef;
}
.notice .tab-hd li{
    display: block;
    padding-left: 31px;
    position: relative;
    color: #676767;
    font-size: 16px;
    margin-bottom: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.notice .tab-hd li a{
    color:#575757;
    font-family: "myFont1"; 
    font-size: 16px;
}
.notice .tab-hd li::after{
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #d3d3d4;
    background: #fff;
    z-index: 5;
}
.notice .tab-hd li.on::after{
    border: 1px solid #0050cc;
}
.notice .tab-hd li.on a{
    color:#0050cc;
}
.notice .tab-bd{
    width: 80%;
    float: right;
}
.c-1 .pro-list dl{
    width: 31.6%;
    margin: 0 2.5% 2.5% 0;
    float: left;
}
.c-1 .pro-list dl:nth-child(3n){
    margin-right: 0;
}
.c-1 .pro-list dl dt{
    width: 100%;
    height: 220px;
    overflow: hidden;
}
.c-1 .pro-list dl dt img{
    width: 100%;
    height: 100%;
    transition: .4s;
}
.c-1 .pro-list dl:hover dt img,
.c-pro-list dl:hover dt img{
    transform: scale(1.1);
}
.c-1 .pro-list dl dd,
.c-pro-list dl dd{
    background:#eeeeee;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color:#222222;
    transition: .4s;
    position: relative;
    padding:0 15px;
}
.c-1 .pro-list dl dd::before,
.c-pro-list dl dd::before{
    content: '';
    position: absolute;
    left: 50%;
    width: 0;
    height: 100%;
    background-color: #023793;
    transition: all 0.5s;
}
.c-1 .pro-list dl dd p,
.c-pro-list dl dd p{
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
    font-family: "myFont1";
}
.c-1 .pro-list dl:hover dd:before,
.c-pro-list dl:hover dd::before{
    width: 100%;
    left: 0;
}
.c-1 .pro-list dl:hover dd p,
.c-pro-list dl:hover dd p{
    color:#fff;
}


.link-more{
    width: 175px;
    line-height: 55px;
    border:1px solid #023793;
    text-align: center;
    font-size: 18px;
    color:#023793;
    display: block;
    margin:0 auto;
    margin-top: 50px;
    transition: .4s;
    position: relative;
    z-index: 5;
}
.link-more:hover,
.about-box .about-r .link:hover{
    background:#023793;
    color:#fff;
    border:1px solid #023793;
}

.c-2{
    width: 100%;
    background:url(../images/ys-bg.jpg) no-repeat 100% 100%;
    background-size: cover;
    padding:50px 0;
}
.c-2 dl{
    width: 25%;
    border-right:1px solid #546990;
    text-align: center;
    position: relative;
}
.c-2 dl:last-child{
    border-right:0;
}
.c-2 dl dt,
.c-2 dl dd{
    text-align: center;
}
@-webkit-keyframes circle {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes circle {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.c-2 dl dt{
    -webkit-animation: circle 10s infinite linear;
    animation: circle 10s infinite linear;
    width: 119px;
    height: 119px;
    margin:0 auto;
}
.c-2 dl dd{
    position: absolute;
    top: 37px;
    left: 0;
    width: 100%;
    height: 119px;
    text-align: center;
}
.c-2 dl dd img{
    width: auto;
    height: 44px;
    display: inline-block;
}
.c-2 dl>div{
    font-size: 17px;
    color:#fff;
    margin-top: 15px;
}
.c-2 dl>div p{
    font-family: "myFont";
    font-size: 13px;

}


/* 关于我们 */
.c-4{
    background:url(../images/wrf.jpg) no-repeat 100% 100%;
    background-size:cover;
}
.c-4 .title{
    color:#3f65ae;
}
.c-4 .title span{
    color:#fff;
}
.about-box .about-l{
    width: 520px;
    height: 370px;
}
.about-box .about-l img{
    width: 100%;
    height: 100%;
}
.about-box .about-r{
    width: 51%;
}
.about-box .about-r h2,
.c-3 .select-list .text h3{
    font-size: 34px;
    color:#fff;
    /* font-weight: bold; */
    font-family: "myFont2";
}
.about-box .about-r h3{
    font-family: "myFont2";
    color:#436cbb;
    font-size: 24px;
    text-transform: uppercase;
}
.about-box .about-r i,
.c-3 .select-list .text i{
    width: 32px;
    height: 2px;
    background:#436cbb;
    display: block;
    margin:25px 0 35px 0;
}
.about-box .about-r .about-text{
    font-size: 16px;
    color:#fff;
    line-height: 35px;
    text-indent: 2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-family: "myFont1";
}
.about-box .about-r .link{
    width: 140px;
    line-height: 45px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 18px;
    color: #fff;
    display: block;
    margin-top: 45px;
    transition: .4s;
    font-family: "myFont1";
}

/* 选择我们的四大理由 */
.c-3 .select-box{
    margin-top: 100px;
}
.c-3 .select-list .img,
.c-3 .select-list .text{
    width: 560px;
}
.c-3 .select-list .text{
    margin-top: 15px;
}
.c-3 .select-list .img{
    position: relative;
}
.c-3 .select-list .img dt{
    width: 100%;
    height: 295px;
}
.c-3 .select-list .img dt img{
    width: 100%;
    height: 100%;
}
.c-3 .select-list .img dd{
    width: 88px;
    height: 110px;
    background:#023793;
    position: absolute;
    left: 20px;
    top: -40px;
    font-size: 40px;
    color:#fff;
    font-weight: bold;
    text-align: center;
    padding-top: 12px;
}
.c-3 .select-list .img dd i{
    width:41px;
    height:4px;
    background:#fff;
    display:block;
    margin:0 auto;
    margin-top: 3px;
}
.c-3 .select-list .text h3{
    color:#14439d;
}
.c-3 .select-list .text i{
    background:#14439d;
}
.c-3 .select-list .text .des{
    color:#222222;
    font-size: 17px;
    line-height: 38px;
    -webkit-line-clamp: 4;
}
.c-3 .select-list:nth-child(2n) .img dd{
    position: absolute;
    top: -40px;
    left: 452px;
}
.c-3 .select-list .text .des p{
    background:url(../images/dot.png) no-repeat left center;
    padding-left: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "myFont1";
}



/* 新闻动态 */
.c-5 .inew-top{
    position: relative;
}
.c-5 .inew-top .in-t-l{
    width: 30%;
    padding:40px 0;
    background: #14439d;
    position: absolute;
    z-index: 2;
    top: 28px;
}
.c-5 .inew-top .in-t-l img{
    width: 55%;
    margin:0 auto;
    display: block;
}
.c-5 .inew-top .in-t-l p{
    font-size: 25px;
    color:#a0bbd4;
    margin-top: 12px;
    text-align: center;
    font-family: "myFont1";
}
.c-5 .inew-top .in-t-r{
    width: 83%;
    background: #f5f5f5;
    padding:60px 60px 60px 290px;
}
.c-5 .inew-top .in-t-r h5{
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.c-5 .inew-top .in-t-r h5 a{
    color:#333333;
    font-family: "myFont1";
}
.c-5 .inew-bot{
    margin-top: 3%;
}
.c-5 .inew-top .in-t-r h5 a:hover,.c-5 .inew-bot dl:hover dt{
    color:#14439d;
    text-decoration: underline;
}
.c-5 .inew-top .in-t-r p{
    font-size: 16px;
    color:#5c5c5c;
    line-height: 30px;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-family: "myFont1";
}
.c-5 .inew-bot dl{
    width: 47%;
    float: left;
    margin-right: 6%;
    overflow: hidden;
    border-bottom: 1px solid #efefef;
    padding-bottom: 11px;
    margin-top: 15px;
}
.c-5 .inew-bot dl:nth-child(2n){
    margin-right: 0;
}
.c-5 .inew-bot dl dt{
    background: url(../images/lw_43.png) left center no-repeat;
    font-size: 18px;
    color:#333333;
    width: 70%;
    float: left;
    padding-left: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .4s;
    font-family: "myFont1";
}
.c-5 .inew-bot dl dd{
    font-size: 18px;
    color:#333333;
    width: 22%;
    text-align: right;
    float: right;
    font-family: "myFont1";
}




/* 主体内容 */
.main-box{
    padding:30px 0 50px 0;
}
.main-left{
    width:240px;
}
.main-left .main-title{
    background:#15449d;
    line-height: 80px;
    padding:0 25px;
    overflow: hidden;
}
.main-left .main-title h5{
    font-size: 25px;
    color: #fff;
    float: left;
    font-family: "myFont1";
}
.main-left .main-title .iconfont{
    font-size: 25px;
    color:#fff;
    display: block;
    float: right;
}
/* .pro-list{
    border:1px solid #eee;
} */
.pro-list-t li{
    line-height: 60px;
    border:1px solid #eee;
    border-top: none;
    font-size: 17px;
    padding:0 13px;
    position: relative;
    transition: .4s;
}
.pro-list-t li a{
    color:#333;
    display: block;
    font-family: "myFont1";
}
.pro-list-t li .iconfont{
    position: absolute;
    top: 0;
    right: 7px;
    font-size: 20px;
    color:#808080;
}
.pro-list-t li:hover,
.pro-list-t li.cur{
    border-left: 2px solid #15449d;
}
.pro-list-t li:hover a,
.pro-list-t li:hover .iconfont,
.pro-list-t li.cur a,
.pro-list-t li.cur .iconfont{
    color:#15449d;
}
.m-contact{
    border:1px solid #eee;
    margin-top: 10px;
}
.m-contact h4{
    width: 91%;
    margin:0 auto;
    border-bottom: 1px solid #eee;
    font-size: 20px;
    line-height: 45px;
    color:#15449d;
    margin-top: 5px;
    font-family: "myFont1";
}
.m-contact .m-con-text{
    width: 91%;
    margin:15px auto;
    font-size: 14px;
    color:#333;
    line-height: 26px;
}
.m-contact .m-con-text img{
    width: 70%;
    margin:0 auto;
}
.m-contact .m-con-text span{
    display: block;
    font-family: "myFont1";
    text-align: center;
    font-size:15px;
    margin:5px 0 10px 0;
    color:rgb(82, 82, 82);
}
.m-contact .m-con-text p{
    font-family: "myFont1";
    font-size: 16px;
    text-align: center;
}
.m-contact .m-link{
    width: 91%;
    margin:0 auto;
    background:#15449d;
    line-height: 55px;
    margin-bottom: 20px;
    transition: .4s;
}
.m-contact .m-link a{
    display: block;
    width: 70%;
    float: right;
    color:#fff;
    text-align: center;
    border-left: 1px solid #fff;
    font-size: 16px;
}
.m-contact .m-link .iconfont{
    width: 25%;
    float: left;
    color:#fff;
    text-align: center;
    font-size: 30px;
}
.m-contact .m-link:hover{
    background:#dc2900;
}
.location{
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.location h5{
    color: #15449d;
    font-size: 19px;
    border-left: 3px solid #15449d;
    height: 20px;
    line-height: 20px;
    padding-left: 14px;
    margin-top: 5px;
    font-family: "myFont1";
}
.location .loca-des{
    width: 50%;
    text-align: right;
    margin-top: 5px;
}
.location .loca-des h6{
    color:#d9d9d9;
    line-height: 18px;
}
.location .loca-des h6 .iconfont{
    font-size: 18px;
    color:#15449d;
}
.location .loca-des h6 a{
    color:#2f4056;
    margin  : 0 5px;
    font-family: "myFont1";
    font-size: 15px;
}

/* 产品中心 */
.main-right{
    width: 77.4%;
}
.c-pro-list dl{
    width: 31.6%;
    margin:24px 24px 0 0;
    float: left;
    border:1px solid #eee;
}
.c-pro-list dl:nth-child(3n){
    margin-right: 0;
}
.c-pro-list dl dt{
    width: 100%;
    height: 205px;
    overflow: hidden;
}
.c-pro-list dl dt img{
    width: 100%;
    height: 100%;
    transition: .4s;
}
.c-pro-list dl dd{
    background:#fbfbfb !important;
}

/* 新闻中心 */
.c-news-list dl{
    overflow: hidden;
    border-bottom: 1px dotted #b0b0b0;
    padding:20px 0;;
}
.c-news-list dl dt{
    width: 200px;
    height: 150px;
    overflow: hidden;
    float: left;
}
.c-news-list dl dt img{
    width: 100%;
    height: auto;
    transition: .4s;
}
.c-news-list dl:hover dt img{
    transform: scale(1.04);
}
.c-news-list dl dd{
    width: 75.5%;
    float: right;
}
.c-news-list dl dd h5{
    font-size: 18px;
    line-height: 30px;
    color:#333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.c-news-list dl dd p{
    padding-top: 10px;
    color: #999;
    height: 58px;
    overflow: hidden;
    line-height: 24px;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.c-news-list dl dd .date em{
    font-size: 13px;
    color: #b7b7b7;
    position: relative;
    padding-left: 23px;
}
.c-news-list dl dd .date .iconfont{
    font-size: 20px;
    margin-right: 5px;
    position: absolute;
    top: -5px;
    left: 0;
}
.c-news-list dl dd .date em:last-child{
    margin-left: 10px;
}
.c-news-list dl:hover dd h5{
    color:#15449d;
}



/*详情页*/
.xq-tit{
    margin-top:45px;
    border-bottom: 1px dashed #eaeaea;
}
.xq-tit h2{
    font-size: 25px;
    color: #333;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
}
.xq-tit p{
    font-size: 14px;
    line-height: 24px;
    color: #b1b1b1;
    text-align: center;
    margin: 5px 0;
}
.xq-tit p span{
    margin: 0 10px;
}
.news-xq p{
    font-size: 14px;
    line-height: 30px;
    color: #b5b5b5;
    text-indent: 2em;
    margin-top: 8px;
}
.news-xq img{
    width: 75% !important;
    height: auto;
    margin: 20px auto !important;
}
.news-xq ul{
    margin-top: 20px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}
.news-xq ul li a{
    font-size: 14px;
    color: #696969;
    line-height: 30px;
}
.news-xq ul li:first-child{
    margin-bottom: 10px;
    padding-left: 30px;
    background: url(../img/news/fh.png) no-repeat left center;
}
.news-fh ul li:first-child{
    padding-left: 0;
}
.news-fh ul li a:hover{
    color:#b3150d;
    text-decoration: underline;
}
.news-xq-box p{
    font-size:15px;
    color:#333;
    line-height: 32px;
}
.news-fh ul li:first-child{
    padding-left: 0;
}
.news-fh ul li a:hover{
    color:#ef8450;
    text-decoration: underline;
}

/*分页*/
.page-box {
    margin-bottom: 30px;
    margin-top: 40px;
}
.page-box div{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}
.page-box a{
    display: block;
    padding: 6px 15px;
    font-size: 14px;
    color: #666;
    box-sizing: border-box;
    border: 1px solid #ddd;
    margin: 0 5px;
    border-radius: 3px;
}
.page-box a:hover{
    background: #15449d;
    color:#fff;
}
.page-box strong{
    display: block;
    padding: 6px 15px;
    font-size: 14px;
    color: #666;
    background-color: #15449d;
    color: #fff;
    margin: 0 5px;
    border-radius: 3px;
}

.cont-list{
    font-size: 16px;
    line-height: 35px;
    color:#333;
    margin-top: 15px;
	text-align: justify;
    font-family: "myFont1";
    margin-top: 30px;
}
.cont-list p{
    font-family: "myFont1";
}


/* 内页banner */
.ny-banner{
    position: relative;
    display: flex;
    align-items: center;
    min-width: 1200px;
}
.ny-banner img{
    width: 100%;
}
.ny-banner .text-box{
    width: 100%;
    position: absolute;
    /* text-align: center; */
    font-size: 32px;
    color: #fff;
    /* margin-top: 50px; */
}
.ny-banner .text-box p{
    font-size: 40px;
    text-transform: uppercase;
    margin-top: 5px;
    position: relative;
    font-weight: bold;
}


/*产品详情*/
.sjmk_xq{
    width:57%;
    height: 450px;
    margin-top:20px;
    margin-bottom: 35px;
}
.sjmk_xq .swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    }
.sjmk_xq .swiper-slide {
    background-size: cover;
    background-position: center;
    }
.sjmk_xq .gallery-top {
    height: 80%;
    width: 100%;
}
.sjmk_xq .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}
.sjmk_xq .gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}
.sjmk_xq .gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

.xq_c .pro_xq{
    width:40%;
    margin-top:20px;
}
.pro_xq h2{
    font-size: 24px;
    color:#000;
    margin-bottom: 15px;
}
.pro_xq h2 span{
    font-weight: bold;
}
.pro_xq .xq_link{
    color:#fff;
    background: #15449d;
    font-size:16px;
    height:40px;
    line-height: 40px;
    text-align: center;
    width: 280px;
    border-radius: 2px;
    margin-top:30px;
    overflow: hidden;
}
.pro_xq .xq_link .iconfont{
    font-size: 25px;
    display: block;
    float: left;
    width: 18%;
    border-right: 1px solid #fff;
}

.cas_xq{
    width: 100%;
    height: auto;
    margin-top:15px;
    margin-bottom: 20px;
}
.cas_xq .cas_left{
    width: 100%;
    border:1px solid #e2e2e2;
    padding-bottom: 15px;
}

.cas_xq .tab_bar{
    width: 100%;
    border-bottom: #f88719 1px solid;
    overflow: hidden;
    margin-bottom: 15px;
}

.tab_bar h3 {
    padding: 12px 24px;
    background: #f88719;
    color: #fff;
    font-size: 17px;
    float: left;
    }
.xqnr {
    font-size: 15px;
    line-height: 30px;
    color: #3c3c3c;
    margin-bottom: 40px;
    }
.pro_xq .pro_des{
    color: #7e7e7e;
    /* padding: 15px;
    background: #ececec; */
    margin-top: 10px;
    overflow: hidden;
    font-size: 15px;
    line-height: 28px;
    height: auto;
    margin-bottom: 15px;
}
.xqnr img{
    width: 100%;
    margin-top: 10px;
    display: inline;
}

.recommend-con h1{
    height: 45px;
    line-height: 45px;
    padding-left: 15px;
    background: #f5f5f5;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 10px;
    font-size: 16px;
    color:#6d6d6d;
}

.recommend-con .c-title::before{
    background:#ebf0fd;
}
.recommend-con .recommend-img{
    overflow: hidden;
    height: 195px;
}
.recommend-con .recommend-img img{
    width: 100%;
    height: 100%;
    transition: .6s;
}
.recommend-list .swiper-slide:hover .recommend-img img{
    transform: scale(1.07);
}
.recommend-con .recommend-title{
    width: 100%;
    line-height: 40px;
    background:#f5f5f5;
    text-align: center;
    font-size: 15px;
    color:#333;
}
.recommend-list .swiper-slide:hover .recommend-title{
    background:#15449d;
    color:#fff;
}


/* 联系我们 */
.contact-box{
	margin-bottom: 30px;
}
.contact-box dl{
	width: 50%;
    float: left;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    line-height: 65px;
}
.contact-box dl dt{
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background:#14439d;
	text-align: center;
	line-height: 50px;
	float: left;
	margin-top: 9px;
}
.contact-box dl:first-child dt .iconfont{
	font-size: 34px;
}
.contact-box dl dt .iconfont{
	color:#fff;
	font-size: 28px;
}
.contact-box dl dd{
	width: 83%;
	float: left;
	text-transform: capitalize;
	font-size: 18px;
	color:#333;
	margin-left: 4%;
    font-family: "myFont1";
}
.contact-box dl dd span{
    font-family: "myFont1";
}
.contact-box dl dd p{
	font-weight: normal;
	font-weight: bold;
	margin-top: 5px;
	font-size: 20px;
}