body {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
    background: #ffffff;
    font-size: 16px;
    line-height: 30px;
    min-width: 1200px;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

div {
    box-sizing: border-box;
}

a {
    color: #010101;
    text-decoration: none;
}

p {
    margin: 0;
    padding: 0;
}

.header {
    width: 100%;
}

.header .top_line {
    height: 15px;
    background: url('../images/top_line.jpg') center no-repeat;
}

.header .logo_tel {
    width: 1200px;
    height: 130px;
    margin: 0 auto;
    overflow: auto;
}

.header .logo_tel .left {
    width: 832px;
    float: left;
    margin-left: 15px;
    margin-top: 33px;
}

.header .logo_tel .center {
    width: 52px;
    float: left;
    margin-left: 135px;
    margin-top: 35px;
}

.header .logo_tel .right {
    width: 150px;
    float: left;
    margin-left: 5px;
    margin-top: 40px;
    font-size: 16px;
    color: #014190;
    line-height: 28px;
    font-weight: bold;
}

.header .nav {
    height: 50px;
    background: #014190;
}

.header .nav ul {
    width: 1200px;
    margin: 0 auto;
    overflow: auto;
}

.header .nav ul li {
    width: 120px;
    float: left;
    text-align: center;
    line-height: 50px;
}

.header .nav ul li.on,
.header .nav ul li:hover {
    background: #5dc63d;
}

.header .nav ul li a {
    font-size: 16px;
    color: #ffffff;
}

.header .nav ul li .children {
    display: none;
    position: absolute;
    width: 100%;
    top: 195px;
    left: 0;
    background: rgba(255, 255, 255, 0.7);
    z-index: 9999;
}

.header .nav ul li .children ul {
    width: 1200px;
    overflow: auto;
}

.header .nav ul li .children ul li {
    width: 120px;
    height: 55px;
    padding: 0px;
    font-size: 14px;
    float: left;
}

.header .nav ul li .children ul li a {
    width: 120px;
    height: 55px;
    line-height: 55px;
    overflow: hidden;
    display: block;
    color: #024190;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

.header .nav ul li .children ul li a:hover {
    width: 120px;
    line-height: 55px;
    background: rgba(2, 65, 144, 1);
    color: #ffffff;
}

/* 新闻资讯 */
.news {
    width: 100%;
}

.news .index_title {
    text-align: center;
    height: 108px;
    background: url('../images/title_bg.jpg') top center no-repeat;
    border-bottom: 10px solid #c3c3c3;
}

.news .index_title .cn {
    font-size: 36px;
    color: #2e9010;
    padding-top: 25px;
    height: 60px;
}

.news .index_title .en {
    font-size: 18px;
    color: #959595
}

.news .content {
    width: 1200px;
    margin: 12px auto 0;
    overflow: auto;
}

.news .content .video {
    width: 613px;
    height: 522px;
    float: left;
    background: url('../images/news_left.jpg');
}

.news .content .video .play_video {
    width: 596px;
    height: 424px;
    margin-top: 85px;
}

.news .content .list {
    width: 535px;
    float: right;
    margin-right: 25px;
}

.news .content .list ul li {
    padding: 7px 0;
    border-bottom: 1px solid #d9d9d9;
    overflow: auto;
}

.news .content .list ul li .left {
    padding-top: 5px;
    width: 65px;
    float: left;
    text-align: center;
}

.news .content .list ul li .left .year {
    font-size: 18px;
    color: #333333;
}

.news .content .list ul li .left .monday {
    font-size: 12px;
    line-height: 20px;
    color: #a2a2a2;
}

.news .content .list ul li .right {
    width: 450px;
    float: right;
}

.news .content .list ul li .right .title {
    font-size: 16px;
    color: #323232;
    height: 30px;
    overflow: hidden;
}

.news .content .list ul li .right .desc {
    font-size: 14px;
    color: #323232;
    height: 60px;
    overflow: hidden;
}

.news .more {
    width: 120px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    border-radius: 30px;
    border: 1px solid #0054a6;
    margin: 30px auto;
    text-align: center;
}

.news .more a {
    color: #0054a6;
}

/* 关于我们 */
.about {
    width: 100%;
    height: 695px;
    background: url('../images/about_bj.jpg') top center no-repeat;
}

.about .index_title {
    height: 115px;
    padding-top: 30px;
    text-align: center;
}

.about .index_title .cn {
    font-size: 36px;
    color: #04369b;
    line-height: 50px;
}

.about .index_title .en {
    font-size: 14px;
    color: #7b7b7b;
}

.about .box {
    width: 1170px;
    height: 390px;
    margin: 190px auto 0;
    background: url('../images/about_sc_bj.jpg') left no-repeat;
    overflow: auto;
}

.about .box .left {
    width: 450px;
    height: 350px;
    margin-left: 50px;
    float: left;
}

.about .box .right {
    width: 670px;
    height: 350px;
    background: #ffffff;
    float: left;
    border-right: 1px solid #0b265d;
    border-bottom: 1px solid #0b265d;
    padding: 50px 20px 0 30px;
}

.about .box .right .top {
    overflow: auto;
}

.about .box .right .top .name {
    font-size: 16px;
    font-weight: bold;
    color: #3d3d3d;
    float: left;
}

.about .box .right .top .more {
    width: 70px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    border-radius: 30px;
    border: 1px solid #0054a6;
    text-align: center;
    float: right;
}

.about .box .right .top .more .more a {
    color: #0054a6;
}

.about .box .right .content {
    margin-top: 10px;
    font-size: 14px;
    color: #3d3d3d;
    line-height: 24px;
    text-indent: 2em;
}

.about .box .right .bottom {
    margin-top: 10px;
    overflow: auto;
}

.about .box .right .bottom ul li {
    width: 70px;
    float: left;
    text-align: center;
    margin-left: 50px;
}

.about .box .right .bottom ul li.ml0 {
    margin-left: 0;
}

.about .box .right .bottom ul li .name {
    font-size: 14px;
    color: #636363;
    line-height: 24px;
    font-weight: bold;
}

/* 产品导航 */
.product {
    width: 100%;
}

.product .index_title {
    text-align: center;
    height: 98px;
    border-bottom: 6px solid #c9075e;
    margin-bottom: 45px;
}

.product .index_title .cn {
    font-size: 36px;
    color: #a5002b;
    line-height: 40px;
    padding-top: 20px;
}

.product .index_title .en {
    font-size: 14px;
    color: #8b8b8b;
}

.product .line {
    width: 1170px;
    margin: 15px auto 0;
    overflow: auto;
}

.product .line .left {
    width: 420px;
    height: 380px;
    border: 1px solid #d9dbd9;
    float: left;
    overflow: hidden;
}

.product .line .right {
    width: 730px;
    float: left;
    overflow: auto;
    margin-left: 20px;
}

.product .line .right ul li {
    width: 355px;
    height: 180px;
    border: 1px solid #d9dbd9;
    float: left;
    margin-left: 15px;
    margin-top: 16px;
    overflow: hidden;
}

.product .line .right ul li.ml0 {
    margin-left: 0;
}

.product .line .right ul li.mt0 {
    margin-top: 0;
}

.product .line .left .title {
    margin-top: 337px;
}

.product .line .right .title {
    margin-top: 137px;
}

.product .line .title {
    font-size: 16px;
    color: #ffffff;
    width: 100%;
    text-align: center;
    height: 42px;
    line-height: 42px;
    background: rgba(123, 123, 123, 0.4);
}

/* 底部 */
.footer {
    margin-top: 30px;
}

.footer .adv {
    width: 100%;
    height: 140px;
    background: url('../images/bottom_xuan_bj.jpg') center no-repeat;
    text-align: center;
    color: #ffffff;
    padding-top: 30px;
}

.footer .adv .b_text {
    font-size: 36px;
    font-weight: bold;
    line-height: 60px;
}

.footer .adv .s_text {
    font-size: 14px;
}

.footer .foot_nav {
    height: 40px;
    line-height: 40px;
    background: #e6e6e6;
    border-bottom: 1px solid #585858;
    font-size: 14px;
    color: #7e7e7e;
}

.footer .foot_nav a {
    color: #7e7e7e;
}

.footer .foot_nav .box {
    width: 1200px;
    margin: 0 auto;
    overflow: auto;
}

.footer .foot_nav .box .left {
    width: 1000px;
    float: left;
    padding-left: 15px;
}

.footer .foot_nav .box .left span:nth-last-child(1) {
    display: none;
}

.footer .foot_nav .box .right {
    width: 180px;
    float: right;
}

.footer .bottom {
    margin-top: 10px;
    height: 240px;
    background: #ffffff;
    font-size: 14px;
    color: #7e7e7e;
}

.footer .bottom .box {
    width: 1200px;
    margin: 0 auto;
    overflow: auto;
}

.footer .bottom .box .left {
    width: 540px;
    float: left;
    padding: 25px 0 0 15px;
}

.footer .bottom .box .left .name {
    font-size: 20px;
    color: #262626;
    line-height: 55px;
    line-height: 55px;
    padding: 0 5px;
}

.footer .bottom .box .right {
    width: 540px;
    float: right;
    padding-top: 45px;
}

.footer .bottom .box .right .corp {
    line-height: 50px;
    height: 50px;
}

/* 详情 */
.main_box {
    width: 1200px;
    margin: 0 auto;
    overflow: auto;
    padding: 10px;
}

.main_box .cat_name {
    height: 95px;
    line-height: 95px;
    overflow: hidden;
    padding: 0 10px;
}

.main_box .cat_name .en {
    float: left;
    font-size: 50px;
    color: #dddddd;
    font-weight: bold;
    letter-spacing: -3px;
}

.main_box .cat_name .cn {
    float: left;
    font-size: 18px;
    color: #464646;
    padding-top: 10px;
    margin-left: 10px;
}

.main_box .cat_name .right {
    float: right;
    text-align: right;
    font-size: 12px;
    color: #6b6b6b;
    padding-top: 10px;
}

.main_box .company {
    height: 40px;
    line-height: 40px;
    background: #f2f2f2;
    font-size: 16px;
    color: #000000;
    padding: 0 15px;
}

.main_box .content {
    padding: 30px;
    border: 2px solid #f2f2f2;
    border-bottom: 8px solid #f2f2f2;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}

.main_box .content .page {
    line-height: 2;
}

.main_box .content .newslist ul li {
    list-style: none;
    border-bottom: 1px solid #f2f2f2;
    padding: 6px 10px;
    margin-bottom: 5px;
}

.main_box .content .newslist ul li a {
    color: #010101;
}

.main_box .content .newslist ul li p {
    color: #aaaaaa;
}

.main_box .content .imglist ul li {
    list-style: none;
    width: 352px;
    margin-left: 8px;
    margin-right: 8px;
    border: 1px solid #dcdcdc;
    margin-bottom: 40px;
    float: left;
}

.main_box .content .imglist ul li img {
    width: 350px;
    height: 350px;
}

.main_box .content .imglist ul li .title {
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    text-align: left;
    padding-left: 10px;
    overflow: hidden;
}

.main_box .content .imglist ul li .title a {
    color: #443f55;
}

.main_box .content .article h1 {
    font-size: 20px;
    text-align: center;
    border-bottom: 1px dotted #ccc;
    padding: 5px 0px 20px;
    margin: 10px 0px;
    color: #333;
}

.main_box .content .article .textcontent {
    line-height: 2;
    padding: 0px 10px;
    font-size: 14px;
}

.main_box .content .article .tools {
    padding: 0px 5px;
    height: 35px;
    line-height: 35px;
    margin-top: 10px;
    border-top: 1px dotted #ccc;
    text-align: right;
    position: relative;
    color: #666;
}


.pages {
    width: 100%;
    text-align: center;
    line-height: 10px;
    margin: 40px auto 20px;
}

.pages .page {
    display: inline-block;
    padding-left: 0;
    border-radius: 4px;
}

.pages .page>li {
    display: inline;
}

.pages .page>li>a {
    color: #686868;
}

.pages .page>.current>a,
.pages .page>.current>span {
    z-index: 2;
    color: #ffffff;
    cursor: default;
    background-color: #014190;
    border-color: #014190;
}

.pages .page>li>a,
.pages .page>li>span {
    position: relative;
    float: left;
    padding: 6px 15px;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
}