/**
*
* -------------------------------------------------------
*
* Template : ePack - Modern Element Packages
* Author : thecodrops
* Author URI : http://thecodrops.com
*
* -------------------------------------------------------
*
*/

[class*="tc-tabs-"] .nav-tabs li {
    margin-right: 8px;
}


/*-----------------------
    Tabs style 1
-------------------------*/

.tc-tabs-style1 {
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid rgba(68, 68, 68, 0.1);
}

.tc-tabs-style1 .tc-tab-title {
    margin: 0 0 15px 0;
    font-size: 20px;
    line-height: normal;
}

.tc-tabs-style1 .tc-tab-desc {
    font-size: 13px;
}

.tc-tabs-style1 .tab-content {
    margin-top: 20px;
    padding-left: 5px;
}

.tc-tabs-style1 .nav-tabs {
    border-bottom: 0;
}

.tc-tabs-style1 .nav-tabs li a {
    border: 0 !important;
    border-radius: 0;
    line-height: normal;
    font-size: 13px;
    color: #777;
    font-weight: 600;
    padding: 8px 20px;
    margin-right: 4px;
    margin-bottom: 4px;
    background: transparent;
    z-index: 111;
    box-shadow: 0 1px 4px rgba(221, 221, 221, 0.53);
    position: relative;
}

.tc-tabs-style1 .nav-tabs li a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    background-color: #232323;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: -1;
}

.tc-tabs-style1 .nav-tabs li a:hover {
    color: #444;
}

.tc-tabs-style1 .nav-tabs li.active a {
    color: #fff;
}

.tc-tabs-style1 .nav-tabs li a:hover:after {
    height: 4px;
}

.tc-tabs-style1 .nav-tabs li.active a:after {
    height: 100%;
}


/*-----------------------
    Tabs style 2
-------------------------*/

.tc-tabs-style2 {
    padding: 20px;
    background-color: #ffffff;
    border: 2px solid rgba(68, 68, 68, 0.1);
}

.tc-tabs-style2 .tc-tab-title {
    margin: 0 0 15px 0;
    font-size: 20px;
    line-height: normal;
}

.tc-tabs-style2 .tc-tab-desc {
    font-size: 13px;
}

.tc-tabs-style2 .tab-content {
    margin-top: 20px;
    padding-left: 5px;
}

.tc-tabs-style2 .nav-tabs {
    border-bottom: 0;
}

