* {
	margin: 0;
	padding: 0;
}
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
}
.gor {
	font-family: "Microsoft Yahei", "微软雅黑";
}
.gob {
	font-family: "Microsoft Yahei", "微软雅黑";
}
.avl {
	font-family: "Microsoft Yahei", "微软雅黑";
}
.avh {
	font-family: "Microsoft Yahei", "微软雅黑";
}
input, textarea {
	font-family: "Microsoft Yahei", "微软雅黑";
}
input[type="submit"] {
	cursor: pointer;
	font-family: "Microsoft Yahei", "微软雅黑";
}
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;
	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;
	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;
	transition: left .4s ease, 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;
	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;
	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;
	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: 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;
	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);
 transform: scale(0);
}
 50% {
 -webkit-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;
	font-family: "Microsoft Yahei", "微软雅黑";
}
img {
	border: none;
}
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;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
h1 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #333;
}
.clear {
	clear: both;
}
.maln {
	margin-left: auto !important;
}
input, textarea {
	font-size: 12px;
	font-size: 1.2rem;
	color: #333;
	border: none;
	outline: 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 { /* WebKit browsers */
 color: #a6a6a6;
 font-size: 14px;
 font-size: 1.4rem;
 font-family: "Microsoft Yahei", "微软雅黑";
}
:-o-placeholder { /* Mozilla Firefox 4 to 18 */
 color: #a6a6a6;
 font-size: 14px;
 font-size: 1.4rem;
 font-family: "Microsoft Yahei", "微软雅黑";
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
 color: #a6a6a6;
 font-size: 14px;
 font-size: 1.4rem;
 font-family: "Microsoft Yahei", "微软雅黑";
 opacity: 1
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
 color: #a6a6a6;
 font-size: 14px;
 font-size: 1.4rem;
 font-family: "Microsoft Yahei", "微软雅黑";
}
.gotop1 {
	z-index: 999999999999;
	opacity: 0;
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	width: 39px;
	height: 61px;
	background: url(../img/gotop1.png) no-repeat center center;
}
/*.container*/

.container {
	width: 5px;
	height: 100%;
	position: absolute;
	right: 0;
	-webkit-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;
}
.container .nav form {
	margin: 15px auto;
	width: 258px;
	height: 26px;
	border: 1px solid #fff;
}
.container .nav form .iptc {
	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 {
	width: 20%;
	height: 26px;
	line-height: 26px;
	display: block;
	float: right;
}
.container .nav > ul {
	display: none;
	margin-top: 40px;
	margin-bottom: 20px;
	overflow: scroll;
}
.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;
}
.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-show .c-s1 {
	position: relative;
	padding-left: 15px;
}
.container .nav > ul > li .c-show .c-s1 > a {
	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-show .c-s1 > a span {
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
}
.container .nav > ul > li .c-show .c-s1 .c-s2 {
	display: none;
	padding-left: 15px;
}
.container .nav > ul > li .c-show .c-s1 .c-s2 a {
	text-indent: 30px;
	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-show .c-s1 .c-s2 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 2px;
}
.container .menubtn {
	width: 23px;
	height: 18px;
	position: absolute;
	top: 12px;
	right: 12px;
	-webkit-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: #279dd0;
}
 @media screen and (min-width: 980px) {
.container, .nav {
	display: none!important;
}
}
.gotop {
	cursor: pointer;
	opacity: 0;
	position: fixed;
	bottom: 100px;
	right: 20px;
	width: 61px;
	height: 61px;
	z-index: 999;
}
.gotop img {
	max-width: 100%;
	display: block;
}
 @media screen and (max-width: 1219px) {
.gotop {
	width: 40px;
	height: 40px;
	right: 15px;
}
}
/*head*/
.yuyan{position: absolute;top: 0px;width: 100%;
	width: 100%;z-index: 9999; text-align:right}
.head {
	width: 100%;
	width: 100%;
	position: absolute;
	top: 41px;
	left: 0;
	z-index: 9999;
	background: url(../img/headbg.png) repeat center center;
}
.head .logo {
	margin-left: 0px;
	margin-top: 5px; margin-bottom:5px
}
.head .logo a {
	display: block;
}
.head .nav1 {
	margin-right: 72px;
}
.head .nav1>ul>li {
	float: left;
	position: relative;
	height: 110px;
	line-height: 110px;
}
.head .nav1>ul>li>a {
	display: block;
	padding: 0 30px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	font-family: "Microsoft Yahei", "微软雅黑"; text-transform:uppercase
}
.head .nav1>ul>li:hover>a, .head .nav1>ul>li.on>a {
	color: #fff;
}
.head .nav1>ul>li:hover, .head .nav1>ul>li.on {
	background-color: #279dd0;
}
.head li .yiji {
	z-index: 99;
	width: 180px;
	border-right: 1px solid rgba(201,201,201,0.4);
	background: url(../img/navbg.png) repeat center center;
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	padding: 0px 0px 20px 0;
	background-color: transparent;
}
.head li .yiji .yijiin {
	position: relative;
	padding: 0px 10px;
	width: calc(100% - 20px);
	box-sizing: border-box;
	float: left;
}
.head li .yiji .yijiin > a {
	display: block;
	line-height: 30px;
	padding: 5px 0;
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
}
.head li .yiji .yijiin > a:hover {
	color: #279dd0;
}
.head .nav1>ul>li:hover .yiji {
	display: block;
}
.head li .erji {
	z-index: 999;
	width: 180px;
	border-right: 1px solid rgba(201,201,201,0.4);
	background: #279dd0;
	position: absolute;
	top: 0%;
	left: 100%;
	display: none;
	padding: 0px 0px 20px 0;
}
.head li .erji .erjiin {
	padding: 0 10px;
}
.head li .erji .erjiin > a {
	display: block;
	line-height: 30px;
	padding: 5px 0;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
}
.head li .erji .erjiin > a:hover {
	color: #333;
}
.head li .yiji .yijiin:hover .erji {
	display: block;
}
.head li .sanji {
	width: 192px;
	border-right: 1px solid rgba(201,201,201,0.4);
	background: url(../img/navbg.png) repeat center center;
	position: absolute;
	top: 0%;
	left: 100%;
	display: none;
	padding: 5px 0px 20px 0;
	background-color: transparent;
}
.head li .sanji .sanjiin {
	padding: 0 17px;
}
.head li .sanji .sanjiin > a {
	display: block;
	line-height: 30px;
	padding: 5px 0;
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
}
.head li .sanji .sanjiin > a:hover {
	color: #279dd0;
}
.head li .erji .erjiin:hover .sanji {
	display: block;
}
/* nav2 */

.nav2 {
	display: none;
	background-color: #fff;
	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: #279dd0;
}
.nav2 ul li:hover a, .nav2 ul li.hover a {
	color: #fff;
}
.nav2 ul li a {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	color: #279dd0;
}
/* chazhao */

.chazhao {
	display: none;
	width: 100%;
	height: 36px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.chazhao .wp {
	border: 1px solid #279dd0;
}
.chazhao form {
	width: 100%;
	height: 100%;
}
.chazhao form .ipt {
	display: block;
	width: 65%;
	text-indent: 10px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	height: 36px;
	line-height: 36px;
}
.chazhao form .ips {
	width: 13%;
	height: 36px;
	background: url(../img/sousuo.png) no-repeat center center;
	cursor: pointer;
}
/* sousuo */

.search {
	width: 37px;
	z-index: 99999;
	position: absolute;
	background: none;
	margin-top: 35px;
	right: 0px;
}
.sb-icon-search {
	color: #333;
	width: 37px;
	height: 37px;
	display: block;
}
.sb-search-submit {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: 99999;
}
.search_1000 {
}
.sb-search {
	position: relative;
	width: 0%;
	min-width: 37px;
	height: 37px;
	float: right;
	display: inline;
	overflow: hidden;
	-webkit-transition: width 0s;
	-moz-transition: width 0s;
	transition: width 0s;
	-webkit-backface-visibility: hidden;
	z-index: 99999;
	border-radius: 5px;
	border: 0px solid #fff;
	color: #333
}
.sb-search-input {
	position: absolute;
	top: 0;
	left: 0px;
	outline: none;
	width: 236px;
	height: 37px;
	line-height: 37px;
	padding-left: 10px;
	border: none;
	margin: 0;
	z-index: 10;
	font-family: "Microsoft Yahei", "微软雅黑";
	color: #333;
	background: transparent;
}
.sb-icon-search, .sb-search-submit {
	width: 37px;
	height: 37px;
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	background: url(../img/sousuo.png) no-repeat center;
}
.sb-search.sb-search-open, .no-js .sb-search {
	width: 236px;
	height: 37px;
	line-height: 37px;
	position: relative;
	right: 0px;
	top: 0px;
	z-index: 9999999;
	background: #fff;
	color: #333;
	border: 1px solid #279dd0;
}
.no-js .sb-search .sb-icon-search {
	position: absolute;
	background: #fff url(../img/sousuo.png) no-repeat center;
	z-index: 15;
	right: 0px;
	top: 0px;
	border: none !important
}
.no-js .sb-search .sb-search-submit {
	z-index: 9990;
}
.show999 {
	display: none;
}
 @media screen and (max-width:1219px) {
.head .nav1 {
	margin-right: 45px;
}
.head .nav1 > ul > li {
	margin-left: 8px;
}
.head{ top:30px}

}
 @media screen and (max-width:999px) {
.search {
	margin-top: 6px;
}

.head .nav1 {
	margin-right: 10px;margin-top: 0px;
}
.head .nav1 > ul {
	width: 550px;
	margin: 0 auto;
}

.head .nav1 > ul > li > a {
	padding: 0 5px;
	font-size: 14px;
	font-size: 1.4rem;
	text-transform: capitalize;
}
.search {
	right: 0;
	margin-top: 16px;
}
/* .show999{display: block;} */

.head .logo {
	margin-top: 5px;
	margin-bottom: 5px
}
.head li .yiji {
	width: 180px;
}
.head li .yiji .yijiin > a, .head li .erji .erjiin > a {
	font-size: 14px;
	font-size: 1.4rem;
}
.head li .erji {
	width: 180px;
	;
}
}
 @media screen and (max-width:979px) {
	 
.container .menubtn {
	top: 25px;
}
.head {
	position: relative;
	top: 0px;
}
.search {
	right: 30px;
}
.head .nav1,.yuyan {
	display: none;
}
.nav2 {
	display: block;
}
}
 @media screen and (max-width:639px) {
.nav2 ul li a {
	font-size: 12px;
	font-size: 1.2rem;
}
}
 @media screen and (max-width:500px) {
.chazhao {
	display: block;
}
.search {
	display: none;
}
.head .language {
	top: 0;
	right: 28px;
}
}
 @media screen and (max-width:360px) {
.container .menubtn {
	right: 10px;
}
.head .logo {
	width: 70%;
}
.head .logo a {
	display: block;
}
.head .logo a img {
	max-width: 100%;
	display: block;
}
}
/*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: 45px;
	text-align: center;
}
.slide .dotList ul li {
	display: inline-block;
	width: 22px;
	height: 22px;
	background-image: url("../img/slide.png");
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 11px;
	cursor: pointer;
}
.slide .dotList ul li.active {
	background-image: url("../img/slideon.png");
}
.slide .slidedetail {
	display: none;
}
.slide.slide2 .dotList {
	bottom: 10px;
}
 @media screen and (max-width: 768px) {
.slide .carousel-control {
	width: 40px;
	height: 40px;
	background-size: 100%;
}
.slide .dotList {
	bottom: 10px;
}
.slide .carousel-control.left {
	left: 20px;
}
.slide .carousel-control.right {
	right: 20px;
}
.slide .carousel-control {
	top: 60%;
}
.slide .dotList ul li {
	width: 10px;
	height: 10px;
	margin: 0 3px;
	background-size: 100%;
}
}
.yikuai {
	background: url(../img/yikuai.jpg) repeat center center;
}
/* main1 */

.main1 {
	padding-top: 73px;
	margin-bottom: 0px;
	padding-bottom: 53px;
}
.main1 .txt {
	width: 490px;
}
.main1 .txt .item1 {
	margin-bottom: 65px;
}
.main1 .txt .item1 a {
	    font-size: 50px;
    font-size: 5rem;
	
	color: #524f52;    font-family: "Microsoft Yahei", "微软雅黑";
}
.main1 .txt .item1 a span {
	font-size: 50px;
	font-size: 5rem;
	color: #524f52;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;    font-family: "Microsoft Yahei", "微软雅黑";
	font-weight: normal !important
}
.main1 .txt .item1 a:hover {
	color: #51bd4e;
}
.main1 .txt .item1 a:hover span {
	color: #51bd4e;
}
.main1 li {
	padding-left: 84px;
}
.main1 li .tb {
	width: 600px;
	display: table-cell;
	vertical-align: middle;
	height: 56px;
}
.main1 li .tb a {
	display: block;
	width: 100%;
	line-height: 28px;
	font-size: 14px;
	font-size: 1.4rem;
}
.main1 li.li1 {
	background: url(../img/it1li1.png) no-repeat 9px center;
	margin-bottom: 47px;
}
.main1 li.li1:hover {
	background: url(../img/it1li1on.png) no-repeat 9px center;
}
.main1 li.li2 {
	background: url(../img/it1li2.png) no-repeat 6px center;
	margin-bottom: 50px;
}
.main1 li.li2:hover {
	background: url(../img/it1li2on.png) no-repeat 6px center;
}
.main1 li.li3 {
	background: url(../img/it1li3.png) no-repeat 8px center;
}
.main1 li.li3:hover {
	background: url(../img/it1li3on.png) no-repeat 8px center;
}
.main1 li:hover .tb a {
	color: #51bd4e;
}
.main1 .shipin {
	position: relative;
	margin-right: 17px;
	width: 627px;
	padding-right: 26px;
	padding-bottom: 34px;
	background: url(../img/shipinbg.png) no-repeat right bottom;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.main1 .shipin img{ max-width:100%}
.main1 .shipin video {
	width: 100%;
	width: 601px;
	height: 411px;
	box-shadow: 0 0 11px 5px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 5;
}
.main1 .shipin .zhibao {
	display: block;
	max-width: 100%;
	position: absolute;
	bottom: -7px;
	right: 29px;
	z-index: 6;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.main1 .shipin:hover .zhibao {
	z-index: 4;
}
.main1 .more {
	margin-top: 46px;
}
.main1 .more a {
	display: block;
	margin: 0 auto;
	width: 180px;
	height: 54px;
	text-align: center;
	line-height: 54px;
	font-size: 18px;
	font-size: 1.8rem;
	color: #fff;
	border-radius: 8px;
	background-color: #51bd4e;font-family: "Microsoft Yahei", "微软雅黑";
}
.main1 .more a:hover {
	background-color: #333;
}
 @media screen and (max-width: 1219px) {
.main1 .txt {
	width: 40.8%;
}
.main1 .shipin {
	width: 52.25%;
	background-size: 95%;
}
.main1 .shipin video {
	width: 95%;
	height: auto;
}
}
 @media screen and (max-width: 979px) {
.main1 .shipin {
	background: none;
	margin: 0 auto;
	padding: 0;
	width: 100%; clear:both
}
.main1 .shipin video {
	margin: 0 auto;
	box-shadow: none !important;
}
.main1 .shipin .zhibao {
	display: none;
}
.main1 .txt {
    width: 100%; float:none; clear:both; margin-bottom:20px
}
.main1 .txt .item1 a {
	font-size: 35px;
	font-size: 3.5rem;
}
.main1 .txt .item1 {
	margin-bottom: 20px;
}
.main1 .txt .item1 a span {
	font-size: 35px;
	font-size: 3.5rem;
}
.main1 li {
	height: auto;
}
.main1 li.li1 {
	margin-bottom: 15px;
}
.main1 li.li2 {
	margin-bottom: 15px;
}
}
 @media screen and (max-width: 768px) {
.main1 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.main1 .txt {
	width: 100%;
	float: none;
	margin-bottom: 30px;
}
.main1 .shipin {
	width: 100%;
	float: none;
}
}
 @media screen and (max-width: 639px) {
.main1 .shipin {
	padding: 0;
	margin: 0;
	background: none;
	overflow: hidden
}
.main1 .shipin .zhibao {
	display: none;
}
.main1 .shipin video {
	width: 100%;
	margin: 0;
	padding : 0;
}
.main1 .txt .item1 a {
	font-size: 30px;
	font-size: 3.0rem;
}
.main1 .txt .item1 a span {
	font-size: 30px;
	font-size: 3.0rem;
}
.main1 .more a {
	width: 140px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	font-size: 1.4rem;
}
.main1 .more {
	margin-top: 20px;
}
}
/* main2 */

.main2 {
	padding-top: 85px;
	padding-bottom: 35px;
	background: url(../img/m2bg.jpg) no-repeat top center;
}
.main2 .item1 {
	margin-bottom: 52px;
	text-align: center;
	background: url(../img/m2item1.png) no-repeat bottom center;
	padding-bottom: 14px;
}
.main2 .item1 a {
	font-size: 50px;
	font-size: 5rem;
	font-family: "Microsoft Yahei", "微软雅黑";
	color: #fff;
}
.main2 .item1 a span {
	font-size: 50px;
	font-size: 5rem;
	color: #fff;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;font-family: "Microsoft Yahei", "微软雅黑";
	font-weight: normal !important
}
.main2 .item1 a:hover {
	color: #51bd4e;
}
.main2 .item1 a:hover span {
	color: #51bd4e;
}
.main2 li {
	float: left;
	width: 289px;
	margin-bottom: 52px;
	margin-left: 14.666px;
}
.main2 li .libox {
	border: 1px solid #ebf0f4;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.main2 li .litop {
	position: relative;
	overflow: hidden;
}
.main2 li .litop a {
	display: block;
	overflow: hidden;
}
.main2 li .litop img {
	display: block;
	max-width: 100%;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.main2 li:hover .litop img {
	transform: scale(1.1);
}
.main2 li .litop a.zz {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 100%;
	left: 0;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	background: url(../img/m2libg.png) no-repeat center center;
	background-size: 100%;
}
.main2 li:hover .litop a.zz {
	top: 0;
}
.main2 li .libot a {
	transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	text-align: center;
	line-height: 46px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
	background-color: #e5e5e5;
}
.main2 li:hover .libox {
	border-color: #51bd4e;
}
.main2 li:hover .libot a {
	background-color: #51bd4e;
	color: #fff;
}
 @media screen and (max-width: 1219px) {
.main2 li {
	width: 24%;
	margin: 0.5%!important;
}
}
 @media screen and (max-width: 999px) {
.main2 .item1 a {
	font-size: 30px;
	font-size: 3.0rem;
}
.main2 .item1 a span {
	font-size: 30px;
	font-size: 3.0rem;
}
}
 @media screen and (max-width: 979px) {
.main2 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.main2 li .litop a.zz {
	display: none;
}
.main2 .item1 {
	margin-bottom: 15px;
}
}
 @media screen and (max-width: 768px) {
.main2 li {
	width: 32%;
	margin: 0.5%!important;
}
}
 @media screen and (max-width: 639px) {
.main2 li {
	width: 49%;
	margin: 0.5%!important;
}
.main2 {
	background: #279dd0 url(../img/m2bg.jpg) no-repeat top center;
}
}
/* main3 */

.main3 {
	padding-top: 68px;
	padding-bottom: 0px;
}
.main3 .item1 {
	margin-bottom: 29px;
	text-align: center;
	background: url(../img/m3item1.png) no-repeat bottom center;
	padding-bottom: 15px;
}
.main3 .item1 a {
	font-size: 50px;
	font-size: 5rem;
	font-family: "Microsoft Yahei", "微软雅黑";
	color: #524f52;
}
.main3 .item1 a span {
	font-size: 50px;
	font-size: 5rem;
	color: #524f52;
	transition: 0.5s;
	-moz-transition: 0.5s;font-family: "Microsoft Yahei", "微软雅黑";
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	font-weight: normal !important
}
.main3 .item1 a:hover {
	color: #51bd4e;
}
.main3 .item1 a:hover span {
	color: #51bd4e;
}
.main3 li {
	float: left;
	width: 370px;
	margin-bottom: 39px;
	margin-left: 45px;
}
.main3 li .litop {
	position: relative;
}
.main3 li .litop .i-riqi {
	position: absolute;
	top: 0;
	left: 0;
	width: 78px;
	height: 78px;
	border-top-left-radius: 10px;
	background: url(../img/i-riqibg.png) no-repeat center center;
}
.main3 li .litop .i-riqi .i-top {
	text-align: center;
	font-size: 32px;
	font-size: 3.2rem;
	color: #fff;
	margin-top: 11px;
	margin-bottom: 3px;
}
.main3 li .litop .i-riqi .i-bottom {
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
}
/*.main3 li .litop:hover  .i-riqi{background:url(../img/i-riqibgon.png) no-repeat center center;}



*/



.main3 li a {
	display: block;
	overflow: hidden;
}
.main3 li .litop img {
	display: block;
	max-width: 100%;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	border-radius: 10px
}
.main3 li:hover .litop img {
	transform: scale(1.05);
}
.main3 li .limid {
	margin-top: 13px;
}
.main3 li .limid a {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 26px;
	color: #333;
	max-height: 52px;
	    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.main3 li .limid a:hover {
	color: #51bd4e;
}
.main3 li .libot {
	margin-top: 6px;
}
.main3 li .libot a {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 28px;
	color: #333;
	max-height: 84px;
	overflow: hidden; text-indent:2em
}
.main3 li .libot a:hover {
	color: #51bd4e;
}
.main3 li .libot1 {
	margin-top: 6px;
}
.main3 li .libot1 a {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 26px;
	color: #279dd0;
}
.main3 li .libot1 a:hover {
	color: #333;
}
 @media screen and (max-width: 1219px) {
.main3 li {
	width: 32%;
	margin: 0.5%!important;
}
}
 @media screen and (max-width: 999px) {
.main3 .item1 a {
	font-size: 30px;
	font-size: 3.0rem;
}
.main3 .item1 a span {
	font-size: 30px;
	font-size: 3.0rem;
}
}
 @media screen and (max-width: 979px) {
.main3 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.main3 .item1 {
	margin-bottom: 15px;
}
}
 @media screen and (max-width: 768px) {
.main3 li .litop .i-riqi .i-top {
	font-size: 24px;
	font-size: 2.4rem;
}
.main3 li .litop .i-riqi .i-bottom {
	font-size: 12px;
	font-size: 1.2rem;
}
.main3 li .litop .i-riqi {
	width: 60px;
	height: 60px;
}
.main3 li {
	width: 100%;
}
}
 @media screen and (max-width: 639px) {
.main3 li .limid a {
	font-size: 14px;
	font-size: 1.4rem;
}
.main3 li .libot a {
	font-size: 12px;
	font-size: 1.2rem;
}
}
/* main4 */

.main4 {
	padding-top: 0px;
	padding-bottom: 0px;
}
.main4 .item1 {
	margin-bottom: 41px;
	text-align: center;
	background: url(../img/m3item1.png) no-repeat bottom center;
	padding-bottom: 12px;
}
.main4 .item1 a {
	font-size: 50px;
	font-size: 5rem;
	color: #524f52;
	font-family: "Microsoft Yahei", "微软雅黑";
}
.main4 .item1 a span {
	font-size: 50px;
	font-size: 5rem;
	color: #524f52;
	transition: 0.5s;
	-moz-transition: 0.5s;
	font-weight: normal !important;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.main4 .item1 a:hover {
	color: #279dd0;
}
.main4 .item1 a:hover span {
	color: #279dd0;
}
.main4 .img-scroll3 {
	position: relative;
	z-index: 9;
	margin-top: 16px;
	margin-bottom: 56px;
}
.main4 .img-scroll3 .prev3, .main4 .img-scroll3 .next3 {
	position: absolute;
	display: block;
	width: 23px;
	height: 44px;
	top: 50%;
	margin-top: -22px;
	z-index: 999
}
.main4 .img-scroll3 .prev3 {
	left: 0px;
	cursor: pointer;
	background: url(../img/i-left.png) no-repeat center center;
}
.main4 .img-scroll3 .prev3:hover {
	background: url(../img/i-lefton.png) no-repeat center center;
}
.main4 .img-scroll3 .next3 {
	right: 0px;
	cursor: pointer;
	background: url(../img/i-right.png) no-repeat center center;
}
.main4 .img-scroll3 .next3:hover {
	background: url(../img/i-righton.png) no-repeat center center;
}
.main4 .img-list3 {
	position: relative;
	overflow: hidden;
	z-index: 99;
	width: 1108px;
	margin: 0 auto;
}
.main4 .img-list3 ul {
	width: 9999px;
}
.main4 .img-list3 li {
	float: left;
	display: inline;
	width: 210px;
	margin-right: 14px;
}
.main4 .img-list3 li img {
	border: #eeeeee solid 1px;
	display: block;
	width: 100%;
	max-width: 208px
}
/* .main4 .zhengshun{ position:relative; overflow:hidden; max-width:192px; margin:auto;}

.main4 .zhegntu{ width:100%; max-width:192px; max-height:266px;}

.main4 .zhengfangda{ display:block; position:absolute; width:100%; height:100%; left:0px; top:100%; background:#000; background:rgba(0,0,0,0.5);}

.main4 .zhengfangda img{ width:32px; height:32px; position:absolute; left:50%; margin-left:-16px; top:50%; margin-top:-16px;}

.main4 .img-list3 li:hover .zhengfangda{ top:0px;}

.main4 .zhengzi{ display:block; text-align:center; font-size:14px; font-size:1.4rem; line-height:20px; height:40px; overflow:hidden; margin-top:11px;} */

@media screen and (max-width: 1219px) {
.main4 .img-list3 {
	width: 882px;
}
}
 @media screen and (max-width: 999px) {
.main4 {
	padding-top: 30px;
}
.main4 .item1 a {
	font-size: 30px;
	font-size: 3.0rem;
}
.main4 .item1 a span {
	font-size: 30px;
	font-size: 3.0rem;
}
}
 @media screen and (max-width: 979px) {
.main4 .img-list3 {
	width: 100%;
}
.main4 .img-list3 ul {
	width: 1000%;
}
.main4 .img-list3 ul li {
	width: 2.4%;
	margin-right: 0.13333%;
}
.main4 .img-list3 ul li a {
	display: block;
}
.main4 .img-list3 ul li a img {
	display: block;
	width: calc(100% - 2px);
	margin: 0 auto;
	max-width: 208px
}
.main4 .img-scroll3 .prev3, .main4 .img-scroll3 .next3 {
	width: 10px;
	height: 15px;
	background-size: 100%!important;
	margin-top: -8px;
}
}
 @media screen and (max-width: 979px) {
.main4 .img-list3 ul li {
	width: 3.2%;
	margin-right: 0.2%;
}
}
 @media screen and (max-width: 499px) {
.main4 .img-list3 ul li {
	width: 4.8%;
	margin-right: 0.2%;
}
.main4 {
	padding-top: 20px;
}
.main4 .img-scroll3 {
	margin-bottom: 20px;
}
.main4 .item1 {
	margin-bottom: 20px;
}
}
/* foot */

.foot {
	padding-top: 50px;
	background: url(../img/footbg.png) no-repeat top center;
	padding-bottom: 66px;
}
.foot .ft {
	float: left;
}
.foot li {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 28px;
	color: #615e61;
}
.foot li a {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 28px;
	color: #615e61;
}
.foot li a:hover {
	color: #51bd4e;
}
.foot .dl {
	margin-top: 27px;
}
.foot .dl a {

	margin-left: 19px;
}
.ft-nav {
	background-color: #198ec7;
	padding-top: 15px;
	padding-bottom: 14px;
}
.ft-nav .wp {
	text-align: center;
}
.ft-nav a {
	display: inline-block;
	margin: 0 25px;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;    text-transform: uppercase;
}
.ft-nav a:hover {
	color: #51bd4e;
}
.foot .ft.ft2 {
	width: 360px;
	float: right;
	margin-top: 59px;
}
.foot .ft2 .title {
	margin-bottom: 12px;
}
.foot form {
	width: 658px;
}
.foot .c_div1 {
	padding-bottom: 23px;
}
.foot .c_div2 {
	padding-bottom: 23px;
}
.foot .c_div3 {
	padding-bottom: 26px;
}
.c_nr1 {
}
.foot .c_bt1 {
	color: #ff0000;
	font-size: 20px;
	font-size: 2rem;
	width: 14px;
	padding-left: 0px;
	float: left;
	height: 30px;
	line-height: 48px;
	margin-top: 8px;
	position: relative;
	left: -2px;
	font-family: "Microsoft Yahei", "微软雅黑";
}
.foot .c_div3 .c_bt1 {
	margin-top: 2px;
}
.foot .c_input, .foot .c_input2, .foot .c_textarea, .foot .c_captcha {
	font-family: "Microsoft Yahei", "微软雅黑";
	font-family: "Microsoft Yahei", "微软雅黑"\9;
	text-indent: 12px;
	float: left;
	border: solid 1px #d2d2d2;
	color: #a6a6a6;
	font-size: 14px;
	font-size: 1.4rem;
	background: #fff;
}
.foot .c_input, .foot .c_input2, .foot .c_captcha {
	height: 52px;
	line-height: 52px;
}
.foot .c_input {
	width: 308px;
	font-family: "Microsoft Yahei", "微软雅黑";;
	font-family: "Microsoft Yahei", "微软雅黑"\9
}
.foot .c_input2 {
	width: 382px;
	font-family: "Microsoft Yahei", "微软雅黑";;
	font-family: "Microsoft Yahei", "微软雅黑"\9
}
.foot .c_textarea {
	width: 642px;
	float: left;
	line-height: 26px;
	height: 104px;
	padding-top: 6px;
	font-family: "Microsoft Yahei", "微软雅黑";;
 font-family:"Microsoft Yahei", "微软雅黑"\9; font-size:14px;
	font-size: 1.4rem
}
.foot .c_captcha {
	width: 175px;
	font-family: "Microsoft Yahei", "微软雅黑";;
	font-family: "Microsoft Yahei", "微软雅黑"\9
}
.foot .verify_img {
	float: left;
	cursor: pointer;
	margin-left: 22px;
	width: 178px;
	height: 54px;
}
.foot .c_send {
	float: right;
	cursor: pointer; /*margin-left:34px;*/
	width: 250px;
	height: 54px;
	line-height: 52px;
	text-align: center;
	color: #fff;
	background: #51bd4e;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: "Microsoft Yahei", "微软雅黑";;
	font-family: "Microsoft Yahei", "微软雅黑"\9
}
.foot .title {
	padding-bottom: 8px;
	background: url(../img/ftitle.jpg) no-repeat bottom left;
	margin-bottom: 21px;
	font-size: 26px;
	font-size: 2.6rem;
	color: #524f52;
	font-family: "Microsoft Yahei", "微软雅黑";;
}
.foot .title a {
	font-size: 30px;
	font-size: 3rem;
	color: #524f52;
	font-family: "Microsoft Yahei", "微软雅黑"; text-transform:uppercase
}
.foot .title a:hover {
	color: #51bd4e;
}
.dizhi {
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	line-height: 30px;
	padding-top: 23px;
	padding-bottom:0px;
	background-color:#279dd0;
}
.dizhi a {
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	line-height: 30px;
}
.dizhi a:hover {
	color: #51bd4e;
}
.reanod {
	margin-left: 5px;
	margin-right: 8px;
}
.links {
	padding-bottom: 13px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
	line-height: 30px;
	
	background-color: #279dd0;
}
.links a {
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	line-height: 30px;
	display: inline-block
}
.links a:hover {
	color: #51bd4e;
}
.dizhi .spandibu {
	color: #fff
}
 @media screen and (max-width: 1219px) {
.foot .ft.ft2 {
	width: 290px;
}
.foot dd {
	margin-left: 5px;
}
.ft-nav a {
	margin: 0 3px;
	text-transform: capitalize;
}
}
 @media screen and (max-width: 999px) {
.foot form {
	width: 585px;
}
.foot .c_input {
	width: 265px;
}
.foot .c_textarea {
	width: 569px;
}
.foot .c_send {
	width: 170px;
}
}
 @media screen and (max-width: 950px) {
.foot {
	background: #e8e5e9 url(../img/footbg.jpg) no-repeat top center;
}
.foot .ft.ft1 {
	width: calc(100% - 320px);
}
.foot .ft.ft2 {
	width: 290px;
}
.foot form {
	width: 100%;
}
.c_nr1 {
	width: 48%;
}
.foot .c_input {
	width: calc(100% - 16px);
}
.foot .c_textarea {
	width: calc(100% - 16px);
}
.foot .c_captcha {
	width: calc(100% - 16px);
	margin-bottom: 20px;
}
.foot .verify_img {
	margin-left: 14px;
}
}
 @media screen and (max-width: 768px) {
.c_nr1 {
	width: 100%;
}
.foot .c_input {
	margin-bottom: 10px;
}
.foot .c_div1 {
	padding-bottom: 0px;
}
.foot .c_div2 {
	padding-bottom: 0px;
}
.foot .c_div3 {
	padding-bottom: 10px;
}
.foot .c_input, .foot .c_input2, .foot .c_captcha {
	height: 34px;
	line-height: 34px;
}
.foot .c_captcha {
	margin-bottom: 10px;
}
.foot .verify_img {
	width: 112px;
	height: 34px;
}
.foot .c_send {
	height: 34px;
	line-height: 32px;
	width: 145px;
}
.foot .c_bt1{ line-height:30px}
}
 @media screen and (max-width: 640px) {
.ft-nav {
	display: none;
}
.foot {
	display: none;
}
.links {
	display: none;
}
.dizhi {
	padding-bottom: 20px;
	padding-top: 20px;
}
.dizhi .spandibu {
	display: block;
	width: 100%;
	text-align: center;
	color: #fff
}
}
/* .bread  */

.bread {
	margin-top: 2px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #2b2b2b;
	line-height: 30px;
	text-transform: uppercase;
}
.bread a {
	font-size: 14px;
	font-size: 1.4rem;
	color: #2b2b2b;
	line-height: 30px;
}
.bread a:hover, .bread a.on {
	color: #279dd0;
}
/* ======================================== product ======================================== */

.product {
	padding-top: 1px;
}
.product .p-title a {
	font-size: 22px;
	font-size: 2.2rem;
	color: #279dd0;
	line-height: 30px;
	font-weight: bold;
}
.product .p-title {
	margin-top: 0px;
	margin-bottom: 10px;
}
.product .good1 {
	width: 886px;
	padding-top: 10px;
}
.product .good1 ul li {
	position: relative;
	width: 272px;
	float: left;
	margin-left: 35px;
	margin-bottom: 9px;
	padding-bottom: 24px;
}
.product .good1 ul li input {
	position: absolute;
	top: 17px;
	left: 13px;
	cursor: pointer;
}
.product .good1 ul li .lit {
	margin-bottom: 13px;
	border: 1px solid #dedede;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.product .good1 ul li .lit a {
	display: block;
}
.product .good1 ul li .lit a img {
	max-width: 100%;
	display: block;
}
.product .good1 ul li .lim {
	margin-bottom: 18px;
	text-align: center;
}
.product .good1 ul li .lim a {
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
	font-family: "Microsoft Yahei", "微软雅黑";;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	line-height: 30px;
}
.product .good1 ul li .lim a:hover {
	color: #279dd0;
}
.product .good1 ul li .lib a {
	font-size: 14px;
	font-size: 1.4rem;
	border-radius: 15px;
	margin: 0 auto;
	display: block;
	width: 127px;
	height: 31px;
	line-height: 29px;
	text-align: center;
	border: 1px solid #51bd4e;
	color: #51bd4e;
	font-family: "Microsoft Yahei", "微软雅黑";;
}
.product .good1 ul li .lib a:hover {
	color: #fff;
	background-color: #51bd4e;
}
.product .good1 ul li:hover .lit {
	box-shadow: 0 0 6px 3px rgba(0,0,0,0.1);
}
/* page */

.fenye {
	margin-bottom: 82px;
	padding-top: 31px;
}
.fenyen {
	float: left;
	margin-top: 35px;
}
.fenyen a {
	display: inline-block;
	width: 23px;
	height: 23px;
	border: 1px solid #0a0a0a;
	text-align: center;
	line-height: 23px;
	border-radius: 50%;
	margin: 0 4px 0 3px;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 10px;
	color: #333;
}
.sx {
	width: auto !important;
	background: none !important;
	border: none !important;
	font-size: 12px !important;
	font-size: 1.2rem !important;
	color: #333 !important;
	margin-right: 15px!important;
}
.fenyen a:hover {
	background: #279dd0;
	color: #fff;
	border: 1px solid #279dd0;
}
.fenyen a.sx:hover {
	color: #279dd0 !important;
}
.dangqianfen {
	background: #279dd0 !important;
	color: #fff !important;
	border: 1px solid #279dd0!important;
}
.fuxuan {
	float: left;
	font-size: 16px;
	font-size: 1.6rem;
	color: #4b4b4b;
	margin-top: 32px;
	margin-left: 30px;
}
.fuxuan input {
	width: 150px;
	height: 30px;
	background: #279dd0;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-size: 1.4rem;
}
.fuxuan input:hover {
	background: #333;
}
.fenye1 {
	padding-top: 18px;
}
.fenyen1 {
	margin-top: 35px;
	text-align: center;
}
.fenyen1 a {
	display: inline-block;
	width: 23px;
	height: 23px;
	border: 1px solid #0a0a0a;
	text-align: center;
	line-height: 21px;
	border-radius: 50%;
	margin: 0 4px 0 3px;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 10px;
	color: #333;
}
.sx {
	width: auto !important;
	background: none !important;
	border: none !important;
	font-size: 12px !important;
	font-size: 1.2rem !important;
	color: #333 !important;
	margin-right: 5px!important;
}
.fenyen1 a:hover {
	background: #279dd0;
	color: #fff;
	border: 1px solid #279dd0;
}
/*list*/

.product .xiangqing .list {
	width: 231px;
}
.product .xiangqing .list .title1 {
	width: 100%;
	margin-bottom: 0px;
	margin-top: 12px;
}
.product .xiangqing .list .title1 a {
	display: block;
	width: 100%;
	line-height: 25px;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #333333;
	font-size: 18px;
	font-size: 1.8rem;
	border-bottom: 1px solid #bfbfbf;
	padding-bottom: 18px;
}
.product .xiangqing .list .title1 a:hover{ color:#279dd0}
.product .xiangqing .list .title2 {
	width: 100%;
	margin-top: 29px;
}
.gobzuocexz {
	color: #279dd0 !important;
}
.product .xiangqing .list .title2 a {
	display: block;
	width: 100%;
	height: 39px;
	line-height: 39px;
	color: #279dd0;
	font-size: 20px;
	border-bottom: 1px solid #bfbfbf;
	padding-bottom: 4px;
}
.product .xiangqing .list .title3 {
	width: 100%;
	margin-top: 29px;
}
.product .xiangqing .list .title3 a {
	display: block;
	width: 100%;
	height: 39px;
	line-height: 39px;
	color: #279dd0;
	font-size: 20px;
	border-bottom: 1px solid #bfbfbf;
	padding-bottom: 4px;
}
.product .xiangqing .list .subNavBox {
	width: 100%;
	display: none
}
.product .xiangqing .list .subNav {
	cursor: pointer;
	background: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: 1px solid #d3d3d3;
}
.product .xiangqing .list .subNav.div1 {
	margin-top: 0px;
	padding-top: 0px;
}
.product .xiangqing .list .subNav a {
	padding-left: 39px;
	display: block;
	line-height: 25px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333;
	transition: 0s;
	padding-right: 15px;
}
.product .xiangqing .list .subNav:hover a {
	background: url(../img/parrowon.jpg) no-repeat 23px center;
	color: #279dd0;
}
.product .xiangqing .list .currentDd a {
	background: url(../img/parrowon.jpg) no-repeat 23px center;
	color: #279dd0;
}
.product .xiangqing .list .navContent {
	display: none;
	background: #fff;
	position: relative;
	padding-bottom: 0px;
	margin-top: -5px;
	margin-bottom: -2px;
}
.product .xiangqing .list .navContent>li a {
	background-color: #fff;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #666;
	padding-left: 23px;
}
.product .xiangqing .list .navContent>li a:hover {
	color: #279dd0;
}
/* product1 */

#tsShopContainer li, #tsShopContainer img {
	vertical-align: top;
}
#tsShopContainer {
	position: relative;
	float: left;
	margin-top: 6px;
	width: 541px;
}
#tsShopContainer #tsImgS {
	text-align: center;
	width: 100%;
	position: relative;
}
#tsShopContainer #tsImgS a {
	display: block;
	text-align: center;
	margin: 0px auto;
}
#tsShopContainer #tsImgS img {
	border: 1px dashed #8a8a8a;
}
#tsShopContainer #tsPicContainer {
	width: 100%;
	position: relative;
	height: 120px;
	margin-top: 14px;
}
#tsShopContainer #tsPicContainer #tsImgSArrL {
	width: 23px;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
	height: 120px;
	background: url(../img/prleft.png) no-repeat left center;
}
#tsShopContainer #tsPicContainer #tsImgSArrR {
	width: 23px;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	height: 120px;
	background: url(../img/prright.png) no-repeat right center;
}
#tsShopContainer #tsPicContainer #tsImgSArrL:hover {
	background: url(../img/prlefton.png) no-repeat left center;
}
#tsShopContainer #tsPicContainer #tsImgSArrR:hover {
	background: url(../img/prrighton.png) no-repeat right center;
}
#tsShopContainer #tsPicContainer #tsImgSCon {
	position: absolute;
	top: 1px;
	left: 31px;
	width: 1px;
	overflow: hidden;
	height: 120px;
}
#tsShopContainer #tsPicContainer #tsImgSCon ul {
	width: 100%;
	overflow: hidden;
}
#tsShopContainer #tsPicContainer #tsImgSCon li {
	width: 140px;
	float: left;
	cursor: pointer;
	margin-left: 0px;
	margin-bottom: 0;
	padding: 0 9.5px;
}
#tsShopContainer #tsPicContainer #tsImgSCon li a {
	display: block;
	width: 140px;
}
#tsShopContainer #tsPicContainer #tsImgSCon li img {
	display: block;
	width: 127px;
	height: 118px;
	border: 1px solid #bfbfbf;
}
#tsShopContainer #tsPicContainer #tsImgSCon li.tsSelectImg img {
	border: 1px solid #51bd4e;
}
#tsShopContainer #tsPicContainer #tsImgSCon li img:hover {
	border: 1px solid #51bd4e;
}
/*

teer.js

tsScrollResize

offsetWidth*3

*/

