
body {
  font-family: 'ElectroluxSans_3_Regular', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #000000;
}

.navbar {
    position: relative;
    margin-bottom: 0px;
    border-bottom: 0px solid #BEBCBC;
}


.navbar-inverse {
    background-color:rgba(0,0,0,0);
    border-color: rgba(255,255,255,0.2);
/*	border-bottom:1px solid rgba(255,255,255,0.2); */
	background-image: linear-gradient(rgb(0 0 0 / 60%),rgb(0 0 0 / 0%));
}

.navbar-brand {
   margin-top:0px;
   padding:0px;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
	padding-left:25px;
	padding-right:25px;
    line-height: 69px;
}

.nav {
    padding-left: 350px;
}


.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #FFF;
	background-color:#0280ba;
}
a {
    color: #333333;
    text-decoration: none;
}
a:hover { text-decoration:none; transition: all 300ms ease-in 0ms; color: #333333;}


.navbar-inverse .navbar-nav > li > a {
    color: #FFFFFF;
	font-family: 'ElectroluxSans_3_Regular', Helvetica, Arial, sans-serif;
	font-size:18px;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #000;
    border: 1px solid transparent;
    border-radius: 4px;
}

   .navbar-toggle>span{
		display:block;
		width: 30px;
		height: 4px;
		background-color: #043d79;
		border-radius: 2px;
		margin: 4px auto;
		transition: .3s;
		transform-origin: left center;
    }
   
	 .nav-top1{
		-webkit-transform: rotateZ(34deg);
		-moz-transform: rotateZ(34deg);
		-ms-transform: rotateZ(34deg);
		-o-transform: rotateZ(34deg);
		transform: rotateZ(34deg);
    }
    .nav-middle1{
		opacity: 0;
    }
    .nav-bottom1{
		-webkit-transform: rotateZ(-34deg);
		-moz-transform: rotateZ(-34deg);
		-ms-transform: rotateZ(-34deg);
		-o-transform: rotateZ(-34deg);
		transform: rotateZ(-34deg);
    }

.menu ul.sub_menu{position:absolute; width:686px; height:350px; display:none; z-index:999; padding:0px; margin-left:-150px; }
.menu ul.sub_menu a{ }
.menu ul.sub_menu a:hover{ }
	

.kq1 {-webkit-animation-delay: 0.4s;}
.kq2 {-webkit-animation-delay: 0.8s; -webkit-animation-duration: 0.8s;}
.kq3 {-webkit-animation-delay: 1.2s; -webkit-animation-duration: 1.2s;}
.kq4 {-webkit-animation-delay: 1.6s; -webkit-animation-duration: 1.6s;}
.kq5 {-webkit-animation-delay: 2s; -webkit-animation-duration: 2s;}
.kq6 {-webkit-animation-delay: 2.4s; -webkit-animation-duration: 2.4s;}


.kuanping {
   width:1410px;
   padding-right: 15px;
   margin-right: auto;
   margin-left: auto;
   padding-left: 15px;
   }

.kuanping .jjtitle {
    font-size: 62px;
    line-height: 1em;
    color: #222;
    font-family: arial;
    padding-bottom: 40px;
}

   
.kkt {
   width:100%;
   padding-right: 15px;
   margin-right: auto;
   margin-left: auto;
   padding-left: 15px;
   }
   
ul {
   padding:0px;
   margin:0px;
   }
   
.soutt {
   width:120px;
   float:right;
   text-align:center;
   height:89px;
   line-height:89px;
/**   border-right:1px solid rgba(255,255,255,0.2); **/
   }
   
.soutt a {
    display: block;
}
   
.searchh {
    background-color: rgba(255,255,255,0.9);
    padding: 10px;
    display: none;
    margin: 5px;
        margin-bottom: 5px;
    margin-bottom: 20px;
    box-shadow: 0px 2px 2px rgba(0,0,0,.2);
    border-radius: 3px;
}

.searchh form {
    height: 40px;
    padding: 0;
}

.searchh #name {
    height: 40px;
    border: 1px #d2dae2 solid;
    border-radius: 0;
    width: 100%;
}

.searchh .btn {
    background-color: #0280ba;
    height: 40px;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-size: 1.8rem;
}

.ss a {
   cursor:pointer;
   }
   
@-webkit-keyframes rotation{
from {-webkit-transform: rotate(0deg);}
to {-webkit-transform: rotate(360deg);}
}  
   
.Rotation {
    -webkit-transform: rotate(360deg);
    animation: rotation 3s linear infinite;
    -moz-animation: rotation 3s linear infinite;
    -webkit-animation: rotation 3s linear infinite;
    -o-animation: rotation 3s linear infinite;
}

@keyframes rotate {
    0%{
        -webkit-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
    100%{
        -webkit-transform: rotateZ(360deg);
        -moz-transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg);
        -o-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}
   
.yuyan {
   width:120px;
   float:right;
   text-align:center;
   line-height:89px;
   margin-right: -15px;
   } 
   
.yuyan a {
   display:block;
   text-decoration:none;
   }
   
.banner {
   position:relative;
   }
     
.banner img {
   width:100%;
   }
   
.guding {
   position:fixed;
   top:0px;
   width:100%;
   z-index:9;
   }  
   
.mokk {
   position:absolute;
   width:702px;
   height:116px;
   background-color:#FFFFFF;
   right:0px;
   bottom:0px;
   z-index:5;
   }
   
.mokk-aa {
   width:39.8%;
   height:116px;
   color:#FFFFFF;
   background-color:#0280ba;
   float:left;
   }
   
.mokk-aa a {
   display:block;
   height:116px;
   line-height:116px;
   color:#FFFFFF;
   text-align:center;
   cursor:pointer;
   } 
   
.mokk-bb {
   width:43.7%;
   float:left;
   }
   
.mokk-cc {
   width:16.5%;
   height:116px;
   border-left:1px solid rgba(120,120,120,0.05);
   float:right;
   }
   
.banner .swiper-button-prev {
    position: absolute;
    top: 96.5%;
    width: 20px;
    height: 20px;
    margin-top: -22px;
	left:96.5%;
    z-index: 10;
    cursor: pointer;
	background:url(../images/left.png);
    background-size: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
}

.banner .swiper-button-next {
    position: absolute;
    top: 96.5%;
    width: 20px;
    height: 20px;
    margin-top: -22px;
	right:1%;
    z-index: 10;
    cursor: pointer;
	background:url(../images/right.png);
    background-size: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
}  

.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 40px;
    left: 85%;
    width: 175px;
}

.banner .swiper-pagination-bullet {
    width: 28px;
    height: 28px;
    display: inline-block;
    border-radius: 100%;
    background:url(../images/quan.png);
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
 width:28px;
 height:28px;
 background:url(../images/quan2.png);
     -webkit-transform: rotate(360deg);
    animation: rotation 1s linear infinite;
    -moz-animation: rotation 1s linear infinite;
    -webkit-animation: rotation 1s linear infinite;
    -o-animation: rotation 1s linear infinite;
 background-color:none;
 opacity:1;
}

.chanpp {
   height:auto; overflow:hidden;
   background:url(../images/chanpp.png) top center; background-size: 100% auto;
   padding-top:60px;
   padding-bottom:76px;
   }
   
.chanpp .kuanping {
   position:relative;
   }
   
.cplan {
   color:#7d8796;
   font-size:14px;
   
   }
   
.cplan h2 {
   font-family: 'ElectroluxSans_4_Semibold', Helvetica, Arial, sans-serif;
   font-size:52px;
   color:#303b44;
   margin-top:0px;
   margin-bottom:6px;
   } 
   
.cptu {

   }
   
.cptu a {
   display:block;
   height:auto; overflow:hidden;
   background-color:#FFFFFF;
   padding:20px;
   padding-top:26px;
   border-bottom:4px solid #FFFFFF;
   cursor: pointer;
   }
   
   
.cptu-zi {
   margin-top:68px;
   border-top:1px solid #f9fdfc;
   color:#7d8796;
   padding-top:15px;
   padding-bottom:15px;
   }
   
.cptu-zi h2 {
   font-family: 'ElectroluxSans_4_Semibold', Helvetica, Arial, sans-serif;
   font-size:18px;
      height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   color:#303b44;
   margin-top:0px;
   margin-bottom:8px;
   }
   
