@media only screen and (min-width:1440px ) {
	.wd2,.gy2{width: 2880px !important;}
	.wd2{left:-566px !important;}
	.gy2{left:-626px !important;}
}
@media only screen and (max-width:992px ) {
	.navbar-brand a img{
		width: 70px;
		height: 30px;
	}
	.daohang{
		margin: 0 0 0 40px;
		height: 80px;
	}
	#daohangtiao{
		
		display: none;
	}
	.navbar-collapse.collapse {
    	display: none !important;
  	}
  	html,body{
		height: 100%;
		overflow-x: hidden;
	}
	
}
@media only screen and (min-width:993px ) {
	.zd{display: none !important ;}
	#daohangtiao{display: block !important;}
	.navbar-collapse.collapse {
    	display: block !important;
  		height: auto !important;
    	padding-bottom: 0;
    	overflow: visible !important;
  }
  	.navbar-header {
		  float: left !important;
			margin-top: 10px;
	}
  	.navbar {height: 80px;}
	.daohang{
		width: 90%;
		margin: 0 0 10px 40px;
		height: 80px;
	}

	#daohangtiao{
		/* background-color: #0fc044; */
		padding-top: 10px;
	}
	#daohangtiao .nav li{
		/* background-color: #350fc0; */
		
		margin-right: 20px;
	}

	#daohangtiao .nav .tt{
		background:rgb(255, 251, 251);
		width: 200px;
		height: 390px;
	}
	#daohangtiao .nav .tt2{
		background:rgb(255, 251, 251);
		width: 150px;
		height: 462px;
	}

	#daohangtiao .nav .tt li a{
		/* background-color: #62b0ff; */
		width: 200px;
		line-height: 75px;
		display:inline-block;
	}
    #daohangtiao .nav .tt2 li a{
		/* background-color: #62b0ff; */
		width: 150px;
		line-height: 75px;
		display:inline-block;
	}
	#daohangtiao .nav li a{
		/* background-color: firebrick; */
		color: #000000;
		font-weight: 600;
		font-size: 16px;
			
	}
    #daohangtiao .nav li:hover{
		width: 180;
		background-color: #8deb12;
		
	}
	#daohangtiao .nav li:hover a{
		
		/* background:rgba(243, 241, 241, 0.5); */
		border-radius: 10px;
		color: #000000;	
	}

	.navbar-header img{
		
		width: 102px;
		height: 33px;
	}
	#box{right: -2880px!important;}
	#main{left:0px !important;}


	
}
@media only screen and (min-width: 768px) and (max-width: 993px) {
	.navbar-header {float:none !important;}
}
header{
	background: #ffffff;
	width: 100%;
	z-index: 99;
}
.navbar-inverse{
	background: #ffffff;
	border:none;
	border-radius: 0;
	height: 110px;
}

.navbar-nav {
  margin: 19px 35px;
position: relative;

}


#daohangtiao .logim{
	width: 230px;
	height: 40px;
	/* background-color: #6fff62; */
	float: right;
	margin-top: 30px;
}
#daohangtiao .logim li{
	cursor: pointer;
	width: 80px;
	height: 40px;
	float: left;
	text-align: center;
	line-height: 40px;
	background-color: rgb(118, 153, 199);
	border-radius: 30px;

	font-size: 13px;
	font-weight: 600;
	color: #000000;
	text-decoration: none;
}
#daohangtiao .logim li:nth-child(2){
	margin-left: 30px;
}
#daohangtiao .logim li:hover{

	background-color: #548ec8;
}



/* 登录模态框 */
#daohangtiao .login-box {
	display: none;
	width: 350px;
	height: 250px;
	border: 1px solid rgb(216, 216, 216);
	border-radius: 10px;
	box-shadow: 5px 5px 10px rgba(10, 20, 20, .2), -5px -5px 10px rgba(10, 20, 20, .2);
	background-color: #fff;
	/* 和遮罩层同理，模态框一定要在最上层 */
	z-index: 1;
	position: absolute;
	left: 800px;
	top: 150px;
}
#daohangtiao .login-box .title {
	cursor: move;
	user-select: none;  /* 禁止用户选中文字 */
	position: relative;
	width: 100%;
	height: 70px;
	color: #3f3f3f;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	line-height: 70px;
}
#daohangtiao .login-box .title .exit {
	position: absolute;
	top: -10px;
	right: 10px;
	font-size: 30px;
}
#daohangtiao .login-box .title .exit:hover {
	cursor: pointer;
	text-shadow: 2px 2px 4px rgba(10, 20, 20, .5);
}
#daohangtiao .login-box form {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10px 0;
}
#daohangtiao .login-box form .input-box {
	width: 60%;
	height: 35px;
	margin-bottom: 20px;
	padding: 0px 10px;
	border: 1px solid #3f3f3f;
	border-radius: 8px;
	color: #3f3f3f;
	font-size: 16px;
	font-weight: 700;
}
#daohangtiao .login-box form .input-box:focus {
	outline: none;
}
#daohangtiao .login-box form .login-but {
	width: 120px;
	height: 35px;
	border: none;
	background-color: #fa8282;
	border-radius: 8px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}
