@charset 'utf-8';


/*@font-face {*/
/*    font-family: 'HelveticaNeueLT Thin';*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*    src: url('../font/HelveticaNeueLTPro-Th.otf');*/
/*}*/
/** Generated by FG **/
/*@font-face {*/
/*	font-family: 'RomanSB';*/
/*	src: url('../font/HelveticaInserat-Roman-SemiB.eot');*/
/*	src: local('☺'), url('../font/HelveticaInserat-Roman-SemiB.woff') format('woff'), url('../font/HelveticaInserat-Roman-SemiB.ttf') format('truetype'), url('../font/HelveticaInserat-Roman-SemiB.svg') format('svg');*/
/*	font-weight: normal;*/
/*	font-style: normal;*/
/*}*/
.d-banner .sj_banner,
.d-i-lunbi .index_banner{
	display: none;
	width: 100%;
}
/*  D2 */

    /*
     *头部
     */
    header{
        width: 100%;
        height: 115px;
        background: rgba(255,255,255,0.8);
        position: fixed;
        top:0;
        left: 0;
        z-index: 2000;
        -webkit-transition: all 1s ease-out 0s;
        -moz-transition: all 1s ease-out 0s;
        -ms-transition: all 1s ease-out 0s;
        -o-transition: all 1s ease-out 0s;
        transition: all 1s ease-out 0s;
    }
    header.d-header{
        width: 100%;
        height: 85px;
        background: rgba(255,255,255,0.3);
        position: fixed;
        top:0;
        left: 0;
        z-index: 2000;
    }
    header.act{
        height: 110px;
    }
    header .d-logo{
         width: 360px;
         height: 100%;
         line-height: 115px;
         text-align: center;
         float: left;
    }
    header.d-header .d-logo{
        line-height: 85px;
    }
    header.act .d-logo{
        line-height: 110px;
    }
    @media screen and (max-width:1440px){
        header .d-logo{
            width: 200px;
        }
    }
    @media screen and (max-width:400px){
        header .d-logo{
            width: 170px;
        }
    }
    header .d-logo img {
        width: 118px;
    }
    header .d-nav{
        width: calc(100% - 720px);
        float: left;
    }
    @media screen and (max-width:1440px){
        header .d-nav{
            width: calc(100% - 350px);
            float: left;
        }
    }
    @media screen and (max-width: 1079px) {
        header .d-nav{
            display: none;
        }
    }
    header .d-nav ul{
        width: 100%;
    }
    header .d-nav ul > li{
        width: 16.66%;
        float: left;
        text-align: center;
    }
    header .d-nav ul li a span{
        width: 100%;
        height: 100%;
        line-height: 115px;
        text-align: center;
        color: #464646;
        font-size: 20px;
        position: relative;
        display: block;
    }
    header.act .d-nav ul li a span{
        line-height: 110px;
    }
    header .d-nav ul li a span::after {
        position: absolute;
        bottom: 0px;
        left: 50%;

        width:0;
        height: 2px;

        content: '';
        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);

        background:#e71a0f;
    }
    header .d-nav ul li a span:hover::after,
    header .d-nav ul li.act a span::after {
        width: 100%;
    }
    header .d-nav ul li a span:hover,
    header .d-nav ul li.act a span{
        color:#e71a0f;
    }
    header .d-nav .d-nav-down{
        width: auto;
        height: auto;
        background: #ffffff;
        padding:0 10px;
        display: none;
    }
    header .d-nav .d-nav-down a li{
        width: 100%;
        line-height: 30px;
        color: #848484;
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 18px;
        text-align: center;
        border-top: 1px solid #F2F2F2;
        overflow: hidden;
    }
    header .d-nav .d-nav-down a li:hover,
    header .d-nav .d-nav-down a li.act{
        color:#e71a0f;
    }
    header .d-nav .d-nav-down a:first-child li{
        border-top: none;
    }
    header .d-search{
        width: 360px;
        height: 115px;
        line-height: 115px;
        text-align: center;
        float: right;
    }
    header.d-header .d-search{
        height: 85px;
        line-height: 85px;
    }
    header.act .d-search{
        line-height: 110px;
        height: 110px;
    }
    header .d-search .d-sou{
    	width: 30px;
        margin-right: 60px;
        cursor: pointer;
    }
    @media screen and (max-width:1440px){
        header .d-search{
            width: 150px;
        }
        header .d-search .d-sou{
            margin-right: 30px;
            cursor: pointer;
        }
    }
    @media screen and (max-width:1079px){
        header .d-search .d-sou{
            margin-right: 0px;
            cursor: pointer;
        }
    }
    /*
    * 搜索
    */
    .mengcen {
        display: none;
        width: 100%;
        height: 100vh;
        position: fixed;
        left: 0;
        top: 0;
        background: rgba(0,0,0,0.9);
        z-index: 30000;
    }
    .caidansuo {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 38%;
        height: 46px;
        border-bottom: 1px solid #ffffff;
    }
    .caidansuo input {
        width: calc(100% - 60px);
        height: 100%;
        font-size: 24px;
        color: #666666;
    }
    #buts {
        position: relative;
        right: 0;
        font-size: 22px;
        color: #ffffff;
        letter-spacing: 3px;
    }
    .guanbi {
        width: 28px;
        display: block;
        position: absolute;
        right: 6%;
        top: 4%;
    }
    .guanbi img {
        width: 100%;
    }

    .d-openmenu {
        position: relative;
        display: none;
        margin-top: 32px;
        margin-right: 32px;
        width: 50px;
        height: 50px;
        -webkit-transition: all .4s ease-in-out 0s;
        -moz-transition: all .4s ease-in-out 0s;
        -ms-transition: all .4s ease-in-out 0s;
        -o-transition: all .4s ease-in-out 0s;
        transition: all .4s ease-in-out 0s;
    }
    @media screen and (max-width:767px){
    	.d-openmenu {
    		margin-top: 20px;
    	}
    	header.act .d-search,
    	header .d-search{
    		line-height: 90px;
    		height: 90px;
    	}
    	header.act .d-logo,
    	header .d-logo{
    		line-height: 90px;
    	}
    	header.act,
    	header{
    		height: 90px;
    	}
    }
    .d-openmenu span {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 30px;
        height: 2px;
        -webkit-transition: all .5s ease-out 0s;
        -moz-transition: all .5s ease-out 0s;
        -ms-transition: all .5s ease-out 0s;
        -o-transition: all .5s ease-out 0s;
        transition: all .5s ease-out 0s;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        background: #175072;
    }
    .d-openmenu span::after, .d-openmenu span::before {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        -webkit-transition: all .5s ease-out 0s;
        -moz-transition: all .5s ease-out 0s;
        -ms-transition: all .5s ease-out 0s;
        -o-transition: all .5s ease-out 0s;
        transition: all .5s ease-out 0s;
        background: #175072;
    }
    .d-openmenu.act span {
        background: rgba(255,255,255,0);
    }
    .d-openmenu.act span::before {
        top: 0;
        -webkit-transform: rotate(43deg);
        -ms-transform: rotate(43deg);
        transform: rotate(43deg);
    }
    .d-openmenu span::before {
        top: 10px;
    }
    .d-openmenu.act span::after {
        top: 0;
        -webkit-transform: rotate(-43deg);
        -ms-transform: rotate(-43deg);
        transform: rotate(-43deg);
    }
    .d-openmenu span::after {
        top: -10px;
    }
    @media screen and (max-width: 1079px) {
        .d-openmenu {
            display: block;
            float: right;
        }
        .d-linkyin{
            display: none;
        }
    }
    .d-phonemeng{
        width: 100%;
        height: 100%;
        position: fixed;
        top:115px;
        left: 0;
        background: rgba(0,0,0,0.5);
        z-index: 100;
        cursor: pointer;
        display: none;
    }
    .d-phonemeng.act{
        display: block;
    }
    /*
     * 手机下拉
     */
    .d-menu-ul{
        width: 100%;
        height: auto;
        position: absolute;
        left: 0px;
        top: 115px;
        z-index: 1300;
        background: #FFFFFF;
        padding:  0 40px;
        display: none;
        box-sizing: border-box;
    }
    @media screen and (max-width:400px){
        .d-menu-ul{
            padding:  0 20px;
        }
    }
    .d-menu-ul .d-xialaph .d-ul1{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .d-menu-ul .d-xialaph .d-ul1 .containerr{
        border-bottom: 1px solid #dddddd;
        padding-top: 10px;
    }
    .d-menu-ul .d-xialaph .d-ul1 a{
        color: #999999;
        cursor: pointer;
    }
    .d-menu-ul .d-xialaph .d-ul1 h4{
        font-size: 16px;
        line-height: 18px;
        padding-bottom: 10px;
        color: #999999;
        cursor: pointer;
    }
    .d-menu-ul .d-xialaph h4.active, .d-menu-ul .d-xialaph h5.active {
        border-bottom: 0;
    }
    .d-menu-ul .d-xialaph h4 img {
        float: right;
        width: 13px;
        margin-top:0px;
        cursor: pointer;
    }
    .d-menu-ul .d-xialaph h5 img {
        float: right;
        width: 13px;
        margin-top:0px;
        cursor: pointer;
    }
    .d-menu-ul .d-xialaph .d-ul1 h5{
        font-size: 14px;
        color: #999999;
    }
    .d-menu-ul .d-xialaph .d-ul2{
        padding-left: 30px;
        background: #F0F0F0;
        padding-bottom: 20px;
        display: none;
    }
    .d-menu-ul .d-xialaph .d-ul2 li{
        padding-top: 20px;
    }
    .d-menu-ul .d-xialaph .d-ul3{
        display: none;
    }
    .d-menu-ul .d-xialaph .d-ul3 li{
        padding-left: 15px;
        font-size: 12px;
        color: #999999;
    }

/*
* banner
*/
    .d-banner{
        width: 100%;
        position: relative;
    }
    @media screen and (max-width:990px){
        .d-banner{
            width: 100%;
            position: relative;
            top: 115px;
            left: 0px;
        }
    }
    @media screen and (max-width:767px){
        .d-banner{
            top: 90px;
        }
        .d-menu-ul{
        	top: 90px;
        }
    }
    .d-banner .d-meng{
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.2);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 100;
    }
    .d-banner .d-banner-img{
        width: 100%;
    }
    .d-banner .d-xia{
        width: 47px;
        height: 17px;
        position: absolute;
        bottom: 22px;
        left: 50%;
        z-index: 200;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        text-align: center;
        animation:mymove 1.2s infinite;
        -webkit-animation:mymove 1.2s infinite;
        cursor: pointer;
    }
    @-webkit-keyframes mymove {
        from {bottom: 22px;}
        to {bottom: 16px;}
    }
    @media screen and (max-width:767px){
        .d-banner .d-xia{
            width: 24px;
            height: 9px;
        }
		.d-banner .d-banner-img,
		.d-i-lunbi .d-i-limg img{
			display: none;
		}
		.d-banner .sj_banner,
        .d-i-lunbi .d-i-limg .index_banner{
			display: block;
		}
    }
    /*
    *内容区
    */
    .d-introd-nk {
        max-width: 1200px;
        margin: auto;
        /*overflow: hidden;*/
    }
    @media screen and (max-width:990px){
        .d-introd-nk {
            margin-top:110px;
        }
    }
    .d-newsxq-tit{
        width: 100%;
        padding-top:80px;
    }
    .d-newsxq-tit h5{
        font-size: 30px;
        color:#e71a0f;
        text-align: center;
        line-height: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }
    @media screen and (max-width:767px){
        .d-newsxq-tit{
            padding-top: 40px;
        }
        .d-newsxq-tit h5{
        	font-size: 24px;
            line-height: 32px;
            padding: 0 15px;
            word-wrap: break-word;
        }
    }
    .d-newsxq-title{
        margin-top: 50px;
        text-align: center;
    }
    .d-newsxq-title li{
        padding-left: 36px;
        padding-right: 36px;
        display: inline-block;
    }
    .d-newsxq-title li span{
        height: 20px;
        display: block;
        float: left;
    }
    .d-newsxq-title li span img{
    	width: 18px;
    }
    .d-newsxq-title li p{
        margin-left:15px;
        float: left;
        color: #666666;
        font-size: 14px;
        box-sizing: border-box;
    }
    .d-newsxq-title li:last-child p{
        color: #666666;
        font-size: 13px;
    }

    @media screen and (max-width:990px){
        .d-newsxq-title li{
            padding-left: 15px;
            padding-right:15px;
            display: inline-block;
        }
        .d-newsxq-title li p{
            margin-left: 15px;
        }
        .d-newsxq-title{
            margin-top: 30px;
            text-align: center;
        }
    }
    @media screen and (max-width:767px){
        .d-newsxq-title li{
            width: 300px;
            margin: auto;
            text-align: center;
            margin-bottom: 10px;
            display: block;
        }
        .d-newsxq-title li span{
            height: 20px;
            display: block;
            float: none;
        }
        .d-newsxq-title li span img{
        	width: 17px;
        }
        .d-newsxq-title li p{
            width: 100%;
            text-align: center;
            padding-top: 5px;
            padding-bottom: 5px;
            margin-left: 0px;
        }
        .d-newsxq-title li p span{
            float: left;
        }
    }
    .d-newswz{
        width: 100%;
        border-top: 1px solid #d2d2d2;
        margin-top: 45px;
        padding-top: 50px;
        padding-bottom: 80px;
    }
    /*.d-newswz .d-newswz-con{*/
    .d-newswz p{
        font-size: 14px;
        color: #666666;
        line-height: 30px;
    }
    .d-newswz p img{
        max-width: 100%;
    }
    .d-newswz p video{
        max-width: 100%;
    }
    .d-newswz .d-newswz-img{
        margin-top: 50px;
    }
    .d-newswz .d-newswz-img img{
        max-width: 100%;
    }
    @media screen and (max-width:767px){
        .d-newswz .d-newswz-img{
            margin-top: 30px;
        }
    }
    @media screen and (max-width:1280px){
        .d-newswz{
            padding:30px 15px;
        }
    }
	@media screen and (max-width:767px){
        .d-newswz{
            padding:36px 15px;
            margin-top: 36px;
        }
    }
    .d-intro-btn{
        width: 100%;
        margin-bottom: 80px;
        overflow: hidden;
    }
    @media screen and (max-width:767px){
    	.d-intro-btn{
	        width: 100%;
	        margin-bottom: 36px;
	        overflow: hidden;
	    }
    }
    .d-intro-btn span{
        width: 50%;
        height: 90px;
        float: left;
        line-height: 90px;
        display: block;
        font-size: 14px;
        text-align: center;
        position: relative;
        overflow: hidden;
        padding: 0 15px;
    }
    .d-intro-btna{
        color: #666666;
        border-bottom: 1px solid #e5e5e5;
        border-top: 1px solid #e5e5e5;
    }
    .d-intro-btna .act-yin{
        margin-right: 40px;
    }
    @media screen and (max-width:767px){
    	.d-intro-btna .act-yin{
	        display: none;
	    }
    }
    .d-intro-btna .act-show{
        margin-right: 40px;
        display: none;
    }
    .d-intro-btna1 .act-yin{
        margin-left: 40px;
        margin-right: 0px;
    }
    .d-intro-btna1 .act-show{
        margin-left: 40px;
        margin-right: 0px;
        display: none;
    }
    .d-intro-btna:hover{
        background:#e71a0f;
        color: #FFFFFF;
        border-bottom: 1px solid #e5e5e5;
        border-top: 1px solid #e5e5e5;
    }
    .d-intro-btna:hover .act-show{
        display: inline;
    }
    .d-intro-btna:hover .act-yin{
        display: none;
    }
    .d-intro-btna1:hover .act-show{
        display: inline;
    }
    .d-intro-btna1:hover .act-yin{
        display: none;
    }
    @media screen and (max-width:990px){
        .d-intro-btn span{
            float:none;
            width: 100%;
            margin-bottom: 20px;
            padding: 0 15px;
        }
    }

    /*
    *  底部
    */
    footer{
        width: 100%;
        height: auto;
        background:#F0F0F0;
        padding-top: 55px;
        overflow: hidden;
    }
    @media screen and (max-width:767px){
        footer{
            padding-top: 20px;
        }
    }
    footer .d-footer{
        max-width: 1200px;
        margin: auto;
        padding-left: 3%;
    }
    footer .d-footer .d-footnav{
        width: 100%;
        margin-bottom: 50px;
    }
    footer .d-footer .d-footnav .d-footer-nav{
        width: 20%;
        float: left;
        margin-right: 5%;
    }
    footer .d-footer .d-footnav .d-footer-nav1-con{
        display: none;
    }
    @media screen and (max-width:767px){
        footer .d-footer .d-footnav .d-footer-nav{
            display: none;
        }
        footer .d-footer .d-footnav .d-footer-nav1-con{
            display:block;
            margin: auto;
            text-align: center;
        }
        footer .d-footer .d-footnav .d-footer-nav1{
            width: 150px;
            height: 40px;
            border: 1px solid #848484;
            cursor: pointer;
            display: block;
            float: left;
            margin-top: 15px;
            margin-right: 10px;
            margin-left: 10px;
        }
        footer .d-footer .d-footnav .d-footer-nav1 .tk{
        	width: 15px;
            margin-top:13px;
            margin-right: 15px;
        }
        footer .d-footer .d-footnav .d-footer-nav1 .tk.act{
            transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            -ms-transform: rotate(180deg);

            -webkit-transition: all .3s ease-out 0s;
            -moz-transition: all .3s ease-out 0s;
            -ms-transition: all .3s ease-out 0s;
            -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;
        }
        footer .d-footer .d-footnav .d-footer-nav1 .xs{
            display: none;
            width: 150px;
            margin-left: -1px;
            height: 70px;
            border: 1px solid #848484;
            background: #F0F0F0;
            position: relative;
            z-index: 500;
        }
        footer .d-footer .d-footnav .d-footer-nav1 li{
            color: #848484;
            font-size: 14px;
            line-height: 36px;
            padding-left: 15px;
        }
    }
    @media screen and (max-width:700px){
        footer .d-footer .d-footnav .d-footer-nav1-con{
            width: 340px;
        }
    }
    @media screen and (max-width:380px){
        footer .d-footer .d-footnav .d-footer-nav1-con{
            width: 170px;
        }
    }
    footer .d-footer .d-footnav .d-footer-nav li{
        width: 100%;
        font-size: 16px;
        color: #848484;
        line-height: 26px;
        text-align: left;
    }
    footer .d-footer .d-footnav .d-footer-nav a:first-child li{
        font-size: 20px;
        color: #464646;
        padding-bottom: 20px;
        border-bottom:1px solid #E0E0E0;
        margin-bottom: 20px;
    }
    footer .d-footer .d-footnav .d-footer-nav a:first-child li:hover{
        color:#DD3827;
    }
    footer .d-footer .d-footnav .d-footer-nav li:hover{
        color:#DD3827;
    }
    footer .d-footer .d-footcontact h4{
        font-size: 24px;
        color:#848484;
        padding-bottom:25px;
    }
    footer .d-footer  .d-footcontact ul{
        width: 100%;
    }
    footer .d-footer  .d-footcontact ul li{
        float: left;
        height: 45px;
        padding-bottom: 25px;
        line-height: 30px;
        box-sizing: content-box;
    }
    footer .d-footer  .d-footcontact ul li span:hover{
        color:#DD3827;
        cursor: pointer;
    }
    @media screen and (max-width:767px){
        footer .d-footer  .d-footcontact ul li{
            height: auto;
            padding-bottom: 15px;
            padding-right: 15px;
        }
    }
    footer .d-footer  .d-footcontact ul li img{
    	width: 20px;
        margin-right: 10px;
    }
    footer .d-footer  .d-footcontact ul li span{
        margin-right: 20px;
        font-size: 16px;
        color:#848484;
    }
    footer .d-footer  .d-footlink h4{
        font-size: 24px;
        color:#848484;
        padding-bottom:25px;
    }
    footer .d-footer  .d-footlink ul{
        width: 100%;
        padding-bottom: 50px;
    }
    footer .d-footer  .d-footlink ul li{
        float: left;
        height: 109px;
        line-height: 109px;
    }
    footer .d-footer  .d-footlink ul li .d-footertu1{
        margin-right: 30px;
    }
    footer .d-footer  .d-footlink ul li a{
        font-size: 16px;
        color:#848484;
        text-decoration:underline;
        margin-right: 20px;
    }
    footer .d-footer  .d-footlink ul li a:hover{
        color:#DD3827;
    }
    footer .d-footer  .d-footlink ul li .d-footertu2{
    	width: 6px;
        margin-right:50px;
    }
    @media screen and (max-width:1180px){
        footer .d-footer  .d-footlink ul li .d-footertu1{
            margin-right: 15px;
        }
        footer .d-footer  .d-footlink ul li .d-footertu2{
            margin-right:20px;
        }
    }
    @media screen and (max-width:990px){
        footer .d-footer  .d-footlink ul li .d-footertu1{
            display: none;
        }
        footer .d-footer  .d-footlink ul li{
            float: left;
            height: 30px;
            line-height: 30px;
        }
    }
    @media screen and (max-width:600px){
        footer .d-footer  .d-footlink ul li{
            float: none;
            height: 30px;
            line-height: 30px;
        }
    }
    footer .d-copy{
        width: 100%;
        height: 45px;
        line-height: 20px;
        text-align: center;
        color: #999999;
        font-size: 14px;
        background: #D8D8D8;
        padding: 12.5px 0px;
    }
    footer .d-copy a{
    	display: inline-block;
    	line-height: 20px;
    	color: #999999;
    }
    footer .d-copy a:hover{
    	color: #DD3827;
    }
    footer .d-copy p{
        line-height: 45px;
        text-align: center;
    }
    @media screen and (max-width:500px){
        footer .d-copy{
            font-size: 12px;
            height: auto;
        }
        footer .d-copy p{
            width: 300px;
            margin: auto;
            line-height:24px;
        }
    }

