@font-face {
  font-family: 'poppins-regular';
  src: url(../fonts/poppins-regular.ttf) format('truetype'), url(../fonts/poppins-regular.eot) format('eot'), url(../fonts/poppins-regular.woff) format('woff'), url(../fonts/poppins-regular.woff2) format('woff2');
}
@font-face {
  font-family: 'poppins-bold';
  src: url(../fonts/poppins-bold.ttf) format('truetype'), url(../fonts/poppins-bold.eot) format('eot'), url(../fonts/poppins-bold.woff) format('woff'), url(../fonts/poppins-bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Source-Han-Sans';
  src: url(../fonts/Source-Han-Sans.ttf) format('truetype');
}
@font-face {
  font-family:  'Titillium Web', sans-serif;
  src: url(../fonts/courier_new_t.ttf) format('truetype');
}
@font-face {
  font-family: 'FranklinGothic-Heavy';
  src: url(../fonts/FranklinGothic-Heavy.otf) format('truetype');
}
@font-face {
  font-family: 'Franklin-Gothic-Medium';
  src: url(../fonts/Franklin-Gothic-Medium-Cond.ttf) format('truetype');
}
@font-face {
  font-family: 'Franklin-Gothic-Medium';
  src: url(../fonts/Franklin\ Gothic\ Medium.ttf) format('truetype');
}
@font-face {
  font-family: 'FuturaLT-Book';
  src: url(../fonts/FuturaLT-Book.ttf) format('truetype'), url(../fonts/FuturaLT-Book.eot) format('eot'), url(../fonts/FuturaLT-Book.woff) format('woff'), url(../fonts/FuturaLT-Book.woff2) format('woff2');
}
@font-face {
  font-family: 'FuturaLT-Bold';
  src: url(../fonts/FuturaLT-Bold.ttf) format('truetype'), url(../fonts/FuturaLT-Bold.eot) format('eot'), url(../fonts/FuturaLT-Bold.woff) format('woff'), url(../fonts/FuturaLT-Bold.woff2) format('woff2');
}
@font-face {
  font-family: 'FuturaLT-Heavy';
  src: url(../fonts/FuturaLT-Heavy.ttf) format('truetype'), url(../fonts/FuturaLT-Heavy.eot) format('eot'), url(../fonts/FuturaLT-Heavy.woff) format('woff'), url(../fonts/FuturaLT-Heavy.woff2) format('woff2');
}
@font-face {
  font-family: 'FuturaLT';
  src: url(../fonts/FuturaLT.ttf) format('truetype'), url(../fonts/FuturaLT.eot) format('eot'), url(../fonts/FuturaLT.woff) format('woff'), url(../fonts/FuturaLT.woff2) format('woff2');
}
@font-face {
  font-family: 'Franklin-Gothic-Book-Regular';
  src: url(../fonts/Franklin-Gothic-Book-Regular.otf) format('truetype'), url(../fonts/Franklin-Gothic-Book-Regular.eot) format('eot'), url(../fonts/Franklin-Gothic-Book-Regular.woff) format('woff'), url(../fonts/Franklin-Gothic-Book-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Franklin-Gothic-Demi-Regular';
  src: url(../fonts/Franklin-Gothic-Demi-Regular.ttf) format('truetype'), url(../fonts/Franklin-Gothic-Demi-Regular.eot) format('eot'), url(../fonts/Franklin-Gothic-Demi-Regular.woff) format('woff'), url(../fonts/Franklin-Gothic-Demi-Regular.woff2) format('woff2');
}
@font-face{
  font-family: 'courier_new';
  src: url(../fonts/courier_new_t.ttf) format('truetype');
}

@font-face{
  font-family: 'FranklinGothic-Heavy';
  src: url(../fonts/FranklinGothic-Heavy.otf) format('truetype');
}

@font-face{
  font-family: 'Franklin-Gothic-Medium-Cond';
  src: url(../fonts/Franklin-Gothic-Medium-Cond.ttf) format('truetype');
}

@font-face{
  font-family: 'Franklin-Gothic-Medium';
  src: url(../fonts/Franklin\ Gothic\ Medium.ttf) format('truetype');
}
.container {
  width: 1460px;
}
a{
  color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
}
#header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  border-bottom: 1px solid rgba(250, 250, 250, 0.2);
}
#header img {
  width: auto;
}
#header .nav {
  position: relative;
  width: 100%;
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
}
#header .nav .nav-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 50px;
}
#header .nav .nav-box .h-logo {
  padding: 20px 50px;
}
#header .nav .nav-box .h-logo .logo2 {
  display: none;
}
#header .nav .nav-box .menu-box {
  padding: 0;
  position: relative;
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
}
#header .nav .nav-box .menu-box .menu {
  display: flex;
  align-items: center;
  margin: 0;
}
#header .nav .nav-box .menu-box .menu > li {
  position: relative;
  margin: 0 29px;
}
#header .nav .nav-box .menu-box .menu > li > a {
  font-size: 22px;
  line-height: 1.8;
  padding: 5px 0;
  color: #ffffff;
  display: block;
  position: relative;
  font-family: 'Franklin-Gothic-Book-Regular';
  text-transform: uppercase;
  font-weight: 300;
}
#header .nav .nav-box .menu-box .menu > li > a:after {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #ffffff;
}
#header .nav .nav-box .menu-box .menu > li:nth-child(2) .sub-menu{
  width: 270px;
}
#header .nav .nav-box .menu-box .menu > li:hover > a {
  color: #ffffff;
}
#header .nav .nav-box .menu-box .menu > li:hover > a:after {
  width: 80%;
  left: 10%;
}
#header .nav .nav-box .menu-box .menu > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  background: #2e3791;
  text-align: left;
  z-index: 101;
  display: none;
}
#header .nav .nav-box .menu-box .menu > li .sub-menu li {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  line-height: 2;
}
#header .nav .nav-box .menu-box .menu > li .sub-menu li a {
  font-size: 15px;
  color: #fff;
  display: block;
  padding: 10px 18px;
}
#header .nav .nav-box .menu-box .menu > li .sub-menu li:hover {
  background: #222;
}
#header .nav .nav-box .language-box .language {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 0;
  padding: 0;
}
#header .nav .nav-box .language-box .language .h-search {
  margin-right: 15px;
  cursor: pointer;
  font-family: 'Franklin-Gothic-Book-Regular';
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
}
#header .nav .nav-box .language-box .language .h-search i {
  color: #fff;
  font-size: 18px;
  font-weight: 100;
  margin-right: 10px;
}
#header .nav .nav-box .language-box .language > a {
  margin-right: 15px;
  font-family: 'Franklin-Gothic-Book-Regular';
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  display: flex;
  align-items: center;
}
#header .nav .nav-box .language-box .language > a img {
  margin-right: 10px;
}
#header .nav .nav-box .language-box .call {
  font-size: 18px;
  line-height: 1.8;
  color: #fff;
  font-family: 'Franklin-Gothic-Book-Regular';
  margin-top: 20px;
  display: flex;
  align-items: center;
}
#header .nav .nav-box .language-box .call .fa {
  display: inline-block;
  font-size: 24px;
  margin-right: 15px;
  transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -o-transform: rotate(30deg);
}
#header .nav .nav-box .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .nav-box .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .nav-box .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .nav-box .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .nav-box .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .nav-box .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .nav-box .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#header.active {
  border-bottom: 1px solid #123894;
}
#header.active .nav .nav-box .h-logo .logo1 {
  display: none;
}
#header.active .nav .nav-box .h-logo .logo2 {
  display: block;
}
#header.active .nav .nav-box .menu-box .menu > li > a {
  color: #161616;
}
#header.active .nav .nav-box .menu-box .menu > li > a:after {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #123894;
}
#header.active .nav .nav-box .menu-box .menu > li:hover > a {
  color: #123894;
}
#header.active .nav .nav-box .menu-box .menu > li:hover > a:after {
  width: 80%;
  left: 10%;
}
#header.active .nav .nav-box .language-box .language .h-search {
  color: #123894;
}
#header.active .nav .nav-box .language-box .language .h-search .fa {
  color: #161616;
}
#header.active .nav .nav-box .language-box .language a {
  color: #123894;
}
#header.active .nav .nav-box .language-box .call {
  color: #123894;
}
#banner .banner-img {
  width: 100%;
}
#banner .swiper-slide {
  position: relative;
}
#banner .swiper-slide .content-box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  padding-top: 5%;
  align-items: center;
}
#banner .swiper-slide .content-box .text {
  text-align: center;
  display: none;
}
#banner .swiper-slide .content-box .text h4 {
  font-size: 48px;
  line-height: 1.4;
  color: #fff;
  font-family: "微软雅黑";
  font-weight: bold;
}
#banner .swiper-slide .content-box .text h4 span {
  font-size: 24px;
  line-height: 1.8;
  color: #fff;
  text-transform: uppercase;
  display: block;
  font-family: 'Franklin-Gothic-Demi-Regular';
  margin-top: 10px;
}
#banner .swiper-slide .content-box .text .title {
  display: flex;
  justify-content: center;
  padding: 40px 0 60px;
  background: url(../images/title-bg.png) no-repeat center bottom;
}
#banner .swiper-slide .content-box .text .title h2 {
  font-size: 78px;
  line-height: 1.2;
  color: #ffffff;
  font-weight: bold;
  font-family: "微软雅黑";
  margin: 0 40px;
}
#banner .swiper-slide .content-box .text h3 {
  font-size: 60px;
  line-height: 1.4;
  color: #ffffff;
  font-family: 'Franklin-Gothic-Demi-Regular';
}
#banner .swiper-slide .content-box .text h3.h3 {
  margin-bottom: 15px;
}
#banner .swiper-slide .content-box .banner-pro {
  text-align: center;
}
#banner .swiper-slide .content-box .banner-pro h2 {
  font-size: 76px;
  line-height: 1.4;
  color: #fff;
  font-family: 'Franklin-Gothic-Demi-Regular';
}
#banner .swiper-slide .content-box .banner-pro h3 {
  font-size: 40px;
  line-height: 1.4;
  color: #ffffff;
  font-family: 'Franklin-Gothic-Demi-Regular';
}
#banner .swiper-slide .content-box .banner-proBox {
  margin-top: 55px;
}
#banner .swiper-slide .content-box .banner-proBox .swiper-slide {
  transform: scale(0.75);
  transition: .5s;
}
#banner .swiper-slide .content-box .banner-proBox .swiper-slide-active {
  transform: scale(1);
  transition: .5s;
}
#banner .swiper-slide-active .content-box .text {
  display: block;
  animation: 1s .3s fadeInUp both;
}
#banner .swiper-pagination {
  bottom: 95px;
}
#banner .swiper-pagination span {
  width: 50px;
  height: 4px;
  background: #2b66b1;
  opacity: 1;
  margin: 0 8px;
  border-radius: 0;
}
#banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 78px;
  background: #fff;
}
#banner .swiper-button-prev{
  left: 2%;
}
#banner .swiper-button-next{
  right: 2%;
}
#banner img {
  width: auto;
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body h1.h1,
#index-body h2.h2,
#index-body h3.h3,
#index-body h4.h4,
#index-body h5.h5,
#index-body h6.h6,
#index-body h1,
#index-body h2,
#index-body h3,
#index-body h4,
#index-body h5,
#index-body h6,
#index-body p {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#index-body a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
#index-body span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
#index-body em {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
#index-body img {
  width: auto;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
