
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html,
body {
    background-color: #fff;
    font-size: 14px;
    color: #797979;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-weight: 300;
    width:100%;
    font-family: 'ralewayregular';
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.loaded {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    background-size: cover;
    margin: -20px 0 0 -20px;
}
img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}
a,
button,
a span {
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.btn:focus,
.btn:active {
    outline: inherit;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*    direction: rtl;*/
}
p {
    margin: 0 0 15px;

}

.clear {
    clear: both;
}

img {
    max-width:100%;
}
.showdisbl .imgbo img{
    width: 20%;
}
.displaynone.imgbl img{
    width: 20%;
}
rea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    outline: none;
}
.copyrights{
    text-indent:-9999px;
    height:0;
    line-height:0;
    font-size:0;
    overflow:hidden;
}
.form-control {
    display: inline-block;
    height: 38px;
    padding: 10px 2px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.00);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.00);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-bottom: 2px solid #ddd;
}
/*.form-control:focus {
    border-color: #bcefeb;
}*/
.form-control:focus {
    border-color: #bcefeb;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 0px rgba(102,175,233,.6);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 0px rgba(102,175,233,.6);
}
/*h1,*/
/*h2,*/
/*h3 {*/
    /*font-weight: 300;*/
    /*margin: 0;*/
/*}*/
/*h4,*/
/*h5 {*/
    /*font-weight: 300;*/
    /*margin: 0;*/
    /*line-height: 2rem;*/
/*}*/
/*h1 {*/
    /*font-family: 'Open Sans', sans-serif;*/
    /*font-weight: 700;*/
    /*font-size: 5.143rem;*/
    /*!*line-height: 5.5rem;*!*/
    /*color:#fff;*/
    /*letter-spacing: .4rem;*/
/*}*/
/*h2 {*/
    /*font-family: 'Source Sans Pro', sans-serif;*/
    /*font-size:2.571rem;*/
    /*line-height: 3rem;*/
    /*text-transform: uppercase;*/
    /*font-weight: 700;*/

/*}*/
/*h3 {*/
    /*font-family: 'Source Sans Pro', sans-serif;*/
    /*font-size:1.714rem;*/
    /*line-height: 2.5rem;*/
    /*color:#fff;*/
    /*font-weight: 400;*/
/*}*/
/*h4 {*/
    /*font-family: 'Open Sans', sans-serif;*/
    /*font-weight: 600;*/
    /*font-size: 1.286rem;*/
    /*line-height: 2rem;*/
    /*margin-bottom: 1rem;*/
    /*text-transform: uppercase;*/
/*}*/
/*h5 {
    font-size: 1.125rem;
    margin-bottom: 1rem;
    color:#223d61;
    text-transform: uppercase;
}
h6 {
    font-size: 1rem;
    margin-bottom: .9rem;
}*/
p {
    line-height: 2rem;
    font-size: 0.875rem;
}
p:last-child {
    margin-bottom: 0px;
}
/*.home-wrap h1,*/
.home-wrap h2,
.home-wrap h3,
.home-wrap h4,
.home-wrap h5,
.home-wrap p {
    color: #ffffff;
    /*font-family: 'roboto', sans-serif;*/
}
.textwhite {
    color: #fff;
}
.colorstext {
    color: #5e9a28;
}
.coloricon i {
    color: #5e9a28;
}
.colorsbg {
    background: #5e9a28;
    color: #ffffff;
}

.lightbg {
    background-color: #f9f9f9;
}
.transition {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.outofsectiontext{
    margin-top: 40px;
}

/*
Section
*/

.sections.footer {
    padding-bottom: 80px;
}
section .subtitle h5 {
    margin-top: 10px;
    font-size: 1.3rem;
}
.parallax-section {
    max-width: 100%;
    color: #ffffff;
}
section .title-half h2 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 300;
    margin-bottom: 1.4rem;
}
section .subtitle-half h5 {
    font-weight: 100;
    font-size: 17px;
}
ul{
    margin:0;
    padding:0;
    list-style:none;
}

.heading {
    margin-bottom: 4rem;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 783px;
    top: 7%;
}
@media (max-width: 768px){
    .main_home{
   padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (min-width: 768px){
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin-left: -154px;}}
@media (min-width: 768px){
    .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
        margin-right: -200px;
        margin-left: 0;
    }}
