/**************************************/
/*************[公用start]**************/
/**************************************/

@font-face{
	font-family:"font";
	src:url("/fonts/IMPERLN.TTF");
}
@font-face{
	font-family:"fontBold";
	src:url("/fonts/IMPERLB.TTF");
}


*{
	font-family:"font";
}

/*主站变灰*/
/*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;
}


body{
	overflow-x: hidden;
}



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>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]****************/
/**************************************/




/*header-start*/
/**************************************************************/

#header{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	padding-top: 45px;
}


.logo{
	width: 424px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}


.header-right{
	font-size: 18px;
	color: #fff;
	height: 51px;
	line-height: 51px;
}
.nav{
	margin-right: 18px;
}
.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	font-size: 18px;
	color: #fff;
	height: 51px;
	line-height: 51px;
	text-transform: uppercase;
	position: relative;
}
.nav>ul>li+li{
	margin-left: 30px;
}

.nav>ul>li>ul{
	position: absolute;
	left:50%;
	width: 130px;
	margin-left: -65px;
	top:100%;
	z-index: 600;
	background-color: #fff;
	display: none;
}

.nav>ul>li>ul>li>a{
	display: block;
	padding: 10px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 14px;
	color:#333;
	/*transition: .3s;*/
	text-align: center;

}
.nav>ul>li>ul>li>a:hover{
	background-color: #002876;
	color: #fff;
}

/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}

.banner{
	position: relative;
	z-index: 15;
}
.banner::before{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	background-repeat: repeat-x;
	background-position: center;
	height:287px;
	content:"";
	background-image: url(/enimages/top.png);
	z-index: 5;
}
.fafa .slides>li{
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	overflow: hidden;
	height: 716px;
}
.fafa .slides>li img{
	display: none;
	width: 100%;
}
.main{
	position: relative;
	z-index: 50;

}
.main::before{
	position: absolute;
	width: 100%;
	left: 0;
	top: -140px;
	content:"";
	height: 181px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(/enimages/main-bg.png);
}


.main1{
	/*background-color: #fff;*/
	padding: 0 0 60px;
	position: relative;
	z-index: 50;
}

.title-11 h1{
	margin:0;
	font-size: 34px;
	line-height: 1;
	color:#333;
	font-family: "fontBold";
	text-transform: uppercase;
}
.title-11 a.fr{
	font-size: 16px;
	color: #002876;
	margin-top: 6px;
}
.title-11 a.fr:hover{
	font-weight: bold;
}


.main1-div{
	margin-top: 35px;
}


.main1-1{
	width: 950px;
	margin-right: 30px;
}



.main1-1-item{
	width: 48%;
}

.main1-1-pic .imgbox_a{
	padding-bottom: 66.6%;
}


.main1-1-a{
	font-size: 18px;
	color: #333;
	line-height: 1.6;
	height: 3.2em;
	overflow: hidden;
	margin-top: 20px;
}

.main1-1-a a:hover{
 	color: #002876;
}
.main1-2{
	overflow: hidden;
}
.main1-2 dl{
	margin:0;
}

.main1-2 dd+dd{
	margin-top: 23px;
	padding-top: 23px;
	border-top: 1px solid #e3e3e3;
}
.main1-2 dd h1{
	margin:0;
	font-size: 18px;
	color: #666666;
}

.main2{
	background-image: url(/enimages/main2-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 95px;
	height: 323px;
}
.main2 .title-11 h1{
	color: #fff;
	line-height: 1.5;
}

.main3-1{
	width: 557px;
	margin-left: 48px;
}

.main3-1 .imgbox_a{
	padding-bottom: 67%;
}

.main3-2{
	overflow: hidden;
	padding-top: 12px;
	
}

.main3-2-p{
	font-size: 16px;
	color: #333;
	line-height: 1.8;
}

.main3-2-p a{
	color: #002876;
}
.main3-2-p a:hover{
	font-weight: bold;
}
.main3{
	background-color: #fff;
	padding-bottom: 70px;
}


.main4{
	background-color: #f4f8ff;
	padding: 60px 0;
}
.main4-list{
	margin-top: 55px;
}
.main4-list dl{
	margin:0;
	font-size: 0;
	line-height: normal;
	text-align: center;
}

.main4-list dd{
	display: inline-block;
	vertical-align: top;
}
.main4-list dd+dd{
	margin-left: 75px;
}
.main4-list dd>a{
	display: block;
	font-size: 16px;
	color: #333;
	text-align: center;
}
.main4-list dd>a img{
	display: block;
	margin:0 auto 12px;
	width: 82px;
}
.main4-list dd>a:hover{
	color: #002876;
}
/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	font-size: 16px;
	color: #fff;
	line-height: 2;
	text-align: center;
	background-color: #2d2d2d;
	padding: 40px 0;
}

#footer span{
	padding-left: 15px;
}
#footer  a:hover{
	text-decoration: underline;
}

/**************************************************************/
/*footer-over*/





/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/

#header-2{
	display: none;
	height: 75px;
	/*border-bottom:0px solid #035cac;*/
	box-shadow: 0 4px 8px -3px #000;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 1001;
	background-color: #002876;
	/*background-color: #0089d0;*/

}
.nav-2{
	display: none;
	background-color: #fff;
	position: relative;
	z-index:900;

}

