@charset "utf-8";
* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
    outline: none;
}
ul li {
	list-style:none
}
a {
	text-decoration:none
}
.clear {
	clear:both
}
img {
	padding:0;
	margin:0;
	border:0
}
.clearfix:before, .clearfix:after {
	content:" ";
	display:table
}
.clearfix:after {
	clear:both
}
body {
	font-family:"微软雅黑";
	font-size:14px;
}
@font-face { 
	font-family: 'georgia'; 
	src: url('../fonts/georgia.eot'); 
	src: url('../fonts/georgia.eot?#iefix') format('embedded-opentype'),
	url('../fonts/georgia.woff') format('woff'), 
	url('../fonts/georgia.ttf') format('truetype'), 
	url('../fonts/georgia.svg#minijianyaya') format('svg'); 
	font-weight: normal; 
	font-style: normal; 
}
.container1{
	width:1200px;
	margin:0 auto;
}
.container2{
    width:85%;
    margin:0 auto;
}
header {
	width:100%;
	margin:0 auto;
	position:relative;
}
.daohang {
	display:block;
	width:100%;
	margin:0 auto;
	height:90px;
	clear:both;
	background-color:#fff;
}
.yx {
	float:left;
}
.yx a {
	display:block;
	padding-top:17px;
}
.yx img {
	max-width:100%;
	height:auto;
}
.navdaohang {
	float:right;
}
.menupc li{
	float: left;
	text-align: center;
	position: relative;
	line-height:90px;
    background: url("../images/li.png") no-repeat right center;
}
.menupc li:last-child{
    background: none;
}
.menupc li a{
	display:block;
	color:#1a1a1a;
	padding: 0px 40px;
	font-size:19px;
}
.menupc li a i{
	background:url(../images/jj.png) no-repeat bottom center;
	height:5px;
	width:100%;
	left:0px;
	top:65px;
	position:absolute;
	z-index:9999;
	display:none;
}
.menupc li a:hover i{
	display:block;
}
.menupc li:hover a i{
	display:block;
}
.menupc li .current i{
    display: block;
}
.menupc li:hover a{
	color:#002a5c;
}
.menupc li a:hover{
	color:#002a5c;
}
.menupc li .current{
	color:#002a5c;
}
.menupc ul{
	background-color:#002a5c !important;
	position: absolute;
	display:none;
	left: 0;
	top:70px;
	overflow: hidden;
	z-index: 999;
	width:100%;
    padding: 10px 0px;
}
.menupc ul li{
	float: none;
	position: static;
	text-align: center;
	background:none;
    line-height: 30px;
	width:100%;
}
.menupc ul li a{
	display: block;
	font-size: 14px;
	position: static;
	color:#fff !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0px 10px;
}
.menupc ul li a:hover{
	color:#5389c9 !important;
}
.menupc ul li .current{
    color:#5389c9 !important;
}
.menupc ul.subnav {
	display: block;
}

.nav-fr{
	float:right;
	display:block;
    margin-top: 26px;
}

.nation{
    float: left;
    margin-right: 16px;
}
.nation a{
    display:block;
    width:39px;
    height: 39px;
    border-radius: 180px;
    line-height:39px;
    border: 1px solid #e1e0e1;
    color:#000;
    text-align:center;
    font-size: 14px;
}
.nation a:hover{
    border: 1px solid #002a5c;
    color:#002a5c;
}

.header-search {
    float:right;
}
.header-search .pull-right {
    float:right;
    width:39px;
    height: 39px;
    border-radius: 180px;
    line-height:39px;
    border: 1px solid #e1e0e1;
    background:url(../images/search.png) no-repeat center center;
    color:#000;
    cursor:pointer;
}
.header-search .pull-right a {
    display:block;
    height: 39px;
    text-align: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: 64px;
    right: 0;
    z-index: 9;
    width: 340px;
    display: none;
    padding: 0 30px 10px 10px;
    position: absolute;
    background-color: #eee;
}
.search-container {
    background-color: #fff;
    padding-left: 0;
    overflow: hidden;
    margin-top: 10px;
    position: relative
}
.search-container .form-control {
    text-align: left;
    border: none;
    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: #cdcdcd;
    line-height: 20px;
    vertical-align: top;
    padding: 10px 86px 10px 10px;
    -webkit-appearance: none;
    background-color: #fff;
}
.search-container .form-control:focus {
    border: 1px solid #002a5c;
}
.search-container .btn {
    top: 0;
    border: 0;
    right: 0;
    color: #002a5c;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    border-radius: 0;
    background:#002a5c url(../images/overlay-icon.png) no-repeat center center;
}
#search-closed {
    right: 0;
    top: 15px;
    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 #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:#002a5c 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:10px;
	}
    .yx a img {
        max-width: 100%;
        height: 40px;
    }
	.phone-nav {
		display:block;
	}
	.navdaohang {
		display:none;
	}
    .nav-fr .header-search{
        display:none;
    }
    .nav-fr{
        margin-top: 10px;
    }
    .nation{
        margin-right: 40px;
    }
}

/*banner*/
.home-banner {
    overflow:hidden;
    width:100%;
    margin: 0 auto;
    position:relative;
}
.home-banner-slick {
    overflow:hidden
}
.home-banner-slick .slick-slide {
    position:relative;
}
.home-banner-slick .slick-slide img {
    display: block;
    max-width:100%;
    margin: 0 auto;
    border:none;
}
.home-banner .slick-dots {
    z-index:10;
    bottom:10px;
    line-height:0;
    text-align:center;
}
.home-banner .slick-dots li {
    margin: 5px;
    padding:0;
    width: 12px;
    height: 12px;
}
.home-banner .slick-dots li button {
    background-color: rgba(0,42,92,0.5);
    width: 12px;
    height: 12px;
    border-radius: 25px;
    display:block;
}
.home-banner .slick-dots li button:before {
    content:"";
}
.home-banner .slick-dots .slick-active button {
    background-color: #002a5c;
}
.home-banner .slick-dots .slick-active button:before {
    color:transparent;
}
.home-banner .home-banner-slick .slick-slide .home-pc{
    display: block;
}
.home-banner .home-banner-slick .slick-slide .home-mobile{
    display: none;
}
.home-banner .home-banner-slick .slick-prev, .home-banner .home-banner-slick  .slick-next{
    width: 62px;
    height: 62px;
    top:50%;
    margin-top: -31px;
    z-index: 11;
}
.home-banner .home-banner-slick .slick-prev{
    left: 5%;
    background: url("../images/inleft.png") no-repeat left center;
}
.home-banner .home-banner-slick .slick-next{
    right: 5%;
    background: url("../images/inright.png") no-repeat right center;
}

.banner-info {
    position: absolute;
    top: 30%;
    width: 1200px;
    left:50%;
    color: #fff;
    z-index: 6;
    margin-left:-600px;
    text-align: center;
}
.banner-info .container1{
    width:100%;
}

.bt {
    font-size: 60px;
    margin-bottom: 30px;
    text-transform: uppercase;
    color:#fff;
    font-weight:bold;
}
.jsh {
    font-size: 30px;
    margin-bottom: 30px;
    color:#fff;
}
.zx{
    margin: 0 auto;
    text-align: center;
    display: none;
}
.zx a{
    display: block;
    width: 214px;
    margin: 0 auto;
    line-height: 45px;
    border: 1px solid #fff;
    background-color: rgba(255,255,255,0.2);
    text-align: center;
    font-size: 16px;
    color: #fff;
    transition: .5s;
}
.zx a:hover{
    background-color: rgba(0,42,92,0.5);
    border: 1px solid #002a5c;
}

.home-banner .home-banner-slick .slick-active .bt {
    -webkit-animation: 2s myfirst1 alternate;
    animation: 2s myfirst1 alternate;
    position: relative
}
.home-banner .home-banner-slick .slick-active .jsh {
    -webkit-animation: 2.5s myfirst2 alternate;
    animation: 2.5s myfirst2 alternate;
    position: relative
}

.home-banner .home-banner-slick .slick-active .zx{
    -webkit-animation: 3s myfirst3 alternate;
    animation: 3s myfirst3 alternate;
    position: relative
}

@-webkit-keyframes myfirst1 {
    0% {
        top: -100px;
        opacity: 0
    }

    100% {
        top: 0;
        opacity: 1
    }
}
@keyframes myfirst1 {
    0% {
        top: -100px;
        opacity: 0
    }

    100% {
        top: 0;
        opacity: 1
    }
}


@-webkit-keyframes myfirst2 {
    0% {
        left: -100px;
        opacity: 0
    }

    100% {
        left: 0;
        opacity: 1
    }
}
@keyframes myfirst2 {
    0% {
        left: -100px;
        opacity: 0
    }

    100% {
        left: 0;
        opacity: 1
    }
}

