@media (max-width: 4096px) and (min-width: 1920px) {  
.main-menu ul li a{display: block;
   color: #fff;
   font-weight: 600;
   position: relative;font-size: 20px;
   font-family: 'microsoft yahei';
  padding: 30px 4px 10px 45px;
   }
}

@media (max-width: 2048px) and (min-width: 1664px) {  
.main-menu ul li a{display: block;
color: #fff;
font-weight: 600;
   position: relative;font-size: 20px;
   font-family: 'microsoft yahei';
  padding: 30px 4px 10px 25px;
   }
}

@media (max-width: 1663px) and (min-width: 812px) {  
.main-menu ul li a{display: block;
color: #fff;
font-weight: 600;
   position: relative;font-size: 19px;
   font-family: 'microsoft yahei';
   padding: 30px 4px 10px 15px;
   }
}

@media (max-width: 768px) {
.f0r{
float: inherit;
}
}

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;
}
*/
/* PC端样式 */
@media (min-width: 768px) {
        .tver {
        display: flex;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%; 
        text-align: left;
        align-items: inherit;
        padding-right: 20px;
    }
}

/* 手机端样式 */
@media (max-width: 767px) {
    .tver {
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: calc(15ch * 1em); /* 假设每个汉字占用1em的宽度 */
    }
}

.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{
	-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);
}


#header{
	height: 131px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/header-bg.png);
	padding-left: 4%;
	padding-right:9%;
	position: relative;
	z-index: 999;
}
#header::before{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height:3px;
	background-color: #ffc97c;
	content:"";
	z-index: 1;
}

.logo{
	/*
width: 596px;
	margin-top: 29px;
	position: relative;
	z-index: 15;
*/
}

.search{
	position: relative;
	padding: 2px 40px 2px 20px;
	padding-right: 67px;
	width: 210px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/search.png);
}
.search input:focus{
	outline: none;
}
.search input[type="text"]{
	display: block;
	width: 100%;
	height: 34px;
	border:0;
	border-right: 0;
	font-size: 14px;
	color: #333;
	line-height: 1.428571;
	padding: 6px 0;
}
.search input[type="image"]{
	position: absolute;
	right:5px;
	top: 4px;
	width: 30px;
}

.header-right{
	margin-top: 19px;
	position: relative;
	z-index: 15;
}

.header-dla dl{
	margin:0;
}

.header-dla dd{
	float: left;
	padding-left: 25px;
	height: 38px;
	line-height: 38px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: 20px;
	font-size: 16px;
	color: #333;
}
.header-dla dd a:hover{
	color: #11477f;
}


.nav{
	margin-top: 15px;
}
.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	position: relative;
}

.nav>ul>li+li{
	margin-left: 60px;
}


.nav>ul>li>a{
	display: block;
	font-size: 18px;
	color: #333;
	height: 59px;
	line-height: 59px;
	background-repeat: no-repeat;
	background-position: center bottom;
font-weight: bold;
}


.nav>ul>li.cur>a{
	background-image: url(../images/jt.png);
}

.nav>ul>li>ul{
	position: absolute;
	left: 50%;
	margin-left: -60px;
	width: 120px;
	top:100%;
	z-index: 600;
	background-color: #ffc97c;
	display: none;
}
.nav>ul>li>ul>li>a{
	display: block;
	padding: 10px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 14px;
	color:#fff;
	/*transition: .3s;*/
	text-align: center;
}
.nav>ul>li>ul>li>a:hover{
	background-color: #ecba72;
}


#main{

}

.fafa .flex-control-nav{
	width: auto;
	left: 50%;
	transform: translateX(-50%);
	background-color: rgba(0,0,0,0.28);
	border-radius:29px;
	padding: 10px 15px;
}
.fafa .flex-control-paging li{
	vertical-align: top;
}
.fafa .flex-control-paging li a{
	width: 9px;
	height: 9px;
}

.fafa .flex-control-paging li a.flex-active{
	width: 25px;
	height: 8px;
}


.main1{
	background-color: #fff;
	padding: 85px 0 55px;
}
.main-title{
	position: relative;
	margin-bottom: 40px;
}

