@charset "utf-8";
/* CSS Document */
/*==========公共样式========*/
body {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6, p, span, ul, li, dl, dt, dd, img {
  border: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: normal;
}
a {
  text-decoration: none;
  color: #666666;
  transition: all 0.5s;
}
ol, ul {
  list-style: none
}
:focus {
  outline: none;
}
.clr {
  clear: both;
}
* {
  margin: 0;
  padding: 0;
}
/*公共样式*/
.clear:after {
  content: "";
  display: block;
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cl {
  clear: both;
}
.w1100 {
  width: 1200px;
  margin: 0 auto;
}
.indexCen {
  width: 1200px;
  margin: 0 auto;
}
.index_Cen {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.clearfix:after {
  content: '.';
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
  line-height: 0px;
}
.clearfix {
  zoom: 1
}
.w1200 {
    width: 1100px;
    margin: 0 auto;
}
.itit1, .itit2 {
    display: block;
    text-align: center;
    line-height: 1.5;
}
.itit1 {
    color: #1A1A1A;
    font-size: 18px;
}
.itit2 {
    font-size: 48px;
    color: #1A1A1A;
}
.iplist {
    display: none;
    margin-left: -3%;
    margin-top: 20px;
}
.iplist li {
    position: relative;
    float: left;
    width: 22%;
    margin-left: 3%;
    margin-top: 30px;
    background: #F5F5F7;
    overflow: hidden;
}
.ipc-pic {
    position: relative;
    height: 160px;
}
.ipc-pic img {
    display: block;
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.ipc-name {
    color: #333333;
    font-size: 16px;
    text-align: center;
    margin: 20px;
    font-weight: normal;
    height: 28.8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ipc-cover {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    background: #2E3192;
    text-align: center;
    color: #fff;
    transition: 0.65s;
    transform: translateY(100%);
}
.ict1 {
    font-size: 16px;
    height: 28px;
    overflow: hidden;
}
.ict2 {
    font-size: 14px;
    margin-top: 5px;
    height: 50px;
    overflow: hidden;
}
.icticon {
    display: block;
    font-size: 18px;
    margin-top: 15px;
}
.iplist li:hover .ipc-cover {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.iplist li:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 1;
    transition: 0.65s;
}
.iplist li:hover:before {
    top: 0;
    height: 100%;
}
.imore {
    display: block;
    color: #999999;
    font-size: 14px;
    text-align: center;
    margin-top: 45px;
}
.imore:hover {
    color: #2E3192;
}
.zfx-fk {
    width: 181px;
    height: 178px;
    background: #FAFAFA;
}
.ipc1 {
    position: absolute;
    bottom: 0;
    left: 179px;
}
.ipc2 {
    position: absolute;
    top: 0;
    right: 170px;
}
.ipc3 {
    position: absolute;
    left: 170px;
    top: 0;
}
.index-cases {
    padding: 100px 0;
    background: #34b9b8;
    overflow: hidden;
    background-attachment: fixed;
}
.itl {
    float: left;
    padding-top: 4%;
}
.itl .itit1, .itl .itit2 {
    color: #fff;
    text-align: left;
}
.itr {
    float: right;
    margin-right: 100px
}
.itrtxt {
    color: #fff;
    font-size: 18px;
}
.icbanner {
    position: relative;
    width: 1064px;
    margin: 30px auto 0;
}
.icbanner .slick-list {
    overflow: visible;
}
.ibitem {
    opacity: 0.5;
    position: relative;
    margin: 0 34px;
    transition: 0.45s;
    cursor: pointer;
}
.iipic {
    position: relative;
}
.iipic img {
    display: block;
    width: 100%;
}
.ipplay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    font-size: 63px;
}
.iitxt {
    opacity: 0;
    visibility: hidden;
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin-top: 25px;
    transition: 0.45s;
}
.icbanner .slick-active .iitxt {
    opacity: 1;
    visibility: visible;
}
.icbanner .slick-active.ibitem {
    opacity: 1;
}
.m-slider2 .pic {
    padding-top: 114%
}
.m-slider2 .txt {
    padding: 15px
}
.news-box {
    padding: 0 10%;
}
.news-left {
    float: left;
    width: 29.333%;
}
.news-right {
    float: right;
    width: 66%;
}
/*******产品展示******/
.cp {
  width: 100%;
  padding-bottom: 80px;
  background-color: #f3f3f3;
  overflow: hidden
}
.cptop {
  width: 100%;
  overflow: hidden;
  float: left;
}
.cptop p {
  text-align: center;
  margin-top: 60px;
}
.cptop span {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #2b2b2b;
  margin-top: 3px;
}
.cpter {
  width: 100%;
  overflow: hidden;
  float: left;
}
.cpterft {
  background: url(../sy_files/cp02.png) no-repeat center center;
  width: 280px;
  height: 100px;
  float: left;
}
.cpterft P {
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  text-indent: 98px;
  margin-top: 25px;
}
.cpterft span {
  display: block;
  font-size: 12px;
  color: #f3a4a7;
  text-indent: 98px;
}
.cpter ul {
  float: left;
  width: 920px;
}
.cpter ul li {
  float: left;
  margin-left: 10px;
  position: relative;
  margin-bottom: 10px;
}
.cpter ul li > a {
  display: block;
  width: 174px;
  height: 45px;
  background: #2b2b2b;
  text-align: center;
  line-height: 45px;
  font-size: 15px;
  color: #fff;
}
.cpter ul li > a:hover {
  background: #e60212;
}
.cpter ul li > div {
  display: none;
  width: 174px;
  background: url(../sy_files/cp03.png) no-repeat center 5px;
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 1000;
}
.cpter ul li > div > a {
  background: url(../sy_files/cp04.jpg) no-repeat center center;
  display: block;
  width: 174px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  color: #fff;
  font-size: 15px;
  border-bottom: 1px solid #fff;
}
.cpter ul li > div > a:nth-child(1) {
  margin-top: 10px;
}
.cpter ul li:hover div {
  display: block;
}
.cpter ul li > div > a:hover {
  background: url(../sy_files/cp05.png) no-repeat center center;
}
.cpter ul li.cpp1 a {
  background: url(../sy_files/cp06.jpg) no-repeat center center;
}
.cpbt {
  width: 100%;
  overflow: hidden;
  float: left;
  margin-top:30px
}
.cpbt li {
  width: 24%;
  height: auto;
  float: left;
  margin-right: 1.333%;
  position: relative;
  overflow: hidden;
  margin-bottom: 1%;
  border-radius: 10px;
}
.fff {
  background: #fff
}
.cpbt li:nth-child(4n) {
  margin-right: 0 !important
}
.cpbt li img {
  width: 100%;
  max-height:390px;
}
.cpfl li {
  width: 48.5%;
  float: left;
  margin-right: 3%;
  padding: 40px;
  border-radius: 15px;
  background: #2fa7a5;
  margin-top: 30px;
  min-height: 310px
}
.cpfl li:hover{box-shadow: 0px 10px 30px 0px rgba(126, 126, 126, 0.69);transition: all 0.3s;}
.cpfl li h3 {
  font-size: 24px;
  font-weight: bold;
  color: #2fa7a5; /* 文字颜色 */
  text-shadow:
    -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; /* 黑色描边 */ margin-bottom: 10px
}
.cpfl li p {
  color: #fff;
  line-height: 45px;
  font-size: 18px
}
.cpfl li:last-child {
  margin-right: 0 !important
}
.cpbt li p {
  width: 100%;
  height: auto;
  /* position: absolute; */
  /* top: 285px; */
  /* left: 0; */
  background: #fff;
  font-size: 16px;
  /* color: #fff; */
  line-height: 45px;
  text-align: center;
}
.cpbt li:hover img {
  opacity: 0.8;
  transition: all 0.3s;
}
.cpbt li:hover p {
  background: #2fa7a5;
  color: #fff;
  transition: all 0.3s;
}
/*资讯热线:*/
.tage {
  width: 100%;
  height: 250px;
  background: url(../sy_files/tageck.jpg) no-repeat center center;
}
.tage_box {
  width: 1200px;
  height: 250px;
}
.tage_box > span {
  width: 1200px;
  display: block;
  text-align: center;
  margin-top: 51px;
  float: left;
}
.tage_box p {
  text-align: center;
  font-size: 16px;
  color: #ffffff;
}
.tage_box span {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.tage_box div {
  padding-left: 515px;
  margin-top: 22px;
}
.tage_box div a {
  display: block;
  width: 170px;
  height: 40px;
  background: #e60212;
  text-align: center;
  line-height: 40px;
  font-size: 15px;
  color: #fff;
}
.tage_box div a:hover {
  text-decoration: underline;
}
/*定制流程*/
.dz {
  width: 100%;
  overflow: hidden;
  padding-bottom: 50px
}
.dz_box {
  width: 1200px;
}
.dztop {
  width: 100%;
  overflow: hidden
}
.dztop p {
  text-align: center;
  margin-top: 60px;
}
.dztop span {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #2b2b2b;
  line-height: 40px
}
.dzter {
  width: 1200px;
  height: 300px;
  background: url(../sy_files/dz02.png) no-repeat 237px 44px;
}
.dzter li {
  width: 240px;
  height: 100px;
  float: left;
  margin-bottom: 46px;
}
.dzter li p {
  text-align: center;
  line-height: 35px;
  font-size: 15px;
  color: #2b2b2b;
  margin-top: 65px;
}
.dzter li.dz1 {
  background: url(../sy_files/dz1.png) no-repeat center top;
}
.dzter li.dz1:hover {
  background: url(../sy_files/dz11.png) no-repeat center top;
}
.dzter li.dz2 {
  background: url(../sy_files/dz2.png) no-repeat center top;
}
.dzter li.dz2:hover {
  background: url(../sy_files/dz22.png) no-repeat center top;
}
.dzter li.dz3 {
  background: url(../sy_files/dz3.png) no-repeat center top;
}
.dzter li.dz3:hover {
  background: url(../sy_files/dz33.png) no-repeat center top;
}
.dzter li.dz4 {
  background: url(../sy_files/dz4.png) no-repeat center top;
}
.dzter li.dz4:hover {
  background: url(../sy_files/dz44.png) no-repeat center top;
}
.dzter li.dz5 {
  background: url(../sy_files/dz5.png) no-repeat center top;
}
.dzter li.dz5:hover {
  background: url(../sy_files/dz55.png) no-repeat center top;
}
.dzter li.dz6 {
  background: url(../sy_files/dz10.png) no-repeat center top;
}
.dzter li.dz6:hover {
  background: url(../sy_files/dz100.png) no-repeat center top;
}
.dzter li.dz7 {
  background: url(../sy_files/dz9.png) no-repeat center top;
}
.dzter li.dz7:hover {
  background: url(../sy_files/dz99.png) no-repeat center top;
}
.dzter li.dz8 {
  background: url(../sy_files/dz8.png) no-repeat center top;
}
.dzter li.dz8:hover {
  background: url(../sy_files/dz88.png) no-repeat center top;
}
.dzter li.dz9 {
  background: url(../sy_files/dz7.png) no-repeat center top;
}
.dzter li.dz9:hover {
  background: url(../sy_files/dz77.png) no-repeat center top;
}
.dzter li.dz10 {
  background: url(../sy_files/dz6.png) no-repeat center top;
}
.dzter li.dz10:hover {
  background: url(../sy_files/dz66.png) no-repeat center top;
}
/*选择我们*/
.choo {
  width: 100%;
  overflow: hidden;
  background: #f3f3f3;
  padding-bottom: 50px
}

.chootop {
  width: 100%;
  overflow: hidden;
  float: left;
  margin-bottom: 50px;
}
.chootop p {
  text-align: center;
  margin-top: 60px;
}
.chootop span {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #2b2b2b;
  margin-top: 3px;
}
.ys1 {
  width: 100%;
  overflow: hidden;
  float: left;
  margin-bottom: 30px;
}
.ys1 img {
  width: 48%;
  float: right;
  border-radius: 10px
}
.ys1 dl {
  background: url(../sy_files/ys01.png) no-repeat left 58px;
  width: 48%;
  float: left;
}
.ys1 dl dt {
  padding-left: 74px;
  font-size: 24px;
  color: #2b2b2b;
  font-weight: bold;
  margin-top: 58px;
}
.ys1 dl dd {
  padding-left: 74px;
  margin-top: 25px;
  height: 90px;
  color: #777777;
  line-height: 30px;
}
.ys1 dl dd span {
  color: #ec1b24;
  font-weight: bold;
}
.ys2 {
  width: 100%;
  overflow: hidden;
  float: left;
  margin-bottom: 30px;
}
.ys2 img {
  width: 48%;
  float: left;border-radius: 10px
}
.ys2 dl {
  background: url(../sy_files/ys02.png) no-repeat left 58px;
  width: 48%;
  float: right;
}
.ys2 dl dt {
  padding-left: 74px;
  font-size: 24px;
  color: #2b2b2b;
  font-weight: bold;
  margin-top: 58px;
}
.ys2 dl dd {
  padding-left: 74px;
  margin-top: 25px;
  height: 90px;
  color: #777777;
  line-height: 30px;
}
.ys2 dl dd span {
  color: #ec1b24;
  font-weight: bold;
}
.ys3 {
  width: 100%;
  overflow: hidden;
  float: left;
  margin-bottom: 30px;
}
.ys3 img {
  width: 48%;
  float: right;border-radius: 10px
}
.ys3 dl {
  background: url(../sy_files/ys03.png) no-repeat left 58px;
  width: 48%;
  float: left;
}
.ys3 dl dt {
  padding-left: 74px;
  font-size: 24px;
  color: #2b2b2b;
  font-weight: bold;
  margin-top: 58px;
}
.ys3 dl dd {
  padding-left: 74px;
  margin-top: 25px;
  height: 90px;
  color: #777777;
  line-height: 30px;
}
.ys3 dl dd span {
  color: #ec1b24;
  font-weight: bold;
}
.ys4 {
  width: 100%;
  overflow: hidden;
  float: left;
  margin-bottom: 30px;
}
.ys4 img {
  width: 48%;
  float: left;border-radius: 10px
}
.ys4 dl {
  background: url(../sy_files/ys04.png) no-repeat left 58px;
  width: 48%;
  float: right;
}
.ys4 dl dt {
  padding-left: 74px;
  font-size: 24px;
  color: #2b2b2b;
  font-weight: bold;
  margin-top: 58px;
}
.ys4 dl dd {
  padding-left: 74px;
  margin-top: 25px;
  height: 90px;
  color: #777777;
  line-height: 30px;
}
.ys4 dl dd span {
  color: #ec1b24;
  font-weight: bold;
}
/*公司简介*/
.gs {
  width: 100%;
  background: url(../sy_files/gsck.jpg) no-repeat center top;
  overflow: hidden
}
.gs_box {
  width: 80%;
}
.tt0 p{text-indent:0!important }
.gstop {
  width: 100%;
  height: 161px;
  float: left;
}
.gstop p, .chootop p, .dztop p, .cptop p {
  text-align: center;
  margin-top: 60px;
  font-size: 40px;
  color: #2fa7a5;
  font-weight: bold
}
.gstop span {
  text-align: center;
  display: block;
  font-size: 16px;
  color: #2b2b2b;
  margin-top: 3px;
}
.gster {
  width:100%;
  overflow: hidden;
  float: left;
  margin:30px auto
}
.gsft {
  width: 50%;
  overflow: hidden;
  float:right;
}
.gsft span {
  font-size: 24px;
  display: block;
  margin-top: 30px;
}
.gsft p {
  width: 100%;
  overflow: hidden;
  line-height: 40px;
  text-indent: 2em;
  margin-top: 10px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.gsft ul {
  width: 100%;
  height: 40px;
  margin-top: 50px;
}
.gsft ul li {
  width: 140px;
  height: 40px;
  float: left;
  margin-right: 20px;
}
.gsft ul li a {
  display: block;
  width: 140px;
  height: 40px;
  border: 1px solid #2b2b2b;
  text-align: center;
  line-height: 40px;
  font-size: 15px;
}
.gsft ul li a:hover {
  color: #fff;
  background: #e60212;
  border: 1px solid #e60212;
}
.gsrt {
  width: 48%;
  overflow: hidden;
  float: left;
}
.gsrt img {
  width: 100%;
  border-radius: 10px
}

.mrmr2 {
  width: 1200px;
  float: left;
  height: 178px;
  position: relative;
  margin-top: 40px;
}
.mr_BtnL2 {
  background: url(../sy_files/left.png) no-repeat center center;
  width: 25px;
  height: 46px;
  cursor: pointer;
  display: inline;
  position: absolute;
  top: 65px;
  left: -45px;
}
.mr_mr2 {
  float: left;
  width: 1200px;
  overflow: hidden;
  height: 178px;
}
.mr_BtnR2 {
  background: url(../sy_files/right.png) no-repeat center center;
  width: 25px;
  height: 46px;
  cursor: pointer;
  position: absolute;
  top: 65px;
  right: -45px;
}
.mr_mr2 ul li {
  float: left;
  width: 285px;
  height: 178px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}
.mr_mr2 ul li img {
  width: 285px;
  height: 178px;
  float: left;
}
.mr_mr2 ul li p {
  background: url(../sy_files/xc01.png) no-repeat center center;
  width: 285px;
  height: 178px;
  position: absolute;
  top: 178px;
  left: 0;
}
.mr_mr2 ul li:hover p {
  top: 0;
}
/*------------新闻资讯-------------*/
.news {
  width: 100%;
  overflow: hidden;
  margin-bottom: 60px
}
.news_box {
  width: 80%;
}
.newstop {
  width: 100%;
  overflow: hidden;
}
.newstop div {
  height: 39px;
  line-height: 39px;
  overflow: hidden;
  background: url(../sy_files/news02.png) no-repeat bottom center;
}
.newstop div p {
  float: left;
  padding-left: 15px;
  background: url(../sy_files/news01.png) no-repeat left center;
  font-size: 16px;
  color: #434343;
}
.newstop div p span {
  font-weight: bold;
}
.news .title span a {
  display: inline-block;
  float: right;
  width: 48px;
  height: 15px;
  border-radius: 5px;
  border: 1px solid #434343;
  font-size: 12px;
  color: #434343;
  text-align: center;
  line-height: 13px;
  margin-top: 12px;
}
.news .title span a:hover {
  background: #e60212;
  color: #fff;
  border: 1px solid #e60212;
}
.newstop ul {
  margin-top: 1px;
}
.newstop ul a {
     width: 48%;
    margin-right: 2%;
    margin-bottom: 2%;
    overflow: hidden;
    float: left;
    display: block;
    padding: 15px;
    background: #f6f6f6;
    border-radius: 10px;
}
.newstop ul a:nth-child(2n){margin-right: 0}
.newstop ul li{width: 100%}
.newstop ul li img{width: 35%; display: block; float: left; border-radius: 10px}
.newstop ul li c{    display: block;
    width: 61%;
    padding: 20px 0;
    line-height: 27px;
    float: right;}
.newstop ul li span {
  padding-left: 30px;
  background: url(../sy_files/wen.png) no-repeat left center;
  margin-top: 16px;
  display: block;
}
.newstop ul li span a {
  font-size: 16px;
  font-weight: bold;
  color: #434343;
  width: 400px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.newstop ul li p {
  font-size: 14px;
  color: #707070;
  width: 100%;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
  overflow: hidden;
  background: url(../sy_files/da.png) no-repeat left center;
  margin-top: 5px;
}
.newstop ul li span a:hover {
  color: #e60212;
}
.news-r {
  width: 575px;
  float: right;
  overflow: hidden;
  margin-top: 50px;
}
.news-r .title {
  height: 39px;
  line-height: 39px;
  overflow: hidden;
  background: url(../sy_files/news02.png) no-repeat bottom center;
}
.news-r .title p {
  float: left;
  padding-left: 15px;
  background: url(../sy_files/news01.png) no-repeat left center;
  font-size: 16px;
  color: #434343;
}
.news-r .title p span {
  font-weight: bold;
}
.news-r1 ul li {
  height: 40px;
  line-height: 40px;
  width: 575px;
  overflow: hidden;
  border-bottom: 1px dashed #dbdbdb;
}
.news-r1 ul li a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 575px;
  overflow: hidden;
}
.news-r1 ul li .s1 {
  float: right;
  font-size: 12px;
  color: #c5c5c5;
}
.news-r1 ul li .s2 {
  float: left;
  font-size: 15px;
  color: #343434;
  padding-left: 15px;
  background: url(../sy_files/news03.png) no-repeat left center;
  width: 416px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-r1 ul li:hover .s1 {
  color: #e60212;
}
.news-r1 ul li:hover .s2 {
  color: #e60212;
  background: url(../sy_files/news04.png) no-repeat left center;
}
.gster a:hover{color: #2fa7a5;opacity: 0.8;  transition: all 0.3s;}

@media (max-width: 1680px){
.gsft p {
  line-height: 30px!important;
}
