/**************************************/
/*************[公用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;
}
a:focus{
	outline: none;
}

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_bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.imgbox_hover:hover> .imgbox_a_bg{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.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{
	height: 120px;
	position: relative;
	background-color: #fff;
	z-index: 999;
}


.logo{
	width: 569px;margin-top: 34px;
}

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

.search{
	width: 18px;margin-top:53px;
	margin-left: 25px;
}

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

.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
}
.nav>ul>li+li{
	margin-left: 40px;
	position: relative;
}
.nav>ul>li>a{
	display: block;
	height: 120px;
	line-height: 120px;
	font-size: 20px;
	color: #333;
	padding: 0 5px;
	position: relative;
}

body{
	overflow-x: hidden;
}
.nav>ul>li>a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 3px;
  background-color: #145baa;
  bottom: 34px;
  right: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.nav>ul>li.cur>a:after, 
.nav>ul>li:hover>a:after{
  width: 100%;
  right: auto;
  left: 0;
}

.nav>ul>li>ul{
	position: absolute;
	left: 50%;
	white-space: nowrap;
	transform: translateX(-50%);
	top:100%;
	z-index: 600;
	display: none;
	background-color: #1760ac;
	font-size: 0;
	text-align: center;
}
.nav>ul>li>ul::before{
	position: absolute;
	background-color: #1760ac;
	width: 3000px;
	content:"";
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	top: 0;
	bottom: 0;
}
.nav>ul>li>ul>li{
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 15;
}
.nav>ul>li>ul>li+li{
	margin-left: 35px;
}
.nav>ul>li>ul>li>a{
	display: block;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	color:#fff;
}
.nav>ul>li>ul>li>a:hover{
	font-weight: bold;
}


/**************************************************************/
/*header-over*/





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

#main{

}
.fafa .flex-control-nav{
	height: 0;
	bottom: 65px;
}
.fafa .flex-control-paging li a{
	width: 112px;
	height: 5px;
	background-image: none!important;
	background-color: #fff;
	opacity: 0.5;
}

.fafa .flex-control-paging li a.flex-active{
	background-color: #c40411;
	opacity: 1;
}


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


.main1{
	background-color: #fff;
	padding: 70px 0 65px;
}

.main1-1{
	width: 64.125%;
	margin-right: 65px;
}

.main1-1-lb{
	width: 638px;
	margin-right: 24px;
}

.main1-1-pic .imgbox_a{
	padding-bottom: 65.674%;
}

.main1-1-con{
	background-color: #f6f6f6;
	padding: 30px 35px 75px;
}

.main1-1-date{
	font-size: 16px;
	color: #1a75be;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 0 center;
	background-image: url(../images/date2.png);
}

.main1-1-a{
	font-size: 20px;
	color: #333;
	font-weight: bold;
	margin:15px 0 10px;
}
.main1-1-a a:hover{
	color: #145baa;
}

.main1-1-p{
	font-size: 16px;
	color: #333;
	line-height: 2;
	height: 4em;
	overflow: hidden;
}
.fmain1 .flex-control-nav{
	height: 0;
	bottom: 50px;
}
.fmain1 .flex-control-nav li{
	margin:0 14px;
}
.fmain1 .flex-control-paging li a{
	width: 12px;
	height: 12px;
	background-image: none;
	background-color: #c9d7e7;
	border-radius: 50%;
}
.fmain1 .flex-control-paging li a.flex-active{
	background-color: #145baa;
}

.main1-1-list-wp{
	overflow: hidden;
}


.tui1-pic .imgbox_a{
	padding-bottom: 65.66%;
}

.tui1-date{
	position: absolute;
	left: 0;
	bottom: 18px;
	z-index: 15;
	width: 121px;
	height: 25px;
	line-height: 25px;
	background-image: url(../images/date3.png);
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
	font-size: 16px;
	padding-left: 30px;
}

.tui1-con{
	background-color: #f6f6f6;
	padding: 20px 30px 25px;
}

.main1-1-list-a{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 1.6;
	height: 3.2em;
	overflow: hidden;
}
.main1-1-list-a a:hover{
	color: #145baa;
}

