<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    font: normal 62.5%/2.3em Arial, "å®‹ä½“";
}

body {
    margin: 0px;
    padding: 0px;
    margin: 0px auto;
    font-size: 1.2em;
    color: #414446;
    width: 100%;
    height: 100%;
    min-width: 1200px;
    max-width: 1900px;

    width: expression((documentElement.clientWidth &lt; 1200) ? "1200px": "100%");
    zoom: 1;
}

.bannerBox {
    /*margin-top: 126px;*/
}

@font-face {
    font-family: 'FontAwesome';
    src: url('/fonts/fontawesome-webfont.eot?v=3.0.1');
    src: url('/fonts/fontawesome-webfont.eot?#iefix&amp;v=3.0.1') format('embedded-opentype'),
        url('/fonts/fontawesome-webfont.woff?v=3.0.1') format('woff'),
        url('/fonts/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
    font-weight: normal;
    font-style: normal
}

section .row {
    margin: 0;
}

.color-fff {
    color: #fff;
}

.color-block {
    color: #333;
}

.color-red {
    color: #d40202;
}

.font-size36 {
    font-size: 36px;
}

.font-size18 {
    font-size: 18px;
}

.font-size24 {
    font-size: 24px;
}

.font-size20 {
    font-size: 20px;
}

.font-size30 {
    font-size: 30px;
}

.font-size48 {
    font-size: 48px;
}

.LeftPopMenu {
    display: none;
}

.rightdescribe {
    margin: 20px;
    padding-left: 50px;
    color: #4c4c4c;
    line-height: 20px;
    min-height: 200px;
    max-width: 800px;
    float: left;
}

.rightdescribe ul li {
    border-bottom: 1px solid #e1e1e1;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 600px;
}

.rightdescribe ul li:before {
    content: "";
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 50%;
}

.rightdescribe ul li A {
    width: 95%;
    display: block;
    padding-left: 20px;
    font: 300 14px å®‹ä½“;
    color: #4c4c4c;
    text-decoration: none;
    float: left;
}

.rootrow {
    /* position: fixed;*/
    width: 100%;
    z-index: 1000;
}

.rightdescribe ul li:hover,
.container .rightdescribe ul A:hover {
    text-decoration: none;
    background: #f1f1f1;
    color: #000;
}

.banner img,
.banner .bannerBox img,
.aboutImg img {
    width: 100%;
}

.topdiv {
    font: normal 200 15px "å¾®è½¯é›…é»‘", "å®‹ä½“";
    background: #333333;
    color: #fff;
    padding: 0px 0 2px;
    position: relative;
    line-height: 25px;
    z-index: 19999;
}

.topdiv a:link,
.topdiv a:visited,
.topdiv a:active {
    color: #fff;
}

#sitemenu {}

#sitemenu li .drop {}

#sitemenu li {
    float: left;
    display: block;
    text-align: center;
    position: relative;
    padding: 4px 4px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;

    border: 1px solid #fff;
}

#sitemenu li a {
    font-family: "å¾®è½¯é›…é»‘";
    color: #fff;
}

#sitemenu li.prevtitle {
    border: none;
    color: #fff;
}

#sitemenu li:hover {
    border: 1px solid #777777;
    padding: 4px 9px 4px 9px;

    /* Background color and gradients */

    background: #F4F4F4;
    background: -moz-linear-gradient(top, #F4F4F4, #EEEEEE);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F4F4), to(#EEEEEE));

    /* Rounded corners */

    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

.dropdown_1column,
.dropdown_2columns,
.dropdown_3columns,
.dropdown_4columns,
.dropdown_5columns {
    margin: 4px auto;
    float: left;
    position: absolute;
    left: -999em;
    text-align: left;
    padding: 10px 5px 10px 5px;
    border: 1px solid #777777;
    border-top: none;
    background: #F4F4F4;
    background: -moz-linear-gradient(top, #EEEEEE, #EEEEEE);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#EEEEEE));
    -moz-border-radius: 0px 5px 5px 5px;
    -webkit-border-radius: 0px 5px 5px 5px;
    border-radius: 0px 5px 5px 5px;
}

.dropdown_2columns {
    width: 280px;
}

#sitemenu .dropdown_2columns .col_2 a {
    color: #fb1941;
    font-weight: 400;
    font-size: 15px;

}

.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
    display: inline;
    float: left;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
}

#sitemenu li:hover .dropdown_1column,
#sitemenu li:hover .dropdown_2columns,
#sitemenu li:hover .dropdown_3columns,
#sitemenu li:hover .dropdown_4columns,
#sitemenu li:hover .dropdown_5columns,
.dropdown_2columns:hover {
    left: -1px;
    top: auto;
}

.cldsites a {
    color: #fff;
    display: inline-block;
    padding: 2px 10px;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    margin-top: 0;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    text-decoration: inherit;
    display: inline-block;
    speak: none;
}

.icon-caret-down:before {
    content: "\f0d7";
}

.icon-home {
    font-weight: 500;
    font-size: 20px;
    padding: 2px;
}

.icon-home:before {
    content: "\f015";
}

section .content,
.content {
    width: 1200px;
    margin: 0px auto;
}

.leftinrow,
.rightinrow {
    display: inline-block;
}

.leftinrow:before {
    vertical-align: middle;
    content: url(/img/houseicon.png);
}

div.rightinrow {
    float: right;
}

.curnavbar {
    max-height: 100px;
}

.infobanner {
    width: 100%;
    height: 300px;
    background: url(/img/inform/banner-2.png) no-repeat;
    background-size: 100% 100%;
}

.jxj_wrap .down:hover,
.jxj_wrap .kf:hover {
    transform: translate(14px);
}

.jxj_wrap p:hover,
.jxj_wrap h4:hover {
    background: #f01f3f;
}

/**********index.menu********************/
#mainmenu {
    float: right;
}

ul,
ol {
    margin-bottom: 0;
}

.menu ul {
    padding: 0;
    margin: 0;

}

.menu li {
    float: left;
    width: 120px;
    text-align: center;
    line-height: 100px;
    position: relative;
}

.menu li a {
    display: block;
    overflow: hidden;
    font-size: 16px;
}

.menu li:hover {
    background: #d40202;
    color: #fff;
    height: auto
}

.menu li a:hover {
    color: #fff;
}

.menu .subnav {
    display: none;
    z-index: 4;
    position: absolute;
}

.menu .subnav a {
    color: #fff;
}

.menu .addsub li a {
    display: block;
    color: #333;
    background: #fff;
}

.menu .addsub li {}

.menu .subnav li {
    background: #d40202;
    border-top: #f4f4f4 solid 1px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    margin: 0;
}

.dropdown .addnav {
    display: block;
}

.menu .subnav li a {
    display: block;
    font-size: 14px;
}

.addsub .subnav {
    display: block;
    /*left:-40px;*/
    position: absolute;
    text-align: left;
    top: 90px;
    height: 35px;
    line-height: 35px;
    z-index: 9900;
    background: #fff;
}