@media (max-width: 768px) {
    .main_menu_bg .navbar-default .navbar-nav > .active > a{
        border-bottom: 0px solid;
        font-size: 16px;
    }
}
/*.map-overlay {
    background-color: rgba(255, 114, 0, 0.75);
    width: 100%;
    height:auto;
}
.video_overlay {
    background-color: rgba(41, 39, 34, 0.75);
    width: 100%;
    height: auto;
}*/

.no-padding {
    padding: 0 !important;
    margin:0 !important;
}
.fluid-blocks-col {
    padding: 70px 40px 0 80px;
}
.fluid-blocks-col-right {
    padding: 70px 80px 0 40px;
}
/*
Separator
*/
.separator {
    width: 10px;
    height: 10px;
    margin: 20px auto;
    background: #e74c3c;
    position: relative;
    display: inline-block;
    border-radius: 50%;
}
.separator:after {
    position: absolute;
    left:5%;
    bottom:4px;
    height: 1px;
    width: 80px;
    background: #eee;
    content:"";
    display: inline-block;
    margin-left: 20px;
}
.separator:before {
    position: absolute;
    right: 5%;
    bottom:4px;
    height: 1px;
    width: 80px;
    background: #eee;
    content:"";
    display: inline-block;
    margin-right: 20px;
}
.separator2 {
    height: 4px;
    width:40px;
    margin: 10px 0px;
    background: #eeeeee;
    position: relative;
}

.separator3 {
    height: 2px;
    width: 40px;
    margin:20px auto;
    background: #888888;
}
.separator4 {
    height: 2px;
    width: 30px;
    margin:20px 0px;
    background: #f38181;
}


.divider{
    height: 1px;
    background: #eee;
    width:100%;
    overflow: hidden;
}
/*section:nth-of-type(odd) {
    background-color: #F9F9F9;
}*/
/*
Button
*/
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.disabled,
.btn-primary.disabled:hover {
    color: #ffffff;
    background-color: #e74c3c;
    border-color: #e74c3c;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #e74c3c;
    border-color: #e74c3c;
}
.btn {
    display: inline-block;
    text-align: center;
    color: #fff;
    transition: .5s;
    transition: all 0.6s;
    border-radius: 2px;
    background: #fff;
    border-radius: 27px;
    font-size: 22px;
    height: 93px;
    width: 219px;
    line-height: 50px;
    background: url(../images/button.png)no-repeat;
}
.btn:hover{
    /*box-shadow: 0px 2px 2px 1px rgba(221, 221, 221, 0.6);*/
    color:#407cc2;
}
.btn-default{
    background: transparent;
    border:1px solid #fff;
    padding: 1.125rem 3rem;
}
.btn-default:hover{
    background: linear-gradient(90deg,#407cc2 0%,#60a7e4 49%,#0193de 100%);
}
/*.btn-lg{*/
    /*background: linear-gradient(90deg,#407cc2 0%,#60a7e4 49%,#0193de 100%);*/
/*}*/
.btn-md{
    background: #999999;
    padding: 1rem 2rem;
    border: 1px solid transparent;
}

/*
Extra height css
*/
.margin-top-20 {
    margin-top: 20px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}
.margin-top-60 {
    margin-top: 60px;
}
.margin-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.margin-bottom-60 {
    margin-bottom: 60px;
}
.margin-top-80 {
    margin-top: 80px;
}
.margin-bottom-80 {
    margin-bottom: 80px;
}
.m_t_10{
    margin-right:10px;
}
.padding-top-20 {
    padding-top: 1.33rem;
}
.padding-bottom-20 {
    padding-bottom: 1.33rem;
}
.padding-top-40 {
    padding-top: 2.66rem;
}
.padding-bottom-40 {
    padding-bottom: 2.66rem;
}
.padding-top-60 {
    padding-top: 5rem;
}
.padding-bottom-60 {
    padding-bottom: 5rem;
}
.padding-top-90 {
    padding-top: 6.429rem;
}
.padding-bottom-90 {
    padding-bottom: 6.429rem;
}
.padding-bottom-0 {
    padding-bottom: 0;
}
.p_l_r{
    padding-left: 5.714rem;
    padding-right: 5.714rem;
}
/*padding*/
.padding-twenty {
    padding: 10px 0;
}
.padding-fourty {
    padding: 20px 0;
}
.padding-sixty {
    padding: 30px 0;
}
.padding-eighty {
    padding: 40px 0;
}
h1 span {
    color: #5e9a28;
    font-weight: 400;
}

/*for placeholder changes*/

input::-webkit-input-placeholder {
    color: #ddd;
}
input::-moz-placeholder {
    color: #ddd;
}
input::-ms-input-placeholder {
    color: #ddd;
}

/*for image bg*/


/*.img-bg{
  background: url(../images/home-msg.jpg) no-repeat center top fixed;
  background-size
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}*/
/* navbar section */

.main_menu_bg{
    margin-top: 0px;
    background-color: transparent;
}
.main_menu_bg .navbar-default {
    background-color: transparent;
    border-color: transparent;
    transition: all .6s;
    margin: 15px auto;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
    color:#0193de;
    background: transparent;
}
.main_menu_bg .navbar {}

.main_menu_bg .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
    color: #0193de;
    padding-bottom: 10px;
    border-bottom: 1px solid #0193de;
    background: transparent;

}
.menu-scroll {
    padding-top: 0px;
    padding-bottom: 0px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 300;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-color:rgba(34, 61, 97, 0.64);
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    transition:all .3s;
    height: 82px;

}

    .main_menu_bg .navbar-nav>li>a {
    padding-top: 5px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    font-family: PingFangSC-Medium;
}
.navbar-brand {
    padding: 0px 15px;
}
.navbar-brand>img {
    max-width: 94%;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
    background-color:transparent;
    color:#f5c239;

}
.navbar-nav navbar-right li
{
    margin-left: 25px;
}
@media (min-width: 768px){
    .navbar-right {
        float: right!important;
        margin-right: -120px;}}
