/*通用样式*/
* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei" ! important;
}

a {
    text-decoration: none;
    color: #000000;
    text-decoration: none;
}

/*删除a标签下划线  设置最多的颜色*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 16px;
}

/*h标签统一字体大小*/
body {
    font-family: arial;

}

/*页面默认字体样式*/
p {
    color: #333333;
    font-family: "微软雅黑";
}

ul,
li {
    list-style: none;
}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

/*清浮动*/
.fl {
    float: left;
}

/*左浮动*/
.fr {
    float: right;
}

/*右浮动*/
.container {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;

}

.inner {
    width: 1200px;
    margin: 0 auto;
}





body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

#bigframe {
    width: 100%;
    height: 100vh;
}

.top {
    width: 100%;
    height: 75px;
    background: #fff;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 99;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
#bigframe>.swiper-wrapper>.swiper-slide{
    overflow: hidden;
}
.top .top_1 .logo img {
    width: 385px;
    height: 75px;
}

.top .top_1 .top_list {
    /* margin-left: 59px; */

}

.top .top_1 .top_list > li {
	position: relative;
    float: left;
    margin: 0px 24px;
}

.top .top_1 .top_list li > a {
    height: 75px;
    line-height: 75px;
    font-size: 18px;
    color: #333;
    transition: all 0.3s;
    cursor: pointer;
	overflow:hidden;
}
.top .top_1 .top_list li .act{
    color: #007eff;
}
.top .top_1 .top_list li > a:hover{
    color: #007eff;
}

.top .top_1 .top_list li ul {
	top:75px;
	left:-25px;
	position: absolute;
	display: none;
	background:#ffffff;
	width:120px;
	box-shadow: 0 4px 5px #aaaaaa;
	z-index: 99;
}

.top .top_1 .top_list li:hover ul {
	display: block;
}

.top .top_1 .top_list li ul li > a {
	padding:0;	
	display: block;
	width:auto;
	height:40px;
	line-height:40px;
	border-bottom:1px #e5e5e5 dashed;
	color:#444444;
	font-size:14px;
	text-align: center;
	text-decoration: none;
}

.top .top_1 .top_list li ul li > a:last-child {
	border:0;
}

.top .top_1 .top_list li ul li > a:hover {
	background:#fafafa;
}

#banner .banner1 {
    background: url(../img/index_banner1.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
}

#banner .banner2 {
    background: url(../img/index_banner2.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#banner .banner2 .img1 {
    width: 60%;
}
#banner .banner3{
    overflow: hidden;
}
#banner .banner3 .img1 {
    width: 100%;
    height: 100vh;
    animation-fill-mode: both;
    -webkit-animation: animate1 5s linear 1s infinite;
    animation: animate1 5s linear 1s infinite;
  
}
@keyframes animate1 {
    0% {
    
            -webkit-transform: scale(1.05);
            transform: scale(1.05);
    }

    50% {
        
            -webkit-transform: scale(1);
            transform: scale(1);
    }

    100% {
           
            -webkit-transform: scale(1.05);
            transform: scale(1.05);
    }

}
.product {
    background: url(../img/product.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100vh;
   
}

.product .p1 {
    font-size: 40px;
    line-height: 1.5;
    color: #fff;
    padding-top: 150px;
    text-align: center;
    letter-spacing: 13px;
}

.product .p2 {
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
    text-align: center;

}
.product  .xian{
    display: block;
    margin: 0 auto;
    margin-top: 100px;
    width: 1140px;
    height: 8px;
    text-align: center;
}
.lunbo{

    margin-top: 30px;
}
.lunbo #content .mod ul{
    display: flex;
    justify-content: space-around;
}
.lunbo #content .mod ul li{
    width: 388px;
    height: 358px;
    background: #fff;
    box-sizing: border-box;
    padding: 18px  15px;
    cursor: pointer;
    transition: all 0.3s;
}
.lunbo #content .mod ul li:hover{
    background: #074189;
}
.lunbo #content .mod ul li img{
    box-sizing: border-box;
    border: 1px solid #074189 ;
    width: 357px;
    height:268px;
}
.lunbo #content .mod ul li p{
    width: 357px;
    height: 47px;
    text-align: center;
    line-height: 47px;
    color: #fff;
    font-size: 16px;
    background: #023d87;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.lunbo #content .mod .title1{
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    margin-top: 70px;
}

