.zt-index-banner .swiper-container {
    width: 100%;
    height: 420px;
}
.zt-index-banner .swiper-slide {
	position: relative;
    overflow: hidden;
}
.zt-index-banner .swiper-slide img {
	position: absolute;
	height: 100%;
	width: 1920px;
	top: 0;
	left: 50%;
	margin-left: -960px;
	z-index: 9;
}

.zt-index-banner .swiper-button-next.swiper-button-white {
	width: 60px;
	height: 50px;
	background: url(../image/next_icon.png) no-repeat center;
	background-size: 100% 100%;
	right: -60px;
}
.zt-index-banner .swiper-button-prev.swiper-button-white {
	width: 60px;
	height: 50px;
	background: url(../image/pre_icon.png) no-repeat center;
	background-size: 100% 100%;
	left: -60px;
}

.zt-index-banner .swiper-pagination {
	bottom: inherit;
    right: 0;
    width: 20px;
    top: -152px;
}
.zt-index-banner .swiper-pagination-white  .swiper-pagination-bullet {
	opacity: 0.8;
	margin: 8px 0;
	/*border: 6px solid rgba(255,255,255,0);*/
}
.zt-index-banner .swiper-pagination-white .swiper-pagination-bullet-active {
	width: 20px;
	height: 20px;
	background: url(../image/radio_icon.png) no-repeat center;
	background-size: 100% 100%;
	border: none;
}
.zt-index-banner .swiper-pagination-bullet-active:after
.zt-index-banner .swiper-button-prev.swiper-button-white {
	width: 60px;
	height: 50px;
	background: url(../image/pre_icon.png) no-repeat center;
	background-size: 100% 100%;
	left: -60px;
}

.zt-index-banner .swiper-container:hover .swiper-button-prev.swiper-button-white{
	left: 0;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	opacity: 0.6;
}
.zt-index-banner .swiper-container:hover .swiper-button-next.swiper-button-white{
	right: 0;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	opacity: 0.6;
}
.zt-index-banner .swiper-container:hover .swiper-button-prev.swiper-button-white:hover,
.zt-index-banner .swiper-container:hover .swiper-button-next.swiper-button-white:hover {
	opacity: 1;
}
.zt-index-banner {
	position: relative;
}
.zt-index-banner .zt-search-box {
	position: absolute;
	width: 1200px;
	padding: 25px 0;
	left: 50%;
	margin-left: -600px;
	bottom: 0;
	z-index: 99;
	border-radius: 8px 8px 0px 0px;
	background: rgba(0,0,0,.5);
}
.zt-index-banner .zt-search-lable {
	width: 104px;
	margin-left: 40px;
	margin-top: 3px;
	color: #ffffff;
	line-height: 22px;
	letter-spacing: 0px;
	font-weight: bold;
}
.zt-index-banner .zt-search-lable span {
	color: #ff7729;
}

.zt-input-box {
	width: 805px;
	height: 50px;
	padding: 0 20px;
	margin-left: 20px;
	background-color: #ffffff;
	border-radius: 4px 0px 0px 4px;
	overflow: hidden;
}
.zt-input-box input {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	border: none;
}

.zt-search-btn {
	width: 150px;
	height: 50px;
	background-color: #c30d23;
	border-radius: 0px 4px 4px 0px;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	line-height: 50px;
}


.zt-product-way {
	position: relative;
	margin-top: 80px;
}
.zt-product-way-tl {

}
.zt-product-way-tl h2 {
	font-size: 32px;
	font-weight: bold;
	color: #171b21;
	line-height: 40px;
}

.zt-product-way-tl .small-tip {
	margin-top: 15px;
	color: #a8abb3;
}

.zt-product-way .zt-way-count {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
	text-align: right;
}

.zt-way-count .count-tip{
	height: 12px;
	margin-top: 25px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #ebedf0;
	font-weight: bold;
	white-space:nowrap
}

.zt-count-box span{
	display: inline-block;
	color: #171b21;
	font-weight: bold;
}

.zt-count-box .gan {
	display: inline-block;
	width: 60px;
	height: 1px;
	margin: 0 6px;
	background-color: #c4c7cc;
	vertical-align: middle;
}

.zt-count-box .total-num{
	color: #c4c7cc;
}
.zt-product-tab {
	border-bottom: 1px solid #ebedf0;;
}
.zt-product-tab-list {
	width: 1300px;
	margin-top: 17px;
}

.zt-product-tab-item {
	position: relative;
	float: left;
    width: 232px;
    padding: 23px 0;
    margin-right: 10px;
    cursor: pointer;
}
.zt-product-tab-item.active::after {
	content: '';
	position: absolute;
	display: block;
	height: 2px;
	background: #FF7729;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
}

