/**************************************/
/*************[公用start]**************/
/**************************************/
@font-face{
	font-family:"SHB";
	src:url("../fonts/SourceHanSerifCN-Bold-2.otf");
}

*{
	font-family:"SHB";

}
body{
	overflow-x: hidden;
}
/*主站变灰*/
/*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{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	padding-left: 35px;
	padding-right: 35px;
	height: 100px;
	background-color: #fff;
	box-shadow: 0 4px 5px -3px rgba(0,0,0,0.15);
}
#header.header-index{
	background-color: transparent;
	box-shadow: none;
}
#header.header-index .container-fluid{
	position: relative;
	z-index: 10;
}
#header.header-index::after{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 267px;
/*	background-color: #fff;
	opacity: 0.17;*/
	content:"";
	background-image: url(../images/tyy.png);
	background-repeat: repeat-x;
	background-position: left 0;
	z-index: 3;
}
#header.header-index .nav>ul>li>a{
	color: #fff;
}
#header.header-index .nav>ul>li.cur>a::after{
	background-color: #fff;
}

#header .container-fluid{
	padding-left: 0;
	padding-right: 0;
}

.logo{
	width: 657px;
	margin-top: 25px;
}


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

.search{
	width: 14px;
	margin-top:43px;
	margin-left: 35px;
}


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

.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	position: relative;
}
.nav>ul>li+li{
	margin-left: 45px;
}
.nav>ul>li>a{
	display: block;
	font-size: 18px;
	color: #222;
	height: 100px;
	line-height: 100px;
	position: relative;
}
.nav>ul>li:hover>a,
.nav>ul>li.cur>a{
	color: #0062b2;
}

.nav>ul>li.cur>a::after{
	position: absolute;
	width: 28px;
	height: 3px;
	left: 50%;
	margin-left: -14px;
	bottom: 0;
	content:"";
	background-color: #0062b2;
}





.nav>ul>li>ul{
	position: absolute;
	left: 50%;
	top:100%;
	z-index: 600;
	background-color: #fff;
	display: none;
	width:120px;
	margin-left: -60px;
}
.nav>ul>li>ul>li>a{
	display: block;
	padding: 10px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 15px;
	color:#333;
	/*transition: .3s;*/
	text-align: center;
}
.nav>ul>li>ul>li>a:hover{
	background-color: #2367ae;
	color: #fff;
}
/**************************************************************/
/*header-over*/





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

#main{

}

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


.fafa .flex-control-nav li{
	margin:0 10px;
}
.fafa .flex-control-nav{
	height: 0;
	bottom: 50px;
}
.main1{
	background-color: #f7fafe;
	padding: 35px 0;
}
.main1-div{
	padding-left: 143px;
	height: 49px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/main1-div-bg.png);
	padding-right: 80px;
}

.main1-h1{
	height: 49px;
	line-height: 49px;
	font-size: 20px;
	color: #222;
	position: relative;
	padding-right: 100px;
}
.main1-h1 a:hover{
	color: #0062b2;
}
.main1-h1 span.span_001{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
	color: #999;
}

.fmain1 .flex-direction-nav a{
	width: 12px;
	height: 22px;
	margin-top: -11px;
}

.fmain1 .flex-direction-nav a.flex-next{
	right: -81px;
}
.fmain1 .flex-direction-nav a.flex-prev{
	left: auto;
	right: -40px;
}


.main2{
	padding: 92px 0 107px;
	background-image: url(../images/main2-bg.jpg);
}


.main2-1{
	width: 50%;
}


.main2-1-title{
	width: 270px;
}

.main2-1-title-p{
	font-size: 20px;
	color: #0062b2;
	line-height: 1.8;
	padding-top: 30px;
	position: relative;
	margin-top: 20px;
}
.main2-1-title-p::before{
	position: absolute;
	left: 0;
	top: 0;
	width: 36px;
	height: 3px;
	content:"";
	background-color: #0062b2;
}
.main2-1-pic{
	width: 400px;
}
.main2-1-pic .imgbox_a{
	padding-bottom: 58.2%;
	border-radius: 25px;
}


.main2-1-bottom{
	margin-top: 130px;
}
.main2-1-dl{
	padding-right: 30px;
}
.main2-1-dl	dl{
	margin:0;
	margin-left: -3%;
}

.main2-1-dl dd{
	float: left;
	width: 13.6667%;
	margin-left: 3%;
}
.main2-1-dl dd>a{
	display: block;
	background-color: #fefefe;
	border-radius: 10px;
	padding: 25px 5px 17px;
	text-align: center;
	box-shadow: 0 0 15px 1px rgba(0,0,0,0.1);
	font-size: 16px;
	transition: background-color .3s,color .3s;
}

.main2-1-ico{
	width: 32px;
	margin:0 auto 10px;
	position: relative;
}

.main2-1-ico img{
	display: block;
	width: 100%;
	opacity: 1;
	transition: opacity .3s;
}
.main2-1-ico img.imgCur{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 10;
}
.main2-1-dl dd>a:hover{
	background-color: #0062b2;
	color: #fff;
}
.main2-1-dl dd>a:hover .main2-1-ico img{opacity: 0;}
.main2-1-dl dd>a:hover .main2-1-ico img.imgCur{opacity: 1;}


.main2-1 .more11{
	margin-top: 94px;
}

.main2-2{
	overflow: hidden;
}

.main2-2-p{
	font-size: 18px;
	color: #333;
	line-height:2;
	text-indent: 2em;
	height: 8em;
	overflow: hidden;
}
.main2-2-top{
	padding-left: 90px;
}

.main2-2-a{
	font-size: 16px;
	color: #0062b2;
	margin-top: 25px;
}
.main2-2-a img{
	margin-top: -3px;
	margin-left: 22px;
}
.main2-2-bottom {
	margin-top: 40px;
}
.main2-2-bottom .imgbox_a{
	padding-bottom:50.875%;
	border-radius: 25px;
}


.main3{
	padding:70px 0 105px;
	background-image: url(../images/main3-bg.jpg);
}

