@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: normal 100% 'Arial', '微软雅黑', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	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: #808080;
	text-decoration: none;
}

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

img {
	border: 0;
}

.container {
	width: 1200px;
	padding: 0;
}

.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_out {
	width: 100%;
	position: fixed;
	left: 50%;
	margin-left: -50%;
	top: 0;
	z-index: 9;
}

.header_top {
	width: 100%;
	background: #262626;
	height: 40px;
	line-height: 40px;
	font-size: 1.2rem;
	display: block;
}

.header_top a {
	color: #d3d3d3;
}

.header_top a:hover {
	color: #fff;
}

.header_top span {
	color: #fff;
	margin: 0 10px;
}

.language {
	position: relative;
	color: #cacaca;
	font-size: 1.2rem;
	line-height: 40px;
	margin: 0 5px 0 0;
}

.language a {
	display: inline-block;
	margin: 0 3.5px;
}

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

.language .lang-none a {
	text-align: center;
	color: #333;
	line-height: 30px;
	background: #fff;
}

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

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

.rightIcon {
	margin-left: 6px;
	margin-top: 8px;
	line-height: 24px;
}

.rightIcon a {
	display: inline-block;
	position: relative;
	border: 1px solid #fff;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	margin-left: 6px;
}

.rightIcon a span {
	display: block;
	position: absolute;
	width: 120px;
	left: 50%;
	margin-left: -60px;
	top: -200px;
	transition: 0.3s;
	z-index: 3;
}

.rightIcon a:hover {
	color: #ccc;
}

.rightIcon a:hover span {
	top: 40px;
}

.header {
	clear: both;
	background: url(../images/headbg.png) left top repeat;
	transition: 0.3s;
	border-bottom: 1px solid #dcdcdc;
}

.header .logo {
	margin-top: 23px;
}


/*导航*/

.nav {
	position: relative;
	z-index: 2;
}

.nav ul li {
	float: left;
	font-size: 1.4rem;
	line-height: 92px;
	position: relative;
}

.nav ul li a {
	text-transform: uppercase;
	color: #2b2b2b;
	padding: 39px 20px;
}

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

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

.nav ul ul {
	position: absolute;
	background: #fff;
	padding: 25px 0px;
	width: 270px;
	display: none;
}

.nav ul li li {
	width: 100%;
	padding: 0 10px;
}

.nav ul li li a {
	padding: 0;
	position: relative;
	display: block;
	border-bottom: 1px solid #dcdcdc;
	line-height: 39px;
	background: none!important;
}

.nav ul li:hover ul {
	display: block;
}

.nav ul li:hover li {
	background: #fff;
}

.nav ul li:hover li a {
	color: #2b2b2b;
}

.nav ul li li:hover {
	background: #262626;
}

.nav ul li li:hover a {
	color: #fff;
	padding-left: 10px;
	border-color: #262626;
}

.nav ul li li:hover a:after {
	content: ">";
	position: absolute;
	right: 30px;
	color: #fff;
}

.header_out.on .header {
	/*padding:10px 0;*/
	background: #fff;
}

.header_out_bg_none .header_top,
.header_out_bg_none .header {
	background: none;
	border: 0;
}

.header_out.on.header_out_bg_none .header_top {
	background: #262626;
}

.header_out.on.header_out_bg_none .header {
	border-bottom: 1px solid #dcdcdc;
}

.header_out_bg_none .nav ul li a {
	color: #fff;
}

.header_out.on.header_out_bg_none .nav ul li a {
	color: #2b2b2b;
}

.header_out.on.header_out_bg_none .nav ul li.active a {
	color: #262626;
}


/*-banner-*/

.banner {
	clear: both;
}

.banner img {
	max-width: 100%;
}

.banner .slick-dots {
	width: 100%;
	max-width: 1200px;
	height: 47px;
	top: 39%;
	left: 50%;
	margin-left: -600px;
	text-align: left;
}

.banner .slick-dots li button {
	background: #4F5050;
	width: 15px;
	height: 15px;
}

.banner .slick-dots li.slick-active button {
	background: #fff;
	width: 40px;
	height: 15px;
}

.banner .container {
	height: 100%;
}

.banner .banner_slide {
	overflow: hidden;
}

.banner .ban_con {
	position: absolute;
	left: -50%;
	top: 44%;
	opacity: 0;
	color: #fff;
}

.banner .banner_slide.slick-active .ban_con {
	left: 0;
	-webkit-animation: fadeInLeft 0.8s both 1s;
	animation: fadeInLeft 0.8s both 1s;
}

.banner .ban_con_ny {
	position: absolute;
	left: 0%;
	top: 50%;
	color: #fff;
}

.banner .ban_con_ny p {
	margin: 0;
}

.ban_link {
	z-index: 2;
	position: relative;
}

.ban_link ul {
	position: absolute;
	right: 34px;
	bottom: 260px;
	z-index: 3;
	color: #fff;
	width: 250px;
	-webkit-animation: fadeInDown 0.8s both 1s;
	animation: fadeInDown 0.8s both 1s;
}

.ban_link ul li {
	display: block;
	width: 110px;
	height: 110px;
	border-radius: 10px;
	margin: 15px 0 0 15px;
	background: rgba(0, 0, 0, 0.4);
	float: left;
	text-align: center;
	transition: 0.3s;
	cursor: pointer;
}

.ban_link ul li:hover {
	background: #262626;
}

.ban_link ul li img {
	margin: 18px auto;
}

.ban_link ul li span {
	display: block;
	color: #fff;
}

.ban_link ul li:nth-child(4) img {
	margin-bottom: 8px;
}

.ban_link ul li:nth-child(4) span {
	padding: 0 25px;
}

.ban_link_pro {}

.ban_link_pro ul {
	right: 0;
	bottom: 54px;
}

.ban_link_pro ul li img {
	margin: 18px auto 13px;
}

.ban_link_pro ul li:nth-child(4) img {
	margin-bottom: 13px;
}

.ban_link_pro ul li:nth-child(4) span {
	padding: 0;
}

.ban_link_pro ul li.on {
	background: #e51600;
}


/*资讯滚动 联系方式*/

.ban_exhibition {
	position: absolute;
	left: 0;
	top: -129px;
	background: url(../images/bg.jpg) left center no-repeat;
	width: 100%;
	height: 129px;
	z-index: 2;
	padding: 16px 0;
}

.ban_exhibition_news {
	width: 36.42%;
	border-right: 1px solid #fff;
	height: 97px;
	padding: 0 3.58% 0 4.17%;
}

.ban_exhibition_news h3 {
	font-size: 1.4rem;
	color: #fff;
	line-height: 30px;
	height: 30px;
	position: relative;
	margin-bottom: 5px;
}

.ban_exhibition a.more {
	border: 1px solid #fff;
	color: #fff;
	display: block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	position: absolute;
	right: 0;
	bottom: 0;
	border-radius: 50%;
}

.ban_exhibition_con a.more {
	width: 32px;
	height: 32px;
	line-height: 30px;
	font-size: 1.6rem;
	bottom: auto;
	top: 16px;
	right: 18.63%;
}

.ban_exhibition a.more:hover {
	background: #777;
}

#scrollDiv {
	height: 3.6em;
	overflow: hidden;
}

.ban_exhibition_news ul {}

.ban_exhibition_news ul li {
	line-height: 1.8em;
}

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

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

.ban_exhibition_con {
	width: 36.08%;
	margin-left: 4.17%;
	padding-top: 5px;
	position: relative;
}

.ban_exhibition_con p {
	margin: 0 0 8px 0;
	color: #fff;
}

.ban_exhibition_con hr {
	border-top: 1px dashed #fff;
	margin: 0 0 6px 0;
}

.ban_exhibition_img {
	position: absolute;
	right: 0;
	bottom: 0;
}


/*首页产品*/

.sypro {
	padding-bottom: 107px;
}

.sytit_pro {}

.sytit_pro h3 {
	font-size: 3rem;
	color: #000;
	margin: 95px 0 20px;
}

.sytit_pro p {
	margin: 0;
	color: #868686;
	line-height: 1.8em;
}

.sypro_description {
	width: 100%;
	max-width: 525px;
	margin: 0 auto;
	text-align: center;
	color: #000;
	line-height: 1.8em;
}

.sypro_description p {
	margin: 0 0 15px;
}

.sypro_description a {
	color: #fff;
	padding: 18px 60px;
	border-radius: 40px;
	background: #262626;
}

.sypro .syprocon ul {
	margin-bottom: 82px;
}

.sypro .syprocon ul li {
	width: 32.67%;
	position: relative;
	float: left;
	margin-right: 0.995%;
	background: #fff;
	height: 560px;
	text-align: center;
	transition: 0.3s;
}

.sypro .syprocon ul li .syprocon_txt {
	position: absolute;
	width: 100%;
	height: 117px;
	bottom: 0;
	left: 0;
}