.zt-product-tab-item img {
	width: 48px;
	height: 48px;
	margin-left: 13px;
	opacity: 0.4;
}
.zt-product-tab-item.active img {
	opacity: 1;
}
.zt-product-info {
	width: 156px;
	margin-left: 15px;
	margin-top: 6px;
	overflow: hidden;
}
.zt-product-info .zt-name{
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #171b21;
	line-height: 22px;
}

.zt-product-info .zt-name-en{
	font-size: 12px;
	color: #a8abb3;
	line-height: 16px;
}

.tab-content-box {
	display: none;
	margin-top: 25px;
	background: url(../image/product_back.png) center center;
}
.tab-content-box{
	padding: 20px 20px 1px 20px;
}
.tab-content-box-list {
	width: 1200px;
}
.tab-content-box-item {
	float: left;
	width: 528px;
	padding: 20px;
	margin: 0 20px 20px 0;
	background-color: rgba(255,255,255,.4);
	border-radius: 8px;
	border: solid 1px #ffffff;
}
.tab-content-box-item:hover {
	background-color: #ffffff;
	box-shadow: 0px 4px 16px 0px
		rgba(23, 27, 33, 0.1);
}
.tab-content-box-item:hover .zt-view-btn i {
	display: inline-block;
	width: 16px;
	height: 9px;
	margin-left: 10px;
	margin-top: -4px;
	background: url(../image/view_icon.png) no-repeat;
	background-size: 100% 100%;
	vertical-align: middle;
}
.tab-content-box-item  h3 {
	margin-bottom: 18px;
	font-size: 16px;
	font-weight: bold;
	color: #171b21;
}
.tab-content-box-item  h3 img {
	height: 24px;
	margin-right: 6px;
	margin-top: -5px;
	vertical-align: middle;
}

.tab-content-box-item .dec-li {
	color: #565b66;
	line-height: 24px;
}
.tab-content-box-item .dec-li::before {
	content: '';
	display: inline-block;
	height: 2px;
	background: #FF7729;
	width: 4px;
	height: 4px;
	margin-right: 8px;
	background-color: #a8abb3;
	border-radius: 50%;
	vertical-align: middle;
}

.zt-view-btn {
	display: inline-block;
	height: 28px;
	padding: 0 20px;
	margin-top: 16px;
	background-color: #ffffff;
	border-radius: 14px;
	border: solid 1px #c30d23;
	color: #c30d23;
	line-height: 28px;
}

.zt-newslist{
	margin-top: 40px;
}
.zt-news-section {
	width: 570px;
}
.zt-news-content {
	padding-bottom: 10px;
}
.zt-news-content .first-new{
	margin-bottom: 10px;
	border-radius: 8px;
	overflow: hidden;
}
.zt-news-content .first-new:hover {
	box-shadow: 0px 4px 16px 0px
		rgba(23, 27, 33, 0.15);
}
.zt-news-content .first-new .imgbox{
	position: relative;
	width: 570px;
	height: 280px;
}
.zt-news-content .imgbox img {
	display: block;
	width: 100%;
	height: 100%;
}
.zt-news-section .news-title {
	padding: 38px 0;
}
.zt-news-content .first-new .dec {
	position: absolute;
	height: 60px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	padding: 0 20px;
	line-height: 60px;
	color: #FFFFFF;
	font-size: 18px;
	background: url(../image/mask.png) no-repeat;
	background-size: 100% 100%;
}
.zt-news-content .first-new:hover  .dec {
	background: #FFFFFF;
	color: #ff7729;
}

.zt-news-section .news-title h2{
	float: left;
	font-size: 32px;
	color: #171b21;
	font-weight: bold;
	line-height: 1.1;
}

.zt-news-section .news-more {
	float: right;
	/*margin-top: 20px;*/
	padding: 10px;
	color: #a8abb3;
}
.zt-news-section .news-more:hover {
	color: #ff7729;
}
.zt-news-section .news-more:hover i {
	display: inline-block;
	width: 16px;
	height: 9px;
	margin-left: 10px;
	margin-top: -4px;
	background: url(../image/view_icon.png) no-repeat;
	background-size: 100% 100%;
	vertical-align: middle;
}



.zt-news-content .else-new .imgbox {
	width: 140px;
	height: 105px;
	border-radius: 6px;
	overflow: hidden;
}

.zt-news-content .else-new .news-data {
	width: 410px;
}
.zt-news-content .else-new {
	padding: 10px 0;
}
.zt-news-content .else-new:hover h3{
	color: #ff7729;
}
.zt-news-content .else-new h3 {
	margin-top: 16px;
	font-size: 16px;
	font-weight: bold;
	color: #171b21;
	line-height: 1.1;
}

