html,body{
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
  font-family: "microsoft yahei";}
body{
  overflow: auto;}

.container{
  height: 100%;
  width: 100%;
  min-width: 1400px;
  overflow: auto;
  display: flex;
  flex-direction: column;}

header{
  width: 1200px;
  margin: 0 auto;
  background-image: url("https://www.jakepeyser.com/dfiles/9862/themes/10763/default_10/imgs/bg_logo.jpg");
  background-repeat: no-repeat;
  background-size: 120% 70%;
  top: 0;}
header .logo{
  width: 100%;
  height: 50px;}
header .nav{
  width: 100%;
  height: 40px;
  display: flex;/* 
  flex-direction: row; */
  margin: auto auto;
  z-index: 2000;
  padding: 0;
  align-items: center;}
header .nav .nav-item{
  width: calc(100% / 8 - 10px);
  font-family: "microsoft yahei";
  height: 100%;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  text-align: center;
  list-style:none;
  user-select: none;
  line-height: 2;
  margin-top: 8px;
  display: inline-block;
  float: left;}
header .nav .nav-item-header{
  margin:0;
  font-size:16px;}
{
  margin: 0 3px;
  padding: 6px 0;
  background-color: #fff;
  opacity: 0.8;
  display: none;}
header .nav .nav-item .sec-nav .nav-item{
  width: 100%;}
header .nav .nav-item .sec-nav .nav-item:hover a{
  color: #007AFF;}
header .nav .nav-item .sec-nav{
  display: none;
  background-color: #fff;
  padding: 0 6px;
  opacity: 0.8;
  z-index: 100;
  position: relative;}
header .nav .nav-item .sec-nav.active{
  display: inline-block;}
/* header .nav .nav-item:hover{
  color: royalblue;
} */
header .nav .nav-item:not(:last-child) span:after{
  font-weight: 100;
  content: '|';
  float: right;}

footer{
  width: 100%;
  height: 240px;
  margin-top: 70px;
  background-color: #333;
  display: flex;
  flex-direction: column;
  padding-top: 10px;}
footer .footer-col{
  /*width: 1200px;*/
  height: 140px;
  color: #999;
  padding: 0 30px;
  margin: 0 auto;}
footer .footer-col .col-left{
  color: #fff;
  font-family: "microsoft yahei";
  font-weight: 100;
  font-size: 14px;
  float: left;
  display: inline-block;
  cursor: pointer;
  height:100%;
  margin-right: 10px;}
footer .footer-col .col-left:after{}
footer .footer-col .col-left .link-item:not(:last-child){
  margin-right: 46px;}
footer .footer-col .col-left .link-item{
  height: 140px;
  float: left;
  display: inline-block;}
footer .footer-col .col-left .link-item .link-item-child{
  width: 100%;
  color: #999;
  margin-top: 5px;}
footer .footer-col .col-left .link-item .link-item-child a{
  color: #999;}





footer .footer-col .col-right{
  color: #fff;
  display: inline-block;
  border-left: 1px solid #999;
  float: right;}
footer .footer-col .col-right .call{
  display: inline-block;
  float: left;
  font-family: "microsoft yahei";
  font-weight: 100;
  font-size: 14px;
  margin: 0 20px;}

footer .footer-col .col-right .call .call-item{
  width: 100%;
  margin-bottom:10px;}
footer .footer-col .col-right .call .call-item .phone p{
  margin: 0 0 5px;}

.icon{
  display: inline-block;
  height: 17px;
  width: 16px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size:100% 100%;
  margin-right: 3px;}
.icon-phone{
  background-image: url("https://www.jakepeyser.com/dfiles/9862/themes/10763/default_10/imgs/5b9ed24288e0be300e92e0f39f406dbc.jpg");
  margin: 4px 10px;
  float: left;}
.phone{
  display: inline-block;}
.icon-mail{
  height: 13px;
  width: 15px;
  background-image: url("https://www.jakepeyser.com/dfiles/9862/themes/10763/default_10/imgs/44476879e9e30c7b9f48fbcc1a5bf3b4.jpg");
  margin: 6px 11px;}



footer .footer-col .col-right .code{
  font-family: "microsoft yahei";
  font-weight: 100;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  color: #999;}

footer .footer-col .col-right .code img{
  margin-bottom:3px;
  display: block;
  width: 120px;
  height: 120px;}


footer .footer-col-text{
  /*width: 1200px;*/
  height: 60px;
  border-top: 1px solid #3C3C3C;
  padding-top: 10px;
  margin: auto auto;}

footer .footer-col-text .friend-link{
  width: 180px;
  height: 32px;
  border: 1px solid #999;
  box-sizing: border-box;
  padding: 0 14px 0 16px;
  float: left;
  text-align: center;
  line-height: 16px;
  cursor: pointer;}
footer .footer-col-text .friend-link a{
  font-size: 14px;
  color: #999;
  text-decoration: none;}
.icon-down{
  height: 8px;
  width: 10px;
  margin: 4px 0;
  background-image: url("https://www.jakepeyser.com/dfiles/9862/themes/10763/default_10/imgs/83838ea26341ed11b93539594d1ef839.jpg");}
footer .footer-col-text .copyright{
  font-size: 14px;
  color: #999;
  margin-left: 60px;
  float: left;}
footer .footer-col-text .copyright a{
  color: #999;}
.active{
  color: #c51015 !important;}
.active a{
  color: #c51015;}
.nav-item a{
  color:#333;}
a{
  text-decoration: none !important;
  color: #333;}
.link-item a{
  color: #fff;}

.friend-link.active #ext-menu{
  display: block;}
#ext-menu{
  display: none;
  width: 220px;
  margin-top: -110px;
  margin-left: 50px;
  background-color: #fff;
  opacity: 0.9;
  padding: 6px;
  border: 1px solid #999999;}
#ext-menu p{
  margin:auto;}
 #ext-menu a:hover{
   color: #4169E1;}