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: #FFF;
}
.am-container{max-width:1200px;}
a{color:#333;}
a:hover{color:#0a6999;}
.m-header{
    z-index: 1000;
    background-color: #FFFFFF;
    height: 50px;
}
/* 标题 */
.my-title{height: 80px;line-height: 80px;text-align: center;font-size: 25px;font-weight:500;}
.my-title span{border-bottom: 2px solid #81D4FA;font-family: "arial, helvetica, sans-serif";}
.my-title p{margin:0;padding:0;line-height: 1;font-size: 16px;}
/*头部*/
.top{
    background-color: #FFF;
    height: 105px;
}
.top .rexian{height: 105px;display: flex;flex-direction: row;justify-content:flex-end;align-items:center;}
.top .rexian .info{text-align: left;height:55px;}
.top .rexian .phone-icon{font-size:30px;padding-right: 8px;color:#DDD;}
.top .rexian .info h1,.top .rexian .info h3{padding:0;margin:0;}
.top .rexian .info h1{font-size:16px;font-weight: 300;}
.top .rexian .info h3{color:#0288D1;font-size:22px;font-weight: 400;font-family:"Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;}
/*项部导航*/
.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);
    background-color: #0091EA;
}
.m-nav .m-menu-r{}
.m-nav .m-menu-r .m-menu{list-style: none;}
.m-nav .m-menu-r .m-menu li{text-align: center;}
.m-nav .m-menu-r .m-menu li a h1{font-size:16px;padding:0;margin:0;font-weight: 400;color:#FFFFFF;}
.m-nav .m-menu-r .m-menu li a h2{font-size:14px;padding:0;margin:0;font-weight: 400;}
.m-nav .m-menu-r .m-menu li a{display: block; height: 50px;border-right:1px solid #0288D1;line-height: 50px;
    -webkit-transition: background-color .3s ease-in-out 0s;
    -moz-transition: background-color .3s ease-in-out 0s;
    -ms-transition: background-color .3s ease-in-out 0s;
    -o-transition: background-color .3s ease-in-out 0s;
    transition: background-color .3s ease-in-out 0s;
}
.m-nav .m-menu-r .m-menu li a:hover{background-color:#00B0FF;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{
	color:#FFF;
    padding-top:20px;
    background-color:#2e3033;
    border-top:2px solid #2F3033;
	text-align: center;
}
.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;}
.footer .copyright{background: #000000;line-height: 3;font-size:14px;}
.footer a{color:#FFF;}
.footer a:hover{color:#81D4FA;}
/*左侧菜单*/
.left-menu{}
.left-menu .content{
    border:1px solid #EEE;
}
.left-menu h3{
    font-size:20px;
    font-weight: 400;
    background-color: #0288D1;
    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: #e6e6e6;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);
}
.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;
}
.mb50{
    margin-bottom:50px;
}
/*上下边路*/
.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{perspective: 900;
-webkit-perspective: 900; /* Safari 和 Chrome */}
.product .am-gallery .am-gallery-item{background-color: #F2F2F2;transition:all .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{
	transform: rotateY(15deg);
	-webkit-transform: rotateY(15deg);
}
.product .am-gallery .am-gallery-item:hover *{}
/*轮播图小圆点*/
.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;}
}

.am-gallery-item .am-gallery-title{font-size:16px;text-align: center;}
/*其它页面顶部导航*/
.other-nav{text-align: center;width: 100%;margin:0 auto;}
.other-nav ul li a{display:inline-block;width:90%;padding:5px 20px;border: 1px solid #DDD;border-radius: 8px;margin-right: 10px;font-weight: 400;}
.other-nav ul li a:hover{background-color: #00B0FF;color: #FFF;}
.other-nav ul li a.active{background-color: #0288D1;color:#FFF;}
.smtitle{font-size:12px;font-weight: 300;}

.content .link-list{list-style: none;}
.content  .link-list li{background-color: #F6F6F6;list-style: none;border:1px solid #DDD;}
/**
 * flex布局
 */
.my-flex{display: flex;flex-direction: row;}
.flex-column{flex-direction: column;}
.flex-between{justify-content: space-between;}