* {
	margin:0;
	padding:0;
}
body {
	width:100%;
	height:auto;
	font-family: arial;
	color:#333;
}
li {
	vertical-align: top;
	list-style: none;
}
img {
	vertical-align: middle;
	border:0;
	outline: 0;
}
a {
	color: #333;
	text-decoration: none;
}
a:active, a:hover {
	outline: 0;
	text-decoration: none;
	color:#bd0817;
}
.transitionall {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.clearfix {
 *zoom:1;
}
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
.breadcrumb a {
	color: #fff;
}
.breadcrumb > .active {
	color: #bd0817;
}
.body .wrap {
	position: absolute;
	width:100%;
}
/*---------------------header------------------*/
.header-logo {
	height:54px;
	text-align:center;
}
.navbar-toggle .icon-bar {
	background: #000;
}
.menuicon {
	position:absolute;
	left:50px;
	top:25px;
}
.logo {
	text-align:center;
}
.logo h1 {
	margin:0 auto;
	height:54px;
}
.logo .hidden-xs {
	position: relative;
	z-index: 10000;
}
.logo h1 img.visible-xs {
	margin:6px;
}
.header-nav {
	background:#1a1a1a;
	margin-top:30px;
}
#topnav {
	width:600px;
	margin:auto;
}
.nav li {
	position: relative;
	height:40px;
	width:20%;
	text-align:center;
	line-height:40px;
}
.navbar-nav > li > a {
	line-height:40px;
	padding-top:0;
	padding-bottom:0;
	color:#FFF;
}
.nav li:before {
	content:'';
	position: absolute;
	bottom:0px;
	left:0;
	height:5px;
	width: 0%;
	background:#e9b78c;
	-webkit-transition: width 0.5s;
	-moz-transition: width 0.5s;
	-ms-transition: width 0.5s;
	-o-transition: width 0.5s;
	transition: width 0.5s;
	z-index: 100;
}
.nav li:hover:before {
	width:100%;
}
.nav a {
	font-size: 12px!important;
	-webkit-transition: color 0.4s;
	-moz-transition: color 0.4s;
	-ms-transition: color 0.4s;
	-o-transition: color 0.4s;
	transition: color 0.4s;
	text-align:center;
}
.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
}
.index-form-wrap .txt-search, .index-form-wrap .btn-search {
	float: left;
}
.index-form-wrap .txt-search {
	background: #bd0817;
	color:#fff!important;
	border: 0px;
	text-indent:6px;
	width:0px;
}
.index-form-wrap .btn-search {
	background: #3f4347;
	text-align: center;
	border:0;
	outline: 0;
	width:64px;
	color: #fff;
}
.index-form-wrap, .index-form-wrap form, .index-form-wrap .txt-search, .index-form-wrap .btn-search {
	height:100%!important;
}
.header-nav .txt-search, .header-nav .btn-search {
	height:66px!important;
}
/*------------------header end---------------*/
/*----------banner-------------------*/
.banner {
	position: relative;
	margin:auto;
	padding-top:30px;
}
@media (max-width: 767px) {
	.banner {
		width:90%;
		}
	}
@media (min-width: 768px) {
	.banner {
		width:80%;
		}
	}	