.xxk .tab .title{
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 201px;
    margin: 0 auto;
    margin-top: 30px;
    z-index: 2;
    
}
.xxk .tab .title::after{
    content: "";
    position: absolute;
    left: 0px;
    top: 8px;
    width: 100%;
    height: 4px;
    background: #fff;
    z-index: -1;
    
}
.xxk .tab .title li{
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    background: #fff;
    /* margin: 0px 20px; */
    text-align: center;
cursor: pointer;
}
.xxk .tab .title li a{
    background: #fff;
    display: inline-block;
}
.xxk .tab .title .active a{
    background: #437cc2;
    box-sizing: border-box;
    width: 10px;
    height: 10px;

    border-radius: 50%;
}
.abuot{
    background-color: #dbe0ef;
    position: relative;
}
.abuot .title1{
    font-size: 40px;
    line-height: 1.5;
    color: #000;
    text-align: center;
    position: absolute;
    top: 190px;
    left: 0px;
    z-index: 10;
    width: 100%;

}
.abuot .title2{
    font-size: 24px;
    line-height: 1.5;
    color: #1d3375;
    text-align: center;
    letter-spacing: 12px;
    position: absolute;
    top: 250px;
    left: 0px;
    width: 100%;
    z-index: 10;
}
.abuot .l_r{
    width: 50%;
    height: 100%;
    
}
.abuot .title3{
    background: rgba(255, 255, 255, 0.53);
    width: 760px;
    height: 480px;
    margin-right: -75px;
    margin-top: 315px;
    box-sizing: border-box;
    padding-left: 70px;
    padding-right: 75px;
}
.abuot .title3 .nr1{
    margin-top: 85px;
    font-size: 16px;
    line-height: 1.5;
}
.abuot .title3  ul{
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-top: 80px;
}
.abuot .title3  ul li{
    width: 175px;
    height: 40px;
        border-radius: 20px;
       margin-bottom: 14px;
       margin-right: 13px;
}
.abuot .title3  ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #fff;
}
.abuot .title3  ul li a img{
    margin-right: 10px;
}
.abuot .title3  ul .li1{
    background: #0055c0;
}
.abuot .title3  ul .li2{
    background: #0368e7;
}
.abuot .title3  ul .li3{
    background: #023d87;
}
.abuot .title3  ul li a .img1{
    width: 17px;
    height: 17px;
}
.abuot .title3  ul li a .img2{
    width: 21px;
    height: 17px;
}
.abuot .title3  ul li a .img3{
    width: 21px;
    height: 20px;
}
.abuot .title3  ul li a .img4{
    width: 17px;
    height: 19px;
}
.abuot .title3  ul li a .img5{
    width: 19px;
    height: 18px;
}.abuot .title3  ul li a .img6{
    width: 22px;
    height: 22px;
}
.news {
    background: #000;
}
.news .news_1{
    width: 100%;
    height: 83vh;
    background: url(../img/news.jpg) no-repeat center center;
    background-size: cover;
}
.news .news_1 .title1{
    font-size: 40px;
    line-height: 1.5;
    color: #fff;
    letter-spacing: 13px;
    padding-top: 150px;
    text-align: center;
}
.news .news_1 .title2{
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
}
.news .news_1 .news_2{
    margin-top: 40px;
}
.news .news_1 .news_2 .shipin .img1{
 width: 540px;
 height: 405px;
}
.news .news_1 .news_2 .shipin .shipin_1{
    width: 540px;
    height: 70px;
    background: #fff;
    padding: 20px 0px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news .news_1 .news_2 .shipin .shipin_1 p{
    margin-left: 50px;
    font-size: 20px;
    line-height: 1.5;
    color: #000;
}
.news .news_1 .news_2 .shipin .shipin_1 .img2{
    margin-right: 19px;
    width: 42px;
    height: 42px;
}

.news .news_1 .news_2 ul{
    margin-left: 70px;
    width: 590px;
}
.news .news_1 .news_2 ul li{
    height: 95px;
    box-sizing: border-box;
    border-bottom: 1px dotted #fff;
   
}
.news .news_1 .news_2 ul li:last-child{
    border: none;
}
.news .news_1 .news_2 ul li a{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: start;
    align-items: center;

}
.news .news_1 .news_2 ul li a img{
    width: 7px;
    height: 8px;
    margin-right: 15px;
}
.news .news_1 .news_2 ul li a p{
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    transition: all 0.3s;
}
.news .news_1 .news_2 ul li a p:hover{
    color: #007eff  ;
}
.news .footer{
    width: 100%;
    height: 17vh;
    background: #000;
}
.news .footer .footer_1{
    padding-top: 20px;
    display: flex;
    justify-content: start;
    /* align-items: center; */
}
.news .footer .footer_1 .footer1{
    padding-right: 50px;
    border-right: 1px solid #5e5e5e;
    box-sizing: border-box;
    width: 170px;
}
.news .footer .footer_1 .logo2{
    width: 119px;
    height: 93px;
}
.news .footer .footer_1 .footer2{
    box-sizing: border-box;
    width: 935px;
}
.news .footer .footer_1 .footer2 ul{
    display: flex;
    justify-content: start;
    align-items: flex-start;
    margin-left: 45px;
    margin-top: 6px;
    margin-bottom: 6px;
}
.news .footer .footer_1 .footer2 ul li{
    margin: 0px 22px;
}
.news .footer .footer_1 .footer2 ul li a{
    font-size: 16px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.44);
    transition: all 0.3s;
}
.news .footer .footer_1 .footer2 ul li a:hover{
    color: #fff;
}
.news .footer .footer_1 .footer2>p{
    margin-left: 67px;
    font-size: 14px;
    line-height: 2;
    color: rgba(255, 255, 255, 0.44);
}
.news  .footer .footer_1 .footer3{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.news  .footer .footer_1 .footer3 img{
    width: 80px;
    height: 80px;
}
.news  .footer .footer_1 .footer3 p{
    font-size: 12px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.44);
    padding-top: 5px;
}
.news .footer .footer_2{
    box-sizing: border-box;
    border-top: 1px solid #003eff;
    margin-top: 5px;
}
.news  .footer .footer_2 p{
    font-size: 12px;
    line-height: 2;
    color: rgba(255, 255, 255, 0.44);
}

.news  .footer .footer_2 p a{
    font-size: 12px;
    line-height: 2;
    color: rgba(255, 255, 255, 0.44);
}
#bigframe .swiper-pagination-bullet{
    background: #fff !important;
    opacity:1 !important;
}
#bigframe .swiper-pagination-bullet-active{
    background: #D4AF37  !important;
}
.about{
    margin-top: 75px;
}
.about img{
    width: 100%;
}



.footer11{
    width: 100%;
    height: 190px;
    background: #000;
}
 .footer11 .footer_1{
    padding-top: 20px;
    display: flex;
    justify-content: start;
    /* align-items: center; */
    padding-bottom: 35px;
}
 .footer11 .footer_1 .footer1{
    padding-right: 50px;
    border-right: 1px solid #5e5e5e;
    box-sizing: border-box;
    width: 170px;
}
 .footer11 .footer_1 .logo2{
    width: 119px;
    height: 93px;
}
 .footer11 .footer_1 .footer2{
    box-sizing: border-box;
    width: 935px;
}
 .footer11 .footer_1 .footer2 ul{
    display: flex;
    justify-content: start;
    align-items: flex-start;
    margin-left: 45px;
    margin-top: 12px;
    margin-bottom: 6px;
}
 .footer11 .footer_1 .footer2 ul li{
    margin: 0px 22px;
}
 .footer11 .footer_1 .footer2 ul li a{
    font-size: 16px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.44);
    transition: all 0.3s;
}
.footer11 .footer_1 .footer2 ul li a:hover{
    color: #fff;
}
 .footer11 .footer_1 .footer2>p{
    margin-left: 67px;
    font-size: 14px;
    line-height: 2;
    color: rgba(255, 255, 255, 0.44);
}
 .footer11 .footer_1 .footer3{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
 .footer11 .footer_1 .footer3 img{
    width: 80px;
    height: 80px;
}
 .footer11 .footer_1 .footer3 p{
    font-size: 12px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.44);
    padding-top: 5px;
}
 .footer11 .footer_2{
    box-sizing: border-box;
    border-top: 1px solid #003eff;
    margin-top: 5px;
}
 .footer11 .footer_2 p{
    font-size: 12px;
    line-height: 2;
    color: rgba(255, 255, 255, 0.44);
}

 .footer11 .footer_2 p a{
    font-size: 12px;
    line-height: 2;
    color: rgba(255, 255, 255, 0.44);
}
.erji{
    background: #1a345a;
    width: 100%;
}
.erji .erji_1 ul{
    display: flex;
    justify-content: start;
    align-items: center;

}
.erji .erji_1 ul li{
    width: 16.666666%;
    box-sizing: border-box;
    border-right: 1px solid #6181ae;
}
.erji .erji_1 ul li:last-child{
    border-right: none;
}
.erji .erji_1 ul li a{
    display: inline-block;
    box-sizing: border-box;
    height: 67px;
    width: 100%;
    line-height: 67px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.erji .erji_1 ul .act{
    background: #2868c8;
}
.gsjj{
    background: url(../img/gsjj.jpg) no-repeat center center;
    background-size: cover;
}
.gsjj .gsjj_1{
    padding-top: 75px;
    padding-bottom: 110px;
}
.gsjj .gsjj_1 .title{
    display: flex;
    justify-content: start;
    align-items: center;
}
.gsjj .gsjj_1 .title>p{
    font-size: 28px;
    line-height: 1;
    color: #fff;
    margin-right: 12px;
}
.gsjj .gsjj_1 .title .title_1{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: start;
}
.gsjj .gsjj_1 .title .title_1 p{
    font-size: 14px;
    line-height: 1;
    color: #fff;
    padding-bottom: 4px;
}
.gsjj .gsjj_1 .title .title_1 img{
    width: 100%;
    height: 8px;
}
.gsjj .gsjj_2 {
    padding-top: 75px;
    display: flex;
    justify-content: start;
}
.gsjj .gsjj_2 .gsjj_2_zuo p{
    font-size: 102px;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.08);
}
.gsjj .gsjj_2 .tupian{
    height: 565px;
    width: 560px;

}

