.main{
	background-color: #f6f7f8;
	padding: 5.2% 0;
	font-size: 16px;
	color: #333;
	position: relative;
}
.section{
	position: relative;
}
.main h1{
	font-size: 2.625em;
	color: #046ab1;
	font-weight: bold;
	margin-bottom: 5.8%;
	padding-left: 3%;
  	line-height: 1.429;
  	flex-shrink: 0;
}

.main .section h5{
	font-size: 1.25em;
	color: #046ab1;
	font-weight: bold;
	margin-bottom: 1.1em;
}
.main .section p{
	font-size: 1em;
	color: inherit;
	line-height: 1.75;
	margin-bottom: 0.625em;
}
.main .section p:last-child{
	margin-bottom: 0;
}
.main .section p.icon{
	padding-left: 2.125em;
}
.main .section p.icon.mb0{
	margin-bottom: 0;
}
.main .section p.icon.dot{
	margin-left: 2.125em;
}
.main .section p.icon img{
	width: 1.25em;
	margin-left: -2.125em;
	margin-right: 0.875em;
	vertical-align: middle;
}
.main .section p.dot{
	padding-left: 1em;
}
.main .section p.dot span{
	display: inline-block;
	width: 1em;
	text-align: center;
	color: #1c71a4;
	font-weight: bold;
	margin-left: -1em;
}
.section .contact{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #007bc1;
	height: 2em;
	line-height: calc(2em - 4px);
	border: 2px solid #007bc1;
	border-radius: 1em;
	text-align: center;
	padding: 0 1em;
}
.section .contact img{
	margin-left: 1em;
	background-repeat: no-repeat;
	background-image: url(../images/newsdetail_sec1_back_bg.png);
	background-size: 100% auto;
	background-position: center top;
	width: auto;
	height: 1em;
}
.section .contact span,.section .contact img{
	vertical-align: middle;
}
.section .more{
	border: 2px solid #007bc1;
	font-size: 14px;
	color: #007bc1;
	display: inline-block;
	height: 2em;
	line-height: calc(2em - 4px);
	padding: 0 1em;
	margin-right: 1.6em;
	border-radius: 1em;
}
.section .more span{
	vertical-align: middle;
}
.section .more .plus{
	position: relative;
	width: 1em;
	height: 1em;
	display: inline-block;
	vertical-align: middle;
	margin-left: 0.5em;
}
.section .more .plus .hor{
	height: 2px;
	width: 100%;
	background-color: #007bc1;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
}
.section .more .plus .ver{
	width: 2px;
	height: 100%;
	background-color: #007bc1;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1px;
}
.section .more.slidedown .plus .ver{
	opacity: 0;
}

.sec1{
	margin-bottom: 6.3%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-direction: row;
}
.sec1 .left{
	width: 49.6%;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-direction: column;
}
.sec1 .right{
	width: 50.4%;
}
.sec1 .left ul{
	padding: 6%;
	background-color: #fff;
	flex-grow: 1;
}
.sec1 li{
	margin-bottom: 5.66%;
}
.sec1 li:last-child{
	margin-bottom: 0;
}




