/**************************************/
/*************[公用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{
	position: relative;
	z-index: 999;
}

.header-1{
	height: 119px;
	background-color: #fff;
}

.logo{
	width: 439px;
	margin-top: 22px;
	margin-left: 20px;
}


.search input:focus,
.search select:focus{
	outline: none;
}

.search{
	width: 357px;
	margin-right: 20px;
	margin-top: 41px;
	position: relative;
	padding-right:98px;
}

.search-input{
	border: 1px solid #e0e0e0;
	border-right: 0;
	padding-right: 8px;
}

.search-btn{
	position: absolute;
	right: 0;
	top: 0;
	width: 98px;
}

.search-btn input{
	display: block;
	width: 100%;
	height: 39px;
	border: 0;
	background-color: #1e5598;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	border: 0;
}
.search-btn input:hover{
	font-weight: bold;
}
.search-input{
	padding-left: 120px;
}

.search-input input{
	display: block;
	width: 100%;
	height: 37px;
	border: 0;
	background-color: #fff;
	font-size: 14px;
	color: #333;
	border: 0;
	padding: 6px 0;
}

.search-input select{
	position: absolute;
	left: 1px;
	top: 1px;
	height: 37px;
	border: 0;
	background-color: #fff;
	width: 106px;
	appearance: none;
	padding-left: 13px;
	background-image: url(../images/search-ico.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.header-a{
	font-size: 16px;
	color: #333;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	height: 22px;
	line-height: 22px;
	margin-top:49px;
	margin-right: 25px;
}
.header-a a:hover{
	color: #1e5598;
}











.nav-wp{
	position: absolute;
	width: 100%;
	left: 0;
	top: 100%;
	background-color: rgba(0,0,0,0.3);
	z-index: 500;
}
.nav ul{
	margin:0;
}
.nav>ul>li{
	float: left;
	width: 14.28571%;
	text-align: center;
	position: relative;
	background-image: url(../images/li.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 0;
	line-height: normal;
	text-align: center;
	padding-left: 1px;
}
.nav>ul>li:first-child{
	background-image: none;
	padding-left: 0;
}
.nav>ul>li>a{
	display:block;
	height: 47px;
	line-height: 47px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	position: relative;
}
.nav>ul>li:hover>a::after,.nav>ul>li.cur>a::after{
	opacity: 0.2;
}
.nav>ul>li>a span{
	position: relative;
	z-index: 15;
}
.nav>ul>li>a::after{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	content: "";
	background-color: #000;
	z-index: 10;
	opacity: 0;
}




.nav>ul>li>a img{
	margin-top: -3px;
	margin-right: 10px;
}
.nav>ul>li>ul{
	position: absolute;
	left: 1px;
	right: 0px;
	top:100%;
	z-index: 600;
	background-color: rgba(0,0,0,0.3);
	display: none;
	padding-top: 1px;
}
.nav>ul>li>ul>li>a{
	display: block;
	padding: 10px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 14px;
	color:#fff;
	/*transition: .3s;*/
	text-align: center;
}
.nav>ul>li>ul>li>a:hover{
	background-color: rgba(0,0,0,0.2);
}












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





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

#main{

}

.main{
	padding-bottom: 45px;
}

.fafa .slides>li{
	height: 560px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

.banner-wen{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 15;
}

.banner-wen img{
	display: block;
	width: auto!important;
	margin: 0 auto;
	-webkit-animation-duration:1s;
  	animation-duration:1s;
  	-webkit-animation-fill-mode:both;
  	animation-fill-mode:both;
  	position: relative;
}
.banner-wen.banner-wen2{
	top: 40%;
}
.banner-wen2 img{
	margin: 0;
}


/*.fafa .slides>li  img{
	display: none;
	width: 100%;
}*/
.fafa .flex-control-nav li{
	margin:0 9px;
}
.fafa .flex-control-nav{
	bottom: 60px;
	height: 0;
}

.fafa .flex-control-paging li a{
	width: 12px;
	height: 12px;
	transition: width .3s;
	background-image: none!important;
	background-color: #fff;
	border-radius: 12px;
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
}
.fafa .flex-control-paging li a.flex-active{
	width: 29px;
}

.fxfx .flex-control-nav li{
	margin:0 5px;
}
.fxfx .flex-control-nav{
	bottom: 20px;
	height: 0;
}

.fxfx .flex-control-paging li a{
	width: 8px;
	height: 8px;
	transition: width .3s;
	background-image: none!important;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15);
}
.fxfx .flex-control-paging li a.flex-active{
	width: 20px;
}