.gsjj .gsjj_2 .tupian .swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}
.gsjj .gsjj_2 .tupian .swiper-slide {
    background-size: cover;
    background-position: center;
}
.gsjj .gsjj_2 .tupian .gallery-top {
    height: 80%;
    width: 100%;
}
.gsjj .gsjj_2 .tupian .gallery-thumbs1 {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}
.gsjj .gsjj_2 .tupian .gallery-thumbs1 .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 1;
}
.gsjj .gsjj_2 .tupian .gallery-thumbs1 .swiper-slide-active {
    opacity: 1;
}
.gsjj .gsjj_2 .gsjj_2_you{
    margin-left: 45px;
}
.gsjj .gsjj_2 .gsjj_2_you .title{
    font-size: 30px;
    line-height: 1.5;
    color: #fff;
    margin-top: 20px;
    padding-bottom: 10px;
}
.gsjj .gsjj_2 .gsjj_2_you .title span{
    font-size: 49px;
    margin-right: 10px;
}
.gsjj .gsjj_2 .gsjj_2_you .nr p{
	text-indent: 34px;
    line-height: 1.7;
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
}
.gsjj .gsjj_2 .gsjj_2_you .nr .big{
    font-size: 26px;
}

.qywh{
    background: url(../img/qywh.jpg) no-repeat center center;
    background-size: cover;
}
.qywh .qywh_1{
    padding-top: 75px;
    padding-bottom: 110px;
}
.qywh .qywh_1 .title{
    display: flex;
    justify-content: start;
    align-items: center;
}
.qywh .qywh_1 .title>p{
    font-size: 28px;
    line-height: 1;
    color: #000;
    margin-right: 12px;
}

.qywh .qywh_1 .title .title_1{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: start;
}
.qywh .qywh_1 .title .title_1 p{
    font-size: 14px;
    line-height: 1;
    color: #1c5fb4;
    padding-bottom: 4px;
}
.qywh .qywh_1 .title .title_1 img{
    width: 100%;
    height: 8px;
}
.qywh .qywh_1>img{
    width: 100%;
    margin-top: 106px;
}




.ryzz{
   background: #fff;
}
.ryzz .ryzz_1{
    padding-top: 75px;
    padding-bottom: 210px;
}
.ryzz .ryzz_1 .title{
    display: flex;
    justify-content: start;
    align-items: center;
}
.ryzz .ryzz_1 .title>p{
    font-size: 28px;
    line-height: 1;
    color: #000;
    margin-right: 12px;
}

.ryzz .ryzz_1 .title .title_1{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: start;
}
.ryzz .ryzz_1 .title .title_1 p{
    font-size: 14px;
    line-height: 1;
    color: #1c5fb4;
    padding-bottom: 4px;
}
.ryzz .ryzz_1 .title .title_1 img{
    width: 100%;
    height: 8px;
}
.ryzz .ryzz_1 .title1{
    margin-top: 20px;
    width: 100%;
    height: 195px;
    background: url(../img/ryzz_img.png) no-repeat center center;
    background-size: cover;
    box-sizing: border-box;
}
.ryzz .ryzz_1 .title1 p:first-child{
    padding-top: 40px;
}
.ryzz .ryzz_1 .title1 p{

    font-size: 18px;
    line-height: 1.5;
    padding-left: 55px;

}
.ryzz .ryzz_1 .lunbo{
    width: 1200px;
    height: 560px;
    position: relative;
}
.ryzz .ryzz_1 .lunbo #lunbo1 {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

.ryzz .ryzz_1 .lunbo #lunbo1 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 30px) / 2);

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    flex-direction: column;
    /* -ms-flex-align: center;
    -webkit-align-items: center; */
    /* align-items: center; */
  }

  .ryzz .ryzz_1 .lunbo #lunbo1 .swiper-slide  img{
      width: 267px;
      height: 187px;
      border-top: 7px solid #e0e0e0;
      border-bottom: 7px solid #e0e0e0;
      border-left:11px solid #e0e0e0;
      border-right:11px solid #e0e0e0;
  }
  .ryzz .ryzz_1 .lunbo #lunbo1 .swiper-slide  p{
      font-size: 18px;
      line-height: 1.5;
      color: #333;
      padding-top: 10px;
      width: 100%;
      overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
  }

  .ryzz .ryzz_1 .lunbo .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background: url(../img/you.png) no-repeat center center;
    background-size: cover;
    width: 56px;
    height: 56px;
    right: 50% !important;
    margin-right: -60px;
}


.ryzz .ryzz_1 .lunbo .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background: url(../img/zuo.png) no-repeat center center;
    background-size: cover;
    width: 56px;
    height: 56px;
    left: 50% !important;
    margin-left: -60px;
}

.ryzz .ryzz_1 .lunbo .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
    content: '' !important;
}
.ryzz .ryzz_1 .lunbo .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: '' !important;
}
.ryzz .ryzz_1 .swiper-button-next,.ryzz .ryzz_1  .swiper-button-prev{
    top: 115% !important;
}



