/**************************************/
/*************[公用start]**************/
/**************************************/



div.clear{
	clear: both;
	height: 0;
	width: 0;
}



a{
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}

img{
	border:0;
/*	width: 100%;*/
	max-width: 100%;
}


div.wp{
	width: 1200px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.tran{
	transition: all .3s ease-out 0s;
}




/*图片中心放大代码区域*/

.img-box{/*图片盒子类名*/

	overflow: hidden;
}

.img-box img{
	transition: .3s;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; /* ueco 时间曲线*/
	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);
}


/*图片中心放大代码区域*/





/**************************************/
/************[公用over]****************/
/**************************************/




/*header-start*/
/**************************************************************/

#header{

}

.header-1{
	height: 109px;
	background-color: #fff;
}

.logo{
	width: 588px;
	margin-top: 19px;
}

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

.header-right{
	width: 450px;
}


.oafr{
	width: 247px;
	background-image: url(../images/link_bank2.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: left;
	padding-left: 38px;
	font-size: 0;
}

.oafr a{
	display: inline-block;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	font-weight: bold;
	
	color: #fff;

}
.oafr a+a{
    margin-left: 32px;
}
.time{
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	color: #666;
	margin-right: 13px;
}

.header-right2{
	margin-top: 15px;
}

.gaojia{
	padding-right:30px;
	padding-left:  21px;
	height: 44px;
	line-height: 44px;
}

.gaojia a{
	font-size: 16px;
	color: #000;
}
.gaojia a:hover{
	color: #0089d0;
}



.search-form{
	overflow: hidden;
	border:1px solid #ebebeb;
}

.search1{
	width: 75px;
	border-right: 1px solid #ebebeb;
}

.search1 select{
	display: block;
	width: 100%;
	height: 42px;
	border:0;
	padding: 4px 5px;
}
.search1 select:focus{
	outline: none;
}

.search2{
	width:204px;
	border-right: 1px solid #ebebeb;
}

.search2 input{
	display: block;
	width: 100%;
	height: 42px;
	border:0;
	padding: 6px 12px;
}
.search2 input:focus{
	outline: none;
}

.search3{
	overflow: hidden;
}
.search3 input{
	display: block;
	width: 100%;

}
.search3 input:focus{
	outline: none;
}


.search input:focus{
	outline: none;
}
.search input[type=text]{
	width: 100%;


	padding: 5px 10px;
	color:#333;
	height: 31px;
	padding-right: 40px;
	font-size: 12px;
	border:0;
}
.search input[type="image"]{
	position: absolute;
	right: 17px;
	top: 9px;
}



.nav-wp{
	position: relative;
	background-color:#0089d0;
	z-index: 500;
}

.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	width: 14.28571%;
	text-align: center;
	position: relative;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/li.png);
	padding-left: 1px;

}
.nav>ul>li:first-child{
	padding-left: 0;
	background-image: none;
}
.nav>ul>li>a{
	display: block;
	height: 45px;
	line-height: 45px;
	font-size: 17px;
	color:#fff;
	font-weight: bold;
	/*transition: .3s;*/

}

.nav>ul>li:hover>a, .nav>ul>li.active>a {
	background-color:#037cbb;

}
.nav>ul>li>ul{
	position: absolute;
	left: 1px;
	right: 0;
	top: 45px;
	z-index: 600;
	background-color: #0089d0;
	border-top: 1px solid #0089d0;
	display: none;
}

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

}
.nav>ul>li>ul>li>a:hover{
	background-color: #037cbb;
}




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





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

#main{
	margin-top: 1px;
}

.fafa .slides>li{
	height: 217px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
}
.fafa .slides>li img{
	display: none;
	width: 100%;
}
/*.fafa .flex-control-nav{
	display: block;
	bottom: 26px;
	font-size: 0;
}

.fafa .flex-control-nav li{
	margin:0 7px;
}*/




.main{
	padding: 35px 0;
}

.main1-1{
	width: 564px;
	margin-right: 23px;
}

.main1-2{
	overflow: hidden;
}

.fmain1 .slides>li>a{
	display: block;
	position: relative;
	padding-bottom: 61.17%;
	overflow: hidden;
}

