/*二级-word-banner图*/
.brand-banner {
    position:relative;
    max-height: 960px;
    padding-top: 40%;
    overflow:hidden;
}
.brand-banner img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: myfirst 25s linear infinite normal;
}
@keyframes myfirst
{0%{transform:scale(1,1);}50%{transform:scale(1.1,1.1);}100%{transform:scale(1,1);}}

.brand-banner:after {
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: rgb(0,0,0,0.3);
    z-index:1;
    transition:all 0.3s;
}
.brand-banner .word-fix {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 8;
    color: #fff;
    max-width: 1570px;
    width: 96%;
    text-align: center;
}
.brand-banner .word-fix h3 {
    font-size:70px;
    color: #fff;
    font-family: 'Medel';
    text-transform: uppercase;
    margin:0% 0 2% 0;
    transition:all 2s;
}
.brand-banner .word-fix h4 {
    font-size:34px;
    color: #fff;
    margin:0% 0 2% 0;
    transition:all 2s;
}

.brand-banner .word-fix p {
    color: #fff;
    font-size: 18px;
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto;
}

@media screen and (max-width:1024px){
.brand-banner {
    padding-top: 120%;
}
.brand-banner img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.brand-banner .word-fix {
}
.brand-banner .word-fix h3 {
    font-size:24px;
    margin:0% 0 1% 0;
}
.brand-banner .word-fix h4 {
    font-size:20px;
    margin: 2% 0 5% 0;
}
.brand-banner .word-fix p {
    font-size: 14px;
    max-width: 700px;

}

}
/*二级-word-banner图 end*/
/*二级-word-banner图*/
.join-banner {
    position:relative;
    max-height: 960px;
    overflow:hidden;
}
.join-banner img {
    width: 100%;
    animation: myfirst 25s linear infinite normal;
}
@keyframes myfirst
{0%{transform:scale(1,1);}50%{transform:scale(1.1,1.1);}100%{transform:scale(1,1);}}

.join-banner:after {
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: rgb(0,0,0,0.6);
    z-index:1;
    transition:all 0.3s;
}
.join-banner .word-fix {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 8;
    color: #fff;
    font-weight: 800;
    max-width: 1570px;
    width: 96%;
    text-align: center;
}
.join-banner .word-fix h1 {
    font-size:70px;
    color: #fff;
    font-family: "VALKYREGULAR";
    text-transform: uppercase;
    margin:0% 0 2% 0;
    transition:all 2s;
}
.join-banner .word-fix hr {
    display: block;
    max-width: 150px;
    height: 1px;
    background:#174339;
    margin-top: 20px;
    margin-bottom: 20px;
    border: none;
}
.join-banner .word-fix p {
    color: #fff;
    font-size: 24px;
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto;
}

