/**************************************/
/*************[公用start]**************/
/**************************************/

@font-face {
    font-family: "sw";
      src: url('/fonts/sw.woff') format('woff'),
           url('/fonts/sw.TTF') format('truetype');
}


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]****************/
/**************************************/

.lingdao-con{
overflow:hidden;
}


/*header-start*/
/**************************************************************/

#header{
	height: 120px;
	background-image: url(/images/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #002876;
}


.logo{
	width: 446px;
	margin-top: 34px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}

.header-right {
	margin-top: 30px;
}

.header-a{
	font-size: 14px;
	color: #fff;
	text-align: right;
}
.nav{
	margin-top: 20px;
}
.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
}
.nav>ul>li>a{
	font-size: 18px;
	color: #fff;
}
.nav>ul>li+li{
	margin-left: 55px;
}

.nav>ul>li.cur>a,.nav>ul>li>a:hover{
	font-weight: bold;
}

/**************************************************************/
/*header-over*/


#footer{
position: relative;
    z-index: 50;
}


/*main-start*/
/**************************************************************/

#main{

}

.main1{
	padding: 45px 0 50px;
	background-color: #fff;
}

.main1-1{
	width: 613px;
	margin-right:62px; 
}

.main1-2{
	overflow: hidden;
	padding-top: 40px;
}


.title-11 h1{
	margin:0;
	font-size: 34px;
	font-family: "sw";
	text-transform: uppercase;
	color: #002876;
}
.title-11 h2{
	margin:0;
	font-size: 28px;
	color: #333;
	margin-top: 8px;
}
.title-11 a.fr{
	font-size: 14px;
	color: #8d94ac;
	padding-right: 18px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(/images/more1.png);
	margin-top: 55px;
}
.title-11 a.fr:hover{
	color: #002876;
}


.tui{
	padding: 30px 0 25px;
	border-bottom: 1px dotted #c9c9c9;
}


.tui h1{
	margin:0;
	font-size: 22px;
	font-weight: bold;
	color: #002876;
}
.tui p{
	margin:0;
	font-size: 14px;
	line-height: 1.8;
	height: 5.4em;
	color: #666;
	overflow: hidden;
	margin-top: 22px;
}
.list01
{padding-top: 25px;}
.list01 dl{
	margin:0;
}

.list01 dd{
	background-repeat: no-repeat;
	background-position:0px center;
  background-image: url(/images/dian1.png);
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left:15px;
  overflow: hidden;
	position: relative;
	/*padding-right:50px;*/
	height: 22px;
	line-height: 22px;
}

.list001 .list01 dd{
	padding-right: 80px;
}
.list001 .list01 dd span.span_11{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #999;
}
.list01 dd+dd{
	margin-top: 20px;
}

.list01 dd a{
	font-size: 16px;
	color:#333;
}
/*.list01 dd span{
	font-size: 14px;
	color:#999;
	position: absolute;
	right: 0px;
	top: 0;
}*/
.list01 dd a:hover{
	color:#002876;
}


.main1-2-pic .imgbox_a{
	padding-bottom: 66.62%;
}

.fmain1 .slides>li{
	padding-bottom: 37px;
	position: relative;
}

