/*初始化样式*/

html {
    margin: 0;
    padding: 0;
    border: 0;
}

body, div, span, object, iframe, h1, h2, h3, h4, p, blockquote, pre, a, address, code, b, em, img, dl, dt, dd, ol, ul, li, fieldset, form, label, footer, header, hgroup, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #666;
    position: relative;
    /* font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif; */
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
    color: #333;
}

a:hover, a:active, a:focus {
    text-decoration: none;
    outline: none;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul, ol, li {
    list-style-type: none;
}

select, input, img, select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}



table, th, td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}


h1, h2, h3, h4 {
    line-height: 1.5;
}
hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

dt {
    font-weight: normal;
}

/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.max1600{
    max-width: 1600px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}


/*滚动*/

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%!important;
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 92%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%!important;
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}

.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.com-img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.roll_product {
    float: left;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}


/*右侧漂浮*/

.pf_right {
    width: 70px;
    position: fixed;
    right: 17px;
    top: 50%;
    margin-top: -180px;
    display: none;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.pf_right ul {
    width: 100%;
    float: left;
}

.pf_right ul li {
    width: 70px;
    height: 70px;
    margin-top: 2px;
    border-radius: 5px;
    float: left;
    background: #2ec7d7;
    text-align: center;
}

.pf_right ul li a {
    display: block;
    float: right;
    width: 70px;
    height: 70px;
    
    position: relative;
    font-size: 12px;
    color: white;
    line-height: 16px;
}

.pf_right ul li a .ico {
    width: 100%;
    float: left;
    margin-top: 4px;
}
.pf_right ul li a .ico::after {
    content: '';
    display: block;
    margin: 5px auto;
    width: 30px;
    height: 30px;
    overflow: hidden;
    background-repeat: no-repeat;
}
.pf_right ul li.rli_1 a .ico::after {
    background-image: url(../images/kf.png);
    background-position: -30px -208px;
}
.pf_right ul li.rli_2 a .ico::after {
    background-image: url(../images/kf.png);
    background-position: -30px -170px;
}
.pf_right ul li.rli_3 a .ico::after {
    background-image: url(../images/kf.png);
    background-position: -30px -138px;
}
.pf_right ul li.last a .ico::after {
    background-image: url(../images/icon_spirit.png);
    background-position: -30px -60px;
}
.pf_right ul li a h5 {
    width: 131px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    color: white;
    font-size: 14px;
    display: none;
    position: absolute;
    right: 100%;
    top: 10px;
    background: #2ec7d7;
}

.pf_right ul li a h5 span {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
}

.pf_right ul li:hover {
    background: none !important;
}

.pf_right ul li:hover a {
    background: #2ec7d7;
}

.pf_right ul li:hover a h5 {
    display: block;
}

.pf_right ul li.r_ewm:hover a {
    background: #2ec7d7;
}

.pf_right ul li.r_ewm:hover a h5 {
    display: none;
}

.pf_right ul li.r_ewm .z_ewm {
    position: absolute;
    right: 120%;
    width: 100px;
    height: 100px;
    display: none;
    top: 0;
    border: 5px solid #2ec7d7;
}

.pf_right ul li.r_ewm .z_ewm span.jt {
    width: 7px;
    height: 14px;
    position: absolute;
    right: -12px;
    top: 20px;
}

.pf_right ul li.r_ewm .z_ewm img {
    width: 100%;
    height: 100%;
}

.pf_right ul li.r_ewm:hover a .z_ewm {
    display: block;
}

@media screen and (max-width:1569px) {
    .pf_right.on {
        right: 0 !important;
    }
}

@media screen and (max-width:991px) {
    .pf_right {
        display: none !important;
    }
}

.aspg-left {
    width: 280px;
    float: right;
}

.aspg-right {
    width: calc(97% - 280px);
    float: left;
}

.aspg-nei-img {
    margin-bottom: 20px;
}

.aspg-nei-img img {
    max-width: 100%;
}

.nei-news-list{
    margin-bottom: 30px;
}
.nei-news-list li {
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}

.nei-news-list li:nth-child(1) {
    padding-top: 0;
}

.nei-news-list li a {
    display: block;
}

.nei-news-list li .img {
    width: 250px;
    float: left;
    overflow: hidden;
}

.nei-news-list li .img img {
    max-width: 100%;
    transition: .5s;
}

.nei-news-list li a:hover .img img {
    transform: scale(1.1);
}

.nei-news-list li .wz {
    width: calc(96% - 250px);
    float: right;
}

.nei-news-list li .wz h3 {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    color: #333;
}

.nei-news-list li .wz .date {
    font-size: 13px;
    line-height: 30px;
    color: #666;
}

.nei-news-list li .wz .info {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.nei-news-list li .wz .more {
    font-size: 12px;
    color: #333;
    text-align: right;
    margin-top: 8px;
}

.nei-news-list li a:hover .wz h3 {
    color: #2ec7d7;
}

.nei-news-list1 li{
    width: 48%;
    float: left;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.nei-news-list1 li:nth-child(2n){
    margin-left: 4%;
}
.nei-news-list1 li a{
    display: block;
}
.nei-news-list1 li a h3{
    font-size: 16px;
    line-height: 2;
    color: #333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.nei-news-list1 li a .info{
    font-size: 14px;
    line-height: 2;
    color: #666;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.nei-news-list1 li a:hover h3{
    color: #2ec7d7;
}

@media screen and (max-width:991px){
    .aspg-right{
        width: 100%;
        float: none;
    }
    
}

@media screen and (max-width:767px){
    .nei-news-list li .img{
        width: 180px;
    }
    .nei-news-list li .wz{
        width: calc(96% - 180px);
    }
    .nei-news-list1 li{
        width: 100%;
        float: none;
        margin-left: 0!important;
    }
}
@media screen and (max-width:480px){
    .nei-news-list li .img{
        width: 100%;
        float: none;
    }
    .nei-news-list li .wz{
        width: 100%;
        margin-top: 15px;
    }
    .nei-news-list li .wz h3{
        font-size: 14px;
    }
    .nei-news-list1 li a h3{
        font-size: 14px;
    }
}

.container2 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1640px) {
    .container2 {
        width: 1630px;
    }
}

.max_wd1600 {
    max-width: 1630px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}



/* 通用重置 */

* {
    margin: 0;
    padding: 0;
}

.clicked .a{color: #5c677d !IMPORTANT;}





/* 通用样式 */

.dth_pos {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-color: #ffffff;
}

.dth_wh {
    display: block;
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flexd {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wh {
    width: 1200px;
    margin: 0 auto;
}

.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

@media(max-width:991px) {
    body {
        padding-top: 60px;
    }
}


/* 统一的样式 */


.com-img{  overflow:hidden;}
.com-img img{ transition:all 0.8s; -webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s;}
.com-img:hover img{transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}

.roll_product {float: left;}








/* 内页 */

.page-banner{
    position: relative;
}
.page-banner .wzs{
    display: block;
    position: absolute;
    left: 0;
    top: 0;	
    text-align: center;
    width: 100%;
    top: 32%;
}
.page-banner .wzs h2{
    font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #ffffff;
}

.page-banner .wzs h3{
    font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0.1em;
	color: rgba(255,255,255,0.8);
	margin-top: 0.6em;
}
@media(max-width:1200px){
    .page-banner .wzs h2{
        font-size:3vw;
    }
    .page-banner .wzs h3{
        font-size:1.666vw;
    }
}

@media(max-width:768px){
    .page-banner .wzs{
        top:20%;
    }
    .page-banner .wzs h2{
        font-size:22px;
    }
    .page-banner .wzs h3{
        font-size:12px;
        margin-top:0.3em;
    }
}
@media(max-width:420px){
    .page-banner .wzs{
        top:22%;
    }
    .page-banner .wzs h2{
        font-size:20px;
    }
    .page-banner .wzs h3{
        font-size:11px;
        margin-top:0.3em;
    }
}


.w1200{
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
@font-face {
	font-family: 'St';
	src: url('../fonts/SourceHanSerifCN-Bold.otf') format('truetype');
}
.syst {

    font-family: 'St';
}










.tops {
  height: 32px;
  line-height: 32px;
  background-color: #468ac9;
  font-size: 14px;
  color: #d2d2d2;
}
.hot{
  float: left;
}
.fenzhan{
  float: right;
}

.tops a {
  font-size: 14px;
  color: #d2d2d2;
}
.hot a{margin-right: 6px;}


.xy-menu {
  padding-right: 130px
}

.xy-menu>li {
  float: left;
  width: 13.666666%;
  position: relative
}

.xy-menu>li:after {
  position: absolute;
  left: 0;
  right: 0;
  height: 17px;
  content: "";
  opacity: 0
}

.xy-menu>li>a {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
 
  
}

.xy-menu>li>a .creat {
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 3px;
  cursor: pointer;
  border-style: solid dashed dashed;
  border-color: #fff transparent transparent;
  border-bottom: none;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px
}

.xy-menu>li+li {
  background: url(../images/line1.png) 0 no-repeat
}

.xy-menu .xy-sub-menu {
  display: none;
  position: absolute;
  width: 160%;
  border-top: 2px solid #2ec7d7;
  left: 0;
  top: 47px;
  -webkit-box-shadow: 0 4px 6.86px .14px rgba(8,1,3,.52);
  box-shadow: 0 4px 6.86px .14px rgba(8,1,3,.52);
  background: #fff;
  padding-bottom: 4px
}

.xy-menu .xy-sub-menu>li {
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}

.xy-menu .xy-sub-menu>li>a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #989898;
  position: relative;
  padding-left: 11%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  padding-right: 15%
}

.xy-menu .xy-sub-menu>li>a:after {
  position: absolute;
  right: 12%;
  top: calc(50% - 3.5px);
  content: "";
  width: 5px;
  height: 7px;
  background: url(../images/line2.png) 0 -7px no-repeat
}

.xy-menu .xy-sub-menu>li>a:hover {
  background: #ececec;
  color: #4a4a4a;
  padding-left: 19%
}
.xy-menu .xy-sub-menu>li .navsec{
    position: absolute;
    top: 0;
    left: 100%;
    width: 220px;
    background: #fff;
    display: none;
}
.xy-menu .xy-sub-menu>li .navsec dd{
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
}
.xy-menu .xy-sub-menu>li .navsec dd a{
    display: block;
    font-size: 14px;
    color: #989898;
    line-height: 2;
    white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
.xy-menu .xy-sub-menu>li .navsec dd a:hover{
    color: #2ec7d7;
}
.xy-menu .xy-sub-menu>li>a:hover:after {
  background-position: 0 0
}
.xy-menu .xy-sub-menu>li:hover .navsec{
    display: block;
}

@media (max-width: 1200px) {
  .xy-menu>li>a {
      font-size:14px
  }

  .xy-menu .xy-sub-menu>li>a {
      line-height: 35px;
      font-size: 12px
  }
}

.xy-head {
  position: fixed;
  /* top: 0; */
  /* left: 0; */
  /* right: 0; */
  /* z-index: 9999; */
  padding-bottom: 10px;
}

.xy-head-left .logo {
  display: block;
  -webkit-transition: all .7s;
  transition: all .7s;
  padding-right: 20%
}

.xy-head-left .logo h1 {
  display: inline-block;
  margin: 0;
  vertical-align: middle
}

.xy-head-left .logo img {
  max-width: 108%
}

.xy-head-right .xy-head-links {
  margin: 20px 0;
  color: #fff;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  overflow: hidden;
  height: 20px;
  opacity: 1
}

.xy-head-right .xy-head-links a {
  color: #fff;
  padding: 0 10px
}

.xy-head-navbar {
  position: relative;
  -webkit-transition: all .7s ease;
  transition: all .7s ease
}

.xy-head-navbar .xy-search {
  position: absolute;
  right: 0;
  top: 0;
  width: 130px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 15px;
  background-color: hsla(0,0%,100%,.1);
  overflow: hidden
}

.xy-head-navbar .xy-search #keyword {
  float: left;
  width: 80%;
  height: 28px;
  background: none;
  border: none;
  color: #fff;
  padding-left: 10px;
  font-size: 12px;
  outline: none
}

.xy-head-navbar .xy-search #s_btn {
  float: right;
  width: 20%;
  height: 28px;
  background: none;
  font-size: 18px;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 0;
  outline: none
}

@media (max-width:768px){
  .xy-head{
    display: none;
  }
}


.xy-head {
  position: static;
}

.xy-head .xy-menu {
  padding-top: 25px;
  padding-right: 40px;
}

.xy-head .xy-menu > li + li {
  background: none;
}

.xy-head .xy-menu > li > a {
  line-height: 36px;
  color: #323232;
  border: 1px solid #fff;
}

.xy-head .xy-menu > li > a:hover {
  border: 1px solid #468ac9;
  border-radius: 20px;
}

.xy-head .xy-menu .xy-sub-menu {
  z-index: 99;
}

.xy-head .xy-head-left .logo {
  line-height: 73px;
}

.xy-head .xy-head-navbar .xy-search {
  top: 26px;
  right: -10px;
  height: 35px;
  width: 0;
  background-color: #2ec7d7;
}

.xy-head .xy-head-navbar .xy-search #s_btn {
  height: 32px;background: url(../images/sous.png) no-repeat center;
}

.xy-head .xy-head-navbar .btn-search {
  position: absolute;
  right: 0;
  top: 27px;
  display: inline-block;
  width: 36px;
  height: 30px;
  background: url(../images/sous2.png) center no-repeat #2ec7d7;
}

.slick-banner .slick-dots li {
  border-radius: 0;
  background-color: #468ac9;
}

.slick-banner .slick-dots li.slick-active {
  background-color: #2ec7d7;
}

.title {
  height: 55px;
  font-size: 30px;
  color: #323232;
  text-align: center;
  background: url(../images/tlt1.png) bottom no-repeat;
}

.functions {
    margin: 70px 0 6% 0;
}

.functions .title {
  margin-bottom: 54px;
}

.functions .col-md-3 {
  text-align: center;
}

.functions .col-md-3 .img img {
  transition: all .3s;
}

.functions .col-md-3 .img:hover img {
  transform: rotate(180deg);
}

.functions .col-md-3 h4 {
  font-size: 18px;
  color: #323232;
  margin: 22px 0 34px;
  font-weight: normal;
  position: relative;
}

.functions .col-md-3 h4::after {
  position: absolute;
  left: 45%;
  bottom: -20px;
  width: 10%;
  height: 2px;
  content: '';
  background-color: #d2d2d2;
}

.functions .col-md-3 p {
  color: rgba(50, 50, 50, 0.6);
}

.xyin-about {
  padding: 0;
  background-color: #fff;

}

.xyin-about .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.xyin-about .aboutImg img {
  max-width: 100%;
}

.xyin-about .aboutCont {
  position: relative;
  padding: 0 30% 0 22px;
}

.xyin-about .aboutCont h4 {
  margin: 38px 0 60px;
  font-size: 24px;
  color: #5a5a5a;
}

.xyin-about .aboutCont span {
  color: #2ec7d7;
}

.xyin-about .aboutCont em {
  font-size: 18px;
  font-style: normal;
  color: rgba(90, 90, 90, 0.43);
  text-transform: uppercase;
}

.xyin-about .aboutCont p {
  font-size: 14px;
  color: #5a5a5a;
}

.xyin-about .aboutCont::after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  width: 170px;
  height: 220px;
  background: url(../images/marks.png) right no-repeat;
}

.xyin-about .aboutCont a {
  display: inline-block;
  padding: 0 20px;
  height: 40px;
  margin-top: 52px;
  line-height: 40px;
  border-radius: 20px;
  background-color: #2ec7d7;
  font-size: 14px;
  color: #fff;
}

.xyin-about .aboutCont a:hover {
  background-color: #fff;
  border: 1px solid #2ec7d7;
  color: #2ec7d7;
}

.xyin-product .title {
  margin-bottom: 22px;
}

.tabheader {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
}

.tabheader .tablist {
  width: 80%;
  margin: 0 auto;
}

.tabheader .tablist li {
  float: left;
  width: 25%;
  text-align: center;
  font-size: 16px;
  color: #5a5a5a;
  cursor: pointer;
}

.tabheader .tablist li.act a {
  color: #2ec7d7;
}

.lx-product-list {
  margin: 52px 0 36px;
}

.lx-product-list li {
  text-align: center;
}

.lx-product-list li a {
  display: block;
}

.lx-product-list li a .img {
  border: 1px solid #eeeeee;
  overflow: hidden;
}

.lx-product-list li a .img img {
  max-width: 100%;
  vertical-align: middle;
}

.lx-product-list li a h3 {
  margin-top: 16px;
  text-align: center;
  font-size: 14px;
  color: #5a5a5a;
  font-weight: normal;
}

.lx-product-list li a:hover .img {
  border-color: #2ec7d7;
}
.xyin-product {
    padding: 70px 0;
}
.disnone {
  display: none;
}

.tab {
  text-align: center;
}

.tab .more {
  display: inline-block;
  padding: 0 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #2ec7d7;
  font-size: 14px;
  color: #5a5a5a;
  border-radius: 20px;
}

.tab .more:hover {
  background-color: #2ec7d7;
  color: #fff;
}

.xyin-case-box {
  margin-top: 40px;
}

.xyin-case-item {
  position: relative;
  margin-bottom: 34px;
  overflow: hidden;
    /*width: 1;*/
    /*height: 270px;*/
}
.xyin-case-item a {
    display: block;
      width: 100%;
    height: 100%
}
.xyin-case-item .img {
  width: 100%;
}
.xyin-case-item .img img{
    width: 100%;
    height: 100%
}
.xyin-case-item .wz {
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 35px;
}

.xyin-case-item .mark {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,.6);
    display: none;
}

.xyin-case-item:hover .mark {
    display: block;
}
.xyin-case-item .wz,.xyin-case-item .wz .add-icon {
  -webkit-transition: all .7s ease;
  transition: all .7s ease
}

.xyin-case-item .wz .add-icon {
  text-align: center;
  opacity: 0
}

.xyin-case-item .wz .add-icon .iconfont {
  display: inline-block;
  width: 38px;
  height: 38px;
  color: #fff;
  font-size: 38px;
  line-height: 38px
}

.xyin-case-item .wz h3 {
  
  line-height: 36px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: rgba(0,0,0,.49)
}

.xyin-case-item .wz .info {
  line-height: 1.7;
  color: hsla(0,0%,100%,.5);
  margin-bottom: 40px;
  height: 48px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all .7s ease;
  transition: all .7s ease
}

.xyin-case-item:after {
  z-index: 8;
  top: 0;
  opacity: 0;
  -webkit-transition: all .7s ease;
  transition: all .7s ease
}

.xyin-case-item:after,.xyin-case-item:before {
  /*content: "";*/
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: rgba(0,0,0,.5); */
}

.xyin-case-item:before {
  z-index: 9;
  height: 36px;
  -webkit-transition: all .5s;
  transition: all .5s
}
@media (max-width: 768px) {
  .xyin-case {
      padding:25px 0 5px
  }
}

.xyin-news {
  background-color: #fff;
  padding: 60px 0 66px;
}
.xyin-news .xyin-news-title {
    position: relative;
    margin-bottom: 30px;
}
.newsheader .tablist {
  width: 40%;
  margin: 0 auto 54px;
}

.newsheader .tablist li {
  float: left;
  height: 40px;
  width: 150px;
  line-height: 40px;
  background: url(../images/tlt2.png) center no-repeat;
  background-size: 100% 100%;
  font-size: 16px;
  color: #5a5a5a;
  text-align: center;
  cursor: pointer;
}

.newsheader .tablist li.act {
  background: url(../images/tlt3.png) center no-repeat;
  background-size: 100% 100%;
  color: #fff;
}

.newsheader .tablist li.act a{
    color: #fff;
}

.xy-tonglan {
  background: #282834;
  padding: 60px 0
}

.xy-tonglan .xy-tl-title {
  position: relative;
  margin-bottom: 20px;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 10px
}

.xy-tonglan .xy-tl-title:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: #2ec7d7;
  left: 0;
  bottom: 0
}

