﻿/* user-defined start */
body{
    overflow-x: hidden;
    position: relative;
}
.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}
.text-center {
    text-align: center;
}
.rel {
    position: relative;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mt40 {
    margin-top: 20px;
}
.mr10 {
    margin-right: 10px;
}
.mb10 {
    margin-bottom: 10px;
}
.mt30 {
    margin-top: 30px;
}
.m10 {
    margin: -10px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb120 {
    margin-bottom: 120px;
}
.pt20 {
    padding-top: 20px;
}
.p100 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.p40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.p20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.pb20 {
    padding-bottom: 20px;
}
.pb70 {
    padding-bottom: 70px;
}
.hide {
    display: none;
}
.white {
    color: #fff;
}
.bgGrey {
    background: #fafafc;
}
.bgBlue {
    background: #dbe3ea;
}
.bgGreen {
    background: #e6ebf0;
}
.transition {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.img-responsive {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.menu-scroll {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.main-contents{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.container {
    width: 84%;
    margin: 0 auto;
    overflow: hidden;
    -webkit-overflow-scrolling: touch; /* 快速滚动和触摸回弹 */
}
.inline-block {
    display: inline-block;
    width: 100%;
    height: 100%;
}
#TopNav, #header, #footer {
    width: 100%;
}
.view-filters {
    display: none;
}
/* user-defined end */
/* TopNav start */
#TopNav {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: right;
    background: #33373b;
}
#TopNav .container {
    overflow: visible;
}
#TopNav .TopMenu {
    margin-right: 130px;
}
#TopNav .TopMenu a {
    padding: 0 25px;
    color: #8e959c;
    font-size: 14px;
    -webkit-transition: padding .4s;
    -moz-transition: padding .4s;
    transition: padding .4s;
}
#TopNav .TopMenu a:hover, #TopNav .TopMenu a.hover {
    color: #fff;
}
#TopNav .language {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 200;
    float: right;
    width: 120px;
    height: 40px;
    line-height: 40px;
    color: #6d7379;
    background: #2f3337;
}
#TopNav .language a {
    padding: 0 6px;
    color: #6d7379;
    font-size: 12px;
}
#TopNav .language a:hover, #TopNav .language a.hover {
    color: #ccc;
}

