﻿/*Page banner*/
.page-banner {
	position: relative;
	height:500px;
	margin-top:90px;
}
.page-banner .pb-tit {
	position: absolute;
	left: 0;
	top: 35%;
	width: 100%;
	color: #080404;
}
.page-banner .pb-tit.white {
	color: #fff;
}
.page-banner .pb-tit .cn {
	font-size: 38px;
	line-height: 1;
	color: #080404;
	margin-bottom: 20px;
	font-weight:bold;
}
.page-banner .pb-tit.white .cn {
	color: #080404;
}
.page-banner .pb-tit .en {
	display: block;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 300;
	color: #888;
}
.page-banner .pb-tit.white .en {
	color: #fff;
	color: #888;
}
.page-banner .pb-tit.gray .en {
	color: #888;
}
.page-banner .pb-pic {
	overflow: hidden;
}
.page-banner .pb-pic img {
	/*max-width: 100%;*/
    position: relative;
	left: 50%;
	margin-left: -960px;
	-webkit-animation: minus 6s;
	animation: minus 6s;
}





/*放大缩小*/
@-webkit-keyframes minus {
 from {
 -webkit-transform: scale3d(1.05, 1.05, 1.05);
 transform: scale3d(1.05, 1.05, 1.05);
}
to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
}
@keyframes minus {
 from {
 -webkit-transform: scale3d(1.05, 1.05, 1.05);
 transform: scale3d(1.05, 1.05, 1.05);
}
to {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
}
.page-banner-solution {
	height: auto;
}
.page-banner-solution .pb-pic img {
	position: static;
	left: 0;
	margin-left: 0;
	max-width: 100%;
	opacity: .9;
	-webkit-animation: minus 6s;
	animation: minus 6s;
}
.ban-zixun {
	margin-top: 40px;
}
.page-banner-solution .pb-tit {
	top: 25%;
}
.ban-zixun .com-btn2.bg-888 {
	border: 1px solid #bebcb9;
	opacity: .9;
}
.ban-zixun .com-btn2:hover {
	background: #e60112;
	opacity: 1;
}
.ban-zixun .com-btn2.bg-888:hover {
	background: #333;
	border-color: #333;
}
.com-btn2 {
	display: inline-block;
	width: 180px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	background: #eb5250;
	color: #fff!important;
	font-size: 18px;
	text-align: center;
 -webkit-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
}
.center .com-btn2 {
	margin: 0 6px;
}
.com-btn2.bg-888 {
	background: #888;
}
.com-btn2:hover {
	opacity: .85;
}
/*内页*/




/*page-menu */
.page-menu {
	height: 81px;
	line-height: 79px;
	background: #fff;
	border-bottom: 1px solid #eee;
	text-align: center;
}
.page-menu li {
	float: none;
	display: inline-block;
	position: relative;
}
.page-menu li>a {
	display: inline-block;
	font-size: 20px;
	padding: 0 30px;
	color: #6b6b6b;
}
.page-menu .container li:first-child>a {
	padding: 0 30px 0 0;
}
.page-menu li.on>a, .page-menu li>a.on, .page-menu li>a:hover {
	color: #ea5250;
}
/*Solution*/


.page-solution {
	padding-top: 90px;
	padding-bottom: 60px;
	text-align: center;
}
.page-solution h3 {
	font-size: 48px;
	font-weight: bold;
	color: #333;
}
.page-solution h4 {
	margin-top: 20px;
	font-size: 28px;
	color: #717171;
}
.solution-content {
	padding: 35px 0 35px;
}
.solution-content p {
	font-size: 18px;
	line-height: 35px;
	color: #888;
}
.solution-content p ~ p {
 margin-top:10px;
}
/*page-case*/
.page-case {
	padding: 86px 0 71px;
}
.case-content {
	padding:30px 0 10px;
}
.Npage-case {
	padding: 20px 0 71px;
}
/*page-partner*/

.page-partner {
	padding: 86px 0 71px;
}
.partner-content {
	padding: 20px 0 20px;
}
.partner-list {
	margin-left: -9px;
	margin-right: -9px;
}
.partner-list li {
	float: left;
	width: 20%;
	padding: 0 9px;
	margin-bottom: 18px;
}
 .case-dis li:nth-child(4) {
display: none;
}
.partner-list li .box {
	display: block;
	border: 1px solid #e5e5e5;
	height: 100px;
	line-height: 100px;
	font-size: 0;
	text-align: center;
}
.partner-list li .box img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
	padding: 20px;
}
/*page_partner*/











