/**************************************/
/*************[公用start]**************/
/**************************************/
/*百度百科變灰*/


/*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{
	position: relative;
	z-index: 999;
}


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

.logo{
	width: 385px;
	margin-top: 8px;
}

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


.header-right{
	width: 288px;
	margin-top: 25px;
}

.header-a{
	font-size: 16px;
	color: #333;
	text-align: center;
	height: 45px;
	line-height: 45px;
	white-space: nowrap;
	margin-top: 19px;
}
.header-a img{
	margin-top: -3px;
	margin-right: 9px;
}
.header-a a{
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
}
.header-a span{
	font-weight: bold;
	font-size: 27px;
	color: #015293;
	font-family: "Impact";
	display: inline-block;
	vertical-align: top;
}
.header-a a:hover{
	color: #015293;
}
.search{
	position: relative;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 19px;
	width: 288px;
	margin-left: 17px;
}
.search input:focus{
	outline: none;
}
.search input[type="text"]{
	display: block;
	width: 100%;
	height: 45px;
	padding: 8px 55px 8px 22px;
	font-size: 14px;
	color: #333;
	line-height: 1.428571;
	border:0;
	background-color: transparent;
	position: relative;
	z-index: 15;
}

.search input[type="image"]{
	position: absolute;
	right:17px;
	top: 13px;
	width:19px;
	cursor: pointer;
	z-index: 50;
}

.nav-wp{
	position: relative;
	background-color:#015293;
	z-index: 500;
}
.nav ul{
	margin:0;
}

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

}
.nav>ul>li+li{
	border-left: 1px solid #015293;
}
.nav>ul>li>a{
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color:#fff;
	font-weight: bold;
	/*transition: .3s;*/

}

.nav>ul>li:hover>a, .nav>ul>li.active>a {
	background-color:#0b69b4;
	/*font-weight: bold;*/

}
.nav>ul>li>ul{
	position: absolute;
	left: 0px;
	right: 0;
	top:100%;
	z-index: 600;
	background-color: #015293;
	border-top: 1px solid #015293;
	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: #0b69b4;
}


#header.dang .nav-wp{
	background-color: #f22919;
}
#header.dang .nav>ul>li+li {
    border-left: 1px solid #f22919;
}
#header.dang .nav>ul>li:hover>a,#header.dang  .nav>ul>li.active>a {
    background-color: #c30f0f;
}
#header.dang .nav>ul>li>ul{
	background-color: #f22919;
	border-top: 1px solid #f22919;

}
#header.dang .nav>ul>li>ul>li>a:hover {
    background-color: #c30f0f;
}


#header.dang .header-a a:hover {
    color: #c30f0f;
}

#header.dang .header-a span{
    color: #c30f0f;

}

body{
	overflow-x: hidden;
}




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





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

#main{

}

.fafa .flex-control-nav{
	height: 0;
	bottom: 30px;
}
.fafa .flex-control-nav li{
	margin:0 4px;
}

.fafa .flex-control-paging li a{
	width: 11px;
	height: 11px;
}

.main-top{
	background-color: #fff;
	padding: 30px 0;
}


.mainbor{
	border:1px solid #dce0e2;
	padding: 15px;
}

.tou{
	background-color: #f6f6f6;
	padding: 20px 100px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/tou.png);
}
.tou h1{
	margin:0;
	font-size: 28px;
	font-weight: bold;
	color: #015293;
}
.tou p{
	margin:0;
	font-size: 15px;
	color: #666;
	margin-top: 10px;
}

.mm15{margin-top: 15px;}


.main1-1-left{
	width: 587px;
	margin-right: 15px;
}

.fmain1 .imgbox_a{
	padding-bottom: 57.92%;
}

.fmain1 .imgbox_a h1{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-image: url(../images/heidi.png);
	margin:0;
	font-size: 16px;
	color: #fff;
	padding-left:18px ;
	padding-right: 117px;
	z-index: 15;
}
.fmain1 .flex-control-nav {
	height: 0;
	text-align: right;
	padding-right: 11px;
	bottom: 33px;
}
.fmain1 .flex-control-nav li{
	margin:0;
}
.fmain1 .flex-control-nav li+li{
	margin-left: 6px;
}
.fmain1 .flex-control-paging li a{
	width: 19px;
	height: 19px;
	line-height: 19px;
	text-indent: 0;
	text-align: center;
	font-size: 12px;
	color: #333;
	background-image: none!important;
	background-color: #fff;
}
.fmain1 .flex-control-paging li a.flex-active{
	background-color: #db342b;
	color: #fff;
}