/* TopNav end */
/* header start */
#header {
    position: relative;
    z-index: 1100;
    height: 70px;
    line-height: 70px;
    font-size: 14px;
    background: #2e58b0;
    transition: transform 2s ease;
    -webkit-transition: -webkit-transform .5s ease;
}
.fixer{
    top : 0;
    _position: absolute;
    _top:expression(documentElement.scrollTop+40 +  "px" )
}
.HeadLogo {
    float: left;
    margin-top: 7px;
}
.HeadLogo img {
    display: block;
    width: 197px;
    height: 62px;
}
object {
    width: 110px;
    height: 32px;
}
/* Menu start */
.Menu {
    float: right;
}
.Menu li {
    float: left;
}
.Menu li a.MenuH {
    position: relative;
    margin: 0 20px;
    padding: 0 2px;
    display: inline-block;
    color: #d6e0f5;
    font-size: 18px;
    -webkit-transition: padding .4s, font-size .4s;
    -moz-transition: padding .4s, font-size .4s;
    -ms-transition: padding .4s, font-size .4s;
    -o-transition: padding .4s, font-size .4s;
    transition: padding .4s, font-size .4s;
}
.Menu li a.MenuH:hover {
    color: #fff;
}
.Menu li .MenuDiv {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 200;
    width: 100%;
    overflow: hidden;
    /*max-height: 0;*/
    background: url("../../image/home/menulibg.jpg") repeat-y center top;
    /*background-size: 140% 100%;*/
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}
:root .Menu li .MenuDiv {
    filter:none;
}
.Menu li:hover .MenuDiv {
    display: block;
    /*max-height: 400px;*/
    /*padding-bottom: 32767px !important;*/
    /*margin-bottom: -32767px !important;*/
}
.Menu li:hover > a:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -7px;
    content: '';
    border-width: 0 7px 7px 7px;
    border-style: solid;
    border-color: transparent transparent #fff transparent
}
.Menu li.no-sub-menu:hover > a:before {
    display: none
}
.Menu li > a:after {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.Menu li.js-active > a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 3px;
    content: '';
    background: #ffa114;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
.Menu li.js-active:hover > a:after {
    display: none
}
.MenuBar {
    position: relative;
    float: left;
    padding: 30px 60px 30px 180px;
    width: 40%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.MenuBar img {
    position: absolute;
    top: 40px;
    left: 0;
    width: 130px;
    height: auto;
}
.MenuBar h2 {
    color: #596b7d;
    font-family: Roboto-Bold, 微软雅黑, Helvetica, Arial, sans-serif;
    font-size: 36px;
}
.MenuBar p {
    line-height: 24px;
    font-size: 16px;
    color: #909caa;
}
.MenuDivUl {
    float: left;
    width: 60%;
    padding: 0 0 40px 40px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nav-caret {
    display: none
}
nav:not(.mm-menu) {

}
.MenuDiv ul.ulOne {
    float: left;
    width: 60%;
    padding: 40px 60px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.MenuDiv ul.ulFive {
    float: left;
    width: 22%;
    padding-right: 4%;
}
.MenuDiv ul.ulFive:last-child {
    padding-right: 0;
}
.MenuDiv ul.ulOne li {
    float: left;
    width: 48%;
    padding-right: 2%;
}
.MenuDiv ul.ulOne li:last-child {
    width: 50%;
    padding-right: 0;
}
.MenuDiv ul.ulFive li {
    width: 100%;
}
.MenuDivH {
    float: left;
    width: 60%;
    padding: 40px 0 0 40px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.MenuDivH h5 {
    float: left;
    width: 22%;
    padding-right: 4%;
    margin-bottom: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #b5b5b5;
    font-family: Roboto-Bold, 微软雅黑, Helvetica, Arial, sans-serif;
}
.MenuDivH h5:last-child {
    padding-right: 0;
}
.MenuDiv li a {
    padding: 6px 0;
    overflow: hidden;
    line-height: 18px;
    display: block;
    color: #33373b;
    font-size: 16px;
}
.MenuDiv li a:hover {
    color: #2e58b0;
}
/* Menu end */
/* search start */
.search {
    float: right;
    margin: 20px 0;
    height: 30px;
    line-height: 30px;
}
.searchDiv{
    display: none;
    width: 0;
    height: 30px;
}
.searchDivB {
    float: left;
    height: 30px;
    background: #fff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}
.search button {
    background: none;
    border: none;
    cursor: pointer;
}
#searchBtn1 {
    float: left;
    margin: 0 35px;
    width: 30px;
    height: 30px;
    background: url("../../image/home/search1_2x.png") no-repeat 8px center;
    background-size: 50%;
}
#searchBtn2 {
    float: left;
    width: 13%;
    height: 30px;
    background: url("../../image/home/search1_2x.png") no-repeat 4px center;
    background-size: 50%;
}
.searchDiv input {
    float: left;
    margin: 5px 0;
    padding: 0 10px;
    width: 85%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    background: none;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#close {
    float: left;
    margin-left: 3%;
    width: 20%;
    height: 30px;
    color: #fff;
    text-align: center;
    background: #5879c0;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}
/* search end */
/* menuPhone start*/
.goLeft{
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    position: relative;
}
.menuPhoneH {
    display: none;
    background: #2e58b0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.menuPhoneH a {
    display: block;
    position: absolute;
    top: 14px;
    right: 18px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.menuPhoneH a img{
    width: 24px;
    margin-top: 6px;
}
.forPhoneSearch{
    float: left;
    height: 40px;
    background: #fff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    width: 32%;
    margin-top: 10px;
    margin-left: 20px;
    padding: 0 12% 0 5%;

}
.closeMenu{
    height: 60px;
    background: #2e58b0;
}
.closeMenu span{
    display: block;
    background: url("../../image/home/phoneClose.png") no-repeat center;
    width: 20px;
    height: 27px;
    background-size: 75%;
    float: right;
    margin-top: 16px;
    margin-right: 15px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.phoneSearch{
    overflow: hidden;
    background: #faf8fc;
    padding-bottom: 10px;
    position: relative;
}
.phoneSearch span{
    position: absolute;
    left: 46%;
    top: 20px;
    background: url("../../image/home/searchPhone.png") no-repeat;
    background-size: 20px;
    display: block;
    width: 20px;
    height: 20px;
}
.phoneSearch a{
    margin-top: 15px;
}
#menu{
    background: white;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    z-index: 1200;
    -webkit-transition: transform .5s ease;
    -moz-transition: transform .5s ease;
    -ms-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
}
.goLeft2{
    transform: translate(-100%, 0);
}
.mm-menu{
    width:100%;
}

#menu ul>li a{
    margin-right: 50px;
    padding: 0 50px 0 18px;
    display: block;
}
#menu ul>li.active-menu>a {
    padding-left: 12px;
    border-left: 4px solid #1993f0;
    color: #1993f0;
}
#menu ul>li .navcaret {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border-left: 1px solid #ccc;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: -1px;/*取消手机上由于transform: rotate造成的锯齿*/
    overflow: hidden;/*取消手机上由于transform: rotate造成的锯齿*/
}
#menu ul>li .navcaret span {
    position: absolute;
    overflow: hidden;
    width: 14px;
    height: 10px;
    top: 50%;
    left: 18px;
    margin-top: -5px;
}
#menu ul>li .navcaret span.spanclose {
    webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
#menu ul>li .navcaret span:before {
    position: absolute;
    top: 0;
    left: -3px;
    content: '';
    border-top: 10px solid #1993f0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}
#menu ul>li .navcaret span:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    border-top: 7px solid #fff;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}
#menu ul>li{
    border-bottom: 1px solid #cccccc;
    /*height: 50px;*/
    line-height: 50px;
    position: relative;
}
/*#menu ul>li.have-pull-down{*/
    /*background: url("../images/down11.png") no-repeat 92% 21px/15px;*/
/*}*/
#menu ul>li ol{
    display: none;
}
.forBorderLeft{
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 50px;
    background: #1993f0;
}
.solu-title{
    color: #cecece;
    font-size: 15px;
    font-family: "HelveticaNeue", 微软雅黑;
    height: 40px;
    background: #616e79;
    line-height: 40px;
    border-top: #364450 1px solid;
    padding-left: 18px;
    border-left: none;
}
.solu-title a {
    color: #cecece;
}
.second-menu{
    color: #fff;
    font-size: 15px;
    font-family: "HelveticaNeue", 微软雅黑;
    height: 40px;
    background: #435360;
    line-height: 40px;
    border-top: #364450 1px solid;
    padding-left: 18px;
    padding-right: 18px;
    border-left: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    overflow: hidden;
}
#menu li.second-menu a {
    color: #fff;
}
.second-menu:hover{
    background: #33404b;
}
.phoneLanguage{
    position: absolute;
    top: 20px;
    left: 58%;
    font-size: 12px;
}
.phoneLanguage a{
    margin: 0 10px;
}
.phoneLanguage a.other-language{
    color: #cccccc;
    font-family: 'Microsoft YaHei', '微软雅黑';
}
.secondNav{
    font-family: "HelveticaNeue-Medium", "微软雅黑";
}
.secondNav p{
    margin-top: 15px;
}
.secondNav p a{
    color: #004386;
    display: block;
    padding-left: 18px;
}
.secondNav p a:hover, .secondNav p a.hover{
    padding-left: 12px;
    color: #1993f0;
    border-left: 4px solid #1993f0;
}
.mm-listview > li:not(.mm-divider):after {
    left: 0;
}
html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}
#menu ul>li{
}

