/**************************************/
/*************[公用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%;
	left: 0;
	top: 0;
	padding: 25px 0px 0;
	padding-left: 0!important;
	padding-right: 0!important;
	z-index: 999;
}
#header::after{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 126px;
	background-repeat: repeat-x;
	background-position: center bottom;
	content:"";
	z-index: 1;
	background-image: url(../images/lanyin.png);
}
#header .container{
	position: relative;
	z-index: 15;
}
.logo{
	width: 326px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}

.header-right{
	width: 227px;
	margin-top: 15px;
	margin-left: 100px;
}

.header-a1{
	font-size: 18px;
	color: #fff;
	margin-right:20px; 
}

.header-a2{
	font-size: 18px;
	color: #fff;
}

.header-a2 img{
	margin-top: -3px;
}

.header-a3{
	width: 23px;
	margin-top: 2px;
}
.header-a3 a,.header-a3 img{
	display: block;
	width: 100%;
}


.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	padding: 15px 0;
	position: relative;
}
.nav>ul>li+li{
	margin-left: 35px;
}
.nav>ul>li>a{
	font-size: 18px;
	color: #fff;
}

.nav>ul>li.cur::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 2px;
	background-color: #fff;
	content:"";
}

.nav>ul>li>ul{
	position: absolute;
	left: 50%;
	width: 120px;
	margin-left: -60px;
	top:100%;
	z-index: 600;
	background-color: #fff;
	display: none;
	padding: 5px 0
}
.nav>ul>li>ul>li>a{
	display: block;
	padding: 8px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 15px;
	color:#333;
	/*transition: .3s;*/
	text-align: center;
}
.nav>ul>li>ul>li>a:hover{
	color: #033073;
	font-weight: bold;
}

/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}


.main{
	background-repeat: no-repeat;
	background-position: center 435px;
	background-image: url(../images/main-bg.jpg);
	padding: 70px 0 160px;
}

.main1-1{
	width: 1095px;
	margin-right: 38px;
}
.title-00{
	position: relative;
}
.title-00::before{
	position: absolute;
	right: 0;
	left: 155px;
	height: 1px;
	background-color: #e7eaee;
	content:"";
	top: 40px;
}
.title-00-1{
	font-size: 36px;
	font-weight: bold;
	color: #eba92a;
	line-height: 1;
}
.title-00-1 span{
	color: #033073;
}

.title-00-2{
	font-size: 20px;
	color: #a6acbb;
	text-transform: uppercase;
	font-family: 'Times New Roman';
	line-height: 1;
	margin-top: 15px;
}

.title-00 a.fr{
	font-size: 20px;
	color: #a6acbb;
	text-transform: uppercase;
	font-family: 'Times New Roman';
	margin-top: 8px;
}
.title-00 a.fr:hover{
	color: #033073;
}

.main1-1-left{
	width: 534px;
	margin-right: 40px;
	background-color: #fff;
	border-top-left-radius: 50px;
	overflow: hidden;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.05);
	border-bottom-right-radius: 50px;
}

.main1-1-pic .imgbox_a{
	padding-bottom: 60.1124%;
	border-bottom-right-radius: 50px;
}

.main1-1-con{
	padding: 30px 35px 35px;
}


.main1-1-h1{
	font-size: 24px;
	color: #333;
	font-weight: bold;
	line-height: 1.6;
	height: 3.2em;
	overflow: hidden;
}
.main1-1-h1 a:hover{
	color: #033073;
}
.main1-1-p{
	font-size: 16px;
	color: #999;
	line-height: 1.8;
	height: 7.2em;
	overflow: hidden;
	margin-top: 15px;
}

.main1-1-h2{
	font-size: 16px;
	color: #999;
	text-align: right;
	margin-top: 30px;
	position: relative;
}
.main1-1-h2::before{
	position: absolute;
	left: 0;
	top: 50%;
	right:113px;
	border-top: 1px dashed #dce2e6;
	content:"";
}


.main1-list1 dl{
	margin:0;
}

