
/* --- zc_contact_reset-v1.0.css --- */
@charset "UTF-8";
/**
 * @desc File Info
 * @author MaLiang
 * @date 2019-4-2
 */

/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp{
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
  text-align: left;
  font-family: "Microsoft YaHei";
}

html,body {height: 100%;}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
/*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
  display: block;
}

b,
strong {
/*
  Makes browsers agree.
  IE + Opera = fonts-weight: bold.
  Gecko + WebKit = fonts-weight: bolder.
*/
  font-weight: bold;
}

img{
  color: transparent;
  font-size: 0;
  vertical-align: middle;
/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode: bicubic;
}

ol,
ul {
  list-style: none;
}

li {
/*
  For IE6 + IE7:

  "display: list-item" keeps bullets from
  disappearing if hasLayout is triggered.
*/
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

sub,sup,small {font-size: 75%;}

sub,sup {line-height: 0;position: relative;vertical-align: baseline;}

sub {bottom: -0.25em;}
sup {top: -0.5em;}
svg{overflow: hidden;}
/*  For IE9. Without, occasionally draws shapes
  outside the boundaries of <svg> rectangle.
*/
/**/
.clearfix:before, .clearfix:after{display: table;content: " ";}
.clearfix:after{clear: both;}
*{box-sizing: border-box;}


a{
  text-decoration: none;
  cursor: pointer;
}
button{
  outline: none;
  border: none;
  background: none;
  cursor: pointer;
}
input,select::-ms-expand { display: none; }  
input,select{
  display: block;
  appearance:none;
  -moz-appearance:none; 
  -webkit-appearance:none;
  outline: none;
} 

/* --- zc_contact_swiper-v2.0.css --- */
/*
 * Swiper 2.7.6
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: February 11, 2015
*/
/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	direction:ltr;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}

.banner_pagination{
	width: 100%;
}
/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
	/* Specify Swiper's Size: */

	/*width:200px;
	height: 100px;*/
}
.swiper-slide {
	/* Specify Slides's Size: */
	
	/*width: 100%;
	height: 100%;*/
}
.swiper-slide-active {
	/* Specific active slide styling: */
	
}
.swiper-slide-visible {
	/* Specific visible slide styling: */	

}
/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
	/* Stylize pagination button: */	

}
.swiper-active-switch {
	/* Specific active button style: */	
	
}
.swiper-visible-switch {
	/* Specific visible button style: */	
	
}

