@charset "UTF-8";
.readmore {
    border: 1px solid #d1d1d1;
    width: 200px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin: 30px auto;
    font-size: 16px;
    border-radius: 5px;
    color: #5d5c5c;
}

.readmore:hover {
    background: #0984e5;
    color: #fff;
}

.myshadow {
    width: 100%;
    height: 6500px;
    position: absolute;
    overflow: hidden;
    left: 0;
    right: 0;
    z-index: 1999;
    background-color: #00080e;
    opacity: 0.7;
    display: none;
}

.myshadow-box {
    width: 580px;
    height: 440px;
    position: fixed;
    z-index: 2000;
    top: -1000px;
    left: 50%;
    margin-left: -310px;
    background: url(/img/shadow_bg.png) no-repeat left top;
    background-size: 100% 100%;
}

.myshadow-cont {
    width: 90%;
    margin: 0 auto;
    padding: 10px;
}

.myshadow-cont .myclose {
    padding-right: 15px;
    line-height: 50px;
    cursor: pointer;
    text-align: right;
}

.myshadow-cont .myclose .btn_close {
    color: #6a6868;
    font-size: 40px;
    opacity: 0.6;
    transition: .5s;
}

.myshadow-cont .myclose .btn_close:hover {
    opacity: 1;
}

.myshadow-cont .shadow-logo {
    width: 220px;
    margin: 0 auto;
    margin-top: -40px;
    text-align: center;
}

.myshadow-cont .shadow-logo img {
    width: 100%;
}

.myshadow-cont .shadow-line {
    width: 100%;
    margin-top: -5px;
}

.myshadow-cont .shadow-right {
    margin: 0 auto;
    width: 90%;
    cursor: default;
}

.myshadow-cont .p-font1, .myshadow-cont .p-font2 {
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    color: #5e6670;
    letter-spacing: 2px;
}

.myshadow-cont .p-font2 {
    padding-left: 20px;
    margin-bottom: 8px;
}

.myshadow-cont .p-cont {
    line-height: 42px;
    font-size: 16px;
}

.myshadow-cont .p-cont2 {
    padding-left: 77px;
}

.myshadow-cont .span-cont1 {
    margin-right: 8px;
    color: #100f0f;
}

.myshadow-cont .span-cont2 {
    border: 1px solid #f8691b;
    color: #f8691b;
    font-weight: bold;
    font-size: 14px;
    padding: 4px 6px;
}

.myshadow-cont .p-btn {
    margin: 8px 0;
    padding-left: 75px;
}

.myshadow-cont .a-pm, .myshadow-cont .a-gg {
    width: 140px;
    float: left;
    text-align: center;
    background: #3a5e7b;
    color: #fff;
    font-size: 15px;
    padding: 7px 10px;
    cursor: pointer;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.myshadow-cont .a-pm:hover {
    background: #1f4565;
}

.myshadow-cont .a-gg:hover {
    background: #cd5e21;
}

.myshadow-cont .a-gg {
    background: #f8691b;
    margin-top: 5px;
}

.myshadow-cont a {
    text-decoration: none;
}

.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.clearfloat {
    zoom: 1
}

.call-left {
    float: left;
    width: 150px;
    margin: 10px 20px 0 10px;
    padding-left: 60px;
    background-image: url(/img/shadow-w.png), url(/img/line.png);
    background-origin: border-box;
    background-position: left center, right center;
    background-size: 46px 47px, 4px 170px;
    background-repeat: no-repeat, no-repeat;
}

.call-left p {
    color: #32536d;
    font-size: 16px;
    line-height: 25px;
    font-weight: bolder;
}
.centre-width{ width: 1200px; margin: 0 auto;}
.area-title{
    width: 1200px;
    margin: 0 auto 10px;
}
.area-title h6{
    height: 79px;
    padding-top: 140px;
    text-align: center;
    font-size: 28px;
    color: #000000;
}
.area-title p{
    text-align: center;
    font-size: 14px;
    color: #777;
    padding: 10px 0;
}
.area-title p:before{
    display: inline-block;
    content: '';
    width: 28px;
    height: 27px;
    background: url("../images/lsub.png") left top no-repeat;
}
.area-title p:after{
    display: inline-block;
    content: '';
    width: 28px;
    height: 27px;
    background: url("../images/rsub.png") left top no-repeat;
}
/* index-area */
.index-area{
    padding: 40px 0;
}
.index-area .area-title{}
.index-area .area-title h6{
    background: url("../images/title08.png") center top no-repeat;
}
.area-list{ margin-top: 30px;}
.area-list ul li{
    float: left;
    margin-right: 20px;
}
.area-list ul li a{
    font-size: 16px;
    line-height: 28px;
    color: rgba(0,0,0,0.6);
    transition: all 0.3s;
}
.area-list ul li a:hover{
    color: #3e5ea5;
    text-decoration: underline;
}
.clears{
    display: block;
    content: '';
    clear: both;
}
/* index-area end */