.sec2{
	margin-bottom: 6.4%;
}
.sec2 li{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	-webkit-flex-wrap: wrap;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sec2 li:nth-child(odd){
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.sec2 li:nth-child(even){
	-webkit-flex-direction: row;
	flex-direction: row;
}
.sec2 li .text-box{
	width: 42.86%;
}
.sec2 li .img-box{
	width: 50%;
}
.sec2 li .slide-box{
	width: 100%;
	padding: 3.2% 0;
	display: none;
}



.section .qa-box{
	border-top: 1px solid #ddd;
	margin-top: 3.86%;
}
.section .qa-box li{
	border-bottom: 1px solid #ddd;
	padding: 2.86% 0;
	cursor: pointer;
}
.section .qa-box.default li{
	cursor: default;
}
.section .qa-box .slide-box{
	display: none;
	margin-top: 0.875em;
}
.section .qa-box .title{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: nowrap;
}
.section .qa-box .title p{
	margin-bottom: 0;
	flex-grow: 1;
}
.section .qa-box .btn{
	width: 0.625em;
	height: 0.625em;
	flex-shrink: 0;
	margin: 0 0.625em;
	position: relative;
}
.section .qa-box .btn div{
	background-color: #046ab1;
	position: absolute;
}
.section .qa-box .btn .hor{
	width: 100%;
	height: 0.125em;
	left: 0;
	top: 50%;
	margin-top: -0.0625em;
}
.section .qa-box .btn .ver{
	width: 0.125em;
	height: 100%;
	left: 50%;
	top: 0;
	margin-left: -0.0625em;
}
.section .qa-box li.slidedown .btn .ver{
	opacity: 0;
}
@media only screen and (min-width:1025px){
	.section .contact:hover{
		background-color: #007bc1;
		color: #fff;
	}
	.section .contact:hover img{
		background-position: center bottom;
	}
	.section .more:hover{
		background-color: #007bc1;
		color: #fff;
	}
	.section .more:hover .plus .hor,.section .more:hover .plus .ver{
		background-color: #fff;
	}
	.section .qa-box.default li{
		padding: 1.5% 0;
	}

}
@media only screen and (max-width:1440px){
	.main{
		font-size: 14px;
	}
}
@media only screen and (max-width:1024px){
	.main{
		padding: 2rem 0 2.5rem;
		font-size: 0.625rem;
	}
	.main h1{
		margin-bottom: 1.25rem;
		padding-left: 1rem;
		font-size: 1.3125rem;
	}


	.section .contact{
		font-size: 0.625rem;
		line-height: calc(2em - 2px);
		border: 1px solid #007bc1;
	}
	.section .more{
		border: 1px solid #007bc1;
		font-size: 0.625rem;
		line-height: calc(2em - 2px);
	}
	.section .more .plus .hor{
		height: 1px;
		margin-top: -0.5px;
	}
	.section .more .plus .ver{
		width: 1px;
		margin-left: -0.5px;
	}

	.sec1{
		margin-bottom: 5%;
		display: block;
	}
	.sec1 .left{
		width: 100%;
		display: block;
	}
	.sec1 .left ul{
		padding: 1.25rem 1rem 0.75rem;
	}
	.sec1 .right{
		width: 100%;
		padding: 0.75rem 1rem 1.25rem;
		background-color: #fff;
	}
	.sec1 li{
		margin-bottom: 0.5rem;
	}



	.sec2 li{
		-webkit-display: block;
		display: block;
		margin-bottom: 10%;
	}
	.sec2 li:last-child{
		margin-bottom: 0;
	}
	.sec2 li .text-box{
		width: 100%;
		margin-bottom: 5%;
	}
	.sec2 li:nth-child(odd) .text-box{
		padding-left: 0;
		padding-right: 0;
	}
	.sec2 li:nth-child(even) .text-box{
		padding-left: 0;
		padding-right: 0;
	}
	.sec2 li .img-box{
		width: 100%;
	}
	.sec2 li .slide-box{
		padding: 5% 0;
	}



	.section .qa-box{
		margin-top: 5%;
	}
	.section .qa-box li{
		padding: 5% 0;
	}
}





#pop-cover{
	background-color: rgba(0,0,0,0.4);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-display: none;
	-moz-display: none;
	-ms-display: none;
	-o-display: none;
	display: none;
	z-index: 99;
}
#pop-cover.active{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-moz-display: flex;
	-moz-align-items: center;
	-moz-justify-content: center;
	-ms-display: flex;
	-ms-align-items: center;
	-ms-justify-content: center;
	-o-display: flex;
	-o-align-items: center;
	-o-justify-content: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
#pop-cover .pop-box{
	background-color: #fff;
	width: 834px;
	position: relative;
	display: none;
}
#pop-cover .pop-box.active{
	display: block;
}
#pop-cover .pop-box .close img{
	position: absolute;
	right: 10px;
	top: 10px;
}
#pop-cover .pop-box .close.white img{
	position: absolute;
	left: 100%;
	top: 0;
	margin-left: 10px;
}
#pop-cover .pop-box.tip{
	text-align: center;
	padding: 6.666% 0;
}
#pop-cover .pop-box.tip .img{
	width: 7.674%;
}
#pop-cover .pop-box.tip p{
	font-size: 24px;
	color: #046ab1;
	line-height: 1.5;
	margin: 4.8% 0;
}
#pop-cover .pop-box.tip .back{
	display: inline-block;
	vertical-align: top;
	width: 11em;
	height: 3.5em;
	line-height: 3.5em;
	background-color: #046ab1;
	font-size: 16px;
	color: #fff;
	border-radius: 0.625em;
}
#pop-cover .pop-box.info{
	padding: 2% 3%;
}
#pop-cover .pop-box.info h5{
	font-size: 24px;
	color: #046ab1;
	font-weight: bold;
	margin-bottom: 5.117%;
}
#pop-cover .pop-box.info ul{
	padding-bottom: 2.63%;
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-display: flex;
	-moz-align-items: flex-start;
	-moz-justify-content: space-between;
	-moz-flex-direction: row;
	-moz-flex-wrap: wrap;
	-ms-display: flex;
	-ms-align-items: flex-start;
	-ms-justify-content: space-between;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
	-o-display: flex;
	-o-align-items: flex-start;
	-o-justify-content: space-between;
	-o-flex-direction: row;
	-o-flex-wrap: wrap;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