/* --- zc_contact_style.css --- */
/* S 公用样式 */
body{
    font-family: "Microsoft YaHei";
}
a{
    cursor: pointer;
    text-decoration: none;
    color: #333;
}
button{
    outline: none;
    border: none;
    background: none;
    cursor: pointer;
}
select::-ms-expand { display: none; }
select{
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari 和 Chrome */

}
.min_width{
    width: 100%;
    min-width: 1200px;
}
.w1200{
    width: 1200px;
    margin: auto;
}
/*E 公用样式*/
/* S 头部 */
.head_top{
    background: #f5f5f5;
    width: 100%;
    min-width: 1200px;
}
.head_top>div{
    height:38px;
    line-height:36px;
    font-size: 14px;
    position: relative;
}
.head_top>div>:nth-child(1),.head_top>div>:nth-child(2),.head_top>div>:nth-child(3),.head_top>div>:nth-child(4){
    float: left;
    color:#666666;
}
.head_top>div>:nth-child(1){
    width: 126px;
    height: 19px;
    margin-top:10px;
    border-right: 1px solid #ccc;
    font-size: 11px;
    line-height: 19px;
    text-align: center;
}
.head_top>div>:nth-child(2){
    padding-left:9px;
}
.head_top>div>:nth-child(3){
    position: absolute;
    right: 234px;
    font-size: 11px;
 }
 .head_top>div>:nth-child(4){
    position: absolute;
    right: 0;
    font-size: 11px;
 }
 .curent_city{
     font-size:11px;
     cursor: pointer;
 }
 .curent_city span{
    color:#666666b4;
 }
 .left-header .hidden-city {
    position: absolute;
    top: 38px;
    left: 132px;;
    width: 237px;
    padding: 0 30px 0 20px;
    border: 1px solid #ececec;
    border-top: none;
    display: none;
    background: #fff;
    z-index: 99;
}
 .head_top .left-header .hidden-city p{
    font-size: 12px;
    color: #333;
}
.head_top .left-header .hidden-city a{
    padding: 8px;
    font-size: 12px;
    color: #888;
}
/* E 头部 */
/* S logo部分 */
.head_mid{
    background: #fff;
    width: 100%;
    min-width: 1200px;
}
.head_mid>div{
    height: 123px;
    position: relative;
}
.head_mid>div>:nth-child(1){
    margin-top:14px;
    float: left;
}
.head_mid>div>:nth-child(2){
    width:300px;
    height:36px;
    float: left;
    margin-top:36px;
    margin-left:172px;
    border: 1px solid #fd7d22;
}
.head_mid>div>:nth-child(3){
   width: 105px;
   height: 36px;
   background: #fd7d22;
   margin-top:36px;
   float: left;
   color: #fff;
   line-height: 36px;
   cursor: pointer;
}
.head_mid>div>:nth-child(3) img{
    margin-left:27px;
    margin-right:3px;
}
.head_mid>div>:nth-child(4){
    width: 184px;
    height: 41px;
    position: absolute;
    right: 0;
    top:33px;
}
.head_mid>div>:nth-child(4) img{
    float: left;
}
.head_mid>div>:nth-child(4) div{
    float: left;
    margin-left:6px;
}
.head_mid>div>:nth-child(4) div :nth-child(1){
    color: #666
}
.head_mid>div>:nth-child(4) div :nth-child(2){
    color: #fd7d22;
    font-size:16px;
    font-weight: bold
}
/* E logo部分 */
/* S 导航部分 */
.head_nav{
    background: #fd8a38;
    width: 100%;
    min-width: 1200px;
    height: 51px;
}
.head_nav>div{
    position: relative
}
.head_nav>div ul{
    height: 100%;
}
.head_nav>div ul li{
    width: 170px;
    height: 100%;
    float: left;
    padding-left:42px;
    line-height: 51px;
    color: #fff;
    font-weight: bold;
}
.head_nav>div>:nth-child(2){
    position: absolute;
    top:-24px;
    left:442px;
}
.head_nav>div>:nth-child(3){
    position: absolute;
    top:-24px;
    left:612px;
}
/* E 导航部分 */
/* S banner 轮播 */
.banner{
    width: 100%;
    min-width: 1200px;
    height: 540px;
    position: relative;
    overflow: hidden;
    margin-top: 88px;
}
.banner_swiper{
    width: 1920px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px;
    height: 540px;
    overflow: hidden;
}
.pagination {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 20;
    left: 0;
    bottom: 130px;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 8px;
    background: #555;
    margin-right: 10px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}