.MagicZoomPup {
	border: 0px solid #aaa;
	background: #ffffff;
}
.MagicZoomMain {
	text-align: center !important;
	width: 92px;
}
.MagicZoomBigImageCont {
	background: #FFF;
}
.MagicZoomBigImageCont img {
	max-width: 1600px;
}
.miashu {
	margin-top: 47px;
	padding-top: 47px\9;
}
.miashu .TAB {
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 15px;
}
.miashu .TAB>li {
	float: left;
	text-align: center;
	padding: 6.5px 22px;
	color: #fff;
	font-size: 26px;
	font-size: 2.6rem;
	cursor: pointer;
	background-color: #bfbfbf;
	margin-right: 30px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.miashu .TAB>li.hover, .miashu .TAB>li:hover {
	background-color: #51bd4e;
}
.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;
}
.product .xiangqing .good2 {
	width: 100%;
}
/*.product .xiangqing .good2 .content{width: 100%;}*/
.good2 .content {
	width: 587px;
}
.good2 .content .title {
	padding-top: 2px;
	margin-bottom: 23px;
}
.good2 .content .title h1 {
	text-align: left;
	margin-top: 55px;
	font-size: 26px;
	font-size: 2.6rem;
	padding-right: 30px;
	line-height: 43px;
	color: #333333;
}
.good2 .content ul p {
	font-size: 18px;
	font-size: 1.8rem;
	color: #333;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 22px;
}
.good2 .content ul p span, .good2 .content ul span {
	font-size: 18px;
	font-size: 1.8rem;
	color: #333;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 37px;
}
.good2 .content .btn {
	max-width: 428px;
	margin: 70px 0 28px 0;
	width: 428px\9;
}
.good2 .content .btn a, .good2 .content .btn span {
	display: block;
	border-radius: 0px;
	background-color: #279dd0;
	font-size: 20px;
	font-size: 2rem;
	color: #fff;
	width: 206px;
	height: 59px;
	line-height: 57px;
	text-align: center;
}
.good2 .content ul img {
	max-width: 100%
}
.good2 .content .btn a:hover {
	background-color: #51bd4e;
}
.share {
	display: inline-block;
 *float:left;
	margin-left: 0px;
}
.share1 {
	display: inline-block;
 *float:left;
	font-size: 14px;
	font-size: 1.4rem;
	color: #666666;
	line-height: 26px;
}
.share2 {
	display: inline-block;
 *float:left;
	vertical-align: middle;
	margin-left: 6px;
}
.img980 {
	display: none;
}
.img980 ul li {
	width: 31%;
	margin: 1%;
	float: left;
}
.img980 ul li a {
	display: block;
	width: calc(100% - 2px);
	border: 1px solid #666666;
}
.img980 ul li a img {
	display: block;
	width: 100%;
}
.wenzi {
	margin-bottom: 20px;
}
.wenzi .w-title {
	font-size: 20px;
	font-size: 2rem;
	line-height: 30px;
	color: #279dd0;
	margin-bottom: 30px;
}
.wenzi p, .wenzi div {
	line-height: 22px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333333; text-indent:2em
}
.wenzi p span, .wenzi span {
	line-height: 30px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333333;
}
.wenzi li {
	line-height: 30px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333333;
	list-style: disc;
	margin-left: 15px
}
.wenzi p strong, .wenzi strong {
	line-height: 30px;
	font-size: 18px;
	font-size: 1.8rem;
	color: #279dd0;
	font-weight: normal !important;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block
}
.wenzi p img, .wenzi img {
	display: block;
	max-width: 100%;
}
.wenzi iframe {
	display: block;
	max-width: 100%;
}
.wenzi p a, .wenzi a {
	line-height: 30px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #279dd0;
}
.wenzi .wen {
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	line-height: 28px;
	margin-top: 26px;
}
.wenzi .da {
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	line-height: 28px;
}
.wenzi .wen img {
	position: relative;
	top: 4px;
	margin-right: 2px;
}
.g2title {
	background-color: #eeeeee;
	height: 48px;
	margin-bottom: 20px;
}
.chanxbiao {
	font-size: 26px;
	font-size: 2.6rem;
	background: url(../img/chanxbiao.png) no-repeat bottom left;
	padding-bottom: 10px;
	margin-bottom: 35px;
}
.chanxbiao a {
	font-size: 26px;
	font-size: 2.6rem;
	color: #1d893b;
}
.chanxbiao a:hover {
	color: #333
}
.remain {
	margin-bottom: 37px;
}
.remain li {
	float: left;
	width: 289px;
	margin-bottom: 52px;
	margin-left: 14.666px;
}
.remain li .libox {
	border: 1px solid #e5e5e5;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.remain li .litop {
	position: relative;
	overflow: hidden;
}
.remain li .litop a {
	display: block;
	overflow: hidden;
}
.remain li .litop img {
	display: block;
	max-width: 100%;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.remain li:hover .litop img {
	transform: scale(1.1);
}
.remain li .litop a.zz {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 100%;
	left: 0;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	background: url(../img/m2libg.png) no-repeat center center;
	background-size: 100%;
}
.remain li:hover .litop a.zz {
	top: 0;
}
.remain li .libot a {
	transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	text-align: center;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
	background-color: #e5e5e5;
}
.remain li:hover .libox {
	border-color: #51bd4e;
}
.remain li:hover .libot a {
	background-color: #51bd4e;
	color: #fff;
}
 @media screen and (min-width:1220px) {
.g2title {
	margin-top: 84px;
}
}
.g2title span {
	display: block;
	width: 292px;
	text-align: center;
	height: 46px;
	text-transform: uppercase;
	line-height: 48px;
	background-color: #f8f8f8;
	font-size: 18px;
	font-size: 1.8rem;
	border-bottom: 2px solid #279dd0;
}
.wenzi table {
	width: 97%;
	border-collapse: collapse;
	line-height: 24px;
	margin-bottom: 26px;
}
.wenzi tr td {
	line-height: 24px;
	padding: 2px;
	border: 1px solid #ccc;
}
.wenzi tr td:first-child {
	text-align: center
}
 @media screen and (max-width:1219px) {
.product .xiangqing .list {
	width: 250px;
}
.product .xiangqing .good1 {
	width: 700px;
}
/* .product .xiangqing .good2{width: 700px;} */

.good2 .content {
	width: 405px;
}
.good2 .content .btn a {
	width: 180px;
}
.product .xiangqing .good1 ul li {
	width: 30%;
	margin: 0 1% 2% 1%!important;
}
.remain li {
	width: 23%;
	margin: 1%!important;
}
}
 @media screen and (max-width:999px) {
.wenzi table {
	width: 1000px;
}
.wenzi .table {
	overflow: scroll
}
.product .xiangqing .good1 {
	width: 650px;
}
/* .product .xiangqing .good2 .content{width: 100%;} */

.good2 .content {
	width: 365px;
}
.MagicZoomPup, .MagicZoomBigImageCont {
	display: none!important;
}
.fenyen a {
	display: inline-block;
	width: 23px;
	height: 23px;
	border: 1px solid #0a0a0a;
	text-align: center;
	line-height: 25px;
	border-radius: 50%;
	margin: 0 4px 0 3px;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 10px;
	color: #333;
}
.product .xiangqing .list .title1 a {
	height: 25px;
	line-height: 25px;
	color: #333333;
	font-size: 14px;
	font-size: 1.4rem;
	border-bottom: 1px solid #bfbfbf;
	padding-bottom: 8px;
}
}
 @media screen and (max-width:979px) {
.product .xiangqing .good1 {
	width: 100%;
}
/* .product .xiangqing .good2{width:100%;} */

.good2 .content {
	width: 100%;
	float: none;
}
#tsShopContainer {
	margin: 0 auto;
	float: none;
}
.product .xiangqing .good1 ul li {
	width: calc(31% - 4px);
	margin: 0 1% 2% 1%!important;
}
.product .xiangqing .list {
	width: 100%;
}
.good2 .content .title h1 {
	font-size: 18px;
	font-size: 1.8rem;
	padding-right: 0;
	margin-top: 20px;
	line-height: 25px
}
.good2 .content ul p {
	font-size: 14px;
	font-size: 1.4rem; text-indent:2em
}
.good2 .content ul p span {
	font-size: 14px;
	font-size: 1.4rem;
}
.good2 .content .title {
	margin-bottom: 0;
}
.good2 .content .btn {
	max-width: 428px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px
}
.good2 .content .btn a, .good2 .content .btn span {
	height: 40px;
	line-height: 40px;
}
.miashu .TAB>li {
	font-size: 18px;
	font-size: 1.8rem;
}
}
 @media screen and (max-width:768px) {
.fenye {
	margin-bottom: 0;
}
.fenyen {
	margin-top: 0;
}
.fuxuan {
	margin-top: -2px;
	float: right;
}
.product .left-pro {
	display: none;
}
.product {
	padding-top: 20px;
}
.product .good1 ul li .lim a {
	font-size: 14px;
	font-size: 1.4rem;
	display: block;
}
.product .xiangqing .list .subNav a {
	font-size: 14px;
	font-size: 1.4rem;
}
.product .xiangqing .list .navContent > li a {
	font-size: 13px;
	font-size: 1.3rem;
}
.img980 {
	display: block;
}
#tsShopContainer {
	display: none;
}
.img980 {
	display: block;
}
}
 @media screen and (max-width:639px) {
.fuxuan {
	float: none;
	margin-left: 0px;
	text-align: right
}
.fuxuan input {
	text-align: center !important
}
.page a {
	margin-bottom: 10px;
}
.product .xiangqing .good1 ul li {
	width: calc(48% - 4px);
	margin: 0 1% 2% 1%!important;
}
.product .xiangqing .list {
	margin-bottom: 15px;
}
.g2title span {
	font-size: 14px;
	font-size: 1.4rem;
	width: 200px;
}
.remain li {
	width: 48%;
	margin: 1%!important;
}
.remain li .libot a {
	font-size: 14px;
	font-size: 1.4rem;
}
}
 @media screen and (max-width:500px) {
.miashu .TAB>li {
	width: 100%;
	float: none;
	padding: 8px 0;
	margin: 10px 0;
}
}
 @media screen and (max-width:400px) {
.img980 ul li {
	width: 48%;
	margin: 1%;
	float: left;
}
.good2 .content .btn a,.good2 .content .btn span {
	width: 100%;
	margin-bottom: 10px;
}
}
 @media screen and (max-width:320px) {
.product .xiangqing .good1 ul li {
	width: calc(100% - 4px);
	margin: 0 0% 2% 0%!important;
}
}
/*********************************************************************  about1  *********************************************************/

