﻿
*, *: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:#999;
}
:-moz-placeholder {
    color:#999;
    opacity:1;
}
::-moz-placeholder {
    color:#999;
    opacity:1;
}
:-ms-input-placeholder{
    color:#999;
}
.clearfix:before, .clearfix:after {
    content:" ";
    display:table
}
.clearfix:after {
    clear:both;
    height:0;
    content:"";
    line-height:0;
    font-size:0;
    display:block
}
.clear {
    clear:both;
}
body {
    font-family:"微软雅黑;";
    font-size:14px;
    color:#666;
    line-height:1.5;
    width:100%;
    background:#fff;
    -webkit-tap-highlight-color:transparent;
}
.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
}
.container1 {
    width: 89.5%;
    margin: 0 auto;
}
header {
	width:100%;
	margin:0 auto;
	position:absolute;
    top: 0;
    z-index: 999;
}
.daohang {
	display:block;
	width:100%;
	margin:0 auto;
	height:95px;
	clear:both;
}
.yx {
	float:left;
}
.yx a {
	display:block;
    padding-top: 34px;
}
.yx img {
	max-width:100%;
	height:auto;
}
.navdaohang {
    float:right;
    margin-top: 34px;
}
.menupc li{
    float: left;
    text-align: center;
    line-height: 61px;
    z-index: 9;
    position:relative;
    margin: 0 45px;
}
.menupc li:last-child{
    margin-right: 0;
}
.menupc li:hover a{
    color: #3bc8f2;
}
.menupc li a{
    display:block;
    color: #fff;
    font-size: 16px;
    z-index: 999;
    position: relative;
}
.menupc li a:after{
    position:absolute;
    bottom: 4px;
    left:0;
    right: 0;
    content:'';
    width:0;
    height: 5px;
    background: url("../image/navli.png") no-repeat bottom center;
    margin:0 auto;
    transition:all .3s;
    -moz-transition:all .3s;
    -webkit-transition:all .3s;
    -o-transition:all .3s;
}
.menupc li a:hover:after{
    width:100%;
}
.menupc li a:hover{
    color: #3bc8f2;
}
.menupc li .current{
    color: #3bc8f2;
}
.menupc li .current:after{
    width:100%;
}


/*手机导航*/
.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 #0a78bc;
}
#mmenu li .home-search .btn-sub {
	top:0;
	border:0;
	right:0;
	color:#e20008;
	width:42px;
	height:34px;
	line-height:34px;
	text-align:center;
	position:absolute;
	cursor:pointer;
	border-radius:0;
	background:#72c02c url(404.png) no-repeat center center;
}
.container-fluid {
	margin-left:auto;
	margin-right:auto;
	padding:0 15px;
}

@media(max-width:1200px) {
	.daohang{
		height:60px;
	}
    .yx a{
        padding-top: 10px;
    }
    .yx img{
        height: 40px;
    }
	.phone-nav {
		display:block;
	}
	.navdaohang {
		display:none;
	}

}



/*swiper的banner*/
.home-banner {
    overflow:hidden;
    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;
    width: 100%;
}
.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: 13px;
    height: 13px;
    background-color: transparent;
    opacity: 1;
    outline: none;
    margin: 0px 6px;
    border-radius: 25px;
    border: 1px solid #3bc8f2;
}
.home-banner .swiper-container  .swiper-pagination-bullet-active{
    background-color: #3bc8f2;
}


footer{
    width: 100%;
    margin: 0 auto;
}
.footer2{
    background-color: #262626;
    padding: 21px 0;
    overflow: hidden;
}
.footer2 p{
    line-height: 24px;
    text-align: center;
    color: #fff;
}
.footer2 p a{
    color: #fff;
}
.footer2 p a:hover{
    color: #3bc8f2;
}
.footer1{
    background-color: #2e2e2e;
    padding: 49px 0 35px 0;
    overflow: hidden;
}
.footer1-1{
    float: left;
    width: 9%;
    padding-top: 40px;
}
.footer1-1 a{
    display: block;
}
.footer1-1 a img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.footer1-2{
    float: left;
    width: 27%;
    border-left: 1px dashed #6b6c6b;
    border-right: 1px dashed #6b6c6b;
    padding: 0 4%;
    margin-left: 3%;
    color: #fff;
}
.footer1-2 h3{
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    margin-top: 9px;
    margin-bottom: 25px;
}
.footer1-2 p{
    line-height: 27px;
    padding-left: 34px;
    margin-top: 10px;
    word-break: break-all;
}
.footer1-2 p span{
    font-size: 30px;
    line-height: 1;
}
.ftel{
    background: url("../image/tel.png") no-repeat left center;
}
.fgr{
    background: url("../image/gr.png") no-repeat left center;
}
.fdz{
    background: url("../image/dz.png") no-repeat left top;
}
.fym{
    background: url("../image/ym.png") no-repeat left top;
}
.footer1-3{
    float: left;
    width: 49.5%;
    border-right: 1px dashed #6b6c6b;
    padding: 0 2.5%;
    margin-right: 3%;
}
.footer1-3 li{
    float: left;
    width: 20%;
    padding: 0 10px;
    text-align: center;
}
.footer1-3 li a{
    display: block;
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.footer1-3 li a:after{
    content: '';
    display: block;
    width: 19px;
    height: 2px;
    background-color: #1167ad;
    margin: 5px auto 0  auto;
}
.menulist{
    margin-top: 12px;
}
.menulist li{
    float: none;
    width: 100%;
}
.menulist li a{
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #b4b4b4;
}
.menulist li a:hover{
    color: #1167ad;
}
.menulist li a:after{
    display: none;
}
.footer1-4{
    float: right;
    width: 8.5%;
}
.footer1-4 img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.footer1-4 p{
    margin-top: 10px;
    text-align: center;
    color: #b4b4b4;
}

.home-case{
    width: 100%;
    margin: 60px auto 55px auto;
    overflow: hidden;
}
.index_title{
    text-align: center;
    line-height: 1;
}
.index_title h3{
    font-size: 40px;
    color: #c0c0c0;
    font-family: "Arial";
    text-transform: capitalize;
    margin-bottom: 10px;
}
.index_title p{
    font-size: 30px;
    font-weight: bold;
    color: #000;
}
.index_title p:after{
    content: '';
    display: block;
    width: 28px;
    height: 2px;
    background-color: #4285bc;
    margin: 20px auto 0 auto;
}
.case_con{
    margin-top: 38px;
    position: relative;
}
.case_con .swiper-slide{
    display: initial;
}
.cases a{
    display:block;
    overflow: hidden;
    position: relative;
}
.cases a .pic:after{
    padding-bottom: 73.4%;
}
.cases a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.case_txt{
    text-align: center;
    padding: 20px 5px;
}
.case_txt h3{
    font-size: 16px;
    color: #4d4d4d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cases a:hover .case_txt h3{
    color: #4285bc;
}
.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;
}
.case_con .swiper-pagination1{
    display: none;
    bottom: 10px;
    width: 100%;
}
.case_con .swiper-pagination-bullet{
    width: 13px;
    height: 13px;
    background-color: transparent;
    opacity: 1;
    outline: none;
    margin: 0px 6px;
    border-radius: 25px;
    border: 1px solid #3bc8f2;
}
.case_con .swiper-pagination-bullet-active{
    background-color: #3bc8f2;
}
.index_more{
    text-align: center;
}
.index_more a{
    display: block;
    width: 130px;
    margin: 0 auto;
    line-height: 39px;
    border: 1px solid #1167ad;
    background-color: #1167ad;
    color: #fff;
    text-align: center;
    border-radius: 25px;
    transition: .5s;
}
.index_more a:hover{
    background-color: #fff;
    color: #4285bc;
}

