﻿
body {
    font-family: "microsoft yahei", "微软雅黑";
    line-height: 1.75em;
}
a,div,button{
    font-family: "microsoft yahei", "微软雅黑";
}
.control-group {
    margin: 0px;
}
.webuploader-pick {
    padding: 5px 15px;
}
p {
    margin: 0 0 0 0 ;
}
.content1 p {
    margin: 20px;
}
/*左侧菜单*/
.carousel .carousel-control {
    width:10%;
}

@-webkit-keyframes fadeIn2 {
    0% {
        opacity: 0
    }
    to {
        opacity: 0.9
    }
}

@keyframes fadeIn2 {
    0% {
        opacity: 0
    }
    to {
        opacity:0.9
    }
}
@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}
.animation-delay-8 {
    -webkit-animation-delay: .8s !important;
    animation-delay: .8s !important
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}


.carousel .item {
    height: 100%;
    overflow:hidden;
    -webkit-background-size:cover !Important;
    -moz-background-size:cover !Important;
    -o-background-size:cover !Important;
    background-size:cover !Important;
}

.carousel {
    position:relative;
}
.carousel p {
    color:#fff;
    line-height:30px;
}
.carousel-inner {
    height: 100%;
}
.carousel-inner>.item {
    display:none;
    position:relative;
    -webkit-transition:0.6s ease-in-out left;
    transition:0.6s ease-in-out left;
}
.carousel-inner>.item>img,.carousel-inner>.item>a>img {
    display:block;
    max-width:100%;
    height:auto;
    line-height:1;
}
.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
    display:block;
}
.carousel-inner>.active {
    left:0;
}
.carousel-inner>.next,.carousel-inner>.prev {
    position:absolute;
    top:0;
    width:100%;
}
.carousel-inner>.next {
    left:100%;
}
.carousel-inner>.prev {
    left:-100%;
}
.carousel-inner>.next.left,.carousel-inner>.prev.right {
    left:0;
}
.carousel-inner>.active.left {
    left:-100%;
}
.carousel-inner>.active.right {
    left:100%;
}
.carousel-control {
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    width:15%;
    opacity:0.5;
    filter:alpha(opacity=50);
    font-size:20px;
    color:#ffffff;
    text-align:center;
    text-shadow:0 1px 2px rgba(0,0,0,0.6);
}
.carousel-fade .carousel-inner .item {
    opacity:0;
    -webkit-transition-property:opacity;
    -moz-transition-property:opacity;
    -o-transition-property:opacity;
    transition-property:opacity;
}
.carousel-fade .carousel-inner .active {
    opacity:1;
}
.carousel-fade .carousel-inner .active.left,.carousel-fade .carousel-inner .active.right {
    left:0;
    opacity:0;
    z-index:1;
}
.carousel-fade .carousel-inner .next.left,.carousel-fade .carousel-inner .prev.right {
    opacity:1;
}
.carousel-fade .carousel-control {
    z-index:2;
}
.carousel-control.left {
    background-image:-webkit-gradient(linear,0% top,100% top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0.0001)));
    background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.5) 0%),color-stop(rgba(0,0,0,0.0001) 100%));
    background-image:-moz-linear-gradient(left,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.0001) 100%);
    background-image:linear-gradient(to right,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.0001) 100%);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
}
.carousel-control.right {
    left:auto;
    right:0;
    background-image:-webkit-gradient(linear,0% top,100% top,from(rgba(0,0,0,0.0001)),to(rgba(0,0,0,0.5)));
    background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.0001) 0%),color-stop(rgba(0,0,0,0.5) 100%));
    background-image:-moz-linear-gradient(left,rgba(0,0,0,0.0001) 0%,rgba(0,0,0,0.5) 100%);
    background-image:linear-gradient(to right,rgba(0,0,0,0.0001) 0%,rgba(0,0,0,0.5) 100%);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
}
.carousel-control:hover,.carousel-control:focus {
    color:#ffffff;
    text-decoration:none;
    opacity:0.9;
    filter:alpha(opacity=90);
}
.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right {
    position:absolute;
    top:50%;
    left:50%;
    z-index:5;
    display:inline-block;
}
.carousel-control .icon-prev,.carousel-control .icon-next {
    width:20px;
    height:20px;
    margin-top:-10px;
    margin-left:-10px;
}
.carousel-control .icon-prev:before {
    content:'\2039';
}
.carousel-control .icon-next:before {
    content:'\203a';
}
.carousel-indicators {
    position:absolute;
    left:50%;
    z-index:998;
    width:60%;
    margin-left:-30%;
    padding-left:0;
    list-style:none;
    text-align:center;
}
.carousel-indicators li {
    display:inline-block;
    width:10px;
    height:10px;
    margin:1px;
    text-indent:-999px;
    border:1px solid #ffffff;
    border-radius:10px;
    cursor:pointer;
}
.carousel-indicators .active {
    margin:0;
    width:12px;
    height:12px;
    background-color:#ffffff;
}
.carousel-caption {
    text-align: left;
    position:absolute;
    top: 25%;
    left: 3%;
    right: 6%;
    bottom: 10%;
    z-index:10;
    padding-top:20px;
    padding-bottom:20px;
    color:rgb(255,68,68);
    text-shadow:0 1px 2px rgba(0,0,0,0.6);
    font-size: 56px;
    background: transparent;
}
.carousel-caption .btn {
    text-shadow:none;
}
.carousel-control {
    width:40px;
    color:#fff;
    text-shadow:none;
    opacity:1;
    margin-left:40px;
    margin-right:40px;
}
.carousel-control:hover,.carousel-control:focus {
    color:#ccc;
    text-decoration:none;
    opacity:0.9;
    filter:alpha(opacity=90);
}
.carousel-control.left,.carousel-control.right {
    background-image:none;
    filter:none;
    background:rgba(0,0,0,.1);
    height:80px;
    width:50px;
    margin-top:25%;
    margin-left:0px;
    margin-right:0;
}
.carousel:hover .carousel-control.left,.carousel:hover .carousel-control.right {
}
.carousel-control.left {
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
}
.carousel-control.right {
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}
.carousel-control i {
    top:-5px;
}
.carousel-indicators.out {
    bottom:-5px;
}
.carousel-control.left,.carousel-control.right {
    margin-top: 11%;
}
/*--------------------------------------------------	CAROUSEL FEATURED WORK---------------------------------------------------*/
#carousel-featuredwork .item {
    padding:0;
    height:410px;
}
#carousel-featuredwork .carousel-indicators {
    margin-left: -31%;
}
.nav *{
    font-family: 'microsoft yahei' !important;
}
.nav i{
    font-family: FontAwesome !important;
}
.nav ul a {
    text-decoration:none;
    display:block;
    /*color:#ffffff;*/
    padding:0px 19px;
    text-align:center;
    /*text-shadow: 0px -1px 0px rgba(0,0,0,.2);*/
}
.userxt .ygxtbg:hover{
    color: #c81638;
}
.userxt .ygxtbg{
    color: #2c873a;
}
.userxt .ygxtbg:hover img{
    transform:none;
}

