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

.header-index#header{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	background-color: transparent;
}
.header-index .nav>ul>li>a{color: #fff!important;}

.logo{
	width: 434px;
	margin-top: 41px;
}

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

.header-a{
	width: 162px;
	margin-top: 47px;
	margin-left: 30px;
}

.header-a a{
	width: 42px;
	position: relative;
}
.header-a a+a{
	margin-left: 18px;
}
.header-a a img{
	display: block;
	width: 100%;
}
.header-a a:hover .haer{
	display: block;
}
.haer{
	position: absolute;
	width: 86px;
	left: 50%;
	margin-left: -43px;
	top:73px;
	display: none;
}
.nav {
	margin-top: 55px;
}
.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	height: 65px;
	position: relative;
}
.nav>ul>li+li{
	margin-left: 35px;
}
.nav>ul>li>a{
	font-size: 18px;
	color: #333;
}
.nav>ul>li:hover>a,
.nav>ul>li.cur>a{
	color: #2367ae;
}
.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-nav{
	height: 0;
	bottom: 110px;
	text-align: left;
	width: 1600px;
	margin-left: -800px;
	left: 50%;
}

.fafa .flex-control-nav li{
	margin:0;
}

.fafa .flex-control-nav li+li{
	margin-left: 5px;
}


.fafa .flex-control-paging li a{
	width: 75px;
	height: 5px;
	background-size: auto;
}









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

.main1{
	background-image: url(../images/main1-bg.jpg);
	height: 652px;
	padding: 114px 0 0;
}


.main1-1{
	width: 780px;
	margin-top: 80px;
}
.main-title .fl{
	position: relative;
	padding-bottom: 25px;
}
.main-title .fl span{
	font-size: 70px;
	line-height: 1;
	font-weight: bold;
	opacity: 0.1;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 5;
	white-space: nowrap;
}

.main-title .fl i{
	font-size:48px;
	line-height: 1;
	font-weight: bold;
	font-style: normal;
	position: relative;
	z-index: 10;
}


.main1-p{
	margin-top: 20px;
	font-size: 16px;
	color: #333;
	line-height: 2.2;
	height: 4.4em;
	overflow: hidden;
}

.main1-1 .more11{
	margin-top: 65px;
}
.more11.fr{
	margin-top: 15px;
}
.more11 a{
	display: block;
	width: 133px;
	height: 49px;
	line-height: 49px;
	background-color: #2367ae;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.more11 a:hover{
	font-weight: bold;
}

.main1-2{
	width: 550px;
}

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

.main1-2 dd{
	float: left;
	width: 48%;
	margin-left: 2%;
	text-align: center;
}
.main1-2 dd:nth-child(3),
.main1-2 dd:nth-child(4){
	margin-top: 30px;
}


.main1-2-item img{
	display: block;
	margin:0 auto;
	width: 130px;
}

.main1-2-item1{
	font-size: 18px;
	color: #333;
	padding: 15px 0 8px;
}
.main1-2-item1 span{
	font-size: 30px;
	color: #2367ae;
	font-weight: bold;
	padding-right: 5px;
}
.main1-2-item2{
	font-size: 16px;
	color: #333;
}




