@charset "utf-8";
*, *: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
}
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:#999;
}
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:#999;
}
:-moz-placeholder {
    color:#999;
    opacity:1;
}
::-moz-placeholder {
    color:#999;
    opacity:1;
}
:-ms-input-placeholder{
    color:#999;
}
.clearfix:after {
    clear:both;
    height:0;
    content:"";
    line-height:0;
    font-size:0;
    display:block
}
.clear {
    clear:both;
}

body {
    font-family: Arial;
    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: 96%;
    margin: 0 auto;
}
.container2 {
    width: 1515px;
    margin: 0 auto;
}
.show_p:hover{
    color: #386A8F;
}
header {
	width:100%;
	margin:0 auto;
    position: absolute;
    z-index: 999;
    top: 0;
}
.daohang {
	display:block;
	width:100%;
	margin:0 auto;
	height:79px;
	clear:both;
    transition: .5s;
}
.daohang .container1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
}
.yx a {
	display: flex;
    align-items: center;
}
.yx img {
	max-width:100%;
	height:43px;
    transition: .5s;
}
.yx img.logo{
    display: block;
}
.yx img.logo1{
    display: none;
}
.logo_txt{
    display: flex;
    flex-direction: column;
    border-left: 1px solid rgba(255,255,255,.2);
    padding-left: 17px;
    margin-left: 13px;
}
.logo_txt p{
    font-size: 15px;
    font-weight: 400;
    color: #FFFFFF;
}
.logo_txt p span{
    font-weight: bold;
}
.nav-fr{
    display: flex;
    align-items: center;
}
.menupc li{
    float: left;
    text-align: center;
    line-height:79px;
    z-index: 9;
    position: static;
    margin-right: 55px;
}
.menupc li:hover a{
    color: #006697 !important;
    font-weight: bold;
}
.menupc li a{
    display:block;
    color: #fff;
    font-size: 16px;
    z-index: 999;
    position: relative;
    text-transform: uppercase;
}
.menupc li a:hover{
    color: #006697 !important;
    font-weight: bold !important;
}
.menupc li a.current{
    color: #006697 !important;
    font-weight: bold !important;
}
.menupc .xiala{
    position: absolute;
    z-index: 999;
    display: none;
    background: url("../images/ulbg.png") right center;
    overflow: hidden;
    left: 0;
    width: 100%;
    height: auto;
    text-align: left;
    line-height: 0;
}
.menupc .xiala .container2{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.menupc .xiala .xiala_fl{
    width: 39.5%;
    padding: 53px 0 47px 0;
}
.menupc .xiala .xiala_fr{
    width: 56.5%;
    border-left: 1px solid #1F5278;
    margin-left: 4%;
    padding-left: 4%;
    padding-top: 70px;
}
.menupc .xiala .xiala_frs{
    border-bottom: 1px solid #1F5278;
    display: flex;
    flex-wrap: wrap;
}
.menupc .xiala .xiala_fr a{
    font-size: 16px;
    font-weight: 400;
    color: #fff !important;
    font-weight: normal !important;
    line-height: 42px;
    position: relative;
    margin-right: 30px;
    padding-bottom: 20px;
}
.menupc .xiala .xiala_fr a:after{
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #3DC2FF;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: .5s;
}
.menupc .xiala .xiala_fr a:hover{
    color: #3DC2FF !important;
}
.menupc .xiala .xiala_fr a:hover:after{
    width: 100%;
}
.menupc .xiala .xiala_fr a.current{
    color: #3DC2FF !important;
}
.menupc .xiala .xiala_fr a.current:after{
    width: 100%;
}
.header-search {
    float: left;
    background: url(../images/li.jpg) no-repeat right center;
    padding-right: 14px;
}
.header-search .pull-right {
    width: 14px;
    height: 100%;
    background: url(../images/search.png) no-repeat center center;
    background-size: 14px 14px;
    color:#000;
    cursor:pointer;
}
.header-search .pull-right a {
    display:block;
    height: 79px;
    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: 79px;
    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: #cdcdcd;
    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 #002a5c;
}
.search-container .btn {
    top: 0;
    border: 0;
    right: 0;
    color: #003A99;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    border-radius: 0;
    background:#003A99 url(../images/overlay-icon.png) no-repeat center center;
}
#search-closed {
    right: 0;
    top: 15px;
    max-width: 30px;
    position: absolute;
    cursor: pointer
}
.nation{
    float: right;
    margin: 0 0 0 13px;
    position: relative;
}
.nation_t{
    cursor: pointer;
}
.nation_t h3{
    color: #fff;
    background: url("../images/jt.png") no-repeat right center;
    background-size: 9px 6px;
    padding-right: 16px;
    text-transform: capitalize;
}
.nation_b{
    display: none;
    background-color: #fff;
    padding: 10px 0;
    overflow: hidden;
    position: absolute;
    width: 65px;
    top:30px;
    z-index: 99;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 5px;
    left: 50%;
    transform: translate(-50%, 0);
}
.nation_b li{
    line-height: 25px;
    text-align: center;
}
.nation_b li a{
    display: block;
    font-size: 12px;
    color: #0a0c0e;
}
.nation_b li a:hover{
    color: #72c02c;
}

.daohang.hover{
    background-color: #fff;
}
.daohang.hover .yx a .logo{
    display: none;
}
.daohang.hover .yx a .logo1{
    display: block;
}
.daohang.hover .logo_txt p{
    color: #666;
}
.daohang.hover .logo_txt p span{
    color: #006697;
}
.daohang.hover .menupc li a{
    color: #333;
}
.daohang.hover .menupc li .current{
    color: #006697;
}
.daohang.hover .header-search {
    background: url(../images/li.jpg) no-repeat right center;
}
.daohang.hover .header-search .pull-right{
    background: url(../images/search_h.png) no-repeat center center;
    background-size: 14px 14px;
}
.daohang.hover .nation_t h3{
    color: #999;
    background: url(../images/jt_h.png) no-repeat right center;
    background-size: 9px 6px;
}

.daohang.guding{
    position: fixed;
    z-index: 999;
    box-shadow: 0px 1px 10px 3px rgba(24,62,160,.06);
    background-color: #fff;
}
.daohang.guding .yx img.logo{
    display: none;
}
.daohang.guding .yx img.logo1{
    display: block;
}
.daohang.guding .menupc li a{
    color: #333;
}
.daohang.guding .logo_txt p{
    color: #666;
}
.daohang.guding .logo_txt p span{
    color: #006697;
}
.daohang.guding .menupc li a{
    color: #333;
}
.daohang.guding .menupc li .current{
    color: #333;
}
.daohang.guding .header-search {
    background: url(../images/li.jpg) no-repeat right center;
}
.daohang.guding .header-search .pull-right{
    background: url(../images/search_h.png) no-repeat center center;
    background-size: 14px 14px;
}
.daohang.guding .nation_t h3{
    color: #999;
    background: url(../images/jt_h.png) no-repeat right center;
    background-size: 9px 6px;
}

.inner .daohang{
    position: fixed;
    z-index: 999;
    box-shadow: 0px 1px 10px 3px rgba(24,62,160,.06);
    background-color: #fff;
}
.inner .daohang .yx img.logo{
    display: none;
}
.inner .daohang .yx img.logo1{
    display: block;
}
.inner .daohang .menupc li a{
    color: #333;
}
.inner .daohang .logo_txt p{
    color: #666;
}
.inner .daohang .logo_txt p span{
    color: #006697;
}
.inner .daohang .menupc li a{
    color: #333;
}
.inner .daohang .menupc li .current{
    color: #333;
}
.inner .daohang .header-search {
    background: url(../images/li.jpg) no-repeat right center;
}
.inner .daohang .header-search .pull-right{
    background: url(../images/search_h.png) no-repeat center center;
    background-size: 14px 14px;
}
.inner .daohang .nation_t h3{
    color: #999;
    background: url(../images/jt_h.png) no-repeat right center;
    background-size: 9px 6px;
}



/*swiper的banner*/
.home-banner {
    width:100%;
    margin: 0 auto;
    position:relative;
}
.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.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;
}
.banners img{
    display: block;
    width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
}
.ban_btn{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 999;
    width: 100%;
}
.ban_btn .container1{
    display: flex;
    justify-content: flex-end;
}
.ban_btns{
    width: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.home-banner .swiper-pagination{
    position: inherit;
    bottom: inherit;
    width: auto;
    text-align: right;
}
.swiper-btn{
    display: flex;
    justify-content: flex-end;
}
.swiper-btn ul{
    display: flex;
    flex-direction: column;
}
.swiper-btn ul li{
    width: 6px;
    height: 6px;
    background: #fff;
    margin: 10px 0px;
    border-radius: 50%;
    position: relative;
}
.swiper-btn ul li:after{
    content: '';
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 20px;
    height: 20px;
    border: 1px solid rgba(255,255,255,.43);
    border-radius: 50%;
}
.swiper-btn ul li.active:after{
    display: block;
}
.swiper-line{
    display: flex;
    justify-content: flex-end;
}
.swiper-line span{
    width: 1px;
    height: 65px;
    background: rgba(255,255,255,.2);
}
.home-banner .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
    background: #fff;
    opacity: 1;
    outline: none;
    margin: 10px 0px !important;
    border-radius: 50%;
}
.home-banner .swiper-pagination-bullet-active{
    position: relative;
}
.home-banner .swiper-pagination-bullet-active::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 20px;
    height: 20px;
    border: 1px solid rgba(255,255,255,.43);
    border-radius: 50%;
}
.home-banner .swiper-pagination-fraction{
    font-size: 14px;
    color: #fff;
}
.home-banner .swiper-pagination-fraction .swiper-pagination-current{
    font-size: 18px;
    font-weight: bold;
}



.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;
    }
}

