@font-face {
  font-family: "iconfont"; /* Project id  */
  src: url('iconfont.woff2?t=1651162561986') format('woff2'),
       url('iconfont.woff?t=1651162561986') format('woff'),
       url('iconfont.ttf?t=1651162561986') format('truetype');
}
.ws {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ws-twitter:before {
  content: "\e622";
}

.ws-linkedin:before {
  content: "\e697";
}

.ws-instagram:before {
  content: "\e88f";
}

.ws-facebook:before {
  content: "\e686";
}

.ws-youtube:before {
  content: "\e7b2";
}
*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    position: relative;    
    font-family: "Montserrat",Helvetica,Arial,sans-serif;
}
.section{
    position: relative;
    background: #FFF;
}
.container {
    margin-right:auto;
    margin-left:auto;
    padding-left:15px;
    padding-right:15px
}
.text-center {
    text-align: center;
}
.page_header{
    background-color: #2f2f2f;
    min-height: 500px;
    position: relative;
    top: 0;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
}@media(min-width:992px) {
    .container {
    width:970px
}
.page_header{
    height: 300px;
}
}@media(min-width:1200px) {
    .container {
    width:1170px
}
.page_header{
    height: 500px;
}
}
.flex_row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flex_col{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.flex-basis-auto {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.flex-grow-0 {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
.flex-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.fxb {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.flex-y {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/*Home页面布局开始*/
/*头部标识开始*/
header{
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 3;
    background: none;
}
header a{
    color: #FFFFFF;
}
header .header_top{
    height: 46px;
    line-height: 46px;
}
header .header_top .header_left{
    font-size: 12px;
    /*color: #FFFFFF;*/
    color: #000;
    float: left;
}
header .header_top .header_right{
    float: right;
}
header .header_top .header_left a{
    /*color: #FFFFFF;*/
    color: #000;
    font-weight: 700;
}
header .header_sperator{
    height: 1px;
    opacity: .2;
    margin-top: 3px;
    margin-bottom: 3px;
    width: 100%;
    background: #FFFFFF;
}
header .page_header{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
}
header .header_main{
    position: relative;
}
header .header_main_end{
margin-right: 0!important;
}
header .header_main .header_main_left{
    margin-right: 30px;
    width: 240px;
}
header .header_main .header_main_left img{
    width: 100%;
    height: 60px;
}
header .quote{
    position: relative;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 10px 10px 5px;
    border-radius: 2px;
    margin-left: 20px;
    z-index: 1;
    display: block;
    background: #cd2122;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-bottom: -5px;
}
header .quote strong{
    font-size: 17px;
    font-weight: 900;
    display: block;
}
header .quote .trisvg{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 5px;
}
header .quote .trisvg path {
    fill: #cd2122;
}
header .quote:hover .trisvg path {
    fill:#fff
}
header .quote:focus,header .quote:hover {
    background:#fff;
    color:#000;
    box-shadow:0 2px 10px rgba(0,0,0,.3)
}

/*menu*/
.main-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.main-nav>ul>{
    color: #fff !important;
    text-decoration: none;
}
.main-nav>ul:after,.main-nav>ul:before {
    display:table;
    content:" "
}
.main-nav>ul:after {
    clear:both
}
.main-nav ul li {
    margin-bottom:0
}
.main-nav ul .menu-item a {
    display:block;
    font-weight:400
}
.main-nav>ul>.menu-item {
    float:left;
    margin-top:0;
    margin-left:5px
}
.main-nav>ul>.menu-item:first-child {
    margin-left:0
}
.main-nav>ul>.menu-item>a {
    position:relative;
    padding:6px 12px;
    /*color:#f5f5f5;*/
    color: #000;
    z-index:1;
    transition:padding .2s ease-in-out,-webkit-transform .2s ease-in-out;
    transition:padding .2s ease-in-out,transform .2s ease-in-out;
    transition:padding .2s ease-in-out,transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    font-family: "Montserrat",Helvetica,Arial,sans-serif;
    line-height: 14px;
    font-weight: 400;
    font-style: normal;
}
.main-nav>ul>.menu-item>a:before {
    content: "";
    opacity: 0;
    position: absolute;
    border-radius: 2px;
    height: 14px;
    width: 100%;
    top: 50%;
    left: 0;
    background-color: #cd2122;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: height .2s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: -1;
}
.main-nav>ul>.menu-item.active>a:before,.main-nav>ul>.menu-item:hover>a:before,.main-nav>ul>.menu-item>a:hover:before {
    height:30px;
    opacity:1
}
.main-nav>ul>.menu-item.active>a{
    color: #f5f5f5;
}
.main-nav ul ul.sub-menu {
    position: absolute;
    border-radius: 2px;
    border: 1px solid hsla(0,0%,100%,.8);
    box-shadow: 0 0 4px rgb(0 0 0 / 40%);
    padding: 6px 0;
    background: #f5f5f5;
    left: -9999px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s ease,top .45s ease;
    top: 120%;
}
.main-nav>ul>.menu-item>ul.sub-menu {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.main-nav ul ul.sub-menu .menu-item a:not(:only-child):after {
    position:absolute;
    top:50%;
    margin-top:-1px;
    right:10px;
    content:"";
    opacity:.6;
    background-color:rgba(0,0,0,.3);
    width:10px;
    height:2px
}
.main-nav ul ul.sub-menu .menu-item a {
    min-width:230px;
    border-bottom-width:1px;
    border-bottom-style:solid;
    border-bottom-color:rgba(0,0,0,.03);
    padding:10px 20px
}
.main-nav ul ul.sub-menu .menu-item.active>a,.main-nav ul ul.sub-menu .menu-item a:hover {
    color:#323232;
    background:rgba(0,0,0,.04)
}
.main-nav>ul>.menu-item>ul.sub-menu:before {
    content:"";
    display:block;
    position:absolute;
    top:-12px;
    left:0;
    width:100%;
    height:12px
}
.main-nav>ul>.menu-item>ul.sub-menu:after {
    content:"";
    display:block;
    position:absolute;
    top:-11px;
    left:14px;
    border:6px solid transparent;
    border-bottom-width:5px;
    border-bottom-color:#f5f5f5
}
.main-nav ul ul.sub-menu .menu-item:hover>ul {
    left:100%;
    top:-3px;
    opacity:1
}

.main-nav ul .menu-item:hover>ul {
    left:0;
    opacity:1;
    visibility:visible;
    z-index:100;
    top:100%
}

.main-nav ul ul.sub-menu .menu-item a {
    font-size:12px;
    color:#757575;
    position:relative
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .main-nav>ul>.menu-item {
        margin-left:3px
    }

    .main-nav>ul>.menu-item>a {
        font-size: 12px;
        padding: 6px;
    }
}
@media(max-width:992px) {
    .main-menu {
    display:none !important
}
.main-nav {
    margin-right:auto
}
}

.fixed_header {
    display: none;
}

@media screen and (min-width:992px) {
    .fixed_header {
        display:block;
        background:rgba(0,0,0,.85);
        padding:0;
        position:fixed;
        right:0;
        top:0;
        width:100%;
        z-index:999;
        opacity:0;
        visibility: hidden;
        -webkit-transform:translate3d(0,-30px,0);
        transform:translate3d(0,-30px,0);
        -webkit-backface-visibility:hidden;
        backface-visibility:hidden;
        will-change:transform;
        transition-property:opacity,visibility,-webkit-transform;
        transition-property:opacity,visibility,transform;
        transition-property:opacity,visibility,transform,-webkit-transform;
        transition-duration:.3s;
        transition-timing-function:ease-out
    }
    .fixed_header.visible {
        opacity:1;
        visibility:visible;
        -webkit-transform:translateZ(0);
        transform:translateZ(0)
    }
    .fixed-main-menu,.fixed-main-menu ul {
        float:none;
        display:block;
        list-style:none;
        margin:0 15px;
        padding:0;
        position:relative
    }

    .fixed-main-menu>li {
        float:left;
        border-left:1px solid hsla(0,0%,100%,.1)
    }
    .fixed-main-menu>li:last-child {
        border-right:1px solid hsla(0,0%,100%,.1)
    }
    .fixed-main-menu li ul {
        background:rgba(0,0,0,.9);
        min-width:200px;
        padding:5px
    }
    .fixed-main-menu .sub-menu {
        left:-2999px;
        position:absolute;
        -webkit-transform:translateY(20px);
        transform:translateY(20px);
        opacity:0;
        transition:opacity .15s ease-in-out,-webkit-transform .15s ease-in-out;
        transition:opacity .15s ease-in-out,transform .15s ease-in-out;
        transition:opacity .15s ease-in-out,transform .15s ease-in-out,-webkit-transform .15s ease-in-out
    }
    .fixed-main-menu li a {
        display: block;
        color: #ddd;
        font-size: 12px;
        line-height: 1.4;
        padding: 7px 15px;
        transition: all .15s ease-in-out;
        position: relative;
    }
    .fixed-main-menu li:hover>a:not(:only-child)+.sub-menu,.fixed-main-menu li:hover>a:not(:only-child)+.zn_mega_container {
        left:-15px;
        opacity:1;
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
    .fixed-main-menu li>a:not(:only-child) {
        padding-right:25px
    }
    .fixed-main-menu li>a:not(:only-child):after {
        content:"";
        position:absolute;
        top:50%;
        right:9px;
        margin-top:-1px;
        height:2px;
        width:6px;
        background:#ccc;
        opacity:.5
    }
    .fixed-main-menu li li:hover>a:not(:only-child)+.sub-menu {
        left:100%;
        top:-4px
    }
    .fixed-main-menu li:hover>a,.fixed-main-menu li a:hover {
        color:#fff;
        background:#000
    }
    .fixed-main-menu li.active>a {
        background-color: #cd2122;
    }
}

#header{
    width: 100%;
    /*height: 52px;*/
    height: auto;
    background: #f8f8f8;
    z-index: 10;
    position: relative;
    display: block;
}
.header{
    /*width: 1210px;*/
    /*width: 65%;*/
    width: 1200px;
    /*height: 52px;*/
    /*height: 100%;*/
    height: auto;
    /*border: 1px solid red;*/
    margin: 0 auto;
}
.header::after{
    content: "";
    display: block;
    clear: both;
}
.header_left1{
    /*width: 7.5%;
    width: 100px;*/
    /*height: 52px;*/
    /*height: 100%;*/
    height: auto;
    /*border: 1px solid green;*/
    margin-right: 8px;
    float: left;
}
.header_left2{
    /*width: 42.5%;
    width: 500px;*/
    /*height: 52px;*/
    /*height: 100%;*/
    margin-right: 15px;
    height: auto;
    /*border: 1px solid green;*/
    float: left;
}
.header_left1>div{
    /*width: 100%;*/
    /*height: 52px;*/
    /*background: black;*/
    font-family: Lato;
    font-size: 14px;
    color: #545454;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 0.8em;
    float: left;
    padding:1.5px 0;
}
.header_left1>div>span>a>span{
    color: #666;
}
.header_left1>div>span>a>span:hover{
    color: orange;
}
.header_left2>div{
    font-family: Lato;
    font-size: 14px;
    color: #666;
    font-weight: 400;
    line-height: 3.5em;
    float: left;
    padding:1px 0;
}
.header_left2>div>a{
    /*display: block;*/
    /*margina-bottom: 1px;*/
    color: #666;
    /*float: left;*/
}
.header_left2>div>a:hover{
    color: orange;
}
.header_center{
    width: 400px;
    height: auto;
    float: left;
}
.header_center>form{
    width: 100%;

}
.header_center>form>div{
    width: 95%;
    /*height: 70%;*/
    /*border: 1px solid red;*/
    margin-top: 11px;
    border-radius: 50px;
    border:1px solid #cfcfcf;
    background: white;
    /*padding-left: 2%;*/
    /*padding-top: 1.8%;*/
    position: relative;
}
.header_center>form>div>button{
    background: white;
    position: absolute;
    right: 2%;
    top: 10%;
    border: none;
    outline:medium;
    cursor: pointer;
}
.header_center>form>div>button>i{
    /*display: block;*/
    font-size: 18px;


}
.header_center>form>div>input{
    width: 90%;
    /*height: 85%;*/
    height: 28px;
    margin-left: 10px;
    /*border-radius: 50px;*/
    /*border:1px solid #cfcfcf;*/
    border: none;
    outline:medium;
}
/*.select_input.active>.select_items{*/
    /*display: block;*/
/*}*/
.select_items{
    width: 160px;
    height: 200px;
    background: white;
    position: absolute;
    border-radius: 5px;
    top: 58px;
    left: 6px;
    box-shadow:0 0 3px 1px #d0d0d0;
    display: none;
}
.select_items>i{
    font-size: 24px;
    position: absolute;
    color: white;
    left: 20px;
    top: -11px;
}
.select_nav{
    padding-left: 15px;
    padding-top: 7px;
}
.select_nav>ul>li{
    font-size: 14px;
    color: #f6b32f;
    cursor: pointer;
    padding-top: 10px;
}
.select_nav>ul>li:hover{
    color: red;
}
.header_right{
    width: auto;
    /*height: 52px;*/
    /*height: 100%;*/
    height: auto;
    /*border: 1px solid black;*/
    float: right;
    overflow: hidden;
    display: inline-block;
    line-height: 2.5em;
    margin-top: 5px;
}
.header_right>div{
    /*width: 80%;
    height: 70%;*/
    height: auto;
    /*border: 1px solid red;*/
    margin-top: 5px;
    /*margin-left: 15%;*/
    overflow: hidden;
    display: inline-block;
}
.header_right>div>a{
    margin-top: 5px;
    line-height: 2em;
    padding-left: 3.5%;
    line-height: 2.5em;
}
.header_right>div>a>span{
    color: #666666;
    font-size: 20px;
}
.header_right .icon{
    display:inline-block;
    width:25px;
    height:25px;
    vertical-align:middle;
    background-image: url(../image/style5tiny.png);
    background-repeat: no-repeat;
}

.header_right .icon_facebook{
    background-position: -199px 1px;
}

.header_right .icon_linkedin {
    background-position: -199px -127px;
}

.header_right .icon_twitter {
    background-position: -199px -255px;
}

.header_right .icon_youtube {
    background-position: -199px -319px;
}

.header_right .icon_instagram {
    background-position: -199px -959px;
}

.header_right>div>a>span:hover{
    color: cornflowerblue;
}
#icon_red1:hover{
    color: red;
}
#icon_red2:hover{
    color: red;
}
/*头部标识结束*/
/*导航条标识开始*/
#nav{
    width: 100%;
    /*height: 96px;*/
    height: auto;
    background: white;
    /*border: 1px solid blue;*/
    /*padding: 8px 0px;*/
    z-index: 3;
    position: relative;
    display: block;

}
.nav{
    /*width: 65%;*/
    width: 1200px;
    /*height: 80px;*/
    height: auto;
    /*border: 1px solid yellow;*/
    background: white;
    margin: 0 auto;
    padding: 8.5px 0px;
    /*position: relative;*/
    /*z-index: 2;*/
}
.nav::after{
    content: "";
    display: block;
    clear: both;
}
.logo{
    /*width: 25%;*/
    width: 300px;
    /*height: 80px;*/
    height: auto;
    /*border: 1px solid black;*/
    float: left;
}
.logo>a>img{

    padding-top: 10px;
    padding-bottom: 10px;
}
.nav_right{
    /*width: 74%;*/
    width: 900px;
    /*height: 80px;*/
    height: auto;
    /*border: 1px solid green;*/
    float: right;
}
.nav_right_content{
    /*height: 80%;*/
    /*width: 80%;*/
    /* width: 80%; */
    height: auto;
    /*margin-left: 6%;*/
}
.nav_right_content::after{
    content: "";
    display: block;
    clear: both;
}
.nav_right_content>div:nth-child(1){


    height: auto;
     float: left;
     padding-left: 20px;
     padding-right: 20px;

 }

.nav_right_content>div:nth-child(2){
    /* width: 103.36px; */
    height: auto;

    float: left;
    margin-left: 1px;
    padding-left: 20px;
    padding-right: 20px;
    white-space: nowrap;

    position: relative;
}

.nav_right_content>div:nth-child(2):hover>.products_info{


    display: block;

    -webkit-animation-name: fadeIn; /*动画名称*/
    -webkit-animation-duration: 1s; /*动画持续时间*/
    -webkit-animation-iteration-count: 1; /*动画次数*/
    -webkit-animation-delay: 0s; /*延迟时间*/

}
.nav_right_content>div:nth-child(3):hover>.products_info{


    display: block;

    -webkit-animation-name: fadeIn; /*动画名称*/
    -webkit-animation-duration: 1s; /*动画持续时间*/
    -webkit-animation-iteration-count: 1; /*动画次数*/
    -webkit-animation-delay: 0s; /*延迟时间*/

}
.products_info{
    width: auto;
    height: auto;
    overflow: hidden;
    background: #f8f8f8;
    position: absolute;
    top: 106%;
    font-size: 14px;
    color: #707070;
    font-family: PT Sans;
    margin-left: -20px;
    display: none;

}
#products_left{
    margin: 25px;
    float: left;
}
#products_right{
    margin: 25px;
    float: left;
}
#products_left>li{
    /* margin-top: 6.5%; */
    margin-top: 11px;
    list-style: none;
}
#products_right>li{
    margin-top: 11%;
    list-style: none;
}
#products_left>li>a{
    color: #707070;
}
#products_right>li>a{
    color: #707070;
}
#products_left>li>a:hover{
    color: #f6b32f;
}
#products_right>li>a:hover{
    color: #f6b32f;
}
#products_left>li>a>h3:hover{
    color: #f6b32f;
}
#products_right>li>a>h3:hover{
    color: #f6b32f;
}
#products_left>li>a>h3{
    color: black;
}
#products_right>li>a>h3{
    color: black;
}
.nav_right_content>div:nth-child(3){
    /*width: 16%;*/


    height: auto;

    margin-left: 1px;
    padding-left: 20px;
    padding-right: 20px;
    white-space: nowrap;
    float: left;

}
.nav_right_content>div:nth-child(4){
    /*width: 12%;*/


    height: auto;
    padding-left: 20px;
    padding-right: 20px;


    margin-left: 1px;
    float: left;

}
.nav_right_content>div:nth-child(5){
    /*width: 12%;*/


    height: auto;
    padding-left: 20px;
    padding-right: 20px;

    margin-left: 1px;
    float: left;
    /*border: none;*/
}
.nav_right_content>div:nth-child(6){
    /*width: 16%;*/

    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 1px;
    float: left;

}
.nav_right_content>div:nth-child(7){
    /*width: 16%;*/

    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    white-space: nowrap;
    margin-left: 1px;
    float: left;

}
.nav_right_content>div:nth-child(8){
    /*width: 16%;*/

    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    white-space: nowrap;
    margin-left: 1px;
    float: left;

}
.nav_right_content>div{
    margin-top: 8px;
}
.value>a>span{
    color: #f6b32f;
}
.value>a{
    color: #f6b32f !important;
}
.nav_right_content>div>a{
    color: black;
}
.nav_right_content>div>a>span{

    /*margin-top: 5px;*/
    /* margin-left: 20%; */
    line-height: 3.4em;
    letter-spacing: 0;
    font-size: 16px;
    transition: 0.3s;
    font-family: Lato;
}
.nav_right_content>div>a>span:hover{
    color: #f6b32f;
    /*border-bottom: 3px solid #f6b32f;*/
}
.nav_right_content>div:hover{
    border-bottom: 3px solid #f6b32f;
}
/*导航条标识结束*/
.empty{
    width: 100%;
    height: 70px;
    background: white;
    z-index: 2;
    position: relative;
}
/*侧边栏标识开始*/
#sidebar{
    width: 50px;
    height: 200px;
    /*background: black;*/
    /*border: 1px solid darkblue;*/
    background: #cfcfcf;
    border-radius: 50px;
    position: fixed;
    right: 20px;
    bottom: calc(50% - 200px/2);

    z-index: 10;
    display: block;
}
#sidebar2{
    width: 50px;
    height: 150px;
    /*background: black;*/
    /*border: 1px solid darkblue;*/
    background: #cfcfcf;
    border-radius: 50px;
    position: fixed;
    right: 20px;
    bottom: calc(50% - 150px/2);
    z-index: 10;
    display: none;
}
#sidebar>ul{
    width: 100%;
    height: 100%;
    list-style: none;
}
#sidebar2>ul{
    width: 100%;
    height: 100%;
    list-style: none;
}
#sidebar>ul>li{
    /*padding-top: 25%;*/
    width: 50px;
    height: 50px;
    position: relative;
    margin-bottom: 0 !important;
    /*line-height: 28px;*/
    font-family: Lato;
    font-size: 14px;
    color: #545454;
    font-weight: 400;
    letter-spacing: 0;
    cursor: pointer;
    /*display: block;*/
}
#sidebar2>ul>li{
    /*padding-top: 25%;*/
    width: 50px;
    height: 50px;
    position: relative;
    margin-bottom: 0 !important;
    /*line-height: 28px;*/
    font-family: Lato;
    font-size: 14px;
    color: #545454;
    font-weight: 400;
    letter-spacing: 0;
    cursor: pointer;
    /*display: block;*/
}
.sidebar_side1{
    width: 120px;
    height: 50px;
    background: #f6b32f;
    border-radius: 50px;
    list-style: none;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}
