@font-face {
    font-family: 'RTBasis-Medium';
    src: url('../fonts/RTBasis-Medium.woff2') format('woff2'),
        url('../fonts/RTBasis-Medium.woff') format('woff'),
        url('../fonts/RTBasis-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'RTBasis-Regular';
    src: url('../fonts/RTBasis-Regular.woff2') format('woff2'),
        url('../fonts/RTBasis-Regular.woff') format('woff'),
        url('../fonts/RTBasis-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'NotoSansSC-Medium';
    src: url('../fonts/NotoSansSC-Medium-Alphabetic.woff2') format('woff2'),
        url('../fonts/NotoSansSC-Medium-Alphabetic.woff') format('woff'),
        url('../fonts/NotoSansSC-Medium-Alphabetic.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'NotoSansSC-Regular';
    src: url('../fonts/NotoSansSC-Regular-Alphabetic.woff2') format('woff2'),
        url('../fonts/NotoSansSC-Regular-Alphabetic.woff') format('woff'),
        url('../fonts/NotoSansSC-Regular-Alphabetic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


*{
box-sizing: border-box;
-webkit-transition:all 0.2s ease 0s;
-moz-transition:all 0.2s ease 0s;
-o-transition:all 0.2s ease 0s;
-ms-transition:all 0.2s ease 0s;
transition:all 0.2s ease 0s;
}
body,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,th,td,p,blockquote,pre,form,fieldset,legend,input,button,textarea,hr,span{margin:0;padding:0;}
body{font-size:16px;color:#000;background:#fff;margin:0 auto;padding:0px;}
body {
    font-family: 'Noto Sans SC', sans-serif !important;   
}
a{text-decoration:none;outline:none;color: #000;}
a:active{star:expression(this.onFocus=this.blur());}
img{border:0px;vertical-align: middle;}
li{list-style: none;}
h1{font-size: 40px;font-weight: normal;}
h2{font-size: 30px;font-weight: normal;}
h3{font-size: 24px;font-weight: normal;}
h4{font-size: 20px;font-weight: normal;}
h5{font-size: 16px;font-weight: normal;}
h6{font-size: 14px;font-weight: normal;}
.pt10{padding-top: 10px;}
.pl10{padding-left: 10px;}
.pr10{padding-right: 10px;}
.pb10{padding-bottom: 10px;}
.pn5{padding: 5px;}
.pt5{padding-top: 5px;}
.pl5{padding-left: 5px;}
.pr5{padding-right: 5px;}
.pb5{padding-bottom: 5px;}
.mt10{margin-top: 10px;}
.mt30{margin-top: 30px;}
.ml10{margin-left: 10px;}
.mr10{margin-right: 10px;}
.mb10{margin-bottom: 10px;}
.mn5{margin: 5px;}
.mt5{margin-top: 5px;}
.ml5{margin-left: 5px;}
.mr5{margin-right: 5px;}
.mb5{margin-bottom: 5px;}
.wrap {
max-width:1145px;
margin: 0 auto;
}
@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.header {
    width: 100%;
    height: 100px;
    background: #FFFFFF;
    position: fixed;
    top: 0;
    z-index: 22;
}
.header .wrap {
width:100%;
max-width: 100%;
padding: 0;
}
.logo {
    float: left;
    padding: 35px 33px;
}
.logo img {
    height: 30px;
    float: left;
}

.nav {
    float: right;
    margin-right: 40px;
    position: relative;
}

.nav>ul {
    float: left;

}

.nav>ul {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
}

.nav>ul>li {
    float: left;
    position: relative;

}

.nav>ul>li>h3 {
    float: left;
}

.nav>ul>li>h3>a {
    height: 100px;
    font-size: 16px;
    color: #000;
    line-height: 100px;
    font-weight: normal;
    float: left;
    padding: 0 33px;
    position: relative;
}
.nav>ul>li>h3>a i {
    width: 30px;
    height: 30px;
    display: inline-block;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/jtdhr.png) no-repeat center center / 60% 60%;
    right: 40px;
    display: none;
}
.nav>ul>li:hover>h3>a {
    color: #000;
    background: #f0f0f0;
}

.nav>ul>li.on>h3>a {
    color: #000;
    background: #f0f0f0;
}

.nav>ul>li>ul {
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    float: left;
    position: absolute;
    z-index: 2;
    top: 100px;
    display: none;
    background: #fff;
    padding: 10px 0;
}

.nav>ul>li:hover>ul {
    display: block;
}

.nav>ul>li>ul>li {
    width: 100%;
    height: 40px;
    float: left;
    position: relative;

}

.nav>ul>li>ul>li>h4 {
    width: 100%;
    float: left;
}

.nav>ul>li>ul>li>h4>a {
    width: 100%;
    text-align: center;
    float: left;
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    height: 40px;
    line-height: 40px;
    position: relative;
}
.nav>ul>li>ul>li>h4>a i {
        width: 30px;
    height: 30px;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/jtdhr.png) no-repeat center center / 60% 60%;
    right: 40px;
    display: none;
}
.nav>ul>li>ul>li>h4>a:hover {
    color: #000;
    background: #f0f0f0;
}

.nav>ul>li>ul>li>ul {
    width: 143px;
    left: 100%;
    height: auto;
    float: left;
    position: absolute;
    overflow: hidden;
    z-index: 2;
    top: 0;
    display: none;
    background: #fff;
    animation: fade-in 0.3s ease-in;
}

.nav>ul>li>ul>li>ul>li>a {
    width: 100%;
    text-align: center;
    float: left;
    font-size: 14px;
    color: #000000;
    height: 40px;
    line-height: 40px;
}

.nav>ul>li>ul>li>ul>li>a:hover {
    color: #000;
    background: #f0f0f0;
}

.nav>ul li:hover>ul {
    display: block;
}


.nav a.gohome {
    display: none;
}

.nav a.gohome i {
    display: none;
}

.nav a.gonav i {
    display: none;
}


.frlangso{
    float: right;
        background: #F0F0F0;
    padding: 0 31px 0 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.frlangso i.line{
    display: inline-block;
    vertical-align: middle;
width: 1px;
height: 19px;
background: rgba(0,0,0,0.1);
float: right;
}
.frlangso .lang{
    width: 100px;
    height: 100px;
    float: right;
        color: #000000;
    background: #F0F0F0;
    padding: 37px 0 36px 0;
}
.frlangso .lang ul {
    float: left;
    width: 100%;
}
.frlangso .lang ul li {
    width: 100%;
    height: 27px;
    line-height: 27px;
    float: left;
    color: #333333;
    font-size: 12px;
    position: relative;
    cursor: pointer;
}
.frlangso .lang ul li .xjt {
    background: url(../images/xjt.png) no-repeat center center;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    width: 12px;
    height: 12px;
    margin-left: 19px;
}
.frlangso .lang ul li:hover .xjt {
    background: url(../images/lang_close.png) no-repeat center center;
}
.frlangso .lang ul li .xjt:before {
}
.frlangso .lang ul li .xjt:after {
}
.frlangso .lang ul li .this {
    float: left;
    width: 100%;
    text-align: left;
    font-weight: bold;
    padding: 0 0 0 31px;
}
.frlangso .lang ul li dl {
    width: 100%;
    height: auto;
    float: left;
    display: none;
    position: absolute;
    left: 0;
    top: 27px;
}
.frlangso .lang ul li dl a {
    width: 100%;
        background: #b5b8c0;
    color: #fff;
    display: inline-block;
    float: left;
    line-height: 23px;
    text-indent: 31px;
    font-family: RTBasis-Regular;
}
.frlangso .lang ul li dl a:hover {
    background: #b5b8c0;
    color: #fff;
}
.frlangso .lang ul li:hover dl {
    display: block;
}
.frlangso .lang ul li dl dd {
    width: 100%;
    height: auto;
    float: left;
}
.search {
    float: right;
    width: 100px;
    height: 100px;
        background: #f0f0f0;
}
.search a{
    width: 100%;
    height: 100%;
    float: left;
}
.cssicon-search {
    display: block !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    width: 28px;
    height: 28px;
    background: none
}
.cssicon-search span {
    background: none;
    position: absolute;
    -webkit-transition: -webkit-transform .1s ease-in-out .2s;
    transition: -webkit-transform .1s ease-in-out .2s;
    transition: transform .1s ease-in-out .2s;
    transition: transform .1s ease-in-out .2s,-webkit-transform .1s ease-in-out .2s;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translate(-14px,-14px);
    transform: translate(-14px,-14px)
}
.cssicon-search span::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 16px;
    height: 16px;
    border: 2px solid currentColor;
    border-radius: 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: opacity .2s ease-in-out .2s,width .2s ease-in-out .2s,height .2s ease-in-out .2s,border-width .1s ease-in-out .2s;
    transition: opacity .2s ease-in-out .2s,width .2s ease-in-out .2s,height .2s ease-in-out .2s,border-width .1s ease-in-out .2s
}
.cssicon-search span::after {
    content: "";
    position: absolute;
    -webkit-transition: opacity .2s ease-in-out .3s,width .1s ease-in-out .3s,height .1s ease-in-out .2s,border-width .1s ease-in-out .3s,-webkit-transform .2s ease-in-out;
    transition: opacity .2s ease-in-out .3s,width .1s ease-in-out .3s,height .1s ease-in-out .2s,border-width .1s ease-in-out .3s,-webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out,opacity .2s ease-in-out .3s,width .1s ease-in-out .3s,height .1s ease-in-out .2s,border-width .1s ease-in-out .3s;
    transition: transform .2s ease-in-out,opacity .2s ease-in-out .3s,width .1s ease-in-out .3s,height .1s ease-in-out .2s,border-width .1s ease-in-out .3s,-webkit-transform .2s ease-in-out;
    left: 50%;
    top: 50%;
    width: 12.04px;
    height: 2px;
    background: currentColor;
    -webkit-transform: translate(-50%,-50%) rotateZ(45deg) translate(15px,1px);
    transform: translate(-50%,-50%) rotateZ(45deg) translate(15px,1px);
    opacity: 1
}
.cssicon-search::before,.cssicon-search::after {
    content: "";
    position: absolute;
    -webkit-transition: opacity .2s ease-in-out,width .2s ease-in-out,height .2s ease-in-out,border-width .2s ease-in-out;
    transition: opacity .2s ease-in-out,width .2s ease-in-out,height .2s ease-in-out,border-width .2s ease-in-out;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg);
    background: currentColor;
    opacity: 0
}
.cssicon-search::after {
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg)
}
.cssicon-search._active span {
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}
.cssicon-search._active span::before {
    -webkit-transition: opacity .2s ease-in-out .1s,width .2s ease-in-out .1s,height .2s ease-in-out .1s,border-width .1s ease-in-out .2s;
    transition: opacity .2s ease-in-out .1s,width .2s ease-in-out .1s,height .2s ease-in-out .1s,border-width .1s ease-in-out .2s;
    opacity: 0;
    width: 0;
    height: 0;
    border-width: 0
}
.cssicon-search._active span::after {
    -webkit-transition: opacity .2s ease-in-out,width .2s ease-in-out,height .2s ease-in-out,border-width .2s ease-in-out,-webkit-transform .2s ease-in-out;
    transition: opacity .2s ease-in-out,width .2s ease-in-out,height .2s ease-in-out,border-width .2s ease-in-out,-webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out,opacity .2s ease-in-out,width .2s ease-in-out,height .2s ease-in-out,border-width .2s ease-in-out;
    transition: transform .2s ease-in-out,opacity .2s ease-in-out,width .2s ease-in-out,height .2s ease-in-out,border-width .2s ease-in-out,-webkit-transform .2s ease-in-out;
    width: 0;
    opacity: 0
}
.cssicon-search._active::before,.cssicon-search._active::after {
    -webkit-transition: opacity .2s ease-in-out .2s,width .1s ease-in-out .3s,height .1s ease-in-out .3s,border-width .1s ease-in-out .3s;
    transition: opacity .2s ease-in-out .2s,width .1s ease-in-out .3s,height .1s ease-in-out .3s,border-width .1s ease-in-out .3s;
    width: 25px;
    height: 2px;
    opacity: 1
}
.searchform{
    position: absolute;
    width: 100%;
    left: 0;
    top: 100px;
    padding: 25px;
    background: #f0f0f0;
    display: none;
    transition:all 0.0s ease 0s;
overflow: hidden;
}
.searchform .searchform_wrap{
    display: flex;
justify-content: center;
align-items: center;
}
.searchform._active{
    top: 100px;
    transition:all 0.0s ease 0s;
}
.searchform form{
width: 768px;
position: relative;
}
.searchform .keyword {
    width: calc(100% - 220px);
    float: left;
    background: #fff;
    height: 50px;
    line-height: 48px;
    border: 1px solid rgba(0,0,0,.2);
    font-size: 16px;
    color: #000000;
    padding: 0 40px;
}
.searchform .keyword:focus {
    outline: none;
    border-color: #82776d
}
.searchform .cssicon-search2 {
    display: block !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background: none;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 4px;
    opacity: .6;
    transform: scale(0.7);
}
.searchform .cssicon-search2 span {
    background: none;
    position: absolute;
    -webkit-transition: -webkit-transform .1s ease-in-out .2s;
    transition: -webkit-transform .1s ease-in-out .2s;
    transition: transform .1s ease-in-out .2s;
    transition: transform .1s ease-in-out .2s,-webkit-transform .1s ease-in-out .2s;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 20px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translate(-14px,-14px);
    transform: translate(-14px,-14px)
}
.searchform .cssicon-search2 span::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 16px;
    height: 16px;
    border: 2px solid currentColor;
    border-radius: 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: opacity .2s ease-in-out .2s,width .2s ease-in-out .2s,height .2s ease-in-out .2s,border-width .1s ease-in-out .2s;
    transition: opacity .2s ease-in-out .2s,width .2s ease-in-out .2s,height .2s ease-in-out .2s,border-width .1s ease-in-out .2s
}
.searchform .cssicon-search2 span::after {
    content: "";
    position: absolute;
    -webkit-transition: opacity .2s ease-in-out .3s,width .1s ease-in-out .3s,height .1s ease-in-out .2s,border-width .1s ease-in-out .3s,-webkit-transform .2s ease-in-out;
    transition: opacity .2s ease-in-out .3s,width .1s ease-in-out .3s,height .1s ease-in-out .2s,border-width .1s ease-in-out .3s,-webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out,opacity .2s ease-in-out .3s,width .1s ease-in-out .3s,height .1s ease-in-out .2s,border-width .1s ease-in-out .3s;
    transition: transform .2s ease-in-out,opacity .2s ease-in-out .3s,width .1s ease-in-out .3s,height .1s ease-in-out .2s,border-width .1s ease-in-out .3s,-webkit-transform .2s ease-in-out;
    left: 50%;
    top: 50%;
    width: 12.04px;
    height: 2px;
    background: currentColor;
    -webkit-transform: translate(-50%,-50%) rotateZ(45deg) translate(15px,1px);
    transform: translate(-50%,-50%) rotateZ(45deg) translate(15px,1px);
    opacity: 1
}
.searchform .cssicon-search2::before,.searchform .cssicon-search2::after {
    content: "";
    position: absolute;
    -webkit-transition: opacity .2s ease-in-out,width .2s ease-in-out,height .2s ease-in-out,border-width .2s ease-in-out;
    transition: opacity .2s ease-in-out,width .2s ease-in-out,height .2s ease-in-out,border-width .2s ease-in-out;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg);
    background: currentColor;
    opacity: 0
}
.searchform .cssicon-search2::after {
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg)
}
.searchform .keyword:focus-visible {
    outline: none;
    border-color: #82776d
}
.searchform .tjbtn {
    width: 220px;
    height: 50px;
    line-height: 50px;
        border: 1px solid #c6beba;
    color: #000;
    background-color: #c6beba;
    float: right;
    border: 0 none;
    cursor: pointer;
    font-size: 16px;
}
.searchform .tjbtn:hover {
    background: #82776d;
    color: #fff;
}
.h100 {
    height: 100px;
    overflow: hidden;
}
.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.banner img {
    width: 100%;
}
.banner .text {
    position: absolute;
    width: 1145px;
    left: 50%;
    top: 68%;
    transform: translate(-50%, 0);
}
.banner .text span {
    width: 100%;
    height: auto;
    float: left;
    font-size: 40px;
    color: #fff;
    line-height: 1.3;
    font-weight: bold;
}
.banner .text a {
    width: 122px;
    height: 35px;
    border: 1px solid #FFFFFF;
    margin-top: 45px;
    line-height: 30px;
    text-align: center;
    float: left;
    font-size: 16px;
    color: #fff;
}
.banner .text a:hover {
    border: 1px solid #fff;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
    color: #fff;
    background-color: transparent
}
.iabout {
    width: 100%;
    height: auto;
    background: #dfd9d6;
    padding: 97px 0;
    overflow: hidden;
}
.iabout .wrap {
    display: flex;
    justify-content: space-between;
}
.iabout_pic {
    width: 533px;
    height: auto;
    float: left;
    position: relative;

}
.iabout_pic img {
    // width: 100%;
    // height: auto;
    // float: left;
}
.iabout_info {
    width: 574px;
    height: auto;
    float: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.iabout_info h2 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 30px;
    line-height: 1.4;
    color: #000;
    font-weight: bold;
}
.iabout_info p {
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 20px;
}
.iabout_info a.more {
    width: 121px;
    height: 34px;
    border: 1px solid #000;
    float: left;
    text-align: center;
    line-height: 30px;
}
.iabout_info a.more:hover {
    border: 1px solid #000;
    -webkit-box-shadow: inset 0 0 0 2px #000;
    box-shadow: inset 0 0 0 2px #000;
    color: #000;
    background-color: transparent
}
.h2tit {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 56px;
}
.h2tit h2 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 30px;
    font-weight: bold;
}
.inews {
    width: 100%;
    height: auto;
    background: #fff url(../images/inewbg.png) no-repeat center top / 100% auto;
    padding: 97px 0;
    overflow: hidden;
}
.inews_list {
    width: 100%;
    height: auto;
    float: left;
}
.inews_list ul {
    width: 100%;
    height: auto;
    float: left;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-bottom: 45px;
}
.inews_list ul li {
    width: 100%;
    height: auto;
    float: left;
    padding: 20px 30px 30px 30px;
    background: #FFFFFF;
    box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    position: relative;
}
.inews_list ul li a {}
.inews_list ul li .date {
    width: 100%;
    height: auto;
    float: left;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    margin-top: 10px;
}
.inews_list ul li h3 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 20px;
    line-height: 1.3;
    margin-top: 30px;
    margin-bottom: 15px;
}
.inews_list ul li p {
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 25px;
    max-height: 150px;
    overflow: hidden;
    position: relative
}
.inews_list ul li p:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%)
}
.inews_list ul li i {
    width: 20px;
    height: 20px;
    float: left;
    position: absolute;
    left: 30px;
    bottom: 30px;
    font-style: normal;
    display: inline-block;
    background: url(../images/arrow_right_alt.png) no-repeat center center / 100% 100%;
}
.inews_list ul li:hover i {
    -webkit-transform: translate(1ex, 0);
    transform: translate(1ex, 0)
}
.inews_list ul li:hover {
    -webkit-transform: translate(0px, -2px);
    transform: translate(0px, -2px)
}
.inews_list a.more {
    width: 201px;
    height: 34px;
    border: 1px solid #000;
    float: left;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 34px;
}
.inews_list a.more:hover {
    border: 1px solid #000;
    -webkit-box-shadow: inset 0 0 0 2px #000;
    box-shadow: inset 0 0 0 2px #000;
    color: #000;
    background-color: transparent
}
.ipro {
    width: 100%;
    height: auto;
    background: #f0f1f2 url(../images/iprobg.png) no-repeat center bottom / 100% auto;
    padding: 97px 0;
    overflow: hidden;
}
.ipro_list {
    width: 100%;
    height: auto;
    float: left;
}
.ipro_list ul {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.ipro_list ul li {
    width: 32%;
    height: auto;
    float: left;
    background: #FFFFFF;
    margin-bottom: 25px;
    margin-right: 2%;
    box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.08);
}
.ipro_list ul li:nth-child(3n) {
    margin-right: 0;
}
.ipro_list ul li:last-child {
    margin-right: 0;
}
.ipro_list ul li .picbox {
    width: 100%;
    height: 0;
    padding-bottom: 44.69%;
    float: right;
    position: relative;
    overflow: hidden;
}
.ipro_list ul li .picbox img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.ipro_list ul li .info {
    width: 100%;
    height: auto;
    float: left;
    padding: 30px;
}
.ipro_list ul li .info h3 {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 20px;
    font-weight: bold;
}
.ipro_list ul li .info p {
    width: 100%;
    height: 50px;
    overflow: hidden;
    float: left;
    font-size: 16px;
    color: #000000;
    line-height: 25px;
    margin-bottom: 15px;
}
.ipro_list ul li .info i {
    width: 20px;
    height: 20px;
    float: left;
    position: relative;
    font-style: normal;
    display: inline-block;
    background: url(../images/arrow_right_alt.png) no-repeat center center / 100% 100%;
}
.ipro_list ul li:hover i {
    -webkit-transform: translate(1ex, 0);
    transform: translate(1ex, 0)
}
.ipro_list ul li:hover {
    -webkit-transform: translate(0px, -2px);
    transform: translate(0px, -2px)
}
.iltzn {
    width: 100%;
    overflow: hidden;
    display: flex;
}
.iltzn_pic {
    width: 50%;
    height: auto;
    float: left;
}
.iltzn_pic img {
    // width: 100%;
    // height: auto;
    // float: left;
}
.iltzn_info {
    width: 50%;
    height: auto;
    float: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 137px;
    padding-right: 122px;
}
.iltzn_info h2 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 30px;
    line-height: 1.4;
    color: #000;
    font-weight: bold;
}
.iltzn_info p {
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 20px;
}
.iltzn_info a.more {
    width: 121px;
    height: 34px;
    border: 1px solid #000;
    float: left;
    text-align: center;
    line-height: 30px;
}
.iltzn_info a.more:hover {
    border: 1px solid #000;
    -webkit-box-shadow: inset 0 0 0 2px #000;
    box-shadow: inset 0 0 0 2px #000;
    color: #000;
    background-color: transparent
}
.ifazhan {
    width: 100%;
    background: #e6f1ef url(../images/ifazhanbg.png) no-repeat center top / 100% auto;
    padding: 97px 0;
    overflow: hidden;
}
.ifazhan_pic {
    width: 100%;
    height: auto;
    float: left;
}
.ifazhan_pic img {
    // width: 100%;
    // height: auto;
    // float: left;
}
.ifazhan_info {
    width: 100%;
    height: auto;
    float: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ifazhan_info h2 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 30px;
    line-height: 1.4;
    color: #000;
    font-weight: bold;
}
.ifazhan_info p {
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 20px;
}
.ifazhan_info a.more {
    width: 121px;
    height: 34px;
    border: 1px solid #000;
    float: left;
    text-align: center;
    line-height: 30px;
    margin-bottom: 38px;
}
.ifazhan_info a.more:hover {
    border: 1px solid #000;
    -webkit-box-shadow: inset 0 0 0 2px #000;
    box-shadow: inset 0 0 0 2px #000;
    color: #000;
    background-color: transparent
}
.footer {
    width: 100%;
    overflow: hidden;
    background: #F0F1F2;
    padding: 100px 0;
}
.ft_logo {
    width: 100%;
    height: auto;
    float: left;
}
.ft_logo img {
    height: 23px;
    float: left;
}
.ft_mid {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 47px;
    display: flex;
    justify-content: space-between;
}
.ft_mob{display: none;}
.ft_mob .fttoggledd{transition:all 0.0s ease 0s;}

