a,
blockquote,
body,
button form,
code,
dd,
div,
dl,
dt,
fieldset,
h1,
h2,
h3,
h4,
h5,
h6,
img,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    padding: 0;
    margin: 0
}

body {
    color: #aaa;
    font-size: 14px;
    font-family: "Microsoft Yahei", Arial;
    margin: auto
}

ol,
ul {
    list-style: none
}

a,
a:hover {
    text-decoration: none;
    color: #999
}

b,
i {
    font-weight: 400;
    font-style: normal
}

img {
    border: 0;
    max-width: 100%
}

.toptitle {
    width: 100%;
    text-align: center;
    padding-top: 64px;
    padding-bottom: 40px;
    border-bottom: 2px solid #761616
}

.toptitle img {
    width: 568px;
}

.nav {
    text-align: center;
}

.nav>ul>li {
    display: inline-block;
    margin: 15px 20px;
    position: relative
}

.nav>ul>li>a {
    padding: 8px 10px;
    font-size: 18px;
    color: #111;
    border-bottom: 5px solid transparent
}

.nav>ul>li>a:hover {
    border-bottom: 5px solid #761616;
    color: #761616
}

.nav>ul>li>a.current {
    border-bottom: 5px solid #761616;
    color: #761616
}

.nav .secmenu {
    display: none;
    width: 140px;
    margin-top: 32px;
    position: absolute;
    z-index: 1000;
    top: 0px;
    left: -21px;
}

.nav .secmenu>li {
    float: left;
    height: 30px;
    position: relative;
    /*子级是absolute 要给父级设置div*/
}


/*二级栏目*/

.nav>ul>li:hover ul {
    display: inline-block;
}

.nav .secmenu>li>a {
    color: white;
    display: inline-block;
    /*width:94px;*/
    width: 140px;
    background-color: #741515;
    font-size: 14px;
    line-height: 30px;
    height: 30px
}

.nav .secmenu>li>a:hover {
    background-color: gray;
}


/*三级栏目样式*/

.nav ul li:hover ul li ul {
    display: none;
}

.nav ul li:hover ul li:hover ul {
    display: block;
    position: absolute;
    /*要给父级设置div*/
    top: 0px;
    left: 94px;
    background-color: #741515;
}

.nav ul li:hover ul li:hover ul li {
    min-width: 100px;
    height: 30px;
}

.nav ul li:hover ul li:hover ul li a {
    display: block;
    width: 150px;
    height: 30px;
    line-height: 24px;
    text-align: center;
    color: white;
}

.nav ul li:hover ul li:hover ul li a:hover {
    background-color: #5E5D5A;
}

.flexslider {
    margin-top: 15px;
    position: relative;
    width: 100%;
    height: 400px;
}

.flexslider .slides li {
    width: 100%;
    height: 100%
}

.flexslider .slides li a {
    display: block;
    width: 100%;
    height: 400px;
    /* background: url(../img/banner.png) no-repeat 0 0; */
    background-size: 100% 100%
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: right;
    z-index: 1
}

.flex-control-nav li {
    margin: 0 2px;
    display: inline-block;
    zoom: 1
}

.flex-control-paging li {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    line-height: 16px;
    text-align: center;
    color: #fff
}

.flex-control-paging li.active {
    background-color: #fff;
    color: #111
}

.flex-control-paging li:hover {
    background-color: #fff;
    color: #111;
    cursor: pointer
}

.bannera img {
    margin-top: 100px;
    margin-left: 100px
}

.banner .flexslider .content_banner li a {
    height: 100%;
}

.container {
    width: 1200px;
    margin: auto
}

.company_intro {
    margin-top: 40px
}

.company_intro .left {
    width: 280px;
    margin-right: 20px;
    display: inline-block
}

.company_intro .left .left_up {
    width: 100%;
    border: 1px solid #B01818;
    padding-bottom: 20px;
    margin-bottom: 30px
}

.company_intro .left .title {
    border-top: 5px solid #B01818;
    border-bottom: 1px solid #B01818;
    line-height: 57px;
    background: url(../img/ul_bg.png) no-repeat 0 0
}

.company_intro .left ul li {
    padding-left: 10px;
    line-height: 57px
}