.fmain1 .slides>li>a>img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
}

.fmain1 .slides>li>a h1{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height:45px ;
	line-height: 45px;
	color: #fff;
	font-size: 16px;
	padding-left: 17px;
	padding-right: 130px;
	margin: 0;
	background-image: url(../images/heidi.png);
	z-index: 25;

}


.fmain1 .flex-control-nav{
	display: block;
	text-align: right;
	padding-right: 7px;
	bottom: 31px;
	height: 0;
}

.fmain1 .flex-control-paging li a{
	width: 20px;
	line-height: 20px;
	height: 20px;
	text-align: center;
	text-indent: 0;
	color: #fff;
	font-size: 14px;
	background-image: none;

}

.fmain1 .flex-control-paging li a.flex-active{
	background-image: none;
	background-color: #d94436;
}


.main1-2{
	overflow: hidden;
}

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

.main1-2-dl dd{
	float: left;
	width: 20%;
	cursor: pointer;
	height: 42px;
	line-height: 38px;
	font-size: 16px;
	color: #333;
	border-bottom: 4px solid #0089d0;
	text-align: center;
}


.main1-2-dl dd.cur{
	font-weight: bold;
	color: #fff;
	background-color:#0089d0;
	line-height: 42px;
}

.main1-2-div-wp .main1-2-div{
	display: none;
}

.main1-2-div-wp .main1-2-div:first-child+.main1-2-div{
	display: block;
}

.tui1{
	padding: 15px 0;
	border-bottom: 1px dashed #dadada;
}

.tui1 h1{
	text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin:0;
  font-size: 18px;
  color:#333;
  text-align: center;
  font-weight: bold;
}

.tui1 h1 a:hover{
	color: #0089d0;
}

.tui1 p{
	font-size: 14px;
	color: #666;
	margin:0;
	line-height: 1.8;
	height: 50px;
	overflow: hidden;
	margin-top: 10px;
}

.list0{
	padding-top: 15px;
}
.list0 ul{
	margin:0;
}

.list0 li{
	margin-top: 12px;
	background-repeat: no-repeat;
	background-position:0px center;
  background-image: url(../images/dian0.png);
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left:15px;
  overflow: hidden;
	position: relative;
	padding-right:110px;
}

.list0 li:first-child{
	margin-top: 0
}


.list0 li a{
	font-size: 14px;
	color:#333;
}
.list0 li span{
	font-size: 14px;
	color:#999;
	position: absolute;
	right: 0px;
	top: 0;
}
.list0 li a:hover{
	color:#0089d0;
}









.main2-1{
	width: 827px;
	margin-right: 25px;
}

.main2-1-div{
	width: 400px;
	border:1px solid #e8e8e8;
	padding: 40px 10px 10px;
	position: relative;
	margin-top: 25px;
}


.title-11{
	position: absolute;
	left: -1px;
	top: -1px;
	right: -1px;
	height: 40px;
	background-repeat: no-repeat;
	background-position:left center;
	background-image: url(../images/title-11.png);

}

.title-11 span{
	height: 40px;
	line-height: 40px;
	margin-left: 25px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}
.title-11 a.fr{
	font-size: 14px;
	color: #333;
	margin-right: 15px;
	margin-top: 10px;
}
.title-11 a.fr:hover{
	color:#0089d0;

}


.tui2-pic{
	width: 140px;
	margin-right: 15px;
}
.tui2-pic>a{
	display: block;
	position: relative;
	padding-bottom: 65.5%;
	overflow: hidden;
}

.tui2-pic>a>img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

}

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

.tui2-con h1{
	text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin:0;
  font-size: 15px;
  color:#000;
  font-weight: bold;
}

.tui2-con h1 a:hover{
	color:#0089d0;
}

.tui2-con p{
  overflow: hidden;
  margin:0;
  font-size: 15px;
  color:#666;
  text-indent: 2em;
  line-height: 1.6;
  height: 48px;
  margin-top: 8px;

}



.tui2{
	padding: 13px 0;
	border-bottom: 1px dashed #e9e9e9;
}


.main2-2{
	overflow: hidden;
	padding-top: 25px;
}

.title-22{
	background-color: #0089d0;
	padding: 10px 10px 0;
}

