*, *: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;
}
@font-face {
    font-family:'OPPOSans-R';
    src:url('../fonts/OPPOSans-R.eot?v=4.2.0');
    src:url('../fonts/OPPOSans-R.eot?#iefix&v=4.2.0') format('embedded-opentype'),
    url('../fonts/OPPOSans-R.woff?v=4.2.0') format('woff'),
    url('../fonts/OPPOSans-R.ttf?v=4.2.0') format('truetype'),
    url('../fonts/OPPOSans-R.svg?v=4.2.0#fontawesomeregular') format('svg');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:'OPPOSans-H';
    src:url('../fonts/OPPOSans-H.eot?v=4.2.0');
    src:url('../fonts/OPPOSans-H.eot?#iefix&v=4.2.0') format('embedded-opentype'),
    url('../fonts/OPPOSans-H.woff?v=4.2.0') format('woff'),
    url('../fonts/OPPOSans-H.ttf?v=4.2.0') format('truetype'),
    url('../fonts/OPPOSans-H.svg?v=4.2.0#fontawesomeregular') format('svg');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:'OPPOSans-M';
    src: url('../fonts/OPPOSans-M.ttf?v=4.2.0') format('truetype');
    font-weight:normal;
    font-style:normal;
}
body {
    /*font-family:'OPPOSans-M';*/
    font-family: Microsoft YaHei;
    font-size:14px;
    color:#666;
    line-height:1.5;
    width:100%;
    background:#fff;
    -webkit-tap-highlight-color:transparent;
    -webkit-text-size-adjust: none;
    overflow-x: hidden;
}
.fl {
    float:left;
}
.fr {
    float:right;
}
.pic{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.pic:after{
    content: '';
    display: block;
    padding-bottom: 100%;
}
.pic img{
    transition: .5s;
}
.middleCenter {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    max-width:100%;
    max-height:100%;
    display:block;
    vertical-align:middle;
    text-align:center;
    margin:auto
}
.tp{
    overflow: hidden;
}
.tp img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    transition: .5s;
}
.container1 {
    width: 1700px;
    margin: 0 auto;
}
header {
	width:100%;
	margin:0 auto;
}
.top{
    width: 100%;
    background: #0D407F;
    height: 49px;
    position: relative;
    border-bottom: 3px solid #CD4128;
}
.top:before,
.top:after{
    content: '';
    display: block;
    width: 403px;
    height: 46px;
    position: absolute;
    top: 0;
    z-index: 1;
}
.top:before{
    background: url("../images/dian-left.jpg") no-repeat left center;
    left: 0;
}
.top:after{
    background: url("../images/dian-right.jpg") no-repeat left center;
    right: 0;
}
.top .container1{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    height: 100%;
}
.top_fl{
    display: flex;
    align-items: center;
}
.top_fl p{
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    font-family: 'OPPOSans-R';
    padding-left: 25px;
}
.top_fl p.tel{
    background: url("../images/tel.png") no-repeat left center;
    background-size: 14px 14px;
    margin-right: 14px;
}
.top_fl p.mail{
    background: url("../images/mail.png") no-repeat left center;
    background-size: 14px 12px;
}
.top_fr{
    display: flex;
    align-items: center;
}
.ss{
    margin-right: 27px;
}
.ssform{
    position: relative;
}
.ss1{
    width: 217px;
    height: 27px;
    border-radius: 5px;
    background: none;
    border: 1px solid rgba(255,255,255,.7);
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    padding: 0 30px 0 10px;
}
.ss1::-webkit-input-placeholder {
    color: #FFFFFF;
}
.ss1:-moz-placeholder {
    color: #FFFFFF;
}
.ss1:-ms-input-placeholder{
    color: #FFFFFF;
}
.ss2{
    width: 13px;
    height: 13px;
    background: url("../images/search.png") no-repeat center;
    background-size: 100%;
    position: absolute;
    right: 8px;
    top: 7px;
    text-indent: -999px;
}
.nation{
    display: flex;
    align-items: center;
}
.nation a{
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}
.nation span{
    display: block;
    width: 2px;
    height: 13px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 8px;
    line-height: 1;
}
.daohang {
	display:block;
	width:100%;
	margin:0 auto;
	height:80px;
	clear: both;
    background: #FFFFFF;
    transition: .5s;
}
.daohang .container1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    transition: .5s;
}
.yx a {
	display: flex;
    align-items: center;
}
.yx a img {
	max-width:100%;
	height: 45px;
    transition: .5s;
}
.nav-fr{
    display: flex;
    align-items: center;
}
.menupc{
    display: flex;
    align-items: center;
}
.menupc li{
    text-align: center;
    z-index: 9;
    position: relative;
    margin: 0 35px;
    line-height: 80px;
}
.menupc li:last-child{
    margin-right: 0;
}
.menupc li:hover a{
    color: #0C3D78;
}
.menupc li:hover a:after{
    width: 100%;
}
.menupc li a{
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #56575A;
    z-index: 999;
    position: relative;
}
.menupc li a:after{
    content: '';
    display: block;
    width: 0;
    margin: 0 auto;
    height: 3px;
    background: #0D407F;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .5s;
}
.menupc li a:hover{
    color: #0C3D78;
}
.menupc li a:hover:after{
    width: 100%;
}
.menupc li a.current{
    color: #0C3D78;
}
.menupc li a.current:after{
    width: 100%;
}
/*.menupc .xiala{
    position: absolute;
    z-index: 999;
    display: none;
    background: #17287A;
    overflow: hidden;
    left: 0;
    top: 100px;
    width: 100%;
    height: auto;
    text-align: left;
    line-height: 0;
}
.menupc .xiala li{
    margin: 0;
}
.menupc .xiala li a{
    display: block;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 48px;
    padding: 0 10px;
}
.menupc .xiala li a:hover{
    background: #FF9812;
}
.menupc .xiala li a.current{
    color: #FF9812 !important;
}
.menupc .xiala.subnav {
    display: block;
}*/


.daohang.guding{
    position: fixed;
    z-index: 999;
    box-shadow: 0px 1px 10px 3px rgba(24,62,160,.06);
    top: 0;
}

/*手机导航*/
.phone-nav {
    position:absolute;
    font-size:30px;
    right:15px;
    top:0px;
    line-height:60px;
    display:none;
    color:#666;
}
.phone-nav img{
    height: 30px;
    margin-top: 15px;
    display: block;
}
.header a[href="#page"] {
    display:none!important;
}
.mm-opened .header a[href="#page"] {
    display:block!important;
}
.mm-opened .header a[href="#mmenu"] {
    display:none!important;
}
#mmenu {
    z-index:9999;
}
#mmenu li .home-search {
    float:left;
    margin-left:20px;
    width:90%;
    background-color:#fff;
    padding-left:0;
    overflow:hidden;
    margin-top:10px;
    position:relative
}
#mmenu li .home-search .keyword {
    text-align:left;
    border:0;
    box-shadow:0;
    border-radius:0;
    width:86%;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -o-border-radius:0;
    -mz-border-radius:0;
    font-size:14px;
    color:#999;
    line-height:20px;
    vertical-align:top;
    padding:6px 86px 6px 10px;
    -webkit-appearance:none;
    background-color:#fff;
    border:1px solid #ccc
}
#mmenu li .home-search .keyword:focus {
    transition:border linear .2s, box-shadow linear .5s;
    -moz-transition:border linear .2s, -moz-box-shadow linear .5s;
    -webkit-transition:border linear .2s, -webkit-box-shadow linear .5s;
    outline:0;
    border:1px solid #17287A;
}
#mmenu li .home-search .btn-sub {
    top:0;
    border:0;
    right:0;
    color:#17287A;
    width:42px;
    height:34px;
    line-height:34px;
    text-align:center;
    position:absolute;
    cursor:pointer;
    border-radius:0;
    background:#17287A url(../images/search3.png) no-repeat center center;
}
.container-fluid {
    margin-left:auto;
    margin-right:auto;
    padding:0 15px;
}


