@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i,800,800i');



@import url(imp.css);
@import url(bootstrap.min.css);
@import url(font-awesome.min.css);
@import url(hover.css);
@import url(jquery.bxslider.css);
@import url(owl.carousel.css);
@import url(owl.theme.default.min.css);
@import url(animate.min.css);
@import url(jquery.bootstrap-touchspin.css);
@import url('jquery.fancybox.css');
@import url('prettyPhoto.css');
@import url('bootstrap-select.min.css');

/*** Price filter***/
@import url(../assets/price-filter/nouislider.css);
@import url(../assets/price-filter/nouislider.pips.css);
/*** single shop slide ***/
@import url(flexslider.css);
/*** Time picker css ***/
@import url(../assets/timepicker/timePicker.css);


@import url(../fonts/flaticon/flaticon.css);
@import url(../assets/jquery-ui-1.11.4/jquery-ui.css);
/*** Revolution slider ***/
@import url(../assets/revolution/css/settings.css);
@import url(../assets/revolution/css/layers.css);
@import url(../assets/revolution/css/navigation.css);
/*** Bootstrap select picker css ***/
@import url(../assets/bootstrap-sl-1.12.1/bootstrap-select.css);
/*** Language Switcher ***/
@import url(../assets/language-switcher/polyglot-language-switcher.css);




/*==============================================
   Base Css
===============================================*/
html,body {
   height: 100% 
  }
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #161616;
  line-height: 26px;
  font-weight: 400;
}
button:focus{
  outline: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
  margin: 0;
}
h3 {
 
}
h4 {

}
a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
  border: none;
}
img {
	max-width: 100%;
    height: auto;
}
i {
	font-style: normal;
}
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

button{
  border: none;
}
.thm-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  border-left: 1px solid #43c3ea;
  border-right: 1px solid #43c3ea;
  border-top: 1px solid #43c3ea;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  transition: all 500ms ease;
  line-height: 14px;
  border-radius: 3px;
  position: relative;
}
.thm-btn:hover{
  background: transparent;
}

.bg-1{
  background: #43c3ea;
  border-bottom: 2px solid #3cb4d8;
}

.bg-2{
  background: #2a3b5c; 
  border-bottom: 2px solid #152545;
}


.sec-title {
  margin-top: -2px;
  padding-bottom: 50px;
  position: relative;
}
.sec-title h1 {
  color: #ffffff;
  font-size: 34px;
  font-weight: 700;
  line-height: 30px;
  text-transform: capitalize;
  margin: 0;
}


.sec-title-two {
  margin-top: -1px;
  padding-bottom: 50px;
  position: relative;
}
.sec-title-two h1{
  color: #3d3d3d;
  font-size: 34px;
  font-weight: 700;
  line-height: 32px;
  margin: 0;
  text-transform: capitalize;    
}
.sec-title-two .border {
  background: #ececec none repeat scroll 0 0;
  display: block;
  height: 1px;
  width: 70px;
  margin: 20px 0 0;
}

.mainmenu-area.stricky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  background: #152545;
  transition: all 0.7s ease 0s;
  -moz-box-shadow: -1px 5px 11px #0a1327;
  -webkit-box-shadow: -1px 5px 11px #0a1327;
  box-shadow: -1px 5px 11px #0a1327;
}
.mainmenu-area.stricky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  background: #152545;
  transition: all 0.7s ease 0s;
  -moz-box-shadow: 3px 1px 3px #0a1327;
  -webkit-box-shadow: 3px 1px 3px #0a1327;
  box-shadow: 3px 1px 3px #0a1327;
}





/* Form validation styles */
input:focus,
textarea:focus,
select:focus {
  border-color: #43c3ea;
  outline: none;
}
#contact-form .title h4{
  margin-top: 10px; 
  color: black; 
}

#contact-form input[type="text"].error{
  border-color: red;    
}
#contact-form input[type="email"].error{
  border-color: red;    
}
#contact-form select.error {
  border-color: red;
}
#contact-form textarea.error{
  border-color: red;    
}




/* Overlay styles */
.overlay{
  width: 100%;
  height: 100%;
  position:absolute;
  top:0;
  left:0;
  -webkit-transform: scale(0);
  transform: scale(0);
  border: 3px solid #43c3ea;
  background-color: rgba(67,195,234,0.90);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.overlay .box{
  display: table;
  height: 100%;
  width: 100%;    
}
.overlay .box .content{
  display: table-cell;
  text-align: center;
  vertical-align: middle;    
}



/*==============================================
    Top bar Area Css
===============================================*/
.top-bar-area {
  background: #59e1eb none repeat scroll 0 0;
  padding: 7px 0 8px;
}
.top-bar-area .barul {
  font-size: 14px;
  font-weight: 300;
  margin: 5px 0;
}
.top-bar-area .barul a{
  color: #ffffff
}
.top-bar-area .barul a::before{
  color: #f3860a
}
.top-bar-area .barul li {
  display: inline; 
  margin-right: 10px; 
}
.top-bar-area .welcome p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  line-height: 32px;
  margin: 5px 0;
}

.top-bar-area .topinfo {
  position: relative;
  left: 100px;
}
.top-bar-area .topinfo .select-items {
  width: 230px;
  float: left;
}

.top-bar-area .topinfo .select-items .single-select-item.extras{
  width: 90px;
}
.top-bar-area .topinfo .select-items .single-select-item.extras .bootstrap-select{
  width: 90px;    
}
.top-bar-area .topinfo .select-items .single-select-item.extras .bootstrap-select.btn-group .dropdown-toggle .caret{
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  vertical-align: middle;    
}


.top-bar-area .topinfo .select-items .single-select-item{
  width: 135px;
  float: left;
}
.top-bar-area .topinfo .select-items .single-select-item .bootstrap-select {
  width: 135px;
}
.top-bar-area .topinfo .select-items .single-select-item .btn-default {
  background-color: transparent;
  border-color: transparent;
  color: #333;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}
.top-bar-area .bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -2px;
  vertical-align: middle;
  color: #152545;
}





.top-bar-area .rate {
  float: right;
  margin-right: 55px;
}
.top-bar-area .rate h6 {
  color: #ffffff;
  font-family: "Roboto",sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 34px;
}




.top-social-links ul{
  float: right;
}
.top-social-links ul li {
  display: inline-block;
  margin: 0 0 0 15px;
  line-height: 34px;
}
.top-social-links ul li a i{
  color: #fff;
  font-size: 14px;
  transition: all 500ms ease;
}
.top-social-links ul li a:hover i{
  color: #152545;    
}


/*==============================================
    Header Area Css
===============================================*/
.header-area {
  background-color: #dde2dd;
  padding: 36px 0 36px;
}
.header-contact-info ul {
  margin: 5px 0;
  overflow: hidden;
  margin-left: 100px;
}
.header-contact-info ul li {
  display: inline-block;
  margin-right: 45px;
  position: relative;
}
.header-contact-info ul li:last-child{
  margin-right: 0;
}
.header-contact-info ul li .contact-icon {  /* 添加具体的类名 */
  width: 48px;
}


.header-contact-info ul li .span::before {
  border: 2px solid #f3f3f3;
  border-radius: 50%;
  color: #152545;
  display: block;
  font-size: 15px;
  height: 48px;
  line-height: 44px;
  text-align: center;
  width: 48px;
  transition: all 500ms ease;
}
.header-contact-info ul li .iocn-holder, .header-contact-info ul li .text-holder{
  display: table-cell;
  vertical-align: middle;
} 
.header-contact-info ul li .text-holder {
  padding-left: 15px;
}
.header-contact-info ul li .text-holder h5 {
  color: #131212;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 20px;
  margin: 0 0 5px;
}
.header-contact-info ul li .text-holder h6{
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}
.header-contact-info ul li:hover .span::before{
  border-color: #152545;
}



/*==============================================
    Mainmenu Area Css
===============================================*/
.mainmenu-area {
  background: #152545;
}
.main-menu {
  float: left;
  position: relative;
}
.main-menu .navbar-collapse {
  padding: 0px
}
.main-menu .navigation {
  float: left;
  margin: 0;
  position: relative;
}
.main-menu .navigation li {
  float: left;
  padding: 0;
  position: relative;
  border-right: 1px solid #1f3155;
}
.main-menu .navigation li:first-child{
  border-left: 1px solid #1f3155;
}
.main-menu .navigation li a {
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  opacity: 1;
  padding: 20px 28px 20px;
  position: relative;
  text-transform: uppercase;
  transition: all 500ms ease 0s;
}
.main-menu .navigation > li:hover > a, 
.main-menu .navigation > li.current > a {
  color: #43c3ea;
  opacity: 1;
}
.main-menu .navigation > li > ul {
  position: absolute;
  left: 29px;
  top: 140%;
  width: 270px;
  padding: 0px;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  border-bottom: 2px solid #3cb4d8;
  transition: all 500ms ease;
}
.main-menu .navigation > li:hover > ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.main-menu .navigation > li > ul > li {
  float: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  border-top: 1px solid #3eb9de;
  border-right: none;
}
.main-menu .navigation > li > ul > li:first-child{
  border: none;
}
.main-menu .navigation > li > ul > li > a {
  background: #43c3ea;
  color: #ffffff;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  padding: 15px 15px 15px 20px;
  position: relative;
  text-transform: capitalize;
  transition: all 500ms ease 0s;
}
.main-menu .navigation > li > ul > li:hover > a {
  color: #fff;
  background-color: #3eb9de;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 6px;
  width: 34px;
  height: 30px;
  border: 1px solid #ffffff;
  background: url(../images/icon/submenu-icon.png) center center no-repeat;
  background-size: 20px;
  cursor: pointer;
  z-index: 5;
  display: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
}

