*{margin: 0px auto;padding: 0px auto;font-family: 'Microsoft YaHei','微软雅黑';}
ul{padding: 0px;}
li{list-style: none;}
a{text-decoration: none;color: #000;}
img{border: none;}
h3,h4,h5{font-weight: normal;}

.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
	line-height: 0;
}
.container{
	width: 1200px;
}
body{
	overflow-x: hidden;
}
.header{
	width: 1200px;
	height: 100px;
}
.header .logo{
	float: left;
	margin-top: 11px;
}
.header .search{
	width: 520px;
	height: 48px;
	border: 2px #a5c636 solid;
	border-radius: 30px;
	margin-top: 30px;
	float: left;
	margin-left: 180px;
	box-shadow: 0px 3px 10px #ddd;
}
.filter-disabled {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
.filter-box {
	position: relative;
}
.filter-box select {
	display: none;
}
.search .filter-text {
	width: 130px;
	height: 48px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	padding: 0 30px 0 10px;
	box-sizing: border-box;
	background: #fff;
	border-right: 2px #a5c636 solid;
	float: left;
	z-index: 100;
	margin-left: 20px;
	border-radius: 24px 0px 0px 24px;
}
.filter-text input {
	font-size: 16px;
}
.search .filter-text .filter-title {
	width: 100px;
	height: 48px;
	line-height: 48px;
	border: 0;
	background-color: transparent;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0;
	cursor: pointer;
	outline: none;
	color: #74b43c;
}
.search .filter-list {
	display: none;
	width: 150px;
	max-height: 180px;
	background-color: #fff;
	font-size: 14px;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 100;
	border: 1px solid #e6e6e6;
	overflow: auto;
}
.filter-list li.filter-null a {
	color: #d2d2d2;
}
.filter-list li a {
	display: block;
	padding: 0 10px;
	line-height: 36px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}
.filter-list li:hover {
	background-color: #f2f2f2;
}
.filter-list li.filter-selected {
	background-color: #008cd6;
}
.filter-list li.filter-selected a{
	display: block;
	color: #fff;
}
.filter-list li.filter-disabled {
	background-color: #fff;
}
.filter-list li.filter-disabled a{
	display: block;
	color: #d2d2d2;
}
.filter-list li.filter-disabled:hover a {
	cursor: not-allowed!important;
	background-color: #fff;
}
.icon {
	position: absolute;
}
.icon-filter-arrow {
	width: 10px;
	height: 8px;
	background-repeat: no-repeat;
	background-image: url(../images/icon_arrow_down_x2.png);
	background-size: 100%;
	right: 20px;
	top: 20px;
	transition: all .2s;
}
.icon-filter-arrow.filter-show {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.filter-list::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}
.filter-list::-webkit-scrollbar-track {
	background: #fff
}
.filter-list::-webkit-scrollbar-thumb {
	background: #CBCBCB;
}
.sousuo input{
	width: 275px;
	height: 48px;
	border: 0px;
	outline: none;
	padding: 0px 15px;
	box-sizing: border-box;
	font-size: 16px;
	float: left;
}
.sousuo input::-webkit-input-placeholder{
	color:#979797;
}
.sousuo button{
	width: 95px;
	height: 48px;
	background: #a5c636;
	outline: none;
	border: 0px;
	border-radius: 0px 22px 22px 0px;
	box-sizing: border-box;
	float: right;
	cursor: pointer;
}
.header .tell{
	width: 210px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	float: right;
	background: #008cd6;
	border-radius: 30px;
	font-size: 20px;
	margin-top: 30px;
}
.header .tell img{
	margin-right: 10px;
	float: left;
	margin-top: 15px;
	margin-left: 20px;
}
.nav{
	width: 100%;
	height: 60px;
	background: linear-gradient(to bottom,#9cc337,#7ab63b);
}
.nav ul{
	float: left;
}
.nav ul li{
	width: 125px;
	font-size: 18px;
	text-align: center;
	line-height: 60px;
	float: left;
	position: relative;
}
.nav ul li>a{
	display: block;
	color: #fff;
}
.nav ul li>a.cur,.nav ul li:hover{
	background: #008cd6;
}
.nav .menu{
	height: 28px;
	float: right;
	border: 1px #fff solid;
	border-radius: 15px;
	color: #fff;
	padding: 0 15px;
	font-size: 14px;
	line-height: 28px;
	margin-top: 16px;
	margin-left: 15px;
}
.nav .menu:hover{
	background: #008cd6;
	border: 1px #008cd6 solid;
}
.nav .menu img{
	float: left;
	margin: 7px 5px 0px 0px;
}
.erji{
	min-width: 125px;
	background: #fff;
	box-shadow: 0px 0px 10px #777;
	position: absolute;
	top: 60px;
	left: 0px;
	z-index: 1000;
	padding: 10px 0px;
	border-radius: 0px 0px 5px 5px;
	display: none;
}
.erji p{
	font-size: 16px;
    line-height: 40px;
}
.erji p a{
    color: #4d4d4d;
    display: block;
} 
.erji p a:hover{
	color: #008cd6;
}
.lie{
	width: 250px;
	float: left;
	box-sizing: border-box;
	text-align: left;
	padding-left: 30px;
	margin-top: 30px;
	margin-bottom: 10px;
}
.lie h3{
	font-size: 16px;
	line-height: 40px;
}
.lie h3 a{
	color: #1b1b1b;
}
.lie h4{
	font-size: 14px;
	line-height: 30px;
	padding-left: 40px;
}
.lie h4 a{
	color: #666;
}
.lie h3 img{
	width: 30px;
	float: left;
	margin-top: 4px;
	margin-right: 10px;
}
.lie a:hover{
	color: #008cd6;
}




.ban .swiper-container{
	width: 100%;
	height: 400px;
}
#banner_page span{
	width: 12px;
	height: 12px;
	background: rgba(0,0,0,0.5);
}
#banner_page span.swiper-page-bullet-active{
	background: #a5c636;
}
.tt{
	width: 1198px;
	height: 60px;
	border: 1px #e8ebef solid;
	border-radius: 5px;
	margin-top: 15px;
}
.tt .swiper-container{
	width: 1050px;
	height: 60px;
	float: right;
}
.tt .swiper-button-prev{
	width: 13px;
	height: 15px;
	background-image: url(../images/tm_19.png);
	background-size: auto;
	left: auto;
	right: 55px;
	margin-top: -7px;
}
.tt .swiper-button-next{
	width: 13px;
	height: 15px;
	background-image: url(../images/tm_21.png);
	background-size: auto;
	right: 25px;
	margin-top: -7px;
}
.tt .swiper-slide span{
	float: right;
	color: #7e7e7e;
	margin-right: 100px;
}
.tt .swiper-slide a{
	color: #4d4d4d;
}
.tt .swiper-slide{
	line-height: 60px;
}
.tt h3{
	float: left;
	line-height: 60px;
	color: #2083c8;
	font-size: 18px;
	background: url(../images/tm_16.png)left center no-repeat;
	padding-left: 30px;
	margin-left: 20px;
}
.tt .swiper-slide a:hover{
	color: #2083c8;
}
.cp{
	width: 1200px;
	margin-top: 30px;
}
.cpl{
	width: 280px;
	/*height: 430px;*/
	float: left;
	box-shadow: 0px 0px 10px #ddd;
	border-radius: 8px;
	overflow: hidden;
}
.cpl .title{
	height: 60px;
	line-height: 60px;
	background: linear-gradient(to bottom,#9cc337,#7ab63b);
	font-size: 24px;
	text-align: center;
	color: #fff;
}
.cpl ul li img{
	float: left;
	margin-top: 7px;
	margin-right: 10px;
}
.cpl ul li h3{
	color: #191919;
	font-size: 18px;
}
.cpl ul li p{
	font-size: 14px;
	color: #4d4d4d;
	margin-top: 8px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.cpl ul li p a{
	margin-right: 10px;
}
.cpl ul li{
	width: 240px;
	height: 90px;
	border-bottom: 1px #e6e6e6 solid;
	padding-top: 20px;
	box-sizing: border-box;
}
.cpl ul li:last-child{
	border: 0px;
}
.cpl ul li h3:hover,.cpl ul li p a:hover{
	color: #74b43c;
}
.cpr{
	width: 900px;
	height: 780px;
	float: right;
	box-sizing: border-box;
	border: 1px #e8ebef solid;
	border-radius: 8px;
}
.cpr .title{
	height: 59px;
	line-height: 60px;
	background: #f1f1f1;
	border-bottom: 1px #e8ebef solid;
	padding: 0px 15px;
}
.cpr .title h3{
	font-size: 18px;
	color: #353535;
	float: left;
	background: url(../images/tm_27.png)left center no-repeat;
	padding-left: 15px;
}
.cpr .title a{
	float: right;
	color: #7e7e7e;
}
.cpr .title a:hover{
	color: #2083c8;
}
/*.cpr ul li img{
	width: 158px;
	height: 108px;
	border: 1px #f3f4f6 solid;
}
.cpr ul li{
	width: 160px;
	float: left;
	margin-right: 17px;
	margin-top: 15px;
	text-align: center;
}
.cpr ul li:nth-child(5n){
	margin-right: 0px;
}
.cpr ul{
	padding: 0px 15px;
}
.cpr ul li p{
	font-size: 14px;
	color: #323232;
	text-align: center;
	margin-top: 5px;
}
.cpr ul li span{
	font-size: 12px;
	color: #808080;
}
.cpr ul li:hover img{
	border: 1px #74b43c solid;
}
.cpr ul li:hover p{
	color: #74b43c;
}*/
.ab{
	width: 100%;
	/*background: url(../images/bg_43.jpg)center no-repeat;*/
	margin-top: 15px;
	box-sizing: border-box;
}
.abl{
	width: 800px;
	height: 945px;
	float: left;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0px 0px 10px #ddd;
}
.abltab_box{
    width: 760px;
    position: relative;
    margin: 20px;
}
.abltab_box .abltab:first-child{
	display: block;
}
.abltab{
	width: 760px;
	height: 830px;
	position: absolute;
	top: 0px;
	left: 0px;
	color: #4d4d4d;
	text-align: justify;
	line-height: 32px;
	display: none;
}
.abl .title{
	height: 60px;
	background: linear-gradient(to bottom,#9cc337,#7ab63b);
	text-align: center;
	padding: 0px 20px;
}
.abl .title p{
	float: right;
	line-height: 60px;
}
.abl .title p a{
	color: #fff;
}
.abul li{
	width: 120px;
	height: 48px;
	float: left;
	font-size: 18px;
	line-height: 48px;
	color: #fff;
	margin-top: 10px;
}
.abul li.cur{
	background: #fff;
	border-top: 2px #e6e6e6 solid;
	color: #1b1b1b;
	cursor: default;
}
.con{width:760px;height:220px;overflow:hidden;margin: 20px;}
.con1{width:760px;height:220px;width:1000%; }
.con1 li{width:760px;height:220px;float:left;}
.con li h3{
	font-size: 20px;
	color: #4c4c4c;
	margin: 10px 0px;
}
.con li img{
	float: left;
	margin-right: 20px;
}
.con li p{
	font-size: 14px;
	color: #4e4e4e;
	text-align: justify;
	line-height: 25px;
}
.abr{
	width: 380px;
	float: right;
	background: #fff;
	box-sizing: border-box;
}
.abr_box{
    box-shadow: 0px 0px 10px #ddd;
    padding: 0px 20px 20px 20px;
    border-radius: 8px;
}

.abr_proul li{
	width: 160px;
	float: left;
	border: 1px #e6e6e6 solid;
	box-sizing: border-box;
	margin-top: 15px;
}
.abr_proul li .img{
	width: 158px;
    height: 105px;
    border-bottom: 1px #e6e6e6 solid;
    overflow: hidden;
}
.abr_proul li img{
	width: 158px;
	height: 105px;
	transition: 1s;
}
.abr_proul li:hover img{
	transform: scale(1.2);
}
.abr_proul li:hover h3{
    color: #2083c8;
}
.abr_proul li:nth-child(2n){
	float: right;
}
.abr_proul li h3{
    font-size: 14px;
    color: #4d4d4d;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.abr_proul li .text{
	width: 140px;
	padding: 0px 10px;
	height: 50px;
	float: left;
	display: table;
}


.abr .title{
	height: 59px;
	border-bottom: 1px #e6e6e6 solid;
	line-height: 59px;
	overflow:hidden;
}
.abr .title h3{
	font-size: 24px;
	color: #262727;
	background: url(../images/tm_44.png)left center no-repeat;
	padding-left: 35px;
	float: left;
}
.abr .title a{
	float: right;
	color: #979797;
	margin-top: 5px;
}
.abr .title a:hover{
	color: #2083c8;
}
.abr .title h3 span{
	font-size: 14px;
	color: #989898;
	margin-left: 5px;
}
.plyr{
	height: 220px;
	margin-top: 20px;
	background: #000;
}
.xw{
	width: 1200px;
	margin: 20px auto;
	border-radius: 8px;
	overflow: hidden;
}
.xw .title{
	height: 60px;
	background: #f1f1f1;
	padding: 0px 20px;
}
.xw .title p{
	float: right;
	line-height: 60px;
}
.xw .title p a{
	color: #7e7e7e;
}
.xw .title p a:hover{
	color: #2083c8;
}
.xwb li{
	width: 120px;
	height: 48px;
	float: left;
	font-size: 18px;
	line-height: 48px;
	color: #656565;
	margin-top: 10px;
	text-align: center;
	cursor: default;
}
.xwb .cur{
	background: #fff;
	border-top: 2px #a5c636 solid;
	color: #1a1a1a;
}
.xwbox{
	width: 1198px;
	height: 335px;
	border: 1px #e8ebef solid;
	border-top: 0px;
	border-radius: 0px 0px 8px 8px;
	position: relative;
}
.xwtab li{
	width: 550px;
	height: 120px;
	float: left;
	margin-top: 30px;
}
.xwtab li:nth-child(2n){
	float: right;
}
.xwtab li img{
	width: 185px;
	height: 120px;
	transition: .5s;
}
.xwtab{
	padding: 0px 25px;
	display: none;
	position: absolute;
}
.xwtab h3{
	font-size: 16px;
	color: #333333;
	line-height: 26px;
}
.xwtab p{
	font-size: 14px;
	color: #7f7f7f;
	margin: 10px 0px 17px 0px;
}
.xwtab span{
	font-size: 14px;
	color: #2083c8;
}
.xwtab li div{
	width: 185px;
	height: 120px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
}
.xwtab li img:hover{
	transform: scale(1.1);
}
.xwtab li h3:hover{
	color: #2083c8;
}
.footer{
	width: 100%;
	background: linear-gradient(to right,#a0c132,#6cad32);
}
.fot1{
	height: 339px;
	border-bottom: 1px rgba(255,255,255,0.3) solid;
	padding-top: 40px;
	box-sizing: border-box;
}
.fot1 ul{
	width: 739px;
	height: 260px;
	border-right: 1px rgba(255,255,255,0.3) solid;
	float: left;
}
.fot1 ul li{
	float: left;
	margin-right: 80px;
}
.fot1 ul li h3{
	font-size: 18px;
	color: #fff;
	margin-bottom: 15px;
	font-weight: bold;
}
.fot1 ul li p{
	line-height: 30px;
}
.fot1 ul li p a{
	color: #fff;
	font-size: 14px;
}
.fot1 ul li p a:hover{
	color: #008cd6;
}
.fot1r{
	float: right;
	color: #fff;
}
.fot1r h2{
	font-size: 18px;
	margin-bottom: 12px;
}
.fot1r p{
	font-size: 14px;
	line-height: 28px;
}
.fot1r img{
	margin-top: 12px;
}
.copy{
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 12px;
}
.zybanner{
	width: 100%;
	height: 240px;
}
.zhuce{
	width: 100%;
	background: #f5f6f7;
	padding: 55px 0px;
}
.zcbox{
	width: 750px;
	/*height: 660px;*/
}
.zcb li{
	width: 200px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	float: left;
	background: #e6e6e6;
	font-size: 20px;
}
.zcb{
	float: left;
	border-radius: 15px 15px 0px 0px;
	overflow: hidden;
	margin-left: 0px;
	display: inline-block;
}
.zcb li a{
	display: block;
	color: #676767;
}
.zcb li .cur{
	color: #008cd6;
	background: #fff;
	font-weight: bold;
}
.zccont{
	width: 750px;
	/*height: 620px;*/
	padding-bottom: 50px;
	background: #fff;
	clear: both;
}
.zcb li a:hover{
	color: #008cd6;
}
.zccont li input{
	width: 400px;
	height: 45px;
	background: #f5f5f5;
	box-sizing: border-box;
	border: 1px #e8e8e8 solid;
	outline: none;
	padding: 0px 15px;
	float: left;
}
.zccont li font{
	color: #ff0000;
}
.zccont li span{
	display: block;
	width: 110px;
	float: left;
	line-height: 45px;
	text-align: right;
	color: #333;
	font-size: 16px;
}
.zccont li{
	width: 510px;
	margin-top: 15px;
	overflow: hidden;
}
.zccont ul{
	display: inline-block;
	margin-left: 60px;
	margin-top: 40px;
}
.phone_yzm{
	width: 130px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #b5ebfc;
	font-size: 12px;
	color: #3576bb;
	float: right;
}
.phone_yzm:hover{
	color: #fff;
	background: #235ca6;
}
#v_container{
	width: 130px;
	height: 45px;
	float: right;
}
.zccont li p{
	float: left;
	line-height: 45px;
	color: #333;
	font-size: 14px;
	margin-left: 10px;
}
.zccont li p a{
	color: #008cd6;
}
#xieyi{
	padding: 0;
	width: 15px;
	height: 15px;
	margin-top: 15px;
	overflow: hidden;
	border: 1px solid #666;
	cursor: pointer;
}
.zccont li button{
	background: #008cd6;
	width: 400px;
	border: 0px;
	height: 40px;
	color: #fff;
	outline: none;
	cursor: pointer;
	font-size: 16px;
}
.zccont li h3 a{
	color: #333;
	font-size: 14px;
	line-height: 50px;
}
.zccont li h3 a:hover{
	text-decoration: underline;
}
.center{
	width: 100%;
	background: #f5f6f7;
	padding: 30px 0px;
}
.cenl{
	width: 240px;
	min-height: 820px;
	float: left;
	margin-top: -70px;
	background: #fff;
	padding-bottom: 20px;
	box-shadow: 0px 0px 10px #ddd;
	box-sizing: border-box;
	position: relative;
}
.cenl .title{
	/*height: 100px;*/
	padding-bottom: 20px;
	padding-right: 15px;
	background: linear-gradient(to bottom,#9cc337,#7ab63b);
	color: #fff;
	padding-left: 30px;
	box-sizing: border-box;
	padding-top: 15px;
}
.cenl .title h3{
	font-size: 28px;
}
.cenl .title p{
	font-size: 16px;
	margin-top: 7px;
}
.cenl .title h3 img{
	float: left;
	margin-right: 10px;
	margin-top: 6px;
}
.cennav{
	margin-top: 20px;
	background: url(../images/l_07.png)center top no-repeat;
}
.cennav li{
	width: 250px;
	height: 62px;
	line-height:62px;
	background: url(../images/l_07.png)center bottom no-repeat;
	position: relative;
}
.cennav li img{
	position: absolute;
	top: 18px;
	left: 25px;
}
.cennav li span{
	color: #464646;
	font-size: 16px;
	line-height: 52px;
	margin-left: 65px;
}
.cennav li a{
	display: block;
}
.cennav li.cur{
	background: url(../images/nav_03.png);
}
.cennav li.cur span{
	color: #fff!important;
}
.cennav li.cur img:nth-child(2){
	display: none;
}
.cennav li:hover span{
	color: #008cd6;
}
.goout{
	width: 210px;
	height: 36px;
	line-height: 36px;
	background: #f5f6f7;
	color: #464646;
	text-align: center;
	position: absolute;
	bottom: 20px;
	left: 15px;
}
.goout:hover{
	background: #008cd6;
	color: #fff;
}
.cenr{
	width: 940px;
	min-height: 750px;
	float: right;
	padding: 30px 50px 30px 50px;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px #eee;
}
.cenr .title{
	border-bottom: 1px #e6e6e6 solid;
	overflow: hidden;
}
.cenr .title h2{
	font-size: 20px;
	color: #585858;
	background: url(../images/tb_07.png)left top 3px no-repeat;
	padding-left: 15px;
	padding-bottom: 15px;
	float: left;
}
.cenr .jilu a{
	float: right;
	color: #f77705;
	margin-top: 8px;
}
.grzlul li {
	height: 48px;
	margin-top: 33px;
}
.grzlul li span{
	font-size: 16px;
	color: #7f7f7f;
	float: left;
	line-height: 48px;
}
.grzlul li input{
	width: 400px;
	height: 48px;
	background: #f5f6f7;
	border: 0px;
	outline: none;
	font-size: 16px;
	padding: 0px 15px;
	margin-left: 10px;
	float: left;
	color: #191919;
}
.grzlul .filter-text {
	width: 120px;
	height: 48px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	padding: 0 30px 0 10px;
	box-sizing: border-box;
	background: #f5f6f7;
	float: left;
	z-index: 100;
}
.grzlul .filter-text .filter-title {
	width: 100px;
	height: 48px;
	line-height: 48px;
	border: 0px!important;
	background-color: transparent;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0;
	cursor: pointer;
	outline: none;
	color: #5b5f67;
}
.grzlul .filter-list {
	display: none;
	width: 120px;
	max-height: 180px;
	background-color: #fff;
	font-size: 14px;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 100;
	border: 1px solid #e6e6e6;
	overflow: auto;
}
.grzlul .filter-box{
	float: left;
	margin-left: 18px;
}
.grzlul .filter-list li{
	height: auto;
	margin-top: 0px;
}
.grzlul .icon-filter-arrow {
	width: 10px;
	height: 8px;
	background-repeat: no-repeat;
	background-image: url(../images/sj_07.png);
	background-size: 100%;
	right: 20px;
	top: 20px;
	transition: all .2s;
}
.grzlul .filter-list li a{
	padding: 0 20px;
}
.grzlul li .xgzl{
	width: 150px;
	height: 50px;
	border-radius: 5px;
	color: #008cd6;
	outline: none;
	border: 1px #008cd6 solid;
	font-size: 16px;
	margin-left: 90px;
	cursor: pointer;
	background: none;
}
.grzlul li .qrxg{
	width: 150px;
	height: 50px;
	border-radius: 5px;
	outline: none;
	border: 1px #008cd6 solid;
	font-size: 16px;
	margin-left: 90px;
	cursor: pointer;
	background: #008cd6;
	color: #fff;
}
.cenr .title .jiesuan{
	width: 136px;
	height: 36px;
	background: #f77705;
	color: #fff;
	line-height: 36px;
	text-align: center;
	border-radius: 20px;
	float: right;
}
.shop_table{
	text-align: center;
	margin-top: 20px;
	border: 1px #e6e6e6 solid;
}
.shop_table td{
	height: 40px;
	border: 1px #e6e6e6 solid;
}
.pay_table{
	text-align: center;
	margin-top: 20px;
	border: 1px #e6e6e6 solid;
}
.pay_table td{
	height: 40px;
}
.pay_cont{
	border: 0px;
}
.pay_cont td{
	text-align: center;
	padding: 10px 0px;
	font-size: 16px;
	color: #313131;
	border: 0px;
	border-bottom: 1px #e6e6e6 solid;
}
.shop_cont{
	margin-top: 5px;
}
.shop_cont td{
	background: #f5f6f7;
	text-align: center;
	height: 40px;
	border-top: 10px #fff solid;
	font-size: 14px;
	color: #313131;
}
.shop_cont td a{
	color: #008cd6;
}
.grzlul .filter-box .fugai{
	width: 120px;
	height: 48px;
	background: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}
.order_cont{
	border: 1px #e6e6e6 solid;
	text-align: center;
}
.order_cont td{
	height: 44px;
	color: #4d4d4d;
	font-size: 15px;
	border: 1px #e6e6e6 solid;
}
.ortitle{
	font-size: 16px;
	font-weight: bold;
	color: #008cd6;
	margin: 30px 0px 15px 0px;
}
.or_table{
	border: 1px #e6e6e6 solid;
}
.or_table td{
	color: #343434;
	font-size: 14px;
	padding: 15px;
	border: 1px #e6e6e6 solid;
}
.or_table td span{
	color: #656565;
}
.hj_table{
	border: 1px #e6e6e6 solid;
	background: #f5f6f7;
	height: 48px;
	font-size: 14px;
}
.hj_table td{
	color: #373737;
	padding: 0px 15px;
	border: 1px #e6e6e6 solid;
}
.hj_table td span{
	color: #d61b1b;
}
.jful li{
	width: 200px;
	float: left;
	text-align: center;
	margin-top: 30px;
	margin-right: 13.3px;
}
.jful li img{
	width: 198px;
	height: 198px;
	border: 1px #e6e6e6 solid;
}
.jful li h3{
	font-size: 16px;
	color: #333333;
	margin-top: 8px;
	margin-bottom: 4px;
}
.jful li p{
	font-size: 14px;
	color: #008cd6;
}
.jful li:nth-child(4n){
	margin-right: 0px;
}
.dhtop{
	width: 100%;
	margin-top: 30px;
	overflow: hidden;
}
.dhimg{
	width: 280px;
	height: 280px;
	float: left;
	border: 1px #e6e6e6 solid;
}
.dhtopr h3{
	font-size: 30px;
	color: #333333;
}
.dhtopr p{
	display: inline-block;
	background: #008cd6;
	color: #fff;
	font-size: 14px;
	width: 190px;
	line-height: 30px;
	text-align: center;
	margin-top: 20px;
}
.dhtopr span{
	display: block;
	background: #f5f6f7;
	font-size: 16px;
	color: #505050;
	padding: 15px 20px;
	margin-bottom: 30px;
	margin-top: 30px;
	line-height: 26px;
}
.dhtopr{
	width: 510px;
	float: right;
}
.dhtopr a{
	color: #fff;
	background: #e01a1a;
	padding: 10px 50px;
	border-radius: 20px;
}
.dhbot{
	width: 100%;
	height: 280px;
	border: 1px #e6e6e6 solid;
	margin-top: 35px;
}
.dhbot ul li input{
	width: 400px;
	height: 50px;
	background: #f5f6f7;
	outline: none;
	border: 0px;
	padding: 0 15px;
	color: #4b4b4b;
	font-size: 15px;
	float: left;
	box-sizing: border-box;
}
.dhbot ul li span{
	display: block;
	width: 100px;
	float: left;
	color: #7f7f7f;
	line-height: 50px;
}
.dhbot ul li{
	margin-top: 30px;
	margin-left: 35px;
	overflow: hidden;
}
.dhbot ul li a{
	font-size: 16px;
	float: left;
	color: #999999;
	margin-left: 20px;
	line-height: 50px;
}
.dh_qrxg{
	background: none;
	color: #008cd6;
	border: 0px;
	font-size: 16px;
	line-height: 48px;
	outline: none;
	margin-left: 20px;
	cursor: pointer;
}
.zybox{
	width: 1200px;
	padding: 15px 0px;
}
.zyl{
	width: 280px;
	float: left;
}
.zytitle{
	width: 280px;
	height: 100px;
	background: url(../images/cp_03.png);
	color: #fff;
	padding: 22px 0px 0px 27px;
	box-sizing: border-box;
}
.zytitle h2{
	font-size: 30px;
}
.zytitle p{
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 2px;
}
.nav_one{
	background: #e3e6e8;
	height: 60px;
	line-height: 60px;
	padding-left: 25px;
	color: #191919;
	margin-top: 2px;
	font-size: 20px;
}
.nav_one a{
	color: #333;
	display: block;
}
.nav_one i{
	width: 9px;
	height: 16px;
	background: url(../images/cp_11.png);
	float: right;
	margin-top: 22px;
	margin-right: 30px;
	transition: transform .6s;
}
.nav_two{
	padding: 6px 15px 0px 15px;
	box-shadow: 0px 0px 10px #ddd;
	overflow: hidden;
	display: none;
}
.nav_two li{
	height: 40px;
	line-height: 40px;
	padding-left: 12px;
	background: #f2f2f2;
	margin-bottom: 6px;
}
.nav_two li a{
	display: block;
}
.nav_two li i{
	width: 18px;
	height: 18px;
	background: url(../images/cp_26.png);
	float: right;
	margin-top: 11px;
	margin-right: 12px;
	transition: .6s;
}
.nav_three{
	padding: 0px 10px 15px 10px;
	overflow: hidden;
	display: none;
}
.nav_three p a{
	color: #333333;
	font-size: 14px;
	line-height: 28px;
}
.nav_three p a:hover,.nav_three p .hov{
	color: #008cd6;
}
.nav_three p{
	background: url(../images/cp_23.png)left center no-repeat;
	padding-left: 15px;
}
.nav_one.cur{
	background: #008cd6;
	color: #fff;
}
.nav_one.cur a{
	color: #fff;
}
.nav_one.cur i{
	background: url(../images/cp_15.png);
	transform: rotateZ(90deg);
}
.nav_two li.on{
	color: #008cd6;
}
.nav_two li.on a{
	color: #008cd6;
}
.nav_two li.on i{
	background: url(../images/cp_19.png);
	transform: rotateZ(360deg);
}
.zyr{
	width: 880px;
	float: right;
}
.position{
	border-bottom: 1px #e6e6e6 solid;
	overflow: hidden;
	line-height: 60px;
}
.position h3{
	float: left;
	font-size: 20px;
	color: #313131;
	background: url(../images/sj.png)left center no-repeat;
	padding-left: 20px;
	letter-spacing: 1px;
}
.position p{
	font-size: 16px;
	color: #686868;
	float: right;
	background: url(../images/cp_06.png)left center no-repeat;
	padding-left: 30px;
}
.proul li img{
	width: 200px;
	height: 200px;
	float: left;
	border-bottom: 1px #e6e6e6 solid;
}
.proul{
	overflow: hidden;
	margin-top: 5px;
}
.proul li{
	width: 200px;
	float: left;
	margin-top: 20px;
	margin-right: 26.6px;
	text-align: center;
	border: 1px #e6e6e6 solid;
	box-sizing: border-box;
}
#index_proul{
	margin-left: 19.6px;
}
#index_proul li{
	margin-right: 19.6px;
}
#index_proul li:nth-child(4n){
	margin-right: 19.6px;
}
.proul li:nth-child(4n){
	margin-right: 0px;
}
.proul li h3{
	height: 40px;
	font-size: 15px;
	color: #333333;
	margin: 0px 10px;
}
.proul li p{
	font-size: 13px;
	color: #818181;
	margin: 6px 0px;
}
.proul li span{
	font-size: 14px;
	color: #e21b1b;
}
.pro_jiaru{
	width: 100%;
	height: 32px;
	background: #f77705;
	text-align: center;
	line-height: 32px;
	float: left;
	font-size: 14px;
	display: none;
}
.pro_jiaru a{
	display: block;
	color: #fff;
}
.pro_text{
	width: 100%;
	float: left;
	margin: 25px 0px 25px 0px;
}
.proul li:hover .pro_text{
	margin: 10px 0px 8px 0px;
}
.proul li:hover .pro_jiaru{
	display: block;
}
.protab{
	display: none;
}
.pro_table td{
	height: 50px;
	background: #7ab63b;
	border: 1px #d9d9d9 solid;
	text-align: center;
	box-sizing: border-box;
	color: #fff;
}
.pro_table{
	margin-top: 10px;
}
.pro_cont td{
	border: 1px #e5e5e5 solid;
	text-align: center;
	padding: 5px 10px;
	box-sizing: border-box;
	color: #1a1a1a;
	font-size: 14px;
	word-break:break-all;
}
.pro_cont td a:hover{
	color: #008cd6;
}
.pro_cont tr:nth-child(2n) td{
	background: rgba(122,182,59,.1);
}

