@charset "utf-8";

* {outline: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box}
html {font: normal 16px "Microsoft YaHei";-webkit-text-size-adjust: 100%;}
body {padding: 0;margin: 0 auto;font-size: 16px; color: #333;background-color: #fff;font-family: "Arial","Microsoft YaHei";min-width: 320px;
    -webkit-text-size-adjust: none;
    /*取出点击出现半透明的灰色背景*/
    -webkit-tap-highlight: rgba(0,0,0,0);
    /*控制内容的可选择性*/

}
@media  (max-width: 640px){
    body{ font-size: 14px;}
}
input[type="button"],
input[type="submit"],
input[type="reset"] {-webkit-appearance: none;}
ul,
li,
form,
dl,
dt,
dd,
div,
ol,
figure,
aside{padding: 0;margin: 0;}
.ul,
.ul li {list-style: none;}
table {border-collapse: collapse;border-spacing: 0}
table td {border-collapse: collapse;font-size: 1px;}
select, input, textarea {font-size: 14px;color: #333;border-radius: 0;-webkit-border-radius: 0;font-family: "Microsoft YaHei";}
button{ margin: 0; padding: 0;}
img{border: none;max-width: 100%;vertical-align: middle;}
a {color: #333;text-decoration: none; -webkit-tap-highlight-color:rgba(0,0,0,0);/* 去掉链接触摸高亮 */}
a:hover {color: #111e90;text-decoration: none;}
a:focus {color: #333;outline: none;-moz-outline: none;}
a:active {color: #333;}
pre{
    white-space:pre-wrap;
    white-space:-moz-pre-wrap;
    white-space:-o-pre-wrap;
    word-wrap:break-word;
    margin:0;
    font-family: "Microsoft YaHei";
    text-align:justify;
    text-justify:inter-ideograph;
}
img, object {
    border: none;
    max-width: 100%;
    border: 0;
    overflow: hidden;
    vertical-align: middle;
}

.clear {clear: both;height: 0px;overflow: hidden;zoom: 0;}
.clearfix {*zoom:1;}/*IE/7/6*/
.clearfix:after { content:"\200B"; display:block; height:0; clear:both; }

.dot{display: block;white-space: nowrap; text-overflow: ellipsis;overflow: hidden;}
/*2行文本省略号*/
.dot2 {display: -webkit-box;display: box;overflow: hidden;text-overflow: ellipsis;word-break: break-all;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
/*3行文本省略号*/
.dot3 {display: -webkit-box;display: box;overflow: hidden;text-overflow: ellipsis;word-break: break-all;-webkit-box-orient: vertical;-webkit-line-clamp: 3;}

.ytable{ display:table; width:100%; table-layout: fixed;}
.ytable-cell{ display:table-cell; vertical-align:middle;}

a {
    color: #585858;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 去掉链接触摸高亮 */
a:focus {
    outline: none;
    -moz-outline: none;
}

.hide {
    display: none;
}

.cover{ background-repeat: no-repeat; background-position: center; background-size: cover;}
.contain_img{ background-repeat: no-repeat; background-position: center; background-size: contain;}

.fl{ float: left;}
.fr{ float: right;}

.auto_1760{max-width: 1760px;margin: auto;}
@media  (max-width: 1760px){
    .auto_1760{padding: 0 2%;}
}

/* 视频弹窗 */
.video-play-wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, .5);
    display: none;
    width: 100%;
    height: 100%;

}
.video-play-wrap .inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    height: 90%;
}
.video-play-wrap video {
    position: absolute;
    width: 100%;
    height: 100%;
}
.video-play-wrap .close-btn {
    background: rgba(30, 30, 30, .6);
    cursor: pointer;
    height: 44px;
    padding: 10px;
    transition: color .2s;
    vertical-align: top;
    width: 44px;
    position: absolute;
    right: 0;
    top: 0;
    color: #ccc;
}
.video-play-wrap .close-btn svg path {
    fill: transparent;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3;
}


.header{ position: absolute; left: 0; top: 0; width: 100%; z-index: 100; transition: all 0.5s; font-size: 14px; line-height: 110px;}
.header .auto_1760{ position: relative; font-size: 0;}
.header .logo{ display: inline-block; width: 20%; vertical-align: middle;}
.header .logo img{ display: inline-block;}
.header .logo .img2{ display: none;}
.header .top,
.header .topNav{ position: absolute; right: 0; line-height: normal; }
.header .top{ top: 15px; right: -1.1%; font-size: 14px;}
.header .top dt,
.header .top dd{ display: inline-block; position: relative; color: #fff;}
.header .top dd{ width: 160px;}
.header .top dt{ margin-right: 35px;}
.header .top .lang{ width: 170px; text-align: center;}
.header .top dd:before{ content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 13px; background: #fff;}
.header .top dd span{ display: inline-block; padding-right: 22px; cursor: pointer; }
.header .top dd span a{ color: #fff;}
.header .top span:after{ content: ''; width: 11px; height: 100%; background: url("../images/icon_line2.png") no-repeat center; position: absolute; right: 0; top: 0;}
.header .top .lang span{ position: relative; background: url("../images/lang_icon.png") no-repeat left center; padding-left: 30px;}
.header .top .net{ text-align: right;}
.header .top .sub{ width: 100%; position: absolute; left: 0; top: 100%; display: none; background: #fff;padding: 10px;border-radius: 0 0 5px 5px;z-index: 10;}
.header .top .net .sub{ left: auto; right: 0; width: 170%;text-align:left;}
.header .top .sub a{ display: block; line-height: 30px;}
.header .top .net .sub{ padding-right: 22px;}
.header .open-search{ display: inline-block; width: 25px; height: 25px; background: url("../images/search_icon.png") no-repeat center; vertical-align:middle; position: relative;}
.header .open-search-show{ background: none!important;}
.header .open-search-show::before,
.header .open-search-show::after{ position:absolute; content:''; width:60%; height:2px; background:#666; top:50%; left:20%; transform:rotate(-45deg);}
.header .open-search-show::after{transform:rotate(45deg);}
.header .search_box{ position:absolute; top:30px; right:0; z-index:100; display:none;}
.header .search_box .text{width: 254px;line-height: 46px;height: 46px; border:1px solid #fff; background:rgba(0,0,0,0.2); color:#fff; padding:0 50px 0 10px;}
.header .search_box .btn{ position:absolute; right:0; top:0; line-height: 46px; width:46px; text-align:center; color:#fff; font-weight:bold; font-size:16px; font-family:Verdana,Arial, Helvetica, sans-serif; height: 100%; background: url("../images/search_icon.png") no-repeat center;}
.header .search_box .btn::before{position: absolute; content: '';border: 8px solid transparent; border-bottom-color:#b4b4b4;top: -15px;right: 4px;}
.header .topNav{ bottom: -10px; text-align: right;}
.header .topNav li{ display: inline-block; margin-left: 85px; position: relative; padding-bottom: 38px; }
.header .topNav a{ display: block; color: #fff; font-size: 18px;}
.header .submenu{ position: absolute; opacity: 0;  transition: all 0.5s; z-index: -100;top: 100%; height: 0; overflow: hidden; left: -35px;}
.header .topNav li:before{ content: ''; position: absolute; left: 50%; transform: translateX(-50%); bottom: 0;border: 8px solid transparent;border-bottom-color: #fff; opacity: 0; }
.header .submenu dl{ white-space:nowrap; line-height: 58px; background: #fff; border-radius: 5px; height: 58px; overflow: hidden;}
.header .submenu dd{ display: inline-block; padding: 0 35px; position: relative;}
.header .submenu dd a{ font-size: 16px; color: #111e90;}
.header .submenu dd:after{ content: '·'; position: absolute; right: 0; top: 50%; transform: translateY(-50%); color: #111e90; line-height: normal; font-size: 16px; font-weight: bold;}
.header .submenu dd:last-child:after{ display: none;}
.header .aon .submenu{  opacity: 1; z-index: 1; height: auto;}
.header .topNav .aon:before{ opacity: 1;}

.header_hover{ background: #fff;}
.header_hover .logo .img2{ display: inline-block;}
.header_hover .logo .img1{ display: none;}
.header_hover .top dt,
.header_hover .top dd,
.header_hover .top dd span a{ color: #666;}

.header_hover .open-search{ background-image: url("../images/search_icon2.png");}
.header_hover .top .lang span{ background-image: url("../images/lang_icon2.png");}
.header_hover .top span:after{ background-image: url("../images/icon_line1.png");}
.header_hover .top dd:before{ background: #cccccc;}
.header_hover .topNav a{ color: #333333;}
@media  (min-width: 1025px){
.header .search_box{top: -10px; right: 30px;}
.header .search_box .btn::before{top: 15px; right: -16px; border-left-color: #b4b4b4; border-bottom-color: transparent;}
}
@media  (max-width: 1760px){
    .header .top,
    .header .topNav{ right: 2%;}
    .header .topNav li{ margin-left: 50px;}
}
@media  (max-width: 1366px){
    .header .topNav li{ margin-left: 40px;}
    .header .topNav a{ font-size: 16px;}
}
@media  (max-width: 1200px){
    .header .topNav li{ margin-left: 30px;}
}
@media  (max-width: 1024px){
    .header .auto_1760{ margin-bottom: 0; padding-bottom: 1.17%;}
    .header .logo{ width: 30%;}
    .header .top{ right: 90px; top: 50%; transform: translateY(-50%);}
    #open_menu{ width: 35px;height: 36px; z-index: 101;transition: background 0.3s; border-radius: 10px 0 10px 0; vertical-align: middle; position: absolute; right: 2%; top: 50%; margin-top: -18px;}

    #open_menu i,
    #open_menu i::before,
    #open_menu i::after{ background:#fff; border-radius:3px;position: absolute;background: #fff;border-radius: 3px;}
    .header_hover #open_menu i,
    .header_hover #open_menu i:before,
    .header_hover #open_menu i:after{ background: #666;}
    #open_menu i{ left:20%; width:60%;height:2px; margin-top:-1px;top: 50%;}
    #open_menu i::before,
    #open_menu i::after{ left:0; width:100%; height:100%; content:'';transition:transform 0.3s;}
    #open_menu i::before{ top:6px;}
    #open_menu i::after{top:-6px;}
    #open_menu.open_menu_on{position: fixed;top: 30px;right: 50%;z-index: 99; background: none;}
    #open_menu.open_menu_on i{height:3px; margin-top:-1.5px; background:none !important; width: 80%; left: 10%;}
    #open_menu.open_menu_on i::before,
    #open_menu.open_menu_on i::after{  top:0 !important;}
    #open_menu.open_menu_on i::before{ transform:rotate(45deg);}
    #open_menu.open_menu_on i::after{ transform:rotate(-45deg);}
    .header_hover #open_menu.open_menu_on i,
    .header_hover #open_menu.open_menu_on i:before,
    .header_hover #open_menu.open_menu_on i:after{ background: #fff;}
    .header .topNav{position: fixed;top: 0;right: -100%;z-index: 99;overflow: auto;width: 250px;height: 100%;background: #111e90;opacity: 0;transition: .3s;width: 50%; margin: 0; float: none; padding-top: 5%; padding-left: 0; bottom: auto;}
    .header .topNav li{ display: block; width: 100%; margin: 0; padding: 0;}
    .header .topNav li:nth-child(2n){ background: rgba(255,255,255,0.2);}
    .header .topNav li > a{ line-height: 50px; color: #fff; padding: 0 5%;}
    .header .header-menu-show{right: 0;opacity: 1;}
    .menu-layer {position: fixed;top: 0;left: 0;z-index: 98;display: none;overflow: hidden;width: 100%;height: 100%;background: rgba(0,0,0,.65)!important;}
    .header .submenu,
    .header .topNav li:before{ display: none!important;}
}
@media  (max-width: 768px){
    .header{ line-height: 50px;}
    .header .top{ right: 60px;}
    .header .top dt,
    .header .top .net,
    .header .top dd:before{ display: none;}
    .header .top .lang{ width: auto;}
}
@media  (max-width: 640px){
    .header .logo{ width: 40%;}
}



.wap{ display: none;}
@media  (max-width: 1024px){
    .pc{ display: none;}
    .wap{ display: block;}
}
.Hbanner img{ width: 100%;}
.Hbanner .slick-dots{ position: absolute; z-index: 2; width: 100%; text-align: center; bottom: 4%;}
.Hbanner .slick-dots li{ display: inline-block; border-radius: 100%; background: #fff; width: 8px; height: 8px; margin: 0 9px; transition: all 0.5s; cursor: pointer;}
.Hbanner .slick-dots button{ display: none;}
.Hbanner .slick-dots .slick-active{ width: 30px; border-radius: 20px;}

.Hmore{ display: inline-block; width: 200px; line-height: 55px; background: #ecf0f4; color: #5a7e96; font-size: 16px; text-align: center; border-radius: 50px; transition: all 0.5s; }
.Hmore:hover{ box-shadow: 0 3px 15px rgba(52,90,254,0.6); background: #111e90; color: #fff;}

.Hbox{ overflow: hidden;}
.Habout{ padding-top: 7%;}
.Habout .txt { width: 43.83%;}
.Habout .txt .con{ max-width: 680px; float: right;}
.Habout .txt .title{ font-size: 52px; color: #333333; margin-top: 0;}
.Habout .txt p{ font-size: 16px; color: #999999; line-height: 36px;}

.Habout .ul_num{ color: #333333; margin-top: 9%; font-size: 13px;}
.Habout .ul_num .span1{ color: #999999;}
.Habout .ul_num li{ float: left; margin-right: 10%; border-top: 1px solid #eeeeee; padding-top: 20px;}
.Habout .ul_num li:last-child{ margin-right: 0;}
.Habout .ul_num .num{ font-size: 30px; color: #111e90;font-family: 'Oswald'; margin-top: 5px; margin-bottom: 20px;}
.Habout .video{ width: 52.864%; position: relative;}
.Habout .video img{ width: 100%;}
.Habout .video .play{ position: absolute; left: 51.5%; top: 45%; width: 70px; height: 70px; background: url("../images/play_icon.png") no-repeat center; margin: -35px 0 0 -35px; cursor: pointer;}
.Habout .Hmore{ margin: 12% 0;}
@media  (max-width: 1600px){
    .Habout{ padding-left: 2%;}
}
@media  (max-width: 1500px){
    .Habout .ul_num li{ margin-right: 6%;}
}
@media  (max-width: 1366px){
    .Habout .ul_num li{ margin-right: 4%;}
}

@media  (max-width: 1280px){
    .Habout .ul_num li{ margin-right: 2%;}
}
@media  (max-width: 1024px){
    .Habout .txt,
    .Habout .video{ width: 100%; float: none;}
    .Habout .ul_num li{ margin-right: 0;}
    .Habout .txt .con{ float: none; max-width: 100%;}
    .Habout .ul_num li{ margin-right: 0; width: 25%; border-top: none; position: relative;}
    .Habout .ul_num li:before{ content: ''; position: absolute; left: 0; top: 0; width: 60%; background: #eeeeee; height: 1px;}
    .Habout .txt .title{ font-size: 36px;}
    .Hmore{ width: 150px; line-height: 46px;}
}

@media  (max-width: 768px){

    .Habout .txt .title{ font-size: 30px;}
}
@media  (max-width: 640px){
    .Habout .txt .title{ font-size: 26px;}
    .Habout .txt p{ font-size: 14px; line-height: 28px;}
    .Habout .ul_num li{ width: 50%; margin-bottom: 5%;}
    .Habout .ul_num .num{ margin-bottom: 10px; font-size: 26px;}
    .Habout .video .play{ width: 40px; height: 40px; margin: -20px 0 0 -20px; background-size: contain;}
    .Hmore{ width: 80px; line-height: 30px; font-size: 14px;}
}


.Hbox2{ background: #f7f8fa; padding-top: 3%;    overflow: hidden;}
.Hbox2 .fl{ width: 45%;}
.Htit{ font-size:42px; color: #333333;}
.Hbox2 .fl p{ max-width: 605px;  color: #999999; line-height: 36px; margin: 6% 0 10%;}
.Hbox2 .fr{ width: 55%; text-align: center; position: relative; margin: 2.5% 0;}
.Hbox2 .fr li{ cursor: pointer;}
.Hbox2 .fr figure{ width: 50px; height: 50px; line-height: 50px; margin: 0 auto;}
.Hbox2 .fr img{ display: inline-block; max-height: 100%; vertical-align: middle;}
.Hbox2 .fr .img2{ display: none;}
.Hbox2 .fr p{ margin: 0; padding: 7% 0; color: #5a7e96;}
.Hbox2 .fr i{ display: block; width: 17px; height: 17px; margin: 0 auto; background: url("../images/icon_line3.png") no-repeat center;}
.Hbox2 .fr:after{ content: ''; position: absolute; left: 50%; transform: translateX(-50%); width: 65%; height: 1px; bottom: 8px; background: #eaebed;}
.Hbox2 .fr .slick-current figure .img1{ display: none;}
.Hbox2 .fr .slick-current figure .img2{ display: inline-block;}
.Hbox2 .fr .slick-current p{ color: #101d61;}
.Hbox2 .fr .slick-current i{ background-image: url("../images/icon_line4.png");}
.Hbox2 .slider-for li{ position: relative;}
.Hbox2 .slider-for img{ width: 100%; display: block;}
.Hbox2 .slider-for .txt{ position: absolute; left: 0; bottom: 0; width: 100%; z-index: 3; color: #fff; padding: 2.14% 0; background: rgba(0,0,0,0.5);}
.Hbox2 .slider-for .auto_1600{ padding-right: 230px; position: relative;}
.Hbox2 .slider-for .Hmore2{ width: 200px; line-height: 55px; color: #fff; font-size: 16px; text-align: center; border-radius: 50px; transition: all 0.5s; border: 1px solid rgba(255,255,255,0.3); position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
.Hbox2 .slider-for .Hmore2:hover{ background: #ecf0f4; color: #101d61;}
.Hbox2 .slider-for h2{ margin: 0; font-size: 30px; font-weight: normal;}
.Hbox2 .slider-for p{ margin: 1.3% 0 0;}
.Hbox2 .slick-arrow{border: 0;background-color: transparent;cursor:pointer;color: transparent; z-index: 10; background-repeat: no-repeat;background-position: center center; display: block;position: absolute; top: 50%;transform: translateY(-50%);-ms-transform: translateY(-50%);-webkit-transform: translateY(-50%); width: 13px; height: 26px; background-size: contain;}
.Hbox2  .slick-next{background-image: url("../images/ban_next2.png");right: -2%;}
.Hbox2  .slick-prev{background-image: url("../images/ban_prev2.png");left: -2%;}
.Hbox2  .slick-next:hover{ background-image: url("../images/ban_next.png");}
.Hbox2  .slick-prev:hover{background-image: url("../images/ban_prev.png");}

@media  (max-width: 1600px){
    .Hbox2 .slider-for .auto_1600{ padding-right: 250px;}
    .Hbox2 .slider-for .more{ right: 2%;}
}
@media  (max-width: 1366px){
    .Hbox2 .fl{ width: 43%;}
    .Hbox2 .slider-for h2{ font-size: 26px;}
}
@media  (max-width: 1024px){
    .Htit{ font-size: 32px;}
    .Hbox2 .fl,
    .Hbox2 .fr{ width: 100%; float: none; margin: 3% 0 2%;}
    .Hbox2 .fr{ margin-bottom: 5%;}
    .Hbox2 .fl p{ max-width: 100%; margin: 3% 0 5%;}
    .Hbox2 .slider-for h2{ font-size: 22px;}
    .Hbox2 .slider-for .Hmore2{ width: 150px; line-height: 46px;}
}

@media  (max-width: 768px){
    .Htit{ font-size: 28px;}
    .Hbox2 .fr{ padding: 0 2%;}
    .Hbox2 .slider-for h2{ font-size: 20px;}
    .Hbox2 .slider-for p{ font-size: 14px;}
    .Hbox2 .slider-for .Hmore2{ width: 150px; line-height: 46px;}
}
@media  (max-width: 640px){
    .Htit{ font-size: 24px;}
    .Hbox2 .fr{ padding: 0 4%;}
    .Hbox2 .fr li{ font-size: 14px;}
    .Hbox2 .slick-arrow{ width: 10px; height: 20px;}
    .Hbox2 .slick-prev{ left: -2%;}
    .Hbox2 .slick-next{ right: -2%;}
    .Hbox2 .slider-for .auto_1600{ padding-right: 100px;}
    .Hbox2 .slider-for h2{ font-size: 16px;}
    .Hbox2 .slider-for .Hmore2{ width: 80px; line-height: 30px; font-size: 14px;}
}
.Hbox3{ background: url("../images/Hnews_bg.png") no-repeat left top; padding: 7.5% 0 0;}
.Hbox3 .Hmore{ float: right; }
.Hbox3 .slick-slider{ margin: 1% -25px 0;}
.Hbox3 .slick-list li{ padding:30px 25px;}
.Hbox3 .ul a{ display: block; width: 100%; padding: 8% 7%; border: 1px solid #eeeeee; position: relative; transition: all 0.5s;}
.Hbox3 .ul a *{ transition: all 0.5s;}
.Hbox3 .ul time{ position: absolute; left: 7%; top: 15%;font-family: 'Oswald'; font-size: 14px; color: #dddddd;}
.Hbox3 .ul time span{ display: block; font-size: 48px; text-align: center; font-family: Arial; color: #333333;}
.Hbox3 .ul h2,
.Hbox3 .ul p{ padding-left: 100px; margin: 0;}
.Hbox3 .ul h2{ font-size: 18px; color: #333333; line-height: 30px; font-weight: normal; margin-bottom: 5%;max-height:60px;}
.Hbox3 .ul p{ font-size: 14px; color: #999999; line-height: 30px;max-height:90px;}
.Hbox3 .slick-dots{ z-index: 2; width: 100%; text-align: center; padding:3% 0 5%;}
.Hbox3 .slick-dots li{ display: inline-block; border-radius: 100%; background: #bfc7d8; width: 8px; height: 8px; margin: 0 9px; transition: all 0.5s; cursor: pointer; padding: 0;}
.Hbox3 .slick-dots button{ display: none; border: none; background: none;}
.Hbox3 .slick-dots .slick-active{ width: 30px; border-radius: 20px; background: #111e90;}
.Hbox3 .ul a:hover{ background: #111e90; box-shadow: 0 5px 15px rgba(52,90,254,0.5); border-color:#111e90; }
.Hbox3 .ul a:hover *{ color: #fff!important;}


@media  (max-width: 1650px){
    .Hbox3 .slick-slider{ margin: 1% 0 0;}
}
@media  (max-width: 1300px){
    .Hbox3 .slick-slider{ margin-left: -10px; margin-right: -10px;}
    .Hbox3 .slick-list li{ padding-left: 10px; padding-right: 10px;}
}
@media  (max-width: 1024px){
    .Hbox3 .ul h2,
    .Hbox3 .ul p{ padding-left: 80px;}
    .Hbox3 .ul h2{ font-size: 16px; line-height: 28px;}
}


#footer{ background: url("../images/fooer_bg.jpg") no-repeat center top #101d61; background-size: cover; margin-bottom: -1px\0;}
#footer .top{ padding: 8.5% 0;}
#footer .logo{ display: inline-block; width: 20%;}
#footer .icon{ padding: 35px 0;}
#footer .icon a{ display: inline-block; width: 60px; height: 60px; border: 1px solid rgba(255,255,255,0.2); background: url("../images/icon_wx.png") no-repeat center; background-size: contain; border-radius: 100%; margin-right: 8%; position: relative;}
#footer .icon a:last-child{ margin-right: 0;}
#footer .icon .tel{ background-image: url("../images/icon_tel.png");}
#footer .icon .add{ background-image: url("../images/icon_add.png");}
#footer .icon span{ position: absolute; left: 50%; transform: translateX(-50%); top: 75px; padding: 10px; background: #fff; border-radius: 5px; display: none;}
#footer .icon span:before{ content: ''; position: absolute; left: 50%; transform: translateX(-50%); bottom: 100%; border: 8px solid transparent; border-bottom-color:#fff; }
#footer .icon .wx span{ width: 110px; padding: 5px;}
#footer .icon .tel span{  white-space:nowrap; color: #111e90; font-weight: bold;}
#footer .icon a:hover span{ display: block;}
#footer nav{ float: right; width: 78%; text-align: right;}
#footer nav dl{ display: inline-block; vertical-align: top; color: #fff; line-height: 36px; margin-left: 6%; text-align: left;}
#footer nav dl:first-child{ margin-left: 0;}
#footer nav dt{ margin-bottom: 20px;}
#footer nav a{ color: #fff; opacity: .5;}
#footer nav a:hover{ opacity: 1;}
#footer .Copyright{ border-top: 1px solid rgba(255,255,255,0.2); padding: 2% 0; color: #5a6392; position: relative;}
#footer .Copyright a{ color: #5a6392;}
#footer .Copyright p{ float: right; margin: 0; margin-right: 70px;}
#footer .Copyright p em{ display: inline-block; vertical-align: middle; width: 1px; height: 12px; background: #5a6392; margin: 0 28px;}
#footer .Copyright p em:last-child{ display: none;}
#footer #backtop{ position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; background: url("../images/icon_top.png") no-repeat center; border: 1px solid rgba(255,255,255,0.2); border-radius: 100%;}
@media  (max-width: 1500px){
    #footer nav dl{ margin-left: 4%;}
}
@media  (max-width: 1300px){
    #footer nav dl{ margin-left: 3%;}

}
@media  (max-width: 1200px){
    #footer nav dl,
    #footer .Copyright{ font-size: 14px;}
    #footer .icon a{ width: 50px; height: 50px; margin-right: 5%;}
}
@media  (max-width: 1024px){
    #footer .top{ text-align: center; padding: 5% 0 0;}
    #footer .logo{ width: 50%;}
    #footer nav{ display: none;}
    #footer .icon a{ width: 50px; height: 50px; margin-right: 5%;}
    #footer .Copyright{ text-align: center;}
    #footer .Copyright p{ float: none; margin-bottom: 10px;}
}
.new_part5 .nav{text-align: center;margin: 50px 0;}
.new_part5 .nav li{display: inline-block;margin: 10px 15px;}
.new_part5 .nav a{display:block;width: 210px;height: 70px;background-color: #f7f8fa;border-radius: 4px;line-height: 70px;font-size: 20px;color: #333333;}
.new_part5 .nav a:hover,.new_part5 .nav a.on{background-color: #58b4e5;color: #fff;}

.maincontent{ min-height: 200px;}

/*搜索*/
.newsList_box{ padding-bottom: 5%;}
.newsList_box li{ line-height:55px;border-bottom:1px dashed #e5e5e5;}
.newsList_box li a{ padding-right:10px;}
.newsList_box li time{ float:right;}
.newsList_box li a:hover{ color: #111e90;}

.web_link{ padding: 3% 0 5%;}
.web_link ul li{ padding:10px 0; border-bottom:dotted 1px #e4e4e4}
.web_link ul li b{ display:block; font-size:16px; margin-bottom:5px;}
.web_link ul li span{ opacity:0.8; display:inline-block; white-space:nowrap; padding-right:20px;}

.auto_1600{max-width: 1600px;margin: auto;}
@media  (max-width: 1600px){
    .auto_1600{padding: 0 2%;}
}

.page_bn .slick_box img{display: block;margin: auto; width: 100%;}
.page_bn .slick_box .mb{display: none;}
@media  (max-width: 768px){
    .page_bn .slick_box .pc{display: none;}
    .page_bn .slick_box .mb{display: block;}
}


.menu .auto_1600{border-bottom: 1px solid #eeeeee;position: relative;}
.menu .menu_nav{float: left;}
.menu .menu_nav a{display: inline-block;position: relative;padding: 35px 0;margin-right: 80px;font-size: 16px;color: #333333;}
.menu .menu_nav a:last-child{margin-right: 0;}
.menu .menu_nav a.on,.menu .menu_nav a:hover{color: #111e90;}
.menu .menu_nav a.on::after,.menu .menu_nav a:hover::after{content:"";display: block;position: absolute;width: 100%;height: 2px; bottom: -1px;left: 0; background-color: #171c8f;}
.menu .location{float: right;padding-left: 26px;background-size: contain;background: url("../images/location.png") no-repeat left center; line-height: 16px;color: #bbb;font-size: 14px;transform: translateY(-50%);-ms-transform: translateY(-50%);-webkit-transform: translateY(-50%);margin-top: 46px;position: relative;}
.menu .location a{color: #bbbbbb;}
.menu .location a:hover{color: #58b4e5;}
.menu .location span{color: #58b4e5;}

.public_part1{position: relative;padding: 60px 0 100px;}
.public_part1 .txt{width: 46.875%;float: left;padding: 0 0 100px;}
.public_part1 .pic{width: 52.6%;position: absolute;top: 50%;right: 0;margin-top: -22%;}
.public_part1 .txt .tit{	font-size: 40px;color: #333333;font-weight: normal;margin: 0;}
.public_part1 .txt .name{	font-size: 48px;color: #545454;margin: 0;}
.public_part1 .txt .msg{margin-top: 70px;}
.public_part1 .msg .item{float: left;margin:0 6% 40px 0;padding: 0 30px;position: relative; border-left: 1px solid #eee;}
.public_part1 .msg .item:last-child{width: 100%;margin-bottom: 0;margin-right: 0;}

@font-face {
    font-family: 'Oswald';
    src: url(../fonts/Oswald.eot);
    src: url(../fonts/Oswald.eot?#iefix) format('embedded-opentype'),
    url(../fonts/Oswald.woff2) format('woff2'),
    url(../fonts/Oswald.woff) format('woff'),
    url(../fonts/Oswald.ttf) format('truetype'),
    url(../fonts/Oswald.svg#Oswald) format('svg')
}
.public_part1 .msg .num{line-height: 100%;	font-family: Oswald;font-size: 30px;color: #111e90;}
.public_part1 .msg .tits{font-size: 18px;color: #333333;margin: 25px 0 15px;}
.public_part1 .msg .enter{font-size: 15px;color: rgba(51,51,51,0.5);display: inline-block;padding-right: 17px;background: url("../images/enter.png") no-repeat right center;background-size: 8px 14px;}
.public_part1 .msg .enter:hover{color: #111e90;}
.public_part1 .msg .info{font-size: 15px;line-height: 30px;color: #333333;}
.public_part2{padding: 100px 0 215px;background-position:bottom center!important;}
.public_part2 .tit{	font-size: 40px;font-weight: normal;color: #ffffff;text-align: center;margin: 0;}
.public_part2 .nav{text-align: center;margin: 40px 0 80px;}
.public_part2 .nav li{display: inline-block;margin: 10px 15px;}
.public_part2 .nav li a{display: block;	font-size: 20px;color: #ffffff;padding: 20px 30px;border: 2px solid #fff;border-radius:4px;}
.public_part2 .nav li a:hover,.public_part2 .nav li a.on{background-color: #58b4e5;border-color:#58b4e5;cursor:pointer;}
.public_part2 .cont{max-width: 1220px;margin: auto;font-size: 16px;line-height: 30px;color: #ffffff;}

.public_part3{padding: 100px 0;}
.public_part3 .tit{text-align: center;font-size: 40px;font-weight: normal;color: #333333;margin: 0;}
.public_part3 .slick_box{margin-top: 30px;}
/*.public_part3 .slick_box a{display: block;font-size: 20px;font-weight: normal;color: #333333;padding: 35px 270px 35px 40px;position: relative;}
.public_part3 .slick_box .time{position: absolute;top: 50%;transform: translateY(-50%);-ms-transform: translateY(-50%);-webkit-transform: translateY(-50%);font-family: ArialMT;font-size: 14px;color: #333333;right: 188px;}
.public_part3 .slick_box li{border-bottom:1px solid #f3f3f3;}
.public_part3 .slick_box a::after{content:"";display: block;width: 8px;height: 14px;background: url("../images/msg-arrow.png") no-repeat center center;background-size: contain;position: absolute;top: 0;bottom: 0;right: 60px;margin: auto;}
.public_part3 .slick_box a::before{content:"";display: block; width: 1px;height: 65.21%; background-color: #e6e6e6;position: absolute;top:0;bottom: 0;right: 128px;margin: auto;}
.public_part3 .slick_box a:hover{background-color: #f7f8fa;border-radius: 4px; color: #111e90;}
.public_part3 .slick_box a:hover::before{ background-color: #111e90;}*/
.public_part3 .slick-dots{margin-top: 60px;text-align: center;}
.public_part3 .slick-dots li{width: 10px;height: 10px;border: solid 1px #cccccc;display: inline-block;border-radius: 50%;overflow: hidden;margin: 0 7px;cursor:pointer;}
.public_part3 .slick-dots li *{display: none;}
.public_part3 .slick-dots li.slick-active{background-color: #111e90;border:1px solid #111e90;}

.public_part5{padding: 120px 0 160px;}
.public_part5 .tit{text-align: center;font-size: 40px;font-weight: normal;color: #333333;margin: 0;}
.public_part5 .intro{font-size: 16px;line-height: 30px;color: #999999;max-width: 935px;margin: auto;margin-top: 30px;}
.public_part5 .msg{margin-top: 90px;}
.public_part5 .msg .item{float: left;width: 19.375%;margin-right: 7.5%;border-top:1px solid #eeeeee; margin-bottom: 20px;}
.public_part5 .msg .item:nth-child(4n){margin-right: 0;}
.public_part5 .msg .item:nth-child(4n + 1){clear: both;}
.public_part5 .msg .num{font-family: Oswald;font-size: 30px;font-weight: normal;color: #d9d9d9;margin-top: 15px;}
.public_part5 .msg .label{font-size: 14px;color: #999999;margin-top: 15px;}
.public_part5 .msg .txt{	font-size: 18px;line-height: 24px;color: #333333;margin-top: 15px;}


.announcement{padding: 90px 0 120px;}
.announcement .data{}
.announcement .data li{position: relative;border-bottom: 1px solid #f3f3f3;}
.announcement .data .item{display: block;position: relative;	font-size: 20px;font-weight: normal;color: #333333;padding: 55px 500px 55px 150px;}
.announcement .data .time{width: 70px;height: 70px;background-color: #f7f8fa;border-radius: 4px;position: absolute;left: 40px;top:0;bottom: 0;margin: auto;text-align: center;font-family: ArialMT;}
.announcement .data .ym{background-color: #eff0f1;border-radius: 4px 4px 0px 0px;	font-size: 14px;line-height: 24px;color: #333333;}
.announcement .data .day{  font-size: 36px;  color: #333333;line-height:46px;}
.announcement .data .source{position: absolute;right: 270px;max-width: 200px;	font-size: 16px;color: #999999;top: 50%;transform: translateY(-50%);-ms-transform: translateY(-50%);-webkit-transform: translateY(-50%);}
.announcement .data .item::before{content:"";display: block;width: 1px;height: 53%;background-color: #f7f8fa;position: absolute;top:0;bottom: 0;right: 208px;margin: auto;}
.announcement .data .btn{width: 108px;height: 45px;background-color: #ecf0f4;border-radius: 23px;display: inline-block;line-height: 45px;	font-size: 14px;color: #666666;text-align: center;position: absolute;right: 40px;top: 0;bottom: 0;margin: auto;}
.announcement .data .btn::before{content:"";display: inline-block;vertical-align: middle;height: 20px;width: 20px;background: url("../images/pdf.png") no-repeat center center;background-size: contain;margin-right: 8px;}
.announcement .data li:hover .item{background-color: #f7f8fa;color: #111e90;}
.announcement .data li:hover .btn{	background-color: #111e90;color: #fff;}
.announcement .data li:hover .btn::before{background: url("../images/pdf-on.png") no-repeat center center;background-size: contain;}
.announcement .data li:hover .time{	background-color: #212fac; color: #fff;}
.announcement .data li:hover .ym{background-color: #111e90; color: #fff;}
.announcement .data li:hover .day{color: #fff;}
/*Page002046 */
.Page002046 .Pages{ text-align:center; padding:5% 0 0%;}
.Page002046 .Pages a{ display:inline-block; font-size: 16px; vertical-align:middle; height: 50px;width: 50px; line-height:50px; color:#666666;border-radius: 50%;overflow: hidden;}
.Page002046 .Pages a:hover,
.Page002046 .Pages a.a_cur{background-color: #171c8f; color:#fff;}
.Page002046 .Pages em{ font-style:normal; display:inline-block; vertical-align:middle; overflow:hidden;}
.Page002046 .Pages em a{}
.Page002046 .Pages .p_cur,
.Page002046 .Pages .p_count,
.Page002046 .Pages .p_jump,
.Page002046 .Pages .a_first,
.Page002046 .Pages .a_end,
.Page002046 .Pages .p_total{ display:none;}
.Page002046 .Pages .a_prev,
.Page002046 .Pages .a_next{ background:url(../images/page-prev.png) no-repeat center center #fff; overflow:hidden;border: solid 1px #e5e5e5; color: transparent!important;margin-right: 45px;}
.Page002046 .Pages .a_next{ background:url(../images/page-next.png) no-repeat center center #fff;margin-right: 0;margin-left: 45px;}
.Page002046 .Pages .a_prev:hover{background: url("../images/page-prev-on.png") no-repeat center center #171c8f; border-color:#171c8f;}
.Page002046 .Pages .a_next:hover{background: url("../images/page-next-on.png") no-repeat center center #171c8f; border-color:#171c8f;}

.culture_par1{padding: 120px 0 140px;}
.culture_par1 .left{ float: left; margin: 0 6.25% 0 12.5%;}
.culture_par1 .right{width:56.25%;float: left;font-size: 18px;line-height: 36px;color: #333333;}
.culture_par1 .left .cont{border: solid 1px #171c8f;padding: 45px 40px 55px;position: relative;display: inline-block;white-space:nowrap;}
.culture_par1 .left .corner{display: inline-block;width: 11px;height: 11px;border: 1px solid #171c8f;background: #fff;position: absolute;}
.culture_par1 .left .corner1{border-left-color:#fff;border-top-color:#fff;left: -1px;top: -1px;}
.culture_par1 .left .corner2{border-right-color:#fff;border-top-color:#fff;right: -1px;top: -1px;}
.culture_par1 .left .corner3{border-right-color:#fff;border-bottom-color:#fff;right: -1px;bottom: -1px;}
.culture_par1 .left .corner4{border-left-color:#fff;border-bottom-color:#fff;left: -1px;bottom: -1px;}
.culture_par1 .left .tit{display: inline-block;	font-size: 42px;font-weight: normal;letter-spacing: 7px;color: #333333;writing-mode: tb-rl;writing-mode: vertical-lr;margin: 0;}
.culture_par1 .left .txt{display: inline-block;	font-size: 20px;font-weight: normal;letter-spacing: 4px;color: #666666;writing-mode: tb-rl;writing-mode: vertical-lr;margin: 0 0 0 10px;}
.culture_par1 .left .name{display: inline-block; margin: 0; font-size: 30px;font-weight: normal;letter-spacing: 6px;color: #333333;}
.culture_par2{padding: 50px 0;}
.culture_par2 .left{float: left;width: 65.5%;}
.culture_par2 .label{	font-size: 26px;color: #58b4e5;font-weight: normal;margin: 0;}
.culture_par2 .tit{font-size: 36px;font-weight: normal;color: #333333;}
.culture_par2 .txt{font-size: 18px;line-height: 36px;color: #666666;margin-top: 50px;}
.culture_par2 .right{float: right;width: 34.5%;text-align: center;}
.culture_par3{padding: 130px 0;}
.culture_par3 .left{padding-left: 40px; width: 40.625%;}
.culture_par3 .right{width: 59.375%;color: #fff;}
.culture_par3 .label{font-size: 26px;margin: 0;font-weight: normal;}
.culture_par3 .tit{font-size: 36px;font-weight: normal;}
.culture_par3 .txt{	font-size: 18px;line-height: 36px;margin-top: 50px;}
.culture_par4{padding: 110px 0;}
.culture_par4 .label{text-align: center;margin: 0;	font-size: 26px;font-weight: normal;color: #58b4e5;}
.culture_par4 .nav{margin-top: 40px;}
.culture_par4 .nav li{float: left;width: 32%;margin-right: 2%;position: relative;}
.culture_par4 .nav li:nth-child(3n){margin-right: 0;}
.culture_par4 .nav li a{display: block; padding-bottom: 30.078%;border-radius: 4px;position: relative;}
.culture_par4 .nav li .txt{position: absolute;width: 100%;padding: 0 2%;transform: translateY(-50%);-ms-transform: translateY(-50%);-webkit-transform: translateY(-50%);top: 50%;z-index: 5;color: #fff;text-align: center;left: 0;font-size: 36px;}
.culture_par4 .nav li a::before{content:"";display: block;width: 100%;height: 100%;background-color: #748595;border-radius: 4px;opacity: 0.8;left: 0;top: 0;position: absolute;}
.culture_par4 .nav li a:hover:before,.culture_par4 .nav li a.on::before{background-color: #0060b8;opacity: 0.8;}
.culture_par4 .nav li a::after{content:"";display: block;left: 0;right: 0; bottom: 0px; margin: auto;position: absolute;width: 100%;padding-bottom: 3.51%; z-index: 1;background: url("../images/bt-fill.png") no-repeat center center;background-size: 100% 100%;}
.culture_par4 .nav li a:hover:after,.culture_par4 .nav li a.on::after{background: url("../images/bt-corner.png") no-repeat center center;background-size: 100% 100%;}
.culture_par4 .cont{margin-top: 90px;}
.culture_par4 .cont .left{width: 32%;margin-right: 2%; float: left;padding-left: 5%;text-align: center;}
.culture_par4 .cont .right{width: 59.375%;float: left;font-size: 18px;line-height: 36px;color: #666;}
.culture_par4 .cont .right .text{max-height: 288px;overflow: hidden;}
.culture_par4 .cont .left .txt{display: inline-block;padding: 0 50px;position: relative;color: #58b4e5;font-size: 30px;font-weight: normal;line-height: 48px;}
.culture_par4 .cont .left .icon_l{position: absolute;left: 0;top: 0;font-size: 20px;font-style: normal;}
.culture_par4 .cont .left .icon_r{position: absolute;right: 0;bottom: 0;font-size: 20px;font-style: normal;}
.culture_par4 .cont .show_more{	width: 154px;height: 44px;background-color: #ecf0f4;border-radius: 22px;margin-top: 20px;font-size: 16px;line-height: 44px;color: #666666;display: inline-block;text-align: center;}
.culture_par4 .cont .show_more:hover{background: #008fdb;color: #fff;}
.culture_par4 .data{margin: 60px auto 0;max-width: 1440px;}
.culture_par4 .data li{float: left;width: 31.8%;margin-right: 2.222%;position: relative;}
.culture_par4 .data li:nth-child(3n){margin-right: 0;}
.culture_par4 .data li a{display: block;border-radius: 4px;position: relative;}
.culture_par4 .data .pic{border-radius: 4px 4px 0px 0px;padding-bottom: 45.85%;}
.culture_par4 .data .txt{height: 210px;border: 1px solid #ededed;border-top: 0;border-radius: 0px 0px 4px 4px;padding: 25px 50px 25px 25px;}
.culture_par4 .data .icon{background-image: linear-gradient(90deg, #58b4e5 0%, #008fdb 100%), linear-gradient(#dce3e7, #dce3e7);background-blend-mode: normal, normal;border-radius: 12px;display: inline-block;line-height: 26px;padding: 0 14px;font-size: 14px;color: #ffffff;}
.culture_par4 .data .tit{font-size: 18px;font-weight: normal;color: #333333;margin: 15px 0;}
.culture_par4 .data .intro{font-size: 16px;line-height: 28px;color: #666666;max-height: 84%;}
.culture_par4 .data .intro span{color: #58b4e5;}
.culture_par4 .data a:hover .tit{color: #58b4e5;}

.culture5{ position: relative;}

.culture_par5{padding: 120px  0 160px;}
.culture_par5 .label{font-size: 26px;font-weight: normal;color: #ffffff;text-align: center;margin: 0;}
.culture_par5 .data{margin-top: 70px;padding: 0 13.75%;}
.culture_par5 .data .left{width: 31%;padding-right: 2%;}
.culture_par5 .data .right{width: 68.96%;	font-size: 18px;line-height: 36px;color: #ffffff;}
.culture_par5 .nav li{margin: 20px 0;}
.culture_par5 .nav li>a{cursor: pointer;}
.culture_par5 .nav .tip{background-color: #ffffff;border-radius: 14px;display: inline-block;padding: 5px 10px;vertical-align: middle;font-size: 16px;color: #58b4e5}
.culture_par5 .nav .txt{font-size: 36px;color: #ffffff;display: inline-block;margin-left: 15px;vertical-align: middle;}
.culture_par5 .nav li>a:hover .tip,.culture_par5 .nav li>a.on .tip{background-color: #c3d600; color: #fff;}
.culture_par5 .nav li>a:hover .txt,.culture_par5 .nav li>a.on .txt{color: #c3d600;}

.culture_par5 .Info{font-size: 18px;line-height: 36px;color: #ffffff; }

.culture_par5 .slick-dots{ position: absolute; z-index: 2; width: 100%; text-align: center; bottom: -6%;}
.culture_par5 .slick-dots li{ display: inline-block; border-radius: 100%; background: #fff; width: 8px; height: 8px; margin: 0 9px; transition: all 0.5s; cursor: pointer;}
.culture_par5 .slick-dots button{ display: none;}
.culture_par5 .slick-dots .slick-active{ width: 30px; border-radius: 20px;}



.culture_par6{padding: 120px 0 125px;}
.culture_par6 .data{border: solid 1px #ededed;border-radius: 4px;border-collapse: collapse;}
.culture_par6 .data .ytable-cell{padding: 3.75% 4.6875%;border: solid 1px #ededed;vertical-align: top;}
.culture_par6 .label{font-size: 24px;font-weight: normal;color: #58b4e5;margin: 0;text-align: center;}
.culture_par6 .icon{height: 190px;display: table;table-layout: fixed;width: 100%;}
.culture_par6 .icon .cont{display: table-cell;vertical-align: middle;text-align: center;}
.culture_par6 .icon .item{display: inline-block;width: 78px;height: 78px;background-color: #58b4e5;line-height: 78px;font-size: 36px;font-weight: normal;color: #ffffff;margin: 0 10px;border-radius: 50%;}
.culture_par6 .article{font-size: 18px;line-height: 36px;color: #666666;}
.culture_par7{text-align: center;padding: 120px 0 160px;}

.culture_par8{padding: 100px 0 120px;}
.culture_par8 .label{font-size: 46px;font-weight: normal;color: #333333;text-align: center;margin: 0;}
.culture_par8 .nav{text-align: center;margin: 50px 0;}
.culture_par8 .nav li{display: inline-block;margin: 10px 15px;}
.culture_par8 .nav a{display:block;width: 210px;height: 70px;background-color: #f7f8fa;border-radius: 4px;line-height: 70px;font-size: 20px;color: #333333;}
.culture_par8 .nav a:hover,.culture_par8 .nav a.on{background-color: #58b4e5;color: #fff;}
.culture_par8  .slick_nav{padding: 30px 100px;text-align: center;position: relative;p}
.culture_par8  .slick_nav li{position: relative;padding-top: 100px;}
.culture_par8  .time_line{position: relative;}
.culture_par8  .slick_nav .time{position: absolute;bottom: 20px;left: 50%;line-height: 1; transform: translateX(-50%);-ms-transform: translateX(-50%);-webkit-transform: translateX(-50%); font-family: Oswald;font-size: 24px;color: #666666;font-weight: normal;}
.culture_par8  .time_line  .slick-arrow{cursor: pointer; position: relative;z-index: 2; display: inline-block; width: 55px;  height: 55px; border: solid 1px #ededed;border-radius: 50%;background: url("../images/page-prev.png") no-repeat center center #fff; color: transparent;overflow: hidden;;}
.culture_par8  .time_line  .slick-prev{left: 0;}
.culture_par8  .time_line  .slick-next{float:right;background: url("../images/page-next.png") no-repeat center center #fff; }
.culture_par8  .time_line  .slick-prev:hover{background: url("../images/page-prev-on.png") no-repeat center center #58b4e5; border-color:#58b4e5;}
.culture_par8  .time_line  .slick-next:hover{background: url("../images/page-next-on.png") no-repeat center center #58b4e5;  border-color:#58b4e5;}
/*.culture_par8  .time_line .arrows{position: relative; transform: translateY(-106%);-ms-transform: translateY(-106%);-webkit-transform: translateY(-106%);}*/
.culture_par8  .time_line .arrows{position: absolute;width: 100%;bottom: 3px;left: 0;}
.culture_par8  .time_line .arrows::before{content:"";position: absolute; display: block;height: 1px; width: 100%;left: 0;bottom: 0;top: 0;margin: auto; background-color: #e0e0e0;}
.culture_par8  .slick_nav .on .time,.culture_par8  .slick_nav .slick-current .time{font-size: 60px;color: #58b4e5;}
.culture_par8  .slick_nav .on .time::after,.culture_par8  .slick_nav .slick-current .time::after{content:""; display: block;width: 100%;	height: 2px;background-color: #58b4e5;position: absolute;left: 0; bottom: -20px;}
.culture_par8  .honor_box{margin-top: 50px;}
.culture_par8 .slick_box{padding: 0 100px;}
.culture_par8 .slick_box .left{float: left;padding-left: 115px;position: relative;width: 55.5%;padding-right: 12%;}
.culture_par8 .slick_box .right{width: 44.5%;float: right;}
.culture_par8 .slick_box .time{	font-family: Oswald;font-size: 40px;font-weight: normal;color: #58b4e5;position: absolute;left: 0;line-height: 100%;}
.culture_par8 .slick_box .left dl{max-height: 310px;overflow: hidden;}
.culture_par8 .slick_box .left dd{padding: 25px 0;	font-size: 18px;line-height: 28px;color: #333333;border-top: 1px dashed #e5e5e5;}
.culture_par8 .slick_box .left dd:last-child{border-bottom: 1px dashed #e5e5e5;}
.culture_par8 .slick_box .left dd:hover,.culture_par8 .slick_box .left dd.on{color: #58b4e5;}
.culture_par8 .slick_box .show_more{	width: 154px;height: 44px;background-color: #ecf0f4;border-radius: 22px;margin-top: 30px;font-size: 16px;line-height: 44px;color: #666666;display: inline-block;text-align: center;}
.culture_par8 .slick_box .show_more:hover{background: #008fdb;color: #fff;}

.new_part1{padding: 120px 0 50px;background-color: #f7f8fa;}
.new_part1 .left{width: 46.875%;float: left;}
.new_part1 .slick_box li>a{display: block;position: relative;overflow: hidden;}
.new_part1 .slick_box li>a:hover .pic{transform: scale(1.1);-webkit-transform: scale(1.1);-ms-transform: scale(1.1);}
.new_part1 .slick_box .pic{padding-bottom: 64%;transition: all 0.3s;-webkit-transition: all 0.3s;-ms-transition: all 0.3s;}
.new_part1 .slick_box .txt{position: absolute;width: 100%;color: #fff; bottom: 0;left: 0;background-color: rgba(0,90,179,0.8);padding: 25px 60px 20px 30px;}
.new_part1 .slick_box .tit{position: relative;padding-right: 130px; font-size: 18px;margin: 0;}
.new_part1 .slick_box .time{position: absolute;right: 0;top: 50%;transform: translateY(-50%);-ms-transform: translateY(-50%);-webkit-transform: translateY(-50%);margin: 0;font-family: Oswald;font-size: 14px;font-weight: normal;color: #ffffff;}
.new_part1 .slick_box .intro{font-size: 16px;margin-top: 10px;}
.new_part1 .slick-dots{position: absolute;width: 100%;bottom: 110px;left: 0;z-index: 1;text-align: right;padding: 0 55px;}
.new_part1 .slick-dots li{display: inline-block;width: 10px;height: 10px;border: solid 2px #ffffff;margin: 0 5px;border-radius: 50%;}
.new_part1 .slick-dots li *{display: none;}
.new_part1 .slick-dots li.slick-active{background-color: #fff;}
.new_part1 .right{width: 50%;float: right;}
.new_title{position: relative;margin: 0;line-height: 1;}
.new_title .label{font-size: 24px;font-weight: normal;color: #333333;max-width: 70%;}
.new_title .new_more{position: absolute;right: 0;top: 50%;transform: translateY(-50%);-ms-transform: translateY(-50%);-webkit-transform: translateY(-50%);display: inline-block;
    font-size: 16px;color: #808080;padding-right: 15px;font-weight: normal;background: url("../images/new-skip.png") no-repeat right center;}
.new_title .new_more:hover{color: #111e90;}
.new_part1 .right .data li{margin-top: 30px;}
.new_part1 .right .data a{background-color: #ffffff;display: block;padding: 33px 115px 33px 30px;position: relative;}
.new_part1 .right .data .tit{margin: 0;padding-right: 80px;	font-size: 18px;font-weight: normal;color: #333333;position: relative;}
.new_part1 .right .data .time{position: absolute;right: 0;top: 50%;transform: translateY(-50%);-ms-transform: translateY(-50%);-webkit-transform: translateY(-50%);	font-family: Oswald;font-size: 14px;font-weight: normal;color: #999999;}
.new_part1 .right .data .intro{	font-size: 16px;font-weight: normal;color: #808080;margin-top: 10px;}
.new_part1 .right .data a::after{content:"";display: block; border: solid 1px #dbdbdb; width: 40px;height: 40px;background: url("../images/page-next.png") no-repeat center center;position: absolute;right: 20px;top: 50%;transform: translateY(-50%);-ms-transform: translateY(-50%);-webkit-transform: translateY(-50%);border-radius: 50%;}
.new_part1 .right .data a:hover .tit{color: #111e90;}
/*.new_part1 .right .data a:hover{background-color: #f7f8fa;}*/
.new_part1 .right .data a:hover::after{background:url("../images/page-next-on.png") no-repeat center center #171c8f;border: solid 1px #171c8f;}
.new_part2{padding: 60px 0 120px;}
.new_part2 .left{width: 59.5%;float: left;}
.new_part2 .right{width: 35%;float: right;background-color: #f7f8fa;padding: 30px;}
.new_part2 .left .new_title{margin-bottom: 30px;}
.new_part2 .left .data a{display: block;padding: 25px 120px 25px 0; position: relative;}
.new_part2 .left .data li{border-top: 1px solid #eee;}
.new_part2 .left .data li:last-child{border-bottom: 1px solid #eee;}
.new_part2 .left .data .tit{	font-size: 18px;color: #333333;margin: 0;font-weight: normal;}
.new_part2 .left .data .intro{	font-size: 16px;line-height: 29px;color: #808080;margin: 10px 0;height: 58px;}
.new_part2 .left .data .time{font-family: Oswald;font-size: 14px;font-weight: normal;color: #999999;}
.new_part2 .left .data  a::after{content:"";border: solid 1px #dbdbdb; display: block;width: 40px;height: 40px;background: url("../images/page-next.png") no-repeat center center;position: absolute;right: 20px;top: 50%;transform: translateY(-50%);-ms-transform: translateY(-50%);-webkit-transform: translateY(-50%);border-radius: 50%;}
.new_part2 .left .data  a:hover .tit{color: #111e90;}
/*.new_part2 .left .data a:hover{background-color: #f7f8fa;}*/
.new_part2 .left .data a:hover::after{background:url("../images/page-next-on.png") no-repeat center center #171c8f;border: solid 1px #111e90;}
.new_part2 .right .data li{margin-top: 30px;}
.new_part2 .right .data a{position: relative;overflow: hidden;display: block;}
.new_part2 .right .data .pic{padding-bottom: 50%;transition: all 0.3s;-webkit-transition: all 0.3s;-ms-transition: all 0.3s;}
.new_part2 .right .data a:hover .pic{transform: scale(1.1);-webkit-transform: scale(1.1);-ms-transform: scale(1.1);}
.new_part2 .right .data .tit{position: absolute;width: 100%;bottom: 0;left: 0;padding: 15px 40px;	font-size: 18px;color: #ffffff;margin: 0;font-weight: normal;background-color: rgba(0,90,179,0.8);}
.new_part3{padding: 120px 0 80px;}
.new_part3 .data .pic{float: left;width:46.875%;overflow: hidden;display: block;}
.new_part3 .data .pic figure{padding-bottom: 64%;transition: all 0.3s;-webkit-transition: all 0.3s;-ms-transition: all 0.3s;}
.new_part3 .data li:hover .pic figure{transform: scale(1.1);-webkit-transform: scale(1.1);-ms-transform: scale(1.1);}
.new_part3 .data li:hover .tit{color: #111e90;}
.new_part3 .data .txt{width: 53.125%;float: left;position: relative;padding: 80px 80px 50px 50px;display: block;}
.new_part3 .data{position: relative;background-color: #f7f8fa;}
.new_part3 .data .time{font-family: Oswald;font-size: 16px;font-weight: normal;color: #58b4e5;}
.new_part3 .data .tit{font-size: 24px;font-weight: normal;color: #333333;margin: 35px 0;}
.new_part3 .data .intro{font-size: 16px;line-height: 30px;color: #808080;height: 90px;}
.new_part3 .slick-prev{display: none!important;}
.new_part3 .slick-next{position: absolute;bottom: 12%;left: 50%; z-index:1;cursor: pointer; display: block;width: 55px;height:55px;border-radius: 50%;background: url("../images/page-next.png") no-repeat center center;border: solid 1px #dbdbdb;color: transparent;}
.new_part3 .slick-next *{display: none;}
.new_part3 .slick-next:hover{background:url("../images/page-next-on.png") no-repeat center center #171c8f;border: solid 1px #111e90;}
.new_part3 .slick-dots{position: absolute;z-index: 1;right: 80px;bottom: 16%;text-align: center;}
.new_part3 .slick-dots li{display: inline-block;border-radius: 50%;width: 10px;height: 10px;border: solid 1px #cccccc;margin:  0 5px;cursor: pointer;}
.new_part3 .slick-dots li *{display: none;}
.new_part3 .slick-dots li.slick-active{background-color:#111e90;border-color:#111e90;}
.new_part4{padding-bottom: 140px;}
.new_part4 .data li{width: 31.25%;float: left;margin-right: 3.125%;margin-bottom: 3.125%;}
.new_part4 .data li:nth-child(3n){margin-right: 0;}
.new_part4 .data .pic{overflow: hidden;border-radius: 4px 4px 0px 0px;}
.new_part4 .data .pic figure{padding-bottom: 50%;transition: all 0.3s;-webkit-transition: all 0.3s;-ms-transition: all 0.3s;}
.new_part4 .data a:hover .pic figure{transform: scale(1.1);-webkit-transform: scale(1.1);-ms-transform: scale(1.1);}
.new_part4 .data a:hover .tit{color: #111e90;}
.new_part4 .data .txt{background-color: #f7f8fa;padding: 30px 25px 35px;}
.new_part4 .data .time{font-family: ArialMT;font-size: 16px;color: #999999;}
.new_part4 .data .tit{font-size: 20px;font-weight: normal;color: #333333;margin: 25px 0 20px;}
.new_part4 .data .intro{font-size: 16px;line-height: 24px;color: #808080;height: 48px;}
.new_part4  .Page002046 .Pages{padding-top: 1.75%;}
.new_part5{padding: 80px 0 110px;}
.new_part5 .data li{border-bottom: 1px solid #eeeeee;}
.new_part5 .data a{display: block;padding: 40px 190px 40px 130px;position: relative;}
.new_part5 .data .time{position: absolute;left: 20px;top:40px;font-family: Oswald;font-size: 48px;font-weight: normal;color: #999999;text-align: center;}
.new_part5 .data .day{font-size: 48px;line-height: 110%;}
.new_part5 .data .ym{font-size: 14px;}
.new_part5 .data .tit{	font-size: 18px;font-weight: normal;color: #333333;margin:0;}
.new_part5 .data .intro{font-size: 16px;line-height: 30px;color: #808080;margin-top: 10px;height: 60px;}
.new_part5 .data a::after{content:"";border: solid 1px #dbdbdb; display: block;width: 40px;height: 40px;background: url("../images/page-next.png") no-repeat center center;position: absolute;right: 40px;top: 50%;transform: translateY(-50%);-ms-transform: translateY(-50%);-webkit-transform: translateY(-50%);border-radius: 50%;}
.new_part5 .data a:hover::after{background:url("../images/page-next-on.png") no-repeat center center #171c8f;border: solid 1px #111e90;}
.new_part5 .data a:hover *{color: #111e90!important;}




.estate_part1{padding: 110px 0 120px;}
.estate_part1 .wrap{width: 100%;}
.estate_part1 .left{width: 51.875%;}
.estate_part1 .left .tit{	font-size: 40px;font-weight: normal;color: #333333;line-height: 100%;display: inline-block;margin: 0 0 50px;}
.estate_part1 .left .tit::after{content:"";display: block;width:  140px; background-color:#eeeeee;height: 2px;margin-top: 40px;}
.estate_part1 .left .txt{font-size: 18px;line-height: 36px;color: #333333;overflow: hidden;}
.estate_part1 .show_more{	width: 200px;height: 55px;background-color: #ecf0f4;border-radius: 55px;margin-top: 50px;font-size: 16px;line-height: 55px;color: #666666;display: inline-block;text-align: center;}
.estate_part1 .show_more:hover{background: #008fdb;color: #fff;}
.estate_part1 .right{text-align: right;width: 48.125%;}
.estate_part1 .data{display: inline-block;text-align: left;}
.estate_part1 .data .item{float: left; width: 280px;height: 150px;margin-right: 20px;margin-bottom: 20px;border:1px solid #f6f6f6;padding: 30px 0 0 60px;position: relative;}
.estate_part1 .data .item:nth-child(2n){margin-right: 0;}
.estate_part1 .data .item:nth-child(2n + 1){clear: both;}
.estate_part1 .data .label{	font-size: 16px;color: #666666;}
.estate_part1 .data .num{position: relative;color: #58b4e5;margin-top: 15px;}
.estate_part1 .data .counter{	font-family: Oswald;font-size: 60px;line-height: 100%;display: inline-block;}
.estate_part1 .data .unit{display: inline-block;position: relative;}
.estate_part1 .data .add{position: absolute;font-size: 30px;bottom: 150%;left: -1px;}
.estate_part1 .data .value{font-size: 16px;}
.estate_part1 .data .item::after,.estate_part1 .data .item::before{content:"";display: block;height: 5px;width: 5px;border: 1px solid #58b4e5;position: absolute;}
.estate_part1 .data .item:nth-child(1)::before{left: -1px;top: -1px;border-right:0;border-bottom:0;}
.estate_part1 .data .item:nth-child(1)::after{right: -1px;bottom: -1px;border-left:0;border-top:0;}
.estate_part1 .data .item.item2 .add{bottom: 6px;}
.estate_part1 .data .item:nth-child(2n)::before{bottom: -1px;left: -1px;border-top: 0;border-right: 0;}
.estate_part1 .data .item:nth-child(2n)::after{right:-1px;top:-1px;border-bottom: 0;border-left:0;}
.estate_part1 .data .item:nth-child(3n)::before{left: -1px;bottom: -1px;border-top:0;border-right: 0;}
.estate_part1 .data .item:nth-child(3n)::after{right:-1px;top: -1px;border-bottom:0;border-left: 0;}
.estate_part1 .data .item:nth-child(4n)::before{left: -1px;top: -1px;border-right:0;border-bottom:0; right: auto;bottom: auto;border-left: 1px solid #58b4e5;border-top:1px solid #58b4e5;}
.estate_part1 .data .item:nth-child(4n)::after{right: -1px;bottom: -1px;border-left:0;border-top:0; left: auto;top: auto;border-right: 1px solid #58b4e5;border-bottom: 1px solid #58b4e5;}
.estate_part2{padding-bottom: 120px;overflow: hidden;}
.estate_part2 .data {padding: 0 -13px}
.estate_part2 .data li{padding: 0 13px;position: relative;}
.estate_part2 .data .pic{padding-bottom: 121.05%;}
.estate_part2 .data li a{display: block;position: relative;border-radius: 4px;overflow: hidden;}
.estate_part2 .data li a::after{content:"";display: block;width: 100%;padding-bottom: 39.47%;background: url("../images/estate-mask.png") no-repeat center bottom;background-size: cover;position: absolute;bottom: 0;left: 0;}
.estate_part2 .data .txt{padding: 35px 3%;position: absolute;width: 100%;bottom: 0;left: 0;z-index: 1;text-align: center;color: #ffffff;max-height: 100%;}
.estate_part2 .data .tit{font-size: 24px;font-weight: normal;margin: auto;}

.estate_part2 .data .text{font-size: 16px;line-height: 30px;margin-top: 30px;display: none;max-height: 240px;}

.estate_part2 .mCSB_inside>.mCSB_container{margin-right: 15px;}
.estate_part2 .slick-arrow{position: absolute;top: 50%;display: block;z-index:5;cursor: pointer; display: block;width: 55px;height:55px;border-radius: 50%;background: url("../images/page-next.png") no-repeat center center #fff;border: solid 1px #dbdbdb;color: transparent;}
.estate_part2 .slick-prev{background: url("../images/page-prev.png") no-repeat center center #fff;left: 0;margin-left:13px; transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);#fff}
.estate_part2 .slick-next{right:0;margin-right:13px; transform: translate(50%,-50%);-ms-transform: translate(50%,-50%);-webkit-transform: translate(50%,-50%);}
.estate_part2 .slick-next:hover{background:url("../images/page-next-on.png") no-repeat center center #171c8f;border: solid 1px #111e90;}
.estate_part2 .slick-prev:hover{background:url("../images/page-prev-on.png") no-repeat center center #171c8f;border: solid 1px #111e90;}
.estate_part2 .corners .pic{padding-bottom: 124.73%;}
.estate_part2 .corners .txt{padding-bottom: 50px;}
.estate_part2 .corners li a::after{bottom: 3%;}
.estate_part2 .corners li a::before{content:"";display: block;width: 100%;bottom: 0;padding-bottom: 4.736%;position: absolute;left: 0;z-index: 5;background: url("../images/estate-fill.png") no-repeat center center;background-size: 100% 100%;}
.estate_part2 .corners li a:hover::before,.estate_part2 .corners li a.on::before{background: url("../images/estate-corner.png") no-repeat center center;background-size: 100% 100%;}
.estate_part2 .data li a:hover .text,.estate_part2 .data li a.on .text{display: block;}
.estate_part2 .data li a:hover .txt,.estate_part2 .data li a.on .txt{background-color: rgba(0,96,184,0.8);height: 100%;}
.estate_part2 .store_wrap{margin-top: 80px;}
.estate_part2 .store_ls li{float:left;width:47.1875%;margin-bottom: 4.375%;position: relative;}
.estate_part2 .store_ls li:nth-child(2n){float: right;}
.estate_part2 .store_ls li:nth-child(n+5){display: none;}
.estate_part2 .store_ls .pic{width: 49%;border-radius: 4px;overflow: hidden;position: relative;float: left;}
.estate_part2 .store_ls .txt{width: 51%;vertical-align: top; position: absolute;right: 0;top: 0;bottom: 0;margin: auto}
.estate_part2 .store_ls .pic figure{padding-bottom: 64.86%;}
.estate_part2 .store_ls .icon{height: 60px;width: 60px;position: absolute;top: 20px;left: 20px;border-radius: 50%;overflow: hidden;background: url("../images/qrcode-icon.jpg") no-repeat center center;background-size: contain;}
.estate_part2 .store_ls .code{display: none; position: absolute;width: 100%;height: 100%;top: 0;left: 0;margin: auto;background-color: rgba(0,0,0,0.5);z-index: 1;}
.estate_part2 .store_ls .code img{position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;max-height: 90%;}
.estate_part2 .store_ls .text{padding: 20px 0 0px 30px;overflow: auto;position: absolute; height: 100%;width: 100%;}
.estate_part2 .store_ls .mCSB_scrollTools .mCSB_draggerRail{    background-color: rgba(23,28,143,0.1)}
.estate_part2 .store_ls  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color: #4cb6e7;}

.estate_part2 .store_ls .tit{font-size: 20px;font-weight: normal;color: #333333;margin: 0;}
.estate_part2 .store_ls .intro{	font-size: 16px;line-height: 28px;color: #666666;margin-top: 25px;}


.estate_part2 .show_more{margin: auto;	width: 200px;height: 55px;background-color: #ecf0f4;border-radius: 55px;font-size: 16px;line-height: 55px;color: #666666;display: block;text-align: center;}
.estate_part2 .show_more:hover{background: #008fdb;color: #fff;}


.ywbj_map_box {
    background-color: #0093e5;
}

.ywbj_map {
    padding: 30px 0 70px;
}

.ywbj_map .ywbj_map_left {
    display: inline-block;
    width: 58%;
    vertical-align: top;
    position: relative;
    padding-left: 4.5%;
    background: url(../images/map_bottom.png) no-repeat bottom right;
    background-size: 80px;
    float: left;
}

.ywbj_map .ywbj_map_left .ywbj_map_btn {}

.ywbj_map .ywbj_map_left .ywbj_map_area {
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .9);
    text-align: center;
    color: #2055ad;
    font-size: 15px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    padding: 0 1.5%;
}
.ywbj_map_area{ width: 60px;height: 60px; position: absolute;}


.ywbj_map .ywbj_map_left .ywbj_map_area .ywbj_map_num {
    display: none;
}

.ywbj_map .ywbj_map_left .ywbj_map_area.hover .ywbj_map_num {
    display: block;
}

.ywbj_map .ywbj_map_left .ywbj_map_area .divbox {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 70%;
    padding: 0 10%;
    display:block;
    text-align: center;
    width: 100%;
}

@keyframes mydh {
    25% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.5;
    }
    90% {
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}
@-moz-keyframes mydh {
    25% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.5;
    }
    90% {
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}
@-webkit-keyframes mydh {
    25% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.5;
    }
    90% {
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}
@-o-keyframes mydh {
    25% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.5;
    }
    90% {
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}
.ywbj_map .ywbj_map_left .ywbj_map_area .divbox .tb{display: table; width: 100%;height: 100%;}
.ywbj_map .ywbj_map_left .ywbj_map_area .divbox .tbc{display: table-cell; width: 100%;height: 100%;vertical-align: middle;}

.ywbj_map .ywbj_map_left .ywbj_map_area>i{
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    background: rgba(16, 200, 185, 0.01);
    position: absolute;
    animation: mydh 2s infinite;
    -moz-animation: mydh 2s infinite;
    -webkit-animation: mydh 2s infinite;
    -o-animation: mydh 2s infinite;
    border: 1px solid #fff;
    left: 50%;
    margin-left: -50%;
}
.ywbj_map .ywbj_map_left .ywbj_map_area>i:nth-child(2){
    -moz-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}
.ywbj_map .ywbj_map_left .ywbj_map_area.hover>i{
    border:1px solid #c3d600;
}

.ywbj_map .ywbj_map_left .ywbj_map_area span.line {
    display: block;
    width: 65%;
    height: 2px;
    background-color: #fff;
    padding: 0;
    margin: 5% auto;
}

.ywbj_map .ywbj_map_left .ywbj_map_area p {
    padding: 0;
    padding-top: 0!important;
    margin: 0;
    line-height: 1.2em;
    padding: 0;
    /* display: table-cell; */
    /* vertical-align: middle; */
}

.ywbj_map .ywbj_map_left .ywbj_map_area p i {
    font-style: normal;
}

.ywbj_map .ywbj_map_right {
    display: inline-block;
    width: 25.71%;
    vertical-align: top;
    /*padding-left: 5%;*/
    margin-top: 60px;
    margin-right: 4%;
    float: right;
}

.ywbj_map .ywbj_map_right h2 {
    padding: 0;
    margin: 0;
}

.ywbj_map .ywbj_map_left .ywbj_map_area.hover {
    background-color: #c3d600;
    color: #fff;
    z-index: 999999;
}

.ywbj_map .ywbj_map_left .ywbj_map_area.hover p {
    padding: 0;
}

.ywbj_map .ywbj_map_left .ywbj_map_area1 {
    position: absolute;
    left: 62.5%;
    top: 74.5%;
    width: 100px;
    height: 100px;
    /* -webkit-animation: mychart 3s infinite;
    -moz-animation: mychart 3s infinite;
    animation: mychart 3s infinite; */
}

.ywbj_map .ywbj_map_left .ywbj_map_area1 p {
    padding-top: 26%;
}

.ywbj_map .ywbj_map_left .ywbj_map_area1.hover>div {
    /*padding-top: 8%;*/
}

.ywbj_map .ywbj_map_left .ywbj_map_area2 {
    position: absolute;
    left: 68.2%;
    top: 32%;
    width: 67px;
    height: 67px;
    /* // -webkit-animation: mychart2 4s infinite;
    // -moz-animation: mychart2 4s infinite;
    //      animation: mychart2 4s infinite; */

}

.ywbj_map .ywbj_map_left .ywbj_map_area2 p {
    padding-top: 34%;
}

.ywbj_map .ywbj_map_left .ywbj_map_area2.hover>div {
    /*padding-top: 12%;*/
}

.ywbj_map .ywbj_map_left .ywbj_map_area3 {
    position: absolute;
    left: 61%;
    top: 55%;
    width: 67px;
    height: 67px;
    /* // -webkit-animation: mychart2 4s infinite;
    // -moz-animation: mychart2 4s infinite;
    //      animation: mychart2 4s infinite; */
}

.ywbj_map .ywbj_map_left .ywbj_map_area3 p {
    padding-top: 34%;
}

.ywbj_map .ywbj_map_left .ywbj_map_area3.hover>div {
    /*padding-top: 14%;*/
}

.ywbj_map .ywbj_map_left .ywbj_map_area4 {
    position: absolute;
    left: 77.5%;
    top: 46.5%;
    width: 67px;
    height: 67px;
    /* // -webkit-animation: mychart1 4s infinite;
    // -moz-animation: mychart1 4s infinite;
    //      animation: mychart1 4s infinite; */
}

.ywbj_map .ywbj_map_left .ywbj_map_area4 p {
    padding-top: 30%;
}

.ywbj_map .ywbj_map_left .ywbj_map_area4.hover>div {
    /*padding-top: 12%;*/
}

.ywbj_map .ywbj_map_left .ywbj_map_area5 {
    position: absolute;
    left: 50.5%;
    top: 65%;
    width: 70px;
    height: 70px;
    /* // -webkit-animation: mychart2 3s infinite;
    // -moz-animation: mychart2 3s infinite;
    //      animation: mychart2 3s infinite; */
}

.ywbj_map .ywbj_map_left .ywbj_map_area5 p {
    padding-top: 30%;
}

.ywbj_map .ywbj_map_left .ywbj_map_area5.hover>div {
    /*padding-top: 12%;*/
}

.ywbj_map .ywbj_map_left .ywbj_map_area6 {
    position: absolute;
    left: 16%;
    top: 26%;
    width: 90px;
    height:90px;
    /* -webkit-animation: mychart 2s infinite; */
    /* -moz-animation: mychart 2s infinite; */
    /* animation: mychart 2s infinite; */
}

.ywbj_map .ywbj_map_left .ywbj_map_area6 p {
    padding-top: 28%;
}

.ywbj_map .ywbj_map_left .ywbj_map_area6.hover>div {
    /*padding-top: 12%;*/
}

.ywbj_map .ywbj_map_left .ywbj_map_area7 {
    position: absolute;
    left: 51.5%;
    top: 80%;
    width: 90px;
    height: 90px;
    /* // -webkit-animation: mychart1 3s infinite; */
    /* // -moz-animation: mychart1 3s infinite; */
    /* //      animation: mychart1 3s infinite; */
}

.ywbj_map .ywbj_map_left .ywbj_map_area7 p {
    padding-top: 22%;
}

.ywbj_map .ywbj_map_left .ywbj_map_area7.hover>div {
    /*padding-top: 5%;*/
}

.ywbj_map .ywbj_map_left .ywbj_map_area8 {
    position: absolute;
    left: 74%;
    top: 82%;
    width: 85px;
    height: 85px;
    /* // -webkit-animation: mychart 2s infinite;
    // -moz-animation: mychart 2s infinite;
    //      animation: mychart 2s infinite; */
}

.ywbj_map .ywbj_map_left .ywbj_map_area8 p {
    padding-top: 22%;
}

.ywbj_map .ywbj_map_left .ywbj_map_area8.hover>div {
    /*padding-top: 10%;*/
}

.ywbj_map .ywbj_map_left .ywbj_map_area9 {
    position: absolute;
    left: 63%;
    top: 92%;
    width: 67px;
    height: 67px;
    /* // -webkit-animation: mychart2 4s infinite;
    // -moz-animation: mychart2 4s infinite;
    //      animation: mychart2 4s infinite; */
}

.ywbj_map .ywbj_map_left .ywbj_map_area9 p {
    padding-top: 32%;
}

.ywbj_map .ywbj_map_left .ywbj_map_area9.hover>div {
    /*padding-top: 12%;*/
}

.ywbj_map .ywbj_map_left .ywbj_map_area10 {
    position: absolute;
    left: 40%;
    top: 35%;
    width: 60px;
    height: 60px;
}

.ywbj_map .ywbj_map_left .ywbj_map_area10 p {
    padding-top: 25%;
}

.ywbj_map .ywbj_map_left .ywbj_map_area10.hover>div {
    /*padding-top: 4%;*/
}
.ywbj_map .ywbj_map_left .ywbj_map_area11 {
    position: absolute;
    left: 70.8%;
    top: 54%;
    width: 60px;
    height: 60px;
}

.ywbj_map .ywbj_map_left .ywbj_map_area11 p {
    padding-top:27%;
}

.ywbj_map .ywbj_map_left .ywbj_map_area11.hover>div {
    /*padding-top: 4%;*/
}
.ywbj_map .ywbj_map_left .ywbj_map_area12 {
    position: absolute;
    left: 72%;
    top: 65%;
    width: 60px;
    height: 60px;
}

.ywbj_map .ywbj_map_left .ywbj_map_area12 p {
    padding-top: 27%;
}

.ywbj_map .ywbj_map_left .ywbj_map_area12.hover>div {
    /*padding-top:4%;*/
}
.ywbj_map .ywbj_map_left .ywbj_map_area13 {
    position: absolute;
    left: 80%;
    top: 63%;
    width: 60px;
    height: 60px;
}


.ywbj_map .ywbj_map_left .ywbj_map_area14{
    position: absolute;
    left: 44%;
    top: 77%;
    width: 60px;
    height: 60px;
}


.ywbj_map .ywbj_map_left .ywbj_map_area13 p {
    padding-top: 32%;
}

.ywbj_map .ywbj_map_left .ywbj_map_area13.hover>div {
    /*padding-top: 4%;*/
}

.ywbj_map .ywbj_map_right h2 {
    /*width: 335px;*/
    height: 65px;
    line-height: 65px;
    color: #fff;
    background-color: #c3d600;
    padding-left: 22px;
    font-weight: 500;
}

.ywbj_map .ywbj_map_right .ywbj_map_placeDesc {
    /*width: 335px;*/
    padding: 15px 0 45px 20px;
    background-color: rgba(237,248,253,0.9);
    border-left: 1px solid rgba(237,248,253,0.9);
    border-right: 1px solid rgba(237,248,253,0.9);
    border-bottom: 1px solid  rgba(237,248,253,0.9);
}

.ywbj_map .ywbj_map_right ul.ul {
    height: 360px;
    overflow: auto;
}

.ywbj_map .ywbj_map_right ul.ul li {
    line-height: 40px;
    border-bottom: 1px dashed rgba(1,95,161,0.16);
}

.ywbj_map .ywbj_map_right ul.ul li a {
    color: #015fa1;
    font-size: 14px;
}

.ywbj_map .ywbj_map_right .ywbj_map_right_list {
    display: none;
}

.ywbj_map .ywbj_map_right .ywbj_map_right_list.hover {
    display: block;
}

/* 滑动条样式覆盖 */

.ywbj_map .mCS-dark.mCSB_scrollTools .mCSB_draggerRail{
    background-color: rgba(23,28,143,0.1);
    width: 3px;
}

.ywbj_map .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color: #4cb6e7!important;}

.ywbj_map .mCSB_inside>.mCSB_container {
    margin-right: 30px !important;
}
.ywbj_map .mCSB_scrollTools{right: 5px;}
.ywbj_map .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width: 3px;}

@media screen and (max-width: 1178px){
    .ywbj_map{padding-bottom: 20px;}
    .ywbj_map .ywbj_map_left{display: none;}
    .ywbj_map .ywbj_map_right{width: 100%;padding: 0 20px;margin-top: 0px;margin-right: 0;}
    .ywbj_map .ywbj_map_right .ywbj_map_right_list{display: block;}
    .ywbj_map .ywbj_map_right ul.ul{height: auto;}
    .ywbj_map .ywbj_map_right h2{width: 100%;border-bottom: 1px solid #fff;height: 44px;line-height: 44px;font-size: 16px;}
    .ywbj_map .mCSB_inside>.mCSB_container{margin-right: 0 !important;}
    .ywbj_map .ywbj_map_right .ywbj_map_placeDesc{width: 100%;display: none;}
    .ywbj_desc p{padding: 0 10px;}
}


.estate_part3{padding: 70px 0 20px;}
.estate_part3 .tit{	font-size: 30px;font-weight: normal;color: #ffffff;text-align: center;margin: 0 0 15px;}
.estate_part4 .left{width: 50%;}
.estate_part4 .left .txt{max-height: none!important;}
.estate_part4 .right{width: 50%;}
.estate_part4 .pic{max-width: 85%;border-radius: 100px 0px 0px 0px;}
.estate_part4 .nums{margin-top: 50px;}
.estate_part4 .nums li{float: left;margin-right: 11%;}
.estate_part4 .nums li:last-child{margin-right: 0;}
.estate_part4 .num{color: #58b4e5;}
.estate_part4 .nums .counter{	font-family: Oswald;font-size: 60px;font-weight: normal;line-height: 1;}
.estate_part4 .nums .value{font-size: 16px;}
.estate_part4 .nums .unit{position: relative;display: inline-block;}
.estate_part4 .nums .add{position: absolute;bottom: 150%;left: -1px;font-size: 30px;}
.estate_part4 .nums .name{	font-size: 16px;margin-top: 10px; font-weight: normal;color: #666666;}




.estate_part5 .data li a::after{padding-bottom: 36.84%;background: url(../images/estate-mask1.png) no-repeat center bottom;background-size: cover;}
.estate_part6 .data li a::after{padding-bottom: 58.94%;background: url(../images/estate-mask2.png) no-repeat center bottom;background-size: cover;}



















.auto_1200{max-width: 1200px;margin: auto;}
@media  (max-width: 1200px){
    .auto_1200{padding: 0 2%;}
}

.auto_1400{max-width: 1400px;margin: auto;}
@media  (max-width: 1500px){
	.menu .menu_nav a{ margin-right: 40px;}
}
@media  (max-width: 1400px){
    .auto_1400{padding: 0 2%;}
    .estate_part4 .nums li{margin-right: 5%;}
	.menu .menu_nav a{ margin-right: 30px;}
}

.new_dt{padding: 80px 0 130px;}
.new_dt .tit{font-size: 34px;font-weight: normal;line-height: 32px;color: #333333;text-align: center;margin: 0;}
.new_dt .time{display: block;text-align: center;	font-size: 16px;color: #999999;margin-top: 25px;padding-bottom: 30px;border-bottom: 1px solid #f2f2f2;}
.new_dt .article{padding: 20px 0 30px;border-bottom: 1px solid #f2f2f2;	font-size: 18px;line-height: 36px;color: #555555;}
.new_dt .article p{text-indent: 2em;margin: 10px  0;}
.new_dt .imgs{padding: 30px 0;}
.new_dt .imgs img{float: left;width: 48.333%;margin-bottom: 2%;}
.new_dt .imgs img:nth-child(2n){float: right;}
.new_dt .imgs img:nth-child(2n + 1){clear: both;}
.new_dt .content{position: relative;padding-right: 190px;margin-top: 60px;}
.new_dt .content span a{	font-size: 16px;font-weight: normal;color: #999999;line-height: 50px;}
.new_dt .content span a:hover{color: #111e90}
.new_dt .content .new_back{display: block; width: 170px;height: 50px;text-align: center;line-height: 48px; border-radius: 25px;border:1px solid #dddddd;color: #333;font-size: 16px;position: absolute;right: 0;top: 50%;transform: translateY(-50%);-ms-transform: translateY(-50%);-webkit-transform: translateY(-50%);}
.new_dt .content .new_back::after{content:"";display: inline-block;	width: 8px;height: 13px;margin-left: 8px;vertical-align: middle;background: url("../images/back-black.png") no-repeat center center;background-size: contain;}
.new_dt .content .new_back:hover{background-color: #171c8f;border-color:#171c8f;color: #fff;}
.new_dt .content .new_back:hover::after{background: url("../images/back-white.png") no-repeat center center;background-size: contain;}


@media  (max-width: 1360px){
    .new_part3 .data .txt {padding: 30px 50px 30px 50px;}
    .estate_part1 .data .item{padding: 30px 0 0 15px;width: 210px;}
    .estate_part4 .nums li{margin-bottom: 20px;width: 50%;margin-right: 0;}
}
@media  (max-width: 1024px){
    /*.public_part1 .txt .name{font-size: 36px;}*/
    /*.public_part1 .msg .item{margin-right: 3%;}*/
    .public_part1 .txt{width: 100%;float: none;}
    .public_part1 .pic{position: relative;width: 100%;top: auto;}
    .culture_par5 .data{padding: 0 3.75%;}
    .culture_par6 .icon .item{width: 70px;height: 70px;line-height: 70px;margin:  0 5px;}
    .culture_par4 .nav li a::after{left: -1px;width: calc(100% + 1px);}
    .culture_par4 .nav li .txt{font-size: 32px;}

    .culture_par8 .slick_nav .on .time, .culture_par8 .slick_nav .slick-current .time{font-size: 48px;}
    .culture_par8 .slick_box .time{font-size: 32px;}
    .culture_par8 .slick_box .left{padding-right: 5%;}
    .culture_par8 .slick_box .left dl{padding-top: 0;}
    .culture_par8 .slick_box .left dd{padding: 10px 0;}
    .new_part3 .data .tit{margin: 10px 0;}
    .new_part3 .data .txt {padding: 30px 50px 30px 50px;}

    .estate_part4 .nums li{margin-bottom: 0px;width: auto;margin-right: 5%;}
    .estate_part4 .left,.estate_part4 .right{width: 100%;display: block;}
    .estate_part4 .right{text-align: center;margin-top: 30px;}


}
@media  (max-width: 1000px){
    .estate_part1 .data .item{float: right;}
    .estate_part1 .left{width: 62%}
    .estate_part4 .left{width: 100%}
}

@media  (max-width: 768px){
    .menu .menu_nav{float: none;}
    .menu .menu_nav a{padding: 10px 0;margin-right: 15px;}
    .menu .location{margin: 10px 0;float: none;transform: none;}

    .public_part1 .txt{padding: 0 0 30px;}
    .public_part1 .txt .tit{font-size: 20px}
    .public_part1 .txt .name{font-size: 24px;}
    .public_part1 .txt .msg{margin-top: 35px;}
    .public_part1 .msg .item{margin: 0 3% 30px 0;padding: 0 10px;}
    .public_part1{padding-bottom: 50px;}
    .public_part2 .tit{font-size: 24px;}
    .public_part2{padding: 50px 0 100px;}
    .public_part2 .nav li a{    font-size: 16px;padding: 5px 10px;}
    .public_part2 .nav li{margin: 10px 5px;}
    .public_part2 .nav{margin: 30px 0 40px;}

    .public_part3{padding: 50px 0;}
    .public_part3 .tit{font-size: 24px;}
    .public_part3 .slick_box{margin-top: 25px;}
    /*.public_part3 .slick_box a{font-size: 18px;padding: 15px 100px 15px 20px;}
    .public_part3 .slick_box a::before,.public_part3 .slick_box a::after{display: none;}
    .public_part3 .slick_box .time{right: 10px;}*/
    .public_part3 .slick-dots{margin-top: 20px;}

    .public_part5{padding: 60px 0;}
    .public_part5 .tit{font-size: 24px;}
    .public_part5 .msg{margin-top: 45px;}
    .public_part5 .msg .item{width: 48%;margin-right: 4%;}
    .public_part5 .msg .item:nth-child(2n){margin-right: 0;}
    .public_part5 .msg .item:nth-child(2n+1){clear: both;}
    .announcement{padding: 30px 0 60px;}
    .announcement .data .time{left: 10px;}
    .announcement .data .item{    padding: 35px 100px 35px 100px;font-size: 16px;}
    .announcement .data .day{font-size: 30px;}
    .announcement .data .source,.announcement .data item::before{display: none;}
    .announcement .data .btn{    width: 80px;height: 35px;line-height:35px;right: 0px;}
    .Page002046 .Pages a{width: 35px;height: 35px;line-height: 35px;}
    .Page002046 .Pages .a_prev,
    .Page002046 .Pages .a_next{ margin-right: 10px;}
    .Page002046 .Pages .a_next{margin-left: 10px;}
    /*.announcement .data .time{display: none;}*/
    /*.announcement .data .item{ padding-left: 10px;}*/

    .culture_par1{padding: 60px 0 70px;}
    .culture_par1 .left{margin: 0;}
    .culture_par1 .left .cont{    padding: 25px 30px 25px;text-align: center;white-space:normal;}
    .culture_par1 .left .tit,.culture_par1 .left .txt{writing-mode: initial;}
    .culture_par1 .left .tit{font-size: 26px;letter-spacing: 2px;margin-bottom: 10px;}
    .culture_par1 .left .txt{margin: 0;font-size: 16px;}
    .culture_par1 .left .name{font-size: 24px;margin-top: 5px;}
    .culture_par1 .right{width: 100%;margin-top: 20px;}
    .culture_par2{padding: 60px 0 50px;}
    .culture_par2 .label,.culture_par3 .label,.culture_par4 .label,.culture_par5 .label,.culture_par6 .label{font-size: 20px;}
    .culture_par2 .tit,.culture_par3 .tit,.culture_par4 .nav li .txt{font-size: 24px;}
    .culture_par2 .txt ,.culture_par3 .txt{margin-top: 30px;}
    .culture_par2 .left{float: none;width: auto;}
    .culture_par3{padding: 60px 0;}
    .culture_par3 .ytable-cell{}
    .culture_par3 .left{padding-left: 0;float: left;display: block;}
    .culture_par3 .right{float: none;width: auto;display: block;}
    .culture_par4{padding: 50px 0;}
    .culture_par4 .nav li{width: 100%;margin-bottom: 2%;margin-right: 0;}
    .culture_par4 .nav li a::after{left: -1px;width: calc(100% + 1px);}
    .culture_par4 .cont{margin-top: 40px;}
    .culture_par4 .cont .left, .culture_par4 .cont .right{width: 100%;padding: 0;margin: 0;}
    .culture_par4 .cont .left .txt {padding: 0 30px;font-size: 22px;font-weight: normal;line-height: 34px;}
    .culture_par4 .data li{width: 100%;margin-right: 0;margin-bottom: 5%;}
    .culture_par5{padding: 60px 0;}
    .culture_par5 .data{margin-top: 30px;display: block;}
    .culture_par5 .data .left,.culture_par5 .data .right{display: block;width: 100%;padding: 0;}
    .culture_par5 .nav .txt{font-size: 24px;}
    .culture_par5 .nav li{text-align: center;}
    .culture_par6{padding: 60px 0;}
    .culture_par6 .data{display: block;}
    .culture_par6 .data .ytable-cell{display: block;padding: 10% 5%;}
    .culture_par6 .icon .item{font-size: 20px;line-height: 50px;height: 50px;width: 50px;}
    .culture_par6 .icon{height: 100px;}
    .culture_par7{padding: 60px 0;}

    .culture_par8{padding: 60px 0;}
    .culture_par8 .label{font-size: 24px;}
    .culture_par8 .nav li{margin: 5px 10px;}
    .culture_par8 .nav a {width: 120px;height: 40px;line-height: 40px;font-size: 16px;}
    .culture_par8 .nav{margin: 30px 0 0;}
    .culture_par8 .slick_nav{padding: 30px 60px;}
    .culture_par8 .slick_nav .time{font-size: 20px;}
    .culture_par8 .slick_nav .on .time, .culture_par8 .slick_nav .slick-current .time{font-size: 32px;}
    .culture_par8 .honor_box{margin-top: 25px;}
    .culture_par8 .slick_box{padding:  0px;}
    .culture_par8 .slick_box .time{display: none;}
    .culture_par8 .slick_box .left,.culture_par8 .slick_box .right{width: 100%;padding: 0;}
    .culture_par8 .slick_box .right{margin-bottom: 20px;text-align: center;}

    .new_dt{padding: 60px 0 60px;}
    .new_dt .tit{font-size: 24px;}
    .new_dt .article p{margin: 10px 0;}
    .new_dt .imgs img{width: 100%;}
    .new_dt .content{margin-top: 30px;padding-right: 0;}
    .new_dt .content span a{line-height: 30px;}
    .new_dt .content .new_back{display: block;position: relative;transform: none;top: auto;margin-top: 20px;}

    .new_part1{padding: 60px 0 25px;}
    .new_part1 .left,.new_part1 .right{width: 100%;float: none;}
    .new_part1 .right{margin-top: 30px;}
    .new_part1 .slick_box .txt{padding: 15px 20px 10px 10px;}
    .new_part1 .slick-dots{bottom: 90px;padding: 0 10px;}
    .new_part1 .right .data a{    padding: 20px 60px 20px 15px;}
    .new_part1 .right .data a::after{right: 10px;}
    .new_part1 .right .data li{margin-top: 15px;}
    .new_part2{padding: 30px 0 60px;}
    .new_part2 .left,.new_part2 .right{width: 100%;float: none;}
    .new_part2 .left .data a{    padding: 15px 60px 15px 0;}
    .new_part2 .left .data a::after{right: 10px;}
    .new_part2 .right{margin-top: 30px;padding: 15px;}
    .new_part2 .right .data li{margin-top: 15px;}
    .new_part3{padding: 60px 0 20px;}
    .new_part3 .data .pic,.new_part3 .data .txt{width: 100%;float: none;}
    .new_part3 .data .txt {padding: 20px 15px 30px 15px;}
    .new_part3 .slick-dots{width: 100%;right: 0;bottom: 2%;}

    .new_part3 .slick-next{bottom: 50%;right: 2%;left: auto;height: 35px;width: 35px;}
    .new_part3 .slick-prev{position: absolute; bottom: 50%;left: 2%; z-index:2;cursor: pointer; display: block!important;width: 35px;height:35px;border-radius: 50%;background: url("../images/page-prev.png") no-repeat center center;border: solid 1px #dbdbdb;color: transparent;}
    .new_part3 .slick-prev *{display: none;}
    .new_part3 .slick-prev:hover{background:url("../images/page-prev-on.png") no-repeat center center #171c8f;border: solid 1px #111e90;}
    .new_part4 .data li{width: 100%;}
    .new_part4{padding-bottom: 70px;}
    .announcement .data .item::before{display: none;}

    .new_part5 .data a::after{right: 10px;}
    .new_part5 .data .day{font-size: 36px;}
    .new_part5 .data .ym{font-size: 12px;}
    .new_part5 .data a{padding: 20px 60px 20px 70px;}
    .new_part5 .data .time{left: 10px;top: 20px;}
    .new_part5 .data .intro{line-height: 24px;height: 48px;}
    .new_part5{padding: 40px 0 60px;}

    .estate_part1{padding: 60px 0 30px;}
    .estate_part1 .left,.estate_part1 .right{width: 100%;display: block;}
    .estate_part1 .right{text-align: center;margin-top: 30px;}
    .estate_part1 .data .item{float: left;}

    .estate_part1 .left .tit{font-size: 24px;margin-bottom: 25px;}
    .estate_part1 .left .tit::after{margin-top: 20px;width: 44%;}
    .estate_part1 .show_more{    width: 140px;height: 40px;margin-top: 40px;line-height: 40px;}
    .estate_part2{padding-bottom: 60px;}
    .estate_part2 .slick-next{right: 2%;    transform: translate(0%,-50%);-ms-transform: translate(0%,-50%);-webkit-transform: translate(0%,-50%);}
    .estate_part2 .slick-prev{left: 2%; transform: translate(0%,-50%);-ms-transform: translate(0%,-50%);-webkit-transform: translate(0%,-50%);}
    .estate_part2 .data .tit{font-size: 20px;}
    .estate_part3 .tit{font-size: 24px;}
    .estate_part3{padding: 60px 0;}

    .estate_part2 .store_wrap{margin-top: 30px;}
    .estate_part2 .store_ls li{width: 100%}
    .estate_part2 .store_ls .intro{margin-top: 10px;}
    .estate_part2 .store_ls .text{padding: 10px 0 10px 15px;}
    .estate_part2 .store_ls .icon{height: 50px;width: 50px;top: 10px;left: 10px;}
    .estate_part2 .data .text{max-height: 150px;}
    .estate_part2 .show_more{    width: 140px;height: 40px;margin-top: 40px;line-height: 40px;}

    .estate_part4 .nums li{width: 33%;margin-right: 0;}

}
@media  (max-width: 480px) {
    .estate_part1 .data{width: 100%;}
    .estate_part1 .data .item{width: 48%;margin-right: 4%;padding-top: 10px;padding-bottom: 10px;height: auto;padding-left: 25px;}
    .estate_part1 .data .counter,.estate_part4 .nums .counter{font-size: 32px;}
    .estate_part1 .data .add,.estate_part4 .nums .add{font-size: 20px;bottom: 100%;}
    .estate_part1 .data .value,.estate_partf .data .value{font-size: 12px;}
    .estate_part2 .data .text{max-height: 240px;}
    .estate_part4 .nums li{margin-bottom: 20px;width: 50%;margin-right: 0;padding-right: 2%;}
    .estate_part4 .nums li:nth-child(2n+1){clear: both;}

}
@media  (max-width: 320px) {
    .public_part5 .msg .item{width: 100%;margin-right: 0%;}

}



/* contain */
.contain{padding-top: 90px; padding-bottom: 80px;}

/* 加入我们 */
.join{padding-top: 0 !important;}
.join p{margin: 0;}
.join .part1{background-color: #f7f8fa; padding-bottom: 66px;}
.join .part1 .top{padding: 100px 0 50px;}
.join .part1 .tit{font-size: 36px; font-weight: normal; color: rgb(51, 51, 51); line-height: 1; text-align: center;margin-top: 0;}
.join .part1 .des{font-size: 16px; color: rgb(128, 128, 128);text-align: center; line-height: 1.3;}
.join .part1 .mid-list{padding-bottom: 0px;}
.join .part1 .mid-list li{float: left; width: 23.44%; margin-right: 2.08%; background-color: #fff;}
.join .part1 .mid-list li >a {display: block;overflow: hidden;}
.join .part1 .mid-list li >a:hover .pic{transform: scale(1.1);-ms-transform: scale(1.1);-webkit-transform: scale(1.1);}
.join .part1 .mid-list li .pic{position: relative; padding-top: 66.7%;transition: all 0.3s;-ms-transition: all 0.3s;-webkit-transition: all 0.3s; overflow: hidden;}
.join .part1 .mid-list li .pic img{position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto; max-width: 100%; max-height: 100%;transition: all 0.3s;-ms-transition: all 0.3s;-webkit-transition: all 0.3s;}
/* 每排最后一个margin-right 0 */
.join .part1 .mid-list li:nth-of-type(4n){margin-right: 0;}
.join .part1 .mid-list li .li-tit{padding: 7.2% 8%;}
.join .li-tit a{font-size: 16px;color: rgb(51, 51, 51);line-height: 1.75;}
.join .part1 .li-tit a:hover{color: #171c8f;}

.more{width: 200px; line-height: 55px; text-align: center;border-radius: 40px; background-color: #ecf0f4;}
.more a{font-size: 16px; color: #5a7e96;}
.join .more{margin: 30px auto 0;}
.more a:hover{color: #171c8f;}

.join .part2{padding-bottom: 55px; padding-top: 100px;}
.join .part2 .bot-item{float: left; width: 47.5%; margin-right: 5%; position: relative;overflow: hidden;}
.join .part2 .recruit{margin-right: 0;}
.join .part2 .bot-item .pic{position: relative ; padding-bottom: 52.7%; overflow: hidden;}
.join .part2 .bot-item .pic img{position: absolute; left: 0; top: 0; right: 0; bottom: 0;margin: auto; width: 100%;}
.join .info{position: absolute; left: 0; bottom: 0;z-index: 5; padding-left: 14.47%; width: 100%;}
.join .info>a::after{content: ''; width: 40px; height: 40px; border-radius: 50%; border: 1px solid #fff; background: url(../images/icon3.png) center center no-repeat; position: absolute; top: 0; bottom: 0;margin: auto; right: 5.26%;}
.join .info p{float: left; line-height: 90px;}
.join .bot-tit1{color: #fff;font-size: 24px; }
.join .bot-tit2{font-size: 16px;color: rgba(255, 255, 255, 0.502); padding-left: 2.53%;padding-right: 11.8%; width: 70%;}
.join .before{position: absolute; left: 5.26%; top: 0;bottom: 0; margin: auto; width: 43px; height: 43px;}
.join .before img{position: absolute; left: 0 ; top: 0; right: 0; bottom: 0; margin: auto; max-width: 100%; max-height: 100%;}
.join .train .info{background-color: rgb(23, 28, 143);opacity: 0.902;}
.join .recruit .info{background-color: rgb(73, 155, 0); opacity: 0.902;}
/*.join .info:hover .bot-tit1,*/
/*.join .info:hover .bot-tit2{color: #5a7e96;}*/
/*.join .info:hover>a::after{border-color:  #5a7e96;}*/

/* 交互效果 */
.join .part1 .mid-list li,
.join .part2 .bot-item,
.join .part1 .mid-list li img,
.join .part2 .bot-item img{transition: all .5s;}
.join .part1 .mid-list li:hover,
.join .part2 .bot-item:hover{box-shadow: 0 0 10px 10px #ddd;}
.join .part1 .mid-list li:hover img,
.join .part2 .bot-item:hover img{ transform: scale(1.1);}

@media(max-width:1024px){
    .contain{padding: 40px 0 35px; }
    /* 加入粤海 */
    .join .part1{padding-bottom: 30px;}
    .join .part1 .top{padding: 50px 0 20px;}
    .join .part1 .tit{font-size: 24px;}
    .join .part1 .des{font-size: 14px;}
    .join .part1 .mid-list li{width: 32%; margin-right: 2%; margin-bottom: 15px;}
    .join .part1 .mid-list li:nth-of-type(4n){margin-right: 2%;}
    .join .part1 .mid-list li:nth-of-type(3n){margin-right: 0%;}
    .join .part1 .li-tit a{font-size: 14px;}
    .join .part1 .mid-list{padding-bottom: 10px;}

    .join .part2{padding-top: 50px;}
    .join .info{padding-left: 11.47%;}
    .join .info .before{left: 2.26%;}
    .join .info p{line-height: 60px;}
    .join .info .bot-tit1{font-size: 20px;}
    .join .info .before{width: 30px; height: 30px;}
    .join .info .bot-tit2{font-size: 14px;}
    .join .info>a::after{width: 30px; height: 30px; right: 3.26%;}
    .more{width: 150px; line-height: 40px; margin-top: 15px;}
}

@media(max-width:767px){
    .join .part1 .mid-list li{width: 49%; margin-right: 2%;}
    .join .part1 .mid-list li:nth-of-type(4n){margin-right: 0%;}
    .join .part1 .mid-list li:nth-of-type(3n){margin-right: 2%;}
    .join .part1 .mid-list li:nth-of-type(2n){margin-right: 0%;}

    .join .part2 .bot-item{width: 100%; margin: 15px auto;}
    .join .info p{line-height: 50px;}
}



/* 员工天地 */
.staff .staff-list li{float: left; width: 23.44%; margin-right: 2.08%; background-color: #f7f8fa; margin-bottom: 50px; transition: all .3s;}
.staff .pic{position: relative; padding-top: 66.7%; overflow: hidden;}
.staff .pic img{position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto; max-width: 100%; max-height: 100%; transition: all .5s;}
.staff .staff-list li:nth-of-type(4n){margin-right: 0;}
.staff .li-tit{padding: 7.2% 8%;}
.staff .li-tit a{color: #333333; font-size: 16px; line-height: 1.75;}
.staff .li-tit a:hover{color: #171c8f;}
.staff .staff-list li:hover img{ transform: scale(1.1);}
.staff .staff-list li:hover{box-shadow: 0 0 10px 10px #ddd;}
@media(max-width:1024px){
    .staff .staff-list li{width: 32%; margin-right: 2%;}
    .staff .staff-list li:nth-of-type(4n){margin-right: 2%;}
    .staff .staff-list li:nth-of-type(3n){margin-right: 0%;}
    .staff .li-tit a{font-size: 14px;}
}
@media(max-width:767px){
    .staff .staff-list li{width: 49%; margin-right: 2%; margin-bottom: 30px;}
    .staff .staff-list li:nth-of-type(4n){margin-right: 0%;}
    .staff .staff-list li:nth-of-type(3n){margin-right: 2%;}
    .staff .staff-list li:nth-of-type(2n){margin-right: 0%;}
}
/* 员工培训 */
.cultivate li{border-bottom: 1px solid #f3f3f3; padding: 1.88% 0 1.88% 2.5%; position: relative;transition:all .3s; }
.cultivate li .item{width: 92%; border-right: 1px solid #f3f3f3;}
.cultivate li .more-btn{width: 8%; position: absolute; right: 0; top: 0; bottom: 0; margin: auto;}
.cultivate li .more-btn a{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; display: block; width: 14px; height: 14px;}
.cultivate li .time{width: 70px ; height: 70px;border-radius: 3px; float: left;margin-right: 2.63%; background-color: #f7f8fa; overflow: hidden;}
.cultivate .year-mon{line-height: 24px; font-size: 14px; color: #333333;text-align: center; background-color: #eff0f1; }
.cultivate .day{font-size: 36px; text-align: center; line-height: 46px; color:rgb(51, 51, 51) ;}
.cultivate .cultivate-tit a{font-size: 20px; line-height: 70px;color: rgb(51, 51, 51);}
.cultivate .cultivate-tit a:hover{color: #171c8f;}
.cultivate li:hover{ background-color: #f7f8fa;}
.cultivate li:hover .cultivate-tit a{color: #111e90;}
.cultivate li:hover .year-mon{background-color: #111e90; color: #fff;}
.cultivate li:hover .day{background-color: #212fac; color: #fff;}
.cultivate li.active{border-bottom: 0;}
.cultivate li.active{background-color: #f7f8fa;}
.cultivate li.active .cultivate-tit a{color: #111e90;}
.cultivate li.active .year-mon{background-color: #111e90; color: #fff;}
.cultivate li.active .day{background-color: #212fac; color: #fff;}
@media(max-width:1024px){
    .cultivate .cultivate-tit a{font-size: 18px;}
}
@media(max-width:640px){
    .cultivate .cultivate-tit a{font-size: 16px; line-height: 50px;}
    .cultivate li .time{width: 55px; height: 50px;}
    .cultivate .year-mon{line-height: 20px; font-size: 12px;}
    .cultivate .day{font-size: 20px; line-height: 30px;}
}
@media(max-width:440px){
    .cultivate li{padding-left: 0;}
    .cultivate .cultivate-tit a{font-size: 14px;}
}
/* 职位招聘 */
.recruit .item{padding: 0 3.75%; background-color: #f7f8fa; margin-bottom: 10px;}
.recruit .title{line-height: 70px; display: block; padding-right: 4.73%; position: relative; cursor: pointer;}
.recruit .title:hover .tit1{color: #171c8f; }
.recruit .title:hover .job-demand .tit2{color: #171c8f;}
.recruit .title::after{content: ''; width: 14px; height: 14px; background: url(../uploadfiles/image/off.png); position: absolute; right: 0; top: 0; bottom: 0;margin: auto;transition: all .3s; }
.recruit .tit1{font-size: 20px; color: #333333; float: left;}
.recruit .tit2{font-size: 14px; color: #888888; display: inline-block; padding-left: 18px;margin-right: 15px; position: relative;}
.recruit .tit2::before{content: ''; width: 2px; height: 2px; background-color: #888888; position: absolute; left: 0; top: 0; bottom: 0; margin: auto;}
.recruit .adress::before{width: 0; height: 0;}
.recruit .job-demand{float: right; display: none;}
.recruit .text{padding-top: 40px;padding-bottom: 65px; display: none;}
.recruit .lis{margin-bottom: 30px;}
.recruit .text .tit3{ font-size: 18px; line-height: 1.667; color: #333333;}
.recruit .text p{font-size: 16px; line-height: 2; color: #888888; margin: 0;}
.recruit .download{width: 200px; height: 55px; text-align: center; line-height: 55px;color: #fff; background-color: #171c8f; border-radius: 25px; margin-top: 60px;}
.recruit .download a{ color: #fff; font-size: 16px;}
.recruit .on .title::after{transform: rotate(-180deg); transform-origin: 50% 50%; }
.recruit .on .title{ border-bottom: 1px solid #e6e6e8;}
.recruit .on .job-demand{display: block;}
.recruit .registration-form{width: 260px; height: 55px ; line-height: 55px; text-align: center; background-color: #eceff4; border-radius: 30px; margin: 60px auto 40px; }
.recruit .registration-form a{font-size: 16px; color: #666666;}

@media(max-width:1024px){
    .recruit .tit1{font-size: 18px;}
    .recruit .download{width: 150px; height: 40px; line-height: 40px;}
    .recruit .registration-form{font-size: 14px;width: 190px;height: 40px; line-height: 40px;}
}
@media(max-width:640px){
    .recruit .tit1{font-size: 16px; float: none;}
    .recruit .on .job-demand{float: none;}
    .recruit .tit2{font-size: 12px;}
    .recruit .adress{padding-left: 0;}
    .recruit .download{width: 120px;}
}


/* 公告 */
.notice li{border-bottom: 1px solid #f3f3f3; padding: 30px 0 30px 2.5%; position: relative;}
.notice li .item{}
.notice li .time{width: 70px ; height: 70px;border-radius: 3px; float: left;margin-right: 2.63%; background-color: #f7f8fa; overflow: hidden;}
.notice .year-mon{line-height: 24px; font-size: 14px; color: #333333;text-align: center; background-color: #eff0f1; }
.notice .day{font-size: 36px; text-align: center; line-height: 46px; color:rgb(51, 51, 51) ;}
.notice .notice-tit{float: left; width: 67%;}
.notice .notice-tit a{font-size: 20px; line-height: 70px;color: rgb(51, 51, 51);}
.notice .notice-tit a:hover{color: #171c8f;}
.notice .company-name{font-size: 16px; color: #999999; float: right; line-height: 70px;border-right: 1px solid #f3f3f3;padding-right: 3.85%;}
.notice .download-btn{width:210px;position: relative; height: 70px;float: right;}
.notice .download-btn a{display: block; width: 110px; height: 45px; line-height: 45px;  color: #666666; background-color: #ecf0f4; border-radius: 20px; position: absolute; top: 0;bottom: 0; right: 0;left: 0; margin: auto; padding-left: 55px;}
.notice .download-btn a::before{content: ''; width: 20px; height: 20px; background: url(../uploadfiles/image/download.png)center center no-repeat; position: absolute; top: 0; bottom: 0; left: 26px; margin: auto;}
.notice li .mid{width: 79.4%; float: left;}
.notice li.active{border-bottom: 0;}
.notice li.active{background-color: #f7f8fa;}
.notice li.active .notice-tit a{color: #111e90;}
.notice li.active .year-mon{background-color: #111e90; color: #fff;}
.notice li.active .day{background-color: #212fac; color: #fff;}
.notice li.active .download-btn a{color: #fff; background-color: #171c8f;}
.notice li.active .download-btn a::before{background: url(../uploadfiles/image/download-active.png) center center no-repeat;}

@media(max-width:1600px){
    .notice li .mid{width: 73.5%;}
}
@media(max-width:1366px){
    .notice .download-btn{width: 150px;}
    .notice .company-name{padding-right: 1.85%;}
}
@media(max-width:1024px){
    .notice .download-btn{width: 130px;}
    .notice .download-btn a{width: 100px; height: 35px; line-height: 35px;}
    .notice .notice-tit{float: none; line-height: 35px; width: 100%;}
    .notice .company-name{float: none; line-height: 35px;}
    .notice .notice-tit a{line-height: 35px;}
    .notice li .mid{width: 68.5%;}
    .notice .notice-tit a{font-size: 18px;}
    .notice .company-name{font-size: 14px;}
}
@media(max-width:767px){
    .notice .download-btn{position: absolute; bottom: 0; right: 0;}
    .notice .company-name{border-right: 0;}
}
@media(max-width:640px){
    .notice .cultivate-tit a{font-size: 16px; line-height: 50px;}
    .notice li .time{width: 50px; height: 50px; margin-top: 10px;}
    .notice .year-mon{line-height: 20px; font-size: 12px;}
    .notice .day{font-size: 20px; line-height: 30px;}
    .notice .download-btn a{width: 80px; height: 25px; line-height: 25px; padding-left: 35px;}
    .notice .download-btn a::before{width: 15px; height: 15px; background-size: contain; left: 18px;}
    .notice li.active .download-btn a::before{background-size: contain;}
    .notice .download-btn{width: 90px;}
    .notice .download-btn{position: absolute; bottom: -15px; right: 0;}
    .notice .notice-tit a{font-size: 16px;}
    .notice li .mid{width: 80%;}
}


/* 公司简介 */
.introduction{ padding-bottom: 0;}
.introduction .company-intro{padding-top: 30px; padding-bottom: 80px;}
.introduction .info{width: 50%;float: left;}
.introduction .tit{font-size: 40px; color: #333333; line-height: 1; padding-bottom: 40px; position: relative; margin-bottom: 50px;}
.introduction .tit::before{content: ''; width: 17.5%; height: 2px; background-color: rgb(238, 238, 238); position: absolute; left: 0;bottom: 0;}
.introduction p{font-size: 18px;color: rgb(51, 51, 51);line-height: 2;text-align: justify; margin-bottom: 30px; margin-top: 0;}

.introduction .pic{width: 50%;float: left; padding-left: 7.5%;}
.introduction .pic-box{position: relative; padding-top: 67.7%; border-top-left-radius: 90px;}
.introduction .pic-box img{position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto;}

.introduction .bot{padding-top: 30px;}
.introduction .bot li{float: left;}
.introduction .bot li:nth-of-type(1){width: 41.18%;}
.introduction .bot li:nth-of-type(2){width: 31.88%;}
.introduction .bot li:nth-of-type(3){width: 26.94%;}
.introduction .count,.introduction .count1{font-size: 30px;font-family: "Oswald";color: rgb(17, 30, 144);}
.introduction .des{font-size: 16px;  color: rgb(51, 51, 51);}

.introduction .bond{padding:4.5% 0 4%; background: #fcfcfc;}
.introduction .bond .ul{ padding-left: 13.7%;}
.introduction .bond .ul li{width: 25%; float: left; position: relative; padding-top: 24px;}
.introduction .bond .ul li::before{content: '';width: 34.58%; height: 1px; background-color: rgb(238, 238, 238); position: absolute; left: 0; top: 0;}
.introduction .bond .tit1{font-size: 14px; color: rgb(153, 153, 153);line-height: 1; margin-bottom: 5px;}
.introduction .bond .count,.introduction .bond .count1{margin-bottom: 14px;}


/* 管理团队 */
.manage{ background: url("../images/manage_bg.jpg") no-repeat center bottom; background-size: cover!important;}
.manage .ul{padding: 40px 0;}
.manage .ul li:nth-of-type(2n){margin-right: 0;}
.manage .ul li{float: left; width: 48.75%; margin-right: 2.5%; position: relative ; padding-left: 260px; min-height: 330px; border-radius: 4px;border: 1px solid  rgb(230, 230, 230); margin-bottom: 40px; transition: all .3s;}
.manage .left{position: absolute; left: 0; bottom: 0; top: 0; margin: auto; width: 260px; text-align: center;padding: 125px 3.8% 0; background: url(../images/manager-bg.jpg); background-size: 100% 100%;}
.manage .left-name{font-size: 20px;color: rgb(90, 126, 150); margin-top: 13px;}
.manage .member{font-size: 18px;color: rgb(51, 51, 51); padding:25px 7.69% ;}
.manage .member dt{line-height: 44px;border-bottom: 1px dashed rgb(237, 237, 237);}
.manage .ul li:hover{box-shadow: 0 0 5px 5px #eee;}



/* 集团框架 */
.frame{padding: 120px 0 110px;}
.frame .diagram{margin-bottom: 80px;}
.frame .l1 span{display: block;line-height: 60px; text-align: center;font-size: 18px;color: rgb(64, 102, 128); border: 1px solid #dce4e9;border-top-left-radius: 5px;border-bottom-right-radius: 5px; background-color: #ebf0f2;}
.frame .bl::before{content: ''; width: 1px; height: 50px; display: block; margin: 0 auto; background-color:  rgb(237, 237, 237);}

.frame .og1{width: 400px; height: 100px; text-align: center; background-color: #5a7e96; border-top-left-radius: 25px; border-bottom-right-radius: 25px; margin: 0 auto 50px;padding-top: 25px;position: relative;}
.frame .og-tit1{font-size: 22px; color: #fff;line-height: 1;margin: 0;margin-bottom: 10px;}
.frame .og-tit2{font-size: 16px;color: #fff; line-height: 1;margin: 0;}
.frame .og1::after{content: ''; width: 1px; height: 50px; background-color: rgb(237, 237, 237); position: absolute; left: 49.8%; top: 100%;}

.frame .og2{font-size: 18px; color: rgb(255, 255, 255);line-height: 100px; width: 400px; height: 100px; text-align: center;border-top-left-radius: 25px; border-bottom-right-radius: 25px; margin: 0 auto 50px;position: relative;background-color: #99b1bf;}

.frame .og2::after{content: ''; width: 1px; height: 50px; background-color: rgb(237, 237, 237); position: absolute; left: 49.8%; top: 100%;}
.frame .og3{max-width: 1120px; margin: 0 auto;}
.frame .og3::before{content: ''; width: 69.5%; height: 1px; background-color: rgb(237, 237, 237); display: block; margin: 0 auto;}
.frame .og3 .ul li {float: left; width: 30.36%; margin-right: 4.46%;}
.frame .og3 .ul li:last-of-type{margin-right: 0;}

.frame .og4{max-width: 1120px; line-height: 60px;  margin: 0 auto;}
.frame .og4 span{width: 30.36%; margin: 0 auto;}
.frame .og4::after{content: ''; width: 1px; height: 50px; display: block; margin: 0 auto; background-color:  rgb(237, 237, 237);}

.frame .og5{max-width: 1144px; margin: 0 auto; line-height: 1; position: relative;}
.frame .og5::before{content: '';width: 94.7%; height: 1px; background-color: rgb(237, 237, 237);display: block; margin: 0 auto;}
.frame .l2{width: 5.25%; float: left; margin-right: 3.36%; text-align: center; display: table; margin-top: 50px; position: relative;}
.frame .l2::before{content: ''; width: 1px; height: 50px; background-color: rgb(237, 237, 237); position: absolute; left: 50%; top: -20%;}
.frame .l2:last-of-type{margin-right: 0;}
.frame .l2 span{display: table-cell; text-align: center;height: 250px;padding: 0 25%; vertical-align: middle; font-size: 18px;color: rgb(64, 102, 128); border: 1px solid #dce4e9;border-top-left-radius: 5px;border-bottom-right-radius: 5px; background-color: #ebf0f2;}

.frame .indu-org{ max-width: 1144px; margin: 0 auto;}
.frame .indu-org .ul li{float: left ; width: 47.64%; margin-right: 4.72%; margin-bottom: 50px;}
.frame .indu-org .ul li:nth-of-type(2n){margin-right: 0;}
.frame .in-tit{line-height: 80px; background-color: #5a7e96; color: #fff; margin: 0; font-size: 22px; padding: 0 5.5%; overflow: hidden; position: relative;}
.frame .tit-num{font-size: 72px;font-family: "Oswald";color: rgba(255, 255, 255, 0.2); position: absolute; right: 5.5%; bottom: -35%;}
.frame .indu-org article{min-height: 280px; border: 1px solid  #e6ecef; padding: 20px 5.5%;font-size: 16px;color: rgb(64, 102, 128);line-height: 2.25;}

/* 交互效果 */
.frame .og1,.frame .og2,.frame .l1 span,.frame .l2 span,.frame .indu-org .ul li{ transition: all .3s;}
.frame .og1:hover,.frame .og2:hover,.frame .l1 span:hover,.frame .l2 span:hover,.frame .indu-org .ul li:hover{box-shadow: 0 0 5px 5px #ddd;}







/* 社会责任 */
.duty .slick-arrow{width: 55px; height: 55px; border-radius: 50%; border: 1px solid  rgb(230, 230, 230); position: absolute; top: 0; bottom: 0; margin: auto; cursor: pointer;}
.duty .slick-prev{left: 0; background: url(../images/prev.png)center center no-repeat;}
.duty .slick-next{right: 0; background:url(../images/next.png) center center no-repeat;}

.duty .tit3{font-size: 30px; line-height: 1; padding-top: 98px; margin-bottom: 30px;text-align: center;margin-top: 0;color: rgb(51, 51, 51);}
.duty .tit4{font-size: 16px;  line-height: 1; text-align: center;color: rgb(102, 102, 102);max-width: 1040px; line-height: 2; margin: 0 auto 60px;}

.duty{ padding-bottom: 0;}
.duty .part1{position: relative;}
.duty .part1 .info{border: 0;}
.duty .part1 .slick-box{ margin: 40px 0 120px;}
.duty .part1 .pic{ padding-top: 118.4%;}
.duty .part1 .info{padding-top: 16px; position: relative;}
.duty .part1 .info p{width: 77.74%;margin: 0%;}
.duty .part1 .info p a{font-size: 16px; line-height: 1.625;color: rgb(51, 51, 51);}
.duty .part1 .info p a:hover{color: #171c8f;}
.duty .download{width: 21.94%; height: 30px;  border-radius: 15px; text-align: center; position: absolute; right: 0 ; bottom: 0; top: 0; margin: auto; background-color: #ecf0f4;}
.duty .download a{font-size: 14px;color: rgb(102, 102, 102);line-height: 30px;}
.duty .download a:hover{ color: #171c8f;}

.duty .part2{background-color: #f7f7f7; padding: 6.3% 0 5.26%;}
.duty .part2 .tit1{margin: 0; text-align: center;font-size: 40px;color: rgb(51, 51, 51); line-height: 1;margin-bottom: 50px; }
.duty .part2 .tit2{ font-size: 18px; color: rgb(51, 51, 51);line-height: 2; text-align: center; margin: 0 auto; max-width: 1115px;}

.duty .part3{background: url(../uploadfiles/image/duty-bg1.jpg) center center no-repeat; padding-bottom: 19.9%;}
.duty .part3 .tit3{color: #fff;}
.duty .part3 .tit4{color: rgba(255, 255, 255, 0.902);}
.duty .part3 .ul{max-width: 780px; margin: 0 auto;}
.duty .part3 .ul li{float: left; text-align: center; width: 33.3%;}
.duty .count{font-size: 42px; font-family: "Oswald";color: #fff; line-height: 1; margin-top: 0;margin-bottom: 18px;}
.duty .des{font-size: 16px; color: #fff; line-height: 1;}

.duty .slick-box{padding: 0 5% 0;}
.duty .slick-item{ padding: 10px 25px; border-radius: 5px;}
.duty .pic{position: relative; padding-top: 49%;}
.duty .pic img{position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto; width: 100%; max-width: 100%; max-height: 100%;}
.duty .info{ background: #fff; border-top: 0; padding: 0 5.58% 20px; border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}
.duty .info h3{margin: 0;}
.duty .info p{margin: 0; position: relative; text-align: justify;}
.duty .info h3 a{font-size: 18px; color: rgb(51, 51, 51);margin: 0;line-height: 1; padding-top: 25px; margin-bottom: 15px;}
.duty .info p a{font-size: 16px;line-height: 1.5;color: rgb(153, 153, 153);}


.duty .con{position: relative;}
.duty .part5,.duty .part7,.duty .part8,.duty .part9{ padding-bottom: 100px;}
.duty .part4 .con{margin-bottom: 130px;}

.duty .part5{background-color: #f7f7f7;}

.duty .part6{background: url(../uploadfiles/image/duty-bg2.jpg) center center no-repeat; padding-bottom: 23%; }
.duty .part6 .tit3,.duty .part6 .tit4{color: #fff;}

.duty .part7
.duty .part8{background-color: #f7f7f7;}
.duty .part9 .tit4{max-width: 1600px;}
.duty .part10{background: url(../uploadfiles/image/duty-bg3.jpg) center center no-repeat; padding-bottom: 21.35%;}
.duty .part10 .tit3,.duty .part10 .tit4{color: #fff;}
.duty .more{background-color: #fff; font-size: 16px; color: #008fdb !important; width: auto;}

/* 交互效果 */
.duty .slick-item .item{transition: all .3s;}
.duty .slick-item .item:hover{box-shadow: 0 0 10px 5px #ddd;}


@media(max-width:1366px){
    .contain{padding-top: 70px; padding-bottom: 60px;}
    /* 公司简介 */
    .introduction .pic{padding-left: 2.5%; margin-top: 100px;}
    .introduction .bot li:nth-of-type(1){width: 40.18%;}
    .introduction .bot li:nth-of-type(3){width: 27.94%;}
    .introduction .tit{font-size: 35px;}

    /* 管理团队 */
    .manage .left{width: 210px;}
    .manage .ul li{padding-left: 210px;}

    /* 集团架构 */
    .frame .og3 .ul li{width: 32.36%; margin-right: 1.46%;}
    .frame .og3::before{width: 67.5%;}
    .frame .og1{width: 350px ; height: 80px; padding-top: 15px;}
    .frame .og2{width: 350px; height: 80px; line-height: 80px;}
    .frame .l1 span{font-size: 16px; line-height: 50px;}
    .frame .l2 span{font-size: 16px;}

    /* 社会责任 */
    .duty .part2 .tit1{font-size: 35px; }
    .duty .tit3{font-size: 28px; padding-top: 80px;}
    .duty .count{font-size: 38px;}



}

@media(max-width:1024px){
    .contain{padding-top: 30px; padding-bottom: 30px;}
    /* 公司简介 */
    .introduction .company-intro{padding-top: 0; padding-bottom: 30px;}
    .introduction .info{float: none; width: 100%;}
    .introduction .tit{font-size: 28px; padding-bottom: 30px; margin-bottom: 30px;}
    .introduction .pic{width: 100%; float: none; padding-left: 0; margin-top: 30px;}
    .introduction p{font-size: 16px;}
    .introduction .bot{padding-left: 9.11%;}
    .introduction .bond{padding-left: 9.11%;}
    .introduction .count,.introduction .count1{font-size: 26px;}
    .introduction .des{font-size: 14px;}

    /* 管理团队 */
    .manage .left{width: 170px;}
    .manage .ul li{padding-left: 170px;}
    .manage .member{font-size: 16px;}
    .manage .left-name{font-size: 18px;}
    .duty .info h3 a{font-size: 16px;}

    /* 集团架构 */
    .frame .bl::before{height: 20px;}
    .frame .l2{float: none; width: 100%; height: auto; line-height: 40px;margin-top: 20px;}
    .frame .l2::before{height: 22px; top: -50%;}
    .frame .l2 span{height: auto; padding: 0;}
    .frame .og1{width: 300px; height: 60px; padding-top: 8px; margin-bottom: 20px;}
    .frame .og1::after{height: 20px;}
    .frame .og2::after{height: 0; }
    .frame .og2{margin-bottom: 0; width: 300px; height: 60px; line-height: 60px; font-size: 16px;}
    .frame .og3 .ul li{float: none; margin: 0 auto !important; width: 300px;}
    .frame .og3 .ul li span{ line-height: 40px;}
    .frame .og3::before{width: 0;}
    .frame .og4 span{width: 290px; line-height: 40px;}
    .frame .og4::after{height: 0;}
    .frame .og5::before{width: 0;}
    .frame .in-tit{font-size: 20px; line-height: 60px;}
    .frame .indu-org dl{min-height: 250px;}
    .frame .og-tit1{font-size: 20px;}

    /* 社会责任 */
    .duty .part2 .tit1{font-size: 30px; margin-bottom: 40px;}
    .duty .part2 .tit2{font-size: 16px;}
    .duty .tit3{font-size: 26px;padding-top: 70px;}
    .duty .tit4{font-size: 14px;}
    .duty .slick-arrow{display: none !important;}
    .duty .part1 .info p a{font-size: 14px;}
    .duty .download a{font-size: 12px;}
    .duty .slick-box{padding: 0;}
    .duty .slick-item{padding: 0 15px;}
    .duty .info p a{font-size: 14px;}
    .duty .part1 .slick-box{margin-bottom: 60px;}
    .duty .part4 .con{margin-bottom: 60px;}
    .duty .part5, .duty .part7, .duty .part8, .duty .part9{padding-bottom: 60px;}
    .duty .count{font-size: 34px;}
    .duty .des{font-size: 14px;}

}
@media(max-width:810px){
    /* 管理团队 */
    .manage .left{width: 150px;}
    .manage .ul li{padding-left: 150px;}
    .duty .count{font-size: 32px;}

}
@media(max-width:767px){
    /* 公司简介 */
    .introduction .count{font-size: 24px;}
    .introduction .bot{padding-left: 5.11%;}
    .introduction .bond{padding-left: 5.11%;}
    /* 管理团队 */
    .manage .ul li{padding-left: 150px; float: none; width: 80%; margin: 15px auto !important; min-height: 268px;}
    .manage .member dt{line-height: 35px;}
    .manage .left{padding-top: 90px;}
    /* 集团架构 */
    .frame .indu-org .ul li{width: 100%;}
    .frame .indu-org dl dt a{font-size: 14px;}
    .frame .tit-num{font-size: 40px;}
    .frame .in-tit{font-size: 18px; line-height: 40px;}
    .frame .indu-org dl{min-height: auto;}
    .frame .l2 span{font-size: 14px;}
    .frame .l1 span{font-size: 14px;}
    .frame .og2{font-size: 14px; line-height: 50px; height: 50px;}

    /* 社会责任 */
    .duty .part2 .tit1{font-size: 28px;}
    .duty .tit3{font-size: 24px;padding-top: 60px;}
    .duty .part3 .ul li{width: 50%; margin-bottom: 30px;}
    .duty .part3{padding-bottom: 5%;}
    .duty .count{font-size: 30px;}

}
@media(max-width:640px){
    /* 公司简介 */
    .contain{padding-top: 10px;}
    .introduction .tit{font-size: 22px; padding-bottom: 20px; margin-bottom: 20px;}
    .introduction p{font-size: 14px;}
    .introduction .count{font-size: 22px;}
    .introduction .bot li{width: 49% !important; margin-bottom: 25px; margin-right: 1%;}
    .introduction .bond .ul li{width: 49%; margin-bottom: 25px; padding-top: 10px; margin-right: 1%;}
    .introduction .bond .count,.introduction .bond .count1{margin-bottom: 5px;}
    .introduction .bond .ul li::before{width: 22.58%;}
    /* 管理团队 */
    .manage .left-name{font-size: 14px;}
    .manage .ul li{width: 90%;}
    .manage .member{font-size: 14px;}
    .manage .left-name{font-size: 16px;}

    /* 社会责任 */
    .duty .part2 .tit1{font-size: 24px; margin-bottom: 30px;}
    .duty .part2 .tit2{font-size: 14px;}
    .duty .tit3{font-size: 22px;padding-top: 50px;}
    .duty .download {font-size: 12px;}
    .duty .slick-item{padding: 0 5px;}
    .duty .info h3 a{font-size: 14px;}
    .duty .part1 .slick-box{margin-bottom: 30px;}
    .duty .tit4{margin-bottom: 30px;}
    .duty .part4 .con{margin-bottom: 30px;}
    .duty .part5, .duty .part7, .duty .part8, .duty .part9{padding-bottom: 30px;}
    .duty .count{font-size: 28px;}



}
@media(max-width:440px){
    /* 管理团队 */
    .manage .ul li{width: 100%;}
    .manage .left{width: 120px;}
    .manage .ul li{padding-left: 120px;}
    .duty .part3 .ul li{width: 100%;}
}

.Company{ padding: 3% 0 5%;}
.Company li{ width: 50%; float: left; height: 46px;line-height: 46px;width: 48%;float: left;margin-right: 4%;border-bottom: 1px solid #c7c7c7;}
.Company li:nth-child(2n){ margin-right: 0;}
.Company li a{ padding: 0 20px; display: block;color: #808080;font-size: 14px;position: relative;}
.Company li a:before {content: "";width: 6px;height: 6px;border-radius: 50%;background: #bfbfbf;position: absolute;top: 20px;left: 0;}
.Company li a:hover{ color: #111e90;}
.Company li a:hover:before{ background: #111e90;}
@media(max-width:640px){
    .Company li{ width: 100%; margin-right: 0;}
}

.development{ background: #f0f2f2;}
.development .menu{ margin-bottom: 5%;}
.development_memu{ max-width: 1400px; margin: 0 auto; padding-bottom: 5%;}
.development_memu ul{ margin: 0 -30px;}
.development_memu li{ padding: 10px 30px;}
.development_memu .txt{ text-align: center; background: url("../images/dev-bg3.jpg") no-repeat center; background-size: cover; padding: 26px 0; box-shadow: 0 1px 8px rgba(4,30,52,0.1); font-size: 20px; font-family: Oswald; color: #5a7e96;}
.development_memu figure{ width: 80%; line-height: 70px; text-align: center; margin: 0 auto;}
.development_memu figure img{ display: inline-block; vertical-align: middle; max-height: 100%;}
.development_memu figure .img2{ display: none;}
.development_memu .slick-current .txt{ background-image: url("../images/dev-bg1.png"); color: #fff;}
.development_memu .slick-current figure .img2{ display: inline-block;}
.development_memu .slick-current figure .img1{ display: none;}
.development .development_memu .slick-arrow{position: absolute; left: 0; top:50%; transform: translateY(-50%); z-index: 5; width: 30px; height: 30px; background:url("../images/prev.png") no-repeat center #fff; border: 1px solid #abbcca; font-size: 0; border-radius: 100%; }
.development .development_memu .slick-next{ right: 0; left: auto; background-image: url("../images/next.png")}


.development .auto_1600{ overflow: hidden; }
.development_list{ background: url("../images/development-bg.jpg") no-repeat center bottom; padding: 10% 0 5%; margin-top: -10%;}
.development .slider-for{ position: relative;}
.development .slider-for:before{ content: ''; position: absolute; left: 0; top: 50%; width: 100%; height: 1px; background: #abbcca; z-index: 1;}
.development .btn{ position: absolute; right: 0; top:50%; transform: translateY(-50%); z-index: 5; width: 55px; height: 55px; background: #fff; border: 1px solid #abbcca; border-radius: 100%; line-height: 55px; text-align: center;}
.development .prev,
.development .next{width: 14px; height: 14px;display: inline-block; background: url("../images/prev.png") no-repeat center; vertical-align: middle; cursor: pointer;}
.development .next{ background-image: url("../images/next.png");}
.development .item_box{ padding-right: 59px; position: relative;}
.development .item_box .slick-list{ padding-left: 4px;}
.development .list{ height: 705px; padding-top: 352px; transition: all 0.2s;}

.development .list:nth-child(2n){ padding-bottom: 352px; padding-top: 0;}
.development .inner{ position: relative; width: 180%; z-index: 10;}
.development .list .ytable{ height: 352px; position: relative;}
.development .list .ytable-cell{ vertical-align: bottom; width: 100%;}
.development .list:nth-child(2n-1) .ytable-cell{ vertical-align: top; }
.development .list li{ padding: 0;}
.development .list li .txt{ width: 63%; float: left; line-height: 24px; color: #333333;}
.development .list li figure{ float: right; width: 33%;}
.development .list time{ position: absolute; left: 40px; top: -5px; font-size: 72px; color: #5a7e96; font-family: Oswald; line-height: 72px;}
.development .list:nth-child(2n) time{ bottom: -5px; top:auto;}
.development .list .box_con{ max-height:170px; overflow: auto; }
.development .list .ul .slick-list{ height: auto!important;}
.development .li_con{ padding: 128px 40px 40px; position: relative; border-left: 1px solid #abbcca;}
.development .list:nth-child(2n) .li_con{ padding-top: 45px; padding-bottom: 135px;}
.development .line{ position: absolute; left: -5px; top: -5px; width: 9px; height: 9px; border: 1px solid #abbcca; background: #fff; border-radius: 100%; z-index: 10;}
.development .list:nth-child(2n) .line{ bottom: -5px; top: auto;}
.development .li_con:before{ content: ''; position: absolute; left: 0; width: 10px; height: 1px; background: #abbcca; bottom: 0; }
.development .list:nth-child(2n) .li_con:before{ top: 0; bottom:auto;}
/*.development .slick-cloned{ overflow: hidden;}*/
.development .list .ul li{ }
.development .item_box .slick-arrow{ display: none!important;}
.development .list{ overflow: hidden;}
.development .list.slick-active{ overflow: visible; }
.development .slick-slide .inner{ padding-right: 40px; }
.development .list.slick-active .inner{ padding-right: 0; }

.development .list .box_con::-webkit-scrollbar {/*滚动条整体样式*/
    width: 5px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.development .list .box_con{ padding-right: 5px;}
.development .list .box_con::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #c8c8c8;
}

.development .list .box_con::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #EDEDED;
}

@media(max-width:1660px){
    .development_memu ul{ margin: 0;}
}

@media(max-width:1200px){
    .development_memu li{ padding: 10px 10px; }
    .development .list time{ font-size: 60px;}
    .development .li_con{ padding-top: 100px;}
    .development .list:nth-child(2n) .li_con{ padding-bottom: 100px;}
}

@media(max-width:640px){
    .development .slider-for:before{ display: none;}
    .development .slick-list{ padding-top: 5px;}
    .development .inner{ width: 100%;}
    .development .list time{ font-size: 40px;}
    .development .list .box_con{ max-height:500px; overflow: auto; }
    .development .list li .txt,
    .development .list li figure{ float: none; width: 100%;}
    .development .list{ padding: 0!important; height: auto;}
}

.public_part3 .slick_box li{position: relative;border-bottom: 1px solid #f3f3f3;}
.public_part3 .slick_box .item{display: block;position: relative;	font-size: 20px;font-weight: normal;color: #333333;padding: 55px 500px 55px 150px;}
.public_part3 .slick_box .time{width: 70px;height: 70px;background-color: #f7f8fa;border-radius: 4px;position: absolute;left: 40px;top:0;bottom: 0;margin: auto;text-align: center;font-family: ArialMT;}
.public_part3 .slick_box .ym{background-color: #eff0f1;border-radius: 4px 4px 0px 0px;	font-size: 14px;line-height: 24px;color: #333333;}
.public_part3 .slick_box .day{  font-size: 36px;  color: #333333;line-height:46px;}
.public_part3 .slick_box .source{position: absolute;right: 270px;max-width: 200px;	font-size: 16px;color: #999999;top: 50%;transform: translateY(-50%);-ms-transform: translateY(-50%);-webkit-transform: translateY(-50%);}
.public_part3 .slick_box .item::before{content:"";display: block;width: 1px;height: 53%;background-color: #f7f8fa;position: absolute;top:0;bottom: 0;right: 208px;margin: auto;}
.public_part3 .slick_box .btn{width: 108px;height: 45px;background-color: #ecf0f4;border-radius: 23px;display: inline-block;line-height: 45px;	font-size: 14px;color: #666666;text-align: center;position: absolute;right: 40px;top: 0;bottom: 0;margin: auto;}
.public_part3 .slick_box .btn::before{content:"";display: inline-block;vertical-align: middle;height: 20px;width: 20px;background: url("../images/pdf.png") no-repeat center center;background-size: contain;margin-right: 8px;}
.public_part3 .slick_box li:hover .item{background-color: #f7f8fa;color: #111e90;}
.public_part3 .slick_box li:hover .btn{	background-color: #111e90;color: #fff;}
.public_part3 .slick_box li:hover .btn::before{background: url("../images/pdf-on.png") no-repeat center center;background-size: contain;}
.public_part3 .slick_box li:hover .time{	background-color: #212fac; color: #fff;}
.public_part3 .slick_box li:hover .ym{background-color: #111e90; color: #fff;}
.public_part3 .slick_box li:hover .day{color: #fff;}

.new_dt .tit{line-height: normal;}
.Habout .txt p,.Hbox2 .fl p,.Hbox3 .ul a,.development .list li .txt,.estate_part1 .left .txt,
.estate_part2 .data .text,.estate_part2 .store_ls .intro,.new_dt .article,.culture_par1 .right,
.culture_par2 .left,.culture_par3 .right,.culture_par4 .cont .right .text,.culture_par4 .data .intro,
.culture_par5 .data .right,.culture_par6 .article,.public_part2 .cont,.public_part5 .intro
{text-align: justify;}

.development .list li .txt{width:60%;}
.estate_part4 .left{padding-right: 2%;}
@media  (max-width: 768px){
    .estate_part4 .left{padding-right: 0;}
    .estate_part2 .slick-arrow{opacity:0.5;}
	.Habout{padding-right:2%;}
    .public_part3 .slick_box .time{left: 10px;}
    .public_part3 .slick_box .item{    padding: 35px 100px 35px 100px;font-size: 16px;}
    .public_part3 .slick_box .day{font-size: 30px;}
    .public_part3 .slick_box .source,.announcement .data item::before{display: none;}
    .public_part3 .slick_box .btn{    width: 80px;height: 35px;line-height:35px;right: 0px;}

	#footer .icon span{top:auto;bottom:75px;}
	#footer .icon span:before{bottom:0;;top:100%;border-bottom-color:transparent;border-top-color: #fff;}
}
.Hbox2 .fr p{line-height: 24px;height: 48px;padding: 0;margin: 7% auto;white-space:normal;display: -webkit-box;display: box;word-break: break-all;-webkit-box-orient: vertical;-webkit-line-clamp: 2;max-width:90%;}
.member dt .name ,.member dt .position{width: 45%;float: left;box-sizing: border-box;}
.member dt .position{width:55%;}
.member dt .name{padding-left: 5%;padding-right:2%;}

.introduction .pic,.introduction .info{float:none;}
@media  (max-width: 1024px){
.introduction .pic,.introduction .info,company-intro{display:block;}
}

.video_shell{ text-align: center; padding-bottom:5%;}
.video_shell video{ width:60%;}
.music-video{position:relative;padding-bottom:5%;}
.music-video img,.music-video video{ width: 100%;}
.music-video audio{display:block;margin:auto;width: 100%;max-width: 1000px;}
.music-video .play{ position: absolute; width: 70px; height: 70px; background: url("../images/play_icon.png") no-repeat center;  background-size: contain;   top: 0; bottom: 0;left: 0;right: 0;margin: auto;cursor: pointer;}
@media  (max-width: 768px){
.music-video .play{height:35px;width:35px;}
}
    audio::-webkit-media-controls {
        　　overflow: hidden !important
    }
    audio::-webkit-media-controls-enclosure {
        　　width: calc(100% + 32px);
        　　margin-left: auto;
    }


    /* 20210330 */
    .public_part3 .renshi .btn2::after{content:"";display: block; border: solid 1px #dbdbdb; width: 40px;height: 40px;background: url("../images/page-next.png") no-repeat center center;position: absolute;right: 20px;top: 50%;transform: translateY(-50%);-ms-transform: translateY(-50%);-webkit-transform: translateY(-50%);border-radius: 50%;}
    .public_part3 .renshi .btn2:hover .tit{color: #111e90;}
    .public_part3 .renshi .btn2:hover::after{background:url("../images/page-next-on.png") no-repeat center center #171c8f;border: solid 1px #171c8f;}




.estate_part3{ background: #0093e5!important;}
.ywbj_map_box .ywbj_map{ max-width: 1200px;}
@media screen and (min-width: 1179px){
	.ywbj_map_box .ywbj_map .ywbj_map_left{
	    display: inline-block;
	    width: 66.666666%;
	    vertical-align: top;
	    position: relative;
	    padding-left: 4.5%;
	    background: url(../images/map_bottom.png) no-repeat bottom right;
	    background-size: 80px;
	}
	.ywbj_map_box .ywbj_map .ywbj_map_right {
	    display: inline-block;
	    width: 33%;
	    vertical-align: top;
	    padding-left: 5%;
	    margin-top: 60px;
		margin-right: 0;
	}
}

.ywbj_map_box .tipsP{color: #fff;opacity: 0.6; font-size: 14px;}
.ywbj_map .ywbj_map_right .ywbj_map_placeDesc{ background-color: #33aeed; border-left: 1px solid #3dbfff; border-right: 1px solid #3dbfff; border-bottom: 1px solid #3dbfff;}
.ywbj_map .ywbj_map_right ul.ul li a{ color: #fff;}
.ywbj_map .ywbj_map_right ul.ul li{border-bottom: 1px solid #71c2f0; height: 40px;display: block; white-space: nowrap;text-overflow: ellipsis; overflow: hidden; color: #fff;}
.ywbj_map .mCSB_inside>.mCSB_container { margin-right: 30px !important;}
/* 滑动条样式覆盖 */

.ywbj_map .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff !important;
}
.ywbj_map .mCSB_inside>.mCSB_container {
    margin-right: 20px !important;
}
@media screen and (max-width: 1178px){
	.tipsP{display:none}
}

@media screen and (max-width: 1178px){
	.tipsP{display:none}
}
.header .topNav li:last-child .submenu{ width: 560px!important;}
.header .topNav li:last-child .submenu dl{white-space:normal; height: auto; text-align: left; padding-right: 10px;}
.header .topNav li:last-child .submenu dd{ padding: 0 30px;}