@charset "gb2312";
/* common */
* {
    margin: 0;
    padding: 0;
    color: #000;
    font-family: 'microsoft yahei';
    font-size: 16px;
    border: 0;
}

h1, h2, h3, h4 {
    font-weight: normal;
}

a {
    text-decoration: none;
    border: 0;
}

body {
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
}

img {
    border: 0;
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.clearfix {
    zoom: 1;
}

/*==for IE6/7 Maxthon2==*/
.clearfix:after {
    clear: both;
    content: '';
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}

/*==for FF/chrome/opera/IE8==*/
li {
    list-style: none;
}


.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.mt11 {
    margin-top: 11px;
}

.mt20 {
    margin-top: 20px
}

.part1 {
    background-color: rgba(241, 241, 241, 0.5);
}

.part1 div {
    padding-top: 20px;
    line-height: 24px;
}

.part1 div p {
    color: #666666;
}

.part1 div p span {
    color: #f93f01;
}

.part1 div a {
    float: right;
    color: #6000d2;
    padding-top: 17px;
    border-bottom: 1px solid #6000d2;
}

.title {
    text-align: center;
    font-size: 36px;
    color: #333333;
    line-height: 68px;
    margin-top: 42px;
    background: url("../images/psj1.png") no-repeat;
    background-position: center center;
}

.part2 {
    margin-top: 30px;
}

.part2 p {
    line-height: 24px;
    color: #333333;
}

.part3 {
    margin-top: 42px;
    background-color: #f8f8f8;
}

.title1 {
    text-align: center;
    font-size: 36px;
    line-height: 68px;
    color: #333333;
    position: relative;
    /*background: url("../images/psj2.png") no-repeat;*/
    /*background-position: center center;*/
}

.title1 img {
    position: absolute;
    bottom: 0;
    margin-left: 48%;
}

.mt27 {
    width: 1200px;
    margin: 27px auto 0;
}

.box {
    background-color: #ffffff;
    box-shadow: 0 8px 20px 0 rgba(169, 169, 169, 0.5);
    border-radius: 8px;
    display: flex;
    align-items: center;
}

.box img {
    margin-left: 18px;
}

.box1 {
    line-height: 24px;
    color: #666666;
    margin-left: 23px;
    width: 64%;
    padding-top: 26px;
    padding-bottom: 28px;
}

.box1 p {
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    padding-bottom: 13px;
}

.mt31 {
    width: 1200px;
    margin: 31px auto 0;
}

.box2 {
    background-color: #f1f1f1;
    border-radius: 0 0 10px 10px;
}

.box3 {
    width: 90%;
    margin: 20px auto 0;
}

.box3 span {
    font-size: 20px;
    line-height: 30px;
    color: #f94502;
}

.box3 p {
    font-size: 16px;
    color: #666666;
}

.box3 p span {
    font-size: 16px;
    color: #333333;
}

.box3-p {
    line-height: 24px;
}

.after {
    position: relative;
}

.after1 {
    position: absolute;
    display: none;
    background-color: #f1f1f1;
    width: 100%;
    border-radius: 0 0 10px 10px;
    bottom: -166px;
}

.after2 {
    width: 90%;
    margin: 20px auto 0;
}

.mt35 {
    width: 1200px;
    margin: 35px auto 0;
}

.mt10 {
    margin-top: 10px;
}

.after:hover .after1 {
    display: block;
    animation: fadenum 2s 1;
}

.after:hover .before {
    display: none;
    /*animation:fadenum1 2s 1;*/
}

@keyframes fadenum {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadenum1 {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