.menu .addsub .triangle-up {
    margin-top: -60px;
    z-index: 5;
    left: 45%;
    position: absolute;
    top: 51px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

/**********End index.menu*******************************/
.PicRow {
    margin: 30px auto;
}

.PicTxt {
    color: #fff;
    text-align: center;
    padding: 0 40px;
}

.PicTxt h2 {
    font-size: 34px;
    font-weight: 100;
}

.PicTxt P {
    width: 100%;
    text-align: left;
    font: 400 16px "é»‘ä½“";
}

.titleTxt {
    font-weight: bold;
    display: block;
    color: #000;
    font: 500 18px "é»‘ä½“";
}

.PicTxt img {
    max-height: 290px;
}

.TitleRow {
    padding: 10px 20px 25px 20px;
    color: #c00000;
    text-align: center;
    box-shadow: 0 -5px 5px #f5f5f5,
        /*é¡¶éƒ¨é˜´å½±*/
        0 5px 5px #f5f5f5;
    /*åº•è¾¹é˜´å½±*/
    /*-webkit-box-shadow: #ddd 0px 5px 4px 1px;
-moz-box-shadow:#ddd 0px 5px 4px 1px;
box-shadow: #ddd 0px 5px 4px 1px;*/
    margin-bottom: 10px;
}

div.ImgBg {
    width: 100%;
    background: url(/img/firstpage/redbgimg.png) no-repeat;
    height: 120px;
    text-align: center;

    color: #fff;
    padding-top: 20px;
}

div.ShortRow {
    margin: 60px auto;

    text-align: center;
}

.Business.ShortRow H2 {
    font-weight: 300;
    margin: 0 auto 30px;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.thumbnail,
.img-thumbnail {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}

.Business {
    min-height: 850px;
    background: url(/img/firstpage/business-bg.png) no-repeat;
}

.Business .ShortRow {
    margin: 80px auto;
}

.Business .ShortRow h2 {
    color: #fff;
}

.ShortRow A.more {
    float: none;
    font: 500 30px å®‹ä½“;
    min-width: 150px;
    margin: 0;
}

.mvlist {
    width: 320px;
    padding: 10px;
    margin: 20px auto;
    margin-bottom: 10px;
     text-align:center;
    -webkit-box-shadow: #ddd 1px 3px 4px 4px;
    -moz-box-shadow: #ddd 1px 3px 4px 4px;
    box-shadow: #ddd 1px 3px 4px 4px;
    border-radius: 5px;
    /* æ‰€æœ‰è§’éƒ½ä½¿ç”¨åŠå¾„ä¸º5pxçš„åœ†è§’ï¼Œæ­¤å±žæ€§ä¸ºCSS3æ&nbsp;‡å‡†å±žæ€§ */
    -moz-border-radius: 5px;
    /* Mozillaæµè§ˆå™¨çš„ç§æœ‰å±žæ€§ */
    -webkit-border-radius: 5px;
    /* Webkitæµè§ˆå™¨çš„ç§æœ‰å±žæ€§ */
}
.mvlist img{
    width: 300px;
    height: 195px;
}
.rightmore {
    text-align: right;
}

.rightmore A {
    display: block;
    padding: 25px;
}

.rightlinks li,
.content .col-xs-6 .rightlinksul li {
    font-size: 14px;
    color: #666;
    padding: 5px 10px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 360px;
    height: 26px;
    position: relative;
    white-space: nowrap;
}

.col-xs-6 .col-xs-4 A img {
    max-width: 200px;
    max-height: 130px;
}

.imgcenter .caption {
    text-align: center;
}

.bsn1 {
    padding: 35px 0;
    background: #d40202;
}

.bsn2 {
    padding: 35px 0;
    background: #009988;
}

.bsn3 {
    padding: 35px 0;
    background: #0789ba;
}

.bsn4 {
    padding: 35px 0;
    background: #ffa500;
}

.tb_bsn {
    background: #fff;
}

div.tb_bsn {
    width: 100%;
    height: 80px;

}

table.tb_bsn {
    width: 90%;
    margin: 0px auto;
}

.tb_bsn td {
    background: #fff;
    padding: 2px 10px;
}

div.orange {
    margin: 100px 0;
    background: #E57520;
    height: 100px;
    position: relative;
}

.orange .concatdiv {
    margin-left: -500px;
}

.concatdiv {
    height: 150px;
    width: 1000px;
    left: 50%;
    position: absolute;
    top: -20px;

    background: #fff;
    -webkit-box-shadow: #ddd 0px 3px 4px 4px;
    -moz-box-shadow: #ddd 0px 3px 4px 4px;
    box-shadow: #ddd 0px 3px 4px 4px;
}

.hmidrow {
    height: 100%;
    display: table;
}

.midcont {
    display: table-cell;
    vertical-align: middle;
}

.tbintrbanner {
    width: 1120px;
    margin: -80px auto;
}

.tbintrbanner td {
    background-color: transparent;
    color: #ffffff;
    padding: 0;
}

.tbintrbanner h2 {
    color: #ffff00;
    font-size: 60px;
    font-family: å¾®è½¯é›…é»‘;
}

.tbintrbanner h3 {
    color: #ffff00;
    font-size: 40px;
    font-family: å¹¼åœ†, å¾®è½¯é›…é»‘;
}

.tbintrbanner p {
    font: 200 25px å¾®è½¯é›…é»‘;
}

.addinforight p {
    width: 100%;
    text-align: right;
    font: 200 20px å¾®è½¯é›…é»‘;
}

.addinforight p span {
    font-size: 30px;
    font-weight: 400;
}

.addinforight p.redtext {
    color: #ff0000;
    font: 400 20px å¾®è½¯é›…é»‘;
}

.red2,
.red2 A {
    display: block;
    background: #C00000;
    font: 600 38px å¾®è½¯é›…é»‘, å®‹ä½“;
    height: 100%;
    line-height: 150px;
    color: #fff;
    cursor: pointer;
}

.red2 A,
.red2 A:hover,
.red2 A:focus {
    text-decoration: none;
    text-align: center;
    width: 100%;
}

.extlinks {
    margin: 40px auto;
}

.extlinks A img {
    max-width: 230px;
}

#marquee ul li,
.marquee li {
    line-height: 24px;

}

footer {
    background: #292929;
}

#footerrow {

    color: #818181;
}

#footerrow A {
    color: #818181;
    font-size: 13px;
    line-height: 20px;
}

#footerrow div {
    min-height: 80px;
    line-height: 80px;
}

#footerrow h5 {
    font-weight: 400;
    font-size: 16px;
    padding: 30px 0 10px;
}

#footerrow hr {
    margin-top: 0px;
    margin-bottom: 50px;
    border-color: #4d4d4d;
}

#footerrow h5 A {
    padding: 0 5px;
}

footer hr.bottom {
    margin: 0;
    margin-top: 100px;
    border-color: #4d4d4d;
}

p.copyright-text {
    margin-bottom: 0;
    padding-left: 80px;
    width: 100%;
    height: 50px;
    max-width: 1000px;
    color: #999999;
    font: 400 12px "å®‹ä½“";
    line-height: 50px;

}

.Fleft {
    float: left;
}

.Fleft h5 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 40px;
}

footer .col-1 {
    width: 320px;
}

footer .col-2 {
    width: 130px;
    margin: 0 50px;
}

footer .col-1 A {
    display: block;
    float: left;
    padding: 5px 10px;
    background: #000;
    margin: 5px;
    font: 200 12px å¾®è½¯é›…é»‘;
    color: #acacac;
    min-width: 64px;
    text-align: center;
}

footer .col-2 A {
    padding: 5px 0;
    display: block;
    color: #acacac;
    font: 200 16px å¾®è½¯é›…é»‘;
}

footer .col-3 div {
    margin-top: 5px;
    font-size: 14px;
    color: #dddddd;
}

footer .col-3 .redfont {
    /* color:#990000; */
    color: white;
}
footer .col-3 .redfont img{
    padding-right: 20px;
}
footer h4 {
    color: #fff;
}

footer .col-4 div {
    color: #acacac;
    font-size: 14px;
    width: 110px;
    text-align: center;
    padding: 10px 0;
}

.Fright {
    float: right;
}

footer ul {
    height: 150px;
}

footer li {
    color: #b2b2b2;
    padding: 5px 0;
}

a.redbtn {
    display: block;
    background: #C00000;
    color: #fff;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

footer .col-md-4 .col-xs-4 {
    height: 250px;
}

/*******é¦–é¡µSlideåˆ‡æ¢********/

/* slider
----------------------*/
.col-xs-6 .slide-wrap {
    padding-bottom: 30px;
    width: 100%;
    height: 400px;
    background: url(/img/firstpage/psbgimg.png) no-repeat;
}

.col-xs-6 .slide-mask {
    position: relative;
    overflow: hidden;
    height: 400px;
    width: 100%;
    text-align: center;
}

.col-xs-6 .slide-group {
    position: absolute;
    top: 0px;
    left: 0;
    word-wrap: break-word;
    word-break: normal;
    line-height: 26px;
    padding: 20px;
}

.col-xs-6 .slide {
    height: 400px;
    font-size: 14px;
    color: #333;
    text-align: center;
    text-transform: uppercase;
    word-wrap: break-word;
    word-break: normal;
}

/* nav
----------------------*/
.col-xs-6 .slide-nav {
    text-align: center;
}

.col-xs-6 .slide-nav ul {
    margin: 20px 0;
    padding: 0;
}

.col-xs-6 .slide-nav li.bullet {
    display: inline-block;
    width: 108px;
    height: 30px;
    line-height: 30px;
    background: #4d4d4d;
    cursor: pointer;
    color: #fff;
}

.col-xs-6 .slide-nav li.bullet a {
    padding: 20px;
    display: block;
    width: 90%;
    margin: 0 auto;
}

.col-xs-6 .slide-nav li.current {
    background: #d40202;
}

.col-xs-6 .slide p {
    text-indent: 40px;
    font: 400 16px "å®‹ä½“";
    margin: 20px auto;
    text-align: left;
}

/*******End é¦–é¡µSlideåˆ‡æ¢********/
.rFloat {
    background: url(/img/rImg.png) no-repeat center;
    width: 106px;
    height: 350px;
    padding-top: 160px;
    text-align: center;
    position: fixed;
    top: 150px;
    right: 200px;

    z-index: 9999;
}

.rFloat li {
    font-size: 12px;
    line-height: 26px;
}

.companyBox {
    text-align: center
}

.ComTitle {
    border-bottom: 2px solid #d40202;
    width: 1200px;
    margin: 30px auto;
    text-align: center;
}

.ComTitle ul {
    width: 500px;
    margin: 0 auto;
}

.ComTitle li {
    float: left;
    line-height: 50px;
    text-align: center;
    padding: 0 0px;
}

.ComTitle li a {
    display: block;
    font-size: 18px;
    padding: 0 10px;
}

.ComTitle .off {
    color: #fff;
    background: #d40202;
}

.ComBody4 {
    padding: 30px;
    width: 1200px;
    margin: 30px auto;
}

.company-top,
.picTeam {
    width: 1200px;
    margin: 30px auto;
}

.title-com {
    font-size: 38px;
    color: #292929;
    font-weight: bold;
}

.titletext {
    font-size: 18px;
    margin: 15px 0px;
}

.textBox {
    margin: 30px 0;
    text-align: center;
}

.redcolor {
    width: 80px;
    height: 4px;
    background: #d40202;
    display: block;
    margin: 0px auto;
}

/*å…¬å¸ç®€ä»‹*/
.companytxt {
    background: url(/img/about/hbg-company.jpg) no-repeat;
    width: 560px;
    height: 439px;
    padding: 110px 50px 50px 50px;
    text-align: left;
    line-height: 26px;
    float: left;
}

.video {
    margin-top: 5px;
    float: right;
    background: #fff;
    padding: 8px;
    box-shadow: -3px 0 3px #f5f5f5,
        /*å·¦è¾¹é˜´å½±*/
        10px 0 10px #f5f5f5,
        /*å³è¾¹é˜´å½±*/
        0 -3px 3px #f5f5f5,
        /*é¡¶éƒ¨é˜´å½±*/
        0 10px 10px #f5f5f5;
    /*åº•è¾¹é˜´å½±*/
}

.aboutTeamBG {
    background: url(/img/about/aboutImg2.jpg) no-repeat center;
    height: 980px;
    text-align: center;
    padding-top: 150px;
}

.textTeam {
    width: 1000px;
    margin: 0 auto;
    color: #fff;
    margin-top: 30px;
}

.proList,
.know {
    width: 1200px;
    margin: 20px auto 80px;
}

.proList li {
    float: left;
    width: 340px;
    height: 240px;
    margin: 30px 20px;
}

.proList li p {
    margin: 10px 0;
}

.proList li img {
    padding: 5px;
    box-shadow: -3px 0 3px #f5f5f5,
        /*å·¦è¾¹é˜´å½±*/
        5px 0 5px #f5f5f5,
        /*å³è¾¹é˜´å½±*/
        0 -3px 3px #f5f5f5,
        /*é¡¶éƒ¨é˜´å½±*/
        0 5px 5px #f5f5f5;
    /*åº•è¾¹é˜´å½±*/
}

.picTeam ul {
    width: 910px;
    margin: 30px auto;
}

.picTeam li {
    background: #4d4d4d;
    float: left;
    margin: 0 10px;
    width: 160px;
    height: 35px;
    line-height: 35px;
}

.picTeam li .off {
    background: #db2821;
}

.know li {
    font-size: 18px;
    width: 130px;
    float: left;
    margin: 10px 80px;
    padding-top: 110px;
}

.know .ico {
    display: block;
    width: 130px;
    height: 110px;
    background: url(/img/about/icoImg.png) no-repeat;
}

.know .job {
    background-position: -180px -470px;
    color: #009988
}

.know .prj {
    background-position: 17px -317px;
    color: #ffbf4a
}

.know .pro {
    background-position: -210px -317px;
    color: #e5561a
}

.know .news {
    background-position: 14px -484px;
    color: #0789ba
}

.know .company {
    background-position: -159px -622px;
    color: #009988;
}

.know .brand {
    background-position: 17px -622px;
    color: #ffbf4a
}

.know .team {
    background-position: -329px -629px;
    color: #0789ba
}

.know a {
    background: #333;
    color: #fff;
    width: 120px;
    height: 30px;
    line-height: 30px;
    margin: 10px 0;
    display: block;
}

.picTeam li a {
    color: #fff;
    display: block;
}

/*è”ç³»æˆ‘ä»¬*/
.contactBox {
    width: 1040px;
    margin: 0 auto;
}

.contactBox li {
    float: left;
    width: 240px;
    margin: 15px 50px;
    font-size: 18px;
    line-height: 21px;
}

.contactBox .ico {
    display: block;
    width: 111px;
    height: 111px;
    margin: 10px auto;
    background: url(/img/about/icoImg.png) no-repeat;
}

.Icocont2 {
    display: block;
    width: 60px;
    height: 60px;
    margin-left: 20px;
    margin-top: 20px;
    float: left;
    background: url(/img/about/icoImg2.png) no-repeat;
}

.Icocont2.number {
    background-position: 0px 0px
}

.Icocont2.email {
    background-position: -64px 0px
}

.Icocont2.add {
    background-position: -67px -63px
}

.Icocont2.weibo {
    background-position: -199px 0px
}

.Icocont2.qqhm {
    background-position: 0px -63px
}

.Icocont2.wechat {
    background-position: -126px 0px
}

#myModal {
    margin-top: 130px;
}