@-webkit-keyframes fadeInUp1 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp1 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}


@-webkit-keyframes fadeInLeft1 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0%, 0);
    transform: translate3d(-20%, 0%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft1 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0%, 0);
    transform: translate3d(-20%, 0%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}


.fafa .slides>li.flex-active-slide .iw1{
	-webkit-animation-name: fadeInUp1;
  	animation-name: fadeInUp1;
}



.fafa .slides>li.flex-active-slide .iw2{
	-webkit-animation-name: fadeInLeft1;
  	animation-name: fadeInLeft1;
}











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


.main0-div-wp{
	padding-left: 19px;
	position: relative;
	top: -21px;
}
.main0-div-wp::before{
	position: absolute;
	width: 103px;
	height: 63px;
	content: "";
	left: 0;
	top: 20px;
	background-image: url(../images/tt_ico.png);
	background-repeat: no-repeat;
	background-position: center;
}
.main0-div{
	background-color: #fff;
	height: 97px;
	line-height: 97px;
	box-shadow: 0px 0px 20px 0px rgba(8, 1, 3, 0.2);
	padding: 0	120px 0 100px;
}


.main0-a{
	font-size: 24px;
	font-weight: bold;
	color: #333;
	text-align: center;
}
.main0-a a:hover{
	color: #d71d1b;
}
.main1{
	margin-top: 15px;
}

.main1-1{
	width:1000px;
	margin-right:30px;
}

.main1-1-pic-wp{
	width: 444px;
	margin-right:25px;
}

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

.main-bor{
	border: 1px solid #cad8e9;
	padding:20px;
}


.main1-1-h1{
	height:68px;
	line-height: 68px;
	background-color: #f1f8ff;
	padding-left: 25px;
	padding-right:100px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}

.main1-1-h1 a:hover{
	color: #1e5598;
}


.fmain1 .flex-control-nav{
	text-align: right;
	padding-right: 20px;
	bottom: 40px;
	height: 0;
}

.fmain1 .flex-control-nav li{margin: 0;}
.fmain1 .flex-control-nav li+li{margin-left: 13px;}
.fmain1 .flex-control-paging li a{
	width: 7px;
	height: 7px;
	background-image: url(../images/arrow-b2.png);
}
.fmain1 .flex-control-paging li a.flex-active{
	background-image: url(../images/arrow-b2-h.png);

}