.ft_pc{display: block;}

.ft_contact {
    float: left;
}
.ft_contact dl {
    float: left;
    margin-right: 90px;
    display: flex;
    flex-direction: column;
}
.ft_contact dl dt {
    float: left;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 22px;
    font-weight: bold;
}
.ft_contact dl dd {
    float: left;
    font-size: 12px;
    line-height: 1.4;
}
.ft_ewm {
    width: 110px;
    float: right;
}
.ft_ewm img {
    width: 100%;
    height: auto;
    float: left;
}
.copyright {
    width: 100%;
    height: auto;
    float: left;
    background: #DFD9D6;
    text-align: center;
    padding: 27px 0;
    font-size: 14px;
}
.copyright p {
    width: 100%;
    height: auto;
    float: left;
}
.copyright a:hover {
    color: #82776d;
}
.nbanner {
    width: 100%;
    height: 715px;
    overflow: hidden;
    position: relative;
}
.nbanner img {

}
.nbanner .typename {
    position: absolute;
    width: 1145px;
    left: 50%;
    bottom: 0%;
    transform: translate(-50%, 0%);
    padding-bottom: 60px;
}
.nbanner .typename h1 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 40px;
    color: #fff;
    line-height: 1.3;
    font-weight: bold;
}
.nbanner .typename p {
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    color: #fff;
    line-height: 1.4;
    margin-top: 15px;
}
.content {
    width: 100%;
    height: auto;
    float: left;
}
.content h4{font-weight: bold;}
.content p {
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    color: #000000;
    line-height: 1.4;
}
.content h2 {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 10px;
    font-weight: bold;
}
.content h3 {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 10px;
    font-weight: bold;
}
.content img {
    max-width: 100%;
}
.about_video {
    width: 100%;
    height: auto;
    background: #ffffff;
    padding: 50px 0;
    overflow: hidden;
}
.mt50 {
    margin-top: 50px;
}
.video {
    width: 100%;
    height: auto;
    float: left;
}
.video video {
    width: 100%;
    height: auto;
    float: left;
}
.zhanlue {
    width: 100%;
    height: auto;
    background: #DAD6D3;
    padding: 75px 0;
    overflow: hidden;
}
.mubiao {
    width: 100%;
    height: auto;
    background: #D7CBAB;
    padding: 75px 0;
    overflow: hidden;
}
.wenhua {
    width: 100%;
    height: auto;
    background: #F0F0F0;
    padding: 75px 0;
    overflow: hidden;
}
.jiazhi {
    width: 100%;
    height: auto;
    background: #e6f1ef url(../images/jiazhibg.jpg) no-repeat center bottom / 100% auto;
    padding: 75px 0;
    overflow: hidden;
}
.about_title {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 40px;
}
.about_title h2 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 24px;
    color: #000;
    line-height: 1.4;
    font-weight: bold;
}
.about_list {
    width: 100%;
    height: auto;
    float: left;
}
.about_list ul {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.about_list ul li {
    width: 30%;
    height: auto;
    float: left;
    margin-right: 5%;
    margin-bottom: 100px;
}
.about_list ul li.mb0 {
    margin-bottom: 0px;
}
.about_list ul li:nth-child(3n) {
    margin-right: 0;
}
.about_list ul li:last-child {
    margin-right: 0;
}
.about_list ul li .line {
    background: #000000;
    height: 1px;
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}
.about_list ul li h3 {
    width: 100%;
    height: auto;
    float: left;
    line-height: 1.2;
    font-size: 30px;
    font-weight: bold;
}
.about_list ul li p {
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    line-height: 1.4;
}
.about_listb {
    width: 100%;
    height: auto;
    float: left;
}
.about_listb ul {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 107px;
}
.about_listb ul li {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    align-items: center;
    margin-bottom: 120px;
}
.about_listb ul li:last-child {
    margin-bottom: 0;
}
.about_listb ul li .line {
    background: #000000;
    height: 1px;
    width: 100px;
    float: left;
    margin: 0 20px;
}
.about_listb ul li h3 {
    max-width: 242px;
    height: auto;
    float: left;
    line-height: 1.2;
    font-size: 30px;
    font-weight: bold;
}
.about_listb ul li p {
    max-width: 45%;
    height: auto;
    float: left;
    font-size: 16px;
    line-height: 1.5;
}
.wndate {
    width: 100%;
    height: auto;
    background: #e6f1ef url(../images/wndate.jpg) no-repeat center bottom / 100% auto;
    padding: 97px 0;
    overflow: hidden;
}
.wndate_list {
    width: 100%;
    height: auto;
    float: left;
}
.wndate_list ul {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.wndate_list ul li {
    width: 30%;
    height: auto;
    float: left;
    margin-right: 5%;
    margin-bottom: 50px;
}
.wndate_list ul li:nth-child(3n) {
    margin-right: 0;
}
.wndate_list ul li:last-child {
    margin-right: 0;
}
.wndate_list ul li .line {
    background: #000000;
    height: 1px;
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}
.wndate_list ul li h3 {
    width: 100%;
    height: auto;
    float: left;
    line-height: 1.2;
    font-size: 30px;
    font-weight: bold;
}
.wndate_list ul li p {
    width: 100%;
    height: auto;
    float: left;
    font-size: 22px;
    line-height: 1.4;
}
.wndate span {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
    color: #000;
}
.yfyjs {
    width: 100%;
    height: auto;
    background: #ffffff;
    padding: 99px 0;
    overflow: hidden;
}
.yfyjs .h2tit {
    margin-bottom: 25px;
}
.yfyjstw {
    width: 100%;
    overflow: hidden;
    display: flex;
}
.yfyjstw_pic {
    width: 50%;
    height: auto;
    float: left;
}
.yfyjstw_pic img {
    // width: 100%;
    // height: auto;
    // float: left;
}
.yfyjstw_info {
    width: 50%;
    height: auto;
    float: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.yfyjstw_infol {
    padding-left: 75px;
    padding-right: 113px;
}
.yfyjstw_infor {
    padding-left: 113px;
    padding-right: 75px;
}
.yfyjstw_info h2 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 30px;
    line-height: 1.4;
    color: #000;
    font-weight: bold;
}
.yfyjstw_info p {
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 20px;
}
.yfyjstw_info a.more {
    width: 121px;
    height: 34px;
    border: 1px solid #000;
    float: left;
    text-align: center;
    line-height: 30px;
}
.yfyjstw_info a.more:hover {
    border: 1px solid #000;
    -webkit-box-shadow: inset 0 0 0 2px #000;
    box-shadow: inset 0 0 0 2px #000;
    color: #000;
    background-color: transparent
}
.main {
    width: 100%;
    overflow: hidden;
}
.mptb {
    padding-top: 60px;
    padding-bottom: 120px;
}
.mt60 {
    margin-top: 60px;
}
.ptb97 {
    padding-top: 97px;
    padding-bottom: 97px;
}
.ptb60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.ptb80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.bgfff {
    background: #fff;
}
.bgDA {
    background: #DAD6D3;
}
.bgD7 {
    background: #D7CBAB;
}
.bge1 {
    background: #e1e3e6;
}
.bgCD {
    background: #CDD6D1;
}
.bgCC {
    background: #CCD7E4;
}
.bgF0 {
    background: #F0F0F0;
}
.bgEF {
    background: #efeceb;
}
.fzls {
    width: 100%;
    height: auto;
    background: #DAD6D3 url(../images/fzlsicon.png) repeat-y center top;
    padding: 97px 0;
    overflow: hidden;
    position: relative;
}
.fzls_list {
    width: 100%;
    height: auto;
    float: left;
}
.fzls_list ul {
    width: 100%;
    height: auto;
    float: left;
}
.fzls_list ul li {
    width: 50%;
    height: auto;
    float: left;
    max-width: 467px;
    background: #fff;
    position: relative;
    margin-top: 133px;
}
.fzls_list ul li:first-child {
    margin-top: 0;
}
.fzls_list ul li:nth-child(2n) {
    float: right;
}
.fzls_list ul li .date {
    position: absolute;
    float: left;
    right: 0;
    top: 0;
    background: #c6b486;
    display: block;
    padding: 0 30px;
    float: left;
    text-align: center;
    height: 53px;
    line-height: 53px;
    font-size: 32px;
    color: #000;
}
.fzls_list ul li .date:before {
    content: "";
    width: 54px;
    height: 1px;
    background: #C6B486;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    right: -54px;
}
.fzls_list ul li:nth-child(2n) .date {
    left: 0;
    right: auto;
}
.fzls_list ul li:nth-child(2n) .date:before {
    left: -54px;
    right: auto;
}
.fzls_list ul li .info {
    width: 100%;
    height: auto;
    float: left;
    padding: 80px 35px 50px;
}
.fzls_list ul li .info h3 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 25px;
    color: #000;
    line-height: 1.3;
    margin-bottom: 30px;
        font-weight: bold;

}
.fzls_list ul li .info p {
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    color: #000;
    line-height: 1.4;
}
.fzls_list ul li .picbox {
    width: 100%;
    height: 0;
    padding-bottom: 54.17%;
    float: right;
    position: relative;
    overflow: hidden;
}
.fzls_list ul li .picbox img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.ldteam {
    width: 100%;
    overflow: hidden;
    padding-top: 120px;
    padding-bottom: 120px;
    background: #EFECEB;
}
.lddsz {
    width: 100%;
    display: flex;
    background: #FFFFFF;
    box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.08);
}
.lddsz a {
    width: 100%;
    display: flex;
}
.lddsz .picbox {
    width: 641px;
    height: auto;
    float: left;
}
.lddsz .picbox img {
    width: 100%;
    height: auto;
    float: left;
}
.lddsz .info {
    width: calc(100% - 641px);
    height: auto;
    float: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 65px;
}
.lddsz .info h3 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 30px;
    line-height: 1.2;
    color: #000;
    font-weight: bold;
}
.lddsz .info .job {
    width: 100%;
    height: auto;
    float: left;
    font-size: 20px;
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 65px;
}
.lddsz .info .more {
    width: 121px;
    height: 34px;
    border: 1px solid #000;
    float: left;
    text-align: center;
    line-height: 30px;
    font-style: normal;
}
.lddsz .info .more:hover {
    border: 1px solid #000;
    -webkit-box-shadow: inset 0 0 0 2px #000;
    box-shadow: inset 0 0 0 2px #000;
    color: #000;
    background-color: transparent
}
.lddsz:hover {
    -webkit-transform: translate(0px, -2px);
    transform: translate(0px, -2px)
}
.ldteaml {
    width: 100%;
    overflow: hidden;
    background: #FFFFFF;
    padding-top: 97px;
    padding-bottom: 32px;
}
.ldteam_list {
    width: 100%;
    height: auto;
    float: left;
}
.ldteam_list ul {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.ldteam_list ul li {
    width: 32%;
    height: auto;
    float: left;
    background: #FFFFFF;
    margin-bottom: 65px;
    margin-right: 2%;
    box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.08);
}
.ldteam_list ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.ldteam_list ul li:nth-child(3n) {
    margin-right: 0;
}
.ldteam_list ul li:last-child {
    margin-right: 0;
}
.ldteam_list ul li .picbox {
    width: 100%;
    height: 0;
    padding-bottom: 72.75%;
    float: right;
    position: relative;
    overflow: hidden;
}
.ldteam_list ul li .picbox img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.ldteam_list ul li .info {
    width: 100%;
    height: 213px;
    float: left;
    padding: 30px;
    position: relative;
}
.ldteam_list ul li .info h3 {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 20px;
    font-weight: bold;
}
.ldteam_list ul li .info .job {
    width: 100%;
    height: 50px;
    overflow: hidden;
    float: left;
    font-size: 16px;
    color: #000000;
    line-height: 1.4;
    margin-bottom: 15px;
}
.ldteam_list ul li .info i {
    width: 20px;
    height: 20px;
    float: left;
    position: absolute;
    left: 30px;
    bottom: 30px;
    font-style: normal;
    display: inline-block;
    background: url(../images/arrow_right_alt.png) no-repeat center center / 100% 100%;
}
.ldteam_list ul li:hover i {
    -webkit-transform: translate(1ex, 0);
    transform: translate(1ex, 0)
}
.ldteam_list ul li:hover {
    -webkit-transform: translate(0px, -2px);
    transform: translate(0px, -2px)
}
.position {
    width: 100%;
    overflow: hidden;
    background: #EFECEB;
    padding: 15px 0;
}
.position a {
    height: 24px;
    font-size: 14px;
    line-height: 28px;
    float: left;
    position: relative;
}
.position i {
    height: 24px;
    font-size: 14px;
    line-height: 28px;
    float: left;
    font-style: normal;
    margin: 0 17px;
}
.position a:hover {
    color: #82776d;
}
.teamxq {
    width: 100%;
    height: auto;
    float: left;
    padding-top: 97px;
    padding-bottom: 97px;
}
.teamxq h1 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 30px;
    font-weight: bold;
}
.teamxq .job {
    width: 100%;
    height: auto;
    float: left;
    font-size: 30px;
    line-height: 1.4;
}
.teamxq .line {
    width: 100%;
    height: 1px;
    float: left;
    background: #b2b2b2;
    margin: 30px 0;
}
.teamxq .content {
    width: 100%;
    height: auto;
    float: left;
}
.teamxq .content p {
    width: 100%;
    height: auto;
    float: left;
}
.teamxq .content img {
    max-width: 100%;
}
.avd {
    width: 100%;
    overflow: hidden;
}
.avd img {
    max-width: 100%;
}
.dsjqh {
    width: 100%;
    height: auto;
    float: left;
    padding-left: 15%;
    padding-right: 15%;
    position: relative;
}
.dsjqh:before {
    width: 100%;
    float: left;
    content: "";
    border-top: 3px solid #82776D;
    position: absolute;
    left: 0;
    top: 21px;
}
.dsjqh:after {}
.dsjqh .swiper {
    width: 100%;
    height: 100%;
    padding-top: 21px;
}
.dsjqh .swiper-slide {
    width: 100%;
    float: left;
    position: relative;
}
.dsjqh .swiper-wrapper{
    padding-left: 10px;
}
.dsjqh .swiper:before {
    width: 25%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 50%, #e1e3e6);
    background-image: -o-linear-gradient(to left, rgba(255, 255, 255, 0) 50%, #e1e3e6);
    background-image: -ms-linear-gradient(to left, rgba(255, 255, 255, 0) 50%, #e1e3e6);
    background-image: -moz-linear-gradient(to left, rgba(255, 255, 255, 0) 50%, #e1e3e6);
    background-image: -webkit-linear-gradient(to left, rgba(255, 255, 255, 0) 50%, #e1e3e6);
}
.dsjqh .swiper:after {
    width: 25%;
    height: 100%;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #e1e3e6);
    background-image: -o-linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #e1e3e6);
    background-image: -ms-linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #e1e3e6);
    background-image: -moz-linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #e1e3e6);
    background-image: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #e1e3e6);
}
.dsjqh .swiper-slide:after {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 32px;
    border: 3px solid #82776D;
    position: absolute;
    top: -12px;
    //left: 7px;
    left: -10px;
    background: #e1e3e6;
}
.dsjqh .swiper-slide:before {
    content: "";
    width: 1px;
    height: 100%;
    border-left: 3px solid #82776D;
    position: absolute;
    left: 1px;
    //left: 19px;
}
.dsjqh .date {
    width: 100%;
    height: auto;
    float: left;
    font-size: 60px;
    color: #82776D;
    line-height: 105px;
    margin-top: 93px;
    text-indent: 41px;
}
.dsjqh .picbox {
    width: 100%;
    height: 0;
    padding-bottom: 63.48%;
    float: right;
    position: relative;
    overflow: hidden;
}
.dsjqh .picbox img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.dsjqh .info {
    width: 100%;
    height: 225px;
    float: left;
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 25px 25px;
}
.dsjqh .info p {
    width: 100%;
    height: auto;
    float: left;
    margin: 10px 0;
}
.dsjqh .swiper-button-next {
    width: 95px;
    height: 267px;
    overflow: hidden;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/jtr.png) no-repeat center center / 100% 100%;
    right: 87px;
    font-size: 30px;
    color: #000;
    text-align: center;
}
.dsjqh .swiper-button-prev {
    overflow: hidden;
    width: 95px;
    height: 267px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/jtl.png) no-repeat center center / 100% 100%;
    left: 87px;
    font-size: 30px;
    color: #000;
    text-align: center;
}
.dsjqh .swiper-button-next:hover {}
.dsjqh .swiper-button-prev:hover {}
.dsjqh .swiper-button-next:after,
.dsjqh .swiper-container-rtl .swiper-button-prev:after {
    display: none;
}
.dsjqh .swiper-button-prev:after,
.dsjqh .swiper-container-rtl .swiper-button-next:after {
    display: none;
}
.proys_listb {
    width: 100%;
    height: auto;
    float: left;
}
.proys_listb ul {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 107px;
}
.proys_listb ul li {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
}
.proys_listb ul li:last-child {
    margin-bottom: 0;
}
.proys_listb ul li .line {
    background: #000000;
    height: 1px;
    width: 200px;
    float: left;
    margin: 0 35px;
}
.proys_listb ul li h3 {
    width: 180px;
    height: auto;
    float: left;
    line-height: 36px;
    font-size: 30px;
    font-weight: bold;
    text-align: right;
}
.proys_listb ul li p {
    width: 300px;
    height: auto;
    float: left;
    font-size: 16px;
    line-height: 1.5;
}
.banner_pro {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.banner_pro img {
    width: 100%;
    height: auto;
    float: left;
}
.proinfo {
    width: 100%;
    height: auto;
    float: left;
    margin-top: -114px;
    margin-bottom: 100px;
    position: relative;
    z-index: 1;
}
.proinfo .content {
    width: 100%;
    height: auto;
    float: left;
    padding: 50px;
    box-shadow: 0px -20px 30px 0px rgba(0, 0, 0, 0.08);
    background: #fff;
}
.proinfo .content h2 {
    margin-bottom: 20px;
}
.pro_list_three {
    width: 100%;
    height: auto;
    float: left;
}
.pro_list_three ul {
    width: 100%;
    height: auto;
    float: left;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.pro_list_three ul li {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-direction: column;

}
.pro_list_three ul li.bgfff {background: #ffffff;}
.pro_list_three ul li a {
    width: 100%;
    height: 100%;
    float: left;
            background: #FFFFFF;
    overflow: hidden;
    position: relative;
}
.pro_list_three ul li .info {
    width: 100%;
    height: auto;
    float: left;
    padding: 35px 35px 60px 35px;
}
.pro_list_three ul li h3 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 15px;
    font-weight: bold;
}
.pro_list_three ul li p {
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
    max-height: 150px;
    overflow: hidden;
    position: relative
}
.pro_list_three ul li p.after {
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
    max-height: 150px;
    overflow: hidden;
    position: relative
}

.pro_list_three ul li .picbox {
    width: 100%;
    height: 0;
    padding-bottom: 64.98%;
    float: right;
    position: relative;
    overflow: hidden;
}
.pro_list_three ul li .picbox img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.pro_list_three ul li p.after:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%)
}
.pro_list_three ul li a i {
    width: 20px;
    height: 20px;
    float: left;
    position: absolute;
    left: 30px;
    bottom: 30px;
    font-style: normal;
    display: inline-block;
    background: url(../images/arrow_right_alt.png) no-repeat center center / 100% 100%;
}
.pro_list_three ul li a:hover i {
    -webkit-transform: translate(1ex, 0);
    transform: translate(1ex, 0)
}
.pro_list_three ul li a:hover {
    -webkit-transform: translate(0px, -2px);
    transform: translate(0px, -2px)
}

.pro_list_two {
    width: 100%;
    height: auto;
    float: left;
}
.pro_list_two ul {
    width: 100%;
    height: auto;
    float: left;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
}
.pro_list_two ul li {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-direction: column;

}
.pro_list_two ul li.bgfff {background: #ffffff;}
.pro_list_two ul li a {
    width: 100%;
    height: 100%;
    float: left;
        background: #FFFFFF;
    overflow: hidden;
    position: relative;
}
.pro_list_two ul li .info {
    width: 100%;
    height: auto;
    float: left;
    padding: 35px;
}
.pro_list_two ul li h3 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 15px;
    font-weight: bold;
}
.pro_list_two ul li p {
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
    max-height: 150px;
    overflow: hidden;
    position: relative
}
.pro_list_two ul li a:hover {
    -webkit-transform: translate(0px, -2px);
    transform: translate(0px, -2px)
}
.pro_list_two ul li .picbox {
    width: 100%;
    height: 0;
    padding-bottom: 64.98%;
    float: right;
    position: relative;
    overflow: hidden;
}
.pro_list_two ul li .picbox img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.prozprw {
    width: 100%;
    overflow: hidden;
    display: flex;
}
.prozprw .picbox {
    width: 50%;
    height: auto;
}
.prozprw .picbox img {

}
.prozprw .info {
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 92px;
    padding-right: 102px;
}
.prozprw .info2 {
    padding: 0;
    align-items: flex-end;
}
.prozprw .infon {
    width: calc(1145px / 2);
    float: right;
    padding-right: 38px;
}
.prozprw .info h2 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 30px;
    line-height: 1.4;
    color: #000;
    font-weight: bold;
}
.prozprw .info h3 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 24px;
    line-height: 1.4;
    color: #000;
    font-weight: bold;
}
.prozprw .info p {
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 10px;
}
.prozprw .info a.more {
    width: 226px;
    height: 34px;
    border: 1px solid #000;
    float: left;
    text-align: center;
    line-height: 30px;
    margin-top: 10px;
}
.prozprw .info a.more:hover {
    border: 1px solid #000;
    -webkit-box-shadow: inset 0 0 0 2px #000;
    box-shadow: inset 0 0 0 2px #000;
    color: #000;
    background-color: transparent
}
.prodate_list {
    width: 100%;
    height: auto;
    float: left;
}
.prodate_list ul {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.prodate_list ul li {
    width: 30%;
    height: auto;
    float: left;
    margin-right: 5%;
    margin-bottom: 50px;
}
.prodate_list ul li.w45p {
    width: 45%;
}
.prodate_list ul li:nth-child(3n) {
    margin-right: 0;
}
.prodate_list ul li:last-child {
    margin-right: 0;
}
.prodate_list ul li .line {
    background: #000000;
    height: 1px;
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}
.prodate_list ul li h3 {
    width: 100%;
    height: auto;
    float: left;
    line-height: 1.2;
    font-size: 30px;
    font-weight: bold;
}
.prodate_list ul li p {
    width: 100%;
    height: auto;
    float: left;
    font-size: 20px;
    line-height: 1.4;
}
.prodate_list span {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
    color: #000;
}
.fzdate_list {
    width: 100%;
    height: auto;
    float: left;
}
.fzdate_list ul {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.fzdate_list ul li {
    width: 30%;
    height: auto;
    float: left;
    margin-right: 5%;
    margin-bottom: 50px;
}
.fzdate_list ul li.w45p {
    width: 45%;
}
.fzdate_list ul li:nth-child(3n) {
    margin-right: 0;
}
.fzdate_list ul li:last-child {
    margin-right: 0;
}
.fzdate_list ul li .line {
    background: #000000;
    height: 1px;
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}
.fzdate_list ul li h3 {
    width: 100%;
    height: auto;
    float: left;
    line-height: 1.2;
    font-size: 22px;
    font-weight: bold;
}
.fzdate_list ul li p {
    width: 100%;
    height: auto;
    float: left;
    font-size: 28px;
    line-height: 1.4;
    font-weight: bold;
}
.fzdate_list span {
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    font-size: 16px;
    line-height: 1.4;
    color: #000;
}
.fzmb {
    width: 100%;
    overflow: hidden;
    padding: 100px 0;
}
.fzmb ul {
    width: 100%;
    height: auto;
    float: left;
}
.fzmb ul li {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 50px;
}
.fzmb ul li:last-child {
    margin-bottom: 0;
}
.fzmb ul li h3 {
    width: 100%;
    height: auto;
    float: left;
    line-height: 1.4;
    margin-bottom: 20px;
    font-weight: bold;
}
.fzmb ul li p {
    width: 100%;
    width: auto;
    height: auto;
    float: left;
    font-size: 16px;
    line-height: 1.4;
    color: #000;
}
.downbox {
    width: 100%;
    height: auto;
    float: left;
}
.downbox h2 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 24px;
    color: #000;
    margin-bottom: 40px;
    line-height: 1.2;
    font-weight: bold;
}
.downbox ul {
    width: 100%;
    height: auto;
    float: left;
}
.downbox ul li {
    width: 100%;
    height: 77px;
    background: rgba(255, 255, 255, 0.5);
    float: left;
    display: flex;
    border-top: 1px solid #777675;
    border-bottom: 1px solid #777675;
    padding: 0 40px;
    line-height: 77px;
    overflow: hidden;
    justify-content: space-between;
}
.downbox ul li h3 {
    height: 77px;
    float: left;
    font-size: 22px;
    color: #000000;
    font-weight: normal;
}
.downbox ul li .fr {
    display: flex;
    justify-content: center;
    align-items: center;
}
.downbox ul li span {
    font-size: 14px;
    color: #000000;
    margin-right: 40px;
}
.downbox ul li a {
    width: 40px;
    height: 40px;
    float: right;
    background: url(../images/download.png) no-repeat center center / 80% 80%;
}
.downbox ul li a:hover {
    background: url(../images/downloadon.png) no-repeat center center / 80% 80%;
}
.news_list {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 30px;
}
.news_list ul {
    width: 100%;
    height: auto;
    float: left;
}
.news_list ul li {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 30px;
}
.news_list ul li a {
    width: 100%;
    height: auto;
    float: left;
    padding: 20px 30px;
    background: #fff;
}
.news_list ul li .date {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    justify-content: space-between;
}
.news_list ul li .date i {
    font-size: 14px;
    color: #000;
    font-style: normal;
    line-height: 2;
}
.news_list ul li .date i:before {
    width: 19px;
    height: 24px;
    content: "";
    float: left;
    margin-right: 12px;
    background: url(../images/newsicon.png) no-repeat center center / 100% 100%;
}
.news_list ul li .date span {
    line-height: 2;
    font-size: 14px;
}
.news_list ul li h3 {
    width: 100%;
    height: auto;
    float: left;
    line-height: 1.4;
    font-size: 24px;
    margin: 15px 0;
font-weight: bold;
}
.news_list ul li p {
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    line-height: 1.4;
      display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 显示的行数，可以根据需要修改 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_list ul li:hover {
    -webkit-transform: translate(0px, -2px);
    transform: translate(0px, -2px)
}
.tg_page {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    justify-content: space-between;
}
.tg_page .mid a {
    float: left;
    font-size: 14px;
    margin: 0 5px;
    padding: 0 5px;
}
.tg_page .mid span {
    float: left;
    font-size: 14px;
    margin: 0 5px;
    padding: 0 5px;
}
.tg_page .mid a:hover {
    border-bottom: 1px solid #000;
}
.tg_page .mid a.cur {
    border-bottom: 1px solid #000;
}
.tg_page a.first {
    display: flex;
    float: left;
    align-items: center;
    margin-right: 32px;
}
.tg_page a.first:before {
    width: 13px;
    height: 12px;
    content: "";
    float: left;
    margin-right: 12px;
    background: url(../images/afirst.png) no-repeat center center / 100% 100%;
}
.tg_page a.prev {
    display: flex;
    float: left;
    align-items: center;
}
.tg_page a.prev:before {
    width: 7px;
    height: 12px;
    content: "";
    float: left;
    margin-right: 12px;
    background: url(../images/aprev.png) no-repeat center center / 100% 100%;
}
.tg_page a.end {
    display: flex;
    float: left;
    align-items: center;
    margin-left: 32px;
}
.tg_page a.end:after {
    width: 13px;
    height: 12px;
    content: "";
    float: left;
    margin-left: 12px;
    background: url(../images/aend.png) no-repeat center center / 100% 100%;
}
.tg_page a.next {
    display: flex;
    float: left;
    align-items: center;
}
.tg_page a.next:after {
    width: 7px;
    height: 12px;
    content: "";
    float: left;
    margin-left: 12px;
    background: url(../images/anext.png) no-repeat center center / 100% 100%;
}
.article {
    width: 100%;
    height: auto;
    float: left;
}
.article h1 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 40px;
    font-weight: normal;
}
.article .date {
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 30px;
}
.article .line {
    width: 100%;
    height: 1px;
    float: left;
    background: #b2b2b2;
    margin: 20px 0 30px;
}
.article .content {
    width: 100%;
    height: auto;
    float: left;
}
.article .content p {
    width: 100%;
    height: auto;
    float: left;
}

.article .content img {
    max-width: 100%;
}
.jrwm {
    width: 100%;
    height: auto;
    background: #ccd7e4 url(../images/jrwmbg.jpg) no-repeat center top / 100% auto;
    overflow: hidden;
    position: relative;
}
.jrwm_list {
    width: 100%;
    height: auto;
    float: left;
    padding: 70px;
    background: #fff;
}
.jrwm_list ul {
    width: 100%;
    height: auto;
    float: left;
}
.jrwm_list ul li {
    width: 50%;
    height: auto;
    float: left;
}
.jrwm_list ul li:last-child {
    border-left: 1px solid #DBD5D2;
    padding-left: 70px;
}
.jrwm_list ul li h3 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 22px;
    color: #000;
    margin-bottom: 25px;
}
.jrwm_list ul li a {
    width: 121px;
    height: 34px;
    border: 1px solid #000;
    float: left;
    text-align: center;
    line-height: 30px;
}
.jrwm_list ul li a:hover {
    border: 1px solid #000;
    -webkit-box-shadow: inset 0 0 0 2px #000;
    box-shadow: inset 0 0 0 2px #000;
    color: #000;
    background-color: transparent
}
.page_so {
    width: 100%;
    overflow: hidden;
    background: #908982;
}
.page_soform {
    width: 100%;
    padding: 25px;
}
.page_soform form {
    display: flex;
    justify-content: center;
    align-items: center;
}
.page_soform span {
    float: left;
    font-size: 20px;
    margin-right: 7px;
    color: #fff;
}
.page_soform .keyword {
    width: 504px;
    float: left;
    background: none;
    height: 30px;
    line-height: 36px;
    border: none;
    border-bottom: 1px solid #DFDFDF;
    font-size: 16px;
    color: #fff;
    padding: 0 10px;
}
.page_soform .keyword:focus {
    outline: none;
}
.page_soform .tjbtn {
    width: 24px;
    height: 24px;
    float: left;
    margin-left: -24px;
    background: #ffffff url(../images/search.png) no-repeat center center / 13px 13px;
    border: none;
    cursor: pointer;
    border-radius: 24px;
}
.page_soform input::-webkit-input-placeholder {
    color: #fff;
}
.page_soform input::-moz-placeholder {
    color: #fff;
}
.page_soform input:-moz-placeholder {
    color: #fff;
}
.page_soform input:-ms-input-placeholder {
    color: #fff;
}
.responsive-image-cover img {
    /* position:absolute; */
    /* left:0; */
    top: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    transform: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%
}