/* 登录或个人中心链接 */
.customer-care {
  padding-left: 35px;
  position: relative;
  margin: 14px 0;
  margin-left: 70px;
}
.customer-care a {
  color: #faf8f3;
}
.customer-care a::before {
  color: #1fd2f1;
}
.customer-care .icon-holder {
  position: absolute;
  top: 8px;
  left: 0;
}
.customer-care .icon-holder span:before{
  font-size: 35px;
  color: #43c3ea;
}
.customer-care .title-holder {
  font-size: 16px;
}
.customer-care .title-holder h5 {
  color: #43c3ea;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 5px;
}
.customer-care .title-holder h4{
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}
/* 同一行垂直对齐 */
.customer-care a, i {
  display: inline-block;
  vertical-align: middle; 
}
/* Search Box style   */
.top-search-box {
  position: relative;
}
.top-search-box button {
  background: #3eb9de;
  border: medium none;
  color: #ffffff;
  font-size: 15px;
  height: 70px;
  line-height: 68px;
  outline: medium none;
  padding: 0;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 70px;
  border: 2px solid #3eb9de;
}
.top-search-box button:hover {
  background: none;
}
.top-search-box button i.fa-search {
  position: relative;
  top: -2px;
}
.top-search-box .search-box {
  background: #3eb9de none repeat scroll 0 0;
  list-style: outside none none;
  margin: 0;
  opacity: 0;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 140%;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: 280px;
  z-index: 999;
}
.top-search-box:hover .search-box {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.top-search-box .search-box li form {
  position: relative;
}
.top-search-box .search-box li form input {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #fff;
  display: block;
  font-weight: 300;
  height: 45px;
  outline: medium none;
  padding-left: 10px;
  padding-right: 60px;
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.top-search-box .search-box li form button {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #3eb9de;
  color: #152545;
  font-size: 13px;
  height: 45px;
  line-height: 46px;
  outline: medium none;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transition: all 500ms ease 0s;
  width: 45px;
}
.top-search-box .search-box li form input:focus {
  border: 1px solid #152545
}
.top-search-box .search-box li form input:focus + button, .top-search-box .search-box li form button:hover {
  background: #152545 none repeat scroll 0 0;
  color: #fff;
  border: 1px solid #152545;
}



/*** 
=============================================
    首页展播style
=============================================
***/
.rev_slider_wrapper .slide-content-box h1 {
  color: #130000;
  font-size: 36px;
  font-weight: 700;
  line-height: 60px;
  margin: 0px 0 8px;
  text-transform: none;
}
.rev_slider_wrapper .slide-content-box span {
  color:rgb(10, 83, 192);
  font-size: 24px;
  font-weight: 700;
  line-height: 60px;
  margin: 0px 0 8px;
  text-transform: none;
}
.rev_slider_wrapper .slide-content-box p{
  font-size: 16px;
  color: #2b2b2c;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 30px;
}
.rev_slider_wrapper .slide-content-box .button a.bg-1{
  margin-right: 27px;
  border: 2px solid #43c3ea;
  border-bottom: 2px solid #3cb4d8;
  background: #43c3ea;
}
.rev_slider_wrapper .slide-content-box .button a.bg-1:hover{
  color: #fff;
  border: 2px solid #152545;
  border-bottom: 2px solid #43c3ea;
  background: #152545;
}
.rev_slider_wrapper .slide-content-box .button a.bg-2{
  border: 2px solid #2a3b5c;
  border-bottom: 2px solid #152545;
  background: #2a3b5c;
}
.rev_slider_wrapper .slide-content-box .button a.bg-2:hover{
  color: #fff;
  border: 2px solid #43c3ea;
  border-bottom: 2px solid #152545;
  background: #43c3ea;
}



/*** 
=============================================
    Call to action Area style
=============================================
***/
.call-to-action-area {
  background: #ffffff;
  padding: 80px 0 40px;
}
.call-to-action-area h1{
  color: rgb(2, 2, 41);
}
.call-to-action-area .single-item {
  margin-bottom: 40px;
  border: 1px solid #f4f4f4;
  padding: 17px 19px 12px;
}
.call-to-action-area .single-item .img-holder {
  display: block;
  overflow: hidden;
  position: relative; 
  width: 100%; 
   
}
.call-to-action-area .single-item .img-holder img {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  width: 100%;      
}
.call-to-action-area .single-item .img-holder .overlay .box .content a i {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  border-radius: 3%;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  height: 45px;
  line-height: 48px;
  transition: all 500ms ease 0s;
  width: 45px;   
}
.call-to-action-area .single-item a h5 {
  color: #3d3d3d;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 16px;
  transition: all 500ms ease;
}
.call-to-action-area .single-item .text-holder {
  margin: 18px 0 0;
}

.call-to-action-area .single-item:hover a h5{
  color: #43c3ea;
}
.call-to-action-area .single-item:hover .img-holder .overlay{
  -webkit-transform: scale(1);
  transform: scale(1);
}
.call-to-action-area .single-item:hover .img-holder img {
  -webkit-transform:scale(1.3);
  transform:scale(1.3);
}
.call-to-action-area .single-item .img-holder .overlay .box .content a:hover i{
  background: #152545;
  color: #43c3ea;
}



/*** 
=============================================
    服务项目
=============================================
***/
.categories-area {
  background-image:url(../images/resources/categories-bg.jpg);
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px;
  padding-top: 80px;
  position: relative;
  z-index: 1;
}
.categories-area::before {
  background: rgba(21, 37, 69, 0.8) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.categories-area .single-item {
  margin-bottom: 30px;
  position: relative;
  padding-left: 90px;
  background: #ffffff;
  z-index: 1;
  min-height: 200px;
}
.categories-area .single-item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: #152545;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
}
.categories-area .single-item:hover:before{
  height: 100%;
  opacity: 1;
}

.categories-area .single-item .icon-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 100%;
  background: #43c3ea;
}
.categories-area .single-item .icon-holder::before {
  color: #43c3ea;
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  padding-right: 0;
  position: absolute;
  right: -6px;
  top: 50%;
  margin-top: -12px;
}
.categories-area .single-item .icon-holder .icon-box {
  display: table;
  height: 100%;
  width: 100%;  
}
.categories-area .single-item .icon-holder .icon-box .icon{
  display: table-cell;
  vertical-align: middle;
}
.categories-area .single-item .icon-holder span::before {
  color: #fff;
  display: block;
  font-size: 30px;
  text-align: center;
}
.categories-area .single-item .text-holder {
  padding-left: 30px;
  padding-top: 27px;
  padding-bottom: 13px;
  padding-right: 12px;
}
.categories-area .single-item .text-holder h5{
  color: #272626;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 8px;
  transition: all 500ms ease;
}
.categories-area .single-item .text-holder p{
  color: #3d3d3d;
  transition: all 500ms ease;    
}
.categories-area .single-item .text-holder span{
  color: #636464;
  transition: all 500ms ease;  
  margin: 0 24px 8px;  
}
.categories-area .single-item:hover .text-holder h5{
  color: #ffffff;
}
.categories-area .single-item:hover .text-holder span{
  color: #2aaccc;
}
.categories-area .single-item:hover .text-holder p{
  color: #fff;    
}



/*** 
=============================================
    关于我们
=============================================
***/
.about-us-area {
  background: #fff;
  padding: 80px 0 70px;
}
.about-us-area .about-content img{ 
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  width: 100%;
  aspect-ratio:954/599;
 }
.about-us-area .about-content ul {
  overflow: hidden;
  margin-left: -5px;
  margin-right: -5px;
}
.about-us-area .about-content ul li {
  display: inline-block;
  margin: 0 5px;
  overflow: hidden;
  display: block;
}
.about-us-area .about-content .text-holder p {
  margin: 23px 0 13px;
}
.about-us-area .about-content .text-holder h3{
  color: #1d1b1b;
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  margin-top: 10px;
}
.about-us-area .about-content .text-holder h3:hover{
  text-shadow: 2px 1px 1px #222; 
}
.about-us-area .about-content .text-holder h3 span{
  color: #43c3ea;
}
.about-us-area .choose-us-content ul li {
  padding-left: 40px;
  position: relative;
  padding-bottom: 20px;
}
.about-us-area .choose-us-content ul li:last-child{
  padding-bottom: 0;
}
.about-us-area .choose-us-content ul li .iocn-holder {
  position: absolute;
  top: 2px;
  left: 0;
}
.about-us-area .choose-us-content ul li .span:before{
  color: #43c3ea;
  font-size: 25px;
}

.about-us-area .choose-us-content ul li .text-holder h4 {
  color: #241f1f;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 19px;
  text-transform: capitalize;
}
.about-us-area .choose-us-content ul li .text-holder p{
  line-height: 24px;    
}




/*** 
=============================================
    服务案列
=============================================
***/
.latest-blog-area {
  background: rgba(56, 194, 14, 0.5);
  background-image:url(../images/resources/braitcam-web.jpg);
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 30px;
  padding-top: 80px;
  position: relative;
  z-index: 1;
  
}
.latest-blog-area .sec-title-two {
  padding-bottom: 45px;
}
.latest-blog-area .sec-title-two h1 {
  color: #ffffff;
}
.latest-blog-area .button a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase;
  position: relative;
  top: 4px;
  transition: all 500ms ease;
}
.latest-blog-area .button a:hover{
  color: #43c3ea;
}
.latest-blog-area .button a i{
  display: inline-block;
  padding-left: 5px;
}

