.about{
	background-color:#262626;
	color: #fff;
	position:relative;
	padding: 90px 0;
	background-image:url(/images/37/about-bg.png);
	background-position:50% 40%;
	background-repeat:no-repeat;
}
.about .center_slogan{
    position: absolute;
    width: 279px;
    height: 243px;
    background: rgba(0,0,0,0.7);
    left: 42.8%;
    top: 30%;
	z-index: 9;
}
.about .center_slogan p{
	font-size: 25px;
    text-align: center;
    line-height: 150%;
	margin-top: 50px;
}
.about .center_slogan span{
	display: block;
    width: 50px;
    height: 1px;
    background: #fff;
    margin: 20px auto;
}
.about .center_slogan p.en{
	font-size: 16px;
	margin-top: 0;
}
.about .left_content{
	float: left;
	width:47%;
	text-align: center;
	animation-name:fadeInLeft;
	-moz-animation-name:fadeInLeft;
	-ms-animation-name:fadeInLeft;
	-o-animation-name:fadeInLeft;
	-webkit-animation-name:fadeInLeft;
}
.about .left_content .title{
    text-align: center;
	margin-top: 20px;
}
.about .left_content article{
	font-size:18px;
	margin: 50px 0;
}
.about .left_content .aboutimg{
    text-align: center;
}