.actGotop {
    position: fixed;
    _position: absolute;
    bottom: 25px;
    right: 50px;
    width: 50px;
    height: 50px;
    display: none;
    z-index: 3;
}

.actGotop a,
.actGotop a:link {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #000;
    display: inline-block;
    background:#000 url(../images/shangjiantou2.png) no-repeat center center / 60% 60%;
    outline: none;
}

.actGotop a:hover {
    background:#000 url(../images/shangjiantou2.png) no-repeat center center / 60% 60%;
    outline: none;
}
/*---------------------------------------------------------------------------------------------------------------手机导航开始----------*/

.pcdh {
    display: block;
}

.mdh {
    display: none;
}

.mnav {
    display: none;
}

.sp_header {
    height: 61px;
    overflow: hidden;
    background: #fff;
    position: fixed;
    z-index: 10;
    width: 100%;
}

.sp_logo {
    padding: 15px 10px;
    float: left;
    height: 30px
}

.sp_logo img {
    margin: auto;
    max-height: 30px;
}

.sp_nav {
    width: 61px;
    float: right;
    position: relative;
    cursor: pointer;
    height: 30px;
    margin-top: 20px
}

.sp_nav span {
    display: block;
    background: #000;
    width: 24px;
    height: 2px;
    position: absolute;
    left: 10px;
    transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
    top: 0px
}

