/**************************************/
/*************[公用start]**************/
/**************************************/

/*主站变灰*/
/*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)
}
*/


/*百度百科變灰*/

@font-face{
	font-family:"bo";
	src:url("../fonts/BODONI-11-BOLD-2.otf");
}








body{
	overflow-x: hidden;
	overflow-y: auto!important;
	padding-right: 0!important;
}


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>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: relative;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #f7fafe;
	background-image: url(../images/header-bg.jpg);
}
.logo{
	/*width: 685px;*/
	margin-top: 30px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}


.header-right{
	width: 1143px;
}

/*.header-a{
	font-size: 14px;
	color:#fff;
	color:rgba(255,255,255,0.7);
	text-align: right;
	padding-top: 26px;
}
.header-a a:hover{
	color: #fff;
}*/
.nav{
	position: relative;
	margin-top: 16px;
}
.search{
	width:323px;
	margin-top: 20px;
	position: relative;
	margin-left: auto;
}

.search select{
    position: absolute;
    width: 100px;
    left: 1px;
    top: 1px;
    height: 38px;
	background-color:#ffffff;
	border:0;
	border-radius: 33px;
	font-size: 14px;
	padding: 0 10px;
}
.search input:focus,
.search select:focus{
	outline: none;
}

.search input[type="text"]{
	display: block;
	width: 100%;
	height: 40px;
	background-color:#ffffff;
	border:1px solid #326db3;
	border-radius: 33px;
	font-size: 14px;
	color: #333;
	line-height: 1.428571;
	padding:6px 41px 6px 21px;
	padding-left: 110px;
}

.search input[type="image"]{
	position: absolute;
	right:16px;
	top: 12px;
	width: 17px;
}
.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	width: 10%;
	text-align: center;
	position: relative;
}


.nav>ul>li>a{
	display: block;
	font-size: 20px;
	color:#333;
	height: 50px;
	line-height: 50px;
}
.nav>ul>li>a img{
	margin-top: -3px;
	margin-right:10px; 
}
.nav>ul>li:hover>a,.nav>ul>li.cur>a{
	color: #326db3;
}


.nav>ul>li>ul{
	position: absolute;
	left: 0px;
	right: 0px;
	top:100%;
	z-index: 600;
	display: none;
	background-color: #f7fafe;
}

.nav>ul>li>ul>li>a{
	display: block;
	padding: 10px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 16px;
	color:#333;
	text-align: center;

}


.nav>ul>li>ul>li>a:hover{
	background-color: #326db3;
	color:#fff;
}




.header-1-right{
	width: 478px;
	margin-top: 60px;
}

.header-a dl{
	margin:0;
	font-size: 0;
	text-align: right;
}

.header-a dd{
	/*float: left;*/
	display: inline-block;
}


.header-a dd+dd{
	padding-left: 30px;
	background-image: url(../images/dd.png);
	background-repeat: no-repeat;
	background-position: 13px 50%;
}
.header-a dd>a{
	font-size: 16px;
	color:#333;
	white-space: nowrap;
}
.header-a dd>a img{
	margin-top: -3px;
	margin-right: 10px;
}




/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}
.fafa .flex-control-nav{
	bottom: 50px;
	height: 0;
}
.fafa .flex-control-nav li{
	margin:0 12px;
}
.fafa .flex-control-paging li a{
	width: 8px;
	height: 8px;
}

.fafa .flex-control-paging li a.flex-active{
	width: 30px;
}

.main1{
	padding: 60px 0 50px;
}

.main1-1{
	width: 1123px;
}
.title-00{
	position: relative;
}
.title-00 h1{
	margin:0;
	font-size: 36px;
	color:#333;
	font-weight: bold;
}

.title-00 h1 span{
	font-family:"bo";
	font-size: 24px;
	color: #b6b6b6;
	text-transform: uppercase;
	font-weight: normal;
	padding-left: 12px;
}

.main-mm40{
	margin-top: 40px;
}

