@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Muli:400,300);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300);
* {
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline:none;
}
body {
	margin:0;
	padding:0;
	font-family:'Muli';
}
/* Animation delays */
.carousel-caption h1:first-child {
	animation-delay: 1s;
}
.carousel-caption h2:nth-child(2) {
 animation-delay: 2s;
}
.carousel-caption p {
	animation-delay: 3s;
}
.banner_1 {
	background:no-repeat center;
	background-size:cover;
}
.banner_1 h1 {
	font-size:52px;
	color:#B1CD3D;
	font-family:'Muli';
	font-weight:bolder;
}
.banner_1 h2 {
	font-size:30px;
	color:#B1CD3D;
	font-family:'Muli';
	font-weight:bolder;
}
.banner_1 p {
	font-size:14px;
	color:#fff;
	font-family:'Muli';
	width: 37%;
}
.carousel .item {
	height: 100vh;
	width:100vw;
}
.carousel-caption {
	text-align:left;
	right: 0px;
	left: 50%;
	bottom: 235px;
}
.carousel-indicators {
	bottom: 16px;
}
.carousel-indicators .active {
	background-color:#B1CD3D;
	border:1px solid #fff;
}
.carousel-indicators li {
	background-color:#BFBFBF;
	border:1px solid #fff;
	width: 12px;
	height: 12px;
	margin:0;
}
.glyphicon-chevron-right {
	width:33px;
	height:94px;
	background:url(../image/icon.png) no-repeat;
	background-position: -53px -39px;
}
.glyphicon-chevron-right:before {
	content: "";
}
.glyphicon-chevron-left {
	width:33px;
	height:94px;
	background:url(../image/icon.png) no-repeat;
	background-position: -1px -39px;
}
.glyphicon-chevron-left:before {
	content: "";
}
.index_1 {
	background-color:#B1CD3D;
}
.index_2 {
	padding: 40px 0;
}
.index_2 .img {
	display:inline-block;
	width:85%;
	border-left:2px solid #6A6A6A;
	border-right:2px solid #6A6A6A;
}
.index_2 a {
	display:inline-block;
	overflow:hidden;
	width:30%;
	margin:0 14px;
}
.index_2 a img {
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.index_2 a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.index_2 .index_3 {
	display:inline-block;
	width:14%;
	overflow:hidden;
	min-height: 155px;
}
.index_2 .index_3 h2 {
	text-align: right;
	font-weight:bolder;
	margin:0;
}
.index_2 .index_3 a {
	width: 100%;
	text-align: -webkit-right;
	margin:0;
}
.index_2 .index_3 h3 {
	width:39px;
	height:39px;
	background:url(../image/icon.png) no-repeat;
	background-position: -109px -29px;
	border:1px solid #807975;
}
.index_2 .index_3 a:hover h3 {
	background:#807975 url(../image/icon.png) no-repeat;
	background-position: -109px -67px;
	border:1px solid #807975;
}
#index_4 {
	background:right top no-repeat fixed;
	background-size:cover;
	min-height:728px;
}
.index_5 h2 {
	font-size:30px;
	color:#fff;
	font-weight:bold;
	margin-top: 100px;
}
.index_5 p {
	font-size:16px;
	color:#fff;
	margin-bottom:50px;
}
.index_6 {
	float: left;
	width: 18%;
	position: relative;
	margin-right: 10px;
}
.index_6 a {
	text-decoration:none;
}
.index_6 img {
	border:1px solid #fff;
}
.index_6 p {
	text-align:center;
	color:#B1CD3D;
	font-size:20px;
}
.index_6:hover p {
	color:rgba(177, 205, 61, .5);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.index_6 .hover {
	position:absolute;
	width:100%;
	height:100%;
	opacity:0;
}
.index_6 .hover img {
	border:1px solid transparent;
}
.index_6 h3 {
	margin-top:0;
}
.index_6:hover .hover {
	opacity:1;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#index_7 {
	background:center top no-repeat fixed;
	background-size:cover;
	min-height:650px;
}
.index_7 h2 {
	font-size:30px;
	color:#434343;
	text-align:right;
	font-weight:bold;
}
.index_8 {
	position:relative;
	width: 18%;
	display: inline-block;
	margin: 10px;
}
.index_8 img {
	width:100%;
}
.index_8 p {
	font-family: 'PT Sans', sans-serif;
	font-size:30px;
	color:rgba(255, 255, 255, .2);
	text-align:center;
	position:absolute;
	margin: auto;/*當在flex下，設為auto時，就會垂直與水平居中*/
	display:flex;
	align-items:center; /*文字水平居中*/
	justify-content:center;/*文字垂直居中*/
	width: 100%;
	height: 100%;
}
.index_8 .hover_btn {
	position:absolute;
	width: 100%;
	height: 100%;
	background-color:rgba(0, 0, 0, .7);
}
.index_8 a {
	outline:none;
}
.product_slick .slick-slide {
	padding: 10px;
	outline:none;
}
.product_slick .slick-prev {
	width:33px;
	height:94px;
	background:url(../image/icon.png) no-repeat;
	background-position: -1px -39px;
}
.product_slick .slick-next {
	width:33px;
	height:94px;
	background:url(../image/icon.png) no-repeat;
	background-position: -53px -39px;
}
.product_slick .slick-next {
	right: -85px;
}
.product_slick .slick-prev {
	left: -70px;
	z-index:9;
}
.product_slick .slick-prev, .product_slick .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 42%;
}
.product_slick_2 .slick-slide {
	padding: 10px;
	outline:none;
}
.product_slick_2 .slick-prev {
	width:33px;
	height:94px;
	background:url(../image/icon.png) no-repeat;
	background-position: -1px -39px;
}
.product_slick_2 .slick-next {
	width:33px;
	height:94px;
	background:url(../image/icon.png) no-repeat;
	background-position: -53px -39px;
}
.product_slick_2 .slick-next {
	right: -85px;
}
.product_slick_2 .slick-prev {
	left: -70px;
	z-index:9;
}
.product_slick_2 .slick-prev, .product_slick_2 .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 42%;
}
.index_9 h2 {
	font-size: 30px;
	color: #434343;
	font-weight: bold;
	margin-top:40px;
}
.index_10 {
	margin-top:80px;
	margin-bottom:40px;
	overflow:hidden;
}
.index_10 a {
	text-decoration:none;
}
.index_10 a p {
	color: #434343;
	font-size:18px;
	font-weight: bold;
	border:1px solid #807975;
	line-height:26px;
	padding-top: 8px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.index_10 a:hover p {
	background-color:#807975;
	color:#fff;
}
.index_10 a p i {
	display:inline-block;
	width:46px;
	height:46px;
	border:1px solid #807975;
	float: right;
	position: relative;
	top: -9px;
	right: -1px;
}
.index_10 a:hover p i {
	border-left:1px solid #fff;
}
#index_11 {
	background:center top fixed;
	background-size:cover;
	min-height:700px;
}
.index_12 h2 {
	font-size: 30px;
	color: #434343;
	font-weight: bold;
	margin-top:100px;
}
.index_12 p {
	font-size:16px;
	color:#7D7B7B;
	margin-bottom:50px;
}
.index_12 img {
	display:inline-block;
	margin-bottom: 10px;
}
.index_12 h2 a {
	display:inline-block;
	width:39px;
	height:39px;
	background:url(../image/icon.png) no-repeat;
	background-position: -109px -29px;
	border:1px solid #807975;
	position: relative;
	top: 10px;
	left: 20px;
}
.index_12 h2 a:hover {
	background:#807975 url(../image/icon.png) no-repeat;
	background-position: -109px -67px;
	border:1px solid #807975;
}
.index_13 {
	background-color:#000;
}
.index_13 h2 {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	margin-top: 50px;
}
.index_13 p {
	font-size:18px;
	color:#6F6F6F;
}
.index_13 .form-control {
	border-radius:0;
	border:1px solid #898989;
	background-color:transparent;
	font-size:20px;
	margin-bottom:10px;
}
.index_13 .top_4 {
	margin-top:50px;
	font-size:18px;
	padding:0 12px;
}
.index_13 .top_4 option {
	border:1px solid #898989;
	background-color:#000;
}
.index_13 .btn-default {
	float:right;
	font-size:16px;
	color:#2B2B2B;
	background-color:#B1CD3D;
	border-radius:0;
	border:0;
	width:107px;
	height:30px;
	padding:0;
	outline:none;
}
.index_13 .btn-default:hover {
	background-color:rgba(177, 205, 61, .5);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.index_13 .btn-default_2 {
	width:100%;
	margin-top: 50px;
	border-radius:0;
	border:1px solid #898989;
	background-color:transparent;
	font-size:12px;
	text-align:left;
	color:#999;
}
.index_13 .btn-default_2 i {
	width:28px;
	height:28px;
	display:inline-block;
	border-left:1px solid #898989;
	position: absolute;
	right: 0;
	top: 0;
	background:#393939 url(../image/icon.png) no-repeat;
	background-position: -160px 8px;
}
.index_13 .dropdown-menu {
	border-radius:0;
	border:1px solid #898989;
	background-color:#000;
	left: initial;
}
.index_13 .dropdown-menu > li > a {
	font-size:12px;
	color:#999;
}
.index_13 img {
	position:absolute;
	right:0;
	top:0;
}
footer .btn {
	position:absolute;
	right: 200px;
	top: 60px;
	width:122px;
	height:122px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius:100%;
	border:6px solid #646464;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
footer .btn a {
	font-size:15px;
	color:#646464;
	text-decoration:none;
	font-weight:bold;
	line-height: 25px;
}
footer .btn a i {
	display:block;
	width:57px;
	height:24px;
	background:url(../image/icon.png) no-repeat;
	background-position: -148px -39px;
	position:relative;
	top: 0;
	left: 2px;
	margin-bottom: -20px;
}
footer .btn a span {
	font-size:35px;
}
footer .btn:hover {
	border:6px solid #B1CD3D;
}
footer .btn:hover a {
	color:#B1CD3D;
}
footer .btn:hover a i {
	background:url(../image/icon.png) no-repeat;
	background-position: -202px -39px;
}
 @media (max-width: 1440px) {
 footer .btn {
 position: absolute;
 right: 100px;
}
}
 @media (max-width: 1366px) {
.product_slick .slick-next {
 right: -35px;
}
.product_slick .slick-prev {
 left: -16px;
}
.product_slick_2 .slick-next {
 right: -35px;
}
.product_slick_2 .slick-prev {
 left: -16px;
}
footer .btn {
 right: 30px;
}
}


 @media (max-width: 1215px) {
.banner_1 {
	background-size:contain;
}

.carousel .item {
    height: 46vh;
}

}

 @media (max-width: 1024px) {
.product_slick_2 .slick-next {
 right: -12px;
}
.product_slick_2 .slick-prev {
 left: 6px;
}
footer .btn {
 right: 0;
}
}
 @media (max-width: 966px) {
 .carousel-caption {
 left: 25%;
 bottom: 60px;
}
 .banner_1 p {
 width: 75%;
}
}
 @media (max-width: 800px) {
 .carousel-caption {
 left: 30%;
}
.banner_1 p {
 width: 90%;
}
.index_2 a {
 margin: 0 8px;
}
.index_2 .index_3 {
 min-height: 100px;
}
}
 @media (max-width: 768px) {
 .index_13 .btn-default {
 margin-bottom: 30px;
}
footer .btn {
 right: 20px;
}
.product_slick_2 .slick-next {
 right: -5px;
}
.carousel-caption {
 bottom: 230px;
}
}
 @media (min-width: 767px) {
 .index_8:hover p {
 color:rgba(255, 255, 255, 1);
 -webkit-transition: all 0.3s ease-out;
 transition: all 0.3s ease-out;
}
 .index_8:hover .hover_btn {
 background-color:rgba(0, 0, 0, .3);
 -webkit-transition: all 0.3s ease-out;
 transition: all 0.3s ease-out;
}
}
 @media (max-width: 767px) {
.index_8 p {
 color:#fff;
}
 .index_8 .hover_btn {
 background-color:rgba(0, 0, 0, 0);
}
 .carousel-caption {
 left:0;
 bottom: 100px;
 text-align:center;
}
 .banner_1 h1 {
 font-size:30px;
}
.banner_1 h2 {
 font-size:15px;
}
 .banner_1 p {
 width: 80%;
 margin:0 auto;
}
 .index_2 .img {
 width: 100%;
 border:0;
}
 .index_2 a {
 text-align:center;
 width: 100%;
 margin:0 auto;
}
 .index_2 .index_3 h2 {
 display:inline-block;
 text-align:left;
 margin: 0;
}
 .index_2 .index_3 {
 display: inline-block;
 width: 100%;
 overflow: hidden;
 min-height:100%;
}
 .index_2 .index_3 a {
 display: inline-block;
 width: 50%;
 position: relative;
 top: 14px;
}
 .index_6 {
 width: 46%;
 margin: 0 5px;
}
 .index_7 h2 {
 text-align:center;
}
 .index_8 {
 margin:0;
}
.product_slick .slick-next {
 right: 10px;
}
 .product_slick .slick-prev {
 left: 10px;
}
.product_slick_2 .slick-next {
 right: 10px;
}
 .product_slick_2 .slick-prev {
 left: 10px;
}
 .index_9 h2 {
 text-align:center;
}
 .index_13 .btn-default_2 {
 margin-top: 0;
 margin-bottom: 15px;
}
 footer .btn {
 position:inherit;
}
.index_10 a p {
 text-align: center;
}
#index_7 {
 min-height:200px;
}
}
 @media (max-width: 603px) {
.carousel-caption {
 bottom: 400px;
}
}
 @media (max-width: 600px) {
.carousel-caption {
 bottom: 165px;
}
}
 @media (max-width: 568px) {
.carousel-caption {
 bottom: 165px;
}
}
@media (max-width: 598px) {
.carousel-caption {
 bottom: 150px;
}
}
 @media (max-width: 480px) {
.carousel-caption {
 bottom: 285px;
}
}
 @media (max-width: 360px) {
.carousel-caption {
 bottom: 220px;
}
}
/*product-----------------------------------------------------------*/


.product_1 {
	background:no-repeat center top;
	min-height:700px;
}
.product_2 h1 {
	text-align:center;
	margin-top: 180px;
	font-size: 132px;
	color:#fff;
	text-shadow:0 0 20px #000;
	font-weight:bold;
}
/*list*/
.product_2 ul {
	background-color:rgba(255, 255, 255, .8);
	list-style:none;
	position:relative;
	margin: auto;
	min-height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 61%;
}
.product_2 ul a {
	display:block;
	color:#818181;
	text-decoration:none;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:16px;
	line-height:16px;
	padding:0 30px;
	border-right:1px solid #ABABAB;
}
.product_2 ul li {
	position:relative;
	display:inline-block;
	min-height: 30px;
	padding-top: 6px;
}
.product_2 ul li:hover {
	background:#E0FF3E;
}
.product_2 ul li:hover a {
	color:#343434;
}
.product_2 ul ul {
	width:auto;
	display:none;
	position:absolute;
	top:100%;
	left:0;
	border-left:3px solid #E0FF3E;
	padding:0;
	background: rgb(213,213,213); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(213, 213, 213, 1) 0%, rgba(255, 255, 255, 1) 11%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(213, 213, 213, 1) 0%, rgba(255, 255, 255, 1) 11%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(213, 213, 213, 1) 0%, rgba(255, 255, 255, 1) 11%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d5d5', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
}
.product_2 ul ul li {
	float:none;
	width:200px;
	color:#717171;
}
.product_2 ul ul a {
	font-size:14px;
}
.product_2 ul ul li:hover a {
	color:#717171;
	border:0;
}
.product_2 ul li:hover li a {
	color:#717171;
	border:0;
}
.product_2 ul ul ul {
	top:0;
	left:100%;
}
.product_2 ul li:hover > ul {
	display:block;
	z-index:9;
}
/*-------------------------------*/


.product_2 p {
	clear:both;
	color:#fff;
	font-family: 'PT', sans-serif;
	font-size:18px;
	margin-top: 50px;
	text-shadow:0 0 10px #000;
	padding: 0 238px;
}
.product_3 {
	width:25%;
	height:50px;
	margin-top:-265px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f7f7+0,ffffff+81&1+19,0+81 */
background: -moz-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(249, 249, 249, 1) 19%, rgba(255, 255, 255, 0) 81%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(249, 249, 249, 1) 19%, rgba(255, 255, 255, 0) 81%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(247, 247, 247, 1) 0%, rgba(249, 249, 249, 1) 19%, rgba(255, 255, 255, 0) 81%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#00ffffff', GradientType=0 ); /* IE6-9 */
	box-shadow:0 -2px 5px rgba(0, 0, 0, .2);
}
.product_3 p {
	text-align:center;
	font-size:28px;
	color:#7B7B7B;
	font-family: 'Oswald', sans-serif;
}
.product_4 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f7f7+54,ffffff+100&1+54,0+100 */
background: -moz-linear-gradient(top, rgba(247, 247, 247, 1) 54%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(247, 247, 247, 1) 54%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(247, 247, 247, 1) 54%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#00ffffff', GradientType=0 ); /* IE6-9 */
	
	margin-bottom:30px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	padding-bottom:30px;
	overflow:hidden;
}
.product_6 {
	overflow:hidden;
}
.product_6 a {
	display:inline-block;
	margin:60px auto;
	font-size:22px;
	color:#B1CD3D;
	font-weight:bold;
	text-decoration:none;
}
.product_6 a:hover {
	color:#B1CD3D;
	opacity:.5;
}
.product_6 .re {
	float:left;
	padding-left:30px;
}
.product_6 .re i {
	display:inline-block;
	width:23px;
	height:21px;
	background:url(../image/icon.png) no-repeat;
	background-position:-200px 0;
	position: relative;
	top: 1px;
}
.product_6 .ne {
	float:right;
	padding-right:30px;
}
.product_6 .ne i {
	display:inline-block;
	width:23px;
	height:21px;
	background:url(../image/icon.png) no-repeat;
	background-position:-221px 0;
	position: relative;
	top: 1px;
}
.product_6 h2 {
	display:inline-block;
	text-align:center;
	margin:35px auto;
	font-family: 'Oswald', sans-serif;
	font-size:56px;
}

.product_5{

}

.product_5 a {
	text-decoration:none;
}
.product_5 img {
	margin:0 auto;
}
.product_5 h3 {
	font-size:32px;
	font-family: 'Oswald', sans-serif;
	color:#929292;
	margin-bottom:5px;
}
.product_5 p {
	font-size:14px;
	color:#929292;

}
.product_5:hover {
	border:1px solid #969696;
}
.product_5:hover h3 {
	color:#303030;
}
.product_5:hover p {
	color:#303030;
		
}

.product_5 .checkbox{
	color:#B1CD3D;
	font-size:14px;
	font-weight:bold;}





.product_7 {
	margin-top:25px;
}
.product_7 ul li {
	display:inline-block;
}
.product_7 ul li a {
	color:#888888;
	font-family: 'PT Sans', sans-serif;
	font-size:14px;
	text-decoration:none;
}
.product_7 ul li a:hover {
	color:#B1CD3D;
}
.product_7 ul li .active_2 {
	color:#B1CD3D;
}
.product_8 img {
	width:627px;/*height:418px;*/
}
.product_8 .slick-prev {
	width: 22px;
	height: 53px;
	background: url(../image/icon.png) no-repeat;
	background-position:-284px -162px;
}
.product_8 .slick-next {
	width: 22px;
	height: 53px;
	background: url(../image/icon.png) no-repeat;
	background-position:-328px -162px;
}
.product_8 .slick-next {
	right: 40px;
}
.product_8 .slick-prev {
	left: 15px;
	z-index:9;
}
.product_9 {
	display:inline-block;
	margin-right:20px;
}
.product_9 a {
	display:block;
	text-decoration:none;
	background-color:#787878;
	width:194.5px;
	height:30px;
	text-align:right;
	font-size:14px;
	color:#fff;
	line-height: 26px;
	padding-right: 10px;
}
.product_9 a i {
	display:inline-block;
	float: left;
	border:1px solid #787878;
	width:30px;
	height:30px;
	background:#fff url(../image/icon.png) no-repeat;
	background-position: -265px 3px;
}
.product_9 a:hover{
	background-color:#B5B5B5;
}
.product_9 a:hover i {
	border:1px solid #B5B5B5;
	background-position: -265px -29px;
}
.product_10 {
	display:inline-block;
}
.product_10 a {
	display:block;
	text-decoration:none;
	background-color:#787878;
	width:143.5px;
	height:30px;
	text-align:right;
	font-size:14px;
	color:#fff;
	line-height: 26px;
	padding-right: 10px;
}
.product_10 a i {
	display:inline-block;
	float: left;
	border:1px solid #787878;
	width:30px;
	height:30px;
	background:#fff url(../image/icon.png) no-repeat;
	background-position: -300px 3px;
}
.product_10 a:hover{
	background-color:#B5B5B5;
}
.product_10 a:hover i {
	border:1px solid #B5B5B5;
	background-position: -300px -29px;
}
.product_11 p {
	font-size:28px;
	color:#636363;
	line-height:35px;
}
.product_12 {
	margin-top:40px;
}
.product_12 span {
	font-size:15px;
	color:#373737;
}
.product_12 h2 {
	color:#606060;
	font-family: 'Oswald', sans-serif;
	font-size:48px;
	margin-top:10px;
}
.product_12 p {
	color:#525252;
	font-family: 'PT', sans-serif;
	font-size:15px;
}
.product_13 {
	margin-top:20px;
	border-top:1px solid #BFBFBF;
	border-bottom:1px solid #BFBFBF;
	overflow:hidden;
}
.product_13 h4 {
	font-size:14px;
	color:#353535;
	font-weight:bold;
	text-align: right;
	padding-right: 5px;
}
.product_13 p {
	font-size:14px;
	color:#525252;
	font-family: 'PT', sans-serif;
	margin-top:10px;
	margin-bottom:10px;
	border-left:1px solid #BFBFBF;
	padding-left: 30px;
}
.product_14 {
	border-bottom:1px solid #BFBFBF;
	/*overflow:hidden;*/
	padding-bottom: 10px;
}
.product_14 p {
	display:inline-block;
	font-size:12px;
	color:#575757;
	padding-left: 20px;
}
.product_14 i {
	display:inline-block;
	width:44px;
	height:44px;
	border:1px solid #5A5A5A;
	border-radius:8px;
	position:relative;
	top:10px;
	margin-left: 20px;
}
.product_14 .aaa {
	display:inline-block;
	background-position: -222px -84px;
	margin-left: 15px;
}
.product_14 .bbb {
	display:inline-block;
	background-position: -163px -84px;
	margin-left: 15px;
}

.product_14 .slick-prev,
.product_14 .slick-next{	
    display: inline-block;
    width: 23px;
    height: 21px;
    background: url(../image/icon.png) no-repeat;
    background-position: -200px 0;

}

.product_14 .slick-next{	
    display: inline-block;
    width: 23px;
    height: 21px;
    background: url(../image/icon.png) no-repeat;
    background-position: -200px 0;
    transform:rotate(180deg);

}

.product_15 {
	margin:20px auto;
	overflow: hidden;
}
.product_16 h2 {
	font-size:20px;
	color:#B1CD3D;
	font-weight:bold;
	border-bottom:1px solid #BFBFBF;
	margin-top:30px;
	padding-bottom:10px;
}
.product_17 img {
	width:195px;
	min-height:130px;
	margin:0 auto;
}
.product_17 .slick-prev {
	width: 22px;
	height: 53px;
	background: url(../image/icon.png) no-repeat;
	background-position:-284px -162px;
}
.product_17 .slick-next {
	width: 22px;
	height: 53px;
	background: url(../image/icon.png) no-repeat;
	background-position:-328px -162px;
}
.product_17 .slick-next {
	right: 0;
}
.product_17 .slick-prev {
	left: 0;
	z-index: 1;
}
.product_18 h3 {
	font-family: 'PT', sans-serif;
	color:#717171;
	font-size:18px;
	line-height:28px;
}
.product_18 span {
	font-family: 'PT', sans-serif;
	color:#535353;
	font-size:22px;
	font-weight:bold;
}
.product_18 h4 {
	color:#535353;
	font-size:20px;
	font-weight:bold;
	margin-top:40px;
}
.product_18 p {
	color:#717171;
	font-size:16px;
	margin-bottom:40px;
}
.product_18 .line {
	border-bottom:1px solid #BFBFBF;
	display:block;
}
.product_19 {
	margin-top:25px;
}
.product_19 h5 {
	font-size:22px;
	color:#535353;
	margin-top: 55px;
}
.product_19 p {
	font-size:16px;
	color:#717171;
}
.product_20 {
	margin-top:20px;
	background: no-repeat top center;
	min-height:590px;
}
.product_20 img {
	border:1px solid #fff;
	float:left;
	margin-top: 60px;
	margin-right:30px;
}
.product_20 h2 {
	font-size:50px;
	color:#B1CD3D;
	font-weight:bold;
	margin-top: 345px;
}
.product_20 p {
	font-family: 'PT', sans-serif;
	font-size:18px;
	color:#fff;
}
.product_21 {
	margin-bottom:50px;
	overflow:hidden;
}
.product_21 h2 {
	color: #606060;
	font-family: 'Oswald', sans-serif;
	font-size: 48px;
	margin-top: 40px;
}
.product_22 {
	margin-top:50px;
	overflow:hidden;
}
.product_22 a img {
	width:30px;
	height:30px;
	position:absolute;
	right:0;
	z-index:9;
}
.product_22 h4 {
	font-size:14px;
	color:#353535;
	font-weight:bold;
	text-align: right;
	padding-right: 5px;
}
.product_22 p {
	font-size:14px;
	color:#525252;
	font-family: 'PT', sans-serif;
	margin-top:10px;
	margin-bottom:10px;
	border-left:1px solid #BFBFBF;
	padding-left: 10px;
}
.product_22 h2 {
	font-size:20px;
	color:#525252;
	font-family: 'Oswald', sans-serif;
	text-align:center;
	border-top:1px solid #BFBFBF;
	border-bottom:1px solid #BFBFBF;
	line-height:35px;
	margin:0;
}
.line_3 {
	border-bottom:1px solid #BFBFBF;
}

.pic img{
	width:20%;
	margin:12px 0;}


.pic_2 {
	float:right;
	position:relative;
}
.pic_2 a {
	display:block;
	text-decoration:none;
	font-family: 'Oswald', sans-serif;
	background-color:#787878;
	width:198px;
	height:32px;
	text-align:right;
	font-size:18px;
	color:#fff;
	line-height: 32px;
	padding-right: 10px;
}
.pic_2 i {
	display:inline-block;
	float: left;
	border:1px solid #787878;
	width:32px;
	height:32px;
	background:#fff url(../image/icon.png) no-repeat;
	background-position: -265px 3px;
}
.pic_2 a:hover{
	background-color:#B5B5B5;
}
.pic_2 a:hover i {
	border:1px solid #B5B5B5;
	background-position: -265px -29px;
}



@media (max-width: 1199px) {
.product_2 ul {
 width: 100%;
}
}

 @media (max-width: 1024px) {
.product_2 ul {
 width: 74%;
}
 .product_2 p {
 padding: 0 137px;
}
 .product_8 img {
 width: 100%;
 height:auto;
}
 .product_14 p {
 padding-left:1px;
}
 .product_14 i {
 margin:0 auto;
}
 .product_14 .aaa {
 margin-left:0;
}
 .product_14 .bbb {
 margin-left:0;
}
 .product_19 h5 {
 margin-top: 0px;
}
}
 @media (max-width: 1000px) {
.product_3 {
 margin-top: -140px;
}
.product_2 ul {
 width: 100%;
}
}
 @media (max-width: 991px) {
.product_2 ul {
 width: 100%;
}

.product_3{
	width: 100%;
}

.product_1 {
    min-height: 590px;
}

}


 @media (max-width: 783px) {
.product_3 {
 margin-top: -220px;
}
}
 @media (max-width: 768px) {
.product_2 ul {
 width: 100%;
}
 .product_2 p {
 padding: 0 18px;
}
 .product_20 h2 {
 margin-top: 70px;
}
 .product_20 img {
 margin-top:0;
}
}
 @media (max-width: 767px) {
.pic_2 {
	float:none;
}
 .product_2 h1 {
 margin-top:80px;
 font-size:50px;
}
 .product_2 ul {
 width: 100%;
 display:block;
}
.product_2 ul li {
 display:block;
}
.product_2 ul a {
 border-right:0;
}
.product_2 p {
 padding: 0 16px;
 margin-top: 5px;
}
 .product_6 h2 {
 margin: 0 auto;
 width:100%;
}
.product_6 .re {
 padding-left:0;
}
.product_6 .ne {
 padding-right:0;
}
 .product_6 a {
 margin: 0 auto;
}
 .product_8 img {
 height:auto;
}
 .product_16 h2 {
 text-align:center;
}
 .product_20 img {
 float:none;
 width: 50%;
 margin: 20px auto;
}
 .product_20 {
 min-height: 500px;
}
 .product_20 h2 {
 margin-top:45px;
 text-align: center;
}
.product_20 p {
 text-align: center;
}
.product_13 h4 {
 text-align:left;
}
.product_22 h4 {
 font-size: 13px;
}
.product_22 p {
 font-size: 13px;
}

.product_3 {
	width:100%;
}

.product_1 {
    min-height: 540px;
}


.product_14 .slick-prev{
	left: 0;
}
.product_14 .slick-next{
	right: 0;
}



}
 /*@media (max-width: 603px) {
 .product_3 {
 margin-top: -300px;
}
}*/
 @media (max-width: 480px) {
 .product_14 p {
 display: block;
 padding-top: 15px;
 text-align: center;
}
 .product_14 i {
 display: block;
 margin:0 auto;
}
 .product_14 .aaa {
 display:block;
 margin:0 auto;
}
 .product_14 .bbb {
 display:block;
 margin:0 auto;
}
/*.product_3 {
 margin-top: -180px;
}*/

}
 /*@media (max-width: 320px) {
.product_3 {
 margin-top: -20px;
}
}*/
/*------------------------------------------------------------*/
/*news-----------------------------------------------------------*/

.news {
	overflow:hidden;
}
.news h1 {
	margin-top:230px;
	font-size: 80px;
	color:#fff;
	text-shadow:0 0 20px #000;
	font-weight:bold;
}
.news p {
	color:#fff;
	font-family: 'PT', sans-serif;
	font-size:18px;
	margin-top:240px;
	text-shadow:0 0 10px #000;
}
.news_2 {
	margin-top:-300px;
	overflow:hidden;
}
.news_2 ul li {
	display:block;
	width:123px;
	height:50px;
	list-style:none;
	float:left;
	background: -moz-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(249, 249, 249, 1) 19%, rgba(255, 255, 255, 0) 81%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(249, 249, 249, 1) 19%, rgba(255, 255, 255, 0) 81%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(247, 247, 247, 1) 0%, rgba(249, 249, 249, 1) 19%, rgba(255, 255, 255, 0) 81%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#00ffffff', GradientType=0 ); /* IE6-9 */
	box-shadow:0 -2px 5px rgba(0, 0, 0, .2);
	margin-left:10px;
}
.news_2 ul li a {
	display:block;
	text-align:center;
	font-size:28px;
	color:#7B7B7B;
	font-family: 'Oswald', sans-serif;
}
.news_2 ul .active_3 {
	background-color:#f7f7f7;
}
/*timeline*/

.cd-horizontal-timeline {
	opacity: 0;
	margin: 2em auto;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
 display: none;
}
.cd-horizontal-timeline.loaded {
	/* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
	position: relative;
	height: 100px;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	overflow: hidden;
	float: right;
}
.cd-horizontal-timeline .events-wrapper {
	position: relative;
	height: 100%;
	margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper .events ol {
	list-style:none;
}
 .cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
 position: absolute;
 z-index: 2;
 top: 0;
 height: 100%;
 width: 20px;
}
/*.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
  background-image: -webkit-linear-gradient( left , #f8f8f8, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
  background-image: -webkit-linear-gradient( right , #f8f8f8, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0));
}*/
.cd-horizontal-timeline .events {
	/* this is the grey line/timeline */
  position: absolute;
	z-index: 1;
	top: 49px;
	height: 2px;
	/* width will be set using JavaScript */
background: -moz-linear-gradient(left, rgba(78, 78, 78, 1) 0%, rgba(78, 78, 78, 0.76) 52%, rgba(78, 78, 78, 0.73) 54%, rgba(78, 78, 78, 0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(78, 78, 78, 1) 0%, rgba(78, 78, 78, 0.76) 52%, rgba(78, 78, 78, 0.73) 54%, rgba(78, 78, 78, 0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(78, 78, 78, 1) 0%, rgba(78, 78, 78, 0.76) 52%, rgba(78, 78, 78, 0.73) 54%, rgba(78, 78, 78, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e4e4e', endColorstr='#004e4e4e', GradientType=1 ); /* IE6-9 */
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
	/* this is used to create the green line filling the timeline */
  position: absolute;
	z-index: 1;
	top: 0;
	height: 100%;
	width: 100%;
	background: -moz-linear-gradient(left, rgba(78, 78, 78, 1) 0%, rgba(78, 78, 78, 0.76) 52%, rgba(78, 78, 78, 0.73) 54%, rgba(78, 78, 78, 0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(78, 78, 78, 1) 0%, rgba(78, 78, 78, 0.76) 52%, rgba(78, 78, 78, 0.73) 54%, rgba(78, 78, 78, 0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(78, 78, 78, 1) 0%, rgba(78, 78, 78, 0.76) 52%, rgba(78, 78, 78, 0.73) 54%, rgba(78, 78, 78, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e4e4e', endColorstr='#004e4e4e', GradientType=1 ); /* IE6-9 */
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
	position: absolute;
	bottom: 0;
	z-index: 2;
	text-align: center;
	font-size: 18px;
	padding-bottom: 15px;
	color: #383838;
	/* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	text-decoration:none;
}
.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
 position: absolute;
 left: 50%;
 right: auto;
 -webkit-transform: translateX(-50%);
 -moz-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
 -o-transform: translateX(-50%);
 transform: translateX(-50%);
 bottom: -5px;
 height: 12px;
 width: 12px;
 border-radius: 50%;
 border: 2px solid #dfdfdf;
 background-color: #f8f8f8;
 -webkit-transition: background-color 0.3s, border-color 0.3s;
 -moz-transition: background-color 0.3s, border-color 0.3s;
 transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
 background-color: #7b9d6f;
 border-color: #7b9d6f;
}
/*.cd-horizontal-timeline .events a.selected {
	pointer-events: none;
}*/
.cd-horizontal-timeline .events a.selected::after {
 border-color: #4E4E4E;
 background-color:#999999;
 box-shadow:0 0 5px #000;
}
.cd-horizontal-timeline .events a.older-event::after {
 background-color: #4E4E4E;
 border-color: #4E4E4E;
}
@media only screen and (min-width: 1100px) {
 .cd-horizontal-timeline {
 margin: 6em auto;
}
 .top_2 {
 margin: 0 auto;
}
 .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
}
}
.cd-timeline-navigation a {
	/* these are the left/right arrows to navigate the timeline */
  position: absolute;
	z-index: 1;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block;
	width: 23px;
	height: 21px;
	/* replace text with an icon */
  overflow: hidden;
	color: transparent;
	text-indent: 100%;
	white-space: nowrap;
	-webkit-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	transition: border-color 0.3s;
	background: url(../image/icon.png) no-repeat;
	background-position: -221px 0;
}
.cd-timeline-navigation a::after {
  /* arrow icon */
  content: '';
 position: absolute;
 height: 23px;
 width: 21px;
 left: 50%;
 top: 50%;
 bottom: auto;
 right: auto;
 -webkit-transform: translateX(-50%) translateY(-50%);
 -moz-transform: translateX(-50%) translateY(-50%);
 -ms-transform: translateX(-50%) translateY(-50%);
 -o-transform: translateX(-50%) translateY(-50%);
 transform: translateX(-50%) translateY(-50%);
}
.cd-timeline-navigation a.prev {
	left: 0;
	-webkit-transform: translateY(-50%) rotate(180deg);
	-moz-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	-o-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
	right: 0;
}
.no-touch .cd-timeline-navigation a:hover {
	border-color: #7b9d6f;
}
.cd-timeline-navigation a.inactive {
	cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
}
.no-touch .cd-timeline-navigation a.inactive:hover {
	border-color: #dfdfdf;
}
.cd-horizontal-timeline .events-content {
	position: relative;
	width: 100%;
	margin: 2em 0;
	overflow: hidden;
	-webkit-transition: height 0.4s;
	-moz-transition: height 0.4s;
	transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
	position: absolute;
	z-index: 1;
	width: 100%;
	left: 0;
	top: 0;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	padding: 0 5%;
	opacity: 0;
	-webkit-animation-duration: 0.4s;
	-moz-animation-duration: 0.4s;
	animation-duration: 0.4s;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
	/* visible event content */
  position: relative;
	z-index: 2;
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
	-webkit-animation-name: cd-enter-right;
	-moz-animation-name: cd-enter-right;
	animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
	-webkit-animation-name: cd-enter-left;
	-moz-animation-name: cd-enter-left;
	animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
	-webkit-animation-direction: reverse;
	-moz-animation-direction: reverse;
	animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
	max-width: 800px;
	margin: 0 auto;
}
.cd-horizontal-timeline .events-content h2 {
	font-weight: bold;
	font-size: 2.6rem;
	font-family: "Playfair Display", serif;
	font-weight: 700;
	line-height: 1.2;
}
.cd-horizontal-timeline .events-content em {
	display: block;
	font-style: italic;
	margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
 content: '- ';
}
.cd-horizontal-timeline .events-content p {
	font-size: 1.4rem;
	color: #959595;
}
.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
	line-height: 1.6;
}
@media only screen and (min-width: 768px) {
 .cd-horizontal-timeline .events-content h2 {
 font-size: 7rem;
}
 .cd-horizontal-timeline .events-content em {
 font-size: 2rem;
}
 .cd-horizontal-timeline .events-content p {
 font-size: 1.8rem;
}
 .cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  right: 0;
}
 .cd-horizontal-timeline .filling-line {
 left: 155px;
}
}
 @-webkit-keyframes cd-enter-right {
 0% {
 opacity: 0;
 -webkit-transform: translateX(100%);
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0%);
}
}
@-moz-keyframes cd-enter-right {
 0% {
 opacity: 0;
 -moz-transform: translateX(100%);
}
 100% {
 opacity: 1;
 -moz-transform: translateX(0%);
}
}
@keyframes cd-enter-right {
 0% {
 opacity: 0;
 -webkit-transform: translateX(100%);
 -moz-transform: translateX(100%);
 -ms-transform: translateX(100%);
 -o-transform: translateX(100%);
 transform: translateX(100%);
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0%);
 -moz-transform: translateX(0%);
 -ms-transform: translateX(0%);
 -o-transform: translateX(0%);
 transform: translateX(0%);
}
}
@-webkit-keyframes cd-enter-left {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-100%);
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0%);
}
}
@-moz-keyframes cd-enter-left {
 0% {
 opacity: 0;
 -moz-transform: translateX(-100%);
}
 100% {
 opacity: 1;
 -moz-transform: translateX(0%);
}
}
@keyframes cd-enter-left {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-100%);
 -moz-transform: translateX(-100%);
 -ms-transform: translateX(-100%);
 -o-transform: translateX(-100%);
 transform: translateX(-100%);
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0%);
 -moz-transform: translateX(0%);
 -ms-transform: translateX(0%);
 -o-transform: translateX(0%);
 transform: translateX(0%);
}
}
/*---------------------------------------------------------------*/

