/*
 * default v1.0.1
 * update 2021-12
 * Copyright 2011-2017 bixingweb, Inc.
 */
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder{ 
	color: #bebebe;
	font-size: 14px;
}
textarea:-moz-placeholder,
input:-moz-placeholder{ 
	color: #bebebe;
	font-size: 14px;
}   
textarea::-moz-placeholder,
input::-moz-placeholder{   
	color: #bebebe;
	font-size: 14px;
} 
textarea:-ms-input-placeholder,
input:-ms-input-placeholder{
	color: #bebebe;
	font-size: 14px;
}     
/*==============================================================================================*/
/*header
/*==============================================================================================*/
.header{
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 80px;
    background-color: #fff;
    z-index: 9999;
	box-shadow: 0 3px 4px rgb(0 0 0 / 10%);
}
.header .header_logo{
    float: left;
	width: 150px;
	height: 60px;
	margin: 10px 0 0 0px;
	position: relative;
}
.header .header_logo img{
	width: 100%;
}
.header .nav{
    line-height: 80px;
    display: block;
    color: #333;
    font-size: 14px;
}
.header .nav .nav_li{
    position: relative;
    float: left;
}
.header .nav .nav_li a{
    font-size: 16px;
    display: block;
    overflow: hidden;
    line-height: 50px;
    padding: 15px 0.25rem;
}
.header .nav .on > a{
    color: #00a3ff;
}
.header .nav .nav_li::after{
	right: 0;
	left: 0;
	position: absolute;
	margin: auto;
	content: "";
	width: 0;
	height: 0;
	border: 6px solid transparent;
	bottom: -25px;
	margin-bottom: 20px;
	transition: all 0.5s;
}
.header .nav .nav_li:hover > a{
	color: #00a3ff;
}
.header .nav .nav_li:hover::after{
    border-bottom: 6px solid #00a3ff;
    bottom: 0;
}

.header .nav li .nav_sub {
    display: none;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 70px;
    width: 2.5rem;
    text-align: left;
    background: #fff;
    padding: 5px 0px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.header .nav li .nav_sub li{
    display: block;
    overflow: overflow;
    font-size: 14px;
    float: none;
    border-bottom: 1px solid #f5f5f5;
}
.header .nav li .nav_sub li:last-child{
    border-bottom: 1px solid #fff;
}
.header .nav li .nav_sub li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding:12px 20px;
    line-height: normal;
}
.header .nav li .nav_sub li:hover > a{
	color: #fff;
	background: #00a3ff;
}

/* 搜索 */
.header_search, .header_search {
    margin:0 0.25rem;
}
.header_search, .header_search span {
    line-height: 80px;
    display: block;
    color: #333;
    cursor: pointer;
    font-size: 18px;
}
.header_search i {
    position: relative;
    width: 0.3rem;
    height: 0.3rem;
    line-height: 80px;
    cursor: pointer;
    font-size: 28px;
    color: #1e1e1e;
    z-index: 5;
    margin-right: 10%;
    margin-top: 0;
}

.header_search .search {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    display: none;
    height: 80px;
    width: 100%;
}
.header_search .search ul {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    height: 80px;
    width: 60%;
    z-index: 2;
}
.header_search .search ul form {
    position: relative;
    height: 60px;
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    border-bottom: 1px solid #999;
}
.header_search .search ul input[type="text"] {
    border: none;
    width: 100%;
    display: block;
    border: none;
    height: 60px;
    text-align: left;
    color: #666;
    font-size: 14px;
    background: none;
    line-height: 60px;
    padding: 0 85px 0 0.1rem;
    background: #fff;
}
.header_search .search_btn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    z-index: 2;
    width: 85px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    border: none;
    outline: none;
    color: #1e1e1e;
    background: #ffffff;
    font-size: 24px;
}
.header_search .search ol {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    background: #ffffff;
    z-index: 1;
}

@media (min-width:992px) and (max-width: 1085px) {
    .header .nav .nav_li a{
        font-size: 14px;
    }
}
@media (max-width:992px) {
    
    .header .header_logo{
    	width: 90px;
    	height: 36px;
    	margin: 7px 0 0 0px;
    }
    .header_search, .header_search {
        margin:0;
    }
	.header_search, .header_search span{
		line-height: 50px;
	}
	.header_search .search {
	    height: 100%;
	}
	.header_search i {
	    margin-right: 20px;
	    width: 26px;
	    height: 55px;
	    font-size: 24px;
	    line-height: 55px;
	}
	.header_search .search ul {
	    margin: 0.5rem auto 0;
	    position: relative;
	    overflow: hidden;
	    width: 100%;
	    max-width: initial;
	}
	.header_search .search ul, .header_search .search ul form, .header_search .search ul input[type="text"], .header_search .search_btn {
	    height: 48px;
	    line-height: 48px;
	}
	.header_search .search ul form {
	    margin: 0 auto;
	    width: 90%;
	}
	.header_search .search ul input[type="text"] {
	    padding-right: 55px;
	}
	.header_search .search_btn {
	    width: 50px;
	    font-size: 20px;
	}
	.header_search .search .visible-sm {
	    overflow: hidden;
	    position: relative;
	    z-index: 2;
	    padding: 30px 0;
	    width: 90%;
	    margin: 0 auto;
	}
	.header_search .search .visible-sm h2 {
	    font-size: 16px;
	}
	.header_search .search .visible-sm .key_box {
	    position: relative;
	    overflow: hidden;
	    height: auto;
	    margin: 0 0 0 -5px;
	}
	.header_search .search .visible-sm .key_box li {
	    display: inline;
	}
	.header_search .search .visible-sm .key_box li a {
	    background-color: #f5f5f5;
	    color: #666666;
	    font-size: 12px;
	    padding: 6px;
	    margin: 5px;
	}
	.header_search .search ol {
	    padding: 0;
	}
}

/* 语言 */
.header .lang_box {
    line-height: 80px;
    display: block;
    color: #333;
    cursor: pointer;
    font-size: 14px;
    margin: 0 0.25rem;
    position: relative;
}
.header .lang_box i {
    line-height: 80px;
    display: block;
    color: #1e1e1e;
    cursor: pointer;
    font-size: 24px;
}
.header .lang_box .lang {
    position: absolute;
    z-index: 999;
    top: 80px;
    left: 0;
    display: none;
    height: 90px;
    width: 1.2rem;
    text-align: center;
    background-color: #f6f6f6;
    overflow: hidden;
}
.header .lang_box a, .header .lang_box .lang i {
    float: left;
    padding: 0px 10px;
    width: 100%;
    height: 45px;
    line-height: 45px;
}
.header .lang_box a {
    color: #222;
    border-bottom: 1px solid #ffffff;
}
@media (max-width:992px) {
	.header .lang_box{line-height: 50px;}
	.header .lang_box i{line-height: 50px;}
	.header .lang_box .lang{
		top: 50px;
		width: 80px;
	}
}

