﻿@charset "utf-8";
/* CSS Document */
html, body {
    background: #f3f3f3!important;
}
#contact {
    position: relative;
    z-index: 5;
    background: #f3f3f3;
    margin: 0 auto;
}
#contact .wrap {
    width: 86%;
    max-width: 1420px;
    margin: 0 auto;
}
#contact .headquarters {
    margin: 0 auto;
    padding: 100px 0;
}
#contact .headquarters>.title {
    position: relative;
    text-align: left;
    padding: 0 50px;
}
#contact .headquarters>.title:after {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 15px;
    width: 40px;
    height: 3px;
    background: rgba(38,87,161,1);
    content: '';
}
#contact .headquarters>.title>h2 {
    font-size: 36px;
    color: #333;
}
#contact .headquarters>.title>h3 {
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
}
#contact .headquarters>.container {
    margin: 30px auto;
}
#contact .headquarters>.container>ul {
    margin: 0 auto;
}
#contact .headquarters>.container>ul>li {
    width: 22%;
    min-height: 260px;
    float: left;
    /*! border-right: 1px solid #fff; */
    box-sizing: border-box;
    padding: 15px 0;
    text-align: center;
    background: #ddebf4;
    margin: 10px 20px;
}
#contact .headquarters>.container>ul>li:last-of-type {
    border: 0;
}
#contact .headquarters>.container>ul>li>.ico {
    display: block;
    margin: 0 auto;
    padding: 20px;
    transition: all .35s;
}
#contact .headquarters>.container>ul>li>.ico>i {
    display: block;
    font-size: 56px;
    color: #666;
}
#contact .headquarters>.container>ul>li>.con {
    text-align: center;
    padding: 20px;
}
#contact .headquarters>.container>ul>li>.con>p {
    font-size: 16px;
    color: #666;
    padding: 5px 0;
}
#contact .headquarters>.container>ul>li>.con .bright {
    font-size: 17px;
    color: rgba(0,85,170,1);
    font-weight: bold;
    height: 50px;
}
#contact .headquarters>.container>ul>li>.con p.address {
    font-size: 18px;
}
#contact .headquarters>.container>ul>li:hover .ico {
    transform: translateY(-8px);
}
#contact .area {
    position: relative;
    background: #fff;
    background-position: 96% 200px;
    background-size: auto 100%;
    overflow: hidden;
    padding: 100px 0;
}
#contact .area .title{
    position: relative;
    text-align: left;
    width: 86%;
    max-width: 1420px;
    margin: auto;    padding: 0 50px;
    margin-bottom: 15px;
}
#contact .area .title h2{
    font-size: 36px;
    color: #333;
}
#contact .area .title h3{
    font-size: 16px;
    color: #666;
    text-transform: uppercase;
    line-height: 30px;
    font-weight: 400;
}
#contact .area>.title:after {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 15px;
    width: 40px;
    height: 3px;
    background: rgba(38,87,161,1);
    content: '';
}
#contact .area>.container {
    margin: 0 auto;
    padding: 50px 10px 30px 10px;
}

#contact .area>.container>ul {
    margin: 0 auto;
}
#contact .area>.container>ul>li {
    display: block;
    float: left;
    width: 22.75%;
    box-sizing: border-box;
    margin: 0 3% 3% 0;
    padding: 30px;
    background: rgba(255,255,255,.6);
    border: 1px solid #ddd;
    transition: all .35s;
}
#contact .area>.container>ul>li:nth-child(4n) {
    margin-right: 0;
}
#contact .area>.container>ul>li>.tit {
    position: relative;
    padding-bottom: 5px;
    font-size: 20px;
    color: #666;
    transition: all .35s;
}
#contact .area>.container>ul>li>.tit:after {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 1px;
    background: rgba(38,87,191,1);
    content: '';
}
#contact .area>.container>ul>li>.txt {
    padding: 10px 0;
    font-size: 30px;
    color: #333;
}
#contact .area>.container>ul>li:hover {
    box-shadow: 2px 3px 8px rgba(0,0,0,.1);
    background: rgba(255,255,255,1);
    transform: translateY(-8px)
}
#contact .area>.container>ul>li:hover .tit {
    color: rgba(38,87,161,1);
}
#map{    position: relative;
    width: 100%;
    height: 600px;
    margin: 0 auto;
    background: #fff;}