#index-body p {
  font-size: 16px;
}
#index-body p.p {
  font-size: 14px;
}
#index-body .init-1 {
  padding: 320px 0 0;
  position: relative;
  background: #000000;
}
#index-body .init-1 .pro-box {
  width: 100%;
  height: auto;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
  position: absolute;
}
#index-body .init-1 .pro-box .container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
#index-body .init-1 .pro-box .container .left {
  width: 16.7%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 10px;
  background: url(../images/pro-bg.jpg) no-repeat center center;
  background-size: cover;
}
#index-body .init-1 .pro-box .container .left h3 {
  font-size: 48px;
  line-height: 1.6;
  color: #ffffff;
  font-family: 'Franklin-Gothic-Demi-Regular';
}
#index-body .init-1 .pro-box .container .left a {
  font-size: 22px;
  line-height: 1.8;
  color: #ffffff;
  border-bottom: 1px solid transparent;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  font-family: 'Franklin-Gothic-Book-Regular';
  font-weight: 100;
  margin-top: 10px;
  display: inline-block;
}
#index-body .init-1 .pro-box .container .left a:hover {
  border-bottom: 1px solid #fff;
}
#index-body .init-1 .pro-box .container .right {
  width: 83.3%;
}
#index-body .init-1 .pro-box .container .right ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 0;
}
#index-body .init-1 .pro-box .container .right ul li {
  width: 33.33333%;
  border-right: 1px solid #67635f;
  position: relative;
}
#index-body .init-1 .pro-box .container .right ul li:hover a > img {
  transform: scale(1.1);
}
#index-body .init-1 .pro-box .container .right ul li:hover a .content-box .content span img {
  transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
}
#index-body .init-1 .pro-box .container .right ul li > img {
  width: 100%;
}
#index-body .init-1 .pro-box .container .right ul li a {
  display: block;
  overflow: hidden;
}
#index-body .init-1 .pro-box .container .right ul li .content-box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  padding: 10px;
}
#index-body .init-1 .pro-box .container .right ul li .content-box .content {
  width: 100%;
  text-align: center;
}
#index-body .init-1 .pro-box .container .right ul li .content-box .content span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 95px;
}
#index-body .init-1 .pro-box .container .right ul li .content-box .content span img {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
#index-body .init-1 .pro-box .container .right ul li .content-box .content h4 {
  font-size: 30px;
    line-height: 1.6;
    color: #ffffff;
    /* font-family: 'Franklin-Gothic-Demi-Regular'; */
    font-weight: 600;
    letter-spacing: 1px;
    margin: 45px 0;
}
#index-body .init-1 .pro-box .container .right ul li .content-box .content i {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  /*font-family: 'Franklin-Gothic-Book-Regular';*/
  border-bottom: 1px solid transparent;
  display: inline-block;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#index-body .init-1 .pro-box .container .right ul li .content-box .content i:hover {
  border-bottom: 1px solid #fff;
}
#index-body .init-2 {
  padding: 70px 0 95px;
}
#index-body .init-2 .top {
  position: relative;
}
#index-body .init-2 .top::after {
  position: absolute;
  content: "";
  width: 62%;
  height: 2px;
  border-bottom: 1px solid #c4c4c4;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#index-body .init-2 .top h2 {
  font-size: 48px;
  line-height: 1.6;
  color: #000000;
  font-family: 'Franklin-Gothic-Medium-Cond';
  text-transform: capitalize;
}
#index-body .init-2 .top p {
  font-size: 16px;
  line-height: 30px;
  color: #272727;
  font-family: 'Franklin-Gothic-Medium-Cond';
  margin-top: 15px;
  max-width: 410px;
}
#index-body .init-2 .news-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 45px;
}
#index-body .init-2 .news-box .left {
  width: 43%;
}
#index-body .init-2 .news-box .right {
  width: 57%;
  padding-left: 70px;
}
#index-body .init-2 .news-box .right ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#index-body .init-2 .news-box .right ul li {
  width: 32%;
}
#index-body .init-2 .news-box .right ul li a {
  display: block;
  padding: 15px 5px;
  background: #000;
  font-size: 18px;
  line-height: 1.8;
  color: #ffffff;
  /*font-family: 'Franklin-Gothic-Demi-Regular';*/
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  text-align: center;
}
#index-body .init-2 .news-box .right ul li a:hover {
  background: #2562b3;
}
#index-body .init-2 .news-box .right .news {
  margin-top: 30px;
}
#index-body .init-2 .news-box .right .news .time {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 600;
  color: #292929;
  font-family: 'courier_new';
}
#index-body .init-2 .news-box .right .news h4 {
  font-size: 28px;
  line-height: 1.6;
  color: #252525;
  font-family: 'Franklin-Gothic-Medium-Cond';
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 12px 0;
}
#index-body .init-2 .news-box .right .news h4:hover {
  color: #2562b3;
}
#index-body .init-2 .news-box .right .news p {
  font-size: 14px;
  line-height: 28px;
  color: #494949;
  font-family: 'Franklin-Gothic-Book-Regular';
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#footer {
  position: relative;
  background: url(../images/footer-bg.jpg) no-repeat center center;
  background-size: cover;
}
#footer h1.h1,
#footer h2.h2,
#footer h3.h3,
#footer h4.h4,
#footer h5.h5,
#footer h6.h6,
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6,
#footer p {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#footer a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
#footer span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
#footer img {
  width: auto;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
#footer p {
  font-size: 16px;
}
#footer p.p {
  font-size: 14px;
}
#footer .top {
  padding: 35px 0;
}
#footer .top .topBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#footer .top .topBox .left {
  max-width: 555px;
  display: flex;
  align-items: center;
}
#footer .top .topBox .left .text {
  padding-left: 30px;
}
#footer .top .topBox .left .text p {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  /*font-family: 'Franklin-Gothic-Book-Regular';*/
  max-width: 420px;
}
#footer .top .topBox .left .text p span {
  /*font-family: 'Franklin-Gothic-Demi-Regular'; */
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 17px;
}
#footer .top .topBox .right {
  text-align: right;
  display: flex;
  align-items: center;
}
#footer .top .topBox .right .text {
  padding-right: 25px;
}
#footer .top .topBox .right .text h3 {
  font-size: 24px;
  line-height: 1.6;
  color: #ffffff;
  /*font-family: 'Franklin-Gothic-Demi-Regular';*/
  margin-bottom: 10px;
}
#footer .top .topBox .right .text h4 {
  font-size: 14px;
  line-height: 28px;
  color: #ffffff;
  /*font-family: 'Franklin-Gothic-Demi-Regular';*/
  margin-bottom: 10px;
}
#footer .top .topBox .right .text p {
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  /*font-family: 'Franklin-Gothic-Book-Regular';*/
  opacity: .8;
}
#footer .top .topBox .right .text p img {
  display: inline-block;
  max-height: 13px;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  margin: 0 5px;
}
#footer .top .topBox .right .qr {
  width: 110px;
}
#footer .top .topBox .right .qr #ewm {
  max-width: 73px;
  border: 3px solid #fff;
  margin: 0 auto 15px;
}
#footer .top .topBox .right .qr .icon {
  display: flex;
  justify-content: space-between;
}
#footer .top .topBox .right .qr .icon a {
  font-size: 18px;
  line-height: 1;
  color: #fff;
}
#footer .footer-bottom {
  padding: 40px 0;
  border-top: 1px solid #5d5d5d;
}
#footer .footer-bottom .bottom-box {
  display: flex;
  justify-content: space-between;
}
#footer .footer-bottom .bottom-box p {
  font-size: 12px;
  color: #5d5d5d;
  display: flex;
  align-items: center;
}
#footer .footer-bottom .bottom-box p a {
  display: flex;
  align-items: center;
}
#footer .footer-bottom .bottom-box p img {
  width: 160px;
  height: auto;
  margin: 0 5px;
}
#footer .Stick {
  position: absolute;
}
.layer-form .wrap-contact100 {
  width: 357px;
  border-radius: 10px;
}
.layer-form .wrap-contact100 .btn-hide-contact100 {
  color: #000000;
  right: 8px;
    top: 0;
}
.layer-form .wrap-contact100 form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 25px 15px 25px;
}
.layer-form .wrap-contact100 form h2 {
  width: 100%;
  font-size: 25px;
  line-height: 1.8;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.layer-form .wrap-contact100 form p {
  font-size: 14px;
  line-height: 2;
  color: #adadad;
  padding: 10px 0;
}
.layer-form .wrap-contact100 form input {
  height: 36px;
  display: block;
  width: 100%;
  background: transparent;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.layer-form .wrap-contact100 form input:focus {
  border: 1px solid #0071e3;
}
.layer-form .wrap-contact100 form textarea {
  height: 114px;
  padding-top: 22px;
  padding-bottom: 15px;
  font-family: 'microsoft yahei';
  display: block;
  width: 100%;
  background: transparent;
  font-size: 14px;
  color: #333333;
  line-height: 1.2;
  padding: 15px 20px;
  border: none;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.layer-form .wrap-contact100 form textarea:focus {
  border: 1px solid #0071e3;
}
.layer-form .wrap-contact100 form .layer-submit {
  width: 100%;
  position: relative;
  border-radius: 2px;
}
.layer-form .wrap-contact100 form .layer-submit input[type="submit"] {
  border: 1px solid #e6e6e6;
  background: #0071e3;
  height: 42px;
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  padding: 0 20px;
  margin: 0;
  border-radius: 42px;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  position: relative;
  z-index: 10;
  color: #ffffff;
}
.layer-form .wrap-contact100 form .layer-submit input[type="submit"]:hover {
  background: #000;
  color: #ffffff;
}
@media screen and (max-width: 1670px) {
  .container {
    width: 1470px;
  }
  #header .nav .nav-box{
        padding: 0 20px;
  }#header .nav .nav-box .h-logo {
    padding: 20px 0;
}#header .nav .nav-box .language-box .call{
  margin-top: 10px;font-size: 14px;
}#header .nav .nav-box .language-box .language > a{
      margin-right: 8px;
}#header .nav .nav-box .language-box .call .fa{
      font-size: 18px;
    margin-right: 10px;
}#header .nav .nav-box .menu-box .menu > li > a{
      font-size: 18px;
}#header .nav .nav-box .h-logo {
    padding: 10px 0;
}#banner .swiper-slide .content-box .text h4{
      font-size: 35px;
}#banner .swiper-slide .content-box .text h4 span{
      font-size: 18px;
}#banner .swiper-slide .content-box .text .title h2{
      font-size: 60px;    margin: 0 30px;
}#banner .swiper-slide .content-box .text .title{
  padding: 25px 0 45px;
}#banner .swiper-slide .content-box .text h3{
      font-size: 60px;
}#banner .swiper-slide .content-box .banner-pro h2{
      font-size: 50px;
}#banner .swiper-slide .content-box .banner-pro h3{
      font-size: 24px;
}#banner .swiper-slide .content-box .banner-proBox {
    margin-top: 30px;
}
#banner .swiper-pagination {
    bottom: 60px;
}



}
@media screen and (max-width: 1470px) {
  .container {
    width: 1230px;
  }
  #header .nav .nav-box .menu-box .menu > li{
        margin: 0 15px;
  }
  #banner .swiper-slide .content-box .banner-pro h2{
        font-size: 40px;
  }
  #banner .swiper-slide .content-box .banner-proBox{
    max-width: 1030px;
    margin: 30px auto 0;
  }
