@font-face {
  font-family: 'HelveticaNeueLTPro-Roman';
  src: url('../fonts/HelveticaNeueLTPro-Roman.ttf') format('truetype');
}
body {
  overflow-x: hidden;
  font-family: 'Microsoft YaHei','HelveticaNeueLTPro-Roman', Arial, Helvetica,  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: 100%;
  height: auto;
  max-width: 100%;
}
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;
}
.fm_os {
  font-family: 'open sans';
  font-weight: 600;
}
.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;
  width:100%;height:199px;object-fit:cover;
}
.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;
}
#header {
  position: relative;
  z-index: 111;
}
#header .h-top {
  height: 31px;
  line-height: 31px;
  overflow: hidden;
  background: #004098 url(../images/h-top-bg.jpg) no-repeat left center;
}
#header .h-top .h-tit {
  color: #fff;
}
#header .h-top .h-social a {
  color: #5781bb;
  float: left;
  height: 31px;
  line-height: 31px;
  font-size: 18px;
  width: 60px;
  text-align: center;
  border-left: 1px solid #5781bb;
}
#header .h-top .h-social a:last-child {
  border-right: 1px solid #5781bb;
}
#header .h-mid {
  padding: 35px 0 25px;
}
#header .h-mid .h-contact {
  margin-left: 60px;
  margin-top: 15px;
}
#header .h-mid .h-contact > span {
  float: left;
}
#header .h-mid .h-contact > span img {
  width: auto;
  margin-top: 11px;
}
#header .h-mid .h-contact > span > .fr {
  float: left;
  margin-left: 30px;
}
#header .h-mid .h-contact > span > .fr i {
  display: block;
  color: #000;
  font-size: 16px;
}
#header .h-mid .h-contact > span > .fr a {
  display: block;
  color: #999999;
  margin-top: 5px;
}
#header .h-mid .h-contact > span > .fr a:hover {
  color: #da3533;
}
#header .h-mid .h-contact > span:first-child {
  margin-right: 40px;
}
#header .h-mid .h-btn a {
  display: block;
  color: #fff;
  margin-top: 19px;
  width: 132px;
  line-height: 45px;
  text-align: center;
  background: #0f5ed0;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
#header .h-mid .h-btn a:hover {
  background: #da3533;
}
#header .nav {
  height: 54px;
  line-height: 54px;
  background: #333333;
}
#header .nav .menu-box .menu > li {
  float: left;
  position: relative;
  text-transform: capitalize;
}
#header .nav .menu-box .menu > li > a {
  padding: 0 40px;
  font-size: 14px;
  color: #fff;
  display: block;
  position: relative;
}
#header .nav .menu-box .menu > li:hover > a,
#header .nav .menu-box .menu > li.current-menu-item > a,
#header .nav .menu-box .menu > li.current-post-ancestor > a,
#header .nav .menu-box .menu > li.current-category-ancestor > a {
  background: #0f5ed0;
}
#header .nav .menu-box .menu > li .sub-menu {
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  opacity: 0;
  filter: alpha(opacity=100);
  position: absolute;
  top: 130%;
  left: 0;
  width: 220px;
  background: #0f5ed0;
  text-align: left;
  z-index: 99;
  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: 14px;
  color: #fff;
  display: block;
  padding: 15px 10px 15px 20px;
}
#header .nav .menu-box .menu > li .sub-menu li:hover {
  background: #222;
}
#header .nav .h-search {
  position: relative;
}
#header .nav .h-search input {
  outline: none;
}
#header .nav .h-search input[type="text"] {
  padding: 0 20px 0 40px;
  color: #999;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  width: 285px;
  height: 28px;
  line-height: 28px;
  background: none;
  border: 1px solid #626262;
}
#header .nav .h-search input[type="submit"] {
  border: none;
  position: absolute;
  left: 14px;
  top: 19px;
  width: 15px;
  height: 15px;
  background: url(../images/ser-zoom.png) no-repeat center;
}
#banner {
  position: relative;
  height: 625px;
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.8);
  -ms-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.8);
  -o-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.8);
}
#banner .arr {
  display: none;
  position: absolute;
  top: 40%;
  z-index: 10;
  width: 38px;
  height: 80px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
