@charset "utf-8";
@font-face {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
/*
  font-display: swap;
  src: url('alifont/webfont.eot');
  src: url('alifont/webfont.eot?#iefix') format('embedded-opentype'),
  url('alifont/webfont.woff2') format('woff2'),
  url('alifont/webfont.woff') format('woff'),
  url('alifont/webfont.ttf') format('truetype'),
  url('alifont/webfont.svg#AlibabaPuHuiTiL') format('svg');
*/
}
*{
box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */
}
article,
aside,
details,
figcaption,
figure,footer,
header,
hgroup,
menu,
nav,
section,
main,
summary
{
	display: block;
}
html,
body,
a,
ul,
li,
ol
{
    margin:0;
    padding:0;
    
}
h1,h2,h3,h4,h5,h6
{
    margin:0;
    padding:10px 0;
    font-weight:normal;
}
img
{
    border:0;
}
body
{
	line-height: 1.5;
	font-size:14px;
	color:#000; 
	background-color: #fff;
    font-family: "webfont","SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
   /*font-family: 'Noto Sans TC', "Trebuchet MS", "Lucida Grande", "Lucida Sans", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei","Arial"; */
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
a
{
  COLOR: #535353; TEXT-DECORATION: none
}
a:hover
{
  TEXT-DECORATION: none
}
ul, ol
{
    list-style-type: none;
}
.draw_line::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: 0;
  left: 0;
  background-color: #2da0db;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}

.draw_line:hover::before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.flow:hover {
  transform:translateY(-9px);
  -webkit-transform:translateY(-9px);
  -moz-transform:translateY(-9px);
  box-shadow:10px 10px 10px -10px rgbargba(100,100,100,.9);
  -webkit-box-shadow:10px 10px 10px -10px rgba(100,100,100,.9);
  -moz-box-shadow:10px 10px 10px -10px rgba(100,100,100,.9);
  transition:all .3s ease;
}
.none,.hide{display: none !important;}
/**筛选**/
#list_fields {
}
#list_fields ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
#list_fields ul li {
    border: 0;
    margin: 0 0 5px 0;
    padding: 5px 0 0 10px;
    line-height: 22px;
}
#list_fields ul li span {
    font-weight:bold;
    padding:2px 10px;
    font-size:14px;
}
#list_fields ul li strong {
    display: inline-block;
    margin: 2px auto;
    padding: 2px 8px;
    font-size: 14px;
    color: #000;
    border:0px solid #fff;
    cursor: pointer;
}
#list_fields ul li strong:hover,#list_fields ul li strong.show {
    background:#EF7D1C;color:#fff;border:0px solid #2da0db;
}
#list_fields ul li a {
    display: inline-block;
    margin: 2px 3px 2px auto;
    padding: 2px 8px;
    font-size: 14px;
    color: #000;
    border:0px solid #fff;
    cursor: pointer;
    /*background:#2da0db;*/
}
#list_fields ul li a:hover,#list_fields ul li a.show {
    background:#EF7D1C;color:#fff;border:0px solid #2da0db;
}
ul.view_fileds,
ul.view_fileds li{
    display:inline-block;
}
ol.view_fileds,
ol.view_fileds li{
    display:block;
    margin:0 !important;
    padding:0 !important;
}

/*网站头部开始*/
@media screen and (max-width: 960px) {
    .menu{
        display:none !important;
    }
}
.header_top{
    position: absolute;
    width: 100%;
    height: 64px;
    top: 0;
    left: 0;
    z-index: 900;
    background: none;
    color:#fff;
    /*filter: brightness(100);*/
   }
.header_top .logo{
    float:left;
    width:120px;
    height: 64px;
    line-height: 64px;
    background: url("../images/logo.png") center no-repeat;
    margin-top:-3px;
}
.header_top .logo a{
    width: 100%;
    display: block;
    height: 64px;
}
.header_top .menu{
    /*filter: brightness(100);*/
}
@media screen and (max-width: 960px) {
    .menu{
        display:none !important;
    }
}
.header_top_scroll{
    position: fixed !important;
    background: #fff;
    color:#999;
     filter: none;
}
.header_top_scroll .logo{
    width:120px;
    height: 64px;
    line-height: 64px;
    background: url("../images/logo2.png") center no-repeat;
    margin-top:-3px;
}
.header_top_scroll .menu{
    filter:none;
}
.header_menu{
    width:100%;
    max-width: 1440px;
    margin: 0 auto;
    display: block;
}
.header_menu .menu_ico,
.header_menu .close_ico{
    display:none;
    margin-right: 11px;
}
.header_menu .menu_ico img,
.header_menu .close_ico img{
    width:38px;
    height:38px;
    vertical-align: middle;
}
.header_menu .menu
{
    float:left;
    display: flex;
    margin:0;
    padding-left:30px;
}
.header_menu .menu .close_ico{
    display: none;
    text-align:right;
    margin-top: 12px;
    margin-right: 11px;
    height:50px;
    line-height: 50px;
}
.header_menu .menu .close_ico img{
    width:38px;
    height:38px;
    
}
.header_menu .menu .menu-item
{
  list-style: none;
  margin-right: 30px;
}
.header_menu .menu .menu-item .menu_a,
.header_menu .menu .home .menu_a
{
    text-align: center;
    font-size: 17px;
    display: block;
    height: 64px;
    line-height: 64px;
    color: #777;
    text-decoration: none;
}
.header_top .menu .menu-item .menu_a,
.header_top .menu .home .menu_a
{
    color:#fff;
}
.header_top_scroll .menu .menu-item .menu_a,
.header_top_scroll .menu .home .menu_a
{
    color:#777;
}
.header_menu .menu .menu-item .menu_a:hover
{
  color:#000;
  border-bottom: 0px solid #000;
  padding-top:0px;
  margin-bottom: 0px;
}
.header_menu .menu .home .menu_a:hover,
.header_menu .menu .home .on .menu_a
{
  border-bottom: 0px solid #333;
  margin-bottom: 0px;
}
.header_menu .menu .menu-item .menu_sub
{
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 2;
    font-size: 14px;
    margin: 0 auto;
    padding: 5px 0;
    border-radius: 5px;
    -ms-box-shadow: 0 8px 16px rgba(0,0,0,.1);
    -o-box-shadow: 0 8px 16px rgba(0,0,0,.1);
    box-shadow: 0 8px 16px rgb(0 0 0 / 10%);
    -moz-align-items: stretch;
    margin-left: -5px;
}

.header_menu .menu .menu-item:hover .menu_sub
{
  display:block;
  border-top: 0px solid #333;
}
.header_menu .menu .menu-item .menu_sub:hover{
    margin-top: 0;
}
.menu_sub_content{
    line-height: 30px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
}
.header_menu .menu .menu-item:hover .view_0
{
    display: none;
}
.header_menu .menu .menu-item:hover .view_1
{
    display:block;
}
.menu_sub_title{
    width:30%;
    text-align: left;
    color:#fff;
    font-size: 24px;
    font-weight: bold;
}
.menu_sub_list{
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 5px 0;
    text-align: left;
}
.menu_sub_item{
    padding: 0 10px;
}
.menu_sub_item:hover{
    background:#eee;
}

