/**************************************/
/*************[公用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)
}
*/


/*百度百科變灰*/


*{
	font-family: "Microsoft Yahei","Helvetica Neue", Helvetica, Arial, sans-serif!important;
}




div.clear{
	clear: both;
	height: 0;
	width: 0;
}




a{
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}

img{
	border:0;
	max-width: 100%;
}


div.wp{
	width: 1200px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.tran{
	transition: all .3s ease-out 0s;
}
.tver{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}



/*图片中心放大代码区域*/

.img-box{/*图片盒子类名*/

	overflow: hidden;
}

.img-box img{
	transition: .3s;
	width: 100%;
	max-width: 100%;
}

.img-box:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/*图片中心放大代码区域*/


.imgbox_a{
	position:relative;
	padding-bottom: 100%;
	overflow:hidden;
	display: block;
}

.imgbox_a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%!important;
	height: 100%!important;
}
.imgbox_hover>img{
	/* ueco 时间曲线*/
	/*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;

}
.imgbox_hover:hover>img{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/**************************************/
/************[公用over]****************/
/**************************************/




/*header-start*/
/**************************************************************/

#header{
position: relative;
    z-index: 999;
    
}

.header-1{
	height: 98px;
	background-color: #fff;background-image: url('../images/toptop.jpg');
    background-repeat: no-repeat;
	background-position:  center;
	background-size: cover;
}

.logo{
	width: 640px;
	margin-top: 24px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}
.header-phone{
	margin-top: 27px;
	width: 365px;
}
.header-phone-item{
	font-size: 14px;
	color: #333;
	white-space: nowrap;
	line-height: 20px;
	font-weight: bold;
	float: left;
	width: 48%;
}
.header-phone-item:first-child{
	margin-right: 4%;
}
.header-phone-item:first-child+.header-phone-item+.header-phone-item{
	margin-right: 4%;
	margin-top:2%;
}
.header-phone-item:first-child+.header-phone-item+.header-phone-item+.header-phone-item{
	margin-top: 2%;
}
.header-phone-item span{

	color: #0087a9;
	font-size: 14px;
	font-weight: bold;
}






.header-2{
	background-color: #0087a9;
}

.header-2-div{
	position: relative;
	padding-right: 230px;
	transition: padding-right .3s;
}
.nav>ul>li{
	float: left;

	position: relative;
}
.nav>ul>li+li{
	padding-left: 1px;
}
.nav>ul>li>a{
	display: block;
	height: 55px;
	line-height: 55px;
	font-size: 18px;
	color: #fff;
	background-color: #0087a9;
	text-align: center;
	font-weight: bold;
	padding: 0 29px;
}
.nav>ul>li.cur>a,.nav>ul>li:hover>a{
	background-color: #027a98;
}
.nav>ul>li>ul{
	position: absolute;
	left: 50%;
	width: 160px;
	margin-left: -80px;
	padding-top: 1px;
	top: 100%;
	background-color: #0087a9;
	display: none;
}
.nav>ul>li>ul>li>a{
	display: block;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	transition: background-color .3s;
	background-color: #0087a9;
}
.nav>ul>li>ul>li>a:hover{
	background-color: #027a98;
}

.hxx{
	position: absolute;
	right: 100px;
	top:0px;
	width: 120px;
	height: 55px;
	line-height: 55px;
	font-size: 18px;
	color: #fff;
	white-space: nowrap;
	padding-left: 27px;
	background-repeat: no-repeat;
	background-position: 0 center;
	background-image: url(../images/xx.png);
	transition: right .3s;
}
.hxx a:hover{
	font-weight: bold;
}
.search{
	position: absolute;
	right: 0;
	top:13px;
	width: 80px;
	transition: width .3s;
	
}
.search input:focus{
	outline: none;
}
.search input[type="text"]{
	display: block;
	width: 100%;
	height: 30px;
	border:1px solid #fff;
	border-radius: 999em;
	background-color: #0087a9;
	font-size: 14px;
	color: #fff;
	line-height: 1.428571;
	padding: 4px 36px 4px 18px;
}
.search input[type="image"]{
	position: absolute;
	right:14px;
	top: 8px;
	width: 16px;
}


