/* CSS Document */
/**{*/
    -webkit-touch-callout:none;  /*系统默认菜单被禁用*/
 -webkit-user-select:none; /*webkit浏览器*/
 -khtml-user-select:none; /*早期浏览器*/
 -moz-user-select:none;/*火狐*/
 -ms-user-select:none; /*IE10*/
/*    user-select:none;*/
/*}*/
/** { margin: 0; padding: 0; }*/

/*input {*/
     -webkit-user-select:auto; /*webkit浏览器*/
/*}*/
@media screen and (min-width: 980px) {
.none980 {
	display: none;
}
}
img {
	transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
}
input[type="submit"] {
	cursor: pointer;
}
input[type="checkbox"] {
	cursor: pointer;
}
input[type="radio"] {
	cursor: pointer;
}
img.imgyzm {
	cursor: pointer;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
.disnone {
	display: none;
}
#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	transition: opacity .5s ease;
	z-index: 99999999999999999999999999999999999999;
}
#baguetteBox-overlay.visible {
	opacity: 1;
}
#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}
#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%;
}
#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.6);
	font-family: "Microsoft YaHei", "微软雅黑";
}
#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}
#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -webkit-transform .4s ease;
	-o-transition: left .4s ease, -o-transform .4s ease;
	-moz-transition: left .4s ease, transform .4s ease, -moz-transform .4s ease;
	transition: left .4s ease, transform .4s ease;
	transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease, -o-transform .4s ease;
	transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease;
}
#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	-moz-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	-moz-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out;
}
.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
	top: 50%;
	top: -webkit-calc(50% - 30px);
	top: -moz-calc(50% - 30px);
	top: calc(50% - 30px);
	width: 44px;
	height: 60px;
}
.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, 0.5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	-o-transition: background-color .4s ease;
	-moz-transition: background-color .4s ease;
	transition: background-color .4s ease;
}
.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, 0.9);
}
.baguetteBox-button#next-button {
	right: 2%;
	display: block !important;
}
.baguetteBox-button#previous-button {
	left: 2%;
	display: block !important;
}
.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: -webkit-calc(2% + 6px);
	right: -moz-calc(2% + 6px);
	right: calc(2% + 6px);
	width: 30px;
	height: 30px;
}
.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0;
}
.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
}
.double-bounce1, .double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	-moz-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out;
}
.double-bounce2 {
	-webkit-animation-delay: -1s;
	-moz-animation-delay: -1s;
	animation-delay: -1s;
}
 @-webkit-keyframes bounceFromRight {
0% {
margin-left: 0;
}
 50% {
margin-left: -30px;
}
 100% {
margin-left: 0;
}
}
 @-moz-keyframes bounceFromRight {
0% {
margin-left: 0;
}
 50% {
margin-left: -30px;
}
 100% {
margin-left: 0;
}
}
 @keyframes bounceFromRight {
0% {
margin-left: 0;
}
 50% {
margin-left: -30px;
}
 100% {
margin-left: 0;
}
}
 @-webkit-keyframes bounceFromLeft {
0% {
margin-left: 0;
}
 50% {
margin-left: 30px;
}
 100% {
margin-left: 0;
}
}
 @-moz-keyframes bounceFromLeft {
0% {
margin-left: 0;
}
 50% {
margin-left: 30px;
}
 100% {
margin-left: 0;
}
}
 @keyframes bounceFromLeft {
0% {
margin-left: 0;
}
 50% {
margin-left: 30px;
}
 100% {
margin-left: 0;
}
}
 @-webkit-keyframes bounce {
0%, 100% {
-webkit-transform: scale(0);
 transform: scale(0);
}
 50% {
-webkit-transform: scale(1);
 transform: scale(1);
}
}
 @-moz-keyframes bounce {
0%, 100% {
-webkit-transform: scale(0);
 -moz-transform: scale(0);
 transform: scale(0);
}
 50% {
-webkit-transform: scale(1);
 -moz-transform: scale(1);
 transform: scale(1);
}
}
 @keyframes bounce {
0%, 100% {
-webkit-transform: scale(0);
 -moz-transform: scale(0);
 -o-transform: scale(0);
 transform: scale(0);
}
 50% {
-webkit-transform: scale(1);
 -moz-transform: scale(1);
 -o-transform: scale(1);
 transform: scale(1);
}
}
html {
	font-size: 62.5%;
	height: 100%;
	background-color: #fff;
}
body {
	margin: 0 auto;
	font-size: 12px;
	font-size: 1.2rem;
	max-width: 1920px;
	position: relative;
	overflow-x: hidden;
	background: url(../images/main1bg.jpg) repeat;
	font-family: "Microsoft YaHei", "微软雅黑";
}
img {
	border: none;
}
ul {
	margin-bottom: 0;
}
ul li {
	list-style-type: none;
}
a, dd, dl, dt, form, img, li, p, span, table, td, tr, ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #333;
}
a {
	text-decoration: none;
	color: #333;
	outline: none;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
}
h1 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #333;
}
.clear {
	clear: both;
}
input, textarea {
	font-size: 12px;
	font-size: 1.2rem;
	color: #333;
	border: none;
	outline: none;
	font-family: "Microsoft YaHei", "微软雅黑";
}
textarea {
	resize: none;
}
.l, .fl {
	float: left;
}
.r, .fr {
	float: right;
}
.fix {
*zoom: 1;
}
.fix:after, .fix:before {
	display: block;
	content: "clear";
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
.wp {
	position: relative;
}
.box {
	position: relative;
}
.mln {
	margin-left: 0 !important;
}
.mbn {
	margin-bottom: 0 !important;
}
.mtn {
	margin-top: 0 !important;
}
 @media screen and (min-width: 1220px) {
.wp {
	width: 1200px;
	margin: auto;
}
}
 @media screen and (min-width: 1000px) and (max-width: 1219px) {
.wp {
	width: 980px;
	margin: auto;
}
}
 @media screen and (max-width: 999px) {
.wp {
	width: 95%;
	margin: auto;
}
}
 @media screen and (min-width: 1220px) {
.zong {
	width: 1200px;
	margin: auto;
}
}
 @media screen and (min-width: 1000px) and (max-width: 1219px) {
.zong {
	width: 980px;
	margin: auto;
}
}
 @media screen and (max-width: 999px) {
.zong {
	width: 95%;
	margin: auto;
}
}

::-webkit-input-placeholder {
color: #333333;
font-size: 14px;
font-size: 1.4rem;
font-family: "Microsoft YaHei", "微软雅黑";
}

:-o-placeholder {
color: #333333;
font-size: 14px;
font-size: 1.4rem;
font-family: "Microsoft YaHei", "微软雅黑";
}

::-moz-placeholder {
color: #333333;
font-size: 14px;
font-size: 1.4rem;
font-family: "Microsoft YaHei", "微软雅黑";
}

:-ms-input-placeholder {
color: #333333;
font-size: 14px;
font-size: 1.4rem;
font-family: "Microsoft YaHei", "微软雅黑";
}
/*.container*/
.container {
	padding: 0;
	width: 5px;
	height: 100%;
	position: absolute;
	right: 0;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	z-index: 999999999999999;
	cursor: pointer;
	position: fixed;
	top: -5px;
	right: 0;
	display: block;
}
.container .nav {
	overflow: hidden;
	width: 300px;
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	height: auto;
	overflow: scroll !important;
	font-family: "Microsoft YaHei", "微软雅黑";
}
.container .nav form {
	margin: 15px auto;
	width: 258px;
	height: 26px;
	border: 1px solid #333;
}
.container .nav form .iptc {
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 15px;
	background-color: #fff;
	width: 80%;
	height: 26px;
	line-height: 26px;
	display: block;
	float: left;
}
.container .nav form .ipsc {
	border-radius: 0;
	width: 20%;
	height: 26px;
	line-height: 26px;
	display: block;
	float: right;
	background: #fff url(../images/sousou.png) no-repeat center center;
}
.container .nav > ul {
	display: none;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: scroll !important;
	padding-top: 45px;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.container .nav > ul > li {
	line-height: 40px;
	font-size: 12px;
	font-size: 1.2rem;
	text-indent: 20px;
	position: relative;
}
.container .nav > ul > li .addition {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 15px;
	top: 10px;
	background: url("../fonts/shizi.png") no-repeat center center;
}
.container .nav > ul > li .addition.fa:before {
	margin-right: 5px;
	color: #fff;
	text-indent: 0;
}
.container .nav > ul > li > a {
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	display: block;
	margin-right: 40px;
}
.container .nav > ul > li > a span {
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
}
.container .nav > ul > li .c-show {
	display: none;
	width: 100%;
}
.container .nav > ul > li .c-show1 .c-s1 {
	position: relative;
	padding-left: 15px;
}
.container .nav > ul > li .c-show1 .c-s1 > a {
	margin-right: 40px;
	position: relative;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 30px;
}
.container .nav > ul > li .c-show1 .c-s1 > a span {
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
}
.container .nav > ul > li .c-show1 .c-s1 > .c-show2 {
	position: relative;
}
.container .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 {
	position: relative;
}
.container .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 > a {
	margin-right: 40px;
	text-indent: 35px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 30px;
}
.container .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 > a span {
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
}
.container .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 {
	position: relative;
}
.container .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a {
	text-indent: 50px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 30px;
}
.container .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a span {
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
}
.container .nav > ul > dl {
	padding: 20px;
}
.container .nav > ul > dl dd {
	float: left;
	margin: 0 5px;
}
.container .menubtn {
	width: 23px;
	height: 18px;
	position: absolute;
	top: 32px;
	right: 20px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	z-index: 9999;
}
.container .menubtn span {
	display: block;
	width: 100%;
	height: 3px;
	margin-bottom: 3px;
	background-color: #369be9;
}
.container .c-dianhua {
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	padding-left: 20px;
	padding-top: 15px;
}
 @media screen and (min-width: 769px) {
.container, .nav {
	display: none !important;
}
}
.gotop {
	cursor: pointer;
	opacity: 0;
	position: fixed;
	bottom: 100px;
	z-index: 99999;
	right: 20px;
	width: 61px;
	height: 61px;
}
.gotop img {
	max-width: 100%;
	display: block;
}
 @media screen and (max-width: 1219px) {
.gotop {
	width: 40px;
	height: 40px;
	right: 15px;
}
}
abbr, article, aside, audio, bb, canvas, datagrid, datalist, details, dialog, eventsource, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, time, video {
	display: block;
}
/*kefu*/
.kefu {
	position: fixed;
	right: 0px;
	top: 210px;
	width: 69px;
	height: auto;
	text-align: center;
	background-color: #eee;
	z-index: 999;
	padding-bottom: 9px;
	padding-top: 7px;
}
.kefu_nr {
	border-bottom: 1px solid #aaaaaa;
	width: 49px;
	margin: 0 auto;
}
.kefu_font {
	line-height: 26px;
	font-size: 12px;
	color: #333;
}
.kefu_font:hover {
	color: #000000;
}
.kefu_nr.kefu_nr1 {
	padding-top: 9px;
	padding-bottom: 10px;
}
.kefu_nr.kefu_nr2 {
	padding-top: 11px;
	padding-bottom: 0px;
}
.kefu_nr.kefu_nr3 {
	padding-top: 14px;
	padding-bottom: 3px;
}
.kefu_nr.kefu_nr4 {
	padding-top: 8px;
	padding-bottom: 6px;
}
.kefu_nr.kefu_nr5 {
	padding-top: 3px;
	padding-bottom: 2px;
	border-bottom: 0;
}
.kefu_nr.kefu_nr1 .kefu_font {
	margin-top: 2px;
}
.kefu_nr.kefu_nr2 .kefu_font {
	margin-top: 2px;
}
.kefu_nr.kefu_nr3 .kefu_font {
	margin-top: 2px;
}
.kefu_nr.kefu_nr4 .kefu_font {
	margin-top: 2px;
	color: #333 !important;
}
.kefu_nr.kefu_nr4 > a {
	display: block;
	position: relative;
}
.kefu_nr.kefu_nr4 > a .erweima {
	display: block;
	display: none;
	position: absolute;
	right: 100%;
	top: 0;
	width: 150px;
	height: 150px;
}
.kefu_font640cs {
	display: none !important
}
@media screen and (max-width: 768px) {
body {
	padding-bottom: 50px;
}
.kefu .kefu_nr {
	padding: 0 !important;
}
.kefu_nr.kefu_nr2 .kefu_font {
	margin: 0 !important;
}
.kefu_font640cs {
	display: block !important;
	margin-top: 5px !important
}
.kefu {
	position: fixed;
	bottom: 0 !important;
	top: auto;
	height: 50px;
	width: 100% !important;
	padding-bottom: 10px !important;
	padding-top: 5px !important;
}
.kefu .kefu_nr {
	width: 48% !important;
	float: left !important;
	margin: 0 1% !important;
	border: none !important;
}
.kefu_font {
	line-height: 12px;
}
.kefu_nr.kefu_nr4 > a .erweima {
	bottom: 100%;
	right: 0;
	top: auto;
}
}
header {
	background: url(../images/hd-bg.png) repeat top center;
}
header .rsousuo .form {
	margin-left: 50px;
}
header .rsousuo form {
	margin: 0px auto 0;
	width: 211px;
	height: 28px;
	border: 1px solid #666;
}
header .rsousuo form .ipt {
	font-size: 12px;
	font-size: 1.2rem;
	color: #999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 5px;
	background-color: transparent;
	width: 80%;
	height: 28px;
	line-height: 28px;
	display: block;
	float: left;
}
header .rsousuo form .ips {
	width: 17%;
	height: 28px;
	line-height: 28px;
	display: block;
	float: right;
	background: transparent url(../images/sousou.png) no-repeat center center;
}
header .rsousuo {
	padding-top: 8px;
}
header .rsousuo .yuyan {
	padding-top: 5px;
	margin-left: 22px;
}
header .rsousuo .yuyan a {
	display: block;
	float: left;
}
header .rsousuo .yuyan .yuyan-en {
	margin-right: 12px;
}
header .rsousuo .yuyan .yuyan-ch {
	margin-right: 15px;
}
header .rsousuo .dianhua {
	padding-top: 5px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
	padding-left: 32px;
	background: url(../images/dianhua.png) no-repeat left center;
}
header {
	padding-top: 14px;
	padding-bottom: 0px;
}
header nav {
	padding-top: 31px;
	margin-left: 0px;
}
header nav ul li {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	position: relative;
	top: 0;
	padding-bottom: 10px;
	float: left;
	margin-left: 9px;
}
header nav ul li > a {
	padding-bottom: 24px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	height: 29px;
	line-height: 29px;
	text-transform: uppercase;
	display: block;
	font-family: "Microsoft YaHei", "微软雅黑";
	padding: 0px 15px;
	border-radius: 11px;
}
header nav ul li:first-child {
	margin-left: 0 !important;
}
header nav ul li:hover a, header nav ul li.on a {
	background: #369be9;
	color: #fff;
}
header nav ul li:hover {
	top: -5px;
}
header nav ul li .yiji {
	width: 306px;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -86px;
	display: none;
	padding-top: 0px;
	z-index: 9999;
}
header nav ul li .yiji .yijiin {
	position: relative;
	background: url(../images/xian2.png) repeat center center;
}
header nav ul li .yiji .yijiin > a {
	padding: 10px 12px 10px 27px;
	background: url(../images/jiantou.png) no-repeat 12px center;
	display: block;
	line-height: 20px;
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	border-radius: 0px;
}
header nav ul li .yiji .yijiin:hover > a {
	color: #fff;
	background: #369be9 url(../images/jiantouon.png) no-repeat 12px center;
}
header nav ul > li:hover .yiji {
	display: block;
}
header nav ul li .erji {
	width: 287px;
	position: absolute;
	top: 0%;
	left: 100%;
	display: none;
	padding-left: 2px;
}
header nav ul li .erji .erjiin {
	background: url(../images/xian2.png) repeat center center;
}
header nav ul li .erji a {
	padding: 10px 12px 10px 27px;
	background: url(../images/jiantou.png) no-repeat 12px center;
	display: block;
	line-height: 20px;
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	border-radius: 0px;
}
header nav ul li .erjiin:hover > a {
	color: #fff;
	background: #369be9 url(../images/jiantouon.png) no-repeat 12px center;
}
header nav ul li .yiji .yijiin:hover .erji {
	display: block;
}
/* nav2 */
.nav2 {
	display: none;
	width: 100%;
	padding-top: 0px;
}
.nav2 ul li {
	width: 25%;
	float: left;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.nav2 ul li:hover, .nav2 ul li.hover {
	background-color: #369be9;
}
.nav2 ul li:hover a, .nav2 ul li.hover a {
	color: #fff;
}
.nav2 ul li a {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	color: #369be9;
}
 @media screen and (max-width: 1219px) {
header .logo img {
	width: 320px;
	margin-top: 10px;
}
header nav {
	padding-top: 10px;
}
header .rsousuo .dianhua {
	font-size: 14px;
	font-size: 1.4rem;
}
}
 @media screen and (max-width: 9999px) {
header nav ul li > a {
	padding: 0px 10px;
}
}
 @media screen and (max-width: 979px) {
header nav ul {
	text-align: center;
}
header nav ul li, header nav ul li:first-child {
	display: inline-block;
	margin: 0 15px !important;
	float: none;
}
header .lnav {
	width: 100%;
	margin: 0;
}
header .rsousuo .form {
	margin-left: 10px;
}
header .rsousuo form {
	width: 140px;
}
header .logo img {
	width: 260px;
	margin-top: 0;
}
}
 @media screen and (max-width: 768px) {
header {
	padding-bottom: 10px;
}
header .rsousuo .form {
	display: none;
}
.nav2 {
	display: block;
}
header .lnav {
	display: none;
}
header .rsousuo .dianhua {
	display: none;
}
header .rsousuo .yuyan {
	margin-left: 0;
	margin-right: 30px;
}
}
 @media screen and (max-width: 420px) {
header .logo img {
	width: 160px;
}
header .rsousuo {
	padding-top: 0;
}
.container .menubtn {
	top: 24px;
}
}
/*lun bo*/
.slide {
	position: relative;
}
.slide .carouse {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.slide .carouse .slideItem {
	width: 100%;
	position: absolute;
	cursor: pointer;
}
.slide .carouse .slideItem .banner-img {
	width: 100%;
}
.slide .console {
	height: 57px;
	display: inline-block;
	width: 35px;
	position: absolute;
	top: 40%;
}
.slide .dotList {
	position: absolute;
	width: 100%;
	bottom: 30px;
	text-align: center;
}
.slide .dotList ul li {
	display: inline-block;
	width: 17px;
	height: 17px;
	background-image: url("../images/slide.png");
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 15px;
	cursor: pointer;
}
.slide .dotList ul li.active {
	background-image: url("../images/slideon.png");
}
.slide .slidedetail {
	display: none;
}
.slide .carousel-control.left, .slide .carousel-control.right {
	background: none;
}
.slide.slide2 .dotList {
	bottom: 10px;
}
 @media screen and (max-width: 1219px) {
.xiangxai {
	bottom: 13%;
	width: 40px;
	height: 40px;
	margin-left: -20px;
}
}
 @media screen and (max-width: 999px) {
.xiangxai {
	bottom: 15%;
	width: 30px;
	height: 30px;
	margin-left: -15px;
}
}
 @media screen and (max-width: 768px) {
.slide .carousel-control {
	width: 40px;
	height: 40px;
	background-size: 100%;
}
.slide .dotList {
	bottom: 5px;
}
.slide .carousel-control.left {
	left: 20px;
}
.slide .carousel-control.right {
	right: 20px;
}
.slide .carousel-control {
	top: 60%;
}
.slide .dotList ul li {
	width: 8px;
	height: 8px;
	margin: 0 3px;
	background-size: 100%;
}
}
.main1 {
	padding-bottom: 64px;
	background: url(../images/main1bg.jpg) repeat top center;
	padding-top: 58px;
}
.main1 .title {
	margin-bottom: 53px;
	text-align: center;
	padding-bottom: 20px;
	background: url(../images/title1bg.png) no-repeat bottom center;
}
.main1 .title a {
	text-transform: uppercase;
	font-size: 36px;
	font-size: 3.6rem;
	color: #333;
	font-weight: bold;
}
.main1 .title a:hover {
	color: #369be9;
}
.list-pro {
	width: 320px;
	float: left;
}
.list-pro .title1 {
	width: 100%;
	margin-bottom: 0px;
}
.list-pro .title1 a {
	display: block;
	width: 100%;
	text-indent: 15px;
	font-size: 22px;
	font-size: 2.2rem;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #369be9;
	color: #fff;
	text-transform: uppercase;
	background-color: #369be9;
}
.list-pro .subNavBox {
	width: 100%;
	background-color: #f2f2f2;
	padding-bottom: 17px;
}
.list-pro .subNav {
	cursor: pointer;
	background: #fff;
	margin-bottom: 4px;
}
.list-pro .subNav a {
	display: block;
	line-height: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 13px;
	padding-right: 25px;
	background: #eeedec;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333;
	-webkit-transition: 0s;
	-o-transition: 0s;
	-moz-transition: 0s;
	transition: 0s;
}
.list-pro .subNav:hover a {
	color: #369be9;
}
.list-pro .currentDd a {
	color: #369be9;
}
.list-pro .currentDd {
	margin-bottom: 0;
}
.list-pro .navContent {
	margin-bottom: 0px;
	background-color: #f2f2f2;
	display: none;
	position: relative;
	top: 0px;
}
.list-pro .navContent > li a {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 23px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #666666;
	padding-left: 9px;
	padding-right: 9px;
}
.list-pro .navContent > li a:hover {
	color: #369be9;
}
.goods-pro {
	width: 835px;
	float: right;
}
.goods-pro ul {
	width: 100%;
}
.goods-pro ul li {
	float: left;
	margin-left: 53px;
	width: 243px;
	margin-bottom: 26px;
}
.goods-pro ul li .img {
	width: 100%;
}
.goods-pro ul li .img > a {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.goods-pro ul li .img > a img {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.goods-pro ul li:hover .img > a img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.goods-pro ul li .img > a .przz {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/przz.png) no-repeat center center;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.goods-pro ul li .img > a .przz span {
	display: block;
	width: 113px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	background-color: #fff;
	text-align: center;
	margin: 89px auto 0;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.goods-pro ul li .img > a .przz span:hover {
	color: #369be9;
}
.goods-pro ul li .img > a:hover .przz {
	top: 0;
}
.goods-pro ul li .wenzi1 {
	text-align: center;
	padding-top: 13px;
	padding-bottom: 0px;
	border-top: 1px solid #dadada;
}
.goods-pro ul li .wenzi1 a {
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	overflow: hidden;
	height: 25px;
	overflow: hidden;
	line-height: 25px;
	display: block
}
.goods-pro ul li .wenzi1 a:hover {
	color: #369be9;
}
 @media screen and (max-width: 1219px) {
.list-pro {
	width: 27%;
}
.goods-pro {
	width: 70%;
}
.goods-pro ul li {
	width: 31%;
	margin: 1% !important;
}
}
 @media screen and (max-width: 979px) {
.list-pro .title1 a {
	font-size: 16px;
	font-size: 1.6rem;
}
.goods-pro ul li .img > a .przz {
	display: none;
}
.list-pro .subNav a {
	font-size: 14px;
	font-size: 1.4rem;
}
.list-pro .navContent > li a {
	font-size: 12px;
	font-size: 1.2rem;
}
.goods-pro ul li .wenzi1 {
	padding-top: 2px;
}
}
 @media screen and (max-width: 768px) {
.list-pro {
	width: 100%;
	float: none;
	margin-top: 20px;
	display: none;
}
.goods-pro {
	width: 100%;
	float: none;
}
}
 @media screen and (max-width: 520px) {
.goods-pro ul li {
	width: 48%;
	margin: 1% !important;
}
}
.main2 {
	background: url(../images/main2bg.jpg) no-repeat top center;
	padding-top: 70px;
}
.main2 .title {
	margin-bottom: 27px;
	text-align: center;
	padding-bottom: 18px;
	background: url() no-repeat bottom center;
}
.main2 .title a {
	text-transform: uppercase;
	font-size: 36px;
	font-size: 3.6rem;
	color: #fff;
	font-weight: bold;
}
.main2 .title a:hover {
	color: #369be9;
}
.main2 .cont a {
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	line-height: 30px;
	display: block;
}
.main2 .cont a:hover {
	color: #369be9;
}
.main2 .m3nav {
	margin-top: 40px;
}
.main2 .m3nav a {
	text-transform: uppercase;
	display: block;
	width: 189px;
	height: 189px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 20px;
	color: #4d4d4d;
	float: left;
	text-align: center;
	margin-left: 148px;
	padding: 0px 25px;
	padding-top: 120px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.main2 .m31 {
	background: url(../images/m21h.png) no-repeat -200px center, url(../images/m21.png) no-repeat center center;
	background: url(../images/m21.png) no-repeat center center\9;
	margin-left: auto !important;
}
.main2 .m32 {
	background: url(../images/m22h.png) no-repeat -200px center, url(../images/m22.png) no-repeat center center;
	background: url(../images/m22.png) no-repeat center center\9;
}
.main2 .m33 {
	background: url(../images/m23h.png) no-repeat -200px center, url(../images/m23.png) no-repeat center center;
	background: url(../images/m23.png) no-repeat center center\9;
}
.main2 .m34 {
	background: url(../images/m24h.png) no-repeat -200px center, url(../images/m24.png) no-repeat center center;
	background: url(../images/m24.png) no-repeat center center\9;
}
.main2 .m31:hover {
	background: url(../images/m21h.png) no-repeat center center, url(../images/m21.png) no-repeat 200px center;
	background: url(../images/m21h.png) no-repeat center\9;
	color: #fff;
}
.main2 .m32:hover {
	background: url(../images/m22h.png) no-repeat center center, url(../images/m22.png) no-repeat 200px center;
	background: url(../images/m22h.png) no-repeat center\9;
	color: #fff;
}
.main2 .m33:hover {
	background: url(../images/m23h.png) no-repeat center center, url(../images/m23.png) no-repeat 200px center;
	background: url(../images/m23h.png) no-repeat center\9;
	color: #fff;
}
.main2 .m34:hover {
	background: url(../images/m24h.png) no-repeat center center, url(../images/m24.png) no-repeat 200px center;
	background: url(../images/m24h.png) no-repeat center\9;
	color: #fff;
}
.main2 .m3n {
	background: #369be9;
	margin-top: 54px;
}
.main2 .m3tu {
	width: 798px;
	float: left;
}
.main2 .m3tu a {
	display: block;
}
.main2 .m3tu a img {
	display: block;
	margin: auto;
	width: 100%;
	max-width: 798px;
	max-height: 442px;
}
.main2 .m3zi {
	width: 345px;
	float: right;
	margin-right: 19px;
	padding-top: 20px;
	padding-bottom:20px;
}
.main2 .m3a {
	display: block;
	font-size: 28px;
	color: #fff;
}
.main2 .m3a:hover {
	color: #333;
}
.main2 .m3zi p a {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 13px;
	color: #ffffff;
	line-height: 26px;
}
.main2 .m3mor {
	display: block;
	width: 120px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	border: 1px solid #ffffff;
	font-size: 14px;
	margin-top:20px;
	color: #fff;
}
.main2 .m3mor:hover {
	color: #369be9;
	background-color: #fff;
}
 @media screen and (max-width: 1219px) {
.main2 .m3nav a {
	margin-left: 73px;
}
.main2 .m3tu {
	width: 530px;
}
.main2 .m3zi {
	padding-top: 20px;
}
.main2 .m3zi p a {
	font-size: 14px;
	font-size: 1.4rem;
	line-height:24px;
	


}
}
 @media screen and (max-width: 999px) {
.main2 .m3nav a {
	width: 23%;
	margin: 1% !important;
}
}
 @media screen and (max-width: 979px) {
.main2 .m3nav {
	margin-top: 20px;
}
.main2 .m3nav a {
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff
}
.main2 .m31, .main2 .m32, .main2 .m33, .main2 .m34 {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	background-size: 150px auto !important;
}
.main2 .m31:hover, .main2 .m32:hover, .main2 .m33:hover, .main2 .m34:hover {
	background-size: 160px auto !important;
}
.main2 .m3zi {
	width: 260px;
	margin-right: 0;
}
.main2 .m3tu {
	width: -webkit-calc(100% - 270px);
	width: -moz-calc(100% - 270px);
	width: calc(100% - 270px);
}
.main2 .m3mor {
	margin-top: 20px;
}
}
 @media screen and (max-width: 768px) {
.main2 .m31, .main2 .m32, .main2 .m33, .main2 .m34 {
	background-position: top center;
	background-size: 100px auto !important;
}
.main2 .m31:hover, .main2 .m32:hover, .main2 .m33:hover, .main2 .m34:hover {
	background-position: top center;
	background-size: 110px auto !important;
}
.main2 .m3nav a {
	padding-top: 54px;
	height: 115px;
}
.main2 .m3nav a:hover {
	padding-top: 60px;
}
.main2 .m3nav a {
	text-transform: capitalize;
}
.main2 .m3n {
	margin-top: 20px;
}
.main2 .m3zi {
	width: 100%;
	margin-right: 0;
	padding: 15px;
}
.main2 .m3tu {
	width: 100%;
}
.main2 .m3a {
	font-size: 20px;
	font-size: 2rem;
}
}
 @media screen and (max-width: 520px) {
.main2 .m3nav a {
	width: 48%;
	margin: 1% !important;
}
}
.main3 {
	padding-top: 62px;
}
.main3 .title {
	margin-bottom: 42px;
	text-align: center;
	padding-bottom: 11px;
	background: url(../images/title1bg.png) no-repeat bottom center;
}
.main3 .title a {
	text-transform: uppercase;
	font-size: 36px;
	font-size: 3.6rem;
	color: #333;
	font-weight: bold;
	cursor: default
}
/*.main3 .title a:hover { color: #369be9; }*/

.main3 .cont a {
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	line-height: 30px;
	display: block;
}
.main3 .cont a:hover {
	color: #369be9;
}
.main3 ul {
	margin-top: 60px;
}
.main3 ul li {
	float: left;
	margin-left: 1.3333%;
	text-align: center;
	width: 24%;
	position: relative;
	overflow: hidden;
	margin-bottom: 23px;
}
.main3 ul li .litop a {
	display: block;
}
.main3 ul li .libot {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: -100%;
	background: url(../images/m3bg.png) repeat center center;
}
.main3 ul li .libot a {
	display: block;
	text-align: center;
}
.main3 ul li .libot .sp1 {
	margin-top: 86px;
	margin-bottom: 20px;
	font-size: 24px;
	font-size: 2.4rem;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.main3 ul li .libot .sp2 {
	width: 380px\9;
	max-width: 380px;
	width: 100%;
	margin: 0 auto;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 30px;
	color: #fff;
	height: 60px;
	overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.main3 ul li:hover .libot {
	top: 0;
}
 @media screen and (max-width: 1620px) {
.main3 ul li .libot .sp1 {
	margin-top: 50px;
}
}
 @media screen and (max-width: 1386px) {
.main3 ul li .libot .sp1 {
	margin-top: 30px;
}
}
 @media screen and (max-width: 1219px) {
.main3 ul li .libot .sp1 {
	margin-top: 20px;
	margin-bottom: 0;
}
}
 @media screen and (max-width: 979px) {
.main3 ul {
	margin-top: 20px;
}
.main3 ul li .libot {
	margin-top: 0;
	padding: 10px;
	position: static;
}
.main3 ul li .libot .sp1 {
	font-size: 18px;
	font-size: 1.8rem;
}
.main3 ul li .libot .sp1 {
	margin-top: 0px;
}
.main3 ul li .libot .sp2 {
	line-height: 26px;
	font-size: 14px;
	font-size: 1.4rem;
}
}
 @media screen and (max-width: 768px) {
.main3 ul li {
	width: 31%;
	margin: 1% !important;
}
}
 @media screen and (max-width: 639px) {
.main3 ul li {
	width: 48%;
	margin: 1% !important;
}
.main3 ul li .libot .sp1 {
	font-size: 15px;
	font-size: 1.5rem;
}
.main3 ul li .libot .sp2 {
	font-size: 12px;
	font-size: 1.2rem;
	margin-top: 5px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
}
.main4 {
	padding-top: 53px;
}
.main4 .title {
	margin-bottom: 47px;
	text-align: center;
	padding-bottom: 19px;
	background: url(../images/title1bg.png) no-repeat bottom center;
}
.main4 .title a {
	text-transform: uppercase;
	font-size: 36px;
	font-size: 3.6rem;
	color: #333;
	font-weight: bold;
	cursor: default
}
/*.main4 .title a:hover { color: #369be9; }*/

.main4 .img-scroll4 {
	position: relative;
	z-index: 9;
}
.main4 .img-scroll4 .prev4, .main4 .img-scroll4 .next4 {
	position: absolute;
	display: block;
	width: 24px;
	height: 41px;
	top: 50%;
	margin-top: -12px;
	z-index: 999;
}
.main4 .img-scroll4 .prev4 {
	left: 0px;
	cursor: pointer;
	background: url(../images/i4imgleft.png) no-repeat center center;
}
.main4 .img-scroll4 .prev4:hover {
	cursor: pointer;
	background: url(../images/i4imglefton.png) no-repeat center center;
}
.main4 .img-scroll4 .next4 {
	right: 0px;
	cursor: pointer;
	background: url(../images/i4imgright.png) no-repeat center center;
}
.main4 .img-scroll4 .next4:hover {
	cursor: pointer;
	background: url(../images/i4imgrighton.png) no-repeat center center;
}
.main4 .img-list4 {
	position: relative;
	overflow: hidden;
	z-index: 99;
	width: 1100px;
	margin: 0 auto;
}
.main4 .img-list4 ul {
	width: 9999px;
}
.main4 .img-list4 ul li {
	float: left;
	display: inline;
	width: 166px;
	margin-right: 20px;
	overflow: hidden;
}
.main4 .img-list4 ul li img {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.main4 .img-list4 ul li:hover a img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
 @media screen and (max-width: 1219px) {
.main4 .img-list4 {
	width: 830px;
}
.main4 .img-list4 ul li {
	margin-right: 54px;
}
}
 @media screen and (max-width: 979px) {
.main4 .img-list4 {
	width: 100%;
}
.main4 .img-list4 ul {
	width: 1000%;
}
.main4 .img-list4 ul li {
	width: 1.9%;
	margin-right: 0.12%;
}
.main4 .img-list4 ul li img {
	margin: 0 auto;
}
.main4 .img-scroll4 .prev4, .main4 .img-scroll4 .next4 {
	top: 105%;
	margin-top: 0;
}
.main4 .img-scroll4 .prev4 {
	left: 50%;
	margin-left: -48px;
}
.main4 .img-scroll4 .next4 {
	right: 50%;
	margin-right: -48px;
}
}
 @media screen and (max-width: 768px) {
.main4 .img-list4 ul li {
	width: 2.4%;
	margin-right: 0.1333%;
}
}
 @media screen and (max-width: 639px) {
.main4 .img-scroll4 .prev4, .main4 .img-scroll4 .next4 {
	width: 10px;
	height: 20px;
	background-size: 100% auto !important;
}
.main4 .img-list4 ul li {
	width: 3.2%;
	margin-right: 0.2%;
}
}
 @media screen and (max-width: 450px) {
.main4 .img-list4 ul li {
	width: 4.9%;
	margin-right: 0.2%;
}
}
.main5 {
	background: url(../images/m5bg.jpg) no-repeat center center;
	padding-top: 40px;
	margin-top: 80px;
	padding-bottom: 90px;
}
.main5 .title {
	margin-bottom: 47px;
	text-align: center;
	padding-bottom: 19px;
	background: url(../images/title1bg.png) no-repeat bottom center;
}
.main5 .title a {
	text-transform: uppercase;
	font-size: 36px;
	font-size: 3.6rem;
	color: #333;
	font-weight: bold;
}
.main5 .title a:hover {
	color: #369be9;
}
.main5 .m4lie {
	width: 516px;
	position: relative;
	z-index: 9;
	margin-top: 18px;
}
.main5 .m4tu {
	display: block;
	width: 238px;
	position: absolute;
	right: 0px;
	top: 30px;
	z-index: 90;
}
.main5 .m4tu img {
	display: block;
	margin: auto;
	width: 100%;
	max-width: 238px;
	max-height: 192px;
}
.main5 .m4zi {
	position: relative;
	z-index: 99;
	width: 295px;
	height: 240px;
	background: #666666;
	padding-left: 26px;
	padding-right: 9px;
	padding-top: 1px;
}
.main5 .m4a {
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	margin-top: 12px;
	height: 60px;
	overflow: hidden;
}
.main5 .m4zi p a {
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	margin-top: 11px;
	height: 90px;
	overflow: hidden;
}
.main5 .m4mor a {
	position: absolute;
	left: 0;
	width: 150px;
	height: 41px;
	display: block;
	background: #369be9;
	text-align: center;
	line-height: 41px;
	font-size: 14px;
	color: #fff;
	overflow: hidden;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	-moz-transition: 0.6s;
	transition: 0.6s;
}
.main5 .m4mor {
	overflow: hidden;
	width: 150px;
	height: 41px;
	position: absolute;
	left: 50%;
	margin-left: -75px;
	bottom: -23px;
}
.main5 .m4mor .m4mor1 {
	top: -100%;
	background-color: #333;
}
.main5 .m4mor .m4mor2 {
	top: 0;
}
.main5 .m4mor:hover .m4mor1 {
	top: 0;
}
.main5 .m4mor:hover .m4mor2 {
	top: 100%;
}
.main5 .m4zi .m4a:hover {
	color: #369be9;
}
.main5 .m4zi p a:hover {
	color: #369be9;
}
.main5 .m3zi p a:hover {
	color: #369be9;
}
.main5 .m3mor:hover {
	border: 1px solid #369be9;
	background: #fff;
	color: #369be9;
}
 @media screen and (max-width: 1219px) {
.main5 .m4lie {
	width: 49%;
}
.main5 .m4zi {
	width: 260px;
}
}
 @media screen and (max-width: 979px) {
.main5 .m4zi {
	width: 100%;
	height: 200px;
}
.main5 .m4a {
	font-size: 14px;
	font-size: 1.4rem;
}
.main5 .m4zi p a {
	font-size: 12px;
	font-size: 1.2rem;
}
.main5 .m4tu {
	width: 100%;
	position: static;
}
}
 @media screen and (max-width: 520px) {
.main5 .m4lie {
	width: 100%;
	margin-bottom: 15px;
}
}
 @media screen and (max-width: 979px) {
.main {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-top: 0;
}
.main .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	margin-top: 0;
}
.main .title a {
	font-size: 20px;
	font-size: 2rem;
}
.main3 {
	margin-bottom: 0;
	padding-bottom: 0;
}
.main4 {
	margin-bottom: 50px;
}
}
.foot {
	background: url(../images/ftbg.png) no-repeat top center;
	padding-top: 36px;
	padding-bottom: 13px;
}
.foot .ft {
	float: left;
}
.foot .ft .title {
	margin-bottom: 9px;
	text-transform: uppercase;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 30px;
	color: #fff;
}
.foot .ft .title a {
	color: #fff;
}
.foot .ft .title a:hover {
	text-decoration: underline;
}
.foot .ft ul li {
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	line-height: 30px;
}
.foot .ft ul li a {
	color: #fff;
	text-transform: capitalize;
}
.foot .ft ul li a:hover {
	text-decoration: underline;
}
.foot .ft p {
	margin-top: 3px;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 30px;
}
.foot .ft p a {
	color: #fff;
	line-height: 30px;
}
.foot .ft p a:hover {
	text-decoration: underline;
}
.foot .ft .cnzz {
	margin-left: 5px;
	margin-right: 1px;
}
.foot .ft .reanod {
	margin-left: 0px;
	position: relative;
	top: -1px;
}
.foot .ft1 li {
	padding-left: 19px;
	background: url(../images/jiantou1.png) no-repeat left center;
}
.foot .ft3 {
	width: 300px;
	float: right;
}
.foot .ft2 {
	margin-left: 300px;
	width: 300px;
}
.foot .ft2 .title {
	margin-left: 0px;
}
.foot .ft2 ul li {
	padding-left: 26px;
	text-transform: lowercase;
}
.foot .ft2 ul li a {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 30px;
	text-transform: lowercase;
}
.foot .ft2 ul li a:hover {
	text-decoration: underline;
}
.foot .ft2 ul li.li1 {
	background: url(../images/ft3-1.png) no-repeat left center;
}
.foot .ft2 ul li.li2 {
	background: url(../images/ft3-2.png) no-repeat left center;
}
.foot .ft2 ul li.li4 {
	background: url(../images/ft3-3.png) no-repeat left center;
}
.foot .ft2 ul li.li5 {
	background: url(../images/ft3-4.png) no-repeat left center;
}
.foot .ft1 {
	width: 200px;
}
.foot dl {
	margin-bottom: 16px;
	margin-top: 20px;
}
.foot dl dd {
	float: left;
	margin-left: 7px;
}
.foot dl dd img {
	position: relative;
	top: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.foot dl dd:first-child {
	margin-left: 0;
}
.foot dl dd:hover img {
	top: -10px;
}
 @media screen and (max-width: 1219px) {
.foot .ft2 {
	margin-left: 100px;
}
}
 @media screen and (max-width: 979px) {
.foot .ft1, .foot .ft2, .foot .ft3 {
	width: 31% !important;
}
.foot .ft2 {
	margin-left: 1% !important;
}
}
 @media screen and (max-width: 768px) {
.foot .ft1, .foot .ft2 {
	display: none;
}
.foot .ft3 {
	width: 100% !important;
	float: none;
}
.foot .ft3 .title {
	display: none;
}
.foot .ft3 dl {
	display: none;
}
.links {
	display: none;
}
.foot {
	padding-top: 12px;
	padding-bottom: 12px;
}
}
.links {
	margin-top: 15px;
	border-top: 1px solid #7b7b7b;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	text-align: left;
	line-height: 24px;
	padding-top: 21px;
	padding-bottom: 7px;
}
.links {
	color: #fff;
}
.links a {
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-left: 20px;
}
.links a:hover {
	text-decoration: underline;
}
 @media screen and (max-width: 768px) {
.links .wp2 {
	display: none;
}
}
#fybody {
	background: #fff;
}
.bread {
	background-color: #f2f2f2;
	padding-top: 7px;
	padding-bottom: 0px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	line-height: 28px;
}
.bread a {
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	line-height: 28px;
}
.bread a:hover, .bread a.a2 {
	color: #369be9;
}
.bread a.a1 {
	padding-left: 25px;
	background: url(../images/homebg.png) no-repeat left center;
}
.bread .wp {
	padding-bottom: 5px;
}
#lun3 {
	display: none;
}
.slide.subslide .dotList {
	bottom: 27px;
}
 @media screen and (max-width: 768px) {
#lun3 {
	display: block;
}
#lun2 {
	display: none;
}
}
.linebar {
	display: none;
	width: 100%;
	padding: 10px 15px;
	font-size: 20px;
	font-size: 2rem;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-position: 98% center;
	background-color: #369be9;
	background-image: url(../images/santiao.png);
}
/* ===============================================================product====================================================== */
.product {
	padding-top: 46px;
}
.product .xiangqing .goods {
	width: 834px;
}
.product .xiangqing .goods .box1 {
	width: 100%;
}
.product .xiangqing .goods .box1 ul {
	width: 100%;
}
.product .xiangqing .goods .box1 ul li {
	float: left;
	margin-left: 52px;
	width: 243px;
	margin-bottom: 25px;
}
.product .xiangqing .goods .box1 ul li .libox {
	border: 0px solid #dadada;
}
.product .xiangqing .goods .box1 ul li .img {
	width: 100%;
}
.product .xiangqing .goods .box1 ul li .img > a {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.product .xiangqing .goods .box1 ul li .img > a img {
	display: block;
	width: 100%;
	height: 100%;
}
.product .xiangqing .goods .box1 ul li .img > a .przz {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/przz.png) repeat center center;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.product .xiangqing .goods .box1 ul li .img > a .przz span {
	display: block;
	width: 113px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	background-color: #fff;
	text-align: center;
	margin: 89px auto 0;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.product .xiangqing .goods .box1 ul li .img > a .przz span:hover {
	color: #369be9;
}
.product .xiangqing .goods .box1 ul li .img > a:hover .przz {
	top: 0;
}
.product .xiangqing .goods .box1 ul li .wenzi1 {
	text-align: center;
	padding-top: 14px;
	padding-bottom: 5px;
	border-top: 1px solid #dadada;
}
.product .xiangqing .goods .box1 ul li .wenzi1 a {
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	display: block
}
.product .xiangqing .goods .box1 ul li .wenzi1 a:hover {
	color: #369be9;
}
.product .xiangqing .goods .box1 ul li .wenzi {
	width: 116px;
	height: 28px;
	margin: 0 auto 10px;
}
.product .xiangqing .goods .box1 ul li .wenzi a {
	display: block;
	float: right;
	width: 95px;
	height: 26px;
	border-radius: 13px;
	line-height: 24px;
	color: #369be9;
	border: 1px solid #369be9;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}
.product .xiangqing .goods .box1 ul li .wenzi a:hover {
	color: #fff;
	background-color: #369be9;
}
.product .xiangqing .goods .box1 ul li .wenzi input {
	cursor: pointer;
	display: block;
	float: left;
	margin-top: 7px;
}
/*page*/
.page {
	position: relative;
	margin: 13px auto 98px;
}
.page {
	text-align: center;
}
.page a {
	border-radius: 50%;
	display: inline-block;
	background-color: #333;
	color: #fff;
	margin-right: 6px;
	width: 26px;
	height: 26px;
	line-height: 24px;
	border: 1px solid #333333;
	text-align: center;
	font-size: 13px;
	font-size: 1.3rem;
}
.page a.on, .page a:hover {
	background-color: #369be9;
	border: 1px solid #369be9;
	color: #fff;
}
.page a.first, .page span.first {
	width: 75px;
	margin-right: 13px;
	border-radius: 0;
	background-color: #fff !important;
	color: #333;
	border: none;
	font-size: 13px;
	font-size: 1.3rem;
}
.page a.first:hover {
	color: #369be9;
}
.page a.last, .page span.last {
	width: 70px;
	margin-right: 10px;
	border-radius: 0;
	background-color: #fff !important;
	color: #333;
	border: none;
	font-size: 13px;
	font-size: 1.3rem;
}
.page a.last:hover {
	color: #369be9;
}
/*.page span { display: inline-block; width: 50px; text-align: center; font-size: 16px; font-size: 1.6rem; color: #333; position: relative; top: 3px; }
*/
.page img {
	display: inline-block;
	position: relative;
	top: -2px;
	margin-right: 13px;
}
.ins {
	margin-left: 73px;
	border-radius: 14px;
	width: 142px;
	display: inline-block;
	height: 27px;
	line-height: 25px;
	text-align: center;
	border: none;
	outline: none;
	background-color: #369be9;
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	cursor: pointer;
	font-family: "Microsoft YaHei", "微软雅黑";
}
.ins:hover {
	background-color: #369be9;
}
/*list*/
.product .xiangqing .list {
	width: 320px;
	margin-bottom: 30px;
}
.product .xiangqing .list .title1 {
	width: 100%;
	margin-bottom: 10px;
}
.product .xiangqing .list .title1 a {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 26px;
	font-size: 2.6rem;
	height: 49px;
	line-height: 49px;
	border-bottom: 1px solid #369be9;
	color: #369be9;
	text-transform: uppercase;
	font-weight: bold;
}
.product .xiangqing .list .subNavBox {
	width: 100%;
}
.product .xiangqing .list .subNav {
	cursor: pointer;
	background: #fff;
	margin-top: 4px;
}
.product .xiangqing .list .subNav.div1 {
	margin-top: 0px;
	padding-top: 4px;
}
.product .xiangqing .list .subNav a {
	display: block;
	line-height: 25px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 13px;
	padding-right: 25px;
	background: #e4e5e6;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333;
	-webkit-transition: 0s;
	-o-transition: 0s;
	-moz-transition: 0s;
	transition: 0s;
}
.product .xiangqing .list .subNav:hover a {
	background: #369be9;
	color: #fff;
}
.product .xiangqing .list .currentDd a {
	background: #369be9;
	color: #fff;
}
.product .xiangqing .list .navContent {
	margin-bottom: 13px;
	background-color: #fafafa;
	padding-top: 9px;
	padding-bottom: 11px;
	display: none;
	position: relative;
	top: 0px;
}
.product .xiangqing .list .navContent > li a {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 30px;
	color: #333;
	padding-left: 38px;
	background: url(../images/xian.jpg) no-repeat 16px center;
}
.product .xiangqing .list .navContent > li a:hover {
	color: #369be9;
}
.product .xiangqing .list .title2 {
	width: 100%;
	margin-top: 34px;
	margin-bottom: 2px;
}
.product .xiangqing .list .title2 a {
	display: block;
	text-align: left;
	font-size: 26px;
	font-size: 2.6rem;
	height: 46px;
	line-height: 46px;
	border-top: 2px solid #369be9;
	color: #369be9;
	text-transform: uppercase;
	background-color: #eeeeee;
	padding: 0 15px;
}
.product .xiangqing .list dl {
	background-color: #eeeeee;
	padding: 0 18px;
}
.product .xiangqing .list dl dd {
	border-bottom: 1px solid #b5b5b5;
}
.product .xiangqing .list dl dd .dd1 {
	border: 1px solid #b5b5b5;
	padding: 2px;
	margin-bottom: 12px;
	margin-top: 17px;
}
.product .xiangqing .list dl dd .dd1 a {
	display: block;
}
.product .xiangqing .list dl dd .dd1 a img {
	display: block;
	max-width: 100%;
}
.product .xiangqing .list dl dd .dd2 {
	margin-bottom: 12px;
}
.product .xiangqing .list dl dd .dd2 span {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	font-weight: bold;
}
.product .xiangqing .list dl dd .dd2 a {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	font-weight: bold;
}
.product .xiangqing .list dl dd .dd3 {
	margin-bottom: 14px;
}
.product .xiangqing .list dl dd .dd3 a {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	color: #666;
	line-height: 24px;
}
.product .xiangqing .list dl dd .dd3 a:hover {
	color: #369be9;
}
.product .xiangqing .list dl dd .dd4 {
	margin-bottom: 21px;
}
.product .xiangqing .list dl dd .dd4 a {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	color: #666;
}
.product .xiangqing .list dl dd .dd4 a:hover {
	color: #369be9;
}
.product .xiangqing .list dl dd.dl2 {
	margin-top: 22px;
	border: none;
}
 @media screen and (min-width: 1000px) and (max-width: 1219px) {
.ins {
	margin-top: 20px
}
}
/* ===============================================================product1====================================================== */
/*goods1*/
.product .xiangqing .goods1 {
	width: 834px;
}
#showArea {
	margin-top: 27px;
	margin-bottom: 20px;
}
#showArea img {
	cursor: pointer;
	display: block;
	width: 123px;
	height: 116px;
	margin-bottom: 18px;
	border: 1px solid #bfbfb6;
}
#showArea a {
	display: block;
}
#main_img {
	cursor: pointer;
	display: block;
}
#gotop {
	cursor: pointer;
	display: block;
	margin: auto;
}
#gobottom {
	cursor: pointer;
	display: block;
	margin: auto;
}
#showArea {
	height: 390px;
	overflow: hidden;
}
.MagicZoomBigImageCont {
	background: #FFF;
}
.MagicZoomBigImageCont img {
	width: 832px !important;
	height: 708px !important;
	display: block;
}
.MagicZoomPup {
	border: 0px solid #aaa;
	background: #ffffff;
}
.left-pro {
	width: 649px;
	text-align: left;
	margin: 0px auto 56px;
}
.left-pro .t1 {
	width: 125px;
	float: right;
}
.left-pro .t2 {
	width: 490px;
	text-indent: 0;
	float: left;
	border: 1px solid #bfbfb6;
}
.left-pro .t2 a {
	display: block;
	margin-bottom: 0px;
}
.left-pro .t2 img {
	text-indent: 0;
	display: block;
}
.goods1 .content .title {
	padding-top: 2px;
}
.goods1 .content .title h1 {
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
	text-align: center;
	font-weight: bold;
}
.goods1 .content .btn1 {
	width: 381px;
	margin: 0 auto;
	margin-top: 32px;
	margin-bottom: 35px;
}
.goods1 .content .btn1 a, .goods1 .content .btn1 span {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	color: #369be9;
	width: 168px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border: 1px solid #369be9;
}
.goods1 .content .btn1 a:hover {
	color: #fff;
	background-color: #369be9;
}
.goods1 .content .share1 {
	width: 228px;
	margin: 0 auto;
	padding-bottom: 27px;
}
.goods1 .content .share1 .span {
	font-size: 14px;
	font-size: 1.4rem;
	color: #369be9;
	height: 26px;
	line-height: 26px;
}
.at-resp-share-element .at-icon {
	width: 26px !important;
	height: 26px !important;
}
.at-style-responsive .at-share-btn {
	padding: 0 !important;
	border-radius: 2px !important;
}
.at-resp-share-element .at-share-btn .at-icon-wrapper {
	width: 26px !important;
	height: 26px !important;
}
.at-resp-share-element .at-share-btn {
	margin-bottom: 0 !important;
	margin-right: 3px !important;
}
.protitle1 {
	background: #eeeeee;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 30px;
}
.protitle1 a {
	height: 48px;
	line-height: 48px;
	text-transform: uppercase;
	font-size: 20px;
	font-size: 2rem;
	color: #000;
	display: block;
	width: 292px;
	text-indent: 15px;
	background: #f8f8f8 url(../images/xian1.png) repeat-x bottom center;
}
.goods1 .wenzi p {
	line-height: 30px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #000;
	font-family: "Microsoft YaHei", "微软雅黑";
}
.goods1 .wenzi span {
	line-height: 30px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #000;
	font-family: "Microsoft YaHei", "微软雅黑";
}
.goods1 .wenzi p img {
	display: block;
	max-width: 100%;
}
.goods1 .wenzi a {
	line-height: 30px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #369be9;
}
.goods1 .wenzi table {
	width: 97%;
	border-collapse: collapse;
	line-height: 24px;
	margin-bottom: 30px;
	text-align: center;
	margin-left: auto;
	margin-right: auto
}
.goods1 .wenzi tr td {
	line-height: 24px;
	padding: 2px;
	border: 1px solid #ccc;
	white-space: nowrap;
}
.protitle2 {
	background: #eeeeee;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 30px;
}
.protitle2 a {
	height: 48px;
	line-height: 48px;
	text-transform: uppercase;
	font-size: 18px;
	font-size: 1.8rem;
	color: #000;
	display: block;
	width: 236px;
	text-align: center;
	background: #f8f8f8 url(../images/xian1.png) repeat-x bottom center;
}
.protitle3 {
	background: #eeeeee;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 30px;
}
.protitle3 a {
	height: 48px;
	line-height: 48px;
	text-transform: uppercase;
	font-size: 18px;
	font-size: 1.8rem;
	color: #000;
	display: block;
	width: 262px;
	text-align: center;
	background: #f8f8f8 url(../images/xian1.png) repeat-x bottom center;
}
.protitle4 {
	background: #eeeeee;
	width: 100%;
	margin-bottom: 48px;
	margin-top: 40px;
}
.protitle4 a {
	height: 48px;
	line-height: 48px;
	text-transform: uppercase;
	font-size: 20px;
	font-size: 2rem;
	color: #000;
	display: block;
	width: 294px;
	text-indent: 15px;
	background: #f8f8f8 url(../images/xian1.png) repeat-x bottom center;
}
ul.rel-pro {
	margin-bottom: 78px;
}
ul.rel-pro li {
	float: left;
	margin-left: 50px;
	width: 244px;
}
/* ul.rel-pro li .libox{} */
ul.rel-pro li .img {
	border: 1px solid #dadada;
}
ul.rel-pro li .img > a {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
}
ul.rel-pro li .img > a img {
	display: block;
	width: 100%;
	height: 100%;
}
ul.rel-pro li .img > a .przz {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/przz.png) repeat center center;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
}
ul.rel-pro li .img > a .przz span {
	display: block;
	width: 113px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	background-color: #fff;
	text-align: center;
	margin: 89px auto 0;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
}
ul.rel-pro li .img > a .przz span:hover {
	color: #369be9;
}
ul.rel-pro li .img > a:hover .przz {
	top: 0;
}
ul.rel-pro li .wenzi1 {
	text-align: center;
	padding-top: 12px;
	padding-bottom: 18px;
	border-top: 1px solid #dadada;
}
ul.rel-pro li .wenzi1 a {
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	display: block
}
ul.rel-pro li .wenzi1 a:hover {
	color: #369be9;
}
.img980 {
	display: none;
}
.img-scroll5 {
	position: relative;
	z-index: 9;
	margin-bottom: 20px;
}
.img-scroll5 .prev5, .img-scroll5 .next5 {
	position: absolute;
	display: block;
	width: 21px;
	height: 23px;
	top: 50%;
	margin-top: -11px;
	z-index: 999;
}
.img-scroll5 .prev5 {
	left: 0px;
	cursor: pointer;
	background: url(../images/i4imglefton.png) no-repeat center center;
	background-size: 100% auto;
}
.img-scroll5 .next5 {
	right: 0px;
	cursor: pointer;
	background: url(../images/i4imgrighton.png) no-repeat center center;
	background-size: 100% auto;
}
.img-list5 {
	position: relative;
	overflow: hidden;
	z-index: 99;
}
.img-list5 ul {
	width: 1000%;
}
.img-list5 ul li {
	width: 3.2%;
	margin-right: 0.2%;
	float: left;
}
.img-list5 ul li img {
	border: 1px solid #ccc;
	display: block;
	max-width: 100%;
}

/*pro media zhuyemian*/




@media screen and (max-width: 1219px) {
.product .xiangqing .list {
	width: 260px;
}
.product .xiangqing .goods {
	width: 700px;
}
.product .xiangqing .goods .box1 ul li {
	width: 31%;
	margin: 0 1% 2% 1% !important;
}
.product .xiangqing .list .title1 a {
	font-size: 20px;
	font-size: 2rem;
	height: 49px;
}
}
 @media screen and (max-width: 999px) {
.product .xiangqing .goods {
	width: 650px;
}
}
 @media screen and (max-width: 979px) {
.page {
	margin-bottom: 30px;
}
.page .l {
	float: none;
}
.page a {
	margin-bottom: 10px;
}
.page .add {
	float: none;
}
.ins {
	margin-left: 0;
}
.product .xiangqing .goods .box1 ul li {
	width: 23%;
	margin: 0 1% 2% 1% !important;
}
.product .xiangqing .goods {
	width: -webkit-calc(100% - 270px);
	width: -moz-calc(100% - 270px);
	width: calc(100% - 270px);
}
.product .xiangqing .goods .box1 ul li .img > a .przz {
	display: none;
}
.product .xiangqing .list dl dd .dd1 {
	border: none;
	border-bottom: 1px solid #b5b5b5;
}
}
 @media screen and (max-width: 900px) {
.product .xiangqing .goods .box1 ul li {
	width: 31%;
	margin: 0 1% 2% 1% !important;
}
}
 @media screen and (max-width: 768px) {
.product .xiangqing .goods {
	width: 100%;
}
.product .xiangqing .list {
	width: 100%;
}
}
 @media screen and (max-width: 500px) {
.product .xiangqing .goods .box1 ul li {
	width: 48%;
	margin: 0 1% 2% 1% !important;
}
}
 @media screen and (max-width: 320px) {
.product .xiangqing .goods .box1 ul li {
	width: 100%;
	margin: 0 0% 2% 0% !important;
}
}

/*pro media xiangqingyemian*/
@media screen and (max-width: 1219px) {
.product .xiangqing .goods1 {
	width: 700px;
}
.MagicZoomPup, .MagicZoomBigImageCont {
	display: none !important;
}
.MagicZoom {
	cursor: auto !important;
}
.product .xiangqing .goods1 .content {
	width: 100%;
}
ul.rel-pro li {
	width: 31%;
	margin: 1% !important;
}
}
 @media screen and (max-width: 999px) {
.product .xiangqing .goods1 {
	width: 650px;
}
}
 @media screen and (max-width: 979px) {
.img980 {
	display: block;
}
.left-pro {
	display: none;
}
.product .xiangqing .goods1 {
	width: -webkit-calc(100% - 270px);
	width: -moz-calc(100% - 270px);
	width: calc(100% - 270px);
}
ul.rel-pro {
	margin-bottom: 40px;
}
ul.rel-pro li .img > a .przz {
	display: none;
}
.img980 {
	display: block;
}
.goods1 .content .btn1 {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 285px;
}
.goods1 .content .btn1 a, .goods1 .content .btn1 span {
	width: 135px;
	height: 35px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 35px;
}
.goods1 .content .share1 {
	padding-bottom: 0;
}
}
 @media screen and (max-width: 768px) {
.product .xiangqing .goods1 {
	width: 100%;
}
}
 @media screen and (max-width: 640px) {
ul.rel-pro li {
	width: 48%;
	margin: 1% !important;
}
.product .xiangqing .goods1 .img980 ul li {
	width: 4.9%;
	margin-right: 0.2%;
}
}
 @media screen and (max-width: 410px) {
.goods1 .content .btn {
	width: 100%;
}
.goods1 .content .btn a {
	float: none;
	margin: 15px auto 0;
}
}
 @media screen and (max-width: 320px) {
ul.rel-pro li {
	width: 98%;
	margin: 1% !important;
}
}
.o-contact {
	margin-bottom: 20px;
	border: 10px solid #369be9;
	margin-top: 30px;
	padding-bottom: 19px;
	width: 100%;
}
.o-contact .o-title {
	padding-top: 86px;
	padding-bottom: 36px;
	background: url(../images/o-title.jpg) no-repeat 42% center;
}
.o-contact .o-title a, .o-contact .o-title span {
	padding-left: 15px;
	display: block;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: bold;
	color: #369be9;
	text-transform: uppercase;
}
.o-contact .o-content {
	margin-top: 13px;
}
.o-contact .o-content ul li {
	margin: 0 15px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #333;
	padding-left: 35px;
}
.o-contact .o-content ul li.li1 {
	background: url(../images/o-li1.png) no-repeat left center;
}
.o-contact .o-content ul li.li2 {
	background: url(../images/o-li2.png) no-repeat left center;
}
.o-contact .o-content ul li.li4 {
	background: url(../images/o-li3.png) no-repeat left center;
}
.o-contact .o-content ul li.li5 {
	background: url(../images/o-li4.png) no-repeat left center;
}
.o-contact .o-content ul li.li6 {
	background: url(../images/o-li5.png) no-repeat left center;
}
.o-contact .o-content ul li a {
	color: #333;
}
.o-contact .o-content ul li a:hover {
	color: #369be9;
}
.o-contact .o-foot {
	margin-top: 54px;
}
.o-contact .o-foot a {
	text-transform: uppercase;
	display: block;
	margin: 0 auto;
	width: 212px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	font-weight: bold;
	background: url(../images/o-foot.png) no-repeat center center;
}
 @media screen and (max-width: 768px) {
.o-contact .o-foot {
	margin-top: 10px;
}
.o-contact .o-content ul li {
	font-size: 16px;
	font-size: 1.6rem;
}
.o-contact .o-title {
	background: url(../images/o-title.jpg) no-repeat center center;
}
}
.zhubox {
	margin-top: 45px;
}
.zhubox .zhul {
	width: 320px;
}
.zhubox .zhuc {
	width: 837px;
}
 @media screen and (max-width: 1219px) {
.zhubox .zhul {
	width: 320px;
}
.zhubox .zhuc {
	width: 600px;
}
.o-contact .o-content ul li {
	margin: 0 10px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #333;
	padding-left: 35px;
}
}
 @media screen and (max-width: 999px) {
.zhubox .zhul {
	width: 310px;
}
.zhubox .zhuc {
	width: 580px;
}
}
 @media screen and (max-width: 979px) {
.zhubox {
	margin-top: 20px;
}
.zhubox .zhul {
	width: 35.8%;
}
.zhubox .zhuc {
	width: 61.2%;
}
}
 @media screen and (max-width: 768px) {
.zhubox .zhul {
	width: 100%;
	float: none;
	margin-top: 15px;
	margin-bottom: 20px;
}
.zhubox .zhuc {
	width: 100%;
	float: none;
}
}
.o-left {
	border: 10px solid #369be9;
	padding-bottom: 40px;
	width: 100%;
}
.o-left .o-title1 {
	padding-top: 6px;
	padding-bottom: 10px;
	background: #369be9;
}
.o-left .o-title1 a, .o-left .o-title1 span {
	text-align: center;
	display: block;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
.o-left .o-content1 {
	margin-top: 8px;
}
.o-left .o-content1 ul li {
	margin: 0 15px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 20px;
	padding-top: 11px;
	padding-bottom: 11px;
	color: #333;
	padding-left: 15px;
}
.o-left .o-content1 ul li a {
	color: #333;
}
.o-left .o-content1 ul li a:hover {
	color: #369be9;
}
.o-left .o-content1 ul li.on a {
	color: #369be9;
}
 @media screen and (max-width: 768px) {
.o-left .o-foot {
	margin-top: 10px;
}
.o-left .o-content ul li {
	font-size: 16px;
	font-size: 1.6rem;
}
.o-left .o-title1 a, .o-left .o-title1 span {
	font-size: 20px;
	font-size: 2rem;
}
.o-left .o-content1 ul li {
	font-size: 14px;
	font-size: 1.4rem;
}
}
.about h1 {
	margin-bottom: 32px;
	text-align: center;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: normal;
	text-transform: uppercase;
	color: #333;
}
.about .zhuc {
	padding-bottom: 100px;
}
.about .wenzi p {
	line-height: 30px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
	font-family: "Microsoft YaHei", "微软雅黑";
}
.about .wenzi span {
	line-height: 30px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	font-family: "Microsoft YaHei", "微软雅黑";
}
.about .wenzi p img {
	display: block;
	max-width: 100%;
}
.about .wenzi a {
	line-height: 30px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #369be9;
}
.about .wenzi b, .about .wenzi strong {
	line-height: 30px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
}
.about .wenzi table {
	width: 97%;
	border-collapse: collapse;
	line-height: 24px;
	margin-bottom: 30px;
	text-align: center;
	margin-left: auto;
	margin-right: auto
}
.about .wenzi tr td {
	line-height: 24px;
	padding: 2px;
	border: 1px solid #ccc;
	white-space: nowrap;
}
 @media screen and (max-width: 1219px) {
.about .zhuc {
	padding-bottom: 50px;
}
}
 @media screen and (max-width: 999px) {
.wenzi table {
	width: 1000px;
}
.wenzi .table {
	overflow: scroll
}
}
 @media screen and (max-width: 979px) {
.about h1 {
	font-size: 26px;
	font-size: 2.6rem;
}
}
.news .newbox li {
	margin-bottom: 43px;
	width: 100%;
}
.news .newbox .limg {
	width: 325px;
}
.news .newbox .rtxt {
	width: 475px;
}
.news .newbox .rtxt .n-top {
	margin-top: -2px;
}
.news .newbox .rtxt .n-top a {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
}
.news .newbox .rtxt .n-top a:hover {
	color: #369be9;
}
.news .newbox .rtxt .n-mid {
	margin-top: 15px;
}
.news .newbox .rtxt .n-mid a {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	color: #666;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
}
.news .newbox .rtxt .n-bot {
	margin-top: 49px;
}
.news .newbox .rtxt .n-bot a {
	display: block;
	width: 110px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #369be9;
	background-color: #fff;
	border-radius: 16px;
	border: 1px solid #369be9;
	font-size: 14px;
	font-size: 1.4rem;
}
.news .newbox .rtxt .n-bot a:hover {
	color: #fff;
	background-color: #369be9;
}
 @media screen and (max-width: 1219px) {
.news .newbox .limg {
	width: 39%;
}
.news .newbox .rtxt {
	width: 57%;
}
}
 @media screen and (max-width: 768px) {
.news .newbox .rtxt .n-top a {
	font-size: 16px;
	font-size: 1.6rem;
}
.news .newbox .rtxt .n-mid a {
	font-size: 14px;
	font-size: 1.4rem;
}
.news .newbox .rtxt .n-bot {
	margin-top: 10px;
}
}
 @media screen and (max-width: 520px) {
.news .newbox .limg {
	width: 100%;
	float: none;
}
.news .newbox .rtxt {
	width: 100%;
	float: none;
}
.news .newbox .rtxt .n-top {
	margin-top: 10px;
}
.news .newbox .rtxt .n-mid {
	margin-top: 10px;
}
}
.news .newbox1 h1 {
	font-size: 18px;
	font-size: 1.8rem;
	color: #333;
}
.news .newbox1 .n-riqi {
	margin-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
	margin-top: 16px;
}
.news .newbox1 .n-riqi .n-r1 {
	font-size: 14px;
	font-size: 1.4rem;
	color: #666;
	line-height: 26px;
}
.news .newbox1 .share1 .span {
	color: #369be9;
	line-height: 26px;
	font-size: 14px;
	font-size: 1.4rem;
	margin-right: 5px;
	margin-left: 30px;
}
.news .newbox1 .wenzi p {
	line-height: 30px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #666;
	margin-bottom: 10px;
	font-family: "Microsoft YaHei", "微软雅黑";
}
.news .newbox1 .wenzi span {
	line-height: 30px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #666;
	font-family: "Microsoft YaHei", "微软雅黑";
}
.news .newbox1 .wenzi p img {
	display: block;
	max-width: 100%;
}
.news .newbox1 .wenzi a {
	line-height: 30px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #369be9;
}
.news .newbox1 .wenzi b {
	line-height: 30px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #369be9;
}
.news .newbox1 .wenzi table {
	width: 97%;
	border-collapse: collapse;
	line-height: 24px;
	margin-bottom: 30px;
	text-align: center;
	margin-left: auto;
	margin-right: auto
}
.news .newbox1 .wenzi tr td {
	line-height: 24px;
	padding: 2px;
	border: 1px solid #ccc;
	white-space: nowrap;
}
.updown {
	padding-top: 31px;
	border-top: 1px solid #a9a9a9;
	margin-bottom: 100px;
}
.updown .up {
	margin-top: 0px;
	margin-bottom: 14px;
}
.updown p {
	line-height: 26px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #201d1d;
	padding-left: 38px;
	background: url(../images/xiangzou.png) no-repeat left 0px;
}
.updown p a {
	font-size: 16px;
	font-size: 1.6rem;
	color: #201d1d;
}
.updown p span {
	font-size: 16px;
	font-size: 1.6rem;
	color: #201d1d;
}
.updown p a:hover {
	color: #369be9;
}
.updown p.on {
	background: url(../images/xiangyou.png) no-repeat left 0px;
}
 @media screen and (max-width: 999px) {
.updown {
	margin-bottom: 20px;
}
.news .newbox1 h1 {
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
	text-transform: uppercase;
	line-height: 25px
}
}
.c-xunpan {
	width: 100%;
	max-width: 752px;
	width: 752px\9;
}
.coxin {
	margin-top: 18px;
}
.coxin .int1 {
	width: 363px;
	height: 40px;
	border: 1px solid #dcd9d9;

	padding-left: 19px;
	line-height: 40px;
	float: left;
	margin-top: 20px;
}
.coxin .xing{	background: url(../images/xing.jpg) no-repeat 13px 15px !important;}
.coxin .int2 {
	width: 367px;
	height: 40px;
	border: 1px solid #dcd9d9;
	background: none;
	padding-left: 19px;
	line-height: 40px;
	float: right;
	margin-top: 20px;
}
.coxin .int3 {
	width: 753px;
	height: 40px;
	border: 1px solid #dcd9d9;
	background: none;
	padding-left: 13px;
	line-height: 40px;
	margin-top: 26px;
}
.coxin textarea {
	width: 753px;
	height: 246px;
	border: 1px solid #dcd9d9;
	background: url(../images/xing.jpg) no-repeat 13px 15px;
	padding-left: 18px;
	line-height: 40px;
	margin-top: 21px;
}
.coxin .int4 {
	width: 200px;
	height: 40px;
	border: 1px solid #dcd9d9;
	background: url(../images/xing.jpg) no-repeat 13px 15px;
	padding-left: 19px;
	line-height: 40px;
	float: left;
	margin-top: 16px;
}
.yanzheng {
	width: 200px;
	height: 40px;
	margin-left: 19px;
	margin-top: 16px;
	cursor: pointer;
	float: left;
}
.coxin .int5 {
	width: 133px;
	height: 39px;
	float: left;
	margin-left: 22px;
	margin-top: 16px;
	cursor: pointer;
	background: #369be9;
	font-weight: bold;
	border-radius: 3px;
	color: #fff;
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 14px;
	font-size: 1.4rem;
}
.coxin .int5:hover {
	background: #369be9;
}
.contact {
	padding-bottom: 83px;
}
.contact .title1 {
	margin-top: 10px;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: bold;
	color: #4d4d4d;
}
.contact .content1 {
	margin-top: 11px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #4d4d4d;
	line-height: 26px;
}
.contact .title2 {
	margin-top: 56px;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: bold;
	color: #4d4d4d;
}
.contact .content2 {
	margin-top: 23px;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	color: #333;
	line-height: 26px;
}
.contact ul {
	margin-top: 3px;
}
.contact ul.c-ul li {
	padding-left: 38px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
	line-height: 24px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.contact ul.c-ul li a {
	color: #333;
}
.contact ul.c-ul li a:hover {
	color: #369be9;
}
.contact ul.c-ul li.li1 {
	background: url(../images/cz-li1.png) no-repeat left 10px;
}
.contact ul.c-ul li.li2 {
	background: url(../images/cz-li2.png) no-repeat left 10px;
}
.contact ul.c-ul li.li3 {
	background: url() no-repeat left 10px;
}
.contact ul.c-ul li.li4 {
	background: url(../images/cz-li4.png) no-repeat left 10px;
}
.contact ul.c-ul li.li5 {
	background: url(../images/cz-li5.png) no-repeat left 10px;
}
.contact ul.c-ul li.li6 {
	background: url(../images/cz-li6.png) no-repeat left 10px;
}
.contact ul.c-ul li.li7 {
	background: url(../images/cz-li7.png) no-repeat left 10px;
}
.contact ul.c-ul li.li8 {
	background: url(../images/cz-li8.png) no-repeat left 10px;
}
 @media screen and (max-width: 768px) {
.contact {
	padding-bottom: 20px;
}
.contact .title1 {
	font-size: 20px;
	font-size: 2rem;
}
.contact .content1 {
	margin-top: 10px;
	font-size: 14px;
	font-size: 1.4rem;
}
.contact .coxin {
	margin-top: 10px;
}
.contact .title2 {
	margin-top: 20px;
	font-size: 20px;
	font-size: 2rem;
}
.contact .content2 {
	margin-top: 10px;
	font-size: 14px;
	font-size: 1.4rem;
}
.contact ul.c-ul li {
	font-size: 14px;
	font-size: 1.4rem;
	padding-top: 5px;
	padding-bottom: 5px;
	background-position: left 4px !important;
}
}
 @media screen and (max-width: 1219px) {
.coxin .int1 {
	width: 48%;
}
.coxin .int2 {
	width: 48%;
}
.coxin textarea {
	width: 100%;
}
.coxin .int3 {
	width: 100%;
}
}
 @media screen and (max-width: 639px) {
.coxin .int4 {
	width: 100%;
}
.yanzheng {
	margin-left: 0;
}
.coxin textarea {
	height: 130px;
}
}
 @media screen and (max-width: 390px) {
.coxin .int1 {
	width: 100%;
}
.coxin .int2 {
	width: 100%;
}
.coxin .int5 {
	width: 100%;
	margin-left: 0;
}
}
 @media screen and (max-width: 768px) {
::-webkit-input-placeholder {
color: #333333;
font-size: 12px;
font-size: 1.2rem;
font-family: "Microsoft YaHei", "微软雅黑";
}
  :-o-placeholder {
color: #333333;
font-size: 12px;
font-size: 1.2rem;
font-family: "Microsoft YaHei", "微软雅黑";
}
  ::-moz-placeholder {
color: #333333;
font-size: 12px;
font-size: 1.2rem;
font-family: "Microsoft YaHei", "微软雅黑";
}
  :-ms-input-placeholder {
color: #333333;
font-size: 12px;
font-size: 1.2rem;
font-family: "Microsoft YaHei", "微软雅黑";
}
}
.shuxp_c {
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	line-height: 25px;
	margin-top: 5px;
	margin-bottom: 5px
}
.shuxp_c a {
	color: #369be9
}
.listcart {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px
}
.listcart a {
	display: inline-block;
	height: 26px;
	width: 220px;
	line-height: 25px;
	cursor: pointer;
	border: none;
	overflow: hidden;
	color: #fff;
	cursor: pointer;
	background: #333;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	margin-left: 10px;
	font-family: "Microsoft YaHei", "微软雅黑";
}
 @media screen and (max-width:999px) {
.listcart a {
	width: 40%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	padding-left: 0px;
	padding-right: 0px;
}
}
 @media screen and (max-width:420px) {
.listcart a {
	width: 95% !important;
	float: none;
	overflow: hidden;
	margin-bottom: 1rem;
	margin-bottom: 1rem
}
}
.top20du {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 25px;
	margin-top: 5px;
	margin-bottom: 5px
}
.about3 {
	padding-top: 47px;
	padding-bottom: 95px;
}
.ablie2 {
	width: 267px;
	float: left;
	margin-left: 12px;
	margin-bottom: 21px;
}
.abtu2 {
	position: relative;
	overflow: hidden;
	display: block;
}
.abtu2>img {
	width: 100%;
	max-width: 267px;
	max-height: 194px;
	display: block;
}
.fangda {
	background: #0c2c6c;
	background: rgba(44,141,214,0.5) !important;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 100%;
	left: 0px;
	transition: 0.5s;
}
.fangda img {
	width: 33px;
	height: 33px;
	position: absolute;
	left: 50%;
	margin-left: -17px;
	top: 50%;
	margin-top: -17px;
}
.ablie2 p {
	text-align: center;
	margin-top: 21px;
	overflow: hidden;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: "Microsoft YaHei", "微软雅黑";
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ablie2:hover .fangda {
	top: 0px;
}
.mat {
	margin-top: 57px;
}
/*********************fangdaxiaoguo**********************/
#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	background-color: rgba(0,0,0,.8);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	z-index: 99999999999999999999999999999999999999;
}
#baguetteBox-overlay.visible {
	opacity: 1
}
#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}
#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%
}
#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,.6);
	box-shadow: 0 0 8px rgba(0,0,0,.6);
}
#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0,0,0,.6);
	font-family: Verdana, Geneva, sans-serif;
}
#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}
#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -moz-transform .4s ease;
	transition: left .4s ease, transform .4s ease
}
#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}
#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out
}
.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}
.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50,50,50,.5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease;
}
.baguetteBox-button:hover {
	background-color: rgba(50,50,50,.9)
}
.baguetteBox-button#next-button {
	right: 2%
}
.baguetteBox-button#previous-button {
	left: 2%
}
.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px
}
.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}
.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px
}
.double-bounce1, .double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}
.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}
@-webkit-keyframes bounceFromRight {
0% {
margin-left:0
}
50% {
margin-left:-30px
}
100% {
margin-left:0
}
}
@keyframes bounceFromRight {
0% {
margin-left:0
}
50% {
margin-left:-30px
}
100% {
margin-left:0
}
}
@-webkit-keyframes bounceFromLeft {
0% {
margin-left:0
}
50% {
margin-left:30px
}
100% {
margin-left:0
}
}
@keyframes bounceFromLeft {
0% {
margin-left:0
}
50% {
margin-left:30px
}
100% {
margin-left:0
}
}
@-webkit-keyframes bounce {
0%, 100% {
-webkit-transform:scale(0);
transform:scale(0)
}
50% {
-webkit-transform:scale(1);
transform:scale(1)
}
}
@keyframes bounce {
0%, 100% {
-webkit-transform:scale(0);
-moz-transform:scale(0);
transform:scale(0)
}
50% {
-webkit-transform:scale(1);
-moz-transform:scale(1);
transform:scale(1)
}
}
.about3 .afl {
	margin-bottom: 49px;
}
.about3 .ms_ye {
	margin-top: 82px;
}
@media screen and (min-width:1000px) and (max-width:1219px) {
.ablie2 {
	margin-left: 20px;
}
}
@media screen and (max-width:999px) {
.ablie2 {
	width: 31%;
	margin: 0 1%;
	margin-bottom: 20px;
}
.abox {
	background-size: 98%;
}
.about3 .ms_ye {
	margin-top: 40px;
}
.fangda {
	top: 0;
	background: rgba(00,00,00,0.2)
}
}
@media screen and (max-width:639px) {
.ablie2 {
	width: 48%;
	margin: 0 1%;
	margin-bottom: 20px;
}
}
@media screen and (max-width:400px) {
.ablie2 {
	width: 78%;
	margin: 0 11%;
	margin-bottom: 20px;
}
}
.zhuc {
	width: 100%
}
.xiaopinging {
	display: none
}
@media screen and (max-width: 968px) {
.daping {
	display: none
}
.xiaopinging {
	display: block
}
}
/*list*/
.xiaopinging {
	width: 100%;
	margin-bottom: 30px;
}
.xiaopinging .title1 {
	width: 100%;
	margin-bottom: 10px;
}
.xiaopinging .title1 a {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 26px;
	font-size: 2.6rem;
	height: 49px;
	line-height: 49px;
	border-bottom: 1px solid #369be9;
	color: #369be9;
	text-transform: uppercase;
	font-weight: bold;
}
.xiaopinging .subNavBox {
	width: 100%;
}
.xiaopinging .subNav {
	cursor: pointer;
	background: #fff;
	margin-top: 4px;
}
.xiaopinging .subNav.div1 {
	margin-top: 0px;
	padding-top: 4px;
}
.xiaopinging .subNav a {
	display: block;
	line-height: 25px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 13px;
	padding-right: 25px;
	background: #e4e5e6 url() no-repeat 95.5% 14px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333;
	-webkit-transition: 0s;
	-o-transition: 0s;
	-moz-transition: 0s;
	transition: 0s;
}
.xiaopinging .subNav:hover a {
	background: #369be9;
	color: #fff;
}
.xiaopinging .currentDd a {
	background: #369be9;
	color: #fff;
}
.xiaopinging .navContent {
	margin-bottom: 13px;
	background-color: #fafafa;
	padding-top: 9px;
	padding-bottom: 11px;
	display: none;
	position: relative;
	top: 0px;
}
.xiaopinging .navContent > li a {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 30px;
	color: #333;
	padding-left: 38px;
	background: url(../images/xian.jpg) no-repeat 16px center;
}
.xiaopinging .navContent > li a:hover {
	color: #369be9;
}
.xiaopinging .title2 {
	width: 100%;
	margin-top: 34px;
	margin-bottom: 2px;
}
.xiaopinging .title2 a {
	display: block;
	text-align: left;
	font-size: 26px;
	font-size: 2.6rem;
	height: 46px;
	line-height: 46px;
	border-top: 2px solid #369be9;
	color: #369be9;
	text-transform: uppercase;
	background-color: #eeeeee;
	padding: 0 15px;
}
.xiaopinging dl {
	background-color: #eeeeee;
	padding: 0 18px;
}
.xiaopinging dl dd {
	border-bottom: 1px solid #b5b5b5;
}
.xiaopinging dl dd .dd1 {
	border: 1px solid #b5b5b5;
	padding: 2px;
	margin-bottom: 12px;
	margin-top: 17px;
}
.xiaopinging dl dd .dd1 a {
	display: block;
}
.xiaopinging dl dd .dd1 a img {
	display: block;
	max-width: 100%;
}
.xiaopinging dl dd .dd2 {
	margin-bottom: 12px;
}
.xiaopinging dl dd .dd2 span {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	font-weight: bold;
}
.xiaopinging dl dd .dd2 a {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	font-weight: bold;
}
.xiaopinging dl dd .dd3 {
	margin-bottom: 14px;
}
.xiaopinging dl dd .dd3 a {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	color: #666;
	line-height: 24px;
}
.xiaopinging dl dd .dd3 a:hover {
	color: #369be9;
}
.xiaopinging dl dd .dd4 {
	margin-bottom: 21px;
}
.xiaopinging dl dd .dd4 a {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	color: #666;
}
.xiaopinging dl dd .dd4 a:hover {
	color: #369be9;
}
.xiaopinging dl dd.dl2 {
	margin-top: 22px;
	border: none;
}
