.w1200{width:1200px;margin:0 auto;}
.fl{float:left;}
.fr{float:right;}
.slide_right{width:956px;background:#ffffff;border-radius:10px;}

.jc-about {
    background-repeat: no-repeat;
    position: relative;
    z-index: 6;
}

.jc-about .h2 {
    text-align: center;
    color: #fff;
    padding-top: 130px;
    height: 270px;
    margin-bottom: 50px;
}

.jc-about .h2 img {
    height: 89px;
    display: inline-block;
    margin-bottom: 20px;
}

.jc-about .h2 p {
    font-size: 24px;
}

.nav_left h3{font-size:24px;color:#333333;position:relative;padding-top:38px;margin-bottom:62px;}
.nav_left h3::after{content:'';width:60px;height:5px;background:var(--Colour);position:absolute;top:16px;left:0;}

.nav_left ul li{font-size:16px;color:#333333;line-height:16px;margin-bottom:24px;}
.nav_left ul li a{color:#333333;position:relative;}
.nav_left ul li a:hover,
.nav_left ul li.active a{color:var(--Colour);font-weight:bold;}

.index .slide_right{padding:20px 22px;box-sizing:border-box;}
/*大事记*/
.memorabilia .slide_right{padding-top:30px;padding-bottom:30px;}
.memorabilia .slide_right .item{padding:0 35px;position:relative;display:none;}
.memorabilia .slide_right .item:before{content:'';width:1px;height:100%;background:#f5f5f5;position:absolute;left:64px;top:0;}
.memorabilia .slide_right .item .year{width:60px;height:60px;border-radius:50%;background:#f5f5f5;text-align:center;padding:8px 0;box-sizing:border-box;position:relative;z-index:2;}
.memorabilia .slide_right .item .year b{font-size:18px;color:#333333;line-height:20px;padding-top:6px;display:block;}
.memorabilia .slide_right .item .year span{font-size:12px;color:#999999;display:block;margin-top:-3px;}
.memorabilia .slide_right .item ul{padding:0 25px;} 
.memorabilia .slide_right .item ul li{font-size:14px;color:#333333;line-height:20px;padding:20px 0 20px 20px;position:relative;}
.memorabilia .slide_right .item ul li:before{content:'';width:8px;height:8px;background:var(--Colour);border-radius:50%;position:absolute;left:1px;top:26px;}
.memorabilia .slide_right .item.more{padding:20px 35px 10px;}
.memorabilia .slide_right .item.more .btn{font-size:14px;color:var(--Colour);line-height:20px;padding:7px 25px 7px 45px;position:relative;}
.memorabilia .slide_right .item.more .btn:before{content:'';width:20px;height:20px;border-radius:50%;box-shadow:0 0 6px 2px #e4e4e4;background:#ffffff url() no-repeat -14px -59px;position:absolute;left:20px;top:7px;}


/*地图*/
.lsc_map .lsc_title_big {
    margin-top: 50px;
}

.lsc_map .mapCon #baiduMap {
    width: 600px;
    border-radius: 20px;
    border: 4px solid #ffffff;
    overflow: hidden;
    height: 450px;
}

.lsc_map .mapCon #result {
    width: 270px;
}

.lsc_map .mapCon .user_city {
    width: 380px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    color: #999;
    padding: 0 20px;
    border-radius: 8px;
    cursor: pointer;
    background: #ffffff url(../img/entrySprite.png) no-repeat 355px -68px;
    box-sizing: border-box;
}

.lsc_map .mapCon .user_city b {
    color: var(--Colour);
}

.lsc_map .mapCon .user_city.active {
    color: #333;
}

.lsc_map .mapCon .choice {
    position: relative;
}

.lsc_map .mapCon .choice_city_list {
    width: 425px;
    height: 300px;
    padding: 20px 20px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 10px 0 rgb(0 0 0/ 19%);
    position: absolute;
    left: 0;
    right: 0;
    top: 54px;
    margin: auto;
    z-index: 9;
    display: none;
}

.lsc_map .mapCon .choice_city_list .first {
    margin-right: 34px;
}

.lsc_map .mapCon .choice_city_list dl {
    overflow: hidden;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
}

.lsc_map .mapCon .choice_city_list dl dt {
    width: 19px;
    line-height: 19px;
    float: left;
    color: var(--Colour);
    font-weight: bold;
}

.lsc_map .mapCon .choice_city_list dl dd {
    float: left;
    margin-right: 3px;
    ;
    height: 19px;
    padding: 0 3px;
    line-height: 19px;
    cursor: pointer;
    text-align: center;
    color: #333333;
}

.lsc_map .mapCon .choice_city_list dl dd:hover,
.mapCon .choice_city_list dl dd.active {
    background: #f39800;
    color: #fff;
    border-radius: 6px;
}

.lsc_map .mapCon .result {
    height: 80px;
    width: 100%;
    box-sizing: border-box;
    background: #dff4ea;
    border-radius: 6px;
    margin-top: 10px;
}

.lsc_map .mapCon .result .company_name {
    padding: 15px 20px;
    color: #fff;
    background: var(--Colour);
    border-radius: 8px;
    cursor: pointer;
    box-sizing: border-box;
    width: 100%;
    box-sizing: border-box;
    display: grid;
    align-content: center;
    font-size: 16px;
}

.lsc_map .mapCon .result p {
    margin: 10px;
    font-size: 12px;
}


/*地图表单*/
.lsc_map .mapForm .formTit {
    font-size: 16px;
    color: #333333;
    padding-left: 20px;
    background: url(../img/entrySprite.png) no-repeat -496px -325px;
    line-height: 20px;
    margin: 13px 0;
}

.lsc_map .mapForm .lsc_form_common.lsc_form {
    margin: 0 auto;
    width: 100%;
}

.lsc_map .mapForm .lsc_form_common.lsc_form .select_wrap {
    width: 100%;
    margin-right: 0;
}

.lsc_map .mapForm .lsc_form_common.lsc_form .select_wrap::after {
    content: '';
    width: 18px;
    height: 10px;
    position: absolute;
    right: 10px;
    top: 15px;
    background: url(../img/form_icon_Green.png) no-repeat 0px -149px;
    background-size: 18px;
}

.lsc_map .mapForm .lsc_form_common.lsc_form .input {
    width: 100%;
    height: 40px;
    color: #999;
    background: url(../img/form_icon_Green4.png) no-repeat 10px 3px;
    background-size: 20px;
    padding: 0 22px 0 40px;
    float: left;
    border-radius: 5px;
    box-sizing: border-box;
    border: 0;
}

.lsc_map .mapForm .lsc_form_common.lsc_form .Country {
    background-position-y: -48px;
}

.lsc_map .mapForm .lsc_form_common.lsc_form .Degree {
    background-position-y: -76px;
}

.lsc_map .mapForm .lsc_form_common.lsc_form .City {
    background-position-y: -104px;
}

.lsc_map .mapForm .lsc_form_common.lsc_form .Phone {
    background-color: #ffffff;
    background-position-y: -19px;
}

.lsc_map .mapForm .lsc_form_common.lsc_form .Name {
    background-color: #ffffff;
    margin-bottom: 10px;
    background-position-y: 11px;
}

.lsc_map .mapForm .lsc_form_common.lsc_form .btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-left: 0;
    font-size: 14px;
    font-weight: bold;
    background: #f39200;
    margin-top: 20px;
}

.lsc_map .mapForm .lsc_form_common.lsc_form .btn:hover {
    background: #ffa511;
}