.home-sol{
    width: 100%;
    margin: 0 auto;
    background-color: #f2f2f2;
    padding: 60px 0 100px 0;
    overflow: hidden;
}
.sol_fl{
    float: left;
    width: 16%;
    padding-left: 5.25%;
}
.sol_fl .index_title{
    text-align: justify;
}
.sol_fl .index_title p:after{
    margin: 20px 0 0 0;
}
.sol_b{
    margin-left: 30px;
    width: 60px;
}
.sol_more{
    margin-top: 25px;
}
.sol_more a{
    color: #1167ad;
}
.sol_more a:after{
    content: '';
    display: block;
    width: 1px;
    height: 124px;
    margin: 15px auto;
    background-color: #dbdbdb;
}
.sol_arrow{
    position: relative;
}
.sol_arrow .swiper-button-next, .sol_arrow .swiper-button-prev{
    display: inline-block;
    position: absolute;
    top: 0;
    width: 45px;
    height: 45px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    outline: none;
    background: transparent;
    text-align: center;
    line-height: 45px;
    border-radius: 180px;
    left: 7.5px !important;
}
.sol_arrow .swiper-button-prev{
    top: 0;
    background: #cfcfcf url("../image/arrow.png") no-repeat center;
    transform: rotateX(-180deg);
    left: auto;
}
.sol_arrow .swiper-button-next{
    top: 54px;
    right: auto;
    background: #cfcfcf url("../image/arrow.png") no-repeat center;
}
.sol_arrow .swiper-button-prev:hover{
    background: #1167ad url("../image/arrow.png") no-repeat center;
}
.sol_arrow .swiper-button-next:hover{
    background: #1167ad url("../image/arrow.png") no-repeat center;
}



.sol_fr{
    float: right;
    width: 80%;
    margin-top: 40px;
}
.sol_fr .swiper-slide{
    display: initial;
}
.sols a{
    display: block;
    position: relative;
}
.sols a .pic:after{
    padding-bottom: 75.5%;
}
.sol_txt{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    /*padding: 30px 35px;*/
}
.sol_txt1{
    top: 10%;
    left: 8%;
    z-index: 99;
    width: 84%;
    position: relative;
    transition: .5s;
}
.sol_txt1 img{
    display: block;
    max-width: 100%;
    height: 55px;
    transition: .5s;
}
.sol_txt2{
    text-align: center;
    color: #fff;
    width: 100%;
    line-height: 1;
    padding-top: 20%;
}
.sol_txt2 p{
    font-size: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}
.sol_txt2 span{
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
}
.sol_txt3{
    position: absolute;
    bottom: 10%;
    right: 8%;
    width: 84%;
    z-index: 99;
    transition: .5s;
}
.sol_txt3 img{
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    transition: .5s;
}
.sols a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.sols a:hover .sol_txt1{
    top: 12%;
}
.sols a:hover .sol_txt1 img{
    margin: auto;
}
.sols a:hover .sol_txt3{
   bottom: 15%;
}
.sols a:hover .sol_txt3 img{
    margin-right: auto;
}

.home-about{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background: #1167ad url("../image/aboutbg.jpg") no-repeat right top;
}
.about_fl{
    float: left;
    width: 50%;
}
.about_fl img{
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}
.about_fc{
    position: absolute;
    width: 226px;
    height: 226px;
    left: 50%;
    top: 50%;
    margin-left: -113px;
    margin-top: -113px;
}
.about_fr{
    float: right;
    width: 50%;
    padding: 3% 5.25% 3% 9%;
}
.about_fr .index_title{
    text-align: justify;
}
.about_fr .index_title h3{
    color: #4285bc;
}
.about_fr .index_title p{
    color: #fff;
}
.about_fr .index_title p:after{
    background-color: #4285bc;
    margin: 20px 0 0 0;
}
.about_fr1{
    line-height: 30px;
    color: #fff;
    margin: 15px 0;
}
.about_fr .index_more a{
    background-color: #fff;
    color: #1167ad;
    margin: inherit;
}
.about_fr .index_more a:hover{
    background-color: #4285bc;
    color: #fff;
}
.about_fr2{
    margin-top: 50px;
}
.about_fr2 li{
    float: left;
    width: 25%;
    text-align: center;
}
.about_fr2 li a{
    display: block;
}
.about_fr2 li a img{
    display: block;
    max-width: 100%;
    height: 52px;
    margin: auto;
    transition: .5s;
}
.about_fr2 li a p{
    font-size: 16px;
    color: #fff;
    margin-top: 15px;
}
.about_fr2 li a:hover img{
    transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    -webkit-transform:rotateY(180deg);
}

