
                .header{height:123px;position: relative; z-index: 5;background:#fff; width: 100%;}
                .content,.footer{ width: 1200px; margin: 0 auto;}i,em{ font-style: normal;}
                .header .logo{float: left;margin:25px 32px 0 6.3%;}
                .header h3{float:left; padding-top:45px; line-height: 100%; color: #303030; font-size:22px;font-weight: bold;}
                .header h3 span{ display: block; font-weight: normal; font-size: 18px; padding-top:3px;}
                .header .h_nav{ float: right;  margin-right:10.3%; margin-top: -38px;}
                .h_nav ul{ float: right;}
                .h_nav ul li{float: left;font-size: 16px;position: relative; box-sizing: border-box; margin-left:24px;}
                .h_nav ul li a{color: #303030;display: block; font-size:18px; position: relative;z-index: 5;  text-align: center; box-sizing: border-box; height: 29px; line-height: 100%;}
                .h_nav ul li:before{ background: #ea0d00; content: ""; left: 0; top: 28px; transition: all 0.2s; width: 0; height: 1px; position: absolute;}
                .h_nav li.cur:before,.h_nav li:hover:before{width: 100%;}
                .h_nav li.cur a,.h_nav li a:hover{ color: #ea0d00;}
                
                
                
                  .menu {
            clear: both;
            height: 80px;
        }
        
        .header .menu li {
            position: relative;
            float: left;    height: 123px;
        }
        
        .header .menu li>a {
            display: block;
            /*font-size: 16px;*/
            /*color: #fff;*/
            /*line-height: 80px;*/
            position: relative;
            z-index: 2;
            /*padding: 0 8px;*/
            -o-transition: all .3s ease;
            transition: all .3s ease;
            /*margin-left: 40px;*/
        }
        
        
        
     
        
       
        
        .h_con {
            max-width: 1608px;
            min-width: 1200px;
            margin: 0 auto;
            height: 137px;
        }
        
        .header-stick {
            background: #fff;
            height: 120px;
            box-shadow: 0 0 10px rgba(0, 0, 0, .1);
        }
        
        .header-stick .logo {
            padding-top: 15px;
        }
        
        .header-stick .logo img:first-child {
            display: none;
        }
        
        .header-stick .logo img.stick-logo {
            display: block;
        }
        
        .header-stick .h_info {
            padding-top: 0;
        }
        
        .header-stick .h_links,
        .header-stick .s_key {
            display: none;
        }
        
        .header-stick .h_tel {
            display: block;
        }
        
        .header-stick .menu li>a {
            color: #000;
            line-height: 48px;
        }
        
        .header-stick .menu li>a:after {
            background: #335ECD;
        }
        
        .header-stick .menu li>a:after {
            bottom: -12px;
        }
        
        @media screen and (max-width:1600px) {
            .h_con {
                width: 1450px;
            }
            .header .menu li>a {
                margin-left: 3px;
            }
        }
        
        @media screen and (max-width:1400px) {
            .h_con {
                width: 1200px;
            }
            .header .menu li>a {
                margin-left:3px;
            }
            .header .logo {
                padding-top: 0;
            }
            .header .logo img {
                width: 190px;
            }
        }
        
        .submenu {
            overflow: hidden;
            display: none;
            position: fixed;
            width: 100%;
            top: 134px;
            z-index: 99;
            background: rgba(231, 231, 231, .8);
            background: #f4f4f4;
            padding: 39px 0 25px;
            left: 0;
            line-height: 0;
            font-size: 0;
            text-align: center
        }
        
        .submenu p {
            width: 20%;
            display: inline-block;
            line-height: 0;
            margin: 34px 0
        }
        
        .submenu p a {
            display: block
        }
        
        .submenu p i {
            display: block;
            overflow: hidden;
            transition: .3s ease;
            -o-transition: .3s ease
        }
        
        .submenu p i img {
            display: block;
            margin: 0 auto;
            transition: .3s ease;
            -o-transition: .3s ease
        }
        
        .submenu p span {
            display: block;
            font-size: 14px;
            color: #282828;
            line-height: 1;
            transition: .3s ease;
            -o-transition: .3s ease;
            font-weight: 700
        }
        .project001 p{width: 25%;}
        .project001 p i {
            background: #939393;
            width: 68px;
            height: 68px;
            border-radius: 10px;
            margin: 0 auto 24px
        }
        
        .project001 p i img {
            width: 68px
        }
        
        .project001 p:hover i {
            background: #0051cf
        }
        
        .project001 p:hover span {
            color: #0051cf
        }
        
        .platform001 p i {
            font-size: 34px;
            line-height: 100%;
            color: #282828;
            margin: 0 auto 30px;
            height: 34px;
            font-style:normal;
        }
        
        .platform001 p i img {
            width: 33px;
            padding: 1px 0;
            filter: brightness(0);
            -webkit-filter: brightness(0);
            -o-transition: all .3s ease;
            transition: all .3s ease
        }
        
        .product001 {
            text-align: left;
            padding-bottom: 40px;
        }
        
        .product001 dl {
            display: inline-block;
            width: 20%;
            margin: 10px 0;
            vertical-align: top;
            -o-transition: all .3s ease;
            transition: all .3s ease;
            position: relative
        }
        
        /*.product001 dl:before {*/
        /*    position: absolute;*/
        /*    content: "";*/
        /*    width: 100%;*/
        /*    height: 100%;*/
        /*    background: #dcdcdc;*/
        /*    left: 0;*/
        /*    z-index: 0;*/
        /*    padding-bottom: 30px;*/
        /*    opacity: 0;*/
        /*    top:-15px;*/
        /*    -o-transition: all .3s ease;*/
        /*    transition: all .3s ease*/
        /*}*/
        
        /*.product001 dl:hover:before {*/
        /*    opacity: 1*/
        /*}*/
        
        .product001 dl:hover dt a {
            color: ##ea0d00
        }
        
        .product001 dt {
            position: relative;
            z-index: 2
        }
        
        .product001 dt a {
            display: block;
            font-size: 14px;
            line-height: 50px;
            color: #282828;
            font-weight: 700;
            -o-transition: all .3s ease;
            transition: all .3s ease
        }
        
        .product001 dd {
            position: relative;
            z-index: 2
        }
        
           .h_nav li .product001 dd a {
            display: block;
            font-size: 13px;
            line-height: 20px;
            color: #666;
            -o-transition: all .3s ease;
            transition: all .3s ease
        }
        
           .h_nav li .product001 dd a:hover {
            color: #ea0d00
        }
        
        .case001 p {
            margin: 45px 0
        }
        
        .case001 p i img {
            width: 42px;
            margin: 0 auto 30px;
            filter: brightness(0);
            -webkit-filter: brightness(0);
            -o-transition: all .3s ease;
            transition: all .3s ease
        }
        
        .custom001 p {
            width: 220px;
            margin: 65px 45px
        }
        
        .custom001 p i {
            width: 220px;
            overflow: hidden;
            margin-bottom: 28px
        }
        
        .custom001 p i img {
            width: 340px;
            filter: grayscale(100%);
            -webkit-filter: grayscale(100%);
            -o-transition: all .3s ease;
            transition: all .3s ease
        }
        
        .service001 p {
            width: 100px;
            margin: 78px 50px
        }
        
        .service001 p i {
            width: 51px;
            height: 52px;
            overflow: hidden;
            margin: 0 auto 28px
        }
        
        .service001 p i img {
            width: 51px;
            filter: brightness(0);
            -webkit-filter: brightness(0);
            -o-transition: all .3s ease;
            transition: all .3s ease
        }
        
        .news001 p {
            width: 100px;
            margin: 78px 171px
        }
        
        .news001 p i {
            width: 70px;
            height: 53px;
            overflow: hidden;
            margin: 0 auto 29px
        }
        
        .news001 p i img {
            width: 70px;
            filter: brightness(0);
            -webkit-filter: brightness(0);
            -o-transition: all .3s ease;
            transition: all .3s ease
        }
        
        .news001 p:nth-child(1) {
            margin-left: 0
        }
        
        .news001 p:last-child {
            margin-right: 0
        }
        
        .about001 .content {
            max-width: 1920px;
            width: auto !important;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 0 8.6345%
        }
        
        .about001 p {
            width: calc((100% - 70px)/5);
            margin: 65px 7px
        }
        
        .about001 p i {
            overflow: hidden;
            margin-bottom: 31px
        }
        
        .about001 p i img {
            max-width: 100%;
            filter: grayscale(100%);
            -webkit-filter: grayscale(100%);
            -o-transition: all .3s ease;
            transition: all .3s ease
        }
        
        .platform001 p:hover i,
        .case001 p:hover i,
        .service001 p:hover i,
        .news001 p:hover i {
            color: #0051cf
        }
        
        .platform001 p:hover img,
        .case001 p:hover img,
        .service001 p:hover img,
        .news001 p:hover img {
            filter: brightness(100%);
            -webkit-filter: brightness(100%)
        }
        
        .platform001 p:hover span,
        .case001 p:hover span,
        .service001 p:hover span,
        .news001 p:hover span {
            color: #0051cf
        }
        
        .custom001 p:hover i img,
        .about001 p:hover i img {
            filter: grayscale(0);
            -webkit-filter: grayscale(0)
        }
        
        .custom001 p:hover span,
        .about001 p:hover span {
            color: #0051cf
        }
        /**/
.case001 p {
    margin: 36px 0;
}
.custom001 p {
    margin:36px 42px;
}
.custom001 p i {
    margin-bottom: 18px;
}
.service001 p {
    margin:30px 60px;
}
.news001 p {
    margin: 30px 171px;
}
.about001 p i {
    margin-bottom: 18px;
}
.about001 p i img,.custom001 p i img {
    max-width: 100%;
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
   -o-transition: all 1s linear 0s;
 transition: all 1s linear 0s }

.about001 p:hover i img,.custom001 p:hover i img { -webkit-transform: scale(1.05) rotate(0deg) translateY(0); -ms-transform: scale(1.05) rotate(0deg) translateY(0); transform: scale(1.05) rotate(0deg) translateY(0) }

.about001 .content {
    padding: 20px 8.6345%;
}
.about001 p{
    margin:10px 7px;
}
  @media screen and  (min-width:760px) and (max-width:1699px){
                    .header .logo img{ width:205px;}
                    .header h3{font-size: 19px;}
                    .header h3 span{font-size: 15px;}
                    .header .logo{ margin-left:4.3%; margin-right:15px;}
                    .header .h_nav{margin-right:4.3%;}
                    .h_nav ul li{margin-left: 21px;}
                    .h_nav ul li a{font-size: 14px;}
                    .ys .con li.cur .hov p em{    font-size: 15px;}
                }
                  @media screen and  (min-width:1599px) and (max-width:1699px){
                     .header .logo{ margin-left:7.3%;   }
                           .header .h_nav{margin-right:7.3%;}
                           .h_nav ul li a {
    font-size: 15px;
}
                  }
            

     
        .xiala {
            position: fixed;
            width: 1920px;
            left: 50%;
            margin-left: -960px;
            top: 123px;
            z-index: 30;
            background: #fff;
        }
        
     
        
        .content {
            width: 1200px;
            margin: 0 auto;
            font-family: "Microsoft Yahei";
        }
         .xiala{background: #f4f4f4;padding-bottom:95px; }
                    .xiala_l{ margin-top: 70px; width: 358px; border-right: 1px solid #bcbcbc;    height: 143px;}
                    .xiala_l b{ display: block; line-height: 100%; padding-bottom: 30px; font-size: 28px; color: #0053ab;}
                    .xiala_l em a{ display: inline-block; float: left; line-height: 100%; font-size: 18px; color: #0152ad; margin-bottom: 20px; margin-right: 36px;}
                    .xiala_l em a:hover{ text-decoration: underline;}
                    .xiala_r{ width: 778px; float: right; margin-top: 70px;}
                    .xiala_r h4{ float: left; width: 265px;}
                    .xiala_r h4 i{ display:block; font-size: 28px; color: #0053ab;;}
                    .xiala_r h4 em{ display: block; font-weight: normal; font-size: 16px; color: #0353ac; line-height: 28px; padding-top:30px; height: 76px;}
                    .xiala_r h4 a{font-weight: normal; color: #ee1100; font-size: 16px;}
                    .xiala_r h5{ float: right;}
                    .xiala_r h5 img{ display: inline-block; width: 207px;}
                    .xiala_r h5 em{ display: inline-block; float: left; width: 207px; background: #fff; margin-left: 28px;}
                    .xiala_r h5 em span{ display: block; text-align: center; font-size: 14px; color: #666666;font-weight: normal; line-height: 35px; margin-top: -3px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
                            .xiala .xiala_r h4 a{ display:inline-block;}
                            
                         


        .ty-banner-1 {
            overflow: hidden;
            line-height: 0;
            text-align:center;
        }
        .ty-banner-1 img{
            visibility: hidden;
        }
        .ty-banner-1 img.show{
            visibility: visible;
        }
    

        .p1-search-1 {
            background: #f2f2f2;
            height: 82px;
            border-bottom: 1px solid #eee;
            overflow: hidden;
            font-size: 14px;
        }
        
        .p1-search-1 p {
            color: #444;
            line-height: 82px;
        }
        
        .p1-search-1 a {
            color: #444;
            display: inline-block;
            margin-right: 15px;
        }
        
        .p1-search-1-inp {
            width: 270px;
            height: 30px;
            border-radius: 20px;
            background: #fff;
            padding-left: 10px;
            margin-top: 28px;
        }
        
        .p1-search-1-inp input {
            border: 0;
        }
        
        .p1-search-1-inp1 {
            width: 224px;
            height: 30px;
            line-height: 30px;
            color: #a9a9a9;
            float: left;
        }
        
        .p1-search-1-inp2 {
            width: 30px;
            height: 30px;
            background: url(images/VISkins-p1.png) no-repeat -258px -936px;
            float: right;
            cursor: pointer;
        }
    

        .p12-curmbs-1 {
            font-size: 14px;
            border-bottom: 1px dashed #dcdcdc;
        }
        
        .p12-curblock{
            display: none;
        }
        .p12-curmbs-1 b {
            border-left: 10px solid #eb3d00;
            font-weight: normal;
            padding-left: 8px;
        }
        .p12-curmbs-1 i {
            font-style: normal;
        }
        
        .p12-curmbs-1 span {
            font-family: '宋体';
            padding: 0 5px;
            height: 46px;
            line-height: 46px;
        }
    

        .p15-infolist-1-t1 {
            padding: 35px 49px 0px 21px;
            background: #fff;
            border-bottom: 1px dashed #cacaca;
            margin-bottom: 20px;
            height: 164px;
        }
        
        .p15-infolist-1-t1 dt {
            position: relative;
            height: 30px;
            font-size: 18px;
            line-height: 30px;
            margin-bottom: 8px;
            padding-left: 68px;
        }
        
        .p15-infolist-1-t1 dt a {
            display: block;
            color: #333;
            font-weight: normal;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .p15-infolist-1-t1 dt span {
            display: block;
            width: 60px;
            height: 30px;
            font-size: 18px;
            line-height: 30px;
            text-align: center;
            color: #fff;
            position: absolute;
            top: 0;
            left: -0px;
            background: #0054ab;
        }
        
        .p15-infolist-1-t1-desc {
            height: 72px;
            line-height: 24px;
            margin-bottom: 5px;
            overflow: hidden;
            padding-left: 68px;
        }
        
        .p15-infolist-1-t1-deta {
            width: 60px;
            float: right;
            padding-left: 20px;
            background: url(images/p14-icon21.png) no-repeat left center;
        }
        
        .p15-infolist-1-t1-deta a {
            display: block;
            color: #0054ab;
        }
    

            .liuys{ overflow:hidden; background: #ebebeb; width: 930px; box-sizing: border-box;padding: 100px 81px;margin-bottom:60px;}
            .liuys h3{ margin-bottom: 40px;}
               .liuys ul li label{ display:none;}
            .liuys ul li{ border: 1px solid #ccc; border-radius: 3px; height: 32px; line-height: 32px; overflow: hidden; margin-bottom: 16px;}
            .liuys ul li b{ display: inline-block; float: left; font-size: 0; line-height: 0; overflow:hidden; border-right: 1px solid #ccc;}
            .liuys ul li input{ display: inline-block; float: left; height: 32px; line-height: 32px; background: none; border: none; outline: none; background: #fff; padding-left: 12px;width: 93.3%; color: #999;}
            .liuys ul li.heigh{ height: 52px;}
            .liuys ul li textarea{ display: inline-block; float: left; height: 52px; line-height: 32px; background: none; border: none; outline: none; background: #fff; padding-left: 12px;width: 93.3%; color: #999;}
            .liuys ul li.last{ border: none;}
            .liuys ul li.last button{ width: 52px; height: 32px; background: #5bc0de; border: 1px solid #46b8da; border-radius: 3px; color: #fff; cursor: pointer; outline: none;}
            .liuys p{ text-indent: 20px;background:  url("images/biaoq.jpg") no-repeat 0 3px; line-height: 18px; color: #333;}
        

        .liuys .code{display:none;}
        .liuys .submit{display:none;}



        /*表单弹框*/
        .nsw-modal {
            width: 100%;
            height: 100%;
            background: rgba(225, 225, 225, 0.5);
            position: fixed;
            top: 0;
            left: 0;
            z-index: 99999;
        }
        .modal-dialog {
            position: fixed;
            color:#000000;
            top: 150px;
            width: 400px;
            border-radius: 3px;
            min-height: 155px;
            overflow: hidden;
            z-index: 99998;
            margin-left: -200px;
            left: 50%;
        }
        .modal-dialog .css-icon {
            background-image: url("images/modal-icons.png");
        }
        .modal-dialog .modal-head {
            height: 30px;
            line-height: 30px;
            padding: 0px 20px;
            background: #F6EFEF;
            font-size: 14px;
        }
        .modal-dialog .modal-head .modal-logo {
            width: 15px;
            height: 15px;
            background-position: 1px 0px;
            margin: 8px 5px 0 0;
            float: left;
        }
        .modal-dialog .modal-head .close {
            float: right;
            width: 15px;
            height: 15px;
            background-position: -14px 0px;
            margin-top: 8px;
        }
        .modal-dialog .modal-body {
            width: 100%;
            min-height: 125px;
            background: #ffffff;
        }
        .modal-dialog .modal-body .modal-body-left {
            width: 140px;
            float: left;
        }
        .modal-dialog .modal-body .modal-body-left .icon {
            width: 64px;
            height: 64px;
            margin: 30px 0 0 48px;
        }
        .modal-dialog .modal-body .modal-body-left .success-message {
            background-position: 0px -14px;
        }
        .modal-dialog .modal-body .modal-body-left .warming-message {
            background-position: 0px -78px;
        }
        .modal-dialog .modal-body .modal-body-right {
            width: 260px;
            float: right;
            padding-top: 20px;
        }
        .modal-dialog .modal-body .modal-body-right .close-btn {
            color: #000;
            text-align: center;
            width: 90px;
            display: inline-block;
            height: 24px;
            line-height: 24px;
            background: #818079;
        }
        .modal-dialog .modal-body .modal-body-right p {
            line-height: 30px;
        }

        /*翻页*/
        .p12-pagination-1-main {
            margin: 0 auto;
            padding: 20px 0;
            height: 30px;
            text-align: center;
        }

        .p12-pagination-1 a,
        .p12-pagination-1 span {
            display: inline-block;
            padding: 0 8px;
            height: 26px;
            line-height: 26px;
            border: 1px solid #e5e5e5;
            text-align: center;
            margin: 0 2px;
            background: #fff;
        }

        .p12-pagination-1 span {
            border: 1px solid #fff;
        }

        .p12-pagination-1 .page_curr {
            background:#0054ab;
            color:#fff;
        }

        .p12-pagination-1 .laypage_first,
        .p12-pagination-1 .laypage_last {
            display: none;
        }
        .tij ul li:nth-of-type(4) b{    width: 150px;
    display: block;
    color: #fff;
    font-weight: normal;
    font-size: 15px;}

    

        
        .p14-left-nav-1-tit {
            background: #0054ab;
            height:66px;                            
        }
        
        .p14-left-nav-1-tit h2 {
            height: 65px;
            font-size: 22px; 
            font-weight: normal;
            line-height: 65px;
            color: #fff;
            border-bottom: 1px solid #fff;
            text-align: center;
            
        }
        .p14-left-nav-1-tit h2 span{font-size: 14px; text-transform: uppercase;}
         
        
        .p14-left-nav-1-nav-one h3 {
            height: 40px;
            line-height: 40px; 
            background:url(images/p14-icon5.png) no-repeat right center #ececeb; 
            margin-bottom: 2px;
            overflow: hidden;
        }
        
        .p14-left-nav-1-nav-one h3 a {
            display: block; 
            font-size: 16px;
            font-weight: normal;
            margin-right: 40px;
            margin-left: 20px; 
            color: #666;
        }
        
        .p14-left-nav-1-nav-one h3.sidenavcur,.p14-left-nav-1-nav-one h3:hover{
            background: url(images/p14-icon2.png) no-repeat right center #0054ab; 
        }  
        .p14-left-nav-1-nav-one h3.sidenavcur a,.p14-left-nav-1-nav-one h3:hover a{
            color: #fff
        }
        
        .p14-left-nav-1-nav dl{
            padding: 2px 0 4px;
        }
        .p14-left-nav-1-nav dt {
           height: 40px;
    font-size: 14px;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 30px;
    margin-bottom: 1px;
    background: #ececec;
    position: relative;
    overflow: hidden;
            
        }
        .p14-left-nav-1-nav dt:after{      
        	content: "";
        	width: 8px;
        	height: 8px;              	
        	border: 2px solid #b8b8b8;
        	border-style: solid solid none none;
        	position: absolute; 
        	top: 50%;
        	right: 32px;
        	margin-top: -4px;
        	-webkit-transform: rotate(45deg);
        	-moz-transform: rotate(45deg);
        	-ms-transform: rotate(45deg);
        	-o-transform: rotate(45deg);
        	transform: rotate(45deg);
        }
        
        .p14-left-nav-1-nav dt.sidenavcur:after,.p14-left-nav-1-nav dt:hover:after {
                    	border-color:#0054ab;  
        }
        .p14-left-nav-1-nav dt.sidenavcur a,.p14-left-nav-1-nav dt:hover a{color: #0054ab; }
        
        .p14-left-nav-1-nav dd{
            border: 1px solid #ececec;                             
            border-bottom:0;     
        }
        .p14-left-nav-1-nav p {
            height: 50px;
            font-size: 14px;
            line-height: 50px;
            padding-left: 72px;
            padding-right: 40px; 
            border-bottom: 1px solid #ececec; 
            background: #fff;
            position: relative;
            overflow: hidden;
        }
          
                          
        /*.p14-left-nav-1-nav p:after{content: ""; width: 3px; height: 3px; border-radius: 100%;background: #666; position: absolute; left: 58px; top: 50%;}*/
        
       
        .p14-left-nav-1-nav p.sidenavcur a,.p14-left-nav-1-nav p:hover a{color:#0054ab;} 
         
        .p14-left-nav-1-nav p.sidenavcur:after ,.p14-left-nav-1-nav p:hover:after  {background: #eb3d00; } 
        
        .p14-left-nav-1-nav a {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    

        .p14-pro-1 {
            background: #fff;
        }
        
        .p14-pro-1-tit {
            height: 50px;
            font-size: 22px;
            line-height: 50px;
            margin-bottom: 10px;
            background: #0054ab;
            color: #fff;
            text-align: center;
        }
        
        .p14-pro-1-list dl {
            border: 1px solid rgba(153, 153, 153, 0.3);
            margin-bottom: 10px;
            font-size: 12px;
            box-sizing: border-box;
            line-height: 18px;
            overflow: hidden;
        }
        
        .p14-pro-1-list dt {
            width: 100%;
            /*1:1的高度 238px*/
            /*2:1的高度 119px*/
            /*16:9的高度 134px*/
            /*4:3的高度 178px*/
            height: 178px;
            overflow: hidden;
        }
        
        .p14-pro-1-list dt img {
            display: block;
            width: 100%;
            margin: 0 auto;
        }
        
        .p14-pro-1-list dd h4 {
            height: 40px;
            font-size: 14px;
            font-weight: normal;
            line-height: 40px;
            overflow: hidden;
            text-align: center;
            text-overflow: ellipsis;
            color: #fff;
            background: #333;
            white-space: nowrap;
        }
        
        .p14-pro-1-list dd h4 a {
            display: block;
            color: #fff;
        }
    

        .contact-z1 {
            height: 140px;
            background: url("images/contact-z1.jpg") no-repeat;
            color: #333;
            margin-bottom: 30px;
        }
        
        .contact-z1 p {
            font-size: 20px;
            height: 30px;
            line-height: 30px;
            padding: 37px 0 0 95px; 
            background: url(images/contact-z1_tel.png) no-repeat 74px 44px;
        }
        
        .contact-z1 span {
            display: block;
            height: 30px;
            font-weight: bold;
            font-size: 18px;
            line-height: 30px; 
            padding-left: 73px;
        }
    

                .f_bj{color:#828384;clear:both;font-family:"Microsoft Yahei";height:513px;font-size: 16px;overflow: hidden; background:  url("images/f_bg.jpg") repeat-x; padding-top:57px; box-sizing: border-box; overflow: hidden;}
                .footer{ margin: 0 auto;width: 1200px;}
                .f_top{ overflow: hidden; height: 190px;}
                .f_top h3{ float: left;}
                .f_top h3 img{ display: inline-block; float: left;}
                .f_top h3 span{ display: inline-block; float: left; padding: 39px 0 0 17px;font-weight: normal; font-size: 20px; color: #000000;}
                .f_top p{ float: right; padding-top: 29px;}
                .f_top p a{ display: inline-block; margin-left: 70px; padding-left: 33px; font-size: 16px; color: #333333; background:  url("images/f_ico1.png") no-repeat 0 0;}
                .f_top p a:nth-child(2){background:  url("images/f_ico3.jpg") no-repeat;}
                .f_top p a:hover{ color: #ea0d00;}
                .f_on1{ float: left; width: 333px; overflow: hidden;}
                .f_on1 h3{ line-height: 100%; font-size: 20px; color: #333333; height: 49px;}
                .f_on1 ul li{ float: left; width: 157px; line-height: 100%; margin-bottom: 18px;}
                .f_on1 ul li a{ display: inline-block; line-height: 100%; font-size: 14px; color: #333333;}
                .f_on4{ float: right; text-align: center;}
                .f_on4 img{ width: 120px; height: 120px; padding: 11px; background: #f6f6f6; border-radius: 5px;}
                .f_on4 span{ display:block; line-height: 100%; font-size: 14px; color: #333333; padding-top: 17px;}
                .f_on2{ overflow: hidden; width: 705px; float: left;}
                .f_on2 ul{ float: left; width: 428px;}
                .f_on2 ul li{ padding-left: 36px; font-size: 14px; color: #333333; line-height:20px; margin-bottom: 20px; background:  url("images/fm_io3.jpg") no-repeat 0 11px;}
                .f_on2 ul li span{ display: block;}
                .f_on2 ul li b{ display: block; font-size: 26px; color: #333333; line-height: 100%; padding: 6px 0 3px 0;}
                .f_on2 ul li:nth-child(2){ background:  url("images/fm_io2.jpg") no-repeat 0 9px;}
                .f_on2 ul li:nth-child(1){ background:  url("images/fm_io1.jpg") no-repeat 0 28px;}
                .f_on2 p{ float: left; padding-top: 93px; width: 255px; line-height: 100%; font-size: 14px; color: #333333;}
                .f_on2 p span{ display: block; padding-bottom: 18px;}
                .f_on2 p a{ color: #333;}
                .f_on1 ul li a:hover{color: rgb(2, 108, 210); text-decoration: underline;}

            

        .client-2 {
            position: fixed;
            right: -170px;
            top: 50%;
            z-index: 900;
        }
        
        .client-2 li a {
            text-decoration: none;
        }
        .client-2 li {
            margin-top: 1px;
            clear: both;
            height: 62px;
            position: relative;
        }
        
        .client-2 li i {
            background: url(images/fx.png) no-repeat;
            display: block;
            width: 30px;
            height: 27px;
            margin: 0px auto;
            text-align: center;
        }
        
        .client-2 li p {
            height: 20px;
            font-size: 12px;
            line-height: 20px;
            overflow: hidden;
            text-align: center;
            color: #fff;
        }
        
        .client-2 .my-kefu-qq i {
            background-position: 4px 5px;
        }
        
        .client-2 .my-kefu-tel i {
            background-position: 0 -21px;
        }
        
        .client-2 .my-kefu-liuyan i {
            background-position: 4px -53px;
        }
        
        .client-2 .my-kefu-weixin i {
            background-position: -34px 4px;
        }
        
        .client-2 .my-kefu-weibo i {
            background-position: -30px -22px;
        }
        
        .client-2 .my-kefu-ftop {
            display: none;
        }
        
        .client-2 .my-kefu-ftop i {
               width: 33px;
    height: 31px;
    background-position: -23px -47px;
    background-size: 52px 82px;
        }
        .client-2 .my-kefu-ftop .my-kefu-main{
            padding-top: 6px;
        }
        
        .client-2 .my-kefu-left {
            float: left;
            width: 62px;
            height: 47px;
            position: relative;
        }
        
        .client-2 .my-kefu-tel-right {
            font-size: 16px;
            color: #fff;
            float: left;
            height: 24px;
            line-height: 22px;
            padding: 0 15px;
            border-left: 1px solid #fff;
            margin-top: 14px;
        }
        
        .client-2 .my-kefu-right {
            width: 20px;
        }
        
        .client-2 .my-kefu-tel-main {
            background: #0054ab;
            color: #fff;
            height: 53px;
            width: 230px;
            padding:9px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-main {
            background: #0054ab;
            width: 97px;
            height: 53px;
            position: relative;
            padding:9px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-weixin-pic {
            position: absolute;
            left: -130px;
            top: -24px;
            display: none;
            z-index: 333;
        }
        
        .my-kefu-weixin-pic img {
            width: 115px;
            height: 115px;
        }
    
