@charset "utf-8";
/*----------------------------------------
  Yoursite Style
----------------------------------------*/
#fao {
	overflow: hidden;
}
#fao .block-container{
	max-width: 1200px;
	width: 96%;
	margin: 0 auto;
	font-size: 16px;
	color: #4d4d4d;
	padding: 30px 0;
}
#fao *{
	box-sizing: border-box;
}
#fao img{
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}
#fao p{
	line-height: 1.6;
	margin-top: 5px;
}
#fao .inlinBlock{
	display: inline-block;
}
#fao .block-title{
	font-size: 1.625em;
	line-height: 1.5;
	color: #df7b03;
	border-bottom:1px solid #a9a9a9;
	padding-bottom: 10px;
	margin-bottom: 15px;
	text-align: center;
	letter-spacing: .5px;
}
#fao .block-title.alignLeft{
	text-align: left;
}
#fao .itemTitle{
	font-size: 1.125em;
	line-height: 1.4;
	color: #2165c5;
	font-weight: bold;
	margin: 0 auto;
}
#fao .border-radio{
	border-radius: 8px;
	overflow: hidden;
}
#fao .style-price{
	color: #df7b03;
	font-size: 1.375em;
	font-weight: bold;
}
#fao .block-btn{
	margin: 0 auto;
}
#fao .block-btn .btn{
	padding: 5px 10px;
	border-radius: 5px;
	line-height: 1.2;
	min-width: 200px;
	text-align: center;
	margin-top: 5px;
	position: relative;
}
#fao .block-btn .btn.fa-angle-double-right{
	padding-right: 30px;
	padding-left: 30px;
}
#fao .block-btn .btn.fa-angle-double-right:before{
	content: "\f101";
	position: absolute;
	right: 10px;
}
#fao .block-btn .btn:hover{
	text-decoration: none;
}
#fao .block-btn .btn-blue{
	background-color: #336893;
	color: #fff;
}
#fao .block-btn .btn-blue:hover{
	transition: .5s;
	background-color: #3a77a9;
	color: #fff;
}
#fao .block-btn .btn-blueDeep{
	background-color: #003e4c;
	color: #fff;
}
#fao .block-btn .btn-blueDeep:hover{
	transition: .5s;
	background-color: #0f7890;
	color: #fff;
}
#fao .btn-animation:hover{
    animation-name: btnHover;
    animation-duration: .5s;
    animation-fill-mode:forwards;
}
@keyframes btnHover{
    from{
        transform:translateY(0px);
    }
    to{
        transform:translateY(2px);
    }
}
#fao .fao-pointList-circle{
	margin-top: 2px;
}
#fao .fao-pointList-circle > li{
	padding-left: 12px;
	margin-bottom: 5px;
	line-height: 1.2;
	position: relative;
}
#fao .fao-pointList-circle > li:before{
	content: "●";
    position: absolute;
    left: 0px;
    top: 0px;
    transform: scale(0.7) translateY(-2px);
}
/** block bg **/
#fao .block-bg{
	background-color: #e0e0e0;
}
#fao .block-bg2{
	background-color: #ededed;
}
#fao .block-2Lists{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
#fao .block-2Lists .block-leftList{
	width: 46%;
	text-align: right;
}
#fao .block-2Lists .block-rightList{
	width: 48%;
	margin-left: 4%;
}
/** item **/
#fao .list-2,
#fao .list-4{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}
#fao .item{
	position: relative;
	margin-bottom: 20px;
}
#fao .list-2 .item{
	width: 49%;
}
#fao .list-4 .item{
	width: 24%;
	max-width: 273px;
}
/** pop **/
#fao .fao-pop{
	background-color: rgba(0,0,0,.7);
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 99;
	justify-content: center;
	align-items: center;
	display: none;
}
#fao.show .fao-pop{
	display: flex;
}
#fao .fao-popVideo{
	position: relative;
	width: 80%;
	padding: 40px;
	background-color: #000;
}
#fao .fao-popVideo .videoIframe{
	width: 100%;
}
#fao .fao-popVideo iframe {
      width: 100%;}