.cpgun {
   
   }
   
.cpgun .swiper-container {
   width:86.1%;
   float:right;
   padding-top:142px;
   margin-top:-70px;
   margin-right: -180px;
   position:relative;
   }

.cptu img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s; width:100%;}  

.cptu:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.cptu section {
   overflow: hidden;
   }	 
	
section {
    display: block;
} 

.cptu a:hover {
   border-bottom:4px solid #0280ba;
   box-shadow: 0px 0px 15px rgba(0,0,0,.3);
   }
   
.cpgun .swiper-button-prev {
    position: absolute;
    top: 5%;
    width: 36px;
    height: 36px;
    margin-top: -22px;
	left:55%;
    z-index: 10;
    cursor: pointer;
	background:url(../images/zuo.png);
    background-size: 36px 36px;
    background-position: center;
    background-repeat: no-repeat;
}

.cpgun .swiper-button-next {
    position: absolute;
    top: 5%;
    width: 36px;
    height: 36px;
    margin-top: -22px;
	right:40%;
    z-index: 10;
    cursor: pointer;
	background:url(../images/you.png);
    background-size: 36px 36px;
    background-position: center;
    background-repeat: no-repeat;
}

.why {
   margin-top:80px;
   height:auto; overflow:hidden;
   margin-bottom:80px;
   }
   
.why h2 {
   font-family: 'ElectroluxSans_4_Semibold', Helvetica, Arial, sans-serif;
   font-size:52px;
   color:#303b44;
   text-align:center;
   margin-top:0px;
   margin-bottom:3px;
   }
   
.why h3 {
   font-family: 'ElectroluxSans_3_Regular', Helvetica, Arial, sans-serif;
   font-size:14px;
   color:#7d8796;
   text-align:center;
   margin-top:0px;
   margin-bottom:45px;
   }
   
.whykk {
   height:auto; overflow:hidden;
   border-radius: 20px;
   }
   
.whykk-aa {
   width:50%;
   position:relative;
   float:left;
   }
   
.whykk-aa-tt {
   position:absolute;
   width:345px;
   height:290px;
   padding:25px;
   padding-top:40px;
   line-height:19px;
   right:0px;
   bottom:0px;
   background-color:#303b44;
   color:#FFFFFF;
   z-index:5;
   }
   
.whykk-aa-tt h4 {
   font-family: 'ElectroluxSans_4_Semibold', Helvetica, Arial, sans-serif;
   font-size:18px;
   color:#FFFFFF;
   margin-top:0px;
   margin-bottom:12px;
   }
   
.whykk-more {
   margin-top:70px;
   }
   
.whykk-more a {
   font-size:16px;
   color:#FFFFFF;
   }
   
   
.whykk-bb {
   width:50%;
   float:right;
   }
   
.whykk-ka {
   height:auto; overflow:hidden;
   }
   
.whykk-ka-z {
   width:50%;
   height:290px;
   padding:25px;
   float:left;
   background-color:#FFFFFF;
   font-size:14px;
   line-height:19px;
   color:#7d8796;
   }
   
.whykk-ka-z h4 {
   font-family: 'ElectroluxSans_4_Semibold', Helvetica, Arial, sans-serif;
   font-size:18px;
   color:#303b44;
   margin-top:0px;
   margin-bottom:12px;   
   }
   
.ka-z-more {
   margin-top:100px;
   }
   
.ka-z-more a {
   color:#0280ba;
   font-size:16px;
   }
   
.whykk-ka-y {
   width:50%;
   height:290px;
   padding:25px;
   float:left;
   background-color:#303b44;
   font-size:14px;
   line-height:19px;
   color:#FFFFFF;
   }
   
.whykk-ka-y h4 {
   font-family: 'ElectroluxSans_4_Semibold', Helvetica, Arial, sans-serif;
   font-size:18px;
   color:#FFFFFF;
   margin-top:0px;
   margin-bottom:12px;   
   }
   
.ka-y-more {
   margin-top:100px;
   }
   
.ka-y-more a {
   color:#FFFFFF;
   font-size:16px;
   }
   
.whykk-kb {
   height:290px;
   padding:25px;
   padding-top:40px;
   padding-right:88px;
   background-color:#e0283a;
   line-height:19px;
   color:#FFFFFF;
   }
   
.whykk-kb h4 {
   font-family: 'ElectroluxSans_4_Semibold', Helvetica, Arial, sans-serif;
   color:#FFFFFF;
   font-size:18px;
   margin-top:0px;
   margin-bottom:12px;
   }
   
.kb-tt {
   margin-top:75px;
   height:auto; overflow:hidden;
   }
   
.kb-tt-a {
   width:112px;
   height:36px;
   line-height:36px;
   font-family: 'ElectroluxSans_4_Semibold', Helvetica, Arial, sans-serif;
   color:#FFFFFF;
   border-right:1px solid rgba(255,255,255,.1);
   float:left;
   }
   
.kb-tt-b {
   width:270px;
   float:left;
   padding-left:24px;
   }
   
.kb-tt-b-1 {
   width:36px;
   height:36px;
   line-height:36px;
   border-radius:50%;
   background-color:#FFFFFF;
   text-align:center;
   color:#e0283a;
   float:left;
   }
   
.dazi {
   font-size:20px;
   }
   
.kb-tt-b-2 {
   width:200px;
   font-size:16px;
   font-family: 'ElectroluxSans_4_Semibold', Helvetica, Arial, sans-serif;
   color:#FFFFFF;
   float:right;
   }
   
.kb-tt-b-2 h5 {
   font-family: 'ElectroluxSans_4_Semibold', Helvetica, Arial, sans-serif;
   font-size:14px;
   color:rgba(255,255,255,.6);
   margin-top:0px;
   margin-bottom:0px;  
   }
   
   
.abbj {
   height:850px;
   padding-top:50px;
   color:#FFFFFF;
   background:url(../images/abbj.jpg) top center;
   } 
   
.abbj h2 {
   font-family: 'ElectroluxSans_4_Semibold', Helvetica, Arial, sans-serif;
   font-size:52px;
   color:#FFFFFF;
   margin-top:0px;
   margin-bottom:2px;
   text-align:center;
   }
   
.abbj h3 {
   font-family: 'ElectroluxSans_4_Semibold', Helvetica, Arial, sans-serif;
   font-size:14px;
   color:#FFFFFF;
   margin-top:0px;
   margin-bottom:80px;
   text-align:center;
   }
   
.abkk {
   height:auto; overflow:hidden;
   }
   
.abkk-aa {
   width:40.2%;
   float:left;
   }
   
.abkk-bb {
   width:57.6%;
   font-size:17px;
   line-height:35px;
   padding-top:26px;
   float:right;
   }  
   
.hudu {
   border-radius:20px;
   } 
   
.shuju {
   margin-top:0;
   height:auto; overflow:hidden;
   }
   
.shuju-aa {
   width:50%;
   padding:20px 0;
   float:left;
   }
   
.shuju-aa li {
   list-style-type:none;
   width:50%;
   color:#7d8796;
   text-align:center;
   float:left;
   }
   
.shuju-aa li h4 {
   font-family: 'ElectroluxSans_2_Light', Helvetica, Arial, sans-serif;
   font-size:48px;
   text-align:center;
   position:relative;
   margin-top:0px;
   margin-bottom:8px;
   }
   
.shuju-bb {
   width:50%;
   padding:20px 0;
   float:right;
   }
   
.shuju-bb li {
   list-style-type:none;
   width:50%;
   color:#7d8796;
   text-align:center;
   float:left;
   }
   
.shuju-bb li h4 {
   font-family: 'ElectroluxSans_2_Light', Helvetica, Arial, sans-serif;
   font-size:48px;
   text-align:center;
   position:relative;
   margin-top:0px;
   margin-bottom:8px;
   }
   
.bt {
   position:absolute;
   top:0px;
   right:30%;
   color:#303b44;
   font-size:24px;
   }
   
.bt2 {
   position:absolute;
   top:0px;
   right:10%;
   color:#303b44;
   font-size:24px;
   }
   
.youhua {
   border-right:1px solid rgba(125,135,150,.1);
   }
   