footer{
    width: 100%;
    margin: 0 auto;
    background: #3A3A3A;
}
.footer2{
    border-top: 1px solid #444;
    padding: 14px 0;
}
.footer2 .container1{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.footer2_fl{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.footer2_fl1{
    width: 342px;
    height: 33px;
    background-color: transparent;
    color: #666;
    border: 1px solid #666666;
    border-radius: 17px;
}
.sbl {
    width: 342px;
    height: 33px;
    margin: 0 auto;
}
.siteLinks .select_box{
    POSITION: relative;
    z-index: 999;
}
.siteLinks .select_box span{
    LINE-HEIGHT: 31px;
    WIDTH: 302px;
    margin: 0 auto;
    DISPLAY: block;
    HEIGHT: 31px;
    COLOR: #666;
    OVERFLOW: hidden;
    CURSOR: pointer;
    background: url("../images/fjt.png") no-repeat right center;
    background-size: 12px 6px;
}
.siteLinks .select_box ul li{
    CURSOR: pointer;
    float: left;
}
.siteLinks .select_box ul li a{
    color:#fff;
    display:block;
    float: left;
    min-width: 90px;
}
.siteLinks .son_ul {
    POSITION: absolute;
    BOTTOM: 33px;
    DISPLAY: none;
    LEFT: 0;
    background-color: #444;
    padding: 15px 20px;
    padding: 15px 20px;
    width: 100%;
}
.siteLinks .son_ul li{
    font-size: 14px;
    LINE-HEIGHT: 25px;
    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;
}
.siteLinks a:hover {
    text-decoration:none;
}
.footer2_fl2{
    margin-left: 31px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    text-transform: uppercase;
}
.footer2_fl2 a{
    color: #666666;
}
.footer2_fl2 a:hover{
    color: #fff;
}
.footer2_fr{
    display: flex;
    align-items: center;
}
.footer2_fr a{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}
.footer2_fr a:hover{
    color: #fff;
}

.footer1{
    padding: 45px 0;
}
.footer1 .container1{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.footer1_1{
    width: 10%;
    margin-right: 5%;
}
.footer1_1_t{
    margin-bottom: 17px;
    overflow: hidden;
}
.footer1_1_t a{
    display: block;
}
.footer1_1_t a img{
    display: block;
    max-width: 100%;
    height: 49px;
}
.footer1_1_b ul{
    display: flex;
    align-items: center;
}
.footer1_1_b ul li{
    margin-right: 23px;
}
.footer1_1_b ul li:last-child{
    margin-right: 0;
}
.footer1_1_b ul li a{
    display: block;
    width: 34px;
    height: 34px;
    background-size: 34px 34px !important;
    transition: .5s;
}
.footer1_1_b ul li a.qq{
    background: url("../images/qq.png") no-repeat center;
}
.footer1_1_b ul li a.wx{
    background: url("../images/wx.png") no-repeat center;
}
.footer1_1_b ul li a.wb{
    background: url("../images/wb.png") no-repeat center;
}
.footer1_1_b ul li a.qq:hover{
    background: url("../images/qq_h.png") no-repeat center;
}
.footer1_1_b ul li a.wx:hover{
    background: url("../images/wx_h.png") no-repeat center;
}
.footer1_1_b ul li a.wb:hover{
    background: url("../images/wb_h.png") no-repeat center;
}
.footer1_2{
    width: 49%;
}
.footer1_2 ul{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.footer1_2 ul li{
    width: 20%;
    padding: 0 10px;
    line-height: 30px;
    text-align: center;
}
.footer1_2 ul li a{
    display: block;
    font-size: 18px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.menulist{
    margin-top: 10px;
}
.menulist ul{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.menulist ul li{
    width: 100% !important;
    padding: 0 !important;
    line-height: 30px;
}
.menulist ul li:last-child{
    margin-bottom: 0;
}
.menulist ul li a{
    display: block;
    font-size: 14px;
    color: #999;
}
.menulist ul li a:hover{
    color: #fff;
}
.footer1_3{
    width: 23%;
    margin: 0 2% 0 3%;
    padding-left: 4%;
    border-left: 1px solid #666;
}
.footer1_3_b{
    margin-top: 10px;
}
.footer1_3_b p{
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 30px;
    padding-left: 27px;
}
.footer1_3 p.ftel{
    background: url("../images/ftel.png") no-repeat left 7px;
    background-size: 14px 16px;
}
.footer1_3 p.faddress{
    background: url("../images/faddress.png") no-repeat left 7px;
    background-size: 13px 16px;
}
.footer1_3 p.fmail{
    background: url("../images/fmail.png") no-repeat left 9px;
    background-size: 16px 12px;
}
.footer1_4{
    width: 8%;
}
.footer1_4 img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}

.home-column{
    position: absolute;
    width: 100%;
    bottom: 50px;
    z-index: 99;
    display: none;
}
.home-column ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.home-column ul li{
    width: 370px;
    height: 79px;
    display: flex;
    align-items: center;
    margin: 0 10px;
}
.home-column ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 56px;
    padding: 0 25px;
    background: #FFFFFF;
    transition: .5s;
}
.home-column ul li a:hover{
    height: 79px;
    background: #006697;
}
.column_img{
    position: relative;
    width: 29px;
    height: 29px;
    overflow: hidden;
}
.column_img:after{
    padding-bottom: 100%;
}
.column_img .c_before{
    left: 0;
    transition: all 0.5s ease-in-out 0s;
}
.column_img .c_after{
    left: -200%;
    opacity: 0;
    transition: all 0.5s ease-in-out 0s;
}
.home-column ul li a:hover .column_img .c_after{
    left: 0;
    opacity: 1;
}
.home-column ul li a:hover .column_img .c_before{
    left: 200%;
    opacity: 0;
}
.column_txt{
    display: flex;
    align-items: center;
    flex: 1;
    margin: 0 13px;
    font-size: 16px;
    color: #000;
}
.column_txt span{
    color: #939393;
    text-transform: capitalize;
}
.home-column ul li a:hover .column_txt{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.home-column ul li a:hover .column_txt span{
    color: #fff;
}
.column_add{
    width: 26px;
    height: 26px;
    background: #FFFFFF url("../images/add_h.png") no-repeat center;
    background-size: 14px 14px;
    border-radius: 50%;
    opacity: 0;
    transition: .5s;
}
.home-column ul li a:hover .column_add{
    opacity: 1;
}

.home-about{
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
    background: #F7F8FA;
    position: relative;
}
.home-about:after{
    content: '';
    display: block;
    width: 8.5%;
    height: 1px;
    background: #ccc;
    position: absolute;
    right: 0;
    /*top: 120px;*/
    top: 80px;
    z-index: 99;
}
.home-about:before{
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    border: 1px solid #CCCCCC;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right: 8.5%;
    /*top: 115px;*/
    top: 75px;
    z-index: 99;
}
.home-about .index_title {
    text-align: right;
}
.home-about .container2{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.about_fl{
    width: 42.5%;
}
.about_fr{
    width: 52%;
}
.index_title{
    display: flex;
    flex-direction: column;
}
.index_title h3{
    font-size: 46px;
    font-family: Arial;
    font-weight: bold;
    color: #ECEFF3;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: none;
}
.index_title p{
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    line-height: 1;
}
.about_fr1{
    font-size: 24px;
    font-weight: 400;
    color: #006697;
    line-height: 30px;
    margin: 75px 0 20px 0;
}
.about_fr2{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}
.about_fr3{
    margin: 60px 0;
}
.about_fr3 ul{
    display: flex;
    /*align-items: center;*/
    justify-content: space-between;
    flex-wrap: wrap;
}
.about_fr3 ul li{
    text-align: center;
    width: 20%;
}
.about_fr3 ul li h3{
    font-size: 16px;
    font-weight: 400;
    color: #006697;
    line-height: 1;
}
.about_fr3 ul li h3 span{
    font-size: 48px;
    font-family: Arial;
    font-weight: bold;
    line-height: 28px;
}
.about_fr3 ul li p{
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 23px;
}
.index_more a{
    display: flex;
    align-items: center;
    width: 170px;
    height: 46px;
    background: #006697;
    border-radius: 23px;
    color: #fff;
    text-align: left;
    padding: 0 10px 0 23px;
    position: relative;
    transition: .5s;
}
.index_more a:after{
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background: #FFFFFF url("../images/ajt.png") no-repeat center;
    background-size: 10px 12px;
    border-radius: 50%;
    position: absolute;
    left: 128px;
    top: 7px;
    transition: .5s;
}
.index_more a:hover{
    padding: 0 10px 0 65px;
}
.index_more a:hover:after{
    left: 10px;
}

.home-news{
    width: 100%;
    margin: 83px 0 52px 0;
    position: relative;
}
.home-news .index_title{
    text-align: right;
}
.home-news:after{
    content: '';
    display: block;
    width: 8.5%;
    height: 1px;
    background: #ccc;
    position: absolute;
    right: 0;
    /*top: 70px;*/
    top: 17.5px;
    z-index: 99;
}
.home-news:before{
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    border: 1px solid #CCCCCC;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right: 8.5%;
    /*top: 65px;*/
    top: 12.5px;
    z-index: 99;
}
/*.home-news:after{
    content: '';
    display: block;
    background: url("../images/yuan3.png") no-repeat right center;
    background-size: 180px 11px;
    width: 180px;
    height: 11px;
    position: absolute;
    right: 0;
    top: 65px;
    z-index: 999;
}*/
.news_con{
    margin: 43px 0 33px 0;
}
.news_con ul{
    display: flex;
    flex-wrap: wrap;
}
.news_con ul li{
    width: 31%;
    margin-right: 3.5%;
}
.news_con ul li:last-child{
    margin-right: 0;
}
.news_con ul li a{
    display: block;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 12px;
    height: 520px;
    transition: .5s;
}
.news_con ul li a:hover{
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.12);
    border: 1px solid transparent;
}
.news_con ul li a .tp {
    border-radius: 12px 12px 0 0;
    transition: .5s;
}
.news_con ul li a:hover .tp{
    padding: 20px 20px 6px 20px;
}
.news_txt{
    padding: 25px 35px;
}
.news_txt1{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_txt2{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 1;
    margin: 15px 0;
}
.news_txt3{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}
.news_txt4{
    margin-top: 25px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}
.news_txt4 span{
    width: 16px;
    height: 11px;
    background: url("../images/njt.png") no-repeat right center;
    background-size: 16px 11px;
    padding-right: 27px;
}
.news_con ul li a:hover .news_txt1{
    color: #006697;
}
.news_con ul li a:hover .news_txt4{
    color: #006697;
}
.news_con ul li a:hover .news_txt4 span{
    background: url("../images/njt_h.png") no-repeat right center;
    background-size: 16px 11px;
}
.home-news .index_more a{
    margin: 0 auto;
    padding: 0 10px 0 39px;
}
.home-news .index_more a:hover{
    padding: 0 10px 0 80px;
}

.home-manage{
    width: 100%;
    margin: 59px auto 0 auto;
    position: relative;
}
.home-manage:after{
    content: '';
    display: block;
    width: 8.5%;
    height: 1px;
    background: #ccc;
    position: absolute;
    left: 0;
    /*top: 70px;*/
    top: 17.5px;
    z-index: 99;
}
.home-manage:before{
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    border: 1px solid #CCCCCC;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 8.5%;
    /*top: 65px;*/
    top: 12.5px;
    z-index: 99;
}
.manage_con{
    margin-top: 55px;
}
.manage_con ul{
    display: flex;
}
.manage_con ul li a{
    display: block;
    position: relative;
}
/*.manage_con ul li a .tp .m_before{
    top: 0;
    transition: all 0.5s ease-in-out 0s;
}
.manage_con ul li a .tp .m_after{
    top: -200%;
    opacity: 0;
    transition: all 0.5s ease-in-out 0s;
}
.manage_con ul li a:hover .tp .m_before{
    top: 200%;
    opacity: 0;
}
.manage_con ul li a:hover .tp .m_after{
    top: 0;
    opacity: 1;
}*/
.manage_con ul li a .tp .m_before{
    display: block;
}
.manage_con ul li a .tp .m_after{
    display: none;
}
.manage_con ul li a:hover .tp .m_before{
    display: none;
}
.manage_con ul li a:hover .tp .m_after{
    display: block;
}
.manage_txt{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    padding: 0 15px;
    text-align: center;
    background: url("../images/brandbg.png") repeat center;
}
.manage_con ul li a:hover .manage_txt{
    background: none;
}
.manage_txt h3{
    font-size: 45px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1;
    width: 100%;
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
    text-transform: uppercase;
    /*margin-bottom: 20px;*/
}
.manage_txt p{
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1;
    text-transform: uppercase;
    display: none;
}

.float_ck{
    position: fixed;
    right: 0;
    bottom: 35%;
    z-index: 999;
    display: flex;
    flex-direction: column;
}
.float_ck a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #006697;
    border-radius: 5px;
    margin: 4.5px 0;
    position: relative;
    color: #fff;
}
.float_ck a img{
    height: 28px;
}
.float_ck a.gotop img{
    height: 18px;
}


/*联系我们*/
.inner-banner{
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-top: 79px;
}
.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;
    text-align: center;
    padding-top: 60px;
}
.iban_info h3{
    font-size: 42px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
    margin-bottom: 15px;
    font-weight: bold;
    text-shadow: 2px 2px 10px #999;
}
.iban_info p{
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
    text-transform: uppercase;
}
.inner-main{
    width: 100%;
    margin: 59px auto 0 auto;
}
.inner_title{
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    line-height: 1;
}
.icontact1_con{
    margin: 75px 0 65px 0;
}
.icontact1_con ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.icontact1_con ul li{
    text-align: center;
    width: 28%;
}
.icontact1_con ul li .tp{
    width: 102px;
    margin: 0 auto;
    height: 102px;
    background: #DDDDDD;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}
.icontact1_con ul li:nth-child(1) .tp img{
    height: 61px;
}
.icontact1_con ul li:nth-child(2) .tp img{
    height: 37px;
}
.icontact1_con ul li:nth-child(3) .tp img{
    height: 59px;
}
.icontact1_con ul li h3{
    font-size: 14px;
    color: #999;
    line-height: 1;
    margin: 30px 0 15px 0;
}
.icontact1_con ul li p{
    font-size: 20px;
    font-weight: bold;
    color: #161616;
}
.icontact1_con ul li:hover .tp{
    background: #006697;
}
.icontact2{
    padding: 58px 0 45px 0;
    background: url("../images/contact2bg.jpg") no-repeat center;
    background-size: cover;
}
.icontact2_con{
    margin-top: 55px;
}
.icontact2_con ul{
    display: flex;
    flex-wrap: wrap;
}
.icontact2_con ul li{
    width: 23.3%;
    margin-right: 2.26%;
    margin-bottom: 44px;
    height: 493px;
    box-shadow: 0px 0px 51px 3px rgba(238,238,238,0.8);
    padding: 25px 30px;
    background: #FFFFFF;
    transition: .5s;
}
.icontact2_con ul li:nth-child(4n){
    margin-right: 0;
}
.icontact2_con ul li:hover{
    background: #e8f2f7;
}
.ic2_logo{
    height: 75px;
}
.ic2_ewm{
    width: 166px;
    margin: 7px auto 0 auto;
    height: 166px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    padding: 5px;
}
.ic2_ewm img{
    width: 154px;
    height: 154px;
}
.ic2_txt{
    margin-top: 40px;
    text-align: center;
}
.ic2_txt h3{
    font-size: 24px;
    font-weight: 400;
    color: #006697;
    line-height: 1;
}
.ic2_txt p{
    font-size: 14px;
    color: #999;
    line-height: 1;
    margin: 40px 0 15px 0;
}
.ic2_txt span{
    font-size: 20px;
    font-weight: bold;
    color: #161616;
}
.icontact2_con ul li:last-child .ic2_ewms{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.icontact2_con ul li:last-child .ic2_ewms .ic2_ewm{
    width: 120px;
    height: 120px;
}
.icontact2_con ul li:last-child .ic2_ewms .ic2_ewm img{
    width: 108px;
    height: 108px;
}
.icontact2_con ul li:last-child .ic2_ewms .ic2_ewm:last-child{
    border: none;
}
.icontact2_con ul li:last-child .ic2_txt{
    margin-top: 30px;
}
.ic2_txt p{
    margin: 20px 0 15px 0;
}
.icontact3{
    margin: 50px 0 75px 0;
}
.icontact3_con{
    margin-top: 45px;
}

/*人才招聘*/
.ijob_con{
    margin: 45px 0 75px 0;
}
.ijob_con1{
    height: 65px;
    background: #1469AD;
}
.ijob_con1 ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 100%;
    align-items: center;
    padding: 0 35px;
}
.ijob_con1 li{
    color:#fff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}
.ijob_con .j1{
    width: 18%;
    text-align: left;
}
.ijob_con .j2{
    width: 16%;
}
.ijob_con .j3{
    width: 16%;
}
.ijob_con .j6{
    width: 20%;
}
.ijob_con .j4{
    width: 20%;
}
.ijob_con .j5{
    width: 10%;
}
.ijob_con2 dl {
    border-bottom: 1px solid #e7e7e7;
}
.zp-title{
    cursor: pointer;
    outline:none;
    transition: 0.5s;
}
.zp-title ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 35px;
}
.zp-title li{
    color:#000;
    line-height: 30px;
    padding: 17px 0;
    font-size: 16px;
    position: relative;
    text-align: center;
    transition: .5s;
}
.zp-title li i{
    display: block;
    background: url(../images/fr.png) no-repeat center;
    background-size: 22px 22px;
    width: 22px;
    margin: 0 auto;
    height: 22px;
    transition: .5s;
}
.zp-content {
    display:none;
    padding: 20px 35px 50px 35px;
}
.zp-content-text1{
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.zp-content-text1s{
    width: 48%;
    margin-right: 4%;
}
.zp-content-text1s:last-child{
    margin-right: 0;
}
.zp-content-text2{
    margin-top: 20px;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.zp-content-text2 a{
    font-size: 16px;
    color: #1469AD;
}
.zp-content-text2 a:hover{
    text-decoration: underline;
}
.open .zp-title li i{
    background: url(../images/frhover.png) no-repeat center;
    background-size: 22px 22px;
}
.open .zp-content{
    display:block;
    background: #f7f8fa;
}


/*新闻资讯*/
.inews{
    background: #f9f9f9;
    margin-top: 0;
    padding: 60px 0 40px 0;
}
.inews_con{
    margin: 30px 0 8px 0;
    overflow: hidden;
}
.inews_con li{
    margin-bottom: 27px;
    overflow: hidden;
}
.inews_con li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    padding: 29px;
}
.inews_con li a .tp{
    width: 29.5%;
}
.inews_txt{
    width: 70.5%;
    padding-left: 40px;
}
.inews_txt1{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inews_txt2{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    margin: 25px 0;
}
.inews_txt3{
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 1;
}
.inews_txt4{
    margin-top: 45px;
    display: flex;
    align-items: center;
    width: 170px;
    height: 46px;
    border: 1px solid #006697;
    border-radius: 23px;
    color: #006697;
    position: relative;
    padding: 0 10px 0 39px;
    transition: .5s;
}
.inews_txt4:after{
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #006697 url(../images/ajt_h.png) no-repeat center;
    background-size: 10px 12px;
    position: absolute;
    left: 128px;
    top: 7px;
    transition: .5s;
}
.inews_con li a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.inews_con li a:hover .inews_txt1{
    color: #006697;
}
.inews_con li a:hover .inews_txt4{
    background: #006697;
    color: #fff;
}
.inews_con li a:hover .inews_txt4:after{
    background: #fff url(../images/ajt.png) no-repeat center;
    background-size: 10px 12px;
}
/*分页*/
.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color:#666;
    clear:both;
    margin: 0;
}
.pagination a{
    display:block ;
    color: #666;
    text-align: center;
    text-transform: capitalize;
    padding: 0px 12px;
    line-height: 41px;
    margin:0px 1px 10px 1px;
    border: 1px solid #ddd;
}
.pagination a:hover{
    color:#fff;
    background-color:#006697;
    border: 1px solid #006697;
}
.pagination a.active {
    color:#fff;
    background-color: #006697;
    border: 1px solid #006697;
}

/*新闻详情*/
.show_title{
    text-align: center;
}
.show_title h3{
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    margin-bottom: 20px;
}
.show_title p{
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #646464;
}
.show_title span{
    padding: 0 8px;
    background: url("../images/showli.jpg") no-repeat right center;
    display: flex;
    align-items: center;
}
.show_title span:last-child{
    background: none;
}
.show_title span a{
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    transition: .5s;
    border-radius: 50%;
    margin: 0 5px;
}
.show_title span a:hover{
    border: 1px solid #006697;
}
.show_title span a.share1{
    background: url("../images/share1.png") no-repeat center;
    background-size: 18px 14px;
}
.show_title span a.share2{
    background: url("../images/share2.png") no-repeat center;
    background-size: 15px 16px;
}
.show_title span a.share3{
    background: url("../images/share3.png") no-repeat center;
    background-size: 18px 14px;
}
.show_title span a.share1:hover{
    background: url("../images/share1_h.png") no-repeat center;
    background-size: 18px 14px;
}
.show_title span a.share2:hover{
    background: url("../images/share2_h.png") no-repeat center;
    background-size: 15px 16px;
}
.show_title span a.share3:hover{
    background: url("../images/share3_h.png") no-repeat center;
    background-size: 18px 14px;
}

.show_content{
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    padding: 30px 0 40px 0;
}
.show_content img{
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}
.inewsshow_con .show_content{
    max-width: 1200px;
    margin: 0 auto;
}
.inewsshow_con .show_content img{
    display: inline;
}
.inewsshow_con .show_content .jyfrj{
    display: flex;
    justify-content: center;
    align-items: center;
}
.inewsshow_con .show_content .jyfrj p{
    margin: 0 5px;
    width: 32%;
}
.show_back{
    border-top: 1px solid #ddd;
    padding-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.show_back_fl{
    width: 70%;
    overflow:hidden;
}
.show_back_fl li{
    line-height: 30px;
    color:#616161;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.show_back_fl li a{
    color: #A7A7A8;
}
.show_back_fl li a:hover{
    color: #006697;
}
.show_back_fr{
    overflow:hidden;
}
.show_back_fr a{
    display:flex;
    align-items: center;
    height: 44px;
    line-height:44px;
    background: #006697;
    border-radius: 5px;
    color:#fff;
    padding: 0 35px 0 40px;
}
.show_back_fr a img{
    padding-left: 16px;
    height: 24px;
}
.reladated_news{
    margin-top: 30px;
}
.reladated_title{
    border-bottom: 1px solid #c3c3c3;
    padding-bottom: 17px;
}
.reladated_title p{
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    color: #000;
    line-height: 1;
    position: relative;
}
.reladated_title p:after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #006697;
    position: absolute;
    bottom: -20px;
}
.reladated_news_con{
    margin: 35px 0 90px 0;
    position: relative;
}
.reladated_news_con .swiper-slide{
    display: initial;
}
.newsshow a{
    display:block;
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: .5s;
    text-align: left;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 12px;
    margin: 10px 0;
}
.newsshow a:hover{
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.12);
    border: 1px solid transparent;
}
.newsshow .tp {
    border-radius: 12px 12px 0 0;
    transition: .5s;
}
.newsshow a:hover .tp{
    padding: 20px 20px 6px 20px;
}
.newsshow a:hover .news_txt1{
    color: #006697;
}
.newsshow a:hover .news_txt4{
    color: #006697;
}
.newsshow a:hover .news_txt4 span{
    background: url("../images/njt_h.png") no-repeat right center;
    background-size: 16px 11px;
}
.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;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reladated_news_con .swiper-pagination1{
    bottom: -48px;
    right: 0;
    width: 100%;
}
.reladated_news_con .swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    background: #EEEEEE;
    border-radius: 50%;
    opacity: 1;
    outline: none;
    margin: 0px 7px;
}
.reladated_news_con .swiper-pagination-bullet-active{
    background: #006697;
}

/*预约留言*/
.ifeedback{
    margin-top: 0;
    background: #f9f9f9;
    padding: 60px 0 50px 0;
    overflow: hidden;
}
.ifeedback1{
    display: none;
}
.ifeedback1_con{
    margin: 50px 0 100px 0;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 33px 50px;

}
.ly_title{
    text-align: center;
}
.ly_title h3{
    font-size: 30px;
    font-weight: 400;
    color: #333333;
    line-height: 1;
    margin-bottom: 10px;
}
.ly_title p{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 25px;
}
.ly_con{
    margin-top: 15px;
}
.ly_con_t{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ly_fl{
    width: 41.5%;
}
.lys{
    height: 60px;
    border: 1px solid #CCCCCC;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    padding: 0 30px;
}
.lys label{
    width: 50px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    text-align: right;
}
.lys input{
    flex: 1;
    margin-left: 15px;
    font-size: 16px;
    color: #333333;
    background: transparent;
    border: none;
}
.ly_fr{
    width: 57%;
    display: flex;
    padding: 15px 30px;
    border: 1px solid #CCCCCC;
    height: 300px;
}
.ly_fr label{
    width: 50px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    text-align: right;
}
.ly_fr textarea{
    flex: 1;
    margin-left: 15px;
    font-size: 16px;
    color: #333333;
    background: transparent;
    border: none;
}
.ly_con_b{
    margin-top: 15px;
}
.ly_con_b input{
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    width: 400px;
    margin: 0 auto;
    height: 60px;
    background: #006697;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}
.ifeedback2_con{
    margin-top: 45px;
}
.ifeedback2_con ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.ifeedback2_con ul li{
    width: 28%;
    text-align: center;
}
.ifeedback2_con ul li .pic{
    width: 59px;
    height: 59px;
    margin: 0 auto;
}
.ifeedback2_con ul li h3{
    font-size: 18px;
    color: #333;
    line-height: 1;
    margin: 34px 0 12px 0;
}
.ifeedback2_con ul li p{
    font-size: 14px;
    color: #999;
}

/*社会责任*/
.investor1_con{
    margin: 60px 0 100px 0;
    display: flex;
    flex-wrap: wrap;
    /*align-items: center;*/
    justify-content: space-between;
}
.investor1_con_fl{
    width: 68.5%;
    padding: 27px 20px;
    overflow: hidden;
    background: #F9F9F9;
}
.investor1_con_fl_t{
    display: none;
}
.investor1_con_fl_t a{
    display: flex;
    flex-direction: column;
}
.investor1_t_bt{
    font-size: 20px;
    font-weight: 400;
    color: #333;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.investor1_t_txt{
    margin-top: 28px;
    padding: 27px 20px;
    overflow: hidden;
    background: #F9F9F9;
}
.investor1_t_txt1{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}
.investor1_t_txt2{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 1;
    margin: 20px 0 25px 0;
}
.investor1_t_txt3{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 121px;
    height: 34px;
    border: 1px solid #999999;
    border-radius: 17px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    transition: .5s;
}
.investor1_con_fl_t a:hover .investor1_t_bt{
    color: #006697;
}
.investor1_con_fl_t a:hover .investor1_t_txt3{
    border: 1px solid #006697;
    background: #006697;
    color: #fff;
}
.investor1_con_fl_b{
    /*margin-top: 39px;
    overflow: hidden;
    border-top: 1px solid #EEEEEE;
    padding-top: 30px;*/
    background-color: #fff;
    padding: 20px;
    overflow: hidden;
}
.investor1_con_fl_b li{
    margin-bottom: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.investor1_con_fl_b li:last-child{
    margin-bottom: 0;
}
.pdf_fl{
    width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .5s;
}
.pdf_fl a{
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    line-height: 1;
}
.pdf_fr{
    background: url("../images/d.png") no-repeat left center;
    background-size: 16px 16px;
    transition: .5s;
    padding-left: 32px;
}
.pdf_fr a{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}
.investor1_con_fl_b li:hover .pdf_fl a{
    color: #006697;
}
.investor1_con_fl_b li:hover .pdf_fr{
    background: url("../images/d_h.png") no-repeat left center;
    background-size: 16px 16px;
}
.investor1_con_fl_b li:hover .pdf_fr a{
    color: #006697;
}
.investor1_con_fr{
    width: 28.5%;
    display: flex;
    flex-direction: column;
}
.investor1_con_fr img{
    margin-bottom: 20px;
}
.investor1_con_fr img:last-child{
    margin-bottom: 0;
}
.investor2{
    margin-bottom: 38px;
}

/*社会责任详情*/
.investorshow{
    margin-bottom: 45px;
}

/*经营范围详情*/
.imanageshow{
    margin-bottom: 30px;
}
.imanageshow_con{
    margin: 180px 0;
}
.imanageshow_con .tp img{
    height: 74px;
}
.imanageshow_txt{
    margin-top: 45px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 1;
}

/*品牌展示*/
.ibrand_con{
    margin: 65px 0 5px 0;
}
.ibrand_con ul{
    display: flex;
    flex-wrap: wrap;
}
.ibrand_con ul li{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 95px;
}
.ibrand_con ul li:nth-child(4n){
    margin-right: 0;
}
.ibrand_con ul li a{
    display: block;
    position: relative;
    border-radius: 15px;
}
.ibrand_con ul li a .pic{
    width: 110px;
    height: 110px;
    box-shadow: 0px 7px 10px 3px rgba(0,0,0,0.15);
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: -55px;
    z-index: 99;
}
.ibrand_con ul li a .tp{
    border-radius: 15px;
}
.ibrand_txt{
    background: url("../images/brandbg.png") repeat center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    border-radius: 15px;
    padding: 100px 15px 15px 15px;
    transition: .5s;
    text-align: center;
}
.ibrand_txt h3{
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
    width: 100%;
}
.ibrand_txt p{
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    margin-top: 30px;
}
.ibrand_con ul li a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.ibrand_con ul li a:hover .ibrand_txt{
    opacity: 0;
}

/*应用领域*/
.iarea1_con{
    margin: 50px 0 65px 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.slick-prev {
    left:0 !important;
}
.slick-next {
    right:0 !important;
}
.iarea1_con .slick-prev:before,.iarea1_con .slick-next:before {
    display:none;
}
.gonghui-max {
    width:100%;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    position:relative;
    cursor:pointer;
}
.gonghui-max .pic:after{
    padding-bottom: 58.54%;
}
.gonghui-max .pic img{
    border: none !important;
}
.gonghui-max .slick-dots{
    text-align: right;
    bottom: 27px;
    right: 20px;
}
.gonghui-max .slick-dots li {
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    border-radius: 50%;
    margin: 0 7px;
    padding: 0;
    cursor: pointer;
}
.gonghui-max .slick-dots li button:before{
    display: none;
}
.gonghui-max .slick-dots li.slick-active{
    background: #006697;
}
.iarea1_txt{
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,.41);
    width: 100%;
    padding: 37px 130px 20px 27px;
    color: #fff;
    text-align: left;
}
.iarea1_txt1{
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
    margin-bottom: 20px;
}
.iarea1_txt2{
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
}
.gonghui-min {
    margin-left:auto;
    margin-right:auto;
    text-align:center
}
.gonghui-min .getIndex {
    display:inline-block;
    *float:none;
    *display:inline;
    zoom:1;
    text-align:center;
}
.gonghui-min .getIndex .item {
    margin: 8px 0px;
}
.gonghui-min .getIndex .pic:after{
    padding-bottom: 58.54%;
}
.gonghui-min .getIndex .pic img{
    border: 2px solid #fff !important;
}
.gonghui-min .slick-current .item img {
    border: 2px solid #006697 !important;
}
.iarea1_con_fl{
    /*width: 75.2%;*/
    width: 100%;
}
.iarea1_con_fl .pic{
    width: 100%;
}
.iarea1_con_fr{
    width: 23.8%;
    display: none;
}
.iarea1_con_fr .pic{
    width: 100%;
}



.iarea2 ul{
    display: flex;
    flex-wrap: wrap;
}
.iarea2 ul li{
    width: 31.2%;
    margin-right: 3.2%;
    margin-bottom: 38px;
    /*display: block;
    height: 668px;*/
    background: #FFFFFF;
    border: 2px solid #fff;
    box-shadow: 0px 0px 51px 3px rgba(238,238,238,0.8);
    padding: 30px;
    transition: .5s;
}
.iarea2 ul li:nth-child(3n){
    margin-right: 0;
}
.iarea2 ul li:hover{
    border: 2px solid #006697;
}
.iarea2 ul li:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
/*.iarea2 ul li .iarea2s{
    display: block;
    height: 668px;
    background: #FFFFFF;
    border: 2px solid #fff;
    box-shadow: 0px 0px 51px 3px rgba(238,238,238,0.8);
    padding: 30px;
    transition: .5s;
}
.iarea2 ul li .iarea2s:hover{
    border: 2px solid #006697;
}
.iarea2 ul li .iarea2s:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}*/
.iarea2_txt{
    margin-top: 25px;
}
.iarea2_txt1{
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    line-height: 1;
    margin-bottom: 20px;
}
.iarea2_txt2{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 35px;
    min-height: 165px;

}
.iarea2_txt3{
    border-top: 1px solid #ececec;
    padding-top: 10px;
    margin-top: 10px;
}
.iarea2_txt3 h3{
    color: #006697;
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 12px;
    font-weight: bold;
}
.iarea2_txt3 h3:after{
    content: '';
    display: block;
    background-color: #006697;
    width: 3px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);

}
.iarea2_txt3 dl{
    display: flex;
    flex-wrap: wrap;
}
.iarea2_txt3 dl dd{
    width: 22%;
    margin-right: 4%;
}
.iarea2_txt3 dl dd:nth-child(4n){
    margin-right: 0;
}
.iarea2_txt3 dl dd a{
    display: block;
    padding: 10px;
    border-radius: 5px;
    transition: .5s;
}
.iarea2_txt3 dl dd a:hover{
    background-color: #ecebec;
}
.iarea2_txt3 dl dd a .pic:after{
    padding-bottom: 30%;
}



.iarea3{
    padding: 64px 0 84px 0;
    background: #F5F5F5;
}
.iarea3_title{
    text-align: center;
}
.iarea3_title:after{
    content: '';
    display: block;
    width: 16px;
    height: 3px;
    background: #006697;
    margin: 12px auto 0 auto;
}
.iarea3_title h3{
    font-size: 35px;
    font-family: Arial;
    font-weight: bold;
    color: #006697;
    line-height: 1;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.iarea3_title h3 span{
    color: #006697;
}
.iarea3_title p{
    font-size: 24px;
    font-weight: 300;
    color: #000000;
    line-height: 1;
}
.iarea3_con{
    margin-top: 40px;
    position: relative;
}
.iarea3s{
    display: initial;
    position: relative;
    width: 100%;
    transition: .5s;
    background: #FFFFFF;
}
.iarea3s .pic{
    padding: 10px;
}
.iarea3s .pic:after{
    padding-bottom: 33%;
}
.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;
    display: flex;
    align-items: center;
    justify-content: center;
}
.iarea3_con .swiper-pagination2{
    bottom: -38px;
    right: 0;
    width: 100%;
}
.iarea3_con .swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    opacity: 1;
    outline: none;
    margin: 0px 7px;
}
.iarea3_con .swiper-pagination-bullet-active{
    background: #006697;
}

/*公司简介*/
.iabout1{
    margin-top: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}
.m-video{
    overflow: hidden;
    cursor: pointer;
    position: relative;
}
.videobtn{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.videobtn img{
    width: 100px;
    height: 100px;
}
.iabout3{
    margin-bottom: 60px;
}

/*集团分子公司*/
.igroup_con{
    margin: 30px 0 50px 0;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}
.ileader{
    margin-top: 0 !important;
}
.ileader1{
    margin: 35px 0 85px 0;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}
.ileader2{
    background: url("../images/leader2bg.jpg") no-repeat center;
    background-size: cover;
    padding: 70px 0 85px 0;
}
.ileader2_t{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.ileader2_fl{
    width: 60%;
}
.ileader2_fl1{
    font-size: 50px;
    color: #000000;
    line-height: 1.5;
    margin-bottom: 45px;
}
.ileader2_fl1 h3{
    font-weight: bold;
}
.ileader2_fr{
    width: 20.5%;
    position: relative;
    padding: 15px 8px 0 0;
    /*margin-top: -220px;*/
    z-index: 1;
}
.ileader2_fr img{
    position: relative;
    z-index: 2;
}
.ileader2_fr:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #006697;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.ileader2_b{
    font-size: 30px;
    font-weight: 400;
    color: #666666;
    line-height: 1.5;
    margin-top: 30px;
}

/*企业风采*/
.ifengcai_con{
    margin: 50px 0 33px 0;
}
.ifengcai_con ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.ifengcai_con ul li{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 38px;
}
.ifengcai_con ul li:nth-child(4n){
    margin-right: 0;
}
.ifengcai_con ul li a{
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 0px 51px 3px rgba(238,238,238,0.8);
}
.ifengcai_txt{
    text-align: center;
    padding: 25px 20px;
}
.ifengcai_txt1{
    font-size: 17px;
    font-weight: bold;
    color: #666666;
    line-height: 30px;
    height: 60px;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ifengcai_txt2{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 141px;
    margin: 0 auto;
    height: 43px;
    background: #EEEEEE;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    transition: .5s;
}
.ifengcai_txt2 img{
    transition: .5s;
    opacity: 0;
    width: 0;
    height: 0;
}
.ifengcai_con ul li a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.ifengcai_con ul li a:hover .ifengcai_txt2{
    background: #227AA5;
    color: #FFFFFF;
}
.ifengcai_con ul li a:hover .ifengcai_txt2 img{
    width: 6px;
    height: 12px;
    margin-left: 27px;
    opacity: 1;
}
/*风采弹出框*/
.sqtytck {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    top: 0;
    z-index: 10001;
    display: none;
}
.sqtytcks {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-animation: showSweetAlert 0.3s;
    animation: showSweetAlert 0.3s;
}
.sqtytckss {
    position: absolute;
    width: 1067px;
    left: 50%;
    top: 50%;
    max-width: 90vw;
    max-height: 90vh;
    overflow: auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 20px;
}
.sqtytck_close {
    position: absolute;
    right: 5px;
    top: 5px;
}
.sqtytck_close a{
    width: 58px;
    height: 58px;
    border: 2px solid #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sqtytck_close a img{
    width: 24px;
    height: 24px;
}
.sqtytck_con {
    padding: 60px 34px 37px 34px;
}
.sqtytck_con_t{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.sqtytck_con_t p{
    font-size: 24px;
    font-weight: 400;
    color: #2B2B2B;
    line-height: 1;
}
.sqtytck_con_t span{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    background: url("../images/time.png") no-repeat left center;
    background-size: 21px 20px;
    padding-left: 30px;
}
.sqtytck_con_b{
    margin: 0 17px;
    border-top: 1px solid #ddd;
    padding: 53px 0;
    position: relative;
}
.sqtytck_con_b .swiper-slide{
    display: initial;
}
.swiper-pagination3{
    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;
}
.sqtytck_con_b .swiper-pagination3{
    bottom: 0;
    right: 0;
    width: 100%;
}
.sqtytck_con_b .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    background: #ccc;
    opacity: 1;
    outline: none;
    margin: 0px 10px;
    border-radius: 50%;
}
.sqtytck_con_b .swiper-pagination-bullet-active{
    width: 13px;
    height: 13px;
    background: transparent;
    position: relative;
}
.sqtytck_con_b .swiper-pagination-bullet-active::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 18px;
    height: 18px;
    border: 2px solid #006697;
    border-radius: 50%;
}

@-webkit-keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
    }
    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }
    80% {
        transform: scale(0.95);
        -webkit-transform: scale(0.95);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
@keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
    }
    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }
    80% {
        transform: scale(0.95);
        -webkit-transform: scale(0.95);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

/*荣誉资质*/
.ihonor_nav{
    margin: 40px 0 48px 0;
}
.ihonor_nav ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.ihonor_nav ul li{
    margin: 0 13px;
}
.ihonor_nav ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 32px;
    border: 1px solid #006697;
    border-radius: 16px;
    font-size: 18px;
    font-weight: 400;
    color: #006697;
}
.ihonor_nav ul li a:hover{
    background: #006697;
    color: #fff;
}
.ihonor_nav ul li a.current{
    background: #006697;
    color: #fff;
}
.ihonor_con{
    position: relative;
    margin-bottom: 60px;
}
.ihonor_con .swiper-container{
   width: 90%;
    margin: 0 auto;
}
.ihonor_con .swiper-slide{
    display: initial;
}
.honors a{
    display:block;
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: .5s;
}
.ihonor_img{
    border: 1px solid #DDDDDD;
    padding: 7px;
}
.ihonor_img .pic:after{
    padding-bottom: 144.95%;
}
.ihonor_txt{
    margin-top: 15px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    padding: 0 20px;
}
.honors a:hover .ihonor_img{
    border: 1px solid #006697;
}
.honors a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.honors a:hover .ihonor_txt{
    color: #006697;
}
.ihonor_con .swiper-button-next1, .ihonor_con .swiper-button-prev1{
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 40px;
    height: 40px;
    border: 1px solid #006697;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    outline: none;
    background: #fff url("../images/hjt.png") no-repeat center;
    background-size: 9px 18px;
    text-align: center;
}
.ihonor_con .swiper-button-next1:hover, .ihonor_con .swiper-button-prev1:hover{
    background: #006697 url("../images/hjt_h.png") no-repeat center;
    background-size: 9px 18px;
}
.ihonor_con .swiper-button-prev1{
    left: 0;
    right: auto;
}
.ihonor_con .swiper-button-next1{
    right: 0;
    left: auto;
    transform: rotateY(-180deg) translate(0, -50%);
}

/*发展历程*/
.iprocess_con{
    margin: 40px 0 60px 0;
}
.iprocess_t{
    position: relative;
    border: 1px solid #eee;
}
.iprocess_t .gallery-top{
    width: 100%;
    height: auto;
}
.iprocess_t .gallery-top .swiper-slide{
    display: flex;
}
.process-max{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    text-align: justify;
    width: 100%;
}
.process-max-img{
    width: 50%;
    padding: 40px;
    border-right: 1px solid #eee;
    position: relative;
}
.process-max-img .swiper-slide{
    display: initial;
}
.process-maxs .pic{
    height: 432px;
}
.process-maxs .pic:after{
    padding-bottom: 67%;
}
.swiper-pagination4{
    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;
}
.process-max-img .swiper-pagination4{
    bottom: 15px;
    right: 0;
    width: 100%;
}
.process-max-img .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    opacity: 1;
    outline: none;
    margin: 0px 8px;
    border-radius: 50%;
}
.process-max-img .swiper-pagination-bullet-active{
    background: #386A8F;
}
.process-max-txt{
    width: 50%;
    padding: 25px 60px;
    background: #F9F9F9;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.process-max-txt1{
    font-size: 90px;
    font-family: Arial;
    font-weight: 900;
    color: #ebebeb;
    line-height: 0.8;
}
.process-max-txt2{
    font-size: 28px;
    color: #386A8F;
    line-height: 1;
    margin-top: -15px;
}
.process-max-txt3{
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
    height: 324px;
}
.show_p{
    font-weight: bold;
    display: inline-block;
    padding-right: 30px;
    cursor: pointer;
    display: none;
}
.show_div{
    padding-right: 15px;
    display: block !important;
}
.style3::-webkit-scrollbar-track{
    background-color: #ccc;
}
.style3::-webkit-scrollbar{
    width: 5px;
    background-color: #ccc;
}
.style3::-webkit-scrollbar-thumb{
    background-color: #006697;
}

.iprocess_b{
    position: relative;
    margin-top: 52px;
}
.iprocess_b:after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #DDDDDD;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.iprocess_b .gallery-thumbs {
    width: 100%;
    height: auto;
}
.process-min.swiper-slide{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
}
.process-min h3{
    font-size: 24px;
    font-family: Arial;
    font-weight: 400;
    color: #BBBBBB;
    line-height: 40px;
    position: relative;
    padding-top: 40px;
    cursor: pointer;
}
.process-min h3:before{
    content: '';
    display: block;
    background: url("../images/dian.png") no-repeat top center;
    background-size: 13px 13px;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 33px;
    left: 50%;
    transform: translate(-50%, 0);
}
/*.process-min:hover h3{
    color: #124282;
}
.process-min:hover h3:before{
    background: url("../images/wz.png") no-repeat top center;
    background-size: 29px 36px;
    width: 29px;
    height: 36px;
    top: 0;
}*/
.process-min.swiper-slide-thumb-active h3{
    color: #006697;
    font-weight: bold;
}
.process-min.swiper-slide-thumb-active h3:before{
    background: url("../images/wz.png") no-repeat top center;
    background-size: 37px 45px;
    width: 37px;
    height: 45px;
    top: 0;
}
.iprocess_b .swiper-button-next2, .iprocess_b .swiper-button-prev2{
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 40px;
    height: 40px;
    border: 1px solid #006697;
    border-radius: 0;
    z-index: 999;
    cursor: pointer;
    outline: none;
    text-align: center;
    transition: .5s;
    background: #fff url("../images/hjt.png") no-repeat center;
    background-size: 9px 18px;
}
.iprocess_b .swiper-button-next2:hover ,.iprocess_b .swiper-button-prev2:hover{
    background: #006697 url("../images/hjt_h.png") no-repeat center;
    background-size: 9px 18px;
}
.iprocess_b .swiper-button-prev2{
    right: auto;
    left: 0;
}
.iprocess_b .swiper-button-next2{
    left: auto;
    right: 0;
    transform:rotateY(-180deg) translate(0, -50%);
}



@media (min-width:1831px) and (max-width:1880px){
    .home-about:before{
        right: 7.5%;
    }
    .home-about:after{
        width: 7.5%;
    }
    .home-manage:before{
        left: 7.5%;
    }
    .home-manage:after{
        width: 7.5%;
    }
    .home-news:before{
        right: 7.5%;
    }
    .home-news:after{
        width: 7.5%;
    }
}
@media (min-width:1801px) and (max-width:1830px){
    .home-about:before{
        right: 6.5%;
    }
    .home-about:after{
        width: 6.5%;
    }
    .home-manage:before{
        left: 6.5%;
    }
    .home-manage:after{
        width: 6.5%;
    }
    .home-news:before{
        right: 6.5%;
    }
    .home-news:after{
        width: 6.5%;
    }
}
@media (min-width:1701px) and (max-width:1800px){
    .menupc li{
        margin-right: 50px;
    }
    .home-about:before{
        right: 4.5%;
    }
    .home-about:after{
        width: 4.5%;
    }
    .home-manage:before{
        left: 4.5%;
    }
    .home-manage:after{
        width: 4.5%;
    }
    .home-news:before{
        right: 4.5%;
    }
    .home-news:after{
        width: 4.5%;
    }
}


@media (min-width:1661px) and (max-width:1700px){
    .home-about:before{
        right: 3.3%;
    }
    .home-about:after{
        width: 3.3%;
    }
    .home-manage:before{
        left: 3.3%;
    }
    .home-manage:after{
        width: 3.3%;
    }
    .home-news:before{
        right: 3.3%;
    }
    .home-news:after{
        width: 3.3%;
    }
}

@media (min-width:1630px) and (max-width:1660px){
    .home-about:before{
        right: 2.3%;
    }
    .home-about:after{
        width: 2.3%;
    }
    .home-manage:before{
        left: 2.3%;
    }
    .home-manage:after{
        width: 2.3%;
    }
    .home-news:before{
        right: 2.3%;
    }
    .home-news:after{
        width: 2.3%;
    }
}


@media (min-width:1601px) and (max-width:1630px){
    .home-about:before{
        right: 1.3%;
    }
    .home-about:after{
        width: 1.3%;
    }
    .home-manage:before{
        left: 1.3%;
    }
    .home-manage:after{
        width: 1.3%;
    }
    .home-news:before{
        right: 1.3%;
    }
    .home-news:after{
        width: 1.3%;
    }
}
@media (min-width:1601px) and (max-width:1700px){
    .yx img{
        height: 40px;
    }
    .menupc li{
        margin-right: 42px;
    }
}

@media (min-width:1501px) and (max-width:1600px){
    .container2{
        width: 90%;
    }
    .yx img{
        height: 35px;
    }
    .menupc li{
        margin-right: 35px;
    }
    .index_title h3{
        font-size: 44px;
    }
    .index_title p{
        font-size: 34px;
    }
    .about_fr1{
        font-size: 22px;
        margin: 65px 0 20px 0;
    }
    .about_fr3{
        margin: 50px 0;
    }
    .about_fr3 ul li h3 span{
        font-size: 38px;
    }
    .about_fr3 ul li p{
        font-size: 15px;
    }
    .home-about:before{
        right: 3.5%;
        /*top: 110px;*/
        top: 65px;
    }
    .home-about:after{
        /*top: 115px;*/
        top: 70px;
        width: 3.5%;
    }
    .home-manage:before{
        left: 3.5%;
        /*top: 60px;*/
    }
    .home-manage:after{
        /*top: 65px;*/
        width: 3.5%;
    }
    .home-news:before{
        right: 3.5%;
        /*top: 60px;*/
    }
    .home-news:after{
        /*top: 65px;*/
        width: 3.5%;
    }
    .manage_txt h3{
        font-size: 39px;
    }
    .manage_txt p{
        font-size: 19px;
    }
    .news_con ul li a{
        height: 485px;
    }
    .icontact2_con ul li:last-child .ic2_ewms .ic2_ewm {
        width: 110px;
        height: 110px;
    }
    .icontact2_con ul li:last-child .ic2_ewms .ic2_ewm img{
        width: 98px;
        height: 98px;
    }
    .investor1_con_fl{
        width: 66%;
    }
    .investor1_con_fr{
        width: 31%;
    }
    .ileader2_fl1{
        font-size: 34px;
    }
    .ileader2_fl1 h3{
        font-size: 34px;
    }
    .ileader2_b{
        font-size: 28px;
    }
    .ileader2_fr{
        /*margin-top: -160px;*/
    }
}

@media (min-width:1401px) and (max-width:1500px){
    .container2{
        width: 92%;
    }
    .yx img{
        height: 30px;
    }
    .menupc li{
        margin-right: 35px;
    }
    .menupc li a{
        font-size: 15px;
    }
    .index_title h3{
        font-size: 40px;
    }
    .index_title p{
        font-size: 30px;
    }
    .about_fr1{
        font-size: 22px;
        margin: 55px 0 20px 0;
    }
    .about_fr3{
        margin: 40px 0;
    }
    .about_fr3 ul li h3 span{
        font-size: 38px;
    }
    .about_fr3 ul li p{
        font-size: 15px;
    }

    .home-about:before{
        right: 2.3%;
        /*top: 105px;*/
        top: 60px;
    }
    .home-about:after{
        /*top: 110px;*/
        top: 65px;
        width: 2.3%;
    }
    .home-manage:before{
        left: 2.3%;
        /*top: 55px;*/
        top: 9.5px;
    }
    .home-manage:after{
        /*top: 60px;*/
        top: 14.5px;
        width: 2.3%;
    }
    .home-news:before{
        right: 2.3%;
        /*top: 55px;*/
        top: 9.5px;
    }
    .home-news:after{
        /*top: 60px;*/
        top: 14.5px;
        width: 2.3%;
    }
    .manage_txt h3{
        font-size: 35px;
    }
    .manage_txt p{
        font-size: 18px;
    }
    .news_con ul li a{
        height: 470px;
    }
    .inner_title{
        font-size: 30px;
    }
    .icontact1_con ul li{
        width: 30%;
    }
    .icontact2_con ul li{
        padding: 25px 25px;
    }
    .icontact2_con ul li:last-child .ic2_ewms .ic2_ewm {
        width: 105px;
        height: 105px;
    }
    .icontact2_con ul li:last-child .ic2_ewms .ic2_ewm img{
        width: 93px;
        height: 93px;
    }
    .ic2_txt h3{
        font-size: 22px;
    }
    .inews_txt4{
        margin-top: 35px;
    }
    .show_title h3{
        font-size: 30px;
    }
    .reladated_title p{
        font-size: 22px;
    }
    .ly_title h3{
        font-size: 26px;
    }
    .ifeedback2_con ul li{
        width: 30%;
    }
    .investor1_con{
        margin: 45px 0 75px 0;
    }
    .investor1_con_fl{
        width: 64%;
    }
    .investor1_con_fr{
        width: 33%;
    }
    .investor1_con_fl_b li{
        margin-bottom: 35px;
    }
    .ibrand_txt{
        padding: 90px 15px 15px 15px;
    }
    .ibrand_txt h3{
        font-size: 22px;
    }
    .iarea1_txt1{
        font-size: 22px;
    }
    /*.iarea2 ul li .iarea2s{
        height: 630px;
    }*/
    .iarea2_txt1{
        font-size: 22px;
    }
    .ileader2_fl1{
        font-size: 32px;
    }
    .ileader2_fl1 h3{
        font-size: 32px;
    }
    .ileader2_b{
        font-size: 26px;
    }
    .ileader2_fr{
        /*margin-top: -110px;*/
    }
    .sqtytck_close a{
        width: 50px;
        height: 50px;
    }
    .sqtytck_close a img{
        width: 21px;
        height: 21px;
    }
    .process-min h3{
        font-size: 22px;
    }
    .process-max-txt1{
        font-size: 85px;
    }
    .process-max-txt2{
        font-size: 26px;
    }
}

@media (min-width:1280px) and (max-width:1400px){
    .iarea2_txt2{
        min-height: 210px;
    }
    .container2{
        width: 92%;
    }
    .yx img{
        height: 25px;
    }
    .menupc li{
        margin-right: 24px;
    }
    .menupc li a{
        font-size: 15px;
    }
    .index_title h3{
        font-size: 36px;
    }
    .index_title p{
        font-size: 26px;
    }
    .about_fr1{
        font-size: 20px;
        margin: 35px 0 20px 0;
    }
    .about_fr3{
        margin: 30px 0;
    }
    .about_fr3 ul li h3 span{
        font-size: 32px;
    }
    .about_fr3 ul li p{
        font-size: 14px;
    }

    .home-about:before{
        right: 2.3%;
        /*top: 97px;*/
        top: 58px;
    }
    .home-about:after{
        /*top: 102px;*/
        top: 63px;
        width: 2.3%;
    }
    .home-manage:before{
        left: 2.3%;
        /*top: 47px;*/
        top: 7.5px;
    }
    .home-manage:after{
        /*top: 52px;*/
        top: 12.5px;
        width: 2.3%;
    }
    .home-news:before{
        right: 2.3%;
        /*top: 47px;*/
        top: 7.5px;
    }
    .home-news:after{
        /*top: 52px;*/
        top: 12.5px;
        width: 2.3%;
    }
    .manage_txt h3{
        font-size: 30px;
    }
    .manage_txt p{
        font-size: 16px;
    }
    .news_con ul li a{
        height: 450px;
    }
    .inner_title{
        font-size: 28px;
    }
    .icontact1_con ul li{
        width: 33.3%;
    }
    .icontact2_con ul li{
        padding: 25px 20px;
    }
    .icontact2_con ul li:last-child .ic2_ewms .ic2_ewm {
        width: 95px;
        height: 95px;
    }
    .icontact2_con ul li:last-child .ic2_ewms .ic2_ewm img{
        width: 83px;
        height: 83px;
    }
    .ic2_txt h3{
        font-size: 20px;
    }
    .inews_txt2{
        margin: 20px 0;
    }
    .inews_txt4{
        margin-top: 25px;
    }
    .show_title h3{
        font-size: 28px;
    }
    .reladated_title p{
        font-size: 20px;
    }
    .ly_title h3{
        font-size: 24px;
    }
    .ifeedback2_con ul li{
        width: 33.3%;
    }
    .investor1_con{
        margin: 35px 0 50px 0;
    }
    .investor1_con_fl{
        width: 64%;
    }
    .investor1_con_fr{
        width: 33%;
    }
    .investor1_t_bt{
        font-size: 18px;
    }
    .investor1_con_fl_b li{
        margin-bottom: 25px;
    }
    .investor1_con_fl_b li a p{
        font-size: 18px;
    }
    .ibrand_txt{
        padding: 80px 15px 15px 15px;
    }
    .ibrand_txt h3{
        font-size: 20px;
    }
    .iarea1_txt1{
        font-size: 20px;
    }
    .gonghui-min .getIndex .item{
        margin: 7px 0;
    }
    .iarea2 ul li{
        padding: 25px;
    }
    /*.iarea2 ul li .iarea2s{
        height: 630px;
    }*/
    .iarea2_txt1{
        font-size: 20px;
    }
    .ileader2_fl1{
        font-size: 30px;
    }
    .ileader2_fl1 h3{
        font-size: 30px;
    }
    .ileader2_b{
        font-size: 24px;
    }
    .ileader2_fr{
        margin-top: 0;
    }
    .ifengcai_txt1{
        font-size: 15px;
    }
    .sqtytck_con{
        padding: 37px 34px;
    }
    .sqtytck_con_t p{
        font-size: 20px;
    }
    .sqtytck_close a{
        width: 40px;
        height: 40px;
    }
    .sqtytck_close a img{
        width: 18px;
        height: 18px;
    }
    .process-min h3{
        font-size: 20px;
    }
    .process-max-txt1{
        font-size: 80px;
    }
    .process-max-txt2{
        font-size: 24px;
    }
}

@media (min-width:1200px) and (max-width:1279px){
    .iarea2_txt2{
        min-height: 210px;
    }
    .container2{
        width: 92%;
    }
    .yx img{
        height: 20px;
    }
    .menupc li{
        margin-right: 22px;
    }
    .menupc li a{
        font-size: 14px;
    }

    .index_title h3{
        font-size: 36px;
    }
    .index_title p{
        font-size: 26px;
    }
    .about_fr1{
        font-size: 20px;
        margin: 35px 0 20px 0;
    }
    .about_fr3{
        margin: 30px 0;
    }
    .about_fr3 ul li h3 span{
        font-size: 32px;
    }
    .about_fr3 ul li p{
        font-size: 14px;
    }
    .home-about:before{
        right: 2.3%;
        /*top: 97px;*/
        top: 58px;
    }
    .home-about:after{
        /*top: 102px;*/
        top: 63px;
        width: 2.3%;
    }
    .home-manage:before{
        left: 2.3%;
        /*top: 47px;*/
        top: 7.5px;
    }
    .home-manage:after{
        /*top: 52px;*/
        top: 12.5px;
        width: 2.3%;
    }
    .home-news:before{
        right: 2.3%;
        /*top: 47px;*/
        top: 7.5px;
    }
    .home-news:after{
        /*top: 52px;*/
        top: 12.5px;
        width: 2.3%;
    }
    .manage_txt h3{
        font-size: 30px;
    }
    .manage_txt p{
        font-size: 16px;
    }
    .news_con ul li a{
        height: 430px;
    }
    .inner_title{
        font-size: 28px;
    }
    .icontact1_con ul li{
        width: 33.3%;
    }
    .icontact2_con ul li{
        padding: 25px 20px;
    }
    .icontact2_con ul li:last-child .ic2_ewms .ic2_ewm {
        width: 90px;
        height: 90px;
    }
    .icontact2_con ul li:last-child .ic2_ewms .ic2_ewm img{
        width: 78px;
        height: 78px;
    }
    .ic2_txt h3{
        font-size: 20px;
    }
    .inews_txt2{
        margin: 20px 0;
    }
    .inews_txt4{
        margin-top: 25px;
    }
    .show_title h3{
        font-size: 26px;
    }
    .reladated_title p{
        font-size: 20px;
    }
    .ly_title h3{
        font-size: 22px;
    }
    .ifeedback2_con ul li{
        width: 33.3%;
    }
    .investor1_con{
        margin: 35px 0 50px 0;
    }
    .investor1_con_fl{
        width: 62%;
    }
    .investor1_con_fr{
        width: 35%;
    }
    .investor1_t_bt{
        font-size: 18px;
    }
    .investor1_con_fl_b li{
        margin-bottom: 25px;
    }
    .investor1_con_fl_b li a p{
        font-size: 18px;
    }
    .ibrand_txt{
        padding: 80px 15px 15px 15px;
    }
    .ibrand_txt h3{
        font-size: 18px;
    }
    .iarea1_txt1{
        font-size: 20px;
    }
    .gonghui-min .getIndex .item{
        margin: 7px 0;
    }
    .iarea2 ul li{
        padding: 25px;
    }
    /*.iarea2 ul li .iarea2s{
        height: 630px;
    }*/
    .iarea2_txt1{
        font-size: 20px;
    }
    .ileader2_fl1{
        font-size: 28px;
    }
    .ileader2_fl1 h3{
        font-size: 28px;
    }
    .ileader2_b{
        font-size: 22px;
    }
    .ileader2_fr{
        margin-top: 0;
    }
    .ifengcai_txt1{
        font-size: 15px;
    }
    .sqtytck_con{
        padding: 37px 34px;
    }
    .sqtytck_con_t p{
        font-size: 20px;
    }
    .sqtytck_close a{
        width: 40px;
        height: 40px;
    }
    .sqtytck_close a img{
        width: 18px;
        height: 18px;
    }
    .process-min h3{
        font-size: 20px;
    }
    .process-max-txt1{
        font-size: 70px;
    }
    .process-max-txt2{
        font-size: 24px;
    }

}

@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;
    }
    .float_ck{
        display: none !important;
    }
    .home-banner{
        padding-top: 60px;
    }
    .home-banner .swiper-pagination{
        right: 25px;
    }
    .home-column{
        bottom: 25px;
    }
    .index_title h3{
        font-size: 36px;
    }
    /*.index_title p{
        font-size: 26px;
    }*/
    .home-about:before{
        display: none;
    }
    .home-about:after{
        display: none;
    }
    .about_fr1{
        font-size: 20px;
        margin: 35px 0 20px 0;
    }
    .about_fr3 ul li h3 span{
        font-size: 38px;
    }
    .about_fr3{
        margin: 30px 0 15px 0;
    }
    .about_fr3 ul{
        justify-content: center;
    }
    .about_fr3 ul li{
        width: 33.3%;
        margin-bottom: 15px;
    }
    .home-manage{
        margin: 50px auto 0 auto;
    }
    .home-manage:before{
        display: none;
    }
    .home-manage:after{
        display: none;
    }
    .manage_con{
        margin-top: 35px;
    }
    .manage_txt h3{
        font-size: 26px;
    }
    .manage_txt p{
        font-size: 18px;
    }
    .home-news{
        margin: 50px 0;
    }
    .home-news:before{
        display: none;
    }
    .home-news:after{
        display: none;
    }
    .news_con{
        margin: 33px 0;
    }
    .news_con ul li a{
        height: 420px;
    }
    .footer1_1_t a img{
        height: auto;
    }
    .footer1_1_b ul li{
        margin-right: 10px;
    }
    .footer1_2 ul li a{
        font-size: 16px;
    }
    .menulist ul li a{
        font-size: 14px;
    }
    .footer2 .container1{
        flex-direction: column;
    }

    .inner-banner{
        padding-top: 60px;
    }
    .iban_info h3{
        font-size: 30px;
    }
    .iban_info p{
        font-size: 18px;
    }
    .inner-main{
        margin: 50px auto 0 auto;
    }
    .inner_title{
        font-size: 26px;
    }
    .icontact1_con ul li{
        width: 33.3%;
    }
    .icontact1_con ul li p{
        font-size: 18px;
    }
    .icontact1_con{
        margin: 35px 0;
    }
    .icontact2{
        padding: 50px 0 10px 0;
    }
    .icontact2_con{
        margin-top: 35px;
    }
    .icontact2_con ul li{
        padding: 20px 15px;
    }
    .ic2_txt h3{
        font-size: 20px;
    }
    .ic2_txt span{
        font-size: 18px;
    }
    .ic2_ewm{
        width: 146px;
        height: 146px;
    }
    .ic2_ewm img{
        width: 134px;
        height: 134px;
    }
    .icontact2_con ul li:last-child .ic2_ewms .ic2_ewm{
        width: 90px;
        height: 90px;
    }
    .icontact2_con ul li:last-child .ic2_ewms .ic2_ewm img{
        width: 78px;
        height: 78px;
    }
    .icontact3{
        margin: 50px 0;
    }
    .icontact3_con{
        margin-top: 35px;
    }
    .ijob_con{
        margin: 35px 0 50px 0;
    }
    .inews{
        margin-top: 0;
        padding: 50px 0 40px 0;
    }
    .inews_con li a .tp{
        width: 35%;
    }
    .inews_txt{
        width: 65%;
    }
    .inews_txt2{
        margin: 20px 0;
    }
    .inews_txt4{
        margin-top: 25px;
    }
    .show_title h3{
        font-size: 26px;
    }
    .reladated_title p{
        font-size: 20px;
    }
    .imanageshow_con{
        margin: 90px 0;
    }
    .imanageshow_txt{
        margin-top: 35px;
    }
    .ifeedback{
        margin-top: 0;
        padding: 50px 0;
    }
    .ifeedback1_con{
        margin: 35px 0 50px 0;
        padding: 20px 35px;
    }
    .ly_title h3{
        font-size: 20px;
    }
    .ly_con_b input{
        width: 300px;
        height: 45px;
    }
    .ifeedback2_con{
        margin-top: 35px;
    }
    .ifeedback2_con ul li{
        width: 33.3%;
    }
    .investor1_con{
        margin: 35px 0 50px 0;
    }
    .investor1_con_fl{
        width: 62%;
    }
    .investor1_con_fr{
        width: 35%;
    }
    .investor1_t_bt{
        font-size: 18px;
    }
    .investor1_t_txt{
        margin-top: 20px;
        padding: 20px 15px;
    }
    .investor1_con_fl_b{
        margin-top: 30px;
        padding-top: 25px;
    }
    .investor1_con_fl_b li{
        margin-bottom: 25px;
    }
    .investor1_con_fl_b li a p{
        font-size: 18px;
    }
    .ibrand_txt{
        padding: 70px 15px 15px 15px;
    }
    .ibrand_txt h3{
        font-size: 18px;
    }
    .iarea1_con{
        margin: 35px 0 50px 0;
    }
    .iarea1_txt1{
        font-size: 20px;
    }
    .gonghui-min .getIndex .item{
        margin: 6px 0;
    }
    .iarea2 ul li{
        padding: 20px;
    }
    /*.iarea2 ul li .iarea2s{
        height: 610px;
    }*/
    .iarea2_txt1{
        font-size: 20px;
    }
    .iarea2_txt2{
        line-height: 30px;
    }
    .iarea3{
        padding: 50px 0 80px 0;
    }
    .iarea3_title h3{
        font-size: 26px;
    }
    .iarea3_title p{
        font-size: 20px;
    }
    .iarea3_con{
        margin-top: 35px;
    }
    .iarea3_con .swiper-pagination2{
        bottom: -48px;
    }
    /*.iabout .about_fr3 ul{
        justify-content: space-between;
    }*/
    .iabout .about_fr3 ul li{
        width: 20%;
    }
    .iabout3{
        margin-bottom: 50px;
    }
    .ileader1{
        margin: 35px 0 50px 0;
    }
    .ileader2{
        padding: 50px 0;
    }
    .ileader2_fl1{
        font-size: 26px;
        margin-bottom: 35px;
    }
    .ileader2_fl1 h3{
        font-size: 26px;
    }
    .ileader2_b{
        font-size: 20px;
    }
    .ileader2_fr{
        margin-top: 0;
    }
    .sqtytck_close a img{
        width: 40px;
        height: 40px;
    }
    .ifengcai_txt1{
        font-size: 15px;
    }
    .sqtytck_con{
        padding: 37px 34px;
    }
    .sqtytck_con_t{
        margin-bottom: 20px;
    }
    .sqtytck_con_t p{
        font-size: 20px;
    }
    .sqtytck_con_b{
        padding: 30px 0;
    }
    .sqtytck_close a{
        width: 40px;
        height: 40px;
    }
    .sqtytck_close a img{
        width: 18px;
        height: 18px;
    }
    .ihonor_nav{
        margin: 35px 0 43px 0;
    }
    .ihonor_con{
        margin-bottom: 50px;
    }
    .ihonor_con .swiper-container{
        width: 88%;
    }
    .ihonor_txt{
        padding: 0 5px;
    }
    .process-min h3{
        font-size: 20px;
    }
    .process-max-txt1{
        font-size: 100px;
    }
    .process-max-txt2{
        font-size: 24px;
    }
    .process-max-txt3{
        height: 288px;
    }
}

