 * {
   margin: 0;
   padding: 0;
 }

 li {
   list-style: none;
 }

 a {
   text-decoration: none;
   color: #000;
 }

 .header {
     position: relative;
     z-index: 99999;
 }

 .top img {
     margin-left: 10%;
     position: absolute;
     top: 10px;
     width: 8%;
 }

 .center {
     position: absolute;
     top: 12px;
     left: 34%;
     width: 55%;
 }

 .center ul {
     display: flex;
     flex-wrap: wrap;
 }

 .center ul li {
     flex: 1;
     font-size: 16px;
 }

 .center li:nth-child(2){
     margin-left: -10%;
 }

 .center li:nth-child(3){
     margin-left: 3%;
 }

 .wl {
     background: url(../images/wl.png);
     background-repeat: no-repeat;
     background-size: cover;
     width: 45px;
     background-position: center;
     height: 45px;
     float: left;
 }

 .wx {
     background: url(../images/wx.png);
     background-repeat: no-repeat;
     background-size: cover;
     width: 45px;
     background-position: center;
     height: 45px;
     float: left;
 }
 .active {
     line-height: 40px;
     font-weight: 700;
     font-size: 21px;
     color: #5A5A5A;
 }

 .right {
     position: absolute;
     top: 18px;
     right: 6%;
     width: 250px;
    min-width:250px;
 }

#activeA a{
  display:flex;
}
 .right ul {
     display: flex;
     flex-wrap: wrap;
 }

 .right ul li {
     flex: 1;
     font-size: 14px;
 }

 .right .activeA {
     line-height: 30px;
     margin-left: 5px;
     font-weight: 700;
     font-size: 22px;
     color: #5A5A5A;
 }

 .sign {
     background: url(../images/signin.png);
     background-repeat: no-repeat;
     background-size: cover;
     width: 25px;
     height: 25px;
 }

 .eng {
     background: url(../images/eng.png);
     background-repeat: no-repeat;
     background-size: cover;
     width: 25px;
     height: 25px;
     float: left;
 }

 .map-center {
     position: absolute;
     left: 0;
     z-index: 9999;
     top: 36%;
     margin-left: 3%;
 }

 .map-center img {
     width: 130%;
 }

 .map-center img:nth-child(2) {
     display: block;
     margin-top: 10px;
 }

 #china_chart {
     background-image: url(../images/bgc.png);
     background-size: 100% 100%;
     height: 100% !important;
 }

 .map-tip-box {
     width: 380px;
     height: 200px;
     background-color: rgba(255, 255, 255, 0.7);
     border-radius: 20px;
     padding: 5px;
     border: 1px solid #D9779D;

 }

 .map-tip-body {
     display: flex;
     justify-content: space-between;
     width: 100%;
     margin: auto 0;
 }
 .map-tip-left{
     flex: 2;
 }
 .map-tip-right{
     flex: 1;
 }
 .map-tip-left,
 .map-tip-right {
     box-sizing: border-box;
     padding: 6px 10px;
 }
 .map-tip-left .desc{
     display: flex;
     text-align: left;
     font-size: 13px;
     word-break: break-all;
     justify-content: center;
     overflow-wrap: break-word;
     padding: 10px 0;
 }
 .map-tip-left .phone{
    margin-top: -10px;
     text-align: left;
     font-size: 13px;
 }
 .map-tip-left .phone img{
     width: 30px;
     height: 30px;
     padding: 5px 0;
     position: relative;
     left: -5px;
     bottom:-13px;
 }
