@charset "utf-8";

/* CSS Document */


/*@author zhuangyanjia*/


/*@revise Kwei*/

#trigger1 {
	position: absolute;
	top: 26px;
	left: 32px;
	z-index: 999999999;
	cursor: pointer;
}

.menu {
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.menu_open {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear;
}

.menu_close {
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear;
}

.container_push {
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear;
	-webkit-transform: translate3d(650px, 0, 0);
	-moz-transform: translate3d(650px, 0, 0);
	transform: translate3d(650px, 0, 0);
}

.container_back {
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}


/*.trigger_open {
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear;
	-webkit-transform: translate3d(700px, 0, 0);
	-moz-transform: translate3d(700px, 0, 0);
	transform: translate3d(700px, 0, 0);
}

.trigger_back {
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear;
	-webkit-transform: translate3d(50px, 0, 0);
	-moz-transform: translate3d(50px, 0, 0);
	transform: translate3d(50px, 0, 0);
}*/

.menu_item {
	list-style: none;
	padding-left: 0px;
	line-height: 60px;
}

.menu_item li i {
	opacity: 0.3;
}

.menu_item li,
.intro_ul li {
	border-top: 1px solid #2f3233;
	border-bottom: 1px solid #141617;
	padding-left: 35px;
}

.intro_ul li:hover {
	/*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
}

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

@-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.9);
	}
}

@-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.9);
	}
}

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

.iconfont {
	font-size: 24px;
}

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

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

.intro_header {
	text-align: center;
	color: #c5cacb;
	font-family: '微软雅黑';
	font-size: 24px;
}
.intro_header p{
	margin: 14px 0;
}
.intro_ul {
	background: #202324;
	list-style: none;
	padding-left: 0px;
}

.intro_ul li {
	padding: 0px;
}

.intro_media {
	overflow: hidden;
}

.media_img {
	height: 120px;
	width: auto;
	float: left;
	display: inline;
	margin-right: 10px;
}

.media_article {
	font-size: 12px;
	color: #afb0b0;
	font-family: '微软雅黑';
	padding-right: 10px;
}

.media_txt {
	display: inline;
	height: 120px;
	line-height: 1.2em;
}

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

.item_intro {
	width: 400px;
	height: 100vh;
	/*position: absolute;
	right: 0px;
	top: 0px;*/
	/*height: 1000px;*/
	overflow-y: auto;
	line-height: 3em;
	-webkit-overflow-scrolling: touch;
	padding-left: 2px;
}

.menu_logo {
	width: 220px;
	height: 100%;
	/*position: absolute;
	left: 0px;
	top: 0px;*/
	background: #202324;
}

.menu_logo img {
	width: 180px;
	height: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 35px;
}

.menu_inner {
	width: 100%;
	height: 100%;
	position: relative;
}

.menu {
	height: 100vh;
	width: 650px;
	position: fixed;
	top: 0px;
	left: 0px;
	background: #000000;
	color: #FFFFFF;
}

.morebtn {
	line-height: 30px;
	float: right;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.2);
	font-size: 12px;
	color: #6c6e6f;
	margin: 10px;
	cursor: pointer;
}

.morebtn:hover {
	color: #FFFFFF;
}


/*滑轮按钮*/

#scroll {
	position: fixed;
	bottom: 50px;
	left: 50%;
	z-index: 999999;
}

#Scrollbtn a {
	padding-top: 60px;
}

#Scrollbtn a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 30px;
	height: 50px;
	margin-left: -15px;
	border: 2px solid #fff;
	border-radius: 50px;
	box-sizing: border-box;
}

#Scrollbtn a span::before {
	position: absolute;
	top: 10px;
	left: 50%;
	content: '';
	width: 6px;
	height: 6px;
	margin-left: -3px;
	background-color: #fff;
	border-radius: 100%;
	-webkit-animation: sdb10 2s infinite;
	animation: sdb10 2s infinite;
	box-sizing: border-box;
}

