@charset "utf-8";
*, *:before, *:after {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    outline:0;
    margin:0;
    padding:0;
}
#bsWXBox {
    box-sizing:content-box;
}
ul {
    list-style:none;
}
body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select {
    margin:0;
    padding:0;
}
a:link, a:visited {
    text-decoration:none;
    outline:0;
    color:#666
}
a:hover, a:active, a:focus {
    color:#666;
    text-decoration:none
}
img {
    border:0;
    padding: 0;
    margin: 0;
    max-width:100%;
}
table {
    border-collapse:collapse;
    width:100%
}
h1, h2, h3, h4, h5, h6 {
    font-weight:normal;
}
input, textarea {
    font-size:14px;
    outline:0;
    overflow:hidden;
    font-family:arial, "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:#666;
}
:-moz-placeholder {
    color:#666;
    opacity:1;
}
::-moz-placeholder {
    color:#666;
    opacity:1;
}
:-ms-input-placeholder{
    color:#666;
}
.clearfix:after {
    clear:both;
    height:0;
    content:"";
    line-height:0;
    font-size:0;
    display:block
}
.clear {
    clear:both;
}
/*@font-face {
    font-family: 'calibri';
    src: url('../fonts/calibri.eot');
    src: url('../fonts/calibri.eot?#iefix') format('embedded-opentype'),
    url('../fonts/calibri.woff') format('woff'),
    url('../fonts/calibri.ttf') format('truetype'),
    url('../fonts/calibri.svg#minijianyaya') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
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: 1200px;
    margin: 0 auto;
}
header {
	width:100%;
	margin:0 auto;
    position: relative;
    z-index: 999;
}
.daohang {
	display:block;
	width:100%;
	margin:0 auto;
	height:77px;
	clear:both;
}
.yx {
	float:left;
}
.yx a {
	display:block;
    padding-top: 19px;
}
.yx img {
	max-width:100%;
	height:auto;
}
.navdaohang {
	float:right;
}
.menupc li{
    float: left;
    text-align: center;
    line-height:100px;
    z-index: 9;
    position:static;
}
.menupc li:hover a{
    color: #0076c6;
}
.menupc li a{
    display:block;
    color: #000;
    font-size: 20px;
    padding: 0px 38px;
    z-index: 999;
    position: relative;
}
.menupc li a:after{
    position:absolute;
    bottom:0;
    left:0;
    right: 0;
    content:'';
    width:0;
    height: 4px;
    background-color: #0076c6;
    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: #0076c6;
}
.menupc li .current{
    color: #0076c6;
}
.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:#0a78bc url(../images/search3.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: 9px;
    }
    .yx img{
        height: 42px;
    }
	.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;
}
.banners a img{
    display: block;
    width: 100%;
    height: auto;
}
.home-banner .swiper-container .swiper-pagination{
    bottom: 5px;
    right: 0px;
    width: 100%;
}
.home-banner .swiper-container .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    background-color: #fff;
    opacity: 1;
    outline: none;
    margin: 0px 15px !important;
    border-radius: 25px;
}
.home-banner .swiper-container  .swiper-pagination-bullet-active{
    background-color: #08689e;
}




footer{
    width: 100%;
    margin: 0 auto;
    background-color: #333;
    overflow: hidden;
}
.footer2{
    border-top: 2px solid #3b3a3a;
    overflow: hidden;
    padding: 55px 0;
}
.footer2 p{
    text-align: center;
    font-size: 16px;
    color: #aaa;
    line-height: 30px;
}
.footer2 p a{
    font-size: 16px;
    color: #aaa;
}
.footer2 p a:hover{
    color: #09699c;
}
.footer1{
    padding: 60px 0;
    overflow: hidden;
}
.footer1 ul{
    display: flex;
    justify-content: center;
}
.footer1 ul li{
    background: url("../images/li.jpg") no-repeat right center;
}
.footer1 ul li:last-child{
    background: none;
}
.footer1 ul li a{
    display: block;
    font-size: 20px;
    color: #f0f0f0;
    font-weight: bold;
    padding: 0 55px;
}
.footer1 ul li a:hover{
    color: #09699c;
}


.home-hezuo{
    width: 100%;
    margin: 55px auto 75px auto;
}
.index_title{
    text-align: center;
    font-size: 24px;
    line-height: 1;
}
.index_title p{
    text-transform: uppercase;
    color: #999;
}
.index_title p:after{
    content: '';
    display: block;
    width: 48px;
    height: 5px;
    background-color: #09699c;
    margin: 18px auto 14px auto;
    border-radius: 5px;
}
.index_title h3{
    color: #333;
}
.hezuo_con{
    margin-top: 45px;
    position: relative;
}
.hezuo_con .swiper-slide{
    display: initial;
}
.hzs a{
    display:block;
    overflow: hidden;
    background-color: #fff;
}
.hzs a .pic{
    border: 1px solid #eee;
    padding: 10px;
}
.hzs a .pic:after{
    padding-bottom: 55.5%;
}
.hzs a:hover .pic{
    border: 1px solid #09699c;
}
.hzs a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.hezuo_con .swiper-button-next, .hezuo_con .swiper-button-prev{
    display: block;
    position: absolute;
    top: 50%;
    width: 34px;
    height: 34px;
    margin-top: -17px;
    z-index: 10;
    cursor: pointer;
    outline: none;
    background: transparent;
    font-size: 34px;
    color: #ddd;
    text-align: center;
    line-height: 34px;
    border-radius: 180px;
}
.hezuo_con .swiper-button-next:hover ,.hezuo_con .swiper-button-prev:hover{
    color: #09699c;
}
.hezuo_con .swiper-button-prev{
    left: -50px;
    right: auto;
    transform: rotateY(-180deg);
}
.hezuo_con .swiper-button-next{
    right: -50px;
    left: auto;
}

.home-contact{
    width: 100%;
    margin: 0 auto;
    background-color: #f0f0f0;
    padding: 55px 0 60px 0;
    overflow: hidden;
}
.contact_con{
    margin-top: 65px;
}
.contact_con_fl{
    float: left;
    width: 30%;
}
.contact_con_fl h3{
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 50px;
}
.contact_con_fl li{
    margin-bottom: 40px;
    overflow: hidden;
    font-weight: bold;
    color: #666;
    padding-left: 97px;
}
.contact_con_fl li p{
    font-size: 24px;
}
.contact_con_fl li span{
    font-size: 18px;
}
.tel{
    background: url("../images/tel.png") no-repeat left center;
}
.fax{
    background: url("../images/fax.png") no-repeat left center;
}
.address{
    background: url("../images/address.png") no-repeat left center;
}
.contact_con_fr{
    float: right;
    width: 62%;
}
.contact_con_fr h3{
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 50px;
}
.cly_t{
    overflow: hidden;
}
.cly_fl{
    float: left;
    width: 57%;
}
.cly1{
    margin-bottom: 40px;
    position: relative;
}
.cly1 textarea{
    width: 100%;
    height: 207px;
    border: 1px solid #ccc;
    background-color: transparent;
    padding: 15px;
    line-height: 25px;
    resize: none;
    color: #666;
    font-size: 16px;
}
.cly1 input{
    width: 100%;
    height: 43px;
    line-height: 41px;
    border: 1px solid #ccc;
    background-color: transparent;
    padding-left: 15px;
    color: #666;
    font-size: 16px;
}
.cly1 a{
    position: absolute;
    right: 1px;
    top: 1px;
}
.cly1 a img{
    width: auto;
    height: 41px;
}
.cly_fr{
    float: right;
    width: 37%;
}
.cly_b{
    margin-top: 15px;
    text-align: center;
}
.cly_b button{
    width: 269px;
    height: 43px;
    line-height: 43px;
    background-color: #09699c;
    border: none;
    text-align: center;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
}

.home-about{
    width: 100%;
    margin: 0 auto;
    background: url("../images/aboutbg.jpg") no-repeat top center;
    background-size: cover;
    height: 600px;
    padding: 85px 0 50px 0;
}
.about_fl{
    float: left;
    width: 45%;
}
.about_fl .index_title{
    text-align: left;
}
.about_fl .index_title p{
    color: #fff;
}
.about_fl .index_title p:after{
    margin: 18px 0 14px 0;
}
.about_fl .index_title h3{
    color: #fff;
}
.about_fl_con{
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    margin: 30px 0;
}
.about_fl_more a{
    display: block;
    line-height: 41px;
    border: 1px solid #fff;
    border-radius: 5px;
    text-align: center;
    width: 158px;
    position: relative;
}
.about_fl_more a:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #fff;
    transition: .5s;
}
.about_fl_more a p{
    color: #fff;
    position: relative;
    z-index: 999;
}
.about_fl_more a:hover:after{
    width: 100%;
}
.about_fl_more a:hover p{
    color: #09699c;
}
.about_fr{
    float: right;
    width: 50%;
    position: relative;
    margin-top: 80px;
}
.about_fr:before{
    content: '';
    display: block;
    width: 15px;
    height: 175px;
    background-color: #09699c;
    position: absolute;
    left: -15px;
    bottom: -15px;
}
.about_fr:after{
    content: '';
    display: block;
    width: 250px;
    height: 15px;
    background-color: #09699c;
    position: absolute;
    left: 0;
    bottom: -15px;
}
.about_fr img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}

.home-pro{
    width: 100%;
    margin: 65px auto 85px auto;
    overflow: hidden;
}
.pro_con{
    margin-top: 50px;
    overflow: hidden;
}
.pro_con li{
    float: left;
    width: 33.3%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.pro_con li a{
    display: block;
}
.pro_con li a .pic{
    background-color: #ececec;
    border: 1px solid #eee;
}
.pro_con li a .pic:after{
    padding-bottom: 52.1%;
}
.pro_txt{
    padding: 20px 5px;
    text-align: center;
}
.pro_txt h3{
    font-size: 18px;
    color: #333;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}
.pro_con li a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.pro_con li a:hover .pro_txt h3{
    color: #09699c;
}
.pro_more{
    text-align: center;
}
.pro_more a{
    display: block;
    width: 165px;
    margin: 0 auto;
    line-height: 37px;
    font-size: 16px;
    background: #09699c url("../images/arrow.png") no-repeat 112px center;
    border-radius: 25px;
    color: #fff;
    padding-left: 40px;
    text-align: left;
    transition: .5s;
}
.pro_more a:hover{
    box-shadow:inset 0 0 0 .2rem rgba(255, 255, 255, .4);
}

.home-procate{
    width: 100%;
    margin: 75px auto 0 auto;
    overflow: hidden;
}
.home-procate li{
    float: left;
    width: 25%;
    padding: 0 11px;
}
.home-procate li a{
    display: block;
    position: relative;

}
.home-procate li a .pic{
    border-radius: 15px;
}
.home-procate li a .pic:after{
    padding-bottom: 72.3%;
}
.procate_txt1{
    border-radius: 15px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.procate_txt1 h3{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.procate_txt2{
    border-radius: 15px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(9,105,156,.57);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.procate_txt2s{
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
}
.procate_txt21{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
}
.procate_txt22{
    font-size: 16px;
    color: #fff;
}
.home-procate li a:hover .procate_txt1{
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}
.home-procate li a:hover .procate_txt2{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}


/*联系我们*/
.inner-main{
    width: 100%;
    margin: 0 auto;
}
.inner_dh{
    border-bottom: 1px solid #dadada;
    border-top: 1px solid #dadada;
    overflow: hidden;
    box-shadow: 0 0 7px rgba(0,0,0,.04);
}
.inner_nav{
    float: left;
}
.inner_nav li{
    float: left;
}
.inner_nav li a{
    display: block;
    font-size: 16px;
    color: #494949;
    line-height: 80px;
    padding: 0 30px;
    transition: .5s;
}
.inner_nav li a:hover{
    background-color: #07689f;
    color: #fff;
    font-weight: bold;
}
.inner_nav li a.active{
    background-color: #07689f;
    color: #fff;
    font-weight: bold;
}
.inner_wz{
    float: right;
}
.inner_wz p{
    line-height: 80px;
    color: #9a9a9a;
    padding-left: 22px;
    background: url("../images/home.png") no-repeat left center;
}
.inner_wz p a{
    color: #9a9a9a;
}
.inner_wz p span{
    color: #07689f;
}
.inner_contact{
    margin: 35px 0;
    overflow: hidden;
}
.imap{
    margin-bottom: 50px;
    overflow: hidden;
}
.imap img{
    display:block;
    max-width:100%;
    height:auto;
    margin: auto;
}
.icontact{
    overflow: hidden;
}
.icontact h3{
    font-size: 30px;
    color: #333;
    font-weight: bold;
    margin-bottom: 50px;
}
.icontact li{
    margin-bottom: 40px;
    overflow: hidden;
    font-weight: bold;
    color: #666;
    padding-left: 97px;
}
.icontact li p{
    font-size: 24px;
    margin-bottom: 10px;
}
.icontact li span{
    font-size: 18px;
}
.icontact li:nth-child(1){
    float: left;
    width: 30%;
}
.icontact li:nth-child(2){
    float: left;
    width: 70%;
}