.map-tip-left .desc img{
    width: 30px;
    height: 30px;
    float: left;
    position: relative;
    left: -5px;
}
 .map-tip-right {
     width: 250px;
     height: 130px;
     padding: 8px 8px;

 }

 .map-tip-right img {
     width: 100%;
     height: 100%;
 }

 .map-tip-left {
     font-size: 13px;
 }

 .map-tip-title {
     font-weight: 700;
     font-size: 16px;
     display: inline-block;
     padding: 8px 5px;
 }

 .map-tip-footer {
     text-align: right;
     padding: 0px 10px;
     font-size: 14px;
     cursor: pointer;
     color: #EA3D80;
     position: absolute;
     bottom: 5px;
     right: 10px;
 }

 .modal {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: #fff;
   display: none;
   z-index: 9999999;
   opacity: 0;
   animation: fadeIn 1s ease-in-out forwards;
   -moz-animation: fadeIn 1s ease-in-out forwards;
 }

 @keyframes fadeIn {
   from {
     opacity: 0;
   }

   to {
     opacity: 1;
   }
 }

 .container {
   display: flex;
   width: 100%;
   height: 100%;
 }

 .left-img {
   flex: 3;
   position: relative;
 }

 .left-img::before {
   z-index: -1;
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: transparent url("../images/fr/LGCCI_a.jpg") center center no-repeat;
   background-size: cover;
   -webkit-filter: blur(15px);
   -moz-filter: blur(15px);
   -o-filter: blur(15px);
   -ms-filter: blur(15px);
   filter: blur(15px);
 }

 .right-desc {
   flex: 1;
   padding: 40px 30px;
   z-index: 99999;
 }

 .right-desc .modal-title {
   font-size: 18px;
   font-weight: 700;
   margin-bottom: 30px;
 }

 .right-desc .close {
   position: absolute;
   top: 0;
   right: 45px;
   font-size: 50px;
   cursor: pointer;
 }

 .right-desc em {
   display: inline-block;
   width: 20px;
   height: 6px;
   border-radius: 6px;
   margin-right: 10px;
   margin-bottom: 1px;
   background-color: #9175af;
 }

 .modal-user {
   font-size: 14px;
 }

 .modal-name {
   margin: 15px 0;
 }

 .modal-desc {
   text-indent: 2em;
   font-size: 14px;
   margin-top: 15px;
   line-height: 2;
 }
 .modelDesc{
    font-weight: normal;
     font-size: 15px;
     margin: 30px 15px;
     line-height: 30px;
 }

 .m1{
     background: url("https://www.lgchem.com/asset/images/company/global/tel.svg");
     background-repeat: no-repeat;
     background-position: left top;
     padding: 0 0 0 52px;
     margin-bottom: 34px;
     min-height: 24px;
     display: flex;
     align-items: center;
     background-size: 24px;
     line-height: 24px;
     font-size: 14px;
 }
 .m2{
     background: url("https://www.lgchem.com/asset/images/company/global/address.svg");
     background-repeat: no-repeat;
     background-position: left top;
     padding: 0 0 0 52px;
     margin-bottom: 34px;
     min-height: 24px;
     display: flex;
     align-items: center;
     background-size: 24px;
     line-height: 24px;
     font-size: 14px;
 }
 .m3{
     background: url("https://www.lgchem.com/asset/images/company/global/headName.svg");
     background-repeat: no-repeat;
     background-position: left top;
     padding: 0 0 0 52px;
     margin-bottom: 34px;
     min-height: 24px;
     display: flex;
     align-items: center;
     background-size: 24px;
     line-height: 24px;
     font-size: 14px;
 }
 .m4{
     background: url("https://www.lgchem.com/asset/images/company/global/employees.svg");
     background-repeat: no-repeat;
     background-position: left top;
     padding: 0 0 0 52px;
     margin-bottom: 34px;
     min-height: 24px;
     display: flex;
     align-items: center;
     background-size: 24px;
     line-height: 24px;
     font-size: 14px;
 }
.m5{
    background: url("https://www.lgchem.com/asset/images/company/global/product.svg");
    background-repeat: no-repeat;
    background-position: left top;
    padding: 0 0 0 52px;
    margin-bottom: 34px;
    min-height: 24px;
    display: flex;
    align-items: center;
    background-size: 24px;
    line-height: 24px;
    font-size: 14px;
}
 .carousel-container {
   width: 1100px;
   height: 700px;
   overflow: hidden;
   border-radius: 20px;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   -moz-transform: translate(-50%, -50%);
 }

 .carousel-slide {
   display: flex;
   width: 100%;
   height: 100%;
   transition: transform 1s ease-in-out;
   -moz-transition: transform 1s ease-in-out;
 }

 .left-img img {
   width: 100%;
   height: 100%;
 }

 .privacy{
     cursor: pointer;
     font-size: 12px;
     color: #bc013e;
 }
.privacy_val{
    width: 700px;
    height: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -350px;
    background: #fff;
    display: none;
    z-index: 999999999;
    padding: 1% 1% 1% 2%;
    overflow-y: auto;
    animation: fadeInA 1s ease-in-out forwards;
 }
