/**************************************/
/*************[公用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{
	background-color: #fff;
}

.header-1{
	height: 125px;
	border-top: 5px solid #234382;
	border-bottom: 2px solid #ebe9e9;
}
.header-1 .container{
	position: relative;
}
.header-1-admin{
	position: absolute;
	right: 0;
	top: 5px;
	font-size: 13px;
	color: #666;
}
.header-1-admin span{
	padding: 0 4px;
}
.header-1-admin .btn-sm{
	padding: 1px 10px;
	margin-left: 15px;
	background-color: #234382;
	border-color: #234382;
}
.header-1-admin .btn-sm:hover{
	font-weight: bold;
}
.logo{
	width: 353px;
	margin-top: 20px;
}

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

.header-a{
	width: 58px;
	margin-top: 31px;
	margin-left: 30px;
}


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


.search{
	position: relative;
	margin-top: 33px;
	width: 406px;
	padding-left: 32px;
	padding-right: 65px;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-origin: center;
}
.search input:focus{
	outline: none;
}

.search input[type="text"]{
	display: block;
	width: 100%;
	height: 52px;
	background-color:#f7f7f7;
	border:0;
	font-size: 14px;
	color: #333;
	line-height: 1.428571;
	padding: 8px 0px;
}

.search input[type="image"]{
	position: absolute;
	right: 23px;
	top: 14px;
	width: 26px;
}


input::placeholder {  
 color: #999;
}




.nav-wp{

}

.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	width: 10%;
	text-align: center;
	position: relative;

}
.nav>ul>li>a{
	display: block;
	height: 61px;
	line-height: 61px;
	font-size: 18px;
	color:#222;
	position: relative;
	/*transition: .3s;*/

}
.nav>ul>li>a::after{
	position: absolute;
	width: 80px;
	height: 3px;
	content:"";
	background-color: #234382;
	left: 50%;
	margin-left: -40px;
	bottom: 0;
	display: none;
}
.nav>ul>li:hover>a, .nav>ul>li.cur>a {
	color:#234382;
	/*font-weight: bold;*/

}
 .nav>ul>li.cur>a::after{
	display: block;
}
.nav>ul>li>ul{
	position: absolute;
	left: 0px;
	right: 0;
	top:100%;
	z-index: 600;
	background-color: #234382;
	display: none;
}

.nav>ul>li>ul>li>a{
	display: block;
	padding: 12px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 15px;
	color:#fff;
	/*transition: .3s;*/
	text-align: center;

}
.nav>ul>li>ul>li>a:hover{
	background-color: #1d3566;
}



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





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

#main{

}






/**************************************************************/
/*main-over*/





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

#footer{
	background-color: #234382;
}

.footer-1-1{
	padding: 15px 0;
	border-bottom: 1px solid #37548d;
}

.foo-a dl{
	margin:0;
}

.foo-a dd{
	float: left;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	color: #fff;
}

.foo-a dd+dd{
	margin-left: 75px;
}
.foo-a dd a:hover{
	font-weight: bold;
}
.yq{
	width: 250px;
}
.yq select{
	display: block;
	width: 100%;
	height: 42px;
	border:0;
	color: #fff;
	background-color: #3f5b92;
	padding-left: 12px;
}
.yq select:focus{
	outline: none;
}

.footer-1-2{
	padding: 35px 0;
}
.er{
	font-size: 14px;
	color: #fff;
	color: rgba(255,255,255,0.62);
	text-align: center;
	float: left;
}
.er+.er{
	margin-left: 5px;
}
.er img{
	display: block;
	width: 100px;
	margin:0 auto 11px;
}

.foo1-con{
	font-size: 14px;
	color: #fff;
	line-height: 2.2;
	margin-top: 5px;
}

.sy{
	width: 60px;
	margin-right: 85px;
	margin-top: 20px;
}
.sy img{
	display: block;
	width: 100%;
}

.footer-2{
	border-top: 1px solid #37548d;
	font-size: 14px;
	color: #fff;
	line-height: 1.8;
	padding: 15px 0;
}