.sp_nav span:nth-of-type(2) {
    top: 10px
}

.sp_nav span:nth-of-type(3) {
    top: 20px
}

.sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
    width: 0
}

.sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg)
}

.sjj_nav {
    position: fixed;
    z-index: 9;
    background: #ffffff;
    width: 100%;
    height: calc(100% - 61px);
    font-size: 14px;
    line-height: 40px;
    top: -100%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.5s;
}

.nav_show {
    top: 61px
}

.sjj_nav>ul {
    z-index: 1;
    position: relative;
    background: #fff;
}

.sjj_nav>ul>li:first-child {
    overflow: hidden;
    border-top: 0
}

.sjj_nav ul li i {
    position: absolute;
    top: 10px;
    right: 25px;
    height: 30px;
    padding: 5px 7px 5px 7px;
}

.sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg)
}

.sjj_nav ul li {
    position: relative;
}

.sjj_nav>ul>li:hover {
    background: #f2f2f2;
}

.sjj_nav ul li>a {
    display: block;
    font-size: 18px;
    line-height: 1;
    padding: 15px 0 15px 25px;
}

.sjj_nav>ul>li:last-child {}

.sjj_nav ul li ul {
    display: none;
}

.sjj_nav ul li ul li {
    background: #efeceb;
}

.sjj_nav ul li a {
    color: #000;
    width: 80%
}

