@charset "UTF-8";
/*公共*/
, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: "微软雅黑";
	font-size: 16px;
}
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.sp {
	display: none;
}

@media all and (max-width: 1080px) {
	.pc {
		display: none;
	}
	
	.sp {
		display: block !important;
	}
}

 @media screen and (max-width: 900px) {
body {
	font-size: 14px;
}
}
::selection {
	background: #042d97;
	color: #fff;
}

::-moz-selection {
 background: #042d97;
 color: #fff;
}

::-webkit-selection {
 background: #042d97;
 color: #fff;
}
body {
	overflow-x: hidden;
}
img {
	border: 0;
}
.clearfix:after {
	content: '';
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.clearfix {
	zoom: 1;
}
em, i {
	font-style: normal;
}
a {
	font-size: 16px;
	transition: all .3s;
}
a:hover {
	text-decoration: none;
	color: #e51e01;
}
.w1300 {
	max-width: 1300px;
	margin: 0 auto;
}
.w1200 {
	max-width: 1200px;
	margin: 0 auto;
}
.w-auto {
	padding: 1% 6%;
	box-sizing: border-box;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.h30 {
	height: 30px;
}
.h60 {
	height: 60px;
}
.f14 {
	font-size: 14px;
}
.f18 {
	font-size: 18px;
}
.db {
	display: block;
}
.dib {
	display: inline-block;
}
/*公共*/
.header1 {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999999;
	height: 87px;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
}
.header1 section {
	padding-bottom: 8px;
	width: 100%;
}
.header1 .logoImg {
	padding: 10px 0 10px 30px;
	float: left;
}
@media all and (min-width: 1080px) and (max-width: 1450px) {
	.header1 .logoImg img {
		width: 440px;
	}
}


.header1 .tel {
	margin-top: 13px;
	padding: 0 20px 0 55px;
	float: right;
	color: #666;
	font-size: 15px;
	background: url(../images/1_17.png) left center no-repeat;
}
.header1 .tel span {
	display: block;
	color: #1488F5;
	font-size: 30px;
	font-weight: bold;
}

@media all and (min-width: 0) and (max-width: 1080px) {
	.header1 .tel {
		display: none;
}
}


.header1 .qh_nav {
	width: 40%;
	height: 87px;
	float: right;
}
.header1 .qh_nav > ul {
	width: 100%;
	height: 87px;
}
.header1 .qh_nav li {
	display: block;
	height: 87px;
	width: 14%;
	float: left;
	position: relative;
}
.header1 .qh_nav li a {
	color: #000;
	height: 87px;
	line-height: 85px;
	display: block;
	text-align: center;
	width: 100%;
	transition: all .3s;
}
@media all and (min-width: 1080px) and (max-width: 1450px) {
	.header1 .qh_nav {
		width: 35%;
	}
	.header1 .qh_nav li a {
		font-size: 15px;
	}
}

.header1 .qh_nav li a:hover {
	color: #fff;
	background: #1488F5;
}

.header1 .qh_nav li .er {
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	background: #1488F5;
}

.header1 .qh_nav li .er p {
	border-bottom: 1px solid #fff;
}

.header1 .qh_nav li .er p a {
	padding: 10px 0;
	display: block;
	height: auto;
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
}

.header1 .qh_nav li .er p a:hover {
	color: #1488F5;
	background: #fff;
}

.header1 .qh_nav li .act {
	color: #000;
}
.header1 .qh_nav .qh_nav1 ul {
	visibility: hidden;
	opacity: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	left: 0;
	top: 87px;
	box-sizing: border-box;
	overflow: hidden;
	transition: .5s;
	padding-top: 20px;
	z-index: 9999999;
}
.header1 .qh_nav .qh_nav1 ul a {
	float: left;
	width: 11%;
	display: block;
	line-height: 25px;
	color: #000;
	margin: 0px 0 30px 1%;
	padding: 10px;
	box-sizing: border-box;
	height: auto;
	background: #fff;
}
.header1 .qh_nav .qh_nav1 ul a b {
	color: #000;
	text-align: center;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all .3s;
	padding: 10px 0;
	font-weight: normal;
}
.header1 .qh_nav .qh_nav1 ul a img {
	width: 100%;
	display: block;
}
.header1 .qh_nav .qh_nav1 ul a:hover {
	background: #fffb00;
}
.header1 .qh_nav .qh_nav1 ul a:hover b {
	color: #000;
}
.header1 .qh_nav .qh_nav1:hover ul {
	visibility: visible;
	opacity: 1;
}
.change {
	background: rgba(255, 255, 255, 0.934);
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
	width: 100%;
}


._banner {
	position: relative;
}

._banner li img {
	display: none;
}

._banner .bs01,
._banner .bs02,
._banner .bs03 {
	width: 100%;
	height: 800px;
	float: left;
}

._banner .bs01 {
	background: url(../images/banner1.jpg) no-repeat center center;
}

._banner .bs02 {
	background: url(../images/banner2.jpg) no-repeat center center;
}

._banner .bs03 {
	background: url(../images/banner3.jpg) no-repeat center center;
}

@media all and (max-width: 860px) {
	._banner .bs01,
	._banner .bs02,
	._banner .bs03 {
		height: auto;
	}

._banner li img {
	display: block;
}

	._banner .bs01 img,
	._banner .bs02 img,
	._banner .bs03 img {
		width: 100%;
	}
	
	._banner .bs01 {
		background: none;
	}
	
	._banner .bs02 {
		background: none;
	}
	
	._banner .bs03 {
		background: none;
	}
	
}

.slick-dots {
	width: 100%;
	position:absolute;
	left: 0;
	bottom: 20px;
	text-align: center;
}

.slick-dots li {
	margin: 0 10px;
	width: 14px;
	height: 14px;
	display: inline-block;
	float: none;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 11px;
	opacity: 0.9;
	cursor: pointer;
}

@media all and (max-width: 860px) {
	.slick-dots {
		bottom: 10px;
	}
	
	.slick-dots li {
		margin: 0 6px;
		width: 8px;
		height: 8px;
		border: 1px solid #fff;
	}


}
	
.slick-dots li button {
	display: none;
}
	
.slick-dots .slick-active {
	background: #2376FC;
}

/*左右滚动*/
.syal {
	width: 1300px;
	overflow: hidden;
	margin: 50px auto;
	position: relative;
	padding: 20px;
}
.syal li {
	float: left;
	margin-right: 10px;
	width: 100px;
	margin-left: 5px;
}
.syal li a {
	display: block;
}
.syal li a img {
	display: block;
	width: 100px;
	border: 3px solid #ccc;
	border-radius: 50%;
	height: 100px;
	transition: all .3s;
}
.syal li a ol {
	color: #5d5d5d;
	text-align: center;
	font-size: 16px;
	margin: 2px 0 0 0;
	position: relative;
	transition: all .3s;
	padding-top: 30px;
}
.syal li a ol::before {
	position: absolute;
	content: "";
	top: 10px;
	left: 48%;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.16);
	z-index: 999;
	transition: all .3s;
}
.syal li a:hover ol {
	color: #278a3a;
}
.syal li a:hover ol::before {
	border-radius: 10%;
	background: #278a3a;
}
.syal li a:hover img {
	border: 3px solid #278a3a;
	transform: scale(1.1, 1.1);
}
.syal::before {
	position: absolute;
	content: "";
	bottom: 76px;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(0, 0, 0, 0.16);
	z-index: 1;
}
/*产品上下滚动*/
.sycp {
	margin-top: 50px;
	position: relative;
	z-index: 1;
}
.mjH2 {
	color: #d40000;
	line-height: 20px;
	text-align: center;
	position: relative;
	z-index: 3;
	width: 800px;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 38px;
	font-weight: bold;
}
.mjH2 em {
	display: block;
	color: #666;
	font-size: 16px;
	margin-top: 18px;
	margin-bottom: 30px;
	font-weight: normal;
}
.mjH2 i {
	color: #1488F5;
}
.mjH2:before {
	position: absolute;
	content: "";
	left: -10px;
	top: 15px;
	background: #cccccc;
	width: 120px;
	height: 1px;
}
.mjH2:after {
	position: absolute;
	content: "";
	right: -10px;
	top: 15px;
	background: #cccccc;
	width: 120px;
	height: 1px;
}
.anliroll {
	height: 880px;
	width: 92%;
	margin: 0 auto;
}
.anliroll li {
	float: left;
	width: 23.2558139535%;
	background: #fff;
	margin: 2% 0 0 1.4%;
}
.anliroll li a {
	display: block;
	overflow: hidden;
	position: relative;
}
.anliroll li a h4 {
	overflow: hidden;
}
.anliroll li a img {
	width: 100%;
	display: block;
	transition: all .5s;
}
.anliroll li a ol {
	line-height: 90px;
	color: #555;
	width: 100%;
	transition: all .3s;
	font-size: 20px;
	border-bottom: 1px solid #e1dfdf;
	padding: 0 10px;
	box-sizing: border-box;
}
.anliroll li a ol a {
	color: #555;
	font-size: 20px;
}
.anliroll li a span {
	display: inline-block;
	position: absolute;
	right: 10px;
	bottom: 6%;
	border: 1px solid #dcdcdc;
	border-radius: 999px;
	padding: 10px 20px;
}
.anliroll li a:hover {
	color: #fff;
}
.anliroll li a:hover img {
	transform: scaleX(1.2) scaleY(1.2);
}
.anliroll li a:hover ol {
	background: #d40000;
	color: #fff;
	padding-left: 25px;
}
.anliroll li a:hover span {
	background: #fff;
	color: #ff8717;
	border: 1px solid #ff8717;
}
/*左右滚动*/
.al_pic {
	width: 1300px;
	overflow: hidden;
	margin: 0 auto;
	padding: 60px 0 30px;
}
.al_pic li {
	float: left;
	margin-right: 20px;
	width: 409px;
}
.al_pic li a:hover {
	background: #1488F5;
	color: #fff;
}
.al_pic li a:hover ol {
	color: #fff;
	margin-left: 30px;
}
.al_pic li a:hover ol::before {
	width: 150px;
}
.al_pic li a {
	display: block;
}
.al_pic li a img {
	display: block;
	width: 100%;
}
.al_pic li a ol {
	color: rgba(0, 0, 0, 0.616);
	text-align: left;
	font-size: 18px;
	margin: 15px 0 0 0;
	position: relative;
	height: 60px;
	transition: all .6s;
}
.al_pic li a ol::before {
	position: absolute;
	top: 15px;
	left: 100px;
	content: "";
	border-top: 1px solid #ccc;
	width: 100px;
	height: 1px;
	transition: all .6s;
}
.syal_pic {
	background: url(../images/1_05.jpg) center repeat-y;
	height: 746px;
}
.syal_pic .slider, .syal_pic .slider .main, .syal_pic .slider .main .main-i {
	width: 1300px;
	margin: 0 auto;
	height: 712px;
	position: relative;
}
.syal_pic .slider .main {
	overflow: hidden;
}
.syal_pic .main-i img {
	width: 898px;
	position: absolute;
	top: 90px;
	right: 0;
	height: 712px;
}
.syal_pic .caption {
	position: absolute;
	left: 0;
	top: 0%;
	z-index: 9;
}
.syal_pic .caption h2 {
	line-height: 38px;
	position: relative;
}
.syal_pic .caption h2 b {
	font-size: 34px;
	color: #363636;
	position: relative;
}
.syal_pic .caption h2 b::before {
	position: absolute;
	right: -60px;
	top: -12px;
	content: "■";
	font-size: 80px;
	color: #ff8717;
}
.syal_pic .caption h2 em {
	color: #c4c4c4;
	font-size: 40px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	text-transform: uppercase;
	position: relative;
}
.syal_pic .caption h2 em::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -15px;
	height: 6px;
	background: #fc8618;
	width: 100px;
}
.syal_pic .caption h3 {
	font-size: 18px;
	line-height: 40px;
	color: #000;
	margin-top: 60px;
	font-weight: normal;
}
.syal_pic .caption h4 {
	width: 170px;
	margin-top: 120px;
	border: 1px solid #ccc;
}
.syal_pic .caption h4 a {
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-weight: normal;
}
.syal_pic .caption h4 a:nth-child(1) {
	color: #fff;
	background: #f98b1b;
}
.syal_pic .caption h4 a:hover {
	background: #000;
	color: #fff;
}
.syal_pic .ctrl {
	width: 100%;
	height: 13px;
	line-height: 13px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.syal_pic .ctrl .ctrl-i {
	display: inline-block;
	width: 80px;
	height: 13px;
	background-color: #dfdfdf;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	position: relative;
	margin-left: 1px;
	margin-right: 6px;
}
.syal_pic .ctrl .ctrl-i img {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 50px;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all .2s;
}
.syal_pic .ctrl .ctrl-i:hover {
	background-color: #f0f0f0;
}
.syal_pic .ctrl .ctrl-i:hover img {
	bottom: 13px;
	/*鍥剧墖鍊掑奖*/
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), to(rgba(255, 255, 255, 0.3)));
	opacity: 1;
}
.syal_pic .ctrl .ctrl-i-active, .syal_pic .ctrl .ctrl-i-active:hover {
	background-color: #f98b1b;
}
.syal_pic .ctrl-i-active:hover img {
	opacity: 0;
}
.syal_pic .slider .main .main-i {
	opacity: 0;
	position: absolute;
	top: 0;
	right: 50%;
	-webkit-transition: all .5s;
}
.syal_pic .slider .main .main-i h2 {
	margin-right: 45px;
}
.syal_pic .slider .main .main-i h3 {
	margin-right: -45px;
}
.syal_pic .slider .main .main-i h2, .syal_pic .slider .main .main-i h3 {
	-webkit-transition: all 1s .5s;
	opacity: 0;
}
.syal_pic .slider .main .main-i-active {
	opacity: 1;
	right: 0;
}
.syal_pic .slider .main .main-i-active h2, .syal_pic .slider .main .main-i-active h3 {
	margin-right: 0;
	opacity: 1;
}
.synews h3 {
	color: #000;
	font-weight: normal;
	font-size: 45px;
}
.synews h3 b {
	color: #fc8f20;
}
.synews h3 em {
	display: block;
	font-size: 18px;
	text-transform: uppercase;
}
.synews h3 a {
	float: right;
	width: 78px;
	height: 78px;
	background: #fc8f20;
	color: #fff;
	text-align: center;
	line-height: 20px;
	overflow: hidden;
	padding-top: 22px;
	box-sizing: border-box;
	border-radius: 50%;
}
.synews h3 a:hover {
	background: #1488F5;
}
.synews dl {
	overflow: hidden;
	margin: 30px auto 50px auto;
}
.synews dl dt {
	float: left;
	width: 42%;
}
.synews dl dt a {
	background: #eeeeee;
	display: block;
	position: relative;
}
.synews dl dt a em {
	position: absolute;
	width: 92px;
	height: 92px;
	display: block;
	background: #1488F5;
	top: 0;
	left: 0;
	text-align: center;
	color: #fff;
	font-size: 28px;
	padding-top: 15px;
}
.synews dl dt a em u {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.synews dl dt a img {
	width: 100%;
	height: 302px;
}
.synews dl dt a .l_news {
	padding: 14px 20px;
	box-sizing: border-box;
}
.synews dl dt a .l_news h5 {
	font-size: 18px;
	margin-bottom: 5px;
}
.synews dl dt a .l_news span {
	line-height: 200%;
	display: block;
}
.synews dl dt a .l_news i {
	color: #fff;
	font-size: 16px;
	background: #d40000;
	color: #fff;
	width: 150px;
	height: 40px;
	line-height: 40px;
	display: block;
	text-align: center;
	margin-top: 20px;
	transition: all .6s;
}
.synews dl dt a:hover {
	background: #1488F5;
}
.synews dl dt a:hover h5, .synews dl dt a:hover span {
	color: #fff;
}
.synews dl dt a:hover em {
	background: #d40000;
}
.synews dl dt a:hover .l_news i {
	width: 400px;
}
.synews dl dd {
	float: right;
	width: 56%;
}
.synews dl dd a {
	display: block;
	border: 1px solid #e6e6e6;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
.synews dl dd a span {
	display: block;
	float: left;
	width: 20%;
	background: #dfdfdf;
	color: #8a8a98;
	height: 147px;
	text-align: center;
	padding-top: 40px;
	box-sizing: border-box;
	font-size: 38px;
	margin-right: 20px;
}
.synews dl dd a span u {
	display: block;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
}
.synews dl dd a h6 {
	padding: 20px;
	box-sizing: border-box;
	font-weight: normal;
}
.synews dl dd a h6 b {
	display: block;
	font-weight: normal;
	font-size: 18px;
}
.synews dl dd a h6 em {
	display: block;
	margin-top: 10px;
	height: 50px;
	overflow: hidden;
	line-height: 180%;
	font-size: 14px;
	color: #9b9b9b;
}
.synews dl dd a h6 u {
	display: block;
	text-decoration: none;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #000;
	color: #fff;
	padding: 5px 10px;
}
.synews dl dd a:hover {
	background: #1488F5;
}
.synews dl dd a:hover b, .synews dl dd a:hover em {
	color: #fff;
}
.synews dl dd a:hover h6 u {
	background: #1488F5;
}
/*底部*/
.db_link {
	overflow: hidden;
	border-top: 2px solid #f2f2f2;
}
.db_link dl {
	padding: 20px 0;
	overflow: hidden;
}
.db_link dl dt, .db_link dl dd {
	float: left;
	color: #646464;
}
.db_link dl dt a, .db_link dl dd a {
	color: #646464;
}
.db_link dl dt {
	font-size: 20px;
	width: 10%;
}
.db_link dl dd {
	width: 90%;
}
.db_link dl dd a {
	display: inline-block;
	padding: 10px 25px 5px 0;
}
#footer {
	background: url(../images/f_bg.jpg) no-repeat center center;
	background-size: cover;
}
.footer_con ul {
	overflow: hidden;
}
.footer_con ul li {
	float: left;
	padding: 30px 0 0 50px;
	box-sizing: border-box;
	height: 420px;
	border-left: 1px solid rgba(255, 255, 255, 0.432);
}
.footer_con ul li a {
	color: #fff;
}
.footer_con ul li h3 {
	font-size: 20px;
	color: #fff;
}
.footer_con ul li:nth-of-type(1) {
	width: 20%;
}
.footer_con ul li:nth-of-type(1) h3 {
	margin-bottom: 20px;
}
.footer_con ul li:nth-of-type(1) a {
	line-height: 32px;
	display: block;
}
.footer_con ul li:nth-of-type(2) {
	width: 20%;
}
.footer_con ul li:nth-of-type(2) h3 {
	margin-bottom: 20px;
}
.footer_con ul li:nth-of-type(2) a {
	display: inline-block;
	width: 100%;
	line-height: 32px;
}
.footer_con ul li:nth-of-type(4) {
	width: 20%;
	float: right;
}
.footer_con ul li:nth-of-type(4) h3 {
	margin-bottom: 10px;
}

.footer_con ul li:nth-of-type(4) .sj {
	margin-top: 15px;
}

.footer_con ul li:nth-of-type(4) h3 {
	margin-bottom: 20px;
}

.footer_con ul li:nth-of-type(3) {
	width: 40%;
	float: left;
}
.footer_con ul li:nth-of-type(3) h4 {
	margin-bottom: 20px;
	background: url(../images/1_17.png) left top no-repeat;
	color: #fff;
	padding-left: 70px;
}
.footer_con ul li:nth-of-type(3) h4 span {
	font-size: 16px;
	display: block;
	color: #fff;
}
.footer_con ul li:nth-of-type(3) h4 b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
}
.footer_con ul li:nth-of-type(3) h4 b a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
}
 @media (max-width: 850px) {
.footer_con ul li:nth-of-type(3) h4 b a {
	font-size: 30px;
}
.footer_con ul li:nth-of-type(4) .sj {
	display: none;
}

}

