* {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    background: #fff;
    font-family: Arial,"微软雅黑","宋体";
    width: 100%;
}

img {
    border: 0;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #1974A1;
}
/*焦点图*/
#footer {
    text-align: center;
}

.fullSlide {
    width: 100%;
    position: relative;
    height: 750px;
    background: #000;
}

.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.fullSlide .bd ul {
    width: 100% !important;
}

.fullSlide .bd li {
    width: 100% !important;
    height: 750px;
    overflow: hidden;
    text-align: center;
}

.fullSlide .bd li a {
    display: block;
    height: 750px;
}

.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 30px;
    line-height: 30px;
}

.fullSlide .hd ul {
    text-align: center;
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 42px;
    height: 11px;
    margin: 1px;
    overflow: hidden;
    background: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    line-height: 999px;
}

.fullSlide .hd ul .on {
    background: #f00;
}

.fullSlide .prev,
.fullSlide .next {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -30px;
    left: 15%;
    z-index: 1;
    width: 40px;
    height: 60px;
    background: url(images/slider-arrow.png) -126px -137px #000 no-repeat;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: none;
}

.fullSlide .next {
    left: auto;
    right: 15%;
    background-position: -6px -137px;
}
/*导航*/
div.top{
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100px;
}
.topnav{
    margin: 0 auto;
    width: 1200px;
    height: 100px;
}
.TopLogo{
    float:left;
    padding-top: 20px;
    width: 96px;
    text-align: center;
}
.NavBG{
    float: left;
    margin-left: 10px;
}
.tel{
    float: right;
    padding-top: 34px;
    padding-right: 10px;
}
#sddm li{
    float: left;
    line-height: 106px;
    min-width: 80px;
    text-align: center;
    margin: 0 17px;
}

#sddm li a{
    color: aliceblue;
    font-size: 14px;
    font-weight: bold;
    padding: 20px 5px;
}

input#search-text{
    width: 164px;
    line-height: 32px;
    height: 32px;
    border: 0px;
    background-color: rgb(255 255 255 / 10%);
    padding: 3px 5px 3px 10px;
    color: #a2a2a2;
}
input[type=text]:focus{
    outline:0px;
}
#search-submit{
    width: 38px;
    height: 38px;
    border: 0px;
    background-color: rgb(255 255 255 / 10%);
    color: #a2a2a2;
    outline: none;
    cursor:pointer;
    float: right;
    background-image: url(/public/static/cms/images/tmp1538020435_1757672_s.png);
    background-position: center;
    background-repeat: no-repeat;
}
 .CurrentLi a:hover{
     border-bottom: solid 4px #fff;
 }
/*菜单幻灯结束*/
.main {
    text-align: center;
    padding-top: 40px;
    background: #ECEEF6;
    height: 792px;
}

.main-serve-1{
    color: #dee1ed;
    font-size: 60px;
    font-weight: bold;
    padding-top: 50px;
}

.main-serve{
    height: 130px;
    text-align: center;

}
.main-serve-2{
    font-size: 26px;
    color: #34478F;
    position: relative;
    top: -55px;
}

.main-serve-2 span{
    border-bottom: solid 2px #34478F;
    padding-bottom: 20px;
}


.main-serve-1-m3{
    color: #0B5394;
    font-size: 60px;
    font-weight: bold;
    padding-top: 50px;
}

.main-serve-m3{
    height: 130px;
    text-align: center;
    height: 160px;

}
.main-serve-2-m3{
    font-size: 26px;
    color: #fff;
    position: relative;
    top: -55px;
}

.main-serve-2-m3 span{
    border-bottom: solid 2px #fff;
    padding-bottom: 20px;
}



.top-1 {
    width: 250px;
    margin: 0 auto;
}

.w-1 {
    font-size: 14px;
    height: 50px;
}

.contents2,
.contents {
    width: 1200px;
    margin: 0 auto;
}

.contents {
/*
    display: flex;
    justify-content: space-around;*/
}

.contents div,
.contents2 div {
    width: 198px;
    height: 200px;
    color: white;
    text-align: center;
    line-height: 150px;
    background: url(../img/ia_100000007.png);
    background-size: 100% 100%;
    float: left;
    margin: 30px 50px;
}


.contents div a {
    color:#fff;
    font-size:20px;
    line-height: 200px;
    display: block;
    height: 200px;
}
.contents div a:hover{
    background-color: rgb(255 255 255 / 15%);
}

