
@font-face{
    font-family: 'Roboto BoldCondensed';
    src: url('../fonts/Roboto%20BoldCondensed.eot');
    src: url('../fonts/Roboto%20BoldCondensed.eot#iefix') format('embedded-opentype'),
    url('../fonts/Roboto%20BoldCondensed.woff2') format('woff2'),
    url('../fonts/Roboto%20BoldCondensed.woff') format('woff'),
    url('../fonts/Roboto%20BoldCondensed.ttf') format('truetype'),
    url('/templates/michuan/images/fonts/Roboto%20BoldCondensed.svg#NeuesBauenDemo') format('svg');
    font-weight:normal;
    font-style:normal
}
@font-face{
    font-family: 'Roboto Regular';
    src: url('../fonts/Roboto%20Regular.eot');
    src: url('../fonts/Roboto%20Regular.eot#iefix') format('embedded-opentype'),
    url('../fonts/Roboto%20Regular.woff2') format('woff2'),
    url('../fonts/Roboto%20Regular.woff') format('woff'),
    url('../fonts/Roboto%20Regular.ttf') format('truetype'),
    url('/templates/michuan/images/fonts/Roboto%20Regular.svg#NeuesBauenDemo') format('svg');
    font-weight:normal;
    font-style:normal
}

/*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{ margin: 0; padding: 0; }
/* 设置默认字体 */
body,button,input,select,textarea{ font: 12px/1 'Roboto Regular'; }
h1{ font-size: 18px; }
h2{ font-size: 16px; }
h3{ font-size: 14px; }
h4,h5,h6{ font-size: 100%; font-weight: normal; }
address,cite,dfn,em,var{ font-style: normal; }
code,kbd,pre,samp,tt{ font-family: 'Roboto Regular'; }
small{ font-size: 12px; }
/* 重置列表元素 */
ul,ol,li,dl,dt,dd{ list-style: none; }
/* 重置文本格式元素 */
a{ color:#000000;text-decoration:none; transition:all 0.2s; -o-transition:all 0.2s; -moz-transition:all 0.2s; -webkit-transition:all 0.2s; }
a:hover{ color:#5fc4e2;text-decoration:none; transition:all 0.2s; -o-transition:all 0.2s; -moz-transition:all 0.2s; -webkit-transition:all 0.2s; }
abbr[title],acronym[title]{ border-bottom: 1px dotted; cursor: help; }
q:before,q:after{ content: ''; }
sup{ vertical-align: text-top; }
sub{ vertical-align: text-bottom; }
/* 重置表单元素 */
legend{ color: #000; }
fieldset,img{ border: none; }
button,input,select,textarea{ font-size: 100%; }
/* 重置表格元素 */
table{ border-collapse: collapse; border-spacing: 0; }
/* 重置 hr */
hr{ border: none; height: 1px; }
/* 清除浮动 */
.clear{ display:block; float:none; clear:both; overflow:hidden; visibility:hidden; width:0; height:0; background:none; border:0; font-size:0; }
/*end Reset css*/

/*分页*/
.mc_pager{font-family:'Arial';text-align:center;padding:50px 0;}
.mc_pager ul{font-size: 0;}
.mc_pager ul li{background:#3a3d46;color:#fff;font-size:14px;width:30px;height:30px;line-height:30px;margin:3px;display:inline-block;}
.mc_pager ul li.active{background:#5fc4e2;}
.mc_pager ul li a{color:#fff;display:block;}
.mc_pager ul li .current{background:#5fc4e2;display:block;}
.mc_pager ul li:nth-child(1),.mc_pager ul li:nth-last-child(1){width:50px;font-size: 0;}
.mc_pager ul li:nth-child(1) a:before,.mc_pager ul li:nth-child(1) .disabled:before{content:'◀';font-size:14px;}
.mc_pager ul li:nth-last-child(1) a:before,.mc_pager ul li:nth-last-child(1) .disabled:before{content:'▶';font-size:14px;}
/*end 分页*/

/*web*/
html,body {width: 100%;height: 100%;font-family: 'Roboto Regular';font-size: 14px;background: #ffffff;}
.BODYCENTER {width: 1200px;margin: auto;position: relative;}
.mobile {display: none!important;}
.fl{float: left;}
.fr{float: right;}
em{color: #5fc4e2;}
.wow{visibility: visible!important;}
.content table{margin:10px 0;border-collapse:collapse;display:table;width:100%!important;}
.content td,.content th{padding:10px;border:1px solid #dddddd;color:#343434;width:50%!important;}
.pro2wm{position:relative;display:inline-block;cursor:pointer;}
.pro2wm .wxewm{filter:Alpha(opacity=0);opacity:0;position:absolute;left:50px;bottom:0;z-index:99;transition:all 0.5s;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s; width:0;height:0;}
.pro2wm:hover .wxewm{filter:Alpha(opacity=100);opacity:1;transition:all 0.5s;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;width:280px;height:280px;}
/*end web*/

/*css3*/
/* Pulse */
@keyframes pulse {
    25% {
        transform: scale(1.1);
    }
    75% {
        transform: scale(.9);
    }
}
.pulse {  }
.inpro .inpro2:hover img.pulse{
    animation-name: pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.pulse:hover {
    animation-name: pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
/* top */
@keyframes top {
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
.top {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.top:hover {
    animation-name: top;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
}
/* float-shadow */
.float-shadow {
    display: block;
    position: relative;
    transition-property: transform;
    transition-duration: .3s;
}
.float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .1) 0%,rgba(0, 0, 0, 0) 80%);
    transition-property: transform;
    transition-duration: .3s;
}
.float-shadow:hover {
    transform: translateY(-5px);
}
.float-shadow:hover:before {
    opacity: 1;
    transform: translateY(5px);
}
/*end css3*/



/*header*/
#header{
    width: 100%;
    height: 100px;
    background: #ffffff;
    border-bottom: 1px solid rgba(56, 36, 102, .2);
    position: absolute;
    z-index: 10000;
    top: 0;
}
#header .logo{
    float: left;
    width: 180px;
    height: 100px;
    text-align: center;
    position: relative;
    z-index: 10;
}
#header .logo img{
    width: 120px;
    display: block;
    margin: 10px auto;
}
/*<!--下拉列表-->*/
.headlang{
    float: right;
    padding: 28px 10px 0 0;
	position: relative;
    z-index: 10;
}
.headlang li{
    float: left;
    padding: 5px;
}
/*<!--end 下拉列表-->*/
#header .BODYCENTER{
    width: calc(100% - 316px);
    float: left;
}
#header .headnav{
    width: 100%;
}
#header .headnav ul li{
    float: left;
    width: 14%;
    text-align: center;
    margin-top: 20px;
    position: relative;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
#header .headnav ul li:nth-child(2){
    width: 20%;
}
#header .headnav ul li:nth-child(3){
    width: 24%;
}
#header .headnav ul li i{
    color: #444444;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
#header .headnav ul li:hover i{
    opacity: 1;
    bottom: -15px;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
#header .headnav ul li .navli{
    height: 60px;
    overflow: hidden;
}
#header .headnav ul li .navli a{
    display: block;
    margin: auto;
    font-family: 'Roboto BoldCondensed';
    font-size: 25px;
    line-height: 60px;
    color: #444444;
    position: relative;
    top: -60px;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
#header .headnav ul li:hover .navli a,
#header .headnav ul li.hover .navli a{
    top: 0;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
#header .headnav ul li .navli a p:nth-last-child(2){
    color: #5fc4e2;
}
#header .headnav ul li:nth-child(1) .navli a{
	width: 110px;
    line-height: 30px;
}
#header .headnav ul li:nth-child(2) .navli a{
	width: 130px;
    line-height: 30px;
}