.footer_con ul li:nth-of-type(3) a {
	color: #fff;
}
.footer_con ul li:nth-of-type(3) .db_lx {
	position: relative;
}
.footer_con ul li:nth-of-type(3) .db_lx img:nth-of-type(1) {
	float: left;
	margin-right: 20px;
}
.footer_con ul li:nth-of-type(3) .db_lx img:nth-of-type(2) {
	position: absolute;
	right: 0;
	top: 0;
}
.footer_con ul li:nth-of-type(3) .db_lx img:nth-of-type(3) {
	display: block;
	margin-top: 20px;
	margin-left: 350px;
}
.footer_con ul li:nth-of-type(3) .db_lx p {
	color: #fff;
	line-height: 180%;
}
.footer2 {
	border-top: 1px solid #fff;
	text-align: center;
	color: #fff;
	padding: 15px 0;
}
.footer2 p {
	text-align: center;
	color: #fff;
	font-size: 16px;
}
/*地图*/
#dituContent {
	overflow: hidden;
	position: relative;
	z-index: 0;
	background-color: #f3f1ec;
	color: black;
	text-align: left;
	height: 400px;
}
/*内页banner*/
.nb {
	background: url(nb.jpg) top center no-repeat;
	height: 500px;
}
.sppic {
	display: none;
}
.sppic1 img {
	display: none;
}
.newsc .listc ul, .newsc .listc li {
	width: 100%;
}
.newsc .listc li {
	transition: .3s;
}
.newsc .listc li.grayc {
	background-color: #f8f8f8;
}
.newsc .listc li a {
	padding: 50px 0;
	display: block;
}
.newsc .listc li:nth-of-type(even) {
	background: #f7f7f7;
}
.newsc .listc li:hover {
	background-color: #0e4295;
}
.newsc .listc li:hover .numc img {
	border: 1px solid #fa1e2f;
}
.newsc .listc li:hover .centerc {
	left: -16px;
}
.newsc .listc .centerc {
	width: 980px;
	margin: 0 auto;
	position: relative;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	left: 0;
}
.newsc .listc .numc {
	display: block;
	width: 104px;
	border-right: 1px solid #ddd;
	line-height: 60px;
	font-size: 72px;
	color: #d2d2d2;
}
.newsc .listc .numc img {
	width: 104px;
}
.newsc .listc .fontc {
	display: block;
	width: 83.7%;
	font-size: 18px;
	line-height: 30px;
}
.newsc .listc .fontc .introc {
	font-size: 14px;
	color: #bbb;
}
.newsc .listc .fontc p {
	font-size: 18px;
}
.newsc .listc li:hover .numc, .newsc .listc li:hover .fontc p, .newsc .listc li:hover .fontc .introc {
	color: #fff;
}
.f-cbc:after {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	content: ".";
}
.neaxtpg a {
	float: left;
	display: inline-block;
	width: 42%;
	text-align: center;
	padding: 10px 2%;
	border: 1px solid #ccc;
	margin: 0 1%;
}
.neaxtpg a:hover {
	background: #0e4295;
	color: #fff;
}
.neaxtpg {
	margin-bottom: 50px;
}
.n_main {
	width: 100%;
}
.inner_banner {
	height: 400px;
	position: relative;
	overflow: hidden;
	background: url(../images/neibanner.jpg) top center no-repeat;
	background-attachment: fixed;
}
.inner_banner .ib_box {
	position: absolute;
	bottom: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	width: 500px;
	padding: 30px 0 20px;
	background-color: rgba(255,255,255,0.75);
	border-radius: 6px;
	left: 50%;
	margin-left: -250px;
	text-align: center;
	-webkit-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	-moz-transition: 0.8s;
	transition: 0.8s;
}
.inner_banner .ib_box h3 {
	font-size: 36px;
	color: #676262;
	height: 36px;
	line-height: 36px;
}
.inner_banner .ib_box h3 i {
	display: inline-block;
	width: 40px;
	height: 1px;
	vertical-align: middle;
	background-color: #676262;
	margin: 0 20px;
}
.inner_banner .ib_box p {
	font-size: 20px;
	color: #0054aa;
	line-height: 40px;
	opacity: 0.5;
	text-align: center;
	text-transform:uppercase;
}
.inner_banner.on .ib_box {
	bottom: 40%;
	margin-bottom: -63px;
	opacity: 1;
	filter: alpha(opacity=100);
}

