@charset "utf-8";

/*Reset css*/
/* 清除内外边距 */
body,h1,h2,h3,h4,h5,h6,div,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,figure{margin:0;padding:0;}
/* 设置默认字体 */
body,h1,h2,h3,h4,h5,h6,button,input,select,textarea,code,kbd,pre,samp,tt,small,address,cite,dfn,em,var{font: normal 14px/1 '微软雅黑';}
/* 重置列表元素 */
ul,ol,li,dl,dt,dd{ list-style: none; }
ul:after{ content: ''; clear: both; display: block; }
/* 重置文本格式元素 */
a{ color: #000000; text-decoration: none; transition-duration: 1s; }
a:hover,a:focus{ color: #ff5000; text-decoration: none; transition-duration: 1s; }
q:before,q:after{ content: ''; }
sup{ vertical-align: super; }
sub{ vertical-align: sub; }
/* 重置图片元素 */
img{ display: block; max-width: 100%; border: 0; }
.content:after{ content: ''; clear: both; display: block; }
.content img{ display: inline-block; }
button{ cursor: pointer; }
/* 重置表格元素 */
table{border-collapse:collapse;border-spacing:0;margin:10px 0;display:table;width:100%!important;}
table td,table th{padding:10px;border:1px solid #ddd;color:#333;vertical-align:middle;word-break:normal!important;width:1%!important;}
/* 清除浮动 */
.cl,.clear{display:block;float:none;clear:both;overflow:hidden;visibility:hidden;width:0;height:0;background:0;border:0;font-size:0;}
/*end Reset css*/

/*web*/
html,body{width: 100%;height: 100%;font-family: '微软雅黑';font-size: 14px;background: #fff;}
::-webkit-input-placeholder{opacity: 1;}::-moz-placeholder{opacity: 1;}:-ms-input-placeholder{opacity: 1;}
@media(min-width: 1200px){.container{width: 1200px;padding: 0;}}
.fl{float: left;}
.fr{float: right;}
.mobileweb{display: none;}
.wow{visibility: visible!important;}
*{box-sizing: border-box;}
/*end web*/

/*分页*/
.mc_pager{font-family:'Arial';text-align:center;padding:50px 0;}
.mc_pager a{background:#333;color:#fff;width:30px;height:30px;line-height:30px;margin:3px;display:inline-block;}
.mc_pager a.curpage{background:#ff5000;}
.mc_pager a:nth-child(3),.mc_pager a:nth-last-child(2){width:50px;font-size: 0;}
.mc_pager a:nth-child(3):before{content:'◀';font-size:14px;}
.mc_pager a:nth-last-child(2):before{content:'▶';font-size:14px;}
.mc_pager .pageinfo,.mc_pager .homepage,.mc_pager .endpage{display:none;}
/*end 分页*/

/*index*/
#header{
    width: 100%;
    background: rgb(42 44 57 / 80%);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}
#header .headlogo{
    height: 50px;
    padding: 5px;
}
#header .headlogo img{
    height: 100%;
}
#header .headtel{
    width: 30px;
    height: 30px;
    background: url(/michuanimg/Images/icons.png) no-repeat;
    margin: 10px 10px 0 0;
}
#mobtool{
    width: 100%;
    height: 50px;
    background: #ff5000;
    border-top: 1px solid rgba(255, 255, 255, .2);
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1001;
}
#mobtool ul li{
    float: left;
    width: 20%;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, .2);
    box-sizing: border-box;
}
#mobtool ul li:nth-child(1){
    border: none;
}
#mobtool ul li a.menubutton{
    background: rgba(255, 255, 255, .2);
}
#mobtool ul li a{
    display: block;
    width: 100%;
    height: 50px;
    color: #fff;
    padding-top: 10px;
}
#mobtool ul li a p{
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    font-size: 12px;
    text-transform: uppercase;
}
#banner{
    width: 100%;
    height: 100%;
}
#banner .swiper-container{
    width: 100%;
    height: 100%;
}
#banner .center{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition-duration: 1s;
}
#banner .swiper-slide-active .center{
    top: 50%;
}
#banner .banner1{
    width: 100%;
    height: 100%;
    background: url(/michuanimg/Images/wallpaper1_1_h800.jpg) 50% 35%;
}
#banner .banner1 .title1{
    color: #fff;
    font-size: 24px;
}
#banner .banner1 .title2{
    width: 200px;
    height: 40px;
    background: url(/michuanimg/Images/words_mini.png) no-repeat;
    margin: 20px auto;
}
#banner .banner1 .title3{
    color: #fff;
    font-size: 12px;
    line-height: 20px;
}
#banner .banner2{
    width: 100%;
    height: 100%;
    background: url(/michuanimg/Images/wallpaper1_2_h800.jpg) 50% 20%;
}
#banner .banner2 .title1{
    color: #fff;
    font-size: 36px;
}
#banner .banner2 .title2{
    color: #ff5000;
    font-size: 50px;
    margin: 30px 0;
}
#banner .banner2 .title3{
    color: #fff;
    font-size: 12px;
    line-height: 30px;
}
#banner .banner3{
    width: 100%;
    height: 100%;
    background: url(/michuanimg/Images/wallpaper1_3_h800.jpg) 50% center;
}
#banner .banner3 .title1{
    color: #fff;
    font-size: 24px;
}
#banner .banner3 .title2{
    width: 220px;
    height: 40px;
    background: url(/michuanimg/Images/words_mini.png) no-repeat 3px -130px;
    margin: 20px auto;
}
#banner .banner3 .title3{
    color: #fff;
    font-size: 12px;
    line-height: 20px;
}
#banner .banner4{
    width: 100%;
    height: 100%;
    background: url(/michuanimg/Images/wallpaper1_4_h800.jpg) 50% top;
}
#banner .swiper-pagination{
    bottom: 120px;
}
#banner .swiper-pagination .swiper-pagination-bullet{
    width: 40px;
    height: 3px;
    background: #fff;
    border-radius: 0;
    opacity: 1;
}
#banner .swiper-pagination .swiper-pagination-bullet-active{
    background: #ff5000;
}
#banner #scrollDiv{
    width: 100%;
    height: 20px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 150px;
    z-index: 10;
}
#banner #scrollDiv ul li{
    height: 20px;
    line-height: 20px;
    text-align: center;
    overflow: hidden;
}
#banner #scrollDiv ul li a{
    color: #fff;
}
#business{
    background: #f9f9f8;
    padding: 50px 5%;
    overflow: hidden;
}
#business .intitle1{
    width: 320px;
    height: 32px;
    background: url(/michuanimg/Images/words.png) no-repeat 0px -294px;
    margin: auto;
}
#business .intitle2{
    font-size: 24px;
    text-align: center;
    padding: 20px 0;
}
#business ul li{
    margin: 20px 0 0;
    box-shadow: 0 0 10px rgb(191 191 191 / 30%);
    background: #fff;
    padding: 20px 30px;
}
#business ul li .busimg{
    width: 50px;
    height: 50px;
}
#business ul li .text1{
    color: #101010;
    font-size: 18px;
    padding: 10px 0;
}
#business ul li .text2{
    color: #606060;
    line-height: 22px;
}
#cases{
    background: url(/michuanimg/Images/wallpaper3_h800.jpg) center bottom;
    background-size: cover;
    padding: 50px 5%;
    overflow: hidden;
}
#cases .intitle1{
    width: 129px;
    height: 37px;
    background: url(/michuanimg/Images/words.png) no-repeat 0px -528px;
    margin: auto;
}
#cases .intitle2{
    font-size: 24px;
    text-align: center;
    padding: 20px 0;
}
#cases ul li{
    margin: 20px 0 0;
    box-shadow: 0 0 10px rgb(100 100 100 / 20%);
    background: rgb(255 255 255 / 80%);
    border-bottom: 2px solid #ff5000;
}
#cases ul li img{
    border: 5px solid #fff;
}
#cases ul li .title{
    color: #999;
    line-height: 30px;
    padding: 10px 20px;
}
#cases ul li .title dd{
    color: #222;
    font-size: 18px;
}
#clients{
    background: url(/michuanimg/Images/wallpaper4.jpg) 50% 90%;
    background-size: cover;
    padding: 50px 5%;
    overflow: hidden;
}
#clients .intitle1{
    width: 299px;
    height: 37px;
    background: url(/michuanimg/Images/words.png) no-repeat -152px -528px;
    margin: auto;
}
#clients .intitle2{
    font-size: 24px;
    text-align: center;
    padding: 20px 0;
}
#clients ul li{
    float: left;
    width: 33.33%;
    background: #fefefe;
    border-right: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
}
#quality{
    background: url(/michuanimg/Images/wallpaper5.jpg) 50% 10%;
    background-size: cover;
    padding: 50px 5%;
    overflow: hidden;
}
#quality .intitle1{
    width: 165px;
    height: 37px;
    background: url(/michuanimg/Images/words.png) no-repeat 0px -576px;
    margin: auto;
}
#quality .intitle2{
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding: 20px 0;
}
#quality ul li{
    margin: 20px 0 0;
}
#marketing{
    background: url(/michuanimg/Images/wallpaper6.jpg) 55%;
    background-size: cover;
    padding: 50px 5%;
    overflow: hidden;
}
#marketing .intitle1{
    width: 157px;
    height: 37px;
    background: url(/michuanimg/Images/words.png) no-repeat -263px -576px;
    margin: auto;
}
#marketing .intitle2{
    font-size: 16px;
    text-align: center;
    padding: 20px 0;
}
#marketing ul li{
    float: left;
    width: calc(50% - 10px);
    margin: 20px 20px 0 0;
    box-shadow: 0 0 10px rgb(191 191 191 / 30%);
    background: #fff;
    padding: 20px;
}
#marketing ul li:nth-child(2n){
    margin-right: 0;
}
#marketing ul li .marimg{
    width: 70px;
    height: 70px;
    margin: auto;
}
#marketing ul li .marimg1{
    background: url(/michuanimg/Images/words.png) no-repeat -135px -635px;
}
#marketing ul li .marimg2{
    background: url(/michuanimg/Images/words.png) no-repeat -210px -630px;
}
#marketing ul li .marimg3{
    background: url(/michuanimg/Images/words.png) no-repeat -290px -630px;
}
#marketing ul li .marimg4{
    background: url(/michuanimg/Images/words.png) no-repeat -365px -630px;
}
#marketing ul li .marimg5{
    background: url(/michuanimg/Images/words.png) no-repeat -430px -640px;
}
#marketing ul li .marimg6{
    background: url(/michuanimg/Images/words.png) no-repeat -135px -700px;
}
#marketing ul li .text1{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
}
#marketing ul li .text2{
    line-height: 20px;
    text-align: center;
}
#aboutus{
    background: url(/michuanimg/Images/wallpaper7_h800.jpg) 35%;
    background-size: cover;
    padding: 50px 5%;
    overflow: hidden;
}
#aboutus ul.list{
    width: 300px;
    margin: auto;
    background: rgba(255, 80, 0, 0.15);
}
#aboutus ul.list li{
    float: left;
    width: 100px;
    color: #fff;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
}
#aboutus ul.list li.show{
    background: rgba(255, 80, 0, 0.2);
}
#aboutus .details .showdeta{
    width: 300px;
    margin: auto;
    display: none;
}
#aboutus .details .showdeta.show{
    display: block;
}
#aboutus .details p{
    color: #efdbcb;
    line-height: 30px;
    padding-top: 30px;
}
#aboutus .details strong{
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    padding-top: 50px;
}
#contact{
    background: url(/michuanimg/Images/wallpaper8_h800.jpg) 50%;
    background-size: cover;
    padding: 50px 5%;
    overflow: hidden;
}
#contact .contitle1{
    color: #2d2d2d;
    font-size: 30px;
    font-weight: bold;
}
#contact .contitle2{
    display: table;
    color: #2d2d2d;
    border-bottom: 1px solid #2d2d2d;
    padding: 20px 0 10px;
}
#contact .contitle2 span{
    color: #ff5000;
}
#contact .contitle3{
    color: #2d2d2d;
    font-size: 18px;
    padding: 30px 0 20px;
}
#contact .contitle3 a{
    color: #ff5000;
    font-size: 30px;
    font-weight: bold;
}
#contact ul li{
    margin: 20px 0 0;
    background: #fff;
    box-shadow: 0 0 10px rgb(191 191 191 / 30%);
    border-radius: 5px;
    padding: 20px;
}
#contact ul li img{
    padding-bottom: 15px;
}
#contact ul li p{
    color: #2d2d2d;
    line-height: 30px;
}
#contact ul li p a{
    color: #2d2d2d;
}
#contact ul li p a.zxns{
    color: #ff5000;
}
#contact .confeed{
    padding: 20px;
    background: #ff5000;
    border-radius: 5px;
    margin-top: 30px;
}
#contact .confeed .feedtitle{
    color: #fff;
    font-size: 18px;
    padding-bottom: 20px;
}
#contact .confeed form input{
    width: 100%;
    height: 40px;
    color: #6b6b6b;
    padding: 0 10px;
    background: #fff;
    outline: 0;
    border: 0;
    margin-bottom: 10px;
}
#contact .confeed form dl{
    position: relative;
}
#contact .confeed form dl .codeimg{
    height: 30px;
    position: absolute;
    top: 5px;
    right: 5px;
}
#contact .confeed form .submit{
    width: 100%;
    height: 40px;
    color: #fff;
    background: #131313;
    outline: 0;
    border: 0;
}
#footer{
    padding: 30px 5% 80px;
}
#footer .tail{
    line-height: 25px;
    text-align: center;
}
#footer .tail a{
    display: block;
}
/*index*/