@charset "utf-8";


@font-face {
  font-family: 'Poppins Regular';  
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');  
}

@font-face {
  font-family: 'Poppins Bold';  
  src: url('../fonts/Poppins-Bold.ttf') format('truetype');  
}


body {
    font-family: "Poppins Regular",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
	overflow-x: hidden;
}
ul{
	list-style: none;
    margin: 0 auto;
    padding: 0;
}
img{
	max-width: 100%;
}
a{  
	text-decoration: none;
}
A:hover {
    color: #01AAEB !important;
    text-decoration: none;
}
.align-items-center {
    align-items: center !important;
}

.d-flex {
    display: flex !important;
}

.justify-content-between {
    justify-content: space-between !important;
}
.col-12, .search {
    flex: 0 0 100%;
    max-width: 100%;
}


.site-header{
    background: linear-gradient(to right, #0C5381, #039CD8);
    height: 110px;

}
.site-header__logo {
  
}
.section{
	margin:0 auto;
}

/**********�����˵�***********/

.Design-Studio_menu {
    text-align: right;
    position: relative;
    z-index: 1;

}

.Design-Studio_menu ul {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.Design-Studio_menu>ul>li {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-right:22px;
}
.Design-Studio_menu>ul>li>a {
    text-decoration: none;
    position: relative;
    display: block;
    padding: 40px 0;
    transition: .5s;
    color: #FFFFFF;
    font-size: 16px;

}
.Design-Studio_menu>ul>li>a:hover{
    color: #FFFFFF !important;
}
nav.Design-Studio_menu span {
    font-size: 11px;
}
.Design-Studio_menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 217px;
    text-align: left;
    background: #fff;
    padding: 0;
    margin: 0;
    z-index: 1;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: .5s;
    visibility: hidden;
    opacity: 0;
}

.Design-Studio_menu ul .sub-menu li {
    position: relative;
}
.Design-Studio_menu ul .sub-menu li a {
    text-decoration: none;
    display: block;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-transition: .1s;
    transition: .1s;
    visibility: inherit !important;
    color: #101210 !important;
    position: relative;
    border-bottom: 1px solid #eaeaea;
}

.Design-Studio_menu ul .sub-menu li a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background-color: #01AAEB;
    transition: all 300ms ease-in-out;
}
.Design-Studio_menu ul .sub-menu li a:hover{
    color: #01AAEB ! IMPORTANT;
}
.Design-Studio_menu ul .sub-menu li a:hover:after {
    width: 100%;
}

.Design-Studio_menu ul li:hover>.sub-menu {
    visibility: visible;
    top: 100%;
    opacity: 1;
}
/**********�����˵�***********/
.langlst{
	width:36px;
}

.Design-Studio_menu ul .langimg {
	width: 100px;
}
.Design-Studio_menu>ul>li>a:before{
	    width: 0; /* 初始宽度设为0 */
}
.Design-Studio_menu>ul>li>a:hover:before {
    content: "";
    position: absolute;
    background: #FFFFFF;

    height: 5px;
    bottom: 0;
    left: 50%; /* 初始居中定位 */
    transition: 
        width 0.3s ease-in-out 0.2s, /* 延迟0.2秒执行宽度变化 */
        left 0.3s ease-in-out 0.2s; /* 延迟0.2秒执行位置变化 */
    display: block; /* 替代table布局 */
}

.Design-Studio_menu>ul>li>a:hover:before {
    width: 100%; /* 展开后占满宽度 */
    left: 0; /* 左对齐实现向两侧展开 */
}

.fill{
	height:820px;
}

.liietxt{
    padding: 60px;
    text-align: center;
    height: 270px;
	  transform: scale(1);
            /* 设置动画效果的持续时间和过渡方式 */
            transition: transform 0.3s ease;


}
.liietxt:hover ,.liietxt:hover a{
	color:#FFFFFF;
	transform: scale(1.1);
}