@media all and (max-width: 1080px) {
	.inner_banner {
		height: 200px;
	}
	.inner_banner .ib_box {
		width: 300px;
		padding: 30px 0 20px;
		margin-left: -150px;
	}
	.inner_banner .ib_box h3 {
		font-size: 30px;
	}
	.inner_banner .ib_box p {
		font-size: 16px;
	}
	.inner_banner.on .ib_box {
		bottom: 46%;
	}
}

.n_main .g_wz {
	padding: 30px 0px;
	box-sizing: border-box;
	line-height: 200%;
	max-width: 1300px;
	margin: 0 auto;
}
.n_main .g_wz p {
	line-height: 200%;
	text-indent: 2em;
}
.n_main .g_wz1 img {
	width: 100%;
}
.nav_t {
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #c5c5c5;
	margin-bottom: 30px;
	padding-left: 30px;
}
.chr-top {
	border-bottom: 1px solid #eaeaea;
	height: 70px;
	line-height: 70px;
	margin-bottom: 20px;
	width: 92%;
	margin: 0 auto;
	padding: 0 4%;
}
.chr-top h3 {
	font-size: 28px;
	color: #1488F5;
}
.chr-top h3 span {
	float: right;
	color: #6e6e6e;
	margin-top: 10px;
	font-size: 14px;
	font-weight: normal;
}
.chr-top h3 span i {
	color: #1488F5;
}
.chr-top h3 span a {
	color: #6e6e6e;
}
.chr-top h3 span a:hover {
	color: #1488F5;
}
.chr-top h3 u {
	text-transform: uppercase;
	font-size: 16px;
	font-style: normal;
	color: #a1a1a1;
	text-decoration: none;
	font-weight: normal;
}
#home-posi {
	width: 100%;
	background: url(cbj.jpg) center no-repeat;
	overflow: hidden;
	padding-bottom: 10px;
}
.home-posi {
	width: 1300px;
	height: 220px;
	margin: 0px auto;
	overflow: hidden;
}
.lei {
	width: 100%;
	overflow: hidden;
	display: flex;
}
.lei dl {
	flex: 1;
}
.lei dl a dt {
	width: 100px;
	height: 120px;
	margin-top: 15px;
}
.lei dl a dt img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: block;
	border: 6px solid #fff;
	margin: 0 auto;
	transition: all .3s;
}
.lei dl a dd {
	font-size: 16px;
	color: #fff;
	text-align: center;
	height: 50px;
	display: block;
}
.lei dl a:hover dt img {
	border: 6px solid #f98b1b;
}
.pnav {
	width: 100%;
	background: #fff;
}
.pnav ul {
	text-align: center;
	width: 1300px;
	margin: 0 auto;
}
.pnav ul li {
	margin: 10px 8px 0 10px;
	width: 100px;
	display: block;
	float: left;
}
.pnav ul li a {
	display: block;
	transition: all .3s;
}
.pnav ul li a img {
	border-radius: 50%;
	border: 4px solid #ccc;
	transition: 1s;
	width: 100px;
	height: 100px;
	display: block;
}
.pnav ul li a p {
	text-align: center;
	font-size: 16px;
	color: #000;
	margin-top: 5px;
	height: 50px;
}
.pnav ul li a:hover, ._act {
	transform: translateY(-14px);
}
.pnav ul li a:hover img, ._act img {
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	transform: rotateY(360deg);
	border: 4px solid #018935;
}
.pnav ul li.hover a {
	transform: translateY(-14px);
}
.pnav ul li.hover a img {
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.pnav ul li a.act img {
	border: 4px solid #018935 !important;
}
.pnav ul li a.act p {
	color: #018935 !important;
}
.max-case {
	width: 646px;
	height: 486px;
	background: #eee;
	float: left;
	position: relative;
}
.max-case li {
	width: 646px;
	height: 486px;
	overflow: hidden;
	position: relative;
}
.max-case li > a {
	display: block;
}
.max-case li > a > img {
	width: 100%;
	display: block;
}
.max-case li strong {
	font-size: 20px;
	color: #000;
	line-height: 50px;
	text-align: center;
	width: 646px;
	display: block;
	font-weight: normal;
}
.max-case li p {
	text-align: center;
	position: absolute;
	top: 30px;
	left: 20px;
	font-size: 20px;
	color: #fff;
}
.number {
	width: 100%;
	height: 50px;
	position: absolute;
	z-index: 99999;
	right: 10px;
	bottom: 5px;
	text-align: center;
}
.number span {
	width: 26px;
	height: 26px;
	display: inline-block;
	border-radius: 50%;
	background: #fff;
	color: #666;
	margin: 0 5px 0 0;
	text-align: center;
	line-height: 26px;
}
.number-on {
	background: #fca321 !important;
	color: #fff !important;
}
#showdata {
	display: none;
}
::selection {
	background: #ff7e25;
	color: #fff;
}

