@charset "utf-8";

.nav-contact { 
    border-bottom: 2px solid #0069B7; 
    color: #0069B7;
}
.contact-online{
    width: 100%;
    float: left;
    padding: 80px 0px;
    background-color: #F4F5F7;
}
.contact-title{
    width: 100%;
    float: left;
    color: #333;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
}
.online-input{
    width: 46.5%;
    float: left;
    height: 50px;
    padding-left: 2%;
    background-color: #fff;
    border:none;
    outline: none;
    margin-top: 25px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-right: 3%;
}
.online-input:nth-child(2n){
    margin-right: 0px;
}
.online-textarea{
    width: 96%;
    float: left;
    height: 200px;
    background-color: #fff;
    border:none;
    outline: none;
    margin-top: 25px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 20px 2%;
    line-height: 20px;
}
.online-btn{
    width: 180px;
    height: 50px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    background: #0168B7;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border:none;
    outline: none;
    margin-top: 40px;
}
.contact-detail{
    width: 100%;
    float: left;
    padding: 80px 0px 0;
    background-color: #fff;
}
.contact-bdmap{
    height: 400px;
}
.detail-box{
    width: 100%;
    height:180px;
    float: left;
    background: url(../images/contact-bg1.jpg) no-repeat center center #F3F3F3;
    background-size: 100% 100%;
    padding-top: 35px;
}
.detail-box2{
    width: 70%;
    float: left;
    margin-left: 5%;
}
.detail-box3{
    width: 100%;
    float: left;
}
.detail-box3 img{
    width: 27px;
    float: left;
    margin-right: 10px;
}
.detail-box3-text{
    float: left;
    color: #DB030E;
    font-size: 16px;
    position: relative;
    line-height: 30px;
    font-weight: 500;
    text-align: left;
}
.detail-box3-text:after{
    content: '';
    width: 37px;
    height: 2px;
    background: #DB030E;
    bottom: -10px;
    left: 0px;
    position: absolute;
}
.detail-box4{
    width: 95%;
    float: left;
    font-size: 14px;
    color: #676767;
    margin-top: 25px;
    margin-left: 5%;
    line-height: 30px;
    text-align: left;
}
.detail-img{
    float: right;
    margin-right: 5%;
    width: 133px;
}
.contact-outlets{
    width: 100%;
    height:820px;
    float: left;
    position: relative;
    background: url(../images/contact-bg2.jpg) no-repeat center top;
    background-size: 100% 100%;
}
.outlets-wrap{
    width: 47%;
    float: right;
    margin-top: 160px;
}
.outlets-title{
    width: 100%;
    float: left;
    color: #333;
    font-size: 28px;
    font-weight: 600;
}
.outlets-title2{
    width: 100%;
    float: left;
    color: #373738;
    font-size: 16px;
    margin-top: 15px;
    line-height: 30px;
    margin-bottom: 60px;
}
.outlets-left{
    width: 190px;
    float: left;
}
.outlets-left ul{
    width: 100%;
    float: left;
}
.outlets-left ul li{
    width: 100%;
    float: left;
    margin-bottom: 27px;
    line-height: 20px;
    font-size: 16px;
    cursor: pointer;
}
.outlets-arrow{
    width: 7px;
    float: right;
    display: none;
    margin-top: 5px;
}
.round{
    width: 10px;
    height: 10px;
    float: left;
    margin-right: 10px;
    border:2px solid rgba(255,255,255,0);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-top: 4px;
}
.cpicth-on{color: #1E3C96;}
.cpicth-on .round{border:2px solid #254399;}
.cpicth-on .outlets-arrow{display: block;}
.outlets-right{
    display: block;
    margin-left: 200px;
    min-height: 310px;
}
.outlets-right-box{
    width: 90%;
    float: left;
    padding: 15px 5%;
    background-color: #fff;
    box-shadow: 0px 0px 8px 1px #F3F3F3;
}
.outlets-right-box p{
    width: 100%;
    float: left;
    font-size: 14px;
    color: #656565;
    margin-top: 15px;
    line-height: 30px;
    word-wrap:break-word;
    word-break: break-all;
}
.outlets-map{
    width: 45%;
    float: left;
    margin-top: 20%;
}
.outlets-select{
    width: 90%;
    float: left;
    padding: 0px 5%;
    height: 35px;
    line-height: 35px;
    position: relative;
    border:1px solid #C3C3C3;
    background-color: #fff;
    color: #1E4394;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: none;
    margin-bottom: 40px;
}
.select-img{
    float: right;
    margin-top: 12px;
    transform:rotate(90deg);
    -ms-transform:rotate(90deg);     /* IE 9 */
    -moz-transform:rotate(90deg);    /* Firefox */
    -webkit-transform:rotate(90deg); /* Safari 和 Chrome */
    -o-transform:rotate(90deg);
}
.select-box{
    width: 90%;
    position: absolute;
    top:35px;
    left: -1px;
    background: #fff;
    border:1px solid #C3C3C3;
    z-index: 2;
    padding: 0px 5%;
    display: none;
}
.select-box-text{
    width: 100%;
    line-height: 35px;
    float: left;
    cursor: pointer;
}
/**/
.contact-about{
    width:100%;
    padding: 70px 0px;
    float: left;
}
.contact-about-box{
    width: 33.33%;
    float: left;
    margin-top: 40px;
    text-align: center;
    min-height: 175px;
}
.contact-about-img{
    display: inline-block;
    margin-bottom: 10px;
}
.contact-about-text1{
    width: 100%;
    float: left;
    text-align: center;
    font-size: 14px;
    color: #707070;
    margin-top: 10px;
    line-height: 20px;
}
@media only screen and (max-width: 1100px) {
    .contact-outlets{height:1250px;}
    .outlets-map{width: 80%;margin-left: 10%;margin-top: 50px;}
    .outlets-wrap{width: 100%;margin-top: 50px;}
}
@media only screen and (max-width: 800px) {
    .detail-box{
       height:auto;
       text-align: center;
       background: #F3F3F3;
       padding-bottom: 35px;
    }
    .detail-img{
        float: none;
        margin-right: 0px;
        width: 133px;
        display: inline-block;
        margin-top: 10px;
    }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
    .contact-outlets{
        background: url(../images/h5-bg.png) no-repeat center top;
        background-size: 100% 100%;
        height: 980px;
    }
    .contact-online{padding: 40px 0px;}
    .contact-detail{padding: 40px 0px;}
    .outlets-left{width: 100%;float: left;}
    .outlets-title2{margin-bottom: 40px;}
    .outlets-ul{display: none;}
    .outlets-select{display: block;}
    .outlets-right{
        width: 100%;
        float: left;
        min-height: 310px;
        margin-left: 0px;
    }
}
@media only screen and (max-width: 768px) { 
    .contact-about{
        padding: 30px 0px;
    }
    .contact-online{
        padding: 30px 0px;
    }
    .contact-detail {
        width: 100%;
        padding: 30px 0px 0;
    }	
	.contact-about-box {
		width: 50%;
		padding: 0 10px;
		box-sizing: border-box;
		float: left;
		margin-top: 20px;
	}
	.contact-about-img {
		max-height: 60px;
	}
}

.contact_table{
    padding-bottom: 70px;
    box-sizing: border-box;
}
.contact_table table{
    width: 100%;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.contact_table table td {
    line-height: 30px;
    border: 1px solid #d4d4d4;
    color: #0d0d0d;
    padding: 5px; 
    box-sizing: border-box;
    text-align: center;
}
.contact_table table tr:nth-child(1) td {
    height: 70px;
    font-size: 22px;
    color: #333;
    font-weight: 600;
    border-right: 1px solid #fff;
    background: #d4d4d4;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 88.6%;
}
.contact_table table tr:nth-child(1) td:nth-child(1) {
    background: #d4d4d4;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .contact_table table td{
        line-height: 1.875;
    }
    .contact_table table tr:nth-child(1) td {
        height: 54px;
        font-size: 16px;
    }
    .contact_table {
        padding-bottom: 30px;
    }
}