@-webkit-keyframes myfirst3 {
    0% {
        right: -100px;
        opacity: 0
    }

    100% {
        right: 0;
        opacity: 1
    }
}
@keyframes myfirst3 {
    0% {
        right: -100px;
        opacity: 0
    }

    100% {
        right: 0;
        opacity: 1
    }
}

.mouse-scroll {
    position: absolute;
    bottom: 55px;
    z-index: 5;
    left: 50%;
    animation: upmove 2s infinite;
    -webkit-animation: upmove 1.5s infinite;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.mouse-scroll a{
    display:block;
}
@keyframes upmove
{
    0%   {transform:translateY(0px);}
    50%  {transform:translateY(10px);}
    100% {transform:translateY(0px);}
}


footer{
    width: 100%;
    margin: 0 auto;
}
.footer{
    width: 100%;
    margin: 0 auto;
    background-color: #000;
    padding: 38px 0px;
    overflow: hidden;
    border-top: 1px solid #1a1a1a;
}
.footer_fl{
    float: left;
}
.footer_fl li{
    float: left;
    line-height: 25px;
    margin-right: 20px;
}
.footer_fl li a{
    display: block;
    color: #fff;
    font-size: 14px;
}
.footer_fl li a:hover{
    color: #002a5c;
}
.footer_fr{
    float: right;
}
.footer_fr p{
    color: #fff;
    line-height: 25px;
}
.footer_fr p a{
    color: #fff;
    font-size: 14px;
}
.footer_fr p a:hover{
    color: #002a5c;
}

.home-about{
    width: 100%;
    margin: 0 auto;
    background-color: #002a5c;
    padding: 35px 0px;
    overflow: hidden;
}
.about_fl{
    float: left;
}
.about_fl p{
    color: #fff;
    font-size: 18px;
    line-height: 31px;
}
.about_fr{
    float: right;
}
.about_fr a{
    display: block;
    line-height: 31px;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    font-size: 14px;
    width: 168px;
    transition: .5s;
}
.about_fr a:hover{
    border: 1px solid #245692;
    background-color: #002a5c;
    color: #245692;
}

.home-news{
    width: 100%;
    margin: 0 auto;
    background-color: #000;
    padding: 57px 0px 77px 0px;
    overflow: hidden;
}
.index_title{
    text-align: center;
}
.index_title h3{
    font-size: 30px;
    color: #fff;
    font-weight: lighter;
}
.index_title h3:after{
    content: '';
    display: block;
    width: 29px;
    height: 1px;
    background-color: #4d4d4d;
    margin: 18px auto;
}
.news_con{
    margin-top: 34px;
}
.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;
}
.newslist{
    position: relative;
    padding-bottom: 30px;
}
.newslist li{
    position:relative;
    overflow:hidden;
    margin: 0px 2px;
}
.newslist li a{
    display: block;
    outline: none;
}
.newslist li .thumbnail{
    overflow:hidden;
    position:relative;
}
.news_img{
    overflow:hidden;
    position: relative;
}
.news_img:after{
    content: '';
    display: block;
    padding-bottom: 74%;
}
.news_img img{
    transition: .5s;
    border: none !important;
}
.news_txt{
    padding:18px 24px;
    overflow:hidden;
    position:absolute;
    z-index: 99;
    transition: .5s;
    color:#fff;
    background-color:rgba(0,0,0,0.7);
    bottom: 0;
    width: 100%;
    height:80px;
}
.news_txt h3{
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_txt p{
    font-size: 14px;
    height: 20px;
    overflow: hidden;
}
.news_txt span{
    display: none;
    width: 102px;
    margin: 0 auto;
    line-height: 34px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
}
.newslist li a:hover .news_txt{
    height:100%;
    text-align: center;
}
.newslist li a:hover .news_txt h3{
    font-size: 24px;
    margin: 18% 0px 7% 0px;
}
.newslist li a:hover .news_txt span{
    display:block;
    margin-top: 18%;
}
.newslist .slick-dots {
    z-index:10;
    bottom:-25px;
    line-height:0;
    text-align:center;
}
.newslist .slick-dots li {
    margin: 5px;
    padding:0;
    width: 15px;
    height: 15px;
}
.newslist .slick-dots li button {
    background-color: transparent;
    width: 15px;
    height: 15px;
    border-radius: 25px;
    display:block;
    border: 2px solid #616161;
}
.newslist .slick-dots li button:before {
    content:"";
}
.newslist .slick-dots .slick-active button {
    background-color: #616161;
}
.newslist .slick-dots .slick-active button:before {
    color:transparent;
}

.home-xinwen{
    width: 100%;
    margin: 0 auto;
    background-color: #000;
}
.xwlist{
    position: relative;
}
.xwlist li{
    overflow: hidden;
    position: relative;
    margin: 0px 2px;
}
.xwlist li a{
    display: block;
}
.xw_img{
    position: relative;
    overflow: hidden;
}
.xw_img:after{
    content: '';
    display: block;
    padding-bottom: 75%;
}
.xw_img img{
    transition: .5s;
    border: none !important;
}
.xw_txt{
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
    padding: 24px 22px;
    overflow: hidden;
    color: #fff;
    width: 50%;
}
.xwlist li:nth-child(odd) .xw_txt{
    right: 0;
}
.xwlist li:nth-child(even) .xw_txt{
    left: 0;
}
.xw_txt h3{
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.xw_txt p{
    font-size: 14px;
    overflow: hidden;
    height: 50px;
    margin-bottom: 15px;
    line-height: 25px;
}
.xw_txt span{
    display: inline-block;
    float: right;
    width: 102px;
    margin: 0 auto;
    line-height: 34px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
}
.xwlist li a:hover .xw_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.xwlist li a:hover .xw_txt h3{
    color: #245692;
}
.xwlist li a:hover .xw_txt span{
    border:1px solid #245692;
    color: #245692;
}

.xwlist .slick-prev, .xwlist .slick-next{
    width: 60px;
    height: 60px;
    top:50%;
    margin-top: -30px;
    z-index: 11;
}
.xwlist .slick-prev{
    left: 7%;
    background: url("../images/nl.png") no-repeat left center;
}
.xwlist .slick-next{
    right: 7%;
    background: url("../images/nr.png") no-repeat left center;
}

.home-pro{
    width: 100%;
    margin: 0 auto;
    padding: 57px 0px;
    overflow: hidden;
    background-color: #000;
}
.pro_con{
    margin-top: 34px;
}
.prolist{
    position: relative;
}
.prolist li{
    overflow: hidden;
    margin: 0px 2px;
}
.prolist li a{
    display: block;
}
.pro_img{
    position: relative;
    overflow: hidden;
}
.pro_img:after{
    content: '';
    display: block;
    padding-bottom: 137.5%;
}
.pro_img img{
    transition: .5s;
    border: none !important;
}
.pro_txt{
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    top: 0;
    text-align: center;
    padding-top: 40%;
}
.pro_txt img{
    display: block;
    max-width: 100%;
    margin: auto;
    border: none !important;
    transition: .5s;
}
.pro_txt h3{
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    margin: 7% 0 20% 0;
}
.prolist li a:hover .pro_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.prolist li a:hover .pro_txt{
    background-color: transparent;
}
.prolist li a:hover .pro_txt .tb{
    transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    -webkit-transform:rotateY(180deg);
}
.prolist .slick-dots {
    z-index:10;
    bottom:-25px;
    line-height:0;
    text-align:center;
}
.prolist .slick-dots li {
    margin: 5px;
    padding:0;
    width: 15px;
    height: 15px;
}
.prolist .slick-dots li button {
    background-color: transparent;
    width: 15px;
    height: 15px;
    border-radius: 25px;
    display:block;
    border: 2px solid #616161;
}
.prolist .slick-dots li button:before {
    content:"";
}
.prolist .slick-dots .slick-active button {
    background-color: #616161;
}
.prolist .slick-dots .slick-active button:before {
    color:transparent;
}



/*联系我们*/
.inner-main{
    width: 100%;
    margin: 0 auto;
}
.inner_contact{
    margin: 45px 0px 55px 0px;
    overflow: hidden;
}
.ctitle{
    font-size: 30px;
    color: #000;
    text-align: center;
}
.cinfo{
    margin: 40px 0px 35px 0px;
    overflow: hidden;
}
.cinfo li{
    overflow: hidden;
    line-height: 30px;
}
.cinfo li:nth-child(2){
    border-right: 1px dashed #b2b2b2;
    border-left: 1px dashed #b2b2b2;
}
.cinfo p{
    font-size: 16px;
    color: #000;
    width: 75%;
    margin: 0 auto;
}
.cinfo span{
    display: block;
    font-size: 14px;
    color: #515151;
    width: 54%;
    margin: 0 auto;
}
.cmap{

}
.cmap img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}

.inner_feedback{
    background-color: #eff0f0;
    padding: 45px 0px 55px 0px;
    overflow: hidden;
}
.finfo{
    margin-top: 42px;
    overflow: hidden;
}
.finfo_fl{
    float: left;
    width: 40%;
}
.ly{
    margin-bottom: 10px;
    overflow: hidden;
}
.ly label{
    float: left;
    font-size: 16px;
    color: #000;
    line-height: 49px;
    width: 13%;
    text-align: right;
}
.ly label b{
    color: #ff0000;
}
.ly input{
    border: 1px solid #e2e2e2;
    line-height: 47px;
    background-color: #fff;
    padding-left: 10px;
    outline: none;
    font-family: "微软雅黑";
    width: 87%;
}
.finfo_fr{
    float: right;
    width: 55%;
    margin-bottom: 25px;
}
.lx{
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
}
.lx label{
    float: left;
    font-size: 16px;
    color: #000;
    line-height: 49px;
    width: 13%;
    text-align: right;
}
.lx textarea{
    border: 1px solid #e2e2e2;
    background-color: #fff;
    padding: 10px;
    line-height: 25px;
    height: 167px;
    width: 87%;
    resize: none;
}
.lx input{
    border: 1px solid #e2e2e2;
    line-height: 47px;
    background-color: #fff;
    padding-left: 10px;
    outline: none;
    font-family: "微软雅黑";
    width: 87%;
    position: relative;
}
.lx a{
    position: absolute;
    right: 2px;
    top: 1px;
}
.lx a img{
    height: 47px;
    width: auto;
}
.tj{
    text-align: center;
    clear: both;
}
.tj button{
    background-color: #002a5c;
    line-height: 49px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    border: none;
    width: 170px;
    margin: 0 auto;
}


/*服务*/
.inner_service{
    width: 100%;
    margin: 50px auto;
    overflow: hidden;
}
.ser_con{
    margin-top: 35px;
    overflow: hidden;
}
.ser_con ul{
    overflow: hidden;
}
.ser_con li{
    overflow: hidden;
    margin-bottom: 25px;
}
.ser_con li a{
    display: block;
}
.ser_fl{
    width: 50%;
}
.ser_fls{
    overflow: hidden;
}
.ser_fl img{
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    transition: .5s;
}
.ser_con li:nth-child(odd) .ser_fl{
    float: left;
}
.ser_con li:nth-child(odd) .ser_fr{
    float: right;
}
.ser_con li:nth-child(even) .ser_fl{
    float: right;
}
.ser_con li:nth-child(even) .ser_fr{
    float: left;
}
.ser_fr{
    width: 50%;
    background-color: #f4f4f4;
}
.ser_frs{
    padding: 6%;
    overflow: hidden;
}
.ser_frs_1{
    font-size:16px;
    color:#000;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ser_frs_2{
    line-height: 30px;
    color: #515151;
    font-size: 14px;
    height: 180px;
    overflow: hidden;
}
.ser_frs_3{
    margin-top: 5%;
    color: #515151;
    font-size: 14px;
    line-height: 34px;
    border: 1px solid #c1c1c1;
    text-align: center;
    width: 102px;
}
.ser_con li a:hover .ser_fl img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.ser_con li a:hover .ser_frs_1{
    color:#002a5c;
}
.ser_con li a:hover .ser_frs_3{
    color:#002a5c;
    border: 1px solid #002a5c;
}
/*分页*/
.pagination{
    text-align:center;
    padding:20px 0px 0px 0px;
    color:#666;
    clear:both;
}
.pagination a{
    display:inline-block ;
    color: #a4a4a4;
    border:1px solid #a3a3a3;
    text-align: center;
    text-transform: capitalize;
    padding:0px 10px;
    line-height:28px;
    background-color:transparent;
    margin:0px 1px 10px 1px;
}
.pagination a:hover{
    color:#fff;
    background-color:#a3a3a3;
    border:1px solid #a3a3a3;
}
.pagination a.active {
    display: inline-block;
    color: #fff;
    background-color: #a3a3a3;
    border: 1px solid #a3a3a3;
}


/*服务详情*/
.sershow_con{
    overflow: hidden;
}
.show_title{
    text-align: center;
    padding-bottom: 15px;
    border-bottom:1px dashed #dcdcdc;
}
.show_title h3{
    font-size:18px;
    font-weight:normal;
    text-align: center;
    color: #333;
    padding-bottom: 20px;
}
.show_title span{
    color:#999;
    margin:0px 10px;
    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:25px;
    color:#666;
    padding:30px 0px;
    font-size: 14px;
    border-bottom:1px dashed #dcdcdc;
    overflow: hidden;
}
.show_content img{
    display:block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}
.show_back{
    padding-top:20px;
}
.show_back_fl{
    margin-bottom:20px;
    overflow:hidden;
    padding:0;
}
.show_back_fl li{
    margin-bottom:10px;
    line-height:25px;
    color:#767676;
    width:75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.show_back_fl li a{
    color:#868686;
}
.show_back_fl li a:hover{
    color:#002a5c;
}
.show_back_fr{
    margin-bottom:20px;
    overflow:hidden;
    padding:0;
}
.show_back_fr a{
    display:block;
    line-height:46px;
    color:#fff;
    font-size:16px;
    background: #002a5c url(../images/return.png) no-repeat 20px center;
    padding-right:25px;
    text-align: right;
}

/*关于我们*/
.banner-info1 {
    position: absolute;
    top: 30%;
    width: 1200px;
    left:50%;
    color: #fff;
    z-index: 6;
    margin-left:-600px;
    text-align: center;
}
.banner-info1 .container1{
    width:100%;
}

.bt1{
    font-size: 48px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color:#fff;
}
.jsh1{
    font-size: 24px;
    margin-bottom: 20px;
    color:#fff;
}
.zx1{
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    background: url("../images/aboutbg.png") no-repeat top center;
}

.home-banner .home-banner-slick .slick-active .bt1 {
    -webkit-animation: 2s myfirst1 alternate;
    animation: 2s myfirst1 alternate;
    position: relative
}
.home-banner .home-banner-slick .slick-active .jsh1 {
    -webkit-animation: 2.5s myfirst2 alternate;
    animation: 2.5s myfirst2 alternate;
    position: relative
}

.home-banner .home-banner-slick .slick-active .zx1{
    -webkit-animation: 3s myfirst3 alternate;
    animation: 3s myfirst3 alternate;
    position: relative
}

.inner_about{

}

.about li{
    overflow: hidden;
}
.about li a{
    display: block;
}
.iabout_fl{
    width: 50%;
}
.about_fls{
    overflow: hidden;
    position: relative;
}
.about_fls_img{
    overflow: hidden;
}
.about_fls_img img{
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    transition: .5s;
}
.about_fls_txt{
    position: absolute;
    top:40px;
    font-size: 30px;
    color: #fff;
}
.about_fls_txt span{
    text-transform: uppercase;
    border-bottom: 1px solid #334b68;
    font-family: "Arial";
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: inline-block;
}
.about_fls_txt p{
    display: block;
}
.about li:nth-child(odd) .iabout_fl{
    float: left;
}
.about li:nth-child(odd) .iabout_fl .about_fls_txt{
    right: 50px;
}
.about li:nth-child(odd) .iabout_fr{
    float: right;
}
.about li:nth-child(even) .iabout_fl{
    float: right;
}
.about li:nth-child(even) .iabout_fl .about_fls_txt{
    left: 50px;
}
.about li:nth-child(even) .iabout_fr{
    float: left;
}
.about li:nth-child(odd) .iabout_fr .about_frs_2{
    float: right;
}
.iabout_fr{
    width: 50%;
    background-color: #f6f6f6;
}
.about_frs{
    padding: 4%;
    overflow: hidden;
}
.about_frs_1{
    line-height: 30px;
    color: #515151;
    font-size: 14px;
    height: 270px;
    overflow: hidden;
}
.about_frs_2{
    margin-top: 30px;
    color: #515151;
    font-size: 14px;
    line-height: 34px;
    border: 1px solid #c1c1c1;
    text-align: center;
    width: 102px;
}
.about li a:hover .iabout_fl img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.about li a:hover .about_frs_2{
    color:#002a5c;
    border: 1px solid #002a5c;
}

.honor{
    margin: 40px 0px 47px 0px;
    overflow: hidden;
}
.about_title{
    text-align: center;
}
.about_title h3{
    font-size: 30px;
    color: #000;
    font-weight: normal;
    background: url("../images/title.jpg") no-repeat bottom center;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.about_title p{
    font-size: 18px;
    color: #7d7d7d;
    text-transform: uppercase;
}
.honor_con{
    margin-top: 70px;
}
.honorlist{
    position: relative;
}
.honorlist li{
    overflow: hidden;
    margin: 0px 8px;
}
.honorlist li a{
    display: block;
}
.honor_img{
    position: relative;
    overflow: hidden;
    border: 1px solid #d7d7d7;
}
.honor_img:after{
    content: '';
    display: block;
    padding-bottom: 130%;
}
.honor_img img{
    transition: .5s;
    border: none !important;
    padding: 4px;
}
.honorlist li a:hover .honor_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.honor_con .slick-prev, .honor_con .slick-next{
    width: 37px;
    height: 37px;
    top:-47px;
    z-index: 11;
}
.honor_con .honorlist .slick-prev{
    left: 47%;
    background: url("../images/hleft.png") no-repeat left center;
}
.honor_con .honorlist .slick-prev:hover{
    background: url("../images/hleft_h.png") no-repeat left center;
}
.honor_con .honorlist .slick-next{
    right: 47%;
    background: url("../images/hright.png") no-repeat right center;
}
.honor_con .honorlist .slick-next:hover{
    background: url("../images/hright_h.png") no-repeat right center;
}
.about_more{
    margin-top: 30px;
    text-align: center;
}
.about_more a{
    display: block;
    font-size: 14px;
    margin: 0 auto;
    width: 102px;
    line-height: 34px;
    border: 1px solid #000;
    color: #000;
    text-align: center;
    transition: .5s;
}
.about_more a:hover{
    color: #fff;
    background-color: #000;
}
.fencai{
    background-color: #eff0f0;
    padding: 38px 0px 42px 0px;
}

.fencai_con{
    margin-top: 30px;
}
.fencailist{
    position: relative;
}
.fencailist li{
    overflow: hidden;
    margin: 0px 6px;
}
.fencailist li a{
    display: block;
}
.fencai_img{
    position: relative;
    overflow: hidden;
}
.fencai_img:after{
    content: '';
    display: block;
    padding-bottom: 74%;
}
.fencai_img img{
    transition: .5s;
    border: none !important;
}
.fencailist li a:hover .fencai_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.fencailist .slick-dots {
    z-index:10;
    bottom:-20px;
    line-height:0;
    text-align:center;
}
.fencailist .slick-dots li {
    margin: 5px;
    padding:0;
    width: 15px;
    height: 15px;
}
.fencailist .slick-dots li button {
    background-color: transparent;
    width: 15px;
    height: 15px;
    border-radius: 25px;
    display:block;
    border: 2px solid #616161;
}
.fencailist .slick-dots li button:before {
    content:"";
}
.fencailist .slick-dots .slick-active button {
    background-color: #616161;
}
.fencailist .slick-dots .slick-active button:before {
    color:transparent;
}
.news{
    background-color: #000;
    padding: 40px 0px 45px 0px;
}
.color h3{
    color: #fff;
    background: url("../images/title1.jpg") no-repeat bottom center;
}
.inews_title{
    margin-top: 30px;
}
.inews_title ul{
    display: flex;
    justify-content: center;
}
.inews_title li{
    margin: 0px 4px;
}
.inews_title li a{
    display: block;
    font-size: 16px;
    border: 1px solid #272727;
    color: #fff;
    text-align: center;
    line-height: 37px;
    padding: 0px 12px;
}
.inews_title li a:hover{
    border: 1px solid #fff;
    background-color: #fff;
    color: #000;
}
.inews_title li .current{
    border: 1px solid #fff;
    background-color: #fff;
    color: #000;
}
.inews_con{
    margin-top: 33px;
}
.inewslist{
    position: relative;
}
.inewslist li{
    overflow:hidden;
    margin: 0px 5px;
}
.inewslist li a{
    display: block;
    outline: none;
}
.inews_img{
    overflow:hidden;
    position: relative;
}
.inews_img:after{
    content: '';
    display: block;
    padding-bottom: 74%;
}
.inews_img img{
    transition: .5s;
    border: none !important;
}
.inews_txt{
    padding:18px 24px;
    transition: .5s;
    background-color:#222;
    bottom: 0;
}
.inews_txt h3{
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 8px;
    color:#fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inews_txt em{
    color: #4a4a4a;
    font-size: 12px;
    font-style: normal;
}
.inews_txt p{
    margin-top: 8px;
    font-size: 14px;
    color:#fff;
    overflow: hidden;
}
.inewslist li a:hover .inews_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.inewslist .slick-dots {
    z-index:10;
    bottom:-20px;
    line-height:0;
    text-align:center;
}
.inewslist .slick-dots li {
    margin: 5px;
    padding:0;
    width: 15px;
    height: 15px;
}
.inewslist .slick-dots li button {
    background-color: transparent;
    width: 15px;
    height: 15px;
    border-radius: 25px;
    display:block;
    border: 2px solid #616161;
}
.inewslist .slick-dots li button:before {
    content:"";
}
.inewslist .slick-dots .slick-active button {
    background-color: #616161;
}
.inewslist .slick-dots .slick-active button:before {
    color:transparent;
}
.news_more{
    margin-top: 30px;
    text-align: center;
}
.news_more a{
    display: block;
    font-size: 14px;
    margin: 0 auto;
    width: 102px;
    line-height: 34px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    transition: .5s;
}
.news_more a:hover{
    background-color: #fff;
    color: #000;
}

/*资质荣誉*/
.inner_honor{
    width: 100%;
    margin: 0 auto;
}
.honor_title{
    border-bottom: 1px solid #dad9d9;
    overflow: hidden;
}
.honor_title_fl{
    float: left;
}
.honor_title_fl li{
    float: left;
}
.honor_title_fl li a{
    display: block;
    line-height: 60px;
    color: #393939;
    padding: 0px 25px;
    text-align: center;
}
.honor_title_fl li a:hover{
    color: #fff;
    background-color: #1c1c1c;
}
.honor_title_fl li .current{
    color: #fff;
    background-color: #1c1c1c;
}
.honor_title_fr{
    float: right;
}
.honor_title_fr p{
    line-height: 60px;
    color: #393939;
}
.honor_title_fr p a{
    color: #393939;
}
.honor_title_fr p span{
    color: #002a5c;
}
.ihonor_con{
    margin: 45px 0px;
    overflow: hidden;
}
.ihonor_con ul{
    margin-top: 25px;
    overflow: hidden;
}
.ihonor_con li{
    padding: 0px 5px;
}
.ihonor_con li a{
    display: block;
}
.honor_txt{
    padding: 15px 0px;
    text-align: center;
    color: #515151;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ihonor_con li a:hover .honor_img {
    border: 1px solid #002a5c;
}
.ihonor_con li a:hover .honor_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.ihonor_con li a:hover .honor_txt {
    color: #002a5c;
}


/*宏力风采*/
.ifencai_con{

}

.ifencai_con{
    margin: 45px 0px;
    overflow: hidden;
}
.ifencai_con ul{
    margin-top: 25px;
    overflow: hidden;
}
.ifencai_con li{
    padding: 0px 6px;
}
.ifencai_con li a{
    display: block;
}
.fc_img{
    position: relative;
    overflow: hidden;
    border: 1px solid #d7d7d7;
}
.fc_img:after{
    content: '';
    display: block;
    padding-bottom: 74%;
}
.fc_img img{
    transition: .5s;
    border: none !important;
    padding: 4px;
}
.fc_txt{
    padding: 15px 0px;
    text-align: center;
    color: #515151;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ifencai_con li a:hover .fc_img {
    border: 1px solid #002a5c;
}
.ifencai_con li a:hover .fc_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.ifencai_con li a:hover .fc_txt {
    color: #002a5c;
}


/*宏力介绍*/
.about1_con{
    margin-top: 30px;
    color: #515151;
    line-height: 30px;
}
.about1_con img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}


/*董事长介绍*/
.about2_con{
    margin-top: 30px;
    overflow: hidden;
}
.about2_con1{
    color: #515151;
    line-height: 30px;
}
.about2_con1 img {
    float: left;
    margin-right: 50px;
}

.about2_con2{
    margin-top: 20px;
}
.about2_con2 li{
    padding: 0px 4px;
    margin-bottom: 9px;
}
.leader_img{
    position: relative;
    overflow: hidden;
}
.leader_img:after{
    content: '';
    display: block;
    padding-bottom: 66%;
}
.leader_img img{
    transition: .5s;
}
.leader_txt{
    background-color: #f1f1f1;
    padding: 27px 24px;
    overflow: hidden;
}
.leader_txt p{
    text-align: center;
    color: #515151;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
}
.about2_con2 li:hover .leader_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}


/*新闻资讯*/
.xw_title{
    background-color: #1c1c1c;
    overflow: hidden;
}
.xw_title_fl{
    float: left;
}
.xw_title_fl li{
    float: left;
}
.xw_title_fl li a{
    display: block;
    line-height: 61px;
    color: #a4a4a4;
    padding: 0px 25px;
    text-align: center;
}
.xw_title_fl li a:hover{
    color: #fff;
    background-color: #363636;
}
.xw_title_fl li .current{
    color: #fff;
    background-color: #363636;
}
.xw_title_fr{
    float: right;
}
.xw_title_fr p{
    line-height: 61px;
    color: #a4a4a4;
}
.xw_title_fr p a{
    color: #a4a4a4;
}
.xw_title_fr p span{
    color: #fff;
}
.ixw_con{
    padding: 45px 0px;
    overflow: hidden;
    background-color: #000;
}
.ixwlist{
    padding-bottom: 20px;
    overflow: hidden;
}
.ixwlist li{
    overflow:hidden;
    padding: 0px 5px;
    margin-bottom: 15px;
}
.ixwlist li a{
    display: block;
    outline: none;
}
.ixwlist li a:hover .inews_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}