.main1-list1 dd{
	position: relative;
	font-size: 18px;
	color: #999;
	height: 64px;
	line-height: 63px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-right: 120px;
	border-bottom: 1px dashed #eaedef;
}

.main1-list1 dd:hover a{
	color: #003073;
}
.main1-list1 dd:hover span.span101{
	color: #333;
}
.main1-list1 dd a:hover{
	font-weight: bold;
}
.main1-list1 dd span.span101{
	position: absolute;
	right:0;
	top: 0;
	font-size: 18px;
	color: #999;
	font-family: 'Times New Roman';
}


.main-over{
	overflow: hidden;
}

.main1-2-date{
	width: 96px;
	height: 96px;
	background-repeat: no-repeat;
	background-position: center;
	/*background-image: url(../images/date.png);*/
	background-size: cover;
	margin-right: 20px;
}
.main1-2-date-h1{
	font-size: 48px;
	color: #033073;
	font-family: 'Times New Roman';
	font-weight: bold;
	text-align: center;
	line-height: 1;
	padding-top: 13px;
}

.main1-2-date-h2{
	font-size: 12px;
	color: #033073;
	font-family: 'Times New Roman';
	text-align: center;
	margin-top: 3px;
}


.main1-2-con{
	overflow: hidden;
	border-bottom: 1px solid #eaedef;
	padding-bottom: 25px;
}
.main1-2-a{
	font-size: 18px;
	color: #666666;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
}
.main1-2-a a:hover{
	font-weight: bold;
}
.main1-2-p{
	font-size: 14px;
	color: #999;
	overflow: hidden;
	margin-top: 15px;
}

.main1-2-dl{
	margin-top: 60px;
}
.main1-2-dl dl{
	margin:0;
}

.main1-2-dl dd+dd{
	margin-top: 45px;
}