.main2{
	background-image: url(../images/main2-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	height: 317px;
	position: relative;
}

.main2::before{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #000;
	opacity: 0.4;
	content:"";
}
.main3{
	background-color: #fff;
	padding: 85px 0;
	overflow: hidden;
}

.main3-1{
	width: 50%;
	margin-top: 35px;
}


.main3-1-menu{
	margin-top: 35px;
}
.main3-1-menu dl{
	margin:0;
}

.main3-1-menu dd{
	float: left;
	width: 133px;
	height: 48px;
	line-height: 48px;
	cursor: pointer;
	font-size: 16px;
	color: #333;
	background-color: #e2e2e2;
	text-align: center;
	transition: color .3s,background-color .3s;
}
.main3-1-menu dd+dd{
	margin-left: 17px;
}
.main3-1-menu dd.cur{
	background-color: #2367ae;
	color: #fff;
}


.main3-1-menu dd.dda>a{
	display: none;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	color: #333;
	background-color: #e2e2e2;
	text-align: center;
	transition: color .3s,background-color .3s;
}
.main3-1-menu dd.dda>a.cur{
	display: block;
}
.main3-1-menu dd.dda>a:hover{
	background-color: #2367ae;
	color: #fff;
}
.main3-1-div-wp{
	margin-top: 33px;
	position: relative;
}

.main3-1-div{
	position: absolute;
	width: 100%;
	left: 0;
	left: 1500%;
	top: 0;
}
.main3-1-div .more11{
	margin-top: 30px;
}
.main3-1-div .more11>a{
	margin:0px auto ;
}

.main3-1-div.cur{
	position: relative;
	left: 0;
}

.main3-1-p{
	font-size: 16px;
	color: #333;
	line-height: 2.2;
	height: 4.4em;
	overflow: hidden;
}
.main3-1-list{
	margin: 25px -15px 0;
}
.main3-1-list .item{
	padding: 15px;
}

.main3-1-item{
	display: block;
	background-color: #fff;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	padding: 45px 30px 25px;
}


.main3-1-before{
	position: absolute;
	left: 15px;
	top: 15px;
	width: 75px;
	height: 71px;
	background-image: url(../images/main3-before.png);
	z-index: 10;
	font-size: 16px;
	color: #333;
	text-align: center;
	padding:7px 10px 0 3px;
	transition: color .3s,background-image .3s;
}

.main3-1-pic .imgbox_a{
	padding-bottom: 100%;
}

.main3-1-h1{
	background-color: #e2e2e2;
	border-radius: 999em;
	padding: 7px 15px;
	font-size: 16px;
	color: #333;
	text-align: center;
	margin-top: 15px;
	transition: color .3s,background-color .3s;
}

.main3-1-list .item.cur .main3-1-h1{
	color: #fff;
	background-color: #2367ae;
}
.main3-1-list .item.cur.cur .main3-1-before{
	color: #fff;
	background-image: url(../images/main3-beforeh.png);
}


.main3-1-list .owl-dots {
  margin-top: 18px;
}
.main3-1-list .owl-dots .owl-dot{
  margin:0 4px;
}
.main3-1-list .owl-dot span{
  width: 67px;
  height: 6px;
  background-image: none;
  background-color: #e2e2e2;
}

.main3-1-list .owl-dot.active span{
  background-image: none;
  background-color: #2367ae;
}


.main3-2{
	width: 627px;
}

.main3-2-div-wp{display: none;}
.main3-2-div-wp.cur{
	display: block;
}


.main3-2-div{
	display: none;
}

.main3-2-div.cur{
	display: block;
}


.fmain3 .imgbox_a{
	padding-bottom: 100%
}

.main3-2-h1{
	height: 39px;
	line-height: 39px;
	font-size: 24px;
	color: #333;
	padding: 0 15px;
	margin:15px 0 0;
	text-align: center;
}

.main4{
	background-image: url(../images/main4-bg.jpg);
	background-position: center 0;
	padding: 80px 0 60px;
}


.main4-div{
	margin-top: 35px;
	background-color: #fff;
}


.main4-item{
	position: relative;
	padding: 45px 38px 65px;
	font-size: 0;
}

.main4-item-con{
	position: relative;
	z-index: 25;
}

.main4-item::before{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	content:"";
	z-index: 10;
	border:1px solid #d6d6d6;
}
.main4-item:hover::before{
	border-color: #2367ae;
}

.main4-date{
	display: inline-block;
	text-align: center;
}

.main4-date1{
	font-size: 60px;
	font-weight: bold;
	color: #333;
	line-height: 1;
}
.main4-date2{
	font-size:16px;
	color: #999;
	line-height: 1;
	margin-top: 10px;
}

.main4-h1{
	font-size: 24px;
	font-weight: bold;
	color: #333;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
	margin-top: 10px;
}

.main4-h1 a:hover{
	color: #2367ae;
}
.main4-pic{
	margin:25px 0 30px;
	
}
.main4-pic .imgbox_a{
	padding-bottom: 61.3%;
}

.main4-p{
	font-size: 16px;
	color: #333;
	line-height: 2;
	height: 6em;
	overflow: hidden;
}

.main4-a{
	font-size: 16px;
	color: #999;
	margin-top: 60px;
}
.main4-a a:hover{
	color: #2367ae;
}

.main4-a img{
	width: 40px!important;
	display: inline-block!important;
	margin-top: -3px;
	margin-left: 11px;
}


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





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

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


.er-wp{
	width: 310px;
}

.er{
	width: 86px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.er.fl+.er.fl{
	margin-left: 25px;
}
.er img{
	display: block;
	width: 100%;
	margin-bottom: 15px;
}


.foo1{
	width: 440px;
	margin-right: 70px;
}

.foo1-h1{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	padding-bottom: 25px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.foo1-p{
	font-size: 14px;
	color: #fff;
	line-height: 2;
	opacity: 0.7;
	margin-top: 22px;
}
.foo1-p p{
	margin:0;
}


.foo-nav{
	overflow: hidden;
}

.foo-nav ul{
	margin:0;
}

.foo-nav li{
	float: left;
}
.foo-nav li+li{
	margin-left: 45px;
}

.foo-a{
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}


.foo-nav dl{
	margin:0;
	padding-top: 7px;
}
.foo-nav dd{
	margin-top: 13px;
}
.foo-nav dd>a{
	font-size: 14px;
	color: #fff;
	opacity: 0.7;
	transition: color .3s;
}

.foo-nav dd>a:hover{
	opacity: 1;
}





.footer-2{
	font-size: 14px;
	color: #fff;
	line-height: 2;
	margin-top: 80px;
}






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

.erji{
	padding: 35px 0 0
}

.erji-div{
	position: relative;
	padding-bottom: 100px;
}
.erji-div::before{
	position: absolute;
	width: 256px;
	left: 0;
	top: 0;
	bottom: 0;
	content:"";
	background-color: #f8f8f8;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.menu{
	width: 256px;
	margin-right: 45px;
	position: relative;
	z-index: 15;
}

.menu-h1{
	height: 100px;
	line-height: 100px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	text-align: center;
	background-color: #2367ae;
	font-size: 28px;
	color: #fff;
	font-weight: bold;
}


.menu-list{
	padding: 30px 12px;
}

.menu-list dl{
	margin:0;
}
.menu-list dd+dd{
	margin-top: 10px;
}
.menu-list dd>a{
	display: block;
	position: relative;
	padding: 18px 55px 18px 38px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	background-color: #c1c1c1;
}
.menu-list dd>a::after{
	position: absolute;
	right: 24px;
	top: 26px;
	background-image: url(../images/jt1.png);
	background-repeat: no-repeat;
	background-position: center;
	content:"";
	width: 25px;
	height: 9px;
	opacity: 0;
}
.menu-list dd.cur>a,
.menu-list dd>a:hover{
	background-color: #2367ae;
}

.menu-list dd.cur>a::after{
	opacity: 1;
}

.erji-content{
	position: relative;
	float: right;
	width: 1299px;
	z-index: 15;
}
.erji-title{
	border-bottom: 1px solid #dddddd;
}
.erji-title .fl{
	font-size: 24px;
	color: #333;
	font-weight: bold;
	padding: 10px 0 13px;
	border-bottom: 3px solid #2367ae;
	position: relative;
	top: 3px;
}

.mianbaoxie{
	font-size: 14px;
	color: #666;
	margin-top: 19px;
}

.erji-content-div{
	margin-top: 30px;
}

.about{
	font-size: 18px;
	color: #666;
	line-height: 2;
}

.about img{
	display: block;
	width: 100%;
	margin-bottom: 10px;
}


.fenye{
	text-align: center;
	margin-top: 60px;
}
.fenye ul{
	margin: 0;
}
.xinwen1{
	background-color:#f8f8f8;
	padding: 35px 50px 30px 50px;
}
.xinwen1 h1{
	margin:0;
	font-size: 18px;
	font-weight: bold;
	color: #2367ae;
}
.xinwen1 p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 2;
	margin-top: 14px;
	text-indent: 2em;
}
.more980{
	margin-top: 20px;
}
.more980 a{
	display: block;
	width: 132px;
	height: 41px;
	line-height: 39px;
	padding-left: 18px;
	color: #333;
	border:1px solid #cecece;
	font-size: 14px;
	background-repeat: no-repeat;
	background-position: 94px center;
	background-image: url(../images/jiao2.png);
}
.more980 a:hover{
	background-color: #2367ae;
	border-color: #2367ae;
	color: #fff;
	background-image: url(../images/jiao2h.png);
}
.xinwen2{
   border-top: 1px solid #e8e8e8;
   margin-top:35px;
}
.dang-2-gai-list dl{
	margin:0;
}
.dang-2-gai-list dd {
   padding: 25px 0;
   border-bottom: 1px solid #e8e8e8;
}
.dang-2-gai-date{
	width: 80px;
	margin-right: 30px;
	text-align: center;
	background-color: #eeeeee;
	height: 110px;
	padding-top: 20px;
	color: #2367ae;
	transition: .3s;
}
.dang-2-gai-date h1{
	margin:0;
	font-size: 36px;
	color: inherit;
	font-family: "Georgia";
}
.dang-2-gai-date h2{
	margin:0;
	font-size: 13px;
	color: inherit;
	margin-top:8px;
	font-family: "Arial";
}
.dang-2-gai-con{
	overflow: hidden;
	padding-top: 6px;
}
.dang-2-gai-con h1{
	margin:0;
	font-size: 18px;
	color: #333;
	height: 30px;
	line-height: 30px;
}
.dang-2-gai-con h2{
	margin:0;
	font-size: 13px;
	color: #999;
	margin:10px 0 12px;
}
.dang-2-gai-con h2 img{
	margin-top: -3px;
	margin-right: 5px;
}
.dang-2-gai-con p{
	margin:0;
	font-size: 12px;
	color: #999;
}
.dang-2-gai-list-dd{
	position: relative;
  padding-right: 130px;
}
.dang-2-gai-aaa{
	position: absolute;
	width: 33px;
	right: 15px;
	top: 50%;
	margin-top: -16px;
}
.dang-2-gai-aaa a{
	display: block;
	height: 33px;
	background-image: url(../images/aaha.png);
}
.dang-2-gai-list dd:hover .dang-2-gai-aaa a{
	background-image: url(../images/aahah.png);
}
.dang-2-gai-list dd:hover .dang-2-gai-date{
	background-color: #2367ae;
	color: #fff;
}
.dang-2-gai-list dd:hover .dang-2-gai-con h1{
	color: #2367ae;
}

.danpian{
	padding-top: 15px;
}
.danpian-h1{
	font-size: 30px;
	font-weight: bold;
	color: #333;
	text-align: center;
}

.danpian-h2{
	font-size: 12px;
	color: #999;
	text-align: right;
	margin-top:30px;
	position: relative;
}
.danpian-h2 img{
	margin-top: -3px;
	margin-right: 8px;
}

.danpian-ziti{
	font-size: 16px;
	color: #999;
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}
.danpian-ziti i{
	font-style: normal;
	display: inline-block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	border-radius: 50%;
	cursor: pointer;
}
.danpian-ziti i.cur{
	background-color: #0d3993;
	color: #fff;
}

.danpian-con{
	margin-top: 30px;
	font-size: 16px;
	color: #666;
	line-height: 2.4;
}
.danpian-con *{
	font-size: 16px!important;
}
.danpian-con.cur1 *{
	font-size: 18px!important;
}
.danpian-con.cur2 *{
	font-size: 14px!important;
}
.danpian-con img{
	display: block;
	margin:0 auto 10px;
}
.dan-page{
	padding-top: 10px;
	border-top: 1px solid #ddd;
	margin-top: 20px;
}
.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:#2367ae;
}

.map-wp{
	height: 482px;
}

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

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

.contact-dl dd{
	float: left;
	width: 48%;
	margin-left: 2%;
	font-size: 18px;
	color: #666;
	line-height: 1.8;
	margin-top: 80px;
}

.contact-dl dd img{
	margin-top: -3px;
	margin-right: 17px;
	width: 56px;
}



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

.product-list dd{
	float: left;
	width: 30.3333333%;
	margin-left: 3%;
	margin-top: 3%;
}

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







.product-item{
	/* height: 600px; */
	display:block;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	padding: 40px 32px;
}

.product-item>h1{
	margin:0;
	font-size: 16px;
	color:rgba(0,0,0,0.65);
}
.product-item>h2{
	margin:0;
	font-size: 26px;
	font-weight: bold;
	color:rgba(0,0,0,0.87);
	margin-top: 20px;
}

.product-pic{
	margin-top: 16px;
	position: relative;
}

.product-pic .imgbox_a{
	padding-bottom: 100%;
}

.pro-pp p{margin:0;}
.pro-pp{
	font-size: 16px;
	color: #999;
	line-height: 2;
	height: 4em;
	overflow: hidden;
	margin-top: 15px;
}

.product-zx-wp{
	position: absolute;
	z-index: 15;
	background-color: #ebebeb;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.product-zx-wp.cur{
	opacity: 1;
	visibility: visible;
}
.product-zx{
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	padding: 0 15px;
}
.product-zx-item+.product-zx-item{
	margin-top: 20px;
}
.product-zx-item h1{
	margin:0;
	font-size: 16px;
	color:#333;
	padding-bottom: 15px;
}
.product-zx-item h2{
	margin:0;
	font-size: 40px;
	color:#0072b8;
	line-height: 1;
	font-family: "Impact";
}

.product-er{
	width: 140px;
	margin:0 auto;
}

.product-span{
	margin-top: 20px;
}
.product-span-item{
	width: 45.6%;
	height: 47px;
	line-height: 45px;
	/* border:1px solid #1485ee; */
	border:1px solid #b6d9ee;
	position: relative;
	font-size: 14px;
	color:#2367ae;
	overflow: hidden;
	cursor: pointer;
	text-align: center;
	transition: border-color .3s;
}

.product-span-item::before{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background-color: #2367ae;
	content:"";
	z-index: 1;
	transition: width .3s;
	width: 0;
}
.product-span-item span{
	position: relative;
	z-index: 3;
	transition: color .3s;
}
.product-span-item:hover{
	border-color:#2367ae;
}
.product-span-item:hover::before{
	width: 100%;
}
.product-span-item:hover span{
	color: #fff;
}


.zazhi iframe{
	display: block;
	width: 100%;
	border:0;
	height: 900px;
}

.fazhan{
	position: relative;
	padding-top: 85px;
}
.fazhan::before{
	position: absolute;
	width: 100%;
	height: 17px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/fazhan-bg2.jpg);
	z-index: 10;
	content:"";
	left: 0;
	bottom: 75px;
}