.company_intro .left ul li a {
    font-size: 18px;
    color: #111;
    display: inline-block
}

.company_intro .left .title a {
    font-size: 20px;
    color: #111
}

.company_intro .left .left_up li a {
    width: 200px;
    border-bottom: 1px dashed #ddd
}

.company_intro .left .left_up li a.current {
    color: #B01818
}

.company_intro .left .left_up .title a {
    border-bottom: 0
}

.company_intro .left .left_up li .icon {
    display: inline-block;
    vertical-align: top;
    margin-top: 22px;
    width: 16px;
    height: 16px;
    background: url(../img/right.png) no-repeat 0 0
}

.company_intro .left .left_up li .iconh {
    display: inline-block;
    vertical-align: top;
    margin-top: 22px;
    width: 16px;
    height: 16px;
    background: url(../img/down.png) no-repeat 0 0
}

.company_intro .left .left_down {
    width: 100%;
    border: 1px solid #B01818;
    padding-bottom: 20px;
    margin-bottom: 30px
}

.company_intro .left .left_down li p {
    line-height: 24px;
    width: 230px;
    margin: auto;
    color: #111
}

.company_intro .left .left_down li:nth-child(2) {
    margin-top: 20px
}

.company_intro .left .left_down li .btn {
    display: block;
    width: 100px;
    line-height: 35px;
    background-color: #761616;
    color: #fff;
    text-align: center;
    margin: auto;
    margin-top: 20px;
    font-size: 14px;
    border: 1px solid #761616
}

.company_intro .left .left_down li .btn:hover {
    color: #761616;
    border: 1px solid #761616;
    background-color: #fff
}

.company_intro .right {
    display: inline-block;
    vertical-align: top;
    padding: 10px 15px;
    width: 65%;
    border: 1px solid #ddd
}

.company_intro .right .nowposition span {
    font-size: 12px
}

.company_intro .right .nowposition a {
    font-size: 12px
}

.company_intro .right .nowposition a:hover {
    color: #761616;
    text-decoration: underline
}

.company_intro .right .con {
    padding: 10px;
    text-align: center
}

.company_intro .right .con>h4,
.company_intro .right .con>h1,
.company_intro .right .con>.case_title {
    color: #B01818;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd
}

.company_intro .right .con p {
    line-height: 45px;
    color: #111;
    text-align: justify;
    margin-bottom: 20px;
    margin-top: 20px
}

.footer {
    background-color: #202124;
    padding: 40px 0;
    margin-top: 40px
}

.footer .left {
    width: 50%;
    margin-right: 30px;
    display: inline-block;
    vertical-align: top
}

.footer .left .footnav li {
    display: inline-block;
    margin-right: 10px
}

.footer .left .footnav li a {
    padding: 4px 10px;
    color: #fff
}

.footer .left img {
    margin: 20px 0;
    width: 421px
}

.footer .left div p {
    color: #fff;
    line-height: 24px
}

.footer .left div p span {
    margin-right: 30px
}

.footer .right {
    width: 45%;
    display: inline-block;
    vertical-align: top
}

.footer .right h4 {
    color: #fff;
    font-size: 18px
}

.footer .right p {
    margin: 10px 0;
    color: #fff;
    font-weight: 700
}

.footer .right p input {
    width: 287px;
    height: 30px;
    padding-left: 15px;
    color: #aaa;
    margin-left: 10px;
    border: 0
}

.footer .right p textarea {
    width: 300px;
    height: 100px;
    margin-left: 10px;
    font-size: 12px;
    vertical-align: top;
    resize: none;
}

.footer .right p .tip {
    position: absolute;
    top: 5px;
    left: 60px;
    color: #d1d1d1;
    font-size: 13px;
    font-weight: 400
}

.footer .right .iden {
    height: 25px;
    margin-top: 5px;
    font-size: 0;
    padding-left: 46px;
}

.footer .right .iden span {
    display: inline-block;
    height: 27px;
    line-height: 25px;
    text-align: center;
    vertical-align: top;
    font-size: 14px;
    /*background-color:#fff;*/
    color: #aaa;
    font-weight: 400;
    padding-right: 5px;
    position: relative;
    /*margin-left:46px;*/
}

