/*首页样式-------*/


/*首页焦点图*/

.section-focus {
	background-color: rgba(0, 0, 0, .1);
	padding: 0;
}


/*.section-focus .item{
	height: 800px;
	background-image: url(../images/index-img-f-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
}*/

.gallery {
	-webkit-transition: .25s;
	transition: .25s;
	background-color: #f8f8f8;
}

.gallery-cell {
	width: 100%;
	/* full width */
	height: 650px;
	/* height of gallery */
	margin-right: 1px;
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size: cover;
	/*max-width: 1600px;*/
	filter: alpha(opacity=40);
	-moz-opacity: .4;
	-khtml-opacity: .4;
	opacity: .4;
	transition: opacity .6s;
	-moz-transition: opacity .6s;
	-webkit-transition: opacity .6s;
	-o-transition: opacity .6s;
	image-rendering: -webkit-optimize-contrast;
}

.gallery-cell.is-selected {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.gallery-cell img {}

.flickity-prev-next-button {
	width: 80px;
	height: 80px;
	background: transparent;
}

.flickity-prev-next-button:hover {
	background: transparent;
}


/* arrow color */

.flickity-prev-next-button .arrow {
	fill: white;
	fill: rgba(255, 255, 255, .6);
}

.flickity-prev-next-button .arrow:hover {
	fill: white;
	fill: rgba(255, 255, 255, 1);
}

.flickity-prev-next-button.no-svg {
	color: white;
}


/* hide disabled button */

.flickity-prev-next-button:disabled {
	display: none;
}

.flickity-page-dots {
	bottom: 80px;
}


/* dots are lines */

.flickity-page-dots .dot {
	height: 4px;
	width: 10px;
	margin: 0;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 1);
	margin: 0 3px;
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: .5s;
	transition: .5s;
}

.flickity-page-dots .dot.is-selected {
	background-color: #f53a1b;
	width: 40px;
}

@media (min-width: 1401px) {}

@media (min-width: 1601px) and (max-width: 1600px) {
	.gallery-cell {
		height: 600px;
	}
}

@media (min-width: 1201px) and (max-width: 1400px) {
	.gallery-cell {
		height: 550px;
	}
}

@media (min-width: 993px) and (max-width: 1200px) {
	.gallery-cell {
		height: 500px;
	}
}

@media (min-width: 769px) and (max-width: 992px) {
	.gallery-cell {
		height: 350px;
	}
}

@media (max-width: 768px) {
	.section-focus {
		margin-top: 50px;
	}
	.flickity-prev-next-button {
		display: none;
	}
	.gallery-cell {
		height: 260px;
	}
	.flickity-page-dots {
		bottom: 8px;
	}
}


/*首页介绍板块*/

.section-s1 {
	background-color: #fff;
	position: relative;
	margin-top: -50px;
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 30px;
	border-radius: 10px 10px 0 0;
}

.main-title-1 {
	display: block;
	margin-bottom: 20px;
}

.main-title-1:after {
	content: '';
	clear: both;
	display: block;
}

.main-title-1 h3 {
	float: left;
	margin: 0;
	font-size: 22px;
	font-weight: 200;
	margin-right: 5px;
	color: #b28956;
	border-left: 2px solid #b28956;
	padding-left: 15px;
}

.main-title-1 p {
	float: left;
	margin: 0;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	font-weight: 400;
	color: #aaa;
	margin-top: 2px;
}

.main-title-1 a {
	float: right;
	font-size: 12px;
	border-bottom: 1px solid #ddd;
	padding: 5px 5px 3px 20px;
	color: #999;
}

.main-title-1 a .glyphicon {
	font-size: 10px;
	margin-left: 10px;
	color: #ccc;
}

.main-title-1 a:hover,
.main-title-1 a:hover .glyphicon {
	color: #222;
}