.navbar {
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    background-color: rgba(0,0,0,.04) !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    height: 71px;
    width: 100%;
    display: block;
    margin-bottom:0 ;
    border-bottom: 1px solid rgb(216,221,223);
}
.navbar .logo {
    float: left;
    width: 182px;
    height: 100%;
    text-align: center;
}
.navbar .logo a {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.navbar .logo a img {
    height: 70px;
}

.order-links {
    float: right;
    font-size: 12px;
    text-align: center;
}
.ur-link {
    position: relative;
    margin: 22px 0 !important;
    /*padding-left: 25px;*/
    height: 24px;
    float: left;
    width: 93px;
    color: #fff;
    border-left: 1px solid #e5e5e5;
    line-height: 24px;
}
.uricon {
    margin-right: 5px;
    position: absolute;
    top: 3px;
    left: 15px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}
.navbar .language {
    margin: 21px 0;
    float: right;
}
.navbar .language .single.active {
    color: #fff;
    background-color: #333;
}
.navbar .language .single:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.navbar .language .single {
    display: block;
    float: left;
    width: 46px;
    height: 24px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    background-color: transparent;
    border: 1px solid #333;
    font-weight: bold;
}
.navbar-fixed-top .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar-brand {
    float: none;
    height: auto;
    line-height: inherit;
    padding: 0;
}

.navbar-brand img {
    max-height: 35px;
}
.navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 1200px;
}
@media (min-width: 992px) {
    .navbar-brand img {
        max-height: 40px;
    }
}

.navbar-brand-wrap {
    display: table;
    height: 56px;
}

@media (min-width: 768px) {
    .navbar-brand-wrap {
        height: 50px;
    }
}

.navbar-brand {
    display: table-cell;
    vertical-align: middle;
}

.navbar-nav > li > a {
    display: inline-block;
    line-height: 1;
}

.navbar-nav > li > a:focus,
.navbar-nav > li > a:hover {
    background-color: transparent;
}

@media (max-width: 767px) {
    .navbar-nav {
        line-height: 56px;
    }
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding: 0 10px;
    }
}

@media (min-width: 992px) {
    .navbar-nav > li {
        margin-left: 25px;
    }
    .navbar-nav > li > a {
        padding: 0 15px;
    }
}

.navbar-toggle {
    height: 56px;
    margin: 0;
    border: 0;
    padding: 0;
}

.navbar-toggle .icon-bar:nth-child(3) {
    position: relative;
}

.navbar-toggle .icon-bar:nth-child(3):before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
    background-color: inherit;
}

