* {
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

.menu {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 55px;
	height: 100vh;
	background: #202324;
	z-index: 9999;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.menu_ul {
	list-style: none;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #cfd3d4;
}

.menu_ul li {
	position: relative;
	height: 100px;
	line-height: 100px;
	vertical-align: middle;
	border-top: 1px solid #2f3233;
	border-bottom: 1px solid #141617;
}

.menu_ul li:hover {
	color: #ffe451;
	background: #010a0c;
	opacity: 0.8;
}

.menu_470 {
	height: 100vh;
	width: 465px;
	position: fixed;
	top: 0px;
	left: 0px;
	background: #f6f6f6;
	color: #0099e5;
}


/*submenu*/

.submenu {
	display: none;
	position: absolute;
	top: 30%;
	left: 100%;
	background: rgba(1, 10, 12, 1);
	z-index: 9999999999;
	list-style: none;
	padding-left: 16px;
	margin: 10px;
	/*width: 100px;
	height: 30px;*/
	padding: 5px 0 5px 0px;
	width: 150%;
}

.submenu li {
	text-align: center;
	line-height: 30px;
	height: 30px;
	font-family: '微软雅黑';
	font-size: 16px;
	vertical-align: middle;
}

.submenu li:after {
	content: '';
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	background: rgba(1, 10, 12, 1);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 99999999;
}

.liactive {
	color: #ffe451;
	background: #010a0c;
}

.insetShadow {
	-moz-box-shadow: 0 0 49px rgba(0, 0, 0, 0.27) inset;
	-webkit-box-shadow: 0 0 49px rgba(0, 0, 0, 0.27) inset;
	box-shadow: 0 0 49px rgba(0, 0, 0, 0.27) inset;
}

.icon24 {
	font-size: 24px !important;
}

.icon36 {
	font-size: 36px !important;
}

.icon16 {
	font-size: 16px !important;
}

.dividerRB {
	border-bottom: 1px solid #E2E6E7;
	border-right: 1px solid #E2E6E7;
	border-color: rgba(88, 88, 88, 0.1);
}

select {
	border: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	padding-right: 14px;
	background: url(../img/caret_down1.png) no-repeat scroll right center transparent;
	background-size: 14px;
	color: #525558;
}

select::-ms-expand {
	display: none;
}


/*input*/

input {
	outline: none;
}


/*修改placeholder的样式*/

::-webkit-input-placeholder {
	color: #d3d9e0 !important;
}

::-moz-placeholder {
	color: #d3d9e0 !important;
}

:-moz-placeholder {
	color: #d3d9e0 !important;
}

:-ms-input-placeholder {
	color: #d3d9e0 !important;
}

.pageTitle {
	height: 100px;
	width: 101%;
	font-family: '微软雅黑';
	font-size: 30px;
	background: #FFFFFF;
	z-index: 9997;
	color: #525558;
	position: fixed;
	top: 0px;
	left: 0px;
	box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.1);
}

.pageTile_1 {
	color: #525558;
	height: 55px;
	line-height: 55px;
	vertical-align: middle;
	padding: 0 55px 0 75px;
	border-right: none;
}

.page_title {
	padding: 0 20px 0 0;
	text-align: center;
	border-bottom: 0px;
	min-width: 150px;
}

.pageTitle input {
	width: 100%;
	padding:0 20px;
	display: block;
	border: none;
	color: #525558;
}

.searchbtn {
	width: 65px;
	height: 55px;
	background: #0099e5;
	color: #FFFFFF;
	text-align: center;
}
.searchbtn .icon24{
	font-size: 42px !important;
}
.pageTile_2 {
	padding-left: 65px;
	color: #525558;
	height: 45px;
	line-height: 45px;
	vertical-align: middle;
	font-size: 14px;
}
.pageTile_2 li{
	display: inline-block;
	padding: 0 20px;
	vertical-align: middle;
}

#closebtn {
	position: fixed;
	top: 100px;
	right: 100px;
	z-index: 100000;
	color: #000;
	width: 36px;
	height: 36px;
}
.pageTile_2 .dividerRB{
	border-bottom: none;
}

/*固定的左侧部分*/

.menuStatic_ul li:hover {
	color: #ffe451;
	background: #010a0c;
	opacity: 0.8;
}

.menuStatic {
	position: relative;
	top: 0px;
	left: 0px;
	width: 55px;
	min-width: 55px;
	height: 100vh;
	background: #202324;
	z-index: 9999;
}
.menuStatic_ul {
	list-style: none;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #cfd3d4;
}