@media (min-width: 768px){
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin-left:  -123px;
    }}
/*@media (min-width: 768px){*/
    /*.main_menu_bg .navbar-nav>li>a{*/
        /*font-size: 13px;*/
    /*}}*/



.culmn{
    width:100%;
    overflow: hidden;

}
/*heading title all area*/


#home{
    /*background: url(../images/banner.png) no-repeat center top;*/
    background-size: 100%;
    object-fit:fill
}
.main_home_u{
    padding-top: 270px;
    display: block;
    position: absolute;
    left: -77px;
    width: 100%;
}
@media (min-width: 768px){
    .main_home_u{
        /*padding-top: 270px;*/

    }
    /*.screen-1_b{*/
        /*display: none;*/
    /*}*/
    #home{
        /*background: url(../images/banner.png) no-repeat center top;*/
        background-size: 100%;
        min-width: 1200px;
    }
}
.main_home_u h1 {
    /*text-align: center;*/
    /* letter-spacing: 1.0rem; */
margin-bottom: 29px;
    font-size: 64px;
    font-family: HiraKakuPro-W6;
    line-height: 96px;
}
.main_home_u h2 {
    /* text-align: center; */
    font-family: HiraKakuPro-W3;
    color: #fff;
    font-weight: 200;
    margin-bottom: 68px;
    font-size: 28px;
}

@media (max-width: 768px) {
    .home{
        background: url(../images/phone1.png);
        /*background-position: left;*/
        background-repeat: no-repeat;
        background-size: cover;

        /*height: 50%;*/

    }
    .overlay{
        height: 500px;
    }
    .main_home_u {
        /*padding-top: 235px;*/
        left: 0;
        text-align: center;
    }
    .main_home_u h1{
        font-size: 40px;
    margin-bottom: 10px;
        line-height: 50px;
    letter-spacing: .4rem}
    .main_home_u h2{
        font-size: 1.8rem;
        margin-bottom: 19px;
    }
    .btn{
        width: 135px;
        height: 50px;
        font-size: 15px;
        display: inline-block;
        /* text-align: center; */
        color: #fff;
        margin-left: 11px;
        transition: .5s;
        transition: all 0.6s;
        border-radius: 2px;
        background: #fff;
        border-radius: 27px;
        font-size: 15px;
        /* height: 93px; */
        /* width: 219px; */
        line-height: 29px;
        background: url(../images/button.png)no-repeat;
        background-size: 100%;
    }
    }

