@charset "utf-8";

/* CSS Document */



* {

    margin: 0px;

    padding: 0px;

}



ul {

    list-style-type: none;

}



li {

    list-style: none;

}



img {

    border: 0px;

}



input {

    outline: none;

}



:hover {

    transition: 0.5s all
}



a {

    text-decoration: none;

    color: #000000;

    transition: 0.5s all
}



a:hover {

    color: #f92b29;

}



.cmain {

    color: #f92b29;

}



.bmain {

    background: #f92b29;

}



.left {

    float: left;

}



.right {

    float: right;

}



.truncate {

    display: block;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;

}



.mid {

    width: 1400px;

    margin: 0 auto;

    position: relative;

}



body {

    font-family: "微软雅黑";

    font-size: 15px;

    color: #000000;

    line-height: 34px;

    background: #fae5c8;

    margin: 0
}


/* CSS Header */

.header {

    width: 100%;

    height: auto;

    margin: 0 auto;

    background: #fae5c8;

    position: relative;

    overflow: hidden;

}

.header .topbar {
    width: 100%;
    height: 33px;
    line-height: 33px;
    color: #a6a29d;
    font-size: 14px;
    background: #000000;
}

.header .topbar a {
    color: #a6a29d;
    padding-right: 20px;
    margin-right: 20px;
}

.header .topbar .topline {
    background: url(../images/topline.jpg) right center no-repeat;
}

.header .topbox {
    width: 100%;
    height: 142px;
}

.header .topbox .toplogo {
    padding-top: 25px
}

.toptype {
    left: 410px;
    top: 65px;
    position: absolute;
}

.toptype a {
    font-size: 14px;
    color: #86796d;
    padding-right: 12px
}

.toptype a:hover {
    color: #ff2d2e
}

#menu {
    width: 600px;
    height: 111px;
    padding-top: 20px;
    float: right;
}

#menu li {
    width: 43px;
    height: 100px;
    writing-mode: tb-rl;
    line-height: 40px;
    margin: 0 16px;
    float: left;
}

#menu li a {
    width: 40px;
    height: 100px;
    color: #181714;
    padding-top: 10px;
    font-size: 18px;
    font-family: SimSun;
    background: url(../images/tri.png) bottom center no-repeat;
    display: block;
}

#menu li a:hover {
    color: #fff;
    background: url(../images/trih.png) bottom center no-repeat #f92b29;
}

#menu li.selected a {
    color: #fff;
    background: url(../images/trih.png) bottom center no-repeat #f92b29;
}

.banner {
    width: 1920px;
    height: 366px;
    background: url(../images/banner.jpg) no-repeat #fe2d2e;
    left: 50%;
    margin-left: -960px;
    position: relative;
    overflow: hidden;
}

.banner .bn01 {
    left: 460px;
    top: 10px;
    position: absolute;
}

.banner .bn02 {
    left: 40px;
    top: -120px;
    position: absolute;
}

.banner .bn03 {
    right: 165px;
    top: 65px;
    position: absolute;
}

.search {

    width: 385px;

    height: 36px;

    left: 404px;

    top: 30px;

    border-top: 1px #d2c0a8 solid;

    border-bottom: 1px #d2c0a8 solid;

    position: absolute;

}



.search-btn {

    width: 50px;

    height: 36px;

    background: url(../images/search.png) center no-repeat;

    border: none;

    position: absolute;

    right: 0px;

    top: 0
}



.search-text {

    line-height: 36px;

    height: 36px;

    font-family: "微软雅黑";

    color: #000;

    padding-left: 8px;

    background: none;

    border: none;

    font-size: 14px;

}



/* CSS Footer */

.footer {

    width: 100%;

    height: 155px;

    background: #262626;

    line-height: 30px;

    font-size: 15px;

    font-family: SimSun;

    color: #908f8f;

    position: relative;

}

.footer a {
    color: #908f8f;
}

.footer a:hover {
    color: #ff2d2e;
}

.footer .p01 {
    padding-top: 30px;
    float: left;
}

.footer .p02 {
    width: 520px;
    padding-left: 10px;
    padding-top: 28px;
    float: left;
}

.footer .p02 li {
    width: 63px;
    writing-mode: tb-rl;
    text-align: center;
    float: left;
}

.footer .p03 {
    width: 480px;
    padding-left: 50px;
    padding-top: 25px;
    line-height: 25px;
    float: left;
}