.navbar-toggle[aria-expanded=true] .icon-bar:nth-child(2),
.navbar-toggle[aria-expanded=true] .icon-bar:nth-child(4) {
    opacity: 0;
}

.navbar-toggle[aria-expanded=true] .icon-bar:nth-child(3) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-toggle[aria-expanded=true] .icon-bar:nth-child(3):before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media (min-width: 768px) {
    .navbar-toggle {
        height: 100px;
    }
}

.navbar-theme .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-theme .navbar-nav > li.active > a {
    color: #fff;
}

.navbar-theme .navbar-nav > li > a {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    color: #254C8C;
    cursor: pointer;
    padding: 0 5px;
    font-weight: normal;
}

.navbar-theme .navbar-nav > li > a:hover {
    color: red;
}
.navbar-theme .navbar-nav >li.on > a {
    color: red;
}
@media (min-width: 992px) {
    .navbar-theme .navbar-nav > li > a {
        position: relative;
    }
    .navbar-theme .navbar-nav > li > a:after {
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -webkit-transition-property: -webkit-transform;
        -o-transition-property: -o-transform;
        transition-property: transform;
        -webkit-transform: translateX(-50%) scaleX(0);
        -ms-transform: translateX(-50%) scaleX(0);
        -o-transform: translateX(-50%) scaleX(0);
        transform: translateX(-50%) scaleX(0);
        position: absolute;
        bottom: -14px;
        left: 50%;
        content: "";
        width: 90%;
        height: 4px;
        -webkit-border-radius: 50px;
        border-radius: 50px;
        background-color: #786de4;
    }
}

@media (min-width: 768px) {
    .is-scroll .navbar-theme .navbar-nav > li.active > a:after {
        -webkit-transform: translateX(-50%) scaleX(1);
        -ms-transform: translateX(-50%) scaleX(1);
        -o-transform: translateX(-50%) scaleX(1);
        transform: translateX(-50%) scaleX(1);
    }
}

.site-header {

}


@media (max-width: 1199px) {
}

@media (max-width: 991px) {
    .navbar-nav > li {
        float: none !important;
    }
    .nav > li > a {
        padding: 10px 15px !important;
    }
    .collapse.collapse {
        display: none !important;
    }
    .collapse.collapse.in {
        display: block !important;
    }
    .container-fluid > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container > .navbar-header {
        margin-right: -15px !important;
        margin-left: -15px !important;
    }
    .navbar-header {
        float: none !important;
    }
    .navbar-toggle {
        display: block !important;
    }
    .navbar-collapse {
        border-top: 1px solid transparent !important;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
    }
    .navbar-collapse.collapse {
        overflow-x: visible !important;
    }
    .navbar-right {
        float: none !important;
        margin: 7.5px -15px !important;
    }
}
.isloaded{
    background-color: rgb(243,246,247) !important;
    position: fixed;
    z-index: 9999;
    top: 0;
}

.sliderTitle{
    line-height: 1.3;
    font-weight: 900;
    text-transform: capitalize;
    color: #ffffff;
    font-size: 24px;
    letter-spacing: 0;
    font-family: FZShuTi;
}

.yyheader{
    font-size: 18px;
    color: #DC492C;
    font-weight: bold;
}
.yytitle{
    font-size: 14px;
    float: left;
    text-align: right;
    width: 150px;
    line-height: 30px;
    font-weight: bold;
    color: #DC492C;
}
.yyContent{
    font-size: 14px;
    float: left;
    text-align: left;
    padding-left: 10px;
    line-height: 30px;
}
.yyInput{
    width: 250px;
    min-height: 40px;
    border: 1px solid #ccc;
}
.yyInput2{
    width: 162px;
    height: 40px;
    border: 1px solid #ccc;
}
.yyInputSelect{
    width: 166px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
}
.ktinfo{
    display: none;
}
#yptable{width: 600px}
.xd_h {
    color: #ffffff;
    font-family: 'Microsoft YaHei';
    font-size: 24px;
    padding: 10px;
    background: #DC492C;
    text-align: center;
    margin: 20px 0;
    font-weight: bold;
}
.contentForm{
    margin: 0 auto;
}
.oneline{
    clear: both;
    min-height: 58px;
}
.yyok{
    font-size: 18px;
    color: #195ea1;
}
.secttionTitlte{
    text-align: center;
}
.secttionTitlte h2{
    text-align: center;
    font-weight: bold;
    display: block;
    margin: 0 auto;
    width: 400px;
    padding-bottom: 17px;
}
.center{text-align: center}
.centerM{margin: 0 auto}
.section{
    padding: 50px 0;
}
#sectionMenu2{
    margin-bottom: 0px;
    padding-top: 25px;
    padding-bottom: 10px;
}
#sectionMenu2 .title1{
    font-weight: bold;
    font-size: 26px;
}
#sectionMenu2 .content1{
    font-size: 16px;
}
#sectionMenu1{
     min-height: 20px;
     padding: 30px 0px 30px 0px;
     border-top-style: solid;
     border-right-style: none;
     border-bottom-style: none;
     border-left-style: none;
     border-top-width: 1px;
     border-top-color: rgb(216,221,223);
 }
