*, *: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;
}
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:#666;
}
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:#333;
}
:-moz-placeholder {
    color:#333;
    opacity:1;
}
::-moz-placeholder {
    color:#333;
    opacity:1;
}
:-ms-input-placeholder{
    color:#333;
}
.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.TTf?v=4.2.0') format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.ttf?v=4.2.0') format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:'Poppins-Light';
    src: url('../fonts/Poppins-Light.ttf?v=4.2.0') format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:'Poppins-SemiBold';
    src: url('../fonts/Poppins-SemiBold.ttf?v=4.2.0') format('truetype');
    font-weight:normal;
    font-style:normal;
}
body {
    font-family:'Poppins-Regular';
    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: 1752px;
    margin: 0 auto;
}
.container2{
    width: 1598px;
    margin: 0 auto;
}
header {
    width:100%;
    margin:0 auto;
    transition: .5s;
}
.daohang {
    display:block;
    width:100%;
    margin:0 auto;
    height:80px;
    background: #FFFFFF;
    box-shadow: 0px 3px 13px 0px rgba(204,204,204,0.55);
    clear:both;
    transition: .5s;
}
.daohang .container1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.yx a{
    display:flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
}
.yx a img {
    height: 55px;
}
.nav-fl{
    display: flex;
    align-items: center;
}
.navdaohang{
    margin-left: 58px;
}
.menupc{
    display: flex;
    align-items: center;
}
.menupc li{
    text-align: center;
    z-index: 9;
    position: relative;
    margin: 0 28px;
}
.menupc li a{
    display:flex;
    align-items: center;
    font-weight: 400;
    font-size: 22px;
    color: #212121;
    line-height: 80px;
    text-transform: capitalize;
    z-index: 999;
    position: relative;
}
.menupc li a i{
    width: 13px;
    height: 7px;
    background: url("../images/jt.png") no-repeat left center;
    background-size: 100% 100%;
    position: absolute;
    right: -21px;
    transition: .5s;
}
.menupc li a:hover i{
    background: url("../images/jt_h.png") no-repeat left center;
    background-size: 100% 100%;
}
.menupc li:hover a{
    color: #0062B2;
}
.menupc li:hover a:after{
    width: 100%;
}
.menupc li a:after{
    content: '';
    display: block;
    width: 0;
    margin: 0 auto 0 0;
    height: 5px;
    background: #0059AD;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    transition: .5s;
}
.menupc li a:hover{
    color: #0062B2;
}
.menupc li a.current{
    color: #0062B2;
}
.menupc li a:hover:after{
    width: 100%;
}
.menupc li .current:after{
    width: 100%;
}
.menupc .dropmenu{
    position: absolute;
    display:none;
    left: 50%;
    transform: translate(-50%, 0);
    top: 90px;
    z-index: 999;
    width: auto;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 18px 21px;
}
.menupc .dropmenus{
    display: flex;
    justify-content: space-between;
}
.menupc .dropmenu ul{
    width:100%;
    display: flex;
    flex-direction: column;
}
.menupc .dropmenu ul h3{
    font-weight: 400;
    font-size: 20px;
    color: #000000;
}
.menupc .dropmenu ul li{
    text-align: left;
    width: 100%;
    margin: 0;
}
.menupc .dropmenu ul li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 50px;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    position: relative;
    padding: 0 14px;
}
.menupc .dropmenu ul li a:hover{
    color: #0059AD;
}
.menupc .dropmenu ul li .current{
    color: #0059AD;
}
.menupc .dropmenu ul li a i{
    width: 6px;
    height: 10px;
    background: url("../images/erjt.png") no-repeat right center;
    background-size: 6px 10px;
    margin-right: 0;
    position: inherit;
    right: 0;
    transition: .5s;
}
.menupc .dropmenu ul li a:after{
    content: '';
    display: block;
    height: 100%;
    width: 0;
    background: #F8F9FB;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    margin: 0 auto 0 0;
    transition: .5s;
}
.menupc .dropmenu ul li a:hover:after{
    width: 100%;
}
.menupc ul.subnav {
    display: block;
}

.nav-fr{
    display: flex;
    align-items: center;
}
.nation{
    margin-right: 16px;
}
.nation a{
    display: block;
    background: url("../images/nation.png") no-repeat left center;
    background-size: 19px 19px;
    padding-left: 28px;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    transition: .5s;
}
.nation a:hover{
    background: url("../images/nation_h.png") no-repeat left center;
    background-size: 19px 19px;
    color: #0059AD;
}
.header-search{
    padding-left: 18px;
    position: relative;
}
.header-search:before{
    content: '';
    display: block;
    width: 1px;
    height: 14px;
    background: #dddddd;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.header-search .pull-right {
    float:right;
    cursor:pointer;
}
.header-search .pull-right a {
    display:block;
    width: 21px;
    height: 21px;
    background: url("../images/search.png") no-repeat center center;
    background-size: 100%;
    color: #2E76DE;
    text-align:center;
}
.header-search .pull-right a.active{
    background: url("../images/search_h.png") no-repeat center center;
    background-size: 100%;
}
.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: 62px;
    right: 0;
    z-index: 9;
    width: 340px;
    display: none;
    padding: 0 30px 10px 10px;
    position: absolute;
    box-shadow: 0 0 10px #eee;
    background-color: #fff;
}
.search-container {
    background-color: #fff;
    padding-left: 0;
    overflow: hidden;
    margin-top: 10px;
    position: relative;
    border: 1px solid #eee;
}
.search-container .form-control {
    text-align: left;
    border: none;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -mz-border-radius: 0;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    vertical-align: top;
    padding: 10px 86px 10px 10px;
    -webkit-appearance: none;
    background-color: #fff;
}
.search-container .form-control:focus {
    border: 1px solid #2E76DE;
}
.search-container .btn {
    top: 0;
    border: 0;
    right: 0;
    color: #0059AD;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    border-radius: 0;
    background: #0059AD url(../images/overlay-icon.png) no-repeat center center;
    background-size: 25px 25px;
}
#search-closed {
    right: 0;
    top: 15px;
    max-width: 30px;
    position: absolute;
    cursor: pointer
}


.daohang.navFix{
    position: fixed;
    z-index: 999;
}