#fao .fao-popClose{
	color: #fff;
	font-size: 30px;
	position: absolute;
	top: 10px;
	right: 10px;
}
/** banner **/
#fao .fao-mainBanner{
	position: relative;
}
#fao .block-bannerImg{
	font-size: 19px;
	line-height: 1.4;
	position: relative;
	z-index: 1;
}
#fao .block-bannerImgBG{
	background: #020c19 url(css-img/fao_bannerBG.jpg) top center no-repeat;
	background-size: contain;
	padding-bottom: 45%;
	width: 100%;
}
#fao .block-bannerContnet{
	max-width: 1022px;
	position: relative;
}
#fao .block-bannerImg .block-bannerProduct{
	width: 44%;
	position: absolute;
	bottom: 0px;
	right: 5%;
}
#fao .block-bannerImg .block-bannerMsg{
	position: absolute;
	bottom: 0px;
	left: 5%;
	width: 44%;
	padding-bottom: 7%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: flex-start;
	align-items: flex-end;
}
#fao .block-bannerMsg .bannerBtn{
	border-radius: 10px;
	color: #fff;
	border:1px solid #fff;
	padding: 8px 30px 8px 18px;
	position: relative;
	margin: 2% 0;
	cursor: pointer;
}
#fao .block-bannerMsg .bannerBtn:before{
	position: absolute;
	right: 10px;
	top: 50%;
	font-size: 1.4em;
	transform: translateY(-50%);
}
#fao .block-bannerMsg .block-bannerTitle{
	font-size: 1.9em;
	color: #fff;
	line-height: 1.3;
	text-align: right;
	max-width: 255px;
	margin-left: 6%;
}
#fao .showVideo .block-bannerVideo{
	z-index: 2;
}
#fao .block-bannerVideo{
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 100%;
	background-color: #000;
	z-index: 0;
}
#fao .block-bannerVideo iframe{
	width: 100%;
	max-height: 100%;
}
/** menu **/
#fao .fao-menu{
	background-color: #336893;
	border-bottom: 3px solid #eba03b;
	color: #fff;
	font-size: 1.25em;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
