<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">main { overflow: hidden; zoom: 1 }

/*slide*/
.slide { position: relative; width: 100%; height: 564px; top:100px;}
.slide-item { position: absolute; height: 100%; width: 100%; background-size: cover; background-position: 50%; background-color: #000; z-index: 99 }
.slide-prev, .slide-next { position: absolute; top: 50%; z-index: 9; width: 64px; height: 64px; margin-top: -30px; border-radius: 50%; cursor: pointer; transition: 0.3s }
.slide-prev:after, .slide-next:after { content: ''; position: absolute; left: 50%; top: 50%; width: 50%; height: 50%; border-top: 2px solid #fff; transition: .3s }
.slide-prev { left: 0; transform: translateX(-100%) }
.slide-prev:after { border-left: 2px solid #fff; transform: translate(-30%, -50%) rotate(-45deg) }
.slide-next { right: 0; transform: translateX(100%) }
.slide-next:after { border-right: 2px solid #fff; transform: translate(-70%, -50%) rotate(45deg) }
.slide-prev:hover:after, .slide-next:hover:after { border-color: #1c499e; filter: drop-shadow(2px 2px 4px rgba(255, 255, 255, .3)) }
.slide:hover .slide-prev { transform: translateX(100%) }
.slide:hover .slide-next { transform: translateX(-100%) }
.slide-page { display: block; position: absolute; bottom: 20px; left: 0; z-index: 2; width: 100%; height: 20px; text-align: center }
.slide-page .swiper-pagination-bullet { display: inline-block; background: rgba(0, 0, 0, 0.2); position: relative; height: 20px; width: 20px; background: none; text-align: center; margin: 0 6px; cursor: pointer }
.slide-page .swiper-pagination-bullet:after { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #fff; position: absolute; left: 50%; top: 50%; margin-left: -3px; margin-top: -3px; -webkit-transition: all .35s ease-in-out; transition: all .35s ease-in-out; -webkit-transform: scale(0.8); transform: scale(0.8); opacity: .3 }
.slide-page .swiper-pagination-bullet:before { content: ""; width: 100%; height: 100%; border: 2px solid #fff; border-radius: 50%; position: absolute; left: 0; top: 0; opacity: .3 }
.slide-page .swiper-pagination-bullet svg circle { stroke-dasharray: 113px; stroke-dashoffset: 0px; stroke-linecap: round; stroke-width: 0; stroke: #fff; fill: none; animation: none; animation-play-state: paused; animation-fill-mode: none }
.slide-page .swiper-pagination-bullet-active { color: #fff; background: none }
.slide-page .swiper-pagination-bullet-active:after { opacity: 1; -webkit-transform: scale(1); transform: scale(1); background: #fff }
.slide-page .swiper-pagination-bullet svg { position: absolute; top: 0; right: 0; width: 20px; height: 20px; -webkit-transform: rotateY(-180deg) rotateZ(-90deg); transform: rotateY(-180deg) rotateZ(-90deg) }
.slide-page .swiper-pagination-bullet.swiper-pagination-bullet-active svg circle { animation-play-state: running; stroke-width: 2px; -webkit-animation: countdown 7s linear forwards; animation: countdown 7s linear forwards }
@-webkit-keyframes countdown {
    from { -webkit-stroke-dashoffset: 113px; stroke-dashoffset: 113px }
    to { -webkit-stroke-dashoffset: 0; stroke-dashoffset: 0 }
}
@keyframes countdown {
    from { -webkit-stroke-dashoffset: 113px; stroke-dashoffset: 113px }
    to { -webkit-stroke-dashoffset: 0; stroke-dashoffset: 0 }
}

/*title*/
.title { padding-top: 70px; text-align: center }
.title h2 { display: inline-block; position: relative; padding: 15px 50px; font-weight: bolder; font-size: 48px; color: #333 }
.title h2:before, .title h2:after { content: ""; position: absolute; top: 0; width: 50px; height: 40px; background: url(../image/title_bg.png) no-repeat }
.title h2:before { left: 0 }
.title h2:after { right: 0 }
.title p { margin-top: 20px; font-size: 18px; color: #626262 }

.lkcon_d_w .con_b02{ margin-bottom:45px;}

/******产品分页*******/
.ny_news_page {
	margin: 10px auto 10px;
	clear: both;
	padding-top: 10px;
	
}
.ny_news_page a, .ny_news_page span {
	display: block;
	float: left;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	width: 70px;
	height: 40px;
	color: #333;
	background-color: #f8f8f8;
	margin-right: 10px
}
.ny_news_page a:hover, .ny_news_page span {
	background-color:#0753ff;
	color: #fff;
}
.ny_news_page a.page_aa {
	background-color:#0753ff;
	color: #fff;
}
/****************/

/*more*/
.more { position: relative; display: inline-block; width: 36px; height: 36px; border: 2px solid rgba(51, 51, 51, .65); border-radius: 100%; cursor: pointer; transition: 0.3s }
.more:after { content: ''; position: absolute; left: 50%; top: 50%; width: 38%; height: 38%; border-top: 2px solid rgba(51, 51, 51, .65); border-right: 2px solid rgba(51, 51, 51, .65); transform: translate(-70%, -50%) rotate(45deg) }
.more:hover { background-color: #1c499e; border-color: #1c499e; filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, .3)) }
.more:hover:after { border-color: #fff }

/*track*/
.track { padding: 24px 0; background: linear-gradient(90deg, #59b1e6, #fff); background: url(../image/track_bg.jpg) no-repeat top center/ cover }
.track .row { align-items: center }
.track ul { align-items: flex-end; justify-content: space-between; }
.track ul::after, .track ul::before { content: ""; display: block; }
.track ul li { display: flex; flex-direction: column; flex-wrap: wrap; align-items: center; line-height: 44px; font-weight: bolder; font-size: 18px; color: #1f1f1f }
.search-label { line-height: 22px; font-weight: bolder; color: #fff }
.search-control { display: block; width: 100%; flex: 1; padding: 4px 8px 4px 16px; border: 2px solid transparent; border-radius: 4px; background-color: #fff; background-clip: padding-box; font-size: 14px; line-height: 1.42858; color: #333 }
.search-control:focus { border-color: #ea8415; outline: 0 }
.search-control[disabled] { cursor: not-allowed }
.search-control:disabled, .search-control[readonly] { background-color: #e9ecef; opacity: 1 }
.search-btn { display: inline-block; width: 88px; height: 62px; line-height: 62px; margin-left: 10px; text-align: center; vertical-align: middle; line-height: 1.42858; font-size: 20px; border: 2px solid transparent; border-radius: 4px; cursor: pointer; outline: none; color: #fff; background-color: #ea8415 }
.search-btn:hover { background-color: #e38b2a }

/*product*/
.product { padding-top: 100px; background: url(../image/product_bg.png) no-repeat center 320px }

.column-title { margin-bottom: 17px; padding: 25px 0; align-items: center; justify-content: space-between; border-bottom: 1px solid #898989 }
.column-title h3 { font-weight: bolder; font-size: 28px; color: #333 }
.column-title h3 i { display: inline-block; padding: 0 10px; color: #1c499e }
.column-title .more { margin-right: 10px }

.column { margin-top: 55px }
.column ul li&gt;a { display: block; position: relative; width: 100%; height: 480px }
.column ul li.col-6&gt;a{ height: 374px }
.column ul li&gt;a { color: #fff }
.column ul li figure { width: 100%; height: 480px; margin: 0; overflow: hidden }
.column ul li figure img { display: inline-block; width: 100%; height: 100%; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); transition: .42s ease }
.column ul li.col-6 figure{ height: 374px }
.column ul li&gt;a:hover figure img { transform: scale3d(1.1, 1.1, 1) }
.column ul li .product-info { position: absolute; bottom: 0; left: 0; right: 0; width: 100%; padding: 30px 20px }
.column ul li .product-info h4 { font-weight: bolder; font-size: 24px; transition: 0.4s; overflow: hidden; white-space: nowrap; text-overflow: ellipsis }
.column ul li&gt;a:hover .product-info h4 { color: #e38b2a }
.column ul li .product-info p { height: 72px; margin-top: 10px; padding-right: 60px; line-height: 36px }
.column ul li .product-info p span { display: inline-block; position: relative; margin-right: 10px; padding-left: 18px }
.column ul li .product-info p span:before { content: ''; display: inline-block; position: absolute; left: 0; top: 50%; width: 7px; height: 7px; border-radius: 100%; background: #fff; transform: translateY(-50%) }
.column ul li .product-info em { display: inline-block; position: absolute; right: 20px; bottom: 50px; width: 36px; height: 36px; border: 2px solid #fff; border-radius: 100% }
.column ul li&gt;a:hover .product-info em { background: #e38b2a }
.column ul li .product-info em:after, .column ul li .product-info em:before { content: ''; width: 18px; height: 2px; background: #fff; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%) }
.column ul li .product-info em:after { -webkit-transform: translate(-50%, -50%) rotate(90deg); transform: translate(-50%, -50%) rotate(90deg); -webkit-transition: all .4s ease; transition: all .4s ease }
.column ul li&gt;a:hover .product-info em:after { -webkit-transform: translate(-50%, -50%) rotate(180deg); transform: translate(-50%, -50%) rotate(180deg) }

.video { margin-top: 100px }
.video h3 { display: flex; align-items: center; justify-content: center; font-weight: bolder; font-size: 42px; color: #333 }
.video h3 img { margin-right: 12px }

.product-video{ width: 100%; max-height: 720px; margin-top: 70px }

/*good*/
.goodbox { margin-top: 70px; padding-bottom: 65px; overflow: hidden; background: url(../image/good_bg.jpg) no-repeat center/ cover }
.good { width: 100%; margin-top: 75px; background: url(../image/good_img.png) no-repeat center; justify-content: space-between }
.good ul { width: 360px }
.good ul.col-left { text-align: right }
.good ul li { display: flex; align-items: center; justify-content: space-between; width: 360px; padding: 20px 0 }
.good ul li .good-info { width: 280px }
.good ul li .good-info span { display: block; line-height: 42px; font-weight: 600; font-size: 24px; color: #000 }
.good ul li .good-info p { line-height: 26px; font-size: 14px; color: #444444 }
.good-flex { display: flex; align-items: center; justify-content: center; margin-top: 80px }
.good-tel { position: relative; height: 50px; padding-left: 74px; line-height: 50px; color: #fff; font-size: 18px; border-radius: 25px; background: #18459c }
.good-tel:before { content: ''; display: block; position: absolute; top: 9px; left: 27px; width: 32px; height: 32px; background: url(../image/tel.png) no-repeat center/ cover }
.good-tel span { font-size: 32px; font-family: "tel"; vertical-align: top }
.good-tel a { display: inline-block; height: 50px; margin-left: 80px; padding: 0 41px; color: #18459c; font-size: 20px; letter-spacing: 2px; border: 1px solid #18459c; border-radius: 25px; background: #fff; transition: .2s }
.good-tel a:hover { color: #fff; background: #ea8415 }

/*news*/
.news { margin-top: 60px; padding-bottom: 40px }
.news ul li { cursor: grab }
.news ul li figure { width: 100%; max-height: 396px; margin: 0; overflow: hidden }
.news ul li figure img { display: inline-block; width: 100%; height: 100%; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); transition: .42s ease }
.news ul li:hover figure img { transform: scale3d(1.1, 1.1, 1) }
.news ul li .news-info { position: relative; max-height: 396px; padding: 40px 40px 30px !important; background: #f4f4f4; box-sizing: border-box }
.news ul li .news-info h4 { font-size: 20px; color: #333; overflow: hidden; white-space: nowrap; text-overflow: ellipsis }
.news ul li .news-info p { display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; overflow-wrap: break-word; -webkit-line-clamp: 5; text-overflow: ellipsis; margin-top: 30px; line-height: 28px; font-size: 14px; color: #838383 }
.news ul li .news-info time { display: block; margin-top: 60px; font-size: 14px; color: #505050 }
.news ul li .news-info .more { position: absolute; right: 40px; bottom: 30px }
.news-page { position: absolute; left: 0; bottom: 0; width: 100%; font-size: 0; text-align: center; -webkit-transition: .3s opacity; -o-transition: .3s opacity; transition: .3s opacity; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); z-index: 1 }
.news-page .swiper-pagination-bullet { display: inline-block; position: relative; width: 8px; height: 8px; margin: 0 5px; background-color: #e5e5e5; border-radius: 4px; cursor: pointer; opacity: 1; transition: 0.5s }
.news-page .swiper-pagination-bullet-active { width: 24px; background-color: #1c499e }

/*abouts*/
.aboutsbox { position: relative; width: 100%; margin-top:90px; padding-bottom: 60px; color: #fff; background: url(../image/abouts_bg.jpg) no-repeat top center; background-size: cover }
.aboutsbox .container { position: relative; z-index: 5 }
.abouts { flex-direction: column; align-items: center }
.abouts .title h2, .abouts .title p { color: #fff }
.abouts-info { width: 100%; margin-top: 30px; line-height: 40px; text-align: center }
.abouts-more { margin-top: 30px; border-color: rgba(255, 255, 255, .65) }
.abouts-more:after { border-top-color: rgba(255, 255, 255, .65); border-right-color: rgba(255, 255, 255, .65) }
.abouts-count { width: 100%; margin-top: 45px; align-content: center; justify-content: space-around; align-items: center }
.abouts-count li { flex: 1; text-align: center; border-right: 1px solid rgba(255, 255, 255, .34) }
.abouts-count li:last-child { border-right: none }
.abouts-count li b { position: relative; line-height: 72px; font-family: Arial-Black, Arial; font-weight: bold; font-size: 72px }
.abouts-count li b span { padding-right: 30px }
.abouts-count li b em { position: absolute; right: 0; font-style: normal; font-weight: 500; font-size: 36px }
.abouts-count li p { margin-top: 5px; line-height: 25px; letter-spacing: 1px; font-weight: bolder; font-size: 20px }
.abouts-sub { margin-top: 50px }
.abouts-sub a { display: flex; flex-wrap: wrap; flex-direction: column; align-items: center; justify-content: flex-end; padding: 0 38px; font-size: 18px; color: #fff }
.abouts-sub a:hover { color: #e38b2a }
.abouts-sub a i { margin-bottom: 20px }
.abouts-sub a i.icon-culture { width: 46px; height: 46px; background: url(../image/about_icon_1.png) no-repeat }
.abouts-sub a i.icon-honor { width: 42px; height: 48px; background: url(../image/about_icon_2.png) no-repeat }
.abouts-sub a i.icon-rd { width: 50px; height: 43px; background: url(../image/about_icon_3.png) no-repeat }
.abouts-sub a:hover i.icon-culture { background: url(../image/about_icon_1_hover.png) no-repeat }
.abouts-sub a:hover i.icon-honor { background: url(../image/about_icon_2_hover.png) no-repeat }
.abouts-sub a:hover i.icon-rd { background: url(../image/about_icon_3_hover.png) no-repeat }

/*partner*/
.partner { position: relative; width: 100%; height: 100px; margin-top: 60px }
.partner-scrolling { width: 100%; height: 100px }
.partner-scrolling ul { height: 100px }
.partner-scrolling ul li { display: flex; justify-content: center; align-items: center; width: 20%; height: 100px; cursor: grab; background: #ffff; border: 2px solid #eaeaea; box-sizing: border-box; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); transition: .42s ease }
.partner-scrolling ul li img { max-width: 100%; max-height: 100% }
.partner-scrolling ul li:hover { border-color: #1c499e; box-shadow: 0px 6px 16px 0px rgba(227, 227, 227, 0.5) }
.partner .partner-prev, .partner .partner-next { display: block; position: absolute; top: 50%; z-index: 1; width: 32px; height: 32px; line-height: 32px; text-align: center; margin-top: -15px; font-size: 30px; font-weight: 600; color: #c3c3c3 }
.partner .partner-prev { left: -42px }
.partner .partner-next { right: -42px }
.partner .partner-prev:hover, .partner .partner-next:hover { cursor: pointer; color: #1c499e }

/**************************************/
/*******************************************/
.lkcon_b_w{
		  box-sizing: border-box;
	  padding: 0px 2px 30px;
}
/********************/
.fold_wrap{width:100%;height:600px;margin:0px auto 0 auto;overflow:hidden;}
.fold_wrap li{float:left;width:25%;height:600px;position:relative;overflow:hidden;cursor:pointer; box-sizing: border-box;padding: 0 5px;}
.fold_wrap li .mask_b{position:absolute;overflow:hidden;width:100%;height:100%;right:0px;top:0px; text-align:left;background:rgba(0,0,0,0);_background:#B2B2B2;z-index:11;}
.fold_wrap li.active .mask_b{background:none;}
.fold_wrap li .mask_b h4{color:#fff;width:100%;margin:0 auto;display:block;font:30px/30px Microsoft Yahei;position:relative; right:40px; padding-top:30px;}
.fold_wrap li.big{width:875px;}
.i_how_n1{ top:370px;}
.pic_auto{width:100%;height:100%; filter:brightness(90%)}
.fold_wrap li:hover .mask_b{
}
.fold_wrap li.active .mask_b{
}
/***********************/
.bj_a {
    margin-left: 40px;
    color: #fff;
    margin-top: 50px;
	font-size: 30px;
	font-weight: bold;
}
.bj_a .bj_a01{
	float: left;
	width: 2px;
	height: 70px;
	background-color: #fff;
}
.bj_a .bj_a02{
	float: left;
	width: 40px;
	height: 160px;
	margin-left: 20px;
	line-height:34px;
}
.bj_b{
	width: 100%;
	box-sizing: border-box;
	padding: 30px;
}
.bj_b01{
	text-align: center;
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	line-height: 40px;
}
.bj_b02{
	text-align: center;
	font-size: 18px;
	margin-top: 10px;
	line-height: 30px;
	color: #fff;
}
.bj_b03{
	width: 100%;
	box-sizing: border-box;
	padding:10px 30px;
	font-size: 15px;
	color: #fff;
	line-height: 24px;
}
.bj_c{
	position: absolute;
	bottom: 50px;
	left:20px;
}
.bj_c01{

	clear: both;
	margin-bottom:10px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
.bj_c02{
	font-size: 14px;
	color: #fff;
}

.fold_wrap li .bj_b{
	width: 0;
	display: none;
	overflow: hidden;transition: all .3s ease-in-out;
}
.fold_wrap li:hover .bj_b{
	width:100%;
	display: block;
}
.fold_wrap li.active .bj_b{display: block;width:100%;
}
/*****************************/
.sj_abc ul li{
	float:left;
	width:49%;
	margin-right:2%;
	}
.sj_abc ul li:nth-child(2n){
	margin-bottom:2%;
	margin-right:0;}
/***************************/
.sj_abc.c ul li .sj_abc_pic img{
	width:100%;
	}
.sj_abc_bj .bj_c01{    margin-bottom: 0px;
	color:#333;}
.sj_abc_bj .bj_c02{
	color:#999;}

.sj_abc{
	display:none;}
	
.honor_sy_nr ul li{
	float:left;
	width:23.5%;
	margin-right:2%;
	margin-bottom:20px;
	
}
.honor_sy_nr ul li img{
	width:100%;
}
.honor_sy_nr ul li:nth-child(4n){
	margin-right:0%;
	
}
.honor_sy_nr_name{
	text-align:center;
	padding:10px 0 15px;
}
.honor_sy_nr_pic a{
	display:block;
	padding:2px;
	border:1px solid #dfdfdf;    box-sizing: border-box;
}
.honor_sy_nr{
	margin-top:45px;
}

/**************************************************/
.proshow_anr_l{
	float:left;
	width:250px;
	background-color:#fff;
}
.proshow_anr_r{
	float:right;
	width:1200px;
	background-color:#fff;
	padding:20px;
	box-sizing: border-box;
}
.proshow_anr_r ul li{
	float:left;
	width:32%;
	margin-right:2%;
	margin-bottom:20px;
}
.proshow_anr_r ul li img{
	width:100%;

}

.proshow_anr_r ul li:nth-child(3n){

	margin-right:0%;
}
.proshow_sy_nr_name{
	text-align:center;
	padding:2px 0 3px;
}

.proshow_anr_lbt{
	background-color:#0350ff;
	padding:25px 0;
	font-size:36px;
	color:#fff;
	text-align:center;
}
.proshow_anr_lnr ul li{
	padding:20px 0;
	border-bottom:3px solid #dfdfdf;
		box-sizing: border-box;
		padding-left:20px;
}
.proshow_anr_l03{
	background-color:#0350ff;
	color:#fff;
	padding:25px 20px;
	font-size:22px;
	line-height:30px;
	font-weight:bold;
}

/***************内页****************/
.ny_banner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
  text-align: center;
  position: relative;
  top:100px;
  background: url("../image/about_a.jpg");
  background-size:cover;
}
.ny_bt {
  height: 100px;
  width: 220px;
  margin: 0 auto;
  position: relative;
  left: 50%;
  margin-left: -110px;
  top: 50%;
  margin-top: -60px;
}
.ny_bt01 {
  line-height: 60px;
  font-size: 40px;
}
.ny_bt02 {
  line-height: 40px;
  font-size: 30px;
}
/************/
.main {
    margin: 0 auto;
     max-width: 1500px;
}
/************/
.ny_nr_w {
  margin: 8px auto;
}
.ny_nr_wz {
  line-height: 60px;
  font-size: 16px;
  color: #5f5e60;
}
.ny_nr_wz a {
  font-size: 16px;
  color: #5f5e60;
  margin-right: 5px;
}
.ny_nr_wz a:hover {
  color: #1d62ad;
}
.ny_nr {
  min-height: 260px;
  padding: 40px 0;
  font-size: 16px;
  line-height: 36px;
  color: #363333;
  padding-bottom: 45px;
}
/********************************/
section.trackaa {
    height: 100px;
}
/********************************/
.subnav{
	margin-top: 30px;
	margin-bottom: 30px;
	overflow: hidden;
	
}

.subnav ul{width: 100%;
	overflow: hidden;
    background-color: #F5F5F5;}
.subnav ul li{
	  float: left;

    line-height: 85px;
    margin-left: 10px;
} 
.subnav ul li a{
	font-size: 16px;
    padding: 0 62px;
    border-right: 2px solid #474c4f;
} 
.subnav ul li:last-child a{
    border-right: 0;
}  


.subnav_two{
    display: none;
    z-index: 9999;
    background: rgba(255, 255, 255, .6)  !important;
    box-shadow: 0 3px 16px rgba(0, 0, 0, .1);
        position: absolute;
        width:100%;
}

.subnav_two li{
float: left;
display: block;
    width:100%;
    border-bottom: none !important;
}

.subnav_two li a{
    float: left;
    width:100%;
    line-height:45px;
    color: #000  !important;
    border-bottom: none !important;
    text-align: center;
    display: block;
}
.subnav_two li a{

}
.subnav_two li a:hover{
    font-size: 16px;
     color: #536fcb !important;
}

.subnav ul li.on a{
 color: #1d62ad;
	font-weight: bold;
}
/***********************************/
.culture_box{
	
	overflow: hidden;
	clear: both;
	margin-top: 80px;
	margin: 0 auto;
}
.culture{
	margin-bottom: 30px;
	height: 330px;
	padding: 20px;
	background: #f7f7f7;
}
.culture_txt{
	margin-top: 40px;
}

.culture .culture_txt .culture_sz{
width: 86px;
font-size: 30px;
line-height: 86px;
text-align: center;
border-radius: 61px;
background: #fff;
height: 80px;
}
.culture p{
	clear: both;
}
.culture_txt{
	margin-bottom: 40px;
	overflow: hidden;

}
.culture_txt h3{
	line-height: 86px;
	font-size: 36px;
	width: 70%;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
}

.culture p{
	margin-top: 30px;
    font-size: 18px;
}

.partner{
	overflow: hidden;
	width: 100%;
	margin-bottom: 60px;
	margin-top: 60px;
}

.partner h3{
	font-size: 36px;
	text-align: center;
}
.partner ul{
	margin-top: 60px;
}
.partner ul li{
	float: left;
margin-left: 15px;
margin-bottom: 40px;
	width: 17%;
        height: 105px;
	border: 1px solid #ddd;
}
.partner ul li img{
	width: 100%;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.fr_a {
    float: right;
}
/****************/
.c {
    clear: both;
    overflow: hidden;
}
/************************************************/
.ny_nr_aaa{
	font-size: 36px;
	font-weight: bold;
}
.ny_nr_bbb .lkcon_dsj_02 ul li{
	padding: 10px 20px;
	background-color: #f1f1f1;margin-bottom: 24px;
}
.newscontent_pro{
	padding-top: 0px;
}
.lkcon_dsj_02 {
    margin-top: 30px;
}

.aad {
    float: left;
    width: 32%;
    margin-right: 2%;
}
.aad:last-child{
	margin-right:0;}

/****************/
.newscontent {
    padding-top: 35px;
	width:100%;
}

.newsw{ margin-bottom: 60px;}
.newsw .ul1{border:1px solid #eee;}
.newsw li::after{-webkit-transition:all .3s ease-out 0s;-moz-transition:all .3s ease-out 0s;-ms-transition:all .3s ease-out 0s;-o-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s;}
.newsw{background:#fff;padding:40px 0;overflow:hidden;}
.newsw .ul1 li{position:relative;width:100%;}
.newsw .ul1 li::after{position:absolute;bottom:0;left:0;width:100%;height:0;content:'';color:#fff;background:#f7f7f7;}
.newsw .ul1 li:hover::after{height:100%;}
.newsw .ul1 li a{position:relative;z-index:1;display:block;padding:40px 20px;border-bottom:1px solid #ccc;    clear: both;
    overflow: hidden;}
.newsw .ul1 li .imgk{overflow:hidden;width:25%;border:1px solid #eee;}
.newsw .ul1 li .imgk img{width:100%;}
.newsw .ul1 li .lin{float:left;width:73%;}
.newsw .ul1 li .lin .lidate{font-family:'Arial';font-weight:bold;float:left;width:72px;text-align:center;color:#666;border-top:2px solid #707070;}
.newsw .ul1 li .lin .lidate .p1{font-size:30px;margin-top:15px;}
.newsw .ul1 li .lin .lidate .p2{font-size:12px;margin-top:15px;}
.newsw .ul1 li .lin .linn{float:left;width:89%;padding-left:32px;}
.newsw .ul1 li .lin .linn h4{font-size:18px;color:#333;font-weight:normal;}
.newsw .ul1 li .lin .linn p{font-size:14px;line-height:27px;overflow:hidden;margin-top:18px;color:#888;}
.newsw .ul1 li .lin .linn .morehn{font-size:14px;line-height:32px;width:97px;height:32px;margin-top:24px;text-align:center;color:#0061ae;border:1px solid #0061ae;}
.newsw .ul1 li:hover .lidate{color:#000;border-top-color:#000;}
.newsw .ul1 li:hover .lin .linn h4{color:#000;}
/******************************/
.ny_nr_bt{
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	line-height: 40px;
}
.ny_nr_bt01{
	text-align: center;
	margin: 40px auto;
}

/********************************/
.newscontent {
	/*width: 100%;
    background-color: #f4f4f4;*/
    padding-top: 35px;
	
}

.newscontent_box {
    position: relative;
}

.newscontentcp_boxdw {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    text-align: center;
    background-color: #f7f7f7;
    margin-left: -80px;
}

.newscontent_boxl {
    width: 70%;
    position: relative;
    background-color: #fff;
}

.newscontentcp_boxdw_txt {
    padding-top: 13px;
    display: block;
    width: 100%;
    height: 100%;
}

.newscontentcp_boxdw_txt i {
    font-size: 22px;
    color: #111111;
}

.newscontentcp_boxdw_txt p {
    font-size: 13px;
    color: #333;
}

.newscontentcp_boxdw:hover{
    background-color: #000;
}
.newscontentcp_boxdw:hover p,
.newscontentcp_boxdw:hover i{
    color: #fff;
}


.newscontent_boxltitle {
    font-size: 28px;
    color: #333333;
    font-weight: 600;
}

.newscontent_boxlsm {
    margin-top: 25px;
}

.newscontent_boxlsm span,
.newscontent_boxlsm b {
    font-size: 13px;
    color: #999999;
}

.newscontent_boxlsm b {
    margin-right: 20px;
}

.newscontent_boxlct {
    margin-top: 10px;
    border-top: 1px solid #e5e5e5;
    padding: 30px 0;	min-height: 360px;
}
.newscontent_boxlct img{
    height: auto !important;
}
.newscontent_boxlct p{
    font-size: 14px;
    line-height: 1.8;
    color: #666;
}
.newscontent_boxlct strong{
    line-height: 2;
    color: #333;
}
.newscontent_boxlbq i {
    color: #999999;
}

.newscontent_boxlbq b {
    font-size: 13px;
    color: #333333;
    padding: 0 6px;
}

.newscontent_boxlbq  a{
    font-size: 13px;
    color: #999999;
    padding: 5px 12px;
    border: 1px solid #dddddd;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
}
.newscontent_boxlbq  a:hover{
    color: #fff;
    border: 1px solid #a4cc37;
    background: #a4cc37; 
}

.newscontent_txtl {
    padding: 0px 42px 45px;
}
.newscontent_txtlaa {
    padding: 0px 42px 45px;
}
.newscontent_fanye {
    border-top: 1px solid #e5e5e5;
}

.newscontent_fanye&gt;div {
    padding: 25px 42px;
    width: 50%;
}

.newscontent_fanye&gt;div&gt;a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newscontent_fanyeper i {
    margin-right: 5px;
    color: #e5e5e5;
}

.newscontent_fanyenext i {
    margin-left: 5px;
    color: #e5e5e5;
}

.newscontent_fanye&gt;div&gt;a span {
    font-size: 14px;
    color: #666666;
}

.newscontent_fanyeper {
    border-right: 1px solid #e5e5e5;
}

.newscontent_fanyenext {
    text-align: right;
}

.newscontent_fanye&gt;div&gt;a:hover span {
    color: #ff7800;
}

.newscontent_boxr {
    width: 27%;
}

.newscontent_boxritem {
    padding: 40px 30px;
    background-color: #fff;
}

.newscontent_boxritem_titlel i {
    color: #ff7800;
    font-size: 22px;
    margin-top: -3px;
    margin-right: 5px;
}

.newscontent_boxritem_titlel span {
    font-size: 18px;
    color: #000;
}

.newscontent_boxritem_titlel span b {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.newscontent_boxritem_titler i {
    margin-top: -3px;
    font-size: 24px;
    color: #b5b5b5;
}

.newscontent_boxritem_titler a:hover i {
    color: #a4cc37;
}

.newscontent_boxritem_ct {
    margin-top: 15px;
    position: relative;
    border-top: 1px solid #e5e5e5;
	clear:both;
	overflow:hidden;
}

.newscontent_boxritem_ctdw {
    position: absolute;
    top: -1px;
    left: 0;
    height: 1px;
    width: 70px;
    background-color: #999;
}

.newscontent_boxritem_ct .newscontent_boxritem_ctaitem {
    display: block;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newscontent_boxritem_ctaitem b {
    margin-right: 5px;
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #c0c0c0;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    vertical-align: middle;
}

.newscontent_boxritem_ctaitem span {
    font-size: 14px;
    color: #333;
}

.newscontent_boxritem_ctaitem:hover span {
    color: #999;
}
.newscontent_boxritem_ctaitem:hover b{
    background-color:#0753ff;
}

.zxzx.newscontent_boxritem {
    margin-top: 10px;
}

.newscontent_boxxg {
    margin-top: 55px;
}

.newscontent_boxxg .zixunbox_xt {
    background-color: #fff;
}

.newscontent_boxxg .zixunbox {
    margin-bottom: 60px;
}

.newscontentaa{
	border-top:1px solid #dfdfdf;}

.newscontentaaa{
	margin-top:0px;padding-top: 0px;

}
.newsw .ul1{
		margin-bottom:35px;	
}
@media screen and (max-width:1500px) {
	.proshow_anr_r{
		float:none;
		width:100%;        clear: both;
        overflow: hidden;
	}
	.proshow_anr_l{
		display:none;
	}
}

@media screen and (max-width: 992px) {
    .newscontentcp_boxdw {
        display: none;
    }
    .newscontent_boxr {
        display: none;
    }
    .newscontent_boxl {
        width: 100%;
    }
    .footlan {
        margin-top: 40px;
    }
}

@media screen and (max-width: 768px) {
    .newscontent_boxlbq {
        /* display: none; */
    }
    .newscontent_box{ margin: 10px;}
    .newscontent_boxltitle {
        font-size: 20px;
    }
    .newscontent_txtl {
        padding: 20px 15px;
    }
    .newscontent_fanye&gt;div {
        width: 100%;
    }
    .newscontent_fanyeper {
        border-right: none;
        border-bottom: 1px dashed #e5e5e5;
    }
    .newscontent_fanye&gt;div {
        padding: 15px;
    }
    .catjcp {
        margin-top: 50px;
    }
    .newscontent_boxxg .zixunbox {
        margin-bottom: 20px;
    }
    .newscontent_boxlsm {
        margin-top: 10px;
    }
    .newscontent_boxlct {
        padding: 20px 0;

    }
	.ny_banner{
		top:60px;}
	section.trackaa {
    height: 60px;
}
.subnav ul li {

    line-height: 50px;

}

.honor_sy_nr ul li{
	float:left;
	width:49%;
	margin-right:2%;
	margin-bottom:20px;
	
}
.honor_sy_nr ul li:nth-child(2n){
	margin-right:0%;
}

.proshow_anr_r ul li{

	width:49%;

}
.proshow_anr_r ul li:nth-child(3n){

	margin-right:2%;

}
.proshow_anr_r ul li:nth-child(2n){

	margin-right:0%;

}
.proshow_anr_r ul li:last-child{
	display:none;

}

}


/******************************************************************************************************************************/
.contactbox-section2 {
    position: relative;
    overflow: hidden;
	border-top: 1px solid #dfdfdf;
	padding-top: 60px;
}

.contactbox-section2 .tit {
    width: 100%;
    text-align: center;
    margin-bottom: 65px;
}
.basefont40 {
    font-size: 40px;
}

.contactbox-section2 .tit span {
    font-size: 16px;
    color: #666;
    line-height: 26px;
    display: block;
    margin-top: 20px;
}

.contactbox-section2 .cont {
    background-color: #f7f7f7;
    padding: 60px 120px;
    margin-bottom: 60px;
}
.contactbox-section2 .cont form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.contactbox-section2 .cont form .item {
    width: 50%;
    padding-right: 20px;
    margin-bottom: 30px;
}

.contactbox-section2 .cont form .item .f_tit {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 16px;
}
.contactbox-section2 .cont form .item .f_tit span {
    color: #e60012;
}
.contactbox-section2 .cont form .item input, .contactbox-section4 .cont form .item textarea {
    width: 100%;
    padding: 16px 20px;
    font-size: 16px;
    color: #999;
    border: none;
    background-color: #FFF;
    font-family: "Microsoft YaHei", "微软雅黑", "pingfnag", Verdana, Helvetica, Arial, sans-serif;
}
.contactbox-section2 .cont form .texta textarea {
    height: 228px;
    width: 100%;
    border: none;padding: 16px 20px;
	
	   font-size: 16px;
    color: #999;
    background-color: #FFF;;
    font-family: "Microsoft YaHei", "微软雅黑", "pingfnag", Verdana, Helvetica, Arial, sans-serif;
    
}
.contactbox-section2 .cont form .texta {
    width: 100%;
    padding: 0;
}
.contactbox-section2 .cont form .test .an {
    display: flex;
    align-items: center;
}
.contactbox-section2 .cont form .but {
    width: 100%;
    display: flex;
    margin-top: 30px;
    text-align: center;
    justify-content: center;
width: 30%;
}
.contactbox-section2 .cont form .but .joinbox-but {
    text-align: center;
    background-color: transparent;
    border: none;
    /*width: 41%;*/
	background-color: #1d62ad;
    margin-right: 15px;
    text-align: center;
	margin-top: 20px;
	
}
.contactbox-section2 .cont form .but .joinbox-but:first-child{
	background-color: #ff0000;
}
.joinbox-but {
    color: #333;
    line-height: 1;
    display: flex;
	height: 36px;
	padding: 20px 40px;
	line-height: 36px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
    align-items: center;
}
/*************/
.map_a{
	margin-bottom:60px;
}
.honor_aa {
    margin: 60px auto;
}
.contenta {
    margin-bottom: 50px;
}
.yzaa h2 {
    font-weight: normal;
    text-align: center;
    margin-bottom: 25px;
}
.yzaa h2 i {
    display: block;
    font-size: 40px;
    color: #333333;
    line-height: 40px;
    padding-top: 10px;
    font-weight: bold;
    font-style: normal;
}
.lkcon_a02 {
    text-align: center;
    font-size: 15px;
    margin-top: 10px;
}
/**************/
.con_c_nr ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
}
.con_c_nr ul li:nth-child(3n){
	margin-right: 0;
}

 .con_c_pic{
	width: 100%;

	overflow: hidden;
	border:1px solid #dfdfdf;
	box-sizing: border-box;

}
.con_c_pic img{
	width: 100%;
	height: 100%;
	transition: all 0.6s ease;
}
.con_c_pic:hover img{
	transform: scale(1.1);
}
.con_c_name{
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	margin-bottom: 20px;
}
.con_c_name a{
	color: #666;
}
.con_c_name a:hover{
	color: #d63b35;
}

/**********************************/
.ny_wz{
	height:50px;
	line-height:50px;
	font-size:16px;
	color:#333;
	position:relative;

}
.ny_wz a{
	color:#333;}
.ny_wz a:hover{
	color:#000;}
/******************************/
/******************************/
.yzaa .xx {
    display: block;
    font-size: 15px;
    color: #666;
    line-height: 24px;
    margin-top: 40px;
    text-align: center;
}
.news_a_w{
	padding-bottom:50px;
	border-top:2px solid #f5f5f5;}
.news_a_w .yzaa h2 i{
	padding-top:50px;}
.news_a_w .yzaa .xx{
	margin-bottom:30px;
	margin-top:20px;}
.news_a_w  .yzaa h2{
		margin-bottom:0}
	/***************************************xiangqing***********/
	/************************/
.caseshow_a_nr{
	margin:0px auto 60px;
	background-color: #fff;

	box-sizing: border-box;
}
.caseshow_a_nr_bt{
	text-align: center;
	font-size: 22px;
	color: #333;
	padding-top: 0px;

}
.caseshow_a_nr_time{
	text-align: center;
	padding: 10px 0;
	margin-top: 30px;
	border-bottom: 1px dashed #dfdfdf;
	border-top: 1px dashed #dfdfdf;
}
.caseshow_a_nr_jj{
	margin-top: 30px;
	line-height: 30px;
	font-size: 16px;
}
.caseshow_a_nr_moreaa{
	margin-top: 60px;
}
.caseshow_a_nr_more{
	font-size: 15px;
	color: #333;margin-bottom:10px;
}
/*******************************/
dl.tit {
    margin-top:25px;
    margin-bottom: 15px;
	font-size:32px;
	color:#333;
}

.nav_contentaaa .sc_jj {
    font-size: 15px;
    font-weight: normal;
    color: #666;
    text-align: left;
	margin-bottom:25px;
}
.nav_contentaaa .sc_jj {
    font-size: 15px;
    font-weight: normal;
    color: #666;
	clear:both;
	overflow:hidden;
    text-align: left;
}

.nav_contentaaa .sc_jj a{
	display:block;
	font-size:18px;
	margin-bottom:10px;
	float:left;
	margin-right:15px;}
.nav_contentaaa .sc_jj a.on{
	color:#0753ff;
	font-weight:bold;}
.sc_nr ul li{
	width: 32%;
	float:left;
	overflow: hidden;
	margin-bottom: 2%;
	box-sizing: border-box;
	border: 1px solid #f1f1f1;
	padding: 1px;
	margin-right:2%;
}
.sc_nr ul li:nth-child(3n){
	margin-right:0;}
.sc_nr ul li .sc_nr_pic{
	width: 100%;	
	overflow: hidden;
}
.sc_nr ul li .sc_nr_pic img{
	width: 100%;
	transition: all 0.6s ease;
}
.sc_nr ul li:hover .sc_nr_pic img{
	transform: scale(1.1);
}
.sc_nr ul li .sc_nr_name{
	padding: 10px 15px 15px;
	font-size: 16px;
}
.sc_nr ul li .sc_nr_name a{

	font-size: 18px;
}
.sc_nr ul li .sc_nr_jj{
	font-size:14px;padding: 15px 15px 10px;
	line-height: 20px;
	color: #666;
}
.sc_nr ul li .sc_nr_more{
	padding: 5px 15px 15px;
}
.sc_nr ul li .sc_nr_more a{
    display: inline-block;
    font-family: Tahoma;
    font-size: 14px;
    color: #ff0000;
    font-weight: 400;
    text-decoration: none;
    font-style: normal;
    vertical-align: top;
    *vertical-align: middle;
    width: 100%;
}
/****************************/












/*grid*/
@media only screen and (max-width:1500px){
	.main {
    max-width: 1500px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
	
	}
@media only screen and (max-width:1200px){
	.aad{
		float:none;
		width:100%;
		margin-right:0;}
	.culture{
		height:auto;
		padding-bottom:50px;}
	
	}
@media only screen and (max-width:992px){
    /*slide*/
    .slide { height: 27rem }
}
@media only screen and (max-width:768px){
    /*slide*/
    .slide { height: 16.875rem; }
	.slide {  top:60px;}
.slide-item{ background-position: 30%; }
.sj_abc{ display:block;}
.fold_wrap{ display:none;}
.contactbox-section2 .cont{
	padding:60px 0px;}
.contactbox-section2 .cont form .item{
	width:100%;}
.contactbox-section2 .cont form .but{
	width:100%;}
	
	.sc_nr ul li{
	width: 49%;
	margin-right:2%;
}
.sc_nr ul li:nth-child(3n){
	margin-right:2%;}
	.sc_nr ul li:nth-child(2n){
	margin-right:0%;}
}
@media only screen and (max-width:576px){
	/*title*/
	.title { padding-top: 40px }
	.title h2 { padding: 8px 36px; font-size: 32px }
	.title h2:before, .title h2:after { width: 32px; height: 26px; background: url(../image/title_bg.png) no-repeat center/ cover }
	.title p { margin-top: 10px; font-size: 16px }

	/*track*/
	.track ul { margin-top: 24px }

	/*product*/
	.product { padding-top: 20px }

	.column { margin-top: 20px }
	.column ul li&gt;a { margin-top: 17px }
	.column ul li:first-child&gt;a{ margin-top: 0 }

	.video { margin-top: 50px }
	.video h3 { display: flex; flex-direction: column; font-size: 18px }
	.video h3 img { margin-right: 0; margin-bottom: 20px }
	.product-video { margin-top: 40px }

	/*good*/
	.goodbox { margin-top: 50px; padding-bottom: 50px }
	.good { margin-top: 40px; background: none }
	.good ul li { width: 100%; padding: 10px 0 }
	.good ul li .good-info { width: calc(100% - 80px) }
	.good ul li .good-info span { font-size: 22px }
	.good ul li .good-info p { line-height: 26px }
	.good-flex { margin-top: 40px }
	.good-tel { padding-left: 50px; padding-right: 20px; font-size: 14px }
	.good-tel:before { top: 12px; left: 17px; width: 26px; height: 26px }
	.good-tel span { font-size: 18px; font-family: "tel"; vertical-align: top }
	.good-tel a { display: none }

	/*news*/
	.news { margin-top: 40px }
	.news ul li .news-info { height: 340px; padding: 25px 25px 0 !important }
	.news ul li .news-info p { margin-top: 20px }
	.news ul li .news-info time { margin-top: 30px }

	/*abouts*/
	.aboutsbox { height: initial; margin-top: 50px; padding-bottom: 40px }
	.abouts-info { line-height: 36px; font-size: 15px }
	.abouts-count li:nth-child(2) { border-right: none }
	.abouts-count li:last-child { margin-top: 20px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .34) }
	.abouts-count li b { line-height: 50px; font-size: 50px }
	.abouts-sub a { padding: 0 10px }

	/*partner*/
	.partner { margin-top: 40px }
	.partner .partner-prev, .partner .partner-next{ display: none }

	/*footer*/
    footer { margin-top: 40px }
	.subnav ul li a{padding: 0 36px;}
}



</pre></body></html>