﻿/*

Theme : Buzline Responsive Template
Global style

----------------------------------------------------------------------------------------------

    Fonts Available : 
        open sans               :: font-family: 'Open Sans', sans-serif;
        Poppins                 :: font-family: 'Poppins', sans-serif;
        glyphicons Icon Font    :: use class like - glyphicon glyphicon-envelope
        Thimify icon font:      :: use class like - ti-arrow-up

============================================================================================
==============================================================================================

CONTENTS :
    *   1. General
    *   2. Navigation
    *   3. Slider
    *   4. What We Do
    *   5. Portfolio  
    *   6. Testimonial
    *   7. Clients
    *   8. Footer
    *   9. Contact Form
    *   10. Sign In Page

==============================================================================================
=============================================================================================*/


/**********************************************************************************************
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
                                            0. other
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
***********************************************************************************************/




/**********************************************************************************************
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
                                            1. General 
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
***********************************************************************************************/

@charset "UTF-8";
@import url("reset.css");
@import url("themify-icons.css");
body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}
#pages li{
text-align: center;
display: inline-block;
}
.thisclass a{
border-color: #6388cf;
background-color: #08fa9c !important;
color: #fff !important;
border-radius: 2px;
}
#pages {padding: 40px 0 80px;height: 36px;text-align: center}#pages a {width: 36px;height: 36px;background-color: #fff;display: inline-block;color: #a9a9a9;line-height: 36px;text-align: center;font-family: Arial;margin-right: 5px;transition: background-color 0.2s ease-out}
#loader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #fff;
}
.main-nav .active{
color: #08fa9c !important;
}
.wrapper {
    padding-left: 1em;
    padding-right: 1em;
    margin: 40vh auto;
    display: table;
    width: 195px;
}

.cssload-loader {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    margin: 3em;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    background: rgb(0, 0, 0);
}

.cssload-loader, .cssload-loader:before, .cssload-loader:after {
    animation: 1.15s infinite ease-in-out;
    -o-animation: 1.15s infinite ease-in-out;
    -ms-animation: 1.15s infinite ease-in-out;
    -webkit-animation: 1.15s infinite ease-in-out;
    -moz-animation: 1.15s infinite ease-in-out;
}

