*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    position: relative;

}
/*Home页面布局开始*/
/*头部标识开始*/
#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: 210px;
    /*height: 80px;*/
    height: auto;
    /*border: 1px solid black;*/
    float: left;
}
.logo>a>img{

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

.nav_right_content>div:nth-child(2){
    height: auto;  
    float: left;
    white-space: nowrap;
    position: relative;
}.nav_right_content>div:nth-child(4){
    height: auto;  
    float: left;
    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; /*延迟时间*/

}
.nav_right_content>div:nth-child(4):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){  
    height: auto;   
    margin-left: 1px;
    white-space: nowrap;
}
.nav_right_content>div:nth-child(4){
    height: auto;  
    margin-left: 1px;  
}
.nav_right_content>div:nth-child(5){
    height: auto;   
    margin-left: 1px;
}
.nav_right_content>div:nth-child(6){
    height: auto;
    margin-left: 1px;   
}
.nav_right_content>div:nth-child(7){
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    white-space: nowrap;
    margin-left: 1px;   
}
.nav_right_content>div:nth-child(8){
    /*width: 16%;*/  
    height: auto;
    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: 10%;
    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: #fff;
    font-weight: 700;
    /*z-index: 2;*/
    /*position: relative;*/
}
.row_text>p{
    letter-spacing: 0;
    line-height: 1.7em;
    text-align: left;
    font-size: 15px;
    color: rgba(255,255,255,0.8);
    font-family: Lato;
    /*z-index: 2;*/
    /*position: relative;*/
}
.row_text>h2{
    font-size: 20px;
    color: #fff;
    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: rgba(255,255,255,0.8);
    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: 1200px;
    /*height: 85%;*/
    height: auto;
    /*border: 1px solid white;*/
    margin: 0 auto;
}
.footer_top::after{
    content: "";
    display: block;
    clear: both;
}
.footer_top>div:first-child{
    /*width: 24.5%;*/
    width: 300px;
    /*height: 100%;*/
    height: auto;
    /*border: 1px solid white;*/
    float: left;
    /*padding-top: 0.5%;*/
    /*padding-bottom: 4%;*/
    padding-top: 6px;
    padding-bottom: 48px;
}
.footer_top>div:nth-child(2){
    /*width: 24.5%;*/
    width: 300px;
    /*height: 100%;*/
    height: auto;
    /*border: 1px solid white;*/
    float: left;
    /*padding-top: 0.5%;*/
    /*padding-bottom: 4%;*/
    padding-top: 6px;
    padding-bottom: 48px;
}
.footer_top>div:nth-child(3){
    /*width: 24.5%;*/
    width: 300px;
    /*height: 100%;*/
    height: auto;
    /*border: 1px solid white;*/
    float: left;
    
    /* padding-left:20px; */
    /* padding-right: 20px; */
    padding-top: 6px;
    padding-bottom: 48px;
}
.footer_top>div:last-child{
    /*width: 24.5%;*/
    width: 300px;
    /*height: 100%;*/
    height: auto;
    /*border: 1px solid white;*/
    float: left;
    /*padding-top: 0.5%;*/
    /*padding-bottom: 4%;*/
    padding-top: 6px;
    padding-bottom: 48px;
}
/*设置尾部文字*/
.footer_top_title_1{
    font-size: 16px;
    font-family: Montserrat;
    color: white;
    padding-left: 9.5%;
    padding-top: 15%;
}
.footer_top_title_2{
    font-size: 16px;
    font-family: Montserrat;
    color: white;
    padding-left: 9.5%;
    padding-top: 15%;
}
.footer_top_title_3{
    font-size: 16px;
    font-family: Montserrat;
    color: white;
    padding-left: 9.5%;
    padding-top: 15%;
}
.footer_top_title_4{
    font-size: 16px;
    font-family: Montserrat;
    color: white;
    padding-left: 9.5%;
    padding-top: 15%;
}
.footer_top_title1{
    display: none;
}
.footer_top_title2{
    display: none;
}
.footer_top_title3{
    display: none;
}
.footer_top_text1{
    font-size: 14px;
    color: #ffffff;
    padding-top: 5.5%;

    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.49em;
}
.footer_top_text2{
    font-size: 14px;
    color: #ffffff;
    padding-top: 5.5%;

    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.49em;
}
.footer_top_text3{
    font-size: 14px;
    color: #ffffff;
    padding-top: 5.5%;
    padding-left: 9.5%;

    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.49em;
}

.footer_top_text1>ul>li{
    font-family: Lazo;
    padding-top: 2%;
    list-style: none;
}
.footer_top_text2>ul>li{
    font-family: Lazo;
    padding-top: 2%;
    list-style: none;
}
.footer_top_text3>ul>li{
    font-family: Lazo;
    padding-top: 2%;
    list-style: none;
}
.value2>a{
    color: #f6b32f !important;
}
.footer_top_text1 ul li a{
    font-family: Lazo;
    color:  #ffffff;
    padding-left: 9.5%;
}
.footer_top_text2 ul li a{
    font-family: Lazo;
    color:  #ffffff;
    padding-left: 9.5%;
}
.footer_top_text3 ul li a{
    font-family: Lazo;
    color:  #ffffff;
    /* padding-right: 20px; */
    /* padding-left: 9.5%; */
}

.footer_top_text1 ul li a span{
    color: orange;
}
.footer_top_text2 ul li a span{
    color: orange;
}
/*.footer_top_text3>ul>li>a>span{*/
    /*color: orange;*/
/*}*/

.footer_top_text1 ul li a:hover{
    color: orange;
}
.footer_top_text2 ul li a:hover{
    color: orange;
}
.footer_top_text3 ul li a:hover{
    color: orange;
}
/**/
.footer_top_des{
    font-size: 14px;
    color: #ffffff;
    padding-top: 4.5%;
    padding-left: 9.5%;
}
.footer_top_des>div{
    color: #ffffff;
}
.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 a{
    color: #ffffff;
}
.footer_top_des a:hover{
    color: orange;
}
/**/
/*设置尾部文字结束*/
.footer_bottom{
    /*width: 62%;*/
    width: 1200px;
    /*height: 15%;*/
    height: auto;
    border-top: 1px solid #545454;
    margin: 0 auto;
}

/*设置页脚文字*/
.footer_bottom>div{
    font-size: 14px;
    color: #aaaaaa;
    text-align: center;
    /*padding-top: 1%;*/
    /*padding-bottom: 1%;*/
    padding-top: 12px;
    padding-bottom: 12px;
}
.footer_bottom>div>span{
    font-size: 16px;
}
.footer_bottom>div>a{
    color: #aaaaaa;
}
.footer_bottom>div>a:hover{
    color: orange;
}
/*设置页脚文字结束*/
/*尾部标识结束*/
/*Home页面布局结束*/

