@charset 'utf-8';
body{
    margin: 0;
    position: relative;
    background: url('../imgs/bg1.jpg') no-repeat 0 0;
    background-size: 100% 975px;
    background-color: #f0f0f0;
    font-family:"Microsoft YaHei",SimSun;
    color: #444;
}
a{
    text-decoration: none;
}
h1,h2,h3{
    font-weight: normal;
}
.hid{
    display: none;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
img{
    border:none;
}
strong{
    color: #000;
}

.header{
    height: 130px;
}
.header-inner{
    width: 1170px;      
    height: 100%;
    margin: 0 auto;
}
.header .left{
    float: left;
    width: 354px;
    height: 100%;
    background: url('../imgs/logo.png') no-repeat 0 40px;
}
.header .right{
    float: right;
    font-size: 14px;
    margin-top: 40px;
}
.header .right a{
    color: #666;
}
.header .right span{
    padding: 0 10px 0 8px;
    color: #0e5497;       
}
.header .right .current{
    color: #1351ee;
    font-weight: bold;
    text-shadow:1px 1px 1px #505050;
}
.box{
    height: 100%;
    margin:0 auto;
}
.box .box-top{
    height: 845px;
}
.box .title{
    font-size: 36px;
    font-family: "Microsoft YaHei";
    margin-top: 0px;
    margin-bottom: 20px;
    color: #333333;
}
.box .tip1{
    width: 870px;
    margin: 0 auto;
}
.box .firstline{
    font-size: 18px;
}
.center{
    text-align: center;
}
.box .active-area{
    width: 100%;
    height: 692px;
    overflow:hidden;
    position:relative;
}
.active-area .btn-l{
    position:absolute;
    width:23px;
    height:41px;
    left:50px;
    top:264px;
    background:url('../imgs/arrow.png') no-repeat 0 0;
    cursor:pointer;
}
.active-area .btn-r{
    position:absolute;
    width:23px;
    height:41px;
    right:50px;
    top:264px;
    background:url('../imgs/arrow.png') no-repeat 0 -52px;
    cursor:pointer;
}
.active-area .cannotclick{
    display: none;
}
.show-wrapper{
    position: relative;
    width: 1060px;
    margin:0 auto;
    overflow: hidden;
    height:570px;
}
.show-wrapper .show-inner{
    margin-top: 42px;
    width:4240px;
    transition: 600ms ease-out;
    -webkit-transition: 600ms ease-out;
    -moz-transition: 600ms ease-out;
    -o-transition: 600ms ease-out;
    -ms-transition: 600ms ease-out;
}
.show-wrapper .show-inner .code{
    text-align: center;
    height: 500px;
}
.show-wrapper .show-inner .code .bg{
    width: 992px;
    height: 500px;
    margin: 0 auto;
    background: url(../imgs/code.png) no-repeat 18px -29px;
}
.show-inner .code p{
    font-size:18px;
    font-family: "Microsoft YaHei";
    margin-top: -175px;
}
.show-wrapper .img-small{
    cursor: pointer;
    width: 970px;
    height: 482px;
    margin: 0 auto;
    background-repeat: no-repeat;
}
.show-wrapper .tiaozheng .img-small{
    float: left;
    cursor: pointer;
    width: 505px;
    height: 302px;
    margin: 0 auto;
    background-repeat: no-repeat;
}
.tiaozheng .tz-tips p{
    margin-top: 0;
    transition: 500ms ease-out;
}
.tiaozheng .tz-tips div{
    margin: 0;
    font-size: 15px;
    line-height: 18px;
    width:306px;
    padding-left:36px;
}
.tiaozheng .tz-tips .current{
    color: #f00;
    transform:scale(1.1);
    transform-origin:0% 0%;
}
.show-wrapper .tiaozheng .old{
    margin: 0 20px 0 15px;
}
.show-wrapper .show{
    float:left;
    width:1060px;
}
.show-wrapper .show .item{
    position:absolute;
    color:#fff;
}
.show-wrapper .show .fw-tips{
    position: relative;
    z-index: 999;
    overflow: hidden;
    width: 439px;
    padding: 12px 18px 18px 14px;
    background: url(../imgs/list-bg.png) no-repeat 0 0;
    opacity: 0.95;
    -moz-opacity: 0.95;
    min-height: 200px;
    filter: alpha(opacity=0);
    transition:opacity 500ms linear;
    -webkit-transition:opacity 500ms linear; 
    -moz-transition:opacity 500ms linear; 
    -o-transition:opacity 500ms linear; 
    -ms-transition:opacity 500ms linear; 
}
:root .show-wrapper .show .fw-tips{
    filter: alpha(opacity=100);
}
.fw-tips h3{
    font-size:16px;
    font-family: "Microsoft YaHei";
    margin:0 0 10px 0;
    padding-left: 253px;
    color: #f00;
    font-weight: bold;
    text-shadow:1px 1px 1px #666,-1px 1px 1px #333;
}
.fw-tips p{
    font-size: 14px;
    line-height: 22px;
    margin:0;
    padding-left: 253px;
    text-shadow:1px 1px 1px #666,-1px 1px 1px #111;
}
.show-wrapper .show .front,.show-wrapper .show .back{
    position: relative;
    opacity: 0;
    filter:alpha(opacity=0);
    z-index: -1;
    -webkit-transition: opacity 500ms ease-out;
    -moz-transition: opacity 500ms ease-out;
    transition: opacity 500ms ease-out;
    -o-transition: opacity 500ms ease-out;
    -ms-transition: opacity 500ms ease-out;
}
.show-wrapper .show .current{
    opacity: 1;
    filter:alpha(opacity=100);
    z-index: 99;
}
.show-wrapper .show .dot{
    text-align: center;
    line-height: 26px;
    font-weight: bolder;
    color: #fff;
    font-family: Arial, '’Times New Roman’',cursive;
    float: left;
    position: relative;
    z-index: 99;
    width: 33px;
    height: 39px;
    opacity: 0.5;
    filter:alpha(opacity=50);
    background: url(../imgs/circle.png) no-repeat 1px -2px;
    transition: opacity 900ms linear,transform 500ms ease-out;
    -webkit-transition:opacity 900ms linear,transform 500ms ease-out; 
    -moz-transition:opacity 900ms linear,transform 500ms ease-out; 
    -o-transition:opacity 900ms linear,transform 500ms ease-out; 
    -ms-transition:opacity 900ms linear,transform 500ms ease-out; 
}
.tiaozheng .img-small .dot{
    position:absolute;
    opacity: 0;
    filter:alpha(opacity=0);
}
.box .img-turn{
    cursor: pointer;
    display: block;
    width: 61px;
    height: 46px;
    margin: 0 auto;
    position: relative;
    z-index: 999;
    top: -100px;
    right: -558px;   
} 
.place{
    height: 46px;
}
.btn-f{
    background: url('../imgs/turn.png') no-repeat 0 -92px;
}
.btn-f:hover{
    background: url('../imgs/turn.png') no-repeat 0 -46px;
}
.btn-b{
    background: url('../imgs/turn.png') no-repeat 0 0; 
}
.btn-b:hover{
    background: url('../imgs/turn.png') no-repeat 0 -138px; 
}
.show-wrapper .scale .img-old{
    transition: visibility 2s linear; 
    -webkit-transition:visibility 2s linear; 
    -moz-transition:visibility 2s linear; 
    -o-transition:visibility 2s linear; 
    -ms-transition:visibility 2s linear; 
}
.fangwei .gif-wrapper{
    opacity:0;
    filter:alpha(opacity=0);
    positon:relative;
    transition:opacity 500ms linear;
    -webkit-transition:opacity 500ms linear; 
    -moz-transition:opacity 500ms linear; 
    -o-transition:opacity 500ms linear; 
    -ms-transition:opacity 500ms linear; 
}
.fangwei .gif-wrapper .gif{
    border-radius: 10px;
    -webkit-border-radius:10px; 
    -moz-border-radius:10px; 
    -o-border-radius:10px; 
    -ms-border-radius:10px; 
    position:absolute;
    z-index:1000;
    width:240px;
    height:200px;
    top: 12px;
    display: none;
    transition:display 500ms linear;
    -webkit-transition:display 500ms linear; 
    -moz-transition:display 500ms linear; 
    -o-transition:display 500ms linear; 
    -ms-transition:display 500ms linear; 
}
.fangwei .item-wrapper{
    position: relative;
}
.show-wrapper .fangwei .front{
    background: url('../imgs/fangwei_f.jpg') no-repeat 0 0;
}
.show-wrapper .fangwei .back{
    background: url('../imgs/fangwei_b.jpg') no-repeat 0 0;
}
.show-wrapper .tiaozheng .front .old{
    background: url('../imgs/tiaozheng_f_o.jpg') no-repeat 0 0;
}
.show-wrapper .tiaozheng .front .new{
    background: url('../imgs/tiaozheng_f_n.jpg') no-repeat 0 0;
}
.show-wrapper .tiaozheng .back .old{
    background: url('../imgs/tiaozheng_b_o.jpg') no-repeat 0 0;
}
.show-wrapper .tiaozheng .back .new{
    background: url('../imgs/tiaozheng_b_n.jpg') no-repeat 0 0;
}
.action-nav{
    width: 390px;
    height: 32px;
    margin: -30px auto 0 auto;
}
.action-nav div{
    cursor: pointer;
    float: left;
    width: 130px;
    height: 32px;
}
.action-nav .circle{
    float: left;
    width: 20px;
    height: 20px;
    background: url(../imgs/circle-nav.png) no-repeat 0 -20px;
    margin-right: 15px;
}
.action-nav .current .circle{
    background-position: 0 0;
}
.warning{
    position: absolute;
    left: 0;
    width: 100%;
    height: 200px;
    color: #fff;
    background: url('../imgs/bg3.jpg') no-repeat 0 0;
}
.warning h1{
    font-size: 24px;
    line-height: 200px;
    margin: 0;
    font-family: "Microsoft YaHei";
}
.warning h2{
    font-size: 18px;
    font-family: "Microsoft YaHei";
    margin: 70px 0 16px 0;
}
.footer{
    height:115px;
    padding-top:300px;
    font-size:12px;
    color:#666666;
}
.footer p{
    margin: 9px auto;
}
.footer a{
    color: #666;
}
.zoomybox{ 
    margin-left:42px;
    width:970px; 
    height:482px;
    box-shadow:5px 5px 20px rgba(0,0,0,0.1),-5px 5px 20px rgba(0,0,0,0.1);
}
.zoomy{ 
    position:absolute; 
    display:none; 
    background-repeat:no-repeat; 
    box-shadow:3px 3px 10px #000; 
    -webkit-box-shadow:3px 3px 10px #000; 
    -moz-box-shadow:3px 3px 10px #000; 
    -o-box-shadow:3px 3px 10px #000; 
    -ms-box-shadow:3px 3px 10px #000; 
    *border:2px solid #ccc;
    border:2px solid #ccc\0; 
    line-height:100px; 
    text-align:center; 
    background-position:center; 
    background-color:#fff;
    z-index:1000;
}
:root .zoomy{
    border:0;
};
.zoomy span{ 
    display:block; 
    margin:10px auto; 
    background:-webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0.50, rgba(255, 255, 255, 0)), to( rgba(255, 255, 255, .5))); 
    background:-moz-linear-gradient(bottom center, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .5) 100%);
    background:-o-gradient(linear, 0% 100%, 0% 0%, color-stop(0.50, rgba(255, 255, 255, 0)), to( rgba(255, 255, 255, .5))); 
    background:-ms-linear-gradient(bottom center, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .5) 100%);
}
.zoomy img{ 
    opacity:0; 
    filter:alpha(opacity=0);
}
.zoomy a{ 
    color:#333; 
    text-decoration:none;
}
.broke a{ 
    display:block; 
    height:100%; 
    width:100%;
}
#brokeZoomy{ 
    display:block; 
    position:absolute; 
    width:30px; 
    height:30px; 
    top:0px; 
    left:0px; 
    border-radius:0px; 
    -webkit-border-radius:0px; 
    -moz-border-radius:0px; 
    -o-border-radius:0px; 
    -ms-border-radius:0px; 
    background:#fff url(broke.gif) center no-repeat;
}

