@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:"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;
}
@font-face {
    font-family:'SourceHanSansHWSC-R';
    src: url('../fonts/SourceHanSansHWSC-R.otf') format('opentype');
    font-weight:normal;
    font-style:normal;
}
body {
    font-family: "SourceHanSansHWSC-R";
    font-size:14px;
    color:#666;
    line-height:1.5;
    width:100%;
    background:#fff;
    -webkit-tap-highlight-color:transparent;
    -webkit-text-size-adjust: none;
}
.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;
}
.jktxt1{
	width: 50%;
    float: left;
}
.jktxt2{
	width: 50%;
    float: left;	
}
.jktxt3{
		font-size: 24px;
    margin-bottom: 20px;
	}
.tp img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    transition: .5s;
}
.container1 {
    width: 1200px;
    margin: 0 auto;
}
.container2 {
    width: 85.2%;
    margin: 0 auto;
}
header {
	width:100%;
	margin:0 auto;
}
.top{
    border-top: 5px solid #00abeb;
    background-color: #f4f6f7;
    border-bottom: 1px solid #dfe5e8;
    overflow: hidden;
    line-height: 50px;
}
.top a{
    float: right;
    background: url("../images/en.png") no-repeat left center;
    font-size: 12px;
    color: #939393;
    padding-left: 20px;
}
.daohang {
	display:block;
	width:100%;
	margin:0 auto;
	height:111px;
	clear:both;
    background-color: #fff;
}
.yx {
	float:left;
}
.yx a {
	display:block;
    padding-top: 21px;
}
.yx img {
	max-width:100%;
	height:auto;
}
.navdaohang {
	float:right;
    margin-top: 35px;
}
.menupc li{
    float: left;
    text-align: center;
    line-height:50px;
    z-index: 9;
    position:relative;
    margin: 0 20px;
}
.menupc li:hover a{
    color: #00abeb;
    text-decoration: underline;
}
/*.menupc li:hover a:after{
    width: 100%;
}*/
.menupc li a{
    display:block;
    color: #4c4c4c;
    font-size: 16px;
    z-index: 999;
    position: relative;
}
.menupc li:first-child a{
    background: url("../images/home.png") no-repeat left center;
    padding-left: 27px;
}
/*.menupc li a:after{
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: #00abeb;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    transition: .5s;
}
.menupc li a:hover:after{
    width: 100%;
}*/
.menupc li a:hover{
    color: #00abeb;
    text-decoration: underline;
}
.menupc li .current{
    color: #00abeb;
    text-decoration: underline;
}
/*.menupc li .current:after{
    width: 100%;
}*/
.menupc ul{
    background-color: #00abeb;
    border-radius: 6px;
    position: absolute;
    display:none;
    z-index: 999;
    width: 120px;
    padding: 10px 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.menupc ul:before{
    content: '';
    display: block;
    height: 0;
    width: 0;
    border-bottom: 7px solid #00abeb;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translate(-50%, 0);
}
.menupc ul li{
    float: none;
    position: static;
    text-align: center;
    background:none;
    line-height: 36px;
    width:100%;
    margin: 0;
}
.menupc ul li a{
    display: block;
    font-size: 14px;
    position:relative;
    color:#fff !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none !important;
}
.menupc ul li:first-child a{
    padding: 0;
    background: none;
}
.menupc ul li a:after{
    display: none !important;
}
.menupc ul li a:hover{
    color: #00abeb !important;
    background-color: #fff !important;
}
.menupc ul li .current{
    color: #00abeb !important;
    background-color: #fff !important;
}
.menupc ul.subnav {
    display: block;
}

.header-search {
    float: right;
    margin-left: 25px;
}
.header-search .pull-right {
    float:right;
    cursor:pointer;
}
.header-search .pull-right a {
    display:block;
    width: 25px;
    height: 111px;
    position: relative;
}
.header-search .pull-right a:after{
    content: '';
    display: block;
    width: 25px;
    height: 100%;
    background: url(../images/search.png) no-repeat right center;
    position: absolute;
    top: 0;
    right: 0;
}
/*.header-search .pull-right a.active{
    background: -webkit-linear-gradient(90deg, #67C2E7, #32B7D1, #008ED1);
    background: -o-linear-gradient(90deg, #67C2E7, #32B7D1, #008ED1);
    background: -moz-linear-gradient(90deg, #67C2E7, #32B7D1, #008ED1);
    background: linear-gradient(90deg, #67C2E7, #32B7D1, #008ED1);
}*/
.header-search .pull-right a.active:after{
    background: url(../images/icon-closed.png) no-repeat right 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: 111px;
    right: 0;
    z-index: 9;
    width: 300px;
    display: none;
    padding: 18px;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.search-container {
    padding-left: 0;
    overflow: hidden;
    position: relative;
}
.search-container .form-control {
    text-align: left;
    border: 1px solid #ad9a84;
    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: #808080;
    line-height: 41px;
    height: 41px;
    vertical-align: top;
    padding: 0 85px 0 25px;
    -webkit-appearance: none;
    background-color: #fff;
    border-radius: 25px;
}
.search-container .form-control:focus {
    box-shadow: 0 0 10px #ccc;
}
.search-container .btn {
    top: 0;
    border: 0;
    right: 0;
    color: #fff;
    width: 60px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    border-radius: 0 25px 25px 0;
    background: #00abeb url(../images/overlay-icon.png) no-repeat center center;
}
#search-closed {
    right: 0;
    top: 23.5px;
    max-width: 30px;
    position: absolute;
    cursor: pointer
}




/*手机导航*/
.phone-nav {
    position:absolute;
    font-size:30px;
    right:15px;
    top: 36px;
    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 #0a78bc;
}
#mmenu li .home-search .btn-sub {
	top:0;
	border:0;
	right:0;
	color:#008ed1;
	width:42px;
	height:34px;
	line-height:34px;
	text-align:center;
	position:absolute;
	cursor:pointer;
	border-radius:0;
	background:#008ed1 url(../images/search3.png) no-repeat center center;
}
.container-fluid {
	margin-left:auto;
	margin-right:auto;
	padding:0 15px;
}


/*swiper的banner*/
.home-banner {
    width:100%;
    margin: 0 auto;
    position:relative;
}
.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.banners a{
    display: block;
}
.banners a img{
    display: block;
    width: 100%;
    height: auto;
}
.home-banner .swiper-container .swiper-pagination{
    display: block;
    bottom: 5px;
    right: 0px;
}
.home-banner .swiper-container .swiper-pagination-bullet{
    width: 36px;
    height: 36px;
    background: url("../images/dian.png") no-repeat center;
    opacity: 1;
    outline: none;
    margin: 0px 6px;
    border-radius: 50%;
}
.home-banner .swiper-container  .swiper-pagination-bullet-active{
    background: url("../images/dian_h.png") no-repeat center;
}



@media(max-width:1200px) {
    .top{
        line-height: 30px;
    }
	.jktxt1{
	width: 100%;
}
    .daohang{
        height:60px;
        z-index: 999;
    }
    .daohang.guding{
        position: fixed;
        top: 0;
    }
    .daohang.guding .phone-nav{
        top: 0;
    }
    .yx a{
        padding-top: 8px;
    }
    .yx img{
        height: 44px;
    }
    .phone-nav {
        display:block;
    }
    .navdaohang {
        display:none;
    }
    .header-search{
        display: none;
    }
}


