* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}
/*banner*/
    html,
    body {
      position: relative;
      height: 100%;
    }

    body {
      background: #fff;
      font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
      font-size: 14px;
      color: #000;
      margin: 0;
      padding: 0;
    }

    .swiper {
	margin:70px auto 10px;

    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;

      object-fit: cover;
    }
/*banner end*/	
ul,
ol {
	list-style: none;
}

a {
	text-decoration: none
}

.header {
	position: fixed;
	z-index: 5;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff;
	padding: 0 3%;
}

.header .logo {
	height: 90px;
	line-height: 90px;
	overflow: hidden;
}

.header nav ul li {
	position: relative;
	float: left;
	margin: 0 40px
}

.header nav ul li.cur a::after,
.header nav ul li:hover a::after {
	-webkit-transform: scale(1);
	transform: scale(1);
	color: #0058aa;
}

.header nav ul li:hover .sub-nav {
	visibility: visible;
	opacity: 1;
	top: 90px;
}

.header nav ul li>a {
	position: relative;
	height: 90px;
	line-height: 90px;
	color: #333;
	font-size: 17px;
	display: block;
}

.header nav ul li>a::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 20px;
	width: 100%;
	height: 3px;
	background: #0058aa;
	transform: scale(0, 1);
	-webkit-transform: scale(0, 1);
	transition: all .3s;
	-webkit-transition: all .3s
}

.header nav ul li .sub-nav {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	top: 90px;
	left: 50%;
	width: 132px;
	color: #333;
	background: #fff;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transition: all .5s;
	-webkit-transition: all .5s;
}

.header nav ul li .sub-nav a {
	display: block;
	line-height: 48px;
	padding: 0px 10px;
	text-align: center;
	border-bottom: 1px #f2f2f2 solid;
}

.header nav ul li .sub-nav a:last-child {
	border-bottom: 2px #0058aa solid;
}

.header nav ul li .sub-nav a:hover {
	background: #0058aa;
	color: #fff;
}

.header nav ul li>a:hover {
	color: #0058aa;
}

.hd_tel {
	font-size: 16px;
	padding-top: 40px;
	color: #fff;
	padding-left: 50px;
}

.hd_tel .hdtelimg2 {
	display: none;
}

.header:hover .hd_tel .hdtelimg2 {
	display: inline-block;
}

.header:hover .hd_tel .hdtelimg {
	display: none;
}

.header.cur .hd_tel .hdtelimg2 {
	display: inline-block;
}

.header.cur .hd_tel .hdtelimg {
	display: none;
}

.header nav ul li>a:hover {
	color: #0058aa !important;
}

.header nav ul li>a.layui-this-moren {
	color: #0058aa;
}

.header:hover nav ul li a.layui-this-moren,
.header.cur nav ul li a.layui-this-moren {
	color: #0058aa;
}

.header nav ul li>a.layui-this-moren::after {
	-webkit-transform: scale(1);
	transform: scale(1);
	color: #0058aa;
}

.headertop {
	margin-top: 90px;
}

.com-sear {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	z-index: 202;
}

.com-sear .sear-top {
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	height: 90px;
	padding: 0 10%;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.25);
	animation: fadeInDown 0.6s ease-in-out;
}

.com-sear .sear-top .form1 {
	width: 100%;
	position: relative;
	padding: 27px 44px 0;
}

.com-sear .sear-top .form1 .btn-sub {
	position: absolute;
	left: 0;
	top: 30px;
	border: none;
	outline: none;
	background: transparent;
	cursor: pointer;
}

.com-sear .sear-top .form1 .btn-sub i {
	font-size: 30px;
}

.com-sear .sear-top .form1 .inp1 {
	font-size: 26px;
	width: 100%;
	border: none;
	outline: none;
	border-bottom: 1px solid #888;
}

.com-sear .sear-top .form1 .i-cha {
	cursor: pointer;
	position: absolute;
	top: 30px;
	right: 0;
	font-size: 32px;
}

.he-sear {
	cursor: pointer;
	width: 40px;
	height: 40px;
	padding-top: 27px;
	padding-left: 17px;
}

.he-sear i {
	background: url(../image/sec.png)no-repeat center;
	width: 40px;
	height: 40px;
	display: block;
}

.he-sear em {
	display: none;
	background: url(../image/sec.png)no-repeat center;
	width: 40px;
	height: 40px;
}

.header:hover,
.header.cur {
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.header:hover nav ul li a,
.header.cur nav ul li a {
	color: #333;
}

.header:hover .he-sear em,
.header.cur .he-sear em {
	display: block;
}

.header:hover .he-sear i,
.header.cur .he-sear i {
	display: none;
}

.header:hover .hd_tel,
.header.cur .hd_tel {
	color: #333;
}


.motop {
	width: 100%;
	height: 70px;
	position: fixed;
	padding: 0 4%;
	z-index: 999999;
	display: none;
	background: #fff;
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
	-webkit-transition: all .53s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
	border-bottom: 1px solid #ebebeb;
	top: 0;
	left: 0;
}

.motop.on {
	background: #fff
}

.mologo {
	margin: 0 auto;
	float: left;
}

.mologo a {
	line-height: 70px;
}

.mologo a span {
	font-size: 12px;
	margin-left: 6px;
}

.mologo img {
	vertical-align: middle;
	max-height: 35px;
}

.monav {
	margin-top: 23px;
	cursor: pointer;
	position: absolute;
	right: 4%;
	width: 30px;
	height: 22px;
}

.monav span {
	width: 24px;
	height: 2px;
	display: block;
	background: #333;
	position: absolute;
	transition: all .5s;
}

.monav .s1 {
	top: 5px;
}

.monav .s2 {
	top: 11px;
}

.monav .s3 {
	top: 17px;
}

.monav .s1.on {
	transform: rotate(45deg);
	top: 10px;
}

.monav .s2.on {
	opacity: 0;
}

.monav .s3.on {
	transform: rotate(-45deg);
	top: 10px;
}

.navdown {
	width: 100%;
	background: #fff;
	position: fixed;
	top: 70px;
	z-index: 9999;
	display: none;
	border-top: 1px solid #eee;
	padding-bottom: 40px;
	text-align: center;
}

.navdown>ul>li {
	line-height: 46px;
	font-size: 16px;
	color: #333;
	position: relative;
	cursor: pointer;
	width: 92%;
	margin: 0 auto;
	border-bottom: 1px dashed #e6e6e6;
}

.navdown>ul>li a {
	font-size: 18px;
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #333;
}

.navdown>ul>li a:hover {
	color: #0058aa;
}

.navdown .ul2 {
	display: none;
}

.navdown .ul2 li {
	line-height: 46px;
	border-top: 1px solid #e6e6e6;
	position: relative;
}

.navdown .ul2 li a {
	font-size: 14px;
	color: #333;
	width: 100%;
	height: 100%;
	display: block;
}

.navdown .ul2 li a i {
	position: absolute;
	right: 4%;
}

.navdown>ul>li>a>i {
	position: absolute;
	right: 4%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}

.navdown>ul>li>a>i.on {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.navdown .language {
	margin-left: 4%;
	line-height: 60px;
}

#index_banner .item a {
	display: block
}

#index_banner .item .img span {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

#index_banner .item .img img {
	width: 100%;
}

#index_banner .owl-controls .owl-pagination {
	margin: 0;
	width: 100%;
	height: 4px;
	text-align: center;
	position: absolute;
	bottom: 50px;
}

