﻿body {
    font-family:"宋体",Arial;
    font-size:14px;
}
.navbar {
    margin-bottom:0;
    background-color: #f7f8f9;
    border-radius:0;
}
.navbar-inverse {
    border:none;
}
.navbar .navbar-brand {
  color: #616161;
}
.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
  color: #616161;
}
.navbar .navbar-text {
  color: #616161;
}
.navbar .navbar-nav .nav-link {
  color: #616161;
  border-radius: .25rem;
  margin: 0 0.25em;
}
.navbar .navbar-nav .nav-link:not(.disabled):hover,
.navbar .navbar-nav .nav-link:not(.disabled):focus {
  color: #616161;
}
.navbar .navbar-nav .nav-item.active .nav-link,
.navbar .navbar-nav .nav-item.active .nav-link:hover,
.navbar .navbar-nav .nav-item.active .nav-link:focus,
.navbar .navbar-nav .nav-item.show .nav-link,
.navbar .navbar-nav .nav-item.show .nav-link:hover,
.navbar .navbar-nav .nav-item.show .nav-link:focus {
  color: #616161;
  background-color: #f7f8f9;
}
.navbar .navbar-toggle {
  border-color: #f7f8f9;
}
.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus {
  background-color: #f7f8f9;
}
.navbar .navbar-toggle .navbar-toggler-icon {
  color: #616161;
}
.navbar .navbar-collapse,
.navbar .navbar-form {
  border-color: #616161;
}
.navbar .navbar-link {
  color: #616161;
}
.navbar .navbar-link:hover {
  color: #616161;
}

@media (max-width: 575px) {
  .navbar-expand-sm .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #616161;
  }
  .navbar-expand-sm .navbar-nav .show .dropdown-menu .dropdown-item:hover,
  .navbar-expand-sm .navbar-nav .show .dropdown-menu .dropdown-item:focus {
    color: #616161;
  }
  .navbar-expand-sm .navbar-nav .show .dropdown-menu .dropdown-item.active {
    color: #616161;
    background-color: #f7f8f9;
  }
}

@media (max-width: 767px) {
  .navbar-expand-md .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #616161;
  }
  .navbar-expand-md .navbar-nav .show .dropdown-menu .dropdown-item:hover,
  .navbar-expand-md .navbar-nav .show .dropdown-menu .dropdown-item:focus {
    color: #616161;
  }
  .navbar-expand-md .navbar-nav .show .dropdown-menu .dropdown-item.active {
    color: #616161;
    background-color: #f7f8f9;
  }
}

@media (max-width: 991px) {
  .navbar-expand-lg .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #616161;
  }
  .navbar-expand-lg .navbar-nav .show .dropdown-menu .dropdown-item:hover,
  .navbar-expand-lg .navbar-nav .show .dropdown-menu .dropdown-item:focus {
    color: #616161;
  }
  .navbar-expand-lg .navbar-nav .show .dropdown-menu .dropdown-item.active {
    color: #616161;
    background-color: #f7f8f9;
  }
}

@media (max-width: 1199px) {
  .navbar-expand-xl .navbar-nav .show .dropdown-menu .dropdown-item {
    color: #616161;
  }
  .navbar-expand-xl .navbar-nav .show .dropdown-menu .dropdown-item:hover,
  .navbar-expand-xl .navbar-nav .show .dropdown-menu .dropdown-item:focus {
    color: #616161;
  }
  .navbar-expand-xl .navbar-nav .show .dropdown-menu .dropdown-item.active {
    color: #616161;
    background-color: #f7f8f9;
  }
}