.zt-news-content .else-new .dec {
	margin-top: 16px;
	line-height: 22px;
	color: #a8abb3;
}
.zt-advantage-box {
	height: 554px;
	margin-top: 60px;
	padding-top: 92px;
	background: url(../image/advantage_back.png) no-repeat center center;
}
.zt-advantage-tl h2{
	font-size: 32px;
	font-weight: bold;
	color: #ffffff;
}
.zt-advantage-container {
	position: relative;
}
.zt-advantage-box .zt-way-count {
	position: absolute;
	right: 0;
	top: 28px;
	z-index: 9;
}
.zt-advantage-box .zt-count-box .current-num{
	color: #FFFFFF;
}
.zt-advantage-list {
	margin-top: 78px;
}
.zt-advantage-item{
	position: relative;
	width: 300px;
	height: 302px;
	float: left;
	background: url(../image/advantage_icons.png) no-repeat center center;
	background-position: 0 -664px;
}

.zt-advantage-item.active {
	display: block;
	position: absolute;
    width: 356px;
    height: 458px;
    left: -28px;
    top: -71px;
    z-index: 99;
    background: url(../image/advantage_card.png) no-repeat center center;

}
.zt-advantage-item.active .zt-advantage-item .advantage-img{
	margin: 80px auto 34px auto;
}
.zt-advantage-item.active .dec{
	display: block;
	width: 207px;
	margin: 20px auto;
	line-height: 22px;
	letter-spacing: 1px;
	color: #ffffff;
}
.zt-advantage-item .advantage-img {
	width: 166px;
	height: 166px;
	margin: 46px auto 26px auto;
	background: url(../image/advantage_icons.png) no-repeat center center;
	background-position: 0 -498px
}
.zt-advantage-item .zt-img2 {
	background: url(../image/advantage_icons.png) no-repeat center center;
	background-position: 0 -332px
}
.zt-advantage-item .zt-img3 {
	background: url(../image/advantage_icons.png) no-repeat center center;
	background-position: 0 -166px
}
.zt-advantage-item .zt-img4 {
	background: url(../image/advantage_icons.png) no-repeat center center;
	background-position: 0 0
}


.zt-advantage-item .name {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}
.zt-advantage-item .dec {
	display: none;
}

.zt-parter-box {
	position: relative;
	padding: 80px 0 60px 0;
}

.zt-parter-box-title h2{
	margin-bottom: 17px;
	font-size: 32px;
	font-weight: bold;
	color: #171b21;
}
.zt-parter-box-title .title-dec{
	color: #a8abb3;
}

.zt-partner-list-box {
	margin-top: 40px;
}
.zt-partner-list {
	width: 1300px;
}
.zt-partner-item {
	float: left;
	margin-right: 18px;
	margin-bottom: 18px;
	opacity: 0.5;
}
.zt-partner-item:hover {
	opacity: 1;
}
.zt-partner-item a{
	display: block;
	width: 183px;
	height: 90px;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #ebedf0;
	overflow: hidden;
}
.zt-partner-item a img {
	display: block;
	width: 100%;
	height: 100%;
}

.zt-handle-btn {
	position: absolute;
    right: 0;
    top: 116px;
    z-index: 99;
}
.zt-handle-btn div{
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-left: 26px;
	background: url(../image/pre_icon2.png) no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	opacity: 0.6;
}
.zt-handle-btn .partner-next{
	background: url(../image/next_icon2.png) no-repeat;
	background-size: 100% 100%;
}
.zt-handle-btn div:hover {
	opacity: 1;
}


.float-tip {
    position: relative;
    display: block;
    position: fixed;
    z-index: 999;
    top: 60px;
    left: 60px;
    width: 300px;
    padding: 14px 20px;
    background-color: #f80000;
    text-align: center;
}
.float-tip h3 {
	margin-bottom: 8px;
    font-size: 30px;
    color: #fffd2c;
    font-weight: bold;
}
.float-tip h3 {
	margin-bottom: 8px;
    font-size: 30px;
    color: #fffd2c;
    font-weight: bold;
}
.float-tip h3 {
	margin-bottom: 8px;
    font-size: 30px;
    color: #fffd2c;
    font-weight: bold;
}
.float-tip p {
	font-size: 18px;
    color: #FFFFFF;
}
.float-tip .close-btn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    display: block;
    width: 30px;
    height: 30px;
    background: url(../image/icon_close.png) no-repeat;
    background-size: 100% 100%;
}