@media screen and (max-width:1024px){
.join-banner {
}
.join-banner .word-fix {
}
.join-banner .word-fix h1 {
    font-size:20px;
    margin:0% 0 5% 0;
}
.join-banner .word-fix hr {
    max-width: 50px;
    height: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.join-banner .word-fix p {
    font-size: 14px;
    max-width: 700px;

}

}
/*二级-word-banner图 end*/

.contact-title {
    
}
.contact-title::before {
    content: "";
    width: 1px;
    height: 30px;
    background: #174339;
    display: inline-block;
    vertical-align: middle;
}
.contact-title h3 {
    font-size: 34px;
    color: #252525;
    font-weight: 200;
    margin: 20px 0 20px 0;
}
.contact-title p {
    font-size: 24px;
    color: #333;
    line-height: 2.0;
}
.contact-title p a {
    font-family: "Medel";
    padding:0 10px;
}
@media screen and (max-width:1024px){
.contact-title {
    
}
.contact-title::before {
    content: "";
    width: 1px;
    height: 30px;
    background: #174339;
    display: inline-block;
    vertical-align: middle;
}
.contact-title h3 {
    font-size: 20px;
    color: #252525;
    font-weight: 200;
    margin: 20px 0 20px 0;
}
.contact-title p {
    font-size: 18px;
    color: #333;
    line-height: 2.0;
}
.contact-title p a {
    font-family: "Medel";
    padding:0 10px;
}
}


.contact{
    padding:3% 0;
}
.contact .contact-item {
    margin: 50px 0;
    overflow: hidden;
}
.contact .contact-item .word {
    float: left;
    width: 50%;
    max-width: 1600px;
}

.contact .contact-item .word .item {
    float: left;
    width:100%;
    margin:0 0 30px 0;
}
.contact .contact-item .word .item h4 {
    font-size: 20px;
    color: #666;
    margin: 0 0 20px 0;
}
.contact .contact-item .word .item p {
    position: relative;
    font-size: 16px;
    color: #332c2b;
    font-family: 'Medel';
    line-height: 1.6;
    padding: 3px 0 3px 100px;
}
.contact .contact-item .word .item p b {
    position: absolute;
    left: 0;
    color: #999;
    font-weight: normal;
}
.contact .contact-item .word .item p a {
    color: #666;
}
@media screen and (max-width:1024px){
.contact{
    padding:3% 0;
}
.contact .contact-item {
    margin: 50px 0;
    overflow: hidden;
}
.contact .contact-item .word {
    width: 100%;
    max-width: 1600px;
}

.contact .contact-item .word .item {
    float: left;
    width:100%;
    margin:0 0 30px 0;
}
.contact .contact-item .word .item h4 {
    font-size: 16px;
    *font-weight: bold;
    margin: 0 0 20px 0;
}
.contact .contact-item .word .item p {
    position: relative;
    font-size: 14px;
    color: #332c2b;
    font-family: 'Medel';
    line-height: 1.6;
    padding: 3px 0 3px 80px;
}
.contact .contact-item .word .item p b {
    position: absolute;
    left: 0;
    color: #999;
    font-weight: normal;
}
.contact .contact-item .word .item p a {
    color: #666;
}
}

/*申请留言*/
.apply-box {
    float: right;
    width: 50%;
	padding:0% 2%;
}
.apply-box .tit {
    margin:0 0 40px 0;
}
.apply-box .tit .p1 {
	font-size: 20px;
    color: #252525;
}

.apply-box .con {
	overflow:hidden;
}
.apply-box .con input,.con select {
    float: left;
    background: #fff;
    border-bottom: solid 1px #d2d2d2;
    font-size: 14px;
    padding: 0 0;
    margin: 1%;
    line-height: 46px;
    width: 98%;
    max-width: 600px;
    height: 46px;
}

.apply-box .con .width50 {
	width: 98%;
	max-width: 600px;
}

.apply-box .con .width100 {
	width: 98%;
}
.apply-box .con .go {
    float: left;
    display: block;
    width: 100%;
}
.apply-box .con .go a {
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    color: #666;
    text-align: center;
    width: 100%;
    max-width: 200px;
    line-height: 46px;
    margin: 20px 1%;
    padding: 0;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,0.5);
    
}
.apply-box .con .go a:hover {
    color: #fff;
    border: 1px solid #174339;
    background:#174339;
}

@media screen and (max-width:1024px){
.apply-box {
    width: 100%;
    margin: 5% 0 0 0;
	padding:0% 2%;
}
.apply-box .tit {
    margin:0 0 40px 0;
}
.apply-box .tit .p1 {
	font-size: 16px;
    color: #252525;
}

.apply-box .con {
	overflow:hidden;
}
.apply-box .con input,.con select {
    float: left;
    background: #fff;
    border-bottom: solid 1px #d2d2d2;
    font-size: 14px;
    padding: 0 0;
    margin: 1%;
    line-height: 46px;
    width: 98%;
    max-width: 600px;
    height: 46px;
}

.apply-box .con .width50 {
	width: 98%;
	max-width: 600px;
}

.apply-box .con .width100 {
	width: 98%;
}
.apply-box .con .go {
    float: left;
    display: block;
    width: 100%;
}
.apply-box .con .go a {
    font-size: 14px;
    line-height: 46px;
    margin: 20px 1%;
    padding: 0;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,0.5);
    
}
.apply-box .con .go a:hover {
}
}

.contact-photo {}
.contact-photo img {
    width:100%;
}