/**************************************************************/
/*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>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: 17px;
    width: 18px;

}

.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
   font-size: 0;
   width: 235px;
   margin-left: 15px;
   margin-top:12px;
}

.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;w
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
	background-image: url(../images/heidi.png);
	display: none;

}



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




.banner-2{
	height:400px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.erji{
	background-color: #fff;
	padding: 45px 0 55px;
}

.menu{
	width: 292px;
	padding-bottom: 200px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/menu-bg.jpg);
	background-color: #f8f8f8;
}

.menu-h1{
	background-color: #234382;
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	height: 95px;
	line-height: 95px;
	text-align: center;
}

.menu-list{
	padding: 5px 0 50px;
}

.menu-list dl{
	margin:0;
}

.menu-list dd>a{
	display: block;
	height: 70px;
	line-height: 70px;
	font-size: 18px;
	color: #333;
	text-align: center;
	position: relative;
}

.menu-list dd>a::after{
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 0;
	height: 1px;
	background-color: #d9d9d9;
	content:"";
}

.menu-list dd>a:hover{
	color: #234382;
}

.menu-list dd.cur>a{
	color: #fff!important;
	background-color: #234382;
}
.menu-list dd.cur>a::after{
	display: none;
}

.erji-content{
	width: 1060px;
}

.erji-title{
	border-bottom: 1px solid #e7e7e7;
	padding: 13px 0 15px;
}
.erji-title h1{
	margin:0;
	font-size: 28px;
	color: #333;
	font-weight: bold;
}

.mianbaoxie{
	background-repeat: no-repeat;
	background-position: 0px center;
	background-image: url(../images/mian1.png);
	padding-left: 20px;
	margin-top: 5px;
	
}
.mianbaoxie a:hover,.mianbaoxie span{
	color: #234382;
}
.mianbaoxie dl{
	margin:0;
}
.mianbaoxie dd{
	float: left;
	font-size: 14px;
	color: #999;
}
.mianbaoxie dd+dd{
	padding-left: 24px;
	background-repeat: no-repeat;
	background-position: 8px center;
	background-image: url(../images/mian2.png);
}



.list1 dl{
	margin:0;
}

.list1 dd{
	margin-top: 30px;
	background-color: #f8f8f8;
	padding: 20px
}

.list1-pic{
	width: 240px;
	margin-right: 40px;
}

.list1-pic .imgbox_a{
	padding-bottom: 66.67%;
}

.list1-con{
	overflow: hidden;
	padding-top: 18px;
}

.list1-con h1{
	margin:0;
	font-size: 14px;
	color: #999;
}
.list1-con h1 img{
	margin-top: -3px;
	margin-right: 8px;
}
.list1-con h2{
	margin:0;
	font-size: 16px;
	color: #333;
	margin:15px 0;
}
.list1-con h2 a:hover{
	color: #234382;
}


.list1-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 2;
	height: 4em;
	overflow: hidden;
}


.fenye ul{
	margin:0;
}

.fenye{
	text-align: center;
	margin-top: 50px;
}

.erji-content-div{
	margin-top: 40px;
}

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

.jigou-table+.jigou-table{
	margin-top: 40px;
}

.jigou-table,.jigou-table table.table{
	margin:0;
}

.jigou-table table.table tr td{
	font-size: 16px;
	color: #333;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	line-height: 2;
	padding: 15px;
}

.jigou-table table.table tr td p{
	margin:0;
	font-size: 14px;
	text-align: left;
}

.jigou-table table.table tr:first-child td:first-child{
	background-color: #234382;
	color: #fff;
	font-size: 20px;
	width: 160px;
}

.jigou-table table.table tr:first-child td:first-child+td{
	text-align: left;
	background-color: #f4f4f4;
}


.llist{
	padding-top: 10px;
}
.llist dl{
	margin:0;
}

.llist dd{
	position: relative;
	height: 58px;
	line-height: 57px;
	font-size: 16px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-right:95px;
	background-repeat: no-repeat;
	background-position: 4px center;
	background-image: url(../images/dian.png);
	padding-left: 27px;
	border-bottom: 1px dashed #e4e4e4;
}

.llist dd a{
	font-size: 16px;
	color: #333;
}
.llist dd a:hover{
	color: #234382;
	font-weight: bold;
}


.llist dd span.span_11{
	position: absolute;
	right: 14px;
	font-size: 14px;
	color: #999;
	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: 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 table{
  width: 80%!important;
    border: 1px solid #000!important;
    border-collapse: collapse!important;
}
.danpian-con table th{
    border: 1px solid #000!important;
}
.danpian-con table td{
    border: 1px solid #000!important;
}
.danpian-con table td p{
  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:#234382;
}

.rongyu dl{
	margin:0;
	margin-left: -3%;
}

.rongyu dd{
	float: left;
	width: 30.33333333%;
	margin-left: 3%;
	margin-top: 3%;
}

.rongyu-item{
	background-color: #f8f8f8;
	padding: 16px;

}

.rongyu-pic .imgbox_a{
	padding-bottom: 70.67%;
}

.rongyu-title{
	font-size: 16px;
	color: #333;
	line-height: 1.6;
	text-align: center;
	margin:20px 0 3px;
	height: 3.2em;
	overflow: hidden;
}


.rongyu-item:hover .rongyu-title{
	color: #234382;
}

.wenhua-item+.wenhua-item{
	margin-top: 40px;
}

.wenhua-title{
	width:151px;
	height: 50px;
	line-height: 50px;
	background-image: url(../images/wenhua-ico.png);
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 26px;
	font-size: 18px;
	color: #fff;
}

.wenhua-p{
	padding-left: 26px;
	margin-top:  20px;
	font-size: 16px;
	color: #333;
	line-height: 2;

}

.erji-title2{
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color:#333;
}

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

.keshi-title{
	background-color: #f4f4f4;
}
.keshi-title span{
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	background-color: #234382;
	width:160px;
}

.keshi-dl dl{
	margin:0;
	margin-left: -2%;

}

.keshi-dl dd{
	float: left;
	width: 12.28571%;
	margin-left: 2%;
	margin-top: 2%;
}

.keshi-dl dd>a{
	display: block;
	height: 52px;
	line-height: 50px;
	border:1px solid #e1e1e1;
	border-radius: 4px;
	text-align: center;
	font-size: 16px;
	color: #333;
	transition: .3s;
}

.keshi-dl dd>a:hover{
	background-color: #234382;
	border-color: #234382;
	color:#fff;
}

.news1{
	padding: 55px 0 60px;
	background-color: #fff;
}
.erji-title3{
	padding-bottom: 35px;
}
.erji-title3 h1{
	margin:0;
	font-size: 28px;
	color: #333;
	font-weight: bold;
}

.erji-title3 a.fr{
	font-size: 14px;
	color: #999;
	margin-top: 5px;
}

.erji-title3 a.fr:hover{
	color: #234382;
}
.news1-div{
	/*background-color: #f8f8f8;*/
}
.news1-pic{
	width: 725px;
}

