@charset "utf-8";

.cont_banner{
	position: relative;
	width: 100%;
}
.cont_banner .mb{
	display: none;
}
.cont_banner h3{
	position: absolute;
	color: white;
	font-size: 36px;
	top: 43%;
	width: 100%;
	text-align: center;
}

.con1{
	padding-top: 150px;
	margin-bottom: 155px;
}
.con1 .m-title{
	display: none;
}
.con1 .m-title h3::before {
    content: "";
    position: absolute;
    width: 21px;
    height: 21px;
    top: -21px;
    left: -40px;
    background: url(../images/icon_s.png) no-repeat;
}
.con1 .m-title h3::after {
    content: "";
    position: absolute;
    width: 21px;
    height: 21px;
    bottom: -21px;
    right: -40px;
    background: url(../images/icon_x.png) no-repeat;
}
.con1 .left{
	float: left;
	width: 62%;
}
.con1 .left .pic{
	width: 100%;
	height: 763px;
	background: url(../images/cont1.png) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}
.con1 .left img{
	display: none;
}
.con1 .right{
	float: right;
	margin-left: 8%;
	width: 30%;
	color: #000000;
}
.con1 .right h3{
	position: relative;
	display: inline-block;
	margin-top: 85px;
	font-size: 24px;
	font-weight: bold;
}
.con1 .right h3::before {
    content: "";
    position: absolute;
    width: 21px;
    height: 21px;
    top: -20px;
    left: -42px;
    background: url(../images/icon_s.png) no-repeat;
}
.con1 .right h3::after {
    content: "";
    position: absolute;
    width: 21px;
    height: 21px;
    bottom: -27px;
    right: -42px;
    background: url(../images/icon_x.png) no-repeat;
}
.con1 .right>p{
	margin-top: 45px;
	margin-bottom: 40px;
	font-size: 12px;
	color: #4d4d4d;
	line-height: 28px;
}
.con1 .right>h4{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 25px;
}
.con1 .right ul{}
.con1 .right ul li{
	margin-top: 30px;
}
.con1 .right ul li h4{
	font-size: 14px;
	margin-bottom: 5px;
}
.con1 .right ul li p{
	font-size: 12px;
}
.con1 .right img{
	margin-top: 15px;
	width: 11%;
}
.con1 .right span{
	display: block;
	margin-top: 52px;
	font-size: 42px;
	font-family: '423-CAI978';
}