@charset "utf-8";
html,
body {
    position: relative;
    font-size: 14px;
    background: #ffffff;
    min-width: 1366px;
}
.container{
    position: relative;
    width: 100%;
    background-color: #e5e7ea;
    margin-top: 5px;
}
.container .container-box{
    max-width: 1556px;
    width: 80%;
    margin: 0 auto;
}
.c-box-lf{
    position: absolute;
    display: inline-block;
    width: 16.8%;
    height: 100%;
    background-color: rgba(255,255,255,0.8);
}
.c-box-lf-con{
    width: 90%;
    height: 952px;
    margin: 0 4% 0 6%;
}
.c-box-lf-bar{
    position: relative;
    width: 100%;
    height: 485px;
}
.lf-bar-con{
    position: absolute;
    top: -98px;
    width: 100%;
    background-color: rgba(255,255,255,0.4);
}
.lf-bar-con-padding{
    position: relative;
    width: 90%;
    margin: 7% 5% 0 5%;
}
.lf-bar-con-padding .bar-logo{
    width: 100%;
    height: 81px;
}
.lf-bar-con-padding p{
    display: inline-block;
    position: absolute;
    top: 28px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
}
.lf-bar-con-padding ul li{
    font-size: 16px;
    color: #464c4f;
    padding-left: 14%;
    height: 65px;
    line-height: 65px;
    border: solid 1px #bfd3e2;
    border-top: 0;
    background-color: #ffffff;
}
.lf-bar-con-padding ul li.active{
    background-color: #eaeff7;
}
.lf-bar-con-padding ul li:hover{
    background-color: #eaeff7;
}
.lf-bar-con-padding ul li a{
    display: block;
    width: 100%;
    height: 65px;
    color: #464c4f;
}
.lf-bar-con-padding ul li a:hover{
    text-decoration: none;
}
.lf-bar-con-padding ul li span{
    display: inline-block;
    background: url(arr-left.png) no-repeat;
    width: 11px;
    height: 15px;
    margin-right: 10%;
}
.c-box-lf-title{
    font-size: 18px;
    color: #333333;
    padding-bottom: 10px;
    margin-bottom: 32px;
    border-bottom: solid 1px #bfd3e2;
}
.c-box-lf .c-box-lf-img img{
    width: 100%;
}
.c-box-lf .c-box-lf-img span{
    display: block;
    font-size: 14px;
    color: #333333;
    text-align: left;
    margin: 7px 0 20px;
    line-height: 1.5em;
}
.c-box-lf-p li{
    list-style-type:square;
    color: #034495;
    margin-left: 12px;
}
.c-box-lf-p p{
    font-size: 16px;
    color: #555555;
    line-height: 1.75em;
}
.c-box-lf-p p span{
    color: #034495;
}
.c-box-lf-p a{
    font-size: 16px;
    color: #555555;
    line-height: 1.75em;
    text-decoration: none;
    cursor: pointer;
}
.c-box-lf-a li{
    margin: 18px 0 18px 12px;
}
.c-box-rt{
    display: inline-block;
    width: 70%;
    vertical-align: top;
    margin-left: 30%;
    margin-bottom: 80px;
}
.c-box-rt a:hover{
    text-decoration: underline;
}
.c-box-rt .title{
    position: relative;
    background: url(title-bg.png) no-repeat #fff;
    background-position-y: 1px;
    height: 78px;
    line-height: 78px;
    width: 100%;
    margin-top: 27px;
}
.c-box-rt .title h3{
    font-size: 22px;
    color: #034495;
    margin: 0;
    padding-left: 20px;
}
.c-box-rt .title .title-nav{
    position: absolute;
    right: 24px;
    top: 0;
    font-size: 14px;
    color: #999999;
}
.c-box-rt .title .title-nav a{
    color:#999999;
}
.c-box-rt .title .title-nav a:last-child{
    color:#555555;
}
.c-box-rt .title .title-nav i{
    margin: 0 5px;
}
.c-box-rt .title .title-nav span{
    font-size: 14px;
    color: #555555;
}
.c-box-rt .con{
    margin-top: 5px;
    background-color: #ffffff;
}
.c-box-rt .con .con-box{
    padding: 40px 20px 20px;
    /*background: url(box1_bg.png) no-repeat top right;*/
}

.c-box-rt .con-box .con-title{
    font-size: 24px;
    color: #0f449c;
    text-align: center;
    margin-bottom: 38px;
}
.c-box-rt .con-box .con-operate{
    position: relative;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-size: 14px;
    color: #818283;
    padding-bottom: 12px;
    border-bottom: solid 2px #e5e7ea;
}
.c-box-rt .con-box .con-operate span{
    color: #323232;
}
.c-box-rt .con-box .con-operate .con-lf{
    display: inline-block;
    float: left;
    width: 45%;
    text-align: left;
}
.c-box-rt .con-box .con-operate .con-lf span{
    margin-right: 16px;
}
.c-box-rt .con-box .con-operate .con-mid{
    display: inline-block;
    width: 150px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -75px;
}
.c-box-rt .con-box .con-operate .con-rt{
    display: inline-block;
    float: right;
    text-align: right;
}
.c-box-rt .con-box .con-operate .con-rt img{
    vertical-align: middle;
}
.c-box-rt .con-box .con-operate .con-rt select{
    vertical-align: bottom;
}
.c-box-rt .con-box .con-operate .con-rt img{
    margin-right: 8px;
    cursor: pointer;
}
.c-box-rt .con-box .con-operate .con-rt select{
    width: 100px;
    outline: none;
    border:  solid 1px #e8eaef;
    margin-left: 16px;
}
.con-box p{
    font-size: 16px;
    color: #555555;
    line-height: 2em;
    text-indent: 2em;
}
.con-body{
    padding: 0 10px;
}
.con-body img{
    display: block;
    margin: 40px auto;
}





/*媒体查询*/
@media screen and (min-width:1680px) and (max-width:1920px){

}
@media screen and (min-width:1600px) and (max-width:1680px){

}
@media screen and (min-width:1440px) and (max-width:1600px){
    .c-box-rt .con-box .con-operate{
        font-size: 12px;
    }
}
@media screen and (min-width:1366px) and (max-width:1440px){
    .c-box-rt .con-box .con-operate{
        font-size: 12px;
    }
}
@media screen and (max-width:1366px){
    .c-box-rt .con-box .con-operate{
        font-size: 12px;
    }
}