/*留言反馈*/
.inner_feedback{
    margin: 35px 0 50px 0;
    overflow: hidden;
}
.inner_feedback h3{
    font-size: 16px;
    color: #999;
    text-align: center;
    margin-bottom: 50px;
}
.lx1{
    margin-bottom: 20px;
    height: 53px;
}
.lx1s{
    width: 48%;
    position: relative;
}
.lx1s i{
    display: inline-block;
    width: 26px;
    height: 26px;
    text-align: center;
    margin-right: 10px;
    position: absolute;
    left: 25px;
    top: 12px;
}
.f1{
    background: url("../images/f1.png") no-repeat left center;
}
.f2{
    background: url("../images/f2.png") no-repeat left center;
}
.f3{
    background: url("../images/f3.png") no-repeat left center;
}
.f4{
    background: url("../images/f4.png") no-repeat left center;
}
.f5{
    background: url("../images/f5.png") no-repeat left center;
}
.lx1s label{
    display: inline-block;
    color: #575757;
    font-size: 16px;
    line-height: 53px;
    position: absolute;
    left: 70px;
}
.lx1s label b{
    color: #bf9f62;
}
.lx1s input{
    border: 1px solid #e4e4e4;
    height: 53px;
    line-height: 53px;
    width: 100%;
    padding-left: 160px;
    background-color: #fff;
}
.lx1s input:focus{
    box-shadow: 0px 0px 20px rgba(0,0,0,.15);
}
.lx1s a{
    position: absolute;
    right: 1px;
    top: 1px;
}
.lx1s a img{
    width: auto;
    height: 51px;
}
.lx2{
    margin-bottom: 20px;
    position: relative;
}
.lx2 i{
    display: inline-block;
    color: #999;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 10px;
    position: absolute;
    left: 25px;
    top: 11px;
}
.lx2 label{
    display: inline-block;
    color: #575757;
    font-size: 16px;
    line-height: 53px;
    position: absolute;
    left: 70px;
}
.lx2 label b{
    color: #bf9f62;
}
.lx2 textarea{
    border: 1px solid #e4e4e4;
    height: 346px;
    line-height: 25px;
    width: 100%;
    padding-left: 160px;
    padding-top: 14px;
    resize: none;
    background-color: #fff;
}
.lx2 textarea:focus{
    box-shadow: 0px 0px 20px rgba(0,0,0,.15);
}
.lx3{
    margin-top: 44px;
    text-align: center;
}
.lx3 input{
    width: 312px;
    margin: 0 auto;
    line-height: 46px;
    background-color: #07689f;
    border-radius: 25px;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.lx4{
    margin-bottom: 20px;
    position: relative;
    height: 53px;
}
.lx4 .lx1s label{
    left: 30px;
}

/*产品中心*/
.inner_pro{
    margin: 30px 0 85px 0;
    overflow: hidden;
}
.container2{
    width: 95%;
    margin: 0 auto;
}
.inner_title{
    text-align: center;
}
.inner_title h3{
    font-size: 24px;
    color: #000;
    line-height: 1;
}
.inner_title h3:after{
    content: '';
    display: block;
    width: 48px;
    height: 5px;
    background-color: #09699c;
    margin: 13px auto 0 auto;
    border-radius: 5px;
}
.ipro{
    margin: 50px 0 20px 0;
    overflow: hidden;
}
.ipro li{
    float: left;
    width: 25%;
    padding: 0 33px;
    margin-bottom: 20px;
}
.ipro li a{
    display: block;
}
.ipro li a .pic{
    background-color: #ececec;
    border: 1px solid #eee;
    box-shadow: 0 0 10px rgba(0,0,0,.03);
}
.ipro li a .pic:after{
    padding-bottom: 62.1%;
}
.ipro li a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.ipro li a:hover .pro_txt h3{
    color: #07689f;
}


/*分页*/
.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:#efefef;
    margin:0px 1px 10px 1px;
}
.pagination a:hover{
    color:#333;
    background-color:#dfdfdf;
    border:1px solid #dfdfdf;
}
.pagination a.active {
    display: inline-block;
    color: #333;
    background-color: #dfdfdf;
    border: 1px solid #dfdfdf;
}