/*手机导航*/
.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 #0076be;
}
#mmenu li .home-search .btn-sub {
    top:0;
    border:0;
    right:0;
    color:#0076be;
    width:42px;
    height:34px;
    line-height:34px;
    text-align:center;
    position:absolute;
    cursor:pointer;
    border-radius:0;
    background:#2E76DE 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;
    transition: 1s linear 2s;
    transform: scale(1.1,1.1);
}
.ban_txt{
    position: absolute;
    top: 40%;
    transform: translate(0, -50%);
    width: 100%;
    color: #fff;
    text-align: center;
}
.ban_txt .container2{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}
.ban_txt1{
    font-weight: bold;
    font-weight: 600;
    font-size: 65px;
    color: #0059AD;
    line-height: 1.2;
    text-transform: uppercase;
}
.ban_txt1:after{
    content: '';
    display: block;
    width: 111px;
    height: 7px;
    background: #0059AD;
    margin-top: 20px;
}
.ban_txt2{
    margin-top: 30px;
    font-weight: 400;
    font-size: 36px;
    color: #0059AD;
    line-height: 1.2;
}
.banners.swiper-slide-active img,.banners.swiper-slide-duplicate-active img{
    transition: 6s linear;
    transform: scale(1,1);
}
.home-banner .swiper-container .swiper-pagination{
    display: block;
    bottom: 45px;
}
.home-banner .swiper-container .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1;
    outline: none;
    margin: 0px 3px !important;
    border-radius: 50%;
}
.home-banner .swiper-container  .swiper-pagination-bullet-active{
    width: 10px;
    height: 10px;
    background: transparent;
    position: relative;
}
.home-banner .swiper-pagination-bullet-active::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 14px;
    height: 14px;
    border: 2px solid #2E76DE;
    border-radius: 50%;
}
.mouse-scroll {
    position: absolute;
    bottom: 42px;
    z-index: 5;
    right: 50px;
    animation: upmove 2s infinite;
    -webkit-animation: upmove 1.5s infinite;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.mouse-scroll a{
    display:block;
}
.mouse-scroll a img{
    width: 42px;
}
@keyframes upmove
{
    0%   {transform:translateY(0px);}
    50%  {transform:translateY(10px);}
    100% {transform:translateY(0px);}
}

@media(max-width:1199px) {
    .navdaohang{
        display: none;
    }
    .header-search{
        display: none;
    }
    .daohang{
        height:60px;
        position: fixed;
        top: 0;
        z-index: 999;
    }
    .yx a img{
        height: 35px;
    }
    .nation{
        margin-right: 45px;
    }
    .phone-nav {
        display:block;
    }
}

footer{
    width: 100%;
    margin: 0 auto;
    background: url("../images/footerbg.jpg") no-repeat center;
    background-size: cover;
    position: relative;
    padding: 40px 0 50px 0;
}
.footer_top{
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_top a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_top a img{
    height: 86px;
}
.footer_logo{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.footer_logo a{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.footer_logo a img{
    height: 49px;
}
.footer_logo a p{
    margin-top: 25px;
    font-weight: 400;
    font-size: 100px;
    color: #FFFFFF;
    line-height: 0.8;
    text-transform: capitalize;
}
.footer3{
    margin-top: 40px;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    opacity: 0.8;
    line-height: 25px;
}
.footer3 a{
    font-size: 18px;
    color: #FFFFFF;
}
.footer3 a:hover{
    color: #0779ED;
}
.footer2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.fssform{
    display: flex;
    align-items: center;
    width: 706px;
    height: 66px;
    border: 2px solid #0779ED;
    border-radius: 33px;
}
.footer2_fl .fss1{
    width: 520px;
    height: 100%;
    background: transparent;
    border: none;
    font-weight: 400;
    font-size: 24px;
    color: #0779ED;
    padding: 0 38px;
}
.footer2_fl .fss1::-webkit-input-placeholder {
    font-size: 24px;
    color: #0779ED;
}
.footer2_fl .fss1:-moz-placeholder {
    font-size: 24px;
    color: #0779ED;
}
.footer2_fl .fss1:-ms-input-placeholder{
    font-size: 24px;
    color: #0779ED;
}
.footer2_fl .fss2{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 186px;
    height: 100%;
    box-shadow: 0px 3px 40px 0px rgba(17,151,94,0.3);
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    background: #0779ED;
    border: none;
    border-radius: 33px;
}
.footer2_fl .fss2 i{
    width: 23px;
    height: 23px;
    background: url("../images/fsearch.png") no-repeat center;
    background-size: 100%;
    margin-right: 18px;
}

.footer2_fr a{
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-left: 15px;
    transition: .5s;
}
.footer2_fr a.wx{
    background: #0779ED url("../images/wx.png") no-repeat center;
    background-size: 32px 24px;
}
.weixin{
    position:relative;
}
.weixin::after{
    content: url("../images/ewm.jpg");
    position: absolute;
    right: -15px;
    top: -160px;
    z-index: 99;
    width: 120px;
    height: 120px;
    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;
}

/*.footer2_fr ul{
    display: flex;
    flex-wrap: wrap;
}
.footer2_fr ul li{
    margin-left: 18px;
}
.footer2_fr ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.footer2_fr ul li a.tiwwer{
    background: #0779ED url("../images/tiwwer.png") no-repeat center;
    background-size: 24px 20px;
}
.footer2_fr ul li a.in{
    background: #0779ED url("../images/in.png") no-repeat center;
    background-size: 27px 27px;
}
.footer2_fr ul li a.facebook{
    background: #0779ED url("../images/facebook.png") no-repeat center;
    background-size: 15px 28px;
}*/
.footer1{
    margin-top: 65px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.footer1_fl{
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
    opacity: 0.8;
}
.footer1_fr{
    display: flex;
}
.footer1_fr dl{
    margin-left: 80px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.footer1_fr dl dd{
    margin-bottom: 50px;
}
.footer1_fr dl dd a{
    display: block;
    font-weight: 400;
    font-size: 30px;
    color: #FFFFFF;
    opacity: 0.8;
    line-height: 30px;
}
.footer1_fr dl dd a:after{
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #ffffff;
    transition: .5s;
}
.footer1_fr dl dd a:hover{
    opacity: 1;
}
.footer1_fr dl dd a:hover:after{
    width: 100%;
}
.side{
    position: fixed;
    right: 0;
    bottom: 5%;
    z-index: 9;
}
.side a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 53px;
    background: #FFFFFF;
    box-shadow: 0px 6px 16px 2px rgba(0,90,171,0.07);
    border-radius: 27px 0px 0px 27px;
    border: 1px solid rgba(255,255,255,0.59);
    transition: .5s;
}
.side a img{
    height: 23px;
}


.home-about{
    width: 100%;
    margin: 0 auto;
    padding: 115px 0 85px 0;
    background: url("../images/aboutbg.png") no-repeat right bottom;
}
.home-about .container2{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about_fl{
    width: 53.7%;
}
.about_title{
    font-weight: 600;
    font-size: 36px;
    color: #000000;
    line-height: 1.5;
}
.about_fl1{
    margin-top: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 25px;
    height: 300px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 12;
    overflow: hidden;
}
.about_fl2{
    margin-top: 20px;
}
.about_fl2 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about_fl2 ul li{
    display: flex;
    align-items: center;
}
.about_fl2_img{
   position: relative;
}
.about_fl2_img img{
    max-width: 50%;
}
.about_fl2_txt{
    flex: 1;
    margin-left: 19px;
}
.about_fl2_txt h3{
    font-weight: bold;
    font-size: 15px;
    color: #000000;
    line-height: 25px;
}
.about_fl2_txt p{
    font-weight: 400;
    font-size: 13px;
    color: #999999;
    line-height: 25px;
}
.progress{
    width: 84px;
    height: 84px;
    line-height: 84px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}
.progress:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #ddd;
    position: absolute;
    top: 0;
    left: 0;
}
.progress > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.progress .progress-left{
    left: 0;
}
.progress .progress-bar{
    width: 100%;
    height: 100%;
    background: none;
    position: absolute;
    top: 0;
    border: 1px solid #2E76DE;
}
.progress .progress-left .progress-bar{
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
    animation: loading-3 1s linear forwards 1.8s;
}
.progress .progress-right{
    right: 0;
}
.progress .progress-right .progress-bar{
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}
.progress .progress-value{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #DDDDDD;
    position: absolute;
    top: 0%;
    left: 0;
}
@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-3{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

.about_fl .index_more{
    margin-top: 50px;
}
.index_more a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 270px;
    height: 65px;
    background: #2E76DE;
    border: 1px solid #2E76DE;
    border-radius: 33px;
    padding: 0 55px;
    font-weight: bold;
    font-size: 17px;
    color: #FFFFFF;
    transition: .5s;
}
.index_more a i{
    width: 14px;
    height: 14px;
    background: url("../images/more.png") no-repeat center;
    background-size: 100%;
    transition: .5s;
}
.index_more a:hover i{
    transform: rotate(45deg);
}
.about_fr{
    width: 44%;
    position: relative;
    padding-bottom: 84px;
}
.about_fr .swiper-slide{
    display: initial;
}
.m-video{
    position: relative;
    cursor: pointer;
}
.video_con{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about_fr .swiper-button-next, .about_fr .swiper-button-prev{
    display: block;
    position: absolute;
    width: 52px;
    height: 52px;
    background: #1F2F46;
    border-radius: 26px;
    margin-top: 0;
    top: auto;
    bottom: 0;
    /*transform: translate(0, -50%);*/
    z-index: 10;
    cursor: pointer;
    outline: none;
    background: #1F2F46 url("../images/ajt.png") no-repeat center;
    background-size: 9px 13px;
    text-align: center;
}
.about_fr .swiper-button-next:hover, .about_fr .swiper-button-prev:hover{
    background: #121E2E url("../images/ajt.png") no-repeat center;
    background-size: 9px 13px;
}
.about_fr .swiper-button-prev{
    left: auto;
    right: 60px;
}
.about_fr .swiper-button-next{
    left: auto;
    right: 0;
    transform: rotateY(-180deg)/* translate(0, -50%)*/;
}
.home-products{
    width: 100%;
    margin: 0 auto;
    background: url("../images/productsbg.jpg") no-repeat top center;
    padding: 90px 0 75px 0;
}
.products_con{
    margin-top: 50px;
    position: relative;
}
.products_con .swiper-slide{
    display: initial;
}
.pros a{
    display:block;
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: .5s;
}
.pro_txt{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    top: 0;
    left: 0;
    z-index: 99;
}
.pro_txt1{
    font-family: "OPPOSANS-R";
    font-weight: 400;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 1;
    padding: 50px;
    text-align: left;
}
.pro_txt2{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 35px 40px 55px;
    transition: .5s;
}
.pro_txt2_fl{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 75%;
}
.pro_txt2_fl img{
    height: 95px;
}
.pro_txt2_fl h3{
    margin-top: 25px;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-align: left;
}
.pro_txt2_fl h3:after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ffffff;
}
.pro_txt2_fr{
    width: 52px;
    height: 52px;
    background: rgba(0,0,0,.43) url("../images/pjt.png") no-repeat center;
    background-size: 9px 13px;
    border-radius: 50%;
    opacity: 0;
    transition: .5s;
}
.pros a:hover .pro_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.pros a:hover .pro_txt1{
    opacity: 1;
}
.pros a:hover .pro_txt2_fr{
    opacity: 1;
}
/*.pros.swiper-slide-active .pro_txt1{
    opacity: 1;
}
.pros.swiper-slide-active .pro_txt2_fr{
    opacity: 1;
}*/
.pro_jt{
    width: 128px;
    height: 128px;
    border-radius: 50%;
    background: rgba(0,89,173,.5);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 14px;
    z-index: 99;
}
.pro_jts{
    width: 100px;
    height: 100px;
    background: #0059AD;
    border-radius: 50%;
}
.products_con .swiper-button-next1, .products_con .swiper-button-prev1{
    display: block;
    position: absolute;
    top: 50%;
    width: 10px;
    height: 18px;
    margin-top: 0;
    transform: translate(0, -50%);
    z-index: 10;
    cursor: pointer;
    outline: none;
    text-align: center;
    border-radius: 0;
    background-size: 100% 100% !important;
}
.products_con .swiper-button-prev1{
    left: 47px;
    right: auto;
    background: url("../images/pjt_l.png") no-repeat center;
}
.products_con .swiper-button-next1{
    right: 47px;
    left: auto;
    background: url("../images/pjt_r.png") no-repeat center;
}
.home-products .index_more{
    margin-top: 65px;
    display: flex;
    justify-content: center;
}

.home-company{
    width: 100%;
    margin: 90px auto 50px auto;
}
.index_title{
    text-align: center;
}
.index_title h3{
    font-weight: 600;
    font-size: 48px;
    color: #000000;
    line-height: 1;
    text-transform: uppercase;
}
.index_title p{
    margin-top: 20px;
    font-weight: 400;
    font-size: 24px;
    color: #666666;
    line-height: 30px;
}
.company_con{
    margin-top: 70px;
}



/*about us*/
.inner-banner{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.inner-banner img{
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}
.inner_txt{
    bottom: 70px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
}
.inner_txt .container2{
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255,255,255,.5);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.inner_txt_fl{
    font-weight: 400;
    font-size: 60px;
    color: #FFFFFF;
    line-height: 1;
    text-transform: capitalize;
}
.inner_txt_fr{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.inner_txt_fr a{
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}
.inner_txt_fr img{
    margin: 0 14px;
}
/*.inner_txt_fr span{
    font-weight: bold;
}*/
.inner-main{
    width: 100%;
    margin: 0 auto;
    padding: 64px 0 72px 0;
    background: #f7f7f7;
}
.bgcolor{
    background: #ffffff;
}
.inner-main .container2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.inner_fl{
    width: 23.5%;
}
.inner_fl_title{
    background: url("../images/innerbg.jpg") no-repeat center;
    background-size: cover;
    height: 101px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 1;
    text-transform: uppercase;
}
.inner_fl_con{
    margin-top: 19px;
}
.inner_fl_con ul{
    display: flex;
    flex-direction: column;
}
.inner_fl_con ul li{
    margin-bottom: 12px;
}
.inner_fl_con ul li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 101px;
    font-weight: 400;
    font-size: 24px;
    color: #666666;
    line-height: 30px;
    background: #ffffff;
    padding: 0 35px 0 25px;
    transition: .5s;
}
.bgcolor .inner_fl_con ul li a{
    background: #F9F9F9;
}
.inner_fl_con ul li a span{
    width: 90%;
}
.inner_fl_con ul li a i{
    display: inline-block;
    width: 21px;
    height: 14px;
    background: url("../images/dh_jt.png") no-repeat center;
    background-size: 100%;
    opacity: 0;
    transition: .5s;
}
.inner_fl_con ul li a:hover{
    background: #2E76DE;
    color: #FFFFFF;
}
.inner_fl_con ul li a:hover i{
    opacity: 1;
}
.inner_fl_con ul li a.current{
    background: #2E76DE;
    color: #FFFFFF;
}
.inner_fl_con ul li a.current i{
    opacity: 1;
}
.inner_fr{
    width: 76.5%;
    padding-left: 65px;
}
.iabout1.index_title h3{
    line-height: 1.25;
    text-transform: capitalize;
    text-align: left;
}
.iabout2{
    margin-top: 30px;
    font-weight: 400;
    font-size: 26px;
    color: #0059AD;
    line-height: 1.5;
}
.iabout3{
    margin-top: 25px;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 25px;
}
.iabout4{
    margin-top: 40px;
}
.iabout4.about_fl2 ul{
    justify-content: flex-start;
}
.iabout4.about_fl2 ul li{
    margin-right: 50px;
    width: auto;
}
.iabout4.about_fl2 ul li:last-child{
    margin-right: 0;
}
.iabout5{
    margin-top: 50px;
}

/*contact us*/
.icontact.inner-main{
    padding: 0;
}
.icontacts{
    padding: 80px 0 60px 0;
}
.icontacts .container2{
    align-items: center;
    justify-content: center;
}
.icontacts_con{
    margin-top: 50px;
}
.ifeedback{
    background: url("../images/ifeedbackbg.jpg") no-repeat top center;
    background-size: cover;
    padding: 80px 0 60px 0;
}
.ifeedback .container2{
    align-items: center;
    justify-content: center;
}
.ifeedback .about_title{
    text-align: center;
    width: 100%;
}
.ifeedback_con{
    margin-top: 40px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.ifeedback_con_fl{
    width: 36.6%;
}
.ifeedback_con_fr{
    width: 58.8%;
}
.lx1{
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}
.lx1 label{
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    width: 168px;
    text-align: right;
    font-family: "Poppins-SemiBold";
}
.lx1 label b{
    color: #E70012;
}
.lx1 input{
    flex: 1;
    margin-left: 21px;
    height: 52px;
    background: #FFFFFF;
    box-shadow: 0px 0px 63px 10px rgba(153,153,153,0.09);
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    border: none;
    font-size: 18px;
    color: #333333;
}
.lx1 input:focus{
    border: 1px solid #0059AD;
}
.lx1 textarea{
    flex: 1;
    margin-left: 21px;
    height: 241px;
    background: #FFFFFF;
    box-shadow: 0px 0px 63px 10px rgba(153,153,153,0.09);
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 15px;
    border: none;
    resize: none;
    font-size: 18px;
    color: #333333;
}
.lx2{
    margin: 12px 0 0 189px;
}
.lx2 button{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 217px;
    height: 65px;
    background: #2E76DE;
    border-radius: 33px;
    border: none;
    padding: 0 50px;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    cursor: pointer;
}
.lx2 button i{
    width: 14px;
    height: 14px;
    background: url("../images/more.png") no-repeat center;
    background-size: 100%;
    transition: .5s;
}
.lx2 button:hover i{
    transform: rotate(45deg);
}

/*news*/
.inews{
    background: #f7f7f7;
    padding-top: 85px;
}
.inews1{
    position: relative;
}
.inews1 .swiper-container{
    width: 100%;
    margin: 0 auto;
}
.inews1 .swiper-slide{
    display: initial;
}
.inews1s a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: .5s;
    background: #FFFFFF;
}
.inews1_img{
    position: relative;
    width: 47%;
}
.inews1_img .pic:after{
    padding-bottom: 56%;
}
.inews1_txt{
    width: 53%;
    padding: 25px 50px;
    text-align: justify;
}
.inews1_txt1{
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    line-height: 21px;
    background: url("../images/date.png") no-repeat left center;
    background-size: 20px 21px;
    padding-left: 32px;
}
.inews1_txt2{
    font-weight: 600;
    font-size: 30px;
    color: #000000;
    line-height: 45px;
    height: 90px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 8% 0 9% 0;
}
.inews1_txt3{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
    color: #999999;
}
.inews1_txt3 i{
    width: 52px;
    height: 52px;
    background: #CBCBCC url("../images/more.png") no-repeat center;
    background-size: 14px 14px;
    border-radius: 26px;
    margin-right: 15px;
    transition: .5s;
}
.inews1s a:hover .inews1_img .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.inews1s a:hover .inews1_txt2{
    color: #0059AD;
}
.inews1s a:hover .inews1_txt3 i{
    /*transform: rotate(45deg);*/
    background: #0059AD url("../images/more.png") no-repeat center;
    background-size: 14px 14px;
}
.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;
}
.inews1 .swiper-pagination1{
    bottom: 24px;
    left: 42%;
}
.inews1 .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #cbcbcc;
    opacity: 1;
    outline: none;
    margin: 0px 3px !important;
    border-radius: 50%;
}
.inews1  .swiper-pagination-bullet-active{
    width: 10px;
    height: 10px;
    background: transparent;
    position: relative;
}
.inews1 .swiper-pagination-bullet-active::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 14px;
    height: 14px;
    border: 2px solid #0059AD;
    border-radius: 50%;
}
.inews2{
    margin: 58px 0 5px 0;
}
.inews2 ul{
    display: flex;
    flex-wrap: wrap;
}
.inews2 ul li{
    width: 31.625%;
    margin-right: 2.5625%;
    margin-bottom: 55px;
}
.inews2 ul li:nth-child(3n){
    margin-right: 0;
}
.inews2 ul li a{
    display: block;
    box-shadow: 0px 0px 63px 10px rgba(153,153,153,0.09);
    background: #FFFFFF;
    border: 1px solid transparent;
}
.inews2 ul li a .inews1_img{
    width: 100%;
    position: relative;
}
.inews2 ul li a .inews1_img:after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(18,30,46,.2);
    width: 100%;
    height: 100%;
    transition: .5s;
}
.inews2 ul li a .inews1_txt{
    width: 100%;
    padding: 40px 33px;
}
.inews2 ul li a .inews1_txt2{
    font-size: 24px;
}
.inews2 ul li a:hover{
    border: 1px solid #2E76DE;
}
.inews2 ul li a:hover .inews1_img:after{
    background: rgba(18,30,46,0);
}
.inews2 ul li a:hover .inews1_img .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.inews2 ul li a:hover .inews1_txt2{
    color: #0059AD;
}
.inews2 ul li  a:hover .inews1_txt3 i{
    /*transform: rotate(45deg);*/
    background: #0059AD url("../images/more.png") no-repeat center;
    background-size: 14px 14px;
}
.bgcolor .pagination a{
    background: #f9f9f9;
}
/*分页*/
.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}
.pagination a{
    display:block ;
    color: #333;
    text-align: center;
    text-transform: capitalize;
    padding: 0px 25px;
    line-height: 54px;
    margin: 0px 9px 10px 9px;
    background: #FFFFFF;
    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: #0059AD;
}
.pagination a.active {
    color:#fff;
    background: #0059AD;
}
.pagination a.left:hover{
    background: transparent  url("../images/left.png") no-repeat left center;
    background-size: 13px 6px;
    color:#0059AD;
}
.pagination a.right:hover{
    background: transparent  url("../images/right.png") no-repeat right center;
    background-size: 13px 6px;
    color:#0059AD;
}

/*新闻详情*/
.inews .container2{
    display: block;
}
.inewsshow{
    padding-top: 0;
}
.inewsshow_location{
    padding: 29px 0;
    background: #EDF0F2;
    position: inherit;
    font-weight: 400;
    font-size: 16px;
    color: #212121;
}
.inewsshow_location a{
    font-weight: 400;
    font-size: 16px;
    color: #212121;
}
.inewsshow_location img{
    margin: 0 9px;
}
.inewsshow_con{
    margin-top: 70px;
}
.inewsshow_con .container2{
    position: relative;
    display: block;
}
.show_back{
    position: absolute;
    top: 10px;
    left: 0;
}
.show_back a{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    transition: .5s;
}
.show_back a i{
    display: inline-block;
    width: 9px;
    height: 15px;
    background: url("../images/back.png") no-repeat center;
    background-size: 100%;
    margin-right: 12px;
    transition: .5s;
}
.show_back a:hover{
    color: #0059AD;
}
.show_back a:hover i{
    background: url("../images/back_h.png") no-repeat center;
    background-size: 100%;
}
.show_title{
    font-weight: 400;
    font-size: 40px;
    color: #111111;
    line-height: 1.2;
    margin-left: 105px;
}
.show_info{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 105px;
}
.show_info span{
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 25px;
}
.show_content{
    margin-top: 40px;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    line-height: 36px;
    padding: 40px 0 50px 0;
    margin-left: 105px;
    border-top: 1px solid #DDDDDD;
}
.show_content img{
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}
.show_content .ejmr_cont p{
    font-size: 20px !important;
    font-family:'Poppins-Regular' !important;
}
.show_content .ejmr_cont p span{
    font-size: 20px !important;
    font-family:'Poppins-Regular' !important;
}

.show_news{
    border-top: 1px solid #DDDDDD;
    overflow: hidden;
}
.show_news li{
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #dddddd;
    padding: 21px 0;
    font-weight: 400;
    font-size: 20px;
    color: #0059AD;
    line-height: 36px;
    position: relative;
}
.show_news li span{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.show_news li a{
    display: inline-block;
    font-weight: 400;
    font-size: 20px;
    color: #454545;
    line-height: 36px;
    width: 65%;
    text-align: center;
}
.show_news li a:hover{
    color: #0059AD;
}
.news_latest{
    margin-top: 63px;
    position: relative;
    padding-bottom: 55px;
}
.news_latest .swiper-slide{
    display: initial;
}
.newss a{
    display:block;
    overflow: hidden;
    position: relative;
    width: 100%;
    text-align: left;
    transition: .5s;
}
.newss a .inews1_img{
    width: 100%;
    position: relative;
}
.newss a .inews1_txt{
    width: 100%;
    background: #f3f3f3;
    padding: 40px 33px;
}
.newss a .inews1_txt2{
    font-size: 24px;
}
.newss a:hover .inews1_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.newss a:hover .inews_con_txt{
    background: #3C80C1;
}
.newss a:hover .inews_con_txt1{
    color: #FFFFFF;
}
.newss a:hover .inews_con_txt2{
    color: #FFFFFF;
}
.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;
}
.news_latest .swiper-pagination2{
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 0;
    width: 100%;
}
.news_latest .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #AAAAAA;
    border-radius: 50%;
    opacity: 1;
    outline: none;
    margin: 0px 7px;
}
.news_latest .swiper-pagination-bullet-active{
    background: transparent;
    position: relative;
}
.news_latest .swiper-pagination-bullet-active:after{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    border: 2px solid #0059AD;
    border-radius: 50%;
}

