@charset "utf-8";

.home-top-grid1 {
	background: rgba(11, 100, 143, 0.7);
	transition: 0.5s all;
}

.home-top-grid2 {
	background: rgba(226, 23, 55, 0.5);
	transition: 0.5s all;
}

.home-top-grid3 {
	background: rgba(11, 100, 143, 0.4);
	transition: 0.5s all;
}

@font-face {
	src: url(../fonts/HelveticaInserat.ttf);
}

@font-face {
	font-family: 'FuturistCondensed';
	src: url('../fonts/FuturistCondensed Regular.TTF');
	/* IE9*/
	src: url('../fonts/FuturistCondensed Regular.TTF') format('embedded-opentype'),
		/* IE6-IE8 */
		/*url('../fonts/FuturistCondensed Regular.woff') format('woff'), */
		/* chrome、firefox */
		url('../fonts/FuturistCondensed Regular.TTF') format('truetype'),
		/* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
		url('../fonts/FuturistCondensed Regular.svg#iconfont') format('svg');
	/* iOS 4.1- */
}

body {
	font-family: "微软雅黑";
	min-width: 320px;
	color: #666;
	overflow-x: hidden;
}

.iconfont {
	font-family: 'iconfont';
}

img {
	max-width: 100%;
}

li {
	list-style: none;
}

i,
em {
	font-style: normal;
}

.vcenter {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	vertical-align: middle;
	margin: auto;
}

.last {
	margin-right: 0 !important;
}