.casebj {
   height:auto; overflow:hidden;
   padding-top:56px;
   padding-bottom:37px;
   background:url(../images/casebj.png) center;
   background-size:100% 100%;
   }
   
.casebj h2 {
   font-family: 'ElectroluxSans_4_Semibold', Helvetica, Arial, sans-serif;
   font-size:52px;
   text-align:center;
   color:#303b44;
   margin-top:0px;
   margin-bottom:5px;
   }
   
.casebj h3 {
   font-family: 'ElectroluxSans_3_Regular', Helvetica, Arial, sans-serif;
   font-size:14px;
   text-align:center;
   color:#7d8796;
   margin-top:0px;
   margin-bottom:58px;
   }
   
.casebj .swiper-slide {
   padding-top:10px;
   padding-bottom:10px;
   }
   
.altu {

   }
   
.altu img {
   width:100%;
   }
   
.altu:hover img {
   -webkit-animation: rotate 4s infinite linear;
-o-animation: rotate 4s infinite linear;
animation: rotate 4s infinite linear;
}
   
.altu a {
   display:block;
   padding:69px;
   padding-top:55px;
   padding-bottom:42px;
   height:auto; overflow:hidden;
   box-shadow: 0px 0px 15px rgba(0,0,0,.3);
   text-align:center;
   font-size:13px;
   color:#0280ba;
   background-color:#FFFFFF;
   border-bottom:3px solid #fe0000;
   border-radius:20px;
   }
   
.quan {
   border-radius:50%;
   }
   
.altu h4 {
   font-family: 'ElectroluxSans_4_Semibold', Helvetica, Arial, sans-serif;
   font-size:18px;
   color:#002478;
   text-align:center;
   margin-top:38px;
   margin-bottom:15px;
   }
   
.bottom {
   height:auto; overflow:hidden;
   background-color:#001424;
   color:rgba(255,255,255,.6);
   font-size:14px;
   line-height:27px;
   padding-top:85px;
   padding-bottom:40px;
   }
   
.bottom a {
   color:rgba(255,255,255,.6);
   }
   
.bottom a:hover {
   color:#FFFFFF;
   }
   
.bottom-logo {
   width:44%;
   float:left;
   }
.bottom-logo a{
    display: flex;
    align-items: center;
     padding: 10px 0 5px;
    font-size: 30px;
    line-height: 40px;
}
.bottom-aa {
   width:15.7%;
   float:right;
   }
   
.bottom h2 {
   font-family: 'ElectroluxSans_3_Regular', Helvetica, Arial, sans-serif;
   font-size:18px;
   color:#FFFFFF;
   margin-top:0px;
   margin-bottom:15px;
   }  
   
.bottom h3 {
   font-family: 'ElectroluxSans_3_Regular', Helvetica, Arial, sans-serif;
   font-size:18px;
   color:#FFFFFF;
   margin-top:0px;
   margin-bottom:25px;
   } 
   
.fenxiang {
   margin-top:32px;
   height:auto; overflow:hidden;
   } 
   
.fenxiang li {
   list-style-type:none;
   width:29px;
   float:left;
   margin-right:19px;
   }
   
.bottom-bb {
   width:15.7%;
   float:right;
   }

.bottom-cc {
   width:15.7%;
   float:right;
   }

 
.footer {
   height:auto; overflow:hidden;
   background-color:#001424;
   line-height:56px;
   font-size:16px;
   color:#58595b;
   border-top:1px solid rgba(124,135,147,.2);
   }
   
.footer a {
   color:#58595b;
   }
      
.footer a:hover {
   color:#FFFFFF;
   }
   
.juyou {
   text-align:right;
   }
   
.hidex {
   top:-90px;
   }
   
.ddh {
   height:auto; overflow:hidden;
   padding-top:9px;
   position:relative;
}
.ddh-left {
   width:53.5%;
   height:350px;
   background-color:#FFFFFF;
   padding:27px;
   padding-top:50px;
   padding-right:0px;
   color:#303b44;
   float:left;
   }
   
.ddh-left h2 {
   font-family: 'ElectroluxSans_5_Bold', Helvetica, Arial, sans-serif;
   font-size:18px;
   color:#303b44;
   margin-top:0px;
   margin-bottom:46px;
  }
  
.ddhww {
   height:auto; overflow:hidden;
   position:relative;
   margin-right:-56px;
   z-index:6;
   } 
   
.ddhww li {
   list-style-type:none;
   line-height:39px;
   font-size:14px;
   }
   
.ddhww li a {
   color:#303b44;
   }
   
   
.jtk {
   position:absolute;
   width:20px;
   height:9px;
   left:206px;
   background:url(../images/jtk.png);
   top:0px;
   z-index:6;
   }
   
.ddh-right {
   width:46.5%;
   height:350px;
   padding:42px;
   padding-top:86px;
   background-color:#f6f8fb;
   float:right;
   }
   

#slidingBlock {
	height:auto; overflow:hidden;
}

#slidingBlock span {
    float:left; width:100%; height:39px;line-height:39px; font-size:14px; color:#303b44; over-flow:hidden;
}
#slidingBlock span.menuNo {
    font-weight:normal; width:100%; height:39px;line-height:39px; white-space: nowrap;
text-overflow: ellipsis; color:#303b44; font-size:14px;
}

#slidingBlock span.menuNo a {
   color:#303b44;
   background-color:#FFFFFF;
   }

#slidingBlock span.menuOn {
    font-weight:normal; width:100%; height:39px;line-height:39px; white-space: nowrap;
text-overflow: ellipsis; color:#303b44; background:url(../images/line.png) right center; background-repeat:no-repeat; font-size:14px;
}
#slidingBlock span.menuOn a {
   color:#0280ba;
   background-color:#FFFFFF;
   }   

#slidingBlock DIV.slidingList_none {
    display:none
}
#slidingBlock DIV.slidingList {
    width:100%;
    margin:0px; padding:0px; height:auto; overflow:hidden;
}

.yc {
   display:block;
   }
   
.yd {
   display:none;
   }
   
/* 关于我们 */ 
.lanmux {
    box-shadow: 0px 10px 10px rgba(0,0,0,.1);
    background: #fff;
    position: relative;
}

.lm-ct ul {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.lm-ct ul li {
    list-style-type:none;
    margin-right: 0px;
    width:16.5%;
}

.lm-ct ul li a {
    display: block;
    line-height: 50px;
    font-size: 16px;
    color: #555555;
	cursor:pointer;
}

.lm-ct ul li a:hover {
   color:#0280ba;
   }
   
.lm-ct ul li.hover a {
   color:#0280ba;
   }

.lm-ct > span {
    display: block;
    height: 4px;
    background: #0280ba;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 6;
    transition: .5s;
}  

.abww {
   padding-top:80px;
   padding-bottom:80px;
   height:auto; overflow:hidden;
   line-height:25px;
   }
   
.abww h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:24px;
   color:#0280ba;
   margin-top:0px;
   margin-bottom:33px;
   }
   
.abww-tu {
   margin-top:40px;
   height:auto; overflow:hidden;
   text-align:center;
   }


.c-common-btn.c-unique {
    color: #222;
    background: url(../images/jt2.png)no-repeat right 0 center;
    background-size: 12px auto;

}

.c-common-btn {
    display: block;
    position: relative;
    width: 128px;
    height: 57px;
    border-bottom: 1px solid #ddd;
    line-height: 56px;
    color: #fff;
    background: url(../images/jt1.png)no-repeat right 0 center;
    background-size: 12px auto;
    margin-bottom: 5px;
}

.c-common-btn::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 30px;
    border-bottom: 1px solid #0280ba;
    transition: all 0.5s;
}






.abww .c-en-title {
    font-size: 62px;
    line-height: 1em;
    color: #222;
    font-family: arial;
}
.abww .c-cn-title {
    padding-top: 10px;
    font-size: 36px;
    line-height: 56px;
    color: #0280ba;
}





.wenhua {
   height:auto; overflow:hidden;
   background-color:#0280ba;
	-webkit-transform:rotatex(-80deg) translateZ(0);
	-ms-transform:rotatex(-80deg) translateZ(0);
	transform:rotatex(-80deg) translateZ(0);
	-webkit-transform-origin:0 0 0;
	-ms-transform-origin:0 0 0;
	transform-origin:0 0 0;
	opacity:0;
	transition:1s;
   }
   