::-moz-selection {
 background: #ff7e25;
 color: #fff;
}

::-webkit-selection {
 background: #ff7e25;
 color: #fff;
}
html, body, p, h1, h2, h3, h4, h5, h6, li, ul, ol, em, i, strong, b, u, dd, dt, dl, td, table, th, tr, a, button, input, form {
	margin: 0;
	padding: 0;
}
body, html {
	width: 100%;
	height: 100%;
	font-size: 16px;
	font-family: "微软雅黑", Arial;
	background: #fff;
}
 @media all and (max-width: 860px) {
	body {
		padding-top: 80px;	 }
	
	body, html {
		font-size: 14px;
	}
}
body {
	overflow-x: hidden;
}
li, ol {
	list-style: none;
}
a, u {
	color: inherit;
	text-decoration: none;
}
img {
	border: 0;
}
em {
	font-style: normal;
}
button, input[type='submit'] {
	border: 0;
	color: inherit;
	background: none;
	cursor: pointer;
	outline: none;
}
button:active, input:active[type='submit'] {
	outline: none;
}
input[type="password"], input[type="checkbox"], input[type="file"], input[type="radio"], input[type="text"], textarea, select {
	color: inherit;
	outline: 0px;
	border: 0;
	background: #fff;
}
select {
	vertical-align: middle;
	height: 22px;
}
section, article, aside, header, footer, hgroup, figure, figcaption, main, nav {
	display: block;
}
.wrap {
	overflow: hidden;
	position: relative;
}
.main {
	margin: auto;
	width: 1400px;
	box-sizing: border-box;
	position: relative;
}
.main:after, .clear:after {
	content: '';
	clear: both !important;
	display: block !important;
	height: 0 !important;
	visibility: hidden !important;
	overflow: hidden !important;
}
 @media all and (max-width: 1430px) {
.main {
	width: 100%;
	padding: 0 15px;
}
}
.dba a, .dbem em, .dbimg img, .dbspan span, .dbi i, .dbb b, .dbu u, .dbstrong strong {
	display: block;
}
.db *:not(script) {
	display: block;
}
.fff {
	color: #fff;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.tac {
	text-align: center;
}
.dn {
	display: none !important;
}
.vh {
	visibility: hidden;
}
.imp {
	font-family: Impact;
}
a.logos {
	z-index: 9999;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	transition-delay: .3s;
	display: block;
}
/*a.logos.act {
	transform: scale(1.2) translateY(15px);
	transition-delay: .1s;
}*/
 @media (max-width: 1300px) {
a.logos {
	left: 20px;
}
}
#headerBtn {
	float: right;
	width: 40px;
	height: 40px;
	position: relative;
	background: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 9999;
	margin-top: 15px;
	transition-delay: .4s;
	margin-top: 20px;
	margin-right: 15px;
}
#headerBtn i {
	position: absolute;
	width: 24px;
	height: 2px;
	background: #414141;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	top: 0;
	transition-delay: .4s;
}
#headerBtn i::before, #headerBtn i::after {
	content: '';
	position: absolute;
	width: inherit;
	height: inherit;
	background: #414141;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	left: 0;
	transition-delay: .4s;
}
#headerBtn i::before {
	top: 8px;
}
#headerBtn i::after {
	top: -8px;
}
#headerBtn.act {
	background: #ccc;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 85px;
	height: 85px;
	transition-delay: .1s;
}
#headerBtn.act i {
	background: transparent;
	transition-delay: .1s;
}
#headerBtn.act i::before, #headerBtn.act i::after {
	background: #fff;
	transition-delay: .1s;
}
#headerBtn.act i::before {
	transform: rotateZ(45deg) translateY(-5px) translateX(-6px);
}
#headerBtn.act i::after {
	transform: rotateZ(-45deg) translateY(5px) translateX(-6px);
}
#openNav nav {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
#openNav {
	position: fixed;
	top: 0;
	left: 0;
	color: #130c0e;
	z-index: 9998;
	overflow: hidden;
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
	visibility: hidden;
}
#openNav i {
	position: absolute;
	background: #fff no-repeat top right;
	z-index: -1;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 0;
	height: 0;
	right: 0;
	top: 0;
	border-radius: 0 0 0 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#openNav nav {
	max-width: 1400px;
	width: 100%;
	z-index: 9;
	font-size: 60px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
	height: 100%;
	margin: 0 auto;
}
 @media (max-width: 1400px) {
#openNav nav {
	position: relative;
}
}
 @media (max-width: 480px) {
#openNav nav {
	height: 100% !important;
}
}
#openNav a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#openNav #headerBtn {
	display: none;
}
#openNav ul {
	position: absolute;
	top: 10%;
	right: 0;
	left: 0;
	height: 0;
	margin: auto;
	height: 560px;
	bottom: 0;
	max-width: 1400px;
	width: 100%;
}
 @media (max-width: 1400px) {
#openNav ul {
	padding-top: 10%;
}
}
 @media (max-width: 850px) {
#openNav ul {
	position: relative;
	top: 0;
	overflow-y: auto;
}
}
 @media (max-width: 480px) {
#openNav ul {
	height: 100%;
}
}
#openNav li {
	position: relative;
	width: 220px;
	float: left;
	padding-bottom: 20px;
	height: 280px;
	margin: 35px;
	box-sizing: border-box;
	font-size: 26px;
	line-height: 280px;
	overflow: hidden;
	z-index: 1;
	border: 1px solid #ccc;
}
#openNav li a {
	font-size: 26px;
	padding-left: 30px;
	display: block;
}
 @media (max-width: 1400px) {
#openNav li {
	width: 23%;
	display: block;
	float: left;
	margin: 1%;
}
}
 @media (max-width: 850px) {
#openNav li {
	width: 48%;
}
}
 @media (max-width: 480px) {
#openNav li {
	width: 98%;
}
#openNav li:last-child {
	margin-bottom: 100px;
}
}
#openNav li:hover {
	color: #14aeea;
}
#openNav li:hover::after {
	top: 0;
}
#openNav li:hover a {
	color: #fff;
}
#openNav li:hover a::before {
	background: #fff;
}
#openNav li:hover a::after {
	color: #fff;
}
#openNav li::before {
	content: '';
	height: 8px;
	background: #130c0e;
	width: 0;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	right: 0;
	margin: auto;
}
#openNav li::after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 100%;
	right: 0;
	left: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background: url(../images/hover_bg.jpg) no-repeat center;
	background-size: cover;
	width: 100%;
	height: 100%;
	display: block;
}
#openNav li a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	line-height: 0;
	padding: 70% 0 0;
	box-sizing: border-box;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#openNav li a::before {
	content: '';
	height: 3px;
	width: 2em;
	display: block;
	position: absolute;
	top: 40%;
	right: 0;
	left: 0;
	margin: auto;
	background: #333;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#openNav li a::after {
	content: attr(l-en);
	display: block;
	font-size: 14px;
	line-height: 6;
}
#openNav > div {
	height: 100%;
}
.g_wz_lx {
	margin: 50px auto;
	max-width: 80%;
}