/*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;
}
.ban_txt{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
    color: #fff;
}
.ban_txt .container1{
    text-align: left;
}
.ban_txt1{
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    padding-left: 65px;
}
.ban_txt1:before{
    content: '';
    display: block;
    width: 53px;
    height: 2px;
    background: #CD4128;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.ban_txt2{
    margin-top: 25px;
    font-weight: bold;
    font-size: 60px;
    color: #FFFFFF;
    line-height: 1.3;
    text-shadow: 0px 2px 15px rgba(84,89,101,0.17);
}
.ban_txt3{
    margin-top: 35px;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 1.3;
}
.ban_txt4{
    margin-top: 70px;
}
.ban_txt4.index_more a{
    margin: 0 auto 0 0;
    color: #FFFFFF;
}
.ban_txt4.index_more a:after{
    background:  url("../images/m_h.png") no-repeat center;
    background-size: 16px 10px;
}
.ban_point {
    position: absolute;
    width: 100%;
    bottom: 0;
}
.ban_point .container1{
    position: relative;
}
.home-banner .swiper-pagination{
    bottom: 30px;
    left: 0;
}
.home-banner .swiper-pagination-bullet{
    width: 22px;
    height: 5px;
    background: #FFFFFF;
    border-radius: 3px;
    opacity: 1;
    outline: none;
    margin: 0 5px;
    transition: .5s;
}
.home-banner .swiper-pagination-bullet-active{
    width: 33px;
    background: #CD4128;
}


.phone-nav{
    display: none;
}

@media(max-width:1199px) {
    .daohang{
        height: 60px;
    }
    .nav-fr{
        display: none;
    }
    .yx a img{
        height: 35px;
    }
    .phone-nav {
        display:block;
    }
}



footer{
    width: 100%;
    margin: 0 auto;
    background: #013a6f;
}
.footer1{
    padding: 21px 0;
}
.footer1 ul{
    display: flex;
    flex-wrap: wrap;
}
.footer1 ul li{
    margin-right: 7.5%;
}
.footer1 ul li a{
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 36px;
}
.footer1 ul li a:hover{
    color: #A1B0CA;
}
.footer2{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255,255,255,.1);
    border-bottom: 1px solid rgba(255,255,255,.1);
    padding: 22px 0;
}
.footer2_fl{
    font-weight: 400;
    font-size: 16px;
    color: #A1B0CA;
    line-height: 36px;
}
.footer2_fl p{
    padding-left: 32px;
}
.footer2_fl p.ftel{
    background: url("../images/ftel.png") no-repeat left center;
    background-size: 14px 14px;
}
.footer2_fl p.fmail{
    background: url("../images/fmail.png") no-repeat left center;
    background-size: 14px 12px;
}
.footer2_fl p.faddress{
    background: url("../images/faddress.png") no-repeat left center;
    background-size: 13px 17px;
}
.footer2_fr img{
    display: block;
    max-width: 100%;
    height: 117px;
    margin: 0 auto;
}
.footer2_fr p{
    margin-top: 15px;
    font-weight: 400;
    font-size: 16px;
    color: #A1B0CA;
    line-height: 30px;
    text-align: center;
}
.footer3{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 19px 0;
}
.footer3_fl{
    font-weight: 400;
    font-size: 16px;
    color: #A1B0CA;
    line-height: 30px;
}
.footer3_fl a{
    font-size: 16px;
    color: #A1B0CA;
    line-height: 30px;
}
.footer3_fl a:hover{
    color: #FFFFFF;
}
.footer3_fr a{
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #A1B0CA;
    line-height: 30px;
    background: url("../images/nation.png") no-repeat left center;
    background-size: 16px 16px;
    padding-left: 24px;
}
.footer3_fr a:hover{
    color: #FFFFFF;
}
.side_right{
    position: fixed;
    right: 0;
    top: 45%;
    width: 43px;
    height: 106px;
    background: #F2F2F2;
    border-radius: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}
.side_right a.rkf{
    display: block;
    width: 23px;
    height: 20px;
    background: url("../images/kf.png") no-repeat center;
    background-size: 100%;
}
.side_right a.rtop{
    display: block;
    width: 22px;
    height: 18px;
    background: url("../images/top.png") no-repeat center;
    background-size: 100%;
}
.side_right a:hover.rkf{
    background: url("../images/kf_h.png") no-repeat center;
    background-size: 100%;
}
.side_right a:hover.rtop{
    background: url("../images/top_h.png") no-repeat center;
    background-size: 100%;
}

.index_more a{
    display: flex;
    align-items: center;
    width: 195px;
    height: 50px;
    border-radius: 25px;
    border: 1px solid #AAAAAA;
    margin: 0 auto;
    font-weight: 400;
    font-size: 16px;
    color: #56575A;
    text-align: left;
    padding: 0 50px 0 78px;
    position: relative;
    transition: .5s;
}
.index_more a:after{
    content: '';
    display: block;
    width: 16px;
    height: 100%;
    background:  url("../images/m.png") no-repeat center;
    background-size: 16px 10px;
    border-radius: 50%;
    position: absolute;
    left: 50px;
    top: 0;
    transition: .5s;
}
.index_more a:hover{
    padding: 0 78px 0 50px;
    color: #fff;
    background: #CD4128;
    border: 1px solid #CD4128;
}
.index_more a:hover:after{
    left: 128px;
    background: url("../images/m_h.png") no-repeat center;
    background-size: 16px 10px;
}
.hone-tjnews{
    position: relative;
    margin-top: -110px;
    z-index: 99;
}
.newsScroll{
    overflow:hidden;
    position:relative;
    width: 798px;
    background: #CD4128;
    border-radius: 20px 0px 0px 0px;
    padding: 35px 10% 25px 30px;
    margin: 0 0 0 auto;
}
.newsScroll .hd{
    overflow:hidden;
    position: absolute;
    right: 15%;
    top: 50%;
    transform: translate(0, -50%);
}
.newsScroll .hd ul{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    width: 8px;
}
.newsScroll .hd ul li{
    width:5px;
    height:5px;
    overflow:hidden;
    border-radius: 50%;
    text-indent: -999px;
    background:rgba(255,255,255,.5);
    cursor: pointer;
    margin: 4.5px auto;
}
.newsScroll .hd ul li.on{
    background: #FFFFFF;
    width: 8px;
    height: 8px;
}
.newsScroll .bd{

}
.newsScroll .infoList li{
    height: 50px;
}
.newsScroll_txt1{
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 20px;
    opacity: 0.9;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newsScroll_txt2{
    margin-top: 10px;
    font-weight: 400;
    font-size: 16px;
    color: #F7B4A8;
    line-height: 20px;
    height: 20px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    opacity: 0.9;
}
.home-business{
    width: 100%;
    margin: 0 auto;
    background: #FFFFFF;
    padding: 110px 0;
    border-radius: 50px 50px 0px 0px;
}
.index_title{
    text-align: center;
}
.index_title img{
    height: 91px;
}
.index_title h3{
    font-weight: bold;
    font-size: 48px;
    color: #111111;
    line-height: 1.3;
    margin-top: -40px;
}
.business_con{
    margin-top: 65px;
    position: relative;
    padding-bottom: 50px;
}
.business_con .swiper-slide{
    display: initial;
}
.businesss a{
    display:block;
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: .5s;
    border-radius: 20px 0px 20px 0px;
}
.business_txt{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 35px 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: .5s;
}
.business_txt:after{
    content: '';
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    background: url("../images/businessbg.png") no-repeat bottom center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    transition: .5s;
}
.business_txt1{
    width: 64px;
    margin: 0 auto;
    height: 64px;
    position: relative;
    z-index: 2;
    display: none;
}
.business_txt1 .pic:after{
    padding-bottom: 100%;
}
.business_txt2{
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 1.3;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .5s;
    position: relative;
    z-index: 2;
}
.business_txt3{
    position: relative;
    z-index: 2;
    display: none;
}
.business_txt3_arrow{
    width: 48px;
    height: 48px;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}
.business_txt3_arrow img{
    height: 10px;
}
/* 小圆圈 */
.business_txt3 .circleProgress_wrapper{
    display: block;
}
.circleProgress_wrapper{
    width: 52px;
    height: 52px;
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 11;
    /*display: none;*/
}
.circle{
    width: 50%;
    height: 100%;
    position: absolute;
    top:0;
    overflow: hidden;
}
.circle.circle_right{
    right:0;
}
.circle.circle_left{
    left:0;
}
.circleProgress{
    width: 52px;
    height: 52px;
    border:4px solid rgba(232, 232, 12,0);
    border-radius: 50%;
    position: absolute;
    top:0;
}
.rightcircle{
    border-top:4px solid #0C3D78;
    border-right:4px solid #0C3D78;
    right:0;
    animation: circleProgressLoad_right 4s linear;
    transform: rotate(45deg);
}
.leftcircle{
    border-bottom:4px solid #0C3D78;
    border-left:4px solid #0C3D78;
    left:0;
    animation: circleProgressLoad_left 4s linear;
    transform: rotate(45deg);
}
@keyframes circleProgressLoad_right{
    0%{transform: rotate(-135deg);}
    50%{transform: rotate(45deg);}
    100%{transform: rotate(45deg);}
}
@keyframes circleProgressLoad_left{
    0%{transform: rotate(-135deg);}
    50%{transform: rotate(-135deg);}
    100%{transform: rotate(45deg);}
}

.businesss a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.businesss a:hover .business_txt{
    width: 80%;
    height: 80%;
    left: 10%;
    bottom: 10%;

    align-items: center;
    justify-content: center;
    padding: 0 30px;
}
.businesss a:hover .business_txt:after{
    width: 100%;
    background: rgba(205,65,40,.93);
}
.businesss a:hover .business_txt1{
    display: flex;
}
.businesss a:hover .business_txt2{
    margin-top: 40px;
    font-size: 16px;
    text-align: center;
}
.businesss a:hover .business_txt3{
    margin-top: 40px;
    display: flex;
}
.business_con .swiper-pagination-progressbar{
    height: 3px;
    bottom: 0;
    width: 100%;
}
.business_con .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: #0C3D78;
}

