﻿*, *: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, "microsoft yahei"
}
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, "microsoft yahei";
    font-size:14px;
    color:#666;
    line-height:1.5;
    width:100%;
    background:#fff;
    -webkit-tap-highlight-color:transparent;
    -webkit-text-size-adjust: none;
    overflow-x: hidden;
}
.fl {
    float:left;
}
.fr {
    float:right;
}
.pic{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.pic:after{
    content: '';
    display: block;
    padding-bottom: 100%;
}
.pic img{
    transition: .5s;
}
.middleCenter {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    max-width:100%;
    max-height:100%;
    display:block;
    vertical-align:middle;
    text-align:center;
    margin:auto
}
.tp{
    overflow: hidden;
}
.tp img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    transition: .5s;
}
.container1 {
    width: 1250px;
    margin: 0 auto;
}
header {
	width:100%;
	margin:0 auto;
    position: absolute;
    z-index: 999;
    top: 40px;
    transition: .5s;
}
header.navFix{
    position: fixed;
    top: 0;
}
header.navFix .dh_fl{
    width: 100%;
}
header.navFix .dh_fr{
    display: none;
}
header.navFix .daohang{
    height: 60px;
}
header.navFix .daohang:after{
    background: rgba(0,0,0,.70);
}
.daohang {
	display:flex;
	width:100%;
	margin:0 auto;
	height:80px;
	clear:both;
    position: relative;
    z-index: 99;
    transition: .5s;
}
.daohang:before{
    content: '';
    display: block;
    width: 30%;
    height: 100%;
    background: rgba(0,0,0,.70);
    flex: 1;
    
}
.daohang:after{
    content: '';
    display: block;
    width: 26%;
    height: 100%;
    
    background: rgba(0,0,0,.70);
    flex: 1;
    
}
.daohang .container1{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.dh_fl{
    
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(0,0,0,.70);
    height: 100%;
    width: 100%;
}
.dh_fl1{
    display: flex;
    align-items: center;
}
.meun-off{
    cursor: pointer;
    width: 22px;
    height: 22px;
    display: flex;
    flex-direction: column;
}
.meun-off span{
    width: 22px;
    height: 3px;
    background-color: #fff;
    display: block;
    margin: 2px auto;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.active #span2{
    opacity: 0;
    background-color: #1c73a3;
}
.active #span1{
    background-color: #1c73a3;
    -webkit-transform: translateY(5px) rotate(45deg);
    -ms-transform: translateY(5px) rotate(45deg);
    -o-transform: translateY(5px) rotate(45deg);
    transform: translateY(5px) rotate(45deg);
}
.active #span3{
    background-color: #1c73a3;
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
}
.web_title{
    margin: 0 45px 0 15px;
    line-height: 1;
}
.web_title a{
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1;
}
.web_index{
    font-size: 18px;
    font-weight: bold;
    color: #1c73a3;
    line-height: 1;
}
.dh_fl2{
    display: flex;
    align-items: center;
    padding-right: 28px;
}
.dh_fl2_tel{
    background: url("../image/li.png") no-repeat right center;
    padding-right: 22px;
    height: 18px;
}
.dh_fl2_search{
    position: relative;
    min-width: 35px;
    height: 32px;
}
.input1{
    width: 20px;
    height: 30px;
    color: #fff !important;
    line-height:30px;
    z-index: 10;
    font-size: 14px;
    border: 1px solid transparent;
    background-color: transparent;
    transition: .5s;
    padding: 0 35px 0 15px;
}
.search_ico,.search_btn  {
    width: 18px;
    height: 19px;
    position: absolute;
    right: 15px;
    top: 7px;
    line-height: 30px;
    cursor: pointer;
    background-color: transparent;
    z-index: 33;
}
.search_ico{
    background: url(../image/search.png) no-repeat center;
    z-index:90;
}
.dh_fl2_search:hover .input1{
    width: 233px;
    border: 1px solid #fff;
    border-radius: 25px;
    margin-left: 22px;
}
input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px white inset;
}

.dh_fr{
    width: 29.5%;
    
    background: rgba(0,0,0,.70);
    display: flex;
    align-items: center;
    height: 100%;
    display: none;
}
.dh_fr a{
    display: flex;
    align-items: center;
    transition: .5s;
    font-size: 24px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #FFFFFF;
}
.dh_fr a img {
    display: block;
	max-width:100%;
	height:auto;
    padding: 0 11px 0 18px;
}

.ohidden{
    overflow: hidden;
}
.ohidden .web_title a{
    color: #1c73a3;
}
.ohidden .web_index{
    color: #fff;
}
.hide-nav {
    top: 0;
    left: 0;
    z-index: 30;
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.9);
    background-size: cover;
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    overflow-y: hidden;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.hide-nav.active {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.hide-nav .container1{
    position: relative;
}
.hide-navs{
    width: 96%;
    position: absolute;
    left: 50%;
    top: 200px;
    transform: translate(-50%, 0);
}
.hide-navs dl{
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 55px;
}
.hide-navs dl:last-child{
    margin-bottom: 0;
}
.hide-navs dl dt{
    margin-right: 80px;
}
.hide-navs dl dt a{
    display: block;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #fff;
    line-height: 30px;
}
.hide-navs dl dt a:hover{
    color: #1c73a3;
}
.hide-navs dl dd{
    margin-right: 70px;
}
.hide-navs dl dd:last-child{
    margin-right: 0;
}
.hide-navs dl dd a{
    display: block;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #B9B9B9;
    line-height: 30px;
}
.hide-navs dl dd a:hover{
    color: #1c73a3;
}


.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 #1c73a3;
}
#mmenu li .home-search .btn-sub {
	top:0;
	border:0;
	right:0;
	color:#1c73a3;
	width:42px;
	height:34px;
	line-height:34px;
	text-align:center;
	position:absolute;
	cursor:pointer;
	border-radius:0;
	background:#1c73a3 url(../image/search3.png) no-repeat center center;
}
.container-fluid {
	margin-left:auto;
	margin-right:auto;
	padding:0 15px;
}