.tui1-p{
	font-size: 16px;
	color: #333;
	margin-top: 10px;
}

.main1-1-list dl{
	margin:0;
}

.main1-1-list dd{
	padding: 35px 32px 17px;
}
.main1-1-list dd+dd{
	border-top: 2px solid #e1e1e1;
}
.main1-1-list .main1-1-date{
	margin-bottom: 10px;
}
.main-over{
	overflow: hidden;
}

.title-11{
	padding-bottom: 35px;
}

.title-11 .fl{
	font-size: 36px;
	color: #333;
	font-weight: bold;
	line-height: 1;
}
.title-11 a.fr{
	font-size: 14px;
	color: #666;
	padding-right: 38px;
	background-repeat: no-repeat;
	background-position: right center;
	height: 26px;
	line-height: 26px;
	margin-top: 5px;
	background-image: url(../images/fr.png);
}
.title-11 a.fr:hover{
	color: #145baa;
	font-weight: bold;
}



.title-11.ziBai .fl{color: #fff;}
.title-11.ziBai a.fr{color: #fff;background-image: url(../images/frh.png);}

.main1-2-list{
	position: relative;
	padding-bottom:20px;
}
.main1-2-list::before{
	position: absolute;
	width: 1px;
	bottom: 0;
	top: 10px;
	background-color: #dddddd;
	content:"";
	z-index: 1;
	left: 3px;
}
.main1-2-list dl{
	margin:0;
	position: relative;
	z-index: 6;
}
.main1-2-list dd+dd{
	margin-top: 25px;
}
.main1-2-date{
	height: 25px;
	line-height: 25px;
	background-image: url(../images/date.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	color: #145baa;
	font-size: 16px;
	padding-left: 44px;
}

.main1-2-a{
	font-size: 18px;
	color: #333;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	padding-left: 33px;
	margin-top: 7px;
}

.main1-2-a a:hover{
	color: #145baa;
}







.main2{
	background-color: #f6f6f6;
	padding: 75px 0 80px;
}
.title-22::after{
	display: block;
	content:"";
	width: 67px;
	height: 6px;
	margin:30px auto 0;
	background-color: #145baa;
}
.title-22-con{
	position: relative;
}
.title-22-con span{
	display: block;
	position: relative;
	z-index: 5;
	font-size: 72px;
	font-family: 'Impact';
	text-transform: uppercase;
	text-align: center;
	opacity: 0.1;
	line-height: 1;
}
.title-22-con i{
	font-style: normal;
	z-index: 15;
	font-size: 36px;
	color: #333;
	font-weight: bold;
	line-height: 1;
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	line-height: 1;
	margin-top: -0.5em;
	text-align: center;
}
.main2-list{
	margin-top: 54px;
}
.main2-list ul{
	margin:0;
	margin-left: -3%;
}

.main2-list li{
	float: left;
	width: 22%;
	margin-left: 3%;
	height: 580px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 7px;
	overflow: hidden;
	position: relative;
}
.main2-list li::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 100%;
	content:"";
	z-index: 5;
	background-image: url(../images/landi1.png);
	background-repeat: repeat-x;
	background-position: 0 100%;
	opacity: 1;
}
.main2-list li::before{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 100%;
	content:"";
	z-index: 7;
	background-color: rgba(20,91,170,0.8);
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s;
}

.main2-h1{
	position: absolute;
	width: 100%;
	padding: 0 15px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	top: 520px;
	z-index: 15;
	transition: top .3s;
}


.main2-dl{
	position: relative;
	z-index: 10;
	padding: 135px 40px 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s;
	transition-delay: .2s;
}

.main2-dl dl{
	margin:0;
}
.main2-dl dd{
	font-size: 16px;
	color: #fff;
	line-height: 1.5;
}
.main2-dl dd a:hover{
	font-weight: bold;
}
.main2-dl dd+dd{
	margin-top: 20px;
}

.main2-list li:hover::after{
	opacity: 0;
	transition: opacity .3s;
}

.main2-list li:hover::before{
	opacity: 1;
	visibility: visible;
}
.main2-list li:hover .main2-h1{
	top: 50px;
}

.main2-list li:hover .main2-dl{
	opacity: 1;
	visibility: visible;
}







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

.main3 .title-22::after{background-color: #c40411;}


.main3-p{
	font-size: 16px;
	color: #666;
	line-height: 1.8;
	text-align: center;
	max-width: 80%;
	margin:30px auto 0;
}

.more1{
	font-size: 14px;
	color: #666;
	text-align: center;
	
}


.more1 img{
	margin-top: -4px;
	margin-left: 10px;
}
.more1 a:hover{
	color: #c40411;
	font-weight: bold;
}
.main3 .more1{margin-top: 40px;}

.main3-list{
	margin-top: 130px;
	position: relative;
	height: 257px;
}

.main3-list dl{
	margin:0;
}

.main3-list dd{
	position: absolute;
	width: 25%;
	bottom: 0;
	top: 0;
	transition: top .3s;
	padding: 45px 40px 0;
}

.main3-list dd:nth-child(1){
	left: 0;
	background-color: rgba(196,4,17,0.8);
}

.main3-list dd:nth-child(2){
	left: 25%;
	background-color: rgba(255,255,255,0.8);
}

.main3-list dd:nth-child(3){
	left: 50%;
	background-color: rgba(105,84,65,0.8);
}

.main3-list dd:nth-child(4){
	left: 75%;
	background-color: rgba(0,78,162,0.8);
}

.main3-list dd:hover{
	top: -70px;
}

.main3-a{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}

.main3-date{
	position: absolute;
	left: 40px;
	right: 40px;
	bottom: 42px;
	font-size: 14px;
	color: rgba(255,255,255,0.5);
	padding-left: 24px;
	background-repeat: no-repeat;
	background-position: 0 center;
	background-image: url(../images/date4.png);
}


.main3-list dd:nth-child(2) .main3-a{color: #333;}
.main3-list dd:nth-child(2) .main3-date{color: #aca49f;background-image: url(../images/date5.png);}


.main4{
	background-color: #fff;
	padding: 75px 0 60px;
}

.main4-1{
	width: 31.5%;
	margin-right: 70px;
}
.main4-1-list dl{
	margin:0;
	border-top: 1px solid #dddddd;
}

.main4-1-list dd{
	position: relative;
	padding-left: 65px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 18px;
	color: #333;
	height: 60px;
	line-height: 59px;
	border-bottom: 1px solid #dddddd;
}

.main4-1-list span.span_001{
	position: absolute;
	left:0px;
	top: 0;
	font-size: 16px;
	color: #1a75be;
}
.main4-1-list dd a:hover{
	color: #145baa;
	font-weight: bold;
}

.main4-2{
	font-size: 0;
}
.main4-2-item+.main4-2-item{
	margin-top: 10px;
}
.main4-2-item .imgbox_a{
	padding-bottom: 30.46%;
}

.main0{
	padding: 95px 0 75px;
}

.main0-1{
	width: 609px;
	margin-right: 50px;
}
.fmain0 .imgbox_a{
	padding-bottom: 72.25%;
}

.fmain0 .imgbox_a::before{
	position: absolute;
	width: 100%;
	height: 213px;
	background-repeat: repeat-x;
	background-position: 0 0;
	background-image: url(../images/heidi2.png);
	z-index: 1;
	content:"";
	left: 0;
	bottom: 0;
}

.main0-1-h1{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 20px;
	padding: 0 142px 0 35px;
	z-index: 5;
	font-size: 26px;
	color: #fff;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}


.fmain0 .flex-control-paging li a{
	width: 11px;
	height: 11px;
	background-image: none;
	border-radius: 50%;
	background-color: #fff;
	opacity: 0.5;
}
.fmain0 .flex-control-paging li a.flex-active{
	opacity: 1;
}
.fmain0 .flex-control-nav{
	text-align: right;
	padding-right: 37px;
	bottom: 61px;
	height: 0;
}
.fmain0 .flex-control-nav li{
	margin:0;
}
.fmain0 .flex-control-nav li+li{
	margin-left: 19px;
}





.main0-2{
	overflow: hidden;
	height: 440px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/main0-2-bg.jpg);
	padding: 50px 65px 0;
}
.main0-2 .title-11 .fl{
	position: relative;
}
.main0-2 .title-11 .fl::after{
	position: absolute;
	width: 1.5em;
	height: 3px;
	background-color: #fff;
	left: 0;
	bottom: -25px;
	content:"";
}



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

.main0-2-list dd{
	margin-top: 25px;
}


.main0-2-h1{
	font-size: 18px;
	color: #fff;
	opacity: 0.6;
}

.main0-2-a{
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	margin-top: 10px;
	line-height: 1;
}



.main0-3-item{
	padding: 45px 40px 40px;
	transition: background-color .3s;
}

.main0-3-1{
	font-size: 18px;
	color: #9a9a9a;
	line-height: 1;
	transition: color .3s;
}
.main0-3-1 span{
	font-size: 30px;
	font-family: "Impact";
	color: #145baa;
	padding-right: 18px;
	transition: color .3s;
}
.main0-3-1 span img{
	display: inline-block!important;
	width: 24px!important;
	/*margin-right: */
	margin-top: -8px;
}
.main0-3-1 span i{
	font-style: normal;
	font-family: "Impact";
	font-size: 2em;
	padding-right:5px;
}

.main0-3-2{
	font-size: 26px;
	color: #333;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
	margin-top: 12px;
	transition: color .3s;
}

.main0-3-3{
	font-size: 20px;
	color: #333;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
	opacity: 0.6;
	margin-top: 20px;
	transition: color .3s;
}


.main0-3-item:hover{
	background-color: #145baa;
}


.main0-3-item:hover .main0-3-1{color: #fff;}
.main0-3-item:hover .main0-3-1 span{color: #fff;}
.main0-3-item:hover .main0-3-2{color: #fff;}
.main0-3-item:hover .main0-3-3{color: #fff;}



.main0-bottom{
	margin-top: 45px;
}











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





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

#footer{

}


.footer-1{
	background-image: url(../images/footer-1-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 45px 0;
}

.footer-1-list{
	font-size: 0;
}

.footer-1-item{
	height: 30px;
	line-height: 30px;
	display: inline-block;
	margin-right: 55px;
	font-size: 18px;
	color: #fff;
}
.footer-1-item a:hover{
	font-weight: bold;
}
.footer-2{
	padding: 90px 0 130px;
	background-image: url(../images/footer-2-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.er{
	width: 101px;
	font-size: 14px;
	color: #8a8a8a;
	text-align: center;
}
.er img{
	display: block;
	width: 100%;
	margin-bottom: 15px;
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.3);
}
.foo2-1{
	width: 410px;
	margin-right: 125px;
}

.foo-logo{
	max-width: 397px;
}

.foo-logo a,.foo-logo img{
	display: block;
	width: 100%;
}
.foo2-1-dl{
	margin-top: 40px;
}
.foo2-1-dl dl{
	margin:0;
}

.foo2-1-dl dd{
	min-height: 56px;
	padding-left: 81px;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 5px;
}

.foo2-1-dl dd+dd{
	margin-top: 24px;
}
.foo2-1-h1{
	font-size: 14px;
	color: #8a8a8a;
}


.foo2-1-h2{
	font-size: 14px;
	color: #8a8a8a;
	margin-top: 5px;
}

.foo2-2{
	overflow: hidden;
}
.foo2-2 ul{
	margin:0;
}

.foo2-2 li{
	float: left;
}

.foo2-2 li+li{
	margin-left: 90px;
}

.foo2-2-h1{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 1;
}

.foo2-2 dl{
	margin:0;
	padding-top: 10px;
}

.foo2-2 dd{
	font-size: 14px;
	color: #8a8a8a;
	margin-top: 20px;
}
.foo2-2 a:hover{
	color: #145baa;
}
.footer-3{
	background-color: #565656;
	padding: 40px 0;
	font-size: 14px;
	color: #fff;
	line-height: 2;
}


/**************************************************************/
/*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-image: url(../images/header-bg.jpg);*/
	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:24px;
}

.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: 380px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}


.erji-top{
	position: relative;
	background-color: #ededed;
}

.erji-nav dl{
	margin:0;
}

.erji-nav dd{
	float: left;
}
.erji-nav dd+dd{
	margin-left: 30px;
}
.erji-nav dd>a{
	display: block;
	height: 75px;
	line-height: 75px;
	font-size: 22px;
	color: #c2c2c2;
	position: relative;
	padding: 0 10px;
}
.erji-nav dd>a:hover{
	color: #333333;

}
.erji-nav dd.cur>a{
	color: #333333;
	font-weight: bold;
}
.erji-nav dd.cur>a::after{
	width: 100%;
	left: 0;
	top: 100%;
	content:"";
	background-color: #145fb2;
	height: 5px;
	position: absolute;
}
.mianbaoxie{
	height: 75px;
	line-height: 75px;
	font-size: 16px;
	color: #333;
	background-repeat: no-repeat;
	background-position: 0 center;
	background-image: url(../images/mian.png);
}
.mianbaoxie span{
	padding-left: 35px;
	padding-right: 22px;
	color: #145fb2;
	font-weight: bold;
}
.erji-bottom{
	padding: 85px 0 100px;
}

.dangjian .title-22::after{
	background-color: #cd0000;
}


.mm50{
	margin-top: 50px;
}



.xinwen2 ul{
	margin:0;
	position: relative;
}
.xinwen2 ul::after{
	position: absolute;
	width: 1px;
	content:"";
	top: 0;
	bottom: 0;
	left: 318px;
	background-color: #bcbcbc;
}
.xinwen2 li{
	margin-top:15px;
	padding-left: 150px;
}
.xinwen2 li:first-child{
	margin-top: 0px;
}
.xinwen2-date{
	width: 169px;
	text-align: center;
	height: 234px;
	padding-top: 78px;
	position: relative;
	z-index: 80;
}
.xinwen2-date::before{
	position: absolute;
	width: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content:"";
	/*background-image: url(../images/lanhua.jpg);
	background-repeat: no-repeat;
	background-position:right center;
	-webkit-background-size: cover;
	background-size: cover;*/
	background-color: #145fb2;
	transition: .5s;
	z-index: 30;
}
.xinwen2-date::after{
	position: absolute;
	width:15px;
	height: 29px;
	margin-top: -15px;
	top: 50%;
	content:"";
	background-image: url(../images/jiao1.png);
	background-repeat: no-repeat;
	background-position:left center;
	-webkit-background-size: 100%;
	background-size: 100%;
	right: -14px;
	display: none;
	z-index: 30;
}
.linei{
	position: absolute;
	width: 45px;
	height: 1px;
	background-color:#bcbcbc;
	left: 100%;
	top: 50%;
}
.xinwen2-date h1{
	margin:0;
	font-size: 50px;
	font-weight: bold;color: #145fb2;
	font-family: "Arial";
	line-height: 1;
	position: relative;
	transition: .3s;
	z-index: 40;
}
.xinwen2-date h2{
	position: relative;
	margin:0;
	font-size: 14px;
	color: #145fb2;
	font-family: "Arial";
	line-height: 1;
	margin-top: 6px;
	z-index: 40;
	transition: .3s;
}
.xinwen2-div{
	width: 1180px;
	padding: 20px 25px 20px 0;
	position: relative;
	height: 234px;
}
.xinwen2-div::after{
	position: absolute;
	background-color: #fff;
	top: 0;
	bottom: 0;
	left: -40px;
	right: 0;
	content:"";
	z-index: 40;
	transition: .3s;
}
.xinwen2-con{
	position: relative;
	z-index: 50;
}
.xinwen2-pic{
	width: 292px;
	margin-left: 25px;
}
.xinwen2-pic .imgbox_a{
	padding-bottom: 66.44%;
}
.xinwen2-con-nei{
	overflow: hidden;
	padding-top: 20px;
}
.xinwen2-con-nei h1{
	margin:0;
	font-size: 22px;
	font-weight: bold;
	color: #333;
}
.xinwen2-con-nei h2{
	margin:0;
	font-size: 13px;
	color: #999;
	margin:20px 0 13px;
}
.xinwen2-con-nei h2 img{
	margin-top: -3px;
	margin-right: 5px;
}
.xinwen2-con-nei p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 2;
	height: 4em;
	overflow: hidden;
}
.xinwen2 li:hover .xinwen2-date h1,
.xinwen2 li:hover .xinwen2-date h2{color: #fff;}
.xinwen2 li:hover .xinwen2-date::before{
	width: 500px;
}
.xinwen2 li:hover .xinwen2-date::after{
	display: block;
}
.xinwen2 li:hover .linei{background-color:#145fb2; }
.xinwen2 li:hover .xinwen2-div::after{
	left: -103px;
	right: -210px;
	background-color: #f6f6f6;
}
.xinwen2 li:hover .xinwen2-con-nei h1{color: #145fb2;}

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


.dangjian .xinwen2-date::before{
	background-color: #cd0000;
}

.dangjian .pagination > li > a,
.dangjian .pagination > li > span {
  color: #cd0000;
}
.dangjian .xinwen2-date h1{color: #cd0000;}
.dangjian .xinwen2-date h2{color: #cd0000;}
.dangjian .xinwen2 li:hover .linei{background-color:#cd0000; }
.dangjian .xinwen2 li:hover .xinwen2-con-nei h1{color: #cd0000;}
.dangjian .xinwen2-date::after{background-image: url(../images/jiao1h.png);}
.dangjian .pagination > li > a:hover,
.dangjian .pagination > li > span:hover,
.dangjian .pagination > li > a:focus,
.dangjian .pagination > li > span:focus {
  color: #cd0000;
}
.dangjian .pagination > .active > a,
.dangjian .pagination > .active > span,
.dangjian .pagination > .active > a:hover,
.dangjian .pagination > .active > span:hover,
.dangjian .pagination > .active > a:focus,
.dangjian .pagination > .active > span:focus {
  background-color: #cd0000;
  border-color: #cd0000;
  color: #fff;
}


.danpian-h1{
	font-size: 42px;
	color: #222;
	text-align: center;
}

.danpian-h2{
	font-size: 16px;
	color: #666;
	text-align: center;
	margin-top: 20px;
	line-height: 1.8;
}


.danpian-con{
	font-size: 18px;
	color: #222;
	line-height: 2;
	margin: 25px 0 45px;
	padding: 45px 0 50px;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	text-indent: 2em;
}

.danpian-con img{
	display: block;
	margin:0 auto 10px;
}
.danpian-con video{
    border:0;
    display: block;
    max-width: 100%;
    height: auto!important;
    margin:0 auto;
}
.danpian-page{
	max-width: 80%;
}

.danpian-page-a{
	font-size: 16px;
	color: #999;
}
.danpian-page-a+.danpian-page-a{
	margin-top: 15px;
}
.danpian-page-a a:hover{
	color: #145fb2;
}

.returnx{
	font-size: 16px;
	color: #999;
}
.returnx img{
	margin-top: -3px;
	margin-right: 12px;
}

.returnx a:hover{
	color: #145fb2;
}

.yewu-item{
	background-color: #f6f6f6;
}

.yewu-item+.yewu-item{
	margin-top: 50px;
}

.yewu-pic{
	width: 597px;
}

.yewu-pic .imgbox_a{
	padding-bottom: 66.67%;
}

.yewu-con{
	overflow: hidden;
	padding: 75px 65px 0;
}

.yewu-h1{
	font-size: 22px;
	font-weight: bold;
	color: #145fb2;
}

.yewu-p{
	font-size: 14px;
	color: #666;
	line-height: 2;
	height: 6em;
	overflow: hidden;
	margin-top: 20px;
}

.yewu-a{
	font-size: 0;
	margin-top: 65px;
}

.yewu-a a{
	display: inline-block;
	padding-right: 63px;
	white-space: nowrap;
	font-size: 14px;
	color: #333;
	position: relative;
}
.yewu-a a:hover{color: #145fb2;}
.yewu-a a::after{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -5px;
	width: 48px;
	height: 10px;
	content:"";
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/jt2.png);
}


.about1{
	padding: 95px 0 85px;
	background-image: url(../images/about1-bg.jpg);
}

.about1-img img{
	display: block;
	margin:0 auto;
}
.about1-p{
	font-size: 18px;
	color: #333;
	line-height: 2;
	text-align: center;
	max-width: 1150px;
	margin:35px auto 0;
}
.about1-dl{
	margin-top: 40px;
}
.about1-dl dl{
	margin:0;
	font-size: 0;
	text-align: center;
}
.about1-dl dd{
	display: inline-block;
	vertical-align: top;
}
.about1-dl dd+dd{
	margin-left: 165px;
}
.about1-1{
	font-size: 14px;
	color: #333;
	line-height: 1;
}
.about1-1 span{
	font-size: 50px;
	font-family: 'Impact';
	padding-right: 10px;
	color: #145baa;
}
.about1-2{
	font-size: 14px;
	color: #333;
	line-height: 1;
	margin-top: 15px;
}
.about2{
	padding: 80px 0 50px;
	background-image: url(../images/about2-bg.jpg);
	height: 630px;
}

.about2 .title-22-con span{text-align: left;}
.about2 .title-22-con i{text-align: left;}
.about2 .title-22::after{display: none;}

.about2-div-box{
	padding-left: 350px;
}

.about2-div-box .more2{
	margin-top: 0;
	position: absolute;
	right: 0;
	top:25px;
	z-index: 15;
}

.about2-dl dl{
	margin:0;
	margin-left: -1%;
}

.about2-dl dd{
	float: left;
	width: 24%;
	margin-left: 1%;
	margin-top: 90px;
}

.about2-ban{
	width: 251px;
	height: 58px;
	background-image: url(../images/ban.png);
	background-size: 100%;
	margin:0 auto;
	text-align: center;
	font-size: 0;
	padding: 0 40px;
}
.about2-ban span{
	display: inline-block;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 1.6;
	height: 3.2em;
	overflow: hidden;
}
.about3{
	padding: 90px 0 80px;
}

.about3-ry{
	border:1px solid #d7d7d7;
	padding: 9px;
}
.about3-ry .imgbox_a{
	padding-bottom: 63.6628%;
}

.more2{
	font-size: 14px;
	color: #666;
	text-align: center;
	margin-top: 55px;
}


.more2 img{
	margin-top: -4px;
	margin-left: 10px;
}
.more2 a:hover{
	color: #145fb2;
	font-weight: bold;
}


.yewu-xx1-1{
	width: 710px;
	height: 929px;
	position: relative;
	padding-top: 80px;
	padding-right: 100px;
}
.yewu-xx1-1-bg{
	position: absolute;
	right: 0;
	left: calc(-1*(100vw - 1600px) / 2);
	height: 100%;
	top: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 10;
}

.yewu-xx1-2{
	width: 890px;
	height: 929px;
	position: relative;
	padding-top: 68px;
}


.yewu-xx1-2-bg{
	position: absolute;
	left: 0;
	right: calc(-1*(100vw - 1600px) / 2);
	height: 100%;
	top: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 10;
}


.yewu-xx1-div{
	position: relative;
	z-index: 50;
}

.yewu-xx1-1-h1{
	font-size: 22px;
	color: #fff;
	line-height: 1;
	font-weight: bold;
}
.yewu-xx1-1-dl{
	margin-top: 40px;
}
.yewu-xx1-1-dl dl{
	margin:0;
}

.yewu-xx1-1-dl dd{
	/*height: 43px;*/
	/*line-height: 43px;*/
	line-height: 1.5;
	padding: 8px 0;
	background-image: url(../images/dd.png);
	background-repeat: repeat-y;
	background-position: 0 center;
	font-size: 18px;
	color: #fff;
	padding-left: 29px;
}
.yewu-xx1-1-dl dd+dd{
	margin-top: 17px;
}

.yewu-xx1-2-h1{
	font-size: 36px;
	color: #333;
	font-weight: bold;
	line-height: 54px;
	padding-left: 24px;
	border-left: 6px solid #145baa;
}


.yewu-xx1-2-div{
	background-color: rgba(255,255,255,0.8);
	padding: 50px 20px 43px 0;
	position: relative;
	margin-top: 50px;
}
.yewu-xx1-2-div::before{
	position: absolute;
	right: 100%;
	top: 0;
	bottom: 0;
	width: 82px;
	background-color: rgba(255,255,255,0.8);
	content:"";
}

.yewu-xx1-2-div-h1{
	font-size: 22px;
	color: #145fb2;
	font-weight: bold;
	line-height: 1;
}
.yewu-xx1-2-dl{
	margin-top: 35px;
	height: 495px;
	overflow-y: auto;
	padding-right: 20px;
}

.yewu-xx1-2-dl::-webkit-scrollbar {
    width: 4px;
}
.yewu-xx1-2-dl::-webkit-scrollbar-thumb {
    width: 4px;
    height: 36px;
    background-color: #145fb2;
}
.yewu-xx1-2-dl::-webkit-scrollbar-track {
    width: 4px;
}



.yewu-xx1-2-dl dl{
	margin:0;
}

.yewu-xx1-2-dl dd{
	font-size: 18px;
	color: #666;
	line-height: 1.5;
	padding-left: 26px;
	background-image: url(../images/dd2.png);
	background-repeat: no-repeat;
	background-position: 0 6px;
}
.yewu-xx1-2-dl dd+dd{
	margin-top: 20px;
}
.yewu-xx2{
	padding: 75px 0 150px;
}
.yewu-xx2-title{
	padding-left: 30px;
	position: relative;
}
.yewu-xx2-title::before{
	background-color: #1e5aa8;
	left: 0;
	top: 0;
	width: 6px;
	height: 48px;
	content:"";
	position: absolute;
}
.yewu-xx2-title1{
	font-size: 30px;
	font-weight: bold;
	color: rgb(29, 78, 216);
	line-height: 1;
}
.yewu-xx2-title2{
	font-size: 16px;
	font-style: italic;
	color: rgb(107, 114, 128);
	margin-top: 10px;
}


.yewu-xx2-list dl{
	margin:0;
	font-size: 0;
	margin-left: -3%;
}

.yewu-xx2-list dd{
	display: inline-block;
	vertical-align: top;
	width: 47%;
	margin-left: 3%;
	margin-top: 3%;
}

.yewu-xx2-imgBox{
	height: 433px;
	position: relative;
	border-radius: 7px;
	overflow: hidden;
}

.yewu-xx2-list dd:nth-child(3) .yewu-xx2-imgBox{
	height: 310px;
}
.yewu-xx2-list dd:nth-child(4) .yewu-xx2-imgBox{
	height: 310px;
}
.yewu-xx2-list dd:nth-child(5) .yewu-xx2-imgBox{
	height: 310px;
}

.yewu-xx2-list dd:nth-child(4){
	width: 22%;
}
.yewu-xx2-list dd:nth-child(5){
	width: 22%;
}

.yewu-xx2-h1{
	font-size: 14px;
	color: #333;
	line-height: 1.5;
	text-align: center;
	margin-top: 20px;
}


.sousuo .main4-1-list dd{
	padding-left: 0;
	padding-right: 65px;
}

.sousuo .main4-1-list span.span_001{
	left: auto;
	right: 0;
}

.zizhi-list dl{
	margin:0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.zizhi-list dd{
	width: 30.3333%;
	padding: 5px;
	border:1px solid #e5e7eb;
	margin-top: 3%;
}

.zizhi-h1{
	font-size: 17px;
	color: #333;
	text-align: center;
	line-height: 1.5;
	margin-top: 8px;
}

.zizhi-pic a,.zizhi-pic img{
	display: block;
	width: 100%;
}