.main-over{
	overflow: hidden;
}
.title-11{
	position: relative;
}
.title-11::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 4px;
	height: 1px;
	content: "";
	background-color: #cad8e9;
	z-index: 4;
}
.title-11 span{
	font-size: 18px;
	font-weight: bold;
	color: #333;
	float: left;
	position: relative;
	padding:0 15px 15px;
	cursor: pointer;
	z-index: 15;
}
.title-11 span+span{
	margin-left: 10px;
}
.title-11 span::after{
	position: absolute;
    content: "";
    width: 0;
    height: 5px;
    background-color: #1e5598;
    bottom: 0px;
    right: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.title-11 span.cur::after{
  width: 100%;
  right: auto;
  left: 0;
}

.title-11 a.fr{
	font-size: 14px;
	color: #999;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/more1.png);
	display: none;
	margin-top: 2px;
}
.title-11 a.fr:hover{
	color: #1e5598;
}
.title-11 a.fr.frr{
	display: block;
}

.main-box{
	margin-top: 18px;
}
.main-box-item{
	display: none;
}

.main-box-item:first-child{
	display: block;
}

.tui-pic{
	width: 114px;
	margin-right: 15px;
}

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

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

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

.tui-con h1 a:hover{
	color: #1e5598;
}
.tui-con h2{
	margin: 0;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}

.tui-con h2 a:hover{
	color: #1e5598;
}
.tui-con p{
	margin: 0;
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	height: 3.2em;
	overflow: hidden;
	margin-top: 9px;
}

.list01{
	padding-top:20px;
}
.list01 dl{
	margin:0;
}
.list01 dd{
	position: relative;
	font-size: 16px;
	color: #333;
	/*padding-right: 82px;*/
	height: 22px;
	line-height: 22px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0px center;
	background-image: url(../images/list01.png);
	padding-left: 17px;
	padding-right: 45px;
}
.list01 dd+dd{
	margin-top: 15px;
}
.list01 dd a{
	font-size: 16px;
	color: #333;
}
.list01 dd a:hover{
	color: #1e5598;
}
.list01 dd span.span_11{
	position: absolute;
	right: 0px;
	top: 0;
	font-size: 14px;
	color: #666;
}


.mm30{margin-top: 30px;}


.main2-1{
	width: 371px;
}

.main2-2{
	width: 600px;
	margin: 0 30px;
	padding-top: 21px;
}

.zy-pic{
	width: 48.1667%;
}

.zy-pic .imgbox_a{
	padding-bottom: 66.09%;
}
.zy-pic .imgbox_a::after{
	position: absolute;
	width: 100%;
	height:63px;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/yy.png);
	content: "";
	left: 0;
	bottom: 0;
	z-index: 5;
}
.zy-pic .imgbox_a h1{
	margin: 0;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 0 20px 12px;
	z-index: 15;
	font-size: 16px;
	color: #fff;
}

.main2-2 .main-box{
	margin-top: 22px;
}

.main2-shipin{
	margin-top:22px;
}


.fmain2 .slides>li .imgbox_a{
	padding-bottom: 65.89%;
}



.fmain2 .slides>li .imgbox_a::after{
	position: absolute;
	width: 100%;
	height:63px;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/yy.png);
	content: "";
	left: 0;
	bottom: 0;
	z-index: 5;
}
.fmain2 .slides>li .imgbox_a h1{
	margin: 0;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 0 20px 12px;
	z-index: 15;
	font-size: 16px;
	color: #fff;
	text-align: center;
}











.fmain2 .flex-control-thumbs {
  display: block;
}

.fmain2 .flex-control-thumbs li {
  width: 32.6667%;
  margin-left: 1%;
  position: relative;
  cursor: pointer;
}

.fmain2 .flex-control-thumbs li {
  position: relative;
  padding-bottom: 22.5%;
  overflow: hidden;
  background-color: #000;
}

.fmain2 .flex-control-thumbs li:first-child {
    margin-left: 0;
}

.fmain2 .flex-control-thumbs li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  opacity: 0.6;
}

.fmain2 .flex-control-thumbs li img.flex-active {
  opacity: 1;
}


body{
	overflow-x: hidden;
}


.main3-3 .list01{
	padding-top: 0;
}
.main3-3 .list01 dd+dd{
	margin-top: 13px;
}


.main3-3-dl{
	padding-top: 0px;
}
.main3-3-dl dl{
	margin: 0;
}

.main3-3-dl dd .imgbox_a{
	padding-bottom: 26.53%;
}
.main3-3-dl dd+dd{
	margin-top: 20px;
}


.main4-list-wp{
	margin-top: 20px;
}
.main4-list .imgbox_a{
	padding-bottom: 66.25%;
}


.main5-div{
	margin-top: 20px;
}

.main5-1{
	width: 370px;
	margin-right:30px;
}
.main5-1 dl{
	margin: 0;
}

.main5-1 dd{
	height: 69px;
	line-height: 69px;
	background-color: #f2f2f2;
	background-repeat: no-repeat;
	background-position: 57px center;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	padding-left: 146px;
	cursor: pointer;
	transition: .5s;
	position: relative;
}
.main5-1 dd+dd{
	margin-top: 3px;
}