.search-cur .search{
	width: 130px;
}

.search-cur .hxx{
	right: 140px;
}
.search-cur .header-2-div{
	padding-right: 270px;
}


/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}


.main1{
	padding: 75px 0;
}

.main1-1{
	width: 990px;
	margin-right: 36px;
}

.title-00 .fl{
	font-size: 30px;
	color: #333;
	font-weight: bold;
	padding-left: 30px;
	position: relative;
}
.title-00 .fl span{
    font-size: 16px;
    text-transform: uppercase;
    color: #999;
    padding-left: 10px;
    font-weight: normal;
    vertical-align: middle;
    margin-top: -2px;
    display: inline-block;
}
.title-00 .fl::before{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	width: 17px;
	height: 4px;
	background-color: #0087a9;
	content:"";
	border-radius: 4px;
}


.title-00 a.fr{
	font-size: 14px;
	color: #999;
	text-transform: uppercase;
	margin-top: 15px;
}
.title-00 a.fr:hover{
	color: #0087a9;
}
.main1-2 .title-00 a.fr {
    color: #0087a9;
}
.main1-1-div{
	margin-top: 35px;
}
.main1-1-item{
	background-color: #f0f5fc;
}
.main1-1-pic{
	width: 550px;
}
.main1-1-pic .imgbox_a{
	padding-bottom: 66.55%;
}

.main1-1-con-wp{
	overflow: hidden;
	padding: 24px 35px 0;
}


.main1-1-date{
	width:72px;
	height: 76px;
	border-radius: 4px;
	background-color: #0087a9;
	text-align: center;
	padding-top: 15px;
}

.main1-1-date h1{
	margin:0;
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	line-height: 1;
}
.main1-1-date h2{
	margin:0;
	font-size: 12px;
	color: #fff;
	margin-top: 5px;
}

.main1-1-con h1{
	margin:0;
	font-size: 18px;
	color: #333;
}
.main1-1-con h1 a:hover{
	font-weight: bold;
	color: #0087a9;
}
.main1-1-con{
	margin-top: 30px;
}
.main1-1-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	margin-top: 15px;
	line-height:2;
	height: 6em;
	overflow: hidden;
}

.main1-1-bottom{
	margin-top: 33px;
}

.fmain1 .flex-control-paging li a{
	text-indent: 0;
	background-image: none!important;
	width: 28px;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	color: #666;
	border-radius: 50%;
	text-align: center;
}
.fmain1 .flex-control-paging li a.flex-active{
	background-color: #0087a9;
	color: #fff;;
}
.fmain1 .flex-control-paging li a::before{
	content:"0";
}

.fmain1 .flex-control-nav{
	width: 370px;
	right: 35px;
	bottom: 70px;
	height: 0;
}

.fmain1 .flex-control-nav li{margin:0;position: relative;}
.fmain1 .flex-control-nav li+li{
	margin-left: 20px;
}

.fmain1 .flex-control-nav li+li::before{
	width: 8px;
	height: 1px;
	position: absolute;
	content:"";
	background-color: #dedfe1;
	top: 13px;
	left: -12px;
}




.list01 dl{
	margin:0;
}

.list01 dd{
	font-size: 18px;
	color: #333;
	padding-left: 17px;
	background-repeat: no-repeat;
	background-position: 0 center;
	background-image: url(../images/list01.png);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-right: 85px;
	height: 20px;
	line-height: 20px;
	position: relative;
}
.list01 dd+dd{
	margin-top: 25px;
}
.list01 dd a:hover{
	color: #0087a9;
	font-weight: bold;
}

.list01 dd span.span_001{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #999;
}