/* 手机导航 */
.header .m_nav {
    display: block;
    position: fixed;
    z-index: 90;
    top: 50px;
    left: -1000px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    background: #fff;
    box-sizing: border-box;
    padding: 0 0;
}
.header .m_nav ul {
    overflow-y: auto;
    height: 100%;
    padding-bottom: 120px;
}
.header .m_nav .m_nav_li {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #eeeeee;
}

.header .m_nav .m_nav_li .m_nav_lia{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    font-weight: bold;
    padding: 0 0.2rem;
    font-size: 14px;
    color: #2e2e2e;
    line-height: 3;
    font-weight: normal;
}
.header .m_nav .m_nav_li i {
    position: absolute;
    right: 0.35rem;
    padding-left: 0.05rem;
    width: 0.34rem;
    height: 42px;
    top: 0;
    text-align: center;
    color: #888888;
    font-size: 12px;
    line-height: 42px;
}
.header .m_nav .m_nav_li .m_nav_sub {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 5px 10px;
    display: none;
    background: #f5f5f5;
}
.header .m_nav .m_nav_li .m_nav_sub li {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 12px;
    color: #666;
    line-height: 3;
    border-bottom: 1px solid #eeeeee;
}
.header .m_nav .m_nav_li .m_nav_sub li:last-child {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 12px;
    color: #666;
    line-height: 3;
    border-bottom: 0px solid #eeeeee;
}
.header .m_nav .m_nav_li .m_nav_sub li a{
    display: block;
    overflow: hidden;
}
.header .m_nav.navon{
	left: 0px;
	transform: translateX(0);
	transition: 0.6s ease-in-out;
}

.header .m_nav .on .m_nav_sub {
    display: block;
}

.header .m_nav .on .m_nav_sub .active a{
    color: #00a3ff;
}

.header .m_nav .on .son {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}


@media (max-width: 992px) {
  .header {
    height: 50px;
  }
  .header {
    border-bottom: 1px solid #dcdcdc;
  }
  .header .header_logo {
    max-width: 110px;
  }
  .m_nav_btn {
    color: white;
    cursor: pointer;
    width: 50px;
  }
  .m_nav_btn a {
    display: block;
    overflow: hidden;
  }
  .m_nav_btn span {
    float: left;
    width: 25px;
    height: 2px;
    background-color: #555555;
    margin-top: 6px;
    -ms-transform-origin: 7% 50%;
    -moz-transform-origin: 7% 50%;
    -webkit-transform-origin: 7% 50%;
    -o-transform-origin: 7% 50%;
    transition: all 0.3s;
    margin-left: 25px;
  }
  .m_nav_btn .line1 {
    margin-top: 16px;
  }
  .header .m_nav_btn .on .line1 {
    transform: rotate(45deg);
  }
  .header .m_nav_btn .on .line2 {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transform: rotate(0);
  }
  .header .m_nav_btn .on .line3 {
    transform: rotate(-45deg);
  }
}

/* ==============================================
banner
============================================== */
.banner,.banner ul li,
.banner ul li a,
.banner ul li a img{
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
}
.banner .swiper-pagination-bullet-active{
	background: #00a3ff;
}
.banner .swiper-button-next:after,.banner .swiper-button-prev:after{
	background: rgba(255,255,255,0.3);
	color: #fff;
	font-size: 0.48rem;
	padding: 0.36rem 0.15rem;
}
.banner .swiper-button-prev,.banner .swiper-container-rtl .swiper-button-next{
	left: 3%;
}
.banner .swiper-button-next,.banner .swiper-container-rtl .swiper-button-prev{
	right: 3%;
}
.banner .swiper-button-next.swiper-button-disabled,.banner .swiper-button-prev.swiper-button-disabled{
	opacity: 1;
}

/* ==============================================
contact
============================================== */
.guide_contact{
	overflow: hidden;
	position: relative;
}
.guide_contact ul {
	overflow: hidden;
	display: flex;
	align-items: center;
}
.guide_contact ul li{
	width: 25%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	border-left: 1px solid #efefef;
	padding: 0.25rem 0;
}
.guide_contact ul li dd{
	width: 0.48rem;
	height: 0.48rem;
	overflow: hidden;
}
.guide_contact ul li dd img{
	width: 100%;
	display: block;
}
.guide_contact ul li dt{
	overflow: hidden;
	margin-left: 0.15rem;
	color: #333;
}
.guide_contact ul li dt h3{
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 0.05rem;
}
.guide_contact ul li dt p{
	font-size: 16px;
	font-weight: normal;
}
.guide_contact ul li:first-child{
	background: #00a3ff;
	color: #fff;
	border-left:none;
}
.guide_contact ul li:first-child dt{
	color: #fff;
}
.guide_contact::after{
    position: absolute;
    content: '';
    width:20%;
    top: 0;
    bottom: 0;
    left: 0;
    background: #00a3ff;
	z-index: -1;
}
@media (max-width:992px) {
	.guide_contact{
		display: none;
	}
}

/*==============================================================================================*/
/* index
/*==============================================================================================*/

.guide_title {
	overflow: hidden;
	text-align: center;
	margin-bottom: 0.4rem;
}
.guide_title h2 {
	font-size: 0.4rem;
	font-weight: bold;
	margin-bottom: 0rem;
}
.guide_title p{
	font-size: 16px;
	color: #999;
	width: 660px;
	margin:5px auto 0;
	line-height: 1.4;
}
@media (max-width:992px) {
	.guide_title h2 {
		font-size: 0.48rem;
	}
	.guide_title p{
		display: none;
		font-size:0.26rem;
	}
}

/* =============================================================================
								guide_video
================================================================================*/
.guide_video{
    position: relative;
    overflow: hidden;
    padding-bottom: 30.65%;
    margin: 0.6rem 0;
}
.guide_video ._item{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #333333;
}
.guide_video .container{
    position: absolute;
    top: 0;
    height: 100%;
    left:50%;
    transform: translateX(-50%);
    z-index:3;
    color:#ffffff;
    font-size: 0.4rem;
    cursor: pointer;
}
.scroll-more {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom:0.6rem;
    z-index:2;
    text-align: center;
}
.scroll-more i {
    display: block;
    position: relative;
    width: 25px;
    height:39px;
    background: url(../images/click.png) no-repeat center/cover;
    margin: auto;
}
.scroll-more i:before {
    position: absolute;
    left:48%;
    top:-2rem;
    content: "";
    width: 1px;
    height:2rem;
    background: #fff;
    transform-origin: center top;
    animation: move2 4s infinite;
}
.scroll-more span {
    display: block;
    margin-top: 24px;
    color: #fff;
    font-size: 16px;
    line-height: 1;
}

