
/* 轮播图 */
.pc_imgBox {
	display: block;
	height: 420px;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.m_imgBox {
	display: block;
	width: 100%;
}

.m_imgBox img {
	display: block;
	width: 100%;
}
.carousel-indicators{
	bottom: 10px;
}

.carousel-indicators li{
	margin: 0 4px;
}



/* section-01 */
.section-01 .content{
	background: url(../images/bg-01.jpg) right bottom no-repeat;
	background-size: contain;
	position: relative;
}
.section-01 .content ul li{
	font-size: 22px;
	margin-bottom: 20px;
}
.section-01 .content ul li:last-child{
	margin-bottom: 0;
}
.section-01 .content ul li span{
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #286aff;
	color: #FFFFFF;
	font-size: 24px;
	text-align: center;
	margin-right: 10px;
}

/* section-02 */
.section-02{
	background-color: #F6F6F6;
}
.section-02 .box{
	text-align: center;
	background-color: #FFFFFF;
	padding: 30px 0;
	transition: all 300ms;
	position: relative;
}
.section-02 .box::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 3px;
	background-color: #286AFF;
	transition: all 500ms;
}
.section-02 .box i{
	display: inline-block;
	width: 64px;
	height: 64px;
}
.section-02 .box i img{
	width: 100%;
}
.section-02 .box p{
	margin-bottom: 0;
	color: #959595;
}

.section-03{
	background-color: #0055db;
}
.section-03 .box{
	padding: 20px;
	background-color: #FFFFFF;
	border-radius: 10px;
	text-align: center;
}
.section-03 .box::after{
	content: "";
	display: table;
	clear: both;
}
.section-03 .box .pic{
}
.section-03 .box .pic img{
	width: 120px;
	height: 120px;
}
.section-03 .box .text{
	min-height: 80px;
	line-height: 80px;
}
.section-03 .box .text p{
	display: inline-block;
	vertical-align: middle;
	line-height: 26px;
	margin-bottom: 0;
}
.section-03 .box{
	margin-bottom: 30px;
}

/* section-04 */
.section-04 .box{
	text-align: center;
	background-color: #F9F9F9;
	border: solid 1px #f0f0f0;
}
.section-04 .box .top-title{
	height: 180px;
	line-height: 180px;
}
.section-04 .box-01 .top-title{
	background: url(../images/title-bg-01.jpg) no-repeat;
}
.section-04 .box-02 .top-title{
	background: url(../images/title-bg-02.jpg) no-repeat;
}
.section-04 .box-03 .top-title{
	background: url(../images/title-bg-03.jpg) no-repeat;
}
.section-04 .box .top-title{
	background-size: cover;
}
.section-04 .box .top-title h3{
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	line-height: 30px;
	color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 0;
}
.section-04 .box .text{
	padding: 20px;
}
.section-04 .box .text p{
	font-size: 18px;
	margin-bottom: 0;
	color: #313131;
}
.section-04 .box .text span{
	display: block;
	font-size: 16px;
	color: #959595;
	margin-top: 5px;
}
.section-04 .box .text a{
	display: inline-block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #FFFFFF;
	background-color: #ff9703;
	margin-top: 20px;
}

/* section-05 */
.section-05{
	background-color: #F5F5F5;
}
.section-05 .box{
	text-align: center;
	margin-bottom: 50px;
}
.section-05 .box h3{
	color: #313131;
}
.section-05 .box a{
	display: inline-block;
	width: 80%;
	height: 40px;
	line-height: 40px;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	background-color: #ff9703;
}


/* section-06 */
.section-06 .box{
	text-align: center;
}
.section-06 .box i{
	display: inline-block;
	max-width: 136px;
	max-height: 136px;
}

/* section-07 */
.section-07{
	background-color: #eeeeee;
}
.section-07 h3{
	text-align: center;
	margin-top: 0;
	margin-bottom: 20px;
}
.section-07 .formBox{
	max-height: 500px;
	background-color: #286AFF;
	padding: 30px;
}
.section-07 .formBox h3{
	color: #FFFFFF;
}
.section-07 .formBox .form-group{
	line-height: 40px;
}
.section-07 .formBox .form-group label{
	padding-top: 0;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
}
.section-07 .formBox .form-group select,.section-07 .formBox .form-group input{
	width: 100%;
	border: none;
	height: 40px;
	padding: 0 15px;
}
.section-07 .formBox .form-group .btn{
	width: 100%;
	height: 50px;
	font-size: 22px;
	background-color: #ff9703;
	color: #FFFFFF;
	border-radius: 0;
}

.section-07 .tableBox{
	max-height: 500px;
	padding: 30px;
	background-color: #ffffff;
}
.section-07 .tableBox h3 span{
	color: #0487ea;
}
.section-07 .tableBox .table-th{
	border-bottom: solid 1px #E5E5E5;
}
.section-07 .tableBox .table-th span{
	float: left;
	width: 25%;
	text-align: center;
	font-size: 18px;
}
.section-07 .tableBox .table-body span{
	float: left;
	width: 25%;
	text-align: center;
}
.section-07 .tableBox .table-body li{
	height: 50px;
	line-height: 50px;
}
.section-07 .tableBox .table-body li:hover span{
	color: #de3232;
}