.xy-tl-nav dl {
  float: left;
  margin-bottom: 25px;
}

.xy-tl-nav dd {
  margin-bottom: 10px
}

.xy-tl-nav dd a {
  font-size: 14px;
  color: hsla(0,0%,100%,.5);
  line-height: 25px
}

.xy-tl-nav dd a:hover {
  color: hsla(0,0%,100%,.8)
}

.xy-tonglan .xy-tl-box {
  font-size: 14px;
  color: hsla(0,0%,100%,.4);
  line-height: 25px
}

.xy-tonglan .xy-tl-box img {
  display: inline-block;
  margin-right: 15px
}

.xy-tonglan .xy-tl-ewm {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  padding-top: 30px
}

.xy-tonglan .xy-tl-ewm img {
  max-width: 100%
}

@media (max-width: 768px) {
  .xy-tonglan {
      padding:20px 0
  }
}

.xy-footer {
  padding-bottom: 55px;
  background: #282834;
  position: relative
}

.xy-footer .xy-ft-cpy {
  font-size: 13px;
  color: hsla(0,0%,100%,.4);
  padding-top: 5px;
  line-height: 1.6
}

.xy-footer .xy-ft-cpy a {
  color: hsla(0,0%,100%,.5)
}

.xy-footer .xy-ft-rtcp {
  font-size: 13px;
  padding-left: 45px;
  line-height: 45px;
  position: relative;
  z-index: 8
}