.main-title-about {
	background-image: url(../images/logo-l.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}

.main-title-about h3 {
	border-width: 0;
}

.main-news {}

.main-news-list {}

.main-news-list2 {}

.main-news-list li a {}

.main-news-list2 li a {
	display: block;
	color: #333;
	padding: 10px 10px;
	/* background-color: #0099FF; */
}

.main-news-list2 li a .item-date {
	float: right;
}

.main-about {
	padding-left: 40px;
	/*position: relative;*/
	padding-bottom: 20px;
}

.video-btn {
	border-radius: 5px;
	float: right;
	margin-left: 30px;
	margin-bottom: 20px;
	width: 300px;
	position: relative;
}

.video-btn img {
	border-radius: 5px;
	width: 100%;
}

.video-btn:after {
	background-color: rgba(0, 0, 0, .6);
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../images/icon-video.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 30%;
	opacity: 0.65;
	-moz-opacity: 0.65;
	filter: alpha(opacity=65);
	transition: .25s;
	-moz-transition: .25s;
	-webkit-transition: .25s;
	-o-transition: .25s;
}

.video-btn:hover:after {
	background-color: rgba(0, 0, 0, .2);
	opacity: 1;
	-moz-opacity: 0.65;
	filter: alpha(opacity=100);
}

.video-box {
	float: right;
	margin-left: 15px;
	padding: 3px;
	background-color: rgba(0, 0, 0, .1);
	border-radius: 3px;
	margin-bottom: 15px;
	width: 50%
}
.vjs-big-play-centered .vjs-big-play-button{
	margin-top: -1em;
	margin-left: -1em;
}
.video-js .vjs-big-play-button{
	    line-height: 2em;
	    height: 2em;
	    width: 2em;
	    border-radius: 100%;
}

/*.my-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 170px;
}*/

@media (min-width: 993px) and (max-width: 1200px) {
	.video-box {
		float: right;
		margin-left: 10px;
		margin-bottom: 10px;
		width: 200px;
	}
}

@media (min-width: 769px) and (max-width: 992px) {
	.video-box {
		margin-bottom: 10px;
		margin-left: 0;
		width: 100%
	}
	.my-video {
		margin: 0 auto;
	}
}

@media (max-width: 768px) {
	.video-box {
		float: none;
		margin-left: 0px;
		margin-bottom: 10px;
		display: block;
		width: 100%;
	}
}

.main-about-text {
	padding-top: 10px;
}

.main-about-text p {
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
	color: #333;
}

.main-about-link {
	display: inline-block;
	width: 200px;
	border: 1px solid #B28956;
	padding: 5px 10px;
	color: #B28956;
	padding-left: 40px;
	background-image: url(../images/icon-gupiao.png);
	background-repeat: no-repeat;
	background-size: auto 80%;
	background-position: 5px center;
	margin-top: 30px;
}

.main-about-link:hover {
	background-color: #B28956;
	color: #fff;
	padding-left: 15px;
}

@media (min-width: 769px) and (max-width: 992px) {
	.section-s1 {
		padding-top: 20px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
	}
	.main-about {
		padding-left: 10px;
		/*position: relative;*/
	}
	.main-about-text p {
		font-size: 13px;
		line-height: 20px;
		text-align: justify;
		color: #333;
	}
	.video-btn {
		border-radius: 5px;
		float: right;
		margin-left: 10px;
		margin-bottom: 5px;
		width: 50%;
	}
}

@media (max-width: 768px) {
	.section-s1 {
		padding: 15px;
		padding-top: 0;
		margin: 0;
	}
	.main-news {
		background-color: #f8f8f8;
		padding-top: 30px;
	}
	.main-about {
		padding-left: 15px;
		padding-top: 30px;
		/*position: relative;*/
	}
	.main-title-1 h3 {
		font-size: 24px;
	}
	.main-title-1 p {
		font-size: 10px;
	}
}

.main-pro {
	background-color: #e7e7e7;
}

.main-pro .container {
	background-color: #f8f8f8;
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
	padding-top: 40px;
	padding-bottom: 40px;
}

.main-title-2 {
	display: block;
	margin-bottom: 20px;
	text-align: center;
}

.main-title-2 h3 {
	margin: 0;
	font-size: 22px;
	font-weight: 200;
	color: #b28956;
	margin-bottom: 15px;
	padding: 15px;
	position: relative;
}

.main-title-2 h3:after {
	content: '';
	width: 30px;
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -15px;
	background-color: #b28956;
}

.main-title-2 p {
	margin: 0;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	font-weight: 400;
	color: #aaa;
	margin-top: 2px;
}

.main-pro-list {
	list-style: none;
	margin: 0;
	padding: 0 15px;
	padding-top: 10px;
	height: 480px;
	display: block;
	position: relative;
}

.main-pro-list li {
	position: absolute;
	width: 20%;
	padding: 0;
	left: 50%;
}

.main-pro-list li.pro-1 {
	left: 50%;
	width: 25%;
	margin-left: -12.5%;
	z-index: 5;
}

.main-pro-list li.pro-2 {
	width: 21%;
	left: 28%;
	top: 40px;
	margin-left: -10%;
	z-index: 4;
}

.main-pro-list li.pro-3 {
	width: 18%;
	left: 0;
	top: 55px;
	margin-left: 0;
	z-index: 1;
}

.main-pro-list li.pro-4 {
	width: 21%;
	left: 72%;
	top: 40px;
	margin-left: -10%;
	z-index: 4;
}

.main-pro-list li.pro-5 {
	width: 18%;
	right: 0;
	top: 55px;
	left: auto;
	margin: 0;
}

.main-pro-list li a {
	display: block;
	background-color: #fff;
	position: relative;
	padding-bottom: 0px;
	/*border: 1px solid #eee;*/
	border-radius: 6px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	text-align: center;
}

.main-pro-list li a:hover {
	-webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.2);
}

