a {
	text-decoration: none;
}

body,
html {
	scroll-behavior: smooth;
}
body,html{
	width: 100%;
	height: auto;
}

ul,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
hr,
input,
img {
	margin: 0;
	padding: 0;
}

img {
	display: block;
}

li {
	list-style: none;
}

a {
	color: #333;
	text-decoration: none
}




.clearfix::after {
	content: '';
	display: block;
	clear: both;
}




.interval {
	width: 100%;
	height: 0.2rem;
	background-color: #f7f6f4;
}




.omit1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.omit2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}



.searchbox{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 1);
    z-index: -1;
    opacity: 0;
}
.btnsearch span.open {
    display: block;
    width: 32px;
    height: 32px;
    position: fixed;
    top: 50px;
    right: 100px;
    font-size: 30px;
    z-index: 999;
    cursor: pointer;
}
.lnr_cross{
    background-image: url(../image/close1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    transition: .45s;
}
.lnr_cross:hover{
    background-image: url(../image/close2.png);
    transition: .45s;
}
.form-search-navi {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.searchbox .form-search-navi .form-control {
    padding: 18px 12px 12px 12px;
    height: auto;
    border: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 300px;
    background: transparent;
    color: #324496 ;
    border-bottom: 1px solid #324496 ;
}
.form-search-navi button {
    background: transparent;
    border: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: absolute;
    top: 20px;
    right: 0;
    line-height: 40px;
    z-index: 99;
}
.lnr {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../image/sou.png);
    background-repeat: no-repeat;
    background-size: 100%;
}


.head {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background-color: #ffffff;
	z-index: 999;
	box-sizing: border-box;
	border-bottom: 1px solid #324496;
}

.head_leave {
	position: fixed !important;
	top: 0 !important;
	background-color: rgba(0, 0, 0, 0.5);
}

.head_box {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.head_box .nav_right {
	display: flex;
	align-items: center;
	height: 100%;
}

.head_box .nav_right .nav_img {
	width: 100px;
	height: 100%;
	background-color: #324496;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.head_box .nav_right .nav_search {
	margin: 0 80px 0 30px;
	cursor: pointer;
}



.head_logo {
	display: flex;
	align-items: center;
	padding-left: 70px;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #00146d;
}

.head_logo img {
	margin-right: 15px;
}

.nav_ul {
	float: right;
	height: 100px;
	transition: 0.5s;
	overflow: hidden;
}



.nav_ul li {
	float: left;
	height: 100px;
	line-height: 100px;
	margin-right: 50px;
	box-sizing: border-box;
	position: relative;
}

.nav_ul li a {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #000000;
	display: block;
}

.nav_ul li i {
	position: absolute;
	height: 3px;
	left: 0;
	top: 0;
	background-color: #324496;
	width: 0;
	transition: 0.5s;
}

.nav_ul_active i {
	width: 100% !important;

}

.nav_ul .nav_ul_active a {
	color: #324496 !important;
}






.banner-box {
	position: relative;
	width: 100%;
}

.banner-box .pcimg {
	width: 100%;
	object-fit: none;
}

.bannerTit {
	width: 100%;
	height: 110px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.banner_title {
	text-align: center;
}

.banner_title h1 {
	font-size: 55px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 55px;
	letter-spacing: 0px;
	color: #f3f3f3;
}

.banner_title p {
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 0px;
	color: #f3f3f3;
}

.banner_more {
	display: block;
	margin: 74px auto 0;
	width: 133px;
	height: 35px;
	line-height: 35px;
	border: solid 1px #eeeeee;
	font-size: 12px;
	color: #f3f3f3;
	text-align: center;
}

.general_box {
	width: 1440px;
	max-width: 90%;
	height: auto;
	margin: 0 auto;
	background-color: #FFFFFF;
	position: relative;
	z-index: 1;
}


.general_index {
	width: 120px;
	height: 38px;
	position: absolute;
	top: 0;
	left: -60px;
	font-size: 48px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 2px;
	color: #a3a7b0;
	text-align: right;
}

.general_index span {
	width: 28px;
	height: 6px;
	background-color: #a3a7b0;
	display: block;
	float: left;
}

.home_about {
	margin-top: 145px;
	position: relative;
}

.home_case_con {
	margin: 0 auto;
	position: relative;
}

.title {
	height: 55px;
	font-size: 55px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 55px;
	letter-spacing: 3px;
	color: #333333;
	margin-bottom: 23px;
	position: relative;
}

.title .my_more {
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #999999;
}

.home_about_one {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	margin-bottom: 40px;
}






.home_case {
	margin-top: 220px;
}

.home_case .home_case_one {
	margin-bottom: 60px;
}

.home_case_one {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
	margin-bottom: 80px;
	position: relative;
}

.home_case_tab .general_box {
	padding-bottom: 0 !important;
}

.home_case_tab_box {
	margin-bottom: 40px;
	position: relative;
	z-index: 99;
}

.home_case_tab_box div {
	float: left;
	font-size: 16px;
	letter-spacing: 0px;
	color: #333333;
	margin-right: 34px;
	cursor: pointer;
}

.tabtit_active {
	font-weight: bold;
	color: #e00024 !important;
}

.tabtit_active:before {
	display: inline-block;
	content: '';
	width: 6px;
	height: 6px;
	background-color: #e00024;
	vertical-align: -1px;
	margin-right: 10px;
}
.indexpro_tab_conent{
	background: #f8fafb;
}
.indexpro_tab_conent .tabbox{
	width: 1440px;
	max-width: 90%;
	height: auto;
	margin:auto;
}


.home_case_ul {
	padding-top: 45px;
	display: none;
	padding-bottom: 58px;
	position: relative;
}


.home_case_li {
	float: left;
	width: 33.3333%;
	padding-bottom: 18.9%;
	position: relative;
	overflow: hidden;
}

.home_serve_li {
	float: left;
	width: 25%;
	padding-bottom: 18%;
	position: relative;
	overflow: hidden;
}

.home_case_li .bg,
.home_serve_li .bg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 105%;
	height: 100%;
	z-index: 2;
	background: url(../image/index_case_bg.png) no-repeat;
	background-size: 100% 100%;
}

.home_case_show,
.home_serve_ul {
	display: block;
}

.home_case_li img:nth-child(1),
.home_serve_li .caseimg {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: auto;
	z-index: 1;
	transition: 0.5s;
}

.home_case_li:hover img:nth-child(1),
.home_serve_li:hover .caseimg {
	transform: scale(1.2);
}

.home_case_li img:nth-child(2) {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 3;
}

.home_case_li p {
	height: 30px;
	font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #f3f3f3;
	position: absolute;
	left: 8%;
	bottom: 36px;
	z-index: 11;
	box-sizing: border-box;
}

.home_case .home_about_more {
	margin-bottom: 0;
}


.home_product_swiper{
	width: 100%;
	overflow: hidden;
}
.home_product_swiper .swiper-slide{
	background: orange;
	text-align: center;
	background: #fff;
	width: 462px;
}
.home_product_swiper .swiper-slide a{
	display: block;
}
.home_product_swiper .swiper-slide .proimgbox{
	width: 100%;
		height: 348px;
		overflow: hidden;
		position: relative;
		border-bottom: 1px solid #dcdcdc;
}
.home_product_swiper .swiper-slide .proimgbox img{
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: 0.5s;
}
.home_product_swiper .swiper-slide:hover .proimgbox img{
	transform: scale(1.5);
}

.home_product_swiper .swiper-slide .proinfo{
	box-sizing: border-box;
	padding: 35px 40px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
		text-align: left;
		transition: 0.5s;
}
.home_product_swiper .swiper-slide .proinfo .tit{
		font-size: 18px;
		color: #333333;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		margin-bottom: 16px;
}
.home_product_swiper .swiper-slide .proinfo .desc{
	font-size: 14px;
		color: #999999;
	height: 22px;
	overflow: hidden;
}
.home_product_swiper .swiper-slide .proinfo .desc p{
    
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
}

.home_product_swiper .swiper-slide:hover .proinfo{
	background-color: #324496;
}
.home_product_swiper .swiper-slide:hover .proinfo .tit,
.home_product_swiper .swiper-slide:hover .proinfo .desc{
	color: #fff;
}




.home_serve {
	margin-top: 210px;
}

.home_serve_li p {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 35px;
	margin: auto;
	z-index: 11;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	text-align: center;
	letter-spacing: 0px;
	color: #ffffff;
	width: 70%;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}

.home_serve_li .bg {
	background-color: rgba(29, 26, 26, 0.5);
	transition: 1s;
}

.home_serve_li:hover .bg {
	display: none;
}


.home_product_prev{
	left: -30px !important;
	background: url(../image/index_product_arrows02.png) no-repeat !important;
	width: 56px !important;
	height: 56px !important;
}
.home_product_next{
	right: -30px !important;
	background: url(../image/index_product_arrows01.png) no-repeat !important;
	width: 56px !important;
	height: 56px !important;
}





.home_client .general_box {
	padding-bottom: 0 !important;
}

.home_client .client-swiper-container {
	height: auto !important;
	width: 87% !important;
	margin: inherit !important;
	margin-left: 13% !important;
}

.home_client .client-swiper-container .swiper-slide>div {
	padding: 36%;
	box-sizing: border-box;
	position: relative;
	height: 148px;
	margin-bottom: 30px;
}

.home_client img {
	max-width: 100%;
	transition: 0.5s;
	height: auto;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	
	
	
	
	
	
	
}

.home_client img:hover {
	filter: none;
	opacity: 1;
}

.home_client .sj_client_swiper {
	display: none;
}



.home_news {
	margin-top: 230px;
	padding-bottom: 90px;
}

.home_client {
	padding-top: 230px;
}

.home_news_ul {
	margin: 0 -1%;
}

.home_news_ul_li {
	float: left;
	width: 31.33%;
	margin: 0 1% 2%;
	padding-bottom: 20.426%;
	position: relative;
	overflow: hidden;
}

.home_news_ul_li img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
	transition: 0.5s;
}

.home_news_ul_li:hover img {
	transform: scale(1.2);
}

.home_news_ul_li_con {
	width: 80%;
	position: absolute;
	left: 35px;
	bottom: 33px;
	z-index: 3;

}

.home_news_ul_li .bg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: url(../image/index_case_bg.png) no-repeat;
	background-size: 100% 100%;
}