.qyys{
   background: #4570a6;
}
.qyys .qyys_1{
    padding-top: 75px;
    padding-bottom: 158px;
}
.qyys .qyys_1 .title{
    display: flex;
    justify-content: start;
    align-items: center;
}
.qyys .qyys_1 .title>p{
    font-size: 28px;
    line-height: 1;
    color: #fff;
    margin-right: 12px;
}
.qyys .qyys_1 .title .title_1{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: start;
}
.qyys .qyys_1 .title .title_1 p{
    font-size: 14px;
    line-height: 1;
    color: #fff;
    padding-bottom: 4px;
}
.qyys .qyys_1 .title .title_1 img{
    width: 100%;
    height: 8px;
}
.qyys .qyys_1 .qyys_2{
    margin-top: 75px;
    background: url(../img/qyys.jpg)no-repeat center center;
    background-size: cover;
    height: 790px;
    width: 100%;
    box-sizing: border-box;
}
.qyys .qyys_1 .qyys_2 .title1{
    padding-top: 90px;
    font-size: 40px;
    line-height: 1.5;
    color: #1c5fb4;
    text-align: center;
}
.qyys .qyys_1 .qyys_2 .title2{
    font-size: 25px;
    line-height: 1.5;
    color: #8c8c8c;
    text-align: center;
}
.qyys .qyys_1 .qyys_2 ul{
    padding: 0px 28px;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    margin-top: 60px;
}
.qyys .qyys_1 .qyys_2 ul li img{
    width: 220px;
    height: 183px;
}
.qyys .qyys_1 .qyys_2 ul li .list1{
    border-radius: 50%;
    background: url(../img/qyys_6.png)no-repeat center center;
    background-size: cover;
  
    width: 70px;
    height: 70px;
    margin: 0 auto;
    margin-top: -35px;
    position: relative;
    z-index: 2;
}
.qyys .qyys_1 .qyys_2 ul li .list1 p{
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    padding: 5px;
    padding-top: 10px;
}
.qyys .qyys_1 .qyys_2 ul .list2{
    margin-top: 5px;
}
.qyys .qyys_1 .qyys_2 ul .list2 p{
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    width: 220px;
}






.qyxc{
    background: url(../img/qyxc.jpg)no-repeat center center;
    background-size: cover;
 }
 .qyxc .qyxc_1{
     padding-top: 75px;
     /* padding-bottom: 100px; */
 }
 .qyxc .qyxc_1 .title{
     display: flex;
     justify-content: start;
     align-items: center;
 }
 .qyxc .qyxc_1 .title>p{
     font-size: 28px;
     line-height: 1;
     color: #fff;
     margin-right: 12px;
 }
 .qyxc .qyxc_1 .title .title_1{
     display: flex;
     align-items: flex-start;
     flex-direction: column;
     justify-content: start;
 }
 .qyxc .qyxc_1 .title .title_1 p{
     font-size: 14px;
     line-height: 1;
     color: #fff;
     padding-bottom: 4px;
 }
 .qyxc .qyxc_1 .title .title_1 img{
     width: 100%;
     height: 8px;
 }

 .qyxc .qyxc_1 .qyxc_2  .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background: url(../img/you_1.png) no-repeat center center;
    background-size: cover;
    width: 65px;
    height: 65px;
    right: -55px;
}


.qyxc .qyxc_1 .qyxc_2  .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background: url(../img/zuo_1.png) no-repeat center center;
    background-size: cover;
    width: 65px;
    height: 65px;
    left: -45px;
}



.qyxc .qyxc_1 .qyxc_2 .swiper-slide{
    display: flex;
    justify-content: space-between;
}
.qyxc .qyxc_1 .qyxc_2 .swiper-slide div{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.qyxc .qyxc_1 .qyxc_2 .swiper-slide div img{
    width: 549px;
    height: 418px;
}
.qyxc .qyxc_1 .qyxc_2 .swiper-slide div p{
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
}
.qyxc .qyxc_1 .qyxc_2{
    margin-top: 120px;
    position: relative;
}
.qyxc .qyxc_1 .qyxc_2 .swiper-button-next,.qyxc .qyxc_1 .qyxc_2 .swiper-button-prev{
    top: 50% !important;
}
.qyxc .qyxc_1 .qyxc_2 .swiper-slide ul{
    width: 50%;
    margin-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    
}
.qyxc .qyxc_1 .qyxc_2 .swiper-slide ul li{
    width: 30%;
    margin: 0px 1%;
    height: 136px;
    margin-bottom: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;

}
.qyxc .qyxc_1 .qyxc_2 .swiper-slide ul li img{
    width: 100%;
    height: 136px;
}
.qyxc .qyxc_1 .qyxc_2 .swiper-slide ul li .meng{
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    opacity: 0;
}
.qyxc .qyxc_1 .qyxc_2 .swiper-slide ul li:hover .meng{
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    opacity: 1;
}




.fzlc{
    background: url(../img/fzlc_1.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
 }
 .fzlc .fzlc_1{
     padding-top: 75px;
     /* padding-bottom: 210px; */
 }
 .fzlc .fzlc_1 .title{
     display: flex;
     justify-content: start;
     align-items: center;
 }
 .fzlc .fzlc_1 .title>p{
     font-size: 28px;
     line-height: 1;
     color: #000;
     margin-right: 12px;
 }
 
 .fzlc .fzlc_1 .title .title_1{
     display: flex;
     align-items: flex-start;
     flex-direction: column;
     justify-content: start;
 }
 .fzlc .fzlc_1 .title .title_1 p{
     font-size: 14px;
     line-height: 1;
     color: #1c5fb4;
     padding-bottom: 4px;
 }
 .fzlc .fzlc_1 .title .title_1 img{
     width: 100%;
     height: 8px;
 }
 .fzlc .fzlc_1 .title1{
     margin-top: 20px;
     width: 100%;
     height: 195px;
     background: url(../img/fzlc_img.png) no-repeat center center;
     background-size: cover;
     box-sizing: border-box;
 }
 .fzlc .fzlc_1 .title1 p:first-child{
     padding-top: 40px;
 }
 .fzlc .fzlc_1 .title1 p{
 
     font-size: 18px;
     line-height: 1.5;
     padding-left: 55px;
 
 }


 .fzlc .fzlc_1 .fzlc_2{
     height: 600px;
     margin-top: 150px;
 }



 .fzlc .fzlc_1 .fzlc_2 .swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}
.fzlc .fzlc_1 .fzlc_2 .swiper-slide {
    background-size: cover;
    background-position: center;
}
.fzlc .fzlc_1 .fzlc_2 .gallery-top {
    height: 80%;
    width: 100%;
}
.fzlc .fzlc_1 .fzlc_2 .gallery-thumbs2 {
    height: 26%;
    box-sizing: border-box;
    padding: 30px 0;
}


.fzlc .fzlc_1 .fzlc_2 .gallery-thumbs2 .swiper-slide {
    width:15% !important;
    height: 100%;
    opacity: 1;
    display: flex;
    justify-content: flex-end;
}
.fzlc .fzlc_1 .fzlc_2 .gallery-thumbs2 .swiper-slide:first-child{
    width: 45% !important;
}
.fzlc .fzlc_1 .fzlc_2 .gallery-thumbs2 .swiper-slide:nth-of-type(2){
    width: 18% !important;
}
.fzlc .fzlc_1 .fzlc_2 .gallery-thumbs2 .swiper-slide .slide1{
    border-radius: 50%;
    height: 100px;
    width: 100px;
    background: url(../img/wxz.png) no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
/* .fzlc .fzlc_1 .fzlc_2 .gallery-thumbs2 .swiper-slide .slide1 .slide2{
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.44);
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    opacity: 1;
} */
.fzlc .fzlc_1 .fzlc_2 .gallery-thumbs2 .swiper-slide .slide1 p{
    font-size: 30px;
    color: #fff;
}
.fzlc .fzlc_1 .fzlc_2 .gallery-thumbs2 .swiper-slide-active {
    opacity: 1;
}
.fzlc .fzlc_1 .fzlc_2 .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background: url(../img/you_3.png) no-repeat center center;
    background-size: cover;
    width: 65px;
    height: 65px;
    right: 115px;
}


.fzlc .fzlc_1 .fzlc_2  .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background: url(../img/zuo_3.png) no-repeat center center;
    background-size: cover;
    width: 65px;
    height: 65px;
    left: 115px;
}