.scroll-more:hover i {
    cursor: pointer;
}

@keyframes move2 {
    0% {
        opacity:0.2;
        transform: scaleY(0);
    }
    50% {
        transform: scaleY(1);
        opacity: 1;
    }
    100% {
        opacity:0.2;
        transform: scaleY(0);
    }
}
@media only screen and (max-width: 767px) {
    .guide_video{
        padding-bottom:71.73%;
    }
    .scroll-more i {
        width: 0.25rem;
        height:0.39rem;
    }
    .scroll-more i:before {
        top:-1rem;
        height:1rem;
    }
    .scroll-more span {
        margin-top: 0.24rem;
        font-size: 0.24rem;
    }
    .scroll-more {
        bottom:0.3rem;
    }
}

/* product box */
.guide_pro{
	padding: 0.6rem 0;
	background: #f7f9fa;
}
.guide_pro .guide_main{
	margin-top: 0.3rem;
}
.guide_pro .guide_main ul li{
	width: 31.33%;
	float: left;
	overflow: hidden;
	margin-right: 2%;
	margin-bottom: 2%;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 6%);
}
/*.guide_pro .guide_main ul li:nth-child(4n){
	margin-right: 0;
}
*/
.guide_pro .guide_main ul li dt{
	width: 100%;
	overflow: hidden;
	padding-top: 95%;
	position: relative;
}
.guide_pro .guide_main ul li dt img{
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 auto;
	transition: all 0.5s;
	padding: 12px;
}
.guide_pro .guide_main ul li dd{
	overflow: hidden;
	text-align: center;
	padding: 0.2rem;
	color: #333;
}
.guide_pro .guide_main ul li:hover{
	box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 20%);
}	
.guide_pro .guide_main ul li:hover dt img{
	transform: scale(1.1);
}
@media (max-width:992px) {
	.guide_pro .guide_main ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.guide_pro .guide_main ul li:nth-child(2n){
		margin-right: 0;
	} 
	.guide_pro .guide_main ul li dd{
		font-size: 0.28rem;
		padding: 0.2rem;
	}
}

/* application box */
.guide_application{
	overflow: hidden;
	padding: 0.6rem 0 0;
}
.guide_application .guide_main{
	overflow: hidden;
	margin-top: 0.3rem;
}
.guide_application .guide_main ul li {
	float: left;
	width: 25%;
    overflow: hidden;
    position: relative;
	cursor: pointer;
}
.guide_application .guide_main ul li dl {
    
    overflow: hidden;
    max-height: 6.8rem;
	position: relative;
}
.guide_application .guide_main ul li dl::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
}
.guide_application .guide_main ul li dl img {
    width: 100%;
    display: block;
}
.guide_application .guide_main ul li dd {
	position: absolute;
    background: rgba(0,0,0,0.5);
    width: 100%;
	height: 2.2rem;
	overflow: hidden;
    bottom: -1.5rem;
    z-index: 999;
    left: 50%;
    transform: translate(-50%,0);
    padding: 0.05rem 0.35rem;
    transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -webkit-transition: all .25s ease-in;
}
.guide_application .guide_main ul li dd h2 {
    color: #00a3ff;
    font-weight: bold;
    font-size: 0.2rem;
    margin: 0.1rem 0rem;
    height: 0.52rem;
}
.guide_application .guide_main ul li dd p {
    font-size: 18px;
	display: block;
	height: 0.38rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #fff;
	padding: 0;
}

.guide_application .guide_main ul li:hover dl::after{
	background: rgba(0,0,0,0.0);
}
.guide_application .guide_main ul li:hover dd {
    transform: translate(-50%,-1.5rem);
}
.guide_application .guide_main ul li:hover dd .more{
	width: 1rem;
	height: 0.36rem;
    line-height: 0.36rem;
    margin: 0.1rem auto 0;
}
.guide_application .swiper-button-next:after,.guide_application .swiper-button-prev:after{
	opacity: 0;
}

@media (max-width:992px) {
	.guide_application .guide_main ul li{
	    width: 50%;
	}
	.guide_application .guide_main ul li:hover dd{
		 transform:translate(-50%,0rem);
	}
	.guide_application .swiper-button-next:after,.guide_application .swiper-button-prev:after{
		color: #fff;
		display: block;
		opacity: 1;
	}
	.guide_application .swiper-button-next:after{
		color: #00a3ff;
	}
	.swiper-button-next:focus, .swiper-button-prev:focus{
		outline: none;
	}
}

/* about box */
.guide_about{
	overflow: hidden;
	padding: 0.6rem 0;
}
.guide_about .guide_main{
	overflow: hidden;
	margin-top: 0.3rem;
}
.guide_about .guide_main ._left{
    overflow: hidden;
    width: 48%;
    float: left;
}
.guide_about .guide_main ._left h3 {
    font-size:30px;
    color: #00a3ff;
}
.guide_about .guide_main ._left p {
    font-size:14px;
    line-height:28px;
    color: #666;
    margin: 0.2rem 0;
}
.guide_about .guide_main ._left a {
	margin: 0.3rem 0 0 0;
	text-align: left;
}
.guide_about .guide_main ._left ul {
    overflow: hidden;
    margin-top: 0.3rem;
}
.guide_about .guide_main ._left ul li {
    width: 25%;
    float: left;
    overflow: hidden;
    text-align: left;
}
.guide_about .guide_main ._left ul li h4 {
    overflow: hidden;
    text-align: left;
}
.guide_about .guide_main ._left ul li h4 em {
    font-size: 0.3rem;
    font-weight: bold;
    display: inline-block;
    line-height: initial;
    color: #00a3ff;
}
.guide_about .guide_main ._left ul li h4 i {
    font-size: 0.16rem;
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    font-style: normal;
    color: #00a3ff;
}
.guide_about .guide_main ._left ul li span {
    font-size: 14px;
    text-align: left;
    display: block;
    color: #666;
}
.guide_about .guide_main ._right {
    overflow: hidden;
    width: 50%;
    float: right;
}
.guide_about .guide_main ._right img {
    width: 100%;
    display: block;
}
@media (max-width:992px) {
	.guide_about .guide_main ._left{
		width: 100%;
		margin-bottom: 0.3rem;
	}
	.guide_about .guide_main ._left h3{
		font-size: 0.36rem;
		text-align: center;
		margin-bottom: 0.2rem;
		display: none;
	}
	.guide_about .guide_main ._left p{
		font-size: 0.28rem;
		line-height: inherit;
		margin-bottom: 0;
	}
	.guide_about .guide_main ._left ul li{
		width: 25%;
		text-align: center;
	}
	.guide_about .guide_main ._left ul li h4{
		text-align: center;
	}
	.guide_about .guide_main ._left ul li h4 em{
		font-size: 0.36rem;
	}
	.guide_about .guide_main ._left ul li h4 i{
		font-size: 0.28rem;
	}
	.guide_about .guide_main ._left ul li span{
		font-size: 0.28rem;
		text-align: center;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.guide_about .guide_main ._right{
		width: 100%;
	}
}

/* partner box */
.guide_partners{
	padding: 0.6rem 0;
	background: #f7f9fa;
}
.guide_partners .guide_main{
	margin-top: 0.3rem;
}
.guide_partners .guide_main ul{
	margin-bottom: 0%;
}
.guide_partners .guide_main ul li{
	overflow: hidden;
	width: 23.5%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	background: #fff;
	text-align: center;
	min-height: 1.5rem;
    line-height: 1.5rem;
	box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 6%);
}
.guide_partners .guide_main ul li:nth-child(4n){
	margin-right: 0;
}
.guide_partners .guide_main ul li:last-child{
	display: none;
}
@media (max-width:992px) {
	.guide_partners .guide_main ul li{
		width: 32%;
	}
	.guide_partners .guide_main ul li:nth-child(4n){
		margin-right: 2%;
	}
	.guide_partners .guide_main ul li:nth-child(3n){
		margin-right: 0;
	}
	.guide_partners .guide_main ul li:last-child{
		display: block;
	}
}

