@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:#999;
}
:-moz-placeholder {
    color:#999;
    opacity:1;
}
::-moz-placeholder {
    color:#999;
    opacity:1;
}
:-ms-input-placeholder{
    color:#999;
}
.clearfix:after {
    clear:both;
    height:0;
    content:"";
    line-height:0;
    font-size:0;
    display:block
}
.clear {
    clear:both;
}

body {
    font-family:arial, "microsoft yahei";
    font-size:14px;
    color:#666;
    line-height:1.5;
    width:100%;
    background:#fff;
    -webkit-tap-highlight-color:transparent;
    -webkit-text-size-adjust: none;
}
.fl {
    float:left;
}
.fr {
    float:right;
}
.pic{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.pic:after{
    content: '';
    display: block;
    padding-bottom: 100%;
}
.pic img{
    transition: .5s;
}
.middleCenter {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    max-width:100%;
    max-height:100%;
    display:block;
    vertical-align:middle;
    text-align:center;
    margin:auto
}
.tp{
    overflow: hidden;
}
.tp img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    transition: .5s;
}
.container1 {
    width: 80%;
    margin: 0 auto;
}
header {
	width:100%;
	margin:0 auto;
}
.daohang {
	display:block;
	width:100%;
	margin:0 auto;
	height:90px;
	clear:both;
    background-color: #fff;
}
.yx {
	float:left;
}
.yx a {
	display:block;
    padding-top: 13px;
}
.yx img {
	max-width:100%;
	height:auto;
}
.navdaohang {
	float:right;
}
.menupc li{
    float: left;
    text-align: center;
    line-height:90px;
    z-index: 9;
    position:relative;
    margin: 0 9px;
}
.menupc li:hover a{
    color: #285079;
}
.menupc li:hover a:after{
    width: 100%;
}
.menupc li a{
    display:block;
    color: #000;
    font-size: 16px;
    z-index: 999;
    padding: 0 16px;
    position: relative;
}
.menupc li a:after{
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: #285079;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    transition: .5s;
}
.menupc li a:hover:after{
    width: 100%;
}
.menupc li a:hover{
    color: #285079;
}
.menupc li .current{
    color: #285079;
}
.menupc li .current:after{
    width: 100%;
}
.menupc ul{
    background-color: #fff;
    position: absolute;
    display:none;
    overflow: hidden;
    z-index: 999;
    width: 140px;
    left: 50%;
    transform: translate(-50%, 0);
}
.menupc ul li{
    float: none;
    position: static;
    text-align: center;
    background:none;
    line-height: 50px;
    width:100%;
    margin: 0;
}
.menupc ul li a{
    display: block;
    font-size: 16px;
    position:relative;
    padding: 0 5px;
    color:#000 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.menupc ul li a:after{
    display: none !important;
}
.menupc ul li a:hover{
    color: #fff !important;
    background-color: #285079 !important;
}
.menupc ul li .current{
    color: #fff !important;
    background-color: #285079 !important;
}
.menupc ul.subnav {
    display: block;
}
.nav-fr{
    float: right;
    margin-top: 34px;
    margin-left: 34px;
}
.nation{
	float:right;
    position: relative;
}
.nation_t{
    cursor: pointer;
    line-height: 22px;
    background: url("../images/li.png") no-repeat left center;
    padding-left: 15px;
    margin-left: 15px;
}
.nation_t h3{
    font-size: 16px;
    color: #285079;
    background: url("../images/cn.png") no-repeat left center;
    padding-left: 22px;
    text-transform: uppercase;
}
.nation_b{
    display: none;
    background-color: #fff;
    padding: 5px 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    top: 30px;
    z-index: 99;
    box-shadow: 0px 0px 10px rgba(0,0,0,.1);
}
.nation_b li{
    line-height: 25px;
    text-align: center;
}
.nation_b li a{
    display: block;
    color: #353535;
}
.nation_b li a:hover{
    color: #000;
}
.header-search {
    float: left;
}
.header-search .pull-right {
    float:right;
    cursor:pointer;
}
.header-search .pull-right a {
    display:block;
    width: 16px;
    line-height: 22px;
    height: 22px;
    position: relative;
}
.header-search .pull-right a:after{
    content: '';
    display: block;
    width: 16px;
    height: 100%;
    background: url(../images/search.png) no-repeat center;
    position: absolute;
    top: 0;
    right: 0;
}
/*.header-search .pull-right a.active{
    background-color: #fff;
}
.header-search .pull-right a.active:after{
    background: url(../images/search1.png) no-repeat center;
}*/
.search {
    z-index: 9;
    position: relative;
}
.search .btn-search-max {
    z-index: 2;
    -webkit-transition: All .2s ease-in-out;
    transition: All .2s ease-in-out;
    position: relative
}
.search .btn-search-max * {
    display: inline-block;
    vertical-align: middle
}
.search .search-main {
    top: 56px;
    right: 0;
    z-index: 9;
    width: 360px;
    display: none;
    padding: 18px 30px 18px 19px;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.search-container {
    padding-left: 0;
    overflow: hidden;
    position: relative;
}
.search-container .form-control {
    text-align: left;
    border: 1px solid #ad9a84;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -mz-border-radius: 0;
    font-size: 14px;
    color: #808080;
    line-height: 41px;
    height: 41px;
    vertical-align: top;
    padding: 0 85px 0 25px;
    -webkit-appearance: none;
    background-color: #fff;
    border-radius: 25px;
}
.search-container .form-control:focus {
    box-shadow: 0 0 10px #ccc;
}
.search-container .btn {
    top: 0;
    border: 0;
    right: 0;
    color: #fff;
    width: 60px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    border-radius: 0 25px 25px 0;
    background: #285079 url(../images/overlay-icon.png) no-repeat center center;
}
#search-closed {
    right: 0;
    top: 23.5px;
    max-width: 30px;
    position: absolute;
    cursor: pointer
}




/*手机导航*/
.phone-nav {
    position:absolute;
    font-size:30px;
    right:15px;
    top: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 #285079;
}
#mmenu li .home-search .btn-sub {
	top:0;
	border:0;
	right:0;
	color:#ca1019;
	width:42px;
	height:34px;
	line-height:34px;
	text-align:center;
	position:absolute;
	cursor:pointer;
	border-radius:0;
	background:#285079 url(../images/search3.png) no-repeat center center;
}
.container-fluid {
	margin-left:auto;
	margin-right:auto;
	padding:0 15px;
}