/*产品详情*/
.inner_proshow{
    margin: 60px 0 0 0;
}
.proshow_t{
    margin-bottom: 70px;
    overflow: hidden;
}
.proshow_t_fl{
    float: left;
    width: 37%;
}
.proshow_t_fl .pic{
    border: 1px solid #eee;
    box-shadow: 0 0 10px rgba(0,0,0,.03);
    background-color: #ececec;
}
.proshow_t_fl .pic:after{
    padding-bottom: 85.7%;
}
.proshow_t_fr{
    float: right;
    width: 58%;
    margin-top: 50px;
}
.proshow_t_fr h3{
    font-size: 22px;
    color: #333;
    line-height: 1;
    border-bottom: 1px solid #eee;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.proshow_t_fr dl{
    margin-bottom: 10px;
    line-height: 30px;
    font-size: 16px;
}
.proshow_t_fr dt{
    color: #333;
    float: left;
}
.proshow_t_fr dd{
    color: #666;
}
.proshow_b{

}
.proshow_b_title{
    background-color: #07689f;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    overflow: hidden;
    padding: 0 24px;
}
.proshow_b_title h3{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 49px;
}
.proshow_b_title h3 i{
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
}
.show_content{
    line-height:30px;
    color:#4b4b4b;
    padding:70px 0px;
    font-size: 16px;
}
.show_content img{
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}