.menu_sub_item a{
    color:#aaa;
    text-decoration: none;
}
.menu_sub_item a:hover{
    color:#000;
}
.header_menu .menu .menu-item .menu_sub ol
{
    display: block;
    width: auto;
    text-align: center;
    margin: 0;
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
    border-bottom: 0px solid #323232;
}
.header_menu .menu .menu-item .menu_sub ol:first-child{
  background:#fff;
}
.header_menu .menu .menu-item .menu_sub ol:last-child{
  margin-bottom:6px;
}
.header_menu .menu .menu-item .menu_sub_p ol
{
  float: left;
  text-align: center;
  max-width: 300px;
  margin: 10px 0;
  margin-right: 50px;
  padding: 0 0 0 25px;
  /*border-right:1px dashed #ddd;*/
}
.header_menu .menu .menu-item .menu_sub_p ol dl{
  margin:0;
  padding:0;
}
.header_menu .menu .menu-item .menu_sub_p ol dl dd{
  text-align:left; 
  padding:3px 0;
}
.header_menu .menu .menu-item .menu_sub ol a
{
  text-align: center;
  font-size:16px;
  display:block;
  color:#868686;
  width:100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0;
  text-decoration: none;
}
.header_menu .menu .menu-item .menu_sub_p ol a
{
  text-align: left;
  font-size:16px;
  display:block;
  color:#868686;
  width:100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
}
.header_menu .menu .menu-item .menu_sub ol a:hover,.menu .menu-item .menu_sub_p ol a:hover
{
  color:#2da0db;
}
.search_ico{
    float:right;
    display: inline-block;
    margin-top: 18px;
    width: 24px;
    height: 24px;
    border: 0;
    font-size: 0;
    background: none;
    vertical-align: middle;
    cursor: pointer;
    background-size: cover;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggZD0iTTguMTIyNjMwODcsMTEuODEzNjEyNSBDNS4zMTkzODA4NywxMS41NjEwNzAxIDMuMTIyNjMwODcsOS4yMDU3OTgxMiAzLjEyMjYzMDg3LDYuMzM3NTkzODIgQzMuMTIyNjMwODcsMy4zMDA4OTI2OCA1LjU4NTA2NDc1LDAuODM5MTYwMDA0IDguNjIyNjMwODcsMC44MzkxNjAwMDQgQzExLjY2MDE5NywwLjgzOTE2MDAwNCAxNC4xMjI2MzA5LDMuMzAwODkyNjggMTQuMTIyNjMwOSw2LjMzNzU5MzgyIEMxNC4xMjI2MzA5LDkuMjA1Nzk4MTIgMTEuOTI1ODgwOSwxMS41NjEwNzAxIDkuMTIyNjMwODcsMTEuODEzNjEyNSBMOS4xMjI2MzA4NywxNi40MzI5MSBDOC41NzAzNDYxMiwxNi40MzI5MSA4LjEyMjYzMDg3LDE1Ljk4NTMyMjIgOC4xMjI2MzA4NywxNS40MzMxOTQ4IEw4LjEyMjYzMDg3LDExLjgxMzYxMjUgTDguMTIyNjMwODcsMTEuODEzNjEyNSBaIE04LjYyMjYzMDg3LDEwLjg0OTk5NDkgQzExLjEwNzkxMjIsMTAuODQ5OTk0OSAxMy4xMjI2MzA5LDguODM1Mjc2MjkgMTMuMTIyNjMwOSw2LjM0OTk5NDkxIEMxMy4xMjI2MzA5LDMuODY0NzEzNTQgMTEuMTA3OTEyMiwxLjg0OTk5NDkxIDguNjIyNjMwODcsMS44NDk5OTQ5MSBDNi4xMzczNDk1LDEuODQ5OTk0OTEgNC4xMjI2MzA4NywzLjg2NDcxMzU0IDQuMTIyNjMwODcsNi4zNDk5OTQ5MSBDNC4xMjI2MzA4Nyw4LjgzNTI3NjI5IDYuMTM3MzQ5NSwxMC44NDk5OTQ5IDguNjIyNjMwODcsMTAuODQ5OTk0OSBaIiBpZD0iYSIvPjwvZGVmcz48dXNlIGZpbGwtb3BhY2l0eT0iLjg1IiB0cmFuc2Zvcm09InJvdGF0ZSgtNDUgOC42MjMgOC42MzgpIiB4bGluazpocmVmPSIjYSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
}
.header_search{
    display: block;
    width: 70%;
    vertical-align: middle;
    line-height: 64px;
    padding: 0 15%;
    box-sizing: unset;
    -moz-box-sizing: unset;
    -webkit-box-sizing: unset;
}
.header_search form input{
    height: 30px;
    border: 1px solid #eee;
    border-radius: 5px;
    width: 650px;
    padding: 0 5px;
    margin:0 5px;
}
.header_search form button{
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 0;
    font-size: 0;
    background: #fff;
    vertical-align: middle;
    cursor: pointer;
    background-size: cover;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggZD0iTTguMTIyNjMwODcsMTEuODEzNjEyNSBDNS4zMTkzODA4NywxMS41NjEwNzAxIDMuMTIyNjMwODcsOS4yMDU3OTgxMiAzLjEyMjYzMDg3LDYuMzM3NTkzODIgQzMuMTIyNjMwODcsMy4zMDA4OTI2OCA1LjU4NTA2NDc1LDAuODM5MTYwMDA0IDguNjIyNjMwODcsMC44MzkxNjAwMDQgQzExLjY2MDE5NywwLjgzOTE2MDAwNCAxNC4xMjI2MzA5LDMuMzAwODkyNjggMTQuMTIyNjMwOSw2LjMzNzU5MzgyIEMxNC4xMjI2MzA5LDkuMjA1Nzk4MTIgMTEuOTI1ODgwOSwxMS41NjEwNzAxIDkuMTIyNjMwODcsMTEuODEzNjEyNSBMOS4xMjI2MzA4NywxNi40MzI5MSBDOC41NzAzNDYxMiwxNi40MzI5MSA4LjEyMjYzMDg3LDE1Ljk4NTMyMjIgOC4xMjI2MzA4NywxNS40MzMxOTQ4IEw4LjEyMjYzMDg3LDExLjgxMzYxMjUgTDguMTIyNjMwODcsMTEuODEzNjEyNSBaIE04LjYyMjYzMDg3LDEwLjg0OTk5NDkgQzExLjEwNzkxMjIsMTAuODQ5OTk0OSAxMy4xMjI2MzA5LDguODM1Mjc2MjkgMTMuMTIyNjMwOSw2LjM0OTk5NDkxIEMxMy4xMjI2MzA5LDMuODY0NzEzNTQgMTEuMTA3OTEyMiwxLjg0OTk5NDkxIDguNjIyNjMwODcsMS44NDk5OTQ5MSBDNi4xMzczNDk1LDEuODQ5OTk0OTEgNC4xMjI2MzA4NywzLjg2NDcxMzU0IDQuMTIyNjMwODcsNi4zNDk5OTQ5MSBDNC4xMjI2MzA4Nyw4LjgzNTI3NjI5IDYuMTM3MzQ5NSwxMC44NDk5OTQ5IDguNjIyNjMwODcsMTAuODQ5OTk0OSBaIiBpZD0iYSIvPjwvZGVmcz48dXNlIGZpbGwtb3BhY2l0eT0iLjg1IiB0cmFuc2Zvcm09InJvdGF0ZSgtNDUgOC42MjMgOC42MzgpIiB4bGluazpocmVmPSIjYSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
}
.header_search form span{
    border: 0;
    font-size: 20px;
    background: none;
    color: #000;
    margin-left: 5px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
@media screen and (max-width: 1200px) {
    .header_search form input{
        width: calc(100% - 80px);
    }
}
@media screen and (max-width: 960px) {
    .header_menu {
        position: relative;
    }
    .header_top{
        background:#333;
    }
    .header_top_scroll{
        background:#fff;
    }
    .header_top .logo{
        position: absolute;
        left: 50%;
        margin-left: -60px;
        z-index: -1;
    }
    .header_top .search_ico{
        display: block;
        filter: grayscale(100%) brightness(0) invert(100%);
    }
    .header_top_scroll .search_ico{
        display: block;
        filter: none;
    }
    .header_menu .menu_ico,
    .header_menu .close_ico {
        display: block;
        position: absolute;
        left: 0;
        margin-left: 10px;
        height: 64px;
        line-height: 64px;
        z-index: -1;
    }
    .header_menu .close_ico {
        display: none;
    }
    
    .header_search {
        width: 100%;
        padding: 0;
        background: #fff;
    }
    .header_search form input {
        width: calc(100% - 80px);
    }
    
    
    .header_menu .mmenu {
        position: fixed;
        left: 0;
        top: 0;
        background: #fff;
        width: 100%;
        height: 100%;
        text-align: center;
        margin: 0;
        padding: 65px 0;
        opacity: 0.96;
    }
    .header_menu .mmenu .menu-item {
        border-bottom: 1px solid #eee;
        list-style: none;
    }
    .header_menu .mmenu .menu-item .menu_a {
        text-align: center;
        max-width: 100%;
        display: block;
        min-width: 100%;
        height: 50px;
        line-height: 50px;
        text-decoration: none;
        color: #777;
    }
    .header_menu .mmenu .menu-item .menu_sub{
        display: none;
    }
}




/*网站头部结束*/

/*首页轮播开始*/
.swiper {
  width:100%;
  /*min-width: 1200px;*/
  max-width: 1920px;
  overflow:hidden;
  margin: 0 auto;
  margin-top: 0px;
  height: 640px;
  background:#fff;
  position:relative; 
}
.swiper .swiper-container{
  width:100%;
  max-width: 1920px;
  margin: 0 auto;
  height: 640px;
}
.swiper .swiper-slide {
  width:100%; 
  position:relative; 
  overflow:hidden; 
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  opacity: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper .swiper-slide a img {
  width: 1920px;
  margin-left: 50%;
  top:0;
  left: -960px;
  position: absolute;
}
.swiper .swiper-pagination-bullet {
  width: 50px;
  height: 2px;
  text-align: center;
  line-height: 2px;
  font-size: 0px;
  color:#808080;
  opacity: 1;
  background: #808080;
}
.swiper .swiper-pagination-bullet .swiper-line{
  display:block;
  width:0;
  height:100%;
  box-sizing:border-box;
  transition:none;
}
.swiper .swiper-pagination-bullet-active .swiper-line{
  display:block;
  width:100%;
  background:#fff;
  transition:width 5s;
}
.swiper .swiper-slide-active{
  opacity: 1;
  transition: opacity 3s;
}
.swiper .swiper-container:hover .swiper-button-next,.swiper .swiper-container:hover .swiper-button-prev{
  display:block;
}
.swiper .swiper-button-next, .swiper .swiper-button-prev{
  display:none;
  margin-top: -50px;
  z-index: 10;
  padding: 10px 5px;
  opacity: 0.4;
}
@media screen and (max-width: 960px) {
    .swiper {display: none;}
    .on, .on .header_con {
    height: 60px;
    line-height: 60px;
    }
}

.mswiper {
    display: none;
    max-width:640px;
    width:100%;
    overflow:hidden;
    margin:67px auto 0 auto;
    position:relative;
  }
.mswiper .swiper-slide {
    position:relative;
    text-align:center;
  }
.mswiper img {
    max-width: 640px;
    width:100%;
    display:block;
  }

.mswiper .pagination {
    position:absolute;
    z-index:20;
    bottom:3px;
    text-align:center;
    right:0;
  }
.mswiper .swiper-pagination-bullet {
    display:inline-block;
    width:5px;
    height:5px;
    border-radius:5px;
    background:#fff;
    margin:0 2px;
    opacity:0.8;
    cursor:pointer;
  }
.mswiper .swiper-pagination-bullet-active {
    width:35px;
    background:#fff;
  }

@media screen and (max-width: 960px) {
    .mswiper {display: block;}
}
@media screen and (max-width: 960px) {
    .mswiper {display: block;}
}






.aboutus
{
  width:100%;
  padding: 60px 0;
  background: #fefcfc;

}
.aboutus .aboutus_more
{
  background-color:transparent;
  height:20px;
  color:#666;
}

.aboutus .aboutus_con
{
  width:100%;
  margin:0 auto;
  padding:0;
  text-align:center;
}
.aboutus .aboutus_title h3
{
    text-align: center;
    font-size: 30px;
    color: #6d6d6d;
    /*font-weight: bold;*/
}
.aboutus .aboutus_stitle
{
  text-align:center;
  color:#666;
}
.aboutus .aboutus_stitle h4
{
  font-size:23px;
  line-height:1;
  color:#666;
}
.aboutus .aboutus_stitle h5
{
  font-size:17px;
  line-height:1;
  color:#666;
}
.aboutus .aboutus_list
{
  width:100%;
  max-width:1440px;
  padding: 20px 0;
  margin:0 auto;
}
@media screen and (max-width: 1600px) {
.aboutus .aboutus_list{
  width:98%;
  padding:0 1%;
  }
}
@media screen and (min-width: 1601px) {
.aboutus .aboutus_list{
  width:100%;
  }
}
.aboutus .aboutus_list ul
{
  font-size:0;
}
.aboutus .aboutus_list ul li
{
    display: inline-block;
    width: 23%;
    margin: 1%;
    height: auto;
    min-height: 230px;
    background: #f8f8f8;
    text-align: center;
    vertical-align: bottom;
    position: relative;
    border: 0 !important;
}
.aboutus .aboutus_list ul li div#three1,
.aboutus .aboutus_list ul li div#three2,
.aboutus .aboutus_list ul li div#three3,
.aboutus .aboutus_list ul li div#three4,
.aboutus .aboutus_list ul li div#three5,
.aboutus .aboutus_list ul li div#three6,
.aboutus .aboutus_list ul li div#three7,
.aboutus .aboutus_list ul li div#three8
{
  width: 100%;
  height: 100%;
  position: absolute;
  vertical-align: middle;
}
.aboutus .aboutus_list ul li div#con_three_1,
.aboutus .aboutus_list ul li div#con_three_2,
.aboutus .aboutus_list ul li div#con_three_3,
.aboutus .aboutus_list ul li div#con_three_4,
.aboutus .aboutus_list ul li div#con_three_5,
.aboutus .aboutus_list ul li div#con_three_6,
.aboutus .aboutus_list ul li div#con_three_7,
.aboutus .aboutus_list ul li div#con_three_8
{
  display:none;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  position: absolute;
  background-color:#2da0db;
  opacity: 1;
  color: #fff;
  filter: opacity(1);
  font-size:16px;
  padding: 120px 6px 0 6px;
  line-height: 1.5;
}

.aboutus .aboutus_list ul li div.hover{
  display:block;
}



.aboutus .aboutus_list ul li img
{
  width:80px;
  margin-top: 20px;
}
.aboutus .aboutus_list ul li h3
{
  font-size:17px;
  color:#656565;
  /*font-weight: bold;*/
}
.aboutus .aboutus_list ul li h4
{
  font-size:14px;
  color:#656565;
}

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

@media screen and (max-width: 960px) {
    .aboutus {
    width:100%;
    max-width: 640px;
    margin:0 auto;
    padding:0;
    }
    #slogan{display: none;}
    .aboutus .aboutus_list ul li{
            min-height: 150px;
    }
    .aboutus .aboutus_list ul li img{
        width:45px;
    }
    .aboutus .aboutus_list ul li h3
    {
    font-size:12px;
    }
    .aboutus .aboutus_list ul li h4{
    display: none;
    }
}

/*idx_pro start*/

.idx_pro
{
  background-color: #f4f4f4;
  padding:60px 0 60px 0;
}
.idx_pro .idx_pro_con
{
  width:100%;
  margin:0 auto;
  text-align:center;
}
.idx_pro .idx_pro_title h3
{
  text-align:center;
  font-size:30px;
  color: #6d6d6d;
  margin: 0;
  /*font-weight: bold;*/
}
.idx_pro .idx_pro_more{
  margin:20px auto;
  font-size:16px;
  color:#666;
}
.idx_pro .draw_line
{
  width:250px;
  height:3px;
  margin:0 auto;
  position: relative;
  background-color:#e6e6e6;
}
.idx_pro .draw_line span{
  width:50px;height:5px;background-color:#2da0db;display: block;vertical-align: middle;top: -2px;left: 50%;margin-left: -25px;position: absolute;
}
.idx_pro_list{
  width:100%;
  max-width:1440px;
  margin:50px auto;
  overflow:hidden;
}
@media screen and (max-width: 1600px) {
.idx_pro_list{
  width:98%;
  padding:0 1%;
  }
}
@media screen and (min-width: 1601px) {
.idx_pro_list{
  width:100%;
  }
}
.idx_pro_left{
  float:left;
  position: relative;
  display:inline-block;
  width:48%;
  margin-right:4%;
  overflow:hidden;
}
.idx_pro_left_top
{
    position: relative;
    overflow:hidden;
    margin-bottom:4%;
}
.idx_pro_left_top_img{
  position: relative;
  padding-bottom:56.7%;
}
.idx_pro_left_top img{
position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
    height: 100%;
	margin:0 auto;
}
.idx_pro_left_top_title{
    display: block;
    position: absolute;
    bottom: 0;
    height:50px;
    width: 100%;
    z-index: 250;
    background-color: rgba(0, 0, 0, 0.2);
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    cursor: pointer;
}
.idx_pro_left_top .idx_pro_left_top_title a{
  display:block;
  font-size:22px;
  width:100%;
  line-height:50px;
  color:#fff;
}
.idx_pro_left_top:hover .idx_pro_left_top_title a{
  font-size:26px;
}
.idx_pro_left_top:hover .idx_pro_left_top_title a.more{
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    border: 1px solid #2da0db;
    background-color:#2da0db;
    color:#fff;
    margin: 0 auto;
}
.idx_pro_left_top:hover .idx_pro_left_top_title{
    top: auto;
    bottom: 0;
    height: 100%;
    padding: 15% 0;
}

.idx_pro_left_bottom
{
    position: relative;
    overflow:hidden;
}
.idx_pro_left_bottom_img{
  position: relative;
  padding-bottom:56.7%;
}
.idx_pro_left_bottom img{
position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
    height: 100%;
	margin:0 auto;
}
.idx_pro_left_bottom_title{
    display: block;
    position: absolute;
    bottom: 0;
    height:50px;
    width: 100%;
    z-index: 250;
    background-color: rgba(0, 0, 0, 0.2);
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    cursor: pointer;
}
.idx_pro_left_bottom .idx_pro_left_bottom_title a{
  display:block;
  font-size:22px;
  width:100%;
  line-height:50px;
  color:#fff;
}
.idx_pro_left_bottom:hover .idx_pro_left_bottom_title a{
  font-size:26px;
}
.idx_pro_left_bottom:hover .idx_pro_left_bottom_title a.more{
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    border: 1px solid #2da0db;
    background-color:#2da0db;
    color:#fff;
    margin: 0 auto;
}
.idx_pro_left_bottom:hover .idx_pro_left_bottom_title{
    top: auto;
    bottom: 0;
    height: 100%;
    padding: 15% 0;
}
.idx_pro_right{
  float:right;
  display:inline-block;
  width:48%;
}
.idx_pro_right_top
{
    position: relative;
    overflow:hidden;
    margin-bottom:4%;
}
.idx_pro_right_top_img{
  position: relative;
  padding-bottom:56.7%;
}
.idx_pro_right_top img{
position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
    height: 100%;
	margin:0 auto;
}
.idx_pro_right_top_title{
    display: block;
    position: absolute;
    bottom: 0;
    height:50px;
    width: 100%;
    z-index: 250;
    background-color: rgba(0, 0, 0, 0.2);
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    cursor: pointer;
}
.idx_pro_right_top .idx_pro_right_top_title a{
  display:block;
  font-size:22px;
  width:100%;
  line-height:50px;
  color:#fff;
}
.idx_pro_right_top:hover .idx_pro_right_top_title a{
  font-size:26px;
}
.idx_pro_right_top:hover .idx_pro_right_top_title a.more{
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    border: 1px solid #2da0db;
    background-color:#2da0db;
    color:#fff;
    margin: 0 auto;
}
.idx_pro_right_top:hover .idx_pro_right_top_title{
    top: auto;
    bottom: 0;
    height: 100%;
    padding: 15% 0;
}

.idx_pro_right_bottom
{
    position: relative;
    overflow:hidden;
}
.idx_pro_right_bottom_img{
  position: relative;
  padding-bottom:56.7%;
}
.idx_pro_right_bottom img{
position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
    height: 100%;
	margin:0 auto;
}
.idx_pro_right_bottom_title{
    display: block;
    position: absolute;
    bottom: 0;
    height:50px;
    width: 100%;
    z-index: 250;
    background-color: rgba(0, 0, 0, 0.2);
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    cursor: pointer;
}
.idx_pro_right_bottom .idx_pro_right_bottom_title a{
  display:block;
  font-size:22px;
  width:100%;
  line-height:50px;
  color:#fff;
}
.idx_pro_right_bottom:hover .idx_pro_right_bottom_title a{
  font-size:26px;
}
.idx_pro_right_bottom:hover .idx_pro_right_bottom_title a.more{
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    border: 1px solid #2da0db;
    background-color:#2da0db;
    color:#fff;
    margin: 0 auto;
}
.idx_pro_right_bottom:hover .idx_pro_right_bottom_title{
    top: auto;
    bottom: 0;
    height: 100%;
    padding: 15% 0;
}

@media screen and (max-width: 960px) {
    
    .idx_pro{
        max-width: 640px;
    margin:0 auto;
    }
    
}
/*idx_pro over*/
/*idx_sol start*/
.idx_sol
{
  background-color:#fff;
  padding:10px 0 0 0;
}
.idx_sol .idx_sol_con
{
  width:100%;
  margin:0 auto;
  text-align:center;
}
.idx_sol .idx_sol_title h3
{
  text-align:center;
  font-size:30px;
  color: #6d6d6d;
  margin: 0;
  /*font-weight: bold;*/
}
.idx_sol .idx_sol_more{
  margin:20px auto;
  font-size:16px;
  color:#666;
}
.idx_sol .draw_line
{
  width:250px;
  height:3px;
  margin:0 auto;
  position: relative;
  background-color:#e6e6e6;
}
.idx_sol .draw_line span{
  width:50px;height:5px;background-color:#2da0db;display: block;vertical-align: middle;top: -2px;left: 50%;margin-left: -25px;position: absolute;
}
.idx_sol_list{
    width: 100%;
    padding:60px 0;
    position: relative;
}
.idx_sol_list ul{
    position: relative;
    width:100%;
    max-width:1440px;
    margin:0 auto;
    font-size: 0;
}
@media screen and (max-width: 1600px) {
.idx_sol_list ul{
  width:98%;
  padding:0 1%;
  }
}
@media screen and (min-width: 1601px) {
.idx_sol_list ul{
  width:100%;
  }
}
.idx_sol_list ul li{
position: relative;
    display: inline-block;
    width: 20%;
    margin: 0px;
}
.idx_sol_list ul li .idx_sol_img
{
padding-bottom: 164%;
    position: relative;
    display: block;
}
.idx_sol_list ul li .idx_sol_img img
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.idx_sol_list ul li:hover .idx_sol_img{

}
.idx_sol_list ul li .idx_sol_info
{
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0%;
    z-index: 250;
    font-size:16px;
    background:#2da0db;
    overflow: hidden;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    cursor: pointer
}
.idx_sol_list ul li .idx_sol_info img
{
    width: 100%;
}
.idx_sol_list ul li:hover .idx_sol_info{
    top: auto;
    bottom: 0;
    height: 110%;
    max-height: 680px;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

@media screen and (max-width: 960px) {
    
    .idx_sol{
        max-width: 640px;
    margin:0 auto;
    }
    
}
.video
{
  background-color:none;
  padding:60px 0 0 0;
}
.video .video_con
{
  width:100%;
  margin:0 auto;
  text-align:center;
}
.video .video_title h3
{
  text-align:center;
  font-size:30px;
  color: #6d6d6d;
  margin: 0;
  /*font-weight: bold;*/
}
.video .video_more{
  margin:20px auto;
  font-size:16px;
  color:#666;
}
.video .video_more a{
    position: relative;
    padding: 5px 10px;
    border: 1px solid #2da0db;
}
.video .video_more a:hover span{
    color:#fff; 
}
.video .video_more a span {
  overflow:hidden;
  position: relative;
    font-size: 14px;
    color: #000;
}
.video .video_more a:hover::before {
    transition: all .3s;
    width: 100%;
  color:#fff;
}

.video .video_more a::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 0%;
    height:100%;
    background: #2da0db;
    transition: all .3s;
}


.video .draw_line
{
  width:250px;
  height:3px;
  margin:0 auto;
  position: relative;
  background-color:#e6e6e6;
}
.video .draw_line span{
  width:50px;height:5px;background-color:#2da0db;display: block;vertical-align: middle;top: -2px;left: 50%;margin-left: -25px;position: absolute;
}
#video-list {
    width: 100%;
    padding: 60px 0;
    position: relative;
}
#video-list .video-ul {
    position: relative;
    width:100%;
    max-width:1440px;
    margin: 0 auto;
    font-size: 0;
}
@media screen and (max-width: 1600px) {
#video-list .video-ul {
  width:98%;
  padding:0 1%;
  }
}
@media screen and (min-width: 1601px) {
#video-list .video-ul {
  width:100%;
  }
}
#video-list .video-li {
    position: relative;
    display: inline-block;
    width: 33%;
    margin: 0.1%;
}
#video-list .video-li a{
    padding-bottom: 60%;
    position: relative;
    display: block;
}
#video-list img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
#video-list .video-li a .hr-bootom
{
  position: absolute;
  width:100%;
  height:5px;
  margin:0;
  border:0;
  bottom: 0;
}
#video-list .video-li1 a img{transform: scale(1);transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1.5) 0s;}
#video-list .video-li1 a img:hover{transform: scale(1.2);transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1.5) 0s;}
#video-list .video-li1 a:hover hr{background:#333;}
#video-list .video-li a .hr-bootom::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: 0;
  left: 0;
  background-color: #2da0db;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}