.sidebar_side2{
    width: 150px;
    height: 50px;
    background: #f6b32f;
    border-radius: 50px;
    list-style: none;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}
.sidebar_side3{
    width: 120px;
    height: 50px;
    background: #f6b32f;
    border-radius: 50px;
    list-style: none;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}
.sidebar_side1>li>a{
    font-size: 14px;
    display: block;
    padding-top: 12px;
    padding-left: 10px;
    color: white;
    float: left;
}
.sidebar_side2>li>a{
    font-size: 14px;
    display: block;
    padding-top: 12px;
    padding-left: 10px;
    color: white;
    float: left;
}
.sidebar_side3>li>a{
    font-size: 14px;
    display: block;
    padding-top: 12px;
    padding-left: 10px;
    color: white;
    float: left;
}
.sidebar_side1>li>i{
    display: block;
    float: left;
    padding-top: 8%;
    padding-left: 24%;
    color: white;
    font-size: 28px;
}
.sidebar_side2>li>i{
    display: block;
    float: left;
    padding-top: 6%;
    padding-left: 22%;
    color: white;
    font-size: 28px;
}
.sidebar_side3>li>i{
    display: block;
    float: left;
    padding-top: 7%;
    padding-left: 28%;
    color: white;
    font-size: 28px;
}
#sidebar>ul>li:hover>.sidebar_side1{
    display: block;
    -webkit-animation-name: fadeIn; /*动画名称*/
    -webkit-animation-duration: 0.6s; /*动画持续时间*/
    -webkit-animation-iteration-count: 1; /*动画次数*/
    -webkit-animation-delay: 0s; /*延迟时间*/
}
#sidebar2>ul>li:hover>.sidebar_side1{
    display: block;
    -webkit-animation-name: fadeIn; /*动画名称*/
    -webkit-animation-duration: 0.6s; /*动画持续时间*/
    -webkit-animation-iteration-count: 1; /*动画次数*/
    -webkit-animation-delay: 0s; /*延迟时间*/
}
#sidebar>ul>li:hover>.sidebar_side2{
    display: block;
    -webkit-animation-name: fadeIn; /*动画名称*/
    -webkit-animation-duration: 0.6s; /*动画持续时间*/
    -webkit-animation-iteration-count: 1; /*动画次数*/
    -webkit-animation-delay: 0s; /*延迟时间*/
}
#sidebar2>ul>li:hover>.sidebar_side2{
    display: block;
    -webkit-animation-name: fadeIn; /*动画名称*/
    -webkit-animation-duration: 0.6s; /*动画持续时间*/
    -webkit-animation-iteration-count: 1; /*动画次数*/
    -webkit-animation-delay: 0s; /*延迟时间*/
}
#sidebar>ul>li:hover>.sidebar_side3{
    display: block;
    -webkit-animation-name: fadeIn; /*动画名称*/
    -webkit-animation-duration: 0.6s; /*动画持续时间*/
    -webkit-animation-iteration-count: 1; /*动画次数*/
    -webkit-animation-delay: 0s; /*延迟时间*/
}
#sidebar2>ul>li:hover>.sidebar_side3{
    display: block;
    -webkit-animation-name: fadeIn; /*动画名称*/
    -webkit-animation-duration: 0.6s; /*动画持续时间*/
    -webkit-animation-iteration-count: 1; /*动画次数*/
    -webkit-animation-delay: 0s; /*延迟时间*/
}
#sidebar>ul>li>a>i{
    font-size: 24px;
    display: block;
    color: white;
    padding-left: 25%;
    padding-top: 20%;
}
#sidebar2>ul>li>a>i{
    font-size: 24px;
    display: block;
    color: white;
    padding-left: 25%;
    padding-top: 20%;
}
.icon_big{
    width: 40px;
    height: 40px;
    background: #f6b32f;
    border-radius: 100%;
    margin: 0 auto;
}
.icon_big:hover>i{
    font-size: 28px;

    padding-left: 16%;
    padding-top: 16%;
}
.icon_big>i{
    font-size: 24px;
    display: block;
    color: white;

    padding-left: 20%;
    padding-top: 20%;
}

