@charset "utf-8";

/*.header .banner {
	width: 100%;
	background-size: cover;
	min-width: 1200px;
}*/

.header .banner {
	width: 100%;
	height: 635px;
	min-width: 1200px;
	text-align: center;
	overflow: hidden;
}

.header .banner img {
	width: auto;
	height: 100%;
}

.header {
	position: relative;
}

.header .menu {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 102px;
	background-color: rgba(0,0,0,0.56);
}

.header .menu .menu-content {
	margin: 0 auto;
	width: 1200px;
	height: 100%;
	background-color: black;
}

.header .menu .menu-content .menu-item {
	float: left;
	width: 300px;
	height: 100%;
	text-align: center;
}

.header .menu .menu-content .menu-item-active {
	float: left;
	width: 300px;
	height: 100%;
	text-align: center;
	background-color: #40A9FF;
}

.header .menu .menu-content .menu-item-pic {
	margin-top: 12px;
	width: 100%;
	height: 48px;
	text-align: center;
}

.header .menu .menu-content img {
	width: 48px;
	height: 48px;
}

.header .menu .menu-content .menu-item .menu-item-img1 {
	content: url("../img/contactus/icon-service.svg");
}

.header .menu .menu-content .menu-item .menu-item-img2 {
	content: url("../img/contactus/icon-join.svg");
}

.header .menu .menu-content .menu-item .menu-item-img3 {
	content: url("../img/contactus/icon-online.svg");
}

.header .menu .menu-content .menu-item .menu-item-img4 {
	content: url("../img/contactus/icon-message.svg");
}

.header .menu .menu-content .menu-item-active .menu-item-img1 {
	content: url("../img/contactus/icon-service-active.svg");
}

.header .menu .menu-content .menu-item-active .menu-item-img2 {
	content: url("../img/contactus/icon-join-active.svg");
}

.header .menu .menu-content .menu-item-active .menu-item-img3 {
	content: url("../img/contactus/icon-online-active.svg");
}

.header .menu .menu-content .menu-item-active .menu-item-img4 {
	content: url("../img/contactus/icon-message-active.svg");
}

.header .menu .menu-content .menu-item-txt {
	font-size: 14px;
	line-height: 42px;
	color: #FFFFFF;
}

.floor .lft {
	width: 240px;
	float: left;
	margin-bottom: 440px;
}

.floor .lft table {
	width: 100%;
}

.floor .lft td {
	border: 1px solid #CDD8E0;
	/*color: #333333;*/
	text-align: left;
	height: 35px;
	padding-left: 10px;
}

.floor .lft .td-lft {
	float: left;
}

.floor .lft .td-rgt {
	float: right;
	margin-right: 12px;
}

.floor .lft .left-menu-item {
	color: #333333;
	background-color: #FFFFFF;
	cursor: pointer;
}

.floor .lft .left-menu-item img {
	content: url("../img/contactus/arrow.svg");
}

.floor .lft .active {
	color: #FFFFFF;
	background-color: #096dd9;
}

.floor .lft .active img {
	content: url("../img/contactus/arrow-active.svg");
}

.floor .rgt {
	float: right;
	width: 942px;
}

.floor .rgt .top {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #096DD9;
	font-size: 14px;
}

.floor .rgt .line {
	height: 2px;
	background-color: #096DD9;
}

.floor .rgt .serice .con-txt {
	text-align: center;
	background-color: #40A9FF;
	margin-top: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: white;
	font-size: 14px;
}

.floor .rgt .serice img {
	width: 100%;
	height: 480px;
	padding-bottom: 60px;
}

.floor .rgt .download .item {
	height: 112px;
	margin-top: 20px;
	padding-left: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 20px;
	background-color: #fafafa;
}

.floor .rgt .download .item img {
	height: 100%;
	width: 200px;
	float: left;
}

.floor .rgt .download .item .item-rgt {
	height: 100%;
	width: 100%-200px;
	/* margin-left: 200px; */
}

.floor .rgt .download .item .item-rgt .tit {
	margin-left: 16px;
	padding-left: 10px;
	height: 40px;
	border: 1px solid #e9e9e9;
	background-color: white;
}