#daohangtiao .login-box form .login-but:hover {
	background-color: #f36886;
}




/* 弹层 */
.mai {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
	position: relative;
	left: 500px;
	top: 40px;
    overflow: hidden;
    width: 768px;
    max-width: 100%;
	min-height: 480px;
	display: none;
}

.form-container form {
    background: #fff;
    display: flex;
    flex-direction: column;
    padding:  0 50px;
    height: 100%;
    justify-content: center;
    align-items: center;
	text-align: center;

}

.social-container {
    margin: 20px 0;
}

.social-container a {
    border: 1px solid #ddd;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    height: 40px;
    width: 40px;
}

.social-container a:hover {
    background-color: #eee;
}

.form-container input {
    background: #eee;
    border: none;
    padding: 12px 15px;
    margin: 8px 0;
    width: 100%;
    outline: none;
}

button {
    border-radius: 20px;
    border: 1px solid #ff4b2b;
    background: #ff4b2b;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
    cursor: pointer;
}

button:active {
    transform: scale(.95);
}

button:focus {
    outline: none;
}

button.switcher {
    background: transparent;
    border-color: #fff;
}

.form-container {
    position: absolute;
    top: 0;
    height: 100%;
    transition: all .6s ease-in-out;
}

.sign-in-container {
    left: 0;
    width: 50%;
    z-index: 2;
}

.sign-up-container {
    left: 0;
    width: 50%;
    z-index: 1;
    opacity: 0;
}

.overlay-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: transform .6s ease-in-out;
    z-index: 100;
}

.overlay {
    background: #ff416c;
    background: linear-gradient(to right, #ff4b2b, #ff416c) no-repeat 0 0 / cover;
    color: #fff;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    transform: translateY(0);
    transition: transform .6s ease-in-out;
}

.overlay-panel {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
    height: 100%;
    width: 50%;
    text-align: center;
    transform: translateY(0);
    transition: transform .6s ease-in-out;
}

.overlay-right {
    right: 0;
    transform: translateY(0);
}

.overlay-left {
    transform: translateY(-20%);
}

/* Move signin to right */
.mai.right-panel-active .sign-in-container {
    transform: translateY(100%);
}

/* Move overlay to left */
.mai.right-panel-active .overlay-container {
    transform: translateX(-100%);
}

/* Bring signup over signin */
.mai.right-panel-active .sign-up-container {
    transform: translateX(100%);
    opacity: 1;
    z-index: 5;
}

/* Move overlay back to right */
.mai.right-panel-active .overlay {
    transform: translateX(50%);
}

/* Bring back the text to center */
.mai.right-panel-active .overlay-left {
    transform: translateY(0);
}

/* Same effect for right */
.mai.right-panel-active .overlay-right {
    transform: translateY(20%);
}






/*.baoguo{*/
/*	float: right; */
/*	width: 150px; */
/*	height: 90px; */
	/* background-color: rgb(189, 198, 230);  */
/*	line-height: 30px;*/
/*	text-align: center; */
/*	font-size: 15px; */
/*	font-weight: 800;*/
/*}*/
/*.baoguo .gi{*/
/*	width: 130px;*/
/*	height: 70px;*/
/*	line-height: 64px;*/
/*	margin:10px 0 0 0 ;*/
/*	background-color: darkgoldenrod;*/
/*	display:inline-block;*/
/*	z-index:9;*/
/*	cursor:pointer;*/
/*}*/
/*.baoguo .gi a{*/
/*	text-decoration: none;*/
/*}*/
/*.baoguo .gi .baoguo2{*/
/*	position:relative;*/
/*	top: 6px;*/
/*	z-index:7;*/
/*	width: 130px;*/
/*	height: 390px;*/
/*	background-color: darkgreen;*/
/*	display: none;*/
/*}*/
/*.baoguo .gi .baoguo2 li{*/
/*	width: 130px;*/
/*	height: 60px;*/
/*	line-height: 58px;*/
/*	margin-bottom: 5px;*/
	/* background-color: darkred; */
/*}*/
/*.baoguo .gi .baoguo2 li:hover{*/
/*	background-color: rgb(132, 177, 196);*/
/*}*/
/*.baoguo .gi .baoguo2 li a{*/
/*	width: 130px;*/
/*	height: 58px;*/
/*	display: inline-block;*/
/*}*/
/*.baoguo .gi:hover .baoguo2{*/
/*	display: block;*/
/*}*/























































































































.navbar-nav ul{
	display: none;
	width: 90px;
	height: 140px;
	position: absolute;
	left: -40px;
	top: 60px;
	z-index: 2;
	
	
}
.navbar-nav .tt2{
	display: none;
	width: 90px;
	height: 140px;
	position: absolute;
	left: 0px;
	top: 60px;
	z-index: 2;
	
	
}
.navbar-nav ul li{
	text-align: center;
	float: none;
	padding-bottom: 20px;
	width: 200px;
	height: 77px;	
	
}

.navbar-nav .tt2 li{
	text-align: center;
	float: none;
	padding-bottom: 20px;
	width: 150px;
	height: 77px;	
	
}
.navbar-nav ul li a{
	margin-bottom: 60px;
	line-height: 36px;
	text-decoration:none;
	
}
.navbar-nav li:hover ul{
	width: 100px;
	height: 250px;
	display: block;
	background-color: #ffffff;
	/* margin-bottom: 10px; */
	/* padding: 20px; */
	
	position: absolute;
	
	/* border: 1px saddlebrown solid; */
}



.navbar-brand{
	width: 140px;
}
.navbar-brand img{
	width: 100%;
	height: auto;
}
.zd{	
  float: right;
  margin-top: 25px;
  margin-right: 10px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  width: 30px;
  height: 30px;
  color: #504a4a;
  font-size: 20px;
  line-height: 30px;
}
.zd:focus {
  outline: 0;
}

#daohangtiao ul>li a{
	color: #ededed;
	font-size: 15px;
	line-height: 32px;

}
#daohangtiao ul>li a:hover{
	color: #FFFFFF;	
}