.wenhua-aa {
   width:50%;
   float:left;
   }   
   
.wenhua-bb {
   width:30%;
   float:left;
   padding-top:145px;
   padding-left:5%;
   color:#FFFFFF;
   font-size:16px;
   line-height:33px;
   }
   
.wenhua-bb h2 {
   font-family: 'ElectroluxSans_3_Regular', Helvetica, Arial, sans-serif;
   font-size:37px;
   margin-top:0px;
   margin-bottom:35px;
   color:#FFFFFF;
   }  
   
.wenhua img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}  

.wenhua:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.wenhua section {
   overflow: hidden;
   }	 
	
section {
    display: block;
} 

.rongyu {
   height:auto; overflow:hidden;
   padding-top:0px;
   padding-bottom:150px;
   background:url(../images/rybj.jpg) center bottom; background-repeat:no-repeat;
   }
   
.rykk {
   width:1280px;
   height:auto; overflow:hidden;
   font-size:18px;
   line-height:30px;
   margin:0 auto;
   }
   
.rykk h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:40px;
   margin-top:0px;
   margin-bottom:15px;
   color:#333333;
   }
   
   
    .img-scroll { position:relative; margin:0px auto; width:100%; float:left; height:auto; overflow:hidden;}
    .img-scroll .prev,.img-scroll .next { position:absolute; display:block; width:45px; height:45px; margin-top:0px; background-color:#000;
    top:0; color:#FFF; text-align:center;}
    .img-scroll .prev { left:90%; background:url(../images/left.png) no-repeat; width:45px; height:45px; z-index:9999;}
    .img-scroll .next { right:0; background:url(../images/right.png) no-repeat; width:45px; height:45px; z-index:9999;}
	.img-scroll .prev:hover { left:90%; background:url(../images/left.png) no-repeat; width:45px; height:45px; z-index:9999;}
	.img-scroll .next:hover { right:0; background:url(../images/right.png) no-repeat; width:45px; height:45px; z-index:9999;}
    .img-list { position:relative; width:100%; height:auto; overflow:hidden; padding-top:109px; margin-left:0px; overflow:hidden}
    .img-list ul { width:9999px; margin:0px; padding:0px;}
    .img-list li { float:left; display:inline; margin-left:15px; margin-right:15px; height:auto; overflow:hidden;}
		

.rytu img {
   width:100%;
   }
   
.shebei {
   height:818px;
   background:url(../images/sbbj.jpg) top center;
   padding-top:60px;
   }
   
.shebei h2 {
   font-family: 'ElectroluxSans_3_Regular', Helvetica, Arial, sans-serif;
   font-size:40px;
   color:#FFFFFF;
   text-align:center;
   margin-top:0px;
   margin-bottom:83px;
   }
   
.abxx {
   border:10px solid #ffffff;
   }     

.rygun {
    margin-top: -70px;
    height: auto;
    overflow: hidden;
    position: relative;
}

.rygun .swiper-container {
    padding-top: 120px;
}

.rygun .swiper-button-prev {
    position: absolute;
    top: 5%;
    width: 51px;
    height: 51px;
	left:90%;
    margin-top: 0px;
    z-index: 10;
    cursor: pointer;
	background:url(../images/zuox.png);
    background-size: 51px 51px;
    background-position: center;
    background-repeat: no-repeat;
}   

.rygun .swiper-button-next {
    position: absolute;
    top: 5%;
    width: 51px;
    height: 51px;
	right:0%;
    margin-top: 0px;
    z-index: 10;
    cursor: pointer;
	background:url(../images/youx.png);
    background-size: 51px 51px;
    background-position: center;
    background-repeat: no-repeat;
} 

/* 产品中心 */

.cp-kuan {
   width:1340px;
   height:auto; overflow:hidden;
   margin:0 auto;
   } 
   
   
.cptux {
   height:auto; overflow:hidden;
   border:1px solid #e5e4e4;
   background-color:#FFFFFF;
   margin-bottom:45px;
   }
.cptux a{
    cursor: pointer;
}  
.cptux p {
   text-align:center;
   margin-top:10px;
   }
   
.cptux h4 {
   font-family: 'ElectroluxSans_3_Regular', Helvetica, Arial, sans-serif;
   text-align:center;
   margin-top:10px;
   margin-bottom:10px;
   font-size:14px;
   }
   
.cpzi {
   height:auto; overflow:hidden;
   background:url(../images/eye.png) top right; background-repeat:no-repeat;
   padding:25px;
   color:#808080;
   }
   
.cptux:hover {
   background-color:#0280ba;
   box-shadow: 0px 0px 10px rgba(0,0,0,.1);
   transition: all 500ms ease-in 0ms;
   }
   
.cptux:hover .cpzi {
   background:url(../images/eye2.png) top right; background-repeat:no-repeat;
   }
   
.cptux:hover p {
   color:#FFFFFF;
   }
   
.cptux:hover h4 {
   color:#FFFFFF;
   }
   
.cpzi h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:18px;
   height: auto;
   white-space: nowrap;
   text-overflow: ellipsis;
   margin-top:0px;
   margin-bottom:6px;
   color:#333333;
   }
   
.cpwz {
   height:auto; overflow:hidden;
   color:#808080;
   }
   
.cpwz-aa {
   width:90px;
      height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   float:left;
   }
   
.cpwz-bb {
   width:26px;
   height:1px;
   background-color:#808080;
   margin-top:12px;
   margin-right:0px;
   float:right;
   }
   
.cptux:hover .cpwz {
   color:#FFFFFF;
   transition: all 500ms ease-in 0ms;
   }
   
.cptux:hover h2 {
   color:#FFFFFF;
   transition: all 500ms ease-in 0ms;
   }
   
.cptux:hover .cpwz-bb {
   width:170px;
   background-color:#FFFFFF;
   transition: all 500ms ease-in 0ms;
   } 
   
.cptux img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s; width:100%;}  

.cptux:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.cptux section {
   overflow: hidden;
   }	 
	
   

/* 新闻列表 */  
.xwss {
   height:auto; overflow:hidden;
   padding-top:62px;
   padding-bottom:60px;
   background-color:#f2f2f2;
   } 
   
.xwkk-aa {
   width:43%;
   float:left;
   }
   
.xwkk-aa img {
   width:100%;
   }
   
.xwkk-bb {
   width:50%;
   float:right;
   }
   
.xwkk-bb h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:21px;
   margin-top:27px;
   margin-bottom:60px;
   color:#000000;
   }
   
.xw-time {
   margin-top:57px;
   height:auto; overflow:hidden;
   color:#000000;
   }
   
.xw-more {
   margin-top:45px;
   height:auto; overflow:hidden;
   color:#000000;
   }
   
.xwbd {
    height: auto;
    overflow: hidden;
    border: 6px solid #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0,0,0,.2);
} 

.xwlie {
  height:auto; overflow:hidden;
  padding-top:50px;
  padding-bottom:70px;
  }
  
.xwrow {
   height:auto; overflow:hidden;
   margin-left:-10px;
   margin-right:-10px;
   }
   
.xwhh {
   padding-left:10px;
   padding-right:10px;
   }    
   
.xwkuai {
    height: auto;
    overflow: hidden;
    position: relative;
    padding: 30px;
    background-color: #FFFFFF;
	border-bottom:1px solid #eeeeee;
    margin-bottom: 25px;
} 

.xwkuai .mask {
    display: block;
    position: absolute;
    width: 100%;
    height: 0px;
    left: 0;
    top: 100%;
    background-color: #0280ba;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    z-index: 0;
}

.xwkuai:hover .mask{top:0; height:100%;} 

.xwkuai .con {
    position: relative;
    z-index: 1;
    font-size: 14px;
    color: rgba(0,0,0,.6);
	line-height: 25px;
}

.xwkuai:hover .con {
    color:#FFFFFF;
	}

.xwkuai h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:21px;
   margin-top:0px;
   margin-bottom:40px;
   color:#4d4d4d;
   }
   
.xwkuai:hover .nian {
   color:#FFFFFF;
   }
   
.xwkuai:hover h2 {
   color:#FFFFFF;
   }
   
.xwkuai:hover h3 {
   color:#FFFFFF;
   }
   
.nian {
   color:#808080;
   font-size:14px;
   }
   