.sypro .syprocon ul li h4 {
	font-size: 2.4rem;
	color: #000;
	transition: 0.3s;
}

.sypro .syprocon ul li p {
	margin: 12px 0 0;
	color: #868686;
}

.sypro .syprocon ul li:nth-child(1) {
	padding-top: 82px;
	margin-top: 136px;
}

.sypro .syprocon ul li:nth-child(2) {
	padding-top: 62px;
}

.sypro .syprocon ul li:nth-child(3) {
	padding-top: 40px;
	margin-top: 136px;
	text-align: left;
}

.sypro .syprocon ul li:nth-child(3) h5 {
	color: #000;
	margin-left: 25px;
}

.sypro .syprocon ul li:nth-child(3) img {
	margin-left: 25px;
}

.sypro .syprocon ul li:nth-child(3) .syprocon_txt {
	text-align: center;
}

.sypro .syprocon ul li:hover {
	transform: scale(0.9);
}

.sypro .syprocon ul li:hover h4 {
	color: #262626;
}


/*首页产品应用案例*/

.syprocase {
	background: #262626;
}

.syprocase ul {}

.syprocase ul li {}

.syprocaselist_row .syprocasel {
	width: 50.83%;
	padding-left: 7.5%;
	margin-top: 8%;
}

.syprocaselist_row .syprocasel h3 {
	font-size: 3rem;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
}

.syprocaselist_row .syprocasel p {
	margin: 0;
	font-size: 1.8rem;
	color: #fff;
	position: relative;
	padding-right: 155px;
}

.syprocaselist_row .syprocasel p a {
	font-family: "Arial";
	color: #fff;
	border: 1px solid #fff;
	padding: 8px 30px;
	margin-left: 35px;
	position: absolute;
	right: 1px;
	top: 50%;
	margin-top: -20px;
}

.syprocaselist_row .syprocasel p a:hover {
	background: #fff;
	color: #262626;
}

.syprocaselist_row .syprocaser {
	width: 43.75%;
}

.syprocaselist_row .syprocaser img {
	margin: 0 auto;
}

.syprocaselist_row.slick-active .syprocasel {
	-webkit-animation: fadeInDown 0.5s both 1s;
	animation: fadeInDown 0.5s both 1s;
}

.syprocaselist_row.slick-active .syprocaser {
	-webkit-animation: fadeInRight 0.5s both 1s;
	animation: fadeInRight 0.5s both 1s;
}

.syprocase .slick-dots {
	width: auto;
	left: 0;
	top: 0;
	display: none!important;
}

.syprocase .num {
	background: #00204c;
	width: 68px;
	height: 25px;
	border-radius: 25px;
	line-height: 25px;
	position: absolute;
	left: 7.5%;
	bottom: 16.24%;
	text-align: center;
	font-family: "Arial";
	color: #fff;
}

.syprocase .slick-prev,
.syprocase .slick-next {
	width: 33px;
	height: 57px;
	border: 0;
	transform: rotate(0);
}

.syprocase .slick-prev {
	background: url(../images/left.png) left top no-repeat;
	left: 0;
}

.syprocase .slick-next {
	background: url(../images/right.png) left top no-repeat;
	right: 0;
}

.syprocase button {
	transition: 0.3s;
}

.syprocase button:hover {
	opacity: 0.8;
}


/*首页关于我们*/

.syabout {
	margin: 77px 0 49px;
}

.syabout .syaleft {
	width: 49.5%;
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 1
}

.syabout .syaleft.pic:after {
	padding-bottom: 72.39%;
}


/*.syabout .syaleft h3{font-size:2.8rem;margin-top:15px;}*/

.syabout .syaleft h3 {
	font-size: 2.8rem;
	margin-top: 3%;
}


/*.syabout .syaleft h4{font-size:1.8rem;margin-top:95px;}*/

.syabout .syaleft h4 {
	font-size: 1.8rem;
	margin-top: 13%;
}


/*.syabout .syaleft span.heng{width:27px;height:3px;background:#fff;display:block;margin:30px auto 45px;}*/

.syabout .syaleft span.heng {
	width: 27px;
	height: 3px;
	background: #fff;
	display: block;
	margin: 6% auto 8%;
}

.syabout .syaleft p {
	color: #8f9196;
	width: 98%;
	max-width: 300px;
	margin: 0 auto;
	line-height: 1.8em;
}

.syabout .syaleft a {
	color: #fff;
	line-height: 6;
	padding-bottom: 4px;
	border-bottom: 1px #fff solid
}

.syabout .syaright {
	width: 50%;
	position: relative;
	height: 402px;
	margin-top: 117px;
}

.syabout .syaright .pic {
	width: 114.67%;
	position: absolute;
	right: 0;
	top: 0;
}

.syabout .syaright .pic:after {
	padding-bottom: 58.43%;
}


/*首页新闻资讯*/

.sytit {
	padding: 18px 0;
	border-bottom: 1px solid #bfbfbf;
}

.sytit h3 {
	font-size: 2.4rem;
	color: #000;
}

.sytit a {
	font-size: 1.4rem;
	color: #000;
	margin-top: 10px;
}

.sytit a:hover {
	color: #808080;
}

.synews ul {
	margin-top: 37px;
}

.synews ul li {
	width: 31.67%;
	margin-right: 2.495%;
}

.synews ul li:last-child {
	margin-right: 0;
}

.synews ul li h3 {
	font-size: 1.6rem;
	line-height: 24px;
}

.synews ul li h3 a {
	color: #000;
}

.synews ul li h3 span {
	font-size: 1.2rem;
	color: #fff;
	background: #262626;
	border-radius: 3px;
	padding: 5px;
	margin-right: 8px;
}

.synews ul li p {
	margin: 15px 0;
	line-height: 25px;
	color: #868686;
	height: 50px;
	overflow: hidden;
}

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


/*首页底部4大链接*/

.link ul {
	margin: 115px 0 64px;
}

.link ul li {
	width: 23.67%;
	float: left;
	margin-right: 1.77%;
	transition: 0.3s;
}

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

.link ul li h3 {
	font-size: 2rem;
	margin-bottom: 20px;
}

.link ul li h3 span {
	font-size: 1.2rem;
	font-weight: bold;
	display: block;
	text-transform: uppercase;
	font-family: "Arial";
	margin-top: 5px;
}

.link ul li h3 span.span1 {
	color: #fff;
}

.link ul li h3 span.span2 {
	color: #fff;
}

.link ul li h3 span.span3 {
	color: #fff;
}

.link ul li h3 span.span4 {
	color: #fff;
}

.link ul li div.vcenter {
	padding: 10%;
}

.link ul li p {
	margin: 0;
}

.link ul li.li_more_w h3 {
	background: url(../images/more_w.png) center right no-repeat;
	color: #fff;
}

.link ul li.li_more_b {
	margin-right: 0;
}

.link ul li.li_more_b h3 {
	background: url(../images/more_b.png) center right no-repeat;
	color: #fff;
}

.link ul li:hover {
	margin-top: -15px;
}


/*底部圆点背景*/

.bg-circle {
	background: url(../images/bg-circle.png) left top repeat;
}

.bg-circle-h {
	height: 96px;
	width: 100%;
}

.bg-circle1 {
	background: url(../images/bg-circle1.png) left top repeat;
	height: 67px;
}

.bg-circle-fix {
	display: none;
}

.bg-circle-fix1 {
	position: absolute;
	bottom: 0;
	left: 0;
}


/*底部开始*/

.footer {
	background: #494c53;
	padding-top: 45px;
}

.footer .container {
	width: 100%;
	max-width: 1360px;
}

.footerleft {
	width: 77.21%;
}

.footerleft ul {
	display: flex;
	align-items: center;
	margin-top: 35px;
}

.footerleft ul li {
	float: left;
}

.footerleft ul span {
	float: left;
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #FFF;
	border-radius: 50%;
	margin: 0 20px;
}

.footerleft li h3 {}

.footerleft li a {
	font-size: 14px;
	color: #fefefe;
}

.footerleft ul ul {}

.footerleft li li {
	float: none;
	margin-bottom: 10px;
	width: 100%;
}

.footerleft li li a {
	color: #979aa1;
}

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

.footerright {
	text-align: center;
}

.footerright span {
	display: inline-block;
	margin-left: 27px;
}

.footerright span img {
	width: 100%;
	max-width: 87px;
}

.footerright span em {
	font-size: 1.2rem;
	color: #979aa1;
	display: block;
	margin-top: 12px;
}

.copy {
	margin-top: 20px;
}

.copy .container {
	border-top: 1px solid #75767a;
}

.copy p.pull-left {
	line-height: 40px;
	margin: 0 auto;
}

.copy p {
	margin-bottom: 0;
	font-size: 1.4rem;
	line-height: 40px;
	color: #878787;
}

.copy p a {
	color: #878787;
}

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


