

@font-face {
    font-family: 'Fira Sans';
    src: url('../fonts/FiraSans-Light.eot');
    src: local('Fira Sans Light'),
         url('../fonts/FiraSans-Light.eot') format('embedded-opentype'),
         url('../fonts/FiraSans-Light.woff') format('woff'),
         url('../fonts/FiraSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Fira Sans';
    src: url('../fonts/FiraSans-Regular.eot');
    src: local('Fira Sans Regular'),
         url('../fonts/FiraSans-Regular.eot') format('embedded-opentype'),
         url('../fonts/FiraSans-Regular.woff') format('woff'),
         url('../fonts/FiraSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;

}
@font-face {
    font-family: 'Fira Sans';
    src: url('../fonts/FiraSans-Bold.eot');
    src: local('Fira Sans Bold'),
         url('../fonts/FiraSans-Bold.eot') format('embedded-opentype'),
         url('../fonts/FiraSans-Bold.woff') format('woff'),
         url('../fonts/FiraSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
html {
    overflow: hidden;
}
body {
    margin: auto;
    width: 1570px;
    overflow: auto;
    height: 100vh;
    background-color:#f9f9f9 !important;
}
/***** Typography *****/
body, p, a, th, td, li, dl, .form-control { font: normal normal 300 18px/2em 'Fira Sans';}
b, strong, dt { font-weight: 400;}
h1, h2, h3, h4, h5, h6 { line-height: 2em;}
.header-quanmei{
    width: 100%;
    height: 130px;
    background-color: white;
    line-height: 130px;
}
.header-quanmei img{
    width: 177px;
}
.header-quanmei div:first-child{
    float: left;
    margin-left:17%;
    
}
.header-quanmei div:nth-child(2){
    float: right;
    padding-right:10% ;
    width: 27%;
}
.header-quanmei 
/***** Material Shadow *****/
.shadow-top-down {
    box-shadow: 0px 8px 8px -4px rgba(0,0,0,0.75);
    transition: all .5s;
}
.shadow-top-down:hover { box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.25);}
/***** Material Form Elements *****/
form {
    max-width: 500px;
    margin: 0 auto;
    margin-top: 30px;
}
form .form-group { margin-top: 30px;}
form input.form-control,
form button.form-control,
form textarea.form-control ,
form select.form-control {
    border: 0px;
    background-color: transparent;
    border-bottom: 3px solid #233842;
    border-radius: 0px;
    height: 45px;
}
form input.form-control:focus,
form button.form-control:focus,
form textarea.form-control:focus {
    border-bottom-color: #c0c0c0;
    box-shadow: none;
}
form button.form-control {
    transition: .5s;
}
form button.form-control[type=reset] { background-color: transparent;}
form button.form-control:hover,
form button.form-control:focus {
    border-bottom-color: #275267;
    /* background-color: #1c2d35; */
}
form textarea.form-control { min-height: 120px;}
form .input-group-addon { 
    border: 0px;
    /* background-color: transparent; */
    border-bottom: 3px solid #233842;
    vertical-align: top;
    border-radius: 0;
    color: white;
}
form .input-group-addon i { padding-top: 10px;color: #000;}
form .checkbox input[type=checkbox] { margin-top: 12px;}
/***** Images Padding Config *****/
.img-rounded { border-radius: 4px;}
.img-n-pargaraph .pull-right {
    padding: 0;
    margin: 10px 0 15px 15px;
}
.img-n-pargaraph .pull-left {
    padding: 0;
    margin: 10px 15px 15px 0;
}
.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}
/***** Template Header *****/
header.template_header h1 {
    font: normal normal 200 50px/150px 'Fira Sans', sans-serif;
    text-align: center;
    margin-top: 50px;
    color: #fff;
}
header.template_header h1 span {
    position: relative; 
    top: -15px;
}
/***** Main Menu *****/
nav.main-menu {
    top: 130px;
    right: 100px;
    z-index: 998;
    display: none;
    position: fixed;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid rgba(37,58,68,.15);
}
nav.main-menu a:link, nav.main-menu a:hover, nav.main-menu a:focus, nav.main-menu a { 
    color: #455a64;
    text-align: left;
    font: normal normal 400 18px/30px 'Fira Sans', sans-serif;
    /* padding: 10px 50px 10px 30px; */
    border-radius: 0;
}
.show-menu {
    position: fixed;
    z-index: 999;
    top: 50px;
    right: 100px;
    text-align: center;
}
.show-menu a:hover, .show-menu a {
    font: normal normal 100 100px/70px 'Fira Sans', sans-serif;
    border: 1px solid rgba(37,58,68,.15);
    text-decoration: none;
    border-radius: 50px;
    background: #fff;
    display: block;
    color: #455a64;
    width: 70px;
    padding: 0px;
    outline: none;
}
/***** Home *****/
#templatemo_home {
    /* 背景图遮罩 */
    position: relative ;
    width: 100%;
    background: url(../images/villa.png) fixed;
    background-size:cover;
     /* 背景图遮罩 */
    /* min-height: 100vh; */
    /* padding-bottom: 130px; */
    color: #fff;
    z-index: -1;
}
/*浮动的白盒子第一个 */
.float_whitebox-one{
    margin: -100px auto 0 auto;
    width:74%;
    border-radius: 15px;
    background-color: white;
    padding: 2px 40px 22px 40px;
    /* box-shadow: 0px 0px 10px 1px #aaa; */
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.10);
}
.float_whitebox-two div{
    background-color: rgba(255,255,255,.6);
    width: 10px;
    height: 2px;
}
.float_whitebox-one h2{
    color: #ca1b21;
    font-weight: bold;
    line-height: inherit;
    font-family: Tahoma;
}
.float_whitebox-one p {
    margin:0 0 0px;
    font-size: 16px;
    color:#676767;
    font-family: Arial Unicode MS;
}
/* 电脑 */
.computer{
    overflow: hidden;
    width: 100%;
    padding:  25px 9.2%;
    margin-top: 40px;
}
.computer-img{
    float: left;
    width:56%;
}
.computer-img img{
    width:100%;
}
.computer .float_whitebox-two{
    float: left;
    padding: 3% 1% 5% 7%;
    margin-top: 70px;
    margin-left: -122px;
    background-color: white;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.10);
    width: 52%;
}
.computer .float_whitebox-two p{
    font-family: Tahoma;
    font-size: 14px;
    margin:0 0 1px;
    color: #737373;
}
.computer .float_whitebox-two h2{
    font-family: Tahoma;
    font-weight: bold;
color:#ca1b21 ;
}
.eztest{
    clear: both;
    width: 50%;
    margin: 0 auto;
}
.eztest h2{
    font-weight: bold;
    color:#ca1b21 ;
    text-align: center;
    font-family: Tahoma;
}
.eztest h2 a:hover{
    background-color: #ca1b21;
    color: #fff;
}
.eztest h2 a {
    color: inherit;
}
.ceneter-text{
    background-image: url(../images/摄图网_401067074_抽象粒子元素（企业商用）.png);
    background-repeat: no-repeat;
    background-position:0 100% ;
    background-size: 100%;
    padding-bottom: 40px;
}
.center-all .center-text-backgimg{
    background-image: url(../images/listen.png),url(../images/things.png),url(../images/keyboard.png);
    background-repeat: no-repeat,no-repeat,no-repeat;
    background-position: 0% 18%,100% 18%,50% 100%;
    background-size: 300px,360px,660px;
    padding-bottom: 170px;
}
.center-all{
    padding-top: 30px;
    clear: both;
}
.eztest p{
    font-size: 14px;
    margin:0 0 1px;
    color: #7f7b7a;
    text-align: center;
    font-weight: bold;
    font-family: Tahoma;
}
.left-img .right-img .ceneter-text{
    float: left;
}
.left-img .right-img{
    width: 24%;
    border:1px ;

}
.bigImg{
    width: 100%;
    display: none;

}
.bigImg img{
    margin-top: 20px;
    width: 100%;
}
.computer .float_whitebox-two-else{
    margin-top:34px;position: relative;width: 50%;z-index: 3;margin-left: 0;margin-right: -163px;
}
.slice_red{
    width: 100%;
    height: 100px;
    background-color: #d05256;
}
.connect_us{
    height: 700px;
    margin: 0 auto;
    padding: 7% 7% 7% 7%;
    background-image: url(../images/摄图网_401312614_创意科技线条底纹设计（企业商用）.png);
    background-position:0% 15%;
    background-size: 100%;
    background-repeat: no-repeat;
    font-weight: bold;
    font-family: Tahoma;
}
.connect_us h1 {
    margin-left: 10%;
}
.connect_infor{
    margin-left: 10%;
    color: #b5b5b5;
    width: 37%;
    float: left;
}
.connect_infor P{
    font-weight: bold;
    font-family: AlibabaPuHuiTi;
    font-size: 17px;
}
.connect_map{
    float: left;
    padding-left: 5%;
    width: 40%;
}
.connect_map img{
    width: 100%;
}
.fa{
    width: 26px;
}
#templatemo_home .templatemo_home_inner_wapper {
    width: 100%;
    /* max-width: 500px; */
    margin: 0 auto;
}
#templatemo_home h1 {
    margin-top: 20vh;
    font: normal normal 400 70px/80px 'Fira Sans', sans-serif;
}
#templatemo_home h2 {
    font: normal bold  100 36px/40px 'Fira Sans', sans-serif;
}
#templatemo_home p {
    margin: 5px 0 5px 0;
    font-family: Arial Unicode MS;
    font: italic bold 100 16px/40px 'Fira Sans', sans-serif;
}
#templatemo_home p a {
    background-color: rgba(255,255,255,.6);
    border-bottom: 1px dotted #000;
    text-decoration: none;
    padding: 5px;
    color: #000;
}
#templatemo_home p a:hover {
    background-color: rgba(255,255,255,.75);
    border-bottom: 0px dotted #000;
}
#templatemo_home a.btn_wapper {
    margin-bottom: 150px;
}
#templatemo_home a.btn {
    font: normal normal 300 18px/60px 'Fira Sans', sans-serif;
    margin-bottom: 30px;
    border-radius: 0px;
    background: #fff;
    height: 63px;
    color: #000;
    padding: 0;
}
/***** Features *****/
#templatemo_features {
    width: 57%;
    margin: 0 auto;
    /* padding-bottom: 130px; */
}
#templatemo_features p {
    padding-bottom: 30px;
    text-align: center;
}
#templatemo_features .feature-box {
    transition: all .5s;
    background: transparent;
    padding: 40px 5.5% 0 5.5%;
    margin-bottom: 0px;
    margin-top: 0px;
}
#templatemo_features .feature-box:hover {
    /* padding: 0; */
    color: #fff;
}
#templatemo_features .feature-box .feature-box-inner {
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.10);
    transition: all .5s;
    background: #fff;
    margin: auto;
}
#templatemo_features .feature-box:hover .feature-box-inner {
    box-shadow: 0px 0px 10px 5px #aaa;
    background: #ae4d4d;
    /* color: #fff !important; */
}
#templatemo_features .feature-box p {
    max-width: 290px;
    min-height: 180px;
    line-height: 24px;
    padding-top: 30px;
    font-size: 16px;
    margin: auto;
    font-family: Tahoma;
    /* color: #7F7B7A; */
}
#templatemo_features .feature-box .feature-box-icon {
    border-radius: 0px;
    text-align: center;
    padding-top: 50px;
    font-size: 56px;
    color:#233842;
}
/***** Download *****/
#templatemo_download { 
    margin-top: 50px;
    background: url(../images/泰国2-214_03.jpg) fixed;
    height: 390px;
    background-repeat: no-repeat;
    background-position: 50% 390px;
    background-size: 100%;
}
#templatemo_download h2 {
    font: normal normal 100 100px/150px 'Fira Sans', sans-serif;
    text-align: center;
    color: #fff;
}
#templatemo_download p {
    text-align: center;
    color: #fff;
}
#templatemo_download a {
    margin: 50px auto 100px auto;
    display: block;
    width: 260px;
}
#templatemo_download .templatemo_download_text_wapper {
    width: 100%;
    max-width: 550px;
    margin: auto;
}
/***** Element *****/
#templatemo_element .container {
    background-color: #fff;
    margin-top: 40px;
    margin-bottom: 80px;
    padding-bottom: 40px;
    border-radius: 5px;
}
#templatemo_element header h1 { color: #000;}
#templatemo_element #element-icon-wapper {
    overflow: hidden;
    border-radius: 5px;
}
#templatemo_element #element-icon-wapper > div {
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
    line-height: 40px;
    font-size: 25px;
}
#templatemo_element #element-icon-wapper > div:hover {
    transition: .5s;
    background-color: rgba(0,0,0,.2);
}
#templatemo_element #element-icon-wapper a { color: #000;}
#templatemo_element #img-grid-wapper > div { padding: 5px;}
#templatemo_contact {
    color: #fff;
}
#templatemo_contact header h1 { color: #fff;}
#templatemo_contact p, #templatemo_contact a  {
    line-height: 2.5em;
    color: #fff;
}
#templatemo_contact form .form-group { margin-top: 30px;}
#templatemo_contact form input.form-control,
#templatemo_contact form button.form-control,
#templatemo_contact form textarea.form-control ,
#templatemo_contact form select.form-control { border-bottom: 3px solid #fff;color: #fff;}
#templatemo_contact form input.form-control:focus,
#templatemo_contact form button.form-control:focus,
#templatemo_contact form textarea.form-control:focus { border-bottom-color: #275267;}
#templatemo_contact form textarea.form-control { min-height: 120px;}
#templatemo_contact form .input-group-addon { border-bottom: 3px solid #fff;}
#templatemo_contact form .input-group-addon i { color: #fff;}
#templatemo_contact .social {
    margin: 0px auto 40px auto;
    text-align: center;
    max-width: 500px;
    width: 100%;
}
#templatemo_contact .social li {
    margin-left: 0;
    width: 25%;
}
#templatemo_contact .social a {
    margin: 50px auto 4px auto;
    background-color: #fff;
    border-radius: 50px;
    padding-top: 15px;
    font-size: 40px;
    line-height: 40px;
    transition: .5s;
    display: block;
    height: 70px;
    color: #fff;
    width: 70px;
}
#templatemo_contact .social a:hover {
    transform: rotate(360deg);
    color: #223741;
}
/***** Footer *****/
footer {
    padding: 20px 0 16px 0;
    text-align: center;
    background: #fff;
}
.footer-copyright p {
    margin:20px auto 20px auto;
    text-align: center;
    line-height: 32px;
    font-size: 20px;
font-family: AlibabaPuHuiTi;
font-weight: 500;
color: #939393;
}
.footer-copyright a { 
    border-bottom: 1px dotted #fff;
    color: #666;
}
.footer-copyright a:hover {
    color: #000;
    border: 0;
}