/*swiper的banner*/
.home-banner {
    width:100%;
    margin: 0 auto;
    position:relative;
}
.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.banners a{
    display: block;
}
.banners a img{
    display: block;
    width: 100%;
    height: auto;
}
.home-banner .swiper-container .swiper-pagination{
    display: block;
    bottom: 5px;
    right: 0px;
}
.home-banner .swiper-container .swiper-pagination-bullet{
    width: 22px;
    height: 22px;
    background-color: transparent;
    border: 1px solid #397093;
    opacity: 1;
    outline: none;
    margin: 0px 10px;
    border-radius: 25px;
}
.home-banner .swiper-container .swiper-pagination-bullet-active{
    position: relative;
}
.home-banner .swiper-container .swiper-pagination-bullet-active:before{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #285079;
    border-radius: 25px;
    position: absolute;
    top: 6px;
    left: 6px;
}



@media(max-width:1200px) {
    .daohang{
        height:60px;
    }
    .yx a{
        padding-top: 15px;
    }
    .yx img{
        height: 30px;
    }
    .phone-nav {
        display:block;
    }
    .navdaohang {
        display:none;
    }
    .nav-fr{
        margin-top: 19px;
        padding-right: 45px;
        margin-left: 0;
    }
    .header-search{
        display: none;
    }
    .nation{
        margin-left: 0;
    }
    .nation_t{
        background: none;
        padding-left: 0;
        margin-left: 0;
    }
}