.abnav {
	background: url(../img/abbiao.jpg) repeat-x left 68px;
	text-align: center;
	padding-top: 13px;
}
.abnav a {
	display: inline-block;
 *float:left;
	width: 120px;
	padding-top: 130px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 24px;
	height: 48px;
	text-transform: uppercase;
	margin: 0 76px;
}
.ab1 {
	background: url(../img/abbiao1.jpg) no-repeat center top;
}
.ab2 {
	background: url(../img/abbiao2.jpg) no-repeat center top;
}
.ab3 {
	background: url(../img/abbiao3.jpg) no-repeat center top;
}
.ab4 {
	background: url(../img/abbiao4.jpg) no-repeat center top;
}
.ne1 {
}
.ne2 {
}
.ab1:hover {
	background: url(../img/abbiao1h.jpg) no-repeat center top;
}
.ab2:hover {
	background: url(../img/abbiao2h.jpg) no-repeat center top;
}
.ab3:hover {
	background: url(../img/abbiao3h.jpg) no-repeat center top;
}
.ab4:hover {
	background: url(../img/abbiao4h.jpg) no-repeat center top;
}
.ne1:hover {
}
.ne2:hover {
}
.abnav a:hover {
	color: #279dd0;
}
.ab1.dangqianab {
	background: url(../img/abbiao1h.jpg) no-repeat center top;
}
.ab2.dangqianab {
	background: url(../img/abbiao2h.jpg) no-repeat center top;
}
.ab3.dangqianab {
	background: url(../img/abbiao3h.jpg) no-repeat center top;
}
.ab4.dangqianab {
	background: url(../img/abbiao4h.jpg) no-repeat center top;
}
.ne1.dangqianab {
}
.ne2.dangqianab {
}
.dangqianab {
	color: #279dd0 !important;
}
.ab1main1 {
	padding-top: 25px;
	margin-bottom: 79px;
	padding-bottom: 79px\9;
}
.ab1l {
	width: 591px;
	float: right;
	margin-left: 30px;
	padding-right: 15px;
	padding-top: 16px;
	background: url(../img/hongkuai.jpg) no-repeat top right;
	margin-top: 20px;
}
.ab1l a {
	display: block;
}
.ab1l a img, .ab1l img {
	display: block;
	margin: auto;
	width: 100%;
	max-width: 591px;
	max-height: 429px;
}
.ab1r {
	padding-top: 22px;
}
.ab1biao1 {
	display: block;
	margin-bottom: 38px;
}
.ab1biao1 img {
	display: block;
	width: 100%;
	max-width: 399px;
}
.ab1r p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 28px;
	margin-top: 28px; text-indent:2em
}
 @media screen and (max-width:1219px) {
.ab1l {
	width: 470px;
}
.abnav a {
	margin: 0 20px;
}
}
 @media screen and (max-width:999px) {
.ab1biao1 img {
	width: 270px; 
}
.ab1biao1 {
    display: block;
    margin-bottom: 3px;
}
}
 @media screen and (max-width:850px) {
.ab1l {
	width: 100%;
	float: none;
	margin: 0;
	padding-right: 0px;
	padding-top: 0px;
	background: none;
}
.ab1r {
	width: 100%;
	float: none;
}
.ab1r p {
	font-size: 14px;
	font-size: 1.4rem;
}
}
 @media screen and (max-width:768px) {
.abnav {
	background: none;
}
}
 @media screen and (max-width:640px) {
.ab1main1 {
	margin-bottom: 40px;
	margin-top: 0;
}
.abnav a {
	width: 48%;
	margin: 0.5%;
}
}
/*********************************************************************  about2  *********************************************************/