.home-pro{
    width: 100%;
    margin: 0 auto;
    background: url("../image/probg.jpg") no-repeat top center fixed;
    background-size: cover;
    overflow: hidden;
    max-height: 844px;
}
.pro_fr{
    float: right;
    width: 16%;
    padding-right: 5.25%;
    margin-top: 55px;
}
.pro_fr .index_title{
    text-align: right;
}
.pro_fr .index_title h3{
    color: #1167ad;
}
.pro_fr .index_title p{
    color: #fff;
}
.pro_fr .index_title p:after{
    margin: 20px 0 0 auto;
    background-color: #1167ad;
}
.pro_b{
    width: 60px;
    margin: 0 0 0 auto;
}
.pro_more{
    margin-top: 30px;
}
.pro_more a{
    color: #fff;
}
.pro_more a:after{
    content: '';
    display: block;
    width: 1px;
    height: 329px;
    margin: 25px auto 55px auto;
    background-color: #9aa2af;
}
.pro_arrow{
    position: relative;
}
.pro_arrow .swiper-button-next1, .pro_arrow .swiper-button-prev1{
    display: inline-block;
    position: absolute;
    top: 0;
    width: 45px;
    height: 45px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    outline: none;
    background: transparent;
    text-align: center;
    line-height: 45px;
    border-radius: 180px;
    left: 7.5px !important;
}
.pro_arrow .swiper-button-prev1{
    top: 0;
    background: #fff url("../image/arrow1.png") no-repeat center;
    transform: rotateX(-180deg);
    left: auto;
}
.pro_arrow .swiper-button-next1{
    top: 54px;
    right: auto;
    background: #fff url("../image/arrow1.png") no-repeat center;
}
.pro_arrow .swiper-button-prev1:hover{
    background: #1167ad url("../image/arrow.png") no-repeat center;
}
.pro_arrow .swiper-button-next1:hover{
    background: #1167ad url("../image/arrow.png") no-repeat center;
}
.pro_fl{
    float: left;
    width: 80%;
}
.pro_fl .swiper-slide{
    display: initial;
}
.pros a{
    display: block;
    text-align: justify;
    padding: 0 80px 70px 80px;
    border-right: 1px solid #4e5c74;
    transition: .5s;
}
.pro_txt1{
    line-height: 1;
    padding-top: 155px;
    transition: .5s;
}
.pro_txt1 span{
    display: block;
    font-size: 48px;
    color: #1167ad;
}
.pro_txt1 span:after{
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: #1167ad;
    transition: .5s;
}
.pro_txt1 p{
    margin-top: 40px;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    transition: .5s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pro_txt2{
    color: #b2c3de;
    line-height: 30px;
    height: 210px;
    overflow: hidden;
    margin: 50px 0 25px 0;
}
.pros a .pic:after{
    padding-bottom: 100%;
}
.pro_txt3{
    display: none;
    width: 126px;
    margin: 30px auto 0 auto;
    line-height: 37px;
    border: 2px solid #1167ad;
    color: #1167ad;
    border-radius: 25px;
    text-align: center;
    transition: .5s;
}
.pros a:hover{
    background-color: #fff;
}
.pros a:hover span{
    color: #5e5e5e;
}
.pros a:hover .pro_txt1{
    padding-top: 70px;
}
.pros a:hover .pro_txt1 span:after{
    width: 29px;
    margin: 15px 0 0 0;
}
.pros a:hover .pro_txt1 p{
    color: #1167ad;
}
.pros a:hover .pro_txt2{
    color: #5e5e5e;
}
.pros a:hover .pro_txt3{
    display: block;
}


/*关于我们*/
.inner-main{
    width: 100%;
    margin: 0 auto;
}
.inner_title{
    background-color: #eee;
    overflow: hidden;
}
.inner_title_fl{
    float: left;
}
.inner_title_fl p{
    float: left;
    color: #fff;
    font-size: 18px;
    background-color: #1067ae;
    line-height: 55px;
    padding: 0px 40px;
}
.inner_title_fl ul{
    float: left;
}
.inner_title_fl ul li{
    float: left;
    background: url("../image/ili.jpg")no-repeat right center;
    line-height: 55px;
}
.inner_title_fl ul li a{
    display: block;
    font-size: 16px;
    color: #484848;
    padding: 0px 25px;
    transition: .5s;
}
.inner_title_fl ul li a:hover{
    color: #1067ae;
    background: url("../image/inav.png")no-repeat bottom center;
}
.inner_title_fl ul li .current{
    color: #1067ae;
    background: url("../image/inav.png")no-repeat bottom center;
}
.inner_title_fr{
    float: right;
}
.inner_title_fr p{
    color: #303030;
    line-height: 55px;
}
.inner_title_fr p a{
    color: #303030;
}
.inner_title_fr p span{
    color: #1067ae;
}
.inner_con{
    margin: 50px 0px;
    overflow: hidden;
}
.common_title{
    text-align: center;
    font-size: 24px;
    color: #000;
    line-height: 1;
}
.common_title:after{
    content: '';
    display: block;
    width: 34px;
    height: 2px;
    background-color: #1067ae;
    margin: 14px auto 0 auto;
}
.inner_con_about{
    margin: 30px 0;
    font-size: 16px;
    color: #5d5d5d;
    line-height: 30px;
}
.inner_con_about img{
    max-width: 100%;
    height: auto;
}


/*联系我们*/
.inner_contact{
    margin: 0 0 65px 0;
    overflow: hidden;
}
.inner_contact_t{
    margin: 75px 0;
    overflow: hidden;
}
.inner_contact_t ul{
    display: flex;
    justify-content: center;
}
.inner_contact_t li{
    text-align: center;
    margin: 0 5%;
}
.inner_contact_t li img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.inner_contact_t li h3{
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin: 10px 0px;
}
.inner_contact_t li p{
    font-size: 16px;
    color: #4f4f4f;
}
.inner_contact_b{
    width: 100%;
}
.inner_contact_b img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}

.ly_con{
    margin-top: 50px;
    overflow: hidden;
    border: 1px solid #d8d8d8;
    padding: 30px 45px;
}
.ly_con h3{
    background-color: #f5f5f5;
    border: 1px solid #d8d8d8;
    overflow: hidden;
    color: #1067ae;
    line-height: 25px;
    padding: 25px 10px;
    text-align: center;
    margin-bottom: 30px;
    font-size: 14px;
}
.ly_con_fl{
    float: left;
    width: 26%;
}
.ly1{
    position: relative;
    margin-bottom: 15px;
}
.ly1 label{
    font-size: 16px;
    color: #656565;
    line-height: 43px;
    position: absolute;
    left: 20px;
}
.ly1 input{
    width: 100%;
    outline: none;
    border: 1px solid #d8d8d8;
    line-height: 43px;
    padding-left: 70px;
    color: #656565;
}
.ly_con_fr{
    float: right;
    width: 71.5%;
}
.ly2{
    position: relative;
    margin-bottom: 15px;
    height: 165px;
}
.ly2 label{
    font-size: 16px;
    color: #656565;
    line-height: 43px;
    position: absolute;
    left: 20px;
}
.ly2 textarea{
    width: 100%;
    outline: none;
    border: 1px solid #d8d8d8;
    padding: 10px 10px 10px 70px;
    line-height: 25px;
    color: #656565;
    resize: none;
    height: 165px;
}
.ly3{
    margin-bottom: 15px;
}
.ly3_fl{
    float: left;
    width: 60%;
    position: relative;
}
.ly3_fl label{
    font-size: 16px;
    color: #656565;
    line-height: 43px;
    position: absolute;
    left: 20px;
}
.ly3_fl input{
    float: left;
    width: 49%;
    outline: none;
    border: 1px solid #d8d8d8;
    line-height: 43px;
    padding-left: 80px;
    color: #656565;
}
.ly3_fl a{
    float: left;
    display: block;
    border: 1px solid #d8d8d8;
    height: 45px;
}
.ly3_fl a img{
    width: auto;
    height: 43px;
}
.ly3_fr{
    float: right;
    width: 146px;
}
.ly3_fr input{
    width: 100%;
    outline: none;
    line-height: 45px;
    color: #fff;
    border: none;
    font-size: 20px;
    background: #1067ae url("../image/fly.png") no-repeat 29px center;
    padding-left: 20px;
}

/*人才招聘*/
.inner_job{
    margin: 60px 0 50px 0;
    overflow: hidden;
}
.inner_job li{
    float: left;
    width: 50%;
    padding: 0 5%;
}
.inner_job li:nth-child(odd){
    border-right: 1px solid #e1e1e1;
}
.inner_job li a{
    display: block;
    border-bottom: 1px dashed #ccc;
    padding: 10px 0;
    line-height: 27px;
    overflow: hidden;
}
.inner_job li a p{
    float: left;
    width: 70%;
    font-size: 16px;
    color: #1e1e1e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: url("../image/p.jpg") no-repeat left center;
    padding-left: 23px;
}
.inner_job li a:hover p{
    color: #1067ae;
    background: url("../image/ph.jpg") no-repeat left center;
}
.inner_job li a span{
    float: right;
    font-size: 14px;
    color: #b0b0b0;
}

/*分页*/
.pagination{
    text-align:center;
    color:#666;
    clear:both;
}
.pagination a{
    display:inline-block ;
    color: #888;
    border:1px solid #d9d9d9;
    text-align: center;
    text-transform: capitalize;
    padding:0px 10px;
    line-height:28px;
    background-color:transparent;
    margin:0px 1px 10px 1px;
}
.pagination a:hover{
    color:#fff;
    background-color:#1067ae;
    border:1px solid #1067ae;
}
.pagination a.active {
    display: inline-block;
    color: #fff;
    background-color: #1067ae;
    border: 1px solid #1067ae;
}



