﻿* {margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit;box-sizing:border-box;}
body {background: #fff;font-family:"Microsoft YaHei","Verdana","Arial","sans-serif"; }

a {text-decoration:none;}
a:hover {text-decoration:none; }
img {border:none; }
input, 
button {font-family:"Microsoft YaHei","Verdana","Arial","sans-serif";}
ul{list-style: none;}

.clearfix:after {content: ".";display: block;height:0;clear:both;visibility: hidden;}
.clearfix { *zoom:1; }
.pull-left{float: left!important;}
.pull-right{float: right!important;}


/* animation */
@keyframes rotate{
    0%{
        transform: rotate(0);
      }
    50%{
    	transform: rotate(180deg);
    }
    100%{
         transform: rotate(360deg);
    	}
	}

 /* zoom */
.zoom-in {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
    /*cursor: pointer;*/
}
.zoom-in:hover {
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.innerbox{width: 1300px; margin: 0 auto;}



/*分页*/
.pagesize{padding: 30px 0 40px; text-align: center;}
.pagesize > div{ display: inline-block;  width: 50px; height: 50px; font-size: 18px; line-height: 48px; text-align: center; border: 1px solid #eee; cursor: pointer;}
.pagesize > div:hover{background: #3d7cc1; color: #fff;  border-color: #3d7cc1;}
.pagesize .PageInterval{border: none; cursor: default;}
.pagesize .PageInterval:hover{border: none; background: transparent; color: #000;}
.pagesize .pagenum.active{ background: #3d7cc1; color: #fff;  border-color: #3d7cc1;}

.pagesize .pagenum.active a{ background: #3d7cc1; color: #fff;  border-color: #3d7cc1;}
.pagesize .next.disable{background: #c8c8c8; color: #fff; border-color: #c8c8c8; cursor: default;}
.pagesize .pre.disable{background: #c8c8c8; color: #fff; border-color: #c8c8c8; cursor: default;}

.path{text-align: right; }
.breadcrumb {padding: 20px; font-size: 14px; color: #999; font-weight: lighter;}
.breadcrumb>li { display: inline-block;}
.breadcrumb a { color: #999;}
.breadcrumb>.active { color: #777;}
.breadcrumb>li+li:before {padding: 0 5px; color: #ccc; content: "/ ";}


/*toTop*/
.asidebar {position: fixed; width: 60px; bottom: 100px; right: 10px; z-index: 890; }
.asidebar .asider{ width: 160px; height:auto;}
.sevice{ position: relative; width: 120px; padding: 10px 5px;  text-align: center;border-radius: 5px; background:#a32326; }
.sevice .pic{width: 100px; height:100px;  border-radius: 5px; margin: 0 auto;  }
.sevice .pic img{width: 100px; height: 100px;}
.sevice .txt{padding-top: 3px; font-size: 12px; line-height: 185%; color: rgba(255,255, 255, .75); font-weight: lighter;} 
.sevice .txt.h{font-size: 16px;padding-bottom: 4px; color: #fff; font-weight: normal;}

.asidebar .toTop { width: 100%; margin-bottom: 3px; background:transparent; text-align: center; overflow: hidden;}
.asidebar .toTop a { display: block;  margin-top: 5px ; height: 60px; width: 60px; line-height: 24px; border-radius: 5px;  border:1px solid rgba(0,0,0,.1); background: rgba(255,255,255,.85); color: #a32326;}
.asidebar .toTop a i{line-height: 60px; font-size: 32px; color: #333;}
.asidebar .toTop a  span{ display: none; font-size: 16px;}
.asidebar .toTop a:hover { background: rgba(247, 195, 36, .95); text-decoration: none; color: #000;}
.asidebar .toTop a:hover i{display: none;}
.asidebar .toTop a:hover span{display: block; color: #fff; padding: 10px; line-height: 20px;}


/* 小屏幕（桌面显示器，大于等于 1366px） */
@media (max-width:1366px) {


}

/* 小屏幕（桌面显示器，大于等于 768px） */
@media (max-width:768px) {




}