.fazhan::after{
	position: absolute;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center 0;
	background-image: url(../images/fazhan-bg.jpg);
	background-size: cover;
	z-index: 10;
	content:"";
	left: 0;
	top: 0;
	bottom: 92px;
}
.fazhan-list{
	z-index: 50;
}

.fazhan-item{
	position: relative;
	padding-bottom:100px;
}

.fazhan-nian{
	font-size: 50px;
	color: #23509b;
	line-height: 1;
	font-family: 'Impact';
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	white-space: nowrap;
}

.fazhan-con .fazhan-nian{
	font-size: 30px;
	color: #333;
	position: relative;
}

.fazhan-itemx-wp{
	margin-top: 15px;
	border-top: 1px solid #dddddd;
	padding-top: 15px;
}

.fazhan-itemx-box{
	height: 240px;
	overflow-y: auto;
	padding-right: 10px;
}

.fazhan-itemx-box::-webkit-scrollbar {
    width: 4px;
}
.fazhan-itemx-box::-webkit-scrollbar-thumb {
    width: 4px;
    height: 36px;
    border-radius: 4px;
    background-color: #23509b;
}
.fazhan-itemx-box::-webkit-scrollbar-track {
    width: 6px;
    border-radius:4px;
}

.fazhan-itemx{
	font-size: 16px;
	color: #666;
	line-height: 2.2;
}