.menuStatic_ul li {
	position: relative;
	height: 100px;
	line-height: 100px;
	vertical-align: middle;
	border-top: 1px solid #2f3233;
	border-bottom: 1px solid #141617;
}
.submenu li{
	border-top: none;
	border-bottom: none;
}
.morebtn {
	line-height: 30px;
	text-align: center;
	float: right;
	border-radius: 20px;
	background: #FFFFFF;
	font-size: 12px;
	color: #8899a2;
	margin-right: 10px;
	cursor: pointer;
	width: 60px;
	box-shadow: 0px 2px 3px rgba(0, 153, 229, 0.23);
}

/*右侧操作部分*/

.rightside {
	position: fixed;
	top: 0px;
	right: 0px;
	width: 250px;
	height: 100vh;
	background: #F6F6F6;
	z-index: 9999;
	overflow: auto;
	padding-bottom: 20px;
}

.userInfo {
	background: #FFFFFF;
	font-family: '微软雅黑';
}

.dividerSolid_1 {
	border-bottom: 1px solid #efefef;
}

.dividerSolid_2 {
	border-bottom: 1px solid #dfdfdf;
}

.dividerSolid_3 {
	height: 2px;
	width: 100%;
	background: url(../img/dot.png) repeat-x bottom left;
}

.userInfo_1 {
	padding: 25px;
	padding-bottom: 10px;
	border-left: 1px solid #f7f8fa;
}

.userInfo_1 img {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	float: left;
}

.userInfo_1 span {
	height: 54px;
	line-height: 54px;
	vertical-align: middle;
}

.userInfo_2 {
	padding: 25px 10px;
}

.userInfo_Btn {
	border-left: 1px solid #f7f8fa;
	text-align: center;
	font-size: 14px;
	padding: 20px 10px;
}
.btnInfro{
	height: 30px;
	padding: 0px 10px;
	line-height: 28px;
	border-radius: 5px;
	text-align: center;
}
.btnActive {
	color: #fff;
	background: #ff4e4e;
	border-radius: 5px;
	box-shadow: 0px 2px 2px rgba(255, 0, 216, 0.23);
	
}

.btnNormal {
	color: #8899a2;
	background: #f4f4f4;
	border: 1px solid #bbc4c9;
	box-shadow: 0px 2px 2px rgba(102, 133, 148, 0.1);
	margin-left: 5px;
}


/*右侧折叠菜单部分*/


.tab-group {
	margin: 0px;
	/*max-width: 250px;*/
	width: 100%;
}

.tab {
	position: relative;
	width: 100%;
}
.tab label{
	cursor: pointer;
	display: block;
	line-height: 3;
	padding-left: 20px;
	padding-right: 20px;
	border-top: 1px solid #dfdfdf;
}
.labelClose {
	background: #f7f8fa;
	color: #8899a2;
	
}


.tab label:hover {
	background: #eeeff2;
	color: #0099E5;
}
.tab-content {
	background: #F6F6F6;
	max-height: 0;
	overflow: hidden;
	transition: all 0.35s;
}

.labelOpen{
	background: #eeeff2;
	color: #0099E5;
}
.tabOpen {
	max-height: 400px;
	background: #F6F6F6;
}
.tabClose{
	max-height: 0;
	transition: all .75s cubic-bezier(0.19, 1, 0.22, 1) .15s;
}


.priceBox {
	padding: 0 15px 1px 15px;
	font-family: '微软雅黑';
	font-size: 14px;
	color: #525a5e;
}

.priceComm {
	padding: 15px;
	font-family: '微软雅黑';
	font-size: 14px;
	color: #525a5e;
	border: 1px dashed #bdc0c3;
	border-left: none;
	border-right: none;
}

.signbtn {
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 90%;
	height: 45px;
	background: #0099E5;
	border-radius: 5px;
	line-height: 45px;
	vertical-align: middle;
	box-shadow: 2px 3px 5px rgba(238, 110, 182, 0.23);
	text-align: center;
	color: #FFFFFF;
}

.fontsmall {
	line-height: 30px;
	vertical-align: middle;
}

.fontbig {
	font-size: 28px;
	color: #0099E5;
	line-height: 30px;
	vertical-align: middle;
}

.container {
	width: 93%;
	min-height: 100vh;
	/*margin-top: 100px;*/
	/*margin-left: 65px;*/
}
.titLay{
	margin:50px 20px;
}

/*时间轴*/

.timeLine {
	height: 140px;
	width: 100%;
}

.pLabel {
	line-height: 23px;
	font-size: 14px;
	margin: 0;
}

.nodeStart {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: #ea8010;
	margin: 0 auto;
	/*margin-top: 27px;*/
}