/*侧边栏标识结束*/
/*内容标识开始*/
#content{
    width: 100%;
    /*height: 740px;*/
    height: auto;
    /*background: white;*/
    /*border: 1px solid yellow;*/
    position: relative;
    background-image:url("../image/ABOUTBG.jpg");
    background-size: cover;
    z-index: 2;
    position: relative;
    display: block;
}
.content{
    width: 57.5%;
    /*height: 100%;*/
    height: auto;
    /*border: 1px solid red;*/
    position: relative;
    /*background: #333333;*/
    /*background-image:url("../image/content_about2.jpg");*/
}
.content_text{
    width: 62%;
    /*height: 60%;*/
    height: auto;
    /*border: 1px solid green;*/
    /*position: absolute;*/
    /*top:17%;*/
    /*left: 17%;*/
    padding-left: 16%;
    padding-top: 11.1%;
    padding-bottom:15%;
}
.content_text>h2{
    font-family: Montserrat;
    font-size: 16px;
    /*font-size: 1em;*/
    color: #fff;
    font-weight: 400;
    letter-spacing: 4px;
    line-height: 1em;
    text-align: left;

    display: block;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.content_text>span{
    letter-spacing: 0;
    line-height: 1.3em;
    text-align: left;
    font-family: Montserrat;
    font-size: 36px;
    color: #fff;
    font-weight: 700;
}
.content_text>p{
    letter-spacing: 0;
    line-height: 1.7em;
    text-align: left;
    font-size: 16px;
    color: rgba(255,255,255,0.85);
    font-weight: 400;
    font-family: Lato;

    padding-top: 5%;
}
.content_text>div{

    /*background: #f7f5dc;*/
    /* background: rgba(254, 254, 254, 0.5); */
    /*padding-bottom: 2%;*/

    /* border: 1px solid white; */
    margin-top: 7%;
}
/*.content_text>div:hover{*/
    /*background: white;*/
/*}*/
.content_text>div:hover>a{
    color: #f6b32f;
}
.content_text>div>a{

    font-family: Lato;
    font-weight: 400;
    letter-spacing: 0;

    font-size: 14px;
    display: inline-block;

    height: 40px;
    line-height: 40px;
    padding-left: 40px;
    padding-right: 40px;

    background-color: rgba(255,255,255,0.25);
    color: #fff;
    border-radius: 0;
    border-color: #fff;
    border-style: solid;
    border-width: 1px;
}
.btn2 {


    transition: all .3s ease-in-out;

    text-decoration: none;
    position: relative;

    vertical-align: middle;
    overflow: hidden;
    z-index: 4;
}

.btn2:before{
    transition: all .3s ease-in-out;
}

.btn2:hover{
    background-color: #ffffff;
}

.btn3:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    background: white;
}