.main1-1-pic{
	width: 698px;
	margin-top: 13px;
	position: relative;
}
.main1-1-pic::before{
	position: absolute;
	width: 14px;
	height: 13px;
	content:"";
	background-image: url(../images/hj1.png);
	background-repeat: no-repeat;
	background-position: center;
	top: -13px;
	right: 0;
}
.main1-1-pic::after{
	position: absolute;
	width: 14px;
	height: 13px;
	content:"";
	background-image: url(../images/hj2.png);
	background-repeat: no-repeat;
	background-position: center;
	bottom: -13px;
	right: 0;
}
.main1-1-img .imgbox_a{
	padding-bottom: 66%;
}


.main1-1-h1{
	background-color: #326db3;
	padding: 27px 35px;
	padding-right: 125px;
	font-size: 18px;
	color:#fff;
}
.main1-1-h1 a:hover{
	font-weight: bold;
}

.fmain1 .flex-control-paging li a{
	width: 8px;
	height: 8px;
	background-image: url(../images/arrow-b2.png);
}
.fmain1 .flex-control-paging li a.flex-active{
	background-image: url(../images/arrow-b2-h.png);

}
.fmain1 .flex-control-nav{
	height: 0;
	bottom: 43px;
	text-align: right;
	padding-right: 37px;
}

.fmain1 .flex-control-nav li{margin:0;}
.fmain1 .flex-control-nav li+li{
	margin-left: 15px;
}


.main1-1-dl-wp{
	overflow: hidden;
	background-color: #f8f7fc;
	height: 566px;
	box-shadow: 0px 4px 12.61px 0.39px rgba(18, 34, 53, 0.3);
	padding: 45px 40px 0;
}

.tui1 h1{
	margin:0;
	font-size: 18px;
	color:#333;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}
.tui1 h1 a:hover{
	color: #326db3;
	font-weight: bold;
}

.tui1 h2{
	margin:0;
	font-size: 14px;
	color:#999999;
	padding-left: 28px;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../images/time.png);
	margin:15px 0 12px;
}
.tui1 p{
	margin:0;
	font-size: 14px;
	color:#666;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}

.main1-1-dl{
	border-top: 1px dashed #e4e4e5;
	margin-top: 35px;
}

.main1-1-dl dl{
	margin:0
}

.main1-1-dl dd{
	padding-top: 38px;
}

.main1-1-dl dd h1{
	margin:0;
	font-size: 18px;
	color:#333;
}
.main1-1-dl dd h1 a:hover{
	color: #326db3;
	font-weight: bold;
}
.main1-1-dl dd h2{
	margin:0;
	font-size: 14px;
	color:#999999;
	padding-left: 28px;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../images/time.png);
	margin:17px 0 0;
}

.main1 .more1{
	margin-top: 7px;
}

.main1-2{
	width: 420px;
}

.main1-2-div{
	background-color: #f8f7fc;
	height: 566px;
	box-shadow: 0px 4px 12.61px 0.39px rgba(18, 34, 53, 0.3);
	padding: 20px 30px 0;
	border-top: 5px solid #326db3;
}

.main1-2-dl dl{
	margin:0;
}

.main1-2-dl dd{
	padding: 24px 0;
}
.main1-2-dl dd+dd{
	border-top: 1px dashed #e2e2e3;
}

.main1-2-date{
	width:60px;
	margin-right: 35px;
	text-align: center;
	margin-top: 2px;
}

.main1-2-date h1{
	margin:0;
	font-size: 22px;
	color: #333;
	font-family: 'Georgia';
}
.main1-2-date h2{
	margin:0;
	font-size: 16px;
	color: #666666;
	font-family: 'Georgia';
	margin-top: 5px;
}

.main1-2-con{
	font-size: 18px;
	color:#333;
	line-height: 1.6;
	height: 3.2em;
	overflow: hidden;
}

.main1-2-con a:hover{
	color: #326db3;
	font-weight: bold;
	text-decoration: underline;
}

.main2{
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-image: url(../images/main2-bg.jpg);
	padding-bottom: 0!important;
}


.main2-1{
	width: 870px;
	position: relative;
	padding: 70px;
	padding-left: 0;
	z-index: 30;
}

.main2-1-div-box{
	position: relative;
	z-index: 30;
}

.main2-1-lan{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	background-image: url(../images/main2-1-lan.jpg);
	content:"";
	z-index: 10;
}
.main2-1-lan::before{
	position: absolute;
	width: 305px;
	height: 305px;
	background-size:100%;
	left: 0;
	bottom: 0;
	z-index: 5;
	background-image: url(../images/fflogo.png);
	content:"";
}