.main1-1-right{
	overflow: hidden;
}

.main1-1-right-dl dl{
	margin:0;
}
.main1-1-right-dl dd{
	float: left;
	width: 50%;
	
}

.main1-1-right-dl dd.cur>a{
	background-color: #015293;
	border-color: #015293;
	color: #fff;
}

.main1-1-right-dl dd>a{
	border:1px solid #e4e4e4;
	border-left: 0;
	display: block;
	height: 42px;
	line-height: 40px;
	text-align: center;
	background-color: #f5f5f5;
	font-size: 16px;
	color: #333;
	transition: background-color .3s,border-color .3s,color .3s;
}
.main1-1-right-dl dd:first-child>a{
	border-left: 1px solid #e4e4e4;
}

.list001 dl{margin:0;}
.list001 dd{
	padding-left:15px;
	position: relative;
	height: 22px;
	line-height: 22px;
	font-size: 16px;
	color: #333;
	padding-right: 85px;
	background-image: url(../images/dian2.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	
}
.list001{
	padding-top: 22px;
}
.list001 dd+dd{
	margin-top: 20px;
}
.list001 dd a:hover{
	color: #015293;
}
.list001 dd span{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #999;
}

.main-hua{display: none;}
.main-hua:first-child{
	display: block;
}


.title-11{
	background-color: #f5f5f5;
}

.title-11 h1{
	margin:0;
	font-size: 16px;
	color: #fff;
	width: 188px;
	text-align: center;
	background-color: #015293;
	position: relative;
	height:42px;
	line-height: 42px;
}
.title-11 h1::after{
	position: absolute;
	width: 9px;
	height: 15px;
	right: -9px;
	top: 50%;
	margin-top: -7px;
	content:"";
	background-image: url(../images/jiao1.png);
	display: none;
}

.title-11 a.fr{
	/*width: 54px;
	height:42px;
	line-height: 42px;
	background-color: #e4e4e4;*/
	font-size: 14px;
	color: #333;
	/*text-align: center;
	transition: background-color .3s,color .3s;*/
	transition: color .3s;
	margin-top: 11px;
	margin-right: 8px;
}


.title-11 a.fr:hover{
	/*background-color: #015293;
	color: #fff;*/
	color: #015293;

}


.mm20{margin-top: 20px;}
.mm25{margin-top: 25px;}


.main1-2-list .item{
	background-color: #f5f5f5;
	padding: 20px;
}

.main1-2-list .item h1{
	margin:0;
	font-size: 16px;
	color: #333;
}



.main1-2-list .item h2{
	margin:0;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	height: 3.6em;
	margin-top: 10px;
}
.main1-2-list .item h2 a:hover{
	color: #015293;
}


.main2{
	position: relative;
	padding-left: 56px;
}
.main2 .title-11 h1::after{display: none;}
.main2 .title-11{
	background-color: #fff;
	padding-bottom: 15px;
}
.main2-title{
	position: absolute;
	left: 0;
	top: 0;
	width: 46px;
	height: 108px;
	background-color: #015293;
}
.main2-title::before{
	position: absolute;
	content:"";
	left: 4px;
	right: 4px;
	bottom: 4px;
	top: 4px;
	border:1px solid #1265a7;
	z-index: 10;
}
.main2-title span{
	position: absolute;
	width: 100%;
	font-size: 16px;
	color: #fff;
	text-align: center;
	z-index: 25;
	padding: 0	10px;
	line-height: 1.1;
	top: 50%;
	margin-top: -34px;
}
.main2-list .item .imgbox_a{
	padding-bottom: 9.44%;
}

.main3-1{
	width:100%;
	margin-right: 23px;
}

.title-22{
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/erji-title.png);
}

.title-22 h1{
	margin:0;
	font-size: 20px;
	font-weight: bold;
	color: #015293;
	padding: 0	0 13px;
	border-bottom: 2px solid #015293;
}
.title-22 a.fr{
	font-size: 14px;
	color: #333;
	margin-top: 1px;
}
.title-22 a.fr:hover{
	color: #015293;
}
.main3-2{
	overflow: hidden;
}