.main5-1 dd.main5-dd1{background-image: url(../images/main5-ico1.png);}
.main5-1 dd.main5-dd2{background-image: url(../images/main5-ico2.png);}
.main5-1 dd.main5-dd3{background-image: url(../images/main5-ico3.png);}
.main5-1 dd.main5-dd4{background-image: url(../images/main5-ico4.png);}
.main5-1 dd.main5-dd5{background-image: url(../images/main5-ico5.png);}
.main5-1 dd:hover{
	color: #1e5598;
}
.main5-1 dd.cur{
	background-color: #1e5598;
	color: #fff!important;
}

.main5-1 dd.main5-dd1.cur{background-image: url(../images/main5-ico1h.png);}
.main5-1 dd.main5-dd2.cur{background-image: url(../images/main5-ico2h.png);}
.main5-1 dd.main5-dd3.cur{background-image: url(../images/main5-ico3h.png);}
.main5-1 dd.main5-dd4.cur{background-image: url(../images/main5-ico4h.png);}
.main5-1 dd.main5-dd5.cur{background-image: url(../images/main5-ico5h.png);}


.main5-jia{
	position: absolute;
	width: 19px;
	height: 19px;
	z-index: 15;
	top: 50%;
	transform: translateY(-50%);
	right: 30px;
}

.main5-jia::before{
	position: absolute;
	width: 1px;
	height: 100%;
	left: 9px;
	top: 0;
	content: "";
	background-color: #fff;
	opacity: 0;
	top: 150%;
}

.main5-jia::after{
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	top: 9px;
	content: "";
	background-color: #fff;
	opacity: 0;
	left: 150%;
}


.main5-1 dd.cur .main5-jia::before{
	top: 0;
	opacity: 1;
	transition: top .5s,opacity .8s;
	transition-delay: .2s;
}

.main5-1 dd.cur .main5-jia::after{
	left: 0;
	opacity: 1;
	transition: left .5s,opacity .8s;
	transition-delay: .2s;
}








.main5-2{
	overflow: hidden;
}

.main5-2-div{
	height: 357px;
	border: 1px solid #ccdaea;
	border-bottom: 2px solid #3e95ff;
	padding: 25px;
	display: none;
}
.main5-2-div:first-child{
	display: block;
}

.main5-2-dl dl{
	margin: 0;
}
.main5-2-dl dd{
	float: left;
	padding: 12px 30px;
	background-color: #f2f2f2;
	font-size:16px;
	color: #333;
	font-weight: bold;
	cursor: pointer;
	margin-right: 10px;
	margin-bottom: 10px;
}
.main5-2-dl dd.cur{
	background-color: #1e5598;
	color: #fff;
}

.main5-2-con-wp{
	padding-top: 15px;
}


.main5-2-con-hua{
	display: none;
}

.main5-2-con-hua:first-child{
	display: block;
}






.main5-2-pic{
	width: 349px;
	margin-right: 28px;
}

.main5-2-pic .imgbox_a{
	padding-bottom: 65.9%;
}

