﻿body {
	max-width: 1920px;
	margin: 0 auto;
}

.divCon {
	width: 1200px;
	margin: 0 auto;
}

.divCon:after {
	content: "";
	display: block;
	clear: both;
}


/**********************************************************************************************/

#header_1 {
	height: 135px;
	background: #FFFFFF;
}

.topLogo, .topPhone {
	height: 135px;
	display: flex;
	align-items: center;
}

.topPhone {
	padding-left: 45px;
	background: url(../images/topPhone.png) no-repeat center left;
}

.topPhone p {
	font-size: 12px;
	color: #474747;
}

.topPhone h1 {
	font-size: 20px;
	font-weight: bold;
	color: #C1000E;
}

#header_2 {
	height: 60px;
	background: #146FCC;
}

.topNav {
	height: 60px;
	display: flex;
	justify-content: space-between;
}

.topNav > li:first-child {
	margin-left: 0;
}

.topNav > li {
	float: left;
	height: 60px;
	position: relative;
}

.topNav > li > a {
	display: block;
	padding: 0 20px;
	min-width: 100px;
	text-align: center;
	line-height: 60px;
	font-size: 16px;
	text-decoration: none;
	color: #FFFFFF;
	transition: 0.5s;
}

.topNav > li.cur > a {
	background: #72BB38;
}

.topNav > li:hover > a {
	background: #72BB38;
}

.topNav > li:hover .nav_child {
	top: 60px;
	opacity: 1;
	visibility: visible;
}

.nav_child {
	position: absolute;
	top: 70px;
	left: -15px;
	width: 180px;
	background: rgba(255, 255, 255, 0.9);
	border-top: #146FCC 2px solid;
	z-index: 9999;
	transition: 0.5s;
	opacity: 0;
	visibility: hidden;
}

.nav_child > li {
	height: 40px;
	border-bottom: #E8E8E8 1px solid;
}

.nav_child > li > a {
	display: block;
	padding: 10px 15px;
	height: 20px;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
	font-size: 14px;
	transition: 0.3s;
}

.nav_child > li > a:hover {
	text-indent: 10px;
	color: #000000;
	background: #FFFFFF;
}

#header_4 {
	height: 55px;
}

.keyword {
	width: 680px;
	height: 55px;
	line-height: 55px;
	overflow: hidden;
}

.keyword span {
	font-size: 14px;
	color: #3D3D3D;
}

.keyword a {
	font-size: 14px;
	text-decoration: none;
	color: #3D3D3D;
}

.searchform {
	padding: 0 30px;
	width: 420px;
	height: 55px;
	background: #146FCC;
}

.searchform form {
	height: 55px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.searchtxt {
	padding: 0 10px;
	width: 255px;
	height: 37px;
	border: none;
	outline: none;
	background: #FFFFFF;
}

.searchbtn {
	width: 128px;
	height: 37px;
	border: none;
	outline: none;
	background: url(../images/topbtn.jpg) no-repeat center;
	cursor: pointer;
}


/**********************************************************************************************/

#link {
	height: 60px;
	margin-bottom: -30px;
	position: relative;
}

#link .divCon {
	background: #146FCC;
}

#link .divCon div {
	padding: 0 2%;
	width: 96%;
	height: 60px;
	display: flex;
	align-items: center;
}

#link .divCon div span {
	font-size: 14px;
	color: #FFFFFF;
}

#link .divCon div a {
	margin: 0 20px;
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
}

#footCon {
	padding-top: 115px;
	height: 325px;
	background: #303032;
}

.foot_advisory {
	padding-right: 25px;
	width: 255px;
	color: #FFFFFF;
}

.foot_advisory p {
	font-size: 14px;
	line-height: 30px;
}

.foot_advisory h1 {
	font-size: 24px;
}

.foot_code {
	padding: 0 40px;
	width: 168px;
	height: 210px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

.foot_code > div {
	padding: 6px;
	width: 156px;
	height: 156px;
	background: #FFFFFF;
}

.foot_code > p {
	height: 45px;
	text-align: center;
	line-height: 45px;
	font-size: 14px;
	color: #FFFFFF;
}

.foot_nav {
	padding-left: 100px;
	width: 570px;
	height: 210px;
	display: flex;
	justify-content: space-between;
}

.foot_nav dl {
	float: left;
}

.foot_nav dl dt {
	margin-bottom: 10px;
}

.foot_nav dl dt > a {
	font-size: 16px;
	text-decoration: none;
	color: #FFFFFF;
}

.foot_nav dl dd {
	line-height: 38px;
}

.foot_nav dl dd > a {
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
}


/**********************************************************************************************/

#content1 {
	height: 205px;
}

