
/* 粒子背景+栏目标题+面包屑 */
.page_bg{
	/*background-color: #504d4b;*/
	height:320px;
	font-size: 0;
	position: relative;
	overflow: hidden;
}
.page_bg #qyuef{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.page_bg #qyuef img{
	width: 100%;
	height: 100%;
}
.page_bg .box{
	text-align: center;
	position: absolute;
	width: 100%;
	top: 42%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.page_bg .box .en_title{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	font-size: 40px;
	letter-spacing: 2px;
	color: #FFF;
	line-height: 100%;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.page_bg .box .title{
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
	color: #FFF;
	line-height: 100%;
}
.page_bg .mbx{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}
.page_bg .mbx .mbx-box{
	background: #ffffff;
	font-size: 0;
	color: #111;
	padding: 24px 60px;
	line-height: 22px;
	overflow: hidden;
	transition: all .3s;
}
.page_bg .mbx a{
	font-size: 14px;
	color: #111;
	float: left;
	line-height: 22px;
	position: relative;
	transition: all .3s;
}
.page_bg .mbx a::before{
	content: '>';
	display: inline-block;
	padding: 0 14px;
	transition: all .3s;
}
/*.page_bg .mbx a:first-child{
	font-size: 0;
	width: 22px;
	background: url(../images/home.png) no-repeat center;
	background-size: 22px 18px;
}*/
.page_bg .mbx a:first-child::before{
	display: none;
}
@media screen and (max-width: 600px) {
	.page_bg .box .en_title{
		font-size: 30px;
	}
	.page_bg .mbx .mbx-box{
		padding: 18px 15px;
	}
	.page_bg .mbx a{
		font-size: 12px;
	}
	.page_bg .mbx a::before{
		padding: 0 10px;
	}
}
/* 粒子背景+栏目标题+面包屑 */

.main{
	background: url(../images/main_bg.gif) repeat center;
}
.main-content{
	background: #ffffff;
	padding: 0 60px;
	transition: all .3s;
}
@media screen and (max-width: 600px) {
	.main-content{
		padding: 0 15px;
	}
}

.cate-box{
	padding-top: 20px;
	transition: all .3s;
}
.cate-list{
	font-size: 0;
	border-radius: 50px;
	overflow: hidden;
}
.cate-list .item{
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 16px 0;
	line-height: 18px;
	text-align: center;
	color: #111;
	background: #E8E8E8;
	border-right: 1px solid #FFF;
	font-size: 16px;
	transition: all .3s;
}
.cate-list .item:hover,
.cate-list .item.active{
	background: #888;
	color: #ffffff;
}
.cate-list .item:last-child{
	border-right: none;
}
@media screen and (max-width: 600px) {
	.cate-box{
		padding-top: 10px;
	}
	.cate-list .item{
		font-size: 12px;
		padding: 11px 0;
	}
}

/* 会社概要 */
.about-content{
	padding: 40px 0;
	transition: all .3s;
}
.about-content .service-head{
	font-size: 24px;
	color: #000c15;
	font-weight: bold;
	text-align: center;
	margin-bottom: 48px;
	transition: all .3s;
}
.about-content .singlepage{
	margin-bottom: 60px;
}
.about-content .singlepage table{
	width: 100%;
	font-size: 13px;
	border-collapse: collapse;
	border-spacing: 0;
	border-bottom: 1px solid #b5b5b5;
}
.about-content .singlepage table th{
	border: solid 1px #e2e5e8;
	border-top: 1px solid #b5b5b5;
	border-bottom: none;
	border-right: none;
	border-left: none;
	padding: 16px;
}
.about-content .singlepage table td{
	border: solid 1px #e2e5e8;
	border-top: 1px solid #b5b5b5;
	border-bottom: none;
	border-right: none;
	border-left: none;
	padding: 16px;
}
.about-content .address{
	text-align: center;
	color: #303030;
	font-size: 16px;
}
.about-content .iframe{
	display: block;
	width: 100%;
	height: 550px;
	border: none;
	margin-top: 40px;
}
@media screen and (max-width: 600px) {
	.about-content{
		padding: 35px 0;
	}
	.about-content .service-head{
		font-size: 18px;
		margin-bottom: 30px;
	}
}
/* 会社概要 */

/* 個人情報保護方針 */
.privacy-content{
	padding: 40px 0;
	transition: all .3s;
}
.privacy-content .service-head{
	font-size: 24px;
	color: #000c15;
	font-weight: bold;
	text-align: center;
	margin-bottom: 48px;
	transition: all .3s;
}
.privacy-content .innerBox{
	line-height: 2;
	font-size: 16px;
	color: #333333;
	transition: all .3s;
}
.privacy-content .innerBox h2{
	padding: 8px 0 8px 12px;
	border-left: solid 4px #00b7e0;
	background-color: #f0f0f0;
	font-size: 24px;
	margin: 56px 0 40px;
	line-height: 1.5;
	color: #000c15;
	transition: all .3s;
}
.privacy-content .innerBox p{
	
}
@media screen and (max-width: 600px) {
	.privacy-content{
		padding: 35px 0;
	}
	.privacy-content .service-head{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.privacy-content .innerBox{
		font-size: 14px;
	}
	.privacy-content .innerBox h2{
		font-size: 16px;
		margin: 30px 0 20px;
	}
}
/* 個人情報保護方針 */

/* 联系我们 */
.contact-content{
	padding: 40px 0;
}
.contact-content .service-head{
	font-size: 24px;
	color: #000c15;
	font-weight: bold;
	text-align: center;
	margin-bottom: 48px;
}
.contact-content .innerBox{
	line-height: 2.0;
	font-size: 16px;
	color: #333333;
}
.contact-content .telBox {
    width: 70%;
    background: #F0F0F0;
    padding: 30px;
    margin: 50px auto 70px auto;
    text-align: center;
    font-size: 18px;
}
.contact-content .telBox a {
    font-size: 32px;
    color: #DF0011;
    margin-left: 10px;
	line-height: 100%;
	background: url(../images/tel.png) no-repeat left bottom 2px;
	background-size: 22px;
	padding-left: 26px;
}
.contact-content .tip{
	margin-bottom: 40px;
	font-size: 16px;	
}
.contact-content .tip font{
	display: inline-block;
	padding: 4px 7px;
	background-color: #BE251D;
	color: #FFF;
	font-size: 10px;
	margin-left: 7px;
	border-radius: 3px;
	margin-right: 4px;
}
.contact-content .form-box{
	
}
.contact-content .form-box .item{
	overflow: hidden;
	margin-bottom: 12px;
}
.contact-content .form-box .item .title{
	font-size: 16px;
	width: 200px;
	float: left;
	color: #111;
	line-height: 30px;
}
.contact-content .form-box .item .title font{
	display: inline-block;
	vertical-align: top;
	padding: 4px 7px;
	background-color: #BE251D;
	color: #FFF;
	font-size: 10px;
	margin-left: 7px;
	border-radius: 3px;
	margin-top: 4px;
	line-height: normal;
}
.contact-content .form-box .item .right-box{
	margin-left: 200px;
}
.contact-content .form-box .item .input{
	width: 90%;
	height: 30px;
	line-height: 30px;
	border: 1px solid #DEDEDE;
	padding: 5px 10px;
	border-radius: 4px;
}
.contact-content .form-box .item .textarea{
	width: 90%;
	height: 150px;
	border: 1px solid #DEDEDE;
	padding: 5px 10px;
	border-radius: 4px;
}
.contact-content .form-box .form-tip{
	margin: 40px 0;
	font-size: 16px;
	color: #111;
}
.contact-content .form-box .form-tip a{
	color: #DF0011;
}
.contact-content .form-box .form-group{
	text-align: center;
}
.contact-content .form-box .form-group .submit{
	padding: 12px 20px;
	background-color: #DF0011;
	font-size: 16px;
	color: #FFF;
	border: none;
	cursor: pointer;
	transition: all 0.5s ease;
	margin-right: 10px;
}
.contact-content .form-box .form-group .submit:hover{
	opacity: .8;
}
.contact-content .form-box .form-group .reset{
	padding: 12px 20px;
	background-color: #888;
	font-size: 16px;
	color: #FFF;
	border: none;
	cursor: pointer;
	transition: all 0.5s ease;
}
.contact-content .form-box .form-group .reset:hover{
	opacity: .8;
}
@media screen and (max-width: 600px) {
	.contact-content{
		padding: 35px 0;
	}
	.contact-content .service-head{
		font-size: 18px;
		margin-bottom: 30px;
	}
	.contact-content .innerBox{
		font-size: 14px;
	}
	.contact-content .telBox{
		width: 100%;
		padding: 15px;
		margin: 30px auto 40px auto;
	}
	.contact-content .telBox a{
		display: inline-block;
		margin-top: 15px;
		font-size: 28px;
	}
	.contact-content .form-box .item{
		margin-bottom: 15px;
	}
	.contact-content .form-box .item .title{
		float: none;
		width: 100%;
		font-size: 14px;
	}
	.contact-content .form-box .item .right-box{
		margin-left: 0;
		width: 100%;
		margin-top: 5px;
	}
	.contact-content .form-box .item .input{
		width: 100%;
	}
	.contact-content .form-box .item .textarea{
		width: 100%;
	}
	.contact-content .form-box .form-group .submit{
		font-size: 14px;
	}
	.contact-content .form-box .form-group .reset{
		font-size: 14px;
	}
}
/* 联系我们 */

/* 新闻列表 */
.news-content{
	padding: 40px 0;
	transition: all .3s;
}
.news-content .service-head{
	font-size: 24px;
	color: #000c15;
	font-weight: bold;
	text-align: center;
	margin-bottom: 48px;
	transition: all .3s;
}
.news-content .list{
	
}
.news-content .list .item{
	background: #f5f5f5;
	padding: 15px;
	display: block;
	margin-top: 30px;
	transition: all .3s;
}
.news-content .list .item:first-child{
	margin-top: 0;
}
.news-content .list .item .pic{
	width: 285px;
	height: 190px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all .3s;
}
.news-content .list .item .content{
	height: 190px;
	padding: 8px 15px 0 20px;
	margin-left: 285px;
	transition: all .3s;
}
.news-content .list .item .content .title{
	font-size: 24px;
	color: #000000;
	margin-bottom: 15px;
	transition: all .3s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .3s;
}
.news-content .list .item .content .time{
	font-size: 14px;
	color: #757575;
	font-family: arial;
}
.news-content .list .item .content .desc{
	font-size: 16px;
	color: #757575;
	line-height: 24px;
	margin-top: 10px;
	margin-bottom: 20px;
	height: 48px;
	overflow: hidden;
	transition: all .3s;
}
.news-content .list .item .content .more{
	font-size: 16px;
	color: #64afc3;
	font-family: arial;
	width: 145px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #64afc3;
	border-radius: 50px;
	text-align: center;
	transition: all .3s;
}
.news-content .list .item:hover{
	box-shadow: 0 0 6px rgba(0,0,0,.3);
}
.news-content .list .item:hover .content .title{
	color: #64afc3;
}
.news-content .list .item:hover .content .more{
	background: #64afc3;
	color: #ffffff;
}
@media screen and (max-width: 600px) {
	.news-content{
		padding: 35px 0;
	}
	.news-content .service-head{
		font-size: 18px;
		margin-bottom: 30px;
	}
	.news-content .list .item .pic{
		width: 100%;
	}
	.news-content .list .item .content{
		float: left;
		margin-left: 0;
		padding: 20px 0 0 0;
		width: 100%;
	}
	.news-content .list .item .content .title{
		font-size: 18px;
	}
	.news-content .list .item .content .desc{
		font-size: 14px;
	}
	.news-content .list .item .content .more{
		font-size: 14px;
	}
}
/* 新闻列表 */

/* 分页 */
.page_list{
	margin-top: 50px;
	text-align: center;
	font-size: 0;
}
.page_list li{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 16px;
	padding: 6px 12px;
}
.page_list li.thisclass{
	color: #64afc3;
}
.page_list li a{
	display: block;
	font-size: 14px;
	line-height: 16px;
	transition: all .3s;
}
.page_list li a:hover{
	color: #64afc3;
}
.page_list li:first-child,
.page_list li:last-child,
.page_list li:nth-last-child(2){
	display: none;
}
/* 分页 */

/* 新闻详情页 */
.newsinfo-content{
	padding: 40px 0;
	transition: all .3s;
}
.newsinfo-content .service-head{
	font-size: 24px;
	color: #000c15;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	transition: all .3s;
}
.newsinfo-content .info{
	margin-bottom: 30px;
	text-align: center;
}
.newsinfo-content .info small{
	margin-left: 5px;
}
.newsinfo-content .singlepage{
	margin-bottom: 60px;
	font-size: 14px;
	line-height: 2;
}
.newsinfo-content .context{
	font-size: 12px;
}
.newsinfo-content .context li{
	margin: 20px 0;
}
@media screen and (max-width: 600px) {
	.newsinfo-content{
		padding: 35px 0;
	}
	.newsinfo-content .service-head{
		font-size: 18px;
		margin-bottom: 30px;
	}
}
/* 新闻详情页 */