*{box-sizing: border-box;}
html { height:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; -webkit-font-smoothing: antialiased!important; -webkit-tap-highlight-color: transparent}
body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { margin:0; padding:0;}
body,button, input, select, textarea {font: 12px/1 "Microsoft YaHei","微软雅黑","arial","tahoma","MicrosoftJhengHei", "sans-serif";  -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; -webkit-font-smoothing: antialiased!important;/* 用 ascii 字符表示，使得在任何编码下都无问题 */}
input.form-control{font: 12px/1 "Microsoft YaHei","微软雅黑","arial","tahoma","MicrosoftJhengHei", "sans-serif";}
body { background-color:transparent; min-height:100%; height:auto !important; overflow-x: hidden;}
img { border:0; vertical-align:middle; -ms-interpolation-mode:bicubic;}
a {text-decoration:none; background-color: transparent; color: #333; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */}
a.focus, a:focus{outline:0;}
a.active.focus, a.active:focus, a.active:hover, a.focus:active, a:focus:active, a:hover:active, .open > a.dropdown-toggle.focus, .open > a.dropdown-toggle:focus, .open > a.dropdown-toggle:hover{outline:0;text-decoration:none;font-weight:400;}
a:hover {text-decoration:none; transition:box-shadow .3s, border .3s, background-color .3s, color .3s;}
a:active,a:visited{text-decoration:none;}
h1 { font-size:16px; line-height:36px;}
h2 { font-size:14px; line-height:30px;}
h3 { line-height:24px;}
h3,h4,h5,h6 { font-size:12px;}
ul,li,ol { margin:0; padding:0; list-style:none outside none;}
ul.has-style li,ol li { margin-left:25px;}
ul.has-style li { list-style:disc;}
ol li { list-style:decimal;}
ul.inline-style li { float:left; display:inline;}
dl { margin-bottom:18px;}
dt { font-weight:bold;}
dd { margin:0 0 0 9px; padding:0;}
svg:not(:root) { overflow:hidden;}
pre { margin:0; white-space:pre-wrap; white-space:-moz-pre-wrap !important; white-space:-pre-wrap; white-space:-o-pre-wrap; word-wrap:break-word;}
header{
    z-index:999;
    height:70px;
}
.fixed{
    position: fixed;
}
.wrap{
    width:1200px;
    margin:0 auto;
}
.flex-sb{
    display: flex;
    justify-content: space-between;
}
.flex-c{
    display: flex;
    justify-content: center;
}
.flex-cc{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.flex-end{
    display: flex;
    justify-content:flex-end;
}
.flex-1{
    flex:1;
}
.flex-wrap{
    flex-wrap: wrap;
}
header{
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    -moz-box-shadow: 0 4px 4px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 4px 4px rgba(0,0,0,.1);
    -ms-box-shadow: 0 4px 4px rgba(0,0,0,.1);
    -o-box-shadow: 0 4px 4px rgba(0,0,0,.1);
    box-shadow: 0 4px 4px rgba(0,0,0,.1);
}
.logo{
    position: absolute;z-index: 9999;padding:20px;
}
.logo img{
    height: 70px;
}
.navbar .navitem{
    height: 70px;
    line-height: 70px;
    width:120px;
}
.navitem a{
    display: block;
    width:100%;
    height: 100%;
    text-align: center;
    font-size: 16px;
}
.navitem.active{
    background: rgb(217, 66, 54);
}
.navitem.active a{
    color:#fff;
}
.swiper-slide{
    background-size: contain;
}
.inner h1{font-size: 48px;font-weight: 300;height: 30px;line-height: 30px;}
.inner_1{text-align: center;}
.inner a{margin-left: 0;width: 100px;height: 30px;line-height: 30px;text-align: center;border-radius: 0;padding:0;}
.inner p{font-size: 48px;font-weight: 300;margin:20px 0;}
.inner_1{
    padding:20px;
    background-color: rgb(0 0 0 / 25%);
    color: #fff;
    width: 100%;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 46%;
    position: absolute;
    z-index: 999;
}

.service_wrap{
    padding: 50px 0px;
}
.section-title .word_h1{
    text-align: center;
    font-weight: 300;
    font-size: 40px;
    display: block;
    line-height: 50px;
}
.section-title .word_h1 span{
    vertical-align: bottom;
}
.section-title p{
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    color:#999999;
}
.word-rotator-title{
    text-align: center;
    font-size: 30px;
    color: #333;
}
.service_wrap .word-rotate {
    display: inline-block;
    overflow: hidden;
    text-align: center;
    position: relative;
    font-weight: 600;
    max-height: 50px;
    line-height: 50px;
}

.word-rotate .word-rotate-items {
    position: relative;
    top: 0;
    display: inline-block;
}

.word-rotate .word-rotate-items span {
    display: inline-block;
    white-space: nowrap;
}

.word-rotate .word-rotate-items span:not(:first-child) {
    display: none;
}

.word-rotate.active .word-rotate-items {
    position: relative;
}

.word-rotate.active .word-rotate-items span {
    display: inline-block;
    clear: both;
}

p .inverted {
    min-height: 24px;
}

p .word-rotate {
    max-height: 22px;
    line-height: 22px;
    margin-bottom: -6px;
}

.service_list{
    margin-top: 40px;
}
.service_item{
    width: 32%;
    margin-top: 30px;
}
.service_item .icon{
    width:120px;
    height:120px;
    border: 1px solid #eeeeee;
    border-radius: 50%;
    padding:20px;
    cursor: pointer;
}
.service_item .icon:hover{
    margin-top:-1px;
    margin-bottom:1px;
    -moz-box-shadow:0px 0px 10px 5px rgba(0,0,0,.1);
    -webkit-box-shadow:0px 0px 10px 5px rgba(0,0,0,.1);
    -ms-box-shadow:0px 0px 10px 5px rgba(0,0,0,.1);
    -o-box-shadow:0px 0px 10px 5px rgba(0,0,0,.1);
    box-shadow:0px 0px 10px 5px rgba(0,0,0,.1);
}
.service_item .icon img{
    width:100%;
}
.service_item .title div{
    text-align: center;
}
.service_item .title1{
    color:#444444;
    margin-top: 20px;
    font-size:20px;
    font-weight: bold;
    height:40px;
    line-height: 40px;
}
.service_item .title2{
    font-size:16px;
    color:#cccccc;
    height:20px;
    line-height: 20px;
}
.service_item  .discription{
    padding:30px 0;
}
.service_item  .discription p{
    color:#888888;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
}

.part-text{
    width:50%;
    background-color: rgb(218, 66, 55);
    padding:0px 60px;
}
.part-text .icon img{
    width:60px;
}
.part-text .text{
    font-size: 40px;
    line-height: 50px;
    color:#fff;
    padding:30px 0px;
    font-weight: bold;
}
.part-text .text2{
    font-size: 20px;
    color:#fff;
}

.product_item{
    position: relative;
}
.product_item .title{
    position:absolute;
    font-size: 18px;
    font-weight: bold;
    color:#fff;
    padding:20px;
    background: rgb(0 0 0 / 30%);
    width: 100%;
}
.product_item img{
    width: 100%;
}

footer{
    color:#666;
    padding: 30px 0px;
    background-color: rgb(37, 37, 37);
}
footer .info  h2{
    font-size: 18px;
    margin-bottom:10px;
}
footer .info .icon-item{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
}
footer .divider{
    margin:30px 0px;
    border-bottom: 1px solid #666;
}
.icon-item{
    padding-left:30px;
    background: url(../images/email.png)no-repeat left center;
    background-size: 20px 20px;
}
.icon-item.address{
    background-image: url(../images/address.png);
}
.icon-item.phone{
    background-image: url(../images/phone.png);
}
.icon-item.company{
    background-image: url(../images/company.png);
}




@media  screen and (max-width: 1200px)  {
    .wrap{
        width: 100%;
        margin: none;
    }
}

@media  screen and (max-width: 980px)  {
    .slogen{
        flex-wrap: wrap;
    }
    .slogen .part-text{
        width: 100%;
        padding: 50px 20px;
    } 
    .slogen .part-pic{
        width: 100%;
        flex:none;
    }
}


@media  screen and (max-width: 768px)  {
    
.logo{
    z-index: 9999;padding:0px;
}
.logo img{
    height: 50px
}
.section-title .word_h1{
    font-size: 30px;
}
.part-text .text{
    padding: 10px 0px;
    font-size: 30px;
}
.part-text .icon img{
    width:40px;
}
.slogen .part-text{
    padding:20px ;
}
.index_banner .inner{
    display: none;
}
    .service_item{
        width:100%;
        padding: 0px 30px;
    }
    footer{
        padding: 20px;
    }
    .footer-bottom{
        
        flex-direction: column;
        text-align: center;
    }
}