/*mission*/
.imission_con{
    margin-top: 40px;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 25px;
}

/*organization*/
.iorganization_con{
    margin-top: 40px;
}

/*leader*/
.ileader_con{
    margin-top: 60px;
}
.ileader_con ul{
    display: flex;
    flex-direction: column;
}
.ileader_con ul li{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 44px;
    position: relative;
}
.ileader_con ul li:last-child{
    margin-bottom: 0;
}
.ileader_con_img{
    width: 31%;
}
.ileader_con_yin{
    position: absolute;
    top: -24px;
    right: 0;
}
.ileader_con_txt{
    width: 69%;
    padding-left: 50px;
}
.ileader_con_txt1{
    margin-top: 35px;
    font-weight: 400;
    font-size: 30px;
    color: #000001;
    line-height: 1;
}
.ileader_con_txt1:after{
    content: '';
    display: block;
    width: 81px;
    height: 2px;
    background: #0059AD;
    margin-top: 20px;
}
.ileader_con_txt2{
    margin-top: 20px;
    font-weight: 400;
    font-size: 20px;
    color: #000001;
    line-height: 1.8;
}

/*capabilities*/
.icapabilities_con{
    margin-top: 50px;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 25px;
}

/*award*/
.iaward_info{
    margin-top: 40px;
    font-weight: 400;
    font-size: 24px;
    color: #212121;
    line-height: 36px;
}
.iaward_con{
    margin-top: 35px;
}
.iaward_con ul{
    display: flex;
    flex-wrap: wrap;
}
.iaward_con ul li{
    width: 30.5%;
    margin-right: 4.25%;
    margin-bottom: 82px;
}
.iaward_con ul li:nth-child(3n){
    margin-right: 0;
}
.iaward_con ul li a{
    display: block;
    background: #FFFFFF;
    border-radius: 0px 0px 20px 20px;
    box-shadow: 0px 0px 63px 10px rgba(153,153,153,0.09);
    padding: 20px;
}
.iaward_con_img.pic:after{
    padding-bottom: 60%;
}
.iaward_con_txt{
    margin-top: 20px;
    font-weight: 400;
    font-size: 20px;
    color: #212121;
    line-height: 30px;
    height: 60px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
    position: relative;
    padding-left: 12px;
}
.iaward_con_txt:before{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: url("../images/yuan.png") no-repeat center;
    background-size: 100% !important;
    position: absolute;
    top: 5px;
    left: 0;
    transition: .5s;
}
.iaward_con ul li a:hover .iaward_con_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iaward_con ul li a:hover .iaward_con_txt{
    color: #0059AD;
}
.iaward_con ul li a:hover .iaward_con_txt:before{
    background: url("../images/yuan_h.png") no-repeat center;
}

