/* CSS Document */
/* Í¨ÓÃ */
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
select {
	margin: 0;
	padding: 0;
}

i,
b {
	font-style: normal;
}

body {
	font-size: 12px;
	font-family: 'Microsoft YaHei';
	background: #fcfcfc;
}

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

a:hover {
	/* color: #f7f7f7 !important; */
	/* text-decoration: underline */
}

em {
	font-style: normal
}

li {
	list-style: none
}

img {
	border: 0;
	vertical-align: middle
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

.main {
	min-width: 1200px;
	margin: 0 auto;
}

.top {
	width: 1200px;
	margin: 35px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.search {
	display: flex;
	justify-content: flex-start;
	margin-top: 15px;
}

.top .search_input {
	outline: none;
	height: 30px;
	padding: 0 10px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	font-size: 16px;
	box-sizing: border-box;
	border-top: 1px solid #367ABF;
	border-bottom: 1px solid #367ABF;
	border-left: 1px solid #367ABF;
}

.search_btn .ser_button {
	background-color: #367ABF;
	border: none;
	color: white;
	padding: 0px 15px;
	line-height: 30px;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 0;
	cursor: pointer;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
}
.search_btn .ser_button:hover {
	background-color: #50A9EB;
	color: white;
}

.menu {
	width: 100%;
	background: #015BB5;
	position: relative;
	z-index: 10000;
}

.menu .nav {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	position: relative;
	z-index: 1;
}

.menu .nav li a:hover {
	background: #50A9EB;
}

.menu .nav li a {
	display: block;
	padding: 15px 30px;
	color: white;
	font-size: 16px;
	/* border-right: 1px solid #013D79; */
}

.nav .nLi {
	float: left;
	position: relative;
	display: inline;
}

.sub {
	display: none;
	left: 0;
	top: 50px;
	position: absolute;
	background: #015BB5;
}

/* .nli2 {
	position: relative;
} */

.sub2 {
	display: none;
	right: -157px;
	top: 0;
	position: absolute;
	background: #015BB5;
}

.sub3 {
	display: none;
	right: -173px !important;
	top: 0;
	position: absolute;
	background: #015BB5;
}

/* .nav .sub2 li {
	zoom: 2;
	text-align: center;
} */

.nav .sub li {
	zoom: 1;
	text-align: center;
	white-space: nowrap;
}

.nav #sub a {
	display: block;
	padding: 15px 22px !important;
	color: white;
	font-size: 16px;
	border-bottom: 1px solid #E1E1E1;
}

/* .nav .sub a:last-child {
	border-bottom: 0;
} */

.nav .sub a:hover {
	background: #50A9EB;
}

.banner {
	width: 100%;
	margin: 0 auto;
}

.banner img {
	width: 100%;
}

.text_title {
	/* width: 1200px; */
	text-align: center;
	margin: 60px auto;
	display: flex;
	justify-content: center;
}

.text_title h1 {
	color: #015BB5;
}

.text_title p {
	font-size: 18px;
	color: #8E8E8E;
	display: flex;
	align-items: center;
	margin: 15px 0;
}

.text_title span {
	font-size: 18px;
	color: #8E8E8E;
}

.content_boxs {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	margin-bottom: 80px;
}

.content_box {
	width: 216px;
	text-align: center;
}

.radio_box {
	width: 216px;
	height: 216px;
	border-radius: 50%;
	overflow: hidden;
}

.radio_box img {
	width: 100%;
	height: 100%;
}

.f_w {
	font-size: 18px;
	font-weight: bold;
}

.f_text {
	color: #838383;
	line-height: 20px;
	font-size: 14px
}

.red_both {
	font-size: 16px;
	font-weight: bold;
	color: #F00000;
}

.content_boxs2 {
	width: 100%;
	margin: 0 auto;
	background: #F0F0F0;
}

.product {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.product:last-child {
	padding-bottom: 40px;
}

.left_boxs {
	width: 310px;
	height: 430px;
	background: #50A9EB;
	display: flex;
	justify-content: center;
	align-items: center;
}

.left_box {
	width: 300px;
	height: 420px;
	border: 1px solid white;
	text-align: center;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
}

.left_boxs2 {
	width: 310px;
	height: 215px;
	background: #50A9EB;
	display: flex;
	justify-content: center;
	align-items: center;
}

.left_box2 {
	width: 300px;
	height: 205px;
	border: 1px solid white;
	text-align: center;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
}

.left_box .left_title,
.left_box2 .left_title {
	font-size: 16px;
	font-weight: bold;
}

.left_box .left_title,
.left_box h1 {
	margin-bottom: 80px;
}

.left_box2 .left_title,
.left_box2 h1 {
	margin-bottom: 30px;
}

.left_box p a,
.left_box2 p a {
	padding: 10px 25px;
	border: 1px solid white;
	color: white;
	font-size: 16px;
}

.rigth_boxs {
	width: 880px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.right_box {
	width: 285px;
	height: 210px;
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
}

.right_box img {
	width: 100%;
	height: 100%;
}

.right_box2 {
	width: 285px;
	height: 215px;
	position: relative;
	overflow: hidden;
}

.right_box2 img {
	width: 100%;
	height: 100%;
}

.mc {
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.2);
	display: none;
}

.mc p {
	font-size: 18px;
	color: white;
}

.content_boxs3 {
	width: 1200px;
	margin: 0 auto;
}

.content_boxs3 .box3_title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #015BB5;
	position: relative;
}

.box3_title span {
	font-size: 24px;
	color: #8A8A8A;
	margin-left: 15px;
}

.box3_title a {
	font-size: 14px;
	color: #222222;
	margin-right: 15px;
}

.content_box3 {
	width: 235px;
}

.content_box3 img {
	width: 100%;
	height: 210px;
}

.content_box3 p {
	font-size: 18px;
	color: #8A8A8A;
}

.content_boxs4 {
	width: 100%;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: center;
}

.content_box4 {
	width: 1000px;
	position: absolute;
	bottom: 0;
}

.content_box4 ul {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}

.content_box4 ul li {
	width: 240px;
}

.content_box4 ul li .about_img {
	width: 100%;
}

.content_box4 ul li .content_box4_text {
	font-size: 16px;
	color: white;
	line-height: 25px;
}

.content_box4 ul li .content_box4_title {
	font-size: 22px;
	color: white;
	line-height: 40px;
	margin: 20px 0;
}

.content_boxs4 .img_about {
	width: 100%;
	height: 700px;
}

.content_boxs5 {
	width: 1200px;
	margin: 0 auto;
	border-top: 1px solid #eeeeee;
	display: flex;
	justify-content: space-between;
}

.left_box5 {
	width: 50%;
	border-right: 1px solid #eeeeee;
	display: flex;
	justify-content: center;
}

.left_box5 .left_title5 {
	color: #015BB5;
	text-align: right;
}

.left_box5 p {
	/* line-height: 30px; */
}

.left_box5 .left_en {
	color: #8E8E8E;
	text-align: right;
	font-size: 16px;
}

.left_box5 .left_text5 {
	color: #8E8E8E;
	text-align: right;
	font-size: 20px;
}

.red_both2 {
	font-size: 21px;
	color: #F00000;
}

.img_boxs {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 160px 0 80px 0;
}

.img_boxs img {
	width: 165px;
	height: 155px;
	margin: 0 2px 2px 0;
}

.right_box5 {
	width: 50%;
	position: relative;
}

.right_box5 .right_img5 {
	width: 500px;
	height: 315px;
}

.right_box5 .left_title5 {
	color: #015BB5;
}

.right_box5 .left_en {
	color: #8E8E8E;
	font-size: 16px;
}

.right_box5 .left_text5 {
	color: #8E8E8E;
	font-size: 20px;
}

.img_boxs2 {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.img_boxs2 img {
	width: 165px;
	height: 155px;
	margin: 0 2px 2px 0;
}

.one {
	position: absolute;
	top: 50px;
	left: -50px;
}

.tow {
	position: absolute;
	top: 410px;
	left: -50px;
}

.three {
	position: absolute;
	top: 720px;
	left: -50px;
}

.content_boxs6 {
	width: 100%;
	margin: 0 auto;
	background: #2D2D2D;
}

.text_title6 {
	text-align: center;
	padding: 30px 0;
}

.text_title6 h1 {
	color: white;
	font-size: 32px
}

.text_title6 p {
	font-size: 16px;
	color: #727272;
	margin-top: 15px;
}

.case_boxs {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.case_boxs img {
	width: 260px;
	height: 260px;
}

.more_btn {
	text-align: center;
	margin-top: 80px;
	padding-bottom: 30px;
}

.more_btn a {
	padding: 15px 35px;
	font-size: 20px;
	color: #7C7C7C;
	background: white;
	border-radius: 50px;
}

.content_boxs7 {
	width: 1200px;
	margin: 0 auto;
}

.new_box {
	width: 380px;
}

.new_boxTitle {
	font-size: 20px;

}

.new_boxTitle a {
	font-size: 14px
}

.new_box ul {
	width: 100%;
}

.new_box ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}

.new_box ul li a,
.new_box ul li span {
	font-size: 16px;
	color: #A0A0A0;
}

.new_box ul li a {
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.new_box .new_img {
	width: 100%;
	height: 120px;
}

.new_text {
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	color: #A0A0A0;
	margin-top: 15px;
}

.new_time,
.new_texts {
	font-size: 16px;
	color: #A0A0A0;
	margin-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.news_btn {
	width: 128px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border: 2px solid #9C9C9C;
	margin-top: 10px;
}

.news_btn a {
	font-size: 14px;
	color: #A0A0A0;
	padding: 3px 20px;
	border: 1px solid #9C9C9C;
}

.content_boxs8 {
	width: 1200px;
	margin: 50px auto;
}

.content_boxs8 ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 20px 0;
}

.content_boxs8 ul li:first-child {
	/*border-left: 1px solid #848484;*/
}

.content_boxs8 ul li {
	width: 109px;
	/*border-right: 1px solid #848484;*/
	text-align: center;
}

.content_boxs8 ul li a {
	font-size: 14px;

}

.bottom_boxs {
	width: 100%;
	margin: 0 auto;
	background: #015BB5;
}

.bottom {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 40px 0;
}

.call_me p {
	font-size: 16px;
	color: white;
	font-weight: bold;
}

.call_me ul {
	margin-top: 15px;
}

.call_me ul li {
	font-size: 14px;
	color: white;
	font-weight: bold;
	line-height: 25px;
}

.codes {
	display: flex;
	justify-content: space-between;
}

.code {
	font-size: 14px;
	color: white;
	text-align: center;
	margin-left: 15px;
}

.location {
	width: 100%;
	height: 60px;
	background: #F6F6F6;
	line-height: 60px;
}

.location p {
	width: 1000px;
	margin: 0 auto;
	font-size: 16px;
	color: #737373;
}

.contact_title {
	text-align: center;
	margin: 40px 0;
	width: 900px;
}

.contact_boxs {
	width: 1200px;
	margin: 0 auto 35px;
	display: flex;
	justify-content: space-between;
}

.contact_left {
	width: 900px;
	/* border-left: 1px solid #EAEAEA;
	border-right: 1px solid #EAEAEA; */
}

.contact_right {
	width: 255px;
}

.contact_box {
	border-left: 1px solid #EAEAEA;
	border-right: 1px solid #EAEAEA;
}

.contact_box img {
	width: 300px;
	height: 220px;
}

.contact_box p {
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 25px;
}

.contact_box p img {
	width: 70px;
	height: 30px;
}

#map {
	width: 100%;
	height: 340px;
}

.contact_rightTitle {
	width: 100%;
	height: 50px;
	background: #015BB5;
	text-align: center;
	font-size: 18px;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.tab_list ul {
	width: 100%;
	background: #50A9EB;
	border-bottom: 2px solid white;
}

.tab_list ul li {
	text-align: center;
}

.tab_list ul li:hover {
	background: #1974A1;
}

.tab_list ul li a {
	font-size: 16px;
	color: white;
	padding: 10px 0;
	display: block;
}

.call_box ul {
	width: 100%;
	border: 1px solid #EAEAEA;
}

.call_box ul li {
	font-size: 14px;
	line-height: 25px;
}

.hot_box {
	margin-top: 10px;
}

.hot_box ul {
	width: 100%;
	border: 1px solid #EAEAEA;
}

.hot_box ul li {
	font-size: 14px;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
}

.hot_box ul li a {
	color: #000000;
}

.hot_box ul li a:hover {
	color: #015BB5;
}

.radio {
	width: 5px;
	height: 5px;
	background: #51A9EB;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 10px;
}

.contact_left .about_img {
	width: 328px;
	height: 328px;
}

.about_text {
	width: 520px;
	height: 328px;
	overflow: auto;
}

.about_text p {
	font-size: 14px;
	color: #9B9B9B;
	line-height: 30px;
	text-indent: 35px
}

.news_img {
	width: 170px;
	height: 120px;
}

.news_title {
	font-size: 18px;
	color: #000000;
}

.news_text {
	font-size: 16px;
	color: #707070;
	text-indent: 35px;
}

.news_list {
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
	border-bottom: 1px solid #EAEAEA;
}

.news_list p {
	line-height: 27px;
}

.news_info {
	width: 715px;
}

.application_list {
	border-bottom: 1px solid #EAEAEA;
	position: relative;
}

.application_list p {
	line-height: 27px;
}

.application_list img {
	margin: 15px 0;
	width: 230px;
	height: 170px;
}

.application_list .news_title {
	margin-top: 15px;
}

.product_box {
	width: 285px;
	height: 210px;
	position: relative;
	border: 1px solid #000000;
	overflow: hidden;
	box-sizing: border-box;
	float:left;
	margin:0 15px 15px 0;
}

.product_box a {
	display: block;
	width: 285px;
	height: 210px;
}

.product_box img {
	width: 100%;
	height: 100%;
}

.product_boxs {
	/*display: flex;*/
	justify-content: space-around;
	/*flex-wrap: wrap;*/
	overflow:hidden;
}

.product_title {
	text-align: center;
	font-size: 20px;
	color: #878685;
}

.product_time {
	text-align: center;
	font-size: 14px;
	color: #878685;
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	padding: 3px 0;
	margin: 10px 0;
}

.product_text {
	font-size: 14px;
	color: #878685;
	line-height: 30px;
	background: #F4F4F6;
	padding: 10px 5px;
	border: 1px solid #EAEAEA;
}

.product_text2 {
	font-size:14px;
	color: #878685;
	line-height: 30px;
	padding: 10px 5px;
}

.product_img {
	width: 600px;
	height: 490px;
	margin: 15px auto;
	display: block;
}

.top_page {
	margin-top: 15px;
}

.top_page p {
	font-size: 14px;
	line-height: 30px;
	padding-left: 3px;
	cursor: pointer;
}

.produnct_about ul {
	width: 100%;
}

.produnct_about ul li {
	width: 50%;
	float: left;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
}

.produnct_about ul li a {
	font-size: 14px;
	color: #000000;
	padding-left: 10px;
}

.produnct_about .radio {
	top: 10px;
}

.produnct_about ul li a:hover {
	color: #015BB5;
}

.tag_boxs a {
	font-size: 16px;
	color: #434343;
	margin-right: 20px;
	line-height: 25px;
}

.tag_boxs a:hover {
	color: #015BB5;
}

.bottom_nav {
	width: 100%;
	background: #015BB5;
}

.bottom_nav ul {
	width: 700px;
	margin: 0 auto;
	/* display: flex;
	justify-content: space-around; */
}

.bottom_nav ul li {
	padding: 15px 0;
	float: left;
}

.bottom_nav ul li a {
	color: white;
	font-size: 14px;
	padding: 0 15px;
	display: block;
	border-right: 1px solid white;
}
.bottom_nav ul li a.last_nav{ border-right:none;}
.bottom_nav ul li a:hover {
	text-decoration: underline;
}

.service_text {
	padding: 30px;
}

.service_text p {
	font-size: 16px;
	color: #919191;
	line-height: 30px;
	text-indent: 35px
}

.service_box {
	border: 1px solid #EAEAEA;
}

.service_box img {
	margin: 30px auto;
	display: block;
}

.sales_box {
	border-left: 1px solid #EAEAEA;
	border-right: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}

.sales_box img {
	margin: 0 auto;
	display: block;
	padding: 90px 0;
}

.right_box img,
.product_box a img,
.right_box2 img {
	cursor: pointer;
	transition: all 0.6s;
}

.right_box:hover .mc,
.right_box2:hover .mc,
.product_box a:hover .mc {
	display: block;
}

.right_box:hover img,
.product_box a:hover img,
.right_box2:hover img {
	transform: scale(1.2);
}