body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
a,
img {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	background: #fff;
	font-family: arial;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}
textarea,
input {
	font-family: arial;
	color: #333333;
	font-size: 12px;
	padding: 0;
	margin: 0;
	outline: none;
	-webkit-appearance: none;
}
input:focus,
textarea:focus {
	outline: none;
}
select::-ms-expand {
	display: none;
}
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
	display: block;
}
ol,
ul,
li {
	list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}
a,
a:link,
a:visited,
a:focus,
a:active,
a:hover {
	font-family: arial;
	color: #333333;
	font-size: 12px;
	text-decoration: none;
}
a:hover {
	color: #005ca1;
}
html,
body {
	height: 100%;
}
body.hide {
	overflow: hidden;
}
.taxian:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.wrap {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
}
.wrap:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.row {
	width: 100%;
	box-sizing: border-box;
}
.row:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.l {
	float: left;
}
.r {
	float: right;
}
.article {
	line-height: 28px;
	font-size: 16px;
	color: #666666;
	text-align: justify;
}
.article img {
	max-width: 100%;
}
.mainFilter {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 100;
	display: none;
	background: url(../images/mainFilter.png);
}
.wrapper {
	width: 100%;
	min-width: 1200px;
	min-height: 100%;
	position: relative;
	box-sizing: border-box;
	padding-top: 142px;
	padding-bottom: 402px;
}
.headTop {
	width: 100%;
	height: 42px;
	line-height: 42px;
	background: #f8f8f8;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
}
.headTop .hello {
	font-size: 14px;
	color: #666666;
	float: left;
}
.headTop .hello a {
	font-size: 14px;
	color: #666666;
}
.headTop .hello a:hover {
	color: #3472a0;
}
.headTop .language {
	float: right;
}
.headTop .language a {
	float: left;
	line-height: 20px;
	margin-top: 11px;
	font-size: 16px;
	color: #666;
	margin-left: 40px;
}
.headTop .language a.on,
.headTop .language a:hover {
	color: #3472a0;
}
.headTop .language a img {
	vertical-align: middle;
	margin-right: 10px;
	margin-top: -2px;
	width: 18px;
	height: 18px;
	
}
.header {
	width: 100%;
	height: 100px;
	position: absolute;
	top: 42px;
	left: 0;
	z-index: 90;
	background: #fff;
	border-bottom: solid 1px #e5e5e5;
}
.header.fixed {
	position: fixed;
	top: 0;
}
.header .logo {
	width: 251px;
	height: 48px;
	background: #3472a0;
	float: left;
	overflow: hidden;
	margin-top: 28px;
}
.header .logo img {
	width: 100%;
	height: 50px;
	display: block;
}
.header .searchBar {
	float: right;
	margin-top: 36px;
	border-bottom: solid 1px #eeeeee;
}
.header .searchBar input[type="text"] {
	width: 240px;
	height: 38px;
	line-height: 38px;
	float: left;
	padding: 0 4px;
	box-sizing: border-box;
	font-size: 14px;
	color: #3472a0;
}
.header .searchBar input[type="text"]::-webkit-input-placeholder {
	color: #3472a0;
}
.header .searchBar input[type="text"]:-moz-placeholder {
	color: #3472a0;
}
.header .searchBar input[type="text"]::-moz-placeholder {
	color: #3472a0;
}
.header .searchBar input[type="text"]:-ms-input-placeholder {
	color: #3472a0;
}
.header .searchBar button,
.header .searchBar input[type="button"] {
	width: 20px;
	height: 20px;
	float: left;
	background: url(../images/searchBtn.gif) no-repeat center;
	cursor: pointer;
	margin-top: 8px;
}
.header .nav {
	float: left;
	margin: 41px 0 0 87px;
}
.header .nav > ul > li {
	float: left;
	position: relative;
	margin: 0 16px;
}
.header .nav > ul > li > a {
	height: 25px;
	line-height: 25px;
	display: block;
	font-size: 15px;
	color: #333333;
	overflow: hidden;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	padding: 0 1px 2px 1px;
}
.header .nav > ul > li > a:after {
	content: "";
	width: 0%;
	height: 2px;
	background: #3472a0;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 5;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
}
.header .nav > ul > li.on > a,
.header .nav > ul > li:hover > a {
	color: #3472a0;
}
.header .nav > ul > li.on > a::after,
.header .nav > ul > li:hover > a::after {
	width: 100%;
	left: 0;
}
.header .nav:hover > ul > li.on > a::after {
	width: 0;
	left: 50%;
}
.header .nav:hover > ul > li > a:hover::after {
	width: 100%;
	left: 0;
}
.header .nav .sub {
	min-width: 100%;
	display: none;
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	z-index: 90;
	background: #575757;
}
.header .nav .sub li a {
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.header .nav .sub li a:hover {
	background: #999;
}
.footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	background: #f2ede4;
	padding-top: 28px;
}
.footer .title {
	line-height: 22px;
	font-size: 18px;
	color: #005ca1;
}
.footer .contact {
	width: 300px;
	float: left;
	line-height: 20px;
	font-size: 14px;
	color: #000000;
}
.footer .contact a {
	font-size: 14px;
	color: #666666;
}
.footer .contact a:hover {
	color: #000;
}
.footer .contact span {
	color: #000000;
}
.footer .contact p {
	margin-top: 20px;
}