.main2-1-div-box .title-00 h1{
	color: #fff;
}
.main2-1-div-box .title-00 h1 span{
	color: #fff;
}

.main2-1 .more1 {
    margin-top: 40px;
}
.main2-1 .more1 a{
	color: #fff!important;
	background-image: url(../images/more1h.png);
}

.main2-1 .tui2-con h1 a{
	color: #fff!important;
}

.main2-1 .tui2-con h2{
	color: #fff;
	background-image: url(../images/time4.png);
}

.main2-1 .main3-list1 dd{color: #fff;background-image: url(../images/dddh.png);}
.main2-1 .main3-list1 dd a:hover {
    color: #fff;
}
.main2-1 .main3-list1 dd span.span_11{
	color: #fff;
}

.main2-1-div-con{
	display: none;
}

.main2-1-div-con:first-child{
	display: block;
}









.main2-2{
	width: 730px;
	margin-top: 85px;
	padding: 70px 40px 60px 60px;
	position: relative;
	z-index: 15;
	height: 613px;
}
.main2-2::after{
	position: absolute;
	right: 0;
	top: 0;
	left: -150px;
	bottom: 0;
	background-color: #e2ecf8;
	content:"";
	z-index: 10;
}
.main2-2-div-box{
	position: relative;
	z-index: 30;
}


.main2-2-date{
	width: 66px;
	height: 70px;
	background-image: url(../images/date.png);
	text-align: center;
	padding-top: 12px;
}

.main2-2-date h1{
	margin:0;
	font-size: 26px;
	font-weight: bold;
	color:#326db3;
	font-family: 'Georgia';
	line-height: 1;
}
.main2-2-date h2{
	margin:0;
	font-size: 12px;
	font-weight: bold;
	color:#fff;
	font-family: 'Georgia';
	line-height: 1;
	margin-top: 13px;
}

.main2-con{
	margin-top: 30px;
}
.main2-con h1{
	margin:0;
	font-size: 18px;
	color:#333;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
}

.main2-con h1 a:hover{
	font-weight: bold;
	color:#326db3;
	text-decoration: underline;
}
.main2-dl{
	padding-top: 15px;
}
.main2-dl dl{
	margin:0;
}

.main2-dl dd{
	font-size: 16px;
	color: #666;
	padding-left: 31px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	margin-top: 12px;
}

.main2-shui{
	margin-top: 40px;
}

.main2-shui-tou{
	width: 85px;
	margin-right: 25px;
	border:1px solid #356fb4;
	background-color: #fff;
	padding: 4px;
	border-radius: 50%;
}

.main2-shui-tou .imgbox_a{
	border-radius: 50%;
}


.main2-shui-con{
	overflow: hidden;
	padding-top: 18px;
}

.main2-shui-con h2{
	margin:0;
	font-size:16px;
	color:#326db3;
}
.main2-shui-con p{
	margin:0;
	font-size:16px;
	color:#666;
	margin-top: 10px;
}


.main2-2-list .owl-dots {
    text-align: right;
    position: absolute;
    right: 0;
    top: -65px;
    margin-top: 0;
}
.main2-2-list .owl-dots .owl-dot{
    margin:0;
}
.main2-2-list .owl-dots .owl-dot+.owl-dot{
	margin-left: 10px;
}
.main2-2-list .owl-dot span{
    width: 8px;
    height: 8px;
}

.main2-2-list .owl-dot.active span{
	width: 25px;
}



.main2-bottom{
	padding: 50px 0;
	position: relative;
}
.main2-bottom::after{
	position: absolute;
	width: 100%;
	left: 0;
	height: 1px;
	background-color: #e4e4e4;
	content:"";
	z-index: 1;
	bottom: 61px;
}
.main2-bottom .container{
	position: relative;
	z-index: 15;
}
.main2-time-list .item{
	padding-bottom: 25px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/gua.png);
}
.main2-time-list .item h1{
	margin:0;
	font-size: 70px;
	color:#326db3;
	font-family: 'Georgia';
	text-align: center;
	line-height: 1
}


