h2.section-title,
.h2.section-title {
    font-weight: 500;
    color: #4a4a4a;
    margin: 40px 0;
}
h3 {
    font-size: 22px;
    line-height: 40px;
}
h4 {
    font-size: 18px;
    line-height: 36px;
}
p {
    font-size: 14px;
    line-height: 24px;
}
img {
    max-width: 100%;
}
.title-content > .subtitle,
.title-content > .subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 30px;
    text-transform: uppercase;
}

.title-content {
    text-align: center;
}
.xin {
    position: relative;
}
.xin::after {
    content: '*';
    color: #1E87F0;
    font-size: 14px;
    left: 0px;
    line-height:36px;
	height:28px;
    position: absolute;
}

h4,
.h4 {
    font-size: 18px;
    font-weight: 400;
    color: #55565b;
}

a,
a:hover,
a:visited,
a:focus,
a:active {
    text-decoration: none;
    color: inherit;
}

section {
    position: relative;
    background-color: #ffffff;
}

.copyrights {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}
.col-md-0 {
    float: left;
}
.mb20 {
    margin-bottom: 20px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb60 {
    margin-bottom: 60px;
}
.mb90 {
    margin-bottom: 90px;
}
#product img {
    display: inline-block;
}
/**********************
BUTTONS
***********************/

button,
.btn {
    border: 0;
    padding: 0;
    background: transparent;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    outline: none;
}

/*--------------------------
Remove button shift on click
in Internet Explorer
--------------------------*/
button > * {
    position: relative;
}

.btn-default {
    padding: 28px 0;
    width: 311px;
    text-transform: uppercase;
    font-size: 18px;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    outline: none;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    -ms-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.btn-submit {
    padding: 6px 20px;
    color: #f8f8f8;
    background-color: #1E87F0;
    border: none;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 4px;
    box-sizing: border-box;
    outline: none;
    display: inline-block;
    vertical-align: middle;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-close {
    padding: 6px 20px;
    color: #6e6e6e;
    background-color: #c9c9c9;
    border: none;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 4px;
    box-sizing: border-box;
    outline: none;
    display: inline-block;
    vertical-align: middle;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-submit:hover,
.btn-submit.focus {
    background: #005d63;
    color: #fff;
}
.btn-api {
    background: #fff;
    color: #4a4a4a;
    cursor: pointer;
    overflow: hidden;
    width: 311px;
    font-size: 18px;
    padding: 28px 0;
    -moz-transition: background 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}
.btn-api img {
    -webkit-filter: drop-shadow(#000 0px 0px) brightness(10%);
    filter: drop-shadow(#000 0px 0px) brightness(10%);
    margin-right: 16px;
    position: relative;
    top: 0;
}
.btn-api:hover,
.btn-api.focus {
    background: #283cf5;
    color: #fff;
}
.btn-api:hover img,
.btn-api.focu img {
    -webkit-filter: drop-shadow(#fff 0px 0px);
    filter: drop-shadow(#fff 0px 0px);
}
/**********************
ICON FONT
***********************/

.ico,
.fa {
    color: #ffffff;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.ico:hover,
.ico:focus,
.fa:hover,
.fa:focus {
    color: #ffffff;
}

.login {
    border: 1px solid #fff;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    margin-top: 6px;
    margin-right: 20px;
}
.navbar-toggle .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
}

.navbar-toggle .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggle .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.navbar-toggle.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggle.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

/**********************
HOME SECTION
***********************/

#home {
    height: 350px;
}

#product .carousel {
    width: 100%;
    height: 100%;
}

#product .carousel .item {
    height: 715px;
    background: url('1.jpg') center center no-repeat;
    background-size: cover;
}

#product .carousel .item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(22, 23, 24, 0.8);
}

#product .carousel-caption {
    padding: 0;
    bottom: 70%;
    left: 20%;
    right: 20%;
    text-align: left;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}
#product .carousel-caption h3 {
    margin: 10px 0 16px 0;
    line-height: 23px;
}
#product .carousel-caption p {
    margin: 0;
}
#product .slider-button {
    border: 2px solid #fff;
    font-size: 14px;
    width: 160px;
    line-height: 40px;
    display: block;
    text-align: center;
    margin-top: 30px;
    -moz-transition: background 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}