.ab2main1 {
	margin-top: 60px;
	margin-bottom: 89px;
	padding-bottom: 89px\9;
}
.ab2main1 .ab2item1 {
	float: left;
	width: 37.5%;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ab2main1 .ab2item2 {
	background-color: #279dd0;
	height: 492px;
	height: 492px\9!important;
	float: left;
	padding-top: 90px;
	width: 39.5%;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ab2main1 .ab2item3 {
	float: right;
	width: 23%;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ab2main1 .ab2item2 p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 28px;
	margin-bottom: 28px;
	color: #fff;
	padding: 0px 54px 0 64px;
}
 @media screen and (max-width:1219px) {
.ab2main1 .ab2item2 p {
	padding: 0px 20px 0 20px;
}
.ab2main1 .ab2item2 {
	padding-top: 25px;
}
}
 @media screen and (max-width:999px) {
.ab2main1 .ab2item2 {
	float: none;
	width: 100%;
	clear: both;
	height: auto!important;
	padding-bottom: 30px;
}
.ab2main1 .ab2item1 {
	width: 62.4%;
	margin-bottom: 5px;
}
.ab2main1 .ab2item3 {
	width: 37.6%;
	margin-bottom: 5px;
}
.ab2main1 img {
	margin: 0 auto;
}
.ab2main1 {
	margin-top: 20px;
	margin-bottom: 20px;
}
}
/*********************************************************************  about3  *********************************************************/

.ab3main1 .a3title {
	text-align: center;
	font-size: 30px;
	font-size: 3rem;
	color: #333;
	text-transform: uppercase;
	margin-top: 51px;
	margin-bottom: 15px;
}
.ab5main .a3title {
	text-align: center;
	font-size: 30px;
	font-size: 3rem;
	color: #333;
	text-transform: uppercase;
	margin-top: 66px;
	margin-bottom: 15px;
}
.ab3main1 p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 28px;
	color: #333;
	margin-bottom: 28px;
}
.ab3main1 p img {
	padding-top: 18px;
}
.ab5main {
	padding-bottom: 89px;
}
.zhanshi_tp2 {
	position: relative;
	width: 986px;
	margin: auto;
	margin-top: 26px;
}
.zhanshi_tp2 .ulBigPic {
	width: 863px;
	margin-left: 61px;
	overflow: hidden;
	box-shadow: 2px 2px 6px #c1c1c1;
}
.zhanshi_tp2 .ulBigPic li {
	width: 845px;
	display: none;
	border: 9px solid #fff;
	position: relative;
}
.abfu {
	position: absolute;
	width: 100%;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
	line-height: 38px;
	bottom: 0px;
	left: 0px;
	background: #000;
	background: rgba(0,0,0,0.5);
}
.zhanshi_tp2 .ulBigPic .liSelected {
	display: block;
}
.zhanshi_tp2 .ulBigPic img {
	display: block;
	width: 845px;
	height: 547px;
}
.zhanshi_tp2 .sLeftBtnA, .zhanshi_tp2 .sLeftBtnASel, .zhanshi_tp2 .sLeftBtnABan, .zhanshi_tp2 .sRightBtnA, .zhanshi_tp2 .sRightBtnASel, .zhanshi_tp2 .sRightBtnABan {
	width: 24px;
	height: 45px;
	display: block;
	position: absolute;
	top: 260px;
}
.zhanshi_tp2 .sLeftBtnA, .zhanshi_tp2 .sLeftBtnASel, .zhanshi_tp2 .sRightBtnA, .zhanshi_tp2 .sRightBtnASel {
	cursor: pointer;
}
.zhanshi_tp2 .sLeftBtnA, .zhanshi_tp2 .sLeftBtnASel, .zhanshi_tp2 .sLeftBtnABan {
	left: 0px;
	background: url(../img/eqleft.jpg)
}
.zhanshi_tp2 .sLeftBtnA:hover, .zhanshi_tp2 .sLeftBtnASel:hover, .zhanshi_tp2 .sLeftBtnABan:hover {
	background: url(../img/eqlefton.jpg)
}
.zhanshi_tp2 .sRightBtnA, .zhanshi_tp2 .sRightBtnASel, .zhanshi_tp2 .sRightBtnABan {
	right: 0px;
	background: url(../img/eqright.jpg)
}
.zhanshi_tp2 .sRightBtnA:hover, .zhanshi_tp2 .sRightBtnASel:hover, .zhanshi_tp2 .sRightBtnABan:hover {
	background: url(../img/eqrighton.jpg)
}
.zhanshi_tp2 .dSmallPicBox {
	width: 986px;
	height: 139px;
	position: relative;
	margin-top: 12px;
}
.zhanshi_tp2 .dSmallPic {
	width: 863px;
	left: 61px;
	height: 139px;
	position: absolute;
	top: 0px;
	overflow: hidden;
}
.zhanshi_tp2 .dSmallPic ul {
	position: absolute;
}
.zhanshi_tp2 .dSmallPic li {
	width: 221px;
	height: 139px;
	float: left;
	display: inline;
	cursor: pointer;
	overflow: hidden;
}
.zhanshi_tp2 .dSmallPic .sPic {
	width: 199px;
	height: 131px;
	display: block;
	padding-top: 8px;
}
.zhanshi_tp2 .dSmallPic .sPic img {
	width: 193px;
	height: 125px;
	border: 3px solid #fff;
}
.zhanshi_tp2 .dSmallPic .sPic:hover {
	background: url(../img/zhizhen2.png) no-repeat center top;
}
.zhanshi_tp2 .dSmallPic .sPic img:hover {
	border: 3px solid #279dd0;
}
.zhanshi_tp2 .dSmallPic .liSelected .sPic {
	background: url(../img/zhizhen2.png) no-repeat center top;
}
.zhanshi_tp2 .dSmallPic .liSelected .sPic img {
	border: 3px solid #279dd0;
}
 @media screen and (min-width:1000px) and (max-width:1219px) {
.zhanshi_tp2 {
	width: 980px;
}
.zhanshi_tp2 .ulBigPic {
	margin-left: 55px;
}
.zhanshi_tp2 .dSmallPicBox {
	width: 980px;
}
.zhanshi_tp2 .dSmallPic {
	left: 55px;
}
}
 @media screen and (min-width:1000px) {
.gongchang2 {
	display: none
}
}
 @media screen and (max-width:999px) {
.zhanshi_tp2 {
	display: none
}
.gongchang2 {
	width: 100%
}
.gonglie2 {
	display: block;
	width: 45%;
	float: left;
	margin-left: 2.5%;
	margin-right: 2.5%;
	margin-top: 30px;
}
.gongtu2 img {
	width: 100%;
	max-width: 845px;
}
.gongzi2 {
	display: block;
	text-align: center;
	line-height: 30px;
	margin-top: 5px;
}
.ab3main {
	padding-bottom: 39px;
}
}
 @media screen and (max-width:639px) {
.ab5main {
	padding-bottom: 35px;
}
.gonglie2 {
	width: 95%;
}
.wenav a {
	width: 135px;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
	margin: 0 2px;
}
.ab3main1 .a3title {
	text-align: center;
	font-size: 20px;
	font-size: 2rem;
	color: #333;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
}
}
/*********************************************************************  about4  *********************************************************/

.about2 {
	padding-top: 54px;
	padding-bottom: 77px;
}
.about2 .wp>p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 28px;
	color: #333;
	margin-bottom: 37px;
	text-align: center;
}
.ablie2 {
	width: 261px;
	float: left;
	margin-left: 52px;
	margin-bottom: 49px;
}
.abtu2 {
	position: relative;
	overflow: hidden;
	display: block;
}
.abtu2>img {
	width: 100%;
	max-width: 261px;
	max-height: 359px;
	display: block;
}
.fangda {
	background: url(../img/zhengshubg.png) no-repeat center center;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 100%;
	left: 0px;
	transition: 0.5s;
}
.fangda img {
	width: 38px;
	height: 39px;
	position: absolute;
	left: 50%;
	margin-left: -19px;
	top: 50%;
	margin-top: -19px;
}
.ablie2 p {
	text-align: center;
	margin-top: 19px;
	overflow: hidden;
	font-size: 18px;
	font-size: 1.8rem;
	min-height: 44px
}
.ablie2:hover .fangda {
	top: 0px;
}
.mat {
	margin-top: 57px;
}
.about2 .ms_ye {
	margin-top: 67px;
}
.img-scroll2 {
	position: relative;
	margin: 0px auto 0;
	width: 100%;
	margin-top: -14px;
}
.img-scroll2 .prev2, .img-scroll2 .next2 {
	position: absolute;
	display: block;
	width: 46px;
	height: 46px;
	top: 0;
	color: #fff;
	text-align: center;
	line-height: 100px
}
.img-scroll2 .prev2 {
	right: 0;
	margin-right: 55px;
	cursor: pointer;
	background: url("../img/zss.png") no-repeat;
}
.img-scroll2 .next2 {
	right: 0;
	margin-right: 3px;
	cursor: pointer;
	background: url("../img/zsx.png") no-repeat;
}
.img-scroll2 .prev2:hover {
	background: url("../img/zss2.png") no-repeat;
}
.img-scroll2 .next2:hover {
	background: url("../img/zsx2.png") no-repeat;
}
.img-list2 {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 73px;
}
.img-list2 ul {
	width: 999999px;
}
.img-list2 li {
	float: left;
	display: inline;
	width: 359px;
	position: relative;
	position: relative;
	margin-right: 63px;
}
.hzs img {
	width: 100%;
	max-width: 359px;
	max-height: 261px;
}
.hzsp {
	text-align: center;
	display: block;
	line-height: 36px;
	margin-top: 0px;
	font-size: 18px;
	font-size: 1.8rem;
}
.hzs {
	position: relative;
	overflow: hidden;
	display: block;
}
.hzs .hz-zz {
	position: absolute;
	width: 100%;
	height: 100%;
	top: -100%;
	left: 0;
	transition: 0.5s;
	background: url(../img/fangda9.png) no-repeat center center;
}
.hzs:hover .hz-zz {
	top: 0;
}
 @media screen and (max-width:999px) {
.hzs .hz-zz {
	top: 0!important;
	background: url(../img/fangda.png) no-repeat center center;
}
}
 @media screen and (min-width:1000px) and (max-width:1219px) {
.ablie2 {
	margin-left: 20px;
	width: 230px;
}
.abox {
	background-size: 100%;
}
.about2 .liangge {
	margin-bottom: 25px;
}
.img-list2 li {
	width: 285px;
}
}
 @media screen and (max-width:999px) {
.abox {
	background-size: 100%;
}
.ablie2 {
	width: 23%;
	margin: 0 1%;
	margin-bottom: 30px;
}
.about2 .ms_ye {
	margin-top: 40px;
}
.img-list2 ul {
	width: 10000%;
}
.img-list2 li {
	width: 0.31333%;
	margin: 0 0.01%;
}
.img-scroll2 {
	margin-top: 20px;
}
.img-list2 {
	padding-top: 55px;
}
.about2 {
	padding-bottom: 50px;
}
.fangda {
	top: 0;
	background: none;
}
.bottom2 .link {
	padding-top: 0;
}
}
 @media screen and (max-width:639px) {
.ablie2 {
	width: 31%;
	margin: 0 1%;
	margin-bottom: 30px;
}
.about2 .ms_ye {
	margin-top: 20px;
}
.about2 {
	padding-top: 20px;
}
.liangge a {
	background-size: 70%;
	padding-top: 95px;
}
.lg1.currentlg {
	background-size: 70%;
}
.liangge {
}
.img-list2 li {
	width: 0.48%;
	margin: 0 0.01%;
}
}
 @media screen and (max-width:400px) {
.ablie2 {
	width: 48%;
	margin: 0 1%;
	margin-bottom: 20px;
}
}
/*********************************************************************  service  *********************************************************/