footer{
    width: 100%;
    margin: 0 auto;
    background-color: #002333;
    overflow: hidden;
}
.footer2{
    background-color: #2c2c2c;
    overflow: hidden;
    padding: 28px 0;
}
.footer2_fl{
    float: left;
}
.footer2_fl p{
    text-align: center;
    line-height: 24px;
    color: #acaaaa;
}
.footer2_fl p a{
    color: #acaaaa;
}
.footer2_fl p a:hover{
    color: #00abeb;
}
.footer2_fr{
    float: right;
}
.footer2_fr a{
    font-size: 12px;
    line-height: 24px;
    color: #acaaaa;
}
.footer1{
    overflow: hidden;
    background-color: #f7f7f7;
}
.footer1_t{
    padding: 23px 0;
    overflow: hidden;
}
.footer1_t_fl{
    float: left;
}
.footer1_t_fl li{
    float: left;
    margin-right: 18px;
}
.footer1_t_fl li a{
    display: block;
    width: 27px;
    height: 27px;
    background-color: #ccc;
    border-radius: 50%;
    line-height: 27px;
    text-align: center;
}
.footer1_t_fl li a i{
    color: #f7f7f7;
    font-size: 17px;
    line-height: 27px;
}
.footer1_t_fr{
    float: right;
}
.footer1_t_fr a{
    display: block;
    line-height: 27px;
    background: url("../images/mail.png") no-repeat left center;
    padding-left: 28px;
    color: #a1a1a1;
}
.footer1_b{
    border-top: 1px solid #d7d6d6;
    padding: 65px 0;
    overflow: hidden;
}
.footer1_b_fl{
    float: left;
    width: 11%;
    padding-top: 50px;
}
.footer1_b_fl a{
    display: block;
}
.footer1_b_fl a img{
    display: block;
    max-width: 100%;
    height: auto;
}
.footer1_b_fr{
    float: right;
    width: 15%;
}
.footer1_b_fr h3{
    font-size: 24px;
    color: #000;
    line-height: 1;
    margin-bottom: 40px;
}
.footer1_b_fr ul{
    display: flex;
}
.footer1_b_fr ul li{
    width: 33.3%;
    padding: 0 10px;
}
.footer1_b_fr ul li img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.footer1_b_fr ul li p{
    text-align: center;
    color: #000;
    font-size: 16px;
    margin-top: 10px;
}
.footer1_b_fc{
    float: left;
    width: 66%;
    margin: 0 4%;
    border-left: 1px dashed #acacac;
    border-right: 1px dashed #acacac;
}
.footer1_b_fc li{
    float: left;
    width: 16.6%;
    padding: 0 10px;
    line-height: 30px;
    text-align: center;
}
.footer1_b_fc li a{
    display: block;
    font-size: 16px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.menulist{
    overflow: hidden;
}
.menulist li{
    float: none;
    width: 100%;
    padding: 0;
    line-height: 30px;
}
.menulist li a{
    display: block;
    font-size: 14px;
    color: #7c7c7c;
}
.menulist li a:hover{
    color: #00abeb;
}

.home-about{
    width: 100%;
    margin: 60px auto;
}
.about_title{
    text-align: center;
}
.about_title h3{
    font-size: 36px;
    color: #1f1f1f;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 20px;
}
.about_title p{
    font-size: 16px;
    color: #afafaf;
    line-height: 30px;
}
.about_con{
    margin: 70px 0 50px 0;
    overflow: hidden;
}
.about_con ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about_con ul li{
    text-align: center;
}
.about_con ul li h3{
    font-size: 16px;
    color: #00a8eb;
    margin-bottom: 15px;
}
.about_con ul li h3 span{
    font-size: 75px;
    line-height: 0.8;
}
.about_con ul li p{
    color: #424242;
    font-size: 16px;
}
.index_more{
    text-align: center;
}
.index_more a{
    display: inline-block;
    line-height: 35px;
    padding: 0 38px;
    font-size: 16px;
    color: #fff;
    border-radius: 25px;
    background-color: #00a8eb;
    transition: .5s;
}
.index_more a:hover{
    box-shadow:0 0 0 .2rem rgba(0, 168, 235, .4);
}

.home-news{
    width: 100%;
    margin: 0 auto;
}
.index_title{
    text-align: center;
}
.index_title h3{
    font-size: 60px;
    font-weight: bold;
    color: #f1f1f1;
    line-height: 1;
}
.index_title p{
    font-size: 24px;
    color: #1f1f1f;
    line-height: 1;
    margin-top: -20px;
}
.news_con{
    margin: 50px 0 35px 0;
    position: relative;
    padding-bottom: 45px;
}
.xian:after{
    content: "";
    display: block;
    width: 100%;
    background-color: #00abeb;
    position: absolute;
    left: 0px;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transform-origin: right center;
    transform-origin: right center;
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
}
.xian:hover:after{
    -ms-transform-origin: left center;
    transform-origin: left center;
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
.news_con .swiper-slide{
    display: initial;
}
.news a{
    display:block;
    overflow: hidden;
    position: relative;
    text-align: justify;
}
.news a .tp{
    position: relative;
}
.news a:after{
    height: 5px;
    bottom: 157px;
}
.news a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.news_txt{
    margin-top: 30px;
}
.news_txt1{
    color: #afafaf;
}
.news_txt2{
    margin: 25px 0 15px 0;
    font-size: 16px;
    color:#424242;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_txt3{
    color: #afafaf;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}

.news_con .swiper-button-next, .news_con .swiper-button-prev{
    display: block;
    position: absolute;
    top: auto;
    bottom: 0;
    width: 60px;
    height: 7px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    outline: none;
    background: url("../images/njt.png") no-repeat center;
    text-align: center;
}
.news_con .swiper-button-next:hover ,.news_con .swiper-button-prev:hover{
    background: url("../images/njt_h.png") no-repeat center;
}
.news_con .swiper-button-prev{
    left: 45%;
    right: auto;
}
.news_con .swiper-button-next{
    right: 45%;
    left: auto;
    transform: rotateY(-180deg);
}

.home-application{
    width: 100%;
    margin: 65px auto 60px auto;
}
.app_con{
    margin-top: 45px;
}
.app_con1{
    position: relative;
}
.app_con1 .gallery-top {
    width: 100%;
    height: auto;
}
.app_con1 .gallery-top .swiper-slide{
    display: initial;
}
.app-max a{
    display: block;
    position: relative;
    text-align: justify;
}
.app_con2{
    position: relative;
    margin-top: -6%;
    padding-bottom: 45px;
}
.app_con2 .gallery-thumbs {
    width: 100%;
    height: auto;
}
.app_con2 .gallery-thumbs .swiper-slide{
    display: initial;
}
.app-min a{
    display: block;
    position: relative;
    text-align: justify;
    width: 100%;
}
.app-min a:after{
    bottom: 0;
    height: 5px;
}
.app-min a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.app-min.swiper-slide-thumb-active a:after{
    -ms-transform-origin: left center;
    transform-origin: left center;
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
.app-min-txt{
    position: absolute;
    width: 100%;
    padding: 0 25px;
    bottom: 30px;
    display: flex;
    align-items: center;
}
.app-min-txt img{
    width: 38px;
    height: 38px;
    border: none;
}
.app-min-txt p{
    margin-left: 20px;
    font-size: 24px;
    color: #fff;
    line-height: 1;
    font-weight: bold;
}
.app_con2 .swiper-button-next1, .app_con2 .swiper-button-prev1{
    display: block;
    position: absolute;
    top: auto;
    bottom: 0;
    width: 60px;
    height: 7px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    outline: none;
    text-align: center;
    background: url("../images/njt.png") no-repeat center;
}
.app_con2 .swiper-button-next1:hover ,.app_con2 .swiper-button-prev1:hover{
    background: url("../images/njt_h.png") no-repeat center;
}
.app_con2 .swiper-button-prev1{
    right: auto;
    left: 45%;
}
.app_con2 .swiper-button-next1{
    left: auto;
    right: 45%;
    transform:rotateY(-180deg);
}

.home-development{
    width: 100%;
    margin: 0 auto 55px auto;
}
.develop_fl{
    float: left;
    width: 45.7%;
    position: relative;
    padding: 0 63px 0 0;
}
.develop_fl:after{
    content: '';
    display: block;
    width: 95%;
    height: 55%;
    background-color: #00abeb;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.develop_fl .swiper-slide{
    display: initial;
}
.develops a{
    display: block;
    position: relative;
}
.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;
}
.develop_fl .swiper-pagination1{
    display: block;
    bottom: 10px;
    right: 19px;
}
.develop_fl .swiper-pagination-bullet{
    display: block;
    width: 23px;
    height: 23px;
    background: url("../images/yuan.png") no-repeat center;
    opacity: 1;
    outline: none;
    margin: 3px 0;
    border-radius: 0;
}
.develop_fl .swiper-pagination-bullet-active{
    background: url("../images/yuan_h.png") no-repeat center;
}
.develop_fr{
    float: right;
    width: 50%;
}
.develop_fr1{
    font-size: 90px;
    font-weight: bold;
    color: #F1F1F1;
    line-height: 0.8;
}
.develop_fr2{
    margin: 30% 0 15% 0;
}
.develop_fr2 h3{
    font-size: 24px;
    color: #1f1f1f;
    line-height: 1;
    margin-bottom: 15px;
}
.develop_fr2 h3:after{
    content: '';
    display: block;
    width: 23px;
    height: 2px;
    background-color: #00abeb;
    margin-top: 10px;
}
.develop_fr2 p{
    color: #424242;
    line-height: 30px;
}
.develop_fr2 p span{
    font-weight: bold;
}


/*联系我们*/
.inner-banner{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.inner-banner img{
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}
.ban_info{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    line-height: 1;
}
.ban_info_bt{
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 15px;
}
.ban_info_wz{
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
}
.ban_info_wz img{
    width: 47px;
    height: 1px;
}
.ban_info_wz p{
    font-size: 24px;
    margin: 0 10px;
}
.inner-main{
    width: 100%;
    margin: 0 auto;
}
.inner_nav{
    background-color: #f4f6f7;
    line-height: 50px;
    overflow: hidden;
}
.inner_nav_fl{
    float: left;
}
.inner_nav_fl ul{
    display: flex;
    flex-wrap: wrap;
}
.inner_nav_fl ul li a{
    display: block;
    color: #4c4c4c;
    padding: 0 25px;
}
.inner_nav_fl ul li a:hover{
    background-color: #00abeb;
    color: #fff;
}
.inner_nav_fl ul li a.current{
    background-color: #00abeb;
    color: #fff;
}
.inner_nav_fr{
    float: right;
}
.inner_nav_fr p{
    color: #5a5a5a;
    background: url("../images/ihome.png") no-repeat left center;
    padding-left: 20px;
}
.inner_nav_fr p a{
    color: #8d8c8c;
}
.inner_nav_fr p span{
    color: #00abeb;
}
.inner_con{
    margin-top: 40px;
}
.inner_title{
    text-align: center;
    font-size: 30px;
    color: #1f1f1f;
    line-height: 1;
}
/*.inner_title:after{
    content: '';
    display: block;
    width: 29px;
    height: 2px;
    background-color: #00abeb;
    margin: 14px auto 0 auto;
}*/
.icontact_con{
    margin: 50px 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.icontact_con_fl{
    width: 26%;
    background-color: #f7f7f7;
    padding: 30px 37px;
    overflow: hidden;
}
.icontact_con_fl h3{
    font-size: 24px;
    color: #000;
    line-height: 1;
    margin-bottom: 40px;
}
.icontact_con_fl dl{
    border-bottom: 1px solid #dfdfdf;
    overflow: hidden;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.icontact_con_fl dl:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.icontact_con_fl dl dt{
    font-size: 18px;
    color: #333;
    padding-left: 47px;
    line-height: 32px;
    margin-bottom: 5px;
}
.icontact_con_fl dl dt.c1{
    background: url("../images/c1.png") no-repeat left center;
}
.icontact_con_fl dl dt.c2{
    background: url("../images/c2.png") no-repeat left center;
}
.icontact_con_fl dl dt.c3{
    background: url("../images/c3.png") no-repeat left center;
}
.icontact_con_fl dl dt.c4{
    background: url("../images/c4.png") no-repeat left center;
}
.icontact_con_fl dl dd{
    padding-left: 47px;
    color: #838383;
}
.icontact_con_fr{
    width: 72%;
}
.ifeedback_con{
    margin: 40px 0 70px 0;
    overflow: hidden;
}
.ifeedback_con h3{
    text-align: center;
    font-size: 18px;
    color: #525252;
    margin-bottom: 50px;
}
.lxform{

}
.lx1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.lx1s{
    width: 48%;
    margin-bottom: 40px;
}
.lx1 label{
    display: block;
    font-size: 16px;
    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;
}
.lx1 textarea{
    width: 100%;
    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;
    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: 16px;
    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: 16px;
}
.lx2_fl a{
    width: 25%;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 46px;
}
.lx2_fl a img{
    width: auto;
    height: 46px;
}
.lx2_fr{
    width: 49%;
    text-align: right;
}
.lx2_fr input{
    width: 156px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    border: none;
    background-color: #00abeb;
    color: #fff;
}

/*加入我们*/
.ijob1{
    overflow: hidden;
}
.ijob1 li{
    background-color: #00abeb;
    overflow: hidden;
    position: relative;
}
.ijob1 li:nth-child(odd) .tp{
    float: left;
}
.ijob1 li:nth-child(odd) .ijob1_txt{
    right: 0;
}
.ijob1 li:nth-child(even) .tp{
    float: right;
}
.ijob1 li:nth-child(even) .ijob1_txt{
    left: 0;
}
.ijob1 li .tp{
    width: 50%;
}
.ijob1_txt{
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 0 15px;
}
@font-face {
    font-family:'honglei sim';
    src:url('../fonts/honglei sim.eot?v=4.2.0');
    src:url('../fonts/honglei sim.eot?#iefix&v=4.2.0') format('embedded-opentype'),
    url('../fonts/honglei sim.woff?v=4.2.0') format('woff'),
    url('../fonts/honglei sim.ttf?v=4.2.0') format('truetype');
    url('../fonts/honglei sim.svg?v=4.2.0#fontawesomeregular') format('svg');
    font-weight:normal;
    font-style:normal;
}
.ijob1_txt h3{
    font-size: 60px;
    font-family: honglei sim;
    font-weight: 400;
    margin-bottom: 30px;
}
.ijob1_txt p{
    font-size: 30px;
    line-height: 1;
}
.ijob1 li:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.ijob2{
    margin: 40px 0 65px 0;
    overflow: hidden;
    background: url("../images/ijob2bg.png") no-repeat center;
    background-size: cover;
    /*padding: 40px 0;*/
    height: 421px;
}
.ijob2 img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 115px auto 0 auto;
}


/*可持续发展*/
.idevelop{
    margin-bottom: 70px;
    overflow: hidden;
}
.idevelop li{
    overflow: hidden;
}
.idevelop li a{
    display: block;
    background-color: #f4f6f7;
    overflow: hidden;
    position: relative;
}
.idevelop li:nth-child(odd) a .tp{
    float: left;
}
.idevelop li:nth-child(odd) a .idevelop_txt{
    right: 0;
}
.idevelop li:nth-child(even) a .tp{
    float: right;
}
.idevelop li:nth-child(even) a .idevelop_txt{
    left: 0;
}
.idevelop li a .tp{
    width: 50%;
}
.idevelop_txt{
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 0 15px;
}
.idevelop_txt img{
    width: 111px;
    height: 111px;
}
.idevelop_txt h3{
    font-size: 30px;
    margin: 35px 0 25px 0;
    color: #1f1f1f;
    line-height: 1;
}
.idevelop_txt p{
    font-size: 18px;
    color: #717171;
    line-height: 30px;
}
.idevelop li a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}


/*可持续发展详情*/
.idevelopshow{
    margin: 45px 0 60px 0;
    font-size: 16px;
    color: #717171;
    line-height: 30px;
}
.idevelopshow img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}


/*组织架构*/
.izzjg{
    margin: 20px 0;
    overflow: hidden;
    /*background: url("../images/izzjgbg.png") no-repeat center;*/
    padding: 28px 0 144px 0;
    background-size: contain;
}
.izzjg img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}

/*生态发展*/
.istfz{
    margin: 65px 0 90px 0;
    overflow: hidden;
}
.istfz_fl{
    float: left;
    width: 42%;
}
.istfz_fr{
    float: right;
    width: 55.5%;
    font-size: 16px;
    color: #717171;
    line-height: 30px;
}


/*新闻中心*/
.inews{
    margin: 45px 0 50px 0;
    overflow: hidden;
}
.inews1{
    margin-bottom: 95px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.inews1_fl{
    width: 37.5%;
    position: relative;
}
.inews1_fl .swiper-slide{
    display: initial;
}
.xinwen a{
    display:block;
    overflow: hidden;
    position: relative;
}
.xinwen a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.inews1_fl .swiper-button-next2, .inews1_fl .swiper-button-prev2{
    display: block;
    position: absolute;
    top: 50%;
    width: 47px;
    height: 47px;
    margin-top: -23px;
    z-index: 10;
    cursor: pointer;
    outline: none;
    background: rgba(0,0,0,.5) url("../images/arrow.png") no-repeat center;
    text-align: center;
    border-radius: 0;
}
.inews1_fl .swiper-button-next2:hover, .inews1_fl .swiper-button-prev2:hover{
    background: #00abeb url("../images/arrow.png") no-repeat center;
}
.inews1_fl .swiper-button-prev2{
    left: 0;
    right: auto;
}
.inews1_fl .swiper-button-next2{
    right: 0;
    left: auto;
    transform: rotateY(-180deg);
}
.inews1_fr{
    width: 59%;
}
.inews1_fr li{
    margin-bottom: 20px;
    overflow: hidden;
}
.inews1_fr li:last-child{
    margin-bottom: 0;
}
.inews1_fr li a{
    display: block;
    position: relative;
    background-color: #f7f7f7;
    padding: 15px 200px 15px 24px;
    overflow: hidden;
    min-height: 137px;
}
.inews1_fr_date{
    float: left;
    width: 86px;
    height: 94px;
    background-color: #dad6d6;
    color: #fff;
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.inews1_fr_date p{
    font-size: 48px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 5px;
}
.inews1_fr_date span{
    font-size: 18px;
    line-height: 1;
}
.inews1_fr_txt{
    margin-left: 115px;
    margin-top: 10px;
}
.news_fr_txt1{
    font-size: 16px;
    color: #424242;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_fr_txt2{
    color: #afafaf;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}
.news_fr_txt2 span{
    color: #00abeb;
}
.inews1_fr li a .tp{
    position: absolute;
    right: 24px;
    top: 15px;
    width: 143px;
    height: 107px;
}
.inews1_fr li a:hover{
    background-color: #00abeb;
}
.inews1_fr li a:hover .inews1_fr_date{
    background-color: #fff;
    color: #00abeb;
}
.inews1_fr li a:hover .news_fr_txt1{
    color: #fff;
}
.inews1_fr li a:hover .news_fr_txt2{
    color: #9fe5ff;
}
.inews1_fr li a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.inews2s{
    margin-bottom: 30px;
    overflow: hidden;
}
.inews2s ul{
    display: flex;
    flex-wrap: wrap;
}
.inews2s ul li{
    width: 25%;
    margin-bottom: 50px;
    position: relative;
}
.inews2s ul li:before{
    content: '';
    display: block;
    width: 1px;
    height: 88%;
    background-color: #e2e2e2;
    position: absolute;
    left: 0;
    top: 0;
}
.inews2s ul li:nth-child(4n):after{
    content: '';
    display: block;
    width: 1px;
    height: 88%;
    background-color: #e2e2e2;
    position: absolute;
    right: 0;
    top: 0;
}
.inews2s ul li a{
    display: block;
    margin: 0 44px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 44px;
}
.inews2s_date{
    display: flex;
    align-items: flex-end;
}
.inews2s_date span{
    font-size: 60px;
    color: #1f1f1f;
    font-weight: bold;
    line-height: 0.8;
}
.inews2s_date p{
    color: #4c4c4c;
}
.inews2s_txt{
    margin-top: 50px;
}
.inews2s_txt1{
    font-size: 16px;
    color: #424242;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inews2s_txt2{
    color: #afafaf;
    line-height: 25px;
    height: 100px;
    overflow: hidden;
    margin: 20px 0 40px 0;
}
.inews2s_txt3{
    width: 41px;
    height: 41px;
    border: 1px solid #e2e2e2;
    border-radius: 50%;
    background: url("../images/xwjt.png") no-repeat center;
}
.inews2s ul li a:hover .inews2s_date span{
    color: #00abeb;
}
.inews2s ul li a:hover .inews2s_date p{
    color: #00abeb;
}
.inews2s ul li a:hover .inews2s_txt1{
    color: #00abeb;
}
.inews2s ul li a:hover .inews2s_txt3{
    border: 1px solid #00abeb;
    background: #00abeb url("../images/xwjt_h.png") no-repeat center;
}
/*分页*/
.pagination{
    text-align:center;
    color:#666;
    clear:both;
}
.pagination a{
    display:inline-block ;
    width: auto;
    height: auto;
    color: #4c4c4c;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    padding:0px 10px;
    line-height:28px;
    margin:0px 1px 10px 1px;
    border: 1px solid #d8d8d8;
}
.pagination a:hover{
    color:#fff;
    background-color:#00abeb;
    border: 1px solid #00abeb;
}
.pagination a.active {
    color:#fff;
    background-color: #00abeb;
    border: 1px solid #00abeb;
}

/*新闻详情*/
.inewsshow{
    margin: 45px 0 55px 0;
    overflow: hidden;
}
.inewsshow_fl{
    float: left;
    width: 75%;
}
.show_title{
    padding-bottom: 25px;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.show_title h3{
    font-size: 24px;
    color: #3e3e3e;
    line-height: 28px;
    margin-right: 12px;
}
.show_title span{
    color:#949494;
    margin:0px 12px;
    font-size:14px;
    padding-left:24px;
}
.browse{
    background:url(../images/browse.png) no-repeat left center;
}
.date{
    background:url(../images/date.png) no-repeat left center;
}
.show_content{
    line-height: 30px;
    color: #7f7e7e;
    padding: 35px 0px;
    font-size: 16px;
    border-top: 1px dashed #bfbfbf;
    border-bottom: 1px dashed #bfbfbf;
}
.show_content img{
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}
.show_back{
    margin-top: 35px;
}
.show_back_fl{
    float: left;
    width: 70%;
    overflow:hidden;
}
.show_back_fl li{
    margin-bottom:2px;
    line-height:25px;
    color:#616161;
    width:100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.show_back_fl li a{
    color:#a7a7a8;
}
.show_back_fl li a:hover{
    color: #00abeb;
}
.show_back_fr{
    overflow:hidden;
    float: right;
    width: 13.5%;
}
.show_back_fr a{
    display:block;
    line-height:22px;
    color:#fff;
    background-color: #00abeb;
    border-radius: 5px;
    padding-left: 40px;
    position: relative;
}
.show_back_fr a:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 18px;
    background: url("../images/return.png") no-repeat right center;
    width: 30px;
    height: 100%;
}
.inewsshow_fr{
    float: right;
    width: 20.5%;
}
.inewsshow_fr h3{
    font-size: 18px;
    color: #000;
    line-height: 1;
    margin-bottom: 25px;
}
.inewsshow_fr li{
    margin-bottom: 15px;
    overflow: hidden;
}
.inewsshow_fr li a{
    display: block;
    border: 1px solid #e2e2e2;
    padding: 25px 30px;
    overflow: hidden;
}
.inewsshow_fr_txt1{
    color: #5d5d5d;
    font-weight: bold;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inewsshow_fr_txt2{
    color: #afafaf;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}
.inewsshow_fr_txt2 span{
    color: #00abeb;
}
.inewsshow_fr li a:hover{
    border: 1px solid #00abeb;
}
.inewsshow_fr li a:hover .inewsshow_fr_txt1{
    color: #00abeb;
}


/*项目公示*/
.iproject{
    margin: 45px 0 55px 0;
    overflow: hidden;
}
.iproject_fl{
    float: left;
    width: 75%;
}
.iprojects{
    margin-bottom: 45px;
    overflow: hidden;
}
.iprojects li{
    border-bottom: 1px dashed #ccc;
    padding: 12px 0;
    overflow: hidden;
    line-height: 25px;
}
.iprojects li a{
    display: block;
    color: #5d5d5d;
}
.iprojects li a p{
    float: left;
    width: 80%;
    padding-left: 13px;
    position: relative;
}
.iprojects li a p:before{
    content: '';
    display: block;
    height: 0;
    width: 0;
    border-left: 4px solid #a5a5a5;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    left: 0;
    position: absolute;
    top: 8px;
}
.iprojects li a span{
    float: right;
    width: 15%;
    text-align: right;
}
.iprojects li a:hover{
    color: #00abeb;
}
.iprojects li a:hover p:before{
    border-left: 4px solid #00abeb;
}


/*应用领域*/
.iapp{
    margin: 45px 0 20px 0;
    overflow: hidden;
}
.iapp ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.iapp ul li{
    width: 49%;
    margin-bottom: 38px;
}
.iapps{
    position: relative;
    overflow: hidden;
}
.iapps .tp:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
}
.iapps:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iapps_tb{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: rotateY(0deg);
    transition: .5s;
}
.iapps:hover .iapps_tb{
    transform: rotateY(90deg);
}
.iapps_tb img{
    width: 73px;
    height: 73px;
}
.iapps_tb p{
    margin-top: 25px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
}
.iapps_txt{
    position: absolute;
    top: 0;
    right: -33.3%;
    width: 33.3%;
    padding: 35px 60px;
    height: 100%;
    background-color: rgba(0,171,235,.9);
    transition: all 0.4s ease-in-out 0s;
}
.iapps:hover .iapps_txt{
    right: 0;
}
.iapps_txt1{
    text-align: center;
}
.iapps_txt1 img{
    width: 45px;
    margin: 0 auto;
    height: 45px;
}
.iapps_txt1 p{
    margin-top: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
}
.iapps_txt2{
    margin-top: 35px;
    height: 180px;
}
.iapps_txt2s{

}
.style3::-webkit-scrollbar-track{
    background-color: #eee;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
}
.style3::-webkit-scrollbar{
    width: 4px;
    background-color: #eee;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
}
.style3::-webkit-scrollbar-thumb{
    background-color: #c2c2c2;
    border: 1px solid #c2c2c2;
    border-radius: 4px;
}
.iapps_txt2 dl dd{
    line-height: 30px;
}
.iapps_txt2 dl dd a{
    display: block;
    font-size: 16px;
    color: #fff;
    padding-left: 18px;
    position: relative;
}
.iapps_txt2 dl dd a:after{
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 13px;
}


/*产品中心*/
.ipro{
   margin-bottom: 65px;
    overflow: hidden;
}
.ipro1_con{
    margin: 48px 0 10px 0;
    overflow: hidden;
}
.ipro1_con ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ipro1_con ul li{
    width: 49%;
    margin-bottom: 40px;
    overflow: hidden;
}
.ipro1s{
    background-color: #f7f7f7;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.ipro1s .tp{
    width: 50%;
}
.ipro1s:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.ipro1s_txt{
    width: 50%;
    padding: 30px 35px;
}
.ipro1s_txt1{
    font-size: 24px;
    color: #000;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ipro1s_txt2{
    height: 120px;
    margin: 18px 0;
}
.ipro1s_txt2 dl{
    overflow: hidden;
}
.ipro1s_txt2 dl dd{
    float: left;
    width: 50%;
    font-size: 16px;
    color: #717171;
    line-height: 24px;
    position: relative;
    padding-left: 13px;
}
.ipro1s_txt2 dl dd:before{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: #a9a9a9;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}
.ipro1s_txt3{
    display: flex;
}
.ipro1s_txt3 a{
    display: block;
    width: 88px;
    line-height: 24px;
    border: 1px solid #00abeb;
    text-align: center;
    color: #00abeb;
    border-radius: 5px;
    margin-right: 10px;
    transition: .5s;
}
.ipro1s_txt3 a:last-child{
    margin-right: 0;
}
.ipro1s_txt3 a:hover{
    color: #fff;
    background-color: #00abeb;
}
.ipro2{
    overflow: hidden;
}
.ipro2_con{
    margin-top: 35px;
}
.ipro2_con_title{
    background-color: #00abeb;
}
.ipro2_con_title ul{
    display: flex;
    flex-wrap: wrap;
}
.ipro2_con_title ul li{
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 49px;
}
.kuandu1{
    border-right: 1px solid #fff;
    width: 17%;
    text-align: center;
    padding: 0 15px;
}
.kuandu2{
    width: 83%;
    padding: 0 15px;
}
.ipro2_con_info li{
    border-bottom: 1px solid #fff;
    overflow: hidden;
    line-height: 24px;
    padding: 12px 0;
    font-size: 16px;
    color: #717171;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.ipro2_con_info li:nth-child(odd){
    background-color: #f7f7f7;
}
.ipro2_con_info li:nth-child(even){
    background-color: #f2f2f2;
}
.ipro2s{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px 0 25px;
}
.ipro2s_fl{
    width: 70%;
}
.ipro2s_fr{
    width: 25%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.ipro2s_fr a{
    display: block;
    width: 88px;
    line-height: 24px;
    font-size: 14px;
    border: 1px solid #00abeb;
    text-align: center;
    color: #00abeb;
    border-radius: 5px;
    margin-right: 10px;
    transition: .5s;
}
.ipro2s_fr a:last-child{
    margin-right: 0;
}
.ipro2s_fr .czinfo:hover{
    color: #fff;
    background-color: #00abeb;
}


/*服务*/
.iservice{
    margin: 45px 0 85px 0;
    overflow: hidden;
}
.iservice_fl{
    float: left;
    width: 42%;
}
.iservice_fr{
    float: right;
    width: 55.5%;
    font-size: 16px;
    color: #717171;
    line-height: 30px;
}


/*化学品*/
.isurvey{
    margin: 48px 0 68px 0;
    overflow: hidden;
    background: url("../images/surveybg.jpg") no-repeat center;
    background-size: cover;
    padding: 80px 70px;
}
.isurvey dl{
    float: left;
    width: 20%;
    padding: 0 15px;
}
.isurvey dl dt{
    margin-bottom: 40px;
}
.isurvey dl dt a{
    display: block;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
}
.isurvey dl dd{
    margin-bottom: 15px;
}
.isurvey dl dd:last-child{
    margin-bottom: 0;
}
.isurvey dl dd a{
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    background: url("../images/sli.png") no-repeat left 8px;
    padding-left: 13px;
}


/*应用领域详情*/
.inner-appshow{
    width: 100%;
    margin: 0 auto;
}
.iappshow_t{
    position: relative;
}
.iappshow_t_nav{
    position: absolute;
    top: 30px;
    left: 7.4%;
}
.iappshow_t_nav p{
    color: #fff;
    background: url("../images/ihome.png") no-repeat left center;
    padding-left: 20px;
}
.iappshow_t_nav p a{
    color: #fff;
}
.iappshow_t_nav p span{
    color: #00abeb;
}
.iappshow_t_img img{
    width: 100%;
    height: auto;
}
.iappshow_t_con{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 40%;
    background: rgba(0,0,0,.6);
    text-align: center;
    padding: 2%;
    border-radius: 35px;
}
.iappshow_t_con1{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
}
.iappshow_t_con1 p{
    font-size: 60px;
    font-weight: bold;
    color: #00abeb;
    margin: 0 23px;
    line-height: 1;
}
.iappshow_t_con2{
    font-size: 18px;
    color: #fff;
    line-height: 35px;
}
.iappshow_b{
    width: 100%;
}
.iappshow_b li{
    position: relative;
}
.iappshow_b_img img{
    width: 100%;
    height: auto;
}
.iappshow_b_info{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 23%;
    z-index: 2;
}
.iappshow_b li:nth-child(odd) .iappshow_b_info{
    right: 0;
    margin-right: 16%;
}
.iappshow_b li:nth-child(even) .iappshow_b_info{
    left: 0;
    margin-left: 16%;
}
.iappshow_b_info1{
    font-size: 48px;
    line-height: 50px;
    margin-bottom: 40px;
    color: #fff;
}
.iappshow_b_info2{
    font-size: 18px;
    line-height: 35px;
    color: #fff;
}
.iappshow_b li:nth-child(1) .iappshow_b_info1{
    color: #000;
}
.iappshow_b li:nth-child(1) .iappshow_b_info2{
    color: #141414;
}
.iappshow_b_info3{
    margin-top: 70px;
}
.iappshow_b_info3 .layui-form-item .layui-input-inline{
    width: 190px;
}
.iappshow_b_info3 .layui-input, .iappshow_b_info3 .layui-select, .iappshow_b_info3 .layui-textarea{
    height: 56px;
    line-height: 56;
    border: none;
    background-color: #00abeb;
    border-radius: 5px;
    font-size: 15px;
    color: #fff;
    padding-left: 19px;
}
.iappshow_b_info3 .layui-form-select .layui-edge{
    border-top-color: #fff;
}
.iappshow_b_info3 .layui-form-select dl{
    max-height: 200px;
    border: 1px solid #adadad;
}
.iappshow_b_info3 .layui-form-select dl dd.layui-this{
    background-color: #00abeb;
}
.iappshow_b_info3 .layui-form-select dl dt{
    font-size: 14px;
}
.iappshow_b_info3 input::-webkit-input-placeholder {
    color:#fff;
}
.iappshow_b_info3 input:-moz-placeholder {
    color:#fff;
}
.iappshow_b_info3 input::-moz-placeholder {
    color:#fff;
}
.iappshow_b_info3 input:-ms-input-placeholder{
    color:#fff;
}
.iappshow_b_thum{
    position: absolute;
    bottom: 14%;
}
.iappshow_b_thum img{
    width: 100%;
    height: auto;
}
.iappshow_b li:nth-child(odd) .iappshow_b_thum{
    left: 0;
}
.iappshow_b li:nth-child(even) .iappshow_b_thum{
    right: 0;
}
.iappshow_b li:nth-child(1) .iappshow_b_thum{
    margin-left: 16%;
    width: 31%;
}
.iappshow_b li:nth-child(2) .iappshow_b_thum{
    margin-right: 8%;
    text-align: right;
    width: 40%;
}
.iappshow_b li:nth-child(3) .iappshow_b_thum{
    margin-left: 39%;
    bottom: 22%;
    width: 11%;
}


/*关于我们*/
.iabout{
    margin-bottom: 70px;
    overflow: hidden;
}
.iabout_fl{
    float: left;
    width: 41.5%;
    position: relative;
}
.iabout_fl .swiper-slide{
    display: initial;
}
.abouts a{
    display:block;
    overflow: hidden;
    position: relative;
}
.abouts a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iabout_fl .swiper-button-next3, .iabout_fl .swiper-button-prev3{
    display: block;
    position: absolute;
    top: 50%;
    width: 47px;
    height: 47px;
    margin-top: -23px;
    z-index: 10;
    cursor: pointer;
    outline: none;
    background: rgba(0,0,0,.5) url("../images/arrow.png") no-repeat center;
    text-align: center;
    border-radius: 0;
}
.iabout_fl .swiper-button-next3:hover, .iabout_fl .swiper-button-prev3:hover{
    background: #00abeb url("../images/arrow.png") no-repeat center;
}
.iabout_fl .swiper-button-prev3{
    left: 0;
    right: auto;
}
.iabout_fl .swiper-button-next3{
    right: 0;
    left: auto;
    transform: rotateY(-180deg);
}
.iabout_fr{
    float: right;
    width: 54.5%;
    color: #717171;
    line-height: 30px;
    height: 390px;
}
.inumber{
    background-color: #00abeb;
    overflow: hidden;
    position: relative;
    padding: 50px 0;
    margin: 60px 0 0 0;
}
.inumber canvas{
    position: absolute;
    bottom: 0;
    z-index: 999;
    width: 100%;
}
.inumber.about_con ul li h3{
    color: #fff;
}
.inumber.about_con ul li p{
    color: #fff;
}
.iculture{
    background-color: #f7f7f7;
    overflow: hidden;
    padding: 65px 0;
}
.homepage-row{

}
.homepage-item{
    position: relative;
    display: block;
    height: 397px;
    width: 20%;
    margin: 0 1%;
    overflow: hidden;
    float: left;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.homepage-course-item{
    position: absolute;
    left: 0;
    right: 0;
    height: 397px;
    opacity: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.homepage-course-item .tp{
    border-radius: 18px;
}
.course-item{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 55px 15px 30px 15px;
}
.homepage-course-title {
    width: 102px;
    margin: 0 auto;
    height: 102px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 29px rgba(0,0,0,.29);
}
.homepage-course-list{
    margin-top: 110px;
    font-size: 20px;
    color: #222;
    line-height: 1;
    text-align: center;
}
.homepage-course-list h3{
    font-size: 24px;
    color: #1b1b1b;
    line-height: 1;
}
.homepage-course-list p{
    font-size: 16px;
    color: #828282;
    margin: 10px 0 25px 0;
}
.homepage-course-list img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.active{
    width: 54%;
    height: 397px;
    /*box-shadow: 0 0 18px rgba(229,229,229,.61);
    border-radius: 18px;
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);*/
}
.homepage-course-body{
    opacity: 0;
    height: 397px;
    min-width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
.homepage-course-body .tp{
    border-radius: 18px;
}
.course-body{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 50px;
}
.active .homepage-course-item{
    opacity:0;
}
.active .homepage-course-body{
    opacity:1;
}
.tag-img {
    line-height: 1;
}
.tag-img span{
    font-size: 24px;
    color: #00abeb;
}
.course-body-item{
    margin-top: 40px;
    width: 70%;
    height: 210px;
}
.course-body-item p{
    color: #717171;
    line-height: 30px;
    position: relative;
    padding-left: 14px;
}
.course-body-item p:before{
    content: '';
    display: block;
    height: 0;
    width: 0;
    border-left: 6px solid #00abeb;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    left: 0;
    position: absolute;
    top: 11px;
}
/*企业文化弹窗*/
.bgbhtck{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    top: 0;
    z-index: 9999;
    display: none;
}
.bgbhtcks{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-animation: showSweetAlert 0.3s;
    animation: showSweetAlert 0.3s;
}
@-webkit-keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7); }
    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05); }
    80% {
        transform: scale(0.95);
        -webkit-transform: scale(0.95); }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1); }
}

@keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7); }
    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05); }
    80% {
        transform: scale(0.95);
        -webkit-transform: scale(0.95); }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1); }
}
.bgbhtckss{
    position: absolute;
    width: 86%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 5%;
    border-radius: 5px;
}
.bgbh_title{
    font-size: 20px;
    color: #00abeb;
    line-height: 1;
}
.bgbh_close{
    position: absolute;
    right: 15px;
    top: 15px;
}
.bgbh_con{
    margin-top: 15px;
    height: 300px;
    overflow-y: scroll;
}
.bgbh_con p{
    color: #717171;
    line-height: 30px;
    position: relative;
    padding-left: 14px;
}


