/***************HOME*************/
/* pageTop */
.pageTop {
    height: 30px;
    border-bottom: 1px solid #e0e0e0;
    line-height: 30px;
}

.pageTCon div a {
    margin: 0 5px;
}

.pageTCon div a:hover {
    color: #f63842;
}

/*  logoLine  */
.logoLine {
    height: 117px;
}

.logoLine p {
    color: #f63842;
    font-size: 18px;
    margin: 46px auto;
}

.phoneCon {
    width: 300px;
    height: 117px;
    background: url(../images/phoneBg.jpg) no-repeat center 0;
}

.phoneCon ul {
    height: 57px;
    width: 205px;
    margin: 35px 0 0 100px;
}

.phoneCon ul li:nth-child(2) {
    font-size: 28px;
    color: #f52a34;
    font-family: Impact;
}

/*  nav  */
#nav {
    background: #f93942;
    height: 50px;
}

.navBox {
    margin: 0 auto;
    width: 1176px;
}

.menu .mainlevel {
    line-height: 50px;
    padding: 0;
    height: 50px;
    display: inline;
    width: 168px;
}

.menu .mainlevel a {
    font-size: 16px;
    text-decoration: none;
    height: 50px;
    line-height: 50px;
    display: block;
    color: white;
    font-family: "微软雅黑";
    text-align: center;
}

.menu .mainlevel a:hover {
    background-color: #17a3ff;
}

.libh a {
    width: 168px;
}

.menu1 {
    position: absolute;
    z-index: 9999;
    display: none;
}

.menu1 li {
    border-top: 1px solid #fff;
    width: 168px;
    background-color: #f93942;
}

.menu1 li a {
    font-size: 16px;
    text-decoration: none;
    height: 50px;
    line-height: 50px;
    display: block;
    color: white;
    font-family: "微软雅黑";
    text-align: center;
}