#sectionMenu1 .content1{
    background: #eee;
    border: 1px solid #eee;
    font-size: 14px;
    line-height: 23px;
    padding: 10px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(180,180,180,0.1);
    -moz-box-shadow: 0 1px 1px 0 rgba(180,180,180,0.1);
    box-shadow: 0 1px 1px 0 rgba(180,180,180,0.1);
}
#sectionMenu1 .title1{
    text-align: left;
    font-weight: bold;
    font-size: 20px;
    color: white;
    padding: 0 18px;
}
#sectionMenu32{
    min-height: 20px;
    padding: 30px 0px 30px 0px;
    background-color: #fbfbfb !important;
}
#sectionMenu32 .content1{
    background: #eee;
    border: 1px solid #eee;
    font-size: 14px;
    line-height: 23px;
    padding: 10px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(180,180,180,0.1);
    -moz-box-shadow: 0 1px 1px 0 rgba(180,180,180,0.1);
    box-shadow: 0 1px 1px 0 rgba(180,180,180,0.1);
}
#sectionMenu32 .title1{
    text-align: left;
    font-weight: bold;
    font-size: 20px;
    color: white;
    padding: 0 18px;
}
.testimonials-bg{
    background: url(testimonials-bg.png) no-repeat;
    margin-top: -1px;
    display: block;
    width: 30px;
    height: 30px;
}

img.flag{
    width:136px;
    height: 90px;
    display: inline-block;
    border: 1px solid #efefef;
}

#sectionMenu4 {
    min-height: 20px;
    padding: 60px 30px 60px 30px;
    background: rgb(236,241,243) url(next_conf-bg.gif) no-repeat 50% 50%;
    background-size: auto auto;
    background-size: auto;
}


#sectionMenu4 a {
    color: rgb(14, 123, 155)!important;

}
#sectionMenu4 .num {
    font-size: 60px;
    float: left;
    font-weight: bold;
    width: 100px;
    color: inherit;
}
#sectionMenu4 .img {
    margin-top: 15px;
}
 .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
#sectionMenu4 .btn {
    display: inline-block;
    width: 100px;
    color: #80bc3f !important;
    margin: 6px 0 0 10px;
    height: 33px;
    background: none;
    border: 1px solid #80bc3f;
    font-weight: bold;
    padding-top: 5px;
}
#sectionMenu4 .btn:hover {
    background: #80bc3f !important;
    color: white!important;
}

#sectionMenu4 i {
    color: rgb(14, 123, 155)!important;
}
#sectionMenu4 .icon-search {
    color:white!important;
    font-size: 50px!important;
}
#sectionMenu3{
    padding-bottom: 0px;
}
#sectionMenu5a{
    padding: 20px 30px 0px 30px;
    background: rgb(5,55,69) none;
    color: white;
}
#sectionMenu5a a{
    color: white;
}
#sectionMenu5a .content1{
    font-size: 16px;
}
#sectionMenu5a img{

}
#sectionMenuLogin{
    background:#F7F8FA;
    padding-bottom: 50px;
}
#sectionApply{
    background:#F7F8FA
}
.mt50{
    margin-top: 50px;
}
.mt30{
    margin-top: 30px;
}
.mb50{
    margin-bottom: 50px;
}
#footer {
    background-color: #042B36;
    color: #ffffff;
    padding: 20px 30px 20px 30px;
    text-align: center;
}
#footer img {
    display: inline-block;
    height: 45px;
    margin-top: -31px;
}
#footer p {
    margin: 0;
    padding: 0 0 0 20px;
    line-height: 100%;
    text-align: left;
    display: inline-block;
    font-size: 14px;
}
.lsDiv{
    display: inline-block;
    padding-right: 10px;
}
#mb_btnbox{
    margin: 15px 0px 20px;!important;
}
#mb_btn_ok{
    font-size: 18px;
    font-weight: bold;
    font-family: "microsoft yahei", "微软雅黑";
    border-radius: 6px;
}
.circleAvatarImg2 {
    background-color: white;
    border: 3px solid white;
    border-radius: 50px;
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, .3);
    height: 100px;
    overflow: hidden;
    width: 100px;
    text-align: center;
    margin: 0 auto;
}