/*企业资质*/
.inner_honor{
    margin: 60px 0;
    overflow: hidden;
}
.ihonor{
    margin-top: 47px;
}
.ihonor li{
    float: left;
    width: 25%;
    padding: 0 21px;
    margin-bottom: 15px;
}
.ihonor li a{
    display: block;
}
.ihonor_img{
    border: 1px solid #e6e6e6;
    padding: 4px;
}
.ihonor li a .pic{
    background-color: #f1f2f6;
}
.ihonor li a .pic:after{
    padding-bottom: 100%;
}
.ihonor_txt{
    font-size: 17px;
    color: #333;
    padding: 20px 5px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ihonor li a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}


/*组织架构*/
.inner_zzjg{
    margin: 60px 0;
    overflow: hidden;
}
.izzjg{
    margin-top: 38px;
    color: #4b4b4b;
    font-size: 16px;
    line-height: 30px;
}
.izzjg img{
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}


/*企业文化*/
.inner_culture{
    margin: 50px 0 0 0;
    overflow: hidden;
}
.iculture{
    margin-top: 50px;
}
.iculture li{
    float: left;
    width: 50%;
    padding: 0 20px;
    margin-bottom: 6%;
}
.cultures{
    display: block;
}
.culture_img{
    float: left;
    width: 208px;
    height: 166px;
    border-radius: 5px;
    overflow: hidden;
}
.culture_img img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    transition: .5s;
}
.culture_txt{
    margin-left: 230px;
    color: #333;
    padding-top: 8%;
}
.culture_txt h3{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1;
}
.culture_txt p{
    font-size: 18px;
}
.cultures:hover .culture_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}


.inner_service{
    background: url("../images/servicebg.jpg") no-repeat top center;
    padding: 50px 0 100px 0;
    overflow: hidden;
}
.inner_title p{
    font-size: 16px;
    color: #444;
    margin-top: 15px;
}
.iservice{
    margin-top: 65px;
}
.iservice li{
    float: left;
    width: 25%;
    padding: 0 25px;
    margin-bottom: 10px;
}
.iservice_cons{
    background-color: #fff;
    height: 320px;
    padding: 40px 30px;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 0 3px #666;
}
.iservice_cons .pic{
    width: 83px;
    height: 83px;
    margin: 0 auto;
    background-color: #07689f;
    border-radius: 180px;
}
.iservice_txt{
    text-align: center;
}
.iservice_txt h3{
    font-size: 20px;
    color: #07689f;
    margin: 20px 0;
}
.iservice_txt p{
    font-size: 15px;
    color: #6d6d6d;
    line-height: 25px;
}
.iservice_cons:hover .pic img{
    transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    -webkit-transform:rotateY(180deg);
}

/*发展历程*/
.inner_process{
    margin: 60px 0;
    overflow: hidden;
}
.iprocess{
    width: 80%;
    margin: 50px auto 0 auto;
    height: 1040px;
    overflow: auto;
}
.iprocess::-webkit-scrollbar {
    display: none;
}
.iprocess_con{
    position: relative;
}
.iprocess_con:before{
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: #ddd;
    position: absolute;
    left: 50%;
    margin-left: -0.5px;
}
.iprocess_con:after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -12.5px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background: #257ac5;
}
.nian{
    overflow: hidden;
}
.time{
    margin: 0 auto;
    border: 1px solid #ddd;
    padding: 5px;
    background-color: #fff;
    overflow: hidden;
    width: 74px;
    height: 74px;
    border-radius: 180px;
    position: relative;
    z-index: 9;
}
.time p{
    width: 63px;
    height: 63px;
    background-color: #2779c5;
    border-radius: 180px;
    color: #fff;
    line-height: 63px;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
}
.iprocess_con dl{
    min-height: 220px;
    position: relative;
    z-index: 9;
}
.process_txt dl:last-child{
    margin-bottom: 10px;
}
.process{
    width: 45%;
    background-color: #f1f2f6;
    padding: 30px 17px;
    overflow: hidden;
    position: absolute;
    min-height: 220px;
}
.process_t{
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
}
.process_t p{
    float: left;
    color: #333;
}
.process_t span{
    float: right;
    color: #2779c5;
}
.process_b{
    font-size: 15px;
    color: #999;
    line-height: 30px;
    height: 90px;
    overflow: auto;
}
.process_b::-webkit-scrollbar {
    display: block !important;
}