.banner-pic {
	position: relative;
}
.banner-list-1 {
	background: url("../assets/images/banner/banner.jpg") top center no-repeat;
}
.banner-list-2 {
	background: url("../assets/images/banner/banner1.jpg") top center no-repeat;
}
.banner-list {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	-webkit-background-size:cover !important;
	background-size:cover !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    sizingMethod='scale');
	display: none;
}
.banner-choose {
	position: absolute;
	width:60%;
	bottom: 100px;
	left:100px;
}
.banner-choose .caption {
	background: #5e5e5e;
	line-height: 30px;
	height:30px;
	text-indent: 1em;
}
.transitionall, .banner-choose .caption, .banner-choose .caption i {
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}
.banner-choose .caption a {
	font-size: 12px;
	color: #fff;
	-webkit-perspective: 2000px;
	-moz-perspective: 2000px;
	-ms-perspective: 2000px;
	-o-perspective: 2000px;
	perspective: 2000px;
}
.banner-choose .caption i {
	position: relative;
	left:-20px;
	font-size: 14px;
}
.banner-nav>div:hover .caption {
	background: #bd0817;
}
.banner-nav>div:hover i {
	left:0;
	-webkit-transform: rotateX(1080deg);
	-moz-transform: rotateX(1080deg);
	-ms-transform: rotateX(1080deg);
	-o-transform: rotateX(1080deg);
	transform: rotateX(1080deg);
}
.news-gd {
	position: absolute;
	left:130px;
	bottom:90px;
	width:60%;
	height:34px;
	line-height: 34px;
	font-size: 12px;
	overflow: hidden;
}
.news-gd .title-tip {
	background: #bd0817;
	color:#fff;
}
.news-gd .news-list {
	background: #fff;
	color: #000;
}
.news-gd .news-list .col-xs-2, .news-gd .news-list .col-xs-12, .news-gd .news-list .col-xs-10 {
	padding:0;
}
.banner ul {
	position: absolute;
	left:0;
	top:0;
	margin:0;
	width:100%;
	height:100%;
}
/*--------------banner end----------------*/
.title1 {
	margin-top:20px;
	margin-bottom:50px;
}
.title1 h3 {
	text-align:center;
}
/*index news*/
.wrap-content {
	position: relative;
	overflow: hidden;
}
.shubiao {
	text-align:center;
	border-bottom:1px solid #ddd;
	padding-top:15px;
	padding-bottom:15px;
}
.wrap-content>.line {
	position: absolute;
	width:20px;
	height:0%;
	z-index: 9999;
}
.main-content {
	background: #fff;
}
.main-content h2 {
	margin:0;
	font-size: 21px;
	padding-top:60px;
}
.showmore {
	padding:20px 0 60px;
}
.showmore a {
	font-size: 12px;
}
.showmore a i {
	font-size: 16px;
}
div.news-type {
	display: inline-block;
	width:80px;
	height:24px;
	text-align: center;
	line-height: 24px;
	font-size: 12px;
	border:1px solid #747474;
}
.bg-grey {
	color:#fff;
	background: #747474;
	border:1px solid #747474!important;
}
.bg-red {
	color:#fff;
	background: #bd0817;
	border:1px solid #bd0817!important;
}
/*ab*/ 
 
 .news_sec_left {
	float:left;
}
.news_sec_left img {
	width:100%;
}
.news_sec_right {
	float:right;
	min-height:350px !important;
}
.about_right_tit2 {
	margin-left:10%;
	margin-top:60px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}
.about_right_tit {
	margin-left:10%;
	margin-right:10%;
	margin:20px 10%;
	font-size:30px;
	font-family:"Times New Roman", Times, serif;
}
.news_sec_right hr {
	margin:3px 0;
	margin-left:10%;
	width:50px;
	border:1px #fff solid;
}
.about_right_txt {
	margin:20px 10%;
	font-size:12px;
	line-height:25px;
	font-family:Arial, Helvetica, sans-serif;
}
.about_right_more {
	width:220px;
	font-size:15px;
	text-align:center;
	padding:10px 0;
	border:1px #333 solid;
	margin-left:10%;
	font-family:Arial, Helvetica, sans-serif;
}
.about_right_more2 {
	width:100px;
	font-size:12px;
	text-align:center;
	padding:5px 0;
	border:1px #333 solid;
	margin-right:20px;
	margin-top:20px;
	font-family:微软雅黑;
	float:left;
}
/*ab*/ 




/*******************news**********************/
.news {
	margin:0 auto;
}
@media (max-width: 767px) {
	.news {
		width:90%;
		}
	}
@media (min-width: 768px) {
	.news {
		width:70%;
		}
	}
