
body {
    font-family: "Microsoft Yahei";
    font-size: 14px;
    padding: 0;
    margin: 0;
    background: #fff;
    color: #636363;
}

ul li {
    list-style-type: none;
}

img {
    border: 0;
}

a {
    color: #636363;
}

a, a:hover {
    text-decoration: none;
}

a:hover {
    color: #005f92;
}

a:focus {
    outline: none;
    text-decoration: none;
}

h1, h2, h3, h4, h5, p, ul, dl, dd, label {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, dt, label {
    font-weight: normal;
}

em, i {
    font-style: normal;
}

input, textarea, button {
    outline: none !important;
}

a, button, input {
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}

.clear {
    clear: both;
}

.main {
    width: 1180px;
    margin: 0px auto;
    overflow: hidden;
}

.page {
    min-width: 1180px;
    overflow: hidden;
}

/*=========================共用==========================*/

/*头部*/
.header {
    padding: 20px 0 35px;
    min-width: 1180px;
    overflow: hidden;
}

.header .logo {
    display: block;
    width: 265px;
    height: 54px;
    margin: 12px 0 0 70px;
    float: left;
}

.header .logo img {
    display: block;
    height: 54px;
    max-width: 100%;
}

.header .right {
    float: right;
    padding-right: 15px;
    overflow: hidden;
}

.header .navmenu {
    clear: both;
    padding: 20px 0 0;
    text-align: right;
    overflow: hidden;
}

.header .navmenu li {
    display: inline-block;
    font-size: 15px;
}

.header .navmenu li a {
    color: #7d7d7d;
    padding: 0 25px;
    font-size: 16px;
}

.header .navmenu li a:after {
    content: "";
    float: right;
    width: 2px;
    height: 15px;
    margin: 3px 0 0;
    background: #a3a3a3;
}

.header .navmenu li:last-child a:after {
    width: 0;
}

.header .navmenu li:hover a {
    color: #005f92;
}

.header .navmenu .active a {
    color: #005f92;
}

.header form {
    float: right;
    width: 175px;
    padding: 0 10px;
    margin-right: 25px;
    height: 22px;
    border: 2px solid #ededed;
    border-radius: 20px;
}

.header input[type=text] {
    border: 0;
    height: 20px;
    float: left;
    width: 125px;
    font-family: "Microsoft Yahei";
    font-size: 12px;
}

.header input[type=submit] {
    border: 0;
    cursor: pointer;
    float: right;
    width: 20px;
    height: 20px;
    background: url(../image/search.jpg) right center no-repeat;
}

/*底部*/
.footer {
    padding: 55px 0 0;
    background: #ebebeb;
    min-width: 1180px;
    overflow: hidden;
}

.footer h4 {
    clear: both;
    font-size: 20px;
    margin: 0 0 15px;
}

.footer .menu {
    float: left;
    margin: 0 0 45px;
    overflow: hidden;
}

.footer .menu li {
    float: left;
    max-width: 128px;
    margin-right: 90px;
    overflow: hidden;
}

.footer .menu a {
    display: block;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.footer .menu a:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 100%;
    display: inline-block;
    margin-right: 5px;
    background: #333333;
    vertical-align: middle;
}

.footer .right {
    width: 230px;
    float: right;
    margin: 0 0 45px 0;
}

.footer .right ul {
    height: 35px;
    padding: 0 0 30px;
}

.footer .right ul li {
    width: 35px;
    height: 35px;
    float: left;
    margin-right: 15px;
    position: relative;
    cursor: pointer;
}

.footer .right ul li:before {
    content: "";
    width: 35px;
    height: 35px;
    display: block;
}

.footer .right ul .wb {
    background: url(../image/foot-ico1.png) center no-repeat;
}

.footer .right ul .wx {
    background: url(../image/foot-ico2.png) center no-repeat;
}

.footer .right ul p {
    display: none;
    background: #fff;
    padding: 5px;
    position: absolute;
    left: -40px;
    top: 40px;
}

.footer .right ul p:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -3px;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    vertical-align: middle;
    border: 6px dashed transparent;
    border-bottom-style: solid;
    border-bottom-color: #fff;
    border-top-width: 0;
}

.footer .right ul p img {
    display: block;
    width: 110px;
    height: 110px;
}

.footer .right ul li:hover p {
    display: block;
}

.footer .right p {
    font-size: 14px;
    line-height: 24px;
}

.footer .right .more {
    display: block;
    margin: 25px 0 0;
    height: 25px;
    font-size: 12px;
    line-height: 25px;
    padding-left: 30px;
    background: url(../image/foot-ico3.png) left center no-repeat;
}

.copyright {
    clear: both;
    position: relative;
    background: #616161;
    font-size: 16px;
    color: #f8f8f8;
    line-height: 25px;
    padding: 25px 0;
    overflow: hidden;
}

.back-top {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 25px;
    height: 13px;
    cursor: pointer;
    background: url("../image/float-ico3.png") center no-repeat
}

/*=========================首页==========================*/

/*banner*/
.index-banner {
    height: 475px;
    overflow: hidden;
    position: relative;
    min-width: 1180px;
}

.index-banner .hd {
    height: 25px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    z-index: 1;
}

.index-banner .hd ul {
    overflow: hidden;
    zoom: 1;
}

.index-banner .hd ul li {
    display: inline-block;
    margin: 0 5px;
    width: 50px;
    height: 2px;
    line-height: 14px;
    text-align: center;
    background: #dddddd;
    color: transparent;
    cursor: pointer;
}

.index-banner .hd ul li.on {
    background: #005f92;
}

.index-banner .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.index-banner .bd li {
    zoom: 1;
    vertical-align: middle;
}

.index-banner .bd a {
    height: 475px;
    display: block;
    margin: 0 auto;
}

.index-banner .bd li .main {
    padding: 150px 0 0 200px
}

.index-banner .bd li .main h3 {
    color: #0180cd;
    font-size: 30px;
}

.index-banner .bd li .main h5 {
    color: #feb21e;
    font-size: 16px;
    margin: 26px 0 0;
}

/*part1*/
.index-part1 {
    min-width: 1180px;
    overflow: hidden;
}

.index-part1 ul {
    padding: 50px 0;
    overflow: hidden;
}