.xy-footer .xy-ft-rtcp,.xy-footer .xy-ft-rtcp a {
  color: hsla(0,0%,100%,.6)
}

.xy-footer .xy-ft-rtcp a:hover {
  color: hsla(0,0%,100%,.8)
}

.xy-footer:before {
  content: "";
  height: 45px;
  background: #2ec7d7 url(../images/ft_bg.png) 0 no-repeat;
  position: absolute;
  left: 50%;
  width: 50%;
  top: 0
}

@media (max-width: 1230px) {
  .xy-footer .xy-ft-rtcp {
      font-size:12px;
      padding-left: 35px
  }
}

@media (max-width: 990px) {
  .xy-footer:before {
      display:none
  }
}

@media (max-width: 768px) {
  .xy-footer {
      padding:10px 0;
      border-top: 1px solid #5b5c63;
      text-align: center
  }

  .xy-footer .xy-ft-cpy {
      padding-top: 0
  }

  .xy-footer span.jszc {
      display: block
  }
  .xyin-case-pd{
    width: 50%;
  }
}

.tabItems {
  display: none;
}

.tabItems a {
  display: block;
}

.tabItems a .timer {
  width: 78px;
  height: 86px;
  padding-top: 18px;
  background-color: #eee;
  border: 1px solid #d2d2d2;
  text-align: center;
}