/*内页开始*/


/*面包屑导航*/

.subnav_out {
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	z-index: 5;
}

.subnav {
	position: relative;
	padding-left: 38px;
	line-height: 60px;
}

.subnav a.home {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 60px;
}

.subnav a.home i {
	font-size: 22px;
}

.subnav ul {}

.subnav ul li {
	float: left;
	width: 50%;
	max-width: 228px;
	border-left: 1px solid #e5e5e5;
	padding: 0 20px;
	position: relative;
	margin-left: -1px;
	border-right: 1px solid #e5e5e5;
}

.subnav ul li:last-child {}

.subnav ul li h3 {
	line-height: 60px;
	font-size: 1.4rem;
	color: #3b3b3b;
	cursor: pointer;
	padding-right: 25px;
}

.subnav ul li h3 i {
	font-size: 22px;
	position: absolute;
	top: 0;
	right: 0;
}

.subnav ul ul {
	width: 101%;
	position: absolute;
	left: -1px;
	top: 60px;
	background: #fff;
	border: 1px solid #e5e5e5;
	padding: 10px 0;
	display: none;
}

.subnav li li {
	width: 100%;
	margin: 0;
	border: 0;
	transition: 0.3s;
	line-height: 1.8em;
	padding: 10px 20px;
}

.subnav li li:hover {
	background: #262626;
}

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


/*产品导航*/

.daohang {
	margin: 54px auto;
}

.daohang div {
	padding: 0;
	text-align: center;
}

.daohang a {
	display: block;
	border: 1px solid #d2d2d2;
	font-size: 1.8rem;
	color: #000;
	margin-left: -1px;
	padding: 22.5px 0;
}

.daohang a:hover,
.daohang a.active {
	background: #0055a2;
	color: #fff;
	border-color: #0055a2;
}

.daohang1 a:hover,
.daohang1 a.active {
	background: url(../images/daohang_bg.jpg) center center repeat;
}


/*副导航开始*/

.vicenav {
	position: relative;
	top: -69px;
}

.vicenavwrap .menu {
	padding-left: 0;
	text-align: center;
}

.vicenavwrap .menu div ul {
	width: 150%;
	margin-left: 10%;
}

.vicenavwrap .menu div ul li {
	float: left;
	margin: 0 10px;
	background: url(../images/list-type.jpg) no-repeat left center;
	padding-left: 5px;
}

.vicenavwrap .menu div ul li a {
	width: auto;
	height: auto;
	line-height: 40px;
	background: none;
	border-right: 0;
	font-size: 12px;
	font-weight: 100;
	overflow: hidden;
}

.vicenavwrap .menu div ul li a:hover {
	background: none;
	color: #808080;
}

.vicenavwrap .menu .slick-track {
	margin: 0 auto;
}

.vicenavwrap .menu a {
	background: url(../images/mbxbg.jpg) bottom;
	display: inline-block;
	width: 100%;
	height: 55px;
	text-align: center;
	line-height: 55px;
	border-right: 1px solid #e1dfdc;
	font-weight: 600;
	color: #333;
}

.vicenavwrap .menu #gmcur {
	border-right: none;
}

.vicenavwrap .menu a:hover {
	background: #808080;
	color: #fff;
}

.vicenavwrap .menu a.cur {
	background: #808080;
	color: #fff;
}

.vicenavwrap .slick-prev,
.vicenavwrap .slick-next {
	width: 30px;
	height: 30px;
	margin-top: -15px;
}

.vicenavwrap .slick-prev {
	left: -20px;
}

.vicenavwrap .slick-next {
	right: -20px;
}


/*面包屑导航*/

.mbx {
	margin: -65px 0 30px;
}

.mbx .mbxwrap {
	padding-left: 15px;
}

.mbx em {
	color: #808080;
}


/*关于我们*/

.about {
	padding: 74px 0 84px;
	position: relative;
}

.about_img {
	position: absolute;
	top: 0;
	right: -177px;
}

.about p {
	line-height: 2em;
	color: #3b3b3b;
	margin-bottom: 5px;
}


/*发展*/

.about_develop {
	background: #eee;
	padding-top: 75px;
}

.about_develop h2 {
	font-size: 2.4rem;
	color: #222;
	text-transform: uppercase;
}

.about_develop_tab {
	margin-top: 33px;
}

.about_develop_tab ul.ul_tab {}

.about_develop_tab ul.ul_tab li {
	width: 50%;
	border: 1px solid #bfbfbf;
	cursor: pointer;
	float: left;
	padding: 19px 0;
	text-align: center;
	font-size: 1.8rem;
	color: #373737;
	transition: 0.3s;
	background: #eee;
}

.about_develop_tab ul.ul_tab li.hvr-shutter-out-vertical:before {
	background: #004098;
}

.about_develop_tab ul.ul_tab li:hover,
.about_develop_tab ul.ul_tab li.on {
	background: #004098;
	border-color: #004098;
	color: #fff;
}

.about_develop_tab .contents {
	padding-top: 40px;
}

.about_develop_tab .content {
	display: none;
}

.about_develop_tab .contentl {
	width: 50%;
	float: left;
}

.about_develop_tab .contentl img {
	width: 95%;
	max-width: 540px;
}

.about_develop_tab .contentr {
	width: 50%;
	float: left;
}

.about_develop_tab .contentr .dian {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 3px solid #004098;
	border-radius: 50%;
	position: relative;
	margin-left: -9px;
}

.about_develop_tab .contentr ul {
	border-left: 1px solid #c9c9c9;
	margin: 0;
	padding: 25px 0 55px;
}

.about_develop_tab .contentr ul li {
	background: url(../images/li_dian.png) left 7px no-repeat;
	list-style: none;
	padding: 0 0 45px 35px;
	margin: 0 0 0 -3px;
}

.about_develop_tab .contentr ul li p {
	margin-bottom: 8px;
	color: #868686;
}

.about_develop_tabs {
	border-top: 1px solid #c9c9c9;
}

.about_develop_tabs_title {
	padding-left: 60px;
	position: relative;
}

.about_develop_tabs_title h3 {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 1.8rem;
	color: #000;
	line-height: 66px;
	font-style: italic;
}

.about_develop_tabs_title ul.ul_tabs {
	border-left: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
}

.about_develop_tabs_title ul.ul_tabs li {
	width: 33.33%;
	float: left;
	border-left: 1px solid #c9c9c9;
	color: #000;
	padding: 23px 0;
	transition: 0.3s;
	text-align: center;
	cursor: pointer;
	background: #eee;
}

.about_develop_tabs_title ul.ul_tabs li.hvr-shutter-out-vertical:before {
	background: #004098;
}

.about_develop_tabs_title ul.ul_tabs li:hover,
.about_develop_tabs_title ul.ul_tabs li.on {
	background: #004098;
	color: #fff;
}

.about_develop_tabs .contents {
	background: #494c53;
}

.about_develop_tabs .content {
	padding: 50px 0;
	display: none;
}

.about_develop_tabs p {
	color: #fff;
}


/*文化*/

.about_culture {
	padding: 119px 0 66px;
}

.about_culture .img1 {
	width: 50%;
	max-width: 600px;
	float: left;
	position: relative;
	z-index: 2;
}

.about_culture .img1 img {
	margin-left: 2.5%;
}

.about_culture .img2 {
	width: 50%;
	max-width: 600px;
	float: right;
	position: relative;
	z-index: 1;
}

.about_culture .img2 img {
	margin-left: -2.5%;
}

.about_culture p {
	margin: 0;
	color: #868686;
}

.about_culture p:after {
	clear: both;
	display: table;
	content: " ";
}

.about_culture ul {
	margin-top: 100px;
}

.about_culture ul li {
	float: left;
	width: 31%;
	max-width: 585px;
	margin-right: 2.5%;
	text-align: center;
	background: #fff;
	margin-bottom: 29px;
}

.about_culture ul li:nth-child(3n) {
	margin-right: 0;
}

.about_culture ul li div.con {
	border: 1px solid #dcdcdc;
	border-top: 0;
	min-height: 173px;
	line-height: 2em;
	padding: 30px 9.4%;
}


/*荣誉*/

.about_hobor {
	margin-top: 100px;
	margin-bottom: 87px;
}

.about_hobor h2 {
	font-size: 3rem;
	color: #000;
	text-align: center;
	text-transform: uppercase;
}

.about_hobor ul {
	margin-top: 45px;
}

.about_hobor ul li {
	width: 100%;
	max-width: 295px;
	margin: 0 auto;
	/*margin: 0 0.55% 0 0;float: left;*/
	position: relative;
}

.about_hobor ul li .pic {
	width: 100%;
	text-align: center;
	transition: 0.3s;
}


/*.about_hobor ul li .pic:after {padding-bottom:66.44%;}*/

.about_hobor ul li .pic img {}

