<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*全局共用*/
body{
overflow-x: hidden;
}

.nei_inner {
    margin-top: 18px;
    margin-bottom: 60px;
}

/*视频中心样式*/
.spzx_con1:nth-child(3n){
    margin-right: 0;
}

/*3.14修改*/
.us_f4_con .bd .con{
    text-align: center;
    font-size: 16px;
}



.ind_f3_right_tit{
    position: absolute;
    top: 85px;
    left: 0;
}

.ind_f3_right_tit h3{
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.65);
    font-size: 16px;
    padding: 0 32px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ind_f3_right_tit p{
    color: #ffffff;
    font-size: 22px;
    padding: 0 32px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 7px;

}



.spzx_con1:nth-last-child(1) .con{
    padding-bottom:0;
}

.spzx_con1:nth-last-child(2) .con{
    padding-bottom: 0;
}
.spzx_con1:nth-last-child(3) .con{
    padding-bottom: 0;
}

.join-content p&gt;a{
    line-height: 28px;
    color: #666666;
}
.join-content p&gt;a:hover{
    text-decoration: underline;
    color: #0b3775;
}

/*end*/

/*3.14首页新闻*/
.ind_f3 .more1{
    font-family: 'Arial';
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    width: 89px;
    height: 26px;
    background-color: #0b3775;
    line-height: 26px;
    margin: 0 auto;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font-size: 12px;
    margin-top: 39px;
    position: relative;
    left: -146px;
}



.ind_f3_right .more1{
    margin-top: 29px;
    position: relative;
    left:33px;
    bottom: 8px;
}
.xw_con{
    overflow: hidden;
    margin-bottom:8px;
}


.ind_f3_right .news-list .xw_con .p1{
    float: left;
    width: 256px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:1;
    overflow: hidden;
    padding-right: 0;
    color: #666666;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.xw_con .p2{
    float: right;
    color: #b0b0b0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.ind_f3_right .news-list .xw_con:hover .p1{
    color: #0b3775;
}


.xw_con:hover .p2{
    color: #0b3775;
}

/*新闻中心*/
.xwzx  .news-list li:nth-last-child(1){
    margin-bottom: 0;
}

.xwzx  .news-list li:nth-last-child(2){
    margin-bottom: 0;
}

.xwzx  .news-list li:nth-last-child(3){
    margin-bottom: 0;
}