.latest-blog-area .single-latest-blog {
  margin-bottom: 50px;
  transition: all 500ms ease;
}
.latest-blog-area .single-latest-blog .img-holder{
  
  display: block;
  overflow: hidden;
  position: relative;   
  background: url(../images/yximages/yxpcdesk.png) no-repeat; /* 背景图片 */
  background-size: cover; /* 背景图片覆盖整个div区域 */  
  aspect-ratio:911/749;
  /* background-color: #e8eaeb; */
}
.latest-blog-area .single-latest-blog .img-holder img {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  /* width: 100%; */
  position: absolute; /* 绝对定位，以便在显示器内定位图片 */
    top: 7px; /* 图片顶部与显示器顶部对齐 */
    left: 7px; /* 图片左侧与显示器左侧对齐 */
    width: 97%; /* 图片宽度占满显示器宽度 */
    height: 67%; /* 图片高度占满显示器高度 */    
}
.latest-blog-area .single-latest-blog .img-holder .overlay-box{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: rgba(67, 195, 234, 0.9) none repeat scroll 0 0;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;        
}
.latest-blog-area .single-latest-blog .img-holder .overlay-box .box{
  display: table;
  width: 100%;
  height: 100%;
}
.latest-blog-area .single-latest-blog .img-holder .overlay-box .box .content{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.latest-blog-area .single-latest-blog .img-holder .overlay-box .box .content a i {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  border-radius: 3%;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  height: 45px;
  line-height: 48px;
  transition: all 500ms ease 0s;
  width: 45px;    
}
.latest-blog-area .single-latest-blog:hover .img-holder .overlay-box{
  height: 100%;
  opacity: 1;   
}
.latest-blog-area .single-latest-blog:hover .img-holder img {
  -webkit-transform:scale(1.3);
  transform:scale(1.3);
}
.latest-blog-area .single-latest-blog .img-holder .overlay-box .box .content a:hover i{
  background: #152545;
  color: #43c3ea;
}

.latest-blog-area .single-latest-blog .text-holder {
  border-left: 2px solid #132241;
  border-right: 2px solid #132241;
  border-bottom: 2px solid #132241;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 17px;
  transition: all 500ms ease;
  position: relative;
  z-index: 1;
} 
.latest-blog-area .single-latest-blog .text-holder:before{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: #ffffff;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0; 
  content: "";
  z-index: -1;
}
.latest-blog-area .single-latest-blog:hover .text-holder{
  border-color: #fff;
}
.latest-blog-area .single-latest-blog:hover .text-holder:before{
  height: 100%;
  opacity: 1;
}
.latest-blog-area .single-latest-blog .text-holder .meta-info {
  margin-bottom: 12px;
  margin-left: -8px;
  margin-right: -8px;
  padding-top: 23px;
}
.latest-blog-area .single-latest-blog .text-holder .meta-info li {
  display: inline-block;
  margin: 0 8px;
}
.latest-blog-area .single-latest-blog .text-holder .meta-info li i{
  color: #43c3ea;
  font-size: 14px;
  display: inline-block;
  padding-right: 8px;
}
.latest-blog-area .single-latest-blog .text-holder .meta-info li a{
  color: #43c3ea;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  transition: all 500ms ease;
}
.latest-blog-area .single-latest-blog .text-holder .blog-title {
  color: #ffffff;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  padding: 0;
  transition: all 500ms ease 0s;
}

.latest-blog-area .single-latest-blog:hover .text-holder .blog-title{
  color: #3d3d3d;
  transition: all 500ms ease;
}
.latest-blog-area .single-latest-blog .text-holder .meta-info li a:hover{
  color: #152545;
}
.latest-blog-area .single-latest-blog:hover .text-holder .blog-title:hover{
  color: #43c3ea;
}


/*** 
=============================================
    团队成员
=============================================
***/
.testimonial-area {
  padding: 79px 0 80px;
}
.testimonial-area .sec-title h1{
  color: #3d3d3d;
}
.testimonial-carousel {
  white-space: nowrap;
  overflow-x: auto;
  text-align: center;
}
.testimonial-carousel .single-item {
  max-width: 360px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}
.testimonial-carousel .single-item .img-holder {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #f7f7f7;
  border-radius: 50%;
  display: block;
  height: 95px;
  margin: 0 auto;
  overflow: hidden;
  padding: 7px;
  width: 95px;
  z-index: 1;
  position: relative;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.testimonial-carousel .single-item:hover .img-holder{
  background: #152545;
  border-color: #152545;
} 
.testimonial-carousel .single-item .text-holder {
  border: 1px solid #f7f7f7;
  margin-top: -48px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 74px;
  z-index: -1;
  padding-bottom: 23px;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.testimonial-carousel .single-item:hover .text-holder{
  border-color: #e7e3e3;
}
.testimonial-carousel .single-item .text-holder h5 {
  color: #43c3ea;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 9px;
}

.testimonial-carousel .single-item .client-info {
  background: #fff none repeat scroll 0 0;
  display: block;
  overflow: hidden;
  padding: 15px 25px 12px;
  text-align: left;
  border-left: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
  border-right: 1px solid #f7f7f7;
  position: relative;
  z-index: 1;
 transition: all 500ms ease;
}
.testimonial-carousel .single-item .client-info:before{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: #152545;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0; 
  content: "";
  z-index: -1;    
}
.testimonial-carousel .single-item:hover .client-info{
  border-color: #152545;
}
.testimonial-carousel .single-item:hover .client-info:before{
  height: 100%;
  opacity: 1;
}

.testimonial-carousel .single-item .client-info .name h6 {
  color: #0e0d0d;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 3px;
  transition: all 700ms ease;
}
.testimonial-carousel .single-item .client-info .name p {
  color: #030a68;
  margin: 0;
  transition: all 500ms ease;
}
.testimonial-carousel .single-item .client-info .rating-box p {
  background: #43c3ea none repeat scroll 0 0;
  color: #ffffff;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  margin: 0;
  text-align: center;
  width: 50px;
}
.testimonial-carousel .single-item .client-info .rating-box p i{
  display: inline-block;
  padding-left: 3px;
}
.testimonial-carousel .single-item:hover .client-info .name h6{
  color: #ffffff;
}
.testimonial-carousel .single-item:hover .client-info .name p {
  color: #4d8cb2;    
}

.testimonial-area .owl-theme .owl-dots {
  display: none;
  text-align: center;
}

.testimonial-area .owl-theme .owl-nav {
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}

.testimonial-area .owl-theme .owl-nav .owl-prev {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #f6f6f6;
  display: block;
  height: 40px;
  left: -44px;
  position: absolute;
  top: -15px;
  transition: all 700ms ease 0s;
  width: 40px;
  z-index: 10;
  border-right: none;
}
.testimonial-area .owl-theme .owl-nav .owl-next {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #f6f6f6;
  display: block;
  height: 40px;
  position: absolute;
  right: -44px;
  top: -15px;
  width: 40px;
  z-index: 10;
  transition: all 700ms ease 0s;
  border-left: none;
}
.testimonial-area .owl-theme .owl-nav .owl-prev:hover{
  background: #43c3ea;
}
.testimonial-area .owl-theme .owl-nav .owl-next:hover{
  background: #43c3ea;    
}
.testimonial-area .owl-theme .owl-nav div .fa:hover{
  color: #fff;    
}
.testimonial-area .owl-theme .owl-nav div .fa {
  color: #ececec;
  font-size: 25px;
  display: block;
  padding-top: 2px;
  text-align: center;
}




/*** 
=============================================
    页脚样式
=============================================
***/

.footer-area {
  background: #152545 none repeat scroll 0 0;
  padding-top: 20px;
  overflow: hidden;
}
.single-footer-widget .footer-logo {
  padding: 25px 0 25px;
}
.single-footer-widget .repairplus-info {
  margin-top: 30px;
  overflow: hidden;
}
.single-footer-widget .repairplus-info p {
  margin: 0 0 32px;
  color: #c1c1c1;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}
.single-footer-widget .repairplus-info p.top{
  margin-bottom: 15px;
}
.single-footer-widget .repairplus-info .button a {
  padding: 17px 25px 15px;
  border-left: 2px solid #43c3ea;
  border-right: 2px solid #43c3ea;
  border-top: 2px solid #43c3ea;
  border-bottom: 2px solid #43c3ea;    
}
.single-footer-widget .repairplus-info .button a:hover{
  background: transparent;
  color: #fff;
}


.footer-area .footer-widget {
  display: block;
  padding-left: 30px;
  padding-top: 40px;
  position: relative;
  z-index: 1;
  padding-bottom: 30px;

}
.footer-area .footer-widget::before {
  background: #13213e none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 1000%;
  z-index: -1;
  -moz-box-shadow: 1px 5px 8px #0f1b36;
  -webkit-box-shadow: 1px 5px 8px #0f1b36;
  box-shadow: 1px 5px 8px #0f1b36;
}
.single-footer-widget .title {
  padding-bottom: 25px;
  margin-top: -4px;
}
.single-footer-widget .title h3 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.single-footer-widget .services-list li{
  margin-bottom: 10px;  
  padding-left: 15px;
  position: relative;
}
.single-footer-widget .services-list li:before{
  content: "\f0da";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #c1c1c1;
  font-size: 16px;
  position: absolute;
  top: 1px;
  left: 0; 
  transition: all 500ms ease;
}
.single-footer-widget .services-list li a{
  color: #c1c1c1;
  font-size: 14px;
  font-weight: 400;
  transition: all 700ms ease;
}
.single-footer-widget .services-list li:hover:before{
  color: #43c3ea;    
}
.single-footer-widget .services-list li:hover a{
  color: #43c3ea;
  text-decoration: underline;
}



.single-footer-widget.subscribe-form-widget {
  margin-left: 30px;
  padding-right: 10px;
}
.single-footer-widget .subscribe-form {
  overflow: hidden;
}
.single-footer-widget .subscribe-form p {
  color: #c1c1c1;
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 400;
}
.single-footer-widget .subscribe-form form {
  position: relative;  
}
.single-footer-widget .subscribe-form form input[type="text"] {
  background: #152545;
  border: 1px solid #172849;
  color: #c1c1c1;
  display: block;
  font-size: 14px;
  font-weight: 400;
  height: 42px;
  padding-left: 10px;
  padding-right: 5px;
  position: relative;
  transition: all 500ms ease 0s;
  width: 210px;
}
.single-footer-widget .subscribe-form form button {
  background: #152545;
  color: #4d8cb2;
  display: block;
  height: 42px;
  padding: 5px 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transition: all 500ms ease 0s;
  width: 36px;
  border: 1px solid #172849;
}
.single-footer-widget .subscribe-form form input[type=text]:focus {
  border: 1px solid #43c3ea;
  background: #fff;
  color: #1b1b1b;
}
.single-footer-widget .subscribe-form form input[type=text]:focus + button, 
.single-footer-widget .subscribe-form form button:hover {
  background: #43c3ea none repeat scroll 0 0;
  color: #1b1b1b;
  border-color: #43c3ea;
}
.single-footer-widget .subscribe-form h4 {
  border-bottom: 1px solid #172849;
  color: #c1c1c1;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 26px;
  margin: 14px 0 20px;
  padding-bottom: 15px;
}
.single-footer-widget .footer-social-links {
  overflow: hidden;
}
.single-footer-widget .footer-social-links ul li {
  display: inline-block;
  margin-right: 20px;
}
.single-footer-widget .footer-social-links ul li:last-child {
  margin-right: 0px;
}
.single-footer-widget .footer-social-links ul li a i {
  color: #c1c1c1;
  font-size: 16px;
  transition: all 500ms ease;
}
.single-footer-widget .footer-social-links ul li a:hover i {
  color: #43c3ea;    
}
.single-footer-widget.contact-info-widget {
  margin-left: -10px;
}
.single-footer-widget .footer-contact-info li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
}
.single-footer-widget .footer-contact-info li:last-child{
  margin-bottom: 0;
}
.single-footer-widget .footer-contact-info li .icon-holder {
  position: absolute;
  top: 0;
  left: 0;
}
.single-footer-widget .footer-contact-info li .icon-holder span:before{
  color: #43c3ea;
  font-size: 15px;
}

.single-footer-widget .footer-contact-info li .text-holder h5 {
  color: #c1c1c1;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.single-footer-widget .footer-contact-info li .text-holder h5 span {
  text-transform: uppercase;
  font-weight: 500;
}
.footer-siteicp{
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.footer-siteicp a{
  margin-left: 10px;
  color:#fff;
}
.footer-siteicp a::before{
  color:#1cf8c1;
}
.footer-siteicp a:hover{
  color:#60ccec;
}

.footer-bottom {
  overflow: hidden;
  padding: 20px 0 18px;
}
.footer-bottom .copyright-text p {
  color: #c1c1c1;
  font-size: 14px;
  font-weight: 400;
}
.footer-bottom .copyright-text p a {
  color: #43c3ea; 
  font-weight: 700;
  transition: all 500ms ease;
}
.footer-bottom .copyright-text p a:hover{
  color: #fff;
}

.footer-bottom .payment-method ul {
  margin-left: -5px;
  margin-right: -5px;
}
.footer-bottom .payment-method ul li {
  display: inline-block;
  margin: 0 5px;
}
.footer-bottom .payment-method ul li a i {
  font-size: 32px;
  transition: all 500ms ease;
  color: #c1c1c1;
}
.footer-bottom .payment-method ul li a:hover i {
  color: #43c3ea;
}




/*** 
=============================================
    当前位置
=============================================
***/
.breadcrumb-botton-area {
  border-bottom: 1px solid #dfd9d9;
  padding: 13px 0 7px;
  background-color: #f7f1f1;
  /* opacity: 0.9;
  margin-top:-54px; */
}
.breadcrumb-botton-area .left ul {
  overflow: hidden;
  display: inline-block;
  margin-left: -2px;
  margin-right: -2px;
}
.breadcrumb-botton-area .left ul li{
  display: inline-block;
  margin: 0 2px;
  color: #43c3ea;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.breadcrumb-botton-area .left ul li a{
  color: #3d3d3d;
  transition: all 500ms ease;
}
.breadcrumb-botton-area .left ul li a:hover{
  color: #43c3ea;    
}
.breadcrumb-botton-area .right a {
  color: #43c3ea;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 500ms ease;
}
.breadcrumb-botton-area .right a i {
  display: inline-block;
  padding-right: 10px;
}
.breadcrumb-botton-area .right a:hover{
  color: #152545;    
}



/*** 
=============================================
    服务案列及认证
=============================================
***/
#blog-area {
  padding-bottom: 80px;
  padding-top: 20px;
  margin-top: 20px;
}
#blog-area .blog-post {
  border-right: 1px solid #f7f7f7;
  margin-bottom: -80px;
  padding-bottom: 80px;
  margin-right: -25px;
  padding-right: 25px;

}

.blog-with-sidebar-area {
margin-top: 40px;
}
.blog-with-sidebar-area .blog-post .single-blog-item {
  border-bottom: 1px solid #a6c9fd;
  margin-bottom: 30px;
  padding-bottom: 20px;
 
}

/* 新闻、软件列表左侧 */

.sidebar-wrapper {
  padding-left: 20px;
}
.sidebar-wrapper .single-sidebar {
  overflow: hidden;
  margin-bottom: 60px;
  position: relative;
  border:1px solid #e7e9ec;
}
.sidebar-wrapper .single-sidebar .sidebar-title {
  height: 40px;
  background-color: #0b65b9;
  overflow: hidden;
  padding-bottom: 36px;
  /* margin-top: 4px; */
  margin-bottom: 20px;
  padding: 11px 20px;
}
.sidebar-wrapper .single-sidebar .sidebar-box {
  margin: 0 16px;
}
.sidebar-wrapper .single-sidebar .sidebar-title h1 {
  color: #eeeff3;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.sidebar-wrapper .single-sidebar form.search-form {
  position: relative
}
.sidebar-wrapper .single-sidebar .search-form input[type="text"] {
  background: #fff;
  border: 1px solid #43c3ea;
  color: #999999;
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 50px;
  letter-spacing: 1px;
  padding-left: 15px;
  padding-right: 55px;
  position: relative;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  width: 100%;
}
.sidebar-wrapper .single-sidebar .search-form button {
  background: #43c3ea none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  display: block;
  height: 50px;
  padding: 11px 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  width: 50px;
}
.sidebar-wrapper .single-sidebar .search-form button i {
  font-size: 14px
}
.sidebar-wrapper .single-sidebar .search-form input[type="text"]:focus {
  border: 1px solid #152545;
  background: #3eb9de;
  color: #fff;
}
.sidebar-wrapper .single-sidebar .search-form input[type="text"]:focus + button, 
.sidebar-wrapper .single-sidebar .search-form button:hover {
    background: #152545 none repeat scroll 0 0;
    color: #fff;
}


.single-sidebar .categories {
  margin-top: -7px;
}
.single-sidebar .categories li {
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 12px;
  padding-bottom: 11px;
}
.single-sidebar .categories li:last-child {
  margin-bottom: 0;
}
.single-sidebar .categories li a {
  color: #999999;
  transition: all 500ms ease;
  font-size: 14px;
  font-weight: 400;
  padding-left: 25px;
  position: relative;
}
.single-sidebar .categories li a:before{
  content: "\f114";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #999999;
  font-size: 16px;
  position: absolute;
  top: -3px;
  left: 0;
  transition: all 500ms ease;
}
.single-sidebar .categories li a span i {
  display: inline-block;
  font-size: 16px;
  position: relative;
}

.single-sidebar .categories li a:hover{
  color: #43c3ea;    
}
.single-sidebar .categories li a:hover:before{
  color: #43c3ea;      
}

.single-sidebar .recent-post {
  margin-top: -6px;
}
.single-sidebar .recent-post li {
  margin-bottom: 14px;
  position: relative;
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 17px;
}
.single-sidebar .recent-post li:last-child{
  margin-bottom: 0;
}
.single-sidebar .recent-post li a .post-title {
  color: #43c3ea;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  font-family: 'Roboto', sans-serif;
  transition: all 500ms ease;
  margin: 0 0 10px;
}
.single-sidebar .recent-post li a .post-title:hover{
  color: #152545;
}
.single-sidebar .recent-post li .post-date{
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}
.single-sidebar .recent-post li .post-date i{
  display: inline-block;
  padding-right: 3px;
  color: #43c3ea;
  font-size: 14px;
}



.single-sidebar .blog-archive {
  margin-top: -8px;    
}
.single-sidebar .blog-archive li {
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 12px;
  padding-bottom: 13px;  
}
.single-sidebar .blog-archive li:last-child {
  margin-bottom: 0;
}
.single-sidebar .blog-archive li a {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  padding-left: 25px;
  position: relative;
  transition: all 500ms ease;
}
.single-sidebar .blog-archive li a:before{
  content: "\f00c";
  font-family: FontAwesome;
  color: #999999;
  font-size: 16px;
  position: absolute;
  top: -2px;
  left: 0;  
  transition: all 500ms ease;
}
.single-sidebar .blog-archive li a:hover{
  color: #43c3ea;
}
.single-sidebar .blog-archive li a:hover:before{
  color: #43c3ea;
}


.single-sidebar .popular-tag {
  margin-left: -3px;
  margin-right: -3px;
  margin-top: -5px;
}
.single-sidebar.popular-tag .sidebar-title {
  padding-bottom: 13px;
}
.single-sidebar .popular-tag li {
  display: inline-block;
  margin: 0 3px 10px;
}
.single-sidebar .popular-tag li a {
  border: 1px solid #ececec;
  color: #999999;
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 2px 10px 2px;
  transition: all 500ms ease 0s;
}
.single-sidebar .popular-tag li a:hover{
  background: #43c3ea;
  border-color: #43c3ea;
  color: #fff;
}
.single-sidebar.facebook {
  margin-top: -10px;
}



/*** 
=============================================
   在线留言
=============================================
***/
.contact-area {
  padding-bottom: 70px;
  padding-top: 40px;
}
.contact-area .title{
  padding-bottom: 34px;
  margin-top: -4px;
}
.contact-area .title h2{
  color: #3d3d3d;
  font-size: 28px;
  font-weight: 700;
  text-transform: capitalize;
}
.contact-area .accordion-box {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.contact-area .accordion-box .accordion {
  margin-bottom: 10px;
  position: relative;
  background: #fff;
}
.contact-area .accordion-box .accordion .accord-btn {
  background: #f7f7f7 none repeat scroll 0 0;
  cursor: pointer;
  height: 50px;
  line-height: 18px;
  padding: 11px 20px 12px;
  position: relative;
  transition: all 500ms ease;
}
.contact-area .accordion-box .accordion .accord-btn h4 {
  color: #3d3d3d;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  transition: all 500ms ease;
  text-transform: none;
  text-transform: capitalize;
}
.contact-area .accordion-box .accordion .accord-btn::after {
  background: #252525 none repeat scroll 0 0;
  border-radius: 2px;
  color: #fff;
  content:'\f054';
  font-family: "FontAwesome";
  font-size: 12px;
  font-weight: 100;
  height: 20px;
  line-height: 22px;
  margin-top: -15px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 29.5px;
  width: 20px;
  transition: all 500ms ease;
}

.contact-area .accordion-box .accordion .accord-btn.active {
  background: #152545 none repeat scroll 0 0;
}
.contact-area .accordion-box .accordion .accord-btn.active:after{
  content:'\f078';
  color: #fff;
  background: #43c3ea;
}
.contact-area .accordion-box .accordion .accord-btn.active h4{
  color: #fff;
}
.contact-area .accordion-box .accordion .accord-content {
  border: 1px solid #152545;
  display: none;
  padding: 22px 30px 23px;
  position: relative;
}
.contact-area .accordion-box .accordion .accord-content.collapsed{
	display:block;	
}

.contact-area .contact-info-list {
  margin-left: -10px;
}
.contact-area .contact-info-list li {
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 13px;
  padding-bottom: 13px;
  padding-left: 35px;
  position: relative;
}
.contact-area .contact-info-list li:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0px solid;
}
.contact-area .contact-info-list li .icon-holder {
  position: absolute;
  top: 0;
  left: 0;
}
.contact-area .contact-info-list li .icon-holder span:before{
  color: #43c3ea;
  font-size: 15px;
}
.contact-area .contact-info-list li .text-holder h5 {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.contact-area .contact-info-list li .text-holder h5 span {
  text-transform: uppercase;
  font-weight: 500;
  color: #3d3d3d;
}
.contact-area .contact-form form input[type="text"],
.contact-area .contact-form form input[type="email"],
.contact-area .contact-form form textarea{
  border: 1px solid #bebbbb;
  color: #999999;
  display: block;
  font-size: 14px;
  height: 50px;
  margin-bottom: 30px;
  padding: 0 20px;
  width: 100%;
  transition: all 500ms ease;
}
.contact-area .contact-form form textarea{
  height: 170px;
  margin-bottom: 40px;
  padding: 10px 20px;
}
.contact-area .contact-form form input[type="text"]:focus{
  border-color: #43c3ea;        
}
.contact-area .contact-form form input[type="email"]:focus{
  border-color: #43c3ea;        
}
.contact-area .contact-form form textarea:focus{
  border-color: #43c3ea;    
}
.contact-area .contact-form form button{
  width: 100%;
  padding: 17px 0 16px;
}
.contact-area .contact-form form button:hover{
  background: #152545;
  border-top-color: #152545;
  border-left-color: #152545;
  border-right-color: #152545;
  
}






/*** 
=============================================
    工作流程
=============================================
***/
.working-process-area {
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63px;
  padding-top: 80px;
  position: relative;
  z-index: 1;
}
.working-process-area::before {
  background: rgba(0, 0, 0, 0.85) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.working-process-area .single-iten .img-box {
  border-radius: 50%;
  height: 180px;
  margin: 0 auto;
  position: relative;
  width: 180px;
  border: 2px dashed #3c3735;
  padding: 8px;
  transition: all 500ms ease;
}
.working-process-area .single-iten .img-box .count{
  position: absolute;
  top: 13px;
  left: -5px;
  background: #43c3ea;
  height: 45px;
  width: 45px;
  border-radius: 50%;
}
.working-process-area .single-iten .img-box .count h3{
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 45px;
}
.working-process-area .single-iten .text-box {
  margin: 22px 0 0;
}
.working-process-area .single-iten .text-box h3 {
  color: #f3f3f3;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 9px;
}
.working-process-area .single-iten .text-box p {
  color: #ffffff;
}
.working-process-area .single-iten:hover .img-box {
  border: 2px dashed #43c3ea;
}


.team-area{
  padding-top: 80px;
  padding-bottom: 40px;
}


/*** 
=============================================
    登录、注册、密码找回
=============================================
***/
.login-register-back {
  background-image: url(../images/yximages/yxbanner.jpg) ;
  margin-top: -39px;
  margin-bottom: 1px;
}
.login-register-back .infoblock {
  /* background-color: transparent; */
  background-color: aliceblue;
  padding: 40px 24px;
  margin-top: 30px;
  margin-bottom: 40px;
  opacity: 0.9;
  
  box-shadow: 2px 2px 1px rgba(0,0,0,0.5);
 }
 .login-register-back .infoblock .line {
  border-top: 1px solid #9e9e9e; /* 设置顶部边框，可以调整宽度、样式和颜色 */
  margin: 2px 0; /* 设置上下外边距 */
}
.login-register-area {
  padding-bottom: 20px;
  padding-top: 2px;
}

login-register-area .sec-title h1{
  text-align: center;
  color: #3d3d3d;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
}

.login-register-area .form .sec-title {
  padding-bottom: 20px;
}
.login-register-area .form .sec-title h1{
  text-align: center;
  color: #3d3d3d;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
}
.login-register-area .form .sec-title h4{
  text-align: center;
  color: #18387b;
  font-size: 14px;
  text-transform: capitalize;
}
.login-register-area .form .input-field {
  display: inline;
  position: relative;
}
.login-register-area .form .input-field label {
  display: inline;
  color: #00000e;
}
.login-register-area .form .input-field input[type="text"],input[type="password"]{
  border: 1px solid #9e9e9e;
  color: #999999;
  font-size: 14px;
  height: 38px;
  margin-bottom: 10px;
  padding-left: 12px;
  padding-right: 50px;
  width: 100%;
  transition: all 700ms ease 0s;
}
.login-register-area .form img {
  height: 40px;
  margin-top: 26px;
}
.login-register-area .form .input-field a {
  color: #007bff;
  margin-right: 4px;
}
.login-register-area .form .input-field .icon-holder {
  position: absolute;
  right: 12px;
  top: 34px;
}
.login-register-area .form .input-field .icon-holder i {
  color: #007bff;
  font-size: 16px;
  font-weight: 400;
}
.login-register-area .form button {
  margin-top: 20px;
  padding: 13px 38px 13px;
}
.login-register-area .form button:hover{
  background: #152545;
  border-left-color: #152545;
  border-right-color: #152545;
  border-top-color: #152545;
}
.login-register-area .form .remember-text {
  margin-top: 19px;
}
.login-register-area .form .remember-text .checkbox label {
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 400;
}
.login-register-area .form .remember-text .checkbox input {
  margin-top: 7px;
}


.login-register-area .form .social-icon {
  float: right;
  margin-right: -8px;
  margin-top: 15px;
  position: relative;
}
.login-register-area .form .social-icon .login-with {
  display: inline-block;
  left: -100px;
  position: absolute;
  top: 8px;
}
.login-register-area .form .social-icon li {
  display: inline-block;
  margin: 0 8px;
}
.login-register-area .form .social-icon li a i {
  background: #3b5998 none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 100;
  height: 40px;
  line-height: 24px;
  padding: 8px 0;
  text-align: center;
  transition: all 700ms ease 0s;
  width: 40px;
}
.login-register-area .form .social-icon li a i.twitter {
  background: #33ccfe none repeat scroll 0 0;
}
.login-register-area .form .social-icon li a i.gplus {
  background: #dd4b39 none repeat scroll 0 0;
}
.login-register-area .form a.forgot-password {
  color: #43c3ea;
  float: right;
  font-weight: 700;
  margin: 20px 0 0;
}
.login-register-area .form h6 {
  color: #797979;
  float: left;
  font-size: 14px;
  margin: 26px 0 0 -45px;
}

.login-register-area .form input[type="text"]:focus{
  border: 2px solid #43c3ea;    
}

.login-register-area .form .social-icon li a:hover i{
  background: #18387b;   
}
.login-register-area .form .social-icon li a:hover i.twitter{
  background: #12addf;    
}
.login-register-area .form .social-icon li a:hover i.gplus{
    background: #c62d1a;
}
.login-register-area .submit {
  height: 42px;

}.login-register-area .submit a{
  width: 60px;
  margin: 2px 10px;
}









/*** 
=============================================
  软件详情、软件列表等
=============================================
***/
#shop-area{
  padding-top: 40px;
  padding-bottom: 40px;
}

#shop-area .shop-content {
  border-right: 1px solid #f7f7f7;
  margin-bottom: -80px;
  margin-right: -25px;
  margin-top: -80px;
  padding-bottom: 80px;
  padding-right: 25px;
  padding-top: 80px;
}
.review-box ul {
  margin-left: -1px;
  margin-right: -1px;
}
.review-box ul li {
  display: inline-block;
  margin: 0 1px;
}
.review-box ul li i {
  color: #43c3ea;
  font-size: 12px;
}
#shop-area .post-pagination {
  border-top: 1px solid #f7f7f7;
  padding-top: 40px;
}
#shop-area .shop-content .showing-result-shorting {
  padding-bottom: 40px;
}
/* 软件详情、软件列表、新闻列表 */
.single-sidebar .price-ranger .ui-widget-content {
  background: #f7f7f7;
  border: none;
  height: 2px;
}
.single-sidebar .price-ranger .ui-slider-handle {
  background: #43c3ea none repeat scroll 0 0;
  border: 2px solid #152545;
  border-radius: 50%;
  height: 10px;
  margin-left: -4px;
  outline: medium none;
  width: 10px;
  cursor: pointer;
}
.single-sidebar .price-ranger .ui-slider-horizontal .ui-slider-handle {
  top: -5px;
}
.single-sidebar .price-ranger .ui-slider .ui-slider-range {
  background: #000;
}
.single-sidebar .price-ranger #slider-range {
  margin-left: 3px;
  margin-right: 5px;
  margin-top: 0;
}
.single-sidebar .price-ranger .ranger-min-max-block {
  margin-bottom: 7px;
  margin-top: 29px;
}
.single-sidebar .price-ranger .ranger-min-max-block input {
  display: inline-block;
}
.single-sidebar .price-ranger .ranger-min-max-block input[type="submit"] {
  float: left;
  margin-right: 20px;
  padding: 10px 0 8px;
  text-align: center;
  width: 80px;
}
.single-sidebar .price-ranger .ranger-min-max-block input[type="submit"]:hover{
  background: #152545;
  border-left-color: #152545;
  border-right-color: #152545;
  border-top-color: #152545;
}
.single-sidebar .price-ranger .ranger-min-max-block input[type="text"] {
  border: medium none;
  color: #343434;
  font-size: 16px;
  font-weight: 400;
  outline: medium none;
  text-align: right;
  width: 40px;
}
.single-sidebar .price-ranger .ranger-min-max-block span {
  color: #343434;
  font-weight: 400;
  font-size: 16px;
}
.sidebar-wrapper .single-sidebar .latest-product li {
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 25px;
  overflow: hidden;
  padding-bottom: 16px;
  padding-left: 70px;
  position: relative;
}
.sidebar-wrapper .single-sidebar .latest-product li:last-child {
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 0px;
  padding-left: 70px;
  position: relative;
}
.sidebar-wrapper .single-sidebar .latest-product li .img-holder{
  display: block;
  overflow: hidden;
  position: absolute;  
  width: 70px;
  min-height: 70px;
  top: 0;
  left: 0;
}
.sidebar-wrapper .single-sidebar .latest-product li .img-holder img{
  transition: all 0.7s ease 0s;
  width: 100%;  
}
.sidebar-wrapper .single-sidebar .latest-product li .img-holder .overlay .box .content a i {
  color: #ffffff;
  display: inline-block;
  font-size: 16px; 
  transition: all 500ms ease;
}
.sidebar-wrapper .single-sidebar .latest-product li .title-holder {
  padding-left: 20px;  
}
.sidebar-wrapper .single-sidebar .latest-product li .title-holder a h4 {
  color: #252525;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 10px;
  transition: all 500ms ease;
}
.sidebar-wrapper .single-sidebar .latest-product li .title-holder h5 {
  color: #43c3ea;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize; 
}
.sidebar-wrapper .single-sidebar .latest-product li .title-holder .review-box {
  display: inline;
}
.sidebar-wrapper .single-sidebar .latest-product li .title-holder .review-box li {
  display: inline-block;
  margin: 0 1px;
  position: static;
  padding: 0;
  border: none;
}
.sidebar-wrapper .single-sidebar .latest-product li:hover .img-holder .overlay{
  -webkit-transform: scale(1);
  transform: scale(1);
}
.sidebar-wrapper .single-sidebar .latest-product li:hover .img-holder img {
  -webkit-transform:scale(1.3);
  transform:scale(1.3);
}
.sidebar-wrapper .single-sidebar .latest-product li .img-holder .overlay .box .content a:hover i{
  color: #152545;
}
.sidebar-wrapper .single-sidebar .latest-product li:hover .title-holder h4{
  color: #43c3ea;
}




