
a,ul{
    text-decoration: none;
    list-style-type: none;
    color: black;
}
*,p{
    padding: 0;
    margin: 0;
    text-decoration: none;
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*wrap*/
.mt40{ margin-top:40px;}
.mb40{ margin-bottom: 40px;}
.mt30{ margin-top:30px;}
.pb30{ padding-bottom:40px; }
.wrap{padding-left:5%;padding-right:5%;}
.flex{display: flex;}
.flex-justify{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex-justify-center{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.flex-center{
    display: flex;
    justify-items: center;
    align-items: center;
}

.main{
    width:100%;
    clear: both;
    overflow: hidden;
    box-sizing: border-box;
}
.container{
    padding: 0 5%;
    overflow: hidden;
}
.box_background{
    background:#F9FAFC;
}
.Inside_title_background{background: #d4d1d1; margin:10px 0;}
/*头部 stay*/
.header_left,.header_right{
    width: 50%;
    float: left;
    position: relative;
    overflow: hidden;
    top: 0;
}
.header_right > ul{
    line-height: 122px;
}
.header_right > ul > li {
    width: 14%;
    float: left;
    text-align: center;
}
.header_right > ul > li:hover{
    font-size:14px;
    background: #2a62bc;
}
.header_right > ul > li > a{
    font-size:14px;
    color: black;
    display: block;
}
.header_right > ul > li > a:hover{
    color: white;
}
.header_left::before{ content:"";
    position: absolute;
    top:50px;
    width: 300px;
    height:14px;
    animation:myfirst 4s ease-in 1s 12;
    background-color: rgba(255,255,255,.7);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.selection{background: #2a62bc;}
@keyframes myfirst {
    0%   {background:rgba(255,255,255,.5); left:-200px; }
    100%  {background:rgba(255,255,255,.5); left:400px; }
}
.header_left_picture{
    padding-top: 20px;
    float: left;
}
.header_left_picture > img {
    width:78px;
    height: 78px;
}
.header_left_text{
    padding:30px 0 0 100px;
    color: black;
}
.header_left_text > p{
    font-size: 22px;
}
/*手机端导航栏 stay*/
.m-nav {
    width: 26px;
    height: 26px;
    display: none;
    background:#166FBA  url(/images/bar.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    right: 2%;
    top: 50%;
    margin-top: -13px;
}
.m-nav-list {
    width: 100%;
    padding: 10px 0;
    background: #ffffff;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 90px;
    left: 0;
    z-index: 99999;
    display: none;
}
.nav {
    background: #444;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.nav .mobNav {
    display: none;
}
.nav .dropdown {
    width: 1200px;
}
.nav .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.nav .menu li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.nav .menu li:last-child a {
    border-right: none;
}
.nav .menu a {
    color: #fff;
    border-right: 1px solid #000;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    text-decoration: none;
}
.nav .menu a:hover {
    background: red;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;}
/*手机端导航栏 end*/
/*头部  end*/
/*首页的联系我们 stay*/
.contact{
    padding: 0px 0 20px 0;
}
.content_left{float: left;
    width: 50%;
    overflow: hidden;
}
.content_right{
    float: left;
    width: 50%;
    overflow: hidden;
    height: 292px;
    background: url(../images/6_i0l4.png) no-repeat right;
}
.content_right > p {
    line-height: 50px;
    padding: 10px 0;
}
.content_right span{
    margin-right: 30px;
    color: #15da27;
    font-size: 20px
}
/*底部*/
.footer_left{
    width: 50%;
    float: left;
    display: flex;
}
.footer_left > p {
    padding: 0 5px;
    line-height: 50px;
    margin: 0;
    color: #fff
}
.footer_right{
    width: 50%;
    float: left;
}
.footer_right > p {
    text-align: right;
    line-height: 50px;
    color: #fff;
}
.foot{
    background: #1471C1;
}
.footer  > p {
    font-size: 14px;
}
/*底部*/
/*联系我们 end*/
/*分页*/
.fenye{
    width: 100%;
    height: auto;
    clear: both;
}
.fenye ul{
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 40px;
}
.fenye ul > li{
    display: block;
    box-sizing:border-box;
    margin-top: 5px;
    margin-bottom: 5px;
}
.fenye ul > li >a{
    display:block;
    text-align: center;
    padding: 7px 14px;
    border: 1px solid #CCCCCC;
    box-sizing:border-box;
    margin-left: -1px;
}
.fenye .jump{
    text-align: center;
    width: 4em;
    height: 36px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    transition: all 0.3s ease-in-out 0s;
}
.fenye .jump:focus{
    outline: #1f9a81 0 solid;
    border: 1px solid #1f9a81;
}
.fenye ul > li >span{
    line-height: 40px;
}
.fenye .page-active + li>a{
    border-left: 1px #1f9a81 solid;
}
.fenye .page-active>a{
    background: #009688;
    color: #ffffff;
    border: 1px solid #009688;
}
.fenye .page-active>a:hover{
    background: #009688;
    color: #ffffff;
    border: 1px solid #009688;
}
.fenye ul > li >a:hover{
    background: rgba(233, 236, 239, 0.7);
    color:#009688;
    cursor:pointer;
}
.fenye .page-disabled>a{
    cursor: not-allowed;
    border: 1px solid #eee;
}
.fenye .page-disabled>a{
    color:#aaa !important;
    background: initial !important;
    /*文件禁止选择*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/*返回顶部按钮*/
.backtop{
    position: fixed;
    bottom:60px; 
    right: 10px; 
    display: none; 
    z-index:999;
    width:36px; 
    height:36px; 
    background:rgba(0,0,0,0.4);
    color: #fff;
    border-radius: 50%;
    cursor:pointer;
}
.backtop .iconfont{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/*@media all and (max-width:767px) and (min-width:320px) */
@media all and (max-width: 650px) {
    .mt40{margin-top: 20px;}
    .mb40{ margin-bottom: 20px;}
    .mt30 {margin-top: 15px;}
    .wrap{padding-left:3%;padding-right:3%;}
    .content_right{
        width: 100%
    }
    /*分页*/
    .fenye .number,.fenye span,.jump-button,.jump{display: none!important}
    /*分页*/
    /*头部*/
    .container{
        padding: 0;
    }
    .header_right,.swiper-button-prev,.swiper-button-next,.product_center,.Product_right{
        display: none;
    }
    .header_left,.content_left,.Product_left{
        width: 100%;padding: 0;
    }
    .header_left_picture > img{ width: 50px;height: 50px }
    .header_left_picture{
        padding-right: 10px;
    }
    .header_left_text {
        padding: 24px 10px;
    }
    .header_left_text > p {
        font-size: 16px;
    }
    .header_left_text > span {
        font-size: 10px;
    }
    /*头部*/

    /*内页banner图 stay*/
    .Inside_banner > img{height: auto;}
    /*内页banner图 end*/
    /*底部*/
    .footer_left{
        width: 100%;
        display: block;
        float: left;
    }
    .footer_right >p, .footer_left > p{
        line-height:normal;
        text-align: left;
        padding-left: 5px;
    }

    /*底部*/
    /*手机端导航栏 stay*/
    .m-nav {
        top: 50px;
        display: block;
    }
    .m-nav-list {
        padding:0;
        position:absolute;

    }
    .m-nav-list li {
        background: rgb(4, 65, 141);
        width: 100%;
        line-height: 100%;
        margin-top: 1px;
        text-align: center;
        font-size: 16px;
        padding: 20px 0px 20px 0px;
    }
    .m-nav-list a {
        text-decoration: none;
        color: white;
    }
    .m-nav.close {
        background: #166FBA url(../images/close.png) center center no-repeat;
        background-size: 5vw 5vw;
    }
    /*手机端导航栏 end*/


}