.xwkuai h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:21px;
    height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
   margin-top:0px;
   margin-bottom:40px;
   color:#000000;
   }
   
.xwmm {
   margin-top:12px;
   width:60px;
   height:30px;
   background:url(../images/jt.png);
   }
   
.xwkuai:hover .xwmm {
   background:url(../images/jt2.png);
   } 
   
/* 新闻内 */

.xwdd {
    background: #fafafa;
    padding: 60px 0px;
}

.inewsct {
    background: #fff;
    padding: 40px;
    box-shadow: 0px 0px 5px rgba(0,0,0,.2);
}

.inewsct .inews-tt {
    border-bottom: 1px rgba(0,0,0,.25) dashed;
    padding-bottom: 10px;
}

.inewsct .inews-tt p {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 10px;
}

.inewsct .inews-tt span {
    color: rgba(0,0,0,.55);
}

strong {
    font-weight: 700;
}

.inewsct .inews-ct {
    padding: 20px 0px 0px;
    color: rgba(0,0,0,.7);
    line-height: 28px;
}	 
   
/* 分页 */ 
.page {
    margin: 20px auto;
}

.page-m {
    position: relative;
    top: -1px;
    +display: inline !important;
}

.page a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.page-m a {
    display: inline-block;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
	border:1px solid #eeeeee;

}

.page-m a:hover {
    color: #fff;
    background: #0280ba;
	border:1px solid #0280ba;
}

.xianshi {
    color: #fff;
    background: #0280ba;
	border:1px solid #0280ba;
}

.page-m a.active {
    color: #fff;
    background: #0280ba;
	border:1px solid #0280ba;
} 


/* 产品详情 */
.cpmk {
   height:auto; overflow:hidden;
   padding-top:60px;
   padding-bottom:60px;
   background-color:#efefef;
   }
.pro-img{
	margin-bottom:40px;
}
.pro-img .xiaotu{
   margin-top:20px;

}
.pro-img #Gbig{
	width:100%;
}
.pro-img .xiaotu li{

}
.pro-img .xiaotu li a {
   display: block;
   border:1px #ddd solid;
   margin:1px;
   }

.pro-img .xiaotu li.hover{
	border:1px #0e66a6 solid;
}
.pro-img .colmd5{
	width:36%;
	float:left;
}
.pro-img .colmd7{
	width:60%;
	float:right;
}
.pro-img .colmd7 .pro-ptt{
	font-size:22px;
	font-weight:bold;
	padding:0px 0px 15px;
	border-bottom:1px #734702 solid;
	font-weight:bold;
}
.pro-img .colmd7>span{
    margin-top:20px;
	margin-bottom:20px;
	height:300px;
	padding: 5px;
    overflow-y: scroll;
	border-bottom: 1px #e8e8e8 solid;
	display:block;
	color:#515151;
	font-size:14px;
	line-height:22px;
	width:100%;
	word-wrap:break-word;
}
.pro-img .colmd7>span ul{
	list-style-type:disc;
	margin-left:20px;
}

.pro-img .colmd7 h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:15px;
   margin-top:0px;
   margin-bottom:14px;
   color:#515151;
   }
   
.jqzzoom{position:relative;}
.jqzoom{position:relative;overflow:hidden;border:0px #ddd solid; height:auto; overflow:hidden;}
.zoomdiv{float:left;top:0 !important;left:101% !important;border:3px solid #e4e4e4;display:none;text-align:center;overflow: hidden;position:absolute;z-index:999;background-color:#fff;}
.bigimg{width:1600px;height:1600px;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:80px !important;height:80px !important;border:1px solid #aaa;background:#FEDE4F 50% top no-repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}	




.jqzzoom .navigation {
    width: 100%;
    margin: 10px 0 0;
}
.jqzzoom .carousel{
    overflow: hidden;
}
.jqzzoom .carousel ul {
    width:2000em;
    list-style: none;
    margin: 0;
    padding: 0;
	margin-top:10px;
}
.jqzzoom .prev-navigation,.next-navigation{
	display:block;
	cursor:pointer;
}
.jqzzoom .prev-navigation{
	background:url(../images/left.gif) left center no-repeat;
	height:91px;
	width:39px;
	float:left;
}
.jqzzoom .next-navigation{
	background:url(../images/right.gif) right center no-repeat;
	width:39px;
	height:91px;
	float:right;
}

.procem {
    padding: 0px 36px;
    position: relative;
}

#fuwus {
    position: static;
}

.procem .swiper-pagination-bullet-active {
    opacity: 1;
    background: #cf152d;
}

.procem .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
	left:3px;

    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
}

.procem .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
	right:3px;

    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
}

#xiaotu .swiper-slide a.hover{
	border: 1px #0280ba solid;
}  

.liebiao {
    height: auto;
    overflow: hidden;
	margin-top:20px;
}

.liebiao-aa {
    width: 80%;
    line-height: 30px;
    color: #666666;
    float: left;
}

.shangy {
    height: auto;
    overflow: hidden;
    line-height: 32px;
    color: #666666;
    border-bottom: 1px dotted #ececec;
}

.xiay {
    height: auto;
    overflow: hidden;
    color: #666666;
    line-height: 32px;
}

.liebiao-bb {
    width: 16%;
    float: right;
}   

.fanhui {
    width: 142px;
    height: 43px;
    margin-top: 6px;
    float: right;
}

.fanhui a {
    display: block;
    width: 142px;
    height: 43px;
    line-height: 43px;
    color: #FFFFFF;
    background-color: #000000;
    font-size: 14px;
    text-align: center;
    border-radius: 20px;
}  

.guddx {
    height: 320px;
    padding: 5px;
    overflow-y: scroll;
}
 
   
.icase ul {
   margin:0px;
   padding:0px;
   }

.icase ul li {
   list-style-type:none;
   } 
   

.liebiaow {
   height:78px;
   border:1px solid #ebebeb;
   margin-top:25px;
   }
   
.liebiaow-aa {
   width:16%;
   height:78px;
   line-height:78px;
   text-align:center;
   float:left;
   border-right:1px solid #ebebeb;
   }
   
.liebiaow-bb {
   width:68%;
   height:78px;
   line-height:78px;
   float:left;
   text-align:center;
   color:#919191;
   border-right:1px solid #ebebeb;
   }
   
.liebiaow-bb a {
   color:#919191;
   }
   
.liebiaow-cc {
   width:16%;
   height:78px;
   line-height:78px;
   text-align:center;
   float:right;
   }
   

.xqmore {
    margin-top: 70px;
    width: 206px;
    height: 52px;
}

.xqmore a {
    display: block;
    width: 206px;
    height: 52px;
    line-height: 52px;
    font-size: 18px;
    background-color: #0280ba;
    color: #FFFFFF;
    text-align: center;
}

.procem .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.modal-dialog {
    width: 660px;
    margin: 100px auto;
}

.tanchu {
    height: auto;
    overflow: hidden;
    color: #666666;
    border: 2px solid #0280ba;
}
.tanchu-lan {
    height: 55px;
    line-height: 55px;
    background-color: #0280ba;
    font-size: 18px;
    color: #FFFFFF;
    padding-left: 10px;
	margin-top:-36px;
}
.tanchu-nei {
    padding: 20px;
    height: auto;
    overflow: hidden;
} 

.erji {
    height: auto;
    overflow: hidden;
	margin-bottom:40px;
}

.erji li {
    list-style-type: none;
    width: 132px;
    height: 48px;
    float: left;
    margin-right: 20px;
}

.erji li a {
    display: block;
    height: 48px;
    line-height: 43px;
    color: #2c3135;
    background-color: #FFFFFF;
    text-align: center;
}

.erji li a:hover {
    color:#0181ff;
   }
   
.erji li.hover a {
    color:#0181ff;
   }
   
.erji li > a::after {
    width: 0;
    transition: width .3s;
    height: 2px;
    display: block;
    margin: 0 auto;
    content: "";
    background-color: #25b5e5;
}

.erji li > a:hover:after{
	width:100%;
	height:5px;
	display:block;
	content:"";
	transition:width .3s;
	background-color:#25b5e5;
}  
   
/* 弹窗 */