.sjj_nav ul li ul li a {
    text-indent: 2em;
    color: #000;
    display: block;
    text-align: left;
}

.sjj_nav ul li i svg {
    width: 20px;
    height: 20px;
    fill: #000;
    float: left;
}

.sjj_nav ul li .sjj_nav_i_se svg {
    fill: #000
}

.sjj_nav ul li ul li>ul {
    margin-left: 0px;
}

.sjj_nav ul li ul li>ul>li {
    background: #dbd5d2;
}

.sjj_nav ul li ul li>ul>li>a {
    text-indent: 4em;
}

.sp_so {
    width: 61px;
    height: 61px;
    margin-right: 0px;
    float: right;
}

.sp_so a {
    width: 61px;
    height: 61px;
}


.msearchform {
    position: fixed;
    width: 100%;
    left: 0;
    top: -100%;
    padding: 25px;
    background: #f0f0f0;
    transition: all 0.8s ease 0s;
    overflow: hidden;
    z-index: 3;
}

.msearchform .smearchform_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.msearchform._active {
    top: 61px;
    display: block;
    transition: all 0.8s ease 0s;

}

.msearchform form {
    width: 100%;
    float: left;
    height: 50px;
    position: relative;
}

.msearchform .keyword {
    width: calc(100% - 110px);
    float: left;
    background: #fff;
    height: 50px;
    line-height: 48px;
    border: 1px solid rgba(0, 0, 0, .2);
    font-size: 16px;
    color: #000000;
    padding: 0 40px;
}

