@charset "utf-8"; /* CSS Document */

html, body {
	width: 100%;
	height: 100%;
}

body {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #333;
	background: #fff;
}

a {
	text-decoration: none;
	color: #333;
	-webkit-tap-highlight-color: transparent;
}

* {
	list-style: none;
	margin: 0;
	border: none;
	outline: none;
	padding: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.ov {
	overflow: hidden;
}

.dis {
	display: block !important;
}

.dn {
	display: none;
}

.clear {
	clear: both;
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
 color: #999;
}
 input:-moz-placeholder, textarea:-moz-placeholder {
 color: #999;
}
 input::-moz-placeholder, textarea::-moz-placeholder {
 color: #999;
}
 input:-ms-input-placeholder, textarea:-ms-input-placeholder {
 color: #999;
}

input, select, textarea {
	-webkit-appearance: none;
	font-family: Arial, sans-serif;
}

input[type=checkbox] {
	-webkit-appearance: checkbox;
}

/*header*/


.header {
	width: 100%;
	background-color: #fff;
	height: 161px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	box-shadow: 0 0 10px rgba(0,0,0,0.1) ;
}

.header .top {
	width: 1200px;
	margin: auto;
	height: 110px;
	border-bottom: 1px solid #eee;
	margin: auto;
}

.header .top .logo {
	height: 70px;
	margin: 20px 0;
	float: left;
}

.header .top .logo img {
	height: 70px;
	display: block;
}

.header .top .ser {
	float: right;
	margin-left: 50px;
	margin-top: 35px;
	position: relative;
	height: 40px;
}

.header .top .ser p {
	width: 220px;
	display: block;
	overflow: hidden;
	padding-right: 98px;
	padding-left: 18px;
	border: 2px solid #ffa500;
	border-radius: 40px;
	height: 36px;
}

.header .top .ser p input {
	width: 100%;
	display: block;
	font-size: 14px;
	line-height: 36px;
	height: 36px;
}

.header .top .ser span {
	width: 80px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
}

.header .top .ser span input {
	width: 100%;
	text-align: center;
	display: block;
	border-radius: 40px;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	background-color: #ffa500;
}

.header .top .tel {
	float: right;
	padding-top: 35px;
	display:none;
}

.header .top .tel dt {
	display: block;
	float: left;
	padding-left: 24px;
	background-image: url(../images/h01_06.jpg);
	background-position: 0px 3px;
	background-repeat: no-repeat;
}

.header .top .tel dd {
	display: block;
	float: left;
	padding-left: 24px;
	background-image: url(../images/h02_08.jpg);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	margin-left: 30px;
}

.header .top .tel b {
	display: block;
	font-size: 20px;
	line-height: 20px;
	height: 20px;
}

.header .top .tel p {
	display: block;
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	color: #666;
}

.header .nav {
	width: 1200px;
	display: block;
	margin: auto;
	position: relative;
	height: 50px;
}

.header .nav>li {
	display: block;
	width: 11.11%;
	float: left;
	height: 50px;
	position: relative;
}

.header .nav>li>a {
	width: 100%;
	display: block;
	height: 50px;
	line-height: 50px;
	position: relative;
	text-align: center;
	font-size: 16px;
	overflow: hidden;
	text-transform:uppercase;
}

.header .nav>li>a b {
	width: 100%;
	height: 2px;
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #ffa500;
	overflow: hidden;
}

.header .nav>li:hover>a, .header .nav>li.on>a {
	color: #ffa500;
}

.header .nav>li:hover>a b, .header .nav>li.on>a b {
	display: block;
}

.header .nav>li p {
	width: 200px;
	padding: 10px 20px;
	display: none;
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -120px;
	z-index: 2;
	background-color: #fff;
}

.header .nav>li p a {
	font-size: 14px;
	line-height: 30px;
	text-align:center;
	height: 30px;
	display: block;
	overflow: hidden;
	text-transform:uppercase;
}

.header .nav>li p a:hover {
	color: #ffa500;
}

.header .nav>li:hover p {
	display: block;
}

/*banner*/


.banner {
	width: 100%;
	position: relative;
	z-index: 2;
	height: 550px;
}

.banner .swiper-container {
	width: 100%;
	height: 550px;
}

.banner .swiper-container .swiper-slide {
	width: 100%;
	height: 550px;
}

.banner .swiper-container .swiper-slide a {
	width: 100%;
	height: 550px;
	display: block;
	position: relative;
	overflow: hidden;
}

.banner .swiper-container .swiper-slide a img {
	width: 1920px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -960px;
	top: 0;
}

.banner .swiper-container .swiper-pagination {
	right: 50%;
	margin-right: -600px;
	bottom: 40px;
}

.banner .swiper-container .swiper-pagination span {
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	background-image: url(../images/ban_18.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 5px;
}

.banner .swiper-container .swiper-pagination span.swiper-pagination-bullet-active {
	background-image: url(../images/banh_20.png);
}

.banner .swiper-button-prev {
	position: absolute;
	left: 50%;
	margin-left: -600px;
	bottom: 30px;
	background-image: url(../images/left_13.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	cursor: pointer;
	border-radius: 100%;
}

.banner .swiper-button-next {
	position: absolute;
	left: 50%;
	margin-left: -530px;
	bottom: 30px;
	background-image: url(../images/right_15.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	cursor: pointer;
	border-radius: 100%;
}

.banner .swiper-button-prev:hover, .banner .swiper-button-next:hover {
	background-color: #fff;
}

/*WHY CHOOSE US*/


.wbox {
	padding-top: 60px;
	padding-bottom: 70px;
}

.wbox .title {
	width: 1200px;
	margin: auto;
	text-align: center;
}

.wbox .title span {
	font-size: 36px;
	height: 46px;
	text-transform: uppercase;
	line-height: 46px;
	display: block;
	overflow: hidden;
}

.wbox .title p {
	font-size: 16px;
	height: 26px;
	line-height: 26px;
	display: none;
	overflow: hidden;
	color: #666;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wbox .title strong {
	display: block;
	width: 98px;
	height: 8px;
	margin: auto;
	overflow: hidden;
	margin-top: 8px;
}

.wbox .title strong b {
	display: block;
	float: left;
	width: 80px;
	height: 8px;
	border-radius: 8px;
	background-color: #ffa500;
	overflow: hidden;
}

.wbox .title strong a {
	display: block;
	float: right;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background-color: #333;
	overflow: hidden;
}

.wbox .box {
	width: 1200px;
	margin: auto;
	margin-top: 30px;
	height: 380px;
	position: relative;
}

.wbox .box .tu {
	width: 100%;
	height: 380px;
}

.wbox .box .tu img {
	display: block;
	height: 380px;
	margin: auto;
}

.wbox .box .item {
	width: 340px;
	height: 130px;
	padding: 30px;
	position: absolute;
}

.wbox .box .item:nth-child(1) {
	left: 0;
	top: 0;
}

.wbox .box .item:nth-child(2) {
	right: 0;
	top: 0;
}

.wbox .box .item:nth-child(3) {
	left: 0;
	bottom: 0;
}

.wbox .box .item:nth-child(4) {
	right: 0;
	bottom: 0;
}

.wbox .box .item .w01 {
	font-size: 18px;
	line-height: 30px;
	height: 30px;
	font-weight: bold;
}

.wbox .box .item .w01 img {
	display: block;
	height: 30px;
	float: left;
	margin-right: 10px;
}

.wbox .box .item .w02 {
	height: 72px;
	font-size: 14px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin-top: 10px;
}

.wbox .box .item .w03 {
	margin-top: 17px;
	width: 100%;
	height: 1px;
	background-color: #cacaca;
}

.wbox .box .item:hover {
	background-color: #f2f2f2;
}

.wbox .box .item:hover .w01 {
	color: #ffa500;
}

.wbox .box .item:hover .w03 {
	background-color: #ffa500;
}

/*footer*/


.footer {
	width: 100%;
	background-image: url(../images/footer_65.jpg);
	background-size: cover;
	background-position: center;
}

.footer .foot {
	width: 1200px;
	margin: 30px auto;
}

.footer .foot .left {
	float: left;
	width: 290px;
}

.footer .foot .left .f01 {
	height: 50px;
}

.footer .foot .left .f01 img {
	height: 50px;
	display: block;
}

.footer .foot .left .f02 {
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	margin-bottom: 7px;
	display:none;
	color: #fff;
	text-transform: uppercase;
}

.footer .foot .left .f03 {
	margin-top:20px;
	width: 288px;
	height: 38px;
	border-radius: 40px;
	border: 1px solid rgba(255,255,255,0.3);
}

.footer .foot .left .f03 p {
	display: block;
	float: left;
	margin-left: 19px;
	width: 220px;
}

.footer .foot .left .f03 p input {
	display: block;
	width: 100%;
	background-color: transparent;
	font-size: 14px;
	line-height: 38px;
	height: 38px;
	color: #fff;
	overflow: hidden;
}

.footer .foot .left .f03 span {
	display: block;
	float: right;
	margin-right: 8px;
	width: 38px;
	height: 38px;
}

.footer .foot .left .f03 span input {
	width: 100%;
	height: 38px;
	display: block;
	cursor: pointer;
	background-color: transparent;
	background-image: url(../images/ser_07.png);
	background-position: center;
	background-repeat: no-repeat;
}

.footer .foot .right {
	float: right;
	width: 910px;
}

.footer .foot .right .f01 {
	padding-top: 80px;
	width: 100%;
}

.footer .foot .right .f01 p {
	display: block;
	float: right;
}

.footer .foot .right .f01 a {
	display: block;
	float: left;
	margin-left: 30px;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	color: #fff;
	text-transform:capitalize;
	overflow: hidden;
}

.footer .foot .right .f01 a:hover {
	color: #ffa500;
}

.footer .foot .right .f02 {
	padding-top: 26px;
	width: 100%;
	display:none;
}

.footer .foot .right .f02 dl {
	display: block;
	float: right;
}

.footer .foot .right .f02 dt {
	float: left;
	display: block;
	margin-right: 40px;
	padding-left: 45px;
	background-position: 0 8px;
	background-repeat: no-repeat;
	overflow: hidden;
}

.footer .foot .right .f02 dd {
	float: left;
	display: block;
	padding-left: 45px;
	background-position: 0 8px;
	background-repeat: no-repeat;
	overflow: hidden;
	width: 305px;
}

.footer .foot .right .f02 span {
	display: block;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	color: #fff;
}

.footer .foot .right .f02 p {
	display: block;
	font-size: 18px;
	line-height: 34px;
	height: 34px;
	color: #fff;
}

.footer .foot .right .f02 a {
	display: block;
	font-size: 14px;
	line-height: 18px;
	padding-top: 4px;
	color: #fff;
}

.footer .bot {
	width: 1200px;
	margin: auto;
	border-top: 1px solid rgba(255,255,255,0.3);
}

.footer .bot p {
	display: block;
	float: left;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
}

.footer .bot p span {
	display: block;
	float: left;
	color: #ccc;
	margin-right: 20px;
}

.footer .bot a {
	display: block;
	float: right;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	color: #ccc;
}

/*内页*/


.sec {
	width: 100%;
	background-color: #f1f1f1;
	padding-bottom: 70px;
}

.sec .wei {
	width: 1200px;
	height: 26px;
	margin: 17px auto;
}

.sec .wei p {
	display: block;
	line-height: 26px;
	font-size: 16px;
	padding-left: 26px;
	background-image: url(../images/home_03.jpg);
	background-position: 0 5px;
	background-repeat: no-repeat;
}

.sec .wei p a:hover {
	color: #ffa500;
}

.sec .sav {
	width: 1220px;
	margin: auto;
	overflow: hidden;
}

.sec .sav a {
	padding: 0 20px;
	display: block;
	float: left;
	margin-left: 20px;
	font-size: 16px;
	line-height: 36px;
	background-color: #fff;
	border-radius: 5px;
	margin: 10px;
	margin-top: 0;
}

.sec .sav a:hover, .sec .sav a.on {
	color: #ffa500;
}

.sec .main {
	width: 1200px;
	margin: auto;
}

.sec .main .title {
	height: 58px;
	line-height: 58px;
	font-size: 24px;
	padding-bottom: 2px;
	background-image: url(../images/title_07.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.sec .main .fanye {
	width: 100%;
	margin-top: 30px;
	text-align: center;
}

.sec .main .fanye li {
	display: inline-block;
	margin: 0 5px;
	font-size: 16px;
	text-align: center;
}

.sec .main .fanye li a {
	min-width: 20px;
	padding: 0 5px;
	height: 24px;
	line-height: 24px;
	background-color: #fff;
	border-radius: 3px;
	display: block;
}

.sec .main .fanye li span {
	min-width: 20px;
	padding: 0 5px;
	height: 24px;
	line-height: 24px;
	border-radius: 3px;
	display: block;
}

.sec .main .fanye li.active span {
	color: #fff;
	background-color: #ffa500;
}

.sec .main .fanye li.disabled span {
	color: #aaa;
	background-color: #fff;
	cursor: no-drop;
}

.sec .main .fanye li a:hover {
	color: #ffa500;
}

/*产品展示*/


.sec .main .pro {
	width: 1220px;
	display: block;
	padding-top: 10px;
}

.sec .main .pro li {
	width: 224px;
	background-color: #fff;
	display: block;
	margin-top: 20px;
	margin-right: 20px;
	overflow: hidden;
	float: left;
}

.sec .main .pro li a {
	display: block;
	padding: 10px;
	width: calc(100% - 20px);
	overflow: hidden;
}

.sec .main .pro li .tu {
	width: 100%;
	position: relative;
}

.sec .main .pro li .tu img {
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.sec .main .pro li .tu strong{ width:100%; height:100%; position:absolute; left:0; top:0; z-index:2; background-image: url(../images/sy.png); background-size:100% 100%;}
.sec .main .pro li .tu b {
	width: 100%;
	padding-top: 100%;
	background-color: rgba(255,165,0,0.9);
	background-image: url(../images/more.png);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	opacity: 0;
	z-index: 9;
	display: block;
}

.sec .main .pro li:hover .tu b {
	opacity: 1;
}

.sec .main .pro li .wen {
	width: 100%;
	margin-top: 16px;
}

.sec .main .pro li .wen p {
	display: block;
	float: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	width: calc(100% - 50px);
	font-size: 16px;
	height: 48px;
	line-height: 24px;
}

.sec .main .pro li .wen span {
	width: 40px;
	height: 40px;
	display: block;
	float: right;
	margin-top: 4px;
}

.sec .main .pro li .wen span img {
	width: 100%;
	display: block;
}

/*产品内页*/


.chan {
	width: 1200px;
	margin: auto;
}

.left-pro {
	float: left;
	width: 560px;
	height: 490px;
}

.left-pro .gallery-top {
	width: 490px;
	height: 490px;
	float: left;
	background-color: #fff;
	position: relative;
}

.left-pro .gallery-top a {
	width: 490px;
	height: 490px;
	display: flex;
	align-items: center;
	overflow: hidden;
	position:relative;
}
.left-pro .gallery-top a:before{ width:100%; height:100%; display:block; content:''; background-image: url(../images/sy.png); background-size:100% 100%; position:absolute; left:0; top:0;}
.left-pro .gallery-top img {
	max-width: 100%;
	max-height: 490px;
	display: block;
	margin: auto;
}

.left-pro .t1 {
	float: right;
	height: 410px;
	padding: 40px 0;
	position: relative;
	width: 60px;
}

.left-pro .t1 .gallery-thumbs {
	width: 100%;
	height: 410px;
	overflow: hidden;
}

.left-pro .t1 .gallery-thumbs .swiper-slide {
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
	overflow: hidden;
	background-color: #fff;
	opacity: .7;
}

.left-pro .t1 .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
	opacity: 1;
}

.left-pro .t1 .gallery-thumbs .swiper-slide img {
	max-width: 100%;
	max-height: 60px;
	display: block;
	margin: auto;
}

.left-pro .t1 .swiper-button-white {
	display: block;
	width: 24px;
	height: 20px;
	position: absolute;
	left: 19px;
}

.left-pro .t1 .swiper-button-white img {
	display: block;
	cursor: pointer;
}

.left-pro .t1 .swiper-button-prev {
	top: 10px;
}

.left-pro .t1 .swiper-button-next {
	bottom: 10px;
}

.right-pro {
	float: right;
	width: 590px;
}

.right-pro .p01 {
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}

.right-pro .p02 {
	font-size: 16px;
	line-height: 26px;
	color: #666;
	margin-top: 10px;
}

.right-pro .p03 {
	font-size: 14px;
	line-height: 24px;
	margin-top: 4px;
}

.right-pro .p04 {
	width: 100%;
	margin-top: 10px;
}

.right-pro .p04 p {
	display: block;
	float: left;
	width: 190px;
	height: 40px;
	margin-right: 10px;
	overflow: hidden;
}

.right-pro .p04 p:last-child {
	margin-right: 0;
}

.right-pro .p04 p input {
	width: 100%;
	display: block;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	text-indent: 10px;
	overflow: hidden;
	border-radius: 5px;
}

.right-pro .p05 {
	width: 100%;
	margin-top: 15px;
}

.right-pro .p05 #dropdown {
	display: block;
	float: left;
	width: 290px;
	height: 40px;
	position: relative;
}

.right-pro .p05 #dropdown01 {
	display: block;
	float: left;
	width: 290px;
	margin-left: 10px;
	height: 40px;
	position: relative;
}

.right-pro .p05 span {
	display: block;
	width: 100%;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	text-indent: 10px;
	border-radius: 5px;
	overflow: hidden;
	background-color: #fff;
	color: #999;
}

.right-pro .p05 b {
	position: absolute;
	right: 10px;
	top: 0;
	height: 40px;
	display: block;
	background-image: url(../images/sel_03.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 14px;
}

.right-pro .p05 ul {
	width: 100%;
	border-radius: 5px;
	background-color: #fff;
	border-radius: 5px;
	position: absolute;
	left: 0;
	top: 45px;
	display: none;
	padding: 5px 0;
}

.right-pro .p05 ul li {
	border-bottom: 1px solid #f1f1f1;
	height: 34px;
	overflow: hidden;
}

.right-pro .p05 ul li a {
	width: 100%;
	display: block;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-indent: 10px;
	font-size: 14px;
}

.right-pro .p05 ul li:last-child {
	border-bottom: none;
}

.right-pro .p06 {
	width: 100%;
	margin-top: 15px;
}

right-pro .p06 span {
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
}

.right-pro .p06 input {
	width: 100%;
	display: block;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	text-indent: 10px;
	overflow: hidden;
	border-radius: 5px;
}

.right-pro .p07 {
	width: 100%;
	margin-top: 15px;
}

.right-pro .p07 textarea {
	display: block;
	padding: 8px 10px;
	width: 570px;
	background-color: #fff;
	overflow: auto;
	border-radius: 5px;
	font-size: 14px;
	line-height: 24px;
	height: 104px;
	font-family: Arial, Helvetica, sans-serif;
}

.right-pro .p08 {
	width: 100%;
	margin-top: 15px;
}

.right-pro .p08 p {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	float: left;
}

.right-pro .p08 p input {
	width: 14px;
	height: 14px;
	display: block;
	float: left;
	margin: 13px 0;
	margin-right: 10px;
}

.right-pro .p08 a {
	float: right;
	display: block;
	width: 150px;
}

.right-pro .p08 a input {
	text-align: center;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	width: 100%;
	cursor: pointer;
	border-radius: 5px;
	background-color: #ffa500;
	color: #fff;
	overflow: hidden;
	font-weight: bold;
}

.ptitle {
	width: 1200px;
	margin: auto;
	padding-bottom: 2px;
	background-image: url(../images/title_07.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-top: 29px;
	font-size: 18px;
	line-height: 38px;
}

.pwen {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	font-size: 16px;
	margin-top: 25px;
	line-height: 26px;
}

.pwen img {
	max-width: 100%;
	height: auto;
}

.pwen iframe, .pwen video {
	width: 100%;
	height: 460px;
	display: block;
	margin: auto;
}

.phot {
    padding-top: 60px;
    padding-bottom: 70px;
	display:none;
}

.phot .title {
    width: 1200px;
    margin: auto;
    text-align: center;
}

.phot .title span {
    font-size: 36px;
    height: 46px;
    text-transform: uppercase;
    line-height: 46px;
    display: block;
    overflow: hidden;
}

.phot .title p {
    font-size: 16px;
    height: 26px;
    line-height: 26px;
    display: block;
    overflow: hidden;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.phot .title strong {
    display: block;
    width: 98px;
    height: 8px;
    margin: auto;
    overflow: hidden;
    margin-top: 8px;
}

.phot .title strong b {
    display: block;
    float: left;
    width: 80px;
    height: 8px;
    border-radius: 8px;
    background-color: #ffa500;
    overflow: hidden;
}

.phot .title strong a {
    display: block;
    float: right;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: #333;
    overflow: hidden;
}

.phot .box {
    width: 1200px;
    margin: auto;
    padding-top: 10px;
    position: relative;
}

.phot .box ul {
    width: 1220px;
    display: block;
    overflow: hidden;
}

.phot .box li {
    width: 285px;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #cacaca;
    margin-top: 20px;
    margin-right: 20px;
    float: left;
}

.phot .box li .tu {
    width: 100%;
    height: 285px;
    position: relative;
}

.phot .box li .tu img {
    max-width: 100%;
    max-height: 285px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.phot .box li .line {
    width: 60px;
    height: 2px;
    background-color: #999;
    margin: auto;
    margin-top: 20px;
}

.phot .box li .wen {
    width: 100%;
    font-size: 16px;
    line-height: 46px;
    height: 46px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.phot .box li:hover {
    border-bottom: 1px solid #ffa500;
}

.phot .box li:hover .line {
    background-color: #ffa500;
}

/*联系我们*/

.lx {
	width: 1200px;
	margin: auto;
}

.lx .left {
	width: 420px;
	border-radius: 10px;
	display:none;
	padding: 40px 30px;
	padding-bottom: 50px;
	background-color: #ffa500;
	float: left;
}

.lx .left .f01 {
	font-size: 24px;
	line-height: 34px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}

.lx .left .f02 {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	margin-top: 20px;
}

.lx .left .f03 {
	margin-top: 10px;
}

.lx .left .f03 p {
	display: block;
	overflow: hidden;
	margin-top: 20px;
}

.lx .left .f03 p strong {
	height: 20px;
	width: 30px;
	float: left;
	display: block;
}

.lx .left .f03 p strong img {
	height: 20px;
}

.lx .left .f03 p span {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	width: calc(100% - 30px);
	float: left;
	display: block;
}

.lx .right {
	width: 1240px;
}

.lx .right .f01 {
	width: 580px;
	float: right;
	margin-right: 40px;
	margin-bottom: 20px;
}

.lx .right .f01 span {
	display: block;
	font-size: 16px;
	line-height: 34px;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.lx .right .f01 p {
	display: block;
	border-radius: 5px;
	padding: 0 19px;
	overflow: hidden;
	border: 1px solid #cacaca;
}

.lx .right .f01 p input {
	font-size: 14px;
	line-height: 38px;
	display: block;
	overflow: hidden;
	width: 100%;
	background-color: transparent;
}

.lx .right .f02 {
	width: 1200px;
	float: left;
	margin-bottom: 30px;
}

.lx .right .f02 span {
	display: block;
	font-size: 16px;
	line-height: 34px;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.lx .right .f02 p {
	display: block;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #cacaca;
}

.lx .right .f02 p textarea {
	height: 104px;
	font-size: 14px;
	line-height: 24px;
	padding: 7px 19px;
	display: block;
	overflow: auto;
	width: 100%;
	background-color: transparent;
}

.lx .right .f03 {
	width: 1200px;
	float: left;
}

.lx .right .f03 input {
	cursor: pointer;
	display: block;
	text-align: center;
	float: right;
	width: 180px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	border-radius: 40px;
	background-color: #ffa500;
	color: #fff;
}

.lx .right .f03 input:hover {
	background-color: #ffa500;
}

.lb-container{ position:relative;}
.lb-container:before{ width:100%; height:100%; display:block; position:absolute; left:0; top:0; content:''; background-image:url(../images/sy.png); background-position:center; background-repeat:repeat; background-size:100% auto;}