.main2-time-con{
	margin:0;
	font-size: 16px;
	color:#666;
	text-align: center;
	line-height: 1.5;
	margin-top: 10px;
	height: 3em;
	overflow: hidden;
}







.main3{
	padding: 60px 0;
}

.main3-1{
	width: 670px;
	margin-right: 50px;
}
.tui2-pic{
	width: 230px;
	margin-right:35px; 
}
.tui2-pic .imgbox_a{
	padding-bottom: 66.52%;
}
.tui2-con{
	overflow: hidden;
	padding-top: 18px;
}
.tui2-con h1{
	margin:0;
	font-size: 18px;
	color: #333;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}
.tui2-con h1 a:hover{
	font-weight: bold;
	color:#326db3;
}

.tui2-con h2{
	margin:0;
	font-size: 14px;
	color:#999999;
	padding-left: 28px;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../images/time.png);
	margin-top: 28px;
}


.main3-list1 {
	padding-top: 15px;
}
.main3-list1  dl{
	margin:0;
}

.main3-list1  dd{
	position: relative;
	height: 20px;
	line-height: 20px;
	font-size: 18px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-right: 80px;
	padding-left: 23px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-image: url(../images/ddd.png);
	margin-top: 25px;
}

.main3-list1  dd a:hover{
	color: #326db3;
	font-weight: bold;
}


.main3-list1 dd span.span_11{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #999;
}

.main3-1 .more1{
	margin-top: 26px;
}





.main3-2{
	overflow: hidden;
}

.main3-list2 dl{
	margin:0;
	margin-left: -1%;
}

.main3-list2 dd{
	float: left;
	width: 32%;
	margin-left: 1%;
	position: relative;
}
.main3-list2 dd:first-child+dd+dd{
	margin-top: 1%;
}
.main3-list2 dd .imgbox_a{
	padding-bottom: 76.9%;
}
.main3-list2 dd:first-child .imgbox_a{
	padding-bottom: 76.1%;
}
.main3-list2 dd .imgbox_a::after{
	position: absolute;
	width: 100%;
	height: 147px;
	left: 0;
	bottom: 0;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/main3-2-yin2.png);
	content:"";
	z-index: 15;
}

.main3-fl{
	position: absolute;
	left: 20px;
	top: 20px;
	font-size: 16px;
	color:#fff;
	padding: 5px 15px;
	border-radius: 6px;
	z-index: 35;
}

.main3-list2 dd .imgbox_a h1{
	margin:0;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	font-size: 18px;
	color:#fff;
	padding: 0 20px 18px;
	z-index: 30;
}
.main3-list2 dd .imgbox_a:hover h1{
	font-weight: bold;
	text-decoration: underline;
}

.main3-list2 dd:first-child{
	width: 66%;
}


.main3-list2 dd:first-child .imgbox_a::after{
	height: 181px;
	background-image: url(../images/main3-2-yin1.png);
}


.main3-list2 dd:first-child .imgbox_a h1{
	padding-bottom: 30px;
}






/*.main3-list2 dd:first-child .imgbox_a{
	padding-bottom: 76.9%;
}*/
















.main4{
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/main4-bg.jpg);
	padding: 75px 0;
}

.main4 .title-00 h1{
	text-align: center;
	color: #d70101;
}

.main4 .title-00 h1 span{
	display: block;
	padding-left: 0;
	margin-top: 15px;
}

.title-00-dl{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -19px;
	width: 255px;
}

.title-00-dl dl{
	margin:0;
}

.title-00-dl dd{
	float: left;
	width: 115px;
	cursor: pointer;

}
.title-00-dl dd+dd{
	margin-left: 25px;
}


#title-00-dl1.title-00-dl dd a{
	border:1px solid #ffffff;
	color:#fff;
}

#title-00-dl1.title-00-dl dd a:hover {
	background-color: #fff;
	border-color: #fff;
	color:#326db3;
}


#title-00-dl2.title-00-dl dd a{
	border:1px solid #c0c0c0;
	color:#999999;
}

#title-00-dl2.title-00-dl dd a:hover{
	background-color: #d70101;
	border-color: #d70101;
	color:#fff;
}

.title-00-dl dd>a{
	display: block;
	height: 38px;
	line-height: 36px;
	text-align: center;

	border-radius: 999em;
}






.main4-pic .imgbox_a{
	padding-bottom: 66%;
}