.pdcon-ct{
	display:flex;
	flex-wrap:wrap;
}
.pdcon-ct>span{
	display:block;
	color:#fff;
	background:#2e4b98;
	padding:8px 30px;
	font-size:1.4rem;
	font-weight:600;
}
.pdcon{
	border-top:3px #2e4b98 solid;
	padding:20px 0px;
	font-size:1.4rem;
	color:rgba(0,0,0,.6);
	width:100%;
}

.picshade {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.91;
  filter: alpha(opacity=91);
  z-index: 99;
  display: none;
}

.pictures_eyes_close {
  position: fixed;
  top: 30px;
  right: 30px;
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../images/close.png) no-repeat;
  z-index: 100;
  display: none;
}

.pictures_eyes {
    position: fixed;
    width: 100%;
    z-index: 199;
    display: none;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
}

.pictures_eyes_in {
  position: relative;
  text-align: center;
}

.pictures_eyes_in img { max-height: 500px; }

.pictures_eyes_in section p{color:#fff;padding:15px 0px;}

.pictures_eyes_in .prev, .pictures_eyes_in .next {
  position: absolute;
  top: 50%;
  width: 51px;
  height: 51px;
  cursor: pointer;
}

.pictures_eyes_in .prev {
  left: 35px;
  background: url(../images/Tleft.png) no-repeat;
}

.pictures_eyes_in .next {
  right: 35px;
  background: url(../images/Tright.png) no-repeat;
}

.pictures_eyes_indicators {
  position: fixed;
  left: 0;
  bottom: 15px;
  width: 100%;
  text-align: center;
  z-index: 299;
}

.pictures_eyes_indicators a {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 6px 3px 0 3px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 2px #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  overflow: hidden;
}

.pictures_eyes_indicators img { height: 50px; }

.pictures_eyes_indicators .current {
  filter: alpha(opacity=100);
  opacity: 1;
} 


.cpxq {
   margin-top:55px;
   height:auto; overflow:hidden;
   } 
   
.cpxq-lan {
   height:auto; overflow:hidden;
   background-color:#f5f6f6;
   padding-left:15px;
   } 
   
.cpxq-lan li {
   list-style-type:none;
   margin-left:15px;
   line-height:52px;
   color:#595959;
   font-size:16px;
   float:left;
   }
    

.cpxq-nei {
   padding:25px;
   height:460px;
   overflow-y: scroll;
   font-size:15px;
   line-height:25px;
   color:#515151;
   }
   
/* 联系我们 */
.lxkuai {
   margin-top:55px;
   margin-bottom:100px;
   line-height:36px;
   font-size:16px;
   } 
   
.lxkuai h2 {
   font-family: 'ElectroluxSans_3_Regular', Helvetica, Arial, sans-serif;
   font-size:37px;
   color:#333333;
   margin-top:26px;
   margin-bottom:40px;
   padding-bottom:46px;
   background:url(../images/hua.jpg) left bottom; background-repeat:no-repeat;
   }  
   
.liuyan {
   height:auto; overflow:hidden;
   padding-top:75px;
   padding-bottom:45px;
   background-color:#ededed;
   }
   
.liuyan h2 {
   font-family: 'ElectroluxSans_3_Regular', Helvetica, Arial, sans-serif;
   font-size:17px;
   margin-top:0px;
   margin-bottom:16px;
   color:#2d2d2d;
   text-align:center;
   }
   
.liuyan h3 {
   font-family: 'ElectroluxSans_3_Regular', Helvetica, Arial, sans-serif;
   font-size:42px;
   font-weight:bold;
   text-align:center;
   color:#2d2d2d;
   margin-top:0px;
   margin-bottom:75px;
   }  
   
.hzi {
   color:#0280ba;
   }
   
.biao {
   height:auto; overflow:hidden;
   margin-bottom:20px;
   }
   
.biao h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:16px;
   margin-top:0px;
   margin-bottom:14px;
   color:#666666;
   }
   
.kk {
   height:60px;
   border:1px solid #d2d2d2;
   }
   
.kk2 {
   border:1px solid #d2d2d2;
   }
   
.anniu {
   width:208px;
   height:54px;
   background-color:#0280ba;
   border:1px solid #0280ba;
   padding:0px;
   }  
   


.wenhua.on {

	-webkit-transform:rotatex(0) translateZ(0);

	-ms-transform:rotatex(0) translateZ(0);

	transform:rotatex(0) translateZ(0);

	opacity:1

}

   
.wenhua-aa img {
   width:100%;
   float:left;
   }  
.menu ul>li .xlcd{
    width:100%;
	position:absolute;
	top:99%;
	left:0;
	min-width:100%;
	background:#fff;
	z-index: 99;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
    padding-top:85px;
    padding-bottom:60px;
    height: 483px;
    opacity: 0;
    transition: .5s;
    overflow: hidden;
    background:url(../images/xlbg.png) left center no-repeat;
    background-color:white;
    display: none;
}
.xlcd h2 {
    width: 40%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size:30px;
}
.xlcd ol{
    width: 60%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
}
.menu ul>li ol li a{
	display:block;
	color:#595757;
	font-size:1.6rem;
	padding:0px 15px;
	white-space:nowrap;
	line-height:70px;
    text-transform: capitalize;
    border-bottom: #e5e5e5 1px solid;
}
.menu ul>li ol li a{
	background:url(../images/mujt2.png) no-repeat 90% center;
    background-size:10px;
}
.xlcd ol li{
    height: 33%;
    width: 25%;
}

.menu ul>li:hover .xlcd{
    opacity: 1;
    transition: .5s;
    display: flex;
    justify-content: center;
}
.menu ul>li ol li{
    padding:0;
}
.menu ul>li ol li a:hover{
    color: #FFF;
    background-color: #0280ba;
}
 
.nav > li > a{
    position:inherit;
}
.nav > li{
    position:inherit;
}
.menu ul>li ol li.col-md-4::marker{
  content: "";
}
/* 弹窗 */
.pdcon-ct{
	display:flex;
	flex-wrap:wrap;
}
.pdcon-ct>span{
	display:block;
	color:#fff;
	background:#2e4b98;
	padding:8px 30px;
	font-size:1.4rem;
	font-weight:600;
}
.pdcon{
	border-top:3px #2e4b98 solid;
	padding:20px 0px;
	font-size:1.4rem;
	color:rgba(0,0,0,.6);
	width:100%;
}
.picshade {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.91;
  filter: alpha(opacity=91);
  z-index: 99;
  display: none;
}
.pictures_eyes_close {
  position: fixed;
  top: 30px;
  right: 30px;
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../images/close.png) no-repeat;
  z-index: 100;
  display: none;
}
.pictures_eyes {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 199;
  display: none;
}
.pictures_eyes_in {
  position: relative;
  text-align: center;
}
.pictures_eyes_in p{
    display: block;
    text-align: center;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    transition: .5s;

    color: #fff;
}

.pictures_eyes_in img { max-height: 700px; }
.pictures_eyes_in section p{color:#fff;padding:15px 0px;}
.pictures_eyes_in .prev, .pictures_eyes_in .next {
  position: absolute;
  top: 50%;
  width: 51px;
  height: 51px;
  cursor: pointer;
}
.pictures_eyes_in .prev {
  left: 35px;
  background: url(../images/Tleft.png) no-repeat;
}
.pictures_eyes_in .next {
  right: 35px;
  background: url(../images/Tright.png) no-repeat;
}
.pictures_eyes_indicators {
  position: fixed;
  left: 0;
  bottom: 15px;
  width: 100%;
  text-align: center;
  z-index: 299;
}
.pictures_eyes_indicators a {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 6px 3px 0 3px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 2px #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  overflow: hidden;
}
.pictures_eyes_indicators img { height: 50px; }
.pictures_eyes_indicators .current {
  filter: alpha(opacity=100);
  opacity: 1;
}
.weixin{
    margin-top:20px;
    cursor:pointer;
}
.c-weixin{
	display: none;
	position:fixed;
	z-index: 910;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,.5);
}
.c-weixin .c-img-box {
	position: absolute;
	top:50%;
	left:50%;
	margin: -138px 0 0 -120px;
	padding: 20px;
	width: 240px;
	background:#fff;
	overflow: hidden;
}
.c-weixin .c-img-box img {
	width: 100%;
	margin-bottom: 20px;
	height: auto;
}
.c-weixin .c-img-box p {
	font-size: 16px;
	line-height: 1em;
	text-align: center;
	color: #555;
}

