@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    outline: none;
}
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    zoom: 1;
}

.zhong {
    max-width: 1400px;
    margin: 0 auto;
    
}

html {
    overflow-x: hidden;
}

html,
body {
    color: #333;
    font-family: "微软雅黑";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    /* background: #f5f5f5; */
}

body {
    font-size: 16px;

}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #666666;
}

a:hover {
    text-decoration: none;
    color: #106ebe;
    transition: all 0.3s;
}

img,
input {
    border: 0;
    outline: none;
}

.wap {
    display: none !important;
}

.top>img.wap {
    display: none;
}


.icon:hover img {
    /*! animation: jello 1s linear; */
}
.modulepic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.modulepic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
    object-fit: cover;
}

a:hover .modulepic img {
    transform: scale(1.05);
}


@keyframes jello {
    from, 11.1%, to {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        -moz-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        -moz-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }

}

body .clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

.px1314 {
    max-width: 1314px;
    margin: 0 auto;
}

.px1400 {
    max-width: 1400px;
    margin: 0 auto;
}

.px1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.px1650 {
    max-width: 1650px;
    margin: 0 auto;
}


/* 定位搜索框 */


.search {
    width: 320px;
    margin: 0 auto;
    position: relative;
    float: right;
    background: rgba(255, 255, 255, 0.94);
}

input,
button {
    border: none;
    outline: none;
}

.search .text {
    padding-right: 60px;
    padding-left: 15px;
    height: 51px;
    font-size: 14px;
    background: none;
    color: #333;
    display: block;
    width: 100%;
}

.search .button {
    width: 29px;
    height: 29px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    cursor: pointer;
    font-size: 18px;
    font-weight: normal;
    color: #c80b0d;
}

.search input::-webkit-input-placeholder {
    color: #999999;
}

.search input::-moz-input-placeholder {
    color: #999999;
}

.search input::-ms-input-placeholder {
    color: #999999;
}

/* 定位搜索框 */

.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.pic img:hover {
    transform: scale(1.05);
}




/* 公共代码版块 */

.titline i {
    display: inline;
    font-style: normal;
    position: relative;
    background-image: linear-gradient(#106ebe, #106ebe);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .5s;
}

a:hover .titline i {
    background-size: 100% 1px;
}

/*头部样式版块 */
.news{
    margin: 0 auto;
    max-width: 100%;
    height: 100%;
    background: url(../images/beijingnew.png);
}
.zhong{
    width:1400px !important;}
    
.h-top {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    z-index: 999;
    background: #fff;
}

.redBg {
    padding-top:120px;
}
.item2 .links li{
   float:left;
   width: 20%;
}
.item2 .links li a{
   padding: 10px 0; 
}
.logo-box {   
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
}

/* 大红盒子做背景部分： */
.redBg {
    background: url(../images/maxBack.png);
    /*! padding-bottom: 53px; */
    background: #106ebe;
}

.logo {
    /* float: left; */
    /* padding-bottom: 32px; */
}

.logo a {
    display: block;
    max-width: 100%;
}

.logo img {
    width: 100%;
    height: 100%;
}

/* 导航部分： */
.navbox {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #0879a0;
    box-shadow: 0px 5px 5px 0px rgba(4, 76, 143, 0.17);
}
.nav {
    max-width: 1400px;
    margin: 0 auto;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.nav .search-switch {
}

.nav .search-switch img {
    display: block;
    cursor: pointer;
}
.nav ul{
    clear: both;
    display: flex;
    margin-top: 0;
    justify-content:space-between;
    width: 100%;
}

.nav .navLi {
    position: relative;
    float: left;
}

.navLi a {
    display: block;
    text-align: center;
    font-family: SourceHanSansCN-Bold;
    font-size: 18px;
    line-height: 40px;
    color: #ffffff;
    display: block;
}

.navLi ul {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) scaleY(0);
    transform-origin: center top;
    width: 170px;
    z-index: 11;
    background: #007aaa;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    padding: 10px 0;
    transition: all 0.3s;
    display: block;
    margin-top: 0;
}

.navLi:hover ul {
    transform: translateX(-50%) scaleY(1);

}

.navLi ul a:hover {
    color: #bcb8b8;

}

.nav .navLi>a {
    border-bottom: 2px solid transparent;
}

.nav .navLi:hover>a {
    border-bottom: 2px solid #ffffff;
}

.nav .navLi ul li a {
    font-size: 16px;
    color: #fff;
}

.nav .navLi ul li a:hover {
    background: #045195;
    color: #fff;
}



/* 移动端导航模块： */
.top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: 9999;
}

.top>img {
    display: block;
    width: 100%;
}

.wap {
    display: none !important;
}

.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
}