.home_news_ul_li_con div:nth-child(1) {
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.home_news_ul_li_con div:nth-child(2) {
	margin-top: 14px;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #d1d1d1;
}

.home_news_line {
	margin-top: 20px;
	width: 100%;
	height: 4px;
	background-color: #092f60;
}

.home_news_more {
	display: block;
	width: 100px;
	margin: 30px auto 0;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
	cursor: pointer;
}

.footer {
	width: 100%;
	height: auto;
	background-color: #092F60;
}

.footer_box,
.footer_bottom {
	width: 92%;
	max-width: 1400px;
	margin: 0 auto;
}

.footer_bottombox {
	background-color: #082C5A;
	padding: 20px 0;
}

.footer_box .footer_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 110px;
}

.footer_box .footer_top ul,
.footer_box .hot_tel {
	display: flex;
	align-items: center;
}

.footer_box .hot_tel {
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
}

.footer_box .hot_tel img {
	display: inline-block;
	margin-right: 12px;
}

.footer_box .footer_top ul li span {
	margin: 0 20px 0 10px;
	color: #fff;
}

.footer_box .footer_top ul li a {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
}


.footer_center {
	padding-top: 80px;
	padding-bottom: 35px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 30px;
}

.footer_right {
	width: 100%;
	display: flex;
	align-items: center;
}

