/**
     *reset style
 */
html,
body,
ul,
p,
dd,
dl,
ul,
li {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  border: none;
}
input,
select,
textarea {
  outline: none;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
i,
em {
  font-style: normal;
}
p {
  vertical-align: top;
}
section {
  padding-top: 60px;
  margin-top: -60px;
}
/*
 * globe style
 */
@font-face {
  font-family: 'shiyuan';
  src: url('//at.alicdn.com/t/uhrpvn87n45cdi.eot');
  /* IE9*/
  src: url('//at.alicdn.com/t/uhrpvn87n45cdi.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/uhrpvn87n45cdi.woff ') format('woff'), url('//at.alicdn.com/t/uhrpvn87n45cdi.ttf ') format('truetype'), url('//at.alicdn.com/t/uhrpvn87n45cdi.svg#NotoSansHans-DemiLight ') format('svg');
}
@font-face {
  font-family: 'ndate';
  /* project id 557327 */
  src: url('../fonts/REVI565N.ttf') format('truetype');
}
@font-face {
  font-family: 'avgardm';
  /* project id 557327 */
  src: url('../fonts/AVGARDM.ttf') format('truetype');
}
body {
  font-family: "shiyuan", "Microsoft YaHei", "微软雅黑", "SimSun", "宋体", HELVETICA;
  font-size: 14px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.mr {
  margin-right: 0;
}
.mb {
  margin-bottom: 0;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
.g-container {
  width: 1200px;
  margin: 0 auto;
}
img {
  vertical-align: middle;
  max-width: 100%;
  border: none;
}
a {
  display: block;
  width: 100%;
  height: 100%;
}
.tobig {
  /* cursor:pointer; */
  overflow: hidden;
  text-align: center;
}
.tobig img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
  -webkit-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.tobig:hover img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
      transform: scale(1.15);
  -webkit-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.oneline {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.twoline {
  word-break: break-all;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.shaline {
  -webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.shaline:hover {
  -webkit-box-shadow: 0 15px 30px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 30px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
          transform: translate3d(0, -2px, 0);
}
.icon {
  font-family: 'iconfont';
}
@font-face {
  font-family: 'iconfont';
  /* project id 670164 */
  src: url('//at.alicdn.com/t/font_670164_607dxln2hmd.eot');
  src: url('//at.alicdn.com/t/font_670164_607dxln2hmd.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_670164_607dxln2hmd.woff') format('woff'), url('//at.alicdn.com/t/font_670164_607dxln2hmd.ttf') format('truetype'), url('//at.alicdn.com/t/font_670164_607dxln2hmd.svg#iconfont') format('svg');
}
.arrow {
  color: #fff;
  font-family: "iconfont";
  -webkit-animation: bounce-down 1.5s linear infinite;
  animation: bounce-down 1.5s linear infinite;
  cursor: pointer;
}
@-webkit-keyframes bounce-down {
  25% {
    -webkit-transform: translateY(-7px);
  }
  50%,
  100% {
    -webkit-transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(7px);
  }
}
@keyframes bounce-down {
  25% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
  50%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
}
/*菜单特效*/
.navlist li a {
  display: inline-block;
  color: #828282;
  font-size: 14px;
  line-height: 1;
  padding-bottom: 8px;
  position: relative;
}
.navlist li a:before {
  content: "";
  width: 120%;
  height: 2px;
  background: #19afe8;
  position: absolute;
  left: -10%;
  bottom: 0;
  transform-origin: 100%;
  -webkit-transform-origin: 100%;
  -ms-transform-origin: 100%;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
}
.navlist li.on a,
.navlist li:hover a {
  color: #828282;
}
.navlist li.on a:before,
.navlist li:hover a:before {
  content: "";
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform-origin: 0;
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
}
.page {
  display: table;
  margin: 50px auto;
}
.page a {
  width: auto;
}
/*header*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 60px;
  background-color: #fff;
}
.header .header-fix {
  position: relative;
  width: 100%;
  height: 100%;
}
.header .header-fix .head-logo {
  position: absolute;
  left: 26px;
  top: 18px;
}
.header .header-fix .head-mid {
  width: 660px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  left: 50%;
  margin-left: -210px;
}
.header .header-fix .head-mid .navlist ul {
  width: 760px;
}
.header .header-fix .head-mid .navlist ul li {
  margin-right: 60px;
}
.header .header-fix .head-mid .navlist ul li a {
  font-size: 14px;
}
.header .header-fix .head-mid .navlist ul li.on a {
  color: #19afe8;
}
.header .header-fix .head-login {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 100px;
}
.header .header-fix .head-login a {
  display: inline-block;
  width: 45px;
  text-align: right;
  font-size: 20px;
  color: #19afe8;
  cursor: pointer;
}
.header .header-fix .login-box {
  display: none;
  position: absolute;
  top: 50px;
  right: 20px;
  width: 450px;
  height: 330px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.header .header-fix .login-box .login-backing {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #19afe8;
  color: #fff;
  cursor: pointer;
  z-index: 15;
}
.header .header-fix .login-box h3 {
  margin: 50px 0 30px;
  text-align: center;
  color: #333;
  font-size: 30px;
}
.header .header-fix .login-box input {
  background: #f2f4f3;
  border-radius: 5px;
  border: none;
  outline: none;
  width: 300px;
  height: 50px;
  padding-left: 20px;
  padding-right: 50px;
  line-height: 50px;
  margin: 0 auto 10px;
  display: block;
}
.header .header-fix .login-box .login-password {
  position: relative;
  margin: 0 auto;
  width: 370px;
  height: 50px;
  line-height: 50px;
}
.header .header-fix .login-box .login-password .login-lick-eye {
  font-size: 18px;
  color: #999;
  position: absolute;
  top: 0;
  right: 15px;
  cursor: pointer;
}
.header .header-fix .login-box .login-password .login-lick-eye span {
  display: none;
}
.header .header-fix .login-box .login-password .login-lick-eye span.on {
  display: block;
}
.header .header-fix .login-box .login-submit {
  margin: 10px auto;
  width: 370px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #19afe8;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
  cursor: pointer;
}
.header .header-fix .head-submenu {
  height: 0;
}
.header .header-fix .head-submenu ul li {
  width: 100%;
  position: absolute;
  height: 0px;
  top: 60px;
  left: 0px;
  display: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.header .header-fix .head-submenu ul li.on {
  display: block;
}
.header .header-fix .head-submenu ul li.clearfix {
  height: 55px;
  line-height: 55px;
  background: #19afe8;
}
.header .header-fix .head-submenu ul li .head-submenu-mid {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.header .header-fix .head-submenu ul li .head-submenu-mid .head-submenu-mid-fix {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.header .header-fix .head-submenu ul li p {
  font-size: 12px;
  margin-right: 30px;
  opacity: 1;
}
.header .header-fix .head-submenu ul li p:hover {
  opacity: 0.8;
}
.header .header-fix .head-submenu ul li p a {
  color: #fff;
}
.header .header-fix .head-submenu ul li p a span {
  font-size: 18px;
  margin-right: 10px;
  vertical-align: middle;
}
.header-height-fix {
  height: 60px;
}
/*footer*/
.footer {
  border-top: 1px solid #dddbdb;
}
.footer .footer-top {
  width: 1200px;
  margin: 0 auto;
  padding-top: 35px;
  padding-bottom: 80px;
}
.footer .footer-top .footer-top-list {
  width: 800px;
  display: inline-block;
  vertical-align: top;
}
.footer .footer-top .footer-top-list ul {
  width: 875px;
}
.footer .footer-top .footer-top-list ul li {
  width: 175px;
  text-align: left;
}
.footer .footer-top .footer-top-list ul li h4 {
  margin: 20px 0;
  font-size: 18px;
  font-weight: 500;
}
.footer .footer-top .footer-top-list ul li h4 a {
  color: #333;
}
.footer .footer-top .footer-top-list ul li p {
  margin-bottom: 5px;
}
.footer .footer-top .footer-top-list ul li p a {
  color: #999;
}
.footer .footer-top .footer-top-list ul li p:hover a {
  color: #19afe8;
}
.footer .footer-top .footer-phone {
  width: 390px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding-top: 20px;
  position: relative;
}
.footer .footer-top .footer-phone p {
  color: #000;
  font-size: 18px;
}
.footer .footer-top .footer-phone p span {
  font-size: 24px;
}
.footer .footer-top .footer-phone a {
  margin: 15px auto;
  display: block;
  width: 250px;
  height: 50px;
  border: 1px solid #19afe8;
  line-height: 52px;
  color: #19afe8;
  font-size: 18px;
}
.footer .footer-top .footer-phone a:hover {
  background-color: #19afe8;
  color: #fff;
}
.footer .footer-top .footer-phone span {
  font-size: 16px;
  color: #666;
}
.footer .footer-top .footer-phone img {
  width: 98px;
  height: 132px;
  position: absolute;
  top: 0;
  right: 0;
}
.footer .footer-bom {
  background-color: #eeeeee;
  height: 50px;
  line-height: 50px;
}
.footer .footer-bom .footer-info {
  color: #999;
  font-size: 14px;
}
.footer .footer-bom .footer-info a {
  display: inline;
  color: #999;
  margin-left: 15px;
}
.footer .footer-bom .footer-info a:hover {
  color: #19afe8;
}
/*浮窗*/
.floating {
  display: none;
  width: 110px;
  height: 170px;
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -85px;
  z-index: 12;
}
.floating .floating-fix {
  position: relative;
  padding-top: 70px;
}
.floating .floating-fix .floating-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 49px;
}
.floating .floating-fix ul li {
  width: 111px;
  height: 35px;
  line-height: 35px;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.floating .floating-fix ul li:hover {
  background-color: #19afe8;
}
.floating .floating-fix ul li:hover p {
  display: block;
}
.floating .floating-fix ul li:hover span {
  color: #fff;
}
.floating .floating-fix ul li.floating-code p {
  width: 75px;
  height: 75px;
  background-color: #19afe8;
  top: -20px;
  left: 0;
}
.floating .floating-fix ul li span {
  margin-left: 80px;
  color: #a0a0a0;
  font-size: 24px;
}
.floating .floating-fix ul li p {
  display: none;
  position: absolute;
  top: 0;
  left: 15px;
  color: #fff;
}
.toTop {
  display: none;
  width: 50px;
  height: 50px;
  border: 1px solid #d9d9d9;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: #d9d9d9;
  position: fixed;
  bottom: 60px;
  right: 35px;
  z-index: 11;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.toTop:hover {
  color: #fff;
  background-color: #19afe8;
  border: 1px solid #19afe8;
}