.ihonor{
    overflow: hidden;
}
.ihonors{
    position: relative;
    height: 601px;
    background-color: #f7f7f7;
    font-size: 14px;
    color: #484848;
}
.ihonors_fl{
    float: left;
    width: 460px;
}
.ihonors_fr{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: calc(100% - 460px);
    padding: 25px 30px 25px 85px;
}
.ihonors_frs{
    overflow-y: auto;
    height: 100%;
}
.ihonors_fr dl{
    padding-top: 40px;
    clear: both;
}
.ihonors_fr dl dt{
    font-size: 24px;
    color: #000;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 5px;
}
.ihonors_fr dl dd{
    float: left;
    width: 33.3%;
    padding-right: 15px;
    margin-top: 15px;
    position: relative;
}
.honor_txt{
    color: #484848;
    line-height: 24px;
    position: relative;
    padding-left: 20px;
}
.honor_txt:before{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background-color: #00abeb;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px;
}
.honor_img{
    display: none;
    width: 263px;
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 7px rgba(0,0,0,.09);
    position: absolute;
    left: 0;
    top: 35px;
    z-index: 999;
}
.honor_img:before{
    content: '';
    display: block;
    height: 0;
    width: 0;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    left: 40px;
    position: absolute;
    top: -8px;
}
.honor_img img{
    width: 233px;
    height: auto;
}
.iprocess{
    margin: 20px 0 40px 0;
    overflow: hidden;
}

