﻿@import url(themify-icons.css);
 @import url(hover-min.css);
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
	margin: 0;
	padding: 0
}
body {
	color: #000;
	background: #666;
	font-size: 14px;
	font-family: "Roboto", "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", Arial, sans-serif;
	font-weight: regular
}
sub, sup {
	font-size: 50%
}
a {
	text-decoration: none;
	color: #000
}
a:hover, a:focus {
	color: #ed1b24;
	text-decoration: none
}
a span.more.ani-left-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0,0,0,0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s
}
a span.more.ani-left-right:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ed1b24;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}
a:hover span.more.ani-left-right:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66)
}
.line01 {
	display: block;
	width: 13px;
	height: 50px;
	text-align: center;
	margin: 0 auto;
	position: relative
}
.line01 i {
	display: inline-block;
	vertical-align: top;
	width: 13px;
	height: 13px;
	line-height: 13px;
	font-size: 12px
}
.line01:before {
	content: '';
	display: block;
	width: 30px;
	height: 1px;
	line-height: 1px;
	background: #fff;
	position: absolute;
	left: -29px;
	top: 5px
}
.line01:after {
	content: '';
	display: block;
	width: 30px;
	height: 1px;
	line-height: 1px;
	background: #fff;
	position: absolute;
	right: -29px;
	top: 5px
}
.w_col {
	padding: 0 80px
}
 @media (max-width: 1681px) {
.w_col {
	padding: 0 60px
}
}
 @media (max-width: 1440px) {
.w_col {
	padding: 0 40px
}
}
 @media (max-width: 1380px) {
.w_col {
	padding: 0 30px
}
}
.w {
	width: 1300px;
	margin: 0 auto
}
.WinH {
	position: relative
}
.p20 {
	padding: 20px !important
}
.np {
	margin: 0;
	padding: 0
}
.np [class*="am-"] {
	margin: 0;
	padding: 0
}
.pages {
	text-align: center;
	padding: 0 0 10px
}
.pages a {
	display: block;
	width: 80px;
	height: 34px;
	line-height: 32px;
	font-size: 14px;
	background: none;
	color: #999;
	border: 1px solid #999
}
.pages a:hover {
	color: #999
}
.text-center {
	text-align: center
}



@font-face {
	font-family: "socialshare";
	src: url("/i/sharejs/fonts/iconfont.eot");
	src: url("../fonts/iconfont.eot") format("embedded-opentype"), url("../fonts/iconfont.woff") format("woff"), url("../fonts/iconfont.ttf") format("truetype"), url("../fonts/iconfont.svg#iconfont") format("svg")
}
.social-share {
	font-family: "socialshare" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale
}
.social-share * {
	font-family: "socialshare" !important
}
.social-share .icon-tencent:before {
	content: "\f07a"
}
.social-share .icon-qq:before {
	content: "\f11a"
}
.social-share .icon-weibo:before {
	content: "\f12a"
}
.social-share .icon-wechat:before {
	content: "\f09a"
}
.social-share .icon-douban:before {
	content: "\f10a"
}
.social-share .icon-heart:before {
	content: "\f20a"
}
.social-share .icon-like:before {
	content: "\f00a"
}
.social-share .icon-qzone:before {
	content: "\f08a"
}
.social-share .icon-linkedin:before {
	content: "\f01a"
}
.social-share .icon-diandian:before {
	content: "\f05a"
}
.social-share .icon-facebook:before {
	content: "\f03a"
}
.social-share .icon-google:before {
	content: "\f04a"
}
.social-share .icon-twitter:before {
	content: "\f06a"
}
.social-share a {
	position: relative;
	text-decoration: none;
	margin: 5px 8px 0 0;
	display: inline-block;
	outline: none
}
.social-share .social-share-icon {
	position: relative;
	display: inline-block;
	width: 28px;
	height: 28px;
	font-size: 16px;
	line-height: 28px;
	border: 1px solid #666;
	color: #666;
	text-align: center;
	vertical-align: middle;
	transition: background 0.6s ease-out 0s
}
.social-share .social-share-icon:hover {
	background: #666;
	color: #fff;
	border: none
}
.social-share .icon-weibo:hover {
	background: #ff763b
}
.social-share .icon-tencent:hover {
	background: #56b6e7
}
.social-share .icon-qq:hover {
	background: #56b6e7
}
.social-share .icon-qzone:hover {
	background: #FDBE3D
}
.social-share .icon-douban:hover {
	background: #33b045
}
.social-share .icon-linkedin:hover {
	background: #0077B5
}
.social-share .icon-facebook:hover {
	background: #44619D
}
.social-share .icon-google:hover {
	background: #db4437
}
.social-share .icon-twitter:hover {
	background: #55acee
}
.social-share .icon-diandian:hover {
	background: #307DCA
}
.social-share .icon-wechat {
	position: relative
}
.social-share .icon-wechat:hover {
	background: #7bc549
}
.social-share .icon-wechat .wechat-qrcode {
	display: none;
	border: 1px solid #eee;
	position: absolute;
	z-index: 9;
	top: -205px;
	left: -84px;
	width: 200px;
	height: 192px;
	color: #666;
	font-size: 12px;
	text-align: center;
	background-color: #fff;
	transition: all 200ms;
	-webkit-tansition: all 350ms;
	-moz-transition: all 350ms
}
.social-share .icon-wechat .wechat-qrcode.bottom {
	top: 40px;
	left: -84px
}
.social-share .icon-wechat .wechat-qrcode.bottom:after {
	display: none
}
.social-share .icon-wechat .wechat-qrcode h4 {
	font-weight: normal;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	background-color: #f3f3f3;
	margin: 0;
	padding: 0;
	color: #777
}
.social-share .icon-wechat .wechat-qrcode .qrcode {
	width: 105px;
	margin: 10px auto
}
.social-share .icon-wechat .wechat-qrcode .qrcode table {
	margin: 0 !important
}
.social-share .icon-wechat .wechat-qrcode .help p {
	font-weight: normal;
	line-height: 16px;
	padding: 0;
	margin: 0
}
.social-share .icon-wechat .wechat-qrcode:after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -6px;
	bottom: -13px;
	width: 0;
	height: 0;
	border-width: 8px 6px 6px 6px;
	border-style: solid;
	border-color: #fff transparent transparent transparent
}
.social-share .icon-wechat:hover .wechat-qrcode {
	display: block
}

