input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}
hr {border: 0;border-top:1px solid #ccc;height:0;}
p{margin:0;}

h1,h2,h3,h4{font-size:12px;font-weight:bold;line-height: 1.5}
.wd1200{width:1200px;margin: 0 auto;}


/*滚动*/
#demo{overflow:hidden;width:100%;margin:0 auto;}
#indemo {float: left;width:800%}
#demo1 {float: left;}
#demo2 {float: left;}

#m_demo{overflow:hidden;width:100%;margin:0 auto;}
#m_indemo {float: left;width:800%}
#m_demo1 {float: left;}
#m_demo2 {float: left;}

/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}

.com-img{ display:inline; overflow:hidden;margin:0 auto;display: table;}
.com-img img{ transition:all 0.5s ease-in 0s; -webkit-transition:all 0.5s ease-in 0s; -moz-transition:all 0.5s ease-in 0s; -o-transition:all 0.5s ease-in 0s;}
.com-img:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);}

/*头部样式*/
.wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header {
    padding: 24px 0;
}

.header .logo {
    width: 22%;
}

.header .logo img {
    max-width: 100%;
}

.header .nav2 {
    width: 72%;
}

.header .nav2 .menu {
    width: 77%;
}

.header .nav2 .menu .wrapper>li>a {
    font: 400 16px/32px "Microsoft YaHei UI";
    color: #333333;
    position: relative;
}

.header .nav2 .menu .wrapper>li>a:before {
    content: '';
    position: absolute;
    width: 23px;
    height: 5px;
    left: 0px;
    top: 25px;
    background: #004c99;
    display: none;
    z-index: -1;
}

.header .nav2 .menu .wrapper>li>a:hover:before {
    display: block;
}

.header .nav2 .search {
    width: 19%;
}

.header .nav2 .search #formsearch {
    background: #004c99;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    padding: 0 15px;
    color: #fff;
}

.header .nav2 .search #formsearch #keyword {
    padding: 0;
    border: none;
    background: none;
    outline: none;
    line-height: 36px;
    width: calc(100% - 20px);
}

.header .nav2 .search #formsearch #s_btn {
    padding: 0;
    border: none;
    outline: none;
    width: 17px;
    height: 18px;
    background: url("../images/search.png") no-repeat center;
}

.search #formsearch input[type='text']::-webkit-input-placeholder,
.search #formsearch textarea::-webkit-input-placeholder {
  color: #fff;
}

.search #formsearch input[type='text']:-ms-input-placeholder,
.search #formsearch textarea:-ms-input-placeholder {
  color: #fff;
}

.search #formsearch input[type='text']::-ms-input-placeholder,
.search #formsearch textarea::-ms-input-placeholder {
  color: #fff;
}

.search #formsearch input[type='text']::placeholder,
.search #formsearch textarea::placeholder {
  color: #fff;
}




/**/

.about {
    padding: 80px 0;
}

@media (max-width: 992px) {
    .about {
        padding: 30px 0;
    }
}

@media (max-width: 992px) {
    .about .wrapper {
        display: block;
    }
}

.about .about-img {
    width: 50%;
}

@media (max-width: 992px) {
    .about .about-img {
        width: 100%;
    }
}

.about .about-img img {
    max-width: 100%;
}

.about .about-con {
    width: 46%;
}

@media (max-width: 992px) {
    .about .about-con {
        width: 100%;
        margin-top: 30px;
    }
}

.about .about-con strong {
    font: 600 52px/62px "Arial";
    color: #004c99;
}

@media (max-width: 1200px) {
    .about .about-con strong {
        font: 600 40px/52px "Arial";
    }
}

.about .about-con h1 {
    font: 500 30px/40px "Microsoft YaHei UI";
    color: #333333;
    margin: 20px 0 30px;
}

@media (max-width: 1440px) {
    .about .about-con h1 {
        margin: 10px 0 10px;
    }
}