/*business*/
.ibusiness_con{
    margin-top: 60px;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    line-height: 2;
}

/*case*/
.icase_con{
    margin: 35px 0 50px 0;
}
.icase_con dl{
    overflow: hidden;
}
.zp-title{
    cursor: pointer;
    outline:none;
    transition: 0.5s;
}
.zp-title a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 67px;
    padding: 34px 0;
    overflow: hidden;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    position: relative;
    transition: .5s;
}
.zp-title p{
    width: 90%;
    font-weight: 400;
    font-size: 36px;
    color: #111111;
    line-height: 1.8;
}
.zp-title i{
    width: 34px;
    height: 46px;
    background: url("../images/cjt.png") no-repeat center;
    background-size: 14px 21px;
    border: 1px solid #DDDDDD;
    transition: .5s;
}
.zp-content {
    overflow: hidden;
    display: none;
    clear: both;
}
.zp-info-text {
    margin: 50px 0;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    line-height: 36px;
}
.open .zp-title a{
    border-top: 1px solid #2E76DE;
    border-bottom: 1px solid #2E76DE;
}
.open .zp-title i{
    background: url("../images/cjt_h.png") no-repeat center;
    background-size: 14px 21px;
    border: 1px solid #0059AD;
}
.open .zp-content{
    display:block;
    overflow:hidden;
}

/*products*/
.iproducts .zp-info-text {
    margin: 35px 0;
}




@media (min-width:1801px) and (max-width:1850px){

}

@media (min-width:1701px) and (max-width:1800px){
    .container1{
        width: 92%;
    }
    .container2{
        width: 90%;
    }
    .navdaohang{
        margin-left: 28px;
    }
    .menupc li a{
        font-size: 21px;
    }
    .mouse-scroll a img{
        width: 40px;
    }
    .home-about{
        background-size: 40%;
    }
    .about_fl2 ul li{
        width: 50%;
    }
    .pro_txt2_fl img{
        height: 85px;
    }
    .footer_logo a p{
        font-size: 90px;
    }
    .fssform{
        width: 646px;
    }
    .footer2_fl .fss1{
        width: 460px;
    }
}