.fzlc .fzlc_1 .fzlc_2 .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
    content: '' !important;
}
.fzlc .fzlc_1 .fzlc_2 .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: '' !important;
} 
.fzlc .fzlc_1 .fzlc_2 .gallery-top2 p{
    /* padding: 0px 75px; */
    box-sizing: border-box;
    padding-top: 100px;
    font-size: 16px;
    color: #333;
    text-align: left;
    width: 615px;
    margin: 0 auto;
}
.fzlc .fzlc_1 .fzlc_2 .gallery-thumbs2  .swiper-wrapper{
    position: relative;
}
.fzlc::after{
    content: "";
    position: absolute;
    left: 0px;
    top: 335px;
    width: 100%;
    height: 1px;
    background: #1b58ca;
}
.fzlc .fzlc_1 .fzlc_2 .gallery-thumbs2 .swiper-slide.swiper-slide-thumb-active .slide1{
    transform: scale(1.5);
}
.fzlc .fzlc_1 .fzlc_2 .gallery-thumbs2 .swiper-slide.swiper-slide-thumb-active .slide1{
    background: url(../img/xz.png) no-repeat center center;
    background-size: cover;
}

.product1{
    margin-top: 75px;
}
.product1 img{
    width: 100%;
}
.bge7{
    background: #e7e7e7;
    
}
.product2 {
    margin-top: 80px;
    padding-bottom: 95px;
}
.product2 .product2_1{
    font-size: 23px;
    line-height: 1.5;
    color: #1d3375;
    text-align: center;
    padding-bottom: 10px;
}
.product2 .product2_2{
    width: 45px;
    height: 3px;
    background: #023d87;
    margin: 0 auto;
    margin-bottom: 10px;
}
.product2 .product2_3{
    font-size: 23px;
    line-height: 1.5;
    color: #9a9a9a;
    text-align: center;
}
.product3{
	width:1200px!important;
    margin-bottom: 35px;
	overflow-x: auto;
	overflow-y: hidden;
}
.product3 ul{
	padding-bottom:10px;
	width:2000px;
	display: block;
    /*display: flex;
    justify-content: center;*/
    /* align-items: center; */
}
.product3 ul li{	
	float:left;	
    margin: 0 15px;

}
.product3 ul li a {
	display: flex;
	align-items: center;	
	justify-content:center;
	padding:0 15px;
    width: 186px;
    height: 65px;    
    font-size: 15px;
    color: #000;
    box-sizing: border-box;
    border-radius: 8px;
    background: #a6c4e8;
}
.product3 ul li a:hover{    
    background: none;
    background: url(../img/cpzx_act.png) no-repeat center center;
    background-size: cover;
    height: 71px;
    color: #fff;
}
.product3 ul li .act{    
    background: none;
    background: url(../img/cpzx_act.png) no-repeat center center;
    background-size: cover;
    height: 71px;
    color: #fff;
}
.product4 ul{
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    padding-bottom: 55px;
}
.product4 ul li{
    margin-right: 15px;
    padding-bottom: 25px;
}
.product4 ul li:nth-of-type(3n){
    margin-right: 0px;
}
.product4 ul li a{
    display: flex;
    justify-content: start;
    flex-direction: column;
    width: 390px;
    height: 360px;
    background: #fff;
    box-sizing: border-box;
    transition: all 0.3s;
}
.product4 ul li a:hover{
    background: #023d87;
}
.product4 ul li a img{
    display: inline-block;
    width: 357px;
    height: 268px;
    box-sizing: border-box;
    border: 1px solid #023d87;
    margin: 0 auto;
    margin-top: 19px;
}
.product4 ul li a p{
    width: 357px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
    margin: 0 auto;
    background: #023d87;
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
}
.product_index1{
	position:relative;
    background-color: #fff;
}
.product_index1 .product_index1_1{
    padding: 40px;
    margin-top: 50px;
    display: flex;
    justify-content: start;
}
.product_index1 .product_index1_1 .product_index1_zuo{
	width:100%;
    margin-left: 30px;	
}

.product_index1 .product_index1_1 .product_index1_zuo .p1 {
	padding:20px 0 30px 0;
	font-size: 26px;
	line-height: 1.5;
	width:100%;
	color: #333;
    text-align: center;
}

.product_index1 .product_index1_1 .product_index1_zuo img{
	margin-left:180px;
	display: block;
    width: 700px;
    /*height: 387px;*/
    box-shadow: 0px 0px 10px rgba(4, 0, 0, 0.18);
}
.product_index1 .product_index1_1 .product_index1_you{
    margin-left: 45px;
    width: 470px;
}
.product_index1 .product_index1_1 .product_index1_you .p1{
    font-size: 24px;
    line-height: 1.5;
    color: #000;
    padding-top: 20px;
    text-align: left;
}
.product_index1 .product_index1_1 .product_index1_you .xian{
    width: 66px;
    height: 3px;
    background: #023d87;
    margin-top: 15px;
}
.product_index1 .product_index1_1 .product_index1_you ul{
    margin-top: 40px;
}
.product_index1 .product_index1_1 .product_index1_you ul li{
    border-bottom: 1px dotted #bdbdbd;
    box-sizing: border-box;
   
}
.product_index1 .product_index1_1 .product_index1_you ul li p{
    font-size: 16px;
    line-height: 1.1;
    color: #333;
    padding: 13px 0px;
}
.product_index1 .product_index1_2{
    padding: 0px 18px;
}
.product_index1 .product_index1_2 .zpzs{
    display: flex;
    justify-content: start;
    align-items: center;
}
.product_index1 .product_index1_2 .zpzs .p1{
    height: 58px;
    background: #007eff;
    width: 260px;
    line-height: 58px;
    padding-left: 24px;
    font-size: 24px;
    color: #fff;
}
.product_index1 .product_index1_2 .zpzs .p2{
    height: 48px;
    background: #023d87;
    width: calc(100% - 260px);
    line-height: 48px;
    padding-left: 10px;
    font-size: 18px;
    color: #fff;
}
.product_index1 .product_index1_3{
    padding: 0px 18px;
    background: #fff;
    padding-bottom: 25px;
    margin-bottom: 96px;
}
.product_index1 .product_index1_3 .nr{
    background: #e7e7e7;
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 25px;
    margin-top: -5px;
}
.product_index1 .product_index1_3 .nr .nr1{
    margin: 0px 16px;
    padding: 0px 40px;
    padding-top: 35px;
    padding-bottom: 25px;
    background: #fff;
   
}
.product_index1 .product_index1_3 .nr .nr1 div{
    margin-bottom: 30px;
}
.product_index1 .product_index1_3 .nr .nr1 div p{
    padding-bottom: 15px;
    color: #000;
    font-size: 16px;
    line-height: 1.2;
}
.product_index1 .product_index1_3 .nr .nr1 div p a{
    color: #000;
    font-size: 16px;
    line-height: 1.2;
}
.product_index1 .product_index1_3 .nr .nr1 div .mar30{
    margin-left: 30px;
}
.product_index1 .product_index1_3 .nr .nr1 div img,
.product_index1 .product_index1_3 .nr .nr1 p img {
    width: 100%;
}