#index-body .init-1 .pro-box .container .left h3{
  font-size: 30px;
}
#index-body .init-1 .pro-box .container .right ul li .content-box .content h4{
      font-size: 24px;    margin: 35px 0;
}
#index-body .init-2 .news-box .right ul li a{
      font-size: 16px;
}#index-body .init-2 .news-box .right .news {
    margin-top: 20px;
}#index-body .init-2 .news-box .right .news h4{
  font-size: 24px;
      line-height: 1.8; 
}#footer .top .topBox .right .text h3{
  font-size: 20px;
    line-height: 1.8;
}#footer .top .topBox .left .text p{
      font-size: 16px;    max-width: 368px;
}#footer .top .topBox .right .text p{
     font-size: 16px;
    line-height: 30px;
    text-align: center;
}#banner .swiper-slide .content-box .text h4 {
    font-size: 24px;
}
#banner .swiper-slide .content-box .text .title {
    padding: 15px 0 45px;
}
#banner .swiper-slide .content-box .text h4 span {
    font-size: 14px;
}#banner .swiper-slide .content-box .text h3.h3{
  margin-bottom: 5px;
}
#banner .swiper-slide .content-box .text h3 {
    font-size: 40px;
}
#banner .swiper-slide .content-box .text .title h2{
  font-size: 50px;
}
}
@media screen and (max-width: 1230px) {
  .container {
    width: 970px;
  }
  #footer .top .topBox .left{
    max-width: 435px;
  }
  #footer .top .topBox .right{
    width: 50%;
  }
  #header .nav .nav-box .menu-box .menu > li > a {
    font-size: 16px;
}#header .nav .nav-box .menu-box .menu > li {
    margin: 0 12px;
}
}
@media screen and (max-width: 1100px) {
  #mobile {
    display: block;
  }
  
}
@media screen and (max-width: 1000px) {
  .container {
    width: 700px;
  }
  #footer .top .topBox .left {
    max-width: 100%;
}#footer .top .topBox .left .text p {
    font-size: 16px;
    max-width: 100%;
}#footer .top .topBox .right {
    width: 100%;
    margin-top: 30px;
}
#index-body .init-1 .pro-box{
  position: relative;
  top: 0;
  transform: translateY(0);
}
#index-body .init-1{
  padding: 0;
}#index-body .init-1 .pro-box .container .left{
  display: none;
}#index-body .init-1 .pro-box .container .right {
    width: 100%;
}#index-body .init-1 .pro-box .container .right ul li .content-box .content h4 {
    font-size: 18px;
    margin: 20px 0;
}#index-body .init-2 .news-box .left {
    display: none;
}
#index-body .init-2 .news-box .right {
    width: 100%;
    padding-left: 0;
}
}
@media screen and (max-width: 700px) {
  .container {
    width: 100%;
  }
  .uk-container-center .mbx
  .container .mbx{
        font-size: 20px;
    line-height: 1.8;
    padding-top: 10px;
  }
  .uk-offcanvas-content{
    padding-top: 20px;
  }
  #solutionlist .uk-flex .content h3{
    font-size: 16px;
    line-height: 30px;
  }
  #footer .top .topBox .right .text h4 {
    font-size: 16px;
    line-height: 30px;
  }
  .uk-container .prodes{
    display: none!important;
  }
  #banner .swiper-slide .content-box .text h4 {
    font-size: 18px;
}
#banner .swiper-slide .content-box .text h4 span {
    font-size: 14px;
    line-height: 2;
}#banner .swiper-slide .content-box .text .title h2 {
    line-height: 1.8;
    font-size: 25px;
    margin: 0 10px;
}
#banner .swiper-slide .content-box .text h3 {
    font-size: 24px;
}#banner .swiper-slide .content-box .text .title {
    padding: 15px 0 20px;
    background-size: auto 20px;
}
#banner .swiper-slide .content-box .banner-pro h2 {
    font-size: 24px;
}#banner .swiper-slide .content-box .banner-pro h3 {
    font-size: 16px;
}#banner .swiper-slide .content-box .banner-proBox {
    max-width: 80%;
    margin: 20px auto 0;
}
#footer .top .topBox .right .qr{
  display: none;
}
#footer .top .topBox .left a img{
  display: none!important;
}
#footer .top .topBox .left .text {
    padding-left: 0;
}#footer .top .topBox .right .text {
    padding-right: 0;
}#footer .top .topBox .right{
  text-align: left;
}#index-body .init-1 .pro-box .container .right ul li .content-box .content span img{
  width: auto;
  height: 50px;
}
#index-body .init-1 .pro-box .container .right ul li .content-box .content span{
  height: 50px;
}
#index-body .init-1 .pro-box .container .right ul li:nth-child(2) .content-box .content span img{
  height: auto;
  width: 70px;
}
#index-body .init-1 .pro-box .container .right ul li .content-box .content h4{
  margin: 10px 0;
  font-size: 14px;
}
}
@media screen and (max-width: 500px) {
  #banner .swiper-slide .content-box .text h3{
    display: none;
  }
#index-body .init-1 .pro-box .container .right ul li .content-box .content h4{
  display: none;
}
#index-body .init-1 .pro-box .container .right ul li .content-box .content i{
  display: none;
}#banner .swiper-slide .content-box .banner-pro h2 {
    font-size: 20px;
    line-height: 1.8;
}#banner .swiper-slide .content-box .banner-pro h3 {
    font-size: 14px;
    line-height: 2;
}#banner .swiper-slide .content-box .banner-proBox {
    max-width: 80%;
    margin: 12px auto 0;
}
#index-body .init-1 .pro-box .container{
  padding: 0;
}
#index-body .init-2 .top h2{
      font-size: 30px;
}#index-body .init-2 .top::after{
  display: none;
}
#index-body .init-2 .news-box .right ul li a {
    font-size: 14px;
    line-height: 2;
}#index-body .init-2 .news-box .right ul li a{
  height: 100%;
}









}
@-webkit-keyframes ks {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    -moz-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
}
@-o-keyframes ks {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    -moz-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    -moz-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
}
@keyframes ks {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    -moz-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s !important;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 200;
  display: none;
}
#mobile img {
  width: auto;
}
#mobile:before {
  content: '';
  width: 200vh;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 16px;
  color: inherit;
  text-transform: uppercase;
  line-height: 30px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #e0640d;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 28px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url(../images/icon-search-white.png) no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #e0640d;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 1100px) {
  #mobile {
    display: block;
  }
  #menu-on {
    display: block;
  }
  #banner {
    margin-top: 0;
  }
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}




.inner-banner {
  height: 500px;
  /*background-size: cover;*/
  background-attachment: fixed;
  background-position: center top;
  display: none;
}
.inner-page {
  overflow: hidden;
}
.inner-page .sideBox .side-left {
  width: 23%;
  padding-right: 40px;
}
.inner-page .sideBox .side-left h2 {
  display: block;
  font-size: 36px;
  font-family: "FuturaLT-Bold";
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 80px;
}
.inner-page .sideBox .side-left .box ul li a {
  display: block;
  padding: 5px 35px 5px 15px;
  background: #f1f1f1;
  margin-bottom: 10px;
  font-size: 16px;
  position: relative;
}
.inner-page .sideBox .side-left .box ul li a i {
  position: absolute;
  right: 15px;
  top: 8px;
}
.inner-page .sideBox .side-left .box ul li ul {
  display: none;
}
.inner-page .sideBox .side-left .box ul li ul li a {
  background: #F9F9F9;
}
.inner-page .sideBox .side-left .info {
  margin-top: 10px;
  position: relative;
  display: inline-block;
  width: 100%;
}
.inner-page .sideBox .side-left .info h5 {
  color: white;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 0 10px;
  text-align: center;
  font-size: 22px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.inner-page .sideBox .side-right {
  width: 77%;
}
.inner-page .m-page {
  text-align: right;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  vertical-align: bottom;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #444;
  text-align: center;
  font-size: 14px;
  margin: 0 3px;
}
.inner-page .m-page a:first-child,
.inner-page .m-page span:first-child {
  margin-top: 40px;
}
.inner-page .m-page a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover {
  background: #0d95e8;
  color: white;
}
.contact-btn {
  padding: 50px 0 45px;
    text-align: center;
    background: #0d2661;
}
.contact-btn p {
    display: block;
    font-size: 28px;
    line-height: 1.8;
    color: white;
}
.contact-btn a.more {
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
  line-height: 1.8;
  height: auto;
  padding: 0 15px;
  background: white;
  font-size: 18px;
      color: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border: none;
}
.contact-btn a.more i {
  display: inline-block;
  vertical-align: middle;
  max-width: 16px;
  margin-right: 7px;
}
.contact-btn a.more i img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.contact-btn a.more:hover {
  -moz-box-shadow: 1px 3px 5px rgba(255, 255, 255, 0.3);
  -o-box-shadow: 1px 3px 5px rgba(255, 255, 255, 0.3);
  box-shadow: 1px 3px 5px rgba(255, 255, 255, 0.3);
}
.contact-page {
  padding: 100px 0 0;
}
.contact-page .contact-1 .top i {
      font-size: 16px;
      line-height: 30px;
    color: #424242;
    font-family: 'Titillium Web', sans-serif;
    opacity: 1;
  
    margin-bottom: 20px;
    display: block;
}

.contact-page .contact-1 .top h2 {
    font-size: 60px;
    color: #123894;
    font-weight: 500;
    line-height: 1.6;
    font-family: 'Franklin-Gothic-Medium';
}


.contact-page .contact-1 .top .content {
  padding: 40px 0 100px;
  font-size: 18px;
  line-height: 28px;
  color: black;
  
}
.contact-page .contact-1 .bottom h3,
#form{
  font-size: 30px;
  line-height: 1.8;
  color: black;
  font-family: 'Franklin-Gothic-Medium';
  color: #123894;
}
.contact-page .contact-1 .bottom .left {
  padding-left: 10%;
  width: 70%;
}
.contact-page .contact-1 .bottom .left .list {
  padding-top: 20px;
  margin-bottom: 20px;
}
.contact-page .contact-1 .bottom .left .list ul li {
  padding-left: 50px;
  position: relative;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.8;
  color: #282828;
}
.contact-page .contact-1 .bottom .left .list ul li:last-child {
  margin-bottom: 0;
}
.contact-page .contact-1 .bottom .left .list ul li i {
  position: absolute;
  left: 0;
  top: 0;
}
.contact-page .contact-1 .bottom .left .list ul li i img {
  display: inline-block;
  vertical-align: middle;
}
.contact-page .contact-1 .bottom .left .share {
  padding-top: 10px;
}
.contact-page .contact-1 .bottom .left .share h3 {
  display: block;
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.contact-page .contact-1 .bottom .left .share ul li {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 100%;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  background: #3C3C3C;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .bottom .left .share ul li:hover {
  background: #123894;
}
.contact-page .contact-1 .bottom .right {
  width: 30%;
}
.contact-page .contact-2{
  margin-top: 70px;
}
#form {
  margin-top: 0;
}
#form ul li {
  padding-bottom: 20px;
}
#form ul li:last-child {
  padding-bottom: 0;
}
#form ul li input,
#form ul li textarea {
  width: 100%;
  line-height: 1.8;
  padding: 7px 12px;
  border: 1px solid #333;
  font-size: 18px;
  color: #333;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#form ul li input::-webkit-input-placeholder,
