﻿html{
    height: 100%;
    width:100%;
}

body{
    /* display: flex;
    display:box;
    display:-webkit-box;
    display:-moz-box;
    display: -ms-flexbox;  
    display: -webkit-flex;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -o-flex-direction: column;  
    flex-direction: column; */
    height: 100%;
    font-size: 16px;
    
	margin: 0px;
	padding:0px;
 /*  min-width:1217px;
   overflow: scroll */
}
a , span ,p ,li ,label{
  color:#666;
  font:12px "Microsoft YaHei";
}
div.header{
  padding:10px 0px;
  min-width: 1200px;
  background: rgba(255,255,255,0.1);
}
div.content{
	/* -webkit-box-flex: 1 0 auto;    OLD - iOS 6-, Safari 3.1-6
  -moz-box-flex: 1 0 auto;     OLD - Firefox 19-
  -webkit-flex: 1 0 auto;      Chrome
  -ms-flex: 1 0 auto;        IE 10
  flex: 1 0 auto;   */

}
div.footer{
   /* 和 header 一样，footer 也采用固定高度*/
   /* 0 flex-grow, 0 flex-shrink, auto flex-basis */
    -webkit-box-flex: 0 0 auto;    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 auto;     /* OLD - Firefox 19- */
    -webkit-flex: 0 0 auto;      /* Chrome */
    -ms-flex: 0 0 auto;        /* IE 10 */
    flex: 0 0 auto;  
    /* background-color: #292c2f; */
/*   box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12); */
  /* width: 100%; */
 text-align: center;
  font: normal 16px sans-serif;
  
  

 /*  border-top:1px solid #dcdcdc; */ 
}
body div.footer {
  min-width:1200px;
  height:90px;
  padding-top:15px;
  box-sizing:border-box;
  border-top:1px solid #dcdcdc;
  margin-top:60px;
  background: rgba(255,255,255,0.1);
}

span.icons{
    height: 18px;
    width: 18px;
    display: inline-block;
    top: 4px;
    right:3px;
    position: relative;
    transition: background 0.3s linear;
    -webkit-transition: background 0.3s linear; 
}
span.tableIcon{
    background: url(../images/icon/index.png) no-repeat -373px -75px; 
}
span.shcIcon{
    background: url(../images/icon/index.png) no-repeat -373px -90px;  
}
span.registerIcon{
    background: url(../images/icon/index.png) no-repeat -373px -106px;  
}
span.loginIcon{
    background: url(../images/icon/index.png) no-repeat -373px -123px;  
}
div.header_left a.info:hover span.tableIcon{
    background: url(../images/icon/index.png) no-repeat -389px -75px;
}
div.header_left a.info:hover span.shcIcon{
    background: url(../images/icon/index.png) no-repeat -389px -90px;  
}
span.header_right a.info:hover span.registerIcon{
    background: url(../images/icon/index.png) no-repeat -389px -106px;  
}
span.header_right a.info:hover span.loginIcon{
    background: url(../images/icon/index.png) no-repeat -389px -123px;  
}
span.info , a.info{
    top: -3px;
    position: relative;
    left: 5px;
    color:#525252
}
span.info:hover , a.info:hover{
  color:#ff9c00;
}
/* div.bottomLogo{
  text-align:center;
} */
div.bottomLogo img{
  text-align: center
}
div.bottomContent {
}
div.title-bottom{
  border:1px solid #dcdcdc;
}
div.order{
      padding: 25px 0px;
    min-width: 1200px;
}
/*--------------------modify by huchuanwei 2017-10-11--------------------*/

.nav_fixed{
  position: fixed;
  top:0;
  left:-50%;
  width: 100%;
  padding: 15px 0;
  transition: all 0.4s ease-in-out;
  transform: translateX(50%);
  background: rgba(0,0,0,0.6);
  
}

.nav_fixed ul li a{color: #fff;}

.newsContent,.contentIndex{z-index:100!important;}
 .content>.container{z-index:100!important;} 

/*--------------------modify by huchuanwei 2017-10-10--------------------*/
.order_logo{
  max-width:226px;
}
/*--------------------modify by huchuanwei 2017-10-10--------------------*/
 
div.order_logo img{
 /*height: 76px;
  width: 100%;*/
     max-width: 120px
}


div.order_content {

  /*margin-top: 40px;*/
}

/*--------------------modify by huchuanwei 2017-10-10--------------------*/
 



div.order_content ul{
  display: flex;
  margin-bottom: 0;
  align-items: center;
  justify-content:center;
  list-style: none;
  text-align: center;
 
}

div.order_content ul li{
  
/*--------------------modify by huchuanwei 2017-10-10--------------------*/
  /*float:left;
  */
  width: 11%;
  display:inline-block;
  /*--------------------modify by huchuanwei 2017-10-10--------------------*/
  text-align: center;
}
  
  
  /*--------------------modify by huchuanwei 2017-10-10--------------------*/
div.order_content ul .order_logo{
  display: inline-block;
}
 /*--------------------modify by huchuanwei 2017-10-10--------------------*/


div.order_content ul li a{
  font-size:20px;
  text-decoration: none;
}
div#myCarousel img{
  width:1920px;
  height:500px;
}
div.loginDiv{
      background: url(../images/icon/index.png) no-repeat;
    height: 320px;
    width: 300px;
    display: none;
    position:absolute;
    z-index:9999;
    margin-top: -4px;
}
p.logining{
  margin:40px 60px 10px;
  font-size:18px;
/*   font-weight:500; */
  color:#000000;
}
div.loginContent{
    width: 80%;
    margin: 20px 30px 10px;
    border: 1px solid #dcdcdc;
    background: #ffffff;
    border-radius:5px;
}
div.loginOth {
  width: 80%;
  margin: 0px 30px;
}
div.regInfo{
  text-align:center;
  width: 80%;
  margin: 0px 30px;
}
div.sec{
  float:left;
}
div.forget{
  float:right;
}
div.loginContent label{
    width: 90%;
    margin: 0px 10px;
    
}
label.nameLabel{
  border-bottom: 2px solid #dcdcdc;
}
div.loginContent input{
    border: none;
    height: 40px;
    width: 80%;
    margin: 0px 10px;
    color:#9e9e9e
}
.active_order{
      /*--------------------modify by huchuanwei 2017-10-10--------------------*/
      
      border-bottom: 3px solid #00b2bf;
      padding: 5px 20px;
      color: #ff7373;
    /*--------------------modify by huchuanwei 2017-10-10--------------------*/  
}