.wap-menu img {
    height: 25px;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

/* 页脚模块： */
.footer {
    width: 100%;
    background-color: #106ebe;
    /*! background: url(../images/footer_bg.png) no-repeat; */
    background-size: cover;
    padding: 35px 0 0 0;
    /* background: #444; */
}

.footer .zhong {
    display: flex;
    justify-content: space-between;
}

.footer .friend {

    /* 图上间距是33，但是要把ul已经设的22下内边距考虑到，因此大盒子只要再设11的下内边距就行 */

    overflow: hidden;

    /* margin-right: 25%; */

    width: 350px;
}

.footer p {
    font-size: 20px;
    color: #ffffff;
    line-height: 40px;
}

.footer .friend .friend_link {
    padding-bottom: 5px;
}

.friend .friend_son {
    float: left;
    font-family: SourceHanSansCN-Regular;
    display: flex;
    flex-wrap: wrap;
    width: 350px;
}

.friend .friend_son2 {
    padding-right: 0;

}

.friend .friend_son li {
    width: 33.33%;
}

.friend .friend_son li a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 40px;
}

.footer .bottom {
    width: 100%;
    text-align: center;
    padding: 5px 10px;
    background-color: #045195;
    margin-top: 25px;
}

.footer .bottom p {
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    line-height: 30px;
}
.footer .bottom p a{
    color: #fff;
    
}
.footer .connect {}

.connect .connectUl li {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    color: #ffffff;
    line-height: 40px;
}

.connect p {
    padding-bottom: 5px;
}

.footer .QRcode {
    text-align: center;
}

.footer .QRcode .QRkuang {
    background-color: #ffffff;
    width: 115px;
    margin: 0 auto;
}

.footer .QRcode .QRkuang img {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.footer .QRcode p {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    color: #ffffff;
}


/* 定位搜索框 */

.b-top {
    line-height: 0.4rem;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}

.t-search-zzc {
    position: fixed;
    z-index: 99998;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
}

.t-search {
    padding: 0 0 0.1rem 0;
    display: none;
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 99999;
}

.t-search>div {
    min-width: 5rem;
    margin: 0 auto;
    position: relative;
    padding-right: 0.5rem;
    padding: 0.05rem 0;
    background: #fff;
}

.t-search>div input[type="text"] {
    display: block;
    width: 100%;
    padding: 0 0.7rem 0 0.2rem;
    font-size: 0.16rem;
    height: 0.3rem;
    box-sizing: border-box;
}

.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 0.4rem;
    width: 0.4rem;
    background: #106ebe;
}

.search-btn input {
    display: block;
    width: 0.2rem;
    margin: 0.1rem auto;
}


.icon{
   width: 70px;
   height: 70px;
   margin: 0 12px;
   position: relative;
}

.ui-foot{
    width: 100%;
    height: 340px;
    background: url(../images/footbg.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.ui-foot{
    position: relative;
}
.foot-top{
   width: 100%;
   height: 240px;
   display: flex;
   justify-content: space-between;
   padding-bottom: 30px;
   border-bottom: 1px solid #7f93cf;
}
.foot-top-one {
    display: flex;
    align-items: flex-end;
}
.foot-logo {
    width: 30%;
    height: 30%;
    margin-right: 2%;
    margin-bottom: 4%;
}
.foot-top-cont{
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.foot-phone{
    display: flex;
    align-items: center;
}
.foot-phone:nth-child(n+1) {
  margin-right: 20px;
}

.foot-phone-span{
   font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #7F93CF;
  line-height: 2;
  text-align: left;
  margin-left: 5px;
}
.four-icon{
    width: 28%;
    height: auto;
    display: flex;
    align-items: flex-end;
    position: relative;
    justify-content: center;
}
.weixin-a{
   width: 70px;
    height: 70px;
    background: url(../images/vx-img.png) no-repeat center;
    background-size: 100% 100%;
    display: inline-block;
}
.weixin:hover .weixin-a{
    background: url(../images/vx-img-active.png) no-repeat center;
    background-size: 100% 100%;
}
.shiph-a{
    width: 70px;
    height: 70px;
    background: url() no-repeat center;
    background-size: 100% 100%;
    display: inline-block;
}
.shiph:hover .shiph-a{
    background: url() no-repeat center;
    background-size: 100% 100%;
}
.douyin-a{
    width: 70px;
    height: 70px;
    background: url(../images/dy-img.png) no-repeat center;
    background-size: 100% 100%;
    display: inline-block;
}
.douyin:hover .douyin-a{
    background: url(../images/dy-img-active.png) no-repeat center;
     background-size: 100% 100%;
}
.weibo-a{
    width: 70px;
    height: 70px;
    background: url(../images/vb-img.png) no-repeat center;
    background-size: 100% 100%;
    display: inline-block;
}

.weibo:hover .weibo-a{
    background: url() no-repeat center;
    background-size: 100% 100%;
}
.img{
    width: 125px !important;
    height: 125px !important;
    display: none;
    position: absolute;
    top: -130px;
    left: -30px;
    z-index: 2;
}
.img img{
    width: 100% !important;
    height: 100% !important;
    display: block;
}
.foot-bot{
   width: 100%;
   height: 100px;
   padding-top: 20px;
}
.foot-p, .foot-p a{
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.5;
    text-align: center;
}