/*招聘详情*/
.inner_jobshow{
    margin-bottom: 50px;
    overflow: hidden;
}
.container2{
    width: 1200px;
    margin: 0 auto;
}
.show_title{
    text-align: center;
    padding-bottom: 15px;
    border-bottom:1px solid #dcdcdc;
}
.show_title h3{
    font-size: 22px;
    font-weight:normal;
    text-align: center;
    color: #000;
    padding-bottom: 15px;
}
.show_title span{
    color:#333;
    margin:0px 10px;
    padding-left:20px;
}
.browse{
    background:url(../image/browse.png) no-repeat left center;
}
.date{
    background:url(../image/date.png) no-repeat left center;
}
.show_content{
    line-height:25px;
    color:#4c4c4c;
    padding:20px 0px;
    border-bottom:1px solid #dcdcdc;
}
.show_content img{
    display:block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}
.show_back{
    padding-top:20px;
}
.show_back_fl{
    overflow:hidden;
    float: left;
    width: 70%;
}
.show_back_fl li{
    line-height:25px;
    color:#767676;
    width:100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.show_back_fl li a{
    color:#868686;
}
.show_back_fl li a:hover{
    color:#1067ae;
}
.show_back_fr{
    float: right;
    width: 15%;
    overflow:hidden;
}
.show_back_fr a{
    display:block;
    line-height:46px;
    color:#fff;
    font-size: 16px;
    background: #1067ae url(../image/return.png) no-repeat 20px center;
    padding-right:25px;
    text-align: right;
}


/*荣誉资质*/
.inner_honor{
    margin: 50px 0 25px 0;
    overflow: hidden;
}
.inner_honor li{
    float: left;
    width: 20%;
    padding: 0 25px;
}
.inner_honor li a{
    display: block;
}
.ihonor_img{
    border: 1px solid #e6e6e6;
    padding: 4px;
}
.inner_honor li a .pic{
    background-color: #f1f2f6;
}
.inner_honor li a .pic:after{
    padding-bottom: 100%;
}
.ihonor_txt{
    font-size: 16px;
    color: #333;
    padding: 20px 5px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inner_honor li a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}


/*新闻资讯*/
.inner_news{
    margin: 50px 0 20px 0;
    overflow: hidden;
}
.inner_news li{
    float: left;
    width: 50%;
    padding: 0 17px;
    margin-bottom: 32px;
}
.inner_news li a{
    display: block;
    border: 1px solid #ddd;
    overflow: hidden;
    padding: 23px 25px;
}
.inner_news li a .pic{
    float: left;
    width: 243px;
    height: 166px;
}
.inner_news li a .pic:after{
    padding-bottom: 68.3%;
}
.inews_txt{
    margin-left: 270px;
}
.inews_txt1{
    font-size: 16px;
    color: #1e1e1e;
    line-height: 1;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inews_txt2{
    font-size: 12px;
    color: #acabab;
}
.inews_txt3{
    font-size: 14px;
    color: #666;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
    margin: 15px 0;
    text-indent: 2em;
}
.inews_txt4{
    color: #1067ae;
}
.inner_news li a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.inner_news li a:hover .inews_txt1{
    color: #1067ae;
}


/*新闻详情*/
.inner_newsshow{
    overflow: hidden;
}


/*经典案例*/
.inner_case{
    margin: 40px 0 10px 0;
    overflow: hidden;
}
.inner_case li{
    float: left;
    width: 50%;
    padding: 0 16px;
    margin-bottom: 34px;
}
.inner_case li a{
    display: block;
    background-color: #eee;
    overflow: hidden;
    transition: .5s;
}
.inner_case li a .pic{
    float: left;
    width: 422px;
    height: 310px;
}
.inner_case li a .pic:after{
    padding-bottom: 73.4%;
}
.icase_txt{
    margin-left: 422px;
    padding: 5% 5% 3% 5%;
    overflow: hidden;
}
.icase_txt1{
    font-size: 24px;
    color: #000;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.icase_txt1:after{
    content: '';
    display: block;
    width: 24px;
    height: 3px;
    background-color: #1067ae;
    margin-top: 14px;
}
.icase_txt2{
    color: #666;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    margin: 12% 0 18% 0;
}
.icase_txt3{
    width: 39px;
    height: 11px;
    background: url("../image/jt1.png") no-repeat left center;
}
.inner_case li a:hover{
    background-color: #1067ae;
}
.inner_case li a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.inner_case li a:hover .icase_txt1{
    color: #fff;
}
.inner_case li a:hover .icase_txt1:after{
    background-color: #fff;
}
.inner_case li a:hover .icase_txt2{
    color: #fff;
}
.inner_case li a:hover .icase_txt3{
    background: url("../image/jt.png") no-repeat left center;
}

/*经典案例详情*/
.inner_caseshow{
    overflow: hidden;
}


/*行业解决方案*/
.inner_sol{
    margin: 50px 0 0 0;
    overflow: hidden;
}
.inner_sol li{
    float: left;
    width: 33.3%;
    padding: 0 25px;
    margin-bottom: 45px;
}
.inner_sol li a{
    display: block;
    position: relative;
}
.inner_sol li a .pic:after{
    padding-bottom: 75.5%;
}
.isol_txt{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    /*padding: 30px 35px;*/
}
.isol_txt1{
    top: 10%;
    left: 8%;
    z-index: 99;
    width: 84%;
    position: relative;
    transition: .5s;
}
.isol_txt1 img{
    display: block;
    max-width: 100%;
    height: 55px;
    transition: .5s;
}
.isol_txt2{
    text-align: center;
    color: #fff;
    width: 100%;
    line-height: 1;
    padding-top: 20%;
}
.isol_txt2 p{
    font-size: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
    transition: .5s;
}
.isol_txt2 span{
    display: block;
    padding: 0 5px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
}
.isol_txt3{
    position: absolute;
    bottom: 10%;
    right: 8%;
    width: 84%;
    z-index: 99;
    transition: .5s;
}
.isol_txt3 img{
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    transition: .5s;
}
.inner_sol li a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.inner_sol li a:hover .isol_txt{
    background: rgba(16,103,174,.8);
}
.inner_sol li a:hover .isol_txt1{
    top: 12%;
}
.inner_sol li a:hover .isol_txt1 img{
    margin: auto;
}
.inner_sol li a:hover .isol_txt2 p{
    font-size: 36px;
}
.inner_sol li a:hover .isol_txt3{
    bottom: 18%;
}
.inner_sol li a:hover .isol_txt3 img{
    margin-right: auto;
}

/*解决方案详情*/
.inner_solshow{
    margin-bottom: 50px;
    overflow: hidden;
}



/*产品中心*/
.inner_pro{
    margin: 40px 0 50px 0;
    overflow: hidden;
}
.inner_pro_fl{
    float: left;
    width: 310px;
}
.ipro_fl_t{
    margin-bottom: 26px;
    overflow: hidden;
}
.ipro_fl_t_title{
    background-color: #1167ad;
    border-bottom: 8px solid #065595;
    overflow: hidden;
    text-align: center;
    color: #fff;
    line-height: 1;
    padding: 45px 0;
    margin-bottom: 3px;
}
.ipro_fl_t_title h3{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}
.ipro_fl_t_title p{
    font-size: 18px;
    text-transform: uppercase;
}
.ipro_fl_t_info{
    overflow: hidden;
}
.ipro_fl_t_info li{
    margin-bottom: 1px;
    overflow: hidden;
}
.ipro_fl_t_info li a{
    display: block;
    background: #eee url("../image/pli.png") no-repeat 30px center;
    line-height: 45px;
    padding: 0 30px 0 55px;
    overflow: hidden;
    color: #484848;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ipro_fl_t_info li a:hover{
    background: #eee url("../image/pli_h.png") no-repeat 30px center;
    color: #1067ae;
}
.ipro_fl_t_info li a.current{
    background: #eee url("../image/pli_h.png") no-repeat 30px center;
    color: #1067ae;
}
.ipro_fl_b{
    margin-bottom: 25px;
    overflow: hidden;
}
.ipro_fl_b img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto 10px auto;
}
.ipro_fl_b p{
    color: #484848;
    line-height: 30px;
}
.inner_pro_fr{
    margin-left: 345px;
}
.inner_pro_fr_title{
    border-bottom: 1px solid #dcdcdc;
    line-height: 35px;
    height: 46px;
    padding-bottom: 10px;
}
.inner_pro_fr_title p{
    float: left;
    font-size: 24px;
    color: #000;
    line-height: 35px;
    position: relative;
}
.inner_pro_fr_title p:after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #1167ad;
    bottom: -11px;
    position: absolute;
}
.inner_pro_fr_title span{
    float: right;
    color: #303030;
}
.inner_pro_fr_title span a{
    color: #303030;
}
.inner_pro_fr_title span em{
    color: #1067ae;
    font-style: normal;
}
.inner_pro_fr_info{
    margin: 33px 0;
    overflow: hidden;
}
.inner_pro_fr_info li{
    float: left;
    width: 25%;
    padding: 0 12px;
}
.inner_pro_fr_info li a{
    display: block;
}
.inner_pro_fr_info li a .pic{
    border: 1px solid #e1e1e1;
}
.inner_pro_fr_info li a .pic:after{
    padding-bottom: 78%;
}
.ipro_txt{
    text-align: center;
    padding: 25px 5px;
    color: #5d5d5d;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inner_pro_fr_info li a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.inner_pro_fr_info li a:hover .ipro_txt{
    color: #1167ad;
}