.cssload-loader:before, .cssload-loader:after {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.cssload-loader {
    animation-name: cssload-loader;
    -o-animation-name: cssload-loader;
    -ms-animation-name: cssload-loader;
    -webkit-animation-name: cssload-loader;
    -moz-animation-name: cssload-loader;
}

@keyframes cssload-loader {
    from {
        transform: scale(0);
        opacity: 1;
    }
    to {
        transform: scale(1);
        opacity: 0;
    }
}

@-o-keyframes cssload-loader {
    from {
        -o-transform: scale(0);
        opacity: 1;
    }
    to {
        -o-transform: scale(1);
        opacity: 0;
    }
}

@-ms-keyframes cssload-loader {
    from {
        -ms-transform: scale(0);
        opacity: 1;
    }
    to {
        -ms-transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes cssload-loader {
    from {
        -webkit-transform: scale(0);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@-moz-keyframes cssload-loader {
    from {
        -moz-transform: scale(0);
        opacity: 1;
    }
    to {
        -moz-transform: scale(1);
        opacity: 0;
    }
}

.p-type-1 {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

.p-type-2 {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #fff;
    line-height: 1.6;
    letter-spacing: 0.6px;
}

.p-type-3 {
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
    font-weight: 100;
}

.h5-type-1 {
    font-family: poppins;
    font-size: 40px;
    margin: 5px 0;
    font-weight: 200;
}

.h3-type1 {
    font-family: poppins;
    font-size: 34px;
    margin: 5px 0;
    color: #909090;
    font-weight: bolder;
}

.border-bar {
    height: 5px;
    width: 75px;
    margin: 5px 0;
    background: #08fa9c;
}

.border-bar2 {
    height: 5px;
    width: 75px;
    margin: 5px auto;
    background: #08fa9c;
}

.border-bar3 {
    height: 3px;
    width: 20px;
    margin: 30px auto 10px;
    background: #ffffff;
}

.border-bar4 {
    height: 5px;
    width: 80px;
    margin: 5px;
    background: #08fa9c;
}

.border-bar5 {
    height: 3px;
    width: 20px;
    margin: 30px auto 10px;
    background: #08fa9c;
}

.margin-t20 {
    margin-top: 20px;
}

.margin-t50 {
    margin-top: 50px;
}

.margin-t10 {
    margin-top: 10px;
}

.margin-t30 {
    margin-top: 30px;
}

.margin-tb10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.margin-b50 {
    margin-bottom: 50px;
}

.margin-b100 {
    margin-bottom: 100px;
}

.padding-tb50 {
    padding: 50px 0;
}

.padding-tb100 {
    padding: 100px 15px;
}

.color-grey {
    color: #333;
}

.bg-grey {
    background-color: rgb(247, 247, 247);
}

.icon-type1 {
    font-size: 47px;
    margin: 0 0 25px;
    display: block;
    color: #818483;
}

.icon-type2 {
    font-size: 38px;
    margin: 0;
    display: block;
    background: -webkit-linear-gradient(#00ff9c, #8b09da);
    background: -moz-linear-gradient(#00ff9c, #8b09da);
    background: -ms-linear-gradient(#00ff9c, #8b09da);
    background: -o-linear-gradient(#00ff9c, #8b09da);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: right;
    color: #000;
}

.h4-type1 {
    font-family: poppins;
    font-size: 18px;
    margin: 5px 0;
    font-weight: bolder;
    color: #131313;
}

.h4-type2 {
    font-family: poppins;
    font-size: 36px;
    margin: 5px 0;
    font-weight: 200;
    color: #080808;
}

.h4-type3 {
    font-family: poppins;
    font-size: 36px;
    margin: 150px 0 0 2px;
    font-weight: bolder;
    color: #ffffff;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
}

.p-type-5 {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 300;
    text-align: justify;
    width: 90%;
}

.p-type-4 {
    font-size: 13px;
    color: #2b2b2b;
    line-height: 1.6;
    font-weight: 300;
}

.vcenter {
    display: table-cell;
    vertical-align: middle;
}

.p404_txt {
    text-align: center;
    margin-top: 40vh;
    font-size: 100px;
    color: rgba(95, 92, 92, 0.62);
}

.p404_txt span {
    font-size: 25px;
    color: rgba(0, 0, 0, 0.82);
}


/**********************************************************************************************
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
                                            2. Navigation 
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
***********************************************************************************************/

#navigation {
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    border-bottom: 1px solid rgba(221, 221, 221, 0.2);
    transition: all 0.5s ease;
    overflow: hidden;
}

#navigation .main-nav-logo {
    height: 40px;
    margin: 20px 0;
}

#navigation .main-nav li {
    display: inline-block;
}

#navigation .main-nav li a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 400;
    padding: 33px 20px 34px;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    display: inline-block;
    transition: all 0.5s ease;
    font-family: 'Poppins', sans-serif;
}

#navigation .main-nav li a:hover {
    color: #08fa9c;
    border-bottom: 1px solid rgb(8, 250, 156);
}

.login-btn {
    padding: 10px 30px;
    margin: 20px 0;
    color: #000;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    background-color: #08fa9c;
    letter-spacing: 1px;
    border-radius: 25px;
    font-family: 'Poppins', sans-serif;
}

.color_navigation {
    background-color: #000;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
}

#navigation .nav-btn-open {
    color: #fff;
    display: block;
    width: 50px;
    height: 50px;
    float: right;
    margin: 15px;
    text-align: center;
    padding-top: 15px;
    font-size: 20px;
    cursor: pointer;
}


/**********************************************************************************************
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
                                            3. Slider
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
***********************************************************************************************/

#slider {
    width: 100%;
    height: 100vh;
}

#slider img {
    width: 100%;
    height: 100%;
}

.flexslide-container {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.flex-caption {
    margin-top: 30vh;
    color: #fff;
    font-size: 14px;
}
.flex-caption .p-type-2{
    max-width: 800px;
}

/**********************************************************************************************
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
                                            4. Who we are
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
***********************************************************************************************/

.parallax-window {
    height: 500px;
}


/**********************************************************************************************
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
                                            5. Portfolio
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
***********************************************************************************************/

.filter-nav {
    margin-top: 30px;
    font-size: .875rem;
}

.filter-nav li {
    display: inline-block;
}

.filter-nav li:not(:first-child):before {
    content: '-';
    display: inline-block;
    vertical-align: middle;
    color: #55565b;
}

.filter-nav button.is-checked {
    color: #08fa9c;
}

.filter-nav button {
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #55565b;
}

.portfolio-item {
    overflow: hidden;
    margin: 0;
    padding: 0;
    cursor: url('../images/curser.png'), auto;
    background-color: #000;
    text-align: center;
}

.portfolio-item .img1 {
    transform: scale(1.0);
    -moz-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    cursor: url('../images/curser.png'), auto;
}

.portfolio-item .img2{
    position: absolute;
    left: 45%;
    top: 40%;
    width: 10%;
    opacity: 0;
}

.portfolio-item .tip-label{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    opacity: 0;
}

.portfolio-item:hover .img1 {
    transform: scale(1.2);
    opacity: 0.4;
}

.portfolio-item:hover .img2 {
    opacity: 1.0;
}

.portfolio-item:hover .tip-label {
    opacity: 1.0;color: white;
}


/**********************************************************************************************
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
                                            6. Testimonial
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
***********************************************************************************************/

#testimonial {
    overflow: hidden;
}

.testimonial-text {
    color: #fff;
    font-size: 16px;
    width: 70%;
    margin: 20px 15%;
    line-height: 1.6;
    font-style: italic;
    font-weight: 200;
}

.testimonial h5 {
    color: #08fa9c;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
}

.testimonial h6 {
    color: #fff;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    padding-top: 10px;
}

.testimonial .slides li {
    padding: 0 0 50px 0;
    margin-right: 0px !important;
}

.testimonial .flex-control-nav {
    position: relative;
}


/**********************************************************************************************
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
                                            7. Clients
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
***********************************************************************************************/

#clients {
    background-color: #fff;
}

.clients .slides li {
    padding: 0 0 50px 0;
    margin-right: 0px !important;
}

.clients .slides li img {
    transition: all 0.4s ease;
    opacity: 0.7;
}

.clients .slides li img:hover {
    opacity: 1;
}

.clients .flex-control-paging li a {
    background-color: #000;
}


/**********************************************************************************************
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
                                            8. Footer
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
***********************************************************************************************/

#footer {
    background-color: #000;
}

