﻿@charset "utf-8";
/* CSS Document */
body{margin:0;padding:0;font-size:14px;line-height:22px;font-family:Microsoft YaHei,黑体,Verdana,Arial,sans-serif;-webkit-text-size-adjust:none;color:#333;}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,p{margin:0;padding:0;}
img{border:0;vertical-align:bottom;}
ul,li{list-style-type:none;}
a{color:#222;text-decoration:none;transition:all 0.3s;}
input:focus,select:focus,option:focus,textarea:focus{ outline:none;}
textarea,input[type=date],input[type=number]{ resize:none; border: none;}
button:hover,input[class*=b]:hover{ cursor:pointer;}
i,u{font-style: normal;font-weight: normal;}
.tl{text-align:left;}.tc{text-align:center;}.tr{text-align:right;}
.fl{float:left;}.fr{float:right;}.cl{clear:both;}.fb{font-weight:bold;}
.rel{position:relative;}
.min_w{min-width:1200px;}
.container{width:1200px;margin:0 auto;}
html,body{
    zoom: 1;
    width: 100%;
}
/*header*/
.top_bg {
    height: 120px;
    background: url(../images/top_bg.jpg) repeat-x;
}

.top_tel {
    width: 320px;
    padding-top: 30px;
    line-height: 30px;
    font-weight: bold;
}

.top_tel .t1 {
    font-size: 16px;
    color: #02569f;
}

.top_tel .t1 span {
    color: #f95b2f;
    font-size: 26px;
}

.top_tel .t2 {
    font-size: 16px;
    color: #02569f;
}

.top_tel .t2 span {
    color: #fc9700;
    font-size: 18px;
}

.top_search{
    width:300px;
    height:50px;
    background:#fff;
    margin-top:35px;
    background:#fff;
    border-radius:5px;
    box-shadow:0 0 5px #d7d7d7;
    overflow:hidden;
}
.search_inp{
    width:220px;
    height:50px;
    line-height:50px;
    border:none;
    padding-left:20px;
    box-sizing: border-box;
    font-size:16px;
    color:#666;
}
.search_btn{
    width:80px;
    height:50px;
    line-height:50px;
    background:#0b5aa6 url(../images/search.png) no-repeat center center;
    background-size:30px;
    color:#fff;
    border:none;
}

.nav_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    line-height: 100px;
    background: rgba(4, 31, 115, .5);
    z-index: 999;
}

.nav_list li {
    width: 171px;
    float: left;
    position: relative;
}

.nav_list li::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    background: rgba(255, 255, 255, .6);
    transition: .5s linear;
}

.nav_list li:hover::before {
    width: 80px;
    margin-left: -40px;
}

.nav_list li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 2px;
    height: 14px;
    margin-top: -7px;
    background: rgba(255, 255, 255, .6);
}

.nav_list li:last-of-type::after {
    display: none;
}

.nav_list li a {
    display: block;
    color: #fff;
    font-size: 16px;
}

/* banner */
.banner {
    overflow: hidden;
    position: relative;
    margin-bottom: 70px;
}

.banner .bd {
    position: relative;
}

.banner .bd li {
    zoom: 1;
    vertical-align: middle;
}

.banner .bd li a {
    display: block;
}

/*index*/
.pro_tit {
    font-size: 42px;
    line-height: 60px;
    margin-bottom: 20px;
}

.pro_tit span {
    display: inline-block;
    padding: 0 30px;
    position: relative;
}

.pro_tit span::before {
    content: "";
    position: absolute;
    left: -70px;
    ;
    top: 50%;
    width: 66px;
    height: 6px;
    background: url(../images/line01.png) no-repeat;

}

.pro_tit span::after {
    content: "";
    position: absolute;
    right: -70px;
    ;
    top: 50%;
    width: 66px;
    height: 6px;
    background: url(../images/line02.png) no-repeat;

}

.pro_tit_text {
    width: 720px;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    font-weight: 300px;
    margin: 0 auto 50px;
}

.pro_list li {
    width: 400px;
    float: left;
    margin-bottom: 70px;
}

.pro_list li a {
    display: block;
}