.fazhan-itemx strong{
	color:#23509b;
}

.rongyu{
	overflow: hidden;
}
.rongyu dl{
	margin:0;
	margin-left: -3%;
	margin-top: -3%;
}

.rongyu dd{
	float: left;
	width: 30.3333%;
	margin-left: 3%;
	margin-top: 3%;
}

.rongyu2 dd{
	width: 22%;
}

.rongyu1 .rongyu-pic .imgbox_a{
	padding-bottom: 69.8%;
}
.rongyu dd:hover .rongyu-h1{
	color: #23509b;
}
.rongyu-h1{
	font-size: 18px;
	color: #333;
	text-align: center;
	font-weight: bold;
	margin-top: 15px;
}

.rongyu2 .rongyu-pic .imgbox_a{
	padding-bottom: 135.473%;
}

.huoban .rongyu-pic .imgbox_a{
	padding-bottom: 40%;
}


.tousu{
	padding: 20px 100px 0 30px;
	max-width: 1000px;
	margin:0 auto;
}
.tousu input{

	box-shadow: none;
}
.tousu input:focus{
	outline: none;
	box-shadow: none;
}

.tousu textarea:focus{
	outline: none;
	box-shadow: none;
}

.tousu input.form-control{
	height:40px;
	border:1px solid #23509b;
	border-radius: 5px;
	padding-right: 40px;
}
.tousu textarea.form-control{
	border:1px solid #23509b;
	resize: none;
	box-shadow: none!important;
	border-radius: 5px;
	padding: 9px 40px 9px 12px;
	height: 222px;
}
.tousu-title{
	height: 40px;
	line-height: 40px;
	text-align: right;
	font-size: 14px;
	color: #999;
}

