/**************************************/
/*************[公用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: 1665px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
}
div.wp .container-fluid{padding-left: 0;
	padding-right: 0;}
.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{
	background-color: #fff;
	/*height:117px ;*/
	position: relative;
	z-index: 800;
}

.header-1{
	height: 117px;
	background-color: #fff;
}


.logo{
	width: 525px;
	margin-top: 17px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}



.search{
	width: 16px;
	margin-top: 2px;
}
.search a,.search img{
	display: block;
	width: 100%;
}


.header-right{
	margin-top: 35px;
}
.header-right-1-a{
	font-size: 14px;
	color: #999;
}
.header-right-1-a a{
	font-size: 14px;
	color: #6f6f6f;
}
.header-right-1-a a:hover{
	color: #2267b1;
}



.header-right-1{
	margin-top: 49px;
}











.nav{
	margin-top: 20px;
}





.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	text-align: center;
	position: relative;
	margin-left:40px;
}
.nav>ul>li:first-child{
	margin-left: 0;
}
.nav>ul>li>a{
	font-size: 16px;
	color:#000;

}

.nav>ul>li:hover>a, .nav>ul>li.active>a {
	color: #2267b1;

}
/*.nav>ul>li>ul{
	position: absolute;
	left: 0px;
	right: 0;
	top:42px;
	z-index: 600;
	background-color: #2267b1;
	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;
	text-align: center;

}
.nav>ul>li>ul>li>a:hover{
	background-color: #2161a5;
}*/



.header-2{
	position: relative;
	background-color:#2767AF;
	z-index: 500;
}

.header-2-nav ul{
	margin:0;
}

.header-2-nav>ul>li{
	float: left;
	width: 9.09090909%;
	text-align: center;
	position: relative;

}
.header-2-nav>ul>li>a{
	display: block;
	height: 55px;
	line-height: 55px;
	font-size: 20px;
	color:#fff;
	/*transition: .3s;*/
	background-repeat: no-repeat;
	background-position: center bottom;

}

.header-2-nav>ul>li.cur>a, .header-2-nav>ul>li:hover>a {
	/*color: #2267b1;*/
	background-image: url(../images/cur.png);
}
.header-2-nav>ul>li>ul{
	position: absolute;
	left: 0px;
	right: 0;
	top:100%;
	z-index: 600;
	background-color: #fff;
	display: none;
}

.header-2-nav>ul>li>ul>li>a{
	display: block;
	padding: 10px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 16px;
	color:#333;
	/*transition: .3s;*/
	text-align: center;

}
.header-2-nav>ul>li>ul>li>a:hover{
	color:#2767AF;
}
















/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}


.fafa .slides>li>a{
	display: block;
}
.fafa .flex-control-paging li a{
	width: 10px;
	height: 10px;
	transition: .3s;
}

.fafa .flex-control-nav li{
	margin:0 3px;
}
.fafa .flex-control-nav{
	bottom: 18px;
}
.fafa .flex-direction-nav a{
	width: 40px;
	height: 70px;
	margin-top: -35px;
}

.fafa .flex-direction-nav .flex-prev{
	left: 15px;
}

.fafa .flex-direction-nav .flex-next{
	right: 15px;
}

.main1{
	padding: 50px 0;
	background-color: #fff;
}
.title-11 {
	line-height: 30px;

}

.title-11 h1{
	margin:0;
	font-size: 24px;
	color: #000;
	font-weight:bold;
	line-height: 30px;
}

.title-11 a.fr{
	margin:0;
	font-size: 14px;
	color: #666;
}


.title-11 a.fr:hover{
	color: #2267b1;

}
.main1-div{
	margin-top: 25px;
}
.main1-pic .imgbox_a{
	padding-bottom: 48.9%;
}

.main1-list1 dl{
	margin:0;
}

.main1-list1 dd{
	padding: 13px 0;
	border-top: 1px solid #d9d9d9
}


.main1-list1 dd:first-child{
	border-top: 0;
}


.main1-list1 dd:first-child+dd+dd{padding-bottom: 0;}

.main1-list1 dd h1{
	margin:0;
	font-size: 16px;
	color: #555;
}

.main1-list1 dd h1 a:hover{
	color: #2267b1;
}

.main1-list1 dd h2{
	margin:0;
	font-size: 15px;
	color: #555;
	margin-top: 10px;
}