.unitTip{
    color: #333;
    position: fixed;
    top:75px;
    right:40px;
    text-align: center;
    height: 100px;
    padding: 80px 35px 5px;
}
.unitTip p{
    font-size: 16px;
    margin-bottom: 20px;
}
.unitTip a{
    display: inline-block;
    padding: 5px 10px;
    background: #cc0000;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
}
.unitTip a:hover{
    text-decoration: none;
    opacity: 0.8;
    font-size: 16px;
}
.numtips{
    margin-top: 5px;
    font-size: 16px;
}
.numtips span{
    font-size: 18px;
    font-weight: bold;
}
.tips1{
    text-align: left;
    color: #6694D2;
    margin-left: 85px;
}
.alltips{
    color: #6694D2;
}
.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    font-weight: bold;
    font-family: "microsoft yahei", "微软雅黑";
}
.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    padding-top: 0;
}
.formTitle1{
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
}
.formTitle2{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
}
.formTitle3{
    font-size: 16px;
    margin: 10px 55px;
    color: #6694D2;
}
.formFooter{
    text-align: center;
}
.moveTop{
    visibility: visible!important;
    transform: translateY(20px); transition: transform 0.8s ease-in-out 0s, opacity 0.8s ease-in-out 0s;
}
.moveBtm{
    visibility: visible!important;
    transform: translateY(-20px); transition: transform 0.8s ease-in-out 0s, opacity 0.8s ease-in-out 0s;
}
.moveL{
    visibility: visible!important;
    transform: translateX(20px); transition: transform 0.8s ease-in-out 0s, opacity 0.8s ease-in-out 0s;
}
.moveR{
    visibility: visible!important;
    transform: translateX(-20px); transition: transform 0.8s ease-in-out 0s, opacity 0.8s ease-in-out 0s;
}

.moveTop2{
    visibility: visible!important;
    transform: translateY(80px); transition: transform 1.8s ease-in-out 0s, opacity 0.8s ease-in-out 0s;
}
.moveBtm2{
    visibility: visible!important;
    transform: translateY(-80px); transition: transform 1.8s ease-in-out 0s, opacity 0.8s ease-in-out 0s;
}
.moveL2{
    visibility: visible!important;
    transform: translateX(80px); transition: transform 1.8s ease-in-out 0s, opacity 0.8s ease-in-out 0s;
}
.moveR2{
    visibility: visible!important;
    transform: translateX(-80px); transition: transform 1.8s ease-in-out 0s, opacity 0.8s ease-in-out 0s;
}
#serviceTip {
    /*display: none;*/
    bottom: 100px;
    right: 5px !important;
    position: fixed;
    text-align: right;
}
#sectionMenu3 img{
    max-width: 800px;
}
#sectionMenu3 img:hover {
    opacity: 0.7!important;
}
li.type,label.error{
    color: red;
    font-size: 14px!important;
}
.parsley-error-list{
    padding-bottom: 10px;
}
.serviceTipimg{
    display: block;
    margin-top: 40px;
}
.serviceTipimg:hover{
    filter:alpha(opacity:80); opacity:0.8;  -moz-opacity:0.8;-khtml-opacity: 0.8;
}
.picScroll-left{ overflow:hidden; position:relative;margin-bottom: 30px}
.picScroll-left .hd{ overflow:hidden;  height:50px; position:relative;top: 115px; }
.picScroll-left .hd .prev,.picScroll-left .hd .next{
    display: block;
    width: 50px;
    height: 50px;
    float: right;
    margin-right: 50px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    font-size: 50px;
    color: #eee;
}
.picScroll-left .hd .prev{
    float: left;
    margin-left: 50px;
}
.picScroll-left .hd .prevStop{ background-position:-60px 0; }
.picScroll-left .hd .nextStop{ background-position:-60px -50px; }
.picScroll-left .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
.picScroll-left .hd ul li{ float:left;  height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer;  }
.picScroll-left .hd ul li.on{ background-position:0 0; }
.picScroll-left .bd{ padding:0px; margin: 0 0px  }
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{float:left; _display:inline; overflow:hidden;position: relative;height:auto;padding:0px 0px;width: 16.6666666666666%}
.picScroll-left .bd ul li .pic{ text-align:center; }
.picScroll-left .bd ul li .pic img{ width:240px; height:170px; display:block;  }
.picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picScroll-left .bd ul li .title{ line-height:24px;   }
.topContent{
    background: #ffffff;
    /*border: 1px solid #dddddd;*/
    padding: 10px 0px 10px 0px;
    margin-left: 0px;
}
.navbar-nav > li {
    margin-left: 10px;
}
.layoutbox {
    padding: 15px 10px 15px 20px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #08c;
}
.nav-tabs > li > a {
    color: #555;
}
img.gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    /*height: 80px;*/
    width: 250px;
}
.narrow{
    padding:0 40px;
}
.sq-demonstration-area{
    width: 100%;
    float: left;
    position: relative;
}
.sq-area-pic{
    overflow: hidden;
    display: block;
    margin-right: 20px;
    margin-left: 40px;
    border: 1px solid #c0c0c0;
}
.sq-area-label{
    color: #1371AD;
    font-size: 20px;
    height: 55px;
    line-height: 1.4;
    overflow: hidden;
    font-weight: bold;
}
.sq-area-content{
    overflow: hidden;
    position: relative;
    height: 240px;
}
.sq-area{
    overflow: hidden;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;

    overflow: hidden;
}
.sq-area-text{
}
.sq-area-text p{
    font-size: 14px;
    height: 200px;
    overflow: hidden;
    margin-top: 5px;
    color: #8a9aa4;
    line-height: 28px;
}
.sq-area-text p a{
    color: #045393;
}
.sq-area-text p a:hover{
    color: #f12020;
}
.sq-area-tool{
    position: absolute;
    right: 0;
    top: 120px;
    z-index: 2;
    height: 25px;
    width: 100%;
}

