*{padding: 0;margin: 0;font-family: "微软雅黑";font-size: 14px;color: #333;}
a{text-decoration: none;}
ul,ol{list-style: none;}
img{border:none}
input,textarea{outline:none;}
body{background: #f5f8f6;}
.pubCon{width:1200px;margin: 0 auto;}
.pubTit{text-align: center; padding-bottom: 5px;}
.pubTit h2{font-size: 32px; font-weight: 400;}
.pubTit .line{width:50px;height:2px; background: #257557;display: inline-block;margin-top: 10px;}
/*头部模块*/

.hdCon{height:100%;display: flex;justify-content:space-between;align-items: center;}
.header{height: 75px; width: 100%; background: #257557; position: fixed; top: 0;left:0;z-index: 10;}
/*海报模块*/
.banner{height: 465px;}
.banner a{display: block; height: 465px;background: no-repeat center; cursor: move;}
.banner a.small{display: none;}
.banner .swiper-pagination-bullet{background: #fff;}
/*服务模块*/
.service{padding:50px 0 20px}
.serCon{display: flex; text-align: center; margin: 0 auto;}
.serCon .box{display: block; height: 380px; padding: 0 200px;} 
.serCon .boxIcon{width:200px;height:200px;border: 1px #257557 solid; border-radius: 50%;margin: 0 auto; line-height: 200px;transition: 0.3s;}
.serCon .boxIcon .iconfont{font-size:90px; color:#257557;transition: 0.3s;}
.serCon h3{margin: 50px 0 25px;font-size: 22px; font-weight: 400; transition: 0.3s;}
.serCon p{line-height: 1em; color: #666;font-size: 22px}
.serCon .box:hover h3{color:#257557}
.serCon .box:hover .boxIcon{background: #257557;}
.serCon .box:hover .boxIcon .iconfont{color:#fff;}
/*说明*/

.abtText{font-size: 20px;color: #666;line-height: 1.5em}


/*手机端适配*/
@media(max-width:992px){
    .pubCon{width:100%}
    .pubTit{text-align: center; padding-bottom: 5px;}
    .pubTit h2{font-size: 22px; font-weight: 400;}
    .pubTit .line{width:30px;}
    .banner{height: 465px;}
    .banner a{ height: 465px;}
    .banner a.small{display: block;}
    .banner a.big{display:none;}
/*服务模块*/
    .service{padding:20px 0 5px}    
    .serCon .box{height: auto;width:50%;margin-bottom: 20px;padding:25px 25px;} 
    .serCon .boxIcon{width:100px;height:100px;line-height: 100px;}
    .serCon .boxIcon .iconfont{font-size:50px; }
    .serCon h3{margin: 20px 0 10px;font-size: 18px; }
    .serCon p{line-height: 1em; color: #666;font-size: 18px}
 /*说明*/
    .abtText{font-size: 18px;}

}