.pro_list_con {
    width: 260px;
    padding-left: 20px;
    line-height: 40px;
    font-size: 18px;
    padding-top: 5px;
}

.pro_list_con .text {
    line-height: 24px;
    font-size: 16px;
}

.pro_bg {
    height: 360px;
    background: url(../images/pro_bg.jpg) no-repeat;
    margin-bottom: 100px;
}

.pro_tit02 {
    line-height: 120px;
    color: #fff;
    font-size: 40px;
}

.pro_scroll {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 0 30px;
}

.pro_scroll .bd ul {
    overflow: hidden;
    zoom: 1;
}

.pro_scroll .bd ul li {
    margin: 0 38px;
    float: left;
    width: 296px;
    _display: inline;
    overflow: hidden;
    text-align: center;
    border: #fff solid 4px;
    position: relative;
}

.pro_scroll .tit {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(7, 82, 165, .1) 50%, rgba(1, 24, 75, .8));
    color: #fff;
    font-size: 24px;
    line-height: 40px;
    box-sizing: border-box;
    padding-top: 124px;
}

.hot_bg {
    height: 1130px;
    background: url(../images/hot_bg.jpg) no-repeat center top;
    padding: 80px 0;
    margin-bottom: 100px;
    box-sizing: border-box;
}

.hot_left {
    width: 230px;
}

.hot_right {
    width: 960px;
}

.hot_box {
    margin-bottom: 80px;
}

.hot_type_tit {
    height: 54px;
    line-height: 54px;
    background: url(../images/bg01.jpg) no-repeat;
    padding-left: 80px;
    font-size: 20px;
    color: #fff;
}

.hot_type_con {
    height: 580px;
    background: #e8e8e8;
    overflow-y: auto;
    padding: 10px;
    box-sizing: border-box;
}

.hot_type_list dt {
    line-height: 44px;
    margin-bottom: 10px;
    background: url(../images/b01.png) no-repeat 20px center #d3d3d3;
    padding-left: 35px;
    font-size: 16px;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
}

.hot_type_list dd {
    display: none;
}

.hot_type_list dd a {
    display: block;
    background: #fff;
    line-height: 20px;
    font-size: 14px;
    padding:10px;
    margin-bottom: 10px;
}

.hot_type_list .on {
    color: #fff;
    background: url(../images/b02.png) no-repeat 20px center #041f73;
}

.hot_type_list .on:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 15px;
    width: 12px;
    height: 10px;
    background: url(../images/b03.png) no-repeat;
}

.hot_pro_tit {
    line-height: 54px;
    font-size: 36px;
    color: #fff;
    padding-left: 13px;
    margin-bottom: 18px;
}

.hot_pro_list li {
    width: 228px;
    border: #ddd solid 1px;
    background: #fff;
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
}

.hot_pro_list li a {
    display: block;
}

.hot_pro_list .pic {
    height: 232px;
}

.hot_pro_list .text {
    line-height: 25px;
    padding: 8px 20px;
    border-top: #ddd solid 1px;
    font-size: 16px;
}

.hot_pro_list li:hover .text {
    background: #041f73;
    color: #fff;
}

.link_text {
    font-size: 24px;
    color: #fff;
}

.link_scroll {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 50px;
}

.link_scroll .bd ul {
    overflow: hidden;
    zoom: 1;
}

.link_scroll .bd ul li {
    margin: 0 5px;
    float: left;
    width: 230px;
    _display: inline;
    overflow: hidden;
    text-align: center;
    border: #fff solid 4px;
    position: relative;
}

.video_type {
    padding: 30px 0;
}

.video_type {
    padding: 30px 0;
    line-height: 50px;
}

.video_type a {
    display: inline-block;
    padding: 5px 30px 5px 20px;
    margin: 0 10px;
    font-size: 18px;
    line-height: 40px;
    color: #666;
    border-radius: 25px;
}

.video_type_icon {
    width: 40px;
    height: 40px;
    padding: 0 10px;
    overflow: hidden;
}

.video_type_icon span {
    display: block;
    transition: .5s linear;
}

.video_type a:hover {
    background: #041f73;
    color: #fff;
}

.video_type a:hover .video_type_icon span {
    margin-top: -40px;
}