.home_skew_border{
    position: relative;
}

.main_home{
    padding-top: 270px;
    /*padding-bottom: 436px;*/
    display: block;
}
.mian_home h1{
    font-size: 100px;
    text-align: center;
margin-bottom: 20px;
}
.mian_home h2{

    text-align: center;
}

.screen-1_b{
    width: 100%;

    height: 54px;
    background: linear-gradient(90deg,#407cc2 0%,#60a7e4 49%,#0193de 100%);
    width: 180px;
    border-radius: 27px;
    text-align: center;
    line-height: 54px;
    font-size: 20px;
    display: block;
    position: absolute;
    right:220px;
    top:530px;
}
.screen-1_b a{
    color: #fff;

}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    width: 100%;
}
.btn-wrap{
  min-width: 1200px;
}
@media (max-width: 768px){
    .screen-1_b{display:none;}
    .main_menu_bg{
        background-color:rgba(34, 61, 97, 0.64) ;

    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form{
        width: auto;
    }

}

.header__nav-item_status_active{
    color: #fff;
    font-family: PingFangSC-Medium;
}
.header__nav-item_status_active::after{
    content:'';
    display: block;
    width: 73px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color:#fff;

}

/*==================================================================
            Feature section Style
====================================================================*/
.feature{
    background: url("../images/VR.png")center no-repeat;
    background-size: cover;
    height: 550px;
}
.screen-2_products{
    height: 160px;
    position: relative;
}
.screen-2_wrap{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    position: relative;
}
.screen-2_products_heading {
    position: relative;
    font-size: 30px;
    color: #343434;
    text-align: center;
    padding-top: 38px;
    line-height: 38px;
    font-weight: 600;
}
.screen-2_products__subheading{

    font-weight:normal ;
    margin: 0px;
    padding: 0;
    font-size:18px;
    color: #7D7D7D;
    text-align:center;
    line-height: 40px;
}
.screen-2_three{
    /*height:550px;*/

    background-size: cover;
    /*overflow: hidden;*/
}
.screen-2_three_math {
    font-weight: 600;
    padding-top: 36px;
    font-size: 20px;
    color: #505050;
    text-align: center;
    font-family: "Hiragino Sans GB";
}
.screen-2_features{
    margin: 0 auto;
    left: 0;

    height: 89px;
    padding-top: 100px;

}
/*@media screen and (min-width: 1200px) {*/
/*.screen-2_features{*/
/*width: 1200px;*/
/*}*/
/*.screen-2_features_item{*/
/*margin-left: 153px;*/
/*}*/
/*}*/
/*@media screen and (max-width: 414px) {*/
/*.screen-2_features{*/
/*width: 100%;*/
/*}*/
/*.screen-2_features_item{*/
/*margin-left: 50px;*/
/*}*/
/*}*/


.screen-2_features_item{
    width: 214px;
    height: 89px;
    border:2px solid #b5b5b5;
    float: left;
    border-radius:10px ;
    margin-left: 75px;
    text-align: center
}
.screen-2_features_item_number{
    height:36px ;
    font-size: 24px;
    line-height: 36px;
    padding:14px 0 8px 0 ;
    color: #1f1f1f;

}
.screen-2_features_item_desc{
    height:34px ;
    font-size: 18px;
    line-height: 50px;
    color: #848484;

}
@media (max-width: 768px){
.screen-2_features{
    padding-top: 15px;
}
    .screen-2_features_item{
        margin-bottom: 20px;
        width: 180px;
        height: 70px;
        /*margin-left: 81px;*/
    }
    .screen-2_features_item_number{
        height:20px ;
        font-size: 20px;
        line-height: 20px;
    }
    .screen-2_features_item_desc{

        font-size: 15px;


    }
    .feature{
        height: 500px;
    }
    .screen-2_products_heading{

        padding-top: 32px;}
    .screen-2_products__subheading{
        font-weight: normal;
        margin: 0px;
        padding: 0;
        font-size: 18px;
        color: #7D7D7D;
        text-align: center;
        line-height: 40px;
    }
    }

/*==================================================================
            History section Style
====================================================================*/
.viewdetail {
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #323136;
    border-radius: 20px;
    color: #fff;
    display: block;
    margin: 40px auto ;
    font-size: 14px;
}
.viewdetail1 {
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #323136;
    border-radius: 20px;
    color: #fff;
    display: block;
    margin: 40px auto ;
    font-size: 14px;
}
.viewdetail2 {
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #323136;
    border-radius: 20px;
    color: #fff;
    display: block;
    margin: 30px auto ;
    font-size: 14px;
}
.hoverview:hover {
    background: #666;
}
.tre{
    width: 710px;
    margin: 0px auto;
    overflow: hidden;
}
.tre ul li {
    width: 200px;
    height: 70px;
    border:solid 1px #D1D1D1;
    border-radius: 4px;
    text-align: center;
    float: left;
    margin: 0px 18px;
}
.tre ul li b {
    display: block;
    color: #444444;
    font-size: 14px;
    margin: 14px auto 8px;
}
.tre ul li em {
    font-size: 12px;
    color: #888888;
}
.listtable {
    /*width: 1200px;*/
    margin: 0px auto;
    overflow: hidden;
    background-color: #fff;
}
.listtable ul li {
    float: left;
    width: 292px;
    height: 400px;
    /*border-left: solid 1px #EDEDED;*/
    position: relative;
}



.listtable ul li:hover .displaynone{
    display: block;
    opacity: 1;
}
.listtable ul li .displaynone .imgbl{
    transition:All 0.2s ease-in-out;
    -webkit-transition:All 0.2s ease-in-out;
    -moz-transition:All 0.2s ease-in-out;
    -o-transition:All 0.2s ease-in-out;
}
.listtable ul li .displaynone:hover .imgbl{
    transform:translate(0,-20px);
    -webkit-transform:translate(0,-20px);
    -moz-transform:translate(0,-20px);
    -o-transform:translate(0,-20px);
    -ms-transform:translate(0,-20px);
}
.listtable ul li .displaynone h3{
    transition:All 0.3s ease-in-out;
    -webkit-transition:All 0.3s ease-in-out;
    -moz-transition:All 0.3s ease-in-out;
    -o-transition:All 0.3s ease-in-out;
}
.listtable ul li .displaynone:hover h3{
    transform:translate(0,-20px);
    -webkit-transform:translate(0,-20px);
    -moz-transform:translate(0,-20px);
    -o-transform:translate(0,-20px);
    -ms-transform:translate(0,-20px);
}
.listtable ul li .displaynone p{
    transition:All 0.5s ease-in-out;
    -webkit-transition:All 0.5s ease-in-out;
    -moz-transition:All 0.5s ease-in-out;
    -o-transition:All 0.5s ease-in-out;
}
.listtable ul li .displaynone:hover p{
    transform:translate(0,-20px);
    -webkit-transform:translate(0,-20px);
    -moz-transform:translate(0,-20px);
    -o-transform:translate(0,-20px);
    -ms-transform:translate(0,-20px);
}
.listtable ul li .displaynone em{
    transition:All 0.7s ease-in-out;
    -webkit-transition:All 0.7s ease-in-out;
    -moz-transition:All 0.7s ease-in-out;
    -o-transition:All 0.7s ease-in-out;
}
.listtable ul li .displaynone:hover em{
    transform:translate(0,-20px);
    -webkit-transform:translate(0,-20px);
    -moz-transform:translate(0,-20px);
    -o-transform:translate(0,-20px);
    -ms-transform:translate(0,-20px);
}
.listtable ul li .displaynone a{
    transition:All 0.8s ease-in-out;
    -webkit-transition:All 0.8s ease-in-out;
    -moz-transition:All 0.8s ease-in-out;
    -o-transition:All 0.8s ease-in-out;
}
.listtable ul li .displaynone:hover a{
    transform:translate(0,-20px);
    -webkit-transform:translate(0,-20px);
    -moz-transform:translate(0,-20px);
    -o-transform:translate(0,-20px);
    -ms-transform:translate(0,-20px);
}
.showdisbl {
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    border-left: solid 1px #EDEDED;
}
.showdisbl .imgbo {
    /*height: 100px;*/
    overflow: hidden;
    padding-top: 120px;
    margin-top: 10px;
}
.showdisbl .imgbo  img {
margin-bottom: 35px;
}

.showdisbl h3 {
    font-size: 19px;
    color: #444444;
    line-height: 23px;
}
.showdisbl p{
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
}
.displaynone {
    width: 100%;
    height: 100%;
    background: #4CA9E2;
    text-align: center;
    display: none;
    position: absolute;
    left: 0;
    top: 0;

}
.imgbl{

    overflow: hidden;
    padding-top: 64px;
    padding-bottom: 10px;
}
.displaynone h3{
    font-size: 20px;
    color: #fff;
}
.displaynone p{
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
    font-family: "Hiragino Sans GB";
}
.displaynone em{
    font-style: normal;
    font-size: 12px;
    color: #fff;
    line-height: 22px;
    margin: 20px auto 0px;
    display: block;
    width: 280px;

}
@media (max-width: 768px) {
    .listtable ul li {
        float: left;
        width: 200px;
        height: 330px;

    }

    .displaynone {
        width: 104%;

    }

    .showdisbl .imgbo {
        /*height: 100px;*/
        padding-top: 80px;

    }

    .displaynone em {

        width: auto;
        margin: 20px auto 0px;
    }

    .showdisbl {
        border-bottom: solid 1px #EDEDED;
        width: 205px;
        border-left: none;
    }

    .viewdetail1 {

        margin: 20px auto;

    }

    .showdisbl h3 {
        font-size: 18px;
        color: #444444;
    }

    .displaynone h3 {
        font-size: 18px;
        color: #fff;
    }
}
/*==================================================================
            service section Style
====================================================================*/
.screen-3{
    position: relative;
    height: 600px;


}


.pc-banner {
    position: relative;
    background: url(../images/lunbo2.png) no-repeat center top/100% auto;
    width: 100%;
    height: 636px;
    background-size: cover;
    float: left;
}

.pc-banner_wrap{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.pc-banner_heading{
    position: relative;
    font-size: 19px;
    color: #ffffff;
    text-align:center;
    padding-top: 60px;
    line-height: 43px;
    font-weight: 500;
}
.screen-2_products_subheading{

    font-weight:normal ;
    margin: 0px;
    padding: 0;
    font-size:18px;
    color: #7D7D7D;
    text-align:center;
    line-height: 40px;
}
/*@media screen and (max-width: 768px) {*/
    /*.pc-banner {*/
        /*background-size: auto 100%;*/
    /*}*/
/*}*/

.swiper-container {
    /*width: 2000px;*/
    margin: 0;
    /*height: 100%;*/

}

/*@media screen and (max-width: 935px) {*/
    /*.swiper-container {*/
        /*margin: -30px 0;*/
    /*}*/
/*}*/

.swiper-slide {
    transition: all .3s;
    -webkit-transition: transform 1.0s;
    -moz-transition: transform 1.0s;
    -ms-transition: transform 1.0s;
    -o-transition: transform 1.0s;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    bottom: -25px;
}

/*@media screen and (max-width: 668px) {*/
    /*.swiper-slide {*/
        /*-webkit-transform: scale(0.75);*/
        /*transform: scale(0.75);*/
    /*}*/
/*}*/

.swiper-slide-active,.swiper-slide-duplicate-active {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);

}

/*@media screen and (max-width: 668px) {*/
    /*.swiper-slide-active,.swiper-slide-duplicate-active {*/
        /*-webkit-transform: scale(0.99);*/
        /*transform: scale(0.99);*/
    /*}*/
/*}*/

.none-effect {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

.swiper-slide a {
    width: 100%;
    /*background: #fff;*/
    padding:0px;
    display: block;
    border-radius: 14px;
}

/*@media screen and (min-width:668px) {*/
    /*.swiper-slide a:after {*/
        /*position: absolute;*/
        /*top: 0;*/
        /*left: 0;*/
        /*display: block;*/
        /*!*box-sizing: border-box;*!*/
        /*!*border: 10px solid #fff;*!*/
        /*!*content: "";*!*/
        /*width: 100%;*/
        /*height: 100%;*/

        /*!*border-radius: 20px;*!*/
    /*}*/
/*}*/

.swiper-slide-active a:after {
    background: none;
}

/*@media screen and (max-width: 668px) {*/
    /*.swiper-slide a {*/
        /*width: 100%;*/
        /*!*padding: 5px;*!*/
        /*!*border-radius: 7px;*!*/
    /*}*/
/*}*/

.swiper-slide img {
    width: 100%;
    border-radius: 14px;
    display: block;
}

/*@media screen and (max-width: 668px) {*/
    /*.swiper-slide img {*/
        /*border-radius: 7px;*/

    /*}*/
/*}*/

.swiper-pagination {
    position: relative;
    margin-bottom: 20px;
}

.swiper-pagination-bullet {
    background: #00a0e9;
    margin-left: 4px;
    margin-right: 4px;
    width: 17px;
    height: 17px;
    opacity: 1;
    margin-bottom: 4px;
}

.swiper-pagination-bullet-active {
    width: 13px;
    height: 13px;
    background: #FFF;
    border: 6px solid #00a0e9;
    margin-bottom: 0;
}

.button div:hover {
    background-color: #2f4798;
}

.swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l4.2%2C4.2L8.4%2C22l17.8%2C17.8L22%2C44L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #00a0e9 center 50%/50% 50% no-repeat;
}

.swiper-button-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-4.2-4.2L18.6%2C22L0.8%2C4.2L5%2C0z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #00a0e9 center 50%/50% 50% no-repeat;
}