.tousu-input{
	position: relative;
}

.tousu-input-yzm input.form-control{
	padding-right: 125px;
}
.yzmImg{
	position: absolute;
	right: 5px;
    top: 4px;
    width: 110px;
}

.tousu-input i.icoii{
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	margin-top: -8px;
	right:13px;
	background-repeat: no-repeat;
	background-position: center;
}

.tousu-input i.icoii.icoii1{
	margin-top: 0;
	top: 11px;
}

.tousu-btn{
	text-align: center;
}

.tousu-btn input{
	width: 195px;
	height: 49px;
	border:0;
	background-color: #23509b;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.tousu-btn{
	padding-top: 30px;
}


.zhaopin-table{
	margin:0!important;
}
.zhaopin-table table.table{
	margin:0;
	text-align: center;
  border-bottom: 1px solid #ddd;
}
.zhaopin-table table.table tr th{
	background-color: #23509b;
	font-size: 14px;
	color: #fff;
	height: 68px;
	vertical-align: middle;
	text-align: center;
	border-color:#23509b;
	font-weight: normal;
}
.zhaopin-table table.table tr th span{
	font-size: 12px;
	text-transform: uppercase;
	padding-left: 10px;
}
.zhaopin-table table.table tr th:first-child{
	text-align: left;
	padding-left: 80px;
}
.zhaopin-table table.table tr th span{
	font-size: 12px;
	padding-left: 5px;
}
.zhaopin-table table.table tr td{
	background-color: #f6f6f6;
	border-color: #fff;
	vertical-align: middle;
}
.zhaopin-table table.table tr td i
{font-style: normal;font-size: 18px;color: #333;
}
.zhaopin-table table.table tr.tr11 td{
	font-size: 14px;
	color: #666;
	height: 68px;
}
.zhaopin-table table.table tr.tr11 td:first-child{
	font-size: 18px;
	padding-left: 80px;
	text-align: left;
}
.zhaopin-table table.table tr.tr22 td{
	padding: 0;
}
.zhaopin-con{
	padding: 35px;
	font-size: 16px;
	color: #666;
	line-height: 2;
	text-align: left;
	display: none;
	white-space: normal;
}
.jjw{
	cursor: pointer;
}
.jjw:hover{
	color: #23509b;
}
.tan_aaa-wp{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1998;
	display: none;
}
.tan_aaa-box{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 500;
}
.tan_aaa-hei{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 100;
	background-color: rgba(0,0,0,0.5);
}
.tan_aaa-div{
	position: absolute;
	width: 900px;
	height: 600px;
	background-color: #fff;
	z-index: 200;
	margin-left: -450px;
	left: 50%;
	margin-top: -300px;
	top: 50%;
	padding: 60px 30px 30px;
}
 .close_btn{position:absolute;width:50px;height:50px;right:10px;top:10px;text-align:center;line-height:50px;display:block;margin-bottom:1px;cursor:pointer;overflow:hidden;background-color: #23509b;}
 .close_btn:hover{background:#23509b;}
 .close_btn:after, .close_btn:before{content:''; position:absolute; width:60%; height:1px;background:#fff; display:block; left:50%; margin-left:-30%;-webkit-transition: all 0.3s ease; transition: all 0.3s ease;}
 .close_btn:before{bottom:50%; transform:rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);-webkit-transform: rotate(-45deg);}
 .close_btn:after{top: 50%; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg);}
 .close_btn:hover:after{top:24%;-moz-transform:rotate(0deg); -ms-transform:rotate(0deg); -o-transform:rotate(0deg); -webkit-transform:rotate(0deg); transform:rotate(0deg)}
 .close_btn:hover:before{bottom:24%;-moz-transform:rotate(0deg); -ms-transform:rotate(0deg); -o-transform:rotate(0deg); -webkit-transform:rotate(0deg); transform:rotate(0deg)}
 .close_btn:hover i{opacity:1;visibility:visible;}
 .close_btn i{font-style:normal;
 	opacity:0;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;visibility:hidden;color:#fff;font-size: 12px;}
.tan_aaa-div-h1{
	font-size: 26px;
	color: #333;
	font-weight: bold;
	line-height: 1.5;
	padding: 0 40px;
}
.tan_aaa-dl{
	background-color:#efefef;
	margin-top:  30px;
	padding: 30px 40px;
}
.tan_aaa-dl dl{
	margin:0;
	margin-left: -3%;
}
.tan_aaa-dl dd{
	float: left;
	width: 30.33333%;
	margin-left: 3%;
}
.tan_aaa-dl dd h1{
	margin:0;
	font-size: 14px;
	color: #666;
}
.tan_aaa-dl dd h2{
	margin:0;
	font-size: 25px;
	color: #333;
	margin-top: 10px;
}
.tan_aaa-wen-wp{
	padding: 40px;
	padding-right: 20px;
}
.tan_aaa-wen{
	font-size: 16px;
	color: #666;
	line-height: 2.4;
	height:14.4em ;
	overflow-y: auto;
	padding-right: 20px;
}
.tan_aaa-wen::-webkit-scrollbar {
    width: 6px;
}
.tan_aaa-wen::-webkit-scrollbar-thumb {
    width: 6px;
    height: 36px;
    border-radius: 6px;
    background-color: #23509b;
}
.tan_aaa-wen::-webkit-scrollbar-track {
    width: 6px;
    border-radius:6px;
}

body.cur{
	overflow: hidden;
}

.wenti-item{
	border-bottom: 1px solid #ecedef;
	padding: 0px 30px;
	border-radius: 6px;
}
.wenti-item1{
	font-size: 20px;
	color: #333;
	line-height: 1.6;
	position: relative;
	padding: 30px 60px;
	background-image: url(../images/q.png);
	background-repeat: no-repeat;
	background-position: 0 30px;
	cursor: pointer;
}
.wenti-item1::after{
	position: absolute;
	right: 10px;
	top: 35px;
	width: 20px;
	height: 20px;
	background-image: url(../images/wjia.png);
	content:"";
	background-size: 100%;
}
.wenti-item2{
	font-size: 16px;
	color: #999;
	line-height:2;
	padding: 25px 60px;
	padding-right: 0!important;
	display: none;
	background-image: url(../images/ah.png);
	background-repeat: no-repeat;
	background-position: 0 25px;
}

.wenti-item.cur{background-color: #fff;box-shadow: 0 0 20px 1px rgba(0,0,0,0.03);border-bottom:0;}
.wenti-item.cur .wenti-item1::after{
	background-image: url(../images/wjian.png);
}
.wenti-item.cur .wenti-item1{background-image: url(../images/qh.png);color:#23509b;border-bottom: 1px solid #ecedef;}
.wenti-item1:hover{
	color:#23509b;
}

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

.zhiliang-con{
	font-size: 22px;
	color: #333;
	margin-top: 40px;
	line-height: 2;
}

.zhiliang-con p{
	margin:0;
}

.lingdao-list dl{
	margin: 0;
}

.lingdao-list dd{
	border:1px solid #dddddd;
	padding: 25px 45px;
	background-image: linear-gradient(#aed6ff, #fff);
}

.lingdao-list dd+dd{
	margin-top: 16px;
}

.lingdao1{
	font-size: 22px;
	font-weight: bold;
	color: #333;
	padding-right: 48px;
	position: relative;
}

.lingdao1::after{
	position: absolute;
	width: 1px;
	height: 16px;
	top: 50%;
	margin-top: -8px;
	background-color: #2367ae;
	right: 24px;
	content:"";
}
.lingdao1 a:hover{
	color: #2367ae;
}
.lingdao2{
	font-size: 22px;
	color: #333;
	overflow: hidden;
}


.linian-img{
	width: 559px;
	margin-right: 56px;
}

.linian-img img{
	display: block;
	width: 100%;
}
.linian .zhiliang-con{
	overflow: hidden;
	margin-top: 0;
}
.linian .zhiliang-con p strong{
	display: block;
}