/*** 
=============================================
   软件详情--简介 style
=============================================
***/
.single-shop-content .img-holder {
  margin-right: 10px;
}
.single-shop-content * {
  margin-left: 10px;

}
.single-shop-content .content-box h2 {
  color: #00000e;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 8px;
  text-transform: uppercase;
}
.single-shop-content .content-box table {
  width: 100%;
}
.single-shop-content .content-box table tr {
  height: 32px;
  padding: 5px 5px;
 }
 .single-shop-content .content-box .td-title {
  color: #00000e;
  font-size: 15px;
  text-align: right;
  font-weight: 500;
  width: 20%;
 }
 .single-shop-content .content-box .td-value{
  color:#6c757d;
  font-size: 14px;
  text-align:left;
  width: 30%;
 }
.single-shop-content .content-box .review-box {
  margin: 0 0 10px;  
}

.single-shop-content .content-box .review-box ul li i {
  color: #43c3ea;
}
.single-shop-content .content-box span.price {
  color: #43c3ea;
  font-size: 22px;
  font-weight: 400;
}
.single-shop-content .content-box span.price .before-rate {
  color: #9a9a9a;
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  padding-left: 10px;
  position: relative;
  top: -1px;
}
.single-shop-content .content-box .text {
  overflow: hidden;
  padding: 25px 0 9px;
}
.single-shop-content .content-box .location-box {
  margin: 4px 0 20px;
}
.single-shop-content .content-box .location-box p {
  color: #3d3d3d;
  font-size: 16px;
  margin: 0 0 12px;
}
.single-shop-content .content-box .location-box form input {
  border: 2px solid #f7f7f7;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  width: 170px;
  transition: all 500ms ease;
  margin: 0 0 10px;
}
.single-shop-content .content-box .location-box form input:focus{
  border-color: #43c3ea;
}
.single-shop-content .content-box .location-box form button {
  background: #f7f7f7 none repeat scroll 0 0;
  border: medium none;
  color: #252525;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  margin-left: 6px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  transition: all 500ms ease 0s;
  width: 95px;
}
.single-shop-content .content-box .location-box form button:hover{
  background: #43c3ea;
}
.single-shop-content .content-box .location-box form span {
  color: #43c3ea;
}

