#newsandcontact{
	position: relative;
    margin-top: -70px;
	z-index: 6;
}
#newsandcontact .newstitle{
	float:left;
	width:45%;
	background:#3496ae;
	padding: 23px 2.5%;
	overflow:hidden;
}
#newsandcontact .contacttitle{
	float:right;
	width:45%;
	background:#fff;
	overflow:hidden;
	padding: 20px 2.5% 21px;
}
#newsandcontact .contacttitle:hover b{
	animation-name:shake;
	animation-duration:3s;
}
#newsandcontact .newstitle p,
#newsandcontact .contacttitle p{
	display:inline-block;
	margin-left:10px;
	font-size:20px;
}
#newsandcontact .newstitle p{
	color:#fff;
}
#newsandcontact .newstitle h3{
	float:right;
}
#newsandcontact .newstitle h3 a{
	display: block;
    background: #eaeaea;
    border-radius: 25px;
    font-size: 14px;
    font-weight: normal;
    color: #286979;
    line-height: 120%;
    padding: 3px 10px;
    border: 1px solid #fff;
	transition:all linear 0.3s;
}
#newsandcontact .newstitle h3 a b{
	margin-left:5px;
}
#newsandcontact .contacttitle p a{
	color:#3496ae;
}
#newsandcontact .contacttitle b{
	display: inline-block;
    float: right;
}
#news{
}
#news .newslist{
}
#news .newslist .box{
	background:#3496ae;
	padding: 40px;
    overflow: hidden;
}
#news .newslist .box:hover{
	background:#4baac1;
}
#news .newslist .box .date{
	float: left;
	color:#fff;
	width: 40px;
}
#news .newslist .box .date p{
	font-size: 20px;
	font-family: 'Noto Serif', serif;
	text-align: center;
}
#news .newslist .box .date p.bottom{
	font-size:30px;
	margin-top: 15px;
}

#news .newslist .box .newsinfo{
	float: left;
	width: calc(100% - 71px);
	margin-left: 15px;
	border-left: 1px dashed #fff;
	padding-left: 15px;
}
#news .newslist .box .newsinfo h3{
	overflow: hidden;
	height: 46px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 120%;
}
#news .newslist .box .newsinfo h3 a{
	color:#fff;
	font-size:16px;
	text-decoration:underline;
}
#news .newslist .box .newsinfo article{
	overflow: hidden;
	height: 42px;
	color: #a1edff;
    font-size: 12px;
    height: 36px;
    overflow: hidden;
    margin-top: 10px;
    line-height: 150%;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
#about{
}
#about section{
	background-repeat:no-repeat;
	background-position:0 100%;
	padding: 30px 0;
}
#about .about-wrap{
	background:url(/images/10/index-about-img.png)no-repeat 0 0;
	width:50%;
	float:right;
	overflow:hidden;
}
#about .about-wrap article{
	width: calc(100% - 100px);
	float: right;
	margin-top: 15px;
	line-height: 180%;
	color:#444444;
}
#about .about-wrap article h2{color: #313131;font-size: 30px;margin-bottom: 10px;}
#about .about-wrap article h2 b{font-size: 16px;margin-left: 10px;color: #10677c;font-family: 'Noto Serif', serif;}
#about .about-wrap article h3{font-weight: normal;font-size: 15px;}
#about .about-wrap p{
	float: right;
    width: 60%;
    margin-top: 30px;
    text-align: right;
	margin-right: 5%;
}
#about .about-wrap p a{
	color:#fff;
	background:#ebb525;
	display: inline-block;
	padding: 10px 50px;
	line-height: 110%;
	font-family: 'Noto Serif', serif;
	transition:all linear 0.3s;
	
}
#about .bgimg{width: 45%;float: left;}
#about #youtube{
	position:relative;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size: cover;
}
#youtube .UTwo{
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;height:0;overflow:hidden;
}
#youtube .UTwo a{
	display: block;
	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	border-radius: 50%;
	background: rgba(255, 0, 0, 0.85);
	position: absolute;
	z-index: 5;
	color: #dcdcdc;
	font-size: 30px;
	left: calc(50% - 50px);
	top: calc(50% - 50px);
	transition:all linear 0.3s;
}
#youtube .UTwo a:hover{
    width: 110px;
    height: 110px;
    line-height: 110px;
    left: calc(50% - 55px);
    top: calc(50% - 55px);
	font-size: 34px;
}
#youtube .UTwo iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;	
}