.main1-2{
	overflow: hidden;
	background-image: url(../images/main1-2-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 721px;
	padding: 30px 35px 0;
}

.list1x .list1-a{
	line-height: 1.7;
	height: 3.4em;
	overflow:hidden; 
}

.list1x .list1-con{
	padding-top: 0
}
.list1x .list1-date{
	border-right: 1px solid #e6eaee;
	margin-top: 8px;
}
.list1x .list1-date h1{color: #0087a9;font-size: 30px;}
.list1x .list1-date h2{color: #0087a9;font-size: 12px;margin-top: 5px;}
.list1.list1x dd{
	padding: 20px 0;
}


.main2-item{
	width: 16.66667%;
	float: left;
}

.main2-item .imgbox_a{
	padding-bottom: 68%;
}


.main2-con{
	position: absolute;
	width: 100%;
	padding: 0 10px;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	z-index: 30;
}


.main2-con img{
	display: block;
	margin:0 auto;
	width: 42px;
}

.main2-con h1{
	margin:0;
	font-size: 24px;
	color: #fff;
	line-height: 1;
	margin: 15px 0 7px;
}

.main2-con h2{
	margin:0;
	font-size: 14px;
	color: #fff;
	font-family: "Arial";
	line-height: 1.5;
}


.main3{
	padding:30px 0 20px;
	background-color: #f0f5fc;
}


.main3-1 dl{
	margin:0;
	font-size: 0;
	text-align: center;
}

.main3-1 dd{
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 170px;
}
.main3-1 dd+dd{
	margin-left: 85px;
}
.main3-1 dd+dd::before{
	position: absolute;
	width:70px;
	height: 15px;
	top: 115px;
	left: -80px;
	background-image: url(../images/g.png);
	background-repeat: no-repeat;
	background-position: center;
	content:"";
	background-size: 100%;
}
.main3-1 dd:first-child+dd::before{
	/*left: -60px;*/
}
.main3-1 dd h1{
	margin:0;
	font-size: 24px;
	color: #333;
	margin:20px 0 7px;
}

.main3-1 dd h2{
	margin:0;
	font-size: 14px;
	font-family: "Arial";
	color: #999999;
	line-height: 1.5;
}

.main3-1-item{
	cursor: pointer;
	display: block;
}


.main3-1-ico{
	width: 90px;
	height: 90px;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	margin:0 auto;
	background-color: #f0f5fc;
	border-radius: 50%;
	transition: background-color .3s;
}
.main3-1-ico img{
	display: block;
	position: absolute;
	width: 38px;
	left: 50%;
	margin-left: -19px;
	bottom: 0;
	opacity: 1;
	transition: opacity .3s;
}

.main3-1-ico img.imgCur{
	opacity: 0;
	bottom: auto;
	top: 50%;
	margin-top: -19px;
}

.cur .main3-1-ico{
	background-color: #0087a9;
}

.cur .main3-1-ico img{
	opacity: 0;
}
.cur .main3-1-ico img.imgCur{
	opacity: 1;
}

a.main3-1-item:hover .main3-1-ico{
	background-color: #0087a9;
}


a.main3-1-item:hover .main3-1-ico img{
	opacity: 0;
}

a.main3-1-item:hover .main3-1-ico img.imgCur{
	opacity: 1;
}

.main3-2x .list01{
	padding-top: 25px;
}



.main3-2x:nth-child(2) .main3-2-dl dd{
	width: 18.5%;
}
.main3-2x:nth-child(3) .main3-2-dl dl{
	text-align: center;
}
.main3-2x:nth-child(3) .main3-2-dl dd{
	width: 18.5%;
}
.main3-2x:nth-child(4) .main3-2-dl dl{
	text-align: left;
}
/*.main3-2x:nth-child(4) .main3-2-dl dd{
	width: 18.5%;
}*/
.main3-2{
	padding-top: 15px;
}
.main3-2x{display: none;}
.main3-2x:first-child{display: block;}
.main3-2-dl{
    
}
.main3-2-dl dl{
    font-size: 0;
    text-align: center;
	margin:0;
	margin-left: -1.5%;
}

.main3-2-dl dd{
	display: inline-block;
	vertical-align: top;
	width: 11%;
	margin-left: 1.5%;
	margin-top: 1.5%;
}

.main3-2-dl dd .imgbox_a{
	padding-bottom: 71.43%;
}






.main4{
	padding: 70px 0;
	background-color: #fff;
}

.main4-1{
	
}

.main4-1-item{
	width: 48.5%;
	position: relative;
}
.main4-1-item::before{
	position: absolute;
	width: 116px;
	height: 235px;
	background-repeat: no-repeat;
	background-position: center;
	content:"";
	top: 0;
	left: 297px;
	z-index: 10;
}
.main4-1-item::after{
	position: absolute;
	width: 129px;
	height: 129px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	content:"";
	right: 30px;
	bottom: 30px;
	z-index: 20;
}
.main4-1-item.fl{background-color: #ca8dbb;}
.main4-1-item.fr{background-color: #dfbd7c;}

.main4-1-item.fl::before{background-image: url(../images/jj1.png);}
.main4-1-item.fr::before{background-image: url(../images/jj2xx.png);}
.main4-1-item.fl::after{background-image: url(../images/main4-1-ico1.png);}
.main4-1-item.fr::after{background-image: url(../images/main4-1-ico2.png);}
.main4-1-pic{
	width: 413px;
	height: 235px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.main4-1-con{
	overflow: hidden;
	padding: 45px 15px 0 0;
	position: relative;
	z-index: 50;
}


.main4-1-con-title h1{
	margin: 0;
	font-size: 24px;
	color: #fff;
}
.main4-1-con-title h2{
	margin: 0;
	font-size: 14px;
	color: #fff;
	font-family: "Arial";
	margin-top: 10px;
}
.main4-1-con-dl{
	padding-top: 5px;
}
.main4-1-con-dl dl{
	margin:0;
	margin-left: -2%;
}

.main4-1-con-dl dd{
	float: left;
	width: 48%;
	margin-left: 2%;
	margin-top: 20px;
	font-size: 16px;
	color: #fff;
}

.main4-1-con-dl dd a:hover{
	text-decoration: underline;
}


.main4-2{
	margin-top: 75px;
}

.main4-title{
	font-size: 30px;
	color: #333;
	font-weight: bold;
	text-align: center;
	background-image: url(../images/main4-title-bg.png);
	background-repeat: no-repeat;
	background-position: center;
}

.main4-2-list-wp,
.main4-3-list-wp{
	margin-top: 40px;
}

.main4-3-list .owl-stage{
	margin:0 auto;
}


.main4-2-list .imgbox_a{
	padding-bottom: 44.4444444%;
}

.main4-2-title{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
	position: absolute;
	z-index: 15;
	left: 0;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}


.main4-3{
	margin-top: 60px;
}
.main4-3 .main4-title{
	background-image: none;
}
.main4-3-pic .imgbox_a{
	padding-bottom: 51.064%;
}
.main4-3-list h1{
	margin:0;
	font-size: 16px;
	color: #333;
	text-align: center;
	margin-top: 16px;
}
.main4-3-list .item:hover h1{
	color: #0087a9;
	/*font-weight: bold;*/
}
/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	padding: 60px 0 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/footer-bg.jpg);
}


.foo-logo{
	width: 374px;
	margin-top: 12px;
	margin-right: 315px;
	display: none!important;
}

.foo-logo a,.foo-logo img{
	display: block;
	width: 100%;
}

.er-wp{
	width: 245px;
}


.er{
	width: 110px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.er img{
	display: block;
	width: 100%;
	margin-bottom: 12px;
}

.foo-con {
	margin-left: 70px;
}


.foo-con h1{
	margin:0;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

.foo-con dl{
	margin:0;
	display: inline-block;
	text-align: left;
	margin-top: 25px;
}
.foo-con dd{
	font-size: 16px;
	color: #fff;
	padding-left: 27px;
	background-repeat: no-repeat;
	background-position: 0 2px;
}

.foo-con dd+dd{
	margin-top: 13px;

}

.footer-2{
	font-size: 16px;
	color: #fff;
	line-height: 1.8;
	margin-top: 55px;
}

.footer-2 a:hover{
	font-weight: bold;
}
.footer-2 .fr{
	display: none!important;
}


/**************************************************************/
/*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: 5px 10px;
	display: block;
	font-size: 15px;
	width: 100%;
	color:#666;
}


.nav-2>ul>li>ul>li:last-child .swdl{
	margin-bottom: 5px;
}

.nav-2>ul>li>ul>li {
    padding-left: 15px;
}
.swdl{
	padding-top:1px;
	padding-left: 25px;
	border-top: 1px dotted #ddd;
	margin:7px 0 10px;
	font-size: 0;
}
.swdl a{
	margin-right: 15px;
	font-size: 13px;
	margin-top: 9px;
	display: inline-block;
}






/*.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: 220px;
   margin-left: 15px;
   margin-top:10px;
}

.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: 400px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}


.erji{
	padding: 60px 0 70px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/erji.jpg);
	min-height: 500px;
}

.menu{
	width: 285px;
	background-color: #f0f5fc;
	min-height: 600px;
	box-shadow: 0px 3px 12.35px 0.65px rgba(108, 108, 108, 0.3);
	border-radius: 8px;
	border-top-right-radius: 34px;
	padding: 50px 15px 85px 0px;
	background-image: url(../images/menu-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
}
.menu-title{
	position: relative;
	display: inline-block;
	text-align: left;
	padding-left: 20px;
}
.menu-title::before{
	position: absolute;
	left: 0px;
	top: 0;
	bottom: 0;
	width: 2px;
	background-color: #0087a9;
	content:"";
}
.menu-title h1{
	margin:0;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	color: #0087a9;
}
.menu-title h2{
	margin:0;
	font-size: 16px;
	text-transform: uppercase;
	color: #0087a9;
	opacity: 0.5;
	margin-top: 8px;
	line-height: 1.5;
}

.menu-list{
	margin-top: 50px;
	padding-left: 80px;
	text-align: left;
}
.menu-list dl{
	margin:0;
}
.menu-list dd{
	position: relative;
	line-height: 1.5;
}
.menu-list dd+dd{
	margin-top: 40px;
}
.menu-list dd>a{
	font-size: 18px;
	color: #333;
}

.menu-list dd>a:hover{
	color: #0087a9;
}


.menu-list dd.cur{
	padding-left:26px;
}
.menu-list dd.cur>a{
	color: #0087a9;
	font-weight: bold
}
.menu-list dd.cur::before{
	position: absolute;
	left: 0;
	top: 12px;
	width: 20px;
	height: 2px;
	background-color: #0087a9;
	content:"";
}


.dangjian .menu{
	background-color: #b12525;
	background-image: url(../images/menu-bgx.png);
	box-shadow: none;
}


.dangjian .menu-title h1{color: #fff;}
.dangjian .menu-title h2{color: #fff;opacity: 0.5;}
.dangjian .menu-title::before{background-color: #fff;}
.dangjian .menu-list dd>a{color: #fff;}
.dangjian .menu-list dd>a:hover{
	font-weight: bold;
}
.dangjian .menu-list dd.cur::before{background-color: #fff;}


.erji-content.fr{
	width: 1166px;
}

.erji-title{
	border-bottom: 1px solid #dadada;
	padding-bottom: 15px;
}

.erji-title .fl{
	font-size: 28px;
	color: #0087a9;
}

.mianbaoxie{
	font-size: 14px;
	color: #999;
	margin-top: 10px;
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: 0 center;
	background-image: url(../images/mian.png);
}

.mianbaoxie a:hover,.mianbaoxie span{
	color: #0087a9;
}

.list1 dl{
	margin:0;
}

.list1 dd{
	padding: 25px 0;
	border-bottom: 1px solid #e9e9e9;
}
.list1-date{
	text-align: center;
	width: 100px;
	border-right: 1px solid #f0f0f0;
	margin-right: 25px;
}
.list1-date h1{
	margin:0;
	font-size: 36px;
	color: #333;
	line-height: 1;
	font-family: "Arial";
	font-weight: bold;
}
.list1-date h2{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 1;
	font-family: "Arial";
}

.list1-con{
	overflow: hidden;
	padding-top: 13px;
}

.list1-a{
	font-size: 18px;
	color: #333;
}

.list1-a a:hover{
	color: #0087a9;
	font-weight: bold;
}

.fenye{
	margin-top: 60px;
	text-align: center;
}

.fenye ul{
	margin:0;
}

.erji-content-div{
	margin-top:30px;
}
.danpian{
	margin-top: 0!important;
}
.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: 40px 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:#0087a9;
}

.map-wp{
	height: 596px;
}

.map{
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.phone{
	position: relative;
}

.phone-div{
	position: absolute;
	z-index: 50;
	right: 25px;
	bottom: 25px;
	background-color: #fff;
	padding:25px 30px;
	box-shadow: 0px 3px 21px 0px rgba(0, 135, 169, 0.5);
	width: 400px;
}

.phone-item+.phone-item{
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #f0f0f0;
}

.phone-item-li{
	font-size: 15px;
	color: #0087a9;
	line-height: 22px;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 30px;
}
.phone-item-li+.phone-item-li{
	margin-top: 12px;
}
.phone-item-li span{
	color: #333;
}

.lingdao-list dl{
	margin:0;
}

.lingdao-list dd+dd{
	margin-top: 30px;
}

.lingdao-list dd>a{
	display: block;
	background-color: #f0f5fc;
	padding: 25px;
	padding-left: 0;
	transition: background-color .3s;
}

.lingdao-name{
	width: 134px;
	border-right: 1px solid #a8d4e3;
	text-align: center;
	font-size: 20px;
	color: #333;
	font-weight: bold;
	height: 52px;
	line-height: 52px;
	margin-right: 45px;
	/*transition: color .3s,border-color .3s;*/
}


.lingdao-con{
	overflow:hidden;
	font-size: 16px;
	color: #666;
}


.lingdao-con-item{
	font-size: 16px;
	color: #666;
	transition: color .3s;
}

.lingdao-con-item+.lingdao-con-item{
	margin-top: 8px;
}

.lingdao-list dd>a:hover{
	background-color: #0087a9;
}

.lingdao-list dd>a:hover .lingdao-name{
	color: #fff;
	border-color:#48a8c2;
}

.lingdao-list dd>a:hover .lingdao-con{
	color: #fff;
}

.dangjian_list dl{
	margin:0;
}

.dangjian_list dd{
	padding: 35px 0;
	border-bottom: 1px dashed #dcdddd;
}

.dangjian-pic{
	width: 270px;
	margin-right: 40px;
}

.dangjian-pic .imgbox_a{
	padding-bottom: 66.67%;
}

.dangjian-con{
	overflow: hidden;
	padding-top: 22px;
}

.dangjian-con h1{
	margin:0;
	font-size: 18px;
	color: #333;
}

.dangjian-con h1 a:hover{
	color: #0087a9;
	font-weight: bold;
}

.dangjian-con h2{
	margin:0;
	font-size: 14px;
	color: #999;
	margin:18px 0 12px;
}

.dangjian-con h2 img{
	margin-top: -3px;
	margin-right: 7px;
}

.dangjian-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 2;
	height: 4em;
	overflow: hidden;
}





.kxdl_menu{padding-top: 10px;}
.kxdl_menu dl{
	margin:0;
	font-size:0;
	line-height:normal;
}
.kxdl_menu dd{
	display:inline-block;
	margin-right:15px;
	margin-top:15px;
}
.kxdl_menu dd>a{
	display:block;
	padding:7px 14px;
	font-size:15px;
	color:#333;
}
.kxdl_menu dd.cur>a{
	background-color:#0087a9;
	color:#fff;
}	


.kec2 dl{
	margin:0;
	margin-left: -3%;
}

.kec2 dd{
	float: left;
	width: 30.33333%;
	margin-left: 3%;
	margin-top: 3%;
}

.kec-pic .imgbox_a{
	padding-bottom: 56.35%
}

.kec-con{
	background-color: #eee;
	padding: 20px 15px 15px;
}

.kec-con h1{
	margin:0;
	font-size: 18px;
	color:#333;
	text-align: center;
}

.kec-con h1 a:hover{
	color:#0087a9;
}

.danpian{
	margin-top: 30px;
}






.liuyan{





}

.liuyan-input input::-webkit-input-placeholder{

	color:#999;

}

.liuyan-input input::-moz-placeholder{   /* Mozilla Firefox 19+ */

	color:#999;

}

.liuyan-input input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */

	color:#999;

}

.liuyan-input input:-ms-input-placeholder{  /* Internet Explorer 10-11 */

	color:#999;

}



.liuyan-input textarea::-webkit-input-placeholder{

	color:#999;

}

.liuyan-input textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */

	color:#999;

}

.liuyan-input textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */

	color:#999;

}

.liuyan-input textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */

	color:#999;

}