/*新闻详情*/
.show_title1{
    text-align: center;
    padding-bottom: 15px;
    border-bottom:1px dashed #363636;
}
.show_title1 h3{
    font-size:18px;
    font-weight:normal;
    text-align: center;
    color: #fff;
    padding-bottom: 20px;
}
.show_title1 span{
    color:#6d6d6d;
    margin:0px 10px;
    padding-left:20px;
}
.show_content1{
    line-height:25px;
    color:#a4a4a4;
    padding:30px 0px;
    font-size: 14px;
    border-bottom:1px dashed #363636;
}
.show_content1 img{
    display:block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}
.show_back1{
    padding-top:20px;
}
.show_back1_fl{
    margin-bottom:20px;
    overflow:hidden;
    padding:0;
}
.show_back1_fl li{
    margin-bottom:10px;
    line-height:25px;
    color:#999;
    width:75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.show_back1_fl li a{
    color:#999;
}
.show_back1_fl li a:hover{
    color:#fff;
}
.show_back1_fr{
    margin-bottom:20px;
    overflow:hidden;
    padding:0;
}
.show_back1_fr a{
    display:block;
    line-height:46px;
    color:#a4a4a4;
    background: #1c1c1c url(../images/return.png) no-repeat 20px center;
    padding-right:25px;
    text-align: right;
}

/*解决方案*/
.case_title{
    background-color: #1c1c1c;
    overflow: hidden;
}
.case_title_fl{
    float: left;
}
.case_title_fl p{
    line-height: 61px;
    color: #a4a4a4;
}
.case_title_fl p a{
    color: #a4a4a4;
}
.case_title_fl p span{
    color: #fff;
}
.case_title_fr{
    float: right;
}
.case_title_fr li{
    float: left;
}
.case_title_fr li a{
    display: block;
    line-height: 61px;
    color: #a4a4a4;
    padding: 0px 25px;
    text-align: center;
}
.case_title_fr li a:hover{
    color: #fff;
    background-color: #363636;
}
.case_title_fr li .current{
    color: #fff;
    background-color: #363636;
}

.icase_con{
    padding: 35px 0px;
    overflow: hidden;
    background-color: #000;
}
.icase_con li{
    margin-bottom:30px;
    overflow:hidden;
    position:relative;
}
.icase_con li a{
    display:block;
    overflow:hidden;
}
.icase_con li a.thumbnail{
    position:relative;
    overflow:hidden;
}
.link-img {
    overflow:hidden;
}
.link-img img {
    display: block;
    max-width: 100%;
    height:auto;
    margin: auto;
}
.link-setion-text {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
    color: #fff;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.link-setion-text h3 {
    margin-top: -20px;
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    text-align:center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    -webkit-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
}
.link-setion-text .link-more {
    display: inline-block;
    *display:inline;
    *zoom:1;
    width:100%;
    margin:0 auto;
    text-align:center;
    margin-bottom:20px;
}
.link-setion-text .link-more img{
    max-width:100%;
    height:auto;
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.icase_con .opacity-overlay {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    background: #000;
    opacity: 0;
    filter: alpha(opacity=0);
    _height:expression( (this.parentElement.clientHeight) +'px');
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.icase_con a:hover .link-name-default {
    opacity: 0;
    filter: alpha(opacity=0);
}
.icase_con a:hover .link-setion-text {
    opacity: 1;
    filter: alpha(opacity=100);
}
.icase_con a:hover .link-setion-text h3 {
    margin-top: 0px;
}
.icase_con a:hover .opacity-overlay {
    opacity: 0.50;
    filter: alpha(opacity=50);
}

/*解决方案详情*/
.inner_case{
    width: 100%;
    margin: 0 auto;
}
.icaseshow_con{
    overflow: hidden;
}
.caseshow1{
    width: 100%;
    margin: 0 auto;
}
.caseshow1 img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}

.caseshow2{
    background-color: #1d1d1d;
    padding: 35px 0px;
    overflow: hidden;
}

.caseshow2_fl{
    float: left;
    width: 65%;
    color: #bcbcbc;
    line-height: 25px;
}
.caseshow2_fr{
    float: right;
    width: 30%;
}
.caseshow2_fr img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.caseshow2_fr a{
    display: block;
    width: 129px;
    margin: 25px auto 0px auto;
    line-height: 33px;
    text-align: center;
    border: 1px solid #9c9c9c;
    color: #9c9c9c;
    border-radius: 25px;
    cursor: pointer;
}

#goodcover1 {
    display: none;
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 133%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: 0.80;
    filter: alpha(opacity=80);
}
#code1{
    z-index: 9999;
    position: fixed;
    top: 5%;
    left: 50%;
    width: 760px;
    height: 750px;
    margin-left: -380px;
    display: none;
    background-color: #9f9f9f;
    border-radius: 10px;
    padding: 20px;
}
.xqpro{
    width: 720px;
    height: 710px;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    padding: 35px 30px;
}
.xqpro_t{
    margin-bottom: 20px;
}
.xqpro_t h3{
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}
.xqpro_t p{
    font-size: 16px;
    color: #005ac6;
    line-height: 25px;
}
.closeicon1{
    display: block;
    width: 39px;
    height: 39px;
    position: absolute;
    right: 18px;
    top: 16px;
    background: url(../images/icon-closed.png) no-repeat;
    z-index: 99;
}
.xqpro_b{
    overflow: hidden;
}
.xq1{
    margin-bottom: 17px;
    overflow: hidden;
}
.xq1_fl{
    float: left;
    width: 49%;
}
.ys label{
    float: left;
    font-size: 16px;
    color: #636363;
    line-height: 45px;
    width: 85px;
    text-align: right;
}
.ys label b{
    color: #ff0000;
}
.ys input{
    float: right;
    color: #636363;
    border: 1px solid #d6d6d6;
    line-height: 43px;
    width: 230px;
    padding-left: 10px;
}
.xq1_fr{
    float: right;
    width: 49%;
}
.xq2{
    margin-bottom: 17px;
    overflow: hidden;
}
.xq2 label{
    float:left;
    font-size: 16px;
    color: #636363;
    line-height: 45px;
    width: 85px;
    text-align: right;
}
.xq2_sc{
    float:left;
    margin-left:8px;
    border: 1px solid #d6d6d6;
    padding: 11px 16px;
}
#preview {
    width: 89px;
    margin:0 auto;
}
#preview img{
    width: 89px;
    height:71px;
}
.upload {
    display:block;
    overflow:hidden;
    color: #636363;
    position:relative;
    text-align: center;
    font-size:16px;
    cursor: pointer;
    margin-top: 10px;
}
.upload input {
    width: 100%;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    height:28px;
    cursor: pointer;
}
.xq3{
    margin-bottom: 17px;
    overflow: hidden;
}
.xq3 label{
    float:left;
    font-size: 16px;
    color: #636363;
    line-height: 45px;
    width: 85px;
    text-align: right;
}
.xq3 textarea{
    float: right;
    color: #636363;
    padding: 10px;
    border: 1px solid #d6d6d6;
    line-height: 25px;
    width: 567px;
    height: 135px;
    resize: none;
}
.xq4{
    margin-bottom: 27px;
    overflow: hidden;
}
.xq4 label{
    float:left;
    font-size: 16px;
    color: #636363;
    line-height: 45px;
    width: 85px;
    text-align: right;
}
.xq4 input{
    float: left;
    color: #636363;
    border: 1px solid #d6d6d6;
    line-height: 43px;
    width: 230px;
    margin-left: 8px;
    padding-left: 10px;
}
.xq4 a{
    float: left;
    margin-left: 15px;
}
.xq4 a img{
    height: 45px;
    width: auto;
}
.xq5{
    text-align: center;
}
.xq5 input{
    background-color: #012b5d;
    border: none;
    line-height: 45px;
    width: 170px;
    color: #fff;
    font-size: 16px;
}