@media only screen and (max-width: 1360px) {
#contact .area>.container>ul>li {
    width: 31.33%;
}
#contact .area>.container>ul>li:nth-child(4n) {
    margin-right: 3%;
}
#contact .area>.container>ul>li:nth-child(3n) {
    margin-right: 0;
}
}

@media only screen and (max-width: 1280px) {
#contact .headquarters>.container>ul>li {
    min-height: 280px;
    padding: 30px 0;
}
#contact .headquarters>.container>ul>li>.con .bright {
    font-size: 16px;
}
#contact .headquarters>.container>ul>li>.con>p {
    font-size: 14px;
}
#contact .headquarters>.container>ul>li>.con p.address {
    font-size: 16px;
}
}

@media only screen and (max-width: 1080px) {
#contact .headquarters>.container>ul>li {
    width: 50%;
    min-height: 320px;
    border-bottom: 1px solid #fff;
}
#contact .area>.container>ul>li>.txt {
    font-size: 22px;
}
}

@media only screen and (max-width: 840px) {
#contact .headquarters {
    padding: 50px 0;
}
#contact .headquarters>.container>ul>li {
    min-height: 260px;
}
#contact .area {
    padding: 50px 0;
}
#contact .area>.container>ul>li {
    width: 48.5%;
    margin-right: 0;
}
#contact .area>.container>ul>li:nth-child(4n) {
    margin-right: 0;
}
#contact .area>.container>ul>li:nth-child(3n) {
    margin-right: 0;
}
#contact .area>.container>ul>li:nth-child(even) {
    float: right;
}
}

@media only screen and (max-width: 640px) {
#contact .headquarters>.title>h2 {
    font-size: 32px;
}
#contact .headquarters>.container>ul>li {
    float: left;
    width: 100%;
    min-height: auto;
    padding: 10px 0;
}
}

@media only screen and (max-width: 540px) {
#contact .headquarters>.title>h2 {
    font-size: 26px;
}
#contact .headquarters>.title>h3 {
    font-size: 14px;
}
#contact .area>.container>ul>li {
    float: none!important;
    width: 100%;
    margin-bottom: 3%;
}
#contact .area>.hot>.tit {
    font-size: 16px;
}
#contact .area>.hot>.tit>i {
    font-size: 36px;
}
#contact .area>.hot>.txt {
    font-size: 14px;
}
}

@media only screen and (max-width: 480px) {
#contact .headquarters>.title>h2 {
    font-size: 24px;
}
}

@media only screen and (max-width: 440px) {
#contact .headquarters>.title>h2 {
    font-size: 18px;
}
}
@media only screen and (max-width: 768px) {
#contact .area .title h2 {
    font-size: 18px;
}
#contact .area .title h3 {
    font-size: 14px;
    line-height: 20px;
}
}

/* 在线留言 */
.contact2_right{
    width: 86%;
    max-width: 1420px;
    margin: auto;
}
.contact2_right p {
    line-height: 2;
}
.contact2_li input {
    width: 100%;
    line-height: 40px;
    padding: 0 10px;
    height: 40px;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #888;
}
.contact2_li {
    padding: 8px 0;
}
.contact2_li textarea {
    width: 100%;
    height: 120px;
    padding: 12px 10px;
    font-size: 14px;
    color: #888;
}
	.faqline input {
    width: 100%;
    line-height: 40px;
    padding: 0 10px;
    height: 40px;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #888;
}
.tijiao {
    height: 40px;
    line-height: 35px;
    background: #ec1707;
    margin-top: 15px;
    border: 1px #ec1707solid;
    color: #fff;
    font-size: 16px;
    padding: 0px 25px;
    border: 0;
}


@media only screen and (max-width: 768px) {
#map{
height:350px;
}

#contact .headquarters>.container>ul>li>.ico {
    display: block;
    margin: 0 auto;
    padding: 20px 20px 0;
}
#contact .headquarters>.container>ul>li>.con>p {
    font-size: 16px;
    padding: 11px 0;
}

#contact .headquarters>.container>ul>li {
    margin:10px  1px;
}


}
input[type="text"], input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}