.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item {
  color: #616161;
}
.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item:hover,
.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item:focus {
  color: #616161;
}
.navbar-expand .navbar-nav .show .dropdown-menu .dropdown-item.active {
  color: #616161;
  background-color: #f7f8f9;
}
.navbar-header {
    padding-top:15px;
    padding-bottom:13px;
}
.navbar-collapse {
    padding-top:30px;
}
.navbar-nav li a{
    font-size:16px;
    line-height:16px;
}
.navbar-nav li a{
    font-size:14px;
    line-height:16px;
}
.navbar-form {
    padding-left:0;
    padding-right:0;
}
.navbar-form .form-control{
    padding:0;
    height:26px;
}
.navbar-form .btn {
    padding:0;
    border-width:1px !important;
}
.dropdown-menu {
    background-color:#454845;
}
.dropdown-menu li a{
    line-height:24px;
    color:white;
}
/*自定义的css*/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
a:hover {
    text-decoration:none;
}
.big_orange {
    font-size:19px !important;
    color:#000000;
    line-height:19px !important;
}
.medium_grey {
    background-color:red;
    width:190px;
    height:51px;
    color:#ffffff;
    font-size:20px !important;
    line-height:51px !important;
    text-align:center;
}
.team-area {
    padding: 20px 0 50px;
    color:#5c5c5c;
    line-height:16px;
}
.shop-content-inner {
    font-family:Arial;
}
.shop-content-inner img:hover{
    transform:scale(1.1);
    transition:all 0.5s linear;
}
shop-content-inner:last-child {
    height: 3em;
}
.contact {
    background-image:url(/Images/contactbg.jpg);
    padding:105px 0 105px;
    height:603px;
    color:White;
    line-height:22px;
}
.contact span{
    font-family:Arial;
}
.clogo {
    line-height:40px;
    font-size:40px;
}
.feature-head-area {
    background: #eee;
}
.breadcrumb {
    background-color:#eee;
}
.breadcrumb a{
    color:#888;
}
.about-head-content {
    padding:0 15px;
    color:#ba373c;
}
.category {
    padding:46px 0 0 0;
}
.category a{
    color:#878787;
    font-size:15px;
    line-height:15px;
}
.select {
    width:418px;
    height:39px;
    text-align:center;
    line-height:39px;
    color:#323232;
    cursor:pointer;
    display:inline-block;
    text-transform:uppercase;
    border-bottom:1px solid #db2c33;
}
.switch {
    width:418px;
    height:39px;
    text-align:center;
    line-height:39px;
    color:#323232;
    cursor:pointer;
    display:inline-block;
    text-transform:uppercase;
    border-bottom:1px solid #c5c5c5;
}
#detail {
    margin:0 auto;
    max-width:1200px;
}
#params {
    margin:0 auto;
    background-repeat:repeat-x;
    display:none;
    padding:50px 0;
}
.param {
    line-height:39px;
    color:#676767;
    font-size:15px;
}
.param span{
    font-family:Arial;
}

.ntitle a
{
	color:#767676;
    }
#viewbar
{
	padding-bottom:14px;
	font-size:17px;
	line-height:30px;
	}
#viewbar a
{
	color:#767676;
	}
.vimg {
    position:relative;
    cursor:pointer;
}
.vtxt {
    top:0;
    background-color:#5fa1c5;
    position:absolute;
    display:none;
    width:100%;
    height:100%;
    text-align:center;
    box-sizing:border-box;
}
.vno {
    padding-bottom:2px;
    font-size:30px;
    color:white;
    line-height:30px;
    font-weight:bold;
    font-family:Arial;
}
.vplayer img {
    right:17px;
    bottom:17px;
    position:absolute;
    width:34px;
    height:34px;
    cursor:pointer;
}
#player
{
	position:fixed;
	background-color:White;
	margin-top:-229px;
	margin-left:-320px;
	width:640px;
	height:459px;
	top:50%;
	left:50%;
	z-index:1000;
	display:none;
	}
#mybg
{
	position:fixed;
	background-image:url(/images/playerbg.png);
	bottom:0;
	right:0;
	top:0;
	left:0;
	z-index:500;
	}
#close
{
	position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
	}
.empty {
    margin:0 auto;
    color:#6a6a6a;
    text-align:center;
}
.font {
    font-size:0;
}
.footer-area {
    background: #e7e7e7;
    padding-top:36px;
    padding-bottom:29px;
}
.footer-main-content {
    margin:0 auto;
    padding-bottom:2px;
    width:70%;
    line-height:17px;
    border-bottom:1px solid #cccccc;
}
.footer-main-content a{
    color:#828282;
}
.footer-bottom {
    padding-top:2px;
    color:#949494;
    line-height:17px;
}
.footer-bottom a{
    color:#949494;
}
