*, *:before, *:after {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    outline:0;
    margin:0;
    padding:0;
}
#bsWXBox {
    box-sizing:content-box;
}
ul {
    list-style:none;
}
body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select {
    margin:0;
    padding:0;
}
a:link, a:visited {
    text-decoration:none;
    outline:0;
    color:#666
}
a:hover, a:active, a:focus {
    color:#666;
    text-decoration:none
}
img {
    border:0;
    padding: 0;
    margin: 0;
    max-width:100%;
}
table {
    border-collapse:collapse;
    width:100%
}
h1, h2, h3, h4, h5, h6 {
    font-weight:normal;
}
input, textarea {
    font-size:14px;
    outline:0;
    overflow:hidden;
    font-family:arial, "microsoft yahei"
}
input[type='reset'], input[type='button'], input[type='submit'], input[type='radio'] {
    cursor:pointer;
    outline:0;
    border: none;
}
input[type='checkbox'], input[type='radio'] {
    position:relative;
    vertical-align:middle;
}
textarea, input[type='email'], input[type='date'], input[type='password'], input[type='text'] {
    outline:0;
    color:#ccc;
}
input[type="submit"], input[type="reset"], input[type="button"], input[type='text'], select, button {
    -webkit-appearance:none
}
input, select, textarea {
    -webkit-appearance:none;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
::-webkit-input-placeholder {
    color:#ccc;
}
:-moz-placeholder {
    color:#ccc;
    opacity:1;
}
::-moz-placeholder {
    color:#ccc;
    opacity:1;
}
:-ms-input-placeholder{
    color:#ccc;
}
.clearfix:after {
    clear:both;
    height:0;
    content:"";
    line-height:0;
    font-size:0;
    display:block
}
.clear {
    clear:both;
}
@font-face {
    font-family:'Oswald-Medium';
    src: url('/static/web/fonts/Oswald-Medium.ttf?v=4.2.0') format('truetype');
    font-weight:normal;
    font-style:normal;
}
body {
    font-family:arial, "microsoft yahei";
    font-size:14px;
    color:#666;
    line-height:1.5;
    width:100%;
    background:#fff;
    -webkit-tap-highlight-color:transparent;
    -webkit-text-size-adjust: none;
    overflow-x: hidden;
}
.fl {
    float:left;
}
.fr {
    float:right;
}
.pic{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.pic:after{
    content: '';
    display: block;
    padding-bottom: 100%;
}
.pic img{
    transition: .5s;
}
.middleCenter {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    max-width:100%;
    max-height:100%;
    display:block;
    vertical-align:middle;
    text-align:center;
    margin:auto
}
.tp{
    overflow: hidden;
}
.tp img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    transition: .5s;
}
.container1 {
    width: 100%;
    margin: 0 auto;
    padding: 0 70px;
}
.container2 {
    width: 64%;
    margin: 0 auto;
}
header {
	width:100%;
	margin:0 auto;
    position: absolute;
    z-index: 999;
}
.daohang {
	display:block;
	width:100%;
	margin:0 auto;
	height:85px;
	clear:both;
    border-bottom: 1px solid rgba(204,204,204,.3);
    transition: .5s;
}
.daohang .container1{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.zuo{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.yx a {
	display:block;
}
.yx a img {
	max-width:100%;
	height: 40px;
    transition: .5s;
}
.yx a .logo_h{
    display: none;
}
.you{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.navdaohang {
    margin-left: 75px;
}
.menupc li{
    float: left;
    text-align: center;
    line-height:90px;
    z-index: 9;
    position: static;
    margin: 0 32px;
}
.menupc li:hover a{
    color: #00468E;
}
.menupc li:hover a:after{
    width: 34px;
}
.menupc li a{
    display:block;
    color: #fff;
    font-size: 14px;
    z-index: 999;
    position: relative;
    padding: 0 3px;
}
.menupc li a:after{
    content: '';
    display: block;
    width: 0;
    margin: 0 auto;
    height: 2px;
    background: #00468E;
    border-radius: 1px;
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    transition: .5s;
}
.menupc li a:hover{
    color: #00468E;
}
.menupc li a:hover:after{
    width: 34px;
}
.menupc li a.current:after{
    width: 34px;
}
.menupc .xiala{
    position: absolute;
    z-index: 999;
    display: none;
    overflow: hidden;
    left: 0;
    top: 85px;
    width: 100%;
    height: auto;
    text-align: left;
    line-height: 0;
}
.menupc .xialas{
    display: flex;
    position: relative;
}
.menupc .xialas:before{
    content: '';
    display: block;
    width: 30%;
    background: #F9F9F9;
    flex: 1;
}
.menupc .xialas:after{
    content: '';
    display: block;
    width: 26%;
    background: #FFFFFF;
    flex: 1;
}
.menupc .xialas .container2{
    display: flex;
    flex-direction: row;
}
.menupc .xialas .xiala_fl{
    width: 25%;
    background: #F9F9F9;
    /*box-shadow: 8px 0px 27px 0px rgba(4,10,62,0.07);*/
    padding: 60px 50px 60px 0;
}
.menupc .xialas .xiala_fl .xiala_fl_title{
    font-weight: 400;
    font-size: 30px;
    color: #00468E;
    line-height: 1;
    margin-bottom: 25px;
}
.menupc .xialas .xiala_fl .xiala_fl_txt{
    font-weight: bold;
    font-size: 14px;
    color: #666666;
    line-height: 25px;
}
.menupc .xialas .xiala_fr{
    width: 75%;
    background: #FFFFFF url("../images/bg.jpg") repeat-y left top;
    padding: 60px 0 60px 50px;
    display: flex;
    justify-content: space-between;
}
.menupc .xialas .xiala_fr .xiala_fr_txt{
    width: 35%;
}
.menupc .xialas .xiala_fr .xiala_fr_txt dl{
    display: flex;
    flex-direction: column;
}
.menupc .xialas .xiala_fr .xiala_fr_txt dl dd{
    border-bottom: 1px solid #ddd;
}
.menupc .xialas .xiala_fr .xiala_fr_txt dl dd a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 58px;
    font-weight: bold;
    font-size: 14px;
    color: #666666;
    position: relative;
    padding: 0 15px;
}
.menupc .xialas .xiala_fr .xiala_fr_txt dl dd a:hover{
    color: #fff;
}
.menupc .xialas .xiala_fr .xiala_fr_txt dl dd a i{
    width: 8px;
    height: 14px;
    background: url("/static/web/images/jt.png") no-repeat right center;
    background-size: 8px 14px;
    transition: .5s;
}
.menupc .xialas .xiala_fr .xiala_fr_txt dl dd a:hover i{
    color: #fff;
    background: url("/static/web/images/jt_h.png") no-repeat right center;
    background-size: 8px 14px;
}
.menupc .xialas .xiala_fr .xiala_fr_txt dl dd a:after{
    content: '';
    display: block;
    height: 100%;
    width: 0;
    background: #00468E;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    margin: 0 auto 0 0;
    transition: .5s;
}
.menupc .xialas .xiala_fr .xiala_fr_txt dl dd a:hover:after{
    width: 100%;
}
.xiala_fr_img{
    width: 44%;
    border-radius: 10px;
}


.menupc .xiala.subnav {
    display: block;
}
.nation{
    background: url("/static/web/images/nation.png") no-repeat left center;
    background-size: 22px 22px;
    padding-left: 30px;
    margin-left: 22px;
}
.nation a{
    display: block;
    font-size: 18px;
    color: #fff;
    position: relative;
    transition: .5s;
}
.nation ul li a:hover{
    color: #044ebd;
}
.header-search{
    /*margin: 0 25px;
    background: url(/static/web/images/li.jpg) no-repeat right center;
    padding-right: 28px;*/
    margin-left: 34px;
}
.header-search .pull-right {
    float:right;
    width: 16px;
    height: 100%;
    background:url(/static/web/images/search.png) no-repeat center center;
    background-size: 16px 18px;
    color:#000;
    cursor:pointer;
}
.header-search .pull-right a {
    display:block;
    height: 85px;
    text-align:center;
}
.search {
    z-index: 9;
    position: relative;
}
.search .btn-search-max {
    z-index: 2;
    -webkit-transition: All .2s ease-in-out;
    transition: All .2s ease-in-out;
    position: relative
}
.search .btn-search-max * {
    display: inline-block;
    vertical-align: middle
}
.search .search-main {
    top: 85px;
    right: 0;
    z-index: 9;
    width: 340px;
    display: none;
    padding: 0 30px 10px 10px;
    position: absolute;
    box-shadow: 0 0 10px #eee;
    background-color: #fff;
}
.search-container {
    background-color: #fff;
    padding-left: 0;
    overflow: hidden;
    margin-top: 10px;
    position: relative;
    border: 1px solid #eee;
}
.search-container .form-control {
    text-align: left;
    border: none;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -mz-border-radius: 0;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    vertical-align: top;
    padding: 10px 86px 10px 10px;
    -webkit-appearance: none;
    background-color: #fff;
}
.search-container .form-control:focus {
    border: 1px solid #00468E;
}
.search-container .btn {
    top: 0;
    border: 0;
    right: 0;
    color: #00468E;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    border-radius: 0;
    background:#00468E url(/static/web/images/search.png) no-repeat center center;
    background-size: 16px 18px;
}
#search-closed {
    right: 0;
    top: 15px;
    max-width: 30px;
    position: absolute;
    cursor: pointer
}

/*.daohang.hover{
    background: #FFFFFF;
    box-shadow: 7px 10px 27px 0px rgba(4,10,62,0.09);
}
.daohang.hover .yx a .logo{
    display: none;
}
.daohang.hover .yx a .logo_h{
    display: block;
}
.daohang.hover .menupc li a{
    color: #222;
}
.daohang.hover .menupc li a.current{
    color: #00468E;
}
.daohang.hover .header-search .pull-right{
    background: url("/static/web/images/search_h.png") no-repeat center center;
    background-size: 16px 18px;
}
.daohang.hover .nation{
    background: url("/static/web/images/nation_h.png") no-repeat left center;
    background-size: 22px 22px;
}
.daohang.hover .nation a{
    color: #999999;
}*/

.full_slider.swiper {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: #00468E;
}
.swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.full_slider .swiper-pagination-vertical.swiper-pagination-bullets, full_slider .swiper-vertical>.swiper-pagination-bullets{
    right: 40px;
}
.full_slider .swiper-pagination-bullet {
    width: auto;
    height: auto;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    background: none;
    position: relative;
    opacity: 0.5;
}
.full_slider .swiper-pagination-bullet em{
    font-style: normal;
    margin-right: 7px;
    font-size: 14px;
    line-height: 1;
    color: #fff;
}
.full_slider .swiper-pagination-bullet i{
    width: 14px;
    height: 1px;
    background: #FFFFFF;
    transition: .5s;
}
.full_slider .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 26px 0;
}
.full_slider .swiper-pagination span.swiper-pagination-bullet:last-child{
    display: none !important;
}
.full_slider .swiper-pagination-bullet:hover{
    opacity: 1;
}
.full_slider .swiper-pagination-bullet-active{
    opacity: 1;
}
.full_slider .swiper-pagination-bullet:hover i{
    width: 23px;
}
.full_slider .swiper-pagination-bullet-active i{
    width: 23px;
}

.phone{
    display: none;
}

@media(max-width:1199px) {
    header{
        display: none;
    }
    .phone{
        display: block;
        z-index: 9999;
        position: fixed;
        width: 100%;
        top: 0;
    }
    .sp_logo a img{
        height: 30px;
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -150%, 0);
        transform: translate3d(0, -150%, 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
.scroll {
    position: fixed;
    width: 60px;
    /* right: 80px; */
    bottom: 35px;
    z-index: 333;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 50%;
    transform: translate(-50%, 0);
}
.scroll_mouse {
    width: 28px;
    margin: 0 auto;
    height: 40px;
    border-radius: 50px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
}
.scroll_mouse span {
    width: 9px;
    height: 6px;
    margin-top: 12px;
    background: url("/static/web/images/arrow.png") no-repeat top center;
    background-size: 9px 6px;
}
.scroll_mouse span {
    animation: slideInDown 1.0s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite
}
.scroll_txt {
    margin-top: 15px;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 1;
    width: 100%;
    color: #fff;
    text-align: center;
}
.full_item{
    width: auto;
    height: 100%;
    overflow: hidden;
    text-align: left;
}
.full_item .full_items{
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
}
.indeximg{
    width: 100%;
    height: 100%;
}
.indeximg img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.indextxt{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}
.indextxt1{
    /*font-weight: bold;*/
    font-size: 60px;
    color: #FFFFFF;
    line-height: 1.6;
    text-shadow: 7px 10px 27px rgba(4,10,62,0.18);
    letter-spacing: 13px;
    margin-top: -10%;
}
.indextxt2{
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 45px;
    text-shadow: 7px 10px 27px rgba(4,10,62,0);
    margin: 70px 0;
}
.indextxt3{
    font-weight: bold;
    font-size: 20px;
    /*color: #42C572;*/
    color: #FFFFFF;
    margin-top: 50px;
    line-height: 1;
}
.indextxt3 .m-video{
    cursor: pointer;
}
.full_item .full_bg{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover !important;
}
.group{
    position: relative;
    z-index: 999;
    top: 50%;
    transform: translateY(-50%);
}
.about_content .container2{
    position: relative;
}
.move{
    display: flex;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
}
.move_line1, .move_line2{
    width: 18%;
    height: 100%;
    position: relative;
}
.move_line1{
    border-right: 2px solid rgba(255,255,255,.1);
}
.move_line2{
    border-left: 2px solid rgba(255,255,255,.1);
}
.moves{
    position: absolute;
    width: 12px;
    height: 100%;
    top: 0;
}
.move1{
    right: -7px;
    animation: moves1 6s linear infinite;
    background: url(/static/web/images/move1.png) center top no-repeat;
}
.move2 {
    left: -7px;
    animation: moves2 6s linear infinite;
    background: url(/static/web/images/move2.png) center top no-repeat;
}
@keyframes moves1 {
    0% {
        transform: translateY(-50%)
    }

    100% {
        transform: translateY(100%);
    }
}

@keyframes moves2 {
    0% {
        transform: translateY(100%)
    }

    100% {
        transform: translateY(-50%);
    }
}
.circle, .circle_h{
    position: absolute;
    right: -10%;
    top: 50%;
    transform: translate(0, -50%);
}
.circle img, .circle_h img{
    max-width: 50%;
    margin: 0 0 0 auto;
}
.circle{
    z-index: 9;
}
.circle_h{
    opacity: 0;
    z-index: 10;
    animation: hideShow 2s linear infinite;
}
@keyframes hideShow {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.about_content .welcome_title{
    text-align: left;
}
.welcome_title{
    text-align: center;
}
.welcome_title h3{
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
}
.welcome_title p{
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
}
.about_con{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 99;
}
.about_con_fl{
    width: 50%;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 35px;
    height: 210px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}
.about_con_fr{
    width: 40%;
}
.about_con_fr ul{
    display: flex;
    flex-wrap: wrap;
}
.about_con_fr ul li{
    text-align: center;
    width: 50%;
    color: #fff;
    margin-bottom: 40px;
}
.about_con_fr ul li:nth-child(2n){
    margin-right: 0;
}
.about_con_fr ul li h3{
    font-size: 18px;
    color: #FFFFFF;
    line-height: 1;
}
.about_con_fr ul li h3 span{
    font-family: Arial;
    font-weight: bold;
    font-size: 60px;
    color: #FFFFFF;
    line-height: 0.75;
    margin-right: 10px;
}
.about_con_fr ul li p{
    margin-top: 15px;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
    opacity: 0.8;
}
.about_content .welcome_more a{
    margin: 50px auto 0 0;
}
.welcome_more{
    position: relative;
    z-index: 11;
}
.welcome_more a{
    display: flex;
    align-items: center;
    width: 146px;
    height: 50px;
    background: linear-gradient(-90deg, #2B95AF, #42C572);
    border-radius: 25px;
    margin: 0 auto;
    color: #FFFFFF;
    font-weight: bold;
    text-align: left;
    padding: 0 20px 0 35px;
    position: relative;
    transition: .5s;
}
.welcome_more a:after{
    content: '';
    display: block;
    width: 23px;
    height: 15px;
    background: url("/static/web/images/m.png") no-repeat center;
    background-size: 23px 15px;
    position: absolute;
    left: 103px;
    top: 18px;
    transition: .5s;
}
.welcome_more a:hover{
    padding: 0 35px 0 55px;
}
.welcome_more a:hover:after{
    left: 20px;
}
.industry_con{
    margin-top: 60px;
}
.industry_con1{
    position: relative;
    z-index: 0;
    background: url("/static/web/images/line.png") no-repeat bottom center;
}
.industry_con1 .gallery-thumbs {
    width: 100%;
    height: auto;
}
.industry_con1 .gallery-thumbs .swiper-slide{
    display: initial;
    text-align: center;
}
.industry-min a{
    display: inline-block;
    padding-bottom: 20px;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    opacity: 0.6;
    text-align: center;
    position: relative;
    transition: .5s;
}
.industry-min a:after{
    content: '';
    display: block;
    width: 0;
    margin: 0 auto;
    height: 2px;
    background: #42C572;
    transition: .5s;
    position: absolute;
    bottom: 0;
    left: 0;
}
.industry-min a:hover{
    opacity: 1;
}
.industry-min a:hover:after{
    width: 100%;
}
.industry-min.liang a{
    opacity: 1;
}
.industry-min.liang a:after{
    width: 100%;
}
.industry_con2{
    position: relative;
    margin-top: 40px;
    z-index: 0;
}
.industry_con2 .gallery-top {
    width: 100%;
    height: auto;
}
.industry_con2 .gallery-top .swiper-slide{
    display: initial;
}
.industry-max a{
    display: block;
    position: relative;
    opacity: .5;
    transition: .5s;
}
.industry-max-txt{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 50px 25px;
}
.industry-max-txt h3{
    font-weight: bold;
    font-size: 18px;
    color: #222222;
    line-height: 1;
}
.industry-max-txt p{
    margin-top: 15px;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 25px;
}
.industry-max.liang a{
    opacity: 1;
}
.industry-max a:hover{
    opacity: 1;
}
.industry-max a:hover .industry-max-img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.news_content .welcome_title{
    padding-top: 90px;
}
.news_con{
    margin: 55px 0;
    position: relative;
}
.news_con .swiper-slide{
    display: initial;
}
.newss a{
    display:block;
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: .5s;
    border-radius: 10px;
}
.news_img.pic:after{
    padding-bottom: 54.7%;
}
.news_txt{
    display: flex;
    flex-direction: column;
    text-align: left;
    background: #FFFFFF;
    padding: 30px 25px 55px 25px;
    transition: .5s;
}
.news_txt1{
    font-weight: 400;
    font-size: 18px;
    color: #222222;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news_txt2{
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 15px 0 25px 0;
}
.news_txt3{
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    margin-top: 25px;
}
.news a:hover .news_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.newss a:hover .news_txt{
    background: #00468E;
}
.newss a:hover .news_txt1{
    color: #FFFFFF;
}
.newss a:hover .news_txt2{
    color: #FFFFFF;
}
.newss a:hover .news_txt3{
    color: #FFFFFF;
}
.news_con .swiper-button-next1, .news_con .swiper-button-prev1{
    display: block;
    position: absolute;
    width: 69px;
    height: 69px;
    margin-top: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 10;
    cursor: pointer;
    outline: none;
    background: url("/static/web/images/njt.png") no-repeat center;
    background-size: 17px 14px;
    text-align: center;
    border-radius: 50%;
    border: 1px dashed #fff;
}
.news_con .swiper-button-next1:hover, .news_con .swiper-button-prev1:hover{
    background: #00468E url("/static/web/images/njt.png") no-repeat center;
    background-size: 17px 14px;
    border: 1px dashed transparent;
}
.news_con .swiper-button-prev1{
    left: -110px;
    right: auto;
}
.news_con .swiper-button-next1{
    right: -110px;
    left: auto;
    transform: rotateY(-180deg) translate(0, -50%);
}
.culture_content{
    height: 100%;
    padding-top: 10%;
}
.culture_con{
    position: absolute;
    top: 50%;
    width: 100%;
    padding-bottom: 15.56%;
    background: url("/static/web/images/xuxian.png") no-repeat center;
    background-size: 100% 100%;
    z-index: 10;
}
.culture_con .yuan{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    background-color: #42C572;
    cursor: pointer;
    z-index: 2;
}
.culture_con .yuan1{
    top: 7.5%;
    left: 17.8%;
    transform: translateY(-50%);
}
.culture_con .yuan2{
    top: 32%;
    left: 47%;
}
.culture_con .yuan3{
    top: 78.7%;
    right: 31.4%;
}
.culture_con .yuan:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform: translate(-50%,-50%) scale(1);
    opacity: 1;
    border: 1px solid #42C572;
    animation: myfirst 1.5s  linear infinite;
    animation-delay: 0.5s;
}
@keyframes myfirst{
    20% {transform:translate(-50%,-50%) scale(1.5);opacity: 0.6;}
    60% {transform:translate(-50%,-50%) scale(2);opacity: 0.3;}
    100% {transform:translate(-50%,-50%) scale(2.5);opacity: 0;}
}
.culture_con .yuan::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%) rotate(0deg);
    transform: translate(-50%,-50%) rotate(0deg);
    width: 184px;
    height: 185px;
    background: url("/static/web/images/yuan.png")no-repeat center;
    background-size: 100% 100%;
    opacity: 0;
    transition: all 0.6s;
}
.culture_con .yuan.on::before{
    opacity: 1;
    -webkit-transform: translate(-50%,-50%) rotate(0deg);
    transform: translate(-50%,-50%) rotate(0deg);
    -webkit-animation: spin 5s linear infinite;
    animation: spin 5s linear infinite;
    background: url("/static/web/images/yuan.png")no-repeat center;
    background-size: 100% 100%;
}
@keyframes spin {
    from {
        -webkit-transform: translate(-50%,-50%) rotate(0deg);
        transform: translate(-50%,-50%) rotate(0deg);
    }
    to {
        -webkit-transform: translate(-50%,-50%) rotate(360deg);
        transform: translate(-50%,-50%) rotate(360deg);
    }
}
.culture_con .yuan.on::after{
    display: none;
}
.culture_con .yuan .culture_txt{
    position: absolute;
    top: 50%;
    left: 130px;
    transform: translateY(-50%);
    width: 400px;
    display: none;
    color: #ffffff;
}
.culture_con .yuan .culture_txt1{
    font-weight: 400;
    font-size: 24px;
}
.culture_con .yuan .culture_txt2{
    margin-top: 35px;
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
}
.culture_con .yuan:last-child .culture_txt{
    left: -100px;
    transform: translate(-100%,-50%);
    text-align: right;
}
.culture_con .yuan .culture_txt:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.culture_con .yuan.on .culture_txt{
    display: block;
}
.conwrap {
    position: relative;
    width: 100%;
    height: 100%;
    transition: all 1s ease;
    z-index: 13;
}
.full_item.bottom{
    height: auto !important;
    flex-direction: column;
}
.full_items.footer{
    height: auto;
    background: #204EA8;
}
.fline{
    width: 100%;
    height: 7px;
    background: linear-gradient(270deg, #42C572, #00468E);
}
.footer1{
    padding: 56px 0 52px 0;
}
.footer1_t{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer1_t_fl{
    width: 10.5%;
}
.footer1_t_fl a{
    display: block;
}
/*.footer1_t_fl a img{
    height: 48px;
}*/
.footer1_t_fr{
    padding-top: 32px;
    width: 53.5%;
}
.footer1_t_fr ul{
    display: flex;
    justify-content: space-between;
}
.footer1_t_fr ul li{
    text-align: left;
}
.footer1_t_fr ul li a{
    display: block;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.menulist{
    margin-top: 25px;
}
.menulist ul{
    display: flex;
    flex-direction: column;
}
.menulist ul li{
    margin-left: 0 !important;
}
.menulist ul li a{
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #A4B6D5;
    line-height: 28px;
}
.menulist ul li a:hover{
    color: #fff;
    text-decoration: underline;
}
.footer1_b{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.footer1_b_fl{
    text-align: left;
}
.footer1_b_fl h3{
    font-weight: bold;
    font-size: 15px;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 20px;
}
.footer1_b_fl p{
    display: flex;
    flex-wrap: wrap;
    font-weight: 400;
    font-size: 15px;
    color: #A4B6D5;
    line-height: 30px;
}
.footer1_b_fl p em{
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    color: #FFFFFF;
}
.footer1_b_fl p span:nth-child(1){
    margin-right: 37px;
}
.footer1_b_fr{
    display: flex;
    align-items: center;
}
.sb2{
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    margin-right: 15px;
}
.sbl {
    width: 298px;
    height: 48px;
    border-radius: 5px;
    border: 1px solid #A4B6D5;
    background-color: transparent;
    color: #A4B6D5;
    margin: 0 auto;
}
.siteLinks .select_box{
    POSITION: relative;
    z-index: 999;
}
.siteLinks .select_box span{
    LINE-HEIGHT: 46px;
    WIDTH: 278px;
    margin: 0 auto;
    DISPLAY: block;
    HEIGHT: 46px;
    COLOR: #A4B6D5;
    OVERFLOW: hidden;
    CURSOR: pointer;
    background: url("/static/web/images/fjt.png") no-repeat right center;
    background-size: 13px 7px;
}
.siteLinks .select_box ul li{
    CURSOR: pointer;
}
.siteLinks .select_box ul li a{
    color:#fff;
    display: block;
}
.siteLinks .son_ul {
    POSITION: absolute;
    BOTTOM: 46px;
    DISPLAY: none;
    LEFT: 0;
    background-color: #fff;
    padding: 10px 0;
    width: 100%;
    border-radius: 5px;
}
.siteLinks .son_ul li{
    font-size: 14px;
    LINE-HEIGHT: 35px;
    WIDTH: 100%;
    DISPLAY: block;
    position: static;
    width: 100%;
}
.siteLinks .son_ul li a{
    COLOR: #666 !important;
}
.siteLinks .son_ul li.hover a{
    COLOR: #fff !important;
    background: #204EA8;
}
.siteLinks a:hover {
    text-decoration:none;
}
.footer2{
    border-top: 1px solid rgba(150,153,159,.2);
    padding: 27px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer2_fl p{
    font-weight: 400;
    font-size: 14px;
    color: #A4B6D5;
    line-height: 25px;
}
.footer2_fl p a{
    font-weight: 400;
    font-size: 14px;
    color: #A4B6D5;
    line-height: 25px;
}
.footer2_fl p a:hover{
    color: #fff;
}
.footer2_fr a{
    display: block;
    font-weight: bold;
    font-size: 14px;
    color: #A4B6D5;
    line-height: 25px;
    background: url("/static/web/images/fnation.png") no-repeat left center;
    background-size: 24px 24px;
    padding-left: 36px;
}
.footer2_fr a:hover{
    color: #fff;
    background: url("/static/web/images/fnation_h.png") no-repeat left center;
    background-size: 24px 24px;
}
.footer2_fr{
    display: none;
}

/*企业文化*/
.innerstyle header{
    position: inherit;
}
.innerstyle .daohang{
    background: #FFFFFF;
}
.innerstyle .daohang .yx a .logo{
    display: none;
}
.innerstyle .daohang .yx a .logo_h{
    display: block;
}
.innerstyle .daohang .menupc li a{
    color: #222;
}
.innerstyle .daohang .menupc li a.current{
    color: #00468E;
}
.innerstyle .daohang .header-search .pull-right{
    background: url("/static/web/images/search_h.png") no-repeat center center;
    background-size: 16px 18px;
}
.innerstyle .daohang .nation{
    background: url("/static/web/images/nation_h.png") no-repeat left center;
    background-size: 22px 22px;
}
.innerstyle .daohang .nation a{
    color: #999999;
}
.inner-location{
    height: 60px;
    background: #F9F9F9;
}
.inner-location .container1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.inner-location-fl{
    display: flex;
    align-items: center;
}
.inner-location-fl img{
    height: 12px;
}
.inner-location-fl a{
    font-weight: bold;
    font-size: 14px;
    color: #666666;
    line-height: 36px;
    padding: 0 25px;
}
.inner-location-fl a:nth-child(1){
    padding: 0 25px 0 0;
}
.inner-location-fl span{
    font-weight: bold;
    font-size: 14px;
    color: #00468E;
    line-height: 36px;
    margin-left: 25px;
}
.inner-location-fr{
    ont-weight: bold;
    font-size: 14px;
    color: #666666;
    line-height: 36px;
}
.inner-banner{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.inner-banner img{
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}
.iban_info{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    line-height: 1;
    color: #FFFFFF;
}
.iban_info h3{
    font-weight: bold;
    font-size: 52px;
    color: #FFFFFF;
    line-height: 1;
    text-shadow: 7px 10px 27px rgba(4,10,62,0.18);
    text-align: center;
}
.iban_info p{
    margin-top: 35px;
    font-weight: 400;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 36px;
    text-align: center;
    letter-spacing: 8px;
}
.inner-nav{
    height: 61px;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
}
.inner-nav ul{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-nav ul li{
    margin: 0 33px;
    text-align: center;
}
.inner-nav ul li a{
    display: block;
    font-weight: bold;
    font-size: 18px;
    color: #666666;
    padding: 0 20px;
    line-height: 60px;
    position: relative;
}
.inner-nav ul li a:after{
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #00468E;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .5s;
}
.inner-nav ul li a:hover{
    color: #00468E;
}
.inner-nav ul li a:hover:after{
    width: 100%;
}
.inner-nav ul li a.active{
    color: #00468E;
}
.inner-nav ul li a.active:after{
    width: 100%;
}
.inner-main{
    width: 100%;
    margin: 0 auto;
}
.iculture1{
    margin: 71px 0;
}
.iculture1 .iculture1s{
    background: url("/static/web/images/iculture1bg.jpg") no-repeat center;
    background-size: cover;
    border-radius: 30px;
    padding: 90px 0 190px 0;
}
.inner_title{
    text-align: center;
}
.inner_title p{
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 1;
    display: none;
}
.inner_title h3{
    /*margin-top: 20px;*/
    font-weight: bold;
    font-size: 48px;
    color: #222222;
    line-height: 1;
}
.iculture1 .inner_title p{
    color: #FFFFFF;
}
.iculture1 .inner_title h3{
    color: #FFFFFF;
}
.iculture1_con{
    text-align: center;
    font-size: 24px;
    color: #FFFFFF;
}
.iculture1_con1{
    margin: 80px 0 65px 0;
    font-weight: bold;
    line-height: 1;
}
.iculture1_con2{
    line-height: 2;
}
.iculture2{
    position: relative;
}
.iculture2 .inner_title{
    position: absolute;
    top: 90px;
    z-index: 999;
    width: 100%;
}
.iculture2 .inner_title p{
    color: #FFFFFF;
}
.iculture2 .inner_title h3{
    color: #FFFFFF;
}
.iculture2_bg{
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.iculture2_bg div{
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 1.5s;
    -o-transition-duration: 1.5s;
    -moz-transition-duration: 1.5s;
    transition-duration: 1.5s;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 2.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.iculture2_bg div.on{
    transform: scale(1.08, 1.08);
    opacity: 1;
    z-index: 10;
}
.iculture2_info{
    margin: 0 auto;
    position: relative;
    overflow: visible !important;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.iculture2_infos{
    width: 25%;
    height: 821px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid rgba(255,255,255,.2);
}
.iculture2_infoss{
    padding: 0 15%;
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 1.875;
}
.iculture3{
    margin: 71px 0 151px 0;
    position: relative;
}
.iculture3_bg{
    background: url("/static/web/images/iculture3bg.jpg") no-repeat center;
    background-size: cover;
    padding-bottom: 35%;
    border-radius: 30px;
}
/*.iculture3_bg img{
    border-radius: 30px;
}*/
.iculture3_con{
    position: absolute;
    top: 90px;
    width: 100%;
}
.iculture3_con .container2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.iculture3_fl{
    width: 45%;
    padding-top: 40px;
}
.iculture3_fl .inner_title{
    text-align: left;
}
.iculture3_fl .inner_title p{
    color: #FFFFFF;
}
.iculture3_fl .inner_title h3{
    color: #FFFFFF;
}
.iculture3_fl_con{
    margin-top: 60px;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 2;
}
.iculture3_fr{
    width: 38%;
    position: relative;
    padding: 31px 0 0 0;
}
.iculture3_fr:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url("/static/web/images/iculture3_frbg.png") no-repeat top center;
    background-size: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.iculture3_fr .swiper-slide{
    display: initial;
}
.iculture3s a{
    display: block;
    position: relative;
}
.iculture3s a .tp{
    border-radius: 30px;
}
.iculture3_txt{
    position: absolute;
    left: 30px;
    bottom: 43px;
    width: 30%;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 1;
    display: none;
}
.swiper-pagination1{
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.iculture3_fr .swiper-pagination1{
    display: flex;
    justify-content: flex-end;
    bottom: 54px;
    right: 0;
    width: 100%;
    padding-right: 20px;
}
.iculture3_fr .swiper-pagination-bullet{
    display: block;
    width: 22px;
    height: 3px;
    background: #FFFFFF;
    opacity: 1;
    outline: none;
    margin: 0 5px !important;
    border-radius: 0;
    transition: .5s;
}
.iculture3_fr .swiper-pagination-bullet-active{
    width: 34px;
    background: #00468E;
}
.iculture4{
    background: url("/static/web/images/iculture4bg.jpg") no-repeat center;
    background-size: cover;
    padding: 90px 0 240px 0;
}
.iculture4 .inner_title p{
    color: #FFFFFF;
}
.iculture4 .inner_title h3{
    color: #FFFFFF;
}
.iculture4_con{
    margin-top: 80px;
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 2;
}
.iculture5{
    background: url("/static/web/images/iculture5bg.jpg") no-repeat bottom center;
    background-size: cover;
    padding: 81px 0 108px 0;
}
.iculture5 .container2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.iculture5_fl{
    width: 38%;
    position: relative;
    padding: 33px 0 0 0;
}
.iculture5_fl img{
    border-radius: 30px;
}
.iculture5_fl:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url("/static/web/images/iculture5_flbg.png") no-repeat top center;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.iculture5_fr{
    width: 49%;
    padding-top: 74px;
}
.iculture5_fr .inner_title{
    text-align: left;
}
.iculture5_fr1{
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    line-height: 2;
    margin: 50px 0;
}
.iculture5_fr2{
    font-weight: 400;
    font-size: 20px;
    color: #666666;
    line-height: 2;
}

/*新闻资讯*/
.inews1{
    margin: 87px 0 76px 0;
}
.inews1_con{
    margin-top: 54px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}
.inews1_con_fl{
    width: 70.5%;
}
.inews1_con_fl .gallery-top {
    width: 100%;
    height: auto;
}
.inews1_con_fl .gallery-top .swiper-slide{
    display: initial;
}
.xw-max a{
    display: block;
    overflow: hidden;
    position: relative;
    text-align: left;
}
.xw-max a .pic{
    border-radius: 10px;
}
.xw-max a .pic:after{
    padding-bottom: 54.7%;
}
.inews1-max-1{
    margin-top: 43px;
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inews1-max-1{
    margin-top: 43px;
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.swiper-pagination2{
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.inews1_con_fl .swiper-pagination2{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    bottom: 10px;
    right: 0;
    left: auto;
    width: 100%;
}
.inews1_con_fl .swiper-pagination-bullet{
    width: 22px;
    height: 3px;
    background: #DDDDDD;
    border-radius: 2px;
    opacity: 1;
    outline: none;
    margin: 0px 7px;
    transition: .5s;
}
.inews1_con_fl .swiper-pagination-bullet-active{
    width: 34px;
    background: #00468E;
}
.inews1_con_fr{
    position: relative;
    width: 27.5%;
    background: #F5F5F5;
    border-radius: 10px;
    padding: 55px 27px 0 27px;
}
.inews1_con_fr .gallery-thumbs {
    width: 100%;
    height: 100%;
}
.inews1_con_fr .gallery-thumbs .swiper-slide{
    display: initial;
    text-align: center;
}
.xw-min a{
    position: relative;
    font-weight: 400;
    font-size: 18px;
    color: #333;
    text-align: left;
    transition: .5s;
}
.inews1-min-1{
    font-weight: 400;
    font-size: 18px;
    color: #222222;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inews1-min-2{
    margin-top: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #999;
    line-height: 1;
    margin-bottom: 51px;
}
.xw-min.swiper-slide-thumb-active a .inews1-min-1{
    color: #00468E;
}
.inews2{
    background: #F9F9F9;
    padding: 62px 0 43px 0;
}
.inews_title{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.inews_title p{
    font-weight: 400;
    font-size: 30px;
    color: #000000;
    line-height: 1;
}
.inews_title p:after{
    content: '';
    display: block;
    width: 43px;
    height: 6px;
    background: #00468E;
    border-radius: 3px;
    margin-top: 20px;
}
.inews_title a{
    display: block;
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    line-height: 20px;
    background: url("/static/web/images/xwjt.png") no-repeat right center;
    background-size: 9px 19px;
    padding-right: 26px;
}
.inews2_con{
    margin-top: 61px;
    position: relative;
    padding-bottom: 30px;
}
.inews2_con .swiper-slide{
    display: initial;
}
.inews2s a{
    display:block;
    overflow: hidden;
    position: relative;
    width: 100%;
    background: #FFFFFF;
    padding: 40px 25px;
    border-radius: 10px;
    text-align: left;
    transition: .5s;
}
.inews2_txt{
    display: flex;
    flex-direction: column;
}
.inews2_txt1{
    font-weight: 400;
    font-size: 14px;
    color: #00468E;
    line-height: 1;
}
.inews2_txt2{
    font-weight: 400;
    font-size: 20px;
    color: #222222;
    line-height: 30px;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 45px 0 35px 0;
}
.inews2_txt3{
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    height: 72px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.inews2s a:hover{
    background: #00468E;
}
.inews2s a:hover .inews2_txt1{
    color: #FFFFFF;
}
.inews2s a:hover .inews2_txt2{
    color: #FFFFFF;
}
.inews2s a:hover .inews2_txt3{
    color: #FFFFFF;
}

.inews2_con .swiper-pagination3{
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 0;
    width: 100%;
}
.inews2_con .swiper-pagination-bullet{
    width: 22px;
    height: 3px;
    background: #DDDDDD;
    border-radius: 2px;
    opacity: 1;
    outline: none;
    margin: 0px 10px;
    transition: .5s;
}
.inews2_con .swiper-pagination-bullet-active{
    width: 34px;
    background: #00468E;
}

.inews3{
    margin: 53px 0 60px 0;
}
.inews3_con{
    margin-top: 51px;
    position: relative;
    padding-bottom: 30px;
}
.inews3_con .swiper-slide{
    display: initial;
}
.inews3s a{
    display:block;
    overflow: hidden;
    position: relative;
    width: 100%;
    background: #F9F9F9;
    text-align: left;
    transition: .5s;
    border-radius: 10px;
}
.inews3_img{
    border-radius: 10px;
    position: relative;
}
.inews3_img:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(4,32,61,.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    transition: .5s;
}
.inews3_img.pic:after{
    padding-bottom: 54.7%;
}
.inews3_txt{
    padding: 40px 18px 35px 18px;
    transition: .5s;
}
.inews3_txt1{
    font-weight: 400;
    font-size: 20px;
    color: #222222;
    line-height: 30px;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.inews3s a:hover{
    background: #00468E;
}
.inews3s a:hover .inews3_img:before{
    display: none;
}
.inews3s a:hover .inews3_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.inews3s a:hover .inews3_txt1{
    color: #FFFFFF;
}
.inews3_con .swiper-pagination4{
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 0;
    width: 100%;
}
.inews3_con .swiper-pagination-bullet{
    width: 22px;
    height: 3px;
    background: #DDDDDD;
    border-radius: 2px;
    opacity: 1;
    outline: none;
    margin: 0px 10px;
    transition: .5s;
}
.inews3_con .swiper-pagination-bullet-active{
    width: 34px;
    background: #00468E;
}
.swiper-pagination3, .swiper-pagination4, .swiper-pagination5, .swiper-pagination6{
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0 !important;
}

/*新闻列表*/
.inewslist1{
    margin-top: 78px;
}
.inewslist_title{
    font-weight: 400;
    font-size: 42px;
    color: #000000;
    line-height: 1;
}
.inewslist1_con{
    margin-top: 50px;
    position: relative;
}
.inewslist1_con .swiper-slide{
    display: initial;
}
.inewslist1s a{
    display:block;
    overflow: hidden;
    position: relative;
    width: 100%;
    text-align: left;
    transition: .5s;
    padding-bottom: 105px;
}
.inewslist1_img{
    width: 70.5%;
    border-radius: 10px;
    position: relative;
}
.inewslist1_img.pic:after{
    padding-bottom: 54.7%;
}
.inewslist1_txt{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45%;
    padding: 60px 45px;
    background: #F9F9F9;
    border-radius: 10px;
    transition: .5s;
}
.inewslist1_txt1{
    font-weight: 400;
    font-size: 24px;
    color: #222222;
    line-height: 40px;
    height: 80px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.inewslist1_txt2{
    margin-top: 25px;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    height: 72px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.inewslist1_txt3{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}
.inewslist1_txt3_fl{
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    background: url("/static/web/images/date.png") no-repeat left center;
    background-size: 20px 21px;
    padding-left: 33px;
    line-height: 24px;
}
.inewslist1_txt3_fr img{
    width: 17px;
    height: 14px;
}
.inewslist1s a:hover .inewslist1_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.inewslist1s a:hover .inewslist1_txt1{
    color: #00468E;
}
.swiper-pagination100{
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.inewslist1_con .swiper-pagination100{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    bottom: 60px;
    left: 0;
    width: 100%;
}
.inewslist1_con .swiper-pagination-bullet{
    width: 22px;
    height: 3px;
    background: #DDDDDD;
    border-radius: 2px;
    opacity: 1;
    outline: none;
    margin: 0px 10px;
    transition: .5s;
}
.inewslist1_con .swiper-pagination-bullet-active{
    width: 34px;
    background: #00468E;
}
.inewslist2{
    margin: 60px 0 57px 0;
}
.inewslist2_con{
    margin-bottom: 18px;
}
.inewslist2_con ul{
    display: flex;
    flex-wrap: wrap;
}
.inewslist2_con ul li{
    width: 32.5%;
    margin-right: 1.25%;
    margin-bottom: 28px;
}
.inewslist2_con ul li:nth-child(3n){
    margin-right: 0;
}
.inewslist2_con ul li a{
    display: block;
    background: #fafafa;
    border-radius: 10px;
    transition: .5s;
}
.inewslist2_img{
    border-radius: 10px;
}
.inewslist2_img.pic:after{
    padding-bottom: 54.7%;
}
.inewslist2_txt{
    padding: 30px 25px;
}
.inewslist2_txt1{
    font-weight: 400;
    font-size: 18px;
    color: #222222;
    line-height: 30px;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.inewslist2_con ul li a:hover .inewslist2_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.inewslist2_con ul li a:hover{
    background: #00468E;
}
.inewslist2_img:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(4,32,61,.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    transition: .5s;
}
.inewslist2_con ul li a:hover .inewslist2_img:before{
    display: none;
}
.inewslist2_con ul li a:hover .inewslist2_txt1{
    color: #FFFFFF;
}

/*分页*/
.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color:#666;
    clear:both;
    margin: 0;
}
.pagination a{
    display:block ;
    color: #1B073A;
    text-align: center;
    text-transform: capitalize;
    padding: 0px 23px;
    line-height: 54px;
    margin:0px 9px 10px 9px;
    background: #F9F9F9;
    border-radius: 50%;
}
.pagination a.a_l{
    background: transparent  url("../images/a_l.png") no-repeat left center;
    background-size: 13px 6px;
    padding: 0 0 0 20px;
    border-radius: 0;
}
.pagination a.a_r{
    background: transparent url("../images/a_r.png") no-repeat right center;
    background-size: 13px 6px;
    padding: 0 20px 0 0;
    border-radius: 0;
}
.pagination a:hover{
    color:#fff;
    background: #156AA9;
    box-shadow: 3px 4px 16px 2px rgba(21,106,169,0.16);
}
.pagination a.active {
    color:#fff;
    background: #156AA9;
    box-shadow: 3px 4px 16px 2px rgba(21,106,169,0.16);
}
.pagination a:hover.a_l{
    color:#156AA9;
    background: transparent  url("../images/a_l.png") no-repeat left center;
    background-size: 13px 6px;
    box-shadow: none;
}
.pagination a:hover.a_r{
    color:#156AA9;
    background: transparent  url("../images/a_r.png") no-repeat right center;
    background-size: 13px 6px;
    box-shadow: none;
}

/*新闻详情*/
.inewsshow1{
    margin: 75px 0 50px 0;
}

.show_title{
    text-align: left;
    margin-bottom: 35px;
}
.show_title h3{
    font-weight: 400;
    font-size: 30px;
    color: #000000;
    line-height: 1.5;
}
.show_info{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 31px;
}
.show_info1{
    display: flex;
    align-items: center;
}
.show_info1 span{
    font-weight: bold;
    font-size: 14px;
    color: #999999;
    line-height: 25px;
    padding-left: 31px;
}
.date{
    background:url(/static/web/images/date.png) no-repeat left center;
    background-size: 20px 21px;
}
.show_info2{
    display: flex;
    align-items: center;
    margin-left: 41px;
}
.show_info2 p{
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 31px;
}
.show_info2 a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 31px;
    height: 31px;
    background: #999999;
    border-radius: 50%;
}
.show_info2 a img{
    width: 17px;
    height: 13px;
}
.show_content{
    font-weight: 400;
    font-size: 18px;
    color: #4A4C4A;
    line-height: 30px;
    padding: 35px 0 50px 0;
}
.show_content img{
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}
.show_back{
    border-top: 1px solid #ddd;
    padding-top: 45px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.show_back_fl{
    width: 70%;
    overflow:hidden;
}
.show_back_fl li{
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.show_back_fl li a{
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 35px;
}
.show_back_fl li a:hover{
    color: #00468E;
}
.show_back_fr{
    overflow:hidden;
}
.show_back_fr a{
    display:flex;
    align-items: center;
    justify-content: center;
    width: 159px;
    height: 49px;
    background: #00468E;
    border-radius: 25px;
    color:#fff;
    text-align: center;
}
.show_back_fr a img{
    margin-right: 10px;
}
.inewsshow2{
    padding: 63px 0 53px 0;
    background: #F9F9F9;
}

/*联系太阳GG官网*/
.icontact1{
    margin: 81px 0 91px 0;
}
.icontact1_con{
    margin-top: 81px;
    background: #FFFFFF;
    box-shadow: 7px 10px 69px 1px rgba(4,10,62,0.05);
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 43px;
}
.icontact1_fl{
    width: 45%;
}
.icontact1_fl img{
    border-radius: 10px;
}
.icontact1_fr{
    width: 48.5%;
}
.icontact1_fr1{
    font-size: 30px;
    color: #222222;
    line-height: 1;
}
.icontact1_fr1:after{
    content: '';
    display: block;
    width: 43px;
    height: 4px;
    background: #00468E;
    margin-top: 17px;
}
.icontact1_fr2{
    margin: 35px 0 45px 0;
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 1.5;
}
.icontact1_fr3{

}
.icontact1_fr3 li{
    border-top: 1px solid #ddd;
    padding: 25px 0;
    line-height: 30px;
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    display: flex;
}
.icontact1_fr3 li span{
    display: inline-block;
    padding: 0 36px 0 51px;
}
.icontact1_fr3 li span.caddress{
    background: url("/static/web/images/caddress.png") no-repeat left center;
    background-size: 20px 25px;
}
.icontact1_fr3 li span.ctel{
    background: url("/static/web/images/ctel.png") no-repeat left center;
    background-size: 26px 22px;
}
.icontact1_fr3 li span.cpostalcode{
    background: url("/static/web/images/cpostalcode.png") no-repeat left center;
    background-size: 26px 24px;
}
.icontact1_fr3 li span.cemail{
    background: url("/static/web/images/cemail.png") no-repeat left center;
    background-size: 25px 18px;
}
.icontact2{
    background: url("/static/web/images/icontact2bg.jpg") no-repeat center;
    background-size: cover;
    padding: 90px 0 75px 0;
}
.icontact2_con{
    font-weight: 400;
    font-size: 24px;
    color: #FEFEFE;
    line-height: 2;
    text-align: center;
    margin-bottom: 60px;
}
.icontact2 .welcome_more a{
    width: 208px;
    padding: 0 50px;
}
.icontact2 .welcome_more a:after{
    left: 134px;
}
.icontact2 .welcome_more a:hover{
    padding: 0 50px 0 100px;
}
.icontact2 .welcome_more a:hover:after{
    left: 50px;
}
.icontact3{
    margin: 95px 0 103px 0;
}
.icontact3_con{
    margin-top: 67px;
}
.lx1{
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.lx1s{
    width: 49%;
    height: 50px;
    background: #F6F6F6;
    border-radius: 10px;
    padding: 0 22px;
    display: flex;
    align-items: center;
}
.lx1s label{
    width: 16px;
    display: flex;
    align-items: center;
}
.lx1s label img{
    width: 16px;
}
.lx1s input{
    padding-left: 15px;
    border: none;
    background: none;
    font-weight: bold;
    font-size: 14px;
    color: #666666;
    flex: 1;
}
.icontact3_con input::-webkit-input-placeholder, .icontact3_con textarea::-webkit-input-placeholder {
    font-weight: bold;
    font-size: 14px;
    color: #666666;
}
.icontact3_con input:-moz-placeholder, .icontact3_con textarea::-moz-placeholder {
    font-weight: bold;
    font-size: 14px;
    color: #666666;
}
.icontact3_con input:-ms-input-placeholder, .icontact3_con textarea::-ms-input-placeholder{
    font-weight: bold;
    font-size: 14px;
    color: #666666;
}
.lx1s textarea{
    padding-left: 15px;
    border: none;
    background: none;
    font-weight: bold;
    font-size: 14px;
    color: #666666;
    width: 100%;
    height: 100%;
    resize: none;
}
.lx2{
    margin-bottom: 20px;
}
.lx2 .lx1s{
    width: 100%;
    height: 242px;
    padding: 22px;
    align-items: flex-start;
}
.lx3{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.yzm{
    width: 158px;
    margin-left: 15px;
}
.yzm a{
    display: flex;
    align-items: center;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 20px;
}
.yzm a img{
    height: auto;
    width: 100%;
}
.tj{
    display: flex;
    align-items: center;
}
.tj button{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 152px;
    height: 50px;
    border-radius: 25px;
    border: 1px solid #DDDDDD;
    font-weight: bold;
    font-size: 14px;
    color: #666666;
    background: #FFFFFF;
    cursor: pointer;
    margin-left: 17px;
    transition: .5s;
}
.tj button:hover{
    color: #fff;
    border: 1px solid #00468E;
    background: #00468E;
}

/*太阳GG官网简介*/
.iabout1{
    margin-top: 85px;
}
.iabout1_con{
    margin: 40px 0;
    font-weight: 400;
    font-size: 24px;
    color: #666666;
    line-height: 2.3;
}
.iabout1_num ul{
    display: flex;
    flex-wrap: wrap;
}
.iabout1_num ul li{
    width: 48%;
    margin-right: 4%;
    margin-bottom: 80px;
    text-align: center;
}
.iabout1_num ul li:nth-child(2n){
    margin-right: 0;
}
.iabout1_num ul li h3{
    font-weight: bold;
    font-size: 18px;
    color: #222222;
    line-height: 1;
}
.iabout1_num ul li h3 span{
    font-weight: bold;
    font-size: 90px;
    color: #00468E;
    line-height: 1;
}
.iabout1_num ul li p{
    margin-top: -40px;
    background: #F2F6F9;
    padding: 55px 25px 45px 25px;
    font-weight: bold;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}
.iabout2{
    background: url("/static/web/images/iabout2bg.jpg") no-repeat center;
    background-size: cover;
    padding: 290px 0 220px 0;
}
.iabout2 .container2{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.iabout2 h3{
    font-weight: 400;
    font-size: 42px;
    color: #FFFFFF;
    line-height: 1;
    text-align: center;
}
.iabout2 .m-video{
    width: 54px;
    margin: 45px auto 0 auto;
    height: 54px;
    background: linear-gradient(-90deg, #2B95AF, #42C572);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.iabout2 .m-video img{
    width: 11px;
    height: 19px;
}
.iabout3{
    margin: 90px 0 73px 0
}
.iabout3_con{
    margin: 55px 0 60px 0;
    position: relative;
}
.iabout3_con .swiper-slide{
    display: initial;
}
.iabout3s a{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: .5s;
    background: #fafafa;
    padding: 30px;
}
.iabout3_txt{
    width: 42%;
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-top: 25px;
    transition: .5s;
}
.iabout3_txt1{
    font-weight: 400;
    font-size: 24px;
    color: #222222;
    line-height: 1;
    display: flex;
    align-items: center;
}
.iabout3_txt1 i{
    margin-left: 20px;
    width: 11px;
    height: 12px;
    background: url("/static/web/images/i.png") no-repeat center;
    background-size: 100% 100%;
}
.iabout3_txt2{
    margin-top: 95px;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    height: 125px;
    overflow: hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.iabout3_img{
    width: 52%;
}
.iabout3s a:hover .iabout3_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iabout3s a:hover .iabout3_txt1{
    color: #00468E;
}
.iabout3s a:hover .iabout3_txt1 i{
    background: url("/static/web/images/i_h.png") no-repeat center;
    background-size: 100% 100%;
}
.iabout3_con .swiper-button-next2, .iabout3_con .swiper-button-prev2{
    display: block;
    position: absolute;
    width: 69px;
    height: 69px;
    margin-top: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 10;
    cursor: pointer;
    outline: none;
    background: url("/static/web/images/ia3jt.png") no-repeat center;
    background-size: 17px 14px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #f2f2f2
}
.iabout3_con .swiper-button-next2:hover, .iabout3_con .swiper-button-prev2:hover{
    background: #00468E url("/static/web/images/njt.png") no-repeat center;
    background-size: 17px 14px;
    border: 1px dashed #00468E;
}
.iabout3_con .swiper-button-prev2{
    left: -110px;
    right: auto;
}
.iabout3_con .swiper-button-next2{
    right: -110px;
    left: auto;
    transform: rotateY(-180deg) translate(0, -50%);
}

/*产业介绍*/
.iindustry{
    margin: 87px 0 48px 0;
}
.iindustry_con{
    margin: 57px 0 48px 0;
}
.iindustry_con ul{
    display: flex;
    flex-wrap: wrap;
}
.iindustry_con ul li{
    margin-bottom: 30px;
    width: 49%;
    margin-right: 2%;
}
.iindustry_con ul li:nth-child(2n){
    margin-right: 0;
}
.iindustry_con ul li a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: .5s;
    background: #fafafa;
    padding: 30px;
}
.iindustry_con ul li a:hover .iabout3_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iindustry_con ul li a:hover .iabout3_txt1{
    color: #00468E;
}
.iindustry_con ul li a:hover .iabout3_txt1 i{
    background: url("/static/web/images/i_h.png") no-repeat center;
    background-size: 100% 100%;
}

/*产业详情*/
.cy{
    margin-top: -60px;
    position: relative;
    background: transparent;
}
.cy a{
    color: #fff;
}
.cy span{
    color: #fff;
}
.iindustryshow1{
    background: #F9F9F9;
    padding: 78px 0 60px 0;
}
.iindustryshow1_con1{
    margin: 45px 0;
    position: relative;
}
.iindustryshow1_con1 .swiper-slide{
    display: initial;
}
.inewslist1s a{
    display:block;
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: .5s;
}
.swiper-pagination101{
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.iindustryshow1_con1 .swiper-pagination101{
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 23px;
    left: 0;
    width: 100%;
}
.iindustryshow1_con1 .swiper-pagination-bullet{
    width: 22px;
    height: 3px;
    background: #DDDDDD;
    border-radius: 2px;
    opacity: 1;
    outline: none;
    margin: 0px 10px;
    transition: .5s;
}
.iindustryshow1_con1 .swiper-pagination-bullet-active{
    width: 34px;
    background: #00468E;
}
.iindustryshow1_con2{
    font-weight: 400;
    font-size: 20px;
    color: #222222;
    line-height: 2.5;
}
.iindustryshow1_con3{
    margin-top: 45px;
}
.iindustryshow1_con3 a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 313px;
    margin: 0 auto;
    height: 50px;
    background: #FFFFFF;
    border-radius: 25px;
    border: 1px solid #DDDDDD;
    font-weight: bold;
    font-size: 14px;
    color: #999999;
    transition: .5s;
}
.iindustryshow1_con3 a i{
    width: 18px;
    height: 18px;
    background: url("/static/web/images/link.png") no-repeat center;
    background-size: 18px 18px;
    margin-left: 15px;
    transition: .5s;
}
.iindustryshow1_con3 a:hover{
    background: linear-gradient(-90deg, #2B95AF, #42C572);
    color: #fff;
}
.iindustryshow1_con3 a:hover i{
    background: url("/static/web/images/link_h.png") no-repeat center;
    background-size: 18px 18px;
}
.iindustryshow2{
    margin: 77px 0;
}
.iindustryshow2 .inews_title .tp img{
    width: 68px;
    height: 68px;
}
.iindustryshow3{
    margin-bottom: 76px;
}
.iindustryshow3 ul{
    display: flex;
    flex-wrap: wrap;
}
.iindustryshow3 ul li{
    width: 50%;
}
.iindustryshow3 ul li a{
    display: block;
    position: relative;
}
.iindustryshow3 ul li:nth-child(1) a .iindustryshow3_img{
    border-radius: 30px 0px 0px 30px;
}
.iindustryshow3 ul li:nth-child(2) a .iindustryshow3_img{
    border-radius: 0px 30px 30px 0px;
}
.iindustryshow3_txt{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.iindustryshow3_txt .inner_title p{
    color: #fff;
}
.iindustryshow3_txt .inner_title h3{
    color: #fff;
}
.iindustryshow3_more{

}
.iindustryshow3_more{
    position: relative;
    display: flex;
    align-items: center;
    width: 190px;
    height: 50px;
    border-radius: 25px;
    margin: 0 auto;
    color: #FFFFFF;
    font-weight: bold;
    text-align: left;
    padding: 0 42px 0 55px;
    position: relative;
    border: 1px solid #FFFFFF;
    transition: .5s;
}
.iindustryshow3_more:after{
    content: '';
    display: block;
    width: 23px;
    height: 15px;
    background: url("/static/web/images/m.png") no-repeat center;
    background-size: 23px 15px;
    position: absolute;
    left: 125px;
    top: 18px;
    transition: .5s;
}
.iindustryshow3 ul li a:hover .iindustryshow3_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iindustryshow3 ul li a:hover .iindustryshow3_more{
    padding: 0 42px 0 90px;
    border: 1px solid #42C572;
    background: linear-gradient(-90deg, #2B95AF, #42C572);
}
.iindustryshow3 ul li a:hover .iindustryshow3_more:after{
    left: 55px;
}

.float_ck{
    position: fixed;
    right: 0;
    bottom: 40%;
    z-index: 999;
    display: flex;
    flex-direction: column;
}
.float_ck dl dd {
    position:relative;
    margin: 5px 0;
}
.float_ck dl dd a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    background: #00468E;
    border-radius: 50%;
    position: relative;
}
.float_ck dl dd a:after{
    content: '';
    display: block;
    width: 54px;
    height: 54px;
    background: linear-gradient(-90deg, #2B95AF, #42C572);
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.float_ck dl dd a:hover:after{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.float_ck dl dd a img{
    position: relative;
    z-index: 999;
}
.industry_content{
    padding-top: 90px;
}

/*企业心灵*/
.iculture6{
    background: url("/static/web/images/iculture6bg.jpg") no-repeat bottom center;
    background-size: cover;
    padding-bottom: 85px;
}
.iculture6 .container2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/*企业文化-新(2024.8.13)*/
.new_iculture1{
    background: url("/static/web/images/new_iculture1bg.jpg") no-repeat center;
}
.new_iculture6{
    background: url("/static/web/images/new_iculture6bg.jpg") no-repeat center;
}
.new_iculture2{
    background: url("/static/web/images/new_iculture2bg.jpg") no-repeat center;
}
.new_iculture3{
    background: url("/static/web/images/new_iculture3bg.jpg") no-repeat center;
}
.new_iculture4{
    background: url("/static/web/images/new_iculture4bg.jpg") no-repeat center;
}
.new_iculture5{
    background: url("/static/web/images/new_iculture5bg.jpg") no-repeat center;
}

.icultures{
    background-size: cover !important;
    height: 884px;
}
.icultures .container2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.icultures_txt1{
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 1;
}
.icultures_txt2{
    margin-top: 25px;
    font-weight: 300;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 1.25;
}
.icultures_txt3{
    margin-top: 40px;
    font-weight: 300;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 2;
}
.new_iculture2.icultures .container2{
    align-items: flex-end;
}
.new_iculture2.icultures .container2 .icultures_txt1{
    width: 570px;
}
.new_iculture2.icultures .container2 .icultures_txt3{
    width: 570px;
}
.new_iculture4.icultures .container2{
    align-items: center;
    justify-content: flex-start;
    padding-top: 8.5%;
}


@media (min-width:1801px) and (max-width:1900px){
    .container2{
        width: 68%;
    }
    .move_line1, .move_line2{
        width: 16%;
    }
    .iculture3_bg{
        padding-bottom: 36%;
    }
    .circle, .circle_h{
        right: -9%;
    }
}

@media (min-width:1701px) and (max-width:1800px){
    .container2{
        width: 72%;
    }
    .move_line1, .move_line2{
        width: 14%;
    }
    .menupc .xialas .xiala_fl .xiala_fl_title{
        font-size: 28px;
    }
    .industry_con{
        margin-top: 50px;
    }
    .industry_con2{
        margin-top: 35px;
    }
    .iban_info h3{
        font-size: 50px;
    }
    .iculture3_bg{
        padding-bottom: 38.5%;
    }
    .circle, .circle_h{
        right: -8%;
    }
    .culture_con .yuan::before{
        width: 152px;
        height: 153px;
    }
    .culture_con .yuan .culture_txt{
        left: 110px;
    }
}

@media (min-width:1601px) and (max-width:1700px){
    .container2{
        width: 76%;
    }
    .move_line1, .move_line2{
        width: 10%;
    }
    .menupc .xialas .xiala_fl .xiala_fl_title{
        font-size: 26px;
    }
    .industry_con{
        margin-top: 40px;
    }
    .industry_con2{
        margin-top: 30px;
    }
    .iban_info h3{
        font-size: 48px;
    }
    .iban_info p{
        font-size: 28px;
    }
    .inner_title h3{
        font-size: 46px;
    }
    .iabout2 h3{
        font-size: 40px;
    }
    .inewslist_title{
        font-size: 40px;
    }
    .iculture3_bg{
        padding-bottom: 41%;
    }
    .welcome_title h3{
        font-size: 46px;
    }
    .about_con_fr ul li h3 span{
        font-size: 58px;
    }
    .circle, .circle_h{
        right: -8%;
    }
    .culture_con .yuan::before{
        width: 152px;
        height: 153px;
    }
    .culture_con .yuan .culture_txt{
        left: 110px;
    }

    .icultures{
        height: 737px;
    }
    .icultures_txt1{
        font-size: 48px;
    }
}

@media (min-width:1501px) and (max-width:1600px){
    .container1{
        padding: 0 65px;
    }
    .container2{
        width: 82%;
    }
    .move_line1, .move_line2{
        width: 9%;
    }
    .menupc .xialas .xiala_fl .xiala_fl_title{
        font-size: 26px;
    }
    .industry_con{
        margin-top: 30px;
    }
    .industry_con2{
        margin-top: 25px;
    }
    .iban_info h3{
        font-size: 48px;
    }
    .iban_info p{
        font-size: 26px;
    }
    .inner_title h3{
        font-size: 44px;
    }
    .iabout1_con{
        font-size: 23px;
    }
    .iabout1_num ul li h3 span{
        font-size: 85px;
    }
    .iabout2{
        padding: 260px 0 190px 0;
    }
    .iabout2 h3{
        font-size: 38px;
    }
    .iabout3_con .swiper{
        width: 98%;
    }
    .iabout3_con .swiper-button-next2{
        right: -95px;
    }
    .iabout3_con .swiper-button-prev2{
        left: -95px;
    }
    .iabout3_txt1{
        font-size: 23px;
    }
    .iabout3_txt2{
        margin-top: 85px;
    }
    .inews1-max-1{
        font-size: 23px;
    }
    .inewslist_title{
        font-size: 38px;
    }
    .inewslist1_txt1{
        font-size: 23px;
    }
    .show_title h3{
        font-size: 29px;
    }
    .iculture1_con{
        font-size: 23px;
    }
    .iculture2_infoss{
        font-size: 23px;
    }
    .iculture3_bg{
        padding-bottom: 44%;
    }
    .iculture3_txt{
        font-size: 23px;
    }
    .iculture4_con{
        font-size: 23px;
    }
    .iculture5_fr1{
        font-size: 23px;
    }
    .icontact1_fr1{
        font-size: 29px;
    }
    .icontact2_con{
        font-size: 23px;
    }
    .indextxt1{
        font-size: 58px;
    }
    .welcome_title h3{
        font-size: 44px;
    }
    .about_con_fr ul li h3 span{
        font-size: 56px;
    }
    .circle, .circle_h{
        right: -5%;
    }
    .news_con .swiper-button-prev1{
        left: -95px;
    }
    .news_con .swiper-button-next1{
        right: -95px;
    }
    .news_con .swiper{
        width: 98%;
    }
    .culture_con .yuan::before{
        width: 132px;
        height: 133px;
    }
    .culture_con .yuan .culture_txt{
        left: 90px;
    }
    .culture_con .yuan .culture_txt1{
        font-size: 23px;
    }
    .culture_con .yuan .culture_txt2{
        font-size: 17px;
    }
    .culture_con .yuan:last-child .culture_txt{
        transform: translate(-100%, -25%);
        left: -80px;
    }

    .icultures{
        height: 691px;
    }
    .icultures_txt1{
        font-size: 44px;
    }
    .icultures_txt2{
        font-size: 29px;
    }
    .icultures_txt3{
        font-size: 19px;
    }
    .new_iculture2.icultures .container2 .icultures_txt1{
        width: 550px;
    }
    .new_iculture2.icultures .container2 .icultures_txt3{
        width: 550px;
    }
}

@media (min-width:1401px) and (max-width:1500px){
    .container1{
        padding: 0 55px;
    }
    .container2{
        width: 84%;
    }
    .move_line1, .move_line2{
        width: 8%;
    }
    .menupc .xialas .xiala_fl .xiala_fl_title{
        font-size: 24px;
    }
    .industry_con{
        margin-top: 30px;
    }
    .industry_con2{
        margin-top: 20px;
    }
    .iban_info h3{
        font-size: 46px;
    }
    .iban_info p{
        font-size: 24px;
    }
    .inner_title h3{
        font-size: 42px;
    }
    .iabout1_con{
        font-size: 22px;
    }
    .iabout1_num ul li h3 span{
        font-size: 80px;
    }
    .iabout2{
        padding: 240px 0 170px 0;
    }
    .iabout2 h3{
        font-size: 36px;
    }
    .iabout3_con .swiper{
        width: 94%;
    }
    .iabout3_con .swiper-button-next2{
        right: -75px;
    }
    .iabout3_con .swiper-button-prev2{
        left: -75px;
    }
    .iabout3_txt1{
        font-size: 22px;
    }
    .iabout3_txt2{
        margin-top: 75px;
    }
    .inner-nav ul li{
        margin: 0 30px;
    }
    .iindustryshow1_con2{
        font-size: 19px;
    }
    .inews_title p{
        font-size: 28px;
    }
    .inews1-max-1{
        font-size: 22px;
    }
    .inews2_txt2{
        font-size: 19px;
    }
    .inews3_txt1{
        font-size: 19px;
    }
    .inewslist_title{
        font-size: 36px;
    }
    .inewslist1_txt1{
        font-size: 22px;
    }
    .show_title h3{
        font-size: 28px;
    }
    .iculture1_con{
        font-size: 22px;
    }
    .iculture2_infoss{
        font-size: 22px;
    }
    .iculture3_bg{
        padding-bottom: 44%;
    }
    .iculture3_fl_con{
        font-size: 19px;
    }
    .iculture3_txt{
        font-size: 22px;
    }
    .iculture4_con{
        font-size: 22px;
    }
    .iculture5_fr1{
        font-size: 22px;
    }
    .iculture5_fr2{
        font-size: 19px;
    }
    .icontact1_fr1{
        font-size: 28px;
    }
    .icontact2_con{
        font-size: 22px;
    }
    .indextxt1{
        font-size: 54px;
    }
    .welcome_title h3{
        font-size: 42px;
    }
    .about_con_fr ul li h3 span{
        font-size: 54px;
    }
    .circle, .circle_h{
        right: -5%;
    }
    .news_con .swiper-button-prev1{
        left: -75px;
    }
    .news_con .swiper-button-next1{
        right: -75px;
    }
    .news_con .swiper{
        width: 94%;
    }
    .culture_con .yuan::before{
        width: 132px;
        height: 133px;
    }
    .culture_con .yuan .culture_txt{
        left: 90px;
    }
    .culture_con .yuan .culture_txt1{
        font-size: 22px;
    }
    .culture_con .yuan .culture_txt2{
        font-size: 16px;
    }
    .culture_con .yuan:last-child .culture_txt{
        transform: translate(-100%, -25%);
        left: -80px;
    }

    .icultures{
        height: 645px;
    }
    .icultures_txt1{
        font-size: 42px;
    }
    .icultures_txt2{
        font-size: 28px;
    }
    .icultures_txt3{
        font-size: 18px;
    }
    .new_iculture2.icultures .container2 .icultures_txt1{
        width: 520px;
    }
    .new_iculture2.icultures .container2 .icultures_txt3{
        width: 520px;
    }
}

@media (min-width:1280px) and (max-width:1400px){
    .container1{
        padding: 0 45px;
    }
    .container2{
        width: 86%;
    }
    .move_line1, .move_line2{
        width: 7%;
    }
    .menupc .xialas .xiala_fl .xiala_fl_title{
        font-size: 22px;
    }
    .industry_con{
        margin-top: 30px;
    }
    .industry_con2{
        margin-top: 20px;
    }
    .iban_info h3{
        font-size: 44px;
    }
    .iban_info p{
        font-size: 22px;
    }
    .inner_title h3{
        font-size: 40px;
    }
    .iabout1_con{
        font-size: 21px;
    }
    .iabout1_num ul li h3 span{
        font-size: 75px;
    }
    .iabout1_num ul li p{
        margin-top: -35px;
    }
    .iabout2{
        padding: 220px 0 150px 0;
    }
    .iabout2 h3{
        font-size: 34px;
    }
    .iabout3_con .swiper{
        width: 92%;
    }
    .iabout3_con .swiper-button-next2{
        right: -55px;
    }
    .iabout3_con .swiper-button-prev2{
        left: -55px;
    }
    .iabout3_txt1{
        font-size: 21px;
    }
    .iabout3_txt2{
        margin-top: 65px;
    }
    .inner-nav ul li{
        margin: 0 24px;
    }
    .iindustryshow1_con2{
        font-size: 18px;
    }
    .inews_title p{
        font-size: 27px;
    }
    .inews1-max-1{
        font-size: 21px;
    }
    .inews2_txt2{
        font-size: 18px;
    }
    .inews3_txt1{
        font-size: 18px;
    }
    .inewslist_title{
        font-size: 34px;
    }
    .inewslist1_txt1{
        font-size: 21px;
    }
    .show_title h3{
        font-size: 27px;
    }
    .iculture1_con{
        font-size: 21px;
    }
    .iculture2_infoss{
        font-size: 21px;
    }
    .iculture3_bg{
        padding-bottom: 46%;
    }
    .iculture3_fl_con{
        font-size: 18px;
    }
    .iculture3_txt{
        font-size: 21px;
    }
    .iculture4_con{
        font-size: 21px;
    }
    .iculture5_fr1{
        font-size: 21px;
    }
    .iculture5_fr2{
        font-size: 18px;
    }
    .icontact1_fr1{
        font-size: 27px;
    }
    .icontact2_con{
        font-size: 21px;
    }
    .indextxt1{
        font-size: 50px;
    }
    .welcome_title h3{
        font-size: 40px;
    }
    .about_con_fr ul li h3 span{
        font-size: 52px;
    }
    .circle, .circle_h{
        right: -5%;
    }
    .news_con .swiper-button-prev1{
        left: -55px;
    }
    .news_con .swiper-button-next1{
        right: -55px;
    }
    .news_con .swiper{
        width: 92%;
    }
    .culture_con .yuan::before{
        width: 132px;
        height: 133px;
    }
    .culture_con .yuan .culture_txt{
        left: 90px;
    }
    .culture_con .yuan .culture_txt1{
        font-size: 22px;
    }
    .culture_con .yuan .culture_txt2{
        font-size: 16px;
    }
    .culture_con .yuan:last-child .culture_txt{
        transform: translate(-100%, -25%);
        left: -80px;
    }

    .icultures{
        height: 589px;
    }
    .icultures_txt1{
        font-size: 40px;
    }
    .icultures_txt2{
        font-size: 27px;
    }
    .icultures_txt3{
        font-size: 17px;
    }
    .new_iculture2.icultures .container2 .icultures_txt1{
        width: 500px;
    }
    .new_iculture2.icultures .container2 .icultures_txt3{
        width: 500px;
    }
}

@media (min-width:1200px) and (max-width:1279px){
    .container1{
        padding: 0 35px;
    }
    .container2{
        width: 88%;
    }
    .move_line1, .move_line2{
        width: 6%;
    }
    .menupc .xialas .xiala_fl .xiala_fl_title{
        font-size: 20px;
    }
    .industry_con{
        margin-top: 30px;
    }
    .industry_con2{
        margin-top: 20px;
    }
    .iban_info h3{
        font-size: 42px;
    }
    .iban_info p{
        font-size: 20px;
    }
    .inner_title h3{
        font-size: 38px;
    }
    .iabout1_con{
        font-size: 20px;
    }
    .iabout1_num ul li h3 span{
        font-size: 70px;
    }
    .iabout1_num ul li p{
        margin-top: -30px;
    }
    .iabout2{
        padding: 200px 0 130px 0;
    }
    .iabout2 h3{
        font-size: 32px;
    }
    .iabout3_con .swiper{
        width: 90%;
    }
    .iabout3_con .swiper-button-next2{
        right: -35px;
    }
    .iabout3_con .swiper-button-prev2{
        left: -35px;
    }
    .iabout3_txt1{
        font-size: 20px;
    }
    .iabout3_txt2{
        margin-top: 55px;
    }
    .inner-nav ul li{
        margin: 0 20px;
    }
    .iindustryshow1_con2{
        font-size: 18px;
    }
    .inews_title p{
        font-size: 26px;
    }
    .inews1-max-1{
        font-size: 20px;
    }
    .inews2_txt2{
        font-size: 18px;
    }
    .inews3_txt1{
        font-size: 18px;
    }
    .inewslist_title{
        font-size: 32px;
    }
    .inewslist1_txt1{
        font-size: 20px;
    }
    .show_title h3{
        font-size: 26px;
    }
    .iculture1_con{
        font-size: 20px;
    }
    .iculture2_infoss{
        font-size: 20px;
    }
    .iculture3_bg{
        padding-bottom: 46%;
    }
    .iculture3_fl_con{
        font-size: 18px;
    }
    .iculture3_txt{
        font-size: 20px;
    }
    .iculture4_con{
        font-size: 20px;
    }
    .iculture5_fr1{
        font-size: 20px;
    }
    .iculture5_fr2{
        font-size: 18px;
    }
    .icontact1_fr1{
        font-size: 26px;
    }
    .icontact2_con{
        font-size: 20px;
    }
    .indextxt1{
        font-size: 46px;
    }
    .welcome_title h3{
        font-size: 38px;
    }
    .about_con_fr ul li h3 span{
        font-size: 50px;
    }
    .circle, .circle_h{
        right: -5%;
    }
    .news_con .swiper-button-prev1{
        left: -35px;
    }
    .news_con .swiper-button-next1{
        right: -35px;
    }
    .news_con .swiper{
        width: 90%;
    }
    .culture_con .yuan::before{
        width: 132px;
        height: 133px;
    }
    .culture_con .yuan .culture_txt{
        left: 90px;
    }
    .culture_con .yuan .culture_txt1{
        font-size: 22px;
    }
    .culture_con .yuan .culture_txt2{
        font-size: 16px;
    }
    .culture_con .yuan:last-child .culture_txt{
        transform: translate(-100%, -25%);
        left: -80px;
    }

    .icultures{
        height: 553px;
    }
    .icultures_txt1{
        font-size: 38px;
    }
    .icultures_txt2{
        font-size: 26px;
    }
    .icultures_txt3{
        font-size: 16px;
    }
    .new_iculture2.icultures .container2 .icultures_txt1{
        width: 480px;
    }
    .new_iculture2.icultures .container2 .icultures_txt3{
        width: 480px;
    }
}

@media(max-width:1199px) {
    .container1{
        width:100%;
        margin:0 auto;
        padding-left:15px;
        padding-right:15px;
    }
    .container2{
        width:100%;
        margin:0 auto;
        padding-left:15px;
        padding-right:15px;
    }
    .show_content img{
        display:block;
        max-width:100%;
        height:auto;
        margin: auto;
    }
    .indextxt1{
        font-size: 50px;
    }
    .circle, .circle_h{
        right: 0;
        bottom: 0;
        top: auto;
        transform: translate(0, 0);
    }
    .circle img, .circle_h img{
        max-width: 100%;
        margin: 0 auto;
    }
    .move_line1, .move_line2{
        width: 10%;
    }
    .about_content .container2{
        width: 80%;
        padding: 0;
    }
    .about_content .welcome_title{
        text-align: center;
    }
    .welcome_title h3{
        font-size: 40px;
    }
    .about_con_fl{
        width: 100%;
    }
    .about_con_fr{
        width: 100%;
        margin-top: 35px;
    }
    .about_con_fr ul li h3 span{
        font-size: 50px;
    }
    .about_content .welcome_more a{
        margin: 35px auto 0 auto;
    }
    .news_con .swiper{
        width: 85%;
    }
    .news_con .swiper-button-next1, .news_con .swiper-button-prev1{
        width: 59px;
        height: 59px;
    }
    .news_con .swiper-button-prev1{
        left: 0;
    }
    .news_con .swiper-button-next1{
        right: 0;
    }
    .culture_con{
        height: 100vh;
        width: 100px;
        background: url("/static/web/images/xuxianm.png") no-repeat center;
        background-size: 100% 100%;
        top: 0;
        left: 50%;
        margin-left: -50px;
        z-index: 20;
    }
    .culture_con .yuan::before{
        width: 60px;
        height: 60px
    ;}
    .culture_con .yuan1{
        top: 20%;
        left: 88.8%;
    }
    .culture_con .yuan2{
        top: 47%;
        left: 60%;
    }
    .culture_con .yuan3{
        top: 73.7%;
        right: 83.4%;
    }
    .culture_con .yuan .culture_txt{
        top: 60px;
        left: 60%;
        transform: translateX(-50%);
        text-align: left;
        line-height: 24px;
    }
    .culture_con .yuan3 .culture_txt{
        top:50%;
        left:50px;
        width:180px;
        transform: translate(0,-50%);
        text-align: left;
    }
    .culture_con .yuan3:last-child .culture_txt{
        top:50%;
        left:50px;
        width:180px;
        transform: translate(0,-50%);
        text-align: left;
    }
    .footer1_t_fl{
        width: 20%;
    }
    .footer1_t_fr{
        width: 70%;
    }
    .indexstyle .header1{
        background: transparent;
        border-bottom: none;
    }
    .indexstyle .phonelogo1{
        display: block;
    }
    .indexstyle .phonelogo2{
        display: none;
    }
    .innerstyle .phonelogo1{
        display: none;
    }
    .innerstyle .phonelogo2{
        display: block;
    }
    .iban_info h3{
        font-size: 38px;
    }
    .iban_info p{
        font-size: 26px;
        margin-top: 25px;
    }
    .iabout1{
        margin-top: 50px;
    }
    .iabout1_con{
        font-size: 20px;
        line-height: 2;
        margin: 35px 0;
    }
    .iabout1_num{
        margin-bottom: 10px;
    }
    .iabout1_num ul li{
        margin-bottom: 40px;
    }
    .iabout1_num ul li h3 span{
        font-size: 60px;
    }
    .iabout1_num ul li p{
        margin-top: -30px;
    }
    .iabout2{
        padding: 100px 0 120px 0;
    }
    .iabout2 h3{
        font-size: 32px;
    }
    .inner_title h3{
        font-size: 30px;
    }
    .iabout3{
        margin: 50px 0;
    }
    .iabout3_con{
        margin: 35px 0 40px 0;
    }
    .iabout3_con .swiper{
        width: 85%;
    }
    .iabout3_con .swiper-button-next2, .iabout3_con .swiper-button-prev2{
        width: 59px;
        height: 59px;
    }
    .iabout3_con .swiper-button-next2{
        right: 0;
    }
    .iabout3_con .swiper-button-prev2{
        left: 0;
    }
    .iabout3_txt2{
        margin-top: 50px;
    }
    .iindustry{
        margin: 50px 0 40px 0;
    }
    .iindustry_con{
        margin: 35px 0 5px 0;
    }
    .inner-nav{
        height: auto;
    }
    .inner-nav ul{
        flex-wrap: wrap;
    }
    .inner-nav ul li{
        margin: 0 10px;
    }
    .iindustryshow1{
        padding: 50px 0;
    }
    .iindustryshow1_con1{
        margin: 35px 0;
    }
    .iindustryshow2{
        margin: 50px 0;
    }
    .iindustryshow2 .inews_title .tp img{
        width: 58px;
        height: 58px;
    }
    .iindustryshow3{
        margin-bottom: 50px;
    }
    .inews1{
        margin: 50px 0;
    }
    .inews1_con{
        margin-top: 35px;
    }
    .inews1_con_fr{
        padding: 35px 20px 0 20px;
    }
    .inews1-min-2{
        margin-bottom: 35px;
    }
    .inews1-max-1{
        font-size: 20px;
    }
    .inews2{
        padding: 50px 0 43px 0;
    }
    .inews2_con{
        margin-top: 35px;
    }
    .inews_title p{
        font-size: 26px;
    }
    .inews_title a{
        font-size: 16px;
    }
    .inewslist1{
        margin-top: 50px;
    }
    .inewslist_title{
        font-size: 32px;
    }
    .inewslist1_txt{
        padding: 40px 25px;
    }
    .inewslist1_txt1{
        font-size: 20px;
    }
    .inewslist2{
        margin: 35px 0 27px 0;
    }
    .inewsshow1{
        margin: 50px 0;
    }
    .show_title{
        margin-bottom: 25px;
    }
    .show_title h3{
        font-size: 26px;
    }
    .inewsshow2{
        padding: 50px 0 40px 0;
    }
    .iculture1{
        margin: 50px 0;
    }
    .iculture1 .iculture1s{
        padding: 50px 0 100px 0;
    }
    .iculture1_con{
        font-size: 20px;
    }
    .iculture1_con1{
        margin: 50px 0 35px 0;
    }
    .iculture2 .inner_title{
        top: 50px;
    }
    .iculture2_infoss{
        font-size: 20px;
    }
    .iculture2_infos{
        height: 521px;
    }
    .iculture3{
        margin: 50px 0 151px 0;
    }
    .iculture3_con{
        top: 50px;
    }
    .iculture3_bg{
        padding-bottom: 45%;
    }
    .iculture3_fl{
        margin-left: 35px;
    }
    .iculture3_fl_con{
        margin-top: 35px;
    }
    .iculture3_fr{
        margin-right: 35px;
    }
    .iculture3_txt{
        font-size: 20px;
        left: 20px;
        text-align: left;
    }
    .iculture4{
        padding: 50px 0 100px 0;
    }
    .iculture4_con{
        margin-top: 40px;
        font-size: 20px;
    }
    .iculture5{
        padding: 50px 0;
    }
    .iculture5_fr{
        width: 55%;
    }
    .iculture5_fr1{
        font-size: 20px;
        margin: 35px 0;
    }
    .iculture5_fr2{
        font-size: 18px;
    }
    .icontact1{
        margin: 50px 0 60px 0;
    }
    .icontact1_con{
        margin-top: 35px;
        padding: 30px;
    }
    .icontact1_fr1{
        font-size: 26px;
    }
    .icontact1_fr2{
        margin: 25px 0 35px 0;
    }
    .icontact1_fr3 li{
        padding: 20px 0;
    }
    .icontact2{
        padding: 50px 0;
    }
    .icontact2_con{
        font-size: 20px;
        margin-bottom: 35px;
    }
    .icontact3{
        margin: 50px 0;
    }
    .icontact3_con{
        margin-top: 35px;
    }
    .tj{
        width: 100%;
        justify-content: center;
        margin-top: 35px;
    }
    .iabout3_txt1{
        font-size: 20px;
    }
    .inews1-max-1{
        margin-top: 25px;
    }
    .iculture6{
        padding-bottom: 50px;
    }

    .icultures{
        height: 471px;
    }
    .icultures_txt1{
        font-size: 34px;
    }
    .icultures_txt2{
        font-size: 24px;
    }
    .icultures_txt3{
        margin-top: 25px;
        font-weight: 300;
        font-size: 20px;
        color: #FFFFFF;
        line-height: 2;
    }
    .new_iculture2.icultures .container2 .icultures_txt1{
        width: 480px;
    }
    .new_iculture2.icultures .container2 .icultures_txt3{
        width: 480px;
    }
}


@media(max-width:820px) {
    .news_con .swiper{
        width: 82%;
    }
    .footer1_t_fr{
        padding-top: 16px;
    }
    .footer1_b_fl{
        width: 42%;
    }
    .footer1_b_fr{
        width: 50%;
    }
    .iban_info h3{
        font-size: 30px;
    }
    .iban_info p{
        font-size: 20px;
        letter-spacing: 5px;
    }
    .inner_title h3{
        font-size: 24px;
    }
    .iabout1_con{
        font-size: 18px;
    }
    .iabout1_num ul li h3 span{
        font-size: 50px;
    }
    .iabout1_num ul li p{
        margin-top: -20px;
    }
    .iabout2 h3{
        font-size: 26px;
    }
    .iabout3_con .swiper{
        width: 80%;
    }
    .iabout3s a{
        flex-direction: column;
    }
    .iabout3_txt{
        width: 100%;
        margin-top: 0;
    }
    .iabout3_img{
        width: 100%;
    }
    .iabout3_txt2{
        margin: 25px 0;
    }
    .iindustryshow1_con2{
        font-size: 18px;
    }
    .inews1-max-1{
        font-size: 18px;
    }
    .inews1_con{
        flex-direction: column;
    }
    .inews1_con_fl{
        width: 100%;
    }
    .inews1_con_fr{
        width: 100%;
        margin-top: 25px;
    }
    .inewslist1_txt1{
        font-size: 18px;
    }
    .inewslist_title{
        font-size: 26px;
    }
    .iculture1 .iculture1s{
        padding: 50px 35px 100px 35px;
    }
    .iculture1_con{
        font-size: 18px;
    }
    .iculture1_con2 br{
        display: none;
    }
    .iculture2_infos{
        width: 100%;
        height: 121px;
        border-right: none;
        border-top: 1px solid rgba(255, 255, 255, .2);
    }
    .iculture2 .inner_title{
        position: inherit;
        top: 0;
        padding: 50px 0;
    }
    .inner_title h3{
        font-size: 20px;
    }
    .iculture3_fl{
        padding-top: 0;
    }
    .iculture3_fl_con{
        font-size: 18px;
    }
    .iculture3_txt{
        font-size: 18px;
        bottom: 25px;
    }
    .iculture3_fr .swiper-pagination1{
        bottom: 35px;
    }
    .iculture4_con{
        font-size: 18px;
    }
    .iculture5_fr1{
        font-size: 18px;
    }
    .iculture5_fr2{
        font-size: 16px;
    }
    .iculture5_fr{
        padding-top: 35px;
    }
    .icontact1_fr1{
        font-size: 22px;
    }
    .icontact1_fr2{
        font-size: 16px;
    }
    .icontact1_fr3 li{
        font-size: 16px;
        padding: 15px 0;
    }
    .icontact1_fr3 li span{
        padding: 0 25px 0 41px;
    }
    .icontact1_fr3 li span{
        font-size: 16px;
    }

    .icultures{
        height: 378px;
    }
    .icultures_txt1{
        font-size: 28px;
    }
    .icultures_txt2{
        font-size: 20px;
    }
    .icultures_txt3{
        font-size: 16px;
    }
    .new_iculture2.icultures .container2 .icultures_txt1{
        width: 380px;
    }
    .new_iculture2.icultures .container2 .icultures_txt3{
        width: 380px;
    }
}

@media(max-width:768px) {
    .indextxt1{
        font-size: 40px;
    }
    .welcome_title h3{
        font-size: 30px;
    }
    .welcome_title p{
        font-size: 16px;
    }
    .about_con_fr ul li h3 span{
        font-size: 40px;
    }
    .footer1_t_fl{
        width: 17%;
    }
    .footer1_t_fr{
        width: 75%;
        padding-top: 10px;
    }
    .footer1_b_fr{
        width: 53%;
    }
}

@media(max-width:600px) {
    .indextxt1{
        font-size: 30px;
        letter-spacing: 5px;
    }
    .full_slider .swiper-pagination-vertical.swiper-pagination-bullets, .full_slider .swiper-vertical>.swiper-pagination-bullets{
        right: 15px;
    }
    .scroll{
        bottom: 15px;
        right: 15px;
    }
    .indextxt2{
        font-size: 16px;
        margin: 35px 0;
        line-height: 35px;
    }
    .indextxt3{
        margin-top: 35px;
    }
    .sidenav.swiper-pagination{
        display: none !important;
    }
    .welcome_title h3{
        font-size: 26px;
    }
    .welcome_title p{
        font-size: 14px;
    }
    .about_con{
        margin-top: 25px;
    }
    .about_con_fl{
        height: 140px;
        -webkit-line-clamp: 4;
    }
    .about_con_fr{
        margin-top: 25px;
    }
    .about_con_fr ul li{
        margin-bottom: 25px;
    }
    .about_con_fr ul li h3 span{
        font-size: 30px;
    }
    .industry_con{
        margin-top: 25px;
    }
    .news_con{
        margin: 25px 0;
    }
    .news_con .swiper{
        width: 70%;
    }
    .news_txt{
        padding: 20px 15px 25px 15px;
    }
    .news_con .swiper-button-next1, .news_con .swiper-button-prev1{
        width: 50px;
        height: 50px;
    }
    .culture_content{
        padding-top: 20%;
    }
    .culture_con .yuan .culture_txt2{
        display: none;
    }
    .culture_con .yuan1{
        top: 30%;
        left: 92.8%;
    }
    .culture_con .yuan2{
        top: 52%;
        left: 48%;
    }
    .culture_con .yuan .culture_txt{
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }
    .culture_con .yuan .culture_txt1{
        font-size: 20px;
    }
    .footer1{
        padding: 30px 0;
    }
    .footer1_t{
        flex-wrap: wrap;
    }
    .footer1_t_fl{
        width: 100%;
    }
    .footer1_t_fl a img{
        height: 48px;
    }
    .footer1_t_fr{
        width: 100%;
        margin-top: 20px;
    }
    .footer1_t_fr ul{
        flex-wrap: wrap;
    }
    .footer1_t_fr ul li{
        width: 33.3%;
        text-align: center;
    }
    .footer1_t_fr ul li a{
        line-height: 30px;
        font-size: 16px;
    }
    .menulist{
        display: none;
    }
    .footer1_b{
        flex-wrap: wrap;
        margin-top: 25px;
    }
    .footer1_b_fl{
        width: 100%;
    }
    .footer1_b_fl h3{
        margin-bottom: 10px;
    }
    .footer1_b_fr{
        width: 100%;
        margin-top: 20px;
    }
    .footer2{
        flex-wrap: wrap;
    }
    .footer2_fl{
        width: 100%;
    }
    .footer2_fr{
        display: none;
    }
    .sb2{
        width: 65px;
    }
    .sbl{
        flex: 1;
    }
    .siteLinks .select_box span{
        width: 90%;
    }
    .iban_info h3{
        font-size: 24px;
    }
    .iban_info p{
        margin-top: 15px;
        font-size: 18px;
        line-height: 30px;
    }
    .iabout1{
        margin-top: 35px;
    }
    .iabout1_con{
        font-size: 16px;
        margin: 25px 0;
    }
    .iabout1_num ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .iabout1_num ul li h3 span{
        font-size: 40px;
    }
    .iabout1_num ul li p{
        padding: 35px 20px 30px 20px;
    }
    .iabout2{
        padding: 50px 0;
    }
    .iabout2 h3{
        font-size: 22px;
    }
    .iabout2 .m-video{
        margin: 35px auto 0 auto;
    }
    .iabout3{
        margin: 35px 0;
    }
    .iabout3_con{
        margin: 25px 0;
    }
    .iabout3_con .swiper{
        width: 70%;
    }
    .iabout3s a{
        padding: 20px;
    }
    .iabout3_con .swiper-button-next2, .iabout3_con .swiper-button-prev2{
        width: 50px;
        height: 50px;
    }
    .iindustry{
        margin: 35px 0;
    }
    .iindustry_con{
        margin: 25px 0 5px 0;
    }
    .iindustry_con ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .iabout3_txt2{
        height: 75px;
        -webkit-line-clamp: 3;
    }
    .iindustryshow1{
        padding: 35px 0;
    }
    .iindustryshow1_con1{
        margin: 25px 0;
    }
    .iindustryshow1_con2{
        font-size: 16px;
        line-height: 2;
    }
    .iindustryshow1_con3{
        margin-top: 25px;
    }
    .inews_title p{
        font-size: 22px;
    }
    .iindustryshow2 .inews_title .tp img{
        width: 48px;
        height: 48px;
    }
    .iindustryshow3{
        margin-bottom: 35px;
    }
    .iindustryshow3 ul li{
        width: 100%;
        margin-bottom: 20px;
    }
    .iindustryshow3 ul li:last-child{
        margin-bottom: 0;
    }
    .iindustryshow3 ul li:nth-child(1) a .iindustryshow3_img{
        border-radius: 30px;
    }
    .iindustryshow3 ul li:nth-child(2) a .iindustryshow3_img{
        border-radius: 30px;
    }
    .cyxq{
        padding-top: 60px;
    }
    .cyxq .iban_info{
        padding-top: 30px;
    }
    .inner-location-fl a:nth-child(1){
        padding: 0 15px 0 0;
    }
    .inner-location-fl a{
        padding: 0 15px;
    }
    .inner-location-fl span{
        margin-left: 15px;
    }
    .inews1{
        margin: 35px 0;
    }
    .inews1_con{
        margin-top: 25px;
    }
    .inews1_con_fl{
        padding-bottom: 30px;
    }
    .inews1_con_fl .swiper-pagination2{
        bottom: 0;
        justify-content: center;
    }
    .inews2{
        padding: 35px 0;
    }
    .inews_title p{
        font-size: 20px;
    }
    .inews_title p:after{
        width: 30px;
    }
    .inews2_con{
        margin-top: 25px;
    }
    .inews3{
        margin: 35px 0;
    }
    .inews3_con{
        margin-top: 25px;
    }
    .inews3_txt{
        padding: 25px 18px 20px 18px;
    }
    .inews3_txt1{
        font-size: 18px;
    }
    .inewslist1{
        margin-top: 35px;
    }
    .inewslist_title{
        font-size: 22px;
    }
    .inewslist1_con{
        margin-top: 25px;
    }
    .inewslist1s a{
        padding-bottom: 35px;
    }
    .inewslist1_img{
        width: 100%;
        border-radius: 10px 10px 0 0;
    }
    .inewslist1_txt{
        width: 100%;
        position: inherit;
        padding: 25px 20px;
    }
    .inewslist1_txt3{
        margin-top: 35px;
    }
    .inewslist1_con .swiper-pagination100{
        justify-content: center;
        bottom: 0;
    }
    .inewslist2{
        margin: 25px 0;
    }
    .inewslist2_con ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .inewsshow1{
        margin: 35px 0;
    }
    .show_title h3{
        font-size: 22px;
    }
    .show_content{
        font-size: 16px;
        padding: 25px 0 35px 0;
    }
    .show_back{
        padding-top: 25px;
        flex-wrap: wrap;
    }
    .show_back_fl{
        width: 100%;
    }
    .show_back_fl li{
        font-size: 16px;
    }
    .show_back_fl li a{
        font-size: 16px;
    }
    .show_back_fr{
        width: 100%;
        margin-top: 25px;
    }
    .show_back_fr a{
        margin: 0 auto;
    }
    .inewsshow2{
        padding: 35px 0;
    }
    .inews2_txt2{
        margin: 30px 0 25px 0;
        font-size: 18px;
    }
    .iculture1{
        margin: 35px 0;
    }
    .iculture1 .iculture1s{
        padding: 35px 20px;
    }
    .iculture1_con{
        font-size: 16px;
    }
    .iculture1_con1{
        margin: 30px 0 25px 0;
    }
    .iculture2_infoss{
        font-size: 18px;
        padding: 0 20px;
    }
    .iculture3{
        margin: 35px 0;
    }
    .iculture3_bg{
        padding-bottom: 75%;
    }
    .iculture3_con{
        top: 0;
        position: inherit;
    }
    .iculture3_bg{
        display: none;
    }
    .iculture3_fl{
        background: url(/static/web/images/iculture3bg.jpg) no-repeat center;
        background-size: cover;
        border-radius: 30px;
        width: 100%;
        margin-left: 0;
        padding: 35px 20px;
    }
    .iculture3_fr{
        width: 100%;
        margin-right: 0;
        padding: 25px 0 0 0;
    }
    .iculture3_fl_con{
        font-size: 16px;
        margin-top: 25px;
    }
    .iculture4{
        padding: 50px 0;
    }
    .iculture4_con{
        font-size: 16px;
        margin-top: 25px;
    }
    .iculture5{
        padding: 35px 0;
    }
    .iculture5_fl{
        width: 100%;
    }
    .iculture5_fr{
        width: 100%;
        padding-top: 25px;
    }
    .iculture5_fr1{
        font-size: 16px;
        margin: 25px 0;
    }
    .icontact1{
        margin: 35px 0;
    }
    .icontact1_fl{
        width: 100%;
    }
    .icontact1_fr{
        width: 100%;
        margin-top: 25px;
    }
    .icontact1_con{
        margin-top: 25px;
        padding: 20px;
    }
    .icontact1_fr3 li{
        align-items: center;
    }
    .icontact1_fr3 li span{
        width: 100px;
    }
    .icontact1_fr3 li p{
        flex: 1;
    }
    .icontact2_con{
        margin-bottom: 25px;
    }
    .icontact2_con br{
        display: none;
    }
    .icontact3{
        margin: 35px 0;
    }
    .lx1{
        margin-bottom: 0;
    }
    .lx1s{
        width: 100%;
        margin-bottom: 20px;
    }
    .lx2 .lx1s{
        height: 200px;
    }
    .lx3 .lx1s{
        width: 65%;
    }
    .yzm{
        width: 35%;
        padding-left: 15px;
        margin-left: 0;
        margin-bottom: 20px;
    }
    .tj{
        margin-top: 15px;
    }
    .iculture6 .iculture5_fr{
        padding-top: 0;
    }
    .iculture6 .iculture5_fl{
        margin-top: 25px;
    }

    .icultures{
        height: 328px;
    }
    .icultures_txt3 br{
        display: none;
    }
    .icultures_txt1{
        font-size: 22px;
    }
    .icultures_txt2{
        font-size: 18px;
    }
    .new_iculture2.icultures .container2 .icultures_txt1{
        width: 100%;
    }
    .new_iculture2.icultures .container2 .icultures_txt3{
        width: 100%;
    }
}

@media(max-width:390px) {

}

@media(max-width:320px) {
    .news_con .swiper{
        width: 65%;
    }
    .indextxt1{
        font-size: 26px;
    }
    .welcome_title h3{
        font-size: 20px;
    }
    .about_con_fr ul li h3 span{
        font-size: 26px;
    }
    .iban_info h3{
        font-size: 20px;
    }
    .iban_info p{
        font-size: 16px;
        line-height: 25px;
    }
    .inner-location-fl a{
        padding: 0 10px;
    }
    .inner-location-fl a:nth-child(1){
        padding: 0 10px 0 0;
    }
    .inner-location-fl span{
        margin-left: 10px;
    }
    .inner-nav ul li{
        margin: 0 15px;
    }
    .inner-nav ul li a{
        font-size: 16px;
    }
    .iabout1_num ul li h3 span{
        font-size: 30px;
    }
    .iabout1_num ul li p{
        margin-top: -15px;
    }
    .iabout3_con .swiper{
        width: 65%;
    }
    .show_title h3{
        font-size: 20px;
    }
}














<!--耗时1780553036.157秒-->