
@font-face{
    font-family: 'Roboto BoldCondensed';
    src: url('../font/Roboto%20BoldCondensed.eot');
    src: url('../font/Roboto%20BoldCondensed.eot#iefix') format('embedded-opentype'),
    url('../font/Roboto%20BoldCondensed.woff2') format('woff2'),
    url('../font/Roboto%20BoldCondensed.woff') format('woff'),
    url('../font/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 Thin';
    src: url('../font/Roboto%20Thin.eot');
    src: url('../font/Roboto%20Thin.eot#iefix') format('embedded-opentype'),
    url('../font/Roboto%20Thin.woff2') format('woff2'),
    url('../font/Roboto%20Thin.woff') format('woff'),
    url('../font/Roboto%20Thin.ttf') format('truetype'),
    url('/templates/michuan/images/fonts/Roboto%20Thin.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 'Arial'; }
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:'Arial'; }
small{ font-size: 12px; }
/* 重置列表元素 */
ul,ol,li,dl,dt,dd{ list-style: none; }
/* 重置文本格式元素 */
a{ color:#5f686b;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:#73b1ac;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:#1e1e1e;color:#fff;font-size:14px;width:30px;height:30px;line-height:30px;margin:3px;display:inline-block;}
.mc_pager ul li.active{background:#73b1ac;}
.mc_pager ul li a{color:#fff;display:block;}
.mc_pager ul li .current{background:#73b1ac;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:'Arial';font-size: 14px;background: #ffffff;}
.BODYCENTER {width: 1200px;margin: auto;}
.mobile {display: none!important;}
.fl{float: left;}
.fr{float: right;}
em{color: #73b1ac;}
.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:45px;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*/
.font1{
    font-family: 'Roboto BoldCondensed';
}
.font2{
    font-family: 'Roboto Thin';
    letter-spacing: 1px;
}
#header{
    width: 100%;
    background: #ffffff;
    position: fixed;
    z-index: 10000;
    top: 0;
}
#header .headtop{
    width: 100%!important;
    padding: 20px 0;
    border-bottom: 1px solid #dadada;
    box-sizing: border-box;
}
#header .logo{
    float: left;
    padding-right: 20px;
}
#header .logo img{
    height: 70px;
    display: block;
}
#header h1{
    font-size: 34px;
    color: #4a4a4a;
    line-height: 60px;
}
#header h6{
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    background: #bebebe;
    line-height: 21px;
    letter-spacing: .2px;
    padding: 0 5px;
}
#header .headlang{
    float: right;
    padding-top: 20px;
}
#header .headlang li{
    float: left;
}
#header .headlang li a{
    display: block;
    padding: 0 20px;
}
/*导航*/
#header .headnav{}
#header .headnav ul li{
    float: left;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding: 0 15px;
    margin-right: 40px;
    position: relative;
}
#header .headnav ul li:before{
    content: "";
    width: 100%;
    height: 3px;
    background: #272727;
    position: absolute;
    bottom: 0;
    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;
}
#header .headnav ul li:hover:before,
#header .headnav ul li.hover:before{
    background: #73b1ac;
    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;
}
#header .headnav ul li a{
    color: #272727;
    position: relative;
    top: -50px;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
#header .headnav ul li:hover a,
#header .headnav ul li.hover 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 a p:nth-last-child(2){
    color: #73b1ac;
}
/*banner*/
#inbanner{
    width: 100%;
    height: 735px;
    padding-top: 160px;
}
#banner{
    padding-top: 160px;
}
#banner .flash img{
    width: 100%!important;
    height: auto!important;
    display: block;
}
/*header*/