#fao .fao-menu .item{
	width: 25%;
	margin: 0px;
	padding: 25px 10px;
	text-align: center;
	border-left: 2px solid #3a37b6;
}
#fao .fao-menu .item:hover{
    transition: .5s;
	background-color: #297bf4;
	color: #fff;
}
#fao .fao-menu .item:first-child{
	border-left: none;
}
/** topContainer **/
#fao .fao-topContainer .block-container{
	padding-bottom: 0px;
}
#fao .fao-topContainer .block-rightList{
	padding-bottom: 20px;
}
#fao .block-topSwiperLists{
	border-top: 3px solid #fff;
	margin-bottom: 30px;
	background-color: #333333;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	color: #fff;
}
#fao .block-topSwiperLists .block-swiperList{
	width: 33.3%;
	border-left: 1px solid #989898;
}
#fao .block-topSwiperLists .block-swiperList:first-child{
	border-left: none;
}
#fao .block-topSwiperLists .itemTitle{
	color: #fff;
	text-align: center;
	padding: 10px;
}
#fao .block-topSwiperLists .block-swiper{
	position: relative;
}
#fao .block-topSwiperLists .swiper-container{
	background: url(css-img/fao_productSwiper_BG.jpg) no-repeat;
	background-size: cover;
	padding: 20px 0 40px;
}
#fao .block-topSwiperLists .swiper-slide{
	text-align: center;
}
#fao .block-topSwiperLists .swiper-slide img{
	max-width: 70%;
}
#fao .block-topSwiperLists .swiper-pagination-bullet{
	background-color: #fff;
	width: 10px;
	height: 10px;
}
#fao .block-topSwiperLists .swiper-pagination-bullet-active{
	background-color: #fff;
}
#fao .block-topSwiperLists .swiper-button-next,
#fao .block-topSwiperLists .swiper-button-prev{
	top: 0px;
	bottom: 0px;
	height: 100%;
	width: 28px;
	margin: 0px;
	color: #fff;
	font-size: 2em;
	opacity: 0;
	transition: .5s;
}
#fao .block-swiper:hover .swiper-button-next,
#fao .block-swiper:hover .swiper-button-prev{
	opacity: 1;
}
#fao .block-swiper:hover .swiper-button-next.swiper-button-disabled,
#fao .block-swiper:hover .swiper-button-prev.swiper-button-disabled{
	opacity: .35;
}
#fao .block-topSwiperLists .swiper-button-next{
	right: 0px;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
	border-radius: 25px 0 0 25px;
}
#fao .block-topSwiperLists .swiper-button-next .fas{
	transform: translateX(20%);
}
#fao .block-topSwiperLists .swiper-button-prev{
	left: 0px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.2+100 */
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#33ffffff',GradientType=1 ); /* IE6-9 */

	border-radius: 0px 25px 25px 0px;
}
#fao .block-topSwiperLists .swiper-button-prev .fas{
	transform: translateX(-20%);
}
#fao .block-topSwiperLists .swiper-button-next:after,
#fao .block-topSwiperLists .swiper-container-rtl .swiper-button-prev:after,
#fao .block-topSwiperLists .swiper-button-prev:after, 
#fao .block-topSwiperLists .swiper-container-rtl .swiper-button-next:after{
	content: '';
}
/** icon **/
#fao .fao-iconContainer .item{
	border:4px solid #96c3ff;
	padding: 2% 2%;
	text-align: center;
}
#fao .fao-iconContainer .item p{
	max-width:  195px;
	margin: 0 auto;
}
/** video **/
#fao .fao-videoContainer .block-container{
	align-items: stretch;
}
#fao .fao-videoContainer .block-leftList{
	text-align: right;
}
#fao .fao-videoContainer .border-radio{
	display: inline-block;
	position: relative;
	line-height: 1px;
}
#fao .fao-videoContainer .video-ani{
	position: absolute;
	top: 0px;
	bottom:0px;
	width: 100%;
	background-color: rgba(0,0,0,.5);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
#fao .fao-videoContainer .video-ani{
	position: absolute;
	top: 0px;
	bottom:0px;
	width: 100%;
	background-color: rgba(0,0,0,.5);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .5s;
}
#fao .fao-videoContainer .video-ani:hover{
	background-color: rgba(0,0,0,0);
	transform: scale(1.1);
}
#fao .fao-videoContainer .block-rightList{
	margin-top: 10px;
	display: flex;
    flex-direction: column;
}
#fao .fao-videoContainer .block-rightList p{
	padding-bottom: 20px;
}
#fao .fao-softwareContainer .block-btn,
#fao .fao-videoContainer .block-btn{
	margin-top: auto;
    text-align: right;
    margin-right: initial;
    width: 100%;
}
/** software **/
#fao .block-softwareIconLists{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
#fao .block-softwareIconLists .item{
	width: 32%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#fao .block-softwareIconLists .item.bigItem{
	width: 34%;
}
#fao .block-softwareIconLists .itemTitle{
	line-height: 1.2;
	margin-bottom: 8px;
}
#fao .block-softwareIconLists .iconImg{
	width: 120px;
}
#fao .block-softwareIconLists .iconContent{
	width: calc(100% - 130px);
}
#fao .block-softwareTop{
	padding: 20px 0 30px;
	position: relative;
}
#fao .softwareTop-img{
	padding-bottom: 20px;
}
#fao .softwareTop-img .softwareTitle{
	width: 50%;
	padding-top: 2%;
	text-align: center;
}
#fao .softwareTop-img .softwareTitle img{
	width: 90%;
	max-width: 435px;
}
#fao .softwareTop-img .softwareImg{
	width: 50%;
	position: absolute;
	z-index: 1;
	right: 0px;
	top: 20px;
}
#fao .block-softwareTop .itemTitle{
	max-width: 560px;
	width: 100%;
	margin-left: 0px;
	position: relative;
	z-index: 2;
	color: #4d4d4d;
}
/** solution **/
#fao .fao-solutionContainer .block-solutionLists .item{
	
}
#fao .fao-solutionContainer .block-solutionLists p{
	position: absolute;
	background-color: rgba(0,0,0,.8);
	width: 100%;
	bottom: 0px;
	color: #fff;
	text-align: center;
	padding: 10px;
}
/** products **/
#fao .fao-productsContainer .productlistTitle{
	font-weight: bold;
	font-size: 1.125em;
	line-height: 1.4;
	color: #336893;
	margin: 30px 10px 20px;
}
#fao .block-productlist .item{
	background-color: #fff;
	padding: 20px;
	text-align: center;
	box-shadow: 0px 0px 4px 4px #e2e2e2;
	display: flex;
    flex-direction: column;
}
#fao .block-productlist .itemTitle{
	margin-top: 10px;
}
#fao .block-productlist .block-productItemAction{
	margin-top: auto;
}
/** appcation **/
#fao .block-appcationLists .item{
	background-color: #fff;
}
#fao .block-appcationContent{
	padding: 10px;
	text-align: center;
}
#fao .block-appcationContent .itemTitle{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}
#fao .block-appcationContent p{
	display: inline-block;
}