.main-hua{
	position: absolute;
	right: 87px;
	top:3px;
	z-index: 30;
	background-color: #f6f6f6;
	padding-left: 15px;
}
.main-hua span{
	float: left;
	background-color: #f6f6f6;
	font-size: 20px;
	color: #333;
	cursor: pointer;
}
.main-hua span+span{
	margin-left: 15px;
}
.main-hua span.cur{
	color: #11477f;
}


.main-title::before{
	position: absolute;
	left: 255px;
	right: 87px;
	top: 15px;
	content:"";
	z-index: 1;
	background-color: #e3e3e3;
	height: 3px;
}
.main-title::after{
	position: absolute;
	left: 150px;
	width:100px;
	top: 15px;
	content:"";
	z-index: 2;
	background-color: #11477f;
	height: 3px;
}

.main-title a.fr{
	display: none;
	width: 84px;
	height: 34px;
	line-height: 34px;
	background-image: url(../images/fr.png);
	background-size: 100%;
	font-size: 14px;
	color: #fff;
	padding-left: 20px;
	position: relative;
	z-index: 30;
}
.main-title a.fr:hover{
	font-weight: bold;
}
.main-title a.fr.frr{
	display: block;
}


.main-title-h1{
	font-size: 34px;
	color: #333;
	font-family: "albbm";
	line-height: 1;
	position: relative;
	z-index: 30;
}

.main1-top .main-title::before{
	left: 305px;
}
.main1-top .main-title::after{
	left: 200px;
}
.main1-top .main-title-h1{
	padding-left: 50px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/main-title1.png);
}

.main1-1 {
    width: 685px;
}

@media only screen and (max-width: 768px) {
    .main1-1 {
        width: 320px;
    }
}

.fmain1 .imgbox_a{
	padding-bottom: 72.23%;
}

.fmain1 .imgbox_a::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 146px;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/heidi2.png);
	content:"";
	z-index: 1;
}


.main1-1-con{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 15;
	padding: 0 95px 20px 28px;
}

.main1-1-date{
	display: inline-block;
	font-size: 16px;
	color: #fff;
	/*font-family: "Georgia";*/
	background-color: #11477f;
	padding: 4px 12px 7px;
}

.main1-1-h1{
	font-size: 18px;
	color: #fff;
	margin-top: 12px;
       font-weight:600;
}

.fmain1 .flex-control-paging li a{
	width:7px;
	height: 7px;
	background-image: url(../images/arrow-b2.png);
	transition: width .3s,background-image .3s;
}
.fmain1 .flex-control-paging li a.flex-active{
	background-image: url(../images/arrow-b2-h.png);
	width: 25px;
}

.fmain1 .flex-control-nav{
	height: 0;
	text-align: right;
	padding-right: 23px;
	bottom: 30px;
}
.fmain1 .flex-control-nav li{
	margin:0;
}

.fmain1 .flex-control-nav li+li{
	margin-left: 6px;
}

@media (max-width: 768px) {
.main1-2{
	width: auto;
}
}


@media (max-width: 769px) {
.main1-2{
	width: 690px;
}
}

.main1-2-dl dl{
	margin:0;
}

.main1-2-dl dd+dd{
	margin-top: 28.8px;
}

.main1-2-date{
	width: 84px;
	height: 78px;
	text-align: right;
	padding-top: 12px;
	padding-right: 12px;
	margin-right: 15px;
}
.main1-2-date h1{
	margin:0;
	font-size: 34px;
	color: #11477f;
	font-family: "albbm";
	line-height: 1;
}

.main1-2-date h2{
	margin:0;
	font-size: 14px;
	color: #11477f;
	margin-top: 5px;
}

.main1-2-con{
	overflow: hidden;
	height: 80px;
	text-align: left;
	align-items: center;
	display: flex;
}


.main1-2-con h1{
	margin:0;
	font-size: 19px;
	color: #000;
}
.main1-2-con h1 a:hover{
	color: #11477f;
}
.main1-2-con p{
	margin:0;
	font-size: 16px;
	color: #666;
	margin-top: 15px;
}


.main1-bottom{
	margin-top: 40px;
	padding-top: 25px;
	border-top: 1px solid #e9e8e8;
}


.main1-bottom-title{
	width: 240px;
	height: 165px;
	background-image: url(../images/main1-title-bg1.jpg);
	background-size: cover;
	padding-top: 45px;
	padding-left: 42px;
	margin-top: 15px;
}