/* menuPhone end */
@media screen and (max-width: 991px) {
    #TopNav, .search, .Menu {
        display: none;
    }
    #header {
        height: 60px;
    }
    .menuPhoneH {
        display: block;
    }
    .HeadLogo {
        margin: 0;
        position: absolute;
        top: 18px;
        width: 100px;
    }
    .HeadLogo img {
        width: 100px;
        height: auto;
    }
    .Menu li a.MenuH {
        font-size: 14px;
        margin: 0 8px;
    }
    #TopNav .TopMenu a {
        padding: 0 15px;
    }
    #TopNav .container, #header .container {
        /*width: 84%;*/
    }
    .Menu li .MenuDiv .container {
        width: 100%;
    }
    .MenuBar {
        padding: 30px 30px 30px 0;
        width: 30%;
    }
    .MenuBar img {
        display: none;
    }
    .MenuDiv ul.ulOne {
        padding: 40px;
        width: 70%;
    }
    .MenuDivH h5 {
        margin-bottom: 0;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .menuPhoneH a {
        position: inherit;
        top: 0;
        right: 0;
        float: right;
    }
    .menuPhoneH a img {
        margin-top: 20px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
    .Menu li .MenuDiv {
        background: #e3ebf5;
        background: url("../../image/home/menulibg.jpg") repeat-y center top;
    }
    .MenuBar {
        padding: 30px 56px 30px 0;
    }
    .MenuBar img {
        display: none;
    }
    .MenuDivH h5 {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 1680px) {
    .MenuDiv li a,
    .MenuBar p {
        font-size: 14px;
    }
    .MenuBar h2 {
        font-size: 34px;
    }
}
/* header end */

/*
 *
 *
 *
 footer start
 *
 *
 *
 */
/* footer start */
#footer {
    padding: 0 0 40px 0;
    background: #f1f4f9;
}
#footer .container {
    background-size: 110px 32px;
}
#footer .w1 {
    width: 320px;
    padding-right: 120px;
}
#footer .w2 {
    width: 200px;
    padding-right: 40px;
}
#footer .w3 {
    width: 210px;
}
.footerDiv {
    margin-top: 40px;
}
.footerDiv h4{
    font-family: Roboto-Bold, 微软雅黑, Helvetica, Arial, sans-serif;
    line-height: 20px;
    padding-bottom: 10px;
    color: #8693a6;
    font-size: 18px;
}
.footerDiv p {
    line-height: 26px;
    padding: 0 0 6px;
    font-size: 14px;
    color: #666;
}
.footerDiv ul {
    float: left;
    display: inline-block;
    width: 50%;
    overflow: hidden;
}
.footerDiv li {
    display: inline-block;
    float: left;
    width: 100%;
    line-height: 30px;
    font-size: 14px;
}
.footerDivTwo li {
    width: 100%;
}
.footerDiv a {
    display: inline-block;
    color: #3c3f44;
}
.footerDivTwo li a.mb20 {
    margin-bottom: 0px;
}
.footerDiv a:hover {
    color: #2896ef;
}
#footer .w3 li {
    width: 100%;
}
.footerDiv span {
    float: left;
    display: inline-block;
    width: 20px;
    height: 20px;
}
.footerDiv span.spacer {
    width: 2px;
    height: 20px;
    background: #d8dde4;
    margin: 0 10px;
}
.footerDiv span.footer_location {
    background: url(../../image/home/footer_location.png) 0 0px no-repeat;
}
.footerDiv span.footer_contact {
    background: url(../../image/home/footer_contact.png) 0 2px no-repeat;
}
.footerDiv span.footer_explore {
    background: url(../../image/home/footer_explore.png) 0 0px no-repeat;
}
/* footerNav start */
/* footerNav start */
.footerNav {
    display: none;
    /*padding: 41px 0 15px;*/
    text-align: center;
    text-transform: uppercase;
    background: #33373b;
    overflow: hidden;
}
.footerNav a {
    display: inline-block;
}
.footerNav span {
    display: block;
    background: url("../../image/home/footerNav.png") no-repeat center;
    background-size: 20px 10px;
    width: 20px;
    height: 20px;
    margin: 10px auto 0;
    cursor: pointer;
}
.footNav-div a {
    padding: 5px 0;
    line-height: 20px;
    color: #b3bac2;
    font-size: 10px;
    float: left;
    display: block;
}
.footNav-div{
    margin: 0 20px 10px;
    overflow: hidden;
    position: relative;
}
.footNav-div .foot-a2{
    position: absolute;
    left: 50%;
    margin-left: -50px;
}
.footNav-div .foot-a3{
    float: right;
}
/* footerNav end */
@media screen and (max-width: 767px) {
    #footer {
        display: none;
    }
    .footerNav {
        display: block;
    }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
    #footer .container {
        background: none;
    }
    #footer .w1, #footer .w2 {
        width: 30%;
        padding-right: 5%;
    }
    #footer .w3 {
        width: 30%;
    }
}
/* footer end */
/* copyRight start */
#copyRight {
    padding: 20px 0;
    line-height: 35px;
    font-size: 12px;
    color: #5e5f63;
    text-align: center;
}
#copyRight .container {
    overflow: inherit;
}
.share {
    position: absolute;
    top: 0;
    right: -10px;
    width: 275px;
    text-align: right;
}
.facebook {
    background: url("../../image/home/f_2x.png") no-repeat;
    background-size: 35px;
}
.twitter {
    background: url("../../image/home/t_2x.png") no-repeat;
    background-size: 35px;
}
.weixin {
    position: relative;
    background: url("../../image/home/w_2x.png") no-repeat;
    background-size: 35px;
}
.weibo {
    background: url("../../image/home/s_2x.png") no-repeat;
    background-size: 35px;
}
.linkedin {
    background: url("../../image/home/l_2x.png") no-repeat;
    background-size: 35px;
}
.share a {
    display: inline-block;
    float: left;
    margin: 0 10px;
    width: 35px;
    height: 35px;
}
.share a.facebook:hover, .share a.twitter:hover, .share a.weibo:hover, .share a.linkedin:hover {
    opacity: 0.8;
    filter:Alpha(opacity=80)
}
.weixin img {
    position: absolute;
    left: 50%;
    top: -258px;
    z-index: 100;
    display: none;
    width: 258px;
    height: 258px;
    margin-left: -129px;
}
#copyRight .share a.weixin:hover img {
    display: block;
}
@media screen and (max-width: 767px) {
    #copyRight{
        padding: 0 20px 20px;
        position: relative;
        height: 68px;
        line-height: 18px;
        font-family: Myriad Pro,"微软雅黑";
        font-size: 8px;
        color: #b3bac2;
        margin-top: 15px;
    }
    .share{
        position: relative;
        left: 50%;
        right: 0;
        margin: 10px 0 15px -138px;
        text-align: center;
    }
    .share a{
        float: inherit;
        width: 20px;
        height: 20px;
        margin: 0 8px;
    }
    .facebook{
        background: url("../../image/home/share.png") no-repeat left;
        background-size: auto 20px;
    }
    .twitter{
        background: url("../../image/home/share.png") no-repeat -32px;
        background-size: auto 20px;
    }
    .weixin{
        background: url("../../image/home/share.png") no-repeat -64px;
        background-size: auto 20px;
    }
    .weibo{
        background: url("../../image/home/share.png") no-repeat -96px;
        background-size: auto 20px;
    }
    .linkedin{
        background: url("../../image/home/share.png") no-repeat -128px;
        background-size: auto 20px;
    }
    /* copyRight end */
}
@media screen and (min-width: 768px) and (max-width: 991px){
    #copyRight {
        line-height: 18px;
        text-align: center;
    }
    .share {
        position: relative;
        left: 50%;
        margin-left: -130px;
        margin-top: 10px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
    #copyRight {
        text-align: left;
    }
}
/* copyRight end */
/* BackTop start */
.BackTop {
    position: fixed;
    z-index: 1000;
    display: none;
    right: 20px;
    bottom: 60px;
    width: 40px;
    height: 40px;
}
.BackTop a {
    display: block;
    width: 40px;
    height: 40px;
    background: #cad1dc url("../../image/home/BackTop.png") no-repeat center;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.BackTop a:hover {
    /*opacity: 1;
    filter:Alpha(opacity=100);*/
    background: #bac3d2 url("../../image/home/BackTop.png") no-repeat center;
}
@media screen and (max-width: 767px){
    .BackTop {
        bottom: 20px;
    }
}
/* BackTop end */
/*
 *
 *
 *
 footer end
 *
 *
 *
 */