.news1{
    margin-top: 75px;
}
.news1 img{
    width: 100%;
}
.bge7{
    background: #e7e7e7;
    
}
.news2 {
    margin-top: 80px;
    padding-bottom: 95px;
}
.news2 .news2_1{
    font-size: 23px;
    line-height: 1.5;
    color: #1d3375;
    text-align: center;
    padding-bottom: 10px;
}
.news2 .news2_2{
    width: 45px;
    height: 3px;
    background: #023d87;
    margin: 0 auto;
    margin-bottom: 10px;
}
.news2 .news2_3{
    font-size: 23px;
    line-height: 1.5;
    color: #9a9a9a;
    text-align: center;
}
.news3{
    margin-bottom: 35px;
}
.news3 ul{
    display: flex;
    justify-content: center;
    /* align-items: center; */
}
.news3 ul li{
    margin: 0 15px;

}
.news3 ul li a{
    display: inline-block;
    width: 186px;
    height: 65px;
    text-align: center;
    font-size: 22px;
    color: #000;
    box-sizing: border-box;
    padding-top: 18px;
    border-radius: 8px;
    background: #a6c4e8;
}
.news3 ul li a:hover{
    padding-top: 18px;
    background: none;
    background: url(../img/cpzx_act.png) no-repeat center center;
    background-size: cover;
    height: 71px;
    color: #fff;
}
.news3 ul li .act{
    padding-top: 18px;
    background: none;
    background: url(../img/cpzx_act.png) no-repeat center center;
    background-size: cover;
    height: 71px;
    color: #fff;
}
.news4 ul li{
    transition: all 0.3s;
}
.news4 ul li:hover{
   box-shadow: 0px 0px 20px #c5c5c5;
}
.news4 ul .list1{
    margin-bottom: 50px;
}
.news4 ul .list1 a{
    width: 100%;
}
.news4 ul .list1 a img{
    width: 421px;
    height: 317px;
}
.news4 ul .list1 a .list1_1{
    box-sizing: border-box;
    border: 1px solid #c5c5c5;
    background: #fff;
    height: 317px;
    padding:0px 40px;
    padding-top: 55px;
}
.news4 ul .list1 a .list1_1 .p1{
    font-size: 22px;
    line-height: 1.2;
    color: #000;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
    width: 697px;
}
.news4 ul .list1 a .list1_1 .p2{
    padding-top: 15px;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(14, 5, 10, 0.63);
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
width: 697px;
}
.news4 ul .list1 a .list1_1 .div1{
    margin-top: 55px;
    /* padding-bottom: 61px; */
}
.news4 ul .list1 a .list1_1 .div1 .div1_zuo{
    width: 86px;
    height: 55px;
    box-sizing: border-box;
    margin-left: 19px;
    border-right: 1px solid #dbdbdb;
    position: relative;
}
.news4 ul .list1 a .list1_1 .div1 .div1_zuo .p3{
    font-size: 22px;
    line-height: 1.2;
    color:#9d9d9d;
    padding-top:3px ;
}
.news4 ul .list1 a .list1_1 .div1 .div1_zuo .p4{
    font-size: 12px;
    line-height: 1.2;
    padding-top: 10px;
    color:#9d9d9d;
    text-align: right;
    padding-right: 18px;
}
.news4 ul .list1 a .list1_1 .div1 .div1_zuo .xiexian{
    width: 63px;
    height: 36px;
    position: absolute;
    left: 0px;
    top: 13px;
    
}
.news4 ul .list1 a .list1_1 .div1 .div1_you{
width:278px ;
height:41px;
background-color: #023d87;
margin-top: 19px;
}
.news4 ul .list1 a .list1_1 .div1 .div1_you p{
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
    margin-left: 20px;
    line-height: 41px;
}

.news4 ul .list1 a .list1_1 .div1 .div1_you img{
    width: 38px;
    height: 12px;
    margin-right: 22px;
    vertical-align: top;
    margin-top: 15px;
}






.news4 ul .list2{
    margin-bottom: 50px;
}
.news4 ul .list2 a{
    width: 100%;
}
.news4 ul .list2 a .list2_1{
    box-sizing: border-box;
    border: 1px solid #c5c5c5;
    background: #fff;
    height: 317px;
    padding:0px 40px;
    padding-top: 55px;
}
.news4 ul .list2 a .list2_1 .p1{
    font-size: 22px;
    line-height: 1.2;
    color: #000;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
    width: 1120px;
}
.news4 ul .list2 a .list2_1 .p2{
    padding-top: 18px;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(14, 5, 10, 0.63);
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
width: 1120px;
}
.news4 ul .list2 a .list2_1 .div1{
    margin-top: 55px;
    /* padding-bottom: 61px; */
}
.news4 ul .list2 a .list2_1 .div1 .div1_zuo{
    width: 86px;
    height: 55px;
    box-sizing: border-box;
    margin-left: 19px;
    border-right: 1px solid #dbdbdb;
    position: relative;
}
.news4 ul .list2 a .list2_1 .div1 .div1_zuo .p3{
    font-size: 22px;
    line-height: 1.2;
    color:#9d9d9d;
    padding-top:3px ;
}
.news4 ul .list2 a .list2_1 .div1 .div1_zuo .p4{
    font-size: 12px;
    line-height: 1.2;
    padding-top: 10px;
    color:#9d9d9d;
    text-align: right;
    padding-right: 18px;
}
.news4 ul .list2 a .list2_1 .div1 .div1_zuo .xiexian{
    width: 63px;
    height: 36px;
    position: absolute;
    left: 0px;
    top: 13px;
    
}
.news4 ul .list2 a .list2_1 .div1 .div1_you{
width:278px ;
height:41px;
background-color: #023d87;
margin-top: 19px;
}
.news4 ul .list2 a .list2_1 .div1 .div1_you p{
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
    margin-left: 20px;
    line-height: 41px;
}