#video-list .video-li:hover a .hr-bootom::before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

#video-list .video-li .v_btn{
    background: url(../images/video_ico.png) center center no-repeat;
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 250;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    cursor: pointer;
}
#video-list .video-li .v_title{
    width: 100%;
    height: 55px;
    line-height: 55px;
    margin: 0 auto;
    font-weight: 100;
    font-size: 17px;
    text-align: center;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

  .v_btn{
    transform: scale(1);
    transition: all 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.5) 0s;
  } 
  ul li:hover .v_btn{
    display:block;
    transform: scale(0.8);
    transition: all 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.5) 0s;
  }
  .v_title a{
   color:#686767;
  }

@media screen and (max-width: 960px) {
    .video{
        max-width: 640px;
    margin:0 auto;
    }
    #video-list .video-li{
        width:98%;
        margin:0 1%;
        
    }
    
}


/*idx_sol over*/


.news
{
  width:100%;
  margin:0px auto;
  padding: 60px 0;
  background-color:#f2f6f7;
}
.news .news_con
{
  width:100%;
  margin:0 auto;
  text-align:center;
}
.news .news_title h3
{
  text-align:center;
  font-size:30px;
  color:#666;
  margin: 0;
  /*font-weight: bold;*/
}
.news .news_more{
  margin:20px auto;
  font-size:16px;
  color:#666;
}
.news .draw_line
{
  width:250px;
  height:3px;
  margin:0 auto;
  position: relative;
  background-color:#e6e6e6;
}
.news .draw_line span{
  width:50px;height:5px;background-color:#2da0db;display: block;vertical-align: middle;top: -2px;left: 50%;margin-left: -25px;position: absolute;
}
.news .news_list
{
  width:100%;
  max-width:1440px;
  margin:50px auto;
  overflow:hidden;
}
@media screen and (max-width: 1600px) {
.news .news_list{
  width:98%;
  padding:0 1%;
  }
}
@media screen and (min-width: 1601px) {
.news .news_list{
  width:100%;
  }
}
.news .news_list .news_top_li
{
    position: relative;
    width: 38%;
    margin-right: 2%;
  float:left;
  overflow:hidden;
}
.news .news_list .news_top_li .news_top_li_img
{
 padding-bottom:65%;
  position: relative;
    display: block;
}
.news .news_list .news_top_li .news_top_li_img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.news .news_list .news_top_li .news_top_stitle
{
    width: 100%;
    height: 55px;
    line-height: 55px;
    margin: 0 auto;
    font-weight: 100;
    font-size: 17px;
    text-align: center;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #2da0db;
}
.news .news_list .news_top_li .news_top_stitle a {
    padding-bottom: 60%;
    position: relative;
    display: block;
    color: #fff;
}
.news .news_list .news_list_li
{
float: left;
    width: 19%;
    height: 100%;
    padding-bottom: 55px;
    margin-left: 1%;
    background-color: #fff;
    overflow: hidden;
}
.news .news_list_con
{
    padding-bottom: 130%;
    position: relative;
    display: block;
}
.news .news_list_info
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  text-align: left;
}
.news .news_list_li:hover,
.news .news_list_info:hover,
.news .news_list_info:hover .news_list_stitle a,
.news .news_list_info:hover .news_list_desc,
.news .news_list_info:hover .news_list_more a
{
  background-color:#2da0db;
  color:#fff;
}
.news .news_list_info:hover .news_list_time span.date{
  color:#fff;
  border-bottom: 2px solid #fff;
}
.news .news_list_info:hover .news_list_time span.year{
  color:#fff;
}
.news .news_list_info .news_list_stitle
{
    font-size: 16px;
    padding:20px;
    color: #333;
    display: block;
    /*font-weight: bold;*/
}
.news .news_list_info .news_list_desc
{
  margin:0px 0;
  padding:0 20px;
  color:#767676;
  font-size:14px;
}
.news .news_list_info .news_list_time
{
  display: inline-block;
  height: 90px;margin: 0;
  padding: 20px 20px 0 20px;
  text-align:center;color:#000;
    vertical-align: middle;
}
.news .news_list_info .news_list_time span.date{
    width: 50px;
    display: block;
    font-size: 34px;
    height: 45px;
    line-height: 45px;
    border-bottom: 2px solid #999;
    text-align: left;
    color:#2da0db;
}
.news .news_list_info .news_list_time span.year{
	width: 100px;font-size: 16px;display: block;height: 45px;line-height: 45px;color:#999;text-align: left;
}
.news .news_list_info .news_list_more
{
    padding: 20px;
    height:20px;
}
.news .news_list_info .news_list_more a
{
    color:#2da0db;
}