.main3 .main1-1-right-dl dd.cur>a {
  background-color: #2f78c5;
  border-color: #2f78c5;
}

.main3-sp{
	width: 408px;
	margin-left: 19px;
}

.main3-div-con{
	overflow: hidden;
}

.main3-sp-pic .imgbox_a{
	padding-bottom: 67.55%;
}

.main3-sp-pic .imgbox_a::after{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: url(../images/heidi1.png);
	content:"";
	z-index: 25;
}
.main3-bo{
	font-size: 16px;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	z-index: 50;
	margin-top: -42px;
}
.main3-bo img{
	display: block;
	width: 51px;
	margin:0 auto 11px;
}

.main3-sp h1{
	margin:0;
	height: 59px;
	line-height: 58px;
	border:1px solid #e4e4e4;
	border-top: 0;
	font-size: 16px;
	color: #333;
	padding: 0	15px;
	text-align: center;
}

.main3-sp:hover h1{color: #2f78c5;}

.main3-1 .main1-1-right-dl dd{
	width: 50%;
}








.main-bottom{
	background-color: #f4f4f4;
	padding: 40px 0;
}

.main4{
  width: 763px;
  margin-right: 23px;
}

.main5{
	overflow: hidden;
	height: 439px;
}
.main-bottom .mainbor{
	border-color:#fff;
	background-color: #fff;
}
.main-bottom .title-22{
	background-image: none;
}
.main-bottom .title-22 h1{
	padding-bottom: 0;
	border-bottom: 0;
}

.main4-dl {
	width: 190px;
	margin-right: 6px;
}
.main4-dl dl{
	margin:0;
}

.main4-dl dd{
	height: 55px;
	line-height: 55px;
	font-size: 14px;
	color: #333;
	background-color: #f4f4f4;
	cursor: pointer;
	transition: background-color .3s,color .3s;
	text-align: center;
}
.main4-dl dd+dd{
	margin-top: 7px;
}
.main4-dl dd.cur{
	color: #fff;
	background-color: #2f78c5;
}
.main4-con-wp{
	overflow: hidden;
}
.main4-con{
	display: none;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}
.main4-con:first-child{
	display: block;
	
}

.main4-pic .imgbox_a{
	padding-bottom: 67.85%;
}
.main4-con>a{
	display: block;

}
.main4-con-wen{
	height: 365px;
	padding: 50px 15px 0;
	background-image: url(../images/landi.png);
	width: 200px;
}
.main4-h1{
	margin:0;
	font-size: 16px;
	color: #fff;
	border-left: 2px solid #fff;
	padding-left: 9px;
}
.main4-p{
	font-size: 14px;
	color: #fff;
	line-height: 2;
	height: 10em;
	overflow: hidden;
	margin-top:25px;
}

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

.main5-dl dd{
	float: left;
	width: 47%;
	margin-left: 3%;
	margin-top: 20px;
}
.main5-dl dd:first-child,
.main5-dl dd:first-child+dd{
	margin-top: 0;
}
.main5-pic .imgbox_a{
	padding-bottom:73.8%; 
}
.main5-dl dd h1{
	margin:0;
	font-size: 14px;
	color: #333;
	text-align: center;
	margin-top: 15px;
}
.main5-dl dd:hover h1{color: #015293;}
/**************************************************************/
/*main-over*/





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

#footer{
	background-color: #0d63b8;
	padding: 50px 0 40px;
}
#footer.dang{
	background-color: #ce2828;
}
.er{
	width: 103px;
	margin-top: 65px;
}
.er-pic img{
	display: block;
	width: 100%;
}

.er-ccon{
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-top: 10px;
}




.er-img{
	width: 113px;
	margin-right: 15px;
}

.er-img img{
	display: block;
	width: 100%;
}
.er-con{
	overflow: hidden;
	font-size: 14px;
	color: #fff;
	line-height: 2;
}


.foo-con{
	overflow: hidden;
	padding-right: 50px;
	font-size: 14px;
	color: #fff;
	line-height: 2.4;
}

.foo-logo{
	width: 385px;
	margin-bottom: 30px;
}

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

.xsdh{
	margin-top: 21px;
}