/*企业能力*/
.inner_qynl{
    margin: 60px 0 80px 0;
    overflow: hidden;
}
.qynl1{
    overflow: hidden;
}
.qynl1_title{
    color: #6d6d6d;
    line-height: 25px;
    text-indent: 2em;
    margin-top: 30px;
}
.qynl1_con{
    margin: 35px 0 40px 0;
    overflow: hidden;
}
.qynl1_con li{
    float: left;
    width: 25%;
    padding: 0 8px;
}
.qynl1_cons{
    display: block;
    border: 1px solid #e6e6e6;
    padding: 4px;
    overflow: hidden;
}
.qynl1_cons .pic:after{
    padding-bottom: 118%;
}
.qynl1_txt{
    background-color: #f0f0f0;
    padding: 20px;
    overflow: hidden;
}
.qynl1_txt1{
    font-size: 19px;
    color: #07689f;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.qynl1_txt2{
    font-size: 13px;
    color: #6d6d6d;
    line-height: 25px;
    height: 75px;
    overflow: auto;
}
.qynl1_txt2::-webkit-scrollbar {
    display: none;
}
.qynl1_cons:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.qynl2{
    margin-bottom: 80px;
    overflow: hidden;
}
.qynl2_con{
    margin-top: 22px;
}
.qynl2_con img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.qynl2_con_fl{
    float: left;
    width: 25%;
}
.qynl2_con_fl img{
    box-shadow: 0 0 10px rgba(0,0,0,.08);
    border: 4px solid #fff;
}
.qynl2_con_fr{
    float: right;
    width: 74%;
    margin-top: 5px;
}

.qynl3{
    overflow: hidden;
}
.qynl3 li{
    margin-bottom: 13px;
    overflow: hidden;
}
.qynl3s{
    display: block;
    overflow: hidden;
}
.qynl3 li:nth-child(1) .qynl3s{
    background-color: #07689f;
}
.qynl3 li:nth-child(2) .qynl3s{
    background-color: #f0f0f0;
}
.qynl3 li:nth-child(3) .qynl3s{
    background-color: #eaab00;
}
.qynl3_txt{
    width: 32%;
}
.qynl3_img{
    width: 68%;
    overflow: hidden;
}
.qynl3 li:nth-child(odd) .qynl3_txt{
    float: left;
}
.qynl3 li:nth-child(odd) .qynl3_img{
    float: right;
}
.qynl3 li:nth-child(even) .qynl3_txt{
    float: right;
}
.qynl3 li:nth-child(even) .qynl3_img{
    float: left;
}
.qynl3_img img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    transition: .5s;
}
.qynl3_txt{
    padding: 30px;
    overflow: hidden;
}
.qynl3_txt1{
    font-size: 24px;
    line-height: 1;
}
.qynl3_txt1:after{
    content: '';
    display: block;
    width: 48px;
    height: 5px;
    border-radius: 5px;
    margin: 10px 0;
}
.qynl3 li:nth-child(1) .qynl3_txt1{
    color: #fff;
}
.qynl3 li:nth-child(1) .qynl3_txt1:after{
    background-color: #fff;
}
.qynl3 li:nth-child(1) .qynl3_txt2{
    color: #fff;
}
.qynl3_txt2{
    line-height: 25px;
    height: 250px;
    overflow: auto;
}
.qynl3_txt2::-webkit-scrollbar {
    display: none;
}

.qynl3 li:nth-child(2) .qynl3_txt1{
    color: #666;
}
.qynl3 li:nth-child(2) .qynl3_txt1:after{
    background-color: #666;
}
.qynl3 li:nth-child(2) .qynl3_txt2{
    color: #666;
}
.qynl3 li:nth-child(3) .qynl3_txt1{
    color: #fff;
}
.qynl3 li:nth-child(3) .qynl3_txt1:after{
    background-color: #fff;
}
.qynl3 li:nth-child(3) .qynl3_txt2{
    color: #fff;
}
.qynl3s:hover .qynl3_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}