/* news box */
/*=======================================
  guide_news
========================================*/
.guide_news{
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 0.5rem 0;
	margin-bottom: 10px;
  }
  .guide_news .more{
	margin:0.1rem auto 0;
  }
  .guide_news ._main{
	overflow: hidden;
	margin-top: 0.2rem;
  }
  .guide_news ._main li{
	margin-bottom:20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
  }
  .guide_news ._main dd{
	padding:15px 0 0;
	overflow: hidden;
  }
  .guide_news ._main dd h2{
	font-size:26px;
	height: 40px;
	margin-bottom: 8px;
	color: #333333;
  }
  .guide_news ._main dd p{
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	color: #7e7e7e;
  }
  .guide_news ._left{
	width: 50%;
	overflow: hidden;
	float: left;
  }
  .guide_news ._left dl{
	width: 100%;
	height: 430px;
	overflow: hidden;
	background-color: #b3b3b3;
  }
  .guide_news ._left dl img{
	width: 100%;
	height: 100%;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-object-fit: cover;
	-ms-object-fit: cover;
	-moz-object-fit: cover;
	-webkit-object-fit: cover;
	object-fit: cover;
  }
  .guide_news ._left:hover dl img{
	transform: scale(1.05);
  }
  .guide_news ._right{
	float: right;
	width: 50%;
	overflow: hidden;
	padding-left: 30px;
  }
  .guide_news ._right li{
	padding: 12px 0;
  }
  .guide_news ._right dl{
	float: left;
	width: 125px;
	padding:0 15px;
	text-align: center;
  }
  .guide_news ._right dl b{
	display: block;
	font-size: 38px;
	text-align: center;
  }
  .guide_news ._right dl span{
	font-size: 18px;
	text-align: center;
  }
  .guide_news ._right dd{
	padding: 0 15px;
	border-left: 1px solid #dcdcdc;
  }
  .guide_news ._main li:hover{
	background-color: #f5f5f5;
  }
  .guide_news ._main .left a:hover h2{
	color: #0ba43b;
  }
  .guide_news ._main .right li:hover a dd{
	border-left: 1px solid #ffffff;
  }
  
  @media (max-width:1360px) {
	.guide_news ._main dd h2{
	  font-size:0.28rem;
	  height: 0.4rem;
	  margin-bottom: 0.08rem;
	}
	.guide_news ._main dd p{
	  font-size: 0.18rem;
	  line-height: 0.36rem;
	  height: 0.72rem;
	}
	.guide_news .left dl{
	  height: 4.3rem;
	}
	.guide_news ._right li{
	  margin-bottom: 0.2rem;
	}
	.guide_news ._right{
	  padding-left: 0.3rem;
	}
	.guide_news ._right dl{
	  width: 1.25rem;
	  padding:0 0.15rem;
	}
	.guide_news ._right dl h1{
	  font-size: 0.45rem;
	}
	.guide_news ._right dl p{
	  font-size: 0.18rem;
	}
  }
  @media (max-width:992px) {
	.guide_news ._main ._left,.guide_news ._main ._right{
	  width: 100%;
	}
	.guide_news .left{
	  background-color: #ffffff;
	  box-shadow: 0px 0px 8px 1px rgba(51, 51, 51, 0.1);
	}
	.guide_news .left dd{
	  padding: 15px;
	}
	.guide_news ._right {
	  padding: 0;
	  margin-top: 15px;
	}
	.guide_news ._right li{
	  background-color: #ffffff;
	  -webkit-border-radius:0px;
	  -moz-border-radius:0px;
	  -ms-border-radius: 0px;
	  -o-border-radius:0px;
	  border-radius:0px;
	  padding:15px 0;
	}
	.guide_news ._right li:last-child{
	  display: none;
	}
	.guide_news ._right dl h1{
	  padding:15px 0 0;
	}
	.guide_news .more{
	  margin-top:0px;
	}
	.guide_news ._right dl{
	  width:80px;
	}
	.guide_news ._main dd h2{
	  font-size:18px;
	  height:26px;
	  margin-bottom:5px;
	}
	.guide_news ._main dd p{
	  font-size:14px;
	  line-height:22px;
	  height:44px;
	}
	.guide_news .left dl{
	  position: relative;
	  height:auto;
	  padding-top: 64%;
	  background-color: inherit;
	}
	.guide_news .left dl img{
	  left: 0;
	  right: 0;
	  bottom: 0;
	  top: 0;
	  margin: auto;
	  position: absolute;
	}
	.guide_news ._right li{
	  margin-bottom:15px;
	}
	.guide_news ._right dl h1{
	  font-size:30px;
	}
	.guide_news ._right dl p{
	  font-size:14px;
	}
  }
  

/*==============================================================================================*/
/* crumb block
/*==============================================================================================*/
.crumb{
	display: block;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    padding: 15px;
	margin-bottom: 30px;
}
.crumb ul{
    display: block;
	list-style: none;
}
.crumb li{
    float: left;
}