.about_hobor ul li .pic .zzc {
	width: 100%;
	height: 100%;
	background: url(../images/hzzcbg.png);
	position: absolute;
	bottom: 0;
	display: none;
}

.about_hobor ul li .pic .zzc span {
	display: inline-block;
	width: 36px;
	height: 36px;
	background: url(../images/honorbtn.png) no-repeat center;
}

.about_hobor ul li:hover .zzc {
	display: block;
}

.about_hobor ul li:hover .pic {}

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

.about_hobor .owl-theme .owl-controls {
	margin-top: 50px;
}

.about_hobor .owl-theme .owl-controls .owl-page {
	display: none;
}

.about_hobor .owl-theme .owl-controls .owl-buttons div {
	margin: 0 8px;
	padding: 0;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	transition: 0.3s;
	font-size: 1.4rem;
	opacity: 1;
	color: #000;
	line-height: 45px;
	background: #fff;
	box-shadow: 0px 0px 10px 1px #ddd;
}

.about_hobor .owl-theme .owl-controls .owl-buttons div.owl-prev:hover,
.about_hobor .owl-theme .owl-controls .owl-buttons div.owl-next:hover {
	background: #0055a2;
	color: #fff;
}


/*社会责任*/

.about_responsibility {
	background: #0055a2;
	padding: 92px 0 134px;
	position: relative;
}

.about_responsibility h2 {
	font-size: 3rem;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px;
}


/*.about_responsibility ul{margin-top:20px;}
.about_responsibility ul li{position:relative;border-bottom:1px dashed #4d88be;padding:18px 80px 18px 0;color:#fff;}
.about_responsibility ul li a{color:#fff;}
.about_responsibility ul li a:hover{text-decoration:underline;}
.about_responsibility ul li span{position:absolute;right:0;bottom:18px;}*/

.about_responsibility p {
	margin: 0;
	text-align: center;
	color: #fff;
}

.respon {
	margin-top: 75px;
	position: relative;
}

.respon img.column_img {
	display: block;
	width: 228px;
	height: 228px;
	position: absolute;
	left: 50%;
	margin-left: -114px;
	top: 50%;
	margin-top: -114px;
	z-index: 1;
}

.respon ul {}

.respon ul li {
	width: 49.33%;
	float: left;
	background: #fff;
	margin: 7px 1.34% 7px 0;
}

.respon ul li:after {
	clear: both;
	display: table;
	content: " ";
}

.respon ul li .img {
	width: 45.95%;
	float: left;
}

.respon ul li .con {
	width: 54.05%;
	float: left;
	padding: 12% 7.6% 0;
	height: 100%;
}

.respon ul li .con p {
	color: #868686;
	text-align: left;
	margin-bottom: 10px;
	line-height: 1.8em;
}

.respon ul li:nth-child(2n) {
	margin-right: 0;
}

@media (max-width: 991px) {
	.respon img.column_img {
		position: static;
		margin: 0 auto;
	}
	.respon ul li {
		width: 100%;
		margin-right: 0;
		max-width: 592px;
		float: none;
		margin: 14px auto;
	}
	.respon ul li:nth-child(2n) {
		margin: 14px auto;
	}
}

@media (max-width:500px) {
	.respon ul li .con {
		padding: 10% 1.5% 0;
	}
	.respon ul li .con p {
		margin-bottom: 5px;
		line-height: 1.5em;
	}
	.respon ul li .con p span {}
}

@media (max-width:380px) {
	.respon ul li .con {
		padding: 2% 1.5% 0;
	}
	.respon ul li .con p {
		margin: 0;
	}
}


/*荣誉资质*/

.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: #808080;
}


/*图片展示 应用案例*/

.case {}

.case ul li {
	padding: 20px 0;
	margin-bottom: 30px;
}

.case ul li .bimg,
.case ul li .simg {
	padding: 0;
	margin-bottom: 1%;
	position: relative;
}

.case ul li .pic {
	width: 99%;
	display: block;
	max-width: 594px;
	margin: 0 auto;
}

.case ul li .pic img.vcenter {
	width: 100%;
	height: auto;
	transition: 0.3s;
}

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

.case ul li .simg .pic {}

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

.case ul li .casetitles {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 10px 40px 35px;
}

.case ul li .casetitles img {
	margin-right: 15px;
}

.case ul li .casetitle h3 {
	font-size: 1.8rem;
	color: #fff;
	margin-bottom: 5px;
}

.case ul li .casetitle h4 {
	font-size: 1.4rem;
	color: #fff;
}

.case ul li:nth-child(odd) {}

.case ul li:nth-child(odd) .bimg {
	float: left;
}

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

.case ul li:nth-child(even) {}

.case ul li:nth-child(even) .bimg {
	float: right;
}

.case ul li:nth-child(even) .simg {
	float: left;
}

.case ul li .pic:hover img.vcenter {
	transform: scale(1.1);
}

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

.page li {
	display: inline;
}

.page li a {
	font-family: arial;
	background: #e8e8e8;
	padding: 5px 10px;
	margin: 0 9px;
	display: inline;
	margin-bottom: 0px;
	color: #000;
	border: 0!important;
	border-radius: 0!important;
}

.page li a:hover {
	background: #0055a2;
}

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

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

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

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

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	background: #0055a2;
	color: #fff;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	background: #0055a2;
	color: #fff;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
	background: #0055a2;
	color: #fff;
}


/*生产实力详细页*/

.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 #808080;
}

.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;
}


/*联系我们*/

.contact {}

.contact_con {
	margin-top: 80px;
}

.contact_conl {
	width: 30.33%;
	margin-left: 7.9%;
	text-align: center;
}

.contact_conr {
	width: 61.75%;
}

.contact_conr h2 {
	background: url(../images/contact_title_bg.png) left bottom no-repeat;
	padding-bottom: 8px;
}

.contact_conr p {
	margin: 0;
	line-height: 1.8em;
	color: #666;
}

.contact_conr ul li {
	border-right: 1px solid #e5e5e5;
	width: 43.85%;
	float: left;
}

.contact_conr ul li:nth-child(2n) {
	padding-left: 5%;
	border: 0;
}

.contact_conr ul li:after {
	clear: both;
	display: table;
	content: " ";
}

.contact_conr ul li .img {
	float: left;
	text-align: center;
	margin-right: 10px;
}

.contact_conr ul li .img img {
	display: block;
	margin: 3px auto 10px;
}

.contact_conr ul li .content {
	float: left;
}

#allmap {
	width: 100%;
	margin: 90px auto 40px;
	height: 625px;
	border: 1px solid #e5e5e5;
}

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

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


/*在线留言*/

.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: 46.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 #808080;
}

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

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

.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: center;
}

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

.message .sub input:hover {
	background: #808080;
}


/*人才招聘*/

.talent_idea {
	margin: 63px auto 45px;
}

.talent_idea ul {
	padding: 0 4%;
}

.talent_idea ul li {
	width: 33.33%;
	text-align: center;
	float: left;
	padding: 0 3.6%;
}

.talent_idea p {
	margin: 0;
	line-height: 2em;
	color: #636363;
}

.job_welfare {
	text-align: center;
	width: 100%;
	max-width: 984px;
	margin: 20px auto 107px;
}

.job_welfare h2 {
	font-size: 2.4rem;
	color: #000;
	margin-bottom: 35px;
	text-transform: uppercase;
}

.job_welfare p {
	margin: 0;
	line-height: 1.8em;
}

.job_recruit {
	background: #0055a2;
	padding: 68px 0 178px;
}

