/**************************************/
/*************[公用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{

}


.header-1{
	background-color: #445eb6;
	padding: 0 45px;
}
.header-1 .container-fluid{
	padding-left: 0;
	padding-right: 0;
}
.header-1 .fl{
	height:49px;
	line-height: 49px;
	font-size: 14px;
	color: #e2e3f4;
}

.header-1-a1{
	width: 34px;
	margin-top: 14px;
}

.header-1-a1 a,.header-1-a1 img{
	display: block;
	width: 100%;
}

.search{
	width: 192px;
	height: 34px;
	margin-top: 8px;
	margin-left: 35px;
	margin-right: 22px;
	padding: 2px 37px 2px 18px;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

.search input:focus{
	outline: none;
}

.search input[type="text"]{
	display: block;
	width: 100%;
	height: 30px;
	border:0;
	font-size: 14px;
	color: #fff;
	padding: 4px 0px;
	background-color: transparent;
}
.search input[type="text"]::placeholder {
  color: rgba(255,255,255,0.37); /* 设置颜色 */
}

.search input[type="image"]{
	position: absolute;
	width: 16px;
	right:13px;
	top: 9px;
}


.header-1-a2{
	height:49px;
	line-height: 49px;
	font-size: 14px;
	color: #e2e3f4;
}
.header-1-a2 a:hover{
	color: #fff;
}
.header-1-a2 img{
	margin-top: -3px;
	margin-right: 10px;
}

.header-2{
	height:134px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/header-2.jpg);
}


.logo{
	width: 414px;
	margin-top: 28px;
}

.logo a.logo img{
	display: block;
	width: 100%;
}
.nav{
	margin-top: 24px;
}
.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	height: 110px;
	line-height: 110px;
	position: relative;
}
.nav>ul>li.cur::before{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 3px;
	background-color: #445eb6;
	content:"";
	z-index: 15;

}
.nav>ul>li+li{
	margin-left: 40px;
}
.nav>ul>li>a{
	display: block;
	font-size: 18px;
	color: #333;
}
.nav>ul>li.cur>a,
.nav>ul>li:hover>a{
	color: #364d99;
}

.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: #364d99;
	color: #fff;
}








/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}

.banner{
	position: relative;
}


.fafa .flex-direction-nav{
	position: absolute;
	width: 1400px;
	margin-left: -700px;
	left: 50%;
	height: 0;
	top: 50%;
}
.fafa .flex-direction-nav a{
	width: 50px;
	height: 50px;
	margin-top: -25px;
}
.fafa .flex-direction-nav .flex-prev{
	left: -70px;
}

.fafa .flex-direction-nav .flex-next{
	right: -70px;
}

.main0{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 19px;
	z-index: 20;
}

.main0-dl dl{
	margin:0;
}

.main0-dl dd{
	float: left;
	width: 25%;
	background-color: #fff;
	padding: 40px 20px 35px;
	text-align: center;
}
.main0-dl dd a{
	font-size: 18px;
	color: #000;
}
.main0-dl dd+dd{
	border-left: 1px solid #f0f0f0;
}

.main0-dl dd:hover a{
	color: #364d99;
	font-weight: bold;
}
.main0-dl dd a img{
	margin-top: -3px;
	margin-right: 27px;
}
.main0-dl dd>img{
	margin-left:105px;
}

