* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    /*font-size: 13.5px;*/
    font-weight: normal;
    list-style: none;
    border:0;
}

box {
    width: 100%;
    min-width: 1200px;
    margin: auto;
    background: #000;
    height: 100px;
}

/*----- 澶撮儴鏍峰紡 -----*/
.header {
    width: 100%;
    height: 57px;
    border-bottom: 1px solid #f2f2f2;
    position: fixed;
    top: 0;
    left: 0;
    background: #FFF;
    z-index: 10;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-animation: gupIn 1s 0.1s both;
    -moz-animation: gupIn 1s 0.1s both;
    animation: gupIn 1s 0.1s both;
}
/* LOGO鏍峰紡 */
.logo {
    display: block;
    position: absolute;
    left: 25px;
    height: 57px;
    line-height: 57px;
    overflow: hidden;
    -webkit-transition: 0.5s, opacity 0.6s;
    -moz-transition: 0.5s, opacity 0.6s;
    transition: 0.5s, opacity 0.6s;
}
.logo img {
    vertical-align: middle;
}
/* 瀵艰埅鏍忔牱寮� */
.nav {
    width: 850px;
    margin: auto;
    text-align: center;
    position: relative;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.nav a {
    display: inline-block;
    height: 57px;
    padding: 0 35px;
    line-height: 57px;
    text-align: center;
    font-size: 16px;
    color: #000;
    -webkit-transition: 0.3s, color 0.5s;
    -moz-transition: 0.3s, color 0.5s;
    transition: 0.3s, color 0.5s;
}
.nav a:hover {
    /*color: #FFA200;*/
    color: #31AAE2;
}
.nav span {
    width: 100px;
    height: 2px;
    /*background: #FFA200;*/
    background: #31AAE2;
    position: absolute;
    bottom: -1px;
    left: 0;
    opacity: 0;

    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    transition: 0.8s;

    filter: alpha(opacity=0);
}
.header h1 {
    position: absolute;
    top: 0;
    right: 25px;
    /*height: 57px;*/
    line-height: 57px;
    font-size: 18px;
    font-weight: bold;
    padding-left: 60px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    color: #FFA200;
    margin: 0;
}

/*----- 鍐呭鏍峰紡 -----*/
.container {
    padding-top: 58px;
    width: 100%;
    height: 100%;
    position: relative;
    min-width: 1200px;
    margin: auto;
}
/* Banner鏍峰紡 */
.banner {
    position: relative;
    overflow: hidden;
    padding-top: 23.85416666666667%;
    min-width: 1249px;
}
.focus_img {
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.focus_img li {
    width: 100%;
    float: left;
    list-style: none;
}
.focus_img li a {
    display: block;
    height: 100%;
}
.pic {
    width: 100%;
    vertical-align: top;
    pointer-events: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
/* 瀵艰埅鐐� */
.focus_dot {
    position: absolute;
    right: 0%;
    top: 60%;
    width: 14px;
    padding: 25px 36px;
    overflow: hidden;
}
.focus_dot li {
    float: left;
    width: 10px;
    height: 10px;
    margin: 4px 0;
    border: 2px solid transparent;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    list-style: none;
}
.focus_dot li p {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #FFF;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.focus_dot li.cur, .focus_dot li:hover {
    border-color:#fff;
}
.focus_dot li.cur p, .focus_dot li:hover p {
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    transform:scale(0);
}

box aside {
    color: #FFA200;
    /*color: #31AAE2;*/
    font-family: 瀹嬩綋;
    font-size: 20px;
    margin: 10px 0 10px 0;
    text-align: center;
    -webkit-animation: gdownIn 1s 0.9s both;
    -moz-animation: gdownIn 1s 0.9s both;
    animation: gdownIn 1s 0.9s both;
}
/* 鍏充簬 鏂囧瓧 */
.works_link {
    width: 1200px;
    height: 85px;
    margin: auto;
    text-align: center;
    font-size: 16px;
    -webkit-animation: gdownIn 1s 1.2s both;
    -moz-animation: gdownIn 1s 1.2s both;
    animation: gdownIn 1s 1.2s both;
}
.works_link p {
    font-size: 16px;
    line-height: 30px;
    color: #838385;
}
/* 鏂伴椈鍥� */
.works_wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-animation: gfadeIn 1s 1.5s both;
    -moz-animation: gfadeIn 1s 1.5s both;
    animation: gfadeIn 1s 1.5s both;
    min-width: 1249px;
}
#works {
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    /*position: absolute;*/
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    transition: 0.8s;
}
#works ul {
    width: 100%;
    overflow: hidden;
    float: left;
}
#works ul li {
    float: left;
    width: 25%;
    text-align: center;
    list-style: none;
}
#works ul li a {
    display: block;
    background: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
#works ul li a:hover {
    background-color: transparent;
}
#works ul li a:hover h5, #works ul li a:hover span{color:#fff;}
#works ul li a:hover article summary{bottom:0;}
#works ul li a:hover article img{-webkit-transform:scale(1.1); -moz-transform:scale(1.1); transform:scale(1.1);}
#works ul li a:hover article:before{opacity:1; filter:alpha(opacity=100); zoom:1;}
#works ul li a:hover article:after{opacity:1; filter:alpha(opacity=100); zoom:1; -webkit-transform:scale(1); -moz-transform:scale(1); transform:scale(1);}

#works ul li article {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 40%;
    overflow: hidden;
}
#works ul li article img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100.5%;
    height: auto;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
#works ul li article summary {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: -50px;
    left: 0;
    line-height: 50px;
    color: #a9a9a9;
    background: rgba(0,0,0,0.5);
    background: #666\9;
    text-align: left;
    text-indent: 20px;
    z-index: 3;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
