html{

}
*,*:before,*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
}
body {
  margin:0;
  padding:100px 0 0 0 !important;
  font:14px/1 Microsoft YaHei,Hiragino Sans GB,Microsoft YaHei UI,PingFang SC,Source Han Sans CN, Arial,sans-serif !important;
  color:#333333;
  background-color: #f7f7f7;
}
select,textarea,button{
  font:14px/1 Microsoft YaHei,Hiragino Sans GB,Microsoft YaHei UI,PingFang SC,Source Han Sans CN, Arial, sans-serif;
}
ul,li,dl,dd,dt{
  margin:0;
  padding:0;
  list-style-type:none;
}
h1,h2,h3{
  margin:0;
  padding:0;
}
em,i{
    font-style: normal;
}
img{
    border: 0;
}
@font-face {
  font-family: 'iconfont';
  src: url('../images/font/iconfont.woff2?t=1658727552670') format('woff2'),
       url('../images/font/iconfont.woff?t=1658727552670') format('woff'),
       url('../images/font/iconfont.ttf?t=1658727552670') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
    font-family: 'DIN';
    src: url('../images/font/HelveticaInserat.otf');
}
body.bgfa{
  background-color: #FAFAFA;
}
body.bgf9{
  background-color: #F9F9F9;
}
body.pd0{
  padding:0 0 0 0 !important;
}
.wrap{
  display: table;
  width: 100%;
}
.wrapper{
  display: table;
  width:1600px;
  margin-left: auto;
  margin-right: auto;
}
.w100{
  display: table;
  width: 100%;
}
.w50{
  display: inline-block;
  width: 49.5%;
}
a,a:focus,a:hover,.btn:focus,li, li:focus, li:hover, input, input:focus, input:hover, textarea, textarea:focus, textarea:hover, select, select:focus, select:hover {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}
a,a:link,a:active,a:visited {
  color:#333333;
  text-decoration:none;
  outline: none;
  transition: All 0.3s ease-in-out;
}
a:hover {
  color:#1361A9;
  text-decoration:none !important;
}
textarea{
    resize: none;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#999999;
}
input::-moz-placeholder,textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
   color:#999999;
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
   color:#999999;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{    /* ie  */
   color:#999999;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.m12{
  margin-top:12px;
}
.m15{
  margin-top:15px;
}
.m10{
  margin-top:10px;
}
.m20{
  margin-top:20px;
}
.m30{
  margin-top:30px;
}
.m35{
  margin-top:35px;
}
.m40{
  margin-top:40px;
}
.m50{
  margin-top:50px;
}
.m70{
  margin-top:70px;
}
.m100{
  margin-top:100px;
}
.mb5{
  margin-bottom: 5px;
}
.mb30{
  margin-bottom: 30px;
}
.mb50{
  margin-bottom: 50px;
}
.mb80{
  margin-bottom: 80px;
}
.mr50{
    margin-right: 50px !important;
}
.f16{
  font-size: 16px !important;
}
.line:last-child{
  border-bottom: none;
}
.tcenter{
  text-align: center !important;
}
.tleft{
  text-align: left !important;
}
.red{
    color:#FF0000 !important;
}
.blue{
    color:#3860F4 !important;
}
a.cblue{
    color:#3860F4 !important;
}
a.cblue:hover{
    color: #1CA6B8 !important;
}
.imgs{
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.imgs:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.abr{
    position: relative;
}
/*header*/
.header{
    display: block;
    width: 100%;
    height: 100px;
    background: #FFFFFF;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.08);
}
.header.home{
    background: transparent;
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.00);
}
.header.show{
    position: fixed !important;
    top: 0;
    left: 0;
    background: #FFFFFF !important;
    /*border-bottom: 1px solid #EAEAEA; */
    transition: all 0.35s;
}
.header .wrapper{
    width: 1600px;
    position: relative;
}
.header .logo{
    float: left;
    margin: 18px 0 18px 0;
    width: 206px;
    height: 63px;
}
.header.home .logo{
    background: url(../images/logo-home.png) no-repeat center center;
    background-size: 100% 100%;
}
.pd0  .header.show .logo{
    background: url(../images/logo.png) no-repeat center center;
    background-size: 100% 100%;
}
.header .logo a{
    display: block;
    width: 100%;
    height: 100%;
}
.header .logo img{
    display: block;
    width: 100%;
    height: 100%;
}
.head-right{
    float: right;
    width: auto;
    height: 100px;
    padding-right: 216px;
}
.header .nav{
    float: left;
    display: flex;
}
.header .nav li{
    margin: 0 25px;
    position: relative;
}
.header .nav li:last-child{
    margin-right: 0;
}
.header .nav li a{
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 100px;
    font-weight: 400;
}
.header.home .nav li a{
    color: #FFFFFF;
}
.header.home .nav li.cur a{
    color: #FFFFFF;
    font-weight: bold;
}
.header.home .nav li:hover a{
    color: #DDDDDD;
}
.header .nav li:hover a{
    color: #1361A9;
}
.header .nav li.cur a{
    color: #1361A9;
    font-weight: bold;
}
.header .nav li dl{
    display: none;
}
.header .nav li:hover dl{
    position: absolute;
    left: 50%;
    top: 98px;
    padding: 2px 8px 2px 8px;
    display: block;
    width: 150px;
    background-color: #FFFFFF;
    border-radius: 0;
    border-top: 2px solid#1361A9;
    transform: translate(-50%, 0);
    /*box-shadow: 0px 2px 16px 0px rgb(0 0 0 / 20%);*/
}
.header .nav li:hover dl:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    left: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999;
    opacity: 1;
    transform: translate(-50%, 0);
    box-shadow: 1px 2px -13px rgb(231 231 231 / 80%);
}
.header .nav li:hover dl dd{
    text-align: center;
    position: relative;
}
.header .nav li:hover dl dd:last-child{
  border-bottom: none;
}
.header .nav li:hover dl dd a{
    font-size: 14px;
    color: #666666;
    height: 38px;
    line-height: 38px;
    font-weight: 400;
    white-space: nowrap;
    border-bottom: 1px solid rgba(0,0,0,0.04);
}
.header .nav li:hover dl dd:last-child a{
  border-bottom: none;
}
.header .nav li:hover dl dd a:hover,.header .nav li:hover dl dd.cur a{
    color: #1361A9;
}
.header.home .nav li:hover dl dd a{
    color: #666666;
}
.header.home .nav li:hover dl dd a:hover,.header.home .nav li:hover dl dd.cur a{
    color: #1361A9;
}
.header .icon-search{
    position: absolute;
    top: 38px;
    right: 90px;
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/icon-search.png) no-repeat right center;
    background-size: 18px 18px;
    margin-left: 102px;
}
.header .icon-search:hover{
    background: url(../images/icon-search-v.png) no-repeat right center;
    background-size: 18px 18px;
}
.header.home .icon-search{
    background: url(../images/icon-search-w.png) no-repeat right center;
    background-size: 18px 18px;
}
.header.home .icon-search:hover{
    background: url(../images/icon-search-wv.png) no-repeat right center;
    background-size: 18px 18px;
}

.header .icon-search a{
    display: block;
    width: 100%;
    height: 100%;
}
.header .icon-language{
    position: absolute;
    top: 38px;
    right: 0;
    display: block;
    width: 50px;
    height: 24px;
    font-size: 16px;
    line-height: 22px;
    border:1px solid #E6E6E6;
    border-radius: 12px;
    padding: 0 20px 0 10px;
    background: url(../images/icon-down.png) no-repeat 36px center;
    background-size: 7px 6px;
    cursor: pointer;
}
.header.home .icon-language{
    color: #FFFFFF;
}
.header .icon-language:after{
    position: absolute;
    content: '';
    left: -22px;
    top: 0;
    display: block;
    height: 22px;
    width: 1px;
    background-color: #E6E6E6;
}
.header .icon-language .icon-down{
    position: absolute;
    top: 0;
    right: 16px;
    height: 22px;
    border-left: 1px solid #E6E6E6;
}
.icon-menu {
    display: none;
    position: absolute;
    right: 4%;
    top: 16px;
    width: 20px;
    height: 18px;
    background: url(../images/icon-menu.png) no-repeat center center;
    background-size: 100% 100%;
}
.header .icon-close{
    display: none;
}
.m-menu{
    display: none;
}
.h2title{
    display: block;
    width: 100%;
    padding-top: 22px;
    padding-bottom: 65px;
}
.h2title .cn{
    display: block;
    font-size: 40px;
    padding-bottom: 13px;
    color:#BAA57B;
}
.h2title .en{
    display: block;
    font-size: 20px;
}
/*subbanner*/
.subbanner {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 550px;
    margin-bottom: 50px;
    position: relative;
}
.subbanner.mb0{
    margin-bottom: 0;
}
.subbanner.banner-group-business{
    background: url(../images/img-banner-group-business.jpg) no-repeat center;
    background-size: cover;
}
.subbanner.banner-news{
    background: url(../images/img-banner-news.jpg) no-repeat center;
    background-size: cover;
}
.subbanner.banner-about{
    background: url(../images/img-banner-about.jpg) no-repeat center;
    background-size: cover;
}
.subbanner.banner-contact{
    background: url(../images/img-banner-contact.jpg) no-repeat center;
    background-size: cover;
}
.subbanner .wrapper{
    height: 100%;
    padding-top: 200px;
    position: relative;
}
.subbanner .title{
    display: block;
    font-size: 48px;
    font-weight: bold;
    color: #fff;
}
.subbanner .subtitle{
    display: block;
    font-size: 18px;
    color: #fff;
    padding-top: 19px;
}