.caseshow3{

}
.caseshow3list{
    position: relative;
}
.caseshow3list li{
    overflow: hidden;
}
.caseshow3_img{
    position: relative;
    overflow: hidden;
}
.caseshow3_img:after{
    content: '';
    display: block;
    padding-bottom: 34.28%;
}
.caseshow3_img img{
    transition: .5s;
    border: none !important;
}
.caseshow3list .slick-prev, .caseshow3list .slick-next{
    width: 43px;
    height: 79px;
    top:50%;
    margin-top: -40px;
    z-index: 1;
}
.caseshow3list .slick-prev{
    left: 18%;
    background: url("../images/cleft.jpg") no-repeat left center;
}
.caseshow3list .slick-prev:hover{
    background: url("../images/cleft_h.jpg") no-repeat left center;
}
.caseshow3list .slick-next{
    right: 18%;
    background: url("../images/cright.jpg") no-repeat right center;
}
.caseshow3list .slick-next:hover{
    background: url("../images/cright_h.jpg") no-repeat right center;
}
.caseshow4{
    background-color: #1d1d1d;
    padding: 40px 0px;
    overflow: hidden;
}
.caseshow4_title{
    color: #fff;
    font-size: 24px;
}
.caseshow4_con{
    margin-top: 30px;
}
.caseshow4list{
    position: relative;
}
.caseshow4list li{
    margin: 0px 10px;
}
.caseshow4list li a{
    display: block;
    outline: none;
}
.caseshow4_img{
    position: relative;
    overflow: hidden;
}
.caseshow4_img img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    border: none !important;
    transition: .5s;
}
.caseshow4_txt{
    padding: 20px 0px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.caseshow4list li a:hover .caseshow4_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.caseshow4list .slick-dots {
    z-index:10;
    bottom:-20px;
    line-height:0;
    text-align:center;
}
.caseshow4list .slick-dots li {
    margin: 5px;
    padding:0;
    width: 15px;
    height: 15px;
}
.caseshow4list .slick-dots li button {
    background-color: transparent;
    width: 15px;
    height: 15px;
    border-radius: 25px;
    display:block;
    border: 2px solid #fff;
}
.caseshow4list .slick-dots li button:before {
    content:"";
}
.caseshow4list .slick-dots .slick-active button {
    background-color: #fff;
}
.caseshow4list .slick-dots .slick-active button:before {
    color: transparent;
}



/*产品*/
.ipro_con{
    padding: 35px 0px;
    overflow: hidden;
    background-color: #000;
}
.ipro_cons{
    margin-bottom: 35px;
    overflow: hidden;
}
.ipro_title{
    margin-bottom: 20px;
    line-height: 30px;
    overflow: hidden;
}
.ipro_title p{
    float: left;
    font-size: 24px;
    color: #fff;
}
.ipro_title a{
    float: right;
    color: #a4a4a4;
    font-size: 16px;
}
.ipro_info{
    overflow: hidden;
}
.ipro_info li{
    margin-bottom: 18px;
    padding: 0px 8px;
}
.ipro_info li a{
    display: block;
}
.ipro_img{
    position: relative;
    overflow: hidden;
}
.ipro_img:after{
    content: '';
    display: block;
    padding-bottom: 100%;
}
.ipro_img img{
    transition: .5s;
}
.ipro_txt{
    background-color: #333;
    padding: 20px 24px;
    overflow: hidden;
}
.ipro_txt h3{
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 8px;
}
.ipro_txt p{
    color: #a4a4a4;
    line-height: 20px;
}
.ipro_info li a:hover .ipro_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}


