@charset "utf-8";
/* CSS Document */


body{ font-family: "Microsoft Yahei", Helvetica, Arial, sans-serif;}


/*宽*/
.w010{ width: 100%;}
.maxw010{ max-width: 100%;}


.mb45{ margin-bottom: 45px;}
.mb50{ margin-bottom: 50px;}
.mb60{ margin-bottom: 60px;}
.mb65{ margin-bottom: 65px;}
.mb70{ margin-bottom: 70px;}
.mb80{ margin-bottom: 80px;}
.mb95{ margin-bottom: 95px;}
.mb100{ margin-bottom: 100px;}
.mb130{ margin-bottom: 130px;}


.fs18{ font-size: 18px;}

.color-254b97{ color: #254b97;}
.color-333{ color: #333;}


/*header*/
.header-custom{
    margin-bottom: 0;
    background: none;
    border: none;
    border-radius: 0;
}
.header-custom .logo{
    height: auto;
    padding: 26px 15px 30px 15px;
}
.header-custom .nav-custom{
    margin: 0 -15px;
}
.header-custom .nav-custom>li>a{
    border-bottom: 2px solid #fff;
    font-size: 18px;
    color: #333;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header-custom .nav-custom>li>a:focus,
.header-custom .nav-custom>li>a:hover{
    border-bottom: 2px solid #1f4592;
    color: #1f4592;
}
.header-custom .nav-custom>.active>a,
.header-custom .nav-custom>.active>a:hover,
.header-custom .nav-custom>.active>a:focus{
    background-color: inherit;
    border-bottom: 2px solid #1f4592;
    color: #1f4592;
}
.header-custom .nav-custom>.open>a,
.header-custom .nav-custom>.open>a:focus,
.header-custom .nav-custom>.open>a:hover{
    background-color: inherit;
    border-bottom: 2px solid #1f4592;
    color: #1f4592;
}
.header-custom .dropdown-menu{
    min-width: auto;
    background: rgba(255,255,255,0.8);
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.header-custom .dropdown-menu>li>a{
    line-height: 32px;
    padding: 0;
    color: #666;
}
.header-custom .dropdown-menu>li>a:hover{
    background: #1f4592;
    color: #fff;
}
.nav-block .navbar-form{
    padding: 0 40px 0 0;
    margin-top: 0;
    margin-bottom: 0;
}
.ssk-text .ssk-1{
    width: 100%;
    border: 1px solid #1f4592;
    font-size: 12px;
    color: #999;
}
.ssk-text .ssk-1:focus{
    box-shadow: none;
}
.input-1{
    display: inline-block;
    width: 34px;
    height: 34px;
    background: url("../images/input_1.png") center center no-repeat;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
}
.search-btn{
    display: block;
    width: 34px;
    height: 34px;
    background: url("../images/input_1.png") center center no-repeat;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}


/*footer*/
footer{
    background: #55606b;
    color: #fff;
}
.footer-nav{
    border-left: 1px solid #747d86;
}
.footer-nav>div{
    height: 238px;
    padding-top: 33px;
    padding-right: 0;
    background: #55606b;
    border-right: 1px solid #747d86;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.footer-nav>div:hover{
    background: #4f5863;
}
.footer-nav>div>a{
    display: block;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    color: #fff;
}
.footer-nav>div>a.a-1{
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}
.footer-address{
    line-height: 30px;
    font-size: 14px;
}
.bdshare-button-style0-32 a{
    width: 35px !important;
    height: 35px !important;
}
.bdshare-button-style0-32 .bds_sqq{
    background: url("../images/icon_5.png") no-repeat !important;
}
.bdshare-button-style0-32 .bds_weixin{
    background: url("../images/icon_6.png") no-repeat !important;
}
.bdshare-button-style0-32 .bds_tsina{
    background: url("../images/icon_7.png") no-repeat !important;
}
.footer-copy{
    line-height: 32px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #4a525c;
    text-transform: uppercase;
    text-align: center;
}


/*page*/
.page{
    padding: 40px 0;
    text-align: center;
}
.page a{
    display: inline-block;
    height: 28px;
    line-height: 26px;
    padding: 0 9px;
    margin: 0 1px;
    background: #f3f2f2;
    border: 1px solid #ddd;
    color: #323232;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.page a:hover,
.page a.current{
    background: #1d3f86;
    border: 1px solid #1d3f86;
    color: #fff;
}
.page strong{
    display: inline-block;
    height: 28px;
    line-height: 26px;
    padding: 0 9px;
    margin: 0 1px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #1d3f86;
    border: 1px solid #1d3f86;
    color: #fff;
}

/*banner*/
.index-banner .swiper-slide a{
    display: block;
}
.index-banner .swiper-slide a img{
    display: block;
    width: 100%;
}
.index-banner .swiper-container-horizontal>.swiper-pagination-bullets,
.index-banner .swiper-pagination-custom,
.index-banner .swiper-pagination-fraction{
    height: 44px;
    line-height: 44px;
    margin-top: -22px;
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 60px;
    bottom: auto;
    left: auto;
}
.index-banner .swiper-pagination-fraction .swiper-pagination-current{
    font-size: 24px;
}
.index-banner .swiper-button-prev,
.index-banner .swiper-button-next{
    width: 34px;
    height: 34px;
    margin-top: -17px;
}
.index-banner .swiper-button-prev{
    background: url("../images/jt_1s.png") no-repeat;
    top: 40%;
    right: 58px;
    left: auto;
}
.index-banner .swiper-button-next{
    background: url("../images/jt_1x.png") no-repeat;
    top: 60%;
    right: 58px;
}


/*main*/
.block-01{
    margin-right: -20px;
    margin-left: -20px;
}
.block-01>div{
    padding-right: 20px;
    padding-left: 20px;
}
.tit-1 .name-en{
    line-height: 50px;
    margin-bottom: 12px;
    font-size: 60px;
    color: #fafafa;
    text-transform: uppercase;
}
.tit-1 .name-cn{
    font-size: 24px;
    color: #1f4592;
}
.mod-01{
    line-height: 28px;
    font-size: 14px;
    color: #333;
}
.public-a1{
    display: block;
    width: 165px;
    height: 51px;
    line-height: 51px;
    padding-left: 30px;
    background: url("../images/a_bg1.png") no-repeat;
    font-size: 14px;
    color: #1f4592;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.public-a1:hover{
    background: url("../images/a_bg1_h.png") no-repeat;
    color: #fff;
}
.block-02>div{
    padding-right: 0;
    padding-left: 0;
}
.tit-2 .name-en{
    line-height: 36px;
    margin-bottom: 10px;
    font-size: 30px;
    color: #f1f0f0;
    text-transform: uppercase;
}
.tit-2 .name-cn{
    font-size: 24px;
    color: #1f4592;
}
.mod-02 .item a{
    display: block;
}
.mod-02 .item a img{
    display: block;
    width: 100%;
}
.mod-02.owl-theme .owl-controls{
    margin-top: 0;
}
.mod-02 .owl-pagination{
    width: 100%;
    position: absolute;
    bottom: 100px;
    left: 0;
}
.mod-02 .owl-pagination .owl-page{
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 0 4px;
    border: 1px solid #264fa0;
    border-radius: 50%;
}
.mod-02 .owl-pagination .owl-page.active{
    background: #264fa0;
}
.mod-03{
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}
.mod-03 .item{
    height: 84px;
    line-height: 24px;
    padding: 18px 23px;
    background: rgba(38,79,160,0.5);
    font-size: 16px;
    color: #fff;
}
.block-03{
    padding-top: 70px;
    padding-bottom: 30px;
    background: url("../images/bg_1.jpg") center top no-repeat;
    background-size: cover;
}
.mod-04>div{
    margin-bottom: 20px;
}
.mod-04>div a,
.mod-04>div a span{
    display: block;
    text-align: center;
}
.mod-04>div a span.icon{
    margin-bottom: 5px;
}
.mod-04>div a span.icon img{
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.mod-04>div a span.title{
    height: 40px;
    line-height: 40px;
    margin-bottom: 25px;
    background: url("../images/line_1.jpg") center bottom no-repeat;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.mod-04>div a span.content{
    /*height: 24px;*/
    line-height: 24px;
    overflow: hidden;
    font-size: 14px;
    color: #666;
}
.mod-04>div:hover a span.icon img{
    opacity: 1;
}
.mod-05 .tabs-tit{
    float: left;
    width: 165px;
    height: 51px;
    line-height: 51px;
    margin-right: 1px;
    background: #fff;
    font-size: 18px;
    color: #333;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.mod-05 .tabs-tit.selected{
    background: url("../images/a_bg2_h.png") no-repeat;
    color: #fff;
}
.mod-06-block{
    margin-right: -10px;
    margin-left: -10px;
}
.mod-06 .item{
    padding-right: 10px;
    padding-left: 10px;
}
.mod-06 .item .box{
    position: relative;
}
.mod-06 .item .box a img{
    display: block;
    width: 100%;
}
.mod-06 .item .box a span{
    display: block;
}
.mod-06 .item .box a .bg{
    background: rgba(0,0,0,0.2);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.mod-06 .item .box a .text{
    line-height: 24px;
    font-size: 18px;
    color: #fff;
    position: absolute;
    right: 20px;
    bottom: 15px;
    left: 20px;
}
.mod-06.owl-theme .owl-controls .owl-prev,
.mod-06.owl-theme .owl-controls .owl-next{
    width: 52px;
    height: 52px;
    margin-top: -26px;
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.mod-06.owl-theme .owl-controls .owl-prev{
    background: url("../images/jt_2l.png") no-repeat;
    left: 10px;
}
.mod-06.owl-theme .owl-controls .owl-prev:hover{
    background: url("../images/jt_2l_h.png") no-repeat;
}
.mod-06.owl-theme .owl-controls .owl-next{
    background: url("../images/jt_2r.png") no-repeat;
    right: 10px;
}
.mod-06.owl-theme .owl-controls .owl-next:hover{
    background: url("../images/jt_2r_h.png") no-repeat;
}
.block-04{
    padding-top: 80px;
    padding-bottom: 100px;
    background: url("../images/bg_2.jpg") center top no-repeat;
    background-size: cover;
}
.tit-3{
    position: relative;
}
.tit-3 img{
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
}
.tit-3 .name{
    height: 26px;
    line-height: 26px;
    margin-top: -13px;
    font-size: 24px;
    color: #1f4592;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
}
.mod-07>div{
    float: left;
    width: 20%;
    margin-right: -1px;
    margin-bottom: -1px;
}
.mod-07>div img{
    display: block;
    width: 100%;
    border: 1px solid #dcdcdc;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.mod-07>div:hover img{
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    z-index: 2;
}
.public-a2{
    display: block;
    width: 165px;
    height: 51px;
    line-height: 51px;
    padding-left: 30px;
    background: url("../images/a_bg1_h.png") no-repeat;
    font-size: 14px;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.public-a2:hover{
    color: #fff;
}
.mod-08>div{
    margin-bottom: 40px;
}
.mod-08 .box{
    padding-left: 76px;
    position: relative;
}
.mod-08 .box .date{
    width: 76px;
    line-height: 36px;
    font-size: 20px;
    color: #999;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
}
.mod-08 .box .date span{
    font-size: 30px;
    color: #666;
}
.mod-08 .box .title{
    line-height: 30px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
.mod-08 .box .title a{
    color: #333;
}
.mod-08 .box .content{
    line-height: 24px;
    font-size: 14px;
    color: #666;
}


/*02-公司概况*/
.other-banner{
    position: relative;
}
.other-banner img{
    display: block;
    width: 100%;
}
.other-banner .name{
    height: 60px;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
}
.other-banner .name span{
    display: block;
    height: 60px;
    line-height: 42px;
    background: url("../images/line_2.jpg") left bottom no-repeat;
    font-size: 42px;
    color: #fff;
    font-weight: bold;
}
.other-banner .name .sp-1{
    color: #204590;
    background: url("../images/line_6.jpg") left bottom no-repeat;
}
.other-banner .name .sp-2{
    color: #333;
    background: url("../images/line_6.jpg") left bottom no-repeat;
}
.block-05{
    background: #ebebeb;
}
.mod-09 a{
    float: left;
    width: 165px;
    height: 51px;
    line-height: 51px;
    margin-right: 1px;
    margin-bottom: 1px;
    background: #ebebeb;
    font-size: 18px;
    color: #5b5b5b;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.mod-09 a:hover,
.mod-09 .on{
    background: url("../images/a_bg2_h.png") no-repeat;
    color: #fff;
}
.mod-10{
    line-height: 30px;
    font-size: 16px;
    color: #666;
}


/*03-企业文化*/
.mod-11 .item{
    padding-top: 30px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
}
.mod-11 .item a{
    display: block;
    margin: 0 auto;
    width: 224px;
}
.mod-11 .item a span{
    display: block;
}
.mod-11 .item a span.icon{
    width: 98px;
    height: 98px;
    padding-top: 24px;
    margin-bottom: 40px;
    background: #fff;
    border: 2px solid #264fa0;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0,0,0,0.25);
}
.mod-11 .item a span.icon img{
    opacity: 0.5;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.mod-11 .item a span.title{
    height: 32px;
    line-height: 32px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
.mod-11 .item a span.content{
    line-height: 24px;
    font-size: 14px;
    color: #666;
}
.mod-11 .item.selected a span.icon img{
    opacity: 1;
}
.mod-11.owl-theme .owl-controls .owl-prev,
.mod-11.owl-theme .owl-controls .owl-next{
    width: 52px;
    height: 52px;
    margin-top: -26px;
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.mod-11.owl-theme .owl-controls .owl-prev{
    background: url("../images/jt_2l.png") no-repeat;
    left: 0;
}
.mod-11.owl-theme .owl-controls .owl-prev:hover{
    background: url("../images/jt_2l_h.png") no-repeat;
}
.mod-11.owl-theme .owl-controls .owl-next{
    background: url("../images/jt_2r.png") no-repeat;
    right: 0;
}
.mod-11.owl-theme .owl-controls .owl-next:hover{
    background: url("../images/jt_2r_h.png") no-repeat;
}
.mod-12 img{
    display: block;
    width: 100%;
}


/*04-合作伙伴*/
.mod-13>div{
    padding-bottom: 42px;
    border-bottom: 1px dashed #f5f5f5;
}
.mod-13>div .box{
    padding-top: 42px;
}
.mod-13>div .box .img{
    width: 151px;
    height: 90px;
    border: 1px solid #dcdcdc;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.mod-13>div .box .img img{
    display: block;
    width: 149px;
    height: 88px;
}
.mod-13>div .box .text{
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.mod-13>div .box .text .title{
    height: 32px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #1d3f86;
    font-weight: bold;
}
.mod-13>div .box .text .title a{
    display: inline-block;
    height: 32px;
    line-height: 18px;
    background: url("../images/line_3.jpg") left bottom no-repeat;
    color: #1d3f86;
}
.mod-13>div .box .text .content{
    line-height: 28px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #666;
}
.mod-13>div .box.on .img{
    border: 1px solid #3f6cc9;
}
.mod-13>div .box.on .text{
    margin-top: -21px;
}
.mod-13>div .box.on .text .title a{
    background: url("../images/line_3h.jpg") left bottom repeat-x;
}



/*05-荣誉资质*/
.mod-14{
    position: relative;
}
.mod-14>img{
    display: block;
    width: 100%;
}
.mod-14 .icon{
    position: absolute;
    right: 22px;
    bottom: 32px;
}
.mod-14 .text{
    padding: 9px 18px 13px 18px;
    background: rgba(255,255,255,0.74);
    border: 1px solid #7294db;
    font-size: 18px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}
.mod-14 .text a{
    display: inline-block;
    height: 44px;
    line-height: 44px;
    background: url("../images/line_3h.jpg") left bottom no-repeat;
    color: #416fce;
}
.mod-15-block{
    margin-right: -15px;
    margin-left: -15px;
}
.mod-15 .item{
    padding-right: 15px;
    padding-left: 15px;
}
.mod-15 .item a{
    display: block;
    border: 1px solid #c0c0c0;
}
.mod-15 .item a img{
    display: block;
    width: 100%;
}
.mod-15.owl-theme .owl-controls .owl-prev,
.mod-15.owl-theme .owl-controls .owl-next{
    width: 35px;
    height: 50px;
    margin-top: -25px;
    text-indent: -9999px;
    position: absolute;
    top: 50%;
}
.mod-15.owl-theme .owl-controls .owl-prev{
    background: url("../images/jt_3l.png") no-repeat;
    left: 15px;
}
.mod-15.owl-theme .owl-controls .owl-next{
    background: url("../images/jt_3r.png") no-repeat;
    right: 15px;
}


/*06-行业里用户*/
.mod-16{
    min-height: 148px;
    line-height: 32px;
    padding-top: 45px;
    padding-bottom: 45px;
    background: url("../images/bg_3.png") right bottom no-repeat;
    font-size: 18px;
    color: #333;
}
.mod-17>div{
    padding-left: 148px;
    margin-bottom: 25px;
    background: #f3f3f3;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.mod-17>div .text{
    min-height: 150px;
    line-height: 32px;
    padding: 40px 20px;
    background: #fbfbfb;
    border-left: 5px solid #fff;
    font-size: 16px;
    color: #333;
}
.mod-17>div .icon{
    width: 79px;
    height: 62px;
    position: absolute;
    bottom: 5px;
    left: 69px;
}
.mod-17>div .name{
    width: 148px;
    height: 30px;
    margin-top: -15px;
    font-size: 24px;
    color: #333;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.mod-17>div.on{
    background: #3f6cc9;
}
.mod-17>div.on .name{
    color: #fff;
}


/*07-产品介绍*/
.mod-18{
    margin-right: -11px;
    margin-left: -11px;
}
.mod-18>div{
    padding-right: 11px;
    padding-left: 11px;
    margin-bottom: 22px;
}
.mod-18>div .box{
    overflow: hidden;
    position: relative;
}
.mod-18>div .box>img{
    display: block;
    width: 100%;
}
.mod-18>div .box a{
    background: rgba(0,0,0,0.2);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.mod-18>div .box a span{
    display: block;
}
.mod-18>div .box a .text{
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    position: absolute;
    right: 20px;
    bottom: 15px;
    left: 20px;
}
.mod-18>div .box a .text .title{
    margin-bottom: 10px;
    font-size: 18px;
}
.mod-18>div .box a .text .con{
    padding-top: 10px;
    background: url("../images/line_4.jpg") left top no-repeat;
}
.mod-18>div .box a .text .con .content{
    height: 72px;
    overflow: hidden;
    margin-bottom: 25px;
    font-size: 16px;
}


/*08-产品介绍-详情*/
.mod-19 .title{
    font-size: 22px;
    color: #243e81;
    font-weight: bold;
}
.mod-19 .content{
    line-height: 30px;
    font-size: 16px;
    color: #666;
}
.mod-19 .content img{
    display: block;
    max-width: 100%;
}


/*09-解决方案-列表*/
.mod-20{
    margin-right: -18px;
    margin-left: -18px;
}
.mod-20>div{
    padding-right: 18px;
    padding-left: 18px;
    margin-bottom: 36px;
}
.mod-20>div .img img{
    display: block;
    width: 100%;
}
.mod-20>div .text{
    padding: 15px 10px;
    border: 1px solid #f2f2f2;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.mod-20>div .text .title{
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
}
.mod-20>div .text .title a{
    color: #333;
}
.mod-20>div .text .content{
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 14px;
    color: #666;
}
.mod-20>div .text .more{
    display: block;
    color: #999;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.mod-20>div:hover .text{
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
}
.mod-20>div:hover .text .more{
    padding-left: 24px;
    background: url("../images/line_5.jpg") left center no-repeat;
    color: #234a99;
}


/*12-成功案例-详情*/
.mod-21 .title{
    font-size: 24px;
    color: #333;
    font-weight: bold;
}
.mod-21 .content{
    line-height: 30px;
    font-size: 16px;
    color: #666;
}


/*13-新闻动态*/
.mod-22>div{
    padding: 30px;
    margin-bottom: 36px;
    background: #f6f6f6;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
}
.mod-22>div .box .img img{
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
}
.mod-22>div .box .text .title{
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    font-size: 18px;
    color: #333;
}
.mod-22>div .box .text .title a{
    color: #333;
}
.mod-22>div .box .text .date{
    height: 33px;
    line-height: 33px;
    margin-bottom: 15px;
    background: url("../images/line_7.jpg") left bottom no-repeat;
    color: #ccc;
}
.mod-22>div .box .text .content{
    line-height: 24px;
    margin-bottom: 25px;
    font-size: 14px;
    color: #666;
}
.mod-22>div .box .text .more{
    display: block;
    width: 119px;
    height: 37px;
    line-height: 37px;
    padding-left: 20px;
    background: url("../images/a_bg3.png") no-repeat;
    color: #1f4592;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.mod-22>div:hover{
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,0.06);
}
.mod-22>div:hover .box .text .more{
    background: url("../images/a_bg3_h.png") no-repeat;
    color: #fff;
}


/*14-新闻动态-详情*/
.mod-23 .title{
    font-size: 20px;
    color: #323232;
}
.mod-23 .date{
    line-height: 24px;
    background: url("../images/line_3.jpg") left center repeat-x;
}
.mod-23 .date span{
    display: inline-block;
    padding-right: 20px;
    background: #fff;
    color: #999;
}
.mod-23 .content{
    line-height: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 14px;
    color: #737272;
}
.mod-24{
    line-height: 36px;
    font-size: 14px;
    color: #4e4e4e;
}
.mod-24 .a-1{
    color: #737272;
}
.mod-24 .a-2{
    display: block;
    width: 106px;
    height: 39px;
    line-height: 37px;
    border: 1px solid #ccc;
    border-radius: 19px;
    font-size: 14px;
    color: #666;
    text-align: center;
}


/*15-联系方式*/
.mod-25{
    font-size: 18px;
    color: #333;
}
.mod-25 .title{
    height: 100px;
    line-height: 100px;
    background: url("../images/line_6.jpg") left bottom no-repeat;
    font-size: 24px;
    color: #244c9b;
}
.mod-25 .content{
    line-height: 32px;
    font-size: 18px;
    color: #666;
}
.mod-25 .wechat img{
    display: block;
    width: 123px;
    height: 123px;
    border: 1px solid #dcdcdc;
}
.map{
    border: 1px solid #ccc4c7;
}
.map img{	max-width:100%;display: block;}

/*16-招贤纳士*/
.mod-26{
    line-height: 30px;
    font-size: 18px;
    color: #333;
}
.mod-27 .box{
    margin-bottom: 2px;
}
.mod-27 .box .title{
    height: 65px;
    line-height: 65px;
    padding-right: 16px;
    padding-left: 30px;
    background: #e7e7e7;
    font-size: 18px;
    color: #333;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.mod-27 .box .title .icon{
    width: 38px;
    font-size: 46px;
    color: #1f4592;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.mod-27 .box .content{
    padding: 20px 40px;
    line-height: 30px;
    background: #f9f9f9;
    font-size: 14px;
    color: #333;
    display: none;
}
.mod-27 .box .title.on{
    background: #1f4592;
    color: #fff;
}
.mod-27 .box .title.on .icon{
    color: #fff;
}
#Validform_msg,.Validform_title,.Validform_info,.iframe{display:none;}







