html, body{
    font: 14px/1.571429 "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", Roboto, Arial, sans-serif;
    font-weight: 300;
    width: 100%;
    height:100%;
    background-color: #F9F9F9;
}
.am-container{max-width:1200px;}
a{color:#333;}
a:hover{color:#0a6999;}
.m-header{
    z-index: 1000;
    background-color: #FFFFFF;
    height: 90px;
}
/*项部导航*/
.m-nav{
    width: 100%;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.08);
    box-shadow: 0 2px 4px rgba(0,0,0,.08);
}
.m-nav .m-menu-r{ float: right;}
.m-nav .m-menu-r .m-menu{list-style: none; width: 650px;}
.m-nav .m-menu-r .m-menu li{text-align: center;}
.m-nav .m-menu-r .m-menu li a h1{font-size:16px; line-height: 1.5;padding:0;margin:0;font-weight: 400;}
.m-nav .m-menu-r .m-menu li a h2{font-size:14px; line-height: 1.5;padding:0;margin:0;font-weight: 400;}
.m-nav .m-menu-r .m-menu li a{display: block; height: 80px;padding: 0 20px;padding-top: 18px;border-right:1px solid #F0F0F0;
    -webkit-transition: background-color 1s ease-in-out 0s;
    -moz-transition: background-color 1s ease-in-out 0s;
    -ms-transition: background-color 1s ease-in-out 0s;
    -o-transition: background-color 1s ease-in-out 0s;
    transition: background-color 1s ease-in-out 0s;
}
.m-nav .m-menu-r .m-menu li a:hover{background-color:red;color:#FFFFFF;}
/*底部扩展*/
.extend {background-color:#2e3033;padding: 35px 0;border-bottom: 2px solid #262626;}
.extend .am-container .am-g h3{color: #FFFFFF;font-size:20px;font-weight: 300;}
.extend .am-container .am-g h3 span::after{content: '';display: block;height: 2px;width:22%;background-color: #999;}
.extend .am-container .am-g ul{list-style: none;padding:0;margin:0;}
.extend .am-container .am-g ul li a{font-size:13px;color:#EEE;}
.extend .am-container .am-g ul li a:hover{color: #FFF;}
.extend .am-container .am-g .list{position: relative;}
.extend .am-container .am-g .list::after{position:absolute;
    content:"";display:block;
    float:right;width: 1px;
    height: 80%;
    background-color: #222222;
    right:0px;
    top:10%;
    bottom: 10%;
}
/*底部*/
.footer{

    padding:20px 0;
    background-color:#2e3033;
    border-top:2px solid #2F3033;
}
.footer p{padding:0;margin: 0;line-height: 2;color:#BBB;text-align: center;}
.footer .friend a,.footer .friend{color: #888;}
.footer .friend a{padding:0 15px;}
.footer .friend a:hover{padding:0 15px;color:#FFF;}
/*左侧菜单*/
.left-menu{}
.left-menu .content{
    border:1px solid #EEE;
}
.left-menu h3{
    font-size:20px;
    font-weight: 400;
    background-color: #0a628f;
    text-align: center;
    color:#FFF;
    line-height: 2.5;
    margin: 0;padding:0;
}
.left-menu a{ display: block;line-height: 3;padding-left:15px;border-bottom: 1px #DDD dotted;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.left-menu a:hover{background-color: #0a628f;color:#FFFFFF;}
/*左侧联系我们*/
.left-menu .link-list{
    list-style: none;
    padding:0;
    margin:0;
    padding:10px;line-height: 2;
}
/*返回顶端*/
.rightbar{position: fixed;right:15px;bottom: 55px;z-index: 100;background-color:rgba(0,0,0,.3);text-align: center;}
.rightbar ul{list-style: none;margin:0;padding:0;}
.rightbar ul li a{display: block;height: 60px;width:60px;line-height: 60px;font-size:16px;}
.rightbar ul li{border-bottom: 1px #DdDdDd solid;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.rightbar ul li:hover{
    background-color: #009cda;
    }
.rightbar ul li a i{
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    color:#FFFFFF;
}
.rightbar ul li:hover a i{
    color:#FFFFFF;
    animation: mygotop .5s;
}
@-webkit-keyframes mygotop {
    0%{
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 1;
    }
    60%{
        -webkit-transform: scale(3.5);
        -moz-transform: scale(3.5);
        -ms-transform: scale(3.5);
        -o-transform: scale(3.5);
        transform: scale(3.5);
        opacity: .2;
    }
    100%{
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 1;
    }
}
/*线条*/
.line{color:#F3F3F3;width: 35%;border:none;height: 1px;background-color: #F3F3F3;margin:10px auto;}
/*清除边距*/
/*清除所有的边路*/
.cpr{margin: 0;padding:0;}
/*字重*/
.b300{
    font-weight: 300;
}
.b400{
    font-weight: 400;
}
.b500{
    font-weight: 500;
}
/*上边距*/
.mt8{
    margin-top:8px;
}
.mt10{
    margin-top:10px;
}
.mt15{
    margin-top:15px;
}
.mt20{
    margin-top:20px;
}
.mt25{
    margin-top:25px;
}
.mt30{
    margin-top:30px;
}
.mt50{
    margin-top:50px;
}
.mt60{
    margin-top:60px;
}
/*下边距*/
.mb8{
    margin-bottom:8px;
}
.mb10{
    margin-bottom:10px;
}
.mb15{
    margin-bottom:15px;
}
.mb20{
    margin-bottom:20px;
}
.mb30{
    margin-bottom:30px;
}
/*上下边路*/
.mtb8{
    margin-top:8px;
    margin-bottom:8px;
}
.mtb10{
    margin-top:10px;
    margin-bottom:10px;
}
.mtb15{
    margin-top:15px;
    margin-bottom:15px;
}
.mtb20{
    margin-top:20px;
    margin-bottom:20px;
}
/*上内边距*/
.mp8{
    padding-top:8px;
}
.mp10{
    padding-top:10px;
}
.mp15{
    padding-top:15px;
}
.mp20{
    padding-top:20px;
}
/*产品列表效果*/
.product .am-gallery .am-gallery-item{background-color: #FFF;transition: background-color .5s;}
.product .am-gallery .am-gallery-item .am-gallery-title{font-size:16px;text-align: center;line-height: 2.5;}
.product .am-gallery .am-gallery-item .am-gallery-desc{font-size:14px;padding: 0 10px;}
.product .am-gallery .am-gallery-item .m-btn{display: block;margin: 10px auto;height: 30px;width:80px;border:1px solid #999;text-align: center;}
.product .am-gallery .am-gallery-item:hover{background-color: #0a6999;}
.product .am-gallery .am-gallery-item:hover *{color:#FFFFFF;}
/*轮播图小圆点*/
.am-slider-default .am-control-nav{bottom: 15px;}
.am-slider-default .am-control-nav li a{
    width: 15px;
    height: 15px;
    background-color: rgba(255,255,255,.5);
    box-shadow: none;
}
.am-slider-default .am-control-nav li a.am-active{
    background-color: rgba(0,0,0,.3);
}

/*图片动画-上移*/
.dong .box{border:1px solid #F0F0F0;padding:8px;border-radius: 5px;overflow: hidden;transition: all .8s ease-in-out;}
.dong .box .am-gallery-title{font-size:14px;text-align: center;}
.dong .box img{transition: all .8s ease-in-out;}
.dong .box:hover img{transform: scale(1.5);}
.dong .box:hover{border:1px solid #FF0000;}
@media screen and (max-width: 640px) {
    .am-with-topbar-fixed-top{padding-top: 0px;}
}