#footer .footerlogo {
    width: 150px;
}

#footer ul li a {
    color: #a0a0a0;
    text-decoration: none;
    padding: 6px 0;
    font-size: 12px;
    display: block;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.4s ease;
}

#footer ul li a:hover {
    color: #08fa9c;
}

#footer .contact-details div {
    overflow: auto;
    padding: 6px 0;
}

#footer .contact-details div p, #footer .contact-details div a {
    display: block;
    float: left;
    color: #c1c1c1;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 600;
    padding: 0 0 0 6px;
}

#footer .contact-details div span {
    display: table-cell;
    float: left;
    color: rgb(234, 234, 234);
    font-weight: 700;
    font-size: 16px;
    vertical-align: middle;
    opacity: 1;
    padding-top: 4px;
}

.socialnlinks {
    clear: both;
    margin-top: 20px;
}

#footer .contact-details .socialnlinks a span {
    display: block;
    float: left;
    font-weight: 600;
    color: darkgrey;
    font-size: 12px;
    padding: 7px;
    border-radius: 100%;
    border: 2px solid #a9a9a9;
    transition: all 0.4s ease;
}

#footer .contact-details .socialnlinks a:hover span {
    border: 2px solid #08fa9c;
    color: #08fa9c;
    opacity: 1;
}

.footer-info-text {
    color: #a9a9a9;
    font-size: 12px;
    padding: 20px 20px 0 0;
    line-height: 1.6;
    text-align: left;
    width: 80%;
    font-weight: 900;
}

.copyright {
    color: #808280;
    font-size: 12px;
    font-weight: 700;
    padding-top: 20px;
}

#about_header {
    height: 450px;
    background-image: url('../images/aboutus.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

#services_header {
    height: 300px;
    background-image: url('../images/services.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

#portfolio_header {
    height: 300px;
    background-image: url('../images/portfolio.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

#contact_header {
    height: 300px;
    background-image: url('../images/contact.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}


/**********************************************************************************************
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
                                            9. Contact Form
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
***********************************************************************************************/

#contact_form {
    padding: 50px 0;
}

#contact_form .get_in_touch_form h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    color: #000;
}

#contact_form .get_in_touch_form p {
    font-size: 14px;
    color: rgb(41, 41, 41);
    padding: 20px 0;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
    letter-spacing: 0.2px;
    font-weight: 500;
}

#contact_form .get_in_touch_form .input_text {
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    margin: 10px 0 0 0;
    padding: 0 15px;
    border-radius: 2px;
    font-size: 14px;
    box-shadow: 1px 4px 8px -3px rgb(221, 221, 221);
    outline: none;
}

#contact_form .get_in_touch_form .input_textarea {
    width: 100%;
    height: 150px;
    border: 1px solid #ddd;
    margin: 10px 0 0 0;
    padding: 10px 15px;
    border-radius: 2px;
    font-size: 14px;
    box-shadow: 1px 4px 8px -3px rgb(221, 221, 221);
    outline: none;
}

#contact_form .get_in_touch_form .input_submit {
    width: 150px;
    height: 40px;
    border: none;
    outline: none;
    padding: 10px 30px;
    margin: 20px 0;
    color: #000;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    background-color: #08fa9c;
    letter-spacing: 1px;
    border-radius: 25px;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0px 4px 12px -1px rgba(8, 250, 156, 0.63);
}

#contact_form .contact_detail {
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(221, 221, 221, 0.29);
}

#contact_form .contact_detail span.icon {
    display: inline-block;
    background-color: #fff;
    font-size: 50px;
    text-align: center;
    padding: 20px;
    border: 2px solid #08fa9c;
    border-radius: 100%;
    color: #1ec786;
    margin: 10px 0;
}

#contact_form .contact_detail p {
    font-size: 18px;
    color: #424242;
    margin: 10px 0;
    line-height: 1.6;
    padding: 16px;
    text-align: center;
}

#googlemap {
    width: 100%;
    height: 400px;
}

#googlemap .map-frame {
    width: 100%;
    height: 100%;
    position: relative;
}


/**********************************************************************************************
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
                                            10. Sign In Page
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
***********************************************************************************************/

#signin_box {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.72);
    position: fixed;
    z-index: 1100;
    top: 0;
    left: 0;
    display: none;
}

#signin_box .signin_cont {
    margin-top: 100px;
    padding: 50px;
    background-color: #fff;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

#signin_box .signin_cont.show {
    margin-top: 150px;
    opacity: 1;
}

#signin_box .signin_cont p.heading_login {
    font-size: 20px;
    letter-spacing: 2px;
    color: #000;
}

#signin_box .signin_cont .input_text {
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    margin: 10px 0 0 0;
    padding: 0 15px;
    border-radius: 2px;
    font-size: 14px;
    box-shadow: 1px 4px 8px -3px rgb(221, 221, 221);
    outline: none;
}