.footer .right .iden img {
    /*vertical-align:middle;*/
    /*margin-right:5px*/
}

.footer .right .iden a.btn {
    font-size: 14px;
    padding: 1.5px 20px;
    color: #fff;
    border: 2px solid #fff;
    display: inline-block;
    margin-left: 29px;
}

.hotanswer .right .wdcon {
    padding: 30px 15px 20px 15px;
    border-bottom: 1px dashed #ddd;
    text-align: left;
}

.hotanswer .right .wdcon div.news-desc {
    margin: 10px auto;
    font-size: 15px;
    line-height: 24px;
}

.hotanswer .right .wdcon ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 15px
}

.hotanswer .right .wdcon ul li:nth-child(2) {
    width: 85px;
    text-align: center
}

.hotanswer .right .wdcon ul li.tea img {
    width: 58px;
    height: 58px;
    border: 1px solid #999
}

.hotanswer .right .wdcon ul li p {
    line-height: 24px;
    margin: 0
}

.hotanswer .right .wdcon ul li p>a {
    color: #111
}

.hotanswer .right .wdcon ul li p.atime {
    color: #aaa
}

.hotanswer .right .wdcon li.teaans {
    color: #B01818
}

.hotanswer .right .wdcon ul .anscon {
    color: #111;
    display: inline-block;
    width: 74%
}

.hotanswer .right .wdcon ul .anscon a {
    color: #B01818
}

.hotanswer .right .wdcon ul .anscon a:hover {
    color: #B01818;
    text-decoration: underline
}

.hotanswer .right .udlink {
    padding: 15px 15px 20px 67px;
    border-bottom: 1px dashed #ddd;
    text-align: left
}

.hotanswer .right .udlink p {
    margin: 5px;
    line-height: 24px
}

.hotanswer .right .udlink p a:first-child {
    margin-right: 5px;
    color: #B01818
}

.hotanswer .right .udlink p a:nth-child(2) {
    color: #111
}

.hotanswer .right .udlink p a:hover {
    color: #B01818;
    text-decoration: underline
}

.paperdown a {
    float: right
}

.hotanswer .right .wdcon .testtitle {
    line-height: 24px;
    margin: 0;
}

.hotanswer .right .wdcon .testtitle>a,
.hotanswer .right .wdcon .testtitle>h2>a {
    color: #111;
    font-size: 18px;
}

.hotanswer .right .wdcon .testtitle>a:hover,
.hotanswer .right .wdcon .testtitle>h2>a:hover {
    color: #B01818;
    text-decoration: underline;
}

.hotanswer .right .wdcon .newinfo {
    margin-top: 5px
}

.hotanswer .right .wdcon .newinfo li {
    width: 30%
}

.hotanswer .right .wdcon .newinfo li:nth-child(2) {
    width: 200px
}

.hotanswer .right .wdcon .newinfo li:nth-child(3) {
    text-align: right
}

.hotanswer .right .page {
    margin: 30px 0;
    text-align: center;
}

.hotanswer .right .page a {
    color: #777;
    padding: 5px 10px;
    border: 1px solid #ddd;
    margin: 0 5px
}

.hotanswer .right .page a.red {
    color: #B01818
}

.hotanswer .right .page div {
    display: inline-block
}

.hotanswer .right .page span {
    color: #777;
    padding: 5px 10px;
    border: 1px solid #ddd;
    margin: 0 5px
}

.hotanswer .right .page span.current,
.hotanswer .right .page a:hover {
    background-color: #761616;
    color: #fff
}

.caseshow .right .case {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
    margin-top: 20px
}

.caseshow .right .case .photo {
    padding: 8px;
    background-color: #F5E3E3;
    width: 20%
}

.caseshow .right .case .stuintro {
    display: inline-block;
    vertical-align: top;
    width: 70%;
    margin-left: 10px
}

.caseshow .right .case .stuintro li {
    color: #111;
    line-height: 26px
}

.caseshow .right .case .stuintro li.name span {
    color: #999
}

.caseshow .right .case .stuintro li.comment a,
.caseshow .right .case .stuintro li.comment span {
    color: #B01818
}