#product .slider-button:hover {
    background-color: #fff;
    color: #666;
    border: 1px solid #ccc;
}
#product .carousel-caption .btn-default {
    margin-top: 58px;
}

#product .carousel-control {
    text-align: left;
}

#product .carousel-control.left,
#product .carousel-control.right {
    background-image: none;
    background-repeat: no-repeat;
    opacity: 1;
}

#product .carousel-control.left:hover .ico,
#product .carousel-control.right:hover .ico {
    color: #57c654;
}

#product .carousel-control .ico {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.center {
    text-align: center;
    margin: 0 auto;
}

/*企业价值*/
#values {
    padding: 60px 0;
    text-align: center;
    background-color: #f3f7fa;
}
#values .box img {
    padding: 20px;
    display: inline-block;
    margin: 0;
}
#values h4 {
    font-weight: 600;
}
#question .q1 {
    background: url(q1.jpg) no-repeat;
    background-size: cover;
    display: block;
}
#question .q2 {
    background: url(q2.jpg) no-repeat;
    background-size: cover;
    display: block;
}
#question .q3 {
    background: url(q3.jpg) no-repeat;
    background-size: cover;
    display: block;
}
#question .q4 {
    background: url(q4.jpg) no-repeat;
    background-size: cover;
    display: block;
}
#question .grid:hover,
#question .grid:focus {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
#question .grid {
    text-align: center;
    width: 150px;
    margin: 0 auto;
    height: 390px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
}
#question .grid img {
    margin: 80% auto 20px auto;
    width: 40px;
}
#question .grid p {
    font-size: 16px;
}
/*介绍*/

#intro {
    padding: 60px 0;
}
#intro h3 {
    margin: 12px 0;
}
#intro h3::before,
#intro h3::after {
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    height: 4px;
}
#intro h3::after {
    background: #00a1ab;
    width: 40px;
}
#intro li {
    background: url(../image/cricle.png) 6px 12px no-repeat;
    padding-left: 20px;
    font-size: 16px;
    line-height: 30px;
}

#api {
    padding: 60px 0;

    background-color: #f3f7fa;
}
#api li {
    font-size: 16px;
    line-height: 30px;
}
#api h3 {
    margin-bottom: 20px;
}
#partener {
    padding: 60px 0;
    text-align: center;
}
#partener img {
    max-width: 100%;
}
#more-info {
    background: url(../image/more.jpg) no-repeat;
    background-size: cover;
    text-align: center;
    padding: 30px 0;
}
#more-info .section-title {
    color: #fff;
}
#more-info i {
    width: 20px;
    height: 20px;
    display: block;
    float: left;
}
#call {
    position: fixed;
    z-index: 999;
    text-align: center;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.9);
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


#call p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 14px;
	color:#fff;
}
#call li {
    z-index:999;
    overflow: hidden;
    text-align: center;
}
#call li:hover,
#call li:focus {
    color: #00a1ab;

}
#call img {
    display: inline;
    -webkit-filter: drop-shadow(#4a4a4a 0px 0px);
    filter: drop-shadow(#4a4a4a 0px 0px);
    position: relative;
    top: 0;
    overflow: hidden;
	margin-bottom:10px;
	width:24px;height:24px;
	
}
#call li:hover img,
#call li:focus img {
	pointer:cursor;
}
#call .call-line{border-bottom:1px solid rgba(255,255,255,0.2);margin:16px 0;width:28px;}
#call .call-line a{font-size:0;}
#footer {
    padding: 25px 0;
    background: #33333d;
    color: #bbbbbb;
    font-size: 12px;
}
#footer h4 {
    color: #bbbbbb;
    font-size: 14px;
    font-weight: 600;
}
#footer .b-logo {
    width: 100%;
}
#footer .copyright img {
    padding: 20px 50px 20px 0;
}
#footer .copyright p {
    font-size: 12px;
}
#footer .idea li {
    padding-left: 0;
    padding-right: 0;
}
#footer .social ul {
    clear: both;
}
#footer .social li {
    float: left;
    width: 30px;
    margin-bottom: 14px;
}

