.section_bg{
	padding: 50px 0;
	background: url(../images/bg1.png) center bottom no-repeat fixed;
	background-size: contain;
	border-bottom: solid 1px #ccc;
}
.section_title{
	text-align: center;
	padding: 20px 0 50px 0;
}
.section_title img{
	width: 400px;
}
.big_title{
	font-size: 36px;
    font-weight: bold;
	padding: 15px 0;
	line-height: 1.25em;
}
.small_title{
	font-size: 21px;
    color: #fadaac;
    /*background: #c1272d;*/
    padding: 5px 40px 4px 7px;
	margin: 20px 0 10px 0;
    display: inline-block;
	position:relative;
	/*background: linear-gradient(to right,  rgba(30,87,153,1) 0%,rgba(125,185,232,0) 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background: linear-gradient(to right,  rgba(193,39,45,1) 0%,rgba(193,39,45,1) 30%,rgba(193,39,45,0) 100%);
}
.content_text{
	font-size:20px; 
	line-height:1.5em;
}
.fixed_bg{
	background: url(../images/bg2.jpg) center top no-repeat fixed;
	background-size: cover;
	padding: 70px 0;
}
.fixed_bg ul{
	float: left;
    width: 100%;
}
.fixed_bg ul li{
    float: left;
    width: 25%;
    padding: 5px;
}
.fixed_bg ul li a{
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    background: rgb(255 255 255 / 90%);
    color: #000;
    display: block;
    padding: 15px 0 15px 13px;
    border-radius: 5px;
	cursor: pointer;
}
.fixed_bg ul li a:hover{
    background: #c1272d;
    color: #fadaac;
}
.links ul {
	float: left;
    width: 100%;
}
.links ul li{
	float: left;
	width: 50%;
	padding:10px;
}
.links ul li a{
    color: #000;
    display: block;
    padding: 30px;
    border-radius: 4px;
    box-shadow: 8px 5px 5px rgba(0,0,0,.2);
	text-decoration: none;
	height: 180px;
	position: relative;
}
.links ul li a .link_title{
	font-size: 24px;
	font-weight:bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.links ul li a .link_path{
	font-size: 16px;
	color: #999;
	word-wrap: break-word;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.links ul li a:hover .link_title, .links ul li a:hover .link_path{color:#c1272d;text-shadow: 8px 5px 5px rgb(87 21 21 / 10%);}
.border_gray{
	border: solid 1px #ddd;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
}
.link_img1{background:#fff url(../images/link1.png) no-repeat right bottom;}
.link_img2{background:#fff url(../images/link2.png) no-repeat right bottom;}
.link_img3{background:#fff url(../images/link3.png) no-repeat right bottom;}
.link_img4{background:#fff url(../images/link4.png) no-repeat right bottom;}
.link_img5{background:#fff url(../images/link5.png) no-repeat right bottom;}

.pc { display: block;}
.mobile { display: none;}

@media (max-width:991px){
	.pc { display: none;}
	.mobile { display: block;}
	.big_title{font-size: 32px;}
	.small_title, p, .content_text{font-size: 18px;}
	.fixed_bg ul li{width: 50%;}
	.links ul li {width: 100%;}
}
@media (max-width:767px){
	.fixed_bg ul li{width: 100%;}
}