﻿/*
 * FileName:link.css
 * Remark:link.css
 * Project:css
 * Author:Vincent
 * File Created:Sunday, 16th June 2019 9:59:07 pm
 * Last Modified:Sunday, 16th June 2019 9:59:17 
 * Modified By:Vincent
 */
 .rc-side-draw-nav{
    width:70%;
    height:100%;
    margin-right:-70%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    border-top:1px solid #a9a9a9;
}
.rc-common-sec-nav{
    width:70%;
    height:7%;
}
/* 内容 */
.rc-link-content-box{
    width:100%;
    height:95%;
}
/* 背景 */
.rc-link-bg{
    width:100%;
    height:550px;
    /* background:url(../images/link_0.jpg)no-repeat; */
    background-size:100% 100%;
}
.rc-link-content-box{
    width:100%;
    height:1660px;
}
.rc-link-sec-nav{
    height:6%;
    width:35%;
}
/* 关注我们 */
.rc-common-box{
    height:40%;
    width:100%;
}
.rc-map{
	width:80% !important;
	height:80% !important;
}

/*map地图*/

.map {
	height: 500px;
	width: 100%;
	margin: 0 auto;
	z-index: 9;
	border: 1px solid #ccc;
}

.map img {
	width: auto !important;
	max-width: initial;
}

.map b {
	color: #d44924;
	font-size: 15px;
}

.map .BMap_center {
	/*width: 341px !important;*/
}

.map .iw_poi_content {
	color: #333;
	font-size: 12px;
}

.rc-contact-box{
    height:106%;
    width:80%;
    margin: 0 auto;
}
.rc-contact-left{
    width:50%;
    height:100%;
    
}
.rc-contact-right{
    width:30%;
    height:100%;
}
.rc-contact-left-top{
    height:50%;
    width:100%;
}
.rc-contact-left-bottom{
    height:50%;
    width:100%;
}
/* 二维码 */
.rc-contact-ecode-box{
    width:40%;
    height:75%;
}
.rc-ecode{
    width:110px;
    height:110px;
    /* background: url(../images/ecode.png) no-repeat;
    background-size: 100% 100%; */
}
.rc-contact-ecode-small-box{
    height:80%;
    width:100%;
}
.rc-message-box{
    height:30%;
    width:100%;
}
.rc-message-text{
    height:25%;
    width:50%;
}
.rc-message-text .size-large-xx{font-size: 24px;}

/*0722*/
.rc-contact-list{  display: block; width:80%; margin:45px auto;}
.rc-contact-list li{ float:left; width:29.33%;margin-right:4%; margin-bottom:60px;height: 140px;}
.rc-contact-list li h3{ color:#fff; font-size:18px;}
.rc-contact-list li p{color:#eee; font-size:14px; margin-top:7px;line-height: 1.5em;}
@media screen and (max-width: 1400px){
	.rc-contact-box{ width:90%;}
	.rc-contact-list{ width:90%;}
	.rc-contact-list li h3{font-size:16px;font-weight:700;}
}

@media screen and (max-width: 911px){
	.rc-contact-list{ margin-top:40px;}
	.rc-contact-list li{ width:100%; margin-right:0;}
}

/**/
.rc-common-box>.rc-contact-box{flex-direction: column;}

.bg-dark-thin-black{    padding-bottom: 390px;}
.rc-link-content-box{ padding-bottom: 390px;}
.rc-common-box:first-of-type{
	height:45%;
}



/*0918*/
.rc-link-bg .rc-common-title span{ letter-spacing: 0px !important; font-size: 44px;}