.fnews1 .imgbox_a{
	padding-bottom: 66.62%;
}
.fnews1 .imgbox_a h1{
	margin:0;
	position: absolute;
	width: 100%;
	z-index: 30;
	left: 0;
	bottom: 0;
	height: 64px;
	line-height: 64px;
	background-image: url(../images/heidi2.png);
	font-size: 16px;
	color: #fff;
	padding-left: 25px;
	padding-right: 140px;
}
.fnews1 .flex-control-nav{
	height: 0;
	text-align: right;
	padding-right: 27px;
	bottom: 36px;
}


.fnews1 .flex-control-nav li{
	margin:0;
}

.fnews1 .flex-control-nav li+li{
	margin-left: 15px;
}


.news1-con{
	overflow: hidden;
	height: 483px;
	background-image: url(../images/news1-con-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 30px 35px 0;
}



.list001 dl{
	margin:0;
}

.list001 dd{
	position: relative;
	height: 58px;
	line-height: 57px;
	font-size: 16px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-right:100px;
	padding-left: 10px;
	border-bottom: 1px dashed #e4e4e4;
}

.list001 dd a{
	font-size: 16px;
	color: #333;
}
.list001 dd a:hover{
	color: #234382;
	font-weight: bold;
}


.list001 dd span.span_11{
	position: absolute;
	right: 14px;
	font-size: 14px;
	color: #999;
	top: 0;
}
.news2{
	background-image: url(../images/news2-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 55px 0;
}
.news2-div{
	width: 48.2%;
}

.news2-1 dl{
	margin:0;
}
.news2-1 dd+dd{
	margin-top: 20px;
}
.news2-1 dd{
	padding: 12px;
	background-color: #fff;
}

.news2-1-pic{
	width: 162px;
	margin-right: 33px;
}


.news2-1-pic .imgbox_a{
	padding-bottom: 66.67%;
}

.news2-1-con{
	overflow: hidden;
	padding-top: 6px;
}

.news2-1-con h1{
	margin:0;
	font-size: 16px;
	color: #333;
}

.news2-1-con h1 a:hover{
	color: #234382;
	font-weight: bold;
}
.news2-1-con h2{
	margin:0;
	font-size: 14px;
	color: #999;
	margin:12px 0 6px;
}

.news2-1-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}

.news2-2 dl{
	margin:0;
}

.news2-2 dd+dd{
	margin-top: 21px;
}

.news2-2-date{
	width: 88px;
	height: 83px;
	background-color: #234382;
	border-radius: 5px;
	text-align: center;
	padding-top: 12px;
	margin-right: 25px;
}

.news2-2-date h1{
	margin:0;
	line-height: 1;
	font-size: 42px;
	color:#fff;
	font-weight: bold;
}

.news2-2-date h2{
	margin:0;
	line-height: 1;
	font-size: 12px;
	color:#fff;
	margin-top: 4px;
}

.news2-2-con{
	overflow: hidden;
	padding-top: 10px;
}

.news2-2-con h1{
	margin:0;
	font-size: 16px;
	color: #333;
}

.news2-2-con h1 a:hover{
	color: #234382;
	font-weight: bold;
}
.news2-2-con p{
	margin:0;
	font-size: 14px;
	color: #666;
}

.news2-2-con .line{
	width: 19px;
	height: 2px;
	background-color: #234382;
	margin:12px 0;
}



.news3{
	padding: 55px 0;
}
.news3-1{
	overflow: hidden;
}
.news3-1 dl{
	margin:0;
	margin-left: -5%;
	margin-top: -5%;
}

.news3-1 dd{
	float: left;
	width: 45%;
	margin-left: 5%;
	margin-top: 5%;
	background-color: #f8f8f8;
	padding: 28px 23px 0;
	height: 165px;
	font-size: 0;
}

.news3-1 dd h1{
	margin:0;
	font-size: 14px;
	color: #fff;
	background-color: #234382;
	border-radius: 6px;
	padding: 8px 10px;
	display: inline-block;
}

.news3-1 dd h2{
	margin:0;
	font-size: 16px;
	color: #333;
	line-height: 2;
	height: 4em;
	overflow: hidden;
	margin-top: 17px;
}

.news3-1 dd h2 a:hover{
	color: #234382;
	font-weight: bold;
}

.news3-2{
	background-color: #f8f8f8;
	padding: 30px 23px 0;
	height: 367px;
}

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

.news3-2-dl dd+dd{
	margin-top: 10px;
}

.news3-2-dl dd{
	padding-left: 34px;
	padding-top: 3px;
	padding-bottom: 18px;
	background-image: url(../images/time2.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
}
.news3-2-dl dd::before{
	position: absolute;
	width: 1px;
	content:"";
	left: 9px;
	bottom: 0;
	top: 22px;
	background-color: #dfdfdf;
}
.news3-2-dl dd h1{
	margin:0;
	font-size: 14px;
	color: #999;
}


.news3-2-dl dd h2{
	margin:0;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin:13px 0 10px;
}

.news3-2-dl dd h2 a:hover{
	color: #234382;
}

.news3-2-dl dd p{
	margin:0;
	font-size: 14px;
	color: #666;
}

.dangjian{
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(../images/dangjian-bg.png);
}

.dangjian-banner img{
	display: block;
	width: 100%;
}

.dangjian-div-wp{
	padding: 5px 0;
}

.dangjian-div{
	background-color: #fff;
	padding: 20px;
	padding-bottom: 45px;
	min-height: 800px;
}



.dangjian1 .flex-control-paging li a.flex-active{
	background-image: url(../images/arrow-b-h2.png);
}

.dangjian1-2{
	overflow: hidden;
	padding-top: 13px;
	padding-left: 44px;
}

.dangjian .erji-title3 h1{
	color: #bb2500;
}
.dangjian .erji-title3 a.fr:hover{
	color: #bb2500;
}
.dangjian1-2 .erji-title3{
	padding-bottom: 20px;
	border-bottom: 2px solid #eaeaea;
}
.dangjian1-2 .dangjian1-list{
	padding-top: 25px;
}
.dangjian1-list dl{
	margin:0;
}

.dangjian1-list dd{
	position: relative;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-right:80px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: 0 center;
	background-image: url(../images/dangjian-dian.png);
}
.dangjian1-list dd+dd{
	margin-top: 25px;
}
.dangjian1-list dd a{
	font-size: 16px;
	color: #333;
}
.dangjian1-list dd a:hover{
	color: #bb2500;
	font-weight: bold;
}


.dangjian1-list dd span.span_11{
	position: absolute;
	right: 0;
	font-size: 14px;
	color: #999;
	top: 0;
}

.dangjian2{
	margin: 50px 0;
}

.tui1-pic{
	width: 200px;
	margin-right: 35px;
}

.tui1-pic .imgbox_a{
	padding-bottom: 66.67%;
}

.tui1-con{
	overflow: hidden;
	padding-top: 10px;
}

.tui1-con h1{
	margin:0;
	font-size: 16px;
	color: #333;
}

.tui1-con h1 a:hover{
	color: #bb2500;
	font-weight: bold;
}

.tui1-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	margin:15px 0;
}

.tui1-con h2{
	margin:0;
	font-size: 14px;
	color: #999;
}

.dangjian2 .dangjian1-list{
	padding-top: 30px;
}

.dangjian3-pic{
	width: 302px;
	margin-right: 32px;
}

.dangjian3-pic .imgbox_a{
	padding-bottom: 66.5563%;
}

.dangjian3-con{
	overflow: hidden;
	padding-top: 12px;
}

.dangjian3-con h1{
	margin:0;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}

.dangjian3-con h1 a:hover{
	color: #bb2500;
	font-weight: bold;
}

.dangjian3-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	margin:20px 0 25px;
}