.footer .p04 {
    width: 240px;
    padding-top: 20px;
    float: right;
}

.footer .p04 li {
    width: 91px;
    height: 91px;
    text-align: center;
    margin-left: 25px;
    float: left;
}

.footer .p04 li img {
    width: 91px;
    height: 91px;
    display: block;
}



/* CSS Main */

#wrap {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    z-index: 99
}

#main {
    width: 1400px;
    height: auto;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.index01 {
    width: 1400px;
    height: 121px;
    border-bottom: 1px #d8c4ab solid;
    margin: 0 auto;
    position: relative;
}

.index01 .p01 {
    left: 20px;
    top: 29px;
    position: absolute;
}

.index01 .p02 {
    left: 862px;
    top: 44px;
    position: absolute;
}

.index01 .p03 {
    right: 2px;
    top: 26px;
    position: absolute;
}

.index02 {
    width: 100%;
    height: 688px;
    font-family: SimSun;
    background: #ff2d2e;
    position: relative;
}

.index02 .p01 {
    left: 220px;
    top: 75px;
    position: absolute;
}

.index02 .p01 a {
    font-size: 20px;
    color: #fdfdf4;
    text-align: center;
    font-weight: 500;
    margin: 0 34px;
    display: inline-block;
    position: relative;
}

.index02 .p01 a:after {
    content: "";

    display: inline-block;

    left: 0;

    top: 38px;

    width: 138px;

    position: absolute;

    z-index: 1;

    height: 1px;

    background: url(../images/index02-5.png) no-repeat;
    transform: scale(0);
}

.index02 .p01 a:hover:after {
    transform: scale(1);
}

.index02 .p02 {
    left: 0px;
    top: 167px;
    position: absolute;
}

.index02 .p03 {
    width: 133px;
    height: 68px;
    line-height: 68px;
    color: #fff;
    background: url(../images/ar.png) right center no-repeat #bf9f62;
    padding-left: 22px;
    font-size: 24px;
    left: 231px;
    top: 519px;
    position: absolute;
}

.index02 .p04 {
    left: 836px;
    top: 170px;
    position: absolute;
}

.index02 .p05 {
    right: 6px;
    top: 85px;
    position: absolute;
    z-index: 2
}

.index02 .p06 {
    width: 345px;
    left: 408px;
    top: 167px;
    text-align: center;
    position: absolute;
}

.index02 .p06 img {
    display: block;
}

.index02 .p06 span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    line-height: 17px;
    color: #fae5c8;
    display: block;
}

.index02 .p07 {
    right: -380px;
    top: 58px;
    position: absolute;
    z-index: 1
}

.index02 .p08 {
    right: -90px;
    top: 535px;
    position: absolute;
    z-index: 2
}

.index03 {
    width: 100%;
    height: 351px;
    background: #ff2d2e;
    position: relative;
}

.index03 .mid {
    width: 1400px;
    height: 351px;
    margin: 0 auto;
    background: url(../images/index03.png) center no-repeat;
    position: relative;
}

.index03 .p01 {
    left: 20px;
    top: 30px;
    position: absolute;
}

.index03 .p02 {
    width: 1190px;
    left: 188px;
    top: 47px;
    position: absolute;
}

.index03 .p02 li {
    width: 181px;
    height: 256px;
    border: 4px #bf9f62 solid;
    color: #fff;
    font-weight: 500;
    background: #bf9f62;

    font-family: SimSun;
    text-align: center;
    font-size: 22px;
    border-radius: 10px;
    margin-right: 9px;
    float: left;
}

.index03 .p02 li img {
    width: 100%;
    /*height: 219px;*/
    display: block;
}
.index03 .p02 li p {
    line-height: 40px;
    margin-top: 16px;
}

.index04 {
    width: 100%;
    height: 626px;
    font-family: SimSun;
    background: #ff2d2e;
    position: relative;
}

.index04 .p01 {
    left: -380px;
    top: 10px;
    position: absolute;
}

.index04 .p02 {
    left: -150px;
    top: 470px;
    position: absolute;
}

.index04 .p03 {
    left: 195px;
    top: 95px;
    position: absolute;
}

.index04 .p04 {
    left: 12px;
    top: 77px;
    position: absolute;
}