@-webkit-keyframes sdb10 {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		-webkit-transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@keyframes sdb10 {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
.container_item{
	width:100%;background: url(../img/mainbg.jpg) no-repeat center; 
	background-size:cover ;
	background-attachment:fixed
}

/*手风琴部分*/

ul.accordion {
	list-style: none;
	position: absolute;
	right: 20px;
	top: 0px;
	/*font-family: Cambria, serif;*/
	font-family: '微软雅黑';
	font-size: 16px;
	/*font-style: italic;*/
	line-height: 1.5em;
	margin: 0px;
	z-index: 999;
	width: 630px;
}

ul.accordion li:before,
ul.accordion li:after {
	content: "";
	width: 2px;
	height: 40vh;
	/*background: rgba(255,255,255,.2);*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
	/* IE6-9 */
	z-index: 88;
	transition: all .3s .2s ease-in-out;
}


/*ul.accordion li:nth-child(2):before,ul.accordion li:nth-child(2):after{
    transition: all .3s .2s ease-in-out;
}*/

ul.accordion li:before {
	position: absolute;
	left: 0px;
}

ul.accordion li:after {
	position: absolute;
	right: 0px;
}

ul.accordion li {
	width: 210px;
	height: 100vh;
	display: block;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
	overflow: hidden;
	transition: all .2s ease-in-out;
	margin-left: -2px;
	/*border: 2px solid rgba();*/
}

ul.accordion li.bg1 {
	background-image: url(../img/section1/slider6.png);
}

ul.accordion li.bg2 {
	background-image: url(../img/section1/slider8.png);
}

ul.accordion li.bg3 {
	background-image: url(../img/section1/slider9.png);
}

ul.accordion li .description {
	position: absolute;
	width: 308px;
	padding: 20px;
	margin: auto;
	top: 30%;
	bottom: 30px;
	left: 0px;
	right: 0px;
	box-sizing: border-box;
	/*display: none;*/
	opacity: 0;
	transition: all .3s ease-in-out !important;
	z-index: 80;
}

ul.accordion li .description h2 {
	/*text-transform: uppercase;*/
	font-style: normal;
	font-weight: bold;
	/*letter-spacing: 1px;*/
	font-size: 38px;
	color: #FFFFFF;
	text-align: left;
	margin: 0px 0px 15px 0px;
	line-height: 40px;
	cursor: pointer;
}

ul.accordion li .description p {
	line-height: 20px;
	/*margin: 10px 22px;*/
	/*font-family: "Trebuchet MS", sans-serif;*/
	font-size: 18px;
	font-family: '宋体';
	/*font-style: italic;*/
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	line-height: 1.6em;
	color: #FFFFFF;
}

ul.accordion li .description_in {
	height: 90%;
	overflow: hidden;
}

ul.accordion li .description_in_2 {
	position: relative;
	height: 88px;
	/*width: 267px;*/
	text-transform: uppercase;
	font-style: normal;
	font-size: 11px;
	text-decoration: none;
	color: #888;
	box-sizing: border-box;
	cursor: pointer;
}

ul.accordion li .description_in_2 a {
	position: absolute;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: #FFFFFF;
	margin: auto;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transform: translateX(-20px);
	opacity: 0;
}

ul.accordion li .bgDescription {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2c2f31+0,2c2f31+100&0+0,0.9+100 */
	background: -moz-linear-gradient(top, rgba(44, 47, 49, 0) 0%, rgba(44, 47, 49, .9) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(44, 47, 49, 0) 0%, rgba(44, 47, 49, .9) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(44, 47, 49, 0) 0%, rgba(44, 47, 49, .9) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#002c2f31', endColorstr='#002c2f31', GradientType=0);
	/* IE6-9 */
	opacity: 0;
	height: 100vh;
	position: absolute;
	bottom: 0px;
	/*left: 3px;*/
	width: 100%;
	/*display: none;*/
	transition: all .5s .1s ease-in-out;
}

ul.accordion li:hover {
	width: 400px;
	height: 100vh;
}

ul.accordion li:hover .bgDescription {
	height: 100vh;
	opacity: 1;
	transition: all .5s .1s ease-in-out;
}

ul.accordion li:hover .description {
	opacity: 1;
	transition: all .5s .3s ease-in-out;
}

ul.accordion li:hover .description a {
	opacity: 1;
	transform:translateX(0) ;
	transition: all .5s .2s ease-in-out ;
}

ul.accordion li:hover:before,
ul.accordion li:hover:after {
	background: rgba(255, 255, 255, 1);
	height: 100vh;
	transition: all .6s .6s ease-in-out !important;
}
li:hover path {
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	-webkit-animation: dash .5s .7s linear both;
	animation: dash .5s .7s linear both;
	stroke: #fff;
}
@-webkit-keyframes dash {
	to {
		stroke-dashoffset: 0;
	}
}
@keyframes dash {
	to {
		stroke-dashoffset: 0;
	}
}

/*container部分*/
.container {
	height: 100vh;
	width: 100%;
	overflow-x: hidden;
	box-sizing: border-box;
}

/**/
.container_item {
	height: 100vh !important;
}
.item_info{
	position: absolute;top:10%;left: 15%;font-family: arial, '微软雅黑';
}
.item_info h1{
	font-size:87px; color: #fff; text-shadow: 0px 2px 6px rgba(0,0,0,.1); margin-bottom: 10px;
}
.item_info p{
	font-size:24px;line-height: 48px; color: #fff; text-shadow: 0px 2px 6px rgba(0,0,0,.1);
}
.btnIndex{
	width: 300px;border-radius: 10px;background:#ee6eb6;font-size:34px;padding-top:15px;padding-bottom:15px;text-align: center;color: #FFFFFF; cursor: pointer;
}
@media screen and (max-width: 1440px) {
	.item_info{
	position: absolute;top:10%;left: 8%;font-family: arial, '微软雅黑';
}
ul.accordion li .description_in_2 a{
	width: 44px;
	height: 44px;
}
#read_more{
	width: 44px !important;
	height: 44px !important;
}
}
@media screen and (max-width: 1366px) {
	.item_info{
	position: absolute;top:10%;left: 5%;font-family: arial, '微软雅黑';
}
}
@media screen and (max-width: 1024px) {
	ul.accordion{
		width: 396px;
	}
	ul.accordion li .description{
	width: 196px;
}
.item_info h1{
	font-size: 70px;
}

.item_info p{
	font-size: 18px;
}
.icon-bag{
	font-size: 24px !important;
}
.btnIndex {
    width: 190px;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
}
#trigger1{
	top: 10px;
	left: 10px;
}
}

@media screen and (max-width: 768px) {
	.infoseries{
		display: none;
	}
	.menu {
    width: calc(100% - 100px) ;
  
}
.container_push{
	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-transform: translate3d(calc(100% - 100px), 0, 0);
    -moz-transform: translate3d(calc(100% - 100px), 0, 0);
    transform: translate3d(calc(100% - 100px), 0, 0);
}
.intro_ul li:hover {
	/*background: #010a0c;*/
	animation: none ;
	-moz-animation:none;
	-webkit-animation:none;
	-o-animation:none;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}
.item_info p{
	line-height: 24px;
}
.btnIndex{
	background:#ee6eb6 ;
	background: rgba(238,110,182,.5);
}
.container_item{
	width:100%;background: url(../img/mainbg-shu.jpg) no-repeat center; 
	background-size:cover ;
	background-attachment:fixed
}
}
@media screen and (max-width: 425px) {
	.menu_logo{
		width: 150px;
	}
	.menu_item li{
		padding-left: 10px;
	}
	.menu_item{
		line-height: 24px;
	}
	.container_push{
	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-transform: translate3d(calc(100% - 60px), 0, 0);
    -moz-transform: translate3d(calc(100% - 60px), 0, 0);
    transform: translate3d(calc(100% - 60px), 0, 0);
}
.menu {
    width: calc(100% - 60px) ;
}
.logoImg{
	width:calc(100% - 20px) !important;
	margin-left: 0px !important;
	padding: 10px ;
}
.media_img{
	width: 50px;
	height: auto !important;
	line-height: 0;
}
.intro_media{
	padding: 10px 0;
}
.media_img img{
	width: 100%;
}
.media_header{
	margin-top: 0;
	padding-top: 0;
}
.media_article{
	display: none;
}
.item_info h1{
	font-size: 40px;
}
}
@media screen and (max-width: 375px) {
	.menu_logo {
    width: 95px;
    font-size: 18px;
}
.intro_header {
    font-size: 18px;
}
.morebtn{
	
}
.menu_header{
	    font-size: 16px;
}
.media_img{
	width: 100%;
	line-height: 0;
	margin-right: 0;
	padding-bottom: 10px;
}
.intro_ul li{
	padding: 0 5px;
}
.menu_header .iconfont{
	font-size: 18px;
}
}