#works ul li h5 {
    line-height: 24px;
    font-size: 18px;
    color: #333;
    padding: 16px 0 16px 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
#works ul li span {
    line-height: 22px;
    font-size: 14px;
    color: #999;
    display: block;
    padding-bottom: 18px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
/* 鏂伴椈瀵艰埅鎸夐挳 */
#works_ctrl {
    width:100%;
    height:85px;
    background:#f1f1f1;
    box-shadow:0 2px 20px #edecec inset;
    text-align:center;
    margin: 0;
    padding: 0;
}
#works_ctrl button {
    width:52px;
    height:50px;
    display:inline-block;
    margin:17px 5px;
    border:none;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    transition:0.3s;
}
/* 璧勮鏍峰紡 */
#news {
    width: 1200px;
    margin: 30px auto;
    overflow: hidden;
    min-width: 1249px;
}
/* 绗竴 绗簩 閮ㄥ垎 */
#news .item {
    float: left;
    width: 30%;
    height: 375px;
    margin-left: 1.5%;
    background: #f8f8f8;
    position: relative;
}
#news .item h3, #news .item h5, #news .item span, #news .item summary {
    padding: 0 18px;
}
#news .item h3, #news .signing h3 {
    margin: 32px 0 30px;
    font-size: 18px;
    line-height: 18px;
}
#news .item a {
    color: #000;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
#news .item h5 {
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#news .item h3 a, #news .signing h3 a{
    color: #999;
}
#news .item span {
    display: block;
    font-size: 12px;
    line-height: 12px;
    margin: 10px 0 25px;
    color: #999;
}
#news .item ul {
    list-style: none;
    padding: 0 18px;
}
#news .item ul li {
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    position: relative;
}
#news .item ul li a {
    display: block;
    height: 42px;
    width: 240px;
    color: #979797;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
#news .item a:hover {
    /*color: #FFA200;*/
    color: #31AAE2;
}
#news .item ul li em {
    position: absolute;
    top: 0;
    right: 0;
    color: #b4b4b4;
    font-size: 14px;
    font-style: normal;
}
/* 绗簩閮ㄥ垎 鍥剧墖 */
#news .pic {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 170px;
    overflow: hidden;
}
#news .pic:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 30px;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #f8f8f8;
}
/* 绗笁閮ㄥ垎 鎷涜仒 */
#news .signing {
    float: right;
    width: 30%;
    height: 375px;
    padding: 0 2%;
    margin: 0 1.5%;
    background: #f8f8f8;
    overflow: hidden;
}
#news .signing a {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
#news .signing a:hover {
    color: #31AAE2;
}
#news .signing ul li {
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    position: relative;
}
#news .signing ul li a {
    display: block;
    height: 42px;
    width: 240px;
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
#news .signing ul li a:hover {
    /*color: #FFA200;*/
    color: #31AAE2;
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    transform: translateX(10px);
}
#news .signing ul li span {
    position: absolute;
    top: 0;
    right: 0;
    color: #b4b4b4;
    font-size: 14px;
}

/*----- 绮惧搧娓告垙 -----*/
.product-pic {
    width: 1146px;
    height: 482px;
    position: relative;
    margin: 0 auto;
    margin-top: 26px;
    -webkit-animation: gdownIn 1s 1.2s both;
    -moz-animation: gdownIn 1s 1.2s both;
    animation: gdownIn 1s 1.2s both;
}
.main-pic {
    width: 1145px;
    height: 432px;
    position: relative;
    top: 0;
    overflow: hidden;
}
/* 鍒囨崲鎸夐挳 */
.page {
    display: block;
    width: 42px;
    height: 84px;
    position: absolute;
    top: 122px;
}
/* 娓告垙鍒楄〃 */
.main-pic-list {
    width: 10000px;
    height: 340px;
    float: left;
    position: absolute;
    top: 0;
}
.zsh {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.main-pic-list li {
    width: 229px;
    height: 300px;
    float: left;
    position: relative;
    list-style: none;
}
.main-pic-list li a {
    display: inline-block;
    top: 120px;
    font-size: 18px;
}
.main-pic-title h4 {
    font-size: 18px;
    color: #2A2A2A;
    height: 25px;
    line-height: 25px;
    font-weight: normal;
}
.main-pic-title p {
    font-size: 13px;
    color: #858587;
    height: 20px;
    line-height: 20px;
}
.imgfilter a {
    margin-top: 120px;
    opacity: 0;
}
.imgfilter a:hover {
    /*color: #000;*/
    color: #C9E1F2;
}
.btn {
    display: block;
    width: 175px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}
.view-product {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    margin: 0;
}
.view-product:hover {
    border: 1px solid #C9E1F2;
}

/*----- 搴曢儴鏍峰紡 -----*/
.footer {
    max-width: 1920px;
    min-width: 1202px;
    height: 184px;
    background: #3B3B3B;
    text-align: center;
    position: relative;
}
.re-top {
    display: block;
    width: 83px;
    height: 90px;
    cursor: pointer;
    position: absolute;
    top: -53px;
    left: 50%;
    margin-left: -41px;
}
.footer-copy {
    font-size: 15px;
    color: #B9B9B9;
    padding-top: 75px;
}
.footer-copy p {
    height: 25px;
    line-height: 25px;
}
.gov {
    color: #31AAE2;
}
.gov:hover {
    color: #4F6F84
}
.whjy {
    position: absolute;
    display: inline;
    width: 50px;
    height: 50px;
    top: 40px;
    padding: 10px;
}