#form ul li textarea::-webkit-input-placeholder {
  color: #686868;
}
#form ul li input:-moz-placeholder,
#form ul li textarea:-moz-placeholder {
  color: #686868;
}
#form ul li input::-moz-placeholder,
#form ul li textarea::-moz-placeholder {
  color: #686868;
}
#form ul li input:-ms-input-placeholder,
#form ul li textarea:-ms-input-placeholder {
  color: #686868;
}
#form ul li input:focus,
#form ul li textarea:focus {
  border-color: #0d95e8;
}
#form ul li textarea {
  height: 235px;
  resize: vertical;
}
#form ul li span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 50px;
}
#form ul li span input {
  width: 30px;
  height: 30px;
  cursor: pointer;
  cursor: hand;
}
#form ul li span label {
  font-size: 14px;
    color: #3e3e3e;
    margin-left: 10px;
    opacity: 1;
}
#form ul li input[type="submit"] {
  width: 180px;
  background: #123894;
  color: white;
  font-size: 18px;
  line-height: 1.8;
  text-transform: uppercase;
  text-align: center;
  border: none;
}
#form ul li input[type="submit"]:hover {
  background: #333;
}
.product-page {
  padding: 150px 0 60px;
}
.product-page .side-right .top {
  display: block;
  text-align: right;
  margin-bottom: 80px;
}
.product-page .side-right .top .form {
  display: inline-block;
  vertical-align: middle;
  max-width: 40%;
  width: 100%;
  position: relative;
}
.product-page .side-right .top .form:before {
  content: '';
  height: 16px;
  width: 1px;
  background: #747474;
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-page .side-right .top .form input {
  width: 100%;
  line-height: 36px;
  height: 36px;
  padding-left: 14px;
  padding-right: 40px;
  font-size: 16px;
  color: black;
  border: none;
  border-bottom: 1px solid #c9c9c9;
  background: none;
}
.product-page .side-right .top .form input::-webkit-input-placeholder {
  color: #747474;
  font-style: italic;
}
.product-page .side-right .top .form input:-moz-placeholder {
  color: #747474;
  font-style: italic;
}
.product-page .side-right .top .form input::-moz-placeholder {
  color: #747474;
  font-style: italic;
}
.product-page .side-right .top .form input:-ms-input-placeholder {
  color: #747474;
  font-style: italic;
}
.product-page .side-right .top .form input:focus {
  border-color: #0d95e8;
}
.product-page .side-right .top .form input[type="submit"] {
  width: 36px;
  border-bottom: none;
  background: url("../images/icon-search2.png") center center no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
}
.product-page .side-right .top .show {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 100px;
  margin-right: 20px;
}
.product-page .side-right .top .show span {
  line-height: 36px;
  height: 36px;
  padding: 0 26px;
  border: 1px solid #747a84;
  display: inline-block;
  font-size: 14px;
  color: #444;
  border-radius: 18px;
}
.product-page .side-right .top .show ul {
  position: absolute;
  border: 1px solid #eee;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0 10px;
  z-index: 2;
  background: white;
  display: none;
}
.product-page .side-right .top .show ul li {
  padding: 7px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .side-right .top .show ul li:last-child {
  border-bottom: none;
}
.product-page .side-right .top .show ul li:hover {
  color: #0d95e8;
}
.product-page .side-right .top .show:hover ul {
  display: block;
}
.product-page .side-right .top .listBox {
  display: inline-block;
  vertical-align: middle;
}
.product-page .side-right .top .listBox span {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  cursor: hand;
}
.product-page .side-right .top .listBox span.list {
  margin-left: 20px;
}
.product-page .side-right .bottom .block ul {
  margin: -30px -10px;
}
.product-page .side-right .bottom .block ul li {
  padding: 30px 10px;
}
.product-page .side-right .bottom .block ul li a.img-box {
  display: block;
}
.product-page .side-right .bottom .block ul li h4 {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  color: #101010;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .side-right .bottom .block ul li:hover h4 {
  color: #0d95e8;
}
.product-page .side-right .bottom .list {
  display: none;
}
.product-page .side-right .bottom .list ul li {
  margin-bottom: 20px;
}
.product-page .side-right .bottom .list ul li:last-child {
  margin-bottom: 0;
}
.product-page .side-right .bottom .list ul li .img {
  width: 30%;
  vertical-align: middle;
}
.product-page .side-right .bottom .list ul li .img a {
  display: block;
}
.product-page .side-right .bottom .list ul li .text {
  width: 70%;
  padding-left: 5%;
  vertical-align: middle;
}
.product-page .side-right .bottom .list ul li .text h4 {
  font-size: 24px;
}
.product-page .side-right .bottom .list ul li .text .content {
  display: block;
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.8;
}
.product-page .side-right .bottom .list ul li .text a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  height: 40px;
  padding: 0 25px;
  background: #0d95e8;
  color: white;
  border-radius: 3px;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .side-right .bottom .list ul li .text a.more:hover {
  background: #222;
}
.prodet-page {
  padding: 150px 0 120px;
}
.prodet-page .prodet-1 .img {
  width: 60%;
  padding-right: 30px;
  vertical-align: bottom;
}
.prodet-page .prodet-1 .img img {
  width: 100%;
}
.prodet-page .prodet-1 .text {
  width: 40%;
  vertical-align: bottom;
}
.prodet-page .prodet-1 .text h3 {
  font-size: 29px;
}
.prodet-page .prodet-1 .text .content {
  margin: 25px 0 65px;
}
.prodet-page .prodet-1 .text .content ul li {
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  color: rgba(16, 16, 16, 0.67);
  position: relative;
}
.prodet-page .prodet-1 .text .content ul li:last-child {
  margin-bottom: 0;
}
.prodet-page .prodet-1 .text .content ul li:after {
  content: '';
  border: 4px solid #0d95e8;
  position: absolute;
  top: 7px;
  left: 0;
}
.prodet-page .prodet-1 .text a.more {
  line-height: 40px;
  height: 40px;
  padding: 0 27px;
  font-size: 18px;
  display: inline-block;
  border: 1px solid black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .text a.more.active,
.prodet-page .prodet-1 .text a.more:hover {
  background: #0d95e8;
  color: white;
  border-color: #0d95e8;
}
.prodet-page .prodet-1 .text a.more.active:hover {
  background: #111;
  color: white;
  border-color: #111;
}
.prodet-page .prodet-1 .text .gallery {
  margin-top: 75px;
}
.prodet-page .prodet-1 .text .gallery ul {
  margin: -5px;
}
.prodet-page .prodet-1 .text .gallery ul li {
  padding: 5px;
}
.prodet-page .prodet-1 .text .gallery ul li a {
  display: block;
}
.prodet-page .prodet-2 {
  padding: 100px 0 60px;
}
.prodet-page .prodet-2 h2 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.prodet-page .prodet-2 .content {
  display: block;
  font-size: 16px;
  color: #626262;
  line-height: 28px;
}
.prodet-page .prodet-3 h2 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.news-page {
  padding: 50px 0 110px;
}
.news-page .top {
  display: block;
  padding-top: 20px;
}
.news-page .top ul li {
  display: inline-block;
}
.news-page .top ul li a {
  display: block;
  line-height: 46px;
  /*font-family: 'Franklin-Gothic-Medium';*/
  height: 46px;
  padding: 0 42px;
  font-size: 16px;
  color: #171717;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .top ul li a:hover,
.news-page .top ul li a.active {
  background: #123894;
  color: white;
}
.news-page .bottom {
  padding-top: 60px;
}
.news-page .bottom ul {
  margin: -30px -12px;
  padding-top: 15px;
}
.news-page .bottom ul li {
  padding: 30px 12px;
}
.news-page .bottom ul li a.img-box {
  display: block;
  position: relative;
}
/*.news-page .bottom ul li a.img-box:after{
  content:'';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top:0;
  z-index: 10;
  background: url(/zjqlcomputerizedflatknittingmachine/2021/07/26/new_zz08.png) no-repeat center;
}*/
.news-page .bottom ul li .content {
  display: block;
  padding: 25px 15px;
  background: #fff;
}
.news-page .bottom ul li .content h4 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
  line-height: 1.8;
  color: #101010;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .bottom ul li .content h4:hover {
  color: #0d95e8;
}
.news-page .bottom ul li .content time {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  line-height: 30px;
  color: #3a3a3a;
}
.news-page .bottom .newslist{
      margin: 40px 0 70px;
}
.news-page .bottom .newslist li{
      padding: 0 10px 8px 0;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 20px;
}
.news-page .bottom .newslist li h3{
    font-size: 24px;
    line-height: 1.8;
    color: #2d2d2d;
    font-weight: bold;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news-page .bottom .newslist li:hover h3{
  color: #123894;
}
.news-page .bottom .newslist li .new-update{
      display: block;
    margin: 10px 0;
    color: #777;
    font-size: 16px;
    line-height: 30px;
}
.news-page .bottom .newslist li .new-abst{
      line-height: 30px;
    font-size: 16px;
}
.newdet-page {
  padding: 50px 0;
}
.newdet-page h3 {
  font-size: 26px;
  line-height: 1.8;
  color: black;
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
  padding-top: 20px;
}
.newdet-page time {
  display: block;
  margin: 15px 0;
  line-height: 30px;
  font-size: 16px;
  color: black;
  opacity: .6;
  text-align: center;
}
.newdet-page .content {
  display: block;
  padding: 15px 0;
  border-top: 1px #ccc dashed;
  border-bottom: 1px #ccc dashed;
  font-size: 16px;
  color: #666;
  line-height: 32px;
}
.newdet-page .content .content-box{
  margin: 0 auto;
  max-width: 1000px;
  text-align: center;
}
.newdet-page .content .content-box {
       font-size: 18px;
    line-height: 1.8;
    text-align: left;
}
.newdet-page .share {
  padding-top: 10px;
  margin-bottom: 60px;
}
.newdet-page .share h4 {
  font-size: 16px;
  line-height: 30px;
  color: black;
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .share ul {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .share ul li {
  width: auto;
  display: inline-block;
  margin-left: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .share ul li:hover {
  color: #0d95e8;
}
.news-about-page h3.tit {
  font-size: 30px;
  color: #303036;
  line-height: 1.2;
  text-align: center;
  text-transform: capitalize;
}
.news-about-page h3.tit small {
  display: block;
  font-size: 16px;
  line-height: normal;
  margin-top: 15px;
  opacity: .55;
}
#msg2 .box {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 280px;
  right: 0;
  background: white;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 20px 15px;
  -webkit-transform: translateY(110%);
  -moz-transform: translateY(110%);
  -ms-transform: translateY(110%);
  -o-transform: translateY(110%);
  transform: translateY(110%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#msg2 .box h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
#msg2 .box i.close {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 18px;
  right: 10px;
  cursor: pointer;
  cursor: hand;
}
#msg2 .box i.close:after,
#msg2 .box i.close:before {
  content: '';
  width: 24px;
  height: 1px;
  display: block;
  background: black;
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#msg2 .box i.close:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#msg2 .box i.close:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#msg2 .box form ul li {
  padding-bottom: 10px;
  font-size: 12px;
}
#msg2 .box form ul li:last-child {
  padding-bottom: 0;
}
#msg2 .box form ul li input,
#msg2 .box form ul li textarea {
  width: 100%;
  line-height: 24px;
  border: 1px solid #eee;
  padding: 5px 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#msg2 .box form ul li input:focus,
#msg2 .box form ul li textarea:focus {
  border-color: #0d95e8;
}
#msg2 .box form ul li textarea {
  height: 80px;
  resize: vertical;
  -webkit-transition: .5s all,height 0s;
  -moz-transition: .5s all,height 0s;
  -ms-transition: .5s all,height 0s;
  -o-transition: .5s all,height 0s;
  transition: .5s all,height 0s;
}
#msg2 .box form ul li input[type="submit"] {
  background: #0d95e8;
  color: white;
}
#msg2 .box form ul li input[type="submit"]:hover {
  background: #222;
}
#msg2.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#msg2:hover span,
#msg2.active2 span {
  left: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
@media screen and (max-width: 1600px) {
  .inner-banner {
    height: 300px;
  }
  .news-page .top ul li a {
    line-height: 38px;
    height: 38px;
    padding: 0 30px;
    font-size: 16px;
  }
  .news-page .bottom {
    padding-top: 40px;
  }
  .news-page {
    padding: 50px 0;
  }
  .news-page .bottom ul li {
    padding: 5px;
  }
  .news-page .bottom ul {
    margin: -5px;
  }
  .news-page .bottom ul li .content {
    padding: 10px;
  }
  .prodet-page {
    padding: 80px 0;
  }
  .prodet-page .prodet-1 .text .gallery {
    margin-top: 30px;
  }
  .prodet-page .prodet-1 .text .content {
    margin: 10px 0 20px;
  }
  .prodet-page .prodet-1 .text a.more {
    font-size: 16px;
    line-height: 32px;
    height: 32px;
    padding: 0 23px;
  }
  .prodet-page .prodet-1 .text h3 {
    font-size: 25px;
  }
  .prodet-page .prodet-1 .text .content ul li {
    font-size: 14px;
  }
  .product-page .side-right .top,
  .inner-page .sideBox .side-left h2 {
    margin-bottom: 30px;
  }
  .inner-page .sideBox .side-left h2 {
    font-size: 28px;
    line-height: 30px;
  }
  .inner-page .sideBox .side-left .box ul li a {
    font-size: 14px;
  }
  .prodet-page .prodet-2 {
    padding: 50px 0;
  }
  .product-page {
    padding: 60px 0;
  }
  .product-page .side-right .bottom .block ul li {
    padding: 10px;
  }
  .product-page .side-right .bottom .block ul {
    margin: -10px;
  }
  .product-page .side-right .bottom .list ul li .text h4 {
    font-size: 22px;
  }
  .product-page .side-right .bottom .list ul li .text a.more {
    line-height: 32px;
    height: 32px;
    font-size: 13px;
    padding: 0 20px;
  }
  .contact-page {
    padding: 60px 0 0;
  }
  .contact-page .contact-1 .top h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .contact-page .contact-1 .top .content {
    font-size: 16px;
    padding: 30px 0;
  }
  .contact-page .contact-1 .bottom h3,
  #form,
  .contact-page .contact-1 .bottom .left .share h3 {
    font-size: 24px;
  }
  .contact-page .contact-1 .bottom .left .share ul li {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1250px) {
  #form ul li span label {
    font-size: 14px;
  }
  .contact-page .contact-1 .bottom .left {
    width: 60%;
  }
  .contact-page .contact-1 .bottom .right {
    width: 40%;
  }
  .contact-page .contact-1 .bottom .left .list ul li {
    font-size: 16px;
  }
  .contact-page .contact-1 .top h2 {
    font-size: 36px;
  }
  .inner-page .sideBox .side-left {
    width: 30%;
  }
  .inner-page .sideBox .side-right {
    width: 70%;
  }
  .product-page .side-right .bottom .list ul li .text .content {
    margin: 10px 0;
    font-size: 13px;
    line-height: 1.6;
  }
  .product-page .side-right .top .show {
    margin: 0 20px;
  }
  .prodet-page .prodet-1 .text a.more {
    font-size: 13px;
  }
  .prodet-page .prodet-1 .text h3 {
    font-size: 22px;
  }
  .prodet-page .prodet-2 h2,
  .prodet-page .prodet-3 h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .news-page .bottom ul li .content h4 {
    font-size: 18px;
  }
  .news-page .top ul li a {
    line-height: 32px;
    height: 32px;
    padding: 0 15px;
  }
  .inner-page .sideBox .side-left {
    display: none;
  }
  .inner-page .sideBox .side-right {
    width: 100%;
  }
  #form ul li span input {
    width: 20px;
    height: 20px;
  }
  #form ul li span {
    margin-right: 20px;
  }
  #form ul li input[type="submit"] {
    font-size: 18px;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-1 .bottom .left {
    width: 100%;
    padding-left: 0;
    padding-top: 50px;
  }
  #index-body .init-2 .top p{
    font-size: 18px;
    line-height: 1.8;
  }
  .contact-page .contact-1 .bottom .right {
    width: 100%;
    padding-top: 30px;
  }
  .contact-page .contact-1 .top h2 {
    font-size: 28px;
    line-height: 1.8;
  }
  .product-page .side-right .bottom .list ul li .text {
    width: 50%;
  }
  .product-page .side-right .bottom .list ul li .img {
    width: 50%;
  }
  .prodet-page .prodet-1 .img {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-1 .text {
    width: 100%;
    padding-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .product-page .side-right .top .form {
    max-width: 100%;
  }
  .product-page .side-right .top .show,
  .product-page .side-right .top .listBox {
    display: none;
  }
  .inner-banner {
   height: 130px;
   display: -webkit-box;
  }
}
.product-page .side-right .bottom .block ul li img,.prodet-page .prodet-1 .img img {
  width: auto;
  display:block;
  margin:0 auto;
}
.prodet-page #form {
    margin-top:40px;
}


