/**************************************/
/*************[公用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)
}
*/
/*百度百科變灰*/


@font-face{
 font-family:"phr";
  src: url('../fonts/AlibabaPuHuiTi-2-55-Regular/AlibabaPuHuiTi-2-55-Regular.eot'); /* IE9*/
  src: url('../fonts/AlibabaPuHuiTi-2-55-Regular/AlibabaPuHuiTi-2-55-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/AlibabaPuHuiTi-2-55-Regular/AlibabaPuHuiTi-2-55-Regular.woff2') format('woff2'),
  url('../fonts/AlibabaPuHuiTi-2-55-Regular/AlibabaPuHuiTi-2-55-Regular.woff') format('woff'), /* chrome、firefox */
  url('../fonts/AlibabaPuHuiTi-2-55-Regular/AlibabaPuHuiTi-2-55-Regular.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('../fonts/AlibabaPuHuiTi-2-55-Regular/AlibabaPuHuiTi-2-55-Regular.svg#Alibaba-PuHuiTi-Regular') format('svg'); /* iOS 4.1- */
}

@font-face{
 font-family:"phm";
  src: url('../fonts/AlibabaPuHuiTi-2-65-Medium/AlibabaPuHuiTi-2-65-Medium.eot'); /* IE9*/
  src: url('../fonts/AlibabaPuHuiTi-2-65-Medium/AlibabaPuHuiTi-2-65-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/AlibabaPuHuiTi-2-65-Medium/AlibabaPuHuiTi-2-65-Medium.woff2') format('woff2'),
  url('../fonts/AlibabaPuHuiTi-2-65-Medium/AlibabaPuHuiTi-2-65-Medium.woff') format('woff'), /* chrome、firefox */
  url('../fonts/AlibabaPuHuiTi-2-65-Medium/AlibabaPuHuiTi-2-65-Medium.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('../fonts/AlibabaPuHuiTi-2-65-Medium/AlibabaPuHuiTi-2-65-Medium.svg#Alibaba-PuHuiTi-Regular') format('svg'); /* iOS 4.1- */
}


*{

	font-family:"phr";
}
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;
}
.top-img img{
	display: block;
	width: 100%;
}
.menu-wp{
	background-color: #3a51cb;
}
.menu dl{
	margin:0;
}
.menu dd{
	float: left;
	width: 16.66%;
	height: 70px;
	line-height: 70px;
	text-align: center;
	position: relative;
}
.menu dd+dd{
	border-left: 1px solid #3a51cb;
}
.menu dd>a{
	font-size: 26px;
	color: #fff;
	font-family: "phm";
	display: block;
	transition: background-color .3s;
}
.menu dd.cur>a,
.menu dd>a:hover{
	background-color: #5366d3;
}

.menu dd:hover ul{
	display: block;
}
.menu ul{
	margin:0;
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0%;
	border-top: 1px solid #3a51cb;
	background-color: #3a51cb;
	z-index: 15;
	display: none;
}

.menu li>a{
	font-size: 18px;
	color: #fff;
	font-family: "phm";
	display: block;
	line-height: 1.5;
	padding: 10px;
}
.menu li>a:hover{
	background-color: #5366d3;
}

.phone-ul{
	display: none;
}
.phone-ul ul{
	margin:0;
	border-top: 1px solid #3a51cb;
	background-color: #3a51cb;
}

.phone-ul li>a{
	font-size: 13px;
	color: #fff;
	font-family: "phm";
	display: block;
	line-height: 1.5;
	padding: 10px 15px;
	text-align: center;
}
.phone-ul li.cur>a{
	background-color: #5366d3;
}






/**************************************************************/
/*header-over*/
/*main-start*/
/**************************************************************/
#main{
}
.djs{
	font-size: 24px;
	color: #fff;
	background-image: url(../images/djs.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center;
	font-family: "phm";
	padding: 5px 0
}
.djs span{
	font-size: 2em;
	line-height: 1;
	padding-left: 40px;
	padding-right: 15px;
	vertical-align: middle;
	font-family: "phm";
}
.djs i{
	font-style: normal;
	font-size: 16px;
}
.main-padd{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.main1{
	padding: 95px 0;
	background-image: url(../images/main1-bg.jpg);
	background-position: center top;
	background-size: auto;
}
.title-11{
	text-align: center;
	margin-bottom: 50px;
}
.title-11 h1{
	margin:0;
	font-size: 44px;
	font-weight: bold;
	color:#333;
	letter-spacing: 2px;
	font-family: "phm";
}
.title-11 h2{
	margin:0;
	font-size: 20px;
	color:#333;
	text-transform: uppercase;
	margin-top: 8px;
}
.main1-p{
	font-size: 22px;
	color: #333;
	line-height: 2;
}
.main1-p img{
	display: block;
	margin:0 auto 10px;
}
.main1-p p{text-indent: 2em;}
.main1-tsd{
	margin-top: 55px;
}
.main1-tsd-item+.main1-tsd-item{
	margin-top: 28px;
}
.main1-tsd-item h1{
	margin:0;
	font-size: 28px;
	color: #333;
	text-align: center;
}
.main1-tsd-item h2{
	margin:0;
	font-size: 35px;
	color: #3550c5;
	text-align: center;
	margin-top: 20px;
}
.main2{
	padding: 100px 0 150px;
	background-image: url(../images/main2-bg.jpg);
}
.menu2-1{
	margin-top: 25px;
}
.menu2-1-menu{
	width: 300px;
	padding-right: 25px;
}
.menu2-1-menu-item{
	font-size: 20px;
	color: #666666;
	line-height: 32px;
	padding-left: 60px;
	position: relative;
	cursor: pointer;
	transition: .3s;
}
.menu2-1-menu-item+.menu2-1-menu-item{
	margin-top: 30px;
}
.menu2-1-menu-item::before{
	position: absolute;
	width: 22px;
	height: 2px;
	top: 15px;
	content:"";
	background-color: #c5c5c5;
	left: 0;
	transition: .3s;
}
.menu2-1-menu-item.cur{
	color: #222;
	font-size: 24px;
}
.menu2-1-menu-item.cur::before{
	background-color: #000a97;
	width: 37px;
}
.main2-2{
	overflow: hidden;
	background-color: #fff;
}
.main2-2-pic{
	width: 535px;
}
.main2-2-pic .imgbox_a{
	padding-bottom: 73.645%;
}
.main2-2-con{
	overflow: hidden;
	padding: 50px 45px 0
}
.main2-2-con-h1{
	font-size: 32px;
	color: #333;
	font-family: "phm";
	line-height: 1;
}
.main2-2-con-h2{
	font-size: 20px;
	color: #666;
	margin-top: 5px;
}
.main2-2-con-p{
	font-size: 22px;
	color: #222;
	margin-top: 25px;
	line-height: 1.8;
	height: 9em;
	overflow: hidden;
}
.main2-2-item{display: none;}
.main2-2-item:first-child{display: block;}
.mm65{
	margin-top: 65px;
}
.main3{
	padding: 90px 0;
	background-image: url(../images/main3-bg.png);
	background-position: center bottom;
	background-size: contain;
	min-height: 550px;
}
.main3-1-list dl{
	margin:0;
	margin-left: -1%;
	font-size: 0;
	text-align: center;
}
.main3-1-list dd{
	display: inline-block;
	vertical-align: top;
	width: 15.666667%;
	margin-left: 1%;
	text-align: left;
}
.main3-1-list dd .imgbox_a{
	padding-bottom: 128.95%;
}
.main3-1-item1{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 15;
	padding:25px;
	opacity: 1;
	/*transition: .3s;*/
}
.main3-1-item1::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 100%;
	background-color: #000;
    opacity: 0.5;
	content:"";
	z-index: 5;
}
.main3-1-item1-name{
	font-size: 26px;
	color: #fff;
	font-family: "phm";
	width: 1em;
	position: relative;
	z-index: 10;
}
.main3-1-item1-con{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 0 20px 25px;
	z-index: 10;
}
.main3-1-item1-con h1{
	margin:0;
	font-size: 22px;
	color: #fff;
	font-family: "phm";
}
.main3-1-item1-con p{
	margin:0;
	font-size: 18px;
	color: #fff;
	margin-top: 5px;
	line-height: 1.5;
	max-height: 3em;
	overflow: hidden;
}
.main3-1-item2{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 25;
	opacity: 0;
	/*transition: .3s;*/
}
.main3-1-item2::before{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #000;
	opacity: 0.5;
	content:"";
	z-index: 15;
}
.main3-1-item2-div{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 50;
	padding: 0 20px;
}
.main3-1-item2-div .main3-1-item1-name{
	width: 100%;
}
.main3-1-item2-div .main3-1-item1-con{
	position: relative;
	padding: 0;
	margin-top: 15px;
}
.main3-1-ico{
	width: 35px;
	margin-top: 25px;
}
.main3-1-ico img{
	display: block;
	width: 100%;
}
.main3-1-list dd .imgbox_a:hover .main3-1-item1{opacity: 0;}
.main3-1-list dd .imgbox_a:hover .main3-1-item2{opacity: 1;}
.map-wp{
	width: 718px;
	height: 401px;
}
.map{
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.main3-2-bg{
	overflow: hidden;
	height: 401px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.main3-3-item{
	background-color: #f7f7f7;
	padding: 30px 15px;
	font-size: 28px;
	font-family: "phm";
	text-align: center;
	color: #333;
	width: 47%;
}
.main3-3-item img{
	margin-top: -3px;
	margin-left: 25px;
}
/**************************************************************/
/*main-over*/
/*footer-start*/
/**************************************************************/
#footer{
}
.footer-1{
	padding: 50px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/footer-1.jpg);
}
.footer-h1{
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	padding-bottom: 10px;
}

.er-wp{
	width: 310px;
	margin-left: 30px;
}
.er{
	width: 140px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.er img{
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
.footer-1-dl{
	overflow: hidden;
	padding-top: 20px;
}
.footer-1-dl dl{
	margin:0;
}
.footer-1-dl dd{
	padding: 0 20px;
	position: relative;
}
.footer-1-dl dd::before{
	position: absolute;
	width: 2px;
	background-color: #bcbfd8;
	left: 0;
	top: 5px;
	bottom: 5px;
	content:"";
}
.footer-1-dl dd h1{
	margin:0;
	font-size: 20px;
	color: #fff;
	font-family: "phm";
	padding-bottom: 18px;
}
.footer-1-dl dd p{
	margin:0;
	font-size: 16px;
	color: #fff;
	opacity: 0.6;
	line-height: 1.8;
}

.foo11-1{
	width: 565px;
}


.foo11-2{
	overflow: hidden;
}

.foo11-2-a{
	font-size: 0;
	padding-top: 15px;

}
.foo11-2-aa+.foo11-2-aa{
	margin-top: 10px;
}
.foo11-2-a a{
	font-size: 16px;
  color: #fff;
  opacity: 0.6;
}
.foo11-2-a a:hover{
	opacity: 1;
}






.footer-yq{
	position: relative;
	padding-left: 105px;
	height: 25px;
	overflow: hidden;
}
.footer-2{
	padding: 15px 0;
	font-size: 16px;
	color: #fff;
	line-height: 1.8;
	background-color: #061c64;
	border-top: 1px solid #384983;
}
.footer-yq-title{
	position: absolute;
	left: 0;
	top: 0;
	line-height: 25px;
	font-size: 20px;
	color: #fff;
	font-family: "phm";
}
.footer-yq-list{
	font-size: 0;
}
.footer-yq-item{
	display: inline-block;
	margin-right: 30px;
	font-size: 18px;
	line-height: 25px;
	color: #fff;
	opacity: 0.63;
}
.footer-yq-item:hover{
	opacity: 1
}
.footer-yq-item:hover a{
	color: #fff;
	font-family: "phm";
}
/**************************************************************/
/*footer-over*/
/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/
/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/
.gk{
	padding: 50px 0;
	background-image: url(../images/gk-bg.jpg);
}
.title-11-c{
	font-size: 0;
	text-align: center;
	background-repeat: repeat-x;
	background-position: 0 center;
	background-image: url(../images/title-11-c.png);
	margin-bottom: 30px;
}
.title-11-c-con{
	display: inline-block;
	padding: 0 50px;
	background-color: #fff;
	position: relative;
	z-index: 50;
}
.title-11-c-con h1,
.title-11-c-con h2{
	position: relative;
	z-index: 50;
}
.title-11-c-con::before{
	position: absolute;
	z-index: 5;
	width: 156px;
	height: 138px;
	left: 50%;
	top: 50%;
	margin-top: -69px;
	margin-left: -78px;
	content:"";
	background-image: url(../images/c.png);
	background-size: 100%;
	background-position: center;
}
.baogao{
	padding: 50px 0;
	background-image: url(../images/main1-bg.jpg);
	background-position: center top;
	background-size: auto;
}
.baogao-list dl{
	margin:0;
}
.baogao-list dd+dd{
	margin-top: 35px;
}
.baogao-list dd>a{
	display: block;
	padding: 45px;
	background-color: #fff;
	border-radius: 7px;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
	position: relative;
	overflow: hidden;
}
.baogao-list dd>a::after{
	position: absolute;
	width: 0;
	height: 1px;
	background-color: #3550c5;
	content:"";
	left: 0;
	bottom: 0;
	/*border-bottom-left-radius: 7px;*/
	z-index: 15;
	transition: width .3s;
}
.baogao-list dd>a:hover::after{
	width: 50%;
}
.baogao-list dd>a:hover h1{
	color: #3550c5;
}
.baogao-list dd>a h1{
	margin:0;
	font-size: 28px;
	font-family: "phm";
	color: #333;
}
.baogao-list dd>a p{
	margin:0;
	font-size: 20px;
	color: #666;
	line-height: 1.6;
	max-height: 3.2em;
	overflow: hidden;
	margin:20px 0 ;
}
.baogao-list dd>a h2{
	margin:0;
	font-size:22px;
	color: #666;
}
.fenye{
	margin-top: 50px;
	text-align: center;
}
.fenye ul{
	margin:0;
}
.danpian-h1{
	font-size: 28px;
	line-height: 1.6;
	color:#333;
	text-align: center;
	margin-bottom: 20px;
}
.danpian-h2{
	font-size: 14px;
	line-height: 1.6;
	color:#999;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding: 10px 0 15px;
}
.bsBox,.bsBox *,#bsPanelHolder,#bsPanelHolder *{
	-webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.danpian-con{
	font-size: 14px;
	color:#333;
	line-height: 2;
}
.danpian-con *{
	font-size: 22px!important;
	color:#333!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:#3350c5;
}



.baogao2-pic{
	width:193px;
	border:1px solid #e6e6e6;
	margin-right: 47px;
}

.baogao2-pic .imgbox_a{
	padding-bottom: 128.95%;
}

.baogao2-con{
	overflow: hidden;
	padding-top: 10px;
}


.baogao2-con-item+.baogao2-con-item{
	margin-top: 15px;
}

.baogao2-con-item-title{
	font-size: 24px;
	color: #222;
	font-family:"phm";
	width: 120px;
	text-align: right;
}

.baogao2-con-item-con{

	overflow: hidden;
}

.baogao2-con-item-con1{
	font-size: 24px;
	color: #222;
}

.baogao2-con-item-con2{
	font-size: 20px;
	color: #666666;
	line-height: 1.7;
}
.jiudian-item{
	background-color: #fff;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
}
.jiudian-item+.jiudian-item{
	margin-top: 30px;
}
.jiudian-pic{
	width: 50%;
}

.jiudian-pic .imgbox_a{
	padding-bottom: 64.67%;
}

.jiudian-con{
	overflow: hidden;
	padding: 30px;
	padding-right: 25px;
	
}

.jiudian-con-p{
	font-size: 16px;
	color: #333;
	line-height: 	1.8;
	height: 340px;
	overflow-y: auto;
	padding-right: 10px;
}
.jiudian-a{
	margin-top: 25px;
}

.jiudian-con-p p{margin:0;}

.jiudian-con-p::-webkit-scrollbar {
    width: 6px;
}
.jiudian-con-p::-webkit-scrollbar-thumb {
    width: 6px;
    height: 36px;
    border-radius: 6px;
    background-color: #3a51cb;
}
.jiudian-con-p::-webkit-scrollbar-track {
    width: 6px;
    border-radius:6px;
}


.zhuce-a{
	text-align: center;
}

.zhucec-map .map-wp{
	width: 100%;
}