.tHide {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.blockFull {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.relative {
	position: relative;
}

a {
	color: #666;
}

a:hover {
	color: #d80808;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

.container {
	width: 1200px;
}

.container2 {
	width: 1100px;
	margin: 0 auto;
	padding: 0 15px;
}

.pic {
	position: relative;
	overflow: hidden;
}

.pic:after {
	content: "";
	display: block;
}

@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}

/*-header-*/
/* .headerAll,.product,.footer,.Sabout{
	display: none;
} */

/* 开始页 */

.header {
	clear: both;
}

/*-banner-*/
.banner {
	clear: both;
}

.banner img {
	width: 100%;
}

.banner .slick-dots {
	height: 47px;
	bottom: 0;
	background: url(../images/dotsbg.png);
}

.banner .slick-dots li {
	margin-top: 15px;
}

.banner .slick-dots li button {
	background: url(../images/dian2.png) no-repeat center;
	width: 80px;
	height: 5px;
	border-radius: 0 !important;
}

.banner .slick-dots li.slick-active button {
	background: url(../images/dian1.png) no-repeat center;
	width: 80px;
	height: 5px;
	border-radius: 0 !important;

}

.banner-img {
	text-align: right;
	margin: 20% 10% 0 0;
}



.banner-img p span {
	font-size: 30px !important;
}

.banner-img p strong span {
	font-size: 60px !important;
}

.nav {
	margin-left: 10px;
	position: relative;
	z-index: 2;
}

.nav ul li {
	float: left;
	line-height: 80px;
	font-size: 16px;
	position: relative;
}

.nav ul li a {
	padding: 31px 20px;
	transition: 0.3s;
	color: #333;
	font-size: 14px;
}

.nav ul li:hover a {
	color: #fff;
	background: #0d4da1;
}

.nav ul li:hover ul li a {
	background: #0d4da1;
	color: white;
}

.nav ul li ul {
	position: absolute;
	display: none;
	background: #0d4da1;
	z-index: 9;
	width: 175px;
	line-height: 45px;
}

.nav ul li ul li {
	background: #0d4da1;
	float: none;
	font-size: 14px;
	line-height: 30px;
	border-right: 0;
}

.nav ul li ul li a {
	padding: 0;
	display: block;
	text-align: center;
}

.nav ul li ul li a:hover {
	text-decoration: underline;
}

.nav ul li ul li .three {
	position: absolute;
	left: 100%;
	width: 100%;
	top: -10px;
	padding: 10px 0;
	display: none;
}

.nav ul li.active a {
	color: #fff;
	background: #f58220;
}

/*.nav ul li ul li.active a {
  color: #fff;
  background: #d80808;
  }*/
.header-right {
	padding: 30px 0 0;
	border-left: 1px solid #e5e5e5;
}

.header-search {
	margin: 0 20px;
	float: left;
}

.header-code {
	margin-right: 25px;
	float: left;
	position: relative;
}

.code-hidden {
	display: none;
	position: absolute;
	z-index: 999;
	width: 144px;
	height: 144px;
	padding: 10px;
	top: 50px;
	left: -40px;
	background-color: rgba(128, 128, 128, 0.4);
}

.code-hidden img {
	width: 124px;
	position: absolute;
	float: left;
}

.nav ul li:last-child {
	border-right: 0;
}

.language {
	display: inline-block;
	position: relative;
}

.language a {
	color: #666;
	display: block;
	/* padding: 3px 10px; */
}

.language a:hover {
	color: rgb(255, 156, 38);
}

.language .lang-none {
	position: absolute;
	z-index: 99;
	display: none;
	width: 100%
}

.language .lang-none a {
	color: #333;
	background: #fff;
}

.language:hover .lang-none {
	display: block;
}

.language .lang-none a:hover {
	color: rgb(255, 156, 38);
}

.sytit-wrap {
	text-align: center;
}

.sytit-wrap p {
	line-height: 40px;
	font-size: 13px;
	color: #333;
}

.sytit {
	background: url(../images/sybg1.png) no-repeat center;
	margin-top: 70px;
}

.sytit .sytitwrap {
	position: relative;
	top: -15px;
}

.sytit h3 {
	font-family: "黑体";
	font-size: 30px;
	color: #000;
	font-weight: 600;
}

.sytit b {
	font-family: "HelveticaInserat";
	font-size: 14px;
	color: #7c7c7c;
	font-weight: 100;
}

/* 首页产品 */
.product {
	margin: 50px 0;
}


.product .product-img h3 {
	position: absolute;
	width: 100%;
	height: 60px;
	/* left: 0; */
	bottom: 0;
	color: #fff;
	font-size: 20px;
	line-height: 58px;
	padding: 0 0 0 32px;
}
.product .product-img:hover h3 {
	text-decoration: underline;
}

.m-swiper-container:after{
	position: absolute;
	content: '';
	bottom: 0;
	width: 100%;
	height: 60px;
	background: url(../images/pro_tit_bg.png) left top;
}
.slick-next,.slick-prev{
	width: 20px!important;
}
.slick-next {
	transform: rotate(0)!important;
    BORDER-BOTTOM:0!important;
    BORDER-RIGHT: 0!important;
	background: url(../images/pro_r_01.png) no-repeat;
}
.slick-prev {
    transform: rotate(0)!important;
    BORDER-BOTTOM:0!important;
    BORDER-LEFT: 0!important;
    background: url(../images/pro_l_01.png) no-repeat;
}
.product .owl-controls {
	width: 100%;
	top: 44% !important;
}

.product .owl-nav i {
	color: white;
	font-size: 57px;
	font-weight: 800;
}

.product .owl-prev {
	padding: 7px;
	position: absolute;
	left: -0%;
	top: 40%;
	transition: 0.3s;
}

.product .owl-prev:hover i {
	/* box-shadow:2px 2px 5px #337ab7; */
}

.product .owl-next {
	padding: 7px;
	position: absolute;
	right: -0%;
	top: 40%;
	transition: 0.3s;
}

.product-right ul {
	margin-left: -30px;
}

.product-right ul li {
	position: relative;
	margin: 0 0 3.2% 1.5%;
	width: 31%;
	display: inline-block;
}

.product-right ul li p {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -10px;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	padding: 0 0 0 14px;
	background: url(../images/pro_tit_bg.png) left bottom;
}

.product-right ul li .bdy {
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9;
	padding: 20px;
	text-align: center;
	background: url(../images/pro_li_bg.png) left top;
}

.product-right ul li .bdy h5 {
	font-size: 16px;
	color: #fff;
	margin: 30px 0;
}

.product-right ul li .bdy span {
	display: block;
	font-family: arial;
	width: 80px;
	height: 25px;
	font-size: 14px;
	color: #fff;
	line-height: 25px;
	margin: 20px auto 0;
	text-transform: uppercase;
	border: 1px solid #99b7e1;
}

.product-right ul li:hover .bdy {
	display: block;
}
.product-right ul li:hover p {
	display: none;
}
.product-right ul li:hover .bdy span {
	text-decoration: underline;
}

@media (max-width:1031px) {
	.product-right ul li {
		width: 30.5%;
	}
}

@media (max-width:768px) {
	.product-right ul {
		margin-left: 0 !important;
	}

	.product-right ul li {
		width: 31.2%;
	}
}

.product .swiper-button-next,.product .swiper-button-prev{
	background-image: none!important;
}
.product .swiper-button-next i,.product .swiper-button-prev i{
	    color: white;
	    font-size: 57px;
	    font-weight: 800;
}

.slick-slide IMG{
	width: 100%;
}

/*首页关于我们*/
.Sabout {
	background: #ecedef;
	padding-bottom: 30px;
}

.Sabout-news .i-news-left {
	display: block;
	float: left;
}

.Sabout-news .i-news-left .i-news-title .i-news-title-left {
	display: block;
	float: left;
	width: 248px;
	height: 190px;
	margin: -14px 0 0 0px;
	background: url(../images/i-cont.png) no-repeat left top;
}

.Sabout-news .i-news-left .i-news-title .i-news-title-left h5 {
	font-size: 16px;
	font-weight: bold;
	width: 187px;
	color: #fff;
	margin: 0 0 0 30px;
	padding: 14px 0 10px 42px;
	border-bottom: 1px solid #3169b3;
	background: url(../images/pingjia_01.png) no-repeat 10px 12px;
}

.Sabout-news .i-news-left .i-news-title .i-news-title-left .li1 {
	margin: 0 0 0 30px;
}

.Sabout-news .i-news-left .i-news-title .i-news-title-left .li {
	display: block;
	width: 187px;
	padding: 8px 0;
}

.Sabout-news .i-news .i-news-left .i-news-title .i-news-title-left .li2 {
	margin: 3px 0 0 25px;
}

.Sabout-news .i-news-left .i-news-title .i-news-title-left .li .fl {
	display: block;
	width: 20px;
	float: left;
	height: 29px;
	color: #0d4da1;
	font-family: arial;
	text-align: center;
	background: url(../images/pingjia_02.png) no-repeat left top;
}

.Sabout-news .i-news-left .i-news-title .i-news-title-left .li .fr {
	display: block;
	float: left;
	font-size: 12px;
	color: #fff;
	width: 147px;
	margin: 0 0 0 12px;
}

.Sabout-news .i-news-left .i-news-title .i-news-title-left .li2 {
	margin-left: 25px;
}

.Sabout-custo {
	text-align: left;
	/* width: 67%; */
	width: 62.9%;
}

.Sabout-custo h1 {
	font-size: 18px;
	font-weight: bold;
	color: #0d4da1;
	padding: 0 0 0 30px;
	margin: 32px 0 16px 0;
	background: url(../images/chedeng.png) no-repeat left center;
	text-align: left;
}

.Sabout-custo .owl-carousel img {}

.Sabout-custo .banner_slide h3 {
	font-size: 12px;
	text-align: center;
	color: #333;
	margin: 10px 0;
}

.i-news-body {
	padding: 10px;
	height: 160px;
	background-color: white;
}

.i-news-body img {
	float: left;
	width: auto;
}

.i-news-body .bdy {
	display: block;
	float: left;
	width: 60%;
	margin: 0 0 0 22px;
}

.i-news-body .bdy h5 {
	height: 34px;
	line-height: 34px;
	color: #0d4da1;
	font-size: 16px;
}

.i-news-body .bdy span {
	display: block;
	width: 52px;
	height: 2px;
	margin: 0 0 7px;
	background: #575459;
}

.i-news-body .bdy p {
	font-size: 12px;
}

.Sabout-right {
	margin: 50px 0;
}

@media (max-width:1200px) {
	.Sabout-custo {
		width: 60%;
	}

	.i-news-body .bdy {
		width: 50%;
	}
}
@media (max-width:1200px) {
	.Sabout-custo {
		width: 55%;
	}
}
@media (max-width:991px) {
	.Sabout-custo {
		/* float: left !important; */
		width: 65%;
	}

	.Sabout-right {
		text-align: center;
	}
	.Sabout-right {
	    margin: 50px 0 20px;
	}
}
@media (max-width:950px) {
	.product-right ul li .bdy h5 {
	    margin: 10px 0 0;
	}
}
@media (max-width:815px) {
	.Sabout-custo {
		/* float: left !important; */
		width: 60%;
	}
}
@media (max-width:756px) {
	.Sabout-custo {
	    width: 52%;
	}

	.news-body-img {
		text-align: center;
		width: 100%;
	}

	.i-news-body img {
		float: none;
	}

	.i-news-body {
		height: 330px;
		margin-top: 10px;
	}

	.i-news-body .bdy h5 {
		text-align: center;
	}

	.i-news-body .bdy {
		width: 90%;
	}

	.i-news-body .bdy span {
		margin: auto;
	}
}

@media (max-width:601px) {
	.Sabout-custo {
		width: 48%;
	}
}

@media (max-width:554px) {
	.Sabout-custo {
		width: 100%;
	}
}

/*首页新闻资讯*/
.synews ul {
	margin: 50px 0;
}

.synews ul li .pic {
	width: 50%;
}

.synews ul li .pic img {
	transition: 0.3s;
}

.synews ul li .pic:after {
	padding-bottom: 66.6%;
}

.synews ul li .syntxt {
	text-align: center;
	width: 50%;
	padding: 0 2.5%;
}

.synews ul li .syntxt span {
	display: block;
	margin-top: 10%;
}

.synews ul li .syntxt a.ntit {
	font-size: 24px;
	color: #333;
	margin: 10px 0 15px;
	display: inline-block;
	transition: 0.3s;
	height: 34px;
	overflow: hidden;
}

.synews ul li .syntxt p {
	line-height: 25px;
	height: 75px;
	overflow: hidden;
}

.synews ul li .syntxt a.detailed {
	width: 135px;
	height: 39px;
	display: inline-block;
	border: 1px solid #d80808;
	color: #d80808;
	text-align: center;
	line-height: 39px;
	border-radius: 20px;
	margin: 50px 0 0;
	transition: 0.3s;
}

.synews ul li .syntxt a.detailed:hover {
	background: #d80808;
	color: #fff;
}

.synews ul li:hover a.ntit {
	color: #d80808;
}

.synews ul li:hover img {
	transform: scale(1.2);
}

/*首页案例展示*/
.sypicture .container {
	padding: 10px 0px 15px 0px;
}

.sypicture .swiper-container {
	width: 100%;
	height: 100%;
	margin-top: 30px;
	padding-bottom: 40px;
}

.sypicture .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #f9f9f9;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

h4.sy_more {
	clear: both;
	margin: 0 auto;
	margin-top: 10px;
	width: 200px;
	text-align: center;
}

h4.sy_more a {
	display: block;
	height: 40px;
	background: #e9280c;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	line-height: 40px;
}


/*底部开始*/
.footer {
	background: #083167;
	padding-top: 45px;
}

.footerleft {
	width: 30%;
}

.footerleft h3 {
	font-size: 32px;
	color: #fff;
}

.footerleft span {
	width: 63px;
	height: 2px;
	background: #d80808;
	display: block;
	margin: 10px 0;
}

.footerleft ul {
	margin: 25px 0 25px;
}

.footerleft ul li {
	display: block;
	font-size: 12px;
	color: #fff;
}

.footerleft ul li a {
	color: #fff;
}

.footerleft ul li i {
	display: inline-block;
	width: 30px;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	margin: 0 15px 7px 0;
	border: 1px solid #32546d;
}

.footerright {
	width: 70%;
}

.footer-left {
	margin-left: 40px;
	float: left;
	width: 60.6%;
}

.footer-left ul li.footer-left-item {
	float: left;
	margin-right: 90px;
}

.footer-left ul li.footer-left-item:nth-child(3) {
	display: none;
}

.footer-left ul li.footer-left-item:last-child {
	margin-right: 0;
}

.footer-left ul li.footer-left-item a {
	color: #fff;
	font-size: 16px;
	margin: 16px 0;
	font-weight: bold;
}

.footer-left ul li.footer-left-item a i {
	margin-right: 30px;
	font-size: 12px;
	color: #1faee8;
}

.footer-left ul li ul {
	margin-top: 15px;
}

.footer-left ul li ul li a {
	color: #c9d4e2 !important;
	font-size: 12px !important;
	font-weight: normal !important;
	line-height: 25px !important;
}

.footer-left ul li ul li a:hover {
	color: rgb(255, 156, 38) !important;
}

.footerright-R {
	margin-left: -100%;
	width: 190%;
}

.footerright-R h1 {
	display: block;
	color: #fff;
	font-size: 16px;
	margin: 0 0 24px;
	font-weight: bold;
}

.footerright-R ul li {
	margin: 0 0 30px 0;
}

.footerright-R p {
	margin-bottom: 0px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.footerright-R span {
	color: #b4bfca;
	font-family: arial;
	font-size: 12px;
}

.footerright-R ul li img {
	margin-right: 10px;
	display: block;
	width: 67px;
}

.footerright-R ul li:hover {
	text-decoration: underline;
	text-underline-color: white !important;
	color: white;
}

.copy {
	line-height: 50px;
	border-top: 1px solid #363636;
	margin-top: 20px;
	background-color: #001c30;
}

.copy p {
	display: inline-block;
	margin: 0 10px 0 0;
	color: #b4bfca;
	font-size: 12px;
}

.copy p a {
	color: #ababab;
}

.copy p a:hover {
	color: #f58220;
}

.copy p span.weixin {
	position: relative;
}

.copy p span.weixin:hover em {
	display: block;
}

.copy p span {
	margin-left: 5px;
	display: inline-block;
}

.copy p span em {
	width: 140px;
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -70px;
	display: none;
}

.footerright .pull-right {
	width: 100%;
	text-align: center;
	margin: auto;
	float: none !important;
}

/* 底部隐藏 */
.bottomH {
	background-color: #c8dae9;
	line-height: 1.8em;
	min-height: 50px;
	margin-bottom: 45px;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	font-size: 10px;
	font-family: Arial;
	display: none;
}

.bottomH p {
	margin-bottom: 0;
	color: black;
}

.footerbody {
	display: none;
	width: 100%;
	height: 45px;
	position: fixed;
	bottom: 0;
	left: 0;
	text-align: center;
	background: #004B8D;
	border-top: none;
	-webkit-transition: bottom;
	background: -webkit-gradient(linear,0 0,0 100%,from(#0065bc),to(#014c8d));
	z-index: 9999;
}
.footerbody ul{
	width: 100%;
}
.footerbody ul li {
	float: left;
	width: 25%;
	text-align: center;
	height: 44px;
	overflow: hidden;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.footerbody ul li p {
	height: 16px;
	line-height: 16px;
	margin-bottom: 0;
	width: 100%;
	text-align: center;
	margin: 4px auto 0 auto;
}

.footerbody ul li:nth-child(1) p {
	background: url(../images/09-call.png) center no-repeat;
	background-size: 25px;
}

.footerbody ul li:nth-child(2) p {
	background: url(../images/18-envelope.png) center no-repeat;
	background-size: 22px;
}

.footerbody ul li:nth-child(3) p {
	background: url(../images/88-beermug.png) center no-repeat;
	background-size: 19px;
}

.footerbody ul li:nth-child(4) p i{
	color: #b7d1e8;
}

.footerbody ul li a {
	text-align: center;
}

.footerbody ul li a span {
	color: white;
}

@media (max-width:1200px) {
	.footer-left {
		width: 55%;
	}

	.footer-left ul li.footer-left-item {
		margin-right: 50px;

	}
}

@media (max-width:992px) {
	.footerleft {
		width: 100%;
		text-align: center;

	}
}

@media (max-width:768px) {
	.product-right ul li .bdy h5 {
	    margin: 30px 0;
	}
	.footer-left,
	.footerright {
		width: 100%;
		margin: auto;
	}

	.footer-left ul {
		text-align: center;
		width: 100%;

	}

	.footer-left ul li.footer-left-item {
		width: 33%;
		margin-right: 0;
	}

	.footer-left ul {
		text-align: left;
		margin-bottom: 30px;
	}

	.footerright-R {
		/* margin-left: -100%; */
		width: 40%;
		text-align: center;
		margin: auto;
		float: none !important;
	}

	.footer-left {
		margin-left: 10%;
	}
}

/*内页开始*/
/*副导航开始*/
.Subnav {
	margin-top: -30px;
	z-index: 999;
}

.Subnav .Subnav-title {
	background: url(../images/tit_bg.png)  left bottom;
	background-size:cover;
	height: 100px;
	padding-top: 32px;
	color: #fff;
}

.Subnav .Subnav-title h2 {
	font-weight: normal;
	font-size: 30px;
	text-align: center;
}

.Subnav .Subnav-all ul {
	overflow: hidden;
	background: #333;
	padding-top: 10px;
}

.Subnav .Subnav-all ul li {
	line-height: 45px;
}

.Subnav .Subnav-all ul li a {
	color: #fff;
	display: block;
	text-align: center;
}

.Subnav .Subnav-all ul li a.cur {
	background: #f58220;
}

.Subnav .Subnav-all ul li a:hover {
	background: #0d4da1;
}

@media (max-width:900px) {
	.Subnav .Subnav-title h2 {
		font-size: 20px;
	}
}

@media (max-width:650px) {
	.Subnav .Subnav-title h2 {
		font-size: 12px !important;
		margin-top: 35px;
	}

	.Subnav {
		padding-left: 1px;
		padding-right: 1px;
		margin-top: -50px;
	}

	.Subnav .Subnav-all ul li a {
		font-size: 12px;
	}
}

.com_subnav {
	margin-bottom: 50px;
}

.com_subnav .navlist {
	text-align: center;
}

.com_subnav .navlist a {
	margin-right: 5px;
	display: inline-block;
	transition: 0.3s;
	font-weight: normal;
	font-size: 16px;
	line-height: 33px;
	color: black;
	padding: 2px 30px;
	background: #c6d7e7;
	margin-bottom: 5px;
}

.com_subnav .navlist a:hover {
	background-color: #0d4da1;
	color: white;
}

.com_subnav .navlist a.Subnav-cur {
	background-color: #f58220;
	color: white;
}

@media (max-width:758px) {
	.com_subnav .navlist a {
		padding: 5px 0;
	}
}

/*面包屑导航*/
.mbx {
	text-align: right;
	/* margin: -65px 0 30px; */
}

.mbx .mbxwrap {
	display: block;
	float: right;
	text-align: right;
	line-height: 18px;
	font-size: 12px;
	padding-left: 20px;
	margin: 24px 0;
	background: url(../images/arrow.jpg) no-repeat -26px -103px;
}

.mbx .mbxwrap a:hover {
	color: rgb(255, 156, 38);
}

.mbx em {
	color: #d80808;
}

/*关于我们*/
.about {
	margin-bottom: 60px;
}

.about .aboutimg1 {
	margin: 50px 0;
}

.nytit {
	text-align: center;
}

.nytit h2 {
	font-size: 44px;
	font-weight: bold;
	color: #4b4b4b;
	margin-bottom: 30px;
}

.nytit h3 {
	font-size: 18px;
}

.nytit span {
	font-family: arial;
	color: #999;
	line-height: 30px;
}

.abouttxt p {
	line-height: 30px;
	margin-bottom: 25px;
}

/*内页新闻资讯*/
.nytit2 span {
	display: block;
	height: 8px;
	background: url(../images/nynewsbg.jpg);
}

.nytit2 h3 {
	font-size: 16px;
	font-weight: bold;
	color: #d80808;
	line-height: 40px;
}

.nynewwrap {
	margin: 70px 0 85px;
}

.nynewwrap ul {
	margin-top: 20px;
}

.nynewwrap ul li {
	width: 50%;
	position: relative;
	float: left;
}

.nynewwrap ul li .redbg {
	width: 100%;
	z-index: 2;
	position: relative;
	padding: 12px 15px 0 35px;
}

.nynewwrap ul li .redbg a.nynewstit {
	font-size: 16px;
	font-weight: 600;
	line-height: 35px;
	transition: 0.3s;
	display: inline-block;
	height: 35px;
	overflow: hidden;
}

.nynewwrap ul li .redbg p {
	font-size: 13px;
	transition: 0.3s;
	height: 38px;
	overflow: hidden;
}

.nynewwrap ul li .redbg a.view {
	width: 132px;
	height: 23px;
	display: inline-block;
	background: url(../images/view.png) no-repeat center;
	text-align: center;
	line-height: 23px;
	font-size: 13px;
	font-family: arial;
	float: right;
	margin: 7px 4px 0 0;
	opacity: 0;
	filter: alpha(opacity=0);
	color: #fff;
	transition: 0.3s;
}

.nynewwrap ul li .redbghover {
	background: #d80808;
	width: 100%;
	height: 107px;
	transform: skew(-20deg);
	position: absolute;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: 0.3s;
}

.nynewwrap ul li:hover .redbghover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.nynewwrap ul li:hover a.view {
	opacity: 1;
	filter: alpha(opacity=100);
}

.nynewwrap ul li:hover a.nynewstit {
	color: #fff;
}

.nynewwrap ul li:hover p {
	color: #fff;
}

/*荣誉资质*/
.honorcon ul {}

.honorcon ul li {
	height: 320px;
	width: 31%;
	float: left;
	margin: 30px 10px;
	padding: 20px 0;
}
}

.honorcon ul li .pic {
	width: 100%;
	margin: 0 auto;
	bottom: 20px;
	text-align: center;
}

.honorcon ul li .pic img {
	border-bottom: 0;
	max-height: 100%;
	border: 1px solid #e5e5e5;
	padding: 5px 0;
}

.honorcon ul li .pic .zzc {
	transition: 0.4s;
	width: 100%;
	height: 100%;
	background: url(../images/hzzcbg.png);
	position: absolute;
	bottom: 0;
	/*opacity: 0;filter: alpha(opacity=0);*/
	display: none;
}

.honorcon ul li .pic .zzc span {
	transition: 0.4s;
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(../images/zoom.png) no-repeat center;
}

.honorcon ul li:hover .zzc {
	transition: 0.4s;
	display: block;
}

.honorcon ul li:nth-child(4n) {
	/* margin-right: 0; */
}

.honorcon ul li .honor-title {
	text-align: center;
	height: 5px;
}

.honorcon ul li .honor-title span {
	line-height: 30px;
	width: 100%;
	margin: 8px 0;
	font-size: 15px;
	color: #333;
	text-align: center;
	text-transform: capitalize
}

@media (max-width:1200px) {
	.honorcon ul li {
		width: 30%;
		height: 280px;
	}

	.banner .banner_slide {
		height: 500px !important;
	}
}

@media (max-width:900px) {
	.honorcon ul li {
		width: 45%;
	}

	.banner .banner_slide {
		height: 400px !important;
	}
}

@media (max-width:590px) {
	.honorcon ul li {
		text-align: center;
		width: 100%;
		height: 280px;
	}

	.banner .banner_slide {
		height: 200px !important;
	}
}

.Cpicture-all .Cpicture-title span {
	width: 100%;
	float: left;
	font-size: 16px;
	margin-bottom: 20px;
	text-transform: uppercase;
	padding-bottom: 20px;
	border-bottom: 2px solid #0d4da1;
	color: #0d4da1;
}

.Cpicture-all .Cpicture-big p {
	margin: 8px 0;
	font-size: 14px;
	color: #333;
	text-align: center;
	text-transform: capitalize;
}

.Cpicture-all .Cpicture-big {
	width: 22.6%;
	float: left;
	margin: 0 8px;
	padding: 20px 0;
}

@media (max-width:1030px) {
	.Cpicture-all .Cpicture-big {
		width: 22%;
	}
}

@media (max-width:835px) {
	.Cpicture-all .Cpicture-big {
		width: 45%;
	}
}

@media (max-width:590px) {
	.Cpicture-all .Cpicture-big {
		margin: auto;
		width: 50%;
	}
}

.Cpicture-all .Cpicture-big .pic {
	width: 100%;
	margin: 0 auto;
	bottom: 20px;
	text-align: center;
}

.Cpicture-all .Cpicture-big .pic img {
	padding: 1px;
	border-bottom: 0;
	max-height: 100%;
	border: 1px solid #e5e5e5;
}

.Cpicture-all .Cpicture-big .pic .zzc {
	transition: 0.4s;
	width: 100%;
	height: 100%;
	background: url(../images/hzzcbg.png);
	position: absolute;
	bottom: 0;
	/*opacity: 0;filter: alpha(opacity=0);*/
	display: none;
}

.Cpicture-all .Cpicture-big .pic .zzc span {
	transition: 0.4s;
	display: inline-block;
	width: 36px;
	height: 36px;
	background: url(../images/zoom.png) no-repeat center;
}

.Cpicture-all .Cpicture-big:hover .zzc {
	transition: 0.4s;
	display: block;
}

.Cpicture-all .Cpicture-big:nth-child(5n) {
	/* margin-right: 0; */
}

.Cpicture-all .Cpicture-big .Cpicture-title {
	position: relative;
	left: 0;
	clear: both;
}

.Cpicture-all .Cpicture-big .Cpicture-title span {}





.phonehonor {
	display: none;
}

.phonehonor ul {
	width: 100%;
}

.phonehonor ul li {
	width: 100%;
}

.phonehonor ul li .pic {
	width: 100%;

}

.phonehonor ul li .pic:after {
	padding-bottom: 45%;
}

.phonehonor .slick-dots li {
	display: inline-block;
	width: auto;
}

.phonehonor .slick-dots li button {
	background: #ddd;
}

.phonehonor .slick-dots li.slick-active button {
	background: #d80808;
}

/*生产实力*/
.case {
	margin-bottom: 30px;
	position: relative;
}

.case .casebg {
	width: 1000%;
	position: absolute;
	height: 157px;
	background: #ddd;
	left: -100%;
	top: 26%;
}

.case ul li {
	width: 24.767%;
	height: 312px;
	float: left;
	margin: 55px 3px 0 0;
	position: relative;
	z-index: 222;
}

.case ul li .pic {
	width: 100%;
	height: 57%;
}

.case ul li .pic:after {
	padding-bottom: 67%;
}

.case ul li .pic .casezzc {
	width: 100%;
	height: 100%;
	background: #d80808;
	opacity: 0.8;
	text-align: center;
	display: inline-block;
	display: none;
	z-index: 222;
	position: relative;
}

.case ul li .pic .casezzc .consu {
	padding: 5px 20px;
	color: #fff;
	border: 1px solid #fff;
	margin-top: 25%;
	display: inline-block;
}

.case ul li .casetxt {
	padding: 25px 15px;
	background: #f9f9f9;
	transition: 0.3s;
}

.case ul li .casetxt a.casetit {
	color: #333;
	font-weight: 600;
	transition: 0.3s;
	display: inline-block;
	height: 19px;
	overflow: hidden;
	line-height: 19px;
}

.case ul li .casetxt span {
	display: block;
	color: #999;
	transition: 0.3s;
	height: 20px;
	overflow: hidden;
}

.case ul li .casetxt a.caseview {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(../images/caseview.png) no-repeat center;
	margin-top: 15px;
	transition: 0.3s;
}

.case ul li:hover .casezzc {
	display: block;
}

.case ul li:hover .casetxt {
	background: #d80808;
	opacity: 0.8;
	text-align: center;
}

.case ul li:hover .casetxt a.casetit {
	color: #fff;
}

.case ul li:hover .casetxt span {
	color: #fff;
}

.case ul li:hover .casetxt a.caseview {
	background: url(../images/caseviewhover.png) no-repeat center;
}

.case ul li:nth-child(4n) {
	margin-right: 0px;
}

.page {
	line-height: 50px;
	text-align: center;
	margin-top: 35px;
}

.page li {
	display: inline;
}

.page li a {
	font-family: arial;
	background: #f8f8f8;
	padding: 5px 10px;
	margin: 0 2px;
	display: inline;
	margin-bottom: 0px;
	color: #000;
}

.page li a:hover {
	background: #f58220;
}

.page li a:hover {
	color: #fff;
}

.page li.active a {
	background: #f58220;
	color: #fff;
	border: 1px solid #ddd;
}

.page li.bgnone a {
	background: none;
}

.page li.bgnone a:hover {
	color: #d80808;
}

/*生产实力详细页*/
.caseshow {
	margin-top: 55px;
}

.caseleft {
	width: 47%;
}

.caseleft .big .pic:after {
	padding-bottom: 67%;
}

.caseleft .small {
	margin-top: 6px;
}

.caseleft .small .pic {
	cursor: pointer;
}

.caseleft .small .pic:after {
	padding-bottom: 66.9%;
}

.caseleft .small .slick-current .pic {
	border: 3px solid #d80808;
}

.caseright {
	width: 47%;
}

.caseright h3 {
	font-size: 22px;
	color: #333;
	background: url(../images/caseshow.png) no-repeat bottom left;
	line-height: 30px;
	padding-bottom: 10px;
	margin: 30px 0 15px;
}

.caseright .crighttxt {
	color: #6b6b6b;
	min-height: 160px;
}

.caseright .prenext {
	margin-top: 30px;
}

.caseright .prenext a {
	display: block;
	line-height: 30px;
}

.nyxg {
	margin-top: 70px;
}

/*联系我们*/
#allmap {
	width: 100%;
	height: 368px;
	margin-top: 50px;
	border: 1px solid #ccc;
}

#allmap img {
	max-width: 1070px;
	max-height: 368px;
}

#allmap label {
	max-width: 1070px;
}

.Contents-all {
	margin-top: 20px;
}

.Contents-all h1 {
	color: #333;
	font-size: 20px;
	line-height: 2.5em;
}

.Contents-all ul li {
	color: #333;
	line-height: 2em;
	margin: 0 20px 0 0;
}

.Contents-all-right {
	margin-bottom: 40px;
}

.Contents-all-right img {
	width: 124px;
	border: 1px solid #ccc;
}

.Contents-all-right img:first-child {
	margin-right: 20px;

}

@media (max-width:765px) {
	.Contents-all .pull-left {
		text-align: center;
		width: 100%;
	}

	.Contents-all-right {
		display: block;
		text-align: center;
		width: 100%;
	}

	.Contents-all-right img {
		width: 100px;
	}
}

/*在线留言*/
.message {
	margin: 50px 0;
}

.message p {
	text-align: center;
}

.message .messagecon {
	width: 100%;
	border: 1px solid #e6e6e6;
	margin: 0 auto;
	padding: 20px 5% 7% 5%;
}

.message .messagecon ul {
	width: 43.02%;
	float: left;
	margin-right: 6%;
}

.message .messagecon ul li span {
	display: block;
	color: #333;
	line-height: 40px;
}

.message .messagecon ul li input {
	width: 100%;
	line-height: 35px;
	border: 1px solid #e6e6e6;
}

.message .messagecon ul li input[type="radio"],
.message .messagecon ul li input[type="checkbox"] {
	width: auto;
}

.message .messagecon ul li select {
	width: 100%;
	height: 35px;
	border: 1px solid #e6e6e6;
}

.message .messagecon ul li input:focus {
	border: 1px solid #d80808;
}

.message .messagecon ul li textarea {
	width: 100%;
	border: 1px solid #e6e6e6;
	height: 120px;
	float: left;

}

.message .messagecon ul li textarea:focus {
	border: 1px solid #d80808;
}

.message .messagecon ul li.li4 {
	margin-top: 35px;
}

.message .messagecon ul li.li4 input {
	width: 38%;
	float: left;
	padding-left: 5px;
	color: #333;
}

.message .messagecon ul li.li4 img {
	float: left;
	cursor: pointer;
	margin: 0 5px;
}

.message .messagecon ul li.li4 a {
	float: left;
	line-height: 35px;
}

.message .messagecon ul.phonemessage {
	width: 95%;
	display: none;
}

.message .messagecon ul.phonemessage textarea {
	margin-bottom: 35px;
}

.message .sub {
	width: 86%;
	margin: 0 auto;
	text-align: right;
}

.message .sub input {
	height: 45px;
	width: 20%;
	background: #0d4da1;
	border: 0;
	margin-top: 20px;
	font-weight: bold;
	color: #fff;
	margin-left: 10px;
	transition: 0.3s;
}

.message .sub input:hover {
	background: #0d4da1;
}

/*人才招聘*/
.job h2 {
	color: #0d4da1;
	font-size: 20px;
	margin: 0 0 10px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.job ul {
	/* margin-top: 50px; */
}

.job ul li {
	display: block;
	border: 1px solid #eee;
	margin: 0px 0px 20px 0;
	padding: 10px 10px 10px 20px;
	background-color: #f3f3f3;
}

.job ul li .jobtit {
	color: #333;
	line-height: 49px;
	cursor: pointer;
	background: url(../images/jobtitbg.png) no-repeat 99% center;
	position: relative;
	height: 49px;
	padding-right: 3%;
}

.job ul li .jobtit span {
	width: 63px;
	height: 49px;
	background: url(../images/jobbg1.png) no-repeat center;
	display: inline-block;
	float: left;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	padding-left: 10px;
}

.job ul li .jobtit span b {
	font-family: arial;
	font-size: 18px;
}

.job ul li .jobtit span.zhiwei {
	width: 90%;
	display: inline-block;
	height: 49px;
	background: none;
	color: #333;
	font-weight: normal;
	padding-left: 0;
	margin: 5px 0 0
}

.job ul li .jobtit span.zhiwei h1 {
	font-size: 18px;
	line-height: 28px;
	white-space: nowrap;
}

.job ul li .jobtit span.zhiwei p {
	color: #0d4da1;
	font-size: 12px;
	margin-top: -15px;
	white-space: nowrap;
	/*规定段落中的文本不进行换行*/
	overflow: hidden;
	/*内容会被修剪，并且其余内容是不可见的。*/
	text-overflow: ellipsis;
	/*显示省略号来代表被修剪的文本*/
}



.job ul li .jobtit i {
	width: 16px;
	height: 11px;
	background: #d80808;
	display: inline-block;
	position: absolute;
	top: 42px;
	left: 64px;
	transform: rotate(-39deg);
	display: none;
}

.job ul li .jobcon {
	background: #faf2db;
	padding: 25px 3% 38px 40px;
	display: none;
	margin-top: 20px;
}

.job ul li .jobcon hr {
	border-top: 1px solid #cbc7bc;
}

.job ul li.active {
	border-bottom: 0;
}

.job ul li.active .jobtit {
	color: black;
}

.job ul li.active .jobtit i {
	display: block;
}

.job ul li.active .jobtit span.zhiwei {
	color: black;
}

.job ul li.active .jobcon {
	display: block;
}

.job-btn a {
	position: absolute;
	bottom: 6px;
	right: 40px;
	text-align: center;
	z-index: 99px;
	padding: 3px 15px;
	background: #0d4da1;
	color: #fff;
	font-size: 18px;
	height: 60px;
	line-height: 54px;
	cursor: pointer;
}

@media (max-width:520px) {
	.job-btn a {
		font-size: 12px;
		padding: 1px 5px;
		line-height: 30px;
		height: 30px;
		bottom: 20px;
	}

	.job ul li .jobtit span.zhiwei h1 {
		white-space: nowrap;
		/*规定段落中的文本不进行换行*/
		overflow: hidden;
		/*内容会被修剪，并且其余内容是不可见的。*/
		text-overflow: ellipsis;
		/*显示省略号来代表被修剪的文本*/
	}

	.job ul li .jobcon {
		padding: 25px 3% 38px 10px;
		;
	}
}

/*产品中心*/
.ProductAll {
	position: relative;
	z-index: 1;
	padding: 60px 0 0;
}

.ProductAll h2 {
	display: block;
	text-align: center;
	margin-bottom: 36px;
	color: #fff;
}

.Product ul.Product-items li {
	height: 430px;
	padding: 0 15px 36px 15px;
	overflow: hidden;
	margin-bottom: 35px;
}

.Product ul.Product-items li .Product-all {
	background: #fff;
}

.Product ul.Product-items {
	text-align: center;
}

.Product ul.Product-items li .Product-img {
	position: relative;
	padding-top: 30px;
	box-sizing: content-box;
	width: 100%;
	text-align: center;
	overflow: hidden;
}


.Product ul.Product-items li .Product-cont {
	padding: 0 20px 20px;
	line-height: 1.8em;
}

.Product ul.Product-items li .Product-cont p {
	text-align: left;
	font-size: 16px;
	color: #333;
	line-height: 2.5em;
}

.Product ul.Product-items li .Product-cont span {
	background-color: transparent;
	display: block;
	color: #0d4da1;
	background: url(../images/arrow.png) no-repeat 58px center;
	padding-right: 20px;
	line-height: 3em;
	width: 76px;
}

.Product ul.Product-items li:hover p {
	text-decoration: underline;
}

.Product ul.Product-items li:hover span {
	text-decoration: underline;
}




@media (max-width:821px) {}

@media (max-width:768px) {
	.Product ul.Product-items {
		padding: 0 10px !important;
		margin-bottom: 30px;
	}

	.Product ul.Product-items li {
		padding: 5px;
		margin-bottom: 0;
	}

	.Product ul.Product-items li .Product-cont span {
		display: none;
	}

	.Product ul.Product-items li .Product-cont p {
		text-align: center;
		font-size: 12px;
		min-height: 60px;
	}

	.Product ul.Product-items li .Product-cont {
		padding: 0 5px 10px;
	}

	.page {
		margin-top: 0;
	}
}

@media (max-width:632px) {

	.page {
		clear: both;
	}
}

@media (max-width:470px) {

	.Sabout-right video {
		width: 100%;
	}
}

/*产品详细页*/
.ProductDet-img {
	/* border: 1px solid black; */
}

.ProductDet #img {
	width: 70%;
}

.responsive-tabs__heading:focus {
	outline: 0px !important;
}

.fotorama__wrap--css3 .fotorama__arr:not(:focus) {
	position: relative;
	display: inline-block;
}

.fotorama__wrap--css3 .fotorama__arr--next:not(:focus) {
	position: absolute;
	right: 0;
	height: 100%;
	top: 10px;
	width: 20%;
	background-color: rgba(255, 255, 255, 0.2);
	z-index: 999;
}

.fotorama__wrap--css3 .fotorama__arr--prev:not(:focus) {
	position: absolute;
	right: 0;
	height: 100%;
	top: 10px;
	width: 20%;
	background-color: rgba(255, 255, 255, 0.2);
	z-index: 999;
}

.fotorama__wrap--css3 .fotorama__arr--prev:after {
	content: "";
	width: 40px;
	height: 40px;
	border: solid #888888;
	border-width: 2px 0 0 2px;
	transform: translate(-50%, -50%) rotate(-45deg);
	position: absolute;
	left: 40%;
	top: 50%;
	opacity: 1;
}

.fotorama__thumb-border {
	border-color: #8594a0 !important;
	opacity: 1 !important;

}

.fotorama__nav__frame:not(.fotorama__active) {
	opacity: 0.6;
}

.fotorama__nav__frame:hover {
	opacity: 1;
	transition: 0.4s;
}

.fotorama__thumb-border {
	background-image: none !important;
}

.fotorama__thumb {
	/* opacity: 0.6; */
	transition: 0.3s;
}

.fotorama__thumb:hover {
	opacity: 1;
}

.fotorama__wrap--css3 .fotorama__arr--next:after {
	content: "";
	width: 40px;
	height: 40px;
	border: solid #888888;
	border-width: 0 2px 2px 0;
	transform: translate(-50%, -50%) rotate(-45deg);
	position: absolute;
	right: 0;
	top: 50%;
}

.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus) {
	position: absolute;
	width: 60%;
	height: 100%;
	left: 20%;
	/* background: url(../images/close.png); */
	/* background-size: 70% 70%; */
	opacity: 1 !important;
	background-repeat: no-repeat;
	/* transform: rotate(-45deg); */
}

.fotorama--fullscreen {
	background: white !important;
}

.fotorama__wrap--css3 .fotorama__fullscreen-icon:after {
	border: 1px solid black;
	position: absolute;
	top: 5%;
	background-color: black;
	height: 40px;
	width: 1px;
	transform: translate(-50%, -50%) rotate(-40deg);
	opacity: 1 !important;
	right: 10%;
}

.fotorama--fullscreen .fotorama__nav,
.fotorama--fullscreen .fotorama__stage {
	background: white !important;
}

.fotorama__wrap--slide .fotorama__stage__frame {
	height: 95%;
}


@media (max-width:768px) {
	.ProductDet-all {
		margin-left: 20px;
		margin-bottom: 50px;
	}
}

.ProductDet-content h1 {
	padding-left: 30px;
	font-size: 14px;
	font-weight: normal;
	line-height: 41px;
	color: #000000;
	width: 100%;
	background-color: rgba(233, 233, 233, 0.5);
}

.ProductDet-infor {
	margin: 14px 0 0;
}
.ProductDet-infor h6{
	font-size: 25px;
	color: black;
	margin-bottom: 30px;
}
.ProductDet-infor .ProductDet-infor-title h1 {
	width: 127px;
	text-align: center;
	height: 36px;
	background-color: #ebebeb;
	font-size: 14px;
	font-weight: normal;
	line-height: 36px;
	color: #000000;
}

.ProductDet-infor h1 {
	font-size: 18px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: black;
}

.ProductDet-infor-all {
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	border-top: 2px solid #0d4da1;
	padding: 40px 0;
	float: left;
	display: inline-block;
}

.ProductDet-infor-all img {
	float: left;
}

.ProductDet-infor-all2 {
	float: left;
	display: inline-block;
	margin-top: -40px;
	width: 81%;
}

.ProductDet-infor-all2 h5 {
	font-weight: 600;
}

.ProductDet-infor-all img {
	width: auto !important;
	height: auto !important;
}

.ProductDet-infor-all .ProductDet-infor-all1 table {
	display: inline-table;
}

@media (max-width:1050px) {
	.Product ul.Product-items li {
		height: 390px;
		}
	.ProductDet-infor-all2 h5 {}

	.ProductDet-infor-all2 {
		float: none;
		margin-top: 10px;
		width: 100%;
	}
}
@media (max-width:991px) {
.Product ul.Product-items li {
		    height: 360px;
		}
	.product-right ul li .bdy h5 {
		font-size: 14px;
	}
}
.ProductDet-infor-all table tbody td {
	text-align: center;
	word-break: break-all;
	min-width: 0 !important;
	line-height: 30px;
	text-align: center;
	border: 1px solid #ccc;
}

.ProductDet-infor-all table {
	border-color: rgb(204, 204, 204);
}

.ProductDet-infor-all table P {
	margin: 0;
}

.ProductDet-infor-all .t8 tr td:nth-child(5) {
	width: 20%;
}

.ProductDet-infor-all .t8 td {
	width: auto;
}

.ProductDet-infor-all .t6 td {
	width: 16.666666666%
}

.ProductDet-infor-all .firstRow {
	background: #4c7099 !important;
	color: #ffffff;
	font-weight: bold;
}

.ue-table-interlace-color-single {
	background: #F4F4F4;
}

.ProductDet-bottom {
	margin: 20px 0 0;
}

.ProductDet-bottom .ProductDet-bottom-item {
	margin-right: 20px;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #000000;
}

.ProductDet-bottom .ProductDet-bottom-item a {
	margin-right: 20px;
	font-size: 12px;
	font-weight: normal;
	line-height: 25px;
	color: #000000;
}

.ProductDet-bottom .ProductDet-bottom-item a:hover {
	color: #1f2970;
}

@media (max-width:768px) {
	.ProductDet-content h1 {
		margin-top: 30px;
	}
}

.ProductDet-content p {
	margin-bottom: 20px;
}

.ProductDet-content ul {
	display: block !important;
}

.ProductDet-content ul li {
	float: left;
	margin-right: 23px;
}

.ProductDet-content ul li i {
	cursor: pointer;
	font-size: 24px;
	color: #888888;
	transition: 0.3s;
}

.ProductDet-star {
	margin-top: 40px;
}

.ProductDet-star i {
	font-size: 16px;
	color: #fd8f00;
}

.ProductDet-star i:nth-child(5) {
	color: #888888;
}

.ProductDet-star span {
	margin-left: 30px;
	padding-left: 30px;
	border-left: 1px solid #8594a0;
	color: #8594a0;
	line-height: 20px;
	transition: 0.3s;
}

.ProductDet-star span:hover {
	color: black;
}

.ProductDet-content ul li i:hover {
	color: black;
}

.responsive-tabs__heading {
	display: none;
}

.responsive-tabs__list__item {
	display: inline-block;
	cursor: pointer;
	margin-bottom: 10px;
}

.responsive-tabs div ul {
	padding-bottom: 50px;
}

.responsive-tabs ul li {
	padding: 0 10px;
	margin-top: 30px;
}

@media (max-width: 767px) {
	.responsive-tabs__list {
		display: none;
	}

	.responsive-tabs__heading {
		display: block;
		cursor: pointer;
	}

	.responsive-tabs__panel--closed-accordion-only {
		display: none;
	}

	.responsive-tabs ul li form ul li .ProductDet-input input,
	.responsive-tabs ul li form ul li .ProductDet-input textarea {
		width: 110% !important;
	}
}

@media (min-width: 768px) {
	.responsive-tabs__panel--closed-accordion-only {
		display: block !important;
	}
}

.responsive-tabs-wrapper {
	clear: both;
	zoom: 1;
}

.responsive-tabs-wrapper:before,
.responsive-tabs-wrapper:after {
	content: "";
	display: table;
}

.responsive-tabs-wrapper:after {
	clear: both;
}

.responsive-tabs__heading:focus,
.responsive-tabs__list__item:focus {
	outline: 1px solid #ccc;
}

.responsive-tabs__heading--active:focus,
.responsive-tabs__list__item--active:focus {
	outline: none !important;
}

.responsive-tabs__list {
	border-bottom: 1px solid #eae9e9;
	font-size: 1.2em;
	margin: 2em 0 0 0;
	padding: 0;
	padding-bottom: 11px;
	line-height: 1em;
}

.responsive-tabs__list__item {
	padding: 10px 20px;
	margin-right: 1em;
	font-weight: 600;
	color: black;
}

.responsive-tabs__list__item:hover {
	color: #8594a0;
}

.responsive-tabs__list__item--active {
	color: #8594a0;
}

.responsive-tabs__list__item--active:hover {}



@media (max-width: 767px) {
	.responsive-tabs__heading {
		padding: 14px;
		border-bottom: 1px solid #eae9e9;
		position: relative;
		font-size: 15px;
		color: black;
		font-weight: 600;
	}

	.responsive-tabs__heading:after {
		content: "";
		position: absolute;
		right: 5px;
		top: 16px;
		border-left: 1px solid #757575;
		border-bottom: 1px solid #757575;
		width: 10px;
		height: 10px;
		transform: rotate(-45deg);
	}

	.responsive-tabs__heading:hover,
	.responsive-tabs__heading--active:hover {
		color: #8594a0;
	}

	.responsive-tabs__heading--active {
		color: #8594a0;
	}

	.responsive-tabs__heading--active:after {
		border-right: 1px solid #757575;
		border-top: 1px solid #757575;
		border-left: 0;
		border-bottom: 0;
	}
}

.responsive-tabs ul li h2 {
	font-size: 26px;
	color: black;
	font-weight: 600;
	line-height: 30px;
}

.responsive-tabs ul li form button {
	display: flex;
	margin: 20px 0 0 67px;
	padding-left: 9.2%;
	background: black;
	padding: 11px 19px 12px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	border: 2px solid black;
	transition: 0.3s;
	color: white;
}

.responsive-tabs ul li form button:hover {
	color: black;
	background-color: white;
}

.responsive-tabs ul li form ul li p {
	float: left;
	width: 70px;
	color: black;
	font-weight: 600;
}

.responsive-tabs ul li form ul li p span {
	color: red;
}

.responsive-tabs ul li form ul li .ProductDet-input {
	position: relative;
	flex-basis: 89%;
	max-width: 89%;
}

.responsive-tabs ul li form ul li .ProductDet-input input,
.responsive-tabs ul li form ul li .ProductDet-input textarea {
	width: 69%;
	padding: 6px 20px;
	font-size: 12px;
	line-height: 24px;
	min-height: 50px;
	background: #f6f6f6;
	border: 0;
	color: #888888;
	outline: none;
}

@media (max-width:992px) {

	.responsive-tabs ul li form ul li .ProductDet-input input,
	.responsive-tabs ul li form ul li .ProductDet-input textarea {
		width: 89%;
	}
}

/*新闻资讯*/
.News-all ul li {
	margin-bottom: 20px;
	background: #f7f7f7;
}

.News-all ul li a {
	display: block;
	padding: 10px;
	overflow: hidden;
}

.News-all ul li a .date {
	display: block;
	float: left;
	width: 60px;
	height: 50px;
	padding: 5px 0 0;
	color: #0d4da1;
	text-align: center;
	border-right: 1px solid #ddd;
}

.News-all ul li a .newright {
	text-align: left;
	float: left !important;
	margin: 0 0 0 10px;
}

.News-all ul li a .newright p {
	font-size: 16px;
	color: #333;
	line-height: 23px;
	font-weight: normal;
}

.News-all ul li a .newright .newright-content {
	max-width: 390px;
	overflow: hidden;
	/*超出部分隐藏*/
	white-space: nowrap;
	/*不换行*/
	text-overflow: ellipsis;
	/*超出部分文字以...显示*/
}

.News-all ul li a .newright span {
	color: #888;
	margin: 5px 0 0;

}

.News-all ul li:hover .date {
	color: white;
}

.News-all ul li:hover .newright p {
	color: white;
}

.News-all ul li:hover .newright span {
	color: white;
}

.News-all ul li:hover {
	background-color: #0d4da1;
}

@media (max-width:700px) {
	.News-all ul li a .date {
		width: 100%;
		height: auto;
		padding: 5px 0 0 5px;
		color: #0d4da1;
		text-align: center;
		border-right: 0;
	}
}

/* 服务支持 */
.Service-all ul li {
	padding-bottom: 10px;
	margin-bottom: 12px;
	border-bottom: 1px solid #d0d0d0;
}

.Service-all ul li p {
	display: block;
	color: #444;
	margin: 8px 0;
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.Service-all ul li span {
	display: block;
	color: #666;
	line-height: 28px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.Service-all ul li:hover p {
	color: rgb(255, 156, 38);
}

.Service-all ul li:hover span {
	color: rgb(255, 156, 38);
}

.newshow .newshowtit {
	border-bottom: 1px dotted #bfbebe;
}

.newshow .newshowtit .news-h1 {
	padding-bottom: 10px;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	color: #333;

}

.newshow .newshowtit .date {
	line-height: 28px;
	text-align: center;
	border-bottom: 1px solid #CCC;
	padding-bottom: 5px;

}

.newshow .newshowtit .news_abst {
	padding: 10px 0;
	font-size: 12px;
	max-width: 400px;
	overflow: hidden;
	/*超出部分隐藏*/
	white-space: nowrap;
	/*不换行*/
	text-overflow: ellipsis;
	/*超出部分文字以...显示*/
}

.newshow .newshowtxt {
	padding: 20px 0;
	border-bottom: 1px solid #CCC;
}

.newshow .newshowimg {
	text-align: center;
	margin: 65px 0;
}

.prev-next {
	float: left;
	margin-top: 10px;
}

.prev-next a {
	display: inline-block;
	color: #999;
	line-height: 25px;
	transition: 0.3s;
}

.prev-next a.prev {
	margin-right: 40px;
}

.prev-next a b {
	color: black;
	font-weight: normal;
}

.prev-next a:hover {
	color: rgb(255, 156, 38);
}


/*站点地图*/
.mapwrap {
	margin: 40px auto;
	padding-bottom: 100px;
}

.mapwrap dl {
	margin: 20px auto 20px;
	overflow: hidden;
	line-height: 30px;
	width: 98%;
	transition: 0.3s;
}

.mapwrap dl:hover {
	box-shadow: 0 0 2px #d80808;
}

.mapwrap dl:hover dt a {
	color: #d80808;
	font-weight: bold;
}

.mapwrap dt {
	font-size: 14px;
	float: left;
	width: 10%;
	text-align: center;
	border: 1px solid #ddd;
	transition: 0.3s;
}

.mapwrap dt:hover {
	background: #d80808;
}

.mapwrap dt:hover a {
	color: #fff !important;
}

.mapwrap dt a {
	color: #d80808;
	display: block;
	padding: 10px 0;
	transition: 0.3s;
}

.mapwrap dt a:hover {
	color: #e0e9f3;
	font-weight: bold;
}

.mapwrap dd {
	font-size: 14px;
	overflow: hidden;
	float: left;
	width: 85%;
	line-height: 40px;
}

.mapwrap dd .p2 {
	padding: 0 0 0 20px;
	clear: both;
}

.mapwrap dd .p2 a {
	color: #d80808;
	font-weight: bold;
	overflow: hidden;
	transition: 0.3s;
}

.mapwrap dd .p2 a:hover {
	color: #000;
}

.mapwrap dd div {
	clear: both;
	overflow: hidden;
	padding: 0px 20px 0 10px;
}

.mapwrap dd div a {
	color: #333;
	float: left;
	padding: 0 10px 0 10px;
	margin-top: 1px;
	transition: 0.3s;
}

.mapwrap dd div a:hover {
	background: #d80808;
	color: #fff;
}

@media (max-width: 768px) {
	.Product ul.Product-items li {
			    height: 260px;
			}
	.about .fl {
		width: 100% !important;
	}

	.VivaTimeline {
		margin-bottom: 30px;
	}

	.mapwrap dt {
		width: 15%;
	}

	.mapwrap dd {
		width: 85%;
	}

	.Subnav {
		margin: 0 auto 20px;
		text-align: center;
	}

	.honorcon ul {
		margin-top: -30px;
		text-align: center;
	}

	.honorcon ul li {
		width: 46.5%;
		margin: 0 1.4%;
	}

	.Subnav-title {
		display: none;
	}

	.Subnav-all ul li {
		margin-bottom: 10px;
		display: inline-block;
	}

	.Subnav .Subnav-all ul {
		margin: 0 1%;
		background-color: transparent;
	}

	.Subnav-all ul li {
		width: 30%;
		margin: 2px 5px;
		background-color: #0d4da1;
	}

	.Subnav-all ul li a {
		padding: 0px 15px;
	}

	.Recuit .fl {
		width: 100% !important;
	}

	.VivaTimeline dl dt {
		margin: 0 !important;
		left: 19% !important;
	}

	.VivaTimeline dl dd .circ,
	.VivaTimeline dl:before {
		left: 20% !important;
	}
}

@media (max-width: 640px) {
	.mapwrap dt {
		width: 20%;
	}

	.mapwrap dd {
		width: 80%;
	}
	.footerbody,.bottomH{
		display: block;
	}
	.footer{
		display: none;
	}
}

@media (max-width: 400px) {
	.mapwrap dt {
		width: 100%;
	}

	.mapwrap dd {
		width: 100%;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.container {
		width: 100%;
	}

	.container2 {
		width: 100%;
	}

	.nav ul li a {
		padding: 31px 16px;
	}

	.sypro .syprocon {
		text-align: center;
	}

	.sypro .syprocon ul li {
		margin-right: 1%;
		float: none;
		display: inline-block;
		width: 310px;
	}

	.nytit h2 {
		font-size: 30px;
	}

	.honorcon ul {
		text-align: center;
	}



	.contactwrap ul li {
		margin-right: 1.5%;
	}
}


/* 新改的phone */
.phone-header {
	height: 46px;
	display: none;
}

.phone-header img {
	max-height: 45px;
	margin-left: 10px;
	float: left;
}

.phone-header .phone-lang {
	float: right;
}

.phone-header .phone-lang a {
	float: right;
	width: 69px;
	height: 46px;
	line-height: 46px;
	display: block;
	text-decoration: none;
	padding-right: 5px;
	color: #000;
	font-size: 12px;
}

.phone-header ul {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	background-color: #2a5b93;
	border-bottom: 1px solid #004B8D;
}

.phone-header ul li {
	float: left;
	text-align: center;
	border-right: 1px solid #004B8D;
	border-top: #004B8D solid 1px;
}

.phone-header ul li a {
	font-size: 12px;
	height: 35px;
	line-height: 35px;
	padding: 0 2px;
	display: block;
	color: #fff;
	text-align: center;
	overflow: hidden;
	word-wrap: break-word;
	word-break: break-all;
}

@media (min-width: 768px) and (max-width: 991px) {

	.productDet-img {
		margin-top: 73px !important;
	}

	.ProductAll {
		padding: 30px 0 0;
	}

	.ProductAll {
		margin-top: 73px;
	}

	.container {
		width: 100%;
	}

	.container2 {
		width: 100%;
	}

	.header {
		display: none;
	}

	.phone-header {
		display: block;
	}

	.banner {
		margin-top: 70px;
	}

	.logo {
		margin: 15px 0 10px;
	}

	.sypro .syprocon {
		text-align: center;
	}

	.sypro .syprocon ul li {
		margin-right: 1%;
		float: none;
		display: inline-block;
		width: 32%;
		height: 428px;
	}

	.sypro .syprocon ul li .pic {
		height: 272px;
	}

	.syabout .syaredbg .syawhitebg .syaleft .pic {
		width: 100%;
		margin: 5% 0 0 0px;
	}

	.syabout .syaredbg .syawhitebg .syaright {
		width: 45.382%;
		margin-right: 10px;
	}

	.synews ul li .syntxt a.detailed {
		margin-top: 0;
	}

	.synews ul li .syntxt span {
		margin-top: 7%;
	}

	.footerright {
		width: 100%;
	}

	.vicenav {
		top: -49px;
	}

	.vicenav .vicenavwrap .menu a {
		height: 35px;
		line-height: 35px;
	}

	.mbx {
		margin-top: -45px;
	}

	.nytit h2 {
		font-size: 25px;
	}

	.phonehonor {
		display: block;
	}

	.case .casebg {
		display: none;
	}

	.case ul li {
		width: 48.767%;
	}

	.caseleft {
		width: 100%;
	}

	.caseleft .big .pic:after {
		padding-bottom: 46%;
	}

	.caseleft .small {
		padding-left: 5%;
	}

	.caseleft .pic {
		width: 64%;
	}

	.caseright {
		width: 100%;
	}

	.contactwrap ul li {
		margin-right: 0;
		width: 50%;
	}

	.message .messagecon {
		width: 100%;
	}

	.bigphone {
		display: block;
	}

	.caseleft {
		display: none;
	}

	.pro_show .proshowcon .inquiry ul {
		width: 100%;
	}

	.pro_show .proshowcon .inquiry ul li input {
		width: 80%;
	}

	.pro_show .proshowcon .inquiry ul li.li2 input {
		width: 80%;
	}

	.pro_show .proshowcon .inquiry ul li.li5 textarea {
		width: 80%;
	}

	.pro_show .proshowcon .inquiry ul li.li7 {
		text-align: center;
		padding-left: 0;
	}

	.nleft {
		display: none;
	}

	.nright {
		width: 100%;
	}

	.nright .newscon {
		padding-top: 2px;
	}

	.nright .newscon .date {
		padding: 0 0 3.3% 1%;
	}

	.news ul li .newright {
		padding-top: 8px;
	}

}

@media (max-width: 1100px) {
	.container {
		width: 100%;
	}

	.container2 {
		width: 100%;
	}

	.banner .slick-dots {
		height: 30px;
	}

	.logo {
		width: 180px;
		margin: 10px 0;
	}


	/*.phone-nav {
    top: 20px !important;
    }*/




	/* 首页图片 */
	.sypicture ul.slides li dl {
		width: 50%;
		padding: 10px 10px
	}

	.copy {
		text-align: center;
	}

	.copy p {
		float: none !important;
		line-height: 25px;
		margin: 20px 0;
	}

	.vicenav {
		top: -14px;
	}

	.vicenav .vicenavwrap .menu a {
		height: 35px;
		line-height: 35px;
		font-size: 12px;
		font-weight: 100;
		overflow: hidden;
	}

	.mbx {
		margin-top: -10px;
	}

	.nytit h2 {
		font-size: 25px;
		margin-bottom: 15px;
	}

	.nynewwrap ul li {
		width: 100%;
	}


	.phonehonor {
		display: block;
	}

	.case ul li {
		width: 48.767%;
	}

	.caseleft {
		width: 100%;
	}

	.caseleft .big .pic:after {
		padding-bottom: 70%;
	}

	.caseleft .small {
		padding-left: 5%;
	}

	.caseleft .small .pic {
		width: 90%;
	}

	.caseleft .small .pic:after {
		padding-bottom: 66.9%;
	}

	.caseright {
		width: 100%;
	}

	.contactwrap ul li {
		margin-right: 0;
		width: 100%;
	}

	.message .messagecon {
		width: 100%;
	}

	.message .messagecon ul {
		width: 100%;
		float: left;
		margin-right: 6%;
	}

	.message .messagecon ul.phonemessage {
		display: block;
	}

	.job ul li .jobtit span.zhiwei {
		width: 85%;
	}

	.pro ul {
		text-align: center;
		margin-top: 50px;
	}

	.pro ul li {
		width: 33.739%;
		margin: 0 3.68% 5% 3.68%;
		display: inline-block;
		float: none;
	}

	.pro ul li .protxt {
		padding: 10px 0 10px 5px;
		text-align: left;
	}

	.pro ul li:nth-child(4n) {
		margin: 0 3.68% 5% 3.68%;
	}

	.bigphone {
		display: block;
	}

	.caseleft {
		display: none;
	}

	.pro_show .proshowcon .inquiry ul {
		width: 100%;
	}

	.pro_show .proshowcon .inquiry ul li input {
		width: 80%;
	}

	.pro_show .proshowcon .inquiry ul li.li2 input {
		width: 80%;
	}

	.pro_show .proshowcon .inquiry ul li.li5 textarea {
		width: 80%;
	}

	.pro_show .proshowcon .inquiry ul li.li7 {
		text-align: center;
		padding-left: 0;
	}

	.nytit span {
		line-height: 15px;
		display: inline-block;
		margin-top: 15px;
	}

	.nleft {
		display: none;
	}

	.nright {
		width: 100%;
	}

	.nright .newscon {
		padding-top: 2px;
	}

	.nright .newscon .date {
		padding: 0 0 3.3% 1%;
		width: 23%;
		text-align: center;
	}

	.nright .newscon .newfirstcon {
		width: 70%;
	}

	.news ul li .newleft {
		width: 25.01%;
	}

	.news ul li .newright {
		width: 65%;
		padding-top: 8px;
	}
}

@media (max-width: 480px) {

	.phonehonor ul li .pic:after {
		padding-bottom: 94%;
	}

	.case ul li {
		width: 100%;
	}

	.case ul li .pic .casezzc .consu {
		margin-top: 15%;
	}

	.contactwrap ul li {
		margin-right: 0;
		width: 100%;
		line-height: 40px;
		font-size: 14px;
	}

	.message .sub {
		text-align: center;
		width: 100%;
	}

	.message .sub input {
		width: 45%;
	}

	.job ul li .jobtit span.zhiwei {
		width: 50%;
	}

	.pro ul li {
		width: 41%;
	}

	.bigphone .pic::after {
		padding-bottom: 98%;
	}

	.pro_show .proshowcon .inquiry ul li input {
		width: 70%;
	}

	.pro_show .proshowcon .inquiry ul li b {
		width: 22%;
		font-size: 12px;
	}

	.pro_show .proshowcon .inquiry ul li.li2 input {
		width: 70%;
	}

	.pro_show .proshowcon .inquiry ul li.li5 textarea {
		width: 70%;
	}

	.nytit span {
		line-height: 15px;
		display: inline-block;
		margin-top: 15px;
	}

	.nright .newscon .date {
		width: 23%;
	}

	.nright .newscon .newfirstcon {
		width: 70%;
	}

	.newshow .newshowtit h1 {
		font-size: 16px;
	}

	.news ul li .newleft {
		width: 33.01%;
	}

	.news ul li .newleft .pic:after {
		padding-bottom: 100%;
	}

	.news ul li .newright {
		width: 60%;
		padding-top: 0;
	}

	.news ul li .newright a.newscontit {
		height: 45px;
	}

	.vicenavwrap .menu div ul {
		width: 225%;
		margin-left: -15%;
	}

	.pro ul li {
		border-radius: 0;
	}
}

/*# sourceMappingURL=style.css.map */
/*loading页面*/
#loading {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	background: #ffffff;
	text-align: center;
	display: table;
}

#loading span {
	display: table-cell;
	vertical-align: middle;
}

#loading span p {
	color: #fff;
	font-size: 20px;
}

#loading img {
	display: inline-block;
}