/*产品详情*/
.inner_proshow{
    width: 100%;
    margin: 0 auto;
}
.proshow1{
    padding: 50px 0px 25px 0px;
    background-color: #000;
    overflow: hidden;
    display: none;
}
.proshow1_fl{
    float: left;
    width: 37%;
    margin-bottom: 25px;
}
.proshow-max {
    width:100%;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    position:relative;
    cursor:pointer;
    border:1px solid #4f4f4f;
    padding: 4px;
}
.proshow-max .item i {
    display:block;
    padding-bottom: 100%;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover
}

.proshow-min {
    text-align:center;
    position: relative;
    width: 90%;
    margin: 20px auto 0px auto;
}
.proshow-min li{
    display:inline-block;
    *float:none;
    *display:inline;
    zoom:1;
    text-align:center;
}
.proshow-min .getIndex .item {
    margin:0px 5px;
}
.proshow-min .getIndex .item i {
    display:block;
    padding-bottom:100%;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    position:relative;
}
.proshow-min .getIndex .item i img{
    border: 1px solid #4f4f4f;
    max-width: 100%;
    height: auto;
}
.proshow-min .getIndex .item i:hover {
    cursor:pointer;
}
.proshow-min .slick-current .item i img {
    border:1px #012a5c solid;
}
.proshow-min .slick-next:before,.proshow-min .slick-prev:before{
    display: none;
}
.proshow-min .slick-prev,.proshow-min .slick-next{
    width: 14px;
    height: 23px;
    margin-top: -12px;
    top:50%;
    z-index: 0;
}
.proshow-min .slick-prev{
    left: -20px;
    background: url("../images/pshow_l.png") no-repeat left center;
}
.proshow-min .slick-prev:hover{
    background: url("../images/pshow_lh.png") no-repeat left center;
}
.proshow-min .slick-next{
    right: -20px;
    background: url("../images/pshow_r.png") no-repeat right center;
}
.proshow-min .slick-next:hover{
    background: url("../images/pshow_rh.png") no-repeat right center;
}
.proshow1_fr{
    float: right;
    width: 57%;
    margin-bottom: 25px;
    overflow: hidden;
}
.proshow1_fr1{
    margin-bottom: 50px;
    overflow: hidden;
}
.proshow1_fr1 h3{
    font-size: 48px;
    color: #fff;
}
.proshow1_fr1 h3:after{
    content: '';
    display: block;
    background-color: #a0a0a0;
    width: 40px;
    height: 2px;
    margin: 10px 0px;
}
.proshow1_fr1 p{
    font-size: 24px;
    color: #fff;
}
.proshow1_fr2{
    margin-bottom: 40px;
    overflow: hidden;
}
.proshow1_fr2_title{
    margin-bottom: 20px;
    font-size: 18px;
    color: #fff;
}
.proshow1_fr2_con{
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}
.proshow1_fr3{

}
.proshow1_fr3 img{
    display: block;
    max-width: 100%;
    height: auto;
}
.proshow2{
    padding: 40px 0px;
    background-color: #000;
    overflow: hidden;
    /*color: #000;
    font-size: 14px;
    line-height: 30px;*/
}

