* {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 9999999px;
}

html,
body {
    width: 100%; min-width: 1400px; 
    /*overflow-x: hidden;*/
    height: 100%;
    background: #fff;
    position: relative;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    line-height: 1.5;
    /*letter-spacing:2px;*/
    /*font-weight: lighter;*/
    color: #444;
    /* background: #f0f0f0; */
}

a { display: block;
    text-decoration: none;
    color: #444;
}


/*a:hover{ text-decoration:underline; }*/

input,
textarea {
    font-family: "Microsoft YaHei";
    /*font-weight: lighter;*/
    resize: none;
    outline: none;
    border: none;
}

li {
    list-style-type: none;
}

em,
i {
    font-style: normal;
}


.display01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
}

.display01_01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;

    -ms-flex-pack: distribute;

    justify-content: space-around;
}

.display02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between;
}

.display02_1 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.display03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.display04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
}

.display05 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.display06 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.display07 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-box-pack: end;
    justify-content: flex-end;
}

.display08 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-box-pack: end;
    justify-content: flex-end;
}

.dn {
    display: none;
}

.width {
    width: 100%;
}

.wid12 {
    width: 1200px;
    margin: 0 auto;
}

.abso {
    position: absolute;
    top: 0;
    left: 0;
}

.ovhid {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/*多行超出用省略号*/

.ovhmore {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.bgcover {
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
}


/*毛玻璃效果    */

.fuzzy {
    filter: url(blur.svg#blur);
    /* FireFox, Chrome, Opera */
    -webkit-filter: blur(3px);
    /* Chrome, Opera */
    -moz-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false);
    /* IE6~IE9 */
}


/*字体渐变*/

.gradient {
    /*display: block;*/
    /*width: 600px;
            height: 100px;*/
    /*渐变背景*/
    background-image: -webkit-linear-gradient(left, #3498db, #f47920 10%, #d71345 20%, #f7acbc 30%,
    #ffd400 40%, #3498db 50%, #f47920 60%, #d71345 70%, #f7acbc 80%, #ffd400 90%, #3498db);
    color: transparent;
    /*文字填充色为透明*/
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    /*背景剪裁为文字，只将文字显示为背景*/
    -moz-background-size: 200% 100%;
    background-size: 200% 100%;
    /*背景图片向水平方向扩大一倍，这样background-position才有移动与变化的空间*/
    /* 动画 */
    -webkit-animation: jianban 4s infinite linear;
    -moz-animation: jianban 4s infinite linear;
    animation: jianban 4s infinite linear;
}

@-webkit-keyframes jianban {
    0% {
        background-position: 0 0;
        /*background-position 属性设置背景图像的起始位置。*/
    }
    100% {
        background-position: 0 -200%;
    }
}

@-moz-keyframes jianban {
    0% {
        background-position: 0 0;
        /*background-position 属性设置背景图像的起始位置。*/
    }
    100% {
        background-position: 0 -200%;
    }
}

@keyframes jianban {
    0% {
        background-position: 0 0;
        /*background-position 属性设置背景图像的起始位置。*/
    }
    100% {
        background-position: 0 -200%;
    }
}


/*背景从上往下渐变*/

.gradToTop {
    background-image: -webkit-linear-gradient(top, #0781bf, #4cafa2);
    /*background-size: 100% 200%; */
    /*animation: jianban 4s infinite linear;*/
}

/*背景从左往右渐变*/

.gradToLeft {
    background-image: -webkit-linear-gradient(left, #017cc2, #52b3a0);
}

.main {
    width: 100%;
    height: 100%;
    padding-bottom: 1.33rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.mainTwo {
    padding: 1.3rem 0.4rem 0;
    height: 100%;
}

.mainThree {
    position: relative;
    padding-top: 1.3rem;
    height: 100%;
}


/*头尾padding 200px 160px*/

.mainHeader {
    padding-top: 0.2rem;
}

.mainHeaderTwo {
    padding-top: 1.38rem;
}

.mainFooter {
    padding-bottom: 1.8rem;
}

.mainHeaderFotter {
    padding: 0.2rem 0;
}

.mainHeaderFotterTwo {
    padding: 1.38rem 0 2.2rem;
}

.mainHeaderFotterThree {
    padding: 1.5rem 0 2.2rem;
}




/*swiper 公共样式*/

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    width: 100%;
    height: 100%;
    line-height: 1;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    background-size: cover;
}




/********************************************底部***********************************************/
.footer{ position: relative; height: 500px; padding-top: 85px; background-color: #595757; background-image: url(../images/iconimg/ind_dbu.png); background-position:right center; background-repeat: no-repeat; }
.footerLeft{ float: left; }
.footerLeft li{ float:left;width: 140px ; line-height: 2; }
.footerLeft li p a{ font-size:18px ; color: #fff; }
.footerLeft li div a{ font-size: 16px; color: #c3c3c3; }
.footerRight{ float: right; text-align: center; }
.footerRight p{ font-size: 18px; color: #fff; line-height: 3; }
.footerBut{ position: absolute;bottom: 0; left: 0; width: 100%; height:50px ; line-height:50px ; font-size:14px ; color: #c1c1c1; text-align: center; background: rgba(0,0,0,0.3); }

.footer02{position: relative; height: 420px; padding-top: 80px; background-color: #595757; background-image: url(../images/iconimg/ind_dbu01.png); background-position:right center; background-repeat: no-repeat;   }
.footer02Left{ float: left; }
.footer02Left img{ display: block; margin-bottom: 35px; }
.footer02LeftOne{ margin-bottom:30px ; }
.footer02LeftOne p{ height: 30px; line-height: 30px; color: #ccc; }
.footer02LeftOne span{ display: inline-block; margin-right: 40px; }
.footer02Nav{ height:16px ; line-height:16px ; }
.footer02Nav a{ float: left; font-size: 16px; color: #ccc; padding: 0 20px; border-left: #ccc 2px solid; }
.footer02Nav a:first-child{ padding-left: 0; border-left: none; }
.footer02Nav a:hover{ color: #fff; }
.footer02Right{float: right; width: 370px; height: 140px; background-color: #4e4c4c; padding: 10px; margin-top: 50px;}
.footer02Right img{float: left; height: 100%;}
.footer02Right p{ padding-top: 30px; float: left; margin-left:30px ; text-align: center; font-size:16px; color: #ccc ; line-height: 2; }
.footer02But{ position: absolute;bottom: 0; left: 0; width: 100%; height:50px ; line-height:55px ;  color: #c1c1c1; background: rgba(0,0,0,0.2); overflow: hidden;}
.footer02ButLef{ float: left; }
.footer02ButLef a { color: #c1c1c1; }
.footer02ButRig{ float: right; }

.toTop{ position: fixed; z-index: 998; bottom: 138px; right: 1%; width:50px; height: 45px; line-height: 55px;cursor: pointer; background-size: cover;background-repeat: no-repeat;}
/* .toTop:hover{ border: #e18c33 2px solid; color: #e18c33; background-color: transparent; } */
.y_zp{position: fixed; z-index: 998; bottom: 88px; right: 1%; width:50px; height: 45px; line-height: 55px;cursor: pointer; background-size: cover;background-repeat: no-repeat;}
.y_wx{position: fixed; z-index: 998; bottom: 38px; right: 1%; width:50px; height: 45px; line-height: 55px;cursor: pointer; background-size: cover;background-repeat: no-repeat;}
.y_index{
    z-index: 1000;
}
.y_zpAll{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    background-color: rgba(0,0,0,0.3);
    z-index: 999;
}
.info_close{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1000;
}
.zpInfo{
    width: 470px;
    height: 508px;
    position: fixed;
    right: -50%;
    bottom: 4%;
    border: 1px solid #e18c33;
    border-radius: 10px;
    background-color: #ffffff;
    transition: all 0.4s ease-in;
    z-index: 1001;
}
.y_ani{
    right: 5%;
}
.y_sm{
    right: 0;
}
.y_name{
    width: 80%;
    height: 40px;
    margin: 0 auto;
    margin-top: 43px;
    margin-bottom: 26px;
}
.nameIn{
    width: 100%;
    height: 100%;
    border: 1px solid #e2e2e2;
    font-size: 16px;
    color: #333333;
    text-indent: 20px;
    border-radius: 20px;
}
.y_phone{
    width: 80%;
    height: 40px;
    margin: 0 auto;
    margin-bottom: 26px;
}
.phoneIn{
    width: 100%;
    height: 100%;
    border: 1px solid #e2e2e2;
    font-size: 16px;
    color: #333333;
    text-indent: 20px;
    border-radius: 20px;
}
.y_email{
    width: 80%;
    height: 40px;
    margin: 0 auto;
    margin-bottom: 26px;
}
.emailIn{
    width: 100%;
    height: 100%;
    border: 1px solid #e2e2e2;
    font-size: 16px;
    color: #333333;
    text-indent: 20px;
    border-radius: 20px;
}
.y_want{
    width: 80%;
    height: 40px;
    margin: 0 auto;
    margin-bottom: 26px;
}
.wangIn{
    width: 100%;
    height: 100%;
    border: 1px solid #e2e2e2;
    font-size: 16px;
    color: #333333;
    text-indent: 20px;
    border-radius: 20px;
}
.y_text{
    width: 360px;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 25px;
}
.textIn{
    width: 100%;
    height: 100%;
    border: 1px solid #e2e2e2;
    font-size: 16px;
    color: #333333;
    text-indent: 15px;
    border-radius: 10px;
    padding-top: 5px;
    
}
.nameIn::-webkit-input-placeholder{
    color: #adadad;
}
.phoneIn::-webkit-input-placeholder{
    color: #adadad;
}
.emailIn::-webkit-input-placeholder{
    color: #adadad;
}
.wangIn::-webkit-input-placeholder{
    color: #adadad;
}
.textIn::-webkit-input-placeholder{
    color: #adadad;
}
.tk_btn{
    width: 100px;
    height: 40px;
    margin-left: 10%;
    background-color: #e18c33;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    border-radius: 20px;
}
.y_ew{
    width: 180px;
    height: 220px;
    position: fixed;
    right: 5%;
    bottom: 37px;
    border: 1px solid #e18c33;
    background-color: #ffffff;
    z-index: 998;
    opacity: 0;
    transition: all 0.4s ease-in;
}
.y_ew img{
    width: 162px;
    height: 162px;
    display: block;
    margin: 0 auto;
}
.y_ew p{
    width: 100%;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #333;
}
.y_opcity{
    opacity: 1;
}
/*字体包*/

@font-face {
    font-family: 'FZZZHUNHJW';
    src: url('../fonts/FZZZHUNHJW.eot');
    src: url('../fonts/FZZZHUNHJW.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FZZZHUNHJW.woff') format('woff'),
    url('../fonts/FZZZHUNHJW.ttf') format('truetype'),
    url('../fonts/FZZZHUNHJW.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    /*font-size:16px;*/
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}