body, html {
    font-family: Microsoft YaHei, serif;
    font-size: 14px;
    background-color: #ffff;
    width: 100%;
    max-width: 100%;
    min-width: 1200px;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, table, tr, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}

ul, ul li, input, dl, dd {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

img, a img {
    border: 0;
    margin: 0;
    padding: 0;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

input:hover, input:active, input:focus, textarea:focus, button:focus {
    outline: 0;
}

a {
    text-decoration: none;
    color: #444;
}

a:hover {
    text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

textarea {
    resize: none;
    overflow: auto;
}

.clearfix:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
}

.line1 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.line2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.line3 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
    margin-left: auto !important;
    margin-right: auto !important;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}

.header {
    width: 1200px;
    margin: 0 auto;
    height: 120px;
    overflow: hidden;
}

.header .logo {
    float: left;
    padding-top: 14px;
}

.header .logo img {
    height: 94px;
    display: block;
}

.header .line {
    width: 1px;
    height: 50px;
    background: #d2d2d2;
    float: left;
    margin: 35px 10px;
}

.header .intro {
    float: left;
    color: #0362b6;
    font-size: 22px;
    margin-top: 29px;
}

.header .intro .key {
    padding: 2px 5px;
    background: #ff6600;
    color: #fff;
    border-radius: 5px;
    margin-right: 5px;
}

.header .intro .ms {
    margin-top: 8px;
    padding: 0;
    font-size: 17px;
    color: #969696;
}

.header .tel {
    margin-top: 30px;
    float: right;
}

.header .tel .cont {
    overflow: hidden;
}

.header .tel .cont .icon {
    float: left;
    width: 60px;
    height: 61px;
    margin-right: 10px;
}

.header .tel .cont .zi {
    float: left;
    margin-left: 10px;
    margin-top: 5px;
}

.header .tel .cont .zi .text {
    font-size: 16px;
    color: #6c6b6b;
}

.header .tel .cont .zi .num {
    font-size: 30px;
    color: #fd0808;
    font-weight: bold;
}

#menu {
    width: 100%;
    height: 50px;
    background: #0362b6;
}

#nav {
    width: 1200px;
    height: 50px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
}

#nav .item {
    width: 133px;
    float: left;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fefefe;
    font-size: 16px;
}

#nav .item a {
    color: #fff;
}

#nav .item:hover {
    background: #ff9000;
}

#nav .item.active {
    background: #ff9000;
}

#nav .item ul {
    display: none;
    position: absolute;
    background: #ff9000;
}

#nav .item ul li {
    width: 133px;
    padding: 10px 0;
    border-top: 1px solid #ffa531;
    font-size: 13px;
    line-height: 20px;
}

#nav .item ul li a:hover {
    background: none;
}

/*轮播图*/
.banner img {
    width: 100%;
    display: block;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#swiper-banner img {
    width: 100%;
    display: block;
}

#swiper-pagination-banner {
    bottom: 30px;
}

#swiper-pagination-banner .swiper-pagination-bullet {
    width: 24px;
    height: 6px;
    background: #fff;
    border-radius: 3px;
    opacity: 0.5;
}

#swiper-pagination-banner .swiper-pagination-bullet-active {
    background: #ff9000;
    opacity: 1;
}

/*公共标题*/
.main_tit {
    text-align: center;
    width: 800px;
    margin: 50px auto 0;
    padding-bottom: 18px;
    background: url(../img/title_line.png) no-repeat center bottom;
}

.main_tit .title {
    font-size: 34px;
    font-weight: bold;
}

.main_tit .intro {
    font-size: 16px;
    color: #999;
    margin-top: 8px;
    line-height: 24px;
}