.index04 .p05 {
    width: 988px;
    left: 416px;
    top: 87px;
    position: absolute;
}

.index04 .p05 li {
    width: 239px;
    height: 392px;
    margin-left: 7px;
    float: left;
    overflow: hidden;
    background: #000;
    position: relative;
}

.index04 .p05 li img {
    width: 239px;
    height: 392px;
    transition: 0.4s all;
    position: relative;
    z-index: 1
}

.index04 .p05 li:hover .pimg {
    transform: scale(1.04);
    opacity: 0.5
}

.index04 .p05 li .line {
    left: 0;
    top: 0;
    position: absolute;
    z-index: 2
}

.index04 .p05 li span {
    width: 100%;
    height: 75px;
    font-size: 12px;
    color: #fdfdf4;
    line-height: 20px;
    font-family: SimSun;
    text-align: center;
    background: rgba(0, 0, 0, 0.48);
    left: 0;
    top: 165px;
    position: absolute;
    z-index: 3
}

.index04 .p05 li span big {
    font-size: 20px;
    font-weight: 600;
    display: block;
    padding-top: 22px;
}

.index04 .p08 {
    left: 435px;
    top: 551px;
    font-size: 30px;
    font-weight: 600;
    font-family: SimSun;
    color: #fff;
    position: absolute;
}

.index05 {
    width: 100%;
    height: 500px;
    background: #f5f3f0;
    position: relative;
}

.index05 .joinbox {
    width: 274px;
    height: 133px;
    background: url(../images/join.png) top center no-repeat #ff2d2e;
    position: absolute;
    left: 50%;
    margin-left: 418px;
    margin-top: 15px;
    z-index: 999
}

.index05 .joinbox .b01 {
    width: 96px;
    height: 30px;
    font-size: 18px;
    font-family: SimSun;
    line-height: 30px;
    text-align: center;
    position: absolute;
    left: 40px;
    top: 82px;
    background: #fff;
}

.index05 .joinbox .b02 {
    width: 96px;
    height: 30px;
    font-size: 18px;
    font-family: SimSun;
    line-height: 30px;
    text-align: center;
    position: absolute;
    left: 142px;
    top: 82px;
    background: #fff;
}

/*info page*/

.cur_position {
    width: 1400px;
    height: 80px;
    text-align: center;
    padding-top:52px;
    background: url(../images/cur.png) bottom center no-repeat;
    overflow: hidden;
    margin: 0 auto 30px
}

.cur_position img {
    display: block;
    margin: 0 auto;
}

.submenu {
    padding-top:10px;
    text-align: center;
}

.submenu a {
    font-size: 22px;
    color: #000;
    font-family: SimSun;
    margin: 0 29px;
}

.submenu a:before {
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-right: 15px;
    border: 1px #444443 solid;
    display: inline-block;
    transition: 0.5s all
}

.submenu a:hover:before {
    width: 6px;
    height: 6px;
    border: 5px #ec2a2b solid
}

.com01 {
    font-size: 15px;
    line-height: 25px;
    padding-top: 41px;
}

.com02 {
    padding-top: 43px;
    padding-bottom: 15px;
    height: auto;
    overflow: hidden;
}

.comtitle {
    width: 1160px;
    height: 60px;
    margin: 0 auto;
    background: url(../images/line.jpg) center repeat-x;
}

.comtitle img {
    display: block;
    margin: 0 auto;
    background: #fae5c8;
    padding: 0 50px;
}

.com03 {
    width: 940px;
    padding-top: 43px;
    padding-bottom: 20px;
    height: auto;
    overflow: hidden;
    margin: 0 auto
}

.trace01 {
    width: 1291px;
    height: 780px;
    background: url(../images/trace02.png) top center no-repeat;
    margin: 0 auto;
    position: relative;
}

.trace01 img {
    display: block;
    position: absolute;
}

.trace01 .t01 {
    left: 0;
    top: 102px;
    z-index: 1
}

.trace01 .t02 {
    left: 0;
    top: 226px;
    z-index: 2
}

.trace01 .t03 {
    left: 0;
    top: 355px;
    z-index: 3
}

.trace01 .t04 {
    left: 0;
    top: 482px;
    z-index: 4
}

.trace01 .t05 {
    right: 0;
    top: 102px;
    z-index: 1
}

.trace01 .t06 {
    right: 0;
    top: 226px;
    z-index: 2
}