.title-22 span{
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	padding: 0	7px;
	margin-left: 15px;
	font-size: 16px;
	color: #fff;
}
.title-22 span.cur{
	background-color: #fff;
	color: #0089d0;
	font-weight: bold;
}

.title-22 span:first-child{
	margin-left: 0;
}

.title-22 a.fr{
	font-size: 14px;
	color: #fff;
	margin-top: 2px;
	display: none;
}
.title-22 a.fr.frr{
	display: block;
}
.title-22 a.fr:hover{
	/*color:#0089d0;*/
	/*font-weight: bold;*/
	text-decoration: underline;

}


.main2-2-div-wp{
	border:1px solid #e8e8e8;
	border-top: 0;
	padding: 12px;
}

.main2-2-div-wp .main2-2-div{
	display: none;
}

.main2-2-div-wp .main2-2-div:first-child{
	display: block;
}

.shipin-div-box .shipin-div{
	display: none;
}

.shipin-div-box .shipin-div:first-child{
	display: block;
}
.shipin-div>a{
	padding-bottom:56%;
	position: relative;
	display: block;
	overflow: hidden;
}
.shipin-div>a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 15;
}

.bo{
	position: absolute;
	width: 45px;
	left: 50%;
	margin-left: -22px;
	top: 50%;
	margin-top: -18px;
	z-index: 25;
}
.bo img{
	display: block;
	width: 100%;
}


.shipin-dl dl{
	margin:0;
	margin-left: -2%;
}

.shipin-dl dd{
	float: left;
	width: 31.333333%;
	margin-left: 2%;
	margin-top: 2%;
}

.shipin-dl dd>a{
	padding-bottom:56%;
	position: relative;
	display: block;
	overflow: hidden;
	background-color: #000
}
.shipin-dl dd>a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 15;
	opacity: 0.7;
}

.shipin-dl dd.cur>a>img{
	opacity: 1;
}

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

.main2-2-2 dd{
	margin-top: 18px;
}

.main2-2-2 dd>a{
	padding-bottom:20.4%;
	position: relative;
	display: block;
	overflow: hidden;
	/*background-color: #000*/
}
.main2-2-2 dd>a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 15;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;

}

.main2-2-2 dd>a:hover>img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.main2-2-div .list0{
	padding-top: 6px;
}

.main2-2-3{margin-top: 18px;}


.main3 .main2-1-div{
	padding:40px 0 0;
	width: 100%;
}


.main3-div{
	padding: 20px 15px;
}

.main3-list .item>a{
	padding-bottom:21.2%;
	position: relative;
	display: block;
	overflow: hidden;
	/*background-color: #000*/
}
.main3-list .item>a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 15;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;

}

.main3-list .item>a:hover>img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}














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





/*footer-start*/
/**************************************************************/
#footer{
	position: relative;
	z-index: 500;
}

.footer-1{
	background-color:#fafafa;
}
.footer-1-title{
	background-color: #0089d0;
	width: 39px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	position: relative;
	top: -10px;
	height: 83px;
	padding: 10px 10px 0;
	position: relative;
	margin-right: 29px;
}
.footer-1-title i{
	position: absolute;
	top: 0;
	right: -10px;
	width: 10px;
}
.footer-1-title i img{
	display: block;
	width: 100%;
}

.footer-1-div{
	overflow: hidden;
	padding-top: 19px;
}


.footer-1-div dl{
	margin:0;
	margin-left: -3%;
}

.footer-1-div dd{
	float: left;
	width: 30.333333333%;
	margin-left: 3%;

}
.footer-1-div dd .form-control{
	height: 46px;
	border-radius: 0;
	box-shadow: none!important;
	font-size: 16px;
}


.footer-2{
	background-color: #0089d0;
	padding: 20px 0;
}

.er-wp{
	width: 182px;
}

.er-con{
	overflow: hidden;
	font-size: 13px;
	color: #fff;
	line-height: 2;
	padding-top: 10px;
}
.er{
	width: 111px;
	margin-right: 19px;
}

.er img{
	display: block;
	width: 100%;
}

.foo-con{
	overflow:hidden;
	padding-top: 11px;
}