.job_recruit h2 {
	font-size: 3rem;
	color: #fff;
	text-align: center;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.job_environment {
	position: relative;
	display: block;
}

.job_environment h2 {
	position: absolute;
	left: 110px;
	bottom: 18%;
	font-size: 2.4rem;
	color: #000;
	text-transform: uppercase;
}

.job_environment .slick_job {}

.job_environment .slick_job div {
	position: relative;
}

.job_environment .slick_job div p {
	/**/
	margin: 0 auto;
	opacity: 0
}

.job_environment .slick_job div p span {
	padding: 10px 10px 64px;
	background: #fff;
	display: block;
	margin: 0 7%;
	box-shadow: 0px 0px 10px 1px #ddd;
}

.job_environment .slick_job div p.p0 {
	width: 39.45%;
	padding: 100px 1.92%;
	float: left;
}

.job_environment .slick_job div p.p1 {
	width: 29.6%;
	padding: 85px 0;
	position: absolute;
	left: 50%;
	margin-left: -14.8%;
	top: 0;
	z-index: 2;
}

.job_environment .slick_job div p.p2 {
	width: 40.42%;
	padding: 100px 2.25%;
	float: right;
	margin-top: 127px;
}

.job_environment .slick_job div p.p0 span {
	transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	/* IE 9 */
	-moz-transform: rotate(-10deg);
	/* Firefox */
	-webkit-transform: rotate(-10deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(-10deg);
	/* Opera */
}

.job_environment .slick_job div p.p1 span {
	transform: rotate(5deg);
	margin: 0;
	-ms-transform: rotate(5deg);
	/* IE 9 */
	-moz-transform: rotate(5deg);
	/* Firefox */
	-webkit-transform: rotate(5deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(5deg);
	/* Opera */
}

.job_environment .slick_job div p.p2 span {
	transform: rotate(14deg);
	-ms-transform: rotate(14deg);
	/* IE 9 */
	-moz-transform: rotate(14deg);
	/* Firefox */
	-webkit-transform: rotate(14deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(14deg);
	/* Opera */
}

.job_environment button.slick-prev,
.job_environment button.slick-next {
	margin: 0 45px 0 0;
	padding: 0;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	transition: 0.3s;
	opacity: 1;
	color: #000;
	line-height: 45px;
	background: #fff;
	box-shadow: 0px 0px 10px 1px #ddd;
	transform: rotate(0deg);
	border: 0;
	top: auto;
	bottom: 10%;
}

.job_environment .slick-prev:before {
	content: "<";
	font-size: 1.4rem;
}

.job_environment .slick-next:before {
	content: ">";
	font-size: 1.4rem;
}

.job_environment button.slick-prev {
	left: 110px;
}

.job_environment button.slick-next {
	left: 166px;
}

.job_environment button.slick-prev:hover,
.job_environment button.slick-next:hover {
	background: #0055a2;
	color: #fff;
}

.job_environment .slick-dots {
	display: none!important;
}

.job_environment .slick_job div p.p0 {}

.job_environment .slick_job div p.p1 {}

.job_environment .slick_job div p.p2 {}

.job_environment .slick_job div.slick-active p.p0 {
	-webkit-animation: fadeIn 0.8s both 0.3s;
	animation: fadeIn 0.8s both 0.3s;
	opacity: 1;
}

.job_environment .slick_job div.slick-active p.p1 {
	-webkit-animation: fadeIn 0.8s both 0.3s;
	animation: fadeIn 0.8s both 0.3s;
	opacity: 1;
}

.job_environment .slick_job div.slick-active p.p2 {
	-webkit-animation: fadeIn 0.8s both 0.3s;
	animation: fadeIn 0.8s both 0.3s;
	opacity: 1;
}

.job ul li {
	border-bottom: 1px solid #6699c7;
	font-size: 1.2rem;
}

.job ul li:first-child {
	margin: 0;
	border-color: #fff;
	font-size: 1.4rem;
}

.job ul li span.span1,
.job ul li span.span2,
.job ul li span.span3,
.job ul li span.span4 {
	color: #d9d9d9;
	width: 25%;
	display: block;
	float: left;
	text-align: center;
	padding: 16px 0;
}

.job ul li:first-child span.span1,
.job ul li:first-child span.span2,
.job ul li:first-child span.span3,
.job ul li:first-child span.span4 {
	color: #fff;
}

.job ul li .jobcon {
	margin: 0 3.58% 7px;
	padding: 0px 12.72% 15px 7.2%;
	display: none;
	background: #3679b6;
}

.job ul li .jobcon .jobcon_1 {
	color: #fff;
	font-size: 1.2rem;
	padding: 20px 10px;
	border-bottom: 1px dashed #5d93c4;
}

.job ul li .jobcon .jobcon_1 span {
	display: inline-block;
	width: 33%;
	line-height: 2em;
}

.job ul li .jobcon .jobcon_2 {
	margin-bottom: 15px;
	border-bottom: 1px dashed #5d93c4;
	padding: 15px 10px;
}

.job ul li .jobcon .jobcon_2 span.title {
	color: #fff;
	display: block;
	margin-bottom: 15px;
}

.job ul li .jobcon .jobcon_2 p {
	color: #fff;
	margin-bottom: 0;
	line-height: 1.8em;
}

.job ul li .jobcon .jobcon_2 div {
	width: 50%;
	padding-right: 15%;
}

.job ul li.active {}

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

.job ul li a:hover {
	color: #b20000;
}

.apply {
	width: 148px;
	height: 38px;
	margin-left: 10px;
}

.apply a {
	background: #808080;
	line-height: 38px;
	display: block;
	color: #fff;
	border-radius: 3px;
	text-align: center;
}

.apply a:hover {
	color: #fff;
	background: #f81022;
}


/*产品中心*/

.pro ul {
	margin-top: 5px;
}

.pro ul li {}

.pro ul li .pic {
	width: 100%;
}

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

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

.pro1 ul li .pic:after {
	padding-bottom: 163.04%;
}

.pro ul li .protxt {
	width: 100%;
	text-align: center;
	padding: 20px 0;
	color: #010101;
}

.pro ul li .protxt a {
	color: #0055a2;
	font-weight: bold;
	font-size: 1.8rem;
	    height: 5rem;
    display: inline-block;
}

.pro ul li .protxt p {
	margin: 8px 0 0;
}


/*.pro ul li:hover img {  transform: scale(1.1);}*/


/*产品详细页*/

.bigphone {
	display: none;
}

.bigphone .pic {
	width: 100%;
}

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

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

.bigphone .slick-dots li.slick-active button {
	background: #808080;
}

.proshow {}

.proshow h3 {
	font-size: 3rem;
	color: #0055a2;
	text-align: center;
}

.proshow h3 span {
	display: block;
	font-size: 1.8rem;
	color: #010101;
	margin-top: 5px;
}

.proshowleft {
	width: 100%;
	text-align: center;
	margin: 20px 0;
}

.proshowleft img {}

.proshowright {
	width: 43.08%;
}

.proshowright h4 {
	font-size: 1.8rem;
	color: #010101;
	margin-bottom: 35px;
}

.proshowright_con {
	margin-top: 40px;
}

.proshow_con {
	margin: 0px auto 40px;
	width: 100%;
	color: #000;
}

.proshow_con1 {
	margin: 64px auto 40px;
}

.proshow1 .proshowleft img {
	margin-bottom: 36px;
}

.proshow1 h3 {
	text-align: left;
}

.proshow1 .proshowleft {
	width: 29.58%;
}

.proshow1 .proshowright {
	width: 63.42%;
}

.pro_down {
	position: fixed;
	z-index: 10;
	width: 106px;
	height: 106px;
	background: url(../images/downbg.png) center center no-repeat;
	right: 90px;
	bottom: 14%;
	transition: 0.3s;
}

.pro_down a {
	display: block;
	width: 94px;
	height: 94px;
	font-size: 1.2rem;
	color: #fff;
	margin: 6px auto;
	text-align: center;
	padding: 15px;
}

.pro_down a i {
	display: block;
	margin-bottom: 5px;
}

.pro_down:hover {
	opacity: 0.8
}

.proshowright_con {
	color: #000
}

.proshowright_con p {
	margin: 0;
}

.proshowright_con table {
	width: 100%;
}

.proshowright_con table tr {}

.proshowright_con table td {
	position: relative;
}

.proshowright_con1 table td {
	padding: 10px 0 0 13%;
	height: 69px;
}

.proshowright_con2 table td {
	padding: 15px 0 11px 11%;
	height: 71px;
	border-bottom: 1px solid #e5e5e5;
}

.proshowright_con table img {
	position: absolute;
	left: 0;
	top: 0;
}

.proshowright_con2 table img {
	top: 11px;
	left: 3px;
}

.proshow_con2 {}

.proshow_con p {
	margin: 0;
}

.proshow_con2 img {
	margin: 30px auto 10px;
}

.proshow_con table {
	width: 100%;
	margin-bottom: 15px;
}

.proshow_con table tbody {
	border-bottom: 1px solid #626262;
}

.proshow_con table tr {}

.proshow_con table th {
	font-size: 1.8rem;
	color: #fff;
	font-weight: normal;
	background: #0055a2;
	padding: 15px 25px;
	border-bottom: 1px solid #626262;
}

.proshow_con table td {
	border-top: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	padding: 13px 25px;
}

.proshow_con table td:first-child {
	border-left: 0;
}

.proshow_con1 table {
	width: 100%;
	margin-bottom: 45px;
}

.proshow_con1 table.table1 {
	width: 47.92%;
	float: left;
}

.proshow_con1 table.table2 {
	width: 47.92%;
	float: right;
}

.proshow_con1 table caption {
	background: url(../images/bg_table.jpg) #0055a2 right -1px center no-repeat;
	font-size: 1.8rem;
	padding: 11px 20px;
	color: #fff;
	margin-bottom: 15px;
}

.proshow_con1 table.table3 {
	margin-bottom: 25px
}

.proshow_con1 table.table3 caption {
	margin-bottom: 0
}

.proshow_con1 table td {
	padding: 13px 20px;
}

.proshow_con1 table tr:first-child td {
	border-top: 1px solid #626262;
}

.proshow_con1 table.table1 td {
	border: 0!important;
}

.proshow_con1 table.table2 td {
	padding: 10px 20px;
}

.proshow_con1 table.table1 tbody {
	border: 0
}

#tab {
	position: relative;
}

#tab .tabList ul li {
	float: left;
	background: #fefefe;
	background: -moz-linear-gradient(top, #fefefe, #ededed);
	background: -o-linear-gradient(left top, left bottom, from(#fefefe), to(#ededed));
	background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#ededed));
	border: 1px solid #ccc;
	padding: 5px 0;
	width: 100px;
	text-align: center;
	margin-left: -1px;
	position: relative;
	cursor: pointer;
}

#tab .tabCon {
	position: absolute;
	left: -1px;
	top: 32px;
	border: 1px solid #ccc;
	border-top: none;
	width: 403px;
	height: 100px;
}

#tab .tabCon div {
	padding: 10px;
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
}

#tab .tabList li.cur {
	border-bottom: none;
	background: #fff;
}

#tab .tabCon div.cur {
	opacity: 1;
	filter: alpha(opacity=100);
}

.swiper-container-product {
	position: relative;
	overflow: hidden;
}

.jqueryzoom {
	height: 500px;
	width: 100%;
	overflow: hidden;
	border: 1px solid #eeeeee;
}

.jqueryzoom .cloudzoom {
	height: 100%;
	margin: 0 auto;
	text-align: center;
}

.product-thumb {
	padding: 0px 40px;
	position: relative;
	margin-top: 10px;
}

.product-thumb .swiper-slide {
	height: 120px;
}

.product-thumb .cloudzoom-gallery {
	cursor: pointer;
	height: 100%;
}

.product-detail-prev {
	position: absolute;
	left: 0;
	color: #000000;
	padding: 6px 8px;
	top: 50%;
	margin-top: -27px;
	font-size: 30px;
}

.product-detail-next {
	position: absolute;
	right: 0;
	color: #000000;
	padding: 6px 8px;
	top: 50%;
	margin-top: -27px;
	font-size: 30px;
}

.cloudzoom-lens {
	border: 1px solid #888;
	width: 100px;
	height: 100px;
	box-shadow: -0px -0px 10px rgba(0, 0, 0, 0.40);
	cursor: crosshair;
	background: #fff;
	z-index: 10;
}


/* CSS for zoom window. */

.cloudzoom-zoom {
	border: 1px solid #888;
	width: 500px;
	height: 200px;
	box-shadow: -0px -0px 10px rgba(0, 0, 0, 0.40);
	z-index: 99;
}


/* CSS for zoom window in 'inside' mode. */

.cloudzoom-zoom-inside {
	border: none;
	box-shadow: none;
}


/* CSS for captions */

.cloudzoom-caption {
	display: none;
	/* CSS captions should be hidden initially */
	text-align: left;
	background-color: #000;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	font-family: sans-serif;
	font-size: 11px;
}


/* A blank image */

.cloudzoom-blank {
	background-image: url(../images/blank.png);
}


/* The animated ajax loading image */

.cloudzoom-ajax-loader {
	background-image: url(../images/ajax-loader.gif);
	width: 32px;
	height: 32px;
}


/* 产品详情页选项卡 */

.proshowcon_tab {
	margin: 10px auto 0;
	background: #fff;
}

.proshowcon_tab .tab_menu {
	overflow: hidden;
}

.proshowcon_tab .tab_menu li {
	width: 130px;
	float: left;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: #fff;
	text-align: center;
	cursor: pointer;
}

.proshowcon_tab .tab_menu li.current {
	color: #333;
	background: #cdcdcd;
}

.proshowcon_tab .tab_menu li a {
	color: #fff;
	text-decoration: none;
}

.proshowcon_tab .tab_menu li.current a {
	color: #333;
}

.proshowcon_tab .tab_box {
	padding: 20px;
}

.proshowcon_tab .tab_box li {
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}

.proshowcon_tab .tab_box li span {
	margin: 0 5px 0 0;
	font-family: "宋体";
	font-size: 12px;
	font-weight: 400;
	color: #ddd;
}

.proshowcon_tab .tab_box .hide {
	display: none;
}


/*新闻资讯*/

.newshow .newshowtxt table p {
	padding: 0;
	margin: 0;
}

.newshow .newshowtxt h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
}