.msearchform .keyword:focus {
    outline: none;
    border-color: #82776d
}

.msearchform .cssicon-search2 {
    display: block !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background: none;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 4px;
    opacity: .6;
    transform: scale(0.7);
}

.msearchform .cssicon-search2 span {
    background: none;
    position: absolute;
    -webkit-transition: -webkit-transform .1s ease-in-out .2s;
    transition: -webkit-transform .1s ease-in-out .2s;
    transition: transform .1s ease-in-out .2s;
    transition: transform .1s ease-in-out .2s, -webkit-transform .1s ease-in-out .2s;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 20px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translate(-14px, -14px);
    transform: translate(-14px, -14px)
}

.msearchform .cssicon-search2 span::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 16px;
    height: 16px;
    border: 2px solid currentColor;
    border-radius: 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .2s ease-in-out .2s, width .2s ease-in-out .2s, height .2s ease-in-out .2s, border-width .1s ease-in-out .2s;
    transition: opacity .2s ease-in-out .2s, width .2s ease-in-out .2s, height .2s ease-in-out .2s, border-width .1s ease-in-out .2s
}

.msearchform .cssicon-search2 span::after {
    content: "";
    position: absolute;
    -webkit-transition: opacity .2s ease-in-out .3s, width .1s ease-in-out .3s, height .1s ease-in-out .2s, border-width .1s ease-in-out .3s, -webkit-transform .2s ease-in-out;
    transition: opacity .2s ease-in-out .3s, width .1s ease-in-out .3s, height .1s ease-in-out .2s, border-width .1s ease-in-out .3s, -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out, opacity .2s ease-in-out .3s, width .1s ease-in-out .3s, height .1s ease-in-out .2s, border-width .1s ease-in-out .3s;
    transition: transform .2s ease-in-out, opacity .2s ease-in-out .3s, width .1s ease-in-out .3s, height .1s ease-in-out .2s, border-width .1s ease-in-out .3s, -webkit-transform .2s ease-in-out;
    left: 50%;
    top: 50%;
    width: 12.04px;
    height: 2px;
    background: currentColor;
    -webkit-transform: translate(-50%, -50%) rotateZ(45deg) translate(15px, 1px);
    transform: translate(-50%, -50%) rotateZ(45deg) translate(15px, 1px);
    opacity: 1
}