.liuyan-title{

	font-size: 21px;

	color:#003677;

}



.liuyan-form dl{

	margin:0;

}



.liuyan-form dd{



	margin-top: 25px;

}

.liuyan-form dd.lastdd{

	width: 100%;

	float: left;

}

.liuyan-form dd span.fl{

	font-size: 16px;

	color:#333;

	text-align: right;

	height: 45px;

	width: 112px;

	line-height: 45px;

}



.liuyan-form dd span i{

	color:#f00;

	font-style: normal;

	padding-right: 7px;

}



.liuyan-input input:focus{

	outline: none;

}

.liuyan-input.liuyan-input128{
	font-size: 16px;
	color:#333;
	height: 45px;

	line-height: 45px;

}
.liuyan-input.liuyan-input128 span{
	padding-right: 25px;
	color:#999;
}
.liuyan-input input[type="text"]{

	border:0;

	border-bottom: 1px solid #d5d5d7;

	background-color: #f8f8f8;

	width: 100%;

	height: 45px;

	padding: 8px 12px;

	font-size: 14px;

	line-height: 1.42857143;

	color: #333;

}

.liuyan-input select {
	border: 0;
	border-bottom: 1px solid #d5d5d7;
	background-color: #f8f8f8;
	width: 100%;
	height: 45px;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
}

