*{
    padding:0;margin:0;list-style: none;text-decoration: none;box-sizing: border-box;
}
h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 8px;
    margin-bottom: 8px;
}
h5, .h5 {
    font-size: 18px;
}
.img{
    display: block;
}
.tag{
    width:24px !important;
    height:28px !important;
    display: inline-block;
    margin-right: 3px;
}
img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.img:not(#logo):hover>img{
    opacity: 0.8;
}
.d-none{
    display:none!important
}
.pull-right {
    float: right !important; }

.pull-left {
    float: left !important; }
#logo{
    padding:25px 0;
}
#logo img{
    object-fit: contain;
    width: unset;
}
.flex{
    display: flex;
}
.bet{
    justify-content: space-between;
}
.one_row{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.overhide{
    overflow: hidden;
}
.clearfix:after {
    content:"";
    display:block;
    clear:both;
    height:0;
    line-height:0;
    visibility:hidden;
}
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
}
.col-lg-2-5{
      float: left;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
  }
.col-lg-4-5 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 30px;
    padding-right: 30px;
}
.col-lg-1 {
    width: 8.3333333333%; }
.col-lg-2 {
    width: 16.6666666667%; }
.col-lg-2-5 {
    width: 20%; }
.col-lg-3 {
    width: 25%; }
.col-lg-4 {
    width: 33.3333333333%; }
.col-lg-4-5 {
    width: 33.3333333333%; }
.col-lg-5 {
    width: 41.6666666667%; }
.col-lg-6 {
    width: 50%; }
.col-lg-7 {
    width: 58.3333333333%; }
.col-lg-8 {
    width: 66.6666666667%; }
.col-lg-9 {
    width: 75%; }
.col-lg-10 {
    width: 83.3333333333%; }
.col-lg-11 {
    width: 91.6666666667%; }
.col-lg-12 {
    width: 100%; }
header{
    width:100%;
    min-width: 1200px;
}
.content{
    width:1200px;
    min-width: 1200px;
    margin:0 auto;
}

.content .sub-title {
    display: table;
    width: 600px;
    text-align: center;
    margin: 0 auto;
}
.sub-title h2 {
    font-size: 25px;
    color: #082d5d;
    letter-spacing: 5px;
    text-transform: uppercase;
    line-height: 25px;
    padding-top: 20px;
    position: relative;
    display: table;
    margin: 0 auto;
    padding-bottom: 10px;
}
.sub-title h2:before, .sub-title h2:after {
    position: absolute;
    left: -100px;
    top: 0;
    width: 100px;
    height: 1px;
    background: #082d5d;
    content: "";
    opacity: 0.7;
}
.sub-title h2:after {
    bottom: -10px;
    top: auto;
    right: -100px;
    left: auto;
}
.sub-title span {
    float: left;
    width: 100%;
    font-size: 14px;
    font-family: montserrat;
    color: #999999;
}
header .top{
    width:100%;
    background-image: url("../images/top.jpg");
    background-size: cover;
    height:50px;
}

header .top ul.question{
    height:50px;
    line-height: 50px;
    float: right;
}
header .top ul.question li{
    height:40px;
    width:100px;
    position: relative;
}
header .top ul.question li:not(:last-child)::before{
    content:"";
    display: block;
    width:1px;
    height:14px;
    background-color:#ccc;
    position: absolute;
    top:50%;
    margin-top:-2px;
    right:15px;
}
header .top ul.question a{
    color:#ccc;
    font-size: 14px;
}
header .top ul.question a:hover{
    color:#fafafa;
}
header .top .login_container{
    height: 40px;
    line-height: 40px;
    width: max-content;
    text-align: right;
    position: relative;
    margin-left: auto;
    max-width: 20%;
}
.center_nav .login_container{
    height: 50px;
    line-height: 50px;
    width: max-content;
    text-align: right;
    position: relative;
    margin-left: auto;
    max-width: 20%;
}
header .top .login_container a.login,.center_nav .login_container a.login{
    color:white;
    font-size: 12px;
}
header .top .login_container .img,.center_nav .login_container .img{
    display: inline-block;
}
header .top .login_container .img .user_name,.center_nav .login_container .img .user_name {
    float: right;
    max-width: 135px;
    display: block;
    width: unset;
    color: white;
    font-size: 14px;
}
header .top .login_container .img img,.center_nav .login_container .img img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    object-fit: unset;
}
header .top .login_container:hover .img .user_name,.center_nav .login_container:hover .img .user_name{
    color:#999;
}
header .top .login_container:hover ul.hover-exit,.center_nav .login_container:hover ul.hover-exit{
    display: block;
}
header .top .login_container .hover-exit,.center_nav .login_container .hover-exit{
    width: 100%;
    min-width: 90px;
    background-color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.3);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.3);
    box-shadow: 0 2px 5px rgba(0,0,0,.3);
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 100;
    display: none;
    text-align: center
}
header .top .login_container .hover-exit li:hover,.center_nav .login_container .hover-exit li:hover{
    background-color:#082d5d;
}
header .top .login_container .hover-exit li:hover a,.center_nav.login_container .hover-exit li:hover a{
    color:white;
}