/*==============================================================================================*/
/*list page
/*==============================================================================================*/
.container_main{
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
}
@media (max-width:992px) {
	.container_main{padding: 0;}
	.container_main {
		padding: 0!important;
	}
}
.container_main .lefter{
	overflow: hidden;
	width: 250px;
	float: left;
	margin-right: 30px;
}
.container_main .lefter .lefter_nav{
    overflow: hidden;
    margin-bottom: 20px;
}
.container_main .lefter .lefter_nav h2, 
.container_main .lefter .lefter_contact h2{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;	
    background: #00a3ff;
    height: 50px;
    font-size: 18px;
    font-weight: normal;
    line-height: 50px;
    color: #fff;
	padding: 0 15px;
}
.container_main .lefter .lefter_nav ul{
	overflow: hidden;
	border: 1px solid #eee;
	border-top: none;
}
.container_main .lefter .lefter_nav ul li{
	overflow: hidden;
	border-bottom: 1px dashed #eee;
	padding: 0 10px;
}
.container_main .lefter .lefter_nav ul li:last-child{
	border-bottom: none;
}
.container_main .lefter .lefter_nav ul li a{
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #333333;
}
.container_main .lefter .lefter_nav ul li.active a{
	color: #00a3ff;
}
.container_main .lefter .lefter_nav ul li:hover a{
	color: #00a3ff;
}
.container_main .lefter .lefter_contact{
	overflow: hidden;
}
.container_main .lefter .lefter_contact ul{
	overflow: hidden;
	border: 1px solid #eee;
	border-top: none;
	padding: 10px;
}
.container_main .lefter .lefter_contact ul li{
	font-size: 14px;
	color: #666;
	line-height: 25px;
}
.container_main .righter{
	overflow: hidden;
}
.nodata{
    margin-left: 10px;
}
@media (max-width:992px) {
	.container_main .lefter{
		display: none;
	}
}


/* products list */
.prolist{
	display: block;
    overflow: hidden;
}
.prolist ._ul{
	display: block;
	overflow: hidden;
	list-style: none;
	margin-left: -10px;
	margin-right: -10px;
}
.prolist ._ul li{
	display: block;
	box-sizing: border-box;
	width: 33.333%;
	float: left;
	overflow: hidden;
	padding:0 10px;
	margin-bottom: 20px;
}
.prolist ._ul li a{
	display: block;
	overflow: hidden;
}

.prolist ._ul li dt{
	width: 100%;
	overflow: hidden;
}
.prolist ._ul li dt img{
	width: 100%;
	display: block;
}
.prolist ._ul li dd{
    overflow: hidden;
    text-align: center;
    padding: 8px;
    background: #f8f8f8;
    font-size: 16px;
    color: #333;	
}
.prolist ._ul li:hover a{
	border: 1px solid #00a3ff;
}
@media (max-width:992px) {
	.prolist{
		border: none;
	}
	.prolist ._ul{
		margin: 0px 5px;
	}
	.prolist ._ul li{
		width: 50%;
		padding:0 10px;
		margin-bottom: 20px;
	}
}



/* article list */
.article{
	display: block;
    overflow: hidden;
}
.article .article_ul{
	overflow: hidden;
}
.article .article_ul li{
	width: 100%;
	overflow:hidden;
	border-bottom: 1px dashed #E0E0E0;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.article .article_ul li dt{
	overflow: hidden;
	width: 30%;
	position: relative;
	padding-top: 20%;
	float: left;
	margin-right: 0.2rem;
}
.article .article_ul li dt img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    object-fit: cover;
}
.article .article_ul li dd{
	overflow: hidden;
}
.article .article_ul li dd h3{
	font-size: 18px;
	font-weight: normal;
	color: #333333;
}
.article .article_ul li dd span{
    font-size: 14px;
    color: #999;
    display: block;
    margin: 5px 0 10px;
}
.article .article_ul li dd p{
	font-size: 14px;
	color: #999;
	line-height: 25px;
}
.article .article_ul li dd em{
    font-size: 14px;
    color: #999;
    display: block;
    float: right;
    margin-top: 0.6rem;
}
.article .article_ul li:hover dd h3{
	color: #00a3ff;
}
.article .article_ul li:hover dd em{
	color: #00a3ff;
}
@media (max-width:992px) {
	.article{
		border: none;
	}
	.article .article_ul li dt{
		width: 100%;
		padding-top: 70%;
		margin-right: 0;
		margin-bottom: 0.2rem;
	}
	.article .article_ul li dd{
		width: 100%;
	}
	.article .article_ul li dd em{
		float: left;
		margin-top: 0.2rem;
	}
}


/* mutli list */
.mutlist{
	display: block;
    overflow: hidden;
}
.mutlist .mutlist_ul{
	overflow: hidden;
}
.mutlist .mutlist_ul li{
	width: 32%;
	float: left;
	overflow: hidden;
	margin-right: 2%;
	margin-bottom: 2%;
	border: 1px solid #E0E0E0;
}
.mutlist .mutlist_ul li:nth-child(3n){
	margin-right: 0;
}
.mutlist .mutlist_ul li dt{
    width: 100%;
    overflow: hidden;
}
.mutlist .mutlist_ul li dt img{
	width: 100%;
	display: block;
}
.mutlist .mutlist_ul li dd{
    overflow: hidden;
    text-align: center;
    padding: 8px;
    background: #f8f8f8;
    font-size: 16px;
    color: #333;	
	border-top: 1px solid #e0e0e0;
}
.mutlist .mutlist_ul li:hover{
	border:1px solid #00a3ff;
}
.mutlist .mutlist_ul li:hover dd{
	border-top: 1px solid #00a3ff;
	color: #fff;
	background: #00a3ff;
}
@media (max-width:992px) {
	.mutlist{
		border: none;
	}
	.mutlist .mutlist_ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.mutlist .mutlist_ul li:nth-child(3n){
		margin-right: 4%;
	}
	.mutlist .mutlist_ul li:nth-child(2n){
		margin-right: 0;
	}
	.mutlist .mutlist_ul li dd{
		font-size: 0.28rem;
	}
}

/*==============================================================================================*/
/*detail
/*==============================================================================================*/
._return{
	overflow: hidden;
	border-top: 1px dashed #e0e0e0;
	padding-top: 10px;
}
._return a{
	display: inline-block;
	vertical-align: middle;
	width: 49.5%;
	padding-right: 10px;
}
@media (max-width:992px) {
	._return a{
		width: 100%;
	}
}