/*index*/
.inpro{
    padding: 50px 0;
    overflow: hidden;
}
.inpro a{
    float: left;
    width: 200px;
    padding-top: 10px;
    border-top: 1px solid #ededed;
    border-left: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    box-sizing: border-box;
    text-align: center;
}
.inpro a:nth-child(6n){
    border-right: 1px solid #ededed;
}
.inpro a:nth-child(n+7){
    border-top: 0;
}
.inpro a .inproimg{
    display: inline-block;
    position: relative;
    top: 0;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.inpro a:hover .inproimg{
    top: -8px;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    box-shadow: 5px 5px 10px rgba(102, 102, 102, .1);
    -moz-box-shadow: 5px 5px 10px rgba(102, 102, 102, .1);
}
.inpro a .inproimg p{
    width: 180px;
    height: 15px;
    overflow: hidden;
    color: #000;
    margin: 20px 0;
}
.inabout{
    padding: 10px 0 100px;
    border-bottom: 1px solid #dadcdd;
    overflow: hidden;
}
.inabout .inaboutl{
    width: 50%;
}
.inabout .inaboutl h4{
    color: #8d8d8d;
    font-size: 24px;
    padding-top: 20px;
}
.inabout .inaboutl h1{
    color: #6ab7b1;
    font-size: 56px;
}
.inabout .inaboutl .descr{
    color: #515151;
    line-height: 20px;
    padding: 38px 50px 58px 0;
}
.inabout .inaboutl .descr br{
    line-height: 38px;
}
.more{
    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    color: #515151;
    border: 1px solid #515151;
    box-sizing: border-box;
}
.more:hover{
    color: #ffffff;
    /* background: #e1dac8; */
    background: #73b1ac;
    border: 1px solid #73b1ac!important;
}
.inabout .inaboutr{
    width: 50%;
    position: relative;
}
.inabout .inaboutr .bj{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.inabout .inaboutr h2{
	line-height: 80px;
}
.inabout .inaboutr .invideo{
    display: inline-block;
    padding: 15px;
    margin-left: 10px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
.inprotit{
    padding: 50px 0;
    text-align: center;
    overflow: hidden;
}
.inprotit h1{
    color: #6ab7b1;
    font-size: 56px;
}
.inprotit h4{
    color: #515151;
    font-size: 14px;
    padding-top: 10px;
}
.inprolist{
    padding: 50px 0;
    background: #f3f6f7;
}
.inprolist ul li{
    float: left;
    width: 277px;
    margin-right: 30px;
}
.inprolist ul li:nth-child(4n){
    margin-right: 0;
}
.inprolist ul li a{
    display: block;
    color: #434343;
    position: relative;
}
.inprolist ul li a:hover{
    color: #ffffff;
    background: #73b1ac;
}
.inprolist ul li a .proimg{
    overflow: hidden;
    position: relative;
}
.inprolist ul li a .proimg:before{
    content: "";
    width: 0;
    height: 2px;
    background: #73b1ac;
    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;
}
.inprolist 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;
}
.inprolist ul li a .proimg:after{
    content: "";
    width: 0;
    height: 2px;
    background: #73b1ac;
    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;
}
.inprolist 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;
}
.inprolist ul li a .proimg i{
    display: block;
}
.inprolist ul li a .proimg i:before{
    content: "";
    width: 2px;
    height: 0;
    background: #73b1ac;
    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;
}
.inprolist 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;
}
.inprolist ul li a .proimg i:after{
    content: "";
    width: 2px;
    height: 0;
    background: #73b1ac;
    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;
}
.inprolist 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;
}
.inprolist ul li a .proimg img{
    width: 100%;
    display: block;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
}
.inprolist ul li a .title{
    padding: 20px 10px 0;
    border-top: 1px solid #fff;
}
.inprolist ul li a .name{
    padding: 15px 10px 30px;
}
.inprolist ul li a span{
    width: 28px;
    height: 28px;
    border: 1px solid #b5b5b6;
    border-radius: 50px;
    position: absolute;
    bottom: 38px;
    right: 10px;
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.inprolist ul li a:hover span{
    opacity: 1;
    border: 1px solid #ffffff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.inprolist ul li a span:before{
    content: "";
    width: 10px;
    height: 2px;
    background: #b5b5b6;
    opacity: 0;
    position: absolute;
    top: 13px;
    left: -50px;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.inprolist ul li a:hover span:before{
    opacity: 1;
    left: 9px;
    background: #ffffff;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.inprolist ul li a span:after{
    content: "";
    width: 2px;
    height: 10px;
    background: #b5b5b6;
    opacity: 0;
    position: absolute;
    top: 50px;
    left: 13px;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.inprolist ul li a:hover span:after{
    opacity: 1;
    top: 9px;
    background: #ffffff;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.innews{
    padding: 80px 0;
    overflow: hidden;
}
.innews h1{
    color: #6ab7b1;
    font-size: 56px;
    text-align: center;
}
.innews h4{
    color: #515151;
    font-size: 14px;
    padding-top: 10px;
    text-align: center;
}
.innews ul{
    padding-top: 80px;
}
.innews ul li{
    float: left;
    width: 303px;
    margin-right: 145px;
}
.innews ul li:nth-child(3n){
    margin-right: 0;
}
.innews ul li a{
    display: block;
}
.innews ul li a .time{
    font-size: 24px;
    color: #b4b4b4;
    padding-bottom: 10px;
}
.innews ul li a .time i{
    float: right;
    width: 0;
    height: 14px;
    background: url("../image/newsicon.jpg") no-repeat center;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.innews ul li a:hover .time i{
    width: 42px;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.innews ul li a .title{
    color: #6ab7b1;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #f2f2f2;
}
.innews ul li a .title:before{
    content: "";
    width: 100%;
    height: 1px;
    background: #123d3b;
    position: absolute;
    bottom: 0;
    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;
}
.innews ul li a:hover .title: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;
}
.innews ul li a .description{
    color: #4f4f4f;
    line-height: 22px;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.innews ul li a:hover .description{
    padding: 0 10px;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.innews ul li a .imgurl img{
    width: 100%;
    display: block;
    padding-top: 20px;
    position: relative;
    top: 0;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.innews ul li a:hover .imgurl img{
    top: 5px;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.inmesh{
    width: 100%;
    height: 580px;
    overflow: hidden;
    text-align: center;
    /* background: url("../image/inmesh.jpg") no-repeat center; */
    background: url("../image/ttt.jpg") no-repeat center;
}
.inmesh h1{
    color: #ffffff;
    font-size: 152px;
    padding-top: 100px;
}
.inmesh h4{
    display: inline-block;
    color: #4d4d4d;
    font-size: 24px;
    background: #ffffff;
    margin-top: 3px;
}
.inmesh .more{
    margin: 80px auto 0;
    color: #ffffff;
    border: 1px solid #ffffff;
}
/*index*/

/*foot*/
#footer{
    background: #f3f6f7;
    padding-top: 70px;
}
#footer ul li{
    float: left;
    color: #5f686b;
    line-height: 26px;
    padding: 0 100px 10px 30px;
    border-left: 1px solid #c3c5c6;
}
#footer ul li:nth-child(1){
    width: 250px;
    border-left: 0;
}
#footer ul li:nth-child(1) a{
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 18px;
    margin: 15px 15px 0 0;
    color: #94a2a7;
    border: 1px solid #94a2a7;
}
#footer ul li:nth-child(1) a:hover{
    color: #6ab7b1;
    border: 1px solid #6ab7b1;
}
#footer ul li:nth-child(2){
    width: 320px;
}
#footer ul li:nth-child(3){
    width: 238px;
}
#footer .tail{
    color: #888888;
    background: #ffffff;
    line-height: 100px;
    margin-top: 70px;
}
#footer .tail .tail_a{
    float: right;
    line-height: 0;
    padding-top: 35px;
    position: relative;
    left: 0;
}
#footer .tail .tail_a:hover{
    left: -10px;
}
/*foot*/