.video_list {
    margin-bottom: 60px;
}

.video_list li {
    width: 586px;
    float: left;
    margin: 0 7px;
}

.video_list_pic{
    height: 400px;
    position: relative;
    overflow: hidden;    
}
.video_list_tit{
    line-height:60px;
    font-size:18px;
    text-align:center;
}
.video_list_icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 48, 184, .3) url(../images/icon01.png) no-repeat center center;
    transition: .3s linear;
    transform: scale(0);
    opacity: 0;
    border-radius: 50%;
}

.video_list li:hover .video_list_icon {
    transform: scale(1);
    opacity: 1;
    border-radius: 0;
}

.video_more {
    width: 190px;
    height: 50px;
    line-height: 50px;
    background: #041f73 url(../images/icon02.png) no-repeat 140px center;
    color: #fff;
    font-size: 16px;
    display: block;
    border-radius: 25px;
    margin: 0 auto 100px;
    padding-left: 50px;
    box-sizing: border-box;
    border: #041f73 solid 1px;
}

.video_more:hover {
    background: #fff url(../images/icon03.png) no-repeat 140px center;
    color: #041f73;
}

.show_bg {
    height: 1030px;
    background: url(../images/bg02.jpg) no-repeat center top;
    padding: 60px 0;
}


.show_tit {
    font-size: 42px;
    line-height: 60px;
    margin-bottom: 20px;
    color: #fff;
}

.show_tit span {
    display: inline-block;
    padding: 0 30px;
    position: relative;
}

.show_tit span::before {
    content: "";
    position: absolute;
    left: -70px;
    ;
    top: 50%;
    width: 66px;
    height: 6px;
    background: url(../images/line03.png) no-repeat;

}

.show_tit span::after {
    content: "";
    position: absolute;
    right: -70px;
    ;
    top: 50%;
    width: 66px;
    height: 6px;
    background: url(../images/line04.png) no-repeat;

}

.show_tit_text {
    width: 720px;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    font-weight: 300px;
    margin: 0 auto 50px;
}

.show_type {
    line-height: 50px;
}

.show_type a {
    display: inline-block;
    padding: 5px 30px 5px 20px;
    margin: 0 10px;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    border-radius: 25px;
}

.show_type_icon {
    width: 40px;
    height: 40px;
    padding: 0 10px;
    overflow: hidden;
}

.show_type_icon span {
    display: block;
    transition: .5s linear;
}

.show_type a:hover {
    background: #fff;
    color: #041f73;
}

.show_type a:hover .show_type_icon span {
    margin-top: -40px;
}

.show_scroll {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 50px 0 80px 0;
}

.show_scroll .bd ul {
    overflow: hidden;
    zoom: 1;
}

.show_scroll .bd ul li {
    margin: 0 5px;
    float: left;
    width: 290px;
    _display: inline;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.show_scroll .tit {
    height: 60px;
    line-height: 60px;
    background: #041f73;
    color: #fff;
    font-size: 18px;
}

.show_scroll_jia {
    position: absolute;
    right: 30px;
    bottom: 40px;
    width: 34px;
    height: 34px;
    line-height: 30px;
    border-radius: 50%;
    border: #fff solid 1px;
    color: #fff;
    font-size: 30px;
    background: #041f73;
}

.show_more {
    width: 190px;
    height: 50px;
    line-height: 50px;
    background: #fff url(../images/icon03.png) no-repeat 140px center;
    color: #041f73;
    font-size: 16px;
    display: block;
    border-radius: 25px;
    margin: 0 auto 100px;
    padding-left: 50px;
    box-sizing: border-box;
}

.show_more:hover {
    background: #041f73 url(../images/icon02.png) no-repeat 140px center;
    color: #fff;
}

.adv_bg {
    margin-bottom: 70px;
    height: 330px;
    background: url(../images/bg03.jpg) no-repeat center top;
}

.adv_text1 {
    padding: 100px 80px 60px 100px;
    line-height: 60px;
    color: #fff;
    font-size: 24px;
}

.adv_text1 span {
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
    padding-right: 20px;
}

.adv_contact {
    padding-left: 80px;
    color: #041f73;
    font-size: 24px;
    line-height: 40px;
}

.adv_contact li {
    width: 440px;
    float: left;
}

.news_tit {
    font-size: 36px;
    line-height: 90px;
    position: relative;
    margin-bottom: 50px;
}

.news_tit::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 4px;
    background: #041f73;
}