.service {
	border: 2px #dbdbdb solid\9;
	box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
	margin-bottom: 15px;
	margin-top: 14px;
}
.service ul li {
	position: relative;
	float: left;
	width: 33.333%;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.service ul li a {
	display: block;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	color: #666;
	height: 55px;
	line-height: 55px;
	text-transform: uppercase;
}
.service ul li.hover a, .service ul li:hover a {
	background-color: #279dd0;
	color: #fff;
}
.service ul li img {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -18px;
}
.service ul li.hover img, .service ul li:hover img {
	display: block;
}
.service ul li:first-child {
	border: none;
}
.s-item .title {
	text-align: center;
	font-size: 36px;
	font-size: 3.6rem;
	color: #333;
	text-transform: uppercase;
}
.s-item1 .s-yikuai {
	background-color: #f6f6f6;
	padding-bottom: 33px;
	margin-bottom: 28px;
}
.s-item1 .s-yikuai .title1 {
	font-size: 18px;
	font-size: 1.8rem;
	color: #279dd0;
	text-align: center;
	padding-top: 26px;
	margin-bottom: 42px;
}
.s-item1 .s-yikuai ul {
	text-align: center;
	font-size: 0;
	letter-spacing: 0
}
.s-item1 .s-yikuai li {
	display: inline-block;
	width: 320px;
	vertical-align: top;
}
.s-item1 .s-yikuai li img {
	margin: 0 auto;
}
.s-item1 .s-yikuai li .libot {
	margin-top: 24px;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 28px;
	color: #333;
}
.s-item1 .title {
	margin-top: 85px;
	margin-bottom: 36px;
}
.s-item p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 28px;
	color: #333;
	margin-bottom: 21px;
}
.s-item2 {
	background: url(../img/s-item2bg.jpg) no-repeat top center;
	padding-top: 30px;
	padding-bottom: 24px;
}
.s-item2 .title {
	margin-top: 27px;
	margin-bottom: 36px;
	color: #fff;
}
.s-item2 p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 28px;
	color: #fff;
	margin-bottom: 27px;
}
.s-item .img-scroll3 {
	position: relative;
	z-index: 9;
	margin-top: 25px;
	margin-bottom: 34px;
}
.s-item .img-scroll3 .prev3, .s-item .img-scroll3 .next3 {
	position: absolute;
	display: block;
	width: 23px;
	height: 44px;
	top: 50%;
	margin-top: -22px;
	z-index: 999
}
.s-item .img-scroll3 .prev3 {
	left: 0px;
	cursor: pointer;
	background: url(../img/i-left.png) no-repeat center center;
}
.s-item .img-scroll3 .prev3:hover {
	background: url(../img/i-lefton.png) no-repeat center center;
}
.s-item .img-scroll3 .next3 {
	right: 0px;
	cursor: pointer;
	background: url(../img/i-right.png) no-repeat center center;
}
.s-item .img-scroll3 .next3:hover {
	background: url(../img/i-righton.png) no-repeat center center;
}
.s-item .img-list3 {
	position: relative;
	overflow: hidden;
	z-index: 99;
	width: 1108px;
	margin: 0 auto;
}
.s-item .img-list3 ul {
	width: 9999px;
}
.s-item .img-list3 li {
	float: left;
	display: inline;
	width: 210px;
	margin-right: 14px;
}
.s-item .img-list3 li img {
	border: #eeeeee solid 1px;
	display: block;
	width: 100%;
	max-width: 208px
}
.s-item2 .img-scroll3 {
	position: relative;
	z-index: 9;
	margin-top: 34px;
	margin-bottom: 34px;
}
.s-item2 .img-scroll3 .prev3 {
	left: 0px;
	cursor: pointer;
	background: url(../img/i-left.png) no-repeat center center;
}
.s-item2 .img-scroll3 .prev3:hover {
	background: url(../img/i-lefton1.png) no-repeat center center;
}
.s-item2 .img-scroll3 .next3 {
	right: 0px;
	cursor: pointer;
	background: url(../img/i-right.png) no-repeat center center;
}
.s-item2 .img-scroll3 .next3:hover {
	background: url(../img/i-righton1.png) no-repeat center center;
}
.s-item3 .yizu {
	width: 57.5%;
	padding-top: 36px;
}
.s-item3 .erzu {
	width: 456px;
}
.s-item3 {
	padding-top: 35px;
	padding-bottom: 132px;
}
.s-item3 .title {
	margin-top: 27px;
	margin-bottom: 32px;
	color: #333;
}
.s-item3 p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 28px;
	color: #333;
	margin-bottom: 27px;
}
.slideBox {
	width: 456px;
	height: 270px;
	position: relative;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}
