@charset "utf-8";
/* CSS Document */

/*nav   开始*/
.special-header {
	background: rgb(255, 255, 255); left: 0px; top: 0px; width: 100%; height: 60px; border-bottom-color: rgb(220, 220, 220); border-bottom-width: 1px; border-bottom-style: solid; position: fixed; z-index: 2; min-width: 1000px;
}
.special-header-container {
	margin: 0px auto; width: 1000px; overflow: hidden; display: block;
}
.special-header-logo {
	padding-top: 10px; float: left; display: block;
}
.special-header-nav-tel {
	background: url("../images/special_header_tel.png") no-repeat left; height: 60px; line-height: 60px; margin-left: 15px; float: right;
}
.special-header-nav-tel > a {
	color: rgb(34, 34, 34); padding-left: 30px; font-size: 15px;
}
.special-header-nav-tel > a > span {
	color: rgb(255, 0, 0);
}
.special-header-nav {
	padding-left: 25px; float: left; display: block;
}
.special-header-nav ul li {
	height: 60px; line-height: 60px; float: left;
}
.special-header-nav ul li a:hover {
	background: rgb(0, 53, 145); color: rgb(255, 255, 255);
}
.special-header-nav ul li a.active {
	background: rgb(0, 53, 145); color: rgb(255, 255, 255);
}
.special-header-nav ul li a {
	padding: 0px 11px; color: rgb(30, 32, 34); font-size: 15px; display: block;
}

/*footer start*/