#index-article{padding: 30px 0;background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;}
#index-article h2,
#product h2{
	font-size:25px;
	color:#313131;
	border-bottom:1px solid #e5e5e5;
	padding-bottom:10px;
	position:relative;
	line-height: 100%;
	overflow:hidden;
}
#index-article h2 b,
#product h2 b{
	color:#6967b5;
}
#index-article h2 span,
#product h2 span{
	float:right;
}
#index-article h2 span a,
#product h2 span a{
	display:block;
    color: #000;
    font-size: 15px;
}
#index-article h2 span a b,
#product h2 span a b{
	margin-left: 7px;
}
#index-article h2:after,
#product h2:after{
	position:absolute;
	display:block;
	content:'';
	width:6em;
	height:4px;
	background:#f0d973;
	bottom:-4px;
	left:0;
}
#index-article .articleList{
	overflow:hidden;
	margin: 30px 0;
}
#index-article .articleList .article-list{
	position: relative;
}
#index-article .articleList .article-list,
#index-article .articleList .article-list div,
#index-article .articleList .article-list img,
#index-article .articleList .article-list a{
	outline:none;
}
#index-article .articleList .article-list .photo{
	background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;	
	margin: 10px;
}
#index-article .articleList .article-list .photo a{
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
	background-image:url(/images/10/index-profile-style.png);
	transition:all ease-in-out 0.2s;
}
#index-article .articleList .article-list .photo a img,
#product .product-show .p-box .photo a img{
	width:100%;
}
#index-article .articleList .article-list .article-info{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-bottom: 40px;
	text-shadow: 0 0 5px #000;
	color: #fff;
}
#index-article .articleList .article-list .article-info h3{
	text-align:center;
	font-size:22px;
	width: 80%;
	margin: 0 auto 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
}
#index-article .articleList .article-list .article-info h3 a{
	color:#fff;
}
#index-article .articleList .article-list .article-info p{
	text-align:center;
	width: 80%;
	margin: 0 auto;
	height: 36px;
	overflow: hidden;
	line-height: 120%;
}
#index-article .articleList .article-list .article-info p a{
	color:#fff;
}
#index-article .articleList .article-list .article-info p.more{
	display: none;
	transition:all ease-in-out 0.4s;
	margin-top: 0;
}
#index-article .articleList .article-list .article-info p.more a{
	color: #fff;
    display: inline-block;
    border: 1px solid #fff;
    padding: 0 15px;
}
#index-article .articleList .article-list:hover .photo a{
	background-image:url(/images/10/index-profile-style-hover.png);
}
#index-article .articleList .article-list:hover .article-info p.more{
	display: block;
	margin-top: 30%;
}
#product{    padding: 30px 0;background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;} 
#product .product-show{
	margin-top: 30px;
}
#product .product-show .p-box{
	position: relative;
	margin: 0 10px;
}
#product .product-show .p-box .photo a{
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#product .product-show .p-box h3{
	text-align:center;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background:rgba(0,0,0,0.7);
	padding: 5px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#product .product-show .p-box h3 a{
	color:#fff;
	font-size:16px;
}
#service{
	background-position:50% 50%;
	background-attachment:fixed;
	padding: 100px 0;
	background-color: #000;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    ::i-block-chrome, #service {
		background-attachment:initial;
    }
}
#service .freebox{padding: 30px 0;}
#service h2{
	text-align:center;
	color:#fff;
	font-size:35px;
	font-weight:normal;
	line-height: 150%;
}
#service h2 span{
	display: block;
	margin: 0 auto 15px;
	text-align: center;
}
#service article{
	text-align:center;
	color:#fff;
	font-size:18px;
	margin: 10px 0 0;
	line-height:180%;
}
@media screen and (min-width: 1279px) {
	#about .about-wrap p a:hover{background: #eb4925;}
	#newsandcontact .newstitle h3 a:hover{background: #3496ae;color:#fff;}
}
@media screen and (max-width: 1280px) {
	#newsandcontact{
	    margin-top: -55px;	
	}
	#newsandcontact .newstitle{
	    padding: 15px 2.5%;	
	}
	#newsandcontact .contacttitle{
	    padding: 12px 2.5% 13px;	
	}
	#index-article .articleList .article-list{
		margin-right: 0;
	}
}
@media screen and (max-width: 980px) {
	#newsandcontact{
	    margin-top: 0;	
	}
	#news .newslist .box{
	    padding: 25px;	
	}
	#news .newslist .box .date p{
	    font-size: 18px;	
	}
	#news .newslist .box .date p.bottom{
	    font-size: 26px;	
	}
	#about section{
		background-size: 50%;	
	}
	#about .about-wrap{
		width:100%;
	}
	#about .bgimg{width: 100%;margin-top: 50px;}
	#service h2{
		font-size: 30px;		
	}
	#service article{
		font-size: 16px;
		margin: 30px 0 0;		
	}
	#about section{
	    padding: 0px 0 30px;	
	}
}
@media screen and (max-width: 768px) {
	#about .about-wrap{
		width:100%;
	}
}
@media screen and (max-width: 640px) {
	#newsandcontact .newstitle,
	#newsandcontact .contacttitle{
	   width:95%;
	}
	#service h2{    font-size: 24px;}
}
@media screen and (max-width: 480px) {
	#about .about-wrap article{width: calc(100% - 90px);}
	#about .about-wrap article h2{
		font-size: 22px;
	}
}