.scoll_dis {
	overflow: hidden;
}

/*产品分类*/
#catalog {
	width: 1100px;
	margin: 15px auto;
	padding: 0 15px;
}

#catalog .catalog_title {
	width: 10%;
}

.sicatalog_head {
	font-size: 44px;
	font-weight: bold;
	color: #d80808;
	font-family: Verdana, Arial;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	padding-left: 30px;
}

.f_l {
	float: left;
}

.dashed>ul>li {
	margin-left: 30px;
}

.dashed>div>span {
	height: 25px;
	line-height: 25px;
	font-weight: 600;
	color: #333;
}

.sicatalog {
	overflow: hidden;
	margin: 0 80px;
}

.sicatalog .dashed:first-child {
	border-top: none;
}

.sicatalog .dashed {
	overflow: hidden;
	border-top: #aaa 1px dashed;
	padding: 13px 0px;
}

.sicatalog li {
	text-align: center;
	float: left;
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
	margin: 0 13px;
}

.sicatalog li:hover,
.sicatalog .active {
	background: #d80808;
}

.sicatalog li:hover a,
.sicatalog .active a {
	color: #fff;
}

/*生产实力*/
.carousel ul li {
	width: 100%;
	float: none;
}

/*站点地图*/
#map .con {
	width: 100%;
	border: 1px solid #ccc;
	margin-bottom: 50px;
}

