@charset "utf-8";
*, *:before, *:after {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    outline:0;
    margin:0;
    padding:0;
}
#bsWXBox {
    box-sizing:content-box;
}
ul {
    list-style:none;
}
body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select {
    margin:0;
    padding:0;
}
a:link, a:visited {
    text-decoration:none;
    outline:0;
    color:#666
}
a:hover, a:active, a:focus {
    color:#666;
    text-decoration:none
}
img {
    border:0;
    padding: 0;
    margin: 0;
    max-width:100%;
}
table {
    border-collapse:collapse;
    width:100%
}
h1, h2, h3, h4, h5, h6 {
    font-weight:normal;
}
input, textarea {
    font-size:14px;
    outline:0;
    overflow:hidden;
    font-family:arial
}
input[type='reset'], input[type='button'], input[type='submit'], input[type='radio'] {
    cursor:pointer;
    outline:0;
    border: none;
}
input[type='checkbox'], input[type='radio'] {
    position:relative;
    vertical-align:middle;
}
textarea, input[type='email'], input[type='date'], input[type='password'], input[type='text'] {
    outline:0;
    color:#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;
}

body {
    font-family: Arial;
    font-size:14px;
    color:#666;
    line-height:1.5;
    width:100%;
    background:#fff;
    -webkit-tap-highlight-color:transparent;
    -webkit-text-size-adjust: none;
    overflow-x: hidden;
}
.fl {
    float:left;
}
.fr {
    float:right;
}
.pic{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.pic:after{
    content: '';
    display: block;
    padding-bottom: 100%;
}
.pic img{
    transition: .5s;
}
.middleCenter {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    max-width:100%;
    max-height:100%;
    display:block;
    vertical-align:middle;
    text-align:center;
    margin:auto
}
.tp{
    overflow: hidden;
}
.tp img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    transition: .5s;
}
.container1 {
    width: 90.5%;
    margin: 0 auto;
}
.container2 {
    width: 1200px;
    margin: 0 auto;
}
header {
	width:100%;
	margin:0 auto;
    position: absolute;
    z-index: 999;
    top: 0;
}
.daohang {
	display:block;
	width:100%;
	margin:0 auto;
	height:88px;
	clear:both;
    transition: .5s;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.daohang .container1{
    transition: .5s;
}

.yx{
    float: left;
}
.yx a {
	display:block;
    padding-top: 12px;
}
.yx img {
	max-width:100%;
	height:63px;
    transition: .5s;
}
.yx img.logo{
    display: block;
}
.yx img.logo1{
    display: none;
}
.navdaohang {
    float: right;
}
.menupc li{
    float: left;
    text-align: center;
    line-height:89px;
    z-index: 9;
    position: relative;
    margin: 0 51px;
}
.menupc li:hover a{
    color: #1A3DC0;
}
.menupc li:hover a:after{
    width: 100%;
}
.menupc li a{
    display:block;
    color: #fff;
    font-size: 20px;
    z-index: 999;
    position: relative;
    text-transform: uppercase;
}
.menupc li a:after{
    content: '';
    display: block;
    width: 0;
    margin: 0 auto;
    height: 2px;
    background: #1A3DC0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .5s;
}
.menupc li a:hover{
    color: #1A3DC0 !important;
}
.menupc li a.current{
    color: #1A3DC0 !important;
}
.menupc li a:hover:after{
    width: 100%;
}
.menupc li a.current:after{
    width: 100%;
}
.menupc .xiala{
    background-color:#1A2D79;
    position: absolute;
    display:none;
    left: 50%;
    transform: translate(-50%, 0);
    top:88px;
    z-index: 999;
    width:129px;
    border-radius:5px;
    padding:15px 0px;
}
.menupc li:nth-child(3) .xiala, .menupc li:nth-child(4) .xiala{
    width: 280px;
}
.menupc li:nth-child(5) .xiala{
    width: 205px;
}
.menupc .xiala:before{
    content: '';
    display: block;
    height: 0;
    width: 0;
    border-bottom: 7px solid #1a2d79;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
    top: -7px;
}
.menupc .xiala li{
    float: none;
    position: static;
    text-align: left;
    line-height: 40px;
    width:100%;
    margin: 0px;
}
.menupc .xiala li a{
    display: block;
    font-size: 18px;
    color:#fff !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 22px;
    border-radius:0;
    text-transform: uppercase;
}
.menupc .xiala li a:after{
    display: none;
}
.menupc .xiala li a:hover{
    color:#4063F2 !important;
    background: #04165B;
}
.menupc .xiala li .current{
    color:#4063F2 !important;
    background: #04165B;
}
.nav-fr{
    float: right;
    display: flex;
    align-items: center;
}
.nation{

}
.nation a{
    display: block;
    width: 29px;
    height: 29px;
    background: #192D7A;
    border-radius: 50%;
    line-height: 29px;
    text-align: center;
    font-size: 12px;
    font-family: Arial;
    font-weight: 400;
    color: #FFFFFF;
    text-transform: uppercase;
}
.header-search {
    margin: 0 0 0 14px;
}
.header-search .pull-right {
    width:29px;
    height: 100%;
    background: url(../images/search.png) no-repeat center center;
    background-size: 29px 29px;
    color:#000;
    cursor:pointer;
}
.header-search .pull-right a {
    display:block;
    height: 89px;
    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: 88px;
    right: 0;
    z-index: 9;
    width: 340px;
    display: none;
    padding: 0 30px 10px 10px;
    position: absolute;
    box-shadow: 0 0 10px #eee;
    background-color: #fff;
}
.search-container {
    background-color: #fff;
    padding-left: 0;
    overflow: hidden;
    margin-top: 10px;
    position: relative;
    border: 1px solid #eee;

}
.search-container .form-control {
    text-align: left;
    border: none;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -mz-border-radius: 0;
    font-size: 14px;
    color: #cdcdcd;
    line-height: 20px;
    vertical-align: top;
    padding: 10px 86px 10px 10px;
    -webkit-appearance: none;
    background-color: #fff;
}
.search-container .form-control:focus {
    border: 1px solid #002a5c;
}
.search-container .btn {
    top: 0;
    border: 0;
    right: 0;
    color: #003A99;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    border-radius: 0;
    background:#003A99 url(../images/overlay-icon.png) no-repeat center center;
}
#search-closed {
    right: 0;
    top: 15px;
    max-width: 30px;
    position: absolute;
    cursor: pointer
}

.daohang.guding{
    position: fixed;
    z-index: 999;
    box-shadow: 0px 1px 10px 3px rgba(24,62,160,.06);
    background-color: #fff;
}
.daohang.guding .menupc li a{
    color: #6C6C6C;
}
.daohang.guding .yx img.logo{
    display: none;
}
.daohang.guding .yx img.logo1{
    display: block;
}