/* SoluTit start */
.mainNav {
    width: 100%;
    overflow: hidden;
}
.SoluTit {
    margin-bottom: 40px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 36px;
    line-height: 48px;
    font-family: Roboto-Light, 微软雅黑, Helvetica, Arial, sans-serif;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.SoluTit span {
    display: inline-block;
    padding-bottom: 8px;
    border-bottom: #ffa114 2px solid;
}
.SoluTit span.globe {
    color: #fff;
    border: none;
}
.Solutions {
    background: #e6ebf2;
}
.News_more {
    width: 100%;
}

.News_more a.button {
    display: inline-block;
    padding: 0 30px;
    height: 30px;
    line-height: 30px;
    color: #2896ef;
    text-transform: capitalize;
    border: #2896ef 2px solid;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}

.News_more a.button:hover {
    background: #2896ef;
    color: #fff;
    border: #2896ef 2px solid;
}

@media screen and (max-width: 767px) {
    .SoluTit {
        margin-bottom: 30px;
        font-size: 24px;
        line-height: 48px;
    }
    .SoluTit span {
        padding-bottom: 6px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .SoluTit {
        font-size: 28px;
        line-height: 48px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .SoluTit {
        font-size: 32px;
        line-height: 48px;
    }
    .SoluTit span {
        padding-bottom: 6px;
    }
}
@media screen and (min-width: 1201px) and (max-width: 1680px) {
    .SoluTit {
        font-size: 34px;
        line-height: 48px;
    }
}
/* SoluTit end */
/* YourArea start */
.breadcrumb {
    width: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    padding-bottom: 0;
}
.breadcrumb_L3 {
    height: 240px;
    background: #4972c7;
}
.breadcrumb .container {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -42%;
    z-index: 10;
    height: 100%;
}
.YourArea {
    padding: 10px 0;
    overflow: hidden;
    height: 30px;
    color: #7d8591;
    font-size: 10px;
    line-height: 30px;
}
.YourArea span {
    display: inline-block;
    padding: 0 10px;
    line-height: 30px;
    font-size: 14px;
    color: #5b6472;
}
.YourArea span:first-of-type {
    padding: 0 10px 0 0;
}
.YourArea span a {
    color: #7d8591;
}
.YourArea span a:hover {
    color: #b2bccb;
}
.breadcrumb .content {
    position: absolute;
    bottom: 90px;
    left: 0;
    z-index: 99;
    width: 70%;
}
.breadcrumb .bottom50 {
    bottom: 50px;
}
.breadcrumb_L3 {
    height: 240px;
}
.breadcrumb img {
    max-height: 400px;
}
.breadcrumb h2 {
    overflow: hidden;
    margin-bottom: 10px;
    max-height: 120px;
    font-family: Roboto-Bold, 微软雅黑, Helvetica, Arial, sans-serif;
    color: #fff;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.breadcrumb p {
    overflow: hidden;
    max-height: 108px;
    color: #fff;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.breadcrumb h3 {
    overflow: hidden;
    margin-bottom: 20px;
    max-height: 120px;
    font-family: Roboto-Bold, 微软雅黑, Helvetica, Arial, sans-serif;
    color: #fff;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.breadcrumb button {
    margin-top: 20px;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-transform: capitalize;
    background: none;
    border: #fff 2px solid;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.breadcrumb button a {
    display: block;
    height: 36px;
    line-height: 36px;
    color: #fff;
    background: url("../../image/home/bannerBtn.png") no-repeat right 16px;
    padding-right: 20px;
}
.breadcrumb button:hover {
    background: #2896ef;
    border: #2896ef 2px solid;
}
.share_L2 {
    position: absolute;
    right: 0;
    bottom: 54px;
    z-index: 100;
    display: none;
}
.share_L2 a {
    float: left;
    display: block;
    margin: 0 5px;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    -moz-border-radius: 32px;
    -webkit-border-radius: 32px;
    opacity: .7;
    filter:alpha(opacity=70); /* 针对 IE8 以及更早的版本 */
}
.share_L2 a:hover {
    opacity: 1;
    filter:alpha(opacity=100); /* 针对 IE8 以及更早的版本 */
}
.share_L2 .addthis_button_compact {
    background: #999 url("../../image/home/share_L2.png") no-repeat 0 center;
}
.share_L2 .addthis_button_email {
    background: #999 url("../../image/home/share_L2.png") no-repeat -42px center;
}
.share_L2 .addthis_button_print {
    background: #999 url("../../image/home/share_L2.png") no-repeat -84px center;
}
@media screen and (max-width: 767px) {
    .breadcrumb {
        height: 250px;
    }
    .breadcrumb img {
        display: none;
    }
    .breadcrumb .container {
        margin-left: -47%;
    }
    .breadcrumb .content {
        bottom: 20px;
        width: 100%;
    }
    .breadcrumb_L3 {
        height: 160px;
    }
    .breadcrumb .container h2, .breadcrumb .container h3 {
        max-height: 132px;
        -webkit-line-clamp: 3;
    }
    .breadcrumb p {
        width: 100%;
    }
    .breadcrumb button {
        margin-top: 0;
        padding: 0 20px;
        font-size: 14px;
    }
    .share_L2 {
        display: none;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb button {
        margin-top: 8px;
    }
    .breadcrumb_L3 {
        height: 200px;
    }
    .breadcrumb .content {
        bottom: 30px;
        width: 100%;
    }
    .breadcrumb .container h2, .breadcrumb .container h3 {
        max-height: 84px;
    }
    .breadcrumb .container p {
        max-height: 60px;
    }
    .share_L2 {
        bottom: 34px;
        display: none;
    }
    .breadcrumb button {
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        padding: 0 16px;
    }
    .breadcrumb button a {
        height: 26px;
        line-height: 26px;
        background: url("../../image/home/bannerBtn.png") no-repeat right 10px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .breadcrumb button {
        margin-top: 14px;
    }
    .breadcrumb_L3 {
        height: 220px;
    }
    .breadcrumb .content {
        bottom: 40px;
        width: 100%;
    }
    .breadcrumb .container h2, .breadcrumb .container h3 {
        max-height: 108px;
    }
    .breadcrumb .container p {
        max-height: 64px;
    }
    .share_L2 {
        bottom: 44px;
    }
}
@media screen and (min-width: 1201px) and (max-width: 1680px) {
    .breadcrumb .container h2, .breadcrumb .container h3 {
        max-height: 116px;
    }
    .breadcrumb .container p {
        max-height: 104px;
    }
}
    /* YourArea end */
/* fp-nav start */
#fp-nav {
    position: fixed;
    z-index: 99;
    margin-top: -132px;
    top: 50%;
    opacity: 1;
}
#fp-nav.right {
    right: 20px;
}
#fp-nav ul, .fp-slidesNav ul {
    margin: 0;
    padding: 0;
}
#fp-nav ul li {
    display: block;
    width: 14px;
    height: 14px;
    margin: 7px;
    position: relative;
}
#fp-nav ul li {
    margin: 30px 0;
}
#fp-nav ul li span {
    display: block;
    width: 14px;
    height: 14px;
    background: rgba(0, 0, 0, .2);
}
#fp-nav ul li span:hover {
    background:#2896ef;
    -webkit-transform:scale(1.3);
    -moz-transform:scale(1.3);
    -ms-transform:scale(1.3);
    transform:scale(1.3);
}
#fp-nav ul li.active {
    background: #2896ef;
}
#fp-nav ul li div {
    position: absolute;
    top: -3px;
    right: 16px;
    height: 19px;
    background: #68b5f4;
    display: none;
    color: #fff;
    font-size: 12px;
    line-height: 19px;
    padding: 0 6px;
    white-space: nowrap;
}
@-moz-document url-prefix() {
    #fp-nav ul li div {
        top: -2px;
        height: 18px;
        line-height: 18px;
    }
}
#fp-nav ul li.ser-nav:hover .ser {
    display: block;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