.con .hd h1 {
	width: 122px;
	height: 39px;
	font-size: 16px;
	line-height: 39px;
	font-family: "微软雅黑", "MicrosoftYahei", "宋体", "Arial Narrow", sans-serif;
	text-align: center;
}

.con .hd {
	height: 39px;
	background: #fcfcfc;
	border-bottom: #fff 1px solid;
}

.con .bd {
	padding: 10px 0;
	border-top: #d6dbe1 1px solid;
	overflow: hidden;
	zoom: 1;
}

.con .bd dl {
	padding: 0 0 10px 10px;
	zoom: 1;
}

.con .bd dd {
	float: left;
	overflow: hidden;
	zoom: 1;
}

.con .bd ul {
	margin-right: 0;
	padding-right: 0;
	overflow: hidden;
	zoom: 1;
}

.con .bd li {
	float: left;
	height: 28px;
	padding: 0 5px;
	line-height: 28px;
}

.con .bd dd {
	margin: 6px;
}

/*站内搜索*/
.Search {
	margin-bottom: 90px;
}

.Search-left {
	border-right: 1px solid #eae9e9;
}

.Search-left-title {
	color: black;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
}

.Search-left-body ul li select {
	background-color: #f8f9fa;
	padding: 0 10px;
	height: 39px;
	width: 85%;
	color: black;
	border-radius: 5px;
	margin: 10px 0;
	border: 0;
}