.main5-2-con{
	overflow: hidden;
	padding-top: 8px;
}
.main5-2-con h1{
	margin: 0;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.main5-2-con p{
	margin: 0;
	font-size: 16px;
	color: #666;
	line-height: 2.2;
	height: 4.4em;
	overflow: hidden;
	margin-top: 18px;
}

.main5-2-a{
	margin-top: 25px;
}
.main5-2-a a{
	font-size: 14px;
	color: #999;
}
.main5-2-a a:hover{
	color: #1e5598;
}
.main5-2-a a img{
	margin-top: -3px;
	margin-left:10px;
}






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





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

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


.er{
	width: 85px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.er img{
	display: block;
	width: 100%;
	margin-bottom: 13px;
}
.er:nth-child(2){
	margin: 0 45px;
}


.foo-left{
	width: 860px;
}

.foo-dl dl{
	margin: 0;
	margin-left: -3%;
}
.foo-dl dd{
	float: left;
	width: 22%;
	margin-left: 3%;
}


.foo-con{
	font-size: 14px;
	color: #fff;
	line-height: 2.2;
	margin-top: 30px;
}







/**************************************************************/
/*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:#0d649b;
	background: -webkit-linear-gradient(left, #6b8b9e , #005a90); 
  	background: -o-linear-gradient(right, #6b8b9e, #005a90);  
  	background: -moz-linear-gradient(right, #6b8b9e, #005a90); 
  	background: linear-gradient(to right, #6b8b9e , #005a90); */
  	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: 260px;
   margin-left: 15px;
   margin-top:17px;
}
.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: 350px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.fbanner-2 .slides>li{
	height: 350px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}


.fbanner-2 .flex-control-paging li a{
	width: 12px;
	height: 12px;
}

.fbanner-2 .flex-control-paging li a.flex-active{
	width: 29px;
}





.erji{
	padding: 30px 0 40px;
}

.menu{
	width: 252px;
	margin-right: 38px;
}

.menu-h1{
	height: 100px;
	line-height: 100px;
	font-size: 22px;
	color: #fff;
	text-align: right;
	padding-right: 28px;
	background-color: #c61000;
	border-top-left-radius: 50px;
}

.menu-dl{
	border: 1px solid #dddddd;
	padding: 36px 27px;
}
.menu-dl dl{
	margin: 0;
	border-top: 1px solid #ddd;
}
.menu-dl dd{
	border-bottom: 1px solid #ddd;
}
.menu-dl dd>a{
	display: block;
	height: 49px;
	line-height: 49px;
	font-size: 16px;
	color: #333;
	text-align: right;
	padding-right: 0;
	transition: .3s;
}
.menu-dl dd>a:hover,
.menu-dl dd.cur>a{
	background-color: #c61000;
	color: #fff;
	padding-right: 15px;
}







.erji-content.main-bor{
	/*overflow: hidden;*/
	float: right;
	width: 1110px;
	padding-bottom: 50px;
}
.title-11.title-11-dangjian span::after{
	background-color: #c61000;
}

.dangjian1{
	padding: 15px 0 20px;
}

.dangjian1-pic{
	width: 140px;
	margin-right:22px;
}


.dangjian1-pic .imgbox_a{
	padding-bottom: 66.43%;
}

.dangjian1-con{
	overflow: hidden;
	padding-top: 8px;
}

.dangjian1-con h1{
	margin: 0;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.dangjian1-con h1 a:hover{
	color: #c61000;
}

.dangjian1-con p{
	margin: 0;
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	height: 3.2em;
	overflow: hidden;
	margin-top: 10px;
}

.dangjian2{
	border-top: 1px solid #e9e9e9;
}
.dangjian2 dl{
	margin:0;
}
.dangjian2 dd{
	position: relative;
	font-size: 16px;
	color: #333;
	/*padding-right: 82px;*/
	height: 70px;
	line-height: 69px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-image: url(../images/dangjian2-ico.png);
	padding-left: 36px;
	border-bottom: 1px solid #e9e9e9;
	padding-right: 180px;
}

.dangjian2 dd a{
	font-size: 16px;
	color: #333;
}
.dangjian2 dd a:hover{
	color: #c61000;
}
.dangjian2 dd span.span_11{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #666;

}

.dangjian2 dd span.span_22{
	position: absolute;
	right: 77px;
	top: 50%;
	font-size: 14px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	background-color: #d4d4d4;
	transform: translateY(-50%);
	width: 90px;
	border-radius: 5px;
	padding-left: 47px;
	background-repeat: no-repeat;
	background-position: 11px center;
	background-image: url(../images/yan.png);
}


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


.pagination > li > a,
.pagination > li > span {
  color: #333;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #c61000;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #c61000;
  border-color: #c61000;
}


.fenye00 .pagination > li > a:hover,
.fenye00 .pagination > li > span:hover,
.fenye00 .pagination > li > a:focus,
.fenye00 .pagination > li > span:focus {
  color: #1e5598;
}
.fenye00 .pagination > .active > a,
.fenye00 .pagination > .active > span,
.fenye00 .pagination > .active > a:hover,
.fenye00 .pagination > .active > span:hover,
.fenye00 .pagination > .active > a:focus,
.fenye00 .pagination > .active > span:focus {
  background-color: #1e5598;
  border-color: #1e5598;
}











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

.zhihui1{
	/*background-image: url(../images/zhihui1-bg.jpg);*/
	padding: 95px 0 60px;
	position: relative;
	overflow: hidden;
}

.zhihui1-video video {
  position: absolute;
  left: 50%;
  top: 50%;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.zhihui1 .container{
	position: relative;
	z-index: 55;
}
.zhihui1 .main-bor{
	background-color: rgba(255,255,255,0.5);
	overflow: hidden;
}

.zhihui1-1{
	width: 340px;
	margin-right: 30px;
}

.zhihui1-pic .imgbox_a{
	padding-bottom: 65.88%;
}

.zhihui1-con{
	background-color: #fff;
	padding: 35px 20px;
}

.zhihui1-con h1{
	margin: 0;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.zhihui1-con h1 a:hover{
	color: #1e5598;
}


.zhihui1-con p{
	margin: 0;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	height: 5.4em;
	overflow: hidden;
	margin-top: 15px;
	text-indent: 2em;
}

.zhihui1-con h2{
	margin: 0;
	font-size: 16px;
	width: 67px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background-color: #1e5598;
	margin-top: 15px;
}

.zhihui1-2{
	overflow: hidden;
}

.zhihui1-2 .zhihui1-con p{
	height: 3.6em;
}
.zhihui1-2-item .zhihui1-con{
	padding: 40px 25px;
}
.zhihui1-2-item+.zhihui1-2-item{
	margin-top: 32px;
}

.ppp50{
	padding: 50px 0;
}

.zhihui2-1{
	background-color: #f1f8ff;
}

.zhihui2-1-pic{
	width: 326px;
}

.zhihui2-1-pic .imgbox_a{
	padding-bottom: 65.95%;
}

.zhihui2-1-date{
	width: 70px;
	height: 70px;
	background-color: #1e5598;
	text-align: center;
	padding-top: 10px;
	margin-right: 32px;
	margin-top: 73px;
}

.zhihui2-1-date h1{
	margin: 0;
	font-size: 30px;color: #fff;
	font-family: "Impact";
	line-height: 1;
}

.zhihui2-1-date h2{
	margin: 0;
	font-size: 14px;color: #fff;
	line-height: 1;
	margin-top: 5px;
}

.zhihui2-1-con{
	overflow: hidden;
	padding: 42px 30px 0;
}

.zhihui2-1-con h1{
	margin: 0;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.zhihui2-1-con h1 a:hover{
	color: #1e5598;
}
.zhihui2-1-con p{
	margin: 0;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	height: 3.6em;
	margin: 15px 0 25px;
	overflow: hidden;
	text-indent: 2em;
}

.zhihui2-1-con .main5-2-a{
	margin-top: 0;
}

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

.zhihui2-2 dd{
	float: left;
	width: 31.333333%;
	margin-left: 2%;
	margin-top: 2%;
}

.zhihui2-2 dd .zhihui1-con{
	background-color: #f1f8ff;
	padding: 35px 25px;
}

.shengchan1-item{
	width: 49.2%;
}

.shengchan2-dl dl{
	margin: 0;
}

.shengchan2-dl dd{
	float: left;
	width: 25%;
}

.shengchan2-pic .imgbox_a{
	padding-bottom: 65.89%;
}

.shengchan2-dl dd .zhihui1-con{
	background-color: #f1f8ff;
}


.shengchan2-pic 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;

}
.shengchan2-dl dd:hover .shengchan2-pic img{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.news2-dl dl{
	margin: 0;
	margin-left: -0.5%;
}

.news2-dl dd{
	float: left;
	width: 16.5%;
	margin-left: 0.5%;
}
.news2-dl dd .imgbox_a{
	padding-bottom: 65.89%;
}
.news2-dl dd:nth-child(4){
	float: right;
}
.news2-dl dd:nth-child(1),
.news2-dl dd:nth-child(4){
	width: 32.5%;
}


.news2-dl dd:nth-child(1) .imgbox_a,
.news2-dl dd:nth-child(4) .imgbox_a{
	padding-bottom: 68.45%;
}



.news2-dl dd:nth-child(4){
	/*clear: both;*/
}

.news2-dl dd:nth-child(5),
.news2-dl dd:nth-child(6){
	margin-top: 0.5%;
}


.banner-2{
	position: relative;
}

.banner-logo{
	position: absolute;
	width: 462px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-30%);
	z-index: 15;
}

.banner-logo img{
	display: block;
	width: 100%;
}

.wenhua{
	position: relative;
	height: 845px;
}
.wenhua dl{
	margin: 0;
	margin-left: -1.5%;
}

.wenhua dd{
	float: left;
	margin-left: 1.5%;
}

.wenhua dd.wenhua-dd1{width:48.5%;}
.wenhua dd.wenhua-dd1 .imgbox_a{padding-bottom: 40.7353%;}
.wenhua dd.wenhua-dd2{width:23.5%;}
.wenhua dd.wenhua-dd2 .imgbox_a{padding-bottom: 167.353%;}
.wenhua dd.wenhua-dd3{width:23.5%;}
.wenhua dd.wenhua-dd3 .imgbox_a{padding-bottom: 81.47%;}
.wenhua dd.wenhua-dd4{width:23.5%;margin-top: 1.02%;}
.wenhua dd.wenhua-dd4 .imgbox_a{padding-bottom: 81.47%;}
.wenhua dd.wenhua-dd5{width:49.225%;position: absolute;left: 0;bottom: 0;margin-left: 0;}
.wenhua dd.wenhua-dd5 .imgbox_a{padding-bottom: 78.3%;}
.wenhua dd.wenhua-dd6{width:49.225%;position: absolute;right: 0;bottom: 0;margin-left: 0;}
.wenhua dd.wenhua-dd6 .imgbox_a{padding-bottom: 38.43%;}



.wenhua-h1{
	position: absolute;
	width: 100%;
	text-align: center;
	padding: 0	15px;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 15;
}

.wenhua-logo{
	position: absolute;
	width: 50%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 15;
}

.wenhua-logo img{
	display: block;
	width: 100%;
}

.about1-pic{
	width: 254px;
	margin-right: 25px;
}
.about1-pic .imgbox_a{
	padding-bottom: 115.354%;
}


.about1-con{
	overflow: hidden;
}

.about1-con-h1{
	font-size: 20px;
	font-weight: bold;
	color: #333;

}
.about1-con-h1 a:hover{
	color: #1e5598;
}
.about1-con-p{
	font-size: 16px;
	color: #666;
	text-indent: 2em;
	line-height: 2;
	height: 6em;
	overflow: hidden;
	margin-top: 18px;
}
.about1-dl{
	margin-top: 50px;
}
.about1-dl dl{
	margin: 0;
}
.about1-dl dd{
	float: left;
	width: 20%;
	text-align: center;
}

.about1-dl dd h1{
	margin:0;
	font-size: 14px;
	color: #999;
}
.about1-dl dd h1 span{
	font-size:30px;
	font-family: "Impact";
	color: #333;
	padding-right: 5px;
}

.about1-dl dd h2{
	margin:0;
	font-size: 14px;
	color: #666;
	margin-top: 10px;
}



.about2-1{
	width: 820px;
	margin-right:25px;
}
.about2-1-pic{
	width: 444px;
	margin-right: 25px;
}
.about2-1-pic .imgbox_a{
	padding-bottom: 66%;
}




.about2-1-con{
	overflow: hidden;
}
.about2-1-con-p{
	height: 12em;
	overflow: hidden;
	font-size: 16px;
	color: #666;
	line-height: 2;
}
.about2-1-con-p p{margin: 0;font-size: 16px;color: #666;line-height: 2;}
.about2-1-qm{
	font-size: 14px;
	color: #666;
	margin-top: 45px;
}
.about2-1-qm img{
	margin-top: -3px;
	margin-left: 10px;
}

.about2-2-pic{
	width: 349px;
	margin-left:10px;
}
.about2-2-pic-item{display: none;}
.about2-2-pic-item:first-child{display: block;}
.about2-2-pic .imgbox_a{
	padding-bottom: 84%;
}
.about2-2-dl{
	overflow: hidden;
}

.about2-2-dl dl{
	margin: 0;
}
.about2-2-dl dd{
}
.about2-2-dl dd>a{
	display: block;
	height:50px;
	line-height: 50px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	background-color: #f2f2f2;
	text-align: center;
	padding: 0 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	transition: .3s;
}
.about2-2-dl dd+dd{
	margin-top: 10px;
}
.about2-2-dl dd.cur>a{
	background-color: #1e5598;
	color: #fff;

}
.about3{
	position: relative;
}
.map-wp{
	height: 404px;
	position: relative;
	border: 1px solid #cad8e9;
}

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

.about3-div-wp{
	position: absolute;
	width: 100%;
	height: 0;
	z-index: 10;
	right: 0;
	top: 75px;
}
.about3-div{
	width: 610px;
	background-color: #fff;
	padding: 35px 45px;
	height: 250px;
	margin-left: auto;
	margin-right: 70px;
	font-size: 16px;
	color: #666;
	line-height: 2;
}


.menu00 .menu-h1{
	background-color: #1e5598;
}

.menu00 .menu-dl dd>a:hover,.menu00 .menu-dl dd.cur>a{
	background-color: #1e5598;

}






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

.list0001 dd{
	float: left;
	width: 31.33333%;
	margin-left: 2%;
	margin-top: 2%;
}

.list0001 dd .imgbox_a{
	padding-bottom: 66.25%;
}

.list0001.list0002 dd .imgbox_a{
	padding-bottom: 65.89%;
}

.list0001.list0003 dd .imgbox_a{
	padding-bottom: 26.53%;
}
.list0002 dd h1{
	margin: 0;
	margin-top: 15px;
	text-align: center;
	font-size: 16px;
	color: #333;
}
.list0002 dd:hover h1{
	color: #1e5598;
}
.list0004 dl{
	margin: 0;

}

.list0004 dd{
	margin-top: 25px;
}

.danpian{
	padding-top: 30px;
}
.danpian-h1{
	font-size: 28px;
	line-height: 1.6;
	color:#333;
	text-align: center;

}

.danpian-h2{
	font-size: 14px;
	line-height: 1.6;
	color:#999;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding: 10px 0 15px;

}

.danpian-con{
	font-size: 14px;
	color:#666;
	line-height: 2;
	padding: 20px 39px 20px;
}
.danpian-con *{
	font-size: 16px!important;
	color:#666!important;
	line-height: 2!important;
}
.danpian-con img{
	display: block;
	margin:15px auto;
}


.dan-page{
	padding-top: 10px;
	border-top: 1px solid #eee;
}

.dan-a{
	margin-top: 12px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.dan-a a{
	font-size: 16px;
	color:#666;
}

.dan-a a:hover{
	color:#1e5598;
}


.gs1 .main5-2-pic{
	margin-right: 0;
	margin-left: 28px;
	float: right;
}




.main5-2-con-pp-wp{
	height: 190px;
	overflow-y: auto;
	padding-right: 10px;
	margin-top: 15px;
}
.main5-2-con-pp-wp::-webkit-scrollbar {
    width: 6px;
}
.main5-2-con-pp-wp::-webkit-scrollbar-thumb {
    width: 4px;
    height: 36px;
    border-radius: 4px;
    background-color: #1e5598;
}
.main5-2-con-pp-wp::-webkit-scrollbar-track {
    width: 6px;
    border-radius:4px;
}

.main5-2-con-pp p{margin: 0!important;height: auto!important;}

.spp1-1{
	width: 600px;
	margin-right: 30px;
}

.spp1-2{
	overflow: hidden;
}
.spp1-video{
	margin-top: 20px;
}
.spp1-video video{
	display: block;
	width: 100%;
	background-color: #000;
	height: 355px;
}



.spp2{
	margin-top: 30px;
}