
.contact-iBan { width:100%; position:relative}
.mengcheng {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30, 95, 116, .6)), to(rgba(23, 9, 49, .6)));
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30, 95, 116, .6)), to(rgba(23, 9, 49, .6)));
    background: -webkit-linear-gradient(left, rgba(30, 95, 116, .6), rgba(23, 9, 49, .6));
    background: -moz-linear-gradient(left, rgba(30, 95, 116, .6) 0%, rgba(23, 9, 49, .6) 100%);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30, 95, 116, .6)), to(rgba(23, 9, 49, .6))));
    background: -webkit-linear-gradient(left, rgba(30, 95, 116, .6) 0%, rgba(23, 9, 49, .6) 100%);
    background: -o-linear-gradient(left, rgba(30, 95, 116, .6) 0%, rgba(23, 9, 49, .6) 100%);
    background: -ms-linear-gradient(left, rgba(30, 95, 116, .6) 0%, rgba(23, 9, 49, .6) 100%);
    background: linear-gradient(to right, rgba(30, 95, 116, .6) 0%, rgba(23, 9, 49, .6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(30,95,116,.6)', endColorstr='rgba(23,9,49,.6)', GradientType=1 );
}
.iBanner img { clear:both; display:block; width:100%; height:auto;
-webkit-animation: scaleBigToDefault 1.5s ease-in-out;
animation: scaleBigToDefault 1.5s ease-in-out;}
@-webkit-keyframes scaleBigToDefault {
0% { opacity:0; -webkit-transform:scale3d(1.3,1.3,1.3); transform:scale3d(1.3,1.3,1.3)} 
100% {opacity:1; -webkit-transform:scale3d(1,1,1); transform:scale3d(1,1,1)} 
}
@keyframes scaleBigToDefault {
0% {opacity:0; -webkit-transform:scale3d(1.3,1.3,1.3); transform:scale3d(1.3,1.3,1.3)} 
100% {opacity:1; -webkit-transform:scale3d(1,1,1); transform:scale3d(1,1,1)} 
}

.contact_banner{ position:absolute ; left:20%; top:50%; text-align:left; color:#FFF; margin-top:-230px; z-index:1}
.contact_banner .con_cn{ display:block; margin-bottom:20px; font-weight:bold}
.contact_banner .con_en{ display:block; margin-bottom:80px;font-family: "family_DIN";}
.contact_banner .con_en span{ position:relative;}
.contact_banner .con_en span::before {
    position: absolute;
    left: 0%;
    bottom: -15px;
    content: "";
    display: block;
    width:45px;
    height:4px;
    background-color: #ffffff;
    transition: all .5s ease;
}
.contact_banner .zonbu{display:block; margin-bottom:20px;}
.contact_banner  ul{}
.contact_banner  ul LI{ padding:15px 0;}
.contact_banner a{ color:#FFF}

.map_show {
    display: block;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    cursor: pointer;
    margin-top:30px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease 0s;
}
.map_show .bg {
    display: block;
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    transition: all 0.3s ease 0s;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
}
.map_show i {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: url(../image/wz_write.svg) no-repeat center;
    transition: all 0.3s ease 0s;
}
.map_show {
    transition: transform 0.3s ease 0.6s, opacity 0.3s ease 0.6s, background 0.3s ease 0s, border 0.3s ease 0s;
}
.map_show:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0);
}
.map_show:hover i {
    background: url(../image/wz_black.svg) no-repeat center;
}
.map_show:hover .bg{
	display: block;
    width:46px;
    height:46px;
    left:-1px;
    top:-1px; background-color:#FFF
	}
.map_show:hover{border: 1px solid rgba(255, 255, 255, 0);}

.Branch_office{}
.Branch_office ul{ text-align:left;border-right:#e7e7e7 1px  solid;}
.Branch_office ul>li{ display:inline-block; width:22%; border-left:#e7e7e7 1px  solid; padding-left:5%; padding-right:5%; padding-top:80px; padding-bottom:80px; }
.Branch_office ul>li .con_cn{ display:block; margin-bottom:20px; font-weight:bold;  display:none}
.Branch_office ul>li .con_en{ display:block; margin-bottom:80px;font-family: "family_DIN";}
.Branch_office ul>li .con_en span{ position:relative;}
.Branch_office ul>li .con_en span::before {
    position: absolute;
    left: 0%;
    bottom: -15px;
    content: "";
    display: block;
    width:30px;
    height:3px;
    background-color:#e31e1e;
    transition: all .5s ease;
}
.Branch_office ul>li .zonbu{display:block; margin-bottom:20px;}
.Branch_office ul>li  ul{ padding:0; border:0}
.Branch_office ul>li  ul LI{ display:block; padding:15px 0; border:0; width:100%;line-height: 200%;}

.map_show2 {
    display: block;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    border: 1px solid rgba(000000, 000000, 000000, 0.2);
    cursor: pointer;
    margin-top:30px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease 0s;
}
.map_show2 .bg {
    display: block;
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    transition: all 0.3s ease 0s;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
}
.map_show2 i {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: url(../image/wz_black.svg) no-repeat center;
    transition: all 0.3s ease 0s;
}
.map_show2 {
    transition: transform 0.3s ease 0.6s, opacity 0.3s ease 0.6s, background 0.3s ease 0s, border 0.3s ease 0s;
}
.map_show2:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0);
}
.map_show2:hover i {
    background: url(../image/wz_write.svg) no-repeat center;
}
.map_show2:hover .bg{
	display: block;
    width:46px;
    height:46px;
    left:-1px;
    top:-1px; background-color:#000000
	}
.map_show2:hover{border: 1px solid rgba(255, 255, 255, 0);}

.full-arrive {
    padding: 72px 0 0;
    background-color: #f5f5f5;
}
.arrive-info {
    padding-bottom: 68px;
}
.arrive-lf {
    float: left;
    padding: 5px 38px 0 95px;
    background: url(../image/arrico.png) no-repeat 0 0; margin-left:5%; display:inline
}
.arrive-lf .arr-title{margin-bottom:31-px;color:#2f82ff}
.arrive-lf .arr-title h3{line-height:30px;font-weight:bold}
.arrive-lf .arr-title h4{line-height:60px; margin-bottom:20px;text-transform:uppercase;font-family: "family_DIN";}
.arrive-lf .addr{line-height:200%;color:#1a1a1a}
.arrive-lf .addr span{font-weight:bold}
.arrive-rg{overflow:hidden;padding-left:64px;border-left:1px solid #e7e7e7;font-size:16px;line-height:30px}
.arrive-rg .tag{font-weight:bold}

.contact-feedback{padding:100px 0;background: url(../image/jiameng_back.jpg) center center no-repeat;
        background-size: auto;
    background-size: cover;}
.contact-feedback .m-chl-title{margin-bottom:41px}
.contact-feedback .contact-form{max-width:1200px;margin:0 auto}
.contact-feedback .text{float:left;width:580px}
.contact-feedback .text label{display:block;padding:17px 0;margin-bottom:36px;border-bottom:1px solid #ccc}
.contact-feedback .text label input{display:block;width:100%;font-size:16px;line-height:16px;height:16px}
.contact-feedback .text label input::-webkit-input-placeholder{color:#999}
.contact-feedback .text label input:-moz-placeholder{color:#999}
.contact-feedback .text label input::-moz-placeholder{color:#999}
.contact-feedback .text label input:-ms-input-placeholder{color:#999}
.contact-feedback .text .imgval{position:relative}
.contact-feedback .text .imgval img{position:absolute;right:0;top:5px;height:40px}
.contact-feedback .msg{float:right;width:580px}
.contact-feedback .msg p{font-size:16px;line-height:50px}
.contact-feedback .msg textarea{display:block;border:1px solid #ccc;width:560px;height:329px;padding:10px}
.contact-feedback .form-ctrl{padding-top:12px;width:431px;margin:0 auto}
.contact-feedback .form-ctrl label{display:block;width:197px;height:20px;padding:20px 0}
.contact-feedback .form-ctrl label input{display:block;width:100%;font-size:18px;line-height:20px;height:20px;color:#fff;text-align:center}
.contact-feedback .form-ctrl .sub{float:left;background-color:#2f82ff}
.contact-feedback .form-ctrl .reset{float:right;background-color:#ccc}
.m-diff-title, .m-chl-title {
    line-height: 46px;
    text-align: center;
    color: #1a1a1a;
}
input, button, select, textarea {
    outline: none;
    border: none;
    margin: 0;
    padding: 0;
    resize: none;
    background: none;
}



@media (max-width:1000px) {
	.contact-iBan{ background:#333 url(../image/contact_back.jpg) center center no-repeat; height: auto; background-size:cover;}
	.iBanner img{ display:none}
.contact_banner {
    position: relative;
    left: initial;
    top: initial;
    text-align: left;
    color: #FFF;
    margin-top: 0;
    z-index: 1; padding-left:5%; padding-right:5%; padding-top:6rem; padding-bottom:4rem
}
.contact_banner .con_en{ margin-bottom:4rem;}
.map_show{ margin-top:1rem}
.Branch_office ul>li {
    display: block;
    width: initial;
    padding-top: 3rem;
    padding-bottom: 3rem;    border-bottom: #e7e7e7 1px solid;
}
.Branch_office ul>li .con_en{ margin-bottom:3rem}
.Branch_office ul>li .zonbu{ margin-bottom:1rem}
.Branch_office ul>li ul LI{ line-height:150%; padding:0.6rem 0;}
.map_show2{ margin-top:0}
.Branch_office ul>li:last-child{ border-bottom: none }
.full-arrive {
    padding: 3rem 0 0;}
	.arrive-lf {
    float: none;
    display: block;
    border-bottom: #e7e7e7 1px solid;
    padding-bottom: 2rem; margin-bottom:2rem; margin-left:0
}
.arrive-rg {
    overflow: hidden;
    padding-left: 0;
    border-left: 0;
    font-size: 1rem;
    line-height: 160%;
}
.contact-feedback {
    padding: 3rem 0;
}
.m-diff-title, .m-chl-title {
    line-height: 160%;}
	.contact-feedback .text,.contact-feedback .msg {
    float: none;
    width: 100%;
}
.contact-feedback .form-ctrl {
    padding-top: 1rem;
    width: 100%;
    margin: 0 auto;    text-align: center;
}
.contact-feedback .form-ctrl .sub ,.contact-feedback .form-ctrl .reset{
    float: none;
    display: inline-block;padding: 1rem 0; width:40%;height: auto;
}
.contact-feedback .text label input,.contact-feedback .form-ctrl label input{ font-size:0.95rem;}
.contact-feedback .msg textarea {
    display: block;
    width: 90%;
    height: 10rem;
    padding: 1rem;
}
.contact-feedback .msg p{ font-size:1rem}
	}
	
