@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑","sans-serif","Source Sans Pro",-apple-system,BlinkMacSystemFont;
	background: #fff;
	font-size: 16px;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input,
select,
textarea {
	outline: 0;
	margin: 0;
	padding: 0;
	font-family: "微软雅黑","sans-serif","Source Sans Pro",-apple-system,BlinkMacSystemFont;
}
table {
  border-collapse: collapse;
}
img {
	border: 0;
	display: inline-block;
	max-width: 100%;
	width: auto;
	vertical-align: top;
}
ul,
li {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cl {
	clear: both;
}
.clear:after {
	content:"";
	display: block;
	clear:both;
}
.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bigimg img {
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.bigimg:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.to1{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.to2{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.content {
	width: 1680px;
	margin: 0 auto;
}
.phone {
	display: none;
}
/* [v-cloak]{
	display: none;
} */

@font-face {
	font-family: "Techna-Sans-Regular";
	src:url("../fonts/Techna-Sans-Regular.otf") format("opentype"),
		url("../fonts/Techna-Sans-Regular.ttf") format("truetype"),
		url("../fonts/Techna-Sans-Regular.woff") format("woff");
}


/*首页*/
.ind .header{
	background: none;
	border-bottom: solid 1px rgba(255, 255, 255, 0.2);
	box-shadow:none;
}
.ind .header.head_bg{
	background: rgba(2, 68, 130, 0.4) !important;
}
.ind .header .img01{
	display: none;
}
.ind .header .img02{
	display: block;
}
.ind .nav li{
	color: #fff;
}
.ind .nav i{
	background: #fff;
}
.header{
	width: 100%;
	height: 100px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 90;
}
.logo{
	float: left;
	width: 440px;
	margin-top: 19px;
}
.logo img{
	width: 100%;
}
.img02{
	display: none;
}
.menu,.nav02,.nav03,#menu{
	display: none;
}
.nav{
	float: right;
}
.nav li{
	float: left;
	line-height: 100px;
	padding: 0 25px;
	color: #333;
	font-size: 16px;
	position: relative;
}
.nav a{
	display: block;
	position: relative;
}
.nav i{
	width: 100%;
	height: 2px;
	background: #333;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: scale(0,0);
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.nav li:hover i{
	transform: scale(1,1);
}
.nav li.on i{
	transform: scale(1,1);
}
.nav li:hover .subnav{
	display: block;
}
.subnav{
	width: 240px;
	background: #fff;
	padding: 18px 0;
	position: absolute;
	top: 100px;
	left: -65px;
	display: none;
}
.subnav li{
	float: none;
	text-align: center;
	line-height: 24px;
	color: #666 !important;
	font-size: 16px;
	padding: 0;
	margin-bottom: 16px;
}
.subnav li:last-child{
	margin: 0;
}
.subnav li:hover{
	color: #0379c3 !important;
}

.index{
	height: 100vh;
}
.page_h{
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.box{
	width: 100%;
	height: 100%;
	padding-top: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
  }
.banner{
	width: 100%;
	position: relative;
}
.banner img{
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.bn_box{
	width: 100%;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 5;
}
.bn_box h1{
	font-size: 36px;
	line-height: 50px;
	font-weight: normal;
}
.bn_box h2{
	font-size: 26px;
	line-height: 36px;
	font-weight: lighter;
}
.bn_pic{
	width: 716px;
	border-bottom: solid 1px rgba(255, 255, 255, 0.4);
	padding-bottom: 30px;
	margin: 26px 0;
}
.bn_pic img{
	width: 100%;
	height: auto;
}
.bn_mouse{
	width: 26px;
	height: 36px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 42px;
	z-index: 2;
}
.bn_mouse img{
	width: 100%;
	height: 100%;
	animation: bounce-down 2s linear infinite;
}
@-webkit-keyframes bounce-down {
	25% {
		-webkit-transform: translateY(-10px);
	}
	50%, 100% {
		-webkit-transform: translateY(0);
	}
	75% {
		-webkit-transform: translateY(10px);
	}
}

.about_bg{
	background: #f8f8f8;
}
.about_box{
	position: relative;
	z-index: 1;
}
.about_pic{
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
}
.about_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.about_pic:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.about_left{
	width: 745px;
	position: relative;
	padding-bottom: 206px;
}
.about_tit{
	color: #666;
	font-size: 24px;
	font-weight: lighter;
	line-height: 40px;
}
.about_tit h1{
	color: #333;
	font-size: 40px;
	line-height: 54px;
	margin: 18px 0 44px;
}
.about{
	color: #777;
	font-size: 16px;
	line-height: 30px;
	height: 240px;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-bottom: 44px;
}
.about_box .more{
	margin: 0;
}
.more{
	width: 160px;
	height:50px;
	background: #0379c3;
	color: #fff;
	font-size: 16px;
	margin: 0 auto;
	z-index:5;
	position:relative;
	overflow:hidden;
}
.more a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.more img{
	width: 15px;
	height: 9px;
	margin-left: 8px;
}
.more:before {
	content: "";
	width: 0;
	height: 100%;
	background: #0058a6;
	position: absolute;
	right: 0;
	bottom: 0;
	transition: 0.5s;
	z-index: -1;
}
.more:after {
	position: absolute;
	left:-10px;
	bottom: 0;
	z-index: -2;
	content: "";
	box-sizing: border-box;
	transition: 0.5s;
	width:110%;
	height: 100%;
	border-radius: 30px;
}
.more:hover:before,.more.active:before {
	width: 100%;
	right: auto;
	left: 0;
}
.about_list{
	width: 974px;
	background: #fff;
	padding: 42px 62px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}
.about_list ul{
	display: flex;
	justify-content: space-between;
}
.about_list li{
	padding: 0 6px;
	color: #999;
	font-size: 18px;
	line-height: 30px;
	position: relative;
}
.about_list i{
	width: 1px;
	height: 30px;
	background: #ccc;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -35%;
}
.about_list li:last-child i{
	display: none;
}
.about_list h1{
	color: #0379c3;
	font-size: 40px;
	font-family: "Techna-Sans-Regular";
	margin-bottom: 8px;
}

.product_bg{
	background: url(../images/ind_05.jpg) no-repeat center top;
	background-size: cover;
}
.product_tit{
	width: 100%;
	text-align: center;
	line-height: 46px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.product_tit h1{
	font-size: 46px;
	line-height: 60px;
	color: #fff;
}
.product_tit div{
	color: rgba(255, 255, 255, 0.2);
	font-size: 30px;
	font-weight: lighter;
}
.product_type{
	width: 100%;
	text-align: center;
}
.product_type li{
	display: inline-block;
	line-height: 44px;
	color: #bbcbd6;
	font-size: 20px;
	padding: 0 50px;
	position: relative;
	cursor: pointer;
}
.product_type i{
	width: 1px;
	height: 20px;
	background: rgba(255, 255, 255, 0.5);
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.product_type li:last-child i{
	display: none;
}
.product_type li:hover{
	color: #fff;
	font-weight: bold;
}
.product_type li.on{
	color: #fff;
	font-weight: bold;
}
.product_box{
	padding-top: 40px;
}
.product{
	padding-bottom: 50px;
}
.product .swiper-slide{
	height: 420px;
	padding: 22px;
	background: #fff;
	border-radius: 10px;
}
.product_pic{
	height: 240px;
	overflow: hidden;
}
.product_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product_tt{
	color: #222;
	font-size: 20px;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin: 17px 0 11px;
}
.product_txt{
	color: #888;
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.product .swiper-slide:hover .product_tt{
	color: #006aad;
}
.product_more{
	width: 160px;
	height: 50px;
	background: #fff;
	color: #666;
	font-size: 16px;
	margin: 0 auto;
}
.product_more a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.product_more img{
	width: 15px;
	height: 9px;
	margin-left: 8px;
}

.case_bg{
	background: url(../images/ind_08.jpg) no-repeat center top;
	background-size: cover;
}
.case_tit{
	width: 100%;
	text-align: center;
	line-height: 46px;
	text-transform: uppercase;
	margin-bottom: 50px;
}
.case_tit h1{
	font-size: 46px;
	line-height: 60px;
	color: #222;
}
.case_tit div{
	color: #999;
	font-size: 30px;
	font-weight: lighter;
}
.case{
	margin-bottom: 50px;
}
.case_pic{
	width: 100%;
	height: 380px;
	border-radius: 10px;
	overflow: hidden;
}
.case_pic img {
	width: 100%;
	height: 100%;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.case_pic:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.case_bot{
	height: 60px;
	padding: 0 40px 0 7px;
	position: relative;
}
.case_bot img{
	width: 15px;
	height: 9px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 13px;
	opacity: 0;
}
.case_bot .text{
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #222;
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.case .swiper-slide:hover .case_bot img{
	opacity: 1;
}
.case .swiper-slide:hover .text{
	color: #0379c3;
}

.solution_bg{
	background: url(../images/ind_11.jpg) no-repeat center top;
	background-size: cover;
}
.solution_bg .product_tit{
	margin-bottom: 70px;
}
.solution_bg .product_tit div{
	color: #fff;
}
.solution_top{
	height: 487px;
}
.solution_top .swiper-slide{
	color: #fff;
}
.solution_tit{
	font-size: 36px;
	line-height: 52px;
	font-weight: bold;
	margin-bottom: 17px;
}
.solution_tt{
	width: 50%;
	font-size: 20px;
	line-height: 30px;
}
.solution_top i{
	display: block;
	width: 50px;
	height: 3px;
	background: #fff;
	margin: 34px 0 36px;
}
.solution_txt{
	width: 50%;
	font-size: 16px;
	font-weight: lighter;
	line-height: 40px;
	height: 120px;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-bottom: 48px;
}
.solution_more{
	width: 68px;
	height: 68px;
}
.solution_more img{
	width: 100%;
	height: 100%;
}
.solution_line{
	width: 200%;
	height: 1px;
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	top: 19px;
	left: -50%;
}
.solution_bot{
	height: 75px;
}
.solution_bot .swiper-slide{
	text-align: center;
	padding-top: 15px;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	cursor: pointer;
}
.solution_bot .swiper-slide span{
	width: 7px;
	height: 7px;
	background: #fff;
	display: block;
	border-radius: 50%;
	margin: 0 auto 15px;
	position: relative;
}
.solution_bot .swiper-slide span i{
	width: 19px;
	height: 19px;
	background: rgba(255, 255, 255, 0.2);
	display: block;
	border-radius: 50%;
	position: absolute;
	top: -6px;
	left: -6px;
}
.solution_bot .swiper-slide-thumb-active span i{
	-webkit-animation: scaleAnimate 2s linear infinite;
}
@-webkit-keyframes scaleAnimate {
  0% {
      -webkit-transform: scale(1);
      opacity: 0;
  }

  50% {
      -webkit-transform: scale(1.4);
      opacity: 1;
  }

  100% {
      -webkit-transform: scale(1.8);
      opacity: 0;
  }
}

.partner{
	width: 100%;
}
.partner li{
	float: left;
	width: 18%;
	height: 160px;
	background: #f5f5f5;
	border-radius: 10px;
	margin: 0 2% 30px 0;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.partner img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.partner li:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.img_modal{
  position: fixed;
  width: 100%;
	height: 100% !important;
	background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}
.img_modal_box{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.img_modal_con{
	width: 70%;
	position: relative;
}
.img_modal_show{
  display: block;
}
.img_modal .img_modal_img{
  width: 100%;
	height: auto;
}
.img_modal .img_modal_img img{
  width: 100%;
	height: 100%;
  background: #fff;
	border: solid 1px #ddd;
}
.img_modal_header{
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: -60px;
  right: 0;
}
.img_modal_header img{
  width: 50px;
  height: 50px;
}
.img_modal_header img:nth-last-child(1){
  width: 50px;
  cursor: pointer;
}


.footer_box{
	height: auto;
}
.footer_bg{
	width: 100%;
	background: url(../images/ind_14.jpg) no-repeat center top;
	background-size: cover;
}
.foot_top{
	width: 100%;
	height: 138px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.f_logo{
	width: 454px;
}
.f_logo img{
	width: 100%;
}
.f_nav li{
	float: left;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	margin-right: 76px;
}
.f_nav li:last-child{
	margin: 0;
}
.f_line{
	border-top: solid 1px rgba(255, 255, 255, 0.2);
	border-bottom: solid 1px rgba(255, 255, 255, 0.2);
	padding: 32px 0 22px;
}
.f_con{
	float: left;
	width: 50%;
	color: #cacaca;
	font-size: 16px;
	line-height: 34px;
}
.f_con span{
	font-family: "Techna-Sans-Regular";
	font-size: 30px;
	color: #fff;
}
.share{
	float: right;
}
.share li{
	float: left;
	width: 64px;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	color: #bebebe;
	margin-right: 31px;
	position: relative;
	cursor: pointer;
}
.share li:last-child{
	margin: 0;
}
.share img{
	width: 64px;
	height: 64px;
	margin-bottom: 13px;
}
.share_code{
	width: 140px;
	height: 140px;
	padding: 8px;
	background: #fff;
	border-radius: 5px;
	position: absolute;
	top: -160px;
	left: -38px;
	z-index: 2;
	display: none;
}
.share_code img{
	width: 100%;
	height: 100%;
	margin: 0;
}
.share li:hover .share_code{
	display: block;
}
.copyright{
	width: 100%;
	text-align: center;
	line-height: 30px;
	padding: 20px 0;
	color: #c9c9c9;
	font-size: 14px;
}
.copyright a{
	padding: 20px 0;
}


/* 关于诺尔 */
.main_bn{
	width: 100%;
	height: 500px;
	margin-top: 100px;
	position: relative;
}
.main_bn img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bn_text{
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 24px;
	line-height: 40px;
	text-transform: uppercase;
	position: absolute;
	top: 45%;
	transform: translateY(-45%);
	left: 0;
	z-index: 2;
}
.bn_text h1{
	font-size: 40px;
	line-height: 60px;
}

.type_bg{
	width: 100%;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding: 20px 0;
	line-height: 34px;
}
.path{
	float: left;
	background: url(../images/about_04.png) no-repeat left center;
	background-size: 24px 23px;
	padding-left: 32px;
	font-size: 18px;
}
.path span{
	color: #003a8b;
}
.type{
	float: right;
}
.type ul{
	margin-right: -85px;
}
.type li{
	float: left;
	color: #454545;
	font-size: 18px;
	margin-right: 85px;
}
.type li.on{
	color: #0379c3;
}

.com_box{
	padding: 60px 0 80px;
	overflow: hidden;
}
.com_t{
	margin-bottom: 70px;
	overflow: hidden;
}
.com_left{
	float: left;
	width: calc(100% - 773px);
	padding-right: 50px;
}
.com_left .title{
	text-align: left;
	line-height: 62px;
	margin: 16px 0 40px;
}
.com_left .about{
	color: #333;
	margin-bottom: 34px;
}
.com_left .more{
	margin: 0;
}
.com_pic{
	float: right;
	width: 770px;
	height: 560px;
	border-radius: 10px;
	overflow: hidden;
}
.com_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.com_pic:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.com_list{
	width: 100%;
	padding: 0 124px 0 72px;
}
.com_list ul{
	display: flex;
	justify-content: space-between;
}
.com_list li{
	color: #333;
	font-size: 22px;
	line-height: 36px;
	position: relative;
}
.com_list h1{
	height: 66px;
	font-weight: normal;
	margin-bottom: 10px;
}
.com_list h1 b{
	font-size: 58px;
	color: #0379c3;
	font-family: "Techna-Sans-Regular";
	line-height: 66px;
}
.com_list h1 span{
	font-size: 18px;
	padding-left: 10px;
	line-height: 32px;
	vertical-align: bottom;
}
.com_list i{
	width: 1px;
	height: 76px;
	display: block;
	background: #dfdfdf;
	position: absolute;
	top: 12px;
	right: -150%;
}
.com_list li:last-child{
	padding: 0;
	margin: 0;
}
.com_list li:last-child i{
	display: none;
}
.com_list li:nth-child(2) i{
	right: -120%;
}

.culture{
	width: 100%;
	height: 875px;
	background: url(../images/about_01.jpg) no-repeat center top;
	background-size: cover;
}
.culture .swiper-slide{
	border-right: solid 1px rgba(255,255,255,0.3);
	background: rgba(0,0,0,0.5);
}
.culture .swiper-slide:hover{
	background: none;
}
.culture .swiper-slide:hover .culture_con{
	top: 280px;
}
.culture .swiper-slide:hover .culture_con h1{
	color: #de2434;
}
.culture_con{
	width: 56%;
	color: #fff;
	position: absolute;
	left: 22%;
	top: 470px;
	z-index: 2;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.culture_con h1{
	font-size: 76px;
	line-height: 70px;
	background: linear-gradient(to bottom, rgba(255,255,255,0.5), rgba(255,255,255,0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.culture_con h2{
	font-size: 40px;
	line-height: 66px;
}
.culture_con i{
	width: 37px;
	height: 2px;
	display: block;
	background: #fff;
	margin: 21px 0 39px;
}
.culture_con .txt{
	line-height: 36px;
	text-align: justify;
}

.honor_box{
	padding-top: 100px;
	overflow: hidden;
}
.honor{
	position: relative;
}
.honor_pic{
	width: 100%;
	height: 220px;
	overflow: hidden;
	margin-bottom: 20px;
}
.honor_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.honor_pic:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.honor .txt{
	width: 100%;
	text-align: center;
	line-height: 38px;
	height: 38px;
	color: #333;
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.img_modal_con02{
	width: 40%;
	position: relative;
}

.join_box{
	padding-top: 100px;
	overflow: hidden;
}
.join_tit{
	height: 70px;
	background: #003a8b;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}
.join_tit div{
	float: left;
}
.j01{
	width: 20%;
	padding-left: 52px;
}
.j02{
	width: 22.3%;
	text-align: center;
}
.j03{
	width: 22%;
	text-align: center;
}
.j04{
	width: 22.9%;
	text-align: center;
}
.j05{
	width: 11%;
	text-align: center;
}
.join{
	width: 100%;
}
.join li{
	margin-bottom: 10px;
}
.join_top{
	color: #000033;
	font-size: 16px;
	height: 70px;
	background: #f7f8fc;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.join_top .j05{
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.join_top em{
	display: block;
	width: 38px;
	height: 38px;
	background: url(../images/about_02.png) no-repeat;
	background-size: 100% 100%;
}
.join li.on em{
	background: url(../images/about_03.png) no-repeat;
	background-size: 100% 100%;
}
.join_con{
	padding: 25px 52px 75px;
	background: #f7f8fc;
	color: #333;
	font-size: 16px;
	line-height: 40px;
	text-align: justify;
	margin-top: 2px;
	display: none;
}
.join_con h1{
	font-size: 16px;
}

.contact_box{
	padding: 100px 0;
	overflow: hidden;
}
.map{
	float: left;
	width: 50%;
	height: 490px;
	border: solid 1px #c1c0bc;
}
.BMapLabel{
	display: none !important;
}
.BMap_bubble_title{
	font-size: 16px;
	color: #222;
	margin-bottom: 6px;
}
.BMap_bubble_content{
	color: #999;
	font-size: 14px;
}
.BMap_shadow{
	display: none !important;
}
.contact{
	float: right;
	width: 44%;
	padding-top: 34px;
}
.contact li{
	color: #333;
	font-size: 18px;
	line-height: 30px;
	min-height: 62px;
	position: relative;
	padding-left: 94px;
	margin-bottom: 47px;
}
.contact img{
	width: 61px;
	height: 61px;
	position: absolute;
	top: 0;
	left: 0;
}
.contact h1{
	font-size: 18px;
	line-height: 32px;
}


/* 产品展示 */
.main{
	padding: 50px 0 80px;
}
.pro_left{
	float: left;
	width: 320px;
}
.pro_tit{
	width: 100%;
	line-height: 90px;
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	padding-left: 30px;
	background: #003f94;
	margin-bottom: 2px;
}
.pro_type{
	width: 100%;
	border: 1px solid #e5ebf1;
	padding: 10px;
}
.pro_type li{
	line-height: 30px;
	color: #333;
	font-size: 18px;
	background: #f6f8fa;
	height: 80px;
	padding: 0 30px;
	display: flex;
	align-items: center;
	cursor: pointer;
	margin-bottom: 8px;
}
.pro_type li.on{
	background: #dadce7;
	color: #294189;
	font-weight: bold;
}
.pro_right{
	float: left;
	width: calc(100% - 320px);
	padding-left: 40px;
}
.pro{
	width: 100%;
}
.pro ul{
	margin-right: -2%;
}
.pro li{
	float: left;
	width: 23%;
	height: 410px;
	padding: 15px 20px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	margin: 0 2% 30px 0;
}

.page{
	width: 100%;
	text-align: center;
	font-size: 16px;
	padding-top: 30px;
}
.page a{
	width: 50px;
	line-height: 50px;
	background: #f6f6f6;
	color: #999;
	border-radius: 5px;
	margin: 0 4px;
	display: inline-block;
	cursor: pointer;
}
.page a:hover{
	background: #0056bb;
	color: #fff;
}
.page a.on{
	background: #0056bb;
	color: #fff;
}
.page a.st{
	font-family: 宋体;
	font-weight: bold;
}


/* 资讯中心 */
.news_list{
	width: 100%;
}
.news_list li{
	padding-bottom: 25px;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 30px;
}
.newsimg{
	float: left;
	width: 310px;
	height: 210px;
	overflow: hidden;
}
.newsimg img {
	width: 100%;
	height: 100%;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.newsimg:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.news_r{
	float: left;
	width: calc(100% - 310px);
	padding-left: 30px;
}
.news_list li:hover .news_r h1{
	color: #0056bb;
}
.news_r h1{
	color: #333;
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_r h2{
	color: #1760b7;
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	margin-bottom: 15px;
}
.news_r div{
	color: #333;
	font-size: 16px;
	line-height: 30px;
	height: 90px;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
}


/* 解决方案 */
.show_tit{
	color: #333;
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
	border-bottom: solid 2px #f5f5f5;
	padding-bottom: 18px;
	margin-bottom: 30px;
	position: relative;
}
.show_tit i{
	width: 103px;
	height: 6px;
	background: url(../images/icon.png) no-repeat;
	background-size: 100% 100%;
	display: block;
	position: absolute;
	left: 0;
	bottom: -2px;
}
.show{
	font-size: 18px;
	line-height: 36px;
	text-align: justify;
}
.show img{
	height: auto;
}


/* 工程案例 */
.case_list{
	width: 100%;
}
.case_list ul{
	margin-right: -2%;
}
.case_list li{
	float: left;
	width: 18%;
	margin: 0 2% 20px 0;
}
.case_list li:hover .case_bot img{
	opacity: 1;
}
.case_list li:hover .text{
	color: #0379c3;
}


/* 详情 */
.main_w{
	width: 1300px;
	margin: 0 auto;
}
.show_tt{
	width: 100%;
	text-align: center;
	line-height: 40px;
	color: #333;
	font-size: 20px;
	margin: 10px 0 20px;
}
.show_t{
	width: 100%;
	text-align: center;
	color: #999;
	font-size: 16px;
	padding: 15px 0;
	border-top: solid 1px #e2e2e2;
	border-bottom: solid 1px #e2e2e2;
	margin: 0 auto 40px;
}
.fanye{
	padding-top: 20px;
	margin-top: 40px;
	border-top: solid 1px #e2e2e2;
}
.fanye li{
	color: #666;
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.fanye li a:hover{
	color: #1760b7;
}