/**************************************************************/
/*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);

}

.dang .jiaspan{background-image: url(../images/jia2hh.png);}
.dang .jiaspan.cur{background-image: url(../images/jia2hhh.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: 300px;
   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: 240px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.erji{
	padding: 0	0	40px;
}
.mianbaoxie{
	font-size: 14px;
	color: #999;
	height: 53px;
	line-height: 53px;
	padding-left: 23px;
	background-repeat: no-repeat;
	background-position: 1px center;
	background-image: url(../images/mian.png);
}


.menu{
	width: 272px;
	margin-right:35px;
}
.menu-pic{
	margin-top: 18px;
}
.menu-pic a,.menu-pic img{
	display: block;
	width: 100%;
}

.menu-title{
	background-color: #225baf;
	padding: 24px 10px 24px 28px;
}

.menu-title h1{
	margin:0;
	font-size: 24px;
	color: #fff;
}

.menu-title h2{
	margin:0;
	font-size: 14px;
	color: #80b3fd;
	text-transform: uppercase;
	margin-top: 5px;
}

.menu-dl dl{
	margin:0;
}
.menu-dl dd{
	border-top: 1px solid #d7e1f1;
	background-color: #f0f6ff;
}
.menu-dl dd>a{
	display: block;
	font-size: 16px;
	color: #333;
	padding-left: 28px;
	position: relative;
	height: 46px;
	line-height: 46px;
	background-color: #f0f6ff;
	background-repeat: no-repeat;
	background-position: 223px center;
	background-image: url(../images/jt0.png);
	transition: background-image .3s,background-color .3s,color .3s;
}

.menu-dl dd.cur>a,.menu-dl dd>a:hover{
	background-color: #307ece;
	color: #fff;
	background-image: url(../images/jt.png);
}


.menu-dl ul{
	margin:0;
	padding: 17px 0;
	padding-left: 50px;
}

.menu-dl li>a{
	font-size: 14px;
	color: #333;
}
.menu-dl li+li{
	margin-top: 12px;
}

.menu-dl li>a:hover,
.menu-dl li.cur>a{
	color: #307ece;
}


.sanji-dl{
	padding-top: 15px;
}
.sanji-dl dl{
	margin:0;
}
.sanji-dl dd{
	display: inline-block;
}
.sanji-dl dd{
	margin-right: 10px;
	margin-top: 10px;
}
.sanji-dl dd>a{
	display: block;
	padding: 8px 20px;
	background-color: #f8f8f8;
	text-align: center;
	font-size: 14px;
	color:#333;
}

.sanji-dl dd.cur>a,
.sanji-dl dd>a:hover{
	background-color: #307ece;
	color:#fff;
}



.erji-div{
	overflow: hidden;
}

.erji-title{
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/erji-title.png);
}

.erji-title h1{
	margin:0;
	font-size: 20px;
	font-weight: bold;
	color: #225baf;
	padding: 0	12px 18px;
	border-bottom: 2px solid #225baf;
}



.erji-content{
	padding-top: 25px;
}

.xinwen-list dl{
	margin:0;
}
.xinwen-list  dd+dd{
	margin-top: 10px;
}

.xinwen-list dd{
	border:1px solid #f0f0f0;
	height: 50px;
	line-height: 48px;
	padding-left: 28px;
	padding-right: 96px;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 16px;
	color: #333;
	background-repeat: no-repeat;
	background-position: 13px center;
	background-image: url(../images/dian.png);
}
.xinwen-list dd span{
	position: absolute;
	right: 15px;
	font-size: 14px;
	color: #777;
	top: 0;
}
.xinwen-list dd a:hover{
	color: #225baf;
}

.fenye ul{
	margin:0;
}

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

.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;
	color:#666;
	line-height: 2;
	padding: 20px 0 20px;
}
.danpian-con *{
	font-size: 18px!important;
	color:#666!important;
	line-height: 2!important;
}
.danpian-con img{
	display: block;
	margin:15px auto;
	cursor: pointer;
}


.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:#225baf;
}

.mianbaoxie a:hover,.mianbaoxie span{color: #225baf;}

.dang .mianbaoxie a:hover,.dang .mianbaoxie span{color: #f22919;}
.dang .menu-title{background-color: #c30f0f;}
.dang .menu-title h2{color: #f47878;}
.dang .menu-dl dd>a{background-color:#fff9f9; }
.dang .menu-dl dd.cur>a, .dang .menu-dl dd>a:hover {
  background-color: #f22919;
}
.dang .menu-dl dd{
	border-top:1px solid #f8f0f0;
}
.dang .erji-title h1{
	color: #f22919;
	border-color:#f22919;
}

.dang .xinwen-list dd a:hover {
    color: #f22919;
}







.dang .fenye .pagination > li > a,
.dang .fenye .pagination > li > span {
  color: #f22919;
}
.dang .fenye .pagination > li > a:hover,
.dang .fenye .pagination > li > span:hover,
.dang .fenye .pagination > li > a:focus,
.dang .fenye .pagination > li > span:focus {
  color: #f22919;
}
.dang .fenye .pagination > .active > a,
.dang .fenye .pagination > .active > span,
.dang .fenye .pagination > .active > a:hover,
.dang .fenye .pagination > .active > span:hover,
.dang .fenye .pagination > .active > a:focus,
.dang .fenye .pagination > .active > span:focus {
  color: #fff;
  background-color: #f22919;
  border-color: #f22919;
}

.pro-item{
	margin-top: 30px;
	border:1px solid #f1f1f1;
	padding: 10px;
	padding-bottom: 16px;
}
.pro-pic .imgbox_a{
	padding-bottom: 73%;
}

.pro-item h1{
	margin:0;
	font-size: 16px;
	color: #333;
	text-align: center;
	margin-top: 15px;
}

.pro-item:hover h1{color: #225baf;}










/*2024-3-20*/