@media (max-width: 1200px) {
    .about .about-con h1 {
        font: 500 20px/30px "Microsoft YaHei UI";
        margin: 5px 0 0px;
    }
}

.about .about-con p {
    font: 400 14px/28px "Microsoft YaHei UI";
    color: #666666;
}

.about .about-con a {
    display: block;
    width: 152px;
    height: 60px;
    background: url("../images/about-more.png") no-repeat center;
    font: 400 16px/32px "Microsoft YaHei UI";
    color: #004c99;
    padding-left: 46px;
    padding-top: 9px;
    margin-top: 70px;
}

.about .about-con a:hover {
    background: url("../images/about-more-h.png") no-repeat center;
    color: #fff;
}

@media (max-width: 1200px) {
    .about .about-con a {
        margin-top: 20px;
    }
}

.num {
    /*background: url("../images/num-bg.png") no-repeat center;*/
    background: #004c99;
    padding: 50px 0;
}

@media (max-width: 1200px) {
    .num {
        background-size: cover;
    }
}

@media (max-width: 1200px) {
    .num .wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
    }
}

.num li {
    width: 25%;
    text-align: center;
}

@media (max-width: 992px) {
    .num li {
        width: 45%;
    }
}

.num li p {
    font: 400 15px/25px "Microsoft YaHei UI";
    color: #ffffff;
}

.num li p strong {
    font: 400 52px/62px "Bahnschrift";
    color: #fff;
    vertical-align: top;
}
.product {
    padding: 35px 0;
}

@media (max-width: 992px) {
    .product {
        padding: 15px 0 15px;
    }
    .num li p strong{
        font-size:35px;
    }
    .num li p{
        font-size:13px;
    }
}

@media (max-width: 992px) {
    .product .product-title .pt-left {
        width: 100%;
    }
}

.product .product-title .pt-left strong {
    font: 600 52px/62px "Arial";
    color: #004c99;
}

.product-title>.wrapper>a {
    display: block;
    width: 152px;
    height: 60px;
    background: url(../images/about-more.png) no-repeat center;
    font: 400 16px/32px "Microsoft YaHei UI";
    color: #004c99;
    padding-left: 46px;
    padding-top: 9px;
    margin-top: 3.64583vw;
    background-size: 100% 100%;
}

.product-title>.wrapper>a:hover {
    color: #fff;
    background: url(../images/about-more-h.png) no-repeat center;
}

@media (max-width: 992px) {
    .product .product-title .pt-left strong {
        font: 600 28px/42px "Arial";
    }
}

.product .product-title .pt-left h2 {
    font: 400 30px/40px "Microsoft YaHei UI";
    color: #333333;
    margin-top: 20px;
}

@media (max-width: 992px) {
    .product .product-title .pt-left h2 {
        font: 400 18px/40px "Microsoft YaHei UI";
        margin-top: 0px;
    }
}

.product .product-title .pt-cate {
    width: 57%;
}

@media (max-width: 1440px) {
    .product .product-title .pt-cate {
        width: 140%;
    }
}

@media (max-width: 1200px) {
    .product .product-title .pt-cate {
        display: none;
    }
}

.product .product-title .pt-cate a {
    display: inline-block;
    font: 400 17px/66px "Microsoft YaHei UI";
    padding-left: 17px;
    color: #333333;
}

.product .product-title .pt-cate a:hover {
    color: #004c99;
    background: url("../images/pt-cate-h.png") no-repeat left;
}

.product .product-list {
    margin-top: 60px;
}

@media (max-width: 992px) {
    .product .product-list {
        margin-top: 20px;
    }
}

