*, *: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-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: 1720px;
    margin: 0 auto;
}
.container2 {
    width: 1440px;
    margin: 0 auto;
}
header {
	width:100%;
	margin:0 auto;
}
.daohang {
	display:block;
	width:100%;
	margin:0 auto;
	height:100px;
	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 img {
	max-width:100%;
	height: 51px;
    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;
    line-height: 100px;
}
.menupc li:hover a{
    color: #0185CF;
}
.menupc li a{
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: #1F1F1F;
    z-index: 999;
    padding: 0 28px;
    position: relative;
    text-transform: uppercase;
}
.menupc li a:hover{
    color: #0185CF;
}
.menupc li a.current{
    color: #0185CF;
}
.menupc .xiala{
    position: absolute;
    z-index: 999;
    display: none;
    background: #0185CF;
    border-radius: 10px;
    padding: 7px 0;
    left: 50%;
    transform: translate(-50%, 0);
    top: 100px;
    width: 180px;
    height: auto;
    text-align: left;
    line-height: 0;
}
.menupc .xiala:before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 10px solid #0185CF;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%, 0);
}
.menupc .xiala li a{
    display: block;
    font-family: 'OPPOSans-R';
    font-weight: 400;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 51px;
    padding: 0 10px;
    text-transform: capitalize;
}
.menupc .xiala li a:hover{
    background: #FFFFFF;
    color: #0185CF;
}
.menupc .xiala li a.current{
    background: #FFFFFF !important;
    color: #0185CF !important;
}
.menupc .xiala.subnav {
    display: block;
}
.nation{
    display: flex;
    align-items: center;
    background: url("../images/nation.png") no-repeat left center;
    background-size: 20px 20px;
    font-weight: 500;
    font-size: 14px;
    color: #797979;
    line-height: 30px;
    padding-left: 30px;
    margin: 0 33px 0 53px;
}
.nation span{
    padding: 0 8px;
}
.nation a{
    display: block;
    font-weight: 500;
    font-size: 14px;
    color: #797979;
    line-height: 30px;
}
.nation a:hover{
    color: #0185CF;
}
.nation a.active{
    color: #0185CF;
}
.header-search{

}
.header-search .pull-right {
    float:right;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #0185CF url("../images/search.png") no-repeat center center;
    background-size: 15px 15px;
    color: #0185CF;
    cursor:pointer;
}
.header-search .pull-right a {
    display:block;
    height: 100px;
    text-align:center;
}
.search {
    z-index: 9;
    position: relative;
}
.search .btn-search-max {
    z-index: 2;
    -webkit-transition: All .2s ease-in-out;
    transition: All .2s ease-in-out;
    position: relative
}
.search .btn-search-max * {
    display: inline-block;
    vertical-align: middle
}
.search .search-main {
    top: 66px;
    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 #0185CF;
}
.search-container .btn {
    top: 0;
    border: 0;
    right: 0;
    color: #0185CF;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    border-radius: 0;
    background: #0185CF 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.guding{
    position: fixed;
    z-index: 999;
    box-shadow: 0px 1px 10px 3px rgba(24,62,160,.06);
}

/*手机导航*/
.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:#0185CF;
    width:42px;
    height:34px;
    line-height:34px;
    text-align:center;
    position:absolute;
    cursor:pointer;
    border-radius:0;
    background:#0185CF 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;
}
.home-banner .swiper-pagination{
    bottom: 45px;
    right: 0;
    width: 100%;
}
.home-banner .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    border-radius: 50%;
    opacity: 1;
    outline: none;
    margin: 0 6px;
    transition: .5s;
}
.home-banner .swiper-pagination-bullet-active{
    background: #0185CF;
}


.phone-nav{
    display: none;
}

@media(max-width:1199px) {
    .daohang{
        height: 60px;
    }
    .nav-fr{
        display: none;
    }
    .yx a img{
        height: 40px;
    }
    .phone-nav {
        display:block;
    }
}