.proshow2 table {
    border:1px solid #c5c5c5;
    border-collapse:collapse;
}
.proshow2 tr,td{
    border:1px solid #c5c5c5;
}
.proshow3{
    background-color: #f4f4f4;
    padding: 40px 0px 25px 0px;
    overflow: hidden;
    display: none;
}
.proshow3_title{
    color: #000;
    font-size: 24px;
}
.proshow3_con{
    margin-top: 30px;
}
.proshow3list{
    position: relative;
}
.proshow3list li{
    margin: 0px 8px;
}
.proshow3list li a{
    display: block;
    outline: none;
}
.proshow3_img{
    position: relative;
    overflow: hidden;
}
.proshow3_img img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    border: none !important;
    transition: .5s;
}
.proshow3_txt{
    padding: 15px 0px;
    text-align: center;
    font-size: 16px;
    color: #000;
}
.proshow3list li a:hover .proshow3_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.proshow3list .slick-dots {
    z-index:10;
    bottom:-20px;
    line-height:0;
    text-align:center;
}
.proshow3list .slick-dots li {
    margin: 5px;
    padding:0;
    width: 15px;
    height: 15px;
}
.proshow3list .slick-dots li button {
    background-color: transparent;
    width: 15px;
    height: 15px;
    border-radius: 25px;
    display:block;
    border: 2px solid #000;
}
.proshow3list .slick-dots li button:before {
    content:"";
}
.proshow3list .slick-dots .slick-active button {
    background-color: #000;
}
.proshow3list .slick-dots .slick-active button:before {
    color: transparent;
}

#code{
    z-index: 9999;
    position: fixed;
    top: 5%;
    left: 25%;
    width: 50%;
    height: 90%;
    display: none;
}
#goodcover {
    display: none;
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 133%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: 0.50;
    filter: alpha(opacity=80);
}
.closeicon{
    display: block;
    width: 39px;
    height: 39px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/icon-closed.png) no-repeat;
    z-index: 99;
}
.theme-poptit{
    position: relative;
}
.tcpro{
    width: 80%;
    margin: 0 auto;
    position: relative;
}
.tcpro ul{
    position: relative;
}
.tcprolist li{
    background-color: #9f9f9f;
    padding: 20px 20px 0px 20px;
    overflow: hidden;
}
.tcpro_img{
    overflow: hidden;
    position: relative;
}
.tcpro_img:after{
    content: '';
    display: block;
    padding-bottom: 100%;
}
.tcpro_img img{
    transition: .5s;
    border: none !important;
}
.tcpro_txt{
    padding: 20px 0px;
}
.tcpro_txt h3{
    font-size: 24px;
    color: #000;
    font-weight: normal;
}
.tcpro_txt p{
    font-size: 16px;
    color: #000;
}
.tc-dots {
    position: absolute;
    z-index:10;
    bottom: 50px;
    line-height:0;
    text-align: right;
    right: 20px;
}
.tc-dots li {
    float: left;
    margin: 5px;
    padding:0;
    width: 13px;
    height: 13px;
}
.tc-dots li button {
    background-color: transparent;
    width: 13px;
    height: 13px;
    border-radius: 25px;
    display:block;
    border: 1px solid #515151;
}
.tc-dots .active button {
    background-color: #515151;
}