.article_detail{
	display: block;
	overflow: hidden;
}
.article_detail ._title{
	text-align: center;
	padding-top: 15px;
}
.article_detail ._title h2{
	font-size: 22px;
	color: #333333;
}
.article_detail ._title span{
	font-size: 14px;
	color: #999;
	display: block;
	margin-top: 5px;
}
.article_detail ._content{
	overflow: hidden;
	min-height: 300px;
	padding: 15px 0;
}
@media (max-width:992px) {
	.article_detail{
		border: none;
		padding: 15px;
	}
	.article_detail ._title{
		text-align: left;
	}
	.article_detail ._title h2{
		font-size: 0.36rem;
		line-height: 1.5;
	}
	.article_detail ._title span{
		font-size: 0.24rem;
	}
	.article_detail ._content img{
		width: 100%;
	}
}

/* multi_detail */
.multi_detail{
	overflow: hidden;
	border: 1px solid #e0e0e0;
	border-top: none;
	padding: 25px;
}
.multi_detail ._title{
	text-align: center;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 20px;
	padding-top: 15px;
}
.multi_detail ._title h2{
	font-size: 22px;
	color: #333333;
}
.multi_detail ._title span{
	font-size: 14px;
	color: #999;
	display: block;
	margin-top: 5px;
}
.multi_detail ._content{
	overflow: hidden;
	min-height: 300px;
	padding: 15px 0;
}
@media (max-width:992px) {
	.multi_detail{
		border: none;
		padding: 15px;
	}
	.multi_detail ._title{
		text-align: left;
	}
	.multi_detail ._title h2{
		font-size: 0.36rem;
		line-height: 1.5;
	}
	.multi_detail ._title span{
		font-size: 0.24rem;
	}
	.multi_detail ._content img{
		width: 100%;
	}
}

/* product_detail */
.product_detail{
	display: block;
	overflow: hidden;
}
.product_detail ._info{
	overflow: hidden;
}
.product_detail ._info ._thumb{
	width: 428px;
    position: relative;
    float: left;
    padding-bottom: 10px;
    margin-right: 35px;
	overflow: hidden;
}
.product_detail ._info ._thumb .piclist{
	width: 100%;
	margin-bottom: 10px;
	display: block;
}
.product_detail ._info ._thumb .piclist li{
	display: block;
	overflow: hidden;
}
.product_detail ._info ._thumb .piclist img{
	width: 428px;
	height: 428px;
	overflow: hidden;
	display: block;
}
.product_detail ._info ._thumb #thumblist{
    list-style: none;
    width: 430px;
    clear: both;
}
.product_detail ._info ._thumb #thumblist li{
    float: left;
    width: 60px;
    height: 62px;
    margin-right: 8px;
    border: #eee solid 1px;
}
.product_detail ._info ._thumb #thumblist li.on{
	 border: #00a3ff solid 1px;
}
.product_detail ._info ._thumb #thumblist li .img{
    width: 60px;
    height: 60px;
    cursor: pointer;
}
.product_detail ._info ._text{
	overflow: hidden;
}
.product_detail ._info ._text h2{
    font-size: 22px;
    font-weight: normal;
    color: #333;
    margin-bottom: 15px;
}
.product_detail ._info ._text p{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
    max-height: 210px;
    overflow: hidden;
	color: #999;
	background: #f5f5f5;
	padding: 10px;
	border-radius: 5px;
}
.product_detail ._info ._text span{
    height: 0.55rem;
	margin-bottom: 10px;
    display: block;
}
.product_detail ._info ._text span b{
    height: 0.44rem;
    padding-left: 0.5rem;
    background: url(../images/pc-xc-icon2.png) no-repeat  0px;
    font-size: 0.24rem;
    line-height: 0.4rem;
    color: #00a3ff;
    display: block;
    float: left;
}
.product_detail ._info ._text span a{
    width: 128px;
    height: 40px;
    background: #00a3ff;
    font-size: 18px;
    line-height: 44px;
    text-align: center;
    float: left;
    display: block;
    color: #fff;
	border-radius: 3px;
}
.product_detail ._content{
	overflow: hidden;
	min-height: 300px;
	margin-top: 0.2rem;
}
.product_detail ._content ._title{
    font-size: 22px;
    font-weight: normal;
    color: #333;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 15px;
    padding-bottom: 10px;	
}
@media (max-width:992px) {
	.product_detail{
		margin: 15px;
		border: none;
	}
	.product_detail ._info ._thumb{
		width: 100%;
		margin-right: 0;
		padding-bottom: 0.4rem;
	}
	.product_detail ._info ._thumb #thumblist{
		width: 100%;
	}
	.product_detail ._info ._text{
		float: left;
	}
	.product_detail ._info ._text h2{
		font-size: 0.36rem;
		margin-bottom:0.2rem;
	}
	.product_detail ._info ._text p{
		font-size: 0.28rem;
		margin-bottom: 0.2rem;
	}
	.product_detail ._info ._text span{
		height: 1rem;
	}
	.product_detail ._info ._text span em{
	    height: 0.8rem;
	    padding-left: 0.7rem;
		font-size: 0.36rem;
		line-height: 0.8rem;
	    background-size: 0.6rem;
	}
	.product_detail ._info ._text span a{
	    line-height: 0.7rem;
		height: 0.7rem;
		font-size: 0.28rem;
	}
	.product_detail ._content{
		margin-top: 0.4rem;
	}
	.product_detail ._content ._title{
		margin-bottom: 0.2rem;
		padding-bottom: 0.2rem;
		font-size: 0.4rem;
	}
	.product_detail ._content img,.product_detail ._content table{
		width: 100%;
		height: auto;
	}
}

/* page_detail */
.detail_about{
	overflow: hidden;
	padding: 0.5rem 0;
}
.detail_about .detail_main{
	overflow: hidden;
	margin-top: 0.3rem;
}
.detail_about .detail_main_fl{
	overflow: hidden;
	width: 48%;
	float: left;
}
.detail_about .detail_main_fl img{
	width: 100%;
	display: block;
}
.detail_about .detail_main_fr{
	overflow: hidden;
	width: 48%;
	float: right;
	padding: 0.2rem 0;
}
.detail_about .detail_main_fr h2{
	font-size: 0.24rem;
	color: #00a3ff;
}
.detail_about .detail_main_fr em{
	display: block;
	width: 60px;
	height: 3px;
	background: #00a3ff;
	margin: 0.2rem 0;
}
.detail_about .detail_main_fr>div{
	color: #666;
}
@media (max-width:992px) {
	.detail_about .detail_main_fl{
		width: 100%;
	}
	.detail_about .detail_main_fr{
		width: 100%;
		padding-top: 0.4rem;
	}
	.detail_about .detail_main_fr h2{
		font-size: 0.36rem;
	}
	.detail_about ._content img{
		width: 100%;
	}
}