/*产品详情*/
.inner_proshow_fr_info{
    margin: 45px 0;
    overflow: hidden;
}
.proshow1{
    text-align: center;
    font-size: 24px;
    color: #1167ad;
    line-height: 1;
}
.proshow1:after{
    content: '';
    display: block;
    width: 34px;
    height: 2px;
    background-color: #1067ae;
    margin: 15px auto 0 auto;
}
.proshow2{
    margin: 60px 0 40px 0;
    overflow: hidden;
}
.proshow2_fl{
    float: left;
    width: 44%;
}
.proshow2_fl .pic{
    border: 1px solid #ddd;
}
.proshow2_fl .pic:after{
    padding-bottom: 78%;
}
.proshow2_fr{
    float: left;
    width: 52%;
    margin-left: 4%;
}
.proshow2_fr1{
    margin-bottom: 8%;
    overflow: hidden;
}
.proshow2_fr1 dl{
    margin-bottom: 25px;
    overflow: hidden;
    line-height: 30px;
}
.proshow2_fr1 dl dt{
    float: left;
    font-size: 16px;
    color: #1167ad;
}
.proshow2_fr1 dl dd{
    color: #5d5d5d;
    padding-left: 85px;
}
.proshow2_fr2 a{
    float: left;
    display: block;
    width: 159px;
    line-height: 38px;
    border: 1px solid #1167ad;
    border-radius: 5px;
    margin-right: 14px;
    transition: .5s;
    color: #1167ad;
    font-size: 16px;
    padding-left: 65px;
}
.proshow2_fr2 a:hover{
    color: #fff;
}
.zxly{
    background: url("../image/zxly.png") no-repeat 32px center;
}
.zxly:hover{
    background: #1167ad url("../image/zxly_h.png") no-repeat 32px center;
}
.zxzx{
    background: url("../image/zxzx.png") no-repeat 32px center;
}
.zxzx:hover{
    background: #1167ad url("../image/zxzx_h.png") no-repeat 32px center;
}
.proshow3{
    overflow: hidden;
}
.proshow3_title{
    border-bottom: 1px solid #dcdcdc;
    line-height: 30px;
    height: 41px;
    padding-bottom: 10px;
}
.proshow3_title p{
    float: left;
    font-size: 16px;
    color: #1167ad;
    line-height: 30px;
    position: relative;
}
.proshow3_title p:after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #1167ad;
    bottom: -11px;
    position: absolute;
}
.proshow3_con{
    margin: 60px 0 40px 0;
    overflow: hidden;
    font-size: 16px;
    color: #5d5d5d;
    line-height: 30px;
}
.proshow3_con img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}



@media (min-width:1701px) and (max-width:1850px){
    .sol_more a:after{
        height: 90px;
    }
    .about_fr1{
        height: 210px;
        overflow: hidden;
    }
    .about_fr2{
        margin-top: 35px;
    }
    .home-pro{
        max-height: 840px;
    }
    .pros a{
        padding: 0 60px 70px 60px;
    }
    .proshow2_fr1{
        margin-bottom: 5%;
    }
    .proshow2_fr1 dl{
        margin-bottom: 10px;
    }
}

@media (min-width:1601px) and (max-width:1700px){
    .index_title h3{
        font-size: 38px;
    }
    .index_title p{
        font-size: 28px;
    }
    .sol_more a:after{
        height: 80px;
    }
    .about_fc{
        width: 200px;
        height: 200px;
        margin-left: -100px;
        margin-top: -100px;
    }
    .about_fr1{
        height: 180px;
        overflow: hidden;
    }
    .about_fr2{
        margin-top: 35px;
    }
    .home-pro{
        max-height: 840px;
    }
    .pros a{
        padding: 0 50px 70px 50px;
    }
    .inner_case li a .pic{
        width: 400px;
        height: 294px;
    }
    .icase_txt{
        margin-left: 400px;
    }
    .proshow2_fr1{
        margin-bottom: 5%;
    }
    .proshow2_fr1 dl{
        margin-bottom: 10px;
    }
}

@media (min-width:1501px) and (max-width:1600px){
    .index_title h3{
        font-size: 36px;
    }
    .index_title p{
        font-size: 26px;
    }
    .sol_more a:after{
        height: 50px;
    }
    .about_fc{
        width: 200px;
        height: 200px;
        margin-left: -100px;
        margin-top: -100px;
    }
    .about_fr{
        padding: 45px 5.25% 45px 9%;
    }
    .about_fr1{
        height: 150px;
        overflow: hidden;
    }
    .about_fr2{
        margin-top: 35px;
    }
    .home-pro{
        max-height: 818px;
    }
    .pro_more a:after{
        height: 300px;
    }
    .pros a{
        padding: 0 50px 70px 50px;
    }
    .pro_txt1 p{
        font-size: 22px;
    }
    .inner_case li a .pic{
        width: 370px;
        height: 272px;
    }
    .icase_txt{
        margin-left: 370px;
    }
    .proshow2_fr1{
        margin-bottom: 5%;
    }
    .proshow2_fr1 dl{
        margin-bottom: 10px;
    }
}