#banner .arr.arr-l {
  left: 8.4%;
  background-image: url(../images/b-arr-l.png);
}
#banner .arr.arr-r {
  right: 8.4%;
  background-image: url(../images/b-arr-r.png);
}
#banner ul.tab-list li {
  display: none;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 625px;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
}
#banner ul.tab-list li .tit h2,
#banner ul.tab-list li .tit h3 {
  display: inline-block;
}
#banner ul.tab-list li .tit h2 {
  font-style: italic;
  padding: 0 14px;
  background: rgba(130, 195, 233, 0.43);
  color: #152027;
  font-size: 18px;
  margin: 220px 0 7px;
  line-height: 38px;
}
#banner ul.tab-list li .tit h3 {
  margin: 1px 0 12px;
  color: #000000;
  font-size: 37px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.5em;
}
#banner ul.tab-list li .tit h3 i {
  color: #0f5ed0;
}
#banner ul.tab-list li .tit p {
  color: #666666;
  font-size: 14px;
  width: 590px;
  line-height: 1.8em;
}
#index-body .i-tit {
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
}
#index-body .i-tit h2 {
  color: #000000;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 34px;
  background: url(../images/i-tit-bg.png) no-repeat center bottom;
}
#index-body .i-tit p {
  width: 726px;
  margin: 27px auto 0;
  color: #666666;
  line-height: 1.6em;
}
#index-body .i-about {
  padding: 55px 0 50px;
  background: url(../images/i-about-bg.jpg) no-repeat center bottom;
}
#index-body .i-about .top,
#index-body .i-about .bottom {
  opacity: 0;
  filter: alpha(opacity=0);
}
#index-body .i-about .top .fl {
  width: 595px;
}
#index-body .i-about .top .fl h2 {
  margin-top: 15px;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  padding-bottom: 27px;
  position: relative;
}
#index-body .i-about .top .fl h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 49px;
  height: 2px;
  background: #999999;
}
#index-body .i-about .top .fl p {
  color: #666666;
  font-size: 14px;
  line-height: 1.6em;
  margin: 26px 0 29px;
}
#index-body .i-about .top .fl a {
  display: block;
  width: 128px;
  text-align: center;
  line-height: 37px;
  background: #0066cc;
  color: #fff;
  text-transform: uppercase;
}
#index-body .i-about .top .fl a:hover {
  background: #dc3431;
}
#index-body .i-about .bottom {
  margin-top: 52px;
}
#index-body .i-about .bottom li {
  width: 297px;
  margin-right: 4px;
}
#index-body .i-advantage {
  height: 428px;
  overflow: hidden;
  background: #dae8f1 url(../images/i-advan-bg.jpg) no-repeat center;
  padding-top: 35px;
}
#index-body .i-advantage .i-tit h2 {
  color: #0066cc;
}
#index-body .i-advantage .list {
  text-align: center;
  margin-top: 47px;
  opacity: 0;
  filter: alpha(opacity=0);
}
#index-body .i-advantage .list li {
  display: inline-block;
  width: 258px;
  margin: 0 15px;
}
#index-body .i-advantage .list li .img {
  line-height: 56px;
}
#index-body .i-advantage .list li .img img {
  width: auto;
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
#index-body .i-advantage .list li h4 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #0066cc;
  margin: 25px 0;
}
#index-body .i-advantage .list li p {
  color: #666666;
  font-size: 12px;
  height: 68px;
  overflow: hidden;
}
#index-body .i-advantage .list li:hover img {
  transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -webkit-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -moz-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -ms-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -o-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
}
#index-body .i-product {
  padding: 38px 0 40px;
  background: #f7f7f7;
}
#index-body .i-product .i-tit {
  margin-bottom: 30px;
}
#index-body .i-product .l-bar {
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
  text-align: right;
  padding: 51px 64px 0 0;
  height: 320px;
  width: 33.7%;
  max-width: 641px;
  background: url(../images/i-product-bg.jpg) no-repeat center;
}
#index-body .i-product .l-bar h3 {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 34px;
}
#index-body .i-product .l-bar p {
  margin-bottom: 31px;
  width: 73%;
  float: right;
  line-height: 1.7em;
  height: 92px;
  overflow: hidden;
}
#index-body .i-product .l-bar .arr {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  cursor: pointer;
  display: inline-block;
  width: 48px;
  height: 46px;
  background-color: #999999;
  background-position: center;
  background-repeat: no-repeat;
}
#index-body .i-product .l-bar .arr.arr-l {
  background-image: url(../images/i-pro-arr-l.png);
}
#index-body .i-product .l-bar .arr.arr-r {
  background-image: url(../images/i-pro-arr-r.png);
  margin-left: 14px;
}
#index-body .i-product .l-bar .arr:hover {
  background-color: #0d56bf;
}
#index-body .i-product .r-bar {
  opacity: 0;
  filter: alpha(opacity=0);
  width: 66.3%;
  padding: 0 10px 0 31px;
}
#index-body .i-product .r-bar li {
  position: relative;
  height: 323px;
  max-width: 288px;
  margin-right: 28px;
  overflow: hidden;
  background-size: 100%;
}
#index-body .i-product .r-bar li a {
  display: block;
  height: 323px;
  width: 100%;
}
#index-body .i-product .r-bar li h3 {
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  color: #fff;
  font-size: 14px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 41px;
  height: 41px;
  background: url(../images/i-pro-name-bg.png) no-repeat center;
  background-size: cover;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: perspective(400px) rotateX(-90deg);
  -moz-transform: perspective(400px) rotateX(-90deg);
  -ms-transform: perspective(400px) rotateX(-90deg);
  -o-transform: perspective(400px) rotateX(-90deg);
  transform: perspective(400px) rotateX(-90deg);
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  -o-transform-origin: bottom;
  transform-origin: bottom;
}
#index-body .i-product .r-bar li:hover h3 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: perspective(400px) rotateX(0deg);
  -moz-transform: perspective(400px) rotateX(0deg);
  -ms-transform: perspective(400px) rotateX(0deg);
  -o-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg);
}
#index-body .i-news {
  padding: 45px 0 50px;
}
#index-body .i-news .list {
  margin-top: 46px;
  opacity: 0;
  filter: alpha(opacity=0);
}
#index-body .i-news .list li {
  float: left;
  width: 344px;
  margin-left: 84px;
}
#index-body .i-news .list li:first-child {
  margin-left: 0;
}
#index-body .i-news .list li .con-box {
  background: #f5f5f5;
  padding: 34px 26px 0 24px;
  height: 232px;
  overflow: hidden;
}
#index-body .i-news .list li .con-box h3 a {
  height: 46px;
  overflow: hidden;
  display: block;
  color: #000000;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.3em;
}
#index-body .i-news .list li .con-box h3 a:hover {
  color: #0d56bf;
}
#index-body .i-news .list li .con-box p {
  color: #666666;
  margin-top: 38px;
}
#footer a:hover {
  color: #0f5ed0!important;
}
#footer .f-top {
  padding: 35px 0 45px;
  background: #333333;
}
#footer .f-top .f-bar {
  float: left;
  min-height: 292px;
  border-right: 1px solid #464747;
}
#footer .f-top .f-bar h3 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin: 14px 0 22px;
}
#footer .f-top .f-bar.f-links {
  padding: 0 0 0 49px;
  width: 445px;
}
#footer .f-top .f-bar.f-links ul h4 {
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 8px;
}
#footer .f-top .f-bar.f-links ul li {
  margin-bottom: 10px;
}
#footer .f-top .f-bar.f-links ul li,
#footer .f-top .f-bar.f-links ul li a {
  color: #999999;
  font-size: 13px;
}
#footer .f-top .f-bar.f-links ul li:nth-last-child {
  margin-bottom: 0;
}
#footer .f-top .f-bar.f-links ul.f-product {
  margin-left: 90px;
}
#footer .f-top .f-bar.f-fb {
  padding: 0 40px;
}
#footer .f-top .f-bar.f-fb h3 {
  margin-bottom: 24px;
}
#footer .f-top .f-bar.f-fb .f-social a {
  margin-right: 1px;
  display: inline-block;
  width: 36px;
  height: 36px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#footer .f-top .f-bar.f-fb .f-social a.facebook {
  background-image: url(../images/f-facebook.png);
}
#footer .f-top .f-bar.f-fb .f-social a.twitter {
  background-image: url(../images/f-twitter.png);
}
#footer .f-top .f-bar.f-fb .f-social a.linkedin {
  background-image: url(../images/f-linkedin.png);
}
#footer .f-top .f-bar.f-fb .f-social a.google-plus {
  background-image: url(../images/f-google.png);
}
#footer .f-top .f-bar.f-fb .intro {
  color: #999999;
  margin: 11px 0 11px;
}
#footer .f-top .f-bar.f-fb .form {
  position: relative;
}
#footer .f-top .f-bar.f-fb .form input,
#footer .f-top .f-bar.f-fb .form textarea {
  color: #555;
  font-size: 12px;
  display: block;
  width: 330px;
  outline: none;
  border: none;
  background: #282828;
}
#footer .f-top .f-bar.f-fb .form input {
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  margin-bottom: 8px;
}
#footer .f-top .f-bar.f-fb .form input[type="submit"] {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  color: #999999;
  position: absolute;
  bottom: 26px;
  right: 8px;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 22px;
  line-height: 22px;
  background: #000;
}
#footer .f-top .f-bar.f-fb .form textarea {
  resize: none;
  height: 67px;
  padding: 8px 15px;
}
#footer .f-top .f-bar.f-fb .form ::-webkit-input-placeholder {
  color: #555;
}
#footer .f-top .f-bar.f-fb .form :-moz-placeholder {
  color: #555;
}
#footer .f-top .f-bar.f-fb .form ::-moz-placeholder {
  color: #555;
}
#footer .f-top .f-bar.f-fb .form :-ms-input-placeholder {
  color: #555;
}
#footer .f-top .f-bar.f-contact {
  padding-left: 21px;
  border: none;
  position: relative;
}
#footer .f-top .f-bar.f-contact li i {
  width: 29px;
  float: left;
  height: 19px;
}
#footer .f-top .f-bar.f-contact li i img {
  width: auto;
}
#footer .f-top .f-bar.f-contact li span {
  float: right;
  width: 275px;
  margin-top: 2px;
}
#footer .f-top .f-bar.f-contact li span,
#footer .f-top .f-bar.f-contact li span a {
  color: #999999;
  font-size: 13px;
}
#footer .f-top .f-bar.f-contact li.f-phone {
  margin: 54px 0 9px;
}
#footer .f-top .f-bar.f-contact .gotop {
  cursor: pointer;
  position: absolute;
  z-index: 111;
  width: 40px;
  height: 40px;
  background: url(../images/gotop.jpg) no-repeat center;
  bottom: 0;
  right: 0;
}
#footer .f-bottom {
  line-height: 42px;
  background: #222222;
}
#footer .f-bottom a {
  color: #999999;
  font-size: 13px;
}
.inner-banner {
  position: relative;
  width: 100%;
  height: 200px;
  background: url(../images/inner-banner.jpg) no-repeat center;
  background-size: cover;
}
.inner-page {
  background: #f9f9f9;
  padding-bottom: 70px;
}
.inner-page .bread-crumbs {
  padding: 15px 0;
}
.inner-page .bread-crumbs a,
.inner-page .bread-crumbs span {
  font-size: 14px;
  color: #444;
}
.inner-page .bread-crumbs a:hover {
  color: #0f5ed0;
}
.inner-page .sidebar {
  width: 22.5%;
  background: #f1f1f1;
  border: 1px solid #ddd;
}
.inner-page .sidebar .side-top .side-tit {
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2;
  font-size: 20px;
  font-weight: 600;
  color: #0f5ed0;
  border-bottom: 1px solid #ddd;
  padding: 27px 12px 20px 50px;
  position: relative;
}
.inner-page .sidebar .side-top .side-tit:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 40px;
  margin-top: -20px;
  background: #0f5ed0;
}
.inner-page .sidebar .side-top .side-menu {
  padding: 8px 0;
}
.inner-page .sidebar .side-top .side-menu li a {
  font-size: 14px;
  font-weight: 500;
  padding-right: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  overflow: hidden;
  position: relative;
  display: block;
  height: 38px;
  line-height: 38px;
  text-indent: 50px;
  color: #555;
}
.inner-page .sidebar .side-top .side-menu li a:after {
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  content: '';
  position: absolute;
  width: 40px;
  height: 100%;
  background: url(../images/side-pen.jpg) no-repeat center;
  top: 0;
  left: -40px;
}
.inner-page .sidebar .side-top .side-menu li a:hover,
.inner-page .sidebar .side-top .side-menu li a.active {
  background: #0f5ed0;
  color: #fff;
}
.inner-page .sidebar .side-top .side-menu li a:hover:after,
.inner-page .sidebar .side-top .side-menu li a.active:after {
  left: 0;
}
.inner-page .page-right-bar {
  width: 77.5%;
  border: 1px solid #ddd;
  border-left: 0;
  padding: 30px 40px;
  background: #fff;
}
.inner-page .piclist li {
  float: left;
}
.inner-page .piclist li .litit {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin-top: 10px;
  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: uppercase;
}
.inner-page .piclist li .liintro {
  font-size: 14px;
  color: #333;
  margin-top: 6px;
}
.inner-page .piclist li:hover .litit {
  color: #0f5ed0;
}
.about-page .about-artical img {
  width: auto;
  max-width: 100%;
}
.about-page .about-artical p {
  font-size: 14px;
  line-height: 1.8em;
  margin-top: 15px;
}
.product-page .piclist li {
  margin-right: 3%;
  margin-bottom: 30px;
  width: 31.32%;
}
.product-page .piclist li .zoom-box {
  border: 1px solid #ddd;
  position: relative;
  overflow: hidden;
}
.product-page .piclist li .con-box h3 a {
  display: block;
  color: #333;
  font-size: 15px;
  text-align: center;
  margin-top: 12px;
}
.prodet-page .product-details .prodet-top-l {
  width: 55%;
}
.prodet-page .product-details .prodet-top-l ul.image-gallery {
  margin-top: 20px;
}
.prodet-page .product-details .prodet-top-l ul.image-gallery li {
  float: left;
  width: 15%;
  margin-right: 10px;
  cursor: pointer;
  border: 1px solid #ddd;
  padding: 0;
  margin-bottom: 8px;
}
.prodet-page .product-details .prodet-top-r {
  position: relative;
  width: 40%;
}
.prodet-page .product-details .prodet-top-r h1.protit {
  color: #333;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.prodet-page .product-details .prodet-top-r .prodetail {
  margin: 20px 0 60px;
  font-size: 14px;
}
.prodet-page .product-details .prodet-top-r .prodetail p {
  line-height: 2em;
}
.prodet-page .product-details .prodet-top-r a.pro-mes {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  display: block;
  color: #fff;
  width: 195px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #0f5ed0;
}
.prodet-page .product-details .prodet-top-r a.pro-mes:hover {
  background: #000;
}
.prodet-page .pro-title {
  width: 150px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background: #0f5ed0;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 15px;
}
.prodet-page .prodet-details {
  margin-top: 50px;
  margin-bottom: 20px;
}
.prodet-page .prodet-details p {
  line-height: 2em;
  font-size: 14px;
}
.news-page .newslist li {
  padding: 0 10px 8px 20px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 20px;
}
.news-page .newslist li .new-l {
  width: 25%;
}
.news-page .newslist li .new-r {
  width: 100%;
}
.news-page .newslist li .new-r h3 {
  font-size: 18px;
  font-weight: 600;
  color: #555;
  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 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 {
  color: #0f5ed0;
}
.news .news_title h1 {
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .news_date {
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  border-bottom: 1px solid #CCC;
  padding-bottom: 5px;
}
.news .news_abst {
  border-bottom: 1px dashed #CCC;
  padding: 10px 0;
  font-size: 14px;
}
.news .news_abst p {
  display: inline-block;
}
.news .news_contents {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px dashed #CCC;
  padding: 20px 0;
}
.news .news_contents a {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}
.news .news_contents p,
.news .news_contents div,
.news .news_contents span,
.news .news_contents table {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  clear: both;
}
.news .news_next {
  width: 99%;
  margin-top: 0px;
  padding-left: 5px;
  border-top: 0px solid #CCC;
  text-align: left;
  padding-top: 10px;
}
.news .news_next a {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #999;
  font-size: 15px;
  margin-left: 5px;
}
.news .news_next a:hover {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #000000;
}
.news .newsnav {
  margin-bottom: 30px;
}
.contact-page {
  padding-top: 0;
}
.contact-page img {
  width: auto;
}
.contact-page .cn-form {
  width: 67%;
  float: left;
  padding: 25px 35px 15px;
}
.contact-page .contact-details {
  background: #fff;
  width: 30%;
  padding: 30px;
  border: 6px solid #f2f2f2;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}
.contact-page .contact-details h3.contact-title {
  font-family: 'Euphemia';
  font-weight: 600;
  font-size: 22px;
  border-bottom: 1px dashed #dcdcdc;
  margin-bottom: 20px;
  color: #444;
  padding-bottom: 15px;
}
.contact-page .contact-details .contact-list h5 {
  margin-bottom: 10px;
  color: #222;
  font-size: 16px;
  font-weight: 600;
}
.contact-page .contact-details .contact-list p {
  font-size: 14px;
  line-height: 2em;
}
.contact-page .contact-details .contact-list a {
  color: #333;
}
.contact-page .contact-details .contact-list a:hover {
  color: #0250a9;
}
.lg-page .piclist li {
  cursor: pointer;
  margin-right: 3%;
  margin-bottom: 30px;
  width: 31.32%;
}
.lg-page .piclist li .ho_imgs{height:365px;display:flex;    align-items: center;    justify-content: center;padding:5px;border:1px solid #eee}
.lg-page .piclist li .ho_imgs img {max-height:355px;}

.lg-page .piclist li .imgs img {width:100%;height:177px;object-fit:cover;}
.case-page .case-list li {
  margin-bottom: 18px;
  padding: 10px;
  background: #F5F5F5;
}
.case-page .case-list li img {
  float: left;
  width: 30%;
}
.case-page .case-list li .fr {
  width: 65%;
}
.case-page .case-list li .fr h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #0f5ed0;
  text-transform: uppercase;
  margin: 15px 0 30px;
}
.case-page .case-list li .fr p {
  font-size: 13px;
  color: #222;
  line-height: 1.8em;
}
.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: #0f5ed0;
  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 #000000;
  -webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  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: 315px;
  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 #000000;
  -webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  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 {
  font-family: 'arial';
  text-align: center;
  line-height: 22px;
  font-size: 0;
  letter-spacing: -0.307em;
  word-wrap: normal;
  white-space: nowrap;
  color: #138bdf;
}
.m-page a,
.m-page span {
  display: inline-block;
  vertical-align: top;
  padding: 2px 10px;
  margin-left: -1px;
  border: 1px solid #ddd;
  font-size: 14px;
  letter-spacing: normal;
  text-shadow: 0 1px #fff;
  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 {
  margin-left: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.m-page a:last-child {
  margin-right: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.m-page a:hover {
  color: #fff;
  background: #0f5ed0;
}
.m-page a:active {
  background: #0f5ed0;
}
.m-page .page-num-current,
.m-page .page-num-current:hover,
.m-page .page-num-current:active {
  cursor: default;
  color: #fff;
  background: #0f5ed0;
}
.m-page a[href="javascript:;"]{display:none}

div.wpcf7 img.ajax-loader{
	width: auto;
}
.faq-page .faq-list dt {
    font-size: 16px;
    color: #0f5ed0;
    margin-bottom: 10px;
}
.faq-page .faq-list dd {
    font-size: 14px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd;
}

#map label,
#map img{
  width: auto;
  max-width: none;
}