.main1-2-con{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 422px;
	z-index: 50;
	background-color: #cfac69;
	border-top-left-radius: 50px;
	padding: 15px 33px;
}
.main1-2-con h1{
	margin:0;
	font-size: 18px;
	color: #fff;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}
.fmain1 .flex-control-nav{
	height: 0;
	bottom: 20px;
	text-align: right;
}
.fmain1 .flex-control-nav li{
	margin:0px;
}
.fmain1 .flex-control-nav li+li{
	margin-left: 13px;
}
.fmain1 .flex-control-paging li a{
	width: 22px;
	height: 10px;
}

.main2{
	padding: 65px 0 75px;
	background-image: url(/images/main2-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.main2-1{
	width: 896px;
	width: 425px;
	margin-right: 46px;
}

.main2-1x{
	width: 425px;
	margin-right: 54px;
	padding-top: 37px;
}
.main2-1x-a{
	margin-top: 25px;
}
.main2-1x-a .imgbox_a{
	padding-bottom: 106.5882353%;
}





.main2-1-div{
	margin-top: 25px;
}
.main2-1-pic .imgbox_a{
	padding-bottom: 66.6%;
}

.main2-1-con-wp{
	margin-top:  18px;
}

.main2-1-date{
	width: 75px;
	margin-right: 17px;
}
.main2-1-date1{
	height: 75px;
	background-color: #cfac69;
	text-align: center; 
	padding-top: 12px;
	transition: background-color .3s;
}
.main2-1-date1 h1{
	margin:0;
	font-size: 28px;
	color: #fff;
	line-height: 1;
}
.main2-1-date1 h2{
	margin:0;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	margin-top:5px;
}
.main2-1-date2{
	height: 75px;
	line-height: 75px;
	background-color: #fff;
	text-align: center; 
	margin-top: 2px;
	font-size: 16px;
	color: #666;
}


.main2-1-con{
	overflow: hidden;
	padding-top: 12px;
}
.main2-1-con h1{
	margin:0;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.main2-1-con h1 a:hover{
	color: #002876;
}


.main2-1-con p{
	margin:0;
	font-size: 14px;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	color: #666;
	margin: 11px 0 20px;
}

.more2 a{
	font-size: 14px;
	color: #cfac69;
	text-transform: uppercase;
	text-decoration: underline;
	transition: color .3s;
}

.main2-1-list .item:hover .main2-1-date1{
	background-color: #002876;
}

.main2-1-list .item:hover .more2 a{
	color: #002876;
}

.main2-2{
	overflow: hidden;
	background-color: #fff;
	padding: 25px;
	border-top: 4px solid #002876;
}
.main2-2 .title-11 h2{
	margin-top: 0;
}
.main2-2 .title-11 a.fr{
	margin-top: 6px;
}

.list02{
	padding-top: 29px;
}
.list02 dl{
	margin:0;
}

.list02 dd{
	background-color: #f5f5f5;
	padding: 18px 12px;
	padding-right: 20px;
}
.list02 dd+dd{
	margin-top: 13px;
}
.list02 dd h1{
	margin:0;
	font-size: 16px;
	color: #333;
	padding-left: 17px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(/images/dian2.png);
}
.list02 dd h1 a:hover{
	color: #002876;
}

.list02 dd h2{
	margin:0;
	font-size: 14px;
	color: #666;
	padding-left: 17px;
	margin-top: 10px;
}


.main3{
	position: relative;
	padding: 100px 0 110px;
	overflow: hidden;
}
.main3-bg-wp1{
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	bottom: 0;
	z-index: 20;
	overflow: hidden;
}
.main3-bg1{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(/images/main3-1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: transform .5s;
}
.main3-bg1.cur{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.main3-bg-wp2{
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	bottom: 0;
	z-index: 20;
	overflow: hidden;
}
.main3-bg2{
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(/images/main3-2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: transform .5s;
}
.main3-bg2.cur{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.main3 .container{
	position: relative;
	z-index: 50;
}
.main3-div{
	width: 50%;
}
.main3-div.fl{
	padding-right: 70px;
}
.main3-div.fr{
	padding-left: 70px;
}

.main3-h1{
	font-size: 36px;
	color: #fff;
	font-family: "sw";
	text-transform: uppercase;
	line-height: 1.3;
}


.main3-h2{
	font-size:28px;
	color: #fff;
	padding: 15px 0 40px;
}



.main3-p{
	font-size:16px;
	color: #fff;
	line-height: 1.6;
}
.more3{
	margin-top: 50px;
}
.more3 a{
	display: block;
	width: 143px;
	height: 45px;
	line-height: 41px;
	border:2px solid #fff;
	color: #fff;
	font-size: 14px;
	text-align: center;
	transition: background-color .3s,color .3s;

}

.more3 a:hover{
	background-color: #fff;
	color: #002876;
}

.main4{
	padding: 85px 0;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(/images/main4-bg1.jpg);
	background-repeat: no-repeat;
	background-position: center;
}


.main4-1 .imgbox_a{
	padding-bottom: 92.275%;
}

.main4-2{
	padding: 40px 15px;
	text-align: center;
}
.main4-2 h1{
	margin:0;
	font-size: 28px;
	color: #fff;

}
.main4-2 h2{
	margin:0;
	font-size: 28px;
	color: #fff;
	font-family: "sw";
	text-transform: uppercase;
	padding: 10px 0 15px;
	line-height: 1;
}

.more4{
	width: 30px;
	margin:0 auto;
}

.more4 a,.more4 img{
	display: block;
	width: 100%;
}


/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	background-color: #002876;
}

.footer-1{
	padding: 50px 0 35px;
	border-bottom:1px solid #4d699f; 
}
.foo-logo{
	width: 446px;
}

.foo-logo a,.foo-logo img{
	display: block;
	width: 100%;
}


.yq{
	width: 317px;
	background-color: #fff;
}

.yq-1{
	height: 54px;
	line-height: 54px;
	padding-left: 26px;
	position: relative;
	padding-right: 90px;
}

.yq-dl{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100%;
	background-color: #fff;
	border:1px solid #ddd;
	display: none;
}
.yq-dl dl{
	margin:0;
}

.yq-dl dd>a{
	display: block;
	padding: 7px 10px;
	font-size: 14px;
	line-height: 1.5;
	color: #333;
}
.yq-dl dd>a:hover{
	background-color: #002876;
	color: #fff;
}
.yq-btn{
	position: absolute;
	right: 0;
	top: 0;
	height: 54px;
	background-color: #cfac69;
	width: 82px;
	cursor: pointer;
}

.yq-btn::after{
	position: absolute;
	width: 15px;
	height: 8px;	
	left: 50%;
	top: 50%;
	margin-left: -7px;
	margin-top: -4px;
	content:"";
	background-image: url(/images/jiao2.png);
}




.footer-2{
	padding: 50px 0 45px;
}

.er-wp{
	width: 226px;
	margin-left: 50px;
}

.er{
	width: 99px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}


.er img{
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.footer-2-con{
	overflow: hidden;
}

.phone{
	padding-left: 60px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(/images/phone.png);
}

.phone h1{
	margin:0;
	font-size: 14px;
	color: #fff;
}
.phone h2{
	margin:0;
	font-size: 28px;
	color: #fff;
	font-family: "Impact";
	font-style: italic;
	margin-top: 10px;
}

.footer-2-p{
	font-size: 14px;
	color: #fff;
	line-height: 2;
	margin-top: 20px;
}
.footer-2-p span{
	padding-left: 15px;
}







/**************************************************************/
/*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(/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;
	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:18px;
}

.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样式要求区域]**********/
/**************************************/


.erji{
	padding: 55px 0 130px;
	background-color: #fff;
	overflow: hidden;
}
.erji-div{
	position: relative;
}
.erji-div::after{
	position: absolute;
	left: 229px;
	top: 0;
	bottom: 0;
	background-color:#dedede;
	content:""; 
	z-index: 10;
	width: 1px;
}
.menu{
	width: 229px;
	margin-right: 63px;
	position: relative;
	z-index: 15;
}

.menu-title{
	background-color: #cfac69;
	min-height:85px;
	position: relative;
	padding-left: 45px;
	padding-top: 28px;
	padding-bottom: 10px;
}
.menu-title::after{
	position: absolute;
	width: 11px;
	height: 30px;
	content:"";
	right: -11px;
	top: 50%;
	margin-top: -15px;
	background-image: url(/images/jiao1.png);
	background-repeat: no-repeat;
	background-position: center;
}
.menu-title h1{
	margin:0;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
}

.menu-title h2{
	margin:0;
	font-size:14px;
	color: #fff;
	line-height: 1.5;
	margin-top: 7px;
	display: none;
}

.menu-con{
	padding-right: 1px;
	padding-bottom: 50px;
}
.menu-dl{

	padding-left: 44px;
}
.menu-dl dl{
	margin:0;
}

.menu-dl dd{
	height: 65px;
	line-height: 64px;
	position: relative;
	border-bottom: 1px solid #dedede;
}

.menu-dl dd>a{
	font-size: 18px;
	color: #333;
	position: relative;
}
.menu-dl dd>a::after{
	position: absolute;
	width: 24px;
	height: 1px;
	background-color: #002876;
	content:"";
	left: 0;
	bottom: -21px;
}
.menu-dl dd.cur>a::after{
	width: 100%;
	height: 2px;
	bottom: -22px;
}
.menu-dl dd>a:hover{
	color: #002876;
	font-weight: bold;
}
.erji-content{
	overflow: hidden;
	padding-top: 8px;
}

.erji-title{
	position: relative;
	background-image: url(/images/erji-title.jpg);
	background-repeat: repeat-x;
	background-position: left 12px;
}

.erji-title::after{
	position: absolute;
	height: 1px;
	background-color: #f3f3f3;
	content:"";
	left: 0;
	right: 0;
	bottom: 1px;
}
.erji-title h1{
	margin:0;
	font-size: 20px;
	color: #333;
	padding: 7px 0px 23px 65px;
	border-bottom: 2px solid #002876;
	background-image: url(/images/pao.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #fff;
}

.erji-title-bai{
	width: 23px;
	height: 30px;
	background-color: #fff;
}

.mianbaoxie{
	font-size: 14px;
	color: #666;
	padding-left:50px;
	background-repeat: no-repeat;
	background-position: 30px center;
	background-image: url(/images/mian.png);
	margin-top: 7px;
	background-color: #fff;
}

.mianbaoxie a:hover,.mianbaoxie span{
	color: #002876;
}

.erji-content-div{
	margin-top: 25px;
}
.lingdao-list{
	overflow: hidden;
}
.lingdao-list dl{
	margin:0;
	margin-left: -3%;
}

.lingdao-list dd{
	float: left;
	width: 47%;
	margin-left: 3%;
	margin-top: 3%;
	background-color: #f4f4f4;
	padding: 20px;
}

.lingdao-pic{
	width: 125px;
	margin-right: 28px;
}

.lingdao-pic .imgbox_a{
	padding-bottom: 150.4%;
}
.lingdao-con{font-size: 16px;line-height: 1.8;}
.lingdao-con-h1{
	font-size: 16px;
	color: #666;
	padding: 10px 0 14px;
	border-bottom: 1px solid #d6d6d6;
}
.lingdao-con-h1 span{
	font-size: 18px;
	font-weight: bold;
	color: #002876;
	padding-right: 15px;
}

.lingdao-con-p{
	font-size: 14px;
	color: #333;
	line-height: 1.8;
	height: 9em;
	overflow: hidden;
	margin-top: 12px;
}

.lingdao-con-p p{margin:0;}

.keyan-list dl{
	margin:0;
}

.keyan-list dd{
	padding: 25px 0;
	border-bottom: 1px solid #f3f3f3;
}
.keyan-list dd:hover .keyan-con::after{
	background-image: url(/images/jth.png);
}
.keyan-list dd:hover .keyan-date{
	background-color: #002876;
}
.keyan-list dd:hover .keyan-date h1,
.keyan-list dd:hover .keyan-date h2{
	color: #fff;
}
.keyan-date{
	width: 82px;
	height: 112px;
	background-color: #eeeeee;
	text-align: center;
	padding-top: 25px;
	margin-right: 25px;
	transition: background-color .3s;
}

.keyan-date h1{
	margin:0;
	font-size: 40px;
	color: #002876;
	line-height: 1;
	transition: color .3s;
}
.keyan-date h2{
	margin:0;
	font-size: 12px;
	color: #002876;
	margin-top: 10px;
	transition: color .3s;
}

.keyan-con{
	overflow: hidden;
	padding-top: 10px;
	padding-right: 80px;
	position: relative;
}
.keyan-con::after{
	position: absolute;
	width: 33px;
	height: 33px;
	top: 50%;
	margin-top: -16px;
	right: 30px;
	background-image: url(/images/jt.png);
	-webkit-background-size: 100%;
	background-size: 100%;
	content:"";
	transition: background-image .3s;
}
.keyan-con h1{
	margin:0;
	font-size: 16px;
	color: #333;
}
.keyan-con h1 a:hover{
	color: #002876;
}
.keyan-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	margin:18px 0;
}

.keyan-fd{
	font-size: 0;
	line-height: normal;
}
.keyan-fd span{
	display: inline-block;
	font-size: 12px;
	color: #999;
}
.keyan-fd span img{
	margin-top: -3px;
	margin-right: 7px;
}
.keyan-fd span+span{
	margin-left: 15px;
}

.fenye{
	padding: 70px 0 0;
	text-align: center;
}

.fenye ul{
	margin:0;
}


.danpian-h1{
	font-size: 28px;
	line-height: 1.6;
	color:#333;
	text-align: center;

}

.danpian-h3{
	font-size: 20px;
	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;

}

.danpian-con{
	font-size: 14px;
	color:#666;
	line-height: 2;
	padding: 20px 0 20px;
}
.danpian-con *{
	font-size: 16px!important;
	line-height: 2!important;
	color: #666;
}
.danpian-con::after {
    display: inline-block;
    width: 100%;
    content: '';
}
.danpian-con img{
	display: block;
	margin:15px auto;
}


.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:#002876;

}

.sanji-dl{
	padding: 15px 0 5px;
}
.sanji-dl dl{
	margin:0;
}

.sanji-dl dd{
	float: left;
	margin-right: 15px;
	margin-top: 10px;
}

.sanji-dl dd>a{
	display: block;
	padding: 8px 15px;
	font-size: 16px;
	color: #333;
	background-color: #eee;
}

.sanji-dl dd>a:hover,.sanji-dl dd.cur>a{
	background-color: #002876;
	color: #fff;
}



.main5 dl{
	margin:0;
}

.main5 dd{
	float: left;
	width: 25%;
	height: 520px;
	background-repeat: no-repeat;
	background-position: left center;
	position: relative;
	padding: 130px 50px 0;
	transition: width .3s;
}
.main5 dd.cur{
	padding-top: 110px;
	width: 50%;

}
.main5 dd::after{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 15;
	content:"";
}
.main5 dd.main5-dd1::after{background-image: url(/images/lan-80.png);}
.main5 dd.main5-dd2::after{background-image: url(/images/lan-60.png);}
.main5 dd.main5-dd3::after{background-image: url(/images/lan-80.png);}
.main5 dd.main5-dd1.cur::after{background-image: url(/images/huang-70.png);}
.main5 dd.main5-dd2.cur::after{background-image: url(/images/huang-70.png);}
.main5 dd.main5-dd3.cur::after{background-image: url(/images/huang-70.png);}


.main3-h1,.main3-h2,.main3-p,.more3{
	position: relative;
	z-index: 50;
}

.main3-h1{
	font-size: 26px;
	transition: font-size .3s;
}
.main3-h2{
	font-size: 22px;
	transition: font-size .3s;
}

.main5 dd.cur .main3-h1{
	font-size: 36px;
}
.main5 dd.cur .main3-h2{
	font-size: 28px;
}
.main5 {
	height: 520px;
	overflow: hidden;
}


.laos-item{
	background-color: #f9f9f9;
	padding: 30px;
	margin-top: 30px;
	padding-left: 0;
}

.laos-h1{
	font-size: 30px;
	color: #333;
	text-align: center;
	width: 200px;
	margin-top: 5px;
}

.laos-dl{
	overflow: hidden;
}

.laos-dl dl{
	margin:0;
	margin-top: -15px;
}

.laos-dl dd{
	float: left;
	width: 12.5%;
	text-align: center;
	margin-top: 15px;
	
}

.laos-dl dd>a{
	font-size: 15px;
	color: #333;
}

.laos-dl dd>a:hover{
	color: #002876;
	font-weight: bold;
}
.xianren-div{
	margin-top: 35px;
}
.xianren-title{
	font-size: 18px;
	color: #333;
	padding-left: 14px;
	border-left: 3px solid #002876;
	line-height: 1;
}

.xianren-dl dl{
	margin:0;
	margin-left: -2%;
}

.xianren-dl dd{
	float: left;
	width: 48%;
	margin-left: 2%;
	margin-top: 35px;
}

.xianren-pic{
	width: 130px;
	margin-right: 33px;
}

.xianren-pic .imgbox_a{
	padding-bottom: 144.6%;
}

.xianren-con{
	overflow: hidden;
	padding-top: 35px;
}


.xianren-con h1{
	margin:0;
	font-size: 18px;
	color: #002876;
	font-weight:bold;
}

.xianren-p{
	font-size: 16px;
	color: #666;
	line-height: 1.8;
	margin-top: 20px;
}
.pic-list{
	overflow: hidden;
}
.pic-list dl{
	margin:0;
	margin-left: -3%;
}

.pic-list dd{
	float: left;
	width: 30.33333%;
	margin-left: 3%;
	margin-top: 3%;
}
.pic-pic .imgbox_a{
	padding-bottom: 66.67%;
}

.pic-h1{
	font-size: 18px;
	color: #333;
	text-align: center;
	margin-top: 15px;
}

.pic-list dd:hover .pic-h1{
	color: #002876;
	    color: #002876;
    font-weight: bold;

}