@media screen and (max-width: 960px) {
    .news{
        display:none;
        
    }
    
}
/*index over*/

footer
{
  width:100%;
  background-color:#333;
}
footer .footer_con
{
  width:100%;
  max-width:1440px;
  padding:0;
  margin:0 auto;
  font-size:0;
}
@media screen and (max-width: 1600px) {
footer .footer_con{
  width:98%;
  padding:0 1%;
  }
}
@media screen and (min-width: 1601px) {
footer .footer_con{
  width:100%;
  }
}
footer .footer_con .footer_top
{
  height:108px;
  border-bottom:2px solid #a6a6a6;
}
footer .footer_con .footer_top dd.ft_1{
    float: left;
    width: 250px;
    height: 108px;
    margin: 0;
    padding-left:10px;
}
footer .footer_con .footer_top dd.ft_1 .title{
  display:block;
  padding-top:40px;
  height:60px;
  line-height:20px;
  font-size:15px;
  color:#fff;
}
footer .footer_con .footer_top dd.ft_1 .con{
  height:48px;
  font-size:28px;
  color:#2da0db;
  /*font-weight:bold;*/
}

footer .footer_con .footer_top dd.ft_2{
    float: left;
    width: 250px;
    height: 108px;
    margin: 0;
}
footer .footer_con .footer_top dd.ft_2 .title{
  display:block;
  padding-top:40px;
  height:60px;
  line-height:20px;
  font-size:15px;
  color:#fff;
}
footer .footer_con .footer_top dd.ft_2 .con{
  height:48px;
  font-size:28px;
  color:#2da0db;
  /*font-weight:bold;*/
}