.pro_cont tr td:nth-child(2),.pro_cont tr td:nth-child(4){
	text-align: left;
}
.pro_cont td .jiaru{
	border: 1px #e6e6e6 solid;
	display: block;
	width: 110px;
	height: 32px;
	line-height: 32px;
	color: #f77705;
	border-radius: 15px;
	background: #fff;
}
.pro_cont td .jiaru:hover,.pro_cont tr:hover .jiaru{
	background: #f77705;
	border: 1px #f77705 solid;
	color: #fff;
}
.pro_cont tr:hover{
	box-shadow: 0px 0px 10px #ccc;
}
.pro_cont td span{
	color: #f77705;
	font-size: 16px;
}

.prodet1{
	margin-top: 30px;
	overflow: hidden;
}
.prodet1l{
	/*width: 300px;*/
	height: 300px;
	overflow: hidden;
	float: left;
	padding-right: 40px;
	background: #fff;
	position: relative;
	z-index: 10;
}
.prodet1l img{
	/*width: 300px;*/
	height: 300px;
	border: 1px #e6e6e6 solid;
}
.prodet1r{
	/*width: 550px;*/
	height: 300px;
	/*float: right;*/
	position: relative;
}
.prodet1r h3{
	font-size: 28px;
	color: #333333;
}
.prodet1r .cont{
	width: 100%;
	
	box-sizing: border-box;
	background: #f5f6f7;
	margin-top: 15px;
	padding: 15px 25px;
}
.prodet1r .cont li{
	color: #333333;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
}
.prodet1r .gwc{
	width: 118px;
	height: 28px;
	border: 1px #ededed solid;
	font-size: 13px;
	color: #f77705;
	float: right;
	border-radius: 15px;
	position: relative;
	line-height: 28px;
	padding-left: 35px;
	box-sizing: border-box;
	margin-top: 8px;
}
.prodet1r .gwc img{
	position: absolute;
	left: 12px;
	top: 7px;
}
.prodet1r .gwc:hover{
	background: #f77705;
	border: 1px #f77705 solid;
	color: #fff;
}
.prodet1r .gwc:hover img:nth-child(2){
	display: none;
}
.prodet1r .beizhu{
	margin-top: 15px;
}
.prodet1r .beizhu b{
	font-size: 16px;
	color: #4e4e4e;
}
.prodet1r .beizhu p{
	margin-top: 6px;
	font-size: 14px;
	color: #4e4e4e;
	line-height: 24px;
}
.add{
	width: 125px;
	height: 34px;
	float: left;
}
.add span{
	display: block;
	width: 30px;
	height: 32px;
	border: 1px #cccccc solid;
	float: left;
	cursor: pointer;
	color: #555555;
	font-size: 16px;
	text-align: center;
	line-height: 32px;
}
.add input{
	width: 55px;
	height: 30px;
	border: 1px #e1e1e1 solid;
	outline: none;
	float: left;
	text-align: center;
}
.add span.jian{
	border-right: 0px;
	background: url(../images/jian.png)center no-repeat;
	border-radius: 5px 0px 0px 5px;
}
.add span.jia{
	border-left: 0px;
	background: url(../images/jia.png)center no-repeat;
	border-radius: 0px 5px 5px 0px;
}
.goumai .ljgm{
	display: block;
	width: 140px;
	height: 34px;
	line-height: 34px;
	background: #f77705;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	float: left;
}
.goumai{
	width: 350px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.goumai .shangye{
	display: block;
	width: 80px;
	height: 34px;
	line-height: 34px;
	background: #008cd6;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	float: left;
	margin-left: 5px;
}
.prodet2{
	overflow: hidden;
	margin-top: 30px;
}
.prodet2 .title{
	background: #f3f3f3;
	height: 35px;
}
.prodet2 .title h3{
	background: #a5c636;
	color: #fff;
	float: left;
	width: 120px;
	line-height: 35px;
	text-align: center;
	display: block;
	font-size: 16px;
}
.prodet2 .line{
	width: 100%;
	height: 1px;
	background: #a5c636;
	margin-top: 2px;
}
.prodet2 .cont{
	font-size: 14px;
	color: #4d4d4d;
	line-height: 28px;
	padding: 20px;
}
.position h2{
	font-size: 30px;
	color: #313131;
	float: left;
}
.lc{
	overflow: hidden;
	margin-top: 40px;
}
.lc .title h3{
	font-size: 24px;
	color: #008cd6;
	border-bottom: 1px  #008cd6 solid;
	display: inline-block;
	line-height: 43px;
}
.lc .title{
	height: 43px;
	border-bottom: 1px #eee solid;
}
.lc .zongjia{
	float: right;
	color: #313131;
	font-size: 16px;
	line-height: 45px;
	margin-top: 25px;
}
.lc .zongjia span{
	font-size: 18px;
	color: #fff;
	background: #f77705;
	line-height: 45px;
	display: block;
	width: 300px;
	float: right;
	text-align: center;
	border-radius: 10px;
}
.lc .zongjia span a{
	color: #fff;
	display: block;
}
.lc .zongjia p{
	color: #a5c636;
	float: left;
	margin-right: 20px;
	background: url(../images/jjs_03.png)left center no-repeat;
	padding-left: 18px;
}
.shdzul li{
	width: 33%;
	float: left;
	margin-top: 30px;
	overflow: hidden;
}
.shdzul li span{
	width: 130px;
	float: left;
	color: #343434;
	line-height: 48px;
	text-align: right;
	margin-right: 10px;
}
.shdzul li input{
	width: 240px;
	height: 48px;
	border: 1px #e5e5e5 solid;
	background: #f5f6f7;
	padding: 0px 15px;
	box-sizing: border-box;
	outline: none;
}
.lc .menu{
	text-align: center;
}
.lc .menu button{
	width: 180px;
	height: 45px;
	background: #008cd6;
	font-size: 16px;
	color: #fff;
	outline: none;
	border: 0px;
	margin-top: 30px;
	border-radius: 10px;
	cursor: pointer;
}
.teshu{
	font-size: 16px;
	color: #979797;
	margin-top: 30px;
}
.radio_menu{
	zoom: 1.8;
	outline: none;
	margin-top: 5px;
}
.fuyan{
	width: 1100px;
	margin-top: 40px;
}
.fuyan textarea{
	width: 1000px;
	max-width: 1000px;
	min-height: 120px;
	border: 1px #e6e6e6 solid;
	background: #f5f6f7;
	outline: none;
	padding: 8px 15px;
	box-sizing: border-box;
	line-height: 25px;
}
.fuyan p{
	float: left;
	color: #343434;
}
.tijiao{
	width: 1200px;
	height: 150px;
	margin-top: 60px;
}
.tijiao h3{
	font-size: 14px;
	color: #f77705;
	float: left;
	margin-top: 65px;
	margin-left: 65px;
}
.tijiao h3 span{
	color: #808080;
}
.tijiao button{
	width: 320px;
	height: 60px;
	background: #f77705;
	color: #fff;
	font-size: 20px;
	outline: none;
	border: 0px;
	border-radius: 10px;
	cursor: pointer;
}
.zz{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.5);
	z-index: 10000;
	/*display: none;*/
}
.pay_tan{
	width: 1200px;
	height: 570px;
	box-shadow: 0px 3px 20px #666;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #fff;
	border-radius: 15px;
	box-sizing: border-box;
	padding: 90px 60px 0px 90px;
	/*display: none;*/
	z-index: 10001;
}
.payl{
	width: 400px;
	float: left;
}
.payr{
	width: 600px;
	float: right;
}
.payl h3{
	font-size: 36px;
	color: #808080;
}
.payl h4{
	font-size: 14px;
	color: #313131;
	margin-top: 50px;
}
.payl span{
	display: block;
	color: #4c4c4c;
	font-size: 18px;
	width: 300px;
	height: 35px;
	background: #f5f6f7;
	border: 1px #e6e6e6 solid;
	line-height: 35px;
	padding: 0px 15px;
	box-sizing: border-box;
	margin: 20px 0px 30px 0px;
	font-weight: bold;
}
.payl p{
	font-size: 14px;
	color: #333333;
}
.payl h5{
	font-size: 24px;
	color: #f77705;
	margin-top: 12px;
	font-weight: bold;
}
.payr ul li div{
	width: 270px;
	height: 260px;
	background: #f5f6f7;
	border-radius: 10px;
}
.payr ul li{
	text-align: center;
	width: 270px;
	float: left;
}
.payr ul li h3 img{
	margin: 28px 0px 18px 0px;
}
.payr ul li p{
	font-size: 20px;
	font-weight: bold;
	margin-top: 18px;
}
.paybot{
	font-size: 14px;
	color: #808080;
	text-align: center;
	clear: both;
	padding-top: 110px;
}
.paybot a{
	color: #808080;
	text-decoration: underline;
}
.paybot a:hover{
	color: #008cd6;
}
.sernav li{
	height: 60px;
	line-height: 60px;
	margin-top: 2px;
	background: #e8ebed;
	position: relative;
}
.sernav li i{
	position: absolute;
	width: 9px;
	height: 16px;
	background: url(../images/cp_11.png);
	right: 30px;
	top: 22px;
}
.sernav li a{
	display: block;
	padding-left: 30px;
	font-size: 18px;
	color: #191919;
}
.sernav li.cur{
	background: #008cd6;
}
.sernav li.cur a{
	color: #fff!important;
}
.sernav li.cur i{
	background: url(../images/cp_15.png);
}
.sernav li:hover a{
	color: #008cd6;
}
.jsul li{
	width: 280px;
	float: left;
	margin-right: 20px;
	margin-top: 20px;
	text-align: center;
	position: relative;
}
.sp_menu{
	position: relative;
	width: 280px;
	height: 180px;
}
.play_menu{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: rgba(0,0,0,0.3) url(../images/play.png)center no-repeat;
	background-size: 30px;
	border: 0px;
}
.jsul li:nth-child(3n){
	margin-right: 0px;
}
.jsul li img{
	width: 278px;
	height: 178px;
	border: 1px #f2f2f2 solid;
}
.jsul li p{
	color: #333333;
	margin-top: 10px;
}
.jsul li:hover img{
	border: 1px #a5c636 solid;
}
.jsul li:hover p{
	color: #a5c636;
}
.newsul li img{
	width: 180px;
	height: 120px;
	transition: 1s;
}
.newsul li div{
	width: 180px;
	height: 120px;
	float: left;
	margin-right: 15px;
	overflow: hidden;
}
.newsul li img:hover{
	transform: scale(1.2);
}
.newsul li h2{
	font-size: 16px;
	color: #333333;
}
.newsul li p{
	font-size: 14px;
	color: #4d4d4d;
	line-height: 24px;
	text-align: justify;
	margin: 12px 0px 20px 0px;
}
.newsul li span{
	font-size: 14px;
	color: #7f7f7f;
}
.newsul li span a{
	color: #2083c8;
	float: right;
}
.newsul li{
	height: 120px;
	margin-top: 30px;
}
.newsul li h2:hover{
	color: #008cd6;
}
.newsul li span a:hover{
	color: #a5c636;
}
.newsdetb{
	text-align: center;
	border-bottom: 1px #f1f1f1 solid;
	margin-top: 40px;
}
.newsdetb h3{
	font-size: 24px;
	color: #191919;
}
.newsdetb p{
	font-size: 14px;
	color: #7f7f7f;
	margin: 13px 0px;
}
.newsdetcont{
	font-size: 16px;
	line-height: 34px;
	color: #4b4b4b;
	text-align: justify;
	margin-top: 20px;
}
.fany{
	padding-top: 40px;
	overflow: hidden;
	margin-top: 60px;
	line-height: 24px;
	border-top: 1px #f1f1f1 solid;
}
.fany div{
	width: 350px;
	overflow: hidden;
	color: #1a1a1a;
	font-size: 16px;
}
.fany div a{
	color: #1a1a1a;
}
.fany div h3{
	float: left;
	font-size: 16px;
	margin-bottom: 50px;
	margin-right: 3px;
	font-weight: normal;
}
.fany div a:hover{
	color: #008cd6;
}
.qian{
	float: left;
	margin-left: 50px;
}
.hou{
	float: right;
	margin-right: 50px;
}
.joinb{
	height: 58px;
	line-height: 58px;
	border: 1px #e6e6e6 solid;
	margin-top: 30px;
}
.joinb span{
	font-size: 16px;
	color: #313131;
}
.joinb span font{
	color: #df1f1f;
}
.joinul li{
	padding: 30px;
	background: #f5f6f7;
	margin-top: 15px;
}
.joinul li .cont{
	font-size: 14px;
	color: #313131;
	line-height: 28px;
	text-align: justify;
}
.joinul li h2{
	font-size: 20px;
	color: #313131;
	margin-bottom: 15px;
}
.gg{
	width: 1200px;
	height: 180px;
	margin-top: 40px;
}
.jxdhul li{
	width: 270px;
	height: 120px;
	float: left;
	box-sizing: border-box;
	padding: 10px;
	margin-right: 15px;
	margin-top: 15px;
}
.jxdhul li img{
	width: 98px;
	height: 98px;
	border: 1px #e6e6e6 solid;
	float: left;
	margin-right: 15px;
}
.jxdhul li h3{
	color: #333333;
	height: 38px;
	font-size: 14px;
}
.jxdhul li p{
	color: #008cd6;
	font-size: 14px;
	margin-top: 5px;
}
.jxdhul li span{
	display: block;
	width: 85px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	border-radius: 15px;
	font-size: 14px;
	float: left;
	margin-top: 10px;
	border: 1px #e6e6e6 solid;
	box-sizing: border-box;
}
.jxdhul li span a{
	color: #989898;
	display: block;
}
.jxdhul li:hover{
	box-shadow: 0px 0px 10px #ddd;
}
.jxdhul li:hover span{
	background: #f77705;
	border: 1px #f77705 solid;
}
.jxdhul li:hover span a{
	color: #fff;
}
.jxdhul li:nth-child(3n){
	margin-right: 0px;
}
.add2{
	width: 100px;
	height: 20px;
	float: left;
	margin-left: 17px;
}
.add2 span{
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	cursor: pointer;
	color: #555555;
	text-align: center;
}
.add2 input{
	width: 32px;
	height: 20px;
	margin: 0 9px;
	outline: none;
	border: 0px;
	float: left;
	text-align: center;
}
.add2 span.jian{
	background: url(../images/jj_03.png)center no-repeat;
}
.add2 span.jia{
	background: url(../images/jj_05.png)center no-repeat;
}
#shop_cont td{
	background: none;
}
#shop_cont td .jiaru{
	border: 1px #e6e6e6 solid;
	display: block;
	width: 100px;
	line-height: 30px;
	color: #f77705;
	border-radius: 15px;
}
#shop_cont td .jiaru:hover{
	background: #f77705;
	border: 1px #f77705 solid;
	color: #fff;
}
.proqh{
	overflow: hidden;
}
.proqh li{
	width: 148px;
	height: 34px;
	border: 1px #eeeeee solid;
	float: left;
	margin-right: 20px;
	text-align: center;
	line-height: 34px;
	color: #4d4d4d;
	margin-top: 17px;
	background: #f2f2f2 url(../images/sj_05.png)left 20px center no-repeat;
	cursor: pointer;
}
.proqh li.cur,.proqh li:hover{
	background: #008cd6 url(../images/sj_03.png)left 20px center no-repeat;
	color: #fff;
}
#j_cbAll{
	width: 15px;
	height: 15px;
	float: left;
	margin: 6px 15px 0px 25px;
}
.pay_cont_input{
	width: 15px;
	height: 15px;
	float: left;
	margin-left: 27px;
}
.payimg{
	width: 118px;
	height: 118px;
	border: 1px #e6e6e6 solid;
}
#add3{
	width: 110px;
	margin-left: 66px;
}
#add3 input{
	width: 42px;
	height: 24px;
	margin: 0 9px;
	outline: none;
	border: 1px #e5e5e5 solid;
	float: left;
	text-align: center;
}
#add3 span.jian{
	background: url(../images/jj_03.png)center no-repeat;
	margin-top: 5px;
}
#add3 span.jia{
	background: url(../images/jj_05.png)center no-repeat;
	margin-top: 5px;
}
.paydel{
	padding: 4px 20px;
	border: 1px #e6e6e6 solid;
	border-radius: 20px;
	transition: .5s;
	color: #f77705;
}
.paydel:hover{
	background: #f77705;
	border: 1px #f77705 solid;
	color: #fff;
}
.lishi_td td{
	border-bottom: 1px #e5e5e5 solid;
}
.qrshouhuo{
	width: 160px;
	height: 40px;
	border: 1px #008cd6 solid;
	border-radius: 5px;
	text-align: center;
	color: #008cd6;
	font-size: 16px;
	background: #fff;
	outline: none;
	margin-top: 30px;
	transition: .5s;
}
.qrshouhuo:hover{
	background: #008cd6;
	color: #fff;
}



