html{
    height: 100%;
}
body{
    font-size: 14px;
    font-family: 微软雅黑, 'Microsoft YaHei';
    min-width: 1320px;
    min-height: 100%;
    position: relative;
}
a{
    text-decoration: none;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
h1,h2,h3,h4,h5{
    margin: 0;
    padding: 0;
}
p{
    margin: 0;
    padding: 0;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
img{
    vertical-align: middle;
    border: none;
}
input{
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.clear{
    clear: both;
}

/*header*/
header{
    width: 100%;
    height: 117px;
    background: #1a1301;
    overflow: hidden;
}
.headContent{
    width: 1200px;
    height: inherit;
    margin: 0 auto;
    overflow: hidden;
}
.logo{
    height: 100%;
    display: block;
    float: left;
    position: relative;
}
.logo img{
    position: absolute;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.headMenu{
    height: 100%;
    float: right;
    overflow: hidden;
}
.headMenu ul{
    height: 100%;
    margin-bottom: 0;
}
.headMenu ul li{
    font-size: 16px;
    float: left;
    line-height: 136px;
    margin-right: 66px;
}
.headMenu ul li:last-child{
    margin-right: 0;
}
.headMenu ul li a{
	width: 100%;
	height: auto;
    color: #e6b767;
	display: block;
	position: relative;
    -webkit-transition: .4s;
       -moz-transition: .4s;
        -ms-transition: .4s;
         -o-transition: .4s;
            transition: .4s;
}
.headMenu ul li span{
	display: block;
}
.headMenu ul li a:hover{
    color: #e6cda3;
}
.headMenu ul li img{
	position: absolute;
	top: 38px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

/*header*/

/*banner*/
.banner{
    width: 100%;
    height: auto;
    box-sizing: border-box!important;
    position: relative;
    overflow: hidden;
}
.banner .bd,
.banner .bd ul,
.banner .bd ul li{
    width: 100%;
    height: 100%;
}
.banner .bd ul li a{
    height: 100%;
    display: block;
}
.banner .bd ul li a img{
    width: 100%;
    height: 100%;
}
.banner > a{
    background-color: rgba(0,0,0,.5);
    color: #fff;
    display: block;
    font-size: 50px;
    font-family: "宋体";
    padding: 0 15px;
    position: absolute;
    top: 50%;
    opacity: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999999;
}
.banner > a.prev{
    left: 4%;
}
.banner > a.next{
    right: 4%;
}
.banner > a:hover{
    background-color: rgba(0,0,0,.8);
}
.banner:hover > a.prev{
    left: 2%;
    opacity: 1;
}
.banner:hover > a.next{
    right: 2%;
    opacity: 1;
}
.banner .hd{
    width: 100%;
    height: 12px;
    position: absolute;
    bottom: 35px;
    z-index: 99;
}
.banner .hd ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    text-align: center;
}
.banner .hd ul li{
    width: 12px;
    height: 12px;
    background-color: #fff;
    box-sizing: content-box!important;
    -webkit-border-radius: 90%;
    -moz-border-radius: 90%;
    border-radius: 90%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 12px;
    position: relative;

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.banner .hd ul li.on{
    background-color: #7a1003;
}

/*banner*/

/* about */
.about{
    width: 100%;
    height: 780px;
    background-image: url('../images/aboutBg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.rotate{
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.rotate1{
    width: 348px;
    height: 345px;
    background-image: url('../images/y1.png');
}
.rotate2{
    width: 415px;
    height: 411px;
    background-image: url('../images/y2.png');
}
.rotate3{
    width: 499px;
    height: 494px;
    background-image: url('../images/y3.png');
}
.rotate4{
    width: 589px;
    height: 587px;
    background-image: url('../images/y4.png');
}
.rotate5{
    width: 690px;
    height: 685px;
    background-image: url('../images/y5.png');
}
.rotate6{
    width: 807px;
    height: 799px;
    background-image: url('../images/y6.png');
}
.rotate7{
    width: 944px;
    height: 933px;
    background-image: url('../images/y7.png');
}
.rotate8{
    width: 1091px;
    height: 1082px;
    background-image: url('../images/y8.png');
}

.about > i:nth-child(odd){
    animation: rotateN 180s infinite linear;
    -o-animation: rotateN 180s infinite linear;
    -moz-animation: rotateN 180s infinite linear;
    -webkit-animation: rotateN 180s infinite linear;
}
.about > i:nth-child(even){
    animation: rotateS 180s infinite linear;
    -o-animation: rotateS 180s infinite linear;
    -moz-animation: rotateS 180s infinite linear;
    -webkit-animation: rotateS 180s infinite linear;
}
.aboutContent{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 999;
}
.aboutContent > h3{
    width: 100%;
    height: 61px;
    background-image: url('../images/aboutTit.png');
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    margin-top: 44px;
    margin-bottom: 50px;
}
.aboutContent > p{
    width: 578px;
    height: 72px;
    color: #fff;
    font-size: 14px;
    margin: 0 auto;
    line-height: 24px;
    text-align: center;
    margin-bottom: 46px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.aboMore{
    width: 285px;
    height: 56px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 30px;
    color: #c6171c!important;
    display: block;
    line-height: 56px;
    font-size: 18px;
    text-align: center;
    margin: 0 auto 45px;
}
.aIcoBox{
    width: 100%;
    height: 300px;
    background-image: url('../images/aboIcoBg.png');
    background-position: center 150px;
    background-repeat: no-repeat;
    position: relative;
}
.aIcoBox > b{
    width: 143px;
    height: 300px;
    background-image: url('../images/aIco.png');
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/* about */

/* product */
.product{
    width: 100%;
    height: 660px;
    background-image: url('../images/productBg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.productCon{
    width: 1201px;
    height: 627px;
    margin: 33px auto 0;
    overflow: hidden;
}
.prodLef{
    width: 235px;
    height: 627px;
    background-image: url('../images/proLef.png');
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    text-align: center;
    overflow: hidden;
}
.proBtn{
    width: 81px;
    height: 40px;
    margin: 376px auto 48px;
    overflow: hidden;
}
.proBtn > a{
    width: 40px;
    height: 40px;
    background: #090b0a;
    color: #fff!important;
    display: block;
    font-size: 23px;
    font-family: "宋体";
    float: left;
    margin-right: 1px;
    line-height: 40px;
    text-align: center;
    -webkit-transition: .4s;
       -moz-transition: .4s;
        -ms-transition: .4s;
         -o-transition: .4s;
            transition: .4s;
}
.proBtn > a.next{
    margin-right: 0;
}
.proBtn > a:hover{
    background: #7a1003;
}
.prodsMore{
    color: #272727!important;
    font-size: 18px;
    -webkit-transition: .3s;
       -moz-transition: .3s;
        -ms-transition: .3s;
         -o-transition: .3s;
            transition: .3s;
}
.prodsMore:hover{
    color: #7a1003!important;
    letter-spacing: 2px;
}

.prodRig{
    width: 966px;
    height: 100%;
    float: left;
    overflow: hidden;
}
.prodTabs{
    width: 100%;
    height: 40px;
    margin-top: 11px;
    margin-bottom: 38px;
    overflow: hidden;
}
.prodTabs ul{
    height: 100%;
    float: right;
    margin-bottom: 0;
}
.prodTabs ul li{
    width: 123px;
    height: 40px;
    float: left;
    font-size: 14px;
    margin-right: 66px;
    text-align: center;
    overflow: hidden;
}
.prodTabs ul li:last-child{
    margin-right: 0;
}
.prodTabs ul li a{
    width: 100%;
    height: 100%;
    background: linear-gradient(#5e0000,#5e0000) bottom/100% 0% no-repeat;
    box-sizing: border-box!important;
    border: 1px solid #5e0000;
    color: #5e0000!important;
    display: block;
    line-height: 40px;
    overflow: hidden;
    -webkit-transition: .4s;
       -moz-transition: .4s;
        -ms-transition: .4s;
         -o-transition: .4s;
            transition: .4s;
}
.prodTabs ul li:hover a{
    background: linear-gradient(#5e0000,#5e0000) bottom/100% 100% no-repeat;
    color: #fff!important;
}
.prodTabs ul li.on a{
    background: linear-gradient(#5e0000,#5e0000) bottom/100% 100% no-repeat;
    color: #fff!important;
}

.prodLists{
    width: 100%;
    height: 420px;
    position: relative;
    overflow: hidden;
}
.prodsUl{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(60px);
    -ms-transform: translateX(60px);
    -o-transform: translateX(60px);
    transform: translateX(60px);
    overflow: hidden;
}

.prodLists > .prodsUl.active{
    z-index: 9;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.prodsUl ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}
.prodsUl ul li{
    width: 322px;
    height: 100%;
    float: left;
    overflow: hidden;
}
.prodsUl ul li:last-child{
    margin-right: 0;
}
.prodsUl ul li a{
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}
.prodsUl ul li a img{
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1.04);
       -moz-transform: scale(1.04);
        -ms-transform: scale(1.04);
         -o-transform: scale(1.04);
            transform: scale(1.04);
    -webkit-transition: .4s;
       -moz-transition: .4s;
        -ms-transition: .4s;
         -o-transition: .4s;
            transition: .4s;
}
.prodsUl ul li a:hover img{
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
}





/* product */

/* painter */
.painter{
    width: 100%;
    height: 838px;
    background-image: url('../images/painterBg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.painterCon{
    width: 1200px;
    height: inherit;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    text-align: center;
}
.painterCon h3{
    width: 100%;
    height: 63px;
    background-image: url('../images/painterTit.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    box-sizing: content-box!important;
    padding-top: 50px;
    margin-bottom: 20px;
}
.painterList{
    width: 100%;
    height: 591px;
    margin-bottom: 34px;
}
.painterList ul li{
    width: 100%;
    height: 197px;
    position: relative;
}
.painterList ul li .painterMb{
    width: 1920px;
    height: 100%;
    background: linear-gradient(#5e0000,#5e0000) left/0% 100% no-repeat;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0 auto;
    -webkit-transition: .8s;
       -moz-transition: .8s;
        -ms-transition: .8s;
         -o-transition: .8s;
            transition: .8s;
}
.painterList ul li a{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 999;
    overflow: hidden;
}
.painterList ul li .painterImg{
    width: 161px;
    height: 161px;
    border-radius: 90%;
    margin-left: 64px;
    margin-top: 18px;
    margin-right: 52px;
    float: left;
    overflow: hidden;
}
.painterList ul li .painterImg img{
    width: 100%;
    height: 100%;
    border-radius: 90%;
}
.painterList ul li .painterName{
    width: 110px;
    height: 100%;
    background: linear-gradient(#bfbfbf,#bfbfbf) left/1px 76px no-repeat;
    box-sizing: content-box!important;
    float: left;
    padding-left: 62px;
    margin-right: 50px;
    text-align: left;
    overflow: hidden;
}
.painterList ul li .painterName h4{
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 70px;
    margin-bottom: 16px;
}
.painterList ul li .painterName span{
    width: 100%;
    color: #999;
    display: block;
    font-size: 14px;
    line-height: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.painterList ul li .painterDesc{
    width: 420px;
    box-sizing: content-box!important;
    color: #999;
    font-size: 14px;
    float: left;
    line-height: 22px;
    padding-left: 44px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 44px;
    margin-top: 74px;
    margin-right: 110px;
    text-align: justify;
    -webkit-transition: .3s;
       -moz-transition: .3s;
        -ms-transition: .3s;
         -o-transition: .3s;
            transition: .3s;
}
.painterList ul li:hover .painterDesc{
	color: #fff;
}
.painterList ul li .painterDesc > b{
    width: 24px;
    height: 1px;
    background: #d2d2d2;
    display: block;
    position: absolute;
    left: 0;
    top: 11px;
}
.painterList ul li .painMore{
    height: 100%;
    color: #a0a0a0;
    display: block;
    font-size: 43px;
    font-family: "宋体";
    float: left;
    line-height: 197px;
    -webkit-transition: .4s;
       -moz-transition: .4s;
        -ms-transition: .4s;
         -o-transition: .4s;
            transition: .4s;
}

.painterList ul li:hover .painterMb{
    background: linear-gradient(#5e0000,#5e0000) left/100% 100% no-repeat;
}
.painterList ul li:hover .painMore{
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}

.painterMore{
    color: #fff!important;
    font-size: 18px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/* painter */

/* culture */
.culture{
    width: 100%;
    height: 636px;
    background-image: url('../images/culBg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.cultureCon{
    width: 1200px;
    height: 444px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.culLine{
    width: 11px;
    height: 444px;
    background-image: url('../images/cLine.png');
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
}
.cl{
    left: -5px;
}
.cr{
    right: -5px;
}
.cultureCon h3{
    width: 103px;
    height: 257px;
    background-image: url('../images/cultureTit.png');
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    margin-bottom: 0;
    margin-left: 50px;
    margin-top: 48px;
    margin-right: 24px;
}
.cultureCon > article{
    height: 345px;
    color: #f1d4a4;
    font-size: 16px;
    margin-top: 50px;
    line-height: 58px;
    writing-mode: vertical-rl;
}
.culLef{
    float: left;
}
.culRig{
    float: right;
    margin-right: 100px;
}
.culIco{
    width: 313px;
    height: 457px;
    background-image: url('../images/culIco.png');
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
    margin: auto;
    z-index: 999;
    transform-origin: 150px top;
    animation: wobble 8s linear infinite;
    -webkit-animation: wobble 8s linear infinite;
    -moz-animation: wobble 8s linear infinite;
}
@keyframes wobble{
    0% {transform: rotate(0deg);}
    25% {transform: rotate(5deg);}
    50% {transform: rotate(0deg);}
    75% {transform: rotate(-5deg);}
    100% {transform: rotate(0deg);}
}

/* culture */

/* news */
.news{
    width: 100%;
    height: 730px;
    background-image: url('../images/newsBg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.newsContent{
    width: 1200px;
    height: inherit;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.newsTitle{
    width: 404px;
    height: 126px;
    position: absolute;
    top: 82px;
    left: 74px;
    z-index: 99;
}
.newsTitle h3{
    width: 120px;
    height: 100%;
    background-image: url('../images/newsH3.jpg');
    background-position: bottom;
    background-repeat: no-repeat;
    float: left;
    margin-bottom: 0;
}
.newsTitle h4{
    width: 259px;
    height: 100%;
    background-image: url('../images/newsH4.png');
    background-position: top;
    background-repeat: no-repeat;
    float: right;
}
.newsBan{
    width: 100%;
    height: 158px;
    background-image: url('../images/tangka.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    display: block;
    margin-top: 144px;
    margin-bottom: 52px;
    overflow: hidden;
}
.newsLists{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.newsTop{
    width: 100%;
    height: 105px;
    margin-bottom: 86px;
    overflow: hidden;
}
.newsTop a{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}
.newsTop a h4{
    width: 890px;
    color: #444;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 28px;
    margin-top: 0;
}
.newsTop a article{
    width: 890px;
    color: #808080;
    font-size: 14px;
    line-height: 28px;
    overflow: hidden;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 56px;
}
.newsTop a span{
    color: #808080!important;
    font-size: 14px;
    line-height: 14px;
    position: absolute;
    right: 4px;
    bottom: 8px;
}
.newsTop a span,
.newsTop a h4{
    -webkit-transition: .3s;
       -moz-transition: .3s;
        -ms-transition: .3s;
         -o-transition: .3s;
            transition: .3s;
}
.newsTop a:hover h4,
.newsTop a span:hover{
    color: #9f0004!important;
}

.newsBot{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.newsBot ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    overflow: hidden;
}
.newsBot ul li{
    width: 338px;
    height: auto;    
    float: left;
    margin-right: 93px;
    padding-bottom: 30px;
    overflow: hidden;
}
.newsBot ul li:last-child{
    margin-right: 0;
}
.newsBot ul li a{
    width: 100%;
    height: 100%;
    background: linear-gradient(#888,#888) right top/100% 1px no-repeat,
                linear-gradient(#9f0004,#9f0004) left top/0% 1px no-repeat;
    display: block;
    padding-top: 20px;
    overflow: hidden;
    -webkit-transition: .4s;
       -moz-transition: .4s;
        -ms-transition: .4s;
         -o-transition: .4s;
            transition: .4s;
}
.newsBot ul li a:hover{
    background: linear-gradient(#888,#888) right top/0% 1px no-repeat,
                linear-gradient(#9f0004,#9f0004) left top/100% 1px no-repeat;
}
.newsDate{
    width: 112px;
    height: auto;
    float: left;
    overflow: hidden;
    margin-top: 6px;
}
.newsDate > p{
    margin-bottom: 0;
}
.nyTxt{
    width: 40px;
    height: auto;
    margin-left: 10px;
    margin-right: 18px;
    float: left;
}
.nyTxt strong{
    width: 100%;
    background: linear-gradient(#bfbfbf,#bfbfbf) 36px center/1px 10px no-repeat;
    color: #666;
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    margin-bottom: 5px;
}
.nyTxt span{
    width: 100%;
    color: #666;
    display: block;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    letter-spacing: 4px;
}
.dayTxt{
    color: #666;
    font-size: 36px;
    line-height: 36px;
    float: left;
}
.newsDesc{
    width: 175px;
    color: #444;
    font-size: 18px;
    float: right;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 48px;
    overflow: hidden;
    -webkit-transition: .4s;
       -moz-transition: .4s;
        -ms-transition: .4s;
         -o-transition: .4s;
            transition: .4s;
}
.newsBot ul li:hover .newsDesc{
    color: #9f0004;
}

/* news */

/* footer */
#footer{
    width: 100%;
    height: 375px;
    background-image: url('../images/footBg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.footsInfo{
    width: 1200px;
    height: 321px;
    margin: 0 auto;
    overflow: hidden;
}
.footLeft{
    width: 460px;
    height: 260px;
    box-sizing: border-box!important;
    background: linear-gradient(#fff,#fff) left top/3px 34px no-repeat;
    float: left;
    margin-top: 54px;
    padding-left: 15px;
    margin-right: 46px;
    overflow: hidden;
}
.footNav{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    overflow: hidden;
}
.footNav ul{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.footNav ul li{
    background: linear-gradient(#a5a4a4,#a5a4a4) right/2px 80% no-repeat;
    font-size: 14px;
    float: left;
    line-height: 14px;
    padding-right: 16px;
    margin-right: 16px;
}
.footNav ul li:last-child{
    background: none;
    margin-right: 0;
    padding-right: 0;
}
.footNav ul li a{
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}
.footNav ul li a:hover{
    color: #f6d090;
}
.footLeft > h4{
    box-sizing: border-box!important;
    border-top: 1px solid #2f2927;
    border-bottom: 1px solid #2f2927;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    font-family: "宋体";
    line-height: 50px;
    margin-top: 0;
    margin-bottom: 10px;
}
.footLeft > p{
    color: #ffffff;
    font-size: 14px;
    padding-left: 2px;
    margin-bottom: 15px;
}

.formBox{
    width: 430px;
    height: 205px;
    float: left;
    margin-top: 62px;
    overflow: hidden;
}
.formBox input{
    width: 208px;
    height: 33px;
    background: #dddddd;
    border: none;
    box-sizing: border-box!important;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    color: #000;
    font-size: 12px;
    float: left;
    padding: 0 10px;
    margin-bottom: 12px;
    outline: none;
}
input::-webkit-input-placeholder{
    color: #777777;
}
input:-moz-placeholder {
    color: #777777;
}
input::-moz-placeholder {
    color: #777777;
}
input:-ms-input-placeholder {
    color: #777777;
}
#user_name{
    border-right: 1px solid #a2a0a1;
}
#user_tel{
    border-left: 1px solid #a2a0a1;
    float: right;
}
.formBox textarea{
    width: 100%;
    height: 110px;
    box-sizing: border-box!important;
    border: none;
    background: #dddddd;
    color: #000;
    display: inline-block;
    padding: 10px;
    margin-bottom: 12px;
    font-size: 12px;
    float: left;
    outline: none;
    resize: none;
}
textarea::-webkit-input-placeholder{
    color: #777777;
}
textarea::-moz-input-placeholder{
    color: #777777;
}
textarea:-ms-input-placeholder{
    color: #777777;
}
.tjBtn{
    width: 94px;
    height: 35px;
    box-sizing: border-box!important;
    border: 1px solid #9f0004;
    background: linear-gradient(#9f0004,#9f0004) left/0% 100% no-repeat;
    color: #eeeeee!important;
    display: block;
    float: left;
    font-size: 12px;
    text-align: center;
    position: relative;

    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
}
.tjBtn span{
    width: 90px;
    height: 31px;
    background: #9f0004;
    display: block;
    line-height: 31px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.tjBtn:hover{
    background: linear-gradient(#9f0004,#9f0004) left/100% 100% no-repeat;
}

.footsEwm{
    width: 158px;
    float: right;
    margin-right: 18px;
    margin-top: 52px;
}
.footsEwm img{
    width: 100%;
    box-sizing: border-box!important;
    background: #524f51;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 6px;
    margin-bottom: 12px;
}
.footsEwm span{
    width: 100%;
    color: #f7f7f7;
    display: block;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
}

.copyText{
    width: 100%;
    height: 54px;
    box-sizing: border-box!important;
    padding-top: 2px;
    color: #cecdcc;
    font-size: 12px;
    line-height: 52px;
    text-align: center;
    overflow: hidden;
}
.copyText a{
    color: #cecdcc!important;
}

/* footer */


@keyframes rotateS {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}
@-webkit-keyframes rotateS {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}
@-moz-keyframes rotateS {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}
@-o-keyframes rotateS {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

@keyframes rotateN {
    from {
        transform: rotate(359deg);
    }
    to {
        transform: rotate(0deg);
    }
}
@-webkit-keyframes rotateN {
    from {
        transform: rotate(359deg);
    }
    to {
        transform: rotate(0deg);
    }
}
@-moz-keyframes rotateN {
    from {
        transform: rotate(359deg);
    }
    to {
        transform: rotate(0deg);
    }
}
@-o-keyframes rotateN {
    from {
        transform: rotate(359deg);
    }
    to {
        transform: rotate(0deg);
    }
}