@charset "utf-8";

.header {
    height: 100px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1)
}

.header .logo {
    top: 16px;
    left: 15px;
    z-index: 2
}

.header .language {
    position: absolute;
    right: 15px;
    top: 35px;
    line-height: 30px
}

.header .language a {
    color: #333;
    font-size: 14px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.header .language a:hover {
    color: #00487f
}

.header .index_nav {
    right: 200px;
    top: 35px
}

.header .index_nav>ul {
    text-align: center
}

.header .index_nav>ul>li {
    float: none;
    display: inline-block;
    height: 30px;
    position: relative;
    padding-left: 22px;
    padding-right: 22px;
    background: url(../images/shuxian.jpg) no-repeat left center
}

.header .index_nav>ul>li:nth-child(1) {
    background: 0 0
}

.header .index_nav>ul>li>a {
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 30px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.header .index_nav>ul>li>a.on,
.header .index_nav>ul>li>a:hover {
    color: #00487f
}

.header .index_nav>ul>li .xl {
    width: 274px;
    position: absolute;
    top: 30px;
    left: 20px;
    height: auto;
    background: #fff;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1);
    text-align: left;
    display: none;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px
}

.header .index_nav>ul>li .xl li {
    border-top: solid 1px #fff
}

.header .index_nav>ul>li .xl li:nth-child(1) {
    border-top: 0
}

.header .index_nav>ul>li .xl li a {
    color: #666;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.header .index_nav>ul>li .xl li a:hover {
    color: #00487f
}

.menu {
    font-size: 22px;
    position: absolute;
    right: 15px;
    top: 18px;
    color: #00487f;
    border: solid 1px #00487f;
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
    display: none;
    z-index: 1
}

.hsbtm {
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none
}

.menu_close {
    font-size: 14px;
    padding: 10px;
    background: #fff;
    color: #00487f;
    position: absolute;
    top: 0;
    left: -39px;
    z-index: 11;
    display: none;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1)
}

.banner {
    width: 100%;
    margin-top: 100px
}

.banner .owl-theme .owl-controls {
    margin-top: 0
}

.banner #owl-demo1 .owl-dots {
    display: block !important;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: left;
    padding-left: 180px
}

.banner #owl-demo1 .owl-dots .owl-dot {
    display: inline-block;
    float: none;
    margin-left: 4px;
    margin-right: 4px;
    width: 12px;
    height: 12px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background: #999;
    border-radius: 100%
}

.banner #owl-demo1 .owl-dots .owl-dot.active {
    background: #fff
}

.banner #owl-demo1 .item {
    display: block;
    position: relative
}

.banner #owl-demo1 .item .item_abs {
    height: 100%;
    position: absolute;
    left: 100px;
    top: 0
}

.banner #owl-demo1 .item .item_abs img {
    height: 100%;
    width: auto !important
}

.banner #owl-demo1 .item .item_abs .item_abs1 {
    width: 60%;
    position: absolute;
    left: 15%;
    top: 55%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.banner #owl-demo1 .item .item_abs .item_abs1 .tit {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase
}

.banner #owl-demo1 .item .item_abs .item_abs1 a {
    width: 160px;
    height: 34px;
    background: #fff;
    text-align: center;
    line-height: 34px;
    color: #00487f;
    font-size:18px;
    display: block;
    text-transform: uppercase;
    margin-top: 20px
}

.banner #owl-demo1 .item img {
    width: 100%
}

.mobileshow {
    display: none !important
}

.index_main1 {
    margin-top: 0
}

.index_main1 .row {
    margin-left: -10px;
    margin-right: -10px
}

.index_main1 .row .col-xs-6 {
    padding-left: 10px;
    padding-right: 10px
}

.index_main1 .row .col-xs-6 .item {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: block;
    overflow: hidden;
    position: relative;
    margin-top: 18px
}

.index_main1 .row .col-xs-6 .item>img {
    width: 100%
}

.index_main1 .row .col-xs-6 .item span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700
}

.index_main1 .row .col-xs-6 .item span img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.index_main1 .row .col-xs-6 .item:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, .1)
}

.index_main1 .row .col-xs-6 .item:hover span img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

ul {
    margin-bottom: 0
}