.tabItems a .timer p {
  margin-bottom: 0;
  font-size: 24px;
  color: #323232;
  font-weight: bold;
}

.tabItems a .timer span {
  font-size: 16px;
  color: #323232;
}

.tabItems a h3 {
  margin: 22px auto 18px;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.tabItems a h3, .tabItems a p {
  font-size: 16px;
  color: #5a5a5a;
}

.tabItems a p {
  margin-bottom: 32px;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.tabItems a .more {
  display: inline-block;
  padding: 0 30px;
  height: 36px;
  line-height: 36px;
  border-radius: 20px;
  border: 1px solid #d2d2d2;
  font-size: 14px;
  color: #5a5a5a;
  text-align: center;
}

.tabItems a:hover .timer, .tabItems a:hover .more {
  background-color: #2ec7d7;
  border-color: #2ec7d7;
  color: #fff;
}

.tabItems a:hover .timer p, .tabItems a:hover .timer span, .tabItems a:hover .more p, .tabItems a:hover .more span {
  color: #fff;
}

.tabItems a:hover h3, .tabItems a:hover p {
  color: #2ec7d7;
}

.xy-tonglan {
  padding: 65px 0 0;
  background-color: #191938;
}

.xy-tonglan .xy-tl-title {
  font-size: 16px;
  font-weight: normal;
}

.xy-tonglan .xy-tl-title:before {
  width: 50px;
  background-color: #2ec7d7;
}

.xy-tonglan .xyin-links {
  padding: 28px 0 22px;
  border-top: 1px solid #292946;
  background-color: transparent;
  color: #949494;
  font-size: 14px;
  text-align: center;
}

.xy-tonglan .xyin-links a, .xy-tonglan .xyin-links span {
  color: #949494;
  font-size: 14px;
}

.xy-tonglan .xy-tl-box {
  color: #949494;
  font-size: 14px;
}

.xy-tonglan .xy-tl-box p {
  margin-bottom: 4px;
}

.xy-tonglan .xy-tl-box strong {
  font-size: 22px;
  color: #ffffff;
  line-height: 34px;
}

.xy-tonglan .col-md-4 {
  position: relative;
}

.xy-tonglan .col-md-4::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  content: '';
  width: 1px;
  height: 100%;
  background-color: #484860;
}

.xy-tonglan .xy-tl-contact {
  padding-left: 84px;
}

.xy-tl-nav dl {
  width: 25%;
}

.xy-tl-nav dd a {
  color: #5a5a5a;
}

.xy-footer {
  padding-bottom: 0;
  background-color: #fff;
  font-size: 12px;
  color: #949494;
}

.xy-footer .xy-ft-cpy, .xy-footer .xy-ft-rtcp {
  padding-left: 0;
  font-size: 12px;
  color: #949494;
}

.xy-footer .xy-ft-cpy a, .xy-footer .xy-ft-rtcp a {
  font-size: 12px;
  color: #949494;
}

.xy-footer .xy-ft-cpy {
  padding-top: 0;
  line-height: 45px;
}

.xy-footer::before {
  background: none;
}

.m-timer {
  display: none;
}

@media screen and (max-width: 1024px) {
  .xyin-about .aboutCont h4 {
    margin: 10px 0;
  }
  .xyin-about .aboutCont a {
    margin-top: 4px;
  }
  .xyin-about .aboutCont::after {
    height: 160px;
  }
  .newsheader .tablist {
    width: 52%;
  }
}

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

  .newsheader .tablist {
    width: 64%;
  }
  .xy-tonglan .xy-tl-contact {
    padding-left: 0;
  }
}