.footer_right .erweima_img {
	margin-right: 40px;
}




.footer_right_con {
	border-left: 1px solid rgba(255, 255, 255, 0.5);
	padding-left: 30px;
}

.footer_right_con div {
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #ffffff;
	padding-left: 10px;
}

.footer_right_con div a {
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #ffffff;
}

.footer_right_con>div:before {
	display: inline-block;
	content: '';
	width: 6px;
	height: 6px;
	background-color: #fff;
	vertical-align: 3px;
	margin-right: 15px;
}


.footer_bottom {
	font-size: 14px;
	line-height: 30px;
	color: rgba(255,255,255,0.5);
	margin-top: 22px;
	position: relative;
}

.footer_bottom a {
	font-size: 14px;
	color: rgba(255,255,255,0.5);
}

.footer_bottom .sonicon {
	position: absolute;
	right: 0;
	bottom: 0;
}

.footer_bottom .sonicon img {
	width: 33px;
	height: 33px;
	margin-left: 10px;
	display: inline-block;
	cursor: pointer;
}

.hezuopartner {
	width: 100%;
	box-sizing: border-box;
	margin-top: 90px;
}

.hezuopartner li {
	float: left;
	margin-right: 4%;
	width: 13.3%;
	margin-bottom: 3%;
	cursor: pointer;
	overflow: hidden;
	box-sizing: border-box;
}

.hezuopartner li:nth-child(6n+6) {
	margin-right: 0;
}

.hezuopartner li img:nth-child(2) {
	display: none;
}

.hezuopartner li img {
	max-width: 100%;
	transition: 0.5s;
	height: auto;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.7;
}

.hezuopartner li img:hover {
	filter: none;
	opacity: 1;
}

.hezuopartner li>div {
	padding: 31%;
	box-sizing: border-box;
	position: relative;
}



.casedetail_more {
	display: none;
}



.headersj-boxer {
	background: #FFFFFF;
}

.navsj {
	display: none;
	position: relative;
	z-index: 100;
	top: 0;
	width: 100%;
	background-color: #160001;
	box-shadow: 0px 2px 7px 0px rgba(3, 0, 0, 0.1);
}

.menu {
	width: 95%;
	z-index: 100;
	position: absolute;
	left: 0;
	top: 72px;
	background: rgba(255, 255, 255, 1);
	padding: 0 4% 50px 4%;
	display: none;
	height: auto;
}

.menu ul>li {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #e0e0e0;
	text-indent: 5px;
	position: relative;
}

.menu ul>li>a {
	display: block;
	line-height: 40px;
	color: #333333;
	padding: 6px 0;
	font-size: 16px;
	width: 80%;
}

.menu ul>.selectTag>.mulu_more {
	transform: rotate(90deg);
	transition: .5s;
}

.menu ul>li li {
	padding: 6px 0;
	line-height: 40px;
	border-bottom: 1px solid #e0e0e0;
	width: 92%;
	overflow: hidden;
}

.menu ul>li li:last-child {
	border: none;
}

.menu ul>li li a {
	color: #666666;
}

.menuejsj {
	width: 100%;
	display: none;
	padding-left: 4%;
}