.main6-list .item:hover .main6-h1{
	color: #225baf;
}

.main6-pic .imgbox_a{
	padding-bottom: 74.1135%;
}

.main6-h1{
	font-size: 16px;
	color: #333;
	text-align: center;
	background-color: #fff;
	padding: 15px;
}

.main7{
	padding: 50px 0;
	background-color: #fff;
}

.main7-h1{
	font-size: 24px;
	color: #015293;
	text-align: center;
}

.main7-menu{
	font-size: 0;
	text-align: center;
	margin:30px 0;
}

.main7-menu span{
	display: inline-block;
	min-width: 140px;
	background-color: #9f9f9f;
	font-size: 14px;
	color: #fff;
	height: 43px;
	line-height: 43px;
	cursor: pointer;
	transition: background-color .3s,color .3s;
	padding:0px 15px;
	margin-bottom: 10px;
}
.main7-menu span.cur{
	background-color: #2f78c5;
}
.main7-menu span+span{
	margin-left: 10px;
}

.main7-list .imgbox_a{
	padding-bottom: 68.33773%;
}

.main7-list-div-wp{
	position: relative;
	overflow: hidden;
}

.main7-list-div{
	position: absolute;
	width: 100%;
	left: -100%;
	top: 0;
}

.main7-list-div.cur{
	position: relative;
	left: 0;
}


.xsdh{
	width: 680px;
	height: 175px;
	position: relative;
	padding: 0 80px;
	margin-right: 120px;
}
.xsdh::before{
	position: absolute;
	width: 1px;
	height: 112px;
	content:"";
	left: 0;
	bottom: 0;
	background-image: url(../images/fll.png);
}
.xsdh::after{
	position: absolute;
	width: 1px;
	height:  112px;
	content:"";
	right: 0;
	bottom: 0;
	background-image: url(../images/fll.png);
}


.foo-con p{margin:0;}


.xsdh-h1{
	font-size: 16px;
	color: #fff;
}
.xsdh-con{
	font-size: 14px;
	color: #fff;
	line-height: 2;
	margin-top: 13px;
}
.xsdh-con p{margin:0;}

.xsdh-pp{
	font-size: 14px;
	color: #fff;
	line-height: 1.8;
	margin-top: 15px;
}


.xsdh-hh1{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	padding-bottom: 25px;
}



.liuyan{
	padding-top: 20px;
}
.liuyan-title{
	text-align: center;
}

.liuyan-title h1{
	margin:0;
	font-size: 24px;
	color: #333;
	font-weight: bold;
}

.liuyan-title h2{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 1.5;
	margin-top: 13px;
}

.liuyan-form{
	padding-top: 15px;
}
.liuyan-form input:focus,
.liuyan-form textarea:focus{
	outline: none
}
.liuyan-li{
	margin-top: 30px;
}