.trace01 .t07 {
    right: 0;
    top: 355px;
    z-index: 3
}

.trace01 .t08 {
    right: 0;
    top: 482px;
    z-index: 4
}

.trace01 .t09 {
    left: 460px;
    top: 745px;
}

.inpiclist {
    width: 1400px;
    height: auto;
    overflow: hidden;
    padding-top:12px;
    margin: 0 auto
}

.inpiclist li {
    width: 310px;
    height: 300px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 25px;
    text-align: center;
    background: rgba(255, 255, 255, 0.4);
    font-size: 15px;
    padding: 10px;
    float: left;
    margin: 10px;
}

.inpiclist li img {
    width: 310px;
    height: 233px;
}

.inpiclist li span {
    color: #000;
    padding-top: 5px;
    display: block;
}

.hotpro {
    width: 1382px;
    margin: 0 auto;
    padding-top: 20
}

.hotpro li {
    width: 660px;
    height: 240px;
    padding: 12px;
    border: 1px #d8c4ab solid;
    float: left;
    overflow: hidden;
    position: relative;
}

.hotpro li:last-child {
    float: right;
}

.hotpro li .pimg {
    width: 320px;
    height: 240px;
    overflow: hidden;
    float: left;
}

.hotpro li .pimg img {
    width: 320px;
    height: 240px;
    float: left;
}

.hotpro li .ptxt {
    width: 300px;
    padding-left: 25px;
    color: #333;
    line-height: 28px;
    float: left;
    position: relative;
}

.hotpro li .ptxt span {
    line-height: 40px;
    font-weight: bold;
    font-size: 18px;
    display: block;
    padding-top: 15px;
}

.hotpro li .ptxt .more {
    width: 120px;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    background: #ff2d2e;
    left: 25px;
    top: 205px;
    position: absolute;
    color: #fff;
    display: inline-block;
    text-align: center;
}

.hotpro li .ptxt .more:hover {
    background: #ba0e05;
    color: #ff0
}

#newsContent {
    padding-top:10px;padding-bottom: 40px
}
#newsContent img{display: block;margin: 10px auto}
#newTitle {
    text-align: center;
    line-height: 50px
}

#newsInfo {
    font-size: 14px;
    text-align: center;
    opacity: 0.7;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    padding-bottom: 30px
}

#infoImage img {
    max-width: 800px;
    display: block;
    margin: 0 auto
}

/*分页css代码*/
#page {
    padding: 40px 0;
    text-align: center;
}

#page a {
    border: #e5e5e5 1px solid;
    padding: 5px 7px;
    color: #333;
    text-decoration: none;
    background: #fff;
}

#page a:hover {
    border: #ff2d2e 1px solid;
    color: #fff;
    background: #ff2d2e;
}

#page .current {
    border: #ff2d2e 1px solid;
    padding: 5px 7px;
    color: #fff;
    background-color: #ff2d2e;
}

#page select {
    padding: 3px 4px;
    color: #666;
}
.intype{text-align: center;height: auto;overflow: hidden;padding-bottom:30px;padding-top: 5px;}
.intype a {
    font-size: 20px;
    color: #d11910;
    text-align: center;
    font-family: Simsun;
    font-weight:600;
    margin: 0 10px;
    border: 1px #d11910 solid;
    padding:  10px 20px;
    position: relative;
}
.intype a:hover{background: #d11910;color: #fff}

.formys{ width:860px; height:auto;color: #555555;margin: 0 auto}
.formmcys{width:90px; float: left; }
.cpmcys{ width:400px; height:34px;border:1px solid #d2d4d6; font-family: "微软雅黑"; color: #555555; background: #f9f9f9; font-size: 14px;}
.formbz{ float:left;}
.G_InputText{width:400px;height:30px;border:1px solid #d2d4d6; background: rgba(255,255,255,0.5);}
.G_textarea{width:400px;height:100px;border:1px solid #dedede;background:rgba(255,255,255,0.5);}
.G_ul{width:100%;padding: 40px 0}
.borderLi{ width:100%; height:auto; padding-top:10px;}
.sub{background:#f92b29; width:105px; height:32px;line-height: 32px; font-size: 16px; border: none;color: #fff;font-family:"微软雅黑";transition: 0.4s all; display: block;}
.sub:hover{background:#bd1715;}
