/**************************************/
/*************[公用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: 120px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/header-1.jpg);
}


.logo{
	width: 583px;
	margin-top: 29px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}

.header-1-right{
	width: 250px;
	margin-top: 30px;
}

.header-a{
	font-size: 14px;
	color:#fff;
}
.header-a a:hover{
	text-decoration: underline;
}


.search{
	position: relative;
	margin-top: 12px;
}
.search input:focus{
	outline: none;
}
.search input[type="text"]{
	width: 100%;
	height: 32px;
	padding: 8px 12px;
	font-size: 12px;
	color:#fff;
	background-color: transparent;
	border:1px solid #fff;
}

.search input[type="image"]{
	position: absolute;
	right: 0;
	top: 0;
}


.nav-wp{
	position: relative;
	background-color:#fff;
	z-index: 500;
}

.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	width: 14.28571%;
	text-align: center;
	position: relative;

}

.nav>ul>li>a{
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color:#333;
	/*transition: .3s;*/

}
.nav>ul>li>a img{
	margin-top: -3px;
	margin-right: 6px;
}
.nav>ul>li:hover>a, .nav>ul>li.active>a {
		font-weight: bold;
    color: #2267b1;
}
.nav>ul>li>ul{
	position: absolute;
	left: 0;
	right: 0;
	top: 48px;
	z-index: 600;
	 background-color: #fff;
	border-top: 1px solid #eee;
	display: none;
}

.nav>ul>li>ul>li>a{
	display: block;
	padding: 10px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 14px;
	color:#333;
	/*transition: .3s;*/
	text-align: center;

}
.nav>ul>li>ul>li>a:hover{
	background-color: #2267b1;
	color:#fff;
}


/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}

.fafa .slides>li{
	height: 450px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
}
.fafa .slides>li>a{
  display:block;
height:100%;
}
.fafa .slides>li img{
	display: none;
	width: 100%;
}
.fafa .flex-control-nav{
	display: block;
	bottom: 28px;
	font-size: 0;
}

.fafa .flex-control-nav li{
	margin:0 7px;
}

.fafa .flex-direction-nav{
	display: block;
	position: absolute;
	left: 50%;
	width: 1200px;
	margin-left: -600px;
	top: 50%;
	height: 0;
}


.p45{
	padding: 45px 0;
}

.main1{
	background-color:#f6f6f6;
}
.title-11{
	text-align: center;
}
.title-11 h1{
	font-size: 0;line-height: normal;
	margin:0;
}
.title-11 h1 span{
	display: inline-block;
	position: relative;
	padding: 0 15px;
	font-size: 24px;
	color:#333;
	position: relative;
}
.title-11 h1 span::before{
	position: absolute;
	width: 44px;
	height: 2px;
	background-color: #316db4;
	right: 100%;
	top: 50%;
	margin-top: -1px;
	content:"";
}
.title-11 h1 span::after{
	position: absolute;
	width: 44px;
	height: 2px;
	background-color: #316db4;
	left: 100%;
	top: 50%;
	margin-top: -1px;
	content:"";
}
.title-11 h2{
	font-size: 15px;
	margin:0;
	color:#a9a8a8;
	font-family: "Arial";
	text-transform: uppercase;
	margin-top: 12px;
}

.m25{
	margin-top: 25px;
}


.main1-left{
	width: 480px;
	margin-right: 26px;
	background-color: #fff;
	padding: 20px;
}

.main1-right{
	overflow: hidden;
	background-color: #fff;
	height: 457px;
	padding: 0	32px;
}

.main1-pic>a{
	display: block;
	position: relative;
	overflow: hidden;
	padding-bottom: 66.6%;
}

.main1-pic a img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.fmain1 .slides>li h1{
	font-size: 18px;
	margin:0;
	color:#333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 18px;
}

.fmain1 .slides>li h1 a:hover{
	color:#2267b1;
}


.fmain1 .slides>li h2{
	font-size: 14px;
	margin:0;
	color:#999;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin:12px 0 10px;
}

.fmain1 .slides>li p{
	font-size: 14px;
	margin:0;
	color:#666;
  line-height: 1.8;
  height: 50px;
  overflow: hidden;
}



.fmain1 .flex-control-nav{
	display: block;
	font-size: 0;
	bottom: 135px;
}

.fmain1 .flex-control-paging li a{
	width: 7px;
	height: 7px;
	background-image: url(../images/arrow-b2-h.png);
}


.fmain1 .flex-control-paging li a.flex-active{
	background-image: url(../images/arrow-b2.png);

}
.fmain1 .flex-control-nav li{
	margin: 0 5px;
}


