#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
    margin:0;
    padding:0;
    border:0;
    list-style:none;
    line-height:1;
    display:block;
    position:relative;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
body,p,span,h1,h2,h3,h4,h5,h6{
     /* font-family: Times New Roman; */;

}
/*头部导航*/
.occ{
    color:#041241!important;
}
.row{
    margin: 0!important;
}
.ccbnprofile{
    font-size: 15px;
    /* font-family: Times New Roman; */
    line-height: 180%;
    text-align: justify;
    margin-bottom: 10px;
    color: #444444;
    font-weight: 400;
}
.content_divs{
    width: 1080px;
    height: auto;
    padding-bottom: 50px;
    margin: auto;
}
.container{
    height:auto;
    width: 1200px;
    margin: auto;
    padding-left: 0!important;
    padding-right: 0!important;
}
.banner{
    width: 100%!important;
}
.home{
    font-weight: bold;
    color: #094696;
    font-size: 28px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 50px;
}
.top{
    /*height: 90px;*/
    width: 100%;
    background: #fff;
}
.top_left{
    width: 20%;
    float: left;
    margin: 12px 0;
}
.top_left img{
    cursor: pointer;
    width: 200px;
}
.top_right{
    float: right;
    width: 20%;
    margin-top: 50px;
    color: #ADADAD;
    font-size: 13px;
}
.top_right img{
    margin-top: -7px;
}
.email{
    font-size: 13px;
    margin:0 8px;
     /* font-family: Times New Roman; */;
}
.email a:hover,.faq a:hover{
    color: #2765AC!important;
    cursor: pointer;
    text-decoration: underline;
}
.faq a,.email a{
    margin:0 8px;
    color: #ADADAD!important;
     /* font-family: Times New Roman; */;
}
/*导航*/
.nav-box{
    height: 52px;
    background-color: #4ca8e8;
}
#cssmenu{
    width: 1170px;
    margin: auto;
}
.banner img{
    height: 320px;
    width: 100%;
}
/*底部*/
.foot{
    height: 200px;
    width: 100%;
    background-color: #ececec;
    margin-top: 50px;
    float: left;
}
.foot p a{
    font-size: 15px;
    color: #ADADAD;
     /* font-family: Times New Roman; */;
}
.foot_left{
    width: 8%;
    float: left;
    height: 150px;
}
.foot_right{
    width: 92%;
    float: left;
    height: 150px;
    padding-top: 60px;
}
.foot_left img{
    margin-top: 45px;
    width: 116px;
}
.foot_left p{
    margin-top: 26px;
}
.foot_left span{
    margin-left: 35px;
    cursor: pointer;
}
.foot_text{
    margin-top: 46px;
    font-size: 23px!important;
}
.foot_text span a{
     /* font-family: Times New Roman; */;
    font-size: 22px;
}
.foot_right p{
    margin-left: 66px;
    height: 24px;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 64px;
}
.foot_right span{
    margin-left: 60px;
    cursor: pointer;
}
.foot span a:hover{
    color: #094696;
    text-decoration: underline;
}
.foot_detail{
    line-height: 50px;
    background-color: #333A42;
    text-align: center;
    font-size: 12px!important;
    color: #ADADAD;
    margin-top: 0;
    margin-bottom: 0;
    float: left;
    width: 100%;
}
#img-logo{
    float: left;
    width: 24%;
    margin: 28px 0;
}
.banner-center{
    height: 400px!important;
}
.content-left{
    width: 23%;
    float: left;
    height: auto;
}
.content-right{
    width: 73%;
    float: right;
    height: auto;
    margin-top: 20px;
}
.m-con{
    float: left;
    border-bottom: 1px solid #D2D9E3;
    width: 100%;
    padding: 30px 0;
}
.mr{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6em;
}
.mr-name{
    font-weight: bold;
}
.mr-detail{
    line-height: 20px;
    font-size: 13px;
}
.b-content{
    padding: 30px 0;
    border-bottom: 1px solid #D2D9E3;
    width: 100%;
    float: left;
}
.content-left img{
    width: 200px;
    height: 250px;
}
.add_pic{
    float: right!important;
    text-align: right;
    padding-right: 3%;
}
#cssmenu ul li ul{
    z-index: 100;
    /*position: absolute;*/
    /*background-color: #4ca8e8*/
}
#cssmenu:after, #cssmenu>ul:after {
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0
}
#cssmenu #menu-button {
    display:none
}
#cssmenu {
    width:1170px;
    font-family:open sans, sans-serif;
    line-height:1;
}
#menu-line {
    position:absolute;
    top:0;
    left:0;
    height:3px;
    /*background:#009ae1;*/
    /*color: red;*/
    -webkit-transition:all .25s ease-out;
    -moz-transition:all .25s ease-out;
    -ms-transition:all .25s ease-out;
    -o-transition:all .25s ease-out;
    transition:all .25s ease-out
}
#cssmenu>ul>li {
    float:left
}
#cssmenu.align-center>ul {
    font-size:0;
    text-align:center
}
#cssmenu.align-center>ul>li {
    display:inline-block;
    float:none
}
#cssmenu.align-center ul ul {
    text-align:left
}
#cssmenu.align-right>ul>li {
    float:right
}
#cssmenu.align-right ul ul {
    text-align:right
}
#cssmenu>ul>li>a {
    padding: 35px 11px;
    font-size: 15px;
    font-weight: bold;
    text-decoration:none;
    color:#323232;
    -webkit-transition:color .2s ease;
    -moz-transition:color .2s ease;
    -ms-transition:color .2s ease;
    -o-transition:color .2s ease;
    transition:color .2s ease
}
#cssmenu>ul>li:hover>a, #cssmenu>ul>li.active>a {
    /*color:#009ae1*/
}
#cssmenu>ul>li:hover>a{
    color: #323232;
    /*background-color: #2765AC;*/
}
#cssmenu>ul>li.has-sub>a {
    padding-right:18px
}
#cssmenu>ul>li.has-sub>a::after {
    position:absolute;
    top:39px;
    right:10px;
    width:4px;
    height:4px;
    border-bottom:1px solid #323232;
    border-right:1px solid #323232;
    content:"";
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg);
    -webkit-transition:border-color .2s ease;
    -moz-transition:border-color .2s ease;
    -ms-transition:border-color .2s ease;
    -o-transition:border-color .2s ease;
    transition:border-color .2s ease
}
#cssmenu>ul>li.has-sub:hover>a::after {
    /*border-color:#009ae1*/
}
#cssmenu ul ul {
    position:absolute;
    left:-9999px
}
#cssmenu li:hover>ul {
    left:auto
}
#cssmenu.align-right li:hover>ul {
    right:0
}
#cssmenu ul ul ul {
    margin-left:100%;
    top:0
}
#cssmenu.align-right ul ul ul {
    margin-left:0;
    margin-right:100%
}
#cssmenu ul ul li {
    height:0;
    -webkit-transition:height .2s ease;
    -moz-transition:height .2s ease;
    -ms-transition:height .2s ease;
    -o-transition:height .2s ease;
    transition:height .2s ease
}
#cssmenu ul li:hover>ul>li {
    height:32px
}
#cssmenu ul ul li a {
    padding:12px 20px;
    width:240px;
    font-size:13px;
    background:#fff;
    text-decoration:none;
    color:#333;
    -webkit-transition:color .2s ease;
    -moz-transition:color .2s ease;
    -ms-transition:color .2s ease;
    -o-transition:color .2s ease;
    transition:color .2s ease
}
#cssmenu ul ul li:hover>a, #cssmenu ul ul li a:hover {
    color:#2c57c7;
    /*background-color:#ededed;*/
}
#cssmenu ul ul li.has-sub>a::after {
    position:absolute;
    top:13px;
    right:10px;
    width:4px;
    height:4px;
    border-bottom:1px solid #323232;
    border-right:1px solid #323232;
    content:"";
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    transform:rotate(-45deg);
    -webkit-transition:border-color .2s ease;
    -moz-transition:border-color .2s ease;
    -ms-transition:border-color .2s ease;
    -o-transition:border-color .2s ease;
    transition:border-color .2s ease
}
#cssmenu.align-right ul ul li.has-sub>a::after {
    right:auto;
    left:10px;
    border-bottom:0;
    border-right:0;
    border-top:1px solid #323232;
    border-left:1px solid #323232
}
#cssmenu ul ul li.has-sub:hover>a::after {
    border-color:#323232
}
.swiper-slide{
    position: absolute;
}
.swiper-slide div{
    height: 320px;
    margin-top: -320px;
    position: absolute;
    width: 100%;
    font-size: 30px;
    color: white;
    line-height: 320px;
    text-align: center;
    font-weight: bold;
    z-index: 100;
}
.banner img{
    position: relative;
}
.home a{
    display: none!important;
}

