/**************************************/
/*************[公用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;
}
a:focus{
    outline: none;
}
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_bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.imgbox_hover:hover> .imgbox_a_bg{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.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{
	height: 139px;
	background-color: #fff;
	position: relative;
	z-index: 999;
	padding: 0 55px;
}


.logo{
	width: 518px;
	margin-top: 26px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}

#header .container-fluid{
	padding-left: 0;
	padding-right: 0;
}

.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	height: 139px;
	position: relative;
	padding-top: 47px;
}
.nav>ul>li+li{
	margin-left: 35px;
}
.nav>ul>li>a{
	display: block;
	font-size: 24px;
	color: #333;
	height: 46px;
	line-height: 46px;
	padding: 0 27px;
	border-radius: 6px;
}
.nav>ul>li>a>img{
	display: none;
	margin-top: -3px;
	margin-left: 12px;
}
.nav li:hover>a{
	color: #0071bc;
}

.nav>ul>li.cur>a{
	background-color: #0071bc;
	color: #fff!important;
}

.nav>ul>li.cur>a>img{
	display: inline-block;
}

.nav>ul>li>ul{
	position: absolute;
	left: 50%;
	margin-left: -75px;
	width: 150px;
	top:100%;
	z-index: 600;
	background-color: #fff;
	display: none;
}
.nav>ul>li>ul>li>a{
	display: block;
	padding: 10px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 18px;
	color:#333;
	text-align: center;

}
.nav>ul>li>ul>li>a:hover{
	background-color: #0071bc;
	color: #fff;
}

/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}

.fafa .flex-control-nav{
	height: 0;
	bottom: 46px;
}

.fafa  .flex-control-nav li{
	margin:0 5px;
}
.fafa .flex-control-paging li a{
	width: 100px;
	height: 6px;
	background-size: auto;
}

.main-top{
	padding: 55px 0 60px;
	background-color: #f3f3f3;
}

.main0-h1{
	font-size: 34px;
	color: #006bb9;
	font-weight: bold;
	line-height: 1;
}

.main0-h1::after{
	display: block;
	width: 100px;
	height: 3px;
	background-color: #006bb9;
	content:"";
	margin: 12px auto 0;
}

.main0-p{
	font-size: 20px;
	color: #333;
	line-height: 2;
	text-align: justify;
	margin-top: 30px;
}




.main-bottom{
	padding: 90px 0 110px;
	background-image: url(../images/main-bottom-bg.jpg);
	background-repeat: no-repeat;
	background-position: center 100%;
}


.main-title1-1{
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  /* 关键代码：用文字作为背景的裁剪区域 */
  background: linear-gradient(to bottom, #4696dc, rgba(70, 150, 220, 0));
  -webkit-background-clip: text; /* 兼容webkit内核浏览器（Chrome、Safari） */
  background-clip: text;
  color: transparent; /* 文字设为透明，才能透出背景渐变 */
  letter-spacing: 5px;
}

.main-title1-2{
	font-size: 0;
	position: relative;
	z-index: 15;
	margin-top: -10px;
}

.main-title1-2 span{
	display: inline-block;
	font-size: 38px;
	color: #333;
	font-weight: bold;
	line-height: 1;
  letter-spacing: 5px;
  position: relative;
  padding: 0 20px;
}
.main-title1-2 span::before{
	position: absolute;
	width: 127px;
	height: 100%;
	right: 100%;
	top: 0;
	content:"";
	background-image: url(../images/before.png);
	background-repeat: no-repeat;
	background-position: center;
}
.main-title1-2 span::after{
	position: absolute;
	width: 127px;
	height: 100%;
	left: 100%;
	top: 0;
	content:"";
	background-image: url(../images/after.png);
	background-repeat: no-repeat;
	background-position: center;
}

.main1-div{
	margin-top: 40px;
}

.main1-1{
	width: 64.17%;
	margin-right: 20px;
}