#floatOrder{width:50px;height:50px;padding:2px;background:#fff;border:solid 1px #e54144;overflow:hidden;
	position:absolute;z-index:890;}
.J-box{width: 40px;height: 100%;position: fixed;top: 0px;right: 0px;background: #444851;z-index: 10001;cursor: pointer;}
.J-shoping{width: 40px;position: absolute;top: 45%;transform: translateY(-45%);}
.J-zi{display: block;width: 14px;font-size: 14px;color: #fff;}
.J-g1{width: 30px;height: 30px;background: url(../images/g1.png);background-size: 100%;margin-bottom: 10px;}
.J-shoping-num{display: block;width: 22px;height: 22px;line-height: 22px;background: #f77705;
	color: #fff;font-size: 12px;border-radius: 50%;text-align: center;margin-top: 10px;}
.J-menu{width: 40px;overflow: hidden;padding: 10px 0px;}
.J-menu:hover,.J-menu.active{background: #f77705;}
.J-per img{width: 22px;margin-left: 9px;float: left;}
.J-per{margin-bottom: 30px;padding: 7px 0px;position: relative;height: 22px;background: #444851;}
.J-per:hover{background: #f77705;}
.per_tan{width: 100px;height: 36px;position: absolute;top: 0px;right: 70px;text-align: center;
	line-height: 36px;background: #444851;color: #fff;z-index: -1;font-size: 14px;
	visibility: hidden;}
.J-per:hover .per_tan{right: 40px;visibility: visible;transition: .5s;}
.J-tan{width: 280px;height: 100%;background: #fff;position: fixed;top: 0;right: -320px;z-index: 10000;
	box-shadow: 0px 0px 10px #666;transition: .5s;box-sizing: border-box;padding: 0px 15px;border-radius: 5px 0px 0px 5px;}
.dis-click{background: #cdcdcd!important;}
.J-tan h2{border-bottom: 1px #e6e6e6 solid;color: #333;line-height: 38px;font-size: 15px;}
.J-tan.cur{right: 40px;}
.J-tan h2 img{float: right;margin-top: 8px;cursor: pointer;}
.J-tan ul li img{border: 1px #eee solid;float: left;margin-right: 10px;}
.J-tan ul li{margin-top: 20px;overflow: hidden;}
.J-tan ul li h3{font-size: 14px;color: #5c5c5c;height: 38px;font-weight: bold;}
.J-tan ul li p{font-size: 14px;color: #666;margin-bottom: 15px;margin-top: 5px;}
.J-tan ul li a{color: #f77705;font-size: 14px;}
.J-tan ul{height: 75%;overflow-y: auto;margin-top: 5%;}
.jiesuan2{width: 90%;position: absolute;left: 5%;top: 85%;}
.jiesuan2 .jsb{width: 50%;float: left;color: #333;font-size: 14px;margin-bottom: 15px;}
.jiesuan2 .jsb b{color: #f77705;}
.jiesuan2 .jsbtn{width: 100%;height: 35px;line-height: 35px;background: #f77705;color: #fff;
	text-align: center;clear: both;}
.J-tan ul li .add span{width: 20px;height: 22px;}
.J-tan ul li .add input{width: 30px;height: 20px;}
.J-tan ul li .add a{float: right;line-height: 30px;}
.J-tan ul::-webkit-scrollbar{
	width: 3px;
	height: 10px;
	background-color: #0099ff;
}
/*滚动条的轨道*/
.J-tan ul::-webkit-scrollbar-track{
	background-color: #f1f1f1;
}
/*滚动条的滑块按钮*/
.J-tan ul::-webkit-scrollbar-thumb{
	border-radius: 0;
	background-color: #d6d5d5;
	box-shadow: inset 0 0 5px #d6d5d5;
}
/*滚动条的上下两端的按钮*/
.J-tan ul::-webkit-scrollbar-button{
	height: 0;
	background-color: #0099ff;
}
.fanhui{
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 10px;
	text-align: center;
	padding-top: 5px;
	box-sizing: border-box;
}
.fanhui:hover{
	background: #f77705;
}

.dinghuo{
	margin-top: 30px;
	height: 30px;
}
.dinghuo h3{
	float: right;
	color: #333;
	font-size: 16px;
}
.dinghuo p{
	float: left;
	font-size: 16px;
	color: #333;
}
.dinghuo p span{
	font-size: 20px;
	font-weight: bold;
}
.zoomDiv{z-index:999;position:absolute;top:0px;left:0px;width:200px;height:200px;background:#ffffff;border:1px #e6e6e6 solid;display:none;text-align:center;overflow:hidden;font-size: 0;}
.zoomMask{position:absolute;background: url("../images/mask.png") repeat scroll 0 0 transparent;cursor:move;z-index:20;}


.page{
	clear:both;
	padding: 8px 0;
	overflow:hidden;
	text-align:center;
	white-space:nowrap;
	padding-top: 50px;
	font-size: 13px;
}
.page a{
	border: 1px #d7d7d7 solid;
	padding: 4px 8px;
	margin: 0px 3px;
	color:#333333;
	float:none;
	display:inline;
}
.page span{
	padding: 4px 8px;
	float:none;
	display:inline;
}
.page a:hover{
	background:#f5f5f5;
	color:#008cd6; 
}
.page a.active {
	background:#008cd6;
	color:#fff;
	padding: 4px 0px;
}
.page a.disabled{
	padding: 4px 0px;
}

.down_search{
	width: 500px;
	height: 420px;
	box-shadow: 0px 0px 10px #ddd;
	border-radius: 20px;
	margin-top: 80px;
	margin-bottom: 80px;
}
.down_search h2{
	font-size: 24px;
	color: #008cd6;
	text-align: center;
	border-bottom: .2rem #efefef solid;
	padding-bottom: 30px;
	padding-top: 35px;
	margin-bottom: 35px;
}
.downli font{
	color: #008cd6;
	margin-right: 5px;
}
.downli p{
	color: #676767;
}
.downli input{
	width: 400px;
	height: 45px;
	background: #f5f6f7;
	border: 1px #e5e5e5 solid;
	margin-top: 10px;
	box-sizing: border-box;
	padding: 0px 10px;
	outline: none;
}
.downli{
	margin-left: 50px;
	margin-bottom: 25px;
}
.down_search button{
	width: 170px;
	height: 45px;
	background: #008cd6;
	color: #fff;
	border-radius: 20px;
	font-size: 20px;
	outline: none;
	border: 0px;
	margin-left: 165px;
	margin-top: 10px;
	cursor: pointer;
}
.down_title{
    overflow: hidden;
    margin-top: 25px;
    margin-bottom: 5px;
}
.down_hh{
	font-size: 18px;
	color: #008cd6;
	font-weight: bold;
	width: 130px;
	float: left;
	text-align: center;
}
.downul li .down1{
	width: 130px;
	height: 40px;
	background: #f5f5f5;
	float: left;
	margin-right: 15px;
	line-height: 40px;
	font-size: 14px;
	color: #353535;
	text-align: center;
}
.downul li .down3 a{
    color: #353535;
}
.downul li .down3 a:hover{
	color: #63b829;
}
.downul li .down4 a{
	color: #e32323;
	font-size: 14px;
}
.downul li .down4 a:hover{
	font-size: 16px;
}
.downul li .down3{
	width: 510px;
	float: left;
	line-height: 40px;
}
.downul li .down4{
	float: right;
	line-height: 40px;
}
.downul li{
	border-bottom: 1px #e6e6e6 solid;
	padding-bottom: 15px;
	margin-top: 15px;
	overflow: hidden;
}
.newsdetb h4{
	font-size: 16px;
	color: #008cd6;
	margin: 20px 0px;
}
.down_menu{
	width: 320px;
	height: 60px;
	background: linear-gradient(to bottom,#129ce5,#0084c9);
	color: #fff;
	font-size: 24px;
	line-height: 60px;
	border-radius: 10px;
	margin-top: 55px;
}
.down_menu img{
	float: left;
	margin: 15px 10px 0px 90px;
}
.down_menu:hover{
	background: linear-gradient(to bottom,#a0c132,#6cad32)
}

.teseul li{
	width: 200px;
	float: left;
	margin-top: 30px;
	margin-left: 33px;
	text-align: center;
	border: 1px #e6e6e6 solid;
	box-sizing: border-box;
}
.teseul li h3{
	font-size: 16px;
	height: 42px;
	color: #333333;
	margin: 15px 10px 10px 10px;
}
.teseul li img{
	width: 198px;
	height: 132px;
	transition: 1s;
}
.teseul{
	overflow: hidden;
}
.teseul li div{
    width: 198px;
    height: 132px;
    border-bottom: 1px #e6e6e6 solid;
    overflow: hidden;
}
.teseul li:hover img{
	transform: scale(1.2);
}
.teseul li:hover h3{
	color: #7ab63b;
}
#teseul li{
    margin-left: 26.6px;
}
#teseul li:nth-child(4n+1){
	margin-left: 0px;
}
.yqlink ul li{
	float: left;
	font-size: 16px;
	margin-left: 30px;
}
.yqlink ul li:first-child{
	margin-left: 0px;
}
.yqlink ul li a{
	color: #fff;
}
.yqlink ul li a:hover{
	opacity: .8;
}
.yqlink ul li h3{
	font-size: 16px;
	color: #fff;
}
.yqlink{
	border-bottom: 1px rgba(255,255,255,0.3) solid;
	padding: 15px 0px;
	overflow: hidden;
}
.pro_fanhui{
	display: inline-block;
	color: #333;
	border: 1px #cbcbcb solid;
    border-radius: 20px;
    padding: 5px 25px;
}
.det_xiazai{
	padding: 7px 25px;
	background: #e32323;
	color: #fff;
	border-radius: 20px;
}
.det_fanhui{
	padding: 7px 25px;
	/*background: #008cd6;*/
	background: #e8ebed;
	color: #666;
	border-radius: 20px;
}
.det_menu{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 30px;
}

#msg{
    width: 360px;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border-top: 3px #008cd6 solid;
    background: #f2f2f5;
    box-shadow: 0px 0px 15px #666;
}
#msg_top{
	color: #696e78;
	font-weight: bold;
	border-bottom: solid 1px #f2f2f5;
	line-height: 38px;
    padding: 0 10px 0 20px;
    background: #fff;
}
.msg_close{
	float: right;
	cursor: pointer;
	font-size: 24px;
	color: #696e78;
}
#msg_clear{
    background: #008cd6;
    padding: 5px 20px;
    color: #fff;
    margin-right: 140px;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 8px;
    cursor: pointer;
    font-size: 16px;
}
#msg_cont{
	background: #fff;
	line-height: 60px;
	text-indent: 20px;
	color: #333;
}