.liuyan-input{

	overflow: hidden;

	font-size: 0;

	line-height: normal;

}



.liuyan-input textarea:focus{

	outline: none;

}



.liuyan-input textarea{

	border:0;

	border-bottom: 1px solid #d5d5d7;

	background-color: #f8f8f8;

	width: 100%;

	height: 175px;

	padding: 14px 12px;

	font-size: 14px;

	line-height: 1.42857143;

	color: #333;

	resize: none;

}



.liuyan-btn{

	padding-top: 44px;

	border-top: 1px solid #d5d5d7;

	position: relative;

	top: -1px;

}



.liuyan-btn input:focus{

	outline: none;

}



.liuyan-btn input[type="button"]{

	width: 230px;

	height: 45px;

	border:0;

	color:#fff;

	cursor: pointer;

	font-size: 16px;

	transition: .3s;

	background-color: #0087a9;

}


.modal-footer .btn-primary{
	background-color: #c60019!important;
	border-color: #c60019!important;
}


.liuyan-btn input[type="reset"]{

	width: 230px;

	height: 45px;

	border:0;

	color:#666;

	cursor: pointer;

	font-size: 16px;

	background-color: #d2d0d0;

	margin-left: 19px;

	transition: .3s;

}

.liuyan-btn input[type="reset"]:hover{

	color:#fff;

	background-color: #0087a9;

}