.sq-area-btn,.sq-area-switch,.sq-area-switch a{
    display: inline-block;
    vertical-align: middle;
}
.sq-area-btn{
    width: 26px;
    height: 26px;
    cursor: pointer;
}
.sq-area-left{
    float: left;
    margin-left: 50px;
    font-size: 64px;
    font-family: simsun;
    color: #959595;
}
.sq-area-right{
    float: right;
    margin-right: 50px;
    font-size: 64px;
    font-family: simsun;
    color: #959595;
}
.sq-area-switch a{
    display: none;
    width: 14px;
    height: 14px;
    background: url(sq-switch-icon.png) no-repeat center center;
    margin: 0px 4px;
}
.sq-area-switch a.cur{
    background: url(sq-switch-cur-icon.png) no-repeat center center;
    width: 19px;
    height: 19px;
}
.layoutbox8 {
    width: 100%;
    height: 56px;
    overflow: visible;
    padding: 11px 15px 9px 15px;
    background: rgb(255,255,255) none;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-bottom-width: 1px;
    border-bottom-color: rgb(216,221,223);
}
.fullwidthbanner-container{
    z-index: 0;
}
a.navsub{
    background: url(icon-nav_arrow.png) no-repeat 100% 55%;
    background-size: auto auto;
    background-size: 6px 4px;
    padding-right: 10px;
}
.on a.navsub,.on2 a.navsub,a.navsub:hover{
    background: url(icon-nav_arrow-active.png) no-repeat 100% 55%;
    background-size: auto auto;
    background-size: 6px 4px;
}
.scrcover{
    width: 100%;
    height: 20px;
    position: relative;
    margin-top: -40px;
    z-index: 1;
}
.scrcover .sides{
    width: 50%;
    height: 100%;
    background: rgb(255,255,255) none;
    display: table-cell;
    overflow: hidden;
    float: none;
    vertical-align: top;
    box-sizing: border-box;
}
.scrcover .mid{
    width: 40px;
    height: 100%;
    display: table-cell;
    overflow: hidden;
    float: none;
    vertical-align: top;
    box-sizing: border-box;
}
.scrcover  .layoutcolumnset{
    height: 20px;
    display: table;
    table-layout: fixed;
    width: 100%;
    box-sizing: border-box;
}
.mergefield_image{
    float: left;
    font-size: 0px;
    line-height: 0px;
}

.layoutbox4{
    min-height: 20px;
    margin:0 20px  20px 0;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-color: rgb(216,221,223);
    border-right-color: rgb(216,221,223);
    border-bottom-color: rgb(216,221,223);
    border-left-color: rgb(216,221,223);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-sizing: border-box;
}
.layoutbox3{
    padding: 15px 20px 15px 20px;
    box-sizing: border-box;
    display: block;
    line-height: 1.4;
    overflow: hidden;
}
.layoutbox3 div{
    height: 130px;
    overflow: hidden;
}
.layoutbox3 p{
    margin-top: 20px;
    color: #999;
}
.layoutbox3 a{
    margin-bottom: 20px;
    display: block;
    font-weight: bold;
    min-height: 40px;
}
.layoutbox5{
    min-height: 20px;
    padding: 15px 20px 15px 20px;
    box-sizing: border-box;
    display: block;
    line-height: 1.4;
    background-color: rgb(249, 251, 252);
}
.topPix{
    min-height: 20px;
    position: relative;
}
.topCentent{
    width: 100%;
    height: 160px;
    padding: 10px 15px 15px 15px;
    background: rgb(14, 123, 155) none;
    position: relative;
    bottom: 0px;
    left: 0px;
}
.layoutboxTop{
    height: 440px;
    margin: 20px;
    position: relative;
    display: block;
    overflow: hidden;
    -moz-box-shadow:3px -2px 5px #9B9C9A; -webkit-box-shadow:3px -2px 5px #9B9C9A; box-shadow:3px -2px 5px #9B9C9A;
}
a.serviceLink{
    display: block;
    color: #1292aa;
    line-height: 2.4em;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 20px;
}
.form-light .form-control {
    outline: none;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    background: #f9f9f9;
    border: 1px solid #ccc;
    color: #70808b;
    font-size: 14px !important;
    height: 35px;
    margin-bottom: 8px;
    border-radius: 0px;
}