#signin_box .signin_cont .input_submit {
    width: 150px;
    height: 40px;
    border: none;
    outline: none;
    padding: 10px 30px;
    margin: 20px 0;
    color: #000;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    background-color: #08fa9c;
    letter-spacing: 1px;
    border-radius: 25px;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0px 4px 12px -1px rgba(8, 250, 156, 0.63);
}

#signin_box .signin_cont .forgot_pass {
    font-size: 13px;
    float: right;
    display: block;
    margin-top: 50px;
}

#signin_box .signin_cont .close_btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
    background-color: #eceff3;
    color: #000;
    cursor: pointer;
}

/**********************************************************************************************
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
                                            11. 合并模版1
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
***********************************************************************************************/

.section-pp {
	background: #fff;
	height: 100vh;
}
	.section-pp {
		height: auto;
		position: relative
	}

	.section-pp.section-pp--pad {
		padding-top: 100px;
		padding-bottom: 80px
	}
.blog-detail-1 .entry-content blockquote,.box--center,.landing-page--dark .landing .entry-content,.media-landing,.page-coming .section-content,.product-remove,.qty-box>input,.title-number,.wrap--content-center {
	text-align: center
}

.page-coming .section-content,.project-style-3 .entry-summary {
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%)
}
.page-coming .section-content {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}

	.page-coming .section-content {
		position: static;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		padding: 90px 0
	}

#main,.section,.section-content,.video {
	position: relative
}

	.container {
		max-width: 1200px
	}
	.container {
		max-width: unset
	}

.page-col,.page-line .container {
	height: 100%
}

.p-r-155 {
	padding-right: 60px!important
}



.media-about .title-1 {
	margin-bottom: 38px
}

.media-about-2 .title-1 {
	font-size: 30px;
	line-height: -webkit-calc(50/30);
	line-height: -moz-calc(50/30);
	line-height: calc(50/30);
	margin-bottom: 25px
}

.section-title--light .title-1 {
	color: #fff;
	line-height: -webkit-calc(48/38);
	line-height: -moz-calc(48/38);
	line-height: calc(48/38)
}

.title-1 {
	font-weight: 200;
	font-size: 30px;
	color: #222;
	line-height: -webkit-calc(50/38);
	line-height: -moz-calc(50/38);
	line-height: calc(50/38)
}

.m-b-30 {
	margin-bottom: 30px
}

.m-b-20 {
	margin-bottom: 20px
}

.m-b-50 {
	margin-bottom: 50px
}

.media-about-3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 300px;
	margin-bottom: 20px;
	/* min-height: 100px; */
        
}

.media-about-3 .media__number-wrap {
	min-width: 56px;
	height: 56px;
	border: 1px solid #222;
	position: relative;
	margin-right: 20px;
    margin-left: 15px
}

.media-about-3 .media__number {
	line-height: 1;
	font-size: 24px;
	color: #222;
	font-weight: 700;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 9
}

.media-project-hover:hover .media__number {
	bottom: 0
}

.media-project-hover .media__number,.media-service .media__img {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease
}

.media-project-hover .media__number {
	position: absolute;
	font-size: 100px;
	color: #fff;
	font-weight: 100;
	line-height: 1;
	transition: all .3s ease;
	bottom: -50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%)
}

	.media-project-hover .media__number {
		bottom: 0
	}

.media-statistic-2 .media__number {
	font-size: 30px;
	color: #222;
	font-weight: 700;
	display: inline-block;
	line-height: 1
}

.media-statistic-2 .media__number:after {
	content: "+"
}

.media-about-3:hover .line,.media-about-3:hover .line-bottom {
	width: 52px;
	height: 52px
}

.countdown__item .line {
	position: absolute;
	display: inline-block;
	width: 50%;
	height: 50%;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	top: 1px;
	left: 0
}

.media-about .line.active {
	opacity: 1;
	visibility: visible;
	top: 20px;
	left: 20px
}

.media-about .line.active.line-bottom {
	top: auto;
	left: auto;
	bottom: 20px;
	right: 20px
}

.media-about .media__img--rect .line,.media-about .media__img--rect .line-bottom {
	width: 0;
	height: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	-webkit-transition-delay: .6s;
	-moz-transition-delay: .6s;
	-o-transition-delay: .6s;
	transition-delay: .6s
}

	.media-about .media__img--rect .line,.media-about .media__img--rect .line-bottom {
		opacity: 1;
		visibility: visible;
		width: -webkit-calc(50% - 20px);
		width: -moz-calc(50% - 20px);
		width: calc(50% - 20px);
		height: -webkit-calc(50% - 20px);
		height: -moz-calc(50% - 20px);
		height: calc(50% - 20px);
		-webkit-transition: none;
		-o-transition: none;
		-moz-transition: none;
		transition: none
	}

.media-about .media__img--rect.active .line,.media-about .media__img--rect.active .line-bottom {
	opacity: 1;
	visibility: visible;
	width: -webkit-calc(50% - 20px);
	width: -moz-calc(50% - 20px);
	width: calc(50% - 20px);
	height: -webkit-calc(50% - 20px);
	height: -moz-calc(50% - 20px);
	height: calc(50% - 20px)
}