.newshow .newshowtxt table td {
	text-align: center;
	vertical-align: middle;
}

.newshow .newshowtxt .table3,
.newshow .newshowtxt .table4,
.newshow .newshowtxt .table5 {
	width: 100%;
}

.newshow .newshowtxt .table3 td {
	width: 33.3333333%;
}

.newshow .newshowtxt .table4 td {
	width: 25%;
}

.newshow .newshowtxt .table5 td {
	width: 20%;
}

.news ul {
	padding-top: 30px;
}

.news ul li {
	margin-top: 40px;
	width: 30.83%;
	float: left;
	margin-right: 3.755%;
}

.news ul li:nth-child(3n) {
	margin-right: 0;
}

.news ul li .pic {
	width: 100%;
}

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

.news ul li .date {
	position: absolute;
	left: 5%;
	top: 5%;
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px 6px #333;
}

.news ul li .date span {
	display: block;
	font-size: 1.4rem;
}

.news ul li .date em {
	font-size: 4.8rem;
	display: block;
}

.news ul li .newstitle {
	margin-top: 20px;
	height: 97px;
	overflow: hidden;
}

.news ul li .newstitle a.newscontit {
	font-size: 1.6rem;
	color: #010101;
	display: inline-block;
	line-height: 22px;
	max-height: 66px;
	overflow: hidden;
}

.news ul li .newstitle span.heng {
	border-top: 1px dashed #e2e2e2;
	display: block;
	margin: 15px auto;
}

.news ul li .newstitle p {
	color: #a4a4a4;
}

.news ul li:hover a.newscontit {
	color: #808080;
}

.newshow .newshowtit {
	text-align: center;
	margin-top: 55px;
	border-bottom: 1px dotted #bfbebe;
}

.newshow .newshowtit h1 {
	font-size: 22px;
	color: #333;
}

.newshow .newshowtit .date {
	line-height: 65px;
	font-size: 12px;
	color: #999;
}

.newshow .newshowtxt {
	margin-top: 30px;
}

.newshow .newshowtxt p {
	line-height: 25px;
}

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

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

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

.prev-next a b {
	color: #666;
}

.prev-next a:hover {
	color: #808080;
}

.prev-next a.prev {
	border-bottom: 1px dashed #d4d4d4;
}


/*站点地图*/

.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 #808080;
}

.mapwrap dl:hover dt a {
	color: #808080;
	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: #808080;
}

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

.mapwrap dt a {
	color: #808080;
	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: #808080;
	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: #808080;
	color: #fff;
}


/*# 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: #808080;
	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: #808080;
}

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


/*产品放大镜*/

.small>.active {
	border: 3px solid #808080;
}

#magnifier>img {
	width: 100%;
	height: 100%
}


/*滑块*/

.magnifyingBegin {
	width: 175px;
	height: 210px;
	left: 0;
	top: 0;
	background-color: #454545;
	opacity: 0.5;
	filter: alpha(opacity=50);
	position: absolute;
	cursor: move;
	display: none;
}


/*放大镜显示区域*/

.magnifyingShow {
	width: 370px;
	height: 420px;
	display: none;
	position: absolute;
	right: -400px;
	top: 0;
	overflow: hidden;
	background-color: #454545;
}

.magnifyingShow>img {
	width: 790px !important;
	max-width: none;
	height: 865px;
	margin-left: 0;
	margin-top: 0;
}


/*生产实力*/

.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;
}


/*站内搜索*/

.goomay-keywords-light {
	background: #dc3545 !important;
	color: #ffffff !important;
}

#search {
	margin-top: 40px;
	margin-bottom: 50px;
	overflow: hidden
}

.search_left {
	/*float: left;*/
	/*width: 25%;*/
	border: 1px solid #d6d6d6;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 25px;
}

.s_head {
	border-bottom: 1px solid #d6d6d6;
	height: 50px;
}

.s_head h2 {
	line-height: 50px;
	/*margin-left: 15px;*/
}

.s_body ul {
	margin-top: 10px;
	margin-left: 0;
}

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

.s_body ul input,
.s_body ul select {
	height: 35px;
	width: 100%;
	line-height: 35px;
	border: 1px solid #e6e6e6;
	padding-left: 10px;
	margin-bottom: 10px;
}

.s_body .sub input {
	height: 35px;
	line-height: 35px;
	background: #575757;
	border: 0;
	font-weight: bold;
	color: #fff;
	transition: 0.3s;
	text-align: center;
	padding-left: 0px;
}

.search_right {
	/*padding-left: 40px;*/
	/*float: right;*/
	/*width: 73%;*/
	/*border-top: 1px solid #d6d6d6;
    padding-bottom: 15px;
    padding-top: 20px; 
    padding-left: 20px;*/
}