.pp50{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.main1{
	padding: 60px 0 70px;
	background-image: url(../images/main1-bg.jpg);
}


.main-left{
	width: 48%;
}

.main-right{
	width: 48%;
}
.title-11{
	padding-bottom: 30px;
}
.title-11-h1{
	font-size: 14px;
	color: #999999;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.title-11-h2{
	font-size: 30px;
	color: #333;
	font-weight: bold;
	letter-spacing:1px;
}

.title-11 a.fr{
	font-size: 14px;
	color: #666;
	margin-top: 30px;
}

.title-11 a.fr:hover{
	color: #364d99;
}

.ziBai .title-11-h1{color: #fff;}
.ziBai .title-11-h2{color: #fff;}
.ziBai.title-11 a.fr{color: #fff;}
.ziBai.title-11 a.fr:hover{
	font-weight: bold;
}


.main1-1-pic .imgbox_a{
	padding-bottom: 52.9%
}

.main1-1-con{
	margin-top: 17px;
}

.main1-1-h1{
	font-size: 16px;
	color: #000;
}
.main1-1-h1 a:hover{
	color: #364d99;
}
.main1-1-p{
	font-size: 14px;
	color: #666;
	margin:10px 0 15px;
}

.main1-1-di .fl{
	font-size: 14px;
	color: #999;
}

.main1-1-di .fl span{
	font-size: 20px;
	color: #333;
	padding-right: 15px;
}
.main1-1-di a.fr{
	font-size: 14px;
	color: #999;
	margin-top: 6px;
}
.main1-1-di a.fr:hover{
	color: #364d99;
}
.main1 .main1-1-list2{
	margin-top: 27px;
	padding-top: 28px;
	border-top: 1px solid #e5e4e4;
}
.main1-1-list2 dl{
	margin:0;
}

.main1-1-list2 dd{
	position: relative;
	padding-right: 85px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 16px;
	color: #333;
	height:18px;
	line-height: 18px;
	background-image: url(../images/dian1.png);
	background-repeat: no-repeat;
	background-position: 2px center;
	padding-left: 22px;
}
.main1-1-list2 dd+dd{
	margin-top: 19px;
}
.main1-1-list2 dd span.span_005{
	position: absolute;
	right:0px;
	top: 0;
	font-size: 14px;
	color: #999;
}

.main1-1-list2 dd a:hover{
	color: #364d99;
}


.main1-2-div{
	background-color: #fff;
	padding: 22px;
	border-radius: 4px;
	box-shadow: 3px 4px 32px 0px rgba(47, 96, 162, 0.08);
}
.main1-2-div dl{
	margin:0;
}

.main1-2-div dd+dd{
	margin-top: 22px;
}

.main1-2-date{
	width: 83px;
	height: 80px;
	background-color: #364d99;
	border-radius:4px;
	text-align: center; 
	padding-top: 13px;
	margin-right: 22px;
}
.main1-2-date-h1{
	font-size: 34px;
	color: #fff;
	line-height: 1;
}
.main1-2-date-h2{
	font-size: 12px;
	color: #fff;
	line-height: 1;
	margin-top: 6px;
}

.main1-2-con{
	overflow: hidden;
	padding-top: 12px;
}

.main1-2-h1{
	font-size: 18px;
	color: #000;
}
.main1-2-h1 a:hover{
	color: #364d99;
}
.main1-2-p{
	font-size: 14px;
	color: #666;
	margin-top: 10px;
}
.main2{
	padding: 65px 0 100px;
	background-image: url(../images/main2-bg.jpg);
}
.main2-list{
	overflow: hidden;
}
.main2-list dl{
	margin:0;
	margin-left: -3%;
	margin-top: -3%;
}

.main2-list dd{
	float: left;
	width: 47%;
	margin-left: 3%;
	margin-top: 3%;
}
.main2-list dd>a{
	display: block;
	background-color: #fff;
	padding: 28px 40px 20px;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	background-image: url(../images/main2-ddbg0.jpg);
	transition: background-image .3s;
}
.main2-list dd>a:hover{
	background-image: url(../images/main2-ddbg.jpg);
}
.main2-list dd>a:hover .main2-h1{
	color: #2e397f;
}
.main2-h1{
	font-size: 18px;
	color: #000;
}

.main2-dl{
	padding-top: 5px;
}

.main2-dd{
	font-size: 14px;
	color: #2e397f;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;
	line-height: 22px;
	margin-top: 15px;
}






.main3{
	padding: 65px 0 70px;
	background-image: url(../images/main3-bg.jpg);
}

.tui1{
	background-color: #fff;
}

.tui1-pic{
	width: 307px;
}
.tui1-pic .imgbox_a{
	padding-bottom: 72.64%;
}

.tui1-con{
	overflow: hidden;
	padding: 26px 25px 0;
}


.tui1-h1{
	font-size: 18px;
	color: #234382;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}
.tui1-h1 a:hover{
	font-weight: bold;
}

.tui1-h2{
	font-size: 14px;
	color: #999;
	margin:10px 0 20px;
}


.tui1-p{
	font-size: 14px;
	color: #999;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}

.main3 .main1-1-list2{
	padding-top: 40px;
}
.main3 .main1-1-list2 dd{
	background-image: url(../images/dian2.png);
}
.main3 .main1-1-list2 dd+dd{
	margin-top: 24px;
}










.main4{
	padding: 60px 0 70px;
	background-color: #fff;
}


.main4-list .imgbox_a{
	padding-bottom: 67.89%;
}

.main4-list .imgbox_a::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 112px;
	content:"";
	left: 0;
	bottom: 0;
	z-index: 5;
	background-image: url(../images/heidi1.png);
}


.main4-h1{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 0 15px 15px;
	font-size: 16px;
	color: #fff;
	z-index: 15;
	text-align: center;
}

.main4 .main1-1-list2{
	padding-top:20px;
}
.main4 .main1-1-list2 dd{
	
	padding-left: 39px;
	background-position: 15px center;
	padding-right: 115px;
	height: 52px;
	line-height: 52px;
	background-color: #f8f8f8;
}
.main4 .main1-1-list2 dd+dd{
	margin-top:10px;
}
.main4 .main1-1-list2 dd span.span_005{
	right: 20px;
}



/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	height: 273px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	background-image: url(../images/footer-bg.jpg);
}


.footer-1{
	padding: 60px 0 55px;
	border-bottom: 1px solid #4f65aa;
}

.footer-1-div{
	position: relative;
	padding-left: 80px;
	height: 22px;
}

.footer-1-title{
	position: absolute;
	left: 0;
	top: 0;
	height: 22px;
	line-height: 22px;
	font-size: 16px;
	color: #fff;
}


.footer-1-item{
	font-size: 16px;
	color: #fff;
	height: 22px;
	line-height: 22px;
	display: inline-block;
	vertical-align: top;
	padding: 0 40px;
	position: relative;
}
.footer-1-item::after{
	position: absolute;
	content:"|";
	right: 0;
	top: 0;
}
.footer-1-item a:hover{
	font-weight: bold;
}


.footer-2{
	font-size: 14px;
	color: rgba(255,255,255,0.65);
	line-height: 2;
	text-align: center;
	padding: 30px 0;
}
.footer-2 span{
	padding-left: 26px;
}

/**************************************************************/
/*footer-over*/





/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/

#header-2{
	display: none;
	height: 75px;
	/*border-bottom:0px solid #035cac;*/
	box-shadow: 0 4px 8px -3px #000;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 1001;
	background-color: #fff;

}
.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:14px;
}

.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: 392px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}

.mianbaoxie-wp{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding-bottom: 15px;
	z-index: 15;
}

.mianbaoxie-wp::before{
	position: absolute;
	width: 100%;
	height: 123px;
	content:"";
	left: 0;
	bottom: 0;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/banner-2-hei.png);
}
.mianbaoxie-wp .container{
	position: relative;
	z-index: 15;
}
.mianbaoxie{
	font-size: 16px;
	color: #fff;
	text-align: right;

}
.erji{
	position: relative;
	z-index: 100;
}