/* section-08 */
.section-08{
	background: url(../images/bg-02.jpg) no-repeat;
	background-size: cover;
}
.section-08 .box{
	min-height: 160px;
	background-color: #FFFFFF;
	border: solid 1px #e5e5e5;
	padding: 20px;
	margin-bottom: 30px;
}
.section-08 .box>div>span{
	float: left;
	width: 24px;
	height: 24px;
	line-height: 24px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-radius: 4px;
	margin-right: 10px;
}
.section-08 .box .problem span{
	background-color: #ff9703;
}
.section-08 .box .problem h4{
	float: left;
	max-width: 86%;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 0;
}
.section-08 .box .answer span{
	background-color: #286aff;
}
.section-08 .box .answer{
	margin-top: 15px;
}
.section-08 .box .answer p{
	float: left;
	max-width: 86%;
	color: #959595;
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.section-08 .more{
	text-align: center;
	display: table;
	width: 100%;
	padding: 0;
}
.section-08 .more a{
	display: table-cell;
	font-size: 30px;
	font-weight: bold;
	color: #535353;
	vertical-align: middle;
}


/* section-news */
.section-news .box {
	background-color: #fdfdfd;
	border: solid 1px #E5E5E5;
}

.section-news .box .text {
	padding: 20px;
}

.section-news .box h3 {
	margin-top: 0;
	font-weight: bold;
	color: #595959;
	border-bottom: solid 1px #E5E5E5;
	padding-bottom: 10px;
}

.section-news .box h3 a {
  float: right;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #797979;
	padding-top: 4px;
	transition: all 300ms;
}

.section-news .box h3 a:hover {
	color: #1976e9;
	transform: translateX(3px);
}

.section-news .box ul li {
	height: 30px;
	line-height: 30px;
	position: relative;
}

.section-news .box ul li a::before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	background-color: #19466d;
	margin-right: 8px;
	margin-bottom: 4px;
}

.section-news .box ul li a {
	display: block;
	max-width: 84%;
	color: #19466d;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 300ms;
}

.section-news .box ul li a:hover {
	color: #1976e9;
	text-decoration: underline;
}

.section-news .box ul li a:hover::before {
	background-color: #1976e9;
}

.section-news .box ul li .date {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	color: #959595;
}

@media (max-width: 768px) {
	/* xs */
	.section-01 .content{
		background: none;
	}
	.section-01 .content::after{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background: url(../images/bg-01.jpg)  right bottom no-repeat;
		background-size: contain;
		opacity: 0.3;
		z-index: -1;
	}
	.section-01 .content ul li{
		font-size: 14px;
	}
	.section-01 .content ul li span{
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 14px;
	}
	.section-03 .box .text p{
		font-size: 14px;
	}
	.section-05 .box{
		margin-bottom: 30px;
	}
	.section-05 .box h3{
		font-size: 14px;
		margin-top: 10px;
		margin-bottom: 5px;
	}
	.section-05 .box a{
		width: 100%;
		font-size: 12px;
		height: 24px;
		line-height: 24px;
	}
	.section-06 .box i{
		display: inline-block;
		max-width: 100px;
		max-height: 100px;
	}
	.section-06 h3{
		font-size: 16px;
	}
	.section-06 p{
		font-size: 12px;
		min-height: 68px;
	}
	.section-07 .formBox,.section-07 .tableBox{
		max-height: none;
	}
	.section-08 .box{
		min-height: 230px;
	}
	.section-08 .box .problem h4{
		max-width: 100%;
	}
	.section-08 .box .answer p{
		max-width: 100%;
		margin-top: 5px;
	}
	.section-08 .more a{
		font-size: 20px;
	}
	.section-08 .more a i{
		display: block;
	}
  .section-news .box{
    margin-bottom: 20px;
  }
  .section-news .box.last{
    margin-bottom: 0;
  }
}

@media (max-width: 992px) {
  /* xs-sm */
	.section-02 .row>div{
		margin-bottom: 20px;
	}
	.section-02 .box i{
		width: 48px;
		height: 48px;
	}
	.section-03 .box .pic img{
		width: 90px;
		height: 90px;
	}
	
	.section-03 .box{
		padding: 20px 0;
	}
	
	.section-04 .box{
		margin-bottom: 20px;
	}
}

@media (min-width: 769px) and (max-width: 992px){
	/* sm */
	.section-03 .box .text p{
		font-size: 20px;
	}
	.section-05 .box h3{
		font-size: 20px;
	}
	.section-05 .box a{
		width: 80%;
		font-size: 14px;
		height: 30px;
		line-height: 30px;
	}
	.section-06 p{
		font-size: 12px;
		min-height: 40px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	/* md */
	.section-03 .box .text p{
		font-size: 22px;
	}
}

@media (max-width: 1200px) {
	/* xs-md */
	.section-07 .formBox .form-group label{
		font-size: 14px;
	}
}

@media (min-width: 992px) {
	/* md-lg */
	.col-1-5{
		width: 20%;
		float: left;
		padding-left: 15px;
		padding-right: 15px;
	}
	.section-02 .box:hover{
		transform: translateY(-4px);
		box-shadow: 0 2px 20px rgba(0,0,0,.1);
	}
	.section-02 .box:hover::after{
		width: 100%;
	}
}

@media (min-width: 1200px) {
	/*lg*/
	.section-01 .container{
		padding-left: 50px;
		padding-right: 50px;
	}
	
	.section-03 .box .pic{
		float: left;
	}
	.section-03 .box .text{
		float: left;
		height: 120px;
		margin-left: 20px;
		display:table;
		text-align: left;
	}
	.section-03 .box .text p{
		font-size: 24px;
		display: table-cell;
		vertical-align: middle;
	}
}