.news_3 {
	border-bottom:1px solid #C8C8C8;
	overflow:hidden;
	padding:20px;
}
.news_3 span {
	font-size:20px;
	color:#868686;
}
.news_3 h2 {
	font-size:28px;
	color:#5A5A5A;
	font-weight:bold;
	margin-top: 0;
	margin-bottom: 30px;
}
.news_3 .news_icon {
	width:139px;
	height:34px;
	display:block;
	border:1px solid #787878;
}
.news_3 .news_icon:hover {
	border:1px solid #B5B5B5;
	background-color:#B5B5B5;
}
.news_3 .news_icon a {
	font-size:16px;
	color:#787878;
	text-decoration:none;
	position: relative;
	top: -13px;
	right: -10px;
}
.news_3 .news_icon:hover a {
	color:#fff;
}
.news_3 .news_icon a i {
	display:inline-block;
	width:34px;
	height:34px;
	background:url(../image/icon.png) no-repeat;
	background-position: -382px 6px;
	border:1px solid #787878;
	position: relative;
	left: -11px;
	top: 12px;
}
.news_3 .news_icon:hover a i {
	background:#787878 url(../image/icon.png) no-repeat;
	background-position: -339px 6px;
}
.news_4 h1 {
	margin-top:155px;
	font-size: 80px;
	color:#4E4E4E;
	font-weight:bold;
}
.news_4 p {
	color:#4E4E4E;
	font-family: 'PT', sans-serif;
	font-size:18px;
	width:36%;
}
.news_5 {
	margin-top:50px;
}
.news_6 {
	margin-top:50px;
	margin-bottom:50px;
	border-left:1px solid #ABABAB;
	border-right:1px solid #ABABAB;
	overflow:hidden;
	padding-left:30px;
	padding-right:30px;
}
/*.news_6 a{
font-size: 18px;
    color: #B1CD3D;
    border: 1px solid #B1CD3D;
    padding: 7px 0;
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 16%;
	text-decoration:none;
	}

.news_6 a:hover{
    color: #fff;
    border: 1px solid #B1CD3D;
	background-color:#B1CD3D;
	}
*/