header .top .login_container a:hover,.center_nav .login_container a:hover{
    color:#ddd;
}
header .middle{
    margin-top: 10px;
    height:120px;
    width:100%;
}
#expCenterDetails header .middle{
    border-bottom: none;
}
header .middle .img{
    height:110px;
}
header .middle .title{
    max-width: 800px;
    max-height: 110px;
    margin-left:20px;
    padding-left: 20px;
    position: relative;
    color:#313f28;
}
header .middle .title::before{
    content:"";
    width:1px;
    height:44px;
    position: absolute;
    background-color: #313f28;
    left:0;
    top:50%;
    margin-top: -22px;
}
header .middle .title h2{
    font-size: 24px;
    margin-top: 28px;
    letter-spacing: 2px;
}
header .middle .title h4{
    font-size: 12px;
    margin-top:6px
}
header .bottom{
    height:60px;
}
header .bottom ul{
    height:60px;
    line-height: 60px;
}
header .bottom ul li{
    width:max-content;
    position: relative;
    margin-right:40px;
}
header .bottom ul li:not(:last-child)::before{
    content:"";
    display: block;
    width:1px;
    height:12px;
    background-color:#666;
    position: absolute;
    top:50%;
    margin-top:-6px;
    right:-25px;
    transform: skew(-30deg);
}
header .bottom ul li:last-child{
    width:max-content;
    position: relative;
    margin-right:0px;
}
header .bottom ul a{
    font-size: 16px;
    color:#333;
}
header .bottom ul a:hover{
    color:#082d5d;
    font-weight: 800;
    border-bottom: 2px solid #082d5d;
}
header .bottom ul a.active{
    color: #082d5d;
    font-weight: 800;
    display: block;
    width: inherit;
    height: 30px;
    margin-top: 15px;
    line-height: 30px;
    border-bottom: 2px solid #082d5d;
}
.main .tab{
    margin-top: 20px;
    height:60px;
}
.main .tab ul{
    height:60px;
    line-height: 60px;
}
.main .tab ul li{
    width:max-content;
    position: relative;
    margin-right:50px;
}
.main .tab ul li:not(:last-child)::before{
    content:"";
    display: block;
    width:1px;
    height:12px;
    background-color:#666;
    position: absolute;
    top:50%;
    margin-top:-6px;
    right:-35px;
    transform: skew(-30deg);
}
.main .tab ul li:last-child{
    width:max-content;
    position: relative;
    margin-right:0px;
}
.main .tab ul a{
    font-size: 16px;
    color:#333;
}
.main .tab ul a:hover{
    color:#082d5d;
    font-weight: 800;
    border-bottom: 2px solid #082d5d;
}
.main .tab ul a.active{
    color: #082d5d;
    font-weight: 800;
    display: block;
    width: inherit;
    height: 30px;
    margin-top: 15px;
    line-height: 30px;
    border-bottom: 2px solid #082d5d;
}
header .center_nav{
    width:100%;
    height:50px;
    background-color:#313f28;
}
header .center_nav ul{
    width:80%;
    max-width: 80%;
    height:50px;
    line-height: 50px;
}
header .center_nav ul li{
    position: relative;
    width:140px;
    text-align: center;
}
header .center_nav ul li a{
    color:white;
}
header .center_nav ul li a:not(.active):hover{
    color:#ccc;
}
header .center_nav ul li a.active{
    display: block;
    width:100%;
    height:100%;
    background-color:#457226
}

.main{
    width:100%;
    min-width: 1200px;
    min-height: calc(100vh - 190px - 200px);
    z-index: 1;
}
.main .banner_area{
    width: 100%;
    height: 400px;
    position: relative;
}
.main .banner_area .img{
    width: 100%;
    height: 100%;
}
.main .banner_area .content{
    position: absolute;
    padding: 30px;
    height: unset;
    background-color: #fff;
    left:50%;
    margin-left: -600px;
    z-index: 3;
    top:0px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
    opacity: 0.85;
}

.main .container{
    margin-top: 60px;
}

