/**************************************/
/*************[公用start]**************/
/**************************************/
@font-face{
	font-family:"PFH";
	src:url("../fonts/PINGFANG HEAVY.TTF");
}
@font-face{
	font-family:"PFB";
	src:url("../fonts/PINGFANG BOLD.TTF");
}
@font-face{
	font-family:"PFR";
	src:url("../fonts/PINGFANG REGULAR.TTF");
}
*{
	font-family:"Microsoft Yahei"!important;
}
/*主站变灰*/
/*html {
-webkit-filter:grayscale(100%);
-moz-filter:grayscale(100%);
-ms-filter:grayscale(100%);
-o-filter:grayscale(100%);
filter:grayscale(100%);
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)
}
* {
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: gray;
}*/
/*主站变灰*/

/*淘宝变灰*/
/* body, html {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    }*/

/*淘宝变灰*/

/*百度百科變灰*/


/*body.memorial>* {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(1)
}
*/


/*百度百科變灰*/
div.clear{
	clear: both;
	height: 0;
	width: 0;
}




a{
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}

img{
	border:0;
	max-width: 100%;
}


div.wp{
	width: 1200px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.tran{
	transition: all .3s ease-out 0s;
}
.tver{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}



/*图片中心放大代码区域*/

.img-box{/*图片盒子类名*/

	overflow: hidden;
}

.img-box img{
	transition: .3s;
	width: 100%;
	max-width: 100%;
}

.img-box:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/*图片中心放大代码区域*/


.imgbox_a{
	position:relative;
	padding-bottom: 100%;
	overflow:hidden;
	display: block;
}

.imgbox_a_bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.imgbox_hover:hover> .imgbox_a_bg{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.imgbox_a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%!important;
	height: 100%!important;
}
.imgbox_hover>img{
	/* ueco 时间曲线*/
	/*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;

}
.imgbox_hover:hover>img{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/**************************************/
/************[公用over]****************/
/**************************************/



.ai-top{
	padding-top: 16px;
	/*height: 354px;*/
}

.logo{
	width: 222px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}

.language{
	font-size: 16px;
	color: #0d5eb1;
	margin-top: 33px;
}

.language img{
	margin-top: -3px;
	margin-right: 9px;
}

.language a{
	font-family: 'Arial';
	white-space: nowrap;
}
.language a:hover{
	font-weight: bold;
}

.ai-top2{
	padding-top: 60px;
	text-align: center;
}

.ai-top2-h1{
	font-size: 60px;
	color: #222;
	line-height: 1;
	font-family: "PFH";
}
.ai-top2-h1 span{
	background-color: #0d5eb1;
	font-size: 12px;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	padding: 7px 20px;
	border-radius: 999em;
	margin-left: 15px;
}

.ai-top2-h2{
	font-size: 18px;
	color: #222;
	line-height: 1.5;
	margin-top: 18px;
}

.ai-bottom{
	padding: 45px 0 85px;
}

.ai-bottom-form{
	position: relative;
	padding-right: 206px;
}
.ai-bottom-form input:focus{
	outline: none;
}
.ai-bottom-form input[type="text"]{
	display: block;
	width: 100%;
	height: 73px;
	resize: none;
	font-size: 18px;
	color: #333;
	/*font-family: "PFH";*/
	text-align: center;
	line-height: 1.8;
	padding: 15px 25px;
	border:1px solid #7ca6fe;
	border-radius: 999em;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.ai-bottom-form input.tjBtn{
	position: absolute;
	width: 141px;
	height: 50px;
	right: 44px;
	top: 12px;
	z-index: 30;
	background-image: url(../images/ai-btnBg.png);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	border:0;
	background-color: transparent;
	font-size: 18px;
	color: #fff;
	font-family:"PFH";
	border-radius: 999em;
	transition: box-shadow .3s;
}
.ai-bottom-form input.tjBtn:hover{
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);

}
.ai-dd-pic .imgbox_a{
	padding-bottom: 49.74%;
}

.ai-bottom-list dl{
	margin:0;
	margin-left:-3%;
}

.ai-bottom-list dd{
	float: left;
	width: 30.3333%;
	margin-left: 3%;
	margin-top: 3%;
}

.ai-dd-item{
	display: block;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
	background-color: rgba(243,243,243,0.5);
	border-radius: 6px;
	overflow: hidden;
}
.ai-dd-con{
    background-color: #ffffff;
	padding: 25px 30px;
}

.ai-dd-h1{
	font-size: 18px;
	color: #222;
	line-height: 1;
	padding-bottom:15px;
	border-bottom: 1px solid #cadaeb;
	font-weight: 600;
    text-align: center;
}
.ai-dd-h1 a{
	font-family: "PFH";

}
.ai-dd-item:hover .ai-dd-h1{
	color: #0d5eb1;
}
.ai-dd-p{
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	height: 5.4em;
	overflow: hidden;
	margin-top: 10px;
}

.ai-menu{
	position: fixed;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width:188px;
	z-index: 900;
}
.ai-menu-dl{
	width: 94px;
	float: left;
}

.ai-menu-h1{
	font-size: 16px;
	color: #fff;
	font-family: PFH;
	height: 49px;
	line-height: 49px;
	background-image: linear-gradient(to right, #0e61b5 , #218cfa);
	text-align: center;
}

.ai-menu-dl dl{
	margin:0;
	position: relative;
	border-top: 1px solid #e5e5e5;
}
.ai-menu-dl dl::after{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	background-color: #e5e5e5;
	content:"";
	z-index: 1;
}
.ai-menu-dl dd{
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	position: relative;
	z-index: 15;
}
.ai-menu-dl dd>a{
	display: block;
	padding: 12px 3px;
	font-size: 14px;
	color: #333;
	text-align: center;
	line-height: 1.5;
	background-color: #fff;
}

.ai-menu-dl dd>a img{
	display: block;
	width: 45px;
	margin:0 auto 5px;
}
.ai-menu-dl dd>a img.imgCur{
	display: none;
}
.ai-menu-dl dd>a:hover{
	background-color: #0d5eb1;
	color: #fff;
}

.ai-menu-dl dd>a:hover img{display: none;}
.ai-menu-dl dd>a:hover img.imgCur{display: block;}

.ai-menu-dl dd>a span{
	display: block;
	line-height: 1.4;
	height: 2.8em;
}



#totop{
	display: block;
	font-size: 14px;
	color: #fff;
	text-align: center;
	height: 80px;
	background-color: #0d5eb1;
	line-height: 1;
	padding-top: 18px;
	display: none;
}
#totop:hover{
	font-family: "PFH";
}
#totop img{
	display: block;
	margin:0 auto 10px;
}

