/* 初始化 */
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body{
    line-height: 1;
    min-width: 1200px;
    font-family: 'Source Han Sans CN','Microsoft YaHei','微软雅黑';
    background-color: #ffffff!important;
}
a {
    color: inherit;
    text-decoration: none;
}
.ul_none{
    list-style-type: none;
}
.clear {
    clear: both;
}
.peach{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block;
}
.bod0{
    border: 0px!important;
}
ul{
    list-style-type: none;
}
input,textarea{
    outline: none;
}
*,*:hover,*:active,*:visited,*:link,*:focus{
    outline:none;
    background: none;
    text-decoration: none;
}
.peach{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.pubimg{
    width: 100%;
    height: 100%;
    display: block;
}
.pubimg1s{
    width: 100%;
    height: 100%;
    display: block;
    transition: all 1s;
}
.ft{
    float: left;
}
.rt{
    float: right;
}
.swiper-container {
    width: 100%;
    height: 100%;
  }
  .swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
/*----------------------*/




/* 头部 */
.shead_logo {
    float: left;
}
.hsmls {
    position: absolute;
    z-index: 19999;
    line-height: 0;
    width: 100%;
    top: 25px;
    transition: all 0.3s;
}
.hsmls .menu {
    float: right;
}
.hsmls ul li {
    float: left;
    display: inline-block;
    transition: all .5s;
    position: relative;
}
.hsmls ul li .mua {
    height: 60px;
    display: block;
    font-size: 14px;
    color: #FFFFFF;
    transition: all 0.5s;
    text-align: center;
    line-height: 60px;
    overflow: hidden;
    padding: 0 20px;
}

.hsmls ul li span {
    height: 50px;
    display: block;
    transition: all 0.2s;
}
.hsmls ul li:hover .muspan {
    font-weight: bolder;
    border-bottom: 2px solid #c1d6fb;
    transition: all 0.2s;
    color: #c1d6fb;
}
.hsmls .muon .muspan {
    font-weight: bolder!important;
    border-bottom: 2px solid #c1d6fb!important;
    transition: all 0.2s;
    color: #c1d6fb;
}
.headmn .on .mua .muspan {
    font-weight: bolder!important;
    border-bottom: 2px solid #c1d6fb!important;
    color: #c1d6fb;
}

.dropdown-menu {
    color: #FFFFFF;
    position: absolute;
    display: none;
    z-index: 999;
    border-radius: 2px;
    right: 0;
    top: 100%;
    width: 100%;
}
.dropdown-menu .tit:nth-child(1){
    border-top: 0px solid #ccc;
}
.dropdown-menu .dmli {
    background-color: rgba(35,75,147,0.7);
    text-align: center;
    display: block;
    transition: ease-in 0.3s;
    padding: 15px 0;
    line-height: 25px;
    color: #FFFFFF;
    font-size: 14px;
    white-space: nowrap;
    position: relative;
    letter-spacing: 2px;
    overflow: hidden;
    width: 100%;
}
.dropdown-menu .dmli .dma {
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
}
.dropdown-menu .dmli:hover{
    color: #c1d6fb!important;
}



/* 首页-搜索框 */
.sin_search {
    background: url('../image/sinsearch_bg.jpg') center no-repeat;
    width: 100%;
    height: 100%;
}
.sin_search  .search_box {
    float: left;
}
.sin_search  .search_box .icpss {
    display: flex;
    align-items:center;
    justify-content:space-between;
    height: 60px;
    margin-top: 15px;
    border-bottom: 3px solid #333333;
    width: 500px;
    padding: 0 20px 0 10px;
}
.sin_search  .search_box .icpss input {
    font-size: 18px;
    color: #aaaaaa;
    border: 0px!important;
}
.sin_search .search_box .icpss button {
    border: 0px!important; 
}
.sin_search .search_box .keywords {
    font-size: 14px;
    color: #333333;
    line-height: 5em;
}

.sin_search  .search_promise {
    float: right;
    text-align: right;
    font-size: 18px;
    color: #555555;
    padding-top: 40px;
    line-height: 2em;
}
.sin_search  .search_promise span {
    padding-right: 20px;
}


/* 关于我们 */
.sin_about {
    width: 100%;
    height: 610px;
    background: url('../image/sinabout_bg.jpg') center no-repeat;
    
}
.sin_about .about_word {
    color: #333333;
    float: left;
}
.sin_about .about_word .about_p1 {
    font-size: 16px;
    line-height: 1.5em;
    padding-top: 200px;
}
.sin_about .about_word .about_p2 {
    font-size: 14px;
    width: 555px;
    line-height: 1.5em;
    margin-top: 70px;
}
.sin_about .about_word a {
    font-size: 16px;
    color: #234b93;
    display: block;
    margin-top: 70px;
}

.sin_about .about_option {
    float: left;
    margin: 0 auto;
    margin-left: 135px;
    
}

.sin_about .about_option .aboption_list {
    width: 76px;
    height: 76px;
    display: flex;
    align-items:center;
    justify-content: center;
    flex-wrap:wrap;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    transition: all 0.7s;
    margin-top: 60px;
}
.sin_about .about_option .aboption_list:hover {
    background-color: #234b93;
    transition: all 0.7s;
}
.sin_about .about_option .aboption_list:hover img {
    transform: rotateY(360deg);
    transition: all 0.7s;
}

/* 服务项目 */
.sin_product .sinpro_list {
    background: url('../image/sinpro_bg.jpg') center no-repeat;
    width: 100%;
    height: 500px;
}
.sin_product .sinpro_list  .sinprolist_body {
    width: 1200px;
    margin: 0 auto;
    height: 68px;
    line-height: 68px;
    font-size: 18px;
    color: #333333;
    padding-top: 432px;
}
.sin_product .sinpro_list ul .on {
    background-color: #234b93;
    color: #ffffff;
}
.sin_product .sinpro_list li {
    float: left;
    padding: 0 20px;
}
.sin_product .sinpro_list .more {
    float: right;
}

.sin_product .sinpro_content {
    width: 1200px;
    margin: 0 auto;
}
.sin_product .sinpro_content .title span {
    font-size: 30px;
}
.sin_product .sinpro_content .title {
    color: #333333;
    font-size: 24px;
    margin: 50px 0 40px 0;
}
.tinewsonelist {
    position:relative;
    width:1200px;
    height:530px;
    overflow:hidden;
    margin-bottom: 20px;
}
#mycontent .mycont {
    display: none;
}
.clear {
    clear: both;
}
.pre1,.next1 {
    cursor: pointer;
    width: 90px;
    height: 40px;
    color: #555555;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    font-family: "SimHei";
    border: 1px solid #555555;
}
.sinpro_content .pre1 {
    float: left;
    margin: 0 0 100px 500px;
    color: #ffffff;
    background-color: #000000;
    transition: all .3s;
}
.sinpro_content .pre1:hover {
    background-color: #234b93;
    transition: all .3s;
}
.sinpro_content .next1 {
    float: right;
    margin: 0 500px 100px 0;
    color: #ffffff;
    background-color: #000000;
    transition: all .3s;
}
.sinpro_content .next1:hover {
    background-color: #234b93;
    transition: all .3s;
}
.tinewsonelist ul {
    position: absolute;
    height:100%;
    width:3000px;
}
.tinewsonelist ul li {
    float:left;
    margin-right:28px;
    width: 380px;
    overflow: hidden;
    position: relative;
}

