@font-face {
  font-family: 'sourcehansanscn-regular';
  src: url(../fonts/sourcehansanscn-regular.ttf) format('truetype'), url(../fonts/sourcehansanscn-regular.eot) format('eot'), url(../fonts/sourcehansanscn-regular.woff) format('woff'), url(../fonts/sourcehansanscn-regular.woff2) format('woff2');
}
body {
  overflow-x: hidden;
  font-family: Arial, 'microsoft yahei', SimSun, Sans-serif !important;
}
li {
  list-style: none;
}
body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
dl,
div,
li,
dt,
dd,
a,
img,
i,
span,
blockquote,
em {
  margin: 0;
  padding: 0;
}
i,
em {
  font-style: normal;
}
.clear {
  clear: both;
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
}
a {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
.no-mr {
  margin-right: 0!important;
}
.no-mb {
  margin-bottom: 0!important;
}
.no-pr {
  padding-right: 0!important;
}
.no-pb {
  padding-bottom: 0!important;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.indent1 {
  text-indent: 1em;
}
.indent2 {
  text-indent: 2em;
}
.indent3 {
  text-indent: 3em;
}
.indent4 {
  text-indent: 4em;
}
.indent5 {
  text-indent: 5em;
}
.center {
  text-align: center;
}
.img-box {
  overflow: hidden;
  position: relative;
}
.img-box img {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.img-box:hover img {
  transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
}
.scroll-box {
  overflow: hidden;
  position: relative;
}
.scroll-box ul {
  width: 9999px;
}
.scroll-box ul li {
  float: left;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  height: 0;
  clear: both;
  visibility: hidden;
}
.ui.container {
  padding: 0 15px;
  position: relative;
}
.ui.container > .item {
  padding-left: 0;
  padding-right: 0;
}
.ui.menu {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  margin: 0;
  box-shadow: 0 0 0 0 #fff;
  -webkit-box-shadow: 0 0 0 0 #fff;
  -moz-box-shadow: 0 0 0 0 #fff;
  -ms-box-shadow: 0 0 0 0 #fff;
  -o-box-shadow: 0 0 0 0 #fff;
  min-height: auto;
  background: none;
}
.ui.header:first-child {
  margin-top: 0;
}
.ui.header {
  margin: 0;
  font-weight: 500;
}
.item {
  border-left: none!important;
  border-right: none!important;
}
.item:before,
.item:after {
  display: none!important;
}
#header .h-top {
  background-color: #0052a3;
}
#header .h-top .h-phone {
  padding: 5px;
  color: #fff;
  font-size: 14px;
}
#header .h-top .h-social {
  padding: 5px;
  color: #fff;
}
#header .h-top .h-social p {
  margin-right: 15px;
}
#header .h-top .h-social a {
  color: #fff;
  display: inline-block;
  margin: 0px 5px;
}
#header .nav {
  text-align: center;
}
#header .nav .item {
  padding: 0;
}
#header .nav .h-search {
  cursor: pointer;
  font-size: 18px;
  color: #595959;
  margin-left: 0px!important;
}
#header .nav .h-search span {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #dbdbdb;
  padding-top: 8px;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .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 .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#header .nav .menu-box {
  padding: 0;
  position: relative;
}
#header .nav .menu-box .menu {
  height: 100px;
}
#header .nav .menu-box .menu > li {
  position: relative;
  text-transform: uppercase;
  float: left;
  line-height: 100px;
  margin: 0px 12px;
  font-family: 'sourcehansanscn-regular';
}
#header .nav .menu-box .menu > li > a {
  font-size: 16px;
  color: #000000;
  display: block;
  position: relative;
  padding: 0px 20px;
}
#header .nav .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: 0px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #0c6699;
}


#header .nav .menu-box .menu > li:hover > a,
#header .nav .menu-box .menu > li.current-post-ancestor > a,
#header .nav .menu-box .menu > li.current-menu-item > a,
#header .nav .menu-box .menu > li.current-category-ancestor > a {

  color: #0c6699;
}
#header .nav .menu-box .menu > li:hover > a:after,
#header .nav .menu-box .menu > li.current-menu-item > a:after,
#header .nav .menu-box .menu > li.current-category-ancestor > a:after,
#header .nav .menu-box .menu > li.current-post-ancestor > a:after {
  width: 80%;
  left: 10%;
}



#header .nav .menu-box .menu > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  background: #0c6699;
  text-align: left;
  z-index: 101;
  display: none;
}
#header .nav .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: normal;
}
#header .nav .menu-box .menu > li .sub-menu li a {
  font-size: 16px;
  color: #fff;
  display: block;
  padding: 10px 18px;
}
#header .nav .menu-box .menu > li .sub-menu li:hover {
  background: #222;
}
#index-body .i-about {
  padding: 90px 0px 120px;
}
#index-body .i-about .tit {
  margin-bottom: 70px;
}
#index-body .i-about .tit h3 {
  font-family: "microsoft yahei";
  font-weight: bold;
  font-size: 30.5px;
  margin-bottom: 45px;
  color: #0052a3;
  position: initial;
  float: initial;
  width: initial;
}
#index-body .i-about .tit p {
  font-size: 14px;
  line-height: 30px;
  width: 85%;
  margin: 0 auto;
  color: #666666;
}
#index-body .i-about .about-boxs .about-box {
  width: 23%;
  display: inline-block;
  margin:1% 0.8%;
  padding: 0px 10px;
  color: #fff;
  background-color: #333;
  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 .i-about .about-boxs .about-box h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