.main4-con{
	margin-top: 30px;
}
.main4-con h1{
	margin:0;
	font-size: 18px;
	color: #333;
}
.main4-con h1 a:hover{
	font-weight: bold;
	color:#d70101;
	text-decoration: underline;
}
.main4-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	margin:15px 0;
}

.main4-con h2{
	margin:0;
	font-size: 14px;
	color:#999999;
	padding-left: 28px;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../images/time2.png);
}

.main4-div-wp{
	position: relative;
	overflow: hidden;
}

.main4-div{
	position: absolute;
	width: 100%;
	left: -1000%;
	top: 0;
	opacity: 0;
}

.main4-div.cur{
	position: relative;
	opacity: 1;
	left: 0;
}



/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{

}

.footer-1{
	background-color: #f8f7fc;
	padding: 25px 0;
}

.footer-1-div{
	height:45px;
	position: relative;
	padding-left: 150px;
}


.footer-1-title{
	position: absolute;
	width: 120px;
	left: 0;
	top: 0;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	color:#333;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-image: url(../images/tlt.png);
}

.footer-1-dl dl{
	margin:0;
	margin-left: -3%;

}

.footer-1-dl dd{
	float: left;
	width: 22%;
	margin-left: 3%;
}

.footer-1-dl dd .form-control{
	height: 45px;
	border-color:#fff;
	box-shadow:none!important;
}

.footer-2{
	background-repeat: no-repeat;
	background-position: 50%;
	background-image: url(../images/footer-2-bg.jpg);
	background-size: cover;
}

.footer-2-top{
	padding: 90px 0 100px;
}
.footer-2-top .container{
	position: relative;
}

.footer-2-top .container::before{
	position: absolute;
	width: 1px;
	background-color: #fff;
	opacity: 0.2;
	top: 0;
	height: 100%;
	right: 465px;
	content:"";
	display: block;
}
.lxwm{
	width: 395px;

}
.lxwm h1{
	margin:0;
	font-size: 24px;
	color:#fff;
}
.lxwm h1 span{
	padding-left: 20px;
	cursor: pointer;
	position: relative;
	display: inline-block;
}
.lxwm h1 img{
	margin-top: -3px;
}
.lxwm h1 span:hover .span_er{
	display: block;
}
.span_er{
	position: absolute;
	width: 70px;
	top: 50%;
	left: 65px;
	margin-top: -35px;
	display: none;
}
.span_er img{
	width: 100%;
	margin:0!important;
}






.lxwm dl{
	margin:0;
}

.lxwm dd{
	margin-top: 25px;
	font-size: 14px;
	color:#fff;
	line-height: 30px;
}
.lxwm dd span{
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.lxwm-con{
	overflow: hidden;
}

.foo-nav ul{
	margin:0;
}

.foo-nav li{
	float: left;
	text-align: center;
}

.foo-nav li+li{
	margin-left: 40px;
}
.foo-nav li h1{
	margin:0;
	font-size: 16px;
	color:#fff;
}

.foo-nav dl{
	margin:0;
	padding-top: 8px;
}
.foo-nav dd{
	margin-top: 15px;
}
.foo-nav dd a{
	font-size: 14px;
	color:#fff;
	opacity: 0.7;
	transition: opacity .3s;
}
.foo-nav dd a:hover{
	opacity: 1
}


.footer-2-bottom{
	padding: 25px 0;
	font-size: 14px;
	color:#fff;
	line-height: 1.8;
	border-top: 1px solid #64788e;
}
.footer-2-bottom a:hover{
	font-weight: bold;
}

/**************************************************************/
/*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: #fff;
	border-bottom: 1px dashed #ccc;

	/*background-color: #0089d0;*/
}
.nav-2{
	display: none;
	background-color: #fff;
	position: relative;
	z-index:900;
	max-height: calc(100vh - 75px);
	overflow-y: auto;
}
.nav-2>ul>li{
	border-top: 1px dashed #ccc;
	position: relative;
}
.jiaspan{
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(../images/jia2.png);
	background-repeat: no-repeat;
	background-position: center ;
	top: 5px;
	right: 14px;
}
.jiaspan.cur{
	background-image: url(../images/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;
	font-family: "anb";
	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:280px;
	margin-left: 15px;
	margin-top: 10px;
	/*opacity: 0;*/
}
.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(../images/heidi.png);
	display: none;
}