.tc-tabs-style2 .nav-tabs li a {
    border: 0 !important;
    border-radius: 0;
    line-height: normal;
    font-size: 13px;
    color: #777;
    border-radius: 20px;
    font-weight: 600;
    padding: 8px 20px;
    margin-right: 4px;
    margin-bottom: 4px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.tc-tabs-style2 .nav-tabs li a:hover,
.tc-tabs-style2 .nav-tabs li.active a {
    background-color: #232323;
    color: #fff;
}


/*-----------------------
    Tabs style 3
-------------------------*/

.tc-tabs-style3 .tc-tab-title {
    margin: 0 0 15px 0;
    font-size: 20px;
    line-height: normal;
}

.tc-tabs-style3 .tc-tab-desc {
    font-size: 13px;
}

.tc-tabs-style3 .tab-content {
    margin-top: 35px;
}

.tc-tabs-style3 .nav-tabs {
    border-bottom: 0;
}

.tc-tabs-style3 .nav-tabs li a {
    position: relative;
    display: inline-block;
    border: 0 !important;
    border-radius: 0;
    font-size: 16px;
    color: #222222;
    border-radius: 20px;
    padding: 0 0 10px 0;
    margin-right: 15px;
    margin-bottom: 4px;
    background-color: transparent !important;
}

.tc-tabs-style3 .nav-tabs li a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background-color: #5795ad;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.tc-tabs-style3 .nav-tabs li a:hover,
.tc-tabs-style3 .nav-tabs li.active a span {
    color: #096C91;
}

.tc-tabs-style3 .nav-tabs li a:hover:after {
    width: 30%;
}

.tc-tabs-style3 .nav-tabs li.active a:after {
    width: 100%;
}


/*-----------------------
    Tabs style 4
-------------------------*/

.tc-tabs-style4 {
    padding: 20px;
    background-color: #444;
}

.tc-tabs-style4 .tc-tab-title {
    margin: 0 0 15px 0;
    font-size: 20px;
    line-height: normal;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.tc-tabs-style4 .tc-tab-desc {
    font-size: 13px;
    color: #f5f5f5;
}

.tc-tabs-style4 .tab-content {
    margin-top: 20px;
    padding-left: 5px;
}

.tc-tabs-style4 .nav-tabs {
    border-bottom: 0;
}

.tc-tabs-style4 .nav-tabs li a {
    border: 0 !important;
    border-radius: 0;
    line-height: normal;
    font-size: 13px;
    color: #f5f5f5;
    border-radius: 4px;
    padding: 8px 20px;
    margin-right: 4px;
    margin-bottom: 4px;
}

.tc-tabs-style4 .nav-tabs li a:hover,
.tc-tabs-style4 .nav-tabs li.active a {
    background-color: rgba(255, 255, 255, 0.24);
    color: #fff;
}


/*-----------------------
    Tabs style 5
-------------------------*/

.tc-tabs-style5 {
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 0 3px 10px rgba(68, 68, 68, 0.1);
}

.tc-tabs-style5 .tc-tab-title {
    margin: 0 0 15px 0;
    font-size: 20px;
    line-height: normal;
}

.tc-tabs-style5 .tc-tab-desc {
    font-size: 13px;
}

.tc-tabs-style5 .tab-content {
    margin-top: 35px;
}

.tc-tabs-style5 .nav-tabs {
    border-bottom: 0;
}

.tc-tabs-style5 .nav-tabs li a {
    position: relative;
    display: inline-block;
    border: 0 !important;
    border-radius: 0;
    line-height: normal;
    font-size: 16px;
    color: #777;
    border-radius: 20px;
    padding: 8px 0 8px 0;
    margin-right: 15px;
    margin-bottom: 4px;
    background-color: transparent !important;
}

.tc-tabs-style5 .nav-tabs li a:before,
.tc-tabs-style5 .nav-tabs li a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background-color: #444;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.tc-tabs-style5 .nav-tabs li a:after {
    top: 0;
    right: 0;
    left: auto;
}

.tc-tabs-style5 .nav-tabs li a:hover,
.tc-tabs-style5 .nav-tabs li.active a {
    color: #222;
}

.tc-tabs-style5 .nav-tabs li a:hover:before,
.tc-tabs-style5 .nav-tabs li a:hover:after {
    width: 50%;
}

.tc-tabs-style5 .nav-tabs li.active a:before,
.tc-tabs-style5 .nav-tabs li.active a:after {
    width: 100%;
}


/*-----------------------
    Tabs style 6
-------------------------*/

.tc-tabs-style6 {
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0 3px 10px rgba(51, 122, 183, 0.15);
}

.tc-tabs-style6 .tc-tab-title {
    margin: 0 0 15px 0;
    font-size: 20px;
    line-height: normal;
}

.tc-tabs-style6 .tc-tab-desc {
    font-size: 13px;
}

.tc-tabs-style6 .tab-content {
    margin-top: 20px;
    padding-left: 5px;
}

.tc-tabs-style6 .nav-tabs {
    border-bottom: 0;
}

.tc-tabs-style6 .nav-tabs li a {
    padding: 8px 15px;
    margin-bottom: 4px;
    border: 0 !important;
    border-radius: 0;
    line-height: normal;
    font-size: 13px;
    color: #777;
    font-weight: 600;
}

.tc-tabs-style6 .nav-tabs li a:hover,
.tc-tabs-style6 .nav-tabs li.active a {
    background-color: #f5f5f5;
}

.tc-tabs-style6 .nav-tabs li.active a:after,
.tc-tabs-style6 .nav-tabs li a:hover:after {
    content: '';
    position: absolute;
    border: 7px solid transparent;
    border-top-color: #f5f5f5;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
}


/*-----------------------
    Tabs style 7
-------------------------*/

.tc-tabs-style7 .tc-tab-title {
    margin: 0 0 15px 0;
    font-size: 20px;
    line-height: normal;
}

.tc-tabs-style7 .tc-tab-desc {
    font-size: 13px;
}

.tc-tabs-style7 .tab-content {
    margin-top: 20px;
    padding-left: 5px;
}

.tc-tabs-style7 .nav-tabs {
    border-bottom: 0;
}

.tc-tabs-style7 .nav-tabs li a {
    border: 0 !important;
    border-radius: 0;
    line-height: normal;
    font-size: 13px;
    color: #777;
    font-weight: 600;
    padding: 8px 20px;
    margin-right: 4px;
    margin-bottom: 4px;
    background: rgb(255, 255, 255);
    z-index: 111;
    box-shadow: 0 1px 4px rgba(221, 221, 221, 0.53);
    position: relative;
}

.tc-tabs-style7 .nav-tabs li a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 0px;
    background-color: #232323;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: -1;
}