#index_banner .owl-controls .owl-pagination .owl-page {
	display: inline-block
}

#index_banner .owl-controls .owl-pagination .owl-page span {
	display: block;
	margin: 0 5px;
	width: 7px;
	height: 7px;
	background: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

#index_banner .owl-controls .owl-pagination .active span {
	width: 40px;
	background: #f18a31;
}

#index_banner .owl-controls .owl-buttons div {
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

#index_banner .owl-controls .owl-buttons div i.iconfont {
	display: inline-block;
	height: 38px;
	vertical-align: top;
	text-align: center;
	line-height: 38px;
	color: #fff
}

#index_banner .owl-controls .owl-buttons div:hover {
	background-color: #0058aa;
	border-color: #0058aa
}

#index_banner .owl-controls .owl-buttons .owl-prev {
	left: 0px
}

#index_banner .owl-controls .owl-buttons .owl-next {
	right: 0px
}

#index_banner:hover .owl-controls .owl-buttons div {
	opacity: 1;
	filter: alpha(opacity=100)
}

#index_banner:hover .owl-controls .owl-buttons .owl-prev {
	left: 40px
}

#index_banner:hover .owl-controls .owl-buttons .owl-next {
	right: 40px
}

#index_case .item a {
	display: block
}

#index_case .item .img span {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

#index_case .item .img img {
	width: 100%;
}

#index_case .owl-controls .owl-pagination {
	margin: 0;
	width: 100%;
	height: 4px;
	text-align: center;
	position: absolute;
	bottom: 50px;
	display: none;
}

#index_case .owl-controls .owl-pagination .owl-page {
	display: inline-block
}

#index_case .owl-controls .owl-pagination .owl-page span {
	display: block;
	margin: 0 5px;
	width: 7px;
	height: 7px;
	background: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

#index_case .owl-controls .owl-pagination .active span {
	width: 40px;
	background: #f18a31;
}

#index_case .owl-controls .owl-buttons div {
	width: 40px;
	height: 40px;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	background: #F18A31;
}

#index_case .owl-controls .owl-buttons div i.iconfont {
	display: inline-block;
	height: 38px;
	vertical-align: top;
	text-align: center;
	line-height: 38px;
	color: #fff
}

#index_case .owl-controls .owl-buttons div:hover {
	background-color: #0058aa;
	border-color: #0058aa
}

#index_case .owl-controls .owl-buttons .owl-prev {
	left: 0px
}

#index_case .owl-controls .owl-buttons .owl-next {
	right: 0px
}

#index_case:hover .owl-controls .owl-buttons div {
	opacity: 1;
	filter: alpha(opacity=100)
}

#index_case:hover .owl-controls .owl-buttons .owl-prev {
	left: 0;
}

#index_case:hover .owl-controls .owl-buttons .owl-next {
	right: 0;
}

#about_pro .item a {
	display: block
}

#about_pro .item .img span {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

#about_pro .item .img img {
	width: 100%;
}

#about_pro .owl-controls .owl-pagination {
	margin: 0;
	width: 100%;
	height: 4px;
	text-align: center;
	position: absolute;
	bottom: 50px
}

#about_pro .owl-controls .owl-pagination .owl-page {
	display: inline-block
}

#about_pro .owl-controls .owl-pagination .owl-page span {
	display: block;
	margin: 0 5px;
	width: 7px;
	height: 7px;
	background: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

#about_pro .owl-controls .owl-pagination .active span {
	width: 40px;
	background: #f18a31;
}

#about_pro .owl-controls .owl-buttons div {
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

#about_pro .owl-controls .owl-buttons div i.iconfont {
	display: inline-block;
	height: 38px;
	vertical-align: top;
	text-align: center;
	line-height: 38px;
	color: #fff
}

#about_pro .owl-controls .owl-buttons div:hover {
	background-color: #0058aa;
	border-color: #0058aa
}

#about_pro .owl-controls .owl-buttons .owl-prev {
	left: 0px
}

#about_pro .owl-controls .owl-buttons .owl-next {
	right: 0px
}

#about_pro:hover .owl-controls .owl-buttons div {
	opacity: 1;
	filter: alpha(opacity=100)
}

#about_pro:hover .owl-controls .owl-buttons .owl-prev {
	left: 40px
}

#about_pro:hover .owl-controls .owl-buttons .owl-next {
	right: 40px
}

.index_case_tit {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    background: #032553e6;
    position: absolute;
    margin-top: -60px;
}

.advantage {
	background: #F7F7F7;
}
.layui-row {
	line-height: 25px;
}
.advantage .layui-row {
	padding: 30px 0;
}

.advantage .layui-card {
	margin: 0 4px;
	padding: 30px 5px;
}

.advantage .layui-card-header {
	color: #064885;
	font-size: 0.22rem;
	border-bottom: none;
}

.advantage .layui-card:hover {
	background: #06427A;
}

.advantage .layui-card:hover .layui-card-header {
	color: #fff;
}

.advantage .layui-card:hover .layui-card-body {
	color: #fff;
}

.index_about {
	padding: .3rem 0 .2rem 0;
}

.index_about img {
	width: 100%;
}
.index_about .layui-card {
	box-shadow: none;
	padding: 5% 5% 6% 6%;
}

.index_about .layui-card .layui-card-header {
	color: #333333;
	font-size: 0.4rem;
	border-bottom: none;
	font-weight: bold;
	padding: 0;
	margin-bottom: .15rem;
	
}

.index_about .layui-card li {
	display: block;
	width: 70px;
	height: 4px;
	background: #084C77;
	margin: .15rem 0;
}

.index_about .layui-card .layui-card-body {
	padding: 0;
	color: #6A6A6A;
	font-size: .16rem;
	line-height: 2;
}

.index_about .layui-card span {
	font-size: .22rem;
	margin-bottom: .15rem;
	line-height:25px;
}

.partners {
    padding: 30px 0;
}
.partners .owl-controls {
    display: none !important;
}
.partners .index_partners_tit,.index_news .index_partners_tit {
    border-bottom: 1px #EEEEEE solid;
    display: flow-root;
    margin-bottom: 30px;
}

.partners .index_partners_tit li,.index_news .index_partners_tit li  {
    display: inline-block;
    width: 70px;
    height: 4px;
    background: #084C77;
    margin: .15rem 0 0;
    float: left;
}

.partners .index_partners_tit h3,.index_news .index_partners_tit h3 {
    font-size: .34rem;
    /* padding-bottom: 20px; */
    color: #111111;
}

.partners .index_partners_tit p ,.index_news .index_partners_tit p{
    font-size: .16rem;
    color: #999999;
    float: right;
    display: inline-block;
    margin-top: -50px;
	height:50px;
	line-height:50px;
}
.partners .index_partners_tit p:hover {
    color: #09345d;
}


.partners .layui-row.index_partners {
    padding: 80px 0;
    background: #09345D url(../image/earth.png) center  no-repeat;
}

.partners .layui-row.index_partners .layui-card {
    margin: 0px 6px;
}

.partners .layui-card a img{transition: 0.6s;}
.partners .layui-card{overflow: hidden;}
.partners .layui-card a:hover img {transform: scale(1.1);transition: 0.6s;}


.index_news {
	padding: 30px 0;
}


.index_news .index_news_tit h3 {
	font-size: .34rem;
	padding-bottom: 10px;
	color: #111111;
}