.news_more {
    width: 190px;
    height: 60px;
    line-height: 60px;
    background: #041f73 url(../images/icon02.png) no-repeat 140px center;
    color: #fff;
    border-radius: 30px;
    padding-left: 40px;
    box-sizing: border-box;
    font-size: 16px;
}

.news_pic {
    width: 560px;
}

.news_name {
    display: block;
    height: 60px;
    line-height: 60px;
    background: #041f73;
    color: #fff;
}

.news_t1 {
    width: 160px;
    font-size: 28px;
}

.news_t2 {
    width: 360px;
    font-size: 18px;
    color: #fff;
}

.news_list {
    width: 570px;
    padding-left: 30px;
    border-left: #f1f1f1 solid 1px;
}

.news_list li {
    padding: 34px 0;
    border-bottom: #f1f1f1 solid 1px;
    position: relative;
}

.news_list li:last-of-type {
    border: none;
}

.news_list li::after {
    content: "";
    position: absolute;
    left: -32px;
    top: 50%;
    width: 3px;
    height: 0;
    margin-top: -30px;
    background: #041f73;
    transition: .5s linear;
}

.news_list li:hover::after {
    height: 60px;
}

.news_date {
    width: 120px;
    line-height: 30px;
    color: #999;
    font-size: 16px;
    padding-top: 10px;
}

.news_date span {
    font-size: 26px;
}

.news_con {
    width: 430px;
}

.news_con h3 {
    font-size: 18px;
    color: #666;
    line-height: 40px;
    font-weight: normal;
}

.news_con .text {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}

.news_list li:hover .news_con h3 {
    color: #041f73;
}

/*footer*/
.contact_bg {
    box-sizing: border-box;
    padding-top: 60px;
    height: 575px;
    background: url(../images/bg04.jpg) no-repeat center top;
}

.contact_list li {
    width: 20%;
    float: left;
    line-height: 30px;
    padding: 0 10px;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;

}

.contact_list li a {
    color: #fff;
}

.contact_list li img {
    transition: .3s linear;
}

.contact_list li:hover img {
    transform: translateY(-5px);
}

.contact_list li img {
    margin-bottom: 30px;
}

.bot_bg {
    background: #041f73;
    color: #fff;
    padding: 60px 0;
}

.contact_l {
    width: 400px;
}

.contact_text {
    padding-top: 20px;
}

.contact_text li {
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 16px;
}

.contact_text li img {
    float: left;
    line-height: 1;
    padding-top: 5px;
    margin-right: 10px;
}

.contact_text .f20 {
    font-size: 20px;
}

.bot_nav {
    width: 620px;
    margin-left: 30px;
    position: relative;
}

.bot_nav:before,
.bot_nav:after {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    width: 1px;
    height: 220px;
    background: #606da4;
}

.bot_nav:after {
    left: auto;
    right: 0;
}

.bot_nav li {
    width: 20%;
    float: left;
    line-height: 36px;
}

.bot_nav li h3 {
    line-height: 40px;
    font-weight: normal;
    font-size: 18px;
}

.bot_nav li a {
    display: block;
    color: #fff;
    font-size: 16px;
}

.bot_ewm {
    padding-top: 10px;
    line-height: 30px;
    font-size: 16px;
}

.bot_ewm img {
    margin-bottom: 10px;
}

.copyright {
    padding: 15px 0;
    line-height: 30px;
    background: #041d6c;
    color: #fff;
}


/* 成功案例  */
.main_banner {
    height: 500px;
    margin-bottom: 50px;
}

.main_left {
    width: 230px;
}

.main_right {
    width: 960px;
}

.main_type_con {
    height: auto;
    margin-bottom: 30px;
}

.main_home {
    height: 54px;
    line-height: 54px;
    background: url(../images/home.png) no-repeat left center;
    padding-left: 30px;
    font-size: 16px;
    color: #666;
}