#ireaded,
input[checkbox] {
    width: unset;
}

.close.myclose {
    width: 30px;
    height: 30px;
    border: 2px solid #999;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: #F66C25;
    opacity: unset;
    margin: -30px -30px;
    background: #fff;
}

ol.noticecon li {
    font: 500 22px å¾®è½¯é›…é»‘;
    margin: 10px 0;
}

.blocklinks {
    min-height: 400px;
    text-align: left;
}

.blocklinks A,
.blocklinks span {
    display: block;
    font: 500 22px å¾®è½¯é›…é»‘;

}

.alink:after {
    font: normal normal normal 22px/1 FontAwesome;
    content: "\f0c1";
    margin-right: 10px;
}

.filelink:after {
    font: normal normal normal 22px/1 FontAwesome;
    content: "\f1c2";
    margin-right: 10px;
}

.modal-footer A.btn_read {
    margin: 2px auto;
    font: 500 25px å¾®è½¯é›…é»‘;
    line-height: 52px;
    display: block;
    width: 218px;
    height: 52px;
    color: #F66C25;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.5);
    /*IE6,IE7è¯­æ³•*/
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='gray');
    /*IE8è¯­æ³•,å¯æ¶çš„IEï¼Œä¸åŒçš„ç‰ˆæœ¬è¿˜è¦å†™çš„ä¸ä¸€æ&nbsp;·*/
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='gray')";
}

.row.contact {
    margin-top: 20px;
}

.contact p {
    margin: 0;
    line-height: normal;
    font: 500 15px å¾®è½¯é›…é»‘;
}

.contact .col-xs-4 {
    padding-right: 0;
}

.contact .col-xs-4 div {
    margin-left: 120px;
    text-align: left;
}

.contact h3 {
    color: #ff8417;
    font-size: 20px;
}

.contact ul {
    text-align: left;
    max-width: 280px;
    font: 500 15px å¾®è½¯é›…é»‘;

}

.contact ul li {
    line-height: 22px;
    list-style: disc;
}

.rightbdr {
    border-right: 2px dotted #000;
}

.post {
    background: #f0f0f0;
    border-spacing: 1px;
    border-collapse: separate;
}

.post thead tr td {
    background: #f0f0f0;
}

.post tr td {
    text-align: center;
    background: #fff;

}

.PicTxt p {
    color: #999;
    font-size: 14px;
}

.PicTxt .titleTxt {
    font-size: 18px;
}

.TitleRow .titleT {
    font-size: 30px;
    font-weight: bold;
    color: #c00000
}

.caption a {
    font-size: 18px;
    color: #4c4c4c;
    font-weight: bold
}

.ShortRow .hgzcm {
    color: #d40202;
    font-size: 48px;
    font-weight: bold;
}

.ShortRow H2 {
    color: #333;
}

.Business .ShortRow H1 {
    color: #fff;
    font-weight: bold;
}

.curnavbar img {
    margin-top: 20px;
}

.ImgBg h1 {
    font-weight: bold;
}

ul.TxtList li {
    text-align: left;
    font: 400 15px å®‹ä½“;
    line-height: 20px;
    margin: 5px 0;
}

ul.TxtList li h2 {
    font: 600 20px å¾®è½¯é›…é»‘, å®‹ä½“;
    color: #d40202;
}

.lefttxt,
.benefits,
.benefits ul li,
.content .mapbg {
    text-align: left;
    line-height: 20px;
    text-indent: 20px;
}

.benefits {
    margin-top: 100px;
    height: 400px;
    background: url(/img/recruiting/benefits.png) no-repeat;
}

.benefits ul li {
    margin-left: 40px;
    font: 400 16px å¾®è½¯é›…é»‘, å®‹ä½“;
    padding: 10px 0;
    width: 400px;
}



.process {
    width: 150px;
    float: left;
}

.redborder {
    width: 145px;
    height: 130px;
    border: 4px solid #f9261d;

}

.redborder .icon {
    width: 62px;
    height: 58px;
    margin: 15px auto;
    background: url(/img/services/hgz-ico.png) no-repeat;
}

.redborder .procimg2 {
    background-position: -65px 0px
}

.redborder .procimg3 {
    background-position: -135px 0px
}

.redborder .procimg4 {
    background-position: -0px -67px
}

.redborder .procimg5 {
    background-position: -65px -67px
}

.redborder .procimg7 {
    background-position: -135px -65px
}

.redborder .procimg6 {
    background-position: -0px -135px
}