.main1-bottom-title h1{
	margin:0;
	font-size: 34px;
	font-family: "albbm";
	color: #fff;
}

.main1-bottom-title a{
	font-size: 16px;
	color: #fff;
	opacity: 0.63;
	transition: opacity .3s;
	margin-top: 25px;
	margin-left: 35px;
	display: inline-block;
}
.main1-bottom-title a img{
	margin-left: 5px;
}
.main1-bottom-title a:hover{
	opacity: 1;
}


.main1-bottom-list{
	overflow: hidden;
}


.main1-bottom-list dl{
	margin:0;
}

.main1-bottom-list dd{
	float: left;
	width: 47%;
	margin-left: 3%;
	position: relative;
	padding-right: 100px;
	font-size: 18px;
	color: #333;
	height: 60px;
	line-height: 59px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	border-bottom: 1px solid #eaeaea;
	padding-left: 5px;
	background: #fff;
}

.main1-bottom-list dd a:hover{
	color: #11477f;
}

.span_33{
	/*position: absolute;*/
	right:28px;
	top: 0;
	font-size: 18px;
	color: #11477f;
	z-index: 15;
        float: right;
	text-align: right;
}

.main2{
	background-color: #e6edf1;
	padding: 45px 0 38px;
	background-image: url(../images/main2-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	min-height: 195px;
}


.main2-list .item{
	font-size: 0;
	text-align: center;
}


.main2-a{
	display: inline-block;
	font-size: 16px;
	color: #333;
	position: relative;
	transition: color .3s;
}
.main2-a:hover{
	color: #11477f;
	/*font-family: "albbm";*/
}
.main2-a:hover img{opacity: 0;}
.main2-a:hover img.imgCur{opacity: 1;}

.main2-a img{
	width: 80px!important;
	margin:0 auto 15px;
}
.main2-a img.imgCur{
	position: absolute;
	left: 50%;
	margin-left: -39px;
	top: 0;
	opacity: 0;
	transition: opacity .3s;
}

.main2-list .owl-nav button.owl-prev{
    position: absolute;
    left:-10px;
    top: 50%;
    margin-top: -8px;
    width: 9px;
    height: 16px;
    background-image: url(../images/left.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
}

.main2-list .owl-nav button.owl-next{
    position: absolute;
    right:-10px;
    top: 50%;
    margin-top: -8px;
    width: 9px;
    height: 16px;
    background-image: url(../images/right.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
}
.main3{
	padding: 75px 0 70px;
	padding-bottom: 0!important;
}

.main3-div{
	width: 48%;
}


.main3-pic .imgbox_a{
	padding-bottom: 19.6%;
}

.main3-div .list01{
	padding-top: 25px;
}
.main3-div .list01 dd+dd {
  margin-top: 23px;
}


.main3-list2{display: none;}
.main3-list2:first-child{
	display: block;
}

.main3-list2 dl{
	margin:0;
}

.main3-list2 dd{
	position: relative;
	padding-right: 125px;
	font-size: 18px;
	color: #333;
	height: 58px;
	line-height: 58px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 57px;
	background-image: url(../images/main3-list2.png);
	background-repeat: no-repeat;
	background-position: 26px center;
	border-left: 3px solid #11477f;
	background-color: #f8f8f8;
}
.main3-list2 dd::after{
	position: absolute;
	width: 39px;
	height: 100%;
	right: 0;
	bottom: 0;
	content:"";
	opacity: 0;
	background-image: url(../images/wei.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.main3-list2 dd+dd{
	margin-top: 9px;
}
.main3-list2 dd:hover{
	color: #11477f;
	background-color: #f9f4f4;
	background-image: url(../images/main3-list2h.png);
}
.main3-list2 dd:hover::after{
	opacity: 1
}
.main3-list2 dd span.span_22{
	position: absolute;
	right:35px;
	top: 0;
	font-size: 16px;
	color: #666;
	/*font-family: "Georgia";*/
	z-index: 15;
}











.main4{
	background-color: #f8f8f8;
	padding: 19px 0;
}

.main4-title{
	height: 45px;
	line-height: 45px;
	font-size: 20px;
	color: #333;
}

.main4-sel dl{
	margin:0;
}

.main4-sel dd{
	float: left;
	width: 315px;
}

.main4-sel dd+dd{
	margin-left: 60px;
}
.main4-sel dd select.form-control{
	height: 45px;
	background-color: #f0f0f0;
	padding: 10px 12px;
}

#footer{
	background-image: url(../images/footer-bbg.jpg);
	/*background-color: #11477f;*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.footer-1{
	padding: 30px 0 20px;
	
}

.foo1-1{
	width: 494px;
	margin-top: 55px;
}

.foo1-1 a,.foo1-1 img{
	display: block;
	width: 100%;
}

.foo1-2-a-item{
	font-size: 14px;
	color: #fff; 
}
.foo1-2-a-item+.foo1-2-a-item{
	margin-top: 10px;
}
.foo1-2{
	margin-left: 250px;
	width: 200px;
}
.foo1-2 p{
	margin:0;
	font-size: 14px;
	color: #fff;
}

.foo1-2 p+p{
	margin-top: 10px;
}


.foo1-3{
	width: 305px;
}

.foo1-h1{
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	padding-bottom: 15px;
}
.foo1-3 p{
	margin:0;
	font-size: 14px;
	color: #fff;
}

.foo1-3 p+p{
	margin-top: 10px;
}


.footer-2{
	padding: 18px 0;
	font-size: 14px;
	color: rgba(255,255,255,0.59);
	line-height: 1.8;
	border-top: 1px solid rgba(255,255,255,0.59);
}

.footer-2 a:hover{
	color: #fff;
}

#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: #11477f;

}
.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: 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(../images/heidi.png);
	display: none;

}

.banner-2{
	height: 225px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.erji{
	background-color: #f8f8f8;
	padding: 65px 0 55px;
}

.erji-title{
	font-size: 34px;
	color: #333;
	font-family: "albbm";
	line-height: 1;
}
.erji-menu{
	padding: 40px 0 50px;
}
.erji-menu dl{
	margin:0;
	font-size: 0;
	text-align: center;
}

.erji-menu dd{
	display: inline-block;
	margin-bottom: 10px;
}
.erji-menu dd+dd{
	margin-left: 10px;
}
.erji-menu dd>a{
	display: block;
	padding: 18px;
	min-width: 215px;
	background-color: #fff;
	font-size: 20px;
	color: #333;
	background-size: cover;
}
.erji-menu dd>a:hover{
	color: #11477f;
}
.erji-menu dd.cur>a{
	color: #fff!important;
	background-image: url(../images/menuh.jpg);
	background-color: #11477f;
}

.erji-menu2{
	width: 290px;
	margin-right: 50px;
	background-color: #fff;
	padding: 40px 27px 250px;
	background-image: url(../images/erji-menu2-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	min-height:700px;
}


.erji-menu2-dl{
	margin-top: 23px;
}

.erji-menu2-dl dl{
	margin:0;
}

.erji-menu2-dl dd>a{
	display: block;
	height: 67px;
	line-height: 67px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	font-size: 20px;
	color: #333;
	padding-left: 20px;
	padding-right:35px;
	position: relative;
}
.erji-menu2-dl dd>a::after{
	position: absolute;
	right: 23px;
	top: 50%;
	margin-top: -6px;
	width: 6px;
	height: 12px;
	content:"";
	background-image: url(../images/jiao3.png);
	z-index: 15;
}
.erji-menu2-dl dd{
	border-bottom: 1px solid #d3d3d3;
}
.erji-menu2-dl dd>a:hover{
	color: #11477f;
}
.erji-menu2-dl dd.cur>a{
	background-image: url(../images/erji-menu2-cur.jpg);
	color: #fff!important;
}
.erji-menu2-dl dd.cur>a::after{
	background-image: url(../images/jiao3h.png);
}

.erji-div-wp{
	overflow: hidden;

}
.erji-div{
	background-color: #fff;
	padding: 35px 30px;
}

.mianbaoxie{
	font-size: 14px;
	color: #999;
	margin-top:8px;
	background-image: url(../images/mian.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	padding-left: 18px;
}

.mianbaoxie a:hover,
.mianbaoxie span{
	color: #c61000;
}


.erji-div-title{
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 18px;
}

.erji-div-content{
	margin-top: 30px;
}



.list01 dl{
	margin:0;
}

.list01 dd{
	position: relative;
	padding-right: 90px;
	font-size: 18px;
	color: #333;
	height: 20px;
	line-height: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 22px;
	background-image: url(../images/list01.png);
	background-repeat: no-repeat;
	background-position: 0px center;
}
.list01 dd+dd{
	margin-top: 30px;
}
.list01 dd a:hover{
	color: #11477f;
}
.list01 dd span.span_11{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
	color: #666;
	/*font-family: "Georgia";*/
}

.fenye{
	text-align: center;
	margin-top:50px;
}
.fenye ul{
	margin:0;
}

.news-list dl{
	margin:0;
}

.news-list dd+dd{
	margin-top: 35px;
}

.news-list dd>a{
	display: block;
	background-color: #fff;
	padding: 20px;
	transition: background-color .3s;
}

.news-pic{
	width: 240px;
	margin-right: 40px;
}

.news-pic .imgbox_a{
	padding-bottom: 66.67%;
}

.news-con{
	overflow: hidden;
	padding-top: 18px;
}

.news-con h1{
	margin:0;
	font-size: 16px;
	color: #999;
	font-family: 'Georgia';
	transition: background-image .3s,color .3s;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left 40%;
	background-image: url(../images/time.png);
}



.news-con h2{
	margin:0;
	font-size: 18px;
	color: #333;
	margin:17px 0 14px;
	transition: color .3s;
}

.news-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 2;
	height: 4em;
	overflow: hidden;
	transition: color .3s;
}

.news-list dd>a:hover{
	background-color: #11477f;
}

.news-list dd>a:hover .news-con h1{color: #fff;background-image: url(../images/timeh.png);}
.news-list dd>a:hover .news-con h2{color: #fff;}
.news-list dd>a:hover .news-con p{color: #fff;}



.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;
	line-height: 2;
	padding: 20px 0 20px;
}
.danpian-con *{
	font-size: 16px!important;
	line-height: 2!important;
}
.danpian-con img{
	/* display: block; */
	margin:15px auto;
}
.danpian-con img[src*="fileTypeImages/icon"] {
    display: inline-block;
    margin: 0;
}

.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:#11477f;
}



.work{
	background-color: #fff;
}
.work-menu{
	
}
.work-menu dl{
	font-size: 0;
	margin:0;
	margin-left: -3%;
}

.work-menu dd{
	display: inline-block;
	width: 17%;
	margin-left: 3%;
	margin-top: 3%;
	vertical-align: top;
	position: relative;
}


.work-menu dd span{
	display: flex;
	height: 60px;
	font-size: 18px;
	color: #333;
	line-height: 1.2;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 0 30px;
	cursor: pointer;
	background-color: #e4e4e4;
}
.work-menu dd:hover span{
	color: #11477f;
}
.work-menu dd:nth-child(9) span{padding: 0;}
.work-menu dd:nth-child(10) span{padding: 0;}


.work-menu dd.cur span{
	background-color: #11477f;
	color: #fff;
}

.work-div-wp{
	padding: 50px 35px;
	min-height: 580px;
}

.work-div{
	font-size: 18px;
	color: #333;
	line-height: 1.8;
	display: none;
}

.work-div:first-child{
	display: block;
}

.main5-dl{
	overflow: hidden;
}
.main5-dl dl{
	margin:0;
	margin-left: -3%;
}

.main5-dl dd{
	float: left;
	width: 17%;
	margin-left: 3%;
}

.main5-dl dd>a{
	display: block;
	height: 240px;
	
	padding: 49px 15px 0 42px;
	position: relative;
	overflow: hidden;
}

.main5-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: .3s;
}


.main5-dl dd>a:hover .main5-bg{
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}



.main5-dl dd>a h1{
	margin:0;
	font-size: 24px;
	color: #fff;
	line-height: 1;
	/*padding-top: */
	position: relative;
	z-index: 50;
}

.main5-dl dd>a h1::before{
	width: 2em;
	height: 2px;
	content:"";
	display: block;
	margin-bottom: 17px;
	background-color: #fff;
}

.main5-ico{
	position: absolute;
	width: 101px;
	right: 30px;
	bottom:25px;
	z-index: 50;
}
.main5-ico img{
	display: block;
	width: 100%;
}

.main5{
	padding: 70px 0;
}
.main1{
	background-image: url(../images/main1-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.main35{
	background-image: url(../images/main35-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}