@media screen and (max-width: 450px) {
  .xyin-about .aboutCont::after {
    width: 100px;
  }
  .newsheader .tablist {
    width: 100%;
  }
  .newsheader .tablist li {
    width: 33.3%;
  }
  .xyin-news {
    padding: 20px 0;
  }
  .tabItems a {
    margin-bottom: 10px;
  }
  .xy-tonglan {
    padding: 20px 0;
  }
  .functions {
    margin: 20px auto;
  }
  .functions .title {
    margin-bottom: 20px;
  }
  .title {
    height: 45px;
    font-size: 20px;
  }
  .xyin-about .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .xyin-about .aboutCont {
    padding-right: 15px;
  }
  .xyin-about .aboutCont::after {
    background: none;
  }
  .tabheader .tablist {
    width: 100%;
    height: auto;
  }
  .tabheader .tablist li {
    width: 50%;
    line-height: 2;
  }
  .lx-product-list li a h3 {
    margin-bottom: 20px;
  }

  .xyin-case-item .wz h3 {
    margin: 0 auto;
  }
  .newsheader .tablist {
    margin-bottom: 10px;
  }
  .tabItems a p {
    margin-bottom: 12px;
  }
  .tabItems a .more {
    float: right;
  }
  .m-timer {
    font-size: 14px;
    color: #5a5a5a;
  }

}

