/**************************************/
/*************[公用start]**************/
/**************************************/



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{

}

.header-1{
	height:127px;
	background-color: #0069bc;
}

.logo{
	width: 576px;
	margin-top: 20px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}




.search{
	width: 278px;
	height: 45px;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: center ;
	position: relative;
	padding-left: 20px;
	padding-top: 2px;
	padding-right: 60px;
	margin-top: 40px;
	margin-right:0px;
}

.search input:focus{
	outline: none;
}

.search input[type="text"]{
	display: block;
	width: 100%;
	height: 41px;
	background-color:transparent;;
	border:0;
	font-size: 14px;
	color: #fff;
	line-height: 1.428571;
}

.search input[type="image"]{
	position: absolute;
	right:0px;
	top: 0px;
	width: 45px;
}

.nav-wp{
	position: relative;
	background-color:#fff;
	z-index: 500;
}

.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	width: 11.111111111%;
	text-align: center;
	position: relative;
	background-image: url(../images/li.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1px;

}
.nav>ul>li:first-child{
	background-image: none;
}
.nav>ul>li>a{
	display: block;
	height: 51px;
	line-height: 51px;
	font-size: 16px;
	color:#333;
	/*transition: .3s;*/

}

.nav>ul>li:hover>a, .nav>ul>li.active>a {
	/*background-color:#a90e00;*/
	font-weight: bold;

}
.nav>ul>li>ul{
	position: absolute;
	left: 0px;
	right: 0;
	top:100%;
	z-index: 600;
	background-color: #0069bc;
	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: #0361aa;
}








/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}


.fafa .slides>li{
	height: 480px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

.fafa .slides>li  img.phone-img{
	display: none;
	width: 100%;
}


.fafa .flex-control-nav li{
	margin:0 10px;
}
.fafa .flex-control-nav{
	bottom: 39px;
	height: 0;
}


.fafa .flex-direction-nav{
	width: 1200px;
	position: absolute;
	height: 0;
	top: 50%;
	left: 50%;
	margin-left: -600px;
}


.fafa .flex-direction-nav a{
	width: 40px;
	height: 70px;
	margin-top: -35px;
}

.fafa .flex-direction-nav .flex-prev{
	left: -40px;
}

.fafa .flex-direction-nav .flex-next{
	right: -40px;
}



.main{
	padding: 55px 0 35px;
}


.main-left{
	width: 792px;
}



.main-right{
	/*overflow: hidden;*/
	float: right;
	width: 376px;
}


.title-11{
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/title-11.png);
}

.title-11 span.fl{
	font-size: 20px;
	font-weight: bold;
	color: #666;
	margin-left: 33px;
	padding-bottom:12px; 
	cursor: pointer;
}

.title-11 span.fl:first-child{
	margin-left: 0;
}
.title-11 span.fl.cur{
	color: #0069bc;
	border-bottom: 4px solid #0069bc;
}
.title-11 i{
	font-size: 14px;
	color: #bcbcbc;
	font-family: "Arial";
	text-transform: uppercase;
	margin-top: 5px;
	margin-left: 10px;
}
.title-11 a.fr{
	font-size: 14px;
	color: #666;
	text-transform: uppercase;
	display: none;
	margin-top: 10px;
}
.title-11 a.fr:hover{
	color: #0069bc;
}

.title-11 a.fr.frr{
	display: block;
}


.main1-div-wp{
	margin-top: 30px;
}

.main1-div-wp .main1-div{
	display: none;
}
.main1-div-wp .main1-div:first-child{
	display: block;
}

.main1-lun{
	width: 410px;
	margin-right: 22px;
}


.main1-pic .imgbox_a{
	padding-bottom: 56.1%;
}

.main1-con{
	background-color: #f6f9fe;
	padding: 23px 25px 0;
}

.main1-con h1{
	margin:0;
	font-size: 16px;
	color: #0069bc;
	font-weight: bold;
}
.main1-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	margin:13px 0 15px;
}

.main1-con h2{
	margin:0;
	font-size: 14px;
	color: #666;
	height: 52px;
	line-height: 52px;
	border-top: 1px solid #e6e6e6;
	padding-left: 28px;
	background-repeat: no-repeat;
	background-position: 6px center;
	background-image: url(../images/time.png);
}

.main1-dl1{
	overflow: hidden;
}
.main1-dl1 dl{
	margin:0;
}