.caseshow .right .case .stuintro li.comment a:hover {
    text-decoration: underline
}

.caseshow .right .smore {
    display: block;
    background-color: #eee;
    line-height: 45px;
    margin-top: 20px;
    border: 1px solid #ddd
}

.copy .right .con p {
    line-height: 24px;
    font-size: 12px
}

.webmap .right .wdcon {
    width: 90%;
    margin: auto;
    border-bottom: 1px dashed #ddd;
    padding: 20px 0 15px 0
}

.webmap .right .wdcon .maptitle {
    margin: 0;
    line-height: 24px
}

.webmap .right .wdcon .maptitle a {
    color: #B01818;
    font-weight: 700
}

.webmap .right .wdcon .mapinfo {
    text-align: left
}

.webmap .right .wdcon .mapinfo li {
    display: inline-block;
    margin-top: 5px;
    /*width:100px;*/
    text-align: left;
    margin-right: 40px;
}

.webmap .right .wdcon .mapinfo li a {
    color: #111
}

.webmap .right .wdcon .mapinfo li a:hover {
    color: #B01818;
    text-decoration: underline
}

.aeisreu .right h4 .newinfo {
    margin-top: 5px
}

.aeisreu .right h4 .newinfo li {
    width: 30%;
    color: #999;
    font-size: 14px;
    display: inline-block;
    text-align: left
}

.aeisreu .right h4 .newinfo li:nth-child(2) {
    width: 200px
}

.aeisreu .right h4 .newinfo li:nth-child(3) {
    text-align: right
}

.aeisreu .right .recon {
    padding: 20px 20px
}

.aeisreu .right .recon .condel {
    color: #111;
    line-height: 24px;
    text-align: left;
    margin: 0
}

.aeisreu .right .recon .share {
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    text-align: center;
    padding: 10px
}

.aeisreu .right .recon .share img {
    vertical-align: middle
}

.aeisreu .right .recon .share .num {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 32px;
    background: url(../img/num.png) no-repeat 0 0;
    text-align: center;
    line-height: 32px;
    color: #000
}

.aeisreu .right .recon .moreac {
    text-align: left
}

.aeisreu .right .recon .moreac a {
    display: block;
    margin-left: 30px;
    margin-top: 5px;
    color: #111
}

.aeisreu .right .recon .moreac a:first-child {
    margin-left: 0;
    color: #B01818
}

.casedel .right .case .recon img {
    border: 2px solid #ddd
}

.casedel .right .case p {
    margin: 0;
    line-height: 28px
}

.casedel .right .case p.name {
    text-align: center
}

.casedel .right .case p.name span {
    color: #999;
    margin-left: 20px
}

.casedel .right .case p.ds {
    text-align: center
}

.casedel .right .case .introdel {
    text-align: left;
    padding: 20px 0
}

.casedel .right .case .introdel span {
    color: #B01818;
    line-height: 28px
}

.casedel .right .case .introdel p {
    text-indent: 2em
}

b {
    padding-left: 2em
}

.whataeis .left .left_up .catedel li {
    line-height: 45px
}

.whataeis .left .left_up .catedel li a {
    border: 0;
    line-height: 30px;
    padding-left: 5px;
    font-size: 16px
}

.whataeis .left .left_up .catedel li a.current,
.whataeis .left .left_up .catedel li a:hover {
    color: #111;
    background-color: #ededed
}

.hide {
    display: none
}

.whataeis .right .con p {
    line-height: 28px
}

.whataeis .right .con p a {
    color: #B01818
}

.whataeis .right .con p a:hover {
    color: #B01818;
    text-decoration: underline
}

.apply .right .con p {
    color: #999
}

.apply .right .con .title {
    line-height: 28px;
    text-align: center;
    margin: 0;
    color: #111
}

.apply .right .con .note {
    border: 1px dashed #ddd
}

.apply .right .con .form {
    text-align: center
}

.apply .right .con .form {
    border: 1px solid #ddd;
    margin: 20px 0;
    padding: 10px 0;
    text-align: center
}

.apply .right .con .form .title {
    color: #111;
    text-align: center;
    margin-top: 5px
}