.form-light .form-control::-moz-placeholder {
    font-style:normal !important;
    font-size: 14px;
    /*text-decoration:overline !important;*/
    /*letter-spacing:3px !important;*/
    /*color:red !important;*/
}
.form-light .form-control::-webkit-input-placeholder {
    font-style:normal !important;
    font-size: 14px;
    /*text-decoration:overline !important;*/
    /*letter-spacing:3px !important;*/
    /*color:red !important;*/
}
.form-group {
    margin-bottom: 0px;
}
.form-light.form-group {
    margin-bottom: 0px;
}
.videoScroll1{
    position: fixed;
}
.videoScroll2{
    position: static;
}
#carousel-cinemagraph{

    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    margin: 0 auto;
}
.gallery-grid .item {
    padding: 0 0 12px 12px;
    height: 180px;

}
.gallery-grid figure {
    height: 100%;
    margin: 0 !important;
    overflow: hidden;
    width: 100%;
}
.gallery-img{
    height: 100%;
    position: relative;
    top:0;
}
.gallery-grid img {
    display: block;
    width: 100%;
    height: 100%;
}
.gallery-grid .item :hover img {
    transform: scale(1.2)!important;
}
.gallery-grid .item :hover figcaption {
    animation: fadeIn2;
    -webkit-animation:fadeIn2;
    opacity: 0.9;

}
.gallery-grid figcaption, .gallery-grid img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.gallery-grid figcaption, .gallery-grid figcaption .d-table, .gallery-grid figcaption a {
    height: 100%;
    width: 100%;
}
.gallery-grid figcaption {
    background-color: rgba(0,0,0,.6);
    opacity: 0;
    position: relative;
    top:-168px;
}
.gallery-grid figcaption a {
    display: block;
    text-align: center;
}
.text-extra-large {
    font-size: 1.125rem !important;
    line-height: 1.688rem !important;
}
.text-white {
    color: #fff !important;
}
.letter-spacing-2 {
    letter-spacing: .125rem !important;
}
.d-table{
    display: table;
}
.d-table-cell{
    display: table-cell !important;
    vertical-align: middle!important;
    text-align: center!important;
}

.interestContent {
    width: 90%;
    height: 300px;
    display: inline-block;
    border: 1px solid rgb(14, 123, 155);;
    border-radius: 4px;
    text-align: center;
    position: relative;
    color: rgb(14, 123, 155);
    text-transform: capitalize;
    font-size: 20px;
}
.interestContent span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition: all .1s ease-in-out;
}
.interestContent span i {
    display: inline-block;
    font-size: 43px;
    color: rgb(14, 123, 155);
    margin-bottom: 15px;
    width: 100%;
    transition: all .1s ease-in-out;
}
.interestContent:hover{
    border-color: rgb(14, 123, 155) ;
    background-color: rgb(14, 123, 155);
    color: white;
}
.interestContent:hover span i {
    color: #fff;
}
.fgdiv{
    background: url(fuwut.png) no-repeat center center;
    height: 192px;
}
.who2{
    background: url(who761.png) no-repeat center;
    height: 461px;

}
.whyme{
    background: url(chioce.jpg) no-repeat center center;

}

#sectionMenu5{
    /*background-color: #fbfbfb!important;*/
    padding:20px 0 30px 0;
}