footer .footer_con .footer_top dd.ft_3{
float: right;
    padding-right:10px;
    height: 108px;
    margin: 0;
    font-size: 24px;
    text-align: right;
}
footer .footer_con .footer_top dd.ft_3 a{
    text-align: center;
    width: 100px;
    height: 40px;
    line-height: 40px;
    margin-top: 55px;
    font-size:15px;
    display: block;
    float: right;
    background-color:#2da0db;
    color:#fff;
}
footer .footer_con .footer_top dd.ft_3 a:hover{
    background-color:#2da0db;
}
footer .footer_con .menu_title
{
  margin:20px 0;
  font-size:20px;
}
footer .footer_con ul li
{
  color:#fff;
  line-height:1.8;
}
footer .footer_con ul li a
{
  font-size:14px;
  color:#fff;
}
footer .footer_con ul li a:hover
{
  font-size:14px;
  color:#2da0db;
}
footer .footer_con .footer_menu
{
  overflow: hidden;
  padding: 0 10px;
}
footer .footer_con .menu_pro
{
    float: left;
    width: 180px;
    text-align: center;
}
footer .footer_con .menu_contact
{
  float: right;
  font-size:13px;
  line-height:2;
  display:inline-block;
}
footer .footer_con .menu_contact dd
{
  margin: 0;
  padding: 0;
  
  
}
footer .footer_con .menu_contact dd ul li{
    display: inline-block;
    width: 130px;
    text-align: right;
}
footer .footer_con .menu_contact dd ul li .f_img{
      text-align: center;
    margin: 2px 0;
}
footer .footer_con .menu_contact dd ul li .f_font{
      text-align: center;
    margin: 2px 0;
}


footer .footer_con .menu_contact .flogo
{
  text-align: right;
  font-size:16px;
  color:#cbcbcb;
  margin-right:0;
  margin-top:10px;
}


footer .footer_con .menu_contact hr{
    width: 100%;
    height: 2px;
    margin: 10px auto;
    padding: 0;
    background-color: #c0bebf;
}

footer .copyright
{
  width:100%;
  max-width:1440px;
  margin:0 auto;
  font-size: 14px;
  text-align: left;
  color:#fff;
  border-top:0px solid #a6a6a6;
}
@media screen and (max-width: 1600px) {
footer .copyright{
  width:98%;
  padding:0 1%;
  }
}
@media screen and (min-width: 1601px) {
footer .copyright{
  width:100%;
  }
}
@media screen and (max-width: 960px) {
    footer,
    footer .footer_con
    {
      width:100%;
      max-width:640px;
      margin:0 auto;
    }
    .ft_1,
    .footer_menu{
    display: none;
    }
}
footer .copyright a
{
    vertical-align: middle;
  padding-right:10px;
}

/*aboutus start*/
.ab_menu
{
    width:100%;
    max-width:1440px;
    margin: 0 auto;
    padding: 30px 0;
    height: 80px;
    vertical-align: middle;
    font-size: 0;
    -webkit-text-size-adjust: none;
    text-align: center;
    border-bottom: 1px solid #e0dede;
    background-color: #fff;
}
@media screen and (max-width: 1600px) {
.ab_menu{
  width:98%;
  padding:0 1%;
  }
}
@media screen and (min-width: 1601px) {
.ab_menu{
  width:100%;
  }
}
.ab_menu .menu_con {
    display: inline-block;
    margin-top: 0px;
}
.ab_menu .menu_con .menu_a{
    text-align: center;
    font-size: 16px;
    display: block;
    width: 120px;
    height: 50px;
    line-height: 50px;
    color: #171717;
    padding-top: 0px;
}
.ab_menu .menu_con:hover .menu_a,
.ab_menu .menu_con .menu_a.on
{
  color:#2da0db;
  border-bottom: 2px solid #2da0db;
  margin-bottom: -1px;
  padding-top:0px;
}






/*aboutus over*/

/*about start*/
.about_title
{
    width:100%;
    color: #666;
    background-color: #fff;
}
.about_title_con
{
    width:100%;
    max-width:1440px;
    margin: 0 auto;
    text-align: left;
}
@media screen and (max-width: 1600px) {
.about_title_con{
  width:98%;
  padding:0 1%;
  }
}
@media screen and (min-width: 1601px) {
.about_title_con{
  width:100%;
  }
}
.about_title_con_topline
{
    width: 72px;
    height: 5px;
    background-color: #2da0db;
}
.about_title_title
{
  
}
.about_title_title h2 {
    font-size: 18px;
    color: #757373;
    /*font-weight: bold;*/
}
.about_con
{
  width:100%;
  
}
.about_con_con
{
    width: 100%;
    max-width:1440px;
    margin: 0 auto;
}
@media screen and (max-width: 1600px) {
.about_con_con{
  width:98%;
  padding:0 1%;
  }
}
@media screen and (min-width: 1601px) {
.about_con_con{
  width:100%;
  }
}
.about_con_list
{
  width:100%;
  overflow: hidden;
}
.about_con_list_left
{
    float: left;
    width:60%;
    max-width: 880px;
    font-size: 15px;
    text-align: left;
    line-height: 1.6;
}
.about_con_list_right
{
    float: right;
    width:40%;
    max-width: 610px;
    position: relative;
    overflow: hidden;
}
.about_con_list_right_img
{
padding-bottom: 65%;
}
.about_con_list_right img
{
    max-width: 610px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}