#index-body .i-about .about-boxs .about-box p {
  font-size: 12px;
  line-height: 22px;
  height: 66px;
  -webkit-line-clamp: 3;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#index-body .i-about .about-boxs .about-box:hover {
  background-color: #0052a3;
  transform: translate(0, -20px) rotate(0deg) scale(1, 1) skew(0deg, 0deg) rotateX(0deg) rotateY(0deg);
  -webkit-transform: translate(0, -20px) rotate(0deg) scale(1, 1) skew(0deg, 0deg) rotateX(0deg) rotateY(0deg);
  -moz-transform: translate(0, -20px) rotate(0deg) scale(1, 1) skew(0deg, 0deg) rotateX(0deg) rotateY(0deg);
  -ms-transform: translate(0, -20px) rotate(0deg) scale(1, 1) skew(0deg, 0deg) rotateX(0deg) rotateY(0deg);
  -o-transform: translate(0, -20px) rotate(0deg) scale(1, 1) skew(0deg, 0deg) rotateX(0deg) rotateY(0deg);
  box-shadow: 5px 5px 10px #888888;
}
#index-body .i-about .about-boxs .about-box:nth-of-type(1) .text {
  background: url("../images/tu1.png") no-repeat right;
  padding: 20px 10px;
}
#index-body .i-about .about-boxs .about-box:nth-of-type(2) .text {
  background: url("../images/tu2.png") no-repeat right;
  padding: 20px 10px;
}
#index-body .i-about .about-boxs .about-box:nth-of-type(3) .text {
  background: url("../images/tu3.png") no-repeat right;
  padding: 20px 10px;
}
#index-body .i-about .about-boxs .about-box:nth-of-type(4) .text {
  background: url("../images/tu4.png") no-repeat right;
  padding: 20px 10px;
}
#index-body .i-num {
  background: url("../images/back1.jpg") no-repeat center;
  padding: 60px 0px;
  color: #fff;
  text-align: center;
}
#index-body .i-num .tit {
  margin-bottom: 55px;
}
#index-body .i-num .tit h4 {
  font-size: 24px;
  margin-bottom: 10px;
}
#index-body .i-num .tit p {
  color: #a3a3a3;
}
#index-body .i-num .number-box h3 {
  font-size: 18px;
  margin-bottom: 20px;
}
#index-body .i-num .number-box h4 {
  font-size: 18px;
}
#index-body .i-num .number-box h4 i {
  font-size: 45px;
  font-weight: bold;
}
#index-body .i-product {
  padding: 85px 0px 125px;
}
#index-body .i-product .tit {
  margin-bottom: 60px;
}
#index-body .i-product .tit h3 {
  font-size: 30px;
  margin-bottom: 15px;
}
#index-body .i-product .tit p {
  font-size: 14px;
  color: #666666;
}
#index-body .i-product .pro-box {
  border: solid 1px #dedede;
  border-radius: 5px;
}
#index-body .i-product .pro-box h3 {
  font-size: 24px;
  line-height: 55px;
  padding-left: 65px;
  background: url("../images/pro-tit.jpg") no-repeat 10px;
}
#index-body .i-product .pro-box h3 a {
  color: #000;
}
#index-body .i-application {
  position: relative;
}
#index-body .i-application .app-left {
  text-align: center;
  width: 35%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url("../images/app1.jpg") no-repeat left top;
  background-size: 100% 100%;
}
#index-body .i-application .app-left .text {
  margin-top: 15%;
  text-align: left;
  display: inline-block;
  color: #fff;
}
#index-body .i-application .app-left .text h4 {
  font-size: 2rem;
  margin-bottom: 40px;
}
#index-body .i-application .app-left .text p {
  line-height: 28px;
  text-indent: 2em;
}
#index-body .i-application .app-left .text .more {
  display: inline-block;
  width: 85px;
  line-height: 30px;
  color: #fff;
  background-color: #0052a3;
  text-align: center;
  margin-top: 30px;
}
#index-body .i-application .app-left .text .more:hover {
  background-color: #000;
}
#index-body .i-application .app-right {
  width: 65%;
}
#index-body .i-application .app-right .app-tu {
  float: left;
  width: 33.33%;
  position: relative;
}

#index-body .i-application .app-right .app-tu .text{
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(0,0,0,0.5);
  text-align: center;
  padding: 25% 5%;
  opacity: 0;
  filter: alpha(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;
}
#index-body .i-application .app-right .app-tu .text h4{
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}
#index-body .i-application .app-right .app-tu:hover .text {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff;
 
}

#index-body .i-application .app-right .app-tu img {
  width: 100%;
}
#index-body .i-news {
  background-color: #eeeeee;
  padding: 80px 0px 40px;
}
#index-body .i-news .tit {
  margin-bottom: 60px;
}
#index-body .i-news .tit h3 {
  font-size: 30px;
  margin-bottom: 15px;
}
#index-body .i-news .tit p {
  font-size: 14px;
  color: #666666;
}
#index-body .i-news .news-box {
  background-color: #fff;
  padding: 40px 35px;
}
#index-body .i-news .news-box h3 {
  font-size: 18px;
  margin-bottom: 25px;
  font-family: "microsoft yahei";
  font-weight: bold;
}
#index-body .i-news .news-box a {
  color: #000;
}
#index-body .i-news .news-box p {
  line-height: 24px;
}
#index-body .i-news .news-box:hover {
  background-color: #0052a3;
}
#index-body .i-news .news-box:hover a {
  color: #fff;
}
#index-body .i-news .swiper-yuan {
  margin-top: 60px;
}
#index-body .i-news .swiper-yuan span {
  width: 90px;
  height: 5px;
  background-color: #686868;
  opacity: 1;
  filter: alpha(opacity=100);
  border-radius: 2px;
}
#index-body .i-news .swiper-yuan span.swiper-pagination-bullet-active {
  background-color: #0052a3;
}
#footer .foo-top {
  background-color: #2c2c2c;
  color: #fff;
  padding: 35px 0px 20px;
}
#footer .foo-top .tit-span {
  font-size: 26px;
  font-weight: bold;
  font-style: italic;
  color: #4e4e4e;
  text-transform: uppercase;
}
#footer .foo-top h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 35px;
}
#footer .foo-top .foo-con .foo-box {
  width: 48%;
  display: inline-block;
  vertical-align: top;
}
#footer .foo-top .foo-con .foo-box .div-text img {
  display: inline-block;
  vertical-align: top;
}
#footer .foo-top .foo-con .foo-box .div-text .text {
  display: inline-block;
  width: 70%;
  vertical-align: top;
  margin-left: 7px;
  margin-bottom: 25px;
}
#footer .foo-top .foo-con .foo-box .div-text .text span {
  display: block;
  position: relative;
  padding-bottom: 5px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