@media (min-width:1601px) and (max-width:1700px){
    .container1{
        width: 92%;
    }
    .container2{
        width: 90%;
    }
    .navdaohang{
        margin-left: 28px;
    }
    .menupc li{
        margin: 0 25px;
    }
    .menupc li a{
        font-size: 20px;
    }
    .ban_txt1{
        font-size: 60px;
    }
    .ban_txt1:after{
        width: 101px;
        height: 6px;
    }
    .ban_txt2{
        font-size: 40px;
    }
    .home-banner .swiper-container .swiper-pagination{
        bottom: 40px;
    }
    .mouse-scroll a img{
        width: 38px;
    }
    .home-about{
        background-size: 42%;
        padding: 105px 0 80px 0;
    }
    .about_title{
        font-size: 33px;
    }
    .about_fl1{
        height: 275px;
        -webkit-line-clamp: 11;
    }
    .about_fl2 ul li{
        width: 50%;
    }
    .home-products{
        padding: 85px 0 70px 0;
    }
    .index_title h3{
        font-size: 46px;
    }
    .index_title p{
        font-size: 23px;
    }
    .pro_txt1{
        padding: 45px;
        font-size: 29px;
    }
    .pro_txt2{
        padding: 0 35px 40px 45px;
    }
    .pro_txt2_fl img{
        height: 80px;
    }
    .pro_txt2_fl h3{
        font-size: 23px;
    }
    .footer_top a img{
        height: 81px;
    }
    .footer_logo a p{
        font-size: 85px;
    }
    .footer1_fr dl{
        margin-left: 70px;
    }
    .footer1_fr dl dd{
        margin-bottom: 45px;
    }
    .footer1_fr dl dd a{
        font-size: 29px;
    }
    .fssform{
        width: 606px;
    }
    .footer2_fl .fss1{
        width: 420px;
    }

    .inner_txt_fl{
        font-size: 58px;
    }
    .inner_fl {
        width: 25.5%;
    }
    .inner_fr {
        width: 74.5%;
    }
    .ileader_con_txt{
        padding-left: 45px;
    }
    .ileader_con_txt1{
        font-size: 28px;
    }
    .ileader_con_txt1:after{
        width: 76px;
    }
    .ileader_con_yin img{
        width: 58px;
    }
    .inews1_txt2{
        font-size: 28px;
        line-height: 42px;
        height: 84px;
    }
    .inews2 ul li a .inews1_txt2{
        font-size: 22px;
    }
    .show_title{
        font-size: 38px;
    }
    .newss a .inews1_txt2{
        font-size: 22px;
    }
    .zp-title p{
        font-size: 34px;
        line-height: 1.7;
    }
    .lx1{
        margin-bottom: 33px;
    }
}

@media (min-width:1501px) and (max-width:1600px){
    .container1{
        width: 92%;
    }
    .container2{
        width: 90%;
    }
    .yx a img{
        height: 50px;
    }
    .navdaohang{
        margin-left: 28px;
    }
    .menupc li{
        margin: 0 25px;
    }
    .menupc li a{
        font-size: 18px;
    }
    .ban_txt1{
        font-size: 60px;
    }
    .ban_txt1:after{
        width: 101px;
        height: 6px;
    }
    .ban_txt2{
        font-size: 32px;
    }
    .home-banner .swiper-container .swiper-pagination{
        bottom: 40px;
    }
    .mouse-scroll a img{
        width: 38px;
    }
    .home-about{
        background-size: 42%;
        padding: 95px 0 75px 0;
    }
    .about_title{
        font-size: 31px;
    }
    .about_fl1{
        height: 250px;
        -webkit-line-clamp: 10;
    }
    .about_fl2 ul li{
        width: 50%;
    }
    .home-products{
        padding: 80px 0 65px 0;
    }
    .index_title h3{
        font-size: 44px;
    }
    .index_title p{
        font-size: 23px;
    }
    .pro_txt1{
        padding: 45px;
        font-size: 29px;
    }
    .pro_txt2{
        padding: 0 35px 40px 45px;
    }
    .pro_txt2_fl img{
        height: 75px;
    }
    .pro_txt2_fl h3{
        font-size: 23px;
    }
    .pro_jt{
        width: 110px;
        height: 110px;
        padding: 10px;
    }
    .pro_jts{
        width: 90px;
        height: 90px;
    }
    .products_con .swiper-button-prev1{
        left: 37px;
    }
    .products_con .swiper-button-next1{
        right: 37px;
    }
    .home-products .index_more{
        margin-top: 60px;
    }
    .home-company{
        margin: 80px auto 50px auto;
    }
    .company_con{
        margin-top: 65px;
    }
    .footer_top a img{
        height: 76px;
    }
    .footer_logo a p{
        font-size: 80px;
    }
    .footer1{
        margin-top: 60px;
    }
    .footer1_fr dl{
        margin-left: 70px;
    }
    .footer1_fr dl dd{
        margin-bottom: 45px;
    }
    .footer1_fr dl dd a{
        font-size: 29px;
    }
    .fssform{
        width: 586px;
    }
    .footer2_fl .fss1{
        width: 400px;
        padding: 0 36px;
    }


    .inner_txt_fl{
        font-size: 53px;
    }
    .inner_txt_fr{
        font-size: 15px;
    }
    .inner_txt_fr a{
        font-size: 15px;
    }
    .inner_fl {
        width: 26.5%;
    }
    .inner_fr {
        width: 73.5%;
        padding-left: 60px;
    }
    .inner_fl_title{
        font-size: 30px;
    }
    .inner_fl_con ul li a{
        font-size: 23px;
    }
    .iabout2{
        font-size: 23px;
    }
    .ileader_con_txt{
        padding-left: 40px;
    }
    .ileader_con_txt1{
        font-size: 27px;
    }
    .ileader_con_txt1:after{
        width: 71px;
    }
    .ileader_con_txt2{
        font-size: 19px;
        line-height: 1.7;
    }
    .ileader_con_yin img{
        width: 56px;
    }
    .iaward_info{
        font-size: 23px;
    }
    .iaward_con_txt{
        font-size: 19px;
    }
    .iaward_con_txt:before{
        top: 8px;
    }
    .iaward_con ul li{
        margin-bottom: 72px;
    }
    .inews1 .swiper-pagination1{
        left: 41%;
    }
    .inews1_txt2{
        font-size: 27px;
        line-height: 40px;
        height: 80px;
    }
    .inews2 ul li a .inews1_txt2{
        font-size: 21px;
    }
    .show_title{
        font-size: 36px;
    }
    .show_content{
        font-size: 19px;
        line-height: 35px;
    }
    .show_content .ejmr_cont p{
        font-size: 19px !important;
    }
    .show_content .ejmr_cont p span{
        font-size: 19px !important;
    }
    .show_news li{
        font-size: 19px;
        line-height: 35px;
    }
    .show_news li a{
        font-size: 19px;
        line-height: 35px;
    }
    .newss a .inews1_txt2{
        font-size: 21px;
    }
    .ibusiness_con{
        margin-top: 55px;
        font-size: 19px;
        line-height: 35px;
    }
    .zp-title a{
        padding: 32px 0;
    }
    .zp-title p{
        font-size: 32px;
        line-height: 1.6;
    }
    .zp-info-text{
        font-size: 19px;
        line-height: 35px;
    }
    .lx1{
        margin-bottom: 31px;
    }
    .lx1 textarea{
        height: 231px;
    }
    .ifeedback_con{
        align-items: center;
    }
}

@media (min-width:1401px) and (max-width:1500px){
    .container1{
        width: 92%;
    }
    .container2{
        width: 90%;
    }
    .yx a img{
        height: 45px;
    }
    .navdaohang{
        margin-left: 28px;
    }
    .menupc li{
        margin: 0 23px;
    }
    .menupc li a{
        font-size: 17px;
    }
    .nation a{
        font-size: 15px;
    }
    .ban_txt1{
        font-size: 55px;
    }
    .ban_txt1:after{
        width: 101px;
        height: 6px;
    }
    .ban_txt2{
        font-size: 30px;
    }
    .home-banner .swiper-container .swiper-pagination{
        bottom: 35px;
    }
    .mouse-scroll a img{
        width: 36px;
    }
    .home-about{
        background-size: 45%;
        padding: 85px 0 70px 0;
    }
    .about_title{
        font-size: 29px;
    }
    .about_fl1{
        height: 225px;
        -webkit-line-clamp: 9;
    }
    .about_fl2 ul li{
        width: 50%;
    }
    .home-products{
        padding: 75px 0 60px 0;
    }
    .index_title h3{
        font-size: 42px;
    }
    .index_title p{
        font-size: 22px;
    }
    .pro_txt1{
        padding: 40px;
        font-size: 28px;
    }
    .pro_txt2{
        padding: 0 35px 40px 40px;
    }
    .pro_txt2_fl img{
        height: 70px;
    }
    .pro_txt2_fl h3{
        font-size: 22px;
    }
    .pro_jt{
        width: 110px;
        height: 110px;
        padding: 10px;
    }
    .pro_jts{
        width: 90px;
        height: 90px;
    }
    .products_con .swiper-button-prev1{
        left: 37px;
    }
    .products_con .swiper-button-next1{
        right: 37px;
    }
    .home-products .index_more{
        margin-top: 60px;
    }
    .home-company{
        margin: 70px auto 50px auto;
    }
    .company_con{
        margin-top: 60px;
    }
    .footer_top a img{
        height: 71px;
    }
    .footer_logo a p{
        font-size: 76px;
    }
    .footer1{
        margin-top: 55px;
    }
    .footer1_fr dl{
        margin-left: 60px;
    }
    .footer1_fr dl dd{
        margin-bottom: 45px;
    }
    .footer1_fr dl dd a{
        font-size: 28px;
    }
    .fssform{
        width: 526px;
    }
    .footer2_fl .fss1{
        width: 340px;
        padding: 0 34px;
    }


    .inner_txt_fl{
        font-size: 48px;
    }
    .inner_txt_fr{
        font-size: 15px;
    }
    .inner_txt_fr a{
        font-size: 15px;
    }
    .inner_fl {
        width: 27.5%;
    }
    .inner_fr {
        width: 72.5%;
        padding-left: 55px;
    }
    .inner_fl_title{
        font-size: 28px;
    }
    .inner_fl_con ul li a{
        font-size: 22px;
    }
    .iabout2{
        font-size: 22px;
    }
    .ileader_con_txt{
        padding-left: 35px;
    }
    .ileader_con_txt1{
        font-size: 26px;
        margin-top: 20px;
    }
    .ileader_con_txt1:after{
        width: 71px;
    }
    .ileader_con_txt2{
        font-size: 18px;
        line-height: 1.6;
    }
    .ileader_con_yin img{
        width: 54px;
    }
    .iaward_info{
        font-size: 22px;
        margin-top: 35px;
    }
    .iaward_con_txt{
        font-size: 18px;
    }
    .iaward_con_txt:before{
        top: 10px;
    }
    .iaward_con ul li{
        margin-bottom: 62px;
    }
    .inews1 .swiper-pagination1{
        left: 41%;
    }
    .inews1_txt2{
        font-size: 26px;
        line-height: 39px;
        height: 78px;
    }
    .inews2 ul li a .inews1_txt2{
        font-size: 20px;
    }
    .show_title{
        font-size: 34px;
    }
    .show_content{
        font-size: 18px;
        line-height: 33px;
    }
    .show_content .ejmr_cont p{
        font-size: 18px !important;
    }
    .show_content .ejmr_cont p span{
        font-size: 18px !important;
    }
    .show_news li{
        font-size: 18px;
        line-height: 33px;
    }
    .show_news li a{
        font-size: 18px;
        line-height: 33px;
    }
    .newss a .inews1_txt2{
        font-size: 20px;
    }
    .ibusiness_con{
        margin-top: 50px;
        font-size: 18px;
        line-height: 33px;
    }
    .zp-title a{
        padding: 30px 0;
    }
    .zp-title p{
        font-size: 30px;
        line-height: 1.6;
    }
    .zp-info-text{
        font-size: 18px;
        line-height: 33px;
    }
    .lx1{
        margin-bottom: 29px;
    }
    .lx1 textarea{
        height: 221px;
    }
    .ifeedback_con{
        align-items: center;
    }
}

