/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
 
 html, body, div, span, applet, object, iframe,
 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
 a, abbr, acronym, address, big, cite, code,
 del, dfn, em, img, ins, kbd, q, s, samp,
 small, strike, strong, sub, sup, tt, var,
 b, u, i, center,
 dl, dt, dd, ol, ul, li,
 fieldset, form, label, legend,
 table, caption, tbody, tfoot, thead, tr, th, td,
 article, aside, canvas, details, embed, 
 figure, figcaption, footer, header, hgroup, 
 menu, nav, output, ruby, section, summary,
 time, mark, audio, video{
   margin: 0;
   padding: 0;
   border: 0;
   font-size: 100%;
   font: inherit;
   font-weight: normal;
   vertical-align: baseline;
 }
 /* HTML5 display-role reset for older browsers */
 article, aside, details, figcaption, figure, 
 footer, header, hgroup, menu, nav, section{
   display: block;
 }
 ol, ul, li{
   list-style: none;
 }
 blockquote, q{
   quotes: none;
 }
 blockquote:before, blockquote:after,
 q:before, q:after{
   content: '';
   content: none;
 }
 table{
   border-collapse: collapse;
   border-spacing: 0;
 }
  
 /* custom */
 a{
   color: #7e8c8d;
   text-decoration: none;
   -webkit-backface-visibility: hidden;
 }
 ::-webkit-scrollbar{
   width: 5px;
   height: 5px;
 }
 ::-webkit-scrollbar-track-piece{
   background-color: rgba(0, 0, 0, 0.2);
   -webkit-border-radius: 6px;
 }
 ::-webkit-scrollbar-thumb:vertical{
   height: 5px;
   background-color: rgba(125, 125, 125, 0.7);
   -webkit-border-radius: 6px;
 }
 ::-webkit-scrollbar-thumb:horizontal{
   width: 5px;
   background-color: rgba(125, 125, 125, 0.7);
   -webkit-border-radius: 6px;
 }
 html, body{
   width: 100%;
   font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
 }
 body{
   line-height: 1;
   -webkit-text-size-adjust: none;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 }
 html{
   overflow-y: scroll;
 }
  
 /*清除浮动*/
 .clearfix:before,
 .clearfix:after{
   content: " ";
   display: inline-block;
   height: 0;
   clear: both;
   visibility: hidden;
 }
 .clearfix{
   *zoom: 1;
 }
  
 /*隐藏*/
 .dn{
   display: none;
 }
 
 button{
  margin: 0;
  padding: 0;
  border: 1px solid transparent;  
  outline: none;
 }
 /*================================================================================================*/


.header-content{
    height: 120px;
}
.content{
  width: 1200px;
  margin: 0 auto;
}
.header-logo{
    width: auto;
    height: 75px;
    vertical-align: middle;
    margin-top: 22px;
}
.clearfix::after{
    content: '';
    display: block;
    height: 0;
    clear: both;
}
.clearfix{
    zoom: 1;
}
.pull-left {
   float: left !important;
}
.pull-right {
   float: right !important;
}
.header-right>a{
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    color: #202123;
    line-height: 80px; 
    text-align: center;
    margin-left: 100px;
    margin-top: 20px;
    font-size: 26px;
   text-decoration: none !important;
}
.header-right>.active{
    background: #1E90FF;
    color: #FFFFFF;
}
.header-right>a:hover{
    background: #1E90FF;
    color: #FFFFFF;
    cursor: pointer;
}
.banner{
    background: url(/images/banner.png) no-repeat;
    background-size:cover;
    width: auto;
    height: 860px;
    position: relative;
}
.banner-content{
  text-align:left;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.banner-title{
  font-size: 50px;
  font-weight: 800;
  line-height: 75px;
  margin-top: 176px;
}
.banner-title-pro{
  color: #1EF7FF;
}
.banner-sub{
  height: 30px;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  margin-top: 30px;
}
.banner-desc{
  margin-top: 42px;
  font-size: 16px;
  line-height: 30px;
}
.tryfree{
  width: 89px;
  font-size: 24px;
  color: #E70101;
  line-height: 30px;
  width: 193px;
  height: 60px;
  background: #FAD014;
  border-radius: 30px;
  cursor: pointer;
  margin-top: 56px;
}
.more{
  font-size: 18px;
  color: #399FDE;
  line-height: 30px;
  display: block;
  margin-top: 52px;
}
.banner-img{
  position: absolute;
  width: 923px;
  height: 659px;
  top: 55px;
  right: 0;
}
.flag{
  padding: 70px 0 78px;
}
.flag-item{
  float: left;
  margin-right: 150px;
  text-align: center;
}
.flag-item:last-child{
  margin-right: 0px;
}
.flag-item-icon{
  width: 97px;
  height: 112px;
}
.flag-item-title{
  margin-top: 18px;
  font-size: 24px;
  font-weight: bold;
  color: #1E90FF;
  line-height: 30px;
}
.flag-item-content{
  margin-top: 14px;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
.bottom{
  text-align: center;
  background:#1E90FF ;
  padding: 67px 0;
}
.buttom-logo{
  width: 270px;
  height: auto;
}
.connect{
  margin-top: 57px;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 30px;
}
.qq{
  margin-top: 18px;
  font-size: 30px;
  font-family: Arial;
  font-weight: 900;
  color: #FFFFFF;
  line-height: 30px;
}
.weixin{
  margin-top: 41px;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 30px;
}
.buttom-wx{
  margin-top: 18px;
  width: 126px;
  height: 126px;
}
.modal-content{
   background-color: #1670CB  !important;
}
.modal-header {
  border-bottom: #1670CB  !important;
}
.modal-body{
  text-align: center;
}
.model-title{
  font-size: 36px;
  font-weight: bold;
  color: #FFFFFF;
  vertical-align: middle;
}
.model-desc{
  margin-top:14px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 30px;
}
.model-connect{
  margin-top:64px;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 30px;
}
.model-wx{
  margin: 28px 0;
  width: 272px;
  overflow: hidden;
}
.modal-dialog{
  width: 460px !important;
}

.modal-header button>span{
  font-size: 30px;
}
.heng{
  display: inline-block;
  height: 3px;
  width: 40px;
  background-color: white;
  vertical-align:middle;
}
.model-title-text{
  display: inline-block;
  padding: 10px ;
}