@charset "utf-8";
ul, ol {
	list-style: none;
	margin-bottom: 0;
}
.orange {
	color: #c0153d;
}
.banners {
	height: 400px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #1d2b4e;
	background-size: cover;
}
.banners .container {
	text-align: center;
	padding-top: 178px;
}
.banners h1, .banners h1 span {
	color: #fff;
	font-size: 40px;
	line-height: 50px;
}
.banners p span {
	color: #fff;
	font-size: 16px;
}
.banners p {
	font-size: 14px;
	color: #fff
}
#header {
	background-color: #fff;
}
.header-nav {
	background-color: #fff;
}
.logo {
	padding-bottom: 0;
}
.logo h2 {
	color: #333;
	font-size: 20px;
	line-height: 60px;
	float: left;
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
}
.subnav {
	padding-top: 17px;
}
.subnav p {
	font-size: 13px;
}
.navbar-right {
	margin-left: 0;
	margin-right: 0;
}
.navbar-left ol li {
	border-bottom: 1px solid #d7d7d7;
	float: none;
	width: 58px;
	height: 35px;
	line-height: 35px;
}
.navbar-left ol li:last-child {
	border: none;
}
.hide {
	display: none;
}
input {
	font-family: "Microsoft YaHei";
	border: none;
}
.logo {
	background: url("../images/logo.png") no-repeat center;
	background-size: contain;
	width: 300px;
	height: 60px;
	overflow: hidden;
	margin-right: 0;
	margin-top: 19px;
}
.logo>a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}
.header-nav .nav-list>li {
	float: left;
	padding: 38px 0;
	position: relative;
}
.header-nav .nav-list>li>a {
	padding: 0 25px;
	font-size: 16px;
	position: relative;
}
.header-nav li.active>a, .header-nav .nav-list>li>a:hover {
	color: #c0153d;
}
.header-nav .nav-list>li>a:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 10px;
	background-color: #ddd;
	top: 50%;
	margin-top: -5px;
	margin-left: 25px;
}
.header-nav .nav-list>li:last-child>a:after {
	display: none;
}
.header-nav .header-contact {
	margin-top: 32px;
no-repeat left center;
	padding-left: 42px;
}
.header-nav .header-contact>p {
	color: #444;
	font-size: 14px;
	margin-bottom: 0;
	line-height: 18px;
}
.header-nav .header-contact>.fr p:first-child {
	font-size: 12px;
	color: #bbb;
	line-height: 12px;
}
.dropdown-menu {
	border-radius: 0;
	margin-top: 0;
	border-top-color: #ddd;
	min-width: auto;
	display: block;
	display: none\9;
	display: block\9\0;
	-webkit-transform: scale(1.2, 0);
	transform: scale(1.2, 0);
	opacity: 0;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all .2s ease-out;
	-webkit-transition: -webkit-all .2s ease-out;
	transition: -webkit-all .2s ease-out;
	transition: all .2s ease-out;
	transition: all .2s ease-out, -webkit-all .2s ease-out;
	-webkit-box-shadow: 0px 5px 8px rgba(102,102,102,0.35);
	box-shadow: 0px 5px 8px rgba(102,102,102,0.35);
	padding: 17px 26px;
}
.dropdown-menu > li:not(:last-child) {
	border-bottom: 1px solid #d7d7d7;
}
.dropdown-menu > li>a {
	padding: 5px 0;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
}
.dropdown-menu > li>a:hover {
	color: #c0153d;
	background-color: transparent;
}
.dropdown-active {
	display: block\9;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity: 1;
}
#footer {
	background-color: #2c2925;
	z-index: 12;
	position: relative;
}
#footer h2 {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
}
#footer div.container-fluid.mb30.footer-bottom p a ,#footer p span{
	color: #fff;
	white-space: nowrap;
	float:left;
}
#footer div.container-fluid.mb30.footer-bottom p a{margin:0 10px;}
#footer .footer-bottom p {
	color: #bcbcbc;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(255,255,255,0.05);
	padding-top: 28px;
	text-align: center;
}
#footer li {
	line-height: 32px;
}
.footer-bottom p span {
	color: #797979;
	margin-left: 9px;
}
#footer p span a {
	color: #797979;
	margin: 0 10px;
	display: inline-block;
}
.footer-right {
	height: 300px;
	margin-top: 20px;
}
.footer-right-wrap {
	max-width: 210px;
	float: left;
}
.footer-right-wrap h3 {
	margin-bottom: 0;
}
.footer-right-wrap p {
	color: #fff;
	line-height: 32px;
}
#footer .toTop {
	width: 60px;
	height: 60px;
	background-image: url(../images/top.png);
	background-position: 0 0;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	margin-top: 20px;
}
#footer .toTop:hover {
	background-position: 0 -60px;
}
 @keyframes mmove {
 0% {
-webkit-transform:translateX(0);
transform:translateX(0);
}
 50% {
-webkit-transform:translateX(-19px);
transform:translateX(-19px);
}
 100% {
-webkit-transform:translateX(0);
transform:translateX(0);
}
}
@-webkit-keyframes mmove {
 0% {
-webkit-transform:translateX(0);
}
 50% {
-webkit-transform:translateX(-19px);
}
 100% {
-webkit-transform:translateX(0);
}
}
.websitemap_banner {
	height: 200px;
}
.websitemap_banner h1 {
	color: #fff;
	font-size: 34px;
	font-weight: bold;
	padding-top: 89px;
	margin-bottom: 0;
}
.websitemap .container-fluid {
	margin-top: 45px;
	margin-bottom: 125px;
}
.website_border_bottom {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 32px;
	margin-bottom: 20px;
}
.websitemap h2 {
	font-size: 24px;
	line-height: 48px;
	margin-bottom: 13px;
}
.websitemap h2 a {
	color: #333;
	font-size: 24px;
	font-weight: bold;
}
.websitemap h3 {
	line-height: 28px;
	margin-bottom: 0;
}
.websitemap h3 a {
	color: #333;
	font-size: 18px;
}
.websitemap p a {
	color: #666;
}
.company_news div a.newsImg{
	width:100%;
	display:inline-block;
	overflow:hidden;
	height:240px;
	}