.about .right_img{
	float: right;
	width:47%;
	animation-name:fadeInRight;
	-moz-animation-name:fadeInRight;
	-ms-animation-name:fadeInRight;
	-o-animation-name:fadeInRight;
	-webkit-animation-name:fadeInRight;
}
.about .right_img .more_about{
    margin-top: 100px;
}
.about .fixedflower{
	position: absolute;
    bottom: 3%;
    right: 10%;
}
.product{
	background-image:url(/images/37/product-bg.png);
	background-position:0% 0;
	background-repeat:repeat-x;
	margin:60px 0;
	color:#3c3c3c;
}
.product .title,
.book .title{
    margin: 5px 0;	
}
.product .title h3,
.book .title h3{
	font-size:30px;
	line-height:110%;
	text-align:center;
	font-weight: normal;
}
.product .title span,
.book .title span{
	display:block;
	width:40px;
	margin:25px auto;
	height:1px;
	background:#d2d2d2;
}
.product .title p,
.book .title p{
	font-size:18px;
	text-align:center;
}
.product .product_list{
	margin-top: 30px;
}
.product .product_list .main_products{
	margin: 0 20px;
}
.product .product_list .main_products .photo{
	display: block;
    height: 235px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 80%;
    background-size: auto 100%;
	transition:all ease-in-out 0.5s;
	-moz-transition:all ease-in-out 0.5s;
	-ms-transition:all ease-in-out 0.5s;
	-o-transition:all ease-in-out 0.5s;
	-webkit-transition:all ease-in-out 0.5s;
}
.product .product_list .main_products:hover .photo{
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.product .product_list .main_products h3{
	margin: 15px 0;
}
.product .product_list .main_products h3 a{
	color:#3c3c3c;
	font-size:18px;
}
.product .product_list .main_products .detail{
	position: relative;
}
.product .product_list .main_products .detail article{
	font-size:12px;
}
.product .product_list .main_products .detail .more{
	position:absolute;
	right:0;
	bottom:0;
}
.product .product_list .main_products .detail .more a{
	font-size:12px;
	color:#3c3c3c;
}
.news{
	background-image:url(/images/37/news-bg.png);
	background-position:50%;
	background-repeat:no-repeat;
	background-size:cover;
    padding: 80px 0;
}
.news section >h3{
	text-align: center;
    font-weight: normal;
    line-height: 110%;
    padding: 0 0 25px;

}
.news section >h3 a{
	font-size:30px;
	color:#ffffff;
	line-height: 110%;
}
.news .newslist{
	background: rgba(6, 133, 224, 0.53);
	padding: 30px 15%;
	color:#ffffff;
}
.news .newslist ul li{
	overflow:hidden;
	padding: 30px 0;
}
.news .newslist ul li .time{
	float:left;
	width:25%;
}
.news .newslist ul li .time p{
	font-size:55px;
	line-height: 110%;
}
.news .newslist ul li .time b{
	font-size:16px;
	font-weight:normal;
	margin-left: 110px;
}
.news .newslist ul li .detail{
	float:left;
	width:75%;
	position:relative;
}
.news .newslist ul li .detail h3{
	width:80%;
	margin-bottom: 10px;
}
.news .newslist ul li .detail h3 a{
	color:#ffffff;
	font-size:20px;
}
.news .newslist ul li .detail h3:hover a{
	text-decoration:underline;
}
.news .newslist ul li .detail article{
	font-size:16px;
	width:80%;
}
.news .newslist ul li .detail .more{
	position:absolute;
	right:0;
	top:40%;
}
.news .newslist ul li .detail .more a{
	color:#fff;
	font-size:40px;
}
.book{
	color:#3c3c3c;
	margin: 20px 0 50px;
}
.book .main_book .photo{
	display: block;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-position: 50%;
    background-size: auto 100%;
	margin: 0 auto;
	transition:all ease-in-out 0.5s;
	-moz-transition:all ease-in-out 0.5s;
	-ms-transition:all ease-in-out 0.5s;
	-o-transition:all ease-in-out 0.5s;
	-webkit-transition:all ease-in-out 0.5s;
}
.book .main_book:hover .photo{
	transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
}
.book .main_book h4{
	font-size:18px;
	text-align:center;
	font-weight:normal;
	margin-top: 20px;
}
.book .main_book h4 a{
	color:#3c3c3c;
}
.book .main_book h4 a:hover{
	color:#000;
}
.book .main_book span{
	display:block;
	background:#d2d2d2;
	width:59px;
	height:1px;
	margin:20px auto;
	transition:all ease-in-out 0.5s;
	-moz-transition:all ease-in-out 0.5s;
	-ms-transition:all ease-in-out 0.5s;
	-o-transition:all ease-in-out 0.5s;
	-webkit-transition:all ease-in-out 0.5s;
}
.book .main_book:hover span{
	width:70%;
}
.book .main_book .detail article{
	font-size:14px;
	text-align:center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

}
.youtube{
	background:#f7f7f7;
}
.youtube .youtube-content{
	overflow:hidden;
}
.youtube .youtube-content .freebox{
	float:left;
	margin: 50px 0;
}
.youtube .youtube-content .freebox .title-txt{
	color:#1b1a1a;
	font-size:26px;
	font-weight:normal;
	margin-bottom: 20px;
}
.youtube .youtube-content .freebox .blue{
	display:block;
	width:531px;
	height:50px;
	background-image:url(/images/37/youtube.png);
	background-repeat:no-repeat;
	background-position:0;
}
.youtube .youtube-content .freebox .leftcross{
	margin-left:215px;
	color: #555;
}
.youtube .youtube-content .freebox h3{
    margin: 50px 0 20px;	
}
.youtube .youtube-content .freebox .freebox-detail{
	color:#3c3c3c;
	font-size:14px;
}
.youtube .youtube-content .freebox .more{
	margin-top: 30px;
}
.youtube .youtube-content .freebox .more a{
}
.youtube .youtube-content .video{
	float:right;
    width: 55%;
}
.youtube .youtube-content .video #youtube{
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.youtube .youtube-content .video #youtube iframe,
.youtube .youtube-content .video #youtube object,
.youtube .youtube-content .video #youtube embed{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;	
}
.indexaddd{
	margin-bottom:20px;
}
.wow{
	animation-name:fadeInUp;
	-moz-animation-name:fadeInUp;
	-ms-animation-name:fadeInUp;
	-o-animation-name:fadeInUp;
	-webkit-animation-name:fadeInUp;
	animation-duration:1.5s;
	-moz-animation-duration:1.5s;
	-ms-animation-duration:1.5s;
	-o-animation-duration:1.5s;
	-webkit-animation-duration:1.5s;
}
form p input[type="text"], 
form p input[type="password"], 
form p textarea, 
form p select{
    background: rgba(255,255,255,0.6);
    border: 1px #858384 solid;
}
form p input[type="text"]:focus ,
form p input[type="password"]:focus {
	border-color: #13a5e0;
	background:#13a5e0;
	color:#fff;
}
input[type="text"]{
	-webkit-appearance: none; 
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
select,
button {
-webkit-appearance: none;
}
select{
border-top-right-radius: 0;
border-top-left-radius: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
-webkit-appearance:none;
background-image:url(/images/selectbutton.png);
background-repeat:no-repeat;
background-position:95% 50%;
}
form,
fieldset{
	border:0;
	margin:0;
	padding:0;
	overflow:hidden;
}
.youtube .youtube-content .video form{
    width: 80%;
    margin-left: 5%;
    padding: 70px 0;	
}

fieldset >div{
	color: #252525;	
	padding: 10px;
	overflow:hidden;
}
fieldset div label{
    display: inline-block;
    width: 100px;
    font-size: 15px;
}
fieldset div input{
    display: inline-block;
    width: calc(100% - 126px);
    border: 1px solid #bdbdbd;
    padding: 10px;
	outline:none;
	background-color:#fff;
	font-size: 15px;
}
fieldset div select{
    width: calc(100% - 106px);
	padding: 10px;
	outline:none;
	background-color:#fff;
	border: 1px solid #bdbdbd;
	font-size: 15px;
}
fieldset div input#Checknum{
	width:100px;
}
fieldset div input#btnOK{
	width: auto;
    background-color: #f07c00;
    color: #fff;
    padding: 10px 30px;
    border-radius: 7px;
	cursor:pointer;
}
/*-----------------------*/