.process .right {
    float: none;
    height: 50px;
    width: 150px;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.process .donwArrow {
    height: 60px;
    margin: 0px auto;
}

.col-xs-6 .Horizontal {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.triangle {
    width: 50px;
    height: 130px;
    float: left;
    background: url(/img/services/triangle.png) no-repeat;

    background-position: center;
}

.contactimg {
    background: url(/img/services/phoneimg.png) no-repeat;
    height: 150px;
}

.contactimg A.redbutton {
    display: block;
    background: #E41F16;
    color: #fff;
    font: 500 25px é»‘ä½“, å¾®è½¯é›…é»‘;
    width: 240px;
    padding: 4px 0;
    margin-left: 60px;
}

.phonerow {
    color: #000;
    font: 600 25px é»‘ä½“;
    width: 320px;
    margin: 10px 60px;
}

.phonerow span {
    font-size: 20px;
}

table.vsitem td {
    color: #000;
}

table.vsitem h1 {
    font-weight: 600;
    font-size: 36px;
}

table.vsitem tr.Oddrow td {
    background: #fff;
}

table.vsitem td div {
    width: 400px;
    text-align: left;
    font: 500 18px é»‘ä½“;
}

table.vsitem td.RedCol {
    padding-left: 80px;
    color: #E41F16;
}

.bsnDiv1 .tb_bsn:hover {
    background: #d40202;
    color: #fff;
}

.bsnDiv1 .tb_bsn:hover a {
    color: #fff;
}

.bsnDiv2 .tb_bsn:hover {
    background: #009988;
    color: #fff;
}

.bsnDiv2 .tb_bsn:hover a {
    color: #fff;
}

.bsnDiv3 .tb_bsn:hover {
    background: #0789ba;
    color: #fff;
}

.bsnDiv3 .tb_bsn:hover a {
    color: #fff;
}

.bsnDiv4 .tb_bsn:hover {
    background: #ffa500;
    color: #fff;
}

.bsnDiv4 .tb_bsn:hover a {
    color: #fff;
}

.tb_bsn li {
    float: left;
    padding: 5px;
    width: 50%;
    text-align: center;
}

.productshow {
    /*width: 1830px;*/
    height: 300px;
    padding: 4px 0;
    margin: 20px auto;
    position: relative;
    text-align: center;
    font-family: å¾®è½¯é›…é»‘, é»‘ä½“;

}

.productshow .scrollcontainer {
    /* width: 1830px;*/
    height: 260px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.productshow .scrollcontainer ul {
    width: 20000px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.productshow .scrollcontainer li {
    float: left;
    /* width: 162px;
    height: 130px;*/
    text-align: center;
}

.productshow .scrollcontainer li A {
    display: block;
    padding: 5px;
    border: 1px solid #eee;
    margin: 3px;
    background: #fff;
    box-shadow: -3px 1px 3px #f5f5f5, 5px 2px 5px #f5f5f5,
        /*å³è¾¹é˜´å½±*/
        1px -3px 3px #f5f5f5,
        /*é¡¶éƒ¨é˜´å½±*/
        3px 5px 5px #f5f5f5;
}

.productshow .scrollcontainer li A img {
    width: 330px;
    height: 230px;
}

.r3ditem {
    margin: 20px auto;
    width: 1020px;
    background: url(/img/services/3dbg-1.png) no-repeat;
    color: #fff;
}

.rowtitle {
    height: 105px;
}

.rowtitle h1 {
    margin: 0;
    line-height: 105px;
}

.r3ditem .col-xs-8,
.col-xs-8 h2 {
    text-align: left;
    line-height: 35px;
}

.clear,
.clare {
    clear: both;
}

.persimg1 {
    margin-top: 100px;
    background: url(/img/services/persimg1.png) no-repeat;
    height: 402px;
    color: #fff;
}

.persimg1 div h2 {
    color: #fff;
}

.persimg1 div {
    width: 50%;
    float: right;
    text-align: left;
    padding-left: 20px;
}

.persimg1 div p {
    width: 500px;
    padding: 40px;
    background: rgba(0, 0, 0, 0.5);
    background-color: rgba(255, 255, 255, 0.15);
    font-family: å¾®è½¯é›…é»‘;
}

.wdyimgs {

    background: url(/img/services/wdy-bj.jpg) no-repeat;
    height: 663px;
    width: 100%;
    overflow: hidden;
}

.ComBody1 .wdyimgs .textBox {
    margin: 50px 0;

}

.ComBody .wdyimgs .title-com {
    margin-top: 20px;
}

.aright {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(/img/services/wdy-btn-left.png) no-repeat;
    cursor: pointer;
}

.aleft {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(/img/services/wdy-btn-right.png) no-repeat;
    cursor: pointer;
}

.bannerBox {
    text-align: center;
}

.bannerBox img {
    max-width: 1920px;
    /* max-height:480px;*/
    width: 100%;
}

img.banner {
    width: 100%;
    height: auto;
}

.innercont {}

.jumbotron.bg-black {
    background: #000;
    max-width: 360px;
    padding: 20px;
    float: right;
}

.item-black {
    color: black;
}

.item-black.font-size30 {
    margin: 80px 0;
    font-weight: 600;
}

.red.title {
    margin-top: 50px;
    color: red;
    font: 500 50px å¾®è½¯é›…é»‘;
}

.bg-black.font-size36 {
    background: #000;
    color: #fff;
    width: 400px;
    text-align: center;
    padding: 10px 0;
}

.a-bounceinB {
    -webkit-animation-name: bounceinB;
    -moz-animation-name: bounceinB;
    -ms-animation-name: bounceinB;
    animation-name: bounceinB;
}

.red.title p {
    text-transform: uppercase;
    font: 200 14px Verdana;
}

.red.title p:first-letter {
    font-size: 20px;

}

/* å¼¹å…¥ */
@-webkit-keyframes bouncein {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes bouncein {
    0% {
        opacity: 0;
        -moz-transform: scale(0.3);
    }

    50% {
        opacity: 1;
        -moz-transform: scale(1.05);
    }

    70% {
        -moz-transform: scale(0.9);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@-ms-keyframes bouncein {
    0% {
        opacity: 0;
        -ms-transform: scale(0.3);
    }

    50% {
        opacity: 1;
        -ms-transform: scale(1.05);
    }

    70% {
        -ms-transform: scale(0.9);
    }

    100% {
        -ms-transform: scale(1);
    }
}

@keyframes bouncein {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }

    50% {
        opacity: 1;
        transform: scale(1.05);
    }

    70% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
    }
}

/* å¼¹å…¥-ä»Žä¸Š */
@-webkit-keyframes bounceinT {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes bounceinT {
    0% {
        opacity: 0;
        -moz-transform: translateY(-100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateY(30px);
    }

    80% {
        -moz-transform: translateY(-10px);
    }

    100% {
        -moz-transform: translateY(0);
    }
}

@-ms-keyframes bounceinT {
    0% {
        opacity: 0;
        -ms-transform: translateY(-100px);
    }

    60% {
        opacity: 1;
        -ms-transform: translateY(30px);
    }

    80% {
        -ms-transform: translateY(-10px);
    }

    100% {
        -ms-transform: translateY(0);
    }
}

@keyframes bounceinT {
    0% {
        opacity: 0;
        transform: translateY(-100px);
    }

    60% {
        opacity: 1;
        transform: translateY(30px);
    }

    80% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

/* å¼¹å…¥-ä»Žå³ */
@-webkit-keyframes bounceinR {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
    }

    80% {
        -webkit-transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes bounceinR {
    0% {
        opacity: 0;
        -moz-transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(-30px);
    }

    80% {
        -moz-transform: translateX(10px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}

@-ms-keyframes bounceinR {
    0% {
        opacity: 0;
        -ms-transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -ms-transform: translateX(-30px);
    }

    80% {
        -ms-transform: translateX(10px);
    }

    100% {
        -ms-transform: translateX(0);
    }
}

@keyframes bounceinR {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }

    60% {
        opacity: 1;
        transform: translateX(-30px);
    }

    80% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0);
    }
}

/* å¼¹å…¥-ä»Žä¸‹ */
@-webkit-keyframes bounceinB {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
    }

    80% {
        -webkit-transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes bounceinB {
    0% {
        opacity: 0;
        -moz-transform: translateY(100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateY(-30px);
    }

    80% {
        -moz-transform: translateY(10px);
    }

    100% {
        -moz-transform: translateY(0);
    }
}

@-ms-keyframes bounceinB {
    0% {
        opacity: 0;
        -ms-transform: translateY(100px);
    }

    60% {
        opacity: 1;
        -ms-transform: translateY(-30px);
    }

    80% {
        -ms-transform: translateY(10px);
    }

    100% {
        -ms-transform: translateY(0);
    }
}

@keyframes bounceinB {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }

    60% {
        opacity: 1;
        transform: translateY(-30px);
    }

    80% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.center {
    text-align: center;
}

.font-size14 {
    font-size: 14px;
}

.textundline {

    text-underline-position: under;
    text-decoration: underline;
    line-height: 50px;
}

.offercontainer label {
    display: block;
    margin-top: 10px;
}

.red {
    color: red;
}

.offercontainer input {
    height: 28px;
    color: black;
}

.offercontainer select {
    color: black;
    min-width: 130px;
    padding: 5px;
}

table.tbsvrplate {
    border: 0;
    border-collapse: collapse;
    background: #000;
    margin-top: 100px;
}

table.tbsvrplate td {
    background: #000;
    padding: 0;
    margin: 0;
    vertical-align: middle;
}

table.tbsvrplate td.redbg {
    background: #F8261C;
    padding: 0 30px;
    color: #fff;
    font: 300 30px å¾®è½¯é›…é»‘, é»‘ä½“;
}

a:hover,
a:focus {

    text-decoration: none;
}

table.tbsvrplate td A {
    color: #fff;
    font: 500 30px é»‘ä½“;
    display: block;
    width: 100%;
    padding: 20px 30px;

}

.offercontainer .form-control-feedback {
    right: 10px;
}

.offercontainer .help-block {
    color: #fb6a77;
}

/*ä¾§è¾¹æ&nbsp;*/
.cb {
    width: 30px;
    background: #4d4d4d;
    height: 100%;
    position: absolute;
    right: 0;
    z-index: 100;
    top: 0px;
}

.cb-pro {
    font-size: 16px;
    height: 90px;
    padding-top: 5px;
    background: #d40202;
    text-align: center;
    color: #fff;
    top: 20%;
    line-height: 20px;
    font-family: "Arial Black", Gadget, sans-serif;
    position: fixed;
    cursor: pointer;
}

/*.cb-close{ color:#000; position:absolute; width:25px; height:25px; line-height:20px; font-size:18px; border-radius:50%; border:1px solid #000; top:0; right:-30px;}
.rFloat{ display:none;}*/

.cbIcon {
    position: fixed;
    top: 50%;
    color: #fff;
}

.scIcon {
    position: fixed;
    top: 51%;
    color: #fff;
}


.cbIcon .weixin {
    cursor: pointer;
    background: url(/img/weixinImg.png) no-repeat center;
    background-position: 5px 0px;
    width: 40px;
    height: 30px;
    display: block;
}

.cbIcon .weixin:hover {
    background: url(/img/weixinImg.png) no-repeat #d40202 center;
    background-position: 5px 0px;
}

.scIcon .sc {
    cursor: pointer;
    background: url(/img/aixin.png) no-repeat;
    width: 40px;
    background-position: 0px 3px;
    height: 30px;
    display: block;
    margin-top: 30px;
}

.scIcon .sc:hover {
    background: url(/img/aixin.png) no-repeat #d40202;
    background-position: 0px 3px;
}

.cbIcon .curr {
    display: none;
    background: #d40202;
    width: 100px;
    z-index: 100;
    padding: 10px;
    text-align: center;
}

.scIcon .current {
    height: 30px;
    display: none;
    width: 100px;
    text-align: center;
    z-index: 100;
    background: #d40202;
    line-height: 30px;
}

.cbnav {
    display: none;
    background: #c61500;
    padding: 20px 0;
    width: 100px;
}

.cbnav a {
    font-size: 12px;
    color: #fff;
    display: block;
    height: 30px;
    line-height: 30px;
}

.cbnav li {}

.cbnav li:hover {
    background: #b31200;
    display: block;
}

.curtab {
    background: #c71400;
}

.curtab A {
    color: #fff;
}

.content .leftpanel {
    width: 20%;
    float: left;
}

.content .rightpanel {
    width: 77%;
    float: right;
    padding: 0 20px;
}

.docitem,
.hdwords,
.Testimonial {
    border: 1px solid #ccc;
    margin-bottom: 20px;
    padding: 20px;
}

.hdwords h3,
.Testimonial h3 {
    color: #c71400;
    font-size: 20px;
    margin: 0;
}

.hdwords hr,
.Testimonial hr {
    margin: 10px 0;
}

.advert img {
    width: 100%;
}

/* flexslider */
.flexslider {
    margin: 10px 0;
    position: relative;
    overflow: hidden;
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.flexslider .slides {
    zoom: 1;
}

.flex-direction-nav a {
    width: 60px;
    height: 90px;
    line-height: 99em;
    overflow: hidden;
    margin: -60px 0 0;
    display: block;
    background: url(/img/inform/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
    background-position: 0 -90px;
    right: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flexslider .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

/*.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover{opacity:1;filter:alpha(opacity=50);}
*/
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    background: url(/img/inform/dot.png) no-repeat 0 -16px;
    display: none;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}

.flex-control-paging li a.flex-active {
    background-position: 0 0;
}




#topbanner .flex-control-paging li a {
    background: url(/img/inform/dot.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}

#topbanner .flex-control-paging li a.flex-active {
    background-position: 0 0;
}

.imgslider .flexslider {
    width: 1200px;
    height: 580px;
}

.imgslider .flexslider .flex-next,
.imgslider .flexslider .flex-prev {
    display: none;
}

.imgslider .flex-control-paging li a {
    display: block;
}

section .answtitle {
    color: #fff;
    font: 600 58px å¾®è½¯é›…é»‘;
    margin-bottom: 50px;
    margin-top: 50px;
    margin-left: 100px;
    text-align: left;
}

span.voption {
    color: #fe9e21;
    font: 600 22px å¾®è½¯é›…é»‘;
}

.Estimate {
    color: #fff;
    font: 500 30px å¾®è½¯é›…é»‘;
    margin: 20px auto;
    margin-bottom: 60px;
}

.form-group {
    margin-bottom: 5px;
}

.Estimate span span.red {
    border-left: none;

}

.Estimate span {
    background: #fff;
    border: 1px solid #999;
    color: #fe9e21;
    padding: 2px;
}

div.redbg {
    background: #d40202;
    width: 250px;
    height: 200px;
}

div.redbg a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    padding-top: 40px;
}

div.bottomtriangle {
    width: 100%;
    height: 20px;
    margin: 0;
    background: url(/img/inform/triangle.png) no-repeat;
}

div.nopading,
div.nopading img {
    padding: 0;
    max-width: 270px;
    min-height: 176px;
}

#ttm img {
    width: 100%;
}

.hdwords A {
    display: block;
    float: left;
    border: 1px solid #ccc;
    padding: 10px;
}

.leftcontent {
    max-width: 910px;
    float: left;
}

.rightcontent {
    max-width: 250px;
    float: right;
}

.doccont {
    padding-top: 40px;

}

.advert {
    margin-bottom: 20px;
}

.rowitem A {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 200px;
}

.pagerow {
    margin: 20px 0;
}

.leftcontent h1,
.leftcontent h6 {
    text-align: center;
}

span.sharetxt {
    display: inline-block;
    float: left;
}

.Marketingico {
    background: url(/img/services/icon.png) no-repeat;
    height: 100px;
    width: 100px;
    margin: 0 auto;
}

.icol1t1 {
    background-position: 15px 10px;
    background-color: #3BB3F0;
}

.icol1t2 {
    background-position: -90px 15px;
    background-color: #E7507B;
}

.icol1t3 {
    background-position: -200px 10px;
    background-color: #3BB3F0;
}

.icol1t4 {
    background-position: -310px 15px;
    background-color: #00BCD5;
}

.icol2t1 {
    background-position: 18px -105px;
    background-color: #00BCD5;
}

.icol2t2 {
    background-position: -95px -105px;
    background-color: #E7507B;
}

.icol2t3 {
    background-position: -205px -105px;
    background-color: #F0A200;
}

.icol2t4 {
    background-position: -310px -100px;
    background-color: #3CC8D5;
}

.icol3t1 {
    background-position: 15px -220px;
    background-color: #ED7159;
}

.icol3t2 {
    background-position: -88px -220px;
    background-color: #56BC4E;
}

.icol3t3 {
    background-position: -185px -220px;
    background-color: #4EC6A2;
}

.txtcenter {
    text-align: center;
}

table.tbMarket {
    width: 90%;
    margin: 20px auto;
}

table.tbMarket td {
    text-align: center;
    vertical-align: middle;
}

table.tbMarket td H2 {
    color: #C00000;
    font-weight: 600;
}

table.tbMarket td .cont {
    width: 78%;
}

table.tbMarket td .HLine {
    width: 20%;
    padding-top: 36px;

}

.HLine hr {
    width: 30px;
    border: 3px solid #C00000;
}

table.tbMarket td .Left {
    float: left;
}

.ppbg {
    background: url(/img/services/ppbg-1.png) no-repeat;
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 90px;

}

.ppbg2 {
    background: url(/img/services/ppbg-2.png) no-repeat;
    max-width: 1920px;
    margin: 0 auto 100px;
    padding-top: 90px;
    padding-bottom: 130px;
}

.downContent {
    overflow: hidden;
    height: 350px;
}

.imgconte {
    position: relative;

}

.fa-caret-right:before {
    content: "\f0da";
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fontawesome-icon-list .fa-hover a .fa {
    width: 32px;
    font-size: 14px;
    display: inline-block;
    text-align: right;
    margin-right: 10px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.PriceReqs {
    width: 900px;
    margin: 0 auto;
}

.PriceReqs li {
    float: left;
    width: 300px;
    color: #fff;
    margin-bottom: 30px;
    font: 600 30px å¾®è½¯é›…é»‘;
    list-style-image: url(/img/videos/itemico.png);
}

.downContent li {
    display: inline-block;
    width: 280px;
    margin: 0 10px;
    padding: 20px;
    height: 350px;
    overflow: hidden;
}

.buttom_left {
    text-align: right;
}

.buttom_left,
.buttom_right {
    display: block;
    margin-top: 145px;
    color: #d40202;
}

.col-xs-1 .fa {
    font-size: 60px;
}

.pmimgbg {
    background: url(/img/videos/imglistbg.jpg) no-repeat;
    width: 100%;
}

ul.imgconte li {
    background: #fff;
}

.imgconte li p.mngName,
.imgconte li p.center {
    font: 400 20px å¾®è½¯é›…é»‘ï¼›
}

li p.desc {
    font: 100 16px å¾®è½¯é›…é»‘;
}

p.center .fa-phone {
    color: #d40202;
}

.centerCont,
.ppbg .centerCont,
.row.centerCont {
    width: 1134px;
    margin: 0 auto;
    text-align: center;
}

.centerCont .col-xs-4&gt;div {
    width: 300px;
    margin: 60px auto;
    background: #fff;
    position: relative;
    padding-top: 60px;
    padding-bottom: 20px;
}

.centerCont .col-xs-4&gt;div&gt;hr {
    width: 80px;
    border: 2px solid #111;
    margin: 30px auto;
}

.topImg {
    position: absolute;
    top: -50px;
    width: 100%;
}

.cldCont {
    width: 220px;
    margin: 20px auto;
    font: 500 16px å¾®è½¯é›…é»‘, é»‘ä½“;
    line-height: 25px;
}

.Fwhite {
    color: #fff;
}

em.Fwhite {
    background: #fff;
}

div.ppbgimg {
    background: url(/img/services/ppbg-3.png);
}

div.pgimg1 {
    width: 125px;
    height: 125px;
    margin: 20px auto;
}

div.pgimg2 {
    width: 110px;
    height: 120px;
    margin: 20px auto;
    background-position: -140px 0;
}

div.pgimg3 {
    width: 112px;
    height: 124px;
    margin: 20px auto;
    background-position: -290px 0;
}

.W230 {
    width: 230px;
    margin: 10px auto;
    text-align: center;
}

.W230&gt;div {
    line-height: 25px;
}

.pd60 {
    padding-top: 60px;
}

.procimg1 {
    background: url(/img/services/ppimg-9.png) no-repeat;
    height: 200px;
}

.procimg2 {
    background: url(/img/services/ppimg-11.png) no-repeat;
    height: 200px;
}

.procimg3 {
    background: url(/img/services/ppimg-12.png) no-repeat;
    height: 200px;
}

.procimg4 {
    background: url(/img/services/ppimg-10.png) no-repeat;
    height: 200px;
}

.Planproc {
    text-align: center;
}

.Planproc p {
    width: 250px;
    margin: 0 auto;
}

.Planproc .row {
    margin: 0px 0px 0px;
}

div.graybanner {
    position: relative;
    margin: 100px 0;
    height: 100px;
    background: #F2F2F2;
}

.graybanner .concatdiv {
    left: 20%;
}

.RedTxt {
    color: #C00000;
}

.imgslider {
    width: 1240px;
    margin: 0 auto;
}

.candoimg {
    background: url(/img/services/ppbg-4.png) no-repeat;
}

.tbdo {
    width: 1200px;
    text-align: center;
    margin: 0 auto;
    background: #fff;
}

.tbdo td {
    text-align: center;
    background: #fff;
}

.doimg1c1 {
    background-position: 0 0;
    width: 78px;
    height: 84px;
    margin: 22px auto;
}

.doimg1c2 {
    background-position: -93px 0px;
    width: 88px;
    height: 84px;
    margin: 22px auto;
}

.doimg1c3 {
    background-position: -190px 0px;
    width: 78px;
    height: 84px;
    margin: 22px auto;
}

.doimg1c4 {
    background-position: -288px 0px;
    width: 78px;
    height: 84px;
    margin: 22px auto;
}

.doimg1c5 {
    background-position: -390px 0px;
    width: 78px;
    height: 84px;
    margin: 22px auto;
}

.doimg2c1 {
    background-position: 0 -90px;
    width: 78px;
    height: 84px;
    margin: 22px auto;
}

.doimg2c2 {
    background-position: -93px -90px;
    width: 88px;
    height: 84px;
    margin: 22px auto;
}

.doimg2c3 {
    background-position: -190px -90px;
    width: 78px;
    height: 84px;
    margin: 22px auto;
}

.doimg2c4 {
    background-position: -288px -90px;
    width: 78px;
    height: 84px;
    margin: 22px auto;
}

.doimg2c5 {
    background-position: -390px -90px;
    width: 78px;
    height: 84px;
    margin: 22px auto;
}

div.randb {
    font: 400 20px é»‘ä½“;
    margin-bottom: 10px;
    padding: 10px 20px;
    box-shadow: 0px 0 0px #f5f5f5,
        /*å·¦è¾¹é˜´å½±*/
        5px 0 5px #f5f5f5,
        /*å³è¾¹é˜´å½±*/
        0 0px 0px #f5f5f5,
        /*é¡¶éƒ¨é˜´å½±*/
        0 5px 5px #f5f5f5;
    /*åº•è¾¹é˜´å½±*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

div.advantage {
    background: url(/img/services/ppbg-5.png) no-repeat;
}

.advimg1 {
    width: 90px;
    height: 90px;
    margin: 20px auto;
}

div.advimg2 {
    background-position: -90px 0px;
    width: 90px;
    height: 90px;
    margin: 20px auto;
}

div.advimg3 {
    background-position: -190px 0px;
    width: 90px;
    height: 90px;
    margin: 20px auto;
}

div.advimg4 {
    background-position: -280px 0px;
    width: 90px;
    height: 90px;
    margin: 20px auto;
}

div.advimg5 {
    background-position: -380px 0px;
    width: 90px;
    height: 90px;
    margin: 20px auto;
}

div.advimg6 {
    background-position: -280px 0px;
    width: 90px;
    height: 90px;
    margin: 20px auto;
}

div.advimg7 {
    background-position: -380px 0px;
    width: 90px;
    height: 90px;
    margin: 20px auto;
}

.tbadv td {
    background: #fff;
    text-align: center;
}

.tbadv td h5 {
    width: 120px;
    line-height: 24px;
}

.doccont {
    font-size: 14px;
}

.doccont P {
    text-indent: 28px;
}

.ComBody1 .persimg1 .white,
.ComBody1 .white,
.white {
    color: #f5f5f5;
}

.ComBody1 .textBox {
    margin: 90px 0;
}

.ComBody .title-com {
    font-size: 34px;
    margin-top: 80px;
    color: #292929;
    font-family: å¾®è½¯é›…é»‘;
    padding-left: 34px;
}

.process h2 {
    font-size: 24px;
    color: #292929;
    font-weight: 600;
    margin-top: -5px;
}

.video-tit {
    color: red;
    font-size: 39px;
    font-weight: bold;
    text-align: left;
}

.video-table1 td {
    background: #fff;
    font-size: 18px;
    color: #292929;
}

.phonenumber {
    text-align: left;
    font-size: 24px;
}

.server-people {
    text-align: left;
    background: #F00;
    padding: 5px 35px;
    color: #fff;
    font-size: 14px;
    display: block;
    width: 200px;
    margin-bottom: 10px;
}

.fontTxt&gt;div {
    font-size: 18px;
    text-align: left;
}

.vsitem h1 {
    text-align: left;
    font-size: 28px;
}

.vsitem&gt;div {
    font-size: 24px;
}

.row&gt;content h2 {
    text-align: left;
    font-size: 24px;
    font-weight: bold;
}

.row&gt;content h2&gt;div {
    font-size: 18px;
}

.docitem h1 {
    font-size: 24px;
}

.ComBody1 p {
    font-size: 12px;
    font-family: å¾®è½¯é›…é»‘;
}

.cb-title {
    font-style: normal;
}

.3Dtit {
    font-size: 20px;
}

.3Dcont {
    margin-bottom: 90px;
}

.companyXC {
    text-align: left;
}

.comTxt {
    font-size: 24px;
    font-weight: bold;
    text-align: left;
}

.comBox {
    color: #999;
    font-size: 14px;
    text-align: left;
    padding: 0 5px;
}

.comImg {
    margin: 70px 0;
}

.r3ditem .col-xs-8,
.r3ditem .col-xs-8 h2 {
    font-size: 20px;
}

#ttm h2 {
    font-size: 24px;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#ttm li {
    font-size: 18px;
}

.rightdescribe h1 {
    font-size: 24px;
    font-weight: bold;
}

.table.vsitem tr.Oddrow td {
    text-align: left;
}

.RedCol&gt;div {
    font-size: 24px;
    text-align: left;
}

.vsitem {
    text-align: left;
}

.fontTxt {
    font-size: 18px;
}

.triangle {
    margin: 0 30px
}

.RedCol img {
    text-align: left;
}

.vsitem tr {
    padding-left: 40px;
    text-align: left;
}

.vsitem td {
    text-align: left;
}

.docrow p {
    color: #999;
    height: 25px;
    font: 200 14px é»‘ä½“;
}

div.ImgList {
    max-width: 1920px;
    overflow: hidden;
    margin: 60px auto;
}

div.ImgList .redbg {
    width: 100%;
    height: 290px;
    color: #fff;
    text-align: center;
    padding-top: 110px;
}

div.ImgList .col-xs-6,div.ImgList .col-xs-3 {
    padding: 0px;

    position: relative;
}

div.ImgList .col-xs-6 img,div.ImgList .col-xs-3 img {
    width: 100%;
    height: 100%;
}

div.imgmasktxt {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    text-align: center;
    color: #fff;
    font-size: 72px;
    filter: Alpha(opacity=30);
    margin: 10px;
    -moz-opacity: 0.3;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

div.imgmasktxt h1 {
    display: none;
    font-weight: 100;
    margin: 0;
    font-size: 72px;
    /* position: relative; */
}

table.tbrow {
    margin-top: 80px;
}

table.tbrow tr td {
    background: #fff;
    vertical-align: middle;
    padding: 30px 0;
}

table.tbrow tr {
    border-top: 1px solid #ccc;
    padding: 30px 0;
}

table.tbrow tr&gt;td:first-child {
    text-align: center;
}

table.tbrow tr td h3 {
    color: #c71400;
    font-size: 20px;
}

footer ul li a:link,
footer ul li a:visited {
    color: #b2b2b2;
}

footer ul li a:active {
    color: #fff;
}

.process A {
    font: 500 20px Arial, "é»‘ä½“";
    color: #414446;
}

.textBox h4&gt;a {
    font-size: 16px;
    font-weight: bold;
}

.companyNew {
    border-bottom: 1px dashed #ddd;
    padding: 10px 20px 20px 20px;
}

.companyNewTit {
    display: block;
    font-size: 16px;
    height: 19px;
    overflow: hidden;
}

.date {
    float: left;
    width: 70px;
    margin-top: -10px;
}

.date b {
    font-size: 54px;
    font-weight: bold;
    display: block;
}

.date i {
    font-style: normal;
    font-size: 16px;
    margin-top: -8px;
    display: block;
}

.comBody {
    float: right;
    width: 85%;
    margin-top: -20px;
}

.ico-qyp {
    background: url(/img/services/ppbg-6.png) no-repeat;
}

.qyp1 {
    background-position: 0 0;
    width: 106px;
    height: 106px;
    margin: 2px auto;
}

.qyp2 {
    background-position: -226px 0;
    width: 106px;
    height: 106px;
    margin: 2px auto;
}

.qyp3 {
    background-position: -333px 0;
    width: 106px;
    height: 106px;
    margin: 2px auto;
}

.qyp4 {
    background-position: -110px 0;
    width: 106px;
    height: 106px;
    margin: 2px auto;
}

.companyXC .blue {
    color: #2793EB;
    text-align: center;
    font: 600 24px å¾®è½¯é›…é»‘;
}

.companyXC .cyan {
    color: #20CFD4;
    text-align: center;
    font: 600 24px å¾®è½¯é›…é»‘;
}

.companyXC .yellow {
    color: #EA9A27;
    text-align: center;
    font: 600 24px å¾®è½¯é›…é»‘;
}

.companyXC .Lightblue {
    color: #64B6F2;
    text-align: center;
    font: 600 24px å¾®è½¯é›…é»‘;
}

.onimg {
    width: 100%;
    top: -60px;
    position: absolute;
    z-index: 2;
}

.rowitem li,
.newsnot li {
    line-height: 26px;
}

div.redbg {
    /* margin-top:20px;*/
}

.leftcontent {
    background-color: #fff;
    padding: 30px;
}

.newsBottom .row {
    margin: 0 auto;
}

.docitem,
.hdwords,
.Testimonial {
    background: #fff;
}

.conBody {
    width: 1200px;
    margin: 0 auto;
}

.newsConB {
    background: #f5f5f5;
}

.newsBottom {
    background: #Fff;
    padding: 20px 0;
    margin-top: 30px;
}

header.row,
footer.row {
    margin: 0;
}

.contbody {
    text-align: left;
    font: 400 15px/20px å®‹ä½“;
    margin: 5px 0px;
}

.col-xs-7s {
    float: left;
    width: 14.28%;
}

.col-xs-7s .Icocont {
    margin: 20px 0;
}

/*æŽ¨å¹¿*/
.mystrong h1 strong {
    font: 400 28px å¾®è½¯é›…é»‘;
    font-weight: normal;
}

.seoBanner {
    background: url(/img/seo/seoBanner.png) no-repeat center center;
    width: 100%;
    font-family: "å¾®è½¯é›…é»‘";
    padding-top: 330px;
    height: 630px;
    text-align: center;
    color: #fff;
}

.seoBanner-cs {
    background: url(/img/seo/seoBanner-cs.png) no-repeat center center;
    width: 100%;
    font-family: "å¾®è½¯é›…é»‘";
    padding-top: 330px;
    height: 630px;
    text-align: center;
    color: #fff;
}

.ljzx {
    font-size: 30px;
    color: #fff;
    line-height: 50px;
    background: #d40202;
    width: 154px;
    height: 50px;
    display: inline-block;
    text-align: center;
}

.seo-video .ljzx {
    margin-top: 50px;
    border-radius: 50px;
}

.seo-video-cs .bottomimg {
    margin-top: 78px;
}

.seoBanner h2 {
    font-size: 48px;
    margin: 20px 0;
}

.seoBanner p {
    font-size: 18px;
}

.seoBanner .bannerTit {
    font-size: 20px;
    font-weight: 500;
}

.selAddrbox {
    position: absolute;
    top: 80px;
    left: 25%;

    text-align: center;
    z-index: 100;
}

div.addritem {
    padding: 2px 5px 0 5px;
}

div.addritem:before {
    vertical-align: middle;
    display: inline-block;
    content: url(/img/iconmap.png);
    height: 23px;
}

div.addritem:after {
    color: #000;
    font-family: FontAwesome;
    content: "\f0d7";
    margin-left: 5px;
}

.addritem {
    background: #d40202;
    font: 300 16px å¾®è½¯é›…é»‘;
    cursor: pointer;
    border-radius: 15px;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#4dff0000, endColorstr=#4dff0000);
}

:root .addritem {
    filter: none;
    background-color: #d40202;
    background-color: rgba(212, 2, 2, 0.8);
}

.selAddrbox ul {
    display: none;
}

.selAddrbox ul li.addritem {
    margin: 5px 0;
    background-color: rgba(212, 2, 2, 0.6);
}

.selAddrbox:hover ul {
    display: block;
}

li.addritem a {
    color: #fff;
}

.headico {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(/img/headerico.png) no-repeat;
    position: relative;
    top: 5px;
    margin-right: 5px;
}

.icon-hm {
    background-position: 0px 0;
}

.icon-phone-alt {
    background-position: -25px 0;
}

.seoV {
    background: url(/img/seo/seobanner2.png) no-repeat center center;
    height: 757px;
    padding: 335px 0 0 0px;
}

.seoList {
    width: 1200px;
    margin: 0 auto;
}

.seoList li {
    float: left;
    width: 11.1%;
    margin: 0 6px;
}

.seoV .Vicon {
    width: 100%;
    height: 130px;
    display: inline-block;
    background-size: 100%;
    border-radius: 50%;
    background: url(/img/seo/iconSEO.png) no-repeat center center;
}

.seoV p {
    color: #fff;
    text-align: center;
    margin-top: 38px;
    font-size: 22px;
}

.seoList .amt {
    background-position: 0 0px;
}

.seoList .cpf {
    background-position: 0 -148px;
}

.seoList .adtm {
    background-position: -295px 0;
}

.seoList .MG {
    background-position: -444px 0;
}

.seoList .Trailer {
    background-position: -592px 0;
}

.seoList .film {
    background-position: -148px 0px;
}

.seoList .VR {
    background-position: -148px -148px;
}

.seoList .movies {
    background-position: -296px -148px;
}

.seoList .MV {
    background-position: -444px -148px;
}

.seoList a {
    display: block;
}

.seoList a:hover p {
    font-size: 26px;
    margin-top: 28px;
}

.seoList a:hover .Vicon {
    background: url(/img/seo/iconSEO.png) no-repeat center center #a91a17;
    width: 142px;
    height: 140px;
}

.seoList a:hover .amt {
    background-position: 0 0px;
}

.seoList a:hover .cpf {
    background-position: 5px -143px;
}

.seoList a:hover .adtm {
    background-position: -290px 5px;
}

.seoList a:hover .MG {
    background-position: -439px 5px;
}

.seoList a:hover .Trailer {
    background-position: -588px 5px;
}

.seoList a:hover .film {
    background-position: -145px 5px;
}

.seoList a:hover .VR {
    background-position: -145px -145px;
}

.seoList a:hover .movies {
    background-position: -296px -148px;
}

.seoList a:hover .MV {
    background-position: -439px -145px;
}

.seo-pro {
    background: #212121;
    padding: 50px 0;
}

.proTit {
    text-align: center;
    padding: 50px 0;
}

.morePro {
    display: block;
    text-align: center;
    margin: 0 auto;
    color: #666666;
    width: 140px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #666;
}

.seoProList {
    width: 1050px;
    margin: 0 auto;
    text-align: left;
}

.seoProList h2 {
    font-size: 18px;
    color: #fff;
    padding: 10px;
    line-height: 24px;
}

.seoProList em {
    float: right;
    font-size: 14px;
    color: #666;
    font-style: normal;
}

.seo-ser {
    background: #fafafa;
    padding: 30px 0;
}

.serverBox {
    width: 1200px;
    margin: 0 auto;
}

.serverBox li {
    float: left;
    width: 140px;
    text-align: center;
    font-family: "å¾®è½¯é›…é»‘";
    line-height: 26px;
}

.serverBox h2 {
    font-size: 22px;
    margin: 20px 0;
}

.serverBox p {
    color: #666;
}

.serverBox .jt {
    margin: 10px 20px;
    width: 20px;
    font-weight: bold;
}

.serverBox .Picon {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background: url(/img/seo/iconSEO2.png) no-repeat center center;
    display: block;
}

.serverBox .zx {
    background-position: 0px 0
}

.serverBox .kh {
    background-position: -90px 0
}

.serverBox .fa {
    background-position: -170px 0
}

.serverBox .ps {
    background-position: -245px 0
}

.serverBox .cp {
    background-position: -332px 0
}

.serverBox .fw {
    background-position: -408px 0
}

.phoneSEO {
    font-size: 48PX;
    color: #d40202;
    text-align: center;
    margin-top: 80px;
}

.phoneSER {
    font-size: 18PX;
    color: #d40202;
    text-align: center;
}

.seo-video {
    background: #EBEBEB;
    text-align: center;
    padding-top: 250px;
    height: 688px;
}

.seo-video p,
.seo-video-cs p {
    font-size: 20px;
    margin-bottom: 50px;
    font-weight: 600;
    display: block;
}

.seo-video-cs {
    background: #ebebeb;
    text-align: center;
    padding-top: 118px;
    height: 686px;
}

.findMe {
    font: 300 40px å¾®è½¯é›…é»‘;
}

.findMe span.strongFt {
    font-weight: 500;
    font-size: 55px;
    font-family: LiSu, 'Microsoft YaHei', 'Microsoft Yi Baiti';
}

.actkeys {
    font: 200 15px å¾®è½¯é›…é»‘;
    margin: 30px auto;
}

.seo-ys {
    background: #fafafa;
    text-align: center;
    padding: 100px 0;
}

.seo-cx {
    background: #ebebeb;
    text-align: center;
    padding: 100px 0;
}

.seo-hx {
    width: 1020px;
    margin: 0 auto;
    background: url(/img/seo/cxBG.png) no-repeat 45% -25px;
}

.seo-hx li {
    width: 480px;
    float: left;
    margin: 50px 0px 0 20px;
    line-height: 26px;
}

.seo-hx .r-hx {
    float: left;
    width: 325px;
    text-align: right;
}

.seo-hx .r-txt {
    float: right;
}

.seo-hx .r-hx&gt;h2 {
    font-size: 24px;
    color: #d40202;
}

.seo-hx .l-hx {
    float: right;
    width: 325px;
    text-align: left;
    margin-top: 10px;
    color: #999;
}

.seo-hx .l-hx&gt;h2 {
    font-size: 24px;
    color: #333;
}

.seo-hx .l-txt {
    float: left;
}

.seo-hx .Xicon {
    width: 130px;
    height: 114px;
    display: block;
    background: url(/img/seo/iconSEO3.png) no-repeat;
}

.seo-hx .fw {
    background-position: 0px 0px;
}

.seo-hx .dz {
    background-position: 0px -154px;
}

.seo-hx .nd {
    background-position: 0px -313px;
}

.seo-hx .fw2 {
    background-position: -148px 0px;
}

.seo-hx .zh {
    background-position: -148px -154px;
}

.seo-hx .bcb {
    background-position: -148px -313px;
}


.seo-six {
    text-align: center;
    padding: 100px 0;
    background: #fafafa;
}

.seo-hxfw {
    width: 820px;
    margin: 0 auto;
}

.seo-hxfw li {
    float: left;
    text-align: left;
    margin: 0 10px;
    line-height: 26px;
    margin-top: 20px;
    min-height: 120px;
}

.seo-hxfw .Wicon {
    margin-top: 25px;
    background: url(/img/seo/iconSEO4.png) no-repeat;
    width: 75px;
    height: 75px;
    display: block;
    float: left;
    margin-right: 20px;
}

.seo-hxfw span {
    float: right;
    width: 285px;
    display: block;
    font-size: 12px;
    color: #999;
}

.seo-hxfw h2 {
    font-size: 18px;
    color: #333;
}

.seo-hxfw .wcion0 {
    background-position: 0px 0px;
}

.seo-hxfw .wcion1 {
    background-position: -90px 0px;
}

.seo-hxfw .wcion2 {
    background-position: 0px -149px;
}

.seo-hxfw .wcion3 {
    background-position: -90px -149px;
}

.seo-hxfw .wcion4 {
    background-position: -0px -300px;
}

.seo-hxfw .wcion5 {
    background-position: -90px -299px;
}

.seo-keh {
    padding: 50px 0;
    background: #ebebeb;
    text-align: left;
}

.seo-team {
    padding: 100px 0;
    background: #fafafa;
    text-align: center;
}

ul.seoList {
    width: 1300px;
    margin: 0 auto;
}

a.ljzx:link,
a.ljzx:visited,
a.ljzx:active {
    color: #fff;
}

.rightlinks {
    padding-left: 40px;
}

.videoList li {
    font-size: 16px;
    line-height: 30px;
    float: left;
    margin: 15px 12px;
    min-height: 212px;
}

.videoList li a {
    color: #666;
    display: block;
    width: 100%;
}

.videoInfoL {
    background: #fff;
    width: 65%;
    float: left;
    text-align: left;
    line-height: 28px;
}

.viedobanner {
    width: 100%;
    height: 480px;
    background: url(/img/videos/video-banner.png) no-repeat;
    background-size: 100% 100%;
}

.videoList a p {
    font-family: "å¾®è½¯é›…é»‘";
    max-width: 250px;
    font-size: 13px;
}

.dotxt {
    font-size: 14px;
    margin: 30px 0;
}

.videoInfoL h2 {
    margin: 0;
}

.videoList img {
    max-height: 160px;
    max-width: 250px;
    text-align: center;
}

.Title {
    text-align: center;
    margin: 0 0 50px 0;
}

.breadcrumb {
    margin-bottom: 0;
}

.top1 {
    background: #fafafa;
    padding: 100px 0;
}

.ysList li {
    line-height: 26px;
    margin: 0 4%;
}

.ysList li img,
.amList li img {
    max-width: 220px;
    height: 220px;
    margin-left: 10px;
}

.ysList .sdtit,
.amList .sdtit {
    font-size: 24px;
    text-align: center;
    margin: 10px 0;
}

.ysList span,
.amList span {
    color: #666;
}

.row.center-align .col-xs-4 {
    text-align: center;
    padding-top: 25px;
}

.row.center-align .col-xs-4 div {
    margin-top: 28px;
    font: 400 30px å¾®è½¯é›…é»‘;
}

.row.center-align .col-xs-4.center {
    padding-top: 0px;
}

.row.center-align .col-xs-4.center div {
    margin-top: 20px;
    font: 400 32px å¾®è½¯é›…é»‘;
    color: #e00d0d;
}

.serverList li {
    background: #eee;
    margin: 20px 4%;
    text-align: center;
    padding: 30px 20px;
}

.serverList .zx {
    width: 50%;
    margin-top: 40px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: #d40202;
}

.video-zx {
    background: #ebebeb;
}

.video-zx .zx {
    margin-top: 40px;
    display: block;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: #d40202;
    width: 200px;
    margin: 0 auto;
}

.zxList li {
    margin: 60px 0;
}

.zxList p {
    color: #666;
    line-height: 20px;
}

.zxList .ser-tit {
    color: #333;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 18px;
}

.seo-keh,
.newstxt,
.seo-team {
    padding: 100px 0;
    background: #fafafa;
}

.icon-cus {
    width: 200px;
    height: 90px;
    display: block;
    margin: 0 auto;
    background: url(/img2/iconnum.jpg) no-repeat center center;
}

.icon-cus.cus1 {
    background-position: 20px 10px;
}

.icon-cus.cus2 {
    background-position: 20px -82px;
}

.icon-cus.cus3 {
    background-position: 20px -192px;
}

.cus-link-txt {
    text-align: center;
    width: 50%;
    margin: 0 auto;
    line-height: 30px;
}

.banner-cus {
    margin-top: 50px;
    width: 100%;
    text-align: center;
}

.icon-link {
    width: 20%;
    float: left;
    height: 80px;
    margin-bottom: 45px;
    display: block;
    background: url(/img2/icon-cus.jpg) no-repeat center center;
}

.icon-link.youku {
    background-position: 0 0px;
}

.icon-link.iqy {
    background-position: 0 -88px;
}

.icon-link.tx {
    background-position: 0 -174px;
}

.icon-link.mp {
    background-position: 0 -256px;
}

.icon-link.td {
    background-position: 0 -344px;
}

.icon-link.bd {
    background-position: 0 -431px;
}

.icon-link.sh {
    background-position: 0 -511px;
}

.icon-link.v1 {
    background-position: 0 -610px;
}

.icon-link.ls {
    background-position: 0 -690px;
}

.icon-link.dy {
    background-position: 0 -774px;
}

.companyNew {
    margin-top: 50px;
}

.comBody p {
    color: #666;
}

.companyNewTit {
    margin-bottom: 10px;
    font-weight: bold;
    display: block;
}

.date b {
    font-size: 54px;
    font-weight: bold;
    display: block;
    margin-top: -20px;
}

.vr-txt {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    line-height: 65px;
}

.vrList .vrobjImg {
    max-width: 314px;
    max-height: 186px;
}

.vrList .vrListBG {
    display: block;
    color: #fff;
    text-align: center;
    padding: 20px;
    line-height: 56px;
    background: url(/img2/orjBG.jpg) no-repeat bottom center #464745;
}

.vrList li {
    width: 27.6%;
    float: left;
    margin: 30px;
}

.amList li {
    line-height: 26px;
    margin: 0 0%;
    width: 25%;
}

.Banner {
    text-align: center;
    width: 100%;
}

.morePro {
    display: block;
    text-align: center;
    margin: 30px auto;
    color: #666666;
    width: 140px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #666;
}

.seo-pro {
    background: #212121;
    padding: 50px 0;
}

.proTit {
    text-align: center;
    padding: 50px 0;
}

.seoProList {
    width: 1050px;
    margin: 0 auto;
    text-align: left;
}

.seoProList li {
    margin: 0.5%;
    background: #333333;
    height: 300px;
    width: 31.5%;
    float: left;
    padding: 15px;
}

.seoProList img {
    width: 300px;
    height: 195px;
}

.seoProList h2 {
    font-size: 18px;
    color: #fff;
    padding: 10px;
    line-height: 24px;
}

.seoProList em {
    float: right;
    font-size: 1.0rem;
    color: #666;
    font-style: normal;
}

.Recommend .seoProList li {
    background: #FFF;
    position: relative;
}

.Recommend .seoProList h2 {
    color: #000;
    margin: 0;
}

.Recommend .extend {
    position: absolute;
    left: 15px;
    top: 10px;
    width: 310px;
    height: 195px;
    background: url(/img/tuijian.png) no-repeat;

}

.nav-menu {
    height: 100px;
    /* z-index:9999;  */
    background: #fff;
    margin: 0 auto;
    width: 1200px;
}

.nav-menu.fixed {
    margin: 0 auto;
    width: 1200px;
    position: fixed;
    top: 0;
    z-index: 9999
}

.newfix {
    height: 287px;
    z-index: 9999;
    background: #fff;
    width: 250px
}

.newfix.fixed {
    position: fixed;
    top: 0;
    z-index: 9999
}


/*ä¾§è¾¹æ&nbsp;*/
.izl-rmenu {
    display: none;
    position: fixed;
    /* right: 0; */
    left: 0;
    left: auto !important;
    margin-right: 20px;
    bottom: 40px;
    padding-bottom: 20px;
    z-index: 999;
    width: 72px;
}

.izl-rmenu .btn {
    width: 72px;
    height: 73px;
    margin-bottom: 1px;
    position: relative;
}

.izl-rmenu .jsq:hover {
    background-color: #e63737;
}

.izl-rmenu .jsq,
.izl-rmenu .btn-qq:visited,
.btn-zx {
    background: url(/img2/icoBG.png) 3px 7px no-repeat;
    background-color: #e83f3f;
    text-decoration: none;
    display: block;
}

.izl-rmenu .btn-ewm {
    background: url(/img2/icoBG.png) -92px 7px no-repeat;
    background-color: #a619ff;
}

.izl-rmenu .btn-ewm:hover {
    background-color: #a20eff;
}

.izl-rmenu .btn-zx {
    background: url(/img2/icoBG.png) -88px -110px no-repeat;
    background-color: #198eff;
}

.izl-rmenu .btn-zx:hover {
    background-color: #1388f9;
}

.izl-rmenu .btn-ewm .service-ewm {
    position: absolute;
    left: -128px;
    top: 0px;
    display: none;
    background: #a619ff;
    padding: 10px;
}

.service-ewm A {
    color: #FFF;
}

.service-ewm li {
    background: url(/img2/icoBG.png) no-repeat -109px -739px;
}

.izl-rmenu .btn-kf {
    background: url(/img2/icoBG.png) 10px -110px no-repeat;
    background-color: #ff9d19;
}

.izl-rmenu .btn-kf:hover {
    background-color: #f79612;
}

.izl-rmenu .btn-kf .kf {
    background-color: #ff9d19;
    position: absolute;
    width: 160px;
    left: -160px;
    top: 0px;
    line-height: 73px;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    display: none;
}

.izl-rmenu .btn-top {
    background: url(/img2/icoBG.png) 20px -215px no-repeat;
    background-color: #d2d2d2;
    display: none;
}

.izl-rmenu .btn-top:hover {
    background-color: #999;
}

#LRdiv0 {
    display: none !important;
}</pre></body></html>