#fp-nav ul li.ser-nav:hover .sol {
    display: block;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
#fp-nav ul li.ser-nav:hover .ind {
    display: block;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
#fp-nav ul li.ser-nav:hover .our {
    display: block;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
#fp-nav ul li.ser-nav:hover .globe {
    display: block;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
#fp-nav ul li div.ser {
    display: block;
    -webkit-transition: opacity 0.25s, transform .3s;
    -moz-transition: opacity 0.25s, transform .3s;
    transition: opacity 0.25s, transform .3s;

    filter: alpha(opacity=0);
    -webkit-transform: scale(0.01);
    -ms-transform: scale(0.01);
    transform: scale(0.01);
    transform-origin:  right;
}
#fp-nav ul li div.sol {
    display: block;
    -webkit-transition: opacity 0.25s, transform .3s;
    -moz-transition: opacity 0.25s, transform .3s;
    transition: opacity 0.25s, transform .3s;

    filter: alpha(opacity=0);
    -webkit-transform: scale(0.01);
    -ms-transform: scale(0.01);
    transform: scale(0.01);
    transform-origin: right;
}
#fp-nav ul li div.ind {
    display: block;
    -webkit-transition: opacity 0.25s, transform .3s;
    -moz-transition: opacity 0.25s, transform .3s;
    transition: opacity 0.25s, transform .3s;

    filter: alpha(opacity=0);
    -webkit-transform: scale(0.01);
    -ms-transform: scale(0.01);
    transform: scale(0.01);
    transform-origin: right;
}
#fp-nav ul li div.our {
    display: block;
    -webkit-transition: opacity 0.25s, transform .3s;
    -moz-transition: opacity 0.25s, transform .3s;
    transition: opacity 0.25s, transform .3s;
    opacity: 1;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.01);
    -ms-transform: scale(0.01);
    transform: scale(0.01);
    transform-origin: right;
}
#fp-nav ul li div.globe {
    display: block;
    -webkit-transition: opacity 0.25s, transform .3s;
    -moz-transition: opacity 0.25s, transform .3s;
    transition: opacity 0.25s, transform .3s;
    opacity: 1;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.01);
    -ms-transform: scale(0.01);
    transform: scale(0.01);
    transform-origin: right;
}
/* fp-nav end */


