﻿/*
Theme Name: 豪友官网 主题
Theme URI: www.310game.com/rxsz
Description: 豪友官网主题
Version: 1.0
Author: 张绍豪
Author URI: 作者的网址
Tags: 豪友手游,豪友游戏工作室,豪友网络
*/

* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    
    font-family: 微软雅黑;
    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;
    min-width: 1400px;
    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 {
    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: 0 0 0 14%;
    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 28px;
    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: #31AAE2;
}
.nav span {
    width: 100px;
    height: 2px;
    
    background: #31AAE2;
    position: absolute;
    bottom: -1px;
    left: 0;
    opacity: 0;

    filter: alpha(opacity=0);
}
.header h1 {
    position: absolute;
    top: 0;
    right: 25px;
    
    line-height: 57px;
    font-size: 18px;
    font-weight: bold;
    background: url(../../../wp-content/themes/ibingniao/images/tel_bg.jpg) no-repeat 18px center;
    padding-left: 60px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    color: #FFA200;
    margin: 0;
}



#user , #user_info{
    position: absolute;
    top: 0;
    right: 250px;
    line-height: 57px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
#user_info a p{
    height: 100%;
    max-width: 100px;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
    padding: 0 5px;
}
#user a {
    color: #FFF;
    background-color: #31AAE2;
    padding: 5px 15px;
    font-size: 13px;
    border-radius:8px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
#user a:hover , .view_info a:hover {
    background-color: #4F6F84;
}
.view_info {
    background-color: #F8F7F5;
    border: 1px solid #D1D1D1;
    border-radius:0 0 8px 8px;
    text-align: center;
}
.view_info a {
    padding: 5px 28%;
    background-color: #31AAE2;
    border-radius:8px;
    color: #FFF;
    text-decoration: none;
}
.cover {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #2A2A2A;
    opacity: 0.7;
    z-index: 900;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
#btn_close {
    position: absolute;
    top: 10px;
    right: 10px;
}
#btn_back {
    position: absolute;
    top: 15px;
    left: 15px;
}
.box_user {
    position: fixed;
    width: 500px;
    
    left: 50%;
    top: 35%;
    margin: -150px 0 0 -250px;
    border-radius: 10px;
    background-color: #f8f7f5;
    z-index: 999;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.box_login {
    position: relative;
    text-align: center;
    margin: 30px;
}
.box_login img {
    width: 100px;
    margin: 0 auto;
}
.ul_login {
    width: 350px;
    margin: 10px auto;
}
.ul_login li {
    line-height: 50px;
    margin-bottom: 10px;
}
.ul_login li span {
    float: left;
    width: 85px;
    text-align: right;
    color: #999;
    font-size: 17px;
}
.ul_login li input {
    line-height: 40px;
    border: 1px solid #D1D1D1;
    padding: 0 4px;
    font-size: 15px;
    text-indent: 5px;
    -moz-box-shadow: inset 0 1px 5px rgba(0,0,0,.8);
    -webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,.8);
    box-shadow: inset 0 1px 6px rgba(0,0,0,.2);
}
#b_l_register {
    margin-left: 70px;
    padding: 7px 30px;
    background-color: #31AAE2;
    border-radius:8px;
    color: #FFF;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
#b_l_register:hover {
    background-color: #4F6F84;
}
#btn_login , #btn_register{
    padding: 10px 130px;
    border-radius:8px;
    color: #FFF;
    background-color: #31AAE2;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
#btn_login:hover , #btn_register:hover{
    background-color: #4F6F84;
}





.container {
    padding-top: 58px;
    width: 100%;
    height: 100%;
    position: relative;
    min-width: 1200px;
    margin: auto;
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    transition: 1.5s;
}

.banner {
    position: relative;
    overflow: hidden;
    min-width: 1249px;
    padding-bottom: 3px;
}
.banner 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;
}



    
    
    

box h2 {
    background: url(../../../wp-content/themes/ibingniao/images/bj01.png) no-repeat center 50px;
    color: #525252;
    font-size: 24px;
    padding-top: 30px;
    text-align: center;
    -webkit-animation: gdownIn 1s 0.7s both;
    -moz-animation: gdownIn 1s 0.7s both;
    animation: gdownIn 1s 0.7s both;
}
box aside {
    color: #FFA200;
    
    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;
    
    -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;
}
#works_ctrl #works_prev {
    background:#fff url(../../../wp-content/themes/ibingniao/images/works_arr.png) no-repeat 0 0;
}
#works_ctrl #works_prev:hover {
    background:#333 url(../../../wp-content/themes/ibingniao/images/works_arr.png) no-repeat -52px 0;
}
#works_ctrl #works_next {
    background:#fff url(../../../wp-content/themes/ibingniao/images/works_arr.png) no-repeat -52px -50px;
}
#works_ctrl #works_next:hover {
    background:#333 url(../../../wp-content/themes/ibingniao/images/works_arr.png) no-repeat 0 -50px;
}
#works_prev, #works_next, #works_more {
    border-radius:2px;
    vertical-align:middle;
}
#works_more {
    display:inline-block;
    width:92px;
    height:50px;
    background:#fff url(../../../wp-content/themes/ibingniao/images/works_more.png) no-repeat center -50px;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    transition:0.3s;
    vertical-align:middle;
}
#works_more:hover {
    background:#333 url(../../../wp-content/themes/ibingniao/images/works_more.png) no-repeat center 0;
}


#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: #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: #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;
    
    position: relative;
    margin: 0 auto;
    margin-bottom: 100px;
    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;
    
    position: relative;
    top: 0;
    overflow: hidden;
}

.page {
    display: block;
    width: 42px;
    height: 84px;
    position: absolute;
    top: 122px;
}
.page-left {
    background: url(../../../wp-content/themes/ibingniao/images/page.png) no-repeat 0px 0px;
    left: -76px;
}
.page-right {
    background: url(../../../wp-content/themes/ibingniao/images/page.png) no-repeat -42px 0px;
    right: -76px;
}



.zsh {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.main-pic-list {
    width: 230px;
    height: 300px;
    float: left;
    position: relative;
    list-style: none;
}
.main-pic-list a {
    display: inline-block;
    top: 120px;
    font-size: 18px;
}
.main-pic-list img {
    width: 230px;
    height: 300px;
}
.main-pic-title {
    position: absolute;
    bottom: 3px;
    width: 200px;
    background: url(../../../wp-content/themes/ibingniao/images/main-pic-title.png) no-repeat;
    background-size: 230px 64px;
    padding: 10px 15px;
    -webkit-transition:0.5s;
    -moz-transition:0.5s;
    transition:0.5s;
}
.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;
}

.main-pic-list:hover .imgfilter{
    opacity: 1;
}

.main-pic-list:hover .main-pic-title , .imgfilter:hover .main-pic-title{
    
    bottom: -0px;
}


.imgfilter {
    background: url(../../../wp-content/themes/ibingniao/images/imgfilter.png) repeat scroll 0 0;
    height: 300px;
    left: 0;
    position: absolute;
    top: 0;
    width: 230px;
    z-index: 999;
    text-align: center;
    opacity: 0;
    -webkit-transition:0.5s;
    -moz-transition:0.5s;
    transition:0.5s;
}
.imgfilter a {
    margin-top: 120px;
    opacity: 0;
}
.imgfilter a:hover {
    
    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;
    background: url(../../../wp-content/themes/ibingniao/images/re-top.png) no-repeat;
    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;
}