/*news*/
.news,.shownews{
    padding: 50px 0;
}
.news ul li{
    margin-bottom: 50px;
}
.shownews .shownewsl{
    width: 1100px;
}
.shownews .title{
    color: #123d3b;
    padding-top: 58px;
    text-align: center;
}
.shownews .time{
    color: #123d3b;
    padding: 20px 0 15px;
    text-align: center;
    border-bottom: 1px solid #d0d8d8;
}
.shownews .con{
    color: #555555;
    line-height: 22px;
    padding: 30px 10px;
}
.shownews .more{
    width: 72px;
    height: 72px;
    line-height: 72px;
    border-radius: 50%;
    margin: auto;
}
.shownews .shownewsr{
    width: 100px;
    padding-top: 80px;
}
.shownews .shownewsr a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    margin: auto;
    color: #ffffff;
    background: #1e1e1e;
}
.shownews .shownewsr a:nth-child(2){
    background: #73b1ac;
}
/*news*/

/*product*/
.search{
    padding: 9px;
    background-color: rgba(255,255,255,.3);
    border: 1px solid rgba(255,255,255,.3);
    position: absolute;
    left: 50%;
    top: 240px;
    margin-left: -270px;
}
.search form{
    font-size: 0;
}
.search form:after{
    content: "";
    display: block;
    clear: both;
}
.search form .navsearch_input input {
    float: left;
    height: 40px;
    width: 380px;
    padding: 0 20px;
    font-size: 14px;
    border: 0;
    outline: 0;
}
.search form .searchgo{
    float: left;
    width: 100px;
    height: 40px;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    background: #73b1ac;
    border: 0;
    outline: 0;
}
.product{
    padding-top: 50px;
}
.product .productnav{
    width: 330px;
}
.product .productnav a{
    display: block;
    color: #3d4040;
    padding: 0 10px;
    line-height: 40px;
}
.product .productnav a:hover,
.product .productnav a.hover{
    color: #73b1ac;
}
.product .productnav a p{
    display: inline-block;
    position: relative;
}
.product .productnav a p:after{
    content: "";
    width: 0;
    height: 1px;
    background: #73b1ac;
    position: absolute;
    bottom: 5px;
    left: 0;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.product .productnav a:hover p:after{
    width: 100%;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.product .prolist{
    width: 850px;
    padding: 0;
    background: 0;
}
.product .prolist ul li{
    width: 263px;
}
.product .prolist ul li:nth-child(3n){
    margin-right: 0;
}
.product .prolist ul li:nth-child(4n){
    margin-right: 30px;
}
.product .prolist ul li a:hover em{color: #ffffff;}
/*showproduct*/
.prodetail{  width: 850px;  margin-bottom: 80px;  }
/*<!--第一部分-->*/
.one{  padding-bottom: 50px;  }
.one .proimg1{  float: left;  height: 450px;  width: 450px;  overflow: hidden;  }
.one .proimg3{  float: right;  height: 450px;  width: 400px;  position: relative;  }
.one .proimg3 .title{  border-bottom: 1px solid #d3d5d5;  margin-bottom: 30px;  }
.one .proimg3 .title h4{  font-size: 16px;  color: #4a4a4a;  padding: 15px 0 0;  }
.one .proimg3 .title h5{  font-size: 14px;  color: #636868;  padding: 15px 0 20px;  }
.one .proimg3 .share{  position: absolute;  bottom: 0;  }
.one .proimg3 .share a{  display: inline-block;  width: 50px;  height: 50px;  line-height: 50px;  text-align: center;  font-size: 20px;  color: #ffffff;  background: #4a4a4a;  margin-right: 5px;  }
.one .proimg3 .share a:hover{  background: #73b1ac;  }
.one .proimg3 .share a.con{  width: 180px;  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:58px;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: #73b1ac;  }
.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: #73b1ac;  }
.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: #4a4a4a;  line-height: 25px;  }
/*end showproduct*/
/*product*/

/*about*/
.about{
    width: 100%;
    height: 792px;
    padding-top: 80px;
    background: url("../image/b_about.jpg") no-repeat top center;
    /* background: url("../image/aboutbanner.jpg") no-repeat top center; */
}
.about .content{
    padding: 40px;
    margin: auto;
    background: #ffffff;
}
.about .content img{
    width: 100%;
    display: block;
}
.about .content p{
    font-size: 12px;
    color: #515151;
    line-height: 20px;
}
/*about*/

/*contact*/
.contact{
    padding: 50px 0;
}
.contact h1{
    color: #73b1ac;
    font-size: 50px;
    text-align: center;
}
.contact h4{
    color: #505050;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    padding: 10px 0 80px;
}
.contact .con1{
    width: 430px;
    color: #5b5b5b;
    padding-right: 50px;
    line-height: 30px;
}
.contact .con1 h6{
    line-height: 24px;
    padding: 50px 0 30px;
}
.contact .con2{
    width: 220px;
    height: 300px;
    position: relative;
    padding-top: 105px;
}
.contact .con2:before{
    content: "";
    width: 1px;
    height: 234px;
    background: #c4c4c4;
    position: absolute;
    left: 18px;
    top: 65px;
}
.contact .con2:after{
    content: "";
    height: 380px;
    border-right: 1px dotted #737373;
    position: absolute;
    right: 45%;
    top: 0;
}
.contact .con2 a{
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
    color: #c4c4c4;
    border: 1px solid #c4c4c4;
    background: #ffffff;
    position: relative;
}
.contact .con2 a:hover{
    color: #6ab7b1;
    border: 1px solid #6ab7b1;
}
.contact .con2 .pro2wm{
    display: block;
}
.contact .con3{
    width: 500px;
    padding-top: 35px;
}
/*contact*/