.news-center-left {
	width:47%;
	margin-top:35px;
	float:left;
}
.news-center-right {
	width:50%;
	margin-top:35px;
	float:left;
}
.thumbnail-img {
	width:100%;
	position:relative;
	overflow:hidden;
}
.line-t {
	width:100%;
	height:7px;
	background:#290b04;
	position:absolute;
	top:0;
	right:-100%;
	z-index:100;
}
.line-r {
	width:7px;
	height:100%;
	background:#290b04;
	position:absolute;
	bottom:-100%;
	right:0;
	z-index:100;
}
.line-b {
	width:100%;
	height:7px;
	background:#290b04;
	position:absolute;
	bottom:0;
	left:-100%;
	z-index:100;
}
.line-l {
	width:7px;
	height:100%;
	background:#290b04;
	position:absolute;
	top:-100%;
	left:0;
	z-index:100;
}
.bianan {
	width:100%;
	height:100%;
	background:#000;
	position:absolute;
	left:0;
	top:0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	z-index:100;
}
.news-showtext {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	opacity:0;
	z-index:101;
}
.newsmore {
	padding-top:300px;
	font-family:"微软雅黑";
}
.newsmore a {
	border: 2px solid #fff;
	color: #fff;
	width: 90px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	display:block;
	margin:0 auto;
	transition: color 800ms ease-in 0ms, background 1000ms ease-in 0ms;
}
.newsmore a:hover {
	background:#FFF;
	color:#000;
	transition: color 800ms ease-in 0ms, background 800ms ease-in 0ms;
}
.news-list {
	margin-top:30px;
	border:1px solid #ccc;
}
.news-te {
	padding-left:30px;
	padding-right:30px;
	position:relative;
}
.news-te>h4 {
	font-size:16px;
}
.news-te>p {
	font-size:13px;
	line-height:20px;
}
 @media screen and (max-width: 767px) {
 .news-more {
 width:100px;
 float:right;
 margin-right:30px;
 margin-top:20px;
 margin-bottom:10px;
}
}
 @media screen and (min-width: 768px) {
 .news-more {
 width:90px;
 position:absolute;
 right:30px;
 top:10px;
}
}
.news-more a {
	font-size:12px;
	border: 1px solid #000;
	color: #000;
	width: 90px;
	line-height: 28px;
	text-align: center;
	display:block;
	margin:0 auto;
	transition: color 800ms ease-in 0ms, background 1000ms ease-in 0ms;
}
.news-more a:hover {
	background:#000;
	color:#fff;
	transition: color 800ms ease-in 0ms, background 800ms ease-in 0ms;
}
/**//***************news**********************/