body {
    background: #f5f5f5
}

.xjggw {
    margin-bottom: 20px
}

.xjggw img {
    width: 100%;
    display: block
}

.index_main2 {
    padding-top: 18px
}

.index_main2 .item img {
    width: 100%
}

.index_tit {
    border-bottom: solid 1px #f5f5f5;
    padding-bottom: 10px
}

.index_tit .tit {
    color: #04447c;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px
}

.index_tit .more {
    float: right;
    position: relative;
    top: 5px
}

.index_tit .more a {
    color: #666;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.index_tit .more a:hover {
    color: #04447c
}

.index_main3 {
    padding-top: 10px
}

.index_main3 .m3_right {
    width: 380px;
    float: right
}

.index_main3 .m3_right .m3_item1 img {
    width: 100%
}

.index_main3 .m3_right .m3_item {
    margin-bottom: 25px;
    background: #fff;
    padding: 25px 30px 15px
}

.index_main3 .m3_right .m3_item .cont {
    padding-top: 10px
}

.index_main3 .m3_right .m3_item .cont ul li {
    color: #333;
    font-size: 18px;
    padding-left: 24px;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url(../images/lingxing.png) no-repeat left center
}

.index_main3 .m3_right .m3_item .cont ul li a {
    color: #333;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.index_main3 .m3_right .m3_item .cont ul li a:hover {
    color: #04447c
}

.index_main3 .m3_right .m3_item .cont1 {
    padding-top: 10px
}