.home-banner {
    width:100%;
    margin: 0 auto;
    height: 100vh;
    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{
    width: 100%;
    height: 100vh;
}
.banners video{
    display: block;
    width: 100%;
    height: auto;
}
.pcban{
    display: block;
}
.mban{
    display: none;
}
.ban_txt{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
    color: #fff;
    z-index: 999;
    text-align: left;
}
.ban_txt1{
    font-size: 72px;
    font-weight: bold;
    line-height: 1;
}
.ban_txt2{
    margin-top: 35px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}
.ban_arrow{
    position: absolute;
    bottom: 49px;
    left: 0;
    width: 100%;
}
.ban_arrow .container1{
    position: relative;
}
.home-banner .swiper-button-next, .home-banner .swiper-button-prev{
    display: block;
    position: absolute;
    top: auto;
    bottom: 0;
    width: 42px;
    height: 42px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    outline: none;
    background: url("../image/ban_l.png") no-repeat left center;
    background-size: 100% !important;
}
.home-banner .swiper-button-prev{
    left: 0;
    right: auto;
}
.home-banner .swiper-button-next{
    left: 104px;
    right: auto;
    transform:rotateY(180deg);
}
#btn1{
    left: 52px;
    background: url("../image/start.png") no-repeat left center;
    position: absolute;
    z-index: 99;
    width: 42px;
    height: 42px;
    bottom: 0;
    background-size: 100% !important;
    cursor: pointer;
}
#btn1.active{
    background: url("../image/stop.png") no-repeat left center;
}

@media(max-width:1199px) {
    
    header{
        top: 0;
    }
    .daohang{
        height: 60px;
    }
    .daohang:before{
        width: 15px;
        position: absolute;
        left: 0;
    }
    .daohang:after{
        width: 15px;
        position: absolute;
        right: 0;
    }
    .web_index{
        display: none;
    }
    .dh_fl2{
        display: none;
    }
    .dh_fl{
        width: 76%;
    }
    .dh_fr{
        width: 18%;
    }
    .dh_fr a{
        font-size: 16px;
    }
    .dh_fr a img{
        padding: 0 0 0 10px;
    }
    .dh_fr a p{
        display: none;
    }
    header.navFix .dh_fl2{
        display: flex;
        padding-right: 0;
    }
    .dh_fl2_search:hover .input1{
        width: 150px;
    }
    .hide-navs{
        top: 80px;
    }
    .hide-navs dl{
        margin-bottom: 20px;
    }
    .hide-navs dl dt a{
        font-size: 20px;
    }
    .hide-navs dl dt{
        margin-right: 20px;
    }
    .hide-navs dl dd a{
        font-size: 16px;
    }
    .hide-navs dl dd{
        margin-right: 10px;
    }
    .banners video{
        height: 100vh;
        width: auto;
    }
}

