.banner img {
    width: 100%;
    vertical-align: bottom;
}
.body{
    padding:20px 0 10px 0;
    background-color: #f5f5f7;
}
.order {
    font-size: 16px;
    margin-top: 25px;
    text-align: center;
}
.order .line {
    display: inline-block;
    width: 4%;
    border-top: 1px solid #9e9e9e;
    margin: 0 15px;
    vertical-align: middle;
}
.order h2{
    font-size: 24px;
    color: #3e3e3e;
    font-weight: bold;
}
.order .txt {
    color: #0d9de7;
    vertical-align: middle;
}
.body-list {
    padding-top: 25px;
}

.body-list li {
    margin-bottom: 40px;
    padding: 0 10px;
}

.body-list a {
    display: block;
    width: 100%;
    background-color: #f3f5ff;
    box-shadow: 0 0 6px #d8d8da;
    border-radius: 2px;
    text-align: center;
    overflow: hidden;
}

.body-list a:hover {
    opacity: .9;
}

.body-img {
    width: 100%;
    height: 230px;
    overflow: hidden;
}
.body-img img{
    width: 100%;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.body-list li img:hover{
    -webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -o-transform:scale(1.05);
}
.body-font {
    width: 100%;
    height: 90px;
    text-align: center;
    color: #1f317b;
    box-sizing: border-box;
    padding-top: 20px;
}
.body-font h2{
    font-size: 18px;
    font-weight: bold;
}
.body-font p{
    font-size: 12px;
}
.material {
    margin-top: 35px;
}

.material img {
    width: 100%;
}
.slideGroup {
    padding: 30px 0;
}

.slideGroup .slideBox {
    overflow: hidden;
    zoom: 1;
    position: relative;
    padding:0 50px;
}

.slideGroup .parBd ul {
    overflow: hidden;
    zoom: 1;
}

.slideGroup .parBd ul li {
    width: 33.333%;
    float: left;
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.slideGroup .parBd ul li .pic {
    padding: 0 10px;
}
.slideGroup .parBd ul li .pic a{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px;
    overflow: hidden;
}
.slideGroup .parBd ul li .pic img {
    width: 100%;
    border-radius: 10px 10px;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.slideGroup .parBd ul li:hover .pic img{
    -webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -o-transform:scale(1.05);
}
.slideGroup .parBd ul li .title {
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    padding: 14px 0;
    text-align: center;
    background-color: rgba(0,0,0,.6);
    border-radius: 0 0 10px 10px;
}
.slideGroup .parBd ul li .title a{
    display: block;
    color: #fefefe;
    font-size: 18px;
}
.slideGroup .parBd ul li:hover{
    opacity: .9;
}
.slideBox .sPrev:hover,.slideBox .sNext:hover{
    opacity: .7;
}
.sPrev{
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -36px;
    z-index: 999;
}
.sNext{
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -36px;
    z-index: 999;
}
.tempWrap{
    overflow: hidden;
}
.footer{
    margin-top: 60px;
}
.body-header{
    padding-bottom: 70px;
}
.body-hader-list{
    margin-top: 40px;
}
.body-hader-list ul{
    overflow: hidden;
    box-sizing: border-box;
    border-left: 1px solid #8e8e8e;
}
.body-hader-list li{
    width: 16.66%;
    height: 245px;
    float: left;
    box-sizing: border-box;
    padding-top: 5px;
    border-right: 1px solid #8e8e8e;
}
.body-hader-list li a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #1e1e1e;
}
.body-hader-list li:hover a{
    color: #003990;
}
.circle{
    width: 140px;
    height: 140px;
    border-radius: 100%;
    box-shadow: 0 0 4px #adadad;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 4px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.body-hader-list li:hover .circle{
    background-color: #1f317b;
    box-shadow: 0 0 14px #97bddd;
}
.circle img{
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.body-hader-list li h2{
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
}
.body-hader-list li p{
    font-size: 12px;
    color: #1f317b;
}
@media screen and (max-width: 1200px){
    .slideGroup .parBd ul li {
        width: 50%;
    }
    .order .line{
        display: none;
    }
    .banner{position: relative;overflow:hidden;}
    .banner img{
        position: relative;
        left: 50%;
        transform: translate3d(-50%, 0, 0);
        width: calc(1.6*100%);
    }
    .body-hader-list ul{
        border-left: none;
    }
    .body-hader-list li{
        width: 33.333%;
        border-right: none;
        margin-bottom: 10px;
    }

}
@media screen and (max-width:767px){
    .slideGroup .parBd ul li {
        width: 100%;
    }
    .body{
        padding: 30px 0;
    }
    .body-hader-list li{
        width: 50%;
        border-right: none;
    }
}

/*------------------------------------新增以及修改--------------------------------------*/
.shade{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 999;
    overflow: hidden;
    text-align: center;
}
.shade-content{
    position: absolute;
    width: 40%;
    left: 50%;
    margin-left: -20%;
    background-color: #f9f9f9;
    box-sizing: border-box;
    padding: 25px;
    border-radius: 6px;
    box-shadow: 0 0 0 6px rgba(255,255,255,.5);
}
.shade-font{
    /*padding:0 10%;*/
    font-size: 16px;
    width: 100%;
    max-height: 300px;
    text-align:left;
    overflow-y: auto;
}
.shade-title{
    font-size: 24px;
    margin-bottom: 20px;
}
.shade-font p{
    /*text-indent: 28px;*/
    line-height: 2em;
    margin-bottom: 10px;
}
.shade-img{
    margin-bottom: 20px;
}
.shade-img img{
    max-width: 100%;
    max-height: 400px;
        padding: 5px;
    border: 3px solid #000;
}
.shade-close{
    position: absolute;
    bottom: 2%;
    right: 2%;
}
@media screen and (max-width: 1200px) {
    .shade-close{
        position: absolute;
        top: 10%;
        right: 2%;
    }
}
@media screen and (max-width:767px){
    .shade-content{
        position: absolute;
        width: 90%;
        left: 5%;
        margin-left: 0;
        background-color: #FFFFFF;
        box-sizing: border-box;
        padding: 25px;
    }
    .shade-font{
        max-height: 200px;
    }
    .shade-font{
        padding:0;
        text-align: left;
    }
    .shade-img img{
        max-height: 200px;
    }
    .shade-close{
        display: none;
    }
}
/*------------------------------------新增以及修改--------------------------------------END*/