.swiper-active-switch {
    background: #fff;
}
/* E banner 轮播 */
/* S 成功源自真实的数据  */
   .gywm_real_data{
    height: 945px;
    background: url("../images/gywm_real_data_bg.png")no-repeat;
    background-position-x: center;
    padding-top: 1px;
}
.gywm_real_data_content{
    width: 100%;
    height: 285px;
    background-color: rgb(255, 255, 255);
    margin-top: -100px;
    position: relative;
    z-index: 1;
    padding-top: 48px;
}
.gywm_real_data_content>h4{
    font-size: 30px;
    color: rgb(51, 51, 51);
    text-align: center;
    font-weight: 500;
}
.gywm_real_data_content>p{
    font-size: 16px;
    color: rgb(153, 153, 153);
    text-align: center;
    margin-top: 16px;
}
.gywm_real_data_content>ul{
    width: 100%;
    padding: 50px 36px 0 36px;
}
.gywm_real_data_content>ul>li{
    float: left;
    text-align: center;
}
.gywm_real_data_content>ul>li>span{
    font-size: 36px;
    color: rgb(255, 89, 23);
}
.gywm_real_data_content>ul>li>p{
    font-size: 16px;
    color: rgb(102, 102, 102);
}
.gywm_real_data_content>ul>li:not(:last-child){
    margin-right: 100px;
}
.gywm_profiles{
    width: 100%;
    height: 640px;
    margin-top: 60px;
}
.corporate_style_swiper{
    width: 526px;
    height: 640px;
    float: left;
    overflow: hidden;
    position: relative;
}
.zssj_swiper{
    height: 100%;
}
.pagination2{
    bottom: 20px;
}
.pagination2 span{
    width: 18px;
    height: 4px;
    border-radius: 2px;
    border: none;
    background-color: rgb(238, 238, 238);
    opacity: 0.502;
}
.swiper-active-switch{
    background-color: #fff!important;
    opacity: 1!important;
}
.corporate_style_swiper span>img{
    width: 100%;
}
#corporate_style_pagination{
    width: 100px;
}
#corporate_style_pagination>>>.swiper-pagination-bullet-active{
    background: #fff!important;
}
#corporate_style_pagination>>>span{
    width: 10px!important;
    height: 10px!important;
    border: 1px solid #fff!important;
}
.corporate_info{
    float: left;
    width: 674px;
    height: 582px;
    margin-top: 58px;
    background-color: rgb(255, 255, 255);
    padding: 46px 30px 0 34px;
}
.corporate_info>b{
    display: block;
    font-size: 30px;
    color: rgb(51, 51, 51);
}
.corporate_info>span{
    display: block;
    font-size: 24px;
    color: rgba(153, 153, 153, 0.302);
    text-transform: uppercase;
    margin-top: 10px;
}
.corporate_info>p{
    font-size: 16px;
    color: rgb(102, 102, 102);
    line-height: 1.875;
    text-indent: 2em;
    margin-top: 20px;
}
.corporate_info>a{
    display: block;
    width: 134px;
    height: 42px;
    border: 1px solid rgb(255, 108, 0);
    text-align: center;
    line-height: 42px;
    margin-top: 52px;
    font-size: 16px;
    color: rgb(255, 108, 0);
    cursor: pointer;
}
.corporate_info>a:hover{
    background-color: rgb(255, 117, 1);
    color: #fff;
}
/* E 成功源自真实的数据  */
/* S 企业简介 */
.gywm_profiles{
    width: 100%;
    height: 640px;
    margin-top: 60px;
}
.corporate_style_swiper{
    width: 526px;
    height: 640px;
    float: left;
    overflow: hidden;
}
.corporate_style_swiper span>img{
    width: 100%;
}
#corporate_style_pagination{
    width: 100px;
}
#corporate_style_pagination>>>.swiper-pagination-bullet-active{
    background: #fff!important;
}
#corporate_style_pagination>>>span{
    width: 10px!important;
    height: 10px!important;
    border: 1px solid #fff!important;
}
.corporate_info{
    float: left;
    width: 674px;
    height: 582px;
    margin-top: 58px;
    background-color: rgb(255, 255, 255);
    padding: 46px 30px 0 34px;
}
.corporate_info>b{
    display: block;
    font-size: 30px;
    color: rgb(51, 51, 51);
}
.corporate_info>span{
    display: block;
    font-size: 24px;
    color: rgba(153, 153, 153, 0.302);
    text-transform: uppercase;
    margin-top: 10px;
}
.corporate_info>p{
    font-size: 16px;
    color: rgb(102, 102, 102);
    line-height: 1.875;
    text-indent: 2em;
    margin-top: 20px;
}
.corporate_info>a{
    display: block;
    width: 134px;
    height: 42px;
    border: 1px solid rgb(255, 108, 0);
    text-align: center;
    line-height: 42px;
    margin-top: 52px;
    font-size: 16px;
    color: rgb(255, 108, 0);
    cursor: pointer;
}
.corporate_info>a:hover{
    background-color: rgb(255, 117, 1);
    color: #fff;
}
/* E 企业简介 */
/* S 业务范畴  */
.gywm_introduce{
    height: 788px;
    background: url("../images/gywm_introduce_bg.jpg") no-repeat;
    background-position-x: center;
    padding-top: 80px;
}
.gywm_introduce_content{
    height: 510px;
    background-color: #fff;
}
.gywm_introduce_left{
    float: left;
    width: 305px;
    height: 100%;
    background: url("../images/ywfc_left.jpg")no-repeat;
    padding: 44px 12px 0 22px;
}
.gywm_introduce_left>b{
    display: block;
    font-size: 30px;
    color: rgb(255, 255, 255);
}
.gywm_introduce_left>span{
    display: block;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.302);
    text-transform: uppercase;
    margin-top: 10px;
}
.gywm_introduce_left>p{
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 1.625;
    margin-top: 22px;
}
.gywm_introduce_right{
    float: left;
    width: 895px;
    height: 100%;
}
.gywm_introduce_right>li{
    float: left;
    width: 25%;
    height: 33.33%;
    text-align: center;
    padding-top: 32px;
    border-bottom: 1px solid rgb(229, 229, 229);
    border-right: 1px solid rgb(229, 229, 229);
}
.gywm_introduce_right>li:nth-child(11),
.gywm_introduce_right>li:nth-child(12),
.gywm_introduce_right>li:nth-child(13),
.gywm_introduce_right>li:nth-child(14),
.gywm_introduce_right>li:nth-child(15){
    border-bottom: none;
}
.gywm_introduce_right>li:nth-child(4n+0){
    border-right: none;
}
.gywm_introduce_right>li>i{
    display: inline-block;
    width: 88px;
    height: 56px;
    background: url("../images/icon.png")no-repeat;
}
.gywm_introduce_right>li:nth-child(2)>i{
    background-position-x: -264px;
}
.gywm_introduce_right>li:nth-child(3)>i{
    background-position-x: -352px;
}
.gywm_introduce_right>li:nth-child(4)>i{
    background-position-x: -528px;
}
.gywm_introduce_right>li:nth-child(5)>i{
    background-position-x: -616px;
}
.gywm_introduce_right>li:nth-child(6)>i{
    background-position-x: -704px;
}
.gywm_introduce_right>li:nth-child(7)>i{
    background-position-x: -792px;
}
.gywm_introduce_right>li:nth-child(8)>i{
    background-position-x: -880px;
}
.gywm_introduce_right>li:nth-child(9)>i{
    background-position-x: -968px;
}
.gywm_introduce_right>li:nth-child(10)>i{
    background-position-x: -1056px;
}
.gywm_introduce_right>li:nth-child(11)>i{
    background-position-x: -1144px;
}
.gywm_introduce_right>li:nth-child(12)>i{
    background-position-x: -1232px;
}
.gywm_introduce_right>li>p{
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    text-align: center;
    margin-top: 12px;
}
.gywm_introduce_right>li>span{
    display: block;
    text-align: center;
    font-size: 14px;
    color: rgb(102, 102, 102);
    margin-top: 4px;
}
.gywm_introduce_right>li:hover{
    background-image: -moz-linear-gradient( 45deg, rgb(255,154,5) 0%, rgb(255,108,0) 100%);
    background-image: -webkit-linear-gradient( 45deg, rgb(255,154,5) 0%, rgb(255,108,0) 100%);
    background-image: -ms-linear-gradient( 45deg, rgb(255,154,5) 0%, rgb(255,108,0) 100%);
    background-image: linear-gradient( 45deg, rgb(255,154,5) 0%, rgb(255,108,0) 100%);
}
.gywm_introduce_right>li:hover i{
    background-position-y: -56px;
}
.gywm_introduce_right>li:hover p{
    color: #fff;
}
.gywm_introduce_right>li:hover span{
    color: #fff;
}