.zaixianliuyan-2{
	margin-top: 25px;
	padding-bottom: 0px;
}

.zaixianliuyan-2-li-top{
	background-color: #fafdff;
	border:1px solid #edf2f5;
	padding-right: 50px;
	position: relative;
}
.zaixianliuyan-2-li-top a{
	position: absolute;
	width: 22px;
	right: 14px;
	top: 12px;
}

.zaixianliuyan-2-li-top a img{
	display: block;
	width: 100%;
}
.zaixianliuyan-2-li-top span{
	font-size: 14px;
	color:#0087a9;
	height: 42px;
	line-height: 42px;
	font-weight: bold;
	width: 81px;
	padding-left:10px;

}

.zaixianliuyan-2-li-top-con{
	overflow: hidden;
	line-height: 1.8;
	padding:8px 0;
	font-size: 14px;
	color: #333;
}

.zaixian-niw-p{
	overflow: hidden;
	padding-right: 15px;
}

.zaixian-niw,.zaixian-wd{
	font-size: 14px;
	color: #333;
	line-height: 2;
	margin-top: 25px;
}


.zaixian-wd-con{
	overflow: hidden;
	padding-right: 15px;
}
.zaixian-wd-p{
	overflow: hidden;

}

.pic-list dl{
	margin:0;
	margin-left: -3%;
}

.pic-list dd{
	float: left;
	width: 22%;
	margin-left: 3%;
	margin-top: 3%;
}

.pic-pic .imgbox_a {
  padding-bottom: 71.43%;
}