.page-about {
	margin-top:50px;
}
.Nhui {
	background:#f6f8fa
}
.Nabout_list {
	width:42%;
	float:right;
}
.Nabout_list img {
	width:100%;
}
.Nabout-content {
	padding:40px;
	width:56%;
	float:left;
}
.Nabout-content h2 {
	font-size:32px;
	font-weight:bold;
	color:#000;
	display:block;
	text-align:left;
	margin-bottom:30px;
}
.Nabout-content h2:after {
	content: '';
	height: 3px;
	width: 0.6rem;
	background: #e60012;
	display: block;
	margin-top: 0.25rem;
}
.Nabout-content p {
	text-align: justify;
	display: block;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	font-weight: normal;
}
.Nabout-content .gs-pic {
	padding-bottom:30px;
}
.about-content {
	padding:20px 0 60px;
}
.about-content p {
	text-align: left;
	display: block;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	font-weight: normal;
}
.about-content .gs-pic {
	padding-bottom:30px;
}
.pic_list > li {
	margin-bottom: 20px;
	text-align: center;
}
.pic_list > li .pic {
	border-radius: 10px 10px 0px 0px;
}
.pic_list li:hover .pic img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.picitemtit {
	border-radius: 0px 0px 10px 10px;
	overflow: hidden;
	background: #f5f5f5;
	background-position: left center;
	background-size: 200% 100%;
	background-repeat: no-repeat;
 transition: background-position .6s ease;
	color:#333;
}
.picitemtit span {
	display: block;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
}
.pic_list > li:hover .picitemtit {
	background:#E60012;
	color:#FFF;
}
/*page-culture*/