@media (min-width:1280px) and (max-width:1400px){
    .container1{
        width: 92%;
    }
    .container2{
        width: 90%;
    }
    .yx a img{
        height: 40px;
    }
    .navdaohang{
        margin-left: 28px;
    }
    .menupc li{
        margin: 0 21px;
    }
    .menupc li a{
        font-size: 15px;
    }
    .nation a{
        font-size: 14px;
    }
    .header-search .pull-right a{
        width: 19px;
        height: 19px;
    }
    .ban_txt1{
        font-size: 50px;
    }
    .ban_txt1:after{
        width: 91px;
        height: 6px;
    }
    .ban_txt2{
        font-size: 28px;
    }
    .home-banner .swiper-container .swiper-pagination{
        bottom: 30px;
    }
    .mouse-scroll a img{
        width: 34px;
    }
    .home-about{
        background-size: 45%;
        padding: 75px 0 65px 0;
    }
    .about_title{
        font-size: 26px;
    }
    .about_fl1{
        height: 225px;
        -webkit-line-clamp: 9;
    }
    .about_fl2 ul li{
        width: 50%;
    }
    .home-products{
        padding: 70px 0 55px 0;
    }
    .index_title h3{
        font-size: 40px;
    }
    .index_title p{
        font-size: 21px;
    }
    .pro_txt1{
        padding: 35px;
        font-size: 27px;
    }
    .pro_txt2{
        padding: 0 35px 40px 35px;
    }
    .pro_txt2_fl img{
        height: 65px;
    }
    .pro_txt2_fl h3{
        font-size: 21px;
    }
    .pro_jt{
        width: 100px;
        height: 100px;
        padding: 10px;
    }
    .pro_jts{
        width: 80px;
        height: 80px;
    }
    .products_con .swiper-button-prev1{
        left: 37px;
    }
    .products_con .swiper-button-next1{
        right: 37px;
    }
    .home-products .index_more{
        margin-top: 55px;
    }
    .home-company{
        margin: 60px auto 50px auto;
    }
    .company_con{
        margin-top: 55px;
    }
    .footer_top a img{
        height: 71px;
    }
    .footer_logo a p{
        font-size: 70px;
    }
    .footer1{
        margin-top: 50px;
    }
    .footer1_fr dl{
        margin-left: 60px;
    }
    .footer1_fr dl dd{
        margin-bottom: 40px;
    }
    .footer1_fr dl dd a{
        font-size: 27px;
    }
    .fssform{
        width: 486px;
    }
    .footer2_fl .fss1{
        width: 300px;
        padding: 0 32px;
    }


    .inner_txt_fl{
        font-size: 43px;
    }
    .inner_txt_fr{
        font-size: 14px;
    }
    .inner_txt_fr a{
        font-size: 14px;
    }
    .inner_fl {
        width: 28.5%;
    }
    .inner_fr {
        width: 71.5%;
        padding-left: 50px;
    }
    .inner_fl_title{
        font-size: 26px;
    }
    .inner_fl_con ul li a{
        font-size: 21px;
    }
    .iabout2{
        font-size: 21px;
    }
    .iabout4.about_fl2 ul li{
        margin-right: 0;
        width: 50%;
    }
    .ileader_con_txt{
        padding-left: 30px;
    }
    .ileader_con_txt1{
        font-size: 25px;
        margin-top: 10px;
    }
    .ileader_con_txt1:after{
        width: 61px;
    }
    .ileader_con_txt2{
        font-size: 17px;
        line-height: 1.5;
    }
    .ileader_con_yin img{
        width: 52px;
    }
    .iaward_info{
        font-size: 21px;
        margin-top: 30px;
    }
    .iaward_con_txt{
        font-size: 17px;
    }
    .iaward_con_txt:before{
        top: 10px;
    }
    .iaward_con ul li{
        margin-bottom: 52px;
    }
    .inews1 .swiper-pagination1{
        left: 40%;
    }
    .inews1_txt2{
        font-size: 25px;
        line-height: 37px;
        height: 74px;
    }
    .inews2 ul li a .inews1_txt2{
        font-size: 19px;
    }
    .show_title{
        font-size: 32px;
    }
    .show_content{
        font-size: 17px;
        line-height: 32px;
    }
    .show_content .ejmr_cont p{
        font-size: 17px !important;
    }
    .show_content .ejmr_cont p span{
        font-size: 17px !important;
    }
    .show_news li{
        font-size: 17px;
        line-height: 32px;
    }
    .show_news li a{
        font-size: 17px;
        line-height: 32px;
    }
    .newss a .inews1_txt2{
        font-size: 19px;
    }
    .ibusiness_con{
        margin-top: 45px;
        font-size: 17px;
        line-height: 32px;
    }
    .zp-title a{
        padding: 28px 0;
    }
    .zp-title p{
        font-size: 28px;
        line-height: 1.5;
    }
    .zp-info-text{
        font-size: 17px;
        line-height: 32px;
    }
    .lx1{
        margin-bottom: 27px;
    }
    .lx1 textarea{
        height: 211px;
    }
    .ifeedback_con{
        align-items: center;
    }
}

@media (min-width:1200px) and (max-width:1279px){
    .container1{
        width: 92%;
    }
    .container2{
        width: 90%;
    }
    .yx a img{
        height: 35px;
    }
    .navdaohang{
        margin-left: 28px;
    }
    .menupc li{
        margin: 0 21px;
    }
    .menupc li a{
        font-size: 14px;
    }
    .nation a{
        font-size: 14px;
    }
    .header-search .pull-right a{
        width: 19px;
        height: 19px;
    }
    .ban_txt1{
        font-size: 45px;
    }
    .ban_txt1:after{
        width: 71px;
        height: 4px;
    }
    .ban_txt2{
        font-size: 26px;
    }
    .home-banner .swiper-container .swiper-pagination{
        bottom: 25px;
    }
    .mouse-scroll a img{
        width: 32px;
    }
    .home-about{
        background-size: 50%;
        padding: 65px 0 60px 0;
    }
    .about_title{
        font-size: 26px;
    }
    .about_fl1{
        height: 225px;
        -webkit-line-clamp: 9;
    }
    .about_fl2 ul li{
        width: 50%;
    }
    .home-products{
        padding: 65px 0 50px 0;
    }
    .index_title h3{
        font-size: 38px;
    }
    .index_title p{
        font-size: 20px;
    }
    .pro_txt1{
        padding: 35px;
        font-size: 26px;
    }
    .pro_txt2{
        padding: 0 35px 40px 35px;
    }
    .pro_txt2_fl img{
        height: 55px;
    }
    .pro_txt2_fl h3{
        font-size: 20px;
    }
    .pro_jt{
        width: 100px;
        height: 100px;
        padding: 10px;
    }
    .pro_jts{
        width: 80px;
        height: 80px;
    }
    .products_con .swiper-button-prev1{
        left: 37px;
    }
    .products_con .swiper-button-next1{
        right: 37px;
    }
    .home-products .index_more{
        margin-top: 50px;
    }
    .home-company{
        margin: 50px auto;
    }
    .company_con{
        margin-top: 50px;
    }
    .footer_top a img{
        height: 66px;
    }
    .footer_logo a p{
        font-size: 65px;
    }
    .footer1{
        margin-top: 45px;
    }
    .footer1_fr dl{
        margin-left: 50px;
    }
    .footer1_fr dl dd{
        margin-bottom: 35px;
    }
    .footer1_fr dl dd a{
        font-size: 26px;
    }
    .fssform{
        width: 466px;
    }
    .footer2_fl .fss1{
        width: 280px;
        padding: 0 30px;
    }

    .inner_txt_fl{
        font-size: 35px;
    }
    .inner_txt_fr{
        font-size: 14px;
    }
    .inner_txt_fr a{
        font-size: 14px;
    }
    .inner_fl {
        width: 29.5%;
    }
    .inner_fr {
        width: 70.5%;
        padding-left: 45px;
    }
    .inner_fl_title{
        font-size: 24px;
    }
    .inner_fl_con ul li a{
        font-size: 20px;
    }
    .iabout2{
        font-size: 20px;
    }
    .iabout4.about_fl2 ul li{
        margin-right: 0;
        width: 50%;
    }
    .ileader_con_txt{
        padding-left: 25px;
    }
    .ileader_con_txt1{
        font-size: 24px;
        margin-top: 0;
    }
    .ileader_con_txt1:after{
        width: 61px;
    }
    .ileader_con_txt2{
        font-size: 16px;
        line-height: 1.5;
    }
    .ileader_con_yin img{
        width: 50px;
    }
    .iaward_info{
        font-size: 20px;
        margin-top: 25px;
    }
    .iaward_con_txt{
        font-size: 16px;
    }
    .iaward_con_txt:before{
        top: 10px;
    }
    .iaward_con ul li{
        margin-bottom: 42px;
    }
    .inews1 .swiper-pagination1{
        left: 40%;
    }
    .inews1_txt2{
        font-size: 24px;
        line-height: 35px;
        height: 70px;
    }
    .inews2 ul li a .inews1_txt2{
        font-size: 18px;
    }
    .show_title{
        font-size: 30px;
    }
    .show_content{
        font-size: 16px;
        line-height: 30px;
    }
    .show_content .ejmr_cont p{
        font-size: 16px !important;
    }
    .show_content .ejmr_cont p span{
        font-size: 16px !important;
    }
    .show_news li{
        font-size: 16px;
        line-height: 30px;
    }
    .show_news li a{
        font-size: 16px;
        line-height: 30px;
    }
    .newss a .inews1_txt2{
        font-size: 18px;
    }
    .ibusiness_con{
        margin-top: 40px;
        font-size: 16px;
        line-height: 30px;
    }
    .zp-title a{
        padding: 25px 0;
    }
    .zp-title p{
        font-size: 26px;
        line-height: 1.5;
    }
    .zp-info-text{
        font-size: 16px;
        line-height: 30px;
    }
    .lx1{
        margin-bottom: 25px;
    }
    .lx1 textarea{
        height: 201px;
    }
    .ifeedback_con{
        align-items: center;
    }
}