.dangjian3-con h2{
	margin:0;
	font-size: 14px;
	color: #999;
}

.about1{
	padding: 70px 0 75px;
}

.about1-div{
	margin-top: 45px;
}

.about1-1{
	width: 634px;
	margin-right: 56px;
}

.about1-1 .imgbox_a{
	padding-bottom: 64.353312%;
}

.about1-2{
	overflow: hidden;
}
.about1-2-p{
	font-size: 16px;
	color: #666;
	line-height: 2;
}
.about1-2-p p{
	margin:0;
	margin-bottom: 30px;
	text-indent: 2em;
}

.about1-2-p a{
	color: #234382;
}

.about1-2-p a:hover{
	font-weight: bold;
}
.about1-2-dl{
	padding-top: 15px;
}
.about1-2-dl dl{
	margin:0;
}

.about1-2-dl dd{
	float: left;
	width: 25%;
	text-align: center;

}
.about1-2-dl dd+dd{
	border-left: 1px solid #e9e9e9;
}
.about1-2-dl dd h1{
	margin:0;
	font-size: 14px;
	color: #666;
}

.about1-2-dl dd h1 span{
	font-weight: bold;
	color:#234382;
	font-size: 34px;
	padding-right: 8px;
}

.about1-2-dl dd h2{
	margin:0;
	font-size: 14px;
	color: #666;
	margin-top: 10px;
}