.msearchform .cssicon-search2::before,
.msearchform .cssicon-search2::after {
    content: "";
    position: absolute;
    -webkit-transition: opacity .2s ease-in-out, width .2s ease-in-out, height .2s ease-in-out, border-width .2s ease-in-out;
    transition: opacity .2s ease-in-out, width .2s ease-in-out, height .2s ease-in-out, border-width .2s ease-in-out;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    background: currentColor;
    opacity: 0
}

.msearchform .cssicon-search2::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.msearchform .keyword:focus-visible {
    outline: none;
    border-color: #82776d
}

.msearchform .tjbtn {
    width: 110px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #c6beba;
    color: #000;
    background-color: #c6beba;
    float: right;
    border: 0 none;
    cursor: pointer;
    font-size: 16px;
}

.msearchform .tjbtn:hover {
    background: #82776d;
    color: #fff;
}

.sjj_nav .lang {
    width: 100%;
    position: absolute;
    bottom: 80px;
    padding: 0 25px;
    left: 0;
    color: #000000;
    z-index: 0;
}

.sjj_nav .lang span {
    float: left;
    height: 40px;
    line-height: 48px;
    overflow: hidden;

    font-size: 14px;
}

.sjj_nav .lang ul {
    float: left;
    width: 100px;
}

.sjj_nav .lang ul li {
    width: 100%;
    height: 40px;
    line-height: 48px;
    float: left;
    color: #333333;
    font-size: 14px;
    position: relative;
    cursor: pointer;
    float: left;
}