.main-pro-list li .item-img {
	width: 100%;
	border-radius: 6px 6px 0 0;
}

.main-pro-list li h1 {
	font-size: 17px;
	text-align: center;
	color: #72685c;
	font-weight: 800;
	display: block;
	margin-top: 40px;
	padding-left: 15px;
	padding-right: 15px;
}

.main-pro-list li p {
	font-size: 10px;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	color: #aaa;
	display: block;
	min-height: 40px;
	text-transform: uppercase;
}

.main-pro-list li a:after {
	content: 'more';
	text-align: center;
	display: inline-block;
	padding: 5px 20px;
	padding-bottom: 0px;
	border-bottom: 3px solid #b28956;
	color: #b28956;
}

@media (min-width: 993px) and (max-width: 1200px) {
	.main-pro-list {
		height: 400px;
	}
	.main-pro-list li.pro-1 {}
	.main-pro-list li.pro-2 {
		top: 30px;
	}
	.main-pro-list li.pro-3 {
		top: 40px;
	}
	.main-pro-list li.pro-4 {
		top: 30px;
	}
	.main-pro-list li.pro-5 {
		top: 40px;
	}
}

@media (min-width: 769px) and (max-width: 992px) {
	.main-pro-list {
		height: 350px;
	}
	.main-pro-list li h1 {
		font-size: 13px;
	}
	.main-pro-list li p {
		font-size: 10px;
		min-height: 60px;
	}
	.main-pro-list li.pro-1 {}
	.main-pro-list li.pro-2 {
		top: 25px;
	}
	.main-pro-list li.pro-3 {
		top: 35px;
	}
	.main-pro-list li.pro-4 {
		top: 25px;
	}
	.main-pro-list li.pro-5 {
		top: 35px;
	}
}

@media (max-width: 768px) {
	.main-pro {
		padding-left: 0;
		padding-right: 0;
	}
	.main-pro .container {
		padding-left: 0;
		padding-right: 0;
	}
	.main-pro-list {
		height: auto;
	}
	.main-pro-list li {
		width: 50% !important;
		position: relative;
		float: left;
		margin: 0 !important;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		padding: 10px;
	}
	.main-pro-list li.pro-1 {
		width: 100% !important;
	}
	.main-pro-list li h1 {
		font-size: 14px;
		margin-top: 20px;
	}
	.main-pro-list li p {}
}

.section-s3 {
	background-color: #fff;
	position: relative;
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 30px;
}

.main-customers {
	text-align: center;
}

.main-customers img {
	max-width: 100%;
}

.main-map {
	text-align: center;
}

.main-map img {
	max-width: 100%;
}

@media (max-width: 768px) {
	.section-s3 {
		padding: 15px;
		padding-top: 0;
		margin: 0;
	}
	.main-customers {
		padding-top: 30px;
		text-align: center;
	}
	.main-map {
		padding-top: 30px;
		text-align: center;
	}
}


/*投资者公告*/

.notice-box {
	line-height: 30px;
	padding: 10px;
	background-color: #f5f5f5;
	border-radius: 30px;
	padding: 0;
	padding: 2px;
	margin-bottom: 20px;
	border: 1px solid #efefef;
	letter-spacing: 1px;
}

.notice-box .more-link {
	background-color: #d9b385;
	color: #fff;
	border-radius: 50px;
	float: left;
	padding: 0 15px;
	margin-right: 10px;
	font-size: 12px;
	/*line-height: 30px;*/
}

.notice-box a {
	color: #666;
}

.notice-box a span {
	float: right;
	margin-right: 10px;
	font-size: 12px;
	line-height: 32px;
	color: #999999;
	letter-spacing: 0;
}

@media (min-width: 769px) and (max-width: 992px) {
	.notice-box .more-link {
		background-color: #d9b385;
		color: #fff;
		border-radius: 2px;
		float: left;
		padding: 0 10px;
		margin-right: 10px;
		font-size: 12px;
		border-radius: 30px;
		display: none;
	}
	.notice-box {
		letter-spacing: 0px;
	}
	.notice-box a {
		font-size: 12px;
	}
	.notice-box a
}