/**
.abww a {
    width: 203px;
    height: 59px;
    color:white;
    background:#0280ba;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1c499e;
    color: #fff;
    border-radius: 30px;
}
**/

.fygnav{
    display: none;
}
.bottom-logo ul {
    float:left;
    margin-right:10px;
}
.bottom-logo ul li{
    list-style: none;
    float:left;
    margin-right:10px;
}
.dibumeiti{
    display: flex;
}
.dibumeiti img{
    width:32px;
}
.menu ul>li ol li{
    list-style: none;
}
@media (min-width: 1800px) and (max-width: 2000px) {

   
.banner .swiper-button-prev {
    position: absolute;
    top: 95%;

}

.banner .swiper-button-next {
    position: absolute;
    top: 95%;

} 

.cpgun .swiper-container {
    width: 96%;
}

}

@media (min-width: 1600px) and (max-width: 1800px) {

.nav {
    padding-left: 190px;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    left: 80%;
    width: 175px;
}

.banner .swiper-button-prev {
    position: absolute;
    top: 94%;

}

.banner .swiper-button-next {
    position: absolute;
    top: 94%;

}  

.soutt {
   width:100px;
   }
.yuyan {
    width: 100px;
}

.wenhua-bb {
    padding-top: 65px;
    padding-left: 5%;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 33px;
}

.cpgun .swiper-container {
    width: 100%;
    margin-right: -160px;
}

}

@media (min-width: 1400px) and (max-width: 1600px) {

.nav {
    padding-left: 120px;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    left: 78%;
    width: 175px;
}

.banner .swiper-button-prev {
    position: absolute;
    top: 94%;
	left:95%;

}

.banner .swiper-button-next {
    position: absolute;
    top: 94%;

}  

.navbar-nav > li > a {
    padding-left: 20px;
    padding-right: 20px;
}

.navbar-inverse .navbar-nav > li > a {
    font-size: 16px;
}

.soutt {
   width:100px;
   }
.yuyan {
    width: 100px;
}

.wenhua-bb {
    padding-top: 65px;
    padding-left: 5%;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 33px;
}

.cpgun .swiper-container {
    width: 100%;
    margin-right: -120px;
}

}