/*  banner  */
.focusBox {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.focusBox .pic {
    position: relative;
    z-index: 0;
    margin: 0 auto;
}

.focusBox .pic img {
    width: 100%;
    height: 100%;
    display: block;
}

.focusBox .hd {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
    font-size: 0;
    z-index: 1;
}

.focusBox .hd li {
    margin: 0 5px;
    background: url(../images/dot.png) no-repeat 0 -16px;
    height: 16px;
    overflow: hidden;
    width: 16px;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    _background: url(../images/dot8.png) no-repeat 0 -16px;
}

.focusBox .hd .on {
    background-position: 0 0;
}

/* baffle */
.baffle {
    height: 651px;
    overflow: hidden;
    background: url(../images/baffle-bg.jpg) no-repeat center 0;
}

.rightBaf {
    height: 100%;
}

.rightBaf .bafName {
    background: #fff;
}

.rightBaf ul {
    position: relative;
    width: 100%;
    height: 100%;
}

.bafName {
    height: 77px;
    font-size: 38px;
    color: #1e71f9;
    font-weight: bold;
    text-align: center;
    line-height: 77px;
    background: url(../images/BafPic.png) no-repeat center 0;
}

.bafName span {
    color: #f93942 !important;
    font-size: 35px;
    font-weight: bold;
}

.rightBaf ul li:nth-child(1) {
    position: absolute;
    left: 180px;
}

.rightBaf ul li:nth-child(2) {
    position: absolute;
    right: 180px;
}

.rightBaf ul li:nth-child(3) {
    position: absolute;
    left: 80px;
    bottom: 109px;
}

.rightBaf ul li:nth-child(4) {
    position: absolute;
    right: 80px;
    bottom: 82px;
}

.rightBaf ul li {
    padding: 20px 0;
    line-height: 26px;
    font-size: 15px;
    width: 260px;
    text-align: center;
}

.rightBaf ul li img {
    width: 90px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #FF4B59;
    border: solid 5px rgba(255, 75, 88, 0.25);
    margin-bottom: 20px;
}

.rightBaf ul li span {
    font-weight: bold;
    font-size: 15px;
    color: #f93942;
}

/* context */
.caseLine {
    height: 100%;
    width: 100%;
}

.caseLine .bafName {
    margin-bottom: 50px;
}

.slideGroup {
    width: 1180px;
    text-align: left;
    height: 100%;
}

.slideGroup .parHd {
    height: 30px;
    line-height: 30px;
    background: #f4f4f4;
    padding: 0 20px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.slideGroup .parHd ul {
    float: left;
    position: absolute;
    left: 20px;
    top: -1px;
    height: 32px;
}

.slideGroup .parHd ul li {
    float: left;
    padding: 0 15px;
    cursor: pointer;
}

.slideGroup .parHd ul li.on {
    height: 30px;
    background: #fff;
    border: 1px solid #ddd;
    border-bottom: 2px solid #fff;
}

.slideGroup .slideBox {
    overflow: hidden;
    zoom: 1;
    padding: 10px 0 10px 94px;
    position: relative;
}

.slideGroup .sPrev,
.slideGroup .sNext {
    position: absolute;
    left: 5px;
    top: 180px;
    display: block;
    width: 30px;
    height: 94px;
    background: url("../images/left.jpg") center center no-repeat #f4f4f4;
}

.slideGroup .sNext {
    left: auto;
    right: 5px;
    background: url("../images/right.jpg") center center no-repeat #f4f4f4;
}

.slideGroup .sPrev:hover,
.slideGroup .sNext:hover {
    border-color: #f60;
}

.slideGroup .parBd ul {
    overflow: hidden;
    zoom: 1;
}

.slideGroup .parBd ul li {
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.slideGroup .parBd ul li a span {
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
}

.slideGroup .parBd ul li a span:hover {
    color: red;
}

.slideGroup .parBd ul li a p {
    line-height: 24px;
    text-align: left;
}

.slideGroup .parBd ul li .pic {
    text-align: center;
    width: 316px;
}

.slideGroup .parBd ul li .pic img {
    width: 120px;
    height: 90px;
    display: block;
    padding: 2px;
    width: 306px;
    height: 204px;
}

.slideGroup .parBd ul li .pic a:hover img {
    border-color: #999;
}

.slideGroup .parBd ul li .title {
    line-height: 24px;
    width: 316px;
}

/* adv */
.adv {
    background: url(../images/Ads1.jpg) #02783e no-repeat center 0;
    padding: 118px 0 32px 0;
}

.adv .advCon {
    width: 320px;
    height: 30px;
    margin: 0 auto;
    line-height: 30px;
    padding-left: 380px;
}

.adv .advCon p {
    color: white;
    font-size: 24px;
    margin: 0 10px;
}

.adv .advCon div {
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #ffe610;
    background-color: #ffe610;
    border-radius: 4px;
    cursor: pointer;
    font-size: 18px;
}

/* adv2 */
.adv2 {
    position: relative;
    background: url("../images/Ads2.jpg") #02783e no-repeat center 0;
    padding: 118px 0 32px 0;
}

.adv2 .advCon {
    width: 320px;
    height: 30px;
    margin: 0 auto;
    line-height: 30px;
}

.adv2 .advCon h1 {
    position: absolute;
    left: 327px;
    top: 44px;
    font-size: 38px;
    font-weight: bold;
    color: #ffe610;
}

.adv2 .advCon p {
    color: white;
    font-size: 24px;
    margin: 0 10px;
}

.adv2 .advCon div {
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #ffe610;
    background-color: #ffe610;
    border-radius: 4px;
    cursor: pointer;
    font-size: 18px;
}

/* conText2 */
.compare {
    width: 100%;
}

.compare h1 {
    font-size: 36px;
    font-weight: bold;
    color: red;
}

.compare h1 a {
    color: #1e71f9;
    font-size: 46px;
    margin: 10px;
}

.comCon {
    width: 100%;
    height: 100%;
}

.compCon {
    width: 100%;
    height: 600px;
}

.compCon ul li {
    height: 61px;
    line-height: 61px;
    font-size: 16px;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: left center;
    text-align: center;
}

.leftCom {
    width: 174px;
    margin-top: 180px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.midCom {
    border: 1px solid #ccc;
    border-radius: 3px;
}

.rightCom {
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-top: 80px;
    width: 500px;
}

.rightCom-title {
    color: #fff;
    font-size: 24px;
    background: #878787;
    height: 82px;
    text-align: center;
    padding-top: 18px;
}

.midCom li {
    color: #fff;
    background: #f93942;
    border-top: 2px solid #fff;
}

.rightCom li {
    color: #bebebe;
    border-top: 2px solid #fff;
}

.leftCom ul li {
    color: #878787;
    border-top: 2px solid #fff;
}

.leftCom ul li:nth-child(even) {
    background-color: #f7f7f7;
}

.rightCom ul li:nth-child(even) {
    background-color: #f7f7f7;
}

.act ul {
    height: 100%;
    overflow: hidden;
}

.act ul li {
    width: 257px;
    margin: 0 19px;
}

.act ul li img {
    width: 257px;
    height: 100%;
    margin-bottom: 25px;
}

.act ul li p {
    line-height: 24px;
}

/* constr */
.constr {
    background: url("../images/couseBg.jpg") #fff no-repeat center 0;
}

.profileC {
    width: 100%;
    height: 616px;
}

.rightPro {
    width: 600px;
}

.rightPro .proName {
    height: 39px;
    background: url("../images/proName.jpg") no-repeat center 0;
    margin-top: 30px;
}

.rightPro h2 {
    text-align: center;
    line-height: 64px;
    color: #f93942;
    font-size: 28px;
    font-weight: 600;
}

.rightPro h2 span {
    color: #f93942;
    font-style: italic;
    font-size: 16px;
    margin-right: 10px;
}

.moviePart {
    height: 331px;
    margin-bottom: 20px;
}

.proText p {
    line-height: 24px;
    height: 90px;
    margin-bottom: 10px;
}

.proText a {
    display: block;
    font-weight: bold;
}

.proText a:hover {
    color: #f93942;
}

.couseP {
    height: 333px;
}

.couseP h1 {
    font-size: 30px;
    font-weight: bold;
    color: white;
    text-align: center;
    margin-bottom: 30px;
}

.couseP span {
    font-size: 30px;
    font-weight: bold;
    color: #ffe610;
    margin-left: 15px;
}

.couseP ul li {
    width: 200px;
    margin-left: 76px;
}

.couseP ul li h3 {
    color: white;
    text-align: center;
    font-size: 18px;
    line-height: 48px;
}

.couseP ul li h3 i {
    font-size: 40px;
    color: #fff;
    margin-right: 5px;
    font-style: italic;
}

.couseP ul li a img {
    width: 200px;
    height: 200px;
}

.couseP ul li a .img-circle {
    border-radius: 50%
}

/* .teachPart{margin-bottom: 50px;} */
.teachCon {
    height: 335px;
    overflow: hidden;
}

.leftTeach {
    width: 569px;
    background: url(../images/teachBg.jpg) no-repeat center 0;
    height: 335px;
}

.leftTeach img {
    margin-left: 68px;
    width: 224px;
    height: 256px;
}

.teachText {
    width: 230px;
    height: 256px;
    margin: 40px 30px 0 0;
}

.teachText h2 {
    font-size: 30px;
    font-weight: bold;
    color: #f93942;
    margin-bottom: 18px;
}

.teachText p {
    font-size: 14px;
    line-height: 28px;
    height: 136px;
}

.teachText a {
    display: block;
    margin-top: 0px;
    font-size: 14px;
    font-weight: bold;
}

.teachText a:hover {
    color: #f93942;
    text-decoration: underline;
}

.rightTeach {
    width: 520px;
    margin-right: 20px;
}

.picMarquee-top {
    margin: 0 auto;
    height: 335px;
    width: 520px;
    overflow: hidden;
    position: relative;
}

.picMarquee-top .bd {
    padding: 10px;
}

.picMarquee-top .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picMarquee-top .bd ul li {
    zoom: 1;
    margin-bottom: 11px;
    width: 500px;
}

.picMarquee-top .bd ul li .pic {
    display: inline-block;
}

.picMarquee-top .bd ul li .pic img {
    width: 131px;
    height: 131px;
    display: block;
    padding: 2px;
}

.picMarquee-top .bd ul li .pic a:hover img {
    border-color: #999;
}

.picMarquee-top .bd ul li .title {
    width: 350px;
    line-height: 24px;
    display: inline-block;
}

.picMarquee-top .bd ul li .title p {
    font-weight: bold;
    line-height: 30px;
}

.picMarquee-top .bd ul li:hover .title p {
    color: #f93942;
    font-size: 18px;
}

.picMarquee-top .bd ul li .title span {
    height: 70px;
    line-height: 22px;
    overflow: hidden;
}

/* newsCon */
.newsCon {
    width: 1180px;
    margin: 50px auto;
    overflow: hidden;
    height: 100%;
}

.leftNews {
    width: 750px;
    height: 100%;
}

.newsName {
    height: 33px;
    overflow: hidden;
    width: 100%;
    background-color: #ededed;
    line-height: 33px;
    margin-bottom: 15px;
}

.newsName ul li {
    width: 125px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.newsName a {
    margin-right: 10px;
}

.newsName a:hover {
    color: #f93942;
}

.speNews {
    background-color: white;
    border: 0;
    border-top: 2px solid #f93942;
}

.tab_c_2a {
    width: 750px;
    height: 100%;
}

.tab_c_2a img {
    width: 306px;
    height: 204px;
}

.tab_c_2a h6 {
    line-height: 34px;
}

.tab_c_2a h6 a {
    font-size: 16px;
}

.tab_c_2a h6 a:hover {
    font-weight: 600;
    color: #f93942 !important;
}

.tab_c_2a dd {
    width: 430px;
}

.tab_c_2a dd p {
    height: 100px;
    margin-bottom: 10px;
    line-height: 24px;
}

.tab_c_2a dd button {
    width: 108px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border: 0;
    cursor: pointer;
}

.tab_c_2a dd button:hover {
    background-color: #f93942;
    color: white;
}

.tab_c_2a ul {
    margin-top: 10px;
}

.tab_c_2a ul li {
    width: 355px;
    margin: 0 10px;
    border-bottom: 1px dashed #ddd;
    line-height: 37px;
    background-image: url(../images/dot.jpg);
    background-repeat: no-repeat;
    background-position: left center;
}

.tab_c_2a ul li a {
    margin-left: 20px;
    overflow: hidden;
}

.tab_c_2a ul li a:hover {
    color: #f93942;
}

.rightNews {
    width: 380px;
    height: 100%;
}

.txtMarquee-top {
    width: 380px;
    height: 410px;
    overflow: hidden;
    position: relative;
}

.txtMarquee-top .infoList li {
    line-height: 24px;
    height: 78px;
    overflow: hidden;
}

.txtMarquee-top .infoList li a img {
    vertical-align: top;
}

.txtMarquee-top .infoList li .date {
    float: right;
    color: #999;
}

.txtMarquee-top .infoList li .ask {
    color: #f93942;
    font-weight: 600;
    width: 344px;
    overflow: hidden;
    display: inline-block;
}

.txtMarquee-top .infoList li .answer {
    width: 344px;
    display: inline-block;
    line-height: 28px;
}

.linkName {
    overflow: hidden;
    margin-bottom: 15px;
}

.linkName h3 {
    float: left;
    font-size: 20px;
    color: #f93942;
    line-height: 30px;
    font-weight: 600;
}

.linkName .linkLine {
    text-align: center;
    width: 1080px;
    height: 2px;
    background-color: #ccc;
    margin-top: 14px;
}

.linkCon ul {
    width: 1040px;
    line-height: 30px;
}

.linkCon ul li a {
    margin: 0 10px;
}

.linkCon ul li a:hover {
    color: #f93942;
}

/* about页面 */
.main {
    padding-top: 20px;
    width: 1100px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

.mainLeft {
    width: 200px;
}

.main .mainLeft .leftItem {
    border: #d5d5d5 1px solid;
    border-radius: 4px;
    margin-bottom: 12px;
}

.main .mainLeft .leftItem .tit {
    background: #f93942;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-indent: 20px;
    font-weight: bold;
    color: #fff;
}

.main .mainLeft .leftItem .cates p {
    margin: 10px 30px;
    height: 30px;
    line-height: 30px;
}

.main .mainLeft .leftItem .cates p a:hover {
    color: #f93942;
}

.main .mainLeft .leftItem .leftPic {
    width: 174px;
    margin-left: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* .main .mainLeft .leftItem .leftPic a img:hover{border: 1px solid gray;} */
.main .mainLeft .leftItem .leftPic:hover a p {
    color: #f93942;
}

.main .mainLeft .leftItem .leftPic a img {
    width: 174px;
}

.mainRight {
    width: 890px;
    overflow: hidden;
    margin-bottom: 20px;
    margin-left: 10px;
    height: 100%;
}

.mainRight .rightMap {
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    padding-left: 12px;
}

.mainRight .rightContent {
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    padding: 0 20px;
    margin-top: 12px;
    font-size: 14px;
    line-height: 28px;
}

.mainRight .rightContent .rightTitle {
    height: 60px;
    border-bottom: #e1e3df dashed 1px;
    margin: 0 auto 15px auto;
    line-height: 60px;
    color: #505050;
    font-family: "Microsoft Yahei";
    font-size: 22px;
    font-weight: normal;
    text-align: center;
}

/* product 页面 */
.mainRight .rightProduct {
    border: 1px solid #d5d5d5;
    height: 100%;
    border-radius: 4px;
    margin-top: 12px;
    font-size: 14px;
    line-height: 28px;
}

.mainRight .rightProduct ul li {
    margin: 12px 10px;
    width: 200px;
    height: 100%;
}

.mainRight .rightProduct ul li a img {
    width: 200px;
    height: 197px;
    border: 1px solid #d5d5d5;
}

.mainRight .rightProduct ul li p {
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.mainRight .total p {
    text-align: center;
}

.mainRight .total p strong {
    font-weight: bold;
}

/* news页面 */
.rightContent .newsList {
    font-size: 12px;
}

.rightContent .newsList li {
    padding: 20px 0px;
    overflow: hidden;
}

.rightContent .newsList li:hover .txt h5 {
    color: red;
}

.rightContent .newsList li .img {
    width: 168px;
    height: 118px;
    float: left;
    overflow: hidden;
    margin-top: 2px;
}

.rightContent .newsList li img {
    width: 167px;
    height: 118px;
}

.rightContent .newsList li .txt {
    float: right;
    width: 655px;
    line-height: 24px;
}

.rightContent .newsList li .txt p {
    font-size: 14px;
}

.rightContent .newsList li .txt p a {
    color: red;
}

.rightContent .newsList .lineN {
    width: 906px;
    height: 15px;
    border-bottom: #d1d2d1 dashed 1px;
}

/* detail 页面 */
.rightContent .detailAutor {
    height: 30px;
    line-height: 18px;
    color: #505050;
    font-size: 12px;
    text-align: center;
    border-bottom: #e1e3df dashed 1px;
    margin: 0 auto;
}

.rightContent .detailAutor span {
    font-size: 12px;
    font-weight: normal;
}

.rightContent .detailCon {
    text-align: center;
    line-height: 28px;
}

.rightContent .fanye {
    width: 850px;
    height: auto;
    overflow: hidden;
}

/*footer*/
.footer {
    width: 100%;
    height: 100%;
    background: url(../images/pageBg.jpg) no-repeat center 0;
    padding: 104px 0 10px 0;
    margin-top: 50px;
}

.footer .footerCon {
    width: 1086px;
    margin: 0 auto;
    overflow: hidden;
    height: 100%;
}

.formBox {
    width: 350px;
    margin: 30px auto;
}

.formBox form input {
    overflow: hidden;
    width: 87%;
    height: 35px;
    border: 1px solid #ccc;
    margin-bottom: 16px;
}

.formBox form textarea {
    border: 1px solid #ccc;
    padding: 5px;
    margin-bottom: 10px;
}

.formBox form button {
    margin-left: 88px;
    width: 175px;
    height: 40px;
    background-color: #f93942;
    color: white;
    border: 0;
    cursor: pointer;
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 25px;
}

.footerPhone {
    background: url(../images/botmPhone.jpg) no-repeat left center;
    height: 48px;
    padding-left: 60px;
}

.footerPhone p:nth-child(1) {
    color: #f93942;
    line-height: 20px;
}

.footerPhone p:nth-child(2) {
    color: #f93942;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
}

.companyMs {
    width: 685px;
    margin-top: 50px;
    height: 100%;
}

.companyMs .footerNav {
    height: 40px;
    line-height: 40px;
    background-color: white;
    text-align: center;
    color: #f93942;
    font-weight: 600;
}

.companyMs .footerNav ul {
    width: 90%;
    margin: 0 auto;
    height: 100%;
}

.companyMs .footerNav ul li {
    color: #f93942;
}

.companyMs .footerNav ul li a {
    font-size: 16px;
    font-weight: 600;
    margin: 0 7px;
    color: #f93942;
}

.companyMs .footerNav ul li a:hover {}

.Shadow {
    width: 100%;
    height: 36px;
    background: url(../images/subNav.png) no-repeat center 0;
}

.companyMs .footerB {
    height: 200px;
    overflow: hidden;
    margin: 20px 0;
}

.companyMs .footerB .footerAdd p {
    width: 490px;
    float: left;
    color: white;
    line-height: 28px;
}

.companyMs .footerB img {
    display: block;
    width: 125px;
    height: 132px;
    margin-top: 15px;
}




.pageBar {
    margin-top: 30px;
    margin-bottom: 30px;
}

.pageBar ul {
    display: inline-block;
}

.pageBar a,
.pageBar span {
    display: block;
    float: left;
    line-height: 35px;
    height: 35px;
    padding-left: 4px;
    padding-right: 4px;
    min-width: 25px;
    border: 1px solid #ddd;
    margin-left: 2px;
    margin-right: 2px;
    font-size: 13px;
}

.pageBar a:hover {
    background: #f93942;
    color: #fff;
    border: 1px solid #f93942;
}

.pageBar .jrgzlb_page_dangqian {
    background: #f93942;
    color: #fff;
    border: 1px solid #f93942;
}