.contents div:nth-of-type(5) {
    margin-left: 200px;
    margin-top: 100px;
}

.contents div:nth-of-type(7) {
    margin-top: 100px;
}



.contents2 {
    height: 100%;
    position: relative;
}

.contents2 div {
    position: absolute;

}

.contents2 div:nth-of-type(1) {
    left: 15%;
    top: 10%;
}

.contents2 div:nth-of-type(2) {
    left: 45%;
    top: 0%;
}



.top-2 {
    width: 250px;
}

.main-2 {
    text-align: center;
    padding-top: 40px;
    height: 865px;
}

.content {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    height: 450px;
    padding-top: 30px;
}

.left {

}

.left-1 {
    width: 520px;
    height: 280px;
    text-align: left !important;
    color: white;
    background: url(../img/ia_100000008.jpg) no-repeat;
    background-size: 100% 100%;
}

.left-1 img{
    padding: 38px;
    padding-bottom: 20px;
}

.left-1 H2{
    padding-left: 38px;
    font-size:40px;
}

.left-1 H2:nth-of-type(2){
    padding-left: 38px;
    font-size:30px;
}

.bottom1 {
    width: 160px;
    height: 60px;
    background: url(../img/ia_100000009.jpg) no-repeat;
    background-size: 100% 100%;
    margin-top: 20px;
    float: left;
    padding: 45px;
}

.bottom1 p,.bottom2 p{
    font-size: 22px;
    font-weight: bold;
}


.bottom2 {
    width: 160px;
    height: 60px;
    background: url(../img/ia_100000010.jpg) no-repeat;
    background-size: 100% 100%;
    float: right;
    margin-top: 20px;
    padding: 45px;
}

.bottoms {
    text-align: left;
    color: white;
    justify-content: space-around;
    width: 100%;
    height: 30%;
}

.right {
    width: 660px;
    height: 450px;
    background-color: #34478F;
    color: white;
    text-align: left !important;
    line-height: 40px;
}
#dh-1{
    animation-duration: 2s;
    -moz-animation-duration: 2s; /* Firefox 4 */
    -webkit-animation-duration: 2s; /* Safari 和 Chrome */
    -o-animation-duration: 2s; /* Opera */
}

.right h2{
    padding-left: 58px;
    padding-top: 58px;
    font-weight: bold;
    font-size: 26px;
}


.w-2 {
    display: flex;
    justify-content: space-between;
}
.w-2-1{
    padding-left: 58px;

    font-size: 20px
}
.w-2-2{
    padding-right: 58px;

}
.w-2-2 a{
    color: #fff;
    font-size: 20px;
}
.btsn {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 60px;
}
.w-3{
 padding: 58px; 
 padding-top: 0px; 
 padding-left: 80px; 
}
.w-3 li{
    border-bottom: dashed 1px #8c91a5;
    list-style-type: decimal;
    height: 36px;
    padding-top: 14px;
    font-size: 20px;
}
.w-3 li a{
    color: #fff;
}
.w-3 li span{
    float: right;
}
.btsn a {
    line-height: 40px;
    padding: 14px 20px;
    border-radius: 20px;
    width: 120px;
    border: none;
    box-shadow: 1px 1px 10px rgb(134, 134, 134);
    color: rgb(9, 86, 148);
}

.btsn a:hover {
    color: #fff;
    background-color: #34478f;

}

.btsn-1 {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 60px;
}

.btsn-1 a {
    line-height: 40px;
    padding: 14px 20px;
    border-radius: 20px;
    width: 120px;
    border: none;
    color: rgb(9, 86, 148);
    background-color: #fff;
}

.btsn-1 a:hover {
    color: #fff;
    background-color: #34478f;

}



.main-3 {
    position: relative;
    height: 600px;
    background: url(../img/ia_100000040.jpg) no-repeat;
    background-size: 100% 100%;
}

.main-3 h2 {
    color: #0B5394;
    font-size: 3.5rem;
    text-align: center;
    padding-top: 40px;
    position: absolute;
    width: 100%;
}

.content-3 h1 {
    margin-bottom: 50px;
}

.content-3 h1 span {
    border-bottom: 2px solid white;
}

.content-3 {
    line-height: 40px;
    width: 60%;
    margin: 0 auto;
    color: white;
    top: 15%;
    text-align: center;
}

.more {
    background-color: white;
    padding: 12px;
    margin-top: 50px;
    border-radius: 20px;
    border: none;
    outline: none;
    width: 100px;
}