/*======================================================================
                    portfolio section css
========================================================================*/
.screen-4{
    height:675px;
    background-color: #fff;

}
.screen-4_wrap{
    /*width: 1200px;*/
    height: auto;
    margin: 0 auto;
    margin-top: 50px;
    /*position: relative;*/
}


.screen-4_heading {
    position: relative;
    font-size: 24px;
    color: #191919;
    text-align: center;
    padding-top: 37px;
    /* line-height: 43px; */
    font-family: "PingFangSC-Medium";
    font-weight: 600;
}
.screen-4_img{
    width: 300px;
    height: 89px;
    padding-top: 50px;
    float: left;
    margin-left:70px;

}

/*.screen-4_img img:hover{*/
    /*transform: scale(1.1);*/
    /*-webkit-transition: 0.5s;*/
    /*-moz-transition: 0.5s;*/
    /*-ms-transition: 0.5s;*/
    /*-o-transition: 0.5s;*/
    /*transition: 0.5s;*/
/*}*/
@media (max-width: 768px) {
    .screen-4_heading {

        padding-top: 0px;

    }

    .screen-4_img {
        width: 300px;
        height: 89px;
        padding-top: 30px;
        float: left;
        margin-left: 50px;

    }

    .screen-4_img img {
        width: 85%;

    }

    .screen-4 {
        height: 324px;
    }

}