.nav-2>ul>li{

	border-top: 1px dotted #ccc;
	position: relative;
}

.jiaspan{
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(/enimages/jia2.png);
	background-repeat: no-repeat;
	background-position: center ;
	top: 5px;

	right: 14px;
}
.jiaspan.cur{
	background-image: url(/enimages/jia2h.png);

}
.nav-2>ul>li:first-child{
	/*border-top: 0;*/
}
.nav-2>ul>li>a{

	padding:8px 10px;
	display: block;
	font-size: 16px;
	width: 100%;
	color:#333;
	text-transform: uppercase;

}
.nav-2>ul>li>ul{
	padding-bottom: 10px;
	display: none;
}
.nav-2>ul>li>ul>li>a{
	padding: 4px 10px;
	display: block;
	font-size: 14px;
	padding-left: 25px;
	width: 100%;
	color:#666;
}
/*.downla-2 {
	padding: 5px 0 10px;
	display: none;
}
.downla-2 dd{
	padding-left: 30px;
}
.downla-2 dd a{
	font-size: 14px;
	display: inline-block;
	padding: 3px 0;
	width: auto;
}*/
/*.nav-2 li a:hover{
	color:#1a0d07;
}*/

.nav-2-form{
	padding: 10px;
	position: relative;
}
.nav-2-form input[type="image"]{
	position: absolute;
	right: 19px;
    top: 17px;
    width: 18px;

}

.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
   font-size: 0;
   width:300px;
   margin-left: 15px;
   margin-top:20px;
}

.logo-2 img{
	display: block;
	width: 100%;
}


.menu2{

	margin-right: 15px;
	height: 75px;
	font-size: 0;

}
.menu2 li{
	cursor:pointer ;
	margin-left: 15px;
	float: right;
	margin-top: 29px;
}
.menu2 li+li{
	margin-top: 21px;
}
.menu2 li img{
	/*vertical-align: middle;*/


}

.chenggao{
		display: none;
		height: 75px;
	}


#nav-2-heidi{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
	background-image: url(/enimages/heidi.png);
	display: none;

}




/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/




.danpian{
	
	margin-top: 30px;
}
.danpian-h1{
	font-size: 30px;
	line-height: 1.5;
	color:#333;
	text-align: center;
	font-family: "fontBold";
	text-transform: uppercase;

}

.danpian-h2{
	font-size: 14px;
	line-height: 1.6;
	color:#999;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding: 10px 0 15px;

}

.danpian-con{
	font-size: 14px;
	color:#666;
	line-height: 2;
	padding: 20px 0 0px;
}
.danpian-con *{
	font-size: 16px!important;
	line-height: 2!important;
	color: #666;
}

.danpian-con img{
	display: block;
	margin:15px auto;
}

.erji{
	padding-bottom: 60px;
	position: relative;
	z-index: 50;
}
.erji-list .main1-2{
	margin-top: 50px;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 22px;
}
.erji-list .main1-1-a{
	height: auto;
}

.fenye{
	margin-top: 50px;
	text-align: center;
	
}

.fenye ul{
	margin:0;
}
.erji-nav{
	padding-top: 25px;
}
.erji-nav dl{
	margin:0;
}

.erji-nav dd{
	float: left;
	margin-right: 10px;
}

.erji-nav dd>a{
	display: block;
	padding: 10px 15px;
	font-size: 16px;
	color: #333;
}
.erji-nav dd>a:hover{
	color: #002876;
}
.erji-nav dd.cur>a{
	background-color: #002876;
	color:#fff!important;
}

.laoshi dl{
	margin:0;
	margin-left: -2%;
	margin-top: -2%;
}

.laoshi  dd{
	float: left;
	width: 23%;
	margin-left: 2%;
	margin-top: 2%;
}

.laoshi  dd>a{
	display: block;
	padding: 20px;
  background-color: #ffffff;
  border-radius: 4px;
  transition: box-shadow .5s;
}

.laoshi  dd>a:hover {
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.06);
}
.laoshi-pic{
	width: 90%;
	max-width: 200px;
	margin:0 auto;
}
.laoshi-pic .imgbox_a{
	padding-bottom: 150%;
	border-radius: 100%;
}

.laoshi dd>a h1{
	margin:0;
	font-size: 16px;
	color:#333;
	text-align: center;
	margin-top: 20px;
line-height:1.5
}

.sanji-wp{
	margin-top: 35px;
}

.sanji-menu{
	width: 200px;
}
.sanji-menu dl{
	margin:0;
}
.sanji-menu dd{
	border-bottom: 1px solid #ddd;
	padding: 10px;
	line-height: 1.5;
}
.sanji-menu dd a{
	font-size: 14px;
	color: #333;
padding: 10px;
	line-height: 1.5;
display:block;
}
.sanji-menu dd a:hover{
	color: #002876;
}
.sanji-menu dd.cur a{
    background-color: #002876;
    color: #fff!important;
}

.sanji-div{
	width: 1150px;
}