@font-face {
  font-family: 'poppins-regular';
  src: url(../fonts/poppins-regular.ttf) format('truetype'), url(../fonts/poppins-regular.eot) format('eot'), url(../fonts/poppins-regular.woff) format('woff'), url(../fonts/poppins-regular.woff2) format('woff2');
}
@font-face {
  font-family: 'poppins-bold';
  src: url(../fonts/poppins-bold.ttf) format('truetype'), url(../fonts/poppins-bold.eot) format('eot'), url(../fonts/poppins-bold.woff) format('woff'), url(../fonts/poppins-bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Source-Han-Sans';
  src: url(../fonts/Source-Han-Sans.ttf) format('truetype');
}
@font-face {
  font-family:  'Titillium Web', sans-serif;
  src: url(../fonts/courier_new_t.ttf) format('truetype');
}
@font-face {
  font-family: 'FranklinGothic-Heavy';
  src: url(../fonts/FranklinGothic-Heavy.otf) format('truetype');
}
@font-face {
  font-family: 'Franklin-Gothic-Medium';
  src: url(../fonts/Franklin-Gothic-Medium-Cond.ttf) format('truetype');
}
@font-face {
  font-family: 'Franklin-Gothic-Medium';
  src: url(../fonts/Franklin\ Gothic\ Medium.ttf) format('truetype');
}
@font-face {
  font-family:  'Titillium Web', sans-serif;
  src: url(../fonts/Poppins-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins-SemiBold';
  src: url(../fonts/Poppins-SemiBold.otf) format('truetype');
}
@font-face {
  font-family: 'Poppins-Medium';
  src: url(../fonts/Poppins-Medium.ttf) format('truetype');
}
h1.h1,
h2.h2,
h3.h3,
h4.h4,
h5.h5,
h6.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
img {
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  width: auto;
}
span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
i {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
.inner-page {
  padding-top: 200px;
}
.inner-page p {
  font-size: 18px;
  line-height: 1.8;
  color: #868686;
  font-family:  'Titillium Web', sans-serif;
}
.about-page .about-1 .top {
  text-align: center;
  margin: 70px 0 60px;
}
.about-page .about-1 .top h4 {
  font-size: 20px;
    line-height: 1.8;
    color: #252525;
    font-weight: 600;
  font-family: 'Franklin-Gothic-Medium';
}
.about-page .about-1 .top h2 {
  font-size: 60px;
  font-weight: 500;
  line-height: 1.4;
  color: #123894;
  font-family: 'Franklin-Gothic-Medium';
  padding: 25px 0;
}
.about-page .about-1 .top h3 {
  font-size: 28px;
    line-height: 1.6;
    color: #252525;
    font-weight: 300;
  /*font-family: 'Franklin-Gothic-Medium';*/
}
.about-page .about-1 .content {
  text-align: left;
  max-width: 1345px;
  margin: 0 auto;
  padding-bottom: 35px;
  border-bottom: 0px solid #cecece;
}
.about-page .about-1 .content p {
  font-size: 16px;
  line-height: 30px;
  color: #6e6e6e;
  font-family:  'Titillium Web', sans-serif;
}
.about-page .about-1 .areaBox {
  padding: 20px 50px 50px;
}
.about-page .about-1 .areaBox .swiper-slide {
  padding: 8px;
  border: 0px solid #123894;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.about-page .about-1 .areaBox .swiper-slide:hover {
  background: #123894;
}
.about-page .about-1 .areaBox .swiper-slide:hover .text {
  border: 1px solid #5e61aa;
}
.about-page .about-1 .areaBox .swiper-slide:hover .text h4 {
  color: #ffffff;
}
.about-page .about-1 .areaBox .swiper-slide:hover .text p {
  color: #ffffff;
}
.about-page .about-1 .areaBox .swiper-slide .text {
  padding: 12px 10px;
  text-align: center;
  border: 1px solid #ffffff;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.about-page .about-1 .areaBox .swiper-slide .text .icon {
  height: 60px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  margin-bottom: 25px;
}
.about-page .about-1 .areaBox .swiper-slide .text h4 {
  display: inline-block;
  font-size: 40px;
  line-height: 1.6;
  color: #282828;
  font-family: 'Franklin-Gothic-Medium';
}
.about-page .about-1 .areaBox .swiper-slide .text h4 i {
  font-size: 24px;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
}
.about-page .about-1 .areaBox .swiper-slide .text h4 span {
  font-size: 24px;
  line-height: 1.8;
  display: inline-block;
  vertical-align: bottom;
}
.about-page .about-1 .areaBox .swiper-slide .text p {
  font-size: 16px;
  line-height: 30px;
  color: #414141;
  font-family:  'Titillium Web', sans-serif;
  margin-top: 5px;
}
.about-page .about-1 .areaBox .swiper-slide:nth-child(1):hover .text .icon {
  background: url(../images/a-1-h.png) no-repeat center bottom;
}
.about-page .about-1 .areaBox .swiper-slide:nth-child(1) .text .icon {
  background: url(../images/a-1.png) no-repeat center bottom;
}
.about-page .about-1 .areaBox .swiper-slide:nth-child(2):hover .text .icon {
  background: url(../images/a-2-h.png) no-repeat center bottom;
}
.about-page .about-1 .areaBox .swiper-slide:nth-child(2) .text .icon {
  background: url(../images/a-2.png) no-repeat center bottom;
}
.about-page .about-1 .areaBox .swiper-slide:nth-child(3):hover .text .icon {
  background: url(../images/a-3-h.png) no-repeat center bottom;
}
.about-page .about-1 .areaBox .swiper-slide:nth-child(3) .text .icon {
  background: url(../images/a-3.png) no-repeat center bottom;
}
.about-page .about-1 .areaBox .swiper-slide:nth-child(4):hover .text .icon {
  background: url(../images/a-4-h.png) no-repeat center bottom;
}
.about-page .about-1 .areaBox .swiper-slide:nth-child(4) .text .icon {
  background: url(../images/a-4.png) no-repeat center bottom;
}
.about-page .about-1 .areaBox .swiper-slide:nth-child(5):hover .text .icon {
  background: url(../images/a-5-h.png) no-repeat center bottom;
}
.about-page .about-1 .areaBox .swiper-slide:nth-child(5) .text .icon {
  background: url(../images/a-5.png) no-repeat center bottom;
}
.about-page .about-1 .areaBox .swiper-slide:nth-child(6):hover .text .icon {
  background: url(../images/a-6-h.png) no-repeat center bottom;
}
.about-page .about-1 .areaBox .swiper-slide:nth-child(6) .text .icon {
  background: url(../images/a-6.png) no-repeat center bottom;
}
.about-page .about-1 .areaBox .swiper-slide:nth-child(7):hover .text .icon {
  background: url(../images/a-7-h.png) no-repeat center bottom;
}
.about-page .about-1 .areaBox .swiper-slide:nth-child(7) .text .icon {
  background: url(../images/a-7.png) no-repeat center bottom;
}
.about-page .about-1 .areaBox .swiper-slide:nth-child(8):hover .text .icon {
  background: url(../images/a-8-h.png) no-repeat center bottom;
}
.about-page .about-1 .areaBox .swiper-slide:nth-child(8) .text .icon {
  background: url(../images/a-8.png) no-repeat center bottom;
}
.about-page .about-1 .factoryBox {
  padding-bottom: 50px;
}
.about-page .about-1 .factoryBox .swiper-slide a {
  display: block;
  overflow: hidden;
}
.about-page .about-1 .factoryBox .swiper-slide a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.about-page .about-1 .factoryBox .swiper-slide a img {
  width: 100%;
}
.about-page .about-1 .factoryBox .swiper-pagination {
  width: 100%;
  position: relative;
  margin-top: 45px;
  bottom: 0;
}
.about-page .about-1 .factoryBox .swiper-pagination span {
    width: 8px;
    height: 8px;
  background: #bababa;
  margin: 0 5px;
}
.about-page .about-1 .factoryBox .swiper-pagination .swiper-pagination-bullet-active {
  background: #123894;
}
.about-page .about-2 {
  padding: 75px 0 60px;
  background: url(../images/history-bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.about-page .about-2 .top {
  text-align: center;
  margin-bottom: 30px;
}
.about-page .about-2 .top h3 {
  font-size: 44px;
  line-height: 1.6;
  color: #fefefe;
  font-family: 'Franklin-Gothic-Medium';
  margin-bottom: 12px;
}
.about-page .about-2 .top p {
  font-size: 20px;
  line-height: 1.8;
  color: #fefefe;
  font-family: 'Franklin-Gothic-Medium';
}
.about-page .about-2 ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
.about-page .about-2 ul li {
  width: 25%;
  position: relative;
}
.about-page .about-2 ul li::after {
  position: absolute;
  content: "";
  height: 190px;
  width: 1px;
  border-left: 1px solid #ffffff;
  left: 0;
  bottom: 0;
}
.about-page .about-2 ul li::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 100%;
  left: -6px;
  bottom: -6px;
}
.about-page .about-2 ul li h4 {
  font-size: 25px;
  line-height: 1.6;
  color: #fefefe;
  font-family: 'Franklin-Gothic-Medium';
  margin-bottom: 15px;
}
.about-page .about-2 ul li p {
  font-size: 16px;
  line-height: 30px;
  color: #fefefe;
  font-family:  'Titillium Web', sans-serif;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
.about-page .about-2 ul.h-up {
  border-bottom: 1px solid #ffffff;
  position: relative;
}
.about-page .about-2 ul.h-up::after {
  width: 50px;
  height: 1px;
  border-bottom: 1px solid #ffffff;
  position: absolute;
  content: "";
  right: 100%;
  bottom: -1px;
}
.about-page .about-2 ul.h-up li {
  padding: 0 25px 50px;
}
.about-page .about-2 ul.bottom li {
  padding: 50px 25px 0;
}
.about-page .about-2 ul.bottom li::after {
  bottom: auto;
  top: 0;
}
.about-page .about-2 ul.bottom li::before {
  bottom: auto;
  top: -6px;
}
.about-page .about-3 {
  padding: 90px 0;
}
.about-page .about-3 .text {
  text-align: center;
}
.about-page .about-3 .text h3 {
 font-size: 60px;
    line-height: 1.6;
    color: #123894;
    font-family: 'Franklin-Gothic-Medium';
    margin: 20px 0;
}
.about-page .about-3 .text h4 {
  font-size: 24px;
  line-height: 1.8;
  color: #282828;
  /*font-family: 'Franklin-Gothic-Medium';*/
  margin-bottom: 15px;
}
.about-page .about-3 .text p {
  font-size: 18px;
  line-height: 1.8;
  color: #6e6e6e;
  font-family: 'Titillium Web', sans-serif;
  margin: 0 auto;
  max-width: 1130px;
}
.about-page .about-3 .honorBox {
  margin-top: 60px;
}
.about-page .about-3 .honorBox .swiper-slide a {
  display: block;
  overflow: hidden;
}
.about-page .about-3 .honorBox .swiper-slide a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.about-page .about-3 .honorBox .swiper-slide a img {
  width: 100%;
}
.manufacture-page h4 {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.6;
  color: #123894;
  font-family: 'Franklin-Gothic-Medium';
  margin-bottom: 20px;
}
.manufacture-page p {
  font-size: 16px;
  line-height: 30px;
  color: #424242;
  font-family:  'Titillium Web', sans-serif;
}
.manufacture-page .manufacture-1 .top {
  padding: 40px 70px 90px;
  border-bottom: 1px solid #cccccc;
}
.manufacture-page .manufacture-1 .top .content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.manufacture-page .manufacture-1 .top .content .left {
  width: 50%;
}
.manufacture-page .manufacture-1 .top .content .right {
  width: 50%;
  padding-left: 60px;
}
.manufacture-page .manufacture-1 .top .content .right h2 {
  margin-bottom: 30px;
}
.manufacture-page .manufacture-1 .top .content:nth-child(2) {
  flex-direction: row-reverse;
}
.manufacture-page .manufacture-1 .top .content:nth-child(2) .right {
  padding-left: 0;
  padding-right: 30px;
}
.manufacture-page .manufacture-1 .top .content:nth-child(2) .right h2 {
  margin-bottom: 20px;
}
.manufacture-page .manufacture-1 .top .content:nth-child(2) .right p {
  max-width: 580px;
}
.manufacture-page .manufacture-1 .bottom {
  padding: 120px;
  text-align: center;
}
.manufacture-page .manufacture-1 .bottom h4 {
  margin: 55px 0 20px;
}
.manufacture-page .manufacture-2 {
  padding: 100px 0 135px;
  background: url(../images/production-bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.manufacture-page .manufacture-2 h4 {
  text-align: center;
  margin-bottom: 50px;
}
.manufacture-page .manufacture-2 .manufactureBox {
  padding: 0 20px;
}
.manufacture-page .manufacture-2 .manufactureBox .swiper-slide a {
  display: block;
  overflow: hidden;
}
.manufacture-page .manufacture-2 .manufactureBox .swiper-slide a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.manufacture-page .manufacture-2 .manufactureBox .swiper-slide a img {
  width: 100%;
}
.manufacture-page .manufacture-3 {
  padding: 60px 0;
}
.manufacture-page .manufacture-3 .manufacture-list {
  padding: 0 50px;
}
.manufacture-page .manufacture-3 .manufacture-list .item {
  padding: 80px 50px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid #ccc;
}
.manufacture-page .manufacture-3 .manufacture-list .item:first-child {
  border-top: none;
}
.manufacture-page .manufacture-3 .manufacture-list .item .left {
  width: 43%;
  padding-right: 70px;
}
.manufacture-page .manufacture-3 .manufacture-list .item .left h4 {
  font-size: 44px;
  margin-bottom: 30px;
}
.manufacture-page .manufacture-3 .manufacture-list .item .right {
  width: 57%;
}
.manufacture-page .manufacture-3 .manufacture-list .item:nth-child(even) {
  flex-direction: row-reverse;
}
.manufacture-page .manufacture-3 .manufacture-list .item:nth-child(even) .left {
  padding-left: 70px;
  padding-right: 0;
}
.advantages-page .advantages-1 img {
  width: 100%;
}
.advantages-page .advantages-2 {
  padding: 20px 0 105px;
}
.advantages-page .advantages-2 .top h3 {
  font-size: 48px;
  line-height: 1.6;
  color: #123894;
 font-family: 'Franklin-Gothic-Medium';
font-weight: bold;

  margin-bottom: 20px;
}
.advantages-page .advantages-2 .top p {
  color: #3b3b3b;
  line-height: 1.8;
  max-width: 885px;
}
.advantages-page .advantages-2 .advantages-list {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.advantages-page .advantages-2 .advantages-list li {
  width: 33.333%;
  padding: 35px 30px 35px 65px;
  border: 1px solid #adadad;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.advantages-page .advantages-2 .advantages-list li:hover {
  background: #123894;
}
.advantages-page .advantages-2 .advantages-list li:hover h5 {
  color: #fff;
}
.advantages-page .advantages-2 .advantages-list li:hover h5::after {
  border: 5px solid #fff;
}
.advantages-page .advantages-2 .advantages-list li:hover p {
  color: #fff;
}
.advantages-page .advantages-2 .advantages-list li h5 {
  font-size: 24px;
  line-height: 1.6;
  color: #303030;
  font-family: 'Franklin-Gothic-Medium';
  margin-bottom: 10px;
  position: relative;
}
.advantages-page .advantages-2 .advantages-list li h5::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: 5px solid #123894;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
}
.advantages-page .advantages-2 .advantages-list li p {
  color: #3b3b3b;
  line-height: 1.8;
}
.advantages-page .advantages-2 .advantages-list li:nth-child(2n) {
  background: #f9f9fb;
}
.advantages-page .advantages-2 .advantages-list li:nth-child(2n):hover {
  background: #123894;
}
.advantages-page .advantages-2 .advantages-list li:nth-child(3n) {
  border-top: 1px solid #adadad;
  border-bottom: 1px solid #adadad;
  border-left: none;
  border-right: none;
}
.advantages-page .advantages-2 .advantages-list li:nth-child(3n+1) {
  border-top: 1px solid #adadad;
  border-bottom: 1px solid #adadad;
  border-left: none;
  border-right: none;
}
.faq-page .faq-2 {
  padding: 60px 0 110px;
}
.faq-page .faq-2 .faq-list .item {
  padding: 25px 20px 20px;
  border-radius: 20px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.faq-page .faq-2 .faq-list .item:hover {
  background: #f4f5f9;
}
.faq-page .faq-2 .faq-list .item:hover h5 {
  color: #123894;
}
.faq-page .faq-2 .faq-list .item:hover p {
  color: #123894;
}
.faq-page .faq-2 .faq-list .item h5 {
  font-size: 30px;
  line-height: 1;
  color: #3a3a3a;
  font-family: 'Franklin-Gothic-Medium';
  margin-bottom: 25px;
}
.faq-page .faq-2 .faq-list .item p {
  margin-left: 35px;
  line-height: 1.8;
  padding-top: 20px;
  border-top: 1px solid #dddddd;
  font-family: 'Titillium Web', sans-serif;
  color: #545454;
}
.technological-page h3 {
  padding: 24px 0 18px;
  font-size: 32px;
  line-height: 1.6;
  color: #123894;
  /*text-transform: uppercase;*/
  font-family: 'Franklin-Gothic-Medium';
  font-weight: bold;
  position: relative;
}
.technological-page h3::after {
  position: absolute;
  content: "";
  width: 55px;
  height: 1px;
  border-top: 1px solid #123894;
  top: 0;
  left: 0;
}
.technological-page p {
   line-height: 1.5;
    color: #424242;
    font-size: 16px;
    font-family: 'Titillium Web', sans-serif;
}



.technological-page .technological-nav {
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0;
}
.technological-page .technological-nav li {
  width: 16.6666%;
  padding: 20px 10px;
  border-top: 1px solid #dadada;
  border-right: 1px solid #dadada;
  font-size: 16px;
  line-height: 1;
  color: #5b5b5b;
  text-align: center;
  font-family: 'poppins-regular';
  cursor: pointer;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  position: relative;
}
.technological-page .technological-nav li:hover,
.technological-page .technological-nav li:first-child {
  color: #123894;
  border-top: 1px solid #123894;
  border-right: 1px solid #123894;
  border-left: 1px solid #123894;
}
.technological-page .technological-nav li:hover::after,
.technological-page .technological-nav li:first-child::after {
  opacity: 1;
}
.technological-page .technological-nav li:hover:first-child {
  border-left: 1px solid #123894;
}
.technological-page .technological-nav li:first-child {
  border-left: 1px solid #123894;
}
.technological-page .technological-nav li::after {
  position: absolute;
  width: 100%;
  height: 4px;
  background: #123894;
  top: 0;
  left: 0;
  content: "";
  opacity: 0;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.technological-page .technological-1 {
  padding: 50px 0;
}
.technological-page .technological-1.on{
  background: #f5f5f5;
}
.technological-page .technological-2.on{
  background: #f5f5f5;
}
.technological-page .technological-3.on{
  background: #f5f5f5;
}
.technological-page .technological-4.on{
  background: #f5f5f5;
}
.technological-page .technological-5.on{
  background: #f5f5f5;
}
.technological-page .technological-6.on{
  background: #f5f5f5;
}
.technological-page .technological-1 .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.technological-page .technological-1 .container .left {
  width: 30%;
}
.technological-page .technological-1 .container .right {
  padding-right: 30px;
  text-align: right;
  width: 70%;
}
.technological-page .technological-2 {
  padding: 100px 0 55px;
}
.technological-page .technological-2 .carriageBox .swiper-slide {
  text-align: center;
  margin-top: 0 !important;
}
.technological-page .technological-2 .carriageBox .swiper-slide a {
  display: block;
  overflow: hidden;
}
.technological-page .technological-2 .carriageBox .swiper-slide a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.technological-page .technological-2 .carriageBox .swiper-slide a img {
  width: 100%;
}
.technological-page .technological-2 .carriageBox .swiper-slide p {
  font-family: 'Titillium Web', sans-serif;
  padding: 18px 0;
  line-height: 1;
}
.technological-page .technological-2 .carriageBox .swiper-slide:nth-child(1) {
  text-align: left;
}
.technological-page .technological-2 .carriageBox .swiper-slide:nth-child(1) p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
  line-height: 1.5;
  color: #424242;
  font-size: 16px;
  font-family: 'Titillium Web', sans-serif;
}
.technological-page .technological-2 .carriageBox .slide-box a {
  margin-top: 45px;
}
.technological-page .technological-3 {
  padding: 90px 0;
}
.technological-page .technological-3 .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.technological-page .technological-3 .container .left {
  width: 26%;
}
.technological-page .technological-3 .container .right {
  text-align: right;
  padding-right: 20px;
  width: 74%;
}
.technological-page .technological-4 {
  padding: 130px 0;
}
.technological-page .technological-4 .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.technological-page .technological-4 .container .left {
  width: 29.5%;
  padding-right: 20px;
}
.technological-page .technological-4 .container .left h5 {
  font-size: 24px;
  line-height: 1;
  color: #3b3b3b;
  font-family: 'Franklin-Gothic-Medium';
  font-weight: bold;
  padding: 45px 0 15px;
}
.technological-page .technological-4 .container .centre {
  width: 41%;
}
.technological-page .technological-4 .container .right {
  width: 29.5%;
  padding: 0 20px;
}
.technological-page .technological-4 .container .right .item {
 border-bottom: 1px solid #585858;
    padding: 20px 0 25px 15px;
    border-right: 1px solid #585858;
    border-left: 1px solid #585858;
    position: relative;
}
.technological-page .technological-4 .container .right .item:after{
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #585858;
  top: 0;
  left: 37%;
}
.technological-page .technological-4 .container .right .item h6 {
  font-size: 16px;
  line-height: 1;
  color: #3b3b3b;
  /*font-family: 'Franklin-Gothic-Medium';*/
  margin-bottom: 10px;
  font-weight: 900;
  padding-right: 15px;
}
.technological-page .technological-4 .container .right .item p {
  line-height: 1.5;
}
.technological-page .technological-4 .container .right .item:first-child {
  border-top: 1px solid #585858;
}


.technological-page .technological-4 .container .right .item{
  display: flex;
  align-items: center;
  text-align: center;
}
.technological-page .technological-4 .container .right .item h6{
  width: 37%;
  line-height: 1.2;
}
.technological-page .technological-4 .container .right .item p{
  width: 37%;
}
.technological-page .technological-4 .container .right .item:first-child .t{
  width: 67%;
  text-align: center;
}
.technological-page .technological-4 .container .right .item:first-child h6{
  text-align: center;
}
.technological-page .technological-4 .container .right .item .tit{
  text-align: center;
  padding-right: 15px;
}
.technological-page .technological-4 .container .right .item .text{
  width: 63%;
}
.technological-page .technological-4 .container .right .item .text p{
  width: 100%;
}
.technological-page .technological-4 .container .t{
  font-weight: 900;
  font-size: 16px;
}
.technological-page .technological-4 .container .txt{
  font-weight: 300;
  font-size: 14px;
}
.technological-page .technological-4 .container .tit{
  font-weight: 600;
  font-size: 24px;
}
.technological-page .technological-5 {
  padding: 90px 0;
}
.technological-page .technological-5 .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.technological-page .technological-5 .container .left {
  width: 30%;
  padding-right: 20px;
}
.technological-page .technological-5 .container .left p {
  margin-bottom: 25px;
}
.technological-page .technological-5 .container .right {
  width: 70%;
  text-align: right;
  padding-right: 20px;
}
.technological-page .technological-6 {
  padding: 95px 0 120px;
}
.technological-page .technological-6 .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.technological-page .technological-6 .container .left {
  width: 63%;
}
.technological-page .technological-6 .container .right {
  width: 37%;
  text-align: right;
  padding-left: 15px;
}
.technological-page .technological-on{
  background: #f3f4f8;
}
/*.inner-page.fashion-page{
  padding-top: 142px;
}
.fashion-page .content{
  padding: 170px 0 265px;
  text-align: center;
  background: url(../images/fashion.jpg) no-repeat center center;
}
.fashion-page .content h2{
  font-size: 98px;
  color: #123894;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 50px;
}
.fashion-page .content h4{
  font-size: 34px;
  color: #123894;
  line-height: 1;
  text-transform: uppercase;
  padding: 30px 0 20px;
}
.fashion-page .content h3{
  font-size: 41px;
  color: #123894;
  line-height: 1;
  font-weight: bold;
}
.fashion-page .content .contact-box{
  display: inline-block;
  padding: 12px 90px;
  border-radius: 10px;
  background: #123894;
  font-size: 29px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 35px;
}*/
table{
  width: 100%;
  line-height: 30px;
  font-size: 16px;
}


.about-page .about-5{
  padding: 99px 0 90px;
  background: #f7f7f7;
}
.about-page .about-5 .grid-box{
  margin-bottom: 40px;
}
.about-page .about-5 .grid-box .con{
  padding: 150px 0 0 50px;
}
.about-page .about-5 .grid-box .con h3{
	font-size: 60px;
    font-weight: 500;
    font-stretch: normal;
    line-height: 1.4;
    /* letter-spacing: 0px; */
    font-family: 'Franklin-Gothic-Medium';
    color: #123894;
}
.about-page .about-5 .grid-box .con h4{
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.6;
	letter-spacing: 0px;
	color: #282828;
  margin:30px 0 26px;
}
.about-page .about-5 .grid-box .con p{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #6e6e6e;
}

.mtips-page{
  padding: 229px 0 134px;
}
.mtips-page h2{
  font-size: 42px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 0px;
	color: #123894;
  text-align: center;
}
.mtips-page .main-box{
  margin-top:90px;
}
.mtips-page .main-box .img{
  width: 31%;
}
.mtips-page .main-box .con{
  width: 69%;
  padding-left: 94px;
}
.mtips-page .main-box .con h3{
  font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #282828;
  padding-bottom: 30px;
  border-bottom: 1px solid #d4d4d4;
}
.mtips-page .main-box .con p{
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #6e6e6e;
  margin: 35px 0 50px;
}
.mtips-page .main-box .con ul li{
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #282828;
  margin-bottom: 36px;
}
.fash-banner{
  padding-top: 187px;
}
.fashion-page{
  padding: 80px 0 165px;
}
.fashion-page .t_head{
  text-align: center;
  padding-bottom: 21px;
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 60px;
}
.fashion-page .t_head h2{
    font-size: 60px;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: 0px;
    color: #123894;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-family: 'Franklin-Gothic-Medium', sans-serif;
}
.fashion-page .t_head p{
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #545454;
}
.fashion-page .b_body .nav{
  width: 20%;
}
.fashion-page .b_body .list{
  width: 80%;
  padding-left: 45px;
}
.fashion-page .b_body .nav a{
  float: left;
  width: 48.5%;
  margin-right: 3%;
  line-height: 142px;
  background: #f3f3f3;
  font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #161616;
  text-align: center;
  margin-bottom: 8px;
  transition:0.4s ease;
}
.fashion-page .b_body .nav a:hover{
  background: #123894;
  color: #fff;
}
.fashion-page .b_body .nav a:nth-of-type(2n){
  margin-right: 0;
}
.fashion-page .b_body .list{
  column-count: 3;
  column-gap: 17px;
}
.fashion-page .b_body .list .img-box{
  margin-bottom: 58px;
}
#solution strong{
  color: inherit;
  font-size: 36px;
  font-weight: bold;
  font-family: inherit;
  line-height: 1.6;
  font-style: inherit;
}
#solution span{
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: 1.8;
  font-style: inherit;
}
.technological-page strong{
  color: inherit;
  font-size: inherit;
  font-weight: bold;
  font-family: inherit;
  line-height: 1.6;
  font-style: inherit;
}
.technological-page span{
  color: inherit;
  font-size: 16px;
  font-weight: inherit;
  font-family: inherit;
  line-height: 30px;
  font-style: inherit;
}
.technological-page{
  padding: 30px 0;
  background: #eee;
}
.system-page h2 {
  font-size: 48px;
  line-height: 1.6;
  color: #313e8f;
  font-family: 'Franklin-Gothic-Medium';
  font-weight: bold;
  margin-bottom: 25px;
}
.system-page h3.title {
  display: inline-block;
  padding: 10px 55px;
  border-radius: 46px;
  font-size: 32px;
  line-height: 1.6;
  color: #fff;
  font-family: 'Franklin-Gothic-Medium';
  font-weight: bold;
  margin-bottom: 43px;
  background: #313e8f;
}
.system-page .content p {
  font-size: 18px;
  line-height: 1.8;
  color: #303030;
  padding-left: 60px;
  background: url(../images/system-icon.png) no-repeat 22px 5px;
  margin-bottom: 40px;
}
.system-page .content p:last-child {
  margin-bottom: 0;
}
.system-page .system-1 {
  padding: 70px 0;
  text-align: center;
}
.system-page .system-2 {
  padding: 35px 0 60px;
  background: #f5f5f5;
}
.system-page .system-3 {
  padding: 75px 0;
}
.system-page .system-3 .container {
  display: flex;
  flex-wrap: wrap;
}
.system-page .system-3 .container .content {
  max-width: 615px;
}
.system-page .system-3 .container .content p {
  margin-bottom: 30px;
}
.system-page .system-3 .container .content p:last-child {
  margin-bottom: 0;
}
.system-page .system-3 .container .left {
  width: 50%;
  padding-right: 30px;
}
.system-page .system-3 .container .right {
  width: 50%;
  padding-top: 70px;
}
.system-page .system-3 .container .right .content {
  margin-top: 50px;
}
.system-page .system-3 .container .right .content p {
  padding-left: 40px;
  background: url(../images/system-icon.png) no-repeat left 5px;
}

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












}
@media screen and (max-width: 1470px) {
  .about-page .about-5 .grid-box .con{
    padding: 80px 0 0 50px;
  }
  #index-body .init-2 .news-box .right .news p{
    font-size: 16px;
    line-height: 30px;
  }
.technological-page .table-box{
  width: 100%;
display: block;
overflow-x: scroll;
}








}
@media screen and (max-width: 1440px) {
   .uk-container{
    min-width: 1230px !important;
    margin: 0 auto;
    padding: 0 15px;
  }
  .uk-offcanvas-content{
    min-width: 1230px !important;
    margin: 0 auto;
    padding-top: 20px;
  }
  .uk-container{
    padding: 0 15px;
  }
  #solutionlist .solution-item h2{
    font-size: 30px;
  }
}
@media screen and (max-width: 1230px) {
  .uk-offcanvas-content, .uk-container{
    min-width: 970px !important;
  }
  .about-page .about-1 .top h2{
        font-size: 40px;
  }
.about-page .about-2 .top h3{
  font-size: 35px;
}
.about-page .about-5 .grid-box .con h3{
  font-size: 40px;
  line-height: 1.4;
}
.about-page .about-5 .grid-box .con {
    padding: 30px 0 0 50px;
}
.manufacture-page .manufacture-1 .top{
  padding: 15px 0 60px;
}.manufacture-page .manufacture-1 .bottom{
  padding: 60px 0;
}
.manufacture-page .manufacture-3 .manufacture-list .item{
  padding: 50px 0;
}.manufacture-page .manufacture-3 .manufacture-list {
    padding: 0;
}
.manufacture-page .manufacture-3 .manufacture-list .item .left h4{
  font-size: 30px;
}
.manufacture-page h4{
  font-size: 30px;
}
.news-page .bottom ul li{
  width: 33.333% !important;
}
.advantages-page .advantages-2 .advantages-list li{
  width: 50%;
}
.system-page h2{
  font-size: 35px;
}.news-page .bottom .newslist li{
width: 100% !important;
}
.fashion-page .b_body .nav a{
      line-height: 100px;
}



}
@media screen and (max-width: 1100px) {
  .inner-page {
    padding-top: 60px;
}
.system-page .system-1{
  padding: 0 0 30px;
}.fash-banner {
    padding-top: 65px;
}
#solutionlist{
  margin-top: 0;
}
#solution {
    margin-top: 0;
}
section{
  padding-top: 30px;
}

}
@media screen and (max-width: 1000px) {
  .uk-offcanvas-content, .uk-container{
    min-width: 700px !important;
  }
  .about-page .about-1 .top h2 {
    font-size: 35px;
}
.about-page .about-1 .top{
  margin: 40px 0;
}
.about-page .about-1 .top h2{
  padding: 15px 0;
}
.about-page .about-3 .text h3{
  font-size: 35px;
}
.about-page .about-5 .grid-box .con h4{
  font-size: 20px;
  line-height: 1.8;
  margin: 15px 0;
}
.about-page .about-5 .grid-box .con{
  padding: 10px 0 0 15px;
}
.about-page .about-5 .grid-box .con p{
  font-size: 16px;
}
.about-page .about-5{
  padding: 50px 0;
}
.about-page .about-3 .text h4{
  font-size: 18px;
}.about-page .about-2 ul.h-up li {
    padding: 0 10px 30px;
}
.about-page .about-2 ul.bottom li {
    padding: 30px 10px 0;
}
.about-page .about-2 .top h3 {
    font-size: 24px;
}.manufacture-page p{
  font-size: 14px;
}.manufacture-page .manufacture-1 .top .content .right{
  padding-left: 20px;
}
.manufacture-page .manufacture-3 .manufacture-list .item .left{
  padding-right: 30px;
}
.manufacture-page .manufacture-3 .manufacture-list .item:nth-child(even) .left{
  padding-left: 30px;
}.news-page .bottom ul li{
  width: 50% !important;
}.system-page .system-3 .container .left {
    width: 100%;
    padding-right: 0;
}
.system-page .system-3 .container .right{
width: 100%;
}
.contact-page .contact-1 .bottom .left .list ul li {
    font-size: 18px;
    padding-left: 30px;
}
.fashion-page .b_body .nav{
  width: 100%;
}.fashion-page .b_body .list{
  width: 100%;
  padding-left: 0;
}
.fashion-page .b_body .nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fashion-page .b_body .nav a{
  width: 24%;
  margin: 0 0 10px 0;
}
.fashion-page .b_body .list .img-box {
    margin-bottom: 20px;
}
#solution .solution-item h2{
    font-size: 24px;
        line-height: 1.8;
}
#solution .solution-item h1{
    font-size: 24px;
        line-height: 1.8;
}
.uk-table table{
      width: 100%;
    display: block;
    overflow-x: scroll;
}
.uk-table table>tbody{
  width: 950px !important;
  display: block;
}

}
@media screen and (max-width: 700px) {
  .uk-offcanvas-content, .uk-container{
    min-width: 100px !important;
  }
  .about-page .about-2{
    display: none;
  }
  .about-page .about-5 .img{
    width: 100%;
  }
  .about-page .about-5 .con{
    width: 100%;
  }
  .about-page .about-5 .grid-box .con{
    padding: 20px 0 0;
  }
  .inner-page {
    padding-top: 0;
}.manufacture-page .manufacture-1 .top .content .left{
  width: 100%;
}
.manufacture-page .manufacture-1 .top .content .right{
  width: 100%;
}
.manufacture-page .manufacture-1 .top .content .right{
  padding: 30px 0;
}
.manufacture-page .manufacture-1 .bottom h4 {
    margin: 25px 0;
}
.manufacture-page .manufacture-2{
  padding: 50px 0;
}
.manufacture-page .manufacture-3 .manufacture-list .item .left{
  width: 100%;
  padding: 30px 0;
}
.manufacture-page .manufacture-3 .manufacture-list .item .right{
  width: 100%;
}
.manufacture-page .manufacture-3 .manufacture-list .item:nth-child(even) .left{
  padding-left: 0;
}.manufacture-page .manufacture-3 .manufacture-list .item {
    padding: 0;
}
.advantages-page .advantages-2 .advantages-list li {
    width: 100%;
}
.inner-page p{
  font-size: 16px;
}
.system-page h2 {
    font-size: 24px;
    line-height: 1.8;
}.system-page h3.title{
  font-size: 18px;
  line-height: 1.8;
  padding: 8px 20px;
  margin-bottom: 25px;
}.system-page .content p{
  font-size: 16px;
  margin-bottom: 20px;
  padding-left: 30px;
    background: url(../images/system-icon.png) no-repeat 0px 5px;
}
.system-page .system-3 .container .right .content p {
    padding-left: 30px;
}.news-page .bottom .newslist li h3{
  font-size: 18px;
}.news-page .bottom .newslist{
  margin: 0 0 70px;
}
.newdet-page h3{
  font-size: 20px;
}
.contact-page .contact-1 .bottom .left {
    width: 100%;
}
.fashion-page .t_head h2{
  font-size: 40px;
}.fashion-page .b_body .list{
  column-count: 2;
}#solutionlist .uk-flex {
    margin-top: 65px;
    flex-wrap: wrap;
}
#solutionlist .uk-flex .pic{
  width: 100%;
}#solutionlist .uk-flex .content{
  width: 100%;
}
.solution-item>* {
    flex: auto;
}.uk-flex-space-around{
  flex-wrap: wrap;
}
#solution table td:first-child {
    width: 160px;
}

}
@media screen and (max-width: 500px) {
  .about-page .about-1 .top h2 {
    font-size: 30px;    
    line-height: 1.6;
}
.about-page .about-1 .top h3{
  font-size: 20px;
  line-height: 1.8;
}.about-page .about-3 .text h3 {
    font-size: 30px;
}.news-page .bottom ul li{
  width: 100% !important;
}
.advantages-page .advantages-2{
  padding: 30px 0 80px;
}
.advantages-page .advantages-2 .top h3{
  font-size: 35px;
}
.advantages-page .advantages-2 .advantages-list li h5::after{
  display: none;
}
.advantages-page .advantages-2 .advantages-list li{
  padding: 20px 10px;
}
.inner-page p{
  font-size: 18px;
}
.advantages-page .advantages-2 .advantages-list{
  margin-top: 20px;
}
.system-page .content p{
  font-size: 18px;
}.system-page .system-3 .container .content p{
  margin-bottom: 5px;
  padding-bottom: 10px;
}
.system-page .system-3 .container .right{
  padding-top: 20px;
}.fashion-page .b_body .nav a{
  width: 49%;
}.fashion-page .b_body .list{
  column-count: 1;
}#solutionlist .solution-item h2 {
    font-size: 20px;
    line-height: 1.8;
    padding-top: 10px;
}.contact-btn p{
  font-size: 20px;
}
.technological-page .table-box table{
  width: 100% !important;
}
.technological-page .table-box table tbody tr td{
  width: 100% !important;
  display: block;
}.technological-page .table-box>div span{
  font-size: 24px !important;
}

}