.list01 ul{
	margin:0;
}

.list01 li{
	padding: 21px 0;
	border-bottom: 1px solid #efefef;
}

.list01-date{
	width: 75px;
	border-right: 1px dashed #efefef;
	margin-right: 20px;
	padding-right: 20px;
	text-align: center;

}


.list01-date h1{

	font-size: 30px;
	margin:0;
	color:#333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.list01-date h2{


	font-size: 14px;
	margin:0;
	color:#666;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 3px;
}

.list01-con{
	overflow: hidden;
	padding-top: 3px;
}

.list01-con h1{
	font-size:16px;
	margin:0;
	color:#333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.list01-con h1 a:hover{
	color:#2267b1;
}
.list01-con p{
	font-size:14px;
	margin:0;
	color:#666;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 12px;
}
.more{
	margin-top: 24px;
}
.more a{
	display: inline-block;
	padding: 0px 20px;
	height: 33px;
	line-height: 33px;
	font-size: 12px;
	color:#fff;
	border-radius: 3px;
	background-color: #2267b1;
}
.more a:hover{
	font-weight: bold;
}
.main2{
	padding: 60px 0;
	/*height:550px;*/
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/main2.jpg);
}


.main2-left{
	height: 430px;
	width: 787px;
	background-color: #fff;
	margin-right:34px;
	padding: 35px 40px 0;
}

.main2-right{
	overflow: hidden;
	height: 430px;
	background-color: #fff;
	padding: 35px 26px 0;
}

.list02 ul{
	margin:0;
}

.list02 li{
	margin-top: 40px;
}
.list02 li:first-child{
	margin-top: 20px;
}
.list02-date{
	width: 72px;
	margin-right: 16px;
	text-align: center;
	border-radius: 5px;
	overflow: hidden;

}


.list02-date h1{

	font-size: 26px;
	margin:0;
	color:#fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: 34px;
  line-height: 34px;
  background-color: #316db4;
}
.list02-date h2{
	font-size: 14px;
	margin:0;
	color:#2e6bb0;
	font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: 26px;
  line-height: 26px;
  background-color: #f3f3f3;
}

.list02-con{
	overflow: hidden;
	padding-top: 4px;
}

.list02-con h1{
	font-size:16px;
	margin:0;
	color:#333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.list02-con h1 a:hover{
	color:#2267b1;
}
.list02-con p{
	font-size:14px;
	margin:0;
	color:#666;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 12px;
}

.list03 ul{
	margin:0;
}

.list03 li{
	margin-top: 24px;
	text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left:13px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../images/list03.png);

}
.list03 li a{
	font-size: 16px;
	color:#333;
}

.list03 li a:hover{
	color:#2267b1;
}
.list03 li:first-child{
	margin-top: 28px;
}
.main3-1{
margin-top:25px;
}
.main3-1 a{
	display: block;
	height: 180px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/main3-1.jpg);
	padding: 56px 75px 0;
}

.main3-1 a h1{
	font-size: 30px;
	color:#fff;
	margin:0;
}
.main3-1 a h2{
	font-size: 16px;
	color:#fff;
	margin:0;
	margin-top: 20px;
}

.main3-2{margin-top: 25px!important;}

.main3-2-list .item>a{
	display: block;
	position: relative;
	overflow: hidden;
	padding-bottom: 67%;
}

.main3-2-list .item>a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
	z-index: 15;
}
.main3-2-list .item>a:hover>img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}




.main3-2-list .item>a h1{
	font-size: 16px;
	margin:0;
	color:#fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  z-index: 25;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/landi.png);
  height: 30px;
  line-height: 30px;
  text-align: center;
}

/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	background-color: #2267b1;
	padding: 40px 0 35px;
}

.foo-left{
	width: 710px;
}

.foo1 span.fl{
	width: 90px;
	height: 34px;
	line-height: 34px;
	color:#fff;
	font-size: 16px;
}

.foo1-sel {
	width: 254px;
	margin-right: 15px;
}

.foo1-sel .form-control{
	border-radius: 0;
}


.foo2{
	font-size: 14px;
	color:#fff;
	line-height: 2;
	margin-top: 30px;
}

.er-wp{
	width: 254px;
}
.er {
	text-align: center;
	font-size: 14px;
	color:#fff;
	margin-left:27px;
}
.er img{
	display: block;
	width: 100%;
	margin-bottom: 10px;
}



/**************************************************************/
/*footer-over*/