.footer{width:100%;height:311px;font-size:14px;color:#999;background-image:url(../images/b1.png);background-color: #232323;}
.footer_one{width:1286px;height:311px;margin:0 auto;}
.footer_about{width:276px;height:230px;border-right:solid 1px #2b2b2b;float:left;margin-top:18px;}
.footer_one h1{font-size:16px;color:#ccc;margin-bottom:30px;}
.footer_about a{width:90px;height:29px;background:url(../images/b2.png);float:left;margin-top:20px;}
.footer_contact{width:337px;height:230px;border-right:solid 1px #2b2b2b;float:left;margin-top:18px;padding-left:30px;}
.footer_join{width:337px;height:230px;border-right:solid 1px #2b2b2b;float:left;margin-top:18px;padding-left:30px;}
.footer_join img{float:left;}
.footer_join div{float:left;margin-top:17px;}
.audition{margin-left:50px;display:inline;}
.copyright{width:1286px;text-align:center;float:left;margin-top:20px;}
.footer_one span{line-height:24px; }
.footer_map{width:240px;height:230px;float:left;margin-top:18px;padding-left:30px;}
.footer_map div{width:202px;height:24px;float:left;}
.footer_map div a{width:70px;text-align:left;height:24px;line-height:24px;color:#999;}
#toTop{
	position: fixed;
	right: 50px;
	bottom: 100px ;
	cursor: pointer;
	opacity: 0.5;
	display: none;
	z-index: 1000;
	overflow: hidden;
	background: #e9c874;
	padding: 15px;
	border-radius: 4px;
}
#toTop img{text-align: center;position: relative;transition: all .5s;}
#toTop:hover{
	opacity: 1;transition: all .5s;
}
#toTop:hover img{	
	transform: scale(1.5);
	transition: all .5s;
}

.banner-img {
    animation: mymove 1.5s ease;
    -moz-animation: bannerImg 1.5s ease;
    /* Firefox */
    -webkit-animation: bannerImg 1.5s ease;
    /* Safari and Chrome */
    -o-animation: bannerImg 1.5s ease;
    /* Opera */
    animation-iteration-count: infinite;
}

@keyframes bannerImg {
    0% {
        margin-top: 0px;
    }
    50% {
        margin-top: 10px;
    }
    100% {
        margin-top: 0px;
    }
}

.block03-swt {
    width: 1076px;
    color: #FFF;
    margin-top: 30px;
    float: left;
}

.block03-swt li {
    float: left;
    width: 128px;
    height: 46px;
    line-height: 46px;
    border: 1px dashed #fff;
    border-radius: 3px;
    margin-right: 6px;
    transition: 0.2s;
}

.block03-swt li:hover {
    border: 0;
    background: #c7a17d;
    cursor: pointer;
}

.block07-swt {
    width: 380px;
    margin: 40px 0 0 110px;
}

.block07-swt p {
    float: left;
    width: 380px;
    margin-bottom: 20px;
}

.block07-swt p span {
    float: left;
    height: 30px;
    line-height: 30px;
    border-left: 1px solid #8b7d74;
    text-indent: 16px;
    text-align: left;
    transition: 0.2s;
}

.block07-swt p a {
    float: right;
    display: block;
    width: 77px;
    height: 27px;
    line-height: 27px;
    background: #c7a17d;
    border-radius: 3px;
    color: #2e2e2e;
    font-size: 12px;
    transition: 0.2s;
}

.block07-swt p:hover span {
    font-weight: bold;
    color: #450404;
}

.block07-swt p:hover a {
    background: #450404;
    color: #FFF;
    text-decoration: none;
}

.block03 {
    width: 1070px;
    height: 850px;
    margin-top: 125px;
    background: #FFF;
    border-radius: 5px;
    box-shadow: 0px 10px 9px #ccc;
}

.block03 .rowdiv {
    padding-left: 40px;
    padding-top: 20px;
}

.block03 .rowdiv div {
    width: 290px;
    height: 200px;
    background: #FFF;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
    margin: 15px 25px;
    padding: 0;
    transition: 0.2s;
}

.block03 .rowdiv div .p01 {
    width: 290px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #FFF;
    background: #e2bb78;
    margin-top: 30px;
}

.block03 .rowdiv div .p02 {
    width: 290px;
    height: 50px;
    line-height: 26px;
    text-align: center;
    font-size: 16px;
    color: #444444;
    margin-top: 18px;
    padding: 0 20px;
    text-align: left;
}

.block03 .rowdiv div .p03 {
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    border-radius: 50px;
    border: 1px solid #e2bb78;
    color: #e2bb78;
    transition: 0.2s;
}

.block03 .rowdiv div .p03 a {
    color: #e2bb78;
    transition: 0.2s;
}

.block03 .rowdiv div:hover {
    box-shadow: 0px 5px 10px #e9e9e9;
}

.block03 .rowdiv div:hover .p03 {
    background: #e2bb78;
}

.block03 .rowdiv div:hover .p03 a {
    color: #FFF;
}

.block04 {
    background: url(../images/block04-bg.jpg) no-repeat top center;
    height: 668px;
    margin-top: 100px;
    border-bottom: 9px solid #dddddf;
    transition: 0.2s;
}

.block04 .div01 {
    float: left;
    width: 234px;
    height: 477px;
    margin-top: 28px;
    transition: 0.2s;
}

.block04 .div01 img {
    float: left;
    transition: 0.2s;
}

.block04 .div01 div {
    float: left;
    width: 234px;
    height: 477px;
    position: absolute;
    background: #e2bc7a;
    padding-top: 114px;
    margin-top: 0;
    opacity: 0;
    transition: 0.2s;
}

.block04 .div01 div a {
    display: block;
    width: 210px;
    height: 50px;
    line-height: 50px;
    background: #b79150;
    margin: 25px 0 0 12px;
    font-size: 16px;
    color: #FFF;
    transition: 0.2s;
}

.block04 .div01:hover img {
    margin-top: -10px;
}

.block04 .div01:hover div {
    opacity: 1;
    margin-top: -10px;
}

.block04 .div01 div a:hover {
    background: #fff;
    color: #b79150;
}

.block04 .div02 {
    float: left;
    width: 234px;
    height: 477px;
    margin-top: 28px;
    transition: 0.2s;
}

.block04 .div02 img {
    float: left;
    transition: 0.2s;
}

.block04 .div02 div {
    float: left;
    width: 234px;
    height: 477px;
    position: absolute;
    background: #e2bc7a;
    padding-top: 75px;
    margin-top: 0;
    opacity: 0;
    transition: 0.2s;
}

.block04 .div02 div a {
    display: block;
    width: 210px;
    height: 50px;
    line-height: 50px;
    background: #b79150;
    margin: 25px 0 0 12px;
    font-size: 16px;
    color: #FFF;
    transition: 0.2s;
}

.block04 .div02:hover img {
    margin-top: -10px;
}

.block04 .div02:hover div {
    opacity: 1;
    margin-top: -10px;
}

.block04 .div02 div a:hover {
    background: #fff;
    color: #b79150;
}

.block04 .div03 {
    float: left;
    width: 234px;
    height: 477px;
    margin-top: 28px;
    transition: 0.2s;
}

.block04 .div03 img {
    float: left;
    transition: 0.2s;
}

.block04 .div03 div {
    float: left;
    width: 234px;
    height: 477px;
    position: absolute;
    background: #e2bc7a;
    padding-top: 75px;
    margin-top: 0;
    opacity: 0;
    transition: 0.2s;
}

.block04 .div03 div a {
    float: left;
    display: block;
    width: 100px;
    height: 50px;
    line-height: 50px;
    background: #b79150;
    margin: 25px 0 0 12px;
    font-size: 16px;
    color: #FFF;
    transition: 0.2s;
}

.block04 .div03:hover img {
    margin-top: -10px;
}

.block04 .div03:hover div {
    opacity: 1;
    margin-top: -10px;
}

.block04 .div03 div a:hover {
    background: #fff;
    color: #b79150;
}

.block06 {
    padding: 100px 0 0 11px;
}

.block06 li {
    float: left;
    width: 212px;
    height: 116px;
    border-radius: 10px;
    background: #eff2f9;
    margin: 10px 9px;
    transition: 0.2s;
}

.block06 li .p01 {
    color: #303030;
    font-weight: bold;
    font-size: 18px;
    padding-top: 30px;
}

.block06 li .p02 {
    font-size: 16px;
}

.block06 li .p02 a {
    color: #303030;
}

.block06 li:hover {
    background: #e2bc7a;
    box-shadow: 0px 5px 10px #ccc;
}

.block06 li:hover .p01 {
    color: #fff;
}

.block06 li:hover .p02 {
    color: #fff;
}

.block06 li:hover .p02 a {
    color: #fff;
}

.block08 {
    float: left;
    width: 405px;
    margin: 120px 0 0 0;
}

.block08 li {
    transition: 0.2s;
}

.block08 li a {
    transition: 0.2s;
    color: #333333;
}

.block08 li:hover a {
    text-indent: 10px;
    display: block;
    font-weight: bold;
    text-decoration: none;
}

* {
    padding: 0;
    margin: 0;
}

.out {
    width: 1920px;
    height: 632px;
    margin: 20px auto;
    overflow: hidden;
    text-align: center;
}

.con {
    width: 5000px;
    height: 632px;
    overflow: hidden;
    animation: move 30s linear infinite normal;
    animation-fill-mode: forwards;
}

.con:hover {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}

@keyframes move {
    0% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(-1920px);
    }
}

.con li {
    float: left;
    list-style: none;
    overflow: hidden;
}

.con img {
    float: left;
    width: 300px;
    height: 632px;
    margin: 0 5px;
}

.pause {
    position: relative;
    height: 60px;
    display: inline-block;
    margin: 20px auto;
    text-align: center;
}

.pause:before {
    position: absolute;
    content: "Pause";
    display: inline-block;
    width: 100px;
    height: 60px;
    left: 0px;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    margin: 0 20px;
    background: #6293d3;
    border: none;
    border-radius: 20px;
    outline: none;
}

.out input {
    display: none;
}

.out input:checked~.con {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}

.out input:checked~.pause:before {
    content: "Start";
}

.inputcolor::-webkit-input-placeholder {
    color: #a7814b;
}

input::-moz-input-placeholder {
    color: #a7814b;
}

input::-ms-input-placeholder {
    color: #a7814b;
}

* {
    padding: 0;
    margin: 0;
}

.out1 {
    width: 1920px;
    height: 632px;
    margin: 0 auto 100px auto;
    overflow: hidden;
    text-align: center;
}

.con1 {
    width: 5000px;
    height: 632px;
    overflow: hidden;
    animation: move 30s linear infinite normal;
    animation-fill-mode: forwards;
}

.con1:hover {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}

@keyframes move {
    0% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(-1920px);
    }
}

.con1 li {
    float: left;
    list-style: none;
    overflow: hidden;
}

.con1 img {
    float: left;
    width: 300px;
    height: 632px;
    margin: 10px 5px;
}

.pause1 {
    position: relative;
    height: 60px;
    display: inline-block;
    margin: 20px auto;
    text-align: center;
}

.pause1:before {
    position: absolute;
    content: "Pause";
    display: inline-block;
    width: 100px;
    height: 60px;
    left: 0px;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    margin: 0 20px;
    background: #6293d3;
    border: none;
    border-radius: 20px;
    outline: none;
}

.out1 input {
    display: none;
}

.out1 input:checked~.con1 {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}

.out1 input:checked~.pause1:before {
    content: "Start";
}