.foo-hui{
	width: 67px;
	margin-right: 28px;
	margin-top: 20px;
}

.foo-hui img{
	display: block;
	width: 100%;
}

.foo-p{
	font-size: 14px;
	color: #fff;
	line-height: 2;
	overflow: hidden;
	padding-top: 3px;
}






/**************************************************************/
/*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;
	/*background-color: #0089d0;*/

}
.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: 400px;
   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: 10px;
	float: right;
	margin-top: 29px;
}
.menu2 li+li{
	margin-top: 23px;
}
.menu2 li img{
	/*vertical-align: middle;*/


}

.menu2 li a#oaa img{
	width: 30px;
}

.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: 217px;
    background-repeat: no-repeat;
    background-position: center ;
    background-size: cover;
}
.banner-2 img{
		display: none;
		width: 100%;
	}
.erji{
    padding: 35px 0 50px;
}

.menu{
	width: 252px;
	margin-right: 40px;
}
.menu h1{
	margin:0;
	font-size: 20px;
	font-weight: bold;
	color:#fff;
	height: 67px;
	line-height: 67px;
	background-color: #0495e0;
	padding-left: 27px;
}
.menu ul{
	margin:0;
}
.menu li{
	border-top: 1px solid #fff
}
.menu li a{
	display: block;
	/* height: 48px; */
	line-height: 1.5;
	padding: 13px 15px;
	padding-left: 44px;
	color:#4f4f4f;
	font-size: 14px;
	transition: .3s;
	background-color: #f6f8fa;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	background-position: 27px 18px;
}
.menu li a:hover,.menu li.active a{
	background-color: #0089d0;
	background-image: url(../images/menuh.png);
	color:#fff;
}

.erji-title {
    padding-bottom: 24px;
    border-bottom: 1px solid #0089d0;
}
.erji-title .fl{
    font-size: 20px;
    color:#3c3c3c;
    height: 20px;
    line-height: 20px;
    border-left: 5px solid #0089d0;
    padding-left: 10px;
}

.mianbaoxie{
      font-size: 12px;
    color:#333;
    height: 20px;
    line-height: 20px;
}
.mianbaoxie a:hover{
    color:#0089d0;
}
.mianbaoxie span{
    color:#0089d0;
}

.erji-content{
    /*overflow: hidden;*/
    width: 908px;
    float: right;
}

.erji-content-div{
    padding-top:10px;
    min-height: 520px;
}

.fenye{
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    /*border-top: 1px solid #eee;*/
}
.fenye ul{
    margin:0;
}
.list{
	padding-top: 15px;
}
.list ul{
	margin:0;
}

.list li{
	margin-top: 15px;
	background-repeat: no-repeat;
	background-position:0px center;
  background-image: url(../images/dian.png);
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left:15px;
  overflow: hidden;
	position: relative;
	padding-right:85px;
}

.list li:first-child{
	margin-top: 0
}


.list li a{
	font-size: 16px;
	color:#333;
}
.list li span{
	font-size: 14px;
	color:#999;
	position: absolute;
	right: 0px;
	top: 0;
}
.list li a:hover{
	color:#0089d0;
}
.list li i{
	font-style: normal;
}
.list li i.list-admin{
	font-size: 14px;
	color:#999;
	margin-left: 140px;
}

.list li i.list-from{
	font-size: 14px;
	color:#999;

}

.list li i.list-click{
	font-size: 14px;
	color:#999;
}




.list-admin,.list-from,.list-click{
	margin-left: 20px;

}
.list.search_11-list li>a{
	display: block;
	text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 50%;
  float: left;
}






.danpian{
	padding-top: 25px;
}

.danpian-h1{
	font-size: 26px;
    color: #0064ac;
	line-height: 1.6;
	text-align: center;

}

.danpian-h2{
	font-size: 14px;
	line-height: 1.6;
	color:#000;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding: 10px 0 15px;

}

.danpian-con{
	color:#000;
	line-height: 2.2;
	padding: 20px 0 20px;
	font-size: 16px;
}
.danpian-con *{
	color:#000!important;
	line-height: 2.2!important;
	font-size: 16px!important;
}
.danpian-con p{
    margin: 0px!important;
}
.danpian-con img{
	display: block;
	margin:15px auto;
}


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

