html {
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background: #f5f5f5;
}

html,
body,
div,
object,
iframe,
applet,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
address,
dl,
dt,
dd,
ol,
ul,
li,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
progress {
  margin: 0;
  padding: 0;
  border: 0;
}

html,
body {
  background-color: #fff;
}

li {
  list-style: none
}

a {
  background-color: transparent;
  text-decoration: none
}

b,
strong {
  font-weight: bold
}

img {
  border: 0;
  vertical-align: middle;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block
}

audio,
canvas,
progress,
video {
  display: inline-block
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

td,
th {
  padding: 0
}

.hide {
  display: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
}

/* 专题顶部导航 */

.top-bar {
  border-bottom: 2px #E20000 solid;
  background: #fff;
  z-index: 1000;
}

.top-bar-login,
.top-bar-login-after {
  line-height: 30px;
  font: 12px/30px simsun;
}

.top-bar-login-after {
  display: none;
}

.top-bar .ofw-logo {
  margin-top: 2px;
}

.top-bar-login>.signin {
  display: inline-block;
  background: #e20000;
  height: 24px;
  width: 50px;
  border-radius: 2px;
  text-align: center;
  margin-top: 3px;
  line-height: 24px;
}

.top-bar-login>.signin>a {
  color: #fff;
}

.top-bar-login a,
.top-bar-login-after a {
  color: #333;
}

.top-bar-login a:hover,
.top-bar-login-after a:hover {
  text-decoration: underline;
}

.top-bar-login i {
  font-style: normal;
  color: #666;
}

.top-bar-login>.email {
  padding-left: 24px;
  display: inline-block;
  background: url(http://images.ofweek.com/images/global-steven/email/ico_email.png) no-repeat left;
}


/* banner */
.banner {
  margin: 20px 0 25px;
}

.banner .swiper-pagination-bullet{
  width: 180px;
  height: 20px;
  border-radius: 5px;
  color: #fff;
  background: #8f8f8f;
  font-size: 14px;
  opacity: 1;
}

.banner .swiper-pagination-bullet-active{
  background: #00467e;
}
.banner img{
  width: 100%;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0 8px;
}

.title {
  display: block;
  text-align: center;
}

.title h3 {
  display: inline-block;
  font-size: 40px;
  color: #00467e;
  font-weight: 600;
  margin-top: 30px;
}

.title h3::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #999;
  margin: 10px auto;
}

.intro {
  width: 100%;
  margin-bottom: 25px;
}

.intro .wrap{
  width: 1200px;
  background: #fff;
}

.intro p{
  line-height: 2;
  color: #333;
  font-size: 16px;
  margin-bottom: 10px;
}

.intro img{
  display: block;
  width: 100%;
  padding: 40px 0 ;
}

.download .wrap{
  width: 1200px;
  background: #fff;
}
.download-box {
  margin: 30px 0;
  font-size: 0px;
}
.download-box li{
  float: left;
  width: 380px;
  margin-bottom: 20px;
}
.download-box li img{
  display: block;
  width: 100%;
}
.download-box li:nth-of-type(2),.download-box li:nth-of-type(5){
  margin: 0 29px 20px;
}
.download-box li p{
  color: #333333;
  font-size: 22px;
  text-align: center;
  margin-top: 10px;
}
.recommend {
  margin: 25px 0;
}
.recommend .wrap{
  width: 950px;
  padding: 0 25px 25px;
  background: #fff;
  border: 1px solid #cdcdcd;
}
.recommend-tabs{
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.recommend-tabs ul li{
  float: left;
  padding: 0 20px;
  border-right: 1px solid #999;
}
.recommend-tabs ul li.active{
  font-weight: 600;
}
.recommend-tabs ul li:last-child{
  border-right: none;
}

.recommend-box{
  position: relative;
  height: 720px;
  overflow-y: hidden;
}
.recommend-wrap{
  position: absolute;
  top: 0;
  left: 0;
}
.recommend-wrap ul li{
  float: left;
  position: relative;
  width: 290px;
  height: 330px;
  margin: 0 40px 30px 0;
  font-size: 12px;
}
.recommend-wrap ul li:nth-child(3n){
  margin-right: 0;
}
.recommend-wrap ul li .img-cont{
  position: relative;
  height: 152px;
  padding: 10px 0;
  text-align: center;
  border: 1px solid #c7c7c7;
}
.recommend-wrap ul li .img-cont img{
  max-height: 90%;
}
.recommend-wrap ul li .img-cont .img-title{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 94%;
  padding: 0 3%;
  height: 36px;
  line-height: 36px;
  text-align: left;
  background: #248ee6;
  font-size: 16px;
  color: #fff;
}
.recommend-wrap ul li h3{
  color: #181818;
  margin: 10px 0;
}
.recommend-wrap ul li p{
  color: #666;
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 1.6;
}
.recommend-wrap ul li .recommend-btn{
  color: #e28e1e;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* video */
.video {
  margin: 25px 0;
}
.video .wrap{
  width: 950px;
  padding: 0 25px 25px;
  background: #fff;
  border: 1px solid #cdcdcd;
}
.video-cont{
  position: relative;
  width: 460px;
  text-align: center;
}
.video-cont video{
  width: 100%;
  height: 257px;  
}
.video-cont h3{
  font-size: 18px;
  color: #00467e;
  font-weight: 600;
  margin:  5px 0;
}
.video-cont p{
  font-size: 14px;
  color: #666;
  padding: 0 10px;
}
.move2{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 257px;
  background: rgba(0, 0, 0, .1);
  
}

/* form */
.iframe-cont{
  margin: 25px;
  padding-top: 30px;
  border-top: 1px dashed #c7c7c7;
}

.mask{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,.8);
  z-index: 111111111111111;
  display: none;
}
.popup {
  position: fixed;
  top: 100px;
  left: 50%;
  bottom: 100px;
  transform: translateX(-50%);
  width: 700px;
  height: auto;
  overflow: hidden;
  border: 1px solid #dfdfdf;
}

.popup_wrap {
  width: 720px;
  height: 100%;
  overflow: auto;
}

.popup .del {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 25px;
  height: 25px;
}

.bottom .wrap {
  padding-bottom: 30px;
  background: url(../images/bottom.png) no-repeat center top #e7e7e7;
}

.nav {
  height: 50px;
  line-height: 52px;
}

.nav a {
  padding: 0 12px;
  color: #333;
  font-size: 16px;
  border-right: 1px solid #999;
}
.nav a:last-child{
  border-right: none;
}

.nav a.on{
  color: #00467e;
  font-weight: 600;
}

.nav img {
  padding-top: 20px;
}

.nav a:hover {
  color: #00467e;
}

.nav.nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
  border-bottom: solid 1px #ddd;
}

.bottom .title h3 {
  display: block;
  margin: 0px auto;
  color: #fff;
  padding: 30px 0 20px;
}

.bottom .title h3::after {
  background-color: #fff;
}

.bottom p {
  text-indent: 2em;
  margin-left: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}

.bottom p a {
  color: #fff;
}

.bottom .linkBox {
  margin-left: 20px;
  padding-top: 10px;
}
.swiper-button-prev{
  position: absolute;
  bottom: 20px;
  right: 100px;
  top: auto;
  left: auto;
  width: 65px;
  height: 35px;
  background: url(../images/hexagon/swiper-button-prev.png) no-repeat center;
}

.swiper-button-next{
  bottom: 20px;
  right: 30px;
  left: auto;
  top: auto;
  width: 65px;
  height: 35px;
  background: url(../images/hexagon/swiper-button-next.png) no-repeat center;
}
.toFormBtn{
  display: block;
  width: 240px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: #fff;
  background-color: #1b98aa;
  font-size: 30px;
  margin: 0 auto 40px;
}