.bottom-3 {
    height: 140px;
    width: 100%;
    position: absolute;
    left: 0%;
    bottom: 0%;
    background-color: rgba(255, 255, 255, 0.698);
}

.bottom-3-main {
    width: 60%;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-around;
    margin: 0 auto;
}

.bottom-3-main-1{
    font-size: 16px;
    line-height: 24px;
    position: relative;
    top: -6px;
}




.bottom-3-main .bottom-list {
    display: flex;
    font-size: 12px;
}

.bottom-list img {
    margin-right: 10px;
}

.main-4 {
    text-align: center;
    height: 400px;
    
}

.top-3 {
    width: 250px;
    text-align: center;
}

.main-4-content {
    width: 70%;
    margin: 40px auto;

}

.main-4-content div {
    justify-content: space-around;
    display: flex;
}

.main-4-content div div {
    width: 19%;
    background-color: whitesmoke;
}

.main-4-content div div img {
    height: 100px;
}

.main-5 {
    height: 260px;
    background: #34478F;

}

.main-5 .content-5-m {
    color: white;
    font-size: 14px;
    width: 1000px;
    margin: 0 auto;
    display: flex;
}

.left-5 {
    width: 50%;
    padding-top: 50px;
}

.main-5 .uls {
    display: flex;
    width: 430px;
    padding-top: 20px;
}

.main-5 .uls ul {
    margin-right: 150px;
}

.main-5 .uls ul li a {

    color: rgb(207, 207, 207);

    font-size: 12px;
    line-height: 40px;
}


div.uls a{
    padding-right: 20px;
    color: #8e95e2;
    line-height: 40px;
}

.right-5 {
    padding-top: 44px;
    font-size: 12px;
    line-height: 35px;
}

.main-6 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
    text-align: center;
}



.picScroll-left{ overflow:hidden; position:relative;  padding-top: 20px;   }
.picScroll-left .hd ul li.on{ background-position:0 0; }
.picScroll-left .bd{ padding:10px; width: 1200px;margin: 0 auto;  }
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ margin:0 10px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picScroll-left .bd ul li .pic{ text-align:center; width: 220px;height: 174px;display: table-cell;vertical-align: middle;background-color: #f6f6f6;}
.picScroll-left .bd ul li .pic img{max-width: 160px;}
.picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picScroll-left .bd ul li .title{ line-height:24px;   }



.to_top {
    width: 50px;
    position: fixed;
    right: 2%;
    top: 90%;
    display: none;
    z-index: 10;
}


.dots{
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
    text-align: center;
}
.dot-active{
    background-color: rgb(255, 255, 255) !important;
}
.dot{
    display: inline-block;
    width: 100px;
    height: 5px;
    margin-right: 30px;
    background-color: rgba(214, 214, 214, 0.281);
}

@keyframes scaleAn {
    0% {
        transform: scale(1);
    }

    50% {
        opacity: 0.8;
        transform: scale(0.8);
    }

    100% {
        opacity: 1;

        transform: scale(1);
    }

}

.backTop_Z {
    display: block;
    position: fixed;
    right: 5px;
    bottom: 5px;
    width: 60px;
    height: 60px;
    background: transparent url(../images/back_top_Z.png) no-repeat center;
    outline: 0;
    opacity: .9;
    border-radius: 8px;
    z-index: 50;
}



/*栏目页*/
.banner{
    height: 525px;
    width: 100%;
    background-color: #35478f;
    background-repeat:no-repeat;
    background-position: bottom center; 
}

.banner h1{
    color: #fff;
    text-align: center;
    padding-top: 280px;
    font-size: 36px;
}

#wrapper{
    background-color: #eceef6;
}

.inner{
    width: 1200px;
    margin:0 auto;
    overflow: hidden;
    padding-bottom:100px;
    padding-top: 50px;
}

.left-ion{
    float: left;
    width: 255px;
}

.right-ion{
    float: right;
    width: 905px;
}

.blank li{
    height: 60px;
    background-color: #fff;
    margin-bottom: 10px;
}
.blank li a{
    display: block;
    width: 230px;
    height: 60px;
    padding-left:25px;
    font-size: 18px;
    color: rgb(51 51 51);
    line-height: 60px;
    transition: background-color 1s;
    -moz-transition: background-color 1s; /* Firefox 4 */
    -webkit-transition: background-color 1s; /* Safari 和 Chrome */
    -o-transition: background-color 1s; /* Opera */
}

.blank li a:hover{
    background-color:#34478f;
    color: #fff;
}