#footer .ewm p {
    margin: 10px 0 0 0;
}
#footer .icp {
    text-align: center;
    font-size: 12px;
    margin-top: 30px;
    color: #666;
}
/**********************
MODAL SECTION
***********************/

option{text-indent:2em;font-size:12px;line-height:18px;padding:2px 0 2px 0;background-color:#f6f8fa;padding-left:32px;color:#9B9B9B;}
option:disabled {text-indent:0em;color:#4A4A4A;font-size:12px;line-height:20px;background-color:#fff;padding-left:16px;}
textarea::-webkit-input-placeholder{
            color:#ccc;
        }
.modal-content {
    background: #fff;
    border-radius: 4px;
    margin-top: 10%;
    padding: 10px;
}
.form-group{padding:0 21px;margin-bottom:25px;}
.form-control{font-size:14px;height:28px;padding:6px 0 2px 12px;}
.form-control-area{margin-top:7px;height:80px;font-size:14px;border: 1px solid #ccc;width:100%;font-weight: 400;color:#4a4a4a;line-height: 20px;padding:8px;resize: none;
}
.form-control:focus{border-bottom:1px solid #1E87F0;}
.form-control-area:focus{border: 1px solid #1E87F0;}
.modal-header {
    border-bottom: none;
}

.modal-header > .modal-title {
    color: #4a4a4a;
    font-size: 14px;
    line-height: 30px;
}

.modal-header > button.close {
    color: #1E87F0;
    opacity: 0.5;
    font-size: 25px;
    text-shadow: none;
}

.modal-header > button.close:hover {
    opacity: 0.8;
}

.modal-body {
    padding: 0;
}
.modal-footer {
    padding-top: 40px;
    text-align: center;
}
.modal-desc {
    color: #4A4A4A;
    font-size: 14px;
    line-height: 20px;
    margin: 0px 20px 16px 20px;
}
.modal-footer{border-top:0;}
/**********************
HELPER CLASSES
***********************/

.text-green {
    color: #57c654;
}

/**********************
RESPONSIVE
***********************/

@media only screen and (max-width: 1199px) {
    /**********************
	WORKS SECTION
	***********************/
    .grid-item > .overlay > .content > .description {
        font-size: 20px;
    }
}

@media only screen and (max-width: 991px) {
    /**********************
	NAVIGATION
	***********************/
    .navbar-default .navbar-nav > li > a {
        padding: 32px 15px 33px;
    }

    #main-navigation .navbar-form .search-input {
        width: 120px;
        margin-right: -120px;
    }

    #main-navigation .navbar-form input {
        width: 120px;
    }

    /**********************
	SERVICES SECTION
	***********************/
    #services .punchbox {
        padding: 90px 50px 70px;
        text-align: center;
    }

    /**********************
	WORKS SECTION
	***********************/
    .grid-item,
    .grid-item.-width2,
    .grid-item.-width3,
    .grid-item.-width4,
    .grid-item.-width5 {
        width: 50%;
    }

    /**********************
	CONTACT SECTION
	***********************/
    .row.contact-holder > div:last-of-type {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-default .navbar-nav > li > a {
        padding: 15px 15px 15px 27px;
        text-align: center;
    }

    #main-navigation .navbar-form #btn-togglesearch {
        display: none;
    }

    #main-navigation .navbar-form #btn-submitsearch {
        display: inline-block;
    }

    #main-navigation .navbar-form .btn-search {
        width: 45px;
        height: 45px;
    }

    #main-navigation .navbar-form .search-input {
        width: 80%;
        width: calc(100% - 50px);
        margin-right: 0;
    }

    #main-navigation .navbar-form input {
        width: 100%;
        padding: 12px;
        border-right: none;
        -moz-transition: border-bottom 0.3s ease-in-out;
        -webkit-transition: border-bottom 0.3s ease-in-out;
        transition: border-bottom 0.3s ease-in-out;
    }

    #main-navigation .navbar-form input:focus,
    #main-navigation .navbar-form input:active {
        border-bottom: 1px solid #57c654;
    }

    /**********************
	SERVICES SECTION
	***********************/
    #services > .container > .row:last-of-type {
        margin-top: 0px;
    }

    #services > .container > .row > div {
        margin-top: 30px;
    }

    /**********************
	VIDEO SECTION
	***********************/
    #video-controls #video-timer {
        display: none;
    }

    /**********************
	ABOUT US SECTION
	***********************/

    #about .title-content p,
    #about .title-content .subtitle {
        font-size: 15px;
        text-shadow: 1px 1px 1px #161718;
    }

    /**********************
	CONTACT SECTION
	***********************/
    .subscribe-form .btn {
        display: block;
        margin: 40px auto 0;
    }

    .row.contact-holder > div {
        text-align: center;
    }

    .row.contact-holder > div:not(:first-of-type) {
        margin-top: 40px;
    }

    .contact-info .icon {
        display: block;
        margin: 0 auto;
    }

    .contact-info .data {
        display: block;
        margin: 20px auto 0;
        text-align: center;
    }
}