.about_partner .w1200 {
  width:100%;
  max-width:1440px;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
.about_partner .w1200{
  width:98%;
  padding:0 1%;
  }
}
@media screen and (min-width: 1601px) {
.about_partner .w1200{
  width:100%;
  }
}
.about_partner .ovh{
overflow: hidden;
}
.about_partner .moudle-titles3 {
    text-align: center;
    padding: 64px 0 56px;
    color: #333;
}
.about_partner .moudle-titles3 .moudle-h5 {
    font-size: 36px;
    line-height: 1.5;
}
.about_partner .intro-list11 .swiper-slide {
    border: 1px solid #e1e1e1;
    overflow: hidden;
    transition-duration: .3s;
}
.about_partner .img200 {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.about_partner .intro-list11-hd01 {
    padding: 5px 0;
    text-align: center;
}

.about_partner .intro-list11-hd01 .swiper-pagination-bullet {
    width: 30px;
    height: 2px;
    display: inline-block;
    margin: 0 8px !important;
    position: relative;
    transition-duration: .5s;
    cursor: pointer;
    opacity: 1;
    background: #999;
    border-radius: 0;
     }
.about_partner .intro-list11-hd01 .swiper-pagination-bullet.swiper-pagination-bullet-active {
      height: 4px;
      background: #2da0db; }

/*about over*/


.honor
{
  background: #ffffff;
  background-attachment: scroll;
}
.honor_con {
width:100%;margin:0 auto;padding:0;color:#666;background-color:#fff;overflow: hidden;
}
.honor_con .honor_dl{
  width:100%;
  max-width:1440px;
  margin:0 auto;
  text-align:left;
  padding-bottom: 50px;
  font-size:0;
}
@media screen and (max-width: 1600px) {
.honor_con .honor_dl{
  width:98%;
  padding:0 1%;
  }
}
@media screen and (min-width: 1601px) {
.honor_con .honor_dl{
  width:100%;
  }
}
.honor_con .honor_dd{
    width: 16%;
    display: inline-block;
    margin: 0 2% 2% 2%;
    overflow: hidden;
}
.honor_con .honor_dd .h_con{
    width: 100%;
    padding-bottom: 75%;
    text-align: center;
  position: relative;
}
.honor_con .honor_dd .h_ico{
    width: 100%;
    padding-bottom: 50%;
    position: relative;
    display: none;
}
.honor_con .honor_dd .h_con .h_ico img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    font-size: 14px;
    z-index: 3;
}
.honor_con .honor_dd .h_con:hover  .h_ico img{

}
.honor_con .honor_dd .h_title{
    position: absolute;
    font-size: 14px;
    width: 100%;
    height: 150px;
    line-height: 150px;
    top: 0;
    padding:0 5px;
    margin: 0 auto;
    display: block;
    z-index: 1;
    background-color: #f0f0f2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.honor_con .honor_dd .h_title2{
width:210px;height: 100px;line-height: 20px;background-color:#f0f0f2;display: block;text-align: center;font-size: 16px;color: #696668;padding: 45px 5px 0 5px;
}
.honor_con .honor_dd .h_con:hover .h_title{
background-color:#2da0db;color: #fff;
}
.honor_title h4{
  margin:0 auto;
  padding: 0;
  text-align: center;
  font-size: 35px;
  color: #595959;
  font-weight: normal;
}

.honor_design
{
  background: #ecf1f3 url(../images/honor_design_bg.png) center no-repeat;
  background-attachment: scroll;
  height:760px;

}
.honor_design_con {
  width: 100%;
  margin: 0 auto;
}
.honor_design_info
{
  height:240px;
  padding: 80px 0;
  font-size:26px;
  color: #ffffff;
  text-indent: 2em;
  text-align:center;
}
.honor_design_img
{
  height:220px;
  padding: 25px 0;
  font-size:26px;
  color: #ffffff;
  background-color:rgb(235,235,235,0.6);
  text-align:center;
}
.honor_design_img img
{
  display:inline-block;
}

.honor_list
{
  background-attachment: scroll;
  padding:50px 0 20px 0;color:#666;
  background-color:#fff;
}
.honor_list_con {
  width: 1200px;
  margin: 0 auto;
  margin-top:50px;
}
.honor_title{
width:1442px;margin:0 auto;text-align:left;
}
.honor_title h2{
font-size:18px;color:#757373;/*font-weight:bold;*/
}
.honor_title p{
font-size:16px;color:#757373;
}
.honor_list_title h4{
  margin:0 auto;
  padding: 0;
  text-align: center;
  font-size: 35px;
  color: #595959;
  font-weight: normal;
}
.honor_list_con ul
{
  font-size:0;
}
.honor_list_con ul li
{
  width:280px;
  height:200px;
  line-height:1;
  margin:10px;
  display:inline-block;
  text-align:center;
  font-size:18px;
  overflow:hidden;
}
.honor_list_top
{
  width:280px;
  height:70px;
  display: block;
}
.honor_list_bottom
{
  width:280px;
  height:130px;
  background-color:#f7f7f7;
  font-size:18px;
  display: block;
  padding-top: 50px;
}

/*video start*/
.video_list
{
 width:100%;
  margin:0 auto;
}
.video_list_con
{
    width:100%;
    max-width:1440px;
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden;
    padding: 0 0 20px 0;
}
@media screen and (max-width: 1600px) {
.video_list_con{
  width:98%;
  padding:0 1%;
  }
}
@media screen and (min-width: 1601px) {
.video_list_con{
  width:100%;
  }
}

.video_list_left
{
   width:15%;
   max-width: 160px;
   float: left;
}

.video_list_left_menu
{
    border: 0;
    text-align: left;
    background-color: #999;
}
.video_list_left_menu li
{
    width: 100%;
    height: 70px;
    text-align: center;
    line-height: 70px;
    background-color: #edf0f2;
    margin-bottom: 1px;
}
.video_list_left_menu li a
{
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.video_list_left_menu li:hover,
.video_list_left_menu li.on
{
    background-color: #2da0db;
}
.video_list_left_menu li:hover a,
.video_list_left_menu li.on a
{
    color:#fff;
}

.video_list_right
{
    width:80%;
    margin-left:5%;
    float: right;
}
.video_list_right .video_list_right_ul li
{
    position: relative;
    width: 30.3%;
    display: inline-block;
    margin: 0 1.5%;
    padding: 0;
    background-color: #ffffff;
    margin-bottom: 50px;
    overflow: hidden;
}
.video_list_right .video_list_right_ul li .video_list_right_img{
    padding-bottom: 56.1%;
    position: relative;
    display: block;
}
.video_list_right .video_list_right_ul li .video_list_right_img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.video_list_right .video_list_right_ul li:hover .video_list_right_btn
{
    background: #000 url(../images/video_ico.png) center center no-repeat;
    padding-bottom: 56.1%;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 3;
    opacity: 0.5;
  color:#fff;
}
.video_list_right .video_list_right_ul li:hover .video_list_right_title a
{
  color:#000;
}
.video_list_right .video_list_right_ul li .video_list_right_title
{
    width: 100%;
    height: 55px;
    line-height: 55px;
    margin: 0 auto;
    font-weight: 100;
    font-size: 17px;
    text-align: center;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #edf0f2;
}

/*video over*/



.news2
{
  width:100%;
  margin:0px auto;
  background-color:#ecf1f3;
}
.news2 .news2_con
{
  width:100%;
  max-width:1440px;
  margin:0 auto;
  padding:20px 0;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
.news2 .news2_con{
  width:98%;
  padding:0 1%;
  }
}
@media screen and (min-width: 1601px) {
.news2 .news2_con{
  width:100%;
  }
}
.news2 .news2_title
{
  text-align:center;
  font-size:17px;
  padding:10px 0;
  color:#000000;
}
.news2 .news2_title span a
{
    font-size:17px;
}
.news2 .news2_img 
{
  float:left;
  width:595px;
  margin-right:10px;
}
.news2 .news2_info
{
  float:right;
  width:595px;
  height: 334px;
  text-align:left;
  background-color:#ffffff;
}
.news2 .news2_info .news2_stitle
{
  font-size:26px;
  padding-left:10px;
  color:#151311;
  margin:20px 0;
}
.news2 .news2_info .news2_desc
{
  margin:20px 0;
  padding:10px;
  color:#151311;
  font-size:16px;
}
.news2 .news2_info .news2_time
{
  padding-left:10px;
  color:#151311;
  font-size:14px;
}

.news2 .news2_list
{
  margin-bottom:30px;
  overflow:hidden;
}
.news2 .news2_list .news2_list_top
{
  margin-bottom:20px;
  display: block;
  overflow: hidden;
}
.news2 .news2_list_img 
{
  float:left;
  margin-right:10px;
  width: 595px;
  height: 335px;
  overflow: hidden;
}
.news2 .news2_list_info
{
  float:right;
  width:595px;
  padding: 10px 0;
  height:335px;
  text-align:left;
  background-color:#ffffff;
}
.news2 .news2_list_info .news2_list_stitle
{
  font-size:21px;
  padding-left:10px;
  color:#151311;
}
.news2 .news2_list_info .news2_list_desc
{
  margin:20px 0;
  padding:10px;
  color:#767676;
  font-size:14px;
}
.news2 .news2_list_info .news2_list_time
{
  padding-left:10px;
  color:#151311;
  font-size:13.5px;
}

.news2 .news2_list2
{
  padding:10px;
  background-color:#ffffff;
}
.news2 .news2_list2_info 
{
  margin-bottom:10px;
}
.news2 .news2_list2_info:hover
{
background: #eee;
}
.news2 .news2_list2_info .news2_list2_stitle
{
  font-size:18px;
}
.news2 .news2_list2_info .news2_list2_stitle a
{
  color:#000;
}
.news2 .news2_list2_info .news2_list2_desc
{
  height:30px;
  margin:2px 0;
  padding:5px;
  color:#767676;
  font-size:14px;
}
.news2 .news2_list2_info .news2_list2_time
{
  display:none;
  color:#151311;
  font-size:13.5px;
}
.pages
{
  width:100%;
  margin:10px auto;
  text-align:center;
}
.pages li
{
  margin: 0 3px;
  width: auto;
  height: 25px;
  display: inline-block;
  padding: 1px 10px;
  border: 1px solid #e3e3e3;
}


.news2_body
{
  padding:20px;
  background:#fff;
}
.news2_body_title
{
  font-size:26px;
  color:#131313;
  /*font-weight: bold;*/
  text-align: center;
}
.news2_body_info
{
  font-size:20px;
  margin:10px 0;
  display:none;
}
.news2_body_content
{
  padding:20px 0;
  font-size:17px;
  color:#424242;
}
.news2_body_content img
{
  max-width:90%;
  margin:0 auto;
}




.product_list
{
  width: 100%;
  overflow: hidden;
  padding:0 0 20px 0;
  margin-top: 90px;
}
.product_list .channel_name
{
    width: 100%;
    max-width:1440px;
    margin: 10px auto;
    padding:20px 10px;
    font-size: 35px;
    color: #000000;
    background: #edf0f2;
}
@media screen and (max-width: 1600px) {
.product_list .channel_name{
  width:98%;
  padding:0 1%;
  }
}
@media screen and (min-width: 1601px) {
.product_list .channel_name{
  width:100%;
  }
}
.product_list .channel_name_title
{
  display:inline-block;
  line-height:1;
  background:url(../images/cat_ico.png) no-repeat;
  background-size: 100% 100%;
  font-size: 20px;
  color: #fff;
    width: 20%;
    max-width: 150px;
  height: 40px;
  margin-top: -30px;
  padding: 10px;
  vertical-align: middle;
}
.product_list .channel_name_title2
{
  display:inline-block;
  line-height:1;
  background:url(../images/cat_ico2.png) no-repeat;
  background-size: 100% 100%;
  font-size: 20px;
  color: #fff;
    width: 20%;
    max-width: 170px;
  height: 40px;
  margin-top: -30px;
  padding: 10px;
  vertical-align: middle;
}
.product_list .channel_menu
{
    width:100%;
    display: inline-block;
}
.product_list .channel_menu li
{
    display: inline-block;
    width:auto;
    margin:0 2% 0 0;
    text-align: center;
    font-size: 14px;
}
@media screen and (max-width: 1600px) {
.product_list .channel_menu li{
    margin:0 1%;
  }
}
@media screen and (min-width: 1601px) {
.product_list .channel_menu li{
  }
}
.product_list .channel_menu li a
{
  display:block;
}
.product_list .channel_menu li a .pro_cat_ico
{
  display:block;
}
.product_list .channel_menu li a .pro_cat_ico_on
{
  display:none;
}
.product_list .channel_menu li a.hover .pro_cat_ico,
.product_list .channel_menu li a:hover .pro_cat_ico
{
  display:none;
}
.product_list .channel_menu li a.hover .pro_cat_ico_on,
.product_list .channel_menu li a:hover .pro_cat_ico_on
{
  display:block;
}
.product_list .channel_menu li a span
{
  padding:5px 8px;
  background:#2da0db;
  color:#fff;
  border-radius: 5px;
}
.product_list .channel_menu li a.hover span,
.product_list .channel_menu li a:hover span
{
  background:#EC6D20;
  color:#fff;
}
.product_list_con
{
  width: 100%;
  max-width:1440px;
  margin: 0 auto;
}
.list_sort{
    padding: 15px 15px;
    background: #f9f9f9;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list_sort span{
    
}
.product_list_con ul
{
    width: 100%;
    max-width:1440px;
    margin: 50px auto;
    font-size: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product_list_con ul li
{
    position: relative;
    width: 23%;
    margin: 15px 0;
    padding: 10px 0;
    background-color: #ffffff;
    overflow: hidden;
}
@media screen and (min-width: 961px) {
    .product_list_con ul li:last-child:nth-child(4n - 1) {
        margin-right: calc(23% + 8% / 3);
    }
    .product_list_con ul li:last-child:nth-child(4n - 2) {
        margin-right: calc(46% + 16% / 3);
    }
}
@media screen and (max-width: 1470px){
    .product_list_con {
        width: 98%;
    }
}
@media screen and (min-width: 641px) and (max-width: 960px) {
    .product_list_con ul li
    {
        position: relative;
        width: 32%;
        margin: 15px 0;
        padding: 10px 0;
        background-color: #ffffff;
        overflow: hidden;
    }
    .product_list_con ul li:last-child:nth-child(3n - 1) {
        margin-right: calc(32% + 4% / 2);
    }
    .product_list_con ul li:last-child:nth-child(3n - 2) {
        margin-right: calc(64% + 8% / 2);
    }
}

@media screen and (max-width: 640px) {
    .product_list_con ul li
    {
        position: relative;
        width: 48%;
        margin: 15px 0;
        padding: 10px 0;
        background-color: #ffffff;
        overflow: hidden;
    }
}

.product_list_con ul li .product_list_con_img 
{
    display: block;
    overflow: hidden;
}
.product_list_con ul li .product_list_con_img a
{
    padding-top: 35%;
    padding-bottom: 35%;
    display: block;
    position: relative;
}
.product_list_con ul li .product_list_con_img a img
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 70%;
    height: 100%;
    margin: 0 auto;
}
.product_list_con ul li .product_list_con_img a .icon
{
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: auto;
    right: auto;
}
.product_list_con ul li .product_list_con_img a .icon img
{
    position: unset;
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.product_list_con_img a img{
    transform: scale(1);
    transition: all 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.5) 0s;
}
.product_list_con ul li:hover .product_list_con_img a img{
    transform: scale(1.1);
    transition: all 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.5) 0s;
}
.product_list_con ul li:hover .product_list_con_img a .icon img{
    transform: scale(1);
    transition: all 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.5) 0s;
}
.product_list_con_info
{
  float:left;
  font-size:14px;
  width: 100%;
}
.product_list_con_title
{
  width: 100%;
  height:30px;
  line-height:30px;
  margin:0 auto;
  font-size:14px;
  text-align: center;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
}
.product_list_con_sname
{
  width: 90%;
  height:30px;
  line-height:30px;
  margin:0 auto;
  font-weight: 100;
  font-size:17px;
  text-align: center;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product_list_con_snum
{
  width: 100%;
  height:30px;
  line-height:30px;
  margin:0 auto;
  font-size:12px;
  text-align: center;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
}
.product_list_con_view
{
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  font-size: 12px;
  text-align: center;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
  margin-top: 0px;
}
.product_list_con ul li:hover .product_list_con_view a
{   
  background-color:#2da0db;
  color:#fff;
}
.product_list_con_view a
{   
  display: block;
  width: 80px;
  margin: 0 auto;
  height: 30px;
  line-height: 30px;
  padding: 1px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
}
.product_list_con_desc
{
  height:220px;
}
.product_list_con_more
{
  width:50px;
  padding:2px 3px;
  border:1px solid #e3e3e3;
  font-size:12px;
  text-align:center;
}
.pro_menu
{
  width:100%;
  height:70px;
}
.pro_menu_con
{
  width:100%;
  max-width:1440px;
  margin:0 auto;
  height:70px;
  line-height:70px;
}
.pro_menu_title
{
  display:inline-block;
  float:left;
  font-size:24px;
  color:#444;
}
.pro_menu_list
{
  display:inline-block;
  float:right;
}
.pro_menu_list li
{
  display:inline-block;
  margin:0 22px;
  font-size:17px;
  color:#444;
}
.pro_detail
{
  width:100%;
}
.pro_download
{
  width:100%;
  background:#f9f9f9;
}
.pro_related
{
  background:#fff;
}
.pro_related .product_list_con ul li {
  background:#f9f9f9;
}
.pro_detail_con,
.pro_related_con,
.pro_download_con
{
  width:100%;
  max-width:1440px;
  margin:0 auto;
}
@media screen and (max-width: 1600px) {
.pro_detail_con{
  width:98%;
  padding:0 1%;
  }
}
@media screen and (min-width: 1601px) {
.pro_detail_con{
  width:100%;
  }
}
.pro_detail_con p{
    margin:0;
    padding:0;
    line-height: 1;
}
.pro_detail_con img{
  max-width:98%;
}
.pro_detail_title,
.pro_related_title,
.pro_download_title
{
  width:100%;
  text-align:left;
  height:70px;
  line-height:70px;
  display:block;
  background:#fff;
  font-size:17px;
  color:#444;
}
.pro_download_title
{
  width:100%;
  background:#f9f9f9;
}
.pro_download_list
{
  width: 128px;
  text-align: center;
  font-size: 14px;
  overflow: hidden;
  display: inline-block;
  margin-right: 20px;
}
#details  table,
#details  table tr th,
#details  table tr td
  {
    text-align:left;
    background-color:#fff;
    border-collapse:collapse;
    border:1px solid #666;
    padding:10px;
    font-size:14px;
    color:#000;
    vertical-align: middle;
  }
#details   table tr th
  {
    background-color:#888;
    color:#fff;
    text-align:right;
  }
#details img{border:0;}
#details,
#details div{line-height: 1;margin:0 auto;padding:0;}
.pro_detail_infos{
    margin:20px 0 !important;
    padding:0 10px !important;
    line-height: 2 !important;
    font-size: 17px !important;
    text-align: left !important;
}
.pro_detail_infos b{
    display: block;
}
#details .pro_detail_titles{
    padding: 0;
    display: flex;
}
#details .gallery{
        width: 500px;
        height: 500px;
        padding: 0px !important;
        overflow: hidden;
        position: relative;
        border: 1px solid #eee;
        margin: 0 !important;
      }