.main-title2{
	font-size: 18px;
	color: #666;
	line-height: 1;
  letter-spacing: 3px;
  padding-bottom: 15px;
}
.main-title2 span{
	font-weight: bold;
	color: #333;
	font-size: 28px;
}
.main-title2.ziBai{color: #fff;}
.main-title2.ziBai span{color: #fff;}

.fmain1 .imgbox_a{
	padding-bottom: 58.14%
}
.fmain1 .imgbox_a::before{
	z-index: 5;
	background-repeat: repeat-x;
	background-position: 0 0;
	background-image: url(../images/mb.png);
	content:"";
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
}
.main1-1-h1{
	position: absolute;
	width: 100%;
	left: 0;
	top: 40px;
	padding: 0 100px 0 50px;
	z-index: 30;
	color: #fff;
	font-size: 44px;
	font-weight: bold;
}



.main1-1-a{
	width: 295px;
	position: absolute;
	left: 50px;
	bottom: 60px;
	text-align: center;
	z-index: 30;
}

.main1-1-a a{
	display: block;
	height: 53px;
	line-height: 53px;
	background-color: #0071bc;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}

.fmain1 .flex-control-nav{
	height: 0;
	bottom: 65px;
	text-align: right;
	padding-right: 80px;
}

.fmain1  .flex-control-nav li{
	margin:0 5px;
}
.fmain1 .flex-control-paging li a{
	width: 98px;
	height: 6px;
	background-image: url(../images/arrow-b2.png);
	background-size: auto;
}
.fmain1 .flex-control-paging li a.flex-active{
	background-image: url(../images/arrow-b2-h.png);

}


.main1-2{
	overflow: hidden;
}

.main1-2-div{
	background-color: #f3f3f3;
	height: 627px;
	overflow-y: auto;
}
.main1-2-div::-webkit-scrollbar {
    width: 6px;
}
.main1-2-div::-webkit-scrollbar-thumb {
    width: 6px;
    height: 36px;
    border-radius: 6px;
    background-color: #b3b3b3;
}
.main1-2-div::-webkit-scrollbar-track {
    width: 6px;
    border-radius:6px;
}
.main1-2-dl dl{
	margin:0;
	padding: 0 35px;
}

.main1-2-dl dd+dd{
	border-top: 1px dashed #bbbbbb;
}

.main1-2-dl dd{
	padding: 30px 0;
}

.main1-2-pic{
	width: 198px;
	margin-right: 30px;
}

.main1-2-pic .imgbox_a{
	padding-bottom: 72.73%;
}

.main1-2-con{
	overflow: hidden;
	padding-top: 22px;
}

.main1-2-h1{
	font-size: 20px;
	color: #333;
	font-weight: bold;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
}

.main1-2-h1 a:hover{
	color: #0071bc;
}

.main1-2-h2{
	font-size: 18px;
	color: #666;
	margin-top: 15px;
}

.main2{
	margin:70px auto 0; 
	max-width: 1330px;
}

.main2-div{
	background-color: rgba(255,255,255,0.5);
	border-radius: 30px;
	padding: 50px;
	box-shadow: 0px 13px 29px 0px rgba(0, 18, 78, 0.08);
}

.main2-dl dl{
	margin:0;
	margin-left: -5%;
}

.main2-dl dd{
	float: left;
	width: 45%;
	margin-left: 5%;
	margin-top: 38px;
}
.main2-dl dd:nth-child(1),
.main2-dl dd:nth-child(2){
	margin-top: 0;
}


.main2-dl .main1-2-h2{
	margin-top: 10px;
}
.main2-dl .main1-2-pic{
	width: 225px;
}
.main2-dl .main1-2-pic .imgbox_a{
	padding-bottom: 51.56%;
	border-radius: 4px;
}

.main2-dl .main1-2-con{
	padding-top: 10px;
}





.main3{
	margin-top: 160px;
}

.main3-div{
	margin-top: 50px;
}

.main3-1-1{
	height: 442px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 35px 50px 0 40px;
}

.main3-1-1-con{
	margin-top: 130px;
}
.main3-1-1-h1{
	font-size: 44px;
	color: #fff;
	line-height: 1;
	font-weight: bold;
	text-align: right;
}

.main3-1-1-a a{
	display: block;
	height: 45px;
	line-height: 43px;
	border:1px solid #fff;
	color: #fff;
	font-size: 18px;
	width: 220px;
	margin-left: auto;
	text-align: center;
}

.main3-1-1-a{
	margin-top: 30px;
}
.main3-1-1-a a:hover{
	background-color: #fff;
	color: #0051ad;
	font-weight: bold;
}

.main3-1-2-item{
	float: left;
	width: 33.3333%;
}

.main3-1-2-item .imgbox_a{
	padding-bottom: 58.84%;
}


.main3-1-2-item .main-title2{
	position: absolute;
	width: 100%;
	left: 0;
	top: 35px;
	padding-left: 35px;
	z-index: 15;
}
.main3-1-2-item .main-title2 span{
	color: #0051ad;
}

.main3-1-2-a{
	position: absolute;
	left: 35px;
	bottom: 20px;
	font-size: 16px;
	color: #253f90;
	letter-spacing: 2px;
}
.main3-1-2-a img{
	margin-top: -3px;
	margin-left: 5px;
}

.main3-1-2-item:nth-child(3) .main-title2 span{
	color: #fff;
}
.main3-1-2-item:nth-child(3) .main3-1-2-a{
	color: #fff;
}




.more12 a{
	display: block;
	height: 75px;
	line-height:73px;
	border:1px solid #2b89c8;
	color: #0051ad;
	font-size: 28px;
	width: 428px;
	margin:0 auto;
	text-align: center;
}

.more12{
	margin-top: 75px;
}
.more12 a:hover{
	background-color: #0051ad;
	border-color:#0051ad;
	color: #fff;
	/*font-weight: bold;*/
}
.main3-2{
	height: 654px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/main3-2-bg.jpg);
	background-size: cover;
	overflow: hidden;
	padding: 25px 35px 0;
}


.main3-2-dl{
	background-color: rgba(51,191,231,0.3);
	padding: 5px 30px 30px;
	margin-top: 10px;
}

.main3-2-dl dl{
	margin:0;
}

.main3-2-dl dd{
	float: left;
	width: 50%;
	font-size: 16px;
	color: #fff;
	padding: 22px 0;
	background-image: url(../images/admin.png);
	padding-left: 36px;
	padding-right: 15px;
	background-repeat: no-repeat;
	border-bottom: 1px dashed #fff;
	background-position: 0 center;
}


.main3-2-dl dd a:hover{
	/*color: #0051ad;*/
	font-weight: bold;
}

.main4{
	margin-top: 120px;
}

.main4-1{
	margin-top: 45px;
}

.main4-1 img{
	display: block;
	margin:0 auto;
}

.main4-2{
	background-color: #fff;
	padding: 35px;
	border:1px solid #c8c7c7;
	border-radius: 15px;
	position: relative;
	margin-top: 40px;
}

.main4-2-title{
	position: absolute;
	width: 264px;
	height: 38px;
	line-height: 38px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	background-image: url(../images/main4-2-title.png);
	left: 50%;
	margin-left: -132px;
	top: -10px;
	z-index: 30;
	font-weight: bold;
	letter-spacing: 5px;
}


.main4-2-logo{
	font-size: 0;
	text-align: center;
}
.main4-2-logo-item{
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
	margin-top: 15px;
}
/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	background-color: #e6e6e6;
}


.footer-1{
	border-top: 2px solid #cacaca;
	border-bottom: 2px solid #cacaca;
	padding: 63px 0 40px;
}


.foo-logo{
	width: 472px;
	margin-left: 100px;
}

.foo-logo a,.foo-logo img{
	display: block;
	width: 100%;
}


.foo-nav{
	margin-right: 100px;
	position: relative;
}
.foo-nav::before{
	position: absolute;
	width: 100%;
	left: 0;
	top: 37px;
	height: 2px;
	content:"";
	background-color: #cacaca;
}
.foo-nav ul{
	margin:0;
}

.foo-nav li{
	float: left;
}
.foo-nav li+li{
	margin-left: 85px;
}


.foo-h1{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 1;
}

.foo-nav a:hover{
	color: #0071bd;
}

.foo-nav dl{
	margin:0;
	padding-top: 40px;
}
.foo-nav dd{
	line-height: 1;
	font-size: 16px;
	color: #333;
}
.foo-nav dd+dd{
	margin-top: 18px;
}

.footer-2{
	font-size: 18px;
	color: #333;
	line-height: 1.8;
	padding: 20px 0;
	text-align: center;
}



/**************************************************************/
/*footer-over*/





/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/

#header-2{
	display: none;
	height: 75px;
	/*border-bottom:0px solid #035cac;*/
	box-shadow: 0 4px 8px -3px #000;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 1001;
	background-color: #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:300px;
    margin-left: 15px;
    margin-top: 13px;
}