@media (min-width:1401px) and (max-width:1500px){
    .menupc li{
        margin: 0 40px;
    }
    .footer1-2 p span{
        font-size: 28px;
    }
    .index_title h3{
        font-size: 34px;
    }
    .index_title p{
        font-size: 24px;
    }
    .sol_more a:after{
        height: 30px;
    }
    .sol_txt1 img{
        height: 50px;
    }
    .about_fc{
        width: 200px;
        height: 200px;
        margin-left: -100px;
        margin-top: -100px;
    }
    .about_fr{
        padding: 40px 4% 40px 9%;
    }
    .about_fr1{
        height: 120px;
        overflow: hidden;
    }
    .about_fr2{
        margin-top: 35px;
    }
    .home-pro{
        max-height: 756px;
    }
    .pro_more a:after{
        height: 280px;
    }
    .pros a{
        padding: 0 50px 70px 50px;
    }
    .pro_txt1 p{
        font-size: 20px;
        margin-top: 25px;
    }
    .pro_txt2{
        margin: 25px 0;
    }
    .ly_con_fl{
        width: 30%;
    }
    .ly_con_fr{
        width: 67%;
    }
    .inner_case li a .pic{
        width: 350px;
        height: 257px;
    }
    .icase_txt{
        margin-left: 350px;
    }
    .icase_txt1{
        font-size: 22px;
    }
    .icase_txt2{
        margin: 15% 0;
    }
    .proshow2_fr1{
        margin-bottom: 5%;
    }
    .proshow2_fr1 dl{
        margin-bottom: 10px;
    }
}

@media (min-width:1280px) and (max-width:1400px){
    .container1{
        width: 92%;
    }
    .menupc li{
        margin: 0 35px;
    }
    .footer1-2 p span{
        font-size: 26px;
    }
    .sol_fl{
        padding-left: 4%;
    }
    .index_title h3{
        font-size: 34px;
    }
    .index_title p{
        font-size: 24px;
    }
    .sol_more{
        margin: 25px 0;
    }
    .sol_more a:after{
        display: none;
    }
    .sol_txt1 img{
        height: 50px;
    }
    .sol_txt2{
        padding-top: 15%;
    }
    .about_fl{
        position: relative;
    }
    .about_fc{
        width: 200px;
        height: 200px;
        margin-left: -100px;
        margin-top: -100px;
    }
    .about_fr{
        padding: 30px 4%;
    }
    .about_fr1{
        height: 120px;
        overflow: hidden;
    }
    .about_fr2{
        margin-top: 25px;
    }
    .home-pro{
        max-height: 732px;
    }
    .pro_more a:after{
        height: 250px;
    }
    .pros a{
        padding: 0 40px 50px 40px;
    }
    .pro_txt1 p{
        font-size: 20px;
        margin-top: 25px;
    }
    .pro_txt2{
        margin: 25px 0;
    }
    .inner_contact{
        margin: 0 0 50px 0;
    }
    .inner_contact_t{
        margin: 50px 0;
    }
    .ly_con{
        padding: 30px;
    }
    .ly_con_fl{
        width: 32%;
    }
    .ly_con_fr{
        width: 65%;
    }
    .inews_txt3{
        margin: 12px 0;
    }
    .inner_case li{
        padding: 0 12px;
        margin-bottom: 24px;
    }
    .inner_case li a .pic{
        width: 300px;
        height: 220px;
    }
    .icase_txt{
        margin-left: 300px;
    }
    .icase_txt1{
        font-size: 20px;
    }
    .icase_txt2{
        margin: 7% 0;
    }
    .inner_sol li{
        padding: 0 20px;
    }
    .isol_txt1 img{
        height: 50px;
    }
    .inner_sol li a:hover .isol_txt2 p{
        font-size: 24px;
    }
    .inner_sol li a:hover .isol_txt3{
        bottom: 15%;
    }
    .inner_pro_fr_info li{
        padding: 0 8px;
    }
    .ipro_txt{
        padding: 20px 5px;
    }
    .proshow2_fr1{
        margin-bottom: 5%;
    }
    .proshow2_fr1 dl{
        margin-bottom: 10px;
    }
}

@media (min-width:1201px) and (max-width:1279px){
    .container1{
        width: 95%;
    }
    .menupc li{
        margin: 0 30px;
    }
    .footer1-2{
        padding: 0 3%;
    }
    .footer1-2 p span{
        font-size: 24px;
    }
    .sol_fl{
        padding-left: 2.5%;
    }
    .index_title h3{
        font-size: 34px;
    }
    .index_title p{
        font-size: 24px;
    }
    .sol_more{
        margin: 25px 0;
    }
    .sol_more a:after{
        display: none;
    }
    .sol_txt1 img{
        height: 45px;
    }
    .sol_txt2{
        padding-top: 15%;
    }
    .about_fl{
        position: relative;
    }
    .about_fc{
        width: 200px;
        height: 200px;
        margin-left: -100px;
        margin-top: -100px;
    }
    .about_fr{
        padding: 30px 2.5%;
    }
    .about_fr1{
        height: 90px;
        overflow: hidden;
    }
    .about_fr2{
        margin-top: 25px;
    }
    .home-pro{
        max-height: 704px;
    }
    .pro_more a:after{
        height: 200px;
    }
    .pros a{
        padding: 0 40px 50px 40px;
    }
    .pro_txt1 span{
        font-size: 40px;
    }
    .pro_txt1 p{
        font-size: 20px;
        margin-top: 20px;
    }
    .pro_txt2{
        margin: 25px 0;
    }
    .inner_contact{
        margin: 0 0 50px 0;
    }
    .inner_contact_t{
        margin: 50px 0;
    }
    .ly_con{
        padding: 30px;
    }
    .ly_con_fl{
        width: 34%;
    }
    .ly_con_fr{
        width: 63%;
    }
    .inews_txt3{
        margin: 10px 0;
    }
    .inner_case li{
        padding: 0 12px;
        margin-bottom: 24px;
    }
    .inner_case li a .pic{
        width: 300px;
        height: 220px;
    }
    .icase_txt{
        margin-left: 300px;
    }
    .icase_txt1{
        font-size: 20px;
    }
    .icase_txt2{
        margin: 8% 0;
    }
    .inner_sol li{
        padding: 0 20px;
    }
    .isol_txt1 img{
        height: 50px;
    }
    .inner_sol li a:hover .isol_txt2 p{
        font-size: 24px;
    }
    .inner_sol li a:hover .isol_txt3{
        bottom: 15%;
    }
    .inner_pro_fr_info li{
        padding: 0 8px;
    }
    .ipro_txt{
        padding: 20px 5px;
    }
    .proshow2_fr1{
        margin-bottom: 5%;
    }
    .proshow2_fr1 dl{
        margin-bottom: 10px;
    }


}

