﻿@font-face {
    font-family: 'verdana';
    src: url('../font/verdana.ttf') format('truetype');
}
@font-face {
    font-family: 'WORKSANS';
    src: url('../font/WORKSANS.TTF') format('truetype');
}

@media screen and (min-width: 1201px) {	
body {
	    font-family: '微软雅黑';
	    /* 默认字体 微软雅黑 */
	    color: #333;
	    /* 默认字体颜色 */
	    font-size: 16px;
	    /* 默认字体大小 */
	    -webkit-font-smoothing: antialiased;
	    /*文字抗锯齿*/
	    -moz-osx-font-smoothing: grayscale;
	    /*文字抗锯齿*/
}




.logo-txt-bottom {
    display: table;
    float: right;
    margin: 0 auto;
}


/*.logo-img{*/
/*	display: table;*/
/*	float: left;*/
/*	margin-left: 10px;*/
/*	width: 131px;*/
/*}*/

.logo-img {
    display: table;
    float:left;
    margin-left: 10px;
    width: 131px;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-top:8px;
}


.logo-img img{
	width: 100%;
}
.logo-txt {
    display: table;
    float: right;
    width: 88%;
}
.logo-txt-top {
    display: table;
    width: 100%;
    margin: 0 auto;
}

.header-text-div {
    display: table;
    float: right;
    width: 50%;
}
.header-text-div a {
    display: inline-block;
    margin-right: 22px;
    float: right;
    padding: 3px 0;
}

.search {
    margin-left: 0px;
    display: table;
    float: left;
    margin-top: 20px;
    position: relative;
    margin-right: 10px;
}

.search .search_container {
    position: absolute;
    bottom: -54px;
    right: 0px;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.search .search_control {
    font-size: 20px;
    cursor: pointer;
    line-height: 1.2em;
    color: rgba(0, 0, 0, 0.7);
    -o-transition: color 0.15s;
    -moz-transition: color 0.15s;
    -webkit-transition: color 0.15s;
    transition: color 0.15s;
}

body {
    padding-top: 0;
  }
  .banner_box{
  display: none;
}
.foot_nav{
  display: none;
}

.about-bg{
    display: block;
    width: 100%;
    background: #282828;
    height: 570px;
}
.about-text{
  width: 50%;
  float: left;
}
.about-title{
  width: 100%;
  padding-top: 135px;
}
.about-title h3 {
    font-size: 38px;
    font-weight: lighter;
    color: #fff;
    text-align: center;
}
.about-border i{
  width: 250px;
  height: 1px;
  background: #fff;
  margin:0 auto;
  display: table;
  margin:40px auto 50px auto;
}

.about-body{
  width: 100%;
  line-height: 27px;
  font-size: 14px;
  text-align: center;
  color:#fff;
  font-family: "verdana";
}

.about-more{
  display: table;
  margin:0 auto;
  margin-top: 23px;
}

.about-img{
  width: 50%;
  float: right;
}


.header_right{
	margin-top: 45px;
}

.header-text {
    display: table;
    float: right;
    width: 100%;
    margin-bottom: -18px;
    margin-top: 5px;
}

.header-text a{
	display:inline-block;
	margin-right:22px;
}

.header-text-div{
	display:table;
	float:right;
}

.sg {
    background: #1c1a1b;
    display: table;
    width: 100%;
    padding: 12px 0;
}

.sg li {
    width: 21%;
    float: left;
    display: block;
    margin: 0 10px;
    padding: 0 10px;
    border-right: 1px solid #fff;
	position:relative;
}

.sg li h4 {
    color: #fff;
    margin-bottom: 8px;
	font-family: "verdana";
}

.sg li p {
    color: #fff;
    font-size: 14px;
	font-family: "verdana";
}

.sg li:after{
    content: ">>";
    position: absolute;
    bottom: 0;
    color: #fff;
    right: 16px;
}
.sg li:last-child{
	border:0;
}
.dowebok { margin: 0 auto;}
.swiper-container { margin: 0 auto; overflow: visible;}
.swiper-container:hover .swiper-button-next, .swiper-container:hover .swiper-button-prev { display: block;}
.swiper-slide { position: relative; opacity: 0 !important;}
.swiper-slide img { width: 100%;}
.swiper-slide-active { opacity: 1 !important;}
.swiper-slide .ren { position: absolute; left: 0; top: 0; width: 1436px; height: 840px;}
.swiper-button-next, .swiper-button-prev { display: none; width: 40px; height: 68px; background-size: contain;}
.swiper-button-next { right: 100px; background-image: url(../images/next.png);}
.swiper-button-prev { left: 100px; background-image: url(../images/prev.png);}
.swiper-container-horizontal .swiper-pagination-bullets { bottom: 40px;}
.swiper-pagination-bullet { width: 70px; height: 4px; margin: 0 10px !important; padding: 6px 0; border-radius: 0; background-color: transparent; opacity: 1;}
.swiper-pagination-bullet:after { content: ""; display: block; height: 4px; background-color: #fff; opacity: 0.5;}
.swiper-pagination-bullet:hover:after, .swiper-pagination-bullet-active:after { background-color: #5584ae;}



.boxShadow {
    position: fixed;
    width: 100%;
	z-index: 99999999;
	transition: all 0.5s;
    background-color: #fff;
}

.boxShadow .header-text-div{
	display: none;
}

/*.boxShadow .logo-img{*/
/*	display: table;*/
/*	float: left;*/
/*	margin-left: 10px;*/
/*	width: 110px;*/
/*}*/

.boxShadow .logo-img {
    display: table;
    float: left;
    margin-left: 10px;
    width: 110px;
    margin: 0 auto;
    display: block;
}


.main .main_title .main_title_text {
    font-size: 48px;
    line-height: 1.2em;
    letter-spacing: 1px;
    color: #292929;
    text-transform: uppercase;
    font-family: WORKSANS;
    font-weight: bold;
}

.main .main_title {
    text-align: center;
}
 .main1 .swiper_nav {
    margin-top: 30px;
}

.main1 {
    padding: 55px 0 0;
    background-color: #fff;
    display: table;
    width: 100%;
    padding-bottom: 55px;
}

.por-class{
	width: 100%;
	text-align: center;
}
.por-class ul{
	padding:30px 0;
}

.por-class ul li {
    display: inline-block;
    padding: 2px 10px;
    margin: 0 5px;
}
.por-class ul li:hover{
	background-color: #5584ae;
}
.por-class ul li:hover a{
	color:#fff;
}

.por-class .aec{
	background-color: #5584ae;
}
.por-class .aec a{
	color:#fff;
	font-family: "verdana";
}

.product-body{
	display: table;
	width: 100%;
}

.por-img{
	width: 100%;
	table-layout: fixed;
}
.por-img img{
	max-width: 100%;
}

.item_explain {
    padding: 20px 20px;
    padding-right: 30px;
	position: relative;
}

.explain_title {
    width: 72%;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    float: left;
	font-family: "verdana";
}

 .explain_line {
    width: 1px;
    height: 24px;
    opacity: 0.3;
    background: #666666;
}

.explain_icon {
    font-size: 14px;
    line-height: 24px;
    margin-left: 20px;
    color: #b2b2b2;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.explain_right {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    float: right;
	
}

.item_line::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0px;
    height: 1px;
    background: #b2b2b2;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    width: 100%;
}

.explain_content {
    font-size: 14px;
    margin-top: 18px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 60px;
    min-height: 60px;
    line-height: 30px;
    color: rgba(102, 102, 102, 0.6);
}

.testo-pagina {
    padding-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    line-height: 30px;
    font-weight: lighter;
    table-layout: fixed;
    display:table;
}

.testo-pagina img{
	max-width: 100%;
}


/* 联系我们 */
.con{
	display: table;
	width: 100%;
	margin-bottom: 5px;
}

.margin-bottom{
	margin-bottom: 30px;
}

.col-md-offset-1 {
    margin-left: 5.33333333%;
}



.hza {
    background: #fff;
    padding: 10px;
}
.hza label {
    display: table;
    font-size: 18px;
    line-height: 45px;
    font-weight: bold;
    color: #484848;
}
.hza:after{content: " "; display: block; height: 0; clear: both; visibility: hidden; font-size: 0; line-height: 0;}
.soka {
    width: 48%;
    border: 1px solid #D8D8D8;
    line-height: 35px;
    margin-bottom: 12px;
    padding-left: 10px;
    font-size: 12px;
    font-family: "Microsoft YaHei", verdant, tahoma;
    height: 35px;
    margin-right: 5px;
}
.sokb {
    height: 65px;
    border: 1px solid #D8D8D8;
    line-height: 50px;
    margin-bottom: 15px;
    padding-left: 10px;
    font-size: 14px;
    font-family: "Microsoft YaHei", verdant, tahoma;
    width: 97%;
    color: #757575;
    margin: -30px;
    margin-left: 0px;
    margin-top: 10px;
    margin-right: 10px;
}
.tj {
    display: inline-block;
    width: 120px;
    line-height: 30px;
    height: 30px;
    background: #ddd;
    margin-right: 10px;
    margin-top: 35px;
}

.color{
	display: block;
}
.color p font,.color p{
	display: table;
	width: 100%;
	font-size: 12px;
	text-align: center;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.color .pic{
	margin-bottom: 5px;
}

.color-top{
	display: inline-block;
	width: 100%;
}
.color-top ul li {
    display: table;
    border: 1px solid #ddd;
    padding: 5px 10px;
    float: left;
    margin: 0 10px;
    border-radius: 5px;
    font-size: 14px;
    background: #f5f5f5;
}
.color-top ul li img{
	width: 30px;
	margin-right: 5px;
}

.inside {
    display: table;
    width: 90%;
    padding-bottom: 28px;
}

.species-txt {
    display: block;
    margin: 5px 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.cp-txt {
    padding: 5px 0;
    display: table;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin: 2px 0;
}

.details{
	display: block;
	float: left;
}

.details-img {
    display: block;
    float: right;
    margin-right: 10%;
    border: 1px solid #ddd;
}

.details-top h2 {
    font-size: 25px;
    font-weight: 500;
    padding-bottom: 15px;
    margin-top: 30px;
}

.details-txt {
	margin-top: 10px;
}

.details-more {
    display: table;
    padding: 5px 15px;
    border: 1px solid #ddd;
	margin-top: 5px;
}

.details-more img{
	width: 30px;
	padding-right: 10px;
}


.rec-title {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
}

.rec-body{
	width: 80%;
	margin-bottom: 30px;
}

.rec-title h2 {
    font-size: 26px;
    text-indent: 12px;
    color: #5684ae;
}

.rec-img{
	border:1px solid #ddd;
}
.rec-img img{
	width: 100%;
}

.rec-txt {
    display: table;
    width: 100%;
    text-align: center;
    padding: 5px 0;
}

}

.index_main .main {
  overflow: hidden;
}

.index_main .main .main_title {
  text-align: center;
}

.index_main .main .main_title .main_title_text {
  font-size: 35px;
  line-height: 1.2em;
  letter-spacing: 1px;
  color: #434343;
  text-transform: uppercase;
}

.index_main .main .main_title .main_title_desc {
    margin-top: 8px;
    font-size: 18px;
    font-family: "cg";
    line-height: 1.2em;
    color: rgba(67, 67, 67, 0.4);
    -o-animation-delay: 0.05s;
    -moz-animation-delay: 0.05s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.index_main .main .main_more {
  width: 110px;
  padding: 6px 0;
  text-align: center;
  margin: 40px auto 0;
  border: 1px solid transparent;
  -o-transition: border 0.35s;
  -moz-transition: border 0.35s;
  -webkit-transition: border 0.35s;
  transition: border 0.35s;
}

.index_main .main .main_more .main_more_text {
    font-size: 20px;
    line-height: 16px;
    -o-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    color: #282828;
    font-weight: lighter;
}

.index_main .main .main_more .main_more_icon {
  font-size: 12px;
  margin-left: 8px;
  line-height: 16px;
  color: #9d9d9d;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.index_main .main .main_more:hover {

}
.index_main .main .main_more:hover .main_more_text,
.index_main .main .main_more:hover .main_more_icon {
  color: #0f83d2;
}
.index_main .main1 {
  padding: 55px 0 0;
}

.nav{
	margin-top:
}

.index_main .main1 .swiper_nav {
  margin-top: 30px;
}
.index_main .main1 .swiper_nav .swiper-slide {
  width: auto;
  font-size: 14px;
  color: #666666;
  line-height: 16px;
  padding: 7px 25px;
  border-radius: 0;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.index_main .main1 .swiper_nav .swiper-slide:hover,
.index_main .main1 .swiper_nav .swiper-slide.active {
  color: #fff;
  background: #5584ae;
}
.index_main .main1 .swiper_nav .swiper-slide:not(:last-child) {
  margin-right: 12px;
}
.index_main .main1 .main_container {
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 40px;
}
.index_main .main1 .main_container .swiper_content_item .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  transition-timing-function: linear;
}
.index_main .main1 .main_container .swiper_content_item .swiper-slide:nth-child(1) {
  -o-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.index_main .main1 .main_container .swiper_content_item .swiper-slide:nth-child(2) {
  -o-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.index_main .main1 .main_container .swiper_content_item .swiper-slide:nth-child(3) {
  -o-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.index_main .main1 .main_container .swiper_content_item .swiper-slide:nth-child(4) {
  -o-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.index_main .main1 .main_container .swiper_content_item .swiper-slide:nth-child(5) {
  -o-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.index_main .main1 .main_container .swiper_content_item .item_picture {
  position: relative;
  overflow: hidden;
}
.index_main .main1 .main_container .swiper_content_item .item_picture .picture_container {
  padding-top: 65.45%;
  background: #f1f1f1;
}
.index_main .main1 .main_container .swiper_content_item .item_picture .picture_container img {
    max-width: 100%;
    max-height: 100%;
}
.index_main .main1 .main_container .swiper_content_item .item_picture .explain {
  position: absolute;
  padding: 0 65px;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  background: rgba(32, 41, 105, 0.35);
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.index_main .main1 .main_container .swiper_content_item .item_picture .explain .explain_step {
  position: relative;
  font-family: "arial";
  font-size: 60px;
  line-height: 1em;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 2px;
  opacity: 0;
  -o-transform: translate3d(-40px, 0, 0);
  -moz-transform: translate3d(-40px, 0, 0);
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.index_main .main1 .main_container .swiper_content_item .item_picture .explain .explain_step::after {
  content: "";
  width: 55px;
  height: 1px;
  background: #ffffff;
  position: absolute;
  margin: auto;
  bottom: 0;
  top: 0;
  left: -65px;
}
.index_main .main1 .main_container .swiper_content_item .item_picture .explain .explain_content {
  opacity: 0;
  font-size: 14px;
  margin-top: 14px;
  color: #ffffff;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 48px;
  min-height: 48px;
  line-height: 24px;
  -o-transform: translate3d(-40px, 0, 0);
  -moz-transform: translate3d(-40px, 0, 0);
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.index_main .main1 .main_container .swiper_content_item .item_explain {
  padding: 25px 20px;
  padding-right: 30px;
}
.index_main .main1 .main_container .swiper_content_item .item_explain .explain_title {
  width: 72%;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index_main .main1 .main_container .swiper_content_item .item_explain .explain_right .explain_line {
  width: 1px;
  height: 24px;
  opacity: 0.3;
  background: #666666;
}
.index_main .main1 .main_container .swiper_content_item .item_explain .explain_right .explain_icon {
  font-size: 24px;
  line-height: 24px;
  margin-left: 20px;
  color: #b2b2b2;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.index_main .main1 .main_container .swiper_content_item .item_explain .explain_right .explain_icon span{
  font-size: 14px;
  line-height: 24px;
}

.index_main .main1 .main_container .swiper_content_item .item_line {
  height: 1px;
  overflow: hidden;
  position: relative;
  background: #e4e4e4;
}
.index_main .main1 .main_container .swiper_content_item .item_line::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 1px;
  background: #5584ae;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.index_main .main1 .main_container .swiper_content_item .item {
  overflow: hidden;
}
.index_main .main1 .main_container .swiper_content_item .item:hover .item_picture .explain {
  opacity: 1;
  z-index: 10;
  visibility: visible;
}
.index_main .main1 .main_container .swiper_content_item .item:hover .item_picture .explain .explain_step {
  opacity: 1;
  -o-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -o-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.index_main .main1 .main_container .swiper_content_item .item:hover .item_picture .explain .explain_content {
  opacity: 1;
  -o-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -o-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.index_main .main1 .main_container .swiper_content_item .item:hover .item_explain .explain_right .explain_icon {
  color: #5584ae;
  -o-transform: translate3d(10px, 0, 0);
  -moz-transform: translate3d(10px, 0, 0);
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
  font-size: 14px;
}
.index_main .main1 .main_container .swiper_content_item .item:hover .item_line::after {
  width: 100%;
}
.index_main .main2 {
  padding: 65px 0 5px;
}
.index_main .main2 .main_container {
  margin-top: 50px;
}
.index_main .main2 .main_container .swiper-container {
  padding-bottom: 50px;
}
.index_main .main2 .main_container .swiper-slide {
  width: 415px;
}
.index_main .main2 .main_container .swiper-slide:nth-child(1) {
  -o-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.index_main .main2 .main_container .swiper-slide:nth-child(2) {
  -o-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.index_main .main2 .main_container .swiper-slide:nth-child(3) {
  -o-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.index_main .main2 .main_container .swiper-slide:nth-child(4) {
  -o-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.index_main .main2 .main_container .swiper-slide:nth-child(5) {
  -o-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.index_main .main2 .main_container .swiper-slide:nth-child(6) {
  -o-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.index_main .main2 .main_container .swiper-slide:nth-child(7) {
  -o-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.index_main .main2 .main_container .swiper-slide:nth-child(8) {
  -o-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.index_main .main2 .main_container .swiper-slide:nth-child(9) {
  -o-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.index_main .main2 .main_container .swiper-slide:nth-child(10) {
  -o-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.index_main .main2 .main_container .swiper-slide:nth-child(11) {
  -o-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.index_main .main2 .main_container .swiper-slide:nth-child(12) {
  -o-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.index_main .main2 .main_container .swiper-slide:nth-child(13) {
  -o-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.index_main .main2 .main_container .swiper-slide:nth-child(14) {
  -o-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.index_main .main2 .main_container .swiper-slide:nth-child(15) {
  -o-animation-delay: 1.4s;
  -moz-animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.index_main .main2 .main_container .swiper-slide:nth-child(16) {
  -o-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.index_main .main2 .main_container .swiper-slide:nth-child(17) {
  -o-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.index_main .main2 .main_container .swiper-slide:nth-child(18) {
  -o-animation-delay: 1.7s;
  -moz-animation-delay: 1.7s;
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}
.index_main .main2 .main_container .swiper-slide:nth-child(19) {
  -o-animation-delay: 1.8s;
  -moz-animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.index_main .main2 .main_container .swiper-slide:nth-child(20) {
  -o-animation-delay: 1.9s;
  -moz-animation-delay: 1.9s;
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}
.index_main .main2 .main_container .item {
  background: #f5f6f6;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.index_main .main2 .main_container .item:hover {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
}
.index_main .main2 .main_container .item:hover .item_picture .picture_container img {
  -o-transform: translate3d(0, 0, 0) scale(1.06);
  -moz-transform: translate3d(0, 0, 0) scale(1.06);
  -webkit-transform: translate3d(0, 0, 0) scale(1.06);
  transform: translate3d(0, 0, 0) scale(1.06);
}
.index_main .main2 .main_container .item:hover .explain {
  background: #fff;
  top: -10px;
}
.index_main .main2 .main_container .item:hover .explain .explain_link {
  color: #aacd06;
}
.index_main .main2 .main_container .item_picture {
  z-index: 10;
  position: relative;
}
.index_main .main2 .main_container .item_picture .picture_container {
  padding-top: 87.71%;
}
.index_main .main2 .main_container .item_picture .picture_container img {
  -o-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
.index_main .main2 .main_container .explain {
  top: 0;
  z-index: 11;
  position: relative;
  background: #f5f6f6;
  padding: 38px 30px 23px;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.index_main .main2 .main_container .explain .explain_title {
  font-size: 16px;
  color: #424242;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index_main .main2 .main_container .explain .explain_content {
  font-size: 14px;
  color: #888888;
  margin-top: 15px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-height: 20px;
  min-height: 20px;
  line-height: 20px;
}
.index_main .main2 .main_container .explain .explain_link {
  color: #adaeae;
  font-size: 24px;
  line-height: 1em;
  margin-top: 25px;
  -o-transition: color 0.35s;
  -moz-transition: color 0.35s;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}
.index_main .main2 .main_container .swiper_control {
  margin-right: 15px;
}
.index_main .main2 .main_container .swiper_control .swiper_btn {
  opacity: 1;
  font-size: 18px;
  color: #b2b2b2;
  line-height: 1em;
  cursor: pointer;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_main .main2 .main_container .swiper_control .swiper_btn:not([class*=disabled]):hover {
  color: #aacd06;
}
.index_main .main2 .main_container .swiper_control .swiper_btn[class*=disabled] {
  opacity: 0.3;
  cursor: default;
}
.index_main .main2 .main_container .swiper_control .swiper_prev {
  margin-right: 12px;
}
.index_main .main2 .main_container .swiper_scrollbar {
  height: 1px;
  position: relative;
  background: #eaeaea;
}
.index_main .main2 .main_container .swiper_scrollbar .swiper_scrollbar_icon {
  position: absolute;
  width: 23px;
  height: 23px;
  background: #f1f1f1;
  border-radius: 50%;
  top: -11px;
  left: 0;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.index_main .main2 .main_container .swiper_scrollbar .swiper_scrollbar_icon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #dbdbdb;
}
.index_main .main3 {
  padding: 40px 0 0;
}
.index_main .main3 .main_container {
  margin-top: 20px;
  position: relative;
}
.index_main .main3 .main_container .swiper-slide {
  width: 600px;
  margin:0 10px;
}
.index_main .main3 .main_container .swiper-slide[class*=active] .item::after {
  opacity: 0;
}
.index_main .main3 .main_container .swiper-slide[class*=active] .item .explain {
  bottom: 0;
  opacity: 1;
  -o-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.index_main .main3 .main_container .item {
  overflow: hidden;
  position: relative;
}
.index_main .main3 .main_container .item::after {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.index_main .main3 .main_container .item .item_picture .picture_container {
  padding-top: 56.84%;
}
.index_main .main3 .main_container .item .item_picture .picture_container img {
  width: 100%;
}
.index_main .main3 .main_container .item .explain {
/*  background: rgba(0, 0, 0, 0.35);*/
  position: absolute;
  top: 34px;
  width: 100%;
  left: 0;
  opacity: 0;
  padding: 28px 40px 25px;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.index_main .main3 .main_container .item .explain .explain_title .explain_title_text {
  font-size: 22px;
  color: #ffffff;
  line-height: 24px;
}
.index_main .main3 .main_container .item .explain .explain_title .explain_title_text span{
  display: inline-block;
  width: 100%;
  font-size:14px;
}

.index_main .main3 .main_container .item .explain .explain_title .explain_title_desc {
  font-size: 16px;
  line-height: 18px;
  margin-left: 18px;
  color: rgba(255, 255, 255, 0.8);
}
.index_main .main3 .main_container .item .explain .explain_content {
  font-size: 14px;
  margin-top: 8px;
  color: #ffffff;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-height: 24px;
  min-height: 24px;
  line-height: 24px;
}
.index_main .main3 .main_container .swiper_btn {
    top: 50%;
    z-index: 10;
    width: 50px;
    height: 50px;
    position: absolute;
    line-height: 50px;
    text-align: center;
    margin-top: -45px;
    background: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    cursor: pointer;
    color: #fff;
    -o-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    border-radius: 50%;
}
.index_main .main3 .main_container .swiper_btn:hover {
  background: rgba(255, 255, 255, 0.8);
}
.index_main .main3 .main_container .swiper_btn.swiper_prev {
  left: 50%;
  margin-left: -601px;
  -o-transform: rotateZ(-180deg);
  -moz-transform: rotateZ(-180deg);
  -webkit-transform: rotateZ(-180deg);
  transform: rotateZ(-360deg);
}
.index_main .main3 .main_container .swiper_btn.swiper_next {
  right: 50%;
  margin-right: -601px;
}
.index_main .main4 {
  padding: 50px 0 0px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.index_main .main4 .main_bg {
  position: absolute;
  opacity: 0.85;
  z-index: -1;
  right: 0;
  left: 0;
  bottom: 0;
  height: 260px;
  background-image: url(../images/public/about_bg.png);
}
.index_main .main4 .main_container {
  margin-top: 50px;
}

.index_main .main4 .main_content .main_explain {
    width: 53.6%;
    overflow: hidden;
    position: relative;
    padding: 20px 25px 0;
}

.index_main .main4 .main_content .main_explain .explain_title {
  position: relative;
  z-index: 10;
  font-size: 24px;
  color: #424242;
  font-weight: bold;
  letter-spacing: 1px;
}
.index_main .main4 .main_content .main_explain .explain_line {
    position: relative;
    z-index: 10;
    width: 47px;
    height: 3px;
    background: #0f83d2;
    margin: 16px 0 32px;
}
.index_main .main4 .main_content .main_explain .explain_content {
    position: relative;
    z-index: 10;
    font-size: 14px;
    color: rgba(102, 102, 102, 0.85);
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    max-height: 78px;
    min-height: 185px;
    line-height: 26px;
}
.index_main .main4 .main_content .main_explain .explain_link {
    position: relative;
    z-index: 10;
    width: 100px;
    height: 30px;
    margin-top: 50px;
    background: #0f83d2;
    -o-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
}
.index_main .main4 .main_content .main_explain .explain_link .explain_link_text {
  font-size: 14px;
  color: #ffffff;
  line-height: 26px;
}
.index_main .main4 .main_content .main_explain .explain_link .explain_link_icon {
  line-height: 1em;
  font-size: 30px;
  color: #fff;
  margin-left: 10px;
}
.index_main .main4 .main_content .main_explain .explain_link:hover {
  opacity: 0.85;
}

.index_main .main4 .main_content .main_right {
  width: 46.4%;
  position: relative;
}
.index_main .main4 .main_content .main_right img {
  width: 100%;
}
.index_main .main4 .main_content .main_right .explain {
  position: absolute;
  line-height: 90px;
  height: 100%;
  width: 90px;
  right: 0;
  top: 0;
  background: rgba(32, 41, 105, 0.4);
}
.index_main .main4 .main_content .main_right .explain .explain_title {
  padding-top: 35px;
  font-family: "cg";
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.3);
  -webkit-writing-mode: vertical-lr;
  -moz-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
.index_main .main4 .main_content .main_right .explain .explain_link {
  width: 90px;
  height: 90px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  background: rgba(170, 205, 6, 0.8);
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.index_main .main4 .main_content .main_right .explain .explain_link:hover {
  background: #aacd06;
}
.index_main .main4 .list {
  padding: 0 50px;
  margin-top: 74px;
}

.about_img{
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}

.about_img ul li {
    width: 24%;
    float: left;
    margin: 0.5%;
}

.about_img ul li img{
  max-width: 100%;
}

.index_main .main4 .list .item .item_top .item_num {
  font-size: 50px;
  line-height: 1em;
  color: #333333;
  font-weight: bold;
  letter-spacing: 1px;
}
.index_main .main4 .list .item .item_top .item_icon {
  font-size: 16px;
  margin-left: 5px;
  line-height: 26px;
  color: rgba(51, 51, 51, 0.5);
}
.index_main .main4 .list .item .item_explain {
  margin-top: 7px;
  font-size: 14px;
  color: #888888;
  line-height: 22px;
  text-align: center;
}

.index_main .main5 {
  padding: 60px 0 70px;
}
.index_main .main5 .center{
	width:1400px;
}

.index_main .main5 .main_container {
  position: relative;
  margin-top: 55px;
}
.index_main .main5 .main_container::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background: rgba(170, 170, 170, 0.2);
}
.index_main .main5 .main_container .main_left {
  width: 46.4%;
}
.index_main .main5 .main_container .main_right {
  width: 46.4%;
}
.index_main .main5 .main_container .main_right .item {
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(170, 170, 170, 0.2);
}
.index_main .main5 .main_container .main_right .item:not(:first-child) {
  margin-top: 40px;
}
.index_main .main5 .main_container .item {
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.index_main .main5 .main_container .item .explain {
  position: relative;
  padding-left: 100px;
}
.index_main .main5 .main_container .item .explain .item_time {
  top: 0;
  left: 0;
  position: absolute;
  text-align: center;
  font-family: "arial";
}
.index_main .main5 .main_container .item .explain .item_time .item_time_day {
  font-size: 42px;
  color: #999999;
  line-height: 1em;
  letter-spacing: 2px;
}
.index_main .main5 .main_container .item .explain .item_time .item_time_year {
  font-size: 12px;
  color: #999999;
}
.index_main .main5 .main_container .item .explain .explain_title {
  font-size: 16px;
  color: #666666;
  line-height: 20px;
  padding-right: 100px;
  -o-transition: color 0.35s;
  -moz-transition: color 0.35s;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: "verdana";
}
.index_main .main5 .main_container .item .explain .explain_content {
  font-size: 14px;
  margin-top: 18px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 60px;
  min-height: 60px;
  line-height: 30px;
  color: rgba(102, 102, 102, 0.6);
  width: 100%;
  font-family: "verdana";
}
.index_main .main5 .main_container .item .explain .explain_link {
  position: absolute;
  right: 0;
  top: 0;
}
.index_main .main5 .main_container .item .explain .explain_link .explain_link_line {
  width: 1px;
  height: 16px;
  background: #dadada;
}
.index_main .main5 .main_container .item .explain .explain_link .explain_link_icon {
  font-size: 20px;
  line-height: 1em;
  margin-left: 20px;
  color: #898989;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 14px;
}
.index_main .main5 .main_container .item .item_picture {
  margin-bottom: 24px;
}
.index_main .main5 .main_container .item .item_picture .picture_container {
  height: 330px;
}
.index_main .main5 .main_container .item .item_picture .picture_container img {
  width: 650px;
  max-width: none;
  max-height: none;
  right: auto;
  left: 50%;
  margin-left: -325px;
  -o-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
.index_main .main5 .main_container .item:hover {
  border-bottom-color: #0f83d2;
}
.index_main .main5 .main_container .item:hover .explain .explain_title {
  color:#5584ae;
}
.index_main .main5 .main_container .item:hover .explain .explain_link .explain_link_icon {
  color: #5584ae;
  -o-transform: translate3d(10px, 0, 0);
  -moz-transform: translate3d(10px, 0, 0);
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.index_main .main5 .main_container .item:hover .item_picture .picture_container img {
  -o-transform: translate3d(0, 0, 0) scale(1.06);
  -moz-transform: translate3d(0, 0, 0) scale(1.06);
  -webkit-transform: translate3d(0, 0, 0) scale(1.06);
  transform: translate3d(0, 0, 0) scale(1.06);
}
.index_main .main6 {
  overflow: hidden;
  position: relative;
  padding: 75px 0 110px;
}
.index_main .main6 #video {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
}
.index_main .main6 .main_bg {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../images/bg.jpg);
}
.index_main .main6 .main_mask {
  z-index: 5;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(32, 41, 105, 0.25);
}
.index_main .main6 .main_content {
  z-index: 10;
  position: relative;
  text-align: center;
}
.index_main .main6 .main_content .explain_title {
  font-size: 33px;
  line-height: 1em;
  font-weight: lighter;
  letter-spacing: 2px;
  color: #ffffff;
}
.index_main .main6 .main_content .explain_title .explain_title_bold {
  font-weight: bold;
}
.index_main .main6 .main_content .explain_title .explain_title_dot {
  margin: 0 10px;
}
.index_main .main6 .main_content .explain_desc {
  font-size: 18px;
  margin-top: 10px;
  font-family: "cg";
  line-height: 30px;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.5);
}
.index_main .main6 .main_content .video_icon {
    color: #fff;
    font-size: 80px;
    line-height: 1em;
    margin-top: 16px;
}

.index_main .main6 .main_content .video_icon span{
    width: 74px;
    display: inline-block;
}

.index_main .main6 .main_content .video_icon span img{
max-width: 100%;
}

.index_main .main6 .main_content .video_icon .video_control {
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.index_main .main6 .main_content .video_icon .video_control:hover {
  color: #aacd06;
}


.index_main .main6 .main_content .video_icon_logo {
    margin: 10px 0;
    margin-bottom: 30px;
}


.index_main .main6 .main_content .explain_link {
  width: 220px;
  height: 60px;
  overflow: hidden;
  margin: 85px auto 0;
  position: relative;
  background: #aacd06;
  font-weight: lighter;
  color: #ffffff;
  -o-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.index_main .main6 .main_content .explain_link::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  margin: auto;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.index_main .main6 .main_content .explain_link .explain_link_text {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
}
.index_main .main6 .main_content .explain_link .explain_link_icon {
  font-size: 24px;
  margin-left: 4px;
  line-height: 30px;
}
















.footer_bg {
    background: #292929;
    display: table;
    width: 100%;
    padding: 70px 0;
    padding-bottom: 0;
}

.footer_bg .footer-body{
	display:table;
	margin:0 auto;
	width: 100%;
}


.footer_bg .container{
	background-color: initial;
}

.footer-nav{
	width:100%;
}

.footer-nav li {
    width: 24%;
    float: left;
    margin: 0 5px;
}

.footer-nav h4 {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
	font-family: "verdana";
}

.footer-nav li a {
    color: #808080;
    font-size: 14px;
    margin-bottom: 10px;
	font-family: "verdana";
}

.footer-bottom {
    display: block;
    width: 100%;
    padding-bottom: 35px;
}

.footer-bottom-text {
    display: block;
    font-size: 16px;
    text-align: center;
    color: #cccccc;
    padding-top: 35px;
    margin-bottom: 20px;
	font-family: "verdana";
}

.social {
    color: #FFF;
    margin: 0 auto;
    display: table;
    margin-top: 15px;
}

.social li {
    padding: 0px;
    margin: 0px 5px;
    float: left;
}

/* 下划线 */
.border {
    display: table;
    width: 300px;
    height: 1px;
    background-color: #989898;
    margin: 0 auto;
}


@media screen and (max-width: 1400px) {

.index_main .main1 .main_container {
    padding: 0 15px;
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
}
  .index_main .main1 .main_container .swiper_content_item .item_picture .explain {
    padding: 0 55px;
  }
  .index_main .main1 .main_container .swiper_content_item .item_picture .explain .explain_step {
    font-size: 50px;
    letter-spacing: 1px;
  }
  .index_main .main1 .main_container .swiper_content_item .item_picture .explain .explain_step::after {
    width: 45px;
    left: -55px;
  }
  .index_main .main1 .main_container .swiper_content_item .item_picture .explain .explain_content {
    margin-top: 10px;
  }
  .index_main .main1 .main_container .swiper_content_item .item_explain {
    padding: 20px;
    padding-right: 30px;
  }
  .index_main .main2 .main_container .swiper_scrollbar .swiper_scrollbar_icon {
    -o-transform: translate3d(-11px, 0, 0);
    -moz-transform: translate3d(-11px, 0, 0);
    -webkit-transform: translate3d(-11px, 0, 0);
    transform: translate3d(-11px, 0, 0);
  }
}


@media screen and (max-width: 1300px) {


}

@media screen and (max-width: 1200px) {
.footer_bg {
      padding: 0px;
      padding: 12px 0;
	  margin-top: 12px;
}
.footer_bg .footer_z{
    display: none;
}
.footer_bg .footer_y{
    display: none;
}
.footer_bottom{
  margin-top: 0px;
  border-top:none;
  line-height: 20px;
}

.word_top{
  display: none!important;
}
.crumbs_nav{
  width: 100%!important;
}
.crumbs_nav {
    padding: 0!important;
    margin:0!important;
}
.crumbs_nav,.crumbs_nav a  {
    float: left;
    margin: 0 6px;
    font-size: 12px;
    color: #7b7b7b;
    padding: 0 20px;
    position: relative;
    line-height: 30px;
}

.word{
  display: none!important;
}

.q_inner_title .cn {
    font-size: 24px!important;
    line-height: 31px!important;
    letter-spacing: 1px!important;
    color: #434343!important;
    margin-bottom: 6px!important;
}






.about .flex_row_justify{
  display: table;
    width: 100%;
}
.about .main1 .content .box{
  width: 100%!important;

}
.about .main1 .content .right_img {
  width: 100%!important;
}
.about .main1 .content .box .title_img {
    margin-bottom: 15px!important;
    position: relative!important;
    width: 100%!important;
    font-size: 24px!important;
    color: #0f83d2!important;
}
.about .main1 .q_inner_title {
    margin-bottom: 4px!important;
}
.crumbs_m .crumbs_m_title .crumbs_m_title_container .crumbs_m_title_text {
    line-height: 18px;
    font-size: 16px;
    color: #444;
    width: 80%;
    float: left;
}

.crumbs_m .crumbs_m_title .crumbs_m_title_container .crumbs_m_title_icon {
    color: #999;
    font-size: 16px;
    line-height: 18px;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: table;
    float: right;
}



.scroll-outer{}
#scroll{width:150px;margin:0 auto;font-family:"Microsoft Yahei";}
#scroll .owl-wrapper-outer{margin:0 auto;}
#scroll .item{position:relative;width:250px;margin:0 auto;background-color:#fff;overflow:hidden;}
#scroll .shd{position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.15);}
#scroll .shd a{display:block;width:250px;height:239px;*background-image:url(about:blank);background-image:url(about:blank)\0;}
#scroll .txt{position:absolute;left:0;bottom:0;width:226px;height:100px;padding:0 12px;color:#888;box-shadow:0 0 15px 15px rgba(228, 233, 238, 0.95);background-color:#e4e9ee\9;background-color:rgba(228, 233, 238, 0.95);}
#scroll h3{width:226px;height:25px;margin-bottom:6px;padding-top:6px;font:700 18px/25px arial,"Microsoft Yahei";overflow:hidden;}
#scroll h3 a{color:#333;text-decoration:none;}
#scroll h3 a:hover{color:#338de6;}
#scroll p{width:226px;height:54px;line-height:18px;font-size:12px;}
#scroll .item:hover .shd{background-color:rgba(0, 0, 0, 0);}
#scroll .item:hover .txt{background-color:#fff\9;background-color:rgba(248, 249, 249, 0.95);box-shadow:0 0 15px 15px rgba(248, 249, 249, 0.95);}
.owl-theme .owl-controls .owl-buttons div{color: #ddd;position:absolute;top:80px;width:30px;height:60px;margin:0;padding:0;border-radius:0;font-size:35px;background-color:transparent;overflow:hidden;_display:none;}
.owl-theme .owl-controls .owl-buttons .owl-prev{left:-40px;}
.owl-theme .owl-controls .owl-buttons .owl-next{right:-40px;}
.owl-theme .owl-controls .owl-buttons .owl-prev:before{content:"<";}
.owl-theme .owl-controls .owl-buttons .owl-next:before{content:">";}
#scroll .item{
  width: 100%!important;
}
#scroll .item img{max-width: 100%!important;}



.ziye_topimg{
  overflow: hidden;
}
.ziye_topimg img{
  width: 100%;
}
.ziy_dh_top{
  width: 100%;
    overflow: auto;
    border-bottom: 1px solid #ddd
}
.ziy_dh_top::-webkit-scrollbar {display:none}
.ziy_dh_top ul{
overflow: hidden;    width: max-content
}
.ziy_dh_top ul li a{
  font-size:14px; 
  color: #544e4c;
}
.ziy_dh_top ul li a i{
  margin-right:2px;
}

.ziy_dh_top ul li {
    display: inline-block;
    padding: 12px 5px;
    position: relative;
}
.ziy_dh_top ul li.no p{
  padding-bottom: .16rem;
}

.ziy_dh_top ul li.no p a {
    color: #0f83d2;
}

.ziy_dh_top ul li.no p::after{
  content:"";
  width: .2rem;
  height: .2rem;
  display: block;
  background: #f0f0f0;
  position: absolute;
  transform:rotate(45deg);
  -ms-transform:rotate(45deg);  /* IE 9 */
  -moz-transform:rotate(45deg);   /* Firefox */
  -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
  -o-transform:rotate(45deg); 
  top: 0;
  left: 0;
  right: 0;
  bottom: -1rem;
  margin: auto;
}






.picture_container {
    position: relative;
    overflow: hidden;
    background: none;
    font-size: 22px;
}

.product_details_content {
    margin-top: 18px!important;
    padding-top: -1px!important;
    border-top: 1px solid #eee!important;
    color: #868686!important;
    line-height: 30px!important;
}
.product_title {
    font-size: 20px!important;
    color: #0f83d2!important;
    font-weight: bold!important;
    letter-spacing: 1px!important;
}

.product_right {
    width: 100%!important;
    padding-top: 15px!important;
    float: left!important;
}

.product_details_content {
    margin-top: 18px;
    padding-top: -1px;
    border-top: 1px solid #eee;
    color: #868686;
    line-height: 30px;
    font-size: 14px;
}

.news .main1 .content .box .q_news_left{
  display: none;
}


.news .main1 .content .box .txt{
  display: none;
}

.news .main1 {
    margin-bottom: 0!important;
}

.product_link {
    width: 135px!important;
    height: 35px!important;
    color: #ffffff!important;
    margin-top: 35px!important;
    border: solid 1px #0f83d2!important;
    -o-transition: all 0.5s!important;
    -moz-transition: all 0.5s!important;
    -webkit-transition: all 0.5s!important;
    transition: all 0.5s!important;
    text-align: center!important;
    line-height: 35px!important;
    background: #0f83d2!important;
    border-radius: 3px!important;
    font-size: 14px;
}


.recommend_title ul li span {
    display: table!important;
    width: 100%!important;
    text-align: center!important;
    font-size: 12px!important;
    padding: 12px 0!important;
}

.news .main2 .content .block {
    width: 94.62857%!important;
    -o-transition: all 0.5s!important;
    -moz-transition: all 0.5s!important;
    -webkit-transition: all 0.5s!important;
    transition: all 0.5s!important;
    margin-bottom: 40px!important;
    margin-left: 2.85714%!important;
}

.pic li {
    width: 48%!important;
    float: left!important;
    margin: 1%!important;
    border: 1px solid #ddd!important;
}


.main_container_title .item {
    padding: 2px 12px;
    position: relative;
    background: #ffffff;
    line-height: 20px;
    font-size: 16px;
    color: #0f83d2;
    border-top: 2px solid #0f83d2;
}


.news {
    padding: 30px 0 20px!important;
    overflow: hidden!important;
}

.main_container_title .item {
    padding: 2px 12px!important;
    position: relative!important;
    background: #ffffff!important;
    line-height: 30px!important;
    font-size: 14px!important;
    color: #0f83d2!important;
    border-top: 2px solid #0f83d2!important;
}

.background_img span {
    display: inline-block!important;
    width: 100px!important;
    text-align: center!important;
    background: #fff!important;
    line-height: 32px!important;
    border: 1px solid #ddd!important;
    font-size: 14px!important;
}

.details_content {
    width: 100%!important;
    font-size: 16px!important;
    color: #666666!important;
    line-height: 32px!important;
    margin: 30px auto 0!important;
    min-height: 200px!important;
    padding-bottom: 20px!important;
    border-bottom: 1px solid #ddd!important;
}

.recommend_title>span {
    width: 100%!important;
    display: table!important;
    line-height: 35px!important;
    height: 35px!important
    font-size: 18px!important;
    margin-bottom: 18px!important;
}

.recommend_title ul li {
    width: 48%!important;
    float: left!important;
    margin: 0.5%!important;
}


.news .main2 .content .block .txt {
    padding: 22px 10px!important;
    background: #ffffff!important;
}

.news .main2 .content .block .txt .icon {
    width: 40px!important;
    height: 4px!important;
    background-color: #0f83d2!important;
    margin-bottom: 15px!important;
}

.center_z {
    display: inline-block!important;
    width: 100%!important;
    line-height: 40px!important;
    font-size: 14px!important;
}
.center_y {
    width: 100%!important;
    float: right!important;
}
.news-details {
    padding: 35px 0!important;
}

.about .main4 .q_inner_title {
    margin-bottom: 16px!important;
}


/*手机版权*/
.foot_nav{height:50px;}
.bottomToolbar{width:100%; font-size:1em; position:fixed; display:block; margin:0; padding:0; bottom:0; left:0; text-align:center; z-index:999; background:#2b2b2b;}
.bottomToolbar li{width:24.5%; float:left; position:relative; text-align:center;border-right: 1px solid #676767;}
.bottomToolbar li img{text-align:center; margin:auto; width:auto; height:23px;}
.bottomToolbar li a{padding:5px 0 2px 0; margin-right:1px; display:block;font-size:20px;text-align:center;color:#FFF;text-decoration:none;}
.bottomToolbar li em{text-align:center;margin:auto;color:#fff;font-size:0.6rem;display:block;font-style:normal;}




.switch a .txt {
    padding: 0;
    width: 80%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.switch a {
    width: 50%;
    padding: 18px 28px;
    background-color: #f9f9f9;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.news-details .title {
    text-align: center;
    font-size: 20px!important;
    letter-spacing: 1px;
    color: #434343;
    margin-bottom: 15px;
}




  
  .index_main .main .main_title .main_title_text {
    font-size: 26px;
  }
  .index_main .main .main_title .main_title_desc {
    margin-top: 5px;
    font-size: 16px;
  }
  .index_main .main .main_more {
    margin: 40px auto 0;
  }
  .index_main .main1 .main_container .swiper_content_item .item_picture .explain {
    padding: 0 40px;
  }
  .index_main .main1 .main_container .swiper_content_item .item_picture .explain .explain_step {
    font-size: 40px;
    letter-spacing: 0px;
  }
  .index_main .main1 .main_container .swiper_content_item .item_picture .explain .explain_step::after {
    width: 30px;
    left: -40px;
  }
  .index_main .main1 .main_container .swiper_content_item .item_picture .explain .explain_content {
    margin-top: 10px;
  }
  .index_main .main1 .main_container .swiper_content_item .item_explain {
    padding: 15px 0;
    padding-right: 10px;
  }
  .index_main .main1 .main_container .swiper_content_item .item_explain .explain_title {
    width: 70%;
  }
  .index_main .main1 .main_container .swiper_content_item .item_explain .explain_right .explain_icon {
    margin-left: 10px;
  }
  .index_main .main2 {
    padding: 60px 0 5px;
  }
  .index_main .main2 .main_container {
    margin-top: 40px;
  }
  .index_main .main2 .main_container .swiper-container {
    padding-bottom: 40px;
  }
  .index_main .main2 .main_container .swiper-slide {
    width: 300px;
  }
  .index_main .main2 .main_container .explain {
    padding: 25px 20px 20px;
  }
  .index_main .main2 .main_container .explain .explain_content {
    margin-top: 10px;
  }
  .index_main .main2 .main_container .explain .explain_link {
    margin-top: 15px;
  }
  .index_main .main3 {
    padding: 60px 0 0;
  }
  .index_main .main3 .main_container {
    margin-top: 40px;
  }
  .index_main .main3 .main_container .swiper-slide {
    width: 100%;
  }
  .index_main .main3 .main_container .item .explain {
    padding: 25px 20px 20px;
  }
  .index_main .main3 .main_container .item .explain .explain_title .explain_title_desc {
    margin-left: 10px;
  }
  .index_main .main3 .main_container .swiper_btn {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-top: -40px;
  }
  .index_main .main3 .main_container .swiper_btn.swiper_prev {
    left: 0;
    margin-left: 0;
  }
  .index_main .main3 .main_container .swiper_btn.swiper_next {
    right: 0;
    margin-right: 0;
  }
  .index_main .main4 {
    padding: 60px 0 100px;
  }
  .index_main .main4 .main_bg {
    height: 150px;
  }
  .index_main .main4 .main_container {
    margin-top: 40px;
  }
  .index_main .main4 .main_content .main_explain {
    padding: 30px 20px 35px;
  }
  .index_main .main4 .main_content .main_explain .explain_title {
    font-size: 22px;
  }
  .index_main .main4 .main_content .main_explain .explain_line {
    margin: 15px 0 25px;
  }
  .index_main .main4 .main_content .main_explain .explain_link {
    margin-top: 40px;
  }
  .index_main .main4 .main_content .main_explain .main_explain_icon {
    font-size: 120px;
    line-height: 100px;
    letter-spacing: 10px;
  }
  .index_main .main4 .main_content .main_right .main_picture {
    height: 100%;
  }
  .index_main .main4 .main_content .main_right .main_picture img {
    height: 100%;
    max-width: none;
  }
  .index_main .main4 .main_content .main_right .explain {
    width: 80px;
    line-height: 80px;
  }
  .index_main .main4 .main_content .main_right .explain .explain_title {
    padding: 15px 0;
    letter-spacing: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .index_main .main4 .main_content .main_right .explain .explain_link {
    width: 80px;
    height: 80px;
  }
  .index_main .main4 .list {
    padding: 0;
    margin-top: 50px;
  }
  .index_main .main4 .list .item .item_top .item_num {
    font-size: 40px;
  }
  .index_main .main4 .list .item .item_top .item_icon {
    font-size: 14px;
    line-height: 24px;
  }
  .index_main .main5 {
    padding: 60px 0;
  }
  .index_main .main5 .main_container {
    margin-top: 40px;
  }
  .index_main .main5 .main_container::before {
    display: none;
  }
  .index_main .main5 .main_container .main_left {
    width: 100%;
  }
  .index_main .main5 .main_container .main_left .item {
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(170, 170, 170, 0.2);
  }
  .index_main .main5 .main_container .main_right {
    width: 100%;
  }
  .index_main .main5 .main_container .main_right .item {
    margin-top: 40px;
  }
  .index_main .main5 .main_container .item .item_picture {
    display: none;
  }
  .index_main .main6 {
    padding: 80px 0 60px;
  }
  .index_main .main6 .main_content .explain_title {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 1px;
  }
  .index_main .main6 .main_content .explain_title .explain_title_dot {
    margin: 0 5px;
  }
  .index_main .main6 .main_content .explain_desc {
    font-size: 24px;
    margin-top: 10px;
    line-height: 30px;
    letter-spacing: 1px;
  }
  .index_main .main6 .main_content .video_icon {
    font-size: 60px;
    margin-top: 60px;
  }
  .index_main .main6 .main_content .explain_link {
    width: 180px;
    height: 50px;
    margin: 60px auto 0;
  }
  
}

@media screen and (max-width: 768px) {
	
.index_main .main .main_title .main_title_text {
    font-size: 24px;
}
.index_main .main .main_title .main_title_desc {
    margin-top: 3px;
    font-size: 14px;
}
.index_main .main .main_more {
    margin: 12px auto 0;
    border-color:#0f83d2;
}
.index_main .main .main_more .main_more_text {
    color: #0f83d2;
}
.index_main .main .main_more .main_more_icon {
    color: #aacd06;
  }
  .index_main .main .main_more:hover {
    background: #aacd06;
  }
  .index_main .main .main_more:hover .main_more_text,
  .index_main .main .main_more:hover .main_more_icon {
    color: #fff;
  }
  .index_main .main1 {
    padding-top: 40px;
  }
  .index_main .main1 .swiper_nav {
    margin-top: 30px;
  }
  .index_main .main1 .swiper_nav .swiper-slide {
    padding: 6px 18px;
  }
  .index_main .main1 .swiper_nav .swiper-slide:not(:last-child) {
    margin-right: 10px;
  }
  .index_main .main1 .main_container {
    margin-top: 30px;
  }
  .index_main .main1 .main_container .swiper_content_item .item_picture .explain {
    display: none;
  }
  .index_main .main1 .main_container .swiper_content_item .item_explain {
    padding: 0;
    margin-top: 12px;
  }
  .index_main .main1 .main_container .swiper_content_item .item_explain .explain_title {
    width: 100%;
    padding: 0 8px;
    text-align: center;
  }
  .index_main .main1 .main_container .swiper_content_item .item_explain .explain_right {
    display: none;
  }
  .index_main .main1 .main_container .swiper_content_item .item_line {
    display: none;
  }
  .index_main .main1 .main_container .swiper_content_item:active .item_explain .explain_title {
    color: #aacd06;
  }
  .index_main .main2 {
    padding: 40px 0 0;
  }
  .index_main .main2 .main_container {
    margin-top: 30px;
  }
  .index_main .main2 .main_container .swiper-container {
    padding-bottom: 0;
  }
  .index_main .main2 .main_container .item:hover {
    background: #f5f6f6;
    box-shadow: none;
  }
  .index_main .main2 .main_container .item:hover .item_picture .picture_container img {
    -o-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
  }
  .index_main .main2 .main_container .item:hover .explain {
    background: #f5f6f6;
    top: 0;
  }
  .index_main .main2 .main_container .swiper_control,
  .index_main .main2 .main_container .swiper_scrollbar {
    display: none;
  }
  .index_main .main3 {
    padding: 40px 0 0;
  }
  .index_main .main3 .main_container {
    margin-top: 30px;
  }
  .index_main .main3 .main_container .item .explain {
    padding: 18px 15px 15px;
  }
  .index_main .main3 .main_container .item .explain .explain_title .explain_title_text {
    font-size: 18px;
    line-height: 20px;
  }
  .index_main .main3 .main_container .item .explain .explain_title .explain_title_desc {
    line-height: 16px;
    font-size: 14px;
  }
  .index_main .main3 .main_container .swiper_btn {
    display: none;
  }
  .index_main .main4 {
    padding: 40px 0 60px;
  }
  .index_main .main4 .main_bg {
    height: 120px;
  }
  .index_main .main4 .main_container {
    margin-top: 30px;
  }
  .index_main .main4 .main_content {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .index_main .main4 .main_content .main_explain {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 20px 15px 25px;
    padding-bottom: 0px;
  }
.about_img {
    display: inline-block;
    width: 100%;
    margin-top: 18px;
}

.about_img ul li {
    width: 49%;
    float: left;
    margin: 0.5%;
}

  .index_main .main4 .main_content .main_explain .explain_title {
    font-size: 20px;
  }
  .index_main .main4 .main_content .main_explain .explain_line {
    margin: 10px 0 18px;
  }
.index_main .main4 .main_content .main_explain .explain_content {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 100;
    -webkit-box-orient: vertical;
    max-height: 2400px;
    min-height: 0px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
  .index_main .main4 .main_content .main_explain .explain_link {
    margin-top: 20px;
  }
  .index_main .main4 .main_content .main_explain .main_explain_icon {
    display: none;
  }
  .index_main .main4 .main_content .main_right {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .index_main .main4 .main_content .main_right .explain {
    display: none;
  }
  .index_main .main4 .list {
    padding: 0;
    margin-top: 35px;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .index_main .main4 .list .item {
    width: 50%;
  }
  .index_main .main4 .list .item:nth-child(n+3) {
    margin-top: 25px;
  }
  .index_main .main4 .list .item .item_top .item_num {
    font-size: 32px;
  }
  .index_main .main4 .list .item .item_top .item_icon {
    font-size: 14px;
    line-height: 22px;
  }
  .index_main .main5 {
    padding: 40px 0;
  }
  .index_main .main5 .main_container {
    margin-top: 30px;
  }
  .index_main .main5 .main_container .main_left .item {
    padding-bottom: 15px;
  }
  .index_main .main5 .main_container .main_right .item {
    margin-top: 15px;
    padding-bottom: 15px;
  }
  .index_main .main5 .main_container .main_right .item:not(:first-child) {
    margin-top: 18px;
  }
  .index_main .main5 .main_container .item .explain {
    padding-left: 65px;
  }
  .index_main .main5 .main_container .item .explain .item_time .item_time_day {
    font-size: 36px;
  }
  .index_main .main5 .main_container .item .explain .explain_title {
    padding-right: 20px;
  }
  .index_main .main5 .main_container .item .explain .explain_content {
    margin-top: 12px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 48px;
    min-height: 48px;
    line-height: 24px;
  }
  .index_main .main5 .main_container .item .explain .explain_link {
    display: none;
  }
  .index_main .main6 {
    padding: 50px 0 40px;
  }
  .index_main .main6 .main_content .explain_title {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0px;
  }
  .index_main .main6 .main_content .explain_desc {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
  }
  .index_main .main6 .main_content .video_icon {
    font-size: 50px;
    margin-top: 40px;
  }
  .index_main .main6 .main_content .explain_link {
    width: 150px;
    height: 44px;
    margin: 40px auto 0;
  }
  .index_main .main6 .main_content .explain_link::after {
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
  }
  .index_main .main6 .main_content .explain_link .explain_link_text {
    font-size: 14px;
    letter-spacing: 0px;
  }
  .index_main .main6 .main_content .explain_link .explain_link_icon {
    font-size: 20px;
  }
  
 
/*手机版的768px的抬头的导航 */
.index_main .main5 .center{
	width: 95%!important;
}

.center {
    width: 100%!important;
    margin: 0 auto;
}

.index .container {
    display: table!important;
    width: 100%!important;
    margin: 0 auto!important;
    min-width: 100%!important;
}

.logo-img {
    display: table;
    float: left;
    margin-left: 10px;
    width: 70px;
    table-layout: fixed;
}

.logo-img img {
    width: 100%;
}

.logo-txt {
    display: table;
    float: right;
    width: 70%;
}

.logo-txt-top{
	display: block;
	position: relative;
	z-index: 99999;
}

.header-text-div {
    display: table;
    float: right;
    width: 48%;
    position: absolute;
    top: 21px;
    right: 70px;
}

.header-text-div a {
    display: inline-block;
    margin-right: 22px;
    padding: 3px 0;
}

.search .search_control {
    font-size: 20px;
    cursor: pointer;
    line-height: 1.2em;
    color: rgba(0, 0, 0, 0.7);
    -o-transition: color 0.15s;
    -moz-transition: color 0.15s;
    -webkit-transition: color 0.15s;
    transition: color 0.15s;
}


.header-text-div {
    display: table;
    float: right;
    width: 48%;
}
.header-text-div a {
    display: inline-block;
    margin-right: 22px;
    float: right;
    padding: 3px 0;
}



/* 关于我们 */

.about-img img{
	display: block;
	width: 100%;
}

/* 搜索框 */
.search {
    margin-left: 0px;
    display: table;
    float: left;
    margin-top: 29px;
    position: relative;
    margin-right: 10px;
}

.header-text-div a:nth-child(1),.header-text-div a:nth-child(2){
	display: none;
}

.search {
    margin-left: 0px;
    display: table;
    float: left;
    margin-top: 22px;
    position: absolute;
    margin-right: 10px;
    right: 55px;
    top: 10px;
    z-index: 999999999;
}


.search .search_control {
    font-size: 15px;
    cursor: pointer;
    line-height: 1.2em;
    color: rgba(0, 0, 0, 0.7);
    -o-transition: color 0.15s;
    -moz-transition: color 0.15s;
    -webkit-transition: color 0.15s;
    transition: color 0.15s;
}

.header-text-div a {
    display: inline-block;
    margin-right: 22px;
    float: right;
    padding: 0px 0;
    font-size: 14px;
}



.navbar {
    position: absolute!important;
    min-height: auto!important;
    margin-bottom: 0;
    border: 1px solid transparent!important;
    display: table!important;
    float: right!important;
    margin-top: 22px!important;
	width: 100%;
	left: 0;
}

.navbar-toggle {
    position: relative;
    float: right!important;
    padding: 5px 5px;
    margin-top: -7px;
    margin-right: 30px;
    margin-bottom: 0px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    position: relative;
    z-index: 99999;
    background: #fff;
    margin-top: 14px;
}


.dropdown-menu {
    position: relative;
    width: 100%;
    background: #8faec9;
    margin-bottom: 12px;
}

.dropdown-menu li {
    border-bottom: 1px solid #95b5d0;
}

.nav>li {
    position: relative;
    display: block;
    text-indent: 14px!important;
}
.nav>li:last-child ul{
    left:0!important;  
}

.nav li.dropdown:after {
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 40px;
    top: 0px;
    left: 0%;
}

.navbar, .navbar-default .navbar-nav>li>a {
    color: #333;
    font-size: 14px;
}


/* 幻灯片 */
.dowebok {margin: 0 auto;padding-top: 68px;}
.swiper-container { margin: 0 auto; overflow: visible;}
.swiper-container:hover .swiper-button-next, .swiper-container:hover .swiper-button-prev { display: block;}
.swiper-slide { position: relative; opacity: 0 !important;}
.swiper-slide img { width: 100%;}
.swiper-slide-active { opacity: 1 !important;}
.swiper-slide .ren { position: absolute; left: 0; top: 0; width: 1436px; height: 840px;}
.swiper-button-next, .swiper-button-prev { display: none !important; width: 40px; height: 68px; background-size: contain;}
.swiper-button-next { right: 100px; background-image: url(../images/next.png);}
.swiper-button-prev { left: 100px; background-image: url(../images/prev.png);}
.swiper-container-horizontal .swiper-pagination-bullets { bottom: 8px;}
.swiper-pagination-bullet { width: 6px; height: 6px; margin: 0 px !important; padding: 6px 0; border-radius: 0; background-color: transparent; opacity: 1;}
.swiper-pagination-bullet:after { content: ""; display: block; height: 6px; background-color: #fff; opacity: 0.5;border-radius: 50%;}
.swiper-pagination-bullet:hover:after, .swiper-pagination-bullet-active:after { background-color: #5584ae;}
.ban-pic img{
	width: 100%;
}

/* 服务 */
.sg {
    background: #1c1a1b;
    display: table;
    width: 100%;
    padding: 12px 0;
}

.sg li {
    width: 46%;
    float: left;
    display: block;
    margin: 0 5px;
    padding: 0;
    border-right: 1px solid #fff;
    position: relative;
    margin-bottom: 15px;
    min-height: 50px;
}

.sg li:nth-child(2), .sg li:nth-child(4) {
    border-right: none;
    float: right;
}

.sg li h4 {
    color: #fff;
    margin-bottom: 2px;
    font-size: 14px;
    -webkit-transform-origin-x: 0;
    -webkit-transform: scale(0.80);
    min-height: 53px;
    border-bottom: 1px solid #FFF;
    padding-bottom: 6px;
	font-family: "verdana";
}
.sg li p {
    color: #fff;
    font-size: 14px;
	font-family: "verdana";
}

.main .main_title .main_title_text {
    font-size: 1.5rem!important;
    line-height: 1.2em!important;
    letter-spacing: 1px!important;
    color: #434343!important;
    text-transform: uppercase!important;
    text-align: center;
    margin-top: 12px;
}

.por-class ul {
    padding: 10px 0;
}
.por-class{
	width: 100%;
	text-align: center;
}
.por-class ul {
    padding: 12px 0;
    display: table;
}

.por-class ul li {
    display: table;
    padding: 2px 10px;
    margin: 0 5px;
    width: 45%;
    margin: 2%;
    float: left;
    margin-bottom: 0px;
    border-bottom: 1px solid #ddd;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 25px;
    height: 30px;
}

.por-class ul li:hover{
	background-color: #5584ae;
}
.por-class ul li:hover a{
	color:#fff;
}

.por-class .aec{
	background-color: #5584ae;
}
.por-class .aec a{
	color:#fff
}

.product-body {
    display: table;
    width: 100%;
    margin-top: 10px;
	margin-bottom: 10px;
}



.por-img{
	width: 100%;
	table-layout: fixed;
}
.por-img img{
	max-width: 100%;
}

.item_explain {
    padding: 5px 0px;
    padding-right: 0px;
    position: relative;
    width: 100%;
}

.explain_title {
    width: 72%;
    font-size: 12px;
    color: #666666;
    line-height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    float: left;
}

 .explain_line {
    width: 1px;
    height: 24px;
    opacity: 0.3;
    background: #666666;
}

.explain_icon {
    font-size: 12px;
    line-height: 24px;
    margin-left: 20px;
    color: #b2b2b2;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.explain_right {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    float: right;
	
}

.item_line::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0px;
    height: 1px;
    background: #b2b2b2;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    width: 100%;
}

.explain_content {
    font-size: 14px;
    margin-top: 18px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 60px;
    min-height: 60px;
    line-height: 30px;
    color: rgba(102, 102, 102, 0.6);
}

.testo-pagina {
    padding-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    line-height: 30px;
    font-weight: lighter;
    table-layout: fixed;
    display:table;
}

.testo-pagina img{
	max-width: 100%;
}


/* 关于我们 */
.about-bg {
    display: table;
    width: 100%;
    background: #282828;
    height: auto;
    margin-top: 30px;
}

.about-text {
    width: 100%;
    float: left;
}

.about-title {
    width: 100%;
    padding-top: 40px;
}

.about-title h3 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    font-family: "WORKSANS";
}

.about-border i {
    width: 150px;
    height: 1px;
    background: #fff;
    margin: 0 auto;
    display: table;
    margin: 15px auto 10px auto;
}

.about-body {
    width: 100%;
    line-height: 27px;
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.about-more {
    display: table;
    margin: 0 auto;
    margin-top: 12px;
    margin-bottom: 18px;
}
.about-img {
    width: 100%;
    float: right;
	padding-bottom: 20px;
}

.about-img img{
	display: block;
	width: 95%;
	margin:0 auto;
}


.footer-nav{
	display: none;
}

.footer-bottom {
    display: block;
    width: 100%;
    padding-bottom: 12px;
}

.footer-bottom-text {
    display: block;
    font-size: 13px;
    text-align: center;
    color: #cccccc;
    padding-top: 14px;
    margin-bottom: 20px;
}



}


@media screen and (max-width: 640px) {

}


@media screen and (max-width: 480px) {


  .index_main .main .main_title .main_title_text {
    font-size: 22px;
  }
  .index_main .main .main_title .main_title_desc {
    font-size: 12px;
  }
  .index_main .main .main_more {
    margin: 25px auto 0;
  }
  .index_main .main1 {
    padding-top: 30px;
  }
  .index_main .main1 .swiper_nav {
    margin-top: 20px;
  }
  .index_main .main1 .swiper_nav .swiper-slide {
    padding: 5px 15px;
  }
  .index_main .main1 .swiper_nav .swiper-slide:not(:last-child) {
    margin-right: 5px;
  }
  .index_main .main1 .main_container {
    margin-top: 18px;
  }
  .index_main .main1 .main_container .swiper_content_item .item_explain {
    margin-top: 8px;
  }
  .index_main .main1 .main_container .swiper_content_item .item_explain .explain_title {
    width: 100%;
    padding: 0 5px;
  }
  .index_main .main2 {
    padding: 30px 0 0;
  }
  .index_main .main2 .main_container {
    margin-top: 20px;
  }
  .index_main .main2 .main_container .swiper-slide {
    width: 240px;
  }
  .index_main .main2 .main_container .explain {
    padding: 15px;
  }
  .index_main .main2 .main_container .explain .explain_content {
    margin-top: 7px;
  }
  .index_main .main2 .main_container .explain .explain_link {
    margin-top: 8px;
  }
  .index_main .main3 {
    padding: 30px 0 0;
  }
  .index_main .main3 .main_container {
    margin-top: 20px;
  }
  .index_main .main3 .main_container .item .explain {
    padding: 14px 12px 12px;
  }
  .index_main .main3 .main_container .item .explain .explain_title .explain_title_text {
    font-size: 16px;
    line-height: 18px;
  }
  .index_main .main3 .main_container .item .explain .explain_title .explain_title_desc {
    line-height: 14px;
    font-size: 12px;
  }
  .index_main .main3 .main_container .item .explain .explain_content {
    margin-top: 5px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 20px;
    min-height: 20px;
    line-height: 20px;
  }
  .index_main .main3 .main_container .swiper_btn {
    display: none;
  }
  .index_main .main4 {
    padding: 30px 0 40px;
    padding-bottom: 30px;
  }
  .index_main .main4 .main_bg {
    height: 80px;
  }
  .index_main .main4 .main_container {
    margin-top: 20px;
  }
  .index_main .main4 .list {
    padding: 0;
    margin-top: 25px;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .index_main .main4 .list .item {
    width: 50%;
  }
  .index_main .main4 .list .item:nth-child(n+3) {
    margin-top: 25px;
  }
  .index_main .main4 .list .item .item_top .item_num {
    font-size: 28px;
  }
  .index_main .main4 .list .item .item_top .item_icon {
    font-size: 12px;
    line-height: 18px;
  }
  .index_main .main5 {
    padding: 30px 0;
  }
  .index_main .main5 .main_container {
    margin-top: 20px;
  }
  .index_main .main5 .main_container .item .explain {
    padding-left: 60px;
  }
  .index_main .main5 .main_container .item .explain .item_time .item_time_day {
    font-size: 30px;
  }
  .index_main .main5 .main_container .item .explain .explain_content {
    margin-top: 8px;
  }
  .index_main .main6 {
    padding: 40px 0;
  }
  .index_main .main6 .main_content .explain_title {
    font-size: 24px;
    line-height: 32px;
  }
  .index_main .main6 .main_content .explain_desc {
    font-size: 14px;
    line-height: 20px;
  }
  .index_main .main6 .main_content .video_icon {
    font-size: 48px;
    margin-top: 30px;
  }
  .index_main .main6 .main_content .explain_link {
    margin: 30px auto 0;
  }
  
.sg li {
    width: 46%;
    float: left;
    display: block;
    margin: 0 5px;
    padding: 0;
    border-right: 1px solid #fff;
    position: relative;
    margin-bottom: 15px;
    min-height: 61px;
}

.sg li h4 {
    color: #fff;
    margin-bottom: 2px;
    font-size: 14px;
    -webkit-transform-origin-x: 0;
    -webkit-transform: scale(0.80);
    min-height: 53px;
    border-bottom: 1px solid #FFF;
    padding-bottom: 6px;
	font-family: "verdana";
}

.sg li p {
    color: #fff;
    font-size: 14px;
    -webkit-transform-origin-x: 0;
    -webkit-transform: scale(0.80);
}



/* 产品中心 */
.main1 {
    padding: 16px 0 0!important;
    background-color: #fff;
    display: table;
    width: 100%;
    padding-bottom: 55px;
}




}



@media screen and (max-width: 1200px) {
.container {
    padding: 0;
    width: 100%;
	margin:0 auto
}	
.nav-class ul li {
    display: inline-block;
	width: 100%;
}
.nav-class ul li a {
    font-size: 13px;
    color: #333;
    display: block;
    text-transform: uppercase;
    text-align: center;
    padding: 8px 18px;
    margin: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}


 .class-body h2{
    margin: 30px 0 20px;
    text-align: center;
	font-size: 18px;
}







}