@media only screen and (max-width: 479px) {
    /**********************
	WORKS SECTION
	***********************/
    .grid-item,
    .grid-item.-width2,
    .grid-item.-width3,
    .grid-item.-width4,
    .grid-item.-width5 {
        width: 100%;
    }

    /**********************
	SKILLS SECTION
	***********************/
    .skills-container > .skill > .percent {
        font-size: 15px;
    }
    h1,
    .h1 {
        font-size: 22px;
    }
    .carousel-caption h3 {
        font-size: 18px;
    }
    .h2.section-title,
    h2 {
        font-size: 24px;
        line-height: 30px;
    }

    #main-navigation.navbar-default {
        background-color: #161718;
    }
    .login {
        width: 80%;
        margin: 0 10%;
    }
    #main-navigation .navbar-brand img {
        max-height: 24px;
    }
    .copyright img {
        max-width: 50%;
    }
    #question .grid {
        height: 200px;
    }
    #question .grid img {
        margin: 30% auto 20px auto;
    }
    #question .col-xs-6 {
        padding: 0 10px !important;
    }
    #values .box p {
        height: 46px;
        overflow: hidden;
    }
    #intro .pc {
        display: none;
    }
    #call {
        bottom: 0;
        text-align: center;
        border: 1px solid #cbcbcb;
        border-radius: 4px;
        width: 100%;
        padding: 4px 0 0 0;
    }
    #call li {
        float: left;
        width: 50%;
    }
    #call p {
        border: 0 !important;
        margin: 4px 0 0 0;
    }
	#call .call-line{width:auto;}
    .enter {
        word-break: normal;
        width: auto;
        display: block;
        white-space: pre-wrap;
        word-wrap: break-word;
        overflow: hidden;
    }
}
@media (min-width: 992px) {
    .col-md-0 {
        width: 20%;
    }
    .pc-mt80 {
        margin-top: 80px;
    }
    h1,
    .h1 {
        font-size: 36px;
        font-weight: 500;
        color: #fff;
    }
    .carousel-caption h3 {
        font-size: 23px;
    }
    .h2.section-title,
    h2 {
        font-size: 34px;
    }

    #intro .mobile {
        display: none;
    }
    #call {
		width:48px;
		height:193px;
        right: 0px;
        top: 40%;
        text-align: center;
        background-color: #1E87F0;
        padding: 0px 4px 10px 4px;
    }

    #product .container {
        width: 1170px;
    }

	
}
@media (min-width: 768px) {
    #product_try .modal-content {
        width: 680px;
    }
	
}

a.more {
    color: #fff;
}

