@charset "UTF-8";
body {
	font-size: 15px;
	font-family: "Microsoft YaHei Regular",Arial, sans-serif,"Montserrat", Helvetica;
}
a{
    color: #585858;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
.top-head{
	height: 35px;
	background-color: #efefef;
}
.top-head span{
	line-height: 35px;
	font-size: 13px;
	color: #666;
}
.top-head span:nth-child(1){
	float: left;
}
.top-head span:nth-child(2){
	float: right;
}
.top-head a{
	
	padding: 0px 5px;
}
.top-head span a:nth-child(1) {
	border-right: 1px solid #333;
}
body{
	    font-family: "Microsoft YaHei Regular",Arial, sans-serif,"Montserrat", Helvetica;
}
.rd-navbar-minimal.rd-navbar-static .rd-navbar-nav > li, .rd-navbar-floated.rd-navbar-static .rd-navbar-nav > li, .rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav > li{
	    padding: 0px 21px;
}

/*
Working Area Style
======================================================*/
.working-area .col-lg-3:nth-child(2) .single-working {
  margin-top: 30px;
}

.working-area .col-lg-3:nth-child(4) .single-working {
  margin-top: 30px;
}

.working-area.working-area-two .col-lg-3:nth-child(2) .single-working {
  margin-top: 0;
}

.working-area.working-area-two .col-lg-3:nth-child(4) .single-working {
  margin-top: 0;
}

.working-area.working-area-two .single-working {
  padding: 50px 15px;
  border-radius: 0;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.working-area.working-area-two .single-working i {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 55px;
  color: #79b530;
}

.working-area.working-area-two .single-working h3 {
  margin-bottom: 15px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 24px;
}

.working-area.working-area-two .single-working p {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.working-area.working-area-two .single-working:hover {
  background-color: #79b530;
}

.working-area.working-area-two .single-working:hover i {
  color: #ffffff;
}

.working-area.working-area-two .single-working:hover h3 {
  color: #ffffff;
}

.working-area.working-area-two .single-working:hover p {
  color: #ffffff;
}

.working-area.working-area-three {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f3e7e4));
  background-image: linear-gradient(to bottom, #ffffff, #f3e7e4);
}

.working-area.working-area-three .working-img {
  position: relative;
  text-align: center;
  -webkit-box-shadow: 0px 5px 20px 3px rgba(230, 233, 249, 0.9);
          box-shadow: 0px 5px 20px 3px rgba(230, 233, 249, 0.9);
  max-width: 810px;
  margin: 0 auto 50px;
}

.working-area.working-area-three .working-img .video-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.working-area.working-area-three .working-img .video-content i {
  font-size: 70px;
  color: #ffffff;
  line-height: 1;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.working-area.working-area-three .working-img .video-content i::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 100%;
  height: 94%;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  z-index: -1;
}

.working-area.working-area-three .col-lg-3:nth-child(1) .single-working {
  background-color: #fdf0df;
}

.working-area.working-area-three .col-lg-3:nth-child(2) .single-working {
  background-color: #e4ebfe;
}

.working-area.working-area-three .col-lg-3:nth-child(3) .single-working {
  background-color: #dbf0eb;
}

.working-area.working-area-three .col-lg-3:nth-child(4) .single-working {
  background-color: #e7e3f7;
}

.single-working {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 20px 3px rgba(230, 233, 249, 0.9);
          box-shadow: 0px 5px 20px 3px rgba(230, 233, 249, 0.9);
  padding: 50px;
  text-align: center;
  border-radius: 30px 0 30px 0;
  margin-bottom: 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-working i {
  font-size: 40px;
  color: #1963e5;
  line-height: 1;
  display: block;
  margin-bottom: 20px;
}

.single-working h3 {
  font-size: 18px;
  display: block;
  font-weight: normal;
  margin-bottom: 0;
}

.single-working:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.parallax-content{
	background: rgba(0,0,0,0.6);
}
.text-title h2{
	color: #333;
    font-size: 38px;
    font-weight: normal;
    text-align: center;
}
.parallax-container .text-title h2 {
	color: #fff;
    font-size: 38px;
    font-weight: normal;
    text-align: center;
}

.parallax-container .col-xl-3 p{
	padding: 35px;
	color: #fff;
}
.title_lines span{
	border-bottom: 3px solid #1963e5;
    width: 4px;
    margin-left: 5px;

}
.title_lines{
	width: 130px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.title_lines div{
	text-align: center;
	display: inline-flex;
}
.title_lines span{
	height: 1px;
}
.title_lines span:nth-child(4){
	width: 94px;
}
.container .intr_icon{
	background-color: #fff;
	display: block;
	width: 110px;
	height: 110px;
	border-radius: 110px;
	margin: 0 auto;
}
.intr_icon i{
	line-height: 110px;
	font-size: 40px;
	color: #1963e5;
}
.parallax-content .col-xl-3 span{
	display: inline-block;
	width: 100%;
	color: #fff;
	line-height: 36px;
}
.parallax-content .col-xl-3 .nums{
	font-size: 42px;
	margin-top: 40px;
}
.brand-expo{
  background-color: #f7f7f7;
}

.brand-expo .text-title{
  background-image: url("../images/brand_expo_bg.jpg");
  background-repeat: no-repeat;
}

.service-title{
      text-align: center;
      font-size: 16px;
      font-weight: normal;
      line-height: 60px;
      }
.service-title a{
  color: #232323;
}
.partners{
  background-color: #f7f7f7;
}
.owl-carousel>.owl-item{
  background-color: #fff;
}
.wonderfully{
  padding-top: 30px;
  margin-bottom: 80px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
  color: #232323;
}
.wd-btn{
  background-color: #232323;
}
.videolist{
  width: 40%;
}
.videolist .video-right-top{
  display: flex;
  flex-wrap: wrap;
}
.video-right-top .thumbnail-josip .thumbnail-desc{
  padding: 8px 15px;
}
.thumbnail-josip-title, .thumbnail-josip p{
    font-size: 16px;
}
.bg-secondary,.page-footer{
  background-color: #232323!important;
}
.foot-link{
  background-color: #232323;
}
.foot-link .text-primary{
  color: #fff!important;
  margin-bottom: 0px;
  max-width: 1200px;
  text-align: center;
  margin: 0 auto;
}
.order-lg-1 h5,.order-lg-2 h5,.order-lg-3 h5{
  color: #fff;
}
.font-weight-bold a{
  color:#666;
  font-size: 18px;
  font-weight: normal;
}
.font-weight-bold a:hover{
    text-decoration:none;
}
.offset-lg-top-41 .btn-primary{
  background-color: #FFF;
  border-color: #bbbbbd;
      color: #232323;
}
.ui-to-top{
  background: #232323;
}

.rd-navbar-search-toggle span:before{
    content: ""!important;
    transform: unset!important;
    background-image:url("../images/sjh_icon.png") ;
    width: 80px!important;
    height: 80px!important;
    background-size: 100%;
    top: -42px!important;
    left: -20px!important;
}

.rd-navbar--is-stuck .rd-navbar-search-toggle span:before{
    top: -20px!important;
}
.page-footer h6{
  color: #fff;
}
.page .text-gray-darker, .page .text-gray-darker a, .page .text-gray-darker a:focus{
  color: #fff;
}
.page-footer .unit-body{
  margin-top: 0px;
}
.page-footer .unit-body{
  background: none;
}
.unit-left .icon-xxs {
  line-height: 54px;
  color: #fff!important;
}
.page-footer .unit-body .text-primary{
  line-height: 54px;
  color: #fff!important;
}
.text-subline:before{
  background: #316fdd;
}
.page a.text-gray-darker:hover{
    color: #d4d2d2;
}
.order-lg-1 .erweima{
      width: 30%;
      text-align: center;
}
.loadingicon li a{
    width: 100%;
    display: block;
    margin: 16px auto;
    padding: 12px 40px;
        font-size: 18px;
    line-height: 38px;
    border-radius: 5px;
    border: 1px solid #e4e1e1;
    background-color: #fdfdfd;
    cursor: pointer;
    background-color: #1963e5;
    color: #fff;
}
.loadingicon li a:hover{
    background-color: #1963e5;
    
    color: #fff;


}
.loadingicon .listicon{
  margin-right: 30px;
    background-color: #fae5e8;
    width: 38px;
    height: 38px;
    display: block;
    float: right;
    border-radius: 38px;
    color: #1963e5;
    text-align: center;
    line-height: 38px;
}

.loadingicon a:hover .listicon{
    background-color: #fff;

    color: #1963e5;

}
.videoplay{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9;
    color: #c5bdbd;
    font-size: 80px;
}
.videoplay i{
  margin-top: 28%;
}
.video-right-top .videoplay i{
  margin-top: 18%;
}
.video-right-bottom .videoplay i{
  margin-top: 10%; 
}
.thumbnail-josip a:hover .videoplay{
  display: block;
}
.post-media .img-cover{
  /*height: 250px;*/
  width: 100%;
  /*min-height: 250px;*/
}
@media (max-width:968px){
       .top-head{
        display: none;
    } 
    .owl-carousel .owl-item{
        width: 100%;
    }
    .videolist{
        width: 100%;
    }
    .thumbnail-josip-wrap-big .thumbnail-big{
        max-width: 100%;
    }
    .thumbnail-josip-wrap-big .thumbnail-big img{
        width: 100%;
        height: auto!important;
    }
    


}
@media (max-width:768px){
    .rd-navbar-megamenu .col-xl-3{
        display: none;
    }
    #fixbar{
    display: none;
    }
    .messages{
        right:auto!important;
        
    }
    .vplay{
        width: 100%!important;
            margin-top: 60%!important;
    }
    .video-left-list{
        width: 100%!important;
    }
    .single-working{
        padding: 20px;
    }
    .post-content{
        padding: 15px!important;
    }
    .post-media .img-cover{
        height: auto!important;
    }
    .news-lists .post-modern{
        min-height: auto!important;
    }
    .news-lists .col-sm-8 {
        margin-bottom: 10px!important;
    }
    .nav-pills{
        width: 80%;
        margin: 0 auto;
    }
}
@media (min-width:968px){
    .thumbnail-josip-wrap-big .thumbnail-big{
        padding: 10px!important;
    }
    .rd-navbar-megamenu .col-xl-2 ul li{
        padding: 15px 0px!important;
    }
    .rd-navbar-megamenu li:hover a{
        color: #316fdd!important;
        text-decoration:none;
        padding-left: 22px!important;
    }
    .rd-navbar-megamenu li:after{
        opacity: 1!important;
        visibility: visible!important;
    }
    .rd-navbar-megamenu li a{
        padding-left: 12px!important;
    }
        .span8 .nav{
        margin-left: -55px;
    }
}
.morebutton{
    border-radius: 5px!important;
    border: 1px solid #666;
    font-size: 16px;
    font-weight: normal;
    color: #666!important;
}
.morebutton:hover{
    border: 1px solid #316fdd;
    color: #316fdd!important;
}
.video-left-list{
    width: 60%;
}
.news-lists>div{
       
    padding: 10px;
}
.news-lists .post-modern{
     border: 1px solid #efebeb;
     border-radius:0px ;
     min-height: 438px;
     -webkit-box-shadow: 0px 2px 10px 1px rgb(240 243 245 / 90%);
    box-shadow: 0px 2px 10px 1px rgb(240 243 245 / 90%)
}

.news-lists .post-modern:hover{
     border-bottom:3px solid #316fdd;
}
.news-lists .post-modern:hover h4 a{
    color: #316fdd;
}
.rd-navbar-top-panel div:nth-child(2){
    margin-right: 80px;
}
.order-lg-1 p{
    color: #fff;
}
.span8{
    margin: 0 auto;
}

.span8 .nav li{
    height: 40px;
    line-height: 40px;
    margin-right: -20px;
}
.span8 .nav li a{
    padding: 10px;
    text-decoration: none;
    font-size: 16px;
}

.span8 .nav li:after{
    content: "/";
    width: 20px;
    height: 10px;
    font-size: 10px;
    color: #999;
    margin-left: 20px;
}
.span8 .nav li:nth-child(3):after{
    display: none;
}
.span8 .nav>li a:before{
    content: "";
    width: 40px;
    border: 1px solid #fff;
    position: relative;
    top: 45px;
    left: 62px;
    display: inline-block;
    float: left;
    
}
/*.span8 .nav li :before*/
.span8 .nav .active:before{
    content: "";
    width: 40px;
    border: 1px solid #316fdd;
    position: relative;
    top: 45px;
    left: 62px;
    display: inline-block;
    float: left;
   
}
.span8 .nav li a:hover:before{
    border: 1px solid #316fdd;

   
}
.new-contents .news-lists{
    display: none!important;
}
.new-contents .active{
    display: flex!important;
}
.container .row .col-lg-3:nth-child(1) .single-working{
    background-image: url("../images/bg_1.png");
}
.container .row .col-lg-3:nth-child(2) .single-working{
    background-image: url("../images/bg2.png");
}
.container .row .col-lg-3:nth-child(3) .single-working{
    background-image: url("../images/bg_3.png");
}
.container .row .col-lg-3:nth-child(4) .single-working{
    background-image: url("../images/bg4.png");
}
.pages>span , .pages>a{
    padding: 5px 10px;
    margin: 5px;
    border: 1px solid #d4d2d2;
    border-radius: 5px;
}
.pages .current{
    border: 1px solid #316fdd;
    color: #316fdd;
}
.text-primary{
    color: #316fdd !important;
}
.list-marked-gray .font-weight-bold{
    font-weight: normal!important;
}
 #fixbar {
            position: fixed;
            top: 300px;
            right: 0;
            z-index: 9999;
            min-width: 95px;
        }
        #fixbar a.qq {
            top: 0;
        }
        #fixbar a {
            display: block;
            color: #fff;
            height: 54px;
            line-height: 54px;
            text-align: center;
            background: #444;
            position: absolute;
            top: 60px;
            cursor: pointer;
            border-radius: 50px;
        }
        #fixbar div {
            display: inline-block;
            padding-left: 54px;
            width: 0px;
            transition: 0.5s;
            -moz-transition: 0.5s;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
        }
        #fixbar .icon-qq {
            background-image: url(../images/fixbar-icon.png);
            background-position: -54px -54px;
            width: 54px;
            height: 54px;
        }
        #fixbar i {
            display: inline-block;
            position: absolute;
            left: 0;
            top: 0;
            /*background-color: #000;*/
        }
        #fixbar .icon-wechat {
            background-image: url(../images/fixbar-icon.png);
            background-position: -54px 0;
            width: 54px;
            height: 54px;
        }
        #fixbar .icon-phone {
            background-image: url(../images/fixbar-icon.png);
            background-position: 0 -54px;
            width: 54px;
            height: 54px;
        }
        #fixbar .phone:hover div{
            width: 254px;
            transition: 0.5s;
            -moz-transition: 0.5s;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
        }
        #fixbar .wechat:hover div{
            width: 130px;
            transition: 0.5s;
            -moz-transition: 0.5s;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
        }
        #fixbar .qq:hover div{
            width: 130px;
            transition: 0.5s;
            -moz-transition: 0.5s;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
        }   
        #fixbar>a:hover{
            right: 44px;
        }

        #fixbar .icon-go {
            background-image: url(../images/fixbar-icon.png);
            background-position: -108px 0;
            width: 54px;
            height: 54px;
        }
        #fixbar a.phone {
            top: 118px;
        }
        #fixbar a.top {
            top: 162px;
        }
        #fixbar a .text{
            display: none;
            width: 0px;
            height: 54px;
            text-align: left;
            overflow: hidden;
            transition: 0.5s;
            -moz-transition: 0.5s;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
        }        
        #fixbar>a:hover div span{
            display: block;
            width: auto;
            /*line-height: 20px;*/
        }
        
        .section-md-bottom-41 h1,.section-md-bottom-41 h2,.section-md-bottom-41 h3{
            color: #fff;
            font-size: 40px;
            text-align: center;
        }
        .rd-navbar-submenu-toggle{
            display: none;
        }
        .contact-info div a{
            font-size: 15px;
        }
        .contact-info .unit-body{
            line-height: 55px;
        }
        .foot-link{
            line-height: 40px;
            background: #1b1b1b;
        }
        .my-adv{
            left: 15px;
            bottom: 15px!important;
            background: none!important;
            border: none;
            width: 182px!important;
        }
        .my-adv .title{
            background: none!important;
            position: relative;
            top: 30px;
        }
        .my-adv .ms-content{
            padding: 0;
            border: none;
        }
        .my-adv .ms-content img{
            border: 1px solid #f8f0ce;
            border-radius: 8px;
        }
        .list-inline li span{
            color: #fff;
        }
        .text-lg-left .list-inline li{
            color: #fff!important;
        }
        .text-lg-left .list-inline li a{
            color: #fff!important;
        }
        .modal-header .close{
            margin: 0px;
            padding:0px;
        }
        @media (min-width: 576px){
            .modal-dialog {
                max-width: 220px;
                margin: 1.75rem auto;
            }
            #myModal .modal-dialog{
            margin-top:200px;
            }
            
        }
        .modal-content .modal-body{
            text-align: center;
        }

         #myModal .modal-header{
             padding: 8px 12px;
         }
          #myModal .modal-header h4{
              font-size: 18px;
          }