/**************************************/
/*************[公用start]**************/
/**************************************/
/*主站变灰*/
/*html {
-webkit-filter:grayscale(100%);
-moz-filter:grayscale(100%);
-ms-filter:grayscale(100%);
-o-filter:grayscale(100%);
filter:grayscale(100%);
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)
}
* {
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: gray;
}*/
/*主站变灰*/
/*淘宝变灰*/
/* body, html {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    }*/
/*淘宝变灰*/
/*百度百科變灰*/
/*body.memorial>* {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(1)
}
*/
/*百度百科變灰*/
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{
	position: relative;
	height: 252px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/header-1.jpg);
}
.header-1-top{
	border-bottom: 1px solid #e3e9ed;
	background-color: rgba(255,255,255,0.23);
}
.header-1-top .fl{
	font-size: 14px;
	color: #000;
	height:44px;
	line-height: 44px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/time.png);
}
.search{
	position: relative;
	margin-top: 5px;
	width: 205px;
}
.search input:focus{
	outline: none;
}
.search input[type="text"]{
	display: block;
	width: 100%;
	height:32px;
	border-radius: 32px;
	background-color:rgba(255,255,255,0.79);
	border:0;
	font-size: 14px;
	color: #333;
	line-height: 1.428571;
	padding: 6px 40px 6px 20px;
}
.search input[type="image"]{
	position: absolute;
	right: 13px;
	top: 8px;
	width: 15px;
}
.logo{
	/*width: 451px;*/
	margin-top: 52px;
}
.logo a,.logo img{
	display: block;
	width: 100%;
}
.hg{
	width: 424px;
	margin-top: 85px;
}
.hg a,.hg img{
	display: block;
	width: 100%;
}
.nav-wp{
	background-color: #0e68c1;
}
.nav ul{
	margin:0;
}
.nav>ul>li{
	float: left;
	width: 10%;
	text-align: center;
	position: relative;
}
.nav>ul>li+li{
	border-left: 1px solid #0e68c1;
}
.nav>ul>li>a{
	display: block;
	height: 62px;
	line-height: 62px;
	font-size: 18px;
	color:#fff;
	position: relative;
	/*transition: .3s;*/
}
.nav>ul>li>a img{
	margin-top: -3px;
	margin-right: 8px;
}
.nav>ul>li:hover>a, .nav>ul>li.cur>a {
	background-color:#095aa9;
	/*font-weight: bold;*/
}
.nav>ul>li>ul{
	position: absolute;
	left: 0px;
	right: 0;
	top:100%;
	z-index: 600;
	background-color: #0e68c1;
	border-top: 1px solid #0e68c1;
	display: none;
}
.nav>ul>li>ul>li>a{
	display: block;
	padding: 12px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 15px;
	color:#fff;
	/*transition: .3s;*/
	text-align: center;
}
.nav>ul>li>ul>li>a:hover{
	background-color: #095aa9;
}
/**************************************************************/
/*header-over*/
/*main-start*/
/**************************************************************/
#main{
}
.main{
	padding: 30px 0 40px;
	background-color: #f2f9ff;
	background-repeat: no-repeat;
	background-position: center top;
	/*background-image: url(../images/erji-bg.jpg);*/
}
.main1{
	background-color: #fff;
  box-shadow: 0px 1px 14.85px 5px rgba(0, 0, 0, 0.05);
  padding: 20px;
}
.main1-1{
	width: 671px;
	margin-right: 25px;
}
.fmain1 .imgbox_a{
	padding-bottom: 67.958%;
}
.fmain1 .imgbox_a h1{
	margin:0;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #fff;
	padding-left: 25px;
	background-color: rgba(0,0,0,0.6);
	padding-right: 100px;
}
.fmain1 .flex-control-paging li a{
	width: 8px;
	height: 8px;
}
.fmain1 .flex-control-paging li a.flex-active{
	width: 22px;
}
.fmain1 .flex-control-nav li{
	margin:0;
}
.fmain1 .flex-control-nav li+li{
	margin-left: 10px;
}
.fmain1 .flex-control-nav{
	height: 0;
	text-align: right;
	padding-right: 24px;
	bottom: 32px;
}
.main1-2{
	overflow: hidden;
}
.main1-2-menu dl{
	margin:0;
}
.main1-2-menu dd{
	float: left;
	width: 50%;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #222;
	text-align: center;
	background-color: #f8f8f8;
	cursor: pointer;
}
.main1-2-menu dd.cur{
	background-color: #0e68c1;
	color:#fff;
}
.main1-2-div-wp .main1-2-div{display: none;}
.main1-2-div-wp .main1-2-div:first-child{display: block;}
.tui{
	padding: 25px 0;
	border-bottom: 1px solid #eaeaea;
}
.tui h1{
	margin:0;
	font-size: 18px;
	color: #222;
}
.tui h1 a:hover{
	color: #0e68c1;
}
.tui h2{
	margin:0;
	font-size: 14px;
	color: #999;
	margin:18px 0 13px;
}
.tui p{
	margin:0;
	font-size: 15px;
	color: #999;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}
.main1-2-dl{
	padding-top: 10px;
}
.main1-2-dl dl{
	margin:0;
}
.main1-2-dl dd{
	position: relative;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	color: #222;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-right: 85px;
	background-repeat: no-repeat;
	background-position: 0 center;
	background-image: url(../images/dian2.png);
	padding-left: 20px;
	margin-top: 20px;
}
.main1-2-dl dd a{
	font-size: 16px;
	color: #222;
}
.main1-2-dl dd a:hover{
	color: #0e68c1;
}
.main1-2-dl dd span.span_11{
	position: absolute;
	right: 0;
	font-size: 14px;
	color: #999;
	top: 0;
}
.main2{
	background-color: #fff;
  box-shadow: 0px 1px 14.85px 5px rgba(0, 0, 0, 0.05);
  padding: 30px 20px 35px;
  margin-top: 25px;
}
.main2-1{
	width: 656px;
	margin-right: 40px;
	min-height: 1px;
}
.main2-1-1{
	width: 520px;
	min-height: 1px;
	margin-right: 35px;
}
.title-11{
	padding-bottom: 25px;
}
.title-11 h1{
	margin:0;
	font-size: 22px;
	color:#222;
}
.title-11 a.fr{
	margin:0;
	font-size:14px;
	color:#999;
	margin-top: 2px;
}
.title-11 a.fr:hover{
	color: #0e68c1;
}
.main2-list-wp .main2-list{display: none;padding-top: 3px;}
.main2-list-wp .main2-list:first-child{display: block;}
.main2-list dl{
	margin:0;
}
.main2-list dd{
	position: relative;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	color: #222;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-right: 85px;
	background-repeat: no-repeat;
	background-position: 0 center;
	background-image: url(../images/dian3.png);
	padding-left: 18px;
}
.main2-list dd+dd{
	margin-top: 19px;
}
.main2-list dd a{
	font-size: 16px;
	color: #222;
}
.main2-list dd a:hover{
	color: #0e68c1;
}
.main2-list dd span.span_11{
	position: absolute;
	right: 0;
	font-size: 14px;
	color: #999;
	top: 0;
}
.main2-1-1-menu{
	width: 106px;
	margin-right: 22px;
}
.main2-1-1-menu dl{
	margin:0;
}
.main2-1-1-menu dd{
	height: 70px;
	background-color: #f8f8f8;
	font-size: 16px;
	color: #222;
	text-align: center;
	padding: 10px 5px 0;
	border-radius: 4px;
	cursor: pointer;
	position: relative;
}
.main2-1-1-menu dd+dd{
	margin-top: 6px;
}
.main2-1-1-menu dd img{
	display: block;
	margin:0 auto 5px;
}
.main2-1-1-menu dd img.imgCur{
	display: none;
}
.main2-1-1-menu dd.cur{
	background-color: #0e68c1;
	color: #fff;
}
.main2-1-1-menu dd.cur img{
	display: none;
}
.main2-1-1-menu dd.cur img.imgCur{
	display: block;
}
.main2-1-1-menu dd.cur::after{
	position: absolute;
	width: 8px;
	height: 15px;
	top: 50%;
	margin-top: -7px;
	left: 100%;
	content:"";
	background-image: url(../images/jiao2.png);
	background-repeat: no-repeat;
	background-position: center;
}
.main2-list-wp{
	overflow: hidden;
}
.main2-1-2{
	overflow: hidden;
}
.main2-1-bottom{
	margin-top: 30px;
	padding-top: 40px;
	border-top: 1px solid #ededed;
}
.main2-1-list2 .imgbox_a{
	padding-bottom: 24%;
}
.main2-1-list2 .owl-nav button.owl-prev{
    position: absolute;
    left:0px;
    top: 50%;
    margin-top: -23px;
    width: 32px;
    height: 47px;
    background-image: url(../images/left.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
    background-size: cover;
}
.main2-1-list2 .owl-nav button.owl-next{
    position: absolute;
    right:0px;
    top: 50%;
    margin-top: -23px;
    width: 32px;
    height: 47px;
    background-image: url(../images/right.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
    background-size: cover;
}
.main2-2{
	overflow: hidden;
	border:4px solid #f4bf6c;
}
.main2-2 a,.main2-2 img{
	display: block;
	width: 100%;
}
.main3{
	margin-top: 23px;
}
.fmain3 .imgbox_a{
	padding-bottom: 9.7857%;
}
.main4{
	margin-top: 23px;
	background-color: #fff;
  box-shadow: 0px 1px 14.85px 5px rgba(0, 0, 0, 0.05);
}
.main4-1{
	width: 940px;
	padding: 30px 20px;
}
.main4-1-list .item:hover .main4-title{
	color: #0e68c1;
}
.main4-pic .imgbox_a{
	padding-bottom: 75.357%;
}
.main4-title{
	background-color: #f8f8f8;
	font-size: 16px;
	color: #222;
	text-align: center;
	padding: 12px 20px;
}
.main4-1-list .owl-nav button.owl-prev{
    position: absolute;
    left:0px;
    top: 50%;
    margin-top: -43px;
    width: 32px;
    height: 47px;
    background-image: url(../images/left.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
    background-size: cover;
}
.main4-1-list .owl-nav button.owl-next{
    position: absolute;
    right:0px;
    top: 50%;
    margin-top: -43px;
    width: 32px;
    height: 47px;
    background-image: url(../images/right.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
    background-size: cover;
}
.main4-2{
	overflow: hidden;
	padding: 30px 20px;
	border-left: 1px solid #eaeaea;
}
.main4-2-sp .imgbox_a{
	padding-bottom: 62.588528%;
}
.main4-2-sp .imgbox_a::before{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	background-color: #000;
	opacity: 0.4;
	content:"";
}
.main4-2-sp .imgbox_a::after{
	position: absolute;
	width:75px;
	height: 75px;
	left: 50%;
	top: 50%;
	margin-top: -37px;
	margin-left: -37px;
	z-index: 20;
	content:"";
	background-image: url(../images/bo.png);
	background-size: 100%;
}
/**************************************************************/
/*main-over*/
/*footer-start*/
/**************************************************************/
#footer{
	background-color: #0e68c1;
}
.yq{
	padding: 40px 0;
	border-bottom: 1px solid #307dca;
}
.yq dl{
	margin:0;
	margin-left: -3%;
}
.yq dd{
	float: left;
	width: 22%;
	margin-left: 3%;
}
.yq dd select{
	display: block;
	width: 100%;
	height: 44px;
	border:0;
	padding-left: 15px;
}
.yq dd select:focus{
	outline: none;
}
.footer-bottom{
	position: relative;
	padding: 25px 0 20px;
}
.footer-con{
	font-size: 16px;
	color: #fff;
	line-height: 2;
	text-align: center;
}
.er{
	position: absolute;
	right: 140px;
	top: 54px;
	width: 85px;
	font-size: 12px;
	color:rgba(255,255,255,0.62);
	text-align: center;
	white-space: nowrap;
}
.er img{
	display: block;
	width: 100%;
	margin-bottom: 12px;
}
.dun{
	position: absolute;
	width: 59px;
	left:235px;
	top: 70px;
}
.dun a,.dun img{
	display: block;
	width: 100%;
}
/**************************************************************/
/*footer-over*/
/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/
#header-2{
	display: none;
	height: 75px;
	/*border-bottom:0px solid #035cac;*/
	box-shadow: 0 4px 8px -3px #000;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 1001;
	background-color: #fff;
}
.nav-2{
	display: none;
	background-color: #fff;
	position: relative;
	z-index:900;
}
.nav-2>ul>li{
	border-top: 1px dotted #ccc;
	position: relative;
}
.jiaspan{
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(../images/jia2.png);
	background-repeat: no-repeat;
	background-position: center ;
	top: 5px;
	right: 14px;
}
.jiaspan.cur{
	background-image: url(../images/jia2h.png);
}
.nav-2>ul>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: 250px;
   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样式要求区域]**********/
/**************************************/
.erji{
	background-color: #f2f9ff;
	background-repeat: no-repeat;
	background-position: center top;
	/*background-image: url(../images/erji-bg.jpg);*/
	padding: 40px 0 50px;
}
.erji-div{
	background-color: #fff;
	box-shadow: 0px 1px 14.85px 5px rgba(0, 0, 0, 0.05);
	padding: 20px 20px 50px;
	min-height: 1000px;
}
.menu-wp{
	width: 280px;
	margin-right: 55px;
}
.menu-h1{
	font-size: 22px;
	color: #fff;
	background-color: #0e68c1;
	padding: 25px 0;
	text-align: center;
		border-radius: 4px;
	font-weight: bold;
}
.menu-dl{
	padding-top: 11px;
}
.menu-dl dl{
	margin:0;
}
.menu-dl dd+dd{
	margin-top: 6px;
}
.menu-dl dd>a{
	display: block;
	height: 56px;
	line-height: 56px;
	font-size: 16px;
	color: #222;
	background-color: #f3f3f3;
	padding-left: 108px;
	background-repeat: no-repeat;
	background-position: 85px center;
	background-image: url(../images/jian.png);
}
.menu-dl dd.cur>a{
	background-color: #ebf4fa;
	color:#0e68c1;
	background-image: url(../images/jianh.png);
}
.menu-dl dd>a:hover{
	color: #0e68c1;
}
.menu-dl dd>span{
	display: block;
	height: 56px;
	line-height: 56px;
	font-size: 16px;
	color: #222;
	background-color: #f3f3f3;
	padding-left: 108px;
	background-repeat: no-repeat;
	background-position: 85px center;
	background-image: url(../images/jia22.png);
	cursor: pointer;
}
.menu-dl dd>span:hover{
	color: #0e68c1;
}
.menu-dl dd>span.cur{
	background-color: #ebf4fa;
	color:#0e68c1;
	background-image: url(../images/jianh.png);
}
.menu-dl dd.cur>span{
	background-color: #ebf4fa;
	color:#0e68c1;
	background-image: url(../images/jianh.png);
}
.menu-dl dd.cur ul{
	display: block;
}
.menu-dl ul{
	margin:0;
	background-color: #fff;
	display: none;
}
.menu-dl li{
	background-color: #f5f9fc;
	padding: 15px 10px 15px 133px;
	border-bottom: 1px solid #ededed;
	font-size: 14px;
	color: #222;
	background-image: url(../images/jiao.png);
	background-repeat: no-repeat;
	background-position: 108px center;
}
.menu-dl li.cur{
	background-image: url(../images/jiaoh.png);
}
.menu-dl li a:hover,.menu-dl li.cur a{
	color: #0e68c1;
}
.menu-search{
	padding: 50px 0 0px;
}
.menu-search-h1{
	font-size: 20px;
	color: #333;
}
.menu-search-form-wp{
	margin-top: 18px;
}
.menu-search-form{
	position: relative;
	margin-top: 20px;
}
.menu-search input:focus{
	outline: none;
}
.menu-search-form input[type="text"]{
	display: block;
	width: 100%;
	height:47px;
	border:1px solid #e3e3e3;
	font-size: 14px;
	color: #333;
	line-height: 1.428571;
	padding: 8px 50px 8px 13px;
}
.menu-search-form input[type="image"]{
	position: absolute;
	right: 17px;
	top: 16px;
	width: 20px;
}
.menu-sel{
	margin-top: 15px;
	position: relative;
}
.menu-sel>span{
	display: block;
	cursor: pointer;
	font-size: 14px;
	color: #666;
	background-color: #f1f1f1;
	height: 46px;
	line-height: 46px;
	padding-left: 15px;
	padding-right: 45px;
	position: relative;
	z-index: 15;
}
.menu-sel>span::after{
	position: absolute;
	width: 45px;
	height: 46px;
	right: 0;
	top: 0;
	z-index: 10;
	background-image: url(../images/sel.png);
	background-size: 100%;
	content:"";
}
.menu-sel>span.cur::after{
	background-image: url(../images/selh.png);
}
.menu-sel dl{
	margin:0;
	position: absolute;
	width: 100%;
	left: 0;
	top: 100%;
	background-color: #f1f1f1;
	z-index: 30;
	display: none;
	border-top: 1px solid #ccc;
	max-height: 200px;
	overflow-y: auto;
}
.menu-sel dd{
	font-size: 13px;
	color: #333;
	padding: 10px 15px;
	cursor: pointer;
}
.menu-sel dd:hover{
	background-color: #ccc;
}
.menu-search-btn{
	margin-top: 15px;
}
.menu-search-btn input{
	display: block;
	border:0;
	background-color: #0e68c1;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	height: 46px;
	width: 100%;
	color: #fff;
}
.erji-content{
	overflow: hidden;
}
.erji-title{
	padding: 10px 0 30px;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/erji-title.png);
}
.erji-title h1{
	margin:0;
	font-size: 20px;
	color: #222;
	font-weight: bold
}
.mianbaoxie{
	background-repeat: no-repeat;
	background-position: 0px center;
	background-image: url(../images/mian.png);
	padding-left: 23px;
	font-size: 14px;
	color: #999;
	margin-top: 5px;
}
.mianbaoxie a:hover,.mianbaoxie span{
	color: #0e68c1;
}
.erji-content-div{
	margin-top: 40px;
}
.single-title{
	font-size: 22px;
	color: #222;
	text-align: center;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 30px;
}
.single-con{
	font-size: 16px;
	color: #333;
	line-height: 2;
}
.single-con *{
	font-family:Microsoft Yahei!important;
	font-size: 16px!important;
	color: #333!important;
	line-height: 2!important;
}
.single-con img{
	display: block;
	margin:0 auto;
}
.lingdao-div+.lingdao-div{
	margin-top: 16px;
}
.lingdao-div{
	background-color: #f8f8f8;
	border-left: 4px solid #0e68c1;
	padding: 30px;
	transition: background-color .3s;
}
.lingdao-title{
	font-size: 18px;
	color: #0e68c1;
	line-height: 1.5;
}
.lingdao-con{
	font-size: 14px;
	color: #222;
	line-height: 1.8;
	margin-top: 10px;
}
.lingdao-div:hover{
	background-color: #f1f7fc;
}
.rongyu-list dl{
	margin:0;
	margin-left: -3%;
}
.rongyu-list dd{
	float: left;
	width: 30.33333%;
	margin-left: 3%;
	margin-top: 3%;
}
.rongyu-pic{
	border:5px solid #f2f2f2;
}
.rongyu-pic .imgbox_a{
	padding-bottom: 63.33%
}
.rongyu-title{
	font-size: 16px;
	color: #222;
	text-align: center;
	margin-top: 20px;
}
.rongyu-list dd:hover .rongyu-title{
	color: #0e68c1;
}
.fenye{
	text-align: center;
	margin-top: 60px;
}
.fenye ul{
	margin:0;
}
.sanji-dl{
	padding-bottom: 0px;
}
.sanji-dl dl{
	margin:0;
}
.sanji-dl dd{
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.sanji-dl dd>a{
	display: block;
	padding: 7px 15px;
	font-size: 14px;
	color: #333;
	border:1px solid #e7e7e7;
}
.sanji-dl dd.cur>a{
	background-color: #0e68c1;
	border-color: #0e68c1;
	color:#fff;
}
.fengcai-list dl{
	margin:0;
	margin-left: -3%;
}
.fengcai-list dd{
	float: left;
	width: 30.33333%;
	margin-left: 3%;
	margin-top: 3%;
}
.fengcai-item{
	border:1px solid #ececec;
	display: block;
}
.fengcai-pic .imgbox_a{
	padding-bottom: 60.3125%
}
.fengcai-con h1{
	margin:0;
	font-size: 16px;
	color: #222;
}
.fengcai-con h2{
	margin:0;
	font-size: 14px;
	color: #999;
	margin-top:13px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/jt.png);
}
.fengcai-con{
	padding: 20px;
}
.fengcai-item:hover .fengcai-con h1{
	color: #0e68c1;
}
.huodong-list{
	padding-top: 15px;
}
.huodong-list dl{
	margin:0;
}
.huodong-list dd{
	padding: 25px 0;
	border-bottom: 1px solid #e8e8e8;
}
.huodong-pic{
	width: 255px;
	margin-left: 45px;
}
.huodong-pic .imgbox_a{
	padding-bottom: 65.1%
}
.huodong-con{
	overflow:hidden;
	padding-top: 15px;
}
.huodong-con h1{
	margin:0;
	font-size: 18px;
	color: #333;
	position: relative;
	padding-right: 85px;
	line-height: 20px;
}
.huodong-con h1 a:hover{
	color: #0e68c1;
}
.huodong-con h1 span.span_111{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #222;
}
.huodong-con p{
	margin:0;
	font-size: 14px;
	color: #333;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	margin:22px 0 20px;
}
.huodong-a{
	font-size: 14px;
	color: #333;
}
.huodong-a img{
	margin-top: -3px;
	margin-left: 13px;
}
.huodong-a a:hover{
	color: #0e68c1;
}
.news-san{
	position: relative;
	text-align: center;
}
.news-san ul{
	margin:0;
	font-size: 0;
}
.news-san li{
	display: inline-block;
	font-size: 14px;
	color: #999;
	white-space: nowrap;
	background-image: url(../images/nd2.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}
.news-san li:first-child{
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../images/nd1.png);
}
.news-san li:first-child+li+li{
	position: absolute;
	right: 0;
	top: 0;
	background-image: url(../images/nd3.png);
}
.news-xx-fr{
	width: 317px;
	margin-left: 15px;
  background-color: #fff;
  box-shadow: 0px 1px 14.85px 5px rgba(0, 0, 0, 0.05);
  padding: 20px 20px 30px;
}
.news-xx-fr .menu-search{
	padding-top: 0;
}
.erji-div{
	overflow:hidden;
}
.danpian{
	padding-top: 40px;
}
.danpian-h1{
	font-size: 30px;
	color: #222;
	/*font-weight: bold;*/
	text-align: center;
	line-height: 1.5;
}
.danpian-h2{
	font-size: 14px;
	color: #999;
	text-align: center;
	line-height: 1.6;
	padding: 12px 0 20px;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 20px;
}
.danpian-con{
	font-size: 16px;
	color: #333;
	line-height: 2.4;
}
.danpian-con img{
	display: block;
	margin:15px auto 0;
}



.danpian table{
	width:100%!important;
}
.danpian table p{
	margin:0!important;
	line-height:1.8!important;
}
.danpian table tr,
.danpian table td{
	padding:8px!important;
}






.list001{
	padding-top: 10px;
}
.list001 dl{
	margin:0;
}
.list001 dd{
	position: relative;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	color: #222;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-right: 85px;
	background-repeat: no-repeat;
	background-position: 0 center;
	background-image: url(../images/dian.png);
	padding-left: 20px;
	margin-top: 15px;
}
.list001 dd a{
	font-size: 16px;
	color: #222;
}
.list001 dd a:hover{
	color: #0e68c1;
}
.list001 dd span.span_11{
	position: absolute;
	right: 0;
	font-size: 14px;
	color: #999;
	top: 0;
}
.map-wp{
	height: 238px;
}
.map{
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.contact-dl dl{
	margin:0;
	margin-left: -2%;
}
.contact-dl dd{
	float: left;
	width: 31.333333%;
	margin-left: 2%;
	margin-bottom: 30px;
	background-color: #f3f3f3;
	padding: 25px;
	padding-right: 36px;
	height: 126px;
}
.contact-ico{
	width: 76px;
	margin-right: 18px;
}
.contact-con{
	overflow: hidden;
	padding-top: 3px;
}
.contact-con h1{
	margin:0;
	font-size: 16px;
	color: #222;
}
.contact-con p{
	margin:0;
	font-size: 14px;
	color: #222;
	line-height: 1.6;
	margin-top: 10px;
}
.contact-dl dd:hover{
	background-color: #0e68c1;
}
.contact-dl dd:hover .contact-con h1{color: #fff;}
.contact-dl dd:hover .contact-con p{color: #fff;}
.webMap-list ul{
	margin:0;
}
.webMap-list li{
	border: 1px solid #ccc;
}
.webMap-list li+li{
	margin-top: 25px;
}
.webMap-li-title a{
	display: block;
	width: 150px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-color: #0e68c1;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}
.webMap-ddl{
	padding: 25px 80px;
}
.webMap-ddl dl{
	margin:0;
	font-size: 0;
	line-height: normal;
	margin-left: -1%;
}
.webMap-ddl dd{
	display: inline-block;
	vertical-align: top;
	width: 24%;
	margin-left: 1%;
	line-height: 1.5;
	font-size: 16px;
	color:#333;
	height: 30px;
	line-height: 30px;
}
.webMap-ddl dd a:hover{
	color: #0e68c1;
}
.contact1-2 dl{
	margin:0;
	margin-left: -3%;
}
.contact1-2 dd{
	float: left;
	width: 30.333333%;
	margin-left: 3%;
	margin-top: 25px;
}
.contact1-2 dd.langdd{
	width: 97%;
}
.contact1-2-title{
	font-size: 16px;
	color: #333;
	padding-left: 5px;
}
.contact1-2-title i{
	font-style: normal;
	color: #f00;
}
.contact1-2-input{
	margin-top:15px;
}
.contact1-2-input input.form-control{
	height: 50px;
}
.contact1-2-input textarea.form-control{
	height: 200px;
	resize: none;
}
.contact1-2 dd.langdd.langdd_yzm{
	width: 480px;
}
.langdd_yzm{
	padding-right: 170px;
	position: relative;
}
.langdd_yzm .contact1-2-input{
	position: relative;
}
.langdd_yzm .contact1-2-input input.form-control{
	padding-right:125px;
}
.yzmimg{
	position: absolute;
	width: 117px;
	right: 1px;
	top: 1px;
}
.yzmimg img{
	display: block;
	width: 100%;
	height: 48px;
}
.contact1-2-btn{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 15;
}
.contact1-2-btn input{
	display: block;
	width: 155px;
	height: 50px;
	border: 0;
	background-color: #0e68c1;
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
}
.contact1-2-btn input:hover{
	font-weight: bold;
}
.contact1-2-btn input:focus{
	outline: none;
}
.main2-3{
	overflow: hidden;
}
.main2-3-title{
	height: 64px;
	line-height: 64px;
	font-size: 22px;
	color: #fff;
	text-align: center;
	background-color: #e39212;
}
.main2-3-title img{
	margin-top: -5px;
	margin-left: 22px;
}
.main2-3-div{
	height: 329px;
	background-image: url(../images/main2-3-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 35px 35px 0;
}
.main2-3-h1{
	font-size: 20px;
	color: #333;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
}
.main2-3-h1 a:hover{
	color: #e39212;
}
.main2-3-p p{margin:0;}
.main2-3-p{
	font-size: 16px;
	color: #999;
	line-height: 1.8;
	height: 7.2em;
	overflow: hidden;
	margin-top: 20px;
}
.main2-3-a{
	font-size: 14px;
	color: #666;
	margin-top: 40px;
}
.main2-3-a a:hover{
	color: #e39212;
}




.main2-4{
	overflow: hidden;
}

.main2-4-dl dl{
	margin:0;
}

.main2-4-dl dd{
	float: left;
	width: 25%;
	height: 50px;
	line-height: 50px;
	background-color: #f8f8f8;
	font-size: 16px;
	color: #333;
	text-align: center;
	cursor: pointer;
}

.main2-4-dl dd.cur{
	color: #fff;
	background-color: #0e68c1;
}


.main2-4 .main2-list-wp .main2-list{
	padding-top: 18px;
}

#main2-list-wp2{
	height: 116px;
}

.main2-4-div{
	margin-top: 25px;
}
.main2-4-div .title-11 {
    padding-bottom: 0px;
}
.main2-4-list{
	margin-top: 15px;
}

.main2-4-list .item>a{
	display: block;
	background-color: #0e68c1;
	padding: 10px 30px 10px 73px;
	background-image: url(../images/jiao3.png);
	background-repeat: no-repeat;
	background-position: 17px center;
}

.main2-4-title{
	font-size: 16px;
	color: #fff;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
}

.main5{
	background-color: #fff;
  box-shadow: 0px 1px 14.85px 5px rgba(0, 0, 0, 0.05);
  padding: 30px 20px 40px;
  margin-top: 25px;
}

.main5-1{
	width: 470px;
	margin-right: 30px;
	min-height: 1px;
}

.main5-2{
	overflow: hidden;
}

.title-33{
	border-bottom: 1px solid #e5e9ed;
}

.title-33 h1{
	margin:0;
	font-size: 18px;
	color: #fff;
	height: 47px;
	line-height: 47px;
	background-color: #0e68c1;
	padding: 0 24px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

.title-33 a.fr{
	font-size:14px;
	color: #999;
	margin-top: 13px;
}
.title-33 a.fr:hover{
	color: #0e68c1;
}

.main5-tui{
	padding: 25px 0;
	border-bottom: 1px solid #eeeeee;
}

.main5-tui-pic{
	width: 159px;
	margin-right: 20px;

}

.main5-tui-pic .imgbox_a{
	padding-bottom: 71.7%;
	border-radius: 4px;
}

.main5-tui-con{
	overflow: hidden;
	padding-top: 3px;
}

.main5-tui-con h1{
	margin:0;
	font-size: 16px;
	color: #333;
}

.main5-tui-con h1 a:hover{
	color: #0e68c1;
}


.main5-tui-con h2{
	margin:0;
	font-size: 14px;
	color: #999;
	margin:15px 0 10px;
}

.main5-tui-con p{
	margin:0;
	font-size: 14px;
	color: #222;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}

.main5-div1 .main2-list{
	padding-top: 20px;
}
.main5-div1 .main2-list dd+dd {
    margin-top: 15px;
}

.main5-2-title{
	background-color: #0e68c1;
	padding: 0 20px;
}

.main5-2-title .fl{
	font-size: 18px;
	color: #fff;
	height: 50px;
	line-height: 50px;
}

.main5-2-title a.fr{
	font-size: 14px;color: #fff;
	margin-top: 15px;
}

.main5-2-title a.fr:hover{
	font-weight: bold;
}

.main5-list{
	background-color: #f8f8f8;
	padding: 20px 20px 0;
	height: 343px;
}

.main5-date{
	width: 66px;
	border:1px solid #e9e9e9;
	margin-right: 21px;
}

.main5-date h1{
	margin:0;
	font-size: 20px;
	color: #fff;
	background-color: #0e68c1;
	text-align: center;
	height: 30px;
	line-height: 30px;
}

.main5-date h2{
	margin:0;
	font-size: 12px;
	color: #222;
	background-color: #fff;
	text-align: center;
	height: 30px;
	line-height: 30px;
}

.main5-con{
	overflow: hidden;
	padding-top: 5px;
}

.main5-con h1{
	margin:0;
	font-size: 16px;
	color: #333;
}

.main5-con h1 a:hover{
	color: #0e68c1;
}

.main5-con p{
	margin:0;
	font-size: 14px;
	color: #999;
	margin-top: 12px;
}

.main5-list dl{
	margin:0;
}

.main5-list dd+dd{
	margin-top: 18px;
}

.ny2{
	margin-top: 40px;
}

.ny2-title{
	font-size: 22px;
	color: #333;
	line-height: 1.8;
	text-align: center;
}

.ny2-con{
	margin-top: 25px;
	font-size: 16px;
	color: #333;
	line-height: 2.4;
}

.ny2-con p{margin:0;}

.ny2-img {
	/*width: 689px;*/
	margin-left: 52px;
	margin-top: 59px;
}
.ny2-img img{
	display: block;
	width: 100%;
}

.ny3-img {
	width: 792px;
	margin-left: 50px;
	margin-top: 45px;
}
.ny3-img img{
	display: block;
	width: 100%;
}

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

.ny3-list dd{
	float: left;
	width: 22%;
	margin-left: 3%;
	margin-top: 3%;
}

.ny3-list dd .imgbox_a{
	padding-bottom: 126.3158%;
}

.ny3-list dd .imgbox_a::after{
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        height: 98px;
        background-repeat: repeat-x;
        background-position: left top;
        background-image: url(../images/ny3-hei.png);
        content:"";
        z-index: 10;
        display: none;
}

.ny3-title{
        text-align: center;
        font-size: 18px;
        color: #333;
        margin-top: 10px;
}
.top_a{
        font-size: 16px;
    color: #000;
    height: 44px;
    line-height: 44px;
    margin-right: 28px;
    width: 115px;
}
.top_a a{
        white-space: nowrap;
}
.top_a a img{
        margin-top: -3px;
        margin-right: 7px;
}

.top_a a:hover{
        color: #0e68c1;
}