.gywm_introduce_text{
    height: 200px;
    padding-top: 30px;
    padding-left: 6px;
}
.gywm_introduce_text>p{
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 1.875;
}
.gywm_introduce_text>p>b{
    color: #ff7501;
}

/* 业务范畴  */
/* S 服务优势  */
.service_advantage{
    height: 614px;
    background: #fff;
    padding-top: 58px;
    position: relative;
}
.service_advantage>div{
    position: relative;
    z-index: 1;
}
.service_advantage .gywm_title h3{
    text-align: center;
    font-size: 30px;
    color: #333;
}
.service_advantage .gywm_title p{
    text-align: center;
    font-size: 24px;
    margin-top: 10px;
    color: hsla(0,0%,60%,.302);
}
.service_advantage>i{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 330px;
    background-color: #f1f3f5;
}
.service_advantage ul{
    width: 100%;
    height: 406px;
    padding: 38px 25px 22px 25px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 27.3px 2.7px rgba(192, 192, 192, 0.15);
    margin-top: 40px;
}
.service_advantage ul>li{
    float: left;
    width: 220px;
    text-align: center;
}
.service_advantage ul>li:not(:last-child){
    margin-right: 12px;
}
.service_advantage ul>li>i{
    display: block;
    width: 90px;
    height: 90px;
    margin: auto;
    background: url("../images/icon.png")no-repeat;
    background-position: 0 -121px;
}
.service_advantage ul>li:nth-child(2)>i{
    background-position-x: -90px;
}
.service_advantage ul>li:nth-child(3)>i{
    background-position-x: -180px;
}
.service_advantage ul>li:nth-child(4)>i{
    background-position-x: -270px;
}
.service_advantage ul>li:nth-child(5)>i{
    background-position-x: -360px;
}
.service_advantage ul>li>b{
    display: block;
    text-align: center;
    font-size: 18px;
    color: rgb(51, 51, 51);
    margin-top: 18px;
    font-weight: 500;
}
.service_advantage ul>li>p{
    font-size: 16px;
    color: rgb(102, 102, 102);
    text-align: center;
    line-height: 1.5;
    margin: 10px 0 24px 0;
}
.service_advantage ul>li:hover b,
.service_advantage ul>li:hover p{
    color: rgb(255, 117, 1);
}
.service_advantage ul>li:hover i{
    background-position-y: -211px;
}
/* E 服务优势 */
/* S 服务品牌  */
.service_brand{
    height: 666px;
    padding-bottom: 80px;
}  
.service_brand .gywm_title h3{
    text-align: center;
    font-size: 30px;
    color: #333;
}  
.service_brand .gywm_title p{
    text-align: center;
    font-size: 24px;
    margin-top: 10px;
    color: hsla(0,0%,60%,.302);
}
.service_brand ul{
    width: 100%;
    height: 482px;
    margin-top: 46px;
    outline: 1px solid #f2f2f2;
}
.service_brand ul>li{
    float: left;
    width: 20%;
    height: 25%;
}
.service_brand ul>li>img{
    width: 100%;
}
.service_brand ul>li:hover{
    box-shadow: 0px 1px 11.83px 1.17px rgba(3, 84, 154, 0.1);
}
/* E 服务品牌  */
 /* S 联系我们 */
 .contact_us{
    height: 722px;
    background: url("../images/aboutus_banner1.jpg") no-repeat;
    background-position-x: center;
    padding-top: 60px;
}
.contact_us .gywm_title h3{
    text-align: center;
    font-size: 30px;
    color: #333;
}  
.contact_us .gywm_title p{
    text-align: center;
    font-size: 24px;
    margin-top: 10px;
    color: hsla(0,0%,60%,.302);
}
.contact_us_content{
    width: 100%;
    height: 510px;
    margin-top: 16px;
    /* background-color: pink; */
}