/*关于我们*/
.inner_about{
    margin: 35px 0 55px 0;
    overflow: hidden;
}
.iabout{
    margin-top: 45px;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.iabout img{
    display: block;
    max-width:100%;
    height:auto;
    margin: auto;
}
.inner_team{
    margin-bottom: 75px;
    overflow: hidden;
    display: none;
}
.iteam{
    margin-top: 45px;
    position: relative;
}
.iteam .swiper-slide{
    display: initial;
}
.teams a{
    display:block;
    border: 1px solid #e6e6e6;
    padding: 4px;
    overflow: hidden;
}
.teams a .pic:after{
    padding-bottom: 118%;
}
.teams a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.team_txt{
    background-color: #f0f0f0;
    padding: 20px;
    overflow: hidden;
    text-align: left;
}
.team_txt1{
    font-size: 19px;
    color: #07689f;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.team_txt2{
    font-size: 13px;
    color: #6d6d6d;
    line-height: 25px;
    height: 75px;
    overflow: auto;
}
.team_txt2::-webkit-scrollbar {
    display: none;
}
.teams a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iteam .swiper-button-next1, .iteam .swiper-button-prev1{
    display: block;
    position: absolute;
    top: 50%;
    width: 66px;
    height: 66px;
    margin-top: -33px;
    z-index: 10;
    cursor: pointer;
    outline: none;
    background: #ccc;
    font-size: 34px;
    color: #fff;
    text-align: center;
    line-height: 66px;
    border-radius: 5px;
}
.iteam .swiper-button-next1:hover ,.iteam .swiper-button-prev1:hover{
    background: #07689f;
}
.iteam .swiper-button-prev1{
    left: -100px;
    right: auto;
    transform: rotateY(-180deg);
}
.iteam .swiper-button-next1{
    right: -100px;
    left: auto;
}

.inner_fengcai{
    background: url("../images/fcbg.jpg") no-repeat top center;
    background-size: cover;
    padding: 40px 0;
}
.inner_fengcai .inner_title h3{
    color: #fff;
}
.inner_fengcai .inner_title h3:after{
    background-color: #fff;
}
.ifengcai{
    margin-top: 35px;
    position: relative;
}
.ifengcai .swiper-slide{
    display: initial;
}
.fengcais a{
    display:block;
}
.fengcais a .pic:after{
    padding-bottom: 70.3%;
}
.fengcais a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.fc_txt{
    padding: 30px 5px 0 5px;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fengcais a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.ifengcai .swiper-button-next2, .ifengcai .swiper-button-prev2{
    display: block;
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    z-index: 10;
    cursor: pointer;
    outline: none;
    background: #ccc;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 180px;
}
.ifengcai .swiper-button-next2:hover ,.ifengcai .swiper-button-prev2:hover{
    background: #07689f;
}
.ifengcai .swiper-button-prev2{
    left: 0px;
    right: auto;
    transform: rotateY(-180deg);
}
.ifengcai .swiper-button-next2{
    right: 0px;
    left: auto;
}



@media (min-width:1201px) and (max-width:1279px){
    .container2{
        width: 1200px;
        margin: 0 auto;
    }
    .ipro li{
        padding: 0 20px;
    }
}

@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;
    }
    .hezuo_con .swiper-button-prev{
        left: 0;
    }
    .hezuo_con .swiper-button-next{
        right: 0;
    }
    .contact_con{
        margin-top: 50px;
    }
    .contact_con_fl{
        width: 32%;
    }
    .contact_con_fl li{
        background-size: 15%;
        padding-left: 80px;
    }
    .contact_con_fl li p{
        font-size: 20px;
    }
    .contact_con_fl li span{
        font-size: 16px;
    }
    .home-procate li a:hover .procate_txt1{
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
    }
    .home-procate li a:hover .procate_txt2{
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
    }
    .contact_con_fl li{
        background-size: 15%;
        padding-left: 80px;
    }
    .icontact li:nth-child(1){
        width: 35%;
    }
    .icontact li:nth-child(2){
        width: 65%;
    }
    .icontact li p{
        font-size: 20px;
    }
    .icontact li span{
        font-size: 16px;
    }
    .icontact h3{
        font-size: 24px;
    }
    .ipro li{
        padding: 0 15px;
    }
    .pro_txt h3{
        font-size: 16px;
    }
    .proshow_t_fr{
        margin-top: 30px;
    }
    .proshow_t_fr h3{
        font-size: 20px;
    }
    .proshow_t{
        margin-bottom: 50px;
    }
    .show_content{
        padding: 50px 0;
    }
    .inner_nav li a{
        padding: 0 20px;
    }
    .ihonor li{
        padding: 0 15px;
        margin-bottom: 0;
    }
    .ihonor_txt{
        font-size: 16px;
    }
    .culture_txt p br{
        display: none;
    }
    .culture_txt h3{
        font-size: 20px;
    }
    .culture_txt p{
        font-size: 16px;
    }
    .inner_service{
        padding: 50px 0;
    }
    .iservice li{
        padding: 0 15px;
    }
    .iservice{
        margin-top: 50px;
    }
    .iservice_cons{
        padding: 30px 25px;
        height: 300px;
    }
    .iprocess{
        width: 100%;
    }
    .inner_qynl{
        margin: 50px 0;
    }
    .qynl1_txt1{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .qynl1_txt{
        padding: 20px 15px;
    }
    .qynl2{
        margin-bottom: 50px;
    }
    .qynl3_txt2{
        height: 180px;
    }
    .inner_about{
        margin: 35px 0 50px 0;
    }
    .inner_team{
        margin-bottom: 50px;
    }
    .team_txt1{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .iteam .swiper-button-prev1{
        left: 0;
    }
    .iteam .swiper-button-next1{
        right: 0;
    }
    .iteam .swiper-button-next1, .iteam .swiper-button-prev1{
        width: 40px;
        height: 40px;
        margin-top: -20px;
        font-size: 24px;
        line-height: 40px;
    }
    .ifengcai .swiper-button-next2, .ifengcai .swiper-button-prev2{
        width: 40px;
        height: 40px;
        margin-top: -20px;
        font-size: 20px;
        line-height: 40px;
    }
}

@media(max-width:768px) {
    .home-banner .swiper-container .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
        margin: 0 5px !important;
    }
    .footer1{
        padding: 40px 0;
    }
    .footer1 ul li a{
        font-size: 18px;
        padding: 0 35px;
    }
    .footer2{
        padding: 35px 0;
    }
    .contact_con_fl li{
        background-size: 20%;
        padding-left: 60px;
    }
    .contact_con_fl h3{
        font-size: 20px;
        margin-bottom: 30px;
    }
    .contact_con_fr h3{
        font-size: 20px;
        margin-bottom: 30px;
    }
    .contact_con_fl li p{
        font-size: 18px;
    }
    .cly_fl{
        width: 55%;
    }
    .cly_fr{
        width: 40%;
    }
    .home-about{
        height: auto;
        overflow: hidden;
        padding: 50px 0;
    }
    .about_fl_con{
        height: 150px;
        overflow: hidden;
    }
    .home-pro{
        margin: 50px auto;
    }
    .pro_con li{
        margin-bottom: 0;
    }
    .pro_txt h3{
        font-size: 16px;
    }
    .home-procate{
        margin: 50px auto 0 auto;
    }
    .home-procate li{
        padding: 0 5px;
    }
    .procate_txt1 h3{
        font-size: 16px;
    }
    .imap{
        margin-bottom: 30px;
    }
    .icontact h3{
        font-size: 20px;
        margin-bottom: 30px;
    }
    .icontact li{
        padding-left: 80px;
    }
    .icontact li p{
        font-size: 18px;
    }
    .inner_feedback h3{
        margin-bottom: 30px;
    }
    .inner_nav li a{
        padding: 0 20px;
    }
    .ipro li{
        padding: 0 10px;
        margin-bottom: 0;
    }
    .pro_txt{
        padding: 15px 5px;
    }
    .proshow_t_fr{
        margin-top: 0;
    }
    .proshow_t_fr h3{
        font-size: 18px;
        line-height: 1.3;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .proshow_t_fr dl{
        margin-bottom: 5px;
    }
    .inner_nav{
        float: none;
        width: 100%;
        overflow: hidden;
    }
    .inner_nav li a{
        line-height: 40px;
    }
    .inner_wz{
        float: none;
        width: 100%;
    }
    .inner_wz p{
        line-height: 50px;
    }
    .inner_honor{
        margin: 50px 0;
    }
    .ihonor{
        margin-top: 30px;
    }
    .ihonor li{
        padding: 0 10px;
    }
    .ihonor_txt{
        padding: 15px 5px;
    }
    .inner_zzjg{
        margin: 50px 0;
    }
    .culture_img{
        width: 170px;
        height: 136px;
    }
    .culture_txt{
        margin-left: 190px;
        padding-top: 20px;
    }
    .culture_txt h3{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .iservice li{
        padding: 0 10px;
    }
    .iservice_cons {
        padding: 20px 15px;
        height: 280px;
    }
    .iservice_cons .pic{
        width: 73px;
        height: 73px;
    }
    .iservice_txt h3{
        font-size: 18px;
        margin: 15px 0;
    }
    .inner_process{
        margin: 50px 0;
    }
    .time{
        margin: inherit;
    }
    .iprocess_con:before{
        left: 36.5px;
        margin-left: 0;
    }
    .iprocess_con:after{
        left: 25px;
        margin-left: 0;
    }
    .iprocess_con dl{
        margin-bottom: 15px;
        min-height: 165px;
    }
    .process{
        width: 75%;
        padding: 15px;
        min-height: 165px;
    }
    .process_t{
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .qynl1_con li{
        padding: 0 5px;
    }

    .qynl3_txt{
        padding: 20px 15px;
    }
    .qynl3_txt1{
        font-size: 20px;
    }
    .qynl3_txt2{
        height: 125px;
    }
    .fc_txt{
        padding: 20px 5px 0 5px;
    }

}

@media(max-width:600px) {
    .footer1{
        padding: 20px 0;
    }
    .footer1 ul li a {
        font-size: 15px;
        padding: 0 15px;
    }
    .footer2{
        padding: 15px 0;
    }
    .footer2 p{
        font-size: 14px;
        line-height: 25px;
    }
    .footer2 p a{
        font-size: 14px;
    }
    .home-hezuo{
        margin: 30px auto;
    }
    .index_title{
        font-size: 20px;
    }
    .index_title p:after{
        margin: 10px auto;
    }
    .hezuo_con{
        margin-top: 20px;
    }
    .home-contact{
        padding: 30px 0;
    }
    .contact_con{
        margin-top: 20px;
    }
    .contact_con_fl{
        float: none;
        width: 100%;
    }
    .contact_con_fr{
        float: none;
        width: 100%;
    }
    .contact_con_fl h3{
        text-align: center;
        margin-bottom: 20px;
    }
    .contact_con_fr h3{
        text-align: center;
        margin-bottom: 20px;
    }
    .contact_con_fl li {
        background-size: 15%;
        padding-left: 70px;
        margin-bottom: 20px;
        font-weight: normal;
    }
    .cly_fr{
        float: none;
        width: 100%;
    }
    .cly_fl{
        float: none;
        width: 100%;
    }
    .cly1{
        margin-bottom: 15px;
    }
    .cly1 textarea{
        height: 150px;
    }
    .cly_b button{
        font-size: 18px;
    }
    .home-about{
        padding: 30px 0;
    }
    .about_fl{
        float: none;
        width: 100%;
    }
    .about_fr{
        float: none;
        width: 100%;
    }
    .about_fl .index_title{
        text-align: center;
    }
    .about_fl .index_title p:after{
        margin: 10px auto;
    }
    .about_fl_con{
        font-size: 15px;
        height: auto;
        margin: 20px 0;
    }
    .about_fl_more a{
        margin: 0 auto;
    }
    .about_fr{
        margin-top: 20px;
    }
    .about_fr:before{
        display: none;
    }
    .about_fr:after{
        display: none;
    }
    .home-pro{
        margin: 30px auto;
    }
    .pro_con{
        margin-top: 20px;
        padding-bottom: 10px;
    }
    .pro_con li{
        width: 50%;
        padding: 0 5px;
    }
    .pro_txt{
        padding: 10px 5px;
    }
    .pro_txt h3{
        font-size: 14px;
        line-height: 25px;
        height: 50px;
    }
    .home-procate{
        margin: 30px auto 0 auto;
    }
    .home-procate li{
        width: 50%;
        margin-bottom: 10px;
    }

    .imap{
        margin-bottom: 20px;
    }
    .inner_contact{
        margin: 30px 0;
    }
    .icontact{
        font-size: 15px;
    }
    .icontact h3{
        font-size: 18px;
        margin-bottom: 20px;
    }
    .icontact li:nth-child(1){
        float: none;
        width: 100%;
    }
    .icontact li:nth-child(2){
        float: none;
        width: 100%;
    }
    .icontact li {
        background-size: 15%;
        padding-left: 70px;
        margin-bottom: 20px;
        font-weight: normal;
    }
    .icontact li p{
        margin-bottom: 0;
    }

    .inner_feedback{
        margin: 30px 0;
    }
    .inner_feedback h3{
        margin-bottom: 20px;
    }
    .lx1s.fl{
        float: none;
        margin-bottom: 10px;
    }
    .lx1s.fr{
        float: none;
    }
    .lx1{
        height: auto;
        overflow: hidden;
        margin-bottom: 10px;
    }
    .lx1s{
        width: 100%;
    }
    .lx1s i{
        left: 15px;
        top: 8px;
    }
    .lx1 label{
        left: 50px;
        font-size: 15px;
        line-height: 45px;
    }
    .lx1s label{
        font-size: 14px;
        line-height: 45px;
    }
    .lx1s input{
        height: 45px;
        line-height: 45px;
        padding-left: 130px;
    }
    .lx1s a img{
        height: 43px;
    }
    .lx2{
        margin-bottom: 10px;
    }
    .lx2 i{
        left: 15px;
        top: 8px;
    }
    .lx2 label{
        left: 50px;
        font-size: 14px;
        line-height: 45px;
    }
    .lx2 textarea{
        height: 150px;
        padding-left: 130px;
        padding-top: 8px;
    }
    .lx3{
        margin-top: 20px;
    }
    .lx3 input{
        width: 300px;
    }
    .lx4 .lx1s label{
        left: 15px;
    }
    .inner_pro{
        margin: 30px 0;
    }
    .ipro{
        margin: 20px 0;
    }
    .inner_title h3{
        font-size: 20px;
    }
    .ipro li{
        padding: 0 5px;
        width: 50%;
    }
    .inner_proshow{
        margin: 30px 0 0 0;
    }
    .proshow_t{
        margin-bottom: 20px;
    }
    .proshow_t_fl{
        float: none;
        width: 100%;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .proshow_t_fr{
        float: none;
        width: 100%;
    }
    .proshow_t_fr h3{
        font-size: 16px;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .proshow_t_fr dl{
        font-size: 14px;
        line-height: 25px;
    }
    .show_content{
        padding: 20px 0 30px 0;
    }
    .inner_honor{
        margin: 30px 0;
    }
    .ihonor{
        margin-top: 20px;
    }
    .ihonor li{
        width: 50%;
        padding: 0 5px;
    }
    .ihonor_txt{
        padding: 10px 5px;
        font-size: 14px;
    }
    .inner_zzjg{
        margin: 30px 0;
        overflow: hidden;
    }
    .izzjg{
        margin-top: 20px;
        font-size: 14px;
        line-height: 25px;
    }
    .inner_culture{
        margin: 30px 0 0 0;
    }
    .iculture{
        margin-top: 20px;
    }
    .inner_culture li{
        padding: 0 5px;
        margin-bottom: 20px;
    }
    .culture_img{
        float: none;
        width: 100%;
        height: auto;
    }
    .culture_txt{
        margin-left: 0;
        padding-top: 20px;
    }
    .culture_txt h3{
        font-size: 16px;
    }
    .culture_txt p{
        font-size: 14px;
    }
    .inner_service{
        padding: 30px 0;
    }
    .iservice{
        margin-top: 20px;
    }
    .iservice li{
        width: 50%;
        padding: 0 5px;
    }
    .iservice_cons{
        padding: 20px 10px;
        height: 240px;
    }
    .iservice_txt h3{
        font-size: 16px;
        margin: 10px 0;
    }
    .inner_process{
        margin: 30px 0;
    }
    .iprocess{
        margin-top: 20px;
    }
    .inner_qynl{
        margin: 30px 0;
    }
    .qynl1_title{
        margin-top: 20px;
    }
    .qynl1_con li{
        width: 50%;
        margin-bottom: 10px;
    }
    .qynl1_con{
        margin: 20px 0;
    }
    .qynl1_txt{
        padding: 15px;
    }
    .qynl1_txt1{
        font-size: 16px;
    }
    .qynl2{
        margin-bottom: 30px;
    }
    .qynl2_con_fr{
        margin-top: 10px;
    }
    .qynl3_img{
        width: 100%;
    }
    .qynl3_txt{
        width: 100%;
    }
    .qynl3 li:nth-child(odd) .qynl3_txt{
        float: none;
    }
    .qynl3 li:nth-child(odd) .qynl3_img{
        float: none;
    }
    .qynl3 li:nth-child(even) .qynl3_txt{
        float: none;
    }
    .qynl3 li:nth-child(even) .qynl3_img{
        float: none;
    }
    .qynl3_txt1{
        font-size: 18px;
    }
    .inner_about{
        margin: 30px 0;
    }
    .iabout{
        margin-top: 20px;
        font-size: 14px;
        line-height: 25px;
    }
    .inner_team{
        margin-bottom: 30px;
    }
    .iteam{
        margin-top: 20px;
    }
    .team_txt{
        padding: 15px;
    }
    .team_txt1{
        font-size: 16px;
    }
    .inner_fengcai{
        padding: 30px 0;
    }
    .ifengcai{
        margin-top: 20px;
    }
    .fc_txt{
        padding: 15px 5px 0 5px;
    }
    .process_t p{
        float: none;
    }
    .process_t span{
        float: none;
    }
}


@media(max-width:414px) {

}

@media(max-width:375px) {

}

@media(max-width:320px) {
    .footer1 ul li a{
        font-size: 14px;
        padding: 0 10px;
    }
    .inner_nav li a{
        padding: 0 15px;
    }
    .qynl2_con_fr{
        margin-top: 5px;
    }
}