.main1-list2 dl{
	margin:0;
}

.main1-list2 dd{
	margin-top: 33px;
}
.main1-list2 dd:first-child{
	margin-top: 0px;
}
/*.main1-list2 dd:hover .main1-date{color: #2267b1;}*/
.main1-list2-con a:hover{color: #2267b1;}
.main1-date{
	width:73px;

	color: #fff;
	margin-right: 13px;
	margin-top: 2px;
	background-color:#2267b1;
	padding: 5px;
	padding-left: 10px;
}

.main1-date h1{
	margin:0;
	font-weight: bold;font-size: 18px;
	color: inherit;
	line-height: 1;
}
.main1-date h2{
	margin:0;
	font-size: 12px;
	color: inherit;
	margin-top: 5px;
}


.main1-list2-con{
	overflow: hidden;
}

.main1-list2-con a{
	display: block;
	font-size: 16px;
	color: #000;
	line-height: 1.6;
}


.title-22{
	height: 98px;
	background-repeat: no-repeat;
	background-position: left center;
	text-align: center;
	width: 350px;
	margin:0 auto;
	padding-top: 	7px;
}


.title-22 h1{
	margin: 0;
	font-size: 36px;
	color: #000;
}
.title-22 .line{
	width: 26px;
	height: 2px;
	background-color: #666666;
	margin:15px auto 12px;
}
.title-22 h2{
	margin: 0;
	font-size: 15px;
	color: #909090;
	text-transform: uppercase;
}

.main3{
	padding: 45px 0;
}

.main3-list{
	margin-top: 35px;
}

.main3-pic .imgbox_a{
	padding-bottom: 52%;
}

.main3-list .item h1{
	margin:0;
	font-size: 24px;
	color: #000;
	margin:22px 0 15px;
}

.main3-list .item h1 a:hover{
	color: #2267b1;
}
.main3-list .item p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
}

.more2{
	margin-top: 50px;
}

.more2 a{
	display: block;
	width: 144px;
	height: 50px;
	line-height: 48px;
	border:1px solid #878787;
	text-align: center;
	margin:0 auto;
	font-size: 14px;
	color: #333;
}
.more2 a:hover{
	background-color: #2267b1;
	border-color:#2267b1;
	color: #fff;
}


.main4{
	height: 527px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/main4-bg.jpg);
	padding-top: 65px;
}
.main4-list{
	margin-top: 60px;
}
.main4-list .item{
	background-color: #FFF;
}
.main4-list .item:hover .main4-h1{
	color: #2767AF;
}

.main4-pic .imgbox_a{
	padding-bottom: 67.23%;
}

.main4-h1{
	background-color: #fff;
	height:57px ;
	line-height: 57px;
	padding: 0	30px;
	font-size: 16px;
	color: #333;
}


.main4-con{
	overflow: hidden;
	padding: 33px 15px 0 20px;
}
.main4-con h1{
	margin:0;
	font-size: 16px;
	color: #333;
}
.main4-con h1 a:hover{
	color: #2267b1;
}

.main4-con .line2{
	width: 28px;
	height: 2px;
	background-color: #000;
	margin:18px 0 12px;
}
.main4-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	height: 75px;
	overflow: hidden;
}

.main4 .title-22 h2{
	color: #000;
}


.main4-list .owl-dots {
	text-align: center;
	margin-top:20px;
	font-size: 0;
	line-height: normal;
}
.main4-list .owl-dots .owl-dot{
	display: inline-block;
	margin:0 5px;
	border:0;
	background-color: transparent;
	outline: none;
}
.main4-list .owl-dot span{
	width: 6px;
	display: block;
	height: 6px;
	background-repeat: no-repeat;
	background-position: center ;
	background-image: url(../images/arrow-b.png);
	-webkit-background-size: 100%;
	background-size: 100%;
}

.main4-list .owl-dot.active span{
	background-image: url(../images/arrow-b-h.png);

}






.main2-list{
	position: relative;
	margin-top: 35px;

}
.main2-list dl{
	margin:0;
	overflow: hidden;

}

.main2-list dd{
	float: left;
}

.main2-list dd.main2dd1{
	width: 18.64%;
}

.main2-list dd.main2dd1 .imgbox_a{
	padding-bottom: 147.486%;
}
.main2-list dd.main2dd2{
	width: 37.12%;
	border-left: 3px solid #fff;
}