.erji-padd{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.about2{
	padding: 65px 0 75px;
	background-image: url(../images/about2-bg.jpg);
}

.about2-div{
	margin-top: 50px;
	background-color: #fff;
	padding: 35px 55px;
}

.about2-dl dl{
	margin:0;
	margin-left: -4%;
}

.about2-dl dd{
	float: left;
	width: 46%;
	margin-left: 4%;
	padding-left: 30px;
	border-left: 1px solid #e2e2e2;
	padding-top: 15px;
	position: relative;
	transition: padding-left .3s;
}
.about2-dl dd::before{
	position: absolute;
	background-color: #e2e2e2;
	height: 1px;
	left: 0;
	width: 19px;
	content:"";
	top: 24px;
	transition: width .3s;
}
.about2-dl dd h1{
	margin:0;
	font-size: 16px;
	color: #333;
}

.about2-dl dd h1 span{
	font-weight: bold;
	font-size: 18px;
	padding-right: 15px;
}

.about2-p{
	margin-top: 10px;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	height: 5.4em;
	overflow: hidden;
}

.about2-dl dd:hover{
	padding-left: 52px;
}

.about2-dl dd:hover::before{
	width: 39px;
}

.about2-dl dd:hover h1 span{
	color: #234382;
}

.about3{
	padding: 67px 0 77px;
	background-color: #fff;
}

.about3-1{
	width: 915px;
	margin-right: 50px;
}
.about3-2{
	overflow: hidden;
}

.about3-2 dl{
	margin:0;
}

.about3-2 dd+dd{
	margin-top: 20px;
}

.about3-2 dd>a{
	display: block;
	height: 130px;
	line-height: 130px;
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-left: 56px;
}

.about3-2 dd>a img{
	margin-top: -3px;
	margin-right: 15px;
}
.about3-1-list{
	overflow: hidden;
}
.about3-1-list dl{
	margin:0;
	margin-left: -3%;
	margin-top: -3%;
}

.about3-1-list dd{
	float: left;
	width: 47%;
	margin-left: 3%;
	margin-top: 3%;
	background-color: #f8f8f8;
}

.about3-1-pic{
	width: 129px;
}

.about3-1-pic .imgbox_a{
	padding-bottom: 130.23%;
}

.about3-1-con{
	overflow: hidden;
	padding: 30px 30px 0;
}

.about3-1-con h1{
	margin:0;
	font-size: 18px;
	font-weight: bold;
	color:#333;
}

.about3-1-con h1 a:hover{
	color: #234382;
}

.about3-1-con p{
	margin:0;
	font-size: 14px;
	color:#666;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	margin:15px 0;
}
.leader-list .about3-1-con h1{
    font-size: 24px;
}
.leader-list .about3-1-con p{
    font-size: 18px;
}



.more11{
	width: 16px;
}
.more11 a,.more11 img{
	display: block;
	width: 100%;
}

.about3-2-bottom{
	margin-top: 70px;
}

.about3-2-p{
	font-size: 14px;
	color:#333;
	line-height: 2;
	text-align: center;
	margin:35px 0 30px;
}

.about3-2-list .imgbox_a{
	padding-bottom: 66.5625%;
}

.about3-2-list .imgbox_a h1{
	margin:0;
	position: absolute;
	width: 100%;
	z-index: 30;
	left: 0;
	bottom: 0;
	height: 44px;
	line-height: 44px;
	background-image: url(../images/heidi2.png);
	font-size: 14px;
	color: #fff;
	padding: 0 15px;
	text-align: center;
}

.about4{
	position: relative;
}

.map-wp{
	height: 610px;
	position: relative;
	z-index: 10;
}

.map{
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.about4-div-wp{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 50;
}

.about4-div-wp .container{
	position: relative;
	height: 0;
}

.about4-div{
	position: absolute;
	width: 435px;
	background-color: #f1f5fe;
	padding: 35px 15px 15px;
	right: 0;
	top: 50px;
	box-shadow: 0px 3px 15.68px 0.32px rgba(10, 40, 99, 0.35);
}

.about4-div .erji-title2{
	text-align: left;
}

.about4-item{
	background-color: #fff;
	margin-top: 18px;
	padding: 30px 5px 20px 20px;
}

.about4-ico{
	width: 67px;
	margin-right: 23px;
}

.about4-ico img{
	display: block;
	width: 100%;
}

.about4-p{
	overflow: hidden;
	font-size: 16px;
	color: #333;
	line-height: 2;
}

.about4-p p{margin:0;}


.main1{
	padding: 70px 0;
	background-image: url(../images/main1-bg.jpg);
}

.main2{
	padding: 70px 0 60px;
}

.main3{
	padding: 65px 0 90px;
	background-image: url(../images/main3-bg.jpg);
}

.main4{
	padding: 70px 0;
}

.main5{
	padding: 65px 0;
	background-image: url(../images/main5-bg.jpg);
}


.main-left{
	width: 915px;
	margin-right: 50px;
}

.main-right{
	overflow: hidden;
}
.title-00{
	padding-bottom: 38px;
}
.title-00-item{
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/title-00.png);
}
.title-00-item+.title-00-item{
	margin-left: 35px;
}
.title-00-item1{
	font-size: 28px;
	color: #999;
	font-weight: bold;
	line-height: 35px;
	padding: 0 3px 0 43px;
}

.title-00-item2{
	font-size: 16px;
	color: #999;
	font-weight: bold;
	line-height: 1;
}
.title-00-item2 span{
	font-weight: normal;
	display: block;
	font-family: "Arial";
}

.title-00-item.cur{background-image: url(../images/title-00h.png);}
.title-00-item.cur .title-00-item1{color: #222;}
.title-00-item.cur .title-00-item2{color: #222;}
.title-00-item.cur .title-00-item2 span{color: #234382;font-weight: normal;}

.title-00-a{
	font-size: 14px;
	color: #999;
	margin-top: 13px;
	display: none;
}
.title-00-a a:hover{
	color: #234382;
}
.title-00-a.frr{
	display: block;
}

.main2-2 .news2-2{display: none;}
.main2-2 .news2-2:first-child{display: block;}


#title-00-1 .title-00-item{cursor: pointer;}

.main2-1-pic{
	width: 450px;
	margin-right: 23px;
}

.fmain2 .slides>li .imgbox_a{
	padding-bottom: 73.3333333333%;
}
.fmain2 .slides>li .imgbox_a h1{
	margin:0;
	font-size: 16px;
	color:#fff;
	height: 54px;
	line-height: 54px;
	background-image: url(../images/heidi2.png);
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 15;
	padding: 0	15px;
	text-align: center;
}
.fmain2 .slides>li h1{
	margin:0;
	font-size: 16px;
	color:#333;
	text-align: center;
	line-height: 1.6;
	margin-top: 15px;
	padding:  0 20px;height: 3.2em;
	overflow: hidden;
}
.fmain2 .slides>li h1 a:hover{
	color: #234382;
}


.fmain2 .flex-direction-nav a{
	width: 32px;
	height: 47px;
	margin-top: -52px;
}

.fmain2 .flex-direction-nav .flex-next{
	right: 0;
}

.fmain2 .flex-direction-nav .flex-prev{
	left: 0;
}







.fmain2 .flex-control-thumbs {
  display: none;
}

.fmain2 .flex-control-thumbs li {
  width: 32.6667%;
  margin-left: 1%;
  position: relative;
  cursor: pointer;
}

.fmain2 .flex-control-thumbs li {
  position: relative;
  padding-bottom: 24%;
  overflow: hidden;
  background-color: #000;
}

.fmain2 .flex-control-thumbs li:first-child {
    margin-left: 0;
}

.fmain2 .flex-control-thumbs li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  opacity: 0.6;
}

.fmain2 .flex-control-thumbs li img.flex-active {
  opacity: 1;
}


.main2-1-con .dangjian1-list dd+dd{margin-top: 0;}
.main2-1-con .dangjian1-list dd{
	height: 46px;
	line-height: 45px;
	border-bottom: 1px dashed #efefef;
}
.main2-1-con .dangjian1-list dd a:hover{
	color: #234382;
}
.main2-1-con .dangjian1-list dd{background-image: url(../images/dd.png);}
.main2-1-con{
	overflow: hidden;
	position: relative;
	top: -15px;
}









.main3-dl dl{
	margin:0;
	font-size: 0;
	line-height: normal;
	white-space: nowrap;
}

.main3-dl dd{
	display: inline-block;
	width: 18%;
	height: 487px;
	background-repeat: no-repeat;
	background-position: left center;
	white-space: normal;
	overflow: hidden;
	transition: width .5s;
	position: relative;
}

.main3-dl dd.cur{
	width: 64%;
}
.main3-dl dd::before{
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content:"";
}

.main3-dl dd:nth-child(1)::before{
	background-image: url(../images/tm1.png);
}
.main3-dl dd:nth-child(2)::before{
	background-image: url(../images/tm2.png);
}
.main3-dl dd:nth-child(3)::before{
	background-image: url(../images/tm3.png);
}
.main3-dl dd:nth-child(4)::before{
	background-image: url(../images/tm4.png);
}
.main3-title{
	width: 252px;
	font-size: 26px;
	color: #fff;
	text-align: center;
	padding: 225px 65px 0;
	background-repeat: no-repeat;
	background-position: center 143px;
	cursor: pointer;
	position: relative;
	transition: padding .5s,width .5s,background-position .5s;
	z-index: 50;
}
.main3-title::before{
	position: absolute;
	width: 1px;
	left: 50%;
	top: 0;
	content:"";
	background-color: #fff;
	opacity: 0.5;
	height: 73px;
}

.main3-dl dd:nth-child(4) .main3-title{
	padding-top: 190px;
	background-position: center 116px;
}

.main3-dl dd:nth-child(1) .main3-title{background-image: url(../images/main3-ico1.png);}
.main3-dl dd:nth-child(2) .main3-title{background-image: url(../images/main3-ico2.png);}
.main3-dl dd:nth-child(3) .main3-title{background-image: url(../images/main3-ico3.png);}
.main3-dl dd:nth-child(4) .main3-title{background-image: url(../images/main3-ico4.png);}


.main3-dl dd.cur .main3-title{
	width: 88px;
	padding: 190px 30px 0;
	background-position: center 116px;
}
.main3-dl dd.cur .main3-menu{
	left: 88px;
}

.main3-menu{
	position: absolute;
	width: 808px;
	left: 252px;
	top:49px;
	bottom: 0;
	background-color: #fff;
	transition: left .5s;
	border-top-left-radius: 20px;
	padding: 60px 30px 0;
	z-index: 50;
	min-height: 350px
}
.main3-menu ul{
	margin:0;
	margin-left: -2%;
	margin-top: -2%;
}
.main3-menu li{
	float: left;
	width:23%;
	margin-left: 2%;
	margin-top: 2%;
}
.main3-menu li>a{
	display: block;
	height: 52px;
	line-height: 50px;
	border:1px solid #e1e1e1;
	text-align: center;
	font-size: 16px;
	color: #333;
	border-radius: 5px;
	transition: .3s;
}
.main3-menu li>a:hover{
	color: #fff;
	background-color: #234382;
	border-color: #234382;
}
.main5-1-pic .imgbox_a{
	padding-bottom: 67.67%;
}
.main5-1-con{
	background-color: #fff;
	padding: 45px 25px 40px;
	border-top: 2px solid #234382;
	position: relative;
}
.main5-1-num{
	position: absolute;
	font-size: 70px;
	color: #f3f3f3;
	font-weight: bold;
	font-style: italic;
	right: 20px;
	top: 5px;
	line-height: 1;
	z-index: 5;
}
.main5-1-con h1{
	margin:0;
	font-size: 18px;
	font-weight: bold;
	color:#333;
	position: relative;
	z-index: 25;
}
.main5-1-con h1 a:hover{
	color: #234382;
}
.main5-1-con .line{
	width: 17px;
	height: 2px;
	background-color: #234382;
	margin:18px 0 15px;
	position: relative;
	z-index: 25;
}
.main5-1-con p{
	margin:0;
	font-size: 14px;
	line-height: 1.8;
	height: 3.6em;
	color:#666;
	position: relative;
	z-index: 25;
	overflow: hidden;
}

.main5-1-pic{
	padding-top: 26px;
}

.main5-1-pic + .main5-1-con{
	border-top: 0;
	border-bottom:2px solid #234382;
}


.main5-1-con+.main5-1-pic{
	padding-top: 0
}






.main5-2{
	background-color: #fff;
	padding: 22px 17px;
}

.main5-2 .about4-item{
	background-color: #f8f8f8;
	margin-top: 0
}
.main5-2 .about4-item+.about4-item{
	margin-top: 20px;
}

.main1{
	position: relative;
}

.main1::before{
	position: absolute;
	width: 100%;
	left: 0;
	top: 153px;
	content:"";
	height: 383px;
	background-image: url(../images/main1-bgx.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 10;
}
.main1 .container{
	position: relative;
	z-index: 50;
}
.main1-1{
	width: 50%;
}

.main1-1-pic .imgbox_a{
	padding-bottom: 66.57142857142857%;
}
.main1-1-pic .imgbox_a::before{
	position: absolute;
	width: 79px;
	height: 199px;
	top: 0;
	left: 30px;
	content:"";
	z-index: 15;
	background-image: url(../images/pic.png);

}
.main1-1-dl dl{
	margin:0;
}

.main1-1-dl dd{
	float: left;
	width: 33.3333333333%;
}
.main1-1-dl dd .imgbox_a{
	padding-bottom: 100%;
}

.main1-1-dl dd .imgbox_a::before{
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	top: 50%;
	background-color: #000;
	opacity: 0.1;
	content:"";
	z-index: 1;
	transition: .3s;
}
.main1-1-dl dd .imgbox_a:hover::before{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.main1-1-dl dd .imgbox_a>img{
	z-index: 100;
}


.main1-1 .main1-1-dl dd:nth-child(1) .imgbox_a{background-color: #16a5b2;}
.main1-1 .main1-1-dl dd:nth-child(2) .imgbox_a{background-color: #dbac50;}
.main1-1 .main1-1-dl dd:nth-child(3) .imgbox_a{background-color: #f0f5ff;}

.main1-2{
	width: 50%;
}


.main1-2 .main1-1-dl dd:nth-child(1) .imgbox_a{background-color: #335baa;}
.main1-2 .main1-1-dl dd:nth-child(2) .imgbox_a{background-color: #1b8dbd;}
.main1-2 .main1-1-dl dd:nth-child(4) .imgbox_a{background-color: #f9fdff;}
.main1-2 .main1-1-dl dd:nth-child(6) .imgbox_a{background-color: #6690e0;}

.main1-2 .main1-1-dl dd:nth-child(2){
	position: relative;
	top: 466px;
}

.main1-nm{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	font-size: 18px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	z-index: 50;
}


.main1-nm img{
	display: block;
	width: 63px;
	margin:0 auto 22px;
}

.main1-1 .main1-1-dl dd:nth-child(3) .main1-nm{
	color: #333;
}

.main1-2 .main1-1-dl dd:nth-child(4) .main1-nm{
	color: #333;
}



.erji-content .about3-1-list dl{
	margin-top: 0
}






.webMap-list ul{

	margin:0;

}



.webMap-list li{

	border: 1px solid #ccc;

}

.webMap-list li+li{

	margin-top: 25px;

}







.webMap-li-title a{

	display: block;

	width: 150px;

	height: 35px;

	line-height: 35px;

	text-align: center;

	background-color: #234382;

	font-weight: bold;

	font-size: 16px;

	color: #fff;

}



.webMap-ddl{

	padding: 25px 80px;

}

.webMap-ddl dl{

	margin:0;

	font-size: 0;

	line-height: normal;

	margin-left: -1%;



}



.webMap-ddl dd{

	display: inline-block;

	vertical-align: top;

	width: 24%;

	margin-left: 1%;

	line-height: 1.5;

	font-size: 16px;

	color:#333;

	height: 30px;

	line-height: 30px;

}



.webMap-ddl dd a:hover{

	color: #234382;

}





.tousu{

	padding: 50px 140px 0 50px;

}

.tousu input{



	box-shadow: none;

}

.tousu input:focus{

	outline: none;

	box-shadow: none;

}



.tousu textarea:focus{

	outline: none;

	box-shadow: none;

}



.tousu input.form-control{

	height:40px;

	border:1px solid #234382;

	border-radius: 5px;

	padding-right: 40px;

}

.tousu textarea.form-control{

	border:1px solid #234382;

	resize: none;

	box-shadow: none!important;

	border-radius: 5px;

	padding: 9px 40px 9px 12px;

	height: 222px;

}

.tousu-title{

	height: 40px;

	line-height: 40px;

	text-align: right;

	font-size: 14px;

	color: #999;

}



.tousu-input{

	position: relative;

}



.tousu-input i.icoii{

	position: absolute;

	width: 16px;

	height: 16px;

	top: 50%;

	margin-top: -8px;

	right:13px;

	background-repeat: no-repeat;

	background-position: center;

}



.tousu-input i.icoii.icoii1{

	margin-top: 0;

	top: 11px;

}



.tousu-btn{

	text-align: center;

}


.tousu-btn{
	font-size: 0;
	line-height: normal;
}
.tousu-btn input{

	width: 195px;

	height: 49px;

	border:0;

	background-color: #234382;

	color: #fff;

	font-size: 14px;

}
.tousu-btn a{
	display: inline-block;
	vertical-align: top;
	width: 195px;

	height: 49px;
	line-height: 49px;

	border:0;

	background-color: #234382;

	color: #fff;

	font-size: 14px;
	margin-left: 30px;
}


.tousu-btn{

	padding-top: 30px;

}

.tousu-input-yzm{
	position: relative;
	padding-right: 135px;
}

.yzmimg{
	position: absolute;
	right: 0;
	top: 2px;
	width: 120px;
}


.zixun{
	padding-top: 25px;
}
.zixun1 .search{
	margin-top: 0;

}

.zixun1-a{
	width: 120px;
	margin-top: 6px;
}

.zixun1-a a{
	display: block;
	height:40px;
	line-height:40px;
	background-color: #f7f7f7;
	font-size: 15px;
	color: #333;
	text-align: center;
	border-radius: 999em;
}

.zixun1-a a:hover{
	background-color: #234382;
	color:#fff;
}

.denglu{
	background-color: #F7F7F7;
  border: 1px solid #E4E4E4;
  padding: 50px 100px;
  padding-right:350px;
}

.denglu-li+.denglu-li{
	margin-top: 25px;
}

.denglu-title{
	width: 200px;
	text-align: right;
	height: 47px;
	line-height: 47px;
	font-size: 16px;
	color: #333;
	margin-right: 30px;
}

.denglu-input{
	overflow: hidden;
}

.denglu-input-yzm{
	padding-right: 150px;
	position: relative;
}

.yzm{
	position: absolute;
	right: 0;
	top: 0px;
	width: 146px;
	    border: 1px solid #DADADA;
}
.yzm img{
	display: block;
	width: 100%;
}

.denglu-input input[type="text"],
.denglu-input input[type="password"]{
	display: block;
	width: 100%;
	height: 47px;
	background-color:#fff;
	border: 1px solid #DADADA;
	font-size: 14px;
	color: #333;
	line-height: 1.428571;
	padding: 8px 15px;

}
.denglu-input input:focus{
	outline: none;
}


.denglu-input input[type="button"]{
  background: #E27575;
  border: none;
  padding: 10px 25px 10px 25px;
  color: #FFF;
  box-shadow: 1px 1px 5px #B6B6B6;
  border-radius: 3px;
  text-shadow: 1px 1px 1px #9E3F3F;
  cursor: pointer;
}

.denglu-input input[type="button"]:hover {
    background: #CF7A7A;
}
.denglu-input a{
	margin-left: 10px;
  background: #f39800;
  border: none;
  padding: 10px 25px 10px 25px;
  color: #FFF;
  box-shadow: 1px 1px 5px #B6B6B6;
  border-radius: 3px;
  text-shadow: 1px 1px 1px #9E3F3F;
}



.denglu-input .sjyzm input[type="button"]{
	display: block;
	width: 100%;
  background: #008800;
  border: none;
  padding: 13px 25px;
  color: #FFF;
  box-shadow: 1px 1px 5px #B6B6B6;
  border-radius: 3px;
  text-shadow: 1px 1px 1px #9E3F3F;
  cursor: pointer;
}

.denglu-title i{
	font-style: normal;
	color:#f00;
	padding-right: 5px;
}
.xiangxi-table{
	margin-top: 30px;
}
.xiangxi-table table.table{
	margin:0;

}

.xiangxi-table table.table tr td{
	height: 50px;
	vertical-align: middle;
	font-size: 16px;
	padding:8px 15px;
}

.xiangxi-table table.table tr td:first-child{
	background-color: #fafafa;
	width: 35%;
	text-align: right;
}

.danpian-con img[src*="fileTypeImages/icon"] {
    display: inline-block;
    margin: 0;
}


.yq-list-wp{
	padding-bottom: 70px;
	padding-left: 80px;
	position: relative;
}

.yq-list .imgbox_a{
	padding-bottom: 18.675%;
}

.yq-list .item{
	float: left;
	width: 31.3333%;
	margin-left: 2%;
	margin-top: 2%;
}

.yq-list .item:nth-child(1),
.yq-list .item:nth-child(2),
.yq-list .item:nth-child(3){
	margin-top: 0
}

.yq-list-title{
	position: absolute;
	width: 80px;
	top: 0;
	bottom: 70px;
	background-color: #234382;
	left: 0;
	top: 0;
	font-size: 26px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 27px 25px 0;
	line-height: 1.2;
}