/*COMMON_BLK_START*/
/*AVAIBLE_VI
[
{"vicolor":"#005b9a","sub1color":"#e7f3ff"},
{"vicolor":"#01a08e","sub1color":"#ffb400"},
{"vicolor":"#1A2D27","sub1color":"#ABC327"},
{"vicolor":"#ffb400","sub1color":"#35c096"}
]
AVAIBLE_VI*/
body {
  overflow: hidden;
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
}
.box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tc {
  text-align: center;
}
.db {
  display: block;
}
.dn {
  display: none;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.oh {
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fwb {
  font-weight: bold;
}
.fwn {
  font-weight: normal;
}
.f_cb:after,
.f_cbli li:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  content: ".";
}
.f_cb,
.f_cbli li {
  zoom: 1;
}
.ma {
  margin: 0 auto;
}
.line1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.line5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.line6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.line7 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
.line8 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}
em {
  font-style: normal;
}
.list-style-02 .vertical-layout-item .item-line,
.list-style-01 .vertical-layout-item .item-line {
  padding: 15px;
}
.list-style-02 .vertical-layout-item .item-line::after,
.list-style-01 .vertical-layout-item .item-line::after {
  border: 1px solid #dedede;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.list-style-02 .vertical-layout-item .item-line:hover::after,
.list-style-01 .vertical-layout-item .item-line:hover::after {
  border-color: #09c61b;
}
.list-style-02 .level-layout-item .item-line::after,
.list-style-01 .level-layout-item .item-line::after {
  border: 1px solid #dedede;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.list-style-02 .level-layout-item .item-line:hover::after,
.list-style-01 .level-layout-item .item-line:hover::after {
  border-color: #09c61b;
}
.list-style-02 .item-line:hover .item-link,
.list-style-01 .item-line:hover .item-link {
  background: #09c61b;
  border-color: #09c61b;
}
.list-style-02 .item-line:hover .item-link a,
.list-style-01 .item-line:hover .item-link a {
  color: #fff;
}

.h_head {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  height: 132px;
  position: fixed;
  top: 0px;
  background: #ffff;
  left: 0px;
  z-index: 1000;
  /* margin-bottom: 100px; */
}
.h_con {
  height: 132px;
}
.h_con #h1-tag {
  float: left;
  box-sizing: border-box;
  display: table;
  height: 132px;
  padding: 8px 0 0 8%;
  margin-right: 1%;
  font-size: 0;
  line-height: 0;
  visibility: visible !important;
  animation-name: fadeInLeft2 !important;
}
.h_con #h1-tag a {
  display: table-cell;
  vertical-align: middle;
}
.h_con #h1-tag img {
  max-width: 210px;
  max-height: 100px;
  display: inline-block;
}
.h_con .logowz {
  line-height: 132px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #333333;
  width: 34.7%;
  float: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 132px;
}
.h_nav {
  float: left;
  width: 39%;
  height: 46px;
  margin-top: 40px;
  visibility: visible !important;
  animation-name: fadeInLeft2 !important;
}
.h_nav .nav-one {
  height: 46px;
}
.h_nav .nav-one > li {
  float: left;
  height: 46px;
  position: relative;
  text-align: center;
}
.h_nav .nav-one > li a {
  display: block;
  height: 46px;
  color: #666666;
  font-size: 20px;
  line-height: 46px;
  overflow: hidden;
}
.h_nav .nav-one > li a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: #09c61b;
  left: 0;
  bottom: 0;
  transition: all 0.3s linear 0s;
}
.h_nav .nav-one > li:hover > a,
.h_nav .nav-one > li.cur > a {
  color: #09c61b;
  font-weight: bold;
}
.h_nav .nav-one > li:hover > a:before,
.h_nav .nav-one > li.cur > a:before {
  width: 100%;
}
.h_nav .nav-one > li:hover .nav-two {
  display: block;
}
.h_nav .nav-two {
  display: none;
  background: #09c61b;
  position: absolute;
  top: 120px;
  z-index: 99;
}
.h_nav .nav-two li {
  border-bottom: 1px solid #ccc;
}
.h_nav .nav-two li {
  white-space: nowrap;
  height: 60px;
  position: relative;
  overflow: hidden;
  border-right: 0px;
}
.h_nav .nav-two li a {
  display: block;
  height: 60px;
  font-size: 16px;
  font-weight: normal;
  line-height: 60px;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.h_nav .nav-two li:hover > a {
  color: #fff;
}
.h_nav .nav-two li:hover {
  background-color: #09c61b;
  border-color: #09c61b;
}
.h_tel {
  float: left;
  width: 48px;
  height: 48px;
  position: relative;
  margin-top: 40px;
}
.h_tel p {
  width: 48px;
  height: 48px;
}
.h_tel p img {
  width: 48px;
  height: 48px;
  display: block;
}
.h_tel em {
  display: none;
  position: absolute;
  left: -300px;
  top: 42px;
  font-size: 22px;
  color: #333;
  font-weight: bold;
  width: 400px;
}
.h_tel:hover em {
  display: block;
}
@media screen and (max-width: 1581px) {
  .h_tel {
    display: none;
  }
  .h_nav .nav-one > li a {
    font-size: 16px;
  }
  .h_con #h1-tag {
    padding-left: 3%;
  }
}