#pop-cover .pop-box.info li{
	width: 100%;
	margin-bottom: 2.78%;
	border: 1px solid #eee;
	border-radius: 0.625em;
	font-size: 16px;
	position: relative;
	overflow: hidden;
}
#pop-cover .pop-box.info li.half{
	width: 300px;
	max-width: 48%;
}
#pop-cover .pop-box.info li span{
	font-size: 0.75em;
	color: #046ab1;
	font-weight: bold;
	position: absolute;
	left: 3.5em;
	top: 1.125em;
}
#pop-cover .pop-box.info li img{
	width: auto;
	height: 1.25em;
	position: absolute;
	left: 1em;
	top: 0.875em;
}
#pop-cover .pop-box.info li input[type=text]{
	font-size: inherit;
	color: #666;
	height: 3em;
	line-height: 3em;
	width: 100%;
	padding-left: 3.5em;
	padding-right: 1em;
}
#pop-cover .pop-box.info li select{
	font-size: inherit;
	color: #666;
	height: 3em;
	line-height: 3em;
	width: 100%;
	padding-left: 3.5em;
	padding-right: 1em;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	background-repeat: no-repeat;
	background-image: url(../images/solutionlist_sec1_navslidedown.png);
	background-size: auto 20%;
	background-position: right 5% center;
}
#pop-cover .pop-box.info li .check-box{
	font-size: inherit;
	color: #666;
	line-height: 2em;
	width: 100%;
	padding-left: 8.5em;
	padding-right: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#pop-cover .pop-box.info li .check-box i{
	font-style: normal;
	margin-left: -5em;
	margin-right: 1em;
}
#pop-cover .pop-box.info li .check-box label{
	margin-right: 3em;
	display: inline-block;
	vertical-align: middle;
}
#pop-cover .pop-box.info li .check-box label:last-child{
	margin-right: 0;
}
#pop-cover .pop-box.info li .check-box label input[type=checkbox],#pop-cover .pop-box.info li .check-box label input[type=radio]{
	margin-right: 1em;
	vertical-align: baseline;
}
#pop-cover .pop-box.info li textarea{
	font-family: inherit;
	font-size: inherit;
	color: #666;
	height: 6em;
	line-height: 1.5em;
	width: 100%;
	padding-left: 3.5em;
	padding-right: 1em;
	padding-top: 0.875em;
	padding-bottom: 0.875em;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	resize: none;
}
#pop-cover .pop-box.info .submit{
	display: block;
	width: 11em;
	height: 3.5em;
	line-height: 3.5em;
	background-color: #046ab1;
	font-size: 16px;
	color: #fff;
	border-radius: 0.625em;
	margin: 0 auto;
	text-align: center;
}
#pop-cover .pop-box.video video{
	width: 100%;
	vertical-align: top;
}
@media only screen and (max-width:1440px){
	#pop-cover .pop-box.tip p{
		font-size: 21px;
	}
	#pop-cover .pop-box.tip .back{
		font-size: 14px;
	}
	#pop-cover .pop-box.info h5{
		font-size: 21px;
	}
	#pop-cover .pop-box.info li{
		font-size: 14px;
	}
	#pop-cover .pop-box.info .submit{
		font-size: 14px;
	}
}
@media only screen and (max-width:1024px){
	#pop-cover .pop-box .close img{
		right: 0.625rem;
		top: 0.625rem;
		width: 1rem;
	}
	#pop-cover .pop-box .close.white img{
		left: 50%;
		top: 100%;
		margin-left: -0.5rem;
		margin-top: 1rem;
	}
	#pop-cover .pop-box.tip p{
		font-size: 0.75rem;
	}
	#pop-cover .pop-box.tip .back{
		font-size: 0.625rem;
	}
	#pop-cover .pop-box.info{
		padding: 1.875rem 3.90625%;
	}
	#pop-cover .pop-box.info h5{
		font-size: 0.75rem;
	}
	#pop-cover .pop-box.info li{
		margin-bottom: 0.625rem;
		font-size: 0.625rem;
	}
	#pop-cover .pop-box.info li.half{
		width: 100%;
		max-width: 100%;
	}
	#pop-cover .pop-box.info .submit{
		font-size: 0.625rem;
	}
}