.liuyan-li.fl,.liuyan-li.fr{
	width: 47%;
}

.liuyan-li-long{
	float: left;
	width: 100%;
}

.liuyan-li-title{
	font-size: 16px;
	color: #333;
	padding-bottom: 11px;
}

.liuyan-li-input input{
	display: block;
	width: 100%;
	border:0;
	background-color: #f7f7f7;
	padding: 15px;
	height: 55px;
	font-size: 16px;
	color: #333;
	line-height: 1.5;
}

.liuyan-li-input textarea{
	display: block;
	width: 100%;
	border:0;
	background-color: #f7f7f7;
	padding: 15px;
	height: 170px;
	font-size: 16px;
	color: #333;
	line-height: 1.5;
	resize: none;
}

.liuyan-btn{
	margin-top: 45px;
}

.liuyan-btn input{
	display: block;
	margin:0 auto;
	width: 156px;
	border:0;
	background-color: #225baf;
	/*padding: 15px;*/
	height: 52px;
	border-radius: 999em;
	font-size: 16px;
	color: #fff;
}

.liuyan-btn input:hover{
	font-weight: bold;
}

.index1{
	padding-top: 76px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/index1-bg.jpg);
}

.index1-1{
	width: 600px;
	margin-right: 70px;
}

.index1-1 .imgbox_a{
	padding-bottom: 70.83333%;
}

.index1-2{
	overflow: hidden;
}

.index1-2-h1{
	font-size: 30px;
	color: #333;
	font-weight: bold;
}

.index1-2-p{
	font-size: 16px;
	color: #333;
	line-height: 2;
	height: 8em;
	overflow: hidden;
	margin-top: 25px;
}
.index1-2 .index-a{
	margin-top: 37px;
}
.index-a a{
	display: block;
	width: 150px;
	height: 45px;
	line-height: 43px;
	border:1px solid #015293;
	border-radius: 4px;
	text-align: center;
	font-size: 14px;
	color: #015293;
}

.index-a a:hover{
	background-color: #015293;
	color: #fff;
}

.index1-2-dl dl{
	margin:0;
	font-size: 0;
	text-align: center;
}

.index1-2-dl dd{
	display: inline-block;
	vertical-align: top;
	margin-top: 35px;
}
.index1-2-dl dd+dd{
	margin-left: 110px;
}
.index1-2-dl dd h1{
	margin:0;
	font-size: 14px;
	color: #333;
}
.index1-2-dl dd h1 span{
	font-size: 46px;
	font-family: "Georgia";
	color: #015293;
	padding-right: 5px;
}
.index1-2-dl dd h2{
	margin:0;
	font-size: 14px;
	color: #333;
	margin-top: 5px;
}

.index2-1{
	background-color: #fff;
	padding-top: 70px;
}

.title-000 h1{
	margin:0;
	font-size: 30px;
	color: #333;
	font-weight: bold;
	line-height: 1;
}

.title-000 a.fr{
	font-size: 14px;
	color: #999;
	margin-top: 6px;
}
.title-000 a.fr:hover{
	color: #015293;
}
.index2-1-menu{
	margin-top: 40px;
}
.index2-1-menu dl{
	margin:0;
	white-space: nowrap;
	font-size: 0;
	text-align: center;
}

.index2-1-menu dd{
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	color: #333;
	cursor: pointer;
	padding-bottom: 25px;
	position: relative;
}
.index2-1-menu dd+dd{
	margin-left: 100px;
}
.index2-1-menu dd.cur::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -1px;
	height: 3px;
	content:"";
	background-color: #015293;
}

.index2-2{
	background-color: #f4f4f4;
	padding: 60px 0;
	border-top: 1px solid #d8d8d8;
}

.index2-2-pic .imgbox_a{
	padding-bottom: 66.5%;
}

.index2-2-h1{
	font-size: 16px;
	color: #333;
	text-align: center;
	margin-top: 20px;
}