.index_main3 .m3_right .m3_item .cont1 ul li {
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.index_main3 .m3_right .m3_item .cont1 ul li a {
    display: block;
    color: #333;
    font-size: 18px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.index_main3 .m3_right .m3_item .cont1 ul li a:hover {
    color: #04447c
}

.index_main3 .m3_left {
    margin-right: 400px;
    background: #fff;
    padding: 25px 30px 30px
}

.index_main3 .m3_left .cont ul li {
    margin-top: 30px
}

.index_main3 .m3_left .cont ul li:hover .pic img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.index_main3 .m3_left .cont ul li .pic {
    width: 328px;
    height: 184px;
    display: block;
    overflow: hidden
}

.index_main3 .m3_left .cont ul li .pic img {
    width: 100%;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.index_main3 .m3_left .cont ul li .cont1 {
    margin-left: 360px
}

.index_main3 .m3_left .cont ul li .cont1 .tit {
    line-height: 30px;
    max-height: 90px;
    overflow: hidden;
    margin-bottom: 0
}

.index_main3 .m3_left .cont ul li .cont1 .tit a {
    color: #000;
    font-size: 24px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.index_main3 .m3_left .cont ul li .cont1 .tit a:hover {
    color: #04447c
}

.index_main3 .m3_left .cont ul li .cont1 .time {
    font-size: 14px;
    color: #333;
    padding-top: 10px;
    padding-bottom: 10px
}

.index_main3 .m3_left .cont ul li .cont1 .note {
    color: #666;
    font-size: 16px;
    line-height: 28px;
    height: 56px;
    overflow: hidden
}

.index_main4 .index_m4 {
    margin-top: 20px;
    padding: 20px 30px 30px;
    background: #fff;
    position: relative
}

.index_main4 .index_m4 .prev {
    width: 32px;
    height: 32px;
    background: url(../images/zj1.png) no-repeat center center;
    position: absolute;
    left: -15px;
    top: 128px;
    cursor: pointer
}

.index_main4 .index_m4 .next {
    width: 32px;
    height: 32px;
    background: url(../images/yj1.png) no-repeat center center;
    position: absolute;
    right: -15px;
    top: 128px;
    cursor: pointer
}

.index_main4 .index_m4 .index_tit {
    margin-bottom: 30px
}

.index_main4 .index_m4 .item {
    height: 120px;
    border: solid 1px #f1f1f1;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-align: center;
    line-height: 120px
}

.index_main4 .index_m4 .item a {
    display: block;
    height: 100%
}

.index_main4 .index_m4 .item img {
    vertical-align: middle;
    display: inline-block;
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto
}

.footer {
    margin-top: 20px;
    background: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center
}

.footer .footer_nav a {
    color: #333;
    font-size: 18px
}

.footer .footer_nav span {
    color: #bfbfbf;
    font-size: 14px;
    margin-left: 15px;
    margin-right: 15px;
    vertical-align: middle;
    position: relative;
    top: -2px
}

.footer .copyRight {
    color: #999;
    font-size: 14px;
    line-height: 36px;
    padding-top: 15px
}

.dy_main {
    margin-top: 120px;
    min-height: 400px
}

.dy_main .container {
    position: relative
}

.dy_main .m_left {
    margin-right: 400px;
    background: #fff;
    padding: 30px
}

.dy_main .m_left .dy_tit {
    color: #00487f;
    font-size: 32px;
    font-weight: 700;
    text-align: center
}

.dy_main .m_left .dy_note {
    text-align: center;
    color: #999;
    font-size: 16px;
    border-bottom: solid 1px #f5f5f5;
    padding-top: 10px;
    padding-bottom: 15px
}

.dy_main .m_left .dy_cont {
    color: #666;
    font-size: 16px;
    line-height: 40px;
    padding-top: 30px;
    padding-bottom: 20px
}

.dy_main .m_left .dy_cont img {
    max-width: 100%
}

.dy_main .m_left .m_tit {
    color: #00487f;
    font-size: 32px;
    font-weight: 700
}

.dy_main .m_left .m_cont {
    margin-top: 30px;
    padding-bottom: 50px
}

.dy_main .m_left .m_cont table {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto
}

.dy_main .m_left .m_cont table thead th {
    background: #00487f;
    height: 50px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px
}

.dy_main .m_left .m_cont table tbody td {
    border: solid 1px #f5f5f5;
    padding: 15px 20px
}

.dy_main .m_left .m_cont table tbody td:nth-child(1) {
    background: #fbfbfb
}

.dy_main .m_left .m_cont table tbody td .number {
    width: 150px
}

.dy_main .m_left .m_cont table tbody td .email {
    width: 150px
}

.dy_main .m_left .m_cont1 .item {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: solid 1px #f5f5f5
}

.dy_main .m_left .m_cont1 .item:nth-child(1) {
    border-top: 0
}

.dy_main .m_left .m_cont1 .item .tit {
    font-size: 16px
}

.dy_main .m_left .m_cont1 .item .email,
.dy_main .m_left .m_cont1 .item .number {
    margin-top: 5px;
    font-size: 14px
}

.dy_main .m_right {
    width: 380px;
    background: #fff;
    padding: 25px 30px 10px;
    float: right
}

.dy_main .m_right .cont {
    padding-top: 10px
}

.dy_main .m_right .cont ul li {
    color: #333;
    font-size: 14px;
    padding-left: 24px;
    height: auto;
    padding-bottom: 20px;
    background: url(../images/lingxing.png) no-repeat left 2px
}

.dy_main .m_right .cont ul li a {
    color: #333;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.dy_main .m_right .cont ul li a:hover {
    color: #04447c
}

.dy_main .m_right .cont1 {
    padding-top: 10px
}

.dy_main .m_right .cont1 ul li {
    color: #333;
    font-size: 18px;
    padding-left: 24px;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url(../images/lingxing.png) no-repeat left center
}

.dy_main .m_right .cont1 ul li a {
    color: #333;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.dy_main .m_right .cont1 ul li a:hover {
    color: #04447c
}

.dy_main .m_left1 {
    margin-right: 400px;
    overflow: hidden
}

.dy_main .m_left1 .ml1_item {
    background: #fff;
    padding: 15px 30px
}

.dy_main .m_left1 .ml1_item .m_tit {
    color: #00487f;
    font-size: 32px;
    font-weight: 700
}

.dy_main .m_left1 .ml1_item .m_note {
    color: #333;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 15px
}

.dy_main .m_left1 .ml1_item1 {
    background: #fff;
    padding: 10px 30px 30px;
    margin-top: 30px
}

.dy_main .m_left1 .ml1_item1 .row {
    margin-left: -25px;
    margin-right: -25px
}

.dy_main .m_left1 .ml1_item1 .row .col-xs-6 {
    padding-left: 25px;
    padding-right: 25px
}

.dy_main .m_left1 .ml1_item1 .row .col-xs-6 .item {
    display: block;
    height: 120px;
    border: solid 1px #f5f5f5;
    text-align: center;
    line-height: 120px;
    margin-top: 20px
}

.dy_main .m_left1 .ml1_item1 .row .col-xs-6 .item img {
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto
}

.dy_main .m_left2 {
    background: #fff;
    padding: 20px 30px;
    margin-right: 400px
}

.dy_main .m_left2 .ej_tit {
    border-bottom: solid 1px #f5f5f5;
    padding-bottom: 10px
}

.dy_main .m_left2 ul li {
    margin-top: 30px
}

.dy_main .m_left2 ul li:hover .pic img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.dy_main .m_left2 ul li .pic {
    width: 328px;
    display: block;
    overflow: hidden
}

.dy_main .m_left2 ul li .pic img {
    width: 100%;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.dy_main .m_left2 ul li .cont1 {
    margin-left: 360px;
    border-bottom: solid 1px #f5f5f5
}

.dy_main .m_left2 ul li .cont1 .tit {
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    margin-bottom: 15px
}

.dy_main .m_left2 ul li .cont1 .tit a {
    color: #000;
    font-size: 24px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.dy_main .m_left2 ul li .cont1 .tit a:hover {
    color: #04447c
}

.dy_main .m_left2 ul li .cont1 .time {
    color: #333;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px
}

.dy_main .m_left2 ul li .cont1 .note {
    color: #666;
    font-size: 16px;
    line-height: 28px;
    height: 84px;
    overflow: hidden
}

.dy_main .m_right1 {
    width: 320px;
    padding: 25px 30px;
    background: #fff;
    position: absolute;
    right: 15px;
    top: 0;
    height: 100%
}

.dy_main .m_right1 ul li a {
    color: #000;
    font-size: 16px;
    display: block;
    background: #ebf6ff;
    padding-left: 22px;
    position: relative;
    overflow: hidden;
    line-height: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: 700
}

.dy_main .m_right1 ul li a.on,
.dy_main .m_right1 ul li a:hover {
    background: #00487f;
    color: #fff
}

.dy_main .m_right1 ul li a.on:before,
.dy_main .m_right1 ul li a:hover:before {
    content: "";
    width: 0;
    height: 0;
    border: solid 5px #00487f;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 0;
    border-left: solid 5px #fff
}

.dy_main .m_left3 {
    margin-right: 340px;
    background: #fff;
    padding: 20px 30px;
    min-height: 400px
}

.dy_main .m_left3 .ej_tit {
    border-bottom: solid 1px #f5f5f5;
    padding-bottom: 10px
}

.dy_main .m_left3 .pages {
    padding-top: 10px
}

.dy_main .m_left3 ul {
    margin-top: 0;
    margin-left: -30px;
    margin-right: -30px
}

.dy_main .m_left3 ul li {
    padding-left: 30px;
    padding-right: 30px;
    height: 60px;
    line-height: 60px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding-right: 160px
}

.dy_main .m_left3 ul li:hover {
    background: #f6fbff
}

.dy_main .m_left3 ul li:hover .date {
    color: #00487f
}

.dy_main .m_left3 ul li:hover a {
    color: #00487f
}

.dy_main .m_left3 ul li .date {
    position: absolute;
    right: 30px;
    top: 0;
    color: #999;
    font-size: 16px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.dy_main .m_left3 ul li a {
    color: #333;
    font-size: 18px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.dy_main .m_left3 .download_list ul {
    margin-left: -30px;
    margin-right: -30px
}

.dy_main .m_left3 .download_list ul li {
    position: relative;
    padding-left: 30px;
    padding-right: 30px
}

.dy_main .m_left3 .download_list ul li:hover .itemm .download_btn a {
    background: url(../images/xz2.png) no-repeat center center
}

.dy_main .m_left3 .download_list ul li .itemm {
    position: relative;
    border-bottom: dotted 1px #f5f5f5
}

.dy_main .m_left3 .download_list ul li .itemm .check_one {
    position: absolute;
    left: 0;
    top: 2px
}

.dy_main .m_left3 .download_list ul li .itemm .tit {
    padding-left: 25px;
    margin-right: 160px
}

.dy_main .m_left3 .download_list ul li .itemm .date {
    right: 50px
}

.dy_main .m_left3 .download_list ul li .itemm .download_btn {
    position: absolute;
    right: 0;
    top: 16px
}

.dy_main .m_left3 .download_list ul li .itemm .download_btn a {
    display: block;
    width: 24px;
    height: 21px;
    background: url(../images/xz1.png) no-repeat center center
}

.dy_main .m_left3 .download_list .download_bot {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #f1f1f1
}

.dy_main .m_left3 .download_list .download_bot .fl {
    color: #333;
    font-size: 20px;
    line-height: 38px
}

.dy_main .m_left3 .download_list .download_bot .fl a {
    display: inline-block;
    margin-left: 40px;
    color: #00487f;
    font-size: 20px
}

.dy_main .m_left3 .download_list .download_bot .fr input {
    width: 120px;
    height: 38px;
    background: #00487f;
    color: #fff;
    font-size: 20px;
    border: 0
}

.ej_tit {
    color: #00487f;
    font-size: 32px;
    font-weight: 700
}

.contact_main {
    margin-top: 120px
}

.contact_main .contact_m {
    background: #fff;
    padding: 20px 30px 30px
}

.contact_main .contact_m .map {
    margin-top: 25px
}

.contact_main .contact_m .map img {
    width: 100%
}

.contact_main .contact_m .map_bot {
    margin-top: 35px
}

.contact_main .contact_m .map_bot .ewm {
    width: 385px;
    float: right
}

.contact_main .contact_m .map_bot .ewm img {
    width: 100%
}

.contact_main .contact_m .map_bot .map_left {
    margin-right: 400px
}

.contact_main .contact_m .map_bot .map_left .tit {
    color: #00487f;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700
}

.contact_main .contact_m .map_bot .map_left .cont {
    margin-top: 20px
}

.contact_main .contact_m .map_bot .map_left .cont .item:nth-child(1) {
    margin-right: 100px
}

.contact_main .contact_m .map_bot .map_left .cont .item .name {
    color: #00487f;
    font-size: 20px;
    font-weight: 700
}

.contact_main .contact_m .map_bot .map_left .cont .item .note1 {
    color: #00487f;
    font-size: 16px;
    line-height: 34px;
    margin-top: 10px
}

.pages {
    text-align: center;
    padding: 30px 0 15px;
    font-size: 0
}

.pages a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #f8f8f8;
    text-align: center;
    line-height: 30px;
    color: #333;
    font-size: 16px;
    margin-left: 5px;
    margin-right: 5px
}

.pages strong {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #00487f;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    margin-left: 5px;
    margin-right: 5px
}

.download_main {
    margin-top: 120px
}

.download_main .download_m {
    padding: 30px;
    background: #fff
}

.download_main .download_m .note {
    color: #333;
    font-size: 18px;
    line-height: 36px
}

.download_main .download_m .item {
    margin-top: 30px
}

.download_main .download_m .item .bot {
    color: #00487f;
    font-size: 20px;
    padding-top: 20px;
    text-align: right;
    padding-right: 10px
}

.download_main .download_m .item .bot div.dib {
    color: #333
}

.download_main .download_m .item .bot div.dib span {
    font-weight: 700
}

.download_main .download_m .item table {
    margin-top: 15px
}

.download_main .download_m .item table td {
    border: solid 1px #f5f5f5;
    padding: 10px 20px;
    color: #333;
    font-size: 20px
}

.download_main .download_m .item table td .check_all {
    margin-right: 10px
}

.download_main .download_m .item table td:nth-child(1) {
    width: 90px
}

.download_main .download_m .item table td:nth-child(4) {
    text-align: center
}

.download_main .download_m .item1 {
    margin-top: 30px
}

.download_main .download_m .item1 .cont {
    line-height: 56px;
    color: #333;
    font-size: 20px
}

.download_main .download_m .item1 .form .col-xs-12 {
    margin-top: 30px
}

.download_main .download_m .item1 .form .inp1 {
    height: 60px;
    border: solid 1px #eee;
    padding: 0 20px;
    line-height: 58px;
    font-size: 20px;
    width: 100%
}

.download_main .download_m .item1 .form .text1 {
    height: 250px;
    border: solid 1px #eee;
    padding: 10px 20px;
    line-height: 30px;
    font-size: 20px;
    width: 100%;
    resize: none
}

.download_main .download_m .item1 .form .btn1 {
    height: 60px;
    background: #00487f;
    border: 0;
    color: #999;
    font-size: 20px;
    width: 100%
}

.sjz_main {
    margin-top: 120px
}

.sjz_main .sjz_right {
    width: 280px;
    background: #fff;
    padding: 20px 30px;
    float: right
}

.sjz_main .sjz_right .item1 {
    margin-top: 20px
}

.sjz_main .sjz_right .item1 .tit {
    color: #04447c;
    font-size: 18px;
    font-weight: 700
}

.sjz_main .sjz_right .item1 .cont ul li {
    padding-left: 25px
}

.sjz_main .sjz_right .item1 .cont ul li a {
    margin-top: 10px;
    color: #666;
    font-size: 14px;
    display: block
}

.sjz_main .sjz_right .item {
    margin-top: 20px
}

.sjz_main .sjz_right .item:nth-child(1) {
    margin-top: 0
}

.sjz_main .sjz_right .item .tit {
    color: #04447c;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    background: url(../images/lanjian2.png) no-repeat right center
}

.sjz_main .sjz_right .item .tit.on {
    background: url(../images/lanjian1.png) no-repeat right center
}

.sjz_main .sjz_right .item .cont {
    display: none
}

.sjz_main .sjz_right .item .cont ul li {
    margin-top: 10px
}

.sjz_main .sjz_right .item .cont ul li a {
    background: #ebf6ff;
    display: block;
    height: 42px;
    padding-left: 24px;
    padding-right: 24px;
    color: #000;
    font-size: 16px;
    line-height: 42px
}

.sjz_main .sjz_right .item .cont ul li a.gray {
    background: #f8f8f8;
    color: #666
}

.sjz_main .sjz_right .item .cont ul li a.on {
    background: #333;
    color: #fff;
    position: relative
}

.sjz_main .sjz_right .item .cont ul li a.on:before {
    content: '';
    border: solid 5px transparent;
    border-left: solid 5px #fff;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px
}

.sjz_main .sjz_left {
    margin-right: 300px;
    overflow: hidden
}

.sjz_main .sjz_left .sjz_nav .row {
    margin-left: -10px;
    margin-right: -10px
}

.sjz_main .sjz_left .sjz_nav .row .col-xs-6 {
    padding-left: 10px;
    padding-right: 10px
}

.sjz_main .sjz_left .sjz_nav a {
    display: block;
    padding: 10px 10px 10px 20px;
    color: #fff;
    font-size: 16px;
    height: 64px;
    position: relative
}

.sjz_main .sjz_left .sjz_nav a.on:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: 0;
    border: solid 10px transparent;
    border-bottom: solid 10px #fff !important
}

.sjz_main .sjz_left .sjz_nav a.bg1 {
    background: #2bbec1
}

.sjz_main .sjz_left .sjz_nav a.bg2 {
    background: #f88827
}

.sjz_main .sjz_left .sjz_nav a.bg3 {
    background: #3f78e0
}

.sjz_main .sjz_left .sjz_nav a.bg4 {
    background: #b648e1
}

.sjz_main .sjz_left .sjz_m1 {
    margin-top: 30px;
    background: #fff;
    padding: 30px
}

.sjz_main .sjz_left .sjz_m1 .tit {
    color: #00487f;
    font-size: 20px;
    font-weight: 700;
    text-align: center
}

.sjz_main .sjz_left .sjz_m1 .note {
    color: #00487f;
    font-size: 16px;
    padding-top: 10px;
    text-align: center
}

.sjz_main .sjz_left .sjz_m1 .cont {
    margin-top: 30px
}

.sjz_main .sjz_left .sjz_m1 .cont img {
    width: 100%
}

.sjz_main .sjz_left .sjz_m1 .cont table {
    margin: 0 auto;
    max-width: 100% !important;
    width: 65%;
}