footer{
    width: 100%;
    margin: 0 auto;
    background-color: #111;
    overflow: hidden;
}
.footer2{
    border-top: 1px solid #292929;
    overflow: hidden;
    padding: 34px 0;
}
.footer2 p{
    text-align: center;
    line-height: 24px;
    color: #a3a3a3;
}
.footer2 p a{
    color: #a3a3a3;
}
.footer2 p a:hover{
    color: #386a8f;
}
.footer1{
    padding: 40px 0 25px 0;
    overflow: hidden;
}
.footer1_fl{
    float: left;
    width: 25%;
}
.footer1_fl_t{
    margin-bottom: 25px;
}
.footer1_fl_t a{
    display: block;
}
.footer1_fl_t a img{
    display: block;
    max-width: 100%;
    height: auto;
}
.footer1_fl_b p{
    margin-bottom: 10px;
    overflow: hidden;
    color: #a3a3a3;
    line-height: 25px;
    padding-left: 33px;
}
.footer1_fl_b p span{
    font-size: 30px;
    color: #386a8f;
}
.footer1_fl_b p.f1{
    background: url("../images/f1.png") no-repeat left center;
}
.footer1_fl_b p.f2{
    background: url("../images/f2.png") no-repeat left 2px;
}
.footer1_fl_b p.f3{
    background: url("../images/f3.png") no-repeat left 2px;
}
.footer1_fr{
    float: right;
    width: 10%;
}
.footer1_fr img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.footer1_fr p{
    text-align: center;
    color: #fff;
    margin-top: 15px;
}
.footer1_fc{
    float: left;
    width: 65%;
    padding: 0 3% 0 7%;
}
.footer1_fc li{
    float: left;
    width: 25%;
    padding: 0 10px;
    line-height: 1;
}
.footer1_fc li a{
    display: block;
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.footer1_fc li a:after{
    content: '';
    display: block;
    width: 22px;
    height: 1px;
    background-color: #285079;
    margin-top: 15px;
}
.menulist{
    margin-top: 15px;
    overflow: hidden;
}
.menulist li{
    float: none;
    width: 100%;
    padding: 0;
    line-height: 30px;
}
.menulist li a{
    display: block;
    font-size: 14px;
    color: #a3a3a3;
}
.menulist li a:after{
    display: none;
}
.menulist li a:hover{
    color: #386a8f;
}
.top{
    position: fixed;
    right: 0;
    bottom: 0;
}

.home-procate{
    width: 100%;
    margin: 70px auto;
}
.index_title{
    text-align: center;
}
.index_title h3{
    font-size: 30px;
    color: #333;
    line-height: 1;
    margin-bottom: 15px;
    background: url("../images/title1.png") no-repeat center;
}
.index_title p{
    font-size: 16px;
    color: #666;
    text-transform: capitalize;
}
.procate_con{
    margin-top: 40px;
    position: relative;
}
.procate_con .swiper-slide{
    display: initial;
}
.procates a{
    display:block;
    overflow: hidden;
    position: relative;
}
.procates a .pic:after{
    padding-bottom: 133.51%;
}
.procates a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.procate_txt{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    transition: .5s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 0;
    padding: 0 20px;
}
.procate_txt:after{
    content: '';
    display: block;
    width: 0;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transition: .5s;
    background-color: rgba(40,80,121,.6);
    z-index: -1;
}
.procates a:hover .procate_txt:after{
    width: 100%;
}
.procate_txt1{
    text-align: center;
    overflow: hidden;
    position: relative;
    width: 136px;
    margin: 0 auto;
    height: 136px;
    border-radius: 50%;
    transition: .5s;
    background-color: rgba(255,255,255,.8);
}
.procates a:hover .procate_txt1{
    width: 81px;
    height: 81px;
    border: 2px solid #fff;
    background-color: transparent;
}
.procate_txt1 .p_before{
    top: 0;
    transition: all 0.6s ease-in-out 0s;
}
.procate_txt1 .p_after{
    top: -200%;
    opacity: 0;
    transition: all 0.6s ease-in-out 0s;
    max-width: 70%;
}
.procates a:hover .procate_txt1 .p_after{
    top: 0;
    opacity: 1;
}
.procates a:hover .procate_txt1 .p_before{
    top: 200%;
}
.procate_txt2{
    font-size: 24px;
    color: #fff;
    line-height: 0;
    transform: rotateY(90deg);
    transition: .5s;
}
.procate_txt3{
    width: 126px;
    line-height: 0;
    border: 1px solid #fff;
    border-radius: 25px;
    color: #fff;
    transform: rotateY(90deg);
    transition: .5s;
}
.procates a:hover .procate_txt2{
    transform: rotateY(0deg);
    margin-top: 30px;
    line-height: 1;
}
.procates a:hover .procate_txt3{
    transform: rotateY(0deg);
    margin-top: 80px;
    line-height: 37px;
}
.procate_con .swiper-button-next, .procate_con .swiper-button-prev{
    display: block;
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    z-index: 10;
    cursor: pointer;
    outline: none;
    background: #eee url("../images/pjt.png") no-repeat center;
    text-align: center;
}
.procate_con .swiper-button-next:hover ,.procate_con .swiper-button-prev:hover{
    background: #ccc url("../images/pjt.png") no-repeat center;
}
.procate_con .swiper-button-prev{
    left: -6.5%;
    right: auto;
}
.procate_con .swiper-button-next{
    right: -6.5%;
    left: auto;
    transform: rotateY(-180deg);
}

.home-about{
    width: 100%;
    margin: 0 auto;
    background-color: #f5f5f5;
    padding: 70px 0;
    overflow: hidden;
}
.home-about .index_title h3{
    background: url("../images/title2.png") no-repeat center;
}
.about_con{
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.about_con .tp{
    width: 46%;
}
.about_con_fr{
    width: 50%;
    margin-top: 20px;
}
.about_con_fr1{
    font-size: 24px;
    color: #285079;
    line-height: 1;
}
.about_con_fr1:after{
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background-color: #999;
    margin-top: 30px;
}
.about_con_fr2{
    margin-top: 20px;
    color: #666;
    line-height: 30px;
    height: 180px;
    overflow: hidden;
}
.about_con_fr3{
    margin: 60px 0 50px 0;
    overflow: hidden;
}
.about_con_fr3 ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about_con_fr3 li{
    float: left;
    line-height: 1;
    cursor: default;
    overflow: hidden;
    padding: 0 10px;
}
.about_con_fr3 li h3{
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
    padding-left: 45px;
}
.about_con_fr3 li h3.a1{
    background: url("../images/a1.png") no-repeat left center;
}
.about_con_fr3 li h3.a2{
    background: url("../images/a2.png") no-repeat left center;
}
.about_con_fr3 li h3.a3{
    background: url("../images/a3.png") no-repeat left center;
}
.about_con_fr3 li h3 span{
    font-size: 40px;
    color: #386a8f;
    font-weight: bold;
}
.about_con_fr3 li p{
    color: #386a8f;
    padding-left: 45px;
}
.about_con_fr4 a{
    display: block;
    width: 126px;
    line-height: 39px;
    text-align: center;
    background-color: #386a8f;
    color: #fff;
    border-radius: 25px;
}

.home-news{
    width: 100%;
    margin: 70px auto;
}
.news_nav{
    margin: 40px 0;
    overflow: hidden;
}
.news_nav ul{
    display: flex;
    justify-content: center;
}
.news_nav ul li{
    margin: 0 15px;
}
.news_nav ul li a{
    display: block;
    width: 126px;
    line-height: 39px;
    text-align: center;
    font-size: 16px;
    color: #386a8f;
    background-color: #f5f5f5;
    border-radius: 25px;
    transition: .5s;
}
.news_nav ul li a:hover{
    color: #fff;
    background-color: #386a8f;
}
.news_nav ul li a.current{
    color: #fff;
    background-color: #386a8f;
}
.news_con{
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.news_con_fl{
    width: 45%;
    position: relative;
}
.news_con_fl .swiper-slide{
    display: initial;
}
.news a{
    display:block;
    overflow: hidden;
    position: relative;
}
.news a .pic:after{
    padding-bottom: 74.92%;
}
.news a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.news_fl_txt{
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,.3);
    padding: 10px 80px;
    width: 100%;
    text-align: justify;
}
.news_fl_txt1{
    font-size: 16px;
    color: #fff;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_fl_txt2{
    color: rgba(255,255,255,.6);
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}

.news_con_fl .swiper-button-next1, .news_con_fl .swiper-button-prev1{
    display: block;
    position: absolute;
    top: auto;
    bottom: 39px;
    width: 20px;
    height: 20px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    outline: none;
    background: url("../images/njt.png") no-repeat center;
    text-align: center;
}
.news_con_fl .swiper-button-prev1{
    left: 20px;
    right: auto;
}
.news_con_fl .swiper-button-next1{
    right: 20px;
    left: auto;
    transform: rotateY(-180deg);
}
.news_con_fr{
    width: 53%;
}
.news_con_fr li{
    margin-bottom: 16px;
    overflow: hidden;
}
.news_con_fr li:last-child{
    margin-bottom: 0;
}
.news_con_fr li a{
    display: block;
    background-color: #f5f5f5;
    padding: 28px;
    overflow: hidden;
    /*display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;*/
}
.news_fr_date{
    float: left;
    width: 104px;
    height: 104px;
    background-color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #999;
    transition: .5s;
}
.news_fr_date p{
    font-size: 52px;
    font-weight: bold;
    line-height: 0.8;
}
.news_fr_date span{
    border-top: 1px solid #ccc;
    padding-top: 8px;
    margin-top: 8px;
    font-size: 16px;
}
.news_fr_txt{
    /*flex: 1;*/
    margin-left: 134px;
    border-left: 1px solid #ccc;
    padding-left: 30px;
}
.news_fr_txt1{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .5s;
}
.news_fr_txt2{
    color: #666;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    margin: 9px 0;
    transition: .5s;
}
.news_fr_txt3{
    color: #666;
    transition: .5s;
}
.news_con_fr li a:hover .news_fr_date{
    color: #285079;
}
.news_con_fr li a:hover .news_fr_txt1{
    color: #285079;
}
.news_con_fr li a:hover .news_fr_txt2{
    color: #285079;
}
.news_con_fr li a:hover .news_fr_txt3{
    color: #285079;
}


.home-customer{
    width: 100%;
    margin: 0 auto;
}
.customer_con{
    margin: 40px 0 70px 0;
    position: relative;
}
.customer_con .swiper-slide{
    display: initial;
}
.customers a{
    display:block;
    overflow: hidden;
    position: relative;
}
.customers a .pic{
    border: 1px solid #ccc;
}
.customers a .pic:after{
    padding-bottom: 51.3%;
}
.customers a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.customer_con .swiper-button-next2, .customer_con .swiper-button-prev2{
    display: block;
    position: absolute;
    top: 50%;
    width: 37px;
    height: 37px;
    margin-top: -18px;
    z-index: 10;
    cursor: pointer;
    outline: none;
    background: #eee url("../images/cjt.png") no-repeat center;
    text-align: center;
}
.customer_con .swiper-button-next2:hover ,.customer_con .swiper-button-prev2:hover{
    background: #386a8f url("../images/cjt.png") no-repeat center;
}
.customer_con .swiper-button-prev2{
    left: -6.5%;
    right: auto;
}
.customer_con .swiper-button-next2{
    right: -6.5%;
    left: auto;
    transform: rotateY(-180deg);
}


/*公司简介*/
.inner-banner{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.inner-banner img{
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}
.ban_info{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    line-height: 1;
}
.ban_info h3{
    font-size: 50px;
    margin-bottom: 20px;
}
.ban_info p{
    font-size: 24px;
    text-transform: capitalize;
    color: rgba(255,255,255,.7);
}
.inner-main{
    width: 100%;
    margin: 0 auto;
}
.inner_location{
    border-bottom: 1px solid #e5e5e5;
    padding: 30px 0;
    overflow: hidden;
    line-height: 25px;
}
.inner_location p{
    font-size: 16px;
    color: #666;
}
.inner_location p a{
    font-size: 16px;
    color: #666;
}
.inner_location p span{
    color: #386a8f;
}
.inner_con{
    margin: 60px 0 100px 0;
    overflow: hidden;
}
.inner_con .index_title h3{
    background: url("../images/title2.png") no-repeat center;
}
.iabout{
    margin-top: 45px;
}
.iabout_fl{
    float: left;
    width: 54.5%;
    color: #666;
    line-height: 35px;
}
.iabout .tp{
    float: right;
    width: 42%;
}


/*联系我们*/
.icontact{
    margin-top: 50px;
}
.icontact ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.icontact ul li{
    width: 48%;
}
.icontact_t{
    overflow: hidden;
}
.icontact_t h3{
    font-size: 26px;
    color: #333;
    margin-bottom: 35px;
}
.icontact_t p{
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
    line-height: 25px;
    padding-left: 34px;
}
.icontact_t p.caddress{
    background: url("../images/caddress.png") no-repeat left top;
}
.icontact_t p.ctel{
    background: url("../images/ctel.png") no-repeat left center;
}
.icontact_t p.cmail{
    background: url("../images/cmail.png") no-repeat left center;
}
.icontact_t p span{
    color: #285079;
}
.icontact_b img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}

/*留言反馈*/
.ifeedback{
    margin-top: 45px;
    border: 1px solid #ccc;
    overflow: hidden;
    padding: 40px 50px 33px 50px;
}
.ifeedback h3{
    text-align: center;
    font-size: 16px;
    color: #666;
    margin-bottom: 35px;
}
.lx_t{
    margin-bottom: 15px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.lx_t_fl{
    width: 41%;
}
.lx1{
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid #ccc;
    height: 60px;
    padding: 0 25px;
    display: flex;
    align-items: center;
}
.lx1 label{
    font-size: 16px;
    color: #333;
    width: 65px;
    text-align: right;
}
.lx1 input{
    flex: 1;
    border: none;
    height: 58px;
    background-color: transparent;
    color: #666;
    margin-left: 20px;
}
.lx_t_fr{
    width: 57%;
}
.lx2{
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid #ccc;
    padding: 15px 25px;
    display: flex;
    align-items: flex-start;
}
.lx2 label{
    font-size: 16px;
    color: #333;
    width: 65px;
    text-align: right;
}
.lx2 textarea{
    display: block;
    flex: 1;
    border: none;
    background-color: transparent;
    color: #666;
    margin-left: 20px;
    height: 188px;
    resize: none;
}
.lx3{
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid #ccc;
    height: 60px;
    padding: 0 25px;
    display: flex;
    align-items: center;
    position: relative;
}
.lx3 label{
    font-size: 16px;
    color: #333;
    width: 65px;
    text-align: right;
}
.lx3 input{
    flex: 1;
    border: none;
    height: 58px;
    background-color: transparent;
    color: #666;
    margin-left: 20px;
}
.lx3 a{
    position: absolute;
    right: 1px;
    top: 1px;
    height: 58px;
}
.lx3 a img{
    width: auto;
    height: 58px;
}
.lx_b{
    text-align: center;
}
.lx_b input{
    width: 400px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #386a8f;
    color: #fff;
    font-size: 16px;
    border-radius: 35px;
    border: none;
}


/*发展历程*/
.iprocess{
    margin-top: 50px;
}
.process-max {
    width: 1000px;
    margin: 0 auto;
    text-align:center;
    position:relative;
    cursor:pointer;
}
.process-max .item {
    display:block;
    border: none !important;
    cursor: default;
    background-color: #f3f2f2;
}
.pmax_fl{
    float: left;
    width: 50%;
}
.pmax_fl img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    border: none !important;
}
.pmax_fr{
    float: right;
    width: 50%;
    color: #545454;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    padding: 5% 4% 2.5% 4%;
    overflow: hidden;
    position: relative;
}
.pmax_fr1{
    color: #e2e2e2;
    font-size: 100px;
    font-weight: bold;
    line-height: 0.8;
    font-family: "Arial";
}
.pmax_fr2{
    height: 230px;
    margin-top: -50px;
    padding-right: 15px;
}
.pmax_fr2 li{
    margin-bottom: 30px;
    overflow: hidden;
}
.pmax_fr2 li:last-child{
    margin-bottom: 0;
}
.pmax_fr2 h3{
    font-size: 24px;
    color: #005bac;
   
    display: inline-block;
    line-height: 1;
    margin-bottom: 30px;
}
.pmax_fr2 p{
    color: #666;
    line-height: 30px;
    font-size: 14px;
}
.style3::-webkit-scrollbar-track{
    background-color: #f3f2f2;
}
.style3::-webkit-scrollbar{
    width: 7px;
    background-color: #f3f2f2;
}
.style3::-webkit-scrollbar-thumb{
    background-color: #386a8f;
}

.process-min {
    position: relative;
    width: 100%;
    margin: 55px auto 0px auto;
}
.process-min:before{
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: #ebebeb;
    position: absolute;
    top: 0;
}
.process-min .slick-list{
    width: 92%;
    margin: 0 auto;
}
.process-min .getIndex {
    display:inline-block;
    *float:none;
    *display:inline;
    zoom:1;
    text-align:center;
}
.process-min .getIndex .item {
    margin:0px 10px;
}
.process-min .getIndex .item i{
    display: inline-block;
    font-size: 24px;
    color: #bbb;
    font-style: normal;
    line-height: 53px;
    font-family: "Arial";
    transition: .5s;
}
.process-min .getIndex .item i:before{
    content: '';
    display: none;
    width: 60px;
    height: 3px;
    background-color: #386a8f;
    position: absolute;
    top: 0;
}
.process-min .getIndex .item:hover i{
    color: #386a8f;
}
.process-min .getIndex .item:hover i:before{
    display: block;
}
.process-min .slick-current .item i{
    color: #386a8f;
}
.process-min .slick-current .item i:before{
    display: block;
}
.process-min .slick-next:before,.process-min .slick-prev:before{
    display: none;
}
.process-min .slick-prev,.process-min .slick-next{
    display: none;
}


/*荣誉资质*/
.ihonor{
    margin: 50px 0 30px 0;
    overflow: hidden;
}
.ihonor ul{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.ihonor ul li{
    width: 20%;
    padding: 0 14px;
    margin-bottom: 40px;
}
.ihonor ul li a{
    display: block;
}
.ihonor_img{
    border: 1px solid #ccc;
    padding: 25px;
}
.ihonor ul li a .pic:after{
    padding-bottom: 142.67%;
}
.ihonor_txt{
    margin-top: 15px;
    font-size: 16px;
    color: #666;
    text-align: center;
    padding: 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ihonor ul li a:hover .ihonor_img{
    border: 1px solid #386a8f;
}
.ihonor ul li a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.ihonor ul li a:hover .ihonor_txt{
    color: #386a8f;
}

/*分页*/
.pagination{
    text-align:center;
    color:#666;
    clear:both;
}
.pagination a{
    display:inline-block ;
    color: #888;
    text-align: center;
    text-transform: capitalize;
    padding:0px 10px;
    line-height:28px;
    margin:0px 1px 10px 1px;
    border: 1px solid #ccc;
}
.pagination a:hover{
    color:#fff;
    background-color:#386a8f;
    border: 1px solid #386a8f;
}
.pagination a.active {
    color:#fff;
    background-color: #386a8f;
    border: 1px solid #386a8f;
}


/*公司架构*/
.istructure{
    margin-top: 48px;
}
.istructure img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}


/*技术实力*/
.itechnology{
    margin: 50px 0 20px 0;
}
.itechnology ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.itechnology ul li{
    width: 33.3%;
    padding: 0 20px;
}
.itechnology ul li a{
    display: block;
    cursor: default;
}
.itechnology ul li a .pic:after{
    padding-bottom: 75%;
}
.itech_txt{
    padding: 25px 5px;
    text-align: center;
    color: #666;
    font-size: 16px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.itechnology ul li a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.itechnology ul li a:hover .itech_txt{
    color: #386A8F;
}

/*新闻资讯*/
.inews{
    margin: 48px 0 17px 0;
    overflow: hidden;
}
.inews ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.inews ul li{
    width: 33.3%;
    padding: 0 20px;
    margin-bottom: 40px;
}
.inews ul li a{
    display: block;
}
.inews ul li a .pic:after{
    padding-bottom: 74.92%;
}
.inews_txt{
    background-color: #f1f1f1;
    overflow: hidden;
    padding: 35px 30px;
}
.inews_txt1{
    font-size: 18px;
    color: #333;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inews_txt2{
    font-size: 16px;
    color: #bbb;
    line-height: 1;
    margin: 20px 0;
}
.inews_txt3{
    color: #666;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}
.inews_txt4{
    margin-top: 30px;
    width: 126px;
    line-height: 37px;
    border: 1px solid #386a8f;
    border-radius: 25px;
    text-align: center;
    color: #386a8f;
    transition: .5s;
}
.inews ul li a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.inews ul li a:hover .inews_txt1{
    color: #386a8f;
}
.inews ul li a:hover .inews_txt4{
    background-color: #386a8f;
    color: #fff;
}


/*新闻详情*/
.inewsshow{

}
.show_title{
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 1px dashed #bfbfbf;
}
.show_title h3{
    font-size: 20px;
    font-weight:normal;
    text-align: center;
    color: #333;
    padding-bottom: 10px;
    line-height: 28px;
}
.show_title span{
    color:#949494;
    margin:0px 10px;
    font-size:14px;
    padding-left:20px;
}
.browse{
    background:url(../images/browse.png) no-repeat left center;
}
.date{
    background:url(../images/date.png) no-repeat left center;
}
.show_content{
    line-height:28px;
    color:#4b4b4b;
    padding:25px 0px;
    border-bottom:1px dashed #bfbfbf;
    font-size: 15px;
}
.show_content video{
    width: 100%;
    height: auto;
}
.show_content img{
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}
.show_back{
    padding-top:20px;
}
.show_back_fl{
    float: left;
    width: 70%;
    overflow:hidden;
}
.show_back_fl li{
    margin-bottom:2px;
    line-height:25px;
    color:#4d4d4d;
    width:100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:15px;
}
.show_back_fl li a{
    color:#868686;
    font-size:15px;
}
.show_back_fl li a:hover{
    color: #386a8f;
}
.show_back_fr{
    overflow:hidden;
    float: right;
    width: 10%;
}
.show_back_fr a{
    display:block;
    line-height:46px;
    color:#fff;
    font-size:15px;
    background: #386a8f url(../images/return.png) no-repeat 20px center;
    padding-right:25px;
    text-align: right;
}


/*产品与服务*/
.probg{
    background-color: #f9f9f9;
    overflow: hidden;
}
.ipro{
    overflow: hidden;
    padding: 50px 0 25px 0;
}
.ipro ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.ipro ul li{
    width: 33.3%;
    padding: 0 20px;
    margin-bottom: 49px;
}
.ipro ul li a{
    display: block;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.ipro ul li a .pic:after{
    padding-bottom: 75%;
}
.ipro_txt{
    overflow: hidden;
    padding: 25px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.ipro_txt_fl{
    width: 65%;
}
.ipro_txt_fl1{
    font-size: 18px;
    color: #333;
    line-height: 1;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ipro_txt_fl2{
    font-size: 16px;
    color: #666;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
}
.ipro_txt_fr{
    width: 126px;
    line-height: 37px;
    border: 1px solid #bbb;
    border-radius: 25px;
    text-align: center;
    color: #bbb;
    transition: .5s;
}
.ipro ul li a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.ipro ul li a:hover .ipro_txt_fl1{
    color: #386a8f;
}
.ipro ul li a:hover .ipro_txt_fr{
    border: 1px solid #386a8f;
    color: #fff;
    background-color: #386a8f;
}


/*产品详情*/
.iproshow{

}
.iproshow_fl{
    float: left;
    width: 200px;
}
.iproshow_fl h3{
    color: #fff;
    font-size: 18px;
    background-color: #386a8f;
    text-align: center;
    line-height: 30px;
    padding: 21px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.iproshow_fl ul li{
    margin-top: 5px;
}
.iproshow_fl ul li a{
    display: block;
    font-size: 16px;
    color: #333;
    background-color: #ccc;
    line-height: 50px;
    padding: 0 20px;
    text-align: center;
    overflow: hidden;
}
.iproshow_fl ul li a:hover{
    color: #386a8f;
}
.iproshow_fl ul li a.current{
    color: #386a8f;
}
.iproshow_fr{
    margin-left: 250px;
}
.iproshow_fr1{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.iproshow_fr1_l{
    width: 40%;
}
.iproshow_fr1_l .pic{
    border: 1px solid #d6d6d6;
}
.iproshow_fr1_l .pic:after{
    padding-bottom: 75%;
}
.iproshow_fr1_r{
    width: 50%;
}
.iproshow_fr1_r_t{
    font-size: 18px;
    color: #000;
    line-height: 30px;
}
.iproshow_fr1_r_t p{
    margin-bottom: 30px;
}
.iproshow_fr1_r_t span{
    color: #386a8f;
}
.iproshow_fr1_r_b a{
    display: block;
    width: 145px;
    line-height: 40px;
    background-color: #386a8f;
    color: #fff;
    text-align: center;
    transition: .5s;
}
.iproshow_fr2{
    margin-top: 55px;
}
.iproshow_fr2_title{
    text-align: center;
    font-size: 24px;
    color: #333;
    line-height: 1;
}
.iproshow_fr2_title:after{
    content: '';
    display: block;
    width: 34px;
    height: 3px;
    background-color: #004581;
    margin: 14px auto 0 auto;
}
.iproshow_fr2_con{
    margin: 25px 0;
    line-height: 30px;
    color: #4b4b4b;
    font-size: 16px;
}




@media (min-width:1801px) and (max-width:1900px){
    .news_con_fl{
        width: 46%;
    }
    .news_con_fr{
        width: 51%;
    }
}


@media (min-width:1701px) and (max-width:1800px){
    .news_con_fl{
        width: 48%;
    }
    .news_con_fr{
        width: 49%;
    }
}

@media (min-width:1601px) and (max-width:1700px){
    .about_con_fr{
        margin-top: 0;
    }
    .footer1_fl{
        width: 26%;
    }
    .footer1_fc{
        width: 64%;
    }
    .about_con_fr{
        margin-top: 0;
    }
    .news_con_fl{
        width: 51%;
    }
    .news_con_fr{
        width: 46%;
    }
    .ihonor_img{
        padding: 20px;
    }
}

@media (min-width:1501px) and (max-width:1600px){
    .container1{
        width: 84%;;
    }
    .about_con_fr{
        margin-top: 0;
    }
    .about_con_fr3{
        margin: 40px 0;
    }
    .footer1_fl{
        width: 27%;
    }
    .footer1_fc{
        width: 63%;
    }
    .news_con_fl{
        width: 51%;
    }
    .news_con_fr{
        width: 46%;
    }
    .ihonor ul li{
        padding: 0 10px;
    }
    .ihonor_img{
        padding: 20px;
    }
}

@media (min-width:1401px) and (max-width:1500px){
    .container1{
        width: 88%;;
    }
    .menupc li{
        margin: 0 10px;
    }
    .procate_txt1{
        width: 120px;
        height: 120px;
    }
    .procates a:hover .procate_txt3{
        margin-top: 50px;
    }
    .procate_con .swiper-container{
        width: 88%;
    }
    .procate_con .swiper-button-prev{
        left: 0;
    }
    .procate_con .swiper-button-next{
        right: 0;
    }
    .about_con_fr{
        margin-top: 0;
    }
    .about_con_fr3{
        margin: 30px 0;
    }
    .footer1_fl{
        width: 27%;
    }
    .footer1_fc{
        width: 63%;
    }
    .news_con_fl{
        width: 52%;
    }
    .news_con_fr{
        width: 45%;
    }
    .customer_con .swiper-container{
        width: 88%;
    }
    .customer_con .swiper-button-prev2{
        left: 0;
    }
    .customer_con .swiper-button-next2{
        right: 0;
    }
    .iabout_fl{
        line-height: 30px;
    }
    .ihonor ul li{
        padding: 0 10px;
    }
    .ihonor_img{
        padding: 20px;
    }
    .itechnology ul li{
        padding: 0 15px;
    }
    .inews ul li{
        padding: 0 15px;
    }
    .ipro ul li{
        padding: 0 15px;
        margin-bottom: 40px;
    }
}

@media (min-width:1280px) and (max-width:1400px){
    .container1{
        width: 92%;
    }
    .menupc li{
        margin: 0 5px;
    }
    .procate_txt1{
        width: 120px;
        height: 120px;
    }
    .procates a:hover .procate_txt3{
        margin-top: 50px;
    }
    .procate_con .swiper-container{
        width: 88%;
    }
    .procate_con .swiper-button-prev{
        left: 0;
    }
    .procate_con .swiper-button-next{
        right: 0;
    }
    .about_con_fr{
        margin-top: 0;
    }
    .about_con_fr1{
        font-size: 22px;
    }
    .about_con_fr3{
        margin: 30px 0;
    }
    .about_con_fr3 li h3 span{
        font-size: 34px;
    }
    .news_con_fl{
        width: 54%;
    }
    .news_con_fr{
        width: 43%;
    }
    .customer_con .swiper-container{
        width: 88%;
    }
    .customer_con .swiper-button-prev2{
        left: 0;
    }
    .customer_con .swiper-button-next2{
        right: 0;
    }
    .iabout_fl{
        line-height: 30px;
    }
    .icontact_t h3{
        font-size: 24px;
        margin-bottom: 30px;
    }
    .ihonor ul li{
        padding: 0 10px;
    }
    .ihonor_img{
        padding: 15px;
    }
    .itechnology ul li{
        padding: 0 15px;
    }
    .inews ul li{
        padding: 0 15px;
    }
    .ipro ul li{
        padding: 0 15px;
        margin-bottom: 40px;
    }
}

@media (min-width:1201px) and (max-width:1279px){
    .container1{
        width: 96%;
    }
    .menupc li{
        margin: 0 5px;
    }
    .procate_txt1{
        width: 120px;
        height: 120px;
    }
    .procates a:hover .procate_txt3{
        margin-top: 50px;
    }
    .procate_con .swiper-container{
        width: 88%;
    }
    .procate_con .swiper-button-prev{
        left: 0;
    }
    .procate_con .swiper-button-next{
        right: 0;
    }
    .about_con_fr{
        margin-top: 0;
    }
    .about_con_fr1{
        font-size: 20px;
    }
    .about_con_fr3{
        margin: 30px 0;
    }
    .about_con_fr3 li h3 span{
        font-size: 32px;
    }
    .news_con_fl{
        width: 56.5%;
    }
    .news_con_fr{
        width: 40%;
    }
    .customer_con .swiper-container{
        width: 88%;
    }
    .customer_con .swiper-button-prev2{
        left: 0;
    }
    .customer_con .swiper-button-next2{
        right: 0;
    }
    .iabout_fl{
        line-height: 30px;
    }
    .icontact_t h3{
        font-size: 24px;
        margin-bottom: 30px;
    }
    .ihonor ul li{
        padding: 0 10px;
    }
    .ihonor_img{
        padding: 15px;
    }
    .itechnology ul li{
        padding: 0 15px;
    }
    .inews ul li{
        padding: 0 15px;
    }
    .ipro ul li{
        padding: 0 15px;
        margin-bottom: 40px;
    }
}

@media(max-width:1200px) {
    .container1{
        width:100%;
        margin:0 auto;
        padding-left:15px;
        padding-right:15px;
    }
    .show_content img{
        display:block;
        max-width:100%;
        height:auto;
        margin: auto;
    }
    .iproshow_fr2_con img{
        display:block;
        max-width:100%;
        height:auto;
        margin: auto;
    }
    .top{
        display: none !important;
    }
    .home-procate{
        margin: 50px auto;
    }
    .procate_con{
        margin-top: 35px;
    }
    .procate_txt1{
        width: 120px;
        height: 120px;
    }
    .procates a:hover .procate_txt3{
        margin-top: 50px;
    }
    .procate_con .swiper-container{
        width: 86%;
    }
    .procate_con .swiper-button-prev{
        left: 0;
    }
    .procate_con .swiper-button-next{
        right: 0;
    }
    .home-about{
        padding: 50px 0;
    }
    .about_con_fr{
        margin-top: 0;
    }
    .about_con_fr1{
        font-size: 20px;
    }
    .about_con_fr1:after{
        margin-top: 20px;
    }
    .about_con_fr3 li h3 span{
       font-size: 30px;
    }
    .about_con_fr3{
        margin: 30px 0;
    }
    .home-news{
        margin: 50px auto;
    }
    .news_nav{
        margin: 35px 0;
    }
    .news_con_fl{
        width: 69%;
        margin: 0 auto;
    }
    .news_con_fr{
        margin-top: 20px;
        width: 100%;
    }
    .customer_con{
        margin: 35px 0 50px 0;
    }
    .customer_con .swiper-container{
        width: 86%;
    }
    .customer_con .swiper-button-prev2{
        left: 0;
    }
    .customer_con .swiper-button-next2{
        right: 0;
    }
    .ban_info h3{
        font-size: 40px;
    }
    .inner_con{
        margin: 50px 0;
    }
    .iabout{
        margin-top: 35px;
    }
    .iabout_fl{
        line-height: 30px;
    }
    .icontact{
        margin-top: 35px;
    }
    .icontact_t h3{
        font-size: 20px;
        margin-bottom: 25px;
    }
    .icontact_t p{
        font-size: 16px;
    }
    .ifeedback{
        margin-top: 35px;
        padding: 25px;
    }
    .ifeedback h3{
        margin-bottom: 25px;
    }
    .lx1{
        padding: 0 15px;
    }
    .lx2{
        padding: 15px;
    }
    .lx3{
        padding: 0 15px;
    }
    .lx1 input{
        margin-left: 10px;
    }
    .lx2 textarea{
        margin-left: 10px;
    }
    .lx3 input{
        margin-left: 10px;
    }
    .lx_b input{
        width: 300px;
    }
    .iprocess{
        margin-top: 35px;
    }
    .process-max{
        width: 100%;
    }
    .process-min{
        margin: 35px auto 0px auto;
    }
    .ihonor{
        margin: 35px 0 0 0;
    }
    .ihonor ul li{
        padding: 0 10px;
        margin-bottom: 30px;
    }
    .ihonor_img{
        padding: 10px;
    }
    .istructure{
        margin-top: 35px;
    }
    .itechnology{
        margin: 35px 0 20px 0;
    }
    .itechnology ul li{
        padding: 0 15px;
    }
    .itech_txt{
        padding: 20px 5px;
    }
    .inews{
        margin: 35px 0 17px 0;
    }
    .inews ul li{
        padding: 0 15px;
    }
    .inews_txt{
        padding: 25px 20px;
    }
    .inews_txt4{
        margin-top: 20px;
    }
    .show_back_fr{
        width: 12%;
    }
    .ipro{
        padding: 35px 0 25px 0;
    }
    .ipro ul li{
        padding: 0 15px;
        margin-bottom: 30px;
    }
    .ipro_txt_fl{
        width: 100%;
        margin-bottom: 20px;
    }
    .iproshow_fr1_l{
        width: 45%;
    }
    .iproshow_fr1_r_t p{
        margin-bottom: 20px;
    }
    .iproshow_fr2{
        margin-top: 35px;
    }
    .iproshow .show_back_fr{
        width: 15%;
    }
}


@media(max-width:768px) {
    .index_title h3{
        font-size: 26px;
    }
    .procate_con .swiper-container{
        width: 84%;
    }
    .procate_txt1{
        width: 100px;
        height: 100px;
    }
    .procate_txt1 .p_before{
        max-width: 55%;
    }
    .procate_txt2{
        font-size: 20px;
    }
    .procates a:hover .procate_txt2{
        margin-top: 20px;
    }
    .procates a:hover .procate_txt3{
        margin-top: 20px;
    }
    .about_con .tp{
        width: 100%;
    }
    .about_con_fr{
        width: 100%;
        margin-top: 20px;
    }
    .footer1_fl_b p span{
        font-size: 20px;
    }
    .footer1_fl{
        width: 28%;
    }
    .footer1_fc{
        width: 62%;
        padding: 0 3%;
    }
    .news_con_fl{
        width: 92%;
    }
    .ban_info h3{
        font-size: 30px;
    }
    .iabout_fl{
        float: none;
        width: 100%;
    }
    .iabout .tp{
        margin-top: 20px;
        float: none;
        width: 100%;
    }
    .icontact_t p{
        margin-bottom: 30px;
    }
    .lx_b input{
        width: 200px;
    }
    .pmax_fr{
        padding: 25px 15px;
    }
    .pmax_fr1{
        font-size: 60px;
    }
    .pmax_fr2{
        margin-top: -35px;
        height: 200px;
    }
    .pmax_fr2 h3{
        margin-bottom: 10px;
    }
    .ihonor ul li{
        padding: 0 8px;
        margin-bottom: 30px;
    }
    .ihonor_img{
        padding: 5px;
    }
    .itechnology ul li{
        padding: 0 10px;
    }
    .itech_txt{
        padding: 15px 5px;
    }
    .inews ul li{
        padding: 0 10px;
    }
    .inews_txt{
        padding: 20px 15px;
    }
    .inews_txt1{
        font-size: 16px;
    }
    .show_back_fr{
        width: 15%;
    }
    .ipro ul li{
        padding: 0 10px;
    }
    .ipro_txt{
        padding: 20px 15px;
    }
    .ipro_txt_fl1{
        font-size: 16px;
    }
    .iproshow_fr1_l{
        width: 100%;
    }
    .iproshow_fr1_r{
        margin-top: 20px;
        width: 100%;
    }
    .iproshow .show_back_fr{
        width: 20%;
    }
}

@media(max-width:600px) {
    .footer1{
        padding: 30px 0;
    }
    .footer1_fl{
        float: none;
        width: 100%;
    }
    .footer1_fc{
        float: none;
        width: 100%;
        padding: 0;
        overflow: hidden;
        margin: 20px 0;
    }
    .footer1_fr{
        float: none;
        width: 100%;
    }
    .footer1_fl_t{
        margin-bottom: 20px;
    }
    .footer1_fl_t a img{
        margin: auto;
    }
    .footer1_fc li a:after{
        display: none;
    }
    .menulist{
        display: none;
    }
    .footer2{
        padding: 15px 0;
    }
    .home-procate{
        margin: 30px auto;
    }
    .index_title h3{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .procate_con{
        margin-top: 20px;
    }
    .procate_con .swiper-container{
        width: 74%;
    }
    .procate_con .swiper-button-next, .procate_con .swiper-button-prev{
        width: 40px;
        height: 40px;
        margin-top: -20px;
        background-size: 30%;
    }
    .home-about{
        padding: 30px 0;
    }
    .about_con{
        margin-top: 20px;
    }
    .about_con_fr1{
        font-size: 18px;
        line-height: 1.5;
    }
    .about_con_fr3 li{
        width: 33.3%;
        padding: 0 5px;
    }
    .about_con_fr3 li h3{
        line-height: 29px;
        padding-left: 35px;
    }
    .about_con_fr3 li h3 span{
        font-size: 18px;
    }
    .about_con_fr3 li p{
        padding-left: 0;
        text-align: center;
    }
    .about_con_fr4 a{
        margin: 0 auto;
    }
    .home-news{
        margin: 30px auto;
    }
    .news_nav{
        margin: 20px 0;
    }
    .news_con_fl{
        width: 100%;
    }
    .news_fl_txt{
        padding: 10px 60px;
    }
    .news_con_fr li a{
        padding: 20px 15px;
    }
    .news_fr_date{
        width: 80px;
        height: 90px;
    }
    .news_fr_date p{
        font-size: 32px;
    }
    .news_fr_txt{
        padding-left: 20px;
        margin-left: 100px;
    }
    .customer_con{
        margin: 20px 0 30px 0;
    }
    .customer_con .swiper-container{
        width: 74%;
    }
    .ban_info h3{
        font-size: 22px;
        margin-bottom: 5px;
    }
    .ban_info p{
        font-size: 18px;
    }
    .inner_location{
        padding: 20px 0;
    }
    .inner_con{
        margin: 30px 0;
    }
    .iabout{
        margin-top: 20px;
    }
    .icontact{
        margin-top: 20px;
    }
    .icontact ul li{
        width: 100%;
        margin-bottom: 20px;
    }
    .icontact_t h3{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .icontact_t p{
        margin-bottom: 20px;
    }
    .lx_t_fl{
        width: 100%;
    }
    .lx_t_fr{
        width: 100%;
    }
    .ifeedback{
        margin-top: 20px;
        padding: 20px 15px;
    }
    .ifeedback h3{
        margin-bottom: 20px;
    }
    .lx2 textarea{
        height: 150px;
    }
    .lx3 a{
        width: 30%;
    }
    .lx_b input{
        width: 150px;
        height: 50px;
        line-height: 50px;
    }
    .iprocess{
        margin-top: 20px;
    }
    .pmax_fl{
        float: none;
        width: 100%;
    }
    .pmax_fr{
        float: none;
        width: 100%;
    }
    .pmax_fr2{
        height: 150px;
    }
    .ihonor{
        margin: 20px 0;
    }
    .ihonor ul li{
        width: 50%;
        padding: 0 5px;
        margin-bottom: 15px;
    }
    .istructure{
        margin-top: 20px;
    }
    .itechnology{
        margin: 20px 0;
    }
    .itechnology ul li{
        width: 50%;
        padding: 0 5px;
    }
    .inews{
        margin: 20px 0 17px 0;
    }
    .inews ul li{
        width: 50%;
        padding: 0 5px;
        margin-bottom: 20px;
    }
    .inews_txt2{
        margin: 10px 0;
    }
    .inews_txt4{
        width: 100px;
        line-height: 30px;
    }
    .show_back_fr{
        width: 25%;
    }
    .show_back_fr a{
        background: #386a8f url(../images/return.png) no-repeat 10px center;
        padding-right: 15px;
    }
    .ipro{
        padding: 20px 0;
    }
    .ipro ul li{
        width: 50%;
        padding: 0 5px;
        margin-bottom: 20px;
    }
    .ipro_txt_fr{
        width: 100px;
        line-height: 30px;
    }
    .iproshow_fl{
        float: none;
        width: 100%;
    }
    .iproshow_fr{
        margin-left: 0;
        margin-top: 20px;
    }
    .iproshow_fr1_r_t{
        font-size: 16px;
    }
    .iproshow_fr2_title{
        font-size: 20px;
    }
    .iproshow .show_back_fr{
        width: 25%;
    }
}

@media(max-width:414px) {

}

@media(max-width:375px) {

}

@media(max-width:320px) {
    .news_nav ul li{
        margin: 0 10px;
    }
    .inews ul li{
        width: 100%;
        padding: 0;
    }
    .show_back_fl{
        width: 65%;
    }
    .show_back_fr{
        width: 30%;
    }
    .ipro ul li{
        width: 100%;
        padding: 0;
    }
    .iproshow .show_back_fr{
        width: 30%;
    }
}














