/**************************************/
/*************[公用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)
}
*/


/*百度百科變灰*/
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: absolute;
	width: 100%;
	height:159px;
	left: 0;
	top:0;
	z-index: 999;
	padding-top: 25px;
}

#header::before{
	position: absolute;
	width: 100%;
	height: 279px;
	left: 0;
	top: 0;
	background-image: url(/images/lanlan.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	z-index: 1;
	content:"";
}


#header::after{
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 0;
	z-index: 2;
	content:"";
	background-color: #fff;
	opacity: 0.3;
}
#header .container{
	position: relative;
	z-index: 50;
}

.logo{
	width: 528px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}

.header-a{
	font-size: 0;
	margin-top: 20px;
}

.header-a a{
	font-size: 14px;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
}
.header-a a:hover{
	/*font-weight: bold;*/
	text-decoration: underline;
}
.header-a a+a{
	margin-left: 25px;
}
.header-a a img{
	margin-top: -3px;
	width: 26px;
	margin-right: 10px;
}
.nav{
	margin-top: 15px;
}
.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	width: 10%;
	text-align: center;
	position: relative;

}
.nav>ul>li+li::before{
	position: absolute;
	content:"|";
	font-size: 18px;
	color: #fff;
	left: 0;
	top: 0%;
	height: 55px;
	line-height: 55px;
	opacity: 0.5;
}
.nav>ul>li>a{
	display: block;
	font-size: 18px;
	color: #fff;
	height: 55px;
	line-height: 55px;
	position: relative;
}
.nav>ul>li>a::after{
	position: absolute;
	width: 4em;
	left: 50%;
	margin-left: -2em;
	height:4px;
	background-color: #d6be80;
	content:"";
	bottom: 0;
	opacity: 0;
}

.nav>ul>li.cur>a::after,
.nav>ul>li:hover>a::after{
	opacity: 1;
}

.nav>ul>li>ul{
	position: absolute;
	left: 50%;
	margin-left: -60px;
	width: 120px;
	top:100%;
	z-index: 600;
	background-color: #fff;
	display: none;
}
.nav>ul>li>ul>li>a{
	display: block;
	padding: 10px 3px;
	text-align: center;
	line-height: 1.5;
	font-size: 15px;
	color:#333;
	/*transition: .3s;*/
	text-align: center;
}
.nav>ul>li>ul>li>a:hover{
	background-color: #124687;
	color: #fff;
}




/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}

.fafa .flex-control-paging li a{
	width: 117px;
	height: 7px;
	background-image: none;
	background-color: rgba(255,255,255,0.2);
}

.fafa .flex-control-paging li a.flex-active{
	background-color: #d6be80;
}

.fafa .flex-control-nav{
	width: 1400px;
	left: 50%;
	margin-left: -700px;
	height: 0;
	bottom: 75px;
	text-align: left;
}

.fafa .flex-control-nav li{
	margin:0;
}

.fafa .flex-control-nav li+li{
	margin-left: 3px;
}

