  @charset "utf-8";
/* CSS Document */
/*caseshome*/
/*globalmap*/
.pt10{padding-top: 10px;}
.pt15{padding-top: 15px;}
.pb10{padding-bottom: 10px;}
.pb15{padding-bottom: 15px;}
.xglobalmap {
    background-image: url(/skin/default_en/images/xglobalmap.jpg);
    background-repeat: no-repeat;
    height: 589px;
    width: 1170px;
    margin: 50px 0;
}

.xglobalmap .xcontinent {
    position: relative;
    overflow: hidden;
    height: 589px;
}

.xglobalmap .continent {
    z-index: 0;
}

.xglobalmap .xnorthamerica,
.xglobalmap .xsouthamerica,
.xglobalmap .xafrica,
.xglobalmap .xeurope,
.xglobalmap .xasiapacific {
    background-repeat: no-repeat;
    position: absolute;
}

/*northamerica*/
.xglobalmap .xnorthamerica {
    left: 3px;
    top: 0px;
    height: 346px;
    width: 513px;
    z-index: 1;
}

.xglobalmap .xnorthamerica:hover {
    background-image: url(/skin/default_en/images/xnorthamerica.png);
}

/*southamerica*/
.xglobalmap .xsouthamerica {
    left: 283px;
    top: 342px;
    width: 157px;
    height: 247px;
    z-index: 1;
}

.xglobalmap .xsouthamerica:hover {
    background-image: url(/skin/default_en/images/xsouthamerica.png);
}

/*africa*/
.xglobalmap .xafrica {
    left: 499px;
    top: 257px;
    width: 220px;
    height: 245px;
    z-index: 1;
}

.xglobalmap .xafrica:hover {
    background-image: url(/skin/default_en/images/xafrica.png);
}

/*europe*/
.xglobalmap .xeurope {
    left: 520px;
    top: 25px;
    width: 260px;
    height: 235px;
    z-index: 3;
}

.xglobalmap .xeurope:hover {
    background-image: url(/skin/default_en/images/xeurope.png);
}

/*asiapacific*/
.xglobalmap .xasiapacific {
    right: -9px;
    top: 27px;
    width: 551px;
    height: 521px;
    z-index: 0;
}

.xglobalmap .xasiapacific:hover {
    background-image: url(/skin/default_en/images/xasiapacific.png);
}

.xglobalmap .xnorthamerica:hover span,
.xglobalmap .xsouthamerica:hover span,
.xglobalmap .xafrica:hover span,
.xglobalmap .xeurope:hover span,
.xglobalmap .xasiapacific:hover span {
    background: url("/skin/default_en/images/xicon.png") 0 -20px;
    animation: markicon 1s alternate;
    -moz-animation: markicon 1s alternate;
    -webkit-animation: markicon 1s alternate;
    -o-animation: markicon 1s alternate;
}