@media(max-width:820px) {
    .home-column{
        position: inherit;
        bottom: auto;
        margin: 20px 0;
    }
    .home-column ul li{
        width: 48%;
        margin: 0 4% 0 0;
    }
    .home-column ul li:nth-child(2n){
        margin-right: 0;
    }
    .home-column ul li a{
        box-shadow: 0 0 10px #ddd;
    }
    .index_title h3{
        font-size: 26px;
    }
    .index_title p{
        font-size: 26px;
    }
    .about_fr1{
        font-size: 18px;
        margin: 20px 0 10px 0;
    }
    .about_fr3 ul li h3 span{
        font-size: 28px;
    }
    .about_fr3 ul{
        align-items: flex-start;
    }
    .about_fr3 ul li p{
        font-size: 14px;
    }
    .manage_txt h3{
        font-size: 20px;
    }
    .manage_txt p{
        font-size: 16px;
    }
    .news_txt{
        padding: 25px 20px;
    }
    .news_con ul li a{
        height: 370px;
    }
    .inner_title{
        font-size: 22px;
    }
    .icontact1_con ul li .tp{
        width: 72px;
        height: 72px;
    }
    .icontact1_con ul li:nth-child(1) .tp img{
        height: 51px;
    }
    .icontact1_con ul li:nth-child(2) .tp img{
        height: 27px;
    }
    .icontact1_con ul li:nth-child(3) .tp img{
        height: 49px;
    }
    .icontact2_con ul li:last-child .ic2_txt{
        margin-top: 10px;
    }
    .ic2_txt h3{
        font-size: 18px;
    }
    .inews_con li a{
        padding: 20px;
    }
    .inews_con li a .tp{
        width: 43%;
    }
    .inews_txt{
        width: 57%;
        padding-left: 30px;
    }
    .show_title h3{
        font-size: 22px;
    }
    .reladated_title p{
        font-size: 18px;
    }
    .imanageshow_con{
        margin: 50px 0;
    }
    .imanageshow_txt{
        margin-top: 35px;
    }
    .lys{
        padding: 0 15px;
    }
    .ly_fr{
        padding: 15px;
    }
    .ibrand_con ul li{
        width: 48%;
        margin-right: 4%;
    }
    .ibrand_con ul li:nth-child(4n){
        margin-right: 4%;
    }
    .ibrand_con ul li:nth-child(2n){
        margin-right: 0;
    }
    .ibrand_txt{
        padding: 100px 15px 15px 15px;
    }
    .iarea1_txt{
        padding: 25px 130px 20px 15px;
    }
    .iarea2 ul li{
        padding: 15px;
    }
    /*.iarea2 ul li .iarea2s{
        padding: 15px;
    }*/
    .iarea3_title h3{
        font-size: 22px;
    }
    .iarea3_title p{
        font-size: 18px;
    }
    .videobtn img{
        width: 80px;
        height: 80px;
    }
    .ileader2_fl1{
        font-size: 22px;
        margin-bottom: 25px;
    }
    .ileader2_fl1 h3{
        font-size: 22px;
    }
    .ileader2_fr{
        width: 35%;
    }
    .ileader2_b{
        font-size: 18px;
    }
    .ifengcai_con ul li{
        width: 48%;
        margin-right: 4%;
    }
    .ifengcai_con ul li:nth-child(4n){
        margin-right: 0;
    }
    .ifengcai_con ul li:nth-child(2n){
        margin-right: 0;
    }
    .ihonor_nav ul li{
        margin: 0 7px;
    }
    .ihonor_con .swiper-container{
        width: 85%;
    }
    .process-max-txt1{
        font-size: 80px;
    }
    .process-max-txt2{
        font-size: 20px;
    }

}