/* @media (min-width: 1920px) {
    .map_frame{
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 1500px) {
    .show-menu {right: 50px;}
    nav.main-menu {right: 50px;}
    .map_frame{
        width: 100%;
    }
}
@media (min-width:768px) and (max-width: 799px){
    .float_whitebox-two-one{
        width: 74% !important;
        margin-left: -300px !important;
    }
}
@media (min-width: 897px) and (max-width: 969px){
    .float_whitebox-two-one{
        width: 63% !important;
        margin-left: -198px !important;
    }
}
@media (min-width: 969px) and (max-width:1100px) {
    .float_whitebox-two-one{
        width: 62% !important;
        margin-left: -216px !important;
    }
}
@media (min-width: 1101px) and (max-width: 1286px) {
    
    .float_whitebox-two-one{
        width: 58% !important;
        margin-left: -147px !important;
    }
}
@media (min-width: 1286px) and (max-width: 1411px) {
    
    .float_whitebox-two-one{
        width: 63% !important;
        margin-left: -220px !important;
    }
}

@media (min-width: 1412px) and (max-width: 1525px) {
    
    .float_whitebox-two-one{
        width: 70% !important;
        margin-left: -326px !important;
    }
}
@media (min-width: 1525px) and (max-width: 1880px) {
    
    .float_whitebox-two-one{
        width: 57% !important;
        margin-left: -200px !important;
    }
}
@media (min-width:1880px) {
    .float_whitebox-two-one{
        width: 49% !important;
        margin-left: -110px !important;
    }
}
@media (min-width: 768px) and (max-width:896px) {
    .computer .float_whitebox-two{
        width: 69%;
        margin-left: -300px;
    }
    .computer-img{
        width: 72%;
    }
    .computer .float_whitebox-two-else {
        width: 77%;
        margin-left: -54px;
        margin-right: 64px;
    }
 .computer-img-else{
    width: 85%;
    margin-left: -464px;
    
 }
}
@media (min-width: 897px) and (max-width:1100px) {
    .computer .float_whitebox-two{
        width: 60%;
        margin-left: -200px;
    }
    .computer-img{
        width: 62%;
    }
}

@media (min-width: 897px) and (max-width:1250px) {
   
    .computer .float_whitebox-two-else {
        width: 73%;
        margin-left: -35px;
    }
 .computer-img-else{
    width: 71%;
    margin-left: -260px;
 }
}
@media (max-width: 991px) {
    .show-menu {right: 30px;}
    nav.main-menu {right: 30px;}
    /* .connect_us{
        background-image: none;
    } */