.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: 527px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 250px;
}

.banner-2-h1{
	font-size: 48px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
}

.erji-top{
	background-repeat: repeat-x;
	background-position: 0 bottom;
	background-image: url(../images/erji-top.jpg);
}

.erji-nav dl{
	margin:0;
	font-size: 0;
	text-align: center;
}

.erji-nav dd{
	display: inline-block;
	vertical-align: top;
}
.erji-nav dd+dd{
	margin-left: 175px;
}
.erji-nav dd>a{
	display: block;
	height: 96px;
	line-height: 96px;
	font-size: 24px;
	color: #333;
	position: relative;
}

.erji-nav dd>a:hover{
	color: #0071bd;
}

.erji-nav dd.cur>a{
	color: #0071bd;
	font-weight: bold;
}

.erji-nav dd.cur>a::after{
	position: absolute;
	width: 100%;
	height: 2px;
	content:"";
	left: 0;
	bottom: 0;
	background-color: #0071bd;
}

.erji-bottom{
	padding: 80px 0 120px;
}

.erji-title.text-center{
	font-size: 0;
	
}

.erji-title.text-center .erji-title1{
	display: inline-block;
	color: #0071bd;
	font-weight: bold;
	font-size: 24px;
	line-height: 1;
	border-bottom: 2px solid #0071bd;
	padding-bottom: 20px;
}