.news4 ul .list2 a .list2_1 .div1 .div1_you img{
    width: 38px;
    height: 12px;
    margin-right: 22px;
    vertical-align: top;
    margin-top: 15px;
}


.news_index{
	position:relative;
    margin-top: 85px;
    box-sizing: border-box;
    border: 1px solid #c5c5c5;
    background-color: #fff;
    padding: 0px 27px;
    margin-bottom: 75px;
}
.news_index .title{
    font-size: 24px;
    color: #000;
    line-height: 1.5;
    padding-top: 60px;
    text-align: center;
}
.news_index .title1{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #b6b6b6;
}
.news_index .title1 p{
    margin: 0px 60px;
    font-size: 14px;
    line-height: 1.5;
    color: #a9a9a9;
}
.news_index .nr{
    padding-top: 35px;
    padding-bottom: 50px;
}
.news_index .nr img{
    max-width: 100%;
    margin: 0 auto;
    display: block;
    padding-bottom: 50px;
}
.news_index .nr p{
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    padding-bottom: 35px;
}
.news_index .page{
    height: 62px;
    line-height: 62px;
    box-sizing: border-box;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 65px;
    padding: 0px 30px;
}
.news_index .page p{
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 14px;
    color: #afafaf;
}
.news_index .page p a{
    width: 310px;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
display: inline-block;
font-size: 14px;
    color: #afafaf;
    transition: all 0.3s;
}
.news_index .page p a:hover{
    color: #023d87;
}


.contact1{
    margin-top: 75px;
}
.contact1 img{
    width: 100%;
}
.contact2 {
    margin-top: 80px;
    padding-bottom: 95px;
}
.contact2 .contact2_1{
    font-size: 23px;
    line-height: 1.5;
    color: #1d3375;
    text-align: center;
    padding-bottom: 10px;
}
.contact2 .contact2_2{
    width: 45px;
    height: 3px;
    background: #023d87;
    margin: 0 auto;
    margin-bottom: 10px;
}
.contact2 .contact2_3{
    font-size: 23px;
    line-height: 1.5;
    color: #9a9a9a;
    text-align: center;
}
.contact3{
    margin-bottom: 35px;
}
.contact3 ul{
    display: flex;
    justify-content: center;
    /* align-items: center; */
}
.contact3 ul li{
    margin: 0 15px;

}
.contact3 ul li a{
    display: inline-block;
    width: 186px;
    height: 65px;
    text-align: center;
    font-size: 22px;
    color: #000;
    box-sizing: border-box;
    padding-top: 18px;
    border-radius: 8px;
    background: #a6c4e8;
}
.contact3 ul li a:hover{
    padding-top: 18px;
    background: none;
    background: url(../img/cpzx_act.png) no-repeat center center;
    background-size: cover;
    height: 71px;
    color: #fff;
}
.contact3 ul li .act{
    padding-top: 18px;
    background: none;
    background: url(../img/cpzx_act.png) no-repeat center center;
    background-size: cover;
    height: 71px;
    color: #fff;
}
.contact4{
    /* width: 100%; */
    height: 310px;
    background: url(../img/lxwm_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 0px 50px;
    padding-top: 40px;
    box-sizing: border-box;
}
.contact4 .title{
    font-size: 22px;
    line-height: 1.5;
    color: #023d87;
   
    padding-bottom: 25px;
    border-bottom: 1px solid #bfbfbf;
    position: relative;
}
.contact4 .title::after{
    content: "";
    width: 30px;
    height: 2px;
    background: #023d87;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.contact4 .contact4_zuo{
    width: 860px;
}
.contact4 ul{
    margin-top: 22px;
}
.contact4 ul li p{
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    width: 100%;
    padding-bottom: 10px;
}
.contact4 .contact4_you img{
    width: 180px;
    height: 180px;
    margin-top: 15px;
}
.contact5{
    margin-top: 17px;
    margin-bottom: 115px;
}
.contact5 img{
    width: 1198px;
    height: 540px;
}
.contact5 #container {
    overflow: hidden;
    width: 1198px;
    height: 540px;
    margin: 0;
    font-family: "微软雅黑";
}
.message{
    background: url(../img/message.png) no-repeat center center;
    background-size: cover;
}
.message .message_1{
    padding-top: 66px;
}
.message .message_1 .srk{
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}
.message .message_1 .srk li{
    box-sizing: border-box;
    border: 1px solid #a2b7d1;
    height: 53px;
    display: flex;
    justify-content: start;
    align-items: center;
    width: 580px;
    margin-right: 40px;
    margin-bottom: 27px;
}
.message .message_1 .srk li:nth-of-type(2n){
    margin-right: 0px;
}
.message .message_1 .srk li p{
    font-size: 16px;
    color: #fff;
    padding-left: 25px;
}
.message .message_1 .srk li input{
    width: 490px;
    margin-right: 25px;
    background: transparent;
    border: none;
    padding-left: 10px;
    box-sizing: border-box;
    color: #fff;
    outline:none
}
.message .message_1 textarea{
    width: 100%;
    height: 250px;
    border: 1px solid #a2b7d1;
    box-sizing: border-box;
    background-color: transparent;
    padding: 22px 16px;
    color: #fff ;
    font-size: 16px ;
    resize:none;
}
textarea::-webkit-input-placeholder{
    color: #fff !important;
    font-size: 16px !important;
}
textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color: #fff !important;
    font-size: 16px !important;
}
textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color: #fff !important;
    font-size: 16px !important;
}
textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color: #fff !important;
    font-size: 16px !important;
}
.message .message_1 .anniu{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    padding-bottom: 60px;
}
.message .message_1 .anniu li{
    margin: 0px 11px;
}
.message .message_1 .anniu li button{
    width: 196px;
    height: 57px;
    border: none;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    resize:none;
}
.message .message_1 .anniu li .qr{
    background: #0036e5;
}
.message .message_1 .anniu li .cz{
    background: #47576b;
}




.download1{
    margin-top: 75px;
}
.download1 img{
    width: 100%;
}
.download2 {
    margin-top: 80px;
    padding-bottom: 95px;
}
.download2 .download2_1{
    font-size: 23px;
    line-height: 1.5;
    color: #1d3375;
    text-align: center;
    padding-bottom: 10px;
}
.download2 .download2_2{
    width: 45px;
    height: 3px;
    background: #023d87;
    margin: 0 auto;
    margin-bottom: 10px;
}
.download2 .download2_3{
    font-size: 23px;
    line-height: 1.5;
    color: #9a9a9a;
    text-align: center;
}
.download3{
  background: #000;
}
.download3 img{
    width: 100%;
}



.album-main {
    width: 100%;
    height: 430px;
    /* background: #fff; */
    margin-top: 20px;
    /* padding: 40px 40px; */
    position: relative;
    /* overflow: hidden; */
}