.branch_office{
    float: left;
    width: 387px;
    height: 468px;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    overflow: hidden;
    margin-top: 20px;
}
.branch_office>h6{
    display: block;
    height: 74px;
    line-height: 74px;
    font-size: 24px;
    color: rgb(255, 255, 255);
    text-align: center;
    font-weight: 500;
    background: url("../images/map_left_bg.png")no-repeat;
}
.branch_office>ul{
    width: 100%;
    height: 155px;
    padding: 26px 20px 0 20px;
}
.branch_office>ul>li{
    width: 20%;
    float: left;
    font-size: 16px;
    color: rgb(102, 102, 102);
    text-align: center;
    margin-bottom: 26px;
    cursor: pointer;
}
.branch_office>div{
    width: 100%;
    height: 166px;
    border-top: 2px dotted rgb(229, 229, 229);
    border-bottom: 2px dotted rgb(229, 229, 229);
    padding: 18px 0 0 30px;
}
.branch_office>div>p{
    font-size: 14px;
    color: rgb(102, 102, 102);
    margin-bottom: 14px;
}
.branch_office>a{
    display: block;
    width: 134px;
    height: 42px;
    border-width: 1px;
    border-color: rgb(255, 108, 0);
    border-style: solid;
    margin: auto;
    margin-top: 13px;
    font-size: 16px;
    color: rgb(255, 108, 0);
    text-align: center;
    line-height: 42px;
    cursor: pointer;
}
.branch_office>a:hover{
    background-color: rgb(255, 117, 1);
    color: #fff;
}
.active{
    color: rgb(255, 108, 0)!important;
}
.echarts {
    float: right;
    width: 750px;
    height: 100%;
    position: relative;
}
.echarts .china_map {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.echarts>ul{
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.echarts>ul>li{
    position: absolute;
    width: 150px;
    height: 145px;
    text-align: center;
}
.echarts>ul>li:nth-child(6){
    width: 280px;
    height: 156px;
}
.echarts>ul>li:nth-child(6)>span{
    width: 100%;
    height: 130px;
    padding: 20px 25px;
    background: url("../images/cd_bg.png")no-repeat;
}
.echarts>ul>li:nth-child(6)>span>img{
    float: left;
    margin-right: 14px;
}
.echarts>ul>li:nth-child(6)>span>b{
    font-size: 16px;
    color: rgb(51, 51, 51);
    font-weight: 500;
}
.echarts>ul>li:nth-child(6)>span>p{
    font-size: 14px;
    color: rgb(136, 136, 136);
    line-height: 1.429;
}
.echarts>ul>li:nth-child(6)>p{
    margin-left: 19px;
}
.echarts>ul>li>span{
    display: block;
    width: 100%;
    height: 113px;
    background: url("../images/dbx_bg.png")no-repeat;
    padding: 5px 5px 0 5px;
}
.echarts>ul>li>p{
    display: inline-block;
    width: 14px;
    height: 14px;
    border-width: 1px;
    border-color: rgb(255, 255, 0);
    border-style: solid;
    border-radius: 50%;
    margin-top: 15px;
    text-align: center;
    line-height: 7px;
}
.echarts>ul>li>p>i{
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: rgb(255, 255, 0);
    border-radius: 50%;
}
.echarts>ul>li{
    display: none;
}
.echarts>ul>li:nth-child(1){ 
    display: block;
    left: 424px;
    top: 60px;
}
.echarts>ul>li:nth-child(2){
    left: 482px;
    top: 180px;
}
.echarts>ul>li:nth-child(3){
    left: 410px;
    top: 290px;
}
.echarts>ul>li:nth-child(4){
    left: 390px;
    top: 290px;
}
.echarts>ul>li:nth-child(5){
    left: 390px;
    top: 180px;
}
.echarts>ul>li:nth-child(6){
    left: 226px;
    top: 180px;
}
.echarts>ul>li:nth-child(7){
    left: 320px;
    top: 210px;
}
.echarts>ul>li:nth-child(8){
    left: 415px;
    top: 88px;
}
.echarts>ul>li:nth-child(9){
    left: 400px;
    top: 188px;
}
.echarts>ul>li:nth-child(10){
    left: 465px;
    top: 200px;
}
.echarts>ul>li:nth-child(11){
    left: 396px;
    top: 136px;
}
.echarts>ul>li:nth-child(12){
    left: 390px;
    top: 300px;
}
.echarts>ul>li:nth-child(13){
    left: 380px;
    top: 220px;
}
.echarts>ul>li:nth-child(14){
    left: 380px;
    top: 220px;
}
.regional_info{
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 88px;
    height: 74px;
    border-width: 1px;
    border-color: rgb(240, 241, 241);
    border-style: solid;
    background-color: rgb(252, 253, 253);
    padding-top: 16px;
    padding-left: 10px;
}
.regional_info>p{
    font-size: 14px;
    color: rgb(102, 102, 102);
    margin-bottom: 6px;
}
.regional_info i{
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 8px;
}
.regional_info>p:nth-child(1)>i{
    background-color: rgb(254, 181, 148);
}
.regional_info>p:nth-child(2)>i{
    background-color: rgb(255, 232, 222);
}
/* E 联系我们 */

/* S 友情链接 */
.links{
    width: 100%;
    min-width: 1200px;
    background: #2b2e33;
}
.links>div{
    height: 170px;
    position: relative
}
.links>div .link_list{
    width: 216px;
    height: 62px;
}
.links>div .link_list li{
   float: left;
   width: 108px;
   font-size: 14px;
   height: 62px;
   line-height: 62px;
}
.links>div .link_list li a{
    color:#adb4c0;
}
.links>div .link_list2{

}
.links>div .link_list2 p,.links>div .link_list2 ul{
    float: left;
    font-size: 14px;
    color:#adb4c0;
}
.links>div .link_list2 ul{
    width: 640px;
}
.links>div .link_list2 ul li{
    float: left;
    margin-right: 34px;
    margin-bottom: 16px;
}
.links>div .link_list2 ul li a{
    font-size: 14px;
    color:#adb4c0;
}
.links>div .hotLine{
    position: absolute;
    bottom: 15px;
    left: 0;
    font-size: 14px;
    color:#adb4c0;
}
.links>div .hotLine span{
    font-size: 16px;
    color:#fd832d;
}
.links>div .line{
    width: 1px; 
    height: 130px;
    background: #adb4c0;
    position: absolute;
    left:698px;
    top:20px;
}
.links>div .ditu_img{
    position: absolute;
    top:32px;
    left:725px;
}
.links>div h5{
    position: absolute;
    left:875px;
    top:32px;
    font-size:16px;
    color:#ffffff;
    font-weight: normal;
}
.links>div h5 ~ p {
    font-size: 13px;
    color:#adb4c0;
    /* position: absolute; */
    margin-left:875px;
    display: block;
    margin-top:5px;
}
/* E 友情链接 */
/* S 备案信息 */
.record_info{
    width: 100%;
    min-width: 1200px;
    background: #24272b;
}
.record_info>div{
    height: 60px;
    padding-top:14px;
}
.record_info>div p{
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #666;
}
/* E 备案信息 */