#footer .foo-top .foo-con .foo-box .div-text .text span:after {
  content: '';
  width: 45px;
  border-top: 1px solid #aaaaaa;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
#footer .foo-top .foo-link .lin-box {
  display: inline-block;
  vertical-align: top;
}
#footer .foo-top .foo-link .lin-box a {
  color: #969696;
  display: block;
  margin-bottom: 10px;
}
#footer .foo-top .foo-link .lin-box a:hover {
  color: #fff;
}
#footer .foo-top .foo-link .lin-box1 {
  width: 30%;
}
#footer .foo-top .foo-link .lin-box2 {
  width: 40%;
  position: relative;
}
#footer .foo-top .foo-link .hover-top{
  position: absolute;
  top: -45px;
  right: 0px;
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: #fff;
  color: #000;
  padding-top: 8px;
  cursor: pointer;
}
#footer .foo-top .foo-link .hover-top img{
  display: inline-block;
}

#footer .foo-top .foo-link .ewm-box {
  display: inline-block;
  text-align: center;
}
#footer .foo-bottom {
  background-color: #212121;
}
#footer .foo-bottom a {
  color: #969696;
  line-height: 50px;
  display: inline-block;
  margin: 0px 5px;
}
#footer .foo-bottom a:hover {
  color: #fff;
}