.xyin-case-item:hover .wz h3{
    background: #2ec7d7;
}

@media(max-width: 640px){
  .xy-footer .xy-ft-cpy{line-height: 24px;}
  .xyin-product{padding: 30px 0;}
}



.wt_t{max-width: 1200px;margin:0 auto;padding:0 10px}
































.lxwm1{
    background: #fff;
    margin: 2vw auto;
    position: relative;
    overflow: hidden;
}
.lxwm1 .lxwm1-left{
    width: 50%;
    background: url(../images/lianxi_bg.png) right bottom no-repeat #fff;
    border: 1px solid #e5e5e5;
    border-radius: .5rem 0 0 .5rem;
    padding: 4rem 4rem 3rem;
    box-shadow: 1.832px 10.952px 10px 5px rgb(0,0,0,0.1);
}
.lxwm1 .lxwm1-left .lxfs{
    margin-bottom: 2vw;
}
.lxwm1 .lxwm1-left .lxfs ul li{
    font-size: 16px;
    color: #333;
    line-height: 2;
    margin-bottom: 10px;
}
.lxwm1 .lxwm1-left .lxfs ul li span{
    display: inline-block;
    width: 44px;
    line-height: 42px;
    height: 44px;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    margin-right: 20px;
    text-align: center;
}
.lxwm1 .lxwm1-left .lxfs ul li span img{
    max-width: 100%;
}
.lxwm1 .lxwm1-left .lxewm{
    display: flex;
    align-items: center;
}
.lxwm1 .lxwm1-left .lxewm img{
    max-width: 120px;
}
.lxwm1 .lxwm1-left .lxewm dl{
    font-size: 14px;
    line-height: 24px;
    color: #333;
    margin-left: 10px;
}