@media(max-width:768px) {
    .news_con ul li a{
        height: 360px;
    }
    .footer1_1{
        width: 18%;
    }
    .footer1_2{
        width: 25%;
    }
    .footer1_2 ul li{
        width: 50%;
    }
    .menulist{
        display: none;
    }
    .footer1_3{
        width: 36%;
    }
    .footer1_4{
        width: 11%;
    }
    .footer2_fl{
        flex-direction: column;
    }
    .footer2_fl2{
        margin-left: 0;
        margin-top: 10px;
    }
    .iban_info h3{
        font-size: 22px;
    }
    .iban_info p{
        font-size: 16px;
    }
}

@media(max-width:600px) {
    .home-column ul li{
        width: 100%;
        margin-right: 0;
    }
    .home-about{
        padding: 30px 0;
    }
    .home-about .index_title{
        text-align: left;
    }
    .home-about .container2{
        flex-direction: column;
    }
    .about_fl{
        width: 100%;
        display: none;
    }
    .about_fr{
        width: 100%;
        /*margin-top: 20px;*/
    }
    .about_fr3 ul li h3 span{
        font-size: 26px;
    }
    .index_more a{
        margin: 0 auto;
    }
    .home-manage{
        margin: 30px auto 0 0;
    }
    .manage_con{
        margin-top: 20px;
    }
    .manage_con ul{
        flex-wrap: wrap;
    }
    .manage_con ul li{
        width: 50%;
    }
    .home-news{
        margin: 30px 0;
    }
    .home-news .index_title{
        text-align: left;
    }
    .news_con{
        margin: 20px 0 0 0;
    }
    .news_con ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .news_con ul li a{
        height: 440px;
    }
    .news_txt1{
        font-size: 16px;
    }
    .news_txt3{
        font-size: 14px;
        line-height: 25px;
        height: 50px;
    }
    .news_txt4{
        margin-top: 15px;
    }
    .footer1{
        padding: 30px 0;
    }
    .footer1 .container1{
        flex-direction: column;
    }
    .footer1_1{
        width: 100%;
        margin-right: 0;
    }
    .footer1_2{
        width: 100%;
        margin: 20px 0;
    }
    .footer1_3{
        width: 100%;
        margin-left: 0;
        padding: 0;
        border-left: none;
    }
    .footer1_4{
        width: 100%;
        margin-top: 20px;
    }
    .footer1_1_t a img{
        height: 40px;
        margin: 0 auto;
    }
    .footer1_1_b ul{
        justify-content: center;
    }
    .footer1_1_b ul li{
        margin-right: 20px;
    }
    .footer1_2 ul{
        justify-content: center;
    }
    .footer1_2 ul li{
        width: 33.3%;
    }
    .footer1_4 img{
        height: 120px;
    }
    .footer2_fl2{
        text-align: center;
        line-height: 25px;
    }
    .inner-main{
        margin: 30px auto 0 auto;
    }
    .icontact1_con{
        margin: 20px 0 10px 0;
    }
    .icontact1_con ul{
        flex-direction: column;
    }
    .icontact1_con ul li{
        width: 100%;
        margin-bottom: 20px;
    }
    .icontact2{
        padding: 30px 0 10px 0;
    }
    .icontact2_con{
        margin-top: 20px;
    }
    .icontact2_con ul li{
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px;
        height: auto;
    }
    .icontact2_con ul li:nth-child(4n){
        margin-right: 4%;
    }
    .icontact2_con ul li:nth-child(2n){
        margin-right: 0;
    }
    .ic2_ewm {
        width: 126px;
        height: 126px;
    }
    .ic2_ewm img{
        width: 114px;
        height: 114px;
    }
    .ic2_txt{
        margin-top: 20px;
    }
    .icontact3{
        margin: 30px 0;
    }
    .icontact3_con{
        margin-top: 20px;
    }
    .ijob_con{
        margin: 20px 0 30px 0;
    }
    .ijob_con1{
        height: auto;
        padding: 10px 0;
    }
    .ijob_con1 ul{
        padding: 0;
    }
    .ijob_con1 li{
        width: 50% !important;
        text-align: center !important;
        line-height: 30px;
    }
    .zp-title ul{
        padding: 10px 0;
    }
    .zp-title li{
        width: 50% !important;
        text-align: center !important;
        padding: 0;
    }
    .zp-content-text1s{
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .zp-content{
        padding: 20px 15px;
    }
    .inews{
        margin-top: 0;
        padding: 30px 0 20px 0;
    }
    .inews_con{
        margin: 20px 0 10px 0;
    }
    .inews_con li{
        margin-bottom: 20px;
    }
    .inews_con li a{
        flex-direction: column;
    }
    .inews_con li a .tp{
        width: 100%;
    }
    .inews_txt{
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
    .inews_txt1{
        font-size: 16px;
    }
    .inews_txt2{
        font-size: 14px;
        line-height: 25px;
        height: 50px;
    }
    .show_title h3{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .show_content{
        padding: 20px 0 30px 0;
    }
    .show_back{
        flex-direction: column;
        padding-top: 20px;
    }
    .show_back_fl{
        width: 100%;
        margin-bottom: 15px;
    }
    .reladated_news_con{
        margin: 20px 0 50px 0;
    }
    .reladated_news_con .swiper-pagination1{
        bottom: -28px;
    }
    .reladated_news_con .swiper-pagination-bullet{
        width: 12px;
        height: 12px;
    }
    .iarea3_con .swiper-pagination-bullet{
        width: 12px;
        height: 12px;
    }
    .investorshow{
        margin-bottom: 30px;
    }
    .imanageshow{
        margin-bottom: 30px;
    }
    .imanageshow_con{
        margin: 30px 0;
    }
    .imanageshow_txt{
        margin-top: 20px;
    }
    .ifeedback{
        margin-top: 0;
        padding: 30px 0 10px 0;
    }
    .ifeedback1_con {
        margin: 20px 0 30px 0;
        padding: 15px 20px;
    }
    .ly_title h3{
        font-size: 18px;
    }
    .ly_title p{
        font-size: 14px;
    }
    .ly_con_t{
        flex-direction: column;
    }
    .ly_fl{
        width: 100%;
    }
    .ly_fr{
        width: 100%;
        height: 150px;
    }
    .ly_con_b input{
        width: 200px;
        height: 40px;
    }
    .ifeedback2_con ul li{
        width: 100%;
        margin-bottom: 20px;
    }
    .investor1_con{
        flex-direction: column;
        margin: 20px 0 30px 0;
    }
    .investor1_con_fl{
        width: 100%;
    }
    .investor1_con_fr{
        width: 100%;
        margin-top: 20px;
    }
    .investor1_t_bt{
        font-size: 16px;
    }
    .investor1_t_txt1{
        font-size: 14px;
        line-height: 25px;
        height: 50px;
    }
    .investor1_t_txt2{
        margin: 15px 0 20px 0;
    }
    .investor1_con_fl_b{
        margin-top: 20px;
        padding-top: 15px;
    }
    .investor1_con_fl_b li{
        margin-bottom: 20px;
    }
    .investor1_con_fl_b li a p{
        font-size: 16px;
    }
    .investor1_con_fl_b li a span{
        font-size: 14px;
        padding-left: 25px;
    }
    .inner_title{
        font-size: 20px;
    }
    .ibrand_con{
        margin: 55px 0 0 0;
    }
    .ibrand_con ul li{
        margin-bottom: 55px;
    }
    .ibrand_con ul li a .pic{
        width: 70px;
        height: 70px;
        top: -35px;
    }
    .ibrand_txt {
        padding: 50px 15px 15px 15px;
    }
    .ibrand_txt h3{
        font-size: 16px;
        margin-bottom: 5px;
    }
    .ibrand_txt p{
        font-size: 13px;
        line-height: 20px;
        margin-top: 15px;
    }
    .iarea1_con{
        flex-direction: column;
        margin: 20px 0 30px 0;
    }
    .iarea1_con_fl{
        width: 100%;
    }
    .iarea1_con_fr{
        width: 100%;
        margin-top: 40px;
    }
    .gonghui-min .getIndex .item{
        margin: 0 8px;
    }
    .gonghui-max .slick-dots{
        text-align: center;
        bottom: -30px;
        right: 0;
    }
    .gonghui-max .slick-dots li{
        width: 12px;
        height: 12px;
        background: #EEEEEE;
    }
    .iarea1_txt{
        padding: 25px 15px 20px 15px;
    }
    .iarea1_txt1{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .iarea1_txt2{
        font-size: 14px;
        line-height: 25px;
    }
    .iarea2 ul li{
        width: 100%;
        margin-right:0;
        margin-bottom: 20px;
    }
    .iarea2 ul li:nth-child(3n){
        margin-right: 0;
    }
    /*.iarea2 ul li .iarea2s{
        height: auto;
    }*/
    .iarea2_txt{
        margin-top: 20px;
        padding: 0 10px;
    }
    .iarea2_txt1{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .iarea2_txt2{
        font-size: 14px;
        line-height: 25px;
    }
    .iarea3{
        padding: 30px 0 60px 0;
    }
    .iarea3_title h3{
        font-size: 20px;
    }
    .iarea3_title p{
        font-size: 16px;
    }
    .iarea3_con{
        margin-top: 20px;
    }
    .iarea3_con .swiper-pagination2{
        bottom: -38px;
    }
    .iban_info h3{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .iban_info p{
        font-size: 14px;
    }
    .iabout1{
        margin-top: 20px;
    }
    .iabout .about_fr3 ul{
        justify-content: center;
    }
    .iabout .about_fr3 ul li{
        width: 33.3%;
    }
    .videobtn img{
        width: 50px;
        height: 50px;
    }
    .iabout3{
        margin-bottom: 30px;
    }
    .ileader1{
        margin: 20px 0 30px 0;
    }
    .ileader2{
        padding: 30px 0;
    }
    .ileader2_fl{
        width: 100%;
    }
    .ileader2_fl1{
        font-size: 20px;
        margin-bottom: 15px;
    }
    .ileader2_fl1 h3{
        font-size: 20px;
    }
    .ileader2_fr{
        width: 100%;
    }
    .ileader2_b{
        font-size: 16px;
    }
    .ifengcai_con{
        margin: 20px 0 10px 0;
    }
    .ifengcai_con ul li{
        margin-bottom: 20px;
    }
    .ifengcai_txt{
        padding: 20px 15px;
    }
    .ifengcai_txt1{
        font-size: 14px;
        line-height: 25px;
        height: 50px;
    }
    .ifengcai_txt2{
        width: 120px;
        height: 37px;
    }
    .ifengcai_con ul li a:hover .ifengcai_txt2 img{
        margin-left: 17px;
    }
    .sqtytck_con{
        padding: 30px 15px 20px 15px;
    }
    .sqtytck_close a{
        width: 30px;
        height: 30px;
    }
    .sqtytck_close a img{
        width: 12px;
        height: 12px;
    }
    .sqtytck_con_t{
        margin-bottom: 15px;
    }
    .sqtytck_con_t p{
        font-size: 18px;
    }
    .sqtytck_con_b{
        padding: 20px 0 30px 0;
    }
    .ihonor_nav{
        margin: 20px 0 10px 0
    }
    .ihonor_nav ul li{
        margin: 0 5px 10px 5px;
    }
    .ihonor_nav ul li a{
        width: 100px;
        height: 27px;
        font-size: 15px;
    }
    .ihonor_con{
        margin-bottom: 30px;
    }
    .ihonor_con .swiper-container{
        width: 75%;
    }
    .ihonor_txt{
        font-size: 14px;
        line-height: 25px;
    }
    .iprocess_con{
        margin: 20px 0 30px 0;
    }
    .process-max-img{
        width: 100%;
        padding: 15px;
    }
    .process-max-txt{
        width: 100%;
        position: inherit;
        padding: 20px 15px;
    }
    .process-max-txt1{
        font-size: 60px;
    }
    .process-max-txt2{
        font-size: 18px;
    }
    .process-max-txt3{
        line-height: 30px;
        height: 150px;
    }
    .iprocess_b{
        margin-top: 20px;
    }
    .process-min h3{
        font-size: 18px;
    }
    .process-min.swiper-slide-thumb-active h3:before{
        background-size: 20px 24px;
        width: 20px;
        height: 24px;
        top: 15px;
    }
    .iprocess_b .gallery-thumbs{
        width: 90%;
        margin: 0 auto;
    }
    .inewsshow_con .show_content .jyfrj{
        flex-wrap: wrap;
    }
    .inewsshow_con .show_content .jyfrj p{
        width: 100%;
        margin: 5px 0;
    }

}

@media(max-width:414px) {

}

@media(max-width:375px) {

}

@media(max-width:320px) {

}