.inner-banner {
    padding-top: 90px;
    color: #fff;
    text-align: center;
    height: 234px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/inner-banner.jpg");
    background-size: cover;
}
.inner-banner .inner-tit {
    font-size: 33px;
    text-transform: capitalize;
    font-family: arial;
}
.inner-banner .bread-crumbs a, .inner-banner .bread-crumbs span {
    font-size: 15px;
    color: #fff;
}
.inner-banner .bread-crumbs a:hover {
    color: #0c6699;
}
.top-menu {
    position: relative;
    z-index: 11;
    text-align: center;
    height: 55px;
    line-height: 55px;
    background: #fff;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
}
.top-menu li {
    display: inline-block;
    font-family: arial;
    margin: 0 40px;
    position: relative;
}
.top-menu li a {
    color: #343434;
    font-size: 16px;
}
.top-menu li a.active, .top-menu li a:hover {
    color: #0c6699;
}
.top-menu li .children {
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    background: #fff;
    z-index: 10;
    text-align: left;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .4);
    display: none;
}
.inner-page {
    padding: 40px 0 105px;
}
.inner-page .inner-tit {
    color: #3d3d3d;
    font-size: 36px;
    font-family: arial;
    text-transform: capitalize;
}
.inner-page .sideBar {
    color: #fff;
}
.inner-page .sideBar .side-tit {
    padding-left: 18px;
    text-transform: capitalize;
    font-size: 26px;
    background: #0c6699;
    height: 45px;
    line-height: 50px;
    overflow: hidden;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.inner-page .sideBar .side-menu {
    border-top-left-radius: 1px;
    -webkit-border-top-left-radius: 1px;
    -moz-border-top-left-radius: 1px;
    -ms-border-top-left-radius: 1px;
    -o-border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    -webkit-border-top-right-radius: 1px;
    -moz-border-top-right-radius: 1px;
    -ms-border-top-right-radius: 1px;
    -o-border-top-right-radius: 1px;
    background: #485b6e;
    padding-bottom: 86px;
}
.inner-page .sideBar .side-menu li a {
    height: 46px;
    line-height: 46px;
    display: block;
    overflow: hidden;
    color: #fff;
    padding-left: 18px;
}
.inner-page .sideBar .side-menu.side-contact{
  padding: 20px 0;
}
.inner-page .sideBar .side-menu.side-contact li a{
  height: auto;
  line-height: normal;
  padding: 10px 18px;
}
.inner-page .sideBar .side-menu li{
  position: relative;
}
.inner-page .sideBar .side-menu li .children{
  position: absolute;
  left: 100%;
  top:0;
  width: 100%;
  z-index: 10;
  background: #485b6e;
  display: none;
}
.inner-page .sideBar .side-menu li:hover .children{
  display: block;
}
.inner-page .sideBar .side-menu li a:hover, .inner-page .sideBar .side-menu li a.active {
    background: #3c3c3c;
}
.inner-page .sideBar .side-social {
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    -ms-border-bottom-left-radius: 4px;
    -o-border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    -ms-border-bottom-right-radius: 4px;
    -o-border-bottom-right-radius: 4px;
    background: #485b6e;
    padding-left: 18px;
    padding-bottom: 13px;
}
.inner-page .sideBar .side-social a {
    margin-right: 2px;
    font-size: 18px;
    text-align: center;
    color: #415263;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background: #f5f5f5;
}
.inner-page .sideBar .side-social a i {
    margin-right: 0;
}
.inner-page .sideBar .side-dw {
    margin-top: 8px;
    background: #0c6699;
    line-height: 51px;
    padding-left: 18px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.inner-page .sideBar .side-dw a {
    color: #fff;
    font-size: 15px;
}
.inner-page .sideBar .side-dw i.icon {
    margin-left: 23%;
}
.about-page .about-article h2, .about-page .about-article h3, .about-page .about-article h4 {
    color: #3c3c3c;
    font-family: etelkatextprobold;
}
.about-page .about-article h2 {
    font-size: 44px;
}
.about-page .about-article h4 {
    font-size: 14px;
}
.about-page .about-article p {
    color: #191919;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 18px;
}
.about-page .about-article .about-advantage {
    font-family: etelkatextprobold;
}
.about-page .about-article .about-advantage h2 {
    margin-bottom: 30px;
}
.about-page .about-article .about-advantage li {
    position: relative;
    color: #3c3c3c;
    font-size: 18px;
    padding-left: 28px;
    margin-bottom: 28px;
}
.about-page .about-article .about-advantage li:before {
    content:'';
    position: absolute;
    left: 0;
    top: 0;
    width: 17px;
    height: 17px;
    background: #0c6699;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.about-page .about-num-box{
  background-color: #1c1c1c;
  color: #fff;
  padding: 45px 0px;
  margin-bottom: 115px;
}
.about-page .about-num-box .num-box{
  border-right: solid 1px #a4a4a4;
}
.about-page .about-num-box .num-box .bor{
  display: inline-block;
  width: 50px;
  border-top: solid 3px #0080ff;
  
}
.about-page .about-num-box .num-box .h4_num{
  font-size: 50px;
}
.about-page .about-num-box .num-box p{
  font-size: 15px;
}

.about-page .about-rank{
  margin-bottom: 80px;
}
.about-page .about-rank .rank-left{
  width: 40%;
  box-shadow: 0px 0px 30px #908f8f;
}
.about-page .about-rank .rank-left{

}
.about-page .about-rank .rank-right{
  width: 60%;
  padding-right: 15%;
}
.about-page .about-rank .rank-right li{
  padding: 15px 0px 15px 115px;
  margin: 10px 0px;
  position: relative;
}
.about-page .about-rank .rank-right li .date{
  font-size: 18px;
  font-weight: bolder;
  display: inline-block;
 width: 20%;
 vertical-align: top;
 margin-top: 5px;

}
.about-page .about-rank .rank-right li p{
  color: #666666;
  font-size: 15px;
  display: inline-block;
  width: 68%;
  line-height: 1.8em;
  position: relative;
}
.about-page .about-rank .rank-right li:hover{
  box-shadow: 0px 0px 20px #dedede;
}
.about-page .about-rank .rank-right li span:after{
  position: absolute;
    top: 0;
    left: -40px;
    display: block;
    width: 105px;
    height: 100%;
    background-color: #0052a3;
    content: '';
    opacity: 0;
    z-index: 99;
}
.about-page .about-rank .rank-right li:hover span:after{
  opacity: 100;
}
.about-page .about-jianjie-box{
  margin-bottom: 135px;
  margin-top: 50px;
}

.about-page .about-jianjie-box .jianjie-text .tit{
  padding-bottom: 45px;
  margin-bottom: 45px;
  background: url('../images/tu-bor.png') no-repeat left bottom;
}
.about-page .about-jianjie-box .jianjie-text .tit span{
  font-size: 15px;
  color: #616161;
}
.about-page .about-jianjie-box .jianjie-text .tit h3{
  font-size: 30px;
  font-weight: bold;
  color: #222222;
}
.about-page .about-jianjie-box .jianjie-text .tit p{
  text-indent: 0em;
  margin-bottom: 0px;
}
.about-page .about-jianjie-box .jianjie-text p{
  color: #9b9b9b;
  line-height: 1.8em;
  text-indent: 2em;
}

.about-page{
  padding-top: 30px;
}

.about-page .about-commitment-box{
  margin-bottom: 135px;
  margin-top: 50px;
  margin-left: 20%;
}
.about-page .about-commitment-box .jianjie-text{
  padding-right: 20px;
}
.about-page .about-commitment-box .jianjie-text .tit{
  padding-bottom: 45px;
  margin-bottom: 45px;
  background: url('../images/tu-bor.png') no-repeat left bottom;
}
.about-page .about-commitment-box .jianjie-text .tit span{
  font-size: 15px;
  color: #616161;
}
.about-page .about-commitment-box .jianjie-text .tit h3{
  font-size: 30px;
  font-weight: bold;
  color: #222222;
}
.about-page .about-commitment-box .jianjie-text .tit p{
  text-indent: 0em;
  margin-bottom: 0px;
}
.about-page .about-commitment-box .jianjie-text p{
  color: #9b9b9b;
  line-height: 1.8em;
  font-size: 16px;
  
}
.about-page .about-commitment-box .jianjie-text .more{
  display: inline-block;
  width: 155px;
  line-height: 50px;
  background: url('../images/about-more-back.jpg') no-repeat center;
  color: #fff;
  text-align: center;
  margin-top: 40px;
  
}
.about-page .about-commitment-box .jianjie-tu{
  box-shadow: 0px 0px 30px #908f8f;
}


/*工艺流程*/

 .process {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 115px;
 
  
}
.process .process-list > span {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  text-align: center;
  border: 2px solid #222223;
  display: table;
  position: relative;
}
.process .process-list > span > em {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 5;
  font-size: 16px;
  color: #fff;
}
.process .process-list > span > b {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  line-height: 36px;
  text-align: center;
  background-color: #0080ff;
  color: #fff;
  position: absolute;
  z-index: 6;
  top: 70%;
  left: 70%;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.process .process-list > span:before {
  content: "";
  width: 68%;
  height: 68%;
  border-radius: 50%;
  line-height: 68%;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  background-color: #262626;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.process .process-list > span:after {
  content: "";
  width: 86%;
  height: 86%;
  border-radius: 50%;
  line-height: 86%;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  background-color: #1f1f20;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.process .process-list:hover > span > b {
  transform: scale(1.2);
  left: 40%;
  background-color: #262626;
}
.process .process-list:hover > span:after {
  transform: scale(1.2);
  background-color: #0080ff;
}
.layout-rowMain{
  background-color: #1a1a1b;
  padding: 105px 8%;
}
.layout-rowMain h2{
  color: #fff;
  padding-left:100px;
  line-height: 65px;
  margin-bottom: 45px;
}
.layout-rowMain .p-jie{
  font-size: 18px;
  color: #9b9b9b;
  margin-bottom: 40px;
}
.about-page{
  padding-bottom: 0px;
}

/*工艺流程完*/
.about-wenhua-box{
  padding-top: 55px;
  background-color: #efefef;
}
.about-wenhua-box .wenhua-box .tit h3{
  font-size: 30px;
  color: #555555;
  margin-bottom: 25px;
}
.about-wenhua-box .wenhua-box .tit p{
  font-size: 14px;
  color: #999999;
}
.about-wenhua-box .wenhua-box .tit{
  margin-bottom: 90px;
}
.about-wenhua-box .wenhua-box .box{
  margin-bottom: 70px;
}
.about-wenhua-box .wenhua-box .box .tu{
  width: 80px;
  display: inline-block;
  padding: 0px 15px;
  vertical-align: top;
  overflow: hidden;
  position: relative;
}
.about-wenhua-box .wenhua-box .box .text{
  width: 220px;
  display: inline-block;
}
.about-wenhua-box .wenhua-box .box .tu img{
  width: 100%;
}
.about-wenhua-box .wenhua-box .box .text h3{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  
}
.about-wenhua-box .wenhua-box .box .text p{
  color: #82828c;
  line-height: 1.8em;
}
.about-wenhua-box .wenhua-box .box:hover h3{
  color: #0052a3;
}
.about-wenhua-box .wenhua-box .box:hover .tu img{
  transform: scale(1,1) translateY(-130px);
  filter: drop-shadow(#0052a3 0px 130px);
}
.culture-box{
  padding-top: 15px;
}
.culture-box .cul-box{
  width: 50%;
  text-align: center;
}
 .culture-box .cul-box h4{
  font-size: 24px;
  color: #666666;
  margin-top: 10%;

}
 .culture-box .cul-box img{
  width: 100%;
}




.product-page {
    padding: 72px 0 80px;
}
.product-page .i-product {
    padding: 0;
}
.prodet-page .prodet-top-box {
    padding: 73px 0 98px;
}
.prodet-page .prodet-top-box .prodet-pic {
    padding-right: 4.9rem!important;
}
.prodet-page .prodet-top-box .prodet-pic img {
    width: 100%;
    border: 1px solid #ccc;
}
.prodet-page .prodet-top-box .prodet-con .pro_tit {
    color: #3d3d3d;
    font-size: 36px;
    font-family: arial;
    margin-top: 3px;
    margin-bottom: 20px;
}
.prodet-page .prodet-top-box .prodet-con .con-box p{
  font-size: 16px;
  line-height: 29px;
  color: #6b6b6b;
}

.prodet-det-box ul li {
  float: left;
  width: 23%;
  margin-left: 2.6%;
}
.prodet-det-box ul li .litit{
  text-align: center;
  font-size: 16px;
  line-height: 50px;
   color: #6b6b6b;

}
.prodet-det-box ul li p {
  color: #222;
  margin-top: 8px;
  text-align: center;
}
.prodet-det-box ul li:first-child {
  margin-left: 0;
}
.prodet-det-box .pro-title{
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: bolder;

}


.prodet-page .prodet-top-box .prodet-con .pro_sub_tit {
    color: #8b8b8b;
    font-size: 17px;
}
.prodet-page .prodet-top-box .prodet-con .prodet_social {
    margin: 72px 0 18px;
}
.prodet-page .prodet-top-box .prodet-con .prodet_social a {
    margin-right: 12px;
    font-size: 18px;
    display: inline-block;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #f2f2f2;
    color: #8b8b8b;
    text-align: center;
    line-height: 37px;
}
.prodet-page .prodet-top-box .prodet-con .prodet_social a i.icon {
    margin-right: 0;
}
.prodet-page .prodet-top-box .prodet-con .prodet_social a:hover {
    color: #fff;
    background: #0c6699;
}
.prodet-page .prodet-top-box .prodet-con .prodet_contact a {
    width: 122px;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    background: #f2f2f2;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: #8b8b8b;
    text-align: center;
}
.prodet-page .prodet-top-box .prodet-con .prodet_contact a:hover {
    background: #313787;
    color: #fff;
}
.prodet-page .prodet-top-box .prodet-con .prodet_contact a:first-child {
    width: 188px;
    margin-right: 2px;
    vertical-align: middle;
}
.prodet-page .prodet-top-box .prodet-con .prodet_contact a:first-child .icon {
    margin-right: 21px;
    font-size: 18px;
}
.prodet-page .prodet-det-box {
    padding: 71px 30px 114px;
    background: #f5f5f5;
}
.prodet-page .prodet-det-box .con-box {
    margin-top: 49px;
}
.prodet-page .prodet-det-box .con-box p {
    color: #6b6b6b;
    font-size: 16px;
    line-height: 29px;
}
.prodetFeedback {
    padding: 99px 0 154px;
    background: #fff;
}
.prodetFeedback .ptForm {
    margin-top: 83px;
}
.prodetFeedback .ptForm label {
    font-size: 16px;
    color: #3d3d3d;
    font-weight: 500;
    margin-bottom: 0;
}
.prodetFeedback .ptForm input, .prodetFeedback .ptForm textarea {
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    background: none;
    color: #3d3d3d;
    font-size: 16px;
    font-family: roboto-medium;
    width: 100%;
    outline: none;
    resize: none;
    border: none;
    border-bottom: 1px solid #bfbfbf;
}
.prodetFeedback .ptForm .fbTop {
    margin-bottom: 62px;
}
.prodetFeedback .ptForm .fbTop li {
    float: left;
    width: 31%;
    margin-right: 2%;
}
.prodetFeedback .ptForm .fbTop li:last-child {
    margin-right: 0;
}
.prodetFeedback .ptForm .fbTop li input {
    height: 15px;
    padding: 0 4px;
}
.prodetFeedback .ptForm .fbTop li input:focus {
    height: 43px;
    border-bottom: 3px solid #313787;
}
.prodetFeedback .ptForm .fbBot {
    margin-bottom: 75px;
}
.prodetFeedback .ptForm .fbBot textarea {
    height: 16px;
    overflow: hidden;
}
.prodetFeedback .ptForm .fbBot textarea:focus {
    height: 55px;
    border-bottom: 3px solid #313787;
}
.prodetFeedback .ptForm .fbBot .yzm-box {
    margin-top: 40px;
}
.prodetFeedback .ptForm .fbBot .yzm-box label {
    display: block;
}
.prodetFeedback .ptForm .fbBot .yzm-box input {
    width: 397px;
    height: 15px;
    padding: 0 4px;
}
.prodetFeedback .ptForm .fbBot .yzm-box input:focus {
    height: 43px;
    border-bottom: 3px solid #313787;
}
.prodetFeedback .ptForm .fbBot .yzm-box img {
    display: inline-block;
}
.prodetFeedback .ptForm input[type="submit"] {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    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-transform: capitalize;
    font-family: roboto-light;
    font-size: 16px;
    width: 288px;
    height: 53px;
    border: none;
    background: #0c6699;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    color: #fff;
    cursor: pointer;
}
.prodetFeedback .ptForm input[type="submit"]:hover {
    background-color: #222;
}
.news-page .newslist li {
    padding: 0 10px 8px 20px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 20px;
}
.news-page .newslist li .new-r {
    width: 100%;
}
.news-page .newslist li .new-r h3 {
    font-size: 18px;
    transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
}
.news-page .newslist li .new-r h3 a {
    color: #555;
}
.news-page .newslist li .new-r i.new-update, .news-page .newslist li .new-r p.new-abst {
    color: #777;
    font-size: 14px;
}
.news-page .newslist li .new-r i.new-update {
    display: block;
    margin: 10px 0;
}
.news-page .newslist li .new-r p.new-abst {
    line-height: 1.8em;
    font-size: 15px;
}
.news-page .newslist li .new-r:hover h3 a {
    color: #01509d;
}
.newdet-page .news {
}
.newdet-page .news .news_title h1 {
    padding-bottom: 10px;
    font-size: 20px;
    text-align: center;
    color: #333;
}
.newdet-page .news .news_date {
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    border-bottom: 1px solid #CCC;
    padding-bottom: 5px;
}
.newdet-page .news .news_abst {
    border-bottom: 1px dashed #CCC;
    padding: 10px 0;
    font-size: 14px;
}
.newdet-page .news .news_abst p {
    display: inline-block;
}
.newdet-page .news .news_contents {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    clear: both;
    margin-top: 10px;
    border-bottom: 1px dashed #CCC;
    padding: 20px 0;
}
.newdet-page .news .news_contents a {
    color: #000;
    font-size: 16px;
    line-height: 24px;
}
.newdet-page .news .news_contents p, .newdet-page .news .news_contents div, .newdet-page .news .news_contents span, .newdet-page .news .news_contents table {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    clear: both;
}
.newdet-page .news .news_next {
    width: 99%;
    margin-top: 0px;
    padding-left: 5px;
    border-top: 0px solid #CCC;
    text-align: left;
    padding-top: 10px;
}
.newdet-page .news .news_next a {
    width: 100%;
    height: 25px;
    line-height: 25px;
    color: #999;
    font-size: 15px;
    margin-left: 5px;
}
.newdet-page .news .news_next a:hover {
    width: 100%;
    height: 25px;
    line-height: 25px;
    color: #000;
}
.newdet-page .news .newsnav {
    margin-bottom: 30px;
}
.contact-page {
    padding: 0;
}
.contact-page .c-list-box {
    padding: 68px 0 112px;
    background: #f9f9f9;
}
.contact-page .c-list-box .tit {
    color: #000000;
    font-size: 48px;
    margin-bottom: 86px;
}
.contact-page .c-list-box .c-name {
    color: #676767;
    font-size: 21px;
    margin-bottom: 38px;
}
.contact-page .c-list-box .info {
    line-height: 30px;
    margin-top: 24px;
    font-size: 18px;
    color: #676767;
}
.contact-page .c-list-box .info .add {
    display: block;
    margin-bottom: 40px;
}
.contact-page .c-list-box .info .icon {
    color: #a0a0a0;
    margin-right: 16px;
}
.contact-page .c-list-box .info a {
    color: #676767;
}
.cn-form {
    width: 100%;
    height: auto;
    padding: 35px 45px 25px;
    border: 1px solid #dddddd;
    background: #fff;
}
.cn-form p {
    font-size: 18px;
    padding: 10px 0;
    color: #666;
}
.cn-form .formtit {
    margin-bottom: 26px;
    font-size: 22px;
    font-weight: 600;
    line-height: 23px;
    color: #444;
    text-align: center;
    padding-bottom: 18px;
    background: url(../images/form-tit-bg.jpg) no-repeat center bottom;
}
.cn-form li {
    margin-bottom: 13px;
    color: #444;
}
.cn-form li label {
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
}
.cn-form .btnTjly {
    font-size: 15px;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    width: 100%;
    height: 38px;
    background: #e6212a;
    border: none;
    cursor: pointer;
    color: #fff;
}
.cn-form .btnTjly:hover {
    background: #000;
}
.cn-form .m-form-l {
    width: 49%;
}
.cn-form .m-form-l li .iptTxt {
    font-size: 13px;
    padding: 0 15px;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    width: 100%;
    border: 1px solid #dedede;
    height: 40px;
    outline: none;
    background: #fff;
    color: #777;
}
.cn-form .m-form-l li .iptTxt:focus {
    border-color: #e9322d;
    box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
    -webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
    -moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
    -ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
    -o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
    outline: 0;
    background: rgba(255, 43, 66, 0.04);
}
.cn-form .m-form-l li .txtAre {
    width: 95%;
    height: 383px;
    border: 1px solid #dedede;
    outline: none;
    resize: none;
    padding: 14px;
    color: #ccc;
    line-height: 18px;
}
.cn-form .m-form-r {
    width: 49%;
}
.cn-form .m-form-r textarea {
    height: 237px;
    width: 100%;
    border: 1px solid #dedede;
    font-size: 13px;
    padding: 10px 15px;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
}
.cn-form .m-form-r textarea:focus {
    border-color: #e9322d;
    box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
    -webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
    -moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
    -ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
    -o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
    outline: 0;
    background: rgba(255, 43, 66, 0.04);
}
.cn-form div.wpcf7 .ajax-loader {
    display: block;
    margin: 0 auto;
    width: auto;
    background-repeat: no-repeat;
    background-position: center;
}
.cn-form .yzm img {
    width: 19.4%;
}
.cn-form .yzm input {
    font-size: 13px;
    padding: 0 15px;
    width: 75.6%;
    border: 1px solid #dedede;
    height: 30px;
    outline: none;
    background: #fff;
    color: #777;
}
::-webkit-input-placeholder {
    color: #777;
}
:-moz-placeholder {
    color: #777;
}
::-moz-placeholder {
    color: #777;
}
:-ms-input-placeholder {
    color: #777;
}
.recommend-product {
    margin: 50px 0;
}
.recommend-product ul li {
    float: left;
    width: 23%;
    margin-left: 2.6%;
}
.recommend-product ul li p {
    color: #222;
    margin-top: 8px;
    text-align: center;
}
.recommend-product ul li:first-child {
    margin-left: 0;
}
.zoom-box {
    position: relative;
}
.zoom-box .pic-zoom {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6) url(../images/zoom.png) no-repeat center center;
}
.zoom-box:hover .pic-zoom {
    opacity: 1;
    filter: alpha(opacity=1);
}
.zoom-pic {
    overflow: hidden;
}
.zoom-pic img {
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease;
}
.zoom-pic img:hover {
    transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
    -webkit-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
    -moz-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
    -ms-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
    -o-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
}
.white-zoom {
    position: relative;
}
.white-zoom:after {
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    content:'';
    position: absolute;
    z-index: 2;
    width: 1px;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    left: 50%;
    top: 50%;
}
@media screen and (min-width: 768px) {
    .around-line > li {
        float: left;
        position: relative;
        cursor: pointer;
    }
    .around-line > li > a {
        color: #fff;
        display: block;
        text-decoration: none;
    }
    .around-line > li:before, .around-line > li:after {
        content:'';
        opacity: 0;
        filter: alpha(opacity=0);
        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: absolute;
    }
    .around-line > li:before {
        top: 0;
        left: 0;
        right: 100%;
        bottom: 100%;
        border-top: 1px solid rgba(0, 148, 217, 0.8);
        border-left: 1px solid rgba(0, 148, 217, 0.8);
    }
    .around-line > li:after {
        right: 0;
        bottom: 0;
        top: 100%;
        left: 100%;
        border-bottom: 1px solid rgba(0, 148, 217, 0.8);
        border-right: 1px solid rgba(0, 148, 217, 0.8);
    }
    .around-line > li:hover:before {
        bottom: 0;
        right: 0;
        opacity: 1;
        filter: alpha(opacity=100);
    }
    .around-line > li:hover:after {
        top: 0;
        left: 0;
        opacity: 1;
        filter: alpha(opacity=100);
    }
    .around-line > li.active:before {
        bottom: 0;
        right: 0;
        opacity: 1;
        filter: alpha(opacity=100);
    }
    .around-line > li.active:after {
        top: 0;
        left: 0;
        opacity: 1;
        filter: alpha(opacity=100);
    }
}
.m-page {
    text-align: center;
    line-height: 22px;
    font-size: 0;
    letter-spacing: -0.307em;
    word-wrap: normal;
    white-space: nowrap;
    color: #138bdf;
    margin-top: 38px;
}
.m-page a, .m-page span {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    margin: 0 5px;
    border: 1px solid #ddd;
    font-size: 16px;
    letter-spacing: normal;
    background: #fff;
    -webkit-transition: background-color 0.1s;
    -moz-transition: background-color 0.1s;
    -ms-transition: background-color 0.1s;
    -o-transition: background-color 0.1s;
    transition: background-color 0.1s;
}
.m-page a {
    text-decoration: none;
    color: #000;
}
.m-page a:first-child, .m-page a:last-child {
    background-image: url(../images/m-page-arr-r.png);
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #cdcdcd;
    box-shadow: none;
}
.m-page a:first-child {
    background-image: url(../images/m-page-arr-l.png);
}
.m-page a:hover {
    color: #fff;
    background-color: #0c6699;
}
.m-page a:active {
    background: #0c6699;
}
.m-page span.current, .m-page span.current:hover, .m-page span.current:active {
    cursor: default;
    color: #fff;
    background: #0c6699;
}
.tab-box .ui.i-pro-load-img {
    position: absolute;
    top: 180px;
    left: 50%;
    width: auto;
    height: auto;
    margin: 0 0 0 -15px;
    width: 30px;
    display: block;
}
.inner-page .i-product .tab-box {
    min-height: auto;
}


.i-con-box {
    background: #fff;
    padding: 20px 30px 0px 28px;
}
.i-con-box h3{
  margin-top: 20px;
}
.i-con-box h3 a {
    display: block;
    color: #000;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.i-con-box p {
    height: 87px;
    overflow: hidden;
    color: #6b6b6b;
    font-size: 18px;
    line-height: 29px;
    margin-top: 17px;
}
.i-product {
    padding: 100px 0 60px;
}
.i-product .tab-list {
    text-align: center;
    margin: 29px 0 77px;
}
.i-product .tab-list li {
    display: inline-block;
    margin: 0 8px;
}
.i-product .tab-list li a {
    display: block;
    padding: 0 39px;
    height: 32px;
    line-height: 32px;
    background: #e4e4e4;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    color: #252525;
    font-size: 16px;
}
.i-product .tab-list li a:hover, .i-product .tab-list li a.active {
    background: #043c82;
    color: #fff;
}
.i-product .tab-box li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 74px;
    float: left;
}
.i-product .tab-box li .img-box{
  border: 1px solid #ccc;
}
.i-product .tab-box li .img-box img {
    width: 100%;
}
.i-product .tab-box {
    position: relative;
    min-height: 1042px;
}
.i-product .tab-box li .i-con-box{
  padding: 0;
  text-align: center;
}

@media screen and (max-width: 1199px){
 .ui.container{width: 100%!important;margin: 0!important}
  #header .nav .menu-box .menu > li{
    margin-left:0;
  }
  #index-body .i-whyUs .the_list > .column .icon{
    height: 53px;
    line-height: 53px;
  }
  .inner-page .sideBar.three.wide.column{
    width: 24%!important;
  }
  .inner-page .page-rightBar.thirteen.wide.column{
    width: 74%!important;
  }


  #footer .foo-top .ge-bottom .column:first-child{
    width: 65%;
  }
   #footer .foo-top .ge-bottom .column:last-child{
    width: 35%;
  }
  #footer .foo-top .foo-link .lin-box1,#footer .foo-top .foo-link .lin-box2{width: 45%}
}


