*{
    font-family:"Microsoft YaHei";
}
strong{font-weight: normal;}
.shuzi{
    font-family:"Courier New", Courier;
}
body{
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 100%;
    /*min-width: 768px;*/
    font-family:"Microsoft YaHei";
    -webkit-overflow-scrolling: touch;
}
body .contentview{
    min-height: 100%;
}
li{list-style-type:none;}
a{text-decoration:none;}
img{border:none;}
ul{padding: 0px}

/*公共样式*/
.mt40{margin-top: 40px;}
.posr{position: relative;}
.pd0{padding: 0;}

.lih35{line-height: 35px !important;}
.fot22{font-size: 22px;}
.mt25{margin-top: 25px;}
.mt10{margin-top: 10px; white-space: nowrap;}
.fnt20{font-size: 20px;}
.ml17{margin-left: 17px;}
.colrff{color: #ffffff;}
.col83{color:#83CCA5 !important; }
.hid{display: none;}
.wh100{width: 100%;height: 100%;}
a,a:hover,a:visited,a:link,a:active{color:inherit;text-decoration: none !important;}
.textindet{text-indent: 30px;}
.main_content{
    width: 100%;
    height: 100%;
}

.logo{
    float: left;
    height: 40px;
    margin-right: 10px;
}
.logo img{
    height:100%;
}
header nav{
    float: left;
    height: 100%;
    line-height: 40px;
    font-size: 14px;
    /*min-width:150px;*/
    /*max-width: 200px;*/
    width: 150px;
    position: fixed;
    z-index: 3;
    text-align: center;
    color:#ffffff;
    background: rgb(4,9,14);
    background: -ms-linear-gradient(left, rgb(4,9,14), rgb(11,24,40));
    background: -moz-linear-gradient(left, rgb(4,9,14), rgb(11,24,40));
    background: -webkit-gradient(linear, 0% 0%, 0% 100%,from(rgb(4,9,14)), to( rgb(11,24,40)));
    background: -webkit-linear-gradient(left, rgb(4,9,14), rgb(11,24,40));
    background: -o-linear-gradient(left, rgb(4,9,14), rgb(11,24,40));
    background: linear-gradient(right, rgb(4,9,14) 0%,rgb(11,24,40) 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgb(4,9,14)', endColorstr='rgb(11,24,40)',GradientType=0 );*/
    behavior: url(ie-css3.htc);
}
header nav a{
    color: #fff !important;
    width: 100%;
    height: 100%;
    display: block;
}

header nav a:focus,header nav a:hover {
    color: #fff !important;
    text-decoration: none;
}

nav .menu{
    margin: 40px 0;
    line-height: 60px;
}
nav .menu li{
    height: 60px;
    line-height: 60px;
}

a:hover{
    color: #fff !important;
    text-decoration: none;
}

.app-content {
	/*overflow: auto;*/
}
.select_box,header nav .menu li:hover{
    background: #000;
}

.bca2_000 .menu li:hover{
    background:rgba(0,0,0,0.1) !important;
    behavior: url(ie-css3.htc);
}

.select_box a{
    color:#fff;
}

header nav .select_box .arrow-left,header nav .menu li:hover .arrow-left{
    display: block;
}
.link_iocn{  bottom: 0;position: absolute;margin-bottom: 80px;  width: 150px;height: 195px !important;}
.link_iocn .content{top: -70px !important;}
.link_iocn li>span,.link_iocn li>a>span{
    display: block;
    width:40px;
    height:40px;
    margin: 10px auto;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    border-radius: 20px;
    border: 2px solid rgba(255,255,255,.4);
    behavior: url(ie-css3.htc);
}
.link_iocn li:hover>span,.link_iocn li:hover>a>span{
    background: #EC5254;
    border: 2px solid  #EC5254;
}
.bca2_000 .link_iocn li:hover>span,.bca2_000 .link_iocn li:hover>a>span{
    background: #ffffff;
    color:#EC5254;
    border: 2px solid  #ffffff;
}
.arrow-left{
    display: none;
    width:0;
    height:0;
    position: absolute;
    top: 40%;
    right: 0px;
    border-top:7px solid transparent;
    border-bottom:7px solid transparent;
    border-right:7px solid rgb(236,82,84);
}

.bca2_000 .arrow-left{
    border-right:7px solid #ffffff;
}
header nav .menu li:hover .content,.link_iocn>li:hover .content{
    height: auto;
    -webkit-transition: height 2s;
    -moz-transition: height 2s;
    -ms-transition: height 2s;
    -o-transition: height 2s;
    transition: height 2s;
    behavior: url(ie-css3.htc);
}

header nav .menu .content,.link_iocn li .content{
    position: relative;
    height: 0px;
    max-height: 350px;
    min-width: 200px;
    max-width:300px;
    /*width: 100%;*/
    top: -60px;
    left: 100%;
    background: rgb(231,235,238);
    overflow: hidden;
}
header nav .menu .content li:hover,.link_iocn li .content li:hover{
    background: rgb(236,82,84);
}
header nav .menu .content li:hover a,.link_iocn li .content li:hover a{
    color: #fff !important;
    height: 50px;line-height:50px;
}
header nav .menu .content li:not(:first-child),.link_iocn li .content li:not(:first-child){
    border-top:1px solid rgb(218,221,223) ;
}

header nav .content li a,.link_iocn li .content li a{

    height: 50px;line-height:50px;
    font-size: 16px;
    color:rgb(65,84,100) !important;
}

.bca2_000 .menu .content,.bca2_000 .link_iocn li .content{
    background: rgba(0,0,0,0.1);
    behavior: url(ie-css3.htc);
}
.bca2_000 .menu .content li:hover,.bca2_000 .link_iocn li .content li:hover{
    background: #ffffff !important;
}
.bca2_000 .menu .content li:hover a,.bca2_000 .link_iocn li .content li:hover a{
    color:rgb(236,82,84) !important;
}
.bca2_000 .menu .content li:not(:first-child),.bca2_000 .link_iocn li .content li:not(:first-child){
    border-top:1px solid rgba(255,225,225,0.2) !important; ;
    behavior: url(ie-css3.htc);
}
.bca2_000 .menu .content li a,.bca2_000 .link_iocn li .content li a{
    font-size: 16px;
    color:#ffffff !important;
}
.app-content{width: 100% !important;min-height: 100%;}


.heard2{
    float: left;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    width:35px;
    position: fixed;
    display: none;
    z-index: 1;
    text-align: center;
    background: rgba(0,0,0,0.5);
    border-radius: 5px;
    top:30px;
    margin-left: 30px;
    z-index: 999;
    behavior: url(ie-css3.htc);
}

.san{
    float: left; height: 35px;line-height: 35px;width: 35px;text-align: center;
    font-size: 12px;color:#ffffff;
}
body .dropdown-menu{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 150px;
    margin: -2px;
    padding: 0 !important;
    float: left;
    line-height: 40px;
    font-size: 14px;
    width:150px;
    z-index: 1;
    text-align: center;
    color:#ffffff;
    background: rgb(4,9,14);
    background: -ms-linear-gradient(left, rgb(4,9,14), rgb(11,24,40));
    background: -moz-linear-gradient(left, rgb(4,9,14), rgb(11,24,40));
    background: -webkit-gradient(linear, 0% 0%, 0% 100%,from(rgb(4,9,14)), to( rgb(11,24,40)));
    background: -webkit-linear-gradient(left, rgb(4,9,14), rgb(11,24,40));
    background: -o-linear-gradient(left, rgb(4,9,14), rgb(11,24,40));
    background: linear-gradient(right, rgb(4,9,14) 0%,rgb(11,24,40) 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgb(4,9,14)', endColorstr='rgb(11,24,40)',GradientType=0 );*/
    behavior: url(ie-css3.htc);
}
.logofor2{
    margin-top: 40px !important;
    width: 100%;
    text-align: center;
    display: block;
}
.menucontent{height: auto;
    width: 100%;margin-top: 40px;}
.menudiv{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color:#fff !important;
}

.footbottom{
    clear: both;
    height: auto;
    width: 100%;
    min-height: 300px;
    background: rgb(4,9,15);
    /*position: absolute;*/
    position: relative;
    bottom: 0;
    margin-top: 40px;
    padding: 40px 0;
}
.btmrow{
    padding: 0;
    margin: 0px auto !important;
    margin-top: 20px !important;
    max-width: 800px;
    width: 100%;text-align: left;
}
.btmdiv1{
    font-size: 20px;
    color:#ffffff;
}
.btmdiv2{
    width: 60px;
    height: 1px;
    margin-top: 10px;
    background:rgb(9,25,45);
}
.btmicon{color:rgb(231,76,60);font-size:20px; }

.btmdiv3{height: 1px;width: 100%;max-width: 336px;background: rgb(9,25,45);margin-top: 80px;}
.btmdiv4{font-size: 12px;color:rgb(17,48,89);margin-top: 10px;}
.btmewm{float: right;width:80%;max-width: 320px;}
.xpbtm{display: none;margin-left: 4%;margin-top: 45px;}

@media (min-width:1025px){
    .footbottom{max-height: 350px;}
    .btmewm{width: 320px;margin-top: -40px;}
}
@media (min-height:800px) and (min-width: 1000px){
    .btmewm{width: 90%;max-width: 320px;margin-top: -40px;}
    .footbottom{padding-bottom:10px !important;}
    .btmdiv3{margin-top: 100px !important;}
}
@media (max-width: 1025px){
    #home_nav{display:none;}
    .heard2{display: block;}
}
@media (max-height: 999px){
    nav .menu li{
        height: 50px !important;
        line-height: 50px !important;
    }
}
@media (max-width: 991px){
    #home_nav{display:none;}
    .heard2{display: block;}
    .btmrow{ width: 90%; margin: 0 auto !important;margin-top: 20px !important;}
}
@media (max-width: 767px){
    .btmrow{ width: 92%; margin-top: 20px !important; margin-left: 4%; }
    .btmewm{width: 100%;}
    .dpbtm{display: none;}
    .xpbtm{display: block;width: 92%;}
    .btmdiv3{margin-top: 20px;}
    .fnt20{font-size: 14px !important;}
    .btmicon{font-size: 14px !important;}
    .ml17{margin-left: 5px !important;}
    .btmdiv4{font-size: 10px !important;text-align: center;}
}
@media (max-width: 320px){
    .ml17{margin-left: 5px;}
}
@media (max-height: 700px) and (min-height: 612px){
    .link_iocn{ margin-bottom: -10px !important;}
}
@media(max-height: 611px){
    .link_iocn{display: none;}
}