.course-wrap .course-list li .lctp{
    margin-top: 10px;
}



@media (min-width:1701px) and (max-width:1800px){
    .news_con .swiper-button-prev{
        left: 44.5%;
    }
    .news_con .swiper-button-next{
        right: 44.5%;
    }
    .app_con2 .swiper-button-prev1{
        left: 44.5%;
    }
    .app_con2 .swiper-button-next1{
        right: 44.5%;
    }
    .ban_info_bt{
        font-size: 54px;
    }
    .ijob1_txt h3{
        font-size: 58px;
    }
    .iapps_txt{
        width: 50%;
        right: -50%;
    }
    .ipro1s_txt1{
        font-size: 22px;
    }
    .ipro1s_txt2{
        height: 96px;
    }
    .ipro1s_txt2 dl dd{
        font-size: 15px;
    }
    .iappshow_b_info3 .layui-form-item .layui-input-inline{
        width: 170px;
    }
    .iabout_fr{
        height: 330px;
        padding-right: 15px;
    }
    .homepage-item{
        height: 348px;
    }
    .homepage-course-item{
        height: 348px;
    }
    .homepage-course-body{
        height: 348px;
    }
    .active{
        height: 348px;
    }
    .homepage-course-list{
        margin-top: 55px;
    }
    .course-body-item{
        margin-top: 30px;
    }
}