#totop.cur{
	display: block;
}


.ai-dh{
	position: relative;
	height: 100vh;
}

.ai-dh .ai-top{
	background-image: none;
	height: 109px;
}

.ai-dh .ai-bottom{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 30;
}

.ai-dh-div{
	position: absolute;
	width: 100%;
	top: 110px;
	bottom: 203px;
	overflow-y: auto;
	padding: 20px;
}


.ai-dh-div::-webkit-scrollbar {
    width: 5px;
}
.ai-dh-div::-webkit-scrollbar-thumb {
    width: 5px;
    border-radius: 5px;
    background-color: #0d5eb1;
}
.ai-dh-div::-webkit-scrollbar-track {
    width: 5px;
    border-radius:5px;
}


.ai-dh-item{
	font-size: 0;
	position: relative;
	min-height: 52px;
}
.ai-dh-item+.ai-dh-item{
	margin-top: 20px;
}

.itemKf-ico{
	position: absolute;
	right: 0;
	top: 0;
	width: 35px;
	height: 52px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/kf.png);
}

.ai-dh-itemYh{
	padding-right: 35px;
	padding-left: 70px;
}

.ai-dh-item-con{
	display: inline-block;
	max-width: 100%;
	vertical-align: top;
	font-size: 16px;
	color: #333;
	font-family: "PFH";
	line-height: 30px;
	padding: 10px 20px;
	text-align: left;
	border:1px solid #bdd2fe;
	border-radius:8px;
	background-color:rgba(255,255,255,0.5);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.ai-dh-item-con p{margin:0;}
.ai-dh-itemYh{
	text-align: right;
}
.ai-dh-itemKf{
	padding-right:70px;
}


.ai{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow-x: hidden;
	overflow-y: auto
}

.ai-bq{

	background-color: #0d5eb1;
	font-size: 14px;
	color: #fff;
	line-height: 1.8;
	padding: 16px 0;
	z-index: 50;
}


.ai-bq.judi{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}


.fenye ul{
	margin:0
}

.fenye{
	margin-bottom: 50px;
	text-align: center;
}