/* }
@media (max-width: 767px) {
    #templatemo_download h2 {font-size: 70px;}
    #templatemo_home h2 {font-size: 26px;}
    .computer-img{
        width: 100%;
    }
    .computer .float_whitebox-two{
        margin-left: 0 ;
        margin-top: 10px !important;
        width: 100%;
        height: auto !important;
     padding: 5px;   

    }
    .header-quanmei div:first-child{
        /* float: left; */
        /* display: none;
    }
    .header-quanmei div:nth-child(2){
        float: none;
        padding-right:0px;
        /* margin:0 auto; */
        /* text-align: center;
        width: auto;
    }
    #templatemo_features{
        width: 75%;
    }
    .center-all .center-text-backgimg{
        background: none;
    }
    .connect_infor{
        width: 100%;
    }
    .float_whitebox-one{
        padding: 5px;   
       }
       .eztest {
        width: 85%; 
     }
     .eztest h2{
         font-weight: bold;
         color:#ca1b21 ;
         font-size: 28px;
         margin-left: 0 !important;
         text-align: center;
     }
     #templatemo_contact .social a {
         padding: 18px;
         font-size: 25px;
         line-height: 20px;
         height: 60px;
         width: 60px;
     }
     #templatemo_features .feature-box{
        padding: 40px 0px 0 0;
     }
     .connect_infor h2 {
         font-size: 20px;
         
     }
     .connect_infor p {
         font-size: 18px;
     }
     .connect_us {
         padding: 7% 7% 7% 7%;
         height: 810px;
         background-image:none
     }
     .map_frame {
         position: absolute;
         width:70%;
         height: 300px;
     }
     .connect_map{
        padding-left: 0;
    }
    #templatemo_download{
        height: 150px;
    }
    #templatemo_download{
        display: none;
    }
    .bigImg{
        display: block;
    }
    .computer{
        padding: 0 9.2%;
        margin-top: 20px;
       }
      
} */
/* @media (max-width: 400px) {
    nav.main-menu {right: 10px;}
    .show-menu {right: 10px;}
} */
/* @media (max-width: 1164px) {
    /* #templatemo_features .feature-box p{
        font-size: 12px;
    } */