.Introduction {
	width: 100%;
	height: 205px;
	background: #EEEEEE;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
}

.Introduction > li {
	float: left;
	width: 240px;
	height: 205px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.Introduction > li > h1 {
	font-size: 30px;
	font-weight: bold;
	line-height: 45px;
	color: #5C5C5C;
}

.Introduction > li > p {
	font-size: 14px;
	color: #4D4D4D;
}

#content2 {
	padding-top: 60px;
}

.indexVideo {
	width: 600px;
	height: 580px;
	background: #146FCC;
	display: flex;
    justify-content: center;
    align-items: center;
}

.indexVideo video {
	width: 600px;
	height: 580px;
}
.indexVideo img{
	max-width:100%;
	max-height:100%;
}

.indexCase {
	padding: 40px 40px;
	width: 520px;
	height: 500px;
	background: #EEEEEE;
	border-radius: 0 10px 10px 0;
}

.indexCase .swiper-wrapper {
	width: 520px;
	height: 500px;
}

.indexCase .swiper-wrapper p.title1 {
	font-size: 32px;
	font-weight: bold;
	color: #3C3C3C;
}

.indexCase .swiper-wrapper p.title2 {
	font-family: arial;
	font-size: 18px;
	line-height: 36px;
	color: #3C3C3C;
}

.indexCase .swiper-wrapper p.title3 {
	padding-top: 10px;
	font-size: 17px;
	line-height: 36px;
	color: #3C3C3C;
}

.indexCase .swiper-wrapper p.description {
	font-size: 17px;
	color: #3C3C3C;
	line-height: 36px;
	max-height: 108px;
	overflow: hidden;
}

.indexCase .swiper-wrapper .imgItem {
	margin: 20px 0;
	width: 100%;
	height: 181px;
	overflow: hidden;
}

.indexCase .swiper-wrapper .imgItem img:first-child {
	margin-left: 0;
}

.indexCase .swiper-wrapper .imgItem img {
	margin-left: 20px;
}

.indexCase .swiper-pagination {
	width: 25%;
	left: auto;
	right: 0;
	bottom: 20px;
	text-align: right;
}

.indexCase a.more {
	display: block;
	width: 120px;
	height: 40px;
	background: #146FCC;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
}

#content3 {
	padding-top: 60px;
}

.service_tit {
	width: 100%;
	text-align: center;
	color: #3C3C3C;
}

.service_tit p.cn {
	font-size: 30px;
	font-weight: bold;
}

.service_tit p.en {
	font-size: 16px;
	text-transform: uppercase;
}

.service_nav {
	margin-top: 30px;
	height: 45px;
	display: flex;
	justify-content: center;
}

.service_nav > a {
	float: left;
	margin: 0 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 45px;
	background: #EEEEEE;
	color: #333333;
	font-size: 15px;
	text-decoration: none;
	border-radius: 10px;
	transition: 0.5s;
}

.service_nav > a:hover {
	background: #146FCC;
	color: #FFFFFF;
}

.service_item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.service_item > li {
	margin-top: 30px;
	float: left;
	width: 384px;
}

.service_item > li a {
	text-decoration: none;
}

.service_item > li .itemIMG {
	width: 384px;
	height: 297px;
	overflow: hidden;
}

.service_item > li .itemIMG img {
	transition: 0.5s;
}

.service_item > li .itemTXT {
	padding: 20px 0 20px 25px;
	height: 45px;
	border-bottom: 1px solid #CCCCCC;
	transition: 0.5s;
}

.service_item > li .itemTXT p.title {
	float: left;
	width: 320px;
	font-size: 16px;
	color: #494949;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.service_item > li .itemTXT p.description {
	padding-top: 8px;
	float: left;
	width: 320px;
	font-size: 12px;
	color: #494949;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.service_item > li .itemTXT span {
	display: block;
	margin-top: 13px;
	float: right;
	padding: 0 10px;
	height: 20px;
	border-left: 1px solid #CCCCCC;
	color: #CCCCCC;
	transition: 0.5s;
}

.service_item > li:hover .itemIMG img {
	transform: scale(1.2, 1.2);
}