.search_right .no-result {
	text-align: center;
	font-size: 30px;
	color: #808080;
	margin-top: 50px;
}

.search-result-title {
	font-size: 20px;
	font-weight: 600;
	color: #333;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}

.entry-image {
	float: left;
	width: 120px;
	margin: 0 20px 0 0;
}

.entry-c {
	position: relative;
	overflow: hidden;
}

.search-result-info {
	padding: 5px 0;
}

.search-result-info li {
	display: inline-block;
}

.search_right em {
	color: #004cff;
}

.search_right .search-result {
	margin-left: 25px;
}

.product_title a {
	color: #808080;
	text-decoration: underline;
}

.search_right .search-li {
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.search_right li {
	overflow: hidden;
}

.search-result-info li:before {
	content: '/';
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	opacity: 0.5
}

.search-result-info li:first-child:before {
	display: none;
}

.product_list {
	padding-bottom: 15px;
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 15px;
}

.product_img {
	float: left;
}

.product_img img {
	border-radius: 50%;
}

.product_img img:hover {
	width: 90px;
	height: 90px;
}

.product_body {
	float: left;
	margin-left: 20px;
	margin-top: 10px;
}

.product_title {
	margin-bottom: 20px;
}

.se_news {
	float: right;
	width: 79%;
}

.news ul li .se_news a {
	color: #808080;
	text-decoration: underline;
	display: inline-block;
	height: 22px;
	overflow: hidden;
	transition: 0.3s;
}

.search_right .news .date em {
	color: #fff;
}


/*下载*/

.down_list h3 {
	font-size: 2.4rem;
	color: #000;
	text-transform: uppercase;
}

.down_list ul {
	margin-top: 30px;
}

.down_list li {
	border-bottom: 1px solid #d2d2d2;
	padding: 17px 0;
}

.down_list li h4 {
	font-size: 1.4rem;
	padding-right: 110px;
	position: relative;
	color: #000;
}

.down_list li h4 a {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #000;
	font-size: 1.4rem;
}

.down_list li h4 a i {
	margin-left: 10px;
}

.down_list li h4 a:hover {
	color: #e6151e;
}


/*视频*/

.down_video {
	margin: 70px 0 76px;
	width: 101.75%;
}

.down_video ul li {
	/*width:32.17%;*/
	width: 100%;
	max-width: 386px;
	/*margin-right:1.745%;*/
	float: left;
}

.down_video ul li .pic:after {
	padding-bottom: 66.58%;
}

.down_video ul li .con {}

.down_video ul li .con video {}

.down_video ul li a.play {
	display: block;
	width: 57px;
	height: 57px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: url(../images/play.png) center center no-repeat;
	margin-left: -28.5px;
	margin-top: -28.5px;
}

.down_video ul li h4 {
	padding: 20px 0;
	font-size: 1.4rem;
	color: #3b3b3b;
	text-align: center;
}

.down_video ul li:nth-child(3n) {
	margin-right: 0;
}

.down_video .owl-theme .owl-controls {
	width: 98.28%;
}


/*宣传册*/

.down_brochure {
	background: #0055a2;
	height: 275px;
}

.down_brochurel {
	width: 18.75%;
	margin: 0 2.5%;
}

.down_brochurel .pic {
	border: 1px solid #d4d2d3;
	margin-top: -16px;
	box-shadow: 12px 12px 18px 0 rgba(6, 0, 1, 0.27);
}

.down_brochurel .pic:after {
	padding-bottom: 137.22%;
}

.down_brochurer {
	width: 61.33%;
	padding: 0 4.17%;
	padding-top: 55px;
}

.down_brochurer.down_list h3 {
	font-size: 3rem;
	color: #e5cd00;
	text-transform: uppercase;
}

.down_brochurer.down_list ul {
	margin-top: 20px;
}

.down_brochurer.down_list li {
	border-color: #3d83be;
	padding: 8px 0;
}

.down_brochurer.down_list li h4 {
	font-size: 1.8rem;
	color: #fff;
}

.down_brochurer.down_list li h4 a {
	color: #fff;
}

.down_brochurer.down_list li h4 a:hover {
	color: #e6151e;
}

.down_product {
	padding: 78px 0 56px;
}

.down_certificate {
	padding: 55px 0 96px;
	background: #f4f4f4;
}


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

.inquiry-container .row {
	margin-left: 0px;
	margin-right: 0px;
}

.inquiry-container li img {
	height: 30px;
}

.inquiry-container a {
	color: #000000;
}

.inquiry-col {
	padding: 0!important;
}

.inquiry-title {
	font-size: 24px;
	margin: 0px 0px 40px;
	color: #cccccc;
	position: relative;
}

.inquiry-title:before {
	width: 90%;
	content: "";
	position: absolute;
	border-top: 1px dashed #cccccc;
	right: 0;
	top: 15px;
}

.inquiry-title:after {
	width: 90%;
	content: "";
	position: absolute;
	border-bottom: 1px dashed #cccccc;
	right: 0;
	top: 20px;
}

.inquiry-chose {
	background-color: #162c4c;
	color: #ffffff;
	padding: 0px 20px;
	line-height: 50px
}

.inquiry-chose .inquiry-select select {
	height: 30px;
	color: #000000;
	line-height: 30px;
	width: 100%;
	border: none;
	padding: 0 20px;
	cursor: pointer;
}

.inquiry-container .classification {
	padding: 0;
}

.inquiry-search {
	text-align: right;
}

.inquiry-search input {
	width: 290px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	color: #000000;
	display: inline-block;
	float: right;
	margin: 10px 0;
	border: 0
}

.inquiry-search i {
	width: 40px;
	height: 30px;
	background: #a0a0a0;
	color: #ffffff;
	float: right;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	margin: 10px 0;
	cursor: pointer;
}

.inquiry-container .product-list {
	padding: 20px 0 30px;
	border-bottom: 1px dashed #737373;
	color: #000000;
}

.inquiry-container .fa-play {
	color: #ffffff;
	background: #162c4c;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
}

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

.inquiry-add,
.inquiry-submit {
	background: #e60012;
	color: #ffffff;
	padding: 8px 20px;
	width: 130px;
	text-align: center;
	border-radius: 10px;
	cursor: pointer;
}

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

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

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

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

.inquiry-list li {
	height: 60px;
	line-height: 60px;
	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-container .input-name {
	line-height: 40px;
	color: #0d0d0d;
}

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

.inquiry-container .input-type textarea {
	height: 140px;
}

.inquiry-container .input-type input {
	height: 40px;
	margin-bottom: 10px
}

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

.inquiry-form {
	margin: 50px 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: 1023px) {
	/*.banner,.banner img,.banner_slide{height:300px!important;}*/
	.banner,
	.banner_slide {
		height: 400px!important;
	}
	.banner .slick-dots {
		left: 0;
		margin-left: 0;
		top: auto;
		text-align: center;
	}
	/*.banner img{height: 16.39%;}*/
}

.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: #262626;
}

.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;
}


/*普通产品询盘*/

.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;
}


/*质量管控*/

.quality {}

.quality h2 {
	font-size: 2.4rem;
	color: rgb(238, 238, 238);
	text-transform: uppercase;
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 17px;
	margin-bottom: 36px;
}

.quality ul {}

.quality li li {
	width: 385px;
	margin: 0 22.5px 20px 0;
	float: left;
	position: relative;
}

.quality li li .pic {
	width: 100%;
	text-align: center;
	transition: 0.3s;
}

.quality li li .pic:after {
	padding-bottom: 66.49%;
}

.quality li li .pic img {
	width: 100%;
}

.quality li li .pic .zzc {
	width: 100%;
	height: 100%;
	background: url(../images/hzzcbg.png);
	position: absolute;
	bottom: 0;
	display: none;
}

.quality li li .pic .zzc span {
	display: inline-block;
	width: 36px;
	height: 36px;
	background: url(../images/honorbtn.png) no-repeat center;
}

.quality li li:hover .zzc {
	display: block;
}

.quality li li:hover .pic {}

.quality li li:nth-child(3n) {
	margin-right: 0;
}

.quality .owl-theme .owl-controls {
	margin-top: 27px;
}

.quality .owl-theme .owl-controls .owl-page {
	display: none;
}

.quality .owl-theme .owl-controls .owl-buttons div {
	margin: 0 8px;
	padding: 0;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	transition: 0.3s;
	font-size: 1.4rem;
	opacity: 1;
	color: #000;
	line-height: 45px;
	background: #fff;
	box-shadow: 0px 0px 10px 1px #ddd;
}

.quality .owl-theme .owl-controls .owl-buttons div.owl-prev:hover,
.quality .owl-theme .owl-controls .owl-buttons div.owl-next:hover {
	background: #0055a2;
	color: #fff;
}

.quality ul.phono_ul {
	display: none!important;
}