/*单页*/
.inner_danye{
    margin: 45px 0px 55px 0px;
    overflow: hidden;
}
.inner_danye_con{
    margin-top: 15px;
    font-size: 16px;
    color: #000;
    line-height: 30px;
}





@media (min-width:1701px) and (max-width:1866px){
    .about_frs_2{
        margin-top: 15px;
    }
    .about_frs_1{
        line-height: 28px;
        height: 252px;
    }
}

@media (min-width:1501px) and (max-width:1700px){
    .newslist li a:hover .news_txt h3{
        font-size: 21px;
        margin: 13% 0px 7% 0px;
    }
    .newslist li a:hover .news_txt span{
        margin-top: 13%;
    }
    .pro_txt{
        padding-top: 30%;
    }
    .about_frs{
        padding: 3%;
    }
    .about_frs_1{
        line-height: 25px;
        height: 225px;
    }
    .about_frs_2{
        margin-top: 15px;
    }
    .honor_con .honorlist .slick-prev{
        left: 46.5%;
    }
    .honor_con .honorlist .slick-next{
        right: 46.5%;
    }
}

@media (min-width:1280px) and (max-width:1500px){
    .newslist li a:hover .news_txt h3{
        font-size: 20px;
        margin: 10% 0px 7% 0px;
    }
    .newslist li a:hover .news_txt span{
        margin-top: 10%;
    }
    .pro_txt{
        padding-top: 20%;
    }
	.about_fl p{
		font-size:16px;
	}
    .about_frs_1{
        font-size: 13px;
        line-height: 25px;
        height: 150px;
    }
    .about_frs_2{
        margin-top: 25px;
    }
    .honor_con .honorlist .slick-prev{
        left: 46%;
    }
    .honor_con .honorlist .slick-next{
        right: 46%;
    }
}

@media (min-width:1201px) and (max-width:1279px){
    .newslist li a:hover .news_txt h3{
        font-size: 20px;
        margin: 10% 0px 7% 0px;
    }
    .newslist li a:hover .news_txt span{
        margin-top: 10%;
    }
    .pro_txt{
        padding-top: 20%;
    }
    .about_fl p{
        font-size:16px;
    }
    .about_frs_1{
        font-size: 13px;
        line-height: 25px;
        height: 150px;
    }
    .about_frs_2{
        margin-top: 25px;
    }
    .honor_con .honorlist .slick-prev{
        left: 45%;
    }
    .honor_con .honorlist .slick-next{
        right: 45%;
    }
}