.tc-tabs-style7 .nav-tabs li a:hover {
    color: #444;
}

.tc-tabs-style7 .nav-tabs li.active a {
    color: #fff;
}

.tc-tabs-style7 .nav-tabs li a:hover:after {
    width: 4px;
}

.tc-tabs-style7 .nav-tabs li.active a:after {
    width: 100%;
}


/*-----------------------
    Tabs style 8
-------------------------*/

.tc-tabs-style8 {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(51, 122, 183, 0.1);
}

.tc-tabs-style8 .tc-tab-title {
    margin: 0 0 15px 0;
    font-size: 20px;
    line-height: normal;
    color: #444;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.tc-tabs-style8 .tc-tab-desc {
    font-size: 13px;
    color: #999;
}

.tc-tabs-style8 .tab-content {
    margin-top: 20px;
    padding-left: 5px;
}

.tc-tabs-style8 .nav-tabs {
    border-bottom: 0;
}

.tc-tabs-style8 .nav-tabs li a {
    border-radius: 0;
    line-height: normal;
    font-size: 13px;
    color: #444;
    border-radius: 0;
    padding: 8px;
    margin-right: 4px;
    margin-bottom: 10px;
    background: #ffffff;
    padding: 5px 15px;
    background-color: rgba(42, 42, 42, 0.05);
    border: 4px solid #fff !important;
    -webkit-box-shadow: 0 0 0 4px rgba(42, 42, 42, 0.05);
    box-shadow: 0 0 0 4px rgba(42, 42, 42, 0.05);
    margin-right: 15px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.tc-tabs-style8 .nav-tabs li.active a,
.tc-tabs-style8 .nav-tabs li a:hover {
    background-color: #444;
    color: #fff;
    -webkit-box-shadow: 0 0 0 4px #444;
    box-shadow: 0 0 0 4px #444;
}


/*-----------------------
    Tabs Alignment
-------------------------*/

.tc-align-center .nav-tabs {
    text-align: center;
}

.tc-align-center .nav-tabs li,
.tc-align-right .nav-tabs li {
    display: inline-block;
    float: none;
    margin-right: 4px;
}

.tc-align-right .nav-tabs {
    text-align: right;
}

.tc-tabs-style3.tc-align-center .nav-tabs li a:after {
    left: 50%;
    transform: translateX(-50%);
}

.tc-tabs-style3.tc-align-right .nav-tabs li a:after,
.tc-tabs-style3.tc-vertical-right .nav-tabs li a:after,
.tc-tabs-style7.tc-align-right .nav-tabs li a:after,
.tc-tabs-style7.tc-vertical-right .nav-tabs li a:after {
    left: auto;
    right: 0;
}


/*-----------------------
    Tabs Vertical
-------------------------*/

.tc-vertical-left .nav-tabs li,
.tc-vertical-right .nav-tabs li {
    margin-right: 0px;
}

.tc-vertical-left .nav-tabs li a,
.tc-vertical-right .nav-tabs li a {
    width: 100%;
    margin-bottom: 10px;
}

.tc-vertical-right .nav-tabs {
    text-align: right;
    padding-right: 0;
}

.tc-tabs-style6.tc-vertical-left .nav-tabs li.active a:after,
.tc-tabs-style6.tc-vertical-left .nav-tabs li a:hover:after {
    border-top-color: transparent;
    border-left-color: #f5f5f5;
    bottom: 50%;
    left: auto;
    right: -14px;
    transform: translateY(50%)
}

.tc-tabs-style6.tc-vertical-right .nav-tabs li.active a:after,
.tc-tabs-style6.tc-vertical-right .nav-tabs li a:hover:after {
    border-top-color: transparent;
    border-right-color: #f5f5f5;
    bottom: 50%;
    left: -14px;
    transform: translateY(50%)
}

.tc-vertical-left.tc-tabs-style8 .nav-tabs li a,
.tc-vertical-right.tc-tabs-style8 .nav-tabs li a {
    margin-bottom: 20px;
}


/*-----------------------
    Responsive Medium
-------------------------*/

@media (max-width: 767px) {
    .tc-vertical-right .nav-tabs {
        margin-top: 25px;
    }
    [class*="tc-tabs"] .nav-tabs li {
        display: inline-block;
        float: none;
    }
    .tc-vertical-left.tc-tabs-style8 .nav-tabs li,
    .tc-vertical-right.tc-tabs-style8 .nav-tabs li {
        margin-right: 15px;
    }
}

@media (max-width: 480px) {
    [class*="tc-tabs"] .nav-tabs li {
        display: block;
        width: 100%;
    }
    [class*="tc-tabs"] .nav-tabs li a {
        margin-bottom: 10px;
    }
    [class*="tc-tabs"] .nav-tabs li a {
        margin-bottom: 10px;
    }
    .tc-tabs-style8 .nav-tabs li a {
        margin-bottom: 20px;
    }
}
.trade-content {
	/* padding: 30px 0; */
}
.trade-title {
	font-size: 24px;
	color: #333;
	text-align: center;
	margin: 50px 0;
	position: relative;
}
.trade-title:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: -19px;
	left: 50%;
	transform: translateX(-50%);
	border: 6px solid;
	border-color: #20B09F transparent transparent;
}
.trade-title:after {
	content: "";
	position: absolute;
	width: 52px;
	height: 3px;
	background-color: #20B09F;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
}
.trade-black {
	height: 500px;
	background-color: #30383e;
}
.trade-box {
	width: 100% !important;
	margin: 0 auto;
	position: relative;
	transition: all .3s ease;
}
.trade-box-list {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.trade-box-item {
	flex: 1;
	text-align: center;
	position: relative;
	height: 500px;
	background: no-repeat center;
	background-size: 100% auto;
}
.trade-content .trade-box-item:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,.6);
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
}
.trade-box-item a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
a, button, input, textarea {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.item-logo {
	margin: 0 auto;
	display: block;
}
.trade-content .trade-box-item .item-logo {
	position: relative;
	margin-top: 150px;
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
}
.item-logo img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.item-title {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: 20px 0;
	position: relative;
}
.trade-content .item-title:before {
	content: "";
	position: relative;
	display: block;
	width: 20px;
	border-bottom: 2px solid #fff;
	margin: 0 auto 20px;
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
}
.item-text {
	position: relative;
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
	opacity: 0;
	margin-top: 10px;
}
.item-text p {
	color: #fff;
	font-size: 16px;
	margin-bottom: 5px;
}
.trade-content .item01 {
	background-image: url("https://gw-guoqing.oss-cn-hangzhou.aliyuncs.com/index/us_zfmy1.png");
}
.trade-content .item02 {
	background-image: url("https://gw-guoqing.oss-cn-hangzhou.aliyuncs.com/index/us_zfmy2.png");
}
.trade-content .item03 {
	background-image: url("https://gw-guoqing.oss-cn-hangzhou.aliyuncs.com/index/us_zfmy3.png");
}
.trade-content .item04 {
	background-image: url("https://gw-guoqing.oss-cn-hangzhou.aliyuncs.com/index/us_zfmy4.png");
}
.trade-content .item05 {
	background-image: url("https://gw-guoqing.oss-cn-hangzhou.aliyuncs.com/index/us_zfmy5.png");
}
.trade-content .item06 {
	background-image: url("https://gw-guoqing.oss-cn-hangzhou.aliyuncs.com/index/us_zfmy6.png");
}
.trade-content .item07 {
	background-image: url("https://gw-guoqing.oss-cn-hangzhou.aliyuncs.com/index/us_zfmy7.png");
}
.trade-content .trade-box-item:hover .item-text {
	display: block;
	opacity: 1;
	margin-top: 0;
}
.trade-content .trade-box-item:hover:before {
	/* background-color: rgba(32, 176, 159, 0.815); */
    background-image: url(../images/index-bgoll.png);
}
.trade-content .trade-box-item:hover .item-logo {
	margin-top: 80px;
}
.trade-content .trade-box-item:hover .item-title:before {
	opacity: 0;
	margin-bottom: 0;
}
.banner {
    position: relative;
    height: 100%;
    z-index: 11;
    overflow: hidden;
}

.flexslider {
    position: relative;
    height: 100%;
    overflow: hidden;
    transition: all 0.3s;
}

.flex-pauseplay {
    display: none;
}

.slides {
    position: relative;
    z-index: 1;
}

.slides li {
    height: 640px;
    text-align: center;
}

.slides li a {
    display: block;
    height: 100%;
}

.slides li img {
    margin: 0 auto;
    display: none;
}

.slides li .video1 {
    background-color: #000;
}

.flex-direction-nav {
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 47%;
    opacity: 0;
    transition: all 0.3s;
}

.flex-direction-nav li a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    border-radius: 25px;
    opacity: 0.5;
}