/** customization **/
#fao .fao-customizationContainer .block-title{
	margin-bottom: 0px;
}
#fao .block-customization{
	background: url(css-img/fao_customization_BG.jpg) left top no-repeat;
	background-size: auto 100%;
}
#fao .block-customization .block-container{
	display: flex;
	align-items: center;
	justify-content: center;
}
#fao .block-customizationImg{
	width: 65%;
}
#fao .block-customizationContent{
	width: 30%;
	min-width: 347px;
	margin-right: 0px;
}
#fao .block-customizationContent,
#fao .block-customization .itemTitle{
	color: #fff;
}
#fao .block-customization .block-customizationNumber{
	color: #12617c;
	border-radius: 10px;
	background-color: #d7dfe1;
	margin: 10px 0px;
	padding: 10px 0;
}
#fao .block-customizationNumber{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
#fao .block-customization .item{
	width: 30%;
	text-align: center;
	margin-bottom: 0px;
	border-left: 1px solid #3a7a90;
}
#fao .block-customization .item:first-child{
	width: 40%;
	border-left: none;
}
#fao .block-customization .customizationNumber{
	font-size: 2.25em;
	font-weight: bold;
}
#fao .block-customization .btn{
	font-size: 1.125em;
	padding: 12px 5px;
	width: 100%;
	border-radius: 10px;
}
@media screen and (max-width: 1200px) {

	#fao .block-customizationImg{
		width: calc(100% - 367px);
	}
}
@media screen and (max-width: 1000px) {

	#fao .block-softwareIconLists .iconImg{
		width: 35%;
	}
	#fao .block-softwareIconLists .iconContent{
		width: 64%;
	}
	#fao .block-bannerMsgT{
		min-width: initial;
		flex-flow:column;
	}
	#fao .block-bannerMsg .bannerBtn{
		margin-top: 2%;
	}
}
@media screen and (max-width: 900px) {
	#fao .block-softwareIconLists .item{
		text-align: center;
	}
	#fao .block-softwareIconLists .iconImg,
	#fao .block-softwareIconLists .iconContent{
		width: 100%;
	}
	#fao .block-softwareIconLists .iconImg{
		margin-bottom: 10px;
	}
	#fao .block-softwareIconLists .fao-pointList-circle{
		display: inline-block;
		text-align: left;
	}
}
@media screen and (max-width: 768px) {
	#fao .block-container{
		width: 90%;
	}
	#fao .list-4{
		max-width: 575px;
		margin: 0 auto;
	}
	#fao .list-4 .item{
		width: 49%;
		max-width: 273px;
	}
	#fao .block-2Lists .block-leftList,
	#fao .block-2Lists .block-rightList,
	#fao .block-topSwiperLists .block-swiperList{
		width: 100%;
	}
	#fao .block-2Lists .block-leftList{
		text-align: center;
	}
	#fao .block-2Lists .block-rightList{
		max-width: 470px;
		margin: 0 auto;
	}
	#fao .fao-topContainer .block-rightList{
		margin-top: -8%;
	}
	#fao .fao-videoContainer .block-leftList{
		padding-bottom: 20px;
	}
	#fao .block-softwareTop{
		padding: 20px 0 30px;
		position: relative;
	}
	#fao .softwareTop-img{
		padding-bottom: 10px;
	}
	#fao .softwareTop-img .softwareTitle{
		width: 100%;
		padding-top: 0;
		margin-top: -8%;
		text-align: center;
	}
	#fao .softwareTop-img .softwareTitle img{
		width: 100%;
	}
	#fao .softwareTop-img .softwareImg{
		width: 100%;
		padding-top: 20px;
		text-align: center;
		position: static;
	}
	#fao .block-softwareTop .itemTitle{
		margin-left: auto;
		text-align: center;
	}
	#fao .block-bannerMsg{
		align-items:flex-start;
	}
	#fao .block-bannerImg .block-bannerMsg{
		flex-direction:row;
	}
	#fao .block-bannerMsg .block-bannerTitle{
		text-align: left;
		font-size: 1.7em;
		margin-left: 0px;
	}
	#fao .block-bannerImgBG{
		background: #020c19 url(css-img/fao_bannerBG_s.jpg) top center no-repeat;
		background-size: contain;
		padding-bottom: 50%;
		width: 100%;
	}

	#fao .block-customization{
		background:#00587b url(css-img/fao_customization_BG_s.jpg) center top no-repeat;
		background-size: 100% auto;
		padding-top: 53%;
	}

	#fao .block-customizationImg{
		display: none;
	}
	#fao .block-customizationContent{
		width: 100%;
		min-width: 347px;
		margin-right: 0px;
	}
}
@media screen and (max-width: 580px) {
	#fao .block-container{
		font-size: 15px;
	}
	#fao .fao-menu .item{
		width: 100%;
		text-align: center;
		border-top: 1px solid #ccc;
		border-left: none;
		padding: 12px;
	}
	#fao .block-btn .btn{
		width: 100%;
		min-width: initial;
	}
	#fao .list-2{
		justify-content: center;
	}
	#fao .fao-productsContainer .productlistTitle{
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 10px;
	}
	#fao .list-2 .item{
		width: 95%;
		max-width: 400px;
	}
	#fao .list-4 .item{
		width: 49%;
	}
	#fao .block-softwareIconLists{
		display: block;
		width: 95%;
		max-width: 330px;
		margin: 0 auto;
	}
	#fao .block-softwareIconLists .item,
	#fao .block-softwareIconLists .item.bigItem{
		width: 95%;
		text-align: left;
	}
	#fao .block-softwareIconLists .iconImg{
		max-width: 120px;
		width: 40%;
	}
	#fao .block-softwareIconLists .iconContent{
		width: 57%;
	}
	#fao .block-softwareIconLists .iconImg{
		margin-bottom: 0px;
	}

	#fao .block-bannerContnet{
	    position: absolute;
	    top: 0px;
	    bottom: 0px;
	    width: 100%;
	}
	#fao .block-bannerImg .block-bannerMsg{
		position: absolute;
	    left: 5%;
	    width: 90%;
	    top: 0px;
	    align-content: space-between;
	}
	#fao .block-bannerMsg .block-bannerTitle{
		width: 100%;
		padding-top: 20px;
		max-width: initial;
	}
}