.self_ys{
    font-size: 14px;
    margin-top: 30px;
    line-height: 26px;
}
.return{
    width: 18px;
    height: 18px;
    cursor: pointer;
    color: #ff1f80;
    position: fixed;
    margin-left: -23px;
    background: transparent url("../images/return.png") no-repeat;
    background-size: contain;
}
.modalWX{
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: #fff;
     display: none;
     z-index: 9999999;
     opacity: 0;
     animation: fadeInA 1s ease-in-out forwards;
     -moz-animation: fadeIn 1s ease-in-out forwards;
 }

 @keyframes fadeInA {
     from {
         opacity: 0;
     }

     to {
         opacity: 1;
     }
 }
 .WX_val{
     font-size: 18px;
     line-height: 30px;
 }
 #get-sms-code{
     position: absolute;
     width: 90px;
     top: 50%;
     margin-top: -10px;
     right: 15px;
 }
.btn_login{
    cursor: pointer;
    display: inline-block;
    color: #fff;
    background-color: #bc013e;
    height: 54px;
    line-height: 54px;
    width: 100%;
    border: 0;
    letter-spacing: 4px;
    border-radius: 6px;
    text-align: center;
    transition: all .3s;
    position: relative;
    z-index: 999;
    margin-top: 20px;
}
#checkedSelf{
    margin-right: 5px;
}
.ys_all{
    display: flex;
    position: absolute;
    bottom: 2%;
    margin: 0 90px;
}
.ys_all input{
    cursor: pointer;
}
 .ys_all2{
     display: flex;
     bottom: 2%;
     margin: 10px 90px 0;
 }
 /* 登录框关闭 */
 .close_login{
     position: absolute;
     right: 4%;
     top: 3%;
     color: #bc013e;;
     cursor: pointer;
     background: transparent url("../images/closed.png") no-repeat;
     background-size: contain;
     width: 18px;
     height: 18px;
 }


 .slidercaptcha {
     margin: 0 auto;
     width: 314px;
     height: 286px;
     border-radius: 4px;
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.125);
     margin-top: 40px;
 }

 .slidercaptcha .card-body {
     padding: 1rem;
 }

 .slidercaptcha canvas:first-child {
     border-radius: 4px;
     border: 1px solid #e6e8eb;
 }

 .slidercaptcha.card .card-header {
     background-image: none;
     background-color: rgba(0, 0, 0, 0.03);
 }

 .refreshIcon {
     top: -54px;
 }

 .col-12{
     background-color: #fff;
 }

 .container-fluid{
     display: none;
     position: absolute;
     z-index: 99999999;
     top: -10%;
     left: 14%;
     animation: fadeIn1 2s ease-in-out forwards;
     transition: all 3s;
 }

 @keyframes fadeIn1 {
     from {
         opacity: 0;
     }
     to {
         opacity: 1;
     }
 }

 .Toleft{
     position: absolute;
     top: 45%;
     left: 20%;
     font-size: 45px;
     width: 18px;
     height: 33px;
     background: url("https://www.lgchem.com/asset/images/company/global/slide_prev.png") no-repeat;
     background-size: auto;
     color:#000;
     line-height: 50px;
     z-index: 9999999;
     cursor: pointer;
     text-align: center;
 }
 .ToLeft{
     position: absolute;
     top: 45%;
     left: 5%;
     font-size: 45px;
     width: 18px;
     height: 33px;
     background: url("https://www.lgchem.com/asset/images/company/global/slide_prev.png") no-repeat;
     background-size: auto;
     color:#000;
     line-height: 50px;
     z-index: 9999999;
     cursor: pointer;
     text-align: center;
 }
 .ToRight{
     position: absolute;
     top: 45%;
     right: 20%;
     width: 18px;
     height: 33px;
    background: url("https://www.lgchem.com/asset/images/company/global/slide_next.png") no-repeat;
     background-size: auto;
     color:#000;
     line-height: 50px;
     cursor: pointer;
     text-align: center;
 }
 .Toright{
     position: absolute;
     top: 45%;
     right: 5%;
     width: 18px;
     height: 33px;
     background: url("https://www.lgchem.com/asset/images/company/global/slide_next.png") no-repeat;
     background-size: auto;
     color:#000;
     line-height: 50px;
     cursor: pointer;
     text-align: center;
 }

 .carousel-image {
     display: none;
     width: 100%;
     transition: opacity 0.5s ease-in-out;
 }

 .carousel-image.active {
     display: block;
 }
 .prev-image {
     position: absolute;
     top: 45%;
     left: 5%;
     background-size: auto;
     color:#000;
     z-index: 9999999;
     cursor: pointer;
     text-align: center;
 }