.Search-left-body ul li option {
	background-color: white;
}

.Search-left-body ul li input {
	outline: none:;
	width: 85%;
	height: 39px;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	color: #495057;
	margin: 10px 0;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
}

.Search-left-body ul li input.search {
	outline: none;
	transition: 0.3s;
	background-color: #106fb3;
	color: white !important;
	font-size: 16px;
	border: 2px solid #106fb3;
}

.Search-left-body ul li input.search:hover {
	color: black !important;
	background-color: white;

}

.Search-right-entry .Search-right-title {
	margin: 10px 0;
}

.Search-right-entry .Search-right-title a {
	font-weight: 500;
	color: black;
	font-size: 26px;
	transition: 0.3s;
}

.Search-right .Search-right-con {
	padding-bottom: 30px;
	margin-bottom: 50px;
	border-bottom: 1px solid #eae9e9;
}

.Search-right-entry p {
	font-size: 16px;
	margin: 10px 0;
}

ul.Search-right-info li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}

ul.Search-right-info li a {
	color: #888888;
	font-size: 13px;
}

ul.Search-right-info li a i {
	font-size: 19px;
	margin-right: 10px;
}

.Search-right-Nresult {
	color: black;
	font-size: 40px;
	text-align: center;
	font-weight: 500;
}