.service_item > li:hover .itemTXT {
	padding: 20px 0 20px 15px;
	border-bottom: 1px solid #333333;
}

.service_item > li:hover .itemTXT span {
	margin-right: 10px;
	border-left: 1px solid #333333;
	color: #333333;
}

#content4 {
	padding-top: 60px;
	height: 161px;
	background: url(../images/content4.png) no-repeat center bottom;
}

.ad_left {
	float: left;
	padding-left: 130px;
	width: 310px;
	height: 161px;
	text-align: center;
}

.ad_left p.tit {
	padding-top: 22px;
	font-size: 36px;
	font-weight: bold;
	color: #3C3C3C;
}

.ad_left p.phone {
	padding-top: 10px;
	font-size: 22px;
	font-weight: bold;
	color: #3C3C3C;
}

.ad_left a {
	position: relative;
	top: 18px;
	margin: 0 auto;
	display: block;
	width: 135px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	border-radius: 25px;
	background: #146FCC;
	color: #FFFFFF;
}

.ad_right {
	float: right;
	text-align: right;
	height: 161px;
	color: #FFFFFF;
}

.ad_right p.tit1 {
	padding-top: 35px;
	font-size: 29px;
	font-weight: bold;
}

.ad_right p.tit2 {
	padding-top: 15px;
	font-size: 27px;
}

#content5 {
	padding: 60px 0;
}

#content5 .divCon > div {
	display: flex;
	justify-content: space-between;
}

.news_tit {
	float: left;
	width: 100%;
}

.news_tit a.tit {
	display: block;
	float: left;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #4D4D4D;
}

.industry {
	width: 380px;
}

.industry_con {
	float: left;
	margin-top: 20px;
	width: 378px;
}

.industry_con a {
	text-decoration: none;
}

.industry_con .imgItem {
	width: 384px;
	height: 219px;
	overflow: hidden;
}

.industry_con .imgItem img {
	transition: 0.5s;
}

.industry_con .imgItem:hover img {
	transform: scale(1.2, 1.2);
}

.industry_con .txtItem {
	padding: 35px;
	background: #EEEEEE;
}

.industry_con .txtItem p {
	color: #4D4D4D;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.industry_con .txtItem p.tit {
	width: 70%;
	font-size: 16px;
}

.industry_con .txtItem p.description {
	padding-top: 5px;
	font-size: 14px;
}

.industry_con .txtItem p.time {
	padding-top: 15px;
	font-size: 14px;
	font-family: arial;
}

.dynamic {
	width: 340px;
}

.dynamic_con {
	float: left;
	width: 100%;
}

.dynamic_con ul li {
	padding-top: 20px;
	width: 100%;
	height: 59px;
	border-bottom: 1px solid #CCCCCC;
}

.dynamic_con ul li a {
	text-decoration: none;
}

.dynamic_con ul li p.time {
	font-size: 14px;
	color: #717171;
}

.dynamic_con ul li p.title {
	float: left;
	width: 80%;
	font-size: 16px;
	color: #4D4D4D;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dynamic_con ul li span {
	display: block;
	float: right;
	font-size: 16px;
	color: #4D4D4D;
}

.dynamic_con ul li:hover p.title {
	color: #146FCC;
}

.dynamic_con ul li:hover span {
	color: #146FCC;
}

.dynamic_con a.more {
	margin-top: 35px;
	display: block;
	width: 120px;
	height: 30px;
	background: #146FCC;
	color: #FFFFFF;
	font-size: 13px;
	text-align: center;
	line-height: 30px;
	text-decoration: none;
}

.problem {
	width: 345px;
}

.problem_con {
	float: left;
	margin-top: 20px;
	width: 100%;
}

.problem_con > div {
	margin-top: 20px;
}

.problem_con ul {
	float: left;
	width: 345px;
	height: 205px;
	overflow: hidden;
}

.problem_con ul li {
	padding: 20px 10px;
	border-bottom: 1px solid #CCCCCC;
}

.problem_con ul li a {
	text-decoration: none;
}

.problem_con ul li p.title {
	font-size: 16px;
	color: #4D4D4D;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.problem_con ul li p.description {
	padding-top: 10px;
	height: 56px;
	line-height: 28px;
	font-size: 14px;
	color: #4D4D4D;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}


/**********************************************************************************************/

.nyBanner {
	height: 350px;
}

#sidebar {
	padding: 20px 0;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #666666;
}

#sidebar a {
	color: #666666;
}