#s-three .bd img {
	width: 218px !important;
	height: 127px !important;
	display: block;
	float: left;
	margin: 3px 4px;
	border: #e5e5e5 solid 1px
}
.slideBox .prev, .slideBox .next {
	position: absolute;
	display: block;
	width: 31px;
	height: 31px;
	bottom: -40px;
}
.slideBox .prev {
	right: 45px;
	background: url(../img/erzuleft.png) no-repeat center center;
}
.slideBox .next {
	right: 4px;
	background: url(../img/erzuright.png) no-repeat center center;
}
.slideBox .prev:hover {
	background: url(../img/erzulefton.png) no-repeat center center;
}
.slideBox .next:hover {
	background: url(../img/erzurighton.png) no-repeat center center;
}
.slideBox .prevStop {
	display: none;
}
.slideBox .nextStop {
	display: none;
}
 @media screen and (max-width: 1219px) {
.s-item .img-list3 {
	width: 882px;
}
.s-item3 .yizu {
	width: 465px;
	padding-top: 15px;
}
}
 @media screen and (max-width: 999px) {
.s-item2 {
	background: #4eadd7 url(../img/s-item2bg.jpg) no-repeat top center;
}
.s-item1 .s-yikuai li {
	width: 295px;
}
}
 @media screen and (max-width: 979px) {
.s-item1 .s-yikuai li {
	float: none;
	width: 100%;
	display: block;
	margin-bottom: 15px;
}
.s-item .img-list3 {
	width: 100%;
}
.s-item .img-list3 ul {
	width: 1000%;
}
.s-item .img-list3 ul li {
	width: 2.4%;
	margin-right: 0.13333%;
}
.s-item .img-list3 ul li a {
	display: block;
}
.s-item .img-list3 ul li a img {
	display: block;
	max-width: calc(100% - 2px);
	margin: 0 auto;
}
.s-item .img-scroll3 .prev3, .s-item .img-scroll3 .next3 {
	width: 10px;
	height: 15px;
	background-size: 100%!important;
	margin-top: -8px;
}
}
 @media screen and (max-width: 500px) {
.service ul li a {
	display: block;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	color: #666;
	height: 55px;
	line-height: 55px;
	text-transform:none !important;
}
 }
 @media screen and (max-width: 979px) {
.s-item .img-list3 ul li {
	width: 3.2%;
	margin-right: 0.2%;
}
.s-item3 .yizu {
	float: none;
	width: auto;
}
.s-item3 .erzu {
	margin-left: 10px;
	margin-bottom: 38px;
}
}
 @media screen and (max-width: 768px) {
.s-item {
	padding-top: 20px;
	padding-bottom: 20px;
}
.s-item .title {
	font-size: 26px;
	font-size: 2.6rem;
	margin-top: 0;
	margin-bottom: 2px;
}
.s-item3 .yizu {
	float: none;
	width: auto;
}
.s-item3 .erzu {
	float: none;
	margin: 0 auto 30px;
}
}
 @media screen and (max-width: 499px) {
.s-item .img-list3 ul li {
	width: 4.8%;
	margin-right: 0.2%;
}
.s-item .img-scroll3 {
	margin-bottom: 20px;
}
.slideBox, .s-item3 .erzu {
	width: 100%;
	height: auto;
}
.slideBox .bd img {
	width: calc (48% - 2px);
	margin: 1%!important;
	height: auto;
}
}
/* ======================================== news ======================================== */