/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/



.banner-2{
	height:400px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}



.erji{
	padding: 0 0 70px;
	position: relative;
	z-index: 50;
}

.menu{
	width: 336px;
/*	margin-right: 64px;*/
}

.menu-bbs{
	padding: 50px 20px 150px 47px;
	background-image: url(../images/menu-bg.png);
	border-top-right-radius: 70px;
	position: relative;
	top: -84px;

}

.menu-bbs::after{
	position: absolute;
	width: 140px;
	height: 135px;
	right: 0;
	bottom: 0;
	content:"";
	background-image: url(../images/hui.png);
	background-repeat: no-repeat;
	background-position: center;
}
.menu-title{
	padding-left: 20px;
	border-left:2px solid #fff; 
}
.menu-title h1{
	margin:0;
	font-size: 32px;
	color:#fff;
	line-height: 1;
}

.menu-title h2{
	margin:0;
	font-size: 16px;
	color:#fff;
	text-transform: uppercase;
	margin-top: 10px;
}

.menu-dl{
	margin-top: 70px;
}

.menu-dl dl{
	margin:0;
}

.menu-dl dd+dd{
	margin-top: 45px;
}
.menu-dl dd{
	padding-left: 25px;
	position: relative;
}
.menu-dl dd::before{
	position: absolute;
	left: 0;
	width: 0;
	top: 50%;
	height: 1px;
	content:"";
	background-color: #fff;
}
.menu-dl dd>a{
	font-size: 18px;
	color:#fff;
	opacity: 0.5;
	transition: opacity .3s;
}
.menu-dl dd>a:hover{
	opacity: 1;
}
.menu-dl dd.cur>a{
	opacity: 1;

}
.menu-dl dd.cur{
	padding-left: 53px;
}
.menu-dl dd.cur::before{
	width: 40px;
}


.menu-bbs{
	top: -84px;
	width: 336px;
}
.menu-bbs.cur1{
	position: fixed;
	top: 0;
}

.menu-bbs.cur2{
	position: absolute;
	top:auto;
	bottom: 0;
	left: 0;
}

.erji .container{
	position: relative;
}











.erji-content{
	width: 1200px;
	padding-top: 40px;
}

.erji-title{
	border-bottom: 2px solid #e7e7e7;
}
.erji-title h1{
	margin:0;
	font-size: 28px;
	font-weight: bold;
	color:#326db3;
	padding-bottom: 15px;
}
.mianbaoxie dd{
	float: left;
	font-size: 14px;
	color: #999;
}
.mianbaoxie dd+dd{
	padding-left: 24px;
	background-repeat: no-repeat;
	background-position: 8px center;
	background-image: url(../images/mian2.png);
}
.mianbaoxie{
	background-repeat: no-repeat;
	background-position: 0px center;
	background-image: url(../images/mian1.png);
	padding-left: 20px;
	margin-top: 5px;
	
}
.mianbaoxie a:hover,.mianbaoxie span{
	color: #326db3;
}

.bodao_list dl{
	margin:0;
}

.bodao_list dd{
	margin-top: 48px;
	background-color: #f8f7fc;
	padding: 20px;
}

.bodao-pic{
	width: 180px;
	margin-right: 40px;
}

.bodao-pic .imgbox_a{
	padding-bottom: 136.67%;
}
.bodao-con{
	overflow: hidden;
	padding-top: 20px;
}

.bodao-con h1{
	margin:0;
	font-size: 14px;
	color:#666;
	padding-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
}

.bodao-con h1 span{
	font-weight: bold;
	color:#326db3;
	font-size: 20px;
	padding-right: 12px;
}

.bodao-con p{
	margin:0;
	font-size: 16px;
	color:#333;
	line-height: 2;
	height: 6em;
	overflow: hidden;
	margin: 15px 0 20px;
}

.more1 a{
	font-size: 20px;
	color: #999999;
	display: block;
	width: 95px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/more1.png);
	font-family:"bo";
}

.more1 a:hover{
	color: #326db3;
}

.fenye{
	margin-top: 50px;
	text-align: center;
}