.index2-2-list .owl-nav button.owl-prev{
    position: absolute;
    left:-100px;
    top: 50%;
    margin-top: -24px;
    width: 48px;
    height: 48px;
    background-image: url(../images/left.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
    background-size: 100%;
}

.index2-2-list .owl-nav button.owl-next{
    position: absolute;
    right:-100px;
    top: 50%;
    margin-top: -24px;
    width: 48px;
    height: 48px;
    background-image: url(../images/right.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
    background-size: 100%;
}

.index2-2-list .item:hover .index2-2-h1{
	color: #015293;
}

.index2-2-div-wp{
	position: relative;
}

.index2-2-div{
	position: absolute;
	width: 100%;
	left: -15000%;
	top: 0;
}

.index2-2-div.cur{
	position: relative;
	left: 0;
}
.index3{
	background-color: #fff;
	padding: 60px 0 65px;
}
.index3-1{
	width: 900px;
	margin-right: 50px;
}

.index3-2{
	overflow: hidden;
}

.findex3 .imgbox_a{
	padding-bottom: 66.67%;
}

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

.index3-2-div{
	margin-top: 28px;
}
.list001 {
    padding-top: 24px;
}
.list001 dd+dd {
    margin-top: 25px;
}

.findex3 .flex-direction-nav a{
	width: 32px;
	height: 80px;
	margin-top: -40px;
}

.findex3 .flex-direction-nav .flex-prev {
  left: 0;
}
.findex3 .flex-direction-nav .flex-next {
  right: 0;
}

.index4{
	padding: 75px 0 0px;
	background-image: url(../images/index4x-mapxxx.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 800px;
}

.index4-map{
	width: 573px;
	height: 479px;
	position: relative;
	/*background-image: url(../images/index4-map.png);*/
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 75px;
	margin-left: 75px;
	z-index: 50;
}

.ddi{
	position: absolute;
	width: 40px;
	height: 30px;
	left: 330px;
	top: 175px;
	z-index: 10;
	cursor: pointer;
}
.ddi:hover .ddi-con{
	display: block;
}
.ddi-con{
	position: absolute;
	width: 240px;
	background-color: #3c8bca;
	display: none;
}

/*ddi*/

.ddi-yanan{
	width: 24px;
  height: 12px;
  left: 316px;
  top: 321px;
}
.ddi-yanan .ddi-con{
	left: 50px;
	top: 0;
}

.ddi-yulin{
	width: 24px;
  height: 12px;
  left: 318px;
  top: 277px;

}
.ddi-yulin .ddi-con{
	left: 50px;
	top: 0;
}
.ddi-shenmu{
	width: 24px;
  height: 12px;
  left: 344px;
  top: 276px;
}
.ddi-shenmu .ddi-con{
	left: 50px;
	top: 0;
}

.ddi-neimenggu{
	width: 40px;
	height: 30px;
	left: 354px;
	top: 223px;
}
.ddi-neimenggu .ddi-con{
	left: 50px;
	top: 0;
}
.ddi-huangling{
	width: 24px;
  height: 12px;
  left: 313px;
  top: 294px;
	
}
.ddi-huangling .ddi-con{
	left: 50px;
	top: 0;
}



.ddi-tongchuan{
	width: 24px;
  height: 12px;
  left: 315px;
	top: 308px;
	
}
.ddi-tongchuan .ddi-con{
	left: 50px;
	top: 0;
}

.ddi-binchang{
	width: 24px;
  height: 12px;
  left: 334px;
  top: 333px;
	
}
.ddi-binchang .ddi-con{
	left: 50px;
	top: 0;
}
.ddi-baoji{
	width: 24px;
  height: 12px;
  left: 305px;
  top: 334px;
	
}
.ddi-baoji .ddi-con{
	left: 50px;
	top: 0;
}
.ddi-guizhou{
	width: 30px;
	height: 30px;
	left: 293px;
  top: 411px;
}
.ddi-guizhou .ddi-con{
	left: 50px;
	top: 0;
}

.ddi-henan{
	width: 24px;
  height: 15px;
  left: 358px;
  top: 350px;
}
.ddi-henan .ddi-con{
	left: 50px;
	top: 0;
}


.ddi-hancheng{
	width: 24px;
  height: 12px;
  left: 342px;
	top: 290px;

	
}
.ddi-hancheng .ddi-con{
	left: 50px;
	top: 0;
}
.ddi-pubai{
	width: 24px;
  height: 12px;
  left: 342px;
	top: 318px;

	
}
.ddi-pubai .ddi-con{
	left: 50px;
	top: 0;
}
.ddi-chenghe{
	width: 24px;
  height: 12px;
  left: 344px;
	top: 306px;
	
}
.ddi-chenghe .ddi-con{
	left: 50px;
	top: 0;
}
.ddi-shanxi{
	width: 23px;
  height: 12px;
  left: 377px;
  top: 274px;
	
}
.ddi-shanxi .ddi-con{
	left: 50px;
	top: 0;
}




.ddi-gansu{
	width: 30px;
	height: 30px;
	left: 200px;
  top: 257px;

}
.ddi-gansu .ddi-con{
	left: 50px;
	top: 0;
}


.ddi-ningxia{
	width: 25px;
	height: 12px;
	left: 270px;
	top: 290px;
	
}
.ddi-ningxia .ddi-con{
	left: 50px;
	top: 0;
}



.ddi-eluosi{
	width: 55px;
	height: 19px;
	left: 234px;
	top: 76px;
}
.ddi-eluosi .ddi-con{
	left: 70px;
	top: 0;
}


.ddi-dibai{
	width: 37px;
  height: 19px;
  left: -175px;
  top: 446px;
}
.ddi-dibai .ddi-con{
	left: 70px;
	top: 0;
}

.ddi-bajisitan{
	width: 70px;
	height: 19px;
	left: 180px;
	top: 476px;
}
.ddi-bajisitan .ddi-con{
	left: 70px;
	top: 0;
}

.ddi-jianada{
	width: 55px;
	height: 19px;
	left:465px;
	top: 0px;

}
.ddi-jianada .ddi-con{
	right: 70px;
	top: 0;
}

.ddi-riben{
	width: 34px;
	height: 19px;
	left: 605px;
	top: 226px;
}
.ddi-riben .ddi-con{
	right: 70px;
	top: 0;
}


.ddi-malaixiya{
	width: 70px;
	height: 19px;
	left: 224px;
	top: 608px;

}
.ddi-malaixiya .ddi-con{
	left: 70px;
	top: 0;
}


.ddi-yuenan{
	width: 36px;
  height: 19px;
  left: 317px;
  top: 526px;

}
.ddi-yuenan .ddi-con{
	right: 70px;
	top: 0;
}

.ddi-yindu{
	width: 36px;
  height: 19px;
  left:6px;
  top: 475px;

}
.ddi-yindu .ddi-con{
	left: 70px;
	top: 0;
}

.ddi-yinni{
	width: 36px;
  height: 19px;
  left: 417px;
  top: 672px;
}
.ddi-yinni .ddi-con{
	right: 70px;
	bottom: 0;
}

.ddi-yilake{
	width: 54px;
	height: 19px;
	left: -282px;
	top: 337px;
}
.ddi-yilake .ddi-con{
	left: 70px;
	top: 0;
}

/*ddi*/











.ddi-ico{
	width:55px;
	height: 100px;
	background-color: #fff;
	background-image: url(../images/ddico.png);
	background-repeat: no-repeat;
	background-position: center;
}




.ddi-lan-con{
	overflow: hidden;
	padding: 18px 15px 5px 20px;
}


.ddi-lan-con h1{
	margin:0;
	font-size: 16px;
	color: #fff;
}

.ddi-con-p p{
	margin:0;

}
.ddi-con-p{
	font-size: 14px;
	color: #fff;
	margin-top: 10px;
}



















.index4-con{
	overflow: hidden;
	padding-top: 80px;
}

.index4-con-p p{margin:0;}
.index4-con-p{
	font-size: 16px;
	color: #333;
	line-height: 3.2;
	margin: 45px 0;
}

.index4-phone{
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	text-shadow: 0px 1px 3.96px rgba(0, 9, 19, 0.5);
}


.index4-llist dl{
	margin:0;
	margin-left: -3%;
}
.index4-llist dd{
	float: left;
	width: 47%;
	margin-left: 3%;
	margin-top: 3%;
}
.index4-llist dd .ddi-con{
	position: static;
	display: block;
	width: 100%;
}

.index4-llist dd .ddi-ico{
	width: 100px;
}


.wangluo{
	background-image: url(../images/wangluo-bg.jpg);
	padding: 145px 0 180px;
}

.danpian-con video{
        display:block!important;
        width:100%!important;
        max-width: 806px!important;
        margin: 0 auto;
        height:auto!important;
        border:0!important;
}