.notice h2{text-align:center;padding: 0px 0px;padding-bottom: 15px; font-size: 30px;color: #5f4187;border-bottom: #adadad 1px solid;line-height: 120%;position: relative;}
.notice h2:after{
 position:absolute;
 display:block;
 content:'';
 width: 5em;
 height: 5px;
 background: #ffaf44;
 bottom: -4px;
 left: 46%;
}
.notice h2 b{
  color: #4a4a4a;
  padding: 9px 13px;
  font-size: 22px;
}
.notice li{
  color: #f07c00;
  padding-top: 10px;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 1px;
  font-weight:900;
}

.laad{
    position: relative;
    padding: 10px 0;
    background-color: #fcfcfc;
}
.laad h2{text-align:center;padding: 0px 0px;font-size: 30px;color: #5f4187;border-bottom: #adadad 1px solid;line-height: 180%;position: relative;}
.laad h2:after{
 position:absolute;
 display:block;
 content:'';
 width: 5em;
 height: 5px;
 background: #ffaf44;
 bottom: -4px;
 left: 46%;
}
.laad h2 b{
  color: #4a4a4a;
  padding: 9px 13px;
  font-size: 27px;
  letter-spacing: 0.05em;
}
.laad h4{
    text-align: center;
    line-height: 120%;
    margin: 10px 0;
    font-size: 22px;
    color: #4a4a4a;
    letter-spacing: 0.05em;
}
.laad .adimg{
    width: 16%;
    display: inline-block;
}
.laad .adimg:hover h3{
  color:#f06e00
}
.laad .adimg:hover li{
  border: #f06e008c 2px solid;
}
.laad .adimg li{
  text-align:center;
  border-radius: 50%;
  border: #86868626 2px solid;
  padding: 8%;
  margin: 18px calc(45% - 55px);
  transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
}
.laad .adimg li img{
  width: 110px;
}
.laad .adimg h3{
  text-align:center;
  font-size: 19px;
  line-height: 180%;
}
.laad .adimg h3 b{
  font-size: 26px;
  margin: 0 5px;
}
.laad .adimg p{
  text-align:center;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  color: #4a4a4a;
}
.laad .adrd{
  padding: 40px 0;
}
@media screen and (max-width: 1024px) {
.notice h2:after{
	left: 43%;
}
	.laad .adimg{
    width: 33%;
}
 .laad h2:after{
    left: 43%;
}
}
@media screen and (max-width: 768px) {
 .laad .adimg{width:32%;}
 .laad h2:after{
 	left: 34%;
 }
 .notice h2:after{
    left: 30%;
}
}
@media screen and (max-width: 640px) {
 .laad .adimg{width:49%;}

}
@media screen and (max-width: 480px) {
.laad h2:after{left: calc(70% - 5em);}
}
/*-----------------------*/
@media screen and (max-width: 1680px) {
	.youtube .youtube-content .freebox{
	    margin: 60px 0 0;	
	}
}
@media screen and (max-width: 1440px) {
	.about .fixedflower img{
	    width: 350px;	
	}
	.about .center_slogan{
		left: 40%;	
	}
	.youtube .youtube-content .freebox h3{
		margin: 30px 0 20px;
	}
	.youtube .youtube-content .freebox .leftcross img{
		max-width:270px;
	}
	.youtube .youtube-content .freebox .leftcross{
	    margin-left: 150px;	
	}
	.youtube .youtube-content .freebox .blue{
	    width: 350px;	
		height: 30px;
	}
	.youtube .youtube-content .video{
	    width: 60%;	
	}
}
@media screen and (max-width: 1180px) {
	.about .center_slogan{
		position: initial;
		width: 100%;
		height: auto;
		background: none;
		margin-bottom: 80px;
	}
	.about .center_slogan p{
		margin-top: 0;
	}
	.about{
		background-image:none;
	}
	.about .fixedflower{
		right: 0;
	}
	.product .product_list .main_products .photo{
		height: 300px;	
	}
	.news .newslist{
	    padding: 30px 10%;	
	}
	.youtube .youtube-content .video{
		width: 63%;	
	}
	.youtube .youtube-content .freebox .leftcross{
		margin-left: 50px;
	}
	.youtube .youtube-content .freebox .leftcross img{
		max-width: 220px;	
	}
	.youtube .youtube-content .freebox .freebox-detail{
	    font-size: 13px;	
	}
	.youtube .youtube-content .freebox .blue{
	    width: 300px;
		height: 20px;	
	}
	.youtube .youtube-content .freebox h3{
		margin: 20px 0;	
	}
	.product .product_list .main_products .detail article{
		height: 92px;
		overflow:hidden;
	}
}
@media screen and (max-width: 980px) {
	.youtube .youtube-content .freebox,
	.youtube .youtube-content .video{
		width:100%;
		float:none;
	}
	.youtube .youtube-content .video form{
		width: 80%;
		margin-left: 0;
		margin:0 auto;
		padding: 70px 0;	
	}
	.youtube .youtube-content .freebox{
		margin-bottom:50px;
	}
	.youtube .youtube-content .freebox .leftcross img{
		max-width: 60%;	
	}
	.youtube .youtube-content .freebox .freebox-detail{
	    font-size: 14px;	
	}
	.youtube .youtube-content .freebox .leftcross{
	    margin-left: 200px;	
	}
	.youtube .youtube-content .freebox .blue{
		width: 500px;
		height: 50px;
	}
	.youtube .youtube-content .freebox h3{
	    margin: 50px 0 20px;	
	}
	.about .fixedflower img{
	    width: 250px;	
	}
	.news .newslist ul li .time p{
		font-size:40px;
	}
	.news .newslist ul li .time b{
		margin-left:70px;	
	}
}
@media screen and (max-width:780px) {
	.about .left_content article{
		font-size: 16px;
	}
	.product .product_list .main_products .photo{
	    height: 250px;	
	}
	.about .fixedflower img{
	    width: 200px;	
	}
	.youtube .youtube-content .freebox .leftcross{
	    margin-left: 100px;	
	}
}
@media screen and (max-width:680px) {
	.news .newslist ul li .time p{
		font-size: 30px;
	}
	.news .newslist ul li .time b{
		margin-left:45px;	
	}
	.news .newslist ul li .detail article{
		width:90%;
	}
	.news .newslist ul li{
		padding:10px 0; 
	}
	.about .left_content,
	.about .right_img{
		width:100%;
	}
	.about .fixedflower img{
	    width: 300px;	
	}
	.youtube .youtube-content .freebox .blue{
		width: 400px;
		height: 30px;	
	}
}
@media screen and (max-width:500px) {
	.product .product_list .main_products .photo{
		height: 363px;
	}
	.product .product_list .main_products .detail .more{
	    position: initial;
		text-align: right;	
	}
	.news .newslist ul li .time,
	.news .newslist ul li .detail{
		width:100%;
	}
	.news .newslist ul li .time b{
		margin-left:0;	
	}
	.news .newslist ul li .time{
		margin-bottom:15px;
	}
	.book .main_book .photo{
	    width: 150px;
		height: 150px;	
	}
	.youtube .youtube-content .freebox .leftcross{
	    margin-left: 30px;	
	}
	.youtube .youtube-content .freebox .blue{
		width: 70%;
		height: 20px;		
	}
	.product .product_list .main_products .detail article{
		height: 50px;
	}
	.youtube .youtube-content .video form{
		width: 95%;
		padding: 20px 0 70px;
	}
	fieldset div input#Checknum{
		width: 70px;	
	}
	fieldset div input{
		width: calc(100% - 131px);	
	}
	fieldset >div{
	    padding: 5px;	
	}
}
@media screen and (max-width: 370px) {
	.product .title p, .book .title p,
	.youtube .youtube-content .freebox .freebox-detail{
		font-size: 12px;
	}
	.product .title h3, .book .title h3,
	.news section >h3 a{
		font-size: 24px;
	}
	.youtube .youtube-content .freebox .leftcross{
	    margin-left: 20px;	
	}
	.about .fixedflower img{
	    width: 200px;	
	}
}