.index_news .index_news_tit p {
	color: #666666;
	font-size: 0.16rem;
	padding-bottom: 30px;
}

.index_news .index_news_list img {
    float: left;
	width: 45%;
	transition:0.6s;
}

.index_news .index_news_list .news_desc1 {
    width: 100%;
    float: left;
    padding: 0 40px;
}

.index_news .index_news_list .news_desc1 a {
	font-size: .16rem;
	color: #333333;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	margin: 10px 0;
	display: block;
}
.index_news .index_news_list .news_desc1 a.index_news_go {
    width: 28px;
    height: 8px;
    position: absolute;
    bottom: 0;
    background: url(../image/go3_pro.png) right no-repeat;
    transition: 0.2s;
}

.news_desc1{ background:#FFFFFF;}

.index_news .index_news_list .news_desc1 a img {
	float: right;
	width: 28px;
	margin: 2px 0 0 0;
	position: absolute;
	bottom: 0;
	right: 53px;
}

.index_news .index_news_list .news_desc1 p {
	font-size: .14rem;
	color: #999999;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	margin: 20px 0;
	line-height: 2;
}

.index_news .index_news_list .news_desc1 span {
	font-size: .14rem;
	color: #999999;
	position: absolute;
	right: 48px;
	bottom: 0;
}


.index_news .layui-col-md6:hover .news_desc1 a {
	color:#09345D;
}

.index_news .layui-col-md6:hover img {
	transform:scale(1);
	transition:0.6s;
}

.index_news .layui-col-md6:hover a.index_news_go {
	width: 60px;
	transition:0.2s;
	background: url(../image/go3_pro.png) right no-repeat;
}

.ny_page {
    padding: 80px;
    background: #F7F7F7;
}

.n_banner {
    margin-top: 70px;
    height: 450px;
}

.ny_caselist {
    padding: 80px 0 150px 0;
    background: url(../image/we.png) center center no-repeat;
}
.n_ab .layui-card {
	box-shadow:none;
	margin: 20px 10px;
	border: 1px #E3E3E3 solid;
}
.n_ab img {
    /* margin: 6px; */
    
}
.ny_caselist .n_ab .layui-card {
    overflow:hidden;
}

.ny_caselist .n_ab .layui-card img {
    
    transition:0.6s;
}
.ny_caselist .n_ab .layui-card:hover {
    border: 1px #0058AA solid;
}

.ny_caselist .n_ab .layui-card:hover img {
    transform:scale(1.1);
    transition:0.6s;
}

.in_about {
	margin: 80px 0;
}

.in_abtit {
	padding-bottom: 50px;
}

.in_abtit h3 {
	font-size: 26px;
	text-align: center;
	padding-bottom: 20px;
}

.in_abtit i {
	display: block;
	width: 60px;
	height: 2px;
	background: #0058aa;
	margin: auto;
}

/*.index_about .layui-card p {
	color: #0A4072;
	font-size: .14rem;
	width: 200px;
	height: 50px;
	border: 1px #0A4072 solid;
	line-height: 50px;
	margin: 30px 0;
	padding: 0 30px;
	background: url(../image/go.png) 80% no-repeat;
	transition: 0.6s;
}

.index_about .layui-card p:hover {
	color: #fff;
	font-size: .14rem;
	width: 200px;
	height: 50px;
	border: none;
	line-height: 50px;
	padding: 0 30px;
	background: url(../image/go1.png) 90% no-repeat;
	background-color: #0A4072;
	transition: 0.6s;
}*/

.index_product {
	background: #F7F7F7;
	padding: 30px 0;
}

.index_product_tit h3 {
	font-size: .34rem;
	padding-bottom: 20px;
	color: #111111;
}

.index_product_tit p {
	color: #666666;
	font-size: 0.16rem;
	padding-bottom: 20px;
}

.index_prod_li {
	padding: 0 20px;
}
.prod_1{
	overflow:hidden;
}

.prod_1 img {
	padding: 80px 0;
	width: 100%;
	transition:0.6s;
}
.prod_1:hover img {
	transform:scale(1.1);
	transition:0.6s;
}

.prod_desc1 {
	width: 100%;
	background: url(../image/pord_bg.png) no-repeat;
	background-size: cover;
	height: 201px;
	text-align: center;
	line-height: 270px;
}

.prod_desc1 a {
	color: #FEFEFE;
	font-size: .16rem;
	background: url(../image/go_pro.png) 50% no-repeat;
	height: 160px;
	display: block;
}

.prod_desc1 a:hover {
    color: #FFF;
    background: url(../image/go_pro.png) 60% no-repeat;
    transition: 0.6s;
}
.prod_2 img {
	margin: 5% 20%;
	width: 60%;
	transition: 0.6s;
}

.prod_2 .layui-card-header {
	font-size: .22rem;
	color: #222222;
	text-align: center;
	border-bottom: none;
	margin-top: 50px;
}

.prod_2 .layui-card-body {
	font-size: .16rem;
	color: #666666;
	text-align: center;
	padding: 20px 50px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.prod_2 a {
	display: block;
	width: 100%;
	text-align: center;
	margin: 29px 0;
}

.prod_2 a p {
	font-size: .14rem;
	color: #999999;
	text-align: center;
	border: 1px #EEEEEE solid;
	width: 158px;
	height: 46px;
	line-height: 46px;
	margin: 0 auto;
	transition:0.2s;
	position: absolute;
	left: 50%;
	bottom: 5%;
	transform: translateX(-50%);
}
.prod_2:hover p {
	color: #fff;
	border: none;
	background: #084C77;
	transition:0.2s;
}
.prod_2:hover img {
	transform:scale(1.1);
	transition:0.6s;
}

.prod_3 img {
	width: 100%;
}

.ny_product_list {
    padding: 80px 0;
    background: #F7F7F7;
}

.ny_product_list_l {
    width: 20%;
    float: left;
}
.ny_product_list_l ul li a {
    border-left: 1px #E3E3E3 solid;
    border-right: 1px #E3E3E3 solid;
    border-bottom: 1px #E3E3E3 solid;
}
.ny_product_list_l ul li a:nth-child(2)  {
    border-top: 1px #E3E3E3 solid;

}

.ny_product_list_index{
    width: 100%;
    float: left;
}
.ny_product_list_r{
    width: 80%;
    float: right;
}
.ny_product_list .ny_product_list_r .layui-card,.ny_product_list_index .layui-card{
	margin: 0 10px 20px 0;
	border:1px #f7f7f7 solid;
}

.ny_product_list .ny_product_list_r .layui-card .layui-card-header , .ny_product_list_index .layui-card .layui-card-header{
	text-align: center;
	font-size: .16rem;
}



.ny_product_list .ny_product_list_r img{
	/* width: 100%; */
}

.ny_product_list .ny_product_list_r a:hover .layui-card ,.ny_product_list_index a:hover .layui-card{
	border:1px #06427A solid;
	overflow:hidden;
}

.ny_product_list .ny_product_list_r a:hover .layui-card .layui-card-header,.ny_product_list_index a:hover .layui-card .layui-card-header{
	color:#06427A;
}
.ny_product_list .ny_product_list_r a:hover .layui-card img ,.ny_product_list_index a:hover .layui-card img{
	transform: scale(1.1);
	transition: 0.6s;
}

.ny_product_list_l ul li:first-child a:first-child {
    background: #06427A url(nav.png) 80% no-repeat;
    font-size: .24rem;
    margin-bottom: 5px;
    color: #fff;
}
.ny_product_list_l ul li a.prod_nav{
    background: #fff url(right.png) 10% no-repeat;
    color:#555555 !important;
    font-size: .18rem;
    padding-left: 20% !important;
    height: 60px;
    line-height: 60px;
}
dl.layui-nav-child {
    display: none !important;
}

.ny_product_list_l ul li a.prod_nav:hover,.ny_product_list_l ul li a.prod_nav.active/*,.ny_product_list_l .layui-nav-item.layui-nav-itemed a.prod_nav*/{
    background: #06427A url(down_pro.png) 15% no-repeat !important;
    padding-left: 20% !important;
    color: #fff !important;
    transition   :0.6s;
}

.ny_product_list_l ul li a.prod_nav:hover + dl.layui-nav-child,.ny_product_list_l ul li a.prod_nav.active + dl.layui-nav-child{
    display: block !important;
}

dl.layui-nav-child:hover {
    display: block !important;
}

.layui-nav .layui-nav-child dd a {
    color: #999999 !important;
    font-size: .14rem;
    background: #fff !important;
    padding-left: 20%;

}
.layui-nav .layui-nav-child dd a:hover,.layui-nav .layui-nav-child dd a.active {
    color: #06427A !important;
    background: #E4EDF6 url(../image/left_.png) 25% no-repeat !important;
    transition: 0s;
    padding-left: 30% !important;
}


.channel_banner,
.banner_normal {
	width: 100%;
	height: 590px;
	text-align: center;
	overflow: hidden;
	position: relative;
	background-image: url(../image/asx.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.banner_cont {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
}

.xc_contact h3 {
	font-size: 26px;
	padding-top: 130px;
	font-weight: bold;
}

.xc_contact p {
	font-size: 16px;
	width: 50%;
	margin: 0 auto;
	line-height: 32px;
	padding-bottom: 20px;
}

.xc_contact i {
	display: block;
	width: 60px;
	height: 2px;
	background: #fff;
	margin: 40px auto;
}

.wrapcon {
	width: 100%;
	height: 590px;
	background: rgba(26, 154, 179, 0.8);
}

.c_intro {
	margin: 0 auto;
	width: 140px;
	margin-top: 35px;
}

.liaojie {
	width: 140px;
	height: 40px;
	overflow: hidden;
	background: url(../image/more.png)no-repeat;
	background-position: 0 0;
	transition: all .4s cubic-bezier(.4, 0, .2, 1)
}

.liaojie:hover {
	background: url(../image/more.png)no-repeat;
	background-position: 0 -40px
}

.liaojie a {
	width: 140px;
	height: 40px;
	display: block
}

.rdm {
	text-align: center;
	font-size: 18px;
	margin-top: 40px;
	color: #555;
	cursor: pointer;
}

.rdm span,
.rdm i {
	display: block;
}

.rdm i {
	padding-top: 5px;
}

.in_classic ul {
	padding-top: 40px
}

.in_classic li {
	margin-bottom: 10px;
}

.in_classic li a {
	display: block;
	position: relative;
	overflow: hidden;
}

.in_classic li .mxceng img {
	width: 100%;
	display: block
}

.in_classic li .pic {
	position: relative;
}

.in_classic li .mxtxt {
	position: absolute;
	left: 0;
	bottom: 0;
	padding-top: 35%;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	text-align: center;
}

.in_classic li .mxtxt p {
	text-align: center;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	padding: 12% 0 10% 0;
	transition: 0.5s;
	text-transform: uppercase
}

.in_classic li .mxtxt h5 {
	font-size: 18px;
	text-align: center;
	color: #fff;
	padding: 10% 0 15% 0;
	display: none;
	transition: 0.5s;
}

.in_classic li .mxtxt i {
	display: block;
	width: 60px;
	height: 2px;
	background: #fff;
	margin: auto;
	transition: 0.5s;
}

.in_classic li .mxtxt .pr2 {
	display: none;
	text-align: center;
	margin: 0 auto;
	transition: 0.5s;
}

.in_classic li .mxzyceng {
	position: absolute;
	left: 0;
	top: 100%;
	padding-top: 0;
	width: 100%;
	height: 100%;
	background: rgba(38, 142, 190, 0.8);
	text-align: center;
}

.in_classic li .mxceng {
	overflow: hidden;
}

.in_classic li:hover .mxzyceng {
	top: 0;
	transition: 0.3s;
}

.in_classic li:hover .mxtxt {
	background: rgba(38, 142, 190, 0);
	transition: 0.5s;
}

.in_classic li:hover .mxtxt .pr1 {
	display: none;
	transition: 0.5s;
}

.in_classic li:hover .mxtxt .pr2 {
	display: block;
	transition: 0.5s;
}

.in_classic li:hover .mxtxt p {
	padding-top: 1%;
	transition: 0.5s;
}

.in_classic li:hover .mxtxt h5 {
	display: block;
}

.in_abtit span {
	width: 6px;
	height: 6px;
	background: #0058aa;
	border-radius: 50%;
	display: inline-block;
	margin: 0 5px 5px 8px;
}

.in_nest {
	overflow: hidden;
}

.in_nest li a {
	display: block;
	border: 1px solid #ccc;
	padding: 10px;
}

.in_nest li .inns_c {
	overflow: hidden;
	padding-bottom: 20px;
}

.in_nest li h3 {
	font-size: 16px;
	color: #333;
	padding: 25px 0 10px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.in_nest li p {
	font-size: 14px;
	color: #999;
	margin-bottom: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.in_nest li .inns_fl {
	color: #999;
	width: 120px;
}

.in_nest li .inns_fl img {
	margin-left: -43px;
	transition: .6s;
	margin-top: -3px;
}

.in_nest li:hover .inns_fl img {
	margin-left: 0px;
}

.in_nest li .inns_fr {
	color: #999;
}

.in_nest li:hover .inns_fl {
	color: #0058aa;
}

.in_nest li:hover h3 {
	color: #0058aa;
}

.in_nest li a img {
	opacity: 1;
	filter(alpha=100);
}

.in_nest li a img: hover {
	opacity: 0.8;
	filter(alpha=80);
}

.c_intro2 {
	margin: 0 auto;
	width: 262px;
	margin-top: 85px;
}

.liaojie2 {
	width: 262px;
	height: 59px;
	overflow: hidden;
	background: url(../image/more2.png)no-repeat;
	background-position: 0 0;
	transition: all .4s cubic-bezier(.4, 0, .2, 1)
}

.liaojie2:hover {
	background: url(../image/more2.png)no-repeat;
	background-position: 0 -59px
}

.liaojie2 a {
	width: 262px;
	height: 59px;
	display: block
}



footer {
	background: #222222;
	background-size: cover;
	height: 375px;
	padding-top: 70px;
	overflow: hidden;
	position: relative;
}

.ftdivcon {
	overflow: hidden;
}

footer .ft_div1 {
	color: #fff;
	width: 30%;
	float: left;
}

footer .ft_div1 h5 img {
	padding-right: 5px;
}

footer .ft_div1 h5 {
	color: #c1c1c1;
}

footer .ft_div1 h4 {
	font-size: 28px;
	font-weight: bold;
	padding: 10px 0 30px 0;
}

footer .ft_div1 p {
	font-size: 14px;
	padding-top: 10px;
}

footer .ft_div {
	color: #fff;
	width: 33.33%;
	float: left;
}

footer .ft_div li {
	float: left;
	padding: 0 5%;
}

footer .ft_div li i {
	width: 27px;
	height: 1px;
	background: #4F4F4F;
	display: block;
	margin: 10px 0;
}

footer .ft_div li dt {
	font-size: 16px;
	color: #fff;
}

footer .ft_div li dd {
	padding: 8px 0;
}

footer .ft_div li dd a {
	color: #848484;
}

footer .ft_div li dt a:hover {
	color: #0058aa;
}

footer .ft_div li dd a:hover {
	color: #fff;
	/* text-decoration: underline; */
	padding-left: 5px;
}

footer .ft_div li dd p {
	font-size: .3rem;
	line-height: 0.5rem;
}

footer .ft_div li dd span {
	font-size: .16rem;
	color: #b3b3b3;
}

footer .ft_div li input {
	width: 48%;
	float: left;
	margin: 0 1%;
	padding: 0 8px;
	line-height: 48px;
	height: 38px;
	margin-bottom: 12px;
}

footer .ft_div li textarea {
	width: 98%;
	margin: 0 1%;
	padding: 0 8px;
	margin-bottom: 12px;
	line-height: 48px;
	height: 70px;
}

footer .ft_div li button {
	width: 98%;
	color: #fff;
	background: #0068B8;
	line-height: 38px;
	height: 38px;
	margin: 0 1%;
	border: none;
	font-size: 0.14rem;
}
footer .ft_div li button:hover {
	background: #0068b8cc;
}

footer .ft_div3 {
	width: 20%;
	float: left;
	text-align: center;
}

footer .ft_div3 p {
	color: #848484;
	padding-top: 10px;
}

footer .ft_div4 {
	width: 20%;
	float: left;
	text-align: right;
}

footer .ft_div4 p {
	color: #ccc;
	padding-top: 10px;
}

footer .ftfr {
	width: 170px;
}

footer .ftfr .link {
	position: relative;
	height: 32px;
}

footer .ftfr .link span {
	display: block;
	line-height: 32px;
	color: #fff;
	text-indent: 30px;
	border: 1px solid #dddddd;
	cursor: pointer;
	background: url(../image/jtx.png ) 140px center no-repeat;
	transition: background ease .5s;
}

footer .ftfr .link:hover span {
	background-color: #0058aa;
	background-image: url(https://haisha.yangzijiang.com/static/images/jtx1.png);
	color: #fff;
}

footer .ftfr .link div {
	position: absolute;
	display: none;
	left: 0;
	bottom: 32px;
	right: 0;
	padding: 6px 15px 0;
	background: #0058aa;
}

footer .ftfr .link a {
	display: block;
	line-height: 2;
	color: #fff;
	border-bottom: 1px solid #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

footer .ftfr .link a:last-child {
	border-bottom: none;
}

footer .ftfr .link a:hover {
	color: #84dcf1;
}

.ftbmfl p,
.ftbmfr.fr.ftfr p {
	color: #585858;
	line-height: 45px;
}

.ftbottm {
	border-top: 1px #2F2F2F solid;
	margin-top: 40px !important;
}

.n_navul a {
	display: inline-block;
	margin: 0 25px;
	font-size: 0.18rem;
	position: relative;
}

.n_nav {
    background: #E9F0F7;
}

.n_navul {
	width: 780px;
	height: 90px;
	line-height: 90px;
	border-radius: 4px;
	margin: auto;
}

.ncon {
	text-align: center;
}

.n_navul a::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #0058aa;
	transform: scale(0, 1);
	-webkit-transform: scale(0, 1);
	transition: all .3s;
	-webkit-transition: all .3s;
}

.n_navul a:hover::after {
	-webkit-transform: scale(1);
	transform: scale(1);
	color: #0058aa;
}

.n_navul a:hover {
	color: #0058aa;
}

.n_navul a.on::after {
	-webkit-transform: scale(1);
	transform: scale(1);
	color: #0058aa;
}

.n_navul a.on {
	color: #0058aa;
}

.ny_about {
	margin: 80px 0;
}

.n_ab .n_abfr h3 {
	font-size: 32px;
	text-align: right;
}

.n_ab .n_abfr h2 {
	font-size: 40px;
	font-weight: bold;
	text-align: right;
	color: #ebebeb;
	padding: 10px 0;
}

.n_dszs {
	padding: 5%;
}

.n_dszs img {
	display: block;
	margin: auto;
}

.ndsfl {
	margin-bottom: 30px;
}

.n_lic {
	background: #f9f9f9;
}

.whnfl {
	width: 75%;
	float: left;
	padding: 80px;
}

.whnfr {
	width: 10%;
	float: left;
}

.whnfl li h3 {
	font-size: 52px;
	color: #0058aa;
	font-weight: bold;
}

.whnfl li i {
	width: 50px;
	height: 2px;
	background: #0058aa;
	display: block;
	margin: 20px 0;
}

.whnfl li p {
	line-height: 26px;
	font-size: 16px;
}

.whimg {
	overflow: hidden;
	margin-top: 50px;
}

.wgfrt {
	padding-top: 20%;
	padding-left: 16%;
}

.wgfrt img {
	margin-right: 10px;
}

.wgfrt h3 {
	font-size: 24px;
	font-weight: bold;
}

.wgfrt span {
	display: block;
	font-size: 14px;
	color: #666;
	font-weight: 100;
}

.whcon {
	padding: 80px 0;
	background: #0058aa;
	text-align: center;
}

.whcon p {
	font-size: 16px;
	cursor: pointer;
	padding-top: 10%;
	color: #e6e6e6;
}

.whcon p.active {
	color: #fff;
	font-size: 22px;
}

.hidden {
	display: none !important;
}

.in_classic2 ul {
	padding-top: 40px
}

.in_classic2 li {
	margin-bottom: 10px;
}

.in_classic2 li a {
	display: block;
	position: relative;
	overflow: hidden;
}

.in_classic2 li .mxceng img {
	width: 100%;
	display: block
}

.in_classic2 li .pic {
	position: relative;
}

.in_classic2 li .mxtxt {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	text-align: center;
}

.in_classic2 li .mxtxt p {
	text-align: center;
	padding-top: 25%;
	padding-bottom: 10px;
	font-size: 26px;
	color: #fff;
	transition: 0.5s;
}

.in_classic2 li .mxtxt h6 {
	width: 100px;
	display: none;
	transition: .6s;
	line-height: 30px;
	color: #fff;
	margin: auto;
	text-align: center;
	border: 1px solid #fff;
}

.in_classic2 li .mxtxt img {
	padding-top: 5%;
}

.in_classic2 li .mxzyceng {
	position: absolute;
	left: 0;
	top: 100%;
	padding-top: 0;
	width: 100%;
	height: 100%;
	background: rgba(38, 142, 190, 0.8);
	text-align: center;
}

.in_classic2 li .mxceng {
	overflow: hidden;
}

.in_classic2 li:hover .mxzyceng {
	top: 0;
	transition: 0.3s;
}

.in_classic2 li:hover .mxtxt {
	background: rgba(38, 142, 190, 0);
	transition: 0.5s;
}

.in_classic2 li:hover .mxtxt p {
	padding-top: 20%;
	transition: 0.5s;
}

.in_classic2 li:hover .mxtxt h6 {
	display: block;
	transition: .6s;
}

.ditu {
}

.ditutxt {
	width: 40%;
	height: 580px;
	background: #0C477E;
	padding: 100px 90px 100px 50px;
	float: right;
	color: #fff;
}

.ditutxt h3 {
	font-size: .26rem;
	font-weight: bold;
}

.ditutxt p {
	font-size: .16rem;
}


.ditutxt i {
	display: block;
	width: 100%;
	height: 1px;
	background: rgb(231, 231, 231);
	margin: 30px 0;
}

.ditutxt li img {
	padding-right: 8px;
}

.ditutxt ul li {
	padding: 10px 0;
	font-size: .16rem;
}
.ditutxt ul li span {
	font-size: .32rem;
	font-weight: bold;
}


.n_whfl {
	text-align: center;
}

.n_whfr h4 {
	font-size: 24px;
	padding-top: 30px;
}

.n_whfr p {
	font-size: 16px;
	padding-top: 10px;
	color: #666;
}

.n_ti {
	padding: 90px 0 40px 0;
}

.n_renc img {
	margin: auto;
	display: block;
}

.oembot {
	overflow: hidden;
}

.oembot .oemcon {
	border: 1px solid #eeeeee;
	background: #f9f9f9;
	cursor: pointer;
	padding: 30px 40px;
}

.oembot .oemcon h3 {
	font-size: 18px;
}

.oembot .oemcon h4 {
	font-size: 16px;
	padding: 20px 0;
}

.oembot .oemcon pre {
	font-size: 14px;
	color: #666;
	line-height: 26px;
	font-family: Helvetica Neue, Helvetica, Arial, 'Microsoft Yahei';
	height: 104px;
	overflow: hidden;
}

.oemcon .oenmore {
	overflow: hidden;
	padding-top: 20px;
}

.oemcon .oenmore .oenmorefl {
	float: left;
}

.oemcon .oenmore .oenmorefr {
	float: right;
}

.oemcon .oenmore .oenmorefl span {
	color: #0058aa;
	margin-left: -30px;
	transition: 0.6s;
}

.oembot .oemcon:hover {
	background: #fff;
	border: 1px solid #0058aa;
}

.oemcon:hover .oenmore .oenmorefl span {
	margin-left: 0;
	padding-right: 10px;
}

.oembot .ceng {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 6;
	display: none;
}

.oembot .closes {
	width: 41px;
	height: 41px;
	background: #fff;
	color: #333;
	text-align: center;
	line-height: 24px;
	font-size: 35px;
	cursor: pointer;
	position: absolute;
	right: 30px;
	top: 30px;
}

.oembot .shipin {
	width: 70%;
	height: 80%;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 2% 8% 2% 4%;
	background: #fff;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 8;
}

.oembot .shipin h3 {
	font-size: 24px;
}

.oembot .shipin i {
	width: 100%;
	height: 1px;
	background: #e4e4e4;
	display: block;
	margin: 10px 0;
}

.oembot .shipin .nyh {
	font-size: 14px;
	line-height: 26px;
	padding-bottom: 20px;
}

.oembot .shipin .nyh p {
	font-size: 14px;
	line-height: 26px;
	padding: 0;
}

.oembot .shipin p {
	font-size: 14px;
	line-height: 26px;
	padding-bottom: 20px;
}

.oembot .shipin h4 {
	font-size: 16px;
	padding-bottom: 10px;
}

.oembot .shipin h2 {
	font-size: 16px;
	font-weight: bold;
}

.ny_news_about {
    background: #F7F7F7;
    padding: 30px;
}

.ny_news_about .layui-container16 {
    background: #fff;
    padding: 50px 30px;
}

.n_news_d {
	padding: 0 12%;
}

.ne_ws {
	overflow: hidden;
}

.ne_ws li::after {
	display: block;
	content: "";
	clear: both;
}

.ne_ws li {
	margin-bottom: 10px;
	border-bottom: 1px solid #eeeeee;
	padding: 15px;
}

.ne_ws li a {
	display: block;
	overflow: hidden;
}

.ne_ws li .ntimetxt {
	padding: 10px 30px 10px 30px;
	float: right;
}

.ne_ws li .ntimetxt h5 {
	font-size: 30px;
	color: #666;
	padding-top: 15px;
}

.ne_ws li .ntimetxt h4 {
	font-size: 16px;
	color: #666;
	padding-bottom: 15px;
}

.ne_ws li .ntimetxt .i {
	width: 30px;
	height: 30px;
	border: 1px solid #ccc;
	border-radius: 50%;
	font-size: 18px;
	color: #ccc;
	display: block;
	text-align: center;
	line-height: 30px;
}

.ne_ws li .nimg {
	float: left;
	width: 25%;
	overflow: hidden;
	height: 0;
	padding-bottom: 16%;
}

.ne_ws li .ntime {
	float: left;
	width: 15%;
	position: relative;
}

.ne_ws li .ntxt {
	float: left;
	width: 100%;
	padding-left: 10px;
	transition: .6s;
}

.ne_ws li .ntxt h3 {
	font-size: .18rem;
	padding-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333333;
}

.ne_ws li .ntxt p {
	font-size: .16rem;
	padding-top: 15px;
	line-height: 26px;
	color: #999999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	
}

.ne_ws li:hover .ntxt h3 {
	color: #0058aa;
}

.ne_ws li .ntxt h5 {
    font-size: .14rem;
    color: #999999;
    margin-top: 0.2rem;
}

.ne_ws li:hover .nimg img {
	transform: scale(1.2);
}

.ne_ws li .nimg img {
	transition: 0.6s;
}

.ne_ws li:hover {
	background: #f9f9f9;
}

.ne_ws li:hover .ntimetxt .i {
	background: #0058aa;
	color: #fff;
	border: 1px solid #0058aa;
}

.ne_ws li:hover .ntxt {
	padding-left: 30px;
}

.n_nsny h3 {
	font-size: .20rem;
	font-weight: bold;
	text-align: center;
	color: #10448F;
}

.n_nsny .wt {
	color: #999999;
	font-size: .12rem;
	text-align: center;
	display: block;
	padding: 15px 0 0px 0;
}

.n_nsny i {
	width: 100%;
	height: 1px;
	display: block;
	background: #e4e4e4;
	margin: 30px auto;
}

.n_nsny .next {
}

.n_nsny .next .nextl {
	width: 50%;
	float: left;
	text-align: left;
}

.n_nsny .next .nextr {
	width: 50%;
	float: right;
	text-align: right;
}

.n_nsny .next a:hover {
	color: #10448F;
	text-decoration: underline;
}

.n_zpla {
	width: 80%;
	margin: auto;
}

.zpul {
	background: url(../image/zp1.jpg)center no-repeat;
	padding: 60px 0;
	overflow: hidden;
}

.zpul li {
	text-align: center;
}

.zpul li h4 {
	font-size: 16px;
	padding: 15px 0;
}

.zpul li p {
	font-size: 16px;
}

.pagination-style {
	margin-top: 30px;
	text-align: center;
	overflow: hidden;
	width: 100%;
}

.pagination-style ul li {
	display: inline-block;
	margin: 5px;
}

.pagination-style ul li a {
	padding: 8px 12px;
	display: block;
	border-radius: 3px;
	color: #545454;
	background: #F1F1F1;
	float: left;
	margin: 5px;
}

.page-num {
	padding: 8px 12px;
	display: block;
	border-radius: 3px;
	color: #545454;
	float: left;
	margin: 5px;
}

.pagination-style ul li a:hover {
	background: #0058aa;
	color: #fff;
}

.pagination-style ul .active a, .pagination-style ul li .page-num-current{
	color: #fff;
	background: #0058aa;
}

.alert-danger {
	background-color: #0058aa;
	border-color: #0058aa;
	color: #fff;
}

.alert {
	padding: 12px;
	border: 1px solid transparent;
	border-radius: 4px;
	margin-bottom: 20px;
	font-size: 18px;
}

.n_zzbox img {
	display: block;
	padding: 40px 0;
	margin: auto;
}
.flink a{ display:inline-block;padding:2px;}
.right_bar{position:fixed; top:60%; right:0; width:50px; height:203px; z-index:10;}
.right_bar li{ width:62px; height:50px; z-index:20; }
.right_bar li.rtbar_li1,.right_bar li.rtbar_li4{ position:absolute; left:0;}
.right_bar li.rtbar_li1{ top:0; width:172px; }
.right_bar li.rtbar_li2{ position:absolute; top:102px; left:0; }
.right_bar li.rtbar_li3{ position:absolute; top:51px;width:172px; left:0; }
.right_bar li.rtbar_li4{ top:154px;}
.rtbar_li4{ position:absolute; top:102px; left:0;}
.right_bar li a{ display:block; color:#FFF; font-size:14px; height:50px; line-height:50px; overflow:hidden; background-color:#0090da; opacity:0.8; border-radius:6px;}
.right_bar li a img{ display:block; float:left; vertical-align:middle; width:24px; height:24px; margin:12px 12px 14px 14px;}
.right_bar li a:hover{ background-color:#0090da; opacity:1;}
.rtbar_shwx{ display:none; position:absolute; top:-120px; left:-160px; padding-bottom:9px; }
.rtbar_shwx img{ padding:14px; background-color:#FFF; }
.right_bar{display:none;}
.rtbar_shwx{top:-50px;}
  ._full{width:160px;height:160px;}

@media(max-width: 1650px) {}

@media(max-width: 1440px) {
	.header nav ul li {
		margin: 0 20px
	}

	.in_classic2 li .mxtxt img {
		width: 30%;
	}

	.ne_ws li .ntxt h3 {
		padding-top: 10px;
	}

	.ditutxt {
		width: auto;
	}
}

@media(max-width: 1366px) {}

@media(max-width: 1200px) {
	footer {
		padding: 10px 0;
		height: auto;
	}

	footer .ftfr {
		display: none;
	}
	

	.ftdivcon {
		/* display: none; */
	}

	.ftbmfl p {
		text-align: center;
	}

	.ftbottm {
		padding-top: 0;
		margin-top: 0px !important;
	}

	.ne_ws li .ntimetxt {
		padding: 20px;
	}

	.ne_ws li .ntimetxt h5 {
		font-size: 18px;
	}

	.n_news_d {
		padding: 0;
	}
}

@media(max-width: 1024px) {
	.header {
		display: none;
	}

	.motop {
		display: block;
	}

	.n_navul {
		width: 100%;
		margin-top: 0;
	}

	#index_m_banner {
		padding-top: 70px;
	}

	.headertop {
		margin-top: 0px;
	}
}

@media(max-width: 993px) {
	.n_banner {
		/* padding-top: 70px; */
	}
	footer .erweima,.flink{display: none;}

	.main-nav-m {
		display: block !important;
		position: relative;
		z-index: 10;
		cursor: pointer;
	}

	.main-nav-m .title {
		position: relative;
		height: 45px;
		line-height: 45px;
		padding: 0 10px;
		background: #005bae;
	}

	.main-nav-m .title strong {
		color: #fff;
		font-size: 16px;
		font-weight: 700
	}

	.main-nav-m .title i {
		position: absolute;
		content: '';
		width: 45px;
		height: 100%;
		right: 0
	}

	.main-nav-m .title i::after,
	.main-nav-m .title i::before {
		position: absolute;
		top: 50%;
		content: '';
		width: 12px;
		height: 1px;
		background: #fff;
		transition: all .3s;
		-webkit-transition: all .3s
	}

	.main-nav-m .title i::before {
		left: 46%;
		transform: rotate(40deg) scaleY(1.5);
		-webkit-transform: rotate(40deg) scaleY(1.5)
	}

	.main-nav-m .title i::after {
		right: 46%;
		transform: rotate(-40deg) scaleY(1.5);
		-webkit-transform: rotate(-40deg) scaleY(1.5)
	}

	.main-nav-m .title.active i::before {
		transform: rotate(-40deg) scaleY(1.5);
		-webkit-transform: rotate(-40deg) scaleY(1.5)
	}

	.main-nav-m .title.active i::after {
		transform: rotate(40deg) scaleY(1.5);
		-webkit-transform: rotate(40deg) scaleY(1.5)
	}

	.main-nav-m ul {
		display: none;
		position: absolute;
		top: 45px;
		width: 100%;
		padding: 0 10px;
		background: rgba(33, 134, 192, 0.8);
		color: #fff
	}

	.main-nav-m ul li {
		animation: ReturnToNormal .5s both;
		-webkit-animation: ReturnToNormal .5s both
	}

	.main-nav-m ul li a {
		display: block;
		height: 45px;
		line-height: 45px;
		border-bottom: 1px solid rgba(255, 255, 255, .55);
		color: #fff;
	}
}

@media(max-width: 768px) {
	.xc_contact h3 {
		padding-top: 70px;
		font-size: 22px;
		width: 90%;
	}

	.ditutxt {
		width: 400px;
	}
}

@media(max-width: 767px) {
	.xc_contact p {
		width: 90%;
		line-height: 24px;
	}

	.xc_contact h3 {
		padding-top: 30px;
		font-size: 22px;
		width: 90%;
		margin: auto;
	}

	.xc_contact i {
		margin: 15px auto;
	}

	.wrapcon {
		height: 520px;
	}

	.channel_banner,
	.banner_normal {
		height: 520px;
	}

	.in_about {
		margin: 30px 0;
	}

	.c_intro2 {
		margin-top: 20px;
	}

	.in_abtit {
		padding-bottom: 20px;
	}

	.in_classic li .mxtxt {
		padding-top: 10%;
	}

	.in_classic li .mxtxt p {
		font-size: 16px;
		padding: 10px 0;
	}

	.n_navul {
		height: auto;
		line-height: 40px;
	}

	.n_navul a::after {
		bottom: 5px;
		height: 1px;
	}

	.ny_about {
		margin: 30px 0;
	}

	.n_navul a {
		margin: 0 10px;
	}

	.n_ab .n_abfr h3 {
		font-size: 26px;
		padding-top: 20px;
	}

	.n_ab .n_abfr h2 {
		font-size: 22px;
		padding-top: 10px;
	}

	.n_dszs {
		padding: 0;
	}

	.whnfl {
		width: 100%;
		padding: 10px;
	}

	.whnfr {
		width: 100%;
	}

	.whcon p {
		float: left;
		width: 33%;
		padding-top: 0;
		margin-bottom: 20px;
		height: 20px;
	}

	.whcon {
		padding: 10px;
		overflow: hidden;
	}

	.whnfl li h3 {
		font-size: 40px;
	}

	.in_classic2 li .mxtxt p {
		font-size: 22px;
		padding-top: 23%;
	}

	.in_classic2 li .mxtxt img {
		width: 30%;
	}

	.ditutxt {
		width: 100%;
		height: 404px;
		position: relative;
		padding: 20px;
		right: 0;
		top: 0;
	}

	.ditutxt i {
		margin: 10px 0;
	}

	.n_ti {
		padding: 30px 0;
	}

	.oembot .shipin {
		width: 100%;
		height: 70%;
	}
}
span.qrcode{
	position: relative;
}
span.qrcode img{
  	position: absolute;
  	height: 120px;
  	width: 120px;
  	top: -38px;
  	right: -56px;
  	transform-origin: left;
  	transform: scale(0);
  	opacity: 0;
  	-webkit-transition: all .4s ease-in-out;
  	-o-transition: all .4s ease-in-out;
  	transition: all .4s ease-in-out;
  	display: block;
}	
span.qrcode:hover img {
  	transform: scale(1);
  	opacity: 1;
}


.n_nsny_l {
    width: 40%;
    float: left;
    margin: 30px;
    border: 1px #EEEEEE solid;
}

.n_nsny_r {
    width: 50%;
    float: right;
    padding: 30px;
}

.n_nsny_all {
    width: 100%;
    float: left;
    padding: 30px;
}
.n_nsny_all .fadeup p{line-height:25px;}
.n_nsny .n_nsny_r h3 {
	font-size: .24rem;
	font-weight: bold;
	color: #0058AA;
	text-align: left;
}

.n_nsny .n_nsny_r .wt {
	color: #999999;
	font-size: .14rem;
	display: block;
	padding: 10px 0 0px 0;
	text-align: left;
}

.n_nsny .n_nsny_r i {
	margin: 20px auto;
}

.n_nsny .n_nsny_all .next{
	margin-top:30px
}

.n_nsny_con {
    margin: 50px 0;
}

.n_nsny_con a {
    width: 160px;
    height: 50px;
    line-height: 50px;
    display: block;
    border: 1px #E3E3E3 solid;
    text-align: center;
    float: left;
    margin-right: 20px;
    color: #777777;
}
.n_nsny_con a:hover {
    border: 1px #094C8B solid;
    background:#094C8B;
    color: #fff;
}
.n_nsny_con a:hover:last-child {
    border: 1px #094C8B solid;
    background:#094C8B url(../image/goback.png) 25% no-repeat;
    color: #fff;
    padding-left:5%;
    transition: 0s;
}
.n_nsny_all h3 {
    text-align: left;
}
.n_nsny_all li {
    display: inline-block;
    width: 79px;
    height: 2px;
    background: #084C77;
    margin: .15rem 0 0;
    float: left;
}
.n_nsny_all i {
    margin-top: 17px;
}
.n_abfl {
    padding: 0 50px 0 0;
}
.n_ab h3 {
    color: #333333;
    font-size: .30rem;
}

.n_ab h2 {
    color: #0058AA;
    font-size: .20rem;
    margin: 10px 0;
}
.n_ab li {
    width: 52px;
    height: 3px;
    background: #F18A31;
	margin-bottom: 30px;
}
.n_ab p {
    color: #6A6A6A;
    font-size: .16rem;
	line-height: 1.5;
}

.m_banner {
    display: none !important;
}
.n_ab_m {
    display: none;
}

@media screen and (max-width: 1199px){
   #index_m_banner .owl-controls .owl-pagination {
   bottom: 20px;
}
   #index_m_banner .owl-controls .owl-buttons{
	display:none;
}
.advantage .layui-card {
    margin: 10px;
    padding: 30px 5px;
}
.prod_1 img {
    padding: 0 50px;
    width: 100%;
    transition: 0.6s;
}
.index_prod_li {
    padding: 20px 0;
}
.prod_2 .layui-card-header {
    margin-top: 0;
}
.prod_1:hover img {
    transform: scale(1);
}
#case_list .item.layui-card div {
    text-align: center;
}
.index_news .index_news_list img {
    width: 100%;
}
.index_news .index_news_list .news_desc1 {
    width: 100%;
    padding: 0px;
}
.index_news .index_news_list .news_desc1 span {
    position: static;
    float: right;
}
.index_news .index_news_list .news_desc1 a.index_news_go {
    position: static;
    float: left;
    margin-top: 2px;
    margin-bottom: 20px;
}
.ftdivcon .ft_div:first-child{
	display: none;
}
	.ftdivcon .ft_div{
	width:100%;
	margin: 10px 0;
}
.n_abfl{
	padding:0;
	margin-bottom: 20px;
}
.ny_product_list_l {
    /* display:none; */
    width: 100%;
    margin-bottom: 10px;
}
.ny_product_list_r {
   width:100%;
}
.n_nsny_l{
	width:100%;
	margin: 0;
}
.n_nsny_r{
	width:100%;
}
.n_nsny_con a {
    width: 45%;
    margin-right: 10px;
}
.n_nsny_con a:hover:last-child {
    background: #094C8B url(../image/goback.png) 20% no-repeat;
}
.index_about .layui-card {
    box-shadow: none;
    padding: 5%;
}
.ny_page {
    padding: 10px;
    background: #F7F7F7;
}
.ne_ws li .nimg {
    width: 100%;
    height: auto;
    padding-bottom: 0;
    text-align: center;
}
.ne_ws li .ntxt{
	 width: 100%;
	 padding-left: 0;
}
.ne_ws li:hover .ntxt {
    padding-left: 0;
}
#container{
	width:100% !important;
}
.ditutxt {
    width: 100%;
    margin-top: 20px;
}
.index_about {
    padding: 0;
}
.ny_caselist {
    padding: 0;
    margin-bottom:20px;
}
.layui-col-md1{
	width:50%;
	float:left;
}
.ny_product_list {
    padding: 20px 0;
}
.ny_product_list_l ul li:first-child a:first-child {
    /* display:none; */
    height: 40px;
    line-height: 40px;
    margin-bottom: 1px;
}
.layui-nav-tree {
    width: 100% !important;
}
.layui-nav-tree .layui-nav-item {
   float:left;
}
.ny_product_list_l ul li a.prod_nav {
    height: 35px;
    line-height: 35px;
}
.ny_product_list .ny_product_list_r .layui-card,.ny_product_list_index  .layui-card {
    margin: 0 0 20px 0;
}
.pc_banner {
    display: none !important;
}
.m_banner {
    display: block !important;
}
#index_m_banner .owl-controls .owl-pagination {
	margin: 0;
	width: 100%;
	height: 4px;
	text-align: center;
	position: absolute;
}

#index_m_banner .owl-controls .owl-pagination .owl-page {
	display: inline-block
}

#index_m_banner .owl-controls .owl-pagination .owl-page span {
	display: block;
	margin: 0 5px;
	width: 7px;
	height: 7px;
	background: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

#index_m_banner .owl-controls .owl-pagination .active span {
	width: 40px;
	background: #f18a31;
}
.n_banner {
    height: 200px;
}
.n_ab_m {
    display: block;
}
.n_ab_pc {
    display: none;
}
}
@media screen and (min-width: 1200px) and (max-width: 1599px){
    div#about_pro {
    margin: 118px 0 0;
}
}
@media screen and (min-width: 1600px) and (max-width: 1999px){
	.index_about .layui-card {
    padding: 1% 2% 6% 6%;
    line-height: 3;
}
.index_about .layui-card p {
    margin: 10px 0 0;
}
}
@media screen and (min-width: 2000px){
	.index_about .layui-card {
    padding: 1% 5% 6% 6%;
    line-height: 3;
}
    .index_about .layui-card p {
    margin: 10px 0 0;
}
}