.content-page {
	padding: 20px 0;
}
.wrap {
    width: 1110px !important;
}
#sec01 {
	padding: 50px 0 50px;
}
#sec01 .info {
	margin-top: 22px;
}
#sec01 .fl {
	background-color: rgba(3, 115, 227, 0.1);
	line-height: 28px;
}
#sec01 .fl dl dt {
	font-size: 24px;
	line-height: 35px;
	font-weight: bold;
}
#sec01 .fl dl dt span {
	font-size: 19px;
}
#sec01 .fl dl dd {
	margin-top: 20px;
}
#sec01 .titleInfo {
    font-size: 24px;
    line-height: 35px;
    font-weight: bold;
    padding: 39px 0 70px;
    letter-spacing: 2px;
    text-align: left;
}
#sec01 .question dl dt {
    line-height: 30px;
    position: relative;
    padding-left: 40px;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2.2px;
    clear: both;
}
#sec01 .question dl dt:before {
	content: "";
	width: 25px;
	height: 25px;
	border: 6px solid #0373e3;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12px;
}
#sec01 .question dl dd {
    margin-top: 20px;
    line-height: 28px;
    margin-bottom: 60px;
}
#sec01 .question dl dd.left {
    float: left;
    width: 65%;
}
#sec01 .question dl dd.photo {
    float: right;
    width: 340px;
    text-align: center;
}
#sec01 .question dl dd span {
    color: #0373e3;
}
#sec02 {
	padding: 74px 0 0;
}
#sec02 .h3Shared {
	margin-bottom: 18px;
}
#sec02 .item {
	text-align: center;
	font-size: 14px;
	letter-spacing: 0;
}
#sec02 .item a {
	display: block;
}
#sec02 .item a:hover {
	text-decoration: none;
}
#sec02 .item .itemImg {
	overflow: hidden;
	position: relative;
}
#sec02 .item .itemImg:after {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(3, 115, 227, 0.5);
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
#sec02 .item a:hover .itemImg:after {
    opacity: 0;
}
#sec02 .item .txt {
	margin-top: 15px;
}
#sec04 {
	padding: 50px 0 153px;
	text-align: center;
}
#sec04 .box {
	position: relative;
	border: 5px solid #0064c7;
	font-weight: bold;
}
#sec04 .box .txt1 {
	font-size: 17px;
	color: #0064c7;
}
#sec04 .box .titleInfo {
	background-color: #fff;
	font-size: 17px;
	color: #0064c7;
	border: 5px solid #0064c7;
	line-height: 30px;
    padding: 7px 0;
}
#sec04 .box .tel_info {
	margin-top: 20px;
	margin-bottom: 4px;
}
#sec04 .box .box_btn {
	font-size: 24px;
	color: #0064c7;
    margin-top: 43px;
}
#sec04 .box .box_btn a {
	font-weight: 600;
    font-size: 24px;
    text-align: center;
    border: 1px solid #0064c7;
    line-height: 30px;
    padding: 26px 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
    display: inline-block;
    letter-spacing: 2.2px;
}
#sec04 .box .box_btn a:hover {
	text-decoration: none;
	opacity: 0.8;
}
@media only screen and (min-width: 769px) {
	#sec01 .fl {
		height: 380px;
		width: 555px;
	}
	#sec01 .fl dl {
		padding-left: 108px;
		padding-top: 115px;
	}
	#sec02 .item {
		margin-bottom: 45px;
		width: 350px;
		float: left;
	}
	#sec02 .item:nth-child(2n),
	#sec02 .item:nth-child(3n) {
		margin-left: 30px;
	}
	#sec04 .box {
		padding: 84px 0 86px;
		margin-top: 47px;
	}
	#sec04 .box .box_btn a {
		width: 405px;
	}
	#sec04 .box .titleInfo {
		position: absolute;
		top: -30px;
		left: 50%;
		width: 508px;
		margin-left: -254px;
	}
	#sec04 .box .box_btn a span {
		padding-right: 28px;
	}
	#sec04 .box .box_btn a img {
		position: absolute;
		top: 50%;
		right: 22px;
		margin-top: -6px;
	}
}
@media only screen and (max-width: 768px) {
	.wrap {
		width: auto !important;
	}
	h2.title-page {
		font-size: 30px;
		padding: 20px 0;
	}
	#sec01 {
		padding: 30px 0 30px;
	}
	#sec01 .titleInfo {
		padding: 20px 0;
		font-size: 20px;
	}
	#sec01 .fl dl {
		padding: 15px 2%;
	}
	#sec01 .fl dl dd {
		margin-top: 10px;
	}
	#sec01 .fl dl dd br {
		display: none;
	}
	#sec01 .question dl dt {
		font-size: 18px;
		padding-left: 30px;
		letter-spacing: inherit;
	}
	#sec01 .question dl dt:before {
		width: 20px;
		height: 20px;
		top: 6px;
		margin-top: 0;
	}
	#sec01 .question dl dd {
		margin-top: 10px;
	}
	#sec01 .question dl dd.left {
    float: none;
    width: 100%;
}
#sec01 .question dl dd.photo {
    float: none;
	width: 100%;
}
	#sec02 .item {
		margin-top: 15px;
	}
	#sec04 .box {
		border-width: 3px;
		padding: 15px 10px;
		margin-top: 15px;
	}
	#sec04 .box .titleInfo {
		letter-spacing: 0;
		padding: 5px 0;
		border-width: 2px;
	}
	#sec04 .box .txt1 {
		margin-top: 10px;
	}
	#sec04 .box .tel_info {
	    margin: 10px auto 5px;
		width: 70%;
	}
	#sec04 .box .box_btn {
		margin-top: 10px;
	}
	#sec04 .box .box_btn a {
		font-size: 20px;
		width: 100%;
		padding: 10px 0;
	}
	#sec04 .box .box_btn a img {
		margin-left: 10px;
	}
}