.g_wz_lx li {
	width: 33.333333%;
	float: left;
	text-align: center;
}
.g_wz_lx li p {
	margin-top: 10px;
	font-size: 16px;
	text-align: center;
}


@media (max-width: 1280px) {
	.g_wz_lx {
		margin: 30px auto;
	}

.g_wz_lx li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	width: auto;
	float: none;
	border-bottom: 1px dotted #666;
}
.g_wz_lx li p {
	margin-top: 15px;
}

}

 @media (max-width: 1310px) {
.anliroll {
	width: 100%;
}
.w1300 {
	width: 100%;
}
}
@media (min-width: 1281px) {
/*左右滚动*/
.al_pic, .syal_pic {
	display: block;
}
.al_pic1, .sycp_lb, .syal_pic1 {
	display: none;
}
}
@media (max-width: 1280px) {
.max-case {
	width: 100%;
	margin: auto;
	height: auto;
	float: none;
}
.max-case li {
	width: 100%;
	overflow: hidden;
	height: auto;
}
.max-case li > a > img {
	width: 100%;
	height: auto;
	display: block;
}
.sycp_lb {
	width: 100%;
	margin-bottom: 30px;
	overflow: hidden;
}
.sycp_lb li {
	width: 32%;
	float: left;
	margin: 5px auto 0 1%;
}
.sycp_lb li a {
	display: block;
	background: #f77d00;
	color: #fff;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	font-size: 1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.anliroll li a ol {
	line-height: 40px;
}
.syal {
	width: 100%;
	margin: 20px auto;
}
.syal li {
	width: 22%;
}
.syal li a img {
	margin: 0 auto;
}
.syal li a ol {
	padding-top: 5px;
	padding-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*左右滚动*/
.al_pic1 {
	width: 100%;
	overflow: hidden;
	margin: 10px auto 20px auto;
}
.al_pic1 li {
	float: left;
	margin-left: 2%;
	width: 48%;
	margin-bottom: 10px;
}
.al_pic1 li a {
	display: block;
	position: relative;
}
.al_pic1 li a img {
	display: block;
	width: 100%;
}
.al_pic1 li a ol {
	text-align: left;
	font-size: 18px;
	margin: 15px 0 0px 0;
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.527);
	color: #fff;
	line-height: 50px;
	text-align: center;
}
.w1300 {
	width: 100%;
}
.db_lx {
	margin-bottom: 20px;
}
.db_lx img {
	display: none;
}
.footer_con ul li {
	overflow: hidden;
	background: none;
	height: auto;
}
.footer_con ul li:nth-of-type(1) {
	width: 49%;
}
#home-posi, .anliroll li a span, .syal li a ol::before, .syal::before, .al_pic, .syal_pic, .footer_con ul li:nth-of-type(3) .db_lx img:nth-of-type(3), .footer2 {
	display: none;
}

.footer_con ul li:nth-of-type(4) {
	padding-top: 0;
	width: auto;
	float: none;
}

.footer_con ul li:nth-of-type(4) h3 {
	margin-bottom: 20px;
}

.footer_con ul li:nth-of-type(4) img {
	width: 130px;
}