.main2-list dd.main2dd2 .imgbox_a{
	padding-bottom: 37%;
}

.main2-list dd.main2dd3{
	width: 25.6%;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}


.main2-list dd.main2dd3 .imgbox_a{
	padding-bottom: 54.13%;
}
.main2-list dd.main2dd4{
	width: 18.64%;
}


.main2-list dd.main2dd4 .imgbox_a{
	padding-bottom:147.486%;
}


.main2-list dd.main2dd5{
	width: 25.4%;
	border-left: 3px solid #fff;
	position: absolute;
	left:18.64%;
	bottom: 0;
}


.main2-list dd.main2dd5 .imgbox_a{
	padding-bottom: 54.13%;
}


.main2-list dd.main2dd6{
	width: 37.12%;
	border-right: 3px solid #fff;
	position: absolute;
	right:18.64%;
	bottom: 0;
}


.main2-list dd.main2dd6 .imgbox_a{
	padding-bottom: 37%;
}




.main2-list dd .imgbox_a>img {
	transform: scale(1.0);
	transition: all 1s ease 0s;
	-webkit-transform: scale(1.0);
	-webkit-transform: all 1s ease 0s;
}

.main2-list dd .imgbox_hover:hover>img{
	transform: scale(1.3);
	transition: all 1s ease 0s;
	-webkit-transform: scale(1.3);
	-webkit-transform: all 1s ease 0s;
}







.main2-ddbg{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 50;

}
.main2-list dd.main2dd1 .main2-ddbg{background-image: url(../images/main2-c1.png);}
.main2-list dd.main2dd2 .main2-ddbg{background-image: url(../images/main2-c2.png);}
.main2-list dd.main2dd3 .main2-ddbg{background-image: url(../images/main2-c3.png);}
.main2-list dd.main2dd4 .main2-ddbg{background-image: url(../images/main2-c4.png);}
.main2-list dd.main2dd5 .main2-ddbg{background-image: url(../images/main2-c5.png);}
.main2-list dd.main2dd6 .main2-ddbg{background-image: url(../images/main2-c6.png);}



.main2-iw-wp{
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -55px;
}
.main2-iw{
	font-size: 24px;
	color: #fff;
	text-align: center;
	position: relative;
	top: 0;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}
.main2-iw img{
	display: block;
	margin:0 auto 9px;
}
.more1{

	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 50%;
	width: 120px;
	margin-left: -60px;
	top: 100%;
}
.more1 a{
	display: block;
	height: 40px;
	line-height: 38px;
	border:1px solid #fff;
	text-align: center;
	margin:0 auto;
	font-size: 14px;
	color: #fff;
	transition: all 0.3s ease 0s;
	-webkit-transform: all 0.3s ease 0s;
}
.more1 a:hover{
	background-color: #fff;
	color: #2267b1;
}

.main2-list dd:hover .main2-iw{
	top: -25px;
}

.main2-list dd:hover .more1{
	opacity: 1;
	visibility: visible;
	top: 100%;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}


.main2-list2 dl{margin:0;margin-left: -2%;}

.main2-list2{
	padding-top: 35px;
}
.main2-list2 dd{
	float: left;
	width: 31.333333333%;
	margin-left: 2%;
	margin-top: 2%;
}
.main2-list2 dd>a{
	display: block;
	padding: 25px 15px;
	font-size: 20px;
	color: #fff;
	text-align: center;
}
.main2-list2 dd>a img{
	display: block;
	margin:0 auto 10px;
}
/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

.footer-1{
	padding: 50px 0;
	background-color:#262626;
}


.er{
	width: 111px;
	font-size: 14px;
	color:#fff;
	text-align: center;
}

.er img{
	display: block;
	width: 100%;
	margin-bottom: 12px;
}


.foo1 h1{
	margin:0;
	font-size: 24px;
	color: #fff;
}

.foo1 p{
	margin:0;
	font-size: 14px;
	color: #9b9b9b;
	line-height: 2.2;
	margin-top: 15px;
}

.foo1-dl{
	width: 570px;
}

.foo1-dl dl{margin:0;}