.nenav {
	text-align: center;
	margin-top: 14px;
	padding-bottom: 1px;
}
.nenav a {
	display: inline-block;
	width: 162px;
	height: 43px;
	border: 1px solid #279dd0;
	text-align: center;
	border-radius: 10px;
	line-height: 43px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #279dd0;
	margin: 0 31px;
}
.nenav a:hover {
	background: #279dd0;
	border: 1px solid #279dd0;
	color: #fff;
}
.dangqianne {
	background: #279dd0;
	border: 1px solid #279dd0 !important;
	color: #fff !important;
}
.nemain1 {
	padding-top: 22px;
	margin-bottom: 79px;
}
.nelie {
	width: 360px;
	float: left;
	margin-left: 60px;
	margin-top: 46px;
}
.nelien {
	max-width: 360px;
	margin: auto;
}
.netu {
	display: block;
	position: relative;
	overflow: hidden;
}
.netun {
	display: block;
	text-align: center;
}
.netun img {
	display: block;
	margin: auto;
	width: 100%;
	max-width: 360px;
	max-height: 240px;
}
.nefu {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 100%;
	background: #2f2d2b;
	background: rgba(47,45,43,0.8);
}
.nefu span {
	display: block;
	width: 148px;
	height: 54px;
	background: #51bd4e;
	text-align: center;
	line-height: 54px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	left: 50%;
	margin-left: -74px;
	top: 50%;
	margin-top: -27px;
}
.nelie:hover .nefu {
	top: 0px;
}
.nea {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 28px;
	margin-top: 17px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	overflow: hidden;
	margin-bottom: 14px;
}
.nelie p a {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 28px;
	color: #666666;
	margin-top: 12px;
	height: 56px;
	overflow: hidden; text-indent:2em
}
.nelien>span {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	color: #999999;
	line-height: 24px;
	background: url(../img/neshizhong.jpg) no-repeat left center;
	padding-left: 21px;
	margin-top: 15px;
}
.nelie a:hover {
	color: #51bd4e;
}
.jvzhong {
	float: none;
	text-align: center;
	padding-top: 69px;
}
.jvzhong a {
	float: none;
	display: inline-block;
 *float:left;
}
 @media screen and (min-width:1000px) and (max-width:1219px) {
.nelie {
	width: 320px;
	margin-left: 10px;
	margin-top: 38px;
}
}
 @media screen and (max-width:999px) {
.nelie:hover .nefu {
	display: none;
}
.nemain {
	padding-bottom: 30px;
}
.banner2 {
	margin-top: auto;
}
.nep {
	margin: auto;
	padding-top: 10px;
	padding-bottom: 28px;
}
.nenav {
	margin-top: 30px;
}
.nenav a {
	margin: 0 10px;
}
.nemain {
	padding-top: 20px;
}
.nelie {
	width: 48%;
	margin-left: 1% !important;
	margin-right: 1%;
	margin-top: 38px;
}
.nea {
	font-size: 16px;
	font-size: 1.6rem;
}
}
 @media screen and (max-width:768px) {
.jvzhong {
	padding-top: 20px;
}
.nemain1 {
	margin-bottom: 30px;
}
.nemain1 {
	padding-top: 0;
}
.nelie {
	margin-top: 20px
}
.nenav {
	margin-top: 10px
}
}
 @media screen and (max-width:639px) {
.nenav a {
	width: 100%;
	margin: 5px 0px;
}
.nep {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 24px;
}
}
 @media screen and (max-width:499px) {
.nelie {
	width: 98%;
}
}
/* ======================================== news1 ======================================== */

.nemain4 {
	padding-top: 8px;
	padding-bottom: 90px;
}
.nemain4 h1 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 26px;
	text-align: center;
}
.riqi1 {
	width: 400px;
	margin: 24px auto 42px;
}
.riqi {
	color: #999;
	display: block;
	width: 110px;
	margin: auto;
	padding-left: 21px;
	background: url(../img/shizhong.jpg) no-repeat left center;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 30px;
}
.riqi1 .fenxiang {
	display: block;
}
.riqi1 .f-wenzi {
	font-size: 14px;
	font-size: 1.4rem;
	color: #999;
	position: relative;
	top: 4px;
	margin-right: 9px;
}
.nex {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 28px;
	color: #666666;
}
.nex p, .nex span, .nex li, .nex div {
	color: #666666;
}
.nex p{ text-indent:2em}
.nex a {
	color: #279dd0;
}
.nex img {
	max-width: 100%;
}
.nex table {
	width: 97%;
	border-collapse: collapse;
	line-height: 24px;
}
.nex tr td {
	line-height: 24px;
	padding: 2px;
}
.fanpian {
	border-top: 1px dashed #7e7e7e;
	padding-top: 24px;
	margin-top: 63px;
}
.fanpian li {
	line-height: 26px;
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	padding-left: 90px;
	margin-top: 20px;
	font-size: 16px;
	font-size: 1.6rem;
}
.fanpian li span {
	display: block;
	width: 77px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #0a0a0a;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #0a0a0a;
	background: #fff;
}
.fanpian li a:hover {
	color: #279dd0;
}
 @media screen and (max-width:768px) {
.nemain4 {
	padding-bottom: 40px;
}
}
 @media screen and (max-width:450px) {
.riqi {
	float: none;
	margin-bottom: 15px;
	width: 100%;
	text-align: left;
	clear: both
}
.riqi1 .fenxiang {
	float: none;
}
.riqi1 {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 20px;
}
}
/* ======================================== test ======================================== */

.test-body {
	background-color: #f6f6f6;
}
.test p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 30px;
	color: #4d4d4d;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 50px;
}
.test ul li {
	width: 49.6%;
	margin-bottom: 44px;
}
.test ul li .litop {
	background: url(../img/testlibg.png) no-repeat top center;
	width: 595px;
	height: 385px;
}
#wpapp {
	width: 600px;
	height: 358px;
	display: table-cell;
	vertical-align: middle;
}
#wpapp p {
	display: block;
	width: 498px;
	margin: 0 auto;
	line-height: 28px;
	color: #4d4d4d;
	font-size: 14px;
	font-size: 1.4rem;
}
.test .libot {
	padding-left: 193px;
	height: 140px;
	margin-top: 20px;
}
.test .libot span {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	color: #4d4d4d;
	line-height: 30px;
	margin-top: 30px;
}
.test .libot1 {
}
.test .libot2 {
}
.test .libot3 {
}
.test .libot4 {
}
.test .libot5 {
}
.test .libot6 {
}
.test .fenyen {
	float: none;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
 @media screen and (max-width:1219px) {
.test ul li .litop {
	width: 100%;
}
#wpapp p {
	width: 85%;
}
.test ul li .litop {
	background-size: 100% 100%;
}
}
 @media screen and (max-width:979px) {
.test ul li {
	width: 100%;
	float: none;
}
#wpapp {
	width: 110%;
}
}
 @media screen and (max-width:950px) {
.test-body .foot {
	background: url(../img/footbg.png) no-repeat top center;
}
}
 @media screen and (max-width:540px) {
.test ul li {
	background-color: #fff;
}
.test ul li .litop {
	background: none;
}
.test .libot {
	margin-top: 0;
}
.test ul li .litop {
	height: auto;
}
#wpapp {
	height: auto;
}
.test .libot1 {
}
.test .libot2 {
}
.test .libot3 {
}
.test .libot4 {
}
.test .libot5 {
}
.test .libot6 {
}
.test .libot {
	background-size: 135px;
	;
}
.test .libot span {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24px;
}
}
/* ======================================== cotact ======================================== */