.g_ft {
  background-image: url('../images/ftbg.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 1920px 478px;
  padding-top: 48px;
  height: 478px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.g_ft .ftup {
  height: 140px;
  overflow: hidden;
}
.g_ft .ftup li {
  float: left;
  position: relative;
  padding-left: 72px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.g_ft .ftup li i {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 0;
  top: 10px;
}
.g_ft .ftup li i img {
  display: block;
  width: 50px;
  height: 50px;
}
.g_ft .ftup li span {
  display: block;
}
.g_ft .ftup li span b {
  font-size: 16px;
  font-weight: normal;
  line-height: 36px;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.g_ft .ftup li span em {
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.g_ft .ftup li:nth-child(1) {
  width: 360px;
}
.g_ft .ftup li:nth-child(3) em {
  font-size: 14px;
}
.g_ft .ftup li:nth-child(2) {
  width: 415px;
}
.g_ft .ftup li:nth-child(3) {
  width: 420px;
}
.g_ft .ftdown {
  height: 266px;
}
.g_ft .ftdown .f-logo {
  float: left;
  width: 520px;
}
.g_ft .ftdown .f-logo img {
  display: block;
  max-width: 500px;
  max-height: 110px;
}
.g_ft .ftdown .f-logo p em {
  font-size: 16px;
  font-weight: normal;
  line-height: 46px;
  color: #ffffff;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.g_ft .ftdown .f-logo p a {
  color: #ffffff;
}
.g_ft .ftdown .ftnav {
  float: left;
  width: 450px;
}
.g_ft .ftdown .ftnav h2 {
  font-size: 22px;
  font-weight: normal;
  line-height: 94px;
  color: rgba(255, 255, 255, 0.8);
}
.g_ft .ftdown .ftnav .ftnavlst a {
  display: block;
  float: left;
  width: 45%!important;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  color: #ffffff;
  text-align: left!important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.g_ft .ftdown .ftnav .ftnavlst a:hover {
  color: #09c61b;
}
.g_ft .ftdown .codelst {
  width: 222px;
  float: left;
}
.g_ft .ftdown .codelst h2 {
  font-size: 22px;
  font-weight: normal;
  line-height: 94px;
  color: rgba(255, 255, 255, 0.8);
}
.g_ft .ftdown .codelst li {
  float: left;
  margin: 0 4px;
  display: block;
}
.g_ft .ftdown .codelst i {
  display: block;
  width: 92px;
  height: 92px;
  border: 5px solid #fff;
}
.g_ft .ftdown .codelst i img {
  width: 92px;
  height: 92px;
  display: block;
}
.g_ft .ftdown .codelst em {
  width: 92px;
  line-height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #fff;
  text-align: center;
  display: block;
  font-size: 16px;
  height: 40px;
}
/*COMMON_BLK_END*/
/*banner*/
.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 130px;
}
.ban_list {
  position: relative;
  z-index: 0;
}
.ban_list li {
  overflow: hidden;
  text-align: center;
  position: relative;
}
.ban_list li img {
  width: 100%;
  display: block;
}
.ban-prev,
.ban-next {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  opacity: 0.8;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 35px 78px;
  cursor: pointer;
}
.ban-prev {
  left: 10%;
}
.ban-next {
  right: 10%;
}
.ban_nav {
  position: absolute;
  bottom: 50px;
  left: 50%;
  z-index: 1;
  overflow: hidden;
  margin-left: -600px;
  width: 1200px;
  text-align: center;
}
.ban_nav ul li {
  display: inline-block;
  width: 10px;
  height: 10px;
  color: #fff;
  margin: 0 10px;
  border-radius: 50%;
  border: 2px solid #666;
  cursor: pointer;
}
.ban_nav ul .on {
  width: 60px;
  border-radius: 20px;
  background: #09c61b;
  border-color: #09c61b;
}
.g_sphf {
  background-image: url('../images/spzbbg.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 1920px 731px;
  height: 731px;
  padding-top: 102px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.g_sphf h2 {
  height: 200px;
}
.g_sphf h2 b {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 48px;
  font-weight: normal;
  line-height: 76px;
  color: #333333;
  font-weight: bold;
  padding-right: 400px;
}
.g_sphf h2 em {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 24px;
  font-weight: normal;
  line-height: 30px;
  color: #666666;
  padding-right: 400px;
}
.g_sphf p {
  /* height: 188px; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  color: #666666;
  width: 650px;
  margin-bottom: 10px;
}
.g_sphf .spbtn span {
  display: block;
  float: left;
  width: 326px;
  height: 110px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin-right: 18px;
  border-radius: 300px;
  position: relative;
  padding-left: 136px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
}
.g_sphf .spbtn span i {
  position: absolute;
  width: 96px;
  height: 96px;
  left: 30px;
  top: 7px;
}
.g_sphf .spbtn span em {
  font-size: 24px;
  font-weight: normal;
  line-height: 104px;
  color: #333333;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.g_sphf .spbtn span b {
  display: none;
  position: absolute;
  left: 0;
  top: -90px;
  border: 10px solid #fff;
  border-radius: 10px;
}
.g_sphf .spbtn span b img {
  display: block;
  width: 120px;
  height: 120px;
}
.g_sphf .spbtn span:hover b {
  display: block;
}
.g_sphf .spbtn .cur {
  background: #055dd5;
}
.g_sphf .spbtn .cur em {
  color: #fff;
}
.g_sphf .spbtn .cur em a {
  color: #fff;
}
.g_sphf .yzsp {
  position: absolute;
  right: -17px;
  top: 109px;
  width: 403px;
  height: 237px;
}
.g_sphf .yzsp img {
  width: 322px;
  height: 588px;
  display: block;
}

.g_sphf .yzsp .bf{
    display: none;
}
.g_sphf .yzsp:hover .bf{
    display: block;
}

.g_pro {
  background: #f6f6f6 url(../images/cpbg.jpg) no-repeat center top;
  padding: 92px 0;
}
.g_pro h2 a {
  height: 212px;
  display: block;
  text-align: center;
}
.g_pro h2 a b {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 50px;
  font-weight: normal;
  line-height: 76px;
  color: #fff;
  font-weight: bold;
}
.g_pro h2 a em {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 24px;
  font-weight: normal;
  line-height: 30px;
  color: #fff;
}
.g_pro .fltit {
  margin-bottom: 40px;
  width: 1190px;
}
.g_pro .fltit .flhd {
  height: 145px;
  background: #055dd5;
  position: relative;
  z-index: 11;
}
.g_pro .fltit .flhd li a {
  display: block;
  float: left;
  width: 14.2%;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  height: 145px;
  position: relative;
}
.g_pro .fltit .flhd li:last-child a {
  border-right: 0;
}
.g_pro .fltit .flhd li i {
  display: block;
  width: 70px;
  margin: 14px auto 0;
}
.g_pro .fltit .flhd li i img {
  width: 60px;
  height: 60px;
  display: block;
}
.g_pro .fltit .flhd li em {
  display: block;
  font-size: 18px;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.g_pro .fltit .flhd li.on a {
  background: #09c61b;
  color: #fff;
  position: relative;
}
.g_pro .fltit .flhd li.on a:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: -15px;
  z-index: 11;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 15px 0 15px;
  border-color: #09c61b transparent transparent transparent;
}
.g_pro .fltit .flbd {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 26px 0;
  z-index: 0;
}
.g_pro .fltit .flbd p {
  padding: 0 3%;
}
.g_pro .fltit .flbd p a {
  display: block;
  float: left;
  margin-right: 70px;
  font-size: 16px;
  color: #666666;
  position: relative;
  padding-left: 25px;
  line-height: 30px;
}
.g_pro .fltit .flbd p a:hover {
  color: #055dd5;
}
.g_pro .fltit .flbd p a:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border: 2px solid #b8babc;
  border-radius: 50%;
  left: 0;
  top: 11px;
}
.g_pro .m_pro .cpsp {
  float: left;
  width: 588px;
  height: 785px;
  position: relative;
}
.g_pro .m_pro .cpsp i {
  display: block;
  width: 588px;
  height: 785px;
}
.g_pro .m_pro .cpsp i img {
  width: 588px;
  height: 785px;
}
.g_pro .m_pro .cplst {
  /* float: right; */
  width: 102%;
}
.g_pro .m_pro .cplst .item-line {
  float: left;
  width: 283px;
  height: 256px;
  position: relative;
  margin: 0 8px;
  margin-bottom: 15px;
  background: #fff;
}
.g_pro .m_pro .cplst .item-line .item-picture {
  width: 288px;
  border: none;
}
.g_pro .m_pro .cplst .item-line .item-picture img {
  width: 100%;
  height: 216px;
  display: block;
  transition: all 0.3s linear 0s;
}
.g_pro .m_pro .cplst .item-line .item-text {
  position: absolute;
  width: 100%;
  line-height: 70px;
  text-align: center;
  font-size: 18px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  left: 0;
  bottom: 0;
}
.g_pro .m_pro .cplst .item-line:hover .item-picture img {
  transform: scale(1.1);
}
.g_pro .m_pro .cplst .item-title:hover a {
  color: #055dd5;
}
.g_pro .m_pro .level-layout-item .item-line:after,
.g_pro .m_pro .vertical-layout-item .item-line:after {
  border: none;
}
.g_an {
  padding-top: 78px;
  padding-bottom: 92px;
}
.g_an h2 a {
  height: 172px;
  display: block;
  text-align: center;
}
.g_an h2 a b {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 50px;
  font-weight: normal;
  line-height: 76px;
  color: #333333;
  font-weight: bold;
}
.g_an h2 a em {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 24px;
  font-weight: normal;
  line-height: 30px;
  color: #666666;
}
.g_an .antit {
  height: 96px;
  margin-bottom: 36px;
}
.g_an .antit li a {
  display: block;
  float: left;
  width: 14.2%;
  text-align: center;
  border-right: 1px solid #dfdfdf;
  height: 96px;
  position: relative;
}
.g_an .antit li i {
  display: block;
  width: 50px;
  border-radius: 50%;
  background: #055dd5;
  margin: 0 auto 0;
}
.g_an .antit li i img {
  width: 50px;
  height: 50px;
  display: block;
}
.g_an .antit li em {
  display: block;
  font-size: 22px;
  color: #333333;
  padding-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.g_an .antit li:last-child a {
  border-right: 0;
}
.g_an .antit li a:hover i {
  background-color: #09c61b;
}
.g_an .antit li a:hover em {
  color: #09c61b;
  font-weight: bold;
}
.g_an .anlst li {
  float: left;
  margin-right: 18px;
  margin-bottom: 18px;
  width: 387px;
}
.g_an .anlst li i {
  display: block;
  width: 387px;
}
.g_an .anlst li i img {
  width: 387px;
  height: 290px;
  display: block;
}
.g_an .anlst li em {
  display: block;
  font-size: 20px;
  color: #333333;
  height: 72px;
  line-height: 72px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 0 58px 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.g_an .anlst li em:before {
  content: "";
  position: absolute;
  background: url('../images/anbtn1.png');
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
  right: 42px;
  top: 25px;
}
.g_an .anlst li:nth-child(3n) {
  margin-right: 0;
}
.g_an .anlst li:hover em {
  background: #055dd5;
  color: #fff;
}
.g_an .anlst li:hover em:before {
  background: url('../images/anbtn2.png');
  background-size: 22px 22px;
}
.g_hzkf {
  background-image: url('../images/hzbg.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 1920px 1080px;
  padding-top: 90px;
  height: 1080px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.g_hzkf h2{
  height: 172px;
  display: block;
  text-align: center;
}
.g_hzkf h2 b {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 50px;
  font-weight: normal;
  line-height: 76px;
  color: #333333;
  font-weight: bold;
}
.g_hzkf h2 em {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 24px;
  font-weight: normal;
  line-height: 30px;
  color: #666666;
}
.cases {
  padding-top: 85px;
  position: relative;
}
.cases h2 {
  height: 164px;
  display: block;
  text-align: center;
}
.cases h2 b {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 50px;
  font-weight: normal;
  line-height: 76px;
  color: #333333;
  font-weight: bold;
}
.cases h2 em {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 24px;
  font-weight: normal;
  line-height: 30px;
  color: #666666;
}
.cases .u_ljt,
.cases .u_rjt {
  position: absolute;
  width: 60px;
  height: 88px;
  overflow: hidden;
}
.cases .u_ljt {
  left: -180px;
  top: 290px;
}
.cases .u_rjt {
  right: -180px;
  top: 290px;
}
.cases .u_rjt img {
  margin-left: -60px;
}
.cases:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #c9d0d4;
  left: 0;
  top: 250px;
}
.casetit ul {
  width: 1200px;
  height: 94px;
  margin: 0 auto;
}
.casetit ul li {
  float: left;
  width: 25%;
  position: relative;
  padding-left: 116px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.casetit ul li:before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  background: #055dd5;
  left: 0;
  top: -1px;
  transition: all 0.3s linear 0s;
}
.casetit ul li i {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 56px;
  top: 28px;
  overflow: hidden;
}
.casetit ul li i img {
  width: 100px;
  height: 50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.casetit ul li em {
  font-size: 28px;
  color: #333333;
  line-height: 94px;
  overflow: hidden;
  height: 94px;
  display: block;
}
.casetit ul li.on i img {
  margin-left: -50px;
}
.casetit ul li.on em {
  color: #055dd5;
  font-weight: 700;
}
.casetit ul li.on:before {
  width: 100%;
}
.cases dl {
  width: 1200px;
  height: 653px;
  position: relative;
  margin: 0 10px 0 0;
}
.cases dl dt {
  width: 1200px;
  height: 653px;
  line-height: 0;
  overflow: hidden;
  position: relative;
}
.cases dl dt img {
  width: 1200px;
  height: 653px;
}
.cases dl dt:before {
  content: "";
  position: absolute;
  width: 1200px;
  height: 653px;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
}
.cases dl dd {
  width: 1148px;
  height: 180px;
  position: absolute;
  bottom: 38px;
  left: 20px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
.cases h5 {
  float: left;
  width: 186px;
  height: 180px;
  background: #055dd5;
  padding: 12px 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cases h5 i {
  display: block;
  width: 82px;
  margin: 0 auto;
}
.cases h5 i img {
  width: 82px;
  height: 82px;
  display: block;
}
.cases h5 em {
  display: block;
  text-align: center;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}
.cases p {
  float: left;
  width: 888px;
  padding: 23px 0 0 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #666666;
}
.ys_con {
  position: relative;
}
.ys_con .tempWrap {
  overflow: visible !important;
}
.cases dl.cur dd {
  display: block;
}
.cases dl.cur dt img {
  opacity: 1;
}
.cases dl.cur dt:before {
  background: none;
  display: none;
}
.g_sp {
  padding-top: 88px;
  background: #f6f6f6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.g_sp h2 a {
  height: 164px;
  display: block;
  text-align: center;
}
.g_sp h2 a b {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 50px;
  font-weight: normal;
  line-height: 76px;
  color: #333333;
  font-weight: bold;
}
.g_sp h2 a em {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 24px;
  font-weight: normal;
  line-height: 30px;
  color: #666666;
}
.g_sp .spbd {
  padding-bottom: 100px;
}
.g_sp .spbd li {
  float: left;
  background: #fff;
  border-radius: 20px;
  height: 611px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: 0 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
}
.g_sp .spbd li i {
  width: 330px;
  height: 587px;
  display: block;
  margin: 12px;
}
.g_sp .spbd li i img {
  width: 330px;
  height: 587px;
  display: block;
  border-radius: 15px;
}
.g_sp .spbd li em {
  position: absolute;
  left: 12px;
  bottom: 12px;
  width: 330px;
  margin: 0 auto;
  font-size: 14px;
  color: #fff;
  line-height: 60px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.g_sp .spbd li:nth-child(4) {
  margin-right: 0;
}
.g_sp .u_ljt,
.g_sp .u_rjt {
  position: absolute;
  width: 34px;
  height: 44px;
  overflow: hidden;
}
.g_sp .u_ljt {
  left: -50px;
  top: 250px;
}
.g_sp .u_rjt {
  right: -50px;
  top: 250px;
}
.g_news {
  padding-top: 93px;
  padding-bottom: 100px;
}
.g_news h2 a {
  height: 154px;
  display: block;
  text-align: center;
}
.g_news h2 a b {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 50px;
  font-weight: normal;
  line-height: 76px;
  color: #333333;
  font-weight: bold;
}
.g_news h2 a em {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 24px;
  font-weight: normal;
  line-height: 30px;
  color: #666666;
}
.g_news .newhd {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #bebebc;
  margin-bottom: 48px;
}
.g_news .newhd li a {
  display: block;
  position: relative;
  float: left;
  margin-right: 80px;
  padding-left: 45px;
  line-height: 60px;
}
.g_news .newhd li a i {
  position: absolute;
  left: 0;
  top: 10px;
  width: 40px;
  height: 40px;
  overflow: hidden;
}
.g_news .newhd li a i img {
  width: 80px;
  height: 40px;
  display: block;
}
.g_news .newhd li a em {
  font-size: 20px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-width: 150px;
}
.g_news .newhd li a:hover em {
  color: #055dd5;
}
.g_news .newhd li a:before {
  content: "";
  position: absolute;
  background: url(../images/newline.png) no-repeat;
  background-size: 13px 22px;
  width: 22px;
  height: 22px;
  right: -60px;
  top: 23px;
}
.g_news .newhd li:nth-child(3) a:before {
  background: none;
}
.g_news .newhd li.on em {
  color: #055dd5;
  font-weight: bold;
}
.g_news .newhd li.on i img {
  margin-left: -40px;
}
.g_news .newcon {
  width: 388px;
  overflow: hidden;
  float: left;
}
.g_news .newup {
  float: left;
  width: 388px;
}
.g_news .newup .dt1 dt {
  width: 387px;
  height: 290px;
  overflow: hidden;
}
.g_news .newup .dt1 dt img {
  width: 387px;
  height: 290px;
  display: block;
  transition: all 0.3s linear 0s;
}
.g_news .newup .dt1 dd {
  position: relative;
}
.g_news .newup .dt1 .prod-hot-name {
  display: none;
}
.g_news .newup .dt1 .prod-hot-desc {
  display: none;
}
.g_news .newup .dt1 .prod-hot-link a {
  display: none;
}
.g_news .newup .dt1 .prod-hot-time3 {
  display: none;
}
.g_news .newup .dt2 .prod-hot-tt {
  position: absolute;
  width: 70px;
  height: 32px;
  line-height: 32px;
  background: #055dd5;
  left: 30px;
  top: 30px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.g_news .newup .dt2 dt {
  display: none;
}
.g_news .newup .dt2 dd {
  position: relative;
  background: #f5f5f5;
  height: 290px;
  padding: 60px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.g_news .newup .dt2 .prod-hot-name a {
  display: block;
  font-size: 20px;
  font-weight: normal;
  line-height: 40px;
  color: #333333;
  border-bottom: 1px solid #e5e2e1;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 20px;
  padding-bottom: 20px;
}
.g_news .newup .dt2 .prod-hot-name a:hover {
  color: #055dd5;
  font-weight: bold;
}
.g_news .newup .dt2 .prod-hot-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
  color: #666666;
  overflow: hidden;
}
.g_news .newup .dt2 .prod-hot-link a {
  display: none;
}
.g_news .newup .dt2 .prod-hot-time1 {
  display: block;
  position: absolute;
  right: 30px;
  top: 30px;
  line-height: 32px;
}

.synewr {
  float: right;
  width: 745px;
}
.newdown .item-line {
  padding: 25px 0;
  border-bottom: 1px solid #ded8d5;
  height: 120px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.newdown .item-line .item-picture {
  display: none;
}
.newdown .item-line .item-text {
  position: relative;
}
.newdown .item-line .item-title a {
  display: block;
  font-size: 18px;
  line-height: 36px;
  color: #333333;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  position: relative;
  padding-right: 40px;
}
.newdown .item-line .item-title a:hover {
  color: #055dd5;
  font-weight: bold;
}
.newdown .item-line .item-title a:before {
  content: "";
  position: absolute;
  background: url(../images/dtico1.png) no-repeat;
  background-size: 22px 22px;
  right: 0;
  top: 9px;
  width: 22px;
  height: 22px;
}
.newdown .item-line .item-desc {
  display: none;
}
.newdown .item-line .item-link a {
  display: none;
}
.newdown .item-line .prod-hot-time1 {
  display: block;
  position: absolute;
  left: 0;
  top: 36px;
  line-height: 32px;
  font-size: 14px;
  color: #666666;
  font-weight: normal;
}
.newdown .item-line:nth-child(1) {
  height: 188px;
  border-bottom: 1px solid #ded8d5;
}
.newdown .item-line:nth-child(1) .item-picture {
  float: left;
  width: 200px;
  height: 150px;
  display: block;
}
.newdown .item-line:nth-child(1) .item-picture img {
  width: 200px;
  height: 150px;
  display: block;
}
.newdown .item-line:nth-child(1) .item-text {
  float: right;
  width: 505px;
  position: relative;
}
.newdown .item-line:nth-child(1) .item-title a {
  display: block;
  font-size: 18px;
  line-height: 38px;
  color: #055dd5;
  margin-bottom: 58px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  position: relative;
}
.newdown .item-line:nth-child(1) .item-title a:before {
  content: "";
  position: absolute;
  background: url(../images/dtico2.png) no-repeat;
  background-size: 22px 22px;
  right: 0;
  top: 9px;
  width: 22px;
  height: 22px;
}
.newdown .item-line:nth-child(1) .item-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
  color: #666666;
  overflow: hidden;
}
.newdown .item-line:nth-child(1) .item-link a {
  display: none;
}
.newdown .item-line:nth-child(1) .item-time {
  display: block;
}
.newdown .item-line:nth-child(1) .prod-hot-time1 {
  display: block;
  left: auto;
  top: auto;
  position: relative;
  color: #666666;
  line-height: 32px;
  font-weight: normal;
}
/**/
.link {
  height: 70px;
  line-height: 70px;
  background: #055dd5;
  max-height: 70px;
}
.link .link-title {
  width: 120px;
  height: 70px;
  line-height: 70px;
  color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  border-right: 0;
  margin-top: 0;
}
.link .link-title p {
  height: 70px;
  color: rgba(255, 255, 255, 0.7);
}
.link .link-list {
  width: 1000px;
  height: 70px;
  overflow: hidden;
  margin: 0;
  line-height: 70px;
}
.link .link-list a {
  color: rgba(255, 255, 255, 0.7);
}
.link .link-list a:hover {
  color: #09c61b;
}

.shop-nav-t1 i img {
  background-color: #09c61b;
}

.sidebar4 .left-nav-01-tit {
  background: #09c61b;
}
.sidebar1 {
  position: fixed;
  top: 50%;
  z-index: 999;
  margin-top: -120px;
  width: 45px;
}
.sidebar1-item {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-bottom: 5px;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  line-height: 45px;
  color: #fff;
}
.sidebar1-item-con {
  height: 45px;
  border-radius: 50%;
}
.sidebar1-item a {
  color: #fff;
}
.sidebar1-item-icon,
.sidebar1-item-icon img {
  width: 45px;
  height: 45px;
}
.sidebar1-qq-txt {
  display: none;
  width: 130px;
  overflow: hidden;
}
.sidebar1-qq:hover .sidebar1-item-con {
  position: absolute;
  top: 0;
  width: 175px;
  height: 45px;
  border-radius: 22px;
}
.sidebar1-qq:hover .sidebar1-qq-txt {
  display: block;
}
.sidebar1-code-img {
  display: none;
  width: 115px;
  padding: 5px;
  border: solid 1px #ccc;
  position: absolute;
  top: 0;
  background-color: #fff;
  text-align: center;
}
.sidebar1-code-img img {
  width: 115px;
  height: 115px;
  display: block;
}
.sidebar1-code-img p {
  height: 24px;
  color: #333;
  line-height: 24px;
  overflow: hidden;
}
.sidebar1-code:hover .sidebar1-code-img {
  display: block;
}
.sidebar1-tel-txt {
  display: none;
  width: 305px;
}
.sidebar1-tel:hover .sidebar1-item-con {
  position: absolute;
  top: 0;
  width: 230px;
  height: 45px;
  border-radius: 22px;
}
.sidebar1-tel:hover .sidebar1-tel-txt {
  display: block;
  font-size: 18px;
}
.sidebar1-right {
  right: 10px;
}
.sidebar1-right .sidebar1-item-icon,
.sidebar1-right .sidebar1-qq-txt {
  float: left;
}
.sidebar1-right .sidebar1-item-con {
  right: 0;
}
.sidebar1-right .sidebar1-code-img {
  left: -128px;
}
.sidebar1-left {
  left: 10px;
}
.sidebar1-left .sidebar1-item-icon,
.sidebar1-left .sidebar1-qq-txt,
.sidebar1-left .sidebar1-tel-txt {
  text-align: right;
  float: right;
}
.sidebar1-left .sidebar1-code-img {
  right: -128px;
}
.search-inp .search-btn::after {
  background-color: #09c61b;
}
.search-inp .search-btn::before {
  border-color: #09c61b;
}

.list-style-02 .vertical-layout-item .item-line,
.list-style-01 .vertical-layout-item .item-line {
  padding: 15px;
}
.list-style-02 .vertical-layout-item .item-line::after,
.list-style-01 .vertical-layout-item .item-line::after {
  border: 1px solid #dedede;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.list-style-02 .vertical-layout-item .item-line:hover::after,
.list-style-01 .vertical-layout-item .item-line:hover::after {
  border-color: #09c61b;
}
.list-style-02 .level-layout-item .item-line::after,
.list-style-01 .level-layout-item .item-line::after {
  border: 1px solid #dedede;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.list-style-02 .level-layout-item .item-line:hover::after,
.list-style-01 .level-layout-item .item-line:hover::after {
  border-color: #09c61b;
}
.list-style-02 .item-line:hover .item-link,
.list-style-01 .item-line:hover .item-link {
  background: #09c61b;
  border-color: #09c61b;
}
.list-style-02 .item-line:hover .item-link a,
.list-style-01 .item-line:hover .item-link a {
  color: #fff;
}

/*min-banner*/
.min-banner {
  height: 500px;
  position: relative;
  overflow: hidden;
  padding-top: 130px;
}
.min-banner img {
  width: 1920px;
  height: 500px;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}

.crumbs-1 {
  height: 65px;
  font-size: 14px;
  border-bottom: 1px dashed #dcdcdc;
  margin-bottom: 30px;
}
.crumbs-1 b {
  font-weight: normal;
}
.crumbs-1 i {
  font-style: normal;
}
.crumbs-1 span {
  padding: 0 5px;
  height: 65px;
  line-height: 65px;
}
.crumbs-1 a:hover {
  color: #09c61b;
}

.fdh-01-tit {
  background: #09c61b;
  height: 80px;
}
.fdh-01-tit h3 {
  height: 75px;
  font-size: 24px;
  font-weight: normal;
  line-height: 75px;
  color: #333;
  border-bottom: 1px solid #fff;
  text-align: center;
  overflow: hidden;
}
.p6-order-form-1-add {
  border: 1px solid #eee;
  margin-bottom: 40px;
  overflow: hidden;
}
.p6-order-form-1-add ul {
  padding: 20px 12px;
}
.p6-order-form-1-add li {
  font-size: 14px;
  font-weight: normal;
  line-height: 34px;
  color: #666;
}

.pagination-1 {
  margin: 30px auto 60px;
  height: 30px;
  text-align: center;
}
.pagination-1 li,
.pagination-1 span {
  vertical-align: top;
  display: inline-block;
  padding: 0 8px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #e5e5e5;
  text-align: center;
  margin: 0 2px;
  background: #fff;
}
.pagination-1 li.thisclass{
    background: #055dd5;

}
.pagination-1 li.thisclass a{

    color: #fff;
}
.pagination-1 span {
  border: 1px solid #fff;
}
.pagination-1 .page_curr {
  background: #09c61b;
  color: #fff;
  border-color: #09c61b;
}
.pagination-1 .laypage_first,
.pagination-1 .laypage_last {
  display: none;
}

.g_newhotcp {
  padding: 0 0 60px;
}
.g_newhotcp .pro-title p {
  height: 52px;
  line-height: 52px;
  font-size: 32px;
  color: #333;
  font-weight: bold;
  text-align: left;
  margin-bottom: 18px;
}
.g_newhotcp .prod-hot-swit {
  /* position: relative; */
  /* padding-left: 700px; */
}
.g_newhotcp .prod-hot-swit:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 230px;
  background: #ebebeb;
  left: 656px;
  top: 0;
}
.g_newhotcp .prod-hot-swit dl {
  /* height: 110px; */
  /* padding-top: 20px; */
}
.g_newhotcp .prod-hot-swit dt {
  display: none;
}
.g_newhotcp .prod-hot-name {
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  color: #000;
  max-height: 48px;
  font-weight: bold;
  margin-bottom: 0px;
}
.g_newhotcp .prod-hot-name a {
  display: block;
  max-height: 48px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.g_newhotcp .prod-hot-desc {
  margin-top: 0px;
  height: 90px;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.g_newhotcp .prod-hot-link {
  display: none;
}
/*.g_newhotcp .prod-hot-swit dl:nth-child(1) {*/
/*  position: absolute!important;*/
/*  left: 0;*/
/*  top: 0;*/
/*  width: 600px;*/
/*  padding-top: 0;*/
/*}*/
.g_newhotcp .prod-hot-swit dl {
 
  width: 600px;
  padding-top: 0;
  float: left;
}
.g_newhotcp .prod-hot-swit dl dt {
  float: left;
  display: block;
  width: 285px;
}
.g_newhotcp .prod-hot-swit dl dt img {
  width: 285px;
  height: 212px;
  display: block;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.g_newhotcp .prod-hot-swit dl dd {
  float: left;
  width: 280px;
  margin-left: 20px;
  /* padding-top: 30px; */
}
.g_newhotcp .prod-hot-swit dl.prod-hot-name a {
  display: block;
  line-height: 40px;
  font-size: 18px;
  color: #333333;
  height: 40px;
  overflow: hidden;
  margin-bottom: 15px;
}
.g_newhotcp .prod-hot-swit dl .prod-hot-desc {
  font-size: 16px;
  color: #888888;
  line-height: 30px;
  height: 92px;
  overflow: hidden;
}
.g_newhotcp .prod-hot-swit dl .prod-hot-link {
  display: block;
  margin-top: 24px;
}
.g_newhotcp .prod-hot-swit dl .prod-hot-link a {
  display: block;
  width: 132px;
  height: 40px;
  line-height: 40px;
  background: #055dd5;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-radius: 25px;
}

.cpfl .left-nav-01-tit h2 {
  height: 80px;
  line-height: 80px;
  font-size: 50px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  margin-bottom: 48px;
}
.cpfl .prod-list01.list-style-01 {
  width: 1200px;
}
.cpfl .left-nav-01 {
  margin-bottom: 48px;
}
.cpfl .left-nav-01-one > li {
  height: 60px;
  line-height: 60px;
  float: left;
  width: 14.2%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cpfl .left-nav-01-one > li:nth-child(7n) {
  margin-right: 0;
}
.cpfl .left-nav-01-one > li h3 {
  height: 60px;
  line-height: 60px;
}
.cpfl .left-nav-01-one > li h3 a {
  display: block;
  margin-right: 0!important;
  padding-left: 0!important;
  text-align: center;
  height: 60px;
  font-size: 18px;
  font-weight: normal;
  line-height: 60px;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  background: #055dd5;
}
.cpfl .left-nav-01-one > li.sidenavcur,
.cpfl .left-nav-01-one > li:hover {
  color: #fff;
  background: #09c61b;
}
.cpfl .left-nav-01-one > li.sidenavcur > h3 > a,
.cpfl .left-nav-01-one > li:hover > h3 > a {
  color: #fff;
  font-weight: bold;
  background: #09c61b;
}
.cplst .vertical-layout-item .item-line {
  float: left;
  width: 48%;
  margin: 0 1% 40px;
  background: #f0f0f0;
}
.cplst .vertical-layout-item .item-picture {
  float: left;
  width: 50%;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 203px;
}
.cplst .vertical-layout-item .item-text {
  float: left;
  width: 50%;
  padding: 0px 24px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cplst .vertical-layout-item .item-line .item-title {
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  /* margin-bottom: 13px; */
  margin: 0px;
}
.cplst .vertical-layout-item .item-line .item-title a {
  display: block;
  font-weight: bold;
  position: relative;
  line-height: 40px;
}
.cplst .vertical-layout-item .prod-hot-time1 {
  display: none;
}
.cplst .vertical-layout-item .item-desc {
  display: block;
  font-size: 15px;
  max-height: 150px!important;
  text-align: left;
  line-height: 25px;
  color: #666666;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 5 !important;
  overflow: hidden !important;
  margin-bottom: 10px;
}
.cplst .vertical-layout-item .item-link {
  display: block;
  width: 160px;
  height: 44px;
  line-height: 44px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding-right: 55px;
  background: #055dd5;
  border-radius: 25px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  padding-left: 30px;
  position: relative;
  border: none;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cplst .vertical-layout-item .item-link:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../images/nycpmore.png) no-repeat;
  background-size: 20px 20px;
  right: 30px;
  top: 12px;
  z-index: 111;
}
.cplst .vertical-layout-item .item-link a {
  color: #fff;
  padding: 0;
}
.cplst .list-style-02 .vertical-layout-item .item-line::after,
.cplst .list-style-01 .vertical-layout-item .item-line::after {
  border: none;
}

.pc-cx-tel-1 {
  padding-top: 10px;
  width: 432px;
  height: 56px;
  border-top: 2px solid #e6e6e6;
}
.pc-cx-tel-1-t1 {
  float: right;
  width: 114px;
  background-color: #09c61b;
  text-align: center;
}
.pc-cx-tel-1-t1 a {
  display: block;
  height: 44px;
  font-size: 18px;
  font-weight: normal;
  line-height: 44px;
  color: #fff;
  overflow: hidden;
}
.pc-cx-tel-1-t2 {
  width: 255px;
  padding-left: 70px;
  height: 56px;
}
.pc-cx-tel-1-t2 span {
  display: block;
  height: 22px;
  font-size: 18px;
  font-weight: normal;
  line-height: 22px;
  color: #454545;
  overflow: hidden;
}
.pc-cx-tel-1-t2 em {
  display: block;
  height: 24px;
  word-break: break-all;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  color: #454545;
  overflow: hidden;
}
.prod-show {
  position: relative;
  padding: 15px 18px 16px 20px;
  border: 1px solid #eee;
  margin-bottom: 40px;
  background-color: #fff;
}
.prod-show-right {
  float: left;
  width: 420px;
  padding-top: 30px;
}
.prod-show-right-tit {
  overflow: hidden;
  margin-bottom: 16px;
  height: 40px;
  font-size: 24px;
  font-weight: normal;
  line-height: 40px;
  color: #454545;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prod-show-right-con {
  overflow: hidden;
  height: 240px;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #666;
  margin-bottom: 28px ;
}
.prod-show-right-con span {
  display: block;
}
.prod-show-left {
  position: relative;
  float: left;
  overflow: hidden;
  margin-right: 3.3%;
  width: 420px;
  border: 1px solid #e7e7e7;
  line-height: 0;
}
.prod-show-left-jt {
  position: absolute;
  top: 50%;
  z-index: 33;
  margin-top: -11px;
  width: 12px;
  height: 23px;
  cursor: pointer;
}
.prod-show-left-prev {
  left: 10px;
}
.prod-show-left-next {
  right: 10px;
}
.prod-show-left-size {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 15px;
  width: 28px;
  height: 28px;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  color: #666;
}
.prod-show-left-size em {
  font-style: normal;
}
.prod-show-left-pic {
  width: 420px;
  text-align: center;
}
.prod-show-left-pic li {
  float: left;
}
.prod-show-left-pic img {
  display: block;
  width: 420px;
  height: 420px;
}

.g_cpcc .prod-showcase-1 {
  padding-bottom: 100px;
}
.g_cpcc .p1-pro-showcase-1-txt {
  overflow: hidden;
  float: right;
  width: 546px;
}
.g_cpcc .p1-pro-showcase-1-txt-title {
  /* height: 80px; */
  font-size: 24px;
  /* line-height: 80px; */
  color: #333;
  margin-bottom: 25px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
.g_cpcc .p1-pro-showcase-1-txt-t1 {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  border-bottom: 1px solid #d5d5d5;
  height: 128px;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}
.g_cpcc .p1-pro-showcase-1-txt-t1 b {
  display: block;
  line-height: 40px;
  font-size: 16px;
  color: #333333;
}
.g_cpcc .cptel {
  height: 60px;
  line-height: 60px;
  padding-left: 56px;
  margin-bottom: 14px;
  position: relative;
}
.g_cpcc .cptel:before {
  content: "";
  position: absolute;
  background: url(../images/cptel.png) no-repeat;
  background-size: 50px 50px;
  width: 50px;
  height: 50px;
  left: 0;
  top: 10px;
}
.g_cpcc .cptel em {
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 60px;
  color: #252525;
  max-width: 120px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  float: left;
}
.g_cpcc .cptel b {
  display: block;
  font-size: 36px;
  font-weight: normal;
  line-height: 60px;
  color: #055dd5;
  font-weight: bold;
  max-width: 320px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  float: left;
}
.g_cpcc .cpmore a {
  width: 224px;
  height: 54px;
  background: #055dd5;
  font-size: 16px;
  font-weight: normal;
  line-height: 54px;
  color: #fff;
  display: block;
  border-radius: 10px;
  padding-left: 100px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.g_cpcc .cpmore a:before {
  content: "";
  position: absolute;
  background: url(../images/zx.png) no-repeat;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  left: 50px;
  top: 10px;
}
.g_cpcc .p1-pho-1 i {
  font-style: normal;
}
.g_cpcc .p1-pho-1 span {
  display: block;
  font-size: 14px;
  line-height: 14px;
  color: #666;
}
.g_cpcc .p1-pho-2 em {
  display: block;
  width: 122px;
  height: 35px;
  font-size: 16px;
  font-style: normal;
  color: #fff;
  text-align: center;
  line-height: 35px;
}
.g_cpcc .t1-clearfix {
  display: block;
}
.g_cpcc .m_cpcc {
  float: left;
  width: 480px;
  border: 1px solid #cccccc;
}
.g_cpcc .prod-showcase-1 .jqzoom {
  width: 480px;
  height: 360px;
  border: none;
  padding: 0;
  cursor: pointer;
  margin: 0;
  display: block;
  position: relative;
}
.g_cpcc .prod-showcase-1 .jqzoom img {
  width: 480px;
  height: 360px;
  margin: 0 auto;
  display: block;
}
.g_cpcc .prod-showcase-1 .zoomdiv {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 369px;
  height: 369px;
  background: #fff;
  display: none;
  text-align: center;
  overflow: hidden;
  border: 1px solid #e8e8e8;
}
.g_cpcc .prod-showcase-1 .jqZoomPup {
  z-index: 10;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #aaa;
  background: #fff;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
}
.g_cpcc .t1-pro-preview {
  width: 536px;
  float: left;
}
.g_cpcc .prod-showcase-1 .t1-spec-preview {
  width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.g_cpcc .prod-showcase-1 .t1-spec-scroll {
  position: absolute;
  left: 580px;
  top: 160px;
  width: 166px;
  overflow: hidden;
}
.g_cpcc .t1-items {
  height: 423px;
  overflow: hidden;
}
.g_cpcc .t1-items-swiper {
  position: absolute;
  left: 492px;
  top: 0;
  width: 110px;
}
.g_cpcc .t1-items-swiper p {
  width: 166px;
  box-sizing: border-box;
  margin-bottom: 13px;
  float: none!important;
}
.g_cpcc .t1-items-swiper p img {
  width: 108px;
  height: 80px;
  display: block;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.g_cpcc .t1-items-swiper .t1-current {
  border-color: #09c61b;
}
.g_cpcc .g_cptd {
  background: #f6f6f6;
  padding-top: 72px;
  padding-bottom: 108px;
}
.g_cpcc .g_cptd h2 {
  font-size: 50px;
  font-weight: normal;
  line-height: 80px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  margin-bottom: 62px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.g_cpcc .g_cptd h3{
   color: #333333;
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    padding-left: 8px;
    border-left: 5px solid #2653bc;
    border-radius: 3px;
    margin-bottom: 30px;
    font-weight: bold;
    margin-top: 20px;

  
}
.g_cpcc .g_cptd .tdup li {
  float: left;
  width: 590px;
  height: 326px;
}
.g_cpcc .g_cptd .tdup li:nth-child(2) {
  float: right;
}
.g_cpcc .g_cptd .tdup li img {
  width: 100%;
  display: block;
}
.g_cpcc .g_cptd .m_cptd dl {
  float: left;
  width: 226px;
  height: 264px;
  border: 1px solid #ccc;
  background: #fff;
  margin: 20px 15px 0 0;
  padding-top: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.g_cpcc .g_cptd .m_cptd dl:nth-child(5) {
  margin-right: 0;
}
.g_cpcc .g_cptd .m_cptd dt {
  text-align: center;
  font-size: 50px;
  color: #055dd5;
  font-weight: bold;
  position: relative;
  height: 95px;
}
.g_cpcc .g_cptd .m_cptd dt:before {
  content: "";
  position: absolute;
  width: 21px;
  height: 2px;
  background: #055dd5;
  left: 50%;
  margin-left: -10px;
  top: 69px;
}
.g_cpcc .g_cptd .m_cptd dd {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  padding: 0 35px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.g_cpcc .g_yyly {
  padding-top: 86px;
  padding-bottom: 95px;
}
.g_cpcc .g_yyly h2 {
  font-size: 50px;
  font-weight: normal;
  line-height: 80px;
  color: #333333;
  text-align: center;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.g_cpcc .g_yyly p {
  padding: 0 160px;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 40px;
}
.g_cpcc .g_yyly ul li {
  float: left;
  width: 387px;
  margin: 0 6px 18px;
}
.g_cpcc .g_yyly ul li img {
  width: 387px;
  height: 289px;
  display: block;
}
.g_cpcc .g_yyly ul li em {
  display: block;
  width: 100%;
  height: 76px;
  line-height: 76px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
  padding: 0 50px 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  position: relative;
}
.g_cpcc .g_yyly ul li em:before {
  content: "";
  position: absolute;
  background: url(../images/yymoreico.png) no-repeat;
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
  right: 24px;
  top: 25px;
}
.g_cpcc .g_yyly ul li:hover em {
  background: #055dd5;
  color: #fff;
}
.g_cpcc .g_yyly ul li:hover em:before {
  background: url(../images/yymoreico2.png) no-repeat;
}

.g_cpcc .g_yyly .move{
    width: 200px;
    display: block;
    margin: 10px auto;
    border: 1px solid #eeee;
    line-height: 45px;
    color: #055dd5;
    font-weight: 600;
}
.g_cpcc .g_yyly .move:hover{
    background:#055dd5 ;
    color: #fff;
}

.g_cpcc .g_cptj {
  background: #f6f6f6;
  padding-bottom: 108px;
  padding-top: 66px;
  margin-top: 110px;
}
.g_cpcc .g_cptj h2 {
  height: 80px;
  font-size: 50px;
  color: #333333;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 90px;
}
.g_cpcc .g_cptj .prod-hot-swit dl {
  float: left;
  width: 32.3%;
  margin: 0 1% 0 0;
  background: #fff;
  box-shadow: 6px 6px 27px rgba(0, 0, 0, 0.09);
  margin-bottom: 30px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.g_cpcc .g_cptj .prod-hot-swit dl dt {
  width: 100%;
  display: block;
}
.g_cpcc .g_cptj .prod-hot-swit dl dt img {
  width: 100%;
  display: block;
}
.g_cpcc .g_cptj .prod-hot-swit dl dd {
  padding: 0 10px;
}
.g_cpcc .g_cptj .prod-hot-swit dl .prod-hot-desc {
  display: none!important;
}
.g_cpcc .g_cptj .prod-hot-swit dl .prod-hot-link {
  display: none;
}
.g_cpcc .g_cptj .prod-hot-swit dl .prod-hot-name a {
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 61px;
  color: #666666;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
}
.g_cpcc .g_cptj .prod-hot-swit dl:nth-child(4) {
  margin-right: 0;
}
.g_cpcc .g_cptj .prod-hot-swit dl:hover dd {
  background: #09c61b;
}
.g_cpcc .g_cptj .prod-hot-swit dl:hover .prod-hot-name a {
  color: #fff;
}
.g_cpcc .g_cptj .prod-hot-swit dl:hover .prod-hot-desc {
  color: #fff;
}
.g_cpcc .g_jczs {
  background-image: url('../images/zsbg.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 1920px 838px;
  height: 838px;
  padding-top: 92px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.g_cpcc .g_jczs h2 {
  height: 80px;
  text-align: center;
  position: relative;
  margin-bottom: 125px;
}
.g_cpcc .g_jczs h2 b {
  display: block;
  font-size: 50px;
  font-weight: normal;
  line-height: 80px;
  color: #333;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.g_cpcc .g_jczs .zsbd li {
  float: left;
  width: 280px;
  margin-right: 16px;
  position: relative;
}
.g_cpcc .g_jczs .zsbd li i {
  width: 280px;
  height: 365px;
  margin-bottom: 9px;
  display: block;
  background: url(../images/zsk.jpg) no-repeat;
}
.g_cpcc .g_jczs .zsbd li i img {
  width: 242px;
  height: 323px;
  display: block;
  padding: 19px;
}
.g_cpcc .g_jczs .zsbd li em {
  display: block;
  width: 280px;
  height: 46px;
  line-height: 46px;
  background: #055dd5;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.g_cpcc .g_jczs .zsbd li:hover em {
  background: #09c61b;
}
.g_cpcc .g_jczs .u_ljt {
  position: absolute;
  left: -66px;
  top: 372px;
}
.g_cpcc .g_jczs .u_rjt {
  position: absolute;
  right: -66px;
  top: 372px;
}
.g_cpcc .g_jscs {
  padding-top: 70px;
}
.g_cpcc .g_jscs h2 {
  display: block;
  font-size: 50px;
  font-weight: normal;
  line-height: 80px;
  color: #333;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: center;
  margin-bottom: 56px;
}
.g_cpcc .g_jscs .jscsimg {
  width: 100%;
}
.g_cpcc .g_jscs .jscsimg img {
  width: 100%;
  display: block;
}
/*----------------------------------------------------------------------------------------------------------------------------------------------*/

.g_newlst .prod-list01.list-style-02 {
  width: 1200px;
}
.g_newlst .vertical-layout-item .item-line {
  padding: 0;
  background: #fff;
  float: left;
  width: 573px;
  margin: 0 13px 34px;
  border: none;
}
.g_newlst .vertical-layout-item .item-picture {
  width: 573px;
}
.g_newlst .vertical-layout-item .item-picture img {
  width: 100%;
  margin: 0 auto;
  display: block;
  height: 400px;
}
.g_newlst .vertical-layout-item .item-text {
  background: #f5f5f5;
  padding: 0 40px;
  height: 180px;
  width: 100%;
  box-sizing: border-box;
}
.g_newlst .vertical-layout-item .item-title {
  height: 70px;
  border-bottom: 1px solid #e5e2e1;
  font-weight: normal;
  font-size: 24px;
  color: #333;
  line-height: 50px;
  margin-bottom: 24px;
  overflow: hidden;
}
.g_newlst .vertical-layout-item .item-title a {
  display: block;
  height: 60px;
  line-height: 50px;
  overflow: hidden;
}
.g_newlst .vertical-layout-item .prod-list01-list-desc {
  height: 60px;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  margin-bottom: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.g_newlst .vertical-layout-item .item-link {
  display: none;
}
.g_newlst .level-layout-item .item-line::after,
.g_newlst .vertical-layout-item .item-line::after {
  border: none;
}
.g_newlst2 .prod-list01.list-style-02 {
  width: 1200px;
}
.g_newlst2 .vertical-layout-item .item-line {
  border: none;
  height: 260px;
  margin-bottom: 32px;
}
.g_newlst2 .vertical-layout-item .item-picture {
  width: 29%;
  float: left;
}
.g_newlst2 .vertical-layout-item .item-picture img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.g_newlst2 .vertical-layout-item .item-text {
  float: left;
  background: #f5f5f5;
  padding: 30px 5%;
  width: 71%;
  box-sizing: border-box;
}
.g_newlst2 .vertical-layout-item .item-title {
  height: 50px;
  font-weight: normal;
  font-size: 24px;
  color: #333;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.g_newlst2 .vertical-layout-item .item-title a {
  display: block;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.g_newlst2 .vertical-layout-item .prod-list01-list-desc {
  height: 60px;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.g_newlst2 .vertical-layout-item .item-link {
  display: block;
  right: 10%;
  bottom: 50px;
}
.g_newlst2 .level-layout-item .item-line::after,
.g_newlst2 .vertical-layout-item .item-line::after {
  border: none;
}

.g_newleftnav {
  position: relative;
  width: 100%;
}
.g_newleftnav .left-nav-01-tit h2 {
  height: 0;
}
.g_newleftnav .left-nav-01 {
  margin-bottom: 24px;
}
.g_newleftnav .left-nav-01-con {
  width: 100%;
}
.g_newleftnav .left-nav-01-one {
  margin-bottom: 10px;
}
.g_newleftnav .left-nav-01-one > li {
  height: 52px;
  line-height: 52px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  margin-right: 15px;
  margin-bottom: 20px;
}
.g_newleftnav .left-nav-01-one > li h3 {
  float: left;
  width: 180px;
  background: #09c61b;
  color: #fff;
}
.g_newleftnav .left-nav-01-one > li h3 a {
  display: block;
  text-align: center;
  height: 52px;
  color: #fff;
  overflow: hidden;
}
.g_newleftnav .left-nav-01-one > li.sidenavcur > h3 > a,
.g_newleftnav .left-nav-01-one > li:hover > h3 > a {
  color: #fff;
  font-weight: bold;
}
.g_newleftnav .left-nav-01-two {
  float: left;
  width: 930px;
}
.g_newleftnav .left-nav-01-two li {
  float: left;
}
.g_newleftnav .left-nav-01-two > li h3 {
  color: #333;
  width: 132px;
  float: left;
  background: none;
}
.g_newleftnav .left-nav-01-two > li a {
  padding-left: 0!important;
}
.g_newleftnav .left-nav-01-two > li h3 a {
  display: block;
  text-align: center;
  height: 52px;
  color: #333333;
  overflow: hidden;
}
.g_newleftnav .left-nav-01-two > li.sidenavcur > h3 > a,
.g_newleftnav .left-nav-01-two > li:hover > h3 > a {
  color: #333333;
  background: none;
}
.g_newleftnav .left-nav-01-two > li.sidenavcur > h3 > a,
.g_newleftnav .left-nav-01-two > li:hover > h3 > a {
  color: #09c61b;
  font-weight: bold;
}

.g_newxx .article-title {
  height: 70px;
  margin: 70px 0 0;
  font-size: 30px;
  font-weight: normal;
  line-height: 70px;
  color: #333333;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.g_newxx .article-sour {
  height: 68px;
  font-size: 14px;
  line-height: 68px;
  color: #aaaaaa;
}
.g_newxx .article-soura {
  color: #aaa;
}
.g_newxx .article-desc {
  padding: 26px 88px;
  font-size: 14px;
  line-height: 26px;
  border: 1px solid #ebebeb;
  margin-bottom: 22px;
}
.g_newxx .article-desc-t1 {
  width: 88px;
  float: left;
  color: #666666;
  margin-right: -88px;
}
.g_newxx .article-desc-t2 {
  padding-left: 88px;
}
.g_newxx .article-sourspan {
  margin: 0 9px;
}
.g_newxx .article-con,
.g_newxx .article-desc,
.g_newxx .article-title {
  margin: 0 20px;
}
.g_newxx .endit-content {
  margin-bottom: 20px;
}
.g_newxx .endit-content,
.g_newxx .ke-content {
  font-size: 16px;
  line-height: 30px;
}

.g_newxx .ke-content iframe{
    display: block;
    margin: 10px auto;
}
.g_newxx .article-con p {
  margin-bottom: 15px;
}
.g_newxx .pagecon {
  height: 118px;
  line-height: 98px;
}
.g_newxx .nsw-page-prev {
  float: left;
  width: 580px;
  position: relative;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  padding: 0 60px 0 86px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0;
  height: 102px;
}
.g_newxx .nsw-page-next {
  float: right;
  width: 580px;
  position: relative;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  padding: 0 60px 0 86px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0;
  height: 102px;
}
.g_newxx .nsw-page-prev a,
.g_newxx .nsw-page-next a {
  font-size: 14px;
  color: #666;
}
.g_newxx .nsw-page-prev:after {
  border: none;
}
.g_newxx .nsw-page-prev:before {
  content: "";
  width: 24px;
  height: 40px;
  position: absolute;
  top: 33px;
  left: 33px;
  background: url(../images/syp.png) no-repeat;
  background-size: 24px 40px;
  z-index: 1;
}
.g_newxx .nsw-page-next:after {
  content: "";
  width: 24px;
  height: 40px;
  position: absolute;
  top: 33px;
  right: 33px;
  background: url(../images/xyp.png) no-repeat;
  background-size: 24px 40px;
  z-index: 1;
}
.g_newxx .nsw-page-prev span,
.g_newxx .nsw-page-next span {
  font-size: 14px;
  color: #666;
  line-height: 34px;
  height: 34px;
  width: 68px;
  margin-right: 12px;
  background: none;
}
/*----------------------------------------------------------------------------------------------------------------------------------------------*/

.g_company {
  padding-top: 17px;
}
.g_company h2 {
  font-size: 50px;
  font-weight: normal;
  line-height: 80px;
  color: #333;
  font-weight: bold;
  text-align: center;
  margin-bottom: 47px;
  height: 80px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.g_company .g_yfab .left-nav-01 {
  height: 76px;
  margin-bottom: 50px;
}
.g_company .g_yfab .left-nav-01-one > li {
  height: 76px;
  line-height: 76px;
  float: left;
  width: 14.2%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  font-weight: 700;
  margin-bottom: 15px;
  background: #055dd5;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.g_company .g_yfab .left-nav-01-one > li:nth-child(5n) {
  margin-right: 0;
}
.g_company .g_yfab .left-nav-01-one > li h3 a {
  display: block;
  text-align: center;
  height: 76px;
  font-size: 20px;
  font-weight: 400;
  line-height: 76px;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.g_company .g_yfab .left-nav-01-one > li.sidenavcur,
.g_company .g_yfab .left-nav-01-one > li:hover {
  color: #fff;
  background: #09c61b;
}
.g_company .g_yfab .left-nav-01-one > li.sidenavcur > h3 > a,
.g_company .g_yfab .left-nav-01-one > li:hover > h3 > a {
  color: #fff;
  font-weight: 700;
}
.g_abjs {
  margin-bottom: 97px;
}
.g_abjs h2 {
  font-size: 30px;
  font-weight: normal;
  line-height: 60px;
  color: #055dd5;
  font-weight: bold;
  text-align: center;
  margin-bottom: 27px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.g_abjs p {
  font-size: 18px;
  color: #666666;
  line-height: 30px;
  /* text-align: center; */
  margin-bottom: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.g_abjs .ab1 {
  width: 100%;
}
.g_abjs .ab1 img {
  width: 100%;
}
.g_ywbk {
  background-image: url('../images/abbg1.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 1920px 465px;
  height: 465px;
  padding-top: 82px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.g_ywbk h2 {
  font-size: 50px;
  font-weight: normal;
  line-height: 88px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 47px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.g_ywbk ul {
  height: 146px;
  background: #fff;
  color: #333333;
  display: block;
}
.g_ywbk ul li a {
  float: left;
  width: 14.28%;
  height: 146px;
  font-size: 24px;
  color: #333333;
  text-align: center;
  padding-top: 50px;
  line-height: 30px;
  border-right: 1px solid #e0e0e0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.g_ywbk li:hover a {
  background: #09c61b;
  color: #fff;
}
.g_ywbk li:hover a {
  color: #fff;
  font-weight: bold;
}
.g_ywbk li:last-child a {
  border-right: 0;
}
.g_ywbk {
  height: 465px;
  padding-top: 82px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.g_ywbk h2 {
  font-size: 50px;
  font-weight: normal;
  line-height: 88px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 47px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.g_ywbk ul {
  height: 146px;
  background: #fff;
  color: #333333;
  display: block;
}
.g_ywbk ul li a {
  float: left;
  width: 14.28%;
  height: 146px;
  font-size: 24px;
  color: #333333;
  text-align: center;
  padding-top: 50px;
  line-height: 30px;
  border-right: 1px solid #e0e0e0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.g_ywbk li:hover a {
  background: #09c61b;
  color: #fff;
}
.g_ywbk li:hover a {
  color: #fff;
  font-weight: bold;
}
.g_ywbk li:last-child a {
  border-right: 0;
}
.g_zzyf {
  padding: 75px 0 108px 0;
}
.g_zzyf h2 {
  font-size: 50px;
  font-weight: normal;
  line-height: 88px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.g_zzyf p {
  font-size: 18px;
  font-weight: normal;
  line-height: 36px;
  color: #555555;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-align: center;
  margin-bottom: 40px;
}
.g_zzyf ul li {
  float: left;
  width: 33.3333%;
  text-align: center;
  position: relative;
}
.g_zzyf ul li:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 80px;
  background: #ccc;
  right: 0;
  top: 15px;
}
.g_zzyf ul li:nth-child(3):before {
  background: none;
}
.g_zzyf ul li b {
  display: block;
  font-size: 60px;
  color: #055dd5;
  line-height: 70px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  position: relative;
}
.g_zzyf ul li b i{
    position: absolute;
    font-size: 16px;
    color: #666;
    top: 0px;
    line-height: 28px;
    /* right: 103px; */
    padding-left: 15px;
    font-weight: 400;
}
.g_zzyf ul li em {
  display: block;
  font-size: 18px;
  color: #666666;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.g_abhz {
  background-image: url('../images/abhz.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 1920px 951px;
  height: 951px;
  padding-top: 92px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.g_abhz h2 {
  font-size: 50px;
  font-weight: normal;
  line-height: 88px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.g_fatgs {
  padding-top: 72px;
  padding-bottom: 122px;
}
.g_fatgs h2 {
  font-size: 50px;
  font-weight: normal;
  line-height: 80px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: center;
}
.g_fatgs p {
  font-size: 18px;
  font-weight: normal;
  line-height: 36px;
  color: #555555;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
  margin-bottom: 46px;
}
.g_fatgs ul li {
  float: left;
  width: 388px;
  height: 290px;
  margin: 0 18px 18px 0;
}
.g_fatgs ul li img {
  width: 388px;
  height: 290px;
  display: block;
}
.g_fatgs ul li:nth-child(3n) {
  margin-right: 0;
}
.g_qysm {
  background-image: url('../images/sbbg.jpg');
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 1920px 736px;
  height: 736px;
  padding-top: 69px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.g_qysm h2 {
  text-align: center;
  margin-bottom: 250px;
}
.g_qysm h2 b {
  font-size: 50px;
  font-weight: normal;
  line-height: 70px;
  color: #fff;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.g_qysm h2 em {
  font-size: 18px;
  line-height: 46px;
  color: #fff;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.g_qysm p {
  background: #fff;
  height: 210px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
  padding: 34px 43px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 30px;
  color: #666666;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.contact-title p {
  margin-top: 47px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 50px;
  color: #333;
  font-weight: bold;
  margin-bottom: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.contact-txt {
  height: 330px;
  position: relative;
  padding-left: 330px;
}
.contact-txt:before {
  content: "";
  position: absolute;
  width: 968px;
  height: 204px;
  border: 1px solid #e5e5e5;
  border-left: none;
  right: 0;
  top: 40px;
  z-index: -1;
  background: #fff;
}
.contact-txt i {
  position: absolute;
  left: 0;
  top: 0;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  border: 3px solid #eee;
  z-index: 121;
}
.contact-txt p {
  padding-top: 70px;
  height: 50px;
  line-height: 50px;
  font-size: 26px;
  color: #252525;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.contact-txt .contact-txt-desc {
  font-size: 14px;
  line-height: 28px;
  color: #252525;
  height: 84px;
  padding-right: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.contact-list {
  margin-top: 50px;
  margin-bottom: 100px;
}
.contact-list .contact-deta {
  float: left;
  width: 380px;
  margin: 0 30px 30px 0;
  height: 190px;
  background: #f7f7f7;
  border: 1px solid #ececec;
  box-sizing: border-box;
}
.contact-list .contact-icon {
  width: 66px;
  margin: 22px auto 0;
}
.contact-list .contact-icon img {
  width: 66px;
  height: 66px;
  display: block;
}
.contact-list .contact-list-txt {
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-size: 18px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.contact-list .contact-info {
  font-size: 18px;
  line-height: 28px;
  color: #252525;
  text-align: center;
  padding: 0 45px;
  height: 56px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.contact-list .contact-deta:nth-child(3n) {
  margin-right: 0;
}
.contact-list .contact-deta:nth-child(1) {
  background: #055dd5;
  padding: 54px 0 0 0;
}
.contact-list .contact-deta:nth-child(1) .contact-list-txt {
  height: 46px;
  line-height: 46px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.contact-list .contact-deta:nth-child(1) .contact-info {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  padding: 0 45px;
  height: 48px;
  overflow: hidden;
}

.g_spcenter {
  padding-top: 10px;
}
.g_spcenter h2 {
  height: 88px;
  line-height: 88px;
  text-align: center;
  font-size: 50px;
  color: #333;
  font-weight: bold;
  margin-bottom: 60px;
}
.m_spcenter dl {
  float: left;
  width: 590px;
  background: #f5f5f5;
  margin-bottom: 45px;
  border-radius: 25px 0 0 25px;
}
.m_spcenter dl:nth-child(2n) {
  float: right;
}
.m_spcenter dt {
  float: left;
  width: 350px;
  box-shadow: 5px 15px 15px rgba(0, 0, 0, 0.1);
}
.m_spcenter dt img {
  width: 330px;
  height: 540px;
  display: block;
  border-radius: 25px;
  border: 10px solid #fff;
}
.m_spcenter dd {
  float: left;
  width: 210px;
  padding: 60px 0 0 20px;
}
.m_spcenter h3 {
  height: 90px;
  line-height: 30px;
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  border-bottom: 1px solid #d2d2d2;
  font-weight: normal;
  margin-bottom: 20px;
}
.spbq1 {
  font-size: 14px;
  line-height: 24px;
  height: 72px;
  margin-bottom: 25px;
  color: #666666;
  border-bottom: 1px solid #d2d2d2;
  overflow: hidden;
}
.spjs {
  font-size: 14px;
  line-height: 24px;
  height: 72px;
  margin-bottom: 32px;
  color: #666666;
  border-bottom: 1px solid #d2d2d2;
  overflow: hidden;
}
.spsc {
  font-size: 14px;
  line-height: 32px;
  height: 32px;
  margin-bottom: 62px;
  color: #666666;
  overflow: hidden;
}
.spfbtime {
  font-size: 14px;
  line-height: 32px;
  height: 32px;
  color: #666666;
  overflow: hidden;
}
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.fa-spin {
  -webkit-animation: hvr-buzz-out 3s infinite linear;
  animation: hvr-buzz-out 3s infinite linear;
}
.fa-spin2 {
  -webkit-animation: fa-spin 30s infinite linear;
  animation: fa-spin 30s infinite linear;
}
.fa-shake {
  -webkit-animation: pulse 3s infinite linear;
  animation: pulse 3s infinite linear;
}
.fa-shake2 {
  -webkit-animation: pulse 11s infinite linear;
  animation: pulse 11s infinite linear;
}
.fa-bubble {
  -webkit-animation: bubble 3s infinite linear;
  animation: bubble 3s infinite linear;
}
.fa-bounceIn {
  -webkit-animation: bounceIn 3s infinite linear;
  animation: bounceIn 3s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes bubble {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    top: 0;
    left: 110px;
  }
  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
    top: -36px;
    left: 20px;
  }
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bounceIn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    top: 0;
    left: 110px;
  }
  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
    top: -36px;
    left: 20px;
  }
  90% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInDown1 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown1 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown1 {
  -webkit-animation-name: fadeInDown1;
  animation-name: fadeInDown1;
}
@-webkit-keyframes fadeInDown2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown2 {
  -webkit-animation-name: fadeInDown2;
  animation-name: fadeInDown2;
}
@-webkit-keyframes fadeInLeft1 {
  from {
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInLeft1 {
  from {
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fadeInLeft1 {
  -webkit-animation-name: fadeInLeft1;
  animation-name: fadeInLeft1;
}
@-webkit-keyframes fadeInLeft2 {
  from {
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInLeft2 {
  from {
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fadeInLeft2 {
  -webkit-animation-name: fadeInLeft2;
  animation-name: fadeInLeft2;
}
@-webkit-keyframes fadeInRight1 {
  from {
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInRight1 {
  from {
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fadeInRight1 {
  -webkit-animation-name: fadeInRight1;
  animation-name: fadeInRight1;
}
@-webkit-keyframes fadeInRight2 {
  from {
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInRight2 {
  from {
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fadeInRight2 {
  -webkit-animation-name: fadeInRight2;
  animation-name: fadeInRight2;
}
@-webkit-keyframes zoomLeft {
  from {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomLeft {
  from {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.zoomLeft {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-animation-name: zoomLeft;
  animation-name: zoomLeft;
}
.zoomRight {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation-name: zoomLeft;
  animation-name: zoomLeft;
}
@-webkit-keyframes fadeInUp1 {
  from {
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInUp1 {
  from {
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fadeInUp1 {
  -webkit-animation-name: fadeInUp1;
  animation-name: fadeInUp1;
}
@-webkit-keyframes fadeInUp2 {
  from {
    -webkit-transform: translate3d(0, 2%, 0);
    transform: translate3d(0, 2%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInUp2 {
  from {
    -webkit-transform: translate3d(0, 2%, 0);
    transform: translate3d(0, 2%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}

html {
  font-size: 12px;
  -webkit-text-size-adjust: none;
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 12.5px;
  }
}
@media screen and (min-width: 1280px) {
  html {
    font-size: 13.33333px;
  }
}
@media screen and (min-width: 1366px) {
  html {
    font-size: 14.22916px;
  }
}
@media screen and (min-width: 1440px) {
  html {
    font-size: 15px;
  }
}
@media screen and (min-width: 1600px) {
  html {
    font-size: 16.66666px;
  }
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 20px;
  }
}

.search-btn{
    background: url(../images/ss.png) no-repeat !important;
    background-size: 28px !important;
}