.floor .rgt .download .item .item-rgt .tit .main_tit {
	font-size: 20px;
	line-height: 40px;
	color: black;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.floor .rgt .download .item .item-rgt .btn {
	margin-left: 16px;
	margin-top: 32px;
	display: inline-block;
}

.floor .rgt .download .item .item-rgt .btn a div {
	width: 128px;
	height: 40px;
	background-color: #096dd9;
	text-align: center;
	line-height: 40px;
	color: white;
}

.floor .rgt .download .item .item-rgt .btn a img {
	width: 16px;
	height: 19px;
	margin-top: 10px;
	margin-left: 25px;
	margin-right: -15px;
}

.floor .rgt .question .con {
	padding-top: 10px;
}

.floor .rgt .question .con .con-tab {
	height: 40px;
}

.floor .rgt .question .con .con-tab .con-tab-item {
	float: left;
	height: 100%;
	line-height: 40px;
	width: auto;
	border-radius: 3px;
	padding-left: 12px;
	padding-right: 12px;
	margin-right: 12px;
	cursor: pointer;
	border: 1px solid #cccccc;
	color: #666666;
}

.floor .rgt .question .con .con-tab .con-tab-item.active {
	border: 1px solid #096dd9;
	color: #096dd9;
	background-color: #ffffff;
}

.floor .rgt .question .con .item {
	/* background-color: #fafafa; */
	margin-top: 10px;
}

.floor .rgt .question .con .item .item-tit {
	padding-left: 12px;
	padding-top: 12px;
	padding-right: 12px;
	font-size: 18px;
	line-height: 27px;
	color: #096dd9;
	overflow: hidden;
	text-overflow: ellipsis;
	/*white-space: nowrap;*/
}

.floor .rgt .question .con .item .item-txt {
	padding-left: 12px;
	padding-top: 8px;
	padding-bottom: 12px;
	padding-right: 12px;
	font-size: 14px;
	line-height: 18px
	color: #333333;
}

.floor2 .pic {
	text-align: center;
	/* height: 1260px; */
}

.floor2 .pic .pic-item {
	float: left;
	width: 388px;
	height: 548px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 40px;
	border: 1px solid #cccccc;
	box-shadow: 0 4px 12px rgba(0,0,0,0.20);
}

.floor2 .pic .pic-item .pic-item-top {
	height: 75px;
	line-height: 75px;
	background-image: url("../img/contactus/pic-join-topbg.png");
	font-size: 20px;
	color: white;
}

.floor2 .pic .pic-item .pic-item-con-tit {
	text-align: left;
	padding-left: 20px;
	padding-top: 20px;
	line-height: 30px;
	font-weight: bold;
	color: black;
}

.floor2 .pic .pic-item .pic-item-con-txt {
	text-align: left;
	padding: 20px;
	font-size: 10px;
	line-height: 20px;
	color: #2a2a2a;
}

.floor3 .content {
	margin-bottom: 60px;
}

.floor3 .content .online-bg {
	width: 740px;
	height: 414px;
	background: url("../img/contactus/online-bg.png");
	background-size: 100%,100%;
	margin: 0 auto;
	padding-left: 70px;
	padding-right: 70px;
	padding-top: 33px;
	padding-bottom: 50px;
}

.floor3 .content .online-bg .name {
	width: 100%-40px;
	height: 44px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 24px;
}

.floor3 .content .online-bg .name .input-name {
	float: left;
	width: 335px;
	height: 40px;
	font-size: 16px;
}

.floor3 .content .online-bg .name .input-phone {
	float: right;
	width: 335px;
	height: 40px;
	font-size: 16px;
}

.floor3 .content .online-bg .email {
	width: 100%-40px;
	height: 44px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 16px;
}

.floor3 .content .online-bg .email .input-email {
	float: left;
	width: 335px;
	height: 40px;
	font-size: 16px;
}

.floor3 .content .online-bg .email label {
	margin-left: 20px;
	padding-left: 20px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}

.floor3 .content .online-bg .email label input {
	/*margin-right: 4px;*/
}

/* start radio 样式重写*/
/* .floor3 .content .online-bg .email .radio {
    display: inline-block;
    position: relative;
    width: 40px;
}

.floor3 .content .online-bg .email label input[type="radio"] {
    position: absolute;
    width: 0;
    height: 0;
}

.floor3 .content .online-bg .email label input[type="radio"]:after {
    content:'';
    background-image: url(../img/contactus/icon-input-radio.svg);
    background-size:12px 12px;
    width:12px;
    height:12px;
    position: absolute;
    z-index: 100;
    left: -20px;
    top: 14px;
}

.floor3 .content .online-bg .email label input[type="radio"]:checked:after {
    background-image: url(../img/contactus/icon-input-radio-checked.svg);
    background-size:12px 12px;
    width:12px;
    height:12px;
} */

.radio {
  margin: 0.5rem;
  display: inline;
}

.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  filter: opacity(0);
}

.radio input[type="radio"] + .radio-label:before {
  content: '';
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.0em;
  height: 1.0em;
  position: relative;
  top: 0.7em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.radio input[type="radio"]:checked + .radio-label:before {
  background-color: #3197EE;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #3197EE;
}
.radio input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}

/* radio 样式重写 end */

.floor3 .content .online-bg .con {
	width: 100%-40px;
	height: 136px;
	font-size: 16px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 16px;
}

.floor3 .content .online-bg .con textarea {
	width: 676px;
	height: 120px;
	padding-top: 8px;
	padding-left: 12px;
	padding-right: 12px;
}

.floor3 .content .online-bg .btn {
	width: 100%-40px;
	height: 40px;
	padding-top: 18px;
	text-align: center;
}