.contact {
	padding-bottom: 89px;
}
.sino {
	text-align: center;
	font-size: 60px;
	font-size: 6rem;
}
.whether {
	text-align: center;
	padding: 0 265px;
	font-size: 26px;
	font-size: 2.6rem;
	margin-top: 22px;
	margin-bottom: 79px;
	line-height: 30px;
}
.cz_part {
	width: 510px;
	padding-top: 24px;
}
.clxfs>li>span {
	font-size: 18px;
	font-size: 1.8rem;
	color: #353944;
	font-family: "Microsoft Yahei", "微软雅黑";;
	line-height: 40px;
}
.clxfs>li {
	padding-left: 35px;
	font-size: 18px;
	font-size: 1.8rem;
	color: #353944;
	font-family: "Microsoft Yahei", "微软雅黑";
	line-height: 40px;
}
.clxfs>li a {
	font-size: 18px;
	font-size: 1.8rem;
	color: #353944;
	font-family: "Microsoft Yahei", "微软雅黑";
	line-height: 40px;
}
.cicbiao {
	color: #353944;
	line-height: 28px;
}
.cicbiao a {
	display: block;
	color: #353944;
}
.clxfs>li a:hover {
	color: #279dd0;
}
.clxfs>li.cicbiao1 {
	background: url("../img/ct1.jpg") no-repeat left 7px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 36px;
}
.cicbiao2 {
	background: url("../img/ct2.jpg") no-repeat left 7px;
}
.cicbiao3 {
	background: url("../img/ct3.jpg") no-repeat left 7px;
}
.cicbiao4 {
	background: url("../img/ct4.jpg") no-repeat left 7px;
}
.cicbiao5 {
	background: url("../img/ct5.png") no-repeat left 7px;
}
.cicbiao6 {
	background: url("../img/ct6.png") no-repeat left 7px;
}
.cicbiao7 {
	background: url("../img/ct7.png") no-repeat left 7px;
}
.cicbiao8 {
	background: url("../img/ct8.png") no-repeat left 7px;
}
.cicbiao9 {
	background: url("../img/ct9.png") no-repeat left 7px;
}
.cicbiaoskype {
	background: url("../img/ct7.png") no-repeat left 7px;
}
.cicbiaowhatapp {
	background: url("../img/ct8.png") no-repeat left 7px;
}
.cp1 {
	font-weight: bold;
	margin-bottom: 3px;
}
.cp2 {
	line-height: 24px;
}
.cicbiao1 li {
	margin-bottom: 28px;
}
.clxfs a:hover {
	color: #279dd0;
}
.wu {
	font-weight: bold;
	margin-bottom: 10px;
}
.cy_part {
	width: 662px;
	padding-top: 14px;
}
.cy_part .title {
	font-size: 20px;
	font-size: 2rem;
	color: #333;
}
.cy_part p {
	font-size: 16px;
	font-size: 1.6rem;
	color: #666666;
	line-height: 28px;
	padding-top: 3px;
	padding-bottom: 33px;
}
.xing input {
	width: 298px;
	height: 52px;
	padding-left: 13px;
	color: #333;
	border: 1px solid #d2d2d2;
	line-height: 52px;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: "Microsoft Yahei", "微软雅黑" !important;
}
.xing {
	padding-left: 14px;
	margin-bottom: 23px;
}
.xing2 {
	background: url("../img/xing.jpg") no-repeat left 24px;
}
.xing5 {
	margin-bottom: 14px;
}
.textarea {
	width: 632px;
	padding-left: 13px;
	border: 1px solid #d2d2d2;
	line-height: 37px;
	height: 191px;
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: "Microsoft Yahei", "微软雅黑";;
	font-family: "Microsoft Yahei", "微软雅黑"\9
}
.xing input.capt {
	width: 163px;
	height: 52px;
	padding-left: 13px;
	color: #666666;
	border: 1px solid #d2d2d2;
	font-family: "Microsoft Yahei", "微软雅黑"\9
}
.contact .verify_img {
	cursor: pointer;
	vertical-align: middle;
	margin-left: 17px;
}
.xing3 {
	display: inline-block;
}
.csub {
	width: 250px;
	height: 54px;
	text-align: center;
	text-align: center;
	background: #51bd4e;
	color: #fff;
	float: right;
	cursor: pointer;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 54px;
	font-family: "Microsoft Yahei", "微软雅黑";;
	font-family: "Microsoft Yahei", "微软雅黑"\9
}
.csub:hover {
	background: #333;
}
.ditu {
	margin-top: 22px;
}
.ditu ditu {
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
 @media screen  and (max-width:1219px) {
.iframe { overflow:scroll
}
 }
 @media screen and (min-width:1000px) and (max-width:1219px) {
.cz_part {
	width: 400px;
}
.cy_part {
	width: 550px;
}
.xing input {
	width: 240px;
}
.textarea {
	width: 523px;
}
.csub {
	width: 160px;
}
.whether {
	padding: 0 50px;
}
.con_name input {
	height: 52px;
	width: calc( 100% - 13px );
	font-size: 16px;
	font-size: 1.6rem;
	padding-left: 13px;
	color: #a6a6a6;
	border: 1px solid #d2d2d2;
}
.xing input.capt {
	width: 130px;
}
}
 @media screen and (max-width:999px) {
.test .fenyen {
	float: none;
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px
}
.test-body {
	background-color: #fff;
}
.cz_part {
	width: 100%;
	padding-top: 20px;
}
.cy_part {
	width: 100%;
	padding-top: 20px;
}
.textarea {
	width: calc( 100% - 13px );
}
.contact {
	padding-bottom: 70px;
}
.zydiv {
	width: 100%;
}
.xing input {
	width: calc( 100% - 13px );
}
.whether {
	padding: 0 30px;
}
.head2 .nav_list {
	margin-top: 20px;
}
.con_name input {
	height: 52px;
	width: calc( 100% - 13px );
	font-size: 16px;
	font-size: 1.6rem;
	padding-left: 13px;
	color: #a6a6a6;
	border: 1px solid #d2d2d2;
}
.clxfs>li {
	margin-bottom: 10px;
}
}
 @media screen and (max-width:850px) {
.csub {
	width: 100%;
}
.ditul {
	width: 100%;
	float: none;
}
.ditur {
	width: 100%;
	float: none;
}
}
 @media screen and (max-width:699px) {
.zydiv {
	width: 100%;
}
.csub {
	width: 100%;
}
.xing3 {
	display: block;
}
.contact .verify_img {
	margin-bottom: 27px;
	margin-left: 14px;
}
.sino {
	font-size: 40px;
	font-size: 4rem;
}
.whether {
	font-size: 20px;
	font-size: 2rem;
}
.clxfs>li {
	padding-left: 25px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #353944;
	font-family: "Microsoft Yahei", "微软雅黑";
	line-height: 40px;
}
.clxfs > li > span,.clxfs > li a{font-size: 14px;
	font-size: 1.4rem;}
}
 @media screen and (max-width:479px) {
.contact {
	padding-bottom: 20px;
}
}
 @media screen and (max-width:420px) {
.xing input.capt {
	width: 96%;
}
.xing3 {
	display: block;
}
.contact .verify_img {
	margin-bottom: 20px;
	margin-left: 15px;
}
}
.shuxp_c, .top20du {
	font-family: "Microsoft Yahei", "微软雅黑";;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 25px;
	margin-top: 5px;
	margin-bottom: 5px
}
.shuxp_c a {
	color: #279dd0;
	;
}
.shuxp_c a:hover {
	color: #333
}
.listcart {
	width: 100%;
	margin-top: 40px;
	font-family: "Microsoft Yahei", "微软雅黑";;
}
.listcart a {
	display: inline-block;
	height: 30px;
	width: 150px;
	line-height: 30px;
	cursor: pointer;
	border: none;
	overflow: hidden;
	color: #279dd0;
	cursor: pointer;
	border: 1px solid #279dd0;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	margin-left: 10px;
}
.listcart a:hover {
	border: #279dd0 solid 1px;
	background: #279dd0;
	color: #fff
}
 @media screen and (max-width:999px) {
.listcart a {
	width: 40%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	padding-left: 0px;
	padding-right: 0px
}
.listcart {
	width: 100%;
	margin-top: 2rem
}
}
 @media screen and (max-width:420px) {
.listcart a {
	width: 95% !important;
	float: none;
	overflow: hidden;
	margin-bottom: 1rem;
	margin-top: 1rem
}
}
.toubshejiao img {
	max-width: 30px;
	margin-left: 10px
}
.at-resp-share-element .at4-share-count-container {
	text-decoration: none;
	float: right;
	padding-right: 15px;
	line-height: 25px !important;
}

.yuyan img{ margin-left:15px; margin-top:5px}
.toubshejiao,.yundngbu{ box-sizing:border-box; padding-left:20px; padding-right:20px; margin-bottom:10px}
.yundngbu img{ margin-right:15px}
/************  service and support1  *************/
.fymain { padding-top: 30px; padding-bottom: 100px; }
.mshang { margin-bottom: 120px; font-size: 0; letter-spacing: 0; }
.mshang2 { font-size: 0; letter-spacing: 0; }
.msp { font-size: 22px; font-size: 2.2rem; line-height: 24px; margin-bottom: 70px; }
.msbox { width: 230px; display: inline-block; vertical-align: top; margin-left: 93px; text-align: center; }
.msa1 { display: block; font-size: 18px; font-size: 1.8rem; color: #333333; line-height: 24px; }
.msa2 { display: block; font-size: 14px; font-size: 1.4rem; color: #666666; line-height: 24px; margin-top: 15px; margin-bottom: 13px; }
.msa3 img { max-width: 100%; }
.msbox a:hover { color: #279dd0; }
@media screen and (max-width: 1219px) { .msbox { margin-left: 20px; } }
@media screen and (max-width: 999px) { .msbox { width: 23%; margin: 0 1%; }
  .msp { font-size: 20px; font-size: 2rem; margin-bottom: 50px; }
  .mshang { margin-bottom: 80px; }
  .msa1 { font-size: 16px; font-size: 1.6rem; }
  .msa3 img { width: 100px; } }
@media screen and (max-width: 767px) { .msbox { width: 48%; margin-bottom: 30px; }
  .mshang { margin-bottom: 45px; } }
/**********   service and support2   **********/
.msyou { width: 884px; }
.mszuo { width: 231px; }
.ssbt { font-size: 20px; font-size: 2rem; color: #279dd0; padding-bottom: 20px; border-bottom: 1px solid #d3d3d3; line-height: 30px; }
.mszuo ul li { border-bottom: 1px solid #d3d3d3; font-size: 16px; font-size: 1.6rem; }
.mszuo ul li a { display: block; padding-top: 10px; padding-bottom: 10px; line-height: 30px; }
.mszuo ul li.active a { color: #279dd0; }
.mszuo ul li a:hover { color: #279dd0; }
.msyou form > p { font-size: 20px; font-size: 2rem; line-height: 30px; margin-bottom: 20px; text-indent: 4em; }
.msyou form div { margin-bottom: 28px; }
.msyou form div span { font-size: 16px; font-size: 1.6rem; line-height: 36px; color: #666666; vertical-align: top; display: inline-block; width: 165px; text-align: right; }
.msyou form div input { padding-left: 10px; width: 282px; height: 36px; line-height: 36px; border: 1px solid #d9d9d9; }
.msyou form div textarea { padding-left: 10px; width: 573px; height: 146px; line-height: 36px; border: 1px solid #d9d9d9; }
.msyou form div.special input { width: 192px; }
.msyou form div.special img { cursor: pointer; vertical-align: middle; margin-left: 2px; }
.msyou form div.special2 input { width: 204px; height: 45px; line-height: 45px; border: none; background: #279dd0; color: #fff; font-size: 18px; font-size: 1.8rem; cursor: pointer; }
.msyou form div.special2 input:hover { background: #198fc2; }
.msyou form div.special2 { margin-top: 40px; }
.msyou form div.special3 input { width: 12px; height: 12px; vertical-align: middle; margin-right: 5px; }
.msyou form div.special3 { font-size: 16px; font-size: 1.6rem; }
.msyou form div.special3 p { line-height: 36px; vertical-align: top; display: inline-block; margin-right: 20px; }
@media screen and (max-width: 1219px) { .msyou { width: 720px; }
  .msyou form div textarea { width: 500px; } }
@media screen and (max-width: 999px) { .msyou { width: 100%; }
  .mszuo { width: 100%; margin-top: 20px; }
  .msyou form div input { width: -webkit-calc(100% - 182px); width: -moz-calc(100% - 182px); width: calc(100% - 182px); }
  .msyou form div textarea { width: -webkit-calc(100% - 182px); width: -moz-calc(100% - 182px); width: calc(100% - 182px); } }
@media screen and (max-width: 767px) { .msyou form div span { display: block; text-align: left; }
  .msyou form div input, .msyou form div textarea { width: -webkit-calc(100% - 12px); width: -moz-calc(100% - 12px); width: calc(100% - 12px); }
  .msyou form div.special2 span { display: none; }
  .msyou form div.special input { width: -webkit-calc(100% - 128px); width: -moz-calc(100% - 128px); width: calc(100% - 128px); }
  .msyou form > p { text-indent: 0; }
  .msyou form div { margin-bottom: 20px; } }
@media screen and (max-width: 500px) { .msyou form > p { font-size: 18px; font-size: 1.8rem; }
  .msyou form div span { font-size: 14px; font-size: 1.4rem; }
  .msyou form div.special3 p { font-size: 14px; font-size: 1.4rem; }
  .msyou form div.special2 input { font-size: 16px; font-size: 1.6rem; }
  .msyou form div.special2 { margin-top: 30px; } }
/************  service and support3  *************/
.ms_xzbt { font-size: 20px; font-size: 2rem; line-height: 30px; margin-bottom: 39px; }
.ms_dbox { padding-bottom: 35px; border-bottom: 1px solid #e2e2e2; margin-bottom: 38px; }
.ms_dtu { margin-right: 35px; max-width: 240px; }
.ms_dtu img { display: block; width: 100%; max-width: 240px; }
.ms_dnr { padding-top: 14px; }
.ms_dp1 { display: block; font-size: 16px; font-size: 1.6rem; line-height: 24px; }
.ms_dp2 { display: block; font-size: 14px; font-size: 1.4rem; color: #666666; line-height: 30px; height: 60px; overflow: hidden; margin-top: 15px; margin-bottom: 33px; }

.ms_dp1:hover,.ms_dp2:hover{ color:#279dd0}
.ms_dp3 { display: inline-block; min-width: 120px; height: 34px; line-height: 32px; text-align: center; border-radius: 18px; border: 1px solid #279dd0; color: #279dd0; }
.ms_dp3:hover{color: #fff;border: 1px solid #333; background:#333}
@media screen and (max-width: 767px) { .ms_dtu { margin-right: 18px; max-width: 210px; }
  .ms_dp1 { font-size: 14px; font-size: 1.4rem; }
  .ms_dnr { padding-top: 0; }
  .ms_dp2 { margin-bottom: 15px; } }
@media screen and (max-width: 600px) { .ms_dtu { float: none; width: auto; max-width: 240px; display: block; margin: 0 auto; }
  .ms_dnr { padding-top: 20px; }
  .ms_dbox { padding-bottom: 22px; margin-bottom: 30px; } }
/**********  jiejuefangan  **********/
.msp2 { font-size: 22px; font-size: 2.2rem; line-height: 24px; margin-bottom: 31px; }
.ms_datu { margin-bottom: 107px; }
.ms_datu img { display: block; width: 100%; max-width: 1200px; }
.ms_tu_list ul { font-size: 0; letter-spacing: 0; }
.ms_tu_list ul li { display: inline-block; vertical-align: top; width: 270px; text-align: center; margin-left: 40px; margin-bottom: 55px; }
.ms_tu_list ul li img { display: block; width: 100%; max-width: 270px; max-height: 190px; }
.ms_tu_list ul li p { margin-top: 10px; font-size: 16px; font-size: 1.6rem; line-height: 24px; }
@media screen and (max-width: 1219px) { .ms_tu_list ul li { margin-left: 20px; width: 230px; } }
@media screen and (max-width: 999px) { .ms_tu_list ul li { width: 23%; margin: 0 1%; margin-bottom: 30px; }
  .ms_datu { margin-bottom: 60px; } }
@media screen and (max-width: 767px) { .msp2 { font-size: 18px; font-size: 1.8rem; }
  .ms_tu_list ul li { width: 31.333%; }
  .ms_tu_list ul li p { font-size: 14px; font-size: 1.4rem; }
  .ms_datu { margin-bottom: 40px; } }
@media screen and (max-width: 500px) { .ms_tu_list ul li { width: 48%; margin-bottom: 20px; } }