div.order ul li a:hover {
   /*--------------------modify by huchuanwei 2017-10-10--------------------*/ 
      text-decoration:none; 
      border-bottom: 3px solid #00b2bf;
      padding: 5px 20px;
       color: #ff7373;
   /*--------------------modify by huchuanwei 2017-10-10--------------------*/ 

}
div.loginContent i{
    width:10px;
    height:17px;
    display:inline-block;
    top: 3px;
    position: relative;
}
div.loginContent  i.loginIcon{
  background: url(../images/login/account.jpg) no-repeat;
    width: 16px;
}
div.loginContent i.pwdIcon{
  background:url("../images/login/password.jpg");
  width:16px;
}
button.loginBtn{
   width: 250px;
    height: 50px;
    margin: 12px 25px;
    border: none;
    /* background: #ff9c00; */
    background: url(../images/icon/index.png) no-repeat -373px -255px;
    /* border-radius: 5px; */
    color: #fff;
    font-weight: bold;
}
span.checkbox_1{
  background:url("../images/icon/index.png") no-repeat -624px -26px;
  display:inline-block;
  height:12px;
  width:12px;
  position: relative;
     margin-top: 4px;
    margin-right: 5px;
}
span.checkbox_2{
  background: url(../images/icon/index.png) no-repeat -627px -9px;
    display: inline-block;
    height: 12px;
    width: 12px;
    position: relative;
    margin-top: 4px;
    margin-right: 5px;
}
hr.blueHR{
  border-top: 4px solid #1798ff;
  width: 30%;
  text-align:center;
  margin-top:-24px;
  margin-left:54px;
}
div.content .modal.fade .modal-dialog {
    position: fixed;
    /* margin: 10px; */
    top: 50%;
    left: 50%;
    -webkit-transform:translate(-50%,-65%);
-ms-transform:translate(-50%,-65%);
-o-transform:translate(-50%,-65%);
transform:translate(-50%,-65%);
}

/*----------------modify by huchuanwei ----------------*/

#back_top{
	position:fixed;
	bottom:40px;
	right:40px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	background:rgba(1,178,191,0.5);
	cursor: pointer;
	z-index: 9999999999;
	
	
	}

#back_top:hover{
	background:#ec8027;
	transform-style:preserve-3d;
	transform: perspective(500px) rotateX(0) ;
	animation: jump 0.1s 3;
}
@keyframes jump{
	from{right:40px;}
	to{right:42px;}
}

/*----------------modify ----------------*/


/*----------------modify by huchuawei 2017-10-16   3d background----------------*/


/* =============================================================================
   HTML5 CSS Reset Minified - Eric Meyer
   ========================================================================== */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
li{list-style:none}


/* =============================================================================
   My CSS
   ========================================================================== */

/* ---- base ---- */

html,body{ width: 100%; height: 100%; }

html{
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body{
  font:normal 75% Arial, Helvetica, sans-serif;
}

canvas{
  display:block;
  vertical-align:bottom;
}


/* ---- stats.js ---- */

.count-particles{
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles{
  font-size: 1.1em;
}

#stats,
.count-particles{
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles{
  border-radius: 0 0 3px 3px;
}


/* ---- particles.js container ---- */

#particles-js{ position: fixed; width: 100%; height: 100%; background: rgba(255,255,255,0.1);background-size: cover; background-position: 50% 50%; background-repeat: no-repeat; }




/*----------------modify ---------------*/



/*--------------mobile header------------*/
#mobile_header{
	position: relative;
	top: 0;
	width: 100%;
	height:60px;
	padding: 0;
	margin: 0;
	z-index: 1000;
	font-size:16px;
	background: rgba(7,17,27,0.9);
}
#mobile_header .header_list{
	display: flex;
	width: 100%;
	list-style: none;
	align-items: center;
}
#mobile_header .header_list li{
	flex: 1;
	height:40px;
	text-align: center;
	font-size: 0.6rem;
	
}

.header_list li a{
	display: block;
	color: #fff;
	line-height: 40px;
	}
.header_list li a:hover{
	transition:all 0.5s ease;
	background: #00b2bf;
	color: #fff;}	
.log_item{
	display: flex;
	padding: 0 10px 0 10px;
	align-items: center;
	
}	
.log_item a{
	flex: 1;
	text-align: center;
	font-size: 0.5rem;
	color: #fff;
	
}	
.active_link{
	transition:all 0.5s ease;
	background: #00b2bf;
	color: #fff;
}


#mobile_footer{
	position: absolute;
  padding-top: 8px;
  background: rgba(7,17,27,0.8);
	bottom: 0;
	width: 100%;
	
}
#mobile_footer p{
	padding: 0;
	margin: 0;
  margin-top: 5px;
	display: flex;
	text-align: center;
}
#mobile_footer p span{
	flex: 1;
	font-size: 10px;
	color: #fff;
	}

/*--------------mobile header------------*/