.foo1-dl dd{
	float: left;
	margin-right: 28px;
	margin-bottom: 20px;
	width:90px
}
.foo1-dl dd>a{
	font-size: 14px;
	color: #fff;
}
.foo1-g-div{
	margin-left: 120px;
}
.foo1-g-div h1{
	margin:0;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 20px;
}

.foo1-g-div dl{
	margin:0;
}

.foo1-g-div dd{
	font-size: 14px;
	color: #9b9b9b;
}
.foo1-g-div dd+dd{
	margin-top: 13px;
}
.foo1-g-div dd a:hover{
	color: #fff;
}


.footer-2{
	font-size: 14px;
	color:#9b9b9b;
	line-height: 1.8;
	padding: 12px 0;
	background-color: #000000;
	text-align: 	center;

}

.footer-2 span
{padding-left: 15px;}



.footer-2 a:hover{
	color: #fff;
}

/**************************************************************/
/*footer-over*/





/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/

#header-2{
	display: none;
	height: 75px;
	/*border-bottom:0px solid #035cac;*/
	box-shadow: 0 4px 8px -3px #000;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 1001;
	background-color: #fff;
	/*background-color: #0089d0;*/

}
.nav-2{
	display: none;
	background-color: #fff;
	position: relative;
	z-index:900;

}

.nav-2>ul>li{

	border-top: 1px dotted #ccc;
	position: relative;
}

.jiaspan{
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(../images/jia2.png);
	background-repeat: no-repeat;
	background-position: center ;
	top: 5px;

	right: 14px;
}
.jiaspan.cur{
	background-image: url(../images/jia2h.png);

}
.nav-2>ul>li:first-child{
	/*border-top: 0;*/
}
.nav-2>ul>li>a{

	padding:8px 10px;
	display: block;
	font-size: 16px;
	width: 100%;
	color:#333;
	font-family: "anb";
	text-transform: uppercase;

}
.nav-2>ul>li>ul{
	padding-bottom: 10px;
	display: none;
}
.nav-2>ul>li>ul>li>a{
	padding: 6px 10px;
	display: block;
	font-size: 14px;
	padding-left: 25px;
	width: 100%;
	color:#666;
}
/*.downla-2 {
	padding: 5px 0 10px;
	display: none;
}
.downla-2 dd{
	padding-left: 30px;
}
.downla-2 dd a{
	font-size: 14px;
	display: inline-block;
	padding: 3px 0;
	width: auto;
}*/
/*.nav-2 li a:hover{
	color:#1a0d07;
}*/

.nav-2-form{
	padding: 10px;
	position: relative;
}
.nav-2-form input[type="image"]{
	position: absolute;
	right: 19px;
	top: 17px;
	width: 18px;

}

.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
	font-size: 0;
	width: 350px;
	margin-left: 15px;
	margin-top: 9px;
}

.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: #2267b1;
	padding-left: 27px;
}
.menu ul{
	margin:0;
}
.menu li dl{
	background-color: #f6f8fa;
	margin:0;
	border-top: 1px solid #eee;
	padding: 5px 0;

}
.menu li dd{
	display: block;
	height: 40px;
	line-height: 40px;
	color:#4f4f4f;
	font-size: 14px;
	padding-left: 58px;
}

.menu li dd a:hover{
	color: #2267b1;

}
.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>span{
	display: block;
	height: 48px;
	line-height: 48px;
	padding-left: 44px;
	color:#4f4f4f;
	font-size: 14px;

	background-color: #f6f8fa;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	background-position: 27px center;
	cursor: pointer;
}
.menu li>span:hover{
	background-color: #2267b1;
	color:#fff;
	background-image: url(../images/menuh.png);
}

.menu li>span.cur:hover{
	background-image: url(../images/menuh2.png);
}
.menu li>span.cur{
	background-color: #2267b1;
	background-image: url(../images/menuh2.png);
	color:#fff;
	background-position: 24px center;
}
.menu li>a:hover,.menu li.active>a{
	background-color: #2267b1;
	background-image: url(../images/menuh.png);
	color:#fff;
}

.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 #2267b1;
	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: 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:#2267b1;
}
.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:#000;
	line-height: 2;
	padding: 20px 0 20px;
}

.danpian-con *{
	font-size: 18px!important;
	color:#000!important;
	line-height: 2!important;
           font-family:"FangSong_GB2312"!important;
           text-align: justify;

}

.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;
}



.shizi-title-dl{
	background-color: #2267b1;
	padding: 15px;
}

