﻿@charset "utf-8";
/* CSS Document */
.login-sub-title {
  color: #333;
  font-size: 24px;
  padding-top: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-sub-title__text {
  margin: 0 16px;
}
.login-sub-title__left {
  width: 100px;
  height: 1px;
  background-image: linear-gradient(to right, rgba(186, 186, 186, 0), rgba(186, 186, 186, 1) 50%);
}
.login-sub-title__right {
  width: 100px;
  height: 1px;
  background-image: linear-gradient(to left, rgba(186, 186, 186, 0), rgba(186, 186, 186, 1) 50%);
}

.pd-feature__item {
  display:inline-block;
  flex-direction:column;
  width: 48%;
  margin-bottom: 58px;
  margin-left: 10px;
}
.pd-box{float:left; width:25%; margin-top:50px; margin-bottom:50px; text-align:center;}
.pdtd-box{float:left; width:50%; height:150px; text-align:left; color:#333; font-size:18px}
.pdtd-titleicon{font-size: 20px; color: #1972ec; margin-right:20px}
.pdtd-remark{ padding-left:45px;text-align:left; margin-top:20px; color:#666; font-size:16px}
.apptd-box{float:left; width:33%; height:150px; text-align:left; color:#333; font-size:18px}
.fa-box{float:left; width:25%; margin-top:20px; margin-bottom:20px; text-align:center;}
.fa-titleicon{font-size: 20px;}
.fapd-box {
    float: left;
    width: 540px;
    height: 440px;
    text-align: left;
    margin-right:10px;
    margin-left:10px;
    color: #333;
    font-size: 18px;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#909090,direction=120,strength=4);
   -moz-box-shadow: 2px 2px 10px #909090;
   -webkit-box-shadow: 2px 2px 10px #909090;
   box-shadow:2px 2px 10px #909090;
   text-align:center;
   padding-top:50px;
}
.fayypd-leftbox {
    float: left;
    width: 60%;
    height: 368px;
    text-align: center;
    color: #333;
    font-size: 18px;
}
.fayypd-rightbox{float:left; width:40%; height:368px; text-align:left; color:#333; font-size:18px}
.facase-imgbox{float:left; width:50%; height:328px; text-align:left; color:#333; font-size:18px; overflow:hidden}
.facase-lefttxtbox{
	float: left;
	width: 50%;
	height: 328px;
	text-align: left;
	color: #666;
	font-size: 16px;
	position: relative;
	background-image: url(/static/img/arror.png);
	background-repeat: no-repeat;
	background-position: 4px center;
	transform: rotateY(180deg);
    margin:0 auto;
    display:table;
}
.facase-righttxtbox{
	float: left;
	width: 50%;
	height: 328px;
	text-align: left;
	color: #666;
	font-size: 16px;
	position: relative;
	background-image: url(/static/img/arror.png);
	background-repeat: no-repeat;
	background-position: 4px center;
    margin:0 auto;
    display:table;
}
.facase-righttxtboxdiv {
    display: table-cell;
    vertical-align: middle;
    padding-left:60px;
}
.facase-righttxtboxdiv2 {
    display: table-cell;
    vertical-align: middle;
    padding-right:60px;
    transform: rotateY(180deg);
    text-align:right;
}
.box1{
   float:left;
   position:relative;
   background: #F3F2E2 url(static/img/arror.png) no-repeat;
}
.box2{
   float:right;
   width:36px;
   height:30px;
   position:relative;
   background: #F3F2E2 url(static/img/arror.png) no-repeat;
}
.fabanner {
    text-align:left;
}
.fabanner img {
    -webkit-filter: brightness(30%); /*考虑浏览器兼容性：兼容 Chrome, Safari, Opera */
    filter: brightness(30%); /* 设置图片的亮度，使其看起来更亮或更暗。如果值是0%，图像会全黑；值是100%，则图像无变化；值是100%以上，则图像更亮*/
}
.fayybox
{
   filter:progid:DXImageTransform.Microsoft.Shadow(color=#909090,direction=120,strength=4);
   -moz-box-shadow: 2px 2px 10px #909090;
   -webkit-box-shadow: 2px 2px 10px #909090;
   box-shadow:2px 2px 10px #909090;
}
.fapdlist {
    font-size:20px;
    line-height:20px;
    padding-left:20px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #104998;
}