@media (min-width:1601px) and (max-width:1700px){
    .news_con .swiper-button-prev{
        left: 44%;
    }
    .news_con .swiper-button-next{
        right: 44%;
    }
    .app_con2 .swiper-button-prev1{
        left: 44%;
    }
    .app_con2 .swiper-button-next1{
        right: 44%;
    }
    .ban_info_bt{
        font-size: 50px;
    }
    .icontact_con_fl{
        padding: 30px 25px;
    }
    .ijob1_txt h3{
        font-size: 54px;
    }
    .iapps_txt{
        width: 50%;
        right: -50%;
    }
    .iapps_txt2{
        height: 150px;
    }
    .ipro1s_txt{
        padding: 28px 35px;
    }
    .ipro1s_txt1{
        font-size: 20px;
    }
    .ipro1s_txt2{
        height: 96px;
        margin: 14px 0;
    }
    .ipro1s_txt2 dl dd{
        font-size: 14px;
    }
    .iappshow_t_con1 p{
        font-size: 50px;
    }
    .iappshow_b_info1{
        font-size: 40px;
        margin-bottom: 20px;
    }
    .iappshow_b_info3{
        margin-top: 36px;
    }
    .iappshow_b_info3 .layui-form-item .layui-input-inline{
        width: 160px;
    }
    .iabout_fr{
        height: 330px;
        padding-right: 15px;
    }
    .homepage-item{
        height: 328px;
    }
    .homepage-course-item{
        height: 328px;
    }
    .homepage-course-body{
        height: 328px;
    }
    .active{
        height: 328px;
    }
    .homepage-course-title{
        width: 90px;
        height: 90px;
    }
    .homepage-course-title img{
        max-width: 60%;
    }
    .homepage-course-list{
        margin-top: 35px;
    }
    .homepage-course-list h3{
        font-size: 20px;
    }
    .course-body{
        padding: 30px 35px;
    }
    .tag-img span{
        font-size: 20px;
    }
    .course-body-item{
        margin-top: 30px;
    }
    .ihonors_fr{
        padding: 25px 30px 25px 55px;
    }
    .ihonors_fr dl:first-child{
        padding-top: 20px;
    }
}

@media (min-width:1501px) and (max-width:1600px){
    .news_con .swiper-button-prev{
        left: 44%;
    }
    .news_con .swiper-button-next{
        right: 44%;
    }
    .app_con2 .swiper-button-prev1{
        left: 44%;
    }
    .app_con2 .swiper-button-next1{
        right: 44%;
    }
    .ban_info_bt{
        font-size: 50px;
    }
    .icontact_con_fl{
        padding: 30px 25px;
    }
    .ijob1_txt h3{
        font-size: 50px;
    }
    .iapps_tb img{
        width: 65px;
        height: 65px;
    }
    .iapps_tb p{
        font-size: 28px;
    }
    .iapps_txt{
        width: 50%;
        right: -50%;
        padding: 25px 30px;
    }
    .iapps_txt2{
        margin-top: 25px;
        height: 150px;
    }
    .ipro1s_txt{
        padding: 28px 20px;
    }
    .ipro1s_txt1{
        font-size: 20px;
    }
    .ipro1s_txt2{
        height: 72px;
    }
    .ipro1s_txt2 dl dd{
        font-size: 14px;
    }
    .iappshow_t_con1 p{
        font-size: 46px;
    }
    .iappshow_b_info1{
        font-size: 40px;
        margin-bottom: 20px;
    }
    .iappshow_b_info3{
        margin-top: 36px;
    }
    .iabout_fr{
        height: 300px;
        padding-right: 15px;
    }
    .homepage-item{
        height: 307px;
    }
    .homepage-course-item{
        height: 307px;
    }
    .homepage-course-body{
        height: 307px;
    }
    .active{
        height: 307px;
    }
    .homepage-course-title{
        width: 80px;
        height: 80px;
    }
    .homepage-course-title img{
        max-width: 60%;
    }
    .homepage-course-list{
        margin-top: 35px;
    }
    .homepage-course-list h3{
        font-size: 20px;
    }
    .course-body{
        padding: 30px 35px;
    }
    .tag-img span{
        font-size: 20px;
    }
    .course-body-item{
        margin-top: 30px;
    }
    .ihonors_fr{
        padding: 25px 30px 25px 55px;
    }
    .ihonors_fr dl:first-child{
        padding-top: 20px;
    }
}