/*头部*/
.head {
    height: 77px;
    background-color: #fff;
    line-height: 77;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

.head:after {
    clear: both;
    display: block;
    content: ''
}

/*logo*/
.logo {
    display: block;
    float: left;
    width: 100px;
    margin-top: 10px;
    margin-right: 105px;
}

.logo img {
    display: block;
    width: 100%;
}


/*over*/

/*头部菜单*/

.nav {
    float: left;
    margin-top: 23px;
}

.nav::after {
    clear: both;
    display: block;
    content: ''
}

.nav &gt; li {
    margin: 0 0 0 47px;
    position: relative;
    height: 53px;
    float: left;
}

.nav &gt; li.on:after {
    content: '';
    display: block;
    height: 3px;
    width: 28px;
    background: url("/images/head_07.png") center;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -14px;
}

.nav &gt; li:first-child {
    margin-left: 0;
}

.nav &gt; li &gt; a {
    display: block;
    height: 33px;
    line-height: 33px;
    color: #333;
    font-weight:bold;
}

.nav &gt; li &gt; a:hover, .nav &gt; li.on &gt; a {
    color: #7dd0ff;
}

/*下拉*/
.drop_nav {
    z-index: 100;
    background: rgba(11, 55, 117, 0.86);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    /*display: none;*/
    position: absolute;
    width: 180px;
    left: 50%;
    margin-left: -90px;
    top: 54px;
}

.drop_nav a {
    line-height: 24px;
    display: block;
    padding: 16px 0 10px 26px;
    color: #ffffff;
    border-top: 1px solid #175eaa;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.drop_nav a:before{
    content: '';
    display: inline-block;
    *display:inline;
    *zoom:1;
    width: 7px;
    height: 13px;
    background: url("/images/nav1_03.png") no-repeat center;
    margin-right: 7px;
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.drop_nav&gt;li:first-child a{
    border: 0;
}

.drop_nav&gt;li:hover a{
    padding-left: 39px;
}

.drop_nav&gt;li:hover  a:before{
    opacity: 1;
}

/*over*/

/*中英文*/

.language {
    margin-top: 30px;
    float: right;
    position: relative;
    height: 21px;
    width: 55px;
    line-height: 21px;
}

.language div {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 53px;
    height: 19px;
    border: 1px solid #333;
    overflow: hidden;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.language div:after {
    content: '';
    display: block;
    height: 10px;
    width: 1px;
    background-color: #333;
    position: absolute;
    right: 26px;
    top: 5px;
}

.language div a {
    display: block;
    line-height: 21px;
    font-size: 12px;
    color: #333;
    float: left;
    position: relative;
    padding: 0 4px;
}

.language div a:hover {
    color: #7dd0ff;
}

/*over*/

/*底部footer*/

.footer_banner img{
    display: block;
    width: 100%;
}

.footer {
    overflow: hidden;
    background-color: #0c1522;
    padding-bottom: 47px;
}

.footer .link {
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #303843;
}

.footer .link ul {
    overflow: hidden;
}

.footer .link ul li {
    float: left;
    margin-right: 87px;
}

.footer .link ul li:last-child {
    margin-right: 0;
}

.footer .link a {
    font-size: 14px;
    color: #888888;
}

.footer .link a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.footer_left {
    float: left;
    width: 476px;
    margin-top: 66px;
}

.footer_left .lx {
    margin-bottom: 50px;
}

.footer_left .lx li {
    padding-left: 27px;
    width: 476px;
    color: #666666;
}

.footer_left li.phone {
    background: url("/images/footer_10.png") no-repeat left 3px;
    padding-bottom: 27px;
    padding-left: 60px;
}

.footer_left .phone p {
    font-family: "Arial";
    color: #ffffff;
    font-size: 24px;
}

.footer_left .email {
    background: url("/images/footer_13.png") no-repeat left 7px;
    padding-bottom: 21px;
}

.footer_left .email a {
    font-size: 14px;
    color: #666666;
}

.footer_left .cz {
    background: url("/images/footer_16.png") no-repeat left 3px;
}

.footer_left .bn {
    margin-bottom: 11px;
}

.footer_left .bn,
.footer_left .bp {
    font-size: 12px;
    color: #545454;
}

.footer_left .bn a,
.footer_left .bp a {
    font-size: 12px;
    color: #545454;
}

.footer_left a:hover {
    color: #ffffff !important;
    text-decoration: underline;
}

.footer_left .menu {
    overflow: hidden;
    margin-bottom: 21px;
}

.footer_left .menu li {
    float: left;
    position: relative;
    padding: 0 11px;
}

.footer_left .menu li:first-child {
    padding-left: 0;
}

.footer_left .menu li:not(:last-child):after {
    content: '';
    display: block;
    height: 12px;
    width: 1px;
    background-color: #888888;
    position: absolute;
    right: 0;
    top: 4px;
}

.footer_left .menu li a {
    font-size: 14px;
    color: #888888;
}

.footer_right {
    float: right;
    overflow: hidden;
    margin-top: 50px;
    width: 580px;
}

.footer_right input {
    float: left;
    color: #666666;
    width: 254px;
    height: 41px;
    line-height: 41px;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 20px;
    margin-bottom: 11px;
    border: 1px solid #303843;
    background-color: transparent;
}

.footer_right input.mar {
    margin-right: 0;
}

.footer_right textarea {
    resize: none;
    width: 568px;
    height: 97px;
    padding-top: 12px;
    padding-left: 10px;
    color: #666666;
    margin-bottom: 18px;
    background-color: transparent;
    border: 1px solid #303843;
}

.footer_right p {
    text-align: center;
}

.footer_right button {
    width: 578px;
    height: 46px;
    color: #ffffff;
    line-height: 46px;
    background-color: #0b3775;
    cursor: pointer;
}

.footer_right button:hover {
    opacity: .9;
}

/*内页共用*/
/*内页banner*/
.nei_banner {
    height: 400px;
}

/*面包屑*/

.bread {
    overflow: hidden;
}

.bread a {
    display: block;
    color: #888888;
    font-size: 14px;
    float: left;
}

.bread a.on,
.bread a:hover {
    color: #0b3775;
}

.bread i {
    display: block;
    margin: 0 4px;
    width: 10px;
    height: 18px;
    float: left;
    background: url("/images/list_03.png") no-repeat center;
}

/*over*/

/*内页标题*/
.nei_tit {
    text-align: center;
    margin-top: 9px;
}

.nei_tit h2 {
    font-size: 28px;
    color: #444;
    margin-bottom: 6px;
}

.nei_tit p {
    color: #888888;
      text-transform: capitalize;
}

.menu1 {
    margin-top: 25px;
    overflow: hidden;
    margin-bottom: 60px;
    text-align: center;
    text-align: center;
}

.menu1 li {
    position: relative;
    padding: 0 11px;
    display: inline-block;
    *display:inline;
    *zoom:1;
}

.menu1 li:first-child {
    padding-left: 0;
}

.menu1 li:not(:last-child):after {
    content: '';
    display: block;
    height: 12px;
    width: 1px;
    background-color: #555;
    position: absolute;
    right: 0;
    top: 4px;
}

.menu1 li a {
    font-size: 16px;
    color: #555;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}


.menu1  li.on a,
.menu1 li:hover  a{
    color: #0b3775;
}
/*over*/
/*分页*/
 .page_list .zzzzz
 {
      display:none;
     }
.page_list {
    text-align: center;
    padding: 30px 0 0;
}


.page_list a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: #7e7d7d;
    margin: 0 4px;

}
.page_list a:hover, .page_list a.on {
    color: #ffffff;
    background: #0b3775;
}

.page_list a.prev {
    background:  url("/images/pack_list2_13.png") no-repeat center;
}

.page_list a.next {
    background:  url("/images/pack_list2_15.png") no-repeat center;
}

.page_list a.prev:hover {
    background: #0b3775 url("/images/pack_list_13.png") no-repeat center;
}

.page_list a.next:hover {
    background: #0b3775 url("/images/pack_list_15.png") no-repeat center;
}

.page_back {
    overflow: hidden;
    width: 100%;
    margin-top: 30px;
    position: relative;
    text-align: center;
}

.page_back a.prev {
    display: inline-block;
    *display:inline;
    *zoom:1;
    width: 118px;
    overflow: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.page_back a.prev i {
    display: block;
    float: left;
    width: 20px;
    height: 9px;
    background: url("/images/cpxq_11.png") no-repeat center;
    margin-top: 10px;
}

.page_back a.prev:hover i {
    background: url("/images/cpxq2_11.png") no-repeat center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.page_back a span {
    float: left;
    padding: 0 13px;
    line-height: 30px;
    color: #666666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.page_back a.next {
    overflow: hidden;
    display: inline-block;
    *display:inline;
    *zoom:1;
}

.page_back a.next i {
    display: block;
    float: left;
    width: 20px;
    height: 9px;
    background: url("/images/cpxq_13.png") no-repeat center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-top: 10px;
}

.page_back a.next:hover i {
    background: url("/images/cpxq2_13.png") no-repeat center;
}

.page_back a:hover span {
    color: #0b3775;
}

.page_back a.back {
    color: #666666;
    line-height: 30px;
    display: inline-block;
    *display:inline;
    *zoom:1;
    margin: 0 19px;
    vertical-align: top;
}

.page_back a.back:hover {
    color: #0b3775;
}

/*over*/

/*案例中心*/
.al_con {
    overflow: hidden;
}

.al_con .al_con1:not(:last-child){
    margin-right: 55px;
}

.al_con .pro_rec li{
    width: 363px;
    margin-right: 56px;
}


.pro_rec ul{
    overflow: hidden;
}

.pro_rec ul li{
    float: left;
}


.hd.nav {
    position: relative;
    text-align: center;
    width: 100%;
    margin: 25px auto 0;
}

.hd.nav .prev,
.hd.nav .next {
    display: block;
    width: 16px;
    height: 20px;
    position: absolute;
    bottom: 0;
    left: -5px;
    background: url("/images/cpxq311_03.png") no-repeat center;
    overflow: hidden;
    cursor: pointer;
}

.hd.nav .next {
    background-image: url("/images/cpxq3111_05.png");
    left: auto;
    right: -5px;
}

.hd.nav .prev:hover {
    background-image: url("/images/cpxq4_03.png");
}

.hd.nav .next:hover {
    background-image: url("/images/cpxq4_05.png");
}

.hd.nav ul {
    overflow: hidden;
    padding: 0 10px;
    zoom: 1;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    background: #fff;
}

.hd.nav ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin: 0 7px;
    background: #dcdcdc;
    border-radius: 100%;
    cursor: pointer;
    font-size: 0;
}

.hd.nav ul li.on {
    background: #0b3775;
}




.al_con1{
    float: left;
    width: 363px;
}


.al_con1 .pic{
    width: 361px;
    height: 254px;
    overflow: hidden;
    margin-bottom: 25px;
}

.al_con1 .pic img{
    width: 361px;
    height: 254px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.al_con1:hover .pic img{
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}

.al_con1 .con{
    padding-bottom: 11px;
    border-bottom: 1px solid #e5e5e5;
}

.al_con1 .con h3{
    font-size: 16px;
    color: #444444;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.al_con1 .con p{
    color: #666666;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.al_con1 .more{
    color: #666666;
    margin-top: 24px;
    text-transform: uppercase;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}


.al_con1:hover h3{
    color: #0b3775;
}

.al_con1:hover p{
    color: rgba(11, 55, 117, 0.71);
}


.al_con1:hover .more{
    color: #0b3775;
}

/*over*/

/*案例详情*/
.alxq h4{
    font-size: 16px;
    color: #444444;
    margin-bottom: 18px;
}


/*产品中心*/
.cpzx_con {
    overflow: hidden;
}

.cpzx_con .cpzx_con1.bon{
    margin-bottom: 15px;
}

.cpzx_con1.mar{
    margin-right: 0;
}

.cpzx_con1{
    float: left;
    width: 388px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    margin-right: 15px;
}


.cpzx_con1 .pic{
    width: 388px;
    height: 209px;
    overflow: hidden;
}

.cpzx_con1 .pic img{
    width: 388px;
    height: 209px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.cpzx_con1:hover .pic img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.cpzx_con1 .con{
    padding-bottom: 27px;
    text-align: center;
}

.cpzx_con1 .con h3{
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    padding: 0 20px;
}

.cpzx_con1 .con p{
    color: #c0c0c0;
    line-height: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-bottom: 20px;
    font-size: 12px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font-family: 'Arial';
    padding: 0 20px;
    text-transform: uppercase;
}

.cpzx_con1 .more1{
    font-family: 'Arial';
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    width: 89px;
    height: 26px;
    background-color: #0b3775;
    line-height: 26px;
    margin: 0 auto;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font-size: 12px;
}


.cpzx_con1:hover h3{
    color: #0b3775;
}

.cpzx_con1:hover p{
    color: rgba(11, 55, 117, 0.71);
}


.cpzx_con1:hover .more1{
    background-color: rgba(11, 55, 117, 0.89);
}

/*产品详情*/
/*产品详情*/
.product_zoom {
    overflow: hidden;
}

.product_zoom_left {
    float: left;
    width: 549px;
    /*height: 382px;*/
}

.spec-preview {
    width: 549px;
    height: 296px;
    border: 1px solid #e9e9e9;
}

.jqzoom {
    position: relative;
    display: block;
    width: 549px;
    height: 296px;
    overflow: hidden;
}

.jqzoom img {
    display: block;
    width: 100%;
    height: 296px;
}

.zoomdiv {
    z-index: 100;
    border: 1px solid #e3dede;
    position: absolute;
    top: 0;
    left: 0;
    width: 402px;
    height: 402px;
    background: #fff;
    text-align: center;
    overflow: hidden;
}

.jqZoomPup {
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #dbdde2;
    background: #ffffff;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
}


.spec-scroll {
    overflow: hidden;
    margin: 20px 0 0 0;
    padding-left:30px;
}

.spec-scroll &gt; a {
    display: block;
    width: 17px;
    height: 54px;
    float: left;
    cursor: pointer;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    background: url('/images/cpxq3_03.png') no-repeat left center;
}


.spec-scroll &gt; a.next {
    background: url("/images/cpxq3_05.png") no-repeat right center;
}

.spec-scroll &gt; a:hover {
    background: url("/images/cpxq4_03.png") no-repeat left center;
}

.spec-scroll &gt; a.next:hover {
    background: url("/images/cpxq4_05.png") no-repeat right center;
}

.items {
    float: left;
    width: 444px;
    margin: 0 6px;
    overflow: hidden;
    position: relative;
    height: 60px;
}

.items ul {
    overflow: hidden;
    position: absolute;
    width: 99999px;
}

.items ul li {
    cursor: pointer;
    width: 100px;
    height: 54px;
    border: 1px solid #e3dede;
    float: left;
    margin: 0 4px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.items ul li img {
    display: block;
    width: 100%;
    height: 54px;
}

.items ul li.hover {
    border-color: #0b3775;
}

/*产品详情右侧*/
.product_zoom_intro {
    width: 444px;
    height: 350px;
    float: right;
    overflow: hidden;
    margin-right: 140px;
    margin-top: 13px;
}

.product_zoom_intro .tit{
    padding-bottom: 23px;
    border-bottom: 1px solid #e5e5e5;
}

.product_zoom_intro h2 {
    font-size: 18px;
    color: #444444;
    line-height:1.5;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;

}

.product_zoom_intro .con {
    min-height: 150px;
    padding: 0 0 27px 0;
}

.product_zoom_intro .con &gt; div {
    border-bottom: 1px solid #e5e5e5;
    padding-top: 26px;
    padding-bottom: 24px;

}

.product_zoom_intro .con p{
    width: 304px;
    line-height: 27px;
    color: #666666;
}

.product_zoom_intro .con ul{
    margin-top: 26px;
   margin-left: 10px;
}

.product_zoom_intro .con ul li{
    float: left;
    color: #666666;
    width: 137px;
    padding-left: 10px;
    position: relative;
}

.product_zoom_intro .con ul li::before{
    content:url('/images/square_03.png');
    position:absolute;
    left: 0;
    top: -3px;
    width: 3px;
    height: 3px;
}
/*over*/
/*产品介绍*/
.cp_into{
    margin-top: 54px;
}

.cp_into h3{
    font-size: 20px;
    color: #444444;
    margin-bottom: 18px;
}

.cp_into p{
    color: #666666;
    line-height: 26px;
}

.cp_into .ypxh{
    display: inline-block;
    *display:inline;
    *zoom:1;
    margin-top: 40px;
    height: 42px;
    color: #ffffff;
    line-height: 42px;
    padding: 0 15px;
    background-color: #0b3775;
}

.cp_into .ypxh:hover{
    background-color: rgba(11, 55, 117, 0.89);
}



/*over*/

/*产品推荐*/
.pro_tj{
    margin-top: 60px;
    overflow: hidden;
}

.pro_tj h3{
    font-size: 20px;
    color: #444444;
    margin-bottom: 20px;
}

.pro_tj .pro_rec li{
    width: 388px;
    margin-right: 15px;
}

/*over*/

/*服务中心*/

.fwzx_con1{
    margin-bottom: 20px;
    height:52px;
    overflow: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.fwzx_con1 .fwzx_con_title{
    color: #666666;
    width: 1098px;
    padding: 0 50px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    position: relative;
    border: 1px solid #dfdfdf;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.fwzx_con1 .fwzx_con_title:before{
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    background: url("/images/fwsm_03.png") no-repeat center;
    position: absolute;
    left:15px;
    top:50%;
    margin-top: -8px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.fwzx_con1 .fwzx_con_title:after{
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    background: url("/images/cpxq3_05.png") no-repeat center;
    position: absolute;
    right: 17px;
    top:50%;
    margin-top: -8px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.fwzx_con1.on .fwzx_con_title,
.fwzx_con1 .fwzx_con_title:hover{
    color: #0b3775;
}

.fwzx_con1.on .fwzx_con_title:before,
.fwzx_con1 .fwzx_con_title:hover:before{
    background: url("/images/fwsm2_03.png") no-repeat center;
}

.fwzx_con1 .answer{
    color: #888888;
    border: 1px solid #dfdfdf;
    width: 1098px;
    padding: 16px 50px 20px 50px;
    line-height: 26px;
    position: relative;
}


.fwzx_con1 .answer:before{
    content: '';
    display: block;
    width: 18px;
    height: 17px;
    background: url("/images/fwsm_06.png") no-repeat center;
    position: absolute;
    left:15px;
    top:30px;
    margin-top: -8px;
}

.fwzx_con1.on .fwzx_con_title:after{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

/*新闻中心*/

.news-list{
    overflow: hidden;
}

.news-list li {
    float: left;
    margin-right: 55px;
    margin-bottom: 60px;
}

.news-list li:nth-child(3n) {
    margin-right: 0;
}

.news-list-item {
    width: 363px;
}
.news-list-item .img {
    width: 363px;
    height: 138px;
    background: #fafafa;
    margin-bottom: 16px;
    overflow: hidden;
}
.news-list-item:hover img {
    transform: scale(1.2);
}

.news-list-item .img img {
    width: 100%;
    transition: all 500ms ease-in-out;
}

.news-list-item .date {
    font-size: 14px;
    line-height: 1;
    color: #b8b8b8;
    margin-bottom: 29px;
}
.news-list-item .date {
    position: relative;
}
.news-list-item .date:after {
    content: '';
    position: absolute;
    right: 40px;
    top: 4px;
    display: block;
    width: 44px;
    height: 5px;
    background: url("/images/icon-arrow.png") no-repeat center center;
}
.news-list-item:hover .date:after {
    background-image: url("/images/icon-arrow-hover.png");
}


.news-list-item h4 {
    font-size: 16px;
    line-height: 1;
    color: #444;
    margin-bottom: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.news-list-item:hover h4 {
    color: #0b3775;
}
.news-list-item p {
    font-size: 14px;
    line-height: 22px;
    /*color: white;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.xwxq-sub-title {
    font-size: 20px;
    color: #444444;
    line-height: 1;
    margin-bottom: 27px;
}

/*新闻详情*/


.new-detail .new-detail-content {
    color: #777777;
    line-height: 26px;
    margin-bottom: 40px;
}
.new-detail .new-detail-content p {}

.new-detail .new-detail-content .full-img {
    display: block;
    width: 100%;
    margin: 40px 0 16px;
}

.xwxq .pro_rec li{
    width: 363px;
    margin-right: 55px;
}

.xwxq {
    margin-bottom: 110px;
}

.new-detail-top{
    position: relative;
}

.new-detail-top h4 {
    font-size: 16px;
    color: #444444;
    margin-bottom: 18px;
    float: left;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
    max-width: 1100px;
}

.new-detail-top .date{
    float: right;
}

.new-detail-top .pd_share_wrap{
    float: left;
    position: absolute;
    top: -10px;
    right:0;
}
.date
{
     padding-bottom:10px;
    }

/*微信分享*/
.pd_share_wrap {
    overflow: hidden;
     text-align: right;
}

.pd_share_wrap .pd_contact {
    float: left;
    display: block;
    width: 136px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background: #02339a;
    margin-right: 23px;
}

.pd_share_wrap .pd_contact:hover {
    text-decoration: underline;
}

.pd_share_wrap span {
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    color: #777777;
}

.pd_share_wrap .bdsharebuttonbox {
    display: inline-block;
    *display:inline;
    *zoom:1;
    height: 40px;
    text-align: center;
    vertical-align: top;
}

.pd_share_wrap .bdsharebuttonbox a {
    margin-top: 7px;
    margin-right: 10px;
    width: 24px;
    height: 24px;
    border: 1px solid #e8e8e8;
    padding-left: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.pd_share_wrap .bdshare-button-style0-16 a.bds_weixin {
    background: url("/images/prod_detail_16.png") no-repeat center;
    margin-right: 15px;
}

.pd_share_wrap .bdshare-button-style0-16 a.bds_tsina {
    background: url("/images/prod_detail_23.png") no-repeat center;
    margin-right: 13px;
}

.pd_share_wrap .bdshare-button-style0-16 a.bds_tqq {
    background: url("/images/prod_detail_25.png") no-repeat center;
}

.pd_share_wrap .bdshare-button-style0-16 a.bds_weixin:hover {
    background: url("/images/prod_detail_161.png") no-repeat center;
}

.pd_share_wrap .bdshare-button-style0-16 a.bds_tsina:hover {
    background: url("/images/prod_detail_231.png") no-repeat center;
}

.pd_share_wrap .bdshare-button-style0-16 a.bds_tqq:hover {
    background: url("/images/prod_detail_251.png") no-repeat center;
}
/*over*/

/*下载中心*/
.download a {
    margin-bottom: 18px;
    display: block;
    background: url("/images/zlxz_04.png") no-repeat 1147px 10px;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #cbcbcb;
    padding-left: 23px;
}

.download a.last {
    margin-bottom: 0;
}

.download a span {
    display: block;
    float: left;
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 11px;
    color: #535150;
    line-height: 40px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.download a:hover {
    border-color: #0b3775;
    background: url("/images/xzzx2_04.png") no-repeat 1147px 10px #0b3775;
}

.download a:hover span {
    color: #fff;
}

/*over*/

/*联系我们*/

.rczp_con{
    overflow: hidden;
}

.rczp_con_left{
    float: left;
    margin-right: 129px;
    margin-left: 95px;
}

.rczp_con_left h3{
    font-size: 18px;
    color: #444444;
    margin-bottom: 30px;
}

.rczp_con_left .rczp_phone,
.rczp_con_left .rczp_email,
.rczp_con_left .address {
    padding-bottom:15px;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 25px;
}
.rczp_con_left .rczp_phone{
    background: url("/images/lxwm_03.png") no-repeat 0 4px;
}


.rczp_con_left .p1{
    color: #444444;
    margin-bottom: 10px;
}

.rczp_con_left .rczp_phone .p2{
    font-size: 16px;
    color: #888888;
    font-family: 'Arial';
}


.rczp_con_left .rczp_email{
    margin-top: 22px;
    background: url("/images/lxwm_06.png") no-repeat 0 4px;
}

.rczp_con_left .rczp_email a{
    color: #888888;
    font-size: 14px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}


.rczp_con_left .rczp_email a:hover{
    text-decoration: underline;
    color: #0b3775;
}

.rczp_con_left .rczp_email .p2,
.rczp_con_left .address .p2{
    color: #888888;
}

.rczp_con_left .address {
    margin-top: 22px;
    background: url("/images/lxwm_08.png") no-repeat 0 4px;
}

.rczp_con_right{
    float: left;
}

.rczp_con_right .footer_right{
    margin-top: 0;
}

.rczp_con_right .footer_right input{
    border: 1px solid #dcdcdc;
    color: #717171;
    font-size: 12px;
}

.rczp_con_right .footer_right textarea{
    border: 1px solid #dcdcdc;
    color: #717171;
    font-size: 12px;
}

.rczp_con .map{
    width: 100%;
    margin-top: 53px;
    float: left;
}

/*over*/

/*人才招聘*/
.joinList {
    width: 100%;
    overflow: hidden;
    color: #9e9e9e;
}

.joinList li {
    border: 1px solid #dadada;
    padding: 0 20px 0 26px;
    margin-bottom: 20px;
}

.joinList li:last-child {
    margin-bottom: 0;
}

.joinList .jobs {
    padding: 17px 0 15px 0;
    height: 48px;
    cursor: pointer;
    font-weight: normal;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
}

.joinList .jobs_left {
    float: left;
}

.joinList .jobs_left h3 {
    font-size: 16px;
    color: #333333;
    margin-bottom: 9px;
}

.joinList .jobs_left p {
    color: #666666;
}

.joinList .jobs_right {
    float: right;
    height: 48px;
    position: relative;
}

.joinList .jobs_right p {
    color: #666666;
}

.joinList .jobs_right i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 30px;
    height: 17px;
    background: url("/images/rczp_04.jpg") no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
}

.join-content {
    display: none;
    border-top: 1px solid #dadada;

}

.join-content &gt; div {
    margin-top: 35px;
}

.join-content &gt; div:first-child {
    border-bottom: 1px solid #dadada;
    padding-bottom: 40px;
}

.join-content &gt; div:last-child {
    padding-bottom: 24px;
}

.join-content h3 {
    font-size: 16px;
    color: #272b2a;
    font-weight: normal;
    margin-bottom: 18px;
}

.join-content p {
    line-height: 28px;
    color: #666666;
}

.joinList li:hover .jobs_left &gt; h3 {
    color: #0b3775;
}

.joinList .jobs.active .jobs_left &gt; h3 {
    color: #0b3775;
}

.joinList .jobs.active .jobs_right &gt; i {
    background: url("/images/rczp_08.jpg") no-repeat;
}

/*over*/
/*视频中心*/

.spzx_con{
    overflow: hidden;
}

.spzx_con1{
    float: left;
    width: 362px;
    margin-right: 57px;
}
.spzx_con1:last-child{
    margin-right: 0;
}


.index_video {
    width: 362px;
    height: 253px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    margin-bottom: 19px;
}

.index_video img {
    display: block;
    width: 100%;
}

.index_video::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("/images/video_03.png") no-repeat center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.index_video:hover::before {
    background-color: rgba(0, 0, 0, 0.2);
}


.msg-box-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0; /* background: #F3F3F3; */
    display: none;
    z-index: 1001;
}

.msg-box {
    width: 860px;
    height: 524px;
    padding: 50px;
    background-color: #F3F3F3;
    position: absolute;
    left: 50%;
    margin-left: -480px;
    top: 0;
    margin-top: -312px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.msg-box .close-box {
    width: 38px;
    height: 38px;
    background: url('/images/btn-close-modal.png') no-repeat center;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.msg-box .close-box:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}


.spzx_con1 .con{
    padding-bottom: 57px;

}

.spzx_con1 .con h3{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size:16px;
    color:#444444;
    margin-bottom: 15px;
}

.spzx_con1 .con p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #666666;
    line-height: 26px;
}

/*关于我们*/

/*us_f1*/
.us_title{
    font-size: 20px;
    color: #444444;
    margin-bottom: 25px;
}


.about_con .us_f1{
    margin-bottom: 38px;
}


.us_f1_con .hd.nav .prev{
    position: absolute;
    bottom: 239px;
    left: 1073px;
    width: 47px;
    height: 27px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
}
.us_f1_con .hd.nav .prev:hover{
    background:  #0b3775 url('/images/cpxq321_03.png') no-repeat center;
}



.us_f1_con .hd.nav .next{
    position: absolute;
    bottom: 239px;
    left: 1138px;
    width: 47px;
    height: 27px;
    border: 1px solid #e5e5e5;

}


.us_f1_con .hd.nav .next:hover{
    background:  #0b3775 url('/images/cpxq321_05.png') no-repeat center;
}



.us_f1_con .pro_rec li{
    width: 187px;
    margin-right: 13px;
}


.us_f1_con .pic{
    overflow: hidden;
    width: 187px;
    height: 83px;
    border: 1px solid #e5e5e5;
    margin-right: 13px;
}

.us_f1_con .pic.mar{
    margin-right: 0;
}

.us_f1_con .pic.marb{
    margin-bottom: 15px;
}

.us_f1_con .pic img{
    width: 185px;
    height: 81px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.us_f1_con .pic:hover img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

/*us_f2*/

.us_f2 .us_title{
    margin-bottom: 20px;
}

.us_f2 .subtit{
    color: #666666;
    margin-bottom: 35px;
}

.us_f2 p{
    color: #666666;
    line-height: 26px;
}

.us_f2 .us_pic{
    width: 100%;
    margin-top: 35px;
}

.us_f2 .us_pic img{
    display: block;
    width: 100%;
}

/*us_f3*/

.us_f3{
    margin-top: 40px;
}

.us_f3 p{
    color: #666666;
    line-height: 26px;
    margin-bottom: 40px;
}

.us_f3 .us_title{
    margin-bottom: 20px;
}

/*us_f4*/
us_f4_con .pro_rec li{
    width: 363px;
    margin-right: 56px;
}


.us_f4_con{
    overflow: hidden;
}



.us_f4_con .pic{
    float: left;
    margin-right: 13px;
    width: 290px;
    height: 371px;
    margin-bottom: 15px;
}

.us_f4_con .pic.mar{
    margin-right: 0;
}

.us_f4_con .pic img{
    display: block;
    width: 290px;
    height: 371px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.us_f4_con .pic:hover img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

/*over*/


/*浮动菜单*/
.nei_anchor {
    text-align: center;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    padding: 15px 0;
    width: 100%;
    background: #fff;
    z-index: 20;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

.nei_anchor span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 6px;
}

.nei_anchor span a {
    line-height: 35px;
    font-size: 15px;
    padding: 0 25px;
    border-radius: 10px;
    border: 1px solid #ccc;
    display: block;
}

.nei_anchor span:hover a, .nei_anchor span.on a {
    background: #0b3775;
    color: #fff;
    border-color: #0b3775;
}

.anchor_position {
    position: relative;
}

.anchor {
    position: absolute;
    width: 100%;
    height: 1px;
    background: transparent;
    left: 0;
    top: -80px;
}

/*over*/

/*首页*/
/*首页banner*/
.banner_rolling {
    width: 100%;
}

.banner_rolling .flexslider {
    position: relative;
    clear: both;
    overflow: hidden;
    z-index: 1;
}

.banner_rolling .flexslider .slides li {
    position: relative;
    width: 100%;
}

.banner_rolling .flexslider .slides li a {
    position: relative;
    display: block;
    width: 100%;
}

.banner_rolling .flexslider .slides li a .con{
    position: absolute;
    left: 56.62%;
    top: 39%;
}

@media all and (max-width: 1366px){
    .banner_rolling .flexslider .slides li a .con{
        position: absolute;
        left: 54.62%;
        top: 39%;
    }
}


.banner_rolling .flexslider .slides li a:hover .con .learn_more1{
    color: #f39d11;
}



.banner_rolling .flex-control-nav {
    padding: 0;
    position: absolute;
    bottom: 33px;
    left: 0;
    height: 24px;
    line-height: 24px;
    width: 100%;
    text-align: center;
}

.banner_rolling .flex-control-nav li {
    vertical-align: middle;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0 7px;
    padding: 0;
}

.banner_rolling .flex-control-nav li a {
    position: relative;
    cursor: pointer;
    margin: 0 auto;
    border-radius: 12px;
    display: block;
    font-size: 0;
    color: transparent;
    width: 8px;
    height: 8px;
    border: 2px solid #ffffff;
}

.banner_rolling .flex-control-nav li a:hover,
.banner_rolling .flex-control-nav li a.flex-active {
    background-color: #fff;
}


.flex-direction-nav li a {
    width: 48px;
    height:48px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    display: block;
    font-size: 0;
    text-indent: -9000px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.flex-direction-nav li a.flex-prev {
    left: 2.8%;
    background: url("/images/cpxq3_03.png") no-repeat center #ffffff;
}

.flex-direction-nav li a.flex-next {
    right: 2.8%;
    background: url("/images/cpxq3_05.png") no-repeat center #ffffff;
}

.flex-direction-nav li a.flex-prev:hover {
    background: url("/images/pack_list_13.png") no-repeat center #0b3775;
}

.flex-direction-nav li a.flex-next:hover {
    background: url("/images/pack_list_15.png") no-repeat center #0b3775;
}

/*over*/

.ind_f1{
    background-color: #efefef;
    padding-top: 49px;
    padding-bottom: 58px;
}

.ind_tit .p1{
    font-size: 18px;
    font-family: "Arial";
    color: #999999;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    text-transform: capitalize;
}

.ind_tit .p2{
    font-size: 22px;
    color: #444444;
    margin-bottom: 29px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;

}


.ind_f1 .ind_f1_left,
.ind_f1 .ind_f1_right{
    width: 395px;
    float: left;
}



.ind_f1 .cpzx_con1{
    width: 394px;
    float: none;
}

.ind_f1 .cpzx_con1.bon{
    margin-bottom: 15px;
}

.ind_f1 .cpzx_con1 .pic{
    width: 394px;
    height: 213px;
    overflow: hidden;
}

.ind_f1 .cpzx_con1 .pic img{
    width: 394px;
    height: 213px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.ind_f1 .cpzx_con1 .con{
    padding-bottom: 25px;
}

.ind_f1 .cpzx_con1 .con p{
    margin-bottom: 8px;

}

.ind_f1_center{
    width: 380px;
    height: 645px;
    margin-left: 15px;
    position: relative;
    float: left;
    margin-right: 15px;
}

.ind_f1_center .pic{
    width: 380px;
    height: 645px;
    overflow: hidden;
}

.ind_f1_center .pic img{
    width: 380px;
    height: 645px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.ind_f1_center a:hover .pic img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.ind_f1_center .con{
    position: absolute;
    bottom: 30px;
    left: 131px;
    text-align: center;
}

.ind_f1_center .con h3{
    font-size: 16px;
    color: #ffffff;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding: 0 20px;
    margin-bottom: 3px;
}

.ind_f1_center a:hover .con h3{
    color: rgba(255, 255, 255, 0.78);
}

.ind_f1_center .con p{
    font-family: "Arial";
    font-size: 12px;
    color: #c0c0c0;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding: 0 20px;
    text-transform: uppercase;
    margin-bottom: 5px;
}


.ind_f1_center a:hover .con p{
    color: rgba(192, 192, 192, 0.89);
}


.ind_f1_center .con .more1{
    font-size: 12px;
    color: #ffffff;
    width: 89px;
    height: 26px;
    text-align: center;
    border: 1px solid #ffffff;
    display: inline-block;
    *display:inline;
    *zoom:1;
    line-height: 25px;
}


.ind_f1_center a:hover .con .more1{
    color: rgba(255, 255, 255, 0.89);
}

/*ind_f2*/

.ind_f2{
    box-sizing: border-box;
    height: 589px;
    padding: 61px 0;
    overflow: hidden;
}

.ind_f2 .inner{
    overflow: hidden;
    position: relative;
}


.ind_f2 .ind_tit .p1{
    color: rgba(255, 255, 255, 0.69);
}

.ind_f2  .ind_tit .p2{
    color: #ffffff;
}

.ind_f2 .ind_f2_con{
    overflow-y:auto;
    padding-bottom: 36px;
}

.ind_f2 .ind_f2_con::-webkit-scrollbar {
    height: 3px !important;
    background: url("/images/ind_gd_bg_03.jpg") repeat-x center;
}

.ind_f2 .ind_f2_con::-webkit-scrollbar-thumb {
    background: url("/images/ind_gd_03.jpg") repeat-x center;
}



.ind_f2 .ind_f2_con1{
    width: 500px;
    height: 350px;
    position:relative;
    float: left;
    margin-right: 15px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.ind_f2 .ind_f2_con1 .pic:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
}
.ind_f2 .ind_f2_con1 .pic{
    overflow: hidden;
    width: 500px;
    height: 345px;
}

.ind_f2 .ind_f2_con1 .pic img{
    width: 500px;
    height: 350px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.ind_f2 .ind_f2_con1:hover .pic img{
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}

.ind_f2 .ind_f2_con1 .con{
    position: absolute;
    left: 30px;
    bottom: 45px;
    width: 442px;
    height: 52px;
    overflow: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: 5;
}

.ind_f2 .ind_f2_con1:hover .con{
    height:159px;
}

.ind_f2 .ind_f2_con1 .con h3{
    font-size: 18px;
    color: #ffffff;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-bottom: 9px;

}

.ind_f2 .ind_f2_con1 .con .p1{
    color: rgba(255, 255, 255, 0.67);
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.ind_f2 .ind_f2_con1 .con .p2{
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 24px;
    margin-bottom: 20px;
}

.ind_f2 .ind_f2_con1 .con img{
    background: url("/images/icon-arrow1.png") no-repeat center;
}

.ind_f2 .fhal{
    display: block;
    width: 44px;
    height: 5px;
    background: url("/images/icon-arrow1.png") no-repeat center;
    position: absolute;
    right: 15px;
    top: 30px;
}

.ind_f2 .fhal:hover{
    background: url("/images/icon-arrow-hover.png") no-repeat center;
}

/*ind_f3*/

.ind_f3{
    background-color: #efefef;
    padding-top: 60px;
    overflow: hidden;
    padding-bottom: 60px;
}

.ind_f3_left{
    float: left;
    overflow: hidden;
    margin-right: 15px;
}


.ind_f3_left  .pic{
    width: 296px;
    height: 400px;
    overflow: hidden;
    float: left;
}

.ind_f3_left .pic img{
    width:296px;
    height: 400px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.ind_f3_left_gywm:hover img{
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}

.ind_f3_left .con{
    box-sizing: border-box;
    float: left;
    width: 465px;
    height: 400px;
    padding: 43px 42px 88px 45px;
    background-color: #fff;
    position: relative;
}

.ind_f3_left .con .p3{
    color: #888888;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}



.ind_f3_left_gywm:hover  .con:before{
    background: url("/images/icon-arrow-hover.png") no-repeat center;
}

.ind_f3_right{
    float: left;
    width: 424px;
}

.ind_f3_right .news-list{
    background: #ffffff;
}

.ind_f3_right .news-list li{
    width: 429px;
    margin-right: 0;
    margin-bottom: 0;
    padding-bottom: 44px;
    overflow: hidden;
}

 .ind_f3_right  .news-list .img{
     width: 429px;
     height: 163px;
     overflow: hidden;
     margin-bottom: 33px;

 }

.ind_f3_right .news-list img{
    width: 429px;
    height: 163px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.ind_f3_right .news-list .date{
    padding: 0 32px;
    margin-top: 30px;
}

.ind_f3_right .news-list h4{
    padding: 0 32px;
    margin-top: 40px;
    box-sizing: border-box;
    font-size: 16px;
    color: #444444;
    margin-bottom: 16px;
}

.ind_f3_right .news-list p{
    padding: 0 32px;
}

.ind_f3_right .news-list-item{
    width: 425px;
      position: relative;
}



/*客服*/
.kf {
display:none;
    transition: .8s;
    -o-transition: .8s;
    -moz-transition: .8s;
    -webkit-transition: .8s;
    z-index: 999999;
    background-color: #fff;
    position: fixed;
    bottom: 100px;
    right: 20px;
    width: 62px;
    border-radius: 5px;
}

.kf span {
    z-index: 1000001;
    transition: .5s;
    cursor: pointer;
    position: relative;
    display: block;
    width: 62px;
    height: 62px;
    border-bottom: 1px solid #e3e3e3;
}

.kf .zx {
    border-radius: 5px 5px 0 0;
    background: url("/images/kefu_03.png") no-repeat center #fff;
}

.kf .zx:hover {
    background: url("/images/kefu1_03.png") no-repeat center #f4474c;
}

.kf .freetel {
    background: url("/images/kefu1_07.png") no-repeat center #fff;
}
.kf .act {
    background: url("/images/w_index_07.png") no-repeat center #fff;
}


.kf .freetel:hover {
    background: url("/images/kefu_07.png") no-repeat center #f4474c;
}

.kf .zxlya {
    background: url("/images/kefu_14.png") no-repeat center #fff;
}
.kf .act:hover{
    background: url("/images/w_index_03.png") no-repeat center #f4474c;
}
.kf .zxlya:hover {
    background: url("/images/kefu1_14.png") no-repeat center #f4474c;
}

/* .kf span:nth-child(4){background: url("/images/w_index_07.png") no-repeat center #fff; }*/
/* .kf span:nth-child(4):hover{background: url("/images/w_index_03.png") no-repeat center #f4474c;}*/
.kf .back_top {
    border-radius: 0 0 5px 5px;
    border: none;
    background: url("/images/kefu_18.png") no-repeat center #fff;
}

.kf .back_top:hover {
    background: url("/images/kefu1_18.png") no-repeat center #f4474c;
}

.kf span div {
    display: none;
    background-color: #fff;
    border-radius: 5px;
    position: absolute;
    right: 75px;
    padding: 19px 0px 14px 0px;
    font-size: 14px;
    color: #006ac8;
    bottom:2px;
    white-space: nowrap;
}

.kf span div input {
    text-indent: .5em;
    display: block;
    margin: 15px 0;
    line-height: 28px;
    color: #696969;
    font-size: 12px;
    width: 140px;
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    height: 28px;
}

.kf span div a {
    transition: .5s;
    -webkit-transition: .5s;
    display: block;
    background: #f4474c;
    border-radius: 2px;
    color: #fff;
    line-height: 26px;
    font-size: 12px;
    text-align: center;
    width: 79px;
    height: 26px;
}

.kf span div a:hover {
    background: #f4474c;
}

.kfimgr{
    position: absolute;
    bottom:23px;
    right: -9px;
}

.kf span div i {
    display: block;
    position: absolute;
    width: 15px;
    height: 200px;
    right: -15px;
    top: 0;
}

.kf .zx div, .kf .freetel div,
.kf .zxlya div, .kf span:nth-child(4) div {
    text-align: center;
    min-width: 148px;
    font-size: 14px;
    color: #666;
}

.kf span:nth-child(4) div {
    white-space: nowrap;
}

.kf a{display:block;height: 68px;position:absolute;top:0;right:0;width: 100%}

.kf span div, .kf {
    -webkit-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
}

.kf .erweima&gt;p{
    margin-bottom: 5px;
}


.nav_center div, .index_nav_center div, .shou, .zhan {
    -webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
}

.shou {
    z-index: 1000000;
    cursor: pointer;
    width: 30px;
    height: 40px;
    top: 50%;
    margin-top: -15px;
    border-radius: 5px 0 0 5px;
    right: 62px;
    background: url("/images/kefq.png") no-repeat center #fff;
    position: absolute;
}

.shou.on {
    background-image: url("/images/kefq1.png");
}

/*over*/















</pre></body></html>