/*首页培训课程*/
.index-service {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.index-service .cont {
    width: 1200px;
    overflow: hidden;
    padding-top: 50px;
}

.index-service .cont li {
    width: 25%;
    float: left;
}

.index-service .cont li .img {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
    overflow: hidden;
    border-radius: 50%;
}

.index-service .cont li .img img {
    width: 100%;
    height: 100%;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.index-service .cont li .img img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.index-service .cont li .name {
    text-align: center;
    font-size: 22px;
    margin: 15px 0;
}

.index-service .cont li .intro {
    text-align: center;
    color: #888;
    font-size: 14px;
    margin-top: 3px;
}

/*首页关于我们*/
.guanyubg {
    width: 100%;
    height: 462px;
    margin-top: 50px;
    background: url(../img/aboutbg.jpg) no-repeat center;
    overflow: hidden;
}

.guanyu {
    width: 1200px;
    height: 370px;
    background: #fff;
    margin: 50px auto;
}

.guanyu .video {
    padding: 40px 30px;
    width: 500px;
    float: left;
}

.guanyu .about {
    padding: 50px 30px;
    width: 580px;
    float: left;
    line-height: 34px;
    font-size: 16px;
    color: #666;
}

.guanyu .about .tit {
    font-size: 30px;
    color: #0362b6;
    margin-bottom: 20px;
    text-align: center;
}

.guanyu .about .cont {
    text-indent: 2em;
    height: 204px;
    overflow: hidden;
}

/*首页优势*/
.youshibg {
    width: 100%;
    height: 680px;
    background: #f8f8f8;
    overflow: hidden;
}

.youshi {
    width: 1200px;
    margin: 0 auto;
}

.youshi .cont {
    width: 1200px;
    height: 500px;
    margin-top: 10px;
    background: url(../img/youshi.png) no-repeat center;
    position: relative;
}

.youshi .cont li {
    position: absolute;
}

.youshi .cont li .licon {
    width: 330px;
    height: 96px;
    padding: 18px 15px;
    background: #fff;
    box-shadow: 0px 0px 10px #bbb;
    border-radius: 20px;
    cursor: pointer;
    display: block;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.youshi .cont li .licon2 {
    width: 330px;
    height: 96px;
    padding: 18px 15px;
    background: #fff;
    box-shadow: 0px 0px 10px #bbb;
    border-radius: 20px;
    cursor: pointer;
    display: block;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.youshi .cont li .tit {
    font-size: 24px;
    font-weight: bold;
    color: #0362b6;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.youshi .cont li .con {
    font-size: 14px;
    color: #555;
    line-height: 20px;
    height: 60px;
    margin-top: 6px;
    overflow: hidden;
}

.youshi .cont li .licon:hover {
    transform: translate(-20px, 0);
    -webkit-transform: translate(-20px, 0);
    -moz-transform: translate(-20px, 0);
    -o-transform: translate(-20px, 0);
    -ms-transform: translate(-20px, 0);
}

.youshi .cont li .licon2:hover {
    transform: translate(20px, 0);
    -webkit-transform: translate(20px, 0);
    -moz-transform: translate(20px, 0);
    -o-transform: translate(20px, 0);
    -ms-transform: translate(20px, 0);
}

.youshi .cont .bg1 {
    top: 100px;
    left: 0;
}

.youshi .cont .bg2 {
    top: 100px;
    right: 0;
}

.youshi .cont .bg3 {
    top: 300px;
    left: 0;
}

.youshi .cont .bg4 {
    top: 300px;
    right: 0;
}

.youshi .cont .bg5 {
    top: 400px;
    left: 55px;
}

.youshi .cont .bg6 {
    top: 400px;
    right: 55px;
}

/*首页流程*/
.liucheng {
    width: 100%;
}

.liucheng img {
    display: block;
    margin: 0 auto;
}
.liucheng .btnbox{
    padding: 10px 0 40px;
    display: flex;
    justify-content: center;
}
.liucheng .btnbox .btn{
    display: block;
    padding: 0 40px;
    height: 44px;
    line-height: 44px;
    background-color: #0362b6;
    color: #ffffff;
    font-size: 16px;
}

/*首页师资力量*/
.probg {
    width: 100%;
    height: 728px;
    background-image: url(../img/probg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 728px;
    overflow: hidden;
}

.probg .prolist {
    width: 1200px;
    height: auto;
    margin: 50px auto 0;
    overflow: hidden;
}

.probg .prolist ul {
    width: 1250px;
}

.probg .prolist ul li {
    width: 285px;
    height: 450px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.probg .prolist ul li .img {
    width: 285px;
    height: 410px;
    border: 1px solid #eee;
    box-sizing: border-box;
}

.probg .prolist ul li .img img {
    width: 100%;
    height: 100%;
}

.probg .prolist ul li .name {
    width: 285px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    background: #eee;
    color: #555;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.probg .prolist ul li:hover .name {
    background: #0362b6;
    color: #fff;
}

.probg .prolist ul li:hover .img {
    border: 1px solid #0362b6;
}

/*首页案例*/
.casebg {
    width: 100%;
    height: 780px;
    background: url(../img/casebg.jpg) no-repeat center;
    overflow: hidden;
}

.case {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.case .casecont {
    margin-top: 40px;
    width: 1200px;
    overflow: hidden;
}

.case .casecont li {
    width: 280px;
    height: 260px;
    margin: 0 10px 20px;
    border: 1px solid #ddd;
    float: left;
    background: #fff;
    box-sizing: border-box;
}

.case .casecont li .img {
    width: 278px;
    height: 208px;
}

.case .casecont li .img img {
    width: 100%;
    height: 100%;
}

.case .casecont li .name {
    width: 278px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #333;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.case .casecont li:hover {
    background: #0362b6;
    border: 1px solid #0362b6;
}

.case .casecont li:hover .name {
    color: #fff;
}

/*首页教学环境*/
.huanjing {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.huanjing .hjcont {
    width: 1200px;
    overflow: hidden;
    margin: 40px 0 20px;
}

.huanjing .hjcont ul {
    float: left;
}

.huanjing .hjcont ul li {
    width: 278px;
    height: 255px;
    cursor: pointer;
    float: left;
    margin: 0 10px 20px;
    display: inline;
    overflow: hidden;
}

.huanjing .hjcont ul li img {
    width: 278px;
    height: 208px;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.huanjing .hjcont ul li .name {
    height: 50px;
    line-height: 50px;
    width: 278px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.huanjing .hjcont ul li:hover .name {
    color: #FF6600;
}

/*首页新闻*/
.newsbg {
    width: 100%;
    height: 500px;
    overflow: hidden;
    background: #f4f4f4;
}

.news {
    width: 1200px;
    margin: 40px auto;
    display: flex;
    flex-wrap: wrap;
}

.news_con {
    width: 380px;
    background: #fff;
    margin-right: 30px;
    padding: 20px;
    box-sizing: border-box;
}

.news_con .tit {
    height: 30px;
    border-bottom: 1px solid #ddd;
}

.news_con .tit .name {
    float: left;
    font-size: 18px;
    color: #0362b6;
    padding: 0 15px;
    height: 28px;
    border-bottom: 3px solid #0362b6;
}

.news_con .tit .more a {
    float: right;
    font-size: 14px;
    color: #555;
}

.news_con .tit .more a:hover {
    color: #FF6600;
}

.news_con .first {
    margin-top: 20px;
    height: 112px;
}

.news_con .first img {
    float: left;
    width: 150px;
    height: 112px;
    margin-right: 15px;
}

.news_con .first .cont .title {
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news_con .first .cont .time {
    font-size: 12px;
    color: #999;
    margin: 6px 0;
}

.news_con .first .cont .intro {
    font-size: 13px;
    color: #666;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
}

.news_con .first:hover .title {
    color: #FF6600;
}

.news_con .newslist {
    margin-top: 20px;
}

.news_con .newslist li {
    height: 32px;
    line-height: 32px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news_con .newslist li a {
    color: #444;
}

.news_con .newslist li a:hover {
    color: #FF6600;
}

/*首页问答*/
.wenda {
    width: 340px;
}

.wenda .wen {
    width: 320px;
    height: 40px;
    line-height: 40px;
    padding: 20px 10px 0;
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}

.wenda .hui {
    width: 320px;
    padding: 0 10px;
    margin: 10px 0 0;
    height: 40px;
    line-height: 20px;
    font-size: 13px;
    color: #666;
    overflow: hidden;
}

/*友情链接*/
.links {
    width: 1200px;
    margin: 25px auto 15px;
    overflow: hidden;
}

.links .tit {
    float: left;
    font-size: 16px;
    background: url(../img/link.png) no-repeat left center;
    text-indent: 15px;
}

.links a {
    color: #555;
    margin: 0 10px 10px;
    float: left;
    font-size: 16px;
}

.links a:hover {
    color: #FF6600;
}


/*底部*/
footer {
    background-color: #38373c;
    height: 300px;
    overflow: hidden;
}

.footer-nav {
    height: 60px;
    line-height: 60px;
    font-size: 15px;
    text-align: center;
    border-bottom: #535258 1px solid;
    overflow: hidden;
}

.footer-nav ul li {
    display: inline-block;
    overflow: hidden;
}

.footer-nav ul li a {
    width: 129px;
    height: 60px;
    line-height: 60px;
    float: left;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    letter-spacing: 1px;
    overflow: hidden;
}

.footer-nav ul li:hover a {
    color: #0362b6;
    overflow: hidden;
}

.center {
    margin: 0 auto;
    width: 1200px;
    overflow: hidden;
}

.m-j1 {
    width: 1200px;
    margin: 0 auto;
    height: auto;
    font-size: 13px;
    text-align: left;
    overflow: hidden;
    line-height: 170%;
    overflow: hidden;
}

.M-FOOT-PRO {
    margin-LEFT: 6px;
    width: 474px;
    height: 220px;
    float: left;
    overflow: hidden;
}

.M-FOOT-PRO-T {
    height: 33px;
    line-height: 33px;
    margin-top: 30px;
    color: #ffffff;
    width: 474px;
    font-size: 16px;
    overflow: hidden;
}

.M-FOOT-PRO-L {
    margin: 0px;
    padding: 0px;
    width: 474px;
    overflow: hidden;
    overflow: hidden;
}

.M-FOOT-PRO-L li {
    margin: 0px;
    padding: 0px;
    width: 156px;
    float: left;
    overflow: hidden;
}


.M-FOOT-PRO-L ul {
    margin-top: 6px;
    overflow: hidden;
}

.M-FOOT-PRO-S a {
    width: 139px;
    height: 26px;
    text-align: center;
    margin-right: 7px;
    margin-bottom: 7px;
    background-color: #0362b6;
    float: left;
    color: #fff;
    line-height: 26px;
    overflow: hidden;
}

.M-CONTACT {
    width: 410px;
    height: 190px;
    margin-top: 29px;
    padding: 5px;
    font-size: 15px;
    color: #ffffff;
    line-height: 200%;
    float: left;
    overflow: hidden;
}

.M-CONTACT a {
    color: #ffffff;
    overflow: hidden;
}

.M-CONTACT01 {
    margin-top: 20px;
    float: right;
}

.M-FOOT-PRO-S a:hover {
    background-color: #024888;
    overflow: hidden;
}

/*内页*/
.pagePath {
    background: #ececec;
    height: 50px;
    line-height: 50px;
    color: #666;
}

.pagePath i {
    display: inline-block;
    position: relative;
    width: 26px;
    height: 10px;
}

.pagePath i:after {
    position: absolute;
    content: "";
    border: 1px solid #999;
    border-style: solid solid none none;
    width: 8px;
    height: 8px;
    left: 5px;
    transform: rotate(45deg);
}

.pagePath a {
    color: #666;
}

.pagePath a:hover {
    color: #fd6633;
}

.pageContainer {
    background: #f7f7f7;
    padding: 30px 0;
    min-height: 600px;
}

.pageContainer .wrap {
    display: flex;
    justify-content: space-between;
}

.pageSide {
    width: 240px;
    margin-right: 30px;
}

.pageContent {
    flex: 1;
}

.sideMenu {
    margin-bottom: 20px;
}

.sideMenu .hd {
    height: 76px;
    line-height: 75px;
    background: #555;
    text-align: center;
    color: #fff;
    font-size: 24px;
}

.sideMenu .hd span {
    font-size: 14px;
    text-transform: uppercase;
}

.sideMenu ul li {
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    background: #ececec;
    margin-top: 1px;
    position: relative;
}

.sideMenu ul li:after {
    position: absolute;
    content: "";
    border: 1px solid #aaa;
    border-style: solid solid none none;
    width: 8px;
    height: 8px;
    right: 40px;
    top: 50%;
    transform: rotate(45deg);
    margin-top: -4px;
}

.sideMenu ul li:hover, .sideMenu ul li.active {
    background: #ccc;
}

/*.sideMenu ul li:hover a,.sideMenu ul li.active a{
	color: #7e4d00;
}*/
.sideMenu ul li:hover:after, .sideMenu ul li.active:after {
    border-color: #444;
}

.sideContact {
    height: 140px;
    background: url("../images/side_contact.jpg") no-repeat;
}

.sideContact p {
    padding: 37px 0 0 95px;
    font-size: 20px;
    height: 30px;
    background: url(../images/icon7.png) no-repeat 74px 43px;
}

.sideContact h3 {
    padding: 10px 0 0 73px;
    font-size: 18px;
    font-weight: bold;
}

/*文章列表*/
.articleList li {
    padding: 22px;
    margin-bottom: 15px;
    border: 1px solid #dedede;
    display: flex;
    background: #fff;
}

.articleList li .showimg {
    margin-right: 30px;
}

.articleList li .showimg img {
    width: 300px;
    height: 180px;
    object-fit: cover;
}

.articleList li .showinfo h3 {
    font-size: 20px;
    height: 36px;
}

.articleList li .showinfo h3 a {
    color: #222;
}

.articleList li .showinfo .intro {
    font-size: 14px;
    color: #797979;
    line-height: 2;
    height: 84px;
}

.articleList li .showinfo .attr {
    margin-top: 12px;
    display: flex;
    align-items: center;
}

.articleList li .showinfo .attr .time {
    color: #797979;
    flex: 1;
    text-align: right;
    font-size: 14px;
}

.articleList li .showinfo .attr .more {
    display: block;
    width: 134px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ddd;
    text-align: center;
}

.articleList li:hover {
    border-color: #fd6633;
}

.articleList li:hover .showinfo .attr .more {
    background: #fd6633;
    border-color: #fd6633;
    color: #fff;
}

/*内页banner*/
.n-banner {
    width: 100%;
    height: 360px;
    background-repeat: no-repeat;
    background-position: center top;
}


/*内页导航*/
.n-menu {
    width: 100%;
    height: 46px;
    background: #f2f2f2;
    padding: 12px 0;
}

.n-menu h2 {
    float: left;
    line-height: 46px;
    font-size: 24px;
    color: #222;
}

.n-menu .cate {
    float: right;
}

.n-menu .cate a {
    display: inline-block;
    /*margin-left: 15px;*/
    padding: 0 20px;
    line-height: 46px;
}

.n-menu .cate a:hover {
    background: #2378cb;
    color: #fff;
    border-radius: 9999px;
}


/*图片列表*/
.photoList li {
    border: 1px solid #dedede;
    float: left;
    box-sizing: border-box;
    width: 302px;
    height: 350px;
    margin: 0 12px 12px 0;
    overflow: hidden;
    padding: 18px;
    cursor: pointer;
    background: #fff;
}

.photoList li:nth-child(3n) {
    margin-right: 0;
}

.photoList li .showimg {
    width: 264px;
    height: 192px;
    overflow: hidden;
}

.photoList li .showimg img {
    display: block;
    width: 264px;
    height: 192px;
    object-fit: cover;
    transition: all 1.5s;
}

.photoList li:hover .showimg img {
    transform: scale(1.2); /*以y轴为中心旋转*/
}

.photoList li h3 {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #333;
    margin-top: 20px;
}

.photoList li .btn {
    display: block;
    margin: 16px auto 0;
    width: 128px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #e3e3e3;
    color: #222;
    text-align: center;
}

.photoList li:hover {
    border-color: #fd6633;
}

.photoList li:hover .btn {
    background: #fd6633;
    color: #fff;
    border-color: #fd6633;
}

/*内容*/
.articleDetails {
    background: #fff;
    padding: 30px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
}

.articleDetails h1 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 40px;
    text-align: center;
}

.articleDetails .attr {
    border-bottom: 1px dotted #e4e8eb;
    padding-bottom: 15px;
    font-size: 14px;
    text-align: center;
}

.articleDetails .attr span {
    margin-right: 10px;
    color: #888;
}

.artBody {
    text-align: justify;
    line-height: 1.7;
    font-size: 17px;
    padding-top: 20px;
}

.artBody img {
    width: 100%;
    max-width: 100%;
}

.artBody p {
    margin-bottom: 20px;
    text-align: justify;
}

.artBody img {
    width: 90%;
}

/*
======================================================================
======================================================================
上一篇，下一篇
*/
.upNext {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.upNext p {
    flex: 1;
    color: #888;
}

.upNext p a:hover {
    color: #fd6633;
}

/*产品下边留言*/
.pbook {
    margin-top: 20px;
}

.pbook .hd {
    background: #f2f2f2;
    height: 45px;
    line-height: 45px;
}

.pbook .hd h3 {
    font-size: 20px;
    width: 150px;
    background: #555;
    color: #fff;
    text-align: center;
}

.pbook .row {
    margin-top: 15px;
}

.pbook .row input {
    height: 40px;
    line-height: 40px;
    border: 1px solid #ddd;
    background: #f2f2f2;
    padding: 0 10px;
    width: 500px;
    font-family: "Microsoft YaHei";
    font-size: 14px;
}

.pbook .row textarea {
    box-sizing: border-box;
    height: 160px;
    border: 1px solid #ddd;
    background: #f2f2f2;
    padding: 10px 10px;
    width: 100%;
    font-family: "Microsoft YaHei";
    font-size: 14px;
}

.pbook .row .btn {
    color: #fff;
    background: #fd6633;
    display: block;
    height: 40px;
    line-height: 40px;
    width: 160px;
    text-align: center;
    border: 0;
    font-family: "Microsoft YaHei";
    font-size: 16px;
}


/*在线留言*/
.gbook {
    padding: 10px 0px;
}

.gbook .item {
    margin-bottom: 30px;
    display: flex;
}

.gbook .item .col-1 {
    line-height: 42px;
    color: #333;
    font-size: 16px;
    width: 100px;
    padding-right: 20px;
    text-align: right;
}

.gbook .item .col-1 span {
    font-size: 14px;
    color: red;
    padding-right: 4px;
    font-family: "宋体";
}

.gbook .item .col-2 {
    flex: 1;
}

.gbook .item .input {
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    height: 42px;
    line-height: 42px;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    padding: 0 10px;
    color: #444;
}

.gbook .item .input.textarea {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 160px;
    line-height: 1.6;
    font-family: Microsoft YaHei;
}

.gbook .item .btn {
    display: block;
    width: 180px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border: 0;
    font-size: 16px;
    color: #fff;
    background-color: #fd6633;
    border-radius: 5px;
}

::-webkit-input-placeholder {
    color: #bbb;
}

::-moz-input-placeholder {
    color: #bbb;
}

::-ms-input-placeholder {
    color: #bbb;
}

/*内页-banner*/
.inside-banner {
    position: relative;
    height: 320px;
}

.inside-banner img {
    display: block;
    width: 100%;
    height: 320px;
    position: absolute;
    left: -50%;
    margin-left: 50%;
}

.inside-container {
    background-color: #f8f8f8;
}

.inside-content {
    padding: 30px;
    margin: 40px 0;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    border: 1px solid #E8E8E8;
}

/*内页-内容区*/
.main-container {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

/*新闻列表*/
.news_list {
    margin: 30px 0;
    overflow: hidden;
}

.news_list ul {
    overflow: hidden;
}

.news_list ul li {
    padding: 20px;
    border-bottom: 1px solid #ddd;
    height: 150px;
}

.news_list ul li img {
    float: left;
    width: 200px;
    height: 150px;
    object-fit: cover;
    margin-right: 30px;
}

.news_list ul li .info {
    overflow: hidden;
}

.news_list ul li .info .title {
    font-size: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news_list ul li .info .intro {
    font-size: 14px;
    height: 75px;
    line-height: 25px;
    overflow: hidden;
    color: #888;
    margin-top: 10px;
}

.news_list ul li .info .time {
    margin-top: 10px;
}

.news_list ul li:hover {
    background: #f3fef7;
}

/*通用列表*/
.common_list {
    padding-top: 30px;
    overflow: hidden;
}

.common_list ul{
    margin-right: -10px;
    margin-left: -10px;
    display: flex;
    flex-wrap: wrap;
}

.common_list li {
    width: 285px;
    margin: 0 10px 20px;
    border: 1px solid #ddd;
    background: #fff;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.common_list li img {
    width: 283px;
    height: 283px;
    object-fit: cover;
    display: block;
}

.common_list li .title {
    padding: 0 10px;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    color: #333;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.common_list li:hover {
    z-index: 2;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}



.view-content {
    padding: 30px;
    margin: 40px 0;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    border: 1px solid #E8E8E8;
}

.read-title {
    font-size: 34px;
    padding: 20px 0;
    text-align: center;
}

.read-attr {
    border-bottom: 1px solid #E8E8E8;
    border-top: 1px solid #E8E8E8;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #666;
    font-size: 14px;
}

.read-attr span + span {
    margin-left: 20px;
}

.read-content {
    padding: 40px 20px;
    font-size: 16px;
    line-height: 1.7;
    text-align: justify;
}

.read-content p {
    margin: 12px 0;
}

.list-title {
    font-size: 34px;
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
}

.list-category {
    margin-top: 40px;
    text-align: center;
}

.list-category li {
    margin: 0 5px;
    display: inline-block;
    transition: all .2s ease;
    margin-bottom: 10px;
}

.list-category li a {
    padding: 0 20px;
    display: block;
    height: 40px;
    line-height: 40px;
    color: #555;
    background: #e8e8e8;
    font-size: 16px;
    border-radius: 5px;
}

.list-category li a:hover,
.list-category li.active a {
    background: #0362b6;
    color: #fff;
}

.list-category li a.on {
    background: #0362b6;
    color: #fff;
}

/*分页*/
.pagination {
    margin: 30px 0;
    display: flex;
    justify-content: center;
}

.pagination > li {
    margin: 0 2px;
}

.pagination > li > a,
.pagination > li > span {
    display: block;
    padding: 8px 16px;
    color: #23abf0;
    font-size: 16px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    color: #fff;
    cursor: default;
    background-color: #23abf0;
    border-color: #23abf0;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