@media screen and (max-width: 991px){
  #index-body .i-application .app-left{
    position: initial;
    width: 100%;
  }
  #index-body .i-application .app-right{
    width: 100%
  }
  #index-body .i-application .app-left .text{
    padding: 30px 0;margin:0;
  }
  #index-body .i-application .app-left .text h4{
    margin-bottom: 20px;
  }


  .top-menu{height: auto;}
  .top-menu li{width:49%;height: auto;margin:0;}
  .ui[class*="two column"].grid>.column:not(.row), .ui[class*="two column"].grid>.row>.column{width: 100%}
  .about-page .about-rank .rank-left,.about-page .about-rank .rank-right{width:100%;padding: 0}
  .about-page .about-commitment-box{margin: 50px 20px;}
  .process{overflow-x: auto;padding-bottom: 30px;}


  .about-page .about-jianjie-box .column img,.about-page .about-rank-box .rank-left img,.about-page .about-commitment-box .jianjie-tu img{width: 100%;}
  .layout-rowMain{padding:30px 0;}

  .about-wenhua-box .wenhua-box .ui.grid .column{width: 50%;word-break: break-all}
  .i-product .tab-box li{width: 48%;margin: 1%}
 .i-product .tab-box li:nth-child(3n){margin-right: 1%!important}
 .product-menu.top-menu li{width: 32%}

 .prodet-page .prodet-top-box .prodet-pic{padding-right: 1rem!important}
}