.nodeEnd {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: #f4c600;
	margin: 0 auto;
	/*margin-top: 27px;*/
}

.nodeDay {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #0000FF;
	margin: 0 auto;
}

.timeLine table td:first-child {
	width: 70px;
	height: 140px;
	text-align: center;
	color: #ea8010;
}

.timeLine table td:last-child {
	width: 70px;
	height: 140px;
	text-align: center;
	color: #f4c600;
}

.timeLine table td:nth-child(2) {
	background: url(../img/bglinear.png) center center repeat-x;
	height: 140px;
	width: -moz-calc(100% - 70px * 2);
	width: -webkit-calc(100% - 70px * 2);
	width: calc(100% - 70px * 2);
	text-align: center;
}

.timeline {
	list-style: none;
	padding: 0px;
	margin: 0 auto;
	/*margin-top: 10px;*/
	width: 100%;
}

.timeline li {
	display: inline-block;
	width: -moz-calc(100% /4);
	width: -webkit-calc(100% /4);
	width: calc(100% /4);
	text-align: center;
}

.timeLineFixed_top {
	height: 130px;
	/*max-width: 1100px;*/
	position: fixed;
	top: 0px;
	/*left: 470px;*/
	/*right: 250px;*/
	background: #FFFFFF;
	padding-top: 10px;
	/*box-shadow: 0px 4px 2px rgba(0,153,229,.4),0px 4px 2px rgba(255,255,255,.4),0px 4px 2px rgba(255,255,255,.4),0px 4px 2px rgba(255,255,255,.4);*/
	box-shadow:  -4px 0 0px rgba(255,255,255,1),0 -4px 0 rgba(255,255,255,1),-2px 2px 3px rgba(0,153,229,.3),6px 0 0 #fff;
	overflow: hidden;
	z-index: 999;
}

.intro_ul li {
	padding-left: 35px;
	margin-bottom: 10px;
	transition: all .4s; 
	cursor: pointer;
}

.intro_ul li:hover .media_img img {
	/*background: #010a0c;*/
	/*animation: bigger 0.25s;
	-moz-animation: bigger 0.25s;
	-webkit-animation: bigger 0.25s;
	-o-animation: bigger 0.25s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards*/
	transition: all .4s; 
	/*transform: scale(0.9,0.9);*/
	
	
}
.intro_ul li:hover{
	transition: all .4s; 
	box-shadow: 10px 0 10px rgba(0, 0, 0, 0.2) ;
}


/*@keyframes bigger {
	from {
		transform: scale(1);
		box-shadow: none;
	}
	to {
		transform: scale(1);
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	}
}

@-moz-keyframes bigger {
	from {
		-moz-transform: scale(1);
		-moz-box-shadow: none;
	}
	to {
		-moz-transform: scale(1);
		-moz-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
	}
}

@-webkit-keyframes bigger {
	from {
		-webkit-transform: scale(1);
		-webkit-box-shadow: none;
	}
	to {
		-webkit-transform: scale(1);
		-webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
	}
}*/

.menu_header {
	font-size: 24px;
	font-family: '微软雅黑';
}

.iconfont {
	font-size: 24px;
}

.intro_header {
	line-height: 30px;
	vertical-align: middle;
	color: #0099e5;
	font-family: '微软雅黑';
	font-size: 24px;
}

.intro_ul {
	background: #f6f6f6;
	list-style: none;
	padding-left: 0px;
	/*margin-right: 10px;*/
}

.intro_ul li {
	padding: 0px;
	overflow: hidden;
}

.intro_media {
	max-height: 120px;
	/*overflow: hidden;*/
	overflow: hidden;
	
}

.media_img {
	/* height: 120px; */
    width: 34%;
    float: left;
    display: inline;
    margin-right: 10px;
    font-size: 0;
    line-height: 0;
    max-width:159px;
    background: #444;
}
.media_img img{
	width:100% ;
	transition: all .4s; 
}
.media_article {
	font-size: 12px;
	color: #aeb5b7;
	font-family: '微软雅黑';
	padding-right: 10px;
}

.media_txt {
	display: inline;
	max-height: 120px;
	line-height: 1.2em;
	float: left;
	width: calc(100% - 34% - 10px);
	min-height: 68px;
	overflow: hidden;
}

.media_header {
	font-size: 18px;
	color: #282828;
	font-family: '微软雅黑';
	padding-top: 5%;
	padding-right: 10px;
}

.item_intro {
	width: 400px;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 1000px;
	overflow-y: auto;
	line-height: 3em;
}

.menu_inner {
	width:calc(100% - 55px) \0;
	min-width:270px ;
	height: 100%;
	position: relative;
}