.footer .link2 {
	float: left;
	margin-left: 15px;
}


.footer .link2 .tags {
    display: flex;
    flex-wrap: wrap;
	padding-top: 20px;
	max-width: 255px; 
}

.footer .link2 .tags a {
	
    display: inline-block;
    margin-right: 8px;
	margin-top: 6px;
    font-size: 12px;
    border: 1px solid black;
    padding: 5px;
    text-decoration: none;
    color: black;
	
	
}





.footer .link {
	float: left;
	margin-left: 90px;
}
.footer .link ul {
	width: 130px;
	float: left;
}
.footer .link ul li {
	line-height: 20px;
	margin-bottom: 24px;
}
.footer .link ul li a {
	font-size: 14px;
	color: #333333;
}
.footer .link ul li a:hover {
	color: #000;
}
.footer .link ul li:first-child a {
	font-size: 18px;
	color: #000;
}
.footer .inquiry {
	float: right;
	width: 272px;
}
.footer .inquiry .txt {
	line-height: 18px;
	font-size: 14px;
	color: #333333;
	margin-top: 24px;
}
.footer .inquiry .inpu {
	background: #fff;
	margin-top: 20px;
}
.footer .inquiry .inpu:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.footer .inquiry .inpu input[type="text"] {
	width: 213px;
	height: 42px;
	line-height: 42px;
	padding: 0 16px;
	box-sizing: border-box;
	font-size: 14px;
	color: #333;
	background: url(../images/inquiry_line.gif) no-repeat right 0 center;
	border: none;
	float: left;
}
.footer .inquiry .inpu input[type="text"]::-webkit-input-placeholder {
	color: #999999;
}
.footer .inquiry .inpu input[type="text"]:-moz-placeholder {
	color: #999999;
}
.footer .inquiry .inpu input[type="text"]::-moz-placeholder {
	color: #999999;
}
.footer .inquiry .inpu input[type="text"]:-ms-input-placeholder {
	color: #999999;
}
.footer .inquiry .inpu input[type="button"] {
	width: 58px;
	height: 42px;
	float: left;
	cursor: pointer;
	border: none;
	background: url(../images/inquiry_btn.png) no-repeat center;
}


.footer .inquiry .share {
	margin-top: 18px;
}
.footer .inquiry .share a {
	width: 28px;
	height: 28px;
	float: left;
	margin-left: 12px;
	display: block;
	opacity: .8;
	filter: alpha(opacity=80);
}
.footer .inquiry .share a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.footer .inquiry .share a:first-child {
	margin-left: 0;
}
.footer .inquiry .share a img {
	width: 100%;
	height: 28px;
	display: block;
}



.footer .inquiry .share2 {
	margin-top: 18px;
}
.footer .inquiry .share2 a {
	width: 251px;
	height: 48px;
	float: left;
	margin-left: 12px;
	margin-top: 30px;
	display: block;
}

.footer .inquiry .share2 a:first-child {
	margin-left: 0;
}
.footer .inquiry .share2 a img {
	width: 100%;
	height: 50px;
	display: block;
}



