 .leave-message{
              /*    width:52px;*/
                 width:auto;
                 border-top-left-radius: 10px;
                 border-bottom-left-radius: 10px;
            }
            .leave-message span{
               /* display:none; */
            }
            .leave-message:hover{
             /*   width:auto; */
            }
            .leave-message:hover span{
                display:block;
            }
            .contact-us span{
                display:none;
            }
            .contact-us:hover span{
                display:block;
            }

            .linked-in span{
                display:none;
            }
            .linked-in:hover span{
                display:block;
            }
            .weixin span{
                display:none;
            }
            .weixin:hover i{
                line-height: 66px;
            }
            .weixin:hover span{
                display:block;
            }
            .tableul >  li {
                list-style-type: disc;
            }
            .first-footer {
                flex-basis: calc(30% - 4*10px);
             /*   margin-left: 35px;*/
            }
            .footer-linked-height{
                height: 100px;
            }
           .phone-version{
               display:block; 
            }
            .big-footer{
              display:block;
           }
            .small-footer{
              display:none;
           }
          .phone-version-phone{
               display: contents;
          }
     /*  新增   */
.col-footer>a {
    color: #135798;
    font-size: 24px;
    font-weight: 700;
}
.col-footer ul {
    padding-left: 20px;
}
.col-footer ul li a {
    color: #212224 !important;
    font-size: 16px;
    line-height: 30px;
}
.col-footer ul li {
    color: #212224;
    font-size: 16px;
}
.col-footer>a:hover, .col-footer ul li a:hover {
    color: #135798 !important;
}
.col-footer img{
 height:28px;
}

.beian a, .beian a:hover{
    color: #ffffff !important;
}
 .bottomul li:first-child{
   width:10%;
}
 .bottomul li:nth-child(2){
   width:70%;
   text-align:right;
}
.bottomul li:last-child{
   width:20%;
   text-align:center;
} 
.footer-background-img {
/*     background-image: url(../../../img/newgsprobio/header-logo.png);  */
     background-image: url(/img/probio_white.png); 
     background-position: left;
     background-repeat: no-repeat;
     background-size: contain;
}
.wechat{
    margin-right:20px;
    float:left;
}

.ma-footer{
      background:#EEF5FB;
      padding: 60px 0px;
}
            .col-footer a{
                cursor:pointer;
            }
.col-footer>.gene-title:focus, .col-footer>.gene-title:hover{
   color:#E9550d !important;
}
/* 回到顶部 */
#scrollUp {
	right: 4px;
	bottom: 42px;
	width: 42px;
	height: 42px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	z-index: 99;
	font-size: 22px;
	cursor: pointer;
	background-color: #337ab7;
       transition: 1s;
       opacity: 0;
	animation: white-shadow .8s infinite, red-shadow .8s infinite;
	-khtml-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
}
#scrollUp:hover{
	background-color: #004b95;
}
/*
@keyframes white-shadow {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
		-webkit-transition: box-shadow .3s ease-in-out;
		-webkit-transition: -webkit-box-shadow .3s ease-in-out;
		-o-transition: box-shadow .3s ease-in-out;
		transition: box-shadow .3s ease-in-out;
		transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
	}
	100% {
		-webkit-box-shadow: 0 0 0 30px transparent;
		box-shadow: 0 0 0 30px transparent;
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-transition: box-shadow .4s ease-in-out;
		-webkit-transition: -webkit-box-shadow .4s ease-in-out;
		-o-transition: box-shadow .4s ease-in-out;
		transition: box-shadow .4s ease-in-out;
		transition: box-shadow 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
	}
}

@-webkit-keyframes red-shadow {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(31, 100, 188, 0.4);
		box-shadow: 0 0 0 0 rgba(31, 100, 188, 0.4);
	}
	100% {
		-webkit-box-shadow: 0 0 0 30px transparent;
		box-shadow: 0 0 0 30px transparent;
	}
}

@keyframes red-shadow {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(31, 100, 188, 0.4);
		box-shadow: 0 0 0 0 rgba(31, 100, 188, 0.4);
	}
	100% {
		-webkit-box-shadow: 0 0 0 30px transparent;
		box-shadow: 0 0 0 30px transparent;
	}
}
*/
/* 回到顶部 */
 @media only screen and (max-width: 1500px){
.col-footer>a {
    font-size: 22px;
}
.col-footer ul li a {
    font-size: 16px;
}
}

 @media only screen and (max-width: 1080px){
.phone-version-phone{
    display:none;
}
          .phone-version{
              display:none; 
           }
.col-footer ul {
    padding-left: 0px;
}
            .small-footer{
              display:block;
              margin-top: 15px;
           }
            .big-footer{
              display:none;
           }
                .first-footer {
                    margin-left: 0px;
                }
                .footer-linked{
                    margin-right: 25%;
                    margin-top: 20px;
                }
                .footer-linked-height {
                    height: 225px;
                }
.inner-footer {
    text-align: center;
}
.bottomul li{
   width:100% !important;
}
.beian {
   padding: 0px 0px 15px 0px !important;
}
.wechat{
    margin-right:0px;
    float:inherit;
}
.ma-footer{
      padding: 20px 0px;
}
.col-footer>a {
    font-size: 28px;
}
.col-footer ul li a {
    font-size: 16px;
}
.sns-box .sns1 {
    float: none;
    display: inline-block;
}
}
 @media only screen and (max-width: 767px){
.col-footer>a {
    font-size: 18px;
}
.col-footer ul li a {
    font-size: 14px;
}
}