.fenye ul{
	margin:0;
}
.jiaoshi-list{
	overflow: hidden;
}
.jiaoshi-list dl{
	margin:0;
	margin-left: -2%;
	margin-top: -2%;
}

.jiaoshi-list dd{
	float: left;
	width: 18%;
	margin-left: 2%;
	margin-top: 2%;
}

.erji-content-div{
	margin-top: 45px;
}

.jiaoshi-pic .imgbox_a{
	padding-bottom: 136.67%;
}

.jiaoshi-h1{
	text-align: center;
	font-size: 18px;
	color:#333;
	margin-top: 15px;
}

.jiaoshi-list dd:hover .jiaoshi-h1{
	color: #326db3;
}
.news-list{
	padding-top: 30px;
}
.news-list dl{
	margin:0;
}

.news-list dd{
	position: relative;
	padding: 30px; 
	padding-left: 0!important;
	border-bottom: 1px dashed #dedede;
}
.news-list dd::before{
	position: absolute;
	left: 150px;
	right: 0;
	top: 0;
	bottom: 0;
	content:"";
	background-color: #326db3;
	display: none;
}
.news-list dd:hover::before{
	display: block;
}
.news-list dd:hover .news-con h1{
	font-weight: bold;
	color:#fff;
}
.news-list dd:hover .news-h2{
	color:#fff;
}
.news-list dd:hover .news-h2 span{
	background-image: url(../images/h2ico1h.png);
}
.news-list dd:hover .news-h2 span+span{
	background-image: url(../images/h2ico2h.png);
}
.news-list dd:hover .news-con p{
	color:#fff;
}
.news-item{
	position: relative;
	z-index: 50;
}

.news-pic{
	width: 270px;
	margin-right: 40px;
}

.news-pic .imgbox_a{
	padding-bottom: 66.67%;
}

.news-con{
	overflow: hidden;
	padding-top: 25px;
}

.news-con h1{
	margin:0;
	font-size: 18px;
	color:#333;
}
.news-con h1 a:hover{
	font-weight: bold;
}
.news-h2{
	
	color:#999;
	margin:20px 0 17px;
	font-size: 0;
	
}
.news-h2 span{
	display: inline-block;
	font-size: 14px;
	line-height: 1.5;
	padding-left: 27px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-image: url(../images/h2ico1.png);
}
.news-h2 span+span{
	background-image: url(../images/h2ico2.png);
	margin-left: 18px;
}

.news-con p{
	margin:0;
	font-size: 14px;
	color:#666;
	line-height: 2;
	height: 4em;
	overflow: hidden;
}


.danpian-h1{
	font-size: 28px;
	line-height: 1.6;
	color:#333;
	text-align: center;

}

.danpian-h2{
	font-size: 14px;
	line-height: 1.6;
	color:#999;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding: 10px 0 15px;

}
.bsBox,.bsBox *,#bsPanelHolder,#bsPanelHolder *{
	-webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.danpian-con{
	/*font-size: 14px;*/
	/*color:#666;*/
	line-height: 2;
	padding: 20px 0 20px;
}
.danpian-con *{
	/*font-size: 16px!important;*/
	/*color:#666!important;*/
	line-height: 2!important;
	
}
.danpian-con img{
	display: block;
	margin:15px auto;
	text-indent: 0em!important;
}


.dan-page{
	padding-top: 10px;
	border-top: 1px solid #eee;
}