.floor3 .content .online-bg .btn input {
	width: 128px;
	height: 40px;
	font-size: 16px;
	margin: 0 auto;
	background-color: #096dd9;
	color: white;
}

.floor4 .content {
	margin-bottom: 50px;
}

.floor4 .bg {
	width: 100%;
	height: 205px;
	background-color: #CDD8E0;
	margin-top: 110px;
}

.floor4 .container {
	margin-top: -322px;
}

.floor4 .content .cards {
	margin-top: 75px;
	/*text-align: center;*/
	margin-bottom: 60px;
	height: 215px;
}

.floor4 .content .cards .card-item {
	width: 288px;
	height: 205px;
	margin: 5px;
	border: 1px solid #CDD8E0;
	box-shadow: 0 4px 12px rgba(0,0,0,0.20);
	background-color: white;
	float: left;
}

.floor4 .content .cards .card-item .card-item-top {
	padding-left: 8px;
	padding-top: 6px;
	padding-right: 8px;
	height: 42px;
}

.floor4 .content .cards .card-item .card-item-top img {
	width: 8px;
	height: 24px;
	padding-top: 12px;
	float: left;
}

.floor4 .content .cards .card-item .card-item-top .card-item-top-rgt {
	float: left;
	margin-left: 16px;
	padding-top: 8px;
	padding-right: 8px;
}

.floor4 .content .cards .card-item .card-item-top .card-item-top-rgt .card-item-top-chtit {
	width: 100%;
	height: 20px;
}

.floor4 .content .cards .card-item .card-item-top .card-item-top-rgt .card-item-top-chtit .card-item-top-maintit {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	float: left;
	color: #333333;
}

.floor4 .content .cards .card-item .card-item-top .card-item-top-rgt .card-item-top-chtit .card-item-top-subtit {
	font-size: 12px;
	padding-top: 4px;
	color: #666666;
	float: left;
	padding-left: 4px;
}

.floor4 .content .cards .card-item .card-item-top .card-item-top-rgt .card-item-top-entit {
	font-size: 12px;
	color: #666666;
}

.floor4 .content .cards .card-item .card-item-line {
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-top: 8px;
	height: 2px;
	background-color: #096DD9;
}

.floor4 .content .cards .card-item .card-item-info {
	/*width: 100%;*/
	height: 22px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: left;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.floor4 .content .cards .card-item .card-item-info img {
	width: 27.5px;
	height: 20.5px;
	float: left;
}

.floor4 .content .cards .card-item .card-item-info span {
	padding-left: 8px;
	color: #333333;
	font-size: 12px;
}

.floor4 .content img {
	width: 100%;
}

.banner-content .content-btn{
	border: 1px solid #FFFFFF;
	border-radius: 24px;
	border-radius: 24px;
	width: 96px;
	height: 32px;
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 1.28px;
	text-align: center;
	line-height: 32px;
	margin: 36px auto 0px;
	cursor: pointer;
}


.banner-content {
	position:absolute;
	top:42%;
	left: 50%;
	margin-left: -173px;
	margin-top: -116px;
}

.content-title {
	font-family: SourceHanSansCN-Bold;
	font-size: 56px;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 8px;
}

.content-line {
	background: #FFFFFF;
    width: 64px;
    height: 4px;
	margin: 10px 0 20px 0;
	margin: 10px auto 20px;
}

.content-detail {
	font-family: SourceHanSansCN-Bold;
	font-size: 36px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-shadow: 0 2px 4px rgba(0,0,0,0.20);
	text-align: center;
	line-height: 36px;
}

.content-detail span{
	font-family: SourceHanSansCN-Bold;
	font-size: 48px;
	color: #FF8140;
	letter-spacing: 0;
	line-height: 54px;
}

.my-map { margin: 0 auto; width: 1200px; height: 600px; }
.my-map .icon { background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat; }
.my-map .icon-cir { height: 31px; width: 28px; }
.my-map .icon-cir-red { background-position: -11px -5px; }
.amap-container{height: 100%;}

.amap-info-content h5 {
	font-size: 16px;
    border-bottom: 1px solid #666;
    margin: 0 0 6px;
    padding: 0 0 4px;
    position: relative;
    word-break: break-all;
    word-wrap: break-word;
    white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
	color: #000000;
}

.amap-info-content div {
	color: #000000;
	line-height: 18px;
}

.amap-marker-label {
	border: none !important; 
    background-color:transparent !important;
}

.floor .lft td {
	border: 1px solid #cccccc;
	height: 35px;
	line-height: 35px;
	cursor: hand; 
	font-family: Tahoma; 
	background-color: #fff; 
	color: #000; 
	font-size: 14px; 
}

.floor .lft .left-menu-item.active td {
	color: #fff;
	background-color: #096dd9;
}

.item-panel {
	background-color: #fafafa;
	margin-bottom: 10px;
}

#questioncontainer .target-content:first-child {
	display: block;
}