@media (min-width: 1200px) and (max-width: 1400px) {

.kuanping {
   width:100%;
   }
   
.nav {
    padding-left: 70px;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    left: 70%;
    width: 175px;
}

.banner .swiper-button-prev {
    position: absolute;
    top: 93%;
	left:95%;

}

.banner .swiper-button-next {
    position: absolute;
    top: 93%;

}  

.navbar-nav > li > a {
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-inverse .navbar-nav > li > a {
    font-size: 14px;
}

.soutt {
   width:80px;
   }
.yuyan {
    width: 80px;
}

.wenhua-bb {
    width: 50%;
    padding: 30px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 26px;
}

.cpgun .swiper-container {
    width: 100%;
    margin-right: -80px;
}

.cpgun .swiper-button-prev {
    left: 55%;
}

.cpgun .swiper-button-next {
    right: 30%;
}

}

@media (min-width: 1000px) and (max-width: 1200px) {

.kuanping {
   width:100%;
   }
   
.nav {
    padding-left: 70px;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    left: 70%;
    width: 175px;
}

.banner .swiper-button-prev {
    position: absolute;
    top: 93%;
	left:95%;

}

.banner .swiper-button-next {
    position: absolute;
    top: 93%;

}  

.navbar-nav > li > a {
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-inverse .navbar-nav > li > a {
    font-size: 14px;
}

.soutt {
   width:80px;
   }
.yuyan {
    width: 80px;
}

.wenhua-bb {
    width: 50%;
    padding: 30px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 26px;
}

.cpgun .swiper-container {
    width: 100%;
    margin-right: -80px;
}

}


@media (min-width: 0px) and (max-width: 1000px) {
.navbar-fixed-bottom{
    display: block;
}
.navbar-nav > li > a {
    padding: 10px 20px;
    line-height: 20px;
}

.nav {
    padding-left: 0px;
}

.kuanping {
   width:100%;
   }
   
.logo {
   width:250px;
   }
   
.mokk {
   display:none;
   }
   
.banner .swiper-button-prev {
    position: absolute;
    top: 55%;
    margin-top: -22px;
	left:5px;
    z-index: 10;
    cursor: pointer;
}

.banner .swiper-button-next {
    position: absolute;
    top: 55%;
    margin-top: -22px;
	right:5px;
    z-index: 10;
    cursor: pointer;
}  

.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 20px;
    left: 0px;
    width: 100%;
}

.banner .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 100%;
    background:url(../images/quan.png);
	background-size:100% 100%;
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
 width:14px;
 height:14px;
 background:url(../images/quan2.png);
 background-size:100% 100%;
     -webkit-transform: rotate(360deg);
    animation: rotation 1s linear infinite;
    -moz-animation: rotation 1s linear infinite;
    -webkit-animation: rotation 1s linear infinite;
    -o-animation: rotation 1s linear infinite;
 background-color:none;
 opacity:1;
} 

.cpgun .swiper-container {
    width: 100%;
	padding-top: 25px;
	margin-right: 0px;
	margin-top: 0px;
}


.chanpp {
    height: auto;
    overflow: hidden;
    padding-top:30px;
    padding-bottom: 30px;
}

.cplan h2 {
    font-family: 'ElectroluxSans_4_Semibold', Helvetica, Arial, sans-serif;
    font-size: 26px;
    color: #303b44;
    margin-top: 0px;
    margin-bottom: 6px;
}

.cpgun .swiper-button-prev {
    position: absolute;
    top: 45%;
    width: 25px;
    height: 25px;
	left:5px;
    z-index: 10;
    cursor: pointer;
	background:url(../images/zuo.png);
    background-size: 25px 25px;
    background-position: center;
    background-repeat: no-repeat;
}

.cpgun .swiper-button-next {
    position: absolute;
    top: 45%;
    width: 25px;
    height: 25px;
	right:5px;
    z-index: 10;
    cursor: pointer;
	background:url(../images/you.png);
    background-size: 25px 25px;
    background-position: center;
    background-repeat: no-repeat;
}

.why {
    margin-top: 40px;
	padding:0px;
    height: auto;
    overflow: hidden;
}

.why h2 {
    font-family: 'ElectroluxSans_4_Semibold', Helvetica, Arial, sans-serif;
    font-size: 26px;
    color: #303b44;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 3px;
}

.whykk-aa {
    width: 100%;
}

.whykk-bb {
    width: 100%;
}

.whykk-aa-tt {
    position:relative;
    width: 100%;
    height:auto; overflow:hidden;
    padding: 15px;
    line-height: 25px;
    right: 0px;
    bottom: 0px;
    background-color: #303b44;
    color: #FFFFFF;
    z-index: 5;
}

.ka-z-more {
    margin-top: 40px;
}

.ka-y-more {
    margin-top: 40px;
}

.kb-tt {
    margin-top: 25px;
}

.whykk-kb {
    height:auto; overflow:hidden;
    padding: 15px;
    background-color: #e0283a;
    line-height: 25px;
    color: #FFFFFF;
}

.abbj {
    height:auto; overflow:hidden;
	padding:0px;
    padding-top: 30px;
	padding-bottom:30px;
    color: #FFFFFF;
    background:none;
	background-color:#000000;
}

.abbj h2 {
    font-size: 26px;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 2px;
    text-align: center;
}

.abbj h3 {
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: center;
}

.abkk-aa {
    width: 100%;
}

.abkk-bb {
    width: 100%;
}

.shuju {
    margin-top: 20px;
    height: auto;
    overflow: hidden;
}

.shuju-aa {
    width: 100%;
    padding-top: 20px;
}

.shuju-bb {
    width: 100%;
    padding-top: 20px;
}

.casebj h2 {
    font-family: 'ElectroluxSans_4_Semibold', Helvetica, Arial, sans-serif;
    font-size: 26px;
}

.altu a {
    display: block;
    padding: 25px;
    height: auto;
    overflow: hidden;
    box-shadow: 0px 0px 15px rgba(0,0,0,.3);
    text-align: center;
    font-size: 13px;
    color: #0280ba;
    background-color: #FFFFFF;
    border-bottom: 3px solid #fe0000;
    border-radius: 15px;
}

.bottom {
   height:auto; overflow:hidden;
   background-color:#001424;
   color:rgba(255,255,255,.6);
   font-size:14px;
   line-height:27px;
   padding:0px;
   padding-top:25px;
   padding-bottom:20px;
   }
   
.bottom-logo {
    width: 100%;
}


.bottom-aa {
    width: 0%;
	margin-top:20px;
}

.bottom-bb {
        width: 0%;
    display:none;
}
.bottom-cc {
    display:none;
}


.footer {
    height: auto;
    overflow: hidden;
    background-color: #001424;
    line-height: 30px;
    font-size: 14px;
    color: #58595b;
}

.yc {
   display:none;
   }
   
.yd {
   display:block;
   }
   
.navbar-collapse {
    max-height: 450px;
}

.navbar-inverse {
    background-color:rgba(0,0,0,0.8);
}

.yuyan {
    display:none;
}

.yuyank {
   width:75%;
   float:left;
   height:auto; overflow:hidden;
   line-height:89px;
   }
   
.yuyank li {
   list-style-type:none;
   width:50%;
   float:left;
   text-align:center;
   }
   
.yuyank li a {
   font-size:16px;
   color:#FFFFFF;
   }
   
   
.soutt {
   width:20%;
   border-right: 1px solid rgba(255,255,255,0);
}

.fygnav {
    padding: 0px;
	height:50px;
	background-color:#009ca3;
}
.fygnav ul {
    list-style-type: none;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.fygnav li {
    width: 100%;
    text-align: center;
    float: left;	
}
.fygnav li a { display:block; color:#FFFFFF; background-color:#0280ba; height:50px; line-height:50px;}

.fygnav li a:hover { color:#FFFFFF; background-color:#0280ba;}

body {
   margin-top:57px;
}

.class {
    height: auto;
    padding-bottom: 20px;
    overflow: hidden;
    position: relative;
    padding-top: 20px;
}

.class li {
    width: 49%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    line-height: 32px;
    float: left;
    font-size: 12px;
    text-align: center;
    margin-bottom: 5px;
	list-style-type:none;
	   height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
}


.class li.hover a {
    color: #fff;
    background: #000000;
}

.class li a:hover {
    color: #fff;
    background: #000000;
}

.class li a {
    width: 100%;
    height: 32px;
    display: block;
    color: #FFFFFF;
    background: #0280ba;
	cursor:pointer;
    transition: all 300ms ease-in 0ms;
}

.banner {
   margin-top:57px;
   }
   
.abww {
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto;
    overflow: hidden;
    line-height: 33px;
}

.abww h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #0280ba;
    margin-top: 0px;
    margin-bottom: 10px;
}

.abww .c-en-title {
    font-size: 50px;
}

.kuanping .jjtitle {
    font-size: 40px;
}

.shebei {
    height:auto; overflow:hidden;
    background: url(../images/sbbj.jpg) top center;
    padding-top: 40px;
	padding-bottom:40px;
}

.wenhua-aa {
   width:100%;
   }
   
.wenhua-bb {
   width:100%;
   font-size: 14px;
    line-height: 26px;
   padding:15px;
   }

.wenhua-bb h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size:25px;
    margin-top: 0px;
    margin-bottom: 15px;
    color: #FFFFFF;
}	

.xwdd {
    background: #fafafa;
    padding: 30px 0px;
}

.cpzi {
    height: auto;
    overflow: hidden;
    background:none;
    padding: 8px;
    color: #808080;
}

.cptux:hover .cpzi {
   background:none;
   }
   
.cpwz-aa {
    width:100%;
}

.pro-img .colmd5 {
    width: 100%;
    float: left;
}

.pro-img .colmd7 {
    width: 100%;
	margin-top:20px;
    float: right;
}

.modal-dialog {
    width: 95%;
    margin: 100px auto;
}

.xwss {
    height: auto;
    overflow: hidden;
	padding:0px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f2f2f2;
}

.xwkk-aa {
    width: 100%;
}

.xwkk-bb {
    width: 100%;
}

.liebiao-aa {
    width: 100%;
    line-height: 30px;
    color: #666666;
}

.liebiao-bb {
    width: 100%;
}

.xwlie {
    height: auto;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
}

.lxkuai {
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 26px;
    font-size: 14px;
}

.lxkuai h2 {
    font-family: 'ElectroluxSans_3_Regular', Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #333333;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    background: url(../images/hua.jpg) left bottom;
    background-repeat: no-repeat;
}

.liuyan {
    height: auto;
    overflow: hidden;
	padding:0px;
    padding-top: 30px;
    padding-bottom: 25px;
    background-color: #ededed;
}

.liuyan h3 {
    font-family: 'ElectroluxSans_3_Regular', Helvetica, Arial, sans-serif;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    color: #2d2d2d;
    margin-top: 0px;
    margin-bottom: 25px;
}

.biao h4 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 14px;
    color: #666666;
}

.cptu a {
    background-color: #FFFFFF;
    padding: 10px;
    border-bottom: 4px solid #FFFFFF;
}

.cptu-zi {
    margin-top: 10px;
    border-top: 1px solid #f9fdfc;
    color: #7d8796;
    padding-top: 15px;
    padding-bottom: 15px;
}

.altu h4 {
    font-family: 'ElectroluxSans_4_Semibold', Helvetica, Arial, sans-serif;
    font-size: 18px;
	height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
    color: #002478;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.shebei h2 {
    font-family: 'ElectroluxSans_3_Regular', Helvetica, Arial, sans-serif;
    font-size: 25px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 25px;
}

.cptux {
    margin-bottom: 20px;
}

.inewsct {
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 5px rgba(0,0,0,.2);
}

.cpmk {
    height: auto;
    overflow: hidden;
	padding:0px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.whykk-ka-z {
    width: 50%;
    height: 290px;
    padding: 15px;
    float: left;
    background-color: #FFFFFF;
    font-size: 14px;
    line-height: 19px;
    color: #7d8796;
}

.whykk-ka-y {
    width: 50%;
    height: 290px;
    padding: 15px;
    float: left;
    background-color: #303b44;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
}

.cpzi h2 {
    font-size: 14px;
}

.cpxq-nei {
    padding: 15px;
    overflow-y: scroll;
    font-size: 14px;
    line-height: 25px;
    color: #515151;
}

.cptux h4 {
    font-family: 'ElectroluxSans_3_Regular', Helvetica, Arial, sans-serif;
    text-align: center;
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xwkuai {
    height: auto;
    overflow: hidden;
    position: relative;
    padding: 15px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 15px;
}

.xwkuai h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 25px;
    color: #4d4d4d;
}

.searchh {
    background-color: rgba(255,255,255,0.9);
    padding: 8px;
    display: none;
    margin: 0px;
}
 .b-height {
        height: 55px;
        display: block;
    }
    .fygnav {
		padding:0px;
		height:55px;
		display: block;
		background-color:#0280ba;
	}
	.fygnav ul {
		list-style-type:none;
		width:100%;
		margin:0px;
		padding:0px;
        display: flex;
        align-items: center;
	}
	.fygnav li {
		width:100%;
		text-align:center;
		float:left;
		margin:0;
	}
	.fygnav li a {
		display:flex;
        align-content: center;
        justify-content: center;
        flex-direction: column;
        align-items: center;
		color:#FFFFFF;
		background-color:#0280ba ;
		height:55px;
		line-height: 100%;
	}
    .fygnav li a img{
        height: 20px;
        width: 20px;
	}
	
.pictures_eyes_in img {
    max-width: 100%;
}	
.navbar-fixed-bottom {
    z-index: 99;
}	
.pictures_eyes_in .prev, .pictures_eyes_in .next {
    position: absolute;
    bottom: -15%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-size: cover;
    top: auto;
}
.fygnav{
    display: block;
}

.cpzi h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:18px;
   height: auto;
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
   margin-top:0px;
   margin-bottom:6px;
   color:#333333;
   }

.pictures_eyes_indicators{
    width:0;
    height: 0;
    overflow: hidden;
}

.bottom-logo a {
    font-size: 19px;
}


}