@media (max-width:767px) {

	.Search-left-body ul li select,
	.Search-left-body ul li input {
		width: 70%;
	}

	.Search-left {
		border: 0;
	}

	.Search-right {
		margin-top: 40px;
	}
}

/*下载*/
.Donloads {
	margin-bottom: 40px;
}

.Donloads ul li span {
	float: left;
	width: 10px;
	height: 10px;
	margin: 10px 5px 0 0;
	border-radius: 50%;
	border: 3px solid #0d4da1;
}

.Donloads ul li a {
	color: #333;
	line-height: 32px;
}

.Donloads ul li {
	height: 32px;
	border-bottom: 1px solid #d0d0d0;
}

.Donloads ul li:hover a {
	color: rgb(255, 156, 38);
}

/*招聘*/
.apply {
	position: absolute;
	bottom: 15px;
	right: 40px;
	border: 1px solid red;
	width: 75px;
	text-align: center;
	z-index: 99px
}

.apply a {
	color: red;
}

/****询盘****/


.inquiry-add,
.inquiry-submit {
	background: #0d4da1;
	color: #ffffff;
	padding: 8px 20px;
	width: 200px;
	text-align: center;
	cursor: pointer;
}

.inquiry-form ul.inquiry-one li {
	border: 1px solid black;
	margin-bottom: 20px;
}