.main1-2-dl dd:hover .main1-2-date{
	background-image: url(../images/date.png);
}
.main1-2-dl dd:hover .main1-2-date-h1{color: #fff;}
.main1-2-dl dd:hover .main1-2-date-h2{color: #fff;}
.main1-2-dl dd:hover .main1-2-a{color: #003073;}





.main2{
	margin-top: 155px;
}
.main2 .title-00{
	width: 670px;
}


.main2-div{
	margin-top: 45px;
}


.main2-pic-wp{
	width: 550px;
	padding: 36px;
	
	margin-right: 146px;
	margin-left: 150px;
	position: relative;
}
.main2-pic-wp-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../images/main2-pic-k.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	left: 0;
	top: 0;
	z-index: 10;
	-webkit-animation:qiuqiu 9s infinite linear;/*åŒ€é€Ÿ å¾ªçŽ¯*/
	-o-animation:qiuqiu 9s infinite linear;/*åŒ€é€Ÿ å¾ªçŽ¯*/
	animation:qiuqiu 9s infinite linear;/*åŒ€é€Ÿ å¾ªçŽ¯*/
 	animation-iteration-count:infinite;
  animation-fill-mode:forwards;
}


@keyframes qiuqiu {
    0% {
        -ms-transform:rotate(0deg); /* Internet Explorer */
		-moz-transform:rotate(0deg); /* Firefox */
		-webkit-transform:rotate(0deg); /* Safari å’Œ Chrome */
		-o-transform:rotate(0deg); /* Opera */
		transform:rotate(0deg); /* Opera */
    }



    100% {
        -ms-transform:rotate(180deg); /* Internet Explorer */
		-moz-transform:rotate(180deg); /* Firefox */
		-webkit-transform:rotate(180deg); /* Safari å’Œ Chrome */
		-o-transform:rotate(180deg); /* Opera */
		transform:rotate(180deg); /* Opera */
    }
}




.main2-pic{
	position: relative;
	z-index: 50;
}
.main2-pic .imgbox_a{
	border-radius: 50;
}


.main2-con{
	overflow: hidden;
	padding-top: 55px;
}

.main2-h1{
	font-size: 36px;
	color: #033073;
	font-family: 'Times New Roman';
	font-weight: bold;
	text-transform: uppercase;
}
.main2-h2{
	font-size: 20px;
	color: #000;
	height: 43px;
	line-height: 43px;
	background-image: url(../images/main2-h2.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	margin: 15px 0 40px;
}
.main2-h2 a:hover{
	color: #033073;
}
.main2-p{
	font-size: 16px;
	color: #666;
	line-height: 2;
	height: 10em;
	overflow: hidden;
}

.main2-di{
	margin-top: 23px;
	border-top: 1px dashed #dae0e4;

}
.main2-di .fl,
.main2-di .fr{
	font-size: 16px;
	color: #033073;
	margin-top: 20px;
}

.main2-di img{
	display: inline-block!important;
	vertical-align: middle;
	width: auto!important;
	margin-right: 10px;
}


.fmain2 .flex-direction-nav .flex-prev{
	left: auto;
	right: 0;
	margin-top: -60px;
}

.fmain2 .flex-direction-nav a{
	width: 56px;
	height: 56px;
}

.fmain2 .flex-direction-nav .flex-next{
	right: 0;
	margin-top: 60px;
}
.fmain2 .flex-control-nav{
	text-align: left;
}
.fmain2 .flex-control-nav li{
	margin:0;
} 
.fmain2 .flex-control-paging li a{
	text-indent: 0;
	font-size: 30px;
	font-weight: bold;
	color: #a8aebd;
	font-family: 'Times New Roman';
	background-image: none!important;
	width: 64px;
	height: 53px;
	line-height: 50px;
	text-align: center;
}
.fmain2 .flex-control-paging li a.flex-active{
	color: #033073;
	border-bottom: 3px solid #033073;
}
.fmain2 .flex-control-paging li a::before{
	content:"0";
}


.main3{
	margin-top: 125px;
}

.main3-dl dl{
	margin:0;
	margin-left: -1%;
}

.main3-dl dd{
	float: left;
	width: 49%;
	margin-left: 1%;
}

.main3-dl dd:nth-child(3){
	margin-top: 1%;
}

.main3-dl dd:nth-child(1) .imgbox_a{
	padding-bottom: 56.2353%;
	border-radius: 35px;
}
.main3-dl dd:nth-child(2) .imgbox_a{
	padding-bottom: 24.12%;
	border-radius: 35px;
}

.main3-dl dd:nth-child(3) .imgbox_a{
	padding-bottom:29.764%;
	border-radius: 35px;
}

.main3-1{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 15;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.main3-1 img{
	display: block;
	width: 91px;
	margin:0 auto 25px;
}

.main3-2{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 15;
	padding: 0 40px 30px;
}
.main3-2-con{
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/bo2.png);
}
.main3-2-1{
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	line-height: 1;
}

.main3-2-2{
	font-size:18px;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	font-family: "Times New Roman";
	text-transform: uppercase;
	margin-top: 15px;
}

.video-wp{
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	opacity: 0;
	visibility: hidden;
	z-index: 1800;
	padding: 0 60px;
	transition:  .3s;
	text-align: center;
	z-index: -1;
}
.video-wp.cur{
	opacity: 1;
	visibility: visible;
	z-index: 1800;
}
.video-box{
	position: relative;
	width: 100%;
}
.video-close{
	position: absolute;
	width: 36px;
	right: -18px;
	top: -18px;
	cursor: pointer;
	z-index: 25;
}
.video-close img{
	display: block;
	width: 100%;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.video-close:hover img{
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transition: transform .3s;
}
.video-box video {
    max-height: calc(100vh - 4em);
    width: 100%!important;
    vertical-align: middle;
    max-width: 100%;
}
.video-box video:focus{
	outline: none;
}

body.cur{
	overflow: hidden;
}


.main4{
	margin-top: 110px;
}

.main4-dl dl{
	margin:0;
	margin-left: -3%;
}
.main4-dl dd{
	float: left;
	width: 22%;
	margin-left: 3%;
	margin-top: 3%;
}
.main4-dl dd>a{
	display: block;
	background-color: #fff;
	height: 200px; 
	line-height: 200px;
	border-radius: 20px;
	padding-left: 20px;
	font-size: 30px;
	color: #333;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.05)
}
.main4-dl dd>a img{
	margin-top: -3px;
	margin-right: 20px;
}

.main4-dl dd>a:hover{
	color: #033073;
	font-weight: bold;
}
/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	background-color: #282631;
	padding:35px 100px 40px;
	position: relative;
	/*overflow: hidden;*/
}
#footer::before{
	position: absolute;
	left: 100px;
	right: 0;
	height: 1px;
	background-color: #69686f;
	content:"";
	top: 125px;
	z-index: 5;
}

.footer-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	height: 454px;
	background-image: url(../images/footer-right-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 6;
}
#footer .container-fluid{
	padding-left: 0;
	padding-right: 0;
}

.footer-1{
	position: relative;
	z-index: 15;
}
.foo-logo{
	/*width: 909px;*/
	padding-bottom: 35px;
	/*border-bottom: 1px solid #69686f;*/
}
.foo-logo a{
	display: block;
	width: 326px;
}
.foo-logo img{
	display: block;
	width: 100%;
}

.foo-div{
	width: 734px;
	margin-top: 28px;
}

.foo-h1{
	font-size: 14px;
	color: #fff;
}

.foo-dl dl{
	margin:0;
	margin-left: -3%;
}

.foo-dl dd{
	float: left;
	width: 47%;
	margin-left: 3%;
	margin-top: 3%;
}
.foo-dl dd>a{
	display: block;
	background-color: #fff;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #333;
	padding-left: 30px;
	padding-right: 57px;
	position: relative;
}
.foo-dl dd>a::after{
	position: absolute;
	width: 12px;
	height: 12px;
	content:"";
	background-image: url(../images/jiao1.png);
	background-repeat: no-repeat;
	background-position: center;
	top: 50%;
	margin-top: -6px;
	right: 37px;
}
.foo-dl dd>a:hover{
	color: #033073;
	font-weight: bold;
}

.footer-2-div{
	margin-left: auto;
}


.footer-2{
	position: absolute;
	width: 630px;
	right: calc((100% - 1480px)/2);
	top: 15px;
	z-index: 50;
}


.foo2-dl dl{
	margin:0;
}

.foo2-dl dd{
	font-size: 18px;
	color: #fff;
}
.foo2-dl dd:first-child{margin-left: 75px;}
.foo2-dl dd:first-child+dd{margin-left: 50px;}
.foo2-dl dd:first-child+dd+dd{margin-left: 35px;}
.foo2-dl dd+dd{
	margin-top: 25px;
}
.foo2-dl dd img{
	margin-top: -3px;
	margin-right: 15px;
}
.er-wp{
	margin-top: 100px;
}
.er{
	font-size: 12px;
	color: #fff;
	text-align: center;
}
.er img{
	display: block;
	width: 85px;
	margin:0 auto 8px;
}


.er+.er{
	margin-left: 40px;
}


.foo2-p{
	font-size: 12px;
	color: #fff;
	line-height: 2;
	margin-top: 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: #033073;

}
.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:240px;
    margin-left: 15px;
    margin-top: 15px;
}