#solutionlist .solution-item .words p{
      font-size: 18px;
    line-height: 1.8;
  padding-bottom: 10px;
}

.uk-flex-space-around .content p{
  font-size: 16px;
  line-height: 30px;
}

.uk-container-center .uk-table p{
  padding: 16px 0;
}

.inner-page.news{
    padding-top: 0;
    padding-bottom: 15px;
}
.inner-page.news .honorBox h2{
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
}

.about-page.single .about-3{
  padding-top: 0;
}
.inner-page.single{
  padding-top: 0;
}

.about-page .about-1 .content.des{
    color: #6e6e6e;
    font-size: 16px;
    line-height: 30px;
    max-width: unset;
    text-align: center;
}
.about-page .about-1 .content.des h1{
  display: inline;
  color: #6e6e6e;
}
.inner-page.home{
  padding-top: 10px;
}

.uk-container-center .prodes{
    padding-top: 20px;
    font-size: 16px;
    line-height: 30px;
}
.uk-container-center .prodes h1{
    font-size: 24px;
    line-height: 1.8;
    padding: 20px 0;
    font-weight: 700;
}

#solution .uk-container .content h1{
   font-size: 30px;
    line-height: 1.6;
    font-weight: 600;
    font-family: 'Franklin-Gothic-Medium', sans-serif;
}
.uk-flex-space-around .content ul li{
      line-height: 30px;
}
.mbx{
  font-size: 24px;
    line-height: 1.8;
    padding-top: 30px;
}