.sycp {
	margin: 20px 15px 0;
}
.mjH2 em {
	margin-bottom: 10px;
}
.mjH2:before, .mjH2:after {
	display: none;
}
}
@media (max-width: 1280px) {
.qh_nav {
	display: none;
}
#headerBtn i, #headerBtn i::before, #headerBtn i::after {
	background: #1488F5;
}
#headerBtn {
	border: 1px solid #1488F5;
}
#openNav ul {
	top: 2%;
	width: 100%;
	max-width: 100%;
}
div.main {
	width: 100%;
}
.anliroll li a ol {
	font-size: 1rem;
}
.nflahs {
	height: 320px;
}
.nflahs img {
	height: 100%;
	width: 150%;
}
.n_main .g_wz {
	padding: 30px 4%;
	box-sizing: border-box;
	max-width: 100%;
}
.pnav ul {
	display: none;
}
.w-auto {
	padding: 1% 1%;
}
.n_main .nflahs h2 {
	width: 100%;
}
}
@media (max-width: 676px) {
.sygsjj dl dd .sygsjj_wz img {
	float: none;
}
.syal li {
	width: 28%;
}
.syys h4 {
	font-size: 1rem;
}
.syys ul {
	margin-top: 10px;
}
.synews h3{
	margin: 0 15px 20px;
	width: auto !important;
}

.synews dl {
	width: auto;
	margin: 0 15px;
}
.synews dl dt, .synews dl dd {
	width: 100%;
	float: none;
}
.synews dl dd a {
	margin-top: 20px;
	margin-bottom: 0;
}
.db_link {
	display: none;
}

.footer_con ul li:nth-of-type(1), .footer_con ul li:nth-of-type(2), .footer_con ul li:nth-of-type(3) {
	width: 100%;
	float: none;
}
.footer_con ul li {
	padding-left: 10px;
	border: none;
}

.footer_con ul li:nth-of-type(1) a,
.footer_con ul li:nth-of-type(2) a {
	width: 50%;
	float: left;
}

/*底部导航*/
.social_nav5 ul {
	height: 58px;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 999;
	background: #1488F5;
}
.social_nav5 ul li {
	width: 32%;
	float: left;
	position: relative;
	border-right: 1px solid #fff;
	font-size: 12px;
	text-align: center;
	color: #fff;
	line-height: 12px;
	height: 58px;
	box-sizing: border-box;
	padding-top: 5px;
}
.social_nav5 ul li:last-child {
	border-right: none;
}
.social_nav5 ul li:first-child {
	border-left: none;
}
.social_nav5 ul li em {
	width: 23px;
	display: block;
	margin: 0 auto;
	padding: 2px 0 6px 0;
	color: #fff;
}
.social_nav5 ul li em img {
	width: 23px;
}
.social_nav5 ul li a {
	color: #fff;
	padding: 0;
}
#footer {
	padding: 0 15px 55px;
	margin-bottom: 0;
	margin-top: 50px;
	background: #000;
}
.anliroll li {
	width: 48%;
}
.sygsjj {
	margin-bottom: 40px;
	margin-top: 20px;
	padding: 0 15px;
}
.sygsjj dl dd h3 {
	font-size: 2rem;
}
a.logos {
	left: 15px;
}
a.logos img {
	width: 190px;
}
.header1 {
	height: 80px;
}.header1 section {
	height: 80px;
}.header1 .logoImg {
  padding: 10px 0 10px 15px;
}
#headerBtn {
	margin-top: 20px;
}
.mjH2 {
	font-size: 2rem;
	width: auto;
}
.chr-top h3 span {
	display: none;
}
.nflahs img {
	width: 100%;
}
#openNav li {
	padding: 0;
	height: auto;
}
#openNav li a:before {
	display: none;
}

#openNav li a {
	padding: 8px 0;
	height: auto;
	display: block;
	position: relative;
	left: inherit;
	top: inherit;
	font-size: 18px;
	line-height: 1.5;
}
#openNav ul {
	top: 5%;
	/*top: 12%;*/
}
#headerBtn.act {
	width: 40px;
	height: 40px;
	/*margin-top: 31px;*/
}
ul.love li {
	width: 50%;
}
ul.love li img {
	width: 100%;
}
ul.love ol, .showlist li .t {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.g_wz_lx ul li {
	width: 100%;
	margin-bottom: 20px;
}
.max-case li p, .number {
	display: none;
}
}
@media (min-width: 677px) {
.social_nav5 {
	display: none;
}
}
@media (max-width: 390px) {
.sycp_lb li {
	width: 48%;
}
.syal li {
	width: 41%;
}
.sygsjj dl dd .sygsjj_wz img {
	width: 90%;
}
.syys ul li {
	width: 43%;
}
.synews h3 {
	font-size: 2rem;
}
.synews h3 a {
	display: none;
}
.al_pic1 li a ol {
	font-size: 1rem;
	height: 30px;
	line-height: 30px;
}
.synews dl dd a {
	margin-bottom: 20px;
}
.footer_con ul li:nth-of-type(3) h4 {
	padding-left: 49px;
}
}
/*# sourceMappingURL=chen.css.map */
.showlist {
	margin: 0 auto;
	padding: 50px 0;
	width: 80%;
}
 @media all and (max-width: 860px) {
	 .showlist {
		margin: 0 auto;
		padding: 20px 15px;
		width: auto;
	}

 }
 
.showlist li {
	margin: 10px 1%;
	width: 31.33333%;
	float: left;
	background: #fdfdfd;
	border: 5px solid #fff;
	border-radius: 5px;
	box-sizing: border-box;
}
.showlist li:hover {
	box-shadow: 0px 0px 8px #666;
	background: #f0f0f0;
}
.showlist li dl a {
	display: block;
}
.showlist li img {
	width: 100%;
	border-radius: 5px;
}
.showlist li .t {
	line-height: 35px;
	display: block;
}
.showlist li:hover b {
	color: #e30;
}
.showlist dt a {
	overflow: hidden;
	display: inline-block;
	transform: rotate(0);
	border-radius: 5px;
}
.showlist dt a img {
	transition: all .4s ease-in-out;
}
.showlist dt a:hover img {
	transform: translateZ(0) scale(1.12);
}
.showlist dd, .showlist ol {
	padding: 1%;
	color: #666;
	text-align: center;
}
.showlist dd * {
	color: #666;
}
.showlist span {
	text-decoration: line-through;
	vertical-align: middle;
}
.showlist .pm {
	text-decoration: none;
	color: #00F;
}
 @media (max-width: 1080px) {
.showlist li {
	width: 48%;
}
}


#news_data1 {
	margin: 50px auto;
	width: 80%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc
}

#news_data1 li {
	width: 49.9%;
	float: left;
}

#news_data1 a {
	display: block;
	padding: 20px;
	background: #fff;
	overflow: hidden;
	margin: 1px 0px 0px 1px;
	box-sizing: border-box;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc
}
#news_data1 a img {
	width: 30%;
	margin-right: 3%;
	float: left;
	display: block
}
#news_data1 a .textBox {
	width: 67%;
	float: left;
	height: 100%;
	font-weight: normal
}
#news_data1 a .textBox b {
	width: 100%;
	height: 30px;
	font-size: 20px;
	color: #555555;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal
}
#news_data1 a .textBox p {
	width: 100%;
	font-size: 16px;
	color: #999;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
}
#news_data1 a .textBox em {
	font-size: 14px;
	color: #999;
	margin-bottom: 30px;
	display: block;
}
#news_data1 a:hover {
	background: #fff3eb;
	margin: 1px 0px 0px 1px;
}
#news_data1 a:hover .textBox b {
	width: 100%;
	height: 30px;
	font-size: 20px;
	color: #ff6501;
}
#news_data1 a:hover .textBox p {
	color: #666;
}
#news_data1 a .textBox i {
	width: 105px;
	height: 23px;
	background: url(../images/morebg.png) left no-repeat;
	color: #000;
	padding: 0px 0px 0px 10px;
	text-align: left;
	font-size: 14px;
	line-height: 23px;
	display: block;
	margin-bottom: 10px
}
#news_data1 a:hover .textBox i {
	width: 105px;
	height: 23px;
	background: url(../images/morebg.png) left no-repeat;
	color: #d11f1f;
}
 @media all and (max-width: 860px) {
	 #news_data1 {
		margin: 30px 20px;
		width: auto;
		border-left: none;
	}
	
	#news_data1 li {
		width: auto;
		float: none;
	}
	
	#news_data1 a {
		padding: 10px 0;
	}
	#news_data1 a img {
		width: 30%;
		margin-right: 3%;
		float: left;
		display: block
	}
	
	#news_data1 a .textBox {
		padding-right: 15px;
		height: auto;
		font-weight: normal;
		box-sizing: border-box;
	}
	#news_data1 a .textBox b {
		display: block;
		width: auto;
		height: auto;
		font-size: 16px;
	}

#news_data1 a:hover .textBox b {
		height: auto;
		font-size: 16px;
}

	#news_data1 a .textBox p {
		display: none;
	}
	#news_data1 a .textBox em {
		margin-bottom: 10px;
	}

 }
 
@media (max-width:1026px) {
#news_data1 a {
	width: 100%;
	float: none;
}
}

.pagebar {
	margin-bottom: 80px;
}
@media (max-width:1026px) {

.pagebar {
	margin-bottom: 30px;
}
}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 14px;
  padding: 8px 8px;
  margin: 0 3px;
  border-radius: 3px;
}
.pagination span {
    color: #333;
    font-size: 14px;
    padding: 8px 2px;
    margin: 0 3px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #F78D13;
  border: 1px solid #F78D13;
}
.pagination a.page-num-current {
  color: #fff;
  background: #d40000;
  border: 1px solid #d40000;
}

.pagination .page-status {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 14px;
  padding: 8px 12px;
  margin: 0 3px;
  border-radius: 3px;
}

.pagination .page-status,
.pagination .page-index,
.pagination .page-last {
	display: none;
}


.detailBox {
	margin: 0 auto 40px;
	width: 1200px;
}