.menu{
	width: 289px;
	margin-top: -157px;
	margin-right: 65px;
}

.menu-h1{
	height: 130px;
	line-height: 130px;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-image: url(../images/menu-h1.jpg);
	background-size: cover;
}

.menu-list{
	background-color: #f0f3fb;
	padding: 15px 15px 300px;
	min-height:605px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/menu-list-bg.jpg);
}

.menu-list dl{
	margin:0;
}
.menu-list dd{
	border-bottom: 1px dashed #bdbbf0;
}
.menu-list dd>a{
	display: block;
	font-size: 18px;
	color: #333;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/jiao1.png);
	height: 66px;
	line-height: 66px;
	padding-left: 10px;
	padding-right: 15px;
}
.menu-list dd.cur>a{
	color: #131e88;
	background-image: url(../images/jiao1h.png);

}
.menu-list dd>a:hover{
	color: #131e88;
}

.menu-list ul{
	margin:0;
	padding-left: 30px;
	padding-bottom: 20px;
}

.menu-list li{
	font-size: 14px;
	color: #333;
}
.menu-list li+li{
	margin-top: 10px;
}
.menu-list li.cur a,
.menu-list li a:hover{
	color: #131e88;
}



.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: #445eb6;
	border-color: #445eb6;
}



.erji-content{
	padding: 75px 0 60px;
	min-height: 800px;
	width: 1046px;
	float: right;
}

.erji-title{
	border-bottom: 1px solid #e9ebee;
}
.erji-title-h1{
	font-size: 32px;
	color: #333;
	text-align: center;
	position: relative;
	z-index: 15;
	padding-bottom: 32px;
	font-weight: bold;
	line-height: 1;
}

.erji-title-h1::after{
	position: absolute;
	width: 60px;
	height: 3px;
	content:"";
	background-color: #445eb6;
	left: 50%;
	margin-left: -30px;
	bottom: -1px;
}

.erji-content-div{
	margin-top: 45px;
}

.list01 dl{
	margin:0;
}

.list01 dd{
	padding: 30px;
	padding-right: 0!important;
	border-bottom: 1px solid #eaeaea;
	background-color: #fff;
	transition: background-color .3s,border-color .3s;
}

