/* reset */
html,body,div,span,applet,object,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    font:inherit;
    font-weight:normal;
    vertical-align:baseline;
    letter-spacing: 1px;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display:block;
}
ol,ul,li {
    list-style:none;
}
blockquote,q {
    quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after {
    content:'';
    content:none;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
th,td {
    vertical-align:middle;
}

a {
    outline:none;
    text-decoration:none;
}
a:focus {
    outline:none;
}
input:focus,select:focus,textarea:focus {
    outline:-webkit-focus-ring-color auto 0;
}
*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

img {
    border-style: none; /*  Remove the border on images inside links in IE 1. */
    border:0;
}
ul li{
    cursor: pointer;
}
body{
    min-width: 1200px;
    width: 100%;
}
.header{
    width: 100%;
    max-width: 1920px;
    margin: auto;
    text-align: center;
}
.header img{
    display: block;
    width: 100%;
}
.main{
    width: 1200px;
    margin: auto;
}
.Content1{
    margin-top: 69px;
    overflow: hidden;
}
.Content1 .tit,.Content2 .tit,.Content3 .tit,.Content4 .tit,.Content5 .tit{
    width: 275px;
    height: 65px;
    margin: auto;
}
.Content1 .tit img{
    display: block;
    width: 100%;
}
.Content1 .con{
    margin-top: 40px;
}
.Content1 .focusBox {
    float: left;
    position: relative;
    width: 710px;
    height: 388px;
    overflow: hidden;
}
.Content1 .focusBox .pic li{
    width: 100%;
    height: 388px;
    overflow: hidden;
}
.Content1 .focusBox .pic img {
    width: 100%;
    display: block;
}

.Content1 .focusBox .hd {
    width: 100px;
    position: absolute;
    right: 30px;
    bottom:20px;
    z-index: 1;
    text-align: right;
}

.Content1 .focusBox .hd li {
    height: 4px;
    width:14px;
    background: url(../img/yuandian1.png);
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    margin-left: 4px;
    *display: inline;
    *margin-left: 10px;
    zoom: 1;
}

.Content1 .focusBox .hd .on {
    width: 26px;
    height: 4px;
    background-image: url(../img/yjjx.png);
}

.Content1 .focusBox .prev,
.Content1 .focusBox .next {
    display: none;
    width: 30px;
    height: 45px;
    top: 50%;
    margin: -22.5px 0 0;
    background: url(../img/left01.png);
    background-position: 0 8px;
    background-repeat: no-repeat;
    position: absolute;
    background-color: #666;
    z-index: 10;
    cursor: pointer;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.Content1 .focusBox .prev {
    left: 0;
}
.Content1 .focusBox .next{
    right: 0;
    background: url(../img/right01.png);
    background-position: 0 8px;
    background-repeat: no-repeat;
    background-color: #666;
}
.focusBox:hover .prev,.focusBox:hover .next{
    display: block;
}
.Content1 .focusBox .prev:hover,
.Content1 .focusBox .next:hover {
    filter: alpha(opacity=80) !important;
    opacity: 0.8 !important;
}

.Content1 .focusBox .msg {
    position: absolute;
    width: 100%;
    height: 130px;
    bottom: 0;
    background-color: #000000;
    filter: alpha(opacity=80) !important;
    opacity: 0.8 !important;
    
}
.Content1 .focusBox .msg .title{
    margin-top: 14.5px;
    margin-left: 21px;
    color: #ffffff;
    font-size: 20px;
    line-height: 31px;
    overflow: hidden;
}
.Content1 .focusBox .msg .summary{
    width: 664px;
    margin-top: 5.5px;
    margin-left: 21px;
    color: #BEBEBE;
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
}
.Content1 .list{
    float: right;
    width: 461px;
    height: 388px;
    background-color: #FFFBF8;
}
.Content1 .hot .t1{
    margin-top: 29px;
    font-size: 16px;
    line-height: 26px;
    color: #C89872;
    text-align: center;
    font-weight: bold;
}
.Content1 .hot:hover .t1{
    color: #ca7e42;
}
.Content1 .hot .summary{
    width: 407px;
    margin-top: 8px;
    margin-left: 21px;
    font-size: 14px;
    font-weight: 400;
    color: #9497A9;
    line-height: 23px;
}
.Content1 .hot:hover .summary{
    color: #C89872;
}
.Content1 .col{
    margin-top: 15px;
    margin-left: 23px;
}
.Content1 .col ul{
    margin: 0;
}
.Content1 .col li{
    height: 26px;
    *display: inline;
    margin-bottom: 24px;
}
.Content1 .col li a{
    font-size: 14px;
    color: #31313B;
    line-height: 22px;
}
.Content1 .col li:hover a{
    color: #C89872;
}
.Content1 .col .icon{
    display: inline-block;
    width: 5px;
    height: 8px;
    background: url(../img/c1icon.png);
    margin-right: 21px;
    *margin-bottom: 4px;
}
.Content1 .col .line{
    width: 422px;
    height: 3px;
    background: url(../img/xuxian.png);
    margin-bottom: 30px;
    *margin-top: 24px;
}
.Content2{
    width: 100%;
    margin-top: 68px;
    overflow: hidden;
}
.Content2 .con{
  	width:100%;
    margin-top: 40px;
}
.Content2 .con .left{
    float: left;
    width: 634px;
    height: 358px;
}
.Content2 .con .left img{
    width: 100%;
}
.Content2 .con .right{
    float: right;
    margin-top: 40px;
    width: 566px;
    height: 318px;
    background-color: #fffbf8;
}
.Content2 .con .right .title{
    margin-top: 65px;
    margin-left: 40px;
    font-size: 16px;
    color: #c89872;
    font-weight: bold;
    line-height: 24px;
}
.Content2 .con .right:hover .title{
    color: #ca7e42;
}
.Content2 .con .right .nr{
    margin-top: 23px;
    margin-left: 40px;
  margin-right: 20px;
    font-size: 14px;
    color: #bea896;
    line-height: 32px;
    height: 128px;
    overflow: hidden;
}
.Content2 .con .right:hover .nr{
    color: #c89872;
}
.Content2 .con .right .fot{
    margin-top: 38px;
    width: 517px;
    height: 41px;
    background: url(../img/c2bottom.png);
}
.Content2 .con .bot{
    float: right;
    width: 634px;
    height: 40px;
    background-color: #fffbf8;
}
.Content3{
    margin-top: 65px;
    height: 311px;
}
.Content3 .con{
    margin-top: 40px;
}
.Content3 .con .box{
    float: left;
    position: relative;
    width: 366px;
    height: 206px;
    background: url(../img/con3bg.png);
    /* overflow: hidden; */
}
.Content3 .con .box .bg{
    position: absolute;
    top: 0;
    z-index: 1;
}
.Content3 .con .box:first-child+.box{
    margin: 0 51px;
}
.Content3 .con .box .xk{
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.Content3 .con .box .bline{
    width: 345px;
    height: 185px;
    border: 1px solid #ffffff;
    margin: 10px;
    cursor: default;
}
.Content3 .con .box .btn{
    display: none;
    position: absolute;
    top: 107px;
    left: -10px;
    width: 183px;
    height: 69px;
    background-color: #C89872;
    line-height: 69px;
    font-size: 18px;
    color: #FFFFFF;
    padding: 0 20px;
    z-index: 20;
}

.Content3 .con .box .icon{
    /* display: inline-block; */
    float: right;
    width: 10px;
    height: 19px;
    background: url(../img/c3icon.png);
    margin-top: 25px;
    *margin-top: -44px;
}
.Content3 .con .box:hover .btn{
    display: block;
}
.Content4{
    margin-top: 69px;
    overflow: hidden;
}
.Content4 .con{
    margin-top: 37px;
}
.Content4 .con .box{
    float: left;
    position: relative;
    overflow: hidden;
    width: 260px;
    height: 412px;
}
.Content4 .con .box:first-child+.box{
    margin: 0 53.3px;
}
.Content4 .con .box:first-child+.box+.box{
    margin-right: 53.3px;
}
.Content4 .con .box .img{
    position: absolute;
    top: 39.4px;
    left: 45px;
    width: 170px;
    height: 170px;
    overflow: hidden;
}
.Content4 .con .box .img img{
    height: 100%;
}
.Content4 .con .box .bot_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: url(../img/c4bg.png);
}
.Content4 .con .box:hover .bot_bg{
    background: url(../img/c4bg_on.png);
}
.Content4 .con .box .msg{
    width: 100%;
    position: absolute;
    z-index: 100;
    top: 235px;
    color: #c89872;
}
.Content4 .con .box .msg .title{
    width: 100%;
    font-size: 20px;
    text-align: center;
}
.Content4 .con .box .msg .icon{
    margin: auto;
    width: 20px;
    height: 2px;
    background-color: #c89872;
    margin-top: 18px;
}
.Content4 .con .box .msg .nr{
    width: 210px;
    height: 88px;
    margin: 19px auto;
    overflow: hidden;
    font-size: 14px;
    line-height: 22px;
}
.Content4 .con .box:hover .msg{
    color: #ffffff;
}
.Content4 .con .box:hover .msg .icon{
    background-color: #ffffff;
}
.Content5{
    margin-top: 69px;
    overflow: hidden;
}
.Content5 .con{
    /* margin-top: 29px; */
}
.Content5 .con .box{
    margin-top: 40px;
    float: left;
    overflow: hidden;
    width: 573px;
    height: 141px;
    background: url(../img/c5bg.png);
}
.Content5 .con .box:first-child{
    margin-right: 52px;
}
.Content5 .con .box:first-child+.box+.box{
    margin-right: 52px;
}
.Content5 .con .box .title{
    margin-top: 29px;
    margin-left: 25px;
    font-size: 20px;
    color: #C89872;
    line-height: 22px;
}
.Content5 .con .box .nr{
    margin-top: 18px;
    font-size: 14px;
    color: #BEA896;
    line-height: 24px;
    margin-left: 25px;
    margin-right: 31px;
    max-height: 484px;
    overflow: hidden;
}
.Content5 .con .box:hover{
    background: url(../img/c5bg_on.png);
}
.Content5 .con .box:hover .title,
.Content5 .con .box:hover .nr{
    color: #ffffff;
}
.footer{
    max-width: 1920px;
    margin:0 auto;
    margin-top: 105px;
    width: 100%;
    height: 138px;
}
.footer img{
    width: 100%;
}
.tt{ display: block; background:#fff;}
@media only screen and (max-width: 520px){.tt{ display: none; }}