.no-csspointerevents .nice-select .list {
	display: none
}
.no-csspointerevents .nice-select.open .list {
	display: block
}
.target-fix {
	position: relative;
	top: 0px;
	display: block;
	height: 1px;
	background: none;
	overflow: hidden;
	outline: 0;
	text-decoration: none;
	border: none
}
.target-fix:focus {
	outline: 0
}
#warper {
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
	background: #fff
}
header {
	position: relative;
	z-index: 200
}
.top_bar {
	width: 100%;
	height: 40px;
	line-height: 40px;
	/* background: #151515; */
	color: #fff;
	border-bottom: 1px solid #f1ebeb;
}





.top_head {
	height: 120px;
	overflow: hidden
}
.top_head a.web_logo {
	display: block;
	float: left;
	width: 350px;
	height: 113px;
	/* margin-top: 20px; */
	background: url("../images/logo.png") center center no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.top_slogn {
	/* float: right; */
	width: 827px;
	height: 50px;
	margin-top: 35px;
}
.top_slogn ul li {
	display: block;
	/* float: left; */
	width: 1024px;
	/* padding-left: 40px; */
	height: 50px;
	color: #333;
}

.top_slogn ul li p {
	display: block;
	float: right;
	/* width: 170px; */
	height: 50px;
	line-height: 43px;
	font-weight: lighter;
	font-size: 41px;
}



.in_block_col {
	width: 100%;
	height: 440px;
	position: relative;
	background: url(../images/00.png) no-repeat center / cover;
}
.in_block_col .col {
	height: 440px
}
.in_block_col .col .inner_col {
	display: block;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative
}
.in_block_col .col .inner_col .txt {
	width: 100%;
	position: absolute;
	left: 0;
	top: 13%;
	color: #fff;
}
.in_block_col .col .inner_col .txt .title {
	font-size: 40px;
	font-weight: bold;
	color: #000;
}
.in_block_col .col .inner_col .txt .title span {
	display: block;
	font-weight: 700;
	font-size: 24px
}
.in_block_col .col .inner_col .txt .des {
	font-size: 30px;
	margin: 10px 0 8px;
	height: 190px;
	line-height: 60px;
	overflow: hidden;
	width: 555px;
	color: #000;
}
.in_block_col .col .inner_col .txt a.more {
	display: block;
	width: 187px;
	height: 52px;
	border: 2px solid #fff;
	position: relative;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	background: #0a9ae4;
}
.in_block_col .col .inner_col .txt a.more span {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}
.in_block_col .col .inner_col .txt a.more:before {
	content: '';
	display: block;
	width: 0;
	height: 50px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}
.in_block_col .col .inner_col .txt a.more:hover {
	-webkit-box-shadow: 0px 15px 15px -5px rgba(35,35,35,0.3);
	-moz-box-shadow: 0px 15px 15px -5px rgba(35,35,35,0.3);
	box-shadow: 0px 15px 15px -5px rgba(35,35,35,0.3)
}

.in_block_col .col .inner_col span.bg {
	display: block;
	width: 100%;
	height: 100%
}
.in_block_col .col01 {
	width: 50%;
	float: left
}
.in_block_col .col01 .inner_col {
	margin: 0 -90px 0 0;
	/* background-image: url("../images/in_block_col_bg01.jpg") */
}
.in_block_col .col01 .inner_col .txt {
	padding: 0 30% 0 30%;
}
 @media (max-width: 1440px) {
.in_block_col .col01 .inner_col .txt {
	padding: 0 20% 0 20%
}
}
.in_block_col .col01 .inner_col span.bg {
	background-color: #698190;
}
.in_block_col .col01 .inner_col a.more:hover span {
	color: #ed1b24
}
.in_block_col .col01 .inner_col a.more:hover:before {
	width: 100%
}
.in_block_col .col02 {
	width: 50%;
	float: right
}
.in_block_col .col02 .inner_col {
	/* background-image: url("../images/in_block_col_bg02.jpg"); */
	-webkit-clip-path: polygon(5% 0, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(5% 0, 100% 0%, 100% 100%, 0% 100%);
}
.in_block_col .col02 .inner_col .txt {
	padding: 0 30% 0 20%
}
 @media (max-width: 1440px) {
.in_block_col .col02 .inner_col .txt {
	padding: 0 20% 0 20%
}
}
.in_block_col .col02 .inner_col span.bg {
	background-color: #f8f8f8;
}
.in_block_col .col02 .inner_col a.more:hover span {
	color: #ed1b24
}
.in_block_col .col02 .inner_col a.more:hover:before {
	width: 100%
}
.in_pro_cate {
	padding: 30px 0;
}
.in_pro_cate .row {
	margin: 0 -20px
}
.in_pro_cate .row .item {
	padding: 0 20px;
}
.in_pro_cate .row .item a {
	display: block;
	width: 100%;
	height: 606px;
	position: relative;
	border-bottom: 2px solid #d5d5d5;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.in_pro_cate .row .item a .img {
	width: 100%;
	height: 410px;
	overflow: hidden;
	position: relative
}
.in_pro_cate .row .item a .img span {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s
}
.in_pro_cate .row .item a .img:before {
	content: '';
	display: block;
	width: 100%;
	height: 410px;
	position: absolute;
	left: 0;
	top: -410px;
	z-index: 5;
	background: rgba(237,27,36,0.6);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-clip-path: polygon(0 0, 101% 0%, 100% 100%, 0 90%);
	clip-path: polygon(0 0, 101% 0%, 100% 100%, 0 90%)
}
.in_pro_cate .row .item a .img:after {
	content: '\f055';
	font-family: 'FontAwesome';
	font-size: 30px;
	color: #fff;
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: 0px;
	z-index: 5;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}
.in_pro_cate .row .item a .title {
	width: 100%;
	height: 290px;
	padding: 72px 0 0;
	background: #fff;
	text-align: center;
	position: absolute;
	left: 0px;
	right: 0;
	bottom: 0;
	z-index: 10;
	-webkit-clip-path: polygon(0 0, 101% 20%, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 101% 20%, 100% 100%, 0 100%);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.in_pro_cate .row .item a .title b {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #333;
	font-size: 18px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}
.in_pro_cate .row .item a .title span {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 34px;
	color: #7d7d7d;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	text-align: left;
}
.in_pro_cate .row .item a:hover {
	-webkit-box-shadow: 0px 0px 15px 5px rgba(35,35,35,0.1);
	-moz-box-shadow: 0px 0px 15px 5px rgba(35,35,35,0.1);
	box-shadow: 0px 0px 15px 5px rgba(35,35,35,0.1)
}
.in_pro_cate .row .item a:hover .img span {
	-webkit-transform: scale(1.07, 1.07);
	-moz-transform: scale(1.07, 1.07);
	-o-transform: scale(1.07, 1.07);
	transform: scale(1.07, 1.07)
}
.in_pro_cate .row .item a:hover .img:before {
	top: 0
}
.in_pro_cate .row .item a:hover .img:after {
	margin-top: -15px;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	opacity: 1;
	filter: alpha(opacity=100)
}
.in_pro_cate .row .item a:hover .title {
	padding: 50px 0 0;
	-webkit-clip-path: polygon(0 0, 101% 10%, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 101% 10%, 100% 100%, 0 100%)
}
.in_pro_cate .row .item a:hover .title b {
	font-size: 22px;
	color: #ed1b24
}
.in_pro_cate .row .item a:hover .title span {
	font-size: 14px;
	color: #333
}
.in_service {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/* background-image: url(../images/in_service_bg.jpg) */
}
.in_service .inner {
	width: 100%;
	height: 100%;
	background: #fff 
}
.in_service .w {
	padding: 20px 0;
}
.in_service .title {
	color: #000;
	text-align: left;
}
.in_service .title span {
	display: block;
	font-weight: 500;
	font-size: 22px;
	font-family: "Roboto", "Microsoft YaHei"
}
.in_service .title span em {
	font-style: normal;
	font-size: 22px
}
.in_service .title h3 {
	display: block;
	font-size: 40px;
	padding: 10px 0;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
}
.in_service .title p {
	display: block;
	font-size: 18px;
	padding-top: 0px;
	color: #000;
	line-height: 31px;
}

 .title {
	text-align: center;
	color: #000
}
 .title h3 {
	display: block;
	font-size: 40px;
	padding: 0 0 10px;
	font-weight: bold;
	letter-spacing: 2px
}
.top_lang1 {
	float: right;
	height: 34px;
	padding: 0px 10px 0px 10px;
	color: #333;
	font-family: 微软雅黑;
}
.title .line01 i {
	color: #999
}
 .title .line01:before {
	background: #999
}
.title .line01:after {
	background: #999
}
.title p {
	display: block;
	width: 100%;
	margin: 0 auto;
	font-size: 18px;
	padding: 20px 0;
	opacity: .8;
	filter: alpha(opacity=80);
	/* float: left; */
}


footer {
	background: #fff;
}
footer .ft_contact {
	padding: 35px 0;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	border-bottom: 1px solid #f1ebeb;
}
footer .ft_contact .row {
	margin: 10px -30px
}
footer .ft_contact .row .item {
	padding: 0 30px;
	height: 75px;
	color: #fff
}
footer .ft_contact .row .item .ico {
	width: 75px;
	height: 75px;
	float: left;
	line-height: 75px;
	text-align: center
}
footer .ft_contact .row .item .ico i {
	display: inline-block;
	line-height: 75px;
	font-size: 30px
}
footer .ft_contact .row .item .txt {
	padding: 0 0 0 100px
}
footer .ft_contact .row .item .txt span.t {
	display: block;
	line-height: 25px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
footer .ft_contact .row .item .txt p {
	display: block;
	line-height: 20px;
	font-size: 16px;
	margin-top: 10px;
	color: #000000;
	opacity: .6;
	filter: alpha(opacity=60);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	font-weight: bold;
}
footer .ft_contact .row .item .txt p a {
	font-weight: bold;
	color: #000;
	line-height: 40px;
}
footer .ft_contact .row .item .txt p:hover {
	opacity: 1;
	filter: alpha(opacity=100)
}
footer .ft_contact .row .item .txt p.tel {
	line-height: 40px;
	font-size: 18px
}


.ft_copyright {
	width: 100%;
	height: 50px;
	background: #fff;
}
.ft_copyright .w p {
	display: block;
	float: left;
	width: 70%;
	line-height: 50px;
	text-align: left;
	color: #000;
	font-weight: 500;
}
.ft_copyright .w p a {
	color: #ccc;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}
.ft_copyright .w p a:hover {
	color: #fff
}
.ft_copyright .w p:last-child {
	width: 30%;
	text-align: right
}
.ft_copyright .w p:last-child i {
	margin: 0 8px;
	font-style: normal
}
.in-about {
	margin: 0;
}
.in-about dt {
	float: left;
	width: 526px;
}
.in-about dd {
	margin-left: 550px;
}
.in-about dd p {
	margin: 0;
	line-height: 2;
	text-align: justify;
}

.product_list {
	width: 1300px;
	background: #fff;
}
.product_list .row {
	margin: 0 0px;
}
.product_list .row .item {
	padding: 0 0px;
	margin-bottom: 3px;
	width: 324px;
	float: left;
}
.product_list .row .item img{
	padding: 0 2px;
	/* margin-bottom: 40px; */
	width: 325px;
	float: left;
}
.product_list .row .item a {
	display: block;
	-webkit-box-shadow: 0px 10px 15px 5px rgba(35,35,35,0);
	-moz-box-shadow: 0px 10px 15px 5px rgba(35,35,35,0);
	box-shadow: 0px 10px 15px 5px rgba(35,35,35,0);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}
.product_list .row .item a .thumb {
	width: 100%;
	height: 220px;
	overflow: hidden;
	position: relative
}
.product_list .row .item a .thumb span {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s
}
.product_list .row .item a .thumb:before {
	content: '';
	display: block;
	width: 100%;
	height: 300px;
	position: absolute;
	left: 0;
	top: -300px;
	z-index: 5;
	background: rgba(237,27,36,0.6);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-clip-path: polygon(0 0, 101% 0%, 100% 100%, 0 90%);
	clip-path: polygon(0 0, 101% 0%, 100% 100%, 0 90%)
}
.product_list .row .item a .thumb:after {
	content: '\f055';
	font-family: 'FontAwesome';
	font-size: 30px;
	color: #fff;
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: 0px;
	z-index: 5;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}
.product_list .row .item a .txt {
	padding: 20px;
	background: #f9f9f9;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}
.product_list .row .item a .txt b.t {
	display: block;
	font-size: 16px;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}
.product_list .row .item a .txt .des {
	font-size: 14px;
	line-height: 28px;
	color: #666;
	margin: 10px 0;
	height: 84px;
	overflow: hidden
}
.product_list .row .item a .txt span.more {
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #efefef;
	color: #999
}
.product_list .row .item a:hover {
	-webkit-box-shadow: 0px 5px 15px 5px rgba(35,35,35,0.1);
	-moz-box-shadow: 0px 5px 15px 5px rgba(35,35,35,0.1);
	box-shadow: 0px 5px 15px 5px rgba(35,35,35,0.1)
}
.product_list .row .item a:hover .thumb span {
	-webkit-transform: scale(1.07, 1.07);
	-moz-transform: scale(1.07, 1.07);
	-o-transform: scale(1.07, 1.07);
	transform: scale(1.07, 1.07)
}
.product_list .row .item a:hover .thumb:before {
	top: 0
}
.product_list .row .item a:hover .thumb:after {
	margin-top: -15px;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	opacity: 1;
	filter: alpha(opacity=100)
}
.product_list .row .item a:hover .txt b.t {
	color: #ed1b24
}
.product_list .row .item a:hover .txt span.more {
	color: #fff
}
.product_warp {
	padding: 70px 0;
	background: #fff
}
.web_content {
	width: 1300px;
	float: left;
	padding: 0 40px 0 0;
	background: #fff
}
.web_content.right {
	float: right;
	padding: 0 0 0 40px
}
.message_form_col {
	margin: 0;
	padding: 0px
}
.message_form_col .row {
	margin: 0 -10px
}
.message_form_col .row .item {
	padding: 0 10px;
	margin-bottom: 20px
}
.message_form_col .row .item input {
	width: 100%;
	height: 44px;
	line-height: 42px;
	border: 1px solid #dcdcdc;
	font-size: 14px;
	padding: 0 20px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
.message_form_col .row .item textarea {
	width: 100%;
	line-height: 42px;
	border: 1px solid #dcdcdc;
	font-size: 14px;
	padding: 0 20px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
.message_form_col .row .item .spec {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
.message_form_col .row .item .submit {
	width: 100%;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border: none;
	background: #333;
	color: #fff;
	font-size: 18px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}
.message_form_col .row .item .submit:hover {
	background: #ed1b24
}
.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	color: #757575;
	border: solid 1px #dcdcdc;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: 14px;
	font-weight: normal;
	height: 42px;
	line-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: 100%
}
.nice-select.wide {
	width: 100%
}
.nice-select:hover {
	border-color: #dbdbdb
}
.nice-select:active, .nice-select.open, .nice-select:focus {
	border-color: #999
}
.nice-select:after {
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	content: '';
	display: block;
	height: 5px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 5px
}
.nice-select.open:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg)
}
.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0)
}
.nice-select.disabled {
	border-color: #ededed;
	color: #999;
	pointer-events: none
}
.nice-select.disabled:after {
	border-color: #cccccc
}
.nice-select.wide {
	width: 100%
}
.nice-select.wide .list {
	left: 0 !important;
	right: 0 !important
}
.nice-select.right {
	float: right
}
.nice-select.right .list {
	left: auto;
	right: 0
}
.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px
}
.nice-select.small:after {
	height: 4px;
	width: 4px
}
.nice-select.small .option {
	line-height: 34px;
	min-height: 34px
}
.nice-select .list {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 0 1px rgba(68,68,68,0.11);
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	-ms-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9
}
.nice-select .list:hover .option:not(:hover) {
	background-color: transparent !important
}
.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
	background-color: #f6f6f6
}
.nice-select .option.selected {
	font-weight: bold
}
.nice-select .option.disabled {
	background-color: transparent;
	color: #999;
	cursor: default
}
.no-csspointerevents .nice-select .list {
	display: none
}
.no-csspointerevents .nice-select.open .list {
	display: block
}
#Validform_msg {
	color: #7d8289;
	font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif;
	width: 280px;
	-webkit-box-shadow: 2px 2px 3px #aaa;
	-moz-box-shadow: 2px 2px 3px #aaa;
	background: #fff;
	position: absolute;
	top: 0px;
	right: 50px;
	z-index: 19891016;
	display: none;
 filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');
	box-shadow: 2px 2px 0 rgba(0,0,0,0.1)
}
#Validform_msg .iframe {
	position: absolute;
	left: 0px;
	top: -1px;
	z-index: -1
}
#Validform_msg .Validform_title {
	line-height: 25px;
	height: 25px;
	text-align: left;
	font-weight: bold;
	padding: 0 8px;
	color: #fff;
	position: relative;
	background-color: #999;
	background: -moz-linear-gradient(top, #999, #666 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#999), to(#666));
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#666666')
}
#Validform_msg a.Validform_close:link, #Validform_msg a.Validform_close:visited {
	line-height: 22px;
	position: absolute;
	right: 8px;
	top: 0px;
	color: #fff;
	text-decoration: none
}
#Validform_msg a.Validform_close:hover {
	color: #ccc
}
#Validform_msg .Validform_info {
	padding: 8px;
	border: 1px solid #bbb;
	border-top: none;
	text-align: left
}
.bread {
	width: 100%;
	height: 69px;
	line-height: 69px;
	text-align: center;
	font-size: 16px;
	background: #f4f4f4;
	position: relative;
	z-index: 20;
	-webkit-box-shadow: 0px 5px 20px 0px rgba(35,35,35,0.1);
	-moz-box-shadow: 0px 5px 20px 0px rgba(35,35,35,0.1);
	box-shadow: 0px 5px 20px 0px rgba(35,35,35,0.1)
}
.more-big {
	display: inline-block;
	font-size: 0;
	vertical-align: middle;
	line-height: 50px;
	margin-top: 16px;
	/* background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(214,214,214)), to(rgb(255,255,255))); */
	/* background-image: linear-gradient(to top, rgb(214,214,214), rgb(255,255,255)); */
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	background: #0a9ae4;
	color: #fff;
	/* border: 2px solid #d5d5d5; */
}
.more-big span {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	padding: 0 40px;
	color: #fff;
}
.more-big i {
	display: inline-block;
	background: url(../images/icon2a.png) no-repeat center;
	width: 50px;
	border-left: 1px solid #ccc;
	height: 50px;
	vertical-align: middle;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.more-big:hover {
	background: #ccc;
	color: #fff;
}
.more-big:hover i {
	border-color: rgba(255,255,255,0.4);
	background-image: url(../images/icon2.png);
}
.modal{
		position:fixed;
		top:25%;
		width:80%;
		right:10%;
		left:10%;  
		color:#666;
		text-align:center;
		-webkit-box-shadow:1px 1px 8px 4px rgb(0 0 0 / 35%);
		-moz-box-shadow: 1px 1px 8px 4px rgb(0 0 0 / 35%);
		box-shadow:1px 1px 8px 4px rgb(0 0 0 / 35%);
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		background: #fff;
		z-index: 5000;
		display: none;
}
.modal-inner{
		 padding:0.2rem 0 0.3rem;
}
.modal-title{
		 padding-bottom: 35px;
		 padding-top: 38px;
		 font-size: 28px;
		 height: 0.3rem;
		 color: #000;
		 line-height: 0.3rem;
		 position: relative;
		 box-sizing: content-box;
}
.icon2 {
    font-family: "iconfont2" !important;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    background-size: 100% auto;
    background-position: center;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.icon2-close{
		 position: absolute;
		 right: 30px;
		 line-height: 1;
		 color: #999;
		 font-size: 26px;
}