.content-header>h1 {
    letter-spacing: 2px;
    padding: 10px 5px;
    font-size: 24px;
}
.content-header>h1>small {
    font-size: 15px;
    display: inline-block;
    padding-left: 4px;
    font-weight: 300;
    color: #D57D39;
}
.banner-left h3{
    font-size: 26px;
    color: #D57D39;
    padding-bottom: 5px;
    border-bottom: 1px solid #D57D39;
}
.content .content-h4{
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid lightgray;
}
.content .content-title{
    position: absolute;
    left: 0px;
    top: 0px;
    border-bottom: 2px solid #082d5d;
    color: #082d5d;
    font-weight: normal;
}
.content .content-h4-dark{
    height: 48px;
    line-height: 48px;
    font-size: 20px;
    border-bottom: 1px solid #082d5d;
    position: relative;
    margin-bottom: 20px;
}

footer{
    width:100%;
    height:160px;
    /*background-color: #08724e;*/
    background-image: url("../images/top.jpg");
    background-size: cover;
    margin-top:80px;
    min-width: 1200px;
}
footer .content{
    height: 100%;
    padding:25px 0;
}
footer h4{
    color:#ccc;
    font-size: 16px;
    margin-bottom: 20px;
}
footer ul{
    width:100%;
    max-width: 100%;
}
footer ul li{
    width:max-content;
    height:16px;
    line-height: 16px;
    position: relative;
    margin-right: 30px;
}
footer ul li:not(:last-child)::before{
    content:"";
    display: block;
    height:14px;
    width:1px;
    background-color:#ccc;
    position: absolute;
    right: -15px
}
footer ul li a{
    color:#ccc;
    font-size: 14px;
}
footer ul li a:hover{
    color:#fafafa;
}
footer .copyright{
    margin-top: 20px;
    color:#ccc;
    font-size: 14px;
}
footer .copyright>p{
    color:#ccc;
}
footer .copyright .support{
    margin-left:20px;
}
footer .copyright .support a{
    color:#ccc;
    font-size: 14px;
}
footer .copyright .support a:hover{
    color:#fafafa;
}
footer .copyright .tel{
    margin-left:auto;
    position: relative;
    width:335px;
    text-align: left;
}
footer .copyright .tel a{
    display: block;
    height:30px;
    width:90px;
    color:white;
    border:1px solid black;
    border-radius:5px;
    line-height: 30px;
    text-align: center;
    padding:0 5px;
    font-size: 14px;
    background-color: rgb(10, 13, 8);
    position: absolute;
    right:0;
    top:-7px;
}
footer .copyright .tel a:hover{
    background-color:rgb(100,100,100)
}
footer .copyright .tel a em{
    font-size: 14px;
}
.center{
    width:100%;
    min-width: 1200px;
    min-height: 550px;
}

.center .container{
    margin-top:40px
}

.center_bg{
    width: 100%;
    height: 520px;
    background: url(../images/banner.jpg) repeat-x;
    background-size: cover;
}
/*login*/
.login_body{
    width:100%;
    height:520px;
    overflow-x: visible;
    overflow-y: hidden;
    position:relative;
}
.login_box{
    position:absolute;
    margin-top:70px;
    right: 15%;
    width:740px;
    height:400px;
    background:url(../images/login/login.png) no-repeat;
    opacity: 1;

}
.login_box ul{
    padding-top: 80px;
    margin-left:370px;
}
.login_box ul li{
    margin-bottom:10px;
}
.login_box ul li label{
    color: red;
    line-height: 1em;
}
.login_box ul li label a{
    color:#687f92;
}
.login_box ul li label a:hover{
    color:#3d96c9;
}

.login_user{
    width:320px;
    height:36px;
    background:url(../images/login/user.png) 8px 8px no-repeat;
    background-size:20px 20px;
    border:1px darkgray solid;
    line-height:36px;
    padding-left:44px;
    font-size:14px;
}
.login_user:hover{
    background:url(../images/login/user_hover.png) 8px 8px no-repeat;
    background-size:20px 20px;
    border: 1px mediumspringgreen solid;
}
.login_password{
    width:320px;
    height:40px;
    background:url(../images/login/password.png) 8px 8px no-repeat;
    background-size:20px 20px; border:1px darkgray solid;
    line-height:40px;
    padding-left:44px;
    font-size:14px;
    font-size: 14px;
}
.login_password:hover{
    background:url(../images/login/password_hover.png) 8px 8px no-repeat;
    background-size:20px 20px;
    border: 1px mediumspringgreen solid;
}
.login_verify{
    width:180px;
    height:36px;
    background:url(../images/login/verify.png) 8px 8px no-repeat;
    background-size:20px 20px;
    border:1px darkgray solid;
    line-height:36px;
    padding-left:44px;
    font-size:14px;
    font-size: 14px;
}
.login_verify:hover{
    background:url(../images/login/verify_hover.png) 8px 8px no-repeat;
    background-size:20px 20px;
    border: 1px mediumspringgreen solid;
}
.user-regist{
    margin-left: 0;
    margin-top: 10px;
    float: right;
    color: rgb(179,126,44);
    cursor:pointer;
    text-decoration: underline;
    font-weight: 700;
}