.banner-2{
    height: 345px;
    background-repeat: no-repeat;
    background-position: center ;
    background-size: cover;
}
.banner-2 img{
		display: none;
		width: 100%;
	}
.erji{
    padding: 35px 0 50px;
}

.menu{
    width: 240px;
    margin-right: 37px;
    background-color: #2267b1;
    height: 615px;
}

.menu-h1{
    height: 74px;
    line-height: 74px;
    /* background-color: #126fb4; */
    background-image: url(../images/menu-h1.jpg);
    background-repeat: no-repeat;
    background-position: center ;
    color:#fff;
    font-size: 22px;
    padding-left: 26px;
}

.menu-list ul{
    margin:0;
}

.menu-list li>a{
    display: block;
    height: 56px;
    line-height: 55px;
    border-bottom: 1px solid #dddddd;
    border-left: 6px solid #2267b1;
    background-color: #fff;
    font-size: 16px;
    color:#4f4f4f;
    padding-left: 31px;
    background-repeat: no-repeat;
    background-position: 14px center;
    background-image: url(../images/dian1.jpg);

}

.menu-list li.active>a{
    border-left: 6px solid #ffc763;
    background-image: url(../images/dian1h.jpg);
    color:#2267b1;
    padding-left: 34px;

}
.menu-list li:hover>a{
    color:#2267b1;
    background-image: url(../images/dian1h.jpg);

}
.erji-title {
    padding-bottom: 24px;
    border-bottom: 1px solid #2267b1;
}
.erji-title .fl{
    font-size: 20px;
    color:#3c3c3c;
    height: 20px;
    line-height: 20px;
    border-left: 5px solid #ffc763;
    padding-left: 10px;
}

.mianbaoxie{
      font-size: 12px;
    color:#333;
    height: 20px;
    line-height: 20px;
}
.mianbaoxie a:hover{
    color:#2267b1;
}
.mianbaoxie span{
    color:#2267b1;
}

.erji-content{
    overflow: hidden;
}

.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:#2267b1;
}
.danpian{
	padding-top: 25px;
}

.danpian-h1{
	font-size: 28px;
	line-height: 1.6;
	color:#2267b1;
	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:#2267b1;

}
.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:#2267b1;
}

.fenye2{
	margin-top: 25px;
}


.erji-content-div .list01 li{
	padding: 30px 0;
}

.erji-content-div .list01 li:first-child{
	border-top: 0;
}






#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: #2267b1;

}
.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: 18px;
}

.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;

}







.form-1{
	padding-top: 25px;
}

.form-1 dl{
	margin:0;
}
.form-1 dd{
	width: 100%;
	float: left;
	margin-bottom: 25px;
}
.form-1 dd.fr{
	float: right;
}

.form-1 dd.fl,.form-1 dd.fr{
	width: 49%;
}

.form-1 dd span.fl{
	font-size: 14px;
	color:#333;
	width: 145px;
	text-align: right;
	height: 34px;
	line-height: 34px;
	margin-right: 5px;
}
/*.form-1 dd span.fll2{

	width: 100%;
	float: none;
	margin-right: 0;
	margin-bottom: 5px;
	display: block;
	text-align: left;
}*/
.form-1-input{
	overflow: hidden;

}

.form-1-input2{
	height: 34px;
	line-height: 34px;
}
.form-1-input3{
	padding-top: 5px;
}

.form-1-input .form-control{
	border-radius: 0;
}

.form-button{
	font-size: 0;
	text-align: center;
	padding: 10px 0 20px;
}


.form-button input{
	margin:0 15px;
}


.main3-1-gai{

  height: 180px;
  background-repeat: no-repeat;
  background-position:left center;
  background-image: url(../images/main3-1-gai.jpg);
  padding: 75px 0px 0 53px;
  margin-top: 37px;
}
.main3-1-gai a{
	padding-left: 36px;
	background-repeat: no-repeat;
	background-position: left center;
}
.main3-1-gai a i{
	font-style: normal;
	font-size: 26px;
	color: #fff;
	position: relative;
	z-index: 15;
}
.main3-1-gai a span{
	display: block;
	padding: 0	7px;
	position: relative;
}
.main3-1-gai a span::after{
	z-index: 10;
	position: absolute;
	content:"";
	height:10px ;
	background-color: #f2ca12;
	width: 0%;
	right: 0;
	bottom: 0;
	 -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;

}


.main3-1-gai a span:hover::after {
    width: 100%;
    right: auto;
    left: 0;
}

.main3-1-gai a.main3-1-gai-a2{margin-left: 40px;}