.section-edh{
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}


.section-about{
    padding-top: 35px;
}
.homeh3-title {
    position: relative;
    color: #01AAEB;
    font-size: 46px;
    font-family: 'Poppins Bold', Helvetica, sans-serif;
    float: left;
    text-align: center;
    display: flow;
	
	
}
.home-center{
    float: none;
}

.homeh3-title:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 190px;
    background: #01AAEB;
    bottom: -6px;
    left: 0;
    right: 0;
    margin: 0 auto;
	
}
.home-titles {
	display:table;
	width:100%;
    text-align: center;
}

.h3-years {
font-size: 26px;
    width: 56%;
    margin-top: 35px;
}
.imguis {
	display: flow-root;
    margin-top: 35px;
}

.iimg1 {
    margin-top: 55px;
}
.neirongjies b{
	font-size:26px;

}
.list-jianjie {
    margin-top: 80px;
}
.huikul li a{
	border-bottom: 1px solid #A2A2A2;
    display: inline-block;
    padding: 12px 0;
	color:#000;
}
.huikul li a:hover{
	color:#0E5583;
}

.home-a-more a {
    position: relative;
    padding: 22px 40px;
    display: inline-block;
    color: #FFFFFF;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #000;
    background: #ffffff;
    overflow: hidden;
    background: linear-gradient(to right, #0C5381, #039CD8);
    transition: color 0.4s ease;
}

.home-a-more a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(to right, #0C5381, #039CD8);
    transition: width 0.4s ease;
    z-index: 0;
}

.home-a-more a:hover {
    color: #FFFFFF !important;
}

.home-a-more a:hover::before {
    width: 100%;
}

/* 保证文字在渐变层上方 */
.home-a-more a span {
    position: relative;
    z-index: 1;
}

.mokismore {
    margin-top: 65px;
    display: flex;
}

.qtite {
	margin-left:35px;
	    display: flex;
}
.span-text-teltitle {
	float:left;
	color:#9B9B9B;
}
.teltexst {
	float:left;
}
.text-tel {
	display: inline-grid;
    margin-left: 5px;
}
.section-about{
	background-image: url(../images/Gradientbackground.png);
    background-repeat: no-repeat;
    background-position-x: 95%;
}
.section-hot{
    background: #F4F6F8;
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.width100{
    width: 100%;
}
.product-intro{
    margin-top: 35px;
}
.mar-top{
    margin-top: 35px;
}
.product-img img{
    max-width: 100%;
    height: auto;
}
.section-hot{
    background-image: url(../images/Gradientbackground0.png);
    background-repeat: no-repeat;
    background-position-x: 80%;
  
}
.product-a-img {
    text-align: center;

}
.product-a-txt {
    margin-top: 35px;
    text-align: center;
}
.imgkoimg{
    padding: 15px;
    transition: background-color 0.3s ease;
    border-radius: 5px;
}
.imgkoimg img{
    max-width: 100%;
    height: auto;
}
.list-product{
    display: inline-block;
    width: 100%;
    margin-top: 55px;
    overflow: hidden;
}

.imgkoimg:hover{
    background: #01AAEB;
}
.product-a-txt a{
    color: #000;
    text-decoration: none;
}
.section-main {
    padding-top: 50px;
    padding-bottom: 50px;
}
.img-ko{
    text-align: center;
    padding: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
    position: relative;
  
}
.img-ko img{
    max-width: 100%;
    height: auto;

}
#owl_home_pro {
    margin-top: 35px;
}
.imgjimk{
    padding: 10px;
}
/*.img-ko:hover{*/
/*    background: #01AAEB;*/
/*}*/
.link-a-img{
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 77px;
    top: -100px;
    transition: background-color 0.3s ease;
}
.img-ko:hover .link-a-img{
    top: 36%;
    transition: top 0.3s ease; /* 添加过渡动画效果 */
}
.owl-theme .owl-controls .owl-nav [class*=owl-]{
    background: #01AAEB;
    padding: 10px 11px;
    
}
.owl-carousel .owl-controls .owl-nav .owl-prev{
    position: absolute;
    left: -53px;
    top: 33%;
}
.owl-carousel .owl-controls .owl-nav .owl-next{
    position: absolute;
    right: -53px;
    top: 33%;
}
.section-solu{
    background: #F4F6F8;
    padding-top: 50px;
    padding-bottom: 50px;
}
.sole-ul li{
    display: inline-block;
    width: 20%;
    margin-top: 35px;
}
.sole-ul li a{
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 30px;
    transition: top 0.3s ease, background 0.3s ease; /* 添加背景颜色过渡效果 */
    position: relative; /* 为了让top属性生效 */
    top: 0; /* 初始位置 */
}
.sole-ul li a:hover{
    background: linear-gradient(to right, #0C5381, #039CD8);
    color: #FFFFFF !important;
    border-radius: 20px 20px 0px 0;

}
.sole-ul li a:hover .hrituos{
        display: none;
   
}
.hrituos2{
    display: none;
}
.sole-ul li a:hover .hrituos2{
    display: block;

}
.sole-ul{
    border-bottom: 3px solid #039CD8;
    display: flex;
}
.text-solu {
    margin-top: 35px;
    text-align: center;
    display: inline-block;
}
.kjmsd {
    margin-top: 35px;

}
.autm-row{
    margin-top: 35px;
}
.homeh3-title02{
    color: #0E5583;
}
.section-news{
    padding-top: 50px;
    padding-bottom: 50px;   

}
.news-intstr {
    /* 使用标准的 flexbox 布局替代旧的 -webkit-inline-box */
    display: inline-flex;
    width: 100%;
    margin-bottom: 35px;
    padding-bottom: 15px;
    transition: box-shadow 0.3s ease;
    padding: 10px;
}

.news-intstr:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.news-a-txt{
    margin-left: 15px;
    flex: 1;
}
.news-a-img{
    flex: 1;	
}
.news-summary{
    margin-top: 15px;
}
.news-date{
    margin-top: 15px;
}
.list-news{
    margin-top: 35px;
    padding-top: 15px;

}
.section-contcat{
    background-image: url(../images/CONTACTUSbackground.png);
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 50px;
    position: relative;
    background-size: cover;
}
.contcat-us-title{
    font-size: 24px;
    color: #FFFFFF;

}
.pocontus{
    position: absolute;
    top: -69px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 140px;
}
.contcat-us-txt{
    margin-top: 35px;

}
#inputMessage{
    height: 135px;
}
.contcat-us-btn{
    background: linear-gradient(to right, #0C5381, #039CD8);
    padding: 22px 40px;
    display: inline-block;
    color: #FFFFFF;
    text-align: center;
    border-radius: 8px;
    min-width: 220px;
    border: 1px solid #FFFFFF;
}
.form-control{
    height: 50px;
}
.jiimg-ok-img{
    max-height: 100%;
    position: relative;
    /* 新增以下属性 */
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    object-fit: cover;
    height: 350px;
}
.contcat-us-title-bg {
    position: absolute;
    bottom: -52px;
    text-align: center;
    width: 145%;
    background: linear-gradient(to right, #050505a3, #ffffff00);
    padding: 10px;
    color: #FFFFFF;
    left: -207px;
    height: 111px;
    font-size: 22px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.site-footer{
    padding-top: 50px;
    padding-bottom: 50px;   
    background: linear-gradient(to right, #0C5381, #039CD8);
}
.footer-txt2{
    color: #FFFFFF;
    margin-top: 15px;
    font-size: 22px;
}
.foot-faxs{
    margin-top: 35px;
}
.foot-faxs li{
    float: left;
    margin-right: 20px;
}
.foot-faxs a{
    color: #FFFFFF;
    font-size: 35px;
}
.foot-faxs a:hover{
    color: #039CD8;
	
}
.footer-title{
    color: #FFFFFF;
    font-size: 22px;
    margin-bottom: 15px;    
}
.foot-list li a{
	color: #FFFFFF;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 18px;
}
.site-footer2{
    background: #212121;
    padding-top: 15px;
    padding-bottom: 15px;
    display: table;
    width: 100%;
}
.footer-copyright{
    text-align: center;
    color: #FFFFFF;
}

.autm-txt{
    margin-left: 15px;
    flex: 1;
}

.site-content-wrap {
    margin-bottom: 45px;
}
#plp-bread-crumb {

     padding-left: 0px !important;
}
.site-footer a, .site-footer{
    color: #FFFFFF !important;
}

.tojscx .subleftMain {

    border: 1px solid #0874a8;
    background: #0876ab;
}
.title-a-h h3{
    height: 42px;
}

.homeh3-title {
    position: relative;
    display: inline-block;
}

.homeh3-title:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 190px;
    background: #01AAEB;
    bottom: -6px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: scaleX(0);
    transform-origin: center;
    animation: expandLine 0.8s ease forwards; /* 直接应用动画 */
}

@keyframes expandLine {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

.hiko-wrap{
    padding: 30px;
    background: #0870a4;
    border-radius: 15px 0 0 0;
    margin-top: 35px;

}
.left-h3-title {
    font-size: 20px;
    color: #FFFFFF;
}
.jim-p{
    font-size: 16px;
    color: #FFFFFF;
}

.ul-olcont{
    color: #FFFFFF;
    margin-top: 35px;
}
.vie-mor a:hover, .ihjmore a:hover, .title-a-h a:hover{
    background: linear-gradient(to right, #0C5381, #039CD8);
}

.p_c_title {
    font-size: 28px;
    font-weight: 700;
    color: #1f1f1f;
    line-height: 44px;
    width: 328px;
    height: 88px;
    padding-right: 50px;
    position: relative;
    z-index: 1;
}
.p_c_desc {
    width: 288px;
    font-size: 16px;
    font-weight: 400;
    color: #323232;
    line-height: 40px;
    margin-top: 23px;
}

.p_info_lianxi {

    background: linear-gradient(90deg, #0b5482, #fff);
    padding: 15px;
    display: table;
    width: 100%;
}

.p_i {
    margin-right: 20px;
    height: 160px;
    margin-top: 16px;
    width: 235px !important;
}

.p_item {
    width: 100%;
    height: 144px;
    background: #fff;
    -webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,.25);
    box-shadow: 0 0 12px 0 rgba(0,0,0,.25);
    border-radius: 10px 10px 10px 10px;
    opacity: 1;
    display: inline-block;
}
.p_item .p_icon {
    width: 88px;
    height: 65px;
    position: relative;
    -webkit-perspective: 800px;
    perspective: 800px;
    background: url(../images/p_sp.png);
    background-position: 0 0;
    margin-left: 60px;
    margin-top: -16px;
}
.p_item .p_in {
    margin: 20px auto;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #505050;
    line-height: 19px;
}
.p_item .p_val {
    margin: 0 auto;
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    color: #1f1f1f;
    line-height: 16px;
    width: 180px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.p_icon{
    text-align: center;

}
.p_icon span{
    color: #fff;
    position: absolute;
    right: 12px;
    bottom: 24px;
    font-size: 31px;
    width: 32px;
}
.autm-row{
    display: none;
}
#i0{
    display: block;
}

.Design-Studio_menu ul .ul-search{
    left: -229px;
    width: auto;
    background: #f0f0f0;
    position: absolute;
    top: 130%;
    text-align: left;
    background: #fff;
    padding: 0;
    margin: 0;
    z-index: 1;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: .5s;
    visibility: hidden;
    opacity: 0;
    border-radius: 5px;
}
.site-header__search-bar__submit{
    font-size: 23px;
}
.titiimng{
    position: relative;
}
.titiimng img:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 30px;
    width: 30px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    animation: ripple 3s infinite;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    animation-delay: 0.6s;

}

.foot-list li a .p_i,.foot-list li a .feitian {
    position: relative;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    left: 0;
}
/*.foot-list li a:hover .p_i {*/
/*    left: -20px;*/
/*}*/
/*.foot-list li a:hover .feitian {*/
/*    left: 230px;*/
/*}*/
.foot-list li a:hover{
    color: #01AAEB  !important;
}

.foot-faxs a:hover{
    color: #01AAEB !important;
}
.but-zsapds, .but-zsapds2, .but-zsapds3{
    background: #0876ab;
}
.navza li.active {
    background-color: #0876ab;

}
.contcat-us-btn{
    position: relative;
    padding: 22px 40px;
    display: inline-block;
    color: #000000;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #000;
    background: #ffffff;
    overflow: hidden;
    transition: color 0.4s ease;
}
.contcat-us-btn:hover::before {
    width: 100%;
}
.contcat-us-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(to right, #0C5381, #039CD8);
    transition: width 0.4s ease;
    z-index: 0;
}
.contcat-us-btn2 {
    background: linear-gradient(to right, #0C5381, #039CD8);
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}


.contcat-us-btn span {
    position: relative;
    z-index: 1;
}
.btn-primary:hover {
    color: #fff;
    background-color: #28609000;

}
.contusbiaodan{
    width: 50%;
}
.img-pimg {

    width: 50%;
}
.contusbiaodan .field-inzsp input{
    height: 50px;
    width: 100%;
    border: 1px solid #d7d3d3;
    padding: 5px;
    padding: 6px 12px;
}
.contusbiaodan .field-inzsp textarea{
    height: 65px;
    width: 100%;
    border: 1px solid #d7d3d3;
    padding: 5px;
}
.faikilsffle{
    position: fixed;
    right: 0;
    z-index: 99;
    top: 20%;

}
.xianshi {
    display: none;
    position: absolute;
    /* left: -208px; */
    right: 45px;
    top: -1px;
    background: white;
    color: #000000;
    padding: 1px 15px;
    min-width: 228px;
    font-size: 16px;
}
.dianhus {
    background: #56c4f1;
    display: table;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 24px;
    line-height: 45px;
    color: #FFF;
    cursor: pointer;
    position: relative;
}
.faikilsffle .foot-faxs{
    display: table;
    width: 55px;
}
.faikilsffle .foot-faxs li a{
    background: #56c4f1;
    display: table;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 24px;
    line-height: 45px;
}
.faikilsffle .foot-faxs li{
    margin-bottom: 15px;
    margin-right: 5px;
    position: relative;
}
.kjuslus{
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 99;
    width: 50px;
    height: 50px;
    background: #166d91;
    text-align: center;
    line-height: 65px;
    border-radius: 50px;
}
.wechatappweix2{
    position: absolute;
    width: 150px;
    left: -166px;
   display: none;
}
.sgtileft span {

    margin-right: 8px;
}
.weinxias2:hover .wechatappweix2{
    display: block;
}
.kisfxuanz{
    transform: rotate(90deg);
    color: #FFFFFF;
    font-size: 26px;
}

.imgkoimg:hover .link-a-img {
    top: 36%;
    transition: top 0.3s ease;
}
#owl_home_pro .owl-prev {

    background: #afd7f1;
}
#owl_home_pro .owl-next {
    background: #afd7f1;
}
.img-abput{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.wechatappweix{
    position: absolute;
    top: 103px;
    right: 79px;
    display: none;
    width: 160px;
}
.wechatappweix img{
    max-width: 100%;
}
.foot-faxs li:hover .wechatappweix{
    display: block;
}
.pleftpo .sidemenu li{
    margin-bottom: 8px;
    padding-top: 8px;
}
.dianhus:hover .xianshi {
    display: block;
}
.contcat-us-txt .form-group{
    width: 100%;
    margin-bottom: 15px;
    display: inline-block;
}


@keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}
@media (max-width: 2400px) and (min-width: 1920px){

	.container {
	
		width: 1730px;
	}

}


@media (max-width: 1920px) and (min-width: 1600px) {

	.container {
	
		width: 1730px;
	}

}
@media (max-width: 1600px) and (min-width: 1560px) {

	.container {
	
		width: 1530px;
	}
    .fill {
        height: 675px;
    }

}
@media (max-width: 1560px) and (min-width: 1490px) {

    .container {

        width: 1330px;
    }
    .fill {
        height: 635px;
    }

}
@media (max-width: 1440px) {
    .Design-Studio_menu>ul>li{
        margin-right: 15px;
    }
    .Design-Studio_menu>ul>li>a{
        font-size: 14px;
    }
    .fill {
        height: 575px;
    }
    .list-jianjie {
        margin-top: 60px;
    }
    .home-a-more a {

        padding: 15px 20px;
    }
    .foot-list li a{
        font-size: 14px;

    }
    .footer-title {

        font-size: 18px;
    }
    .Design-Studio_menu ul .sub-menu li a{
        font-size: 14px;
    }
    .h3-years {

        width: 80%;
    }
    .jim-p {
        font-size: 14px;

    }
    .ul-olcont p{
        font-size: 15px;
    }
    .p_i {

        width: 145px !important;
    }
    .p_item .p_icon{
        margin-left: 10px;
    }
    .wechatappweix {

        right: -35px;
    }
}

@media  (max-width: 960px){
    .Design-Studio_menu{
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        z-index: 999;
    }
    .Design-Studio_menu ul{
        width: 100%;
    }
    .Design-Studio_menu>ul>li{
        width: 100%;
        border-bottom: 1px solid #acacac;
    }
    .Design-Studio_menu>ul>li>a{
        float: left;
        padding: 10px;
    }
    .site-header__logo {
        width: 70px;
        margin-top: 20px;
    }
    .nav-poh-me {
        top: -9px;
        display: block;
        position: absolute;
        right: -45px;
        font-size: 25px;
        z-index: 10;
        color: #FFFFFF;
    }
    .Design-Studio_menu ul{
        background: #696969;
    }
    nav.Design-Studio_menu span {

        margin-left: 50px;
    }
    .Design-Studio_menu ul .sub-menu {
        position: relative;
        left: 0;
        top: 130%;
        width: 100%;
    }
    .Design-Studio_menu>ul>li>a:hover:before{
        display: none;
    }
    .Design-Studio_menu ul li:hover>.sub-menu{
        display: none;
    }
    .Design-Studio_menu ul .sub-menu{
        display: none;
    }
    .Design-Studio_menu , .searchlis{
        display: none ;
    }
    .searchlis {
        display: none !important;
    }
    .site-header {

        height: 76px;
    }
    .fill {
        height: 165px;
    }
    .liietxt {
        padding: 0px;
        text-align: center;
        height: 180px;
    }
    .imguis{
        display: flex;
        margin-top: 10px;
    }
    #owl_home_pro .owl-next{
        right: 0;
    }
    #owl_home_pro .owl-prev {
        left: 0px;
    }
    .sole-ul {

        display: flow;
    }
    .sole-ul li {
        width: 30%;
    }
    .sole-ul li a {
        padding: 5px;
    }
    .news-intstr {
        display: inline-block;
    }
    .mot-sac {
        float: left;
        display: inline-block;
    }
    .container1200 {
        width: 100% !important;
        padding: 0 2px !important;
        max-width: 100%;
    }
    .tojscx .tkjies {
        width: 200px;
    }
    .p_i {
        width: 140px !important;
    }

    .p_i {
        margin-right: 6px;
    }
    .contusbiaodan {
        width: 100%;
    }

}


