/*-------------------------------------------------------------------------------------------------------------------- * Imports *-------------------------------------------------------------------------------------------------------------------- @import url(https://fonts.googleapis.com/css?family=Raleway:400,300,600,500);*/ @import '../css/bootstrap.min.css'; @import '../css/bootstrap-theme.min.css'; @import '../css/font-awesome.min.css'; @import '../css/owl.carousel.css'; @import '../css/owl.theme.css'; @import '../css/owl.transitions.css'; @import '../css/magnific-popup.css'; @import '../css/elegant-icons.css'; @import '../css/animate.css'; /*-------------------------------------------------------------------------------------------------------------------- * General Styles *--------------------------------------------------------------------------------------------------------------------*/ /* * Main Classes *--------------*/ * { outline: none !important; } html { height: 100%; min-height: 100%; } body { height: 100%; min-height: 100%; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; color: #58595b; font-size: 16px; /* font-family:"sourcehansans","宋体", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC",sans-serif; */ background: #fff; } .relative { position: relative !important; } .full-wh { display: table-cell; width: 1%; height: 100vh; vertical-align: middle; } .height-100p { height: 100%; } .vertical-middle { position: relative; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); } .vertical-middle h1{ font-size:40px; padding-right:50px;} .main-container { z-index: 2; overflow: hidden; } .section { padding-top: 100px; padding-bottom: 100px; } .section-small { padding-top: 50px; padding-bottom: 50px; } .section-content { margin-top: 100px; } .section-title { margin: 50px; } .section-subtitle { margin-bottom: 0; } .rounded { -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; } .mt { margin-top: 50px; } .no-pb { padding-bottom: 0; } /*==================================================== THOUGHT ======================================================*/ .bg-parallax { background-repeat: no-repeat; background-size: cover; background-position: center; /*background-attachment: fixed;*/ } .thought-bg { height: 400px; background-image: url(../img/thought-bg.jpg); } .title-bar-thought p { color: #fff; font-size: 17px; padding-top: 50px; } .title-bar-thought h6 { text-align: center; font-style: italic; color: #fff; } .overlay-thought { position: absolute; width: 100%; height: 400px; background: rgba(33, 150, 243, 0.53); } #thought .title-bar { padding: 50px 0; } .cl-white{color:#FFF;} .cl-white1 { width:280px;} /*==================================================== CONTACT-HOME ======================================================*/ .contact-h-bg { background-image: url(../img/contact-bg.jpg); background-attachment: fixed; background-repeat: no-repeat; background-size: cover; } .contact-h-cont { margin: 60px 0; padding: 50px; background: rgba(215, 25, 32, 0.65); } .contact-h-cont input.form-control, .contact-h-cont textarea.form-control { border-radius: 0px; } .contact-h-cont button { background: #fff; color: #d71920; margin-top: 10px; text-align: center; } .contact-h-cont button:hover { background: #d71920; color: #fff; } /* * Buttons *---------*/ .btn, .btn:hover, .btn.hover, .btn:focus, .btn.focus, .btn:active, .btn.active { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .btn { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; padding: 9px 22px; font-family: inherit; color: #fff !important; border-color: #d71920 !important; background-color: #d71920 !important; } .btn:focus, .btn.focus { color: #fff !important; border-color: #dd3333 !important; background-color: #dd3333 !important; } .btn:hover, .btn.hover { color: #fff !important; border-color: #ff7777 !important; background-color: #ff7777 !important; } .btn:active, .btn.active { color: #fff !important; border-color: #dd3333 !important; background-color: #dd3333 !important; } /* * Inputs *--------*/ .form-control, .form-control:hover, .form-control.hover, .form-control:focus, .form-control.focus, .form-control:active, .form-control.active { padding: 9px 22px; height: auto; font-family: inherit; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; border: solid 1px #eaeaea; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } /* * List *------*/ .list { list-style: none; margin: 1px 0 0 1px; padding: 20px 10px; overflow: hidden; } .list li { padding: 0 0 20px 30px; cursor: pointer; border-left: solid 1px #f3f3f3; } .list li .title { margin-bottom: 10px; font-weight: 500; } .list li:last-child { border-left: none; } .list li::before { -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; display: block; content: ''; position: absolute; left: 18px; width: 16px; height: 16px; background: #fff; border: solid 1px #d71920; } .list li:hover::before { background: #d71920; } .list-inline { list-style: none; margin: 0; padding: 0; } .list-inline li { display: inline-block; } /* * Breadcrumbs *-------------*/ .breadcrumb { margin-top: 7px; margin-bottom: 0; background: transparent; text-align: right; } .breadcrumb a { color: #58595b; } .breadcrumb a:hover { color: #d71920; } /* * Pagination *------------*/ .pagination { margin: 0 0 30px; } .pagination li { display: inline-block; } .pagination li a, .pagination li span { cursor: pointer; -webkit-border-radius: 2px !important; -moz-border-radius: 2px !important; border-radius: 2px !important; color: #58595b; font-weight: 100; } .pagination li a:hover, .pagination li span:hover, .pagination li a.hover, .pagination li span.hover, .pagination li a:focus, .pagination li span:focus, .pagination li a.focus, .pagination li span.focus { color: #fff !important; background: #d71920 !important; border-color: #d71920 !important; } .pagination li.active a, .pagination li.active span { color: #fff !important; background: #d71920; border-color: #d71920; } /* * Progress *----------*/ .progress { height: 2px; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .progress .progress-bar { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; background: #d71920; } /* * Panels *--------*/ .panel { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important; margin-top: 0; } .panel + .panel { margin-top: 0 !important; } .panel .panel-heading { padding: 0; -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important; } .panel .panel-heading .panel-title a { display: block; padding: 10px 15px; color:#000; } .panel .panel-heading .panel-title a .collapse-icon { -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); float: right; } .panel .panel-heading .panel-title a.collapsed .collapse-icon { -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; } .panel.panel-theme { border: solid 1px #eee; } .panel.panel-theme + .panel-theme { border-top: none; } .panel.panel-theme .panel-heading { border: none; } .panel.panel-theme .panel-heading a { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; font-weight: 300 !important; } .panel.panel-theme .panel-heading a:not(.collapsed) { color: #fff; background: #d71920; } .panel.panel-theme .panel-body { border-top: solid 1px #eee !important; } .panel:last-child .panel-heading { border-bottom-width: 1px; } /* * Tags *------*/ .tags .tag { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; display: inline-block; padding: 2px 20px; margin: 0 5px 5px 0; color: #58595b; background-color:#f9f9f9; border: solid 1px #fff; } .tags .tag:hover { color: #fff; text-decoration: none; background: #d71920; border: solid 1px #d71920; } .tags span{ font-size:12px; color:#bdbdbd;} /* * Social Inline *---------------*/ .social-inline { display: block; list-style: none; margin: 0; padding: 0; } .social-inline li { display: inline-block; } .social-inline li a { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; display: inline-block; margin: 0 5px 5px 0; width: 32px; height: 32px; line-height: 32px; text-align: center; font-size: 16px; color: #d71920; } .social-inline li a:hover { text-decoration: none; color: #fff; background: #d71920; } /* * Social Share *--------------*/ .social-share { list-style: none; margin: 0 0 30px; padding: 0; display: table; width: 100%; } .social-share li { display: table-cell; text-align: center; } .social-share li a { display: block; line-height: 32px; padding: 0 5px; border: solid 1px #eee; border-right-width: 0; } .social-share li a:hover { color: #fff; background: #d71920; border-color: #d71920; } .social-share li:last-child a { border-right-width: 1px; } /* * Typography *------------*/ .h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 { color: #333; font-weight: 400; margin: 0 0 30px; } .h3, h3 { font-size: 22px; } a { -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; font-weight: 500; color: #d71920; } a:hover, a.hover, a:focus, a.focus { color: #58595b; text-decoration: none; } .strong, strong { font-weight: 500; } blockquote { font-size: 16px; background: #fafafa; margin: 0 0 30px; border-left: solid 1px #d71920; } p { margin: 0 0 30px; } /* * Iconography *------------*/ .fa-1dot5 { font-size: 1.5em; } /* * Backgrounds *-------------*/ .bg-light-gray { background: #f5f5f5; } .bg-tuna { background: #32323a url(../img/bg-tuna.jpg); } /* * Text Colors & Effects *-----------------------*/ .text-white { color: #fff; font-size:49px; line-height:60px; z-index:20; } .text-theme { color: #b32c23; } .font-size-40 { font-size: 40px; line-height: 48px; } .font-size-37 { font-size: 37px; } /* * Magnific *----------*/ .mfp-bg { background: rgba(0, 0, 0, 0.7) !important; } .mfp-figure::after { -webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important; } .mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; opacity: .0; -webkit-backface-visibility: hidden; } .mfp-with-zoom.mfp-ready .mfp-container { opacity: 1.0; } .mfp-with-zoom.mfp-ready.mfp-bg { opacity: .9; } .mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg { opacity: .0; } /* * Scroll To Top Element *-----------------------*/ .scroll-to-top { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; display: block; position: fixed; right: 10px; bottom: 10px; opacity: .0; width: 32px; height: 32px; z-index: 1001; cursor: pointer; color: #fff; text-align: center; line-height: 34px; background: #d71920; } .scroll-to-top .icon { font-size: 18px; } .scroll-to-top.in { opacity: .7; -webkit-animation: 0.3s animationZoomIn; -o-animation: 0.3s animationZoomIn; animation: 0.3s animationZoomIn; } .scroll-to-top:hover { opacity: 1.0; } /* * Preloader *-----------*/ #preloader { position: fixed; z-index: 10000; top: 0; left: 0; width: 100%; height: 100%; background: #ffffff; } .loaded #preloader { background: rgba(255, 255, 255, 0.3); } .loader::before { position: absolute; content: ''; } .loader { border-top-color: #d5010f; -webkit-animation: loaderAnimation 1s ease-in-out infinite; -o-animation: loaderAnimation 1s ease-in-out infinite; animation: loaderAnimation 1s ease-in-out infinite; } .loader::before { top: 10px; left: 10px; right: 10px; bottom: 10px; border-top-color: #f5817f; -webkit-animation: loaderAnimation 1.4s ease-in infinite; -o-animation: loaderAnimation 1.4s ease-in infinite; animation: loaderAnimation 1.4s ease-in infinite; } @keyframes loaderAnimation { 0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } @-webkit-keyframes loaderAnimation { 0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } /* * Form Validation *-----------------*/ label.error { position: absolute; top: 20%; right: 0; padding: 5px 7px; color: #fff; font-size: 14px; font-weight: 300; background: #d71920; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-animation: 0.3s animationZoomIn; -o-animation: 0.3s animationZoomIn; animation: 0.3s animationZoomIn; } /* * Gallery Item *--------------*/ .gallery-image { -webkit-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; -ms-transition: 0.5s ease-in-out; -o-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; position: relative; z-index: 0; width: 100%; height: 100%; overflow: hidden; background: rgba(255, 255, 255, 0.8); } .gallery-image img { -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; max-width: 100%; } .gallery-image::before { -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; display: block; content: ''; position: absolute; left: 0; top: 0; z-index: 1; width: 100%; height: 100%; opacity: .0; background: rgba(255, 255, 255, 0.8); } .gallery-image:hover::before { opacity: .7; } .gallery-image:hover::after { -webkit-animation: 0.5s animationZoomIn; -o-animation: 0.5s animationZoomIn; animation: 0.5s animationZoomIn; opacity: 1.0; } .gallery-image:hover img { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); } /*-------------------------------------------------------------------------------------------------------------------- * Header *--------------------------------------------------------------------------------------------------------------------*/ /* * Brand & Navigation *--------------------*/ .navbar { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; z-index: 10; width: 100%; margin-bottom: 0; min-height: 1px; font-size: 16px; background: #fff; border: none; z-index:9999; height:80px; /* * Navigation Style: Fill *-----------------------------*/ /* /Navigation Style: Fill */ /* * Navigation Style: Underline *-----------------------------*/ /* /Navigation Style: Underline */ /* * Affixed Navigation *-----------------------------*/ /* /Affixed Navigation */ } .navbar .information { -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; overflow: hidden; height: 32px; font-weight: 100; line-height: 32px; border-bottom: solid 1px #eee; } .navbar .information i.fa { font-size: 12px; } .navbar .information a { display: block; float: left; padding-left: 7px; padding-right: 12px; border-left: solid 1px #eee; color: #58595b; font-weight: 100 !important; } .navbar .information a .icon { display: inline-block; text-align: center; width: 24px; } .navbar .information a:hover { color: #fff; background: #d71920; border-color: #d71920; } .navbar .information .social { float: right; list-style: none; margin: 0; padding: 0; } .navbar .information .social li { display: block; float: left; } .navbar .information .social li a { display: block; padding-left: 0; padding-right: 0; width: 32px; line-height: 32px; vertical-align: middle; border-right: solid 1px #eee; border-left: none; } .navbar .information .social li a:hover { color: #fff; background: #d71920; border-color: #d71920; } .navbar .brand { position: absolute; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; display: inline-block; line-height: 71px; vertical-align: middle; } .navbar .brand .logo-small { display: none; } .navbar .brand .logo-big { display: inline-block; line-height: 82px; vertical-align: middle; } .navbar .nav { /*text-transform: uppercase;*/ text-transform: none; text-align: center; } .navbar .nav li{ height:80px; width:20%; min-width:183px; text-align:center; } .navbar .nav li a { /*margin: 15px 5px; padding: 7px 15px;*/ height: 80px; width: 100%; display: flex; flex-direction: column; justify-content: space-between; font-size: 18px; color: #000; text-shadow: none; /*-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;*/ -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; position:relative; } .navbar .nav li a:before, .navbar .nav li a:after { content: ''; display: block; } .navbar .nav li a span.navbar-a-span-en{ /*菜单下的英文字母*/ font-size:14px; } .navbar .nav li.active::after{ content:' '; height:4px; background-color:#b32c23; width:100%; position:absolute; left:0px; bottom:0px; } .navbar .nav li a:hover, .navbar .nav li a.hover, .navbar .nav li a:focus, .navbar .nav li a.focus { color: #fff; background: #b32c23; } .navbar .nav li.dropdown .dropdown-menu { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; text-transform: capitalize; border-top: solid 1px #d71920; left: 4px; right: auto; } .navbar .navbar-toggle { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; margin-top: 14px; border: solid 1px #58595b; } .navbar .navbar-toggle .icon-bar { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; background: #58595b; } .navbar .navbar-toggle:hover { border-color: #d71920; } .navbar .navbar-toggle:hover .icon-bar { background: #d71920; } .navbar.navbar-fill .nav li a { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; margin-top: 0 !important; margin-bottom: 0 !important; padding-top: 22px; padding-bottom: 22px; } .navbar.navbar-fill .nav li.dropdown .dropdown-menu a { padding-top: 10px; padding-bottom: 10px; } .navbar.navbar-underline .nav li a { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; position: relative; margin-top: 0 !important; margin-bottom: 0 !important; padding-top: 22px; padding-bottom: 20px; background: transparent; border-bottom: solid 2px transparent; } .navbar.navbar-underline .nav li a:hover, .navbar.navbar-underline .nav li a.hover, .navbar.navbar-underline .nav li a:focus, .navbar.navbar-underline .nav li a.focus { color: #d71920; border-bottom-color: #d71920; } .navbar.navbar-underline .nav li.active a { color: #d71920; border-bottom-color: #d71920; } .navbar.navbar-underline .nav li.dropdown .dropdown-menu { border-top: none; } .navbar.navbar-underline .nav li.dropdown .dropdown-menu a { padding-top: 10px; padding-bottom: 10px; } .navbar.affix-top { position: fixed; } .navbar.affix { position: fixed; -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.3); box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.3); } .navbar.affix .information { height: 0; border-bottom-width: 0; } /*.navbar.affix .brand { line-height: 55px; }*/ .navbar.affix .nav li a { /*margin-top: 10px; margin-bottom: 10px;*/ } .navbar.affix .navbar-toggle { margin-top: 10px; } .navbar.affix.navbar-fill .nav li a { padding-top: 17px; padding-bottom: 17px; } .navbar.affix.navbar-underline .nav li a { padding-top: 17px; padding-bottom: 16px; } .no-mobile .dropdown:hover .dropdown-menu { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -webkit-animation: 0.3s animationSubMenu; -o-animation: 0.3s animationSubMenu; animation: 0.3s animationSubMenu; display: block; } /*-------------------------------------------------------------------------------------------------------------------- * Slider *--------------------------------------------------------------------------------------------------------------------*/ /* * Main *------*/ .slider { width: 100%; max-width: 100%; } .slider .item { height: 510px; max-width: 100%; overflow: hidden; } .slider .item img { max-width: 100%; } .slider .owl-controls { position: absolute; bottom: 10px; left: 0; right: 0; margin: auto; text-align: center; } .slider .owl-controls .owl-pagination .owl-page { line-height: 26px; vertical-align: middle; } .slider .owl-controls .owl-pagination .owl-page span { display: inline-block; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; opacity: .7; background: transparent; border: solid 1px #ccc; } .slider .owl-controls .owl-pagination .owl-page.active span { background: #d71920; } .item a{ cursor:default; } /* * Slide Mask *------------*/ .mask { position: relative; z-index: -1; } .mask::before { display: block; content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: .0; z-index: 0; background: #000; } /* * OWL.Carousel fadeUp *---------------------*/ .owl-fadeUp-in { -webkit-animation: scaleUpFrom 1.2s ease both; -o-animation: scaleUpFrom 1.2s ease both; animation: scaleUpFrom 1.2s ease both; } .owl-fadeUp-out { -webkit-animation: scaleUpTo 1.2s ease both; -o-animation: scaleUpTo 1.2s ease both; animation: scaleUpTo 1.2s ease both; } /*-------------------------------------------------------------------------------------------------------------------- * Section: Features *--------------------------------------------------------------------------------------------------------------------*/ .feature { margin-bottom: 30px; text-align: center; } .feature * { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .feature .icon { -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; display: block; width: 96px; height: 96px; line-height: 96px; font-size: 32px; margin: 0 auto 30px; color: #d71920; border: solid 1px #d71920; } .feature .title { margin-bottom: 30px; } .feature .description { margin-bottom: 30px; } .feature:hover .icon { color: #fff; background: #d71920; } .feature:hover .title { color: #d71920; } /*-------------------------------------------------------------------------------------------------------------------- * Section: More Features *--------------------------------------------------------------------------------------------------------------------*/ .more-feature { margin-bottom: 30px; } .more-feature .media-left { padding-top: 1px; padding-left: 1px; } .more-feature .icon { -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; font-size: 32px; margin-right: 15px; } .more-feature .title { -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; margin-bottom: 10px; } .more-feature .description { margin-bottom: 10px; } .more-feature:hover .icon, .more-feature:hover .title { color: #d71920; } /*-------------------------------------------------------------------------------------------------------------------- * Section: Projects *--------------------------------------------------------------------------------------------------------------------*/ .project-item { -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; display: block; margin-bottom: 30px; background: #fff; } .project-item .gallery-image { margin-bottom: 10px; } .project-item .info { position: relative; padding: 5px 80px 5px 10px; } .project-item .info .title { -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; margin-bottom: 5px; } .project-item .info .description { -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; color: #58595b; margin-bottom: 10px; } .project-item .info .social { -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; position: absolute; right: 10px; bottom: 15px; color: #58595b; } .project-item:hover { background: #d71920; } .project-item:hover img { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); } .project-item:hover .info .title, .project-item:hover .info .description, .project-item:hover .info .social { color: #fff; } /*-------------------------------------------------------------------------------------------------------------------- * Section: Statistics *--------------------------------------------------------------------------------------------------------------------*/ .stat { text-align: center; } .stat * { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .stat .icon { -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; display: block; width: 96px; height: 96px; color: #fff; font-size: 32px; line-height: 96px; margin: 0 auto 30px; border: solid 1px #fff; } .stat .number { color: #d71920; } .stat .title { color: #fff; margin-bottom: 0; } .stat:hover .icon { color: #d71920; border-color: #d71920; } .stat:hover .number { color: #fff; } .stat:hover .title { color: #d71920; } /*-------------------------------------------------------------------------------------------------------------------- * Section: Testimonials *--------------------------------------------------------------------------------------------------------------------*/ .testimonials-carousel .owl-controls { position: absolute; top: -100px; right: 5px; text-align: center; } .testimonials-carousel .owl-controls .owl-buttons div { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; width: 24px; height: 24px; line-height: 20px; opacity: .9; background: #d71920; } .testimonials-carousel .owl-controls .owl-buttons div i.fa { font-size: 16px; } .testimonials-carousel .testimonial { margin: 0 10px 0 0; } .testimonials-carousel .testimonial .content { margin-bottom: 10px; } .testimonials-carousel .testimonial .content .text { margin: 0; } .testimonials-carousel .testimonial .author { margin-bottom: 5px; } .testimonials-carousel .testimonial .company { color: #d71920; } .testimonials-carousel .testimonial:nth-child(3n) { margin-right: 0; } /*-------------------------------------------------------------------------------------------------------------------- * Section: Contact *--------------------------------------------------------------------------------------------------------------------*/ .contact-form { margin-bottom: 30px; } .contact-form textarea { min-height: 200px; resize: vertical; } .contact-information { list-style: none; margin: 0 0 30px; padding: 0; } .contact-information li { padding: 10px 0; border-bottom: solid 1px #eee; } .contact-information li .icon { margin-right: 10px; } .contact-information li span { display: inline-block; width: 70px; font-weight: 500; } /*-------------------------------------------------------------------------------------------------------------------- * Section: Clients *--------------------------------------------------------------------------------------------------------------------*/ .clients-carousel { margin-bottom: 30px; } .clients-carousel .client { line-height: 70px; text-align: center; vertical-align: middle; } .clients-carousel .owl-controls { position: absolute; top: -75px; right: 5px; text-align: center; } .clients-carousel .owl-controls .owl-buttons div { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; width: 32px; height: 32px; line-height: 28px; opacity: .9; background: #d71920; } .clients-carousel .owl-controls .owl-buttons div i.fa { font-size: 16px; } /*-------------------------------------------------------------------------------------------------------------------- * Section: Skills *--------------------------------------------------------------------------------------------------------------------*/ .skills .title { font-weight: 500; margin-bottom: 10px; } .skills .title span { float: right; } /*-------------------------------------------------------------------------------------------------------------------- * Section: Our Team *--------------------------------------------------------------------------------------------------------------------*/ .team-member { margin-bottom: 30px; padding:5px; } .team-member .image { max-width: 100%; overflow: hidden; } .team-member-box { border: 2px solid #dcdcdc; border-top:0px; padding:5px 0px 18px 0px; } .team-member-box p.team-member-content{ font-size:18px; line-height:30px; padding:10px 10px 0px 10px; margin-bottom:0px; height:150px; } .team-member .image img { width: 100%; max-width: 100%; } .team-member .name { margin-bottom: 10px; } .team-member .post { display: block; margin-bottom: 10px; color: #d71920; } .team-member .text { margin-bottom: 10px; } /*-------------------------------------------------------------------------------------------------------------------- * Section: Map *--------------------------------------------------------------------------------------------------------------------*/ #map-canvas { width: 100%; height: 500px; } #map-canvas::after { display: block; content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: .0; } /*-------------------------------------------------------------------------------------------------------------------- * Modal *--------------------------------------------------------------------------------------------------------------------*/ .modal { text-align: center; white-space: nowrap; } .modal .modal-dialog { display: inline-block; margin: 0; width: 500px; max-width: 98%; text-align: left; white-space: normal; vertical-align: middle; } .modal .modal-dialog .modal-content { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; padding: 20px 20px 0; border: none; opacity: .0; } .modal .modal-dialog .modal-content .modal-header { border-bottom: none; } .modal .modal-dialog .modal-content .modal-header .modal-title { text-transform: uppercase; } .modal .close { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .modal::before { display: inline-block; content: ''; height: 100%; vertical-align: middle; } .modal.fade.in .modal-content { opacity: 1.0; } .modal-result { margin-bottom: 30px; } .result-icon { position: relative; margin-bottom: 30px; } .result-icon .icon-border { position: relative; width: 128px; height: 128px; margin-left: auto; margin-right: auto; } .result-icon .icon-border .icon { position: absolute; left: 0; top: 0; width: 100%; height: 100%; font-size: 48px; line-height: 128px; text-align: center; color: #d71920; } .result-icon .icon-border svg { z-index: 1; width: 100%; height: 100%; } .result-icon .icon-border svg circle { fill: none; stroke: #d71920; stroke-width: 1; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 39 39; stroke-dashoffset: -39; -webkit-transition: stroke-dashoffset 0.5s; -moz-transition: stroke-dashoffset 0.5s; -ms-transition: stroke-dashoffset 0.5s; -o-transition: stroke-dashoffset 0.5s; transition: stroke-dashoffset 0.5s; } .result-icon .icon-border::after { position: absolute; left: 0; top: 0; display: block; content: ''; width: 100%; height: 100%; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; border: solid 3px #eee; } .in .icon-border .icon { -webkit-animation: 0.5s bounceIn; -o-animation: 0.5s bounceIn; animation: 0.5s bounceIn; } .in .icon-border svg circle { stroke-dashoffset: 0; -webkit-transition: stroke-dashoffset 0.5s linear 0.5s; -moz-transition: stroke-dashoffset 0.5s linear 0.5s; -ms-transition: stroke-dashoffset 0.5s linear 0.5s; -o-transition: stroke-dashoffset 0.5s linear 0.5s; transition: stroke-dashoffset 0.5s linear 0.5s; } /*-------------------------------------------------------------------------------------------------------------------- * Footer *--------------------------------------------------------------------------------------------------------------------*/ .footer { border-top: solid 2px #d71920; background-color:#333; padding-bottom: 10px; } .footer p { margin-bottom: 10px; } .footer .logo { margin-bottom: 20px; } .footer .footer-col { margin-bottom: 30px; } .footer .subtitle { margin-bottom: 5px; } .footer .post { margin-bottom: 10px; } .footer .post .image { width: 60px; height: 60px; overflow: hidden; } .footer .post .text { margin-bottom: 5px; } .footer-col a{color: #919191; } .footer-col a:hover{color:#d71920;} .footer-col h3{ font-size:16px; color: #bbb;} .footer-col ul li{ list-style-type: none;} .footer-col .menu{ font-size:14px; margin-left:-38px; line-height:28px;color: #919191;} .footer-col .text{ font-size:14px;} .footer-col p{color: #919191;} /* services block three */ .inner-box:hover .imghvr-strip-vert-bottom-right:before, .inner-box:hover .imghvr-strip-vert-bottom-right:after, .inner-box:hover .imghvr-strip-vert-bottom-right figcaption:before, .inner-box:hover .imghvr-strip-vert-bottom-right figcaption:after { transform: scale(1); opacity: 1; } .inner-box:hover .imghvr-strip-vert-bottom-right figcaption * { opacity: 1; } .services-block-three .content { position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: space-between; padding: 30px; transition: .5s ease; } .inner-box:hover .visible.content { opacity: 0; visibility: hidden; } .services-block-three .inner-box:hover .visible.content .services-title { top: -50px; transition: .5s ease; } /*Services Block four*/ .services-block-four{ position:relative; margin-bottom:10px; z-index:99; } .services-block-four:before { position: absolute; content: ''; right: 0; top: 60px; bottom: 60px; background: #f2f2f2; } .services-block-four:last-child:before { display: none; } .services-block-four .inner-box{ position:relative; padding: 6px 15px; margin: 50px 0 40px; text-align:center; } .services-block-four .inner-box .icon-box{ position:relative; color: #848484; font-size: 50px; margin-bottom: 30px; background-repeat: no-repeat; background-position: center; } .services-block-four .inner-box h3{ position:relative; font-size:20px; color:#222222; font-weight: 400; margin-bottom: 20px; } .services-block-four .inner-box .text{ position:relative; color:#848484; font-size: 16px; font-weight:300; line-height:1.6em; max-width: 315px; margin: 0 auto; } /* Testimonials */ .testi-boxes blockquote { font-style: italic; font-size: 13px; line-height: 22px; color: #666666; border-left: none; padding: 0px; padding-left: 10px; position: relative; margin: 0px; border: none; margin-bottom: 20px; } .testi-boxes blockquote:before { content: "“"; color: #29b6f6; font-size: 60px; font-weight: 700; display: inline-block; font-style: normal; position: absolute; top: 0px; left: 0px; padding: 15px 3px 0px 0px; } .testi-boxes .testi-info { padding-left: 5px; } .testi-boxes .testi-info img { float: left; margin-right:30px; } .testi-boxes .testi-info .testi-details { padding-left: 10px; color: #555555; font-weight: normal; } .testi-boxes .testi-info .testi-details span { display: block; color: #333333; font-size: 18px; font-weight: 300; text-transform: uppercase; } .testimonials-slider-2 .testi-boxes .testi-info { padding-left: 0px; display: inline-block; margin: 5px 0px 25px; } .testimonials-slider-2 .testi-boxes .testi-info .testi-details { text-align: left; } /* ------------------------------------------------ Fact Counter ------------------------------------------------ */ .fact-counter{ position:relative; overflow:hidden; color:#ffffff; } .fact-counter:before{ content:''; position:absolute; left:0px; top:0px; width:100%; height:100%; background: rgba(0, 0, 0, 0); opacity:0.80; z-index:0; } .fact-counter .auto-container{ position:relative; z-index:1; } .fact-counter .column{ position:relative; margin-bottom:30px; z-index:5; } .fact-counter .item { color: #222; max-width: 236px; } .fact-counter .column .icon span{ position:relative; top:0px; font-size: 50px; position: absolute; line-height:70px; top: -5px; left: 0; margin-bottom:20px; color: #ab7442; transition:all 500ms ease; -moz-transition:all 500ms ease; -webkit-transition:all 500ms ease; -ms-transition:all 500ms ease; -o-transition:all 500ms ease; } .fact-counter .count-outer{ position: relative; font-size: 20px; text-align: left; font-weight: 700; } .fact-counter .counter-outer{ max-width: 630px; padding: 50px 0px 0px; } .fact-counter .counter-outer .item .inner-box{ position: relative; padding-left: 85px; } .fact-counter .counter-outer .item .inner-box .icon-box{ position: absolute; left: 10px; top: 0px; width: 56px; height: 56px; border: 2px solid #7aba1e; border-radius: 50px; } .fact-counter .counter-outer .item .inner-box .icon-box i{ position: relative; top: 10px; color: #7aba1e; } .fact-counter .counter-outer .item .inner-box .icon-box i:before{ margin: 0; font-size: 22px; } /*** ==================================================================== feature-section ==================================================================== ***/ .feature-section { position: relative; z-index:1; } .feature-section:before { position: absolute; content: ''; left: 0; top: 0; width: 100%; height: 61%; } .feature-section .feature-bg { position: relative; background: #fff; } .faq-section h3 { color: #222; margin-bottom: 20px; } /*-------------------------------------------------------------------------------------------------------------------- * Inner Pages *--------------------------------------------------------------------------------------------------------------------*/ .section-page-header { margin-bottom: 50px; padding: 30px 0; background: #f5f5f5; border-top: solid 1px #eaeaea; border-bottom: solid 1px #eaeaea; } .section-page-header .title { color: #555; font-size: 24px; padding: 0; margin-bottom: 5px; } /*-------------------------------------------------------------------------------------------------------------------- * Blog *--------------------------------------------------------------------------------------------------------------------*/ /* * Post *------*/ .blog-post { margin-bottom: 50px; padding-bottom: 30px; } .blog-post .image { position: relative; margin-bottom: 30px; overflow: hidden; } .blog-post .image img { width: 100%; max-width: 100%; } .blog-post .image iframe { width: 100%; max-width: 100%; } .blog-post .image .image-overlay { -webkit-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; -ms-transition: 0.5s ease-in-out; -o-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: .0; background: rgba(255, 255, 255, 0.8); } .blog-post .image .image-overlay .icon-wr { -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; display: block; width: 64px; height: 64px; font-size: 32px; line-height: 68px; text-align: center; color: #fff; background: #d71920; } .blog-post .image .image-overlay .icon-wr .icon { display: inline-block; } .blog-post .image:hover .image-overlay { opacity: .9; } .blog-post .image:hover .image-overlay .icon-wr { -webkit-animation: 0.5s animationZoomIn; -o-animation: 0.5s animationZoomIn; animation: 0.5s animationZoomIn; } .blog-post .title { font-size: 24px; margin-bottom: 10px; } .blog-post .meta { margin-bottom: 30px; } .blog-post .meta li { padding-left: 0; } .blog-post .meta li::after { display: inline-block; content: '/'; margin-left: 10px; margin-right: 0; } .blog-post .meta li:last-child::after { display: none; } .blog-post .content { margin-bottom: 30px; } .blog-post .information .tags, .blog-post .information .social-inline { line-height: 22px; vertical-align: middle; } .blog-post .information .social-inline { float: right; } /* * Widget *--------*/ .widget { margin-bottom: 30px; } .widget .title { text-transform: uppercase; margin-bottom: 20px; } .widget .title::after { display: block; content: ''; margin-top: 5px; width: 15%; height: 1px; background: #d71920; } /* * Widget: Menu *--------------*/ .sidebar-menu { list-style: none; margin: 0; padding: 0; } .sidebar-menu li a { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; font-weight: normal; display: block; padding-top: 10px; padding-bottom: 10px; color: #58595b; border-bottom: solid 1px #eee; } .sidebar-menu li a:hover { color: #d71920; padding-left: 10px; } /* * Widget: Latest Posts *----------------------*/ .latest-posts { list-style: none; margin: 0; padding: 0; } .latest-posts .post { padding-top: 10px; padding-bottom: 10px; border-bottom: solid 1px #eee; } .latest-posts .post .image { width: 60px; height: 60px; overflow: hidden; } .latest-posts .post .text { margin-bottom: 5px; } /* * Widget: Search *----------------*/ /* * Widget: Advert *----------------*/ .advert { width: 100%; height: 250px; min-height: 250px; } /* * Widget: Tags *--------------*/ /* * Widget: Recent Comments *-------------------------*/ .recent-comments { list-style: none; margin: 0; padding: 0; } .recent-comments li { padding-top: 10px; padding-bottom: 10px; border-bottom: solid 1px #eee; } /* * Widget: Comments *------------------*/ .comments { position: relative; list-style: none; margin: 30px 0; padding: 0; } .comments .image { overflow: hidden; } .comments .image img { max-width: 60px; } .comments .author { margin-bottom: 10px; } .comments .date { display: block; margin-bottom: 10px; } .comments .text { margin-bottom: 10px; } .comments li { margin-bottom: 30px; } .comments ul { padding-left: 70px; } .send-comment textarea { min-height: 150px; resize: vertical; } /*-------------------------------------------------------------------------------------------------------------------- * Projects *--------------------------------------------------------------------------------------------------------------------*/ /* * Project Carousel *------------------*/ .project-carousel { margin-bottom: 130px; } .project-carousel .owl-wrapper-outer { z-index: 1; } .project-carousel .owl-controls { position: absolute; margin-top: 0; width: 100%; height: 100%; left: 0; top: 0; } .project-carousel .owl-controls .owl-pagination { position: absolute; bottom: -100px; left: 0; width: 100%; z-index: 1; } .project-carousel .owl-controls .owl-pagination .owl-page { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; height: 100px; width: 25%; vertical-align: middle; border: solid 0 #fff; border-top-width: 1px; border-right-width: 1px; opacity: .8; } .project-carousel .owl-controls .owl-pagination .owl-page span { display: inline-block; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; opacity: .7; background: transparent; border: none; } .project-carousel .owl-controls .owl-pagination .owl-page.active { opacity: 1.0; } .project-carousel .owl-controls .owl-pagination .owl-page:hover { opacity: 1.0; } .project-carousel .owl-controls .owl-pagination .owl-page:nth-child(4n) { border-right-width: 0; } .project-carousel .owl-controls .owl-buttons { position: absolute; height: 100%; top: 0; left: 0; right: 0; bottom: 0; } .project-carousel .owl-controls .owl-buttons .owl-prev, .project-carousel .owl-controls .owl-buttons .owl-next { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; position: absolute; top: 0; bottom: 0; z-index: 2; margin: auto 0; width: 48px; height: 48px; font-size: 32px; line-height: 44px; color: #58595b; background: rgba(255, 255, 255, 0.95); } .project-carousel .owl-controls .owl-buttons .owl-prev:hover, .project-carousel .owl-controls .owl-buttons .owl-next:hover { background: #ffffff; } .project-carousel .owl-controls .owl-buttons .owl-prev { left: 0; } .project-carousel .owl-controls .owl-buttons .owl-next { right: 0; } /* * Project Information *---------------------*/ .project-information .title { position: relative; padding:40px 0px 10px 0px; border-bottom: solid 1px #eee; } .project-information .title::after { display: block; content: ''; position: absolute; bottom: -1px; left: 0; width: 20%; height: 2px; background: #d71920; } .project-information p { text-align: justify; font-size: 24px; line-height: 48px; } .project-information .details { font-size:16px; list-style-type: disc; margin: 0 0 30px; padding: 0; } .project-information .details li { padding: 5px 0; border-bottom: solid 1px #eee; } .project-information .details li span { display: inline-block; width: 90px; float:right; } .project-information .details li span.org { display: inline-block; float: right; width:auto; font-size:14px; } .project-information ul li { } .dqgg-link { position: relative; } .dqgg-link ul,.dqgg-link ul li { list-style: none; } .dqgg-link ul li a { position: relative; display: inline-block; margin: 2px 0; color: #58595b; transition: .3s ease; } .dqgg-link ul li a:hover { color: #d71920; } .dqgg-link ul li a i { margin-right: 10px; } /* =-=-=-=-=-=-= News Section =-=-=-=-=-=-= */ #news{ padding:60px 0px;} .latest-blog-list {} .latest-blog-list>li:last-child{ padding-bottom: 0; margin-bottom: 0; border-bottom: 0; } .latest-blog-list .date{ float: left; width: 68px; height: 68px; padding-top: 2px; color: #404040; font-size: 28px; font-weight: 700; text-align: center; margin-right: 15px; border: 1px solid #e5e5e5; -webkit-transition: all 0.4s ease-in-out 0s; -moz-transition: all 0.4s ease-in-out 0s; -ms-transition: all 0.4s ease-in-out 0s; -o-transition: all 0.4s ease-in-out 0s; transition: all 0.4s ease-in-out 0s; } .latest-blog-list .date span { font-size: 10px; display: block; text-transform: uppercase; } .latest-blog-list .date:hover { color: #fff; background-color: #d71920; border-color: transparent; } .latest-blog-list .blog-post { overflow: hidden; } .project-information .post{color:#000; } .project-information .team-member .name{text-align:center;} .mt-70 ul{ list-style:none;} .blog-post h3 { font-size: 16px; line-height: 24px; margin: 0; font-weight: 700; } .blog-post h3 a{ color: #404040; } .blog-post h3 a:hover{ color: #d71920; } .post-meta { padding: 0; list-style: none; } .post-meta li { display: inline-block; margin-right: 10px; color: #404040; font-size: 13px; } .post-meta li:last-child { margin-right: 0; } .post-meta li a { margin-left: 5px; color: #404040; text-transform: capitalize; } .post-meta li a:hover { color: #77a86d; } /************************** * news styles ***************************/ .blog-section { } .default-blog-news { position: relative; transition: .5s ease-in-out; margin-bottom: 20px; } .default-blog-news:hover { box-shadow: 0 15px 16px 0 rgba(0, 0, 0, 0.03), 0 0px 82px 0 rgba(0, 0, 0, 0.02); transition: .2s cubic-bezier(0.4, 0, 1, 1); } .default-blog-news .lower-content{ position:relative; padding: 30px 20px 0px; border: 1px solid #f4f4f4; } .default-blog-news .lower-content .text p{ margin-bottom:20px; } .default-blog-news .lower-content h4 { color:#222; font-weight: 400; margin-bottom: 25px; } .default-blog-news .lower-content h4 a{ color:#222; -webkit-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; -moz-transition: all 300ms ease; transition: all 300ms ease; font-size: 18px; line-height:28px; } .default-blog-news .lower-content h4 a:hover{ color:#d71920; -webkit-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; -moz-transition: all 300ms ease; transition: all 300ms ease; } .default-blog-news .lower-content .post-meta{ color: #848484; font-size:16px; margin-bottom:10px; } /* * Projects Carousel *-------------------*/ .projects-carousel .recent-project { margin-right: 10px; } .projects-carousel .recent-project .image-popup { display: block; } .projects-carousel .recent-project .info { -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; display: block; padding-top: 10px; padding-bottom: 5px; color: #58595b; } .projects-carousel .recent-project .info .title { -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; margin-bottom: 10px; } .projects-carousel .recent-project .info .description { -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; margin-bottom: 10px; } .projects-carousel .recent-project:hover .info { padding-left: 10px; color: #fff; background: #d71920; } .projects-carousel .recent-project:hover .info .title { color: #fff; } .projects-carousel .recent-project:nth-child(4n) { margin-right: 0 !important; } .projects-carousel .owl-controls { position: absolute; top: -100px; right: 5px; text-align: center; } .projects-carousel .owl-controls .owl-buttons div { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; width: 32px; height: 32px; line-height: 28px; opacity: .9; background: #d71920; } .projects-carousel .owl-controls .owl-buttons div i.fa { font-size: 16px; } /* * Projects List *---------------*/ .projects-list { margin-bottom: 30px; overflow: hidden; } .projects-list .project-image { margin-bottom: 30px; } /*-------------------------------------------------------------------------------------------------------------------- * 404 Page *--------------------------------------------------------------------------------------------------------------------*/ .page-404 h1 { font-size: 80px; font-weight: 600; } /*-------------------------------------------------------------------------------------------------------------------- * Animations *--------------------------------------------------------------------------------------------------------------------*/ /* ZoomIn animation */ @-moz-keyframes animationZoomIn { from { -webkit-transform: scale(0.7) translateY(-100%); -moz-transform: scale(0.7) translateY(-100%); -ms-transform: scale(0.7) translateY(-100%); -o-transform: scale(0.7) translateY(-100%); transform: scale(0.7) translateY(-100%); } to { -webkit-transform: scale(1) translateY(none); -moz-transform: scale(1) translateY(none); -ms-transform: scale(1) translateY(none); -o-transform: scale(1) translateY(none); transform: scale(1) translateY(none); } } @keyframes animationZoomIn { from { -webkit-transform: scale(0.7) translateY(-100%); -moz-transform: scale(0.7) translateY(-100%); -ms-transform: scale(0.7) translateY(-100%); -o-transform: scale(0.7) translateY(-100%); transform: scale(0.7) translateY(-100%); } to { -webkit-transform: scale(1) translateY(none); -moz-transform: scale(1) translateY(none); -ms-transform: scale(1) translateY(none); -o-transform: scale(1) translateY(none); transform: scale(1) translateY(none); } } /* SubMenu Animation */ @-moz-keyframes animationSubMenu { from { opacity: 0; -webkit-transform: translateY(10%) scale(0.8); -moz-transform: translateY(10%) scale(0.8); -ms-transform: translateY(10%) scale(0.8); -o-transform: translateY(10%) scale(0.8); transform: translateY(10%) scale(0.8); } to { opacity: 1; -webkit-transform: translateY(0) scale(1); -moz-transform: translateY(0) scale(1); -ms-transform: translateY(0) scale(1); -o-transform: translateY(0) scale(1); transform: translateY(0) scale(1); } } @keyframes animationSubMenu { from { opacity: 0; -webkit-transform: translateY(10%) scale(0.8); -moz-transform: translateY(10%) scale(0.8); -ms-transform: translateY(10%) scale(0.8); -o-transform: translateY(10%) scale(0.8); transform: translateY(10%) scale(0.8); } to { opacity: 1; -webkit-transform: translateY(0) scale(1); -moz-transform: translateY(0) scale(1); -ms-transform: translateY(0) scale(1); -o-transform: translateY(0) scale(1); transform: translateY(0) scale(1); } } /*-------------------------------------------------------------------------------------------------------------------- * Responsive *--------------------------------------------------------------------------------------------------------------------*/ @media screen and (max-width: 991px) { .header { height: 64px; } .breadcrumb { float: none; text-align: left !important; padding-left: 0 !important; } .carousel-caption .text-white { margin-top:-250px; position:relative;} } @media screen and (max-width: 767px) { .brand .logo-big { display: none !important; } .brand .logo-small { display: inline-block !important; } .slider { text-align: center; } .stat { margin-bottom: 30px; } .footer .signup-form .btn-theme { display: block; width: 100%; } .blog-post .social-inline { float: none !important; } } @media screen and (max-width: 480px) { .testimonials-carousel .owl-controls { position: static; } .footer .footer-col { float: none; width: 100%; } .footer hr { display: none; } } /*** ==================================================================== Search Popup ==================================================================== ***/ .search-popup-block { position: fixed; left: 0px; top: -100%; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.80); z-index: 9999; visibility: hidden; opacity: 0; overflow: auto; transition: all 700ms ease; -moz-transition: all 700ms ease; -webkit-transition: all 700ms ease; -ms-transition: all 700ms ease; -o-transition: all 700ms ease; } .search-popup-block.popup-visible { top: 0; visibility: visible; opacity: 1; } .search-popup-block .close-search { position: absolute; right: 25px; top: 25px; font-size: 20px; color: #ffffff; cursor: pointer; z-index: 5; } .search-popup-block .close-search:hover { opacity: 0.70; } .search-popup-block .search-form-box { position: relative; padding: 0px 15px 50px; padding-top: 200px; max-width: 1024px; margin: 0 auto; } .search-popup-block .search-form-box fieldset { position: relative; border: 5px solid rgb(255, 255, 255); -webkit-border-radius: 0px; -ms-border-radius: 0px; -o-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; } .search-popup-block .search-form-box fieldset input[type="search"], .search-popup-block .search-form-box fieldset input.form-control { position: relative; height: 70px; padding: 20px 220px 20px 30px; background: #ffffff; line-height: 30px; font-size: 24px; color: #233145; -webkit-border-radius: 0px; -ms-border-radius: 0px; -o-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; } .search-popup-block .search-form-box fieldset input[type="submit"] { position: absolute; display: block; right: 0px; top: 0px; text-align: center; width: 220px; padding: 20px 10px 20px 10px; color: #ffffff; background: #00cc99; line-height: 30px; height: 70px; font-size: 20px; text-transform: uppercase; -moz-border-radius: 0px 0px 0px 0px; -ms-border-radius: 0px 0px 0px 0px; -o-border-radius: 0px 0px 0px 0px; -webkit-border-radius: 0px 0px 0px 0px; border-radius: 0px 0px 0px 0px; } .search-popup-block .search-form-box fieldset input[type="submit"]:hover { background: #334551; color: #ffffff; } .search-popup-block h3 { font-size: 28px; color: #ffffff; margin-bottom: 30px; text-align: center; letter-spacing: 1px; } .search-popup-block .recent-searches { font-size: 14px; color: #ffffff; text-align: center; } .search-popup-block .recent-searches li { display: inline-block; margin: 0px 10px 10px 0px; } .search-popup-block .recent-searches li a { display: block; line-height: 24px; border: 1px solid #ffffff; padding: 8px 20px; font-size: 15px; color: #ffffff; border-radius: 0px; } .search-popup-block .recent-searches li a:hover { color: #00cc99; border-color: #00cc99; } /*** ==================================================================== Featured Section ==================================================================== ***/ .featured-area { position: relative; background: #f5f5f8; z-index:1; } .featured-area .image-box { position: relative; margin: 0px -15px; overflow: hidden; } .featured-area .image-box:before { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; content: ''; } .featured-area .image-box img { float: right; } .featured-area .bx-wrapper { margin-bottom: 0px; overflow: hidden; } .featured-area .content-box { position: relative; margin: 0px -15px; padding: 50px 40px 0px 40px; background-size: cover!important; background-repeat: no-repeat!important; } .featured-area .slider-pager .list-inline { position: relative; overflow: hidden; display: inline-block; text-align:center; width:500px; } .featured-area .slider-pager .list-inline li a.active img { position: relative; opacity: 1; padding: 0; transition:all 500ms ease; } .featured-area .slider-pager .list-inline li a img { position: relative; width: 40px; height: 40px; padding: 5px; opacity: .35; border-radius: 6px; transition:all 500ms ease; } .featured-area .bx-wrapper .bx-viewport { position: relative; background: none; border: none; left: 0px; margin-top: 20px; -webkit-box-shadow: none; box-shadow: none; } .featured-area .bx-wrapper .bx-viewport p { font-size: 18px; line-height: 32px; padding-right:40px; font-weight: 400; color: #58595b; } .featured-area .bx-wrapper .bx-viewport h5 { position: relative; font-size: 24px; color: #222222; margin-bottom:25px; padding-top: 20px; text-transform: capitalize; } .featured-area .bx-wrapper .bx-viewport h5:before { position: absolute; top: 90px; left: 0px; content: ''; width: 50px; height: 3px; background: #d71920; } .container-fluid .image-box {color:#fff !important;padding:120px;} .image-box h4{color:#fff; font-size:20px;} .image-box ul{ line-height:30px;} .image-box ul li{ list-style-type: none;} .image-box ul li span{ padding-right:15px;} .bxslider .author p{margin-top:-25px;} /*tab*/ .tabs-section{ position:relative; padding:130px 0px 100px; } .tabs-section .column{ margin-bottom:30px; } .tabs-section .image-box img{ width:100%; display:block; } .tabs-style-one .tab-buttons{ position:relative; } .tabs-style-one .tab-buttons .tab-btn{ position:relative; display:inline-block; padding: 13px 30px; margin:0px 0px 0px; cursor:pointer; font-size: 18px; text-align:center; color: #848484; border-top: 2px solid transparent; background-color:#f9f9f9; text-transform:capitalize; transition:all 300ms ease; } .tabs-style-one .tab-buttons .tab-btn.active-btn{ color: #d71920; background: #ffffff; border-color: #d71920; } .tabs-style-one .tabs-content{ position:relative; padding: 34px; padding-left: 0; } .tabs-style-one .tab .text-content{ position:relative; } .tabs-style-one .tab .text-content .text{ font-size:16px; line-height:1.8em; margin-bottom:15px; color:#777777; font-weight:300; } .tabs-style-one.tabs-box{ padding-right:15px; } .tabs-box .tabs-content .tab{ position: relative; display: none; } .tabs-box .tabs-content .active-tab { display: block; } .link-login {color:#fff;} /*================== news ====================*/ #mu-about-us { display: inline; float: left; width: 100%; padding: 100px 0; } .mu-about-us-area { display: inline; float: left; width: 100%; } .mu-about-us-right { display: inline; float: left; margin-top: 20px; padding-top: 30px; padding-left: 15px; width: 100%; } .mu-about-us-right ul { margin-bottom: 20px; padding-left: 50px; } .mu-about-us-right ul li { line-height: 24px; margin-bottom: 10px; /* list-style-type: none; */ } .mu-about-us-right a{ color:#58595b; } .mu-about-us-right a:hover{ color:#d71920; } /* .mu-about-us-right ul li:before { content: "\f0da"; font-family: fontAwesome; margin-right: 10px; } */ .mu-about-us-left { display: inline; float: left; margin-top: 20px; padding-top: 30px; padding-right: 15px; width: 100%; } .mu-about-us-left img{ border-radius:10px;} .mu-title { display: inline; float: left; width: 100%; margin-bottom: 20px; text-align: center; } .mu-title h2 { color: #000; font-size: 30px; margin-bottom: 5px; } /*--- 关于我们 ----*/ .content-top-grid { text-align:center; color:#fff; margin-bottom:30px; } .content-top-grid:hover gywm01 { background:url(../images/1hr.png) no-repeat 0px 0px; } .content-top-grid gywm01 { width:160px; height:160px; display:inline-block; background:url(../images/1.png) no-repeat 0px 0px; } .content-top-grid:hover gywm02 { background:url(../images/2hr.png) no-repeat 0px 0px; } .content-top-grid gywm02 { background:url(../images/2.png) no-repeat 0px 0px; width:160px; height:160px; display:inline-block; transition:0.5s; -webkit-transition:0.5s; -moz-transition:0.5s; -o-transition:0.5s; -ms-transition:0.5s; } .content-top-grid gywm03 { background:url(../images/3.png) no-repeat 0px 0px; width:160px; height:160px; display:inline-block; top:0%; right:16%; transition:0.5s; -webkit-transition:0.5s; -moz-transition:0.5s; -o-transition:0.5s; -ms-transition:0.5s; } .content-top-grid:hover gywm03 { background:url(../images/3hr.png) no-repeat 0px 0px; transition:0.5s; -webkit-transition:0.5s; -moz-transition:0.5s; -o-transition:0.5s; -ms-transition:0.5s; } .content-top-grid gywm04 { background:url(../images/4.png) no-repeat 0px 0px; width:160px; height:160px; display:inline-block; transition:0.5s; -webkit-transition:0.5s; -moz-transition:0.5s; -o-transition:0.5s; -ms-transition:0.5s; } .content-top-grid:hover gywm04 { background:url(../images/4hr.png) no-repeat 0px 0px; } .content-top-grid gywm05 { background:url(../images/5.png) no-repeat 0px 0px; width:160px; height:160px; display:inline-block; transition:0.5s; -webkit-transition:0.5s; -moz-transition:0.5s; -o-transition:0.5s; -ms-transition:0.5s; } .content-top-grid:hover gywm05 { background:url(../images/5hr.png) no-repeat 0px 0px; } .content-top-grid gywm06 { background:url(../images/6.png) no-repeat 0px 0px; width:160px; height:160px; display:inline-block; transition:0.5s; -webkit-transition:0.5s; -moz-transition:0.5s; -o-transition:0.5s; -ms-transition:0.5s; } .content-top-grid:hover gywm06 { background:url(../images/6hr.png) no-repeat 0px 0px; } .content-top-grid h3 { color:#fff; margin-top: 3%; } .content-top-grid p { font-size:16px; font-weight:400; margin-top: 11%; line-height: 28px; } .carousel-caption .text-white { margin-top:-290px; position:relative;} .carousel-inner{ height: 100%; } .carousel-inner .item img{ display: block; max-width: 100%; height: auto; } @media (min-width: 1366px){ .carousel-inner .item img{ display: block; max-width: 100%; height: 100%; min-height:625px; } } @media (min-width: 1024px){ .carousel-inner .item img{ display: block; max-width: 100%; height: 100%; min-height:625px; } } /* @media (max-width:1440px){ .carousel-caption .text-white { margin-top:-290px; position:relative;} .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img{ max-width:100%; height:625px; } } */ @media screen and (max-width: 1366px){ .carousel-caption .text-white{margin-top:-280px; line-height:12px;} } @media (max-width:1024px){ .content-top-grid p { margin-top: 6%; line-height: 25px; width: 98%; overflow:hidden; height:55px; } .carousel-caption .text-white{margin-top:-100px; line-height:12px;} .carousel-caption h1{ font-size:28px;} } @media (max-width:768px){ .content-top-grid { width: 50%; float:left; } .content-top-grid h3,.content-top-grid p { margin-top: 2%; } .carousel-inner h1{ font-size:32px; width:100%; margin-left:0px !important;} .mu-about-us-left img{ width:99.9%;} .row { margin-left:0px !important; margin-right:0px !important;} .carousel-caption .text-white{ margin-top:-60px;} .carousel-inner h1{ font-size:26px;} .padding-lg{ padding:0px !important;} .padding-topbottom-null {padding:10px !important;} } @media (max-width:480px){ .content-top-grid { width: 49%; float: left; } .content-top-grid sub { width: 100px; height: 100px; background-size: 100%; } .content-top-grid h3{ margin-top: 3%; font-size: 0.9em; margin-bottom: 0; } .content-top-grid p { font-size:0.8em; margin-top:2%; line-height: 16px; overflow: hidden; height: 33px; } .content-top-grid span { background: url(../images/2.png) no-repeat 0px 0px; width: 100px; height: 100px; background-size: 100%; } .content-top-grid:hover span { background: url(../images/2hr.png) no-repeat 0px 0px; width: 100px; height: 100px; background-size: 100%; } .content-top-grid small { background: url(../images/3.png) no-repeat 0px 0px; width: 100px; height: 100px; background-size: 100%; } .content-top-grid:hover small { background: url(../images/3hr.png) no-repeat 0px 0px; width: 100px; height: 100px; background-size: 100%; } .content-top-grid big { background: url(../images/4.png) no-repeat 0px 0px; width: 100px; height: 100px; background-size: 100%; } .content-top-grid:hover big { background: url(../images/4hr.png) no-repeat 0px 0px; width: 100px; height: 100px; background-size: 100%; } .carousel-caption .text-white{ line-height:40px;} .carousel-inner{height:280px; } .carousel-inner h1{ font-size:30px; padding:0px; margin-bottom:320px;} .mu-about-us-left img{ width:99.9%;} .mu-about-us-right ul{padding-left:0px;} .tab-p img{ padding-left:30% !important;} .sol{padding-left:10px !important;} .sol img{ margin:0px !important; width:100%; height:100%; padding-bottom:20px;} .container .col-md-5 img{ width:98%; height:98%; margin-bottom:20px;} .padding-lg{ padding:0px !important;} .padding-topbottom-null {padding:10px !important;} .dszc img{ margin-left:-150px !important; width:80% !important; height:80% !important;} #helloweb{ height:300px !important;} .dszc p{padding-right:0px !important;} .pxfz img{margin:20px !important;} .small-pxfz img{ width:100%; height:100%;} } .pxfz img{float:right; margin:0px 80px;} .dszc img{ border-radius:10px;} .dszc p{padding-right:0px;} /*== 行业解决方案 ==*/ .sol{ line-height:26px;} .about-more h2{ font-size: 30px; font-weight: 300; } .about-option{ border:1px solid #ccc; } .about-option:hover{ background-color: #F4F7F9; border:1px solid #d71920; } .about-option{ max-width: 210px; margin: 0 auto; min-height: 150px; text-align: center; border-radius: 6px; padding-top: 30px; margin-bottom: 30px; } .about-option i{ display: block; color: #d71920; font-size: 33px; } .about-option span{ font-size: 17px; font-weight: 400; display: block; margin-top: 30px; color: #000; } .blog-post { border-bottom: 1px solid #ebebeb; margin-bottom: 40px; } .blog-post:last-child { border-bottom: none; } .post-img img{ width: 100%; border-radius: 5px; } .post-time{ color: #fff; position: relative; z-index: 2; } .menu-controls ul li { list-style: none; display: inline-block; cursor: pointer; margin: 0 2px; padding: 0; box-shadow: 0px 8px 12px #eaeaea; border-radius: 5px; margin-bottom:15px; } .tabs li a { color: #352923; display: block; font-weight: 400; padding: 12px 20px; font-size: 30px; font-size: 3rem; background: #fff; color: #b32c23; border-radius: 5px; } .tabs li a:hover { color: #DC3522; } .menu-controls li.active { color: #fff; background-color: #b32c23; } .food-menu { padding: 40px 0; background-attachment: fixed; text-align: center; } .food-menu .row { margin-top: 35px; } .tabs { border: 0; overflow: hidden; text-align: center; } .tabs li.active a { color: #fff; background-color: #b32c23; } .accordion_tabs { display: none; border-bottom: 1px solid #712D0F; padding: 10px; font-weight: 400; } a.accordion_tabs:link, a.accordion_tabs:visited { color: #21759B; border-bottom: 1px solid #712D0F; } a.accordion_tabs:hover { color: #D54E21; border-bottom: 1px solid #712D0F; background: #202020; } a.accordion_tabs.active { color: #000; } .tab-content { border: 0; border-top: none; display: none; padding: 10px; text-align:left; } .menu-list { margin: 12px 0; background: #fff; padding: 15px 0px; text-align: left; border: 1px dashed #ccc; } /*-- Latest Posts --*/ .blog-post { position: relative; margin-bottom: 30px; } .blog-thumb { overflow: hidden; position: relative; } .blog-thumb img { width: 100%; } .blog-content { position: absolute; bottom: 0; left: 0; width: 100%; background-color: rgba(0,0,0,0.7); color: #fff; padding: 15px; margin:0px 0px 30px; overflow: hidden; } .content-show a { font-size: 16px; font-weight: 700; color: #fff; text-transform: uppercase; } .content-show h4{ margin-bottom:5px;} .content-show span { color: red; } .content-hide { height:170px; display: none; overflow-y: scroll; } .content-hide p { color: #fff; } /*** 董监高***/ .fact-counter{ position:relative; padding-left: 50px; margin-top: 30px; min-width: 180px; text-align:center; } .fact-counter .column{ position:relative; z-index:5; padding-bottom: 30px; border-bottom: 1px solid #fff; } .fact-counter .count-outer .icon{ position:absolute; left:0px; top:0px; color:#d71920; font-size: 40px; } .fact-counter .count-outer .plus-icon{ position:relative; font-weight:700; color:#ffffff; font-size:36px; display:inline-block; } .fact-counter .count-outer .count-text{ font-weight: 400; color: #222; font-size:36px; display:inline-block; } .fact-counter .column .counter-title{ position:relative; font-size:18px; color: #000; margin:50px 0px 0px 50px; } .flex-box img{ border-radius: 10px; } /*-- 基本情况 --*/ .single-service-center{ position: relative; display: block; margin-bottom: 40px; } .single-service-center .img-holder{ position: relative; display: block; overflow: hidden; } .single-service-center .img-holder img{ width: 100%; transition: all 1s ease-in-out; } .single-service-center .inner-content { position: absolute; bottom: 30px; left: 30px; right: 30px; text-align: center; transition: all 500ms ease; transform: translate3d(0px, 0%, 0px); } .single-service-center:hover .inner-content{ transition: all 500ms ease; opacity: 0; transform: translate3d(0px, -100%, 0px); } .single-service-center .inner-content .icon-holder { display: block; padding-bottom: 25px; margin: 0 0 24px; border-bottom: 1px solid rgba(255, 255, 255, 0.80); } .single-service-center .inner-content .icon-holder span:before{ color: #ffffff; font-size: 100px; } .single-service-center .inner-content .title-holder{} .single-service-center .inner-content .title-holder h2{ color: #ffffff; font-size: 24px; font-weight: 400; } .single-service-center .img-holder .overlay-content { position: absolute; bottom: 18px; left: 0px; right: 10px; opacity: 0; text-align: center; z-index: 1; transition: all 700ms ease; transform: translate3d(0px, 100%, 0px); } .single-service-center:hover .img-holder .overlay-content{ opacity: 1; color:#fff; width:100%; transform: translate3d(0px, 0%, 0px); background-color:rgba(0, 0, 0, 0.60); } .single-service-center .img-holder .overlay-content .title-holder{ display: block; padding: 25px 0px 0px 0px; margin: 0 0 24px; border-bottom: 1px solid rgba(255, 255, 255, 0.50); } .single-service-center .img-holder .overlay-content .title-holder h2{ color: #ffffff; font-size: 24px; font-weight: 400; } .single-service-center .img-holder .overlay-content .text-holder{} .single-service-center .img-holder .overlay-content .text-holder p{ color: #ffffff; margin: 0 0 16px; } .single-service-center .img-holder .overlay-content .text-holder a{ color: #ffffff; } .text-holder ul {text-align:left;} .djg { height:50px; width:29%; text-align:center; margin-bottom:0px;} .details-jbqk {padding:10px; background-color:#f9f9f9; line-height:28px; } .details-jbqk span{ font-weight:600;} .details-jbqk li{ list-style-type:none; } .iconbox { border:1px solid #f5f5f5; padding: 40px 40px 30px 40px; position: relative; margin-top:30px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .single-location-box .iconbox{margin-top:0px;} .iconbox a:hover{ color:#d71920;} .iconbox p{ margin-top:10px !important;} .iconbox span{ color:#666} .iconbox strong{ font-weight:bold; line-height:28px;} .iconbox:hover { border:1px solid #d71920; -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06); -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06); -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06); -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06); box-shadow: 0 0 15px rgba(0, 0, 0, 0.06); } .tab-content h4{ font-weight:600px; color:#000;} .bounceInUp span{font-size:14px; color:#aaa; padding-left:20px;} .tab-content P{ line-height:26px; color:#666;} .tab-content P img{ padding:20px;} .title-box-double{ display:flex; flex-direction:column; position:relative; padding-left:36px; font-size:31px; } .title-box-double:before { position: absolute; top: 10px; left: 0; width: 20px; height: 58px; background: #b32c28; content: ""; } .title-box-double .title_en{ font-size:25px; } .title-box{ position: relative; display: block; padding-left: 16px; } .title-box:before{ position: absolute; top: 2px; left: 0; width: 6px; height: 13px; background: #f3441e; content: ""; } .title-box h3 { color: #333333; font-size: 16px; font-weight: 400; line-height: 16px; text-transform: uppercase; } .single-location-box{ position: relative; display: block; overflow: hidden; margin-bottom: 58px; } .single-location-box .title-box{ display: block; overflow: hidden; } .single-location-box .image-holder{ position: relative; display: block; } .single-location-box .image-holder img{ width: 100%; } .single-location-box .text-holder { position: relative; display: block; border: 2px solid #f2f2f2; padding: 33px 35px 32px; padding-right: 10px; } .single-location-box .text-holder ul{ display: block; } .single-location-box .text-holder ul li{ display: block; margin-bottom: 18px; } .single-location-box .text-holder ul li:last-child{ margin-bottom: 0; } .single-location-box .text-holder ul li h3{ color: #333333; font-size: 18px; margin: 0 0 4px; } .single-location-box .text-holder ul li p{ margin: 0; } .light-background { background-color: #F6F6F6 !important; padding:30px; text-align:left; } .padding-topbottom-null{ padding:30px 18px 30px 18px; text-align:left;} .padding-topbottom-null span{ font-size:18px; color:#bbb; padding-top:20px; } /****加入我们*****/ .section-v9-sec { margin-top: -120px; background: rgba(255, 255, 255, 1); padding:20px; border-top-left-radius:10px; border-top-right-radius:10px; } .pb-70{ padding-bottom:50px} .service-v9-item { border: 1px solid #e5e5e5; border-radius: 10px; margin-bottom: 30px; padding: 25px 0px; text-align: center; color: #4b4c4d; background: #fff; } .service-v9-item .service-v9-content p{ font-size:14px;} .service-v9-icon { margin-bottom: 30px; height: 53px;} .service-v9-content h4 { margin-bottom: 14px;} .service-v9-content h4 a { font-weight: 800;} .service-v9-item:hover .service-v9-content h4 a{ color:#e84809;} .slider-wrapper { padding: 90px 15px; margin: 0px auto; min-height:320px;} .slider-text { left: 0; right: 0; text-align: center; margin: 0px auto;} .slider-text h1 { color: #fff; font-size: 38px; margin-top:50px; text-transform: uppercase; line-height: 1.3; font-weight: 400;} .slider-text h1 >span { color: #e84809; } .slider-border { background: #e84809; height: 3px; display: inline-block; margin-bottom: 20px;} .slider-text p { color: #d8d5d5; font-weight: 600;} .slider-text li { display: inline-block;} .primary-btn { display: inline-block; text-transform: uppercase; font-weight: 700; color: #fff; background: transparent; border: 2px solid #d71920; padding: 2px;} .primary-btn span { display: inline-block; padding: 10px 54px; background: #d71920;} .courses-list li { list-style:none; background: #f6f6f6; padding:30px 30px 2px 30px; margin-left:-28px; } .our-team .team-member a{color:#58595b} /***dszc图片***/ #helloweb { height:400px; width:100%; position:relative; } .size { height:353px; width:443px; color:#fff; font-size:100px; text-align:center; position:absolute; left:0; top:0; } .one { animation:one 10s linear infinite; -webkit-animation:one 10s linear infinite; -moz-webkit-animation:one 10s linear infinite; -o-webkit-animation:one 10s linear infinite; } .four { animation:four 10s linear infinite; -webkit-animation:four 10s linear infinite; -moz-webkit-animation:four 10s linear infinite; -o-webkit-animation:four 10s linear infinite; } /*第一个盒子的动画*/ @keyframes one { 0% { opacity:1 } 10% { opacity:1 } 20% { opacity:0 } 30% { opacity:0 } 40% { opacity:0 } 50% { opacity:0 } 60% { opacity:0 } 70% { opacity:0 } 80% { opacity:0 } 90% { opacity:1 } 100% { opacity:1 } }@-moz-keyframes one /* Firefox */ { 0% { opacity:1 } 10% { opacity:1 } 20% { opacity:0 } 30% { opacity:0 } 40% { opacity:0 } 50% { opacity:0 } 60% { opacity:0 } 70% { opacity:0 } 80% { opacity:0 } 90% { opacity:1 } 100% { opacity:1 } }@-webkit-keyframes one /* Safari and Chrome */ { 0% { opacity:1 } 10% { opacity:1 } 20% { opacity:0 } 30% { opacity:0 } 40% { opacity:0 } 50% { opacity:0 } 60% { opacity:0 } 70% { opacity:0 } 80% { opacity:0 } 90% { opacity:1 } 100% { opacity:1 } }@-o-keyframes one /* Opera */ { 0% { opacity:1 } 10% { opacity:1 } 20% { opacity:1 } 30% { opacity:1 } 40% { opacity:1 } 50% { opacity:1 } 60% { opacity:0 } 70% { opacity:0 } 80% { opacity:0 } 90% { opacity:1 } 100% { opacity:1 } } /*第四个盒子的动画*/ /* @keyframes four { 0% { opacity:0 } 10% { opacity:0 } 20% { opacity:1 } 30% { opacity:1 } 40% { opacity:1 } 50% { opacity:1 } 60% { opacity:1 } 70% { opacity:1 } 80% { opacity:1 } 90% { opacity:0 } 100% { opacity:0 } } // Firefox @-moz-keyframes four { 0% { opacity:0 } 10% { opacity:0 } 20% { opacity:0 } 30% { opacity:0 } 40% { opacity:0 } 50% { opacity:0 } 60% { opacity:1 } 70% { opacity:1 } 80% { opacity:1 } 90% { opacity:0 } 100% { opacity:0 } // Safari and Chrome }@-webkit-keyframes four { 0% { opacity:0 } 10% { opacity:0 } 20% { opacity:0 } 30% { opacity:0 } 40% { opacity:0 } 50% { opacity:0 } 60% { opacity:1 } 70% { opacity:1 } 80% { opacity:1 } 90% { opacity:0 } 100% { opacity:0 } // Opera }@-o-keyframes four { 0% { opacity:0 } 10% { opacity:0 } 20% { opacity:0 } 30% { opacity:0 } 40% { opacity:0 } 50% { opacity:0 } 60% { opacity:1 } 70% { opacity:1 } 80% { opacity:1 } 90% { opacity:0 } 100% { opacity:0 } } */ @keyframes four { 0% { opacity:0 } 10% { opacity:0 } 20% { opacity:1 } 30% { opacity:1 } 40% { opacity:1 } 50% { opacity:1 } 60% { opacity:1 } 70% { opacity:1 } 80% { opacity:1 } 90% { opacity:0 } 100% { opacity:0 } }@-moz-keyframes four /* Firefox */ { 0% { opacity:0 } 10% { opacity:0 } 20% { opacity:0 } 30% { opacity:0 } 40% { opacity:0 } 50% { opacity:0 } 60% { opacity:1 } 70% { opacity:1 } 80% { opacity:1 } 90% { opacity:0 } 100% { opacity:0 } }@-webkit-keyframes four /* Safari and Chrome */ { 0% { opacity:0 } 10% { opacity:0 } 20% { opacity:0 } 30% { opacity:1 } 40% { opacity:1 } 50% { opacity:1 } 60% { opacity:1 } 70% { opacity:1 } 80% { opacity:1 } 90% { opacity:0 } 100% { opacity:0 } } @-o-keyframes four /* Opera */ { 0% { opacity: 0 } 10% { opacity: 0 } 20% { opacity: 0 } 30% { opacity: 0 } 40% { opacity: 0 } 50% { opacity: 0 } 60% { opacity: 1 } 70% { opacity: 1 } 80% { opacity: 1 } 90% { opacity: 0 } 100% { opacity: 0 } } /**菜单栏控制**/ .navbar-header { height: 80px; } @media (min-width: 768px) { #main-menu-ul { padding-left: 222px; margin-left: 20px; min-width: 1137px; } } @media (max-width: 992px) { #main-menu-ul { padding-left: 222px; margin-left: 20px; } } @media (max-width: 768px) { #main-menu{padding:0px;margin:0px;} #main-menu-ul { padding: 0px; margin: 0px; background-color: #fff; } #main-menu-ul li{width:100%;} #main-menu-ul li a { font-size: 14px; } } /**菜单栏控制 end**/ /* @media (max-device-width: 1200px) { #about_au .container { width: 1320px !important; padding:0px; } } @media (max-device-width: 992px) { #about_au .container2 { width: 970px !important; padding: 0px; } } @media (max-device-width: 768px) { #about_au .container { padding: 0px; } }*/