#details .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 500px;
        height: 500px;
      }
#details .swiper-slide img {
        display: block;
        width: 100%;
      }
#details #images:hover .swiper-button-next,#details #images:hover .swiper-button-prev{
    display: block;
}
#details .swiper-button-next,#details .swiper-button-prev{
    display: none;
    background-size: 55px;
    margin-top: -50px !important;
    width: 55px;
    height: 55px;
    opacity: 0.6;
  }
#details .pro_desc{
    text-align: left;
    max-width: 50%;
    line-height: 2;
}
#details .pro_desc div{
    font-size: 14px;
    line-height: 2;
}
#details h1{
    color: #2da0db;
    font-weight: bold;
    font-size: 30px;
}
#details  .features{
    width: 100% !important;
    max-width: 1440px !important;
    margin: 0 auto 30px auto !important;
    font-size:14px !important;
    line-height:1.5 !important;
  }
 #details .features div{
    color:#000 !important;
    font-size:17px !important;
    line-height:1.5 !important;
  }
 #details .features li .img{
    width:50%;
    margin:0 auto;
    text-align:center;
  }
#details  .features li .img img {
    max-width: 68%;
}
#details  .features li .txt{
    width: 50%;
    margin: 0 auto;
    text-align: left;
    padding: 100px 0 100px 100px;
  }