footer{
    width: 100%;
    margin: 0 auto;
    background: #1B1B1B;
}
.footer2{
    padding: 31px 0;
    border-top: 1px solid rgba(67,67,67,.49);
}
.footer2 p{
    font-weight: 400;
    font-size: 16px;
    color: #B7B7B7;
    line-height: 30px;
    text-align: center;
}
.footer2 a{
    font-size: 16px;
    font-weight: 400;
    color: #B7B7B7;
    line-height: 30px;
}
.footer2 a:hover{
    color: #FFFFFF;
}
.footer1{
    padding: 100px 0 60px 0;
}
.footer1 .container1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer1_1{
    width: 7%;
}
.footer1_2{
    width: 25%;
}
.footer1_3{
    width: 10%;
}
.footer1_4{
    width: 15%;
}
.footer1_title{
    font-weight: 800;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 30px;
    margin-bottom: 20px;
}
.footer1_title:after{
    content: '';
    display: block;
    width: 33px;
    height: 2px;
    background: #0185CF;
    margin-top: 10px;
}
.footer1_1_con ul{
    display: flex;
    flex-direction: column;
}
.footer1_1_con ul li a{
    font-weight: 500;
    font-size: 16px;
    color: #C8C8C8;
    line-height: 36px;
}
.footer1_1_con ul li a:hover{
    color: #0185CF;
}
.footer1_2_con{
    font-weight: 500;
    font-size: 16px;
    color: #C8C8C8;
    line-height: 36px;
}
.footer1_2_con p{
    padding-left: 32px;
}
.footer1_2_con p.ftel{
    background: url("../images/ftel.png") no-repeat left center;
    background-size: 18px 18px;
}
.footer1_2_con p.femail{
    background: url("../images/femail.png") no-repeat left center;
    background-size: 18px 13px;
}
.footer1_2_con p.faddress{
    background: url("../images/faddress.png") no-repeat left 8.5px;
    background-size: 15px 19px;
}
.footer1_4_t ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.footer1_4_t ul li{
    margin-left: 13px;
}
.footer1_4_t ul li a{
    display: block;
}
.footer1_4_t ul li a img{
    height: 30px;
}
.footer1_4_b{
    margin-top: 42px;
}
.fss{
    position: relative;
}
.fss1{
    width: 100%;
    height: 36px;
    border: 1px solid #414141;
    line-height: 34px;
    background: transparent;
    padding: 0 46px 0 22px;
}
.fss2{
    width: 15px;
    height: 15px;
    background: url("../images/search.png") no-repeat center;
    background-size: 100%;
    position: absolute;
    right: 22px;
    top: 10.5px;
    text-indent: -999px;
}
.home-clients{
    width: 100%;
    margin: 0 auto;
    background: #F7F7F7;
    padding: 100px 0 70px 0;
}
.index_title{
    text-align: center;
}
.index_title h3{
    font-weight: 800;
    font-size: 48px;
    color: #000000;
    line-height: 1;
    text-transform: uppercase;
}
.index_title p{
    margin-top: 20px;
    font-weight: 500;
    font-size: 18px;
    color: #7C7C7C;
    line-height: 25px;
}
.clients_con{
    margin-top: 55px;
}
.clients_con ul{
    display: flex;
    flex-wrap: wrap;
}
.clients_con ul li{
    width: 13.75%;
    margin-right: 3.5%;
    margin-bottom: 30px;
}
.clients_con ul li:nth-child(6n){
    margin-right: 0;
}
.clients_con ul li a{
    display: block;
    background: #FFFFFF;
}
.clients_con ul li a .pic:after{
    padding-bottom: 52%;
}
.clients_con ul li a .pic img{
    padding: 15px;
}
.clients_con ul li a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.home-news{
    width: 100%;
    margin: 100px auto;
}
.news_con{
    margin-top: 55px;
}
.news_con ul{
    display: flex;
    flex-wrap: wrap;
}
.news_con ul li{
    width: 45%;
    margin-right: 10%;
    margin-bottom: 80px;
}
.news_con ul li:nth-child(2n){
    margin-right: 0;
}
.news_con ul li a{
    display: flex;
    align-items: center;
}
.news_con_date{
    width: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.news_con_date:after{
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #DBDBDB;
    position: absolute;
    right: -28px;
    top: 0;
}
.news_con_date p{
    font-weight: 800;
    font-size: 48px;
    color: #000000;
    line-height: 1;
}
.news_con_date span{
    margin-top: 10px;
    font-weight: 500;
    font-size: 18px;
    color: #7D7C7C;
    line-height: 1;
}
.news_con_txt{
    width: 86%;
    padding-left: 70px;
}
.news_con_txt1{
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_con_txt2{
    margin-top: 10px;
    font-weight: 500;
    font-size: 16px;
    color: #9A9A9A;
    line-height: 24px;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news_con ul li a:hover .news_con_date p{
    color: #0095D2;
}
.news_con ul li a:hover .news_con_date span{
    color: #0095D2;
}
.news_con ul li a:hover .news_con_txt1{
    color: #0095D2;
    font-weight: 800;
}
.index_more {
    width: 174px;
    margin: 0 auto;
    height: 46px;
    line-height: 48px;
    color: #fff;
    border-radius: 23px;
    font-weight: 500;
    background: #0185CF;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}
.index_more a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
}
.index_more:before,
.index_more:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    background: #0185CF;
    transition: all 0.3s ease;
}
.index_more:before {
    height: 0%;
    width: 2px;
}
.index_more:after {
    width: 0%;
    height: 2px;
}
.index_more:hover {
    background: transparent;
}
.index_more:hover:before {
    height: 100%;
}
.index_more:hover:after {
    width: 100%;
}
.index_more a:hover {
    color: #0185CF;
}
.index_more a:before,
.index_more a:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: #0185CF;
    transition: all 0.3s ease;
}
.index_more a:before {
    width: 2px;
    height: 0%;
}
.index_more a:after {
    width: 0%;
    height: 2px;
}
.index_more a:hover:before {
    height: 100%;
}
.index_more a:hover:after {
    width: 100%;
}
.home-applications{
    width: 100%;
    margin: 75px auto 0 auto;
}
.applications_con{
    margin: 55px 0 60px 0;
    display: flex;
    flex-wrap: wrap;
}
.app_show{
    width: 75%;
}
.app_show{
    position: relative;
}
.app_show .app_info {
    display: none;
}
.app_info{
    overflow: hidden;
    position: relative;
}
.app_info_txt{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 60px 50px;
    display: flex;
    align-items: center;
}
.app_info_txt img{
    height: 40px;
}
.app_info_txt h3{
    font-weight: 500;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 1.3;
    padding-left: 20px;
}
.app_title{
    width: 25%;
}
.app_title ul{
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}
.app_title ul li{
    width: 50%;
    height: 33.3%;
    background: #F7F7F7;
    position: relative;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}
.app_title ul li:nth-child(2n){
    border-right: none;
}
.app_title ul li:nth-child(5),
.app_title ul li:nth-child(6){
    border-bottom: none;
}
.app_title ul li a{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .5s;
}
.app_img{
    height: 40px;
    overflow: hidden;
    position: relative;
    transition: .5s;
    position: relative;
    z-index: 1;
}
.app_img .app_before{
    top: 0;
    transition: all 0.6s ease-in-out 0s;
}
.app_img .app_after{
    top: -200%;
    opacity: 0;
    transition: all 0.6s ease-in-out 0s;
}
/*.app_title ul li a:hover .app_img .app_after{
    top: 0;
    opacity: 1;
}
.app_title ul li a:hover .app_img .app_before{
    top: 200%;
}*/
.app_title ul li.on a .app_img .app_after{
    top: 0;
    opacity: 1;
}
.app_title ul li.on a .app_img .app_before{
    top: 200%;
}
.app_txt{
    margin-top: 20px;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    line-height: 30px;
}
/*.app_title ul li a:hover{
    background: rgba(23,40,122,.8);
}
.app_title ul li a:hover .app_txt{
    color: #fff;
}*/
.app_title ul li.on{
    background: #0185CF;
}
.app_title ul li.on a .app_txt{
    color: #fff;
}
.home-advantage{
    width: 100%;
    margin: 0 auto;
    padding: 100px 0;
    background: url("../images/advantagebg.jpg") no-repeat center;
    background-size: cover;
}
.home-advantage .index_title h3{
    color: #FFFFFF;
}
.home-advantage .index_title p{
    color: #F7F7F7;
}
.advantage_con{
    margin-top: 55px;
}
.advantage_con ul{
    display: flex;
    flex-wrap: wrap;
}
.advantage_con ul li{
    width: 23.275%;
    margin-right: 2.3%;
}
.advantage_con ul li:nth-child(4n){
    margin-right: 0;
}
.advantage_con ul li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 555px;
    background: #FFFFFF;
    padding: 75px 50px;
    transition: .5s;
}
.advantage_img{
    width: 110px;
    margin: 0 auto;
    height: 78px;
    overflow: hidden;
    position: relative;
    transition: .5s;
    position: relative;
    z-index: 1;
}
.advantage_img:after{
    padding-bottom: 71%;
}
.advantage_img .adv_before{
    top: 0;
    transition: all 0.6s ease-in-out 0s;
}
.advantage_img .adv_after{
    top: -200%;
    opacity: 0;
    transition: all 0.6s ease-in-out 0s;
}
.advantage_con ul li a:hover .advantage_img .adv_after{
    top: 0;
    opacity: 1;
}
.advantage_con ul li a:hover .advantage_img .adv_before{
    top: 200%;
}
.advantage_txt{
    margin-top: 35px;
}
.advantage_txt1{
    font-weight: 800;
    font-size: 24px;
    color: #000000;
    line-height: 30px;
    text-align: center;
}
.advantage_txt2{
    margin-top: 35px;
    font-weight: 500;
    font-size: 16px;
    color: #7C7C7C;
    line-height: 24px;
    height: 72px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: .5s;
}
.advantage_txt3{
    width: 50px;
    height: 50px;
    margin: 70px auto 0 auto;
    border-radius: 50%;
    border: 1px solid #0185CF;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotateY(0deg);
    transition: all 0.50s ease-in-out 0s;
}
.advantage_con ul li a:hover{
    background: #0185CF;
}
.advantage_con ul li a:hover .advantage_txt1{
    color: #FFFFFF;
}
.advantage_con ul li a:hover .advantage_txt2{
    color: #9DE9FD;
    height: 168px;
    -webkit-line-clamp: 7;
}
.advantage_con ul li a:hover .advantage_txt3{
    display: none;
}
.home-about{
    width: 100%;
    margin: 0 auto;
    background: #F7F7F7;
    padding: 100px 0;
}
.about_con{
    margin-top: 55px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #FFFFFF;
    border-radius: 20px;
}
.about_fl{
    width: 50%;
    padding: 60px 45px 60px 75px;
}
.about_fl1{
    font-weight: 500;
    font-size: 16px;
    color: #0185CF;
    line-height: 1;
}
.about_fl2{
    margin-top: 20px;
    font-weight: 800;
    font-size: 28px;
    color: #000000;
    line-height: 30px;
}
.about_fl3{
    margin-top: 30px;
    font-weight: 500;
    font-size: 16px;
    color: #7C7C7C;
    line-height: 24px;
    height: 144px;
    -webkit-line-clamp: 6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.about_fl .index_more{
    margin: 35px auto 0 0;
}

.about_fr{
    width: 50%;
    border-radius: 0 20px 20px 0;
}
.about_fr img{
    height: 100%;
}
.home-products{
    width: 100%;
    margin: 100px auto;
}
.products_con{
    margin: 55px 0 20px 0;
}
.products_con ul{
    display: flex;
    flex-wrap: wrap;
}
.products_con ul li{
    width: 23.275%;
    margin-right: 2.3%;
    margin-bottom: 40px;
}
.products_con ul li:nth-child(4n){
    margin-right: 0;
}
.products_con ul li a{
    display: block;
    border: 1px solid #EBEBEB;
}
.pro_img{
    background: #FFFFFF;
}
.pro_img.pic:after{
    padding-bottom: 60%;
}
.pro_txt{
    background: #F5F5F5;
    padding: 20px 35px;
    transition: .5s;
    /*background: linear-gradient(to bottom, #fff, #ecf2ff);*/
}
.pro_txt1{
    font-weight: 800;
    font-size: 22px;
    color: #000000;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pro_txt2{
    margin-top: 10px;
    font-weight: 500;
    font-size: 16px;
    color: #828282;
    line-height: 24px;
    height: 72px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: none;
}
.pro_txt3{
    margin-top: 15px;
    width: 112px;
    height: 37px;
    border-radius: 5px;
    border: 1px solid #0185CF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    font-size: 14px;
    color: #0185CF;
    padding: 0 20px;
    transition: .5s;
}
.pro_txt3 img{
    height: 8px;
}
.products_con ul li a:hover .pro_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.products_con ul li a:hover .pro_txt{
    background: #0185CF;
}
.products_con ul li a:hover .pro_txt1{
    color: #FFFFFF;
}
.products_con ul li a:hover .pro_txt2{
    color: #FFFFFF;
}
.products_con ul li a:hover .pro_txt3{
    background: #FFFFFF;
}

/*About Us*/
.inner-banner{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.inner-banner img{
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}
.iban_info{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.iban_info h3{
    font-weight: bold;
    font-size: 60px;
    color: #FFFFFF;
    line-height: 1.3;
    text-transform: uppercase;
    text-align: center;
}
.inner_nav{
    border-bottom: 1px solid #ddd;
}
.inner_nav .container1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner_nav_fl ul{
    display: flex;
    flex-wrap: wrap;
}
.inner_nav_fl ul li{
    background: url("../images/ili.png") no-repeat right center;
}
.inner_nav_fl ul li:last-child{
    background: none;
}
.inner_nav_fl ul li a{
    display: block;
    line-height: 70px;
    padding: 0 32px;
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    text-transform: capitalize;
}
.inner_nav_fl ul li a:hover{
    background: #0185CF;
    color: #FFFFFF;
}
.inner_nav_fl ul li a.active{
    background: #0185CF;
    color: #FFFFFF;
}
.inner_nav_fr{
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    color: #8C8C8C;
    line-height: 30px;
}
.inner_nav_fr a{
    display: block;
    font-weight: 500;
    font-size: 14px;
    color: #8C8C8C;
    line-height: 30px;
}
.inner_nav_fr span{
    color: #0185CF;
}
.inner_nav_fr img{
    margin: 0 11px;
}
.inner-main{
    width: 100%;
    margin: 0 auto;
    padding-top: 100px;
}
.iabout1{
    margin-bottom: 100px;
}
.iabout1_con{
    margin-top: 55px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.iabout1_con_fl{
    width: 55%;
    font-weight: 500;
    font-size: 16px;
    color: #7C7C7C;
    line-height: 30px;
}
.iabout1_con_fr{
    width: 40%;
}
.iabout1_con_fr img{
    border-radius: 10px;
}
.iabout2{
    background: #F7F7F7;
    padding: 100px 0;
}
.iabout2_con{
    margin-top: 55px;
}
.iabout2_con ul{
    display: flex;
    flex-wrap: wrap;
}
.iabout2_con ul li{
    width: 31.5%;
    margin-right: 2.75%;
    height: 328px;
    background: #FFFFFF;
    padding: 50px 40px 25px 40px;
}
.iabout2_con ul li:last-child{
    margin-right: 0;
}
.iabout2_con_img{
    display: flex;
    justify-content: center;
}
.iabout2_con_img img{
    height: 75px;
    transition: .5s;
}
.iabout2_con_txt{
    margin-top: 30px;
}
.iabout2_con_txt h3{
    font-weight: 800;
    font-size: 24px;
    color: #000000;
    line-height: 30px;
    text-align: center;
}
.iabout2_con_txt p{
    margin-top: 15px;
    font-weight: 500;
    font-size: 16px;
    color: #7C7C7C;
    line-height: 24px;
}
.iabout2_con ul li:hover .iabout2_con_img img{
    transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    -webkit-transform:rotateY(180deg);
}

/*Contact Us*/
.icontact{
    margin-bottom: 100px;
}
.icontact .container1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.icontact_fl{
    width: 50%;
}
.icontact_fl h3{
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 35px;
}
.ly1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ly1s{
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
.ly1s label{
    font-weight: 500;
    font-size: 16px;
    color: #7C7C7C;
    position: absolute;
    left: 20px;
    height: 100%;
    display: flex;
    align-items: center;
}
.ly1s label b{
    color: #FF0000;
}
.ly1s input{
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #D4D4D4;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    color: #666;
    padding-right: 20px;
}
.distance1{
    padding-left: 90px;
}
.distance2{
    padding-left: 115px;
}
.distance3{
    padding-left: 90px;
}
.distance4{
    padding-left: 90px;
}
.ly2{
    position: relative;
}
.ly2 label{
    font-weight: 500;
    font-size: 16px;
    color: #7C7C7C;
    position: absolute;
    left: 20px;
    height: 100%;
    line-height: 30px;
    top: 10px;
}
.ly2 label b{
    color: #FF0000;
}
.ly2 textarea{
    width: 100%;
    /*height: 267px;*/
    height: 165px;
    background: #FFFFFF;
    border: 1px solid #D4D4D4;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    padding: 10px 20px 20px 256px;
}
.ly3{
    margin-top: 43px;
}
.ly3 button{
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 174px;
    height: 46px;
    background: #0185CF;
    border-radius: 23px;
    border: none;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
}
.ly3 button img{
    height: 23px;
    margin-right: 14px;
}
.icontact_fr{
    width: 45%;
    background: #F7F7F7;
    /*padding: 3.5%;*/
    padding: 90px 3.5%;
}
.icontact_fr dl{
    display: flex;
    flex-direction: column;
}
.icontact_fr dl dt{
    font-weight: 800;
    font-size: 24px;
    color: #000000;
    line-height: 36px;
   /* padding: 0 35px;*/
    margin-bottom: 10px;
}
.icontact_fr dl dd{
    font-weight: 500;
    font-size: 16px;
    color: #7C7C7C;
    line-height: 34px;
    padding-left: 30px;
}
.icontact_fr dl dd.c1{
    background: url("../images/c1.png") no-repeat left 7.5px;
    background-size: 15px 19px;
}
.icontact_fr dl dd.c2{
    background: url("../images/c2.png") no-repeat left center;
    background-size: 18px 18px;
}
.icontact_fr dl dd.c3{
    background: url("../images/c3.png") no-repeat left center;
    background-size: 13px 21px;
}
.icontact_fr dl dd.c4{
    background: url("../images/c4.png") no-repeat left center;
    background-size: 17px 19px;
}
.icontact_fr dl dd.c5{
    background: url("../images/c5.png") no-repeat left center;
    background-size: 16px 18px;
}
.icontact_fr dl dd.c6{
    background: url("../images/c6.png") no-repeat left center;
    background-size: 18px 13px;
}

/*Honor*/
.ihonor{
    margin-bottom: 90px;
}
.ihonor_con{
    margin: 55px 0 20px 0;
}
.ihonor_con ul{
    display: flex;
    flex-wrap: wrap;
}
.ihonor_con ul li{
    width: 17.2%;
    margin-right: 3.5%;
    margin-bottom: 40px;
}
.ihonor_con ul li:nth-child(5n){
    margin-right: 0;
}
.ihonor_con ul li a{
    display: block;
}
.ihonor_img{
    border: 6px solid #ededed;
    position: relative;
    transition: .5s;
}
.ihonor_img .pic{
    background: #F6F6F6;
}
.ihonor_img .pic:after{
    padding-bottom: 145%;
}
.enlarge{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: .5s;
}
.enlarge img{
    width: 44px;
    height: 44px;
}
.ihonor_con ul li a:hover .ihonor_img .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.ihonor_con ul li a:hover .enlarge{
    opacity: 1;
}
/*分页*/
.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color:#666;
    clear:both;
    margin: 0;
}
.pagination a{
    display:block ;
    color: #7E7E7E;
    text-align: center;
    text-transform: capitalize;
    padding: 0px 16px;
    line-height: 38px;
    margin:0px 1px 10px 1px;
    border: 1px solid #E4E4E4;
    border-radius: 20px;
}
.pagination a:hover{
    color:#fff;
    background: #0185CF;
    border: 1px solid #0185CF;
}
.pagination a.active {
    color:#fff;
    background: #0185CF;
    border: 1px solid #0185CF;
}

/*Advantages*/
.iadvantages{
    margin-bottom: 60px;
}
.iadvantages_con{
    margin-top: 55px;
}
.iadvantages_con li{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    background: #EDEDED;
    transition: .5s;
}
.iadvantages_con li:nth-child(even){
    flex-direction: row-reverse;
}
.iadvantages_con_img{
    width: 50%;
}
.iadvantages_con_img img{
    height: 100%;
}
.iadvantages_con_txt{
    width: 50%;
    padding: 3.5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.iadvantages_con_txt1{
    width: 110px;
    height: 78px;
    overflow: hidden;
    position: relative;
    transition: .5s;
    position: relative;
    z-index: 1;
}
.iadvantages_con_txt1 img{
    right: auto;
}
.iadvantages_con_txt1:after{
    padding-bottom: 71%;
}
.iadvantages_con_txt1 .iadv_before{
    top: 0;
    transition: all 0.6s ease-in-out 0s;
}
.iadvantages_con_txt1 .iadv_after{
    top: -200%;
    opacity: 0;
    transition: all 0.6s ease-in-out 0s;
}
.iadvantages_con ul li:hover .iadvantages_con_txt1 .iadv_after{
    top: 0;
    opacity: 1;
}
.iadvantages_con ul li:hover .iadvantages_con_txt1 .iadv_before{
    top: 200%;
}
.iadvantages_con_txt2{
    margin-top: 35px;
    font-weight: 800;
    font-size: 30px;
    color: #000000;
    line-height: 30px;
}
.iadvantages_con_txt3{
    margin-top: 30px;
    font-weight: 500;
    font-size: 18px;
    color: #7C7C7C;
    line-height: 30px;
}
.iadvantages_con li:hover{
    background: #0185CF;
}
.iadvantages_con li:hover .iadvantages_con_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iadvantages_con li:hover .iadvantages_con_txt2{
    color: #FFFFFF;
}
.iadvantages_con li:hover .iadvantages_con_txt3{
    color: #FFFFFF;
}

/*Application*/
.iapplication_con{
    margin-bottom: 70px;
}
.iapplication_con ul{
    display: flex;
    flex-wrap: wrap;
}
.iapplication_con ul li{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 30px;
    position: relative;
}
.iapplication_con ul li:nth-child(2n){
    margin-right: 0;
}
.iapplication_con_before{
    position: absolute;
    width: 100%;
    padding: 35px 45px;
    bottom: 0;
    left: 0;
    transition: .5s;
}
.iapplication_con_befores{
    display: flex;
    align-items: center;
}
.iapplication_con_befores img{
    height: 40px;
}
.iapplication_con_befores h3{
    font-weight: 500;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 1.3;
    margin-left: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.iapplication_con_after{
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(1,133,207,.5);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .5s;
}
.iapplication_con_afters{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    transform: rotateY(90deg);
    transition: all 0.50s ease-in-out 0s;
}
.iapplication_con_after img{
    height: 40px;
}
.iapplication_con_after h3{
    margin-top: 20px;
    font-weight: 500;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.iapplication_con ul li:hover .iapplication_con_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iapplication_con ul li:hover .iapplication_con_before{
    opacity: 0;
}
.iapplication_con ul li:hover .iapplication_con_after{
    opacity: 1;
}
.iapplication_con ul li:hover .iapplication_con_afters{
    transform: rotateY(0deg);
}

/*Product*/
.iproduct{
    padding-top: 60px;
}
.iproduct .container1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.iproduct_fl{
    width: 19%;
    margin-bottom: 100px;
}
.iproduct_fl_t{
    height: 60px;
    background: #0185CF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 24px;
    color: #F7F7F7;
    text-transform: uppercase;
}
.pinfo{
    margin-top: 10px;
}
.pinfo li{
    overflow:hidden;
    position:relative;
    margin-bottom: 1px;
}
.pinfo li a{
    display: block;
    line-height: 58px;
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    background: #EEEEEE;
    border: 1px solid #EEEEEE;
    padding: 0 30px;
    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: #0185CF;
}
.pinfo li .more{
    position: absolute;
    right: 30px;
    top: 0;
    border:none;
    width:12px;
    height: 58px;
    cursor: pointer;
    background: url(../images/p.png) no-repeat right center;
    background-size: 12px 6px;
    display: block;
    z-index: 5;
    padding: 0;
}
.pinfo li .more:hover {
    background:url(../images/p_h.png) no-repeat right center;
    background-size: 12px 6px;
}
.pinfo li:hover .more {
    background:url(../images/p_h.png) no-repeat right center;
    background-size: 12px 6px;
}
.pinfo .er{
    display: none;
    padding: 17px 27px 27px 27px;
    border: 1px solid #EEEEEE;
}
.pinfo .er li{
    margin-bottom: 0;
}
.pinfo .er li a {
    font-weight: 500;
    font-size: 16px;
    color: #7C7C7C;
    line-height: 48px;
    background: url("../images/s.png") no-repeat left center;
    padding-left: 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: none;
    border-bottom: 1px dashed #E1E1E1;
}
.pinfo .nav-show .er {
    display: block;
    padding: 17px 27px 27px 27px;
    border: 1px solid #EEEEEE;
}
.pinfo .nav-show .er li{
    margin-bottom: 0;
}
.pinfo .nav-show .er li a {
    font-weight: 500;
    font-size: 16px;
    color: #7C7C7C;
    line-height: 48px;
    background: url("../images/s.png") no-repeat left center;
    padding-left: 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pinfo .nav-show .er li a:hover{
    background: url("../images/s_h.png") no-repeat left center;
    color: #0185CF;
}
.pinfo .nav-show:hover .more {
    background:url(../images/p_h.png) no-repeat right center;
    background-size: 12px 6px;
}
.pinfo .nav-show .more{
    background:url(../images/p_h.png) no-repeat right center;
    background-size: 12px 6px;
}
.pinfo .nav-show a{
    color: #0185CF;
}
.iproduct_fr{
    width: 77%;
}
.iproduct_fr_t{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 20px;
}
.iproduct_fr_t1{
    font-weight: 800;
    font-size: 36px;
    color: #000000;
    line-height: 1.3;
    text-transform: uppercase;
}
.iproduct_fr_b{
    margin-top: 50px;
}
.iproduct_fr_bs{
    margin-bottom: 60px;
}
.iproduct_fr_b1{
    font-weight: 800;
    font-size: 24px;
    color: #0185CF;
    line-height: 30px;
    text-transform: capitalize;
}
.iproduct_fr_binfo{
    margin-top: 25px;
    font-weight: 400;
    font-size: 18px;
    color: #666;
    line-height: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.iproduct_fr_binfos{
    width: 48%;
}
.iproduct_fr_b2{
    margin-top: 25px;
}
.iproduct_fr_b2 ul{
    display: flex;
    flex-wrap: wrap;
}
.iproduct_fr_b2 ul li{
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 40px;
}
.iproduct_fr_b2 ul li:nth-child(3n){
    margin-right: 0;
}
.iproduct_fr_b2 ul li a{
    display: block;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 0px 43px 0px rgba(158, 177, 209, 0.25);
}
.iproduct_fr_b2 ul li a:hover .pro_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iproduct_fr_b2 ul li a:hover .pro_txt{
    background: #0185CF;
}
.iproduct_fr_b2 ul li a:hover .pro_txt1{
    color: #FFFFFF;
}
.iproduct_fr_b2 ul li a:hover .pro_txt2{
    color: #FFFFFF;
}
.iproduct_fr_b2 ul li a:hover .pro_txt3{
    background: #FFFFFF;
}

/*News*/
.inews{
    margin-bottom: 90px;
}
.inews_con{
    margin: 55px 0 20px 0;
}
.inews_con ul{
    display: flex;
    flex-wrap: wrap;
}
.inews_con ul li{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 40px;
}
.inews_con ul li:nth-child(4n){
    margin-right: 0;
}
.inews_con ul li a{
    display: block;
}
.inews_con_img.pic:after{
    padding-bottom: 78.25%;
}
.inews_con_txt{
    background: #F7F7F7;
    padding: 40px;
    transition: .5s;
}
.inews_con_txt1{
    font-weight: 800;
    font-size: 18px;
    color: #000000;
    line-height: 24px;
    height: 48px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.inews_con_txt2{
    margin-top: 20px;
    font-weight: 500;
    font-size: 16px;
    color: #9A9A9A;
    line-height: 24px;
    height: 48px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.inews_con_txt3{
    margin-top: 20px;
    font-weight: 500;
    font-size: 14px;
    color: #C1C1C1;
    line-height: 20px;
    background: url("../images/date.png") no-repeat left center;
    background-size: 19px 19px;
    padding-left: 30px;
}
.inews_con ul li a:hover .inews_con_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.inews_con ul li a:hover .inews_con_txt{
    background: #0185CF;
}
.inews_con ul li a:hover .inews_con_txt1{
    color: #fff;
}
.inews_con ul li a:hover .inews_con_txt2{
    color: #B4E4FF;
}
.inews_con ul li a:hover .inews_con_txt3{
    color: #87D4FF;
    background: url("../images/date_h.png") no-repeat left center;
    background-size: 19px 19px;
}

/*Newsshow*/
.inewsshow{
    margin-bottom: 90px;
}
.inewsshow .container1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inewsshow_fl{
    width: 72.5%;
}
.show_title{
    text-align: center;
}
.show_title h3{
    font-weight: 800;
    font-size: 48px;
    color: #000000;
    line-height: 1.3;
}
.show_info{
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-bottom: 1px dashed #DCDCDC;
    padding-bottom: 40px;
}
.show_info span{
    font-weight: 500;
    font-size: 16px;
    color: #A5A5A5;
    line-height: 25px;
    padding-left: 30px;
    margin: 0 18px;
}
.date{
    background:url("../images/date.png") no-repeat left center;
    background-size: 19px 19px;
}
.author{
    background:url("../images/author.png") no-repeat left center;
    background-size: 19px 19px;
}
.browse{
    background:url("../images/browse.png") no-repeat left center;
    background-size: 21px 15px;
}
.show_content{
    font-weight: 500;
    font-size: 16px;
    color: #7C7C7C;
    line-height: 30px;
    padding: 40px 0 80px 0;
}
.show_content img{
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}
.show_back{
    border-top: 1px dashed #dcdcdc;
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.show_back_fl{
    width: 70%;
    overflow:hidden;
}
.show_back_fl li{
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 16px;
    color: #444444;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.show_back_fl li a{
    color: #818080;
    font-size: 16px;
    line-height: 36px;
}
.show_back_fl li a:hover{
    color: #0185CF;
}
.show_back_fr{
    overflow:hidden;
}
.show_back_fr a{
    display:flex;
    align-items: center;
    justify-content: center;
    width: 159px;
    height: 49px;
    background: #0185CF;
    border-radius: 25px;
    color:#fff;
    text-align: center;
}
.show_back_fr a img{
    margin-right: 15px;
}
.inewsshow_fr{
    width: 22%;
}
.inewsshow_fr_t{
    height: 60px;
    background: #0185CF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 24px;
    color: #F7F7F7;
    text-transform: uppercase;
}
.inewsshow_fr_b{
    margin-top: 25px;
}
.inewsshow_fr_b li{
    border-bottom: 1px dashed #DCDCDC;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.inewsshow_fr_b li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.inewsshow_fr_b_img{
    width: 35%;
}
.inewsshow_fr_b_img.pic:after{
    padding-bottom: 78.25%;
}
.inewsshow_fr_b_txt{
    width: 60%;
}
.inewsshow_fr_b_txt1{
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    height: 48px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.inewsshow_fr_b_txt2{
    margin-top: 12px;
    font-weight: 500;
    font-size: 14px;
    color: #9A9A9A;
    line-height: 24px;
    height: 48px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.inewsshow_fr_b li a:hover .inewsshow_fr_b_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.inewsshow_fr_b li a:hover .inewsshow_fr_b_txt1{
    color: #0185CF;
}

/*prolist*/
.iprolist{
    padding-top: 60px;
    margin-bottom: 90px;
}
.iprolist .container2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.iprolist .iproduct_fl{
    width: 23%;
}
.iprolist .iproduct_fr{
    width: 72%;
}
.iprolist_fr_b{
    margin: 30px 0 20px 0;
}
.iprolist_fr_b li{
    margin-bottom: 40px;
}
.iprolist_fr_b li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F9F9F9;
    padding: 15px 70px 15px 60px;
    transition: .5s;
}
.iprolist_fr_b li a:hover{
    box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.14);
    background: #0185CF;
}
.iprolist_fr_b_img{
    width: 16%;
}
.iprolist_fr_b_img.pic:after{
    /*padding-bottom: 75%;*/
}
.iprolist_fr_b_txt{
    width: 62%;
}
.iprolist_fr_b_txt1{
    font-weight: 800;
    font-size: 26px;
    color: #000000;
    line-height: 30px;
}
.iprolist_fr_b_txt2{
    margin-top: 20px;
    font-weight: 500;
    font-size: 16px;
    color: #828282;
    line-height: 30px;
    height: 90px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: none;
}
.iprolist_fr_b_detail{
    width: 112px;
    height: 37px;
    border-radius: 5px;
    border: 1px solid #0185CF;
    font-weight: 500;
    font-size: 14px;
    color: #0185CF;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    transition: .5s;
}
.iprolist_fr_b_detail i{
    width: 12px;
    height: 8px;
    background: url("../images/pjt.png") no-repeat center;
    background-size: 100%;
    transition: .5s;
}
.iprolist_fr_b li a:hover .iprolist_fr_b_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iprolist_fr_b li a:hover .iprolist_fr_b_txt1{
    color: #ffffff;
}
/*.iprolist_fr_b li a:hover .iprolist_fr_b_detail{
    background: #0185CF;
    color: #FFFFFF;
}
.iprolist_fr_b li a:hover .iprolist_fr_b_detail i{
    background: url("../images/pjt_h.png") no-repeat center;
    background-size: 100%;
}*/

/*proshow*/
.iproshow{
    padding-top: 60px;
    margin-bottom: 100px;
}
.iproshow .container1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.iproshow_fr_b{
    margin-top: 30px;
}
.iproshow1{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.iproshow1_fl{
    width: 50%;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    position: relative;
}
.iproshow1_fl.pic:after{
    padding-bottom: 65%;
}
.magnifier{
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 99;
    cursor: pointer;
}
.magnifier img{
    height: 28px;
}
.iproshow1_fr{
    width: 45%;
}
.iproshow1_fr1_title{
    font-weight: 800;
    font-size: 26px;
    color: #0185CF;
    line-height: 30px;
}
.iproshow1_fr1_con{
    margin-top: 20px;
    font-weight: 500;
    font-size: 16px;
    color: #828282;
    line-height: 30px;
}
.iproshow1_fr2{
    margin-top: 20px;
    display: flex;
    align-items: center;
}
.iproshow1_fr2_title{
    font-weight: 500;
    font-size: 16px;
    color: #0185CF;
    line-height: 30px;
}
.iproshow1_fr2_con{
    display: flex;
    align-items: center;
}
.iproshow1_fr2_con span{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-left: 11px;
}
.iproshow1_fr3{
    margin-top: 20px;
}
.iproshow1_fr3 ul{
    display: flex;
    flex-wrap: wrap;
}
.iproshow1_fr3 ul li{
    margin-right: 20px;
}
.iproshow1_fr3 ul li:last-child{
    margin-right: 0;
}
.iproshow1_fr3 ul li img{
    height: 67px;
}
.iproshow1_fr4{
    margin-top: 30px;
}
.iproshow1_fr4 a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 239px;
    height: 45px;
    background: #0185CF;
    border-radius: 5px;
    padding: 0 17px 0 23px;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
}
.iproshow1_fr4 a img{
    height: 21px;
}
.iproshow2{
    margin: 55px 0 60px 0;
}
.iproshow2_title{
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 25px;
}
.iproshow2_title h3{
    font-weight: 800;
    font-size: 26px;
    color: #000000;
    line-height: 30px;
    position: relative;
    padding-left: 23px;
    text-transform: uppercase;
}
.iproshow2_title h3:before{
    content: '';
    display: block;
    width: 6px;
    height: 22px;
    background: #0185CF;
    position: absolute;
    left: 0;
    top: 4px;
    border-radius: 5px;
}
.iproshow2_con{
    margin-top: 43px;
    font-weight: 500;
    font-size: 16px;
    color: #828282;
    line-height: 30px;
}
/*.iproshow2_con img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}*/
table {
    border: 1px solid #E1E1E1;
    border-collapse:collapse;
    text-align: center;
}
tr,td,th{
    border: 1px solid #E1E1E1;
    padding: 15px;

}
.iproshow2 table tr:first-child{
    background: #47C6E7;
    font-weight: 800;
    color: #FFFFFF;
}
/*.iproshow2 table tr td:nth-child(2){
    text-align: left;
}*/




/*常见问题*/
.ifaq_con{
    margin: 80px 0;
}
.ifaq_con dl:first-child{
    border-top: 1px solid #d9d9d9;
}
.ifaq_con dl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #d9d9d9;
    padding: 50px 90px 45px 0;
    position: relative;
    cursor: pointer;
}
.ifaq_con dl:after{
    content: '';
    display: block;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 60px;
    background: #DFDFDF url("../images/frjt.png") no-repeat center;
}
.job-title{
    width: 39%;
    display: flex;
    background: url("../images/yh.png") no-repeat right top;
    padding-right: 80px;
}
.job-title-1{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33px;
    height: 33px;
    background: #DFDFDF;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    color: #3B1E87;
}
.job-title-2{
    flex: 1;
    padding-left: 22px;
    font-weight: 400;
    font-size: 24px;
    color: #000000;
    line-height: 30px;
}
.job-content{
    display: flex;
    width: 50%;
}
.job-content-1{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    background: #DFDFDF;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    color: #D60000;
}
.job-content-2{
    flex: 1;
    padding-left: 22px;
    font-weight: 400;
    font-size: 16px;
    color: #868686;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    transition: .5s;
}
.open .job-content-2{
    height: auto;
}
.ifaq_con dl.open:after{
    background: #0185CF url("../images/frjt_h.png") no-repeat center;
}
.open .job-title-1{
    background: #0185CF;
    color: #FFFFFF;
}
.open .job-content-1{
    background: #D60000;
    color: #FFFFFF;
}




@media (min-width:1801px) and (max-width:1850px){

}

@media (min-width:1701px) and (max-width:1800px){
    .container1{
        width: 88%;
    }
    .about_fl2{
        font-size: 25px;
    }
    .advantage_con ul li a{
        padding: 75px 35px;
    }
    .advantage_txt1{
        font-size: 22px;
    }
    .news_con ul li{
        margin-bottom: 75px;
    }
    .footer1_1{
        width: 8%;
    }
    .footer1_3{
        width: 11%;
    }


    .iadvantages_con_txt2{
        font-size: 29px;
    }
    .iapplication_con_befores h3{
        font-size: 29px;
    }
    .iapplication_con_afters h3{
        font-size: 29px;
    }
    .show_title h3{
        font-size: 44px;
    }
    .iproduct_fl{
        width: 21%;
    }
    .iproduct_fr{
        width: 75%;
    }
    .iprolist_fr_b_img{
        width: 16%;
    }
    .iprolist_fr_b_txt{
        width: 61%;
    }
    .icontact_fr dl dt{
        font-size: 23px;
    }
}

@media (min-width:1601px) and (max-width:1700px){
    .container1{
        width: 88%;
    }
    .container2{
        width: 88%;
    }
    .home-products{
        margin: 95px auto;
    }
    .index_title h3{
        font-size: 46px;
    }
    .index_title p{
        font-size: 17px;
    }
    .home-about{
        padding: 95px 0;
    }
    .about_fl2{
        font-size: 25px;
        letter-spacing: 0;
    }
    .about_fl3{
        font-size: 15px;
    }
    .home-advantage{
        padding: 95px 0;
    }
    .advantage_con ul li a{
        padding: 75px 30px;
    }
    .advantage_txt1{
        font-size: 20px;
    }
    .advantage_txt2{
        font-size: 15px;
    }
    .home-applications{
        margin: 70px auto 0 auto;
    }
    .app_info_txt img{
        height: 38px;
    }
    .app_img{
        height: 38px;
    }
    .home-news{
        margin: 95px auto;
    }
    .news_con ul li{
        margin-bottom: 70px;
    }
    .news_con_date p{
        font-size: 46px;
    }
    .news_con_date span{
        font-size: 17px;
    }
    .home-clients{
        padding: 95px 0 65px 0;
    }
    .footer1_1{
        width: 8%;
    }
    .footer1_3{
        width: 12%;
    }
    .footer1_4{
        width: 16%;
    }

    .iban_info h3{
        font-size: 58px;
    }
    .inner-main{
        padding-top: 95px;
    }
    .iabout1{
        margin-bottom: 95px;
    }
    .iabout2{
        padding: 95px 0;
    }
    .iabout2_con_img img{
        height: 70px;
    }
    .iabout2_con_txt h3{
        font-size: 23px;
    }
    .ihonor{
        margin-bottom: 85px;
    }
    .iadvantages_con_txt1{
        width: 103px;
        height: 73px;
    }
    .iadvantages_con_txt2{
        font-size: 28px;
    }
    .iadvantages_con_txt3{
        font-size: 17px;
    }
    .iapplication_con{
        margin-bottom: 65px;
    }
    .iapplication_con_befores img{
        height: 38px;
    }
    .iapplication_con_befores h3{
        font-size: 28px;
    }
    .iapplication_con_afters img{
        height: 38px;
    }
    .iapplication_con_afters h3{
        font-size: 28px;
    }
    .icontact{
        margin-bottom: 95px;
    }
    .icontact_fr dl dt{
        font-size: 22px;
    }
    .inews_con_txt{
        padding: 38px;
    }
    .inewsshow_fl{
        width: 71.5%;
    }
    .inewsshow_fr{
        width: 23%;
    }
    .show_title h3{
        font-size: 42px;
    }
    .iproduct_fl{
        width: 22%;
    }
    .iproduct_fr{
        width: 74%;
    }
    .iprolist .iproduct_fl{
        width: 22%;
    }
    .iprolist .iproduct_fr{
        width: 74%;
    }
    .iproduct_fr_t1{
        font-size: 34px;
    }
    .iprolist_fr_b_img{
        width: 17%;
    }
    .iprolist_fr_b_txt{
        width: 60%;
    }
}

@media (min-width:1501px) and (max-width:1600px){
    .container1{
        width: 88%;
    }
    .container2{
        width: 88%;
    }
    .nation{
        margin: 0 33px 0 48px;
    }
    .home-products{
        margin: 90px auto;
    }
    .index_title h3{
        font-size: 44px;
    }
    .index_title p{
        font-size: 17px;
    }
    .pro_txt1{
        font-size: 21px;
    }
    .pro_txt2{
        font-size: 15px;
    }
    .home-about{
        padding: 90px 0;
    }
    .about_fl{
        padding: 55px 40px 55px 70px;
    }
    .about_fl2{
        font-size: 23px;
        letter-spacing: 0;
    }
    .about_fl3{
        font-size: 15px;
    }
    .home-advantage{
        padding: 90px 0;
    }
    .advantage_con ul li a{
        padding: 75px 30px;
    }
    .advantage_txt1{
        font-size: 20px;
    }
    .advantage_txt2{
        font-size: 15px;
    }
    .home-applications{
        margin: 65px auto 0 auto;
    }
    .app_info_txt{
        padding: 55px 45px;
    }
    .app_info_txt img{
        height: 36px;
    }
    .app_info_txt h3{
        font-size: 29px;
    }
    .app_img{
        height: 36px;
    }
    .app_txt{
        font-size: 17px;
    }
    .home-news{
        margin: 90px auto;
    }
    .news_con ul li{
        margin-bottom: 65px;
    }
    .news_con_date p{
        font-size: 44px;
    }
    .news_con_date span{
        font-size: 17px;
    }
    .news_con_txt1{
        font-size: 23px;
    }
    .news_con_txt2{
        font-size: 15px;
    }
    .home-clients{
        padding: 90px 0 60px 0;
    }
    .footer1_1{
        width: 9%;
    }
    .footer1_title{
        font-size: 23px;
    }
    .footer1_3{
        width: 13%;
    }
    .footer1_4{
        width: 17%;
    }

    .iban_info h3{
        font-size: 55px;
    }
    .inner-main{
        padding-top: 90px;
    }
    .iabout1{
        margin-bottom: 90px;
    }
    .iabout1_con_fl{
        font-size: 15px;
        line-height: 28px;
    }
    .iabout2{
        padding: 90px 0;
    }
    .iabout2_con_img img{
        height: 65px;
    }
    .iabout2_con_txt h3{
        font-size: 23px;
    }
    .ihonor{
        margin-bottom: 80px;
    }
    .iadvantages_con_txt1{
        width: 103px;
        height: 73px;
    }
    .iadvantages_con_txt2{
        font-size: 27px;
    }
    .iadvantages_con_txt3{
        font-size: 17px;
    }
    .iapplication_con{
        margin-bottom: 60px;
    }
    .iapplication_con_befores img{
        height: 36px;
    }
    .iapplication_con_befores h3{
        font-size: 27px;
    }
    .iapplication_con_afters img{
        height: 36px;
    }
    .iapplication_con_afters h3{
        font-size: 27px;
    }
    .icontact{
        margin-bottom: 90px;
    }
    .icontact_fr dl dt{
        font-size: 20px;
    }
    .inews{
        margin-bottom: 80px;
    }
    .inews_con_txt{
        padding: 36px;
    }
    .inewsshow_fl{
        width: 70.5%;
    }
    .inewsshow_fr{
        width: 24%;
    }
    .show_title h3{
        font-size: 40px;
    }
    .inewsshow_fr_t{
        font-size: 23px;
    }
    .iproduct_fl{
        width: 23%;
    }
    .iproduct_fr{
        width: 73%;
    }
    .iproduct_fl_t{
        font-size: 23px;
    }
    .iproduct_fr_t1{
        font-size: 32px;
    }
    .iproduct_fr_b1{
        font-size: 23px;
    }
    .iprolist_fr_b li a{
        padding: 25px 65px 25px 55px;
    }
    .iprolist_fr_b_img{
        width: 18%;
    }
    .iprolist_fr_b_txt{
        width: 59%;
    }
    .iprolist_fr_b_txt1{
        font-size: 25px;
    }
    .iproshow1_fr1_title{
        font-size: 25px;
    }
    .iproshow2_title h3{
        font-size: 25px;
    }
    .job-title-2{
        font-size: 23px;
    }
}

@media (min-width:1401px) and (max-width:1500px){
    .container1{
        width: 90%;
    }
    .container2{
        width: 90%;
    }
    .nation{
        margin: 0 33px 0 43px;
    }
    .home-products{
        margin: 85px auto;
    }
    .index_title h3{
        font-size: 42px;
    }
    .index_title p{
        font-size: 16px;
    }
    .pro_txt{
        padding: 20px 32px;
    }
    .pro_txt1{
        font-size: 20px;
    }
    .pro_txt2{
        font-size: 14px;
    }
    .home-about{
        padding: 85px 0;
    }
    .about_fl{
        padding: 50px 35px 50px 65px;
    }
    .about_fl2{
        font-size: 23px;
        letter-spacing: 0;
    }
    .about_fl3{
        font-size: 14px;
    }
    .home-advantage{
        padding: 85px 0;
    }
    .advantage_con ul li a{
        padding: 75px 25px;
    }
    .advantage_txt1{
        font-size: 19px;
    }
    .advantage_txt2{
        font-size: 14px;
    }
    .home-applications{
        margin: 60px auto 0 auto;
    }
    .app_info_txt{
        padding: 50px 40px;
    }
    .app_info_txt img{
        height: 34px;
    }
    .app_info_txt h3{
        font-size: 28px;
    }
    .app_img{
        height: 34px;
    }
    .app_txt{
        font-size: 16px;
    }
    .home-news{
        margin: 85px auto;
    }
    .news_con ul li{
        width: 46%;
        margin-right: 8%;
        margin-bottom: 60px;
    }
    .news_con_date p{
        font-size: 42px;
    }
    .news_con_date span{
        font-size: 16px;
    }
    .news_con_txt1{
        font-size: 22px;
    }
    .news_con_txt2{
        font-size: 14px;
    }
    .home-clients{
        padding: 85px 0 55px 0;
    }
    .footer1_1{
        width: 8%;
    }
    .footer1_title{
        font-size: 22px;
    }
    .footer1_2{
        width: 26%;
    }
    .footer1_3{
        width: 14%;
    }
    .footer1_4{
        width: 18%;
    }

    .iban_info h3{
        font-size: 50px;
    }
    .inner-main{
        padding-top: 85px;
    }
    .iabout1{
        margin-bottom: 85px;
    }
    .iabout1_con_fl{
        font-size: 15px;
        line-height: 28px;
    }
    .iabout2{
        padding: 85px 0;
    }
    .iabout2_con_img img{
        height: 60px;
    }
    .iabout2_con_txt h3{
        font-size: 22px;
    }
    .ihonor{
        margin-bottom: 75px;
    }
    .iadvantages_con_txt1{
        width: 96px;
        height: 68px;
    }
    .iadvantages_con_txt2{
        font-size: 26px;
    }
    .iadvantages_con_txt3{
        font-size: 16px;
    }
    .iapplication_con{
        margin-bottom: 55px;
    }
    .iapplication_con_befores img{
        height: 34px;
    }
    .iapplication_con_befores h3{
        font-size: 26px;
    }
    .iapplication_con_afters img{
        height: 34px;
    }
    .iapplication_con_afters h3{
        font-size: 26px;
    }
    .icontact{
        margin-bottom: 85px;
    }
    .icontact_fr dl dt{
        font-size: 20px;
    }
    .inews{
        margin-bottom: 75px;
    }
    .inews_con_txt{
        padding: 34px;
    }
    .inews_con_txt1{
        font-size: 17px;
    }
    .inews_con_txt2{
        font-size: 15px;
    }
    .inewsshow_fl{
        width: 68.5%;
    }
    .inewsshow_fr{
        width: 26%;
    }
    .show_title h3{
        font-size: 38px;
    }
    .inewsshow_fr_t{
        font-size: 22px;
    }
    .iproduct_fl{
        width: 24%;
    }
    .iproduct_fr{
        width: 72%;
    }
    .iprolist .iproduct_fl{
        width: 24%;
    }
    .iprolist .iproduct_fr{
        width: 72%;
    }
    .iproduct_fl_t{
        font-size: 22px;
    }
    .pinfo li a{
        font-size: 17px;
    }
    .pinfo .er li a{
        font-size: 15px;
    }
    .pinfo .nav-show .er li a{
        font-size: 15px;
    }
    .iproduct_fr_t1{
        font-size: 30px;
    }
    .iproduct_fr_b1{
        font-size: 22px;
    }
    .iprolist_fr_b li a{
        padding: 25px 60px 25px 50px;
    }
    .iprolist_fr_b_img{
        width: 20%;
    }
    .iprolist_fr_b_txt{
        width: 57%;
    }
    .iprolist_fr_b_txt1{
        font-size: 24px;
    }
    .iproshow1_fr1_title{
        font-size: 24px;
    }
    .iproshow2_title h3{
        font-size: 24px;
    }
    .job-title-2{
        font-size: 22px;
    }
}

@media (min-width:1280px) and (max-width:1400px){
    .container1{
        width: 92%;
    }
    .container2{
        width: 92%;
    }
    .menupc li a{
        font-size: 15px;
        padding: 0 25px;
    }
    .nation{
        margin: 0 33px 0 38px;
    }
    .home-products{
        margin: 80px auto;
    }
    .index_title h3{
        font-size: 40px;
    }
    .index_title p{
        font-size: 16px;
    }
    .pro_txt{
        padding: 20px 30px;
    }
    .pro_txt1{
        font-size: 19px;
    }
    .pro_txt2{
        font-size: 14px;
    }
    .home-about{
        padding: 80px 0;
    }
    .about_fl{
        padding: 45px 30px 45px 60px;
    }
    .about_fl2{
        font-size: 21px;
        letter-spacing: 0;
    }
    .about_fl3{
        font-size: 14px;
    }
    .home-advantage{
        padding: 80px 0;
    }
    .advantage_con ul li a{
        padding: 75px 25px;
    }
    .advantage_txt1{
        font-size: 18px;
    }
    .advantage_txt2{
        font-size: 14px;
    }
    .home-applications{
        margin: 55px auto 0 auto;
    }
    .app_info_txt{
        padding: 45px 35px;
    }
    .app_info_txt img{
        height: 32px;
    }
    .app_info_txt h3{
        font-size: 27px;
    }
    .app_img{
        height: 32px;
    }
    .app_txt{
        font-size: 15px;
    }
    .home-news{
        margin: 80px auto;
    }
    .news_con ul li{
        width: 47%;
        margin-right: 6%;
        margin-bottom: 55px;
    }
    .news_con_date p{
        font-size: 40px;
    }
    .news_con_date span{
        font-size: 16px;
    }
    .news_con_txt1{
        font-size: 21px;
    }
    .news_con_txt2{
        font-size: 14px;
    }
    .home-clients{
        padding: 80px 0 50px 0;
    }
    .footer1_1{
        width: 9%;
    }
    .footer1_title{
        font-size: 21px;
    }
    .footer1_2{
        width: 28%;
    }
    .footer1_3{
        width: 15%;
    }
    .footer1_4{
        width: 20%;
    }

    .iban_info h3{
        font-size: 45px;
    }
    .inner-main{
        padding-top: 80px;
    }
    .inner_nav_fl ul li a{
        font-size: 16px;
    }
    .iabout1{
        margin-bottom: 80px;
    }
    .iabout1_con_fl{
        font-size: 14px;
        line-height: 25px;
    }
    .iabout2{
        padding: 80px 0;
    }
    .iabout2_con_img img{
        height: 55px;
    }
    .iabout2_con_txt h3{
        font-size: 21px;
    }
    .ihonor{
        margin-bottom: 70px;
    }
    .iadvantages_con_txt1{
        width: 89px;
        height: 63px;
    }
    .iadvantages_con_txt2{
        font-size: 25px;
    }
    .iadvantages_con_txt3{
        font-size: 16px;
    }
    .iapplication_con{
        margin-bottom: 50px;
    }
    .iapplication_con_befores img{
        height: 32px;
    }
    .iapplication_con_befores h3{
        font-size: 25px;
    }
    .iapplication_con_afters img{
        height: 32px;
    }
    .iapplication_con_afters h3{
        font-size: 25px;
    }
    .icontact{
        margin-bottom: 80px;
    }
    .icontact_fr dl dt{
        font-size: 18px;
    }
    .inews{
        margin-bottom: 70px;
    }
    .inews_con_txt{
        padding: 32px;
    }
    .inews_con_txt1{
        font-size: 17px;
    }
    .inews_con_txt2{
        font-size: 15px;
    }
    .inewsshow_fl{
        width: 66.5%;
    }
    .inewsshow_fr{
        width: 28%;
    }
    .show_title h3{
        font-size: 34px;
    }
    .inewsshow_fr_t{
        font-size: 21px;
    }
    .iproduct_fl{
        width: 25%;
    }
    .iproduct_fr{
        width: 71%;
    }
    .iprolist .iproduct_fl{
        width: 25%;
    }
    .iprolist .iproduct_fr{
        width: 71%;
    }
    .iproduct_fl_t{
        font-size: 21px;
    }
    .pinfo li a{
        font-size: 17px;
    }
    .pinfo .er li a{
        font-size: 15px;
    }
    .pinfo .nav-show .er li a{
        font-size: 15px;
    }
    .iproduct_fr_t1{
        font-size: 28px;
    }
    .iproduct_fr_b1{
        font-size: 21px;
    }
    .iprolist_fr_b li a{
        padding: 25px 50px 25px 40px;
    }
    .iprolist_fr_b_img{
        width: 20%;
    }
    .iprolist_fr_b_txt{
        width: 57%;
    }
    .iprolist_fr_b_txt1{
        font-size: 23px;
    }
    .iproshow1_fr1_title{
        font-size: 23px;
    }
    .iproshow2_title h3{
        font-size: 23px;
    }
    .job-title-2{
        font-size: 21px;
    }
}

@media (min-width:1200px) and (max-width:1279px){

    .container1{
        width: 92%;
    }
    .container2{
        width: 92%;
    }
    .menupc li a{
        font-size: 14px;
        padding: 0 22px;
    }
    .nation{
        margin: 0 33px 0 33px;
    }
    .home-products{
        margin: 75px auto;
    }
    .index_title h3{
        font-size: 38px;
    }
    .index_title p{
        font-size: 16px;
    }
    .pro_txt{
        padding: 20px 25px;
    }
    .pro_txt1{
        font-size: 18px;
    }
    .pro_txt2{
        font-size: 14px;
    }
    .home-about{
        padding: 75px 0;
    }
    .about_fl{
        padding: 40px 25px 40px 55px;
    }
    .about_fl2{
        font-size: 20px;
        letter-spacing: 0;
    }
    .about_fl3{
        font-size: 14px;
    }
    .home-advantage{
        padding: 75px 0;
    }
    .advantage_con ul li a{
        padding: 75px 25px;
    }
    .advantage_img{
        width: 82px;
        height: 58px;
    }
    .advantage_txt1{
        font-size: 16px;
    }
    .advantage_txt2{
        font-size: 14px;
    }
    .home-applications{
        margin: 50px auto 0 auto;
    }
    .app_info_txt{
        padding: 40px 30px;
    }
    .app_info_txt img{
        height: 30px;
    }
    .app_info_txt h3{
        font-size: 26px;
    }
    .app_img{
        height: 30px;
    }
    .app_txt{
        font-size: 14px;
    }
    .home-news{
        margin: 75px auto;
    }
    .news_con ul li{
        width: 48%;
        margin-right: 4%;
        margin-bottom: 50px;
    }
    .news_con_date p{
        font-size: 38px;
    }
    .news_con_date span{
        font-size: 16px;
    }
    .news_con_txt1{
        font-size: 20px;
    }
    .news_con_txt2{
        font-size: 14px;
    }
    .home-clients{
        padding: 75px 0 45px 0;
    }
    .footer1_1{
        width: 10%;
    }
    .footer1_title{
        font-size: 20px;
    }
    .footer1_2{
        width: 28%;
    }
    .footer1_3{
        width: 16%;
    }
    .footer1_4{
        width: 21%;
    }

    .iban_info h3{
        font-size: 40px;
    }
    .inner-main{
        padding-top: 75px;
    }
    .inner_nav_fl ul li a{
        font-size: 16px;
    }
    .iabout1{
        margin-bottom: 75px;
    }
    .iabout1_con_fl{
        font-size: 14px;
        line-height: 25px;
    }
    .iabout2{
        padding: 75px 0;
    }
    .iabout2_con_img img{
        height: 50px;
    }
    .iabout2_con_txt h3{
        font-size: 20px;
    }
    .ihonor{
        margin-bottom: 65px;
    }
    .iadvantages_con_txt1{
        width: 82px;
        height: 58px;
    }
    .iadvantages_con_txt2{
        font-size: 24px;
    }
    .iadvantages_con_txt3{
        font-size: 16px;
    }
    .iapplication_con{
        margin-bottom: 45px;
    }
    .iapplication_con_befores img{
        height: 30px;
    }
    .iapplication_con_befores h3{
        font-size: 24px;
    }
    .iapplication_con_afters img{
        height: 30px;
    }
    .iapplication_con_afters h3{
        font-size: 24px;
    }
    .icontact{
        margin-bottom: 75px;
    }
    .icontact_fr dl dt{
        font-size: 18px;
    }
    .inews{
        margin-bottom: 65px;
    }
    .inews_con_txt{
        padding: 25px;
    }
    .inews_con_txt1{
        font-size: 16px;
    }
    .inews_con_txt2{
        font-size: 14px;
    }
    .inewsshow_fl{
        width: 66.5%;
    }
    .inewsshow_fr{
        width: 28%;
    }
    .show_title h3{
        font-size: 30px;
    }
    .inewsshow_fr_t{
        font-size: 20px;
    }
    .iproduct_fl{
        width: 27%;
    }
    .iproduct_fr{
        width: 69%;
    }
    .iprolist .iproduct_fl{
        width: 27%;
    }
    .iprolist .iproduct_fr{
        width: 69%;
    }
    .iproduct_fl_t{
        font-size: 20px;
    }
    .pinfo li a{
        font-size: 16px;
    }
    .pinfo .er li a{
        font-size: 14px;
    }
    .pinfo .nav-show .er li a{
        font-size: 14px;
    }
    .iproduct_fr_t1{
        font-size: 26px;
    }
    .iproduct_fr_b1{
        font-size: 20px;
    }
    .iprolist_fr_b li a{
        padding: 25px 40px 25px 30px;
    }
    .iprolist_fr_b_img{
        width: 20%;
    }
    .iprolist_fr_b_txt{
        width: 57%;
    }
    .iprolist_fr_b_txt1{
        font-size: 22px;
    }
    .iproshow1_fr1_title{
        font-size: 22px;
    }
    .iproshow2_title h3{
        font-size: 22px;
    }
    .job-title-2{
        font-size: 20px;
    }
}

@media(max-width:1199px) {
    .container1{
        width:100%;
        margin:0 auto;
        padding-left:15px !important;
        padding-right:15px !important;
    }
    .container2{
        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;
    }
    .home-products{
        margin: 50px auto;
    }
    .index_title h3{
        font-size: 38px;
    }
    .index_title p{
        font-size: 16px;
    }
    .products_con{
        margin: 35px 0 10px 0;
    }
    .products_con ul li{
        margin-bottom: 35px;
    }
    .pro_txt{
        padding: 20px 25px;
    }
    .pro_txt1{
        font-size: 18px;
    }
    .home-about{
        padding: 50px 0;
    }
    .about_con{
        margin-top: 35px;
    }
    .about_fl{
        padding: 30px 25px 30px 35px;
    }
    .about_fl2{
        font-size: 24px;
    }
    .home-advantage{
        padding: 50px 0 15px 0;
    }
    .advantage_con{
        margin-top: 35px;
    }
    .advantage_con ul li{
        width: 48%;
        margin-right: 4%;
        margin-bottom: 35px;
    }
    .advantage_con ul li:nth-child(4n){
        margin-right: 4%;
    }
    .advantage_con ul li:nth-child(2n){
        margin-right: 0;
    }
    .advantage_con ul li a{
        padding: 35px 25px;
        height: 410px;
    }
    .advantage_txt1{
        font-size: 20px;
    }
    .advantage_txt2{
        height: 48px;
        -webkit-line-clamp: 2;
    }
    .advantage_txt3{
        margin: 50px auto 0 auto;
    }
    .advantage_con ul li a:hover .advantage_txt2{
        height: 120px;
        -webkit-line-clamp: 5;
    }
    .home-applications{
        margin: 50px auto 0 auto;
    }
    .applications_con{
        margin: 35px 0 40px 0;
    }
    .app_show{
        width: 100%;
    }
    .app_info_txt{
        padding: 40px 30px;
    }
    .app_info_txt img{
        height: 35px;
    }
    .app_info_txt h3{
        font-size: 24px;
    }
    .app_title{
        width: 100%;
    }
    .app_title ul li{
        padding: 25px 0;
        width: 33.3%;
        height: auto;
    }
    .app_title ul li:nth-child(2n){
        border-right: 1px solid #e8e8e8;
    }
    .app_title ul li:nth-child(3n){
        border-right: none;
    }
    .app_title ul li:nth-child(4){
        border-bottom: none;
    }
    .home-news{
        margin: 50px auto;
    }
    .news_con{
        margin-top: 35px;
    }
    .news_con ul li{
        margin-bottom: 40px;
    }
    .home-clients{
        padding: 50px 0 20px 0;
    }
    .clients_con{
        margin-top: 35px;
    }
    .footer1{
        padding: 50px 0 35px 0;
    }
    .footer1_title{
        font-size: 20px;
    }
    .footer1_1{
        width: 11%;
    }
    .footer1_2{
        width: 28%;
    }
    .footer1_3{
        width: 18%;
    }
    .footer1_4{
        width: 23%;
    }
    .news_con ul li{
        width: 48%;
        margin-right: 4%;
    }
    .news_con_date p{
        font-size: 38px;
    }
    .news_con_date span{
        font-size: 16px;
    }
    .news_con_txt{
         width: 80%;
    }
    .news_con_txt1{
        font-size: 20px;
    }
    .news_con_txt2{
        font-size: 14px;
    }

    .iban_info h3{
        font-size: 40px;
    }
    .inner_nav_fl ul li a{
        font-size: 16px;
        padding: 0 25px;
    }
    .inner-main{
        padding-top: 50px;
    }
    .iabout1{
        margin-bottom: 50px;
    }
    .iabout1_con{
        margin-top: 35px;
    }
    .iabout1_con_fl{
        width: 100%;
    }
    .iabout1_con_fr{
        width: 100%;
        margin-top: 35px;
    }
    .iabout2{
        padding: 50px 0;
    }
    .iabout2_con{
        margin-top: 35px;
    }
    .iabout2_con ul li{
        padding: 40px 30px;
    }
    .iabout2_con_txt h3{
        font-size: 20px;
    }
    .iabout2_con_img img{
        height: 50px;
    }
    .ihonor{
        margin-bottom: 40px;
    }
    .ihonor_con{
        margin: 35px 0 0 0;
    }
    .ihonor_con ul li{
        margin-bottom: 35px;
    }
    .iapplication_con{
        margin-bottom: 20px;
    }
    .iadvantages_con{
        margin-top: 35px;
    }
    .iadvantages_con_txt1{
        width: 71px;
        height: 50px;
    }
    .iadvantages_con_txt2{
        font-size: 24px;
        margin-top: 25px;
    }
    .iadvantages_con_txt3{
        margin-top: 20px;
        font-size: 16px;
    }
    .iapplication_con_befores h3{
        font-size: 24px;
    }
    .iapplication_con_before{
        padding: 25px 35px;
    }
    .iapplication_con_afters h3{
        font-size: 24px;
    }
    .icontact_fl{
        width: 50%;
    }
    .icontact_fr{
        width: 45%;
    }
    .ly1s{
        width: 100%;
    }
    .icontact_fr dl dt{
        font-size: 18px;
    }
    .inews{
        margin-bottom: 40px;
    }
    .inews_con{
        margin: 35px 0 15px 0;
    }
    .inews_con ul li{
        margin-bottom: 35px;
    }
    .inews_con_txt{
        padding: 25px;
    }
    .inews_con_txt1{
        font-size: 16px;
    }
    .inews_con_txt2{
        font-size: 14px;
    }
    .inewsshow{
        margin-bottom: 50px;
    }
    .show_title h3{
        font-size: 30px;
    }
    .inewsshow_fl{
        width: 100%;
    }
    .inewsshow_fr{
        display: none;
    }
    .show_info{
        padding-bottom: 25px;
    }
    .show_info span{
        font-size: 14px;
    }
    .show_content{
        padding: 35px 0 50px 0;
    }
    .show_back{
        padding-top: 35px;
    }
    .iproduct_fl{
        width: 30%;
        margin-bottom: 50px;
    }
    .iproduct_fr{
        width: 66%;
    }
    .iproduct_fl_t{
        font-size: 20px;
    }
    .pinfo li a{
        font-size: 16px;
    }
    .pinfo .er li a{
        font-size: 14px;
    }
    .pinfo .nav-show .er li a{
        font-size: 14px;
    }
    .iproduct_fr_t1{
        font-size: 26px;
    }
    .iproduct_fr_b{
        margin-top: 35px;
    }
    .iproduct_fr_b1{
        font-size: 20px;
    }
    .iproduct_fr_bs{
        margin-bottom: 15px;
    }
    .iproduct_fr_b2 ul li{
        margin-bottom: 35px;
    }
    .iprolist{
        margin-bottom: 40px;
    }
    .iprolist_fr_b li{
        margin-bottom: 35px;
    }
    .iprolist_fr_b li a{
        padding: 25px 40px 25px 30px;
    }
    .iprolist_fr_b_img{
        width: 20%;
    }
    .iprolist_fr_b_txt{
        width: 50%;
    }
    .iprolist_fr_b_txt1{
        font-size: 20px;
    }
    .iprolist_fr_b_txt2{
        font-size: 14px;
        line-height: 25px;
        height: 75px;
    }
    .iproshow{
        margin-bottom: 50px;
    }
    .iproshow1_fl{
        width: 100%;
    }
    .iproshow1_fr{
        width: 100%;
        margin-top: 25px;
    }
    .iproshow1_fr1_title{
        font-size: 22px;
    }
    .iproshow2{
        margin: 35px 0 40px 0;
    }
    .iproshow2_title h3{
        font-size: 22px;
    }
    .iproshow2_con{
        margin-top: 35px;
    }
    .iproduct_fr_binfos{
        width: 100%;
    }
    .ifaq_con{
        margin: 50px 0;
    }
    .job-title-2{
        font-size: 20px;
    }
}

@media(max-width:820px) {
    .index_title h3{
        font-size: 28px;
    }
    .index_title p{
        margin-top: 10px;
    }
    .products_con ul li{
        width: 48%;
        margin-right: 4%;
    }
    .products_con ul li:nth-child(4n){
        margin-right: 4%;
    }
    .products_con ul li:nth-child(2n){
        margin-right: 0;
    }
    .about_fl{
        width: 100%;
    }
    .about_fr{
        width: 100%;
        border-radius: 0 0 20px 20px;
    }
    .about_fl2{
        font-size: 22px;
    }
    .app_info_txt img{
        height: 30px;
    }
    .app_info_txt h3{
        font-size: 22px;
    }
    .app_txt{
        font-size: 16px;
    }
    .news_con_date p{
        font-size: 30px;
    }
    .news_con_date:after{
        right: -18px;
    }
    .news_con_txt{
        padding-left: 50px;
    }
    .footer1_1{
        width: 15%;
    }
    .footer1_2{
        width: 35%;
    }
    .footer1_3{
        width: 25%;
    }
    .footer1_4{
        width: 100%;
        margin-top: 25px;
    }
    .footer1_4_t ul{
        justify-content: center;
    }
    .footer1_4_t ul li{
        margin: 0 6.5px;
    }
    .footer1_4_b{
        margin-top: 25px;
    }

    .iban_info h3{
        font-size: 36px;
    }
    .inner_nav{
        padding-bottom: 15px;
    }
    .inner_nav .container1{
        flex-direction: column;
    }
    .inner_nav_fl{
        width: 100%;
    }
    .inner_nav_fr{
        margin-top: 15px;
    }
    .inner_nav_fl ul li a{
        line-height: 50px;
    }
    .iabout2_con ul li{
        height: 373px;
    }
    .iadvantages_con_txt2{
        font-size: 20px;
    }
    .iapplication_con_befores h3{
        font-size: 20px;
    }
    .iapplication_con_afters h3{
        font-size: 20px;
    }
    .iapplication_con_befores img{
        height: 35px;
    }
    .iapplication_con_afters img{
        height: 35px;
    }
    .show_title h3{
        font-size: 26px;
    }
    .iproduct_fl{
        width: 37%;
    }
    .iproduct_fr{
        width: 59%;
    }
    .iproduct_fr_t1{
        font-size: 24px;
    }
    .iproduct_fr_b2 ul li{
        width: 100%;
        margin-right: 0;
    }
    .iprolist_fr_b li a{
        flex-direction: column;
        align-items: flex-start;
    }
    .iprolist_fr_b_img{
        width: 100%;
    }
    .iprolist_fr_b_txt{
        width: 100%;
        margin: 25px 0;
    }
    .iproduct_fr .inner_nav_fr{
        margin-top: 0;
    }
    .job-title{
        width: 100%;
    }
    .job-content{
        width: 100%;
        margin-top: 35px;
    }
}

@media(max-width:768px) {
    .index_title h3{
        font-size: 24px;
    }
    .index_title p{
        font-size: 14px;
    }
    .iban_info h3{
        font-size: 30px;
    }
    .about_fl2{
        font-size: 20px;
    }
    .app_info_txt h3{
        font-size: 20px;
    }
    .show_title h3{
        font-size: 22px;
    }
    .iproduct_fr_t1{
        font-size: 22px;
    }
}

@media(max-width:600px) {
    .home-products{
        margin: 35px auto;
    }
    .products_con{
        margin: 25px 0 10px 0;
    }
    .products_con ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .home-about{
        padding: 35px 0;
    }
    .about_con{
        margin-top: 25px;
    }
    .about_fl{
        padding: 30px 25px;
    }
    .about_fl3{
        margin-top: 20px;
    }
    .about_fl .index_more{
        margin: 25px auto 0 0;
    }
    .home-advantage{
        padding: 35px 0 10px 0;
    }
    .advantage_con ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .advantage_con ul li a{
        height: 395px;
    }
    .advantage_txt{
        margin-top: 25px;
    }
    .advantage_txt2{
        margin-top: 25px;
    }
    .advantage_txt3{
        margin: 35px auto 0 auto;
    }
    .advantage_con ul li a:hover .advantage_txt2{
        height: 72px;
        -webkit-line-clamp: 3;
    }
    .home-applications{
        margin: 35px auto 0 auto;
    }
    .applications_con{
        margin: 25px 0 30px 0;
    }
    .app_title ul li{
        width: 50%;
    }
    .app_title ul li:nth-child(3n){
        border-right: 1px solid #e8e8e8;
    }
    .app_title ul li:nth-child(2n){
        border-right: none;
    }
    .app_title ul li:nth-child(4){
        border-bottom: 1px solid #e8e8e8;
    }
    .app_info_txt{
        padding: 30px 25px;
    }
    .home-news{
        margin: 35px auto;
    }
    .news_con{
        margin-top: 25px;
    }
    .news_con ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .news_con_txt1{
        font-size: 18px;
    }
    .news_con_date p{
        font-size: 26px;
    }
    .news_con_date span{
        font-size: 14px;
    }
    .home-clients{
        padding: 35px 0 10px 0;
    }
    .clients_con{
        margin-top: 25px;
    }
    .clients_con ul li{
        width: 48%;
        margin-right: 4%;
        margin-bottom: 25px;
    }
    .clients_con ul li:nth-child(2n){
        margin-right: 0;
    }
    .footer1{
        padding: 35px 0;
    }
    .footer1_1{
        width: 100%;
    }
    .footer1_2{
        width: 100%;
        margin: 25px 0;
    }
    .footer1_3{
        width: 100%;
    }
    .footer1_1_con ul{
        flex-direction: row;
        flex-wrap: wrap;
    }
    .footer1_1_con ul li{
        width: 33.3%;
    }
    .footer1_3 .footer1_1_con ul li{
        width: 50%;
    }
    .footer2{
        padding: 25px 0;
    }

    .iban_info h3{
        font-size: 24px;
    }

    .inner-main{
        padding-top: 35px;
    }
    .iabout1{
        margin-bottom: 35px;
    }
    .iabout1_con{
        margin-top: 25px;
    }
    .iabout2{
        padding: 35px 0 10px 0;
    }
    .iabout2_con{
        margin-top: 25px;
    }
    .iabout2_con ul li{
        width: 100%;
        margin-right: 0;
        height: auto;
        margin-bottom: 25px;
    }
    .ihonor{
        margin-bottom: 25px;
    }
    .ihonor_con{
        margin: 25px 0 0 0;
    }
    .ihonor_con ul li{
        width: 48%;
        margin-right: 4%;
        margin-bottom: 25px;
    }
    .ihonor_con ul li:nth-child(5n){
        margin-right: 4%;
    }
    .ihonor_con ul li:nth-child(2n){
        margin-right: 0;
    }
    .iadvantages{
        margin-bottom: 10px;
    }
    .iadvantages_con{
        margin-top: 25px;
    }
    .iadvantages_con li{
        margin-bottom: 25px;
    }
    .iadvantages_con_img{
        width: 100%;
    }
    .iadvantages_con_txt{
        width: 100%;
        padding: 25px;
    }
    .iadvantages_con_txt2{
        font-size: 18px;
    }
    .iadvantages_con_txt3{
        font-size: 14px;
        line-height: 25px;
    }
    .iapplication_con ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .iapplication_con_before{
        padding: 20px 25px;
    }
    .iapplication_con_befores h3{
        font-size: 18px;
        margin-left: 20px;
    }
    .iapplication_con_afters h3{
        font-size: 18px;
    }
    .icontact{
        margin-bottom: 35px;
    }
    .icontact_fl{
        width: 100%;
    }
    .icontact_fr{
        width: 100%;
        padding: 25px;
        margin-top: 25px;
    }
    .icontact_fl h3{
        font-size: 16px;
        margin-bottom: 25px;
    }
    .icontact_fr dl dt{
        font-size: 18px;
        margin-bottom: 20px;
        line-height: 30px;
        padding: 0;
    }
    .icontact_fr dl dd{
        line-height: 31px;
        margin-bottom: 10px;
    }
    .icontact_fr dl dd.c1{
        background: url("../images/c1.png") no-repeat left 6px;
        background-size: 15px 19px;
    }
    .ly2 textarea{
        height: 150px;
    }
    .ly3{
        margin-top: 35px;
    }
    .inews_con{
        margin: 25px 0 10px 0;
    }
    .inews_con ul li{
        margin-bottom: 25px;
        width: 100%;
        margin-right: 0;
    }
    .inewsshow{
        margin-bottom: 35px;
    }
    .show_title h3{
        font-size: 20px;
    }
    .show_back{
        padding-top: 25px;
    }
    .show_back_fl{
        width: 100%;
    }
    .show_back_fr{
        width: 100%;
        margin-top: 20px;
    }
    .show_back_fr a{
        margin: 0 auto;
    }
    .iproduct_fl{
        width: 100%;
        margin-bottom: 35px;
    }
    .iproduct_fr{
        width: 100%;
    }
    .iproduct_fr_t1{
        font-size: 20px;
    }
    .iproduct_fr_b{
        margin-top: 25px;
    }
    .iproduct_fr_t1{
        font-size: 18px;
    }
    .iproduct_fr_b2 ul li{
        margin-bottom: 25px;
    }
    .iprolist{
        margin-bottom: 25px;
    }
    .iprolist_fr_b{
        margin: 25px 0 10px 0;
    }
    .iprolist_fr_b li a{
        padding: 25px 20px;
    }
    .iprolist_fr_b_txt1{
        font-size: 18px;
    }
    .iproshow{
        margin-bottom: 35px;
    }
    .iproshow1_fr1_title{
        font-size: 20px;
    }
    .iproshow2{
        margin: 25px 0 30px 0;
    }
    .iproshow2_title h3{
        font-size: 20px;
    }
    .iproshow2_con{
        margin-top: 25px;
    }
    .ifaq_con{
        margin: 25px 0;
    }
    .ifaq_con dl{
        padding: 25px 50px 20px 0;
    }
    .job-title{
        padding-right: 50px;
        background-size: 10%;
    }
    .job-title-2{
        font-size: 18px;
    }
    .job-content{
        margin-top: 25px;
    }
}

@media(max-width:414px) {

}

@media(max-width:375px) {

}

@media(max-width:320px) {

}