.media-about-3 .line,.media-about-3 .line--bottom {
	position: absolute;
	display: inline-block;
	width: 25px;
	height: 25px;
	border-top: 1px solid #222;
	border-left: 1px solid #222;
	top: 3px;
	left: 3px;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease
}

.media-about .line {
	position: absolute;
	display: inline-block;
	width: 230px;
	height: 230px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	top: 100px;
	left: 100px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .55s ease-in-out;
	-o-transition: all .55s ease-in-out;
	-moz-transition: all .55s ease-in-out;
	transition: all .55s ease-in-out
}

.media-project:hover .line:before {
	width: 100%
}

.media-project:hover .line:after {
	height: 100%
}

.media-project .line {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 9;
	width: -webkit-calc(50% - 20px);
	width: -moz-calc(50% - 20px);
	width: calc(50% - 20px);
	height: -webkit-calc(50% - 20px);
	height: -moz-calc(50% - 20px);
	height: calc(50% - 20px);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.media-project .line:after,.media-project .line:before {
	content: '';
	background: #fff;
	display: block;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease
}

.media-project .line:before {
	height: 1px;
	width: 0
}

.media-project .line:after {
	width: 1px;
	height: 0
}

.media-service-2 .line {
	position: absolute;
	display: inline-block;
	width: 110px;
	height: 110px;
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	top: 10px;
	left: 10px
}

.countdown__item .line--bottom {
	border: none;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	top: auto;
	left: auto;
	bottom: 0;
	right: 0
}

.media-about-3 .line,.media-about-3 .line--bottom {
	position: absolute;
	display: inline-block;
	width: 25px;
	height: 25px;
	border-top: 1px solid #222;
	border-left: 1px solid #222;
	top: 3px;
	left: 3px;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease
}

.media-about-3 .line--bottom {
	border: none;
	border-right: 1px solid #222;
	border-bottom: 1px solid #222;
	top: auto;
	left: auto;
	right: 3px;
	bottom: 3px
}

.media-project .line--bottom {
	top: auto;
	left: auto;
	bottom: 20px;
	right: 20px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}

.media-service-2 .line--bottom {
	border: none;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	top: auto;
	left: auto;
	bottom: 10px;
	right: 10px
}

.media-project-3 .media__body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}

.media-about .media__body {
	padding-right: 40px
}

.media-about-2 .media__body {
	padding-left: 60px
}

.media-about-2 .media__body {
		padding-left: 0
	}

.media-project .media__body {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 99
}

.media-project-hover .media__body {
	text-align: center;
	padding: 0 50px;
	position: relative
}

	.media-project-hover .media__body {
		padding: 0 20px
	}

.media-project-2 .media__body {
	position: absolute;
	min-width: 200px;
	left: 0;
	bottom: 15px;
	background: #fff;
	padding: 9px 30px 12px 20px;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .2s,-webkit-transform .3s;
	-o-transition: opacity .2s,-o-transform .3s;
	-moz-transition: transform .3s,opacity .2s,-moz-transform .3s;
	transition: transform .3s,opacity .2s;
	transition: transform .3s,opacity .2s,-webkit-transform .3s,-moz-transform .3s,-o-transform .3s;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center
}

.media-project-2:hover .media__body {
	visibility: visible;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
	opacity: 1;
	-webkit-transition: opacity .1s,-webkit-transform .4s;
	-o-transition: opacity .1s,-o-transform .4s;
	-moz-transition: transform .4s,opacity .1s,-moz-transform .4s;
	transition: transform .4s,opacity .1s;
	transition: transform .4s,opacity .1s,-webkit-transform .4s,-moz-transform .4s,-o-transform .4s
}