.single-shop-content .content-box .addto-cart-box .input-group.bootstrap-touchspin {
  float: left;
  width: 70px;
}
.single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0
}
.single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0;
  margin-top: -2px;
}
.single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical > .btn {
  display: block;
  float: none;
  margin-left: -1px;
  max-width: 100%;
  padding: 12px 12px;
  position: relative;
  width: 100%;
}
.single-shop-content .content-box .addto-cart-box .btn-default {
  background-color: #efefef;
  border-color: #efefef;
  color: #9e9e9e;
}
.single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical i {
  color: #9e9e9e;
  font-weight: normal;
  left: 8px;
  position: absolute;
  top: 7px;
}
.single-shop-content .content-box .addto-cart-box button.addtocart {
  height: 50px;
  width: 170px;
  line-height: 30px;
  margin-left: 25px;
}
.single-shop-content .content-box .addto-cart-box button.addtocart:hover{
  background: #152545; 
  border-left-color: #152545;
  border-right-color: #152545;
  border-top-color: #152545;
}

/* 用户登录Tab切换 */
.ulogin-tab-box {
  overflow: hidden; 
  margin-top: 4px;
}
.ulogin-tab-box .tab-menu {
  margin-bottom: 12px;
  height: 36px;
  overflow: hidden;
}
.ulogin-tab-box .tab-menu li {
  display: inline-block;
  text-align: center;
  /* margin-bottom: -1px; */
  margin-right: 3px;
}
.ulogin-tab-box .tab-menu li a {
  background: #fff;
  border-radius: 0;
  display: block;
  padding:4px 12px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 500ms ease;
}
.ulogin-tab-box .tab-menu li.active a, 
.ulogin-tab-box .tab-menu li:hover a{
  background: #fff;
  color: #030a68;

  border-bottom: 2px solid #00000e;
 
}