.menu ul>li>.mulu_more {
	position: absolute;
	top: 0;
	right: 10px;
	width: 20px;
	height: 40px;
	padding: 6px 0;
	background: url(404.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 9px;
	transition: .5s;
}

.navsj .views {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 6%;
	box-sizing: border-box;
}

.navsj .views .navsj_logo a img {
	width: 40px;
}

.navsj .views .btns {
	cursor: pointer;
}

.navsj .views .btns img {
	width: 20px;
}

.footer_bottom .design {
	display: inline-block;
	margin-left: 10px;
}

.footer_bottom .sjbanquan {
	display: none;
}

.sjbanner {
	display: none;
}

.sj_fix_tel {
	display: none;
}

.home_honor {
	margin-top: 230px;
}

.home_honor_swiper {
	overflow: hidden;
}

.home_honor_swiper .home_honor_swiperul {
	display: flex;
	width: 100%;
}

.home_honor_swiperul li {
	width: 340px;
	height: 536px;
	margin-right: 26px;
	box-sizing: border-box;
	border-bottom: 1px solid #dcdcdc;
	cursor: pointer;
}

.home_honor_swiperul li .imgdiv {
	width: 100%;
	height: 460px;
	background-color: #ffffff;
	border: solid 1px #eaeaea;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}

.home_honor_swiperul li .imgdiv img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	transition: 0.5s;
}

.home_honor_swiperul li p {
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	padding: 24px 2% 28px;
}

.home_honor_swiperul li:hover .imgdiv img {
	transform: scale(1.2);
}

.home_honor_con {
	position: relative;
}

.home_honor_con .home_honor_pag {
	bottom: -60px !important;
}

.home_honor_next {
	background: url(../image/index_product_arrows01.png) !important;
	opacity: 1 !important;
	width: 40px !important;
	height: 40px !important;
	background-size: 100% !important;

	top: auto !important;
	bottom: -72px !important;
	right: 44% !important;
}

.home_honor_prev {
	background: url(../image/index_product_arrows02.png) !important;
	opacity: 1 !important;
	width: 40px !important;
	height: 40px !important;
	background-size: 100% !important;
	top: auto !important;
	bottom: -72px !important;
	left: 44% !important;
}

.home_about .general_box {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.home_about .general_box .home_about_son {
	position: absolute;
	left: 30%;
	top: 50%;
	text-decoration: underline;
	font-size: 44px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #000000;
}

.home_about .general_box .home_about_son div:last-child {
	margin-left: 88px;
	margin-top: 15px;
}

.home_about .home_about_left {
	position: relative;
}

.home_about .home_about_left .index_aboutson {
	position: absolute;
	left: -88px;
	bottom: -80px;
	z-index: -1;
}

.home_about .general_box {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding-left: 12.2%;
}

.home_about .home_about_right {
	width: 71%;
	height: 798px;
	background-color: #f8fafb;
	margin-top: 70px;
	box-sizing: border-box;
	padding-top: 102px;
}

.home_about_right .index_about_intro {
	width: 60%;
	margin: auto;

	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #000000;
	line-height: 30px;
}

.home_about_right .index_about_intro .about_tit {
	font-weight: bold;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 30px;
}

.home_about_right .index_about_intro .about_info {
	white-space: pre-line;
	
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 15;
	line-clamp: 15;
	-webkit-box-orient: vertical;
}

.home_about_right .index_about_intro .about_more {
	display: inline-block;
	margin-top: 50px;
	font-size: 14px;
	color: #324496;
}

.home_about_left .index_aboutimg {
	margin-top: 70px;
}
.home_honor_con_sj{
	display: none;
}



.ny_banner {
	width: 100%;
	height: 400px;
	overflow: hidden;
	background-image: url(../image/banner_product@2x.png);
	
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 100px;
}

.product_content{
	width: 1440px;
	max-width: 92%;
	margin: auto;
	overflow: hidden;
	padding: 70px 0 10px 0;
	box-sizing: border-box;
	display: flex;
	justify-content: inherit;
	position: relative;
}
.product_nav{
	width: 200px;
	height: auto;
	overflow: hidden;
	position: absolute;
	top: 80px;
	left: 0;
}
.product_nav a{
	display: block;
	width: 100%;
	height: 72px;
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.product_nav a.pro_active{
	color: #E00024;
}
.product_data{
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin-left: 240px;
}
.product_data ul{
	width:100%;
	height: auto;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
.product_data ul li {
    width: 30%;
    height: auto;
    overflow: hidden;
    margin-right: 4.8%;
    background-color: #fff;
    margin-bottom: 52px;
}
.product_data ul li:nth-child(3n){
	margin-right: 0;
}
.product_data ul li a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 32px 32px 60px 32px; 
	box-sizing: border-box;
	position: relative;
}
.product_data .pro_text{
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.product_data .pro_text i{
	display: block;
	width: 140px;
	height: 1px;
	background: #324496;
}
.product_data .pro_text p{
	font-size: 12px;
	font-weight: 400;
	color: #324496;
	opacity: 0.5;
	margin-left: 20px;
}
.product_data .pro_img{
	width: 100%;
	height: auto;
	max-height: 220px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
.product_data .pro_img img{
	max-width: 100%;
	max-height: 100%;
	display: block;
	transition: all .35s;
}
.product_data ul li a:hover .pro_img img{
	transform: scale(1.05);
	transition: all .35s;
}
.product_data .pro_words{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.product_data p{
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	line-height: 36px;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
}
.product_data span p{
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	line-height: 26px;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
}
.pro_more{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background-color: #324496;
	background-image: url(../image/add.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center center;
}
.product_title{
	width: 100%;
	height: 50px;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	line-height: 50px;
	margin-top: 12px;
	margin-bottom: 30px;
}
.product_group{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.product_detail{
	width: 1440px;
	max-width: 92%;
	margin: auto;
	height: auto;
	overflow: hidden;	
}
.product_bread{
	width: 100%;
	overflow: hidden;
	height: 50px;
}
.product_bread a{
	font-size: 12px;
	font-weight: 400;
	color: #999999;
	line-height: 50px;
	display: inline-block;
}
.product_bread span{
	font-size: 12px;
	font-weight: 400;
	color: #999999;
	line-height: 50px;
	display: inline-block;
	margin: 0 10px;
}
.product_bread a.product_series{
	color: #324496;
}
.product_detcon{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.product_left{
	width: 39%;
	height: auto;
}
.product_left p{
	font-size: 30px;
	font-weight: bold;
	color: #333333;
}
.product_detimg{
	width: 100%;
	height: auto;
	max-height: 420px;
	background: #FFFFFF;
	margin-top: 31px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.product_detimg img{
	max-width: 100%;
	max-height: 100%;
	display: block;
}
.product_right{
	width: 55.5%;
	height: auto;
	overflow: hidden;
}
.product_explain{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 50px 0 0 0;
	box-sizing: border-box;
}
.product_explain span{
	font-size: 30px;
	font-weight: bold;
	color: #324496;
	margin-bottom: 30px;
	display: block;
}
.product_explain p{
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
	text-align: justify;
}
.product_explain img{
	max-width: 100%;
	max-height: 100%;
}
.product_explain .pro_use{
	text-align: left;
	white-space: pre-line;
}
.product_relevant{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-top: 6px solid #324496;
	margin-top: 80px;
}
.pro_cases{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 55px;
}
.pro_cases p{
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	color: #333333;
}
.pro_cases span{
	display: inline-block;
	font-size: 18px;
	color: #333333;
}
.pro_case_con{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 38px;
}
.pro_case_right{
	float: right;
	width: 39%;
	height: auto;
	overflow: hidden;
}
.pro_caseul{
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: auto;
	max-height: 660px;
	overflow: hidden;
	flex-wrap: wrap;
	overflow-y: scroll;
}
.pro_caseul::-webkit-scrollbar{
	width: 3px;
}

.pro_caseul.pro_caseul::-webkit-scrollbar-track {

	background-color: #F9F9F9;

} 

.pro_caseul::-webkit-scrollbar-thumb {

	background-color: rgba(0, 0, 0, 0.2);

} 

.pro_caseul::-webkit-scrollbar-corner {

	background-color: rgba(0, 0, 0, 0.1);

}
.pro_caseul li{
	width: 48.3%;
	height: auto;
	max-height: 204px;
	margin-bottom: 17px;
	background-color: #fff;
}
.pro_caseul li img{
	width: 100%;
	max-height: 100%;
}

.pro_content{
	width: 60%;
	height: auto;
	max-height: 650px;
	float: left;
}
.procase_detail {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.procase_detail img{
	width: 100%;
	height: 100%;
}

.pro_content .procase_detail p{
	width: 100%;
	height: 50px;
	background-color: rgba(0, 0, 0, 0.8);
	color: #ffffff;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
}
.pro_content .procase_detail {
	display:none;
}
.pro_content .procase_detail.pro_select {
	display:block;
}
.procase_introduce{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 50px 45px 22px 45px;
	box-sizing: border-box;
	background: #FFFFFF;
	margin-top: 30px;
	margin-bottom: 80px;
}
.procase_one{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0 0 30px 0;
	box-sizing: border-box;
	
}
.procase_one span{
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	line-height: 48px;
}
.procase_one p{
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	line-height: 30px;
	white-space: pre-line;
}
.procase_two{
	margin-top: 40px;
}
.procase_two span{
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	line-height: 48px;
}
.procase_twocon{
	width: 100%;
	height: 146px;
	background: #F9F9F9;
	padding: 15px 20px;
	box-sizing: border-box;
}
.proanli_con{
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #fff;
	background-image: url(../image/yinhao@2x.png);
	background-repeat: no-repeat;
	background-size: auto;
    background-position: 6% 50%;
	margin-right: 33px;
    padding-left: 190px;
}
.proanli_con p{
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	line-height: 116px;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
}
.pro_page{
	width: 100%;
	height: auto;
	overflow: hidden;
	height: 91px;
	background: #F9F9F9;
	display: flex;
	justify-content: space-between;
	padding: 33px 44px;
	box-sizing: border-box;
}
.pro_page a{
	display: block;
	width:50%;
	height: auto;
	font-size: 18px;
	font-weight: 400;
	color: #666666;
}
.pro_page img{
	width: 25px;
	height: 25px;
	float: left;
}
.pro_page a:nth-child(2){
	text-align: right;
}
.pro_page a:nth-child(2) img{
	float: right;
}

.al_banner{
	background-image: url(../image/Cases@2x.png);
}
.case_data ul{
	width:100%;
	height: auto;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
.case_data ul li {
    width: 31.4%;
    height: auto;
    min-height: 252px;
    max-height: 282px;
    overflow: hidden;
    margin-right: 2.2%;
    margin-bottom: 32px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.case_data ul li img{
	max-width: 100%;
	max-height: 100%;
}
.case_data ul li:hover .case_mark{
	bottom: 0;
	transition: all .35s;
}
.case_mark{
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.52);
	position: absolute;
	bottom: -100%;
	left: 0;
	transition: all .35s;
}
.case_mark p{
	font-size: 19px;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	bottom: 27px;
	width: 100%;
	text-align: center;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
}
.case_data .product_group{
	margin-bottom: 30px;
}

.new_banner{
	background-image: url(../image/banner_news@2x.png);
}
.new_list{
	width: 1440px;
	max-width: 92%;
	height: auto;
	overflow: hidden;
	margin: auto;
}
.new_nav{
	width: 100%;
	height: 50px;
	overflow: hidden;
	border-bottom: 8px solid #F8F8F8;
	display: flex;
	margin-top: 40px;
}
.new_nav div{
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 24px;
	color: #666666;
	cursor: pointer;
}
.new_nav div:hover{
	font-weight: bold;
	color: #333333;
}
.new_nav div.new_active{
	font-weight: bold;
	color: #333333;
}
.newslist_data{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.newslist_data ul{
	display: flex;
	width: 100%;
	height: auto;
	overflow: hidden;
	flex-wrap: wrap;
}
.newslist_data ul li {
    width: 31.25%;
    height: auto;
    overflow: hidden;
    margin-right: 2.2%;
    margin-bottom: 32px;
}

.newslist_data ul li:nth-child(3n){
	margin-right: 0;
}
.newslist_data ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
.newslist_img {
    width: 100%;
    height: auto;
    min-height: 270px;
    max-height: 300px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.newslist_img img{
	max-width: 100%;
	max-height: 100%;
	transition: all .35s;
}
.newslist_text{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 23px;
	box-sizing: border-box;
}
.news_data{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.news_data p{
	font-size: 18px;
	color: #333333;
}
.new_title{
	width: 100%;
	height: auto;
	font-size: 18px;
	font-weight: 400;
	color: #000000;
	margin-top: 32px;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
}
.new_span{
	display: block;
	font-size: 14px;
	font-weight: 300;
	color: #333333;
	margin-top: 20px;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
}
.newslist_text i{
	display: block;
	width: 100%;
	height: 4px;
	background: #000000;
	opacity: 0.3;
	margin-top: 27px;
	transition: all .35s;
}
.newslist_data ul li:hover{
	background-color: #f8f8f8;
}
.newslist_data ul li:hover .newslist_img img{
	transform: scale(1.03);
	transition: all .35s;
}
.newslist_data ul li:hover .newslist_text i{
	background: #324496;
	opacity: 1;
	transition: all .35s;
}

.news_detail{
	width: 100%;
	margin: auto;
	overflow: hidden;
	height: auto;
}
.newsdet_title{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 4px solid #434343;
	padding:25px 0;
	box-sizing: border-box;
	text-align: center;
}
.newsdet_title p{
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}
.newsdet_title span{
	font-size: 14px;
	color: #333333;
	display: block;
	margin-top: 20px;
}
.news_det_con{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 40px 0;
	box-sizing: border-box;
}
.news_det_con p{
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 32px;
	white-space: pre-line;
	text-align: justify;
}
.news_page{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-top: 4px solid #434343;
	padding: 47px 0;
	box-sizing: border-box;
}
.news_page a{
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	line-height: 40px;
}
.news_page a:hover{
	color: #324496;
}



.honor_banner{
	background-image: url(../image/banner_honor@2x.png);
}
.honor_content{
	padding-bottom: 70px;
}
.honor_content_tit{
	text-align: center;
	font-size: 40px;
	font-weight: 400;
	color: #333333;
	margin: 90px 0 70px;
}
.honor_content_tit .line{
	width: 27px;
	height: 5px;
	background: #A3A7B0;
	margin: auto;
	margin-top: 24px;
}
.honor_content_list{
	width: 100%;
}

.honor_content_list li{
	float:left;
	width: 340px;
	height: auto;
	background: #FFFFFF;
	margin-right: 26.5px;
	box-sizing: border-box;
	margin-bottom: 60px;
}
.honor_content_list li:nth-child(4n+4){
	margin-right: 0;
}
.honor_content_list li .imgbox{
	width: 100%;
	height: 460px;
	background: #FFFFFF;
	border: 1px solid #EAEAEA;
	position: relative;
	overflow: hidden;
	padding: 30px;
	box-sizing: border-box;
	cursor: pointer;
}
.honor_content_list li .imgbox img{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	transition: 0.5s;
}
.honor_content_list li .imgbox:hover img{
	transform: scale(1.2);
}

.honor_content_list li p{
	padding: 30px 10px;
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	border-bottom: 1px solid #EAEAEA;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}

.honor_content_more{
	width: 220px;
	height: 60px;
	background: #F5F5F5;
	margin-top: 70px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 48px;
	font-weight: 400;
	color: #092F60;
}



.customer_banner{
	background-image: url(../image/banner_fwkh@2x.png);
}
.customer_content{
	padding-bottom: 40px;
}

.customer_list {
	width: 100%;
	box-sizing: border-box;
	padding-top: 20px;
}

.customer_list li {
	float: left;
	    margin-right: 3%;
	    width: 11.7%;
	    margin-bottom: 4%;
	cursor: pointer;
	overflow: hidden;
	box-sizing: border-box;
}

.customer_list li:nth-child(7n+7) {
	margin-right: 0;
}


.customer_list li img {
	max-width: 100%;
	transition: 0.5s;
	height: auto;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	
	
	
	
	
	
}






.customer_list li>div {
	padding: 35%;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}



.contactus_banner{
	background-image: url(../image/banner_contact@2x.png);
}

.contactus_content_infos{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 70px;
}

.contactus_content_infos .left{
	width: auto;
}
.contactus_content_infos .tel{
	font-size: 32px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 50px;
}
.contactus_content_infos .tel span{
	color: #E00024;
}
.contactus_content_infos ul{
	font-size: 19px;
	font-weight: 400;
	color: #666666;
	line-height: 40px;
}

.contactus_content_infos .right{
	width: 494px;
	height: 355px;
	background: url(../image/bg_erweima@2x.png);
	background-size: 100% 100%;
	box-sizing: border-box;
	padding: 50px 44px;
	display: flex;
}
.contactus_content_infos .right .weixin{
	width: 65px;
	height: 65px;
	margin-top: 16px;
	margin-right: 22px;
}

.contactus_content_infos .right .line{
	width: 27px;
	height: 5px;
	background: #324496;
}
.contactus_content_infos .right .guanzhu{
	font-size: 19px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 27px;
	margin-top: 16px;
}
.contactus_content_infos .right p{
	font-size: 27px;
	font-weight: bold;
	color: #5264B8;
	opacity: 0.66;
	margin: 20px 0;
}
.contactus_content_infos .right .erweima{
	width: 128px;
	height: 128px;
}

.BMapLabel{
	border: none !important;
	left: -10px !important;
	top: -60px !important;
	font-size: 14px !important;
	padding: 10px 20px !important;
	box-shadow:2px 2px 5px 1px #333 !important;
	display: none !important; 
}


.aboutus_banner{
	background-image: url(../image/banner_about@2x.png);
}
.aboutus_content .home_about_right{
	background: none;
	height: auto;
}
.aboutus_content .home_about_right .index_about_intro .about_info {
    -webkit-line-clamp: inherit;
    line-clamp: inherit;
}
.aboutus_content{
	padding-bottom: 130px;
}
.aboutus_achievement{
	background-color: #F8FAFB;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 125px 100px 50px 12.2%;
	display: flex;
}

.aboutus_achievement_left{
	margin-right: 66px;
	font-size: 40px;
	font-weight: 400;
	color: #333333;
	
}
.aboutus_achievement_left .tit{
	display: flex;
	align-items: center;
}
.aboutus_achievement_left .line{
	width: 27px;
	height: 5px;
	background: #A3A7B0;
	margin-right: 30px;
}
.aboutus_achievement_right{
	position: relative;
}

.aboutus_achievement_right ul li{
	width: 48px;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 48px;
	cursor: pointer;
}
.achievement_right_active{
	color: #E00024 !important;
}
.aboutus_achievement_right .sonswiper{
	position: absolute;
	left: 110px;
	top:-262px;
	overflow: hidden;
	
	height: 1042px;
	width: 633px;
	display: none;
	
}
.ach_swier_show{
	display: block !important; 
}

.aboutus_achievement_right .sonswiper .achswiper_con{
	width: 100%;
	height: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.aboutus_achievement_right .sonswiper .achswiper_con .swiper-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
}


.aboutus_achievement_right .sonswiper .achswiper_con .swiper-slide{
    height: 340px !important;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aboutus_achievement_right .sonswiper .achswiper_con img{
	max-width: 100%;
	max-height: 100%;
	
	
}
.achswiper_con .swiper-slide{
	cursor: pointer;
	position: relative;
}


.achswiper_con .swiper-slide .mask{
	position: absolute;
	z-index: 99;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	
}




.achswiper_con .swiper-slide-next .mask{
	display: none;
}
.achswiper_con .swiper-slide .soninfo{
	width: 344px;
	height: 90px;
	background: #FFFFFF;
	opacity: 0.8;
	position: absolute;
	right: 0;
	bottom: 0;
	box-sizing: border-box;
	font-size: 21px;
	font-weight: 400;
	color: #333333;
	display: none;
	transition: 0.5s;
	z-index: 999;
	overflow: hidden;
	padding: 0 25px;
}
.achswiper_con .swiper-slide .soninfo .tit{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 25px;
	box-sizing: border-box;
}
.achswiper_con .swiper-slide .soninfo img{
	width: 40px;
	height: 40px;
}

.achswiper_con .swiper-slide-next .soninfo{
	display: block;
}







.aboutus_equipment{
	padding-top: 150px;
	padding-bottom: 75px;
}


.aboutus_equipment .top,
.aboutus_equipment .bot{
	display: flex;
	justify-content: space-between;
}
.aboutus_equipment .top .lefimg{
	width: 711px;
	height: 475px;
}
.aboutus_equipment .top .rigimg{
	width: 364px;
	height: 473px;
}
.aboutus_equipment .top ul{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.aboutus_equipment .top ul img{
	width: 357px;
	height: 233px;
}
.aboutus_equipment .top{
	margin-bottom: 4px;
}


.aboutus_equipment .bot div:first-child img{
	width: 317px;
	height: 283px;
}
.aboutus_equipment .bot div:nth-child(2) img{
	width:567px;
	height: 283px;
}
.aboutus_equipment .bot div:nth-child(3) img{
	width:542px;
	height: 283px;
}
.aboutus_equipment .lefimgbox,
.aboutus_equipment .rigimgbox,
.aboutus_equipment .top ul li,
.aboutus_equipment .bot>div
{
	position: relative;
	cursor: pointer;
}


.equipment_mask{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 99;
	transition: 0.5s;
	display: none;
}

.aboutus_equipment .lefimgbox:hover .equipment_mask,
.aboutus_equipment .rigimgbox:hover .equipment_mask,
.aboutus_equipment .top ul li:hover .equipment_mask,
.aboutus_equipment .bot>div:hover .equipment_mask
{
	
	background: rgba(0, 0, 0, 0);
}



.result .aboutnav{
	height: 40px; 
 }
 .result .abouti {
	 top: 7px;
 }
 .resultul{
	 width: 92%;
	 max-width: 1440px;
	 background-color: #fff;
	 margin: 30px auto 0;
 }
 .result_con{
	 margin-top: 90px;
 }
 .res_title{
	 font-family: 'MicrosoftYaHei';
	 font-size: 22px;
	 line-height: 25px;
	 color: #333333;
 }
 .res_content{
	 width: 100%;
	 height: auto;
	 overflow: hidden;
	 display: flex;
	 margin-top: 40px;
 }
 .res_img{
	 width: 224px;
	 height: 126px;
 }
 .res_img img{
	 max-width: 100%;
	 max-height: 100%;
 }
 .sresultcon {
	 padding: 30px 39px;
 }
 .sresultcon p:first-child{
	 font-family: 'MicrosoftYaHei';
	 font-size: 14px;
	 line-height: 25px;
	 color: #999999;
 }
 .sresultcon p:nth-child(2){
	 font-family: MicrosoftYaHei;
	 font-size: 20px;
	 line-height: 35px;
	 color: #333333;
 }
 .sresultcon p:nth-child(2) span{
	 color: #fe0c0c;
 }
 .newslist{
    width: 100%;
    margin: 0 auto 0;
    height: auto;
    overflow: hidden;
    background-color: #fff;
}
.newslist ul li{
    width: 100%;
    height: auto;
    margin: auto;
    overflow: hidden;
    padding: 41px 0px;
    border-bottom: 1px solid #DEE2E9;
}
.newslist ul li a{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}
.newslist ul li a:hover .date{
    opacity: 1;
    transition: all .35s;
}
.newslist ul li a:hover .newsnr span{
    color: #324496;
    transition: all .35s;
}
.date{
    font-size: 24px;
    font-weight: 400;
    color: #324496;
    opacity: 0.6;
    float: left;
    transition: all .35s;
}
.newsnr{
    float: right;
    width: 86%;
    height: auto;
    overflow: hidden;
}
.newsnr span{
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    transition: all .35s;
}
.newsnr p{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 25px;
    margin-top: 19px;
}
.news_tongs{
    width: 100%;
    height: 27px;
    background-color: #E8EBF0;
    margin-top: 50px;
}
.news_nr{
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
.newsmore{
    width: 307px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #324496;
    margin: 33px auto 25px;
}
.newsmore ul{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.newsmore ul li{
    width: 9px;
    height: 9px;
    background: #324496;
    padding: 0;
    border: 0;
    margin:0 6px 0 6px;
}
.newsmore ul li:nth-child(2){
    opacity: 0.8;
}
.newsmore ul li:nth-child(3){
    opacity: 0.6;
}
.newsmore:hover{
    background: #324496;
}
.newsmore:hover ul li{
    background: #FFFFFF;
}
.abricon{
	width: 92%;
	max-width: 1440px;
	height: auto;
	overflow: hidden;
	margin: auto;
}
.home_honor_sjswiper {
    width: 100%;
    overflow: hidden;
}