
        .head i,
        .foot i,
        .head em,
        .foot em {
            font-style: normal;
        }
        
        .content3 {
            width: 1200px;
            margin: 0 auto;
        }
        
        .clearfix:after {
            height: 0;
            content: "";
            clear: both;
            display: block;
        }
        
        .head {
            max-width: 1920px;
            background: #fff;
            margin: 0 auto;
            height: 5.15rem;
            position: relative;
            z-index: 100;
        }
        
        .header {
            height: 5.15rem;
            margin: 0 auto;
        }
        
        .head .logo {
            float: left;
            height: 5.15rem;
            margin-left: 7.75rem;
            display: flex;
            display: -webkit-flex;
            justify-content: flex-start;
            -webkit-justify-content: flex-start;
            align-items: center;
            flex-wrap: wrap;
        }
        
        .head .logo a {
            display: block;
            padding-left: 2.5rem;
            position: relative;
        }
        
        .head .logo i {
            position: absolute;
            left: 0;
            top: 50%;
            transform: translate(0, -50%);
        }
        
        .head .logo i img {
            width: 2rem;
            height: 3rem;
            display: block;
        }
        
        .head .logo p {
            padding-top: 0.1rem;
        }
        
        .head .logo p b {
            display: block;
            height: 1.8rem;
            line-height: 1.8rem;
            font-size: 1.5rem;
            color: #003e9a;
            font-weight: bold;
        }
        
        .head .logo p span {
            display: block;
            height: 0.8rem;
            line-height: 0.8rem;
            font-size: 0.7rem;
            font-weight: normal;
            color: #003e9a;
            letter-spacing: 0.05rem;
        }
        
        .head-right {
            float: right;
            margin-right: 3.3rem;
        }
        
        .head-tel {
            float: right;
            margin: 1.75rem 0 0 3.6rem;
            height: 1.95rem;
            padding: 0 1.5rem 0 2.85rem;
            background: #003e9a;
            border-radius: 1rem;
            position: relative;
            z-index: 2;
        }
        
        .head-tel i {
            position: absolute;
            display: block;
            width: 1.3rem;
            height: 1.3rem;
            left: 1.1rem;
            top: 50%;
            margin-top: -0.75rem;
            z-index: 1;
            cursor: pointer;
        }
        
        .head-tel i img {
            width: 1.3rem;
            height: 1.3rem;
            display: block;
        }
        
        .head-tel p {
            height: 1.95rem;
            line-height: 1.95rem;
            font-size: 1.08rem;
            font-family: "AB";
            font-weight: bold;
            color: #FFF;
        }
        
        .head-nav {
            float: left;
        }
        
        .head-nav ul li {
            float: left;
            margin-right: 2.5rem;
            position: relative;
        }
        
        .head-nav ul li:last-of-type {
            margin-right: 0;
        }
        
        .head-nav ul li > a {
            display: block;
            height: 5.15rem;
            line-height: 5.15rem;
            padding: 0 0.25rem;
            font-size: 0.8rem;
            color: #333;
            position: relative;
            transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -moz-transition: all 0.3s;
        }
        
        .head-nav ul li > a:after {
            content: "";
            position: absolute;
            width: 0;
            height: 4px;
            background: #003e9a;
            left: 0;
            bottom: -2px;
            z-index: 1;
            transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -moz-transition: all 0.3s;
        }
        
        .head-nav ul li.cur > a:after,
        .head-nav ul li:hover > a:after {
            width: 100%;
        }
        
        .head-nav ul .submenu {
            position: absolute;
            left: 50%;
            top: 90%;
            transform: translateX(-50%);
            z-index: 99;
            max-height: 0;
            transition: max-height 0.3s linear;
            -ms-transition: max-height 0.3s linear;
            -moz-transition: max-height 0.3s linear;
            padding-top: 22px !important;
            overflow: hidden;
        }
        
        .head-nav ul .submenu p {
            background: rgba(0, 0, 0, .95);
            padding: 6px 21px;
            border-radius: 10px;
            position: relative;
        }
        
        .head-nav ul .submenu p:before {
            position: absolute;
            content: "";
            border-width: 9px 8px;
            border-style: solid;
            border-color: transparent transparent rgba(242, 242, 242, 1);
            top: -18px;
            left: 50%;
            margin-left: -8px;
            transition: all 0.4s linear;
            -ms-transition: all 0.4s linear;
            -moz-transition: all 0.4s linear;
            opacity: 0;
        }
        
        .head-nav ul .submenu a {
            transition: all .4s ease;
            display: block;
            font-weight: 500;
            padding: 0 17px 0 32px;
            font-size: 16px;
            line-height: 48px;
            color: #333;
            line-height: 54px;
            white-space: nowrap;
            position: relative;
            border-bottom: 1px dotted #B5B5B5;
            text-align: left;
        }
        
        .head-nav ul .submenu a:last-child {
            border-bottom: 0
        }
        
        .head-nav ul .submenu a:before {
            position: absolute;
            content: "";
            width: 4px;
            height: 4px;
            border: 2px solid rgba(125, 125, 125, 1);
            border-radius: 50%;
            top: 23px;
            left: 13px;
            transition: ease .4s;
            -o-transition: ease .4s;
        }
        
        .head-nav ul .submenu a:hover {
            color: #003e9a;
        }
        
        .head-nav ul .submenu a:hover:before {
            border-color: #003e9a;
        }
        
        .head-nav ul li:hover .submenu {
            max-height: 500px;
        }
        
        .head-nav ul li:hover .submenu p:before {
            opacity: 1;
        }
        
        .head-fixed {
            position: fixed;
            left: 0;
            right: 0;
            top: 0;
            z-index: 999;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
        }
        
        .head-fixed .header {
            height: 80px;
        }
        
        .head-fixed .logo {
            margin-top: 10px;
        }
        
        .head-fixed .head-site {
            margin: 22px 0 0 18px;
        }
        
        .head-fixed .head-tel {
            display: none;
        }
        
        .head-fixed .head-right {
            margin-top: 15px;
        }
    

        .ty-banner-1 {
            position: relative;
            overflow: hidden;
            line-height: 0;
            text-align:center;
        }
        .ty-banner-1 img{ 
            top: 0;
            left: 50%;
            visibility: hidden;
        }
        .ty-banner-1 img.show{
            visibility: visible;
        }
    

		.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: #003e9a;}
	

    .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: #003e9a;}
    .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 #003e9a;
        float: right;
        position: relative;
        z-index: 2;
        cursor: pointer;
    }


        .title {
            padding-bottom: 15px;
            position: relative;
            font-weight: normal;
            text-align: center;
            margin-bottom: 40px;
        }
        
        .title:after {
            content: '';
            position: absolute;
            width: 76px;
            height: 1px;
            background: #d4d4d4;
            bottom: 0;
            left: 50%;
            margin-left: -38px;
        }
        
        .title span,
        .title a {
            display: block;
            height: 50px;
            line-height: 50px;
            font-size: 38px;
            color: #333333;
        }
        
        .title em {
            display: block;
            height: 22px;
            font: 14px/22px 'Arial';
            color: #808080;
            font-style: normal;
            letter-spacing: 2px;
        }
        
        .p101-service-1 {
            padding: 60px 0 30px;
            background-color: #f5f5f5;
        }
        
        .p101-service-1-list dl {
            float: left;
            width: 570px;
            margin: 0 60px 25px 0;
        }
        
        .p101-service-1-list dl:nth-child(3n-1) {
            margin-right: 0;
        }
        
        .p101-service-1-list dt img {
            width: 100%;
            display: block;
        }
        
        .p101-service-1-list dd {
            padding: 40px 20px 30px;
            position: relative;
        }
        
        .p101-service-1-list dd h4 {
            position: absolute;
            width: 100%;
            height: 50px;
            left: 0;
            top: -30px;
        }
        
        .p101-service-1-list dd h4 a {
            display: inline-block;
            height: 50px;
            line-height: 50px;
            background-color: #003e9a;
            margin: 0 20px;
            padding: 0 30px;
            font-size: 24px;
            color: #ffffff;
        }
        
        .p101-service-1-list .p101-service-1-desc {
            font-size: 14px;
            line-height: 26px;
            color: #4c4c4c;
            text-align: justify;
        }
    

        .foot {
            min-height: 607px;
            background: url(images/foot-bg.jpg) no-repeat center top;
            background-size: 1920px 100%;
            max-width: 1920px;
            margin: 0 auto;
            overflow: hidden;
        }
        
        .footer {
            width: 1400px;
            margin: 0 auto;
            position: relative;
        }
        
        .foot-con {
            padding: 117px 0 97px;
        }
        
        .foot .foot-nav {
            float: left;
            width: 180px;
            margin-right: 35px;
        }
        
        .foot .foot-nav:last-of-type {
            margin-right: 0;
        }
        
        .foot .foot-nav h4 {
            height: 38px;
            line-height: 38px;
            font-size: 22px;
            color: #ffffff;
            font-weight: bold;
            margin-bottom: 22px;
        }
        
        .foot .foot-nav h4 a {
            display: inline-block;
            height: 38px;
            color: #ffffff;
            transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -moz-transition: all 0.3s;
        }
        
        .foot .foot-nav h4 a:hover {
            color: #ff9800;
        }
        
        .foot .foot-nav li {
            height: 30px;
        }
        
        .foot .foot-nav li a {
            display: inline-block;
            height: 30px;
            line-height: 30px;
            font-size: 15px;
            color: #ffffff;
            opacity: 0.5;
            transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -moz-transition: all 0.3s;
        }
        
        .foot .foot-nav li a:hover {
            opacity: 1;
        }
        
        .foot .foot-info {
            float: right;
            max-width: 300px;
        }
        
        .foot .foot-info .tel {
            text-align: right;
        }
        
        .foot .foot-info .tel p {
            height: 40px;
            line-height: 40px;
            font-size: 36px;
            color: #fff;
            font-family: "CGB";
        }
        
        .foot .foot-info .tel span {
            display: block;
            height: 30px;
            line-height: 30px;
            font-size: 16px;
            color: #ffffff;
            letter-spacing: 5px;
        }
        
        .foot .foot-info .code {
            padding-top: 180px;
            margin: 0 0 0 auto;
        }
        
        .foot .foot-info .code li {
            float: left;
            width: 37px;
            position: relative;
            margin-right: 8px
        }
        
        .foot .foot-info .code li:last-of-type {
            margin-right: 0;
        }
        
        .foot .foot-info .code li i {
            display: block;
            width: 37px;
            height: 37px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            overflow: hidden;
            cursor: pointer;
        }
        
        .foot .foot-info .code li i:hover {
            background: #ff9800;
        }
        
        .foot .foot-info .code li i img {
            width: 37px;
            height: 37px;
            display: block;
        }
        
        .foot .foot-info .code li .code-img {
            position: absolute;
            padding-bottom: 20px;
            left: 50%;
            margin-left: -66px;
            bottom: 40px;
            z-index: 10;
            display: none;
        }
        
        .foot .foot-info .code li:last-of-type .code-img {
            left: auto;
            right: 0;
            margin-left: 0;
        }
        
        .foot .foot-info .code li p {
            width: 96px;
            height: 96px;
            padding: 17px 18px;
            background: #ffffff;
            position: relative;
            border-radius: 10px;
        }
        
        .foot .foot-info .code li p:after {
            content: "";
            position: absolute;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-top: 10px solid #ffffff;
            left: 50%;
            margin-left: -8px;
            bottom: -10px;
            z-index: 1;
        }
        
        .foot .foot-info .code li:last-of-type p:after {
            left: auto;
            margin-left: 0;
            right: 10px;
        }
        
        .foot .foot-info .code li p img {
            width: 96px;
            height: 96px;
            display: block;
        }
        
        .foot .foot-info .code li:hover .code-img {
            display: block;
        }
        
        .foot .foot-text {
            height: 105px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
        }
        
        .foot .foot-text p {
            line-height: 105px;
            font-size: 16px;
            color: #fff;
        }
        
        .foot .foot-text p span {
            opacity: 0.5;
            text-transform: uppercase;
        }
        
        .foot .foot-text p em {
            font-style: normal;
            margin-left: 1.75rem;
        }
        
        .foot .foot-text p em a {
            color: #fff;
            opacity: 0.5;
            transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -moz-transition: all 0.3s;
        }
        
        .foot .foot-text p em a:hover {
            opacity: 1;
        }
        
        @media screen and (max-width: 1460px) {
            .foot .footer {
                width: 1200px;
                margin: 0 auto;
            }
            .foot .foot-text p {
                font-size: 14px;
            }
        }
    

    .xin-2112-client-1 {
        width: 76px;
        position: fixed;
        right: 0;
        top: 50%;
        z-index: 999;
        color: #333;
        background: #fff;
        box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
        border-radius: 3px;
    }
    
    .xin-2112-client-1 li {
        width: 76px;
        border-radius: 2px;
        position: relative;
        cursor: pointer;
        padding: 10px 0 13px;
    }
    
    .xin-2112-client-1 li.my-kefu-top {
        display: none;
    }
    
    .xin-2112-client-1 li a {
        display: block;
        height: 100%;
        text-decoration: none;
        color: #333;
    }
    
    .xin-2112-client-1 li i {
        display: block;
        width: 38px;
        height: 37px;
        overflow: hidden;
        margin: 0 auto;
        background: url("images/xin-2112-client-icon.png") no-repeat;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
    }
    
    .xin-2112-client-1 li.my-kefu-tel i {
        background-position: 0 0;
    }
    
    .xin-2112-client-1 li.my-kefu-link i {
        background-position: 0 -47px;
    }
    
    .xin-2112-client-1 li.my-kefu-qq i {
        background-position: 0 -94px;
    }
    
    .xin-2112-client-1 li.my-kefu-weixin i {
        background-position: 0 -141px;
    }
    
    .xin-2112-client-1 li.my-kefu-top i {
        background-position: 0 -188px;
    }
    
    .xin-2112-client-1 li .client-2112-cont {
        width: 160px;
        padding: 14px 14px 14px 70px;
        position: absolute;
        right: 85px;
        top: 4px;
        color: #fff;
        font-size: 18px;
        height: 32px;
        line-height: 32px;
        text-align: left;
        background: #003e9a;
        display: none;
    }
    
    .xin-2112-client-1 li .client-2112-cont:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        top: 50%;
        margin-top: -7px;
        right: -7px;
        border-bottom: 7px solid transparent;
        border-top: 7px solid transparent;
        border-left: 7px solid #003e9a;
    }
    
    .xin-2112-client-1 li .client-2112-cont:before {
        content: "";
        position: absolute;
        width: 38px;
        height: 38px;
        background: url("images/xin-2112-client-icon.png") no-repeat;
        left: 25px;
        top: 50%;
        margin-top: -19px;
        z-index: 1;
    }
    
    .xin-2112-client-1 li .client-2112-cont-weixin {
        width: 115px;
        padding: 14px;
        position: absolute;
        right: 85px;
        top: -28px;
        background: #fff;
        display: none;
    }
    
    .xin-2112-client-1 li .client-2112-cont-weixin:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        top: 50%;
        margin-top: -7px;
        right: -7px;
        border-bottom: 7px solid transparent;
        border-top: 7px solid transparent;
        border-left: 7px solid #fff;
    }
    
    .xin-2112-client-1 li .client-2112-cont-weixin img {
        width: 115px;
        height: 115px;
        display: block;
    }
    
    .xin-2112-client-1 li.my-kefu-tel .client-2112-cont:before {
        background-position: -70px 0;
    }
    
    .xin-2112-client-1 li.my-kefu-qq .client-2112-cont:before {
        background-position: -70px -94px;
    }
    
    .xin-2112-client-1 li p {
        display: block;
        height: 18px;
        line-height: 18px;
        font-size: 12px;
        color: #333;
        text-align: center;
    }
    
    .xin-2112-client-1 li.my-kefu-link a {
        animation: heart 1s ease-in-out infinite alternate;
    }
    
    .xin-2112-client-1 li.cur,
    .xin-2112-client-1 li:hover {
        background: #003e9a;
    }
    
    .xin-2112-client-1 li.cur.my-kefu-tel i,
    .xin-2112-client-1 li.my-kefu-tel:hover i {
        background-position: -70px 0;
    }
    
    .xin-2112-client-1 li.cur.my-kefu-link i,
    .xin-2112-client-1 li.my-kefu-link:hover i {
        background-position: -70px -47px;
    }
    
    .xin-2112-client-1 li.cur.my-kefu-qq i,
    .xin-2112-client-1 li.my-kefu-qq:hover i {
        background-position: -70px -94px;
    }
    
    .xin-2112-client-1 li.cur.my-kefu-weixin i,
    .xin-2112-client-1 li.my-kefu-weixin:hover i {
        background-position: -70px -141px;
    }
    
    .xin-2112-client-1 li.cur.my-kefu-top i,
    .xin-2112-client-1 li.my-kefu-top:hover i {
        background-position: -70px -188px;
    }
    
    .xin-2112-client-1 li.cur p,
    .xin-2112-client-1 li:hover p {
        color: #fff;
    }
    
    .xin-2112-client-1 li:hover .client-2112-cont,
    .xin-2112-client-1 li:hover .client-2112-cont-weixin {
        display: block!important;
    }