@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-left:auto;
        margin-right:auto;
    }
    .footer1-1{
        width: 10%;
    }
    .footer1-2{
        padding: 0 2%;
        margin-left: 2%;
    }
    .footer1-2 h3{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .footer1-2 p span{
        font-size: 14px;
    }
    .footer1-3{
        padding: 0 2%;
        margin-right: 2%;
    }
    .footer1-3 li{
        padding: 0 5px;
    }
    .home-case{
        margin: 50px auto;
    }
    .home-sol{
        padding: 50px 0;
    }
    .sol_fl{
        float: none;
        width: 100%;
        padding-left: 0%;
    }
    .sol_fl .index_title{
        text-align: center;
    }
    .sol_fl .index_title p:after{
        margin: 20px auto 0 auto;
    }
    .sol_b{
        width: 100%;
        margin-left: 0;
    }
    .sol_more{
        text-align: center;
        margin: 15px 0;
    }
    .sol_more a:after{
        display: none;
    }
    .sol_arrow{
        display: flex;
        justify-content: center;
    }
    .sol_arrow .swiper-button-next, .sol_arrow .swiper-button-prev{
        position: inherit;
        top: inherit;
        left: inherit !important;
        margin: 0 10px;
    }
    .sol_arrow .swiper-button-prev{
        transform: rotate(-270deg);
    }
    .sol_arrow .swiper-button-next{
        transform: rotate(-90deg);
    }
    .sol_fr{
        float: none;
        width: 100%;
    }
    .sol_txt1 img{
        height: 50px;
    }
    .sol_txt2{
        padding-top: 15%;
    }
    .about_fc{
        width: 150px;
        height: 150px;
        margin-left: -75px;
        margin-top: -75px;
    }
    .about_fl{
        position: relative;
    }
    .about_fr{
        padding: 3% 15px;
    }
    .about_fr1{
        height: 90px;
        overflow: hidden;
    }
    .about_fr2{
        margin-top: 20px;
    }
    .pro_fr{
        float: none;
        width: 100%;
        margin-top: 50px;
        padding-right: 0;
    }
    .pro_fr .index_title{
        text-align: center;
    }
    .pro_fr .index_title p:after{
        margin: 20px auto 0 auto;
    }
    .pro_b{
        width: 100%;
        margin: 0 auto;
    }
    .pro_more{
        text-align: center;
        margin: 15px 0;
    }
    .pro_more a:after{
        display: none;
    }
    .pro_arrow{
        display: flex;
        justify-content: center;
    }
    .pro_arrow .swiper-button-next1, .pro_arrow .swiper-button-prev1{
        position: inherit;
        top: inherit;
        left: inherit !important;
        margin: 0 10px;
    }
    .pro_arrow .swiper-button-prev1{
        transform: rotate(-270deg);
    }
    .pro_arrow .swiper-button-next1{
        transform: rotate(-90deg);
    }
    .pro_fl{
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .pros a{
        padding: 0 40px 50px 40px;
    }
    .pro_txt1{
        padding-top: 50px;
    }
    .pros a:hover .pro_txt1{
        padding-top: 50px;
    }
    .pro_txt1 span:after{
        display: none;
    }
    .pros a:hover .pro_txt1 span:after{
        display: none;
    }
    .pros a:hover .pro_txt3{
        display: none;
    }
    .pro_txt1 span{
        font-size: 40px;
    }
    .pro_txt1 p{
        font-size: 20px;
        margin-top: 20px;
    }
    .pro_txt2{
        margin: 25px 0;
    }
    .inner_con_about img{
        display: block;
        margin: auto;
    }
    .inner_contact{
        margin: 0 0 50px 0;
    }
    .inner_contact_t{
        margin: 50px 0;
    }
    .inner_contact_t li{
        margin: 0 3%;
    }
    .ly_con_fl{
        width: 32%;
    }
    .ly_con_fr{
        width: 65%;
    }
    .inner_job{
        margin: 50px 0;
    }
    .inner_honor li{
        padding: 0 10px;
    }
    .inner_news li{
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .inner_news li a .pic {
        float: left;
        width: 220px;
        height: 150px;
    }
    .inews_txt{
        margin-left: 240px;
    }
    .inews_txt1{
        margin-bottom: 5px;
    }
    .inews_txt3{
        margin: 8px 0;
    }
    .inner_case li a .pic{
        float: none;
        width: 100%;
        height: auto;
    }
    .icase_txt{
        margin-left: 0;
        padding: 5%;
    }
    .icase_txt1{
        font-size: 20px;
    }
    .icase_txt2{
        margin: 8% 0;
    }
    .inner_sol li{
        padding: 0 15px;
        margin-bottom: 30px;
    }
    .isol_txt1 img{
        height: 45px;
    }
    .isol_txt2{
        padding-top: 15%;
    }
    .inner_sol li a:hover .isol_txt3{
        bottom: 15%;
    }
    .inner_pro_fr_info li{
        width: 50%;
    }
    .inner_proshow_fr_info{
        margin: 30px 0;
    }
    .proshow2_fl{
        float: none;
        width: 100%;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .proshow2_fr{
        float: none;
        width: 100%;
        margin-left: 0;
    }
    .proshow2{
        margin: 20px 0;
    }
    .proshow2_fr1{
        margin-bottom: 25px;
    }
    .proshow3_con{
        margin: 40px 0 20px 0;
    }
    .inner_proshow_fr_info .show_back_fr{
        width: 20%;
    }
}

@media(max-width:768px) {
    .case_con{
        padding-bottom: 30px;
    }
    .case_con .swiper-pagination1{
        display: block;
    }
    .sol_txt1 img{
        height: 40px;
    }
    .sol_txt2 p{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .about_fl{
        float: none;
        width: 100%;
    }
    .about_fr{
        float: none;
        width: 100%;
        overflow: hidden;
    }
    .inner_contact_t li{
        margin: 0 10px;
    }
    .ly_con{
        padding: 20px 15px;
    }
    .ly_con_fl{
        width: 35%;
    }
    .ly_con_fr{
        width: 60%;
    }
    .inner_honor{
        margin: 50px 0 35px 0;
    }
    .ihonor_txt{
        padding: 10px 5px;
        font-size: 14px;
    }
    .inner_news li{
        float: none;
        width: 100%;
        padding: 0;
    }
    .inner_news li a{
        padding: 20px;
    }
    .icase_txt1{
        font-size: 18px;
    }
    .isol_txt1 img{
        height: 40px;
    }
    .inner_sol li{
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .isol_txt2 p{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .isol_txt2 span{
        font-size: 15px;
    }
    .inner_sol li a:hover .isol_txt2 p{
        font-size: 20px;
    }
    .inner_pro_fl{
        width: 270px;
    }
    .inner_pro_fr{
        margin-left: 300px;
    }
    .inner_pro_fr_info li{
        padding: 0 8px;
    }
    .ipro_txt{
        padding: 15px 5px;
    }
    .proshow2_fr1 dl{
        margin-bottom: 10px;
    }
    .inner_proshow_fr_info .show_back_fr{
        width: 25%;
    }
}

@media(max-width:600px) {
    .footer1{
        padding: 30px 0;
    }
    .footer1-1{
        float: none;
        width: 100%;
        padding-top: 0;
    }
    .footer1-2{
        float: none;
        width: 100%;
        padding: 0;
        border: none;
        margin: 20px 0;
        overflow: hidden;
    }
    .footer1-3{
        display: none;
    }
    .footer1-4{
        float: none;
        width: 100%;
    }
    .home-case{
        margin: 30px auto;
    }
    .index_title h3{
        font-size: 26px;
    }
    .index_title p{
        font-size: 20px;
    }
    .case_con{
        margin-top: 20px;
    }
    .case_txt{
        padding: 15px 5px;
    }
    .case_txt h3{
        font-size: 15px;
    }
    .home-sol{
        padding: 30px 0;
    }
    .sol_fr{
        margin-top: 20px;
    }
    .sol_txt1 img{
        height: 30px;
    }
    .sol_txt2 p{
        font-size: 16px;
    }
    .sol_txt2 span{
        font-size: 14px;
    }
    .about_fc {
        width: 120px;
        height: 120px;
        margin-left: -60px;
        margin-top: -60px;
    }
    .about_fr{
        padding: 30px 15px;
    }
    .about_fr2 li a p{
        font-size: 15px;
    }
    .pros a{
        padding: 0 15px 30px 15px;
    }
    .pro_txt1{
        padding-top: 30px;
    }
    .pros a:hover .pro_txt1{
        padding-top: 30px;
    }
    .pro_txt1 span{
        font-size: 30px;
    }
    .pro_txt1 p{
        font-size: 18px;
    }
    .pro_txt2{
        margin: 20px 0;
        line-height: 25px;
        height: 150px;
    }
    .inner_title_fl{
        float: none;
        overflow: hidden;
    }
    .inner_title_fr{
        float: none;
    }
    .inner_title_fl p{
        float: none;
        text-align: center;
        line-height: 40px;
    }
    .inner_title_fl ul{
        float: none;
    }
    .inner_title_fl ul li{
        line-height: 40px;
    }
    .inner_title_fl ul li a{
        padding: 0 20px;
        font-size: 15px;
    }
    .inner_title_fr p{
        line-height: 40px;
    }
    .inner_con{
        margin: 30px 0;
    }
    .inner_con_about{
        margin: 20px 0 0 0;
        font-size: 15px;
    }
    .common_title{
        font-size: 20px;
    }
    .inner_contact{
        margin: 0 0 30px 0;
    }
    .inner_contact_t{
        margin: 20px 0 0 0;
    }
    .inner_contact_t li{
        margin: 0;
        padding: 0 10px;
    }
    .inner_contact_t ul{
        display: inherit;
        justify-content: inherit;
    }
    .inner_contact_t li{
        float: left;
        width: 50%;
        margin-bottom: 10px;
    }
    .inner_contact_t li h3{
        font-size: 16px;
    }
    .inner_contact_t li p{
        font-size: 14px;
        line-height: 25px;
        height: 50px;
        overflow: hidden;
    }
    .ly_con h3{
        padding: 15px 10px;
        margin-bottom: 20px;
    }
    .ly_con_fl{
        float: none;
        width: 100%;
    }
    .ly_con_fr{
        float: none;
        width: 100%;
    }
    .ly1 label{
        font-size: 15px;
    }
    .ly2{
        height: 120px;
    }
    .ly2 label{
        font-size: 15px;
    }
    .ly2 textarea{
        height: 120px;
    }
    .ly3_fl label{
        font-size: 15px;
    }
    .ly3_fl{
        float: none;
        width: 100%;
        overflow: hidden;
        margin-bottom: 15px;
    }
    .ly3_fr{
        float: none;
        width: 100%;
    }
    .ly3_fl input{
        width: 68%;
    }
    .ly3_fl a{
        width: 32%;
    }
    .ly3_fr input{
        padding-left: 0;
    }
    .inner_job{
        margin: 20px 0;
    }
    .inner_job li{
        float: none;
        width: 100%;
        padding: 0;
    }
    .inner_job li:nth-child(odd){
        border-right: none;
    }
    .inner_job li a p{
        font-size: 15px;
    }
    .inner_jobshow{
        margin-bottom: 0;
    }
    .inner_honor {
        margin: 20px 0 15px 0;
    }
    .inner_honor li{
        width: 50%;
        padding: 0 5px;
    }
    .inner_news{
        margin: 20px 0 10px 0;
    }
    .inner_news li a{
        padding: 15px;
    }
    .inner_news li a .pic{
        float: none;
        width: 100%;
        height: auto;
    }
    .inews_txt{
        margin-top: 20px;
        margin-left: 0;
    }
    .show_back_fl{
        width: 65%;
    }
    .show_back_fr{
        width: 30%;
    }
    .inner_case{
        margin: 20px 0 10px 0;
    }
    .inner_case li{
        padding: 0 5px;
        margin-bottom: 15px;
    }
    .icase_txt{
        padding: 15px;
    }
    .icase_txt1{
        font-size: 16px;
    }
    .icase_txt2{
        margin: 10px 0;
        line-height: 25px;
        height: 75px;
    }
    .inner_sol{
        margin: 20px 0 0 0;
    }
    .inner_sol li{
        width: 50%;
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .isol_txt1 img{
        height: 25px;
    }
    .isol_txt2 p{
        font-size: 16px;
    }
    .inner_sol li a:hover .isol_txt2 p{
        font-size: 16px;
    }
    .isol_txt2 span{
        font-size: 13px;
    }
    .inner_sol li a:hover .isol_txt3{
        bottom: 10%;
    }
    .inner_solshow{
        margin-bottom: 0;
    }
    .inner_pro{
        margin: 30px 0;
    }
    .inner_pro_fl{
        display: none;
        float: none;
        width: 100%;
    }
    .inner_pro_fr{
        margin-left: 0;
    }
    .inner_pro_fr_title{
        height: 41px;
        padding-bottom: 5px;
    }
    .inner_pro_fr_title p{
        font-size: 18px;
    }
    .inner_pro_fr_title p:after{
        bottom: -6px;
    }
    .inner_pro_fr_info{
        margin: 20px 0;
    }
    .inner_pro_fr_info li{
        padding: 0 5px;
    }
    .ipro_txt{
        padding: 10px 5px;
        font-size: 15px;
    }
    .show_title h3{
        font-size: 20px;
    }
    .proshow1{
        font-size: 20px;
    }
    .proshow2_fr2 a{
        width: 155px;
    }
    .proshow2_fr2 a:last-child{
        margin-right: 0;
    }
    .inner_proshow_fr_info .show_back_fl{
        width: 65%;
    }
    .inner_proshow_fr_info .show_back_fr{
        width: 30%;
    }
}

@media(max-width:414px) {

}

@media(max-width:375px) {

}

@media(max-width:320px) {
    .sol_txt1 img{
        height: 45px;
    }
    .sol_txt2{
        padding-top: 15%;
    }
    .sol_txt3{
        bottom: 20px;
    }
    .about_fc {
        width: 100px;
        height: 100px;
        margin-left: -50px;
        margin-top: -50px;
    }
    .about_fr2 li a img{
        height: 45px;
    }
    .about_fr2 li a p{
        font-size: 14px;
    }
    .pro_fr{
        margin-top: 30px;
    }
    .pros a{
        border-right: none;
    }
    .show_back_fr a{
        background: #1067ae url(../image/return.png) no-repeat 15px center;
        padding-right: 15px;
    }
    .inner_sol li{
        float: none;
        width: 100%;
        padding: 0;
    }
    .isol_txt1 img{
        height: 40px;
    }
    .isol_txt2{
        padding-top: 20%;
    }
    .inner_sol li a:hover .isol_txt3{
        bottom: 15%;
    }
    .proshow2_fr2 a{
        width: 135px;
        padding-left: 50px;
    }
    .zxly{
        background: url("../image/zxly.png") no-repeat 18px center;
    }
    .zxly:hover{
        background: #1167ad url("../image/zxly_h.png") no-repeat 18px center;
    }
    .zxzx{
        background: url("../image/zxzx.png") no-repeat 18px center;
    }
    .zxzx:hover{
        background: #1167ad url("../image/zxzx_h.png") no-repeat 18px center;
    }

}