.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: 636px;
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
}

body{
	background-color: #fff;
	overflow-x: hidden;
}

.erji{
	position: relative;
	padding: 70px 0 150px;
}

.erji-top{
	position: absolute;
	width: 100%;
	left: 0;
	top: -158px;
	height: 158px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/banner-2-after.png);
	z-index: 1;
}

.erji-top-1{
	position: absolute;
	width: 380px;
	height: 122px;
	line-height: 122px;
	text-align: center;
	background-color: #033073;
	color: #fff;
	font-size: 40px;
	left: 0;
	top: 20px;
	border-top-right-radius: 122px;
	border-bottom-right-radius: 122px;
}

.mianbaoxie{
	position: absolute;
	right: 100px;
	top: 36px;
	white-space: nowrap;
	font-size: 16px;
	color: #fff;
	padding-left: 27px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/fang.png);
}

.erji-menu{
	position: absolute;
	left: 400px;
	right: 360px;
	top: 19px;
	z-index: 15;
	font-size: 0;
	text-align: center;
}

.erji-menu a{
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	color: #fff;
	padding: 10px 25px;
	border:1px dashed #fff;
	border-radius: 999em;
	margin-top: 20px;
}
.erji-menu a+a{
	margin-left: 20px;
}
.erji-menu a:hover{
	font-weight: bold;
}
.erji-menu a.cur{
	border:1px solid #fff;
	background-color: #fff;
	color: #033073;
	font-weight: bold;
}
.erji-title{
	font-size: 36px;
	font-weight: bold;
	color: #033073;
}