#details  .features li.center .txt{
    width: 100%;
    text-align:center;
    padding:0;
  }
#details  .features h3 {
    font-size:32px;
    font-weight: bold;
  }
#details  .left,
#details  .center,
#details  .right{
    display: flex;
    margin:20px auto;
    padding:20px;
  }
#details  .center{
    flex-direction: column-reverse;
    background-color: #fafafa;
    padding-top: 100px;
  }
#details  .left{
    flex-direction: row-reverse;
    background-color: #fafafa;
  }
#details  .right{
    flex-direction: row;
  }
#details .btn_download{
    display: inline-block;
    width: 115px;
    height: 30px;
    line-height: 30px;
    margin-top: 30px;
    padding: 0px;
    font-size: 14px;
    background-color: #2da0db;
    border: 0px;
    color: rgb(255, 255, 255);
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    vertical-align: middle;
}

.post-copyright {
    width: 100%;
    max-width:1440px;
    margin: 10px auto;
    padding: 0.5em 0;
    /*border-left: 3px solid #2da0db;
    background-color: #f9f9f9;*/
    list-style: none;
}
.post-copyright a {
    text-decoration: none;
    border-bottom: 0;
}

/*sol_pro*/
.sol_pro {
    width:100%;
    max-width: 1440px;
    margin: 0 auto;
    background: #fff;
}
.sol_pro .sol_pro_tit
{
    width:100%;
    margin:0 auto;
    text-align: center;
    display: block;
    margin-top: 30px;
    overflow: hidden;
    font-size: 36px !important;
  color:#333;
}
.sol_pro .sol_pro_inf
{
    width:100%;
    margin:0 auto;
    text-align: center;
   font-size: 16px;
    line-height: 38px;
    font-size: 18px !important;
  color:#333;
}
.sol_pro .sol_pro_list {
    position: relative;
    padding:30px 0;
}
.sol_pro .family-list2 .list2-mains2 {
    padding-left: 332px;
}
.sol_pro .family-list2 .list2-mains2 {
    position: relative;
    padding-left: 412px;
    margin-top: 12px;
}
.sol_pro .list2-banner {
    overflow: hidden; }

.sol_pro .can-hover .img-wrap {
    overflow: hidden;
    width: 380px;
    height:270px;
}
.sol_pro .can-hover .img-wrap .img100 {
    transition: all 1s ease;
}
.sol_pro .img100 {
    display: block;
    width: 200x;
    height:200px;
    margin: 0 auto;
}
.sol_pro .pro-name {
    position: absolute;
    font-size: 18px;
    line-height: 2;
    bottom: 36px;
    left: 0;
    width: 100%;
    color: #333;
    text-align: center;
}
.sol_pro .pro-name2 {
    position: absolute;
    font-size: 18px;
    line-height: 2;
    bottom: 6px;
    left: 0;
    width: 100%;
    color: #333;
    text-align: center;
}
.sol_pro .swiper-btns-wrap5 {
    position: absolute;
    z-index: 3;
    height: 1px;
    overflow: visible;
    width: 100%;
    left: 0;
    top: 50%;
}
.sol_pro .family-list2 .swiper-btns-wrap5 .prev {
    left: 10px;
}
.sol_pro .swiper-btns-wrap5 .prev {
    left: 1.5rem;
    background-image: url(../images/prev4.png);
}
.sol_pro .swiper-btns-wrap5 .prev:hover {
    background-image: url(../images/prev4on.png);
}
.sol_pro .swiper-btns-wrap5 .btn {
    position: absolute;
    display: block;
    width: 27px;
    height: 50px;
    margin-top: -25px;
    cursor: pointer;
    background-position: center !important;
    background-repeat: no-repeat !important;
    transition: all .5s ease;
    background-size: 100%;
    overflow: hidden;
}
.sol_pro .swiper-btns-wrap5 .next {
    right: 10px;
}

.sol_pro .swiper-btns-wrap5 .next {
    right: 1.5rem;
    background-image: url(../images/next4.png);
}
.sol_pro .swiper-btns-wrap5 .next:hover {
    background-image: url(../images/next4on.png);
}

@media screen and (max-width: 960px) {
    .ab_menu .menu_con{
        width:23%;
        margin:0 1%;
    }
    .ab_menu .menu_con .menu_a{
        width:100%;
    }
    .about_title,
    .about_title_con,
    .about_con,
    .ab_menu ,
    .honor_con,
    .video_list,
    .video_list_con,
    #list_fields,
    .product_list .channel_name,
    .product_list_con,
    .product_list_con ul,
    .pro_detail_con, .pro_related_con, .pro_download_con,
    #details .gallery,
    #details .pro_desc,
    .news2,
    .post-copyright {
        width: 100%;
        max-width:640px;
        margin: 0 auto;
    }
    #details .pro_detail_titles {
        display: block;
    }
    #details .gallery,
    #details .pro_desc,
    .post-copyright{padding:0 1%;}
    #details .left,
    #details .right {
        flex-direction: column-reverse;
        background-color: #fafafa;
        padding-top: 100px;
    }
    #details .left .txt,
    #details .right .txt {
        width: 100%;
        text-align: center;
        padding: 0;
    }
    #details .features li .img{
        width: 100%;
    }
    #details .features li .txt
    {
        width: 100%;
        padding:0;
    }
    .banner,
   .about_con_list_right{
       display: none;
   }
   .about_con_list_left{
        width: 100%;
        max-width:640px;
   }
   .honor_con .honor_dl {
    width: 100%;
    padding: 0;
    }
   .honor_con .honor_dd {
    width: 31.3%;
    display: inline-block;
    margin: 0 1% 1% 1%;
   }
   .honor_con .honor_dd .h_con,
    .honor_con .honor_dd .h_title {
    position: unset;
    padding: 8px;
    text-align: center;
    }
    
    
}