.list01 dd:hover{
	background-color: #f4f5fe;
	border-color: #3e49d1;
}

.list01 dd:hover .list01-h2{
	color: #445eb6;
}
.list01-pic{
	width: 282px;
	margin-left: 45px;
}

.list01-pic .imgbox_a{
	padding-bottom: 69.5%;
}

.list01-con{
	overflow: hidden;
	padding-top: 15px;
}

.list01-h1{
	font-size: 22px;
	color: #333;
}

.list01-h1 a:hover{
	color: #445eb6;
}

.list01-p{
	font-size: 14px;
	color: #333;
	line-height: 2;
	height: 4em;
	overflow: hidden;
	margin-top: 25px;
}

.list01-h2{
	font-size: 14px;
	color: #666;
	margin-top: 25px;
}

.fenye{
	text-align: center;
	margin-top: 65px;
}
.fenye ul{
	margin:0;
}


.list02 dl{
	margin:0;
}

.list02 dd{
	position: relative;
	padding-right: 120px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 18px;
	color: #333;
	height: 61px;
	line-height: 60px;
	border-bottom: 1px dashed #e9e9e9;
	background-image: url(../images/jiao1.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	padding-left: 24px;
}

.list02 dd span.span_110{
	position: absolute;
	right:20px;
	top: 0;
	font-size: 16px;
	color: #999;
}
.list02 dd:hover{
	background-image: url(../images/jiao1h.png);

}
.list02 dd:hover a{
	color: #445eb6;
}


.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:#445eb6;
}
.list03{
	overflow: hidden;
}
.list03 dl{
	margin:0;
	margin-left: -5%;
	margin-top: -5%;
}

.list03 dd{
	float: left;
	width: 45%;
	margin-left: 5%;
	margin-top: 5%;
}

.list03-pic{
	width: 142px;
	margin-right: 30px;
}

.list03-pic .imgbox_a{
	padding-bottom: 129.578%;
}

.list03-con{
	overflow: hidden;
}

.list03-h1{
	font-size: 24px;
	color: #445eb6;
}

.list03-p{
	font-size: 16px;
	color: #666;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
	margin-top: 13px;
}

.list03-line{
	height: 1px;
	background-color: #e7e8eb;
	position: relative;
	margin:20px 0 ;
}

.list03-line::before{
	position: absolute;
	width: 60%;
	left: 0;
	top: 0;
	height: 1px;
	content:"";
	background-color: #445eb6;
	opacity: 0;
	transition: opacity .3s;
}

.list03-a a{
	display: block;
	width:108px;
	height: 37px;
	line-height: 37px;
	background-image: url(../images/list03-a.png);
	padding-left: 23px;
	margin-left: auto;
	transition: .3s;
}
.list03-a a:hover{
	font-weight: bold;
}
.list03 dd:hover .list03-line::before{
	opacity: 1;
}
.list03 dd:hover .list03-a a{
	color: #fff;
	background-image: url(../images/list03-ah.png);
}

.list03-xx{
	width: 1046px;
	padding-bottom: 50px;
	margin-top: -35px;
}

.list03-xx1-pic{
	width: 258px;
	margin-right: 70px;
}

.list03-xx1-pic .imgbox_a{
	padding-bottom: 129.46%;
}

.list03-xx1-con{
	overflow: hidden;
	padding-top: 85px;
}

.list03-xx1-h1{
	font-size: 26px;
	color: #333;
}
.list03-xx1-dl{
	padding-top: 25px;
}
.list03-xx1-dl dl{
	margin:0;
}

.list03-xx1-dl dd+dd{
	margin-top: 10px;
}

.list03-xx1-title{
	font-size: 16px;
	color: #333;
	width: 93px;
	line-height: 1.8;
}

.list03-xx1-dd{
	font-size: 16px;
	color: #666;
	overflow: hidden;
	line-height: 1.8;
}

.list03-xx2{
	margin-top: 50px;
	padding-top: 50px;
	border-top: 2px solid #e6ecf8;
}

.list03-xx2-title{
	font-size: 20px;
	color: #000;
	padding-left: 17px;
	border-left: 3px solid #364d99;
	line-height: 1.2;
	font-weight: bold;
}
.list03-xx2-item p{
	font-size: 16px;
	color: #666;
	padding-left: 20px;
	line-height: 2;
	margin-top: 20px;
}

.list03-xx2-item+.list03-xx2-item{
	margin-top: 50px;
}