.erji-title::after{
	display: block;
	width: 60px;
	height: 4px;
	background-color: #033073;
	content:"";
	margin:15px auto 0;
}

.mm40{margin-top: 40px;}

.baiDiv{
	background-color: #fff;
	padding: 100px;
	border-radius: 40px;
	box-shadow: 0 0 15px 1px rgba(0,0,0,0.08);
}

.minglu-item+.minglu-item{
	margin-top: 75px;
}
.minglu-title{
	border-bottom: 1px solid #cdd5e1;
}
.minglu-title .fl{
	font-size: 30px;
	color: #033073;
	padding-bottom: 15px;
	position: relative;
	bottom: -1px;
	border-bottom:2px solid #033073;
}

.minglu-item-div{
	margin-top: 50px;
}

.minglu-item-left{
	width: 140px;
	height: 48px;
	line-height: 48px;
	background-color: #033073;
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin-right: 60px;
}

.minglu-item-right{
	overflow: hidden;
	padding-top:10px;
}

.minglu-item-right dl{
	margin:0;
}

.minglu-item-right dd{
	float: left;
	margin-right: 60px;
	margin-bottom: 30px;
	font-size: 18px;
	color: #333;
}

.minglu-item-right dd a:hover{
	color: #033073;
}

.jiben1-pic{
	width: 184px;
	margin-right: 40px;
}

.jiben1-pic .imgbox_a{
	padding-bottom: 122.826%;
	border-radius: 8px;
}

.jiben1-con{
	overflow:hidden; 
	padding-top: 10px;
}

.jiben1-title{
	font-size: 16px;
	color: #999;
	border-left: 1px solid #033073;
	line-height: 1;
}

.jiben1-title span{
	font-size: 30px;
	color: #033073;
	padding: 0 10px 0 20px;
}
.jiben1-dl{
	padding-left: 21px;
	padding-top: 20px;
}
.jiben1-dl dl{
	margin:0;
	font-size: 0;
	margin-left: -2%;
}

.jiben1-dl dd{
	display: inline-block;
	vertical-align: top;
	width: 31.3333%;
	margin-left: 2%;
	margin-top: 30px;
	font-size: 16px;
	color: #333;
}
.jiben2{
	margin-top: 120px;
}
.jiben2-title {
	border-bottom: 1px solid #cdd5e1;

}
.jiben2-title .jiben1-title{
	border-left: 0;
	padding-bottom: 20px;
	border-bottom: 2px solid #033073;
	position: relative;
	bottom: -1px;
}
.jiben2 .jiben1-title span{
	padding-left: 0;
}

.jiben2-con{
	font-size: 16px;
	color: #333;
	margin-top: 40px;
	line-height: 2;
}

.biye-list dl{
	margin:0;
	margin-left: -3%;
}

.biye-list dd{
	float: left;
	width: 30.3333%;
	margin-left: 3%;
	margin-top: 3%;
}

.biye-pic .imgbox_a{
	padding-bottom: 56.223%;
	border-radius: 18px;
}

.biye-h1{
	font-size: 24px;
	color: #333;
	text-align: center;
	margin-top: 27px;
}

.biye-item:hover .biye-h1{
	color: #033073;
}

.fenye{
	text-align: center;
	margin-top: 55px;
}

.fenye ul{
	margin:0;
}

.xinwen-item+.xinwen-item{
	margin-top: 50px;
}

.xinwen-item{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/xinwen-item-bg1.png);
	padding: 40px 100px;
	border-top-left-radius: 42px;
	border-bottom-right-radius: 42px;
	overflow: hidden;
	transition: background-image .3s;
}