.home-news{
    width: 100%;
    margin: 0 auto;
    padding: 110px 0 65px 0;
}
.news_con{
    margin: 70px 0 60px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.news_con_fl{
    width: 50%;
    border-right: 1px solid #DDDDDD;
    padding-right: 29px;
}
.news_con_fl li{
    margin-bottom: 42px;
}
.news_con_fl li:last-child{
    margin-bottom: 0;
}
.news_con_fl li a{
    display: flex;
    flex-wrap: wrap;
}
.news_con_fl_txt{
    width: 60%;
    border: 1px solid #DDDDDD;
    padding: 35px 35px 25px 25px;
    display: flex;
    justify-content: space-between;
}
.news_con_fl_date{
    text-align: right;
}
.news_con_fl_date p{
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 25px;
}
.news_con_fl_date span{
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    line-height: 25px;
}
.news_con_fl_info{
    width: 85%;
    padding-left: 28px;
}
.news_con_fl_info1{
    font-weight: 400;
    font-size: 16px;
    color: #56575A;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_con_fl_info2{
    margin-top: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #56575A;
    line-height: 20px;
    height: 40px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news_con_fl_info3{
    margin-top: 40px;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    color: #56575A;
    line-height: 25px;
    background: url("../images/njt1.png") no-repeat right center;
    background-size: 5px 10px;
    padding-right: 12px;
}
.news_con_fl_img{
    width: 40%;
}
.news_con_fl_img img{
    height: 100%;
}
.news_con_fl li a:hover .news_con_fl_info1{
    font-weight: bold;
    color: #0C3D78;
}
.news_con_fl li a:hover .news_con_fl_info3{
    color: #CD4128;
    background: url("../images/njt1_h.png") no-repeat right center;
    background-size: 5px 10px;
}
.news_con_fl li a:hover .news_con_fl_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.news_con_fr{
    width: 47%;
    height: 466px;
}
.news_con_fr .swiper-slide{
    display: initial;
}
.newss a{
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #56575A;
    line-height: 25px;
    background: url("../images/njt2.png") no-repeat right center;
    background-size: 8px 14px;
    padding-right: 50px;
    height: 100%;
    line-height: 88px;
    border-bottom: 1px solid #ddd;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .5s;
}
.newss:first-child a{
    border-top: 1px solid #ddd;
}
.newss a:hover{
    color: #0C3D78;
    background: url("../images/njt2_h.png") no-repeat right center;
    background-size: 8px 14px;
}
.pro-min.swiper-slide-thumb-active a{
    color: #0C3D78;
}
.news_title{
    position: relative;
}
.news_con_fr_arrow{
    position: absolute;
    right: 0;
    bottom: 0;
}
.home-news .swiper-button-next, .home-news .swiper-button-prev{
    display: block;
    position: absolute;
    top: 50%;
    width: 48px;
    height: 48px;
    margin-top: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    outline: none;
    background: url("../images/m.png") no-repeat center;
    background-size: 16px 10px;
    text-align: center;
    border: 2px solid #DDDDDD;
    border-radius: 50%;
    transition: .5s;
}
.arrow_scroll:hover .swiper-button-next, .home-news .swiper-button-prev:hover{
    background: #0C3D78 url("../images/m_h.png") no-repeat center;
    background-size: 16px 10px;
    border-color: #0C3D78;
}
.home-news .swiper-button-prev{
    left: auto;
    right: 70px;
    transform: translate(0, -50%) rotateY(-180deg);
}
.home-news .swiper-button-next{
    right: 0;
    left: auto;
}
.arrow_scroll{
    position: relative;
    width: 48px;
    height: 48px;
    cursor: pointer;
}

.home-about{
    width: 100%;
    margin: 0 auto;
    background: url("../images/aboutbg.jpg") no-repeat fixed top;
    background-size: cover;
    position: relative;
    text-align: center;
    padding: 110px 0;
}
.home-about:before{
    content: '';
    display: block;
    background: url("../images/gradient.png") no-repeat left top;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.about_txt1{
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 1.3;
    position: relative;
}
.about_txt2{
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 2;
    margin: 40px 0;
    position: relative;
}
.home-about .index_more a{
    color: #FFFFFF;
    position: relative;
}
.home-about .index_more a:after{
    background:  url("../images/m_h.png") no-repeat center;
    background-size: 16px 10px;
}

.home-honor{
    width: 100%;
    margin: 0 auto 110px auto;
}
.honor_con{
    margin: 100px 0 50px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.honor_con_fl{
    width: 10%;
}
.honor_con_fl ul{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.honor_con_fl ul li{
    margin-bottom: 80px;
}
.honor_con_fl ul li:last-child{
    margin-bottom: 0;
}
.honor_con_fl ul li a{
    display: flex;
    align-items: center;
    height: 74px;
    position: relative;
    padding-left: 25px;
}
.honor_con_fl ul li a h3{
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    color: #56575A;
}
.honor_con_fl ul li a h3:after{
    content: '';
    display: block;
    width: 42px;
    height: 3px;
    background: #D5D5D5;
    border-radius: 2px;
    margin-top: 5px;
    transition: .5s;
}
.honor_con_fl ul li a:hover h3{
    font-weight: bold;
}
.honor_con_fl ul li a:hover h3:after{
    width: 100%;
    background: #CD4128;
}
.honor_con_fl ul li a.active h3{
    font-weight: bold;
}
.honor_con_fl ul li a.active h3:after{
    width: 100%;
    background: #CD4128;
}
.honor_con_fl ul li a span{
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    transition: .5s;
}
.honor_con_fl ul li a span img{
    height: 74px;
}
.honor_con_fl ul li a:hover span{
    opacity: 1;
}
.honor_con_fl ul li a.active span{
    opacity: 1;
}
.honor_con_fr{
    width: 77%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.honor_con_fr1{
    position: relative;
    width: 900px;
}
.honor_con_fr1 .swiper-slide{
    flex-direction: column;
    width: 305px;
    height: 481px;
    opacity: .3;
}
.honor-max-img{
    width: 305px;
    height: 421px;
}
.honor-max-txt{
    margin-top: 30px;
    font-weight: 400;
    font-size: 24px;
    color: #56575A;
    line-height: 30px;
    display: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200%;
}
.honor-max.swiper-slide-active{
    opacity: 1;
}
.honor-max.swiper-slide-active .honor-max-txt{
    display: block;
}
.honor_con_fr2{
    width: 220px;
    position: relative;
    height: 325px;
}
.honor_con_fr2 .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
    color: #333333;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    color: #56575A;
    line-height: 20px;
    transition: .5s;
}
.honor-min.swiper-slide-active{
    font-weight: bold;
    font-size: 16px;
    color: #0C3D78;
}
.honor_con_fr2 .swiper-button-next1, .honor_con_fr2 .swiper-button-prev1{
    display: block;
    position: absolute;
    left: 50%;
    width: 48px;
    height: 48px;
    margin-top: 0;
    transform: translate(-50%, 0);
    cursor: pointer;
    outline: none;
    background: url("../images/hjt.png") no-repeat center;
    background-size: 11px 16px;
    text-align: center;
    border: 2px solid #DDDDDD;
    border-radius: 50%;
    transition: .5s;
}
.honor_con_fr2 .swiper-button-next1:hover, .honor_con_fr2 .swiper-button-prev1:hover{
    background: #0C3D78 url("../images/hjt_h.png") no-repeat center;
    background-size: 11px 16px;
    border-color: #0C3D78;
}
.honor_con_fr2 .swiper-button-prev1{
    top: -48px;
    bottom: auto;
}
.honor_con_fr2 .swiper-button-next1{
    bottom: -48px;
    top: auto;
    transform: translate(-50%, 0) rotateX(-180deg);
}

/*关于鼎真*/
.inner-banner{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.inner-banner:before{
    content: '';
    display: block;
    background: url("../images/ibanbg.png") no-repeat left top;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 353px;
    background-size: cover;
}
.inner-banner img{
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}
.iban_info{
    position: absolute;
    bottom: 70px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    line-height: 1;
    color: #FFFFFF;
}
.iban_info .container1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.iban_info .container1:after{
    content: '';
    display: block;
    width: 86%;
    height: 1px;
    background: #FFFFFF;
    position: absolute;
    left: 54.5%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.iban_info h3{
    font-weight: bold;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 1.3;
    text-transform: uppercase;
}

.iban_info img{
    width: 11px;
    height: 18px;
    margin: 0 0 0 auto;
}
.inner-main{
    width: 100%;
    margin: 0 auto;
    padding-top: 95px;
}
.inner_title{
    text-align: center;
}
.inner_title h3{
    font-weight: 400;
    font-size: 48px;
    color: #111111;
    line-height: 1.3;
}
.inner_title p{
    margin-top: 5px;
    font-family: 'OPPOSans-R';
    font-weight: 400;
    font-size: 16px;
    color: #56575A;
    line-height: 1;
    text-transform: uppercase;
}
.iabout1_info{
    margin-top: 40px;
    font-weight: 400;
    font-size: 20px;
    color: #56575A;
    line-height: 2;
    text-align: left;
}
.iabout1_con{
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
    background: #0C3D78;
}
.iabout1_con_fl{
    width: 50%;
}
.iabout1_con_fl img{
    height: 100%;
}
.iabout1_con_fr{
    width: 50%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.iabout1_con_fr1{
    font-weight: 400;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 1.3;
}
.iabout1_con_fr2{
    margin-top: 30px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 2.5;
}
.iabout1_num{
    border-bottom: 1px solid #ddd;
    padding: 80px 0 45px 0;
}
.iabout1_num ul{
    display: flex;
    justify-content: center;
}
.iabout1_num ul li{
    text-align: center;
    width: 25%;
}
.iabout1_num ul li h3{
    font-weight: 400;
    font-size: 20px;
    color: #0C3D78;
    line-height: 1;
}
.iabout1_num ul li h3 span{
    font-weight: normal;
    font-size: 70px;
    color: #0C3D78;
    line-height: 1;
}
.iabout1_num ul li p{
    margin-top: 10px;
    font-weight: 400;
    font-size: 16px;
    color: #56575A;
    line-height: 30px;
}
.iabout2{
    margin: 85px 0;
}
.iabout_title{
    text-align: center;
    font-weight: 400;
    font-size: 40px;
    color: #111111;
    line-height: 1.3;
}
.iabout2_con{
    margin-top: 55px;
    position: relative;
}
.iabout2_con .swiper-container{
    width: 95%;
    margin: 0 auto;
}
.iabout2_con .swiper-slide{
    transition: 300ms;
    transform: scale(0.8);
    opacity: 0.5;
}
.iabout2s a {
    display: block;
    position: relative;
    width: 100%;
    transition: .5s;
}
.iabout2s a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iabout2s.swiper-slide-active,.iabout2s.swiper-slide-duplicate-active{
    transform: scale(1);
    opacity: 1;
}
.iabout2_con .swiper-button-next2, .iabout2_con .swiper-button-prev2{
    display: block;
    position: absolute;
    top: 50%;
    width: 48px;
    height: 48px;
    margin-top: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    outline: none;
    background: url("../images/m.png") no-repeat center;
    background-size: 16px 10px;
    text-align: center;
    border: 2px solid #DDDDDD;
    border-radius: 50%;
    transition: .5s;
}
.iabout2_con .arrow_scroll{
    position: absolute;
    width: 48px;
    height: 48px;
    cursor: pointer;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.arrow_scroll:hover .swiper-button-next2, .iabout2_con .swiper-button-prev2:hover{
    background: #0C3D78 url("../images/m_h.png") no-repeat center;
    background-size: 16px 10px;
    border-color: #0C3D78;
}
.iabout2_con .swiper-button-prev2{
    left: 0;
    right: auto;
    transform: translate(0, -50%) rotateY(-180deg);
}
.iabout2_con .swiper-button-next2{
    right: 0;
    left: auto;
}
.iabout3{
    padding: 100px 0 60px 0;
    background: url("../images/iabout3bg.jpg") no-repeat bottom center;
}
.iabout3_con{
    margin-top: 55px;
    padding-bottom: 80px;
    position: relative;
}
.iabout3_con .swiper-container{
    width: 100%;
    margin: 0 auto;
}
.iabout3_con .swiper-slide{
    display: initial;
}
.iabout3s a{
    display:block;
    overflow: hidden;
    position: relative;
    width: 100%;
    border: 1px solid #DDDDDD;
    background: rgba(255,255,255,0.5);
    /*box-shadow: 7px 10px 38px 0px rgba(4,10,62,0.1);*/
    transition: .5s;
}
.iabout3_img{
    padding: 30px 65px;
}
.iabout3_txt{
    border-top: 1px dashed #B5B5B5;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 68px;
    padding: 0 15px;
}
.iabout3_txt p{
    font-weight: 400;
    font-size: 16px;
    color: #56575A;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .5s;
}
.iabout3s a:hover{
    /*border: 1px solid #fff;*/
    background: #FFFFFF;
}
.iabout3s a:hover .iabout3_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iabout3s a:hover .iabout3_txt p{
    color: #0C3D78;
}
.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;
}
.iabout3_con .swiper-pagination2{
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 0;
    width: 100%;
}
.iabout3_con .swiper-pagination-bullet{
    width: 22px;
    height: 5px;
    background: #FFFFFF;
    border-radius: 3px;
    opacity: 1;
    outline: none;
    margin: 0px 3px !important;
    transition: .5s;
}
.iabout3_con  .swiper-pagination-bullet-active{
    width: 33px;
    background: #CD4128;
}

/*联系我们*/
.icontact_con{
    margin-top: 40px;
}
.icontact_con_title{
    width: 100%;
}
.icontact_con_title ul{
    display: flex;
    align-items: center;
}
.icontact_con_title ul li{
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 30px;
    cursor: pointer;
}
.icontact_con_title ul li img{
    height: 26px;
    margin-right: 13px;
}
.icontact_con_title ul li p{
    font-weight: bold;
    font-size: 16px;
    color: #56575A;
    line-height: 30px;
}
.icontact_con_title ul li p:after{
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #CD4128;
    border-radius: 2px;
    transition: .5s;
}
.icontact_con_title ul li.on p{
    color: #CE452D;
}
.icontact_con_title ul li.on p:after{
    width: 100%;
}
.icontact_con_show{
    width: 100%;
    position: relative;
}
.icontact_con_show .icontact_con_info {
    display: none;
}
.icontact_con_info{
    overflow: hidden;
}
.icontact_con_info_t{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.icontact_con_info_t_fl{
    width: 30%;
    margin-top: 50px;
}
.icontact_con_info_t_fl1 p{
    font-weight: 400;
    font-size: 16px;
    color: #56575A;
    line-height: 30px;
    padding-left: 40px;
    margin-bottom: 15px;
}
.icontact_con_info_t_fl1 p.caddress{
    background: url("../images/caddress.png") no-repeat left center;
    background-size: 18px 22px;
}
.icontact_con_info_t_fl1 p.ctel{
    background: url("../images/ctel.png") no-repeat left 4px;
    background-size: 16px 22px;
}
.icontact_con_info_t_fl1 p.cmail{
    background: url("../images/cmail.png") no-repeat left center;
    background-size: 22px 15px;
}
.icontact_con_info_t_fl2{
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.icontact_con_info_t_fl2 img{
    width: 117px;
    height: 117px;
    border: 1px solid #DDDDDD;
}
.icontact_con_info_t_fl2 p{
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #56575A;
    line-height: 30px;
}
.icontact_con_info_t_fr{
    width: 64.5%;
    border-radius: 50px 0px 50px 0px;
    border: 1px solid #DDDDDD;
}
.icontact_con_info_b{
    margin-top: 60px;
}

/*人才招聘*/
.irecruit_con{
    margin: 45px 0 73px 0;
    border: 1px solid #ddd;
}
.job_bottom1{
    background-color: #eee;
    overflow: hidden;
}
.job_bottom1 li{
    float: left;
    width: 16.6%;
    line-height:30px;
    color:#222;
    font-size: 16px;
    font-weight: bold;
    padding: 14px 0;
    text-align: center;
}
.job_bottom2{

}
.job_bottom2 dl {
    border-top: 1px solid #ddd;
    overflow: hidden;
}
.zp-title{
    cursor: pointer;
    outline:none;
    transition: 0.5s;
}
.zp-title a{
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    display:block;
    min-height: 60px;
    padding: 15px 0;
    overflow: hidden;
    line-height: 30px;
    position: relative;
    transition: .5s;
}
.zp-title a li.tb{
    background: url(../images/fr.png) no-repeat center;
    background-size: 12px 12px;
    height: 30px;
    transition: .5s;
}
.zp-title a:hover{
    background-color: #0C3D78;
    color: #fff;
}
.zp-title a:hover li.tb{
    background: url(../images/frhover.png) no-repeat center;
    background-size: 12px 12px;
}
.zp-title li{
    float: left;
    width: 16.6%;
    text-align: center;
}
.zp-content {
    overflow: hidden;
    display:none;
    clear: both;
}
.zp-info-text {
    margin: 30px 5%;
}
.zp-info-text1{
    font-weight: 400;
    font-size: 16px;
    color: #333;
    line-height: 30px;
}
.zp-info-text2{
    margin-top: 35px;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    line-height: 30px;
}
.zp-info-text2 a{
    color: #CD4128;
}
.open .zp-title{
    box-shadow: 0 0 45px rgba(153,153,153,.35);
}
.open .zp-title a{
    background-color: #0C3D78;
    color: #fff;
}
.open .zp-title a li.tb{
    background: url(../images/frhover.png) no-repeat center;
    background-size: 12px 12px;
}
.open .zp-content{
    display:block;
    overflow:hidden;
}

/*资料下载*/
.idownlaod{
    margin-bottom: 50px;
}
.idownlaod_con{
    margin: 45px 0 25px 0;
}
.idownlaod_con ul{
    display: flex;
    flex-wrap: wrap;
}
.idownlaod_con ul li{
    width: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
}
.idownlaod_con ul li:nth-child(2n){
    margin-right: 0;
}
.idownlaod_con ul li a{
    display: flex;
    align-items: center;
    background: #EEEEEE;
    padding: 25px 80px 25px 40px;
    position: relative;
}
.idownlaod_con ul li a:after{
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background: #CCCCCC url("../images/d.png") no-repeat center;
    background-size: 20px 20px;
    border-radius: 2px;
    position: absolute;
    right: 37px;
    top: 50%;
    transform: translate(0, -50%);
    transition: .5s;
}
.idownlaod_con_img{
    width: 60px;
    height: 60px;
}
.idownlaod_con_txt{
    padding-left: 40px;
    width: 85%;
}
.idownlaod_con_txt1{
    font-weight: 400;
    font-size: 18px;
    color: #56575A;
    line-height: 30px;
}
.idownlaod_con_txt2{
    margin-top: 5px;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    opacity: 0.8;
}
.idownlaod_con ul li a:hover:after{
    background: #0C3D78 url("../images/d.png") no-repeat center;
    background-size: 20px 20px;
}
.idownlaod_con ul li a:hover .idownlaod_con_txt1{
    color: #CD4128;
}
/*分页*/
.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color:#666;
    clear:both;
    margin: 0;
}
.pagination a{
    display:block ;
    color: #000;
    text-align: center;
    text-transform: capitalize;
    padding: 0px 23px;
    line-height: 54px;
    margin:0px 9px 10px 9px;
    background: #F6F6F6;
    border-radius: 50%;
}
.pagination a.left{
    background: transparent  url("../images/left.png") no-repeat left center;
    background-size: 13px 6px;
    padding: 0 0 0 20px;
    border-radius: 0;
}
.pagination a.right{
    background: transparent url("../images/right.png") no-repeat right center;
    background-size: 13px 6px;
    padding: 0 20px 0 0;
    border-radius: 0;
}
.pagination a:hover{
    color:#fff;
    background: #0C3D78;
}
.pagination a.active {
    color:#fff;
    background: #0C3D78;
}
.pagination a.left:hover{
    background: transparent  url("../images/left.png") no-repeat left center;
    background-size: 13px 6px;
    color: #0C3D78;
}
.pagination a.right:hover{
    background: transparent  url("../images/right.png") no-repeat right center;
    background-size: 13px 6px;
    color: #0C3D78;
}

/*业务分类*/
.ibusiness_con{
    margin-bottom: 58px;
}
.ibusiness_con .container1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.ibusiness_con_fl{
    width: 19%;
    background: #F6F6F6;
    border: 1px solid #DDDDDD;
}
.ibusiness_con_fl_t{
    padding: 32px 22px 22px 22px;
}
.pform{
    position: relative;
}
.pss1{
    width: 100%;
    height: 59px;
    background: #FCFCFD;
    border: none;
    padding: 0 75px 0 15px;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    display: flex;
    align-items: center;
}
.pss2{
    width: 22px;
    height: 100%;
    background: url("../images/psearch.png") no-repeat center;
    background-size: 22px 22px;
    position: absolute;
    top: 0;
    right: 37px;
    text-indent: -999px;
}
.pinfo{

}
.pinfo li{
    overflow:hidden;
    position:relative;
    margin-bottom: 10px;
}
.pinfo li:last-child{
    margin-bottom: 0;
}
.pinfo li a{
    display: block;
    line-height: 62px;
    font-weight: 500;
    font-size: 18px;
    color: #333;
    background: #DDDDDD;
    padding: 0 33px;
    overflow:hidden;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    position: relative;
    z-index: 4;
}
.pinfo li a:hover{
    color: #FFFFFF;
    background: #CD4128;
}
.pinfo li .more{
    position: absolute;
    right: 23px;
    top: 0;
    border:none;
    width:14px;
    height: 62px;
    cursor: pointer;
    background: url(../images/p.png) no-repeat right center;
    background-size: 14px 14px;
    display: block;
    z-index: 5;
    padding: 0;
}
.pinfo li .more:hover {
    background:url(../images/p_h.png) no-repeat right center;
    background-size: 14px 14px;
}
.pinfo li:hover .more {
    background:url(../images/p_h.png) no-repeat right center;
    background-size: 14px 14px;
}
.pinfo .er{
    display: none;
    padding: 0 33px 62px 33px;
}
.pinfo .er li{
    margin-bottom: 0;
}
.pinfo .er li a {
    font-weight: 400;
    font-size: 16px;
    color: #56575A;
    line-height: 30px;
    padding: 16px 0;
    background: transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: none;
    border-bottom: 1px dashed #999899;
}
.pinfo .nav-show .er {
    display: block;
    padding: 0 33px 62px 33px;
}
.pinfo .nav-show .er li{
    margin-bottom: 0;
}
.pinfo .nav-show .er li a {
    font-weight: 400;
    font-size: 16px;
    color: #56575A;
    line-height: 30px;
    padding: 16px 0;
    background: transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pinfo .nav-show .er li a:hover{
    color: #0C3D78;
}
.pinfo .nav-show:hover .more {
    background:url(../images/p_h.png) no-repeat right center;
    background-size: 14px 14px;
}
.pinfo .nav-show .more{
    background:url(../images/p_h.png) no-repeat right center;
    background-size: 14px 14px;
}
.pinfo .nav-show a{
    color: #FFFFFF;
    background: #CD4128;
}
.ibusiness_con_fr{
    width: 76.5%;
}
.ibusiness_con_fr1{
    border-bottom: 1px solid #DDDDDD;
}
.ibusiness_con_fr1 h3{
    font-weight: 400;
    font-size: 30px;
    color: #111111;
    line-height: 1.3;
    display: inline-block;
    position: relative;
    padding-bottom: 20px;
}
.ibusiness_con_fr1 h3:after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #CD4128;
    margin-top: 20px;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.ibusiness_con_fr2{
    margin-top: 45px;
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 35px;
}
.ibusiness_con_fr3{
    margin: 45px 0 0 0;
}
.ibusiness_con_fr3 ul{
    display: flex;
    flex-wrap: wrap;
}
.ibusiness_con_fr3 ul li{
    width: 32.3%;
    margin-right: 1.55%;
    margin-bottom: 30px;
}
.ibusiness_con_fr3 ul li:nth-child(3n){
    margin-right: 0;
}
.ibusiness_con_fr3 ul li a{
    display: block;
}
.ibusiness_img:after{
    padding-bottom: 90%;
}
.ibusiness_txt{
    margin-top: 25px;
    font-weight: 400;
    font-size: 18px;
    color: #56575A;
    line-height: 35px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ibusiness_con_fr3 ul li a:hover .ibusiness_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.ibusiness_con_fr3 ul li a:hover .ibusiness_txt{
    color: #CD4128;
}
.show_back{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 25px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.show_back .container1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.show_back1{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 36px;
    width: 33.3%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.show_back1:last-child{
    justify-content: flex-end;
}
.show_back1 a{
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.show_back1 a:hover{
    color: #CD4128;
}
.show_back2{

}
.show_back2 a{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    color: #56575A;
    line-height: 36px;
}
.show_back2 a i{
    background: url("../images/return.png") no-repeat left center;
    background-size: 100%;
    width: 18px;
    height: 16px;
    margin-right: 17px;
    transition: .5s;
}
.show_back2 a:hover{
    color: #CD4128;
}
.show_back2 a:hover i{
    background: url("../images/return_h.png") no-repeat left center;
    background-size: 100%;
}


/*新闻动态*/
.inews{
    margin-bottom: 60px;
}
.inews_con{
    margin: 65px 0 20px 0;
}
.inews_con ul{
    display: flex;
    flex-wrap: wrap;
}
.inews_con ul li{
    width: 48%;
    margin-right: 4%;
    margin-bottom: 40px;
}
.inews_con ul li:nth-child(2n){
    margin-right: 0;
}
.inews_con ul li a{
    display: flex;
    flex-wrap: wrap;
}
.inews_con li a:hover .news_con_fl_info1{
    font-weight: bold;
    color: #0C3D78;
}
.inews_con li a:hover .news_con_fl_info3{
    color: #CD4128;
    background: url("../images/njt1_h.png") no-repeat right center;
    background-size: 5px 10px;
}
.inews_con li a:hover .news_con_fl_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}


/*新闻详情*/
.inewsshow{
    background: #f5f5f5;
    padding: 45px 0 85px 0;
    box-shadow: inset 0px 5px 41px 8px rgba(13, 64, 127, 0.15);
}
.inewsshow1{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-weight: 400;
    font-size: 14px;
    color: #4A4C4A;
    line-height: 25px;
}
.inewsshow1 a{
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #4A4C4A;
    line-height: 25px;
}
.inewsshow1 img{
    margin: 0 47px;
}
.inewsshow .iabout_title{
    text-align: left;
}
.inewsshow3{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inewsshow3_fl{
    width: 75%;
    background: #FFFFFF;
    padding: 70px;
}
.show_title h3{
    font-weight: 400;
    font-size: 30px;
    color: #333333;
    line-height: 1.3;
}
.show_info{
    margin-top: 30px;
    display: flex;
    align-items: center;
    padding-bottom: 32px;
    position: relative;
    z-index: 99;
}
.show_info span{
    font-size: 16px;
    color: #999999;
    line-height: 31px;
    margin-right: 33px;
}
.show_info span:last-child{
    margin-right: 0;
}
.show_info span.date{
    background: url("../images/date.png") no-repeat left center;
    background-size: 20px 21px;
    padding-left: 30px;
    font-weight: bold;
}
.show_info span.weixin{
    font-weight: 400;
}
.show_info span.weixin i{
    display: block;
    width: 31px;
    height: 31px;
    background: #DDDDDD url("../images/wx.png") no-repeat center;
    background-size: 17px 13px;
    border-radius: 50%;
}
.weixin{
    position:relative;
    display: flex;
    align-items: center;
}
.weixin::after{
    content: url("../images/ewm.png");
    position: absolute;
    right: 0px;
    top: 35px;
    z-index: 99;
    width: 130px;
    height: 130px;
    transform-origin: top center;
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.weixin:hover::after{
    transform:scale(1);
    opacity: 1;
}

.show_content{
    padding: 35px 0 65px 0;
    font-weight: 400;
    font-size: 16px;
    color: #56575A;
    line-height: 30px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.show_content img{
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}
.inewsshow_back{
    margin-top: 40px;
}
.inewsshow_back li{
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inewsshow_back li a{
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}
.inewsshow_back li a:hover{
    color: #CD4128;
}
.inewsshow3_fr{
    width: 21%;
}
.inewsshow3_fr1{
    height: 93px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
    color: #0C3D78;
    line-height: 1.3;
    position: relative;
    padding-left: 23px;
}
.inewsshow3_fr1:before{
    content: '';
    display: block;
    width: 3px;
    height: 25px;
    background: #CD4128;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.inewsshow3_fr2{
    margin-top: 15px;
}
.inewsshow3_fr2 li{
    margin-bottom: 20px;
}
.inewsshow3_fr2 li:last-child{
    margin-bottom: 0;
}
.inewsshow3_fr2 li a{
    display: block;
    background: #FFFFFF;
    padding: 35px 15px;
}
.inewsshow3_fr2_txt1{
    font-weight: 400;
    font-size: 16px;
    color: #56575A;
    line-height: 30px;
    height: 60px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.inewsshow3_fr2_txt2{
    margin-top: 15px;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 25px;
    height: 75px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.inewsshow3_fr2_txt3{
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 25px;
}
.inewsshow3_fr2 li a:hover .inewsshow3_fr2_txt1{
    color: #0C3D78;
}

.inewsshow3_fr3 a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    background: #CD4128;
    border-radius: 0px 0px 20px 20px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}
.inewsshow3_fr3 a img{
    height: 9px;
    margin-left: 22px;
}



@media (min-width:1801px) and (max-width:1850px){

}

@media (min-width:1701px) and (max-width:1800px){
    .container1{
        width: 90%;
    }
    .newsScroll{
        padding: 35px 8% 25px 30px;
    }
    .newsScroll .hd{
        right: 11%;
    }
    .honor_con_fr1{
        width: 850px;
    }
    .honor_con_fr1 .swiper-slide{
        width: 283px;
        height: 451px;
    }
    .honor-max-img {
        width: 283px;
        height: 391px;
    }
    .news_con_fl_info{
        width: 84%;
    }
    
    .iban_info .container1:after{
        width: 84%;
        left: 55%;
    }
}

@media (min-width:1601px) and (max-width:1700px){
    .container1{
        width: 88%;
    }
    .ban_txt1{
        font-size: 17px;
    }
    .ban_txt2{
        font-size: 55px;
    }
    .ban_txt3{
        font-size: 23px;
    }
    .ban_txt4{
        margin-top: 65px;
    }
    .newsScroll{
        padding: 35px 8% 25px 30px;
    }
    .newsScroll .hd{
        right: 11%;
    }
    .home-business{
        padding: 100px 0;
    }
    .index_title img{
        height: 86px;
    }
    .index_title h3{
        font-size: 46px;
    }
    .business_txt{
        padding: 30px 25px;
    }
    .business_txt1{
        width: 59px;
        height: 59px;
    }
    .business_txt2{
        font-size: 23px;
    }
    .businesss a:hover .business_txt2{
        margin-top: 35px;
    }
    .businesss a:hover .business_txt3{
        margin-top: 35px;
    }
    .home-honor{
        margin: 0 auto 100px auto;
    }
    .honor_con{
        margin: 90px 0 50px 0;
    }
    .honor_con_fr1{
        width: 800px;
    }
    .honor_con_fr1 .swiper-slide{
        width: 266px;
        height: 427px;
    }
    .honor-max-img {
        width: 266px;
        height: 367px;
    }
    .honor-max-txt{
        font-size: 23px;
    }
    .home-about{
        padding: 100px 0;
    }
    .about_txt1{
        font-size: 46px;
    }
    .about_txt2{
        font-size: 23px;
    }
    .home-news{
        padding: 100px 0 65px 0;
    }
    .news_con_fl_info{
        width: 82%;
    }

    .iban_info h3{
        font-size: 38px;
    }
    .iban_info .container1:after{
        width: 82%;
        left: 55%;
    }
    .inner_title h3{
        font-size: 46px;
    }
    .inner_title p{
        font-size: 15px;
    }
    .iabout1_info{
        font-size: 19px;
    }
    .iabout1_con_fr1{
        font-size: 29px;
    }
    .iabout1_num ul li h3 span{
        font-size: 65px;
    }
    .iabout_title {
        font-size: 38px;
    }
    .ibusiness_con_fl{
        width: 21%;
    }
    .ibusiness_con_fr{
        width: 74.5%;
    }
    .ibusiness_con_fr1 h3{
        font-size: 29px;
    }
    .show_title h3{
        font-size: 29px;
    }

}


@media (min-width:1501px) and (max-width:1600px){
    .container1{
        width: 90%;
    }
    .ban_txt1{
        font-size: 17px;
    }
    .ban_txt2{
        font-size: 55px;
    }
    .ban_txt3{
        font-size: 23px;
    }
    .ban_txt4{
        margin-top: 65px;
    }
    .newsScroll{
        padding: 35px 7% 25px 30px;
    }
    .newsScroll .hd{
        right: 9%;
    }
    .home-business{
        padding: 100px 0;
    }
    .index_title img{
        height: 86px;
    }
    .index_title h3{
        font-size: 44px;
    }
    .business_txt{
        padding: 30px 25px;
    }
    .business_txt1{
        width: 59px;
        height: 59px;
    }
    .business_txt2{
        font-size: 23px;
    }
    .businesss a:hover .business_txt2{
        margin-top: 35px;
    }
    .businesss a:hover .business_txt3{
        margin-top: 35px;
    }
    .home-honor{
        margin: 0 auto 100px auto;
    }
    .honor_con{
        margin: 90px 0 50px 0;
    }
    .honor_con_fl{
        width: 11%;
    }
    .honor_con_fr1{
        width: 750px;
    }
    .honor_con_fr1 .swiper-slide{
        width: 250px;
        height: 405px;
    }
    .honor-max-img {
        width: 250px;
        height: 345px;
    }
    .honor-max-txt{
        font-size: 23px;
    }
    .home-about{
        padding: 100px 0;
    }
    .about_txt1{
        font-size: 44px;
    }
    .about_txt2{
        font-size: 23px;
    }
    .home-news{
        padding: 100px 0 65px 0;
    }
    .news_con_fl_info{
        width: 81%;
    }

    .iban_info h3{
        font-size: 36px;
    }
    .iban_info .container1:after{
        width: 82%;
        left: 55%;
    }
    .inner-main{
        padding-top: 90px;
    }
    .inner_title h3{
        font-size: 44px;
    }
    .inner_title p{
        font-size: 15px;
    }
    .iabout1_info{
        font-size: 19px;
    }
    .iabout1_con_fr1{
        font-size: 29px;
    }
    .iabout1_num{
        padding: 75px 0 45px 0;
    }
    .iabout1_num ul li h3 span{
        font-size: 65px;
    }
    .iabout2{
        margin: 80px 0;
    }
    .iabout_title{
        font-size: 36px;
    }
    .iabout3{
        padding: 95px 0 60px 0;
    }
    .iabout3_con{
        padding-bottom: 75px;
    }
    .iabout3_img{
        padding: 30px 60px;
    }
    .ibusiness_con_fl{
        width: 22%;
    }
    .ibusiness_con_fr{
        width: 73.5%;
    }
    .ibusiness_con_fr1 h3{
        font-size: 29px;
    }
    .inews_con{
        margin: 60px 0 20px 0;
    }
    .inewsshow3_fl{
        padding: 65px;
    }
    .show_title h3{
        font-size: 29px;
    }
    .icontact_con_info_t_fl{
        margin-top: 45px;
        width: 31%;
    }
    .icontact_con_info_t_fr{
        width: 63.5%;
    }

}

@media (min-width:1401px) and (max-width:1500px){
    .container1{
        width: 92%;
    }
    .ban_txt1{
        font-size: 16px;
    }
    .ban_txt2{
        font-size: 50px;
    }
    .ban_txt3{
        font-size: 22px;
    }
    .ban_txt4{
        margin-top: 60px;
    }
    .newsScroll{
        padding: 35px 6% 25px 30px;
    }
    .newsScroll .hd{
        right: 6%;
    }
    .home-business{
        padding: 90px 0;
    }
    .index_title img{
        height: 81px;
    }
    .index_title h3{
        font-size: 42px;
    }
    .business_con{
        margin-top: 60px;
    }
    .business_txt{
        padding: 25px 20px;
    }
    .business_txt1{
        width: 54px;
        height: 54px;
    }
    .business_txt2{
        font-size: 22px;
    }
    .businesss a:hover .business_txt2{
        margin-top: 30px;
    }
    .businesss a:hover .business_txt3{
        margin-top: 30px;
    }
    .home-honor{
        margin: 0 auto 90px auto;
    }
    .honor_con{
        margin: 80px 0 50px 0;
    }
    .honor_con_fl{
        width: 11%;
    }
    .honor_con_fr1{
        width: 700px;
    }
    .honor_con_fr1 .swiper-slide{
        width: 233px;
        height: 382px;
    }
    .honor-max-img {
        width: 233px;
        height: 322px;
    }
    .honor-max-txt{
        font-size: 22px;
    }
    .home-about{
        padding: 90px 0;
    }
    .about_txt1{
        font-size: 42px;
    }
    .about_txt2{
        font-size: 22px;
    }
    .home-news{
        padding: 90px 0 65px 0;
    }
    .news_con_fl_info{
        width: 80%;
    }

    .iban_info h3{
        font-size: 34px;
    }
    .iban_info .container1:after{
        width: 82%;
        left: 55%;
    }
    .inner-main{
        padding-top: 85px;
    }
    .inner_title h3{
        font-size: 42px;
    }
    .inner_title p{
        font-size: 14px;
    }
    .iabout1_info{
        font-size: 18px;
    }
    .iabout1_con_fr1{
        font-size: 28px;
    }
    .iabout1_num{
        padding: 70px 0 45px 0;
    }
    .iabout1_num ul li h3 span{
        font-size: 60px;
    }
    .iabout2{
        margin: 75px 0;
    }
    .iabout_title{
        font-size: 34px;
    }
    .iabout2_con .swiper-container{
        width: 94%;
    }
    .iabout3{
        padding: 90px 0 60px 0;
    }
    .iabout3_con{
        padding-bottom: 70px;
    }
    .iabout3_img{
        padding: 30px 55px;
    }
    .ibusiness_con_fl{
        width: 23%;
    }
    .ibusiness_con_fr{
        width: 72.5%;
    }
    .ibusiness_con_fr1 h3{
        font-size: 28px;
    }
    .inews_con{
        margin: 55px 0 20px 0;
    }
    .inewsshow3_fl{
        padding: 60px;
    }
    .show_title h3{
        font-size: 28px;
    }
    .icontact_con_info_t_fl{
        margin-top: 40px;
        width: 33%;
    }
    .icontact_con_info_t_fr{
        width: 61.5%;
    }
}

@media (min-width:1280px) and (max-width:1400px){
    .container1{
        width: 92%;
    }
    .menupc li{
        margin: 0 30px;
    }
    .ban_txt1{
        font-size: 15px;
    }
    .ban_txt2{
        font-size: 45px;
    }
    .ban_txt3{
        font-size: 21px;
        margin-top: 30px;
    }
    .ban_txt4{
        margin-top: 55px;
    }
    .newsScroll{
        padding: 35px 6% 25px 30px;
    }
    .newsScroll .hd{
        right: 6%;
    }
    .home-business{
        padding: 80px 0;
    }
    .index_title img{
        height: 76px;
    }
    .index_title h3{
        font-size: 40px;
    }
    .business_con{
        margin-top: 55px;
    }
    .business_txt{
        padding: 25px 20px;
    }
    .business_txt1{
        width: 54px;
        height: 54px;
    }
    .business_txt2{
        font-size: 21px;
    }
    .businesss a:hover .business_txt2{
        margin-top: 25px;
    }
    .businesss a:hover .business_txt3{
        margin-top: 25px;
    }
    .home-honor{
        margin: 0 auto 80px auto;
    }
    .honor_con{
        margin: 70px 0 50px 0;
    }
    .honor_con_fl{
        width: 12%;
    }
    .honor_con_fr1{
        width: 600px;
    }
    .honor_con_fr1 .swiper-slide{
        width: 200px;
        height: 336px;
    }
    .honor-max-img {
        width: 200px;
        height: 276px;
    }
    .honor-max-txt{
        font-size: 21px;
    }
    .home-about{
        padding: 80px 0;
    }
    .about_txt1{
        font-size: 40px;
    }
    .about_txt2{
        font-size: 21px;
    }
    .home-news{
        padding: 80px 0 65px 0;
    }
    .news_con_fl_info{
        width: 78%;
    }

    .iban_info h3{
        font-size: 32px;
    }
    .iban_info .container1:after{
        width: 82%;
        left: 55%;
    }
    .inner-main{
        padding-top: 80px;
    }
    .inner_title h3{
        font-size: 40px;
    }
    .inner_title p{
        font-size: 14px;
    }
    .iabout1_info{
        font-size: 18px;
    }
    .iabout1_info br{
        display: none;
    }
    .iabout1_con_fr1{
        font-size: 27px;
    }
    .iabout1_num{
        padding: 65px 0 45px 0;
    }
    .iabout1_num ul li h3 span{
        font-size: 55px;
    }
    .iabout2{
        margin: 70px 0;
    }
    .iabout_title{
        font-size: 32px;
    }
    .iabout2_con .swiper-container{
        width: 92%;
    }
    .iabout3{
        padding: 85px 0 60px 0;
    }
    .iabout3_con{
        padding-bottom: 65px;
    }
    .iabout3_img{
        padding: 30px 50px;
    }
    .ibusiness_con_fl{
        width: 25%;
    }
    .ibusiness_con_fr{
        width: 70.5%;
    }
    .ibusiness_con_fr1 h3{
        font-size: 27px;
    }
    .inews_con{
        margin: 50px 0 20px 0;
    }
    .inewsshow3_fl{
        padding: 55px;
    }
    .show_title h3{
        font-size: 27px;
    }
    .icontact_con_info_t_fl{
        margin-top: 35px;
        width: 36%;
    }
    .icontact_con_info_t_fr{
        width: 58.5%;
    }
}

@media (min-width:1200px) and (max-width:1279px){
    .container1{
        width: 92%;
    }
    .menupc li{
        margin: 0 25px;
    }
    .ban_txt1{
        font-size: 14px;
    }
    .ban_txt2{
        font-size: 40px;
    }
    .ban_txt3{
        font-size: 20px;
        margin-top: 25px;
    }
    .ban_txt4{
        margin-top: 50px;
    }
    .newsScroll{
        padding: 35px 6% 25px 30px;
    }
    .newsScroll .hd{
        right: 5%;
    }
    .home-business{
        padding: 70px 0;
    }
    .index_title img{
        height: 71px;
    }
    .index_title h3{
        font-size: 38px;
    }
    .business_con{
        margin-top: 50px;
    }
    .business_txt{
        padding: 25px 20px;
    }
    .business_txt1{
        width: 54px;
        height: 54px;
    }
    .business_txt2{
        font-size: 20px;
    }
    .businesss a:hover .business_txt2{
        margin-top: 20px;
    }
    .businesss a:hover .business_txt3{
        margin-top: 20px;
    }
    .home-honor{
        margin: 0 auto 70px auto;
    }
    .honor_con{
        margin: 60px 0 50px 0;
    }
    .honor_con_fl{
        width: 13%;
    }
    .honor_con_fr1{
        width: 550px;
    }
    .honor_con_fr1 .swiper-slide{
        width: 183px;
        height: 303px;
    }
    .honor-max-img {
        width: 183px;
        height: 253px;
    }
    .honor-max-txt{
        font-size: 20px;
    }
    .home-about{
        padding: 70px 0;
    }
    .about_txt1{
        font-size: 38px;
    }
    .about_txt2{
        font-size: 20px;
    }
    .home-news{
        padding: 70px 0 65px 0;
    }
    .news_con_fl_info{
        width: 75%;
    }

    .iban_info h3{
        font-size: 30px;
    }
    .iban_info .container1:after{
        width: 82%;
        left: 55%;
    }
    .inner-main{
        padding-top: 75px;
    }
    .inner_title h3{
        font-size: 38px;
    }
    .inner_title p{
        font-size: 14px;
    }
    .iabout1_info{
        font-size: 18px;
    }
    .iabout1_info br{
        display: none;
    }
    .iabout1_con_fr1{
        font-size: 26px;
    }
    .iabout1_num{
        padding: 60px 0 45px 0;
    }
    .iabout1_num ul li h3 span{
        font-size: 50px;
    }
    .iabout2{
        margin: 65px 0;
    }
    .iabout_title{
        font-size: 30px;
    }
    .iabout2_con .swiper-container{
        width: 90%;
    }
    .iabout3{
        padding: 80px 0 60px 0;
    }
    .iabout3_con{
        padding-bottom: 60px;
    }
    .iabout3_img{
        padding: 25px 45px;
    }
    .ibusiness_con_fl{
        width: 27%;
    }
    .ibusiness_con_fr{
        width: 68.5%;
    }
    .ibusiness_con_fr1 h3{
        font-size: 26px;
    }
    .inews_con{
        margin: 45px 0 20px 0;
    }
    .inewsshow3_fl{
        padding: 50px;
    }
    .show_title h3{
        font-size: 26px;
    }
    .icontact_con_info_t_fl{
        margin-top: 30px;
        width: 38%;
    }
    .icontact_con_info_t_fr{
        width: 56.5%;
    }

}

@media(max-width:1199px) {
    .container1{
        width:100%;
        margin:0 auto;
        padding-left:15px !important;
        padding-right:15px !important;
    }
    .show_content img{
        display:block;
        max-width:100%;
        height:auto;
        margin: auto;
    }
    .side_right{
        display: none !important;
    }
    .top{
        display: none;
    }
    .ban_txt1{
        font-size: 16px;
    }
    .ban_txt2{
        font-size: 40px;
    }
    .ban_txt3{
        font-size: 20px;
        margin-top: 25px;
    }
    .ban_txt4{
        margin-top: 50px;
    }
    .home-banner .swiper-pagination{
        width: 100%;
        bottom: 10px;
    }
    .hone-tjnews{
        margin-top: 0;
    }
    .newsScroll{
        width: 100%;
        border-radius: 0;
        padding: 35px 50px 25px 30px;
    }
    .newsScroll .hd{
        right: 15px;
    }
    .home-business{
        padding: 50px 0;
    }
    .index_title img{
        height: 61px;
    }
    .index_title h3{
        font-size: 34px;
        margin-top: -30px;
    }
    .business_con{
        margin-top: 35px;
    }
    .business_txt{
        padding: 25px 20px;
    }
    .business_txt1{
        width: 50px;
        height: 50px;
    }
    .business_txt2{
        font-size: 20px;
    }
    .businesss a:hover .business_txt2{
        margin-top: 25px;
    }
    .businesss a:hover .business_txt3{
        margin-top: 25px;
    }
    .home-honor{
        margin: 0 auto 50px auto;
    }
    .honor_con{
        margin: 35px 0;
    }
    .honor_con_fl{
        width: 100%;
    }
    .honor_con_fr{
        width: 100%;
    }
    .honor_con_fl ul{
        flex-direction: row;
        justify-content: space-around;
    }
    .honor_con_fl ul li{
        margin: 0 20px 35px 20px;
    }
    .honor_con_fr1{
        width: 80%;
    }
    .honor_con_fr1 .swiper-slide{
        width: 260px;
        height: 419px;
    }
    .honor-max-img{
        width: 260px;
        height: 359px;
    }
    .honor-max-txt{
        font-size: 20px;
        width: 150%;
    }
    .honor_con_fr2{
        width: 15%;
    }
    .home-about{
        padding: 50px 0;
    }
    .about_txt1{
        font-size: 34px;
    }
    .about_txt2{
        font-size: 20px;
        margin: 35px 0;
    }
    .home-news{
        padding: 50px 0;
    }
    .news_con{
        margin: 35px 0;
        flex-direction: column-reverse;
    }
    .news_con_fl{
        width: 100%;
        border-right: none;
        padding-right: 0;
        margin-top: 35px;
    }
    .news_con_fr{
        width: 100%;
        height: 340px;
    }
    .newss a{
        height: 68px;
        line-height: 68px;
    }

    .iban_info{
        bottom: 50px;
    }
    .iban_info .container1:after{
        width: 78%;
        left: 55%;
    }
    .iban_info h3{
        font-size: 30px;
    }
    .inner-main{
        padding-top: 50px;
    }
    .inner_title h3{
        font-size: 38px;
    }
    .inner_title p{
        font-size: 14px;
    }
    .iabout1_info{
        margin-top: 35px;
        font-size: 18px;
    }
    .iabout1_info br{
        display: none;
    }
    .iabout1_con_fr1{
        font-size: 26px;
    }
    .iabout1_con_fr2{
        margin-top: 25px;
        line-height: 2;
    }
    .iabout1_num{
        padding: 40px 0 25px 0;
    }
    .iabout1_num ul li h3 span{
        font-size: 50px;
    }
    .iabout2{
        margin: 50px 0;
    }
    .iabout2_con{
        margin-top: 35px;
    }
    .iabout2_con .swiper-container{
        width: 90%;
    }
    .iabout_title{
        font-size: 30px;
    }
    .iabout3{
        padding: 50px 0;
    }
    .iabout3_con{
        margin-top: 35px;
        padding-bottom: 50px;
    }
    .ibusiness_con{
        margin-bottom: 50px;
    }
    .ibusiness_con_fl{
        width: 27%;
    }
    .ibusiness_con_fr{
        width: 68.5%;
    }
    .pss1{
        font-size: 14px;
        padding: 0 45px 0 15px;
    }
    .pss2{
        right: 15px;
    }
    .pinfo li a{
        font-size: 16px;
    }
    .pinfo .er li a{
        font-size: 14px;
        padding: 10px 0;
    }
    .pinfo .nav-show .er{
        padding: 0 33px 33px 33px;
    }
    .pinfo .nav-show .er li a{
        font-size: 14px;
        padding: 10px 0;
    }
    .ibusiness_con_fr1 h3{
        font-size: 26px;
        padding-bottom: 15px;
    }
    .ibusiness_con_fr2{
        margin-top: 35px;
        font-size: 16px;
        line-height: 30px;
    }
    .ibusiness_con_fr3{
        margin: 35px 0 0 0;
    }
    .ibusiness_con_fr3 ul li{
        margin-bottom: 25px;
    }
    .ibusiness_txt{
        font-size: 16px;
        line-height: 30px;
    }
    .inews{
        margin-bottom: 40px;
    }
    .inews_con{
        margin: 35px 0 15px 0;
    }
    .inews_con ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 35px;
    }
    .inewsshow{
        padding: 35px 0 50px 0;
    }
    .inewsshow3_fl{
        width: 100%;
    }
    .inewsshow3_fr{
        display: none;
    }
    .inewsshow3{
        margin-top: 35px;
    }
    .inewsshow3_fl{
        padding: 50px;
    }
    .show_title h3{
        font-size: 26px;
    }
    .show_info{
        margin-top: 25px;
        padding-bottom: 25px;
    }
    .show_content{
        padding: 25px 0 45px 0;
    }
    .inewsshow_back{
        margin-top: 35px;
    }
    .idownlaod{
        margin-bottom: 40px;
    }
    .idownlaod_con{
        margin: 35px 0 15px 0;
    }
    .irecruit_con{
        margin: 35px 0 50px 0;
    }
    .icontact_con{
        margin-top: 35px;
    }
    .icontact_con_info_t_fl{
        width: 43%;
        margin-top: 25px;
    }
    .icontact_con_info_t_fr{
        width: 54.5%;
    }
    .icontact_con_info_b{
        margin-top: 35px;
    }


}

@media(max-width:820px) {
    .ban_txt1{
        font-size: 14px;
    }
    .ban_txt2{
        font-size: 30px;
    }
    .ban_txt3{
        font-size: 18px;
    }
    .ban_txt4{
        margin-top: 35px;
    }
    .index_title img{
        height: 51px;
    }
    .index_title h3{
        font-size: 28px;
    }
    .business_txt2{
        font-size: 18px;
    }
    .honor_con_fl ul li a{
        height: 64px;
    }
    .honor_con_fl ul li a span img{
        height: 64px;
    }
    .honor_con_fr1{
        width: 70%;
    }
    .honor_con_fr2{
        width: 25%;
        height: 195px;
    }
    .honor-max-txt{
        font-size: 18px;
    }
    .honor_con_fr1 .swiper-slide{
        width: 172px;
        height: 297px;
    }
    .honor-max-img{
        width: 172px;
        height: 237px;
    }
    .about_txt1{
        font-size: 28px;
    }
    .about_txt2{
        font-size: 18px;
    }
    .about_txt2 br{
        display: none;
    }
    .footer1 ul li{
        margin-right: 5%;
    }

    .iban_info h3{
        font-size: 24px;
    }
    .inner_title h3{
        font-size: 30px;
    }
    .inner_title p{
        font-size: 13px;
    }
    .iabout1_con_fl{
        width: 100%;
    }
    .iabout1_con_fr{
        width: 100%;
        padding: 35px;
    }
    .iabout1_con_fr1{
        font-size: 24px;
    }
    .iabout1_num ul li{
        width: 30%;
    }
    .iabout1_num ul li h3 span{
        font-size: 40px;
    }
    .iabout2_con .swiper-slide{
        transform: scale(1);
    }
    .iabout2_con .swiper-container{
        width: 80%;
    }
    .ibusiness_con_fl{
        width: 33%;
    }
    .ibusiness_con_fr {
        width: 62.5%;
    }
    .ibusiness_con_fr1 h3{
        font-size: 24px;
    }
    .ibusiness_con_fr3 ul li{
        width: 48%;
        margin-right: 4%;
    }
    .ibusiness_con_fr3 ul li:nth-child(3n){
        margin-right: 4%;
    }
    .ibusiness_con_fr3 ul li:nth-child(2n){
        margin-right: 0;
    }
    .iabout_title{
        font-size: 26px;
    }
    .show_title h3{
        font-size: 24px;
    }
    .idownlaod_con ul li{
        width: 100%;
        margin-right: 0;
    }
    .job_bottom1{
        padding: 0 15px;
    }
    .zp-title a{
        padding: 21px 15px;
    }
    .icontact_con_info_t_fl{
        width: 100%;
    }
    .icontact_con_info_t_fr{
        width: 100%;
        margin-top: 25px;
    }
}

@media(max-width:768px) {
    .ban_txt1{
        font-size: 13px;
    }
    .ban_txt2{
        font-size: 26px;
    }
    .ban_txt3{
        font-size: 16px;
    }
    .news_con_fl_info{
        width: 82%;
    }

    .iban_info h3{
        font-size: 22px;
    }
    .inner_title h3{
        font-size: 26px;
    }
    .iabout1_con_fr1{
        font-size: 22px;
    }
    .ibusiness_con_fr1 h3{
        font-size: 22px;
    }
    .iabout_title{
        font-size: 24px;
    }
    .show_title h3{
        font-size: 22px;
    }

}

@media(max-width:600px) {
    .ban_txt2{
        display: none;
    }
    .ban_txt3{
        margin-top: 15px;
    }
    .ban_txt4{
        display: none;
    }
    .home-business{
        padding: 35px 0;
    }
    .index_title img{
        height: 41px;
    }
    .index_title h3{
        margin-top: -25px;
    }
    .business_con{
        margin-top: 25px;
        padding-bottom: 35px;
    }
    .business_txt1{
        width: 64px;
        height: 64px;
    }
    .home-honor{
        margin: 0 auto 35px auto;
    }
    .honor_con{
        margin: 25px 0;
    }
    .honor_con_fl ul li{
        margin: 0 10px 35px 10px;
    }
    .honor_con_fl ul li a{
        padding-left: 15px;
    }
    .honor-max-txt{
        margin-top: 25px;
        width: 95%;
    }
    .businesss a:hover .business_txt2{
        margin-top: 40px;
    }
    .businesss a:hover .business_txt3{
        margin-top: 40px;
    }
    .honor_con_fr{
        flex-direction: column;
    }
    .honor_con_fr1{
        width: 100%;
    }
    .honor_con_fr2{
        width: 100%;
        margin: 83px 0 50px 0;
    }
    .honor_con_fr1 .swiper-slide{
        width: 100%;
        height: auto;
    }
    .honor-max-img{
        width: 100%;
        height: auto;
    }
    .about_txt1{
        font-size: 24px;
    }
    .about_txt2{
        font-size: 16px;
        margin: 25px 0;
    }
    .home-news{
        padding: 35px 0;
    }
    .news_title{
       padding-bottom: 48px;
    }
    .news_con{
        margin: 25px 0;
    }
    .news_con_fl{
        margin-top: 25px;
    }
    .news_con_fl li{
        margin-bottom: 25px;
    }
    .news_con_fl_txt{
        width: 100%;
        padding: 25px;
    }
    .news_con_fl_img{
        width: 100%;
    }
    .news_con_fl_info{
        width: 80%;
    }
    .news_con_fl_info3{
        margin-top: 25px;
    }
    .footer1 ul{
        justify-content: center;
    }
    .footer1 ul li{
        margin: 0 10px;
    }
    .footer2_fl{
        width: 100%;
    }
    .footer2_fr{
        width: 100%;
        margin-top: 25px;
    }
    .footer3_fl{
        width: 100%;
        text-align: center;
    }
    .footer3_fr{
        display: none;
    }

    .iban_info{
        bottom: 25px;
    }
    .iban_info h3{
        font-size: 18px;
    }
    .iban_info .container1:after{
        width: 65%;
        left: 58%;
    }
    .inner-main{
        padding-top: 35px;
    }
    .inner_title h3{
        font-size: 24px;
    }
    .inner_title p{
        font-size: 12px;
    }
    .iabout1_info{
        margin-top: 25px;
        font-size: 16px;
    }
    .iabout1_con{
        margin-top: 25px;
    }
    .iabout1_con_fr{
        padding: 25px;
    }
    .iabout1_con_fr1{
        font-size: 20px;
    }
    .iabout1_con_fr2{
        margin-top: 15px;
    }
    .iabout1_num{
        padding: 25px 0;
    }
    .iabout1_num ul li{
        width: 33.3%;
    }
    .iabout1_num ul li h3 span{
        font-size: 30px;
    }
    .iabout2{
        margin: 35px 0;
    }
    .iabout2_con{
        margin-top: 25px;
    }
    .iabout2_con .swiper-container{
        width: 70%;
    }
    .iabout3{
        padding: 35px 0;
    }
    .iabout3_con{
        margin-top: 25px;
        padding-bottom: 35px;
    }
    .iabout3_img{
        padding: 20px 35px;
    }
    .ibusiness_con{
        margin-bottom: 10px;
    }
    .ibusiness_con_fl{
        width: 100%;
    }
    .ibusiness_con_fr{
        width: 100%;
        margin-top: 25px;
    }
    .ibusiness_con_fr1 h3{
        font-size: 20px;
    }
    .ibusiness_con_fr2{
        margin-top: 25px;
    }
    .ibusiness_con_fr3{
        margin: 25px 0 0 0;
    }
    .ibusiness_con_fr3 ul li{
        width: 100%;
        margin-right: 0;
    }
    .ibusiness_con_fr3 ul li:nth-child(3n){
        margin-right: 0;
    }
    .show_back .container1{
        flex-direction: column;
    }
    .show_back1{
        width: 100%;
        justify-content: center;
    }
    .show_back2 a{
        justify-content: center;
    }
    .show_back1:last-child{
        justify-content: center;
    }
    .inews{
        margin-bottom: 25px;
    }
    .inews_con{
        margin: 25px 0 10px 0;
    }
    .inews_con ul li{
        margin-bottom: 25px;
    }
    .inewsshow .iabout_title{
        margin-top: 20px;
        font-size: 22px;
    }
    .inewsshow3{
        margin-top: 25px;
    }
    .inewsshow3_fl{
        padding: 25px;
    }
    .show_title h3{
        font-size: 20px;
    }
    .show_content{
        padding: 25px 0;
    }
    .inewsshow_back{
        margin-top: 25px;
    }
    .idownlaod{
        margin-bottom: 25px;
    }
    .idownlaod_con{
        margin: 25px 0 10px 0;
    }
    .idownlaod_con ul li{
        margin-bottom: 25px;
    }
    .idownlaod_con ul li a{
        padding: 25px 75px 25px 25px;
    }
    .idownlaod_con ul li a:after{
        right: 25px;
    }
    .idownlaod_con_txt{
        padding-left: 20px;
    }
    .idownlaod_con_txt1{
        font-size: 16px;
    }
    .irecruit_con{
        margin: 25px 0 35px 0;
    }
    .job_bottom1{
        padding: 21px 15px;
    }
    .job_bottom1 li{
        width: 50%;
        padding: 0;
    }
    .zp-title li{
        width: 50%;
        line-height: 30px;
    }
    .zp-info-text{
        margin: 25px 20px;
    }

}

@media(max-width:414px) {

}

@media(max-width:375px) {

}

@media(max-width:320px) {

}