.apply .right .form .title span {
    color: #111;
    padding-bottom: 5px;
    border-bottom: 2px solid #111
}

.apply .right .form .fillform {
    display: inline-block;
    margin-top: 20px;
    margin-right: 20px
}

.apply .right .form .fillform li {
    color: #111;
    height: 45px
}

.apply .right .form .fillform li span {
    display: inline-block;
    color: #111;
    width: 106px;
    text-align: right;
    vertical-align: middle
}

.apply .right .form .fillform li input {
    width: 140px;
    height: 20px;
    margin-left: 10px;
    padding-left: 5px
}

.apply .right .form .fillform li.livetime input {
    width: 50px
}

.apply .right .form .fillform li.livetime input:nth-child(2) {
    margin-right: 10px
}

.apply .right .form .fillform li.gender input {
    width: 10px;
    height: 10px;
    line-height: 45px;
    margin-top: 10px
}

.apply .right .form .fillform li.gender p {
    width: 150px;
    display: inline-block;
    line-height: 45px;
    margin: 0;
    margin-left: 10px;
    color: #111;
    text-align: left
}

.apply .right .form .sel i {
    display: inline-block;
    width: 7px;
    height: 7px;
    position: absolute;
    cursor: pointer
}

.apply .right .form .sel {
    position: relative
}

.apply .right .form .sel i.up {
    background: url(../img/selup.png) no-repeat 0 0;
    top: 5px;
    right: 8px
}

.apply .right .form .sel i.down {
    background: url(../img/seldown.png) no-repeat 0 0;
    top: 13px;
    right: 8px
}

.apply .right .form .sel .selmodule {
    position: absolute;
    width: 147px;
    background-color: #fff;
    z-index: 1;
    top: 23px;
    right: 1px;
    border: 1px solid #ddd
}

.apply .right .form .sel .selmodule li {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: left;
    padding-left: 5px;
    cursor: pointer
}

.apply .right .form .sel .selmodule li:hover {
    background-color: #efefef
}

.learn .right .form .sel i.up {
    background: url(../img/selup.png) no-repeat 0 0;
    top: 16px;
    right: 29%;
}

.learn .right .form .sel i.down {
    background: url(../img/seldown.png) no-repeat 0 0;
    top: 25px;
    right: 29%;
}

.learn .right .form .sel .selmodule {
    position: absolute;
    width: 220px;
    background-color: #fff;
    z-index: 1;
    top: 34px;
    right: 193px;
    border: 1px solid #ddd
}

.teateam .right .con .tea {
    text-align: left;
    vertical-align: top;
    padding-bottom: 20px;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px dashed #ddd
}

.teateam .right .con .tea .teaintro {
    display: inline-block;
    vertical-align: top;
    margin-left: 3%;
    width: 70%
}

.teateam .right .con .tea .teaintro .name a {
    color: #B01818
}

.teateam .right .con .tea .teaintro li {
    margin-bottom: 10px;
    color: #111
}

.teateam .right .con .tea .teaintro .cont {
    line-height: 30px;
    color: #111
}

.teateam .right .con .tea .photo {
    width: 25%
}

.teateam .right .con .tea .teaintro li:last-child {
    text-align: center;
    margin-top: 20px;
    cursor: pointer
}

.learn .right .con .applyway p {
    line-height: 28px;
    margin: 0;
    color: #111
}

.learn .right .con .applyway p a {
    color: #B01818
}

.learn .right .con .applyway .title {
    font-size: 18px
}