.news_5 ul li {
	list-style:none;
	padding-bottom:10px;
}
.news_5 ul li a {
	color:#B1CD3D;
	font-size:20px;
	font-family: 'Oswald', sans-serif;
	text-decoration:none;
}
.news_5 ul li a i {
	display: inline-block;
	width: 23px;
	height: 21px;
	background: url(../image/icon.png) no-repeat;
	background-position: -200px 0;
	position: relative;
	top: 1px;
}
.news_6 img {
	margin-bottom:10px;
}
.news_6 span {
	font-size:20px;
	color:#868686;
}
.news_6 h2 {
	font-size:28px;
	color:#5A5A5A;
	font-weight:bold;
	margin-top: 20px;
	margin-bottom:30px;
}
.news_6 p {
	font-size:20px;
	font-family: 'PT', sans-serif;
	color:#8C8C8C;
	margin-bottom:30px;
}
.news_7 {
	border:1px solid #ABABAB;
}
.news_8 p {
	margin-bottom:0;
	line-height:30px;
}
 @media (max-width: 1215px) {
 .top_2 {
 margin-top: -5%;
}
}
 @media (max-width: 1007px) {
.news_2 {
 margin-top: -150px;
}
}
 @media (max-width: 966px) {
.news p {
 margin-top:0;
}
}
 @media (max-width: 800px) {
 .news_5 {
 margin-top: 85px;
}
}
 @media (max-width: 768px) {
 .news_5 {
 margin-top: 100px;
}
 .news p {
 margin-top: 0;
}
 .news_4 p {
 width: 95%;
}
}
 @media (max-width: 767px) {
 .news h1 {
 margin-top:0;
}
 .news p {
 margin-top:0;
}
 .news_2 {
 margin-top: 0;
}
 .news_3 {
 padding:0;
 margin-bottom:30px;
}
 .news_5 {
 margin-top: 0px;
}
 .news_6 {
 padding-left: 10px;
 padding-right: 10px;
}
 .news_4 {
 padding:10px;
}
.news_4 h1 {
 margin-top:0;
}
 .news_4 p {
 width: 100%;
}
.top_3 {
 margin-top:-55%;
}
}
 @media (max-width: 640px) {
.news h1 {
 margin-top: 270px;
}
.news_2 {
 margin-top: 0;
}
 .news_4 h1 {
 margin-top: 50px;
}
}
 @media (max-width: 568px) {
.news_2 {
 margin-top: -50px;
}
.news_4 h1 {
 margin-top: 80px;
}
}
 @media (max-width: 533px) {
 .news_4 h1 {
 margin-top: 73px;
}
.top_3 {
 margin-top:-55%;
}
}
 @media (max-width: 414px) {
.news_2 {
 margin-top:0;
}
.top_3 {
 margin-top:-55%;
}
}
 @media (max-width: 320px) {
 .news_4 h1 {
 margin-top:0;
}

.news_6 a{
    width: 25%;
	}
}
/*------------------------------------------------------------*/