.detailBox h3 {
	padding-top: 40px;
	font-size: 30px;
	text-align: center;
}

.detailBox .info{
	text-align: left;
}

.detailBox .info img {
	margin: 0 auto 20px;
	display: block;
}

.detailBox .infoPhoto {
	text-align: justify;
	font-size:16px;
	color:#444;
}

.detailBox .infoPhoto img {
	margin: 0 auto 15px;
	display: block;
	width: 700px;
}

.detailBox .infoText {
	margin-bottom: 20px;
	text-align: center;
}

.detailBox .infoText h3 {
	padding-top: 40px;
	color: #111;
	font-size: 28px;
	text-align: center;
	margin-bottom: 20px;
}

.detailBox .infoText .updata {
	margin-top: 20px;
	padding: 10px 0;
	text-align: center;
	padding-bottom:15px;
	color:#888;
	font-size: 15px;
	font-weight: normal;
	border-top: 1px dotted #b6b6b6;
	border-bottom: 1px dotted #b6b6b6;
}

.detailBox .infoText .name {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
}

.detailBox .infoText .tel {
	padding: 15px 0 15px 80px;
	text-align: left;
	color: #d60d1b;
	font-size: 35px;
	font-weight: bold;
	background: url(../images/tel.png) no-repeat left center;
}

.subtitle {
	margin-bottom: 20px;
    font-size: 16px;
    line-height:60px;
    height: 60px;
    color: #8F8F8F;
    text-align:center;
    border-bottom: 1px solid #e5e5e5;
}
.subtitle span {
    padding:0 30px;
	display: inline-block;
}
.subtitle .timea{
    background: url(../images/shijian.png) left center no-repeat;
}
.subtitle .liulan{
    background: url(../images/liulan.png) left center no-repeat;
}


 @media all and (max-width: 860px) {
	 .detailBox {
		margin: 0 20px 40px;
		width: auto;
	}
	
	
	.detailBox .infoPhoto img {
		max-width: 100%;
	}
	
	
 }

.qianhou {
	margin: 0 auto 30px;
	width: 1200px;
	padding: 10px 8px;
	font-size: 15px;
	background:#f5f5f5;
}

.qianhou .qian {
	width: 50%;
	float: left;
}

.qianhou .hou {
	width: 50%;
	float: right;
	text-align: right;
}

.qianhou a:hover {
	text-decoration: underline;
}

 @media all and (max-width: 860px) {
	 
	.qianhou {
		margin: 0 20px 30px;
		width: auto;
		padding: 10px 8px;
		font-size: 15px;
		background:#f5f5f5;
	}
	
	
 }
 
.kjdab {
	padding: 100px 0 50px;
	background: url(../images/kjdbg.jpg) no-repeat center center;
	background-size: cover;
}

.kjdab .inner {
	margin: 0 auto 50px;
	width: 90%;
	min-width: 1200px;
}

.kjdab .photo {
	width: 46%;
	height: 450px;
	float: left;
	background: url(../images/about.jpg) no-repeat left center;
	background-size: cover; 
}

.kjdab .textBox {
	width: 50%;
	float: right;
}

.kjdab .textBox h2 {
	margin-bottom: 30px;
	color: #1488F5;
	font-size: 40px;
	line-height: 1.2;
}

.kjdab .textBox h2 span {
	display: block;
	color: #d40000;
	font-family: Impact;
	font-size: 30px;
}

.kjdab .textBox p {
	margin-bottom: 15px;
	color: #333;
	font-size: 15px;
	text-indent: 2em;
}

.kjdab .textBox .link a {
	padding: 5px 0;
	width: 150px;
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #d40000;
	border-radius: 30px;
}

.ibrand-num {
	overflow: hidden;
	margin: 20px 0 0;
	padding: 0;
}
.ibrand-num li {
	float: left;
	width: 25%;
	height: 100px;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.ibrand-num li span {
	font-size: 48px;
	line-height: 50px;
}
.ibrand-num li i {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #1488F5;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	font-weight: normal;
}
.ibrand-num li b {
	display: block;
	font-weight: normal;
}


@media all and (max-width: 1080px) {
	.kjdab {
		padding: 80px 20px 30px;
	}
	
	.kjdab .inner {
		margin: 0 0 20px;
		width: auto;
		min-width: inherit;
	}
	
	.kjdab .photo {
		margin-bottom: 20px;
		width: auto;
		height: 250px;
		float: none;
	}
	
	.kjdab .textBox {
		width: auto;
		float: none;
	}
	
	.kjdab .textBox h2 {
		margin-bottom: 10px;
		font-size: 22px;
	}
	
	.kjdab .textBox h2 span {
		font-size: 18px;
	}
	
	.kjdab .textBox .link a {
		margin: 0 auto;
	}
	
	.ibrand-num {
		overflow: hidden;
		margin: 20px 0 0;
		padding: 0;
	}
	.ibrand-num li {
		width: 50%;
		height: 100px;
		font-size: 18px;
	}
	.ibrand-num li span {
		font-size: 35px;
		line-height: 50px;
	}
	.ibrand-num li i {
		margin: -15px 0 0 5px;
		display: inline-block;
		width: 24px;
		height: 24px;
		line-height: 24px;
		font-size: 14px;
		vertical-align: middle;
	}
}

 
 


.advcon {
	overflow: hidden;
}
.adv_bg {
	position: relative;
	z-index: 99;
}
.advtab ul {
	display: flex;
	margin: 0px 0 17px;
}
.advtab li {
	float: left;
	display: flex;
	align-items: center;
	height: 130px;
	width: calc(100% / 4);
	background: #fff;
	overflow: hidden;
	justify-content: center;
	position: relative;
}
.advtab li + li:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 60px;
	background: #e2e2e2;
	top: 50%;
	margin-top: -30px;
	left: 0;
}
.advtab li em {
	display: block;
	color: #000;
	opacity: 0.07;
	font-size: 57px;
	font-weight: bold;
	margin-left: -16px;
	font-family: "Roboto";
}
.advtab li i {
	font-size: 32px;
	width: 66px;
	height: 66px;
	line-height: 68px;
	background: #e2e2e2;
	border-radius: 100%;
	text-align: center;
	color: #333;
	margin-right: 16px;
}
.advtab li.on i {
	background: #0089f2;
	color: #fff;
}
.advtab li p {
	display: grid;
}
.advtab li b {
	font-size: 24px;
	margin-bottom: 0px;
	display: block;
}
.advtab li span {
	font-size: 14px;
	text-transform: uppercase;
	color: #b7b7b7;
}

.advtab li.on em {
	color: #fff;
}
.advcon .tempWrap {
	width: 100% !important;
	box-shadow: 0 0 52px rgba(0, 0, 0, 0.11);
}

@media all and (max-width: 860px) {
	.advtab {
		padding: 20px 0;
	}
	
	.advtab ul {
		display: block;
		margin: 0px 0 17px;
	}
	.advtab li {
		margin-bottom: 10px;
		display: block;
		height: 130px;
		width: 50%;
		text-align: center;
	}
	.advtab li + li:after {
		height: 80px;
		margin-top: -40px;
		left: 0;
	}
	.advtab li em {
		display: block;
		color: #000;
		opacity: 0.07;
		font-size: 57px;
		font-weight: bold;
		margin-left: -16px;
		font-family: "Roboto";
	}
	.advtab li i {
		margin-right: 0;
	}
	.advtab li.on i {
		background: #0089f2;
		color: #fff;
	}
	.advtab li p {
		margin-top: 10px;
		text-align: center;
	}
	.advtab li b {
		font-size: 25px;
	}
	.advtab li span {
		font-size: 12px;
		text-align: center;
	}
}

.index-solution-list {
	padding: 70px 0 0;
	min-width: 1200px;
	width: 90%;
	margin: 0 auto;
}

.index-solution-list ul {
	overflow: hidden;
}

.index-solution-list li {
	position: relative;
	float: left;
	width: 16.6%;
	text-align: center;
	padding: 54px 20px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	box-sizing: border-box;
}

.index-solution-list li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #0089f2;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.index-solution-list li:hover:before {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.index-solution-list li .pic {
	position: relative;
	display: inline-block;
	width: 101px;
	height: 101px;
	border: 1px solid #e8e8e8;
	font-size: 0;
	height: 101px;
	border-radius: 50%;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	text-align: center;
}

