@charset "utf-8";
@import "global_fonts.css";

* {
  font-family: 'Open Sans';
  font-weight: 500;
  font-style: normal;
}
::-moz-placeholder {
  color: #009bdb;
  font-size: 14px;
}
::-webkit-input-placeholder {
  color: #009bdb;
  font-size: 14px;
}
:-ms-input-placeholder {
  color: #009bdb;
  font-size: 14px;
}
body,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
a {
  text-decoration: none;
  color:#000;
}
a:hover {
  text-decoration: none;
  color:#4bcaff;
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.flex-container {
  display: flex;
  max-width: 1200px;
  margin: auto;
}
.flex-container .flex-item {
  display: inline-flex;
}
.clear {
  clear: both;
}
.container{width:1200px;margin:0 auto;padding:0;}
.container2{width:1080px;margin:0 auto;padding:0;} 

header {
  position: relative;
  z-index: 9;
  background-color: #fff;
}
header nav.header-top .flex-container {
  justify-content: flex-end;
  padding-top: 6px;
}
header nav.header-top .flex-container .flex-item {
  flex: 0 auto;
  text-align: right;
  margin-left: 30px;
  align-items: center;
}
header nav.header-top .flex-container .flex-item a {
  font-size: 12px;
  color: #000;
}
header nav.header-top .flex-container .flex-item a:hover {
  color: #009bdb;
}
header nav.header-top .flex-container .flex-item button {
  padding: 0 4px;
  border: none;
  border-left: 1px solid #898989;
  border-right: 1px solid #898989;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
}
header nav.header-bottom {
  border-bottom: 3px solid #009bdb;
}
header nav.header-bottom .logo {
  display: inline-block;
  height: 60px;
  line-height: 60px;
}
header nav.header-bottom .right {
  width: 70%;
  float: right;
}
header nav.header-bottom .right .flex-container {
  justify-content: flex-end;
  align-items: center;
}
header nav.header-bottom .mobi-btn {
  display: none;
}
header nav.header-bottom .flex-item {
  height: 60px;
  flex: 0 auto;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  margin-left: 46px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
header nav.header-bottom .flex-item .item-content span {
  color: #000;
  font-size: 15px;
}
header nav.header-bottom .flex-item .item-content span i {
  display: inline-block;
  margin-left: 4px;
  transform: scale(0.9) rotate(180deg);
  transition: 0.2s ease-in-out;
}
header nav.header-bottom .flex-item .item-list {
  display: none;
  position: absolute;
  z-index: 2;
  top: 60px;
  left: -50px;
  padding: 20px;
  background-color:#f0f0f0;
  box-shadow: rgba(0, 0, 0, 0.67) 2px 2px 5px;
  border-radius: 4px;
  min-width: 260px;
  border-bottom: 1px solid #009bdb;
  border-right: 1px solid #009bdb;
  width:600px;
  overflow:hidden;
}
header nav.header-bottom .flex-item .item-list em {
    color:#009bdb;
    margin-left:5px;
    font-size:22px;
}
header nav.header-bottom .flex-item:hover .item-content span,
header nav.header-bottom .flex-item.active .item-content span {
  color: #009bdb;
}
header nav.header-bottom .flex-item:hover .item-content span i,
header nav.header-bottom .flex-item.active .item-content span i {
  transform: scale(0.9);
}
header nav.header-bottom .flex-item .item-list dl{ float:left; width:260px; -webkit-backface-visibility: hidden;-webkit-transform-style: preserve-3d; }
header nav.header-bottom .flex-item .item-list dl:first-child{ border-right:1px solid #dfdfdf;padding-right:20px; margin-right:20px;}
header nav.header-bottom .flex-item .item-list dt{ font-size:16px;margin-bottom:20px; overflow:hidden; line-height:24px;color:#333;}
header nav.header-bottom .flex-item .item-list dt:hover{cursor:default;}
header nav.header-bottom .flex-item .item-list dd{margin-top:5px;}
header nav.header-bottom .flex-item .item-list dd a{color:#000; line-height:26px; margin-top:10px;}
header nav.header-bottom .flex-item .item-list dd a:hover{color:#4897ee;text-decoration:underline;}
header nav.header-bottom .flex-item .item-list .img{ float:left; margin-right:10px;} 

.foot {
  background-color: #37383a;
  padding-top: 55px;
}
.foot .foot-list {
  border-bottom: 1px solid #009bdb;
  padding-bottom: 60px;
}
.foot .foot-list .flex-row-links {
  flex: 0 0 66%;
}
.foot .foot-list .flex-row-links .flex-item {
  flex: 0 0 33.3%;
  flex-direction: column;
}
.foot .foot-list .flex-row-links .flex-item .title {
  font-size: 18px;
  line-height: 40px;
  color: #009bdb;
}
.foot .foot-list .flex-row-links .flex-item ul li a {
  font-size: 14px;
  line-height: 30px;
  color: #fff;
}
.foot .foot-list .flex-row-links .flex-item ul li a:hover {
  color: #4bcaff;
}
.foot .foot-list .flex-row-4 {
  flex: 0 0 40%;
  flex-direction: column;
  padding-top: 8px;
}
.foot .foot-list .flex-row-4 p {
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 16px;
}
.foot .foot-list .flex-row-4 a {
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  margin-left:10px;
}
.foot .foot-list .flex-row-4 a:hover {
  color: #4bcaff;
}
.foot .foot-list .flex-row-4 .links {
  margin: 20px 0;
}
.foot .foot-list .flex-row-4 .links p {
  display: block;
  color: #009bdb;
  font-size: 18px;
  margin-bottom: 12px;
}
.foot .foot-list .flex-row-4 .links a {
  display: inline-flex;
  flex: 0 auto;
  margin-right: 10px;
  font-size: 20px;
}
.foot .foot-bottom {
  padding: 30px 0;
  text-align: center;
}
.foot .foot-bottom p {
  font-size: 14px;
  color: #fff;
}
/* foot end */
/* widget */
.widget {
  position: fixed;
  top: 80%;
  right: 2%;
  z-index: 9999;
}
.totop {
  display: none;
  background-image: url(../images/totop.png);
  width: 46px;
  height: 64px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  margin: 20px auto 0;
}
.totop:hover {
  opacity: 0.6;
}

.ft20{font-size:20px}

.ml10{margin-left:10px;}
.ml20{margin-left:20px;}
.mt20 {margin-top:20px;}
.mb20 {margin-bottom:20px;}
.icon-win-down, .icon-mac-down{
  display:inline-block;
  background:#009bdb;
  font-size:14px;
  font-weight:bold;
  color:#fff;
  line-height:1.5em;
  padding:12px 12px 12px 50px;
  border-radius:5px;
  position:relative;
}
.icon-win-down:hover, .icon-mac-down:hover{opacity: 0.6;color:#fff !important;}
.icon-win-down:before{content:'\e916';color:#fff; font-size:22px; position:absolute;left:15px;font-weight:normal !important;}
.icon-mac-down:before{content:'\e909';color:#fff; font-size:26px; position:absolute;left:15px;font-weight:normal !important;}
.icon-win-hollow, .icon-mac-hollow{
  display:inline-block;
  border:2px solid #009bdb;
  font-size:14px;
  font-weight:bold;
  color:#009bdb;
  line-height:1.5em;
  padding:10px 10px 10px 50px;
  border-radius:5px;
  position:relative;
}
.icon-win-hollow:hover, .icon-mac-hollow:hover{background:#009bdb;color:#fff !important;}
.icon-win-hollow:before{content:'\e916';color:#009bdb; font-size:22px; position:absolute;left:15px;font-weight:normal !important;}
.icon-mac-hollow:before{content:'\e909';color:#009bdb; font-size:26px; position:absolute;left:15px;font-weight:normal !important;}
.icon-mac-hollow:hover:before,.icon-win-hollow:hover:before{color:#fff;}

.banner {padding: 30px;background-color: #0095d1;text-align: center;color: #fff;}.banner h1 {font-size: 32px;font-weight: bold;margin-bottom: 20px;}
.banner p {font-size: 20px;color: #f5f5f5;margin-bottom: 20px;}

.home-nav {vertical-align:middle;margin-top:10px;}
.home-nav a{ line-height:1.6em; font-size:18px;padding:0 3px;}
.home-nav i{ font-size:20px;}

@media (max-width: 1200px) {
	.container,.container2{width:1080px;}
  .flex-container {max-width: 1080px;}
  header nav.header-bottom .right .flex-container .flex-item .item-list {
    width:100%;
  }
  header nav.header-bottom .flex-item .item-list dl {
    width:100%;
  }
}

@media (max-width: 1080px) {
  .container,.container2{width:100%; padding:0 12px;}
  .flex-container {
    padding: 0 12px;
  }
  header nav.header-bottom .right {
    width: 80%;
    float: right;
  }
  header nav.header-bottom .flex-container .flex-item {
    margin-left: 40px;
  }
  header nav.header-bottom .right .flex-container .flex-item .item-list {
    width:100%;
  }
  header nav.header-bottom .flex-item .item-list dl {
    width:100%;
  }
  header nav.header-bottom .flex-item .item-content span i {
  /* display: inline-block; */
  transform: scale(0.6) rotate(180deg);
  /* transition: 0.2s ease-in-out; */
  }
  header nav.header-bottom .flex-item .item-list em {
    display:none;
  }

  .banner h1 {font-size: 28px;}
  .banner p {font-size: 16px;line-height: 24px;width: 80%;margin: 0 auto 20px;}
}

@media (max-width: 1000px) {
  .container,.container2{width:auto; padding:0 15px;}
}

@media (max-width: 768px) {
  .container,.container2{width:auto; padding:0;}
  header nav.header-top .flex-container .flex-item {
    flex: 0 0 25%;
    margin-left: 0;
    justify-content: center;
  }
  header nav.header-bottom {
    position: relative;
  }
  header nav.header-bottom .right {
    width: 28px;
    position: relative;
    height: 77px;
    display: flex;
    align-items: center;
  }
  header nav.header-bottom .right .flex-container {
    display: none;
    position: absolute;
    top: 100%;
    left: calc((28px + 12px - 100vw));
    width: 100vw;
    flex-direction: column;
    background-color: #ebebeb;
    padding: 20px 0;
    border-top: 2px solid #009bdb;
  }
  header nav.header-bottom .right .flex-container .flex-item {
    height: auto;
    flex: 0 0 100%;
    align-items: center;
    margin-left: 0;
    padding: 15px 0;
  }
  header nav.header-bottom .right .flex-container .flex-item .item-list {
    position: static;
    margin-top: 10px;
    border:none;
    padding:0;
    width:100%;
    top:0;
  }
  header nav.header-bottom .mobi-btn {
    cursor: pointer;
    display: block;
    height: 28px;
    width: 28px;
    position: relative;
  }
  header nav.header-bottom .mobi-btn span {
    position: absolute;
    display: block;
    width: 23px;
    margin: auto;
    height: 2px;
    background-color: #37383a;
    border-radius: 8px;
    left: calc((50% - 12px));
    transition: 0.3s;
  }
  header nav.header-bottom .mobi-btn span:nth-of-type(1) {
    top: 2px;
    transform-origin: 100%;
  }
  header nav.header-bottom .mobi-btn span:nth-of-type(2) {
    top: 11px;
    opacity: 1;
  }
  header nav.header-bottom .mobi-btn span:nth-of-type(3) {
    top: 20px;
    transform-origin: 100%;
  }
  header nav.header-bottom .mobi-btn.active span:nth-of-type(1) {
    transform: translateX(-4px) translateY(2px) rotate(-45deg);
  }
  header nav.header-bottom .mobi-btn.active span:nth-of-type(2) {
    transform: rotate(-45deg) translateY(0px) translateX(1px);
    opacity: 0;
  }
  header nav.header-bottom .mobi-btn.active span:nth-of-type(3) {
    transform: translateX(-4px) translateY(0px) rotate(45deg);
  }

  header nav.header-bottom .flex-item .item-list dl{ float:none; width:100%; margin:0 !important; padding:0 !important;}
  header nav.header-bottom .flex-item .item-list dl img{ display:none;}
  header nav.header-bottom .flex-item .item-list dt{ background:#cee5ff; margin:0 0 1px; height:40px ; line-height:40px; padding:0 16px; color:#365e74; font-size:16px;border-bottom:none;}
  header nav.header-bottom .flex-item .item-list dd{ background:#fff;margin:0 0 1px;}
  header nav.header-bottom .flex-item .item-list dd a{ float:none !important; width:69%; display:inline-block;height:40px ; line-height:40px; padding:0 16px;text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
  header nav.header-bottom .flex-item .item-list dd:hover{ background:#eee;}

  .foot .foot-list {
    flex-direction: column;
    padding-bottom: 30px;
  }
  .foot .foot-list .flex-row-links {
    flex: 0 0 100%;
    flex-direction: column;
    margin-bottom: 50px;
  }
  .foot .foot-list .flex-row-links .flex-item {
    flex: 0 0 100%;
    margin-bottom: 30px;
  }
  .foot .foot-list .flex-row-links .flex-item:last-of-type {
    margin-bottom: 0;
  }
  .foot .foot-list .flex-row-4 {
    flex: 0 0 100%;
    margin-bottom: 30px;
  }

  .banner {padding: 50px 0;}
}