footer{
    width: 100%;
    margin: 0 auto;
    background: #232323;
    position: relative;
    padding: 65px 0 60px 0;
}
.footer2{
    overflow: hidden;
}
.footer2 p{
    line-height: 25px;
    color: #B8B8B8;;
}
.footer2 p a{
    color: #B8B8B8;
}
.footer2 p a:hover{
    color: #fff;
}
.footer1{

}
.footer1_t{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.footer1_t_fl{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1;
}
.footer1_t_fr ul{
    display: flex;
    align-items: center;
}
.footer1_t_fr ul li{
    margin-left: 65px;
    background: url("../image/jt.png") no-repeat 6px 20px;;
    padding-left: 37px;
    background-size: 25px;
}
.footer1_t_fr ul li a{
    color: #fff;
}
.footer1_t_fr ul li a img{
    width: 50px;
}
.footer1_t_fr ul li:nth-of-type(2) a img{
    width: 40px;
}
.footer1_t_fr ul li a:hover{
    color: #3D93FF;
}
.weixin{
    position:relative;
}
.weixin::after{
    content: url(../image/ewm.jpg);
    position: absolute;
    right: -50px;
    top: 25px;
    z-index: 99;
    width:150px;
    height: 150px;
    border-radius: 4px;
    transform-origin: top center;
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.weixin:hover::after{
    transform:scale(1);
    opacity: 1;
}

.footer1_b{
    padding: 70px 0 75px 0;
}
.footer1_b ul{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.footer1_b ul li{
    width: 18.4%;
    margin-right: 2%;
    line-height: 30px;
}
.footer1_b ul li:last-child{
    margin-right: 0;
}
.footer1_b ul li a{
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    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%;
    padding: 0;
    margin: 0 0 10px 0;
    line-height: 30px;
}
.menulist ul li:last-child{
    margin-bottom: 0;
}
.menulist ul li a{
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    padding-left: 35px;
    background: url("../image/fjt.png") no-repeat left center;
}
.menulist ul li a:hover{
    color: #adadad;
    background: url("../image/fjt_h.png") no-repeat left center;
    background-size: 22px;
}

.home-about{
    width: 100%;
    margin: 50px auto 60px auto;
}
.about_info{
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #1c73a3;
    line-height: 37px;
    text-indent: 2rem;
    padding-top: 20px;
}
.about_con{
    margin-top: 40px;
}
.about_con ul{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.about_con ul li{
    width: 30.88%;
    margin-right: 3.68%;
}
.about_con ul li:last-child{
    margin-right: 0;
}
.about_con ul li a{
    display: block;
}
.about_txt{
    margin-top: 35px;
}
.about_txt1{
    font-size: 30px;
    font-weight: 300;
    color: #363636;
    line-height: 1;
}
.about_txt2{
    font-size: 18px;
    font-weight: 400;
    color: #5E5E5E;
    line-height: 36px;
    height: 108px;
    overflow: hidden;
    margin: 30px 0 45px 0;
}
.about_txt3{
    font-size: 18px;
    font-weight: 300;
    color: #1c73a3;
    background: url("../image/fjt_h.png") no-repeat left center;
    padding-left: 30px;
    line-height: 25px;
    background-size: 22px;
}
.about_con ul li a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.about_con ul li a:hover .about_txt1{
    color: #1c73a3;
}
.home-solution{
    width: 100%;
    margin: 0 auto;
    background: #D0E3EE;
    padding: 88px 0 80px 0;
}
.index_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index_title p{
    font-size: 50px;
    font-weight: 300;
    color: #000000;
    line-height: 1;
}
.index_title a{
    display: block;
    background: url("../image/fjt_h.png") no-repeat left center;
    padding-left: 30px;
    font-size: 18px;
    font-weight: 300;
    color: #1c73a3;
    line-height: 25px;
    background-size: 22px;
}
.index_title a:hover{
    text-decoration: underline;
}
.solution_con{
    margin-top: 70px;
    position: relative;
    padding-bottom: 68px;
}
.solution_con .swiper-slide{
    display: initial;
}
.solutions a{
    display:block;
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: .5s;
}
.solution_txt{
    text-align: left;
    padding: 38px 32px;
    background: #EDEDED;
}
.solution_txt1{
    font-size: 30px;
    font-weight: 300;
    color: #363636;
    line-height: 1;
    margin-bottom: 70px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.solution_txt2{
    background: url("../image/fjt_h.png") no-repeat left center;
    padding-left: 30px;
    font-size: 18px;
    font-weight: 300;
    color: #1c73a3;
    line-height: 25px;
    background-size: 22px;
}
.solutions a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.solutions a:hover .solution_txt1{
    color: #1c73a3;
}
.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;
}
.solution_con .swiper-pagination1{
    bottom: 0;
    right: 0;
    width: 100%;
}
.solution_con .swiper-pagination-bullet{
    width: 13px;
    height: 13px;
    background: #8A8A8A;
    opacity: 1;
    outline: none;
    margin: 0px 10px;
    border-radius: 50%;
}
.solution_con .swiper-pagination-bullet-active{
    background: #1c73a3;
}
.solution_con .swiper-button-next1, .solution_con .swiper-button-prev1{
    display: block;
    position: absolute;
    top: 50%;
    width: 39px;
    height: 65px;
    margin-top: 0;
    transform: translate(0, -50%);
    z-index: 10;
    cursor: pointer;
    outline: none;
    background: url("../image/arrow.png") no-repeat left center;
    background-size: 100%;
}
.solution_con .swiper-button-prev1{
    left: -76px;
    right: auto;
}
.solution_con .swiper-button-next1{
    right: -76px;
    left: auto;
    transform: translate(0, -50%) rotateY(180deg);
}
.home-news{
    width: 100%;
    margin: 52px auto;
    background: #D0E3EE;
    padding: 88px 0 80px 0;
}
.news_con{
    margin-top: 70px;
    position: relative;
    padding-bottom: 68px;
}
.news_con .swiper-slide{
    display: initial;
}
.news a{
    display:block;
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: .5s;
}
.news_txt{
    text-align: left;
    padding: 42px 28px;
    background: #fff;
}
.news_txt1{
    font-size: 18px;
    font-weight: 400;
    color: #8A8B8B;
    line-height: 1;
}
.news_txt2{
    font-size: 30px;
    font-weight: 300;
    color: #363636;
    line-height: 48px;
    height: 96px;
    overflow: hidden;
    margin: 30px 0 35px 0;
}
.news_txt3{
    background: url("../image/fjt_h.png") no-repeat left center;
    padding-left: 30px;
    font-size: 18px;
    font-weight: 300;
    color: #1c73a3;
    line-height: 25px;
    background-size: 22px;
}
.news a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.news a:hover .news_txt2{
    color: #1c73a3;
}
.swiper-pagination2{
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.news_con .swiper-pagination2{
    bottom: 0;
    right: 0;
    width: 100%;
}
.news_con .swiper-pagination-bullet{
    width: 13px;
    height: 13px;
    background: #8A8A8A;
    opacity: 1;
    outline: none;
    margin: 0px 10px;
    border-radius: 50%;
}
.news_con .swiper-pagination-bullet-active{
    background: #1c73a3;
}
.news_con .swiper-button-next2, .news_con .swiper-button-prev2{
    display: block;
    position: absolute;
    top: 50%;
    width: 39px;
    height: 65px;
    margin-top: 0;
    transform: translate(0, -50%);
    z-index: 10;
    cursor: pointer;
    outline: none;
    background: url("../image/arrow.png") no-repeat left center;
    background-size: 100%;
}
.news_con .swiper-button-prev2{
    left: -76px;
    right: auto;
}
.news_con .swiper-button-next2{
    right: -76px;
    left: auto;
    transform: translate(0, -50%) rotateY(180deg);
}


.inner-banner{
    width: 100%;
    margin: 0 auto;
}
.inner-banner img{
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}
.inner-location{
    margin-top: -67px;
}
.inner-location .container1{
    height: 67px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
}
.inner-location .container1 p{
    padding: 0 30px;
    font-size: 16px;
    color: #5E5E5E;
    line-height: 25px;
    display: flex;
    align-items: center;
}
.inner-location .container1 p img{
    margin: 0 15px 0 18px;
}
.inner-location .container1 p a{
    color: #1c73a3;
}
.inner-main{
    width: 100%;
    margin: 65px auto 90px auto;
}
.inner_title{
    font-size: 48px;
    font-weight: 300;
    color: #212121;
    line-height: 1;
}
.inner_info{
    font-size: 18px;
    font-weight: 400;
    color: #5E5E5E;
    line-height: 36px;
    margin: 40px 0 80px 0;
}



.common .inner-location{
    margin-top: 120px;
}
.common .inner-location p{
    padding: 0;
}
.icompany_info{
    margin: 30px 0 140px 0;
    font-size: 18px;
    font-weight: 400;
    color: #5E5E5E;
    line-height: 36px;
}


.iculture_info{
    margin: 40px 0 105px 0;
    font-size: 18px;
    font-weight: 400;
    color: #5E5E5E;
    line-height: 36px;
}


.iteam_info{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0 105px 0;
    font-size: 18px;
    font-weight: 400;
    color: #5E5E5E;
    line-height: 36px;
}
.iteam_info_fl{
    width: 51%;
}
.iteam_info_fr{
    width: 42%;
}


.common_con ul{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.common_con ul li{
    width: 48%;
    margin-right: 4%;
}
.common_con ul li:nth-child(2n){
    margin-right: 0;
}
.common_con ul li a{
    display: block;
}
.common_con ul li a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.common_con ul li a:hover .about_txt1{
    color: #1c73a3;
}


.icontactus_info{
    margin: 87px 0 97px 0;
}
.icontactus_info1{
    margin-bottom: 80px;
    overflow: hidden;
}
.icontactus_info1 ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.icontactus_info1 ul li{
    width: 33.3%;
    background: url("../image/cli.jpg") no-repeat right center;
}
.icontactus_info1 ul li:last-child{
    background: none;
}
.icontactus_info1 ul li .tp{
    width: 56px;
    height: 56px;
    margin: 0 auto;
}
.contactus_txt{
    margin-top: 35px;
    text-align: center;
}
.contactus_txt h3{
    font-size: 18px;
    color: #333;
    font-weight: 400;
    line-height: 1;
}
.contactus_txt p{
    margin-top: 15px;
    font-size: 24px;
    color: #838383;
    font-weight: 400;
    line-height: 1;
}
.icontactus_info1 ul li:hover .tp img{
    transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    -webkit-transform:rotateY(180deg);
}


.ifeedback_info{
    margin: 50px 0 120px 0;
}
.ifeedback_info h3{
    font-size: 24px;
    font-weight: 300;
    color: #525252;
    line-height: 48px;
    margin-bottom: 70px;
}
.lxform{

}
.lx1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.lx1s{
    width: 48.5%;
    margin-bottom: 40px;
}
.lx1 label{
    display: block;
    font-size: 18px;
    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;
    font-size: 18px;
    color: #525252;
}
.lx1 textarea{
    width: 100%;
    height: 240px;
    line-height: 30px;
    font-size: 18px;
    background-color: #f2f2f2;
    border: none;
    padding: 15px;
    resize: none;
    color: #525252;
}
.lx1 select{
    width: 100%;
    height: 46px;
    line-height: 46px;
    border: none;
    color: #525252;
    padding: 0 15px;
    font-size: 18px;
    background: #f2f2f2 url("../image/lyjt.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: 18px;
    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;
    color: #525252;
}
.lx2_fl a{
    width: 25%;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 46px;
}
.lx2_fl a img{
    width: auto;
    height: 44px;
    border: 1px solid #DCDCDC;
}
.lx2_fr{
    width: 49%;
    text-align: right;
}
.lx2_fr input{
    width: 156px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    border: none;
    background-color: #1c73a3;
    color: #fff;
}


.iidea_info{
    margin: 40px 0 80px 0;
    font-size: 18px;
    font-weight: 400;
    color: #5E5E5E;
    line-height: 36px;
}


.show_date{
    font-size: 16px;
    font-weight: 400;
    color: #5E5E5E;
    line-height: 1;
    margin-bottom: 35px;
}
.show_content{
    font-size: 18px;
    font-weight: 400;
    color: #5E5E5E;
    line-height: 36px;
    padding: 55px 0 105px 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: #1c73a3;
}
.show_back_fr{
    overflow:hidden;
}
.show_back_fr a{
    display:flex;
    align-items: center;
    height: 41px;
    line-height:41px;
    background: #1c73a3;
    border-radius: 21px;
    color:#fff;
    padding: 0 28px 0 35px;
}
.show_back_fr a img{
    padding-left: 35px;
}


.ijob_search{
    margin: 65px 0 90px 0;
}
.ijob_search_form{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.ijob_searchs{
    width: 48.5%;
}
.ijob_search_fl select{
    width: 100%;
    height: 52px;
    line-height: 50px;
    border: 1px solid #999999;
    padding: 0 20px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #5E5E5E;
    background: #fff url("../image/jt1.png") no-repeat right center;
}
.ijob_search_fr{
    position: relative;
}
.ijob_search_fr .ss1{
    width: 100%;
    height: 52px;
    line-height: 50px;
    border: 1px solid #999999;
    padding: 0 20px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #5E5E5E;
}
.ijob_search_fr .ss2{
    background: url("../image/search1.png") no-repeat center;
    width: 21px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 14px;
    text-indent: -999px;
}
.ijob_con{
    margin-bottom: 20px;
}
.ijob_con_t{
    font-size: 22px;
    font-weight: bold;
    color: #2F2F2F;
    line-height: 1;
}
.ijob_con_b {
    margin: 20px 0;
}
.ijob_con_b li{
    border-top: 1px solid #ADADAD;
    padding: 42px 0;
    overflow: hidden;
}
.ijob_con_b li a{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.ijob_date{
    width: 15%;
    font-size: 20px;
    font-family: Arial;
    font-weight: 400;
    color: #5E5E5E;
    line-height: 30px;
}
.ijob_txt{
    width: 75%;
}
.ijob_txt1{
    font-size: 24px;
    font-weight: 400;
    color: #1c73a3;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ijob_txt2{
    margin: 25px 0 15px 0
}
.ijob_txt2 dl dd{
    font-size: 18px;
    font-weight: 400;
    color: #5E5E5E;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}
.ijob_txt3{
    font-size: 18px;
    font-weight: 300;
    color: #1c73a3;
    background: url(../image/fjt_h.png) no-repeat left center;
    padding-left: 30px;
    line-height: 25px;
    background-size: 22px;
}



.pagination{
    text-align:center;
    color:#666;
    clear:both;
}
.pagination a{
    display:inline-block ;
    color: #666;
    text-align: center;
    text-transform: capitalize;
    padding:0px 16px;
    line-height: 40px;
    margin:0px 1px 10px 1px;
    border: 1px solid #E4E4E4;
    border-radius: 20px;
}
.pagination a:hover{
    color:#fff;
    background-color:#1c73a3;
    border: 1px solid #1c73a3;
}
.pagination a.active {
    color:#fff;
    background-color: #1c73a3;
    border: 1px solid #1c73a3;
}


.ijob_search_fl input{
    width: 100%;
    height: 52px;
    line-height: 50px;
    border: 1px solid #999999;
    padding: 0 20px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #5E5E5E;
    border-radius: 0;
}
.inews_con_b{
    margin: 20px 0;
}
.inews_con_b ul li{
    border-top: 1px solid #ADADAD;
    padding: 31px 0 42px 0;
    overflow: hidden;
}
.inews_con_b ul li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}
.inews_con_b ul li a .tp{
    width: 22%;
}
.inews_txt{
    width: 75%;
}
.inews_txt1{
    font-weight: 400;
    color: #5E5E5E;
    line-height: 1;
    margin-bottom: 10px;
}
.inews_txt2{
    font-size: 24px;
    font-weight: 300;
    color: #2B2B2B;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inews_txt3{
    margin: 25px 0 20px 0;
    font-size: 18px;
    font-weight: 400;
    color: #5E5E5E;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}
.inews_txt4{
    font-size: 18px;
    font-weight: 300;
    color: #1c73a3;
    background: url(../image/fjt_h.png) no-repeat left center;
    padding-left: 30px;
    line-height: 25px;
    background-size: 22px;
}
.inews_con_b ul li a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.inews_con_b ul li a:hover .inews_txt2{
    color: #1c73a3;
}


.isolution{
    margin: 65px auto 35px auto;
}
.isolution .common_con ul li{
    margin-bottom: 55px;
}
.isolution .common_con ul li a .tp{
    border: 1px solid #E7E7E7;
}


.isolutionshow_title{
    font-size: 30px;
    font-weight: 400;
    color: #1c73a3;
    line-height: 1;
}
.isolutionshow4_con{
    margin-top: 55px;
    position: relative;
}
.isolutionshow4_con .swiper-slide{
    display: initial;
}
.isolutionshow4_con .swiper-container{
    width: 90%;
}

.solutionshows:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.isolutionshow4_con .swiper-button-next3, .isolutionshow4_con .swiper-button-prev3{
    display: block;
    position: absolute;
    top: 50%;
    width: 28px;
    height: 47px;
    margin-top: 0;
    transform: translate(0, -50%);
    z-index: 10;
    cursor: pointer;
    outline: none;
    background: url("../image/cjt.png") no-repeat left center;
    background-size: 100%;
}
.isolutionshow4_con .swiper-button-prev3{
    left: 0;
    right: auto;
}
.isolutionshow4_con .swiper-button-next3{
    right: 0;
    left: auto;
    transform: translate(0, -50%) rotateY(180deg);
}
.isolutionshow3{
    margin: 65px 0 70px 0;
}
.isolutionshow3_con{
    margin-top: 49px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 400;
    color: #5E5E5E;
    line-height: 36px;
}
.isolutionshow3_con .tp{
    width: 46%;
}
.isolutionshow3_con_txt{
    width: 49%;
}
.isolutionshow2_con{
    margin-top: 49px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 400;
    color: #5E5E5E;
    line-height: 36px;
    background: #D1E3EF;
    border: 1px solid #D1E3EF;
}
.isolutionshow2_con_txt{
    width: 50%;
    display: flex;
    align-items: center;
    padding: 20px 4.5%;
}
.isolutionshow2_con .tp{
    width: 50%;
}
.isolutionshow1{
    margin: 55px 0 70px 0;
}
.isolutionshow1_con{
    font-size: 18px;
    font-weight: 400;
    color: #5E5E5E;
    line-height: 36px;
}
.isolutionshow1_con1{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.isolutionshow1_con_txt{
    width: 55%;
}
.isolutionshow1_con1 .tp{
    width: 30%;
}
.isolutionshow1_con2{
    margin: 70px 0 35px 0;
}
.isolutionshow1_con2 table {
    border:1px solid #DCDCDC;
    border-collapse:collapse;
}
.isolutionshow1_con2 tr,.isolutionshow1_con2 td{
    border:1px solid #DCDCDC;
    padding: 7px 10px;
}
.isolutionshow1_con2 thead tr{
    background: #1c73a3;
    border: 1px solid #28678A;
    color: #fff;
    font-size: 26px;
}
.isolutionshow1_con2 thead tr,.isolutionshow1_con2 thead td{
    padding: 12px;
}
.isolutionshow1_con2 tbody tr td{
    font-size: 18px;
    color: #5E5E5E;
}
.isolutionshow1_con2 tbody tr:nth-child(odd){
    background: #fff;
}
.isolutionshow1_con2 tbody tr:nth-child(even){
    background: #F6F6F6;
}

.ijob_search_fl .el-date-editor.el-input, .ijob_search_fl .el-date-editor.el-input__inner{
    width: 100%;
}
.ijob_search_fl input::-webkit-input-placeholder {
    color: #5E5E5E;
}
.ijob_search_fl input:-moz-placeholder {
    color: #5E5E5E;
}
.ijob_search_fl input::-moz-placeholder {
    color: #5E5E5E;
}
.ijob_search_fl input:-ms-input-placeholder{
    color: #5E5E5E;
}
.ijob_search_fl .el-input__icon{
    color: #5E5E5E;
}
.ijob_search_fl .el-input__prefix{
    left: 15px;
}
.ijob_search_fl .el-input--prefix .el-input__inner{
    padding-left: 50px;
}
.ijob_search_fl .el-select{
    width: 100%;
}
.ijob_search_fl .el-select .el-input .el-select__caret{
    font-size: 24px;
    color: #adadad;
}


@media (min-width:1401px) and (max-width:1500px){
    .news_con .swiper-button-prev2{
        left: -66px;
    }
    .news_con .swiper-button-next2{
        right: -66px;
    }
    .solution_con .swiper-button-prev1{
        left: -66px;
    }
    .solution_con .swiper-button-next1{
        right: -66px;
    }
}
@media (min-width:1280px) and (max-width:1400px){
    .container1{
        width:92%;
    }
    .dh_fr a{
        font-size: 21px;
    }
    .about_info{
        font-size: 26px;
        line-height: 40px;
    }
    .about_txt1{
        font-size: 26px;
    }
    .index_title p{
        font-size: 36px;
    }
    .solution_txt1{
        font-size: 26px;
        margin-bottom: 35px;
    }
    .solution_con .swiper-container{
        width: 92%;
    }
    .solution_con .swiper-button-next1, .solution_con .swiper-button-prev1{
        width: 33px;
        height: 55px;
    }
    .solution_con .swiper-button-prev1{
        left: 0;
    }
    .solution_con .swiper-button-next1{
        right: 0;
    }
    .news_txt2{
        font-size: 26px;
    }
    .news_con .swiper-container{
        width: 92%;
    }
    .news_con .swiper-button-next2, .news_con .swiper-button-prev2{
        width: 33px;
        height: 55px;
    }
    .news_con .swiper-button-prev2{
        left: 0;
    }
    .news_con .swiper-button-next2{
        right: 0;
    }
    .inner_title{
        font-size: 40px;
    }
}

@media (min-width:1200px) and (max-width:1279px){
    .container1{
        width:96%;
    }
    .dh_fr a{
        font-size: 20px;
    }
    .about_info{
        font-size: 26px;
        line-height: 40px;
    }
    .about_txt1{
        font-size: 26px;
    }
    .index_title p{
        font-size: 36px;
    }
    .solution_txt1{
        font-size: 26px;
        margin-bottom: 35px;
    }
    .solution_con .swiper-container{
        width: 92%;
    }
    .solution_con .swiper-button-next1, .solution_con .swiper-button-prev1{
        width: 30px;
        height: 50px;
    }
    .solution_con .swiper-button-prev1{
        left: 0;
    }
    .solution_con .swiper-button-next1{
        right: 0;
    }
    .news_txt2{
        font-size: 26px;
    }
    .news_con .swiper-container{
        width: 92%;
    }
    .news_con .swiper-button-next2, .news_con .swiper-button-prev2{
        width: 30px;
        height: 50px;
    }
    .news_con .swiper-button-prev2{
        left: 0;
    }
    .news_con .swiper-button-next2{
        right: 0;
    }
    .inner_title{
        font-size: 38px;
    }
}

@media(max-width:1199px) {
    .container1{
        width:100%;
        margin:0 auto;
        padding-left:15px;
        padding-right:15px;
    }
    .show_content img{
        display:block;
        max-width:100%;
        height:auto;
        margin: auto;
    }
    .ban_txt1{
        font-size: 60px;
    }
   
    .home-about{
        margin: 50px 0 40px auto;
    }
    .about_info{
        font-size: 24px;
        line-height: 38px;
    }
    .about_txt1{
        font-size: 24px;
    }
    .about_txt2{
        font-size: 16px;
        line-height: 30px;
        height: 90px;
        margin: 20px 0 35px 0;
    }
    .about_txt3{
        font-size: 16px;
    }
    .home-solution{
        padding: 50px 0 42px 0;
    }
    .index_title p{
        font-size: 30px;
    }
    .index_title a{
        font-size: 16px;
    }
    .solution_con{
        margin-top: 35px;
        padding-bottom: 50px;
    }
    .solution_con .swiper-container{
        width: 90%;
    }
    .solution_txt{
        padding: 30px 15px;
    }
    .solution_txt1{
        font-size: 24px;
        margin-bottom: 35px;
    }
    .solution_txt2{
        font-size: 16px;
    }
    .solution_con .swiper-button-next1, .solution_con .swiper-button-prev1{
        width: 30px;
        height: 50px;
    }
    .solution_con .swiper-button-prev1{
        left: 0;
    }
    .solution_con .swiper-button-next1{
        right: 0;
    }
    .home-news{
        padding: 50px 0 42px 0;
    }
    .news_con{
        margin-top: 35px;
        padding-bottom: 50px;
    }
    .news_con .swiper-container{
        width: 90%;
    }
    .news_txt{
        padding: 30px 15px;
    }
    .news_txt1{
        font-size: 16px;
    }
    .news_txt2{
        font-size: 24px;
        line-height: 38px;
        height: 76px;
        margin: 20px 0 25px 0;
    }
    .news_txt3{
        font-size: 16px;
    }
    .news_con .swiper-button-next2, .news_con .swiper-button-prev2{
        width: 30px;
        height: 50px;
    }
    .news_con .swiper-button-prev2{
        left: 0;
    }
    .news_con .swiper-button-next2{
        right: 0;
    }
    footer{
        padding: 50px 0 45px 0;
    }
    .footer1_b{
        padding: 40px 0 45px 0;
    }
    .inner-location{
        margin-top: 0;
    }
    .inner-location .container1 p{
        padding: 0;
    }
    .inner-main{
        margin: 30px auto 50px auto;
    }
    .inner_title{
        font-size: 38px;
    }
    .inner_info{
        font-size: 16px;
        line-height: 30px;
        margin: 25px 0 50px 0;
    }
    .common .inner-location{
        margin-top: 60px;
    }
    .icompany_info{
        margin: 25px 0 50px 0;
        font-size: 16px;
        line-height: 30px;
    }
    .iculture_info{
        margin: 25px 0 50px 0;
        font-size: 16px;
        line-height: 30px;
    }
    .iteam_info{
        margin: 25px 0 50px 0;
        font-size: 16px;
        line-height: 30px;
    }
    .iteam_info_fr{
        width: 46%;
    }
    .icontactus_info{
        margin: 50px 0 60px 0;
    }
    .icontactus_info1{
        margin-bottom: 40px;
    }
    .contactus_txt h3{
        font-size: 16px;
    }
    .contactus_txt p{
        font-size: 20px;
    }
    .ifeedback_info{
        margin: 50px 0;
    }
    .ifeedback_info h3{
        font-size: 20px;
        line-height: 35px;
        margin-bottom: 35px;
    }
    .iidea_info{
        margin: 25px 0 50px 0;
        font-size: 16px;
        line-height: 30px;
    }
    .show_date{
        margin-bottom: 15px;
    }
    .show_content{
        font-size: 16px;
        line-height: 30px;
        padding: 25px 0 50px 0;
    }
    .show_back_fl li{
        font-size: 16px;
        line-height: 30px;
    }
    .show_back_fl li a{
        font-size: 16px;
    }
    .show_back_fr a img{
        padding-left: 15px;
    }
    .ijob_search{
        margin: 25px 0 50px 0;
    }
    .ijob_con_t{
        font-size: 20px;
    }
    .ijob_date{
        font-size: 18px;
    }
    .ijob_txt1{
        font-size: 20px;
    }
    .ijob_txt2 dl dd{
        font-size: 16px;
    }
    .ijob_txt3{
        font-size: 16px;
    }
    .inews_con_b ul li a .tp{
        width: 25%;
    }
    .inews_txt{
        width: 72%;
    }
    .inews_txt2{
        font-size: 20px;
    }
    .inews_txt3{
        font-size: 16px;
    }
    .inews_txt4{
        font-size: 16px;
    }
    .isolution{
        margin: 30px auto 15px auto;
    }
    .isolution .common_con ul li{
        margin-bottom: 35px;
    }
    .isolutionshow1{
        margin: 35px 0 50px 0;
    }
    .isolutionshow1_con{
        font-size: 16px;
        line-height: 30px;
    }
    .isolutionshow_title{
        font-size: 24px;
    }
    .isolutionshow1_con1 .tp{
        width: 33%;
    }
    .isolutionshow1_con2{
        margin: 35px 0 20px 0;
    }
    .isolutionshow1_con2 thead tr{
        font-size: 20px;
    }
    .isolutionshow1_con2 tbody tr td{
        font-size: 16px;
    }
    .isolutionshow2_con{
        margin-top: 35px;
        font-size: 16px;
        line-height: 30px;
    }
    .isolutionshow3{
        margin: 50px 0 55px 0;
    }
    .isolutionshow3_con{
        margin-top: 35px;
        font-size: 16px;
        line-height: 30px;
    }
    .isolutionshow4_con{
        margin-top: 35px;
    }
    .ban_arrow{
        bottom: 25px;
    }
    .home-banner .swiper-button-prev{
        left: 15px;
    }
    .home-banner .swiper-button-next{
        left: 95px;
    }
    #btn1{
        left: 55px;
        width: 30px;
        height: 30px;
    }
    .home-banner .swiper-button-next, .home-banner .swiper-button-prev{
        width: 30px;
        height: 30px;
    }

}

@media(max-width:820px) {
    .about_info {
        font-size: 20px;
        line-height: 32px;
    }
    .about_txt1{
        font-size: 20px;
    }
    .index_title p{
        font-size: 24px;
    }
    .solution_txt1{
        font-size: 20px;
    }
    .news_txt2{
        font-size: 20px;
        line-height: 32px;
        height: 64px;
    }
    .inner_title{
        font-size: 28px;
    }
    .iteam_info{
        flex-direction: column;
    }
    .iteam_info_fl{
        width: 100%;
    }
    .iteam_info_fr{
        width: 100%;
        margin-top: 20px;
    }
    .inews_con_b ul li a .tp{
        width: 35%;
    }
    .inews_txt{
        width: 62%;
    }
    .isolutionshow_title{
        font-size: 22px;
    }
    .isolutionshow1_con{
        margin-top: 15px;
    }
    .isolutionshow1_con1 .tp{
        width: 40%;
    }
    .ban_txt1{
        font-size: 50px;
    }
}


@media(max-width:768px) {
    .inner_title{
        font-size: 24px;
    }
    .contactus_txt p{
        font-size: 18px;
    }
}

@media(max-width:600px) {
    .ban_arrow{
        bottom: 15px;
    }
    .home-about{
        margin: 30px 0;
    }
    .about_info{
        font-size: 18px;
        line-height: 28px;
    }
    .about_con{
        margin-top: 20px;
    }
    .about_txt{
        margin-top: 20px;
    }
    .about_txt1{
        font-size: 18px;
    }
    .about_txt2{
        margin: 10px 0 15px 0;
    }
    .home-solution{
        padding: 30px 0;
    }
    .home-news{
        padding: 30px 0;
    }
    .index_title p{
        font-size: 20px;
    }
    .index_title a{
        font-size: 14px;
    }
    .solution_con{
        margin-top: 20px;
        padding-bottom: 40px;
    }
    .solution_txt{
        padding: 20px 15px;
    }
    .solution_txt1{
        font-size: 18px;
        margin-bottom: 25px;
    }
    .solution_con .swiper-container{
        width: 80%;
    }
    .solution_con .swiper-button-next1, .solution_con .swiper-button-prev1{
        width: 25px;
        height: 42px;
    }
    .home-news{
        margin: 30px 0;
        padding: 30px 0;
    }
    .news_con{
        margin-top: 20px;
        padding-bottom: 40px;
    }
    .news_con .swiper-container{
        width: 80%;
    }
    .news_txt{
        padding: 20px 15px;
    }
    .news_txt2{
        font-size: 18px;
        margin: 10px 0 15px 0;
    }
    .news_con .swiper-button-next2, .news_con .swiper-button-prev2{
        width: 25px;
        height: 42px;
    }
    footer{
        padding: 30px 0;
    }
    .footer1_t_fr ul li{
        margin-left: 25px;
    }
    .footer1_b{
        padding: 20px 0;
    }
    .footer1_b ul li a{
        font-size: 15px;
    }
    .menulist{
        display: none;
    }
    .footer2 p{
        text-align: center;
    }
    .inner-main{
        margin: 0 auto 30px auto;
    }
    .inner_title{
        font-size: 20px;
    }
    .inner_info{
        margin: 20px 0;
    }
    .icompany_info{
        margin: 20px 0;
    }
    .iculture_info{
        margin: 20px 0;
    }
    .iteam_info{
        margin: 20px 0;
    }
    .icontactus_info{
        margin: 20px 0 30px 0;
    }
    .icontactus_info1{
        margin-bottom: 10px;
    }
    .icontactus_info1 ul{
        flex-direction: column;
    }
    .icontactus_info1 ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        background: none;
    }
    .contactus_txt{
        margin-top: 15px;
    }
    .contactus_txt p{
        margin-top: 10px;
    }
    .ifeedback_info{
        margin: 20px 0 30px 0;
    }
    .ifeedback_info h3{
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .ifeedback_info h3 br{
        display: none;
    }
    .lx1{
        flex-direction: column;
    }
    .lx1s{
        width: 100%;
        margin-bottom: 20px;
    }
    .lx1 label{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .lx1 input{
        font-size: 16px;
    }
    .lx1 select{
        font-size: 16px;
    }
    .lx1 textarea{
        font-size: 16px;
        height: 150px;
    }
    .lx2{
        margin-top: 20px;
        flex-direction: column;
    }
    .lx2_fl{
        width: 100%;
    }
    .lx2_fl label{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .lx2_fl input{
        font-size: 16px;
    }
    .lx2_fr{
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    .iidea_info{
        margin: 20px 0;
    }
    .show_date{
        font-size: 14px;
    }
    .show_content{
        padding: 20px 0;
    }
    .show_back{
        flex-direction: column;
        padding-top: 20px;
    }
    .show_back_fl{
        width: 100%;
    }
    .show_back_fr{
        width: 100%;
        margin-top: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .ijob_search{
        margin: 25px 0 5px 0;
    }
    .ijob_search_form{
        flex-direction: column;
    }
    .ijob_searchs{
        width: 100%;
        margin-bottom: 20px;
    }
    .ijob_search_fl select{
        font-size: 16px;
    }
    .ijob_search_fl input{
        font-size: 16px;
    }
    .ijob_search_fr .ss1{
        font-size: 16px;
    }
    .ijob_con_b li{
        padding: 20px 0;
    }
    .ijob_date{
        width: 30%;
    }
    .ijob_txt{
        width: 65%;
    }
    .ijob_txt2{
        margin: 15px 0;
    }
    .inews_con_b ul li{
        padding: 20px 0;
    }
    .inews_con_b ul li a{
        flex-direction: column;
    }
    .inews_con_b ul li a .tp{
        width: 100%;
    }
    .inews_txt{
        width: 100%;
        margin-top: 20px;
    }
    .inews_txt2{
        font-size: 18px;
    }
    .inews_txt3{
        margin: 15px 0 10px 0;
    }
    .isolution{
        margin: 20px auto 10px auto;
    }
    .isolution .common_con ul li{
        margin-bottom: 20px;
    }
    .isolutionshow_title{
        font-size: 18px;
    }
    .isolutionshow1{
        margin: 20px 0 30px 0;
    }
    .isolutionshow1_con1{
        flex-direction: column;
    }
    .isolutionshow1_con_txt{
        width: 100%;
    }
    .isolutionshow1_con1 .tp{
        width: 100%;
        margin-top: 20px;
    }
    .isolutionshow1_con2 thead tr{
        font-size: 18px;
    }
    .isolutionshow2_con{
        margin-top: 20px;
        flex-direction: column;
    }
    .isolutionshow2_con_txt{
        width: 100%;
        padding: 20px 15px;
    }
    .isolutionshow2_con .tp{
        width: 100%;
    }
    .isolutionshow3{
        margin: 30px 0;
    }
    .isolutionshow3_con{
        flex-direction: column;
        margin-top: 20px;
    }
    .isolutionshow3_con .tp{
        width: 100%;
    }
    .isolutionshow3_con_txt{
        width: 100%;
        margin-top: 20px;
    }
    .isolutionshow4_con{
        margin-top: 20px;
    }
    .isolutionshow4_con .swiper-container{
        width: 80%;
    }
    .about_con ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .ban_txt1{
        font-size: 30px;
    }
    .ban_txt2{
        margin-top: 15px;
    }
    .pcban{
        display: none;
    }
    .mban{
        display: block;
    }
}

@media(max-width:414px) {

}

@media(max-width:375px) {

}

@media(max-width:320px) {

}