.ulogin-tab-box .tab-content {
  border-left: 1px solid #ececec;
  padding-top: 10px;
}
.ulogin-tab-box .tab-content p{
  margin-left: 10px;
  font-size: 12px;
  color: #00000e;
  font-weight: 400;
}
.ulogin-tab-box .tab-content .form-group{
  /* display: flex; */
  display: grid;
  grid-template-columns: repeat(2, auto); /* 3列，每列宽度自动 */
  /* grid-gap: 10px; 可选，为对象之间增加间隔 */
}
.ulogin-tab-box .tab-content .form-group .object {
  margin-right: 10px; /* 可选，为对象之间增加间隔 */
}


/* 软件详情TAb */
.product-tab-box {
  border: 1px solid #ececec;
  border-top: none;
  border-right: none;
  border-left: none;
  overflow: hidden; 
  margin-top: 60px;
}
.product-tab-box .tab-menu {
  margin-bottom: 18px;
  height: 47px;
  border-bottom: 1px solid #12addf;
}
.product-tab-box .tab-menu li {
  display: inline-block;
  text-align: center;
  /* margin-bottom: -1px; */
  margin-right: 3px;
}
.product-tab-box .tab-menu li a {
  background: #fff;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  display: block;
  margin-right: 1px;
  padding:10px 16px;
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 500ms ease;
}
.product-tab-box .tab-menu li.active a, 
.product-tab-box .tab-menu li:hover a{
  background: #007bff;
  color: #f1f1f1;
  border-left-color: #ececec;
  border-top-color: #ececec;
  border-right-color: #ececec;
 
}

.product-tab-box .tab-content {
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  margin-top: -30px;
  padding: 30px 30px 40px;
}

.product-tab-box .tab-content .review-box .sec-title-two {
  margin-top: 3px;
  padding-bottom: 22px;
}
.product-tab-box .tab-content .review-box .sec-title-two h3 {
  color: #3d3d3d;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.product-tab-box .tab-content .review-box .single-review-box {
  margin-bottom: 30px;
  padding-left: 60px;
  position: relative;
}
.product-tab-box .tab-content .review-box .single-review-box .img-holder {
  left: 0;
  position: absolute;
  top: 0;
}