.index-part1 ul li {
    float: left;
    text-align: center;
    width: 293px;
    color: #636363;
    border-right: 2px solid #f3f3f3;
    overflow: hidden;
    font-size: 16px;
}

.index-part1 ul li:last-child {
    width: 295px;
    border-right: none;
}

.index-part1 ul p {
    font-size: 52px;
    font-weight: lighter;
    color: #5f5f5f;
    margin: 0 0 5px;
    overflow: hidden;
    margin: 0 0 0px 10px;
}

.index-part1 ul p em {
    display: inline-block;
    vertical-align: text-top;
    margin: 2px 0 0 5px;
    font-size: 22px;
    font-weight: 600;
    color: #ffaf00;
}

/*part2*/
.index-part2 {
    height: 480px;
    min-width: 1180px;
    background: url('../image/config_1545812403_2LGKqoZ8Gn.jpg') center top no-repeat;
    overflow: hidden;
}

.index-part2 a {
    color: #636363;
    float: left;
    overflow: hidden;
}

.index-part2 h5 {
    font-size: 22px;
    margin: 0 0 5px;
}

.index-part2 p {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
}

.index-part2 span {
    display: block;
    font-size: 10px;
    margin: 10px 0 0;
    width: 85px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border: 2px solid #ffaf00;
    color: #ffaf00;
}

.index-part2 .item1 {
    margin: 75px 0 0 85px;
    width: 180px;
    height: 165px;
}

.index-part2 .item2 {
    margin: 60px 0 0 380px;
    width: 200px;
    height: 180px;
}

.index-part2 .item3 {
    clear: both;
    margin: 60px 0 0 360px;
    width: 180px;
}

.index-part2 a:hover h5 {
    color: #005f92;
}

.index-part2 a:hover span {
    background: #ffaf00;
    color: #fff;
}