@keyframes markicon {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-moz-keyframes markicon /* Firefox */
{
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes markicon /* Safari 和 Chrome */
{
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes markicon /* Opera */
{
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.xglobalmap .xnorthamerica a,
.xglobalmap .xsouthamerica a,
.xglobalmap .xafrica a,
.xglobalmap .xeurope a,
.xglobalmap .xasiapacific a {
    color: #333;
}

.xglobalmap .xnorthamerica:hover a,
.xglobalmap .xsouthamerica:hover a,
.xglobalmap .xafrica:hover a,
.xglobalmap .xeurope:hover a,
.xglobalmap .xasiapacific:hover a {
    color: #d5d5db;
}

.xglobalmap .xposition {
    line-height: 20px;
    position: absolute;
}

.xglobalmap .xposition span {
    background: url("/skin/default_en/images/xicon.png");
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
}

.xglobalmap .xposition:hover span {
    animation: xactive .5s infinite alternate;
    -moz-animation: xactive .5s infinite alternate;
    -webkit-animation: xactive .5s infinite alternate;
    -o-animation: xactive .5s infinite alternate;
}

@keyframes xactive {
    0% {
        transform: scale(0.8);
    }
    100% {
        transform: scale(1);
    }
}

@-moz-keyframes xactive /* Firefox */
{
    0% {
        transform: scale(0.8);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes xactive /* Safari 和 Chrome */
{
    0% {
        transform: scale(0.8);
    }
    100% {
        transform: scale(1);
    }
}

@-o-keyframes xactive /* Opera */
{
    0% {
        transform: scale(0.8);
    }
    100% {
        transform: scale(1);
    }
}

.xglobalmap .xposition a {
    display: inline-block;
}

.sanyamerica {
    top: 226px;
    left: 176px;
}

.sanybrazil {
    top: 56px;
    left: 48px;
}

.latinamerica {
    top: 90px;
    left: 45px;
}

.southafrica {
    top: 140px;
    left: 103px;
}

.northafrica {
    top: 50px;
    left: 50px;
}

.sanygermany {
    top: 168px;
    left: 53px;
}

.sanyindia {
    top: 278px;
    left: 170px;
}

.asiapacific {
    top: 422px;
    left: 313px;
}

.russia {
    top: 105px;
    left: 186px;
}

.centralasia {
    top: 219px;
    left: 188px;
}

.mideast {
    top: 228px;
    left: 58px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .xglobalmap {
        height: 483px;
        width: 960px;
        background-size: 960px 486px;
    }

    .xglobalmap .xcontinent {
        height: 483px;
    }

    /*northamerica*/
    .xglobalmap .xnorthamerica {
        left: 0px;
        height: 283px;
        width: 420px;
        background-size: 420px 283px;
    }

    /*southamerica*/
    .xglobalmap .xsouthamerica {
        left: 227px;
        top: 282px;
        width: 128px;
        height: 202px;
        background-size: 128px 202px;
    }

    /*africa*/
    .xglobalmap .xafrica {
        left: 396px;
        top: 213px;
        width: 180px;
        height: 200px;
        background-size: 180px 200px;
    }

    /*europe*/
    .xglobalmap .xeurope {
        left: 411px;
        top: 22px;
        width: 213px;
        height: 192px;
        background-size: 213px 192px;
    }

    /*asiapacific*/
    .xglobalmap .xasiapacific {
        right: 16px;
        top: 25px;
        width: 440px;
        height: 426px;
        background-size: 440px 426px;
    }

    .sanyamerica {
        top: 148px;
        left: 118px;
    }

    .sanybrazil {
        top: 36px;
        left: 63px;
    }

    .latinamerica {
        top: 90px;
        left: 36px;
    }

    .southafrica {
        top: 104px;
        left: 91px;
    }

    .northafrica {
        top: 40px;
        left: 40px;
    }

    .sanygermany {
        top: 137px;
        left: 43px;
    }

    .sanyindia {
        top: 227px;
        left: 136px;
    }

    .asiapacific {
        top: 346px;
        left: 256px;
    }

    .russia {
        top: 86px;
        left: 152px;
    }

    .centralasia {
        top: 179px;
        left: 150px;
    }

    .mideast {
        top: 187px;
        left: 47px;
    }
}

/*end globalmap*/

/*indexcase list*/
.xcaselist {
    margin-bottom: 35px;
    margin-bottom: 3.5rem;
}

.xcaselist .title {
    margin-top: 0;
    padding-bottom: 7px;
    padding-bottom: .7rem;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 21px;
    margin-bottom: 2.1rem;
    position: relative;
    font-size: 36px;
    font-size: 3.6rem;
}

.xcaselist .title:after {
    content: "";
    width: 200px;
    width: 20rem;
    height: 5px;
    height: .5rem;
    background: #dc0000;
    position: absolute;
    left: 0;
    bottom: -3px;
}

.xcaselist .media {
    height: 95px;
    height: 9.5rem;
    overflow: hidden;
}

.xcaselist .media .media-left img {
    width: 157px;
    width: 15.7rem;
}

.xcaselist .media .media-body {
    line-height: 30px;
    line-height: 3rem;
}

.xcaselist ul {
    padding: 0;
    list-style-type: none;
}

.xcaselist ul li {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem;

    height: 30px;
    height: 3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xcaselist ul li:before {
    content: "";
    padding: 0 5px;
    padding: 0 .5rem;
    background: url("/skin/default_en/images/xicon.png") 0 -33px;
    background: url("/skin/default_en/images/xicon.png") 0 -3.3rem;
    width: 20px;
    width: 2rem;
}

.xcaselist .btn {
    font-size: 20px;
    font-size: 2rem;
}

@media screen and (max-width: 991px) {
    .xcaselist {
        padding: 1rem 0;
        margin: 0;
        /*border-top: solid 1px #e8e8e8;*/
    }

    .xcaselist .media {
        margin: 0 0;
        height: 2rem;
        overflow: hidden;
    }

    .xcaselist .media .media-left {
        padding-right: 1rem;
    }

    .xcaselist .media .media-left img {
        width: 9rem;
    }

    .xcaselist .media .media-body h2 {
        font-size: 1.5rem;
        padding: 0.2rem 0 0.5rem 0;
    }

    .xcaselist .media .media-body {
        line-height: 1.8rem;
        font-size: 0.8rem;
        height: 8.2rem;
        overflow: hidden;
    }

    .xcaselist .morecolor {
        color: #c2c2c2;
    }
}

/*end indexcase list*/
/*end caseshome*/
/*caselistpage*/
/*screen*/

.xscreen {
    line-height: 40px;
    line-height: 4rem;
    border-bottom: solid 1px #e6e6e6;
    height: 40px;
    height: 4rem;
    /* overflow: hidden; */
}

.xscreen {
    line-height: 40px;
    line-height: 4rem;
    border-bottom: solid 1px #e6e6e6;
    height: 40px;
    height: 4rem;
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
}

.xscreen .xmouse {
    cursor: pointer;
}

.xscreen .xscreentitle {
    color: #666;
}

.xscreen .xscreencontent ul li {
    float: left;
    padding: 0 15px;
    padding: 0 1.5rem;
    list-style: none;
}

.xscreen .xscreencontent ul li.active,
.xscreen .xscreencontent ul li.active a {
    color: #e60012;
}

/*screen*/
.xcaseslist {
    padding-top: 30px;
    padding-top: 3rem;
}

.xcaseslist h2 {
    font-size: 16px;
    height: 39px;
    line-height: 20px;
    overflow: hidden;
    margin-top: 15px;
}

.xcaseslist .text-muted {
    font-size: 12px;
    line-height: 14px;
    height: 14px;
    overflow: hidden;
    display: block;
}

.xcaseslist p {
    color: #666;
}

.wmobilescreen {
    position: relative;
}

.wmobilescreen .xmscreen {
    text-align: center;
    height: 44px;
    line-height: 44px;
    cursor: pointer;
    border-bottom: 1px solid #e6e6e6;
    font-size: 16px;
	font-weight:500;


}

.Daily-News {
    font-size: 16px;
    font-weight: bold;
}

.wmobilescreen .xmscreen span {
    padding-left: 10px;
    padding-left: 1rem;
    color: #cb0909;
}

.wmobilescreen .on {
    color: #f00;
}

.mobile .xscreencontent {
    /* position: absolute;*/
    z-index: 10;
    box-shadow: 0px 5px 3px #E8E8E8;
    padding: 0;
}

.mobile .xscreencontent ul {
    margin: 0;
    padding: 0;
}

.mobile .xscreencontent ul li {

    list-style: none;
    line-height: 40px;
    line-height: 4rem;
    height: 40px;
    height: 4rem;
    border-top: solid 1px #d7d7d7;
    background: #f8f8f8;
    float: none;
    padding: 0 15px;
    padding: 0 1.5rem;
}

.mobile .xscreencontent ul li:first-child {
    border-top: none;
}

.mobile .xscreencontent ul li a {

    display: block;
    text-decoration: none;

}

.mobile .xscreencontent ul li:hover {
    background: #fff;
}

@media screen and (max-width: 991px) {
    .xcaseslist {
        padding: 10px 0;
        border-bottom: solid 1px #dde2e4;

    }

    .casetitle2 {
        padding-left: 0
    }

    .xcaseslist
    .xcaseslist h2 {
        font-size: 2rem;
        margin: 0 0 0.5rem 0;
        height: 2rem;
        overflow: hidden;
        color: #333;
    }

    .xcaseslist .text-muted {
        font-size: 12px;
        color: #666;
    }

    .xcaseslist p {
        font-size: 1.4rem;
        line-height: 1.6rem;
        height: 3.2rem;
        display: block;
        overflow: hidden;
        margin: 0;
    }

}

/*end caselistpage*/

/*caseview*/
/*right*/
.w-dshaniu .btn-lg, .w-dshaniu2 .btn-lg, .w-dshaniu3 .btn {
    border-radius: 2px;
    padding: 16px 16px;
}

.w-dshaniu3 .btn {
    padding: 5px 0px;
    font-size:16px;
}

.w-huiborde {
    border: 1px solid #e6e6e6;
}

.w-hui-botm {
    border-bottom: 1px solid #e6e6e6;
}

.w-hui-top {
    border-top: 1px solid #e6e6e6;
}

.w-hui-right {
    border-right: 1px solid #e6e6e6;
}

.w-hui-left {
    border-left: 1px solid #e6e6e6;
}

.w-mt10 {
    margin-top: 10px;
}

.w-mt30 {
    margin-top: 30px;
}

.w-mb30 {
    margin-bottom: 10px;
}

.w-f14 {
    font-size: 14px;
    font-size: 1.4rem;
}

.w-f16 {
    font-size: 16px;
    font-size: 1.6rem;
}

.w-f18 {
    font-size: 18px;
    font-size: 1.8rem;
}

.w-f20 {
    font-size: 20px;
    font-size: 2.0rem;
}

.w-lih25 {
    line-height: 25px;
    line-height: 2.5rem;
}

.w-gisdnwi {
    color: #666666
}

.w-mt80 {
    margin-top: 80px;
}

.w-ptb10 {
    padding-bottom: 10px;
    padding-bottom: 1.0rem;
}

.w-heise, a {
    color: #000
}

.w-balinf, .w-balinf a {
    color: #808080
}

.clear {
    clear: both
}

.w-lianxi {
    margin-bottom: 30px;
    margin-bottom: 3rem;
}

.w-lianxi .w-title {
    background:#f0f1f2;
    height:54px;
    line-height: 54px;
    margin: 0;
    border-top:2px solid #e60012;
    font-size:16px;
    color:#404040;
    text-align: center;

}

.w-lianxi strong {
    color: #303030;
}


.w-lianxi .w-contact {
    padding: 20px;
    padding-bottom: 0;
}

.w-lianxi p.w-pwtitle .w-pwtitle-xiang {
    display: block;
    border-top: 2px solid #dc0000
}

.w-contact .dl-horizontal dt {
    width: 55px;
    width: 5.5rem;
    font-weight: normal
}

.w-contact .dl-horizontal dd {
    margin-left: 75px;
    margin-left: 7.5rem;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .w-lianxi .w-contact {
        padding: 10px;
    }

    .w-contact .dl-horizontal dt {
        width: 3.5rem;
    }

    .w-contact .dl-horizontal dd {
        margin-left: 4rem;
    }
}

.w-zi-banner .carousel-control {
    background-image: none;
    top: 25%
}

@media screen and (min-width: 768px) {
    .w-carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 0px;
    }
}

.w-zi-banner .carousel-indicators {
    top: 59%;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .w-zi-banner .carousel-indicators {
        top: 50%;
    }
}

.w-carousel-caption {
    position: static;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    color: #fff;
    text-align: center;
    text-shadow: none;
    padding-bottom: 20px;
}

.w-carousel-caption p.w-titlebb {
    height: 20px;
    height: 2.0rem;
    font-size: 14px;
    overflow: hidden
}

/*end right*/
/*left*/
.xcaselist1 {

}

.xcaselist1 .title {
    margin-top: 0;
    padding-bottom: 7px;
    padding-bottom: .7rem;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 0;
    position: relative;
    font-size: 20px;
    font-size: 2rem;
}

.xcaselist1 .title:after {
    content: "";
    width: 200px;
    width: 20rem;
    height: 5px;
    height: .5rem;
    background: #dc0000;
    position: absolute;
    left: 0;
    bottom: -3px;
}

.w-cpguige {
    height: 43px;
    position: relative
}

.xheader .w-cpguige {
    height: 40px;
}

.w-cpguige p, .w-cpguige h2 {
    position: absolute;
    left: 0px;
    line-height: 40px;
    font-size: 20px;
    font-size: 2.0rem;
    border-bottom: 4px solid #dc0000;
    font-size: 16px;
}

.w-cpguige h2 {
    margin: 0;
    font-weight: bold;
}

.w-biaodan .form-control {
    border-radius: 0px;
    border: 1px solid #e6e6e6;
}

.w-biaodan span.w-ba {
    color: #C00;
    margin-right: 5px;
}

.w-biaodan label {
    font-weight: normal;
    margin-bottom: 10px;
    margin-bottom: 1.0rem;
    margin-bottom: 5px;
    font-size: 14px;
}

.w-biaodan label input:hover {
    border-color: #F00;
}

/*share*/
.w-shall {
    vertical-align: middle;
}

.w-shall a {
    margin-right: 10px;
}

/*end share*/
.xcaseview h1 {
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 0;
    line-height: 30px;
    font-weight: bold;
}

.xcaseview .xmethod {
    border: solid 4px #e5e5e5;
    line-height: 30px;
    line-height: 3rem;
    margin: 10px;
    margin: 1rem;
    margin: 0;
    padding: 20px;
}

.xcaseview .xmethod span {
    color: #666;
}

.xcaseview .xcasecontent {
    line-height: 23px;
    padding-top: 8px;
    font-size: 14px;
}

.xcaseview .xcasecontent p {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}

.xcaseview .xcasecontent .iframe-center {
    width: 560px;
    height: 315px;
    margin: 0 auto;
    padding: 10px 0;
}

@media screen and (max-width: 991px) {
    .w-cpguige {
        margin-bottom: 20px;
    }
    .w-mb30 {
        padding-bottom: 20px !important;
    }
    .xcaseview .xcasecontent .iframe-center {
        width: 100%;
        height: 55vw;
    }

    .xcaseview h1 {
        font-size: 16px;
        line-height: 23px;
        color: #333;
        font-weight: bold;
    }

    .xcaseview .xmethod .xsmcol {
        word-wrap: break-word;
        border-top: none;
        color: #666;
        padding: 0;
        line-height: 24px;
        font-size: 14px;
    }

    body {
        background: #fff;
    }

    .content-wrap .container {
        background: #fff;
    }

    /*.content-wrap .container:first-child{
        position: absolute;
        width: 100%;
    }*/
    .pull-downs {
        position: absolute;
        width: 100%;
        z-index: 888;
    }

    .xmobileblank {
        height: 10px;
        background: #e5e5e5;
        margin: 0 -15px;
        margin-bottom: 10px;
    }

    .xheader .w-cpguige {
        height: 30px;
        border-bottom: none;
    }

    .w-cpguige h2 {
        border-bottom: none;
    }

    .w-cpguige p {
        position: absolute;
        line-height: 40px;
        font-size: 2rem;
        color: #333;
        font-weight: bold;
        font-size: 16px;
    }

    /* .xsmicon1 {
         height: 1.5rem;
         width: 0.4rem;
         display: inline-block;
         background: #e60012;
         margin-right: 0.5rem;
     }*/
    .xcaseview .xcasecontent {
        padding-bottom: 1.5rem;
        padding-top: 0;
    }

    .w-huiborde {
        border: none;

    }

    .w-lianxi .w-contact {
        padding: 0
    }

    .xprolist {
        margin: 1rem 0;
    }

    .xprolist h2 {
        font-size: 1rem;
        margin: 0.5rem 0 0 0;
    }

    .xprolist .text-muted {
        font-size: 0.8rem;
    }

    .w-lianxi .w-title {
        border-top: none;
        padding: 0;
        font-weight: bold;
        color: #333;
        font-size: 18px;
        border-bottom: none;
        margin-bottom: 10px;
    }

    .w-lianxi .w-title:after {
        display: none
    }
}

.xrelatednews {
    padding: 10px 0 0 0;
border: 1px solid #f4f4f4;
}

.xrelatednews h2 {
    font-size: 14px;
    margin: 0 0 0 -15px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.xline1 {
    height: 10px;
    height: 1rem;
    border-bottom: solid 1px #e5e5e5;
    display: block;
}

/*end left*/
/*end caseview*/

/*news home*/
.w-dao1 .nav > li > a {
    padding: 10px 20px;
}

.w-dao1 .nav-pills > li.active > a, .w-dao1 .nav-pills > li.active > a:focus, .w-dao1 .nav-pills > li.active > a:hover {
    background: none;
    border-bottom: 4px solid #e60012;
    color: #000
}

@media (min-width: 991px) and (max-width: 1199px) {
    .w-dao1 .nav > li > a {
        padding: 10px 10px;
    }
}

@media (max-width: 991px) {
    .w-dao1 .nav-pills > li {
        float: none
    }

    .w-dao1 .nav-pills > li.active > a, .w-dao1 .nav-pills > li.active > a:focus, .w-dao1 .nav-pills > li.active > a:hover {
        background: none;
        border: none;
        color: #000
    }

    .w-dao1 {
        display: none
    }

    .w-dao1 .nav-pills > li > a > a {
        border-bottom: 1px solid #e4e8e9;
        background: #f8f8f8
    }

    .w-dao1 .nav-pills > a:focus, .w-dao1 .nav-pills > li > a:hover {
        background: #fff;
        border-top: 1px solid #d7d7d7;
        border-bottom: 1px solid #d7d7d7;
        color: #df0516
    }
}

/*x-today-news*/
.x-today-news .carousel-control.left,
.x-today-news .carousel-control.right {
    background-image: none;
    z-index: 20;
}

.x-today-news .carousel-indicators {
    width: 100%;
    margin-left: -50%;
    bottom: -9px;
}

.x-today-news .carousel-indicators ol {
    margin: 0;
}

.news-slide .carousel-caption {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 10px;
    color: #fff;
    text-align: left;
    background: url("/skin/default_en/images/x-bgimg1.png");
    text-shadow: none;
}

.news-slide .carousel-caption h3 {
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    font-size: 20px;
    margin-top: 0;
}

.news-slide .carousel-caption p {
    line-height: 20px;
    font-size: 14px;
    height: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    color: #fff;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 3px !important;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullet-active {
    background: #e4000a !important;
}

@media (max-width: 991px) {
    .x-today-news .carousel-caption p {
        color: #666;
    }

    .x-today-news .carousel-indicators {
        width: 60%;
        margin-left: -30%;
    }

    .xcaseslist h2 {
        margin-top: 0;
        margin: 0;
        font-weight: 300;
        font-size: 14px;
        height: auto;
        max-height: 60px;
        line-height: 20px;
    }

}

.x-today-right h2 {
    margin-top: 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    margin-bottom: 0px;
	font-weight:bold;
}

@media (max-width: 1199px) {
    .x-today-right h2 {
        max-height: 24px;
    }
}

.x-today-right .describe {
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
    color: #4c4c4c;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.x-today-right .text-muted {
    color: #666;
}

.news-slide a img, .news-slide a {
    width: 100%;
}

.news-slide .swiper-wrapper {
    position: relative
}

.news-slide .swiper-pagination {
    position: absolute;
    left: 0;
    bottom: 0
}

.news-slide .swiper-pagination-bullet {
    border-radius: 100%
}

.news-slide .swiper-button-next span, .news-slide .swiper-button-prev span {
    color: #fff;
}

.w-aboutnav li a {
    font-size: 16px;
    font-size: 1.6rem;
    word-wrap: break-word;
}

.w-dao1 .nav > li > a {
    padding: 10px 20px;
}

.w-dao1 .nav-pills > li.active > a, .w-dao1 .nav-pills > li.active > a:focus, .w-dao1 .nav-pills > li.active > a:hover {
    background: none;
    border-bottom: 4px solid #e60012;
    color: #000;
    border-radius: 0
}

@media (max-width: 991px) {
    .x-today-news .carousel-caption {
        /* position: relative;
         padding-top: 0;
         color: #000;*/
        background: none;
        font-size: 1.6rem;
    }

    .x-today-news .carousel-caption h3 {
        margin-top: 0.5rem;
    }
}

/*end x-today-news*/
/*news class*/
.xsmicon2 {

    height: 18px;
    height: 1.8rem;
    width: 5px;
    width: .5rem;
    display: inline-block;
    background: #e60012;
    margin-right: 5px;
    margin-right: .5rem;
}

.x-newsclass-title h2 {
    font-size: 26px;
    font-size: 2.6rem;
}

.x-newsclass-img h3 {
    font-size: 20px;
    font-size: 2rem;
    margin: 10px 0;
    margin: 1rem 0;
}

.x-newsclass,
.x-today-news,
.x-news-index-list {
    margin-top: 15px;
    margin-top: 1.5rem;
}

/*videomark*/
.xvideomask {
    position: relative;
    display: block;
}

.xvideomask img {
    z-index: 0;
}

.xvideomask::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #000 url("../images/x-video-play-icon.png") no-repeat center center;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}

.xvideomask:hover::after {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

/*end xvideomask*/
@media (max-width: 991px) {
    .x-newsclass-title h2 {
        font-size: 2rem;
    }

    .x-newsclass-img h3 {
        font-size: 1.6rem;
    }
}

/*end news class*/

/*news index list*/
.x-news-index-list {
    margin-bottom: 0;
}

.x-news-index-list .xheader p, .x-news-index-list .xheader h2 {
    font-size: 16px;

}

.x-news-index-list .xheader h2 {
    color: #333;
}

.x-news-index-list .xheader .x-more, .x-news-index-list .xbody .x-learnmore a {
    font-size: 14px;
    font-size: 1.4rem;
    color: #0a24a4;
    font-weight: bold;
    padding-top: 10px;
    display: block;
}

.x-news-index-list .xheader .x-more {
    padding-top: 30px;
    padding-top: 3rem;
}

.x-news-index-list .xbody h2 {
    font-size: 14px;
    font-size: 1.4rem;
    padding-right: 15px;
	margin-top:0;
	font-weight:bold;
}

.x-news-index-list .xbody p {
    line-height: 18px;
    line-height: 1.8rem;
    height: 50px;
    height: 5rem;
    overflow: hidden;
    margin: 0;
	font-size:14px;
}

.x-news-index-list h2 {
    line-height: 24px;
    height: 24px;
    overflow: hidden;
}

.x-news-index-list .xheader h2 {
    height: 40px;
}



.xbody {
    margin: 0
}
.xbody .xunit{
	margin-bottom:15px;
}
@media (min-width: 992px)
{
    .xunit .center-image {
        padding-left: 0
    }
	.xunit .center-title{
		padding-left:0;
	}
}
    @media (max-width: 991px) {
    .x-news-index-list {
        margin-bottom: 0
    }

    .x-news-index-list .xheader p {
        font-size: 2rem;
    }

    .x-news-index-list .xbody .xunit {
        border-bottom: 1px solid #e6e6e6;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    /*.x-news-index-list .xbody .xunit:last-child{border-bottom: none;}*/
    .x-news-index-list .xheader .x-more {
        padding-top: 1rem;
        line-height: 3rem;
        color: #777;
    }

    .x-news-index-list .xbody h2 {
        margin: 0;
        font-size: 14px;
        vertical-align: top;
        color: #000;
        font-weight: 300;
        line-height: 20px;
        overflow: hidden;
        height: auto;
        max-height: 60px;
        padding: 0;
    }

    .center-title {
        padding-left: 0
    }

    .x-news-index-list .xbody p {
        font-size: 1.4rem;
        line-height: 1.6rem;
        height: 3.2rem;
        overflow: hidden;
        margin: 0;
        color: #666;
    }

    .x-news-index-list .xbody .x-learnmore {
        float: right;
    }

    .x-newsclass,
    .x-today-news,
    .x-news-index-list {
        margin-top: 1rem;
    }

    .center-image {
        padding-left: 0
    }
}

/*end news index list*/
/*end news home*/

/*newslistpage*/

.xnewslist .xbody {
    padding: 8px 0;
    margin: 0;
    border-bottom: solid 1px #e5e5e5;
}

.xnewslist .xbody .xleft {
    padding-left: 0;
}

.xnewslist .xbody .xright {
    padding-left: 0;
}

.xnewslist .xbody .text-muted {
    font-size: 14px;
    color: #8f8f8f;

}

.xnewslist .xbody h2 {
    margin: .50px 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    overflow: hidden;
}

@media (min-width: 992px) {
    .xbody .xunit h2 {
        height: 24px;
        overflow: hidden
    }
    .xnewslist .xbody .text-muted {

        height: 35px;
        line-height: 35px;

    }
    .xnewslist .xbody .text-muted2 {
font-size: 12px;

    }

}

.xnewslist .xbody p {
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    margin: 0;
    color: #666;
    font-size:14px;
}

.xnewslist .xbody .x-learnmore {
    margin-top: 5px;
    margin-top: .5rem;
    display: block;
}

.xnewslist .xbody .x-learnmore a {
    font-size: 14px;
    font-size: 1.4rem;
    color: #0a24a4;
    font-weight: bold;
    padding-top: 30px;
    padding-top: 3rem;
    margin-top: 10px;
    margin-top: 1rem;
}

.x-news-index-list .xbody .ximgmask img {
    overflow: hidden;
}
@media (min-width: 991px) {
    .x-news-index-list .xbody .ximgmask img {max-height: 99px;}
}
@media (max-width: 991px) {
    .xnewslist {
        /*vertical-align: top;*/
    }

    .xnewslist .xbody {
        padding: 10px 0;
        /* border-top: solid 1px #e5e5e5;*/
    }

    .xnewslist .xbody .col-xs-7 {
        padding: 0;
    }

    .xnewslist .xbody .text-muted, .gl-time {
        font-size: 12px;
        color: #8f8f8f;
        margin-bottom: 6px;
    }

    .xbody .center-title .gl-time {
        font-size: 12px;
        height: auto; margin-top: 5px;
    }

    .xnewslist .xbody h2 {
        line-height: 20px;
        max-height: 60px;
        overflow: hidden;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: normal;
    }

    @media (max-width: 767px) {

        .xnewslist .xbody h2.vi-title {
            height: auto;
        }
    }

    .xnewslist .xbody p {
        line-height: 1.8rem;
        height: 3.6rem;
        overflow: hidden;
        font-size: 14px;
    }

    .wmargin0 {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .xcaseview .xmethod {
        margin: 10px 0;
        padding-bottom: 10px;
    }
}

/*end newslistpage*/
.w-top30 {
    padding-top: 30px;
}

.NewsDetail-con {
    padding-bottom: 100px;
    overflow: hidden;
    width: 100%;
    padding-top: 120px;
    text-align: center;
}

.NewsDetail-con h4 {
    line-height: 26px;
}

.NewsDetail-con .continue {
    line-height: 32px;
    font-size: 18px;
    font-weight: bold;
}

.wmargincc {
    margin-left: 0px;
    margin-right: 0px
}

.w-proleft {
    padding-left: 0px;
}

/*phoho*/
.photosview .carousel-caption {
    background: #000;
    width: 100%;
    padding: 0;
    margin: 0;
    left: 0;
    right: 0;
    bottom: 0;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.photosview .carousel-caption .infoNum,
.photosview .carousel-caption .infoTxtWrap {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.curNum {
    font-size: 30px;
    color: #379be9;
}

.infoNum {
    position: absolute;
    left: 0;
    top: 15px;
    width: 130px;
    font-family: Georgia, tahoma;
    font-size: 20px;
    color: #757575;
    text-align: center;
}

.infoTxtWrap {
    position: relative;
    margin: 0 10px 0 130px;
    height: 80px;
    padding: 6px 10px 0 0;
    overflow: hidden;
    text-align: left;
}

.infoTxt {
    font-size: 14px;
    line-height: 20px;
}

/*end photo*/
.w-proimge {
    width: 100%;
    padding-bottom: 68.5%;
    height: 0px;
    overflow: hidden;
    margin: 0px
}

.wfff {
    color: #FFF;
}

.x-sm .L-parent li {
    margin-bottom: 1.6rem;
}

.x-sm .L-parent li a {
    border-color: #f2f2f2;
    color: #666;
    font-size: 1.6rem;
    padding: 12px 6px
}

.wyadd-time {
    font-size: 14px;
    color: #777;
    margin: 5px 0 0 -15px;
}

/*shar*/
.description {
    font-size: 14px;
    border-bottom: 1px solid #e6e6e6;
    color: #9a9a9a;
    margin: 0;
    margin-bottom: 0;
}

.view-shar {
    text-align: left;
}

.view-shar .stButton .stLarge, .view-shar .stButton .stLarge:hover {
    width: 20px;
    height: 20px;
    background-size: cover;

}

.view-shar .stButton .stLarge:hover {
    background-position: -20px;
}
.s_view-shar .stButton{
    margin: 0;
}
.v-share {
    position: relative;
    top: -5px;
}

.description .dec1, .view-shar {
    padding: 0;
    margin: 0;
}

.description .dec1 span {
    margin-right: 27px;
    display: inline-block;
}

.description .dec1 span:before, .view-previous p span {
    margin-right: 5px;
    color: #000;
    font-weight: bold;
}

.view-previous p {
    color: #061eaa;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 30px;
    font-size: 14px;
}
@media screen and (max-width: 1199px) and (min-width: 992px){
	.view-shar  .stButton{ margin-right:0}
	}

@media (max-width: 991px) {
    .w-top30 {
        padding-top: 0px !important;
    }
    .description .dec1, .view-shar {
       margin-bottom: 15px;
    }
    .xcaseview  .description{
        margin-bottom: 10px;
    }
    .w-lianxi .news-contact1 {
        padding-top: 20px
    }

    .xrelatednews {
        padding: 10px 15px
    }

    .w-lianxi .w-hui-botm {
        margin-top: -15px
    }

    .case-height, .case-height h2 {
        height: 50px;
        line-height: 50px;
    } {
        height: 50px;
        line-height: 50px;
    }

    .xcaseslist p.wyadd-time {
        height: auto;
        font-size: 12px;
        color: #666;
    }

    .view-previous {
        margin-top: 10px;
        border-bottom: 1px solid #e6e6e6;
        margin-bottom: 10px;
    }
    .case-marig{    height: 30px;}
    .add-contactma{  margin-bottom: 0}
}
.s-Technical{
    height:34px;
    margin-bottom:15px;
}
.s-Technical > h4{
    float:left;
    font-size:16px;
    margin:0;
    line-height:34px;
    border-bottom:3px solid #e60012;
    margin-top:-2px;
    color:#212121;
	font-weight:400;
}
.s-Technical > span{
    float:right;
    font-size:14px;
    line-height:31px;
}
.s-Technical > span >a{
    color:#7a7a7a;
}
.s-Technical{
    border-bottom:1px solid #e6e6e6;
}


.s_news_sbox{
    padding: 10px 0;
    background:#f2f2f2;
}
.s_change_news_lfet{
    float: left;
    margin-top: 2px;
    font-weight: 600;
    font-size: 24px;
    color:#404040;
}
.s_change_news_right{
    float: right;
}
.s_view-shar{
    padding-bottom: 8px;
}
.description .s_dec1 span {
    margin-right: 0;
    padding-right:72px;
    display: inline-block;
    font-size: 14px;
    color: #808080;
}
@media (min-width: 992px) and (max-width: 1199px){
    .description .s_dec1 span {
        padding-right:42px;

    }
}
.s_view-shar > span{
    font-size: 14px;
    display: inline-block;
    margin-right:2px;
    color: #808080;
}
.s_view-shar > a{
    padding-right: 6px;
    font-size: 16px;
    color: #868686;
}
.xcaseview .s_xcaseview_tit{
    font-weight: 600;
    color: #404040;
}
.news-date{
    display: inline-block;
    margin-left: 20px;
}
.news-date .input-group-addon,.news-date input{
    border: none;
    background: none;
    box-shadow: none;
    color: #9b9b9b;
    float: left;
    width: 16px;
    height: 16px;
    line-height: 35px;
}

.news-date .form-control{

    height: 35px;
    line-height: 35px;
    padding: 0px 7px;

}
.news-date .form-control[disabled], .news-date .form-control[readonly], fieldset[disabled] .form-control{
    background: #f2f2f2;
}
.min-date{
    font-size: 12px;
    color: #8f8f8f;
}
@media (max-width: 991px){
    .min-date{
        font-size: 12px;
    }
}
    .news-date input:focus{
    border-color:#f2f2f2;
    box-shadow: none;
}
.news-guanggao img{
    width: 100%;
}
.news-guanggao a{
    display: block;
    margin-bottom: 5px;
}
.news-guanggao{
margin: 8px 0;
}
.recommend-1 li{
    padding: 10px 15px 10px 30px;
    font-size: 14px;
    color: #e4000a;
    line-height: 20px;
    border: 1px solid #e5e5e5;
    position: relative;
    margin-top: -1px;
}
.recommend-1 li:before{
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #e4000a;
    position: absolute;
    top: 18px;
    left: 10px;
}
.recommend-1 li a{

    color: #404040;
    max-height: 40px;
    overflow: hidden;
    display: block;

}
.recommend-1 li a:hover{
    color:#e60012;
}
.new-submit{
    font-size: 14px;
margin-top: 8px;
    border: 1px solid #e5e5e5;
    padding: 15px 5px 15px 87px;
    background: url("/skin/default_en/images/mail1.jpg") 18px 8px no-repeat;
    word-break: break-word;

}
@media (min-width: 992px) and (max-width: 1199px){
    .new-submit {
        padding: 15px 5px 15px 62px;
        background: url("/skin/default_en/images/mail1.jpg") 4px 8px no-repeat;
    }
}
.new-submit p{
    margin-bottom: 0px;
}
.new-submit .n-p1,.n-date{
    color: #8f8f8f;
    margin-bottom: 0;
}
.n-date{
    margin-top: 2px;
    font-size: 12px;
}
*.daterangepicker  .glyphicon{
    font-family: 'Glyphicons Halflings'!important; ;
}
.news-breadcrumb{
    background:#f2f2f2;
    height:35px;
    line-height: 35px;
    color:#404040;
    margin-bottom: 8px;
}
.news-breadcrumb h1{
    font-size:14px;
    float: left;
    margin: 0;
    line-height: 35px;
    font-weight: bold;
    text-transform: uppercase;
}
.news-breadcrumb .breadcrumb{
    padding: 0;
    float: right;
}