.quality ul.phono_ul li {
	position: relative;
	padding: 0 10px;
}

.quality ul.phono_ul li .pic {
	max-width: 385px;
	margin: 0 auto;
	text-align: center;
	transition: 0.3s;
}

.quality ul.phono_ul li .pic:after {
	padding-bottom: 66.49%;
}

.quality ul.phono_ul li .pic img {
	width: 100%;
}

@media (max-width: 1199px) {
	.quality ul.ul {
		display: none!important;
	}
	.quality ul.phono_ul {
		display: block!important;
	}
}

.quality_con {
	position: relative;
	padding: 190px 0 180px;
}

.quality_con_tit {
	width: 30.67%;
	background: url(../images/4.png) center center no-repeat;
	background-size: 100% 100%;
	box-shadow: 9px 5px 0 0 #e5e5e5;
	border-radius: 50%;
}

.quality_con_tit:after {
	padding-bottom: 100%;
}

.quality_con_tit h2 {
	font-size: 36px;
	color: #282828;
	text-align: center;
	text-transform: uppercase;
	top: 38%;
}

.quality_con_tit h2 span {
	display: block;
	margin-top: 5px;
	font-size: 24px;
	font-family: "Arial";
	text-transform: capitalize;
}

.quality_con ul {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.quality_con ul li {
	width: 57.92%;
	background: #fff;
	border-radius: 5px;
	box-shadow: 4px 5px 0 0 #d2d2d2;
	position: absolute;
	padding: 20px 0px 20px 100px;
}

.quality_con ul li:before {
	content: '';
	display: block;
	width: 13%;
	height: 33px;
	background: url(../images/t1.png) left top repeat;
	position: absolute;
	left: 0;
	top: 50%;
	transform: rotate(0deg) translate(-180%, -50%)
}

.quality_con ul li p {
	line-height: 1.5em;
	margin-bottom: 5px;
}

.quality_con ul li .tit {
	width: 166px;
	height: 166px;
	border-radius: 50%;
	border: 17px solid #fff;
	padding: 45px 10px;
	text-align: center;
	position: absolute;
	left: -83px;
	top: 50%;
	margin-top: -83px;
	background: #fff;
	box-shadow: 4px 5px 0 0 #d2d2d2;
}

.quality_con ul li.li1 {
	left: 25%;
	top: 4%;
}

.quality_con ul li.li1:before {
	transform: rotate(-70deg);
	top: 142px;
	left: -92px;
}

.quality_con ul li.li1 .tit {
	border-color: #fbca0f;
}

.quality_con ul li.li2 {
	left: 41.6%;
	top: 40%;
}

.quality_con ul li.li2:before {
	background-image: url(../images/t2.png);
}

.quality_con ul li.li2 .tit {
	border-color: #ec3f3f;
}

.quality_con ul li.li3 {
	left: 25%;
	bottom: 0px;
}

.quality_con ul li.li3:before {
	background-image: url(../images/t3.png);
	transform: rotate(70deg);
	top: -66px;
	left: -92px;
}

.quality_con ul li.li3 .tit {
	border-color: #1f81b5;
	padding: 45px 15px;
}

@media (max-width: 1199px) {
	.quality_con {
		padding: 50px 0;
	}
	.quality_con_tit {
		float: left;
		left: 0;
		top: 50%;
		transform: translate(0, 33%)
	}
	.quality_con ul {
		width: 60%;
		float: right;
		position: static;
	}
	.quality_con ul li {
		position: relative;
		width: 100%;
		margin: 0;
	}
	.quality_con ul li:before {
		width: 0;
		height: 0;
	}
	.quality_con ul li.li1 {
		left: 0;
	}
	.quality_con ul li.li2 {
		left: 0;
		margin: 10% 0;
	}
	.quality_con ul li.li3 {
		left: 0;
	}
}

@media (max-width: 900px) {
	.quality_con {
		padding-top: 0px;
	}
	.quality_con_tit {
		min-width: 250px;
		left: 50%;
		top: 0%;
		transform: translate(-50%, 0%)
	}
	.quality_con ul {
		width: 100%;
		padding-left: 90px;
		margin-top: 30px;
	}
}


/*员工风采*/

.Employee {
	position: relative;
	min-height: 500px;
}

.Employee_bg {
	/*width:100%;height:199px;background:url(../images/honor_bg.png) center top no-repeat;position:absolute;left:50%;margin-left:-50%;top:0;*/
	z-index: 1;
	position: relative;
}

.EmployeeList {}

.EmployeeList ul {
	margin-top: -2%;
}

.EmployeeList ul li {
	float: left;
	width: 33.33%;
	overflow: visible;
	margin-bottom: 10%;
}

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

.EmployeeList ul li a {
	display: block;
	width: 117.5%!important;
	height: 117.5%!important;
	padding: 8% 4.45%;
	background: #eee;
}

.EmployeeList ul li .pic img {
	width: 100%;
	transition: 0.3s;
}

.EmployeeList ul li .pic:after {
	padding-bottom: 75.29%;
}

.EmployeeList ul li h3 {
	margin-top: 5%;
	font-size: 14px;
	color: #000;
}

.EmployeeList ul li.li2 a {
	width: 101.25%!important;
	height: 101.25%!important;
	margin-top: 13px;
	box-shadow: 0px 0px 10px 0px #959595;
}

.EmployeeList ul li.li0 a {
	width: 87.75%!important;
	height: 87.75%!important;
	margin-top: -46px;
	float: right;
}

@media (min-width: 1024px) {
	.EmployeeList ul li a:hover img {
		transform: scale(1.1);
	}
}

@media (max-width: 680px) {
	.EmployeeList ul li.li2 a {
		margin-top: 5px;
	}
	.EmployeeList ul li.li0 a {
		margin-top: -10px;
	}
}

.onlineService {
	height: 357px;
}

.onlineService p {
	margin: 0;
}

.onlineService p img {
	margin-right: 20px;
}

.onlineService .container {
	height: 100%;
}

.onlineService .content {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
}

.onlineMess {
	margin: 60px 0 90px;
}

.onlineMess h2 {
	font-size: 18px;
	color: #000;
}

.onlineMess .message {
	margin: 0;
}

.onlineMess .messagecon {
	width: 100%;
	max-width: 1000px;
	margin: 15px 0 65px;
	padding: 0;
	border: 0;
	border-top: 1px solid #1b1b1b;
	border-bottom: 1px solid #1b1b1b;
}

.onlineMess .messagecon ul {
	float: none;
	width: 100%;
	margin: 0;
	padding: 6.7%;
}

.onlineMess .messagecon ul.ul1 {
	max-width: 608px;
}

.onlineMess .messagecon ul.ul1 li {
	float: left;
	width: 48.59%;
	max-width: 242px;
	margin-right: 2.82%;
}

.onlineMess .messagecon ul.ul1 li:nth-child(2n) {
	margin-right: 0;
}

.onlineMess .messagecon ul.ul1 li.li1 {
	width: 100%;
	max-width: 498px;
	margin-right: 0;
}

.onlineMess .messagecon ul li {
	margin-bottom: 17px;
}

.onlineMess .messagecon ul li input {
	padding: 0 10px;
}

.onlineMess .messagecon ul li select {
	padding: 0 10px;
}

.onlineMess .messagecon ul li textarea {
	padding: 8px 10px;
	height: 130px;
	float: none;
}

.onlineMess input::-webkit-input-placeholder,
.onlineMess textarea::-webkit-input-placeholder {
	color: #c7c7c7;
}

.onlineMess input:-moz-placeholder,
.onlineMess textarea:-moz-placeholder {
	color: #c7c7c7;
}

.onlineMess input::-moz-placeholder,
.onlineMess textarea::-moz-placeholder {
	color: #c7c7c7;
}

.onlineMess input:-ms-input-placeholder,
.onlineMess textarea:-ms-input-placeholder {
	color: #c7c7c7;
}

.onlineMess h3 {
	width: 18.6%;
	height: 100%;
	font-size: 16px;
	color: #000;
	position: absolute;
	left: 0;
	top: 0;
	background: #f6f6f6;
}

.onlineMess h3 span {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.onlineMess .content {
	position: relative;
	padding-left: 18.6%;
	border-bottom: 1px solid #bfbfbf;
}

.onlineMess .content:last-child {
	border-bottom: 0;
}

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

.onlineMess .message .sub input {
	margin: 0 15px 0 0;
	border: 1px solid #bfbfbf;
	background: #fff;
	height: 48px;
	color: #575757;
	font-weight: normal;
}

.onlineMess .message .sub input:hover {
	background: #00468e;
	color: #fff;
	border-color: #00468e;
}

.onlineMess .message .messagecon ul li.li4 input {
	width: 34.4%;
	padding: 0 10px;
}

@media (max-width: 500px) {
	.onlineMess h3 {
		font-size: 12px;
	}
}