@media(max-width:1200px) {
    .container1{
        width:100%;
        margin:0 auto;
        padding-left:15px;
        padding-right:15px;
    }
    .container2{
        width:100%;
        margin:0 auto;
        padding-left:15px;
        padding-right:15px;
    }
    .show_content img{
        display:block;
        max-width:100%;
        height:auto;
        margin-left:auto;
        margin-right:auto;
    }
    .mouse-scroll{
        bottom: 25px;
    }
    .banner-info{
        top: 20%;
    }
    .bt{
        font-size: 40px;
    }
    .jsh{
        font-size: 20px;
    }
    .banner-info{
        width: 96%;
        margin-left: -48%;
    }
    .about_fl{
        float: none;
        margin-bottom: 10px;
        overflow: hidden;
    }
    .about_fl p{
        font-size: 16px;
    }
    .about_fr{
        float: none;
        overflow: hidden;
    }
    .about_fr a{
        margin: 0 auto;
    }
    .home-about{
        padding: 15px 0px;
    }
    .newslist li a:hover .news_txt h3{
        font-size: 20px;
        margin: 10% 0px 7% 0px;
    }
    .newslist li a:hover .news_txt span{
        margin-top: 10%;
    }
    .xw_txt{
        width: 70%;
    }
    .xwlist .slick-prev{
        left: 15px;
    }
    .xwlist .slick-next{
        right: 15px;
    }
    .prolist{
        padding-bottom: 20px;
    }
    .pro_txt{
        padding-top: 25%;
    }
    .cinfo p{
        width: 67%;
    }
    .cinfo span{
        width: 67%;
    }
    .ly label{
        width: 20%;
    }
    .ly input{
        width: 80%;
    }
    .ser_frs_2{
        height: 120px;
    }
    .banner-info1{
        top: 22%;
        width: 100%;
        margin-left: -50%;
    }
    .bt1{
        font-size: 30px;
    }
    .jsh1{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .about_fls_txt{
        font-size: 24px;
        top: 30px;
    }
    .about li:nth-child(odd) .iabout_fl .about_fls_txt{
        right: 40px;
    }
    .about li:nth-child(even) .iabout_fl .about_fls_txt{
        left: 40px;
    }
    .about_frs_1{
        font-size: 13px;
        line-height: 25px;
        height: 130px;
    }
    .about_frs_2{
        margin-top: 15px;
    }
    .honor_con .honorlist .slick-prev{
        left: 45%;
    }
    .honor_con .honorlist .slick-next{
        right: 45%;
    }
    .fencailist{
        padding-bottom: 20px;
    }
    .inewslist{
        padding-bottom: 20px;
    }
    .show_content1 img{
        display:block;
        max-width:100%;
        height:auto;
        margin-left:auto;
        margin-right:auto;
    }
    .caseshow3list .slick-prev{
        left: 15px;
    }
    .caseshow3list .slick-next{
        right: 15px;
        background: url("../images/cright.jpg") no-repeat right center;
    }
    .tcpro{
        width: 100%;
    }
}

@media(max-width:768px) {
    .home-banner .home-banner-slick .slick-slide .home-pc{
        display: none;
    }
    .home-banner .home-banner-slick .slick-slide .home-mobile{
        display: block;
    }
    .mouse-scroll{
        display: none;
    }
    .footer{
        padding: 15px 0px;
    }
    .footer_fl{
        float: none;
        width: 100%;
        margin-bottom: 10px;
        overflow: hidden;
    }
    .footer_fr{
        float: none;
        width: 100%;
    }
    .banner-info{
        top: 30%;
    }
    .xw_txt h3{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .xw_txt p{
        margin-bottom: 10px;
    }
    .footer_fr p{
        text-align: center;
    }
    .footer_fl ul{
        display: flex;
        justify-content: center;
    }
    .footer_fl li{
        margin: 0px 10px;
    }
    .cinfo p{
        width: 95%;
    }
    .cinfo span{
        width: 95%;
    }
    .lx label{
        width: 20%;
    }
    .lx textarea{
        width: 80%;
    }
    .lx input{
        width: 80%;
    }
    .ser_frs_2 {
        height: 100px;
        line-height: 25px;
    }
    .ser_frs_3{
        margin-top: 12px;
    }
    .banner-info1{
        width: 94%;
        margin-left: -47%;
    }
    .zx1{
        background-size: 10%;
    }
    .zx1 br{
        display: none;
    }
    .about_fls_txt{
        font-size: 20px;
        top: 20px;
    }
    .about li:nth-child(odd) .iabout_fl .about_fls_txt{
        right: 30px;
    }
    .about li:nth-child(even) .iabout_fl .about_fls_txt{
        left: 30px;
    }
    .about_frs_1{
        height: 80px;
    }
    .honor_con .honorlist .slick-prev{
        left: 43%;
    }
    .honor_con .honorlist .slick-next{
        right: 43%;
    }
    .honor_title_fl li a{
        padding: 0px 20px;
    }
    .ifencai_con li{
        padding: 0px 5px;
    }
    .about2_con1 img{
        margin-right: 30px;
    }
    .xw_title_fl li a{
        padding: 0px 20px;
    }
    .proshow1_fr1 h3{
        font-size: 30px;
    }
    .proshow1_fr1 p{
        font-size: 18px;
    }
    .proshow1_fr1{
        margin-bottom: 25px;
    }
    .proshow1_fr2{
        margin-bottom: 25px;
    }
    .proshow1_fr2_title{
        margin-bottom: 10px;
    }
    .proshow1_fl{
        width: 40%;
    }
}



@media(max-width:760px) {
    .caseshow2_fl{
        float: none;
        width: 100%;
    }
    .caseshow2_fr{
        margin-top: 25px;
        float: none;
        width: 100%;
    }
    #code1{
        width: 96%;
        margin-left: -48%;
        padding: 5px;
        height: auto;
    }
    .xqpro{
        width: 100%;
        height: auto;
        margin: 0 auto;
        position: relative;
        background-color: #fff;
        padding: 25px 15px;
    }
    .xq1_fl{
        float: none;
        width: 100%;
        overflow: hidden;
        margin-bottom: 17px;
    }
    .xq1_fr{
        float: none;
        width: 100%;
    }
    .ys label{
        width: 20%;
    }
    .ys input{
        width: 80%;
    }
    .xqpro_b{
        height: 300px;
        overflow: auto;
    }

    .xq3 label{
        width: 20%;
    }
    .xq3 textarea{
        width: 80%;
    }
    .xq4 label{
        width: 20%;
    }
    .xq4 input{
        width: 40%;
        margin-left: 0px;
    }
    .xq5 input{
        width: 140px;
    }
}


@media(max-width:600px) {
    .banner-info{
        top: 20%;
    }
    .bt{
        font-size: 30px;
        margin-bottom: 15px;
    }
    .jsh{
        font-size: 14px;
        margin-bottom: 15px;
    }
    .zx a {
        width: 180px;
        line-height: 35px;
    }
    .about_fl p{
        font-size: 14px;
        line-height: 25px;
    }
    .home-news{
        padding: 37px 0px 57px 0px;
    }
    .xwlist li{
        margin: 0px;
    }
    .xw_txt{
        width: 100%;
        padding: 10px 15px;
    }
    .xw_txt h3{
        font-size: 16px;
    }
    .xwlist .slick-prev, .xwlist .slick-next{
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }
    .xwlist .slick-prev{
        background: url("../images/snl.png") no-repeat left center;
    }
    .xwlist .slick-next{
        background: url("../images/snr.png") no-repeat left center;
    }
    .pro_txt h3{
        font-size: 20px;
    }
    .cinfo li:nth-child(2){
        border: none;
    }
    .inner_contact{
        margin: 30px 0px;
    }
    .cinfo{
        margin: 15px 0px 25px 0px;
    }
    .inner_feedback{
        padding: 30px 0px;
    }
    .finfo_fl{
        float: none;
        width: 100%;
    }
    .finfo_fr{
        float: none;
        width: 100%;
    }
    .lx label{
        width: 20%;
    }
    .lx textarea{
        width: 80%;
    }
    .tj button{
        margin-left: 20%;
    }
    .finfo{
        margin-top: 15px;
    }
    .inner_service{
        margin: 30px 0px;
    }
    .ser_con{
        margin-top: 25px;
    }
    .ser_fl{
        width: 100%;
    }
    .ser_fr{
        width: 100%;
    }
    .ser_con li:nth-child(odd) .ser_fl{
        float: none;
    }
    .ser_con li:nth-child(odd) .ser_fr{
        float: none;
    }
    .ser_con li:nth-child(even) .ser_fl{
        float: none;
    }
    .ser_con li:nth-child(even) .ser_fr{
        float: none;
    }
    .ser_con li{
        float: left;
        margin: 0 1% 15px 1%;
        width: 48%;
    }
    .ser_frs{
        height: auto !important;
    }
    .banner-info1{
        top: 28%;
    }
    .bt1{
        font-size: 24px;
        margin-bottom: 5px;
    }
    .jsh1{
        font-size: 18px;
    }
    .zx1{
        display: none;
    }
    .iabout_fl{
        width: 100%;
    }
    .iabout_fr{
        width: 100%;
    }
    .about li:nth-child(odd) .iabout_fl{
        float: none;
    }
    .about li:nth-child(odd) .iabout_fr{
        float: none;
    }
    .about li:nth-child(even) .iabout_fl{
        float: none;
    }
    .about li:nth-child(even) .iabout_fr{
        float: none;
    }
    .about li:nth-child(odd) .iabout_fl .about_fls_txt{
        left: 30px;
    }
    .about_frs{
        height: auto  !important;
    }
    .about_frs_1{
        height: 100px;
    }
    .about_frs_2{
        float: right;
    }
    .honor{
        margin: 35px 0px;
    }
    .honor_con .honorlist .slick-prev{
        left: 37%;
    }
    .honor_con .honorlist .slick-next{
        right: 37%;
    }
    .fencai{
        padding: 35px 0px;
    }
    .news{
        padding: 35px 0px;
    }
    .honor_title_fl{
        float: none;
        overflow: hidden;
    }
    .honor_title_fr{
        float: none;
    }
    .ihonor_con{
        margin: 35px 0px;
    }
    .honor_title{
        padding-bottom: 10px;
    }
    .honor_title_fl li a{
        line-height: 35px;
    }
    .honor_title_fr p{
        line-height: 35px;
        padding-left: 20px;
    }
    .about2_con1 img {
        float: none;
        display: block;
        max-width: 100%;
        height: auto;
        margin: 0;
    }
    .leader_txt{
        padding: 15px;
    }
    .xw_title{
        padding-bottom: 10px;
    }
    .xw_title_fl{
        float: none;
        overflow: hidden;
    }
    .xw_title_fl li a{
        line-height: 35px;
    }
    .xw_title_fr{
        float: none;
    }
    .xw_title_fr p{
        line-height: 35px;
        padding-left: 20px;
    }
    .ixwlist{
        padding-bottom: 0px;
    }
    .ixw_con{
        padding: 35px 0px;
    }
    .inews_txt{
        padding: 15px;
    }
    .icase_con li{
        padding: 0px 5px;
        margin-bottom: 10px;
    }
    .link-setion-text .link-more{
        margin-bottom: 10px;
    }
    .link-setion-text .link-more img{
        max-width: 25%;
    }
    .link-setion-text h3{
        font-size: 16px;
    }
    .caseshow4{
        padding: 25px 0px;
    }
    .caseshow4_con{
        margin-top: 25px;
    }
    .caseshow4_txt{
        padding: 15px 0px;
    }
    .caseshow4_title{
        font-size: 20px;
    }
    .caseshow4list li{
        margin: 0px 5px;
    }
    .ipro_info li{
        padding: 0px 5px;
        margin-bottom: 10px;
    }
    .ipro_txt{
        padding: 15px;
    }
    .proshow2{
        padding: 30px 0px;
    }
    .proshow3{
        padding: 25px 0px;
    }
    .proshow3_con{
        margin-top: 25px;
    }
    .proshow3_title{
        font-size: 20px;
    }
    .proshow3list li{
        margin: 0px 5px;
    }
    .proshow1_fl{
        float: none;
        width: 100%;
    }
    .proshow1_fr{
        float: none;
        width: 100%;
    }
    #code{
        top: 60px;
        width: 94%;
        left: 3%;
    }
    .inner_danye{
        margin: 30px 0px;
    }


    .case_title{
        padding-bottom: 10px;
    }
    .case_title_fr{
        float: none;
    }
    .case_title_fr li a{
        line-height: 35px;
    }
    .case_title_fl{
        float: none;
        overflow: hidden;
    }
    .case_title_fl p{
        line-height: 35px;
        padding-left: 20px;
    }

}

@media(max-width:414px) {
    .news_txt{
        padding: 10px 15px;
        height: 61px;
    }
    .news_txt h3{
        font-size: 15px;
        margin-bottom: 5px;
    }
    .newslist li a:hover .news_txt h3{
        font-size: 16px;
        margin: 8% 0px;
    }
    .newslist li a:hover .news_txt span{
        margin-top: 8%;
    }
    .news_txt span{
        line-height: 30px;
    }
    .pro_txt img{
        max-width: 25%;
    }


}

@media(max-width:375px) {
    .banner-info{
        top: 15%;
    }
    .bt{
        font-size: 28px;
    }
    .jsh{
        line-height: 25px;
    }

}

@media(max-width:320px) {
    .banner-info{
        top: 15%;
    }
    .bt{
        font-size: 26px;
        margin-bottom: 10px;
    }
    .jsh{
        margin-bottom: 10px;
    }
    .zx a {
        width: 120px;
        line-height: 30px;
        font-size: 14px;
    }
    .bt1{
        font-size: 20px;
    }
    .jsh1{
        font-size: 16px;
    }
    .honor_con .honorlist .slick-prev{
        left: 35%;
    }
    .honor_con .honorlist .slick-next{
        right: 35%;
    }


    .xq1{
        margin-bottom: 0px;
    }
    .xq1_fl{
        margin-bottom: 0px;
    }
    .ys label{
        float: none;
        width: 100%;
        text-align: left;
    }
    .ys input{
        float: none;
        width: 100%;
    }
    .xq2{
        margin-bottom: 0px;
    }
    .xq2 label{
        float: none;
        width: 100%;
        text-align: left;
    }
    .xq2 .xq2_sc{
        float: none;
        margin-left: 0px;
    }
    .xq3{
        margin-bottom: 0px;
    }
    .xq3 label{
        float: none;
        width: 100%;
        text-align: left;
    }
    .xq3 textarea{
        float: none;
        width: 100%;
    }

    .xq4 label{
        float: none;
        width: 100%;
        text-align: left;
    }
    .xqpro_b{
        height: 200px;
    }


}
	




