.par_1 {
	padding:10px;
}
.par_1 h1 {
	margin-top:200px;
	font-size: 80px;
	color:#fff;
	font-weight:bold;
	text-shadow: 0 0 20px #000;
}
.par_1 p {
	color:#fff;
	font-family: 'PT', sans-serif;
	font-size:18px;
	width:36%;
	text-shadow: 0 0 20px #000;
}
.par_2 {
	margin-top:-200px;
	border-bottom:1px solid #ABABAB;
	border-top:1px solid #ABABAB;
	overflow:hidden;
	padding-top:40px;
	margin-bottom:40px;
}
.par_2 .par_icon {
	width:138.5px;
	height:36px;
	background-color:#787878;
	color:#fff;
	margin-top:20px;
	float:right;
}
.par_2 .par_icon:hover {
	background-color:#B5B5B5;
}
.par_2 .par_icon a {
	position: relative;
	top: -12px;
	right: -20px;
	color:#fff;
	font-size:16px;
	text-decoration:none;
}
.par_2 .par_icon a i {
	display:inline-block;
	width:36px;
	height:36px;
	border:1px solid #787878;
	background:#fff url(../image/icon.png) no-repeat;
	background-position: -382px -33px;
	position: relative;
	top: 12px;
	left: -20px;
}
.par_2 .par_icon:hover a i {
	border:1px solid #B5B5B5;
	background:#fff url(../image/icon.png) no-repeat;
	background-position: -339px -33px;
}
.par_3 {
	overflow:hidden;
}
.par_3 h2 {
	font-family: 'Oswald', sans-serif;
	font-size:50px;
	color:#606060;
	margin-top:0;
}
.par_3 h3 {
	color:#8C8C8C;
	font-family: 'PT', sans-serif;
	font-size:18px;
}
.par_5 img {
	border:0;
	padding:15px;
}
.par_6 h4 {
	background-color:#B1CD3D;
	min-height: 46px;
	padding: 10px;
	font-size:25px;
	color:#fff;
	font-weight:bold;
	margin:30px auto;
}
.par_6 h4 i {
	display:inline-block;
	width: 35px;
	height: 35px;
	background: url(../image/icon.png) no-repeat;
	background-position: -232px -174px;
	float: right;
	position:relative;
	top:-3px;
}
.par_5 .slick-prev {
	width: 22px;
	height: 53px;
	background: url(../image/icon.png) no-repeat;
	background-position: -284px -162px;
}
.par_5 .slick-next {
	width: 22px;
	height: 53px;
	background: url(../image/icon.png) no-repeat;
	background-position: -328px -162px;
}
.par_5 .slick-next {
	right: -16px;
}
.par_5 .slick-prev {
	left: -16px;
}
 @media (max-width: 966px) {
.par_1 h1 {
 margin-top: 150px;
}
 .par_1 p {
 width: 66%;
}
 .par_1 {
 margin-top: 300px;
}
}
 @media (max-width: 853px) {
.par_1 {
 margin-top: 130px;
}
.par_1 p {
 width: 81%;
}
}
 @media (max-width: 768px) {
 .par_2 p {
 float:none;
}
}
 @media (max-width: 767px) {
 .par_2 {
 margin-top:-160px;
}
 .par_1 h1 {
 margin-top:50px;
 font-size: 45px;
}
.par_1 p {
 width: 100%;
}
}
 @media (max-width: 667px) {
.par_2 {
 margin-top: -300px;
}
}
 @media (max-width: 384px) {
.par_1 h1 {
 margin-top: -70px;
}
}
 @media (max-width: 320px) {

}
/*----------------------------------------------------------------*/