.btn3:hover:before{
    left: 0;
    right: 0;
}

.content_right{
    width: 45%;
    /*height: 78%;*/
    height: auto;
    /*border: 1px solid skyblue;*/
    position: absolute;
    top:11%;
    left:45%;
}
.content_right>img{
    width: 100%;
    height: 100%;
}
/*内容标识结束*/
/*内容2标识开始*/
#nav_content{
    width: 100%;
    /*height: 875px;*/
    height: auto;
    background: #f8f8f8;
    /*border: 1px solid black;*/
    position: relative;
    z-index: 2;
    display: block;
}
/*js+css过渡效果实现*/
.nav_content>div{
    transition:all 1s;
}
.nav_content_none{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
}
.nav_content_block{
    opacity: 1;
    z-index: 2;
}
/*js+css过渡效果结束*/
.empty_3{
    width: 100%;
    /*height: 8%;*/
    height: 66px;
    /*border: 1px solid orange;*/
}
.nav_content_header{
    width: 100%;
    /*height: 9%;*/
    height: auto;
    /*border: 1px solid seagreen;*/
}
.nav_content_header>ul{
    display: flex;
    justify-content: center;
    padding-bottom: 24px;
    padding-top: 6px;
    line-height: 42px;
    list-style: none;
}
.nav_content_header>ul>li{
    font-size: 16px;
    padding: 0 1%;
    font-family: Lato;
    font-weight: bold;
    cursor: pointer;
}
.li_left{
    border-bottom: 2px solid #ed9f2d;
    color: #000;
    width: 100%;

    /*不换行设定*/
    white-space:nowrap;
}
.li_right{
    color: #a7a7a7;
    white-space:nowrap;
}
.nav_content{
    width: 100%;
    /*height: 75%;*/
    height: auto;
    position: relative;
    /*background: red;*/
    /*border: 1px solid blue;*/
}
.nav_content::after{
    content:"";
    display: block;
    clear: both;
}
.nav_content_left{
    width: 31%;
    /*height: 100%;*/
    height: auto;
    /*border: 1px solid moccasin;*/
    float: left;
    /*display: flex;*/
    position: relative;
}
.nav_content_left>div{
    /*position: absolute;*/
    width: 50%;
    /*position: relative;*/
    left: 50%;
    /*top: 50%;*/
    transform: translateX(-50%);
    color: #34383C;
    font-family: fantasy;
    font-size: 64px;
    font-weight: bold;

    /*padding-top: 50%;*/
    margin-top: 30%;
    /*padding-bottom: 20%;*/

    /*transition:all 2s;*/
}
/*css+js 过渡效果实现开始*/
.nav_content_left>div>span{
    transition:all 1s;
}
.nav_content_left_text2_block{
    /*display: block;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    opacity: 1;
}
.nav_content_left_text_none{
    /*display: none;*/
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
/*css+js 左边文字过渡效果实现结束*/
.lins{
    position: absolute;
    width: 3px;
    left: -25px;
    height: 65px;
    top: 50%;
    transform: translateY(-50%);
    background: #ed9f2d;
}
.nav_content_center{
    width: 38%;
    /*height: 100%;*/
    height: auto;
    /*border: 1px solid deeppink;*/
    float: left;
    /*display: flex;*/
    /*position: relative;*/
}
/*css+js 中间图片过渡效果实现开始*/
.nav_content_center>a>img{
    width: 100%;
    /*height: auto;*/
    height: 100%;
    /*position: absolute;*/
    transition:all 1s;
}
.nav_content_center_img_block{
    opacity: 1;
    /*position: absolute;*/
    /*top: -1500%;*/
    left: 0;
}
.nav_content_center_img_none{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
/*css+js 中间图片过渡效果实现结束*/
/*css+js 右边文字过渡效果实现开始*/
.banner_name>span{
    transition:all 1s;
}
.nav_content_right_text_block{
    opacity: 1;
}
.nav_content_right_text_none{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.nav_content_right{
    width: 31%;
    /*height: 100%;*/
    height: auto;
    /*border: 1px solid darkmagenta;*/
    float: left;
    position: relative;
}
/*css+js 右边文字过渡效果实现结束*/
.nav_content_right_box{
    font-size: 30px;
    /*position: absolute;*/
    left: 50%;
    transform: translateX(-50%);
    /*top: 20%;*/
    width: 66%;
    height: auto;
    /*margin: 0 auto;*/
    padding-top: 30%;
    /*margin-top: 30%;*/
    padding-bottom: 50%;
    /*z-index: 10;*/
}
.banner_name{
    font-family: Lato;
    font-size: 24px;
    color: #34383C;
    padding-bottom: 20px;
    white-space: nowrap;
    font-weight: bold;
}
.banner_docs{
    font-family: Verdana, Arial, Tahoma;
    font-size: 14px;
    color: #B5B7B9;
    max-height: 200px;
    overflow: auto;
    margin-bottom: 20px;
}
.nav_content_right>div>a{

    font-size: 14px;
    color: white;
    background:#f6b32f;
    border-radius: 15px;
    padding: 5px 25px;
    display: inline-block;
    font-family: Lato;
}
.empty_4{
    width: 100%;
    /*height: 8%;*/
    height: 66px;
    /*border: 1px solid orange;*/
}
/*内容2标识结束*/
/*广告栏标识开始*/

#row{
    background: url(../image/advantageBG.jpg) no-repeat fixed center center;
    background-size: cover;
    width: 100%;
    /*height: 580px;*/
    height: auto;
    /*background: white;*/
    /*border: 1px solid cornflowerblue;*/
    z-index: 2;
    position: relative;
    display: block;
}
.row{
    width: 100%;
    /*height: 100%;*/
    height: auto;

    /*border: 1px solid blue;*/
    /*background:black;*/
    position: relative;
    /*background-image: url("../image/advantageBG.jpg");*/

    background-size: cover;
    /*z-index: 2;*/
}
.row_text{
    width: 43%;
    /*height: 60%;*/
    height: auto;
    /*border: 1px solid red;*/
    /*position: absolute;*/
    left: 6%;
    padding-top: 4.9%;
    padding-bottom: 5%;
    /*top: 20%;*/
    /*z-index: 2;*/

}
.row_text_h2_1>h2{
    font-family: Montserrat;
    font-size: 16px;
    color: #f6b32f;
    font-weight: 400;
    letter-spacing: 4px;
    line-height: 1em;
    text-align: left;

    display: block;
    /*font-size: 1.5em;*/
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    /*font-weight: bold;*/
    /*z-index: 2;*/
    /*position: relative;*/
}
.row_text>span{
    letter-spacing: 0;
    line-height: 1.3em;
    text-align: left;
    font-family: Montserrat;
    font-size: 36px;
    color: #333;
    font-weight: 700;
    /*z-index: 2;*/
    /*position: relative;*/
}
.row_text>p{
    letter-spacing: 0;
    line-height: 2em;
    text-align: left;
    font-size: 15px;
    color: #333;
    font-family: Lato;
    /*z-index: 2;*/
    /*position: relative;*/
}
.row_text>h2{
    font-size: 20px;
    color: #333;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5em;
    text-align: left;
    font-family: Montserrat;

    display: block;
    /*font-size: 1.5em;*/
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    /*font-weight: bold;*/
    /*z-index: 2;*/
    /*position: relative;*/
}
.row_text_imatext{
    letter-spacing: 0;
    line-height: 1.8em;
    text-align: left;
    font-size: 15px;
    color: #333;
    font-weight: 400;
    font-family: Lato;
    /*z-index: 2;*/
    /*position: relative;*/
}

/*广告栏标识结束*/
.empty_5{
    width: 100%;
    height: 66px;
    /*border: 1px solid orange;*/
    background: white;
    position: relative;
    z-index: 2;
}
/*内容标识开始*/
#content_3{
    width: 100%;
    /*height: 621px;*/
    height: auto;
    background: white;
    /*border: 1px solid green;*/
    position: relative;
    z-index: 2;
    display: block;
}
.content_3{
    width: 82%;
    /*height: 5%;*/
    height: auto;
    /*border: 1px solid pink;*/
    margin: 0 auto;
}
.content_3>span>h2{
    font-family: Montserrat;
    font-size: 16px;
    color: #f6b32f;
    font-weight: 400;
    letter-spacing: 4px;
    /*line-height: 1em;*/
    text-align: center;
    padding-top: 6px;

}
.content_3_header{
    width: 82%;
    /*height: 8%;*/
    height: auto;
    /*border: 1px solid moccasin;*/
    margin: 0 auto;
    word-break: break-word;
    text-align: center;
    padding-top: 0.4%;

    letter-spacing: 0;
    line-height: 1.3em;
    /*padding-top: -10px;*/

    font-family: Montserrat;
    font-size: 36px;
    color: #333;
    font-weight: 700;
}
.content_3_value{
    width: 82%;
    /*height: 76%;*/
    height: auto;
    /*border: 1px solid blue;*/
    padding-top: 1.5%;
    margin: 0 auto;
}
.content_3_value::after{
    content: "";
    display: block;
    clear: both;
}
.content_3_value>div:first-child{
    width: 30%;
    /*height: 100%;*/
    height: auto;
    /*border: 1px solid orange;*/

    float: left;
}
.content_3_value>div:nth-child(2){
    width: 30%;
    /*height: 100%;*/
    height: auto;
    /*border: 1px solid black;*/
    float: left;
    margin-left: 4.75%;
    margin-right: 4.75%;
}
.content_3_value>div:last-child{
    width: 30%;
    /*height: 100%;*/
    height: auto;
    /*border: 1px solid purple;*/
    float: left;
}
.image{
    width: 100%;
    /*height: 66%;*/
    height: auto;
    /*background: blue;*/
    position: relative;
    /*transition: transform 2s;*/
}
.image>i{
    position: absolute;
    left: 45%;
    top: 40%;
    font-size: 42px;
    /*color: #cfcfcf;*/
    /*display: none;*/
    color: black;
    /*display: none;*/
    opacity: 0;
    display: block;
    transition: 0.6s;

}

.image>img{
    width:100% ;
    /*height: auto;*/
    height: 100%;
    /*transition: opacity 1s;*/
    /*background: white;*/
    transition: opacity 0.6s ease-in-out;
    /*position: relative;*/
}
    /*background-color: red;*/

/*.image>img:hover{*/
    /*opacity: 0.6;*/

/*}*/
.image:hover>img{
    opacity: 0.6;

}
.image:hover>i{
    /*display: block;*/
    opacity: 1;
    transform: rotate(90deg);
}
.image_text{
    width: 100%;
    /*height: 34%;*/
    height: auto;
    padding-top: 2%;
    padding-bottom: 4.9%;
    /*background: red;*/
    /*margin-top:7px;*/
}
.image_text>p>a{
    font-size: 15px;
    color: #333333;
}
.image_text>p>a:hover{
    color: orange;
}
.image_text>a{

    /*height: 200px;*/
    font-size: 15px;
   color: #333333;
    /*超出部分就隐藏*/

}
.image_text>p:nth-child(1){
    width: 100%;
    overflow:hidden;
    /*不换行设定*/
    white-space:nowrap;
    /*超出部分的文字显示省略号*/
    text-overflow:ellipsis;
}
.image_text>a:hover{
    color: orange;
}
.image_text>p {
    font-size: 14px;
    color: #7c7c7c;
    margin-top: 4px;
    letter-spacing: 0;
    line-height: 1.7em;
    text-align: left;
}
.image_text_p2{
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*2行*/
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.empty_6{
    width: 100%;
    /*height: 10%;*/
    height: 66px;
    /*border: 1px solid red;*/
}
/*内容标识结束*/
/*尾部标识开始*/
#footer{
    width: 100%;
    /*height: 365px;*/
    height: auto;
    background: #2A3040;
    z-index: 2;
    position: relative;
    display: block;
}
.footer_top{
    /*width: 65%;*/
    width: 1170px;
    /*height: 85%;*/
    height: auto;
    /*border: 1px solid white;*/
    margin: 0 auto;
    padding-top: 35px;
}
.footer_top::after{
    content: "";
    display: block;
    clear: both;
}
.footer_top .footer_item{
    width: 33.333333%;
    height: auto;
    float: left;
    padding-top: 6px;
    padding-bottom: 48px;
}
/*设置尾部文字*/
.footer_top_title{
    font-size: 16px;
    font-family: Montserrat;
    color: white;
    padding-top: 15px;
}
.footer_top_title1{
    display: none;
}
.footer_top_title2{
    display: none;
}
.footer_top_title3{
    display: none;
}
.footer_top_text{
    font-size: 14px;
    color: #ffffffb3;
    padding-top: 5.5%;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.49em;
}

.footer_top_text>ul>li{
    font-family: Lazo;
    padding-top: 2%;
    list-style: none;
}

.value2>a{
    color: #f6b32f !important;
}
.footer_top_text ul li a{
    font-family: Lazo;
    color:  #ffffffb3;
}

.footer_top_text ul li a span{
    color: orange;
}

.footer_top_text ul li a:hover{
    color: orange;
}

.footer_top_text1_ul li{
    float: left;
    width: 50%;
}

/**/
.footer_top_des{
    font-size: 14px;
    color: #ffffffb3;
    padding-top: 4.5%;
}
.footer_top_des>div{
    color: #ffffffb3;
}
.footer_top_des>div:nth-child(1)>span>i{
    font-size: 13px;
}
.footer_top_des>div:nth-child(2)>span>i{
    font-size: 11px;
}
.footer_top_des>div:nth-child(3)>span>i{
    font-size: 13px;
}
.footer_top_des>div:nth-child(4)>span>i{
    font-size: 14px;
}
.footer_top_des>div:nth-child(5)>span>i{
    font-size: 13px;
}
.footer_top_des>div:nth-child(6)>span>i{
    font-size: 13px;
}
.footer_top_des>div{
    padding-top:2.8% ;
}
.footer_top_des>div>a{
    color: #ffffff;
}
.footer_top_des>div>a:hover{
    color: orange;
}
/**/
/*设置尾部文字结束*/
.footer_bottom{
    width: 1200px;
    height: auto;
    border-top: 5px solid #545454;
    margin: 0 auto;
    padding-top: 30px;
    color: #8b8c8d;
    padding-bottom: 30PX;
    overflow: hidden;
    display: flex;
}

.footer_bottom .footer_logo{
    margin-right: 20px;
}

/*设置页脚文字*/
.footer_bottom .copyright_text{
    font-size: 14px;
    color: #aaaaaa;
    text-align: left;
    padding-top: 12px;
    padding-bottom: 12px;
    flex: 1;
}
.footer_bottom>div>span{
    font-size: 16px;
}
.footer_bottom>div>a{
    color: #aaaaaa;
}
.footer_bottom>div>a:hover{
    color: orange;
}
.social-icons{
    padding-top: 12px;
    font-size: 13px;
    line-height: 22px;
    padding-left: 25px;
}
.social-icons-item {
    display: inline-block;
    margin: 5px;
    margin-left: 10px;
    margin-right: 0;
    vertical-align: top;
}
.social-icons-item.title {
    line-height:30px
}
.social-icons-item {
    margin:0 0 0 10px
}
.social-icons-item:first-child {
    margin-left:0
}
.social-icons-item a{
    color: #FFF;
}
.social-icons-item:hover a{
    color: #d5d5d5
}
/*设置页脚文字结束*/
/*尾部标识结束*/
/*Home页面布局结束*/