.lxwm1 .lxwm1-right{
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
}
.lxwm1 .lxwm1-right .map-box{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.lxwm2{
    background: rgba(245, 245, 245, 1);
    padding: 5vw 0;
}
.lxwm2 .lxwm2-tlt{
    text-align: center;
    margin-bottom: 30px;
}
.lxwm2 .lxwm2-tlt h3{
    font-size: 34px;
    font-weight: bold;
    color: #000;
    line-height: 1.6;
}
.lxwm2 .lxwm2-tlt p{
    font-size: 16px;
    color: #787878;
    line-height: 2;
}

.lxwm2 #form2 > div{
    margin-bottom: 25px;

}
.lxwm2 #form2 .ly-item1 textarea{
    width: 100%;
    height: 160px;
    background-color: #fff;
    border: 0px;
    padding: 10px;
    color: #666;
    outline: none;
}
.lxwm2 #form2 input::-webkit-input-placeholder,.lxwm2 #form2 textarea::-webkit-input-placeholder{
    color: #666;
}
.lxwm2 #form2 input::-moz-placeholder,.lxwm2 #form2 textarea::-moz-placeholder{ 
    color: #666;        
}
.lxwm2 #form2 input:-ms-input-placeholder,.lxwm2 #form2 textarea:-ms-input-placeholder{ 
    color: #666;        
}
.lxwm2 #form2 .ly-item2 input{
    width: 48%;
    float: left;
    border: none;
    outline: none;
    background: #fff;
    line-height: 42px;
    padding: 0 10px;
    font-size: 14px;
    color: #666;
}
.lxwm2 #form2 .ly-item2 #name{
    margin-right: 4%;
}
.lxwm2 #form2 .ly-item3 > input{
    width: 48%;
    float: left;
    border: none;
    outline: none;
    background: #fff;
    line-height: 42px;
    padding: 0 10px;
    font-size: 14px;
    color: #666;
    margin-right: 4%;
}
.lxwm2 #form2 .ly-item3 .code{
    display: flex;
    justify-content: space-between;
}
.lxwm2 #form2 .ly-item3 .code input{
    width: calc(100% - 120px);
    border: none;
    outline: none;
    background: #fff;
    line-height: 42px;
    padding: 0 10px;
    font-size: 14px;
    color: #666;
}
.lxwm2 #form2 .ly-item4 input{
    width: 100%;
    border: none;
    outline: none;
    background: #333;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 42px;
}
@media(max-width: 1199px){
    .lxwm1 .lxwm1-left > h3{
        font-size: 22px;
    }
    .lxwm1 .lxwm1-left .lxfs{
        font-size: 14px;
    }
    .lxwm1 .lxwm1-left .welto{
        font-size: 30px;
    }
    .lxwm1 .lxwm1-right{
        height: 400px;
    }
    .lxwm2 .lxwm2-tlt h3{
        font-size: 24px;
    }
    .lxwm2 .lxwm2-tlt p{
        font-size: 14px;
    }
}
@media(max-width: 767px){
    .lxwm1 .lxwm1-left{
        width: 100%;
        padding: 20px;
        float: none;
    }
    .lxwm1 .lxwm1-left > h3{
        font-size: 20px;
    }
    .lxwm1 .lxwm1-left .welto{
        font-size: 24px;
    }
    .lxwm1 .lxwm1-right{
        width: 100%;
        float: none;
    }
    .lxwm2 #form2 > div{
        margin-bottom: 15px;
    }
    .lxwm2 #form2 .ly-item2 input{
        width: 100%;
        float: none;
    }
    .lxwm2 #form2 .ly-item2 #name{
        margin-bottom: 15px;
        margin-right: 0;
    }
    .lxwm2 #form2 .ly-item3 > input{
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
    }

}


.aspg-right-mbx .cur-pos {
    display: inline-block;
    color: #333;
}

.aspg-right-mbx .cur-pos img{
    width: 20px;
    height: 20px;
}










   
/*phone底部导航*/

li {
    list-style: none;
}

.q_d_m {
    float: left;
    width: 100%;
    height: 50px;
}

.pf_down {
    width: 100%;
    float: left;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 50px;
    background: #2ec7d7;
    z-index: 999;
    border-top: 1px solid #fff;
}

.pf_down li {
    width: 33.333333%;
    float: left;
    text-align: center;
    padding: 7px 0 4px 0;
    border-right: 1px solid #fff;
}

.pf_down li .ico7 {
    width: 100%;
    float: left;
    height: 20px;
}

.pf_down li .d_name {
    width: 100%;
    float: left;
    margin-top: 4px;
    font-size: 12px;
    color: #fff;
    line-height: 14px;
}

.pf_down li.l1 .ico7 {
    background: url(../images/btn15.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down li.l2 .ico7 {
    background: url(../images/btn16.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down li.l3 .ico7 {
    background: url(../images/btn17.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down li:nth-child(3n) {
    border: none;
}