.flex-direction-nav li a.flex-prev {
    left: 40px;
    background: url(../images/prev.png) center center no-repeat;
    transition: all 0.5s;
}

.flex-direction-nav li a.flex-next {
    right: 40px;
    background: url(../images/next.png) center center no-repeat;
    transition: all 0.5s;
}

.flex-direction-nav li a:hover {
    width: 60px;
    height: 50px;
    opacity: 1;
}

.flexslider:hover .flex-direction-nav {
    opacity: 1;
}

.flex-control-nav {
    position: absolute;
    z-index: 11;
    width: 60px;
    bottom: 0;
    right: 108px;
    height: 90px;
    display: none;
}

.flex-control-nav li {
    position: absolute;
    z-index: 2;
    width: 60px;
    height: 90px;
}

.flex-control-nav li a {
    color: #ffffff;
    width: 60px;
    line-height: 90px;
    text-align: center;
    display: none;
}

.flex-control-nav li .flex-active {
    display: block;
    font-size: 28px;
    color: #15843b;
    font-weight: bold;
    font-family: te2;
}

.flexslider .flex-pauseplay {
    position: absolute;
    z-index: 10;
    width: 100px;
    height: 100px;
    background-color: #0D6A28;
    top: 50%;
    right: 0;
    text-align: center;
    line-height: 100px;
}