.main1-dl1 dd{
	height: 50px;
	line-height: 49px;
	border-bottom: 1px dashed #e5e5e5;
	padding-left: 17px;
	background-repeat: no-repeat;
	background-position: 2px center;
	background-image: url(../images/dian2.png);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.main1-dl1 dd a{
	font-size: 16px;
	color: #333;
}

.main1-dl1 dd a:hover{
	color: #0069bc;
}

.main2{
	margin-top: 38px;
}

.main2-list ul{
	margin:0;
}

.main2-list li{
	padding: 29px 0;
	border-bottom: 1px dashed #e5e5e5;
}


.main2-date{
	width: 72px;
	height: 80px;
	background-color: #0069bc;
	margin-right: 20px;
	padding-top: 12px;
}

.main2-date h1{
	margin:0;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	font-family: "Arial";
	text-align: center;
	line-height: 1;
}

.main2-date h2{
	margin:0;
	font-size: 14px;
	color: #fff;
	font-family: "Arial";
	text-align: center;
	margin-top: 6px;
}


.main2-con{
	overflow: hidden;
	padding-top: 8px;
}

.main2-con-h1{
	height: 21px;
	line-height: 21px;
	font-size: 18px;
	color: #333;
}
.main2-con-h1 a:hover{
	font-weight: bold;
	color: #0069bc;
}

.main2-dl{
	padding-top: 5px;
}
.main2-dl dl{
	margin:0;
}

.main2-dl dd{
	float: left;
	margin-right: 25px;
	padding-left: 25px;background-repeat: no-repeat;
	background-position: left 1px;
	font-size: 14px;
	color: #666;
	margin-top: 10px;
}

.main3{
	background-color: #f6f9fe;
	border-top: 4px solid #f0bf00;
}

.main3-title{
	height:56px ;
	line-height: 55px;
	border-bottom: 1px solid #dddddd;
	font-size: 20px;
	font-weight: bold;
	color: #0069bc;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: 16px center;
	background-image: url(../images/main3-title.png);
}
.main3-dl{
	padding: 15px;
}
.main3-dl dl{
	margin:0;
}

.main3-dl dd{
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-background-size: cover;
	background-size: cover;
}
.main3-dl dd+dd{
	margin-top: 15px;
}
.main3-dl dd>a{
	display: block;
	height:76px ;
	line-height: 76px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	padding-left: 35px;
}

.main3-dl dd a img{
	margin-top: -3px;
	margin-right: 18px;
}

.main4{
	background-color:#f6f9fe;
	padding:25px 20px;
	margin-top: 32px;
}

.title-22 h1{
	margin:0;
	width: 144px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	font-weight: bold;
	padding-left: 48px;
	background-color: #f0bf00;
	position: relative;
	height: 40px;
	line-height: 40px;
	left: -20px;
	background-image: url(../images/title-22-1.png);
	background-repeat: no-repeat;
	background-position: 17px center;
}
.title-22 h1::before{
	position: absolute;
	width: 6px;
	height: 47px;
	content:"";
	left: -6px;
	top: 0;
	background-image: url(../images/before1.png);
}


.main5 .title-22 h1{
	background-color: #dc0000;
	background-image: url(../images/title-22-2.png);
}
.main5 .title-22 h1::before{
	background-image: url(../images/before2.png);
}



.main4-dl{
	padding-top: 10px;
}
.main4-dl dl{
	margin:0;
}


.main4-dl dd{
	height: 52px;
	line-height: 51px;
	border-bottom: 1px dashed #e5e5e5;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: 0px center;
	background-image: url(../images/dian3.png);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.main4-dl dd a{
	font-size: 16px;
	color: #333;
}

.main4-dl dd a:hover{
	color: #0069bc;
}


.main5{
	background-color:#f6f9fe;
	padding:25px 20px;
	margin-top: 30px;
}




.main5 .title-22 h1{
	background-color: #dc0000;
	background-image: url(../images/title-22-2.png);
}
.main5 .title-22 h1::before{
	background-image: url(../images/before2.png);
}

.title-22 .fr{
	width: 74px;
	/*height: 34px;*/
	margin-top: 3px;
}
.title-22 .fr input{
	width: 100%;
	display: block;
	height: 34px;
	border:0;
	background-color: #8d8d8d;
	color: #fff;
	font-size: 14px;
	border-radius: 5px;
}
.main5 input:focus,.main5 textarea:focus{
	outline: none;
}
.title-22 .fr input:hover{
	background-color: #dc0000;
}
.main5-dl{
	padding-top: 5px;
}
.main5-dl dl{
	margin:0;
}

.main5-dl dd{
	padding-top: 18px;
}

.main5-dl dd span.fl{
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	color: #666;
	text-align: right;
	width: 55px;
	margin-right: 5px;
}

.main5-input{
	overflow: hidden;
}

.main5-input input[type="text"]{
	width: 100%;
	display: block;
	height: 42px;
	border:1px solid #d9d9d9;
	background-color: #f6f9fe;
	color: #333;
	font-size: 16px;
	border-radius:0px;
	padding: 6px 8px;
	line-height: 1.42857143;
}

.main5-input textarea{
	width: 100%;
	display: block;
	height: 70px;
	border:1px solid #d9d9d9;
	background-color: #f6f9fe;
	color: #333;
	font-size: 16px;
	border-radius:0px;
	padding: 10px 8px;
	line-height: 1.42857143;
	resize: none;
}


/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/


.footer-1{
	background-color: #f6f9fe;
}


.foo-title{
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #053c91;
	font-weight: bold;
	width: 105px;
}

.foo-dl-wp{
	overflow: hidden;
	height: 60px;
	font-size: 0;
	line-height: normal;
}

.foo-dd{
	display: inline-block;
	margin-right: 55px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/fodd.png);
	padding-left:12px; 
	height: 60px;
	line-height: 60px;
}

.foo-dd a{
	font-size: 16px;
	color: #333;
}

.foo-dd a:hover{
	color: #053c91;
}

.footer-2{
	background-color:#3f3f3f;
	padding: 30px 0 25px;
}
.er{
	width: 104px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	margin-left:50px;
}
.er img{
	display: block;
	width: 100%;
	margin-bottom: 14px;
}

.foo-p{
	font-size: 14px;
	color: #fff;
	line-height: 2.2;
	overflow: hidden;
	padding-top: 40px;
}
.foo-p span{
	padding-left: 15px;
}
/**************************************************************/
/*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: #0069bc;
	/*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: 350px;
   margin-left: 15px;
   margin-top: 11px;
}

.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: 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: #0069bc;
	padding-left: 27px;
}
.menu ul{
	margin:0;
}
.menu li{
	border-top: 1px solid #fff
}
.menu li a{
	display: block;
	height: 48px;
	line-height: 48px;

	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 center;
}
.menu li a:hover,.menu li.active a{
	background-color: #0069bc;
	background-image: url(../images/menuh.png);
	color:#fff;
}

.erji-title {
    padding-bottom: 24px;
    border-bottom: 1px solid #0069bc;
}
.erji-title .fl{
    font-size: 20px;
    color:#3c3c3c;
    height: 20px;
    line-height: 20px;
    border-left: 5px solid #0069bc;
    padding-left: 10px;
}

.mianbaoxie{
      font-size: 12px;
    color:#333;
    height: 20px;
    line-height: 20px;
}
.mianbaoxie a:hover{
    color:#0069bc;
}
.mianbaoxie span{
    color:#0069bc;
}

.erji-content{
    overflow: hidden;
}

.erji-content-div{
    padding-top:10px;
    min-height: 520px;
}

.fenye{
    text-align: center;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}
.fenye ul{
    margin:0;
}
.list{
	padding-top: 10px;
}
.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;
	height: 22px;
	line-height: 22px;
}

.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:#0069bc;
}
.danpian{
	padding-top: 25px;
}

.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;

}

.danpian-con{
	font-size: 14px;
	color:#666;
	line-height: 2;
	padding: 20px 0 20px;
}
.danpian-con *{
	font-size: 16px!important;
	color:#666!important;
	line-height: 2!important;
}
.danpian-con img{
	display: block;
	margin:15px auto;
}


.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:#0069bc;

}
.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:#0069bc;
}
.main5-aaa>a{
	display: block;
	width: 100%;
	position: relative;
}
.main5-aaa>a span{
	position: absolute;
	left: 15px;
    top: 15px;
    font-size: 16px;
    color: #fff;
    z-index: 15;
    padding: 8px 15px;
    background-color: #0069bc;
}
.main5-aaa>a img{
	display: block;
	width: 100%;
}

.webMap-li{
	padding-top: 30px;
}

.webMap-dl dl{
	margin:0;
	padding-top: 10px;
}

.webMap-dl dd {
	/*float: left;*/
	margin-top: 15px;
	font-size: 16px;
	color: #333;
	max-width: 240px;
}
.webMap-dl dd>a{
	display: block;
	color: #fff;
	background-color: #0069bc;
	padding: 10px 15px;
}
/*.webMap-dl dd  a:hover{
	color: #0069bc;
}*/

.webMap-li2{
	padding-left: 70px;
}
.webMap-li3{
	padding-left: 140px;
}
.webMap-li4{
	padding-left: 210px;
}