.main_menu_bg {
    margin-top: 0px;
    background-color: transparent;
    z-index: 300;
    /* box-shadow: 0 6px 12px rgba(0, 0, 0, .175); */
    /* -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); */
    background-color: rgba(34, 61, 97, 0.4);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    /*height: 82px;*/
}



@media (max-width: 1440px){
    .main_home_u{
        /*padding-top: 150px;*/
       /*margin-left: 82px;*/
    }


    .main_home_u h2 {
        /* text-align: center; */
        font-family: HiraKakuPro-W3;
        color: #fff;
        font-weight: 200;
        margin-bottom: 68px;
        font-size: 25px;
    }
    .main_home_u h1 {
        /* text-align: center; */
        /* letter-spacing: 1.0rem; */
        margin-bottom: 29px;
        font-size: 40px;
        font-family: HiraKakuPro-W6;
        line-height: 96px;
    }
    /*.screen-1_b{*/
    /*display: none;*/
    /*}*/
    #home{
        /*background: url(../images/banner.png) no-repeat center top;*/
        background-size: 100%;
        min-width: 1200px;
    }
    .pc-banner {

        height: 553px;

    }
    .screen-3 {
        position: relative;
        height: 515px;
    }
    .btn {
        display: inline-block;
        text-align: center;
        color: #fff;
        transition: .5s;
        transition: all 0.6s;
        border-radius: 2px;
        background: #fff;
        border-radius: 27px;
        font-size: 20px;
        height: 93px;
        width: 179px;
        line-height: 41px;
        background: url(../images/button.png)no-repeat;
        background-size: 97%;
    }
    .main_home_u h2 {
        /* text-align: center; */
        font-family: HiraKakuPro-W3;
        color: #fff;
        font-weight: 200;
        margin-bottom: 46px;
        font-size: 25px;
    }

}