.tinewsonelist ul li:first-child {
    margin-left:0;
}
.tinewsonelist ul li .tinoimg{
    width: 380px;
    height:506px;
    
}
.tinewsonelist ul li .tinoimg img{
    width: 100%;
    height: 100%;
    display: block;
    transition: .3s;
}
.tinewsonelist ul li .tinocot {
    width: 100%;
    height: 506px;
    position: absolute;
    top: 0;
    transition: all .5s;
}
.tinewsonelist ul li .tinocot .tinocot_body {
    position: absolute;
    bottom: 40px;
    left: 45px;
    color: #ffffff;
}
.tinewsonelist ul li .tinocot .tinocotp1 {
    font-size: 18px;
    margin-top: 15px;
}
.tinewsonelist ul li .tinocot .tinocotp2 {
    font-size: 16px;
    margin-top: 15px;
}
.tinewsonelist ul li .tinocot .tinocotp3 {
    font-size: 16px;
    margin-top: 30px;
}
.tinewsonelist ul li .tinocot .tinocot_show {
    font-size: 14px;
    line-height: 1.5em;
    margin-top: 20px;
    display: none;
}
.tinewsonelist ul li:hover .tinocot {
    background-color: rgba(35,75,147,0.6);
    transition: all .5s;
}
.tinewsonelist ul li:hover .tinocot .tinocot_show {
    display: block;
}