.album-main .maxalbum-cont {
  width: 549px;
    height: 418px;
    position: absolute;
    top: -110px;
    left: 25px;
    z-index: 1;
}

.album-main .maxalbum-cont img {
    display: block;
    width: 100%;
    height: auto;
    border:7px solid #7a8ca3;
    border-radius: 5px;
    box-sizing: border-box;
}
.album-main .maxalbum-cont p{
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
}
.album-swiper {
    width: 100%;
    height: 310px;
    margin-top: 250px !important;
}

.album-swiper .swiper-slide {
    padding-left: 630px;
    /* margin-top: 70px ; */
}

.album-main .swiper-button-prev {
    background: url(../img/zuo_1.png) no-repeat center center;
    background-size: cover;
    width: 65px;
    height: 65px;
    left: -75px;
}

.album-main .swiper-button-next {
    background: url(../img/you_1.png) no-repeat center center;
    background-size: cover;
    width: 65px;
    height: 65px;
    right: -75px;
}

.album-list {
    width: 570px;
}

.album-list li {
    float: left;
    width: 180px;
    height: 136px;
    overflow: hidden;
    margin-right: 6px;
    margin-bottom: 22px;
    position: relative;
}

.album-list li img {
    display: block;
    width: 180px;
    height: 136px;
}

.album-list li .layer {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    bottom: -136px;
    left: 0;
    transition: all .3s;
    -moz-transition: all .35s;
    -webkit-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
}

.album-list li:hover .layer,
.album-list li.on .layer {
    bottom: 0;
}


.album-main .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
    content: '' !important;
}
.album-main .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: '' !important;
}
.album-main .swiper-button-next,.album-main .swiper-button-prev{
    top: 20%;
}


/*分页*/
.pages {
    text-align: center;
    padding: 45px 0;
}

.pages ul {
    display: inline-block;
    overflow: hidden;
}

.pages ul li {
    float: left;
    font-size: 16px;
    margin: 0 4px;
    overflow: hidden;
    border: 1px solid #aaa;
    border-radius: 30px;
    background: #fff;
}

.pages ul li a,
.pages ul li span {
    display: block;
    padding: 0 14px;
    text-decoration: none;
    text-align: center;
    line-height: 28px;
    color: #484848;
}

.pages ul li:hover a {
    background: #00a0e9;
    color: #fff;
}

.pages ul li .current {
    background: #00a0e9 !important;
    color: #fff;
}


/*荣誉放大*/
.ryimg {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	display: none;
	height:100%;
	z-index: 100;
}

.ryimg a {
	top:20px;
	right:20px;
	position: absolute;
	color:#ffffff;
	font-size:16px;
	z-index: 2;
}

.ryimg img {	
	max-height:90%;	
}

.rybg {
	display: none;
	top:0;
	left:0;
	position: fixed;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.6);
	z-index: 99;
}


a.backpage {
	margin:10px auto 30px auto;
	display: block;
	width:80px;
	height:30px;
	background:#fafafa;
	border:1px #e5e5e5 solid;
	line-height:30px;
	font-size:14px;	
	text-align: center;
}

a.backpage:hover {
	background:#f1f1f1
}

.hid {
	overflow: hidden;
}


.flx2 {
	overflow-x:auto!important;
	/*IE8滚动条样式设置*/
	scrollbar-arrow-color: #fff!important; /**//*三角箭头的颜色*/   
    scrollbar-face-color: #dcdcdc!important; /**//*立体滚动条的颜色*/   
    scrollbar-3dlight-color: #f2f2f2!important; /**//*立体滚动条亮边的颜色*/   
    scrollbar-highlight-color: #f2f2f2!important; /**//*滚动条空白部分的颜色*/   
    scrollbar-shadow-color: #f2f2f2!important; /**//*立体滚动条阴影的颜色*/   
    scrollbar-darkshadow-color: #f2f2f2!important; /**//*立体滚动条强阴影的颜色*/   
    scrollbar-track-color: #f2f2f2!important; /**//*立体滚动条背景颜色*/   
    scrollbar-base-color:#ffffff!important; /**//*滚动条的基本颜色*/
	/*IE8滚动条样式设置*/
}
/*高版本浏览器滚动条样式设置*/
.flx2::-webkit-scrollbar{/*滚动条整体部分，其中的属性有width,height,background,border等（就和一个块级元素一样）（位置1）*/  
    width:6px!important;
    height:8px!important;
	background:#f5f5f5!important;
	border-radius:6px!important; 
}
.flx2::-webkit-scrollbar-button{/*滚动条两端的按钮，可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果（位置2）*/  
    background:#74D334!important;
	display:none!important;
}  
.flx2::-webkit-scrollbar-track{/*外层轨道，可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果（位置3）*/  
    background:#aaaaaa!important;
	display:none!important;
}  
.flx2::-webkit-scrollbar-track-piece{/*内层轨道，滚动条中间部分（位置4）*/  
    background:#fafafa!important;
	border-radius:6px!important;
}  
.flx2::-webkit-scrollbar-thumb{/*滚动条里面可以拖动的那部分（位置5）*/  
    background:#666666!important;
    border-radius:6px!important; 
}  
.flx2::-webkit-scrollbar-corner {/*边角（位置6）*/  
    background:#82AFFF!important;
	display:none!important;
}  
.flx2::-webkit-scrollbar-resizer  {/*定义右下角拖动块的样式（位置7）*/  
    background:#FF0BEE!important;
	display:none!important;
} 
/*高版本浏览器滚动条样式设置*/


/*客服QQ*/
.kfinfo {
    bottom:10px;
    right:10px;
    position: fixed;
    width:300px;
    height:200px;
    background: #ffffff;
    box-shadow: 0 0 5px #aaaaaa;
    overflow: hidden;
    z-index: 10;
}

.kfinfo > a {
    position: absolute;
    top:5px;
    right:15px;            
    font-size:34px;
    color:#aaaaaa;
}
.kfinfo > a:hover {
    color:#f55555
}

.kfinfo dl dt {
    display: flex;
    padding:0 0 0 20px;
    width:100%;
    height:60px;
    align-items: center;
    border-bottom:1px #eeeeee solid;
}


.kfinfo dl dt img {
    height:40px;
}

.kfinfo dl dt span {
    padding:0 0 0 10px;
    font-size:20px;
}

.kfinfo dl dd {
    display: block;
    margin:0 auto;
    padding:15px 0 0 0;
    width:95%;
}

.kfinfo dl dd ul {
    float: left;
    width:60%;
}

.kfinfo dl dd ul li.kf1 {
    font-size:15px;
    line-height:25px;
    color:#555555
}

.kfinfo dl dd ul li.kf2 {
    padding-top:25px;
}

.kfinfo dl dd ol {
    float: right;
    width:30%;
}