.inquiry-form ul.inquiry-one li input {
	border: 0;
}

.inquiry-form ul.inquiry-one li textarea {
	border: 0;
}

.inquiry-submit {
	margin-top: 30px;
}

.inquiry-add .fa {
	font-size: 16px
}

.inquiry-list {
	margin-top: 20px;
}

.inquiry-container .list-head {
	background: #f2f2f2;
	height: 36px !important;
	line-height: 36px !important;
}

.inquiry-container h1 {
	display: block;
	font-size: 18px;
	clear: both;
	color: black;
	margin: 70px 0 20px 10px;
}

.inquiry-list li {
	height: 30px;
	line-height: 30px;
	color: #000000;
	border-bottom: 1px solid #f2f2f2;
}

.inquiry-container .fa-times,
.inquiry-container .fa-plus {
	font-size: 18px;
	cursor: pointer;
}

.gm-row {
	margin: 0;
	padding: 0 !important;
}

.inquiry-form ul.inquiry-two li {
	width: 95%;
}

.inquiry-container .input-name {
	border-right: 1px solid;
	color: #0d0d0d;
	float: left;
	text-align: center;
	width: 90px;
	line-height: 40px;
	height: 40px;
	font-weight: 600;
	background: #fff;
}

.inquiry-form ul li.inquiry-last {
	width: 40%;
}