#header .headnav ul li:nth-child(3) .navli a{
// width: 215px;
//   line-height: 30px;
}
@media (max-width:1220px) {
  	#header .headnav ul li .navli a{
    	font-size: 20px;
  	}
}
/*banner*/
#inbanner{
    width: 100%;
    height: 88%;
    padding-top: 100px;
}
#banner{
    padding-top: 100px;
}
#banner .flash img{
    width: 100%!important;
    height: auto!important;
    display: block;
}
/*header*/

/*index*/
.inprolist{
    padding: 30px 0;
    overflow: hidden;
}
.inprolist a{
    float: left;
    width: 398px;
    margin-left: 2px;
    position: relative;
}
.inprolist a:nth-child(1){
    margin: 0;
}
.inprolist a .img{
    overflow: hidden;
    position: relative;
}
.inprolist a .img:before{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.inprolist a:hover .img:before{
    height: 0;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.inprolist a .img img{
    width: 100%;
    display: block;
}
.inprolist a .name{
    font-family: 'Roboto BoldCondensed';
    font-size: 35px;
    color: #ffffff;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 80px;
    z-index: 2;
}
.inprolist a .more{
    width: 138px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #ffffff;
    color: #ffffff;
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -70px;
    z-index: 2;
}
.inprolist a:hover .more{
    border: 1px solid #5fc4e2;
    background: #5fc4e2;
}
.inabout .inaboutbj{
    width: 100%;
    height: 350px;
    background: url("../img/inabout1.jpg") no-repeat;
}
.inabout img{
    padding-top: 50px;
}
.inpro h4{
    font-family: 'Roboto BoldCondensed';
    font-size: 65px;
    color: #221f2a;
    text-align: center;
    padding-bottom: 50px;
}
.inpro ul li{
    float: left;
    width: 380px;
    margin: 0 30px 50px 0;
}
.inpro ul li:nth-child(3n){
    margin-right: 0;
}
.inpro ul li a{
    display: block;
}
.inpro ul li a .proimg{
    overflow: hidden;
    position: relative;
}
.inpro ul li a .proimg:before{
    content: "";
    width: 0;
    height: 1px;
    background: #39266c;
    position: absolute;
    top: 0;
    left: 0;
    transition:all 0.5s;
    -o-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.inpro ul li a:hover .proimg:before{
    width: 100%;
    transition:all 0.5s;
    -o-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.inpro ul li a .proimg:after{
    content: "";
    width: 0;
    height: 1px;
    background: #39266c;
    position: absolute;
    bottom: 0;
    right: 0;
    transition:all 0.5s;
    -o-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.inpro ul li a:hover .proimg:after{
    width: 100%;
    transition:all 0.5s;
    -o-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.inpro ul li a .proimg i{
    display: block;
}
.inpro ul li a .proimg i:before{
    content: "";
    width: 1px;
    height: 0;
    background: #39266c;
    position: absolute;
    top: 0;
    right: 0;
    transition:all 0.5s;
    -o-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.inpro ul li a:hover .proimg i:before{
    height: 100%;
    transition:all 0.5s;
    -o-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.inpro ul li a .proimg i:after{
    content: "";
    width: 1px;
    height: 0;
    background: #39266c;
    position: absolute;
    bottom: 0;
    left: 0;
    transition:all 0.5s;
    -o-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.inpro ul li a:hover .proimg i:after{
    height: 100%;
    transition:all 0.5s;
    -o-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.inpro ul li a .proimg img{
    width: 100%;
    display: block;
}
.inpro ul li a .title{
    color: #303030;
    padding-top: 18px;
    font-size: 24px;
    text-align: center;
}
.inpro ul li a .name{
    padding: 5px;
    border-bottom: 1px solid #c0c0c0;
    position: relative;
}
.inpro ul li a .name:before{
    content: "";
    width: 100%;
    height: 2px;
    background: #39266c;
    position: absolute;
    bottom: -1px;
    left: 0;
    transform: scale(0,1);
    -webkit-transform: scale(0,1);
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.inpro ul li a:hover .name:before{
    transform: scale(1,1)!important;
    -webkit-transform: scale(1,1)!important;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
/*index*/

/*foot*/
.conshare{
    line-height: 0;
}
.conshare a{
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 15px 3px 0;
    background: url("../share.png") center no-repeat;
}
.conshare a.plus{
    background-position: 0;
}
.conshare a.facebook{
    background-position: -44px;
}
.conshare a.tumblr{
    background-position: -87px;
}
.conshare a.twitter{
    background-position: -131px;
}
.conshare a.wxewmimg{
    background-position: -173px;
}
#footer{
    color: #ffffff;
    background: #5fc4e2;
    padding-top: 80px;
}
#footer a{
    color: #ffffff;
}
#footer a:hover{
    color: #372466;
    text-decoration: underline;
}
#footer ul li{
    float: left;
}
#footer ul li:nth-child(2){
    line-height: 30px;
    padding: 20px 0 0 100px;
}
#footer ul li:nth-child(3){
    float: right;
    padding: 10px;
    font-size: 0;
    background: rgba(255, 255, 255, .2);
}
#footer .tail{
    line-height: 100px;
}
#footer .tail .tail_a{
    float: right;
    line-height: 0;
    padding-top: 35px;
    position: relative;
    left: 0;
}
#footer .tail .tail_a:hover{
    left: -10px;
}
/*foot*/

/*contact*/
.contact h4{
    font-family: 'Roboto BoldCondensed';
    font-size: 65px;
    color: #221f2a;
    text-align: center;
    padding: 30px;
}
.contact ul li{
    float: left;
    width: 33%;
    text-align: center;
    line-height: 30px;
    color: #080808;
    padding: 0 80px;
    box-sizing: border-box;
}
/*contact*/

/*product*/
.product{
    padding: 0 30px;
    background: #dedede;
}
.product .prolist ul li{
    float: left;
    width: 15%;
    margin: 30px 2% 0 0;
}
.product .prolist ul li:nth-child(3n){
    margin: 30px 2% 0 0;
}
.product .prolist ul li:nth-child(6n){
    margin-right: 0;
}
.canopy{
    background: #dedede;
}
/*product*/

/*canopy*/
.canopy ul li{
    width: 575px;
    margin: 0 50px 50px 0;
}
.canopy ul li:nth-child(2n){
    margin-right: 0;
}
.canopy ul li:nth-child(3n){
    margin: 0 50px 50px 0;
}
.canopy ul li a .title{
    font-size: 25px;
    color: #221f2a;
    text-align: center;
    padding-top: 38px;
}
/*canopy*/

/*showproduct*/
.prodetail{  width: 930px;  padding-bottom: 80px;  }
/*<!--第一部分-->*/
.one{  padding-bottom: 50px;  }
.one .proimg1{  float: left;  box-shadow: 0 0 10px rgba(0, 0, 0, .2);  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2);}
.one .proimg2{  float: left;  height: 360px;  width: 100px;  padding: 0 30px 0 20px;  }
.one .proimg3{  float: left;  height: 360px;  width: 300px;  position: relative;  }
.one .proimg3 .title{  border-bottom: 1px solid #d3d5d5;  margin-bottom: 30px;  }
.one .proimg3 .title h4{  font-size: 16px;  color: #5fc4e2;  padding: 15px 0 0;  }
.one .proimg3 .title h5{  font-size: 14px;  color: #74747d;  padding: 15px 0 20px;  }
.one .proimg3 .share{  position: absolute;  bottom: 0;  }
.one .proimg3 .share a{  display: inline-block;  width: 45px;  height: 45px;  line-height: 45px;  text-align: center;  font-size: 18px;  color: #ffffff;  background: #232323;  margin-right: 2px;  }
.one .proimg3 .share a:hover{  background: #5fc4e2;  }
.one .proimg3 .share a.con{  width: 147px;  font-weight: bold;  }
.one .proimg3 .share a.con i{  padding-right: 10px;  }
.one .proimg3 .share .pro2wm{display:inline-block;position:relative;}
.one .proimg3 .share .pro2wm a{margin:0!important;}
.one .proimg3 .share .pro2wm .wxewm{opacity:0;filter:Alpha(opacity=0);position:absolute;right:50px;bottom:0;left:auto;top:auto;z-index:99;transition:all 0.5s;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;width:0;height:0}
.one .proimg3 .share .pro2wm:hover .wxewm{opacity:1;filter:Alpha(opacity=100);transition:all 0.5s;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;width:280px;height:280px}
/*<!--第二部分-->*/
.two{  padding: 10px 0;  border-top: 1px dotted #1e1c1b;  border-bottom: 1px dotted #1e1c1b;  position: relative;  }
.two:before{  content: "";  width: 1px;  height: 78px;  background: #b7b7b7;  position: absolute;  left: 50%;  top: 10px;  }
.page_left{  float: left;  width: 50%;  }
.page_left a{  display: block;  padding: 18px;  margin-right: 30px;  }
.page_left a:hover{  background: #5fc4e2;  }
.page_left a .page1{  width: 40px;  height: 40px;  line-height: 40px;  text-align: center;  color: #393939;  border: 1px solid #393939;  font-size: 21px;  float: left;  margin-right: 20px;  }
.page_left a:hover .page1{  color: #fff;  border: 1px solid #fff;  }
.page_left a .page2{  font-size: 16px;  color: #434343;  padding: 3px;  }
.page_left a:hover .page2{  color: #fff;  }
.page_left a .page3{  font-size: 14px;  color: #434343;  padding: 3px;  }
.page_left a:hover .page3{  color: #fff;  }
.page_right {  float: right;  width: 50%;  }
.page_right a {  display: block;  padding: 18px;  margin-left: 30px;  text-align: right;  }
.page_right a:hover{  background: #5fc4e2;  }
.page_right a .page1{  width: 40px;  height: 40px;  line-height: 40px;  text-align: center;  color: #393939;  border: 1px solid #393939;  font-size: 21px;  float: right;  margin-left: 20px;  }
.page_right a:hover .page1{  color: #fff;  border: 1px solid #fff;  }
.page_right a .page2{  font-size: 16px;  color: #434343;  padding: 3px;  }
.page_right a:hover .page2{  color: #fff;  }
.page_right a .page3{  font-size: 14px;  color: #434343;  padding: 3px;  }
.page_right a:hover .page3{  color: #fff;  }
/*<!--第三部分-->*/
.three{  color: #232323;  line-height: 25px;  }
/*end showproduct*/