.media-project-3.right .media__body {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-moz-box-orient: horizontal;
	-moz-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

	.media-about .media__body {
		padding-right: 0
	}

	.media-project-3 .media__body {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		visibility: visible;
		overflow: visible
	}

	.media-project-3.right .media__body {
		overflow: visible;
		display: block
	}

.media-project-4 .media__body {
	background: #fff;
	padding: 19px 20px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity .1s .3s,-webkit-transform .4s;
	-o-transition: opacity .1s .3s,-o-transform .4s;
	-moz-transition: transform .4s,opacity .1s .3s,-moz-transform .4s;
	transition: transform .4s,opacity .1s .3s;
	transition: transform .4s,opacity .1s .3s,-webkit-transform .4s,-moz-transform .4s,-o-transform .4s;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0
}

.media-project-4:hover .media__body {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-webkit-transition: opacity .1s,-webkit-transform .4s;
	-o-transition: opacity .1s,-o-transform .4s;
	-moz-transition: transform .4s,opacity .1s,-moz-transform .4s;
	transition: transform .4s,opacity .1s;
	transition: transform .4s,opacity .1s,-webkit-transform .4s,-moz-transform .4s,-o-transform .4s
}

.media-service-2 .media__body {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	overflow: visible
}

.comment-author .avatar,.media-service-1 .media__img-inner,.media-statistic,.media-team .media__img-wrap,.media__body,.media__img--zoom,.page-wrapper,.video {
	overflow: hidden
}

.media-statistic .media__body {
	padding-left: 30px
}

.media-statistic-2 .media__body {
	position: absolute;
	top: 50%;
	left: 23px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.media-team .media__body {
	text-align: center
}


.media-project-hover .media__title {
	margin-bottom: 60px
}

.media-project-2 .media__title {
	margin-bottom: -4px
}

.media-project-4 .media__title {
	margin-bottom: -7px
}

.media-service .media__title {
	position: relative;
	margin-bottom: 10px
}

.media-statistic-2 .media__title {
	color: #555;
	margin-top: 4px
}

.media-testi .media__title {
	position: relative;
	margin-top: 50px;
	margin-bottom: 10px
}

.media__text,.media__title {
	margin-bottom: 0
}

.media--reverse .media__avatar,.media--reverse .media__avatar a,.media--reverse .media__label,.media--reverse .media__label a,.media--reverse .media__tag,.media--reverse .media__tag a,.media--reverse .media__title,.media--reverse .media__title a {
	color: #fff
}

.media-service:hover .media__img {
	-webkit-transform: translateY(-7px);
	-moz-transform: translateY(-7px);
	-ms-transform: translateY(-7px);
	-o-transform: translateY(-7px);
	transform: translateY(-7px)
}

.media-about .media__img {
	position: relative
}

.media-about-2 .media__img {
	min-width: 390px
}

	.media-about-2 .media__img {
		width: 100%;
		min-width: 100%;
		margin-bottom: 50px
	}

.media-project .media__img {
	overflow: hidden

}

.media-project-hover .media__number,.media-service .media__img {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease
}

.media-project-2 .media__img {
	margin: 0 auto;
	text-align: center
}

.media-project-3 .media__img {
	width: 685px;
	overflow: hidden
}

	.media-project-3 .media__img {
		width: 100%
	}

	.media-project-3.right .media__img {
		width: 100%
	}

.media-project-4 .media__img {
	-webkit-transition: -webkit-transform .4s;
	-o-transition: -o-transform .4s;
	-moz-transition: transform .4s,-moz-transform .4s;
	transition: transform .4s;
	transition: transform .4s,-webkit-transform .4s,-moz-transform .4s,-o-transform .4s
}

.media-project-4:hover .media__img {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px)
}



.media-service .media__img {
	transition: all .3s ease;
	margin-bottom: 40px
}

.media-service-1 .media__img {
	position: relative;
	width: 260px;
	height: 260px;
	margin: 0 auto
}

.media-team .media__img-wrap .media__img {
	width: 100%;
	height: 100%;
	overflow: visible
}

.media-testi .media__img,.media-testi .quote {
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%)
}

.media-testi .media__img {
	width: 100px;
	height: 100px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -50px
}

.media-landing:hover .media__img {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px)
}

.media-landing .media__img {
	-webkit-box-shadow: 0 10px 9.9px .1px rgba(0,0,0,.15);
	-moz-box-shadow: 0 10px 9.9px .1px rgba(0,0,0,.15);
	box-shadow: 0 10px 9.9px .1px rgba(0,0,0,.15);
	margin-bottom: 46px;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease
}

.media__body,.media__img,.media__img>img {
	display: block
}

.media--beside>.media__img {
	float: left
}

.media--beside-reverse>.media__img {
	float: right
}


.media-about .desc,.media-about .number {
	color: #fff;
	display: block;
	text-align: center
}

.media-about .number {
	font-size: 180px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: -6px
}

.media-about .media__img--rect .number {
	font-size: 40px;
	margin-bottom: 2px
}

.media-service .media__title .number {
	font-size: 72px;
	color: #ebebeb;
	font-weight: 300;
	display: inline-block;
	line-height: 1
}

.media-statistic .number {
	font-size: 30px;
	color: #222;
	font-weight: 700;
	line-height: 1;
	display: inline-block
}

.media-statistic .number:after {
	content: '+'
}

.title-number .number {
	font-size: 72px;
	color: #ebebeb;
	font-weight: 300;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}

pre .dp-j .number{color:#C00000}

pre .dp-delphi .number{color:blue}

.countdown__item .desc {
	font-size: 22px;
	letter-spacing: .3em;
	text-transform: uppercase;
	font-weight: 400
}

.media-about .desc,.media-about .number {
	color: #333;
	display: block;
	text-align: center
}

.media-about .desc {
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: .3em
}

.media-about .media__img-inner {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}

.media-about .media__img--rect .media__img-inner {
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-ms-transform: translate(0,0);
	transform: translate(0,0);
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.comment-author .avatar,.media-service-1 .media__img-inner,.media-statistic,.media-team .media__img-wrap,.media__body,.media__img--zoom,.page-wrapper,.video {
	overflow: hidden
}

.media-service-1 .media__img-inner {
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}
/**********************************************************************************************
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
                                            12. 合并模版2
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
***********************************************************************************************/
#body2 {
	position: relative;
	z-index: 1;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;/*display: none;*/
}

#body2.left {
	-ms-transform: translateX(-60%);
	-moz-transform: translateX(-60%);
	-webkit-transform: translateX(-60%);
	-o-transform: translateX(-60%);
	transform: translateX(-60%);
}

.trans {
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}

.wrap {
	max-width: 1700px;
	width: 95%;
	margin: 0 auto;
}

