/*!
 * Author: https://vusui.github.io
 */
body {
    background-color: #fff;
    font-size: 14px;
}

a[href]:hover {
    color: #e08310;
}

.vus-container {
    min-width: 1000px;
    padding: 0;
}

select.vus-input:not([multiple]) {
    padding-right: 8px\9;
    background-image: none\9;
}

.vus-flex-1,
.vus-flex-2,
.vus-flex-3,
.vus-flex-4,
.vus-flex-5,
.vus-flex-6,
.vus-flex-7,
.vus-flex-8,
.vus-flex-9,
.vus-flex-10,
.vus-flex,
.vus-flex-auto,
.vus-col-1,
.vus-col-2,
.vus-col-3,
.vus-col-4,
.vus-col-5,
.vus-col-6,
.vus-col-7,
.vus-col-8,
.vus-col-9,
.vus-col-10,
.vus-col-11,
.vus-col-12,
.vus-col,
.vus-col-auto {
    float: left\9;
}

.vus-box.lr-15 {
	margin-left: -15px;
	margin-right: -15px;
}
.vus-box.lr-15 [class*="vus-col"],
.vus-box.lr-15 [class*="vus-flex"] {
	padding-left: 15px;
	padding-right: 15px;
}
.vus-box.tb-15 {
	margin-top: -15px;
	margin-bottom: -15px;
}
.vus-box.tb-15 [class*="vus-col"],
.vus-box.tb-15 [class*="vus-flex"] {
	padding-top: 15px;
	padding-bottom: 15px;
}

.bg-1 {
    background-color: #324755;
}

.bg-2 {
    background-color: #79a4b6;
}

.bg-3 {
    background-color: rgba(50, 71, 85, .3);
}

.bg-4 {
    background-color: #1e2430;
}

.bg-mg {
    background-color: #e08310;
}

.color-mg {
    color: #e08310;
}

.color-2 {
    color: #1e347d;
}

.lh-40 {
    line-height: 40px;
}
.lh-45 {
    line-height: 45px;
}
.lh-55 {
    line-height: 55px;
}



/*********home*********/
.es-date {
    width: 400px;
    height: 340px;
}
.es-date-title {
    height: 90px;
    line-height: 90px;
}
.es-date-arrow {
    top: calc(50% - 10px);
}

/*********DG*********/
.dgz-arrow {
    top: calc(50% - 25px);
}
.dgz-arrow:hover {
    opacity: 1 !important;
}

/******************/
.timeline {
	height: 122px;
}
.timeline::after {
	width: 100%;
	content: '';
	position: absolute;
	top: calc(50% - 2px);
	left: 0;
	border-top: 4px solid #e08310;
	z-index: 1;
}
.timeline .t-item {
	width: 8.333333%;
    color: #999;
}
.timeline .t-item.active {
    color: #e08310;
}
.timeline .t-item.bottom {
	margin-top: 51px;
}
.timeline .arrow {
	top: calc(50% - 8px);
}
.timeline .arrow.left {
    left: -5px;
}
.timeline .arrow.right {
	right: -8px;
}