.page-culture {
}
.culture-content {
	width:100%;
	overflow:hidden;
	margin:0 auto;
	padding:0;
	background:url(../images/nculture_bg.jpg) center top no-repeat;
	background-size:cover;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-top:30px;
}
.culture-content ul {
	width:100%;
	overflow:hidden;
	margin:0 auto;
	padding:0;
	border-left:1px solid rgba(255, 255, 255, 0.1);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.culture-content ul li {
	width:20%;
	overflow:hidden;
	margin:0;
	padding:100px 40px;
	border-right:1px solid rgba(255, 255, 255, 0.2);
	float:left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	min-height:500px;
}
.culture-content ul li:hover {
	background-color:rgba(230, 0, 18, 0.9);
}
.industry-bg {
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
	top:100px;
	left:0;
	background:#CCC;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
.culture-content ul li:hover .industry-bg {
	top:0;
}
.culture_icon1, .culture_icon2, .culture_icon3, .culture_icon4, .culture_icon5 {
	width:90px;
	height:90px;
	overflow:hidden;
	margin:0 auto;
	padding:0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	border: 1px dashed #fff;
	border-radius: 50%;
}
.culture_icon1 {
	background:url(../images/iys_ico01.png) center center no-repeat;
	background-size:60px 60px;
}
.culture_icon2 {
	background:url(../images/iys_ico02.png) center center no-repeat;
	background-size:60px 60px;
}
.culture_icon3 {
	background:url(../images/iys_ico03.png) center center no-repeat;
	background-size:60px 60px;
}
.culture_icon4 {
	background:url(../images/iys_ico04.png) center center no-repeat;
	background-size:60px 60px;
}
.culture_icon5 {
	background:url(../images/iys_ico05.png) center center no-repeat;
	background-size:60px 60px;
}
.culture_text {
	width:100%;
	overflow:hidden;
	margin:20px auto 0;
	padding:0;
}
.culture_text p {
	width:100%;
	overflow:hidden;
	line-height:32px;
	color:#fff;
	font-size:22px;
	font-weight:bold;
	text-align:center;
	margin:0 auto 10px;
	padding:0;
	text-transform:uppercase;
}
.culture_text span {
	display:block;
	width:100%;
	overflow:hidden;
	line-height:25px;
	color:#fff;
	font-size:16px;
	text-align:center;
	margin:0 auto;
	padding:0
}
/*page-honor*/
.page-honor {
	padding: 86px 0 71px;
}
.honor-content {
	padding:30px 0 10px;
}
.honorSwiper {
	height: auto;
}
.honorSwiper .swiper-wrapper {
	height: auto;
	margin-bottom: 20px;
}
.honorSwiper .swiper-wrapper .swiper-slide img {
	width: 100%;
}
.honorSwiper .swiper-slide {
	text-align: center;
	height: inherit;
	padding-bottom: 10px;
	background: #FFF;
	border:1px solid #e8e8e8;
}
.honorSwiper .swiper-slide:hover {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	background: #FFF;
}
.honorSwiper .swiper-slide .pic {
	position: relative;
}
.honorSwiper .swiper-slide .pic img {
	width: 100%;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.honorSwiper .swiper-slide :hover .pic img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.honor-title {
	padding:5px;
}
.honor-title h4 {
	line-height: 50px;
	font-size: 16px;
	font-weight: 600;
	color: #252525;
	text-align: center;
}
.honor-pagination {
	display: none;
}
.honor-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
}
.honor-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background: #e60012;
}
.honorSwiper .swiper-button-next, .honorSwiper .swiper-button-prev {
	display: none;
}
.Product-content {
	margin-top:30px;
}
.ProductSwiper {
	height: auto;
}
.ProductSwiper .swiper-wrapper {
	height: auto;
	margin-bottom: 20px;
}
.ProductSwiper .swiper-wrapper .swiper-slide img {
	width: 100%;
}
.ProductSwiper .swiper-slide {
	text-align: center;
	height: inherit;
	padding-bottom: 10px;
	background: #FFF;
	border:1px solid #e8e8e8;
}
.CaseSwiper .swiper-slide:hover {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	background: #FFF;
}
.ProductSwiper .swiper-slide .pic {
	position: relative;
}
.ProductSwiper .swiper-slide .pic img {
	width: 100%;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.ProductSwiper .swiper-slide :hover .pic img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.Product-title {
}
.Product-title h4 {
	line-height: 50px;
	font-size: 16px;
	font-weight: 600;
	color: #252525;
	text-align: center;
}
.ProductSwiper .swiper-button-next, .ProductSwiper .swiper-button-prev {
	display: none;
}
.CaseSwiper {
	height: auto;
}
.CaseSwiper .swiper-wrapper {
	height: auto;
	margin-bottom: 20px;
}
.CaseSwiper .swiper-wrapper .swiper-slide img {
	width: 100%;
}
.CaseSwiper .swiper-slide {
	text-align: center;
	height: inherit;
	padding-bottom: 10px;
	background: #FFF;
	border:1px solid #e8e8e8;
}
.CaseSwiper .swiper-slide:hover {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	background: #FFF;
}
.CaseSwiper .swiper-slide .pic {
	position: relative;
}
.CaseSwiper .swiper-slide .pic img {
	width: 100%;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.CaseSwiper .swiper-slide :hover .pic img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.case-title {
}
.case-title h4 {
	line-height: 50px;
	font-size: 16px;
	font-weight: 600;
	color: #252525;
	text-align: center;
}
.CaseSwiper .swiper-button-next, .CaseSwiper .swiper-button-prev {
	display: none;
}
.vs-content {
	font-size:18px;
	line-height:36px;
	margin-top:30px;
}
.vs-content h2 {
	font-size:30px;
	display:block;
	text-align:center;
	font-weight:bold;
	margin-bottom:20px;
}
.vs {
	margin-top:30px;
}
.vs .s_width {
	position:relative;
	min-height:600px;
	overflow:hidden;
	width:1280px;
}
.vs .vs_yuan {
	width:201px;
	height:126px;
	position:absolute;
	top:280px;
	left:50%;
	margin-left:-100px;
	z-index:11;
}
.vs .chuan, .vs .quanzidong {
	width:590px;
	position:absolute;
	height:713px;
}
.vs .chuan {
	left:0;
	top:0;
}
.vs .quanzidong {
	right:0;
	top:0;
}
.vs .chuan .chuan_title {
	position:absolute;
	top:0;
	left:50%;
	margin-left:-241px;
	height:60px;
	width:482px;
	background:#505050;
	z-index:10;
}
.vs .chuan .chuan_title span {
	display:block;
	text-align:center;
	font-size:30px;
	color:#ffffff;
	border:1px solid #737373;
	width:464px;
	line-height:45px;
	margin:6px auto 0 auto
}
.chuan_vs_text {
	width:580px;
	height:660px;
	position:absolute;
	left:0;
	bottom:0;
	border:5px solid #e2e2e2;
	background:#fff;
	z-index:9;
}
.chuan_vs_text div {
	text-align:center;
	padding:30px 0;
	border-bottom:1px solid #505050;
	width:542px;
	margin:0 auto 38px auto
}
.chuan_vs_text p {
	background:url(../images/cha.png) no-repeat left center;
	padding:0 0 0 40px;
	font-size:16px;
	line-height:28px;
	color:#505050;
	margin:18px 18px 6px 18px;
}
.vs .quanzidong .quanzidong_title {
	position:absolute;
	top:0;
	left:50%;
	margin-left:-241px;
	height:60px;
	width:482px;
	background:#f16418;
	z-index:10;
}
.vs .quanzidong .quanzidong_title span {
	display:block;
	text-align:center;
	font-size:30px;
	color:#ffffff;
	border:1px solid #f48346;
	width:464px;
	line-height:45px;
	margin:6px auto 0 auto
}
.quanzidong_vs_text {
	width:580px;
	height:660px;
	position:absolute;
	left:0;
	bottom:0;
	border:5px solid #e2e2e2;
	background:#fff;
	z-index:9;
}
.quanzidong_vs_text div {
	text-align:center;
	padding:30px 0;
	border-bottom:1px solid #f16418;
	width:542px;
	margin:0 auto 38px auto
}
.quanzidong_vs_text p {
	background:url(../images/dui.png) no-repeat left center;
	padding:0 0 0 40px;
	font-size:16px;
	line-height:28px;
	color:#1a9a53;
	margin:18px 18px 6px 18px;
}
.s_width {
}
.Nyoushi_content {
	margin: 0 auto;
}
.Nyoushi_content::after {
 content: '';
 display: block;
 clear: both;
}
.Nyoushi_content ul {
	overflow: inherit;
}
.Nyoushi_content ul li {
	float: left;
	width: 18%;
	overflow: hidden;
	margin: 20px 1%;
	background: rgba(255, 255, 255, .9);
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	box-shadow: 0 0 8px 2px rgba(0, 0, 0, .1);
	position: relative;
	cursor: pointer;
	transition: margin-top 0.8s;
	min-height:250px;
}
.Nyoushi_content ul li h3 {
	font-size:24px;
	font-weight:bold;
	display:block;
	text-align:center;
	line-height:60px;
	margin-top:10px;
}
.Nyoushi_content ul li p {
	padding: 0 20px;
	font-size: 16px;
	color: #333;
	line-height: 25px;
	text-align: justify;
}
.Nyoushi_content ul li>i {
	font-size: 50px;
	color: #d2d2d2;
	font-weight: bold;
	font-style:italic;
	position: absolute;
	bottom: -20px;
	right: 5px;
}
.Nyoushi_content ul li:hover {
	background: #E60012;
}
.Nyoushi_content ul li:hover p, .Nyoushi_content ul li:hover h3, .Nyoushi_content ul li:hover i {
	color: #fff;
}
.Nyoushi_content ul li:hover span {
	border: 8px solid #fff;
}
.Nyoushi_content ul li:hover span img {
	opacity: 1;
}
.Nyoushi_content ul li:hover span i {
	opacity: 0;
	transform: rotateY(360deg);
}
.Nservice-content ul {
	overflow: inherit;
}
.Nservice-content ul li {
	float: left;
	width: 18%;
	overflow: hidden;
	margin: 20px 1%;
	background: rgba(255, 255, 255, .9);
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	box-shadow: 0 0 8px 2px rgba(0, 0, 0, .1);
	position: relative;
	cursor: pointer;
	transition: margin-top 0.8s;
	min-height:250px;
}
.Nservice-content ul li h3 {
	font-size:24px;
	font-weight:bold;
	display:block;
	text-align:center;
	line-height:60px;
	margin-top:10px;
}
.Nservice-content ul li h3:after {
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	background: #e60012;
	margin:0 auto;
}
.Nservice-content ul li p {
	padding: 10px 20px;
	font-size: 16px;
	color: #333;
	line-height: 25px;
	text-align: justify;
}
.Nservice-content ul li:hover {
	background: #E60012;
}
.Nservice-content ul li:hover h3:after {
	background: #fff;
}
.Nservice-content ul li:hover p, .Nservice-content ul li:hover h3 {
	color: #fff;
}
.Nservice-content ul li:hover span {
	border: 8px solid #fff;
}
.Nservice-content ul li:hover span img {
	opacity: 1;
}
.main-box {
	padding: 40px 0 60px;
}
.main-content {
	padding: inherit;
}
/* newsList */



.newsList > li {
	margin-bottom: 20px;
	text-align: center;
}
.newsList > li .pic {
	border-radius: 10px 10px 0px 0px;
	height:300px;
}
.newsList li:hover .pic img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.news-content-box {
	padding:20px;
	background:#f6f8fa;
	border-radius: 0px 0px 10px 10px;
}
.newstit {
	text-align:left;
	font-size:18px;
	line-height:50px;
	color:#333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.newstit span {
	display: block;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
}
.newsdes {
	display: block;
	text-align: left;
	line-height: 30px;
	font-size: 16px;
	color:#666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.newsList > li:hover .newstit {
}
/* newsCenter 新闻中心页*/
/* 通用分页样式 */

.pages {
	width:100%;
	height:auto;
	text-align:center;
	padding:40px 0 20px;
	margin:0 auto;
	overflow:hidden;
	clear:both;
}


.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px; }
.pagination > li {
    display: inline; }
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #e60012;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px; }
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #e60012;
    border-color: #e60012;
    cursor: default; }



/*联系我们*/
.contact-list-1 li {
	float: left;
	height: 72px;
}
.contact-list-1 li:first-child {
	margin-right: 160px;
}
.contact-list-1 li .tit {
	font-size: 20px;
	color: #888;
	margin-top: 3px;
	margin-bottom: 10px;
}
.contact-list-1 li .des {
	font-size: 30px;
	color: #ea5250;
	font-family: "066-CAI978";
	line-height: 1;
}
.contact-list-1 li .pic {
	margin-right: 12px;
	width: 72px;
	height: 72px;
	background: #ea5250;
	color: #fff;
	text-align: center;
	line-height: 72px;
	font-size: 0;
	border-radius: 50%;
}
.contact-list-1 li .cont {
	overflow: hidden;
}
.contact-list-1 li .pic .icon-contact-tel {
	width: 38px;
	height: 40px;
	background: url(../images/icon-contact-tel.png) no-repeat center;
	margin-top: 15px;
}
.contact-list-1 li .pic .icon-contact-mail {
	width: 38px;
	height: 25px;
	background: url(../images/icon-contact-mail.png) no-repeat center;
	margin-top: 25px;
}
.contact-list-1 li .pic i {
	vertical-align: middle;
}
.contact-list-1 li:hover .pic i {
	-webkit-animation: sh-shake 2s ease infinite;
	animation: sh-shake 2s ease infinite;
}
/*动画——抖动效果*/
@-webkit-keyframes sh-shake {
 0%, 25%, 100% {
 -webkit-transform:translateY(0)
}
3%, 9%, 15% {
 -webkit-transform:translateY(-3px)
}
6%, 12%, 20% {
 -webkit-transform:translateY(3px)
}
}
@keyframes sh-shake {
 0%, 25%, 100% {
 -webkit-transform:translateY(0);
 transform:translateY(0)
}
3%, 9%, 15% {
 -webkit-transform:translateY(-3px);
 transform:translateY(-3px)
}
6%, 12%, 20% {
 -webkit-transform:translateY(3px);
 transform:translateY(3px)
}
}
.contact-list-2 {
	margin-top: 58px;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
.contact-list-2 .item {
	float: left;
	width: 50%;
	height: 230px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 35px 33px 0;
}
.contact-list-2 .item .tit {
	font-size: 22px;
	color: #333;
	margin-bottom: 25px;
}
.contact-list-2 .item .des {
	font-size: 16px;
	color: #6b6b6b;
	line-height: 30px;
}
.map-content {
	position: relative;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.map-content .map-info {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100px;
	line-height: 100px;
	font-size: 24px;
	color: #fff;
	background-color: rgba(8, 4, 4, 0.5);
}
.com-link {
	margin-top: 28px;
	width: 180px;
	height: 45px;
	line-height: 45px;
	background-color: rgba(8, 4, 4, 0.6);
	border-radius: 22px;
	color: #fff!important;
	font-size: 18px;
	text-align: center;
 -webkit-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
}
.com-link .icon-daohang {
	display: inline-block;
	margin-right: 15px;
	width: 22px;
	height: 100%;
	background: url(../images/icon-daohang.png) no-repeat center;
	vertical-align: top;
}
.com-link:hover {
	background: #ea5250;
}
.contact-list-3 li:first-child {
	width: 380px;
	height: 140px;
	padding: 30px 40px;
	border: 1px solid #ddd;
	margin-right: 64px;
}
.contact-list-3 li.info {
	width: auto;
	float: none;
}
.contact-list-3 li.info .tit2 {
	font-size: 18px;
	color: #484a4c;
	margin-bottom: 15px;
	padding-top: 5px;
}
.contact-list-3 li.info .des2 {
	line-height: 30px;
	color: #888;
}
/*留言*/

.f32 {
	font-size: 32px!important;
}
.message-form {
	margin-top: 35px;
}
.message-form .inp {
	float: left;
	width: 32.6666%;
	height: 60px;
	line-height: 60px;
	padding: 0 28px;
	margin-bottom: 1%;
	font-size: 18px;
	background: #fff;
	color: #888;
	box-sizing: border-box;
	border: 1px solid #ddd;
 -webkit-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
}
.message-form .inp1 {
	margin-right: 1%;
}
.message-form .txt {
	width: 100%;
	height: 240px;
	padding: 20px 28px;
	background: #fff;
	color: #888;
	font-size: 18px;
	font-family: "Microsoft Yahei";
	box-sizing: border-box;
	border: 1px solid #ddd;
 -webkit-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
}
.message-form .txt:hover, .message-form .inp:hover, .message-form .inp:focus, .message-form .txt:focus {
	border-color: #ea5250;
}
.message-form .sub {
	position: relative;
	margin-top: 20px;
	color: #fff;
	font-size: 18px;
	background: #888;
	vertical-align: middle;
	width: 300px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	color: #fff;
	cursor: pointer;
	text-align: center;
 -webkit-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
}
.message-form .sub:hover {
	background: #ea5250;
}
.contact-content {
	padding: 20px 0 60px;
}
.contact-content-box {
	
	margin: 0 auto;
}
.contact-content-box ul li {
	width: 100%;
	float: left;
	background: #f6f8fa;
	margin-top:40px;
}
 .contact-content-box ul li:nth-of-type(2) {
width: 32%;
}
 .contact-content-box ul li:nth-of-type(3) {
width: 32%;
margin-left:2%
}
.contact-content-box ul li:nth-of-type(4) {
width: 32%;
float:right;
}

.Ncontact-content {
	padding:40px;
	width:100%;
}

.contact-content-box ul li:nth-of-type(1) .Ncontact-content {
width: 50%;
float:left;
}

.Ncontact-content h3 {
	font-size: 24px;
	color: #333;
	display: block;
	text-align: left;
	line-height:60px;
}

.Ncontact-content h3:after {
	content: '';
	height: 3px;
	width: 50px;
	background: #e60012;
	display: block;
}
.Ncontact-content p {
	text-align: justify;
	display: block;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	font-weight: normal; margin-top:20px;
}



.page-Message {
	overflow: hidden;
	padding: 50px 0 90px 0;
	background: url(../images/message_bg.jpg) top center;
}
.zzliuyan {
	overflow: hidden;
}
.contact-tit {
	font-size: 28px;
	padding-bottom: 25px;
	margin-bottom: 10px;
	position: relative;
}
.contact-tit:before {
	content: " ";
	display: block;
	width: 40px;
	height: 2px;
	background: #000;
	position: absolute;
	bottom: 0;
}
.lylist {
	width: 100%;
}
.lylist input, .lylist textarea, .lylist button {
	border-radius: 5px;
	border: none;
	font-size: 14px;
}
.lylist .lytitle {
	width: 99%;
	height: 52px;
	line-height: 52px;
	padding: 0 0 0 30px;
	background: #fff;
}
.lylist .inp_name {
	width: 48%;
	height: 52px;
	line-height: 52px;
	padding: 0 0 0 30px;
	margin: 20px 0px 0 0;
	background: #fff;
	float: left;
}
.lylist .inp_tel {
	width: 49%;
	height: 52px;
	line-height: 52px;
	padding: 0 0 0 30px;
	float: right;
	margin: 20px 13px 0 0;
	background: #fff;
}
.lylist .inp_neirong {
	width: 99%;
	height: 200px;
	line-height: 35px;
	padding: 0 0 0 30px;
	margin: 20px 0px 0 0 !important;
	background: #fff;
}
.lylist .vcode {
	width: 100%;
	height: 52px;
	line-height: 52px;
	padding: 0 0 0 30px;
	margin: 20px 0px 0 0;
	background: #fff;
}
.lylist .submit {
	width: 100%;
	text-align: center;
	background: #d40000;
	height: 52px;
	line-height: 52px;
	color: #fff;
	font-size: 16px;
	float: right;
	margin: 20px 13px 0 0;
}
.lylist .submit:hover {
	cursor: pointer;
}
.yanzhengm img {
	position: absolute;
	top: 33px;
	right: 15px;
}
.yanzhengm {
	width: 48%;
	float: left;
	position: relative;
}
/*新闻内页*/

.Ileft_box {
	margin-bottom: 60px;
	float: left;
	box-shadow: 0 0 10px 6px #eeeeee;
}
.Ileft_box_title {
	width: 280px;
	height: 100px;
	background-image: linear-gradient(-90deg, #333, #333);
	text-align: center;
}
.Ileft_box_title p {
	font-size: 26px;
	line-height: 32px;
	color: #fff;
	font-weight: bold;
	padding: 24px 0 0 0;
}
.Ileft_box_title span {
	display: block;
	line-height: 14px;
	color: #fff;
	font-size: 14px;
	padding: 5px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
}
.Ileft_navlist {
	width: 280px;
}
.BPro_menu {
	width: 280px;
	height: 56px;
	background: #dcdcdc url(../images/dot_jian.png) no-repeat 230px center;
	border-top: 1px solid #eee;
}
.BPro_menu:hover {
	background: #E60012 url(../images/dot_jian_on.png)no-repeat 230px center;
}
.BPro_menu a {
	display: block;
	font-size: 16px;
	line-height: 56px;
	color: #333;
	padding-left: 30px;
	height: 56px;
	width: 230px;
	padding-right: 10px;
}
.BPro_menu:hover a {
	color: #fff;
}
.SPro_menu {
	border: 0 none;
	width: 100%;
	padding-left: 50px;
	color: #fff;
	background: url(../images/cpmusdt.png.png) no-repeat scroll 35px center;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
.SPro_menu a {
	color: #666;
	font-size: 14px;
	line-height: 32px;
 transition: all .5s;
}
.SPro_menu a:hover {
	color: #fe0000;
	padding-left: 5px;
}
.Ileft_box_contact {
	height: 112px;
	background-image: linear-gradient(-90deg, #333, #333);
	border-top: 1px solid #eee;
}
.Ileft_box_contact_title {
	height: 80px;
	padding-top: 30px;
	padding-left: 30px;
	background: url(../images/dot_tel5.png) no-repeat 210px 30px;
}
.Ileft_box_contact_title span {
	display: block;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
}
.Ileft_box_contact_title em {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
}
.NewsIntro {
	background: #fff;
	margin: 0 auto;
	box-shadow: 0 0 10px 6px #eeeeee;
	width:1080px;
	float:right;
}
.mainCon {
	font-size: 16px;
	line-height: 30px;
	color: #333;
	padding: 50px;
}
._head ._title {
	font-size: 32px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}
._tools {
	font-size: 0;
	color: #5a5a5a;
	margin-bottom: 40px;
}
._tool {
	font-size: 14px;
	margin-right: 10px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.news_list_date {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../images/newslist_icon01.png);
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-right: 4px;
}
.news_list_hits {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../images/newslist_icon02.png);
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-right: 4px;
}
.news_content {
	line-height: 30px;
	font-size: 16px;
	color: #5a5a5a;
}
.news_content_pic {
	padding:20px;
}
.news_content img {
	max-width:100%;
}
.news_sx {
	height: 40px;
	line-height: 40px;
	color: #999;
	font-size: 16px;
	margin-top:50px;
}
.news_sx a {
	color: #666;
	font-size: 16px;
}
.news_sx a:hover {
	color: #d10010;
	font-size: 16px;
}
.n_s {
	width: 50%;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.n_x {
	width: 50%;
	float: right;
	text-align: right;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*新闻内页end*/

.service-content {
	padding:20px 0 60px;
}
.service-content p {
	text-align: left;
	display: block;
	font-size: 16px;
	color: #333333;
	line-height: 36px;
	font-weight: normal;
}
.content {
	margin:0 auto;
	width:1200px;
}
.dbysbg p {
	background:url(../images/vs1.png)no-repeat 100%;
}
.dbysbg p span {
	display:inline-block;
	font-size:24px;
	color:#fff;
	font-weight:bold;
	line-height:80px;
	text-align:center;
	width:45%;
}
.dbysbg p span:last-child {
	float:right;
}
.dbysbg table td {
	padding:10px 80px;
	font-size:18px;
	line-height: 50px;
	color:#000;
	border-bottom:2px solid #fff;
}
 .dbysbg table tr:nth-child(2n-1) td:first-child {
background:#eff7ff;
}
.dbysbg table tr:nth-child(2n) td:first-child {
background:#f7f7f7;
}
.dbysbg table tr td:nth-child(2) {
background:#eeeeee;
border-left:4px solid #fff;
border-right:4px solid #fff;
padding:10px 0;
text-align:center;
width: 120px;
}
.dbysbg table tr:nth-child(2n-1) td:last-child {
background-color:#f5fff6;
}
.dbysbg table tr:nth-child(2n) td:last-child {
background-color:#f7f7f7;
}
.dbysbg table tr td:last-child {
	background:url(../images/dot_dh.png)no-repeat 40px 20px;
}
.w40 {
	width:40%
}
.w20 {
	width:20%
}
.font_sty {
	font-weight:bold;
	color:#E60012 !important;
}
.case_class {
	font-size:18px;
	line-height:36px;
}
.Ncase_title {
	text-align:center;
}
.Ncase_title H2 {
	display:block;
	font-size:36px;
	font-weight:bold;
	margin:30px 0;
}
.Iabout_Link {
	display:block;
}

.npro_bg {
	background:url(../images/p3_bg.jpg) no-repeat bottom
}
.ncase_bg {
	background:url(../images/p5_bg.jpg) no-repeat bottom
}