@media all and (max-width:768px), only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:768px), only screen and (min--moz-device-pixel-ratio:2) and (max-width:768px), only screen and (-o-min-device-pixel-ratio:2/1) and (max-width:768px), only screen and (min-device-pixel-ratio:2) and (max-width:768px), only screen and (min-resolution:192dpi) and (max-width:768px), only screen and (min-resolution:2dppx) and (max-width:768px) {
    .container{
        margin: 0 3%!important;
        padding: 0!important;
        width: 94%!important;

    }
    .new{
        height: auto!important;
    }
    .stock_box{
        width: 100%!important;
    }
    .banner{
        background-image: url(../images/banner4.jpg)!important;
        background-repeat: no-repeat;
        background-size: 100% 100%!important;
        height: 300px!important;
        width: 100%;
    }
    .new ul li,.featured ul li{
        width: 100%!important;
        padding: 0!important;
        margin:2% 0!important;
    }
    .new ul{
        margin-left: 0!important;
        width: 100%!important;
        padding: 0;
        margin: 0;
    }
    .faq_content p {
        font-size: 13px!important;
    }
    .symbol{
        display: none!important;
    }
  .one{
      width: 100%!important;
      padding-left: 0!important;
  }
    .new_s{
        padding: 30px 10px!important;
    }
    .home a{
        display: block!important;
    }
    .content-div{
        width: 98%!important;
        margin: 1%;
    }
    .content1 ul li{
        width: 100%!important;
    }
    .content4 table{
        margin-top: 56px!important;
    }
    #cssmenu>ul>li>a{
        color: #fff!important;
    }
    .swiper-slide{
        position: absolute;
       overflow: hidden;
    }
    .in-news{
        padding: 20px 0!important;
    }
    .news_content{
        margin-top: 10px!important;
    }
    .news-padding{
        padding-right: 20px!important;
    }
    .earnings-left:nth-of-type(2){
        border-right: none!important;
        border-bottom: 1px solid #808080!important;
        padding-bottom: 2%;
    }
    .font_w{
        width: 100%!important;
        height: auto!important;
    }
    .titles{
        line-height: 80px!important;
    }
    .clicktwo{
        display: none!important;
    }
  
    .add_right{
       text-align: left!important;
    }
    .add_left,.add_middle,.add_right{
        width: 100%!important;
        float: left!important;
    }
    .earnings-left:nth-of-type(3){
      margin-top: 20px!important;
    }
    .earn{
        padding-left: 35px!important;
    }
    .add_content{
        width: 100%!important;
    }
    .add_content a{
        margin-top: 0!important;
    }
    .add_pic img{
        display: none!important;
    }
    .swiper-slide img{
        width: auto!important;
        position: relative;
        top: -50%!important;
        left: -360px!important;
    }
   .content1, .content2,.content3{
        width: 94%!important;
        margin: 0 3%!important;
    }
   .foot-box{
       width: 100%!important;
   }
    .foot_detail{
        line-height: 28px!important;
    }
    .foot_left img {
         margin-top: 10px!important;
        display: none!important;
    }
    .foot_right span:first-child{
        margin-left: 0px!important;
    }
    .foot_right span:nth-child(4){
        margin-left: 0!important;
    }
    .foot_right span{
        margin-left: 28px!important;
    }
    .add_content a{
        font-size: 12px!important;
    }
    .col-md-1{
        display: none!important;
    }
    .content_divs{
        width: 98%!important;
        margin: 1%;
    }
    .occ{
        background-color: #2c57c7!important;
    }
    .ccbnResponsiveCell,.aboutcontent {
        position: relative;
        width: 100%!important;
    }
    #cssmenu{
        width: auto!important;
        z-index: 99;
    }
    .top{
        /*display: none!important;*/
        width:auto!important;
    }
    .nav-box{
        background-color: #fff!important;
    }
    #cssmenu {
        width:100%
    }
    #img-logo{
        display: none!important;
        border: 1px solid!important;
    }
    #uistyle{
    width: 100%!important;
        background-color: #222!important;
    }
    #cssmenu ul {
        width:100%;
        margin-top: 60px;
        position: fixed;
        display:none;
        left: 0;
    }
    #cssmenu>ul>li:hover>a {
        color:#fff;
        background-color:#2c57c7;!important;
    }
    #cssmenu.align-center>ul, #cssmenu.align-right ul ul {
        text-align:left
    }
    #cssmenu ul li, #cssmenu ul ul li, #cssmenu ul li:hover>ul>li {
        width:100%;
        height:auto;
        border-top:1px solid rgba(120, 120, 120, .15)
    }
    #cssmenu ul li a, #cssmenu ul ul li a {
        width:100%;
        padding: 15px!important;
    }
    #cssmenu>ul>li, #cssmenu.align-center>ul>li, #cssmenu.align-right>ul>li {
        float:none;
        display:block
    }
    #cssmenu ul ul li a {
        padding:15px 15px 15px 30px!important;
        font-size:12px;
        color:#fff;
        background:0 0
    }
    #cssmenu ul ul li:hover>a, #cssmenu ul ul li a:hover {
        color:#fff;
        background-color: #2c57c7!important;
    }
    #cssmenu ul ul ul li a {
        padding-left:40px
    }
    #cssmenu ul ul, #cssmenu ul ul ul {
        position:relative;
        left:0;
        right:auto;
        width:100%;
        margin:0
    }
    #cssmenu>ul>li.has-sub>a::after, #cssmenu ul ul li.has-sub>a::after {
        display:none
    }
    #menu-line {
        display:none
    }
    #cssmenu #menu-button {
        display:block;
        padding:15px;
        position: fixed;
        top: 0;
        width: 100%;
        background-color: #fff;
        color:#000;
        cursor:pointer;
        font-size:12px;
        text-transform:uppercase;
        left: 0;
    }
    #cssmenu #menu-button::after {
        content:'';
        position:absolute;
        top:20px;
        right:20px;
        display:block;
        width:15px;
        height:2px;
        background:#000
    }
    #cssmenu #menu-button::before {
        content:'';
        position:absolute;
        top:32px;
        right:20px;
        display:block;
        width:15px;
        height:3px;
        border-top:2px solid #000;
        border-bottom:2px solid #000
    }
    #cssmenu .submenu-button {
        position:absolute;
        z-index:10;
        right:0;
        top:0;
        display:block;
        height:42px;
        width:42px;
        cursor:pointer
    }
    #cssmenu .submenu-button::after {
        content:'';
        position:absolute;
        top:16px;
        left:22px;
        display:block;
        width:1px;
        height:11px;
        background:#fff;
        z-index:99
    }
    #cssmenu .submenu-button::before {
        content:'';
        position:absolute;
        left:16px;
        top:21px;
        display:block;
        width:11px;
        height:1px;
        background:#fff;
        z-index:99
    }
    #cssmenu .submenu-button.submenu-opened:after {
        display:none
    }
}