#sidebar a:hover {
	color: #FF0000;
}

#pageContent {
	padding-bottom: 60px;
}

.pageRight {
	float: right;
	width: 250px;
}

.right_tit {
	padding-left: 20px;
	height: 35px;
	background: #146FCC;
	border-left: 5px solid #72BB38;
}

.right_tit p {
	line-height: 35px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.right_item, .right_news {
	padding: 10px;
}

.right_item a {
	display: block;
	margin: 5px 0;
	padding-left: 20px;
	height: 35px;
	line-height: 35px;
	background: #48555E;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: 0.5s;
}

.right_item a:hover {
	background: #146FCC;
}

.right_item a.cur {
	background: #146FCC;
}

.right_news a {
	display: block;
	padding: 0 10px 0 15px;
	height: 39px;
	line-height: 39px;
	font-size: 14px;
	text-decoration: none;
	color: #48555E;
	border-bottom: 1px dashed #E0E0E0;
	background: url(../images/nd.png) no-repeat center left 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: 0.5s;
}

.right_news a:hover {
	color: #146FCC;
	border-bottom: 1px dashed #146FCC;
}

.pageLeft {
	float: left;
	width: 900px;
}

.left_tit {
	border-bottom: 2px solid #146FCC;
}

.left_tit p {
	padding-left: 15px;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	color: #146FCC;
	font-weight: bold;
}

.shwo_content {
	padding-bottom: 20px;
	border-top: 1px dashed #CCCCCC;
}

.show_description {
	margin-bottom: 20px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px dashed #CCCCCC;
}

.show_share {
	margin-top: 20px;
}

.show_detailed {
	padding-top: 20px;
}

.show_detailed img, .show_detailed table, .show_detailed tr, .show_detailed td, .show_detailed iframe, .show_detailed div {
	max-width: 100%;
}

.show_Pagination {
	padding: 0 20px;
}

.show_Pagination a {
	margin: 15px 0;
	padding: 0 15px;
	display: block;
	height: 35px;
	line-height: 35px;
	background: #EEEEEE;
	border-radius: 10px;
	text-decoration: none;
	font-size: 14px;
	color: #333333;
}

.show_Pagination a:hover {
	color: #FF0000;
}


/**********************************************************************************************/

.picture_item {
	float: left;
	margin-top: 15px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.picture_item li {
	float: left;
	margin: 15px;
}

.picture_item li a {
	display: block;
	position: relative;
	width: 270px;
	text-decoration: none;
	overflow: hidden;
}


.picture_item li .mgg {
	display: flex; justify-content: center;align-items: center;
	width: 268px;
	height: 210px; border:1px #ccc solid;
	overflow: hidden;
}

.picture_item li img {
	display: block;
	transition: 0.5s;
}

.picture_item li p {
	position: absolute;
	bottom: 0;
	padding: 0 10%;
	width: 80%;
	height: 30px;
	line-height: 30px;
	background: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	color: #FFFFFF;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.picture_item li:hover img {
	transform: scale(1.2, 1.2);
}

.picture_show {
	padding: 20px;
}

.picture_show h1.show_tit {
	padding-bottom: 20px;
	text-align: center;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	color: #000000;
}

.picture_show div.show_img {
	padding-bottom: 20px;
	text-align: center;
}

.picture_show div.show_img img {
	display: block;
	margin: 5px auto;
	max-width: 650px;
	max-height: 650px;
}


/**********************************************************************************************/

.news_item {
	padding: 20px;
}

.news_item li {
	padding-left: 20px;
	height: 35px;
	border-bottom: 1px dashed #E0E0E0;
	background: url(../images/nd.png) no-repeat center left 5px;
	transition: 0.5s;
}

.news_item li a {
	text-decoration: none;
}

.news_item li p {
	line-height: 35px;
	font-size: 14px;
	color: #333333;
	transition: 0.5s;
}

.news_item li p.tit {
	float: left;
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_item li p.time {
	float: right;
	width: 30%;
	text-align: right;
}

.news_item li:hover {
	transform: translate(-5px, 0px);
	border-bottom: 1px dashed #146FCC;
}

.news_item li:hover p {
	color: #146FCC;
}


/**********************************************************************************************/

.webPage_show {
	padding: 20px;
}

.webPage_show img, .webPage_show table, .webPage_show tr, .webPage_show td, .webPage_show iframe, .webPage_show div {
	max-width: 100%;
}


/**********************************************************************************************/