@charset "utf-8";
/* CSS Document */
BODY {
	FONT-SIZE: 14px;
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
	color: #666;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	overflow-x: hidden;
	box-sizing: border-box;
}
a {
	text-decoration: none;
}
ul li {
	list-style: none
}
ol li {
	list-style: none
}
ul, ol {
	padding-left: 0;
	margin: 0 0
}
a {
	color: #666
}
.container {
	width: 1200px;
	margin: 0 auto
}
.container1 {
	width: 96%;
	margin: 0 auto
}
.container2 {
	width: 1400;
	margin: 0 auto
}
h1, h2, h3, h4, h5, p {
	margin: 0 0;
	padding: 0 0;
	font-weight: 500
}
.ctrl span {
	float: left;
	cursor: pointer;
}
input, textarea {
	outline: none;
	font-family: "微软雅黑";
}
img {
	border: none
}
.banner span {
	cursor: pointer;
	float: left;
}
@font-face {
	font-family: "AMUSAF";
	src: url("AMUSAF.woff2") format("woff2"),  url("AMUSAF.woff") format("woff"),  url("AMUSAF.ttf") format("truetype"),  url("AMUSAF.eot") format("embedded-opentype"),  url("AMUSAF.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
.clear {
	clear: both
}
/*banner*/
.fullSlide {
	float: left;
	width: 100%;
	position: relative;
	height: 600px;
	background: #000;
}
.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.fullSlide .bd ul {
	width: 100% !important;
}
.fullSlide .bd li {
	width: 100% !important;
	height: 600px;
	overflow: hidden;
	text-align: center;
}
.fullSlide .bd li a {
	display: block;
	height: 600px;
}
.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 10px;
	left: 0;
	height: 20px;
	line-height: 20px;
	text-align: center;
}
.fullSlide .hd ul {
	text-align: center;
}
.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #fff;
	margin-left: 10px;
	margin-right: 10px;
	overflow: hidden;
	line-height: 9999px;
}
.fullSlide .hd ul .on {
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #673301;
}
.fullSlide .pnBtn {
	position: absolute;
	z-index: 1;
	cursor: pointer;
}
.fullSlide .prev {
	left: 5%;
	top: 220px;
	width: 60px;
	height: 60px;
	background: url(../images/left.png) center top no-repeat
}
.fullSlide .prev:hover {
	background: url(../images/left-1.png) center top no-repeat
}
.fullSlide .next {
	right: 5%;
	top: 220px;
	width: 60px;
	height: 60px;
	background: url(../images/right.png) center top no-repeat
}
.fullSlide .next:hover {
	background: url(../images/right-1.png) center top no-repeat
}
.fullSlide .pnBtn .arrow {
	display: none;
	position: absolute;
	top: 0;
	z-index: 1;
	width: 60px;
	height: 335px;
}
.fullSlide .pnBtn .arrow:hover {
	filter: alpha(opacity=60);
	opacity: 0.6;
}
.fullSlide .prev .arrow {
	right: 0;
	background: url(../images/slider-arrow.png) -120px 0 no-repeat;
}
.fullSlide .next .arrow {
	left: 0;
	background: url(../images/slider-arrow.png) 0 0 no-repeat;
}
<!--
返回顶部--> #fanhui {
	float: left;
	width: 60px;
	height: 60px;
	left: 50%;
	top: 80%;
}
#fanhui h3 {
	position: fixed;
	left: 100%;
	margin-left: -60px;
	top: 80%;
	background-image: url(../images/top_01.png);
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
}
#fanhui h3:hover {
	background-image: url(../images/top_02.png);
}
.head-top {
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: #326F9C;
	font-size: 14px;
	color: #fff
}
.head-top span {
	float: right
}
.head-top span a {
	color: #fff;
	font-size: 14px;
}
.head-logo {
	width: 100%;
	padding: 30px 0
}
.head-logo img {
	display: block;
	margin: 0 auto
}
.head-menu {
	margin-bottom: 20px
}
.head-menu ul li {
	float: left;
	width: 155px;
	text-align: center;
	position: relative;
	background: url(../images/shuxian.png) right center no-repeat
}
.head-menu ul li h2 {
	font-size: 18px;
	color: #2e2e2e
}
.head-menu ul li h3 {
	font-size: 14px;
	color: #2e2e2e
}
.head-menu ul li:nth-child(1) {
	width: 135px;
}
.head-menu ul li:nth-child(8) {
	width: 135px;
	background: none
}
.head-menu ul li:hover h2 {
	color: #326F9C
}
.head-menu ul li:hover h3 {
	color: #326F9C
}
/*产品*/
.product {
	width: 100%;
	padding: 60px 0 40px 0
}
.title {
	width: 100%;
	text-align: center
}
.title h2 {
	background: url(../images/title-bg.png) center center no-repeat;
	font-size: 24px;
	color: #2e2e2e;
	margin-bottom: 5px
}
.title h3 {
	font-size: 17px;
	color: #9e9e9e;
	font-family: "AMUSAF";
}
.pro-fenlei {
	margin-top: 45px
}
.pro-fenlei ul {
	margin-left: 35px
}
.pro-fenlei ul li {
	float: left;
	width: 220px;
	height: 46px;
	background: url(../images/kuang.png) no-repeat;
	line-height: 46px;
	margin: 0 32px;
	margin-bottom: 15px
}
.pro-fenlei ul li a {
	display: block;
	font-size: 16px;
	color: #2e2e2e;
	text-align: center;
}
.pro-list {
	width: 100%;
	margin-top: 30px
}
.pro-list .picScroll-left {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.pro-list .picScroll-left .hd {
	overflow: hidden;
	height: 30px;
}
.pro-list .picScroll-left .hd ul {
	float: left;
	overflow: hidden;
	zoom: 1;
	margin-left: 46.5%
}
.pro-list .picScroll-left .hd ul li {
	float: left;
	width: 12px;
	height: 12px;
	overflow: hidden;
	margin-right: 20px;
	text-indent: -999px;
	border-radius: 50%;
	cursor: pointer;
	border: 1px solid #d71f1c
}
.pro-list .picScroll-left .hd ul li.on {
	background: #d71f1c
}
.pro-list .picScroll-left .bd {
	padding-bottom: 30px
}
.pro-list .picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.pro-list .picScroll-left .bd ul li {
	float: left;
	display: inline;
	width: 335px !important;
	margin-right: 90px
}
.pro-list ol li {
	margin-bottom: 45px;
	width: 100%;
	position: relative;
}
.pro-list ol li:after {
	position: absolute;
	content: '';
	width: 341px;
	height: 257px;
	left: 3px;
	top: 3px;
	/*background: url(../images/kuang1.png) no-repeat;*/
	z-index: 1
}
.pro-k {
	position: relative
}
.pro-k img {
	display: block;
	width: 337px;
	top: 6px;
	left: 5px;
	height: 350px;
	position: relative;
	z-index: 3;
}
.pro-yy {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 6px;
	top: 6px;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 4;
	opacity: 0;
	transition: all ease-in-out 0.3s
}
.pro-title {
	position: absolute;
	width: 260px;
	height: 70px;
	box-sizing: border-box;
	line-height: 70px;
	text-align: center;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	left: 36px;
	top: 10%;
	z-index: 5;
	color: #fff;
	opacity: 0;
	transition: all ease-in-out 0.3s;
	overflow: hidden
}
.pro-list ol li:hover .pro-yy {
	opacity: 1
}
.pro-list ol li:hover .pro-title {
	opacity: 1;
	top: 35%;
	transition: all ease-in-out 0.3s
}
.pro-list ol li:last-child {
	margin-bottom: 20px
}
.more {
	width: 100%;
	text-align: center
}
.more a {
	display: inline-block;
	width: 120px;
	height: 35px;
	background: url(../images/jian.png) center center no-repeat #326F9C
}
/*关于我们*/
.about {
	width: 100%;
	height: 570px;
	background: url(../images/about-bg.jpg) center bottom no-repeat;
	margin-top: 25px
}
.about-text {
	width: 100%;
	height: 346px;
	background: url(../images/about-bg1.jpg) center top no-repeat;
	margin-top: 30px;
	box-sizing: border-box;
	padding-top: 65px;
	font-size: 17px;
	color: #fff;
	line-height: 35px;
	text-align: center;
	padding-bottom: 30px;
	overflow: hidden;
	margin-bottom: 40px
}
/*特色花茶*/
.tese {
	width: 100%;
	background: url(../images/hua-bg.jpg) center top;
	padding: 85px 0
}
.tese-con {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 45px
}
.tese-con .picMarquee-left {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.tese-con .picMarquee-left .hd {
	overflow: hidden;
	height: 30px;
	background: #f4f4f4;
	padding: 0 10px;
	display: none
}
.tese-con .picMarquee-left .hd .prev, .picMarquee-left .hd .next {
	display: block;
	width: 5px;
	height: 9px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url("../images/arrow.png") no-repeat;
}
.tese-con .picMarquee-left .hd .next {
	background-position: 0 -50px;
}
.tese-con .picMarquee-left .hd .prevStop {
	background-position: -60px 0;
}
.tese-con .picMarquee-left .hd .nextStop {
	background-position: -60px -50px;
}
.tese-con .picMarquee-left .bd {
}
.tese-con .picMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.tese-con .picMarquee-left .bd ul li {
	margin: 0 17px;
	float: left;
	display: inline;
	overflow: hidden;
	width: 330px !important;
	transition: all ease-in-out 0.3s;
	margin-bottom: 20px;
	margin-top: 10px
}
.te-img {
	width: 100%;
	overflow: hidden;
	height: 250px;
}
.te-img img {
	height: 250px;
	width: 330px;
	transition: all ease-in-out 1s;
	display: block
}
.te-title {
	width: 100%;
	overflow: hidden;
	height: 55px;
	box-sizing: border-box;
	padding: 5px 10px;
	background: url(../images/jiantou.png) 285px center no-repeat #fff
}
.te-title h2 {
	font-size: 15px;
	color: #2e2e2e;
	margin-bottom: 5px
}
.te-title h3 {
	font-size: 12px;
	color: #8e8e8e
}
.tese-con .picMarquee-left .bd ul li:hover .te-img img {
	transform: scale(1.2);
	transition: all ease-in-out 1s
}
.tese-con .picMarquee-left .bd ul li:hover .te-title {
	background: url(../images/jiantou1.png) 285px center no-repeat #fff
}
.tese-con .picMarquee-left .bd ul li:hover .te-title h2 {
	color: #673301
}
.tese-con .picMarquee-left .bd ul li:hover {
	box-shadow: 2.5px 4.33px 9.5px 0.5px rgba(0, 0, 0, 0.35);
	transition: all ease-in-out 0.3s
}
.ad1 {
	width: 100%;
	height: 536px;
	background: url(../images/ad1.jpg) center top no-repeat
}
/*新闻资讯*/
.news {
	width: 100%;
	padding: 85px 0
}
.news-list {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 45px
}
.news-list ul li {
	width: 100%;
	margin-bottom: 40px
}
.newsl {
	float: left;
	width: 140px;
	height: 79px;
	text-align: center;
	height: 101px;
	position: relative
}
.newsl:after {
	position: absolute;
	content: '';
	width: 1px;
	height: 79px;
	background: url(../images/shuxian1.png);
	right: 0;
	top: 10px
}
.newsr {
	float: right;
	width: 990px;
	margin-right: 30px
}
.newsl h2 {
	font-size: 50px;
	color: #2e2e2e;
}
.newsl h3 {
	font-size: 20px;
	color: #2e2e2e
}
.news-list ul li:hover .newsl {
	background: url(../images/quan.png) center center no-repeat
}
.news-list ul li:hover .newsl h2 {
	color: #fff
}
.news-list ul li:hover .newsl h3 {
	color: #fff
}
.newsr h2 {
	font-size: 17px;
	color: #2e2e2e;
	margin-bottom: 10px;
	margin-top: 10px
}
.newsr p {
	font-size: 14px;
	color: #8e8e8e;
	line-height: 25px;
	height: 50px;
	overflow: hidden
}
.news-list ul li:hover .newsr h2 {
	color: #5b0f00
}
/*footer*/
.foot1 {
	width: 100%;
	padding: 50px 0 40px 0;
	background: url(../images/foot-bg.jpg)
}
.footl {
	width: 305px;
	margin-left: 85px;
	float: left
}
.footm {
	width: 175px;
	margin-left: 85px;
	float: left
}
.footr {
	width: 430px;
	margin-right: 30px;
	float: right
}
.foot1-con {
	color: #9e9e9e;
	line-height: 30px
}
.foot1 h2 {
	font-size: 16px;
	color: #fff;
	position: relative;
	margin-bottom: 25px
}
.foot1 h2:after {
	position: absolute;
	content: '';
	width: 18px;
	height: 25px;
	background: url(../images/ico1.png) no-repeat;
	left: -30px;
	top: -2px
}
.footm-con {
	color: #9e9e9e;
	line-height: 30px
}
.footm-con a {
	color: #9e9e9e;
	display: inline-block
}
.footm-con a:hover {
	color: #fff
}
.footm-con span {
	margin: 0 15px
}
.footm h2 {
	font-size: 16px;
	color: #fff;
	position: relative;
	margin-bottom: 25px
}
.footm h2:after {
	position: absolute;
	content: '';
	width: 25px;
	height: 25px;
	background: url(../images/ico2.png) no-repeat;
	left: -40px;
	top: -2px
}
.footr h2 {
	font-size: 16px;
	color: #fff;
	position: relative;
	margin-bottom: 25px
}
.footr h2:after {
	position: absolute;
	content: '';
	width: 25px;
	height: 25px;
	background: url(../images/ico3.png) no-repeat;
	left: -40px;
	top: -2px
}
.footr-con {
}
.footr-con p input {
	width: 130px;
	height: 33px;
	border: none;
	background: #dddddd;
	margin-right: 15px;
	text-indent: 15px;
	margin-bottom: 15px
}
.footr-con p input:nth-child(3) {
	margin-right: 0
}
.footr-con h3 textarea {
	width: 325px;
	height: 75px;
	border: none;
	background: #dddddd;
	text-indent: 12px;
	box-sizing: border-box;
	padding-top: 10px
}
.footr-con h3 input {
	width: 78px;
	height: 75px;
	border: none;
	background: #dddddd;
	float: right;
	background: #673301;
	color: #fff;
	cursor: pointer;
	margin-right: 10px
}
.foot2 {
    height: 70px;
    line-height: 70px;
    background: #326F9C;
    color: #fff;
    text-align: center;
}
.foot2 span {
	float: right
}
.foot2 span a {
	color: #fff
}
/*新闻列表*/
.xinwen {
	width: 100%;
	padding: 50px 0 70px 0
}
.resou {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #fcfbfb
}
.resoul {
	float: right;
	overflow: hidden;
	height: 60px;
	background: url(../images/weizhi.png) left 15px no-repeat;
	box-sizing: border-box;
	margin-right: 90px;
	text-indent: 30px;
	color: #2e2e2e
}
.resoul span {
	color: #5b0f00;
}
.sousuo1 {
	width: 275px;
	height: 28px;
	border: 1px solid #673301;
	float: left;
	margin-top: 15px;
	position: relative
}
.ss1l {
	float: left;
	width: 215px;
	background: #fff;
	height: 28px
}
.ss1r {
	right: 0;
	top: -1px;
	width: 60px;
	background: #673301;
	height: 29px;
	position: absolute
}
.ss1l input {
	width: 275px;
	height: 26px;
	border: none;
	color: #aaaaaa;
	text-indent: 15px;
	font-size: 14px;
	background: #fff;
	vertical-align: top
}
.xinwen-list {
	margin-top: 20px
}
.xinwen-list ul li {
	float: left;
	width: 582px;
	height: 152px;
	margin-right: 36px;
	margin-bottom: 35px;
	transition: all ease-in-out 0.3s;
	position: relative
}
.xinwen-list ul li:after {
	position: absolute;
	content: '';
	width: 1px;
	height: 100%;
	right: 0;
	top: 0;
	background: #b0b0b0
}
.xinwen-list ul li:nth-child(2n):after {
	display: none
}
.xinwen-list ul li:nth-child(2n) {
	margin-right: 0;
}
.xinwen-img {
	float: left;
	width: 202px;
	height: 152px;
	overflow: hidden
}
.xinwen-img img {
	width: 202px;
	height: 152px;
	transition: all ease-in-out 1s
}
.xinwen-des {
	float: left;
	width: 380px;
	height: 152px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 10px 30px 15px 12px
}
.xinwen-des h2 {
	font-size: 12px;
	color: #bfbfbf;
	background: url(../images/biao.png) left center no-repeat;
	text-indent: 20px;
	margin-bottom: 5px
}
.xinwen-des h3 {
	font-size: 14px;
	color: #2e2e2e;
	margin-bottom: 10px;
	height: 20px;
	overflow: hidden
}
.xinwen-des p {
	font-size: 12px;
	color: #8e8e8e;
	line-height: 23px;
	height: 69px;
	overflow: hidden
}
.xinwen-list ul li:hover .xinwen-img img {
	transform: scale(1.2);
	transition: all ease-in-out 1s
}
.xinwen-list ul li:hover .xinwen-des h3 {
	color: #5b0f00
}
.xinwen-list ul li:hover {
	box-shadow: 1.118px 1.658px 4.8px 0.2px rgba(0, 0, 0, 0.31);
	transition: all ease-in-out 0.3s
}
.yeshu {
	text-align: center;
	margin-top: 30px
}
.yeshu a {
	display: inline-block;
	width: 80px;
	height: 50px;
	border-radius: 5px;
	background: #e2e2e2;
	margin: 0 5px;
	font-size: 18px;
	color: #555150;
	line-height: 50px
}
.yeshu a:hover {
	color: #fff;
	background: #5b0f00
}
.yeshu a.page-num-current {
	color: #fff;
	background: #5b0f00
}
.yeshu a:first-child {
	background: none
}
.yeshu a:last-child {
	background: none
}
/*新闻详情*/
.xinwen-con {
	width: 100%;
	padding: 65px 0
}
.xinwen-con1 {
	border-bottom: 1px solid #673301;
	padding-bottom: 15px;
	text-align: center
}
.xinwen-con1 h2 {
	font-size: 24px;
	color: #2e2e2e;
	margin-bottom: 10px
}
.xinwen-con1 h3 {
	font-size: 14px;
	color: #a8a9a9
}
.xinwen-con2 {
	line-height: 35px;
	padding: 20px 0;
	color: #2e2e2e
}
.xinwen-con2 img {
	max-width: 100%;
	height: auto
}
.tiaoshu {
	width: 100%;
	padding: 20px 0;
	border-top: 1px solid #673301;
	border-bottom: 1px solid #673301;
	margin-top: 20px;
	color: #2e2e2e;
	font-size: 17px;
	position: relative
}
.tiaoshu a {
	color: #2e2e2e;
}
.tiaoshu a:hover {
	color: #673301;
}
.tiaoshul {
	float: left;
	width: 320px;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	background: url(../images/left2.png) left center no-repeat;
	text-indent: 25px;
	margin-left: 225px;
}
.tiaoshur {
	float: right;
	width: 320px;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	background: url(../images/right2.png) right center no-repeat;
	text-indent: 25px;
	margin-right: 225px;
}
.fanhui {
	position: absolute;
	width: 33px;
	heihgt: 32px;
	left: 580px;
	top: 23px;
	cursor: pointer
}
/*产品列表*/
.gallery {
	width: 100%;
	padding: 45px 0 70px 0
}
.gallery-list {
	width: 100%;
	margin-top: 30px
}
.gallery-list ul li {
	margin-right: 21px;
	float: left;
	display: inline;
	overflow: hidden;
	width: 386px;
	transition: all ease-in-out 0.3s;
	margin-bottom: 50px;
}
.gallery-list ul li:nth-child(3n) {
	margin-right: 0
}
.gal-img {
	width: 100%;
	overflow: hidden;
	height: 250px;
}
.gal-img img {
	height: 285px;
	width: 386px;
	transition: all ease-in-out 1s;
	display: block
}
.gal-title {
	width: 100%;
	overflow: hidden;
	height: 70px;
	box-sizing: border-box;
	padding: 10px 10px;
	background: url(../images/jiantou.png) 323px center no-repeat #fff;
	border-bottom: 1px solid #e3e3e3
}
.gal-title h2 {
	font-size: 17px;
	color: #2e2e2e;
	margin-bottom: 5px;
	height: 23px;
	overflow: hidden
}
.gal-title h3 {
	font-size: 14px;
	color: #8e8e8e;
	height: 20px;
	overflow: hidden
}
.gallery-list ul li:hover .gal-img img {
	transform: scale(1.2);
	transition: all ease-in-out 1s
}
.gallery-list ul li:hover .gal-title {
	background: url(../images/jiantou1.png) 323px center no-repeat #fff
}
.gallery-list ul li:hover .gal-title h2 {
	color: #673301
}
.gallery-list ul li:hover {
	box-shadow: 2.5px 4.33px 9.5px 0.5px rgba(0, 0, 0, 0.35);
	transition: all ease-in-out 0.3s
}
/*产品详情*/
.gallery-con {
	width: 100%;
	padding: 65px 0 70px 0
}
.gal-zhong {
	width: 600px;
	height: 450px;
	margin: 0 auto;
	position: relative
}
.gal-zhong img {
	width: 600px;
	height: 450px;
}
.gellery-con1 h2 {
	text-align: center;
	font-size: 24px;
	color: #2e2e2e;
	margin-bottom: 50px
}
.gal-left {
	position: absolute;
	width: 67px;
	height: 67px;
	left: -180px;
	top: 190px;
	background: url(../images/left3.png) no-repeat;
	cursor: pointer
}
.gal-left:hover {
	background: url(../images/left4.png) no-repeat
}
.gal-right {
	position: absolute;
	width: 67px;
	height: 67px;
	right: -180px;
	top: 190px;
	background: url(../images/right3.png) no-repeat;
	cursor: pointer
}
.gal-right:hover {
	background: url(../images/right4.png) no-repeat
}
.gellery-con1 {
	border-bottom: 1px solid #39a672;
	padding-bottom: 65px
}
.gellery-con2 {
	width: 100%;
	line-height: 35px;
	color: #2e2e2e;
	padding: 20px 0
}
.gellery-con2 img {
	max-width: 100%;
	height: auto
}
/*关于我们*/
.guanyu1 {
	width: 100%;
	padding: 45px 0 90px 0
}
.gaunyu1-con {
	color: #2e2e2e;
	line-height: 30px;
	margin-top: 30px;
	box-sizing: border-box;
	padding: 0 50px
}
.guanyu2 {
	width: 100%;
	height: 600px;
	background: url(../images/about-bg2.jpg) center center no-repeat;
	box-sizing: border-box;
	padding-top: 50px
}
.about2l {
	float: left;
	width: 600px;
	margin-left: -1px
}
.about2r {
	float: right;
	width: 600px;
	box-sizing: border-box;
	padding: 0 65px;
	color: #999999
}
.about2l h2 {
	text-align: center;
	font-size: 24px;
	color: #fff;
	margin-bottom: 35px
}
.about2l ul li {
	float: left;
	width: 300px;
	height: 225px;
	position: relative;
	overflow: hidden
}
.about2l ul li img {
	width: 300px;
	height: 225px;
	transition: all ease-in-out 1s
}
.jia {
	position: absolute;
	width: 55px;
	height: 55px;
	background: url(../images/jia.png) no-repeat;
	top: 40px;
	left: 123px;
	opacity: 0;
	transition: all ease-in-out 0.3s
}
.about2l ul li:hover .jia {
	opacity: 1;
	top: 85px;
	transition: all ease-in-out 0.3s
}
.about2l ul li:hover img {
	transform: scale(1.2);
	transition: all ease-in-out 1s
}
.about2r h2 {
	text-align: center;
	font-size: 24px;
	color: #999999;
	margin-bottom: 35px
}
.about-l {
	float: left;
	width: 100px;
	height: 75px;
}
.about-l img {
	width: 100px;
	height: 75px;
}
.about-r {
	float: left;
	width: 355px;
	height: 75px;
	overflow: hidden;
	margin-left: 15px
}
.about-r h3 {
	font-size: 14px;
	color: #999;
	margin-top: 10px;
	margin-bottom: 15px;
	height: 20px;
	overflow: hidden
}
.about-r p {
	font-size: 12px;
	color: #999
}
.about-r p img {
	vertical-align: top;
	margin-right: 10px;
	margin-top: 3px
}
.about2r ul li {
	margin-bottom: 49px
}
.about2r ul li:hover h3 {
	color: #fff
}
.about2r ul li:hover p {
	color: #fff
}
/*联系我们*/
.lianxi-con {
	width: 100%;
	padding: 50px 0
}
.lianxi-conl {
	float: left;
	width: 500px;
	margin-left: 35px
}
.lianxi-conr {
	float: right;
	width: 590px;
	margin-right: 35px
}
.lianxi-conl1 {
	width: 100%;
	line-height: 30px;
	color: #2e2e2e
}
.lianxi-conl1 h2 {
	color: #2e2e2e;
	font-size: 24px;
	margin-bottom: 10px
}
.lianxi-conl2 {
	margin-top: 15px
}
.lx1 {
	margin-bottom: 15px
}
.lx1l {
	float: left;
	width: 235px;
}
.lx1r {
	float: right;
	width: 235px;
}
.lx1l h2 {
	font-size: 16px;
	color: #2e2e2e;
	margin-bottom: 10px
}
.lx1l input {
	width: 100%;
	height: 30px;
	background: #e6e6e6;
	border-radius: 5px;
	border: none;
	text-indent: 10px
}
.lx1r h2 {
	font-size: 16px;
	color: #2e2e2e;
	margin-bottom: 10px
}
.lx1r input {
	width: 100%;
	height: 30px;
	background: #e6e6e6;
	border-radius: 5px;
	border: none;
	text-indent: 10px
}
.lx2 {
	margin-bottom: 15px
}
.lx2 h2 {
	font-size: 16px;
	color: #2e2e2e;
	margin-bottom: 10px
}
.lx2 input {
	width: 100%;
	height: 30px;
	background: #e6e6e6;
	border-radius: 5px;
	border: none;
	text-indent: 10px
}
.lx2 textarea {
	width: 100%;
	height: 30px;
	background: #e6e6e6;
	border-radius: 5px;
	border: none;
	text-indent: 10px;
	height: 110px;
	box-sizing: border-box;
	padding-top: 10px
}
.lx3 input {
	width: 180px;
	height: 56px;
	background: #4a4a4a;
	border-radius: 5%;
	border: none;
	font-size: 24px;
	color: #fff
}
.lx3 {
	margin-top: 25px
}