.mm50{
	margin-top: 50px;
}
.main3-1-list{
	z-index: 30;
	background-repeat: repeat-x;
	background-position: 0 96px;
	background-image: url(../images/bg1.png);
}
.main3-1-list .item{
	text-align: center;
	padding-bottom: 64px;
	background-repeat: no-repeat;
	background-position: center bottom;
	transition: background-image .3s;
	background-image: url(../images/itemCurx.png);
}
.main3-1-item{
	display: inline-block;
	line-height: 1;
	cursor: pointer;
	padding-bottom: 40px;
	background-image: url(../images/main2-cur.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	transition: background-image .3s;
}
.main3-1-list .item.cur{
	background-image: url(../images/itemCur.png);

}
.main3-1-list .item.cur .main3-1-item{
	background-image: url(../images/main2-cur0.png);
}
.main3-1-ico{
	width: 31px;
	margin:0 auto 15px;
}
.main3-1-h1{
	font-size: 20px;
	color: #fff;
}

.main3-1-list .owl-nav button.owl-prev{
    position: absolute;
    left:-50px;
    top: 63px;
    width: 68px;
    height: 68px;
    background-image: url(../images/left1.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
}

.main3-1-list .owl-nav button.owl-next{
    position: absolute;
    right:-50px;
    top: 63px;
    width: 68px;
    height: 68px;
    background-image: url(../images/right1.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
}









.main3-2-box-wp{
	margin-top: -18px;
}

.main3-2-box-wp .main3-2-box{display: none;background-color: #0062b2;
	background-image: url(../images/main3-1-box.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.main3-2-box-wp .main3-2-box:first-child{display: block;}

.main3-2-pic{
	width: 752px;
}

.main3-2-pic .imgbox_a{
	padding-bottom: 64.096%;
}

.main3-2-con{
	overflow: hidden;
	padding: 50px 80px  0;
}


.main3-2-h1{
	font-size: 38px;
	color: #fff;
	line-height: 1.6;
	height: 3.2em;
	overflow: hidden;
}

.main3-2-p{
	font-size: 16px;
	color: #fff;
	line-height: 2.4;
	height: 9.6em;
	overflow: hidden;
	text-indent: 2em;
	opacity: 0.82;
	margin-top: 25px;
}


.more33{
	margin-top: 35px;
}

.more33 a{
	display: block;
	width: 168px;
	height: 50px;
	line-height: 48px;
	border:1px solid rgba(255,255,255,0.2);
	border-radius: 999em;
	font-size: 16px;
	color: #c2daec;
	background-image: url(../images/jt4.png);
	background-repeat: no-repeat;
	background-position: 122px center;
	padding-left: 35px;
}


.main4{
	padding:70px 0 125px;
	background-image: url(../images/main4-bg.jpg);

}

.main4 .erji-title.text-center{
	position: relative;
	padding-bottom: 21px;
}
.main4 .erji-title.text-center::before{
	position: absolute;
	width: 44px;
	height: 5px;
	content:"";
	background-color: #0062b2;
	left: 50%;
	margin-left: -22px;
	bottom: 0;
	z-index: 15;
}
.main4 .erji-title.text-center::after{
	position: absolute;
	width: 100%;
	height: 1px;
	content:"";
	background-color: #e0e6eb;
	left: 0%;
	bottom: 3px;
	z-index: 12;
}

.main4-1 {
	width: 50%;
}


.title-11 .erji-title1{
	font-size: 34px;
}
.title-11 .erji-title2{
	font-size: 14px;
}


.title-11-a{
	width: 148px;
	margin-top: 8px;
}
.title-11-a a{
	display: block;
	height: 48px;
	line-height: 48px;
	background-color: rgba(255,255,255,0.58);
	border:1px solid #fff;
	border-radius: 999em;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.05);
	padding-left: 29px;
	font-size: 16px;
	color: #7f8c94;
}
.title-11-a a img{
	margin-top: -3px;
	margin-left: 15px;
}
.title-11-a a:hover{
	color: #0062b2;
}

.main4-1-div{
	margin-top: 70px;
}

.about6-pic .imgbox_a{
	padding-bottom:73%;
}

.poster-item-title{
	text-align: center;
	font-size: 18px;
	color: #222;
	margin-top: 20px;
}

.poster-main {
  position: relative;
}
.poster-main .poster-list {
  width: 900px;
  height: 318px;
  margin:0;
}
.poster-main .poster-list .poster-item {
  width: 467px;
  height: 341px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1!important;
}
.poster-main .poster-btn {
  position: absolute;
  cursor: pointer;
  top: 0;
}
.about4-width{
	width: 467px;
	height: 0;
}

.poster-next-btn{
	right: 0;
	background-image: url(../images/right3.png);
	background-repeat: no-repeat;
	background-position: center;
}

.poster-prev-btn{
	left: 0;
	background-image: url(../images/left3.png);
	background-repeat: no-repeat;
	background-position: center;
}















.main4-2{
	width: 675px;
}

.main4-2-list{
	margin-top: 30px;
}

.main4-2-list dl{
	margin:0;
}

.main4-2-list dd+dd{
	margin-top: 17px;
}

.main4-2-list dd>a{
	display: block;
	background-color: rgba(255,255,255,0.58);
	border:1px solid #fff;
	border-radius: 5px;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.05);
	padding: 10px 15px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.main4-2-list dd>a:hover{background-image: url(../images/main4-2-a.jpg);}
.main4-2-list dd>a:hover .main4-2-date{background-image: url(../images/shuih.png);}
.main4-2-list dd>a:hover .main4-2-1{color: #fff;}
.main4-2-list dd>a:hover .main4-2-2{color: #fff;}
.main4-2-list dd>a:hover .main4-2-a{color: #fff;}

.main4-2-date{
	text-align: center;
	width: 76px;
	height: 76px;
	background-image: url(../images/shui.png);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 15px;
	margin-right: 20px;
}

.main4-2-1{
	font-size: 30px;
	color: #064d97;
	line-height: 1;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.main4-2-2{
	font-size: 14px;
	color: #064d97;
	line-height: 1;
	margin-top: 5px;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.main4-2-con{
	overflow: hidden;
}

.main4-2-a{
	height: 76px;
	line-height: 76px;
	font-size: 20px;
	color: #333;
}

.main5{
	padding:110px 0 90px;
	background-image: url(../images/main5-bg.jpg);
	overflow: hidden;
}

.main5-1{
	width: 270px;
}


.main5-1-menu{
	margin-top: 65px;	
}


.main5-1-menu-span{
	font-size: 0;
	padding-left: 74px;
	position: relative;
}

.main5-1-menu-span::before{
	position: absolute;
	width: 35px;
	height: 1px;
	background-color: #fff;
	opacity: 0.4;
	content:"";
	top: 50%;
	left: 0;
	transition: .3s;
}
.main5-1-menu-span.cur::before{
	width: 57px;
	opacity: 1;
}

.main5-1-menu-span+.main5-1-menu-span{
	margin-top: 25px;
}
.main5-1-menu-span span{
	display: inline-block;
	cursor: pointer;
	vertical-align: top;
	font-size: 18px;
	color: rgba(255,255,255,0.6);
	transition:  .3s;
}
.main5-1-menu-span.cur span{
	font-size: 30px;
	color: #fff;
}
.main5-1 .more11{
	margin-top: 120px;
}
.main5-1 .more11 a{
	background-image: url(../images/more11h.png);
}

.main5-2{
	width: 1140px;
	position: relative;
}

.main5-2-div{
	position: absolute;
	width: 100%;
	left: -1500%;
	top: 0;
}
.main5-2-div.cur{
	position: relative;
	left: 0;
}

.main5-2-item{
	display: block;
	background-color: #ffffff;
	padding: 35px 30px 30px;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.main5-2-item:hover{
	background-image: url(../images/main5-2-a-bg.jpg);
}
.main5-2-item:hover .main5-2-fl{
	background-color: #fff;
	color: #0062b2;
}
.main5-2-item:hover .main5-2-h1{color: #fff;}
.main5-2-item:hover .main5-2-h2{color: #fff;}

.main5-2-item:hover .main5-2-a{
	border-color:rgba(255,255,255,0.2);
}
.main5-2-item:hover .main5-2-a span{
	background-image: url(../images/main5-2-a2.png);
}
.main5-2-fl{
	display: inline-block;
	padding: 6px 9px;
	line-height: 1;
	font-size: 14px;
	color: #fff;
	border-radius: 3px;
	vertical-align: top;
	background-color: #0062b2;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.main5-2-h1{
	font-size: 20px;
	color: #333;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	margin-top: 25px;
}
.main5-2-h2{
	font-size: 17px;
	color: #666;
	margin-top: 15px;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.main5-2-a{
	margin-top: 90px;
	border-top: 1px solid #ebebeb;
	padding-top: 23px;
}
.main5-2-a span{
	display: block;
	width: 46px;
	height: 46px;
	background-image: url(../images/main5-2-a1.png);
	background-size: 100%;
}

.main5-2-list .owl-nav{
	height: 12px;
	width: 100%;
	position: relative;
	margin-top: 60px;
}
.main5-2-list .owl-nav::before{
	position: absolute;
	right: 120px;
	left: 0;
	top: 50%;
	background-color: #fff;
	content:"";
	height: 1px;
	opacity: 0.5;
}
.main5-2-list .owl-nav button.owl-prev{
    position: absolute;
    right:65px;
    top: 0%;
    width: 7px;
    height: 12px;
    background-image: url(../images/left2.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
}

.main5-2-list .owl-nav button.owl-next{
    position: absolute;
    right:25px;
    top: 0%;
    width: 7px;
    height: 12px;
    background-image: url(../images/right2.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
}

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

.main6-list{
	font-size: 0
}

.main6-a{
	display: inline-block;
	padding: 20px 70px;
	border-radius: 7px;
	font-size: 18px;
	color: #333;
	background-color: #f4f7fc;
	margin-right: 45px;
	transition: .3s;
}
.main6-a:hover{
	background-color: #0062b2;
	color: #fff;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
}
.main6-list2{
	margin-top: 30px;
}
.main6-list2 .main6-a{
	margin-right: 0;
	margin-left: 45px;
}




/**************************************************************/
/*main-over*/





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

#footer{
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}


.footer-1{
	height: 120px;
	background-color: rgba(0,0,0,0.1);
}

.foo-logo{
	width: 626px;
	margin-top: 37px;
}
.foo-logo a,.foo-logo img{
	display: block;
	width: 100%;
}
.footer-2{
	background-color: rgba(204,205,205,0.23);
}
.footer-2-div{
	position: relative;
	padding: 65px 0 75px;
}

.foo2-1{
	width: 700px;
}

.foo2-a{
	font-size: 18px;
	color: #fff;
}
.foo2-a a+a{
	margin-left: 27px;
}

.foo2-phone{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin:22px 0 18px;
}
.foo2-phone img{
	margin-top: -3px;
	margin-right: 18px;
}

.foo2-p{
	font-size: 16px;
	color: rgba(255,255,255,0.5);
	line-height: 2;
}
.foo2-p p{margin:0;}

.er{
	width: 111px;
	font-size: 16px;
	color: #666;
	text-align: center;
	position: relative;
	z-index: 20;
	margin-right: 115px;
	margin-top: 48px;
}
.er img{
	display: block;
	margin:0 0 8px;
	width: 100%;
}


.juan{
	position: absolute;
	width: 336px;z-index: 5;
	right: 0;
	top: -30px;
}


.juan img{
	display: block;
	width: 100%;
}

.jubao{
	width: 306px;
	margin-right: 75px;
	margin-top: 43px;
}

.jubao a{
	display: block;
	height: 115px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/foo2-bgx.png);
	font-size: 0!important;
	color: #277a94;
	text-align: center;
	padding-left: 45px;
	padding-top: 25px;
	margin:0!important;
}

.foo1-sel{
	width: 800px;
	margin-top: 35px;
}
.foo1-sel dl{
	margin:0;
	margin-left: -5%;
}

.foo1-sel dd{
	float: left;
	width: 20%;
	margin-left: 5%;
}

.foo1-sel dd select:focus{
	outline: none;
}
.foo1-sel dd select{
	display: block;
	width: 100%;
	height: 46px;
	background-color: transparent;
	border:0;
	border-bottom: 1px solid rgba(255,255,255,0.35);
	font-size: 16px;
	color: #fff;
}

.foo1-sel dd select option{
	color: #333;
}
/**************************************************************/
/*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{
	margin:0;
	max-height: calc(100vh - 129px);
	overflow-y: auto;
}
.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: 18px;
    width: 18px;
}
.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
   font-size: 0;
   width: 300px;
	  margin-left:15px;
	  margin-top:23px;
}
.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: 602px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}

.banner-2-menu{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 42px;
	z-index: 15;
}
.banner-2-menu::before{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 31px;
	height: 1px;
	background-color: #fff;
	opacity: 0.17;
	content:"";
	z-index: 5;
}
.banner-2-menu .container{
	position: relative;
	z-index: 10;
}

.banner-2-menu-a-wp{
	font-size: 0;
	text-align: center;
}
.banner-2-menu-a+.banner-2-menu-a{
	margin-left: 120px;
}
.banner-2-menu-a{
	display: inline-block;
	vertical-align: bottom;
	font-size: 20px;
	color: #fff;
	padding-bottom: 60px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/xyuan.png);
	min-width: 61px;
}
.banner-2-menu-a.cur{
	font-size: 24px;
	padding-bottom: 80px;
	background-image: url(../images/dyuan.png);
}

.banner-2-wen{
	text-align: center;
	padding-top: 200px;
}
.banner-2-wen1{
	font-size: 52px;
	color: #fff;
	line-height: 1;
}
.banner-2-wen2{
	font-size: 25px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 15px;
}

.erji{
	padding: 90px 0 70px;
	background-repeat: no-repeat;
	background-position: center 100%;
	background-size: cover;
	background-image: url(../images/erji-bg2.jpg);
}

.mianbaoxie{
	font-size: 16px;
	color: #999;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/mian.png);
	padding-left: 33px;
	height: 20px;
	line-height: 20px;
}


.erji-div{
	margin-top: 65px;
}



.erji-title1{
	font-size: 40px;
	color: #222;
	line-height: 1;
}

.erji-title2{
	font-size: 16px;
	color: #222;
	text-transform: uppercase;
	margin-top: 8px;
	opacity: 0.28;
}


.ziBai .erji-title1{color: #fff;}
.ziBai .erji-title2{color: #fff;}




.gonggao-list{
	padding-top: 20px;
}
.gonggao-list dl{
	margin:0;
}

.gonggao-list dd{
	padding: 50px 0 30px;
	border-bottom: 1px solid #ececec;
}

.gonggao-date{
	width: 138px;
	height: 137px;
	background-image: url(../images/date-bg1.png);
	text-align: center;
	padding-top: 30px;
	margin-right: 50px;
}

.gonggao-date1{
	font-size: 44px;
	color: #0062b2;
	line-height: 1;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.gonggao-date2{
	font-size: 16px;
	color: #0062b2;
	line-height: 1;
	margin-top: 10px;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.gonggao-con{
	overflow: hidden;
}

.gonggao-h1{
	font-size: 24px;
	color: #222;
}

.gonggao-p{
	font-size: 16px;
	color: #888;
	line-height: 1.6;
	height: 3.2em;
	overflow: hidden;
	margin-top: 15px;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.gonggao-a{
	
	margin-top: 22px;
	
}
.gonggao-a a{
	display: inline-block;
	font-size: 16px;
	color: #999;
	height: 23px;
	line-height: 23px;
	padding-right: 35px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/jt1.png);
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.gonggao-list dd:hover .gonggao-date{background-image: url(../images/date-bg1h.png);}
.gonggao-list dd:hover .gonggao-date1{color: #fff;}
.gonggao-list dd:hover .gonggao-date2{color: #fff;}
.gonggao-list dd:hover .gonggao-h1{color: #0062b2;}
.gonggao-list dd:hover .gonggao-a a{color: #0062b2;background-image: url(../images/jt1h.png);}


.fenye{
	text-align: center;
	margin-top: 150px;
}
.fenye ul{
	margin: 0;
}

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

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

.zizhi-item{
	display: block;
	background-color: #fff;
	padding: 20px;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.03);
}
.zizhi-pic{
	background-color: #f8f8f8;
	padding-bottom: 68.73%;
	position: relative;
}
.zizhi-pic img{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin:auto;
	max-height: 100%;
	max-width: 100%;
	width: 100%;
	height: 100%;
}

.zizhi-picx .imgbox_a{
	padding-bottom: 68.73%;
}







.zizhi-h1{
	font-size: 16px;
	color: #222;
	text-align: center;
	padding: 20px 0 10px;
}

.zizhi-item:hover .zizhi-h1{
	color: #0062b2;
}
.sanji-dl {
	margin-top: 40px;
}
.sanji-dl dl{
	margin:0;
	font-size: 0;
	text-align: center;
}

.sanji-dl dd{
	display: inline-block;
	vertical-align: top;
	width: 190px;
}
.sanji-dl dd+dd{
	margin-left: 50px;
}
.sanji-dl dd>a{
	display: block;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
	color: #222;
	background-color: #dfeffc;
	border-radius: 999em;
	transition: color .3s,background-color .3s;
}

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


.quanshu-list{
	padding-top: 25px;
}
.quanshu-list dl{
	margin:0;
	margin-left:-2%;
}

.quanshu-list dd{
	float: left;
	width: 23%;
	margin-left: 2%;
	margin-top: 2%;
}

.quanshu-item{
	display: block;
	background-color: #fff;
	padding: 45px 30px 55px;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.03);
	transition: background-color .3s;
}

.quanshu-ico{
	width:121px;
	position: relative;
}

.quanshu-ico img{
	display: block;
	width: 100%;
	opacity: 1;
	transition: opacity .3s;
}

.quanshu-ico img.imgCur{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	opacity: 0;
}

.quanshu-h1{
	font-size: 24px;
	color: #222;
	line-height: 1.6;
	height: 3.2em;
	overflow: hidden;
	margin:30px 0 20px;
	transition: color .3s;
}

.quanshu-p{
	font-size: 16px;
	color: #666;
	line-height: 1.8;
	height: 5.4em;
	overflow: hidden;
	transition: color .3s;
}

.quanshu-a{
	font-size: 16px;
	color: #0062b2;
	margin-top: 50px;
	transition: color .3s;
}
.quanshu-item:hover{
	background-color: #0062b2;
}
.quanshu-item:hover .quanshu-ico img{
	opacity: 0;
}
.quanshu-item:hover .quanshu-ico img.imgCur{
	opacity: 1;
}
.quanshu-item:hover .quanshu-h1{
	color: #fff;
}
.quanshu-item:hover .quanshu-p{
	color: #fff;
}
.quanshu-item:hover .quanshu-a{
	color: #fff;
}

.about{
	margin-top: 45px;
}

.about2{
	margin-top: 50px;
	font-size: 16px;
	color: #222;
	line-height: 2.4;
}
.about2 img{
	display: block;
	width: 100%;
}
.about2 p{
	margin:0;
}

.about1-1{
	font-size: 26px;
	color: #222;
}
.about1-2{
	margin-top: 10px;
}
.about1-2 .fl{
	font-size: 80px;
	color: #0062b2;
	text-transform: uppercase;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.about1-2 .fr{
	font-size: 20px;
	color: #0062b2;
	margin-top: 45px;
}
.about3{
	padding: 60px 0;
}
.about3 dl{
	margin:0;
}

.about3 dd{
	float: left;
	width: 20%;
	background-color: #d6eeef;
	height: 135px;
	text-align: center;
	padding-top: 25px;
}

.about3 dd+dd{
	border-left: 1px solid #fff
}

.about3-1{
	font-size: 20px;
	color: #222;
}

.about3-2{
	font-size: 14px;
	color: #cc1b21;
	margin-top: 10px;
}

.about3-2 span{
	font-size: 46px;
	vertical-align: top;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-right: 12px;
	line-height: 1;
}


.youqing-list{
	padding-top: 15px;
}
.youqing-list dl{
	margin:0;
	margin-left:-3%;
}

.youqing-list dd{
	float: left;
	width: 17%;
	margin-left: 3%;
	margin-top: 3%;
}


.youqing-list dd .imgbox_a{
	padding-bottom: 34.34%;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.03);
}


.anli-list{
	margin-top: 45px;
}



.anli-dd+.anli-dd{
	margin-top: 50px;
}

.anli-dd{
	background-color: #ffffff;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.03);
}

.anli-pic{
	width: 50%;
	position: relative;
}

.anli-title{
	position: absolute;
	width: 482px;
	top:50px;
	left: -55px;
	height: 75px;
	line-height: 75px;
	font-size: 28px;
	color: #fff;
	z-index: 30;
	background-image: url(../images/anli-title.png);
	background-repeat: no-repeat;
	background-position: 0 bottom;
	padding:0 25px 0 42px;
}

.anli-pic .imgbox_a{
	padding-bottom: 62%;
}

.anli-con{
	overflow: hidden;
	padding: 60px 50px 0;
}

.anli-h1{
	font-size: 25px;
	color: #222;
}

.anli-p{
	font-size: 16px;
	color: #666;
	line-height: 2.4;
	max-height: 14.4em;
	overflow: hidden;
	text-indent: 2em;
	margin-top: 30px;
}


.padd{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.yewu1{
	padding: 85px 0 90px;
	position: relative;
	background-image: url(../images/yewu1-bg.jpg);
}

.yewu1 .container{
	position: relative;
}

.yewu1 .mianbaoxie{
	position: absolute;
	width: 100%;
	left: 0;
	top: -55px;
}

.yewu-pic{
	width: 538px;
}

.yewu-pic.fr{
	margin-left: 112px;
}

.yewu-pic.fl{
	margin-right: 112px;
}

.yewu-con{
	padding-top:30px; 
	overflow: hidden;
}
.yewu-dl{
	margin-top: 45px;
}
.yewu-dl dl{
	margin:0;
}

.yewu-dl dd{
	float: left;
	width: 50%;
	padding-left: 20px;
	padding-right: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/jt2.png);
	font-size: 16px;
	color: #222;
	height: 51px;
	line-height: 50px;
	border-bottom: 1px solid #d5e8ef;
}
.yewu-dl dd a:hover{
	color: #0062b2;
}

.more11{
	margin-top: 50px;
}
.text-center.more11 a{margin:0 auto;text-align: left;}

.more11 a{
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/more11.png);
	font-size: 16px;
	color: #fff;
	height: 50px;
	line-height: 50px;
	width: 168px;
	padding-left: 30px;
}


.yewu2{
	padding: 50px 0 90px;
	background-image: url(../images/yewu2-bg.jpg);
}

.yewu3{
	padding: 65px 0 75px;
	background-image: url(../images/yewu3-bg.jpg);
}

.yewu4{
	padding: 50px 0 90px;
	background-image: url(../images/yewu4-bg.jpg);
}

.yewu5{
	padding: 50px 0;
	background-image: url(../images/yewu5-bg.jpg);
}

.contact1{
	background-image: url(../images/contact1-bg.jpg);
}

.contact1-div *{
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.contact1-div{
	background-color: #ffffff;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.03);
	margin-top: 55px;
}

.contact1-er{
	width: 479px;
	height: 353px;
	background-image: url(../images/contact1-er.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	font-size: 16px;color: #fff;
	text-align: center;
	padding-top: 55px;
}

.contact1-er img{
	display: block;
	width: 200px;
	margin:0 auto 15px;
}

.contact1-con{
	overflow: hidden;
}

.contact1-con-h1{
	padding: 55px 15px 55px 65px;
	font-size: 29px;
	color: #0062b2;
	font-weight: bold;
}


.contact1-dl dl{
	margin:0;
}

.contact1-dl dd{
	float: left;
	width: 33.3333%;
	text-align: center;
	padding: 5px 5px 15px;
}
.contact1-dl dd+dd{
	border-left: 1px solid #ededed;
}
.contact1-dl dd img{
	display: block;
	margin:0 auto;
	width: 29px;
}

.contact1-h1{
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin:15px 0 10px;
}

.contact1-h2{
	font-size: 16px;
	color: #666;
	line-height: 1.5;
}
.contact2{
	height: 707px;
}

.map{
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.fazhan{
	background-image: url(../images/fazhan-bg.jpg);
	background-size: auto;
	background-position: center 0;
}

.fazhan-div{
	margin-top: 40px;
	padding-top: 100px;
	position: relative;
}
.fazhan-div::before{
	position: absolute;
	width: 127px;
	height: 127px;
	left: 50%;
	margin-left: -63px;
	top: 0;
	content:"";
	background-image: url(../images/fazhan-ico0.png);
	background-size: 100%;
}
.fazhan-list{
	background-repeat: repeat-y;
	background-position: center 0;
	background-image: url(../images/fazhan-linex.png);
	padding: 70px 0 100px;
}

.fazhan-item+.fazhan-item{
	margin-top: 140px;
}

.fazhan-item1 .fazhan-pic{
	float: right;
	margin-right: 350px;
	margin-left: 88px;
}
.fazhan-item1 .fazhan-con{
	text-align: right;
	padding-right: 80px;
	background-position: right 0;
}
.fazhan-item2 .fazhan-pic{
	float: left;
	margin-left: 360px;
	margin-right: 88px;
}
.fazhan-item2 .fazhan-con{
	text-align: left;
	padding-left: 80px;
	background-position: left 0;
}
.fazhan-pic{
	width: 376px;
}

.fazhan-pic .imgbox_a{
	padding-bottom: 66.49%;
}

.fazhan-con{
	overflow: hidden;
	background-image: url(../images/fazhan-ico1.png);
	background-repeat: no-repeat;
}

.fazhan-date{
	font-size: 40px;
	color: #222;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 20px;
	line-height:1;
	border-bottom: 2px solid #0062b2;
}

.fazhan-con-p{
	font-size: 15px;
	color: #666;
	line-height: 2;
	margin-top: 30px;
	height: 8em;
	overflow: hidden;
}

.fazhan-item-none{
	display: none;
}

.fazhan-more{
	text-align: center;
	font-size: 0;
}

.fazhan-more span{
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	color: #0062b2;
	padding: 25px 0 10px;
	border-bottom: 1px solid #0062b2;
	background-image: url(../images/jt3.png);
	background-repeat: no-repeat;
	background-position: center 0;
	cursor: pointer;
}




.wenhua1{
	padding: 135px 0 100px;
	position: relative;
	background-image: url(../images/wenhua1-bg.jpg);
}

.wenhua1 .container{
	position: relative;
}

.wenhua1 .mianbaoxie{
	position: absolute;
	width: 100%;
	left: 0;
	top: -85px;
}

.wenhua1-div{
	margin-top: 60px;
}

.wenhua1-pic{
	width: 732px;
	height: 539px;
	border-radius: 12px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	position: relative;
	padding-top: 60px;
	padding-left: 60px;
}






.wenhua1-dl{
	width: 730px;
}

.wenhua1-dl dl{
	margin:0;
	margin-left: -2%;
}

.wenhua1-dl dd{
	float: left;
	width: 48%;
	height: 262px;
	/*background-color: #fff;*/
	border-radius: 12px;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.03);
	margin-left: 2%;
	padding-top: 56px;
	background-image: url(../images/wenhua1-dd-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	transition: background-image .3s;
}
.wenhua1-dl dd:hover{
	background-image: url(../images/wenhua1-dd-bgh.png);

}
.wenhua1-dl dd:nth-child(1),
.wenhua1-dl dd:nth-child(2){
	margin-bottom: 2%;
}
.wenhua1-dl dd img{
	display: block;
	margin:0 auto;
	width: 48px;
}

.wenhua1-h1{
	font-size: 51px;
	line-height: 1;
	color: #222;
	text-align: center;
	margin:35px 0 10px;
}
.wenhua1-h1 span{
	color: #0062b2;
}
.wenhua1-h2{
	font-size: 12px;
	line-height: 1;
	color: #999;
	text-align: center;
	text-transform: uppercase;
	font-style: italic;
}
.wenhua2{
	padding: 100px 0 125px;
	background-image: url(../images/wenhua2-bg.jpg);
}

.wenhua2-dl dl{
	margin:0;
	margin-left: -1%;
}
.wenhua2-dl dd{
	float: left;
	width: 19%;
	margin-left: 1%;
}
.wenhua2-dl dd.cur{
	width: 39%;
}

.wenhua2-item{
	height: 520px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 12px;
	overflow: hidden;
	padding: 103px 40px 0;
	text-align: center;
	position: relative;
}

.wenhua2-item::before{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	background-color: #000;
	opacity:0.46;
	content:"";
	z-index: 5;
}
.wenhua2-1{
	position: relative;
	z-index: 15;
}
.wenhua2-1-ico{
	width: 85px;
	position: relative;
	margin: 0 auto;
}


.wenhua2-1-ico img{
	display: block;
	width: 100%;
	opacity: 1;
	/*transition: opacity .3s;*/
}

.wenhua2-1-ico img.imgCur{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	opacity: 0;
}

.wenhua2-1-h1{
	font-size: 22px;
	color: #fff;
	line-height: 1;
	padding: 23px 0 8px;
}
.wenhua2-1-h2{
	font-size: 14px;
	color: #fff;
	line-height: 1;
	text-transform: uppercase;
	font-style: italic;
}


.wenhua2-2{
	position: relative;
	z-index: 15;
	font-size: 20px;
	color: #fff;
	line-height: 1.8;
	margin-top: 60px;
}


.wenhua2-dl dd.cur .wenhua2-item::before{
	opacity: 0;
}
.wenhua2-dl dd.cur .wenhua2-1-ico{
	margin:0;
}
.wenhua2-dl dd.cur .wenhua2-1-ico img{opacity: 0;}
.wenhua2-dl dd.cur .wenhua2-1-ico img.imgCur{opacity: 1;}
.wenhua2-dl dd.cur .wenhua2-item{
	padding: 70px 60px 0;
	text-align: left;
	background-image: url(../images/wenhua2-dd-bg1h.jpg)!important;
}
.wenhua2-dl dd.cur .wenhua2-1-h1{color: #222;font-size: 25px;}
.wenhua2-dl dd.cur .wenhua2-1-h2{color: #222;font-size: 18px;}
.wenhua2-dl dd.cur .wenhua2-1{
	padding-bottom: 35px;
	border-bottom: 1px solid #c7d8dc;
}
.wenhua2-dl dd.cur .wenhua2-2{
	font-size: 32px;
	color: #222;
	margin-top: 90px;
}
.wenhua3{
	padding: 140px 0;
	background-image: url(../images/wenhua3-bg.jpg);
}

.wenhua3-dl dl{
	margin:0;
}

.wenhua3-dl dd{
	float: left;
	width: 24%;
	margin-left: 1%;
}

.wenhua3-item{
	border:1px dashed #75add8;
	border-radius: 50%;
	padding: 11px;
}
.wenhua3-item-div{
	padding-bottom: 100%;
	
	background-color: #fff;
	border-radius: 50%;
	position: relative;
	transition: background-color .3s;
}
.wenhua3-item-div:hover{
	background-color: #f0f7fd;
}
.wenhua3-item-div-con{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 15;
	padding: 70px 45px 0;
	text-align: center;
}
.wenhua3-1{
	border-bottom: 1px solid #d3d9de;
	padding-bottom: 20px;
}
.wenhua3-1-h1{
	font-size: 25px;
	color: #bd0000;
	line-height: 1;
}

.wenhua3-1-h2{
	font-size:14px;
	color: #999;
	text-transform: uppercase;
	line-height: 1.6;
	margin-top: 10px;
	font-style: italic;
}

.wenhua3-2-1{
	font-size: 32px;
	color: #222;
	margin-top: 30px;
}

.wenhua3-2-2{
	font-size: 18px;
	color: #222;
	margin-top: 15px;
	line-height: 1.8;
}

.wenhua3-2-2 p{margin:0;}

.wenhua3-2-3{
	margin-top: 25px;
}


.ny01-list dl{
	margin:0;
}

.ny01-list dd+dd{
	margin-top: 35px;
}

.ny01-item{
	background-color: #f8f8f8;
	padding: 35px;
}

.ny01-date{
	width: 127px;
	height: 124px;
	background-color: #0062b2;
	background-color: #e3edf8;
	text-align: center;
	margin-left: 5px;
	margin-right: 45px;
	padding-top: 25px;
	margin-top:7px;
}

.ny01-date1{
	font-size: 44px;
	color: #fff;
	color: #0062b2;
	line-height: 1;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.ny01-date2{
	font-size: 16px;
	color: #fff;
	color: #0062b2;
	line-height: 1;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 12px;
}

.ny01-con{
	overflow: hidden;
	position: relative;
	padding-right: 200px;
}

.ny01-h1{
	font-size: 22px;
	color: #222;
	line-height: 1;
}
.ny01-h1::after{
	display: block;
	width: 48px;
	height: 2px;
	background-color: #0062b2;
	content:"";
	margin-top: 18px;
}
.ny01-h2{
	font-size: 16px;
	color: #999;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 15px;
}

.ny01-p{
	font-size: 16px;
	color: #666;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 12px;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}

.ny01-a{
	position: absolute;
	right: 0;
	top: 48px;
	width: 140px;
}

.ny01-a a{
	display: block;
	height: 48px;
	line-height: 48px;
	background-color: #0062b2;
	border-radius: 4px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ny01-a a:hover{
	font-weight: bold;
}
.ny01-a a img{
	margin-top: -3px;
	margin-right: 10px;
}


.ny01-item:hover{
	background-color: #eff4f9;
}
.ny01-item:hover .ny01-date{
	background-color: #0062b2;
}
.ny01-item:hover .ny01-h1{color: #0062b2;}
.ny01-item:hover .ny01-date1{color: #fff;}
.ny01-item:hover .ny01-date2{color: #fff;}


.ny02-2{
	margin-top: 55px;
}
.ny02-2-pic{
	width: 591px;
}

.ny02-2-pic .imgbox_a{
	padding-bottom: 68.7%;
}

.ny02-1{
	font-size: 0;
	position: relative;
}
.ny02-1::after{
	position: absolute;
	left: 508px;
	height: 1px;
	right: 0;
	top: 50%;
	content:"";
	background-color: #236fb7;
	opacity: 0.26;
}
.ny02-1-title{
	display: inline-block;
	vertical-align: top;
	padding: 0 40px 0 32px;
	height: 61px;
	line-height: 61px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/ny02-1-bg1.png);
	font-size: 30px;
	color: #222;
	position: relative;
}

.ny02-1-title::after{
	position: absolute;
	width: 22px;
	height: 28px;
	right: 0;
	top: 50%;
	margin-top: -14px;
	content:"";
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/ny02-1-bg2.png);
}

.ny02-2-con{
	width: 850px;
	position: relative;
	padding-top: 10px;
}
.ny02-2-con::before{
	position: absolute;
	left:-10px;
	top: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/ny02-yw.png);
	content:"";
	height: 41px;
	width: 482px;
	content:"";
	z-index: 10;
}
.ny02-2-p{
	font-size: 18px;
	color: #222;
	line-height: 3;
	position: relative;
	z-index: 30;
}

.ny03-list dl{
	margin:0;
	margin-left: -2%;
}

.ny03-list dd{
	float: left;
	width: 23%;
	margin-left: 2%;
	margin-top: 2%;
}

.ny03-list dd:nth-child(1),
.ny03-list dd:nth-child(2),
.ny03-list dd:nth-child(3),
.ny03-list dd:nth-child(4){
	margin-top: 0
}

.ny03-item{
	background-color: #fff;
	padding: 60px 35px 40px;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.05);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.ny03-line{
	width: 60px;
	height: 1px;
	background-color: #a9a9a9;
}

.ny03-h1{
	font-size: 18px;
	color: #222;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	margin-top: 20px;
}

.ny03-p{
	font-size: 16px;
	color: #666;
	margin-top: 35px;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.ny03-h2{
	font-size: 14px;
	color: #666;
	margin-top: 10px;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.ny03-a{
	margin-top: 45px;
}
.ny03-a a{
	display: block;
	height: 48px;
	line-height: 46px;
	background-color: #0062b2;
	border:1px solid #0062b2;
	border-radius: 4px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.ny03-a a img{
	margin-top: -3px;
	margin-right: 10px;
}

.ny03-a a img.imgCur{
	display: none;
}
.ny03-item:hover{
	background-image: url(../images/ny03-item-bg.jpg);
}


.ny03-item:hover .ny03-line{
	background-color: #5d8ec4;
}

.ny03-item:hover .ny03-h1{
	color: #fff;
}

.ny03-item:hover .ny03-p{
	color: #fff;
}

.ny03-item:hover .ny03-h2{
	color: #fff;
}

.ny03-item:hover .ny03-a a{
	background-color: transparent;
	border-color:rgba(255,255,255,0.1);
}

.ny03-item .ny03-a a:hover{
	background-color: #fff;
	border-color:rgba(255,255,255,1);
	color: #0062b2;
}

.ny03-item .ny03-a a:hover img{
	display: none;
}
.ny03-item .ny03-a a:hover img.imgCur{
	display: inline-block;
}




.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;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.bsBox,.bsBox *,#bsPanelHolder,#bsPanelHolder *{
	-webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.danpian-con{
	font-size: 16px;
	line-height: 2;
	padding: 20px 0 20px;
}
.danpian-con *{
	font-size: 16px!important;
	line-height: 2!important;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.danpian-con img{
	display: block;
	margin:15px auto;
}
.danpian-con img[src*="fileTypeImages/icon"] {
    display: inline-block;
    margin: 0;
}

.dan-page{
	padding-top: 20px;
	border-top: 1px solid #bbbbbb;
}

.dan-a{
	text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 46%;
}

.dan-a a{
	font-size: 16px;
	color:#666;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.dan-a a:hover{
	color:#296fb7;
}


.danpian{
	background-color: #fff;
	padding: 50px;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.05);
	margin:0 auto;
	max-width: 1200px;
}

.title-12 .erji-title1{
	font-size: 34px;
}

.title-12 .title-11-a{
	margin-top: 7px;
	width: auto;
}
.title-12  .title-11-a a{
	height: auto;
	line-height: 1.5;
	border:0;
	background-color: transparent;
	border-radius: 0;
	box-shadow: none;
	padding-left: 0;
	color: #222;
	font-size: 14px;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
	white-space: nowrap;
	padding-right: 60px;
	position: relative;
}
.title-12  .title-11-a a:hover{
	font-weight: bold;
	color: #0062b2;
}
.title-12  .title-11-a a::after{
	position: absolute;
	width: 48px;
	height: 10px;
	top: 50%;
	margin-top: -5px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/jt18.png);
	content:"";
	right: 0;
}


.main{
	position:relative;
	z-index: 50;
}



.mmain1{
	padding: 125px 0 135px;
	background-image: url(../images/mmain1-bg.jpg);
	position: relative;
}
.mmain1 .container{
	position: relative;
}

.mmain1-top{
	position: absolute;
	width: 100%;
	left: 0;
	top: -176px;
	background-color: #ecf6fe;
	border-radius: 7px;
	box-shadow: 0 0 10px 1px rgba(54,103,156,0.22);
	padding: 15px;
	padding-right: 45px;
}

.mmain1-top-title{
	width:83px;
	height: 83px;
	background-color: #0955aa;
	border-radius: 6px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	line-height: 1.2;
	padding: 10px 15px 0;
	margin-right: 25px;
}

.mmain1-top-list{
	overflow: hidden;
	padding-right: 90px;
	position: relative;
	padding-top: 1px;
	padding-bottom: 10px;
}
.mmain1-top-a{
	position: absolute;
	width: 30px;
	right: 0;
	top: 10px;
}
.mmain1-top-a a{
	display: block;
	height: 66px;
	background-color: #0955aa;
	text-align: center;
	color: #fff;
	font-size: 16px;
	border-radius: 999em;
	line-height: 1;
	padding-top: 15px;
}
.mmain1-top-list dl{
	margin:0;
	margin-left: -5%;
}

.mmain1-top-list dd{
	float: left;
	width: 45%;
	margin-left: 5%;
}



.mmain1-top-list dd{
	position: relative;
	font-size: 18px;
	color: #666;
	height: 20px;
	line-height: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 18px;
	padding-right: 95px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/dian18.png);
	margin-top: 14px;
}

.mmain1-top-list dd a:hover{
	color: #0955aa;
}
.mmain1-top-list dd span.span_050{
	position: absolute;
	right:0px;
	top: 0;
	font-size: 16px;
	color: #666666;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}






.mmain1-pic{
	width: 679px;
	padding: 20px 50px 0 55px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	background-image: url(../images/mmain1-1-bg.png);
	margin-left:40px;
}

.mmain1-pic .imgbox_a{
	padding-bottom: 65.85%;
}

.mmain1-left{
	overflow: hidden;
	padding-bottom: 10px;
}



.mmain1-h1{
	font-size: 28px;
	color: #222;
}

.mmain1-p{
	font-size:16px;
	color: #666;
	line-height: 2;
	height: 6em;
	overflow: hidden;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 30px;
}


.mmain1-dl{
	margin-top: 45px;
}


.mmain1-dl dl{
	margin:0;
}

.mmain1-dl dd{
	float: left;
}
.mmain1-dl dd+dd{
	margin-left: 60px;
}
.mmain1-dl dd>a{
	display: block;
}
.mmain1-ico{
	width: 71px;
	position: relative;
	margin-right: 23px;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.05);
	border-radius:50%;
}
.mmain1-ico img{
	display: block;
	width: 100%;
	opacity: 1;
	transition: opacity .3s;
}
.mmain1-ico img.imgCur{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	opacity: 0;
}

.mmain1-a{
	overflow: hidden;
	height: 71px;
	line-height: 71px;
	font-size: 16px;
	color: #666;
}

.mmain1-dl dd>a:hover .mmain1-ico img{opacity: 0;}
.mmain1-dl dd>a:hover .mmain1-ico img.imgCur{opacity: 1;}

.mmain1-1-a{
	position: absolute;
	right: 0;
	bottom: 25px;

}
.mmain1-1-a a{
	line-height: 1.5;
	color: #0062b2;
	font-size: 14px;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
	white-space: nowrap;
	padding-right: 60px;
	position: relative;
}
.mmain1-1-a a:hover{
	font-weight: bold;
}
.mmain1-1-a a::after{
	position: absolute;
	width: 48px;
	height: 10px;
	top: 50%;
	margin-top: -5px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/jt18.png);
	content:"";
	right: 0;
}









.mmain1-div{
	margin-top: 50px;
	position: relative;
}




.mmain2{
	padding: 75px 0;
	background-image: url(../images/mmain2-bg.jpg);
}

.mmain2 .mmain-div{
	margin-top: 38px;
}

.mmain2-1 .mmain-div{
	background-image: url(../images/mmain2-1-bg.png);
	height: 425px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 4px;
	position: relative;
}

.mmain2-1-con{
	position: absolute;
	left: 9px;
	right: 9px;
	bottom: 7px;
	background-color: rgba(255,255,255,0.3);
	padding: 50px 30px 45px;
	    backdrop-filter: blur(20px);
	border-radius: 4px;
}

.mmain2-1-h1{
	font-size: 24px;
	color: #222;
	line-height: 1;
}
.mmain2-1-p{
	font-size: 16px;
	color: #222;
	line-height: 1.8;
	max-height: 7.2em;
	overflow: hidden;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 25px;
}

.mmain2-1{
	width: 593px;
	margin-right: 46px;
}

.mmain2-2x{
	overflow: hidden;
}

.mmain2-2x-dl dl{
	margin:0;
	margin-left: -2%;
}

.mmain2-2x-dl dd{
	float: left;
	width: 31.3333%;
	margin-left: 2%;
}


.mmain2-2x-pic .imgbox_a{
	padding-bottom: 69.7%;
}


.mmain2-2x-h1{
	font-size: 16px;
	color: #222;
	margin-top: 10px;
	text-align: center;
}

.mmain2-2x-dl dd:nth-child(4),
.mmain2-2x-dl dd:nth-child(5),
.mmain2-2x-dl dd:nth-child(6){
	margin-top: 15px;
}





.mmain3{
	padding: 70px 0 165px;
	background-image: url(../images/mmain3-bg.jpg);

}


.mmain3-list1{
	margin-top: 40px;
}


.mmain3-item1{
	background-color: #e4f5fa;
	border-radius: 4px;
	overflow: hidden;
}

.mmain3-item1-pic{
	width: 347px;
}

.mmain3-item1-pic .imgbox_a{
	padding-bottom: 90.49%;
}

.mmain3-item1-con{
	overflow: hidden;
	padding: 40px 20px 0 40px;
}

.mmain3-item1-h1{
	font-size: 16px;
	color: #0e57a7;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.mmain3-item1-h2{
	font-size: 24px;
	color: #222;
	line-height: 1.3;
	height: 2.6em;
	overflow: hidden;
	margin:15px 0 25px;
}

.mmain3-item1-h2 a:hover{
	color: #0062b2;
}
.mmain3-item1-p{
	font-size: 16px;
	color: #666;
	line-height: 1.8;
	height: 5.4em;
	overflow: hidden;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.mmain3-list1 .owl-nav button.owl-prev{
    position: absolute;
    left:-69px;
    top: 50%;
    margin-top: -24px;
    width:48px;
    height: 48px;
    background-image: url(../images/left125.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
    background-size: 100%;
    border-radius: 50%;
    box-shadow: 0 0 15px 1px rgba(0,0,0,0.05);
}
.mmain3-list1 .owl-nav button.owl-prev:hover{
    background-image: url(../images/left125h.png);

}
.mmain3-list1 .owl-nav button.owl-next{
    position: absolute;
    right:-69px;
    top: 50%;
    margin-top: -24px;
    width:48px;
    height: 48px;
    background-image: url(../images/right125.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
    background-size: 100%;
    border-radius: 50%;
    box-shadow: 0 0 15px 1px rgba(0,0,0,0.05);
}

.mmain3-list1 .owl-nav button.owl-next:hover{
    background-image: url(../images/right125h.png);

}








.mmain3-bottom{
	margin-top: 65px;
}

.mmain3-list2{
	margin-top: 30px;
	background-color: rgba(255,255,255,0.5);
	box-shadow: 0 0 15px 1px rgba(12,22,79,0.03);
	padding: 20px 0;
	position: relative;

}
.mmain3-list2::before{
	position: absolute;
	width: 33.3333%;
	left: 33.3333%;
	top: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.5);
	box-shadow: 0 0 15px 1px rgba(12,22,79,0.03);
	content:"";
	z-index: 10;
}
.mmain3-list2 dl{
	margin:0;
	position: relative;
	z-index: 15;
}

.mmain3-list2 dd{
	float: left;
	width: 33.3333%;
	padding: 0 40px;
}
.mmain3-list2 dd:nth-child(1) .mmain3-item2,
.mmain3-list2 dd:nth-child(2) .mmain3-item2,
.mmain3-list2 dd:nth-child(3) .mmain3-item2{
	border-top: 0;
}

.mmain3-item2{
	padding: 28px 0;
	border-top: 1px solid #ebebeb;
}

.mmnain3-item2-h1{
	font-size: 16px;
	color: #222;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}
.mmnain3-item2-h1 a:hover{
	color: #0062b2;
}
.mmnain3-item2-h2{
	font-size: 16px;
	color: #0062b2;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 20px;
}
#main {
    position: relative;
    z-index: 100;
}
.mmain4{
	position: relative;
}

.mmain2-2{
	position: absolute;
	width: 1500px;
	left: 50%;
	margin-left: -750px;
	margin-top: -91px;
	top: 50%;
	height: 182px;
	background-image: url(../images/mmain2-2-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius:12px;
	padding-left: 100px;
	padding-right: 30px;
	padding-top: 40px;
}

.mmain2-2-1{
	margin-top: 22px;
	margin-right: 30px;
}

.mmain2-2-2{
	overflow: hidden;
}

.mmain2-2-2 dd{
	float: left;
	width: 33.3333%;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 1.5;
	padding: 0 15px;
}
.mmain2-2-2 dd+dd{
	border-left: 1px solid rgba(255,255,255,0.14);
}
.mmain2-2-2 dd img{
	display: block;
	margin:0 auto 15px;
	width: 56px;
}

#footer{
	padding-top: 80px;
	position: relative;
}

#footer::before{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 80px;
	background-color: rgba(204, 205, 205, 0.23);
	content:"";
}




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

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

.ny05-pic .imgbox_a{
	padding-bottom: 69.7%;
}
.ny05-item:hover .ny05-h1{
	color: #0062b2;
}
.ny05-h1{
	font-size: 18px;
	text-align: center;
	margin-top: 15px;
	color: #333;
}







.mmain3-list22 .imgbox_a{
	padding-bottom: 148.4375%;
}

.mmain3-list22 .owl-dots {
    margin-top: 32px;
}
.mmain3-list22 .owl-dots .owl-dot{
    margin:0 4px;
}
.mmain3-list22 .owl-dot span{
    width: 6px;
    height: 6px;
}

.mmain3-list22 .owl-dot.active span{
    background-image: url(../images/owl-dot-ico-h.png);
    width: 20px;
}

.mmain3-bottom .mmain-div{
	margin-top: 40px;
}