#member_cont .wrap {
	width: 95.68%;
	margin: 0 auto;
}

#footer_alert .wrap {
	position: relative;
	height: 100%;
}

#tutorial .tutorial-list {
	min-height: 300px;
}

.clean:after, .clean:before {
	display: table;
	content: '';
}

.clean:after {
	clear: both;
}

.clean {
	zoom: 1;
}

.fl {
	float: left;
}

.fl,.left{float:left}

#lib_instance_detail .info .pro_info .item .fl {
	float: left;
	width: 45%;
}

#lib_member_address_book .address .item .rows .fl {
	float: left;
	width: 55%;
	overflow: hidden;
}

#lib_product_detail .info .pro_info .item .fl {
	float: left;
	width: 45%;
}

#lib_cart_list .cart_info .fl {
	float: left;
	width: 45%;
}

#lib_member_address_book .address .t .fl {
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #555;
}

#website_list .item .date {
	background: url(../images/date.png) no-repeat 2px center;
}
#instance .instance-list .item.fl {
	clear: both;
}

.index-cooperation .evaluation-list .item .info .date {
	color: #888;
}

.index-tutorial .tutorial-list .item .date {
	width: 20%;
	max-width: 120px;
}

#instance .instance-list .item .info .date {
	color: #888;
	margin-top: 8px;
}

#tutorial .tutorial-list .item .date {
	width: 20%;
}

#tutorial .tutorial-list .item .date {
	max-width: 120px;
}

.index-tutorial .tutorial-list .item .date .year {
	font-size: 16px;
	color: #666;
	margin: 6px 0 15px;
}

#tutorial .tutorial-list .item .date .year {
	font-size: 16px;
	color: #666;
	margin: 6px 0 15px;
}

.calendar tbody .day.othermonth.oweekend {
  color: #fbb;
}

.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #bbb;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  color: #456;
  text-align: right;
  padding: 2px 4px 2px 2px;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  text-align: right;
  padding: 2px 4px 2px 2px;
}

#tutorial .tutorial-list .item .date .day {
	font-size: 34px;
	color: #222;
}

#tutorial .tutorial-list .item .date .day {
	font-size: 18px;
}

/*#products-box .products-list .item{width: 100%;}*/

.index-tutorial .tutorial-list .item .date .day {
	font-size: 18px;
}

#tutorial .tutorial-list .item .date .day {
	font-size: 28px;
}

.index-tutorial .tutorial-list .item .date .day {
	font-size: 28px;
}

index-tutorial .tutorial-list .item .date .day {
	font-size: 34px;
	color: #222;
}

.item .info {
	font-size:12px;
	line-height:26px;
	color:#080;
}

#content #listbox ul li span.info{
	color:#e17d32;
	display:block;
	overflow:hidden;
	line-height:20px;
}

#lib_product_detail .info {
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}

#lib_product_list_shop .index .info {
	width: 350px;
	float: left;
	height: 28px;
	line-height: 28px;
	text-indent: 5px;
	font-weight: bold;
	overflow: hidden;
	color: #676767;
}

#lib_unavailable .info {
	padding: 20px;
	border: 1px solid #eee;
	line-height: 180%;
}

#lib_cart_checkout .comments .info {
	height: 24px;
	line-height: 24px;
}

#lib_member_orders .cancel .info {
	font-weight: bold;
}

#lib_member_index .item_card .info {
	padding: 8px 10px;
	line-height: 170%;
	border-top: none;
	height: 155px;
	overflow: hidden;
}

#lib_member_login .f_card .info {
	line-height: 200%;
}

#lib_instance_detail .info {
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}

#lib_product_list_1 .item .info {
	padding-left: 10px;
	float: left;
}

#lib_instance_list_1 .item .info {
	padding-left: 10px;
	float: left;
}

#lib_product_list_shop .item_0 ul li.info {
	margin-left: 4px;
	width: 450px;
	padding-right: 20px;
	overflow: hidden;
}

#lib_product_inquire .product_list .item .info {
	padding-left: 10px;
	float: left;
}

.profile_table .info {
	font-size: 14px;
	color: #666;
}

.index-tutorial .tutorial-list .item .info {
	width: 80%;
}

#contact .contact-info .item .info {
	font-size: 16px;
}

#instance .instance-list .item .info {
	width: 80%;
	margin: 10px auto 0;
	float: none;
}

#instance .instance-list .item .info {
	width: 42%;
}

#contact .contact-info .item .info {
	height: 96px;
	line-height: 32px;
	font-family: Arial;
	font-size: 20px;
	color: #333;
}

#tutorial .tutorial-list .item .info {
	width: 80%;
}

#instance .instance-list .item .info {
	width: 33%;
}

.index-cooperation .evaluation-list .item .info {
	padding-left: 5%;
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #CDE4B3;
  padding: 2px;
  text-align: center;
  color: #000;
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #000;
  padding: 2px;
  text-align: center;
  background: #f4f0e8;
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #CDE4B3;
  padding: 2px;
  text-align: center;
  color: #000;
}

.sns-avatar .av-index .name {
	font-size:16px;
	font-weight:700;
	line-height: 20px;
	color: #000;
}

#lib_instance_list .item ul li.name {
	text-align: left;
}