/* Responsive design */
@media screen and (max-width: 767px){
    a {
        background: transparent;
        -webkit-tap-highlight-color: rgba(255,255,255,0);
    }
    .container {
        width: 94%;
        margin: 0 auto;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: -moz-none;
        -o-user-select: none;
        user-select: none;
    }
    .YourArea {
        visibility: hidden;
        padding: 0;
        height: 0;
    }
}
@media screen and (min-width: 1680px) {
    .container {
        width: 1380px;
    }
    .breadcrumb .container {
        margin-left: -640px;
        width: 1380px;
    }
}
.font14 {
    font-size: 14px;
    line-height: 20px;
}
.font18 {/*tab*/
    font-size: 18px;
    line-height: 30px;
}
.font20 {/*所有小字*/
    font-size: 20px;
    line-height: 32px;
}
.font24 {/*段落、banner图片上P*/
    font-size: 24px;
    line-height: 36px;
}
.font30 {/*News标题大字*/
    font-size: 30px;
    line-height: 42px;
}
.font36 {
    font-size: 36px;
    line-height: 48px;
}
.font40 {/*标题大字*/
    font-size: 40px;
    line-height: 52px;
}
.font42 {/*banner图片上H2*/
    font-size: 48px;
    line-height: 60px;
}
@media screen and (max-width: 767px) {
    .p100 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .font18 {
        font-size: 14px;
        line-height: 26px;
    }
    .font20 {
        font-size: 14px;
        line-height: 26px;
    }
    .font24 {
        font-size: 16px;
        line-height: 28px;
    }
    .font30 {
        font-size: 22px;
        line-height: 34px;
    }
    .font36 {
        font-size: 28px;
        line-height: 40px;
    }
    .font40 {
        font-size: 18px;
        line-height: 30px;
    }
    .font42 {
        font-size: 34px;
        line-height: 44px;
    }
    .mt40, .mt20 {
        margin-top: 10px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .font18 {
        font-size: 14px;
        line-height: 26px;
    }
    .font20 {
        font-size: 14px;
        line-height: 26px;
    }
    .font24 {
        font-size: 18px;
        line-height: 30px;
    }
    .font30 {
        font-size: 24px;
        line-height: 36px;
    }
    .font36 {
        font-size: 30px;
        line-height: 42px;
    }
    .font40 {
        font-size: 20px;
        line-height: 32px;
    }
    .font42 {
        font-size: 30px;
        line-height: 42px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {

    .font18 {
        font-size: 14px;
        line-height: 26px;
    }
    .font20 {
        font-size: 16px;
        line-height: 28px;
    }
    .font24 {
        font-size: 20px;
        line-height: 32px;
    }
    .font30 {
        font-size: 26px;
        line-height: 38px;
    }
    .font36 {
        font-size: 32px;
        line-height: 44px;
    }
    .font40 {
        font-size: 24px;
        line-height: 36px;
    }
    .font42 {
        font-size: 42px;
        line-height: 54px;
    }
}
@media screen and (min-width: 1201px) and (max-width: 1680px) {
	.container {
        width: 1220px;
    }
    .font18 {
        font-size: 16px;
        line-height: 28px;
    }
    .font20 {
        font-size: 18px;
        line-height: 30px;
    }
    .font24 {
        font-size: 22px;
        line-height: 34px;
    }
    .font30 {
        font-size: 28px;
        line-height: 40px;
    }
    .font36 {
        font-size: 34px;
        line-height: 46px;
    }
    .font40 {
        font-size: 32px;
        line-height: 40px;
    }
    .font42 {
        font-size: 46px;
        line-height: 58px;
    }
}

/* addthis_sharing_toolbox */
.addthis_sharing_toolbox a span {
    opacity: 0;
    filter:Alpha(opacity=0);
    padding: 8px;
}