.sjj_nav .lang ul li .xjt {
    background: url(../images/xjt.png) no-repeat center center;
    position: absolute;
    top: 50%;
    transform: translateY(-40%);
    width: 12px;
    height: 12px;
    right: 0;
}

.sjj_nav .lang ul li:hover .xjt {
    background: url(../images/lang_close.png) no-repeat center center;
}

.sjj_nav .lang ul li .xjt:before {}

.sjj_nav .lang ul li .xjt:after {}

.sjj_nav .lang ul li .this {
    float: left;
    width: 100%;
    text-align: left;
    font-weight: bold;
    padding: 0 0 0 31px;
}

.sjj_nav .lang ul li dl {
    width: 100%;
    height: auto;
    float: left;
    display: none;
    position: absolute;
    left: 0;
    top: 40px;
}

.sjj_nav .lang ul li dl a {
    width: 100%;
    background: #b5b8c0;
    color: #fff;
    display: inline-block;
    float: left;
    line-height: 40px;
    text-indent: 31px;
    font-family: RTBasis-Regular;
}

.sjj_nav .lang ul li dl a:hover {
    background: #b5b8c0;
    color: #fff;
}

.sjj_nav .lang ul li:hover dl {
    display: block;
}

.sjj_nav .lang ul li dl dd {
    width: 100%;
    height: auto;
    float: left;
}
/*---------------------------------------------------------------------------------------------------------------手机导航结束----------*/