.xinwen-pic{
	width: 340px;
	margin-right: 40px;
}

.xinwen-pic .imgbox_a{
	padding-bottom: 64.7%;
	border-radius: 10px;
}

.xinwen-con{
	overflow: hidden;
	padding-top: 15px;
}

.xinwen-h1{
	font-size: 30px;
	color: #333;
	position: relative;
	padding-right: 150px;
	transition: color .3s;
}

.xinwen-h1 .span101{
	position: absolute;
	right: 0;
	top: 4px;
	font-size: 24px;
}

.xinwen-p-wp{
	margin-top: 20px;
	padding-top: 27px;
	border-top: 1px solid #033073;
	transition: border-color .3s;
}

.xinwen-p{
	font-size: 16px;
	color: #999;
	line-height: 2;
	height: 6em;
	overflow: hidden;
	transition: color .3s;
}


.xinwen-item:hover{
	background-image: url(../images/xinwen-item-bg2.png);

}

.xinwen-item:hover .xinwen-h1{
	color: #fff;
}
.xinwen-item:hover .xinwen-p-wp{
	border-color: #fff;
}
.xinwen-item:hover .xinwen-p{
	color: #fff;
}

.tongzhi .xinwen-con{
	padding-top: 0
}


.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: 16px;
	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;
	height: auto!important;
}
.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:#033073;
}


.danpian{
	padding: 70px;
}


.lingdao .xinwen-con{
	padding-top: 0;
}

.lingdao .xinwen-item{
	background-image: url(../images/lingdao-item-bg1.png);
	border-top-left-radius: 22px;
  border-bottom-right-radius: 0px;
}

.lingdao .xinwen-item:hover{
	background-image: url(../images/lingdao-item-bg2.png);
}
.lingdao .xinwen-item:hover .lingdao-h1{
	color: #fff;
}
.lingdao .xinwen-item:hover .lingdao-h1 a{
	color: #fff;
}
.lingdao .xinwen-item .xinwen-p{
	height: 8em;
}
.xinwen-p p{
	margin:0;
	color: inherit;
}

.lingdao-h1{
	font-size: 20px;
	color: #033073;
	transition: color .3s;
}
.lingdao-h1 a{
	margin-right: 60px;
	font-size: 30px;
	color: #333;
	transition: color .3s;
}
.lingdao-h1 a:hover{
	font-weight: bold;
}
.jiangtang-list{
	overflow: hidden;
}
.jiangtang-list dl{
	margin:0;
	margin-left: -3%;
	margin-top: -3%;
}
.jiangtang-list dd{
	float: left;
	width: 47%;
	margin-left: 3%;
	margin-top: 3%;
}

.jiangtang-item{
	background-color: #fff;
	border-radius: 20px;
	border:1px solid #cfd3e5;
	padding: 40px;
}

.jiangtang-pic{
	width: 200px;
	margin-right: 40px;
}
.jiangtang-pic .imgbox_a{
	border-radius: 13px;
}

.jiangtang-con{
	overflow: hidden;

}

.jiangtang-h1{
	font-size: 24px;
	font-weight: bold;
	color: #333;
	font-family: "Times New Roman";
	text-transform: uppercase;
	text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
}

.jiangtang-h2{
	font-size: 24px;
	font-weight: bold;
	color: #333;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
	margin:15px 0 20px;
}

.jiangtang-p{
	font-size: 16px;
	color: #333;
	line-height: 1.8;
}

.jiangtang-p p{
	margin:0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}


.jiangtang-item:hover{
	border-color:#033073;
}

.jiangtang-item:hover .jiangtang-h1{color: #033073;}
.jiangtang-item:hover .jiangtang-h2{color: #033073;}
.jiangtang-item:hover .jiangtang-p{color: #033073;}

.jiaoxue1{
	font-size: 18px;
	color: #033073;
	line-height: 1.8;
	text-align: center;
}
.jiaoxue2{
	margin-top: 100px;
}
.jiaoxue2 img{
	display: block;
	margin:0 auto;
}