.inquiry-form ul li.inquiry-last input {
	border: 1px solid black;
	float: left;
}

.inquiry-container .input-type input,
.inquiry-container .input-type textarea {
	width: 80%;
	font-size: 12px;
	padding: 5px;
}

.inquiry-container .input-type input {
	width: 75%;
	margin-right: 5px;
}

.inquiry-container ul li.inquiry-last input {
	width: 35%;
}

.inquiry-container .input-type textarea {
	height: 160px;
	outline: none;
}

.inquiry-container .input-type input {
	height: 40px;
	outline: none;

}

.inquiry-container .input-star {
	color: #cd0406;
}

.inquiry-form {
	margin: 10px 0 40px;
}

.inquiry-submit {
	margin: 0 auto;
	margin-top: 40px;
}

.inquiry-add-page {
	margin-top: 30px;
}

.inquiry-page {
	padding: 8px 0;
	text-align: right;
}

.inquiry-page li {
	display: inline;
}

.inquiry-page li a {
	font-family: arial;
	background: #ffffff;
	padding: 2px 6px;
	margin: 0 2px;
	font-size: 12px;
	display: inline;
	border: 1px solid #cccccc;
}

.inquiry-page li a:hover {
	background: #f3f3f3;
}

.inquiry-page li.active a {
	background: #f3f3f3;
	color: #ababab;
}

.inquiry-page li.bgnone a {
	display: none;
}

.submit-hide {
	display: none;
}

.inquiry-captcha .captcha_src {
	height: 40px;
}

#BMapLib_search_bus_btn0 {
	margin-right: 0px !important;
}

.tangram-suggestion-main {
	z-index: 99
}

@media (max-width: 992px) {

	.banner-img {
		line-height: 30px;
		margin: 10% 0 0 0;
		text-align: center;
	}

	.banner-img p strong span {
		font-size: 40px !important;
	}

	.inquiry-form ul.inquiry-two li,
	.inquiry-form ul li.inquiry-last {
		width: 100%;
	}

	.inquiry-container .input-type input {
		width: 65%;
	}
}

.banner_slide {
	background-position: center !important;
	background-size: cover !important;
}

.baidu-map-content {
	margin: 0;
	line-height: 20px;
	padding: 2px;
}

.baidu-map-content img {
	float: right;
	zoom: 1;
	overflow: hidden;
	width: 100px;
	height: 100px;
	margin-left: 3px;
}

/*产品规格*/
.spec-type {
	height: 32px;
	line-height: 32px;
	margin-top: 3px
}

.spec-item {
	padding: 20px 0;
}

.spec-one-item {
	padding: 5px 0;
}

.spec-val {
	padding-left: 0 !important;
}

.choiceimg {
	width: 42px !important;
	height: 42px !important;
	padding: 2px !important;
}

.border-spec {
	border: 1px solid #fff;
}

.border-spec:hover {
	border: 1px dotted #f40;
}

.border-spec-active {
	border: 1px dotted #f40;
}

.cartInvalid {
	background: #f0f0f0
}

.choice {
	padding: 0 10px;
	border: 1px solid #b8b7bd;
	cursor: pointer;
	float: left;
	margin-right: 5px;
	height: 32px;
	line-height: 32px;
	margin-top: 3px;
}

.choice:hover {
	border: 1px solid #FF0036;
}

.choice-active {
	border: 1px solid #FF0036;
}

.choice-disabled {
	pointer-events: none;
	cursor: default;
	opacity: 0.6;
}

.click-disabled {
	pointer-events: none;
}

#gotoTop {
	display: none;
	z-index: 299;
	position: fixed;
	width: 40px;
	height: 40px;
	background-color: #333;
	background-color: rgba(0, 0, 0, 0.3);
	font-size: 20px;
	line-height: 36px;
	text-align: center;
	color: #FFF;
	top: auto;
	left: auto;
	right: 30px;
	bottom: 50px;
	cursor: pointer;
	border-radius: 2px;
}

#gotoTop:hover {
	background-color: #1ABC9C;
}

.customer-service {
	z-index: 299;
	position: fixed;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	color: #FFF;
	top: auto;
	left: auto;
	right: 30px;
	bottom: 90px;
}

.customer-service li {
	width: 40px;
	height: 40px;
	background-color: #333;
	background-color: rgba(0, 0, 0, 0.3);
	cursor: pointer;
	border-radius: 2px;
	margin-bottom: 10px;
}

.customer-service li a {
	color: #FFF;
}

.customer-service li:hover {
	background-color: #1ABC9C !important;
}

@media (max-width:500px) {
	.product-right ul li p{
		font-size: 12px;
		line-height: 24px;
	}
	.product-right ul li .bdy h5 {
		margin:10px 0 0px;
		font-size: 12px;
	}
	.product-right ul li .bdy span{
		font-size: 12px;
	}
	.Sabout-custo .banner_slide{
		padding: 0 5px!important;
	}
	.VivaTimeline dl dt {
		left: 26.6% !important;
	}

	.VivaTimeline dl dd .circ,
	.VivaTimeline dl:before {
		left: 28% !important;
	}
}

/*普通产品询盘*/
.enquiry-area {
	width: 100%;
	height: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0 0 25px;
	border: 1px solid #eee;
	font-size: 14px;
	background: #fff;
	overflow: hidden;
}

.enquiry-area .enquiry-head {
	cursor: default;
	background: #003e59;
	color: #ffffff;
	position: relative;
	width: 100%;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	padding-left: 22px;
}

.enquiry-area .enquiry-item {
	position: relative;
	background: #fff;
	padding: 0 20px;
	margin-top: 20px;
}

.enquiry-area .enquiry-item button {
	background: #ff6f00;
	border: none;
	border-bottom: 2px solid #ef5a00;
	color: #ffffff;
	padding: 8px 22px;
	border-radius: 3px;
	text-decoration: none;
	transition: background 200ms ease;
	outline: none;
	cursor: pointer;
	width: 100%;
}

.enquiry-area .enquiry-item button i {
	display: inline-block;
	margin-left: 8px;
}

.enquiry-area .enquiry-item .enquiry-input {
	box-sizing: border-box;
	width: 50%;
	padding: 10px;
	font-family: 'Open Sans', sans-serif;
	background: #fff;
	margin: 0;
	height: 40px;
	font-size: 14px;
	border: 1px solid #eee;
	border-left: 2px solid #003e59;
	outline: none;
	resize: none;
	overflow: hidden;
	border-radius: 3px;
	transition: box-shadow 200ms ease;
}

.enquiry-area .enquiry-item .enquiry-textarea {
	width: 100% !important;
	height: 95px !important;
}

/*-phone-nav-*/


/* 发展历程 */
.VivaTimeline dl {
	margin-left: -95% !important;
}



.VivaTimeline dl dd .events {
	background: #535353 !important;
	color: #eee !important;
	padding: 10px 10px !important;
	border-radius: 0 !important;
}

.VivaTimeline dl dd.pos-right .events:before {
	border-color: transparent #535353 transparent transparent !important;
}

.VivaTimeline dl dd .circ {
	background: #535353 !important;
}

.VivaTimeline dl dd .time {
	color: black !important;
}

.VivaTimeline dl dt {
	background: url(../images/jian.png) 0 -45px no-repeat;
	color: #115fc5 !important;
	left: 52px;
	top: 10px !important;
	background-color: transparent !important;
	font-size: 24px;
	font-style: italic;
}

.VivaTimeline dl:before {
	top: 40px !important;
	width: 4px !important;
}
.VivaTimeline dl dd .circ{
	height: 26px;
	background-size: 100%!important;
	    background: url(../images/jian.png) no-repeat 0px -87px !important;
}
@media (max-width:768px) {
	.product .m-swiper-container{
		margin-bottom: 20px;
	}
	.ProductDet .container {
		padding: 0 5px !important;
	}

	.productDet-img {
		margin-top: 73px !important;
	}

	.ProductAll {
		padding-top: 30px;
	}

	.ProductAll {
		margin-top: 73px;
	}

	.ProductDet-infor {
		margin-top: 0;
	}

	.ProductAll h2 {
		margin-bottom: 16px;
	}

	.ProductDet-infor-all {
		padding: 0;
	}

	.product-right ul li:nth-child(odd) {
		float: right;
	}

	.banner {
		margin-top: 70px;
	}

	.VivaTimeline dl {
		margin-left: -20% !important;
	}

	.product-right ul li {
		margin: 0 0 3.2% 0;
	}

	.product-right ul li {
		width: 49.2%;
	}

	.product-right ul li img {
		width: 100%;
	}

	.footerright-R,
	.footer-left ul li ul {
		display: none;
	}

	.header {
		display: none;
	}

	.phone-header {
		display: block;
	}

	.ProductDet-infor-all .ue-table-interlace-color-single td,
	.ProductDet-infor-all .ue-table-interlace-color-double td {
		width: auto;
		line-height: inherit !important;
		word-break: inherit;
	}

	.ProductDet-infor-all table tbody td {
		border: 1px solid black;
		background-color: white;
		color: #3f3f3f;
		font-size: 10px;
	}

	.ProductDet-infor-all table tbody .firstRow td {
		font-weight: normal;
		line-height: inherit !important;
		word-break: break-all !important;
	}

	.com_subnav .navlist a {
		font-size: 12px;
		width: 32%;
		margin-right: 0;
		line-height: 25px;
	}

	.com_subnav {
		margin-bottom: 10px;
	}

	.com_subnav .navlist a:nth-child(1),
	.com_subnav .navlist a:nth-child(2) {
		width: 37%;
	}

	.footerleft ul {
		margin: 25px auto 25px;
		width: 213px;
		text-align: left;
	}
}

@media (max-width:500px) {
	.Sabout-right-item video{
		height: auto!important;
	}
	.ProductDet-infor h6{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.VivaTimeline dl {
		margin-left: -28% !important;
	}

	.Product ul.Product-items li {
		height: 185px;
	}
}

@media (max-width:555px) {
	.product-right ul {
		margin-left: 0 !important;
	}

	.product-right ul li {
		width: 48%;
	}

	.product-right ul li .bdy {}

	.product-right ul li .bdy h5 {}

	.Sabout-news {
		display: none;
	}

/* 	table.t8 tr td:first-child,
	table.t10 tr td:first-child,
	table.t10 tr td:nth-child(5),
	table.t10 tr td:nth-child(3),
	table.t10 tr td:nth-child(8) {
		display: none;
	}

	table.t8_1 tr td:first-child,
	table.t8_1 tr td:nth-child(4) {
		display: none;
	} */
}
