
    @charset "utf-8";
    html {
        overflow-x: hidden;
    }
    
    body {
        color: #333;
        font: 14px "Microsoft Yahei"
    }
    
    body,
    dd,
    div,
    dl,
    dt,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    img,
    input,
    li,
    ol,
    p,
    span,
    ul {
        margin: 0;
        padding: 0;
        list-style: none
    }
    
    a {
        color: #333;
        text-decoration: none
    }
    
    a:focus {
        outline: 0
    }
    
    img {
        border: none
    }
    
    .vam {
        vertical-align: middle
    }
    
    .clear {
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0
    }
    
    p {
        word-spacing: 0
    }
    
    em,
    i {
        font-style: normal
    }
    
    .tr {
        text-align: right
    }
    
    .tl {
        text-align: left
    }
    
    .center {
        text-align: center
    }
    
    .fl {
        float: left
    }
    
    .fr {
        float: right
    }
    
    .pa {
        position: absolute
    }
    
    .pr {
        position: relative
    }
    
    .clearfix:after {
        content: "";
        height: 0;
        clear: both;
        display: block;
        visibility: hidden
    }
    
    .clearfix {
        zoom: 1
    }
    
    .content {
        width: 1200px;
        margin: 0 auto
    }
    
    .white,
    .whites {
        position: relative;
        overflow: hidden
    }
    
    .white:after,
    .whites:after {
        content: '';
        cursor: pointer;
        position: absolute;
        left: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
        background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
        transform: skewx(-25deg)
    }
    
    .white:hover:after {
        left: 100%;
        -moz-transition: 1s;
        -o-transition: 1s;
        -webkit-transition: 1s;
        transition: 1s
    }
    
    .whites:hover:after {
        left: 100%;
        -moz-transition: .5s;
        -o-transition: .5s;
        -webkit-transition: .5s;
        transition: .5s
    }
    
    body {
        min-width: 1200px;
        width: 100%;
        max-width: 1920px;
        margin: 0 auto;
        overflow-x: hidden
    }
    
    em,
    i {
        font-style: normal
    }
    
    .content {
        width: 1200px;
        margin: 0 auto
    }
    
    input::-webkit-input-placeholder {
        color: #b2b2b2;
        font-size: 14px;
        text-transform: capitalize
    }
    
    input::-moz-placeholder {
        color: #b2b2b2;
        font-size: 14px;
        text-transform: capitalize
    }
    
    input:-moz-placeholder {
        color: #b2b2b2;
        font-size: 14px;
        text-transform: capitalize
    }
    
    input:-ms-input-placeholder {
        color: #b2b2b2;
        font-size: 14px;
        text-transform: capitalize
    }
    
    @keyframes myfirst {
        0% {
            background-position: 0 bottom
        }
        100% {
            background-position: 100% bottom
        }
    }
    
    .line {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    
    .clear {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0
    }
    
    .header .header-t {
        height: 128px;
        background-image: url(images/head-bg.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: auto auto;
        position: relative
    }
    
    .header .header-t .logo {
        float: left;
        margin-top: 27px
    }
    
    .header .header-t .logo img {
        display: block;
        width: 265px;
        height: 78px
    }
    
    .header .header-t .slogan {
        float: left;
        margin-left: 26px;
        border-left: 1px solid rgba(0, 0, 0, .15);
        height: 58px;
        box-sizing: border-box;
        margin-top: 41px;
        padding-left: 19px
    }
    
    .header .header-t .slogan b {
        display: block;
        font-size: 25px;
        font-weight: 700;
        line-height: 26px;
        color: #333
    }
    
    .header .header-t .slogan span {
        display: block;
        font-size: 22px;
        font-weight: 400;
        line-height: 24px;
        color: #333;
        margin-top: 8px
    }
    
    .header .header-t .tel {
        float: right;
        font-size: 24px;
        font-weight: 700;
        line-height: 100%;
        color: #333;
        background-image: url(images/h-tel.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: auto auto;
        padding-left: 53px;
        height: 97px;
        padding-top: 50px;
        box-sizing: border-box
    }
    
    .header .header-t .tel span {
        display: inline-block;
        font-size: 14px;
        font-weight: 400;
        line-height: 14px;
        color: #333;
        margin-bottom: 8px;
        vertical-align: middle;
        width: 70px;
        text-align: right;
    }
    
    .header .header-t .site {
        position: absolute;
        left: 50%;
        top: 56px;
        margin-left: 36px
    }
    
    .header .header-t .site i {
        font-size: 18px;
        font-weight: 400;
        line-height: 30px;
        color: #595959;
        display: block;
        background-image: url(images/h-ic1.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: auto auto;
        padding-left: 18px;
        float: left;
        margin-right: 9px
    }
    
    .header .header-t .site select {
        float: left;
        width: 128px;
        height: 30px;
        background-image: url(images/h-ic2.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: auto auto;
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
        color: #333;
        border: none;
        outline: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding-left: 9px
    }
    
    .header .header-t .site select::-ms-expand {
        display: none
    }
    
    .header .header-b {
        height: 66px;
        background: #005fae;
        overflow: hidden
    }
    
    .header .header-b ul {
        width: 1200px;
        margin: 0 auto
    }
    
    .header .header-b ul li {
        float: left;
        position: relative;
        background-image: url(images/nav-line.png);
        background-repeat: no-repeat;
        background-position: right center;
        background-size: auto auto
    }
    
    .header .header-b ul li::before {
        content: "";
        display: block;
        width: 100%;
        height: 0;
        background: #ff9c0e;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        transition: .25s
    }
    
    .header .header-b ul li::after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        border-bottom: 6px solid #005fae;
        position: absolute;
        left: 50%;
        bottom: 0px;
        margin-left: -2.5px
    }
    
    .header .header-b ul li>a {
        font-size: 16px;
        font-weight: 400;
        line-height: 66px;
        color: #fff;
        display: block;
        padding: 0 35px;
        position: relative;
        z-index: 1
    }
    
    .header .header-b ul li:first-of-type a {
        background-image: url(images/h-home.png);
        background-repeat: no-repeat;
        background-position: 42px center;
        background-size: auto auto;
        text-indent: 34px
    }
    
    .header .header-b ul li:last-of-type {
        background: 0 0
    }
    
    .header .header-b ul li.cur::before,
    .header .header-b ul li:hover::before {
        display: block;
        height: 66px;
        opacity: 1
    }
    
    .header .header-b ul::after {
        line-height: 0;
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 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: 750px;
        height: 70px;
        line-height: 70px;
        font-size: 14px;
        color: #333333;
    }
    
    .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: #005faf;}
    .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 #005faf;
        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: #005faf;}
	

    .p102-fdh-3 {
        height: 100px;
        box-shadow: 0 4px 6px #e9e9e9;
        overflow: hidden;
    }
    
    .p102-fdh-3 li {
        float: left;
        width: 25%;
        height: 100px;
        position: relative;
    }
    
    .p102-fdh-3 li:after {
        content: "";
        position: absolute;
        width: 1px;
        height: 26px;
        background: #cfcfcf;
        right: 0;
        top: 50%;
        margin-top: -13px;
    }
    
    .p102-fdh-3 li:last-child:after {
        display: none;
    }
    
    .p102-fdh-3 li a {
        display: block;
        height: 100px;
        line-height: 100px;
        font-size: 22px;
        color: #1a1a1a;
        text-align: center;
    }
    
    .p102-fdh-3 li.sidenavcur:before,
    .p102-fdh-3 li:hover:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background: #005faf;
        left: 0;
        bottom: 0;
        z-index: 1;
    }
    
    .p102-fdh-3 li.sidenavcur a,
    .p102-fdh-3 li:hover a {
        font-weight: bold;
        color: #005faf;
    }
    
    .p102-fdh-3 li.sidenavcur a:before,
    .p102-fdh-3 li:hover a:before {
        content: "";
        position: absolute;
        width: 12px;
        height: 12px;
        background: #fff;
        border: 3px solid #005faf;
        border-radius: 100%;
        left: 50%;
        margin-left: -9px;
        bottom: -8px;
        z-index: 2;
    }
    
    .p102-fdh-3 li.sidenavcur a:after,
    .p102-fdh-3 li:hover a:after {
        content: "";
        position: absolute;
        width: 6px;
        height: 6px;
        background: #005faf;
        border-radius: 100%;
        left: 50%;
        margin-left: -3px;
        bottom: -2px;
        z-index: 3;
    }


    .p102-about-content{font-size: 16px;line-height: 32px;color: #4c4c4c;text-align: justify;padding: 40px 0;}


    .footer .footer-tact {
        border-top: 1px solid #d9d9db;
        height: 198px
    }
    
    .footer .footer-tact h3 {
        float: left;
        font-size: 22px;
        font-weight: 400;
        line-height: 80%;
        color: #333;
        width: 100px;
        padding-top: 72px
    }
    
    .footer .footer-tact h3 b {
        font-size: 42px;
        font-weight: 400;
        line-height: 42px;
        color: #333;
        display: block;
        margin-top: 10px
    }
    
    .footer .footer-tact ul {
        float: right;
        margin-top: 70px
    }
    
    .footer .footer-tact ul li {
        float: left;
        margin-left: 98px
    }
    
    .footer .footer-tact ul li b {
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
        color: #878787;
        display: block;
        position: relative;
        padding-left: 56px
    }
    
    .footer .footer-tact ul li b::before {
        content: "";
        display: block;
        width: 1px;
        height: 30px;
        background: #d4d4d4;
        position: absolute;
        left: 40px;
        top: 0
    }
    
    .footer .footer-tact ul li span {
        font-size: 26px;
        font-weight: 400;
        line-height: 120%;
        color: #333;
        display: block;
        margin-top: 14px;
    }
    
    .footer .footer-tact ul li:nth-of-type(1) b {
        background-image: url(images/f-ic1.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: auto auto
    }
    
    .footer .footer-tact ul li:nth-of-type(2) b {
        background-image: url(images/f-ic2.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: auto auto
    }
    
    .footer .footer-tact ul li:nth-of-type(3) b {
        background-image: url(images/f-ic3.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: auto auto
    }
    
    .footer .footer-tact ul li:nth-of-type(4) b {
        background-image: url(images/f-ic6.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: auto auto
    }
    
    .footer .footer-tact ul li:first-of-type {
        margin-left: 0
    }
    
    .footer .footer-tact::after {
        line-height: 0;
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0
    }
    
    .footer .footer-t {
        height: 363px;
        background: #363636
    }
    
    .footer .footer-t .flogo {
        float: left;
        width: 219px;
        margin-top: 98px
    }
    
    .footer .footer-t .flogo img {
        width: 167px;
        height: 184px;
        display: block
    }
    
    .footer .footer-t ul {
        float: left;
        width: 845px;
        margin-top: 84px
    }
    
    .footer .footer-t ul li {
        float: left;
        background-image: url(images/f-line.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: auto auto;
        min-height: 211px;
        padding-top: 11px
    }
    
    .footer .footer-t ul li h3 {
        font-size: 20px;
        font-weight: 700;
        line-height: 40px;
        color: #fff;
        display: block;
        padding-left: 54px;
        height: 41px;
        margin-bottom: 12px
    }
    
    .footer .footer-t ul li p a {
        float: left;
        font-size: 15px;
        font-weight: 400;
        line-height: 36px;
        color: #fff;
        opacity: .5;
        width: 140px
    }
    
    .footer .footer-t ul li p a:hover {
        text-decoration: underline
    }
    
    .footer .footer-t ul li p a:nth-of-type(even) {
        width: 110px
    }
    
    .footer .footer-t ul li p::after {
        line-height: 0;
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0
    }
    
    .footer .footer-t ul li em {
        font-size: 15px;
        font-weight: 400;
        line-height: 36px;
        color: #fff;
        display: block;
        opacity: .5
    }
    
    .footer .footer-t ul li:nth-of-type(1) {
        padding-left: 53px;
        width: 313px;
        box-sizing: border-box
    }
    
    .footer .footer-t ul li:nth-of-type(1) h3 {
        background-image: url(images/f-ic4.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: auto auto
    }
    
    .footer .footer-t ul li:nth-of-type(2) {
        padding-left: 53px;
        width: 510px;
        box-sizing: border-box
    }
    
    .footer .footer-t ul li:nth-of-type(2) h3 {
        background-image: url(images/f-ic5.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: auto auto
    }
    
    .footer .footer-t .code {
        float: right;
        width: 136px;
        margin-top: 102px
    }
    
    .footer .footer-t .code em {
        width: 136px;
        height: 136px;
        border: 1px solid #69696a;
        display: block
    }
    
    .footer .footer-t .code em img {
        width: 100px;
        height: 100px;
        display: block;
        margin: 19px auto 0
    }
    
    .footer .footer-t .code span {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        color: #fff;
        display: block;
        text-align: center;
        margin-top: 15px
    }
    
    .footer .footer-b {
        background: #232325;
        height: 72px
    }
    
    .footer .footer-b span {
        font-size: 14px;
        font-weight: 400;
        line-height: 72px;
        color: rgba(255, 255, 255, .5);
        margin-right: 20px
    }
    
    .footer .footer-b span a {
        color: rgba(255, 255, 255, .5);
        position: relative;
        top: 0;
        transition: .25s
    }
    
    .footer .footer-b span a:hover {
        text-decoration: underline
    }
    
    .link {
        font-size: 14px;
        font-weight: 400;
        line-height: 72px;
        color: rgba(0, 0, 0, .5);
        text-align: left;
    }
    
    .link .content {
        box-sizing: border-box;
        overflow: hidden
    }
    
    .link a {
        display: inline-block;
        color: rgba(0, 0, 0, .5);
        margin-left: 20px;
        position: relative;
        top: 0;
        transition: .25s
    }
    
    .link a:hover {
        text-decoration: underline
    }
    .p102-search-1 .blk-main,.p102-curmbs-1,.p102-fdh-3 .blk-main{width:1200px;margin:0 auto;}


        .client-2 {
            width: 45px;
            position: fixed;
            right: 10px;
            top: 60%;
            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:#005faf url(images/cimg23.png) center no-repeat;
        }
        
        .client-2 li.my-kefu-weixin {
            background:#005faf url(images/cimg24.png) center no-repeat;
        }
        
        .client-2 li.my-kefu-tel {
            background:#005faf url(images/cimg25.png) center no-repeat;
        }
        
        .client-2 li.my-kefu-shouye {
            background:#005faf 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:#005faf 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:#005faf 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:#005faf 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;
        }
    