.footer-nav {
	padding-top:50px;
}
.footer-nav .caption {
	position: relative;
	line-height: 40px;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.footer-nav .container-2>div {
	padding:50px 10px;
}
.footer-nav .caption span {
	height:30px;
	line-height:30px;
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.footer-nav .caption span a {
	text-decoration:underline;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.footer-nav .caption img {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.footer-nav .caption:hover img {
}
.footer-nav .caption a {
	color:#b5b1ae;
	font-size: 12px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
/*index news end*/


.go-back-top img {
	cursor: pointer;
}
/*footer copyright*/
.footer {
	/*height:72px;*/
    line-height: 72px;
	font-size: 12px;
	color:#000;
	position:relative;
}
.sp-con1 {
	height:0%;
	background:#999;
	position:absolute;
	top:-50%;
	overflow:hidden;
	border-radius:15px;
}
.sp-con2 {
	height:0%;
	background:#999;
	position:absolute;
	top:-50%;
	overflow:hidden;
	border-radius:15px;
}
@media (min-width: 268px) {
 .sp-con1 {
 width:80%;
 left:10%;
}
 .sp-con2 {
 width:80%;
 left:10%;
}
}
}
@media (min-width: 768px) {
 .sp-con1 {
 width:70%;
 left:15%;
}
 .sp-con2 {
 width:70%;
 left:15%;
}
}
@media (min-width: 992px) {
 .sp-con1 {
 width:60%;
 left:20%;
}
 .sp-con2 {
 width:60%;
 left:20%;
}
}
@media (min-width: 1200px) {
 .sp-con1 {
 width:50%;
 left:25%;
}
 .sp-con2 {
 width:50%;
 left:25%;
}
}
@media (min-width: 1600px) {
 .sp-con1 {
 width:40%;
 left:30%;
}
 .sp-con2 {
 width:40%;
 left:30%;
}
}
.close1 {
	width:30px;
	position:absolute;
	top:-21px;
	right:0px;
}
.close2 {
	width:30px;
	position:absolute;
	top:-21px;
	right:0px;
}
.footer1 {
	height:60px;
	background:#2e3032;
}
.footer1 ul {
	width:80%;
	max-width:980px;
	margin:auto;
}
.footer1 ul li {
	width:25%;
	float:left;
	height:60px;
	border-left:1px solid #828282;
}
.footer2 {
	height:60px;
}
.footer2 ul {
	width:80%;
	max-width:980px;
	margin:auto;
}
.footer2 ul li {
	width:20%;
	float:left;
	height:60px;
	text-align:center;
}
.footer2 ul li a:hover {
	color:#666
}
.footer3 {
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}
.copyright {
	text-align:center;
}
/*footer copyright end*/



.title {
	padding:40px 0;
}
.title .center-block {
	width:300px;
}
.title h2 {
	font-size: 4em;
}
.section {
	padding:50px 0 150px 0;
}
.bg-grey {
	background: #3e3e3e;
}
.bg-deep-danger {
	background: #ccc;
}
.bg-beige {
	background: #999;
}
.section h4 {
	padding:30px 0;
	text-align: center;
	font-size: 2em;
	font-weight: normal;
	color:#fff;
}
.section h4:before {
	content:'';
	margin-right:10px;
	width:3px;
	height:20px;
	border-radius:5px;
	background: #fff;
}
.section-2>.container>.col-xs-12 {
	display: table;
}
.about-stade p {
	opacity: 0;
	filter:alpha(opacity=0);
	text-align: justify;
	font-size: 12px;
	line-height: 2;
	border-bottom:1px dashed #ccc;
}
.about .section hr {
	border: 0;
	outline: 0;
	background-color: #a2a19d;
	margin: 1em auto 1em auto;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 2px;
	width: 25%;
}
.honor .col-lg-3 {
	position: relative;
	top:600px;
}
.honor .thumbnail {
	padding:0;
	position: relative;
	overflow: hidden;
}
.hover {
	position: absolute;
	width:100%;
	height:100%;
	z-index: 10;
}
.hover .hover-wrap {
	position: relative;
	width:100%;
	height:100%;
}
.hover .hover-wrap .hover-bg {
	position: absolute;
	background: #eaa6a5;
	width:50%;
	height:100%;
}
.hover .hover-wrap .caption {
	width:100%;
	height:100%;
	display: table;
}
.hover .hover-wrap i {
	position: relative;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	z-index: 100;
	font-size: 3em;
	color:#fff;
}
.hover-bg-l {
	left:0;
}
.hover-bg-r {
	right:0;
}
.year {
	overflow: hidden;
	border-bottom:1px solid #ccc;
	opacity: 0;
	filter:alpha(opacity=0)
}
.year .col-lg-2 {
	color:#fff;
	background: #ab3e41;
	height:40px;
	line-height:40px;
	text-align: center
}
.year .col-lg-10 {
	overflow: hidden;
	height:40px;
	line-height: 40px;
	background: #fff;
}
.year .col-xs-10 p {
	height:40px;
	line-height: 40px;
	margin:0;
	text-indent: 10px;
}
.concept .col-lg-3 {
	position: relative;
	top:-300px;
	opacity:0;
	filter:alpha(opacity=0);
}
.concept .concept-list {
	padding:10px;
	background: #333333;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	box-sizing: border-box;
	border: 2px solid #333333;
}
.concept .concept-list:hover {
	border:2px solid #6d6d6d;
}
.concept .icon {
	margin: 0px auto;
	width:100px;
	height:100px;
	line-height: 100px;
	font-size: 3em;
	text-align: center;
	color:#f03020;
	border-radius: 50%;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.concept h5 {
	text-align: center;
	font-weight: bold;
}
.concept .caption {
	height:160px;
}
.concept p {
	text-align: center;
}
/*.section-2 tr{*/

/*}*/
/*.section-2 .year{*/
    /*width:100%;*/
    /*text-align: center;*/
    /*background: #e70012;*/
    /*border:1px solid #404548;*/
    /*color:#fff;*/
/*}*/
/*.section-2 .events{*/
    /*overflow: hidden;*/
    /*width:0;*/
    /*background: #404548;*/
    /*border:1px solid #ccc;*/
    /*color:#fff;*/
/*}*/


.news .news-container>div {
	padding-top:15px;
	padding-bottom:15px;
}
.news .section .thumbnail {
	border:0;
	padding:0;
	background: #fff;
	height:455px;
}
.news .section .pic {
	overflow: hidden;
}
.news .thumbnail {
	position: relative;
}
.news .caption h5 {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.news .caption p {
	text-align: center;
	font-size: 14px;
	color:#666
}
.news .thumbnail .btn {
	position: absolute;
	bottom:-17px;
	left:50%;
	margin-left:-75px;
}
.pagination a {
	color:#f03020;
}
.pagination a:hover {
	color:#e70012;
}
.news .pagination {
	display: inline-block;
}
.news .pic {
	position: relative;
}
.news .hover {
	position: absolute;
	width: 100%;
	height:100%;
	background: rgba(255, 0, 0, 0);
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}
.news .thumbnail:hover .hover {
	background: rgba(255, 0, 0, 0.3);
}
.news .thumbnail img {
	-webkit-transform:scale(1, 1);
	-moz-transform:scale(1, 1);
	-ms-transform:scale(1, 1);
	-o-transform:scale(1, 1);
	transform:scale(1, 1);
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}
.news .thumbnail:hover img {
	-webkit-transform:scale(1.3, 1.3);
	-moz-transform:scale(1.3, 1.3);
	-ms-transform:scale(1.3, 1.3);
	-o-transform:scale(1.3, 1.3);
	transform:scale(1.3, 1.3);
}
.news .hover-wrap {
	width: 100%;
	height: 100%;
	padding: 10px;
	box-sizing: border-box;
}
.news .hover-content {
	position: relative;
	width: 100%;
	height:100%;
}
.news .hover-content div {
	position: absolute;
	background: #000;
}
.news .hover-content .line-top {
	top: 0;
	left: 50%;
	width: 0%;
	height: 2px;
}
.news .hover-content .line-right {
	top: 50%;
	right: 0;
	width: 2px;
	height: 0%;
}
.news .hover-content .line-bottom {
	right: 50%;
	bottom: 0;
	width: 0%;
	height: 2px;
}
.news .hover-content .line-left {
	left: 0;
	bottom: 50%;
	height: 0%;
	width: 2px;
}
.news1_det {
	margin-top:30px;
	width:90%;
}
.news1_det p {
	font-size:12px;
	line-height:25px;
}
.products .thumbnail {
	position: relative;
}
.products .thumbnail h5 {
	font-size: 16px;
	font-weight: bold;
}
.products .thumbnail .btn {
	position: absolute;
	bottom:-17px;
	left:50%;
	margin-left:-75px;
}
.right-tip {
	position: fixed;
	right:40px;
	bottom:100px;
	width:40px;
	box-shadow: 0 0 5px #333;
	z-index: 99;
}
.right-tip ul {
	margin-bottom:0;
}
.right-tip li {
	position: relative;
	width:40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	font-size: 1.5em;
	background: #fff;
}
.right-tip .backtop {
	color:#fff;
	background: #e9b78c;
}
.hewm {
	position: absolute;
	right:50px;
	bottom:0px;
	width:189px;
	display: none;
}







/*media*/
@media (max-width: 732px) {
 .banner-choose {
 position: relative;
 width:100%;
 bottom: 0px;
 left:0px;
}
 .index-news div {
 display: block;
}
 .index-news span {
 margin:10px 0;
 display: block;
}
 .index-news span.badge {
 display: inline;
}
 .nav li, .nav ul, .header-nav .pull-right, .header-nav .nav-wrap {
 width:100%;
}
 .col-xs-12 {
 padding: 0 30px;
}
 .banner-choose .col-xs-12 {
 width:100%;
}
}
@media (min-width: 732px) {
 .banner-choose {
 position: absolute;
 width:100%;
 bottom: 140px;
 left:0px;
}
 .banner-choose>.col-xs-12>.col-xs-12 {
 width:25%;
}
}
 @media (min-width:960px) {
 .banner-choose {
 position: absolute;
 width:60%;
 bottom: 160px;
 left:100px;
}
 .index-news div {
 display: inline-block;
}
 .index-news span {
 display: inline;
}
 .nav li, .nav ul, .header-nav .pull-right, .header-nav .nav-wrap {
 width:auto;
}
}
@media (min-width:1170px) {
 .banner-choose {
 position: absolute;
 width:60%;
 bottom: 160px;
 left:100px;
}
 .nav li, .nav ul, .header-nav .pull-right, .header-nav .nav-wrap {
 width:auto;
}
}
/*media end*/



/*线上购买*/

.buy1 {
	width:50%;
	float:left;
	position:relative;
	z-index:1;
	padding:30px;
	background:#FFF;
}
.buy1 p {
	line-height:30px;
	font-size:14px;
}
.buy2 {
	width:50%;
	background:#edfef5;
	height:350px;
	text-align:center;
	float:left;
	position:relative;
	z-index:99;
}
.buy2 img {
	margin-top:50px;
	margin-bottom:10px;
}
.buy2 p a {
	font-size:14px;
	color:#666;
	font-weight:bold;
}
/*job1*/

.job_sub {
	width:75%;
	margin-left:12%;
	overflow:hidden;
}
.job_sub ul {
	width:300%;
	position:relative;
	left:0;
}
.job_sub ul li {
	width:8.6666666666666%;
	float:left;
	margin-left:1.2216666%;
	margin-right:1.2216666%;
}
.job_sub ul li p {
	line-height:20px;
	height:60px;
	overflow:hidden;
	display:block;
}
.job_tu {
	width:90%;
	margin:0 auto;
	margin-bottom:30px;
}
.job {
	width:34%;
	float:right;
	position:absolute;
	right:8%;
	top:22%;
}
.job_bt {
	font-size:14px;
	font-family:"微软雅黑";
	color:#000;
	line-height:25px;
	text-align:left;
	margin-bottom:10px;
}
.job_zi {
	font-size:12px;
	font-family:"微软雅黑";
	color:#000;
	line-height:25px;
	text-align:left;
}
.job_1 {
	width:24%;
	float:right;
	position:absolute;
	right:7%;
	top:60%;
}
.job1 h3 {
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-weight: normal;
	font-size:32px !important;
	color:#000;
	line-height:50px;
}
.job2_bt {
	font-size: 32px;
	line-height: 32px;
	font-weight: normal;
	margin-bottom:30px;
	text-align:center;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.job2_bt:after {
	content: "";
	position: relative;
	display: block;
	width: 5%;
	margin: 20px auto;
	height: 1px;
	background: #fce5e5;
}
.link {
	color: #191919;
	position: relative;
	display: block;
	text-align: center;
	font-style: italic;
	height:30px;
	width: 130px;
	margin: 30px auto;
	z-index: 5;
	line-height:30px;
	border: 1px solid #191919;
	-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-ms-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
}
.link:hover {
	color:#fff;
	background:#fce5e5;
	border: 1px solid #FFF;
}
.link:hover span {
	color:#fff;
}
.link .line-left, .link a .line-right {
	position:absolute;
}
.link .line-left {
	left:-15.5%;
}
.link .line-right {
	right:-15.5%
}
/*job1*/


/*contact*/
.ab1_xian {
	width:180px;
	height:6px;
	background:#000;
	margin:20px 0 20px 0;
}
.ab1_xian1 {
	width:180px;
	height:6px;
	background:#000;
	margin:auto;
}
.con_z1 {
	font-size:20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color:#000;
	line-height:25px;
	margin-bottom:10px;
	margin-top:10px;
}
.con_z2 {
	font-size:14px;
	font-family: "微软雅黑";
	color:#000;
	line-height:25px;
}
.contact-us form {
	width: 100%;
}
.contact-us form label {
	font-family: "微软雅黑", "verdana, geneva, arial, helvetica, sans-serif";
	color: #666;
	padding-top: 20px;
	padding-bottom: 3px;
	display: block;
	font-size: 12px;
	text-align: left;
}
.contact-us form .txt {
	width: 100%;
	height:37px;
	line-height: 37px;
	text-indent: 2px;
	border: 1px solid #333;
}
.contact-us form .txt-message {
	width: 100%;
	height:172px;
	border: 1px solid #333;
}
.contact-us form .cbox-lab {
	float: left;
	width: 240px;
	padding: 0!important;
}
.contact-us .cbox-lab input, .contact-us .cbox-lab span {
	float: left;
}
.contact-us form .btn-send {
	width: 188px;
	height:40px;
	border: none;
	text-align: center;
	font-family: "微软雅黑", "verdana, geneva, arial, helvetica, sans-serif";
	font-size: 12px;
	color: #fff;
	background: #000;
	cursor: pointer;
}
.contact-us form .btn-send input {
	width:188px;
	height:40px;
	border: none;
	text-align: center;
	line-height:40px;
	font-family: "微软雅黑", "verdana, geneva, arial, helvetica, sans-serif";
	font-size: 12px;
	color: #fff;
	background: #000;
	cursor: pointer;
}
.contact-us form .btn-send:hover {
	background: #1a1a1a;
}
/*分页*/
.page {
	font-size: 0px;
	text-align: center;
	margin-top:20px;
	margin-bottom:20px;
}
.page a {
	font-size: 12px;
	color: #999;
	display: inline-block;
	_display:inline;
	padding: 0 5px;
	border: 1px solid #999;
	margin-right: 5px;
	line-height: 23px;
}
.page a:hover, .page a.active {
	background: #000;
	font-weight: bold;
	color: #fff;
	border: 1px solid #000;
}
/*产品*/

#divSmallBox {
	overflow:hidden;
*display:inline;
*zoom:1;
	width:10px;
	height:10px;
	margin:0 5px;
	border-radius:10px;
	background:#ffffff;
}
#playBox {
	width:80%;
	height:649px;
	margin:20px auto;
	background:#333;
	position:relative;
	overflow:hidden;
}
#playBox .oUlplay {
	width:99999px;
	position:absolute;
	left:0;
	top:0;
}
#playBox .oUlplay li {
	float:left;
}
#playBox .pre {
	cursor:pointer;
	width:45px;
	height:45px;
	background:url(../images/l.png) no-repeat;
	position:absolute;
	top:47%;
	left:10px;
	z-index:10;
}
#playBox .next {
	cursor:pointer;
	width:45px;
	height:45px;
	background:url(../images/r.png) no-repeat;
	position:absolute;
	top:47%;
	right:10px;
	z-index:10;
}
#playBox .smalltitle {
	width:100%;
	height:10px;
	position:absolute;
	bottom:15px;
	z-index:10
}
#playBox .smalltitle ul {
	width:250px;
	margin:0 auto;
}
#playBox .smalltitle ul li {
	width:10px;
	height:10px;
	margin:0 5px;
	border-radius:10px;
	background:#999;
	float:left;
	overflow:hidden;
*display:inline;
*zoom:1;
}
#playBox .smalltitle .thistitle {
	background:#000;
}