.main_home a {
    color: #666;
}

.main_home a:hover {
    color: #041f73;
}

.main_page {
    margin: 50px 0;
}

.main_page a {
    display: inline-block;
    margin: 0 5px;
    border: #ddd solid 1px;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
}

.main_page a:hover {
    background: #041f73;
    color: #fff;
    border: #041f73 solid 1px;
}


.main_type li {
    background: #e6e4e4;
    line-height: 44px;
    margin-bottom: 10px;
    background: url(../images/b01.png) no-repeat 20px center #e6e4e4;
    padding-left: 35px;
    font-size: 16px;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
}

.main_type li:hover {
    color: #fff;
    background: url(../images/b02.png) no-repeat 20px center #041f73;
}

.main_type li:hover a {
    color: #fff;
}

.main_type .on {
    color: #fff;
    background: url(../images/b02.png) no-repeat 20px center #041f73;
}

.main_type .on a {
    color: #fff;
}

.main_case li {
    width: 310px;
    line-height: 55px;
    font-size: 16px;
    margin: 0 0 10px 10px;
    float: left;
}

.main_case li a {
    display: block;
}

.main_case li:hover a {
    color: #041f73;
}

.main_video_icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 48, 184, .3) url(../images/icon01.png) no-repeat center center;
    background-size: 40px;
    transition: .3s linear;
    transform: scale(0);
    opacity: 0;
    border-radius: 50%;
}

.main_case li:hover .main_video_icon {
    transform: scale(1);
    opacity: 1;
    border-radius: 0;
}

.lxwm_pic img {
    border-radius: 5px;
}

.lxwm_text {
    line-height: 36px;
    font-size: 16px;
    padding: 10px 0;
}

.main_about {
    line-height: 50px;
    font-size: 16px;
    padding-left: 20px;
    padding-bottom: 50px;
}

.main_map {
    padding: 20px 0;
}

.lxwm_list {
    padding-top: 50px;
}

.lxwm_list li {
    width: 33.33%;
    float: left;
    color: #041f73;
    font-size: 16px;
    font-weight: bold;
}

.sbzs_list li {
    width: 228px;
    float: left;
    margin-left: 10px;
    margin-bottom: 30px;
    border: #ddd solid 1px;
    position: relative;
}

.sbzs_list .tit {
    height: 60px;
    line-height: 60px;
    background: #041f73;
    color: #fff;
    font-size: 18px;
}

.sbzs_list_jia {
    position: absolute;
    right: 20px;
    bottom: 40px;
    width: 34px;
    height: 34px;
    line-height: 30px;
    border-radius: 50%;
    border: #fff solid 1px;
    color: #fff;
    font-size: 30px;
    background: #041f73;
}

.main_news01 {
    margin-bottom: 20px;
}

.main_news01 li {
    width: 310px;
    float: left;
    margin-left: 10px;
    line-height: 60px;
    font-size: 16px;
}

.main_news01 .time {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    box-sizing: border-box;
    color: #fff;
    text-align: right;
    background: rgba(4, 31, 115, .8);
    font-size: 16px;
}

.main_news02 {
    padding-left: 10px;
}

.main_news02 li {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 30px;
    border-bottom:#ddd solid 1px;
    transition: all .3s linear;
}

.main_news02 .con {    
    padding:20px 50px;
    float:none;

}

.main_news02 .con h3 {
    font-size: 18px;
}

.main_news02 .text {
    height: 60px;
    overflow: hidden;
    color: #666;
}

.main_news02 li:hover {
    border-bottom: #041f73 solid 1px;
}

.main_news02 li:hover h3 {
    color: #041f73;
}
/* .main_news02 li:hover .con{
    color:#fff;
}
.main_news02 li:hover .text {
    color: #fff;
} */


.main_honor li {
    width: 230px;
    line-height: 55px;
    font-size: 16px;
    margin: 0 0 10px 10px;
    float: left;
}

.main_honor li a {
    display: block;
}

.main_honor li:hover a {
    color: #041f73;
}

/*bot*/
.mar90 {
    margin-bottom: 90px;
}

.org {
    color: #f95b2f;
}

.f18 {
    font-size: 18px;
}