.dan-a{
	margin-top: 12px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.dan-a a{
	font-size: 16px;
	color:#666;
}

.dan-a a:hover{
	color:#326db3;
}
.about{
	padding-top: 23px;
}
.about-title{
	font-size: 28px;
	color:#333;
	font-weight: bold;
	text-align: center;
	background-image: url(../images/about-title.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 45px 0 0;
}

.about-p{
	font-size: 16px;
	color: #333;
	line-height: 2;
}

.about-p p{
	margin:0;
}



.about2{

	background-color: #326db3;
}

.about2-pic{
	width: 400px;
}

.about2-pic .imgbox_a{
	padding-bottom: 66.75%;
}

.about2-dl{
	overflow: hidden;
	padding: 25px 25px 0 38px;
}

.about2-dl ul{
	margin:0;
	padding-left: 0;
    list-style: none;
}

.about2-dl li{
	font-size: 14px;
	color:#fff;
	padding-left: 24px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-image: url(../images/about2-ico.png);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.about2-dl li+li{
	margin-top: 13px;
}



.about4{
	background-color: #dcf0f9;
	padding: 10px 15px;
}

.about4-pic{
	width: 585px;
}

.about4-pic .imgbox_a{
	padding-bottom: 35.4%;
}


.mm25{
	margin-top: 25px;
}
.about6{
	position: relative;
}
.about6-div{
	height: 330px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/about6-bg.jpg);
}

.about6-dl{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 428px;
	z-index: 10;
	background-color: #326db3;
	padding-top: 50px;
	padding-left: 95px;
}

.about6-dl ul{
	margin:0;
	padding-left: 0;
    list-style: none;
}
.about6-dl li{
	font-size: 16px;
	color: #fff;
}
.about6-dl li span{
	font-size: 42px;
	font-weight: bold;
	padding-right: 15px;
}
.about6-dl li+li{
	margin-top: 25px;
}

.jiaoshi-xx1{
	background-color: #f8f7fc;
	padding: 30px 25px;
}

.jiaoshi-xx1-pic{
	width: 160px;
	margin-right: 50px;
}

.jiaoshi-xx1-pic img{
	display: block;
	width: 100%;
}

.jiaoshi-xx1-div{
	overflow:hidden;
	padding-top: 16px;
}

.jiaoshi-xx1-div-top{
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 22px;
}
.jiaoshi-xx1-1{
	width: 400px;
}
.jiaoshi-xx1-1 h1{
	margin:0;
	font-size: 30px;
	color: #326db3;
	font-weight: bold;
}

.jiaoshi-xx1-1 h2{
	margin:0;
	font-size: 16px;
	color: #666666;
	margin-top: 15px;
}
.jiaoshi-xx1-2{
	font-size: 16px;
	color: #666666;
	margin-left: 50px;
}
.jiaoshi-xx1-2 p{
	margin:0;
	margin-top: 10px;
}

.jiaoshi-xx1-er{
	width: 172px;
}

.jiaoshi-xx1-er img{
	display: block;
	width: 100%;
}
.jiaoshi-xx1-dl{
	padding-top: 15px;
}
.jiaoshi-xx1-dl dl{
	margin:0;
	font-size: 	0;
}

.jiaoshi-xx1-dl dd{
	display: inline-block;
	font-size: 16px;
	color:#666;
	margin-top: 15px;
	margin-right:50px; 
}

.jiaoshi-xx1-dl dd img{
	margin-top: -3px;
	margin-right: 11px;
}

.jiaoshi-xx2{
	margin-top: 35px;
}

.jiaoshi-xx2-menu{
	background-color: #f8f7fc;
}

.jiaoshi-xx2-menu dl{
	margin:0;
	font-size: 0;
}
.jiaoshi-xx2-menu dd{
	display: inline-block;
	text-align: center;
	font-size: 16px;
	color:#333;
	padding: 18px 15px;
	cursor: pointer;
	min-width: 150px;
}

.jiaoshi-xx2-menu dd.cur{
	background-color: #326db3;
	color: #fff;
}

.jiaoshis-xx2-con-wp{
	border:1px solid #eaeaea;
	padding: 35px 40px;
	min-height: 370px;
}

.jiaoshis-xx2-con{
	font-size: 16px;
	color: #333;
	line-height: 2;
	display: none;
}

.jiaoshis-xx2-con:first-child{
	display: block;
}

.erji-content .main3-list1{
	padding-top: 20px;
}
.erji-content .main3-list1 dd:first-child{
	margin-top: 0
}
.sanji-dl{
	padding: 10px 0;
}
.sanji-dl dl{
	margin:0;
}
.sanji-dl dd{
	float: left;
	margin-right: 15px;
	margin-top: 15px;
}

.sanji-dl dd>a{
	display: block;
	padding: 8px 15px;
	background-color: #fff;
	border:1px solid #e7e7e7;
	font-size: 15px;
	color:#333;
}
.sanji-dl dd>a:hover{
	color: #326db3;
}
.sanji-dl dd.cur>a{
	background-color: #326db3;
	border-color: #326db3;
	color:#fff!important;
}