@charset "utf-8";

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html,
body {
    height: 100%;

    -webkit-tap-highlight-color: transparent;
  
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    min-width: 1200px;
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
html, body, div, ul, ol, dl, dt, dd, li, h1, h2, h3, h4, h5, h6, pre, form, input, p, button, i {
    margin: 0;
    padding: 0;
}
img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    border: 0;
}
ul,ol{
    list-style: none;
}
button,input{
  box-shadow:none; /*去除阴影*/
  outline: none;/*聚焦input的蓝色边框*/
  resize: none; /*textarea 禁止拖拽*/
  border: none; /*去除边框*/
  -webkit-appearance: none;/*常用于IOS下移除原生样式*/
  -webkit-tap-highlight-color: rgba(0,0,0,0); /*点击高亮的颜色*/
}
textarea{
    box-shadow: none;
    -webkit-appearance: none;/*常用于IOS下移除原生样式*/
}
i{
    font-style: normal;
}
a{
    text-decoration: none;
    color: #666;
}
html,body{
    height: 100%;
    width: 100%;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
.fl{
    float: left;
}
.fr{
    float: right;
}


.textoverflow{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*公共*/
.w1200{
    width: 1200px;
    margin: 0 auto;
}
#header .name{
    position: relative;
    top: -26px;
}
#header .name_1{
    font-size: 18px;
    color: #040744;
    padding-bottom: 2px;
    position: relative;
    top: -20px;
}
#header .name_2{
    color: #040744;
    font-size: 16px;
}
#header .name,#header .preview{
    display: inline-block;
}
#header .preview{
    width: 122px;
    height: 94px;
    /* background-image: url('../img/logo.jpg'); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin-right: 23px;
}
#header .preview img{
    display: block;
    width: 100%;
    height: 100%;
}
.lis .item{
    display: inline-block;
    cursor: pointer;
    position: relative;
}
.lis .line{
    display: inline-block;
    height: 18px;
    width: 0px;
    background-color: #0D0D0D;
    vertical-align: text-top;
}
.topline{
    width: 100%;
    height: 2px;
    background-color:#1E1F4E ;
    margin-bottom: 39px;
}
.lis .item{
    color: #0D0D0D;
    border-right: solid 2px #000;
}
.lis .item:last-child{
    border-right: none;
}
.lis .item.on .active{
    display: block;
}
.lis .active{
    width: 51px;
    height: 4px;
    background: #5F62F6;
    position: absolute;
    display: none;
    top: -39px;
}
.item .more{
    position: absolute;
    width: 100%;
    left: 0;
    top: 30px;
    display: none;
    /* padding-top: 30px; */
}
.item .more.w120{
    width: 122px;
}
.item .more a{
    color: inherit;
    display: block;
    font-size: 14px;
}
.item .more li{
    height: 39px;
    background-color: rgba(166,183,202,0.6);
    text-align: center;
    color: #0C5B9B;
    font-size: 14px;
    line-height: 39px;
    border-bottom: 1px solid #0C5B9B;
}
.item .more li:hover,.item .more li.on{
    color: #fff;
    background-color: rgba(166,183,202);
}
.item .more li:last-child{
    border-bottom: none;
}
#header{
    padding-top: 25px;
}
.banner{
    background: linear-gradient(90deg, #1E1F4E, #094879);
}
.banner > div{
    padding:0 8%;
 }
.banner p {
    color: #fff;
}
.banner .p1{
    padding-top: 57px;
    padding-bottom: 29px;
    font-size: 32px;
    text-align: center;
    font-weight: 400;
}
.banner .p2{
    font-size: 60px;
    padding-bottom: 50px;
    padding-left: 70px;
    display: none;
}
.banner .p3{
    font-size: 22px;
    line-height: 32px;
    padding-bottom: 39px;
    text-align: justify;
}
.banner .more{
    color: #222222;
    font-size: 16px;
    text-align: center;
    width: 120px;
    height: 42px;
    background: #FFFFFF;
    border-radius: 4px;
    line-height: 42px;
    display: block;
}
.banner{
    padding-bottom:50px;
}
.bottom_1{
    background-color: #1E1F4E;
    padding-top: 67px;
    padding-bottom: 100px;
}
.bottom_2{
    background-color: #12122F;
    padding-bottom: 71px;
}
.bottom_1 .ul1 li{
    float: left;
}
.ul1{
    overflow: hidden;
}
.ul1 .col{
    /* text-align: center; */
    color: #fff;
    font-size: 16px;
    padding-bottom: 18px;
}
.col_line{
    position: relative;
    width: 62px;
    height: 1px;
    background: #999999;
    /* margin: 0 auto; */
}
.col_line .line1{
    width: 14px;
    height: 1px;
    background: #68CDFF;
    position: absolute;
    top: 0;
    left: 0;
}
.col_name{
    padding-bottom: 10px;
}
.nitem{
    color: #fff;
    font-size: 14px;
    margin-bottom: 25px;
    display: block;
}
.nnitem{
    color: #fff;
    font-size: 14px;
    width: 146px;
    line-height: 24px;
}
.nnitem a{
    color: inherit;
}
.nnnitem{
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    padding-left: 73px;
   
}
.bottom_1 .qr{
    width: 155px;
height: 155px;
margin-left: 21px;
}
.qr img{
    display: block;
    height: 100%;
    width: 100%;
}
.bottom_1 .qr_name{
    font-size: 16px;
    font-weight: 700;
    color: #ACABAB;
    text-align: left;
  
    margin-left: -5px;
    margin-top: 14px;
}
.phone_wrap{
    color: #E1E1E1;
    font-size: 30px;
}
.phone_wrap i{
    display: inline-block;
    width: 39px;
    height: 39px;
    background-image:url('../img/phone.png') ;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin-right: 10px;
}
.qrcodeli{
    margin-left: 343px !important;
    margin-top: 20px;
}

.bottom_2 .top_line{
    background: #808080;
    height: 1px;
    width: 100%;
}
.bottom_2 .preview{
    width: 122px;
    height: 91px;
    background-image: url('../img/logo.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    display: inline-block;
}
.bottom_2 .pname{
    display: inline-block;
    position: relative;
    top: -20px;
    padding-left: 20px;
}
.pname .p1{
    font-size: 24px;
    color: #fff;
}
.pname .p2{
    color: #fff;
    font-size: 16px;
    position: relative;
    top: -20px;
}
.bottom_desc{
    color: #999999;
    font-size: 14px;
    text-align: right;
}
.bottom_desc a{
    color: inherit;
}
.bottom_desc i{
    width: 1px;
    height: 8px;
    background: #999999;
    margin: 0 14px;
    display: inline-block;
}
#header{
    padding-bottom: 5px;
}

.locations{
    overflow: hidden;
    padding-right: 52px;
    padding-top: 50px;
    /* padding-bottom: 86px; */
    visibility: hidden;
}
.locations > div{
    font-size: 16px;
    color: #595959;
}
.locations .cut{
    padding: 0 10px;
}
.locations a{
    color: #2C60AE;
    padding-left: 19px;
}
.locations > div img{
    margin-right: 24px;
}

.rows_type2 h1,.rows_type2 h2{
    font-weight: normal;
    line-height: 1;
    color: #333333;
    font-size: 30px;
    text-align: center;
    letter-spacing: 5px;
}
.rows_type2 h1{
    padding-bottom: 31px;
    color: #094878;
    font-size: 36px !important;
}

.top_videos .top_v_item{
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
}
.top_v_item img{
    display: block;
    width: 100%;
    height: 100%;
}
.top_videos{
    font-size: 0;
    background-color: #000;
}
.video-js .vjs-big-play-button{
    width: 58px;
    height: 58px;
    border-radius: 50%;
    line-height: 55px;
    margin-top: -29px;
    margin-left: -29px;
    border: 3px solid #fff;
    background-color:transparent;
}
.video-js{
    background-color: transparent;
}