.dan-page{
	padding-top: 10px;
	border-top: 1px solid #eee;
}

.dan-a{
	margin-top: 12px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.dan-a a{
	font-size: 16px;
	color:#666;
}

.dan-a a:hover{
	color:#0089d0;

}
.pic-item{
	margin-top: 25px;
}
.pic-item h1{
	text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin:0;
  font-size: 16px;
  color:#333;
  text-align: center;
  margin-top: 15px;
}

.pic-pic>a{
    display: block;
    position: relative;
    padding-bottom: 66.6%;
    overflow: hidden
}

.pic-pic>a img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .3s;
}

.pic-pic:hover>a img{
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.pic-pic:hover+h1{
	color:#0089d0;
}



.map-wp{
	height: 300px;
	margin-top: 10px;
}

.map{
	height: 100%;
	width: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.contact-con{
	margin-top: 30px;
}
.contact-con h1{
	margin:0;
	font-size: 26px;
	color: #333;
}

.contact-con-p{
	font-size: 14px;
	color: #666;
	line-height: 2;
	margin-top: 20px;
}


.search-fform{
	width: 400px;
	margin:40px auto 0;
}
.search-fform-li{
	margin-top: 20px;
}
.search-fform-li:first-child{
	margin-top: 0;
}
.search-fform-li span.fl{
	height: 34px;
	line-height: 34px;
	margin-right: 5px;
	font-size: 16px;
	color: #333;
	width: 85px;
	text-align: right;
}
.search-ffrom-input{
	overflow: hidden;
}



.search-ffrom-input-li{
	width: 80px;
	margin-right: 10px;
}

.search-ffrom-input-datets{
	overflow: hidden;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	color: #f00;
}
.search-fform-li-btn{
	font-size: 0;
	line-height: normal;
	text-align: center;
	margin-top: 30px;
}
.search-fform-li-btn input:focus{
	outline: none;
}
.search-fform-li-btn input{
	width: 100px;
	height: 34px;
	line-height: 34px;
	border:0;
	border-radius: 4px;
	background-color: #4ba4d8;
	color: #fff;
	cursor: pointer;
	font-size: 14px;

}

.search-fform-li-btn input[type="reset"]{
	background-color: #f00;
	margin-left: 20px;
}
.sousuo-table{
	margin-top: 10px;
}
.sousuo-table table.table{
	text-align: center;
}
.sousuo-table table.table tr th{
	text-align: center;
	background-color: #f1f1f1;
	padding: 8px 15px;

}
.sousuo-table table.table tr th:first-child{
	text-align: left;
}

.sousuo-table table.table tr td:first-child{
	text-align: left;
}

.sousuo-table table.table tr td{
	height: 50px;
	vertical-align: middle;
	border-top: 0;
	border-bottom: 1px dotted #a2a2a2;
}
.sousuo-table table.table tr td:first-child+td+td+td+td{

	color: #999;
}
.sousuo-table table.table tr td>a{
	display: block;
	background-repeat: no-repeat;
	background-position:0px center;
  background-image: url(../images/dian0.png);
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
  padding-left:15px;
  overflow: hidden;
	position: relative;
	font-size: 15px;
	/*color: #333;*/
}

.sousuo-table table.table tr td>a:hover{
	color: #0089d0;
}

.pic2-list .pic-pic>a{
	padding-bottom: 21.2766%
}

.home-jj{
    margin-left: 52px;
    margin-top: 8px;
}
.home-jj h1{
    margin-bottom: 10px;
    font-size:16px;
    font-weight:bolder; 
    margin-top:0px; 
    color:#ff0000;
}
.home-jj h2{
    font-size:14px;
    color:#fff;
    margin-top:0px;
}


/*分享按钮调整*/

.social-share .icon-wechat .wechat-qrcode{
    top:auto;
    bottom: -210px;
}

.social-share .icon-wechat .wechat-qrcode:after{
    bottom: -auto;
    top: -13px;
    border-width: 6px 6px 8px 6px;
    border-color: transparent transparent #f3f3f3 transparent;
}


/*分享按钮调整*/