@media (min-width:1401px) and (max-width:1500px){
    .container2{
        width: 88%;
    }
    .news_con .swiper-button-prev{
        left: 43%;
    }
    .news_con .swiper-button-next{
        right: 43%;
    }
    .app_con2 .swiper-button-prev1{
        left: 43%;
    }
    .app_con2 .swiper-button-next1{
        right: 43%;
    }
    .app-min-txt p{
        font-size: 20px;
    }
    .ban_info_bt{
        font-size: 50px;
    }
    .icontact_con_fl{
        padding: 30px 25px;
    }
    .ijob1_txt h3{
        font-size: 50px;
    }
    .idevelop_txt img{
        width: 90px;
        height: 90px;
    }
    .idevelop_txt h3{
        font-size: 28px;
    }
    .inewsshow_fl{
        width: 72%;
    }
    .inewsshow_fr{
        width: 23%;
    }
    .iproject_fl{
        width: 72%;
    }
    .iapps_tb img{
        width: 65px;
        height: 65px;
    }
    .iapps_tb p{
        font-size: 26px;
    }
    .iapps_txt1 p{
        font-size: 20px;
    }
    .iapps_txt{
        width: 50%;
        right: -50%;
        padding: 25px 30px;
    }
    .iapps_txt2{
        margin-top: 25px;
        height: 150px;
    }
    .ipro1s_txt{
        padding: 25px 15px;
    }
    .ipro1s_txt1{
        font-size: 20px;
    }
    .ipro1s_txt2{
        height: 72px;
    }
    .ipro1s_txt2 dl dd{
        font-size: 14px;
    }
    .isurvey dl dt{
        margin-bottom: 30px;
    }
    .isurvey dl dt a{
        font-size: 22px;
    }
    .isurvey dl dd a{
        font-size: 17px;
    }
    .iappshow_t_con1 p{
        font-size: 46px;
    }
    .iappshow_b_info1{
        font-size: 40px;
        margin-bottom: 20px;
    }
    .iappshow_b_info3{
        margin-top: 36px;
    }
    .iabout{
        margin-bottom: 50px;
    }
    .iabout_fr{
        height: 300px;
        padding-right: 15px;
    }
    .iculture{
        padding: 50px 0;
    }
    .homepage-item{
        height: 297px;
    }
    .homepage-course-item{
        height: 297px;
    }
    .homepage-course-body{
        height: 297px;
    }
    .active{
        height: 297px;
    }
    .homepage-course-title{
        width: 80px;
        height: 80px;
    }
    .homepage-course-title img{
        max-width: 60%;
    }
    .homepage-course-list{
        margin-top: 35px;
    }
    .homepage-course-list h3{
        font-size: 20px;
    }
    .course-body{
        padding: 30px 35px;
    }
    .tag-img span{
        font-size: 20px;
    }
    .course-body-item{
        margin-top: 20px;
        height: 180px;
    }
    .ihonors_fr{
        padding: 25px 30px;
    }
    .ihonors_fr dl:first-child{
        padding-top: 0;
    }
}

@media (min-width:1280px) and (max-width:1400px){
    .about_con ul li h3 span{
        font-size: 65px;
    }
    .container2{
        width: 90%;
    }
	.show_back_fr a{
		padding-left: 20px;
	}
	.show_back_fr a:after{
		right: 10px;
	}
    .news_con .swiper-button-prev{
        left: 42%;
    }
    .news_con .swiper-button-next{
        right: 42%;
    }
    .app_con2 .swiper-button-prev1{
        left: 42%;
    }
    .app_con2 .swiper-button-next1{
        right: 42%;
    }
    .app-min-txt p{
        font-size: 20px;
    }
    .develop_fr1{
        font-size: 80px;
    }
    .ban_info_bt{
        font-size: 46px;
    }
    .icontact_con_fl{
        padding: 30px 25px;
    }
    .ijob1_txt h3{
        font-size: 46px;
    }
    .ijob1_txt p{
        font-size: 28px;
    }
    .idevelop_txt img{
        width: 80px;
        height: 80px;
    }
    .idevelop_txt h3{
        font-size: 26px;
        margin: 25px 0 20px 0;
    }
    .inews2s ul li a{
        margin: 0 30px;
        padding-bottom: 30px;
    }
    .inews2s_txt{
        margin-top: 35px;
    }
    .inews2s_txt2{
        margin: 20px 0;
    }
    .inewsshow_fl{
        width: 70%;
    }
    .inewsshow_fr{
        width: 25%;
    }
    .iproject_fl{
        width: 70%;
    }
    .iapps_tb img{
        width: 55px;
        height: 55px;
    }
    .iapps_tb p{
        font-size: 24px;
    }
    .iapps_txt1 p{
        font-size: 20px;
    }
    .iapps_txt{
        width: 50%;
        right: -50%;
        padding: 25px 30px;
    }
    .iapps_txt2{
        margin-top: 25px;
        height: 120px;
    }
    .ipro1s_txt{
        padding: 20px 15px;
    }
    .ipro1s_txt1{
        font-size: 18px;
    }
    .ipro1s_txt2{
        height: 72px;
        margin: 15px 0;
    }
    .ipro1s_txt2 dl dd{
        font-size: 14px;
    }
    .isurvey dl dt{
        margin-bottom: 25px;
    }
    .isurvey dl dt a{
        font-size: 20px;
    }
    .isurvey dl dd a{
        font-size: 16px;
    }
    .iappshow_t_con1 p{
        font-size: 46px;
    }
    .iappshow_b_info1{
        font-size: 40px;
        margin-bottom: 20px;
    }
    .iappshow_b_info3{
        margin-top: 36px;
    }
    .iabout{
        margin-bottom: 50px;
    }
    .iabout_fr{
        height: 270px;
        padding-right: 15px;
    }
    .iculture{
        padding: 50px 0;
    }
    .homepage-item{
        height: 276px;
    }
    .homepage-course-item{
        height: 276px;
    }
    .homepage-course-body{
        height: 276px;
    }
    .active{
        height: 276px;
    }
    .course-item{
        padding: 30px 15px;
    }
    .homepage-course-title{
        width: 80px;
        height: 80px;
    }
    .homepage-course-title img{
        max-width: 60%;
    }
    .homepage-course-list{
        margin-top: 35px;
    }
    .homepage-course-list h3{
        font-size: 20px;
    }
    .course-body{
        padding: 30px 25px;
    }
    .tag-img span{
        font-size: 20px;
    }
    .course-body-item{
        margin-top: 20px;
        height: 180px;
    }
    .ihonors_fr{
        padding: 25px 30px;
    }
    .ihonors_fr dl:first-child{
        padding-top: 0;
    }
}

@media (min-width:1201px) and (max-width:1279px){
    .about_con ul li h3 span{
        font-size: 65px;
    }
    .container2{
        width: 92%;
    }
    .news_con .swiper-button-prev{
        left: 42%;
    }
    .news_con .swiper-button-next{
        right: 42%;
    }
    .app_con2 .swiper-button-prev1{
        left: 42%;
    }
    .app_con2 .swiper-button-next1{
        right: 42%;
    }
    .app-min-txt p{
        font-size: 20px;
    }
    .develop_fr1{
        font-size: 80px;
    }
    .ban_info_bt{
        font-size: 46px;
    }
    .icontact_con_fl{
        padding: 30px 25px;
    }
    .ijob1_txt h3{
        font-size: 46px;
    }
    .ijob1_txt p{
        font-size: 28px;
    }
    .idevelop_txt img{
        width: 80px;
        height: 80px;
    }
    .idevelop_txt h3{
        font-size: 26px;
        margin: 25px 0 20px 0;
    }
    .inews2s ul li a{
        margin: 0 30px;
        padding-bottom: 30px;
    }
    .inews2s_txt{
        margin-top: 35px;
    }
    .inews2s_txt2{
        margin: 20px 0;
    }
    .inewsshow_fl{
        width: 70%;
    }
    .inewsshow_fr{
        width: 25%;
    }
    .iproject_fl{
        width: 70%;
    }
    .iapps_tb img{
        width: 55px;
        height: 55px;
    }
    .iapps_tb p{
        font-size: 24px;
    }
    .iapps_txt1 p{
        font-size: 20px;
    }
    .iapps_txt{
        width: 50%;
        right: -50%;
        padding: 25px 30px;
    }
    .iapps_txt2{
        margin-top: 25px;
        height: 120px;
    }
    .ipro1s_txt{
        padding: 20px 15px;
    }
    .ipro1s_txt1{
        font-size: 18px;
    }
    .ipro1s_txt2{
        height: 72px;
        margin: 15px 0;
    }
    .ipro1s_txt2 dl dd{
        font-size: 14px;
    }
    .isurvey dl dt{
        margin-bottom: 25px;
    }
    .isurvey dl dt a{
        font-size: 20px;
    }
    .isurvey dl dd a{
        font-size: 16px;
    }
    .iappshow_t_con1 p{
        font-size: 46px;
    }
    .iappshow_b_info1{
        font-size: 40px;
        margin-bottom: 20px;
    }
    .iappshow_b_info3{
        margin-top: 36px;
    }
    .iabout{
        margin-bottom: 50px;
    }
    .iabout_fr{
        height: 270px;
        padding-right: 15px;
    }
    .iculture{
        padding: 50px 0;
    }
    .homepage-item{
        height: 270px;
    }
    .homepage-course-item{
        height: 270px;
    }
    .homepage-course-body{
        height: 270px;
    }
    .active{
        height: 270px;
    }
    .course-item{
        padding: 30px 15px;
    }
    .homepage-course-title{
        width: 80px;
        height: 80px;
    }
    .homepage-course-title img{
        max-width: 60%;
    }
    .homepage-course-list{
        margin-top: 35px;
    }
    .homepage-course-list h3{
        font-size: 20px;
    }
    .course-body{
        padding: 30px 25px;
    }
    .tag-img span{
        font-size: 20px;
    }
    .course-body-item{
        margin-top: 20px;
        height: 180px;
    }
    .ihonors_fr{
        padding: 25px 30px;
    }
    .ihonors_fr dl:first-child{
        padding-top: 0;
    }

}