.mm50{
	margin-top: 50px;
}

.gonggao-list dl{
	margin:0;
}

.gonggao-list dd+dd{
	margin-top: 20px;
}

.gonggao-list dd>a{
	display: block;
	background-color: #f6f6f6;
	border-radius: 13px;
	transition: background-color .3s;
}

.gonggao-date{
	width: 197px;
	text-align: center;
	position: relative;
	margin-top: 27px;
}
.gonggao-date::after{
	position: absolute;
	width: 1px;
	height: 40px;
	content:"";
	background-color: #acacac;
	right: 0;
	top: 50%;
	margin-top: -20px;
	transition: background-color .3s;
}
.gonggao-date1{
	font-size: 36px;
	color: #0071bd;
	line-height: 1;
	font-weight: bold;
	transition: color .3s;
}
.gonggao-date2{
	font-size: 20px;
	color: #0071bd;
	line-height: 1;
	margin-top: 10px;
	transition: color .3s;
}

.gonggao-h1{
	height: 120px;
	line-height: 120px;
	font-size: 26px;
	color: #333;
	padding: 0 60px;
	transition: color .3s;
}

.gonggao-list dd>a:hover{
	background-color: #0071bd;
}

.gonggao-list dd>a:hover .gonggao-date1{color: #fff;}
.gonggao-list dd>a:hover .gonggao-date2{color: #fff;}
.gonggao-list dd>a:hover .gonggao-date::after {background-color: #80b8de;}
.gonggao-list dd>a:hover .gonggao-h1{color: #fff;}
.fenye{
	text-align: center;
	margin-top: 80px;
}

.fenye ul{
	margin:0;
}

.gonggao-bg{
	background-image: url(../images/gonggao-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.jianjie-bg{
	background-image: url(../images/jianjie-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.huiyuan-item{
	width: 48.8%;
}

.huiyuan-item img{
	display: block;
	width: 100%;
	max-width: 830px;
	margin:0 auto;
}

.dongtai-pic .imgbox_a{
	padding-bottom: 56.2%;
}
.dongtai1-list .item{
	padding: 15px;
}
.dongtai-item{
	background-color: #fff;
	box-shadow: 0px 5px 15px 0px rgba(39, 0, 3, 0.03);
}

.dongtai-con{
	padding: 25px 30px;
}

.dongtai-h1{
	font-size: 16px;
	color: #666666;
	font-weight: bold;
}

.dongtai-h2{
	font-size: 20px;
	color: #333;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
	margin-top: 10px;
}
.dongtai-h2 a:hover{
	color: #0071bc;
}

.dongtai-a{
	font-size: 14px;
	color: #0071bc;
	margin-top: 25px;
}
.dongtai-a a:hover{
	font-weight: bold;
}
.dongtai2{
	margin-top: 70px;
}

.dongtai2 dl{
	margin:0;
}

.dongtai2 dd>a{
	display: block;
	border-bottom: 1px solid #e1e1e1;
	transition: .3s;
}

.dongtai2-date{
	width: 228px;
	height: 28px;
	line-height: 28px;
	border-right: 1px solid #e1e1e1;
	margin-top: 27px;
	padding-left: 65px;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin-right: 40px;
	background-position: 40px center;
	background-image: url(../images/dian1.png);
	background-repeat: no-repeat;

}

.dongtai2-a{
	font-size: 22px;
	color: #333;
	height: 80px;
	line-height: 80px;
	padding-right: 20px;
}

.dongtai2 dd>a:hover{
	background-color: #fff;
	box-shadow: 0px 5px 30px 0px rgba(39, 0, 3, 0.03);
}

.dongtai2 dd>a:hover .dongtai2-date{color: #0071bc;}
.dongtai2 dd>a:hover .dongtai2-a{color: #0071bc;font-weight: bold;}

.jianjie{
	/*padding: 100px 0;*/
}
.jianjie1-h1{
	font-size: 48px;
	font-weight: bold;
	color: #333;
}
.jianjie1-h2{
	font-size: 17px;
	color: #666;
	text-transform: uppercase;
	margin-top: 10px;
}

.jianjie2{
	font-size: 18px;
	color: #666;
	line-height: 2;
	margin-top: 60px;
	letter-spacing: 1px;
}

.jianjie2 p{margin:0;}

.zuzhi-h1{
	font-size: 30px;
	font-weight: bold;
	color: #333;
	text-align: center;
}
.zuzhi-img{
	margin-top: 40px;
}
.zuzhi-img img{
	display: block;
	margin: 0 auto;
}

.chengguo-right{
	width: 320px;
	margin-left: 110px;
}

.download_a a{
	display: block;
	height: 72px;
	line-height: 72px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-color: #0071bd;
	max-width: 320px;
}

.chengguo-dl{
	margin-top: 40px;
	background-color: #fbfbfb;
	padding: 50px 20px 50px 40px;
}

.chengguo-dl dl{
	margin:0;
}
.chengguo-dl dd+dd{
	margin-top: 30px;
}
.chengguo-dl dd>a{
	font-size: 18px;
	color: #333;
	padding-left: 37px;
	background-repeat: no-repeat;
	background-position: 0 5px;
	background-image: url(../images/yy1.png);
	line-height: 1.5;
}
.chengguo-dl dd>a:hover{
	color: #0071bd;
}
.chengguo-dl dd.cur>a{
	font-weight: bold;
	color: #0071bd;
	background-image: url(../images/yy2.png);
}
.chengguo-left{
	overflow: hidden;
	font-size: 16px;
	color: #333;
	line-height: 2;
}

.chengguo-left p{
	margin:0;
}

.xinwen dl{
	margin:0;
}

.xinwen-item{
	padding: 50px 60px;
	border-radius: 20px;
	transition: .3s;
}

.xinwen-item:hover{
	background-color: #fff;
	box-shadow: 0px 5px 30px 0px rgba(39, 0, 3, 0.03);
}
.xinwen-item:hover .xinwen-h2{
	color: #0071bd;
}
.xinwen-pic{
	width: 348px;
	margin-left: 70px;
}

.xinwen-pic .imgbox_a{
	padding-bottom: 56.32%;
	border-radius: 12px;
}

.xinwen-con{
	overflow:hidden;
	padding-top: 22px;
}

.xinwen-h1{
	font-size: 20px;
	color: #333;
	font-weight: bold;
}

.xinwen-h2{
	font-size: 30px;
	color: #333;
	font-weight: bold;
	margin:13px 0 12px;
	transition: color .3s;
}

.xinwen-p{
	font-size: 18px;
	color: #999;
	line-height: 1.7;
	max-height: 3.4em;
	overflow: hidden;
}


.danpian-con *{
   font-size: 20px!important;
/*        color: #222!important;
        line-height: 2!important;
        font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif!important;*/
}
.danpian-h1{
	font-size: 30px;
	color: #333;
	font-weight: bold;
	text-align: center;
}

.danpian-h2{
	font-size: 14px;
	color: #999;
	text-align: center;
	line-height: 1.5;
	margin-top: 20px;
}

.danpian-con{
	font-size: 20px;
	color: #222;
	line-height: 2;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 25px 0;
	margin:25px 0 20px;
}
.danpian-con img{
	display: block;
	margin:0 auto 10px;
}
.danpian-page .fl,.danpian-page .fr{
	max-width: 48%;
	font-size: 16px;
	color: #222;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.danpian-page a:hover{
	color: #0071bd;
}


.jiaru-item{
	width: 45%;
	margin-bottom:55px; 
}

.jiaru-title{
	font-size: 18px;
	color: #333;
}
.jiaru-title span{
	color: #999;
}
.jiaru-title i{
	font-style: normal;
	color: #e20200;
	padding-right: 12px;
}

.jiaru-dl dl{
	margin:0;
	font-size: 0;
}

.jiaru-dl dd{
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	color: #333;
}
.jiaru-dl dd+dd{
	margin-left: 100px;
}
.jiaru-dl dd input{
	width: 15px;
	height: 15px;
	margin-right: 20px;
}

.jiaru-item-input-wp{
	border-bottom: 1px solid #cfcfcf;
	padding-bottom: 10px;
}
.jiaru-item-input-wp .jiaru-title{
	margin-right: 10px;
	line-height: 40px;
}
.jiaru-item-input{
	overflow: hidden;
}
.jiaru-btn input:focus,
.jiaru-item-input input:focus{
	outline: none;
}
.jiaru-item-input input[type="text"]{
	display: block;
	border:0;
	background-color: transparent;
	height: 40px;
	font-size: 18px;
	color: #333;
	width: 100%;
}
.jiaru-btn{
	padding-top: 20px;
}
.jiaru-btn input{
	display: block;
	width: 260px;
	height: 60px;
	border:0;
	font-size: 18px;
	color: #fff;
	background-color: #0071bd;
	margin:0 auto;
	cursor: pointer;
}
.jiaru-btn input:hover{
	font-weight: bold;
}

.gongzuozu-menu-item-wp{
	background-color: #fbfbfb;
	padding: 40px;
}

.gongzuozu-menu-item+.gongzuozu-menu-item{
	margin-top: 35px;
}

.gongzuozu-menu-h1{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 1;
	position: relative;
	padding-bottom: 15px;
	border-bottom: 1px solid #dddddd;
}

.gongzuozu-menu-h1 span{
	position: absolute;
	width: 15px;
	height: 7px;
	background-image: url(../images/jiao2.png);
	cursor: pointer;
	right: 0;
	top: 5px;
}
.gongzuozu-menu-h1 span.cur{
	background-image: url(../images/jiao2h.png);

}
.gongzuozu-menu-dl dl{
	margin:0;
	padding-left: 20px;
	padding-top: 17px;
}

.gongzuozu-menu-dl dd+dd{
	margin-top: 13px;
}

.gongzuozu-menu-dl dd{
	font-size: 18px;
	color: #666;
}
.gongzuozu-menu-dl dd a:hover,
.gongzuozu-menu-dl dd.cur{
	color: #0071bd;
}

.gongzuozu-left{
	overflow: hidden;
}







.gongzuozu-title{
	position: relative;
}
.gongzuozu-title::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 2px;
	height: 1px;
	content:"";
	background-color: #dddddd;
}
.gongzuozu-title .fl{
	font-size: 24px;
	color: #333;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 15px;
	border-bottom: 3px solid #0071bc;
	position: relative;
	z-index: 15;
}

.mianbaoxie{
	font-size: 14px;
	color: #333;
}

.gongzuozu-item{
	margin-top: 50px;
}

.gongzuozu-item-pic{
	width: 184px;
	padding: 10px;
	position: relative;
	margin-right: 50px;
}
.gongzuozu-item-pic::before{
	position: absolute;
	left: 0;
	right: 20px;
	top: 0;
	bottom: 20px;
	content:"";
	border:1px solid #0071bc;
	z-index: 2;
}
.gongzuozu-item-pic::after{
	position: absolute;
	right: 0;
	left: 20px;
	bottom: 0;
	top: 20px;
	content:"";
	border:1px solid #0071bc;
	z-index: 2;
}
.gongzuozu-item-pic .imgbox_a{
	padding-bottom: 132.927%;
	z-index: 15;
}

.gongzuozu-item-con{
	overflow: hidden;
	padding-top: 35px;
}

.gongzuozu-item-h1{
	font-size: 26px;
	color: #0071bc;
	font-weight: bold;
	padding-bottom: 17px;
	border-bottom: 1px solid #7eb7dc;
}

.gongzuozu-item-p{
	font-size: 20px !important;
	font-family:"Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	color: #666;
	line-height: 2;
	margin-top: 28px;
}

.gongzuozu-item-p p{
	margin:0;
}


.anlix-list dl{
	margin:0;
}

.anlix-list dd>a{
	display: block;
	background-color: #fff;
	border-bottom: 1px solid #cccccc;
	transition: border-color .3s,box-shadow .3s;
}
.anlix-list dd>a:hover{
	box-shadow: 0px 4px 21px 0px rgba(0, 42, 88, 0.04);
	border-color:#0071bd;
}
.anlix-list dd>a:hover .anlix-con{
	color: #0071bd;
	/*font-weight: 500;*/
}
.anlix-bg{
	width: 325px;
	height: 120px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.anlix-con{
	height: 120px;
	line-height: 120px;
	font-size: 24px;
	/*font-weight: 100;*/
	color: #333;
	transition: color .3s;
	position: relative;
	padding-left: 95px;
}

.anlix-con::before{
	position: absolute;
	width: 2px;
	top: 50%;
	margin-top: -15px;
	height: 30px;
	content:"";
	background-color: #0071bd;
	left: 0;
}


.tablex-item{
	width: 47.5%;
}

.tablex-item table.table{margin:0;}

.tablex-item table.table tr th{
	background-color: #c8c8c8;
	text-align: center;
}
.tablex-item table.table tr td{
	text-align: center;

}
.tablex-item table.table tr td:first-child{
	background-color: #d8d8d8;
	width: 60px;
}

.tablex-item table.table tr td a:hover{
	color: #0071bd;
}