@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;
    }
    .side{
        display: none !important;
    }
    .home-banner{
        padding-top: 60px;
    }
    .ban_txt1{
        font-size: 45px;
    }
    .ban_txt1:after{
        width: 71px;
        height: 4px;
    }
    .ban_txt2{
        font-size: 26px;
    }
    .home-banner .swiper-container .swiper-pagination{
        bottom: 25px;
    }
    .mouse-scroll{
        right: 15px;
        bottom: 30px;
    }
    .mouse-scroll a img{
        width: 32px;
    }
    .home-about{
        padding: 50px 0;
        background-size: 60%;
    }
    .about_title{
        font-size: 26px;
    }
    .about_fl{
        width: 100%;
    }
    .about_fr{
        width: 100%;
        margin-top: 35px;
    }
    .about_fl .index_more{
        margin-top: 35px;
    }
    .home-products{
        padding: 50px 0;
    }
    .index_title h3{
        font-size: 30px;
    }
    .index_title p{
        font-size: 18px;
    }
    .products_con{
        margin-top: 35px;
    }
    .home-products .index_more{
        margin-top: 50px;
    }
    .pro_txt1{
        padding: 25px;
        font-size: 24px;
    }
    .pro_txt2{
        padding: 0 25px 25px 25px;
    }
    .pro_txt2_fl img{
        height: 50px;
    }
    .pro_txt2_fl h3{
        font-size: 18px;
    }
    .pro_jt{
        width: 80px;
        height: 80px;
        padding: 10px;
    }
    .pro_jts{
        width: 60px;
        height: 60px;
    }
    .products_con .swiper-button-prev1{
        left: 22px;
    }
    .products_con .swiper-button-next1{
        right: 22px;
    }
    .home-company{
        margin: 50px auto;
    }
    .company_con{
        margin-top: 35px;
    }
    .footer_logo a p{
        font-size: 70px;
    }
    .footer1{
        margin-top: 35px;
    }
    .footer1_fr{
        margin-top: 25px;
        justify-content: center;
        width: 100%;
    }
    .footer1_fr dl{
        flex-direction: row;
        margin-left: 0;
    }
    .footer1_fr dl dd{
        margin: 0 10px 20px 10px;
    }
    .footer1_fr dl dd a{
        font-size: 24px;
    }
    .fssform{
        width: 506px;
    }
    .footer2_fl .fss1{
        width: 340px;
        padding: 0 25px;
    }
    .footer2_fl .fss2{
        width: 166px;
    }
    .footer3{
        text-align: center;
    }


    .inner-banner{
        padding-top: 60px;
    }
    .inner_txt{
        width: 100%;
        bottom: 35px;
    }
    .inner_txt .container2{
        width: calc(100% - 30px);
        padding: 0 0 15px 0;
    }
    .inner_txt_fl{
        font-size: 30px;
    }
    .inner_txt_fr{
        font-size: 13px;
    }
    .inner_txt_fr a{
        font-size: 13px;
    }
    .inner-main{
        padding: 50px 0;
    }
    .inner_fl{
        width: 29.5%;
    }
    .inner_fl_title{
        font-size: 26px;
    }
    .inner_fl_con ul li a{
        font-size: 18px;
        padding: 0 25px;
    }
    .inner_fr {
        width: 70.5%;
        padding-left: 35px;
    }
    .iabout2{
        font-size: 20px;
    }
    .iabout4.about_fl2 ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .iabout5{
        margin-top: 25px;
    }
    .imission_con{
        margin-top: 25px;
    }
    .iorganization_con{
        margin-top: 25px;
    }
    .ileader_con_txt{
        padding-left: 25px;
    }
    .ileader_con_txt1{
        margin-top: 0;
        font-size: 24px;
    }
    .ileader_con_txt1:after{
        width: 61px;
    }
    .ileader_con_txt2{
        font-size: 16px;
        line-height: 1.5;
    }
    .ileader_con_yin img{
        width: 50px;
    }
    .icapabilities_con{
        margin-top: 35px;
    }
    .iaward_info{
        margin-top: 25px;
        font-size: 20px;
        line-height: 30px;
    }
    .iaward_con ul li{
        margin-bottom: 35px;
    }
    .iaward_con ul li a{
        padding: 10px;
    }
    .iaward_con_txt{
        font-size: 16px;
    }
    .iaward_con_txt:before{
        top: 8px;
    }
    .inews1_txt2{
        font-size: 20px;
        line-height: 30px;
        height: 60px;
    }
    .inews1_txt3 i{
        width: 42px;
        height: 42px;
    }
    .inews1 .swiper-pagination1{
        left: 40%;
    }
    .inews2{
        margin: 45px 0 10px 0;
    }
    .inews2 ul li{
        margin-bottom: 35px;
    }
    .inews2 ul li a .inews1_txt{
        padding: 30px 23px;
    }
    .inews2 ul li a .inews1_txt2{
        font-size: 18px;
    }
    .inewsshow_con{
        margin-top: 50px;
    }
    .inewsshow.inner-main{
        padding-top: 60px;
    }
    .show_back{
        left: 15px;
    }
    .show_title{
        font-size: 30px;
    }
    .show_content{
        margin-top: 25px;
        padding: 25px 0 35px 0;
        font-size: 18px;
        line-height: 30px;
    }
    .show_content .ejmr_cont p{
        font-size: 18px !important;
    }
    .show_content .ejmr_cont p span{
        font-size: 18px !important;
    }
    .show_news li{
        font-size: 16px;
        line-height: 30px;
    }
    .show_news li a{
        font-size: 16px;
        line-height: 30px;
    }
    .news_latest{
        margin-top: 50px;
        padding-bottom: 35px;
    }
    .newss a .inews1_txt{
        padding: 30px 23px;
    }
    .newss a .inews1_txt2{
        font-size: 18px;
    }
    .ibusiness_con{
        margin-top: 35px;
        font-size: 18px;
        line-height: 30px;
    }
    .icontacts{
        padding: 50px 0;
    }
    .icontacts_con{
        margin-top: 35px;
    }
    .ifeedback{
        padding: 50px 0;
    }
    .ifeedback_con{
        align-items: center;
    }
    .lx1{
        margin-bottom: 25px;
    }
    .lx1 textarea{
        height: 141px;
    }
    .zp-title a{
        padding: 25px 0;
    }
    .zp-title p{
        font-size: 22px;
        line-height: 1.5;
    }
    .zp-title i{
        width: 30px;
        height: 41px;
        background-size: 12px 18px;
    }
    .open .zp-title i{
        background-size: 12px 18px;
    }
    .zp-info-text{
        margin: 35px 0;
        font-size: 18px;
        line-height: 30px;
    }

}