.company_news div a.newsImg img{
	width:100%;
	}
.container-fluid p img{
	/*width:100%;*/
	height: auto !important}
 @media (max-width:1199px) {
.logo .navbar-brand {
	width: 70%;
}
.logo h2 {
	font-size: 20px;
}
.subnav li a span {
	margin: 0 15px;
}
.footer-right-wrap {
	float: none;
	margin-left: 20px;
}
.header-nav .nav-list > li > a {
	padding: 0 10px;
}
}
@media (max-width:991px) and (min-width:768px) {
.navbar-left li {
	width: 90px;
}
.navbar-nav > li {
	display: inline-block;
}
.logo h2 {
	font-size: 16px;
	line-height: 43px;
}
}
@media (max-width:991px) {
.subnav .navbar-toggle {
	margin-top: 6px;
}
.subnav .navbar-toggle {
	display: block;
}
.subnav [class*="col-"] {
	position: static;
}
.subnav ul.nav {
	width: 100%;
	position: relative;
	right: 40px;
	bottom: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.subnav .nav > li {
	width: 20%;
	text-align: center;
	display: inline-block!important;
}
.subnav .nav li a span {
	float: right;
}
.header-nav .nav-list>li>a:after {
	display: none;
}
.header-nav .nav-list > li > a {
	padding: 0 5px;
}
.company_news div a.newsImg{
		height:180px;}
}
@media (max-width:767px) {
	.company_news div a.newsImg{
		height:auto;}
html {
	overflow-y: scroll;
}
:root {
	overflow-y: auto;
	overflow-x: hidden;
}
:root body {
	position: absolute;
}
body {
	width: 100vw;
	overflow: hidden;
}
.logo {
	padding-left: 15px;
	padding-bottom: 22px;
}
.navbar-icon:before {
	content: "";
	background-image: url('../images/navsprite.png');
	background-repeat: no-repeat;
	position: absolute;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}
.icon-toggle:before {
	content: "";
	position: absolute;
	display: inline-block;
	background: url('../images/icon-toggle.png') no-repeat center;
	right: 10px;
	top: 16px;
	width: 30px;
	height: 30px;
}
.left-arrow-icon:before {
	content: "";
	position: absolute;
	display: inline-block;
	background: url('../images/left-arrow-icon.png') no-repeat center;
	width: 30px;
	height: 30px;
	top: 50%;
	left: 19px;
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}
.home-icon:before {
	width: 16px;
	height: 16px;
	top: 5px;
	background-position: 0 0;
}
.business-icon:nth-child(2):before {
	width: 16px;
	height: 16px;
	top: 33px;
	background-position: 0 -23px;
}
.business-icon:nth-child(3):before {
	width: 16px;
	height: 17px;
	top: 30px;
	background-position: 0 -40px;
}
.navbar-icon:nth-child(5):before {
	width: 16px;
	height: 17px;
	top: 30px;
	background-position: 0 -63px;
}
.business-icon:nth-child(4):before {
	width: 16px;
	height: 13px;
	top: 32px;
	background-position: 0 -102px;
}
.sidebar {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	width: 45%;
	background-color: #fff;
	z-index: 100;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: transform .5s ease-in-out;
	-webkit-transition: -webkit-transform .5s ease-in-out;
	transition: -webkit-transform .5s ease-in-out;
	transition: transform .5s ease-in-out;
	transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
}
.sidebar-title {
	width: 100%;
	height: 60px;
	background-color: #c0153d;
	position: fixed;
	z-index: 999;
}
.sidebar-content {
	padding: 96px 0 25px 27px;
	height: 499px;
	position: relative;
	overflow: auto;
}
.sidebar-menu > li {
	position: relative;
	padding: 24px 0;
}
.sidebar-menu > li:first-child {
	padding-top: 0;
}
.sidebar-menu > li > a {
	padding-left: 32px;
	vertical-align: middle;
	font-size: 18px;
	color: #444;
	font-weight: 400;
}
.sidebar-sub-menu {
	display: none;
	padding-top: 24px;
	padding-left: 10px;
	border-bottom: 1px solid #f4f7fc;
	padding-bottom: 24px;
	margin-bottom: -24px;
}
.active .sidebar-sub-menu {
	display: block;
}
.sidebar-sub-menu > li {
	padding: 15px 0;
}
.sidebar-sub-menu > li:first-child {
	padding-top: 24px;
	border-top: 1px solid #f4f7fc;
}
.sidebar-sub-menu > li:last-child {
	padding-bottom: 0;
}
.sidebar-sub-menu li a {
	padding-left: 22px;
	color: #666;
}
.footer-top {
	display: none;
}
#footer .footer-bottom p {
	border: none;
	padding-top: 0;
}
.footer-bottom p span {
	display: block;
}
.panel-footer {
	padding: 30px 0;
}
.mb30 {
	margin-bottom: 15px;
}
.mb80 {
	margin-bottom: 40px;
}
.footer-right {
	border: none;
	height: auto;
	padding: 20px 10px 0 10px;
}
.footer-right-wrap {
	max-width: 100%;
	margin-left: 0;
}
.logo {
	padding: 0 0 20px 15px;
	position: relative!important;
}
.logo .navbar-brand {
	width: auto;
}
.logo h2 {
	font-size: 22px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	font-weight: 400;
	font-size: 18px;
}
.navbar-right {
	margin-left: 23px;
}
.subnav ul.nav {
	padding-left: 8px;
	padding-right: 7px;
}
.subnav .navbar-toggle {
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -15px;
}
.subnav .nav > li {
	width: 23%;
}
#footer .col-lg-2 {
	border-bottom: 1px solid #4c65a2;
	padding: 20px 10px;
}
#footer {
	text-align: center;
}
#footer li {
	display: inline-block;
	margin-right: 30px;
}
#footer p {
	border: none;
}
#footer .mb80 {
	margin-bottom: 30px;
}
}
@media (max-width:567px) {
 [class*="col-xs-"] {
padding-left:5px!important;
padding-right:5px!important;
}
.mb30 {
	margin-bottom: 10px;
}
.navbar-left > li {
	width: auto;
}
.logo .navbar-brand {
	width: auto;
}
.navbar-right {
	margin-left: 0;
}
.subnav ul.nav {
	bottom: -30px;
}
.navbar-right li.j_hoverBox, .navbar-right li.lan_wrap {
	margin-left: 5px;
	padding-left: 5px;
}
.subnav .nav li a span, .breadcrumb {
	display: none;
}
.nav > li > a {
	padding: 4px 10px;
}
.subnav .col-xs-5 {
	width: 88%;
}
.footer-top {
	display: none;
}
#footer .footer-bottom p {
	border-top: none;
	padding-top: 0;
}
}
@media (max-width:458px) {
.subnav .col-xs-5 {
	width: 78%;
}
.logo h2 {
	font-size: 16px;
}
}
body {
	position: relative
}
.newslist h4 {
	font-size: 20px;
	color: #333;
}
.newslist tr td:hover h4 {
	color: #fff;
}
.carousel.slide.media {
	padding-bottom: 40px;
}
.carousel.slide.media .carousel-indicators {
	bottom: 0;
}
.carousel.slide.media .carousel-indicators li {
	border: 1px solid #bebebe;
}
.carousel.slide.media .carousel-indicators li.active {
	border-color: #c0153d
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.search-button {
	margin-right: 15px;
}
#search-button {
	margin-right: 15px;
}
@media (max-width: 992px) {
#search-button {
	margin-right: 0px;
}
.header-nav .header-contact {
	padding-left: 0px;
}
}
.table > dl > dt, .table > dl > dt, .table > tfoot >dl > dt, .table > dl > dd, .table > dl > dd, .table > tfoot > dl > dd {
	padding: 5px;
	line-height: 24px;
	vertical-align: middle;
	border-top: 1px solid #dddddd;
}
div.f-cb{display: none;}
@media (max-width: 676px) {
	header{display:none;}
div.f-cb {
	width: 100%;
	padding: 5px 4%;
	background-color: #fff;
	position: relative;
	z-index: 40;
	display: inline-block;
	border-bottom: 1px solid rgba(0,0,0,0.5);
	float:left;
}
div.f-cb .logo {
	width: 200px;
	margin-top: 0;
	background:none;
	padding:0;
}
div.f-cb .logo a {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
div.f-cb .logo img {
	display: block;
	width: 100%;
}
.fr {
	float: right;
	display: inline;
}
div.f-cb .right {
	display: inline-block;
}
div.f-cb .right .lines {
	position: relative;
	cursor: pointer;
	width: 31px;
	height: 30px;
	margin-top: 18px;
}
div.f-cb .right .lines p {
	width: 31px;
	height: 2px;
	background-color: #c0153d;
	border-radius: 2px;
	position: absolute;
	left: 0;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}
div.f-cb .right .lines p:nth-child(1) {
	top: 0px;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
div.f-cb .right .lines p:nth-child(2) {
	top: 10px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
div.f-cb .right .lines p:nth-child(3) {
	top: 21px;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
div.f-cb .right .lines.cur p:nth-child(1) {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
div.f-cb .right .lines.cur p:nth-child(2) {
    opacity: 0;
}
div.f-cb .right .lines.cur p:nth-child(3) {
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}
div.f-cb .nav {
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	left: 0;
	z-index: 10;
	padding: 15px 4%;
	background-color: #fff;
	display: none;
	top: 70px;
	border-top: 1px solid rgba(0,0,0,0.1);
}
div.f-cb .nav ul {padding: 0;}
div.f-cb .nav ul li {
	border-bottom: 1px solid #cecece;
}
div.f-cb .nav ul li .tit {
	font-size: 16px;
	padding: 5px 0;
	line-height: 35px;
	background: url(../images/nav-jia.png) 98% center/15px no-repeat;
	display: block;
	color: #333;
}
div.f-cb .nav ul li.cur .tit {
	color: #c0153d
}
div.f-cb .nav ul li.on .tit {
	background: url(../images/nav-jian.png) 98% center/20px no-repeat;
}
div.f-cb .nav ul li .box {
	border-top: 1px solid #e2e2e2;
	display: none;
	padding: 10px 0;
}
div.f-cb .nav ul li .box a {
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	padding: 3px 0;
}
.headerbg {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0,0,0,0.7);
    top: 0;
    left: 0;
    z-index: 39;
    display: none;
}
.banner{width:100%;}
.contact-info-list li.lf p{height: auto;}
}
