
/*------------ Main Menu ------------*/
.mainmenu {
	margin: 0px 0;
	font-size: 16px;
	position:relative;
	padding:0;
}

.mainmenu > li {
    background-color: #F36A5A;
    /* border-top: 1px solid #0c2e8a; */
    height: 45px;
    color: #fff;
    box-sizing: border-box;
    position: relative;
    border-radius: 10px 40px 10px 40px;
    box-shadow: 7px 6px 7px rgba(47, 48, 51, 0.1);
    margin-bottom: 10px;
    margin-left: 1px;
}

.mainmenu > li:hover {  /* my */
    background-color: #FFF;
   	border: 2px solid #F36A5A;
   	color: #F36A5A;
}

/* .mainmenu > li:first-child {
	border-radius: 7px 7px 0 0;
	border-top: 0;
} */

.mainmenu > li:last-child {
	border-radius: 0 0 7px 7px;
}

.mainmenu > li span {
	line-height: 48px;
}

.mainmenu > li .icon {
	float: left;
	width: 20px;
	height: 20px;
	display:block;
	position:absolute;
	left:10px;
	top:15px;
}



.mainmenu > li .messages {
	background: url("../images/messages.png") no-repeat;
	padding: 0;
	margin-top: -33px;
	margin-right: 19px;
	float: right;
	display: block;
	width: 34px;
	height: 18px;
	text-align: center;
	font-size: 11px;
	line-height: 19px;
}



/*------------ Sub Menu ------------*/
.submenu {
	box-sizing: border-box;
	color: #ae9f9f;
	font-size: 13px;
	content: " ";
	/*opacity: 0.5;*/
	box-shadow: 7px 6px 7px rgba(47, 48, 51, 0.1);
	border-radius: 10px 40px 10px 40px;
}




/*
 *  my    scrollbar
 */

#submenu::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	background-color: #F5F5F5;
	border-radius: 10px;
}

#submenu::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#submenu::-webkit-scrollbar-thumb
{
	border-radius: 20px;
	background-image: -webkit-gradient(linear,
									   left bottom,
									   left top,
									   color-stop(0.44, rgb(122,153,217)),
									   color-stop(0.72, rgb(73,125,189)),
									   color-stop(0.86, rgb(28,58,148)));
}


.submenu li {
	padding-left:15px;
	line-height: 20px;
	padding-top: 10px;
	margin-left: 0px;
	background-color: #ffe7e2;
	transition: border-left 220ms ease-in;
}

.submenu .chosen,
.submenu .chosen:hover {
	border-left: solid 6px #2a4fa0;
}

.submenu li:hover {
	border-left: solid 6px #f36a5a;
}

.submenu li span {
	margin-left:30px;
}

.animate {
	animation: flip 2000ms ease-in-out alternate;
}


#scroll-2{

}
#scroll-2 div{
	width:400px;
	height:400px;
}
#scroll-2::-webkit-scrollbar{
	width:20px;
	height:20px;
}
#scroll-2::-webkit-scrollbar-track{
	background: #f6f6f6;
}
#scroll-2::-webkit-scrollbar-thumb{
	background: #aaa;
}
#scroll-2::-webkit-scrollbar-thumb:hover{
	background: #747474;
}
#scroll-2::-webkit-scrollbar-corner{
	background: #f6f6f6;
}

@keyframes flip {
	to {
		transform: rotateY(360deg);
	}
}









* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



ul {
	list-style-type: none;
}

a {
	color: #0c3d71;
	text-decoration: none;
}
a:hover   
{
	color:#50d8af;
}
#submenu a{
	color:#333;
}
#submenu a:hover{
	color:#FF9966;
}

/**
 * submenub
 -----------------------------*/
 .submenub {
 	display: none;
 	background: #444359;
 	font-size: 14px;
 }

 .submenub li {
 	border-bottom: 1px solid #4b4a5e;
 }

 .submenub a {
 	display: block;
 	text-decoration: none;
 	color: #d9d9d9;
 	padding: 12px;
 	padding-left: 20px;
 	-webkit-transition: all 0.25s ease;
 	-o-transition: all 0.25s ease;
 	transition: all 0.25s ease;
 }

 .submenub a:hover {
 	background: #b63b4d;
 	color: #FFF;
 }
 
 .tool-icons a {
    width: 170px;
    height: 170px;
    margin: 14px 14px 6px 6px;
    border: 5px solid #fff;
    background: #22262E;
    display:inline-block;
    position:relative;
    

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

    box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.4);
}

.tool-icons a:hover {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
}

.tool-icons a span {
    display: block;
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 70px;
    font-family: open_sanslight, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #fff;
    text-align: left;
    font-size: 10px;
	}

.tool-icons a{
    overflow:hidden;
    background:#22262F;
}

.tool-icons a.browse-data{
    /*background:url('../images/browse-data.jpg') no-repeat 50% 50%;*/
}

.tool-icons a img{
    -webkit-transform: translate3d(0, 0, 0) scale(0.85);
    transform: translate3d(0, 0, 0) scale(0.85);
   

     -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

}
.tool-icons a:hover img{
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);

}


@media all and (min-width: 1800px) {
    .header{
        position: fixed;
    }
}

.header.shrink{
    top:-90px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
}


.overflowTest3::-webkit-scrollbar {
 width: 8px;
}
 .overflowTest3::-webkit-scrollbar-track {
 background-color:red;
 -webkit-border-radius: 2em;
 -moz-border-radius: 2em;
 border-radius:2em;
}
 .overflowTest3	::-webkit-scrollbar-thumb {
 background-color:green;
 -webkit-border-radius: 2em;
 -moz-border-radius: 2em;
 border-radius:2em;
}



.dropbtn {
    background-color: #ff8080;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #484141;
    color:white;
    width: 510px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}


.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: red;
}

.buttontop {
  display: inline-block;
  border-radius: 4px;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 28px;
  padding: 20px;
  width: 400px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.buttontop span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.buttontop span:after {
  content: '绂�';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.buttontop:hover span {
  padding-right: 25px;
}

.buttontop:hover span:after {
  opacity: 1;
  right: 0;
}



.button_left {
		  display: inline-block;
		  padding: 10px 10px;
		  font-size: 12px;
		  cursor: pointer;
		  text-align: center;
		  text-decoration: none;
		  outline: none;
		  color: #fff;
		  background-color: #4CAF50;
		  border: none;
		  border-radius: 15px;
		  box-shadow: 0 4px #999;
		}

.button_left:hover {background-color: #3e8e41}

		.button_left:active {
		  background-color: #3e8e41;
		  box-shadow: 0 1px #666;
		  transform: translateY(4px);
		}