/*support---------------------------------------------------------*/
.support h1 {
	margin-top:330px;
	font-size: 80px;
	color:#fff;
	text-shadow:0 0 20px #000;
	font-weight:bold;
}
.support p {
	color:#fff;
	font-family: 'PT', sans-serif;
	font-size:18px;
	margin-top:331px;
	text-shadow:0 0 10px #000;
}
.support_1 {
	overflow:hidden;
	border-top:1px solid #868686;
	margin-top: -300px;
}
.support_1 .index_10 a p {
	color: #909090;
	border: 1px solid #909090;
	font-size:26px;
}
.support_1 .index_10 a p i {
	border: 1px solid #909090;
}
.support_1 .index_10 a:hover p {
	color: #fff;
}
.support_1 .index_10 a:hover p i {
	border-left: 1px solid #fff;
}
.support_2 h2 {
	margin-top:73px;
	font-family: 'Oswald', sans-serif;
	color:#606060;
	font-size:50px;
}
.support_2 p {
	font-size:16px;
	color:#8C8C8C;
	font-family: 'PT', sans-serif;
}
.support_2 h4 {
	font-size:20px;
	color:#686868;
	font-weight:bold;
	margin-top:30px;
	font-family: 'PT', sans-serif;
}
.support_2 h5 {
	font-size:16px;
	color:#8C8C8C;
	font-family: 'PT', sans-serif;
	margin-top:30px;
	margin-bottom:50px;
}
.support_3 h2 {
	margin-top:73px;
	font-family: 'Oswald', sans-serif;
	color:#606060;
	font-size:50px;
	margin-bottom:30px;
}
.support_3 p {
	font-size: 16px;
	color: #8C8C8C;
	font-family: 'PT', sans-serif;
	margin-top:30px;
}
.support_3_2 h2 {
	margin-top:73px;
	font-family: 'Oswald', sans-serif;
	color:#606060;
	font-size:50px;
	margin-bottom:30px;
}
.support_3 .form-control {
	/*width:auto;*/
	border:0;
	border-radius:0;
	background-color:#B1CD3D;
	color:#fff;
	font-size:22px;
	font-weight:bold;
	line-height: 24px;
	height: 35px;
	padding-top:0;
	padding-bottom:0;
	margin-right:10px;
	margin-bottom:10px;
}
.support_3 .form-control option {
	background-color:#fff;
	color:#4d4d4d;
}
.support_3 .dropdown .btn-default {
	width:98%;
	display:inline-block;
	border-radius:0;
	border:0;
	background-color:#B1CD3D;
	color:#fff;
	font-size:22px;
	font-weight:bold;
	text-align:left;
	line-height: 24px;
	height: 35px;
}
.support_3 .dropdown .btn-default:after {
	display:block;
}
.support_3 .dropdown .btn-default span {
	display: inline-block;
	width: 33px;
	height: 44px;
	border-left: 1px solid #fff;
	position: absolute;
	left:auto;
	right: 16px;
	top: 0px;
}
.support_3 .dropdown .btn-default span i {
	display: inline-block;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: #fff transparent transparent transparent;
	position: relative;
	right: -15px;
	top: 1px;
}
.support_3 .dropdown .dropdown-menu {
	width: 98%;
	border:0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow:none;
	margin:0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d5d5d5+0,ffffff+23&1+0,0.9+23 */
background: -moz-linear-gradient(top, rgba(213, 213, 213, 1) 0%, rgba(255, 255, 255, 0.9) 23%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(213, 213, 213, 1) 0%, rgba(255, 255, 255, 0.9) 23%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(213, 213, 213, 1) 0%, rgba(255, 255, 255, 0.9) 23%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d5d5', endColorstr='#e6ffffff', GradientType=0 ); /* IE6-9 */
	border-left:5px solid #E0FF3E;
	border-bottom:1px solid #B5B5B5;
}
.support_3 .dropdown .dropdown-menu li a {
	color:#717171;
	font-size:15px;
	padding: 6px 20px;
}
.support_3 .dropdown-menu > li > a:hover, .support_3 .dropdown-menu > li > a:focus {
	background-color:#E0FF3E;
}
.support_3 .btn-success{
	outline:none;
	border-radius:0;
	border:1px solid #B1CD3D;
	color:#B1CD3D;
	font-size:22px;
	background-color:transparent;
	padding: 1px 12px;	
}
.support_3 .btn-success:hover{
	background-color:#B1CD3D;
	color:#fff;
	border:1px solid #B1CD3D;
}



.support_4 {
	margin-bottom:10px;
}
.support_4 h5 {
	color:#373737;
	font-size:15px;
	font-weight:bold;
	margin-top:50px;
}
.support_4 h2 {
	color:#606060;
	font-size:48px;
	font-family: 'Oswald', sans-serif;
	margin-top:0;
	margin-bottom:10px;
}
.support_4 p {
	color:#525252;
	font-size:15px;
	font-family: 'PT', sans-serif;
}
.support_4 a {
	display:inline-block;
	position:relative;
	width:138.5px;
	height:36px;
	color:#fff;
	font-size:16px;
	background-color:#787878;
	text-decoration:none;
	text-align: right;
	padding-right: 30px;
	line-height: 33px;
}
.support_4 a i {
	display: inline-block;
	position: absolute;
	width: 36px;
	height: 36px;
	left: 0;
	border: 1px solid #787878;
	background:#fff url(../image/icon.png) no-repeat;
	background-position: -464px 1px;
}
.support_4 a:hover {
	background-color:#B5B5B5;
}
.support_4 a:hover i {
	border: 1px solid #B5B5B5;
	background-position: -422px 1px;
}
.support_4 .ccc i {
	width: 36px;
	height: 36px;
	left:0;
	background:#fff url(../image/icon.png) no-repeat;
	background-position: -464px -33px;
}
.support_4 .ccc:hover i {
	border: 1px solid #B5B5B5;
	background-position: -422px -33px;
}
.support_4 .product_17 img {
	height:auto;
}
.support_5 img {
	margin-top:30px;
}
.support_6 {
	margin:0 auto;
	margin-top:50px;
}
.support_6 p {
	display:inline-block;
	font-size:14px;
	color:#575757;
	padding-left: 20px;
	padding-top: 10px;
}
.support_6 i {
	display:inline-block;
	width:60px;
	height:60px;
	border:1px solid #5A5A5A;
	border-radius:8px;
	position:relative;
	top:0;
	margin-left: 35px;
}
.support_6 .aaa {
	display:inline-block;
	background-position: -216px -78px;
	margin-left: 35px;
}
.support_6 .bbb {
	display:inline-block;
	background-position: -155px -78px;
	margin-left: 35px;
}
.support_9 .slick-prev {
	width: 22px;
	height: 53px;
	background: url(../image/icon.png) no-repeat;
	background-position:-284px -162px;
}
.support_9 .slick-next {
	width: 22px;
	height: 53px;
	background: url(../image/icon.png) no-repeat;
	background-position:-328px -162px;
}
.support_9 .slick-next {
	right: 0;
}
.support_9 .slick-prev {
	left: 0;
	z-index: 1;
}
.support_9 .slick-prev, .support_9 .slick-next {
	top: 50%;
}
.support_7 h3 {
	color:#606060;
	font-size:48px;
	font-family: 'Oswald', sans-serif;
}
.support_7 p {
	color:#525252;
	font-size:15px;
	font-family: 'PT', sans-serif;
	margin-bottom:20px;
}
.support_8 i {
	display:block;
	width:95px;
	height:95px;
	border:1px solid #5A5A5A;
	border-radius:8px;
	margin-top:20px;
}
.support_11 .form-control {
	border:0;
	border-radius:0;
	box-shadow:none;
	background-color:#B1CD3D;
	color:#fff;
	font-family:'Muli';
	font-size:19px;
	margin-bottom:20px;
	padding: 0;
	padding-left: 10px;
}
.support_11 .left {
	width:96%;
}
.left_2 {
	width:96%;
}
.support_12 .form-control {
	border:1px solid #898989;
	border-radius:0;
	box-shadow:none;
	color:#A1A1A1;
	font-size:20px;
	padding:0 12px;
}
.form-horizontal .form-group {
	margin:0;
	margin-bottom:15px;
}
.support_12 .btn-default {
	border:0;
	border-radius:0;
	background-color:#B1CD3D;
	font-size:18px;
	color:#fff;
	outline:none;
	float:right;
	padding: 5px 12px;
	width:90%;
}
.support_12 .btn-default:hover {
	background-color:rgba(177, 205, 61, .5);
}
.support_13 .dropdown .btn-default {
	width:100%;
	display:inline-block;
	border-radius:0;
	border:0;
	background-color:#B1CD3D;
	color:#fff;
	font-size:22px;
	font-weight:bold;
	text-align:left;
	line-height: 24px;
	height: 35px;
	margin-top:73px;
}
.support_13 .dropdown .btn-default:after {
	display:block;
}
.support_13 .dropdown .btn-default span {
	display: inline-block;
	width: 33px;
	height: 44px;
	border-left: 1px solid #fff;
	position: absolute;
	left:auto;
	right: 16px;
	top: 0px;
	margin-top: 73px;
}
.support_13 .dropdown .btn-default span i {
	display: inline-block;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: #fff transparent transparent transparent;
	position: relative;
	right: -18px;
	top: 1px;
}
.support_13 .dropdown .dropdown-menu {
	width: 100%;
	border:0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow:none;
	margin:0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d5d5d5+0,ffffff+23&1+0,0.9+23 */
background: -moz-linear-gradient(top, rgba(213, 213, 213, 1) 0%, rgba(255, 255, 255, 0.9) 23%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(213, 213, 213, 1) 0%, rgba(255, 255, 255, 0.9) 23%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(213, 213, 213, 1) 0%, rgba(255, 255, 255, 0.9) 23%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d5d5', endColorstr='#e6ffffff', GradientType=0 ); /* IE6-9 */
	border-left:5px solid #E0FF3E;
	border-bottom:1px solid #B5B5B5;
}
.support_13 .dropdown .dropdown-menu li a {
	color:#717171;
	font-size:15px;
	padding: 6px 20px;
}
.support_13 .dropdown-menu > li > a:hover, .support_13 .dropdown-menu > li > a:focus {
	background-color:#E0FF3E;
}
.support_14 {
	border-top:1px solid #BFBFBF;
	overflow:hidden;
}
.support_14 h3 {
	font-family: 'PT', sans-serif;
	color:#717171;
	font-size:18px;
	line-height:28px;
}
.support_14 span {
	font-family: 'PT', sans-serif;
	color:#535353;
	font-size:22px;
	font-weight:bold;
}
.support_14 h4 {
	color:#535353;
	font-size:20px;
	font-weight:bold;
	margin-top:40px;
}
.support_14 p {
	color:#717171;
	font-size:16px;
	margin-bottom:40px;
}
.support_15 {
	clear:both;
	width:160px;
	height:25px;
	color:#fff;
	font-size:15px;
	background-color:#BEBEBE;
}
.support_15 h6 {
	color:#fff;
	font-size:15px;
	font-weight:bold;
	margin-top: 3px;
}
.support_14 strong {
	display:inline-block;
	width:50px;
	height:50px;
	border:1px solid #B1CD3D;
	color:#B1CD3D;
	font-size:40px;
	text-align: center;
	line-height: 43px;
}
.support_14 h5 {
	color:#B1CD3D;
	font-size:16px;
	margin-bottom:40px;
}
.top .index_10 {
	margin-top:78px;
}
.top .index_10 a p {
	color: #909090;
	border: 1px solid #909090;
	font-size:26px;
}
.top .index_10 a p i {
	border: 1px solid #909090;
}
.top .index_10 a:hover p {
	color: #fff;
}
.top .index_10 a:hover p i {
	border-left: 1px solid #fff;
}
.top_5 {
	margin-top:73px;
}
 @media (max-width: 1215px) {
.support h1 {
 font-size: 66px;
}
}
 @media (max-width: 1024px) {
.support_1 .index_10 a p {
 font-size: 22px;
}
}
 @media (max-width: 1007px) {
.support_11 .left {
 width: 100%;
}
.left_2 {
 width: 100%;
}
}
 @media (max-width: 966px) {
.support h1 {
 margin-top: 220px;
}
.support p {
 margin-top:0;
}
.top {
 margin-top:50px;
}

.support_12 .btn-default {
	width:100%;
	margin-top: 15px;
}
}
 @media (max-width: 768px) {
 .support p {
 margin-top:20px;
}
.support_11 .left {
 width:100%;
}
}
 @media (max-width: 767px) {
 .support_1 {
 margin-top: -400px;
}
.support_3 .dropdown .btn-default span {
 left: auto;
 right: 26px;
}
.support_3 .dropdown {
 margin-bottom:10px;
}
 .support_6 p {
 padding-left: 35px;
}
.support_3 .form-control {
 width:100%;
}
.support_15 {
 width:200px;
}
.support_12 .form-control {
 padding:0 12px;
 	
}

}
 @media (max-width: 736px) {
.support_1 {
 margin-top: -150px;
}
}
 @media (max-width:603px) {
 .top .index_10 {
 margin-top: -30px;
}
}
 @media (max-width:568px) {
 .support_1 {
 margin-top: -50px;
}
}
 @media (max-width: 480px) {
.support_1 {
 margin-top: -300px;
}
.support h1 {
 margin-top: 170px;
}
}
 @media (max-width: 414px) {
 .support h1 {
 margin-top: 80px;
}
}
 @media (max-width: 384px) {

 .support_4 a {
 margin-bottom: 5px;
}
}
 @media (max-width: 360px) {

 .support h1 {
 font-size: 64px;
}
}
 @media (max-width: 320px) {

 .support h1 {
 font-size: 62px;
}

}
/*about------------------------------------------------------*/

.about a {
	display:inline-block;
	width:203.5px;
	height:36px;
	color:#fff;
	font-size:16px;
	background-color:#787878;
	text-decoration:none;
	text-align: right;
	padding-right:18px;
	line-height: 33px;
}
.about a .em{
	display: inline-block;
	position: absolute;
	width: 36px;
	height: 36px;
	left: 15px;
	border: 1px solid #787878;
	background:#fff url(../image/icon.png) no-repeat;
	background-position: -464px -69px;
}
.about a:hover {
	background-color:#B5B5B5;
}
.about a:hover .em{
	border: 1px solid #B5B5B5;
	background-position: -422px -69px;
}
.about_2 {
	margin:30px auto;
	margin-left: 20px;
}
.about_2 li {
	font-size:14px;
	color:#6E6E6E;
}
.about_3 img {
	margin:50px auto;
	float:left;
}
.about_3 .right_2 {
	margin-right:10px;
}
.about_4 {
	border-left:1px solid #B1CD3D;
	margin-top:50px;
}
.about_4 h3 {
	color:#B1CD3D;
	font-size:22px;
	font-weight:bold;
	border-left:8px solid #B1CD3D;
	padding-left: 20px;
	line-height: 35px;
	border-bottom:1px solid #B1CD3D;
}
.about_4 h4 {
	font-size:22px;
	color:#5A5A5A;
	padding-left:15px;
	font-weight:bold;
}
.about_4 p {
	font-family: 'PT', sans-serif;
	font-size:22px;
	color:#8C8C8C;
	padding-left:15px;
}
.about_4 p a {
	color:#8C8C8C;
}
.about_1 .dropdown .btn-default {
	width:100%;
	display:inline-block;
	border-radius:0;
	border:0;
	background-color:#B1CD3D;
	color:#fff;
	font-size:22px;
	font-weight:bold;
	text-align:left;
	line-height: 24px;
	height: 35px;
	margin-top:73px;
}
.about_1 .dropdown .btn-default:after {
	display:block;
}
.about_1 .dropdown .btn-default span {
	display: inline-block;
	width: 33px;
	height: 44px;
	border-left: 1px solid #fff;
	position: absolute;
	left:auto;
	right: 16px;
	top: 0px;
	margin-top: 73px;
}
.about_1 .dropdown .btn-default span i {
	display: inline-block;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: #fff transparent transparent transparent;
	position: relative;
	right: -18px;
	top: 1px;
}
.about_1 .dropdown .dropdown-menu {
	width: 100%;
	border:0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow:none;
	margin:0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d5d5d5+0,ffffff+23&1+0,0.9+23 */
background: -moz-linear-gradient(top, rgba(213, 213, 213, 1) 0%, rgba(255, 255, 255, 0.9) 23%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(213, 213, 213, 1) 0%, rgba(255, 255, 255, 0.9) 23%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(213, 213, 213, 1) 0%, rgba(255, 255, 255, 0.9) 23%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d5d5', endColorstr='#e6ffffff', GradientType=0 ); /* IE6-9 */
	border-left:5px solid #E0FF3E;
	border-bottom:1px solid #B5B5B5;
}
.about_1 .dropdown .dropdown-menu li a {
	color:#717171;
	font-size:15px;
	padding: 6px 20px;
}
.about_1 .dropdown-menu > li > a:hover, .support_13 .dropdown-menu > li > a:focus {
	background-color:#E0FF3E;
}
.about_5 img {
	margin-top: 30px;
}
.about_5 h2 {
	font-size:26px;
	color:#B1CD3D;
	font-weight:bold;
}
.about_6 {
	position: absolute;
	bottom: 0;
	right: 0;
}
.about_6 a {
	display:inline-block;
	width:138.5px;
	height:36px;
	color:#fff;
	font-size:16px;
	background-color:#787878;
	text-decoration:none;
	text-align: right;
	padding-right: 15px;
	line-height: 33px;
}
.about_6 a i {
	display: inline-block;
	position: absolute;
	width: 36px;
	height: 36px;
	left: 0;
	border: 1px solid #787878;
	background:#fff url(../image/icon.png) no-repeat;
	background-position: -381px -72px;
}
.about_6 a:hover {
	background-color:#B5B5B5;
}
.about_6 a:hover i {
	border: 1px solid #B5B5B5;
	background-position: -338px -72px;
}
.line_2 {
	border-bottom:1px solid #ABABAB;
	margin:50px auto;
}
.about_7 h1 {
	margin-top:150px;
	font-size: 80px;
	color:#fff;
	text-shadow:0 0 20px #000;
	font-weight:bold;
}
.about_7 p {
	color:#fff;
	font-family: 'PT', sans-serif;
	font-size:18px;
	text-shadow:0 0 10px #000;
}
.awards h2 {
	margin-top:40px;
	font-family: 'Oswald', sans-serif;
	color:#606060;
	font-size:50px;
	margin-bottom:30px;
}
.awards_2 {
	display:inline-block;
	position:relative;
	top:15px;
	margin-bottom: 10px;
}
.awards_2 a {
	display:inline-block;
	width:140px;
	height:36px;
	background-color:#787878;
	color:#fff;
	font-size:16px;
	text-align:right;
	padding-right: 26px;
	padding-top: 7px;
	margin-left:10px;
	text-decoration:none;
}
.awards_2 a:hover {
	background-color:#B5B5B5;
}
.awards_2 a i {
	display:inline-block;
	width:36px;
	height:36px;
	border:1px solid #787878;
}
.awards_2 a .eee {
	background:#fff url(../image/icon.png) no-repeat;
	background-position: -381px -110px;
	position: absolute;
	top: 0px;
	left: 10px;
}
.awards_2 a .ddd {
	background:#fff url(../image/icon.png) no-repeat;
	background-position: -464px -113px;
	position: absolute;
	top: 0px;
	left: 10px;
}
.awards_2 a:hover .eee {
	background:#fff url(../image/icon.png) no-repeat;
	background-position: -338px -110px;
	border:1px solid #B5B5B5;
}
.awards_2 a:hover .ddd {
	background:#fff url(../image/icon.png) no-repeat;
	background-position: -424px -113px;
	border:1px solid #B5B5B5;
}
.awards_3 h2 {
	font-size:22px;
	color:#5A5A5A;
	font-weight:bold;
}
.awards_3 span {
	display:block;
	font-size:18px;
	color:#868686;
	margin-top:20px;
	margin-bottom:20px;
}
.awards_3 span a {
	color:#868686;
}
.awards_3 p {
	color:#8C8C8C;
	font-size:16px;
	margin-bottom:50px;
}
.awards_4 {
	float:right;
}
.awards_5 {
	margin-top:-400px;
}
.awards_5 .index_10 a p {
	color: #909090;
	border: 1px solid #909090;
	font-size:26px;
}
.awards_5 .index_10 {
	margin-top: 78px;
}
.awards_5 .index_10 a:hover p {
	color: #fff;
}
.awards_6 .dropdown .btn-default {
	width:100%;
	display:inline-block;
	border-radius:0;
	border:0;
	background-color:#B1CD3D;
	color:#fff;
	font-size:22px;
	font-weight:bold;
	text-align:left;
	line-height: 24px;
	height: 35px;
	margin-top:73px;
}
.awards_6 .dropdown .btn-default:after {
	display:block;
}
.awards_6 .dropdown .btn-default span {
	display: inline-block;
	width: 33px;
	height: 35px;
	border-left: 1px solid #fff;
	position: absolute;
	left:auto;
	right: 16px;
	top: 0px;
	margin-top: 73px;
}
.awards_6 .dropdown .btn-default span i {
	display: inline-block;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: #fff transparent transparent transparent;
	position: relative;
	right: -18px;
	top: 1px;
}
.awards_6 .dropdown .dropdown-menu {
	width: 100%;
	border:0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow:none;
	margin:0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d5d5d5+0,ffffff+23&1+0,0.9+23 */
background: -moz-linear-gradient(top, rgba(213, 213, 213, 1) 0%, rgba(255, 255, 255, 0.9) 23%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(213, 213, 213, 1) 0%, rgba(255, 255, 255, 0.9) 23%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(213, 213, 213, 1) 0%, rgba(255, 255, 255, 0.9) 23%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d5d5', endColorstr='#e6ffffff', GradientType=0 ); /* IE6-9 */
	border-left:5px solid #E0FF3E;
	border-bottom:1px solid #B5B5B5;
}
.awards_6 .dropdown .dropdown-menu li a {
	color:#717171;
	font-size:15px;
	padding: 6px 20px;
}
.awards_6 .dropdown-menu > li > a:hover, .awards_6 .dropdown-menu > li > a:focus {
	background-color:#E0FF3E;
}
.awards_8 h2 {
	font-size:24px;
	color:#B1CD3D;
	border-bottom:1px solid #B1CD3D;
	line-height:40px;
	font-weight:bold;
	margin-bottom: 45px;
}
.awards_7 a img {
	padding-bottom:20px;
	margin:0 auto;
}
.awards_7 a {
	text-decoration:none;
}
.awards_7 a p {
	border-top:1px solid #ACACAC;
	font-size:18px;
	color:#5A5A5A;
	font-weight:bold;
	line-height:35px;
	margin-bottom:30px;
	min-height: 40px;
}
.awards_7 a:hover p {
	border-bottom:1px solid #ACACAC;
	color:#ABABAB;
}
 @media (max-width: 1215px) {
.about_6 {
position: relative;
 top: 20px;
}
}
 @media (max-width: 767px) {
 .about_3 img {
 margin:10px auto;
}
 .awards_4 {
 float:none;
}
.awards_5 {
 margin-top:-450px;
}
 .awards_6 .dropdown .btn-default {
 margin-top:10px;
}
.awards_6 .dropdown .btn-default span {
 margin-top: 10px;
}
 .awards_7 a p {
 text-align:center;
}
.about_7 h1 {
    margin-top: 80px;}
}
