@charset "utf-8";
/* CSS Document */

/* top css */
/*
#head{
	width:100%;
	height:110px;
	background-color:#F2F2F2;
	position:relative;
	z-index:30;
}
*/
#title{
	width:170px;
	height:60px;
	text-align:center;
	margin:0 auto;
}
#title img{
	margin-top:10px;
}
#title h1{
	float:right;
	font-size:18px;
	color:#000000;
	text-align:center;
	/*
	margin-top:20px;
	*/
	line-height:60px;
	font-weight:normal;					
}
#nav{
	width:100%;
	height:50px;
	background-color:#333333;
	position:relative;
	z-index:30;
}
.naviappdiv{
	/*
	left:-1px;
	width:100%;
	border-left: 1px solid white;
	border-right: 1px solid white;
	*/
	display:none;
	width:172px;
	position:absolute;
	top:50px;
	left:-1px;
	z-index:9999;
	background-color:white;
	font-family: "TrumpGothicEastBold", Arial, Helvetica, sans-serif;
}

/*  menu css */
#navi{
	width:1370px;
	height:50px;
	border-right:1px solid #FFFFFF;
	margin:0 auto;
	background-color: #333333;
	/*
	display: -webkit-flex;
	display: flex;

	width:1200px;
	top: 0;
	left: 0;
	z-index: 9000;
	display:table;
	
	display:-moz-box;
	-moz-box-orient:horizontal;

	display:-webkit-box;
	-webkit-box-orient:horizontal;
	
	display:box;
	box-orient:horizontal;
	*/
}
#navi a{
	width:170px;
	display:inline-block;
	height:50px;
	
	text-decoration:none;
	border-left:1px solid #FFFFFF;
	float: left;
	/*
	-moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -o-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
	
	display:table-cell;
	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;

	-moz-box-flex:1.0; 
	-webkit-box-flex:1.0;
	box-flex:1.0;
	*/
}
#navi a:hover{
	text-decoration:none;
}
.button-base{
	/*
	background-color:#333333;
	overflow: hidden;
	*/
	width:100%;
	height:50px;
	position: relative;
    top: 0px;
    left: 0px;
}

.button-base > div {
	position: absolute;
	height: 50px;
	pointer-events: none;
	width: 100%;
	padding-left: 20px;
	/*
	padding-top: 2px;
	*/
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transform-origin: 50% 50% -25px;
	-webkit-transform-origin: 50% 50% -25px;
	-moz-transform-origin: 50% 50% -25px;
	-ms-transform-origin: 50% 50% -25px;
}
.button-base > div h1 {
	font-family: "TrumpGothicEastBold", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-smooth: always;
	/*line-height: 16px;*/
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top:13px;
}
.button-base > div .block {
	display: block;
	width: 20px;
	height: 1px;
	/*
	margin-left: -1px;
	*/
	margin-top: 7px;
}
.menudiv1{
	color: #333333;
	background-color: #FFFFFF;
	transform: rotateX(90deg);
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
}
.menudiv1 .block {
	background-color: #F2F2F2;
}
.menudiv2 {
	color: #FFFFFF;
	background-color: #333333;
	transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
}
.menudiv2 .block {
	background-color: #FFFFFF;
}

.button-base:hover > .menudiv1 .block {
	background-color: #00C4E1;
}
.button-base:hover> .menudiv2 .block {
	background-color: #00C4E1;
}



.button-base:hover > div {
	transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
}
.button-base:hover > .menudiv1 {
	color: #333333;
	transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
}
.button-base:hover > .menudiv2 {
	color: #FFFFFF;
	background-color: #FFFFFF;
	transform: rotateX(-90deg);
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
}

.menu-current > div {
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
}
.menu-current > .menudiv1 {
	color: #333333;
	transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
}
.menu-current > .menudiv1 .block {
	background-color: #00C4E1;
}
.menu-current > .menudiv2 {
	/*color:#00C4E1;
	background-color: #000000;*/
	color: #ffffff;
	background-color: #ffffff;
	transform: rotateX(-90deg);
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
}


/* bottom css */
#copyrihgt{										
	width:100%;
	height:210px;						
	background-color:#333333;
}
#copyrihgt .info{
	width:1200px;
	height:60px;
	font-size:12px;
	color:#FFFFFF;
	padding-top:20px;
	margin:0 auto;	
}
#copyrihgt .info a{
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}
#copyrihgt .info a:hover{
	color:#00C4E1;
}
.apppic,.weixinpic{
	float:right;
	text-align:center;
	color:#D8D8D8;
}

.code1{
	margin: 0 auto;
	height:110px;
	width:1200px;
}
.foot11{
    float: left;
    text-align: left;
}
.foot22{
    float: right;
    text-align: center;
}
.code1 img{
	margin:10px;
}
.code1 p{
	font-size:14px;
}
.code1 a{
    font-size:12px;
	color:#FFFFFF;
}
.code1 a:hover{
    color:#00C4E1;
}

.pm {
	    position: relative;
	    overflow: hidden;
	    float: right;
}	
.history {
    width: 370px;
    height: 570px;
    padding: 35px 10px 35px 30px;
    border-radius: 4px;
    margin-top: 20px;
    position: relative;
    float: left;
    background: rgba(162,162,162,.11);
}
.container {
	width: 1170px;
	position: relative;
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.pm .svg {
    width: 748px;
    stroke: #115639;
}

.history .box {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    outline: 0;
    cursor: pointer;
    display: block;
    z-index: 999;
}
.jspContainer {
    /*overflow: hidden;*/
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}

.jspContainer::-webkit-scrollbar {
    width: 10px;     
    height: 1px;
}

.jspContainer::-webkit-scrollbar-thumb {/*����������С����*/
    border-radius: 10px;
     -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #00c6e2;
}


.jspContainer::-webkit-scrollbar-track {/*������������*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #EDEDED;
}

.jspPane {
    position: absolute;
    width: 95%;
}

 ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
} 

.history .box li {
	padding: 15px 0 10px;
	border-top: 1px solid #D7D7D7;
	width: 300px;
	float: left;
	margin-right: 40px;
}

.history .name {
    font-size: 18px;
    color: #333;
    padding-bottom: 5px;
}

.history .add {
    color: #707070;
    font-size: 12px;
    margin: 5px 0;
}

.history .titles {
    font-size: 24px;
    color: #115639;
    padding-bottom: 20px;
}
.tit {
    overflow: hidden;
    text-align: center;
    padding-bottom: 2%;
    margin-top: 2%;
}
.tit h3 {
    font-weight: 400;
    display: block;
    font-size: 40px;
    line-height: 50px;
    color: #010101;
    margin-top: 0;
    margin-bottom: 0;
}
.branch {
    padding-top: 0px;
}

.aos-animate {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
}


												