.learn .right .con .applyway .contact {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.learn .right .con .applyway .note {
    padding-left: 40px;
    color: #999
}

.learn .right .con .applyway .note span {
    color: #B01818
}

.learn .right .con .applyway .applyform {
    width: 90%;
    margin: auto;
    text-align: center;
    border: 1px solid #ddd;
    padding: 10px
}

.learn .right .applyway .applyform li {
    height: 45px;
    line-height: 45px
}

.learn .right .applyway .applyform .title {
    color: #B01818;
    font-size: 14px;
    text-align: center
}

.learn .right .applyway .applyform li input {
    width: 220px;
    height: 20px
}

.know {
    margin-top: 40px;
    padding-bottom: 40px
}

.caselist h4,
.know h4,
.newmes h4,
.spe h4,
.why h4 {
    height: 133px;
    width: 620px;
    margin: auto;
    text-align: center;
    background: url(../img/title_bg.png) no-repeat 0 0;
    background-size: 100% 100%;
    position: relative;
    margin-bottom: 40px
}

.caselist h4 i.tb,
.know h4 i.tb,
.newmes h4 i.tb,
.spe h4 i.tb,
.tealist h4 i.tb,
.why h4 i.tb {
    font-size: 26px;
    font-style: normal;
    color: #111;
    position: absolute;
    top: 40px;
    left: 170px
}

.caselist h4 i.ts,
.know h4 i.ts,
.newmes h4 i.ts,
.spe h4 i.ts,
.tealist h4 i.ts,
.why h4 i.ts {
    font-style: normal;
    color: #999;
    position: absolute;
    top: 81px;
    left: 220px
}

.know .pro {
    width: 54%;
    padding-right: 20px;
    display: inline-block;
    vertical-align: top
}

.know .pro .title {
    font-size: 18px;
    color: #111
}

.know .pro .line {
    width: 71px;
    height: 0;
    border: 3px solid #111;
    margin: 15px 0
}

.know .pro .con {
    line-height: 24px;
    color: #555
}

.know .pro .knowmore {
    color: #761616;
    line-height: 24px
}

.know .pro .btn {
    padding: 5px 10px;
    color: #111;
    border: 2px solid #761616;
    float: right
}

.know .pro .btn:hover {
    background-color: #761616;
    color: #fff
}

.know img {
    width: 43%;
    border: 1px solid #ddd
}

.why {
    width: 100%;
    background-color: #202129;
    padding-top: 40px;
    padding-bottom: 80px
}

.why h4 i.tb {
    color: #fff;
    left: 223px
}

.why h4 i.ts {
    color: #999;
    left: 240px
}

.why .exam {
    position: relative;
    width: 602px;
    height: 536px;
    background: url(../img/reason1.png) no-repeat 0 0;
    margin: auto
}

.why .exam span {
    color: #fff;
    font-size: 18px;
    position: absolute
}

.why .exam span.a {
    top: 31px;
    left: -161px
}

.why .exam span.b {
    top: 337px;
    left: -172px
}

.why .exam span.c {
    top: 545px;
    left: 231px
}

.why .exam span.d {
    top: 33px;
    right: -152px
}

.why .exam span.e {
    top: 336px;
    right: -275px
}

.spe {
    margin-top: 40px
}

.spe h4 i.tb {
    left: 240px
}

.spe h4 i.ts {
    left: 216px
}

.spe .online {
    padding: 30px 0;
    border: 1px solid #ddd;
    margin: auto;
    margin-top: 30px;
    display: none;
    text-align: center
}

.spe .online ul {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    padding: 10px
}

.spe .cate {
    overflow: hidden;
    width: 539px;
    margin: auto;
    clear: both
}

.spe .cate a {
    color: #111;
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 3px solid transparent
}

.spe .cate a.current,
.spe .cate a:hover {
    color: #761616;
    border-bottom: 3px solid #761616
}

.spe .cate a:first-child {
    float: left
}

.spe .cate a:nth-child(2) {
    float: right
}

.spe .online ul li:first-child {
    text-align: center
}

.spe .online ul li:nth-child(2) {
    text-align: center;
    color: #111;
    font-size: 18px;
    margin: 15px
}

.spe .online ul li:nth-child(3) {
    line-height: 30px;
    text-align: left
}

.spe .online p {
    text-align: center
}

.spe .online p .knowbtn {
    color: #fff;
    border: 1px solid #761616;
    background-color: #761616;
    padding: 5px 10px
}

.spe .online p .knowbtn:hover {
    color: #761616;
    background-color: #fff
}

.spe .online:first-child {
    display: block
}

.tealist {
    margin-top: 40px;
    background-color: #efefef;
    padding-bottom: 40px;
    padding-top: 40px
}

.tealist h4 {
    width: 662px;
    height: 94px;
    background: url('../img/line_bg.png') no-repeat 0 0;
    margin: auto;
    position: relative;
}

.tealist h4 i.tb {
    top: 0px;
    left: 274px;
    color: #111;
}

.tealist h4 i.ts {
    top: 42px;
    left: 195px;
}

.tealist .teaintro {
    padding-bottom: 20px;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 20px;
}

.tealist .container>div:not(:nth-child(2)) {
    display: none
}

.tealist .teaintro .intro {
    display: inline-block;
    width: 60%;
    margin-left: 30px;
    vertical-align: top;
}

.tealist .teaintro .intro li.title {
    width: 115px;
    height: 39px;
    background: url('../img/sintro_bg.png');
    text-align: center;
    line-height: 39px;
    color: #fff;
    margin-bottom: 20px;
    font-size: 18px
}

.tealist .teaintro .intro li {
    line-height: 30px;
    color: #777
}

.tealist .teaintro .teapho {
    display: inline-block;
    vertical-align: top;
    position: relative
}

.tealist .teaintro .teapho img {
    width: 200px;
}

.tealist .teaintro .teapho .name {
    display: inline-block;
    width: 100%;
    line-height: 45px;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    bottom: 0;
    left: 0
}

.tealist .tlist li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
    border: 5px solid #E4E4E4;
    width: 140px;
    height: 140px
}