.product-tab-box .tab-content .review-box .single-review-box .text-holder {
  border: 1px solid #ececec;
  margin-left: 20px;
  padding: 17px 20px 12px;
}
.product-tab-box .tab-content .review-box .single-review-box .text-holder .top {
  margin: 0 0 10px;
  overflow: hidden;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .name h4 {
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  text-transform: capitalize;
}
.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-box ul {
  margin-top: -2px;
  padding-left: 0px;
  position: relative;
}
.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-box ul li {
  display: inline-block;
  margin-right: 1px;
}
.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-box ul li i {
  color: #43c3ea;
  font-size: 14px;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .text p {
  margin: 0;
}



.product-tab-box .tab-content .review-form {
  padding-top: 30px;
}
.product-tab-box .tab-content .review-form .sec-title-two {
  padding-bottom: 34px;
}
.product-tab-box .tab-content .review-form .sec-title-two h3 {
  color: #3d3d3d;
  font-size: 28px;
  font-weight: 700;
  text-transform: capitalize;
}
.product-tab-box .tab-content .review-form .add-rating-box {
  margin: 0 0 20px;
}
.product-tab-box .tab-content .review-form .add-rating-box .add-rating-title h4 {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 10px;
  text-transform: none;
}
.product-tab-box .tab-content .review-form .add-rating-box ul li {
  border-right: 1px solid #ebebeb;
  display: inline-block;
  line-height: 20px;
  margin-right: 10px;
  padding-right: 10px;
}
.product-tab-box .tab-content .review-form .add-rating-box ul li:last-child{
  margin-right: 0px;
  padding-right: 0px;
  border-right: 0px solid #ebebeb;
}
.product-tab-box .tab-content .review-form .add-rating-box ul li a i {
  color: #d6d6d6;
  font-size: 12px;
  line-height: 20px;
  margin-right: 1px;
  opacity: 0.9;
  transition: all 500ms ease 0s;
}
.product-tab-box .tab-content .review-form form .field-label p {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 3px;
}
.product-tab-box .tab-content .review-form form input[type="text"], 
.product-tab-box .tab-content .review-form form textarea {
  background: #fff;
  height: 50px;
  width: 100%;
  border: 1px solid #ececec;
  color: #252525;
  font-size: 14px;
  padding: 0 15px;
  margin-bottom: 20px;
  transition: all 500ms ease;
}
.product-tab-box .tab-content .review-form form textarea {
  height: 110px;
  padding: 10px 15px;
  margin-bottom: 25px;
}
.product-tab-box .tab-content .review-form form button {
  padding: 15px 30px 13px;
}
.product-tab-box .tab-content .review-form form button:hover{
  background: #152545;
  border-left-color: #152545;
  border-right-color: #152545;
  border-top-color: #152545;
}
.product-tab-box .tab-content .review-form .add-rating-box ul li:hover a i{
  opacity: 1;
  color: #43c3ea;
}
.product-tab-box .tab-content .review-form form input[type="text"]:focus{
  border-color: #43c3ea;
}
.product-tab-box .tab-content .review-form form textarea:focus{
  border-color: #43c3ea;  
}


.related-product {
  padding-top: 80px;
}
.related-product .sec-title-two {
  padding-bottom: 34px;
}
.related-product .sec-title-two h3 {
  color: #3d3d3d;
  font-size: 28px;
  font-weight: 700;
  text-transform: capitalize;
}
.related-product .single-product-item {
  margin-bottom: 0;
}

/* yxpro定义 */
.pages {
	min-height: 500px;
  margin-top: 40px;
	padding-top: 30px;
	padding-bottom: 10px;
}
.pages h2{
  color: #000;
}
/* 定制服务导航样式 */
.mySwbox-main {
    background-color: #d8e1f4;
    margin-top: 30px;
    margin-bottom: 30px;
}

   .mySwbox{
       max-width: 1400px;
       margin: 0 auto;
       position: relative;
       padding: 35px 10px 0;
       width: 100%;
       height: 100%;
      
   }
   .titlebox{
   width: 40%;
   position: absolute;
   left: 10px;
   top: 5%;
   z-index: 10;
   }
   .titlebox .section-title1{
       color: #333333;
   font-size: 26px;
   padding-top: 40px;
   }
   .titlebox strong{
       display: block;
   font-weight: normal;
   padding-bottom: 20px;
   border-bottom: 1px solid #ddd;
   margin-bottom: 10px;
   position: relative;
   }
   .titlebox strong::before {
   content: '';
   display: block;
   width: 100px;
   height: 5px;
   background: #4177b7;
   position: absolute;
   bottom: -3px;
   left: 0;
   border-radius: 10px;
}
   .titlebox p{
       margin: 0;
   background-color: #1b1b1b;
   border-radius: 3px;
   text-align: center;
   font-size: 14px;
   line-height: 26px;
   color: #f4f4f4;
   padding: 0 15px;
   display: inline-block; 
   }
   .swiper-container {
       width: 100%;
       height: 300px;
       margin-left: auto;
       margin-right: auto;
       overflow: hidden;
   }
   .swiper-slide {
       background-size: cover;
       background-position: center;
   }
   .gallery-top {
       height: 80%;
       width: 100%;
   }
   .gallery-thumbs {
       height: 20%;
       box-sizing: border-box;
       padding: 10px 0;
   }
   .gallery-thumbs .swiper-slide {
       width: 25%;
       height: 100%;
       opacity: 1;
   }
   .gallery-thumbs .swiper-slide-thumb-active {
       opacity: 1;
   }
   .slide .text{ width: 45%;   color:#333333; padding-top: 15%; overflow: hidden; padding-right: 5%;flex-shrink: 0;}
.slide .text h2{margin: 0;}
.slide .text h2 .s1{font-size:20px;line-height:46px;}
.slide .text h2 .s2{font-size:14px;font-weight:normal;line-height:46px;margin-left:15px}
.slide .text h2 .s3{float:right;font-size:57px;line-height:46px;}
.slide .text p{font-size:14px;line-height:30px;color:#666; margin: 0;}
.slide {
   display: flex;
   justify-content: space-between;
   align-items: flex-start;
}
.slide img{
   max-width: 100%;
}
.mySwbox-thumbs{background-color: #fff;box-shadow: 0 0 10px #ddd; margin-top: 25px;}
.mySwbox-thumbs .gallery-thumbs{
   max-width: 1400px;
   margin: 0 auto;
   padding: 20px;
}
.gallery-thumbs .swiper-slide{
   flex: 1;
   position: relative;
   transition: all ease .5s;
   cursor: pointer;
   display: flex;
   box-shadow: 0 0 1px rgba(0, 0, 0, 0);
   padding: 20px;
   border-right: 1px solid #ebebeb;
}
.img-center{
   position: relative;
   z-index: 999;
   display: flex;
   justify-content: center;
   align-items: center;
   width: 80px;
   border-right: 1px solid #ebebeb;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active .i1 {
   display: none;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active::before {
   width: 100%;
}
.gallery-thumbs .swiper-slide:before {
   width: 0;
   height: 100%;
   background: #4177b7;
   content: '';
   position: absolute;
   bottom: 0;
   left: 0;
   transition: all 0.5s;
}
.gallery-thumbs .slide-icon {
   display: flex;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active .text {
   color: #FFF;
}
.gallery-thumbs .swiper-slide .i2 {
   display: none;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active .i2 {
   display: block;
}
.gallery-thumbs .swiper-slide .text {
   position: relative;
   z-index: 999;
   padding-left: 25px;
   color: #333333;
}
.gallery-thumbs .swiper-slide .text h2 {
   font-size: 16px;
   margin: 0;
   line-height: 30px;
}
.gallery-thumbs .swiper-slide:last-child {
   border-right: 0;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active .text p {
   color: #FFF;
}
.gallery-thumbs .swiper-slide .text p {
   font-size: 12px;
   color: #666666;
   margin: 0;
   line-height: 25px;
}
.gallery-thumbs .swiper-slide .icon {
 width: 50px;
 height: 50px;
 vertical-align: -0.15em;
 fill: #333333;
 overflow: hidden;
 transition: all ease .5s;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active .icon{
   fill: #ffffff;
}
@media (max-width:992px) {
   .mySwbox-thumbs .gallery-thumbs{padding: 10px;}
   .gallery-thumbs .swiper-slide{padding: 10px;}
   .img-center{width: 55px;}
   .titlebox .section-title1{font-size: 24px;}
   .gallery-thumbs .swiper-slide .text{padding-left: 15px;}
}
@media (max-width:768px) {
   .mySwbox-thumbs{margin-left: 10px;margin-right: 10px;}
   .mySwbox{padding-top: 15px;}
   .titlebox .section-title1 {font-size: 24px;padding: 0;}
   .slide .text{width: 100%;padding-top: 20px;padding-right: 0;}
   .slide{flex-direction: column;}
   .titlebox {width: 100%;position: relative;left: 0;top: 5%;z-index: 10;}
   .slide .img{margin-top: 10px;}
   .gallery-thumbs .swiper-slide .text{display: none;}
   .gallery-thumbs .slide-icon{width: 100%;}
   .img-center {border-right: 0;width: 100%;}
   .mySwbox-main{padding: 5px 0 30px 0;}
   .gallery-thumbs .swiper-slide{margin-right: 0 !important;}
   .slide .text h2 .s3{display: none;}

}
/* 定制服务导航样式结束 */


/* 软件列表样式 */

.softlist-blog {
  margin-bottom: 50px;
  transition: all 500ms ease;
}

.softlist-blog .img-holder{
  display: block;
  overflow: hidden;
  position: relative;   
  background: url(../images/yximages/yxpcdesk.png) no-repeat; /* 背景图片 */
  background-size: cover; /* 背景图片覆盖整个div区域 */  
  aspect-ratio:911/749;
  /* background-color: #e8eaeb; */
}
.softlist-blog .img-holder img {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  position: absolute; /* 绝对定位，以便在显示器内定位图片 */
    top: 4px; /* 图片顶部与显示器顶部对齐 */
    left: 4px; /* 图片左侧与显示器左侧对齐 */
    width: 97%; /* 图片宽度占满显示器宽度 */
    height: 68%; /* 图片高度占满显示器高度 */    
}
.softlist-blog .img-holder .overlay-box{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: rgba(22, 195, 234, 0.6) none repeat scroll 0 0;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;        
}
.softlist-blog .img-holder .overlay-box .box{
  display: table;
  width: 100%;
  height: 100%;
}
.softlist-blog .img-holder .overlay-box .box .content{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.softlist-blog .img-holder .overlay-box .box .content a i {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  border-radius: 3%;
  color:#00000e;
  display: inline-block;
  font-size: 14px;
  width: 90px;  
  height: 42px;
  line-height: 48px;
  transition: all 500ms ease 0s;
    
}
.softlist-blog:hover .img-holder .overlay-box{
  height: 100%;
  opacity: 1;   
}
.softlist-blog:hover .img-holder img {
  -webkit-transform:scale(1.3);
  transform:scale(1.3);
}
.softlist-blog .img-holder .overlay-box .box .content a:hover i{
  background: #152545;
  color: #43c3ea;
}

.softlist-blog .text-holder {
  border-left: 1px solid #e7e3e3;
  border-right: 1px solid #e7e3e3;
  border-bottom: 1px solid #e7e3e3;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 17px;
  transition: all 500ms ease;
  position: relative;
  z-index: 1;
} 
.softlist-blog .text-holder:before{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background:#f3860a;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0; 
  content: "";
  z-index: -1;
}
.softlist-blog:hover .text-holder{
  border-color:#0b65b9;
}
.softlist-blog:hover .text-holder:before{
  height: 100%;
  opacity: 1;
}
.softlist-blog .text-holder .meta-info {
  margin-bottom: 12px;
  margin-left: -8px;
  margin-right: -8px;
  padding-top: 23px;
}
.softlist-blog .text-holder .meta-info li {
  display: inline-block;
  margin: 0 8px;
}
.softlist-blog .text-holder .meta-info li i{
  color: #43c3ea;
  font-size: 14px;
  display: inline-block;
  padding-right: 8px;
}
.softlist-blog.text-holder .meta-info li a{
  color: #00000e;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  transition: all 500ms ease;
}
.softlist-blog .text-holder .blog-title {
  color: #030a68;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  padding: 0;
  transition: all 500ms ease 0s;
}

.softlist-blog:hover .text-holder .blog-title{
  color: #3d3d3d;
  transition: all 500ms ease;
}
.softlist-blog .text-holder .meta-info li a:hover{
  color: #152545;
}
.softlist-blog:hover .text-holder .blog-title:hover{
  color: #43c3ea;
}


/* 栏目导航 */
.sortnav{
   background-color:#0b65b9;
  height: 42px;
  margin-bottom: 20px;
  padding: 4px 0;
  display: flex;
}
.sortnav span i{
  color:#12addf;
  display: inline;
  font-size: 20px;
  margin: 20px 10px;
}
/*分页*/
.pagination{
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination.pt-30 {
  margin-bottom: 30px;
}
.pagination a {
  display: inline;
  margin-bottom: 35px;
}
.pagination.pt-30 {
  margin-bottom: 30px;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.page-num:not(:disabled) {
  cursor: pointer;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* 修改当前选中项样式为蓝色调、背景渐变并增加外边距 */
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background: linear-gradient(135deg, #43c3ea, #17a9d5);
  border-color: #17a9d5;
  margin: 0 5px;
  padding: .6rem 1rem;
  box-shadow: 0 2px 8px rgba(23, 169, 213, 0.3);
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.page-num, .page-link {
  position: relative;
  display: inline-block;
  padding: .5rem .75rem;
  margin: 0 5px;
  line-height: 1.25;
  color: #17a2b8;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: all 0.3s ease;
}
/* 增加链接悬停效果 */
a.page-num:hover, .page-link:hover {
  text-decoration: none;
  background-color: #e6f7fe;
  border-color: #43c3ea;
}
/* 修改当前选中项样式为蓝色调、背景渐变 */
.page-num-current {
  z-index: 1;
  color: #fff;
  background: linear-gradient(135deg, #43c3ea, #17a9d5);
  border-color: #17a9d5;
  margin: 0 5px;
  padding: .6rem 1rem;
  box-shadow: 0 2px 8px rgba(23, 169, 213, 0.3);
}

.page-num-current:hover {
  color: #fff;
  background: linear-gradient(135deg, #17a9d5, #0d8aa8);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(23, 169, 213, 0.4);
}
/* 分页自定义 */
.pagenotitle{
  background-color: #f0f0f0;
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagenotitle h2{
  font-size: 24px;
  color: #00000e;
  font-weight: 400;
}
.pagenotitle i{
  font-size: 24px;
  color: #f3860a;
  font-weight: 400;
  margin-right: 16px;
}


/* 头部大屏 */
.toptitle{
  min-height: 380px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.toptitle h2{
  font-size: 32px;
  color:#f3860a;
  font-weight:400;
  margin-bottom: 12px;
}
.toptitle p{
  font-size: 24px;
  color: #c62d1a;
  font-weight: 200;
}
/* 手机端隐藏对象 */
.hidden-mobile {
  display: none;
}
@media (min-width: 768px) {
  /* 大于768px显示或改变 */
  .hidden-mobile {
    display: block;
  }
  .header-area{
    background-color: #fff;
  }

}

 /* 图片盒子 */
 .yxpcimg-holder{
  padding: 45px;
  display: block;
  overflow: hidden;
  position: relative;   
  background: url(../images/yximages/yxpcdesk.png) no-repeat; /* 背景图片 */
  background-size: contain; /* 背景图片覆盖整个div区域 */  
  aspect-ratio:911/749;
  /* background-color: #e8eaeb; */
}
.yxpcimg-holder img {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  position: absolute;
  top: 7px; 
  left: 7px; 
  width: 97%; 
  height: 68%;   
}

/* 用户许可协议 */
.useragreement-item{
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: "微软雅黑";
  line-height: 32px;
}
.useragreement-item h2{
  font-weight: 700;
  font-size: 32px;
  color: #000;
  text-align: center;
}
.useragreement-item p a{
  font-size: 15px;
  color: #272626;
}
.useragreement-item ol li{
  font-size: 20px;
  text-align:left;
  color: #00000e;
  margin:20px 0;
  list-style-type:decimal-leading-zero;
  font-weight: 700;
}
.useragreement-item .text-right{
  text-align: right;

}
.useragreement-item .tb{
  font-size: 18px;
  font-weight: 600;

}
/* 留言消息记录 */
.messbox-item{
  min-height: 240px;
}
.messbox-item .title h4{
  margin-top: 10px;
  font-weight: bold; 
  color: black;
  border-bottom: 1px solid #0e0d0d;

}
.messbox-item .title i{
  margin-right: 10px; 
  height: 40px;
}
.messbox-item .content {
  margin-left: 10px; 
}
.messbox-item .content .media {
  padding: 0 6px;
}
.messbox-item .content .media .media-body img{
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.messbox-item .content .media .media-body h4{
  font-size: 14px;
  color: #0e0d0d;
  font-weight: 600;
}

.messbox-item .content .media .media-body h4, img {
  display: inline-block;
  vertical-align: middle; /* 可选，用于垂直居中对齐 */
}

/* 个人中心 */
.ucenterleft-item{
  /* min-height: 500px; */
  margin: 20px 0;
}
.ucenterleft-item .user-title{
  margin-bottom: 40px;
  border: 1px solid #bebbbb;
  padding: 20px 20px 30px;
  border-top: 6px solid #0b65b9;
}
.ucenterleft-item .user-title img{
  height: 48px;
  width: 48px;
  margin:10px;
}
/* 头像变圆形 */
.ucenterleft-item .user-title .circle {
  border: 6px solid #fff;
  border-radius: 5%; /* 设置边框圆角为50% */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.ucenterleft-item .user-title h4{
  font-size: 18px;
  font-weight: 600;
  color: #00000e;
  text-align: center;
  margin: 10px 6px;
}
.ucenterleft-item .user-title h6{
  font-size: 14px;
  color: #161616;
}
.ucenterleft-item .user-title span{
  font-size: 12px;
  color: #007bff;
}
.ucenterleft-item .list-group{
  margin-bottom: 20px;
  border: 1px solid #bebbbb;
  border-top: 6px solid #007bff;
  padding-bottom: 20px;
}
.ucenterleft-item .list-group li{
  height: 48px;
  width: auto;
  padding: 10px 5px;
  transition: background-color 0.3s; /* 添加颜色过渡效果 */
}
.ucenterleft-item .list-group  li:hover{
  background-color: #12addf; /* 鼠标悬停时的背景颜色 */

}
.ucenterleft-item .list-group  li:active{
  background-color: #007bff;

}
.ucenterleft-item .list-group li a{
  color: #00000e;
  font-size: 15px;
  font-weight: 600;
  display: block; /* 将<a>元素设置为块级元素 */
  width: 100%; /* 宽度设置为100% */
  height: 40px;
}

.ucenterleft-item .list-group  li a > .fa {
  margin-left: 6px;
  margin-right: 10px;
  color: #007bff;
}

.ucenterleft-item .list-group li a:active{
  color: #fff;
  width: auto;
}
.ucenterleft-item .list-group li a:hover{
  color: #fff;
  /* background-color: #69ca8e; */
}

/* 个人中心用户信息 */
.ucenterright-user-item{
  margin: 20px 0;
  padding: 0 30px;
}
.ucenterright-user-item .border{
  padding: 10px 10px 40px;
  border: 1px solid #ddd;
  border-radius: 5px; /* 按钮边框圆角 */
}
.ucenterright-user-item h4{
  font-weight: 600;
  font-size: 17px;
  color:#00000e;
  margin-left: 20px;
}
.ucenterright-user-item .hr-line {
  border-top: 1px solid #666; /* 设置顶部边框，可以调整宽度、样式和颜色 */
  height: 0; /* 设置高度为0，仅使用边框来创建线条 */
  margin: 10px 0 10px 20px; 
}
.ucenterright-user-item table{
  padding: 10px 10px;
}
.ucenterright-user-item table tr{
  width: 100%;
  height: 48px;
  border-bottom: 1px solid #ddd;

}
.ucenterright-user-item .td-title{
  font-size: 14px;
  color: #00000e;
  text-align: right;
  width: 30%;

}
.ucenterright-user-item .td-value{
  color:#3c3735;
  font-size: 14px;
  text-align: right;  
}
.ucenterright-user-item .td-button{
  color: #c62d1a;
  /* background-color: #0a152b; */
  font-size: 12px;
  text-align: center;
  padding:  10px 5px;
  width: 60px;
}
.cell-button {
  background-color: #12addf; /* 按钮背景颜色 */
  color: white; /* 按钮文本颜色 */
  padding: 2px 10px; /* 按钮内边距 */
  border: none; /* 无边框 */
  text-align: center; /* 文本居中 */
  text-decoration: none; /* 无下划线 */
  display: inline-block; /* 使其成为行内块元素 */
  font-size: 12px; /* 字体大小 */
  margin: 4px 3px; /* 外边距 */
  cursor: pointer; /* 鼠标光标变为点击手势 */
  border-radius: 5px; /* 按钮边框圆角 */
  transition: all 0.3s; /* 过渡效果 */
}
 
.cell-button:hover {
  background-color: #12addf; /* 鼠标悬停时按钮背景颜色 */
}
/* 个人中心我的评论 */
.ucenterright-comment-item{
  margin: 20px 0;
  padding: 0 30px;
}
.ucenterright-comment-item .border{
  padding: 10px 10px 40px;
  border: 1px solid #ddd;
  border-radius: 5px; /* 按钮边框圆角 */
}
.ucenterright-comment-item table{
  margin: 4px 20px;
  width: 96%;
}
.ucenterright-comment-item table thead{
  font-size: 14px;
  height: 42px;
  /* background-color: #c5c5c5; */
  border-bottom: 1px solid #9a9a9a;
}
.ucenterright-comment-item table thead th{
  font-size: 15px;
  color: #00000e;
  min-width: 60px;
}
.ucenterright-comment-item table tr{
  font-size: 14px;
  height: 32px;
  width: 100%;
  border-bottom: 1px solid #007bff;
}
.ucenterright-comment-item table td{
  font-size: 14px;
  text-align: right;
}
/* 个人中心修改资料 */
.ucenterright-unodify-item{
  margin: 20px 0;
  padding: 0 30px;
}
.ucenterright-unodify-item .border{
  padding: 10px 10px 40px;
  border: 1px solid #ddd;
  border-radius: 5px; /* 按钮边框圆角 */
}
.ucenterright-unodify-item .userimg{
  display: flex;
  vertical-align: bottom;
  height:48px; 
  width:48px; 
  margin-bottom:5px;
  border-radius:2px
}
.ucenterright-unodify-item .contenbox .form-group .userimg button{
  margin-left: 20px;
  height: 20px;
}
.ucenterright-unodify-item h4{
  font-weight: 600;
  font-size: 17px;
  color:#00000e;
  margin-left: 20px;
}
.ucenterright-unodify-item .contenbox{
  margin-top: 30px;
  margin-left: 30px;
  
}
.ucenterright-unodify-item .contenbox .form-group{
  width: 100%;
}
.ucenterright-unodify-item .contenbox .form-group input{
  width: 50%;
  min-width: 200px;
}

.ucenterright-unodify-item .contenbox h6{
  font-size: 12px;
  color:#333333;
  margin-left: 10px;
}

.ucenterright-unodify-item .links, h6{
  display: flex;
  vertical-align: middle;
}
.ucenterright-unodify-item .hr-line {
  border-top: 1px solid #666; /* 设置顶部边框，可以调整宽度、样式和颜色 */
  height: 0; /* 设置高度为0，仅使用边框来创建线条 */
  margin: 10px 0 10px 20px; 
}
/* 文章内容小标题 */
.title-article-sty{
  display: flex;
  justify-content: center;
  height: 60px;
  padding-top: 20px;
  padding-bottom: 40px;  
}
.title-article-sty h6{
  font-size: 15px;
  text-align: center;
}
/* 微信登录二维码 */
#wx_login_container{
  padding-top: 12px;
  height: 220px;
  text-align: center;
  border-right: 1px solid #c5c5c5;
}
/* 微信注册二维码 */
#wx_register_container{
  margin-top: 20px;
  padding-top: 30px;
  height: 220px;
  text-align: center;
  /* border-right: 1px solid #c5c5c5; */
}
/* 图片盒子 */
.yxpcimg-holder{
  padding: 45px;
  display: block;
  overflow: hidden;
  position: relative;   
  background: url(../images/yximages/yxpcdesk.png) no-repeat; /* 背景图片 */
  background-size: contain; /* 背景图片覆盖整个div区域 */  
  aspect-ratio:911/749;
  /* background-color: #e8eaeb; */
}
.yxpcimg-holder img {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  position: absolute;
  top: 7px; 
  left: 7px; 
  width: 97%; 
  height: 68%;   
}


/**自定义button*/
.yxobject-button {
  margin-top: 20px;
  display: inline-block;
  padding-left: 32px;
}
.yxobject-button a {
  padding: 10px 32px;
  color: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: .5s;
  border: 1px solid hsl(75, 17%, 95%);
  background: #007bff;
  border-radius: 5px;
}

.yxobject-button a::before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  background: #17a9d5;
  transform: scale(0);
  transition: .5s;
}

.yxobject-button a:hover {
  color: hsl(60, 100%, 2%);
  border: 1px solid #fff;
}
.yxobject-button a:hover::before {
  transform: scale(1);
}
/* 回到顶部 */
.scroll-to-top {
  background: #43c3ea;
  border: 2px solid #43c3ea;
  border-radius: 5%;
  bottom: 25px;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 30px;
  font-weight: normal;
  height: 45px;
  line-height: 36px;
  position: fixed;
  right: 15px;
  text-align: center;
  transition: all 500ms ease 0s;
  width: 45px;
  z-index: 99999;
  -webkit-box-shadow: 0px 8px 23px -6px rgba(27,27,27,1);
  -moz-box-shadow: 0px 8px 23px -6px rgba(27,27,27,1);
  box-shadow: 0px 8px 23px -6px rgba(27,27,27,1);
}
.scroll-to-top:hover {
  border: 2px solid #43c3ea;
  color: #fff;
  background: #152545;
}
/* 手机导航菜单样式修复 */
@media (max-width: 768px) {
    .main-menu .dropdown.open > a {
        color: #007bff !important;
        background-color: #f8f9fa;
    }
    
    .main-menu .dropdown ul {
        display: none;
        padding-left: 20px;
        background-color: #f8f9fa;
        border-left: 2px solid #007bff;
    }
    
    .main-menu .dropdown.open ul {
        display: block;
    }
    
    .main-menu .dropdown ul li a {
        display: block;
        padding: 8px 15px;
        color: #495057;
        text-decoration: none;
    }
    
    .main-menu .dropdown ul li a:hover {
        background-color: #e9ecef;
        color: #007bff;
    }
    
    .navbar-collapse.collapse {
        display: none !important;
    }
    
    .navbar-collapse.collapse.in {
        display: block !important;
    }
}