/*********背景图片自适应*********/
.bg-cover {
    width: 100%;
    height: 100%;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-cover.size-x {
    background-size: 100% auto;
}

.bg-cover.size-y {
    background-size: auto 100%;
}

.bg-cover.size-auto {
    background-size: 100% 100%;
}

.bg-cover.hover:hover {
    z-index: 2;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/*********w h*********/
.w-calc-100 {
    width: calc(100% - 100px);
}
.w-calc-150 {
    width: calc(100% - 150px);
}
.w-calc-200 {
    width: calc(100% - 200px);
}
.w-calc-300 {
    width: calc(100% - 300px);
}
.w-calc-380 {
    width: calc(100% - 380px);
}
.w-calc-400 {
    width: calc(100% - 400px);
}
.w-calc-500 {
    width: calc(100% - 500px);
}

.w-380 {
    width: 380px;
}
.w-400 {
    width: 400px;
}
.h-200 {
    height: 200px;
}
.h-280 {
    height: 280px;
}
.h-300 {
    height: 300px;
}
.h-350 {
    height: 350px;
}
.h-400 {
    height: 400px;
}
.h-520 {
    height: 520px;
}


.min-700 {
    min-height: 700px;
}
.max-55 {
    max-height: 55px;
}

/******************/
.mt--50 {
    margin-top: -50px;
}

.menu {
    width: 304px;
    height: 640px;
    background-image: url(../image/menu.png);
    background-position: left top;
    background-repeat: no-repeat;
}
.menu-li {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,.5);
}
.menu-li.active {
    border-left: 4px solid rgba(255,255,255.8);
}


/*********右部浮动层*********/
.mg-fixed-service {
    width: 50px;
    position: absolute;
    top: 50%;
    left: calc(100% + 10px);
}
.mg-fixed-service .fixed {
    width: 50px;
    position: fixed;
    top: calc(50% + 80px);
    left: auto;
    z-index: 999;
}
.mg-fixed-service .icon {
    background-image: url(../image/fixed_icon.png);
    background-repeat: no-repeat;
}
.mg-fixed-service .icon.icon1 {
    background-position: 0 0;
}
.mg-fixed-service .icon.icon2 {
    background-position: 0 -40px;
}
.mg-fixed-service .icon.icon3 {
    background-position: 0 -80px;
}
.mg-fixed-service .icon.icon4 {
    background-position: 0 -120px;
}
.mg-fixed-service .icon:hover {
    opacity: .9;
}


.mg-fixed-service .icon:hover .show {
	right: 40px !important;
	display: block !important;
}

/*********footer*********/
.mg-footer {
    min-width: 1000px;
    min-height: 200px;
    background-color: #707070;
}


/* 分页 */
.jskey_page {}
.jskey_page a,
.jskey_page span.page {
	min-width: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	overflow: hidden;
	font-size: 16px;
	display: inline-block;
	margin: 0 2px;
}
.jskey_page a {
	cursor: pointer;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.jskey_page a:hover {
	color: #e08310;
	border-color: #e08310;
}
.jskey_page span.page {
	font-weight: 700;
	color: #e08310;
	font-size: 18px;
	cursor: default;
}

.mg-banner {
    min-width: 1000px;
}
.mg-banner .swiper-container{
	width: 100%;
	height: 400px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.swiper-container .swiper-pagination {
	width: 100%;
	text-align: center;
	display: block;
	position: absolute;
	left: 0;
	bottom: 5px;
    z-index: 2;
}
.swiper-container .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	background-color: rgba(0,0,0,.6);
	margin: 0 5px;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 1px solid rgba(255,255,255,.4);
    opacity: 1;
}
.swiper-container .swiper-pagination-bullet-active {
    background-color: #e08310;
    border: 0;
}

.mg-bg-cover {
    width: 100%;
	height: 100%;
	display: block;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    line-height: 999999;
}
.mg-bg-cover.size-x {
    background-size: 100% auto;
}
.mg-bg-cover.size-y {
    background-size: auto 100%;
}
.mg-bg-cover.hover:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.mg-bg-rgba-50 {
    background-color: rgba(0,0,0,.5);
}

.mg-title {
    height: 60px;
    line-height: 60px;
}
.mg-tabs {
    height: 55px;
    line-height: 55px;
}
.mg-tabs .item {
    float: left;
    padding: 0 15px;
    position: relative;
    cursor: pointer;
}
.mg-tabs .item:not(:first-child)::after {
    border-left: 1px solid #ddd;
    content: "";
    position: absolute;
    top: 18px;
    left: 0;
    bottom: 18px;
}
.mg-tabs .item::before {
    width: 0;
    height: 3px;
    background-color: #e08310;
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: all 0.2s linear;
}
.mg-tabs .item:hover,
.mg-tabs .item.active {
    color: #e08310;
}
.mg-tabs .item:hover::before,
.mg-tabs .item.active::before {
    width: calc(100% - 30px);
    left: 15px;
}
.mg-tabs .item.active {
    cursor: default;
}

.mg-exhibition .ul-1,
.mg-exhibition .ul-2 {
    width: 105%;
}
.mg-exhibition .ul-1 .item,
.mg-exhibition .ul-2 .item {
    width: 225px;
}
.mg-exhibition .ul-1 .item .img {
    height: 150px;
}
.mg-exhibition .ul-2 .item .img {
    height: 320px;
}
.mg-exhibition .list-1 .item {
    height: 60px;
    line-height: 60px;
}
.mg-brand .date-list .item:nth-child(2n+1),
.mg-exhibition .list-1 .item:nth-child(2n+1) {
    float: left;
    padding-right: 10px;
}
.mg-brand .date-list .item:nth-child(2n),
.mg-exhibition .list-1 .item:nth-child(2n) {
    float: right;
    padding-left: 10px;
}
.mg-exhibition .swiper-container {
    height: 340px;
}
.mg-exhibition .travel-img {
    height: 200px;
}
.mg-exhibition .travel-txt {
    line-height: 20px;
    max-height: 60px;
}