.main-padd{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.main1{
	background-image: url(/images/main1-bg.jpg);
	padding: 125px 0 160px;
}


.main1 .container{
	width: 100%;
	padding-left: calc((100% - 1400px) / 2)
}

.main1-div{
	position: relative;
	min-height: 403px;
	padding-left: 380px;
}



.main1-div .main1-title{
	position: absolute;
	left: 0;
	top: 60px;
	width: 330px;
}

.main1-title-h1{
	font-size: 30px;
	color: #333;
	line-height: 1;
	font-weight: bold;
}

.main1-title-h2{
	font-size: 30px;
	color: #333;
	font-family: "Georgia";
	opacity: 0.3;
	text-transform: uppercase;
	line-height: 1;
	margin-top: 25px;
}

.main1-title-line{
	width: 48px;
	height: 4px;
	background-color: #124687;
	margin-top: 20px;
}

.text-center .main1-title-line{
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}


.text-center .main1-title-h2{
	margin-top: 20px;
}

.text-center .main1-title-p{
	margin-top: 20px;
}

.main1-title-p{
	font-size: 16px;
	color: #666;
	line-height: 1.6;
}
.main1-div .main1-title-p{
	line-height: 2.2;
	height: 6.6em;
	overflow: hidden;
	margin-top: 22px;
}

.more111{
	margin-top: 35px;
}
.more111 a{
	display: block;
	width: 130px;
	height: 44px;
	line-height: 42px;
	border:1px solid #bcbcbc;
	font-size: 14px;
	color: #666;
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: 90px center;
	background-image: url(/images/jt1.png);
	transition: .3s;
}

.more111 a:hover{
	background-color: #124687;
	border-color: #124687;
	color: #fff;
	background-image: url(/images/jt1h.png);
}


.main1-item{
	background-color: #ffffff;
	height: 403px;
	padding: 65px 35px 0;
	display: block;
	background-image: url(/images/main1-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	transition: background-color .3s;
}

.main1-item-h1-wp{
	border-top: 1px solid #bcbcbc;
	border-bottom: 1px solid #bcbcbc;
	padding: 20px 0;
	transition: border-color .3s;
}

.main1-item-h1{
	font-size: 18px;
	color: #333;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
	transition: color .3s;
}


.main1-item-p{
	font-size: 16px;
	color: #666;
	line-height: 2.2;
	height: 6.6em;
	overflow: hidden;
	margin-top:15px;
	transition: color .3s;
}


.main1-item-date{
	font-size: 14px;
	color: #666;
	margin-top: 45px;
	transition: color .3s;
}
.main1-item-date span{
	font-size: 20px;
	color: #333;
	padding-right: 10px;
	transition: color .3s;
}

.main1-item:hover{
	background-color: #124687;
}

.main1-item:hover .main1-item-h1-wp{
	border-color:#fff;
}
.main1-item:hover .main1-item-h1{
	color:#fff;
}
.main1-item:hover .main1-item-p{
	color:#fff;
}
.main1-item:hover .main1-item-date{
	color:#fff;
}
.main1-item:hover .main1-item-date span{
	color:#fff;
}
.main1-list .owl-nav{
	position: absolute;
	width: 100px;
	height: 25px;
	bottom:-60px;
	left: 50%;
	margin-left: -50px;
}
.main1-list .owl-nav button.owl-prev{
    position: absolute;
    left:0px;
    top: 0%;
    width: 25px;
    height: 25px;
    background-image: url(/images/left.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
    transition: background-image .3s;
}
.main1-list .owl-nav button.owl-prev:hover{
    background-image: url(/images/lefth.png);

}
.main1-list .owl-nav button.owl-next{
    position: absolute;
    right:0px;
    top: 0%;
    width: 25px;
    height: 25px;
    background-image: url(/images/right.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
    transition: background-image .3s;
}
.main1-list .owl-nav button.owl-next:hover{
    background-image: url(/imabges/righth.png);

}
.main1-list .owl-item+.owl-item{
	border-left: 1px solid #ddd;
}







.main2{
	background-image: url(/images/main2-bg.jpg);
	padding: 90px 0 150px;
}


.main2 .main1-title-h1{
	display: inline-block;
	color: #fff; 
	visibility: top;
	padding-left: 10px;
	border-left: 4px solid #fff;
}

.main2 .main1-title-h2{
	display: inline-block;
	color: #fff; 
	visibility: top;
	margin-top: 0!important;
	margin-left: 15px;
}

.main2 .main1-title{
	position: relative;
}

.main2 .main1-title .more111{
	position: absolute;
	right: 0;
	top: -6px;
	margin-top: 0;
}
.main2 .main1-title .more111 a{
	border-color: #fff;
	color: #fff;
	background-image: url(/images/jt1h.png);
}
.main2 .main1-title .more111 a:hover{
	background-color: #fff;
	color: #124687;
	background-image: url(/images/jt1hh.png);
}

.main2-list{
	padding-top: 30px;
}
.main2-list dl{
	margin:0;
	margin-left: -3%;
}

.main2-list dd{
	float: left;
	width: 30.3333%;
	margin-left: 3%;
	margin-top:50px;
}

.main2-item-wp{
	position: relative;
	padding-left: 34px;
	
}

.main2-item{
	height:109px;
	border:1px solid #fff;
	border-radius: 10px;
	padding: 20px 20px 0 57px;
}


.main2-date{
	position: absolute;
	width: 73px;
	height: 67px;
	border-radius: 8px;
	background-color: #d6be80;
	color: #fff;
	text-align: center;
	line-height: 1;
	left: 0;
	top: 50%;
	margin-top: -33px;
	padding-top: 13px;
}
.main2-date-h1{
	font-size: 20px;
}
.main2-date-h2{
	font-size: 14px;
	margin-top: 7px;
}

.main2-a{
	font-size: 18px;
	color: #fff;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}
.main2-a a:hover{
	font-weight: bold;
}



.main3{

	background-image: url(/images/main3-bg.jpg);
	padding: 90px 0 102px;
}


.main3-div{
	margin-top: 45px;
}


.main3-1{
  width: 39.235%;
	margin-right: 1.3%;
}

.main3-2{
	overflow: hidden;
}


.main3-1 .main3-item{
	width: 48.5%;
}

.main3-item.main3-item-long{
	width: 100%;
	margin:0;
}
.main3-item .imgbox_a{
	padding-bottom: 76.32%;
}
.main3-item .imgbox_a::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 84px;
	background-repeat: repeat-x;
	background-position: 0 0;
	content:"";
	background-image: url(/images/hei0.png);
	z-index: 15;
}

.main3-1 .main3-item-long{
	margin-top: 3%;

}
.main3-1.main3-2 .main3-item-long{
	margin-top: 0%;
	margin-bottom: 3%;
}


.main3-3{
	overflow: hidden;
}

.main3-3 .main3-item+.main3-item{
	margin-top: 16px;
}


.main4-item{
	float: left;
	width: 20%;
	height: 526px;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	padding: 100px 3% 0;
	transition: width .3s;
}

.main4-item.cur{
	width: 40%;
}



.main4-item::before{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content:"";
	z-index: 5;
	background-color: #124687;
	opacity: 0.85;
	transition: background-color .3s;
}

.main4-item.cur::before{
	background-color: #b29e6a;
}
.main4-item-con > img{
	display: block;
	width: 95px;
	position: relative;
	z-index: 15;
}

.main4-item-con{
	position: relative;
	z-index: 15;
}

.main4-h1{
	font-size: 24px;
	color: #fff;
	
	margin-top: 25px;
}
.main4-h2{
	font-size: 24px;
	color: #fff;
	font-family: "Georgia";
	text-transform: uppercase;
	position: relative;
	line-height: 1.5;
	height: 3em;
	z-index: 15;
	margin-top: 15px;
}

.main4-a{
	margin-top: 50px;
	position: relative;
	z-index: 15;
}

.main4-a a{
	display: block;
	width: 147px;
	height: 45px;
	line-height: 41px;
	border:2px solid #fff;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.main4-a a:hover{
	background-color: #fff;
	color: #124687;
}
/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{

}


.footer-1{
	background-color: #f3f8ff;
	padding: 33px 0;
}

.footer-1-div{
	position: relative;
	padding-left: 110px;
	min-height: 50px;
}
.footer-1-title{
	position: absolute;
	left: 0;
	top: 0;
	width: 110px;
	font-size: 18px;
	color: #666;
	height:50px;
	line-height: 50px;
}

.footer-1-dl dl{
	margin:0;
	margin-left: -2%;
}

.footer-1-dl dd{
	float: left;
	width: 31.3333%;
	margin-left: 2%;
}


.footer-1-dl .form-control{
	height: 50px;
	border-radius: 0;
	font-size: 16px;
}


.footer-2{
	padding: 50px 0;
	background-image: url(/images/footer-2-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}


.foo2-logo{
	width: 439px;
	margin-top: 35px;
}

.foo2-logo a,.foo2-logo img{
	display: block;
	width: 100%;
}


.er{
	width: 103px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.er img{
	display: block;
	width: 100%;
	margin-bottom: 11px;
}

.foo2-con{
	font-size: 16px;
	color: #fff;
	line-height: 2.2;
	margin-left: 100px;
}
.foo2-con p{
	margin:0;
}

.footer-3{
	font-size: 16px;
	color: #666;
	line-height: 2;
	padding: 30px 0;
	text-align: center;
}



/**************************************************************/
/*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: #124687;

}
.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(/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{
	margin:0;
	max-height: calc(100vh - 129px);
	overflow-y: auto;
}
.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: 6px 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: 18px;
    width: 18px;

}

.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
   font-size: 0;
   width: 250px;
   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(/images/heidi.png);
	display: none;

}








/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/




.banner-2{
	height: 500px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.erji{
	padding: 30px 0 0;
	background-color: #f3f8ff;
}

.erji-div{
	padding-bottom: 30px;
	position: relative;
}
.erji-div::before{
	position: absolute;
	width: 320px;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: #fff;
	content:"";
	z-index: 10;
}
.erji-div::after{
	position: absolute;
	width: 320px;
	left: 0;
	bottom: 0;
	height: 294px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(/images/menu-bg.jpg);
	content:"";
	z-index: 11;
}
.menu-wp{
	width: 320px;
	margin-right: 40px;
	position: relative;
	z-index: 30;
	padding-bottom: 280px;
}

.menu-h1{
	height: 86px;
	line-height: 86px;
	background-image: url(/images/menu-h1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	padding-left: 43px;
}


.menu-list{
	padding: 20px;
}

.menu-list dl{
	margin:0;
}

.menu-list dd>a{
	display: block;
	font-size: 16px;
	color: #333;
	background-color: #f3f8ff;
	line-height: 1.6;
	padding: 13px 30px;
	background-image: url(/images/bg1.jpg);
	background-repeat: no-repeat;
	background-position: 19px center;
	position: relative;
}

.menu-list dd>a::after{
	position: absolute;
	right:19px;
	top: 50%;
	margin-top: -10px;
	width: 9px;
	height: 19px;
	background-image: url(/images/jiao1.png);
	content:"";
	background-size: 100%;
}
.menu-list dd+dd{
	margin-top: 8px;
}


.menu-list dd.cur>a,
.menu-list dd>a:hover{
	background-color: #124687;
	color:#fff;
	background-image: url(/images/bg2.jpg);
}

.menu-list dd.cur>a::after,
.menu-list dd>a:hover::after{
	background-image: url(/images/jiao2.png);


}

.menu-list ul{
	margin:0;
	padding: 10px 0;
}

.menu-list li{
	border-bottom: 1px solid #ddd;
	padding: 12px 15px;
	padding-left: 52px;
	font-size: 16px;
	color: #333;
	line-height: 1.5;
	position: relative;
}
.menu-list li::before{
	position: absolute;
	width: 5px;
	height: 5px;
	left: 34px;
	top: 22px;
	content:"";
	background-color: #124687;
}
.menu-list li.cur>a{
	color: #124687;
	font-weight: bold;
}

.menu-list li>a:hover{
	color: #124687;
	font-weight: bold;
}

.sanji-dl{
	padding-top: 8px;
}
.sanji-dl dl{
	margin:0;
}

.sanji-dl dd{
	float: left;
	margin-right: 15px;
	margin-top: 15px;
}

.sanji-dl dd>a{
	display: block;
	padding: 8px 12px;
	border:1px solid #ddd;
	font-size: 14px;
	color: #333;
}

.sanji-dl dd.cur>a{
	color: #fff;
	background-color: #124687;
	border-color: #124687;
}




.erji-content{
	overflow: hidden;
	background-color: #fff;
	min-height: 800px;
	position: relative;
	z-index: 30;
	padding: 30px 35px 50px;
}

.erji-title{
	position: relative;
}

.erji-title::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 1px;
	height: 1px;
	background-color: #bcbcbc;
	content:"";
	z-index: 1;

}
.erji-title .fl{
	font-size: 20px;
	font-weight: bold;
	color: #333;
	line-height: 1;
	border-bottom: 3px solid #124687;
	padding-bottom: 15px;
	position: relative;
	z-index: 15;
}

.mianbaoxie{
	font-size: 16px;
	color: #666;
	position: relative;
	z-index: 15;
}

.mianbaoxie a:hover,
.mianbaoxie span{
	color: #124687;
}


.dongtai-list dl{
	margin:0;
}

.dongtai-list dd{
	padding: 15px 0;
	border-bottom: 1px solid #dddddd;
}
.dongtai-list dd>a{
	display: block;
	padding-right: 60px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(/images/jiao3.png);
}

.dongtai-list dd>a:hover .dongtai-h1{
	color: #124687;
}
.dongtai-pic{
	width: 177px;
	margin-right: 22px;
}

.dongtai-pic .imgbox_a{
	padding-bottom: 76.27%;
}

.dongtai-con{
	overflow: hidden;
	padding-top: 15px;
	
}

.dongtai-h1{
	font-size: 16px;
	color: #333;
}

.dongtai-h1 a:hover{
	color: #124687;
}

.dongtai-h2{
	font-size: 12px;
	color: #999;
	padding: 12px 0;
}

.dongtai-h2 img{
	margin-top: -3px;
	margin-right: 5px;
}


.dongtai-p{
	font-size: 14px;
	color: #666;
}

.fenye{
	text-align: center;
	margin-top: 50px;
}
.fenye ul{
	margin:0;
}


.pic-list dl{
	margin:0;
	margin-left: -3%;
}

.pic-list dd{
	float: left;
	width: 30.3333%;
	margin-left: 3%;
	margin-top: 3%;
}

.pic-pic .imgbox_a{
	padding-bottom: 76.67%;
}

.pic-h1{
	background-color: #f3f8ff;
	font-size: 16px;
	color: #333;
	padding: 20px 15px;
	text-align: center;
}

.pic-h1 a:hover{
	color: #124687;
}

.dongtai2-date{
	width: 80px;
	height: 112px;
	background-color: #f8f8f8;
	margin-right: 25px;
	text-align: center;
	padding-top: 35px;
}

.dongtai2-date-h1{
	font-size: 20px;
	color: #124687;
	line-height: 1;
}

.dongtai2-date-h2{
	font-size: 14px;
	color: #666;
	line-height: 1;
	margin-top: 8px;
}

.dongtai2-con{
	overflow: hidden;
}

.dongtai2-list dd{
	padding: 20px 0;
}

.dongtai2-list dd>a:hover .dongtai2-date{
	background-color: #124687;
}

.dongtai2-list dd>a:hover .dongtai2-date-h1{color: #fff;}
.dongtai2-list dd>a:hover .dongtai2-date-h2{color: #fff;}

.shizi-list dl{
	margin:0;
	margin-left: -3%;
}

.shizi-list dd{
	float: left;
	width: 47%;
	margin-left: 3%;
	margin-top: 3%;
}

.shizi-item{
	display: block;
	background-color: #f3f8ff;
}

.shizi-pic{
	width:163px;
}

.shizi-pic .imgbox_a{
	padding-bottom: 150.3%;
}

.shizi-con{
	overflow: hidden;
	padding: 30px 30px 0;
}

.shizi-h1{
	font-size: 20px;
	font-weight: bold;
	color: #124687;
	line-height: 1;
}

.shizi-p{
	font-size: 16px;
	color: #666;
	line-height: 1.8;
	margin-top: 13px;
}
.shizi-p p{
	margin:0;
}




.danpian{
	margin-top: 25px;
}
.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 #dadada;
	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: 16px;
/*	color:#666;*/
	line-height: 2;
	padding: 20px 0;
}
.danpian-con *{
     background-color: transparent!important;
    
	font-size: 17px!important;
	/*color:#666!important;
	line-height: 2!important;
	*/
}
.danpian-con img{
	display: block;
	margin:15px auto!important;
}

.danpian-con table{
	margin:0 auto!important;
	border:1px solid #333!important;
	border-collapse: collapse;
}
.danpian-con table th,
.danpian-con table td{
	/* border:1px solid #333!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:#124687;
}

.about{
	margin-top: 30px;
}

.about-p{
	font-size: 18px;
	color: #666;
	line-height: 2;

}

.about-p p{
	margin:0;
}

.about-div{
	background-image: url(/images/about1-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	margin-top: 25px;
	height: 510px;
	padding: 100px 15px 0
}

.about-dl dl{
	margin:0;
	font-size: 0;
	text-align: center;
}

.about-dl dd{
	display: inline-block;
	vertical-align: top;
}
.about-dl dd+dd{
	margin-left: 100px;
}
.about-dd1{
	font-size: 60px;
	color: #fff;
	font-family: 'Impact';
	line-height: 1;
}


.about-dd2{
	font-size: 16px;
	color: #fff;
	margin-top: 15px;
}



.list001 dl{
	margin:0;
	padding-top: 10px;
}

.list001 dd{
	position: relative;
	padding-right: 90px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 17px;
	color: #333;
	height: 20px;
	line-height: 20px;
	margin-top:20px;
}

.list001 dd span.span_110{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #666;
	font-weight: normal;
}

.list001 dd a:hover{
	color: #124687;
}




.shizi-div-wp{
	/*padding: 5px 0px 18px 37px;*/
	padding-left: 15px;
	padding-top: 20px;
}
.shizi-div+.shizi-div{
	margin-top: 25px;
}
.shizi-title{
	font-size: 16px;
	width: 152px;
	font-weight: bold;
	color:#124687;
	margin-top: 10px;
	height: 25px;
	line-height: 25px;
}

.shizi-dl{
	overflow: hidden;

}
.shizi-dl dl{
	margin:0;
}
.shizi-dl dd{
	float: left;
	height: 25px;
	line-height: 25px;
	width: 48px;margin-right: 35px;
	margin-top: 10px;
	    text-align: justify;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
}

.shizi-dl dd a{
	font-size: 16px;
	color:#333;
}

.shizi-dl dd a:hover{
	color:#124687;
}


#main1-title-h1-hua.main1-title-h1{
	font-size: 0;
	text-align: center;
	position: relative;
	padding-bottom: 5px;
}

#main1-title-h1-hua.main1-title-h1::before{
	position: absolute;
	font-size: 30px;
	color: #333;
	line-height: 1;
	content:"/";
	left: 50%;
	top: 0;
	margin-left: -7px;
}

.main1-title-h1-item{
	display: inline-block;
	vertical-align: top;
	font-size: 30px;
	cursor: pointer;
}

.main1-title-h1-item+.main1-title-h1-item{
	margin-left: 50px;
	cursor: pointer;
}

.main1-title-h1-item.cur{
	color: #124687;
}

.main3-div-con{display: none;}
.main3-div-con:first-child{
	display: block;
}