#sectionMenu5 .carousel {

    position: relative;

}
.cctext{
    font-size: 1rem !important;
    line-height: 2.25rem !important;
    margin: 0px auto;
    min-height: 130px!important;
    width: 500px;
}
.cctext p{
    color: inherit;
}
#sectionMenu5 .item img{
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    display: block;
}
.carousel-cards .carousel-indicators {
    width: auto;
    display: inline-block;
    margin: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    position:relative;
    left: 50%;
    z-index: 15;
    text-align: center;
    list-style: none;
    padding-left: 0;
}
.carousel-cards .carousel-inner {
    padding-bottom: 30px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-cards .carousel-inner {
    margin: 0px 0;
}

.carousel-cards .carousel-inner .item .carousel-caption {
    padding: 0;
    position: static;
    text-shadow: none;
    color: #424242;
    font-weight: 300;
    text-align: left
}

.carousel-cards .carousel-indicators {
    width: auto;
    display: none;
    margin: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0
}

.carousel-cards .carousel-indicators li {
    width: 12px;
    height: 12px;
    border: solid 2px #fff;
    margin: 0 5px;
}

.carousel-cards .carousel-indicators li.active {
    width: 14px;
    height: 14px
}

.carousel-cards .carousel-indicators.carousel-indicators-primary li {
    border-color: #03a9f4
}

.carousel-cards .carousel-indicators.carousel-indicators-primary li.active {
    background-color: #03a9f4
}

.carousel-cards .carousel-control {
    background: none;
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: 0;
    top: auto;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    border-radius: 100%;
    text-align: center;
    padding: 0;
    margin: 0
}

.carousel-cards .carousel-control i {
    display: block;
    width: 50px;
    line-height: 50px;
    text-shadow: none;
    font-size: 24px
}

.carousel-cards .carousel-control.right {
    right: 20%
}

.carousel-cards .carousel-control.left {
    left: 20%
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition-property: opacity
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 1
}

.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.carousel-fade .carousel-control {
    z-index: 2
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next, .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .carousel-fade .carousel-inner > .item.prev, .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .carousel-fade .carousel-inner > .item.next.left, .carousel-fade .carousel-inner > .item.prev.right, .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-header {
    margin: 0;
    padding: 40px 0 80px;
    padding: 4rem 0 8rem
}

.carousel-header .carousel-inner .item .carousel-caption {
    position: static
}

.carousel-header .carousel-control {
    background: none;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    text-shadow: none;
    box-shadow: none !important;
    top: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
    height: auto;
    position: absolute;
    transition: all ease .3s
}

.carousel-header .carousel-control.left {
    left: auto;
    right: 80px
}

.carousel-header .carousel-control.right {
    right: 30px
}

.carousel-header .carousel-indicators {
    top: auto;
    bottom: 0
}

.carousel-header .carousel-indicators li.active {
    background-color: #03a9f4;
    border-color: #03a9f4
}

.carousel-header .carousel-caption {
    text-align: left;
    padding: 0 40px 0 0;
    padding: 0 4rem 0 0
}

.list-hero {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 300
}

.list-hero li {
    margin-bottom: 30px;
    margin-bottom: 3rem;
    display: table;
    width: 100%;
    transition: all ease 1s
}

.list-hero li span {
    display: table-cell;
    background-color: rgba(255, 255, 255, .1);
    padding: 0 20px;
    padding: 0 2rem;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .8), inset 0 0 1px 0 rgba(255, 255, 255, .3);
    height: 60px;
    line-height: 40px;
    line-height: 4rem;
    transition: all ease .3s;
    padding-top: 10px;
    padding-top: 1rem
}

.list-hero li i {
    display: table-cell;
    height: 60px;
    width: 60px;
    line-height: 60px;
    background-color: rgba(255, 255, 255, .1);
    padding: 0 20px;
    padding: 0 2rem;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .8), inset 0 0 1px 0 rgba(255, 255, 255, .3);
    transition: all ease .3s;
    text-align: center;
    vertical-align: middle
}

.list-hero li:hover span, .list-hero li:hover i {
    background-color: rgba(255, 255, 255, .15)
}


.recent-blogs {
    margin-bottom: 20px;
}
.recent-blog {
    margin-bottom: 20px;
}
.recent-blog img {
    height: 120px;
    width: 120px;
    float:left;
    margin-right: 50px;
    border-radius: 70px;
}
.recent-blog-desc {
    text-align: right;
}
.recent-blog-desc h3 {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0;
    font-weight: normal;
    display: block;
    width: 100%;
    text-align: left;
}
.recent-blog-desc p {
    line-height: 1.7;
}
.recent-blog-desc h3 a {
    float: right;
}
/*a.zysq{*/
     /*width: 260px;*/
     /*color: rgb(14, 123, 155);;*/
     /*display: block;*/
     /*border: 1px solid rgb(216,221,223);*/
     /*height: 30px;*/
     /*text-align: center;*/
     /*line-height: 60px;*/
     /*height: 60px;*/
 /*}*/
a.zysq{
    color: rgb(14, 123, 155);;
    display: block;
    border: 1px solid rgb(216,221,223);
    height: 30px;
    text-align: center;
    height: 60px;
    line-height: 4;
}
a.zysqen{
    color: rgb(14, 123, 155);;
    display: block;
    border: 1px solid rgb(216,221,223);
    height: 30px;
    text-align: center;
    height: 60px;
    line-height: 4;
}

a.zysq:hover{
    background: rgb(14, 123, 155);
    color: white;
}
a.zysqen:hover{
    background: rgb(216,221,223);
}
p.topline3{
    min-height: 100px;
}
article.page .post-content h2 {
    padding-bottom: 9px;
    margin: 40px 0 20px;
}
.post-content {
    font-size: 16px;
    line-height: 1.8;
}

.post-content p {
   margin-top: 15px;
}
.bc-sidebar {
    margin-top: 30px;
}
#toc .nav > li {
    position: relative;
    display: block;
}
.bc-sidebar > ul > li > a {
    display: block;
    margin: 0 0 -1px;
    padding: 18px 14px;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    color: #0AAFBC;

}
.bc-sidebar > ul > li > a:hover {
    color: white;
    background: #0AAFBC;
}
.bc-sidebar > ul > li > a.active {
    color: white;
    background: #0AAFBC;
}

