@media (min-width: 1280px) {
    html {
        font-size: 100px;
    }

    .pc {
        display: block;
    }

    .sj {
        display: none;
    }
}

@media (min-width: 1200px) {
    html {
        font-size: 97px;
    }

    .pc {
        display: block;
    }

    .sj {
        display: none;
    }
}

@media (max-width: 1199px) {
    html {
        font-size: 96px;
    }

    .pc {
        display: block;
    }

    .sj {
        display: none;
    }
}

@media (max-width: 1151px) {
    html {
        font-size: 72px;
    }

    .pc {
        display: block;
    }

    .sj {
        display: none;
    }
}

@media (max-width: 1023px) {
    html {
        font-size: 72px;
    }

    .pc {
        display: block;
    }

    .sj {
        display: none;
    }
}

@media (max-width: 963px) {
    html {
        font-size: 64px;
    }

    .pc {
        display: block;
    }

    .sj {
        display: none;
    }
}

@media (max-width: 899px) {
    html {
        font-size: 57px;
    }

    .pc {
        display: block;
    }

    .sj {
        display: none;
    }
}

@media (max-width: 839px) {
    html {
        font-size: 55px;
    }

    .pc {
        display: block;
    }

    .sj {
        display: none;
    }
}

@media (max-width: 768px) {
    html {
        font-size: 64px;
    }

    .pc {
        display: none;
    }

    .sj {
        display: block;
    }
}

@media (max-width: 767px) {
    html {
        font-size: 116px;
    }

    .pc {
        display: none;
    }

    .sj {
        display: block;
    }
}

@media (max-width: 734px) {
    html {
        font-size: 84px;
    }

    .pc {
        display: none;
    }

    .sj {
        display: block;
    }
}

@media (max-width: 565px) {
    html {
        font-size: 70px;
    }

    .pc {
        display: none;
    }

    .sj {
        display: block;
    }
}

@media (max-width: 480px) {
    html {
        font-size: 60px;
    }

    .pc {
        display: none;
    }

    .sj {
        display: block;
    }
}

@media (max-width: 380px) {
    html {
        font-size: 49px;
    }

    .pc {
        display: none;
    }

    .sj {
        display: block;
    }
}

@media (max-width: 320px) {
    html {
        font-size: 50px;
    }

    .pc {
        display: none;
    }

    .sj {
        display: block;
    }
}


html, body, h1, h2, h3, h4, h5, dl, dd, dt, ul, li, ol, span, p {
    margin: 0;
    padding: 0;
	
}
body {
    font-family: "Microsoft YaHei";
}
img {
    border: 0 none;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: #000;
}
select {
    border: 0 none;
}
input,
textarea,
select {
    outline: none;
    border: 0 none;
    padding: 0;
    margin: 0;
}
ol,
ul,
li {
    list-style: none;
}

.block{ display:block !important;}
.left {
    float: left;
}
.right {
    float: right;
}









.pc .box {
    width: 12rem;
    /*height:5.89rem;*/
    margin-top:.62rem;
    margin: 0 auto;
    overflow: hidden;
/*    text-align:center;*/
}
.pc .left {
    float: left;
}
.pc .right {
    float: right;
}
.pc .header{
    width: 100%;
    height: 2.5rem;
    background: url(../cjm_img/images/header.png) no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background-size:cover;
}
.pc .header ul{
   height: .4rem;
       line-height: .4rem;
       overflow: hidden;
       /* margin-top: .89rem; */
       display: flex;
       justify-content: space-between;
       width: 10.2rem;
       float: right;
}
    .pc .header li {
        
        width: 4rem;
        text-align:center;
        background: url(../cjm_img/images/line.png) no-repeat right;
    }
        .pc .header li.last {
            background: 0 none;
            padding-right: initial;
        }
.pc .header li a{
    display: block;
    color: #fff;
    font-size: .16rem;
}
.pc .header .phone{
    width: 100%;
    padding-top:.24rem;
    height: .64rem;
    color: #fff;
    float: right;
	line-height: .05rem;
	display: flex;
	justify-content: flex-end;
	
}
    .pc .header .phone select {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        width: 1.05rem;
        height: .31rem;
        border: .01rem #fff solid;
        border-radius: .31rem;
        padding-left: .23rem;
        padding-right: .23rem;
        box-sizing: border-box;
        background: url('../cjm_img/images/images/下箭头_04.png') no-repeat;
        background-position: 88% 50%;
        font-size: .14rem;
        color: #fff;
        line-height: .24rem;
        margin-top: .1rem;
    }