@media(max-width:1200px) {
    .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-about{
        margin: 50px auto;
    }
    .about_title h3{
        font-size: 30px;
    }
    .about_con{
        margin: 35px 0;
    }
    .about_con ul li h3 span{
        font-size: 60px;
    }
    .index_title h3{
        font-size: 50px;
    }
    .index_title p{
        font-size: 22px;
    }
    .news_con{
        margin: 35px 0;
    }
    .news_con .swiper-button-prev{
        left: 42%;
    }
    .news_con .swiper-button-next{
        right: 42%;
    }
    .home-application{
        margin: 50px auto;
    }
    .app-min-txt{
        bottom: 15px;
        padding: 0 15px;
    }
    .app-min-txt p{
        font-size: 20px;
    }
    .app_con2 .swiper-button-prev1{
        left: 42%;
    }
    .app_con2 .swiper-button-next1{
        right: 42%;
    }
    .home-development{
        margin: 0 auto 50px auto;
    }
    .develop_fr1{
        font-size: 60px;
    }
    .develop_fr2{
        margin: 26% 0 13% 0;
    }
    .footer1_b{
        padding: 50px 0;
    }
    .ban_info_bt{
        font-size: 40px;
    }
    .inner_title{
        font-size: 26px;
    }
    .icontact_con{
        margin: 35px 0;
    }
    .icontact_con_fl{
        width: 100%;
        padding: 30px 25px 15px 25px;
    }
    .icontact_con_fl dl{
        float: left;
        width: 48%;
        margin: 0 1% 15px 1%;
    }
    .icontact_con_fl dl:last-child{
        border-bottom: 1px solid #dfdfdf;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .icontact_con_fr{
        margin-top: 20px;
        width: 100%;
    }
    .ifeedback_con{
        margin: 35px 0;
    }
    .ifeedback_con h3{
        margin-bottom: 35px;
    }
    .ijob1_txt h3{
        font-size: 40px;
        margin-bottom: 20px;
    }
    .ijob1_txt p{
        font-size: 26px;
    }
    .ijob2{
        margin: 40px 0 50px 0;
    }
    .idevelop{
        margin-bottom: 50px;
    }
    .idevelop_txt img{
        width: 80px;
        height: 80px;
    }
    .idevelop_txt h3{
        font-size: 24px;
        margin: 20px 0;
    }
    .idevelop_txt p{
        font-size: 16px;
    }
    .idevelopshow{
        margin: 45px 0 50px 0;
    }
    .istfz{
        margin: 35px 0 50px 0;
    }
    .istfz_fl{
        float: none;
        width: 100%;
    }
    .istfz_fr{
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .inews1{
        margin-bottom: 50px;
    }
    .inews1_fl{
        width: 61%;
        margin: 0 auto;
    }
    .inews1_fr{
        width: 100%;
        margin-top: 20px;
    }
    .inews2s ul li{
        margin-bottom: 30px;
    }
    .inews2s ul li:before{
        height: 92%;
    }
    .inews2s ul li a{
        margin: 0 22px;
        padding-bottom: 22px;
    }
    .inews2s_date span{
        font-size: 40px;
    }
    .inews2s_txt{
        margin-top: 35px;
    }
    .inews2s_txt2{
        margin: 20px 0;
    }
    .inewsshow{
        margin: 35px 0 50px 0;
    }
    .inewsshow_fl{
        width: 70%;
    }
    .inewsshow_fr{
        width: 25%;
    }
    .show_title{
        display: inherit;
    }
    .show_title h3{
        font-size: 20px;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .show_back_fr{
        width: 18%;
    }
    .show_back_fr a{
        padding-left: 18px;
    }
    .inewsshow_fr li a{
        padding: 20px 15px;
    }
    .iproject_fl{
        width: 70%;
    }
    .iproject{
        margin: 35px 0 50px 0;
    }
    .iapps_tb{
        transform: rotateY(90deg);
    }
    .iapps_txt{
        right: 0;
        width: 50%;
        padding: 25px 15px;
    }
    .iapps_txt1 p{
        font-size: 20px;
    }
    .iapps_txt2{
        margin-top: 25px;
        height: 90px;
    }
    .ipro{
        margin-bottom: 50px;
    }
    .ipro1_con{
        margin: 35px 0 10px 0;
    }
    .ipro1_con ul li{
        width: 100%;
    }
    .iservice{
        margin: 35px 0 50px 0;
    }
    .iservice_fl{
        float: none;
        width: 100%;
    }
    .iservice_fr{
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .isurvey{
        padding: 50px 30px;
        margin: 35px 0 50px 0;
    }
    .isurvey dl dt{
        margin-bottom: 20px;
    }
    .isurvey dl dt a{
        font-size: 20px;
    }
    .isurvey dl dd a{
        font-size: 16px;
    }
    .iappshow_t_con{
        width: 50%;
    }
    .iappshow_t_con1 p{
        font-size: 40px;
    }
    .iappshow_t_con2{
        font-size: 16px;
        line-height: 30px;
    }
    .iappshow_b_info1{
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .iappshow_b_info2{
        font-size: 16px;
        line-height: 30px;
    }
    .iappshow_b_info3{
        margin-top: 35px;
    }
    .iabout{
        margin-bottom: 50px;
    }
    .iabout_fl{
        float: none;
        width: 68%;
        margin: 0 auto;
    }
    .iabout_fr{
        margin-top: 20px;
        float: none;
        width: 100%;
        height: auto;
    }
    .iculture{
        padding: 50px 0;
    }
    .homepage-item{
        height: 238px;
    }
    .homepage-course-item{
        height: 238px;
    }
    .homepage-course-body{
        height: 238px;
    }
    .active{
        height: 238px;
    }
    .course-item{
        padding: 30px 15px;
    }
    .homepage-course-title{
        width: 70px;
        height: 70px;
    }
    .homepage-course-title img{
        max-width: 60%;
    }
    .homepage-course-list{
        margin-top: 35px;
    }
    .homepage-course-list h3{
        font-size: 18px;
    }
    .homepage-course-list p{
        margin: 10px 0 15px 0;
    }
    .course-body{
        padding: 30px 25px;
    }
    .tag-img span{
        font-size: 18px;
    }
    .course-body-item{
        margin-top: 20px;
        height: 150px;
    }
    .iprocess{
        margin: 30px 0;
    }
    .ihonors_fr{
        padding: 25px 30px;
    }
    .ihonors_fr dl{
        padding-top: 20px;
    }
    .ihonors_fr dl dt{
        font-size: 20px;
    }
    .ihonors_fr dl dd{
        width: 100%;
        margin-top: 10px;
    }
    .inumber{
        margin: 30px 0 0 0;
    }
}

@media(max-width:768px) {
    .about_title h3{
        font-size: 26px;
    }
	.jktxt2{
	width: 100%;	
}
	.jktxt3{
		margin: 20px 0;
		font-size: 20px;
		text-align: center;
	}
	.home-banner .swiper-container .swiper-pagination-bullet{
		width: 24px;
		height: 24px;
	}
    .about_con ul li h3 span{
        font-size: 40px;
    }
    .news_con .swiper-button-prev{
        left: 38%;
    }
    .news_con .swiper-button-next{
        right: 38%;
    }
    .app_con2 .swiper-button-prev1{
        left: 38%;
    }
    .app_con2 .swiper-button-next1{
        right: 38%;
    }
    .develop_fr1{
        font-size: 40px;
    }
    .develop_fr2{
        margin: 10% 0 5% 0;
    }
    .develop_fr2 h3{
        font-size: 20px;
    }
    .develop_fr2 p{
        line-height: 25px;
    }
    .footer1_b_fl{
        width: 12%;
        padding-top: 0;
    }
    .footer1_b_fc{
        width: 65%;
        margin: 0 4%;
        padding: 0 4%;
    }
    .menulist{
        display: none;
    }
    .footer1_b_fr{
        width: 15%;
    }
    .footer1_b_fc li{
        width: 33.3%;
    }
    .footer1_b_fr h3{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .footer2_fr{
        float: none;
        width: 100%;
        text-align: center;
    }
    .footer2_fl{
        float: none;
        width: 100%;
    }
    .ban_info_bt{
        font-size: 30px;
    }
    .inner_title{
        font-size: 20px;
    }
    .icontact_con_fl dl dt{
        font-size: 16px;
        padding-left: 39px;
    }
    .icontact_con_fl dl dd{
        padding-left: 39px;
    }
    .ifeedback_con h3{
        font-size: 16px;
    }
    .ijob1_txt h3{
        font-size: 30px;
    }
    .ijob1_txt p{
        font-size: 22px;
    }
    .idevelop_txt img{
        width: 60px;
        height: 60px;
    }
    .idevelop_txt h3{
        font-size: 20px;
        margin: 15px 0;
    }
    .inews1_fl{
        width: 82%;
    }
    .inewsshow_fl{
        width: 65%;
    }
    .inewsshow_fr{
        width: 30%;
    }
    .iproject_fl{
        width: 65%;
    }
    .iprojects li a p{
        width: 75%;
    }
    .iprojects li a span{
        width: 20%;
    }
    .iapp ul li{
        width: 100%;
        margin-bottom: 20px;
    }
    .iapps_txt{
        width: 33.3%;
    }
    .iapps_txt2{
        height: 180px;
    }
    .ipro1s_txt1{
        font-size: 20px;
    }
    .ipro1s_txt2 dl dd{
        font-size: 14px;
    }
    .ipro2s_fr{
        justify-content: center;
    }
    .ipro2s_fr a{
        margin-right: 0;
    }

    .iappshow_t_img img{
        height: 600px;
    }
    .iappshow_t_con{
        width: 80%;
    }
    .iappshow_b_img img{
        height: 600px;
    }
    .iappshow_b_info{
        width: 80%;
        margin-right: 10% !important;
        margin-left: 10% !important;
        top: 10%;
        transform: translateY(0);
    }
    .iappshow_b_thum{
        margin-left: 0!important;
        left: 50%!important;
        transform: translateX(-50%);
        width: 60%!important;
        margin-right: 0!important;
        bottom: 5%;
    }
    .iappshow_b li:nth-child(3) .iappshow_b_thum{
        width: 25%!important;
    }
    .iappshow_b li:nth-child(3) .iappshow_b_thum{
        bottom: 5%;
    }

    .iabout_fl{
        width: 92%;
    }
    .active .homepage-course-item{
        opacity: 1;
    }
    .active .homepage-course-body{
        opacity: 0;
    }
    .homepage-item{
        height: 277px;
        width: 31.3%;
    }
    .course-item{
        padding: 55px 15px 30px 15px;
    }
    .homepage-course-item{
        height: 277px;
    }
    .homepage-course-body{
        height: 277px;
    }
    .active{
        width: 31.3%;
        height: 277px;
    }
    .ihonors{
        height: auto;
        width: 80%;
        margin: 0 auto;
    }
    .ihonors_fl{
        float: none;
        width: 100%;
    }
    .ihonors_fl img{
        width: 100%;
    }
    .ihonors_fr{
        float: none;
        width: 100%;
        position: static;
        height: 100%;
        width: 100%;
    }
    .ihonors_fr dl:first-child{
        padding-top: 0;
    }
}
.sj_join{
    display: none;
}
@media(max-width:600px) {
    .home-about{
        margin: 30px auto;
    }
    .about_title h3{
        font-size: 20px;
    }
    .about_title p br{
        display: none;
    }
    .about_con{
        margin: 20px 0;
    }
    .about_con ul li{
        width: 50%;
        padding: 0 10px;
        margin-bottom: 15px;
    }
    .about_con ul li h3{
        margin-bottom: 10px;
    }
    .about_con ul li h3 span{
        font-size: 30px;
    }
    .index_title h3{
        font-size: 38px;
    }
    .index_title p{
        font-size: 20px;
        margin-top: -15px;
    }
    .news_con{
        margin: 20px 0;
        padding-bottom: 25px;
    }
    .news_txt{
        margin-top: 20px;
    }
    .news_txt2{
        margin: 15px 0;
    }
    .news a:after{
        bottom: 145px;
    }
    .news_con .swiper-button-prev{
        left: 28%;
    }
    .news_con .swiper-button-next{
        right: 28%;
    }
    .home-application{
        margin: 30px auto;
    }
    .app_con2 .swiper-button-prev1{
        left: 28%;
    }
    .app_con2 .swiper-button-next1{
        right: 28%;
    }
    .app_con{
        margin-top: 20px;
    }
    .app-min-txt img{
        width: 28px;
        height: 28px;
    }
    .app-min-txt p{
        font-size: 18px;
    }
    .app_con2{
        padding-bottom: 20px;
    }
    .home-development{
        margin: 0 auto 30px auto;
    }
    .develop_fl{
        float: none;
        width: 100%;
    }
    .develop_fr{
        margin-top: 20px;
        float: none;
        width: 100%;
    }
    .develop_fr1{
        font-size: 38px;
    }
    .develop_fr2{
        margin: 20px 0;
    }
    .footer1_b_fl{
        float: none;
        width: 100%;
    }
    .footer1_b_fc{
        float: none;
        width: 100%;
        margin: 20px 0;
        overflow: hidden;
        padding: 0;
        border: none;
    }
    .footer1_b_fr{
        float: none;
        width: 100%;
    }
    .footer1_b{
        padding: 30px 0;
    }
    .footer1_b_fl a img{
        margin: auto;
    }
    .footer2{
        padding: 15px 0;
    }
    .ban_info_bt{
        font-size: 20px;
        margin-bottom: 5px;
    }
    .ban_info_wz p{
        font-size: 20px;
    }
    .inner_nav_fl{
        float: none;
        width: 100%;
    }
    .inner_nav_fr{
        float: none;
        width: 100%;
    }
    .icontact_con{
        margin: 20px 0;
    }
    .icontact_con_fl{
        padding: 30px 25px 15px 15px;
    }
    .icontact_con_fl dl{
        float: none;
        width: 100%;
        margin: 0 0 15px 0;
    }
    .ifeedback_con{
        margin: 20px 0 30px 0;
    }
    .lx1s{
        width: 100%;
        margin-bottom: 15px;
    }
    .lx1 textarea{
        height: 150px;
    }
    .lx2{
        margin-top: 15px;
    }
    .lx2_fl{
        width: 100%;
    }
    .lx2_fr{
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }
    .ijob1 li .tp{
        width: 100%;
    }
    .ijob1_txt{
        width: 100%;
        position: inherit;
        padding: 20px 15px;
    }
    .ijob1_txt h3{
        font-size: 26px;
        margin-bottom: 15px;
    }
    .ijob1_txt p{
        font-size: 20px;
    }
    .ijob2{
        margin: 20px 0 30px 0;
        /*padding: 30px 0;*/
    }
    .idevelop{
        margin-bottom: 30px;
    }
    .idevelop li a .tp{
        width: 100%;
    }
    .idevelop_txt{
        width: 100%;
        position: inherit;
        padding: 20px 15px;
    }
    .idevelopshow{
        margin: 20px 0 30px 0;
    }
    .izzjg{
        padding: 20px 0 30px 0;
    }
    .istfz{
        margin: 20px 0 30px 0;
    }
    .inews{
        margin: 20px 0 30px 0;
    }
    .inews1{
        margin-bottom: 20px;
    }
    .inews1_fl{
        width: 100%;
    }
    .inews1_fr li a{
        padding: 15px;
    }
    .inews1_fr li a .tp{
        position: inherit;
        width: 100%;
        height: auto;
        top: inherit;
        right: inherit;
    }
    .inews1_fr_date{
        margin-top: 20px;
        height: 86px;
    }
    .inews1_fr_date p{
        font-size: 40px;
    }
    .inews1_fr_txt{
        margin-top: 20px;
        margin-left: 100px;
    }
    .inews2s{
        margin-bottom: 10px;
    }
    .inews2s ul li{
        width: 100%;
        margin-bottom: 20px;
    }
    .inews2s ul li:before{
        display: none;
    }
    .inews2s ul li:nth-child(4n):after{
        display: none;
    }
    .inews2s ul li a{
        margin: 0;
    }
    .inews2s_txt{
        margin-top: 20px;
    }
    .inewsshow{
        margin: 20px 0 30px 0;
    }
    .inewsshow_fl{
        float: none;
        width: 100%;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .inewsshow_fr{
        float: none;
        width: 100%;
    }
    .show_title{
        text-align: center;
        padding-bottom: 20px;
    }
    .show_content{
        padding: 25px 0;
    }
    .show_back{
        margin-top: 25px;
    }
    .show_back_fl{
        width: 65%;
    }
    .show_back_fr{
        width: 30%;
    }
    .show_back_fr a{
        padding-left: 10px;
    }
    .show_back_fr a:after{
        right: 10px;
    }
    .inewsshow_fr h3{
        margin-bottom: 20px;
    }
    .iproject{
        margin: 5px 0 30px 0;
    }
    .iproject_fl{
        float: none;
        width: 100%;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .iprojects{
        margin-bottom: 20px;
    }
    .iprojects li a p{
        float: none;
        width: 100%;
    }
    .iprojects li a span{
        float: none;
        width: 100%;
        display: block;
    }
    .iapp{
        margin: 20px 0;
    }
    .iapps_txt{
        width: 100%;
        position: inherit;
    }
    .iapps_txt2{
        height: 150px;
    }
    .ipro{
        margin-bottom: 30px;
    }
    .ipro1_con{
        margin: 20px 0 10px 0;
    }
    .ipro1_con ul li{
        margin-bottom: 20px;
    }
    .ipro1s .tp{
        width: 100%;
    }
    .ipro1s_txt{
        width: 100%;
        padding: 20px 15px;
    }
    .ipro1s_txt1{
        font-size: 18px;
    }
    .ipro2_con{
        margin-top: 20px;
    }
    .kuandu1{
        width: 100%;
        border-bottom: 1px solid #fff;
        border-right: none;
    }
    .kuandu2{
        width: 100%;
    }
    .ipro2_con_info li{
        padding: 0;
    }
    .ipro2_con_info li .kuandu1{
        padding: 10px 15px;
    }
    .ipro2_con_info li .kuandu2{
        padding: 10px 15px;
    }
    .ipro2s_fl{
        width: 100%;
    }
    .ipro2s_fr{
        width: 100%;
        margin-top: 10px;
    }
    .ipro2s_fr a{
        margin: 0 5px;
    }
    .ipro2s_fr a:last-child{
        margin-right: 5px;
    }
    .iservice{
        margin: 20px 0 30px 0;
    }
    .isurvey{
        padding: 30px 25px;
    }
    .isurvey dl{
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
        height: auto !important;
    }
    .isurvey dl:last-child{
        margin-bottom: 0;
    }
    .isurvey dl dt{
        margin-bottom: 10px;
    }
    .isurvey dl dd{
        margin-bottom: 5px;
    }
    .isurvey dl dt a{
        font-size: 16px;
    }
    .isurvey dl dd a{
        font-size: 14px;
    }
    .iappshow_t_con{
        padding: 5%;
    }
    .iappshow_t_con1{
        margin-bottom: 20px;
    }
    .iappshow_t_con1 p{
        font-size: 30px;
    }
    .iappshow_b_info1{
        font-size: 20px;
    }
    .iappshow_b_info3{
        margin-top: 20px;
    }
    .iappshow_b_info3 .layui-form-item .layui-input-inline{
        left: 0;
        width: auto;
        margin: 0;
    }
    .iappshow_b li:nth-child(3) .iappshow_b_thum{
        width: 35%!important;
    }
    .iabout{
        margin-bottom: 30px;
    }
    .iabout_fl{
        width: 100%;
    }
    .iculture{
        padding: 30px 0 10px 0;
    }
    .homepage-item{
        height: 397px;
        width: 100%;
        margin: 0 0 20px 0;
    }
    .course-item{
        padding: 55px 15px 30px 15px;
    }
    .homepage-course-item{
        height: 397px;
    }
    .homepage-course-title{
        width: 102px;
        height: 102px;
    }
    .homepage-course-title img{
        max-width: 100%;
    }
    .homepage-course-list{
        margin-top: 110px;
    }
    .homepage-course-list p{
        margin: 10px 0 25px 0;
    }
    .homepage-course-body{
        height: 397px;
    }
    .active{
        width: 100%;
        height: 397px;
    }
    .ihonors{
        width: 100%;
    }
    .ihonors_fr{
        padding: 25px 15px;
    }
    .inumber{
        padding: 30px 0;
    }
    .ijob2{
        display: none;
    }
    .sj_join{
        display: block;
    }
    .pc_join{
        display: none;
    }
}

@media(max-width:414px) {

}

@media(max-width:375px) {

}

@media(max-width:320px) {
    .about_con ul li h3 span{
        font-size: 26px;
    }
    .about_con ul li p{
        font-size: 14px;
    }
    .index_title h3{
        font-size: 34px;
    }
    .index_title p{
        font-size: 18px;
    }
    .news_con .swiper-button-prev{
        left: 25%;
    }
    .news_con .swiper-button-next{
        right: 25%;
    }
    .app_con2 .swiper-button-prev1{
        left: 25%;
    }
    .app_con2 .swiper-button-next1{
        right: 25%;
    }
    .app-min-txt p{
        margin-left: 10px;
        font-size: 16px;
        flex: 1;
    }
    .develop_fr1{
        font-size: 34px;
    }
    .footer1_b_fc li a{
        font-size: 15px;
    }
    .show_back_fl{
        width: 60%;
    }
    .show_back_fr{
        width: 35%;
    }
}