.subbanner .subtitle a{
    
    color: #fff;

}
.content{
    display: block;
    width: 1600px;
    margin: 0 auto 80px auto;
}
.article{
    display: block;
    font-size: 16px;
    line-height: 27px;
}
.article p{
    margin: 30px 0;
}
/*subnav*/
.subnav{
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 80px;
    background: rgba(19,97,169,0.7);
}
.subnav li{
    display: block;
    width: 20%;
    height: 80px;
    margin: 0 0;
    text-align: center;
    position: relative;
    border-right: 1px solid rgba(255,255,255,0.1);
}
.subnav li:hover,.subnav li.cur,.subnav li.cur:hover{
    border-right: none !important;
}
.subnav li a{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 80px;
    font-size: 18px;
    font-weight: 400;
    padding: 0 24px;
    color: #FFFFFF;
}
.subnav li:nth-child(5n){
    border-right:none;
}
.subnav li.cur a,.subnav li:hover a{
    color: #1361A9;
    background-color: #FFFFFF;
}

/*banner*/
.homebanner{
    display: table;
    width: 100%;
    height: 993px;
    position: relative;
}
.homebanner img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.homebanner .hbanner{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    list-style: none;
    z-index: 1;
    position: absolute;
    bottom: 0;
}
.homebanner .swiper-pagination{
    width: 1600px;
    left: 50%;
    margin-left: -800px;
    color: #FFFFFF;
    font-size: 16px;
    bottom: 90px;
    text-align: left;
}
.homebanner .swiper-pagination .swiper-pagination-bullet {
    width: 45px;
    height: 3px;
    margin: 0 5px;
    color: #FFFFFF;
    border-radius: 0;
    display: inline-block;
    background: #FFFFFF;
    opacity: .28;
}
.homebanner .swiper-pagination .swiper-pagination-bullet-active,.homebanner .swiper-pagination-current{
    opacity: 1;
    color: #1361A9;
    font-size: 24px;
    font-weight: bold;
}
.swiper-pages{
    position: absolute;
    right: 8vw;
    bottom: 70px;
    display: block;
    width: 130px;
    height: 50px;
}
.swiper-button-prev,.swiper-button-next{
    width: 50px;
    height: 50px;
    margin-top: -25px;
    border-radius: 50%;
    background: #0069b7;
    border: none;
    opacity: 1;
}
.swiper-button-prev{
    left: 0px;
}
.swiper-button-next{
    right: 0px;
}
.swiper-button-next:after, .swiper-button-prev:after{
    color: #FFFFFF;
    font-size: 18px;
}
.swiper-button-prev:hover,.swiper-button-next:hover{
    background: #1361A9;
    border: none;
}
.swiper-button-next:hover:after, .swiper-button-prev:hover:after{
    color: #FFFFFF;
}
.homefocus{
    display: block;
    width: 100%;
    padding-top: 85px;
    padding-bottom: 115px;
    background-color: #FFFFFF;
}
.homefocus .headlines{
    display: block;
    padding-bottom: 27px;
}
.homefocus .headlines .title{
    display: block;
    width: 100%;
    font-size: 48px;
    color: #1361A9;
    text-align: center;
}
.homefocus .headlines .desc{
    display: block;
    width: 100%;
    font-size: 18px;
    color: #999999;
    text-align: center;
    padding-top: 33px;
    line-height: 1.6;
}
.homefocus .headlines a:hover .title,.homefocus .headlines a:hover .desc{
    opacity: 0.8;
}
.homefocus .hf-wrap{
    display: flex;
    padding-top: 70px;
    justify-content: space-between;
}
.homefocus .hf-topbox{
    display: flex;
    padding-top: 70px;
    padding-bottom: 82px;
    border-bottom: 1px solid #E6E6E6;
    justify-content: space-between;
}
.homefocus .hf-pic{
    display: block;
    flex: 0 0 800px;
    width: 800px;
    height: 497px;
    overflow: hidden;
    position: relative;
}
.homefocus .hf-pic li{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.homefocus .hf-pic li img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.homefocus .hf-pic li .title{
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #FFFFFF;
    padding: 0 32px;
    background-color: rgba(0,0,0,0.5);
}
.homefocus .hf-pic .swiper-pagination{
    text-align: right;
    z-index: 100;
}
.homefocus .hf-pic .swiper-pagination span{
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    opacity: 1;
    margin: 0 5px;
}
.homefocus .hf-pic .swiper-pagination {
    align-items: center;
    bottom: 26px;
    display: flex;
    justify-content: flex-end;
    left: 0;
    padding-right: 40px;
    position: absolute;
    width: 100%;
}
.homefocus .hf-pic .swiper-pagination .swiper-pagination-bullet-active{
    background: #4CA2FF;
}
.homefocus .hf-right {
    display: flex;
    align-items: flex-start;
    flex: 0 0 753px;
    width: 753px;
    height: 497px;
    padding: 0 0;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}
.homefocus .hfh-tab{
    display: flex;
    width: 100%;
    height: 60px;
    padding: 0 26px;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
    justify-content: flex-start;
}
.homefocus .hfh-tab li{
    display: block;
    width: 183px;
    height: 61px;
    text-align: center;
    line-height: 58px;
    font-size: 24px;
    border: 1px solid rgba(255,255,255,0.0);
    position: relative;
}
.homefocus .hfh-tab li.on{
    position: relative;
    color: #1361A9;
    font-weight: bold;
    border: 1px solid #E6E6E6;
    border-bottom: 1px solid #FFFFFF;
}
.homefocus .hfh-tab li.on:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #FFFFFF;
}
.homefocus .hfh-list{
    display: block;
    padding-top: 30px;
    width: 100%;
    height: auto;
    padding-bottom: 6px;
}
.homefocus .hfh-list a{
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 20px;
    line-height: 56px;
    height: 56px;
}
.homefocus .hfh-list a .hfh-title{
    position: relative;
    height: 56px;
    line-height: 56px;
    padding-left: 24px;
}
.homefocus .hfh-list a .hfh-title:after{
    content: '';
    position: absolute;
    left: 2px;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-radius: 50%;
    background-color: #1361A9;
}
.homefocus .hfh-list a .hfh-time{
    display: block;
    font-size: 16px;
    line-height: 56px;
    color: #CCCCCC;
}
.homefocus .hfh-list a:hover .hfh-time{
    color: #1361A9;
}
.homefocus .hf-item{
    display: block;
    width: 484px;
}
.homefocus .hf-item .hf-title{
    display: flex;
    justify-content: space-between;
}
.homefocus .hf-item .hf-title strong{
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
}
.homefocus .hf-item .hf-title strong i{
    display: inline-block;
    width: 4px;
    height: 26px;
    background: #1361A9;
    border-radius: 2px;
    margin-right: 12px;
}
.homefocus .hf-item .hf-title a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 87px;
    height: 33px;
    line-height: 31px;
    text-align: center;
    color: #999999;
    border: 1px solid #E6E6E6;
    font-size: 18px;
    border-radius: 10px;
}
.homefocus .hf-item .hf-title a:hover{
    color: #1361A9;
    border: 1px solid #1361A9;
}
.homefocus .hf-item .hf-title a i{
    display: block;
    width: 13px;
    height: 13px;
    margin-left: 6px;
    background: url(../images/icon-homenews-more.png) no-repeat center center;
    background-size: 100%;
}
.homefocus .hf-item .hf-top{
    display: block;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #E6E6E6;
}
.homefocus .hf-item .hf-top a{
    display: flex;
}
.homefocus .hf-item .hf-top .pic{
    flex: 0 0 140px;
    width: 140px;
    height: 93px;
    margin-right: 17px;
}
.homefocus .hf-item .hf-top .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.homefocus .hf-item .hf-top .text{
    flex: 0 0 325px;
    width: 325px;
    height: 93px;
    position: relative;
}
.homefocus .hf-item .hf-top .text strong{
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
}
.homefocus .hf-item .hf-top .text span{
    display: block;
    font-size: 14px;
    color: #CCCCCC;
    position: absolute;
    left: 0;
    bottom: 3px;
}
.homefocus .hf-item .hf-list{
    display: block;
    width: 100%;

}
.homefocus .hf-item .hf-list a{
    display: flex;
    width: 100%;
    height: 100px;
    padding: 20px 0;
    justify-content: space-between;
    border-bottom: 1px solid #E6E6E6;
}
.homefocus .hf-item .hf-list .title{
    display: block;
    width: 360px;
    height: auto;
    font-size: 18px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.homefocus .hf-item .hf-list .date{
    display: block;
    width:60px;
    text-align: center;
    position: relative;
}
.homefocus .hf-item .hf-list .date strong{
    display: block;
    font-size: 48px;
    font-weight: bold;
}
.homefocus .hf-item .hf-list .date span{
    display: block;
    font-size: 14px;
    color: #CCCCCC;
}
.homeabout{
    display: block;
    width: 100%;
    height: auto;
    padding-top: 100px;
    padding-bottom: 126px; 
    background: url(../images/aboutbg.png)center no-repeat;background-size: 100%;
}
.homeabout .wrapper{
    display: flex;
    justify-content: space-between;
}
.homeabout .text{
    flex: 0 0 1600px;
    width: 1600px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.homeabout .text .ha-title{
    font-size: 48px;
    padding-top: 90px;
    text-align: center;
}
.homeabout .text .ha-desc{
    width: 80%;
    font-size: 18px;
    color: #999999;
    line-height: 37px;
    padding-top: 50px;
    margin-left: auto;
    margin-right: auto;
    text-indent: 2em;
}
.homeabout .text .ha-number{
    display: flex;
    width: 70%;
    margin-top: 85px;
    /***padding-right: 50px;***/
    margin-left: auto;
    margin-right: auto;
}
.homeabout .text .ha-number li{
    width: 25%;
    padding-right: 35px;
}
.homeabout .text .ha-number li .han-number{
    display: flex;
    font-size: 18px;
}
.homeabout .text .ha-number li .han-number span{
    font-family: 'DIN';
    font-size: 72px;
    font-weight: normal;
    margin-right: 10px;
    margin-top: -3px;
}
.homeabout .text .ha-number li .han-text{
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #999999;
    padding-top: 6px;
}
.homeabout .text .ha-more{
    display: block;
    width: 150px;
    padding-top: 100px;
    margin-left: auto;
    margin-right: auto;
}
.homeabout .text .ha-more a{
    display: flex;
    font-size: 18px;
    line-height: 32px;
    color: #1361A9;
}
.homeabout .text .ha-more a .icon{
    display: block;
    width: 32px;
    height: 32px;
    margin-left: 12px;
    background: #1361A9 url(../images/img-news-icon.png) no-repeat center center;
    background-size: 13px 13px;
    border-radius: 50%;
}
.homeabout .text .ha-more a:hover{
    opacity: 0.8;
}
.homeabout .pic{
    flex: 0 0 602px;
    width: 602px;
    height: auto;
}
.homeabout .pic img{
    display: block;
    width: 100%;
    height: auto;
}
.homebusiness{
    display: block;
    width: 100%;
    height: 801px;
}
.homebusiness .hb-list{
    display: flex;
    justify-content: space-between;
}
.homebusiness .hb-list li{
    display: block;
    width: 275px;
    height: 800px;
    border-right: 2px solid #FFFFFF;
    background-color: #1361A9;
    position: relative;
    transition: All 0.3s ease-in-out;
}
.homebusiness .hb-list li.cur{
    width: 812px;
}
.homebusiness .hb-list li a{
    display: block;
    width: 100%;
    height: 100%;
}
.homebusiness .hb-list li.bg01{
    background: rgba(19, 97, 169, 1) url(../images/bg-homebusiness01.jpg) repeat-x left center;
    background-size: auto 100%; 
}
.homebusiness .hb-list li.bg02{
    background: rgba(19, 97, 169, 1) url(../images/bg-homebusiness02.jpg) repeat-x left center;
    background-size: auto 100%; 
}
.homebusiness .hb-list li.bg03{
    background: rgba(19, 97, 169, 1) url(../images/bg-homebusiness03.jpg) repeat-x left center;
    background-size: auto 100%; 
}
.homebusiness .hb-list li.bg04{
    background: rgba(19, 97, 169, 1) url(../images/bg-homebusiness04.jpg) repeat-x left center;
    background-size: auto 100%; 
}
.homebusiness .hb-list li.bg05{
    background: rgba(19, 97, 169, 1) url(../images/bg-homebusiness05.jpg) repeat-x left center;
    background-size: auto 100%;  
}
.homebusiness .hb-list li.bg06{
    background: rgba(19, 97, 169, 1) url(../images/bg-homebusiness06.jpg) repeat-x left center;
    background-size: auto 100%;  
}
.homebusiness .hb-list li .hb-box{
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 200px;
    height: 312px;
    color: #FFFFFF;
    padding: 65px 30px 85px 0;
    background: transparent;
    border-radius: 0;
    transition: All 0.3s ease-in-out;
}
.homebusiness .hb-list li .hb-box .left{

}
.homebusiness .hb-list li .hb-box .left .hbl-icon{
    display: block;
    width: 45px;
    height: 45px;
    margin-bottom: 45px;
}
.homebusiness .hb-list li .hb-box .left .hbl-icon img{
    display: block;
    width: 100%;
    height: 100%;
}
.homebusiness .hb-list li .hb-box .left .hbl-title{
    font-size: 30px;
    margin-bottom: 27px;
}
.homebusiness .hb-list li .hb-box .left .hbl-line{
    display: block;
    width: 47px;
    height: 4px;
    background-color: #FFFFFF;
    border-radius: 2px;
}
.homebusiness .hb-list li .hb-box .right{
    display: none;
}
.homebusiness .hb-list li.cur .hb-box{
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 639px;
    height: 312px;
    color: #FFFFFF;
    padding: 45px 20px 85px 64px;
    background: linear-gradient(0deg, #267bba, #093f88);
    border-radius: 32px 0px 0px 0px;
}
.homebusiness .hb-list li.cur .hb-box .left{
    flex: 0 0 172px;
    width: 172px;
    height: auto;
    border-right: 1px solid rgba(255,255,255,0.1);
}
.homebusiness .hb-list li.cur .hb-box .left .hbl-icon{
    display: block;
    width: 54px;
    height: 54px;
    margin-bottom: 55px;
}
.homebusiness .hb-list li.cur .hb-box .left .hbl-icon img{
    display: block;
    width: 100%;
    height: 100%;
}
.homebusiness .hb-list li.cur .hb-box .left .hbl-title{
    font-size: 30px;
    margin-bottom: 27px;
}
.homebusiness .hb-list li.cur .hb-box .left .hbl-line{
    display: block;
    width: 47px;
    height: 4px;
    background-color: #FFFFFF;
    border-radius: 2px;
}
.homebusiness .hb-list li.cur .hb-box .right{
    flex: 0 0 330px;
    width: 330px;
    height: auto;
    display: block;
}
.homebusiness .hb-list li.cur .hb-box .right .hbr-desc{
    display: block;
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 36px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.homebusiness .hb-list li.cur .hb-box .right .hbr-icon{
    display: block;
    width: 32px;
    height: 32px;
    background: #FFFFFF url(../images/icon-homenews-more.png) no-repeat center center;
    background-size: 13px 13px;
    border-radius: 50%;
}
.homenews{
    display: block;
    width: 100%;
    height: auto;
    padding-top: 115px;
    padding-bottom: 130px;
}
.homenews .hn-title{
    display: block;
    font-size: 48px;
    color: #1F1F1F;
    text-align: center;
    font-weight: bold;
    margin-bottom: 55px;
}
.homenews .hn-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 34px;
}
.homenews .hn-nav .text{
    font-size: 16px;
}
.homenews .hn-nav .text i{
    margin: 0 15px;
}
.homenews .hn-nav .more a{
    display: flex;
    color: #1361A9;
    font-size: 16px;
}
.homenews .hn-nav .more a i{
    display: block;
    width: 23px;
    height: 16px;
    background: url(../images/icon-homenews-more.png) no-repeat right center;
    background-size: 13px 13px;
}
.hn-wrap{
    display: flex;
    height: 346px;
    margin-bottom: 43px;
    justify-content: space-between;
    background-color: #FFFFFF;
}
.homenews .hn-pic{
    display: block;
    flex: 0 0 800px;
    width: 800px;
    height: 346px;
    overflow: hidden;
    position: relative;
}
.homenews .hn-pic li{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.homenews .hn-pic li img{
    display: block;
    width: 100%;
    height: 100%; 
}
.homenews .hn-pic li .title{
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #FFFFFF;
    padding: 0 32px;
    background-color: rgba(0,0,0,0.5);
}
.homenews .hn-pic .swiper-pagination{
    text-align: right;
    z-index: 100;
}
.homenews .hn-pic .swiper-pagination span{
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    opacity: 1;
    margin: 0 5px;
}
.homenews .hn-pic .swiper-pagination {
    align-items: center;
    bottom: 26px;
    display: flex;
    justify-content: flex-end;
    left: 0;
    padding-right: 40px;
    position: absolute;
    width: 100%;
}
.homenews .hn-pic .swiper-pagination .swiper-pagination-bullet-active{
    background: #4CA2FF;
}

.homenews .hn-right {
    display: flex;
    align-items: flex-start;
    flex: 0 0 800px;
    width: 800px;
    height: 346px;
    padding: 0 80px;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}
.homenews .hn-right .date{
    display: flex;
    align-items: flex-end;
    width: 100%;
    padding: 0 0 45px 0;
    border-bottom: 3px solid #EDEDED;
}
.homenews .hn-right .date strong{
    display: block;
    font-size: 90px;
    color: #1F1F1F;
    padding-right: 20px;
}
.homenews .hn-right .date span{
    display: block;
    font-size: 24px;
    color: #999999;
    padding-bottom: 10px;
}
.homenews .hn-right .title{
    display: block;
    font-size: 24px;
    padding-top: 38px;
}
.homenews .hn-list{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.homenews .hn-list li{
    display: block;
    width: 506px;
    height: 380px;
    padding: 45px 35px;
    margin-right: 41px;
    background: #FFFFFF;
    position: relative;
    margin-bottom: 35px;
}
.homenews .hn-list li:nth-child(3n) {
    margin-right: 0;
}
.homenews .hn-list li .text{
    display: flex;
    width: 100%;
    padding-bottom: 28px;
    justify-content: space-between;
}
.homenews .hn-list li .title-box{
    flex: 0 0 330px;
    width: 330px;
}
.homenews .hn-list li .title-box .tag{
    display: flex;
    justify-content: flex-start;
}
.homenews .hn-list li .title-box .tag span{
    display: block;
    width: auto;
    height: 22px;
    padding: 0 7px;
    font-size: 14px;
    line-height: 20px;
    color: #1361A9;
    border-radius: 4px;
    border: 1px solid #1361A9;
}
.homenews .hn-list li .title-box .title{
    color: #1F1F1F;
    height: 70px;
    font-size: 24px;
    line-height: 31px;
    font-weight: bold;
    padding-top: 8px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.homenews .hn-list li:hover .title-box .title,.homenews .hn-list li:hover .text .date strong{
    color: #1361A9;
}
.homenews .hn-list li .text .date{
    flex: 0 0 72px
    width:72px;
    text-align: center;
    position: relative;
}
.homenews .hn-list li .text .date strong{
    display: block;
    font-size: 60px;
    font-weight: bold;
    color: #333333;
}
.homenews .hn-list li .text .date span{
    display: block;
    font-size: 14px;
    color: #CCCCCC;
}
.homenews .hn-list li .desc{
    display: block;
    padding-top: 20px;
    font-size: 16px;
    color: #999999;
    line-height: 31px;
    border-top: 2px solid #EDEDED;
}
.homenews .hn-list li .icon {
    position: absolute;
    left: 35px;
    bottom: 45px;
    display: block;
    width: 32px;
    height: 32px;
    background: #1361A9 url(../images/img-news-icon.png) no-repeat center center;
    background-size: 13px 13px;
    border-radius: 50%;
}
.homenews .hn-list li:hover .icon{
    opacity: 0.8;
}
.homejobs{
    display: block;
    width: 100%;
    height: 547px;
    padding-top: 115px;
    padding-bottom: 136px;
    background: url(../images/bg-homejobs.jpg) no-repeat center center;
    background-size: cover;
}
.homejobs .hj-title{
    display: block;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    padding-bottom: 25px;
}
.homejobs .hj-desc{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #666666;
}
.homejobs .hj-list{
    display: block;
    padding-top: 140px;
}
.homejobs .hj-list .wrapper{
    display: flex;
    justify-content: center;
}
.homejobs .hj-list li{
    display: block;
    width: 375px;
    height: 70px;
    margin: 0 10px;
}
.homejobs .hj-list li a{
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0 26px 0 23px;
    align-items: center;
    justify-content: space-between;
    background-color: #FFFFFF;
}
.homejobs .hj-list li:hover a{
    background-color: #1361A9;
}
.homejobs .hj-list li .hjl-title{
    display: flex;
    align-items: center;
    font-size: 24px;
}
.homejobs .hj-list li .hjl-title i{
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 8px;
}
.homejobs .hj-list li .hjl-title i.icon01{
    background: url(../images/icon-homejobs01.png) no-repeat center center;
    background-size: 100%;
}
.homejobs .hj-list li:hover .hjl-title i.icon01{
    background: url(../images/icon-homejobs01v.png) no-repeat center center;
    background-size: 100%;
}
.homejobs .hj-list li .hjl-title i.icon02{
    background: url(../images/icon-homejobs02.png) no-repeat center center;
    background-size: 100%;
}
.homejobs .hj-list li:hover .hjl-title i.icon02{
    background: url(../images/icon-homejobs02v.png) no-repeat center center;
    background-size: 100%;
}
.homejobs .hj-list li .hjl-title i.icon03{
    background: url(../images/icon-homejobs03.png) no-repeat center center;
    background-size: 100%;
}
.homejobs .hj-list li:hover .hjl-title i.icon03{
    background: url(../images/icon-homejobs03v.png) no-repeat center center;
    background-size: 100%;
}
.homejobs .hj-list li:hover .hjl-title{
    color: #FFFFFF;
}
.homejobs .hj-list li .hjl-icon{
    display: block;
    width: 20px;
    height: 15px;
    background: url(../images/icon-homejobs-go.png) no-repeat center center;
    background-size: 100%;
}
.homejobs .hj-list li:hover .hjl-icon{
    background: url(../images/icon-homejobs-gov.png) no-repeat center center;
    background-size: 100%;
}
.news-list{
    display: block;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 80px;
}
.news-list .wrapper{
    display: flex;
    flex-direction: column;
}
.news-list li{
    display: block;
    width: 100%;
    height: 370px;
    background-color: #FFFFFF;
    margin-bottom: 43px;
}

.news-list li:hover a{
    color: #FFFFFF;
    background-color: #176bab;
}


.news-list li:hover .text .title-box .nl-time strong {
    display: block;
    font-size: 60px;
    font-weight: bold;
    color: #ffffff;
}

.news-list li:hover .text .nl-desc {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding-top: 70px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-list li:hover .text .nl-tag span {
    display: block;
    width: auto;
    height: 22px;
    padding: 0 7px;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    border-radius: 4px;
    border: 1px solid #ffffff;
}


.news-list li a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 35px 52px 35px 54px;
}
.news-list li .pic{
    flex: 0 0 500px;
    width: 500px;
    height: 300px;
    margin-right: 90px;
    overflow: hidden;
}
.news-list li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.news-list li:hover .pic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.news-list li .text {
    flex: 0 0 715px;
    width: 715px;
    height: 300px;
    display: flex;
    align-items: flex-start;
    align-content: center;
    flex-direction: column;
    justify-content: center;
    margin-right: 140px;
}
.news-list li .text .title-box{
    display: flex;
    justify-content: space-between;
}
.news-list li .text .title-box .nl-time{
    flex: 0 0 72px
    width:72px;
    text-align: center;
    position: relative;
}
.news-list li .text .title-box .nl-time:after{
    content: '';
    position: absolute;
    left: 0;
    top: 105px;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #CCCCCC;
}
.news-list li .text .title-box .nl-time strong{
    display: block;
    font-size: 60px;
    font-weight: bold;
    color: #333333;
}
.news-list li .text .title-box .nl-time span{
    display: block;
    font-size: 14px;
    color: #CCCCCC;
}
.news-list li .text .title-box .nl-title{
    flex: 0 0 600px;
    width: 600px;
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    margin-left: 38px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-list li .text .nl-desc{
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #999999;
    padding-top: 70px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-list li .text .nl-tag{
    display: flex;
    justify-content: flex-start;
    padding-top: 35px;
}
.news-list li .text .nl-tag span{
    display: block;
    width: auto;
    height: 22px;
    padding: 0 7px;
    font-size: 14px;
    line-height: 20px;
    color: #1361A9;
    border-radius: 4px;
    border: 1px solid #1361A9;
}
.news-list li .icon{
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    background: #1361A9 url(../images/img-news-icon.png) no-repeat center center;
    background-size: 17px 17px;
    border-radius: 50px;
}
.news-detail{
    display: block;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 70px;
}
.news-detail .nd-title{
    text-align: center;
    font-size: 36px;
    line-height: 1.3;
    padding-bottom: 35px;
}
.news-detail .nd-date{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #CCCCCC;
    padding-bottom: 20px;
    border-bottom: 1px solid #E6E6E6;
}
.news-detail .nd-body{
    display: block;
    font-size: 18px;
    line-height: 36px;
    padding: 65px 30px 0 30px;
}
.news-detail .nd-body img{

}
.news-recommend{
    display: block;
    width: 100%;
    padding: 40px 40px;
    background-color: #FFFFFF;
}
.news-recommend .h3title{
    display: block;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 34px;
}
.news-recommend .nr-list{
    display: flex;
    width: 100%;
}
.news-recommend .nr-list li{
    display: block;
    width: 466px;
    height: auto;
    margin-right: 60px;
}
.news-recommend .nr-list li:nth-child(3n) {
    margin-right: 0;
}
.news-recommend .nr-list li a{
    display: block;
    width: 100%;
    height: 100%;
}
.news-recommend .nr-list li .pic{
    display: block;
    width: 466px;
    height: 311px;
    overflow: hidden;
}
.news-recommend .nr-list li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.news-recommend .nr-list li:hover .pic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.news-recommend .nr-list li .text{
    display: flex;
    width: 100%;
    padding-top: 32px;
    justify-content: space-between;
}
.news-recommend .nr-list li .title-box{
    flex: 0 0 330px;
    width: 330px;
}
.news-recommend .nr-list li .title-box .tag{
    display: flex;
    justify-content: flex-start;
}
.news-recommend .nr-list li .title-box .tag span{
    display: block;
    width: auto;
    height: 22px;
    padding: 0 7px;
    font-size: 14px;
    line-height: 20px;
    color: #1361A9;
    border-radius: 4px;
    border: 1px solid #1361A9;
}
.news-recommend .nr-list li .title-box .title{
    color: #1F1F1F;
    font-size: 24px;
    line-height: 31px;
    font-weight: bold;
    padding-top: 8px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-recommend .nr-list li:hover .title-box .title,.news-recommend .nr-list li:hover .text .date strong{
    color: #1361A9;
}
.news-recommend .nr-list li .text .date{
    flex: 0 0 72px
    width:72px;
    text-align: center;
    position: relative;
}
.news-recommend .nr-list li .text .date strong{
    display: block;
    font-size: 60px;
    font-weight: bold;
    color: #333333;
}
.news-recommend .nr-list li .text .date span{
    display: block;
    font-size: 14px;
    color: #CCCCCC;
}
.photo-list{
    display: block;
    width: 100%;
    padding-top: 63px;
    padding-bottom: 80px;
}
.photo-list .wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.photo-list li{
    display: block;
    width: 780px;
    height: 402px;
    background-color: #FFFFFF;
    margin-bottom: 40px;
    margin-right: 40px;
}
.photo-list li:nth-child(2n) {
    margin-right: 0;
}
.photo-list li a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
}
.photo-list li .pic{
    flex: 0 0 476px;
    width: 476px;
    height: 402px;
    overflow: hidden;
}
.photo-list li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.photo-list li:hover .pic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.photo-list li .text {
    flex: 0 0 304px;
    width: 304px;
    height: 402px;
    padding: 0 45px 0 45px;
    display: flex;
    align-items: flex-start;
    align-content: center;
    flex-direction: column;
    justify-content: center;
    background:#FFFFFF url(../images/icon-photo-text.png) no-repeat right top;
    background-size: 29px 27px; 
}
.photo-list li .text .title{
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 79px;
}
.photo-list li .text .icon{
    display: block;
    margin: 0 auto;
    width: 32px;
    height: 32px;
    background: #1361A9 url(../images/img-news-icon.png) no-repeat center center;
    background-size: 13px 13px;
    border-radius: 50px;
}
.photo-detail{
    display: block;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 70px;
}
.photo-detail .pd-title{
    text-align: center;
    font-size: 36px;
    line-height: 1.3;
    padding-bottom: 35px;
}
.photo-detail .pd-date{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #CCCCCC;
    padding-bottom: 20px;
    border-bottom: 1px solid #E6E6E6;
}
.pd-wrap{
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-bottom: 50px;
    position: relative;
}
.pd-wrap .pd-pic{
    display: block;
    flex: 0 0 1245px;
    width: 1245px;
    height: 700px;
    overflow: hidden;
    margin: 0;
    position: relative;
    list-style: none;
    overflow: hidden;
    z-index: 1;
}
.pd-wrap .pd-pic li{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.pd-wrap .pd-pic li img{
    display: block;
    width: 100%;
    height: 100%;
}
.pd-wrap .pd-box{
    position: absolute;
    right: 104px;
    bottom: 50px;
    width: 121px;
    height: 50px;
}
.pd-wrap .pd-thumbnail{
    flex: 0 0 329px;
    width: 329px;
    height: 633px;
    box-sizing: border-box;
    padding: 0 0;
    overflow: hidden;
    position: relative;
}
.pd-wrap .pd-thumbnail li{
    display: block;
    width: 329px !important;
    height: 185px;
    margin-bottom: 26px;
    cursor: pointer;
}
.pd-wrap .pd-thumbnail li img{
    display: block;
    width: 100%;
    height: 100%;
}
.pd-wrap .pd-thumbnail .swiper-slide-thumb-active {
  opacity: 1;
  border:3px solid #1361A9;
}
.pd-wrap .swiper-button-next, .pd-wrap .swiper-button-prev{
    font-size: 21px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.pd-wrap .swiper-button-next{
    right: 0;
    top: unset;
    bottom: 0;
    transform: rotate(90deg);
}
.pd-wrap .swiper-button-prev{
    left: 0;
    top: unset;
    bottom: 0;
    transform: rotate(90deg);
}
.form-item{
    display: block;
    margin-top: 30px;
    position: relative;
}
.form-item.m60{
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
.form-item.flex{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.form-label{
    display: block;
    font-size: 16px;
    color: #333333;
    margin-bottom: 15px;
}
.form-input.w450{
    width: 450px;
}
.form-input{
    width: 100%;
    height: 60px;
    font-size: 16px;
    padding: 0 6px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
.form-input:hover,.form-input:focus{
    border-bottom: 1px solid rgba(255,255,255,0.9);
}
.form-select{
    width: 100%;
    height: 45px;
    font-size: 16px;
    padding: 0 16px;
    border: 1px solid #E0E0E0;
}
.form-textarea{
    width: 100%;
    height: 145px;
    font-size: 16px;
    line-height: 1.4;
    padding: 18px 20px;
    background-color: transparent;
    border: 1px solid rgba(255,255,255,0.5);
}
.form-textarea:hover,.form-textarea:focus{
    border: 1px solid rgba(255,255,255,0.9);
}
input.form-input::-webkit-input-placeholder,textarea.form-textarea::-webkit-input-placeholder{
    color:#FFFFFF;
}
.form-btn{
    display: block;
    width: 225px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #333;
    margin: 0 21px;
    text-align: center;
    border: none;
    border-radius: 0;
    cursor: pointer;
    background-color: #F3F5FA;
}
.form-btn.submit{
    color: #FFFFFF;
    background-color: #1361a9; 
}
.form-btn:hover{
    opacity: 0.8;
}
/*pages*/
.sh-pages {
    padding: 30px 0;
    margin-top: 25px;
    display: flex;
    justify-content: center;
}
.sh-pages a{
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 34px;
    border-radius: 0;
    background: #FFFFFF;
    text-align: center;
    font-size: 16px;
    color: #666666;
    transition: all 0.35s;
    margin: 0 8px;
    border: 1px solid #E6E6E6;
}
.sh-pages a:hover{
    background: #1361A9;
    color: #fff;
    border: 1px solid #1361A9;
}
.sh-pages a i{
    margin-right: 0;
    font-size: 18px;
    color: #AAAAAA;
}
.sh-pages a:hover i{
    color: #FFFFFF;
}
.sh-pages span {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 34px;
    border-radius: 0;
    background: #1361A9;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin: 0 6px;
}
/*search_tc*/
.search_tc {
    position: fixed;
    z-index: 1000000;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-100%);
    transition: all 0.3s ease;
}
.search_tc.into {
    position: fixed;
    transform: translateY(0%);
    transition: all 0.3s ease;
}
.search_tc .search_close {
    position: absolute;
    right: 3%;
    top: 3%;
    cursor: pointer;
}
.search_tc .search_close img{
    width: 50px;
    height: 50px;
}
.search_tc .search_nr {
    width: 80%;
    display: flex;
    max-width: 1000px;
}
.search_tc .search_nr .text {
    width: calc(100% - 70px);
    border: 0px;
    line-height: 70px;
    box-sizing: border-box;
    padding: 0px 4%;
    font-size: 18px;
}
.search_tc .search_nr .btn {
    width: 70px;
    height: 70px;
    background: url(../images/btn_search1.png) no-repeat;
    background-size: 100%;
    border: 0px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.search_tc .search_nr .btn:hover{
    opacity: 0.9;
}

.contact-info{
    display: flex;
    width: 100%;
    height: 900px;
    background-color: #FFFFFF;
    position: relative;
    /*box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);*/
}
.contact-info .contact-map{
    display: block;
    width: 100%;
    height: 900px;
}
.contact-info .contact-map img{
    display: block;
    width: 100%;
    height: 100%;
}
.contact-info .ci-text {
    position: absolute;
    top: 96px;
    right: 160px;
    width: 400px;
    height: 513px;
    background: #FFFFFF;
    padding: 28px 25px;
    display: flex;
    align-items: flex-start;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    justify-content: center;
    z-index: 100;
}
.contact-info .ci-text .title{
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    padding: 34px 0;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 25px;
}
.contact-info .ci-text .address{
    margin: 0 0 12px 0;
    padding-left: 22px;
    font-size: 16px;
    line-height: 26px;
    background: url(../images/icon-contact-tadd.png) no-repeat left 5px;
    background-size: auto 17px;
}
.contact-info .ci-text .phone{
    margin: 0 0 12px 0;
    padding-left: 22px;
    font-size: 16px;
    line-height: 26px;
    background: url(../images/icon-contact-tphone.png) no-repeat left 5px;
    background-size: auto 17px;
}
.contact-info .ci-text .btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 206px;
    height: 50px;
    background: #1361A9;
    border-radius: 25px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    margin-top: 11px;
    cursor: pointer;
}
.contact-info .ci-text .btn:hover{
    opacity: 0.9;
}
.contact-info .ci-text .btn .icon{
    display: inline-block;
    width: 22px;
    height: 20px;
    margin-top: 2px;
    margin-left: 10px;
    background: url(../images/icon-contact-tnavigation.png) no-repeat center center;
    background-size: auto 20px;
}
.contact-info .ci-text .pic{
    display: block;
    width: 100%;
    height: 134px;
    margin-top: 33px;
}
.contact-info .ci-text .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact-branch{
    display: block;
    width: 100%;
    padding: 60px 0 77px 0;
    background-color: #FFFFFF;
}
.contact-branch .cb-title{
    display: block;
    text-align: center;
    font-size: 48px;
}
.contact-branch .cb-list {
    display: flex;
    padding-top: 53px;
    flex-direction: row;
    flex-wrap: wrap;
}
.contact-branch .cb-list li{
    display: block;
    width: 500px;
    height: 350px;
    padding: 25px 25px 25px 25px;
    background: #F7F7F7;
    margin-right: 40px;
    margin-bottom: 40px;
}
.contact-branch .cb-list li:nth-child(3n) {
    margin-right: 0;
}



.contact-branch .cb-list .picture_list_img {
    width: 100%;
    height: 267px;
    overflow: hidden;
}

.contact-branch .cb-list .picture_list_img>img {
    width: 100%;
    height: 100%;
    transition: 1s;
}

/* 图片变大 */
.contact-branch .cb-list .picture_list_img>img:hover{
    transform: scale(1.2);
}





.contact-branch .cb-list .title{
    display: block;
    font-size: 22px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.contact-branch .cb-list .line{
    display: block;
    width: 70px;
    height: 2px;
    background: #EDEDED;
}
.contact-branch .cb-list .text{
    display: block;
    font-size: 16px;
    line-height: 17px;
    padding-top: 18px;
}
.contact-branch .cb-list .text .icon-add{
    margin: 0 0 17px 0;
    padding-left: 27px;
    font-size: 16px;
    line-height: 17px;
    background: url(../images/icon-contact-add.png) no-repeat left center;
    background-size: auto 17px;
}
.contact-branch .cb-list .text .icon-phone{
    margin: 0 0 17px 0;
    padding-left: 27px;
    font-size: 16px;
    line-height: 17px;
    background: url(../images/icon-contact-phone.png) no-repeat left center;
    background-size: auto 17px;
}
.contact-branch .cb-list .text .icon-website{
    margin: 0 0 17px 0;
    padding-left: 27px;
    font-size: 16px;
    line-height: 17px;
    background: url(../images/icon-contact-website.png) no-repeat left center;
    background-size: auto 17px;
}
.contact-feedback{
    display: block;
    width: 100%;
    padding: 90px 0 77px 0;
    background: url(../images/bg-contact-feedback.jpg) no-repeat center center;
    background-size: cover;
}
.contact-feedback .form-input,.contact-feedback .form-textarea{
    color: #FFFFFF;
}
.contact-feedback .cf-title{
    display: block;
    text-align: center;
    font-size: 36px;
    color: #FFFFFF;
    font-weight: bold;
    padding-bottom: 10px;
}
.group-business-list{
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 40px;
}
.group-business-list li{
    display: block;
    width: 100%;
    height: 574px;
    padding: 40px 40px 40px 40px;
    background-color: #FFFFFF;
    margin-bottom: 60px;
}
.group-business-list li a{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-between;
}
.group-business-list li a.reverse{
    flex-direction: row-reverse;
}
.group-business-list li .pic{
    flex: 0 0 760px;
    width: 760px;
    height: 494px;
    overflow: hidden;
}
.group-business-list li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.group-business-list li:hover .pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.group-business-list li .text {
    flex: 0 0 760px;
    width: 760px;
    height: 494px;
    padding: 33px 14px 10px 54px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}
.group-business-list li a.reverse .text{
    padding: 33px 54px 10px 14px;
    align-items: flex-end;
}
.group-business-list li .text .icon{
    display: block;
    width: 45px;
    height: 45px;
    margin-bottom: 23px;
}
.group-business-list li .text .icon img{
    display: block;
    width: 100%;
    height: 100%;
}
.group-business-list li .text .title{
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: 30px;
    position: relative;
}
.group-business-list li .text .title strong{
    display: inline-block;
    font-weight: normal;
    font-size: 30px;
    padding-right: 46px;
    background-color: #FFFFFF;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
}
.group-business-list li a.reverse .text .title strong{
    left: unset;
    top: 0;
    right: 0;
    padding-left: 46px;
    padding-right: 0;
}
.group-business-list li .text .title .line{
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    margin: 16px 0 13px 0;
    background: #EDEDED;
    z-index: 1;
}
.group-business-list li .text .desc{
    display: block;
    width: 416px;
    font-size: 16px;
    line-height: 30px;
    color: #999999;
    padding-top: 45px;
}
.group-business-list li .text .icon-more{
    position: absolute;
    left: 54px;
    bottom: 24px;
    display: block;
    width: 32px;
    height: 32px;
    background: #1361A9 url(../images/img-news-icon.png) no-repeat center center;
    background-size: 13px 13px;
    border-radius: 50%;
}
.group-business-list li a.reverse .text .icon-more{
    left: unset;
    right: 54px;
}
.group-business-list li .text .gbl-list{
    position: absolute;
    right: 14px;
    bottom: 27px;
    display: block;
    width: 219px;
    height: 320px;
    overflow: hidden;
    list-style: none;
    z-index: 100;
}
.group-business-list li a.reverse .text .gbl-list{
    right: unset;
    left: 14px;
}
.group-business-list li .text .gbl-list .gbl-item{
    display: block;
    width: 219px;
    height: auto;
}
.group-business-list li .text .gbl-list .gbl-item img{
    display: block;
    width: 219px;
    height: 249px;
    margin-bottom: 25px;
}
.group-business-list li .text .gbl-list .gbl-item span{
    display: block;
    text-align: center;
    font-size: 18px;
}
.gbl-list .swiper-button-prev,.gbl-list .swiper-button-next{
    width: 15px;
    height: 15px;
    margin-top: 0;
    border-radius: 0;
    background: transparent;
    border: none;
    color: #0069b7;
    opacity: 1;
}
.gbl-list .swiper-button-prev{
    left: 0px;
    bottom: 31px;
    top: unset;
}
.gbl-list .swiper-button-next{
    right: 0px;
    bottom: 31px;
    top: unset;
}
.gbl-list .swiper-button-next:after, .gbl-list .swiper-button-prev:after{
    color: #0069b7;
    font-size: 18px;
}
.gbl-list .swiper-button-prev:hover,.gbl-list .swiper-button-next:hover{
    color: #1361A9;
    border: none;
}
.gbl-list .swiper-button-next:hover:after, .gbl-list .swiper-button-prev:hover:after{
    color: #1361A9;
}
.gbl-list .swiper-button-next.swiper-button-disabled,.gbl-list .swiper-button-prev.swiper-button-disabled{
    opacity: 0.5 !important;
}
.about-title{
    display: block;
    text-align: center;
    font-size: 48px;
    padding-bottom: 60px;
}
.about-profile{
    position: relative;
    top: -50px;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: -50px;
    padding: 100px 0 120px 0;
    background: #FFFFFF url(../images/bg-about-profile.png) no-repeat right center;
    background-size: 427px 1015px;
}
.about-profile .wrapper{
    display: flex;
    justify-content: space-between;
}
.about-profile .ap-left{
    flex: 0 0 684px;
    width: 684px;
    padding-top: 28px;
}
.about-profile .ap-left .ap-title{
    display: block;
    font-size: 24px;
    color: #000;
}
.about-profile .ap-left .ap-suntitle{
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-top: 53px;
    position: relative;
}
.about-profile .ap-left .ap-suntitle strong{
    display: block;
    font-size: 48px;
    font-weight: bold;
    
    color: #000000;
    line-height: 60px; 
}
.about-profile .ap-left .ap-suntitle img{
    position: absolute;
    right: 30px;
    bottom: 15px;
    display: block;
    width: 58px;
    height: 54px;
}
.about-profile .ap-left .ap-number{
    display: flex;
    margin-top: 105px;
    padding-right: 20px;
}
.about-profile .ap-left .ap-number li{
    width: 215px;
    padding-right: 35px;
    border-right: 1px solid #EDEDED;
}
.about-profile .ap-left .ap-number li.pl35{
    padding-left: 35px;
    width: 245px;
}
.about-profile .ap-left .ap-number li.pl35end{
    width: 215px;
    padding-left: 50px;
    padding-right: 0;
    border-right: none;
}
.about-profile .ap-left .ap-number li .number{
    display: flex;
    font-size: 18px;
}
.about-profile .ap-left .ap-number li .number span{
    font-family: 'DIN';
    font-size: 55px;
    color: #1361A9;
    font-weight: bold;
    margin-right: 8px;
    margin-top: -3px;
}
.about-profile .ap-left .ap-number li .text{
    display: block;
    font-size: 18px;
    color: #999999;
    padding-top: 15px;
}
.about-profile .ap-left .ap-pic{
    display: block;
    width: 100%;
    height: auto;
    margin-top: 56px;
}
.about-profile .ap-left .ap-pic img{
    display: block;
    width: 100%;
    height: auto;
}
.about-profile .ai-right{
    flex: 0 0 777px;
    width: 777px;
    font-size: 18px;
    line-height: 40px;
    color: #4D4D4D;
}
.about-profile .ai-right p{
    text-indent: 2em;
}
.about-history{
    display: block;
    width: 100%;
    height: 682px;
    padding: 114px 0 80px 0;
    background: url(../images/bg-about-history.jpg) no-repeat center top;
    background-size: cover;
    color: #FFFFFF;
    position: relative;
}
.about-history .about-title{
    display: block;
    width: 215px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding-bottom: 53px;
}
.about-history .about-title:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 12px;
    display: block;
    width: 50px;
    height: 3px;
    background: #FFFFFF;
}
.about-history .ah-list{
    display: block;
    width: 1600px;
    margin: 0 auto;
    height: 245px;
    position: relative;
    overflow: hidden;
}
.about-history .ah-list  .swiper-container{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    list-style: none;
    z-index: 1;
    position: absolute;
    bottom: 0;
}
.about-history .ah-list li {
    display: flex;
    width: 100%;
    height: 245px;
    padding-top: 68px;
    justify-content: center;
    align-content: center;
    align-items: flex-start;
}
.about-history .ah-list li .year{
    display: block;
    font-size: 48px;
    font-weight: bold;
    padding-left: 80px;
    padding-right: 100px;
    padding-top: 5px;
    position: relative;
}
.about-history .ah-list li .year:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 50px;
    height: 3px;
    margin-top: 4px;
    background: #FFFFFF;
}
.about-history .ah-list li .desc{
    display: block;
    width: 625px;
    font-size: 16px;
    line-height: 34px;
}
.ah-list .swiper-button-prev,.ah-list .swiper-button-next{
    width: 50px;
    height: 50px;
    margin-top: -25px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #FFFFFF;
    opacity: 0.6;
}
.ah-list .swiper-button-prev{
    left: 0px;
}
.ah-list .swiper-button-next{
    right: 0px;
}
.ah-list .swiper-button-next:after, .ah-list .swiper-button-prev:after{
    color: #FFFFFF;
    font-size: 18px;
}
.ah-list .swiper-button-prev:hover,.ah-list .swiper-button-next:hover{
    background: transparent;
    border: 1px solid #FFFFFF;
    opacity: 1;
}
.ah-list .swiper-button-next:hover:after, .ah-list .swiper-button-prev:hover:after{
    color: #FFFFFF;
}
.history-thumbs{
    position: absolute;
    left: 50%;
    bottom: 120px;
    margin-left: -800px;
    display: block;
    width: 1600px;
    height: 75px;
    overflow: hidden;
}
.history-thumbs .swiper-slide{
    display: block;
    width: 180px;
    height: 75px;
    text-align: center;
    cursor: pointer;
    background: url(../images/bg-history-thumbs.png) no-repeat center top;
    background-size: 100% 100%;
}
.history-thumbs .swiper-slide .cur{
    display: block;
    margin: 0 auto;
    width: 29px;
    height: 40px;
    margin-bottom: 7px;
    background: no-repeat;
}
.history-thumbs .swiper-slide-thumb-active .cur{

    background: url(../images/icon-history-thumbs.png) no-repeat center center;
    background-size: 100% 100%;
}
.history-thumbs .swiper-slide .year{
    font-size: 20px;
    line-height: 30px;
}
.history-thumbs .swiper-slide-thumb-active .year{
    font-size: 30px;
}
.about-organization .about-title{
    padding-bottom: 50px;
}
.about-organization img{
    max-width: 100%;
}
.about-honors{
    display: block;
    width: 100%;
    height: auto;
    padding: 85px 0 95px 0;
}
.about-honors .wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.about-honors li{
    display: block;
    width: 370px;
  
    padding: 20px 20px;
    background: #FFFFFF;
    margin-right: 40px;
    margin-bottom: 40px;
    box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.15);
}
.about-honors li:nth-child(4n) {
    margin-right: 0;
}
.about-honors li a{
    display: block;
    width: 100%;
    height: 100%;
}
.about-honors li .pic{
    display: block;
    width: 100%;
    height: 237px;
}
.about-honors li .pic img{
    display: block;
    width: 100%;
    height: 100%;
}
.about-honors li .text{
    display: flex;
    width: 100%;
    height: 23px;
    margin-top: 28px;
    justify-content: space-between;
}
.about-honors li .text strong{
    display: block;
    font-size: 18px;
    line-height: 23px;
    font-weight: normal;
}
.about-honors li .text .icon{
    display: block;
    width: 23px;
    height: 23px;
    background: #FFFFFF url(../images/icon-zoom.png) no-repeat center center;
    background-size: 100%;
}
.about-organization{
    display: block;
    width: 100%;
    height: auto;
    padding: 80px 0 150px 0;
    background-color: #FFFFFF;
}
.about-organization .about-title{
    padding-bottom: 40px;
}
/*footer*/
.footer{
    display: block;
    width: 100%;
    background: #FFFFFF url(../images/img-footer-line.png) no-repeat center top;
    background-size: 100% 4px;
    color: #666666;
    padding: 50px 0 30px 0;
}
.footer .footbox{
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
}
.footer .left{
    flex: 0 0 17%;
    width: 17%;
}
.footer .foot-nav{
    flex: 0 0 65%;
    width: 65%;
    padding: 10px 150px 0 0;
    display: flex;
    justify-content: space-between;
}
.footer .foot-nav li{
    display: inline-block;
    width: auto;
    height: auto;
    text-align: left;

}
.footer .foot-nav li:first-child{
    padding-left: 0;
}
.footer .foot-nav li h3{
    display: block;
    font-weight: bold;
    margin-bottom: 12px;
}
.footer .foot-nav li h3 a{
    line-height: 1;
    font-size: 18px;
    color: #333333;
}
.footer .foot-nav li a{
    display: block;
    line-height: 2;
    font-size: 16px;
    white-space: nowrap;
    color: #666;
}
.footer .foot-nav li a:hover,.footer .copyright a:hover{
    color: #333333;
}
.footer .foot-contact{
    display: flex;
    width: 100%;
    padding: 41px 0 42px 0;
    justify-content: space-between;
    border-top: 1px solid #E6E6E6;
}
.footer .foot-contact .contact{
    display: flex;
    width: 50%;
    flex-direction: row;
    flex-wrap: wrap;
}
.footer .foot-contact .contact li{
    display: block;
    margin-right: 127px;
    padding-left: 29px;
    font-size: 16px;
    color: #666666;
    height: 21px;
    line-height: 21px;
    margin-bottom: 21px;
}
.footer .foot-contact .contact li.icon-phone{
    background: url(../images/icon-phone.png) no-repeat left center;
    background-size: 21px 21px;
}
.footer .foot-contact .contact li.icon-mail{
    background: url(../images/icon-mail.png) no-repeat left center;
    background-size: 21px 21px;
}
.footer .foot-contact .contact li.icon-add{
    width: 100%;
    margin-bottom: 0 !important;
    background: url(../images/icon-add.png) no-repeat left center;
    background-size: 21px 21px;
}
.footer .foot-contact .social{
    display: flex;
    align-items: center;
    padding-right: 99px;
}
.footer .foot-contact .social li{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    border: 1px solid #999999;
    margin-left: 23px;
    cursor: pointer;
    position: relative;
}
.footer .foot-contact .social li:hover{
    border: 1px solid #0047BB;
}
.footer .foot-contact .social li .ercod-box{
    position: absolute;
    left: 50%;
    bottom: 29px;
    display: none;
    width: 202px;
    height: 203px;
    margin-left: -106px;
    padding: 28px 33px 40px 33px;
    background: url(../images/img-ercod-box.png) no-repeat center center;
    background-size: 100% 100%;
}
.footer .foot-contact .social li .ercod-box img{
    display: block;
    width: 100%;
    height: 100%;
}
.footer .foot-contact .social li:hover .ercod-box{
    display: block;
}
.footer .foot-contact .social li.icon-weixin{
    background: url(../images/icon-weixin.png) no-repeat center center;
    background-size: 26px 26px;
}
.footer .foot-contact .social li.icon-weixin:hover{
    background: url(../images/icon-weixin-v.png) no-repeat center center;
    background-size: 26px 26px;
}
.footer .foot-contact .social li.icon-weibo{
    background: url(../images/icon-weibo.png) no-repeat center center;
    background-size: 26px 26px;
}
.footer .foot-contact .social li.icon-weibo:hover{
    background: url(../images/icon-weibo-v.png) no-repeat center center;
    background-size: 26px 26px;
}
.footer .foot-contact .social li.icon-douyin{
    background: url(../images/icon-douyin.png) no-repeat center center;
    background-size: 26px 26px;
}
.footer .foot-contact .social li.icon-douyin:hover{
    background: url(../images/icon-douyin-v.png) no-repeat center center;
    background-size: 26px 26px;
}
.footer .copyright{
    display: flex;
    justify-content: space-between;
    padding: 31px 0 39px 0;
    font-size: 16px;
    border-top: 1px solid #E6E6E6;
}
.footer .copyright a{
    color: #666;
}



.group-business-lingdao{
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 40px;
}
.group-business-lingdao li{
    display: block;
    width: 100%;
    height: 574px;
    padding: 40px 40px 40px 40px;
    background-color: #FFFFFF;
    margin-bottom: 60px;
	float: left;
}
.group-business-lingdao li a{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-between;
}
.group-business-lingdao li a.reverse{
    flex-direction: row-reverse;
}
.group-business-lingdao li .pic{
    /**flex: 0 0 760px;**/
    width: 1400px;
    height: 494px;
    overflow: hidden;
}
.group-business-lingdao li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.group-business-lingdao li:hover .pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.group-business-lingdao li .text {
    /***flex: 0 0 760px;***/
    width: 1400px;
    height: 494px;
    padding: 33px 14px 10px 54px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}
.group-business-lingdao li a.reverse .text{
    padding: 33px 54px 10px 14px;
    align-items: flex-end;
}
.group-business-lingdao li .text .icon{
    display: block;
    width: 45px;
    height: 45px;
    margin-bottom: 23px;
}
.group-business-lingdao li .text .icon img{
    display: block;
    width: 100%;
    height: 100%;
}
.group-business-lingdao li .text .title{
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: 30px;
    position: relative;
}
.group-business-lingdao li .text .title strong{
    display: inline-block;
    font-weight: normal;
    font-size: 30px;
    padding-right: 46px;
    background-color: #FFFFFF;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
}
.group-business-lingdao li a.reverse .text .title strong{
    left: unset;
    top: 0;
    right: 0;
    padding-left: 46px;
    padding-right: 0;
}
.group-business-lingdao li .text .title .line{
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    margin: 16px 0 13px 0;
    background: #EDEDED;
    z-index: 1;
}
.group-business-lingdao li .text .desc{
    display: block;
    width: auto;
    margin-left: 270px;
    font-size: 20px;
    line-height: 30px;
    color: #999999;
    padding-top: 45px;
    text-indent: 2em;
}
.group-business-lingdao li .text .icon-more{
    position: absolute;
    left: 54px;
    bottom: 24px;
    display: block;
    width: 32px;
    height: 32px;
    background: #1361A9 url(../images/img-news-icon.png) no-repeat center center;
    background-size: 13px 13px;
    border-radius: 50%;
}
.group-business-lingdao li a.reverse .text .icon-more{
    left: unset;
    right: 54px;
}
.group-business-lingdao li .text .gbl-list{
    position: absolute;
    left: 52px;
    bottom: 0px;
    display: block;
    width: 219px;
    height: 320px;
    overflow: hidden;
    list-style: none;
    z-index: 100;
}
.group-business-lingdao li a.reverse .text .gbl-list{
    right: unset;
    left: 14px;
}
.group-business-lingdao li .text .gbl-list .gbl-item{
    display: block;
    width: 219px;
    height: auto;
}
.group-business-lingdao li .text .gbl-list .gbl-item img{
    display: block;
    width: 219px;
   
    margin-bottom: 25px;
}
.group-business-lingdao li .text .gbl-list .gbl-item span{
    display: block;
    text-align: center;
    font-size: 18px;
}

/*dangjiansubnav*/
.dangjiansubnav{
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 80px;
    background: rgba(255,255,255,1);
}
.dangjiansubnav li{
    display: block;
    width: 20%;
    height: 80px;
    margin: 0 0;
    text-align: center;
    position: relative;
    border-right: 1px solid rgba(19,97,169,0.7);
}
.dangjiansubnav li:hover,.subnav li.cur,.subnav li.cur:hover{
    border-right: none !important;
}
.dangjiansubnav li a{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 80px;
    font-size: 18px;
    font-weight: 400;
    padding: 0 24px;
    color: #FF0000;
}
.dangjiansubnav li:nth-child(5n){
    border-right:none;
}
.dangjiansubnav li.cur a,.subnav li:hover a{
    color: #1361A9;
    background-color: #FFFFFF;
}

.news-detail .nd-body table{

margin-left: auto;
margin-right: auto;
}
.videocon video {
    width: 100%;
    height: 100%;
}

/* footer */
.footer_nav {
  position: relative;
  height: 50px;
  min-width: 1200px;
  background-color: #1361a9;
}

.footer_nav_inner {
  width: 1200px;
  height: 50px;
  margin: 0 auto;
}

.footer_nav_item {
  width: 25%;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

.footer_nav_item:hover {
  background-color: #1361a9;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.footer_nav_item>span {
  font-size: 18px;
  color: #fff;
}

.footer_nav_item>img {
  margin-left: 18px;
  width: 13px;
  height: 7px;
}

.footer_nav_content {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 5;
  width: 100%;
  height: 0;
  background-color: #1361a9;
}

.footer_nav_content_inner {
  width: 1200px;
  margin: 0 auto;
  line-height: normal;
  text-align: left;
}

.footer_nav_content_inner>a {
  display: inline-block;
  margin-right: 15px;
  margin-top: 15px;
  font-size: 14px;
  color: #fff;
}

.footer_nav_content_inner>a:hover {
  color: #00EB9B;
}

.footer_center {
  height: 280px;
  min-width: 1200px;
  background-color: #e3e3e3;
}

.footer_center_inner {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.footer_center_left {
  width: 70%;
  margin-top: 30px;
}

.footer_webs {
  width: 405px;
  margin-right: 50px;
}

.footer_concact {
  width: 355px;
}

.footer_title {
  position: relative;
  padding-left: 20px;
  font-size: 18px;
  color: #363636;
  font-weight: normal;
}

.footer_title::before {
  position: absolute;
  left: 0;
  top: 8px;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: #00EB9B;
  display: none;
}

.footer_line {
  width: 100%;
  height: 1px;
  margin-top: 17px;
  background-color: rgba(255, 255, 255, 1);
}

.footer_webs_list {
  overflow: auto;
  height: 150px;
  margin-top: 18px;
}

.footer_webs_list li {
  margin-bottom: 18px;
}

.footer_webs_list li span {
  display: block;
  padding-left: 15px;
  font-size: 14px;
  color: #363636;
  background: url('https://img11.iqilu.com/29/2023/03/09/a6c7408b5c278e26446cce188709abd7.png') left center no-repeat;
}

.footer_webs_list li span a {
  color: #363636;
}

.companys {
  display: none;
}

.companys a {
  display: inline-block;
  width: 16%;
  margin-left: 23px;
  font-size: 12px;
  line-height: 24px;
  color: #363636;
}

.footer_webs_list ul li:last-child .companys a {
  width: auto;
}

.footer_webs_list>a {
  display: inline-block;
  margin-bottom: 18px;
  width: 18%;
  margin-right: 20px;
  font-size: 14px;
  color: #fff;
}

.footer_webs_list>:nth-child(4n) {
  margin-right: 0;
}

.footer_webs_list>:last-child {
  width: auto;
}

.footer_webs_list>a:hover {
  color: #00EB9B;
}

.footer_concact>p {
  margin-top: 18px;
  font-size: 14px;
  color: #363636;
}

.footer_center_right {
  width: 160px;
  margin-top: 60px;
}

.footer_center_right>img {
  width: 130px;
  height: 130px;
}

.footer_center_right>p {
  width: 130px;
  font-size: 14px;
  color: #363636;
  margin-top: 14px;
  text-align: center;
}

.footer_bottom {
  height: 50px;
  min-width: 1400px;
  background-color: #fff;
}

.footer_bottom_inner {
  width: 1400px;
  height: 50px;
  margin: 0 auto;
}

.footer_bottom_inner>p {
  font-size: 14px;
  line-height: 50px;
  color: #525050;
}

.footer_bottom_nav {
  margin-left: 140px;
  line-height: 50px;
}

.footer_bottom_item {
  padding: 0 10px;
  font-size: 14px;
  line-height: 50px;
  color: #525050;
  position: relative;
}

.footer_bottom_nav>a {
  font-size: 14px;
  margin-right: 25px;
  color: #525050;
  line-height: 50px;
}
