f@charset "utf-8";
/* CSS Document */

#title {
	margin-bottom: 30px;
}
#index_main p.en {
	font-size: 16px;
	text-transform: uppercase;
	color: #666;
	margin-bottom: 30px;
}
#title3 h3 {
	font-size: 20px;
}
#title3 {
	position: reative;
	width: 100%;
	overflow: hidden;
	margin: 0 auto 20px;
	padding-bottom: 10px;
	border-bottom: 1px #ccc solid;
}
#title3 .scroller {
	position: absolute;
}
#title3 .date {
	color: #999;
}
.wrapper01 {
	position: relative;
	height: 2.5em;
	width: 100%;
	overflow: hidden;
	margin: 0 auto 20px;
	border-bottom: 1px solid #ccc
}
.wrapper01 .scroller {
	position: absolute
}
.wrapper01 .scroller li {
	color: #333;
	float: left;
	padding-right: 20px;
	font-size: 20px;
	text-align: center
}
.wrapper01 .scroller li a {
	color: #666;
	display: block;
}
.wrapper01 .scroller li.cur a {
	color: #000;
}
#index_main .more {
	display: block;
	width: 108px;
	height: 38px;
	font-size: 18px;
	text-align: center;
	line-height: 38px;
	color: #fc6832;
	text-transform: uppercase;
	border: 1px #fc6832 solid;
}
#index_main .box4 .more {
	margin-top: 20px;
	margin-bottom: 0;
}
#index_main .more:hover {
	background: #fc6832;
	color: white;
	text-decoration: none;
}
/*box1*/
#index_main .box1 {
	padding: 80px 0;
}
#index_main .box1 .left {
	width: 48%;
}
#index_main .box1 .right {
	width: 42%;
}
#index_main .box1 .left .text {
	color: #666;
}
#index_main .box1 .left .text p {
	text-indent: 2em;
	line-height: 2em;
}
#index_main .box1 .right .img {
	display: block;
	width: 100%;
}
#index_main .box1 .right .img img {
	width: 100%;
}
#index_main .box1 .more {
	margin-top: 20px;
}
/*box2*/
#index_main .box2 {
	background: #f0f0fa;
	position: relative;
	padding-top: 50px;
}
#index_main .box2 .box2_top li {
	width: 25%;
	float: left;
	text-align: center;
	font-size: 16px;
	padding-bottom: 50px;
}
#index_main .box2 .box2_top li p {
	font-size: 36px;
}
#index_main .box2 .img {
	width: 46%;
	float: left;
}
#index_main .box2 .img img {
	width: 100%;
}
#index_main .box2 .box2_bot .right {
	width: 35%;
	padding: 30px 0;
	background: #f0f0fa;
	float: right;
	margin-right: 13.5%
}
#index_main .box2 .box2_bot .right .text {
	line-height: 2em;
	text-indent: 2em;
	color: #666;
}
/*box3*/
#index_main .box3 {
	padding: 80px 0;
}
#index_main .box3 #title {
	text-align: center;
}
/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	zoom: 1;
}
.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}
.slick-slide .img {
	display: block;
	width: 100%;
}
.slick-slide img {
	display: block;
	width: 100%;
	padding: 0 10%;
}
.single-item2 .slick-slide img, .single-item .slick-slide img {
	padding: 0;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
/* Arrows */
.slick-prev, .slick-next {
	position: absolute;
	display: block;
	height: 30px;
	width: 30px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: #adadad;
	top: 50%;
	margin-top: -30px;
	padding: 0;
	border: none;
	outline: none;
	border-radius: 50%;
}
.slick-prev:focus, .slick-next:focus {
	outline: none;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: 0.25;
}
.slick-prev:before, .slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: 0.85;
}
.slick-prev {
	left: -25px;
}
.slick-prev:before {
	content: "\2190";
}
.slick-next {
	right: -25px;
}
.slick-next:before {
	content: "\2192";
}
/* Dots */
.slick-slider {
	margin-bottom: 0px;
}
.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0px;
	width: 100%;
}
.single-item2 .slick-dots {
	bottom: 10px;
	z-index: 10;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0px 3px;
	padding: 0px;
	cursor: pointer;
}
.single-item2 .slick-dots li, .single-item .slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0px 1px;
	padding: 0px;
	cursor: pointer;
}
.single-item .slick-dots li {
	height: 15px;
	width: 15px;
}
.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer;
	outline: none;
}
.slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "\2022";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 46px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.35;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	opacity: 1;
}
.single-item .slick-dots li button:before {
	color: white;
	font-size: 24px;
}
.single-item .slick-dots li.slick-active button:before {
	color: red;
}
.single-item2 .slick-dots li button:before {
	color: white;
}
.box3 h6 {
	text-align: center;
	width: 100%;
	padding: 5px 10%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color:#333;
}
.content {
	margin: auto;
	padding: 0 20px;
	width: 1340px;
}
.slick-slide .image {
	padding: 10px;
}
/*box3 end*/
/*box4*/
#index_main .box4 {
	padding-bottom: 80px;
}
#index_main .box4 .left {
	width: 58%;
}
#index_main .box4 .left img {
	width: 100%;
}
.single-item .slick-slide span {
	display: block;
	width: 100%;
}
.single-item .slick-slide span.title {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 60px;
	padding: 15px 20% 10px 3%;
	line-height: 40px;
	color: white;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	background: url(../images/newbg.png) repeat-x left bottom;
}
.single-item .slick-dots {
	bottom: 15px;
	z-index: 10;
	text-align: right;
	padding-right: 10px;
}
#index_main .box4 .right {
	width: 38%;
}
#index_main .box4 .right li {
	border-bottom: 1px #ccc solid;
	padding: 30px 0;
	position: relative;
}
#index_main .box4 .right li a {
	position: relative;
	display: block;
	text-decoration: none;
	color: #333;
}
#index_main .box4 .right li a h5 {
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#index_main .box4 .right li a .date {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	color: #999;
}
#index_main .box4 .right li a p {
	color: #666;
	padding-top: 10px;
}
@media screen and (max-width: 1400px) {
.content {
	width: 90%;
}
}
@media screen and (min-width: 769px)and (max-width: 1024px) {
#index_main .box4 .right li {
	padding: 10px 0;
}
#index_main .box4 .right li a p {
	padding-top: 5px;
}
}
@media screen and (max-width: 768px) {
.wrapper01 {
	margin-bottom: 10px;
}
.wrapper01 .scroller li {
	font-size: 18px;
}
#index_main .box1, #index_main .box3 {
	padding: 50px 0;
}
#index_main #title {
	padding-bottom: 10px;
}
#index_main #title h3 {
	font-size: 24px;
}
#index_main p.en {
	font-size: 14px;
	margin-bottom: 10px;
}
#index_main .more {
	font-size: 14px;
	margin-bottom: 20px;
}
#index_main .box1 .left, #index_main .box1 .right {
	width: 100%;
}
#index_main .box2 .box2_bot {
	width: 90%;
	margin: auto;
}
#index_main .box2 .img, #index_main .box2 .box2_bot .right {
	width: 100%;
	margin: 0;
	padding-top: 0;
}
#index_main .box4 .left, #index_main .box4 .right {
	width: 100%;
}
#index_main .box2 .box2_top li p {
	font-size: 24px;
}
#index_main .box2 .box2_top li {
	font-size: 14px;
	padding-bottom: 30px;
}
#index_main .box4 .right li {
	padding: 20px 0;
}
}
@media screen and (max-width: 640px) {
.wrapper01 .scroller li {
	font-size: 16px;
}
#index_main .box1, #index_main .box3 {
	padding: 20px 0;
}
#index_main .box2 {
	padding-top: 30px;
}
#index_main .box2 .box2_top li {
	font-size: 14px;
	padding-bottom: 20px;
}
#index_main #title h3 {
	font-size: 20px;
}
#index_main .box2 .box2_top li p {
	font-size: 20px;
}
.slick-dots li button:before {
	font-size: 36px;
}
}
/*page*/
#page {
	margin-top: 50px;
	text-align: center;
}
#page li {
	display: inline-block;
	margin: 0 5px;
	font-size: 16px;
	color: #666;
}
#page li {
 *display:inline;
}
#page li a {
	color: #666;
}
#page li a:hover {
	color: #000;
}
/*about*/
#banner img {
	max-width: 100%;
}
#about {
	padding: 80px 0;
}
#about img {
	max-width: 100%;
}
#title2 {
	padding: 20px 0 10px;
}
#title2 h3 {
	font-size: 18px;
}
#title2 .en {
	color: #999;
}
#about .box1 .left {
	width: 38%;
	padding: 10px 0 0 10px;
	position: relative;
}
#about .box1 .left .bg {
	display: block;
	width: 96%;
	height: 96%;
	background: #eaf1f4;
	position: absolute;
	top: 0px;
	left: 0;
	z-index: -1;
}
#about .box1 .right {
	width: 55%;
}
#about .box1 .right .text {
	text-indent: 2em;
	font-size: 14px;
	color: #666;
	line-height: 2em;
}
#about .box2 {
	background: #eaf1f4;
	margin: 60px 0 40px;
	padding: 50px 0;
}
#about .box2 li {
	width: 25%;
	float: left;
	text-align: center;
}
#about .box2 li p {
	font-size: 36px;
}
#about .box2 li span {
	font-size: 16px;
}
#about .box3 .text {
	text-indent: 2em;
	line-height: 2em;
	color: #666;
	margin-bottom: 20px;
}
/*content*/
#content {
	padding: 60px 0;
}
#content .text {
	text-indent: 2em;
	line-height: 2em;
	color: #666;
}
#content .text_bot {
	border-top: 1px #ccc solid;
	margin-top: 50px;
	padding-top: 50px;
}
#content .text_bot p {
	margin-bottom: 10px;
}
#content .text_bot a {
	color: #333;
}
@media screen and (max-width: 768px) {
#about, #content {
	padding: 30px 0;
}
#about .box1 .left, #about .box1 .right {
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
}
#about .box1 .left .bg {
	display: none;
}
#about .box2 {
	margin: 30px 0 20px;
}
#about .box2 li p {
	font-size: 24px;
}
#about .box2 li span {
	font-size: 14px;
}
#content .text_bot {
	margin-top: 30px;
	padding-top: 30px;
}
}
@media screen and (max-width: 640px) {
#page {
	margin-top: 20px;
}
#about {
	padding: 0 0 30px;
}
#about .box2 {
	margin: 10px 0 0px;
	padding: 20px 0;
}
#about .box2 li p {
	font-size: 20px;
}
#about .box3 .text {
	margin-bottom: 0px;
}
}
/*news*/
#news, #contact {
	padding: 60px 0;
}
#news .news li {
	position: relative;
	border-bottom: 1px #ccc solid;
}
#news .news li a {
	display: block;
	padding: 30px 15% 30px 30px;
	color: #666;
}
#news .news li a:hover {
	text-decoration: none;
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
#news .news li a .date {
	position: absolute;
	top: 30px;
	right: 30px;
}
#news .news li a h5 {
	padding-bottom: 15px;
	width: 85%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
}
#news .news li a .more {
	display: block;
	border: 1px #ccc solid;
	border-radius: 3px;
	width: 55px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	color: #999;
	margin-top: 15px;
}
#news .news li a:hover .more {
	background: #000;
	color: white;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