#lib_product_detail_shop .maybe_like .item ul li.name {
	padding-top: 3px;
	padding-left: 1px;
*padding-left:0;
	margin: 0;
	clear: both;
}

#lib_product_list_shop .item ul li.name {
	padding-top: 3px;
	padding-left: 1px;
*padding-left:0;
	margin: 0;
	clear: both;
}
#lib_product_list .item ul li.name {
	text-align: left;
}

#lib_download_list li div.name {
	width: 70%;
}

#member_money .name {
	line-height: 100px;
	font-size: 20px;
	color: #222;
	margin-right: 40px;
}

#pop_form .name {
	font-size: 16px;
	color: #555;
}

#products-detail .products-process .process-list .process-item .main .name {
	font-size: 26px;
	color: #0382db;
	margin-top: 8.73362445%;
}

#tutorial .tutorial-list .item .info .name {
	font-size: 20px;
	color: #222;
}

#inquire .phone-form .name {
	font-size: 16px;
	color: #555;
}

#instance .instance-list .item .info .name {
	font-size: 22px;
	color: #333;
}

#products-detail .products-process .process-list .process-item .main .name {
	font-size: 18px;
}

#products-detail .products-service .service-list .service-item .name {
	font-size: 26px;
	margin-top: 30px;
}

.index-cooperation .evaluation-list .item .info .name {
	font-size: 20px;
}

.index-tutorial .tutorial-list .item .info .name {
	font-size: 16px;
	white-space: normal;
}

#products-detail .products-service .service-list .service-item .name {
	font-family: 'PingFang';
	font-size: 34px;
	color: #333;
	margin-top: 55px;
}

#contact .contact-area .contact-info2 .qrcode .name {
	width: 57.241379%;
	height: 100%;
	line-height: 34px;
	font-size: 16px;
	color: #888;
	margin-top: 5%;
}

#products-detail .detail-bg .price-list .price-item.i3 .name {
	background-color: #00b3ff;
}

#products-detail .detail-bg .price-list .price-item.i2 .name {
	background-color: #ff4300;
}

#products-detail .detail-bg .price-list .price-item.i1 .name {
	background-color: #ffc804;
}

#products-detail .detail-bg .price-list .price-item .name {
	font-size: 14px;
	color: #fff;
	padding: 4px 7px;
	border-radius: 2px;
}

.index-tutorial .tutorial-list .item .info .name {
	font-size: 20px;
	color: #222;
}

.index-cooperation .evaluation-list .item .info .name {
	font-size: 24px;
	color: #222;
}

#products-box .products-list .item .info .name {
	font-size: 16px;
	color: #222;
}

#instance .instance-list .item .info .name {
	font-size: 20px;
}

.text-over {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.index-cooperation .evaluation-list .item .brief {
	width: 100%;
	line-height: 32px;
	font-size: 14px;
	color: #fff;
	background-color: #0382db;
	padding: 25px 45px 25px 40px;
}

.index-tutorial .tutorial-list .item .info .brief {
	height: 72px;
	line-height: 24px;
	font-size: 14px;
	color: #888;
	margin-top: 20px;
}

#about .about-brief .brief {
	line-height: 34px;
	font-size: 14px;
	color: #666;
}

#instance .instance-list .item .info .brief {
	height: 130px;
	line-height: 26px;
	font-size: 14px;
	color: #888;
	margin-top: 25px;
}

#tutorial .tutorial-list .item .info .brief {
	height: 72px;
	line-height: 24px;
	font-size: 14px;
	color: #888;
	margin-top: 20px;
}

#about .about-brief .brief {
	line-height: 26px;
}

.index-cooperation .evaluation-list .item .brief {
	padding: 10px;
}

.index-tutorial .tutorial-list .item .info .brief {
	height: auto;
}

#tutorial .tutorial-list .item .info .brief {
	height: auto;
}

.over {
	overflow: hidden;
}

#navigation .language-nav li {
    display: inline-block;
}

#navigation .language-nav li a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 400;
    padding: 33px 2px 34px;
    display: inline-block;
    transition: all 0.5s ease;
    font-family: 'Poppins', sans-serif;
}

#navigation .language-nav li a:hover {
    color: #08fa9c;
}

.form-group.error .control-label, .form-group.error .help-block, .form-group.error .help-inline {
    color: #b94a48;
}

.form-group.error label.help-inline {
    cursor: default;
}

.form-group.error .control-label, .form-group.error .help-block, .form-group.error .help-inline {
    color: #b94a48;
}

.help-inline {
    padding: 0 5px;
}

.help-small {
    font-size: 12px;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}


.more-btn {
	    padding: 10px 30px;
    margin: 20px 0;
    color: #000;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    background-color: #08fa9c;
    letter-spacing: 1px;
    border-radius: 25px;
    font-family: 'Poppins', sans-serif;
}

.fightvirus {
	position: fixed;
	z-index: 999;
	top: 80px;
    left: 0px;
    right: 0px;
    width: 720px;
    height: 600px;
    margin-left:auto;
    margin-right:auto;
}

.fightvirus-img {
	width: 720px;
	height: 600px;
}

.fightvirus-img-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 25px;
	height: 25px;
}