/*part3*/
.index-part3 {
    padding: 55px 0 25px;
    min-width: 1180px;
    overflow: hidden;
}
.index-part3-82{background: url(../image/9846b80b237386fb07ad668c35309321.png) center no-repeat; background-size: contain;}
.index-part3-66{background: url(../image/c9bff368b0012cec94facb4593eb498b.png) center no-repeat; background-size: contain;}
.index-part3-88{background: url(../image/c8934fcc51b5bb791d9d12bd89be618f.png) center no-repeat; background-size: contain;}
.index-part3-90{background: url(../image/c226f00366e238e524797deacedea517.png) center no-repeat; background-size: contain;}
.index-part3 .hover a{color:#646669}
.pt12{padding-top:12px}
.copyright .main{color:#fff}
.gn{width:300px;margin:0 auto; padding:20px 0;}
.gn .img{width: 20px; height: 20px;}
.gn .text{ height:25px;line-height:25px;margin: 0px 0px 0px 5px; color:#fff;}

.index-part3 .list {
    overflow: hidden;
    position: relative;
}

.index-part3 .list .hd {
    overflow: hidden;
}

.index-part3 .list .hd a {
    width: 25px;
    height: 43px;
    overflow: hidden;
    position: absolute;
    top: 75px;
    cursor: pointer;
}

.index-part3 .list .hd .prev {
    left: 0;
    background: url(../image/arrow-left.png) center top no-repeat;
}

.index-part3 .list .hd .next {
    right: 0;
    background: url(../image/arrow-right.png) center top no-repeat;
}

.index-part3 .list .bd {
    padding-left: 30px;
    overflow: hidden;
}

.index-part3 .list .bd ul {
    overflow: hidden;
    zoom: 1;
}

.index-part3 .list .bd li {
    padding: 20px 36px;
    width: 285px;
    text-align: center;
    position: relative;
    margin: 0 8px 30px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.index-part3 .info i {
    display: block;
    width: 90px;
    height: 60px;
    margin: 0 auto 20px;
}

.index-part3 .info h4 {
    font-size: 18px;
    margin: 0 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #636363
}

.index-part3 .info p {
    color: #636363;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.index-part3 .hover {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 13px 10px 0;
    background: #f3f4f3;
}

.index-part3 .hover p {
    line-height: 17px;
    height: 168px;
    overflow: hidden;
    font-size: 12px;
    text-align: left
}

.index-part3 .list .bd li:hover .hover {
    display: block;
}

/*part4*/
.index-part4 {
    height: 618px;
    background: url(../image/index-bg2.jpg) center top no-repeat;
    min-width: 1180px;
    overflow: hidden;
}

.index-part4 a {
    color: #fff;
    float: left;
    height: 130px;
    width: 220px;
    overflow: hidden;
}

.index-part4 h3 {
    font-size: 22px;
    margin: 0 0 5px
}

.index-part4 p {
    font-size: 14px;
    line-height: 24px;
}

.index-part4 .item1 {
    margin: 70px 0 0 49px;
}

.index-part4 .item2 {
    clear: both;
    float: right;
    margin: 70px 20px 0 0;
}

.index-part4 .item3 {
    clear: both;
    margin: 70px 0 0 410px;
}

/*part5*/
.index-part5 {
    padding: 95px 0 40px 0;
    min-width: 1180px;
    overflow: hidden;
}

.index-part5 ul {
    margin: 0 0 45px -15px;
    overflow: hidden;
}

.index-part5 ul li {
    float: left;
    width: 383px;
    margin-left: 15px;
    overflow: hidden;
}

.index-part5 .news h4 {
    font-size: 20px;
    color: #ffaf00;
}

.index-part5 .img {
    display: block;
    height: 248px;
    overflow: hidden;
}

.index-part5 .img img {
    display: block;
    width: 100%;
    height: 248px;
}

.index-part5 .text {
    display: block;
    text-align: center;
    background: #f7f7f7;
    padding: 20px 20px;
    overflow: hidden;
    text-align: left;
}

.index-part5 .text h4 {
    font-size: 18px;
    display: block;
    border-bottom: 1px solid #aaa;
    line-height: 30px;
    color: #636363;
    height: 60px;
    overflow: hidden;
}

.index-part5 .text p {
    clear: both;
    margin: 15px 0 0;
    line-height: 25px;
    height: 50px;
    color: #adadad;
    overflow: hidden;
}

.index-part5 .text:after {
    content: "";
    display: block;
    margin: 25px auto 15px;
    width: 26px;
    height: 12px;
    background: url(../image/more.png) center no-repeat;
}

.index-part5 .info {
    display: block;
    margin: 18px 0 0;
    overflow: hidden;
}

.index-part5 .info h5 {
    font-size: 18px;
    margin: 0 0 10px;
}

.index-part5 .info p {
    font-size: 14px;
    margin: 0 0 20px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    color: #adadad;
}

.index-part5 .info span {
    display: inline-block;
    font-size: 12px;
    border-bottom: 1px solid #507dc5;
    line-height: 33px;
    color: #adadad;
}

.index-part5 .news-img li:hover .text {
    color: #fff;
    background: #2b71b4;
}

.index-part5 .news-img li:hover .text:after {
    background: url(../image/more-h.png) center no-repeat;
}

.index-part5 .news-img li:hover .text h4 {
    border-bottom: 1px solid #fff;
    color: #fff
}

.index-part5 .news-img li:hover .text p {
    color: #fff;
}

.index-part5 .news li:hover p {
    color: #0b6090;
}


/*part6*/
.index-part6 {
    min-width: 1180px;
    overflow: hidden;
    display: none;
}

.index-part6 .img {
    background: #c5dcf4;
    overflow: hidden;
}

.index-part6 .img li {
    float: left;
    overflow: hidden;
}

.index-part6 .img li a {
    display: block;
    height: 235px;
}

.index-part6 .item1 {
    width: 383px;
}

.index-part6 .item1 img {
    display: block;
    height: 235px;
    width: 383px;
}

.index-part6 .item2 {
    width: 414px;
}

.index-part6 .item2 img {
    display: block;
    height: 235px;
    width: 414px;
}

.index-part6 .item3 {
    width: 383px;
}

.index-part6 .item3 img {
    display: block;
    height: 235px;
    width: 383px;
}

.index-part6 .text {
    margin: 0 0 25px;
    overflow: hidden;
}

.index-part6 .text li {
    float: left;
    line-height: 70px;
    text-align: center;
    font-size: 18px;
}

.index-part6 .text li a {
    display: block;
    color: #636363;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-part6 .text li:hover a {
    color: #4997cf;
}

/*foot-img*/
.foot-img {
    margin: 0 auto 80px;
    overflow: hidden;
}

.foot-img li {
    float: left;
    width: 278px;
    height: 51px;
    margin-left: 22px;
}

.foot-img li:first-child {
    margin-left: 0;
}

.foot-img li:last-child {
    margin-left: 20px;
}

.foot-img li a {
    display: block;
}


/*==========================内页==========================*/

/*page-banner*/
.page-banner {
    min-width: 1180px;
    overflow: hidden;
}

.page-banner img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

/*page-title*/
.page-title {
    font-size: 24px;
    color: #007cc5;
    border-bottom: 2px solid #dddddd;
    line-height: 80px;
    overflow: hidden;
}

/*发现*/
.discovery-part1 {
    padding: 35px 0;
    overflow: hidden;
}

.discovery-part1 dl {
    margin: 40px 0;
    overflow: hidden;
}

.discovery-part1 dt {
    width: 485px;
    float: left;
    overflow: hidden;
}

.discovery-part1 dt img {
    display: block;
    width: 485px;
    height: 314px;
}

.discovery-part1 dd {
    width: 650px;
    float: right;
    overflow: hidden;
}

.discovery-part1 dd p {
    padding: 0 0 10px;
    line-height: 31px;
    margin: 0 0 6px;
    color: #969696;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.discovery-part1 dd p span {
    display: block;
    color: #636363;
    font-size: 16px;
}

.discovery-part1 dd p:last-child {
    border-bottom: none;
}

.discovery-part1 dd p:hover a label {
    color: #2b71b4;
}

.discovery-part1 dd p:hover a span {
    color: #2b71b4;
}

.discovery-par2 {
    padding: 25px 0 80px;
    background: #f5f5f5;
    overflow: hidden;
}

.discovery-par2 .page-title {
    margin: 0 60px 30px;
}

.discovery-par2 .main {
    width: 1300px;
}

.discovery-par2 .text {
    margin: 0 60px;
    color: #969696;
    line-height: 24px;
    overflow: hidden;
}

.discovery-par2 .list {
    margin: 30px 0 0;
    position: relative;
    overflow: hidden;
}

.discovery-par2 .list .img, .discovery-par2 .list img {
    display: block;
    width: 383px;
    height: 255px;
}

.discovery-par2 .list .title {
    margin: 30px 0 0;
    display: block;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    font-size: 16px;
}

.discovery-par2 .list .title:hover {
    color: #2b71b4;
}

.discovery-par2 .list .hd a {
    position: absolute;
    top: 100px;
    width: 25px;
    height: 43px;
    cursor: pointer;
}

.discovery-par2 .list .prev {
    left: 0;
    background: url(../image/arrow-left.png) center no-repeat;
}

.discovery-par2 .list .next {
    right: 0;
    background: url(../image/arrow-right.png) center no-repeat;
}

.discovery-par2 .list .bd {
    padding-left: 60px;
}

.discovery-par2 .list .bd ul {
    overflow: hidden;
    zoom: 1;
}

.discovery-par2 .list .bd ul li {
    width: 383px;
    margin-right: 15px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.discovery-part3 {
    padding: 35px 0 60px;
    overflow: hidden;
}

.discovery-part3 ul {
    margin: 40px 0 0;
    overflow: hidden;
}

.discovery-part3 ul li {
    width: 328px;
    float: left;
    margin-right: 65px;
    overflow: hidden;
}

.discovery-part3 ul h4 {
    font-size: 20px;
    color: #ffaf00;
}

.discovery-part3 ul a {
    display: block;
    overflow: hidden;
}

.discovery-part3 ul h5 {
    margin: 20px 0 15px;
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.discovery-part3 ul h5:hover {
    color: #2b71b4
}

.discovery-part3 ul p {
    color: #adadad;
    font-size: 14px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    margin: 0 0 20px
}

.discovery-part3 ul span {
    display: inline-block;
    color: #adadad;
    border-bottom: 1px solid #507dc5;
    line-height: 33px;
    font-size: 12px;
}

.discovery-part3 ul p:hover {
    color: #2b71b4
}

.discovery-part3 ul span:hover {
    color: #2b71b4
}

.page-discoveryList {
    padding: 35px 0;
    overflow: hidden;
}

.page-discoveryList .discoveryList {
    overflow: hidden;
}

.page-discoveryList .discoveryList li {
    position: relative;
    padding: 0 180px 55px 345px;
    min-height: 190px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.page-discoveryList .discoveryList .img {
    position: absolute;
    left: 0;
    top: 19px;
    width: 345px;
    height: 165px;
}

.page-discoveryList .discoveryList img {
    display: block;
    width: 307px;
    height: 203px;
}

.page-discoveryList .discoveryList .title {
    display: block;
    margin: 60px 0 25px;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #007cc5
}

.page-discoveryList .discoveryList p {
    color: #808080;
    line-height: 25px;
    overflow: hidden;
}

.page-discoveryList .discoveryList .more {
    width: 120px;
    position: absolute;
    right: 0;
    top: 60px;
}

.page-discoveryList .discoveryList .more span {
    display: block;
    font-size: 20px;
    color: #ffaf00;
}

.page-discoveryList .discoveryList .more a {
    display: block;
    margin: 50px 0 0;
    height: 30px;
    border-left: 2px solid #eee;
    background: url(../image/more.png) 15px center no-repeat;
}

/*创新*/
.innovations-part1 {
    padding: 35px 0;
    overflow: hidden;
}

.innovations-part1 p {
    line-height: 25px;
    overflow: hidden;
    font-size: 14px;
}

.innovations-part2 {
    padding: 0 0 40px;
    background: #f5f5f5;
    overflow: hidden;
}

.innovations-part2 .img {
    margin: 30px 0 0;
    overflow: hidden;
}

.innovations-part2 .img img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.innovations-part2 dl {
    margin: 35px 0 0;
    overflow: hidden;
}

.innovations-part2 dt {
    width: 305px;
    padding: 10px 10px 20px 30px;
    height: 490px;
    text-align: center;
    background: #fff;
    float: right;
    overflow: hidden;
}

.innovations-part2 dt a {
    display: block;
    padding: 110px 0 0;
}

.innovations-part2 dt i {
    display: block;
    text-align: center;
    width: 80px;
    height: 65px;
    margin: 0 auto 18px;
}

.innovations-part2 dt:hover {
    background: #007cc5;
    color: #fff;
}

.innovations-part2 dt:hover h4 {
    color: #fff;
}

.innovations-part2 dt:hover h4:before {
    background: #fff;
}

.innovations-part2 dt:hover p {
    color: #fff;
}

.innovations-part2 dt h4 {
    font-size: 20px;
    margin: 0 0 10px;
}

.innovations-part2 dt h4:before {
    content: "";
    display: block;
    margin: 0 auto 25px;
    width: 20px;
    height: 2px;
    background: #c1c1c1;
}

.innovations-part2 dt p {
    color: #8d8d8d;
    font-size: 16px;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
}

.innovations-part2 dd {
    width: 835px;
    float: left;
    overflow: hidden;
}

.innovations-part2 dd ul {
    overflow: hidden;
}

.innovations-part2 dd li {
    float: left;
    width: 208px;
    height: 212px;
    padding: 15px 25px 23px;
    background: #fff;
    margin: 0 20px 20px 0;
}

.innovations-part2 dd i {
    display: block;
    text-align: center;
    width: 80px;
    height: 65px;
    margin: 40px auto 18px;
}

.innovations-part2 dd h4 {
    font-size: 20px;
    margin: 0 0 10px;
}

.innovations-part2 dd h4:before {
    content: "";
    display: block;
    margin: 0 auto 25px;
    width: 20px;
    height: 2px;
    background: #c1c1c1;
}

.innovations-part2 dd p {
    color: #636363;
    font-size: 16px;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
}

.innovations-part2 dd li:hover {
    background: #007cc5;
    color: #fff;
}

.innovations-part2 dd li:hover h4 {
    color: #fff;
}

.innovations-part2 dd li:hover h4:before {
    background: #fff;
}

.innovations-part2 dd li:hover p {
    color: #fff;
}

.innovations-part2 .wh {
    width: 485px;
}

.innovations-part3 {
    padding: 35px 0 60px;
    overflow: hidden;
}

.innovations-part3 .text {
    margin: 30px 0;
    line-height: 25px;
    overflow: hidden;
    font-size: 14px;
}

.innovations-part3 ul {
    margin: 90px 0 0;
    overflow: hidden;
}

.innovations-part3 ul li {
    width: 25%;
    color: #6b6b6c;
    float: left;
    text-align: center;
    overflow: hidden;
}

.innovations-part3 ul i {
    display: block;
    width: 125px;
    height: 90px;
    margin: 0 auto 20px;
}

.innovations-part3 ul h4 {
    font-size: 18px;
}

.innovations-part3 ul p {
    line-height: 20px;
    font-size: 12px;
}

.innovations-part3 ul li:hover h4 {
    color: #007cc5;
}

.innovations-part4 {
    background: #f5f5f5;
    overflow: hidden;
}

.innovations-part4 .text {
    margin: 30px 0;
    line-height: 25px;
    overflow: hidden;
    font-size: 14px;
}

.innovations-part4 .list {
    margin: 30px 0 80px -28px;
    overflow: hidden;
}

.innovations-part4 .list li {
    float: left;
    width: 374px;
    height: 265px;
    margin-left: 28px;
}

.innovations-part4 .list img {
    display: block;
    width: 374px;
    height: 265px;
}

.innovations-part5 {
    overflow: hidden;
}

.innovations-part5 ul {
    margin: 50px 0;
    overflow: hidden;
}

.innovations-part5 li {
    float: left;
    width: 23%;
    margin: 0 1%;
    text-align: center;
}

.innovations-part5 li i {
    width: 125px;
    height: 80px;
    display: block;
    margin: 0 auto 20px;
}

.innovations-part5 li h3 {
    font-size: 16px;
    color: #007cc5;
    font-weight: bold;
    margin: 0 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.innovations-part5 li p {
    color: #666;
    line-height: 22px;
}

/*服务*/
.service-info {
    margin: 30px 0 0;
    line-height: 25px;
    color: #636363;
    overflow: hidden;
    font-size: 14px;
}

.service-part1 {
    padding: 35px 0 65px;
    overflow: hidden;
}

.service-part1 dl {
    margin: 60px 0 0;
    overflow: hidden;
}

.service-part1 dt {
    width: 300px;
    float: left;
    overflow: hidden;
}

.service-part1 dt img {
    display: block;
    max-width: 100%;
}

.service-part1 dd {
    width: 750px;
    float: right;
    overflow: hidden;
}

.service-part1 .text {
    font-size: 14px;
    line-height: 25px;
}

.service-part1 ul {
    margin: 40px 0 0;
    overflow: hidden;
}

.service-part1 ul li {
    float: left;
    width: 160px;
    margin-right: 30px;
    padding-right: 30px;
    background: url("../image/service-ico8.png") right 95px no-repeat;
    background-size: 30px 30px;
    overflow: hidden;
}

.service-part1 ul li:last-child {
    margin-right: 0;
    background: none;
}

.service-part1 ul i {
    width: 60px;
    height: 36px;
    display: block;
    margin: 0 0 20px;
}

.service-part1 ul h5 {
    font-size: 16px;
    margin: 0 0 10px;
}

.service-part1 ul p {
    font-size: 14px;
    line-height: 26px;
}

.service-part2 {
    padding: 35px 0 65px;
    background: #f5f5f5;
    overflow: hidden;
}

.service-part2 dl {
    margin: 60px 0 0;
    overflow: hidden;
}

.service-part2 dt {
    width: 375px;
    float: left;
    overflow: hidden;
}

.service-part2 dt img {
    display: block;
    max-width: 100%;
}

.service-part2 dd {
    width: 720px;
    float: right;
    overflow: hidden;
}

.service-part2 .text {
    font-size: 14px;
    line-height: 25px;
}

.service-part2 ul {
    margin: 40px 0 0;
    overflow: hidden;
}

.service-part2 ul li {
    float: left;
    width: 335px;
    margin-right: 20px;
    overflow: hidden;
}

.service-part2 ul i {
    display: block;
    width: 70px;
    height: 70px;
    padding-left: 20px;
}

.service-part2 ul h5 {
    margin: 20px 0 15px;
    font-size: 16px;
    color: #0679c4;
}

.service-part2 ul p {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 5px;
    position: relative;
    padding-left: 20px;
}

.service-part2 ul p:before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 6px;
    background: #3677c7;
}

.service-part2 ul p a {
    color: #3677c7;
}

.service-part3 {
    padding: 35px 0 65px;
    overflow: hidden;
}

.service-part3 .page-title {
    width: 1180px;
    margin: 0 auto;
}

.service-part3 .info {
    margin: 40px 0 20px;
    background: url("../image/service-bg.jpg") center top no-repeat;
}

.service-part3 .info .main {
    position: relative;
    height: 618px;
}

.service-part3 .info a {
    width: 220px;
    height: 135px;
    color: #fff;
    overflow: hidden;
    position: absolute;
}

.service-part3 .info h3 {
    font-size: 30px;
}

.service-part3 .info p {
    font-size: 16px;
}

.service-part3 .info .item1 {
    right: 5px;
    top: 280px;
}

.service-part3 .info .item2 {
    right: 540px;
    bottom: 0;
}

.service-part4 {
    overflow: hidden
}

.service-part4 .list {
    margin: 30px 0 70px;
    overflow: hidden;
}

.service-part4 .list li {
    width: 25%;
    float: left;
    text-align: center;
}

.service-part4 .list i {
    display: block;
    width: 130px;
    height: 90px;
    margin: 0 auto 20px;
}

.service-part4 .list h4 {
    font-size: 18px;
}

.service-part4 .list p {
    color: #6b6b6c;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.service-part4 .list li:hover h4 {
    color: #007cc5;
}

.service-part5 .list {
    margin: 30px 0 70px;
    overflow: hidden;
}

.service-part5 .list li {
    width: 25%;
    float: left;
    text-align: center;
}

.service-part5 .list i {
    display: block;
    width: 130px;
    height: 90px;
    margin: 0 auto 20px;
}

.service-part5 .list h4 {
    font-size: 18px;
}

.service-part5 .list p {
    color: #6b6b6c;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.service-part5 .list li:hover h4 {
    color: #007cc5;
}

.page-service {
    padding: 30px 0;
    overflow: hidden;
}

.page-service h3 {
    font-size: 30px;
    color: #0679c4;
    line-height: 90px;
    border-bottom: 2px solid #0679c4;
    margin: 0 0 80px;
}

.page-service .list {
    overflow: hidden;
}

.page-service .list li {
    margin: 0 0 40px;
}

.page-service .list i {
    width: 64px;
    height: 64px;
    display: block;
}

.page-service .list h4 {
    font-size: 22px;
    color: #0679c4;
    margin: 10px 0;
}

.page-service .list p {
    color: #898989;
    font-size: 14px;
    line-height: 30px;
}

/*职业发展*/
.devolope-part1 {
    padding: 35px 0;
    overflow: hidden;
}

.devolope-part1 .text {
    margin: 30px 0;
    line-height: 25px;
    overflow: hidden;
    font-size: 16px;
}

.devolope-part2 {
    background: #f5f5f5;
    padding: 35px 0;
    overflow: hidden;
}

.devolope-part2 dl {
    margin: 30px 0 0;
    overflow: hidden;
}

.devolope-part2 dt {
    width: 590px;
    float: right;
    overflow: hidden;
}

.devolope-part2 dt img {
    display: block;
    width: 590px;
    height: 426px;
}

.devolope-part2 dd {
    width: 525px;
    float: left;
    overflow: hidden;
}

.devolope-part2 dd h2 {
    border-bottom: 2px solid #a5a5a5;
    margin: 0 0 20px;
    padding-bottom: 20px;
    font-size: 20px;
    overflow: hidden;
}

.devolope-part2 dd h2 span {
    display: block;
    font-size: 28px;
}

.devolope-part2 dd p {
    color: #969696;
    line-height: 24px;
}

.devolope-part3 {
    padding: 35px 0 80px;
    overflow: hidden;
}

.devolope-part3 ul {
    margin: 30px 0 0 -33px;
    overflow: hidden;
}

.devolope-part3 ul li {
    float: left;
    margin-left: 33px;
    width: 270px;
}

.devolope-part3 ul .img, .devolope-part3 ul img {
    display: block;
    height: 185px;
}

.devolope-part3 ul .text {
    margin: 20px 0 0;
    display: block;
}

.devolope-part3 ul h4 {
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.devolope-part3 ul p {
    margin: 10px 0 0;
    color: #888;
}

.devolope-part4 {
    height: 618px;
    background: url(../image/devolope-bg.jpg) center top no-repeat;
}

.devolope-part4 .main {
    height: 618px;
    position: relative;
}

.devolope-part4 a {
    font-size: 16px;
    width: 170px;
    height: 140px;
    position: absolute;
}

.devolope-part4 h3 {
    font-size: 30px;
}

.devolope-part4 .item1 {
    top: 80px;
    right: 5px;
    color: #285b9c;
}

.devolope-part4 .item2 {
    top: 285px;
    right: 215px;
    color: #fff;
}

.devolope-part4 .item3 {
    bottom: 0;
    left: 355px;
    color: #fff;
}

.devolope-part4 .item4 {
    width: 75px;
    bottom: 0;
    right: 255px;
    color: #285b9c;
}

.devolope-part5 {
    padding: 35px 0 65px;
    overflow: hidden;
}

.devolope-part5 dl {
    border: 1px solid #ddd;
    margin: 20px 0 0;
    overflow: hidden;
}

.devolope-part5 dt {
    padding: 0 40px;
    height: 49px;
    line-height: 49px;
    cursor: pointer;
    overflow: hidden;
}

.devolope-part5 dt h4 {
    font-size: 14px;
    float: left;
}

.devolope-part5 dt span {
    float: right;
    padding-right: 25px;
    background: url("../image/ico2.png") right center no-repeat;
}

.devolope-part5 dd {
    display: none;
    padding: 35px 40px 0;
    overflow: hidden;
}

.devolope-part5 .info {
    margin: 0 0 30px;
    position: relative;
    padding-left: 20px;
    overflow: hidden;
}

.devolope-part5 .info h5 {
    font-size: 14px;
    color: #333333;
    margin: 0 0 5px;
    position: inherit;
}

.devolope-part5 .info h5:before {
    content: '';
    width: 4px;
    height: 4px;
    background: #059fff;
    position: absolute;
    left: -13px;
    top: 8px;
}

.devolope-part5 .info p {
    color: #666;
    line-height: 30px;
}

.devolope-part5 .open dt {
    background: #007cc5;
    color: #fff;
}

.devolope-part5 .open dt span {
    background: url("../image/ico2-h.png") right center no-repeat;
}

.devolope-part5 .open dd {
    display: block;
}

/*关于我们*/
.about-part1 {
    padding: 35px 0;
    overflow: hidden;
}

.about-part1 .text {
    margin: 30px 0;
    line-height: 30px;
    overflow: hidden;
    font-size: 14px;
    width: 750px;
    float: left;
}

.about-part1 .img {
    width: 420px;
    float: right;
    margin-top: 30px;
}

.about-part1 .img img {
    width: 100%;
    height: 440px;
}

.about-part1 .hostory {
    margin: 100px 0 0;
    background: url(../image/line.jpg) center 90px repeat-x;
    overflow: hidden;
}

.about-part1 .date {
    color: #acacac;
    margin: 0 0 47px;
}

/*margin: 0 0 41px;*/
.about-part1 .date p {
    font-size: 16px;
    margin: 0 0 5px;
    color: #007cc5;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.about-part1 .info {
    font-weight: bold;
    color: #007cc5;
    font-size: 24px;
}

.about-part1 .info:before {
    content: "";
    display: block;
    margin: 0 0 40px;
    width: 10px;
    height: 10px;
    background: #006fb1;
    border-radius: 100%;
}

.about-part1 .info p {
    font-size: 34px;
    color: #333;
}

.about-part1 .list {
    overflow: hidden;
    position: relative;
}

.about-part1 .list .hd {
    overflow: hidden;
}

.about-part1 .list .hd a {
    width: 25px;
    height: 43px;
    overflow: hidden;
    position: absolute;
    top: 70px;
    cursor: pointer;
}

.about-part1 .list .hd .prev {
    left: 0;
    background: url(../image/arrow-left.png) center top no-repeat;
}

.about-part1 .list .hd .next {
    right: 0;
    background: url(../image/arrow-right.png) center top no-repeat;
}

.about-part1 .list .bd {
    padding-left: 50px;
    overflow: hidden;
}

.about-part1 .list .bd ul {
    overflow: hidden;
    zoom: 1;
}

.about-part1 .list .bd ul li {
    width: 340px;
    margin: 0 10px;
    font-family: "Myriad Pro";
    float: left;
    _display: inline;
    overflow: hidden;
}

.about-part1 .navlist {
    margin: 30px 0 0 -28px;
    overflow: hidden;
}

.about-part1 .navlist li {
    float: left;
    width: 374px;
    margin-left: 28px;
    text-align: center;
    overflow: hidden;
}

.about-part1 .navlist img {
    display: block;
    height: 175px;
    width: 100%;
}

.about-part1 .navlist a {
    display: block;
}

.about-part1 .navlist h3 {
    font-size: 20px;
    margin: 15px 0 10px;
}

.about-part1 .navlist p {
    line-height: 26px;
    color: #888;
}

.about-part2 {
    background: #f5f5f5;
    padding: 35px 0 80px;
    overflow: hidden;
}

.about-part2 .img {
    margin: 40px 0 0;
    overflow: hidden;
}

.about-part2 .img img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.about-part2 .list {
    margin: 29px 44px;
    border-top: 1px solid #ddd;
    overflow: hidden;
}

.about-part2 .list .stype {
    margin: 10px 0 0;
    text-align: center;
    overflow: hidden;
}

.about-part2 .list .stype li {
    display: inline-block;
    line-height: 28px;
    font-weight: bold;
    border-bottom: 2px solid #f5f5f5;
    margin: 0 20px;
    cursor: pointer;
    color: #666;
}

.about-part2 .list .stype li:hover {
    border-bottom: 2px solid #385cb5;
}

.about-part2 .list .stype .active {
    border-bottom: 2px solid #385cb5;
}

.about-part2 .list .info {
    margin: 25px 0 0 -25px;
    overflow: hidden;
}

.about-part2 .list .info li {
    background: #fff;
    padding: 30px;
    height: 190px;
    width: 473px;
    margin-left: 25px;
    float: left;
    padding-top: 16px;
    text-align: justify;
}

.about-part2 .list .info h4 {
    font-size: 18px;
    margin: 0 0 10px;
    color: #007cc5
}

.about-part2 .list .info p {
    color: #636363;
    line-height: 24px;
}

.about-part2 .list .btns {
    margin: 30px 0 0;
    text-align: center;
    overflow: hidden;
}

.about-part2 .list .btns a {
    display: inline-block;
    width: 106px;
    color: #666;
    height: 30px;
    line-height: 30px;
    margin: 0 10px;
    background: #fff;
    border: 2px solid #dfdfdf;
    border-radius: 4px;
}

.about-part2 .list .btns a:hover {
    border: 2px solid #0a34a1;
    background: #2252b0;
    color: #fff;
}

.about-part3 {
    padding: 35px 0 75px;
    overflow: hidden;
}

.about-part3 .text {
    margin: 30px 0 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 25px
}

.about-part3 .text h4 {
    font-size: 16px;
    margin: 0 0 20px;
}

.about-part3 .text a {
    display: block;
    text-align: center;
    color: #666;
    width: 106px;
    height: 30px;
    line-height: 30px;
    margin: 20px 0 0;
    background: #fff;
    border: 2px solid #dfdfdf;
    border-radius: 4px;
}

.about-part3 .text a:hover {
    border: 2px solid #0a34a1;
    background: #2252b0;
    color: #fff;
}

.about-part3 .list {
    margin: 60px 0 0;
    overflow: hidden;
}

.about-part3 .list li {
    float: left;
    width: 33.333%;
    text-align: center;
    font-size: 20px;
}

.about-part3 .list li p {
    width: 90px;
    height: 90px;
    margin: 0 auto 6px;
}

.about-part3 .list li img {
    display: block;
    border-radius: 100%;
    max-width: 100%;
}

.text-centered {
    text-align: center;
}

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

/*联系我们*/
.contact-part1 {
    padding: 35px 0;
    overflow: hidden;
}

.contact-part1 .text {
    margin: 30px 0;
    line-height: 25px;
    overflow: hidden;
    font-size: 14px;
}

.contact-part2 {
    overflow: hidden;
}

.contact-part2 img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.contact-part3 {
    margin: 80px auto;
    overflow: hidden;
}

.contact-part3 li {
    float: left;
    width: 23%;
    margin: 0 1%;
    text-align: center;
    overflow: hidden;
}

.contact-part3 li:before {
    content: "";
    width: 70px;
    height: 70px;
    display: block;
    margin: 0 auto 40px;
}

.contact-part3 li h4 {
    font-size: 18px;
    color: #007cc5;
    margin: 0 0 15px;
}

.contact-part3 li p {
    color: #636363;
    line-height: 20px;
}

.contact-part3 li img {
    display: block;
    width: 107px;
    height: 107px;
    margin: 0 auto;
}

.contact-part3 .item1:before {
    background: url(../image/contact-ico1.png) center no-repeat;
}

.contact-part3 .item2:before {
    background: url(../image/contact-ico2.png) center no-repeat;
}

.contact-part3 .item3:before {
    background: url(../image/contact-ico3.png) center no-repeat;
}

.contact-part3 .item4:before {
    background: url(../image/contact-ico4.png) center no-repeat;
}

/*详情页*/
.main-box {
    margin: 0px auto;
    width: 1180px;
    overflow: hidden;
}

.page-show {
    overflow: hidden;
    width: 960px;
    margin: 0 auto;
}

.page-show .show-title {
    border-bottom: 1px dashed #ddd;
    text-align: center;
    overflow: hidden;
}

.page-show .show-title h2 {
    color: #333;
}

.page-show .show-title p {
    color: #999999;
    text-align: center;
}

.page-show .show-title p span {
    display: inline-block;
    margin: 0 10px;
    border-right: 1px solid #999;
}

.page-show .show-title p span:last-child {
    border-right: none;
}

.page-show .show-title .hot {
    background: url(../image/ico1.png) left center no-repeat;
    background-size: contain;
}

.page-show .show-title .time {
    background: url(../image/ico21.png) left center no-repeat;
    background-size: contain;
}

.page-show .show-info {
    color: #555555;
    text-align: justify;
    overflow: hidden;
}

.page-show .show-info img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

/*二级导航----statrt*/
#scollMenu {
    background: #f2f2f2;
    height: 60px;
    width: 100%;
}

#scollMenu .main-box {
    margin: 0px auto;
    width: 1180px;
    overflow: hidden;
}

#scollMenu a {
    display: block;
    float: left;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    color: #636363;
    text-align: center;
    padding: 0 40px;
}

#scollMenu a.active, #scollMenu a:hover {
    background: #0679c4;
    color: #fff;
}

.about-acitve {
    border-bottom: 1px solid #0679c4;
    overflow: hidden;
    width: 100%;
    background: #f2f2f2;
    z-index: 99999;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .25);
}

/*位置提示*/
.location {
    background: url("../image/home.png") no-repeat scroll left center;
    line-height: 50px;
    padding-left: 25px;
    border-bottom: 1px solid #999999
}

.location i {
    background: rgba(0, 0, 0, 0) url("../image/icons.png") no-repeat scroll 2px -105px;
    display: inline-block;
    height: 12px;
    margin: 0 5px;
    vertical-align: middle;
    width: 10px;
}

.location a {
    color: #595757;
    font-size: 16px;
}

.location a:hover {
    color: #0679c4
}


.newsshow .title {
    font-size: 24px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #0679c4
}

.newsshow .time {
    text-align: center;
    color: #595757;
    margin-bottom: 20px;
    border-bottom: 1px dotted #999999;
    padding-bottom: 20px;
}

.newsshow .info {
    font-size: 16px;
    line-height: 200%;
    color: #595757;
    overflow: hidden;
}

.newsshow .info img {
    padding: 10px;
    padding-right: 50px;
}

.newsshow .tip {
    margin-top: 40px;
    margin-bottom: 40px;
}

.newsshow .tip p {
    height: 30px;
    line-height: 30px;
    color: #0679c4;
}

.newsshow .tip a {
    color: #0679c4;
}

.newsshow .tip a:hover {
    color: #0679c4;
}

.newsshow ul {
    padding-left: 20px;
}

.newsshow ul li {
    list-style-type: disc
}

/*搜索*/
.page-result {
    margin: 40px 0 0;
    overflow: hidden;
}

.page-result li {
    padding: 20px 0;
    font-size: 16px;
    border-bottom: 1px solid #dddddd;
    overflow: hidden;
}

.page-result li span {
    display: block;
    color: #888;
}

.page-result li .title {
    display: block;
    width: 80%;
    color: #666666;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.page-result li p {
    line-height: 30px;
    overflow: hidden;
    color: #4e97c5;
}


/*分页*/
.pagination {
    height: 25px;
    line-height: 25px;
    padding: 50px 0;
    text-align: center;
    overflow: hidden;
}

.pagination li {
    display: inline-block;
    margin: 0 5px;
}

.pagination li a, .pagination li span {
    display: inline-block;
    width: 23px;
    height: 23px;
    border: 1px solid #aaaaaa;
    color: #999;
    line-height: 23px;
    border-radius: 100%;
}

.pagination li a:hover {
    border: 1px solid #004ea2;
    color: #004ea2;
}

.pagination .active span {
    border: 1px solid #004ea2;
    color: #004ea2;
}

.pagination .disabled span {
    cursor: not-allowed;
}


/*在线简历*/
.page-resume form {
    padding: 30px 0;
    overflow: hidden;
}

.page-resume .input {
    margin: 0 0 20px;
    overflow: hidden;
}

.page-resume .input input[type=text] {
    float: left;
    width: 500px;
    font-family: "Microsoft Yahei";
    border: 1px solid #ddd;
    height: 30px;
    padding: 0 10px;
}

.page-resume .name {
    width: 120px;
    line-height: 30px;
    float: left;
}

.page-resume .name em {
    color: red;
}

.page-resume .cloumn {
    margin: 0 0 20px;
    font-size: 16px;
    background: #f9f9f9;
    height: 30px;
    line-height: 30px;
    color: #007cc5;
}

.page-resume .group {
    overflow: hidden;
}

.page-resume .group .input {
    float: left;
    width: 500px;
    margin-right: 90px;
}

.page-resume .group .input input[type=text] {
    width: 200px;
}

.page-resume .radio {
    float: left;
    margin-right: 20px;
}

.page-resume .tip {
    line-height: 30px;
    margin-left: 20px;
    font-size: 12px;
    color: #999;
}

.page-resume .textarea {
    padding: 10px;
    width: 1155px;
    margin: 0 0 20px;
    border: 1px solid #ddd;
    font-family: "Microsoft Yahei";
}

.page-resume .submit {
    font-family: "Microsoft Yahei";
    width: 120px;
    height: 40px;
    margin: 0 auto;
    display: block;
    border: 0;
    background: #007cc5;
    color: #fff;
    border-radius: 4px;
}

@media only screen and (min-width: 770px) {
    .page-show {
        width: 960px;
        margin: 0 auto;
    }

    .page-show .show-title {
        padding: 40px 0 0;
    }

    .page-show .show-title h2 {
        font-size: 20px;
    }

    .page-show .show-title p {
        padding: 30px 0;
    }

    .page-show .show-title p span {
        padding-right: 20px;
    }

    .page-show .show-title .hot {
        padding-left: 25px;
    }

    .page-show .show-title .time {
        padding-left: 30px;
    }

    .page-show .show-title .user {
        padding-left: 28px;
    }

    .page-show .show-info {
        padding: 30px 0;
        font-size: 15px;
        line-height: 30px;
    }

    .page-show .show-relate {
        padding-bottom: 60px;
        overflow: hidden;
    }
}

.more-column-div {
    margin-top: 30px;
}

.more-column-div a {
    color: #2b71b4
}

/*商城代码*/
.product-list {
    overflow: hidden;
}

.product-list .list {
    float: left;
    padding: 10px;
}

.product-list .list img {
    width: 200px;
    height: 200px;
    display: block;
    margin: 15px auto
}

.product-list .list h4 {
    font-weight: bold;
    color: #5b5b5b;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}

.product-list .list p {
    color: #e53b46;
    font-size: 16px;
}

.drug-list {
    min-width: 1180px;
    margin-bottom: 50px;
    overflow: hidden;
}

.drug-list .floor {
    margin: 20px 0 0;
    overflow: hidden;
}

.drug-list .cloumn {
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}

.drug-list .cloumn p {
    float: left;
    color: #fff;
    font-size: 24px;
    width: 190px;
    text-align: center;
}

.drug-list .cloumn a {
    float: right;
    margin-left: 20px;
    font-size: 12px;
    color: #5b5b5b;
}

.drug-list .cloumn1 {
    border-bottom: 2px solid #63c19f;
}

.drug-list .cloumn1 p {
    background: #63c19f
}

.drug-list .cloumn2 {
    border-bottom: 2px solid #fb375b;
}

.drug-list .cloumn2 p {
    background: #fb375b
}

.drug-list dl {
    text-align: center;
    overflow: hidden;
}

.drug-list dt {
    float: left;
    width: 190px;
    border-right: 1px solid #e9e9e9;
    overflow: hidden;
}

.drug-list dt a {
    float: left;
    width: 94px;
    height: 52px;
    line-height: 52px;
    border-bottom: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    color: #5b5b5b;
}

.drug-list dt a img {
    width: 94px;
    height: 52px;
}

.drug-list dd {
    float: right;
    width: 989px;
    overflow: hidden;
}

.drug-list .product-list .list img {
    width: 100px;
    height: 100px;
}

.drug-list .product-list .list {
    width: 177px;
    border-right: 1px solid #e9e9e9;
}

.drug-list .product-list .list:nth-child(5), .drug-list .product-list .list:nth-child(10) {
    border-right: none;
}

.drug-list .cloumn span {
    margin-right: 6px;
}




.webla a{display: none;}
.copyright a{color: #fff;}

#kyuan7 dd a{color: #969696;}