.index-solution-list li .pic i {
	display: inline-block;
	width: 101px;
	height: 101px;
	line-height: 101px;
	color: #1488F5;
	font-size: 50px;
}

.index-solution-list li:hover .pic {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}

.index-solution-list li:hover .pic i {
	color: #fff;
}

.index-solution-list li .tit {
	position: relative;
	font-size: 24px;
	color: #333;
	margin-bottom: 15px;
	margin-top: 15px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	font-weight: 500;
}

.index-solution-list li.on .tit,
.index-solution-list li.on .des, 
.index-solution-list li:hover .tit,
.index-solution-list li:hover .des,
.index-solution-list li:hover .des a {
	color: #fff;
}

.index-solution-list li .des {
	position: relative;
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: 100;
	color: #999;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	text-align: center;
}

.index-solution-list li .more {
	position: relative;
	border-radius: 40px;
	border: 1px solid #e8e8e8;
	width: 100px;
	line-height: 34px;
	height: 36px;
	margin: 0 auto;
	display: block;
	font-size: 13px;
	color: #1b2229
}
.index-solution-list li.on .more,
.index-solution-list li:hover .more {
	color: #fff;
	border-color: #fff;
}

.index-solution-list li.on .more:hover,
.index-solution-list li:hover .more:hover {
	background: #fff;
	color: #0089f2;
}

@media all and (max-width: 1080px) {
	.index-solution-list {
		padding: 30px 0;
		min-width: inherit;
		width: auto;
		margin: 0 20px;
	}

	.index-solution-list li {
		width: 50%;
		padding: 10px 20px;
	}
	
	.index-solution-list li .pic {
		width: 80px;
		height: 80px;
		font-size: 0;
	}
	
	.index-solution-list li .pic i {
		display: inline-block;
		width: 80px;
		height: 80px;
		line-height: 80px;
		font-size: 40px;
	}
	
	.index-solution-list li .tit {
		font-size: 20px;
		margin-bottom: 8px;
		margin-top: 8px;
	}
	
	.index-solution-list li .des {
		margin-bottom: 15px;
	}
	
	.index-solution-list li .more {
		border: 1px solid #e8e8e8;
		width: 100px;
		line-height: 28px;
		height: 28px;
		font-size: 11px;
	}
}


.ys {
	padding: 90px 0 80px;
	background: url(../images/ys_bg.jpg) no-repeat center 0 #f1f1f1;
	background-size: 100% auto;
}
.ys .mjH2{
	color: #fff;
}
.ys .mjH2 i {
	color: #fff;
}
.ys .mjH2 em {
	color: #fff;
}

.ys .inner {
	margin: 0 auto;
	width: 1200px;
}
.ys_t {
	text-align: center;
	font-size: 0;
	line-height: 0;
	height: 76px;
	margin-bottom: 50px;
}
.ys_t li {
	display: inline-block;
	margin: 0 50px;
	text-align: left;
	height: 76px;
	position: relative;
	overflow: hidden;
}
.ys_t li:after {
	position: absolute;
	width: 0;
	height: 15px;
	background: #fff;
	content: "";
	left: 0;
	bottom: -10px;
	border-radius: 8px;
	transition: all 0.3s;
}
.ys_t li img {
	display: inline-block;
	margin-right: 10px;
}
.ys_t li span {
	display: inline-block;
	font-size: 30px;
	line-height: 30px;
	color: #fff;
}
.ys_t li i {
	display: block;
	font-size: 12px;
	line-height: 26px;
	color: #fff;
	font-family: Arial;
	text-transform: uppercase;
	opacity: 0.5;
}
.ys_t li.on:after {
	width: 100%;
}
.ys_con {
	height: 560px;
	position: relative;
}
.ys_bd dl {
	height: 560px;
	background: #fff;
}
.ys_bd dt img {
	display: block;
	width: 100%;
}
.ys_bd dd {
	float: right;
	width: 390px;
	height: 560px;
	padding: 0 35px;
	box-sizing: border-box;
}
.ys_bd dd h3 {
	font-size: 30px;
	color: #3a3a3a;
	line-height: 36px;
	position: relative;
	margin: 106px 0 20px;
	padding-bottom: 22px;
}
.ys_bd dd h3:after {
	position: absolute;
	width: 60px;
	height: 2px;
	content: "";
	background: #d8d8d8;
	left: 0;
	bottom: 0;
}
.ys_bd dd p {
	font-size: 16px;
	color: #3a3a3a;
	line-height: 24px;
	opacity: 0.5;
}
.ys_pg {
	position: absolute;
	width: 267px;
	right: 0;
	bottom: 110px;
	z-index: 10;
	height: 10px;
}
.ys_pg i {
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 1px solid #6e6e6e;
	border-radius: 100%;
	box-sizing: border-box;
	margin-right: 15px;
}
.ys_pg i.cur {
	background: #00A2E6;
	border-color: #00A2E6;
}

@media all and (max-width: 1080px) {
	.ys {
		padding: 30px 20px;
		background: url(../images/ys_bg.jpg) no-repeat center 0 #f1f1f1;
		background-size: 100% 500px;
	}
	.ys .inner {
		margin: 0 auto;
		width: auto;
	}
	.ys_t {
		text-align: center;
		font-size: 0;
		line-height: 0;
		height: 76px;
		margin-bottom: 50px;
	}
	.ys_t li {
		display: block;
		margin: 0 0 20px;
		width: 50%;
		float: left;
		text-align: center;
		height: auto;
	}
	.ys_t li:after {
		display: none;
	}
	.ys_t li img {
		display: block;
		margin: 0 auto 10px;
	}
	.ys_t li span {
		display: inline-block;
		font-size: 18px;
		line-height: 30px;
		color: #fff;
	}
	.ys_t li i {
		display: none;
		font-size: 12px;
		line-height: 26px;
		color: #fff;
		font-family: Arial;
		text-transform: uppercase;
		opacity: 0.5;
	}
	.ys_t li.on:after {
		display: none;
	}
	.ys_con {
		height: auto;
	}
	.ys_bd dl {
		height: auto;
	}
	.ys_bd dt {
		float: none !important;
	}
	.ys_bd dd {
		float: none;
		width: auto;
		height: auto;
		padding: 20px;
	}
	.ys_bd dd h3 {
		font-size: 26px;
		line-height: 36px;
		margin: 20px 0;
		padding-bottom: 22px;
	}
	.ys_pg {
		display: none;
	}

}

.ys_bg {
	margin-bottom: 80px;
	background: url(../images/ys_bg.jpg) no-repeat center top;
	background-size: cover;
	padding: 80px 0 20px;
}
@media all and (max-width: 1080px) {
.ys_bg {
	display: none;
}
}

.ys_bg .mjH2{
	color: #fff;
}
.ys_bg .mjH2 i {
	color: #fff;
}
.ys_bg .mjH2 em {
	color: #fff;
}

.ys_bg .contain {
	margin: 0 auto;
	width: 1200px;
}

.ys_dl {
	width: 300px;
	float: left;
	text-align: center;
	color: #fff;
}
.ys_dl dt {
	background: #eeeeee;
	text-align: center;
}
.ys_dl dt img {
	width: 100%;
}

.ys_dl dd {
	background: url(../images/ys_bgs.png) no-repeat center top;
	height: 274px;
	text-align: center;
}
.ys_dl:nth-child(even) dd {
	background: url(../images/ys_bg1.png) no-repeat center top;
	height: 274px;
}
.ys_dl:nth-child(even) dd {
	color: #333;
}
.ys_dl:nth-child(even) dd span {
	color: #adadad;
}
.ys_dl:nth-child(even) p {
	border-top: 1px solid rgba(13,98,190,0.1);
}
.ys_dl dd b {
	font-size: 26px;
	text-align: center;
}
.ys_dl p {
	font-size: 15px;
	line-height: 24px;
	border-top: 1px solid rgba(255,255,255,0.3);
	padding: 20px;
	margin-top: 10px;
	text-align: center;
}
.ys_dl span {
	display: block;
	padding-top: 20px;
	font-size: 13px;
	color: rgba(255,255,255,0.5);
	text-transform: uppercase;
	margin-bottom: 7px;
	text-align: center;
}