#products {
	padding: 60px 0;
}
#products .products li {
	float: left;
	padding: 0 3%;
	width: 25%;
	margin-top: 20px;
}
#products .products li a {
	display: block;
	position: relative;
}
#products .products li span {
	display: block;
}
#products .products li span img {
	width: 100%;
}
#products .products li span.title {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	text-align: center;
	width: 100%;
	padding: 0 3%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../images/newbg.png) repeat-x bottom center;
	height: 40px;
	line-height: 40px;
}
/*contact*/
#contact .contact .right {
	width: 50%;
}
#contact .contact .left {
	width: 48%;
	padding: 0 3%;
}
#contact .contact .right img {
	width: 100%;
}
/*meassage*/
.meassage {
	width: 580px;
	margin: 30px auto;
}
.meassage .red {
	color: red;
	padding-right: 5px;
}
.meassage .input {
	margin-top: 10px;
}
.meassage .input p {
	display: inline-block;
	vertical-align: top;
}
.meassage .inputtxt input {
	width: 500px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	border: 1px #ccc solid;
}
.meassage .input p {
 *display:inline;
}
.meassage textarea {
	width: 500px;
	height: 200px;
	padding: 10px;
	border: 1px #ccc solid;
	vertical-align: top;
}
.meassage .radio label {
	cursor: pointer;
	margin-right: 10px;
}
.meassage .button {
	text-align: center;
}
.meassage .button input {
	width: 100px;
	height: 36px;
	line-height: 36px;
	margin: 10px;
}
.meassage .button input.submit {
	background: #000;
	color: #fff;
}
@media screen and (max-width: 768px) {
#news, #products, #contact {
	padding: 30px 0;
}
#news .news li a {
	padding: 20px 0;
}
#news .news li a .date {
	top: 20px;
	right: 0;
}
#news .news li a:hover {
	box-shadow: none;
}
#products .products li {
	width: 50%;
}
#contact .contact .right, #contact .contact .left {
	width: 100%;
}
.meassage {
	width: 100%;
}
.meassage .input.inputtxt p {
	display: block;
}
.meassage .inputtxt label {
	display: block;
}
.meassage .inputtxt input {
	width: 100%;
}
.meassage textarea {
	width: 100%;
	height: 100px;
}
}
@media screen and (max-width: 640px) {
#news .news li a h5 {
	padding-bottom: 0px;
	width: 100%;
	overflow: auto;
	white-space: inherit;
}
#news .news li a .date {
	display: block;
	position: inherit;
	margin-bottom: 10px;
}
}
#back-to-top {
	position: fixed;
	bottom: 3%;
	right: 3%;
}
#back-to-top a {
	text-align: center;
	text-decoration: none;
	display: block;
	width: 40px;
}
#back-to-top a:hover {
	color: #979797;
}
#back-to-top a span {
	background: #d1d1d1;
	border-radius:3px;
	display: block;
	height: 40px;
	width: 40px;
	background: #ff0000 url(../images/gototop.png) no-repeat center center;
	margin-bottom: 5px;
}
#back-to-top a:hover span {
	background: #e70404 url(../images/gototop.png) no-repeat center center;