.detail_environment{
	overflow: hidden;
	background-color: #F5F5F5;
	padding: 0.5rem 0;
}
.detail_environment .detail_main{
	overflow: hidden;
	margin-top: 0.3rem;
}
.detail_environment .detail_main ul li{
	overflow: hidden;
	width: 23.5%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
}
.detail_environment .detail_main ul li:nth-child(4n){
	margin-right: 0;
}
.detail_environment .detail_main ul li dt{
	width: 100%;
	overflow: hidden;
}
.detail_environment .detail_main ul li dt img{
	width: 100%;
	display: block;
}
.detail_environment .detail_main ul li dd{
	text-align: center;
	font-size: 16px;
	padding-top: 10px;
}
@media (max-width:992px) {
	.detail_environment .detail_main ul li{
		width: 48%;
		float: left;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.detail_environment .detail_main ul li:nth-child(2n){
		margin-right: 0;
	}
	.detail_environment ._content img{
		width: 100%;
	}
}

.detail_honor{
	overflow: hidden;
	padding: 0.5rem 0;
}
.detail_honor .detail_main{
	overflow: hidden;
	margin-top: 0.3rem;
}
.detail_honor ul li{
	width: 100%;
	overflow: hidden;
	flex-wrap: wrap;
}
.detail_honor ul li img{
	width: 100%;
	display: block;
}
.detail_honor ul li dd{
	text-align: center;
	font-size: 16px;
	margin-top: 5px;
}

/* contact detail */
.detail_title{
	overflow: hidden;
	text-align: center;
}
.detail_title h2{
	font-size: 0.36rem;
    font-weight: normal;
    margin-bottom: 0.1rem;
}
.detail_title p {
    font-size: 16px;
    color: #999;
}

.detail_contact{
	overflow: hidden;
	padding: 0.5rem 0;
}
.detail_contact .detail_main{
	overflow: hidden;
	margin-top: 0.3rem;
	background: #f8f8f8;
}
.detail_contact .detail_main_fl{
	width: 48%;
	overflow: hidden;
	float: left;
	padding: 20px 30px;
}
.detail_contact .detail_main_fl h2{
	font-size: 22px;
	color: #00a3ff;
	font-weight: bold;
	margin: 0.1rem 0;
}
.detail_contact .detail_main_fl ul{
    display: block;
	overflow: hidden;
	margin: 0 0 0.2rem 0;
}
.detail_contact .detail_main_fl ul li{
	width: 100%;
	border-bottom: 1px solid #e0e0e0;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}
.detail_contact .detail_main_fl ul li img{
	width: 36px;
	margin-right: 10px;
}
.detail_contact .detail_main_fr{
	overflow: hidden;
	float: right;
	width: 50%;
}

/* detail inquiry */
.detail_inquiry{
	overflow: hidden;
	background: #f5f5f5;
	padding: 0.5rem 0;
}
.detail_inquiry .detail_main{
	overflow: hidden;
	margin-top: 0.3rem;
}
.detail_main .detail_inquiry_fl{
	width: 49%;
	float: left;
	overflow: hidden;
}
.detail_main .detail_inquiry_fl img{
	width: 100%;
	display: block;
}
.detail_main .detail_inquiry_fr{
	overflow: hidden;
	float: right;
	width: 49%;
}
.detail_main .detail_inquiry_fr .form-row{
	overflow: hidden;
	margin-bottom: 0.2rem;
}
.detail_main .detail_inquiry_fr .form-row input{
	border-radius: 0;
	padding: 10px;
	color: #999;
	height: auto;
}
.detail_main .detail_inquiry_fr .form-row .btn{
    overflow: hidden;
    background: #00a3ff;
    color: #fff;
    padding: 10px 50px;
}
@media (max-width:992px) {
	.detail_title h2{
		font-size: 0.48rem;
		margin-bottom: 0;
	}
	.detail_title p{
		font-size: 0.28rem;
	}
	.detail_contact .detail_main_fl{
		width: 100%;
		padding: 0.4rem 0.3rem;
	}
	.detail_contact .detail_main_fl h2{
		font-size: 0.36rem;
		text-align: center;
	}
	.detail_contact .detail_main_fl ul li{
		height: 1rem;
		line-height: 1rem;
		font-size: 0.28rem;
	}
	.detail_contact .detail_main_fl ul li img{
		width: 0.7rem;
	}
	.detail_contact .detail_main_fr{
		width: 100%;
	}
	.detail_main .detail_inquiry_fl{
		display: none;
	}
	.detail_main .detail_inquiry_fr{
		width: 100%;
	}
}

/*==============================================================================================*/
/*footer
/*==============================================================================================*/
.footer {
	background-color: #eee;
	overflow: hidden;
	padding-top: 0.4rem;
}
.footer-box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	overflow: hidden;
	margin-bottom: 0.85rem;
	padding-top: 0.4rem
}
.footer .footer-message{
    width: 100%;
    color: #fff;
    overflow: hidden;
	margin-bottom: 0.15rem;
	overflow: hidden;
	margin-bottom: 0.15rem;
	padding-top: 0.4rem
}
.rows{
    display: block;
    width: 15%; 
    height: 45px;
    padding: 10px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    margin-right:2% ;
    float: left;
}
.form-rows {
    display: block;
    width: 30%; 
    height: 45px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    margin-right:2% ;
    float: left;
}
.form-rows .fr{
    width: 100%;
    border: none;
    font-size: 16px;
}
.form_rows{
    background-color: #00a3ff;
    display: block;
    width: 15%; 
    height: 45px;
    padding: 10px 12px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    margin-right:2% ;
    float: left;
}
.footer #feedback .form-row .bt{
    background-color: #00a3ff;
    width: 100%;
    border: none;
    color: #fff;
}
.footer .footer-contact {
	width: 50%;
	/*flex: 1;*/
	/*display: flex;*/
}
.footer .footer-contact h2 {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	color:#000;
	margin-bottom: 15px;

}
.footer .footer-contact ul li.span{
    text-align: center;
}
.footer .footer-contact ul li h2 a {
	color: #333;
	
}
.footer .footer-contact h3 {
	margin: 0;
	font-size: 14px;
	color:#7c7a7a;
}
.footer .footer-contact p {
	font-size: 14px;
		color:#7c7a7a;
	margin-bottom: 10px;

}
.footer .footer-contact p a {
	color: #00a3ff;
	font-weight: bold;
	font-size: 16px;
}
.footer .footer-contact ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.footer .footer-contact ul li {
	list-style: none;
	font-size: 14px;
	color: #6a6a6a;
	margin-bottom: 5px;
	width: 1.5rem;
	float: left;
}