@media screen and (max-width: 767px){
  #index-body .i-about,#index-body .i-num,#index-body .i-product,#index-body .i-news{padding: 50px 0}
  #index-body .i-about .tit h3{margin-bottom: 30px;}
  #index-body .i-about .about-boxs .about-box{width: 48%;margin:2% 0.8%;}
  #index-body .i-num{background-repeat: repeat;}
  #index-body .i-num .tit h4{font-size: 18px;}
  #index-body .i-num .ge-bottom .column{width: 50%}
  #index-body .i-product .tit{margin-bottom: 30px;}
  #footer .foo-top .ge-bottom .column:first-child,#footer .foo-top .ge-bottom .column:last-child{width: 100%}
  #index-body .i-application .app-right .app-tu{width: 50%}

  .about-page .about-num-box .ge-bottom .column{width: 50%!important}
}


@media screen and (max-width: 540px){
  #index-body .i-about .about-boxs .about-box{width: 100%;margin: 3% 0}
  #index-body .i-about .tit{margin-bottom: 30px;}
  #footer .foo-top .foo-con .foo-box{width: 100%;word-wrap: break-word;word-break: break-all;overflow: hidden;}
  .about-wenhua-box .wenhua-box .ui.grid .column{width: 100%;}
  .culture-box .cul-box{width: 100%}
  .about-wenhua-box .wenhua-box .box .tu{width: 30%}
  .about-wenhua-box .wenhua-box .box .text{width: 65%}
  .prodetFeedback .ptForm .fbTop{margin-bottom: 0!important}
  .prodetFeedback .ptForm .fbTop li{width: 100%!important;margin-bottom: 20px!important}
  .about-page .about-num-box .ge-bottom .column{width: 100%!important}

}