.Position{
    height: 60px;
    background-color: #fff;
    line-height: 60px;
    font-size: 18px;
    padding-left: 25px;
}

.content-ion{
    font-size: 16px;
    background: #fff;
    overflow: hidden;
    margin-top: 2px;
    padding-top: 30px;
    line-height: 40px;
    text-indent: 35px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 100px;
}

/*新闻*/
.CaseBlock img{
    max-width: 92%;
}

.content-11{
    overflow: hidden;
    border-bottom: solid 1px #ccc;
    height: 160px;
    margin-bottom: 20px;
    text-indent:0px;
}

.content-11-img{
    float: left;
    width: 180px;
}
.content-11-img img{
    max-width: 98%;
    max-height: 120px;
    margin-top: 10px;
}

.content-11-right{
    float: right;
    width: 640px;
}

.content-11-title{
    height: 40px;
    line-height: 40px;
    border-bottom: dashed 1px #ccc;
    margin-bottom: 10px;
}

.content-11-title h3{
        float: left;

}

.content-11-title span{
    float: right;
}

.content-11-right p{
   text-indent:35px;
   line-height: 30px; 
}

.t_page li{
    padding: 0 10px;
    margin: 0;
    text-indent: 0;
    text-align: center;
    border: solid 1px #dedede;
    float: left;
    margin-right:10px;
}

.t_page li a{

}

.t_page li:hover{
    background-color: #34478F;

}
.t_page li:hover a{
    color: #fff;
}

/*关于我们*/
.about-1{
    background: #fff;
    overflow: hidden;
    padding: 100px 0px;
}

.about-2{
    width: 1200px;
    margin: 0 auto;
}
/*合作伙伴*/
.link-1{

}
.link-1 li{
    background: #f5f5f5;
    float: left;
    width: 279px;
    height: 180px;
    margin: 10px;
}

.link-pic{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 279px;
    height: 180px;
}

.link-pic a{

}
.link-pic a img{
    max-width: 279px;
    max-height: 180px;
}
.book-2{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-top:100px;
    margin-bottom: 100px;
}
.book-3-left{
    float: left;
    width: 700px;
    height: 700px;
}
.book-3-right{
    float: right;
    width: 452px;
    box-shadow: 0 0 20px #e8e7e7;
    margin-right: 20px;
    height: 600px;
}

.commentbox{
    width: 90%;
    margin: 0 auto;
}

.commentbox input{
    height: 25px;
    padding: 5px 10px;
    margin-bottom: 10px;
}

input.Cbutton{
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: rgb(61 133 198);
    padding: 0px;
    margin-top: 20px;
    border-radius: 5px;
    border: 0px;
    margin-bottom: 0px;
    outline: none;
    cursor: pointer;
}
.book-3-right-1{

}

.book-3-right-1 h4{
    padding-top: 50px;
    padding-left: 22px;
    font-size: 20px;
    color: #525252;
    margin-bottom: 20px;
}

.book-3-right-1 li{
    padding-left: 22px;
    font-size: 14px;
    color: #525252;
    margin-bottom: 10px;
}

textarea{
    padding: 5px 10px;
    outline: none;
}

/*搜索*/



.search-a{
    background: #eceef6;
    overflow: hidden;
    padding: 100px 0px;
}
.search-b{
    width: 1200px;
    margin: 0 auto;
    background: #fff;
}
.search-1 h3{
    padding-left: 30px;
    height: 65px;
    line-height: 70px;
    border-bottom: solid 1px #dedede;
    color: #34478f;
}

#search-text-1{
    width: 460px;
    height: 32px;
    border: solid 1px #4169E2;
    background-color: rgb(255 255 255 / 10%);
    padding: 3px 5px 3px 10px;
    color: #a2a2a2;
}

#search-submit-1{
    width: 120px;
    height: 40px;
    border: solid 1px #4169E2;
    background-color: #4169E2;
    color: #fff;
    outline: none;
    cursor: pointer;
    margin-left: 10px;
}

.search-3{
    padding: 30px 30px;
}

.search-4{
    padding: 35px;
}

.search-4 li{
    height: 50px;
}
.infos{
    background: #fff;
    text-align: center;
    padding-bottom: 20px;
}

.Position-news {
    height: 60px;
    background-color: #fff;
    line-height: 60px;
    font-size: 18px;
    padding-top: 40px;
    text-align: center;
    font-size: 26px;
}
.prenext{
    padding:50px 0px;
}