.product .product-list .product-box {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.product .product-list .product-box img {
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.product .product-list .product-box h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: rgba(0, 76, 153, 0.87);
}

.product .product-list .product-box h3 a {
    display: block;
    font: 400 18px/68px "Microsoft YaHei UI";
    color: #ffffff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.product .product-list .product-box:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.product .product-list .product-box:hover h3 {
    background: #004c99;
}

.product .product-list .adv-box {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.product .product-list .adv-box img {
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.product .product-list .adv-box .adv-con {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 5% 0;
    background: url("../images/adv-h-bg.png") no-repeat top center;
}

.product .product-list .adv-box .adv-con h3 {
    font: 600 24px/34px "Microsoft YaHei UI";
    color: #ffffff;
    margin-bottom: 25px;
}

.product .product-list .adv-box .adv-con p {
    height: 0;
    overflow: hidden;
    font: 400 15px/25px "Microsoft YaHei UI";
    color: #ffffff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.product .product-list .adv-box:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.product .product-list .adv-box:hover .adv-con p {
    height: 100px;
}

.product .news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 60px;
}

@media (max-width: 992px) {
    .product .news-list {
        display: block;
        margin-top: 30px;
    }
    .product .product-list .adv-box .adv-con h3{
        font-size:18px;
        margin-bottom:15px;
    }
    .product .product-list .adv-box .adv-con p{
        font-size:12px;
        line-height:22px;
    }
}

.product .news-list .news-con {
    width: 31%;
    float: left;
    background: #e8f2f4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
}

@media (max-width: 992px) {
    .product .news-list .news-con {
        width: 100%;
        margin-bottom: 10px;
    }
}

.product .news-list .news-con img {
    width: 100%;
}

.product .news-list .news-con .news-c {
    width: 90%;
}

@media (max-width: 992px) {
    .product .news-list .news-con .news-c {
        padding: 10px 0;
    }
}

.product .news-list .news-con .news-c h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.product .news-list .news-con .news-c h3 a {
    font: 400 18px/28px "Microsoft YaHei UI";
    color: #333333;
}

.product .news-list .news-con .news-c h3 a:hover {
    color: #004c99;
}

.product .news-list .news-con .news-c p {
    font: 400 13px/39px "Microsoft YaHei UI";
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin: 15px 0 20px;
}





.product .news-list .news-con .news-c span {
    display: block;
    font: 400 13px/26px "Microsoft YaHei UI";
    color: #999999;
}

.case {
    position: relative;
}

.case .case-list img {
    width: 100%;
}

.case .case-t {
    position: absolute;
    right: 9%;
    bottom: -47px;
    width: 520px;
    background: #fff;
    z-index: 999;
    border-radius: 5px;
}

.case .case-t .case-w {
    padding: 35px 30px;
}



.case .case-t .case-w p {
    font: 400 15px/30px "Microsoft YaHei UI";
    color: #666666;
}

.case .case-t .case-h {
    background: #004c99;
    padding: 40px 50px;
    border-radius: 5px;
}

.case .case-t .case-h h2 {
    float: left;
    font: 400 36px/46px "Microsoft YaHei UI";
    color: #ffffff;
}

.case .case-t .case-h .case-arr {
    float: right;
    position: relative;
    margin-top: 25px;
}

.case .case-t .case-h .case-arr .swiper-button-next,
.case .case-t .case-h .case-arr .swiper-button-prev {
    position: static;
    width: 15px;
    height: 27px;
    background-size: 15px 27px;
    margin-top: -13.5px;
}

.case .case-t .case-h .case-arr .swiper-button-next {
    float: right;
    background-image: url("../images/case-left.png");
    margin-left: 15px;
}

.case .case-t .case-h .case-arr .swiper-button-prev {
    float: left;
    background-image: url("../images/case-right.png");
    margin-right: 15px;
}

.foot {
    padding-top: 60px;
    background: #222222;
}



.foot .wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.foot .foot-top .foot-nav ul {
    margin-left: 72px;
}



.foot .foot-top .foot-nav ul:first-of-type {
    margin-left: 0;
}

.foot .foot-top .foot-nav ul h3 {
    margin-bottom: 26px;
}

.foot .foot-top .foot-nav ul h3 a {
    font: 400 16px/32px "microsoft yahei";
    color: #ffffff;
}

.foot .foot-top .foot-nav ul h3 a:hover {
    color: #004c99;
}

.foot .foot-top .foot-nav ul li a {
    font: 400 14px/28px "Microsoft YaHei UI";
    color: rgba(255, 255, 255, 0.29);
}

.foot .foot-top .foot-nav ul li a:hover {
    color: #004c99;
}

.foot .foot-top .foot-nav ul:nth-child(2) {
    /*width: 310px;*/
        width: 105px;
    display: -webkit-box;
    display: grid;
    justify-content: space-evenly;
}

.foot .foot-top .foot-nav ul:nth-child(2) li {
    width: 100%;
    float: left;
}

.foot .foot-top .foot-nav .foot-xunpan {
    margin-top: 50px;
    font: 400 12px/24px "Microsoft YaHei UI";
    color: rgba(255, 255, 255, 0.43);
}

.foot .foot-top .foot-nav .foot-xunpan a {
    font: 400 12px/24px "Microsoft YaHei UI";
    color: rgba(255, 255, 255, 0.43);
}

.foot .foot-top .foot-nav .foot-xunpan a:hover {
    color: #004c99;
}

.foot .foot-top .foot-contact {
    position: relative;
}

.foot .foot-top .foot-contact:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 148px;
    background: #151515;
    left: -186px;
}

.foot .foot-top .foot-contact h1 {
    font: 400 22px/32px "Microsoft YaHei UI";
    color: #fff;
    margin-bottom: 40px;
}

.foot .foot-top .foot-contact p {
    font: 400 14px/28px "Microsoft YaHei UI";
    color: #ffffff;
}

.foot .foot-top .foot-contact a {
    display: block;
    width: 134px;
    height: 43px;
    background: #004c99;
    text-align: center;
    font: 400 14px/43px "Microsoft YaHei UI";
    color: #fff;
    margin-top: 40px;
}

.foot .link {
    padding: 25px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    height: 77px;
    overflow: hidden;
}

.foot .link a {
    font: 400 14px/28px "Microsoft YaHei UI";
    color: rgba(255, 255, 255, 0.09);
    margin-left: 15px;
}

.foot .link a:hover {
    color: #004c99;
}

.foot .foot-bottom {
    padding: 20px 0;
    font: 400 14px/28px "Microsoft YaHei UI";
    color: rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.foot .foot-bottom a {
    font: 400 14px/28px "Microsoft YaHei UI";
    color: rgba(255, 255, 255, 0.2);
}

.foot .foot-bottom a:hover {
    color: #004c99;
}


/**/
@media (max-width: 1600px) {
    .foot .foot-top .foot-contact:before {
        left: -123px;
    }
}

@media (max-width: 1440px) {
    .foot .foot-top .foot-contact:before {
        left: -55px;
    }
     .product .news-list .news-con .news-c p {
        margin: 0px;
    }
    
    .foot .foot-top .foot-nav ul {
        margin-left: 57px;
    }
}

@media (max-width: 1200px) {
     .case {
        padding: 15px 0;
    }
    .case .case-t {
        position: static;
        width: 100%;
    }
    .case .case-t .case-w {
        padding: 15px;
    }
    .foot .foot-top .foot-nav {
        display: none;
    }
    .foot .foot-top .foot-contact:before {
        display: none;
    }
}
@media (max-width: 992px) {
    .foot .foot-top .foot-contact h1 {
        margin-bottom: 15px;
    }
    
    .foot {
        padding: 30px 0;
    }
    
     .foot .foot-top .foot-contact a {
        margin-top: 15px;
    }
    #containerbf91d666380e074c7783c1a84f3303d1_b{
        height:260px!important;
    }
}






/* 手机页脚 */

.footer3 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #222;
}

.footer3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer3 ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    font-size: 0;
}

.footer3 ul li a {
    display: block;
    color: #ffffff;
}

.footer3 ul li .iconfont {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.footer3 ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #ffffff;
}
.footer3 ul li span img{
    width:16px;
}