.tealist .tlist li img {
    width: 140px;
    height: 140px;
}

.tealist .tlist li:not(.current) {
    filter: alpha(Opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6
}

.tealist .tlist li .bright {
    filter: alpha(Opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6
}

.tealist .tlist li.current {
    box-shadow: 0 0 20px #D9D9D9;
    filter: alpha(Opacity=60);
    -moz-opacity: 0.6;
    opacity: 1
}

.tealist .tlist li .mask {
    padding-top: 54px;
    width: 100%;
    height: 86px;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    color: #fff;
    display: none;
    cursor: pointer;
}

.tealist .tlist li .mask i {
    border: 3px solid #fff;
    display: block;
    width: 40px;
    margin: auto
}

.caselist {
    padding-top: 40px;
    background-color: #202124;
    text-align: center;
    padding-bottom: 40px
}

.caselist h4 {
    height: 133px;
    width: 651px;
    margin: auto;
    text-align: center;
    background: url(../img/case_bg.png) no-repeat 0 0;
    background-size: 100% 100%;
    position: relative;
    margin-bottom: 40px
}

.caselist h4 i.tb {
    top: 40px;
    left: 249px;
    color: #fff
}

.caselist h4 i.ts {
    top: 82px;
    left: 174px;
}

.caselist .stupho {
    margin: 30px 0
}

.caselist .stupho li {
    display: inline-block;
    vertical-align: top;
    border: 5px solid transparent;
    width: 249px;
    height: 180px;
    position: relative
}

.caselist .stupho li img {
    width: 250px;
    height: 180px
}

.caselist .stupho li:first-child>div:nth-child(2) {
    /*    display: none*/
}

.caselist .stupho li a {
    display: inline-block
}

.caselist .stupho li.current {
    border: 5px solid #ddd
}

.caselist .stupho li .stumask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer
}

.caselist .stucom {
    width: 1024px;
    /*       height:83px;*/
    background: url(../img/quoat.png) no-repeat 0 0;
    background-size: 100% 100%;
    margin: auto;
    text-align: center;
    padding: 35px 0
}

.caselist .stucom p {
    width: 90%;
    text-align: left;
    margin: auto;
    line-height: 30px;
    color: #fff
}

.caselist .container>div:not(:nth-child(3)) {
    display: none
}

.caselist .stumes .name {
    color: #fff;
    font-size: 18px;
    margin-top: 20px
}

.caselist .stumes .name span {
    color: #B01818;
    margin: 0 20px
}

.caselist .morecase {
    padding: 5px 10px;
    color: #fff;
    background-color: #761616;
    border: 1px solid #761616;
    margin-top: 30px;
    display: inline-block
}

.caselist .morecase:hover {
    color: #761616;
    background-color: #fff
}

.newmes {
    padding-bottom: 40px;
    padding-top: 40px
}

.newmes h4 {
    width: 662px;
    height: 94px;
    background: url('../img/line_bg.png') no-repeat 0 0;
    margin: auto;
    position: relative;
}

.newmes h4 i.tb {
    top: 0px;
    left: 274px;
    color: #111;
}

.newmes h4 i.ts {
    top: 42px;
    left: 192px;
}

.newmes .left {
    width: 45%;
    position: relative;
    padding-left: 30px;
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}

.newmes .left .title {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    color: #111;
    border-bottom: 1px dashed #ddd;
    padding-left: 10px;
    padding-bottom: 5px;
}

.newmes .left .icon {
    display: inline-block;
    width: 28px;
    height: 29px;
    background: url('../img/new.png');
    position: absolute;
    top: 0;
    left: 0
}

.newmes .left ul {
    display: inline-block;
    vertical-align: top;
    width: 45%
}

.newmes .left .dot {
    display: inline-block;
    width: 0;
    height: 0;
    border: 2px solid #111;
    border-radius: 10px;
    vertical-align: top;
    position: absolute;
    top: 7px;
    left: 0
}

.newmes .left ul li {
    margin: 10px 0;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newmes .left ul li a {
    color: #111;
    padding-left: 10px
}

.newmes .left ul li a:hover {
    color: #761616;
    text-decoration: underline
}

.newmes .left ul li:first-child a {
    color: #761616;
    padding-left: 10px
}

.newmes .left ul:last-child {
    margin-left: 10px
}

.newmes .right {
    width: 45%;
    position: relative;
    padding-left: 30px;
    display: inline-block;
    vertical-align: top
}

.newmes .right .title {
    padding-bottom: 5px;
    position: relative;
    font-size: 18px;
    line-height: 28px;
    color: #111;
    border-bottom: 1px dashed #ddd;
    padding-left: 18px
}

.newmes .right .icon {
    display: inline-block;
    width: 28px;
    height: 30px;
    background: url(../img/question.png);
    position: absolute;
    top: 0;
    left: 0
}

.newmes .right .row {
    display: inline-block;
    color: #761616;
    border-radius: 10px;
    vertical-align: top;
    position: absolute;
    top: -1px;
    left: 0
}

.newmes .right ul li {
    margin: 10px 0;
    position: relative;
}

.newmes .right ul li a {
    color: #111;
    padding-left: 10px
}

.newmes .right ul li a:hover {
    color: #761616;
    text-decoration: underline
}

.newmes .right ul li:first-child a {
    color: #761616;
    padding-left: 10px
}

.newmes .right ul:last-child {
    margin-left: 10px
}

.newmes .right ul li a span {
    color: #999;
    float: right
}

a {
    cursor: pointer;
}

.applyform .btn {
    display: block;
    width: 100px;
    line-height: 35px;
    background-color: #761616;
    color: #fff;
    text-align: center;
    margin: auto;
    margin-top: 20px;
    font-size: 14px;
    border: 1px solid #761616;
}

.applyform .btn:hover {
    color: #761616;
    border: 1px solid #761616;
    background-color: #fff
}

.learn .right .applyform .entry_code {
    position: relative;
}

.learn .right .applyform .entry_code div {
    position: relative;
    left: 7.6%;
}

.learn .right .applyform .entry_code img {
    width: 100px;
    height: 24px;
    position: relative;
    top: 8px;
}

.teateam .tea .cont {
    height: 150px;
    overflow: hidden;
}

.teateam .tea .cont-show {
    line-height: 30px;
    color: #111;
}

.footer .right .iden img {
    width: 70px;
    height: 32px;
}

.footer .right .iden input {
    width: 100px;
    height: 32px;
    color: #aaa;
    margin-left: 10px;
    border: 0
}

.hotanswer .right .hotcon .no_doc {
    cursor: auto;
}

.footer .right .iden span input {
    position: relative;
    top: -12px;
    left: -5px;
}

.footer .right .iden span .btn {
    position: relative;
    top: -8px;
    left: -2px;
}

table {
    border-collapse: collapse;
}

.content-tab-border table tbody tr td {
    border: 1px solid #333;
}

.f_links {
    display: flex;
    flex-wrap: wrap;
}

.f_links span,
.f_links a {
    line-height: 24px;
    margin-right: 10px;
    color: #fff;
}