/*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;
}
.banners video{
    display: block;
    width: 100%;
    height: auto;
}
video::-webkit-media-controls {
    display:none !important;
}
.ban_btn{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 100%;
    z-index: 999;
}
.home-banner .swiper-pagination{
    display: flex;
    flex-direction: column;
    top: 50%;
    right: 0;
    flex-direction: column;
    transform: translate(0, -50%);
}
.home-banner .swiper-pagination-bullet{
    width: 21px;
    height: 2px;
    background: rgba(255,255,255,.5);
    opacity: 1;
    outline: none;
    margin: 10px 0px !important;
    border-radius: 0;
}
.home-banner .swiper-pagination-bullet-active{
    background: #fff;
}
.home-banner .swiper-button-next, .home-banner .swiper-button-prev{
    display: block;
    position: absolute;
    top: auto;
    width: 36px;
    height: 36px;
    margin-top: 0;
    bottom: 45px;
    z-index: 10;
    cursor: pointer;
    outline: none;
    background: url("../images/bjt.png") no-repeat center;
    background-size: 36px 36px;
}
.home-banner .swiper-button-next:hover, .home-banner .swiper-button-prev:hover{
    background: url("../images/bjt_h.png") no-repeat center;
    background-size: 36px 36px;
}
.home-banner .swiper-button-prev{
    left: 0;
    right: auto;
}
.home-banner .swiper-button-next {
    transform:rotateY(-180deg);
    right: auto;
    left: 46px;
}
.phone{
    display: none;
}

@media(max-width:1199px) {
    header{
        display: none;
    }
    .phone{
        display: block;
        z-index: 9999;
        position: fixed;
        width: 100%;
        top: 0;
    }
    .sp_logo a img{
        height: 34px;
    }
}

footer{
    width: 100%;
    margin: 0 auto;
    background: url("../images/footerbg.png") no-repeat center;
    background-size: cover;
}
.footer2{
    border-top: 1px solid #151C3B;
    overflow: hidden;
    padding: 43px 0;
}
.footer2 p{
    text-align: center;
    line-height: 24px;
    color: #fff;
    font-size: 18px;
}
.footer2 p a{
    color: #fff;
}
.footer2 p a:hover{
    color: #707586;
}
.footer1{
    padding: 60px 0 70px 0;
    overflow: hidden;
}
.footer1 .container1{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.footer1_fl{
    width: 77%;
}
.footer1_fl ul{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.footer1_fl ul li{
    width: 18.4%;
    margin-right: 2%;
}
.footer1_fl ul li:last-child{
    margin-right: 0;
}
.footer1_fl ul li a{
    display: block;
    font-size: 24px;
    line-height: 24px;
    font-family: Arial;
    font-weight: 400;
    color: #FFFFFF;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.menulist{
    margin-top: 20px;
}
.menulist ul{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.menulist ul li{
    width: 100% !important;
    margin: 0 !important;
}
.menulist ul li a{
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #707586;
    line-height: 36px;
    text-transform: capitalize;
}
.menulist ul li a:hover{
    color: #fff;
}
.footer1_fr{
    width: 23%;
    text-align: right;
}
.footer1_fr h4{
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
    text-transform: capitalize;
}
.footer1_fr h2{
    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1;
    margin: 20px 0 30px 0;
}
.footer1_fr p{
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
}
.home-message{
    width: 100%;
    margin: 0 auto;
}
.message{
    background: #F6F6F6;
    padding: 57px 60px 59px 60px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.message_fl{
    width: 83%;
}
.messageform{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.message1s{
    width: 32%;
    margin-right: 2%;
    display: flex;
    align-items: center;
    height: 50px;
    background: #FFFFFF;
    padding: 0 20px;
    margin-bottom: 27px;
}
.message1s:nth-child(3n){
    margin-right: 0;
}
.message1s label{
    width: 20px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 15px;
}
.message1s input{
    border: none;
    background: none;
    height: 50px;
    font-size: 18px;
    font-weight: 400;
    color: #666666;
}
.message input::-webkit-input-placeholder {
    text-transform: capitalize;
    color: #666666;
}
.message input:-moz-placeholder {
    text-transform: capitalize;
    color: #666666;
}
.message input::-moz-placeholder {
    text-transform: capitalize;
    color: #666666;
}
.message input:-ms-input-placeholder{
    text-transform: capitalize;
    color: #666666;
}
.message2s{
    width: 32%;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.message2s_fl{
    width: 72%;
    display: flex;
    align-items: center;
    height: 50px;
    background: #FFFFFF;
    padding: 0 20px;
    position: relative;
}
.message2s_fl label{
    width: 20px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 15px;
}
.message2s_fl input{
    border: none;
    background: none;
    height: 50px;
    font-size: 18px;
    font-weight: 400;
    color: #666666;
}
.message2s_fl a{
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
}
.message2s_fr{
    width: 21.5%;
}
.message2s_fr input{
    width: 100%;
    height: 50px;
    background: #192D7A;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    text-transform: capitalize;
}
.message_fr{
    width: 15%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
.message_fr p{
    writing-mode: vertical-rl;
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #666666;
    margin-left: 17px;
}
.message_fr img{
    max-width: 126px;
}
.message1s:nth-child(4), .message1s:nth-child(5), .message1s:nth-child(6){
    margin-bottom: 0;
}

.home-news{
    width: 100%;
    margin: 0 auto;
    background: url("../images/newsbg.png") no-repeat center;
    background-size: cover;
    padding: 82px 0;
}
.index_title{
    text-align: center;
    text-transform: uppercase;
    font-size: 48px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1;
}
.news_con{
    margin: 66px 0 56px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.news_con_fl{
    width: 40%;
}
.news_con_fl a{
    display: block;
    background-color: #FFFFFF;
    padding: 44px 42px;
    overflow: hidden;
}
.news_fl_txt{
    margin-top: 35px;
}
.news_fl_txt1{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news_fl_txt1_1{
    width: 75%;
}
.news_fl_txt1_1_t{
    font-size: 24px;
    font-weight: 400;
    color: #3B3A3A;
    line-height: 1;
    margin-bottom: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_fl_txt1_1_b{
    font-size: 18px;
    font-weight: 400;
    color: #7C7B7B;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}
.news_fl_txt1_2{
    width: 11%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #3B3A3A;
}
.news_fl_txt1_2 p{
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
}
.news_fl_txt1_2 span{
    display: block;
    padding-top: 12px;
    margin-top: 10px;
    border-top: 1px solid #ddd;
    font-size: 18px;
    font-weight: 400;
    color: #3B3A3A;
    line-height: 1;
}
.news_fl_txt2{
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news_fl_txt2 .see{
    background: url("../images/see.png") no-repeat left center;
    background-size: 23px 17px;
    font-size: 14px;
    font-weight: 400;
    color: #7C7B7B;
    line-height: 30px;
    padding-left: 31px;
}
.news_fl_txt2 .njt{
    background: #EAE8E8 url("../images/njt.png") no-repeat center;
    background-size: 6px 13px;
    width: 39px;
    height: 39px;
    border-radius: 50%;
}
.news_con_fl a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.news_con_fl a:hover .news_fl_txt1_1_t{
    color: #192D7A;
}
.news_con_fr{
    width: 57%;
}
.news_con_fr li{
    margin-bottom: 20px;
    overflow: hidden;
}
.news_con_fr li:last-child{
    margin-bottom: 0;
}
.news_con_fr li a{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 25px 29px;
    background-color: #FFFFFF;
    transition: .5s;
}
.news_fr_date{
    width: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #3B3A3A;
    transition: .5s;
}
.news_fr_date p{
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
}
.news_fr_date span{
    display: block;
    padding-top: 12px;
    margin-top: 10px;
    border-top: 1px solid #ddd;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}
.news_fr_txt{
    width: 53%;
}
.news_fr_txt1{
    font-size: 24px;
    font-weight: 400;
    color: #3B3A3A;
    line-height: 1;
    margin-bottom: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .5s;
}
.news_fr_txt2{
    font-size: 18px;
    font-weight: 400;
    color: #7C7B7B;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    transition: .5s;
}
.news_con_fr li a .tp{
    width: 30%;
}
.news_con_fr li a:hover{
    background: #192D7A;
    box-shadow: 0px 0px 18px 0px rgba(25,45,122,0.21);
}
.news_con_fr li a:hover .news_fr_date{
    color: #fff;
}
.news_con_fr li a:hover .news_fr_date span{
    border-top: 1px solid #fff;
}
.news_con_fr li a:hover .news_fr_txt1{
    color: #fff;
}
.news_con_fr li a:hover .news_fr_txt2{
    color: #fff;
}
.news_con_fr li a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.index_more a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 169px;
    margin: 0 auto;
    height: 47px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    transition: .5s;
}
.home-news .index_more a{
    background: #FFFFFF;
    color: #192D7A;
}
.home-news .index_more a:hover{
    color: #fff;
    background-color: #192D7A;
    box-shadow: 0px 0px 10px 5px #203c9a;
}

.home-case{
    width: 100%;
    margin: 0 auto;
    background: url("../images/casebg.png") no-repeat center;
    background-size: cover;
    padding: 87px 0 76px 0
}
.case_con{
    margin: 45px 0 40px 0;
    padding-bottom: 54px;
    position: relative;
}
.case_con .swiper-slide{
    display: initial;
}
.cases a{
    display:flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    background: #F6F6F6;
    border: 1px solid rgba(199,199,199,0.5);
    width: 100%;
    text-align: left;
    padding: 43px 34px;
    transition: .5s;
}
.cases_txt{
    width: 32%;
}
.cases_txt1{
    font-size: 36px;
    font-weight: bold;
    color: #3B3A3A;
    line-height: 1;
}
.cases_txt1:after{
    content: '';
    display: block;
    width: 22px;
    height: 1px;
    background: #B7B7B7;
    margin-top: 15px;
}
.cases_txt2{
    font-size: 24px;
    font-weight: bold;
    color: #3B3B3B;
    margin: 25px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .5s;
}
.cases_txt3{
    font-size: 18px;
    font-weight: 400;
    color: #7C7B7B;
    line-height: 30px;
    height: 120px;
    overflow: hidden;
}
.cases a .tp{
    width: 62%;
}
.cases a:hover{
    background: #192D7A;
    border: 1px solid #192D7A;
}
.cases a:hover .cases_txt1{
    color: #fff;
}
.cases a:hover .cases_txt1:after{
    background: #FFF;
}
.cases a:hover .cases_txt2{
    color: #fff;
}
.cases a:hover .cases_txt3{
    color: #fff;
}
.cases a:hover .partner_txt1{
    color: #fff;
}
.partners a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.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;
}
.case_con .swiper-pagination1{
    bottom: 0;
    right: 0;
    width: 100%;
}
.case_con .swiper-pagination-bullet{
    width: 13px;
    height: 13px;
    background: #FFFFFF;
    border-radius: 50%;
    opacity: 1;
    outline: none;
    margin: 0px 10px;
}
.case_con .swiper-pagination-bullet-active{
    background: #192D7A;
}
.home-case .index_more a{
    background: #192D7A;
    color: #fff;
    border: 1px solid rgba(25,45,122,0.5);
}
.home-case .index_more a:hover{
    color: #192D7A;
    background-color: #fff;
    border: 1px solid #fff;
}

.home-about{
    width: 100%;
    margin: 0 auto;
    background: url("../images/aboutbg.png") no-repeat center;
    background-size: cover;
    padding: 90px 0;
}
.home-about  .index_title{
    color: #3C3A3B;
    text-align: left;
}
.about_title{
    font-size: 150px;
    font-weight: bold;
    color: rgba(255,255,255,.46);
    line-height: 0.8;
    text-transform: uppercase;
    text-align: center;
}
.about_con{
    margin-top: -55px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.about_con_fl{
    width: 43.5%;
    position: relative;
    padding: 0 69px;
}
.about_con_fl img{
    position: relative;
    z-index: 1;
}
.about_con_fl:after{
    content: '';
    display: block;
    width: 100%;
    height: 33%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    background-color: #192d7a;
    z-index: 0;
}
.about_con_fr{
    width: 48%;
}
.about_con_fr1{
    font-size: 48px;
    font-weight: bold;
    color: #3C3A3B;
    line-height: 1;
    text-transform: uppercase;
}
.about_con_fr2{
    font-size: 24px;
    font-weight: 400;
    color: #575757;
    line-height: 36px;
    height: 180px;
    overflow: hidden;
    margin: 45px 0 25px 0;
}
.about_con_fr3{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 40px;
}
.about_con_fr3 a{
    display: block;
    margin-right: 100px;
}
.about_con_fr3 a .tb{
    width: 93px;
    margin: 0 auto;
    height: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../images/ling.png") no-repeat center;
    background-size: 93px 108px;
}
.about_con_fr3 a .tb img{
    transition: .5s;
}
.about_con_fr3 a:nth-child(1) .tb img{
    max-width: 57px;
}
.about_con_fr3 a:nth-child(2) .tb img{
    max-width: 48px;
}
.about_con_fr3 a:hover .tb img{
    transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    -webkit-transform:rotateY(180deg);
}
.about_con_fr3 a .wz{
    margin-top: 10px;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    color: #192D7A;
    line-height: 24px;
}
.home-about .index_more a{
    margin: 0 auto 0 0;
    background: #192D7A;
    color: #fff;
    border: 1px solid rgba(25,45,122,0.5);
}
.home-about .index_more a:hover{
    color: #192D7A;
    background-color: #fff;
    border: 1px solid #fff;
}

.home-service{
    width: 100%;
    margin: 0 auto;
    background: url("../images/servicebg.png") no-repeat center;
    background-size: cover;
    padding: 77px 0;
}
.service_con{
    margin: 57px 0 53px 0;
    position: relative;
}
.service_con .swiper-slide{
    display: initial;
}
.services a{
    display:block;
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: .5s;
}
.services_txt{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 34px 36px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: .5s;
}
.services_txt:after{
    content: '';
    display: block;
    width: 0;
    margin: 0 auto;
    height: 100%;
    background: url("../images/servicetxtbg.png") repeat center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    transition: .5s;
}
.services_txt .pic{
    width: 53px;
    height: 56px;
    position: relative;
    z-index: 2;
}
.services_txt .pic:after{
    padding-bottom: 95%;
}
.services_txt1{
    margin-top: 15px;
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
    width: 100%;
    text-align: left;
  /*  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
    transition: .5s;
    position: relative;
    z-index: 2;
}
.services_txt1:after{
    content: '';
    display: block;
    width: 28px;
    height: 3px;
    background: #FFFFFF;
    margin: 30px auto 0 auto;
    opacity: 0;
    transition: .5s;
}
.services_txt2{
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    height: 150px;
    overflow: hidden;
    text-align: left;
    opacity: 0;
    transition: .5s;
    position: relative;
    z-index: 2;
}
.services_txt3{
    width: 128px;
    height: 38px;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 19px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: .5s;
    position: relative;
    z-index: 2;
}
.services a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.services a:hover .services_txt{
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 0 43px;
}
.services a:hover .services_txt:after{
    width: 100%;
}
.services a:hover .services_txt1{
    font-size: 30px;
    margin-top: 20px;
    text-align: center;
}
.services a:hover .services_txt1:after{
    opacity: 1;
}
.services a:hover .services_txt2{
    margin-top: 30px;
    padding: 0 15px;
    opacity: 1;
}
.services a:hover .services_txt3{
    margin-top: 75px;
    opacity: 1;
}

.service_con .swiper-button-next1, .service_con .swiper-button-prev1{
    display: block;
    position: absolute;
    top: 50%;
    width: 27px;
    height: 51px;
    margin-top: 0;
    transform: translate(0, -50%);
    z-index: 10;
    cursor: pointer;
    outline: none;
    background: url("../images/sjt.png") no-repeat center;
    text-align: center;
    border-radius: 0;
    background-size: 27px 51px;
}
.service_con .swiper-button-next1:hover, .service_con .swiper-button-prev1:hover{
    background: url("../images/sjt_h.png") no-repeat center;
    background-size: 27px 51px;
}
.service_con .swiper-button-prev1{
    left: 0;
    right: auto;
}
.service_con .swiper-button-next1{
    right: 0;
    left: auto;
    transform: translate(0, -50%) rotateY(-180deg);
}
.home-service .index_more a{
    background: #FFFFFF;
    color: #192D7A;
}
.home-service .index_more a:hover{
    color: #fff;
    background-color: #192D7A;
    box-shadow: 0px 0px 10px 5px #203c9a;
}

/*contact*/
.inner .daohang{
    background-color: #fff;
}
.inner .menupc li a{
    color: #6C6C6C;
}
.inner .yx img.logo{
    display: none;
}
.inner .yx img.logo1{
    display: block;
}
.inner-banner{
    width: 100%;
    margin: 0 auto;
    padding-top: 88px;
}
.inner-banner img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.inner-main{
    width: 100%;
    margin: 0 auto;
}
.inner_nav{
    height: 70px;
    background: #EFEFEF;
}
.inner_nav .container1{
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}
.inner_nav_fl ul{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.inner_nav_fl ul li a{
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    color: #686868;
    padding: 0 25px;
    height: 70px;
    text-transform: uppercase;
}
.inner_nav_fl ul li a:hover{
    background: #192D79;
    color: #FFFFFF;
}
.inner_nav_fl ul li a.current{
    background: #192D79;
    color: #FFFFFF;
}
.inner_nav_fr{
    display: flex;
    align-items: center;
    background: url("../images/home.png") no-repeat left center;
    background-size: 20px 16px;
    padding-left: 37px;
}
.inner_nav_fr a{
    font-size: 16px;
    color: #868686;
}
.inner_nav_fr span{
    color: #192D7A;
}
.inner_con .index_title{
    color: #444;
}
.icontact1{
    margin-top: 64px;
}
.icontact1_con{
    margin-top: 55px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.icontact1_con_fl{
    width: 50%;
    background: #EFEFEF;
    padding: 80px 40px 80px 55px;
    font-size: 24px;
    color: #686868;
    line-height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.icontact1_con_fl p{
    margin-bottom: 30px;
}
.icontact1_con_fl p:last-child{
    margin-bottom: 0;
}
.icontact1_con_fl p span{
    font-weight: bold;
}
.icontact1_con_fr{
    width: 50%;
}
.icontact2{
    margin: 70px 0 65px 0;
}
.icontact2_con{
    margin-top: 55px;
}
.lxform{

}
.lx1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.lx1s{
    width: 48%;
    margin-bottom: 40px;
}
.lx1 label{
    display: block;
    font-size: 24px;
    color: #525252;
    margin-bottom: 15px;
}
.lx1 label b{
    color: #ff0000;
}
.lx1 input{
    width: 100%;
    height: 46px;
    line-height: 46px;
    background-color: #f2f2f2;
    border: none;
    padding: 0 15px;
    color: #acacac;
    font-size: 18px;
}
.lx1 textarea{
    width: 100%;
    font-size: 18px;
    height: 240px;
    line-height: 30px;
    background-color: #f2f2f2;
    border: none;
    padding: 15px;
    resize: none;
    color: #acacac;
}
.lx1 select{
    width: 100%;
    height: 46px;
    line-height: 46px;
    border: none;
    color: #acacac;
    padding: 0 15px;
    font-size: 18px;
    background: #f2f2f2 url("../images/jt.png") no-repeat right center;
}
.lx2{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.lx2_fl{
    width: 49%;
    position: relative;
}
.lx2_fl label{
    display: block;
    font-size: 24px;
    color: #525252;
    margin-bottom: 15px;
}
.lx2_fl label b{
    color: #ff0000;
}
.lx2_fl input{
    width: 73%;
    height: 46px;
    line-height: 46px;
    background-color: #f2f2f2;
    border: none;
    padding: 0 15px;
    font-size: 18px;
}
.lx2_fl a{
    width: 25%;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 46px;
}
.lx2_fl a img{
    width: auto;
    height: 44px;
    border: 1px solid #ccc;
}
.lx2_fr{
    width: 49%;
    text-align: right;
}
.lx2_fr input{
    width: 156px;
    height: 46px;
    line-height: 46px;
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    border: none;
    background: #192D79;
}

/*culture*/
.iculture{
    margin: 64px 0 85px 0;
}
.iculture_con{
    margin-top: 75px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.iculture_con_fl{
    width: 45%;
    font-size: 24px;
    color: #717171;
    line-height: 30px;
}
.iculture_con_fl ul{
    margin-top: 65px;
}
.iculture_con_fl li{
    display: flex;
    align-items: center;
    margin-bottom: 27px;
}
.iculture_con_fl li:last-child{
    margin-bottom: 0;
}
.iculture_con_fl li span{
    margin-right: 30px;
    width: 47px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #192D79;
    border-radius: 50%;
    font-weight: bold;
    color: #FFFFFF;
}
.iculture_con_fl li p{
    flex: 1;
}

.iculture_con_fr{
    width: 50%;
}

/*Company*/
.iabout{
    margin: 64px 0 81px 0;
}
.iabout1{
    margin: 50px 0 40px 0;
    font-size: 24px;
    font-weight: 400;
    color: #717171;
    line-height: 30px;
}
.iabout2{

}
.iabout2 li{
    position: relative;
    overflow: hidden;
}
.iabout2 li .tp{
    width: 49.95%;
}
.iabout2_txt{
    width: 50.05%;
    height: 100%;
    background: #192D79;
    position: absolute;
    top: 0;
    padding: 20px 59px;
}
.iabout2_txts{
    display: flex;
    align-items: center;
    height: 100%;
}
.iabout2 li:nth-child(odd) .tp{
    float: left;
}
.iabout2 li:nth-child(even) .tp{
    float: right;
}
.iabout2 li:nth-child(odd) .iabout2_txt{
    right: 0;
}
.iabout2 li:nth-child(even) .iabout2_txt{
    left: 0;
}
.iabout2_txt dl{
    margin-bottom: 65px;
    color: #fff;
    line-height: 30px;
}
.iabout2_txt dl:last-child{
    margin-bottom: 0;
}
.iabout2_txt dl dt{
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 25px;
}
.iabout2_txt dl dd{
    font-size: 20px;
    font-weight: 400;
    color: #ACB7E3;
}
.style3::-webkit-scrollbar-track{
    background-color: #fff;
}
.style3::-webkit-scrollbar{
    width: 5px;
    background-color: #fff;
}
.style3::-webkit-scrollbar-thumb{
    background-color: #ACB7E3;
}

/*newsshow*/
.inewsshow{
    margin: 64px 0;
}
.inewsshow .container1{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.inewsshow_fl{
    width: 74.4%;
}
.show_title{
    text-align: center;
}
.show_title h3{
    font-size: 36px;
    color: #444;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 25px;
}
.show_title span{
    font-size: 18px;
    font-weight: 400;
    color: #8F8F8F;
    line-height: 25px;
    margin:0px 12px;
}
.show_content{
    font-size: 18px;
    font-weight: 400;
    color: #666565;
    line-height: 30px;
    padding: 30px 0 110px 0;
}
.show_content img{
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}
.show_back{
    padding-top:35px;
    border-top: 1px solid #DFDFDF;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.show_back_fl{
    width: 70%;
    overflow:hidden;
}
.show_back_fl li{
    font-size: 18px;
    line-height:36px;
    color:#262626;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.show_back_fl li a{
    color: #747474;
    font-size:18px;
}
.show_back_fl li a:hover{
    color: #192D79;
}
.show_back_fr{
    overflow:hidden;
}
.show_back_fr a{
    display:flex;
    align-items: center;
    height: 41px;
    line-height:41px;
    background: #192D79;
    border-radius: 21px;
    color:#fff;
    padding: 0 28px 0 35px;
}
.show_back_fr a img{
    padding-left: 20px;
}
.show_lable{
    margin-top: 80px;
}
.show_lable_title{
    font-size: 36px;
    font-weight: bold;
    color: #262626;
    line-height: 1;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 30px;
}
.show_lable_con{
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    font-size: 18px;
    color: #717171;
}
.show_lable_con a{
    display: block;
    font-size: 18px;
    color: #717171;
    line-height: 30px;
}
.show_lable_con a:hover{
    color: #1A2D79;
}

.inewsshow_fr{
    width: 20.4%;
}
.inewsshow_title{
    padding-bottom: 10px;
    border-bottom: 1px solid #D0D0D0;
    overflow: hidden;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inewsshow_title p{
    font-size: 22px;
    color: #000;
}
.inewsshow_title a{
    color: #000;
}
.inewsshow_title a:hover{
    color: #0076BE;
}
.inewsshow_con_fr_info li{
    border-bottom: 1px dashed #bdbdbd;
    padding: 30px 0;
    overflow: hidden;
}
.inewsshow_con_fr_info li a{
    display: block;
}
.inewsshow_fr1{
    font-size: 20px;
    font-weight: 400;
    color: #262626;
    line-height: 24px;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inewsshow_fr2{
    font-size: 18px;
    font-weight: 400;
    color: #656565;
    line-height: 30px;
}
.inewsshow_fr2 span{
    color: #003C89;
}
.inewsshow_con_fr_info li a:hover .inewsshow_fr1{
    color: #003C89;
}

/*news*/
.inews{
    margin: 65px 0 36px 0;
}
.inews_con{
    margin-top: 45px;
}
.inews_con li{
    margin-bottom: 40px;
    overflow: hidden;
    overflow: hidden;
}
.inews_con li a{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #F2F2F2;
    padding: 26px 28px 26px 51px;
    transition: .5s;
}
.inews_date{
    width: 5.6%;
    height: 126px;
    background: #D8D8D8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #3B3A3A;
    transition: .5s;
}
.inews_date p{
    font-size: 48px;
    line-height: 1;
}
.inews_date span{
    display: block;
    font-size: 18px;
    border-top: 1px solid #a6a6a6;
    padding-top: 12px;
    margin-top: 10px;
    line-height: 1;
}
.inews_txt{
    width: 68%;
}
.inews_txt1{
    font-size: 24px;
    font-weight: 400;
    color: #3B3A3A;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .5s;
}
.inews_txt2{
    font-size: 18px;
    font-weight: 400;
    color: #7C7B7B;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    margin: 25px 0;
    transition: .5s;
}
.inews_txt3{
    width: 147px;
    height: 47px;
    background: rgba(255,255,255,0);
    border: 1px solid rgba(25,45,121,0.5);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    color: #192D7A;
    text-transform: capitalize;
    transition: .5s;
}
.inews_con li a .tp{
    width: 21.4%;
}
.inews_con li a:hover{
    background: #192D79;
}
.inews_con li a:hover .inews_date{
    background: #0B1B58;
    color: #FFFFFF;
}
.inews_con li a:hover .inews_date span{
    border-top: 1px solid #243b93;
}
.inews_con li a:hover .inews_txt1{
    color: #FFFFFF;
}
.inews_con li a:hover .inews_txt2{
    color: #FFFFFF;
}
.inews_con li a:hover .inews_txt3{
    color: #192D79;
    background: #FFFFFF;
}
.inews_con li a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}


/*分页*/
.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color:#666;
    clear:both;
    margin: 0;
}
.pagination a{
    display:block ;
    color: #666;
    text-align: center;
    text-transform: capitalize;
    padding: 0px 16px;
    line-height: 40px;
    margin:0px 4px 10px 4px;
    border: 1px solid #E4E4E4;
    border-radius: 20px;
}
.pagination a:hover{
    color:#fff;
    background-color:#003C89;
    border: 1px solid #003C89;
}
.pagination a.active {
    color:#fff;
    background-color: #003C89;
    border: 1px solid #003C89;
}

/*caseshow*/
.icaseshow{
    margin: 64px 0;
}
.icaseshow_con{
    margin: 64px 0 75px 0;
    font-size: 24px;
    color: #717171;
    line-height: 30px;
}
.picture{
    display: flex;
    justify-content: space-between;
}
.picture .tp{
    width: 31.3%;
}

/*case*/
.icase{
    margin: 64px 0 44px 0;
}
.icase_con{
    margin: 55px 0 40px 0;
}
.icase_con ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.icase_con ul li{
    width: 23.5%;
    margin-right: 2%;
}
.icase_con ul li:nth-child(4n){
    margin-right: 0;
}
.icase_con ul li a{
    display: block;
}
.icase_txt{
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    font-size: 24px;
    font-weight: 400;
    color: #717171;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.icase_con ul li a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.icase_con ul li a:hover .icase_txt{
    color: #003C89;
}


/*serviceshow*/
.iserviceshow_con{
    margin: 55px 0;
    font-size: 24px;
    color: #717171;
    line-height: 30px;
}
.iserviceshow_con .picture{
    display: flex;
    justify-content: space-between;
}
.iserviceshow_con .picture .tp{
    width: 23%;
}

/*service*/
.iservice{
    margin: 64px 0 72px 0;
}
.iservice_con{
    margin-top: 55px;
}
.iservice_con ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.iservice_con ul li{
    width: 23.5%;
    margin-right: 2%;
}
.iservice_con ul li:nth-child(4n){
    margin-right: 0;
}






@media (min-width:1801px) and (max-width:1850px){
    .menupc li{
        margin: 0 45px;
    }
    .home-about .index_title{
        font-size: 44px;
    }
    .about_con_fl{
        width: 45%;
    }
    .icontact1_con_fl p{
        margin-bottom: 20px;
    }
    .iabout2_txt dl{
        margin-bottom: 50px;
    }
}



@media (min-width:1701px) and (max-width:1800px){
    .menupc li{
        margin: 0 38px;
    }
    .services a:hover .services_txt2{
        margin-top: 20px;
    }
    .services a:hover .services_txt3{
        margin-top: 35px;
    }
    .about_con_fl{
        width: 46%;
    }
    .home-about .index_title{
        font-size: 42px;
    }
    .icontact1_con_fl{
        font-size: 22px;
        padding: 42px 30px 42px 35px;
    }
    .icontact1_con_fl p{
        margin-bottom: 23px;
    }
    .iabout2_txt dl{
        margin-bottom: 30px;
    }
    .iabout2_txt dl dt{
        font-size: 34px;
        margin-bottom: 15px;
    }
    .iabout2_txt dl dd{
        font-size: 18px;
    }
    .show_title h3{
        font-size: 34px;
    }
    .show_lable_title{
        font-size: 34px;
    }
    .inews_date{
        width: 6%;
    }
    .inews_txt{
        width: 67%;
    }
}


@media (min-width:1601px) and (max-width:1700px){
    .menupc li{
        margin: 0 30px;
    }
    .index_title{
        font-size: 46px;
    }
    .services_txt1{
        font-size: 22px;
    }
    .services a:hover .services_txt1{
        font-size: 26px;
    }
    .services a:hover .services_txt2{
        margin-top: 20px;
    }
    .services a:hover .services_txt3{
        margin-top: 35px;
    }
    .about_title{
        font-size: 140px;
    }
    .about_con_fl{
        padding: 0 59px;
        width: 47%;
    }
    .about_con_fr2{
        font-size: 22px;
        margin: 25px 0 15px 0;
    }
    .about_con_fr3 a .wz{
        font-size: 22px;
    }
    .home-about .index_title{
        font-size: 40px;
    }
    .cases_txt1{
        font-size: 32px;
    }
    .cases_txt2{
        font-size: 22px;
    }
    .news_fl_txt1_1_t{
        font-size: 22px;
    }
    .news_fr_txt1{
        font-size: 22px;
    }
    .icontact1_con_fl{
        font-size: 20px;
        padding: 42px 30px 42px 35px;
    }
    .icontact1_con_fl p{
        margin-bottom: 18px;
    }
    .iabout2_txt dl{
        margin-bottom: 10px;
    }
    .iabout2_txt dl dt{
        font-size: 34px;
        margin-bottom: 15px;
    }
    .iabout2_txt dl dd{
        font-size: 18px;
    }
    .show_title h3{
        font-size: 32px;
    }
    .show_lable_title{
        font-size: 32px;
    }
    .inews_date{
        width: 6.5%;
    }
    .inews_date p{
        font-size: 42px;
    }
    .inews_txt{
        width: 65%;
    }
    .inews_txt1{
        font-size: 22px;
    }
    .inews_txt2{
        margin: 20px 0;
    }
    .inews_con li a .tp{
        width: 23%;
    }
}

@media (min-width:1501px) and (max-width:1600px){
    .menupc li{
        margin: 0 25px;
    }
    .menupc li a{
        font-size: 18px;
    }
    .menupc .xiala li a{
        font-size: 16px;
    }
    .footer1_fr h2{
        font-size: 34px;
    }
    .message{
        padding: 47px 30px 49px 30px;
    }
    .message2s_fl{
        width: 77%;
    }
    .index_title{
        font-size: 44px;
    }
    .services_txt{
        padding: 24px 26px;
    }
    .services_txt1{
        font-size: 20px;
    }
    .services_txt1:after{
        margin: 20px auto 0 auto;
    }
    .services_txt2{
        height: 90px;
        font-size: 16px;
    }
    .services a:hover .services_txt{
        padding: 0 26px;
    }
    .services a:hover .services_txt1{
        font-size: 22px;
    }
    .services a:hover .services_txt2{
        margin-top: 20px;
        padding: 0 15px;
    }
    .services a:hover .services_txt3{
        margin-top: 20px;
    }
    .about_title{
        font-size: 130px;
    }
    .about_con_fl{
        padding: 0 49px;
        width: 48%;
    }
    .about_con_fr2{
        font-size: 20px;
        margin: 25px 0 15px 0;
    }
    .about_con_fr3 a .wz{
        font-size: 20px;
    }
    .home-about .index_title{
        font-size: 38px;
    }
    .cases a{
        padding: 33px 24px;
    }
    .cases_txt1{
        font-size: 30px;
    }
    .cases_txt2{
        font-size: 20px;
        margin: 20px 0;
    }
    .cases_txt3{
        font-size: 16px;
    }
    .news_fl_txt1_2{
        width: 15%;
    }
    .news_fl_txt1_1_t{
        font-size: 20px;
    }
    .news_fl_txt1_1_b{
        font-size: 16px;
    }
    .news_fr_txt1{
        font-size: 20px;
    }
    .news_fr_txt2{
        font-size: 18px;
    }
    .icontact1_con_fl{
        padding: 42px 25px 42px 30px;
        font-size: 18px;
    }
    .icontact1_con_fl p{
        margin-bottom: 16px;
    }
    .lx1 label{
        font-size: 22px;
    }
    .lx2_fl label{
        font-size: 22px;
    }
    .lx2_fr input{
        font-size: 22px;
    }
    .iabout1{
        margin: 40px 0 30px 0;
        font-size: 22px;
    }
    .iabout2_txt dl{
        margin-bottom: 30px;
    }
    .iabout2_txt dl dt{
        font-size: 30px;
        margin-bottom: 15px;
    }
    .iabout2_txt dl dd{
        font-size: 18px;
    }
    .iabout2_txt{
        padding: 30px 39px;
    }
    .iabout2_txts{
        display: block;
    }
    .show_title h3{
        font-size: 30px;
    }
    .show_lable_title{
        font-size: 30px;
    }
    .show_content{
        padding: 30px 0 70px 0;
    }
    .show_lable{
        margin-top: 50px;
    }
    .inews_date{
        width: 7%;
    }
    .inews_date p{
        font-size: 40px;
    }
    .inews_txt{
        width: 60%;
    }
    .inews_txt1{
        font-size: 20px;
    }
    .inews_txt2{
        margin: 20px 0;
    }
    .inews_con li a .tp{
        width: 26%;
    }
    .icase_txt{
        font-size: 22px;
    }
}

@media (min-width:1401px) and (max-width:1500px){
    .menupc li{
        margin: 0 25px;
    }
    .menupc li a{
        font-size: 17px;
    }
    .menupc .xiala li a{
        font-size: 15px;
    }
    .yx a{
        padding-top: 16px;
    }
    .yx img{
        height: 56px;
    }
    .footer1_fl ul li a{
        font-size: 22px;
    }
    .menulist ul li a{
        font-size: 18px;
    }
    .footer1_fr h2{
        font-size: 32px;
    }
    .message{
        padding: 47px 30px 49px 30px;
    }
    .message2s_fl{
        width: 77%;
    }
    .index_title{
        font-size: 42px;
    }
    .services_txt{
        padding: 24px 26px;
    }
    .services_txt1{
        font-size: 20px;
    }
    .services_txt1:after{
        margin: 20px auto 0 auto;
    }
    .services_txt2{
        height: 90px;
        font-size: 16px;
    }
    .services a:hover .services_txt{
        padding: 0 26px;
    }
    .services a:hover .services_txt1{
        font-size: 22px;
    }
    .services a:hover .services_txt2{
        margin-top: 20px;
        padding: 0 15px;
    }
    .services a:hover .services_txt3{
        margin-top: 20px;
    }
    .about_title{
        font-size: 120px;
    }
    .about_con{
        margin-top: -25px;
    }
    .about_con_fl{
        padding: 0 49px;
        width: 48%;
    }
    .about_con_fr2{
        font-size: 20px;
        margin: 25px 0 15px 0;
    }
    .about_con_fr3 a .wz{
        font-size: 20px;
    }
    .home-about .index_title{
        font-size: 36px;
    }
    .cases a{
        padding: 33px 24px;
    }
    .cases_txt1{
        font-size: 30px;
    }
    .cases_txt2{
        font-size: 20px;
        margin: 20px 0;
    }
    .cases_txt3{
        font-size: 16px;
    }
    .news_fl_txt1_2{
        width: 18%;
    }
    .news_fl_txt1_1_t{
        font-size: 20px;
    }
    .news_fl_txt1_1_b{
        font-size: 16px;
    }
    .news_fr_date{
        width: 12%;
    }
    .news_fr_txt{
        width: 49%;
    }
    .news_fr_txt1{
        font-size: 20px;
    }
    .news_fr_txt2{
        font-size: 18px;
    }
    .icontact1_con_fl{
        padding: 34px 20px 34px 25px;
        font-size: 18px;
    }
    .icontact1_con_fl p{
        margin-bottom: 10px;
    }
    .lx1 label{
        font-size: 20px;
    }
    .lx2_fl label{
        font-size: 20px;
    }
    .lx2_fr input{
        font-size: 20px;
    }
    .iculture_con_fl{
        font-size: 22px;
    }
    .iculture_con_fl ul{
        margin-top: 45px;
    }
    .iabout1{
        margin: 40px 0 30px 0;
        font-size: 22px;
    }
    .iabout2_txt dl{
        margin-bottom: 30px;
    }
    .iabout2_txt dl dt{
        font-size: 30px;
        margin-bottom: 15px;
    }
    .iabout2_txt dl dd{
        font-size: 18px;
    }
    .iabout2_txt{
        padding: 30px 39px;
    }
    .iabout2_txts{
        display: block;
    }
    .show_title h3{
        font-size: 28px;
    }
    .show_lable_title{
        font-size: 28px;
    }
    .show_content{
        padding: 30px 0 70px 0;
    }
    .show_lable{
        margin-top: 50px;
    }
    .inews_date{
        width: 7.5%;
    }
    .inews_date p{
        font-size: 40px;
    }
    .inews_txt{
        width: 60%;
    }
    .inews_txt1{
        font-size: 20px;
    }
    .inews_txt2{
        margin: 20px 0;
    }
    .inews_con li a .tp{
        width: 26%;
    }
    .icase_txt{
        font-size: 22px;
    }
}

@media (min-width:1280px) and (max-width:1400px){
    .container1{
        width:94%;
    }
    .menupc li{
        margin: 0 25px;
    }
    .menupc li a{
        font-size: 17px;
    }
    .menupc .xiala li a{
        font-size: 15px;
    }
    .yx a{
        padding-top: 19px;
    }
    .yx img{
        height: 50px;
    }
    .footer1_fl ul li a{
        font-size: 21px;
    }
    .menulist ul li a{
        font-size: 17px;
    }
    .footer1_fr h2{
        font-size: 30px;
    }
    .message{
        padding: 47px 30px 49px 30px;
    }
    .message1s input{
        font-size: 15px;
    }
    .message2s_fl{
        width: 77%;
    }
    .message2s_fl input{
        font-size: 15px;
    }
    .index_title{
        font-size: 42px;
    }
    .services_txt{
        padding: 24px 26px;
    }
    .services_txt1{
        font-size: 20px;
    }
    .services_txt1:after{
        margin: 20px auto 0 auto;
    }
    .services_txt2{
        height: 90px;
        font-size: 16px;
    }
    .services a:hover .services_txt{
        padding: 0 26px;
    }
    .services a:hover .services_txt1{
        font-size: 22px;
    }
    .services a:hover .services_txt2{
        margin-top: 20px;
        padding: 0 15px;
    }
    .services a:hover .services_txt3{
        margin-top: 20px;
    }
    .about_title{
        font-size: 100px;
    }
    .about_con{
        margin-top: -25px;
    }
    .about_con_fl{
        padding: 0 39px;
        width: 48%;
    }
    .about_con_fr2{
        font-size: 20px;
        margin: 25px 0 15px 0;
    }
    .about_con_fr3 a .wz{
        font-size: 20px;
    }
    .home-about .index_title{
        font-size: 34px;
    }
    .cases a{
        padding: 33px 24px;
    }
    .cases_txt1{
        font-size: 30px;
    }
    .cases_txt2{
        font-size: 20px;
        margin: 20px 0;
    }
    .cases_txt3{
        font-size: 16px;
    }
    .news_fl_txt1_2{
        width: 18%;
    }
    .news_fl_txt1_1_t{
        font-size: 20px;
    }
    .news_fl_txt1_1_b{
        font-size: 16px;
    }
    .news_fr_date{
        width: 12%;
    }
    .news_fr_txt{
        width: 49%;
    }
    .news_fr_txt1{
        font-size: 20px;
    }
    .news_fr_txt2{
        font-size: 18px;
    }
    .icontact1_con_fl{
        padding: 32px 20px 32px 25px;
        font-size: 18px;
    }
    .icontact1_con_fl p{
        margin-bottom: 5px;
    }
    .lx1 label{
        font-size: 20px;
    }
    .lx2_fl label{
        font-size: 20px;
    }
    .lx2_fr input{
        font-size: 20px;
    }
    .iculture_con_fl{
        font-size: 20px;
    }
    .iculture_con_fl ul{
        margin-top: 35px;
    }
    .iabout1{
        margin: 40px 0 30px 0;
        font-size: 20px;
    }
    .iabout2_txt dl{
        margin-bottom: 30px;
    }
    .iabout2_txt dl dt{
        font-size: 26px;
        margin-bottom: 15px;
    }
    .iabout2_txt dl dd{
        font-size: 16px;
    }
    .iabout2_txt{
        padding: 30px 25px;
    }
    .iabout2_txts{
        display: block;
    }
    .show_title h3{
        font-size: 26px;
    }
    .inewsshow_title p{
        font-size: 20px;
    }
    .show_lable_title{
        font-size: 26px;
    }
    .show_content{
        padding: 30px 0 70px 0;
    }
    .show_lable{
        margin-top: 50px;
    }
    .inews_date{
        width: 8.5%;
    }
    .inews_date p{
        font-size: 40px;
    }
    .inews_txt{
        width: 60%;
    }
    .inews_txt1{
        font-size: 20px;
    }
    .inews_txt2{
        margin: 20px 0;
    }
    .inews_con li a .tp{
        width: 25%;
    }
    .icase_txt{
        font-size: 20px;
    }
}

@media (min-width:1200px) and (max-width:1279px){
    .container1{
        width:96%;
    }
    .menupc li{
        margin: 0 22px;
    }
    .menupc li a{
        font-size: 16px;
    }
    .menupc .xiala li a{
        font-size: 14px;
    }
    .yx a{
        padding-top: 19px;
    }
    .yx img{
        height: 50px;
    }
    .footer1_fl ul li a{
        font-size: 20px;
    }
    .menulist ul li a{
        font-size: 16px;
    }
    .footer1_fr h2{
        font-size: 28px;
    }
    .message{
        padding: 47px 30px 49px 30px;
    }
    .message1s input{
        font-size: 14px;
    }
    .message2s_fl{
        width: 77%;
    }
    .message2s_fl input{
        font-size: 14px;
    }
    .index_title{
        font-size: 40px;
    }
    .services_txt{
        padding: 24px 26px;
    }
    .services_txt1{
        font-size: 20px;
    }
    .services_txt1:after{
        margin: 20px auto 0 auto;
    }
    .services_txt2{
        height: 90px;
        font-size: 16px;
    }
    .services a:hover .services_txt{
        padding: 0 26px;
    }
    .services a:hover .services_txt1{
        font-size: 22px;
    }
    .services a:hover .services_txt2{
        margin-top: 20px;
        padding: 0 15px;
    }
    .services a:hover .services_txt3{
        margin-top: 20px;
    }
    .about_title{
        font-size: 100px;
    }
    .about_con{
        margin-top: -25px;
    }
    .about_con_fl{
        padding: 0 39px;
        width: 48%;
    }
    .about_con_fr2{
        font-size: 20px;
        margin: 25px 0 15px 0;
    }
    .about_con_fr3 a .wz{
        font-size: 20px;
    }
    .home-about .index_title{
        font-size: 32px;
    }
    .cases a{
        padding: 33px 24px;
    }
    .cases_txt1{
        font-size: 30px;
    }
    .cases_txt2{
        font-size: 20px;
        margin: 20px 0;
    }
    .cases_txt3{
        font-size: 16px;
    }
    .news_fl_txt1_2{
        width: 18%;
    }
    .news_fl_txt1_1_t{
        font-size: 20px;
    }
    .news_fl_txt1_1_b{
        font-size: 16px;
    }
    .news_fr_date{
        width: 12%;
    }
    .news_fr_txt{
        width: 49%;
    }
    .news_fr_txt1{
        font-size: 20px;
    }
    .news_fr_txt2{
        font-size: 18px;
    }
    .icontact1_con_fl{
        padding: 32px 20px 32px 25px;
        font-size: 18px;
    }
    .icontact1_con_fl p{
        margin-bottom: 5px;
    }
    .lx1 label{
        font-size: 20px;
    }
    .lx2_fl label{
        font-size: 20px;
    }
    .lx2_fr input{
        font-size: 20px;
    }
    .iculture_con_fl{
        font-size: 20px;
    }
    .iculture_con_fl ul{
        margin-top: 35px;
    }
    .iabout1{
        margin: 40px 0 30px 0;
        font-size: 20px;
    }
    .iabout2_txt dl{
        margin-bottom: 30px;
    }
    .iabout2_txt dl dt{
        font-size: 26px;
        margin-bottom: 15px;
    }
    .iabout2_txt dl dd{
        font-size: 16px;
    }
    .iabout2_txt{
        padding: 30px 25px;
    }
    .iabout2_txts{
        display: block;
    }
    .show_title h3{
        font-size: 26px;
    }
    .inewsshow_title p{
        font-size: 20px;
    }
    .show_lable_title{
        font-size: 26px;
    }
    .show_content{
        padding: 30px 0 70px 0;
    }
    .show_lable{
        margin-top: 50px;
    }
    .inews_date{
        width: 8.5%;
    }
    .inews_date p{
        font-size: 40px;
    }
    .inews_txt{
        width: 60%;
    }
    .inews_txt1{
        font-size: 20px;
    }
    .inews_txt2{
        margin: 20px 0;
    }
    .inews_con li a .tp{
        width: 25%;
    }
    .icase_txt{
        font-size: 20px;
    }
}

@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;
    }
    .home-banner{
        padding-top: 60px;
    }
    .home-banner .swiper-pagination{
        right: 15px;
    }
    .home-banner .swiper-button-prev{
        left: 15px;
    }
    .home-banner .swiper-button-next{
        left: 61px;
    }
    .home-service{
        padding: 50px 0;
    }
    .index_title{
        font-size: 30px;
    }
    .service_con{
        margin: 35px 0;
    }
    .services_txt{
        padding: 23px 25px;
    }
    .services_txt1{
        font-size: 20px;
    }
    .services_txt1:after{
        display: none;
    }
    .services_txt2{
        display: none;
    }
    .services_txt3{
        display: none;
    }
    .services a:hover .services_txt{
        align-items: flex-start;
        justify-content: flex-start;
        padding: 23px 25px;
    }
    .services a:hover .services_txt:after{
        display: none;
    }
    .services a:hover .services_txt1{
        font-size: 20px;
        margin-top: 15px;
        text-align: left;
    }
    .services a:hover .services_txt1:after{
        opacity: 0;
    }
    .services a:hover .services_txt2{
        opacity: 0;
    }
    .services a:hover .services_txt3{
        opacity: 0;
    }
    .home-about{
        padding: 50px 0;
    }
    .about_title{
        font-size: 100px;
    }
    .about_con_fl{
        padding: 0 25px;
    }
    .about_con_fr{
        width: 52%;
    }
    .about_con_fr2{
        font-size: 18px;
        line-height: 30px;
        height: 150px;
        margin: 25px 0 15px 0;
    }
    .about_con_fr3 a{
        margin-right: 50px;
    }
    .about_con_fr3 a .tb{
        width: 70px;
        height: 81px;
        background-size: 70px 81px;
    }
    .about_con_fr3 a:nth-child(1) .tb img{
        max-width: 48px;
    }
    .about_con_fr3 a:nth-child(2) .tb img{
        max-width: 39px;
    }
    .about_con_fr3 a .wz{
        font-size: 18px;
    }
    .about_con{
        margin-top: -25px;
    }
    .home-case{
        padding: 50px 0;
    }
    .case_con{
        margin: 35px 0 30px 0;
        padding-bottom: 45px;
    }
    .home-news{
        padding: 50px 0;
    }
    .news_con{
        margin: 45px 0 35px 0;
    }
    .news_con_fl a{
        padding: 24px 22px;
    }
    .news_fl_txt{
        margin-top: 20px;
    }
    .news_fl_txt1_1_t{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .news_fl_txt1_1_b{
        font-size: 16px;
    }
    .news_fl_txt1_2{
        width: 20%;
    }
    .news_fl_txt2{
        margin-top: 25px;
    }
    .news_con_fr li a{
        padding: 15px 19px;
    }
    .news_fr_date{
        width: 14%;
    }
    .news_fr_txt{
        width: 42%;
    }
    .news_con_fr li a .tp{
        width: 35%;
    }
    .news_fr_txt1{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .news_fr_txt2{
        font-size: 16px;
    }
    .cases_txt1{
        font-size: 30px;
    }
    .cases_txt2{
        font-size: 18px;
        margin: 15px 0;
    }
    .cases_txt3{
        font-size: 16px;
    }
    .message_fl{
        width: 80%;
    }
    .message{
        padding: 45px 30px 47px 30px;
    }
    .message1s{
        width: 48%;
        margin-right: 4%;
    }
    .message1s:nth-child(3n){
        margin-right: 4%;
    }
    .message1s:nth-child(2n){
        margin-right: 0;
    }
    .message2s{
        width: 48%;
    }
    .message_fr{
        width: 18%;
    }
    .message_fr img{
        max-width: 100px;
    }
    .message1s input{
        font-size: 16px;
    }
    .message2s_fl input{
        font-size: 16px;
    }
    .message2s_fr input{
        font-size: 16px;
    }
    .footer1{
        padding: 50px 0 60px 0;
    }
    .footer1_fl ul li a{
        font-size: 20px;
    }
    .menulist ul li a{
        font-size: 16px;
    }
    .footer1_fr h2{
        font-size: 24px;
    }
    .footer2{
        padding: 25px 0;
    }
    .footer2 p{
        font-size: 16px;
    }
    .footer2 p a{
        font-size: 16px;
    }
    .inner-banner{
        padding-top: 60px;
    }
    .icontact1{
        margin-top: 50px;
    }
    .icontact1_con{
        margin-top: 35px;
        flex-direction: column;
    }
    .icontact1_con_fl{
        width: 100%;
        font-size: 20px;
    }
    .icontact1_con_fr{
        width: 100%;
    }
    .icontact1_con_fl p{
        margin-bottom: 15px;
    }
    .icontact2{
        margin: 50px 0;
    }
    .icontact2_con{
        margin-top: 35px;
    }
    .lx1 label{
        font-size: 20px;
    }
    .lx2_fl label{
        font-size: 20px;
    }
    .lx2_fr input{
        font-size: 20px;
    }
    .iculture{
        margin: 50px 0;
    }
    .iculture_con{
        margin-top: 35px;
    }
    .iculture_con_fl{
        font-size: 18px;
    }
    .iculture_con_fl ul{
        margin-top: 35px;
    }
    .iculture_con_fl li{
        margin-bottom: 15px;
    }
    .iabout{
        margin: 50px 0;
    }
    .iabout1{
        margin: 30px 0 20px 0;
        font-size: 20px;
    }
    .iabout2_txt dl{
        margin-bottom: 30px;
    }
    .iabout2_txt dl dt{
        font-size: 26px;
        margin-bottom: 15px;
    }
    .iabout2_txt dl dd{
        font-size: 16px;
    }
    .iabout2_txt{
        padding: 30px 25px;
    }
    .iabout2_txts{
        display: block;
        height: 100%;
    }
    .inewsshow{
        margin: 50px 0;
    }
    .show_title h3{
        font-size: 20px;
        margin-bottom: 15px;
        line-height: 30px;
    }
    .show_title span{
        font-size: 16px;
    }
    .show_content{
        font-size: 16px;
        padding: 25px 0 50px 0;
    }
    .inewsshow_fl{
        width: 70%;
    }
    .inewsshow_fr{
        width: 25%;
    }
    .inewsshow_title p{
        font-size: 20px;
    }
    .inewsshow_con_fr_info li{
        padding: 20px 0;
    }
    .inewsshow_fr1{
        font-size: 18px;
    }
    .inewsshow_fr2{
        font-size: 16px;
    }
    .show_back_fl li{
        font-size: 16px;
    }
    .show_back_fl li a{
        font-size: 16px;
    }
    .show_lable{
        margin-top: 35px;
    }
    .show_lable_title{
        font-size: 20px;
        padding-bottom: 15px;
    }
    .show_lable_con a{
        font-size: 16px;
    }
    .inews{
        margin: 50px 0 36px 0;
    }
    .inews_con{
        margin-top: 35px;
    }
    .inews_con li a{
        padding: 20px 22px 20px 30px;
    }
    .inews_date{
        width: 10%;
    }
    .inews_txt{
        width: 60%;
    }
    .inews_con li a .tp{
        width: 25%;
    }
    .inews_date p{
        font-size: 38px;
    }
    .inews_txt1{
        font-size: 20px;
    }
    .inews_txt2{
        font-size: 16px;
        margin: 20px 0;
    }
    .inews_txt3{
        width: 120px;
        height: 35px;
        font-size: 14px;
    }
    .icase{
        margin: 50px 0 44px 0;
    }
    .icase_con{
        margin: 35px 0;
    }
    .icase_txt{
        height: 50px;
        font-size: 20px;
    }
    .icaseshow{
        margin: 50px 0;
    }
    .icaseshow_con{
        margin: 35px 0 50px 0;
        font-size: 18px;
    }
    .iserviceshow_con{
        margin: 35px 0;
        font-size: 18px;
    }

}

@media(max-width:840px) {
    .footer1_fl{
        width: 70%;
    }
    .footer1_fr{
        width: 30%;
    }
    .footer1_fr h2{
        font-size: 22px;
    }
    .footer1_fl ul li a{
        font-size: 18px;
    }
    .menulist ul li a{
        font-size: 16px;
    }
    .index_title{
        font-size: 28px;
    }
    .cases a{
        padding: 33px 24px;
    }
    .news_fl_txt1_1{
        width: 68%;
    }
    .news_fl_txt1_2{
        width: 27%;
    }
    .news_fl_txt1_2 p{
        font-size: 30px;
    }
    .news_fr_date{
        width: 18%;
    }
    .news_fr_txt{
        width: 38%;
    }
    .news_con_fr li a .tp{
        width: 35%;
    }
    .news_fr_date p{
        font-size: 30px;
    }
    .news_fr_txt2{
        height: 60px;
    }
    .message_fl{
        width: 70%;
    }
    .message_fr{
        width: 28%;
    }
    .message1s{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .message1s:nth-child(3n){
        margin-right: 0;
    }
    .message1s:nth-child(4), .message1s:nth-child(5), .message1s:nth-child(6){
        margin-bottom: 20px;
    }
    .message2s{
        width: 100%;
    }
    .message_fr img{
        max-width: 126px;
    }
    .iabout2_txt dl dt{
        font-size: 22px;
    }
    .iabout2_txt dl dd{
        font-size: 16px;
    }
    .inewsshow_fl{
        width: 65%;
    }
    .inewsshow_fr{
        width: 30%;
    }
    .inews_date{
        width: 13%;
    }
    .inews_txt{
        width: 50%;
    }
    .inews_con li a .tp{
        width: 30%;
    }
    .inner_nav_fl ul li a{
        font-size: 16px;
    }
    .inner_nav .container1{
        flex-direction: column;
    }
    .inner_nav{
        height: auto;
    }
    .inner_nav_fl{
        width: 100%;
    }
    .inner_nav_fr{
        width: 100%;
        padding: 10px 0 10px 37px;
    }
    .icase_txt{
        font-size: 18px;
    }
}


@media(max-width:768px) {
    .index_title{
        font-size: 26px;
    }
    .icontact1_con_fl{
        font-size: 18px;
    }
    .lx1 label{
        font-size: 18px;
    }
    .lx2_fl label{
        font-size: 18px;
    }
    .lx2_fr input{
        font-size: 18px;
    }
    .iculture_con{
        flex-direction: column;
    }
    .iculture_con_fl{
        width: 100%;
    }
    .iculture_con_fr{
        width: 100%;
        margin-top: 20px;
    }
    .icaseshow_con{
        font-size: 16px;
    }
    .iserviceshow_con{
        font-size: 16px;
    }
}

@media(max-width:600px) {
    .icontact1{
        margin-top: 30px;
    }
    .icontact1_con{
        margin-top: 20px;
    }
    .index_title{
        font-size: 22px;
    }
    .icontact1_con_fl{
        font-size: 16px;
        padding: 20px 15px;
    }
    .icontact1_con_fl p{
        margin-bottom: 10px;
    }
    .icontact2{
        margin: 30px 0;
    }
    .icontact2_con{
        margin-top: 20px;
    }
    .lx1s{
        width: 100%;
        margin-bottom: 15px;
    }
    .lx1 label{
        font-size: 16px;
    }
    .lx1 input{
        font-size: 16px;
    }
    .lx1 select{
        font-size: 16px;
    }
    .lx1 textarea{
        height: 150px;
        font-size: 16px;
    }
    .lx2_fl label{
        font-size: 16px;
    }
    .lx2_fl input{
        font-size: 16px;
    }
    .lx2 {
        margin-top: 15px;
        flex-direction: column;
    }
    .lx2_fl{
        width: 100%;
    }
    .lx2_fr{
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }
    .footer1{
        padding: 30px 0;
    }
    .footer1 .container1{
        flex-direction: column;
    }
    .footer1_fl{
        width: 100%;
    }
    .footer1_fr{
        width: 100%;
        margin-top: 20px;
    }
    .menulist{
        display: none;
    }
    .footer1_fl ul{
        justify-content: center;
    }
    .footer1_fl ul li a{
        font-size: 16px;
        line-height: 30px;
    }
    .footer1_fl ul li{
        width: 33.3%;
        text-align: center;
        margin-right: 0;
    }
    .footer1_fr{
        text-align: left;
    }
    .footer1_fr h2{
        font-size: 20px;
        margin: 10px 0 20px 0;
    }
    .footer1_fr p{
        line-height: 30px;
    }
    .footer2{
        padding: 20px 0;
    }
    .footer2 p{
        font-size: 14px;
    }
    .footer2 p a{
        font-size: 14px;
    }
    .home-banner .swiper-button-next, .home-banner .swiper-button-prev{
        bottom: 15px;
    }
    .home-service{
        padding: 30px 0;
    }
    .service_con{
        margin: 20px 0;
    }
    .services_txt .pic{
        width: 45px;
        height: 48px;
    }
    .services_txt1{
        font-size: 18px;
    }
    .services_txt{
        padding: 20px 15px;
    }
    .services a:hover .services_txt1{
        font-size: 18px;
    }
    .services a:hover .services_txt{
        padding: 20px 15px;
    }
    .service_con .swiper-button-next1, .service_con .swiper-button-prev1{
        width: 19px;
        height: 35px;
        background-size: 19px 35px;
    }
    .index_more a{
        width: 140px;
        height: 40px;
        font-size: 15px;
    }
    .home-about{
        padding: 30px 0;
    }
    .about_title{
        font-size: 60px;
    }
    .about_con{
        margin-top: 20px;
        display: flex;
    }
    .about_con_fl{
        width: 100%;
    }
    .about_con_fr{
        width: 100%;
        margin-top: 20px;
    }
    .about_con_fr2{
        font-size: 16px;
        margin: 20px 0 10px 0;
    }
    .about_con_fr3{
        margin-bottom: 20px;
    }
    .about_con_fr3 a .wz{
        font-size: 16px;
    }
    .home-about .index_more a{
        margin: 0 auto;
    }
    .home-case{
        padding: 30px 0;
    }
    .case_con{
        margin: 20px 0 30px 0;
        padding-bottom: 35px;
    }
    .cases a{
        padding: 20px 15px;
    }
    .cases_txt1{
        font-size: 20px;
    }
    .home-news{
        padding: 30px 0;
    }
    .news_con{
        margin: 20px 0;
        flex-direction: column;
    }
    .news_con_fl{
        width: 100%;
    }
    .news_con_fr{
        width: 100%;
        margin-top: 20px;
    }
    .news_con_fl a{
        padding: 20px 15px;
    }
    .news_con_fr li a{
        padding: 15px;
    }
    .news_fr_date{
        width: 20%;
    }
    .news_fr_txt{
        width: 80%;
        padding: 0 0 0 25px;
    }
    .news_con_fr li a .tp{
        width: 100%;
        margin-top: 20px;
    }
    .message{
        flex-direction: column;
        padding: 20px 15px;
    }
    .message_fl{
        width: 100%;
    }
    .message_fr{
        width: 100%;
        margin-top: 20px;
        justify-content: center;
    }
    .iculture{
        margin: 30px 0;
    }
    .iculture_con{
        margin-top: 20px;
    }
    .iculture_con_fl ul{
        margin-top: 20px;
    }
    .iculture_con_fl li span{
        margin-right: 15px;
    }
    .iabout{
        margin: 30px 0;
    }
    .iabout1{
        font-size: 18px;
        margin: 15px 0 20px 0;
    }
    .iabout2 li .tp{
        width: 100%;
    }
    .iabout2_txt{
        width: 100%;
        position: inherit;
        padding: 20px 15px;
    }
    .iabout2 li:nth-child(odd) .tp{
        float: none;
    }
    .iabout2 li:nth-child(even) .tp{
        float: none;
    }
    .iabout2 li:nth-child(odd) .iabout2_txt{
        left: 0;
    }
    .iabout2_txt dl{
        margin-bottom: 20px;
    }
    .iabout2_txt dl dt{
        font-size: 18px;
    }
    .iabout2_txt dl dd{
        font-size: 14px;
        line-height: 25px;
    }
    .inewsshow{
        margin: 30px 0;
    }
    .inewsshow .container1{
        flex-direction: column;
    }
    .inewsshow_fl{
        width: 100%;
    }
    .inewsshow_fr{
        width: 100%;
        margin-top: 20px;
    }
    .show_content{
        padding: 25px 0;
    }
    .show_back{
        padding-top: 20px;
    }
    .show_back_fl{
        width: 65%;
    }
    .show_back_fr a{
        padding: 0 20px 0 25px;
    }
    .show_lable{
        margin-top: 25px;
    }
    .inews{
        margin: 30px 0 20px 0;
    }
    .inews_con{
        margin-top: 20px;
    }
    .inews_con li{
        margin-bottom: 20px;
    }
    .inews_con li a{
        padding: 20px 15px;
    }
    .inews_date{
        width: 25%;
    }
    .inews_txt{
        width: 75%;
        padding-left: 25px;
    }
    .inews_con li a .tp{
        margin-top: 20px;
        width: 100%;
    }
    .inews_date p{
        font-size: 28px;
    }
    .inews_txt1{
        font-size: 18px;
    }
    .inews_txt2{
        margin: 15px 0;
    }
    .inner_nav_fl ul{
        flex-wrap: wrap;
    }
    .inner_nav_fl ul li{
        width: 50%;
    }
    .inner_nav_fl ul li a{
        height: 50px;
        padding: 0 15px;
    }
    .icase{
        margin: 30px 0 20px 0;
    }
    .icase_con{
        margin: 20px 0;
    }
    .icase_con ul li{
        width: 48%;
        margin-right: 4%;
    }
    .icase_con ul li:nth-child(4n){
        margin-right: 4%;
    }
    .icase_con ul li:nth-child(2n){
        margin-right: 0;
    }
    .icase_txt{
        font-size: 16px;
    }
    .icaseshow{
        margin: 30px 0;
    }
    .icaseshow_con{
        margin: 20px 0;
    }
    .iserviceshow_con{
        margin: 20px 0;
    }
}


@media(max-width:414px) {

}

@media(max-width:375px) {

}

@media(max-width:320px) {

}