.shizi-title-dl dl{
	margin:0;
	margin-left: -2%;
}

.shizi-title-dl dd{
	float: left;
	width:23%;
	margin-left: 2%;
}

.shizi-title-dl dd>a{
	display: block;
	padding: 10px 0;
	color:#fff;
	font-size: 15px;
	text-align: center;
	border-radius: 5px;
}

.shizi-title-dl dd.cur>a,.shizi-title-dl dd:hover>a{
	background-color: #2db0e0;
}
.shizi-list{
	padding-bottom: 40px;
}
.shizi-list ul{
	margin:0;
}

.shizi-list li{
	margin-top: 30px;
}

.shizi-list-title{
	width:115px ;
	margin-right: 10px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color:#fff;
	font-size: 16px;
	background-color: #2267b1;
}

.shizi-list-a{
	overflow: hidden;
}
.shizi-list-a dl{
	margin:0;
}
.shizi-list-a dd{
	float: left;
	text-align: center;
	margin-left: 18px;
	height: 44px;
	line-height: 44px;
}

.shizi-list-a dd a{
	font-size: 16px;
	color:#000;
}


.shizi-list-a  dd a:hover{
	color: #2267b1;
}



.sanji-dl{
	padding: 15px 0 0;
}

.sanji-dl dl{
	margin:0;
}

.sanji-dl dd{
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

.sanji-dl dd>a{
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0	15px;
	background-color: #f6f6f6;
}
.sanji-dl dd.cur>a{
	background-color: #2267b1;
	color: #fff;
}
.sanji-dl dd>a:hover{
	color: #2267b1;
}
.sanji-dl dd.cur>a:hover{
	color: #fff;
}





.shizi3-list dl{
	margin:0;
	margin-left: -4%;
}
.shizi3-list dd:first-child+dd{
	/*clear:both; */
}
.shizi3-list dd{
	float: left;
	width: 46%;
	margin-left: 4%;
	margin-top: 30px;

}

.shizi3-pic{
	width: 150px;
	margin-right: 25px;
}

.shizi3-pic .imgbox_a{
	padding-bottom: 138.89%;
}

.shizi3-con{
	overflow: hidden;
	padding-top: 5px;
	text-align: left;
}


.shizi3-con h1{
	margin:0;
	font-size: 17px;
	color:#333;
}
.shizi3-con h1 a:hover{
	color: #2267b1;
}

.shizi3-con-p{
	font-size: 14px;
	color:#666;
	line-height: 1.6;
	margin-top: 15px;
	height: 9.6em;
	overflow: hidden;
}
.shizi3-con-p p{
	margin:0;
}


.jigou-item{
	margin-top: 30px;
}
.jigou-item:first-child{
	margin-top: 15px;
}
.jigou-title{
	border-bottom: 1px solid #eee;

}
.jigou-title h1{
	margin:0;
	height: 50px;
	line-height: 50px;
	color: #fff;
	padding: 0	30px;
	font-size: 16px;
	background-color: #2267b1;
	position: relative;
	bottom: -1px;
}
.main4-list script{display:none;}



/*8-11*/


.shizi18-title{
	border-bottom: 1px solid #eee;
}

.shizi18-title .fl{
	padding-top: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #2267b1;
	padding-bottom: 13px;
	border-bottom: 2px solid #2267b1;
	position: relative;
	bottom: -1px;
}
.shizi18-title .fl small{
	color:#999;
	font-weight:normal;font-size:65%;

}


.main3_11{
	padding-bottom: 45px;
}
.main3_11-list {
	margin-top: 30px;
}
.main3_11-list .item .imgbox_a{
	padding-bottom: 37.5%;
}

.main3_11-list .owl-nav button.owl-prev{
	position: absolute;
	left:-50px;
	top: 50%;
	margin-top: -22px;
	width: 25px;
	height: 45px;
	background-image: url(../images/left2.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;
	font-size: 0;
	z-index: 50;
}

.main3_11-list .owl-nav button.owl-next{
	position: absolute;
	right:-50px;
	top: 50%;
	margin-top: -22px;
	width: 25px;
	height: 45px;
	background-image: url(../images/right2.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center ;font-size: 0;
	z-index: 50;
}
.shizi3-list.shizi3-list2 dd:first-child+dd{
	clear:none;
}