.pc .header .phone select option{ color:#000;}

.pc .header .phone .qgzx{
	height: .42rem;
	
}
.pc .header .phone .txt{
    width: 1.93rem;
    
    font-size: .1354rem;
    font-weight: bold;
    line-height: .18rem;
}
.pc .header .phone .num{
    
    font-size: .24rem;
    font-family: "Impact";
    line-height: .24rem;
}


.pc .footer{
    width: 100%;
    height: 4.4rem;
    border-top: .03rem solid #014ab8;
    clear: both;
}
.pc .footer .banquan{
    color: #000;
    font-size: .14rem;
    height: .7rem;
    line-height: .7rem;
    border-top: .01rem solid #d9d9d9;
}
.pc .footer .links{
    width: 100%;
    height: .72rem;
    line-height: .72rem;
    overflow: hidden;
}
.pc .footer .links h3{
    color: #000000;
    font-size: .18rem;
    float: left;
}
.pc .footer .links ul{
    overflow: hidden;
    float: left;
    margin-left: -6px;
}
    .pc .footer .links li {
        padding: 0 .19rem 0 .17rem;
        float: left;
        background: url(../cjm_img/images/line.jpg) no-repeat right;
        display: flex;
    }
.pc .footer .links li.last{
    padding-right: 0;
    background: 0 none;
}
.pc .footer .links li a{
    color: #000;
    font-size: .14rem;
}
.pc .footer .top{
    width: 100%;
    height: 2.97rem;
    overflow: hidden;
    margin-top: .52rem;
}

.pc .footer .top .menu{
/*    float: left;
    margin-right: .67rem;*/
}
    .pc .footer .top .menu h3 {
        color: #000;
       
        font-size: .18rem;
        line-height: .2rem;
        
    }
.pc .footer .top .menu.menu1{
    
	line-height: 0;
}
.pc .footer .top .menu li{
	line-height: 0;
    width:.7rem;
}
    .pc .footer .top .menu li a {
        font-size: .14rem;
        line-height: 0rem;
        font-family: '微软雅黑';
        color: #000;
        overflow :hidden;
        
        text-overflow: ellipsis;
    }

.pc .footer .top .left {
    display: flex;
    justify-content: space-between;
    width: 65%;
}
.pc .footer .top .right{
    /*width: 2.88rem;*/
    width:30%;
    height: 2rem;
    padding-left: .73rem;
    border-left: .01rem solid #dedede;
    margin-top: .08rem;
	line-height: 0;
    text-align:left;
    box-sizing:border-box;
}
.pc .footer .top .right h3{
    font-size: .18rem;
    line-height: .2rem;
    color: #000;
}
.pc .footer .top .right img{
    width: 2.21rem;
    height: .27rem;
    vertical-align: top;
    margin: .14rem 0 .16rem 0;
}
.pc .footer .top .right .txt{
    color: #000;
    font-size: .14rem;
    line-height: .24rem;
}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 /* 手机 */
 .sj .left {
   float: left;
 }
 .sj .right {
   float: right;
 }
 .sj .index {
   position: relative;
 }
.sj  .daoh {
   width: 30%;
   position: absolute;
   top: 2.25rem;
   right: 0;
   bottom: 0;
   z-index: 10;
   background-color: #0159bd;
   text-align: center;
   display: none;
 }
  .sj .daoh a {
   color: #fff;
   display: block;
 }
  .sj .daoh .wul {
   width: 100%;
   position: absolute;
   right: 0;
   top: 1.125rem;
   bottom: 0;
 }
  .sj .daoh .wul .nLi {
   font-size: 0.75rem;
   margin: 0.625rem 0;
   line-height: 120%;
 }
 .sj .daoh .wul .nLi .eng {
   font-size: 0.625rem;
   line-height: 120%;
 }
 .sj .daoh .wul .on {
   padding: 0.625rem 0 0.3125rem 0;
   background-color: #041847;
 }
 .sj .daoh .wul .on .txt {
   color: #ffea00;
 }
.sj .daoh .wul .on .eng {
   color: #ffea00;
 }
 .sj .daoh .sub {
   margin-top: 0.625rem;
   display: none;
 }
 .sj .daoh .sub li {
   height: 1.75rem;
   line-height: 1.75rem;
   font-size: 0.75rem;
 }
 .sj .footer {
   width: 100%;
   padding: .49rem .58rem .45rem .58rem;
   text-align: center;
  box-sizing: border-box;
   border-top: .03rem solid #014ab8;
 }
 .sj .footer .phone{
	 height: 1rem;
 }
 .sj .footer b {
   display: block;
   font-size: .31rem;
   color: #000000;
   margin-bottom: .17rem;
 }
 .sj .footer img {
   width: 4.16rem;
   height: .49rem;
   vertical-align: top;
   margin: 0 0 0.28rem 0;
 }
 .sj .footer .txt {
   color: #000000;
   font-size: 0.2rem;
   line-height: .32rem;
 }
 .sj .banquan {
   text-align: center;
   width: 100%;
   height: .52rem;
   line-height: .52rem;
   color: #848484;
   font-size: .18rem;
   background-color: #f3f3f3;
   border-top: 0.02rem solid #e0e0e0;
 }



 /*add*/
.sj .header{ position:relative;}
.sj .fanhui{ width:80%; height:100%;}
.sj .fanhui a{ display:block; height:100%;}
.sj .index .header select{ float:right;}

.sj .index .focus .bd li a img{ height:3.28rem;}