.banner .show {
    width: 210px;
    line-height: 40px;
    text-align: center;
    background-color: #000000;
    color: #ffffff;
    font-size: 16px;
    border-radius: 20px;
    margin: 30px auto;
    cursor: pointer;
    position: absolute;
    z-index: 20;
    left: 50%;
    bottom: 200px;
    margin-left: -105px;
}

.banner .show:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.video {
    position: fixed;
    z-index: 100;
    text-align: center;
    width: 100%;
    height: 100%;
    min-width: 1210px;
    overflow: hidden;
    background-color: #000000;
}

.video video {
    width: 100%;
}

.stay {
    position: absolute;
    z-index: 12;
    width: 1px;
    bottom: 0;
    left: 50%;
    height: 150px;
    background-color: rgba(255, 255, 255, 0.3);
}

.stay p {
    width: 1px;
    background-color: #ffffff;
    animation: chang ease-in-out 2s infinite;
    height: 0;
    margin-top: 0;
}

@keyframes chang {
    0% {
        height: 0;
        margin-top: 0;
    }
    60% {
        height: 150px;
        margin-top: 0;
    }
    100% {
        height: 150px;
        margin-top: 150px;
    }
}

.video-show {
    width: 1210px;
    background-color: #000000;
    text-align: center;
    display: none;
}

.video-show video {
    max-width: 100%;
    margin: 0 auto;
}

.nav-bar {
    position: absolute;
    right: -50px;
    top: 10px;
    height: 30px;
    line-height: 30px;
    margin-right: 5%;
}

.ball-ht {
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    margin-bottom: 11px;
}

.nav-bar ul li {
    position: relative;
    display: block;
    line-height: 20px;
    cursor: pointer;
    font-size: 12px;
    color: #333;
    margin-left: 10px;
    list-style: none;
    float: left;
}

.search-container {
    position: relative;
    left: -50px;
    width: 150px;
    height: 20px;
}

.quick-nav {
    padding-left: 10px;
    box-sizing: border-box;
}

.quick-nav :first-child {
    font-size: 12px;
    color: white;
}

.nav-bar ul li .icon-bottom {
    position: relative;
    top: 4px;
    right: 105px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../images/right.png);
    margin-left: 10px;
    cursor: pointer;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}