/*  F1 */
    .d-f1-wrap{
        width:100%;
        height: 100%;
        background: url("../images/F11.jpg") 0 0 no-repeat;
        background-size: cover;
        position: relative;
    }
     @media screen and (max-width:767px){
     	.d-f1-wrap{
     		height: 150%;
     	}
 	}
    .d-denglu{
        margin-right: 35px;
        display: inline-block;
        font-size: 18px;
        color:#848484;
    }
    .d-yuyan{
        display: inline-block;
        font-size: 18px;
        color:#848484;
    }
    .login{
        position: absolute;
        top: 85px;
        width:100%;
        height:calc(100% - 115px);
    }
    .d-login{
        width: 350px;
        height:550px;
        background:rgba(255,255,255,0.9);
        position: absolute;
        top:50%;
        left: 50%;
        transform: translate(-50%,-50%);
        /*margin-left: -175px;*/
        /*margin-top: -275px;*/
    }
    @media screen and (max-width:767px){
        .login{
            position: absolute;
            top: 85px;
            width:100%;
            height:calc(100% - 90px);
        }
    }
    @media screen and (max-width:500px){
        .d-login{
            width: 300px;
        }
    }
    .d-login .d-p1{
        color: #464646;
        font-size: 22px;
        line-height: 36px;
        padding-top: 50px;
        text-align: center;
        padding-bottom: 30px;
    }
    .d-login .d-input{
         width: 290px;
        display: block;
        margin: auto;
        height: 50px;
        border: 1px solid #CED2D1;
        margin-bottom: 20px;
        padding-left:15px;
        font-size: 14px;
        color: #666666;
    }
    .d-login .d-input1{
        width: 290px;
        display: block;
        margin: auto;
        height: 50px;
    }
    @media screen and (max-width:500px){
        .d-login .d-input{
            width: 280px;
        }
        .d-login .d-input1{
            width: 280px;
        }
    }
    .d-login .d-input::-moz-placeholder { color: #666666; opacity: 1; }
    .d-login .d-input:-moz-placeholder { color: #666666; opacity: 1; }
    .d-login .d-input::-webkit-input-placeholder  { color: #666666; }
    .d-login .d-input:-ms-input-placeholder { color: #666666; }
    .d-login .d-btn{
        width: 110px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: #FFFFFF;
        font-size: 14px;
        background: #FE584A;
        border-radius: 5px;
        cursor: pointer;
    }
    .d-login .d-denglu-btn{
        width: 290px;
        display: block;
        margin: auto;
        height: 50px;
        background: #DD3827;
        font-size: 18px;
        color: #FFFFFF;
        text-align: center;
        line-height: 50px;
        letter-spacing: 1px;
    }
    @media screen and (max-width:500px){
        .d-login .d-denglu-btn{
            width: 280px;
        }
    }

/*  B6 */
    .d-ny_head{
        width: 100%;
    }
    .d-ny_head .d-h3{
        font-size: 36px;
        color: #464646;
        line-height: 36px;
        text-align: center;
        padding-top: 60px;
    }
    .d-ny_head .d-xian{
        text-align: center;
        margin: 10px auto 20px;
    }
     @media screen and (max-width:767px){
        .d-ny_head .d-xian{
            margin: 20px auto 23px;
        }
    }
    @media screen and (max-width:360px){
        .d-ny_head .d-xian img{
            width: 100%;
        }
    }
    .d-ny_head .d-h4{
        color: #bebebe;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        text-transform: uppercase;
    }
    .d-b6top{
        width: 100%;
        height: auto;
        background:#F9F9F9;
        padding-bottom: 140px;
    }
    @media screen and (max-width:990px){
        .d-b6top{
            margin-top: 115px;
        }
    }
    @media screen and (max-width:990px){
        .d-b6top{
           padding-bottom: 40px;
        }
    }
    .d-b6-topcon{
        padding-top: 60px;
    }
    @media screen and (max-width:990px){
        .d-b6-topcon{
           margin-top: 0px;
        }
        .d-b6-topyin{
            margin-top: 0px;
        }
    }
    @media screen and (max-width:767px){
        .d-b6-topcon{
            padding-top: 0px;
            padding-bottom: 26px;
        }
        .d-ny_head .d-h3{
        	font-size: 24px;
        	padding-top: 36px;
        }
        .d-b6-topyin{
            margin-top: 36px;
        }
        .d-b6top{
           padding-bottom: 0px;
        }
    }
    .d-introd-nk .d-b6-left{
        width: 293px;
        float: left;
    }
    .d-introd-nk .d-b6-right{
        width: calc(100% - 293px);
        padding-left: 100px;
        padding-right: 20px;
        text-align: justify;
        float: right;
    }
    @media screen and (max-width:1280px){
        .d-introd-nk .d-b6-left{
            width: 313px;
            float: left;
            padding-left: 20px;
        }
        .d-introd-nk .d-b6-right{
            width: calc(100% - 313px);
            padding-left: 100px;
            float: right;
        }
    }
    @media screen and (max-width:767px){
        .d-introd-nk .d-b6-left{
            /*width: 293px;
            float: none;
            margin: auto;
            padding-left: 0px;*/
            display: none;
        }
        .d-introd-nk .d-b6-right{
            width: 100%;
            padding-top: 0px;
            padding-left: 15px;
            padding-right: 15px;
            float: none;
        }
    }
    .d-introd-nk .d-b6-right p{
        font-size: 18px;
        color:#666666;
        line-height: 24px;
        padding-bottom: 36px;
    }
    @media screen and (max-width:767px){
    	.d-introd-nk .d-b6-right p{
    		padding-bottom: 36px;
    	}
    }
    .d-introd-nk .d-b6-right p span{
        font-size: 18px;
        color:#666666;
        text-decoration: underline;
    }
	.d-introd-nk .d-b6-right p span:hover{
		color: #DD3827;
	}
    .d-b6-zwzp{
        width: 100%;
        margin-bottom: 15px;
        cursor: pointer;
    }
    .d-b6-zwzp .d-b6-zha{
        font-size: 36px;
        color: #464646;
        text-align: center;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    @media screen and (max-width:767px){
    	.d-b6-zwzp .d-b6-zha{
    		padding: 0px 0px 26px;
    	}
    	.d-b6-zwzp{
    		margin-bottom: 36px;
    	}
    }
    .d-b6-man{
        width: 100%;
        margin-bottom: 15px;
        cursor: pointer;
    }
    .d-b6-zwzp .d-b6-sysming{
        width: 100%;
        height: 50px;
        background: #F9F9F9;
        padding-left: 25px;
        line-height: 50px;
        color:#727272;
        font-size: 16px;
        border-left: 2px solid #E44A42;
    }
    .d-b6-zwzp .d-b6-sysming .act-yin{
        display: inline;
        margin-right: 20px;
        margin-top: 15px;
    }
    .d-b6-zwzp .d-b6-sysming .act-show{
        display: none;
        margin-right: 20px;
        margin-top: 10px;
    }
    .d-b6-sysjuti{
        width: 100%;
        display: none;
        padding: 35px 15px 50px;
    }
    .d-b6-sysjuti h3{
        display: inline-block;
        margin-right: 30px;
    }
    @media screen and (max-width:500px){
        .d-b6-sysjuti h3{
            display: block;
            margin-right: 0px;
            padding-bottom: 15px;
        }
    }
    .d-b6-sysjuti h3 span:first-child{
        color: #e4483f;
        font-size:20px;
    }
    .d-b6-sysjuti h3 span:last-child{
        color: #666666;
        font-size: 16px;
        padding-left: 5px;
    }
    .d-b6-sysjuti p{
        color: #e4483f;
        font-size:20px;
        padding-bottom: 25px;
        padding-top: 70px;
    }
    .d-b6-sysjuti ul li{
        color: #666666;font-size: 14px;
        line-height: 24px;
    }

    /*
    *   分页
    */
    .d-fenye{
        padding: 50px 0;
        text-align: center;
    }
    .d-fenye li {
        display: inline-block;
    }
    .d-fenye ul a{
        display: inline-block;
        width: 30px;
        height: 30px;
        margin: 0 8px;
        text-align: center;
        line-height: 28px;
        color: #565656;
        font-size: 14px;
    }
    .d-fenye a li .on{
        color: #e4483f;
        border:1px solid #e4483f;
        border-radius: 50%;
        line-height: 28px;
    }
    .d-fenye a.on{
        color: #e4483f;
        border:1px solid #e4483f;
        border-radius: 50%;
    }
    .d-fenye ul a:hover{
        color: #e4483f;
        border:1px solid #e4483f;
        border-radius: 50%;
        line-height: 28px;
    }
    .d-fenye button{
        width: 100px;
        height: 40px;
        margin-left: 10px;
        margin-right: 10px;
        text-align: center;
        line-height: 40px;
        border:1px solid #e4483f;
        font-size: 20px;
        color: #565656;
        border-radius: 10px;
        display: none;
    }
    @media screen and (max-width:767px){
        .d-fenye ul{
            display: none;
        }
        .d-fenye button{
            display: inline-block;
        }
        .d-fenye{
        	padding: 0px;
        	margin: 20px auto;
        }
    }

/*  B5 */
    .d-b5-top{
        width: 100%;
    }
    .d-b5-top img{
        width: 100%;
    }
    .d-b5-ul{
        width: 100%;
        padding-top: 60px;
        /*margin-left: -20px;*/
        /*margin-right: -20px;*/
    }
	@media screen and (max-width:767px){
		.d-b5-ul{
			padding-top: 0px;
		}
		.d-b5-top img{
			margin-bottom: 36px;
		}
		
	}
    .d-b5-ul li{
        float: left;
        width: 25%;
       /* padding-left: 32px;
        padding-right: 32px;*/
        box-sizing: content-box;
        margin-bottom: 25px;
    }
    @media screen and (max-width:1080px){
        .d-b5-ul li{
            width: 33.33%;
        }
    }
    @media screen and (max-width:800px){
        .d-b5-ul li{
            width: 50%;
        }
    }
    @media screen and (max-width:520px){
        .d-b5-ul li{
            width: 100%;
        }
    }
    .d-b5-ul li .d-b5-liimg{
        width: 236px;
        height: 334px;
        line-height: 334px;
        margin: auto;
        /*background: url("../images/B53_03.jpg") 0 0 no-repeat;*/
        background-size: cover;
    }
    .d-b5-ul li img{
        /*margin-left: 7px;margin-top: 7px;*/
        width:100%;
    }
    .d-b5-ul li p{
        color: #464646;
        width: 195px;
        margin: auto;
        font-size: 18px;
        line-height: 24px;
        height: 58px;
        padding-top: 5px;
        border-bottom:1px solid #EBEBEB;
        padding-bottom: 5px;
        text-align: center;
        margin-top: 10px;
    }
    .d-b5-ul li p:last-child{
        color: #848484;
        width: 195px;
        margin: auto;
        padding-top: 15px;
        height: auto;
        border-bottom:none;
        text-align: center;
    }
/*  E3 */
    .d-e3-p{
        color: #464646;
        font-size: 24px;
        line-height: 36px;
        padding-left: 15px;
        padding-right: 15px;
        text-align: justify;
    }
    .d-e3-ul1{
        width: 100%;
        margin-top: 50px;
    }
    .d-e3-ul1 li{
        float: left;
        width: 25%;
        text-align: center;
    }
    @media screen and (max-width:990px){
        .d-e3-ul1 li{
            float: left;
            width: 50%;
            text-align: center;
            margin-bottom: 30px;
        }
    }
    @media screen and (max-width:500px){
        .d-e3-ul1 li{
            width: 100%;
        }
    }
    .d-e3-ul{
        width: 100%;
        padding-top: 60px;
    }
    @media screen and (max-width:767px){
    	.d-e3-ul{
    		padding-top: 0px;
    		margin-bottom: 36px;
    	}
    }
    .d-e3-ul li{
        float: left;
        width: 25%;
        box-sizing: content-box;
        margin-bottom: 25px;
    }

    @media screen and (max-width:1080px){
        .d-e3-ul li{
            width: 33.33%;
        }
    }
    @media screen and (max-width:800px){
        .d-e3-ul li{
            width: 50%;
        }
    }
    @media screen and (max-width:520px){
        .d-e3-ul li{
            width: 100%;
        }
    }
    .d-e3-ul li .d-e3-liimg{
        width: 236px;
        height: 334px;
        margin: auto;
        background: url("../images/B53_03.jpg") 0 0 no-repeat;
        background-size: cover;
    }
    .d-e3-ul li img{
        margin-left: 3px;margin-top: 3px;
    }

/*  E2 */
    .d-e2con .d-h3{
        font-size: 36px;
        color: #464646;
        line-height: 36px;
        text-align: center;
        padding-top: 60px;
    }
    .d-e2con .d-xian{
        text-align: center;
        margin: 10px auto 20px;
    }
    @media screen and (max-width:1200px){
        .d-e2con{
            padding-left: 15px;
            padding-right: 15px;
        }
    }
    @media screen and (max-width:360px){
        .d-e2con .d-xian img{
            width: 100%;
        }
    }
    .d-e2con .d-h4{
        color: #bebebe;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        text-transform: uppercase;
    }
    .d-e2-tab{
        width: 100%;
        height: 45px;
        margin-top:60px;
        border-top: 1px solid #E9E9E9;
        border-bottom: 1px solid #E9E9E9;
    }
    .d-e2-tab ul li{
        float: left;
        width: 15%;
        font-size: 16px;
        color: #848484;
        text-align: center;
        line-height: 45px;
    }
    .d-e2-tab1{
        display: none;
    }
    .d-e2-tab ul li.act{
        color: #f26b6b;
    }
    .d-e2-tab ul li:hover{
        color: #f26b6b;
    }
    @media screen and (max-width:990px){
        .d-e2-tab{ display: none}
        .d-e2-tab1{
            width: 290px;
            height: 45px;
            margin-top:60px;
            border: 1px solid #E9E9E9;
            display: block;
        }
        .d-e2-tab1 ul li{
           width: 100%;
            height: 45px;
            line-height: 45px;
            padding-left: 20px;
            font-size: 16px;
            color: #848484;
        }
        .d-e2-tab1 ul li .tk{
        	width: 13px;
            margin-top:19px;
            margin-right: 15px;
        }
        .d-e2-tab1 ul li .tk.act{
            transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            -ms-transform: rotate(180deg);

            -webkit-transition: all .3s ease-out 0s;
            -moz-transition: all .3s ease-out 0s;
            -ms-transition: all .3s ease-out 0s;
            -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;
        }
        .d-e2-tab1 ul ul{
            display: none;
            width: 100%;
            margin-top: -1px;
            height: 100px;
            border: 1px solid  #E9E9E9;
            background: #FFFFFF;
            position: relative;
            z-index: 500;
        }
        .d-e2-tab1 ul  li.act{
            color: #f26b6b;
        }
    }
    .d-e2-ul{
        padding-top: 35px;
        text-align: justify;
        margin-left: -6%;
        margin-right: -6%;
    }
    .d-e2-ul li{
        width: 33.33%;
        float: left;
        text-align: center;
        padding-left: 5%;
        padding-right:5%;
        margin-bottom: 25px;
        cursor: pointer;
    }
    @media screen and (max-width:990px){
        .d-e2-ul li {
            width: 50%;
        }
    }
    @media screen and (max-width:600px){
        .d-e2-ul li {
            width: 100%;
        }
    }
    .d-e2-ul li .d-e2-topimg{
        width: 100%;
        overflow: hidden;
    }
    .d-e2-ul li .d-e2-topimg:hover img{
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);

        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
    }
    .d-e2-ul li .d-e2-topimg img{
        width: 100%;
    }
    .d-e2-ul li .d-e2-bottom{
        width: 100%;
        height:125px;
        /*margin: auto;*/
        border: 1px solid #F5F5F5;
        border-top: none;
    }
    .d-e2-ul li .d-e2-bottom p:nth-child(1){
        color: #464646;
        font-size: 18px;
        text-align: center;
        padding: 25px 15px 0;
    }
    .d-e2-ul li .d-e2-bottom p:nth-child(2){
        color: #bbbbbb;
        font-size: 14px;
        text-align: center;
        padding-top: 15px;
    }
    .d-e2-ul li .d-e2-bottom p:nth-child(3) {
        color: #e71a0f;
        font-size: 14px;
        text-align: center;
        padding-top: 15px;
    }

/* D1 */
    .d-d1-sou input{
        width: 325px;
        height: 50px;
        padding-left: 20px;
        padding-right: 15px;
        border: 1px solid #CECECE;
        float: left;
    }
    .d-d1-sou button{
        width: 50px;
        height: 50px;
        background:#E71A0E;
        display: inline-block;

    }
    .d-d1-sou button img{
    	width: 30px;
    }
    .d-d1-con{
        margin-top:40px ;
        border-top: 1px solid #EAEAEA;
        width: 100%;
    }
    @media screen and (max-width: 1200px){
        .d-d1-con{
           padding-left: 15px;
        }
    }
    @media screen and (max-width: 767px){
        .d-d1-con{
            padding-left: 0px;
            margin-top: 36px;
        }
        .news-search{
        	margin: 26px 0px 0px;
        }
    }
    @media screen and (max-width: 414px){
    	.d-d1-sou input{
    		width: calc(100% - 50px);
    	}
    }
    .d-d1-con .d-d1-can{
        width: 100%;
        border-bottom: 1px solid #EAEAEA;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .d-d1-con .d-d1-can .d-d1-lef{
        width: 360px;
        height: 247px;
        float: left;
        overflow: hidden;
    }
    .d-d1-con .d-d1-can .d-d1-lef img{
        width:100%;
    }
    @media screen and (max-width: 767px){
        .d-d1-con .d-d1-can .d-d1-lef{
            float: none;
            margin: auto;
            margin-bottom: 20px;
        }
        .d-d1-con .d-d1-can{
        	padding-top: 36px;
        }
    }
    @media screen and (max-width: 400px){
        .d-d1-con .d-d1-can .d-d1-lef {
            width: 288px;
            height: 198px;
        }
    }
    .d-d1-con .d-d1-can .d-d1-lef:hover img{
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);

        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
    }
    .d-d1-con .d-d1-can .d-d1-rig{
        width: calc(100% - 360px);
        padding-left: 80px;
        float: left;
        padding-right: 20px;
    }
    @media screen and (max-width: 990px){
        .d-d1-con .d-d1-can .d-d1-rig{
            padding-left: 40px;
        }
    }
    @media screen and (max-width: 767px){
        .d-d1-con .d-d1-can .d-d1-rig{
            width: 100%;
            float: none;
            padding-left: 0px;
            padding-right: 0px;
        }
    }
    .d-d1-con .d-d1-can .d-d1-rig ul li:nth-child(1){
        /*font-family:"HelveticaNeueLT Thin";*/
        color: #464646;
        font-size: 18px;
        margin-bottom: 26px;
        line-height: 24px;
    }
    .d-d1-con .d-d1-can .d-d1-rig ul li:nth-child(2){
        /*font-family:"HelveticaNeueLT Thin";*/
        color: #999999;
        font-size: 14px;
        margin-bottom: 26px;
    }
    .d-d1-con .d-d1-can .d-d1-rig ul li:nth-child(2) img{
    	width: 17px;
        margin-right: 15px;
    }
    .d-d1-con .d-d1-can .d-d1-rig ul li span{
        font-family:"HelveticaNeueLT Thin";
    }
    .d-d1-con .d-d1-can .d-d1-rig ul li p{
        color: #999999;
        font-size: 14px;
        margin-bottom: 25px;
        line-height: 24px;
        text-align: justify;

        overflow:hidden;
        text-overflow:ellipsis;
        display:-webkit-box;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:4;
    }
    .d-d1-con .d-d1-can .d-d1-rig ul li:last-child{
        color: #f26b6b;
        font-size: 16px;
        margin-top: 70px;
    }
    @media screen and (max-width:1200px){
        .d-d1-con .d-d1-can .d-d1-rig ul li:last-child{
            margin-top: 50px;
        }
    }

/* index */
    .d-i-lunbi{
        width: 100%;
    }
    .d-i-lunbi .d-i-limg{
        position: relative;
        width: 100%;
    }
.d-i-lunbi .d-i-limg img{
    width:100%;
}
    .d-banner .d-i-shang1{
        width: 100px;
        height: 60px;
        background: rgba(255,255,255,0.6);
        border: 1px solid #FFFFFF;
        border-radius: 10px;
        position: absolute;
        top:45%;
        left:95px;
        z-index: 200;
    }
    .d-banner .d-i-xia1{
        width: 100px;
        height: 60px;
        background: rgba(255,255,255,0.6);
        border: 1px solid #FFFFFF;
        border-radius: 10px;
        position: absolute;
        top:45%;
        right:95px;
        z-index: 200;
    }
@media screen and (max-width:767px){
    .d-banner .d-i-shang1{
    	display: none;
        left:20px;
    }
    .d-banner .d-i-xia1{
    	display: none;
        right:20px;
    }
}
  /*  .d-i-lunbi .slick-dots{
        position: absolute;
        bottom: -35px
    }*/
    .d-i-lunbi .slick-dots li button::before, .d-i-lunbi .slick-dots li button::after{
        display: none;
    }
    .d-i-lunbi  .slick-dots li {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        border: 1px solid #DFDFE0;
        /*background: #fff;*/
        opacity: 1;
        margin: 0 5px;
    }
    .d-i-lunbi .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 20px;
        height: 20px;
        padding: 5px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: transparent;
    }
    .d-i-lunbi .slick-dots li.slick-active {
        background-color: #FFFFFF;
    }
    .d-i-lunbi.slick-slider{
        margin-left: 0px;
        margin-right: 0px;
    }
    .d-i-lunbi .slick-slide{
        padding-left: 0px;
        padding-right: 0px;
    }
    .d-i-bi{
        width: 100%;
        height: auto;
        background: #F8F8F8;
        padding: 100px 60px;
    }
    .d-i-bi .d-h3{
        font-size: 36px;
        color: #464646;
        line-height: 36px;
        text-align: center;
        padding-top: 60px;
    }
    @media screen and (max-width:990px){
        .d-i-bi{
            padding: 40px 7.5px;
            margin-top: 110px;
        }
        .d-i-bi .d-h3{
            padding-top: 0px;
        }
    }
    @media screen and (max-width:767px){
        .d-i-bi{
            padding: 36px 7.5px;
            margin-top: 36px;
        }
        .j_xiugai{
        	padding: 36px 7.5px;
            margin-top: 90px;
        }
        .d-i-bi .d-h3{
            font-size: 24px;
        }
    }
    .d-i-bi .d-xian{
        text-align: center;
        margin: 10px auto 20px;
    }
    @media screen and (max-width:767px){
        .d-i-bi .d-xian{
            margin: 26px auto;
        }
    }
    @media screen and (max-width:360px){
        .d-i-bi .d-xian  img{
            width: 100%;
        }
    }
    .d-i-bi .d-h4{
        color: #bebebe;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        text-transform: uppercase;
    }
    .d-i-biul{
        width: 100%;
        padding-top: 90px;
        margin-left: -7.5px;
        margin-right: -7.5px;
        margin-bottom: 100px;
    }
    @media screen and (max-width:990px){
        .d-i-biul{
            margin-left: 0px;
            margin-right:0px;
        }
    }
    @media screen and (max-width:767px){
        .d-i-biul{
            padding-top: 36px;
            margin-bottom: 26px;
        }
    }
    .d-i-biul li{
        width: 50%;
        max-height: 628px;
        float: left;
        margin-bottom: 15px;
        position: relative;
        padding-left: 7.5px;
        padding-right: 7.5px;
        overflow: hidden;
    }
    @media screen and (max-width:767px){
        .d-i-biul li {
            width: 100%;
        }
    }
    .d-i-biul li .d-bg{
        width: 100%;
        max-height: 628px;
    }
    .d-i-biul li .d-zi{
        width: 100%;
        height: 100%;
        position: absolute;
        top:0;
        left: 0;
        z-index: 150;
        overflow: hidden;
    }
    .d-i-biul li .d-zi .d-logo{
        width: 100%;
        height: auto;
        position: absolute;
        left: 0;
        top:20%;
        z-index: 140;
        text-align: center;
    }
    @media screen and (max-width:1360px){
        .d-i-biul li .d-zi .d-logo{
            top:15%;
        }
        .d-i-biul li .d-zi .d-logo img{
            width: 157px;
            height: 110px;
        }
    }
    @media screen and (max-width:450px){
        .d-i-biul li .d-zi .d-logo img{
            width: 125px;
            height: 88px;
        }
    }
    .d-i-biul li .d-zi .d-bgdown{
        width: calc(100% - 15px);
        height: 100%;
        background: rgba(255,255,255,0.8);
        position: absolute;
        top: -100%;
        left: 7.5px;
        z-index: 120;

        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
    }
    .d-i-biul li .d-zi:hover .d-bgdown{
        top:0;
    }
    .d-i-biul li .d-zi .more{
        width: 100%;
        text-align: center;
        text-decoration: underline;
        font-size: 24px;
        color: #000000;
        position: absolute;
        left: 0;
        bottom:10%;
        z-index: 140;
    }
    .d-i-button{
        width: 285px;
        height: 60px;
        display: block;
        margin: auto;
        background: #E71A0E;
        font-size: 20px;
        color: #FFFFFF;
    }
    .d-i-button img{
        margin-left: 25px;
    }
    .d-i-button:hover img{
        margin-left: 35px;
        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
    }
    .d-i-biao{
        text-align: center;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .j_quanj{
        display: block;
        margin: 10px auto 0;
        font-size: 18px;
        color:#f26b6b ;
        line-height: 24px;
        text-align: center;
    }
    @media screen and (max-width:990px){
        .d-i-biao{
            width: 100%;
            padding-left: 15px;
            padding-right: 15px;
        }
        .d-i-biao img{
            width: calc(100% - 112px);
        }
        .d-i-biao .j_lianjie{
            width: 35px;
            height: 35px;
            margin-right: 25px;
        }
        .d-i-biao .j_jiantin{
            width: 9px;
            margin-left: 20px;
        }
        .j_quanj{
            display: block;
            margin: 5px auto 0;
            font-size: 14px;
            color: #848484;
            line-height: 24px;
            text-align: center;
        }
    }
    @media screen and (max-width:990px){
        .d-i-biao{
            width: 100%;
            padding:  26px 15px;
        }
    }
    .d-iul{
        width: 1100px;
        height: 250px;
        margin: auto;
    }
    .d-iul > li{
        width: 25%;
        float: left;
        text-align: center;
    }
    .d-iul > li img{
    	-webkit-transition: all .6s ease-out 0s;
	    -moz-transition: all .6s ease-out 0s;
	    -ms-transition: all .6s ease-out 0s;
	    -o-transition: all .6s ease-out 0s;
	    transition: all .6s ease-out 0s;
    }
    .d-iul > li img:hover{
    	transform: rotate(360deg);
    }
    @media screen and (max-width:1080px){
        .d-iul{
            width: 300px;
        }
        .d-iul > li {
            width: 300px;
            text-align: center;
        }
    }
    @media screen and (max-width:767px){
        .d-iul{
            margin-bottom: 60px;
        }
        .d-i-biao img{
            width:calc(100% - 52px);
        }
        .d-i-biao .j_lianjie{
            width: 20px;
            height: 20px;
            margin-right: 5px;
        }
        .d-i-biao .j_jiantin{
            width: 5px;
            margin-left: 5px;
        }
    }
    .d-iul .slick-dots{
       position: absolute;
       bottom: -35px
    }
    .d-iul .slick-dots li button::before, .d-iul .slick-dots li button::after{
        display: none;
    }
    .d-iul  .slick-dots li {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        border: 1px solid #DFDFE0;
        background: #fff;
        opacity: 1;
        margin: 0 5px;
    }
    .d-iul .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 20px;
        height: 20px;
        padding: 5px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: transparent;
    }
    .d-iul .slick-dots li.slick-active {
        background-color: #DFDFE0;
    }
    .d-iul .slick-slide{
        text-align: center;
    }

    .d-iul li .d-isun{
        color: #464646;
        font-size: 18px;
        padding-top: 20px;
    }
    .d-iul li .d-isunm{
        color: #848484;
        padding-top: 13px;
        font-size: 14px;
    }
    .d-ibutton{
        width: 100%;
        text-align: center;
    }
    .d-i-button1{
        width: 285px;
        height: 60px;
        display: inline-block;
        margin:80px 12.5px;
        background: #E71A0E;
        font-size: 20px;
        color: #FFFFFF;
    }
    @media screen and (max-width:767px){
        .d-i-button1{
            width: 285px;
            height: 60px;
            display: block;
            margin:26px auto;
        }
        .nn{
            margin: 26px auto;
        }
    }
    .d-i-button1 img{
        margin-left: 25px;
    }
    .d-i-button1:hover img{
        margin-left: 35px;
        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
    }
    .d-ipinpa{
        max-width: 1300px;
        margin: auto;
        padding-top: 90px;
        padding-bottom: 100px;
        line-height: 24px;
        color: #848484;
        font-size: 18px;
        text-align: center;
    }
@media screen and (max-width:990px){
    .d-ipinpa{
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
    .d-igongs{
        max-width: 960px;
        margin: auto;
        margin-bottom: 80px;
    }
    .d-igongs ul{
        width: 100%;
    }
    .d-igongs .d-igongs1 > li{
        float: left;
        text-align: center;
        width: 33.3%;
    }
    @media screen and (max-width:1080px){
        .d-igongs .d-igongs1{
            width: 300px;
            margin: auto;
        }
        .d-igongs .d-igongs1 > li {
            width: 300px;
            text-align: center;
        }
    }
    .d-igongs1 .slick-dots{
        position: absolute;
        bottom: -35px
    }
    .d-igongs1 .slick-dots li button::before, .d-igongs1 .slick-dots li button::after{
        display: none;
    }
    .d-igongs1  .slick-dots li {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        border: 1px solid #DFDFE0;
        background: #fff;
        opacity: 1;
        margin: 0 5px;
    }
    .d-igongs1 .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 20px;
        height: 20px;
        padding: 5px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: transparent;
    }
    .d-igongs1 .slick-dots li.slick-active {
        background-color: #DFDFE0;
    }
    .d-igongs1 .slick-slide{
        text-align: center;
    }

    .d-igongs ul li .p0{
        font-size: 95px;
        color:#e71a0f;
        font-family:RomanSB;
        padding-bottom:50px;
    }
    .d-igongs ul li .p1{
        color: #464646;
        width: 55%;
        margin: auto;
        font-size: 18px;
        line-height: 30px;
    }
    .d-igongs ul li:nth-child(2) .p1{
        margin-top: -22px;
    }
    .d-igongs ul li .p2{
        color: #848484;
        font-size: 14px;
        line-height:30px;
        text-transform: uppercase;
    }
    .d-i-xw{
        max-width: 1300px;
        height: 755px;
        margin: auto;
        padding-top: 44px;
        position: relative;
    }
    @media screen and (max-width:1680px){
    	.d-i-xw{
            height: 815px;
        }
    }
    @media screen and (max-width:1360px){
        .d-i-xw{
            padding-left: 15px;
            padding-right: 15px;
        }
        .d-ixwconx{
        	left: 0px;
    		padding: 0px 15px;
        }
    }
     @media screen and (max-width:990px){
     	.d-i-xw{
            height: 1170px;
        }
     }
    @media screen and (max-width:767px){
        .d-i-xw{
            padding-top: 36px;
            /*min-height: 780px;*/
        	height: auto;
            padding-bottom: 60px;
        } 
    }
    @media screen and (max-width:380px){
        .d-i-xw{
            padding-top: 36px;
            /*min-height: 760px;*/
        	height: auto;
        } 
    }
    @media screen and (max-width:360px){
        .d-i-xw{
            padding-top: 36px;
            /*min-height: 740px;*/
        	height: auto;
        }    
    }
    .d-xwtab{
        width: 100%;
        margin-bottom: 50px;
    }
     @media screen and (max-width:767px){
        .d-xwtab{
            margin-bottom: 36px;
        }
    }
    .d-xwtab li{
        float: left;
        width: auto;
        margin-right: 20px;
        font-size: 24px;
        padding-bottom: 10px;
        color: #848484;
        cursor: pointer;
    }
    .d-xwtab li.act{
        color: #e71a0f;
        border-bottom: 1px solid #e71a0f;
    }
    /*.d-ixwconfa{
        width: 100%;
        height: 370px;
        overflow: hidden;
        position: relative;
    }*/
    .d-ixwcon{
        width: 100%;
        position: relative;
        opacity: 0;
        /*display: none;*/
    }
    .d-ixwcon.act{
    	opacity: 1;
    }
    .d-ixwconx{
    	position: absolute;
    	top: 130px;
    	width: 100%;
    	/*display: none;*/
    	opacity: 0;
    	z-index: 10;
    }
    /*.d-ixwcon.act{
        display: block;
    }*/
    .d-ixwconx.act{
        /*display: block;*/
        opacity: 1;
        z-index: 13;
    }
    .d-xwlun{
        width: 100%;
        float: left;
    }
    .d-xwlun .left{
        float: left;
        width: 590px;
        height: auto;
        overflow: hidden;
    }
    .d-xwlun .left img{
    	width: 100%;
        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
    }
    @media screen and (min-width:1199px){
        .d-xwlun .left:hover img{
            transform: scale(1.2);
        }
    }
    .d-xwlun .right{
        float: left;
        width: calc(100% - 590px);
        padding-left: 40px;
    }
    @media screen and (max-width:990px){
        .d-xwlun .left {
            margin: auto;
            float: none;
        }
        .d-xwlun .right{
            width: 100%;
            float: none;
            padding-top: 30px;
            padding-left: 0px;
        }
    }
    @media screen and (max-width:600px){
        .d-xwlun .left {
            width: 100%;
        }
        .d-xwlun .left img{
            width: 100%;
        }
        .d-ixwconx{
            position: static;
            top: 0;
            padding: 0;
        }
        .d-ixwconx{
            display: none;
        }
        .d-ixwconx.act{
            display: block;
        }
    }
    .d-ixwcon.slick-slider{
        margin-left: 0px;
        margin-right: 0px;
    }
    .d-ixwcon .slick-slide{
        padding-left: 0;
        padding-right: 0;
    }
    .d-xwlun .right p:nth-child(1){
        color: #464646;
        font-size: 20px;
        margin-bottom: 30px;
        line-height: 30px;
        overflow: hidden;
        text-align: left;
        height: 60px;
        text-overflow:ellipsis;
        display:-webkit-box;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:2;
        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
    }
    @media screen and (min-width:1199px){
        .d-xwlun .right:hover p:nth-child(1){
            color: #e71a0f;
        }
    }
    .d-xwlun .right p:nth-child(2){
        /*font-family:"HelveticaNeueLT Thin";*/
        color: #999999;
        font-size: 18px;
        margin-bottom: 70px;
        text-align: left;
    }
    .d-xwlun .right p:nth-child(2) img{
    	width: 20px;
        margin-right: 15px;
        margin-bottom: 5px;
    }
    .d-xwlun .right p:nth-child(3){
        color: #999999;
        font-size: 16px;
        margin-bottom: 80px;
        line-height: 24px;
        /*height: 72px;*/
        text-align: justify;
        overflow:hidden;
        text-overflow:ellipsis;
        display:-webkit-box;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:3;
    }
    .d-xwlun .right p:nth-child(4){
    	position: absolute;
    	bottom: 0px;
        color: #f26b6b;
        font-size: 18px;
        text-align: left;
    }
    .d-i-prev{
        width: 100px;
        height: 60px;
        text-align: center;
        line-height: 60px;
        background: rgba(255,255,255,0.6);
        border: 1px solid #E5E5E5;
        border-radius: 10px;
        position: absolute;
        bottom:55%;
        left:-130px;
        z-index: 200;
        cursor: pointer;
    }
   .d-i-next{
        width: 100px;
        height: 60px;
        text-align: center;
        line-height: 60px;
        background: rgba(255,255,255,0.6);
        border: 1px solid #E5E5E5;
        border-radius: 10px;
        position: absolute;
        bottom:55%;
        right:-130px;
        z-index: 200;
        cursor: pointer;
    }
    .d-xwbtn{
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .d-ixwcon  .slick-dots{
    	bottom: -135px;
    }
    .d-ixwcon  .slick-dots li {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        border: 1px solid #DFDFE0;
        background: #fff;
        opacity: 1;
        margin: 0 5px;
    }
    .d-ixwcon .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 20px;
        height: 20px;
        padding: 5px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: transparent;
    }
    .slick-dots li button:before{
    	content: "";
    }
    .d-ixwcon .slick-dots li.slick-active {
        background-color: #DFDFE0;
    }
    .d-ixwcon .slick-slide{
        text-align: center;
    }
    @media screen and (max-width:767px){
        .d-xwlun .right p:nth-child(1),
        .d-xwlun .right p:nth-child(2){
            margin-bottom: 26px;
        }
        .d-xwlun .right p:nth-child(1){
            font-size: 24px;
        }
        .d-xwlun .right p:first-of-type{
            font-size: 24px;
        }
        .d-xwlun .right p:nth-child(3){
        	margin-bottom: 36px;
        }
        .d-i-prev,
        .d-i-next{
        	display: none;
        }
    }
    @media screen and (max-width:1680px){

        .d-xwbtn{
            margin-top: 140px;
            margin-bottom: 80px;
        }
    }
    @media screen and (max-width:1599px){
        .d-i-xw{
            max-width: 1100px;
        }
    }
    @media screen and (max-width:1439px){
        .d-i-xw{
            max-width: 1000px;
        }
    }
    @media screen and (max-width:1359px){
        .d-i-xw{
            max-width: 900px;
        }
    }
    @media screen and (max-width:1199px){
        .d-i-xw{
            max-width: 1300px;
        }
        .d-i-prev{
            bottom:25%;
            left:15px;
        }
        .d-i-next{
            position: absolute;
            bottom:25%;
            right:15px;
        }
        .d-b6top{
            padding-bottom: 40px;
        }
        .j_b3tle_text{
            padding-bottom: 0;
        }
    }
    @media screen and (max-width:990px){
    	.d-i-prev{
            bottom:9%;
            left:15px;

        }
        .d-i-next{
            position: absolute;
            bottom:9%;
            right:15px;
        }
    }
    @media screen and (max-width:767px){
    	.d-xwbtn{
            margin-top: 36px;
            margin-bottom: 0;
        }
        .d-i-xw{
            position: static;
            width:100%;
            max-width: 100%;
        }
        .d-xwlun{
            float: none;
        }
    }
.j_lianjie{
    width:48px;
    height: 48px;
    margin-right: 25px;
}
.j_jiantin{
    width: 9px;
    margin-left: 20px;
}
/*2023/7/27 不可复制文字*/
*,body{
    -webkit-user-select: none; /* Chrome, Safari, Opera */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Standard syntax */
}