/* contact_sec1 */
.contact_sec1{
    width: 100%;
    padding: 60px 0 90px;
    box-sizing: border-box;
    background-color: #f4f4f4;
}
.contact_sec1 .sec1_box{
    width: 100%;
    padding: 80px 0 74px 214px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 20px;
}
.sec1_box .sec1_box_L{
    width: 284px;
    margin-right: 94px;
}
.sec1_box .sec1_box_L>img{
    max-width: 100%;
    width: 100%;
}
.sec1_box .sec1_box_L>img:hover{
    -webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sec1_box .sec1_box_R{
    margin-top: 38px;
}
.sec1_box .sec1_box_R>h6{
    font-weight: bold;
    font-size: 30px;
    color: #333;
    line-height: 1;
    margin-bottom: 22px;
}
.sec1_box .sec1_box_R>p{
    font-size: 20px;
    color: #666;
    line-height: 1;
    margin-bottom: 64px;
}
.sec1_box .sec1_box_R>a{
    display: block;
    font-size: 14px;
    color: #fff;
    width: 180px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #4381ff;
    border-radius: 25px;
}
/* contact_sec1 */

/* contact_sec2 */
.contact_sec2 .sec2_top{
    width: 100%;
    padding: 80px 0 82px;
    box-sizing: border-box;
    background: url(../images/about/contact/sec2_bg.png) no-repeat center/cover;
}
.sec2_top .sec2_top_L{
    width: 49%;
    font-weight: bold;
    font-size: 40px;
    color: #fff;
    text-align: right;
    line-height: 1;
    margin-right: 1%;
}
.sec2_top .sec2_top_R>p{
    font-size: 20px;
    color: #fff;
    line-height: 1;
    letter-spacing: 20px;
}
.sec2_top .sec2_top_R>p.english{
    font-size: 8px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 0;
}
.contact_sec2 #sec2_bottom_map {
    width: 100%;
    height: 550px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.content-window-card {
    position: relative;
    box-shadow: none;
    bottom: 0;
    left: 0;
    width: auto;
    padding: 0;
  }

  .content-window-card p {
    height: 2rem;
  }

  .custom-info {
    border: solid 1px silver;
  }

  div.info-top {
    position: relative;
    background: none repeat scroll 0 0 #F9F9F9;
    border-bottom: 1px solid #CCC;
    border-radius: 5px 5px 0 0;
  }

  div.info-top div {
    display: inline-block;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    line-height: 31px;
    padding: 0 10px;
  }

  div.info-top img {
    position: absolute;
    top: 10px;
    right: 10px;
    transition-duration: 0.25s;
  }

  div.info-top img:hover {
    box-shadow: 0px 0px 5px #000;
  }

  div.info-middle {
    font-size: 12px;
    padding: 10px 6px;
    line-height: 20px;
  }

  div.info-bottom {
    height: 0px;
    width: 100%;
    clear: both;
    text-align: center;
  }

  div.info-bottom img {
    position: relative;
    z-index: 104;
  }

  span {
    margin-left: 5px;
    font-size: 11px;
  }

  .info-middle img {
    float: left;
    margin-right: 6px;
  }

  .amap-logo {
    display: none !important;
  }

  .amap-copyright {
    display: none !important;
  }
/* contact_sec2 */

/* contact_sec3 */
.contact_sec3{
    width: 100%;
    padding-bottom: 124px;
    box-sizing: border-box;
    background-color: #f4f4f4;
}
.contact_sec3 .sec3_box{
    width: 100%;
    padding: 86px 84px 114px 72px;
    box-sizing: border-box;
    background-color: #fff;
}
.sec3_box .sec3_box_L{
    width: 29%;
    margin-right: 8%;
}
.sec3_box .sec3_box_L>img{
    max-width: 100%;
    width: 100%;
}
.sec3_box .sec3_box_L>img:hover{
    -webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sec3_box .sec3_box_R{
    width: 63%;
}
.sec3_box .sec3_box_R>li{
    margin-bottom: 18px;
    overflow: hidden;
}
.sec3_box .sec3_box_R>li:last-child{
    margin-bottom: 0;
}
.sec3_box .sec3_box_R>li .sec3_R_img{
    float: left;
    width: 20%;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
}
.sec3_R_img>img{
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    margin-right: 14px;
}
.sec3_R_img>span{
    display: block;
    float: left;
    font-weight: bold;
    font-size: 16px;
    color: #333;
    line-height: 32px;
}
.sec3_box .sec3_box_R>li .sec3_R_txt{
    float: left;
    font-size: 14px;
    color: #333;
    width: 80%;
    line-height: 32px;
}
/* contact_sec3 */
