
		body{min-width:1200px;width:100%;overflow-x:hidden;}
		i,em{ font-style:normal;}
        .content{ width:1200px; margin:0 auto;font-family: "Microsoft Yahei";}
		.header{height: 163px;background:url(images/h_bg.jpg) repeat-x;}
        .h_con{height:111px;}
		.h_con .t_logo{float: left;margin:33px 15px 0px 0px;text-align: center;}
        .h_con h2{float:left;font-weight:normal;margin-top:28px;padding-left: 20px;background: url(images/line.jpg) no-repeat left;}
		.h_con h2 b{display: block;font-size:24px;color: #2180c1;line-height:24px;font-weight:bold;}
		.h_con h2 span{display:block;font-size:26px;color: #000000;line-height:26px;padding-top:5px;font-weight:bold;}

		.h_con p{float: right;margin-top:32px;height:50px;position:relative;padding-left:51px;}
		.h_con p em{position:absolute;left:0;top:3px;}
		.h_con p i{display: block; font-weight:normal;font-size:14px;color: #000000;line-height:14px;}
		.h_con p span{font-size:34px;font-weight: bold;color: #000000;font-family: "Arial";display:block;line-height:34px;padding-top:5px;}


        .h_nav{height:52px;}
		.h_nav ul li{transition: 0.35s;float: left;height:52px;line-height:52px;position: relative;padding:0 20px;}
        .h_nav ul li a{color: #ffffff;position: relative;font-size:18px;box-sizing: border-box;height:52px;display: block;}
		.h_nav ul li:hover,.h_nav ul li.cur{background: #ffffff;}
		.h_nav ul li:hover a,.h_nav ul li.cur a{color: #000000;font-weight: bold;}
		.h_con p em{animation: downup 1s infinite linear;-webkit-animation: downup 1s infinite linear;}
	    @keyframes downup { 0% { transform: translate(0, 0); } 50% { transform: translate(0, -8px); } 100% { transform: translate(0, 0); } }
        @-webkit-keyframes downup { 0% { -webkit-transform: translate(0, 0); } 50% { -webkit-transform: translate(0, -8px); } 100% { -webkit-transform: translate(0, 0); } }

	

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

    .p102-search-1 {
        height: 70px;
        border-bottom: 1px solid #ededed;
        background: #f7f7f7;
    }
    
    .p102-search-1 p {
        float: left;
        width: 805px;
        height: 70px;
        line-height: 70px;
        font-size: 14px;
        color: #333333;overflow: hidden;
    }
    
    .p102-search-1 p b {
        display: inline-block;
    }
    
    .p102-search-1 p a {
        color: #666666;
        display: inline-block;
        margin-right: 15px;
    }
    .p102-search-1 p a:hover{color: #2b81bc;}
    .p102-search-1-inp {
        float: right;
        width: 356px;
        height: 36px;
        background: #fff;
        margin-top: 18px;
        border-radius: 25px;
        position: relative;
    }
    
    .p102-search-1-inp:before,
    .p102-search-1-inp:after {
        content: '';
        position: absolute;
        width: 80%;
        height: 1px;
        background: #e3e3e3;
        left: 10%;
        z-index: 0;
    }
    
    .p102-search-1-inp:before {
        top: 0;
    }
    
    .p102-search-1-inp:after {
        bottom: 0;
    }
    
    .p102-search-1-inp1 {
        width: 249px;
        height: 34px;
        line-height: 34px;
        color: #999999;
        border: 1px solid #e3e3e3;
        border-right: 0;
        padding: 0 20px;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        float: left;
    }
    
    .p102-search-1-inp2 {
        width: 66px;
        height: 36px;
        border: 0;
        border-radius: 25px;
        background: url(images/p102-search-icon1.png) no-repeat center center #2b81bc;
        float: right;
        position: relative;
        z-index: 2;
        cursor: pointer;
    }


		.plc{padding: 5px 0 25px;}
		.p12-curblock{
			display: none;
		}
		.p102-curmbs-1{height: 40px;line-height: 40px;font-size: 14px;color: #808080;}
		.p102-curmbs-1 b {
			font-weight: normal;
			padding-left: 35px;
			background: url(images/p102-curmbs-icon1.png) no-repeat left center;

		}
		.p102-curmbs-1 i {
			font-style: normal;
		}

		.p102-curmbs-1 span {
			font-family: 宋体;
			height: 46px;
			line-height: 46px;
			padding: 0px 5px;
		}
		.p102-curmbs-1 a{color: #808080;}
		.p102-curmbs-1 a:hover{color: #2b81bc;}
	

    .p103-proShow-1 {
        padding: 0 0 70px;
    }
    
    .p103-proShow-1-con {
        border: 1px solid #e5e5e5;
        position: relative;
    }
    
    .p103-proShow-1-left {
        width: 48%;
        position: relative;
        overflow: hidden;
        border-right: 1px solid #e5e5e5;
    }
    
    .p103-proShow-1-prev,
    .p103-proShow-1-next {
        position: absolute;
        width: 40px;
        height: 40px;
        cursor: pointer;
        background: transparent;
        top: 50%;
        margin-top: -20px;
        z-index: 5;
        display: none;
    }
    
    .p103-proShow-1-left:hover .p103-proShow-1-prev,
    .p103-proShow-1-left:hover .p103-proShow-1-next {
        display: block;
    }
    
    .p103-proShow-1-prev {
        left: 10px;
    }
    
    .p103-proShow-1-next {
        right: 10px;
    }
    
    .p103-proShow-1-prev:before,
    .p103-proShow-1-next:after {
        position: absolute;
        content: '';
        width: 18px;
        height: 18px;
        border: 2px solid #666;
        border-style: solid solid none none;
        top: 10px;
        z-index: 1;
    }
    
    .p103-proShow-1-prev:before {
        -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
        right: 4px;
    }
    
    .p103-proShow-1-next:after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        left: 4px;
    }
    
    .p103-proShow-1-pic img {
        width: 100%;
        display: block;
    }
    
    .p103-proShow-1-size {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 56px;
        height: 26px;
        font-size: 14px;
        line-height: 16px;
        color: #333;
        letter-spacing: 3px;
    }
    
    .p103-proShow-1-right {
        position: absolute;
        width: 46.84%;
        right: 2.08%;
        top: 0;
        bottom: 0;
        z-index: 1;
    }
    
    .p103-proShow-1-title {
      
        font-weight: bold;
        font-size: 28px;
        line-height: 35px;
        color: #262626;
        border-bottom: 1px solid #e0e0e0;
        padding-top: 23px;
        padding-bottom: 10px;
    }
    
    .p103-proShow-1-desc {
        max-height: 265px;
        padding: 25px 0 0 ;
        overflow: hidden;
    }
    
    .p103-proShow-1-desc p {
        line-height: 26px;
        font-size: 14px;
        color: #666666;
        text-align: justify;
        margin-bottom: 10px;
    }
    
    .p103-proShow-1-desc b {
        display: block;
        height: 32px;
        line-height: 32px;
        font-size: 18px;
        color: #262626;
        font-weight: normal;
        position: relative;
        margin-bottom: 3px;
    }
    
    .p103-proShow-1-desc b:before {
        content: '';
        position: absolute;
        width: 14px;
        height: 14px;
        border: 2px solid #2b81bc;
        border-radius: 100%;
        top: 50%;
        margin-top: -9px;
        left: -30px;
    }
    
    .p103-proShow-1-desc b:after {
        content: "";
        width: 4px;
        height: 4px;
        border: 2px solid #2b81bc;
        border-style: none solid solid none;
        position: absolute;
        top: 50%;
        left: -24px;
        margin-top: -4px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    
    .p103-proShow-1-desc span {
        display: block;
        line-height: 26px;
        font-size: 14px;
        color: #666666;
    }
    
    .p103-proShow-1-desc em {
        font-style: normal;
        display: inline-block;
        margin-right: 25px;
        height: 26px;
    }
    
    .p103-proShow-1-desc i {
        font-style: normal;
        color: #333;
        margin-left: -5px;
    }
    
    .p103-proShow-1-tel {
        position: absolute;
        width: 100%;
        height: 50px;
        line-height: 50px;
        left: 0;
        bottom: 16px;
        z-index: 1;
    }
    
    .p103-proShow-1-tel a {
        float: left;
        width: 98px;
        height: 50px;
        padding-left: 58px;
        background: #facd01 url(images/p103-cpxq-icon1.png) no-repeat 22px center;
        font-size: 18px;
        background-color:#2b81bc;
        color: #ffffff;
        margin-right: 20px;
        border-radius: 3px;
    }
    
    .p103-proShow-1-tel p {
        float: left;
        max-width: 280px;
        height: 50px;
        padding-left: 50px;
        background: url(images/p103-cpxq-icon2.png) no-repeat left center;
    }
    
    .p103-proShow-1-tel p em {
        display: block;
        height: 22px;
        line-height: 22px;
        font-size: 16px;
        color: #4c4c4c;
        font-style: normal;
    }
    
    .p103-proShow-1-tel p span {
        float: left;
        font: bold 26px/28px Arial;
        color: #333333;
    }


    .p103-pro-content-tit{height: auto;position: relative;margin-bottom: 20px;}
			.p103-pro-content-tit i.p103-pro-content-tit-i1{position: absolute;width: 20px;height: 48px;background: #fff;z-index: 1;left: 0;top: 0;}
			.p103-pro-content-tit i.p103-pro-content-tit-i1:after{
				content: '';
				position: absolute;
				border-top: 24px solid transparent;
				border-bottom: 24px solid transparent;
				border-left: 20px solid #fff;
				top: 0;
				right: -20px;
				z-index: 1;
			}
			.p103-pro-content-tit i.p103-pro-content-tit-i2{position: absolute;width: 16px;height: 48px;background: #facd00;z-index: 1;left: -1px;top: 0;}
			.p103-pro-content-tit i.p103-pro-content-tit-i2:after{
				content: '';
				position: absolute;
				border-top: 24px solid transparent;
				border-bottom: 24px solid transparent;
				border-left: 20px solid #e2b900;
				top: 0;
				right: -20px;
				z-index: 1;
			}
			.p103-pro-content-tit h2{display: inline-block;font-weight: normal;min-width: 130px;padding-left: 65px;height: 48px;line-height: 48px;font-size: 24px;color: #ffffff;background: #2b81bc;position: relative;}
			.p103-pro-content-tit h2 em{font-style: normal;font: 20px/48px Arial;color: #fff;opacity: 0.5;padding: 0 5px 0 10px;letter-spacing: 1px;}
			.p103-pro-content-tit h2:after{
				content: '';
				position: absolute;
				border-top: 24px solid transparent;
				border-bottom: 24px solid transparent;
				border-left: 20px solid #2b81bc;
				top: 0;
				right: -20px;
				z-index: 1;
			}
        .p103-pro-content-1 {
            font-size: 16px;
            line-height: 30px;
            color: #666;
            text-align: justify;
        }
    

    .p103-related-info-1 {
        padding: 10px 0 80px;
    }
    
    .p103-related-info-tit {
        height: 50px;
        padding-left: 30px;
        line-height: 50px;
        font-weight: bold;
        font-size: 28px;
        color: #2b81bc;
        position: relative;
        margin-bottom: 20px;
    }
    
    .p103-related-info-tit:before {
        content: '';
        position: absolute;
        width: 10px;
        height: 30px;
        background: #2b81bc;
        left: 0;
        top: 50%;
        margin-top: -14px;
    }
    
    .p103-related-info-left {
        float: left;
        width: 416px;
    }
    
    .p103-related-info-left dt {
        margin-bottom: 10px;
    }
    
    .p103-related-info-left dt a,
    .p103-related-info-left dt img {
        display: block;
        width: 100%;
        position: relative;
    }
    
    .p103-related-info-left dt h4 {
        position: absolute;
        padding-left: 20px;
        width: 396px;
        height: 46px;
        line-height: 46px;
        font-weight: normal;
        font-size: 18px;
        color: #ffffff;
        background: rgba(0, 0, 0, 0.3);
        left: 0;
        bottom: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .p103-related-info-left dd {
        height: 30px;
        position: relative;
        padding-left: 56px;
    }
    
    .p103-related-info-left dd h4 a {
        display: block;
        height: 30px;
        line-height: 30px;
        font-weight: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .p103-related-info-left dd span {
        position: absolute;
        width: 46px;
        height: 30px;
        font: 14px/30px Arial;
        color: #4c4c4c;
        left: 0;
        bottom: 0;
    }
    
    .p103-related-info-left dd span:after {
        content: '';
        position: absolute;
        width: 1px;
        height: 14px;
        background: #bfbfbf;
        right: -1px;
        top: 50%;
        margin-top: -7px;
    }
    
    .p103-related-info-right {
        float: right;
        width: 470px;
    }
    
    .p103-related-info-right li {
        padding-left: 31px;
        margin-bottom: 12px;
        position: relative;
    }
    
    .p103-related-info-right li i {
        position: absolute;
        width: 12px;
        height: 12px;
        border: 2px solid #b3b3b3;
        border-radius: 100%;
        left: 0;
        top: 10px;
    }
    
    .p103-related-info-right li i:after {
        content: "";
        width: 4px;
        height: 4px;
        border: 2px solid #b3b3b3;
        border-style: solid solid none none;
        position: absolute;
        top: 50%;
        right: 4px;
        margin-top: -3px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    
    .p103-related-info-right li h4 {
        padding: 0 0 12px 5px;
        border-bottom: 1px dashed #dcdcdc;
        height: 34px;
        font-weight: normal;
        position: relative;
    }
    
    .p103-related-info-right li h4 a {
        display: inline-block;
        max-width: 320px;
        height: 34px;
        line-height: 34px;
        font-size: 16px;
        color: #333333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .p103-related-info-right li h4 span {
        position: absolute;
        width: 90px;
        height: 34px;
        font: 14px/34px Arial;
        color: #808080;
        right: 0;
        top: 0;
        text-align: right;
    }
    
    .p103-related-info-right li:last-child {
        margin-bottom: 0;
    }
    
    .p103-related-info-right li:last-child h4 {
        border-bottom: 0;
    }
    
    .p103-related-info-right li:hover i {
        border-color: #cf0313;
    }
    
    .p103-related-info-right li:hover i:after {
        border-color: #cf0313;
    }
    
    .p103-related-info-right li:hover h4 a {
        color: #cf0313;
    }


.dark-info-02{
    margin-bottom: 60px;
    overflow: hidden
}
 
        .p14-product-2-tit {
            height: 46px;
            line-height: 46px;
            font-weight: normal;
            border-bottom: 2px solid #dfdfdf;
            margin-bottom: 30px;
            padding-top: 26px;
        }
        
        .p14-product-2-tit b {
            display: inline-block;
            font-size: 24px;
            font-weight: normal;
            color: #464646;
            padding-left: 30px;
            border-bottom: 2px solid #facd01;
            background:url(images/p14-icon11.png) no-repeat left center;
        }
        
        .p14-product-2-tit span {
            margin-left: 10px;
            font-size: 18px;
            font-family: Arial;
            color: #c2c2c1;
            text-transform: uppercase;
        }
        
        .dark-info-02-list dl {
            float: left;
            /*width: 23.8%;*/
            width:298px;
            margin-right: 14px;
            border: 1px solid #dfdfdf;
            /*margin-right: 1.5%;*/
            /*box-sizing: border-box;*/
        }
        
        .dark-info-02-list dl.dark-info-02-clear {
            margin-right: 0;
        } 
        
        .dark-info-02-list dl img {
            display: block;
            width: 100%;
        }
        
        .dark-info-02-list dd {
            padding: 10px 28px 10px 10px;
            margin-right: 2px;
            position: relative;
        }
        
        .dark-info-02-list h4 {
            height: 30px;
            font-size: 16px;
            font-weight: normal;
            line-height: 30px;
            color: #191919;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .dark-info-02-list h4 a {
            color: #191919;
        }
        
  
        
        .dark-info-02-list dl:hover {
            border-color: #2b81bc;
        }
        
        .dark-info-02-list dl:hover h3 a {
            color: #2b81bc;
        }
    

        .cl-fldh-tys-02-tit {
            height: 80px;
            font-size: 24px;
            font-weight: normal;
            line-height: 80px;
            color: #fff;
            text-align: center;
            background: #2b81bc;
            margin-bottom: 2px;
			text-overflow: ellipsis;
			overflow: hidden;
			white-space: nowrap;
			padding:0;
        }
        
        .cl-fldh-tys-02-list {
            border: 1px solid #ebebeb;
           
            border-top: 5px solid #facd01;
        }
        
        .cl-fldh-tys-02-list a {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .cl-fldh-tys-02-list h3 {
            padding:0 34px 0 14px;
            height: 54px;
            font-weight: normal;
            font-size: 18px;
            line-height: 54px;
            border-bottom: 1px solid #ebebeb;
            position: relative;
            overflow: hidden;
        }
        
        .cl-fldh-tys-02-list h3:after {
            width: 10px;
            height: 10px;
            right: 18px;
            top: 22px;
        }
        
        .cl-fldh-tys-02-list h3 a {
            color: #313131;
        }
        
        .cl-fldh-tys-02-list h3.sidenavcur {
            border-bottom: 0;
        }
        .cl-fldh-tys-02-list h3.sidenavcur a{
            color: #2b81bc;
        }
        
        .cl-fldh-tys-02-list h3.sidenavcur:after {
            border-style: none solid solid none; border-color: #2b81bc;
        }
        
        .cl-fldh-tys-02-list h3:hover:after {
            border-style: none solid solid none;
            border-color: #2b81bc;
        }
        
        .cl-fldh-tys-02-list h3:hover a {
            color: #2b81bc;
            ;
        }
        
        .cl-fldh-tys-02-list dl {
            margin: 0 14px;
            border: 1px solid #ebebeb;
            margin-bottom: 24px;
        }
        
        .cl-fldh-tys-02-list dt {
            height: 40px;
            font-size: 15px;
            line-height: 40px;
            border-bottom: 1px solid #ebebeb;
            position: relative;
            padding-left: 26px;
            overflow: hidden;
        }
        
        .cl-fldh-tys-02-list dt a {
            color: #404040;
        }
        
        .cl-fldh-tys-02-list dt:after {
            width: 8px;
            height: 8px;
            left: 10px;
            top: 15px;
        }
        
        .cl-fldh-tys-02-list dt:hover,
        .cl-fldh-tys-02-list dt.sidenavcur {
            background: #2b81bc;
        }
        
        .cl-fldh-tys-02-list dt:hover a,
        .cl-fldh-tys-02-list dt.sidenavcur a {
            color: #fff;
        }
        
        .cl-fldh-tys-02-list dt:hover:after,
        .cl-fldh-tys-02-list dt.sidenavcur:after {
            border-color: #fff;
        }
        
        .cl-fldh-tys-02-list p {
            height: 40px;
            font-size: 14px;
            line-height: 40px;
            overflow: hidden;
            border-bottom: 1px solid #ebebeb;
        }
        
        .cl-fldh-tys-02-list p a {
            padding-left: 40px;
        }
        
        .cl-fldh-tys-02-list p.sidenavcur a,
        .cl-fldh-tys-02-list p:hover a {
            color: #2b81bc;
        }
        
        .cl-fldh-tys-02-list h3:after,
        .cl-fldh-tys-02-list dt:after {
            content: "";
            border: 1px solid #bdbdbd;
            border-style: solid solid none none;
            position: absolute;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }
    

        .p14-info-2 {
            background: #fff;
        }
        
        .p14-info-2-tit {
            height: 80px;
            font-size: 24px;
            line-height: 80px;
            background: #2b81bc;
            color: #fff;
            text-align: center; margin-bottom:12px;
        }
        
        .p14-info-2-list dl { 
            font-size: 12px;
            line-height: 18px; height:180px;
            overflow: hidden;text-align: center;
        }
        
        .p14-info-2-list dt {
            width: 100%;border: 1px solid rgba(153, 153, 153, 0.3);  box-sizing:border-box;
            margin:0 auto;
        }
        
        .p14-info-2-list dt img {
            display: block;
            width: 100%;
            margin: 0 auto;
        }
        
        .p14-info-2-list dd h3 {
            height: 40px;
            font-size: 14px;
            font-weight: normal;
            line-height:40px;padding: 0 8px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .p14-info-2-list-desc {
            height: 18px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .p14-info-2-list dl:nth-last-child(1) {
            border-bottom: 0;
        }
    

        .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;
        }
    

        .footer em,
        .footer i {
            font-style: normal;
        }
        
        .f_top {
            height: 155px;
            padding-top: 47px;
            background: #f2f2f2;
            box-sizing: border-box;
        }
        
        .f_top h2 {
            float: left;
            margin-right: 186px;
        }
        
        .f_s li {
            float: left;
            margin-right: 56px;
        }
        
        .f_s li:last-child {
            margin-right: 0;
        }
        
        .f_s li img {
            display: block;
            width: 66px;
            height: 66px;
            margin-right: 15px;
            float: left;
        }
        
        .f_s li span {
            float: left;
            padding-top: 10px;
            font-size: 14px;
            line-height: 14px;
            color: #333333;
            display: block;
        }
        
        .f_s li span em {
            padding-top: 10px;
            font-size: 25px;
            line-height: 28px;
            color: #333333;
            display: block;
            /*font-family: "Bahnschrift";*/
            font-weight: bold;
        }
        
        .f_con {
            height: 297px;
            padding-top: 50px;
            box-sizing: border-box;
            background-color: #2180c1;
        }
        
        .sao {
            float:left;
            height: 185px;
            width: 140px;
        }
        
        .sao p {
            float: left;
            height: 185px;
            width: 140px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        
        .sao p i {
            height: 140px;
            width: 140px;
            display: block;
            border: 1px solid #d7e1e5;
            box-sizing: border-box;
            background: #ffffff;
            border-radius: 6px;
        }
        
        .sao p i img {
            width: 120px;
            display: block;
            margin: 8px auto 0;
        }
        
        .sao p span {
            height: 45px;
            line-height: 45px;
            font-size: 15px;
            color: #ffffff;
            display: block;
            font-weight: normal;
        }
        
        .sao p:after {
            display: block;
            position: absolute;
            left:11px;
            top: 0;
            width: 100%;
            height: 35px;
            content: "";
            animation: light 5s infinite;
            -webkit-animation: light 5s infinite;
        }
        
        .sao .item-1:after {
            background: url(images/code_shadow1.png) no-repeat 0 0;
        }
        
        @keyframes light {
            0% {
                top: 0;
            }
            50% {
                top: 100%;
            }
            100% {
                top: -40px;
            }
        }
        
        .f_xx {
            float: right;
            width: 868px;
        }
        
        .f_nav {
            height: 54px;
            border-bottom: 1px solid #549dcf;
        }
        
        .f_nav ul li {
            float: left;
            font-size: 18px;
            height: 54px;
            line-height: 18px;
            position: relative;
            margin-right: 32px;
        }
        
        .f_nav ul li:last-child {
            margin-right: 0;
        }
        
        .f_nav ul li a {
            font-size: 18px;
            color: #fff;
            display: block;
            z-index: 1;
            position: relative;
            height: 50px;
        }
        
        .f_nav ul li.cur a,
        .f_nav ul li:hover a {
            border-bottom: 5px solid #facd00;
        }
        
        .gsx {
            margin-top: 60px;
            width: 760px;
        }
        
        .gsx p {
            float: left;
            width: 358px;
            font-size: 14px;
            line-height: 30px;
            color: #fff;
        }
        
        .gsx p a {
            color: #fff;
        }
    

        .client-2 {
            width: 45px;
            position: fixed;
            right: 10px;
            top: 72%;
            z-index: 999;
            color: #fff;
        }
        
        .client-2 li a {
            text-decoration: none;
            color: #fff;
        }
        
        .client-2 li {
            margin-bottom: 5px;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            cursor: pointer;
            position: relative;
        }
        
        .client-2 li.my-kefu-qq {
            background:#2b81bc url(images/cimg23.png) center no-repeat;
        }
        
        .client-2 li.my-kefu-weixin {
            background:#2b81bc url(images/cimg24.png) center no-repeat;
        }
        
        .client-2 li.my-kefu-tel {
            background:#2b81bc url(images/cimg25.png) center no-repeat;
        }
        
        .client-2 li.my-kefu-shouye {
            background:#2b81bc url(images/tohome.png) center no-repeat;
            background-size:26px;
        }
        
        .client-2 li.my-kefu-shouye a {
            width: 45px;
            height: 45px;
            display: block;
        }
        
        .client-2 li.my-kefu-ftop {
            background:#2b81bc url(images/returnTop.png) center no-repeat;
        }
        
        .client-2 li p {
            height: 20px;
            font-size: 12px;
            line-height: 20px;
            overflow: hidden;
            text-align: center;
            color: #fff;
        }
        
        .client-2 li.my-kefu-qq .cont {
            margin: 0;
            background:#2b81bc url(images/cimg23.png) 15px center no-repeat;
            border-radius: 50px;
            padding-left: 45px;
            height: 45px;
            line-height: 45px;
            color: #fff;
            font-size: 16px;
            width: 130px;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 999;
        }
        
        .client-2 li.my-kefu-tel .cont {
            margin: 0;
            background:#2b81bc url(images/cimg25.png) 15px center no-repeat;
            border-radius: 50px;
            padding-left: 45px;
            height: 45px;
            line-height: 45px;
            color: #fff;
            font-size: 18px;
            width: 180px;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 999;
        }
        
        .client-2 .my-kefu-ftop {
            display: none;
        }
        
        .client-2 .my-kefu-ftop .my-kefu-main {
            padding-top: 6px;
        }
        
        .client-2 li.my-kefu-weixin .cont {
            margin: 0;
            width: 115px;
            padding: 5px;
            border: solid 1px #ccc;
            position: absolute;
            left: -150px;
            top: -44px;
            background-color: #fff;
        }
        
        .client-2 li.my-kefu-weixin .cont  span {
            display: block;
            line-height: 20px;
            font-size: 12px;
            text-align: center;
            color: #1a1a1a;
        }
        
        .client-2 li.my-kefu-weixin .cont  img {
            width: 115px;
            height: 115px;
        }
        
        .client-2 li:hover .cont {
            display: block!important;
        }
    