.blur{
    -webkit-filter: blur(3px); 
       -moz-filter: blur(3px);
        -ms-filter: blur(3px);    
            filter: blur(3px);    
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3, MakeShadow=false); 
}
/*动效部分*/
.shadowDown{
	animation: shadowDown .5s;
	-moz-animation: shadowDown .5s;
	-webkit-animation: shadowDown .5s;
	-o-animation: shadowDown .5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}
@keyframes shadowDown {
	from {
		opacity: 0;
		transform: translateY(-50px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@-moz-keyframes shadowDown {
	from {
		opacity: 0;
		transform: translateY(-50px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@-webkit-keyframes shadowDown {
	from {
		opacity: 0;
		transform: translateY(-50px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@-o-keyframes shadowDown {
	from {
		opacity: 0;
		transform: translateY(-50px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}




/**/
.shadowUp{
	animation: shadowUp .5s;
	-moz-animation: shadowUp .5s;
	-webkit-animation: shadowUp .5s;
	-o-animation: shadowUp .5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}
@keyframes shadowUp {
	from {
		opacity: 0;
		transform: translateY(50px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@-moz-keyframes shadowUp {
	from {
		opacity: 0;
		transform: translateY(50px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@-webkit-keyframes shadowUp {
	from {
		opacity: 0;
		transform: translateY(50px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@-o-keyframes shadowUp {
	from {
		opacity: 0;
		transform: translateY(50px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}




/**/


.up{
	animation: mysecond .5s;
	-moz-animation: mysecond .5s;
	-webkit-animation: mysecond .5s;
	-o-animation: mysecond .5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

@keyframes mysecond {
	from {
		opacity: 0;
		transform: translateY(50px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@-moz-keyframes mysecond {
	from {
		opacity: 0;
		transform: translateY(50px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@-webkit-keyframes mysecond {
	from {
		opacity: 0;
		transform: translateY(50px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@-o-keyframes mysecond {
	from {
		opacity: 0;
		transform: translateY(50px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}


/**/

@keyframes myfirst {
	from {
		opacity: 0;
		transform: scale(1);
	}
	to {
		opacity: 1;
		transform: scale(1.05);
		box-shadow: 0 0 60px rgba(0, 0, 0, 0.3);
	}
}

@-moz-keyframes myfirst {
	from {
		opacity: 0;
		transform: scale(1);
	}
	to {
		opacity: 1;
		transform: scale(1.05);
		box-shadow: 0 0 60px rgba(0, 0, 0, 0.3);
	}
}

@-webkit-keyframes myfirst {
	from {
		opacity: 0;
		transform: scale(1);
	}
	to {
		opacity: 1;
		transform: scale(1.05);
		box-shadow: 0 0 60px rgba(0, 0, 0, 0.3);
	}
}

@-o-keyframes myfirst {
	from {
		opacity: 0;
		transform: scale(1);
	}
	to {
		opacity: 1;
		transform: scale(1.05);
		box-shadow: 0 0 60px rgba(0, 0, 0, 0.3);
	}
}


/*涟漪*/

.wave {
	height: 300px;
	width: 300px;
	border-radius: 150px;
	background: rgba(255, 255, 255, 0.9);
	z-index: 99999;
	animation: wave .8s;
	-moz-animation: wave .8s;
	-webkit-animation: wave .8s;
	-o-animation: wave .8s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

@keyframes dot {
	0% {
		box-shadow: 0 0 0 0px rgba(66, 166, 223, 0);
		background: rgba(66, 166, 223, 0);
	}
	100% {
		box-shadow: 0 0 0 300px rgba(66, 166, 223, 0.7);
		background: rgba(66, 166, 223, 0.7);
	}
}

@-webkit-keyframes dot {
	0% {
		box-shadow: 0 0 0 0px rgba(66, 166, 223, 0);
		background: rgba(66, 166, 223, 0);
	}
	100% {
		box-shadow: 0 0 0 300px rgba(66, 166, 223, 0.7);
		background: rgba(66, 166, 223, 0.7);
	}
}

@keyframes wave {
	from {
		transform: scale(1);
		opacity: 0.2;
	}
	to {
		transform: scale(15);
		opacity: 0.8;
	}
}

@-moz-keyframes wave {
	from {
		-moz-transform: scale(1);
		opacity: 0.2;
	}
	to {
		-moz-transform: scale(15);
		opacity: 0.8;
	}
}

@-webkit-keyframes wave {
	from {
		-webkit-transform: scale(1);
		opacity: 0.2;
	}
	to {
		-webkit-transform: scale(15);
		opacity: 0.8;
	}
}