.footer .copyright {
	padding: 10px 0 14px 0;
	margin-top: 32px;
	border-top: solid 1px #313131;
	line-height: 20px;
	font-size: 12px;
	background: #666666;
	color: #CCCCCC;
}
.footer .copyright a {
	font-size: 12px;
	color: #FFFFFF;
}
.footer .copyright a:hover {
	color: #fff;
}
.fixedSidebar {
	width: 80px;
	position: fixed;
	right: 0;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	z-index: 90;
	text-align: center;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.fixedSidebar .close {
	height: 34px;
	line-height: 34px;
	background: #1b1b1b;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}
.fixedSidebar li {
	margin-top: 1px;
	position: relative;
}
.fixedSidebar li:hover a {
	background: #005ca1;
}
.fixedSidebar li a {
	height: 74px;
	display: block;
	padding-top: 12px;
	box-sizing: border-box;
	background: #3472a0;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.fixedSidebar li a .icon {
	height: 30px;
	line-height: 30px;
}
.fixedSidebar li a .icon img {
	vertical-align: middle;
	width: 30px;
	height: 30px;
}
.fixedSidebar li a .txt {
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	margin-top: 4px;
}
.fixedSidebar li .hide {
	height: 74px;
	line-height: 74px;
	position: absolute;
	top: 0;
	right: 80px;
	z-index: 5;
	background: #3472a0;
	white-space: nowrap;
	box-sizing: border-box;
	display: none;
}
.fixedSidebar li .phone {
	background: #005ca1;
	padding: 0 20px;
	font-size: 20px;
	color: #fff;
}
.fixedSidebar li .qrcode {
	width: 142px;
	height: 142px;
	right: 81px;
	padding: 8px;
}
.fixedSidebar li .qrcode img {
	width: 100%;
	display: block;
}
.main .banner {
	position: relative;
	background: #000;
}
.main .banner .bd li img {
	width: 100%;
	display: block;
	height: 530px; 
}
.main .banner .prev,
.main .banner .next {
	z-index: 1;
	display: block;
	width: 20px;
	height: 38px;
	background: url(../images/prev.png) no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 9;
	transform: translate(-600px, -50%);
	-webkit-transform: translate(-600px, -50%);
	-moz-transform: translate(-600px, -50%);
	-ms-transform: translate(-600px, -50%);
	-o-transform: translate(-600px, -50%);
}
.main .banner .next {
	left: auto;
	right: 50%;
	transform: translate(600px, -50%);
	-webkit-transform: translate(600px, -50%);
	-moz-transform: translate(600px, -50%);
	-ms-transform: translate(600px, -50%);
	-o-transform: translate(600px, -50%);
	background-image: url(../images/next.png);
}
.main .banner .pageState {
	position: absolute;
	right: 50%;
	bottom: 24px;
	z-index: 9;
	transform: translate(600px, 0%);
	-webkit-transform: translate(600px, 0%);
	-moz-transform: translate(600px, 0%);
	-ms-transform: translate(600px, 0%);
	-o-transform: translate(600px, 0%);
	font-size: 14px;
	color: #fff;
}
.main .banner .pageState span {
	font-size: 36px;
}
.main .hotProducts {
	padding: 35px 0;
}
.main .hotProducts li {
	width: 386px;
	float: left;
	background: #f8f8f8;
	text-align: center;
	margin-left: 20px;
}
.main .hotProducts li:first-child {
	margin-left: 0;
}
.main .hotProducts li a {
	display: block;
}
.main .hotProducts li a:hover .pic img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
}
.main .hotProducts li a:hover .more {
	color: #fff;
	background: url(../images/arrow2.png) no-repeat right 28px center #3472a0;
}
.main .hotProducts li .pic {
	height: 386px;
	overflow: hidden;
}
.main .hotProducts li .pic img {
	width: 100%;
	height: 386px;
	display: block;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.main .hotProducts li .txt2,
.main .hotProducts li .txt1 {
	line-height: 20px;
	font-size: 16px;
	color: #202020;
	padding: 0 10px;
	margin-top: 26px;
}
.main .hotProducts li .txt2 {
	font-size: 16px;
	line-height: 40px;
	margin-top: 10px;
}
.main .hotProducts li .more {
	width: 190px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	border: solid 1px #3472a0;
	margin: 26px auto 28px auto;
	font-size: 14px;
	color: #3472a0;
	text-indent: 45px;
	text-align: left;
	background: url(../images/arrow1.png) no-repeat right 43px center;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
}
.main .product {
	padding: 20px 0 15px 0;
}
.main .product .tab {
	text-align: center;
	margin-top: 28px;
}
.main .product .tab span {
	line-height: 20px;
	font-size: 16px;
	color: #3d3d3d;
	margin: 0 23px;
	cursor: pointer;
}
.main .product .tab span.on {
	color: #3472a0;
}
.main .product .tabBox {
	margin-top: 45px;
}
.main .product .productList li {
	width: 300px;
	float: left;
	margin-bottom: 30px;
	overflow: hidden;
	text-align: center;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.main .product .productList li:hover {
	position: relative;
	z-index: 2;
	box-shadow: 0 2px 15px 1px #f6f6f6;
}
.main .product .productList li a {
	display: block;
	padding-bottom: 14px;
}
.main .product .productList li a:hover .pic img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
}
.main .product .productList li a:hover .text {
	color: #3472a0;
}
.main .product .productList li .pic {
	height: 300px;
	overflow: hidden;
}
.main .product .productList li .pic img {
	width: 100%;
	height: 300px;
	display: block;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.main .product .productList li .text {
	line-height: 20px;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 16px;
	color: #666666;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	margin: 10px 0;
}

.main .product .productList li .price {
	line-height: 20px;
	text-align: center;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	
}

.main .product .productList li .quantity {
	line-height: 20px;
	text-align: center;
	margin-top: 10px;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 15px;
	color: #000000;
}


.main .videoBox {
	position: relative;
	cursor: pointer;
}
.main .videoBox .pic {
	position: relative;
}
.main .videoBox .pic img {
	width: 100%;
	display: block;
}
.main .videoBox:hover .icon {
	width: 100px;
	height: 100px;
}
.main .videoBox .icon {
	width: 80px;
	height: 80px;
	background: url(../images/video_icon.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.main .videoBox .video {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	z-index: 105;
	width: 980px;
	background: #000;
	display: none;
}
.main .videoBox .video .close{
	content: " ";
	width: 50px;
	height: 50px;
	position: absolute;
	right: -25px;
	top: -25px;
	z-index: 999990;
	background: url(../images/close.png) no-repeat;
	background-size: 100% 100%;
}
.main .videoBox .video embed {
	width: 100%;
	height: 500px;
}
.advantages {
	background: #f8f8f8;
	padding: 26px 0;
	width: 100%;
	height: 450px;
}
.advantages:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.advantages ul {
	margin-top: 20px;
}
.advantages li {
	width: 344px;
	float: left;
	margin-left: 84px;
}
.advantages li:first-child {
	margin-left: 0;
}
.advantages li:hover .icon {
	background-color: #3472a0;
}
.advantages li:hover .tit {
	color: #3472a0;
}
.advantages li .icon {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	overflow: hidden;
	background: #282828;
	border-radius: 50%;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.advantages li .icon img {
	vertical-align: middle;
	margin-top: -2px;
	width: 17px;
	height: 17px;
}
.advantages li .tit {
	line-height: 20px;
	font-size: 18px;
	color: #333333;
	margin-top: 20px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.advantages li .txt {
	line-height: 20px;
	font-size: 14px;
	color: #666666;
	margin-top: 18px;
}
.columnTitle {
	line-height: 50px;
	font-size: 48px;
	font-weight: bold;
	color: #3d3d3d;
	text-align: center;
}
.columnTitle span {
	color: #3472a0;
}
.columnTitle .line {
	width: 42px;
	height: 2px;
	background: #3472a0;
	margin: 18px auto 0 auto;
}
.container:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.container .crumbs {
	
	line-height: 50px;
	height: 50px;
	font-size: 14px;
	color: #1b1b1b;
}
.container .crumbs a {
	display: inline-block;
	/*padding-right: 15px;*/
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	/*background: url(../images/crumbs.png) no-repeat right 0 center;*/
	margin-right: 14px;
	margin-top: 15px;
	
}
.container .crumbs a:last-child {
	background: none;
	color: #1b1b1b;
}
.container .crumbs a:hover {
	color: #3472a0;
}
.container .sidebar {
	width: 302px;
	float: left;
	margin-bottom: 60px;
	margin-top: 26px;
}
.container .sidebar .title {
	height: 52px;
	line-height: 52px;
	padding: 0 22px;
	box-sizing: border-box;
	font-size: 18px;
	color: #fff;
	background: #1b1b1b;
	position: relative;
}
.container .sidebar .title .btn {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 15px;
	right: 22px;
	z-index: 2;
	background: url(../images/shrink1.gif) no-repeat;
	cursor: pointer;
}
.container .sidebar .title .btn.on {
	background-image: url(../images/shrink2.gif);
}
.container .sidebar .menu>ul {
	border: solid 1px #eeeeee;
	border-top: none;
	padding: 3px 19px 23px 19px;
	box-sizing: border-box;
}
.container .sidebar .menu>ul>li {
	background: url(../images/sidebar_line.gif) repeat-x 0 bottom;
	padding-bottom: 1px;
}
.container .sidebar .menu>ul>li>a {
	display: block;
	height: 42px;
	line-height: 42px;
	padding-left: 35px;
	background: url(../images/arrow3.png) no-repeat 11px center;
	font-size: 14px;
	color: #000000;
	moz-user-select: -moz-none;
	-moz-user-select: none;
	-o-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.container .sidebar .menu>ul>li>a:hover,
.container .sidebar .menu>ul>li.on>a {
	background-image: url(../images/arrow4.png);
	color: #3472a0;
}
.container .sidebar .menu .sub{
	padding: 0 0 10px 0;
	display: none;
}
.container .sidebar .menu .sub li a{
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #000000;
	display: block;
	text-indent: 40px;
}
.container .sidebar .menu .sub li.on a,
.container .sidebar .menu .sub li a:hover{
	color: #3472a0;
}
.container .sidebar .recommend {
	margin-top: 40px;
}
.container .sidebar .recommend .multipleColumn {
	width: 100%;
	position: relative;
	padding: 14px 20px 0 20px;
	box-sizing: border-box;
	border: solid 1px #eeeeee;
}
.container .sidebar .recommend .multipleColumn .prev,
.container .sidebar .recommend .multipleColumn .next {
	display: block;
	width: 13px;
	height: 18px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: -34px;
	right: 23px;
	z-index: 9;
	background: url(../images/prev3.png) no-repeat center;
	background-size: 7px 10px;
}
.container .sidebar .recommend .multipleColumn .next {
	background-image: url(../images/next3.png);
	right: 10px;
}
.container .sidebar .recommend .multipleColumn .bd {
	overflow: hidden;
	height: 440px;
}
.container .sidebar .recommend .multipleColumn .bd ul {
	overflow: hidden;
	zoom: 1;
	width: 100%;
	float: left;
	_display: inline;
}
.container .sidebar .recommend .multipleColumn .bd ul li {
	width: 100%;
	margin-bottom: 19px;
	float: left;
	_display: inline;
	overflow: hidden;
}
.container .sidebar .recommend .multipleColumn .bd ul li:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.container .sidebar .recommend .multipleColumn .bd ul li a {
	display: block;
}
.container .sidebar .recommend .multipleColumn .bd ul li a:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.container .sidebar .recommend .multipleColumn .bd ul li a:hover .pic img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
}
.container .sidebar .recommend .multipleColumn .bd ul li a:hover .text .tit {
	color: #3472a0;
}
.container .sidebar .recommend .multipleColumn .bd ul li .pic {
	width: 90px;
	height: 90px;
	float: left;
	border: solid 1px #e9e9e9;
	overflow: hidden;
}
.container .sidebar .recommend .multipleColumn .bd ul li .pic img {
	width: 100%;
	display: block;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.container .sidebar .recommend .multipleColumn .bd ul li .text {
	padding-left: 104px;
	box-sizing: border-box;
}
.container .sidebar .recommend .multipleColumn .bd ul li .text .tit {
	line-height: 20px;
	font-size: 14px;
	color: #39373a;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}


.container .sidebar .recommend2  {
	display: flex;  
  flex-direction: column;  
	
	margin-top: 40px;
}


.container .sidebar .recommend2 .tags {
    display: flex;  
    flex-wrap: wrap;
	padding-top: 20px;
	max-width: 300px; 
}

.container .sidebar .recommend2 .tags a {
	display: inline-block;
	margin-right: 8px;
	margin-top: 6px;
	font-size: 14px;
	border: 1px solid black;
	padding: 5px;
	text-decoration: none;
	color: #333;	
	
}



.container .conten_r {
	margin-top: 26px;
	margin-bottom: 30px;
	width: 870px;
	float: right;
}
.container .content_r {
	margin-top: -40px;
	margin-bottom: 50px;
	width: 1150px;
	float: right;
}


.conten_r .tags {
    display: flex;
    flex-wrap: wrap;
	padding-top: 6px;
	max-width: 100%; 
}

.conten_r .tags a {
	
    display: inline-block;
	margin-right: 8px;
	margin-top: 6px;
	font-size: 14px;
	border: 1px solid black;
	padding: 5px;
	text-decoration: none;
	color: #333;	

}





.container .paging {
	text-align: center;
}
.container .paging ul {
	display: inline-block;
}
.container .paging ul li {
	line-height: 38px;
	float: left;
	margin: 0 10px;
	font-size: 20px;
	color: #bcbcbc;
}
.container .paging ul li a {
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	color: #bcbcbc;
	display: block;
	border: solid 1px #e6e6e6;
	border-radius: 2px;
}
.container .paging ul li a:hover,
.container .paging ul li.on a {
	border: solid 1px #3472a0;
	background-color: #3472a0;
	color: #fff;
}
.container .paging ul li.txt {
	font-size: 12px;
	color: #15131e;
}
.container .paging ul li.last a,
.container .paging ul li.first a {
	font-size: 12px;
	color: #15131e;
	width: auto;
	padding: 0 15px;
}
.container .paging ul li.last a:hover,
.container .paging ul li.first a:hover {
	color: #fff;
}
.container .paging ul li.next a,
.container .paging ul li.prev a {
	width: 58px;
	background: url(../images/prev4.png) no-repeat center;
}
.container .paging ul li.next a:hover,
.container .paging ul li.prev a:hover {
	background-color: #3472a0;
}
.container .paging ul li.next a {
	background-image: url(../images/next4.png);
}
.container .prevnext {
	border-top: solid 1px #eeeeee;
	border-bottom: solid 1px #eeeeee;
	padding: 24px 0;
}
.container .prevnext:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.container .prevnext a {
	font-size: 16px;
	color: #999999;
	float: left;
}
.container .prevnext a.next {
	float: right;
	padding-right: 25px;
	background: url(../images/arrow5.png) no-repeat right 0 center;
}
.container .prevnext a.next:hover {
	background-image: url(../images/arrow6.png);
	color: #3472a0;
}
.container .prevnext a.prev {
	background: url(../images/arrow7.png) no-repeat 0 center;
	padding-left: 25px;
}
.container .prevnext a.prev:hover {
	background-image: url(../images/arrow8.png);
	color: #3472a0;
}
.aboutPage {
	margin-top: 35px;
}
.aboutPage .videoBox {
	position: relative;
	cursor: pointer;
}
.aboutPage .videoBox .pic {
	position: relative;
}
.aboutPage .videoBox .pic img {
	width: 100%;
	display: block;
}
.aboutPage .videoBox:hover .icon {
	width: 100px;
	height: 100px;
}
.aboutPage .videoBox .icon {
	width: 80px;
	height: 80px;
	background: url(../images/video_icon.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.aboutPage .videoBox .video {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	z-index: 105;
	width: 980px;
	background: #000;
	display: none;
}
.aboutPage .videoBox .video .close{
	content: " ";
	width: 50px;
	height: 50px;
	position: absolute;
	right: -25px;
	top: -25px;
	z-index: 999990;
	background: url(../images/close.png) no-repeat;
	background-size: 100% 100%;
}
.aboutPage .videoBox .video embed {
	width: 100%;
	height: 500px;
}
.aboutPage .conten {
	margin-top: 40px;
}
.aboutPage .about {
	padding: 56px 0;
}
.aboutPage .about .slideBox {
	width: 644px;
	height: 406px;
	overflow: hidden;
	position: relative;
	float: left;
	margin: 0 22px 20px 0;
}
.aboutPage .about .slideBox .bd {
	position: relative;
}
.aboutPage .about .slideBox .bd li {
	zoom: 1;
}
.aboutPage .about .slideBox .bd li img {
	width: 100%;
	display: block;
}
.aboutPage .about .slideBox .prev,
.aboutPage .about .slideBox .next {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	display: block;
	width: 15px;
	height: 29px;
	background: url(../images/prev2.png) no-repeat;
	background-size: 100% 100%;
}
.aboutPage .about .slideBox .next {
	left: auto;
	right: 20px;
	background-image: url(../images/next2.png);
}
.aboutPage .about .article {
	line-height: 22px;
}
.aboutPage .advantages {
	background: none;
	padding-top: 0;
}

.aboutPage .share {
	border-top: solid 1px #eeeeee;
	border-bottom: solid 1px #eeeeee;
	padding: 21px 0;
	text-align: center;
	font-size: 18px;
	color: #282828;
	line-height: 41px;
}
.aboutPage .share a {
	width: 41px;
	height: 41px;
	display: inline-block;
	margin: -4px 10px 0 10px;
	vertical-align: middle;
}
.aboutPage .share a img {
	width: 100%;
	display: block;
}



.aboutPage .recommended {
	padding: 60px 0;
}
.recommended {
	clear: both;
	padding: 0 0 40px 0;
}
.recommended .title {
	border-bottom: solid 1px #eeeeee;
}
.recommended .title:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.recommended .title span {
	width: 226px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	float: left;
	border: solid 1px #eeeeee;
	border-bottom: solid 1px #fff;
	background: #fff;
	border-radius: 5px 5px 0 0;
	margin-bottom: -1px;
	font-size: 18px;
	color: #333333;
}
.recommended .picScroll-left {
	position: relative;
	margin-top: 32px;
	overflow: hidden;
}
.recommended .picScroll-left .bd {
	width: 1136px;
	margin: 0 auto;
}
.recommended .picScroll-left .bd ul {
	zoom: 1;
}
.recommended .picScroll-left .bd ul li {
	width: 284px;
	float: left;
	text-align: center;
	padding: 10px 0;
}
.recommended .picScroll-left .bd ul li a {
	display: block;
	padding-bottom: 16px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.recommended .picScroll-left .bd ul li a:hover {
	box-shadow: 2px 2px 15px 3px #f6f6f6;
	position: relative;
	z-index: 2;
}
.recommended .picScroll-left .bd ul li a:hover .pic img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
}
.recommended .picScroll-left .bd ul li a:hover .text {
	color: #3472a0;
}
.recommended .picScroll-left .bd ul li .pic {
	height: 284px;
	overflow: hidden;
}
.recommended .picScroll-left .bd ul li .pic img {
	width: 100%;
	display: block;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.recommended .picScroll-left .bd ul li .text {
	line-height: 22px;
	font-size: 15px;
	color: #666666;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	margin: 11px 0;
	padding: 0 10px;
	box-sizing: border-box;
	word-wrap:break-word; 
}
.recommended .picScroll-left .prev,
.recommended .picScroll-left .next {
	width: 16px;
	height: 29px;
	background: red;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	z-index: 5;
	cursor: pointer;
	background: url(../images/prev3.gif) no-repeat;
}
.recommended .picScroll-left .next {
	left: auto;
	right: 0;
	background-image: url(../images/next3.gif);
}
.newsPage .newsList {
	margin-bottom: 10px;
}
.newsPage .newsList li {
	margin-bottom: 30px;
}
.newsPage .newsList li a {
	display: block;
}
.newsPage .newsList li a:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.newsPage .newsList li a:hover .pic img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
}
.newsPage .newsList li a:hover .text .tit {
	color: #3472a0;
}
.newsPage .newsList li .pic {
	width: 290px;
	height: 180px;
	float: left;
	overflow: hidden;
}
.newsPage .newsList li .pic img {
	width: 100%;
	display: block;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.newsPage .newsList li .text {
	width: 494px;
	float: right;
}
.newsPage .newsList li .text .date {
	line-height: 20px;
	font-size: 14px;
	color: #999999;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
.newsPage .newsList li .text .tit {
	height: 56px;
	line-height: 28px;
	font-size: 22px;
	color: #333333;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
	margin-top: 8px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;

}
.newsPage .newsList li .text .line {
	height: 1px;
	background: #eeeeee;
	margin: 6px 0;
}
.newsPage .newsList li .text .txt {
	height: 56px;
	line-height: 28px;
	font-size: 16px;
	color: #666666;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
.newsPage .newsList li .text .more {
	line-height: 20px;
	font-size: 16px;
	color: #3472a0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
	margin-top: 10px;
}
.newsPage .newsDetails .title {
	text-align: center;
	border-bottom: solid 1px #eeeeee;
	padding-bottom: 16px;
}
.newsPage .newsDetails .title .tit {
	line-height: 40px;
	font-size: 30px;
	color: #333333;
}
.newsPage .newsDetails .title .date {
	line-height: 20px;
	font-size: 14px;
	color: #999999;
	margin-top: 20px;
}
.newsPage .newsDetails .article {
	padding: 44px 0;
}
.newsPage .newsDetails .share {
	line-height: 31px;
	font-size: 18px;
	color: #282828;
	margin-bottom: 12px;
}
.newsPage .newsDetails .share a {
	width: 31px;
	height: 31px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 10px;
}
.newsPage .newsDetails .share a img {
	width: 100%;
	display: block;
}
.servicePage .title {
	line-height: 40px;
	font-size: 30px;
	color: #333333;
	text-align: center;
	border-bottom: solid 1px #eeeeee;
	padding-bottom: 28px;
}
.servicePage .serviceList {
	margin-top: 36px;
}
.servicePage .serviceList li {
	margin-bottom: 36px;
}
.servicePage .serviceList li:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.servicePage .serviceList li .pic {
	width: 349px;
	height: 204px;
	float: left;
	overflow: hidden;
}
.servicePage .serviceList li .pic img {
	width: 100%;
	display: block;
}
.servicePage .serviceList li .text {
	width: 484px;
	float: right;
}
.servicePage .serviceList li .text .tit {
	line-height: 30px;
	font-size: 24px;
	color: #333333;
}
.servicePage .serviceList li .text .txt {
	line-height: 24px;
	font-size: 16px;
	color: #666666;
	margin-top: 16px;
}
.productCategory {
	padding: 10px 0 4px 0;
}
.productCategory:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.productCategory li {
	width: 293px;
	float: left;
	margin-top: 2px;
	margin-left: 3px;
	text-align: center;
	border:1px solid #CCC
}
.productCategory li a {
	display: block;
	padding: 5px 0;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.productCategory li a:hover {
	box-shadow: 2px 2px 15px 3px #f6f6f6;
	position: relative;
	z-index: 2;
}
.productCategory li a:hover .icon1 {
	display: none;
}
.productCategory li a:hover .icon2 {
	display: block;
}
.productCategory li a:hover .text {
	color: #3472a0;
}
.productCategory li .icon2,
.productCategory li .icon1 {
	height: 44px;
	line-height: 44px;
}
.productCategory li .icon2 img,
.productCategory li .icon1 img {
	vertical-align: middle;
	height: 50px;
	width: 50px;
}
.productCategory li .icon2 {
	display: none;
}
.productCategory li .text {
	line-height: 14px;
	font-size: 14px;
	color: #666666;
	margin-top: 12px;
}
.productPage .productList {
	margin-bottom: 40px;
}
.productPage .productList:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.productPage .productList li {
	width: 290px;
	float: left;
	text-align: center;
	margin-bottom: 29px;
}
.productPage .productList li a {
	display: block;
	padding-bottom: 15px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.productPage .productList li a:hover {
	box-shadow: 2px 2px 15px 3px #f6f6f6;
	position: relative;
	z-index: 2;
}
.productPage .productList li a:hover .pic img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
}
.productPage .productList li a:hover .text {
	color: #3472a0;
}
.productPage .productList li .pic {
	height: 290px;
	overflow: hidden;
}
.productPage .productList li .pic img {
	width: 100%;
	display: block;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.productPage .productList li .text {
	line-height: 22px;
	font-size: 16px;
	color: #666666;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	margin: 10px 0;
	padding: 0 5px;
	box-sizing: border-box;
	word-wrap:break-word;
}
.productPage .productList li .price {

	margin-top: 5px;
	line-height: 16px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
}

.productPage .productList li .quantity {

	line-height: 20px;
	text-align: center;
	margin-top: 10px;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 15px;
	color: #000000;
}

.productPage .productDetails .picFocus {
	width: 458px;
	position: relative;
	overflow: hidden;
	zoom: 1;
	float: left;
}
.productPage .productDetails .picFocus:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.productPage .productDetails .picFocus .bd {
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}
.productPage .productDetails .picFocus .bd li img {
	width: 100%;
	display: block;
}
.productPage .productDetails .picFocus .hd {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}
.productPage .productDetails .picFocus .hd ul {
	overflow: hidden;
	zoom: 1;
	height: 100px;
}
.productPage .productDetails .picFocus .hd li {
	float: left;
	width: 105px;
	height: 100px;
	overflow: hidden;
	margin-left: 12px;
	box-sizing: border-box;
	cursor: pointer;
}
.productPage .productDetails .picFocus .hd li:first-child {
	margin-left: 0;
}
.productPage .productDetails .picFocus .hd li.on {
	border: solid 1px #3472a0;
}
.productPage .productDetails .picFocus .hd li.on img {
	margin-left: -1px;
	margin-top: -1px;
	width: 105px;
	height: 105px;
}
.productPage .productDetails .picFocus .hd li img {
	width: 100%;
	display: block;
}
.productPage .productDetails .information {
	width: 384px;
	float: right;
}
.productPage .productDetails .information .title {
	line-height: 34px;
	font-size: 24px;
	color: #333333;
	border-bottom: solid 1px #eeeeee;
	padding-bottom: 44px;
}
.productPage .productDetails .information .text {
	line-height: 20px;
	font-size: 14px;
	color: #666666;
	margin: 38px 0;
}
.productPage .productDetails .information .share {
	border-bottom: solid 1px #eeeeee;
	padding-bottom: 20px;
}
.productPage .productDetails .information .share:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.productPage .productDetails .information .share .tit {
	line-height: 20px;
	font-size: 18px;
	color: #282828;
	margin-bottom: 14px;
}
.productPage .productDetails .information .share a {
	width: 38px;
	height: 38px;
	line-height: 38px;
	float: left;
	margin-right: 18px;
	text-align: center;
}
.productPage .productDetails .information .share a:last-child {
	margin-right: 0;
}
.productPage .productDetails .information .share a img {
	width: 100%;
	display: block;
	vertical-align: middle;
}
.productPage .productDetails .information .btn {
	width: 180px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border-radius: 3px;
	display: block;
	background: #3472a0;
	font-size: 18px;
	color: #fff;
	margin-top: 20px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.productPage .productDetails .information .btn:hover {
	background: #005ca1;
}
.productPage .productDetails .details {
	margin-top: 60px;
}
.productPage .productDetails .details .title {
	border-bottom: solid 1px #eeeeee;
}
.productPage .productDetails .details .title:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.productPage .productDetails .details .title span {
	width: 225px;
	height: 50px;
	line-height: 50px;
	border: solid 1px #eeeeee;
	border-bottom: none;
	margin-bottom: -1px;
	background: #fff;
	font-size: 18px;
	color: #3472a0;
	float: left;
	border-radius: 5px;
	text-align: center;
}
.productPage .productDetails .details .article {
	padding: 32px 0;
}
.sendMessage {
	clear: both;
	border-top: solid 1px #eeeeee;
	padding-top: 48px;
	padding-bottom: 52px;
}
.sendMessage:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.sendMessage .title {
	line-height: 24px;
	font-size: 20px;
	color: #444444;
	text-align: center;
}
.sendMessage .text {
	line-height: 20px;
	font-size: 16px;
	color: #333333;
	text-align: center;
	max-width: 680px;
	margin: 10px auto 28px auto;
}
.sendMessage .row {
	margin-bottom: 20px;
}
.sendMessage .inpu {
	width: 575px;
	float: left;
}
.sendMessage .inpu:nth-child(even) {
	margin-left: 50px;
}
.sendMessage .tit {
	padding-left: 18px;
	line-height: 20px;
	font-size: 14px;
	color: #666666;
	box-sizing: border-box;
}
.sendMessage .tit span {
	color: #da4a24;
}
.sendMessage textarea,
.sendMessage input[type="text"] {
	width: 100%;
	height: 34px;
	line-height: 34px;
	border-radius: 36px;
	border: solid 1px #bfbfbf;
	padding: 0 14px;
	font-size: 16px;
	color: #333;
	margin-top: 10px;
	box-sizing: border-box;
}
.sendMessage textarea {
	border-radius: 8px;
	height: 112px;
	line-height: 20px;
	resize: none;
	padding: 5px 14px;
}
.sendMessage a,
.sendMessage button,
.sendMessage input[type="button"] {
	width: 208px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-radius: 14px;
	border: solid 1px #3472a0;
	background: #fff;
	font-size: 14px;
	color: #3472a0;
	margin: 4px auto;
	display: block;
	cursor: pointer;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
}
.sendMessage a:hover,
.sendMessage button:hover,
.sendMessage input[type="button"]:hover {
	background: #3472a0;
	color: #fff;
}
.contactPage {
	margin-top: 50px;
}
.contactPage .map {
	overflow: hidden;
}
.contactPage .map img {
	width: 100%;
	display: block;
}
.contactPage .address {
	padding: 60px 0;
}
.contactPage .address:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.contactPage .address .col {
	width: 384px;
	float: left;
	margin-left: 24px;
	background: #f8f8f8;
	text-align: center;
	padding: 20px 32px;
	box-sizing: border-box;
}
.contactPage .address .col:first-child {
	margin-left: 0;
}
.contactPage .address .col .icon {
	height: 40px;
	line-height: 40px;
}
.contactPage .address .col .icon img {
	max-height: 100%;
	vertical-align: middle;
}
.contactPage .address .col .tit {
	line-height: 24px;
	font-size: 20px;
	color: #333333;
	margin-top: 22px;
}
.contactPage .address .col .txt {
	line-height: 24px;
	font-size: 14px;
	color: #666666;
	margin-top: 16px;
}
.contactPage .address .col .txt a {
	font-size: 14px;
	color: #666666;
}
.contactPage .share {
	border-top: solid 1px #eeeeee;
	border-bottom: solid 1px #eeeeee;
	padding: 21px 0;
	text-align: center;
	font-size: 18px;
	color: #282828;
	line-height: 41px;
	margin-bottom: 50px; 
}
.contactPage .share a {
	width: 41px;
	height: 41px;
	display: inline-block;
	margin: -4px 10px 0 10px;
	vertical-align: middle;
}
.contactPage .share a img {
	width: 100%;
	display: block;
}
.contactPage .sendMessage {
	border: none;
	background: #f8f8f8;
	margin-top: 60px;
}
.aboutPage .recommended,
.aboutPage .share,
.aboutPage .advantages li,
.aboutPage .advantages .columnTitle,
.aboutPage .about .conten,
.aboutPage .about .columnTitle,
.aboutPage .videoBox,
.main .videoBox,
.main .product .tabBox,
.main .product .tab,
.main .product .columnTitle,
.main .advantages li,
.main .advantages .columnTitle,
.main .hotProducts li {
	position: relative;
	top: 0px;
	opacity: 0;
	transition: 0.8s;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-ms-transition: 0.8s;
	-o-transition: 0.8s;
}
.aboutPage .recommended.an,
.aboutPage .share.an,
.aboutPage .advantages li.an,
.aboutPage .advantages .columnTitle.an,
.aboutPage .about .conten.an,
.aboutPage .about .columnTitle.an,
.aboutPage .videoBox.an,
.main .videoBox.an,
.main .product .tabBox.an,
.main .product .tab.an,
.main .product .columnTitle.an,
.main .advantages li.an,
.main .advantages .columnTitle.an,
.main .hotProducts li.an {
	top: 0;
	opacity: 1;
}
.cat_content p {
    padding: 0px 0px 30px;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 300;
    color: #666;
}