/* 优势 */
.advantage {
    width: 100%;
    height: 320px;
    background: url(../image/advantage.jpg)center no-repeat;
}


/* 新闻 */
.index_news{
    margin-top: 100px;
}

.inews_pt{
    float: left;
}

.inewstop{
    padding-bottom: 65px;
}
.inewsCA{
    float: right;
}
.inewsCA ul li {
    float: left;
    text-align: center;
    padding-top: 50px;
    transition: all 0.2s;
    margin-left: 45px;
}
.inewsCA ul li .CAname{
    font-size: 18px;
    color: #333333;
    margin: 10px 0;
}
.inewsCA .on {
    border-bottom: 1px solid #234b93!important;
}
.inewsCA .on .CAname {
    color: #234b93!important;
}
.inewsCA ul li .onys
{
    position: absolute;
    width: 200px;
    height: 0px;
    right: 0;
    top: 180px;
    transition: all 0.2s;
}
.inewsCA .on .onys{
    height: 30px;
}

.newsbox{
    width: 360px;
    float: left;
    margin-right: 55px;
    margin-bottom: 55px;
}
.newsbox:nth-child(3n){
    margin-right: 0px;
}
.newsbox .time{
    position: relative;
}
.newsbox .time .time_yr{
    font-size: 30px;
    color: #333333;
    font-weight: bold;
    transition: all 0.3s;
}
.newsbox .time .time_n {
    font-size: 14px;
    color: #999999;
    margin-top: 4%;
    transition: all 0.3s;
}
.newsbox .news_img{
    margin: 5% 0;
    width: 100%;
    height: 240px;
    overflow: hidden;
}
.newsbox .news_tit{
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}
.newsbox .news_cot{
    font-size: 14px;
    color: #333333;
    height: 50px;
    line-height: 25px;
    margin: 3% 0;
}
.newsbox .news_plus{
    font-size: 14px;
    color: #333333;
    transition: all 0.3s;
}
.newsbox:hover .news_img img{
    transform: scale(1.1);
}
.newsbox:hover .time .time_yr{
    color: #234b93;
}
.newsbox:hover .time .time_n{
    color: #234b93;
}
.newsbox:hover .news_plus{
    color: #234b93;
}





/* 底部 */
.sfoot {
    background-color: #12274d;
}

.sfoot_cake {
    color: #ffffff;
    float: left;
    padding: 30px 50px;
    overflow: hidden;
    width: 400px;
}
.sfoot_cake .sfoot_title {
    font-size: 14px;
    color: #c1d6fb;
    line-height: 2em;
}
.sfoot_cake .sfoot_list {
    font-size: 14px;
    color: #ffffff;
    line-height: 3em;
    display: flex;
    justify-content:space-between;
    flex-wrap:wrap;
    margin-top: 30px;
}
.sfoot_cake .sfoot_list ul li {
    float: left;
    width: 46%;
}
.sfoot_cake .sfoot_list ul li:nth-child(1) {
    letter-spacing: 1em;
}
.sfoot_cake .sfoot_list ul li:nth-child(20) {
    text-align: right;
}

.sfootname {
    background-color: #0c1a33;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 70px;
}