@charset 'utf-8';

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333333
}

a,
span {
    vertical-align: top;
}

img {
    border: 0;
    vertical-align: middle;
}

input,
button,
text {
    vertical-align: top;
    outline: none;
    border: none;
}

button {
    padding: 0;
    background: none;
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
}

textarea {
    outline: none;
    border: none;
    resize: none;
}

input,
textarea {
    box-sizing: content-box;
    outline: none;
    background: 0 0;
    font-family: "Microsoft YaHei"
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #acacac;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #acacac;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #acacac;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #acacac;
}

table tr td,
table {
    border-collapse: collapse;
}

body {
    font-size: 0;
    color: #000;
    font-family: "Microsoft YaHei";
    max-width: 1920px;
    margin: 0 auto!important;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.lf {
    float: left;
}

.rt {
    float: right;
}

.db {
    display: inline-block;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mr5 {
    margin-right: 5px
}

.mr10 {
    margin-right: 10px
}

.mr15 {
    margin-right: 15px
}

.mr20 {
    margin-right: 20px
}

.centerWidth{
    width: 1200px;
    margin: 0 auto;
}

body{
    background: #EBEBEB;
    min-width: 1200px;
}
html, body{
    overflow-x: initial;
}
.footer{
    min-width: 1200px;
    margin-top: 40px;
}
/*头部*/
.plxt-header{
    box-sizing: border-box;
    position: relative;
    padding: 30px 0 0;
    height: 347px;
    background: url(../images/plxtbg1.png) top center no-repeat;
}
.plxt-top a,.plxt-top span{
    color: #fff;
    font-size: 14px;
}
.plxt-top .line{
    display: inline-block;
    margin: 0 6px;
}
.plxt-hbar{
    margin-top: 44px;
}
.plxt-hbar .logo{
    display: inline-block;
    margin-top: 6px;
    height: 51px;
    line-height: 51px;
}
.plxt-hbar .logo img{
    height: 100%;
}
.plxt-hbar .logo span{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
}
.plxt-search{
    width: 470px;
    height: 40px;
    line-height: 40px;
    background: rgba(243,249,254,.32);
    border-radius: 4px;
}
.plxt-search input{
    color: #fff;
    font-size: 16px;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    width: 380px;
}
.plxt-search input::-webkit-input-placeholder{
    color: #fff;
}

.plxt-search input:-moz-placeholder{
    color: #fff;
}

.plxt-search input::-moz-placeholder{
    color: #fff;
}

.plxt-search input:-ms-input-placeholder{
    color: #fff;
}
.plxt-search button{
    height: 40px;
    line-height: 40px;
}
.plxt-hcon{
    margin-top: 18px;
}
.plxt-hcon .logo{
    display: inline-block;
    margin-top: 18px;
}
.plxt-hcon .logo img{
    width: 94px;
}
.plxt-hcon .logo p{
    width: 760px;
    display: inline-block;
    margin-top: 6px;
    vertical-align: top;
    margin-left: 20px;
}
.plxt-hcon .logo .ch{
    color: #fff;
    font-size: 38px;
    display: block;
}
.plxt-hcon .logo .en{
    color: #fff;
    font-size: 18px;
}
.plxt-hbtn{
    background: #000000;
    background: rgba(0, 4, 7, 0.16);
    border-radius: 20px;
    height: 40px;
    display: flex;
    align-items: center;
    position: relative;
}
.plxt-hbtn a{
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin: 20px;
    cursor: pointer;
}
.plxt-hbtn .login{
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.plxt-hbtn a i{
    margin-right: 5px;
}
.area{
    position: relative;
}
.area-con{
    width: 500px;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 100;
    box-shadow: 0px 5px 5px -3px rgb(0 0 0 / 10%), 0px 8px 10px 1px rgb(0 0 0 / 6%), 0px 3px 14px 2px rgb(0 0 0 / 5%);
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
    display: none;
}
.area:hover .area-con{
    display: block;
}
.area-con .area-item{
    height: 40px;
    line-height: 40px;
    display: flex;
    text-align: center;
}
.area-con .area-item .name{
    color: #333333;
    width: 60px;
    background: #F8F8F8;
    position: relative;
}
.area-con .area-item .area-list-con{
    margin-left: 10px;
    font-size: 14px;
}
.area-con .area-item .area-list-con span{
    margin-right: 15px;
    color: #666;
    cursor: pointer;
}
.area-con .area-item:hover{
    background: #E3F3F0;
}
.area-con .area-item:hover .name{
    background: #179D7E;
    color: #ffffff;
}
.area-con .area-item .name:before{
    content: '';
    display: block;
    width: 0px;
    height: 0px;
    border: 3px solid #179D7E;
    border-left-color: #179D7E;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    position: absolute;
    right: -6px;
    top: 18px;
    display: none;
}
.area-con .area-item:hover .name:before{
    display: block;
}
.area-con .area-item .area-list-con span:hover{
    color: #009A76;
}
.plxt-nav{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 50px;
    line-height: 50px;
    background: rgba(0, 4, 7, 0.3);
}
.plxt-nav .tit{
    display: inline-block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.plxt-nav .tit.cur,.plxt-nav .tit:hover{
    background-color: #006E5C;
}
.plxt-nav .tit img{
    height: 20px;
}
.plxt-nav .tit span{
    vertical-align: middle;
}
.plxt-nav .date{
    font-size: 14px;
    color: #14A082;
}
.plxt-nav .date span{
    display: inline-block;
    margin: 0 5px;
}

.xcConfirm .popBox .ttBox{
    height: 58px!important;
}
.xcConfirm .popBox .ttBox .clsBtn{
    z-index: 2;
}