.footer .footer-contact ul li a {
		color:#7c7a7a;
}
.footer .footer-contact>div span {
	display: block;
	width: 1rem;
	height: 1rem;
}
.footer .footer-contact>div span img {
	width: 100%;
	display: block;
}
.footer .footer-contact ._right{
    width: 70%;
    /*float: right;*/
    flex: 1;
    margin-left: 0.5rem;

}
.footer .footer-nav {
	overflow: hidden;
	display: flex;
	/*justify-content: space-between;*/
	align-items: flex-start;
	margin-left: 0.7rem;
	flex: 1;
}
.footer .footer-nav ul {
	margin-left: 0.7rem;
	overflow: hidden;
	max-width: 2.5rem;
}
.footer .footer-nav ul h2 {
	font-size: 14px;
	margin: 0;
	margin-bottom: 0.1rem;
	color: #333;
	font-weight: bold;
}
.footer .footer-nav ul li{
    	color:#7c7a7a;
    list-style: none;
    line-height: 35px;
    height: 35px;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.footer .footer-nav ul li a{
    	color:#7c7a7a;
}
.footer .footer-nav ul h2 a {
	color: #333;
	font-weight: bold;
}
.footer .footer-nav ul ol {
	padding: 0;
}
.footer .footer-nav ul ol li {
	list-style: none;
	line-height: 35px;
	height: 35px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.footer .footer-nav ul ol li a {
	font-size: 14px;
	color:#7c7a7a;
	line-height: 0.4rem;
}
.footer .footer-nav ul:first-child {
	margin-left: 0;
}
.footer .footer-info {
	width: 25%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color: #333;
}

.footer .footer-code {
	width: 100%;
	display: flex;
	align-items: flex-start;
	color: #333;
}
.footer .footer-code h2{
    font-size: 24px;
    margin-bottom: 15px;
}
.footer .footer-code>div {
	width: 100%;
}
.footer .footer-code>div span {
	width: 100%;
	display: block;
	overflow: hidden;
	border: 2px solid #ffffff;
}
.footer .footer-code>div span img {
	width: 100%;
	display: block;
}
.footer .footer-code>div p {
	margin: 0.1rem 0 0;
	font-size: 14px;
	text-align: center;
	color: #fff;
}

/*--links--*/
.footer .footer-link {
	clear: both;
	overflow: hidden;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #fff;
	padding: 0.3rem 0 0.2rem 0;
}
.footer .footer-link a {
	font-size: 14px;
	color: #fff;
	padding: 0 0.1rem;
}
.footer .footer-copyright {
	overflow: hidden;
	padding: 0.2rem 0;
	border-top: 1px solid #ccc;
}
.footer .footer-copyright .footer-copyright-fl {
	display: flex;
	align-items: center;
	align-content: center;
	float: left;
}
.footer .footer-copyright .footer-copyright-fl p,
.footer .footer-copyright .footer-copyright-fl a {
	font-size: 14px;
	color: #888;
	margin: 0;
}
.footer .footer-copyright .footer-copyright-fr {
	float: right;
}
.footer .footer-copyright .footer-copyright-fr a {
	color: #888;
	font-size: 14px;
}
@media (max-width:992px) {
	.footer-box {
		flex-wrap: wrap;
	}
	.footer {
		padding: 50px 0 50px;
	}
	.footer .footer-code {
		max-width: 6rem;
		margin: 20px auto;
	}
	.footer  .footer-message{
	    display: none;
	}
	.footer .footer-nav {
		display: none;
	}
	.footer .footer-info {
		display: none;
	}
	.footer .footer-code>div{
		width: 40%;
	}
	.footer .footer-contact a {
		font-size: 18px;
	}
	.footer .footer-contact p {
		font-size: 14px;
	}
	.footer .footer-contact p a {
		font-size: 28px;
	}
	.footer .footer-contact ul li {
		font-size: 14px;
		float: none;
		margin: auto;
	}

	.footer .footer-contact ul li a {
		font-size: 14px;
	}
	.footer .footer-contact {
		padding-left: 0;
		/*padding-right: 0.2rem;*/
		width: 100%;
		text-align: center;
	}
	.footer .footer-contact ._right{
        width: 50%;
        text-align: center;
        margin: auto;
        float: none;
}
	.footer .footer-copyright .footer-copyright-fl {
		flex-wrap: wrap;
		justify-content: center;
		float: initial;
	}
	.footer .footer-copyright .footer-copyright-fr {
		float: inherit;
		text-align: center;
	}
	.footer .footer-copyright .footer-copyright-fl p, .footer .footer-copyright .footer-copyright-fl a{
		text-align: center;
	}
}
@media (max-width:768px) {
	.footer{
		padding-top:30px;
	}
	.footer .footer-copyright {
		margin-top: 0.2rem;
	}
	.footer-link{
		display: none!important;
	}
	.footer .footer-code{
		margin:5px auto;
	}
}

/*==============================================================================================*/
/*mobile footer
/*==============================================================================================*/
@media (max-width: 992px) {
	.footer-nav {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 8888;
		background-color: #00a3ff;
		height: 50px;
		display: block;
	}
	.footer-nav ul {
		position: relative;
		display: block;
	}
	.footer-nav ul li {
		float: left;
		width: 20%;
		height: 45px;
		text-align: center;
		overflow: hidden;
	}

	.footer-nav ul li a {
		display: block;
		width: 100%;
		height: 100%;
	}
	.footer-nav ul li span {
		position: relative;
		display: block;
		text-align: center;
		width: 20px;
		height: 20px;
		margin: 5px auto;
		overflow: hidden;
	}
	.footer-nav ul li:nth-child(3) span {
		position: absolute;
		top: -1.68em;
		width: 6.2em;
		height: 6.2rem;
		left: 0;
		right: 0;
		margin: 0 auto;
		overflow: hidden;
	}

	.footer-nav ul li:nth-child(3) p {
		display: none;
	}
	.footer-nav ul li span img {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		max-width: 100%;
		height: 100%;
	}
	.footer-nav ul li p {
		color: #fff;
		text-align: center;
		font-size: 12px;
		line-height: 11px;
	}
	.footer-nav ul li:nth-child(3) span img {
		position: relative;
		width: 100%;
		height: auto;
	}
	.footer_top_txt a{
		font-size: 14px;
		text-align: center;
		font-weight: 400!important;
		display: block;  
	}
	.footer_bottom i{
		display: none;
	}
	.footer_bottom span{
		display: none;
	}
	.c_nav{display: none;}
}

@media (min-width:992px) {
	.footer_top_txt p:nth-child(3){
		display: none;  
	}
	.footer_top_txt p:nth-child(4){
		display: none;  
	}
}
.nodata{
    text-align: center;
    color: #999999;
}