@media(max-width:820px) {
    .ban_txt1{
        font-size: 35px;
    }
    .ban_txt1:after{
        width: 61px;
        height: 4px;
    }
    .ban_txt2{
        font-size: 22px;
    }
    .mouse-scroll a img{
        width: 28px;
    }
    .about_title{
        font-size: 22px;
    }
    .about_fl2 ul li{
        width: 50%;
    }
    .index_title h3{
        font-size: 26px;
    }
    .index_title p{
        font-size: 16px;
    }
    .footer_logo a p{
        font-size: 50px;
    }
    .footer1_fr dl dd a{
        font-size: 20px;
    }
    .fssform{
        width: 486px;
    }
    .footer2_fl .fss1{
        width: 340px;
        padding: 0 25px;
        font-size: 20px;
    }
    .footer2_fl .fss2{
        width: 146px;
        font-size: 20px;
    }
    .footer2_fl .fss2 i{
        width: 20px;
        height: 20px;
    }
    .footer2_fl .fss1::-webkit-input-placeholder {
        font-size: 20px;
    }
    .footer2_fl .fss1:-moz-placeholder {
        font-size: 20px;
    }
    .footer2_fl .fss1:-ms-input-placeholder{
        font-size: 20px;
    }
    .footer3{
        font-size: 16px;
    }
    .footer3 a{
        font-size: 16px;
    }

    .inner_txt_fl{
        font-size: 24px;
    }
    .inner_txt_fr{
        font-size: 12px;
    }
    .inner_txt_fr a{
        font-size: 12px;
    }
    .inner_fl{
        width: 33.5%;
    }
    .inner_fr{
        width: 66.5%;
    }
    .inner_fl_title{
        font-size: 20px;
        height: 81px;
    }
    .inner_fl_con ul li a{
        font-size: 16px;
    }
    .iabout2{
        font-size: 18px;
    }
    .ileader_con_txt1{
        font-size: 20px;
    }
    .ileader_con_txt1:after {
        width: 46px;
    }
    .ileader_con_yin img{
        width: 40px;
    }
    .iaward_info{
        font-size: 18px;
    }
    .iaward_con ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .iaward_con ul li a{
        padding: 20px;
    }
    .inews1_txt{
        padding: 15px 25px;
    }
    .inews1_txt1{
        font-size: 16px;
    }
    .inews1_txt2{
        font-size: 16px;
        margin: 15px 0;
    }
    .inews1_txt3{
        font-size: 16px;
    }
    .inews1 .swiper-pagination1{
        bottom: 15px;
        left: 38%;
    }
    .inews2 ul li a .inews1_txt2{
        font-size: 14px;
    }
    .inewsshow_location{
        padding: 15px 0;
        font-size: 14px;
    }
    .inewsshow_location a{
        font-size: 14px;
    }
    .show_title{
        font-size: 26px;
    }
    .show_content{
        font-size: 16px;
    }
    .show_content .ejmr_cont p{
        font-size: 16px !important;
    }
    .show_content .ejmr_cont p span{
        font-size: 16px !important;
    }
    .newss a .inews1_txt2{
        font-size: 14px;
    }
    .ibusiness_con{
        font-size: 16px;
    }
    .zp-title p{
        font-size: 20px;
    }
    .zp-info-text{
        font-size: 16px;
        margin: 25px 0;
    }
    .iproducts .zp-info-text{
        margin: 25px 0;
    }
}

@media(max-width:768px) {
    .fssform{
        width: 466px;
    }
    .footer2_fl .fss1{
        width: 320px;
    }
    .inner_fl{
        width: 35.5%;
    }
    .inner_fr{
        width: 64.5%;
    }
}

@media(max-width:600px) {
    .ban_txt1{
        font-size: 22px;
    }
    .ban_txt1:after{
        width: 41px;
        height: 3px;
        margin-top: 10px;
    }
    .ban_txt2{
        margin-top: 15px;
        font-size: 16px;
    }
    .ban_txt2 br{
        display: none;
    }
    .home-banner .swiper-container .swiper-pagination{
        bottom: 10px;
    }
    .mouse-scroll a img{
        width: 20px;
    }
    .home-about{
        padding: 35px 0;
    }
    .about_title{
        font-size: 20px;
    }
    .about_fl2 ul li{
        width: 100%;
        margin-bottom: 20px;
    }
    .about_fl .index_more{
        margin-top: 15px;
    }
    .index_more a{
        width: 200px;
        height: 48px;
        font-size: 16px;
        padding: 0 28px;
    }
    .about_fr{
        padding-bottom: 64px;
    }
    .home-products{
        padding: 35px 0;
    }
    .index_title h3{
        font-size: 22px;
    }
    .index_title p{
        font-size: 14px;
        line-height: 25px;
    }
    .products_con{
        margin-top: 25px;
    }
    .home-products .index_more{
        margin-top: 35px;
    }
    .home-company{
        margin: 35px auto;
    }
    .company_con{
        margin-top: 25px;
    }
    footer{
        padding: 36px 0;
    }
    .footer_top a img{
        height: 56px;
    }
    .footer_logo{
        margin-top: 15px;
    }
    .footer_logo a p{
        font-size: 30px;
    }
    .footer1{
        margin-top: 20px;
    }
    .footer1_fl{
        font-size: 16px;
    }
    .footer1_fr{
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .footer1_fr dl{
        width: 100%;
        align-items: center;
    }
    .footer1_fr dl dd a{
        font-size: 18px;
    }
    .fssform{
        width: 100%;
        height: 56px;
    }
    .footer2_fl .fss1{
        width: calc(100% - 126px);
        font-size: 18px;
    }
    .footer2_fl .fss1::-webkit-input-placeholder {
        font-size: 18px;
    }
    .footer2_fl .fss1:-moz-placeholder {
        font-size: 18px;
    }
    .footer2_fl .fss1:-ms-input-placeholder{
        font-size: 18px;
    }
    .footer2_fl .fss2{
        font-size: 18px;
        width: 126px;
    }
    .footer2_fl .fss2 i{
        margin-right: 10px;
    }
    .footer1_fr dl dd{
        width: 33.3%;
        margin: 0 0 10px 0;
    }
    .footer2{
        margin-top: 10px;
    }
    .footer2_fr{
        width: 100%;
        margin-top: 25px;
    }
    .footer2_fr ul{
        justify-content: center;
    }
    .footer2_fr ul li{
        margin: 0 10px;
    }
    .footer2_fr ul li a{
        width: 50px;
        height: 50px;
    }
    .footer2_fr ul li a.in{
        background-size: 22px 22px;
    }
    .footer3{
        margin-top: 25px;
    }


    .inner_txt{
        bottom: 20px;
    }
    .inner_txt .container2{
        padding: 0 0 10px 0;
    }
    .inner_txt_fl{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .inner_txt_fr{
        justify-content: flex-start;
        font-size: 12px;
    }
    .inner_txt_fr img{
        margin: 0 5px;
    }
    .inner-main{
        padding: 35px 0;
    }
    .inner_fl{
        width: 100%;
    }
    .inner_fr{
        width: 100%;
        padding-left: 0;
        margin-top: 25px;
    }
    .inner_fl_con ul li a {
        padding: 15px 25px;
        height: auto;
    }
    .iabout2{
        margin-top: 20px;
    }
    .iabout4{
        margin-top: 25px;
    }
    .iabout5{
        margin-top: 0;
    }
    .ileader_con{
        margin-top: 45px;
    }
    .ileader_con_yin img{
        width: 30px;
    }
    .icapabilities_con{
        margin-top: 25px;
    }
    .iaward_info{
        font-size: 16px;
        margin-top: 15px;
    }
    .iaward_con{
        margin-top: 25px;
    }
    .inews1_img{
        width: 100%;
    }
    .inews1_txt{
        width: 100%;
        padding: 25px;
    }
    .inews1 .swiper-pagination1{
        bottom: auto;
        left: 50%;
        top: 43%;
        transform: translate(-50%, 0);
    }
    .inews2{
        margin: 25px 0 10px 0;
    }
    .inews2 ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .inewsshow_con{
        margin-top: 25px;
    }
    .show_back{
        position: inherit;
        left: 0;
        top: 0;
    }
    .show_title{
        margin-top: 15px;
        margin-left: 0;
        font-size: 20px;
    }
    .show_info{
        margin-left: 0;
    }
    .show_content{
        margin-left: 0;
        padding: 25px 0;
    }
    .show_news li{
        flex-direction: column;
        align-items: flex-start;
        padding: 15px 0;
    }
    .show_news li span{
        position: inherit;
        top: 0;
        transform: translate(0, 0);
    }
    .show_news li a{
        display: block;
        width: 100%;
        text-align: left;
    }
    .news_latest{
        margin-top: 25px;
    }
    .ibusiness_con{
        margin-top: 25px;
    }
    .icase_con{
        margin: 25px 0 35px 0;
    }
    .zp-title a{
        padding: 15px 0;
    }
    .zp-title p{
        font-size: 18px;
        width: 85%;
    }
    .icontacts{
        padding: 35px 0;
    }
    .icontacts_con{
        margin-top: 25px;
    }
    .ifeedback{
        padding: 35px 0;
    }
    .ifeedback .about_title br{
        display: none;
    }
    .ifeedback_con{
        margin-top: 25px;
    }
    .ifeedback_con_fl{
        width: 100%;
    }
    .ifeedback_con_fr{
        width: 100%;
        margin-top: 25px;
    }
    .lx1{
        flex-direction: column;
    }
    .lx1 label{
        width: 100%;
        text-align: left;
        font-size: 16px;
    }
    .lx1 input{
        flex: inherit;
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
        font-size: 16px;
    }
    .lx1 textarea{
        flex: inherit;
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
        font-size: 16px;
    }
    .lx2{
        margin: 25px 0 0 0;
    }
    .lx2 button{
        margin: 0 auto;
        width: 167px;
        height: 50px;
        font-size: 16px;
        padding: 0 35px;
    }
    .footer2_fr a{
        margin: 0 auto;
    }

}

@media(max-width:414px) {

}

@media(max-width:375px) {

}

@media(max-width:320px) {

}