.wd2,.gy2{
	position: absolute;
	border-top:1px solid #3C3C3C;
	width: 1440px;
	background:#333333;
	z-index:999;
	top:50px;
	padding: 20px 0px;
	padding-left: 300px;
	display: none;
}
.wd2{
	left:-494px;
	height:201px;
}
.wd2 .ul1{
	margin-left: 15px;
	margin-right: 20px;
	
}
.gy2 li{
	padding: 0;
}
.gy2 .ul1{
	margin-left: 15px;
	margin-right: 20px;
}
.gy2 table{
	margin-left: 15px;
}
.gy2{
	left:-555px;
	height: 270px;
}

.gy2 .a2{
	display: block;
	width: 135px;
	height: 70px;
	border: 1px solid #696969 !important;
	margin-bottom: 5px;
	margin-right: 10px;
}
.gy2 .a2 img{
	width: 125px;
	height: 60px;
	margin-left: 4px;
	margin-top: 4px;
}
.gy2 .lianxi{
	margin-left: 30px;
}
.gy2 .lianxi .aa1{
	 color:#a9a9a9 !important;
}
.gy2 .lianxi .aa2{
	 color:#808080 !important;
}
.wd2 a,.gy2 a{
	text-decoration: none;	
	color: #696969 !important;
	font-size: 12px !important;
	transition: all 1s ease; 
}
.wd2 a:hover,.gy2 a:hover{
	color: #548ec8 !important;
}
.wd2 .a1,.gy2 .a1{
	font-size: 13px !important;
	color: #f4f4f4 !important;
	margin-left: 15px;
	transition: all 1s ease; 
	}
.wd2 .a1:hover,.gy2 .a1:hover{
	color:#696969 !important;
}




/*****/
#main{
	position: absolute !important;
	height:100% !important;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	}
#box{
	position: absolute;
	height:100% !important;
	width: 100%;
	z-index: 999;
	top: 0;
	bottom: 0;
	right:-2880px;
	transition: width 0.3s;
}
#box .ul1{
	/*position: absolute;*/
	/*left: -200px;*/
	transition: left 8s;
	}
#box ul li a{
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	}
#box a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
#box li{
	width: 100%;
	cursor: pointer; 
	line-height: 36px;
	list-style: none;
	}
#box .box1{
	background: #bdb6b6;
	
}
#box .box1 span{
	height:53px;
	line-height:53px;
	color: #FFFFFF;
	cursor: pointer;
}
#box .box2{
	padding:0;
	position:relative;
	height:100%;
	text-align: center;
	overflow: hidden;
	background: #62b0ff;
}
#box .box2 .glyphicon{
	 font-size: 10px; 
	 line-height: 36px;
}
#box #wd1,
#box #gy1,
#box #gc{
	position: absolute;
	top: 0;
	width: 100%;
	right: -2880px;
}
