<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*总体设置(不可更改)*/

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, img, div, dl, dt, dd {
    margin: 0;
    padding: 0;
    border: 0;
    /*font-family: Arial, Helvetica, sans-serif, "微软雅黑";*/
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;
}

select, input {
    vertical-align: middle;
    font-size: 12px;
}

table, tr, td, th {
    margin: 0;
    padding: 0;
    /*font-family: Arial, Helvetica, sans-serif, "微软雅黑";*/
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;
}

textarea, td, div, input {
    font-size: 12px;
}

body {
    color: #333;
    font-size: 12px; /* text-align:center; */
    behavior: url(css/iehoverfix.htc);
}

ul, ol {
    list-style: none;
}

img {
    display: block;
}

/**清除浮动**/
.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    vertical-align: middle;
}

/**链接**/
a {
    outline: none;
    text-decoration: none;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

a:hover {
    text-decoration: none;
    color: #1d62ff;
}


/**------------首页------------**/
.partc {
    width: 100%;
    height: 1090px;
    background-image: url(../images/bg02.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    text-align: left;
}

.pc_main {
    width: 1200px;
    height: 1090px;
    margin: 0 auto;
    overflow: hidden;
    background-image: url(../images/bg02.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
    overflow: hidden;

}

.pc_main h2 {
    font-size: 36px;
    color: #000;
    text-align: center;
    display: block;
    margin-top: 70px;
    text-align: center;
}

.pc_main h2 img {
    display: inline-block;
    vertical-align: middle;
}

.pc_main h2 strong {
    margin: 0 20px;
    display: inline-block;
    vertical-align: middle;
}

.pc_main h3 {
    width: 200px;
    position: absolute;
    top: 185px;
    left: 40px;
}

.pc_main h3 ul li {
    height: 50px;
    font-size: 16px;
    text-align: right;
    margin-top: 20px;
    width: 160px;
    background: linear-gradient(to right, #1d62ff, #009cff);
    color: #fff;
    display: block;
    float: right;
    display: inline;
    line-height: 50px;
    border-radius: 100px 0 0 100px;
    text-align: right;
    padding: 0 44px 0 0;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.pc_main h3 ul li.on {
    font-size: 18px;
    width: 200px;
    background: linear-gradient(to right, #fff, #fff);
    color: #293040;
}

.pc_info {
    width: 1200px;
    height: 760px;
    background-color: #fff;
    margin-top: 50px;
}

.pc_left {
    width: 240px;
    height: 760px;
    background-image: url(../images/bg03.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    overflow: hidden;
    float: left;
    display: inline;
}

.pc_left b {
    font-size: 14px;
    font-weight: bold;
    color: #d1d2d3;
    padding: 0 40px;
    line-height: 24px;
    text-align: right;
    display: block;
    margin-top: 200px;
    position: relative;
    width: 160px;
    height: 24px;
}

.pc_left b i {
    width: 60px;
    height: 1px;
    background-color: #d1d2d3;
    position: absolute;
    left: 40px;
    top: 12px;
    display: block;
    overflow: hidden;
}

.pc_left ul li {
    font-size: 14px;
    line-height: 36px;
    display: block;
    text-align: right;
    padding: 0 40px;
    margin-top: 10px;
}

.pc_left ul li a {
    color: #d1d2d3;
}

.pc_left ul li a:hover {
    color: #1d62ff;
    padding: 0 5px 0 0;
}

.pc_right {
    width: 960px;
    float: right;
    display: inline;
}

.pc_right ul li {
    width: 240px;
    box-sizing: border-box;
    height: 380px;
    border-bottom: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    overflow: hidden;
    float: left;
    display: inline;
}

.pc_right ul li .img_box {
    width: 190px;
    height: 190px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}

.pc_right ul li .img_box a img {
    width: 190px;
    height: 190px;
    display: block;
}

.pc_right ul li b a {
    display: block;
    padding: 0 30px;
    font-size: 15px;
    font-weight: bold;
    color: #293040;
    text-align: left;
    margin-top: 14px;
}

.pc_right ul li b a:hover {
    color: #df2020;
}

/*.pc_right ul li p {*/
/*    display: block;*/
/*    padding: 0 30px;*/
/*    font-size: 12px;*/
/*    line-height: 18px;*/
/*    height: 54px;*/
/*    overflow: hidden;*/
/*    margin-top: 10px;*/
/*    color: #717787;*/
/*}*/

.pc_right ul li span {
    display: block;
    padding: 0 30px;
    margin-top: 16px;
}

.pc_right ul li span strong {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #df2020;
    line-height: 24px;
}

.pc_right ul li span strong font {
    font-size: 18px;
}

.pc_right ul li span a.buy {
    width: 32px;
    height: 32px;
    border-radius: 1000px;
    float: right;
    display: inline;
    background: linear-gradient(to right, #1d62ff, #009cff);
}

.pc_right ul li span a.buy:hover {
    background: linear-gradient(to right, #df2020, #ff0000);
}

.pc_right ul li span a.buy img {
    display: block;
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto;
    margin-top: 6px;
}

.pc_right ul li:nth-child(4) {
    border-right: none;
}

.pc_right ul li:nth-child(5) {
    border-bottom: none;
}

.pc_right ul li:nth-child(6) {
    border-bottom: none;
}

.pc_right ul li:nth-child(7) {
    border-bottom: none;
}

.pc_right ul li:nth-child(8) {
    border-bottom: none;
    border-right: none;
}

.pc_info a.more {
    width: 240px;
    height: 40px;
    background-color: #FFF;
    display: block;
    margin: 0 auto;
    margin-top: 44px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    line-height: 40px;
    color: #1d62ff;
}

.pc_info a.more:hover {
    background: linear-gradient(to right, #1d62ff, #009cff);
    color: #fff;
}

.partd {
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0 70px 0;
    text-align: left;
    overflow: hidden;
}

.partd h2 {
    font-size: 36px;
    color: #000;
    text-align: center;
    display: block;
    margin-bottom: 50px;
}

.partd h2 img {
    display: inline-block;
    vertical-align: middle;
}

.partd h2 strong {
    margin: 0 20px;
    display: inline-block;
    vertical-align: middle;
}

.pd_left {
    width: 374px;
    height: 342px;
    float: left;
    display: inline;
    position: relative;
}

.pd_left a {
    display: block;
}

.pd_left a img {
    width: 374px;
    height: 342px;
}

.pd_left a dl {
    width: 374px;
    height: 100px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    padding: 34px 20px 0 20px;
    box-sizing: border-box;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.pd_left a dl dt {
    width: 60px;
    height: 40px;
    float: left;
    display: inline;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    text-align: left;
    border-right: 1px solid #8e939b;
    line-height: 20px;
}

.pd_left a dl dt strong {
    font-size: 16px;
    display: block;
}

.pd_left a dl dd {
    width: 253px;
    float: right;
    display: inline;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
}

.pd_left a:hover dl {
    background-color: rgba(29, 98, 255, 0.5);
}

.pd_mid {
    width: 374px;
    float: left;
    display: inline;
    margin-left: 40px;
}

.pd_mid dl {
    margin-top: 20px;
}

.pd_mid dl:first-child {
    margin: 0;
}

.pd_mid dl dt {
    width: 168px;
    float: left;
    display: inline;
}

.pd_mid dl dd {
    width: 192px;
    float: right;
    display: inline;
    text-align: left;
}

.pd_mid dl dd span {
    font-size: 12px;
    font-weight: normal;
    color: #a1a6b3;
    display: block;
    line-height: 30px;
}

.pd_mid dl dd h3 a {
    font-size: 14px;
    font-weight: bold;
    color: #293040;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
}

.pd_mid dl dd h3 a:hover {
    color: #1d62ff;
}

.pd_right {
    width: 374px;
    float: right;
    display: inline;
}

.pd_right ul li {
    font-size: 14px;
    font-weight: normal;
    line-height: 35px;
    display: block;
}

.pd_right ul li font {
    width: 14px;
    height: 14px;
    background-color: #64646c;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 14px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.pd_right ul li a {
    display: inline-block;
    vertical-align: middle;
    color: #293040;
    width: 320px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pd_right ul li a:hover {
    color: #1d62ff;
}

.pd_right ul li:nth-child(1) font {
    background-color: #1d62ff;
}

.pd_right ul li:nth-child(2) font {
    background-color: #1d62ff;
}

.pd_right ul li:nth-child(3) font {
    background-color: #1d62ff;
}

.partd a.more {
    width: 240px;
    height: 40px;
    background-color: #FFF;
    display: block;
    margin: 0 auto;
    margin-top: 44px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    line-height: 40px;
    color: #1d62ff;
    filter: drop-shadow(0 0 10px #e9e9f2);
}

.partd a.more:hover {
    background: linear-gradient(to right, #1d62ff, #009cff);
    color: #fff;
}

/**业务**/
.partn {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
    background-color: #000;
}

.partn ul li {
    width: 33.33333333%;
    position: relative;
    float: left;
    display: inline;
    overflow: hidden;
}

.partn ul li a {
    display: block;
}

.partn ul li a img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.partn ul li a i {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.partn ul li:hover a i {
    background-color: rgba(0, 107, 255, 0.7);
}

.partn ul li a h2 {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 32%;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 20px;
    color: #FFF;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
}

.partn ul li a h2 span {
    display: block;
    font-size: 18px;
    margin-top: 10px;
    font-weight: bold;
}

.partn ul li a em {
    width: 80px;
    height: 1px;
    background-color: #FFF;
    margin: 0 auto;
    display: block;
    position: absolute;
    left: 50%;
    top: 43%;
    margin-left: -40px;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
    background: linear-gradient(to right, #1d62ff, #009cff);
}

.partn ul li a p {
    width: 65%;
    display: block;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
    font-size: 13px;
    font-weight: normal;
    line-height: 24px;
    color: #fff;
}

.partn ul li:hover a h2 {
    -webkit-transform: translate3d(0, 1200px, 0);
    transform: translate3d(0, 1200px, 0);
}

.partn ul li:hover a em {
    -webkit-transform: translate3d(0, 1200px, 0);
    transform: translate3d(0, 1200px, 0);
}

.partn ul li:hover a p {
    -webkit-transform: translate3d(0, 1200px, 0);
    transform: translate3d(0, 1200px, 0);
}

.partn ul li:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    transform: scale(1.2, 1.2);
    -ms-transform: scale(1.05, 1.05); /* IE 9 */
    -moz-transform: scale(1.05, 1.05); /* Firefox */
    -webkit-transform: scale(1.05, 1.05); /* Safari 和 Chrome */
    -o-transform: scale(1.05, 1.05); /* Opera */
}

.partn ul li a font {
    width: 110px;
    height: 36px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    line-height: 36px;
    position: absolute;
    left: 50%;
    top: 48%;
    margin-left: -55px;
    -webkit-transform: translate3d(0, -1200%, 0);
    transform: translate3d(0, -1200%, 0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    background: linear-gradient(to right, #1d62ff, #009cff);
    border-radius: 1000px;
}

.partn ul li:hover a font {
    width: 110px;
    height: 36px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 36px;
    position: absolute;
    left: 50%;
    top: 48%;
    margin-left: -55px;
    webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.partn ul li a font:hover {
    opacity: 1;
    background: linear-gradient(to right, #df2020, #ff0000);
}


/**--------------------工业超市首页--------------------**/
.top {
    width: 100%;
    height: 36px;
    background-image: url(../images/line_bg.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    text-align: left;
}

.top_main {
    width: 1200px;
    height: 36px;
    margin: 0 auto;
    background-image: url(../images/line_bg.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    font-size: 12px;
    font-weight: normal;
    color: #717787;
    line-height: 36px;
}

.top_main a {
    color: #717787;
}

.top_main a:hover {
    color: #1d62ff;
}

.top_main p {
    float: right;
    display: inline;
    width: 700px;
    text-align: right;
}

.top_main p a {
    color: #717787;
}

.top_main a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    position: relative;
    top: -2px;
}

.top_main p a.on {
    color: #1d62ff;
}

.top_main p a:hover {
    color: #1d62ff;
}

.head {
    width: 1200px;
    text-align: left;
    padding: 34px 0 12px 0;
    margin: 0 auto;
    overflow: hidden;
}

.g_logo {
    float: left;
    display: inline;
    width: 134px;
}

.g_logo a img {
    width: 134px;
    height: auto;
}

.g_tit {
    width: 220px;
    float: left;
    display: inline;
    margin-left: 20px;
    font-size: 30px;
    font-weight: bold;
    color: #014099;
    position: relative;
    top: -5px;
}

.g_search {
    width: 560px;
    float: left;
    display: inline;
    position: relative;
}

.g_search .input03 {
    width: 450px;
    float: left;
    display: inline;
    border: 2px solid #014099;
    border-right: none;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: normal;
    color: #717787;
    height: 36px;
    line-height: 36px;
    padding: 0 0 0 10px;
}

.g_search .input03:focus {
    outline: none;
}

.g_search .input04 {
    width: 110px;
    height: 36px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 36px;
    padding: 0 0 0 18px;
    box-sizing: border-box;
    float: left;
    display: inline;
    background-color: #014099;
    border: none;
    margin: 0;
    text-align: left;
    background-image: url(../images/icon03.png);
    background-repeat: no-repeat;
    background-position: 70px 10px;
    background-size: 16px 16px;
    cursor: pointer;
}

.g_search p {
    line-height: 34px;
    padding: 0 0 0 10px;
    font-size: 12px;
    color: #717787;
}

.g_search p a {
    color: #717787;
}

.g_search p a:hover {
    color: #1d62ff;
}

.g_search p a:nth-child(2) {
    color: #1d62ff;
}

.g_car {
    width: 140px;
    height: 36px;
    background-color: #ececf3;
    float: right;
    display: inline;
    position: relative;
}

.g_car a {
    color: #014099;
    padding: 0 0 0 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
    box-sizing: border-box;
    display: block;
}

.g_car a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.g_car a font {
    width: 36px;
    height: 36px;
    float: right;
    display: inline;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    line-height: 36px;
    color: #fff;
    background-color: #014099;
}

.g_car a i {
    width: 10px;
    height: 10px;
    background-color: #014099;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: absolute;
    top: 14px;
    right: 30px;
}

.nav {
    width: 1200px;
    margin: 0 auto;
    text-align: left;
    height: 40px;
}

.nav_left {
    width: 240px;
    float: left;
    display: inline;
    position: relative;
}

.nav_right {
    width: 960px;
    float: right;
    display: inline;
}

.nav_left_info {
    width: 240px;
    height: 540px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/nav_bg.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 240px 540px;
    z-index: 2;
}

.nav_left_info h2 {
    padding: 0 24px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    margin-top: 34px;
}

.nav_left_info ul {
    margin-top: 16px;
}

.nav_left_info ul li {
    font-size: 14px;
    line-height: 41px;
    display: block;
}

.nav_left_info ul li a {
    color: #fff;
    padding: 0 24px;
    display: block;
}

.nav_left_info ul li a font {
    font-size: 12px;
    font-weight: bold;
    font-family: "宋体";
    float: right;
    display: inline;
}

.nav_left_info ul li a:hover {
    background: linear-gradient(to right, #1d62ff, #009cff);
    padding: 0 30px;
}

.nav_left_info a.more img {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 7px;
    right: 16px;
}

.nav_right ul li {
    font-size: 15px;
    float: left;
    display: inline;
    line-height: 40px;
    margin: 0 22px;
    font-weight: bold;
    position: relative;
}

.nav_right ul li a {
    color: #293040;
}

.nav_right ul li a img {
    position: absolute;
    left: 50%;
    top: -8px;
}

.nav_right ul li a:hover {
    color: #1d62ff;
}

.nav_right ul li.on a {
    color: #014099;
}

.nav_right ul li:last-child {
    float: right;
    display: inline;
    margin: 0;
    color: #1d62ff;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
}

.nav_right ul li:last-child img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.g_contert {
    width: 100%;
    background-color: #f5f5f9;
    text-align: left;
}

.g_c_main {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #f5f5f9;
    text-align: left;
}

.g_parta {
    width: 950px;
    float: right;
    display: inline;
    overflow: hidden;
}

.g_pa_left {
    width: 728px;
    float: left;
    display: inline;
}

.g_pa_left ul li {
    width: 236px;
    float: left;
    display: inline;
    margin-top: 10px;
    margin-right: 10px;
}

.g_pa_left ul li:last-child {
    margin-right: 0;
}

.g_pa_right {
    width: 212px;
    background-color: #fff;
    height: 499px;
    margin-top: 1px;
    float: right;
    display: inline;
    padding: 0 12px;
    box-sizing: border-box;
}

/* .g_pa_right dl { height:184px; border-bottom:1px solid #eeeeee; overflow:hidden;}
.g_pa_right dl dt img { width:50px; height:50px; border-radius:1000px; margin:0 auto; margin-top:20px;}
.g_pa_right dl dt p { font-size:12px; font-weight:normal; color:#717787; text-align:center; line-height:24px; margin-top:10px;}
.g_pa_right dl dt p a {color:#1d62ff; margin-left:4px; }
.g_pa_right dl dd { margin-top:10px;} */

.g_pa_right dl {
    border-bottom: 1px solid #eeeeee;
    overflow: hidden;
}

.g_pa_right dl dt img {
    width: 50px;
    height: 50px;
    border-radius: 1000px;
    margin: 0 auto;
    margin-top: 20px;
}

.g_pa_right dl dt p {
    font-size: 12px;
    font-weight: normal;
    color: #717787;
    text-align: center;
    line-height: 24px;
    margin-top: 10px;
}

.g_pa_right dl dt p a {
    color: #1d62ff;
    margin-left: 4px;
}

.g_pa_right dl dd {
    margin-top: 10px;
    margin-bottom: 20px;
}

.g_pa_right dl dd a.a01 {
    width: 80px;
    height: 28px;
    background-color: #fff;
    border: 2px solid #014099;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    text-align: center;
    box-sizing: border-box;
    color: #014099;
}

.g_pa_right dl dd a.a02 {
    width: 80px;
    height: 28px;
    background-color: #014099;
    border: 2px solid #014099;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
}

.g_pa_right dl dd a:hover {
    background-color: #1d62ff;
    border: 2px solid #1d62ff;
    color: #fff;
}

.g_pa_right_info {
    height: 154px;
    border-bottom: 1px solid #eeeeee;
    overflow: hidden;
}

.g_pa_right_info h3 {
    font-size: 14px;
    font-weight: bold;
    color: #293040;
    line-height: 36px;
    display: block;
    margin-top: 5px;
}

.g_pa_right_info h3 a {
    font-size: 12px;
    float: right;
    display: inline;
    font-weight: normal;
    color: #717787;
}

.g_pa_right_info h3 a:hover {
    color: #df2020;
}

.g_pa_right_info ul li {
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
}

.g_pa_right_info ul li a {
    color: #293040;
    display: block;
    width: 188px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.g_pa_right_info ul li:first-child a {
    font-weight: bold;
    color: #df2020;
}

.g_pa_right_info ul li a:hover {
    color: #df2020;
    padding: 0 0 0 4px;
}

.g_pa_right_info a img {
    width: 180px;
    margin: 0 auto;
}

.advantage {
    padding: 30px 0;
    overflow: hidden;
}

.advantage dl {
    width: 240px;
    margin: 0 30px;
    float: left;
    display: inline;
}

.advantage dl dt {
    width: 51px;
    float: left;
    display: inline;
}

.advantage dl dd {
    width: 180px;
    float: right;
    display: inline;
    text-align: left;
    margin-top: 4px;
}

.advantage dl dd b {
    font-size: 16px;
    font-weight: normal;
    color: #93040;
    display: block;
    line-height: 24px;
}

.advantage dl dd p {
    font-size: 12px;
    font-weight: normal;
    color: #717787;
    display: block;
}

.at_parta {
    width: 1200px;
    text-align: left;
    margin: 0 auto;
    position: relative;
    padding: 50px 0 60px 0;
}

.at_parta h2 {
    height: 60px;
    font-size: 30px;
    font-weight: normal;
    color: #293040;
    line-height: 60px;
}

.at_parta h2::before {
    content: "";
    display: block;
    width: 8px;
    height: 32px;
    float: left;
    display: inline;
    margin-right: 12px;
    background: linear-gradient(to bottom, #2b3647, #1d62ff);
    margin-top: 15px;
}

.at_parta h2 a {
    width: 74px;
    height: 28px;
    font-size: 14px;
    color: #1d62ff;
    border: 1px solid #1d62ff;
    border-radius: 1000px;
    float: right;
    display: inline;
    line-height: 28px;
    text-align: center;
    margin-top: 10px;
}

.at_parta h2 a:hover {
    background-color: #1d62ff;
    color: #fff;
}

.xj_blk04 {
    border: 1px solid #eeeeee;
    height: 380px;
    overflow: hidden;
    margin-top: 10px;
}

.swipe {
    overflow: hidden;
    visibility: hidden;
    position: relative;
    width: 1190px;
    height: 790px;
}

.swipe-wrap {
    overflow: hidden;
    width: 1190px;
}

.swipe-wrap .list {
    float: left;
    display: inline;
    width: 1190px;
    position: relative;
    height: 790px;
    display: block;
}

.xj_01 {
    width: 238px;
    height: 340px;
    position: absolute;
    left: 0;
    top: 20px;
    overflow: hidden;
    border-right: 1px solid #eeeeee;
    background-color: #FFF;
    overflow: hidden;
}

.xj_01 a.a_img img {
    width: 150px;
    margin: 0 auto;
}

.xj_01 p {
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    color: #717787;
    line-height: 18px;
    height: 120px;
    overflow: hidden;
    display: block;
    width: 186px;
    margin: 0 auto;
    margin-top: 28px;
}

.xj_01 p a {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #293040;
    margin-bottom: 14px;
    display: block;
}

.xj_01 p a:hover {
    color: #df2020;
}

.xj_01 a.more {
    width: 184px;
    height: 28px;
    border: 1px solid #eeeeee;
    text-align: center;
    line-height: 28px;
    display: block;
    margin: 0 auto;
    color: #717787;
}

.xj_01 a.more img {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 14px;
}

.xj_01 a.more:hover {
    border: 1px solid #eeeeee;
    background-color: #f5f5f9;
}

.xj_02 {
    width: 238px;
    height: 170px;
    position: absolute;
    left: 239px;
    top: 20px;
    overflow: hidden;
    border-right: 1px solid #eeeeee;
    background-color: #FFF;
    overflow: hidden;
}

.xj_02 a img {
    width: 120px;
    height: 120px;
    display: block;
    margin: 0 auto;
    margin-top: 5px;
}

.xj_02 p a {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #293040;
    display: block;
    width: 198px;
    margin: 0 auto;
    border-bottom: 1px solid #eeeeee;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
}

.xj_02 p a:hover {
    color: #df2020;
}

.xj_03 {
    width: 238px;
    height: 170px;
    position: absolute;
    left: 239px;
    top: 190px;
    overflow: hidden;
    border-right: 1px solid #eeeeee;
    background-color: #FFF;
    overflow: hidden;
}

.xj_03 a img {
    width: 120px;
    height: 120px;
    display: block;
    margin: 0 auto;
    margin-top: 5px;
}

.xj_03 p a {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #293040;
    display: block;
    width: 198px;
    margin: 0 auto;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
}

.xj_03 p a:hover {
    color: #df2020;
}

.xj_04 {
    width: 238px;
    height: 340px;
    position: absolute;
    left: 478px;
    top: 20px;
    overflow: hidden;
    border-right: 1px solid #eeeeee;
    background-color: #FFF;
    overflow: hidden;
}

.xj_04 a.a_img img {
    width: 150px;
    margin: 0 auto;
}

.xj_04 p {
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    color: #717787;
    line-height: 18px;
    height: 110px;
    overflow: hidden;
    display: block;
    width: 186px;
    margin: 0 auto;
    margin-top: 17px;
}

.xj_04 p a {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #293040;
    margin-bottom: 14px;
    display: block;
}

.xj_04 p a:hover {
    color: #df2020;
}

.xj_04 a.more {
    width: 184px;
    height: 28px;
    border: 1px solid #eeeeee;
    text-align: center;
    line-height: 28px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    color: #717787;
}

.xj_04 a.more img {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 14px;
}

.xj_04 a.more:hover {
    border: 1px solid #eeeeee;
    background-color: #f5f5f9;
}

.xj_05 {
    width: 238px;
    height: 170px;
    position: absolute;
    left: 717px;
    top: 20px;
    overflow: hidden;
    border-right: 1px solid #eeeeee;
    background-color: #FFF;
    overflow: hidden;
}

.xj_05 a img {
    width: 120px;
    height: 120px;
    display: block;
    margin: 0 auto;
    margin-top: 5px;
}

.xj_05 p a {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #293040;
    display: block;
    width: 198px;
    margin: 0 auto;
    border-bottom: 1px solid #eeeeee;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
}

.xj_05 p a:hover {
    color: #df2020;
}

.xj_06 {
    width: 238px;
    height: 170px;
    position: absolute;
    left: 717px;
    top: 190px;
    overflow: hidden;
    border-right: 1px solid #eeeeee;
    background-color: #FFF;
    overflow: hidden;
}

.xj_06 a img {
    width: 120px;
    height: 120px;
    display: block;
    margin: 0 auto;
    margin-top: 5px;
}

.xj_06 p a {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #293040;
    display: block;
    width: 198px;
    margin: 0 auto;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
}

.xj_06 p a:hover {
    color: #df2020;
}

.xj_07 {
    width: 238px;
    height: 170px;
    position: absolute;
    left: 956px;
    top: 20px;
    overflow: hidden;
    background-color: #FFF;
    overflow: hidden;
}

.xj_07 a img {
    width: 120px;
    height: 120px;
    display: block;
    margin: 0 auto;
    margin-top: 5px;
}

.xj_07 p a {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #293040;
    display: block;
    width: 198px;
    margin: 0 auto;
    border-bottom: 1px solid #eeeeee;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
}

.xj_07 p a:hover {
    color: #df2020;
}

.xj_08 {
    width: 238px;
    height: 170px;
    position: absolute;
    left: 956px;
    top: 190px;
    overflow: hidden;
    background-color: #FFF;
    overflow: hidden;
}

.xj_08 a img {
    width: 120px;
    height: 120px;
    display: block;
    margin: 0 auto;
    margin-top: 5px;
}

.xj_08 p a {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #293040;
    display: block;
    width: 198px;
    margin: 0 auto;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
}

.xj_08 p a:hover {
    color: #df2020;
}

.f_bg {
    width: 100%;
    background-color: #f5f5f9;
    text-align: left;
}

.f_con {
    width: 1200px;
    margin: 0 auto;
    background-color: #f5f5f9;
    margin: 0 auto;
    padding: 0 0 60px 0;
    overflow: hidden;
}

.f {
    overflow: hidden;
    margin-top: 30px;
}

.f h2 {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    line-height: 70px;
}

.f h2 font {
    width: 32px;
    height: 32px;
    border-radius: 1000px;
    float: left;
    display: inline;
    background: linear-gradient(to right, #014099, #005bda);
    margin-right: 10px;
    font-size: 20px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 20px;
}

.f h2 a {
    width: 74px;
    height: 28px;
    font-size: 14px;
    color: #a1a6b3;
    border: 1px solid #a1a6b3;
    border-radius: 1000px;
    float: right;
    display: inline;
    line-height: 28px;
    text-align: center;
    margin-top: 20px;
}

.f h2 a:hover {
    background-color: #1d62ff;
    color: #fff;
    border: 1px solid #1d62ff;
}

.f_left {
    width: 240px;
    height: 590px;
    background: linear-gradient(to bottom, #0b0e12, #013c8d);
    float: left;
    display: inline;
}

.f_left a img {
    display: block;
    margin: 0 auto;
}

.f_left ul {
    margin: 0 auto;
    margin-top: 10px;
    width: 184px;
}

.f_left ul li {
    font-size: 14px;
    font-weight: normal;
    display: block;
    text-align: center;
    line-height: 30px;
}

.f_left ul li a {
    color: #d5e3f6;
}

.f_left ul li a:hover {
    color: #fff;
}

.f_left a.more {
    width: 98px;
    height: 28px;
    border: 1px solid #d5e3f6;
    border-radius: 5px;
    font-size: 14px;
    font-weight: normal;
    color: #d5e3f6;
    text-align: center;
    line-height: 28px;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}

.f_left a.more:hover {
    color: #fff;
    border: 1px solid #fff;
}

.f_mid {
    float: left;
    display: inline;
    width: 240px;
    background-color: #fff;
    height: 590px;
    overflow: hidden;
}

.f_mid ul li {
    width: 240px;
    height: 295px;
    display: block;
    overflow: hidden;
    position: relative;
}

.f_mid ul li a {
    display: block;
}

.f_mid ul li a img {
    display: block;
    margin: 1px auto;
   /* margin-top: 40px;
    width: 200px;*/
}

.f_mid ul li a i {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.f_mid ul li:nth-child(2) a i {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
}

.f_mid ul li a b {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
    display: block;
    color: #fff;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
}

.f_mid ul li a em {
    width: 30px;
    height: 1px;
    background-color: #fff;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 124px;
    left: 50%;
    margin-left: -15px;
}

.f_mid ul li a p {
    width: 180px;
    margin: 0 auto;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    color: #fff;
    text-align: left;
    position: absolute;
    top: 160px;
    left: 30px;
    overflow: hidden;
    height: 60px;
}

.f_mid ul li a:hover i {
    background-color: rgba(1, 64, 153, 0.85);
}

.f_right {
    width: 720px;
    float: left;
    display: inline;
    height: 590px;
    overflow: hidden;
    background-color: #fff;
}

.f_right ul li {
    width: 240px;
    box-sizing: border-box;
    height: 295px;
    border-bottom: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    overflow: hidden;
    float: left;
    display: inline;
}

.f_right ul li .img_box {
    width: 150px;
    height: 150px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}

.f_right ul li .img_box a img {
    width: 150px;
    height: 150px;
    display: block;
}

.f_right ul li b a {
    display: block;
    padding: 0 30px;
    font-size: 15px;
    font-weight: bold;
    color: #293040;
    text-align: left;
    margin-top: 4px;
}

.f_right ul li b a:hover {
    color: #df2020;
}

.f_right ul li p {
    display: block;
    padding: 0 30px;
    font-size: 12px;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    margin-top: 10px;
    color: #717787;
}

.f_right ul li span {
    display: block;
    padding: 0 30px;
    margin-top: 7px;
}

.f_right ul li span strong {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #df2020;
    line-height: 24px;
}

.f_right ul li span strong font {
    font-size: 18px;
}

.f_right ul li span a.buy {
    width: 32px;
    height: 32px;
    border-radius: 1000px;
    float: right;
    display: inline;
    background: linear-gradient(to right, #1d62ff, #009cff);
}

.f_right ul li span a.buy:hover {
    background: linear-gradient(to right, #df2020, #ff0000);
}

.f_right ul li span a.buy img {
    display: block;
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto;
    margin-top: 6px;
}

.f_right ul li:nth-child(3) {
    border-right: none;
}

.f_right ul li:nth-child(4) {
    border-bottom: none;
}

.f_right ul li:nth-child(5) {
    border-bottom: none;
}

.f_right ul li:nth-child(6) {
    border-bottom: none;
    border-right: none;
}

/**----------------工业超市列表页----------------**/
.nav_left_info02 {
    display: block;
}

.nav_left_info02 strong {
    width: 200px;
    height: 40px;
    background: linear-gradient(to right, #033984, #013f93);
    padding: 0 20px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
    display: block;
}

.nav_left_info02 strong img {
    width: 20px;
    height: auto;
    float: right;
    display: inline;
    margin-top: 10px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.nav_left_info02_main {
    width: 240px;
    height: 490px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/nav_bg.jpg);
    background-repeat: no-repeat;
    background-position: 0 -40px;
    background-size: 240px 540px;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 40px;
    display: none;
    z-index: 9999;
}

.nav_left_info02_main ul {
    margin-top: 16px;
}

.nav_left_info02_main ul li {
    font-size: 14px;
    line-height: 41px;
    display: block;
}

.nav_left_info02_main ul li a {
    color: #fff;
    padding: 0 24px;
    display: block;
}

.nav_left_info02_main ul li a font {
    font-size: 12px;
    font-weight: bold;
    font-family: "宋体";
    float: right;
    display: inline;
}

.nav_left_info02_main ul li a:hover {
    background: linear-gradient(to right, #1d62ff, #009cff);
    padding: 0 30px;
}

.nav_left_info02:hover .nav_left_info02_main {
    display: block;
}

.g_contert02 {
    width: 1200px;
    margin: 0 auto;
    text-align: left;
    padding: 0 0 60px 0;
}

.position {
    height: 60px;
    font-size: 12px;
    font-weight: normal;
    color: #293040;
    line-height: 60px;
    text-align: left;
}

.position strong {
    font-size: 14px;
    color: #717787;
    font-family: "微软雅黑";
    display: inline-block;
}

.position .po_box {
    display: inline-block;
    height: 22px;
    border: 1px solid #eeeeee;
    position: relative;
}

.position .po_box span {
    font-size: 12px;
    font-weight: normal;
    color: #666;
    line-height: 22px;
    position: relative;
    z-index: 2;
    display: block;
    text-align: center;
    height: 22px;
    background-color: #FFF;
}

.position .po_box span a {
    color: #293040;
    padding: 0 10px;
}

.position .po_box span a:hover {
    color: #df2020;
}

.position .po_box span img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}

.position .po_box:hover span img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.position .po_box .po_main {
    position: absolute;
    top: 23px;
    left: -1px;
    z-index: 1;
    width: 200px;
    background-color: #FFF;
    border: 1px solid #eeeeee;
    padding: 15px;
    display: none;
}

.position .po_box .po_main a {
    font-size: 12px;
    font-weight: normal;
    color: #666;
    line-height: 24px;
    margin-right: 10px;
    display: inline-block;
    text-align: left;
}

.position .po_box .po_main a:hover {
    color: #df2020;
}

.position .po_box:hover {
    border: 1px solid #1d62ff;
}

.position .po_box:hover span {
    height: 24px;
}

.position .po_box:hover .po_main {
    display: block;
    border: 1px solid #1d62ff;
}

.jd_partb {
    border: 2px solid #eeeeee;
}

.jd_partb dl {
    overflow: hidden;
    background-color: #f5f5f9;
    overflow: hidden;
    border-bottom: 1px solid #eeeeee;
}

.jd_partb dl dt {
    font-size: 12px;
    font-weight: bold;
    color: #717787;
    padding: 10px 0 10px 0;
    width: 140px;
    float: left;
    display: inline;
    text-align: center;
}

.jd_partb dl dd {
    width: 1056px;
    float: left;
    display: inline;
    background-color: #fff;
}

.jd_partb dl dd a.more {
    float: right;
    display: inline;
    width: 58px;
    height: 20px;
    border: 1px solid #eeeeee;
    font-size: 12px;
    color: #a1a6b3;
    text-align: center;
    line-height: 20px;
    margin: 10px 10px 0 0;
    cursor: pointer;
    transition: all 0.5s;
}
.jd_partb dl dd a.more:hover{
    border: 1px solid #1d62ff;
    color: #1d62ff;
}

.jd_partb dl dd .dd_box02 {
    overflow: hidden;
    width: 960px;
    float: left;
    display: inline;
    padding: 10px 0 10px 20px;
}

.jd_partb dl dd .dd_box02 a {
    font-size: 12px;
    font-weight: normal;
    color: #293040;
    line-height: 20px;
    margin-right: 30px;
    display: inline-block;
    vertical-align: middle;
}

.jd_partb dl dd .dd_box02 a:hover {
    color: #df2020;
}

.jd_partb dl dd .dd_box02 a.on {
    background-color: #0078e8;
    border-radius: 3px;
    line-height: 16px;
    padding: 0 4px;
    color: #fff;
}

.jd_partb dl dd .dd_box03 {
    overflow: hidden;
    width: 950px;
    float: left;
    display: inline;
    padding: 10px 0 10px 20px;
}

.jd_partb dl dd .dd_box03 span {
    display: inline-block;
    vertical-align: middle;
    background-color: #f5f5f9;
    font-size: 12px;
    font-weight: normal;
    color: #293040;
    padding: 0 10px;
    line-height: 24px;
    margin-right: 10px;
}

.jd_partb dl dd .dd_box03 span a {
    color: #df2020;
    float: right;
    display: inline;
    margin-left: 6px;
}

.jd_partb dl dd .more2 {
    font-size: 12px;
    color: #999;
    float: right;
    display: inline;
    margin: 20px 20px 0 0;
}

.jd_partb dl dd .more2 img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    position: relative;
    top: -2px;
}


.blk01 {
    height: 40px;
    background-color: #f5f5f9;
    margin-top: 20px;
    overflow: hidden;
    width: 1200px;
    position: relative;
}

.list_01 {
    position: absolute;
    top: 0;
    left: 0;
}

.list_01 li {
    font-size: 12px;
    font-weight: normal;
    float: left;
    display: inline;
    line-height: 40px;
    border-right: 1px solid #eeeeee;
}

.list_01 li a {
    display: inline-block;
    height: 40px;
    padding: 0 15px;
    color: #293040;
    font-weight: bold;
    text-align: center;
}

.list_01 li a img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}

.list_01 li.on a {
    background-color: #014099;
    color: #fff;
}

.list_01 li:nth-child(1) a {
    width: 112px;
}

.list_02 {
    position: absolute;
    top: 0;
    right: 0;
}

.list_02 li {
    font-size: 12px;
    font-weight: normal;
    float: left;
    display: inline;
    line-height: 40px;
    border-left: 1px solid #eeeeee;
}

.list_02 li a {
    display: inline-block;
    height: 40px;
    padding: 0 20px;
    color: #293040;
    font-weight: bold;
    text-align: center;
}

.list_02 li a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 20px;
    height: auto;
    position: relative;
    top: -2px;
}

.list_02 li.on a {
    background-color: #0078e8;
    color: #fff;
}

.blk01 b {
    height: 40px;
    position: absolute;
    top: 0;
    right: 20px;
    font-weight: normal;
    line-height: 40px;
    color: #717787;
}

.blk01 b a {
    color: #717787;
    margin-left: 10px;
}

.blk01 b a:hover {
    color: #df2020;
}

.blk01 b strong {
    color: #df2020;
    font-family: Arial, Helvetica, sans-serif;
}

.blk02 {
    overflow: hidden;
}

.blk02 ul li {
    width: 178px;
    float: left;
    display: inline;
    margin: 40px 26px 0 0;
    overflow: hidden;
    height: 331px;
}

.blk02 ul li a img {
    width: 178px;
    height: 178px;
    display: block;
    margin: 0 auto;
}

.blk02 ul li font {
    display: block;
    margin-top: 8px;
    font-family: Arial, Helvetica, sans-serif;
}

.blk02 ul li font em {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #df2020;
}

.blk02 ul li font em strong {
    font-size: 18px;
    margin: 0 2px;
}

.blk02 ul li font i {
    font-style: normal;
    color: #a1a6b3;
    margin-left: 10px;
    text-decoration: line-through;
}

.blk02 ul li b a {
    font-size: 15px;
    font-weight: bold;
    color: #293040;
    display: block;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}

.blk02 ul li b a:hover {
    color: #df2020;
}

.blk02 ul li p {
    font-size: 12px;
    font-weight: normal;
    color: #717787;
    line-height: 18px;
    height: 54px;
    overflow: hidden;
}

.blk02 ul li span {
    font-size: 12px;
    color: #a1a6b3;
    line-height: 30px;
    display: block;
}

.blk02 ul li span a {
    display: inline-block;
    vertical-align: middle;
    padding: 0 2px;
    line-height: 16px;
    background-color: #d3eaff;
    border-radius: 3px;
    float: right;
    display: inline;
    color: #0078e8;
    margin-top: 6px;
    display: none;
}

.blk02 ul li span img {
    width: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    position: relative;
    top: -1px;
}

.blk02 ul li .a_box {
    width: 176px;
    height: 28px;
    border: 1px solid #dedede;
    border-radius: 4px;
    display: block;
    overflow: hidden;
    margin-top: 4px;
}

.blk02 ul li .a_box a:nth-child(1) {
    width: 122px;
    display: inline-block;
    vertical-align: middle;
    height: 28px;
    border-right: 1px solid #dedede;
    font-size: 12px;
    font-weight: bold;
    color: #293040;
    text-align: center;
    box-sizing: border-box;
    line-height: 28px;
}

.blk02 ul li .a_box a:nth-child(2) {
    border-right: none;
    width: 54px;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-weight: normal;
    color: #293040;
    line-height: 28px;
    text-align: center;
    box-sizing: border-box;
}

.blk02 ul li .a_box a:hover {
    background-color: #f5f5f9;
}

.blk02 ul li:nth-child(6n+6) {
    margin-right: 0;
}

.page {
    text-align: center;
    display: block;
    font-size: 12px;
    color: #333;
    margin-top: 40px;
}

.page strong {
    margin: 0 3px;
    color: #df2020;
    font-family: Arial, Helvetica, sans-serif;
}

.page a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    font-size: 12px;
    font-weight: normal;
    color: #333;
    line-height: 26px;
    padding: 0 10px;
    border: 1px solid #dedede;
    font-family: Arial, Helvetica, sans-serif;
}

.page a.on {
    background-color: #eff7ff;
    color: #1d62ff;
    border: 1px solid #1d62ff;
}

.page a:hover {
    background-color: #eff7ff;
    color: #1d62ff;
    border: 1px solid #1d62ff;
}

.page a.on:hover {
    background-color: #0073ff;
    color: #fff;
    border: 1px solid #0073ff;
}

.page select {
    width: 60px;
    margin: 0 5px;
    font-size: 14px;
    font-weight: normal;
    color: #666666;
    line-height: 28px;
    padding: 0 10px;
    border: 1px solid #dedede;
    height: 28px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../images/icon07_2.png);
    background-repeat: no-repeat;
    background-position: 40px 11px;
}

.page select:focus {
    outline: none;
}

.page .input03 {
    width: 40px;
    margin: 0 5px;
    font-size: 14px;
    font-weight: normal;
    color: #666666;
    line-height: 28px;
    padding: 0 10px;
    border: 1px solid #dedede;
    height: 28px;
    text-align: center;
}

.page .input03:focus {
    outline: none;
}

.page .input04 {
    width: 64px;
    background-color: #f5f5f9;
    font-size: 14px;
    font-weight: normal;
    line-height: 28px;
    padding: 0 10px;
    border: 1px solid #dedede;
    height: 28px;
    text-align: center;
    margin-left: 5px;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.page .input04:hover {
    width: 64px;
    background-color: #1d62ff;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    line-height: 28px;
    padding: 0 10px;
    border: 1px solid #1d62ff;
    height: 28px;
    text-align: center;
    margin-left: 5px;
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    cursor: pointer;
}

.blk03 {
    overflow: hidden;
    border: 1px solid #eeeeee;
    margin-top: 50px;
}

.blk03 h2 {
    height: 40px;
    background-color: #f5f5f9;
    border-bottom: 1px solid #eeeeee;
    width: 1198px;
    position: relative;
}

.blk03 h2 strong {
    font-size: 14px;
    font-weight: bold;
    color: #293040;
    line-height: 40px;
    width: 218px;
    position: absolute;
    top: 0;
    left: 0;
    height: 41px;
    background-color: #fff;
    text-align: center;
    border-right: 1px solid #eeeeee;
}

.b03_main {
    overflow: hidden;
    padding: 0 0 40px 8px;
}

.b03_main ul li {
    width: 178px;
    float: left;
    display: inline;
    margin: 40px 10px 0 10px;
    overflow: hidden;
}

.b03_main ul li a img {
    width: 178px;
    height: 178px;
    display: block;
    margin: 0 auto;
}

.b03_main ul li font {
    display: block;
    margin-top: 8px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.b03_main ul li font em {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #df2020;
}

.b03_main ul li font em strong {
    font-size: 16px;
    margin: 0 2px;
}

.b03_main ul li font i {
    font-style: normal;
    color: #a1a6b3;
    margin-left: 10px;
    text-decoration: line-through;
}

.b03_main ul li b a {
    font-size: 14px;
    font-weight: normal;
    color: #293040;
    display: block;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-align: center;
}

.b03_main ul li b a:hover {
    color: #df2020;
}

.blk04 {
    overflow: hidden;
    margin-top: 20px;
    border: 1px solid #eeeeee;
    padding: 0 0 0 30px;
    font-size: 12px;
    font-weight: normal;
    color: #717787;
    display: block;
    line-height: 44px;
}

.blk04 a {
    color: #1d62ff;
    margin-right: 40px;
}

.blk04 a:hover {
    color: #df2020;
}

/**---------------详情页---------------**/
.blk05 {
    overflow: hidden;
    border: 1px solid #eeeeee;
    background-image: url(../images/div_bg02.jpg);
    background-repeat: repeat-y;
    background-position: 990px 0;
}

.b05_left {
    width: 990px;
    float: left;
    display: inline;
}

.b05_left dl {
    width: 310px;
    float: left;
    display: inline;
    margin-left: 30px;
    margin-top: 30px;
}

.b05_left dl dt img {
    width: 310px;
   /* height: auto;*/
    height: 310px;
}

.b05_left dl dd {
    overflow: hidden;
    margin-top: 10px;
}

.b05_left dl dd a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

.b05_left dl dd a:last-child {
    margin-right: 0;
}

.b05_left dl dd a img {
    width: 68px;
    border: 1px solid #dedede;
    height: 68px;
}

.b05_left dl dd a.on img {
    border: 1px solid #1d62ff;
}

.b05_left a.collection {
    font-size: 12px;
    font-weight: normal;
    color: #717787;
    display: block;
    text-align: center;
    line-height: 70px;
}

.b05_left a.collection img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.b05_left .b05_main {
    width: 590px;
    float: left;
    display: inline;
    margin-left: 30px;
}

.b05_left .b05_main h2 {
    font-size: 20px;
    font-weight: bold;
    color: #293040;
    display: block;
    line-height: 36px;
    margin-top: 30px;
}

.b05_left .b05_main h3 {
    width: 550px;
    height: 68px;
    background-image: url(../images/div_bg01.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 590px 80px;
    margin-top: 14px;
    padding: 12px 20px 0 20px;
}

.b05_left .b05_main h3 p {
    font-size: 14px;
    font-weight: normal;
    color: #293040;
    line-height: 30px;
}

.b05_left .b05_main h3 p font {
    color: #df2020;
    font-family: Arial, Helvetica, sans-serif;
}

.b05_left .b05_main h3 p i {
    margin-left: 10px;
    color: #a1a6b3;
    font-style: normal;
    text-decoration: line-through;
}

.b05_left .b05_main h3 p strong {
    color: #37c198;
    font-weight: normal;
}

.b05_left .b05_main h3 p font strong {
    font-size: 22px;
    color: #df2020;
    font-weight: bold;
}

.b05_left .b05_main h3 p span {
    float: right;
    display: inline;
}

.b05_left .b05_main h3 p span a {
    color: #1d62ff;
    margin: 0 2px;
}

.b05_left .b05_main h3 p span a:hover {
    color: #df2020;
}

.b05_info {
    padding: 24px 0;
    border-bottom: 1px solid #eeeeee;
}

.b05_info ul li {
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    color: #293040;
    width: 275px;
    float: left;
    display: inline;
}

.b05_info ul li a {
    color: #1d62ff;
}

.b05_info ul li a:hover {
    color: #df2020;
}

.b05_info ul li font {
    display: inline-block;
    vertical-align: middle;
    line-height: 16px;
    padding: 0 3px;
    border: 1px solid #1d62ff;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
    color: #1d62ff;
}

.b05_info02 {
    height: 46px;
    overflow: hidden;
}

.b05_info02 label {
    width: 98px;
    height: 44px;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    float: left;
    display: inline;
}

.b05_info02 label input {
    width: 75px;
    height: 44px;
    border: none;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    line-height: 44px;
    color: #293040;
    border-right: 1px solid #eeeeee;
    float: left;
    display: inline;
}

.b05_info02 label a {
    float: left;
    width: 22px;
    height: 22px;
    font-size: 14px;
    font-weight: normal;
    color: #293040;
    text-align: center;
    line-height: 22px;
    border-bottom: 1px solid #eeeeee;
}

.b05_info02 label a:hover {
    background-color: #f5f5f9;
}

.b05_info02 a.add_to_cart {
    width: 154px;
    height: 46px;
    background-color: #0078e8;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 46px;
    float: left;
    display: inline;
    margin-left: 10px;
    text-align: center;
}

.b05_info02 a.add_to_cart img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    width: 24px;
    height: auto;
}

.b05_info02 a.buy {
    width: 110px;
    height: 44px;
    background-color: #e1f1ff;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    color: #0078e8;
    border: 1px solid #0078e8;
    line-height: 46px;
    float: left;
    display: inline;
    margin-left: 10px;
    text-align: center;
}

.b05_info02 a.add_to_cart:hover {
    background-color: #df2020;
}

.b05_info02 a.buy:hover {
    background-color: #df2020;
    border: 1px solid #df2020;
    color: #fff;
}

.b05_info03 {
    overflow: hidden;
    padding: 24px 0;
    overflow: hidden;
}

.b05_info03 ul li span {
    width: 90px;
    font-size: 14px;
    font-weight: normal;
    color: #293040;
    float: left;
    display: inline;
    text-align: left;
}

.b05_info03 ul li .li_box {
    width: 400px;
    float: left;
    display: inline;
}

.b05_info03 ul li .li_box a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    border: 1px solid #dedede;
    line-height: 28px;
    height: 30px;
    padding: 0 12px;
    font-size: 12px;
    font-weight: bold;
    color: #717787;
    box-sizing: border-box;
}

.b05_info03 ul li .li_box a.on {
    border: 2px solid #0078e8;
    color: #0078e8;
}

.b05_left .b05_main .p2 {
    font-size: 12px;
    font-weight: normal;
    color: #717787;
    line-height: 100px;
}

.b05_left .b05_main .p2 img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.b05_right {
    width: 148px;
    float: right;
    display: inline;
    padding: 0 30px;
    overflow: hidden;
}

.b05_right h3 {
    font-size: 14px;
    font-weight: bold;
    color: #293040;
    display: block;
    text-align: center;
    line-height: 90px;
}

.b05_right dl dt img {
    width: 120px;
    margin: 0 auto;
    height: auto;
}

.b05_right dl dd {
    font-size: 12px;
    font-weight: bold;
    color: #293040;
    display: block;
    text-align: center;
    margin-top: 30px;
}

.b05_right dl dd a {
    font-size: 12px;
    font-weight: bold;
    color: #293040;
    display: block;
    text-align: center;
    margin-top: 30px;
}

.b05_right ul {
    margin-top: 40px;
    height: 160px;
    overflow: hidden;
}

.b05_right ul li {
    font-size: 12px;
    font-weight: normal;
    line-height: 24px;
    color: #717787;
    padding: 0 0 0 16px;
}

.b05_right ul li img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
}

.b05_right .a_box {
    overflow: hidden;
}

.b05_right .a_box a {
    width: 62px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #dedede;
    border-radius: 3px;
    font-size: 12px;
    color: #a1a6b3;
    text-align: center;
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
}

.b05_right .a_box a:hover {
    background-color: #f5f5f9;
}

.parte {
    overflow: hidden;
}

.pe_left {
    width: 220px;
    float: left;
    display: inline;
}

.pe_right {
    width: 950px;
    float: right;
    display: inline;
}

.blk06 {
    border: 1px solid #eeeeee;
    overflow: hidden;
    margin-top: 30px;
}

.blk06 h2 {
    height: 38px;
    border-bottom: 1px solid #eeeeee;
    overflow: hidden;
    position: relative;
    font-size: 14px;
    font-weight: normal;
    color: #293040;
    text-align: center;
    line-height: 38px;
    background-color: #f5f5f9;
}

.blk06 h2 a img {
    width: 16px;
    position: absolute;
    top: 11px;
    right: 10px;
}

.blk06 ul {
    width: 178px;
    margin: 0 auto;
}

.blk06 ul li {
    width: 178px;
    float: left;
    display: inline;
    margin: 20px 0 0 0;
    overflow: hidden;
    border-bottom: 1px solid #eeeeee;
    padding: 0 0 20px 0;
}

.blk06 ul li a img {
    width: 178px;
    display: block;
    margin: 0 auto;
}

.blk06 ul li font {
    display: block;
    margin-top: 8px;
    font-family: Arial, Helvetica, sans-serif;
}

.blk06 ul li font em {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #df2020;
}

.blk06 ul li font em strong {
    font-size: 16px;
    margin: 0 2px;
}

.blk06 ul li font i {
    font-style: normal;
    color: #a1a6b3;
    margin-left: 10px;
    text-decoration: line-through;
}

.blk06 ul li b a {
    font-size: 12px;
    font-weight: bold;
    color: #293040;
    display: block;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}

.blk06 ul li b a:hover {
    color: #df2020;
}

.blk06 ul li p {
    font-size: 12px;
    font-weight: normal;
    color: #717787;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
}

.blk06 ul li:last-child {
    border-bottom: none;
}

.blk06 dl {
    padding: 14px 0;
    border-bottom: 1px solid #eeeeee;
    overflow: hidden;
    width: 178px;
    margin: 0 auto;
}

.blk06 dl:last-child {
    border-bottom: none;
}

.blk06 dl dt {
    width: 60px;
    float: left;
    display: inline;
}

.blk06 dl dt a img {
    width: 60px;
    height: 60px;
}

.blk06 dl dd {
    width: 108px;
    float: right;
    display: inline;
    text-align: left;
}

.blk06 dl dd b a {
    font-size: 12px;
    font-weight: normal;
    color: #293040;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    display: block;
}

.blk06 dl dd b a:hover {
    color: #df2020;
}

.blk06 dl dd font {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 4px;
}

.blk06 dl dd font em {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #df2020;
}

.blk06 dl dd font em strong {
    font-size: 14px;
    margin: 0 2px;
}

.blk06 dl dd font i {
    font-style: normal;
    color: #a1a6b3;
    margin-left: 10px;
    text-decoration: line-through;
}

.blk07 {
    border: 1px solid #eeeeee;
    margin-top: 30px;
}

.blk07 h2 {
    height: 38px;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    background-color: #f5f5f9;
}

.blk07 h2 ul {
    position: absolute;
    top: -1px;
    left: 0;
    width: 948px;
}

.blk07 h2 ul li {
    font-size: 14px;
    font-weight: bold;
    color: #293040;
    text-align: center;
    line-height: 38px;
    float: left;
    display: inline;
    width: 150px;
    border-right: 1px solid #eeeeee;
    height: 38px;
    cursor: pointer;
}

.blk07 h2 ul li.on {
    color: #0078e8;
    background-color: #fff;
    height: 38px;
    border-top: 2px solid #0078e8;
}

.blk07 h2 ul li a {
    color: #293040;
}

.blk07 h2 ul li a span {
    color: #0078e8;
}

.blk07 h2 ul li.bo {
    border: none;
    float: right;
    display: inline;
    margin-right: 10px;
    width: 80px;
    font-weight: normal;
}

.blk07 h2 ul li.bo a {
    font-size: 14px;
    color: #0078e8;
}

.blk07 h2 ul li.bo a:hover {
    color: #df2020;
}

.b07_main {
    overflow: hidden;
    padding: 40px;
}

.b07_main img {
    display: block;
    width: auto;
    /*margin: 0 auto;*/
}

.b07_main2 {
    overflow: hidden;
    padding: 40px;
}

.b07_main3 {
    overflow: hidden;
    padding: 40px;
}

.b07_info {
    padding: 30px 60px 20px 60px;
    overflow: hidden;
    border-bottom: 1px solid #eeeeee;
    position: relative;
}

.b07_info dl {
    width: 600px;
}

.b07_info dl dt {
    width: 108px;
    height: 108px;
    border: 1px solid #0078e8;
    border-radius: 1000px;
    float: left;
    display: inline;
    text-align: center;
}

.b07_info dl dt strong {
    font-size: 42px;
    font-family: Arial, Helvetica, sans-serif;
    color: #0078e8;
    display: block;
    text-align: center;
    line-height: 40px;
    margin-top: 24px;
    margin-bottom: 4px;
}

.b07_info dl dt img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
}

.b07_info dl dd {
    width: 430px;
    float: left;
    display: inline;
    margin-left: 50px;
}

.b07_info dl dd ul li {
    font-size: 12px;
    font-weight: bold;
    color: #293040;
    margin-bottom: 15px;
}

.b07_info dl dd ul li em {
    display: inline-block;
    width: 340px;
    margin: 0 14px;
    background-color: #f5f5f9;
    height: 6px;
}

.b07_info dl dd ul li em i {
    display: inline-block;
    vertical-align: middle;
    height: 6px;
    background: linear-gradient(to right, #0078e8, #df2020);
}

.b07_info dl dd ul li font {
    color: #df2020;
}

.b07_info p {
    width: 150px;
    font-size: 12px;
    font-weight: normal;
    color: #717787;
    text-align: center;
    position: absolute;
    top: 54px;
    right: 70px;
}

.b07_info p a {
    width: 90px;
    height: 30px;
    line-height: 30px;
    display: block;
    margin: 0 auto;
    margin-top: 14px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
    color: #0078e8;
    border: 1px solid #0078e8;
}

.b07_info p a:hover {
    background-color: #1d62ff;
    border: 1px solid #1d62ff;
    color: #fff;
}

.comment {
    margin: 0 35px;
    padding: 30px 0;
    overflow: hidden;
    border-bottom: 1px solid #eeeeee;
}

.comment h3 {
    display: block;
    overflow: hidden;
    margin-bottom: 14px;
}

.comment h3 font {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background-color: #0078e8;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 16px;
    padding: 0 4px;
    border-radius: 3px;
}

.comment h3 img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
}

.comment h3 span {
    font-size: 12px;
    color: #a1a6b3;
    float: right;
    display: inline;
    font-weight: normal;
}

.comment p {
    width: 440px;
    height: auto;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    color: #293040;
    float: left;
    display: inline;
}

.comment i {
    width: 120px;
    float: left;
    display: inline;
    margin-left: 100px;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    color: #717787;
    float: left;
    display: inline;
    font-style: normal;
    text-align: left;
}

.comment dl {
    width: 120px;
    float: right;
    display: inline;
}

.comment dl dt {
    width: 30px;
    float: left;
    display: inline;
}

.comment dl dt img {
    width: 30px;
    height: 30px;
    border-radius: 1000px;
}

.comment dl dd {
    width: 80px;
    float: right;
    display: inline;
    text-align: left;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    color: #717787;
}

.comment dl dd span {
    display: block;
}

.comment:last-child {
    border-bottom: none;
}


/**------------------------------购物车------------------------------**/
.num_box {
    width: 480px;
    float: right;
    display: inline;
    padding: 14px 0 0 0;
    overflow: hidden;
    margin-top: -8px;
}

.num_box ul li {
    width: 160px;
    float: left;
    display: inline;
}

.num_box ul li i {
    height: 5px;
    display: block;
    width: 160px;
    background-color: #8ea3cb;
    border-radius: 50px;
    overflow: hidden;
    overflow: hidden;
}

.num_box ul li em {
    width: 20px;
    height: 20px;
    border-radius: 1000px;
    display: block;
    margin: 0 auto;
    font-size: 12px;
    font-weight: bold;
    font-family: Verdana, Geneva, sans-serif;
    text-align: center;
    line-height: 20px;
    color: #FFF;
    margin-top: -12px;
    font-style: normal;
    background-color: #8ea3cb;
}

.num_box ul li p {
    font-size: 12px;
    font-weight: normal;
    color: #8ea3cb;
    text-align: center;
    display: block;
    line-height: 24px;
}

.num_box ul li.on i {
    height: 5px;
    display: block;
    width: 160px;
    background-color: #014099;
    border-radius: 50px;
    overflow: hidden;
    overflow: hidden;
}

.num_box ul li.on em {
    width: 20px;
    height: 20px;
    border-radius: 1000px;
    display: block;
    margin: 0 auto;
    font-size: 12px;
    font-weight: bold;
    font-family: Verdana, Geneva, sans-serif;
    text-align: center;
    line-height: 20px;
    color: #FFF;
    margin-top: -12px;
    font-style: normal;
    background-color: #014099;
}

.num_box ul li.on p {
    font-size: 12px;
    font-weight: normal;
    color: #014099;
    text-align: center;
    display: block;
    line-height: 24px;
}

.car_con {
    width: 1000px;
    margin: 0 auto;
    padding: 0 0 60px 0;
    text-align: left;
    position: relative;
}

.car_con h2.tit01 {
    height: 34px;
    display: block;
    overflow: hidden;
    background: linear-gradient(to right, #014099, #006aff);
}

.car_con h2.tit01 ul li {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    float: left;
    display: inline;
    line-height: 34px;
}

.car_con h2.tit01 ul li:nth-child(1) {
    /*margin-left: 40px;*/
    width: 120px;
}

.car_con h2.tit01 ul li:nth-child(2) {
  /*  margin-left: 120px;*/
    width: 165px;
}

.car_con h2.tit01 ul li:nth-child(3) {
   /* margin-left: 126px;*/
    width: 165px;
}

.car_con h2.tit01 ul li:nth-child(4) {
    margin-left: 34px;
    width: 120px;
}

.car_con h2.tit01 ul li:nth-child(5) {
   /* margin-left: 90px;*/
    width: 140px;
}

.car_con h2.tit01 ul li:nth-child(6) {
   /* margin-left: 106px;*/
    width: 140px;
}

.car_con h2.tit01 ul li:nth-child(7) {
   /* margin-left: 100px;*/
    width: 111px;
}

.at_partc {
    overflow: hidden;
    margin-top: 10px;
    position: relative;
}

.at_partc ._strHref {
    position: absolute;
    right: 0;
    margin-top: -35px;
}

.at_tit03 {
    height: 50px;
    font-size: 12px;
    font-weight: normal;
    color: #666;
    line-height: 50px;
    margin-top: 10px;
}

.at_tit03 span {
    display: inline-block;
    vertical-align: middle;
    width: 400px;
}

.at_tit03 span input {
    margin-left: 14px;
    margin-right: 10px;
}

.at_tit03 span img {
    width: 70px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.at_tit03 a {
    color: #00508f;
}

.at_tit03 a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
}

.at_tit03 a:hover {
    color: #df2020;
}

.at_tit03 font {
    margin-left: 10px;
}

.at_blk26 {
    border: 2px solid #eeeeee;
    background-color: #fff;
}

.at_b26_info {
    padding: 20px 0;
    border-bottom: 1px solid #eeeeee;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.at_b26_info:hover {
    background-color: #f5f5f9;
}

.at_b26_info:last-child {
    border-bottom: none;
}

.at_blk26 dl {
    width: 480px;
    float: left;
    display: inline;
}

.at_blk26 dl dt {
    width: 120px;
    float: left;
    display: inline;
    margin-left: 30px;
}

.at_blk26 dl dt input {
    display: inline-block;
    vertical-align: top;
}

.at_blk26 dl dt a {
    display: inline-block;
    vertical-align: middle;
}

.at_blk26 dl dt img {
    width: 72px;
    height: 72px;
    border: 1px solid #eeeeee;
    margin-left: 10px;
}

.at_blk26 dl dd {
    width: 165px;
    float: left;
    display: inline;
    text-align: left;
    margin-top: 10px;
}

.at_blk26 dl dd p {
    font-size: 12px;
    font-weight: normal;
    color: #717787;
    line-height: 24px;
}

.at_blk26 dl dd p a {
    color: #293040;
    font-weight: bold;
}

.at_blk26 dl dd p a:hover {
    color: #df2020;
}

.at_b26_info01 {
    width: 120px;
    float: left;
    display: inline;
    font-size: 12px;
    font-weight: normal;
    color: #293040;
    text-align: center;
    padding: 18px 0 0 0;
}

.at_b26_info02 {
    width: 140px;
    float: left;
    display: inline;
}

.at_b26_info02 label {
    width: 100px;
    height: 26px;
    border: 1px solid #cccccc;
    display: block;
    margin: 0 auto;
    margin-top: 12px;
}

.at_b26_info02 label a.num {
    background-color: #f5f5f9;
    width: 26px;
    height: 26px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #293040;
    line-height: 26px;
    float: left;
    display: inline;
}

.at_b26_info02 label input {
    box-sizing: border-box;
    background-color: #FFF;
    width: 48px;
    height: 26px;
    border: none;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 26px;
    float: left;
    display: inline;
    font-family: Verdana, Geneva, sans-serif;
}

.at_b26_info03 {
    width: 100px;
    float: left;
    display: inline;
    padding: 18px 0 0 40px;
}

.at_b26_info03 strong {
    color: #df2020;
    font-family: Verdana, Geneva, sans-serif;
}

.at_b26_info04 {
    width: 85px;
    float: left;
    display: inline;
    padding: 16px 0 0 26px;
}

.at_b26_info04 a {
    color: #006aff;
    display: block;
    line-height: 22px;
}

.at_b26_info04 a:hover {
    color: #df2020;
}

.at_blk27 {
    height: 50px;
    background-color: #f5f5f9;
    display: block;
    overflow: hidden;
    margin-top: 40px;
    padding: 0 0 0 14px;
    font-size: 12px;
    font-weight: normal;
    color: #293040;
    line-height: 50px;
}

.at_blk27 a {
    font-weight: bold;
    color: #293040;
    margin-left: 40px;
}

.at_blk27 a:hover {
    color: #df2020;
}

.at_blk27 span {
    float: right;
    display: inline;
    font-weight: bold;
    color: #293040;
}

.at_blk27 span strong {
    font-size: 16px;
    font-weight: bold;
    color: #df2020;
    font-family: Verdana, Geneva, sans-serif;
    margin: 0 5px;
}

.at_blk27 span a {
    width: 120px;
    height: 50px;
    background-color: #006aff;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    margin: 0;
}

.at_blk27 span a:hover {
    background-color: #df2020;
    color: #FFF;
}

.at_blk21_2 {
    margin-top: 60px;
    overflow: hidden;
}

.at_blk21_2 h2 {
    height: 16px;
    background-image: url(../images/line_bg.jpg);
    background-repeat: repeat-x;
    background-position: 0 8px;
}

.at_blk21_2 h2 strong {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #293040;
    line-height: 16px;
    height: 16px;
    background-color: #FFF;
    border-left: 5px solid #006aff;
    padding: 0 10px;
}

.at_blk21_2 ul li {
    width: 178px;
    float: left;
    display: inline;
    margin: 40px 11px 0 11px;
    overflow: hidden;
}

.at_blk21_2 ul li a img {
    width: 178px;
    display: block;
    margin: 0 auto;
}

.at_blk21_2 ul li font {
    display: block;
    margin-top: 8px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.at_blk21_2 ul li font em {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #df2020;
}

.at_blk21_2 ul li font em strong {
    font-size: 16px;
    margin: 0 2px;
}

.at_blk21_2 ul li font i {
    font-style: normal;
    color: #a1a6b3;
    margin-left: 10px;
    text-decoration: line-through;
}

.at_blk21_2 ul li b a {
    font-size: 14px;
    font-weight: normal;
    color: #293040;
    display: block;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-align: center;
}

.at_blk21_2 ul li b a:hover {
    color: #df2020;
}

.at_blk21_2 ul li a.add_to_cart2 {
    width: 80px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #dedede;
    border-radius: 3px;
    font-size: 12px;
    color: #a1a6b3;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    display: block;
}

.at_blk21_2 ul li a.add_to_cart2:hover {
    background-color: #f5f5f9;
}

/**----------------完善订单信息页-----------------**/
.blk38 {
    overflow: hidden;
}

.blk38 h2 {
    height: 40px;
    background-color: #f5f5f9;
    border-left: 4px solid #006aff;
    font-size: 14px;
    font-weight: bold;
    color: #293040;
    line-height: 40px;
    padding: 0 0 0 15px;
}

.blk38 h2 span {
    font-size: 12px;
    font-weight: normal;
    color: #a1a6b3;
    margin-left: 15px;
}

.blk38 h2 span i {
    color: #df2020;
    font-style: normal;
    margin-right: 5px;
}

.blk38 h2 a {
    font-size: 12px;
    color: #2F89EF;
    float: right;
    display: inline;
    margin-right: 10px;
    font-weight: normal;
}

.blk38 h2 a:hover {
    color: #df2020;
}

.b38_main {
    overflow: hidden;
    padding: 20px 0;
}

.b38_main ul li {
    width: 304px;
    height: 168px;
    float: left;
    display: inline;
    /*margin: 0 14px;*/
    position: relative;
    margin: 10px;
}

.b38_main ul li .li_box {
    background-image: url(../images/li_bg001.jpg);
    background-repeat: no-repeat;
    height: 153px;
    padding: 15px 0 0 0;
}

.b38_main ul li.on .li_box {
    background-image: url(../images/li_bg002.jpg);
    background-repeat: no-repeat;
    height: 168px;
}

.b38_main ul li .li_box p {
    width: 260px;
    margin: 0 auto;
    display: block;
    line-height: 40px;
    font-size: 13px;
    color: #293040;
    line-height: 40px;
    /*border-bottom: 1px dashed #eeeeee;*/
}

.b38_main ul li .li_box p img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.b38_main ul li .li_box02 {
    width: 289px;
    height: 143px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    line-height: 16px;
    padding: 25px 15px 0 0;
    display: none;
    color: #eeeeee;
}

.b38_main ul li .li_box02 a {
    color: #2F89EF;
    margin: 0 3px;
}

.b38_main ul li .li_box02 a:hover {
    color: #df2020;
}

.b38_main ul li:hover .li_box02 {
    display: block;
}

/*.&gt;&gt;HEAD .b38_main ul li a.a35 { display:block; border:1px solid #eeeeee; background-color:#f5f5f9; font-size:14px; font-weight:normal; color:#a1a6b3; text-align:center; line-height:40x; height:165px;} */
.b38_main ul li a.a35 {
    display: block;
    border: 1px solid #eeeeee;
    background-color: #f5f5f9;
    font-size: 14px;
    font-weight: normal;
    color: #a1a6b3;
    text-align: center;
    line-height: 40px;
    height: 165px;
}

.b38_main ul li a.a35 strong {
    font-size: 48px;
    display: block;
    margin-top: 45px;
}

.b38_main ul li a.a35:hover {
    border: 1px solid #df2020;
    color: #df2020;
    text-decoration: none;
}

.b38_main ul li a.a35:hover strong {
    color: #df2020;
}

.b38_main02 {
    overflow: hidden;
    padding: 20px 0 20px 14px;
}

.b38_main02 ul li {
    font-size: 14px;
    font-weight: normal;
    color: #a1a6b3;
    line-height: 36px;
}

.b38_main02 ul li input {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.b38_main02 ul li span {
    display: inline-block;
    vertical-align: middle;
    width: 75px;
    color: #293040;
}

.b38_main02 ul li .li_box {
    border: 1px solid #eeeeee;
    padding: 10px 0 10px 40px;
    margin-left: 30px;
    margin-top: 10px;
}

.b38_main02 ul li .li_box p {
    font-size: 14px;
    font-weight: normal;
    color: #a1a6b3;
    margin-left: 110px;
    display: block;
}

.b38_main02 ul li .li_box p img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.b38_main03 {
    overflow: hidden;
    padding: 14px;
    overflow: hidden;
}

.b38_main03 h3 {
    height: 36px;
    border-bottom: 1px solid #eeeeee;
    width: 972px;
    position: relative;
}

.b38_main03 h3 ul {
    height: 36px;
    width: 972px;
    position: absolute;
    left: 0;
    top: 0;
}

.b38_main03 h3 ul li {
    font-size: 12px;
    font-weight: normal;
    color: #293040;
    float: left;
    display: inline;
    text-align: center;
    line-height: 36px;
}

.b38_main03 h3 ul li strong {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    color: #006aff;
    border-bottom: 1px solid #006aff;
    height: 35px;
    font-weight: normal;
}

.b38_main03 h3 ul li span {
    margin-left: 15px;
    color: #666;
}

.b38_main03 table {
    overflow: hidden;
}

.b38_main03 table td {
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    color: #293040;
    padding: 15px 0;
    vertical-align: middle;
    border-bottom: 1px solid #eeeeee;
}

.b38_main03 table td dl {
 /*   width: 224px;*/
    width: 330px;
    margin: 0 auto;
}

.b38_main03 table td dl dt {
    width: 70px;
    float: left;
    display: inline;
}

.b38_main03 table td dl dt img {
    width: 70px;
    height: 70px;
}

.b38_main03 table td dl dd {
/*    width: 144px;*/
    width: 210px;
    /*float: right;*/
    display: inline;
    text-align: left;
    margin-top: 5px;
}

.b38_main03 table td dl dd p {
    font-size: 12px;
    font-weight: normal;
    line-height: 22px;
    color: #a1a6b3;
}

.b38_main03 table td dl dd p a {
    color: #293040;
    font-weight: bold;
}

.b38_main03 table td dl dd p a:hover {
    color: #df2020;
}

.b38_main03 b {
    font-size: 12px;
    font-weight: normal;
    display: block;
    text-align: right;
    color: #293040;
    padding: 20px 56px 20px 0;
}

.b38_main03 b strong {
    color: #df2020;
    font-size: 14px;
}

.blk39 {
    background-color: #f5f5f9;
    padding: 20px 0 14px 0;
}

.b39_left {
    width: 614px;
    float: left;
    display: inline;
    padding: 0 30px;
}

.b39_info01 {
    overflow: hidden;
    border-bottom: 1px solid #eeeeee;
    padding: 0 0 20px 0;
}

.b39_info01 ul li {
    font-size: 14px;
    font-weight: normal;
    color: #293040;
    line-height: 36px;
}

.b39_info01 ul li span {
    width: 80px;
    float: left;
    display: inline;
}

.b39_info02 {
    overflow: hidden;
    padding: 20px 0 10px 0;
    font-size: 14px;
    font-weight: normal;
    color: #293040;
    line-height: 18px;
}

.b39_info02 span {
    color: #a1a6b3;
    margin-left: 20px;
}

.b39_info03 {
    overflow: hidden;
    overflow: hidden;
    padding: 20px 0;
}

.b39_info03 span {
    font-size: 14px;
    font-weight: normal;
    color: #293040;
    float: left;
    display: inline;
}

.b39_info03 textarea {
    width: 504px;
    height: 19px;
    background-color: #FFF;
    border: 1px solid #eeeeee;
    font-size: 14px;
    font-weight: normal;
    color: #293040;
    padding: 15px;
    font-family: "微软雅黑";
}

.b39_right {
    width: 233px;
    float: right;
    display: inline;
    border-left: 1px solid #eeeeee;
    padding: 0 45px 0 45px; /*  height:290px; */
}

.b39_info04 {
    overflow: hidden;
 /*   border-bottom: 1px solid #e8e8e8;*/
    padding: 5px 0;
}

.b39_info04 p {
    font-size: 12px;
    font-weight: normal;
    color: #293040;
    line-height: 30px;
}

.b39_info04 p span {
    float: right;
    display: inline;
}

.b39_info05 {
    overflow: hidden;
    border-top: 1px solid #e8e8e8;
    margin-top: 5px;
    padding: 10px 0;
}

.b39_info05 p {
    font-size: 18px;
    font-weight: normal;
    color: #293040;
    line-height: 36px;
}

.b39_info05 p span {
    color: #df2020;
    float: right;
    display: inline;
    font-size: 14px;
}

.b39_info05 p span strong {
    font-size: 22px;
}

.b39_info05 p a {
    margin-top: 10px;
    display: block;
    height: 42px;
    background-color: #006aff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 42px;
    color: #fff;
    border-radius: 2px;
}

.b39_info05 p a:hover {
    color: #FFF;
    text-decoration: none;
    background-color: #df2020;
}

/**-----------------订单成功-----------------**/
.at_blk32 {
    background-image: url(../images/at_bg04.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 360px;
    margin-top: 10px;
    overflow: hidden;
}

.at_blk32 dl {
    margin-left: 500px;
    margin-top: 86px;
}

.at_blk32 dl dt {
    font-size: 26px;
    font-weight: normal;
    color: #FFF;
    line-height: 51px;
    display: block;
}

.at_blk32 dl dt img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
}

.at_blk32 dl dd {
    display: block;
    margin-top: 14px;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    width: 440px;
}

.at_blk32 dl dd a {
    color: #87b2e0;
    font-weight: bold;
    font-family: Verdana, Geneva, sans-serif;
    margin: 0 5px;
}

.at_blk32 dl dd a.at_a06 {
    width: 160px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 3px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    color: #fff;
    margin-right: 10px;
    margin-top: 40px;
    display: inline-block;
    vertical-align: middle;
}

.at_blk32 dl dd a.at_a06:hover {
    background-color: #1d62ff;
    border: 2px solid #1d62ff;
    color: #FFF;
}


/**-----------资讯-----------**/
.partf {
    width: 100%;
    height: 580px;
    background-image: url(../images/div_bg03.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    text-align: left;
}

.pf_main {
    width: 1200px;
    height: 580px;
    background-image: url(../images/div_bg03.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    margin: 0 auto;
    overflow: hidden;
}

.pf_left {
    width: 800px;
    float: left;
    display: inline;
    margin-top: 156px;
}

.pf_right {
    width: 360px;
    float: right;
    display: inline;
    margin-top: 156px;
}

.pf_right dl {
    height: 210px;
    border-bottom: 1px solid #40669f;
}

.pf_right dl dt a {
    font-size: 24px;
    font-weight: bold;
    color: #ceecff;
    line-height: 34px;
    height: 68px;
    overflow: hidden;
    display: block;
}

.pf_right dl dt a:hover {
    color: #fff;
}

.pf_right dl dd {
    margin-top: 14px;
}

.pf_right dl dd p {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #cdd3df;
    height: 72px;
    display: block;
    overflow: hidden;
}

.pf_right dl dd a {
    font-size: 14px;
    font-weight: normal;
    color: #cdd3df;
    float: right;
    display: inline;
    margin-top: 14px;
}

.pf_right dl dd a img {
    width: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.pf_right dl dd a:hover {
    padding: 0 5px 0 0;
}

.pf_right ul {
    margin-top: 14px;
}

.pf_right ul li {
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    display: block;
}

.pf_right ul li a {
    color: #cdd3df;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 30px;
    width: 360px;
    display: block;
}

.pf_right ul li a:hover {
    color: #fff;
    padding: 0 0 0 5px;
}

.partg {
    width: 100%;
    background-color: #f5f5f9;
    text-align: left;
}

.pg_main {
    width: 1200px;
    background-color: #f5f5f9;
    margin: 0 auto;
    padding: 40px 0 60px 0;
    overflow: hidden;
}

.pg_left {
    width: 740px;
    background-color: #fff;
    float: left;
    display: inline;
    padding: 0 30px 50px 30px;
}

.pg_right {
    width: 360px;
    float: right;
    display: inline;
}

.pg_left h2 {
    height: 70px;
    border-bottom: 1px solid #eeeeee;
    font-size: 24px;
    font-weight: normal;
    color: #293040;
    line-height: 70px;
}

.pg_left h2 span {
    font-size: 12px;
    font-weight: normal;
    color: #717787;
    float: right;
    display: inline;
}

.pg_left h2 span strong {
    color: #df2020;
    margin: 0 2px;
}

.pg_left dl {
    padding: 30px 0;
    border-bottom: 1px solid #eeeeee;
    overflow: hidden;
}

.pg_left dl dt {
    width: 214px;
    float: left;
    display: inline;
}

.pg_left dl dd {
    width: 506px;
    float: right;
    display: inline;
    text-align: left;
}

.pg_left dl dd b a {
    font-size: 16px;
    font-weight: bold;
    color: #293040;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 30px;
    width: 506px;
}

.pg_left dl dd b a:hover {
    color: #1d62ff;
}

.pg_left dl dd p {
    font-size: 12px;
    font-weight: normal;
    color: #717787;
    line-height: 22px;
    display: block;
    height: 66px;
    overflow: hidden;
    margin-top: 8px;
}

.pg_left dl dd span {
    font-size: 12px;
    font-weight: normal;
    line-height: 22px;
    display: block;
    overflow: hidden;
    margin-top: 8px;
}

.pg_left dl dd span a {
    color: #1d62ff;
}

.pg_left dl dd span a:hover {
    color: #1d62ff;
}

.pg_left dl dd span font {
    color: #a1a6b3;
    margin-left: 20px;
}

.blk08 {
    background-color: #fff;
    padding: 0 30px;
    overflow: hidden;
}

.blk08 h2 {
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #eeeeee;
    font-size: 16px;
    font-weight: bold;
    color: #293040;
}

.blk08 h2::before {
    content: "";
    display: block;
    width: 6px;
    height: 18px;
    float: left;
    display: inline;
    margin-right: 10px;
    background: linear-gradient(to bottom, #006fff, #009cff);
    margin-top: 26px;
}

.b08_main {
    padding: 8px 0 30px 0;
}

.b08_main a {
    display: inline-block;
    vertical-align: middle;
    margin: 20px 10px 0 10px;
    background-color: #ededf4;
    font-size: 14px;
    font-weight: normal;
    color: #293040;
    padding: 0 36px;
    line-height: 40px;
    border-radius: 3px;
}

.b08_main a.on {
    background-color: #1d62ff;
    color: #fff;
}

.blk09 {
    background-color: #fff;
    padding: 0 30px;
    margin-top: 40px;
    overflow: hidden;
}

.blk09 h2 {
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #eeeeee;
    font-size: 16px;
    font-weight: bold;
    color: #293040;
}

.blk09 h2::before {
    content: "";
    display: block;
    width: 6px;
    height: 18px;
    float: left;
    display: inline;
    margin-right: 10px;
    background: linear-gradient(to bottom, #006fff, #009cff);
    margin-top: 26px;
}

.b09_main {
    padding: 16px 0 20px 0;
}

.b09_main ul li {
    font-size: 14px;
    font-weight: normal;
    line-height: 35px;
    display: block;
}

.b09_main ul li font {
    width: 14px;
    height: 14px;
    background-color: #64646c;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 14px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.b09_main ul li a {
    display: inline-block;
    vertical-align: middle;
    color: #293040;
    width: 276px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.b09_main ul li a:hover {
    color: #1d62ff;
}

.b09_main ul li:nth-child(1) font {
    background-color: #1d62ff;
}

.b09_main ul li:nth-child(2) font {
    background-color: #1d62ff;
}

.b09_main ul li:nth-child(3) font {
    background-color: #1d62ff;
}

.b09_main02 {
    padding: 16px 0 20px 0;
}

.b09_main02 dl {
    padding: 10px 0;
    overflow: hidden;
}

.b09_main02 dl dt {
    width: 134px;
    float: left;
    display: inline;
}

.b09_main02 dl dt a img {
    width: 134px;
    height: auto;
}

.b09_main02 dl dd {
    width: 146px;
    float: right;
    display: inline;
}

.b09_main02 dl dd a {
    font-size: 14px;
    font-weight: bold;
    color: #293040;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    display: block;
}

.b09_main02 dl dd span {
    font-size: 12px;
    color: #a1a6b3;
    line-height: 30px;
}

.b09_main02 dl dd a:hover {
    color: #1d62ff;
}

.parth {
    width: 100%;
    height: 350px;
    text-align: left;
    background-image: url(../images/div_bg03.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
}

.ph_main {
    width: 1200px;
    height: 350px;
    text-align: left;
    background-image: url(../images/div_bg03.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    margin: 0 auto;
    overflow: hidden;
}

.ph_main strong {
    font-size: 40px;
    display: block;
    text-align: center;
    color: #fff;
    line-height: 470px;
    font-family: Arial, Helvetica, sans-serif;
}

.position2 {
    height: 60px;
    font-size: 14px;
    font-weight: normal;
    line-height: 60px;
    color: #717787;
}

.position2 a {
    color: #717787;
}

.position2 a:hover {
    color: #1d62ff;
}

.position2 i {
    width: 20px;
    height: 20px;
    border-radius: 1000px;
    float: left;
    display: inline;
    margin-top: 20px;
    margin-right: 10px;
    background: linear-gradient(to right, #006eff, #0091ff);
}

.position2 i img {
    display: block;
    margin-top: 5px;
    margin-left: 8px;
}

.blk10 {
    margin-bottom: 40px;
}

.ph_main b {
    font-size: 40px;
    display: block;
    text-align: left;
    color: #fff;
    line-height: 50px;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 180px;
}

.ph_main b span {
    display: block;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

.blk11 {
    margin-bottom: 40px;
    background-color: #fff;
    padding: 40px 50px 30px 50px;
}

.blk11 dl dt {
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    color: #717787;
    display: block;
}

.blk11 dl dt img {
    display: block;
    width: 134px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.blk11 dl dd {
    font-size: 15px;
    font-weight: bold;
    color: #293040;
    display: block;
    line-height: 22px;
    text-align: center;
    margin-top: 10px;
}

.blk12 {
    overflow: hidden;
    padding: 0 10px 0 10px;
}

.blk12 b {
    font-size: 24px;
    font-weight: bold;
    color: #293040;
    line-height: 30px;
    display: block;
    margin-top: 40px;
}

.b12_main {
    padding: 24px 0 0 0;
}

.b12_main p img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.b12_main p {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #293040;
    margin-top: 30px;
}

.b12_main02 p span {
    color: #717787;
    margin-top: 30px;
    display: block;
}

.b12_main02 p span img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
}

.b12_main03 {
    border-top: 1px solid #eeeeee;
    margin-top: 40px;
    padding: 30px 0 0 0;
}

.b12_main03 h3 {
    font-size: 16px;
    font-weight: bold;
    color: #293040;
    margin-bottom: 14px;
}

.b12_main03 ul li {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #717787;
}

.b12_main03 ul li a {
    color: #1d62ff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 640px;
}

.b12_main03 ul li a:hover {
    color: #df2020;
}

/**-----------------解决方案列表------------------**/
.banner02 {
    width: 100%;
    height: 460px;
    position: relative;
    text-align: left;
    overflow: hidden;
}

.banner02 img {
    width: 1920px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.banner02 .b02_main {
    width: 1200px;
    margin: 0 auto;
    padding: 230px 0 0 0;
    overflow: hidden;
}

.banner02 .b02_main b {
    display: inline-block;
}

.banner02 .b02_main b strong {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    display: block;
    position: relative;
    z-index: 2;
}

.banner02 .b02_main b i {
    background: linear-gradient(to right, #003b8c, #00122d);
    height: 20px;
    width: 100%;
    display: inline-block;
    position: relative;
    z-index: 1;
    top: -10px;
}

.position3 {
    height: 60px;
    font-size: 14px;
    font-weight: normal;
    line-height: 60px;
    color: #717787;
    background-color: #f1f5ff;
    text-align: left;
}

.position3_main {
    height: 60px;
    font-size: 14px;
    font-weight: normal;
    line-height: 60px;
    color: #717787;
    background-color: #f1f5ff;
    text-align: left;
    width: 1200px;
    margin: 0 auto;
}

.position3 a {
    color: #717787;
}

.position3 a:hover {
    color: #1d62ff;
}

.position3 i {
    width: 20px;
    height: 20px;
    border-radius: 1000px;
    float: left;
    display: inline;
    margin-top: 20px;
    margin-right: 10px;
    background: linear-gradient(to right, #006eff, #0091ff);
}

.position3 i img {
    display: block;
    margin-top: 5px;
    margin-left: 8px;
}

.parti {
    width: 1200px;
    text-align: left;
    margin: 0 auto;
}

.parti ul li {
    width: 373px;
    float: left;
    display: inline;
    margin: 40px 40px 0 0;
}

.parti ul li:nth-child(3n+3) {
    margin-right: 0;
}

.parti ul li .img_box {
    width: 373px;
    height: 220px;
    overflow: hidden;
}

.parti ul li .img_box a img {
    width: 373px;
    height: 220px;
    position: relative;
    z-index: 1;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    /* Firefox 4 */
    -moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    /* Opera */
    -o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;
}

.parti ul li:hover .img_box a img {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}

.parti ul li b a {
    height: 60px;
    line-height: 60px;
    font-size: 15px;
    font-weight: bold;
    color: #293040;
    display: block;
    text-align: center;
    overflow: hidden;
}

.parti ul li i {
    width: 70px;
    height: 1px;
    display: block;
    overflow: hidden;
    background: linear-gradient(to right, #0070ff, #009bff);
    margin: 0 auto;
}

.parti ul li p {
    display: block;
    margin-top: 20px;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    color: #717787;
    overflow: hidden;
}

.parti ul li a.more {
    width: 86px;
    height: 30px;
    background: linear-gradient(to right, #0070ff, #009bff);
    margin: 0 auto;
    display: block;
    margin-top: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
}

.parti ul li a.more:hover {
    background: linear-gradient(to right, #df2020, #ff0000);
}

.partj {
    width: 100%;
    background-color: #f5f5f9;
    text-align: left;
    margin-top: 50px;
}

.pj_main {
    width: 1200px;
    margin: 0 auto;
    background-color: #f5f5f9;
    padding: 40px 0 60px 0;
}

.pj_main h2 {
    font-size: 18px;
    font-weight: bold;
    color: #293040;
    display: block;
    text-align: center;
}

.pj_main ul li {
    width: 373px;
    float: left;
    display: inline;
    margin: 40px 40px 0 0;
    overflow: hidden;
    position: relative;
}

.pj_main ul li:nth-child(3n+3) {
    margin-right: 0;
}

.pj_main ul li .img_box {
    width: 373px;
    height: 150px;
    overflow: hidden;
}

.pj_main ul li .img_box img {
    width: 373px;
    height: 150px;
    position: relative;
    z-index: 1;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    /* Firefox 4 */
    -moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    /* Safari 和 Chrome */
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    /* Opera */
    -o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;
}

.pj_main ul li:hover .img_box img {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}

.pj_main ul li b a {
    position: absolute;
    top: 32px;
    left: 28px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    z-index: 2;
}

.pj_main ul li a img {
    width: 30px;
    height: auto;
    position: absolute;
    left: 28px;
    bottom: 30px;
    z-index: 2;
}

.partk {
    width: 100%;
    height: 400px;
    background-image: url(../images/div_bg04.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    text-align: left;
}

.pk_main {
    width: 1200px;
    height: 400px;
    margin: 0 auto;
    background-image: url(../images/div_bg04.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    text-align: left;
    overflow: hidden;
}

.pk_main strong {
    font-size: 36px;
    font-weight: bold;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 500px;
}

.partl {
    width: 100%;
    background-color: #f5f5f9;
    text-align: left;
}

.pl_main {
    width: 1200px;
    background-color: #f5f5f9;
    margin: 0 auto;
    padding: 0 0 60px 0;
}

.pl_left {
    width: 800px;
    float: left;
    display: inline;
}

.pl_right {
    width: 360px;
    float: right;
    display: inline;
}

.blk13 {
    background-color: #fff;
    padding: 30px 30px 0 30px;
    overflow: hidden;
}

.blk13 dl dt {
    width: 340px;
    float: left;
    display: inline;
}

.blk13 dl dt span img {
    width: 338px;
    height: 338px;
    border: 1px solid #eeeeee;
}

.blk13 dl .dt_box {
    margin-top: 10px;
    text-align: left;
    position: relative;
    left: 0;
}

.blk13 dl .dt_box img {
    width: 58px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #eeeeee;
    margin-right: 10px;
    cursor: pointer;
}

.blk13 dl .dt_box img:last-child {
    margin-right: 0;
}

.blk13 dl .dt_box .on {
    border: 1px solid #006aff;
}

.blk13 dl dd {
    width: 368px;
    float: right;
    display: inline;
}

.blk13 dl dd h3 {
    font-size: 30px;
    font-weight: bold;
    color: #293040;
    line-height: 40px;
    display: block;
    text-align: left;
}

.blk13 dl dd p {
    font-size: 15px;
    font-weight: normal;
    line-height: 27px;
    color: #293040;
    display: block;
    margin-top: 20px;
}

.blk13 .b13_info {
    padding: 30px 0;
    overflow: hidden;
    border-top: 1px solid #eeeeee;
    margin-top: 30px;
    font-size: 12px;
    color: #717787;
    line-height: 40px;
}

.blk13 .b13_info img {
    display: inline-block;
    vertical-align: middle;
}

.blk13 .b13_info span {
    float: right;
    display: inline;
}

.blk13 .b13_info span a {
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
    padding: 0 24px;
}

.blk13 .b13_info span a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.blk13 .b13_info span a.a_01 {
    background-color: #006aff;
}

.blk13 .b13_info span a.a_02 {
    background-color: #0092ff;
}

.blk13 .b13_info span a.a_03 {
    background-color: #e75353;
}

.blk13 .b13_info span a:hover {
    background-color: #df2020;
}

.blk14 {
    background-color: #fff;
    margin-top: 40px;
}

.blk14 h2 {
    height: 70px;
    border-bottom: 1px solid #eeeeee;
    width: 800px;
    position: relative;
}

.blk14 h2 strong {
    width: 200px;
    height: 71px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    font-weight: bold;
    color: #293040;
    text-align: center;
    line-height: 70px;
    border-right: 1px solid #eeeeee;
}

.blk14 h2 i {
    background: linear-gradient(to right, #0070ff, #009bff);
    width: 200px;
    height: 2px;
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.b14_main {
    overflow: hidden;
    padding: 20px 50px 50px 50px;
}

.b14_main p {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #293040;
    display: block;
    margin-top: 20px;
}

.blk15 {
    background-color: #fff;
    padding: 0 30px;
    overflow: hidden;
}

.blk15 h2 {
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #eeeeee;
    font-size: 16px;
    font-weight: bold;
    color: #293040;
}

.blk15 h2::before {
    content: "";
    display: block;
    width: 6px;
    height: 18px;
    float: left;
    display: inline;
    margin-right: 10px;
    background: linear-gradient(to bottom, #006fff, #009cff);
    margin-top: 26px;
}

.b15_main {
    padding: 6px 0 30px 0;
}

.b15_main dl {
    display: block;
    margin-top: 20px;
}

.b15_main dl dt {
    width: 150px;
    height: 90px;
    position: relative;
    float: left;
    display: inline;
}

.b15_main dl dt a img {
    height: 90px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.b15_main dl dd {
    width: 120px;
    float: right;
    display: inline;
    text-align: left;
}

.b15_main dl dd b a {
    font-size: 14px;
    font-weight: bold;
    color: #293040;
    line-height: 24px;
    display: block;
}

.b15_main dl dd p {
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    color: #717787;
}

.partm {
    width: 100%;
    position: relative;
    overflow-x: hidden;
    background-image: url(../images/bg04.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}

.pm_main {
    width: 1200px;
    height: 1000px;
    position: relative;
    overflow-x: hidden;
    background-image: url(../images/bg04.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    margin: 0 auto;
    position: relative;
}

.pm_main h2 {
    font-size: 36px;
    color: #000;
    text-align: center;
    display: block;
    margin-top: 70px;
    text-align: center;
}

.pm_main h2 img {
    display: inline-block;
    vertical-align: middle;
}

.pm_main h2 strong {
    margin: 0 20px;
    display: inline-block;
    vertical-align: middle;
}

.pm_info {
    background-image: url(../images/bg5.png);
    background-repeat: no-repeat;
    width: 682px;
    height: 396px;
    position: absolute;
    top: 160px;
    left: 50%;
    transform: translateX(-50%);
    padding: 80px 0 0 0;
    box-sizing: border-box;
}

.pm_info p {
    font-size: 14px;
    font-weight: normal;
    color: #293040;
    line-height: 30px;
}

.pm_main ul li {
    overflow: hidden;
    width: 216px;
}

.pm_main ul li img {
    display: block;
    margin: 0 auto;
}

.pm_main ul li b {
    font-size: 15px;
    font-weight: bold;
    display: block;
    text-align: center;
    color: #006aff;
    line-height: 40px;
}

.pm_main ul li p {
    font-size: 12px;
    font-weight: normal;
    color: #293040;
    line-height: 20px;
    text-align: left;
    width: 160px;
    display: block;
    margin: 0 auto;
}

.pm_main ul li:nth-child(1) {
    position: absolute;
    left: 0;
    bottom: 170px;
}

.pm_main ul li:nth-child(2) {
    position: absolute;
    left: 50%;
    bottom: 90px;
    transform: translateX(-50%);
}

.pm_main ul li:nth-child(3) {
    position: absolute;
    right: 0;
    bottom: 170px;
}


/**-------尾部----------**/
.foot {
    background-image: url(../images/foot_bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 415px;
    text-align: left;
}

.foot_main {
    background-image: url(../images/foot_bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    width: 1200px;
    height: 415px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.foot_main a.re {
    width: 70px;
    height: 70px;
    background: linear-gradient(to right, #1d62ff, #1d62ff);
    border-radius: 1000px;
    border-radius: 1000px;
    position: absolute;
    top: 126px;
    left: 50%;
    margin-left: -35px;
}

.foot_main a.re img {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}

.foot_main .logo_img {
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    width: 150px;
}

.foot_main a.re:hover {
    background: linear-gradient(to right, #1d62ff, #009cff);
    filter: drop-shadow(0 5px 10px #01143a);
}

.foot_info {
    height: 175px;
    margin-top: 80px;
}

.foot_info .p1 {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    line-height: 110px;
}

.foot_info .p1 a {
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
    font-weight: bold;
    margin: 0 20px;
    color: #fff;
}

.foot_info .p1 a:hover {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}

.foot_info02 {
    line-height: 30px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: #fff;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
}
.foot_info02 a{
    color: #fff;
}

.foot_info dl {
    width: 20%;
    float: left;
    display: inline;
    text-align: center;
    margin-top: 14px;
}

.foot_info dl dt {
    font-size: 16px;
    font-weight: normal;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
}

.foot_info dl dd {
    margin-top: 4px;
}

.foot_info dl dd a {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    display: block;
    text-align: center;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
}

.foot_info dl dd a:hover {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}

.foot_info dl:nth-child(3) {
    margin-top: 54px;
}

.foot_info dl:nth-child(3) dt {
    font-size: 14px;
}

.foot_info dl:nth-child(3) dt span {
    font-size: 12px;
}

.foot_info dl:nth-child(3) dd {
    font-size: 25px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
}

/**-----返回顶部----**/
.returnTop {
    width: 44px;
    height: 44px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    overflow: hidden;
    z-index: 99991;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    background: linear-gradient(to right, #1d62ff, #009cff);
    opacity: 0;
    border-radius: 1000px;
}

.returnTop img {
    width: 28px;
    height: 28px;
    display: block;
    margin: 0 auto;
    margin-top: 8px;
}

/* .returnTop.on {width:44px; height:44px; 1c2f33 position:fixed; right:20px; bottom:20px; overflow:hidden;  z-index:99991; cursor:pointer; -webkit-transition: all 0.5s;-moz-transition: all 0.5s;transition: all 0.5s; opacity:.5; border-radius:1000px;} */
.returnTop.on {
    width: 44px;
    height: 44px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    overflow: hidden;
    z-index: 99991;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    opacity: .5;
    border-radius: 1000px;
}

.returnTop.on:hover {
    opacity: 1;
}

/**搜索**/
.search_box {
    background-color: rgba(1, 64, 153, 0.95);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    box-sizing: border-box;
    display: none;
    box-sizing: border-box;
}

.search_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0);
    z-index: 99998;
    display: none;
}

.search_center {
    width: 1000px;
    TOP: 44%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.search_info {
    width: 780px;
    height: 44px;
    border-bottom: 1px solid #fff;
    border-radius: 3px;
    float: left;
    display: inline;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
}

.search_tit {
    width: 168px;
    float: left;
    display: inline;
    height: 44px;
    position: relative;
}

.search_tit span {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 44px;
    display: block;
}

.search_tit span img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.input01 {
    height: 26px;
    width: 600px;
    background: transparent;
    float: left;
    display: inline;
    margin-top: 8px;
    border: none;
    border-left: 1px solid #fff;
    padding: 0 0 0 20px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 26px;
    font-family: Arial, Helvetica, sans-serif;
}

.input01:focus {
    outline: none;
}

.input01::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;
}

.input01:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

.input01::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
}

.input01:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;
}

.input02 {
    width: 120px;
    height: 48px;
    float: left;
    display: inline;
    margin-left: 20px;
    background: transparent;
    border: 1px solid #fff;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.input02:hover {
    background-color: #1d62ff;
    color: #fff;
    border: 1px solid #1d62ff;
}

.search_tit_main {
    position: absolute;
    top: 44px;
    border-top: none;
    left: -2px;
    width: 168px;
    display: none;
}

.search_tit_main a {
    font-size: 16px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-weight: bold;
    display: block;
    border-radius: 4px;
    margin-top: 10px;
}

.search_tit_main a:hover {
    background-color: #fff;
    color: #1d62ff;
}

.search_tit:hover .search_tit_main {
    display: block;
}

.search_tit:hover span img {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

.search_tit:hover .search_tit_main {
    display: block;
}

.search_center .close img {
    width: 30px;
    height: 30px;
    float: right;
    display: inline;
    margin-top: 10px;
    cursor: pointer;
}

.search_center .close2 img {
    width: 30px;
    height: 30px;
    float: right;
    display: inline;
    margin-top: 10px;
    cursor: pointer;
}

/**------------专题--------------**/
.space_flight {
    width: 100%;
    /*height: 4088px;*/
    background-image: url(../images/zt_bg01.jpg), url(../images/zt_bg02.jpg), url(../images/zt_bg03.jpg), url(../images/zt_bg04.jpg);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: top center, top center, top center, top center;
    background-position: 0 0, 0 946px, 0 1787px, 0 bottom;
    position: relative;
    text-align: left;
}

.zt_b01_info {
    width: 880px;
    height: 300px;
    margin: 0 auto;
    overflow: hidden;
    filter: drop-shadow(5px 5px 10px black);
}

.zt_blk01 {
    width: 1200px;
    margin: 0 auto;
    padding: 340px 0 0 0;
    height: 790px;
    overflow: hidden;
    box-sizing: border-box;
    text-align: center;
    filter: drop-shadow(0 0 20px #000);
}

.zt_blk01 strong {
    font-size: 80px;
    color: #fff;
    display: block;
    line-height: 80px;
    font-family: Arial, Helvetica, sans-serif;
}

.zt_blk01 p {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #fff;
    display: block;
    margin-top: 14px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
}

.zt_blk02 {
    width: 910px;
    height: 140px;
    margin: 0 auto;
}

.zt_blk02 ul li {
    width: 204px;
    float: left;
    display: inline;
    margin-right: 31px;
    position: relative;
    height: 140px;
}

.zt_blk02 ul li:last-child {
    margin-right: 0;
}

.zt_blk02 ul li img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    border-radius: 20px;
}

.zt_blk02 ul li i {
    width: 170px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(to right, #006afc, #000523);
    border-radius: 20px;
}

.zt_blk03 {
    width: 910px;
    height: 300px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
}

.zt_blk03 b {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 0;
    left: 34px;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 2;
}

.zt_blk03 p {
    font-size: 15px;
    font-weight: normal;
    line-height: 24px;
    color: #fff;
    position: absolute;
    top: 60px;
    left: 34px;
    z-index: 2;
    width: 830px;
}

.zt_blk03 i {
    width: 318px;
    height: 150px;
    position: absolute;
    top: 25px;
    left: 0;
    z-index: 1;
    background: linear-gradient(to right, #006afc, #000523);
    border-radius: 20px;
}

.zt_blk04 {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.zt_blk04 ul li {
    width: 341px;
    height: 520px;
    float: left;
    display: inline;
    margin-right: 40px;
    background-color: rgba(0, 0, 0, .3);
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background-clip: padding-box;
}

.zt_blk04 ul li:last-child {
    margin-right: 0;
}

.zt_blk04 ul li .img_box {
    width: 341px;
    height: 220px;
    overflow: hidden;
    position: relative;
}

.zt_blk04 ul li .img_box img {
    height: 220px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.zt_blk04 ul li h3 {
    height: 80px;
    width: 340px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 80px;
    background-image: url(../images/tit_bg2.png);
    background-repeat: no-repeat;
    background-size: 54px auto;
    background-position: 144px 20px;
}

.zt_blk04 ul li p {
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    color: #fff;
}

.zt_blk05 {
    width: 1200px;
    margin: 0 auto;
    margin-top: 100px;
    text-align: center;
}

.zt_blk05 h2 {
    height: 100px;
    background-image: url(../images/tit_bg2.png);
    background-repeat: no-repeat;
    background-position: top center;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 100px;
}

.zt_blk05 p {
    padding: 0 100px;
    margin-top: 24px;
    font-size: 15px;
    font-weight: normal;
    line-height: 24px;
    color: #fff;
    text-align: left;
}

.zt_blk05 ul li {
    width: 120px;
    height: 120px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 60px 15px 0 15px;
    border-radius: 1000px;
    overflow: hidden;
}

.zt_blk05 ul li img {
    height: 124px;
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 1000px;
}

.zt_blk06 {
    width: 1200px;
    margin: 0 auto;
    margin-top: 100px;
    text-align: center;
    height: 500px;
    overflow: hidden;
}

.zt_blk06 h2 {
    height: 100px;
    background-image: url(../images/tit_bg2.png);
    background-repeat: no-repeat;
    background-position: top center;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 100px;
}

.zt_blk06 ul li {
    width: 180px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 30px 25px 0 25px;
    overflow: hidden;
}

.zt_blk06 ul li img {
    height: 178px;
    margin-bottom: 20px;
}

.zt_blk06 ul li p {
    font-size: 15px;
    font-weight: bold;
    line-height: 24px;
    display: block;
    text-align: center;
    color: #009bff;
}

.zt_blk07 {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.zt_blk07 h2 {
    height: 100px;
    background-image: url(../images/tit_bg2.png);
    background-repeat: no-repeat;
    background-position: top center;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 100px;
}

.zt_blk07 p {
    padding: 0 100px;
    margin-top: 24px;
    font-size: 15px;
    font-weight: normal;
    line-height: 24px;
    color: #fff;
    text-align: left;
}

.zt_blk07 table {
    width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
    border-collapse: collapse;
}

.zt_blk07 table td {
    background-color: rgba(0, 0, 0, .7);
    line-height: 60px;
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.zt_blk07 table td.name {
    font-weight: bold;
}

.zt_blk07 table td i {
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    background: linear-gradient(to bottom, #006fff, #009cff);
    border-radius: 1000px;
    overflow: hidden;
}

.zt_blk07 table td i img {
    display: block;
    margin: 0 auto;
    margin-top: 4px;
}

.zt_blk07 table td a {
    color: #fff;
    display: block;
}

.zt_blk07 table tr:hover td {
    background-color: rgba(0, 111, 255, .3);
}

.zt_blk07 table tr:nth-child(1):hover td {
    background-color: rgba(0, 0, 0, .7);
}

.zt_blk07 table tr:nth-child(2):hover td {
    background-color: rgba(0, 0, 0, .7);
}

.zt_blk08 {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    margin-top: 110px;
}

.zt_blk08 h2 {
    height: 100px;
    background-image: url(../images/tit_bg2.png);
    background-repeat: no-repeat;
    background-position: top center;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 100px;
}

.zt_blk08 p {
    padding: 0 100px;
    margin-top: 24px;
    font-size: 15px;
    font-weight: normal;
    line-height: 24px;
    color: #fff;
    text-align: left;
}


.parto {
    width: 100%;
    height: 400px;
    background-image: url(../images/div_bg04_2.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    text-align: left;
}

/*.po_main {
    width: 1200px;
    height: 400px;
    margin: 0 auto;
    background-image: url(../images/div_bg04_2.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    text-align: left;
    overflow: hidden;
}*/

.po_main strong {
    font-size: 36px;
    font-weight: bold;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 500px;
}

.cas_partj {
    width: 1208px;
    margin: 0 auto;
    text-align: left;
}

.cas_pj_left {
    width: 270px;
    float: left;
    display: inline;
}

.cas_pj_right {
    width: 908px;
    float: right;
    display: inline;
}

.cas_blk07 {
    background-color: #FFF;
    padding: 0 30px;
}

.cas_b07_info01 {
    overflow: hidden;
    padding: 20px 0 10px 0;
    border-bottom: 1px dotted #dddddd;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    text-align: center;
    line-height: 30px;
}

.cas_b07_info01 img {
    width: 156px;
    display: block;
    margin: 0 auto;
}

.cas_b07_info01 i {
    display: block;
    width: 66px;
    background-color: #3f6ea8;
    margin: 0 auto;
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    line-height: 20px;
    height: 20px;
    font-style: normal;
    color: #FFF;
}

.cas_b07_info01 i img {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}

.cas_b07_info02 {
    overflow: hidden;
    padding: 14px 0 10px 0;
    border-bottom: 1px dotted #dddddd;
}

.cas_b07_info02 p {
    font-size: 12px;
    font-weight: normal;
    color: #333;
    text-align: left;
    line-height: 22px;
}

.cas_b07_info02 p strong {
    color: #df2020;
    font-family: Verdana, Geneva, sans-serif;
}

.cas_b07_info03 {
    overflow: hidden;
    padding: 14px 0 10px 0;
    border-bottom: 1px dotted #dddddd;
}

.cas_b07_info03 p {
    font-size: 12px;
    font-weight: normal;
    color: #333;
    text-align: left;
    line-height: 22px;
}

.cas_b07_info03 p span {
    color: #338fff;
    font-family: Verdana, Geneva, sans-serif;
}

.cas_b07_info04 {
    overflow: hidden;
    padding: 14px 0 20px 0;
}

.cas_b07_info04 a {
    display: block;
    vertical-align: middle;
    width: 74px;
    height: 28px;
    font-size: 12px;
    font-weight: normal;
    color: #333;
    text-align: center;
    line-height: 28px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 20px;
}

.cas_b07_info04 a:hover {
    background-color: #df2020;
    color: #FFF;
    border: 1px solid #df2020;
}

.cas_b07_info04 img {
    width: 74px;
    height: 74px;
    float: right;
    display: inline;
}

.cas_blk08 {
    background-color: #FFF;
    margin-top: 30px;
    overflow: hidden;
}

.cas_blk08 h2 {
    height: 20px;
    border-left: 5px solid #3f6ea8;
    display: block;
    margin-top: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    padding: 0 0 0 14px;
}

.cas_b08_main {
    overflow: hidden;
    padding: 10px 0 20px 0;
}

.cas_b08_main ul li {
    width: 134px;
    float: left;
    display: inline;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    line-height: 24px;
    margin-top: 10px;
}

.cas_b08_main ul li a {
    color: #3f6ea8;
}

.cas_b08_main ul li a .img_box {
    width: 36px;
    height: 36px;
    border: 3px solid #dddddd;
    border-radius: 1000px;
    display: block;
    margin: 0 auto;
}

.cas_b08_main ul li a .img_box img {
    width: 25px;
    height: 25px;
    display: block;
    margin: 0 auto;
    margin-top: 5px;
}

.cas_b08_main ul li a:hover {
    color: #df2020;
}

.cas_b08_main02 {
    overflow: hidden;
    padding: 10px 0 20px 0;
}

.cas_b08_main02 ul {
    width: 245px;
    margin: 0 auto;
}

.cas_b08_main02 ul li {
    padding: 5px 0;
    overflow: hidden;
}

.cas_b08_main02 ul li span {
    width: 70px;
    float: left;
    display: inline;
    font-size: 12px;
    font-weight: normal;
    color: #333;
    text-align: right;
    line-height: 24px;
}

.cas_b08_main02 ul li .li_box {
    width: 144px;
    float: left;
    display: inline;
    margin-left: 10px;
}

.cas_b08_main02 ul li .li_box input {
    line-height: 22px;
    font-family: "微软雅黑";
    font-size: 12px;
    color: #666;
    border: 1px solid #cccccc;
    border-radius: 3px;
}

.cas_b08_main02 ul li a {
    width: 64px;
    height: 24px;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    background-color: #3f6ea8;
    text-align: center;
    line-height: 24px;
    border: 1px solid #3f6ea8;
    border-radius: 5px;
    display: block;
    margin-left: 64px;
}

.cas_b08_main02 ul li a:hover {
    background-color: #df2020;
    border: 1px solid #df2020;
}

.cas_b08_main02 ul li button {
    width: 64px;
    height: 24px;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    background-color: #3f6ea8;
    text-align: center;
    line-height: 24px;
    border: 0px;
    border-radius: 5px;
    display: block;
    margin-left: 80px;
}

.cas_b08_main02 ul li button:hover {
    background-color: #df2020;
    cursor: pointer;
}

.cas_b08_main03 {
    overflow: hidden;
    padding: 10px 24px 20px 24px;
}

.cas_b08_main03 a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background-color: #f2f2f2;
    font-size: 12px;
    font-weight: normal;
    color: #666;
    text-align: center;
    line-height: 26px;
    border-radius: 100px;
    margin-top: 10px;
    padding: 0 10px;
}

.cas_b08_main03 a:hover {
    background-color: #df2020;
    color: #FFF;
}

.cas_blk08 a.more {
    font-size: 14px;
    font-weight: normal;
    color: #666;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.cas_blk08 a.more:hover {
    color: #df2020;
}

.cas_blk09 {
    background-color: #FFF;
    padding: 30px 0;
    overflow: hidden;
}

.cas_blk09 h2 {
    font-size: 24px;
    font-weight: normal;
    color: #333;
    line-height: 32px;
    display: block;
    padding: 0 30px;
    overflow: hidden;
}

.cas_blk09 h2 i {
    width: 32px;
    height: 32px;
    background-color: #3f6ea8;
    float: left;
    display: inline;
    margin-right: 14px;
    border-radius: 100px;
    margin-top: 4px;
    position: relative;
    top: -4px;
}

.cas_blk09 h2 i img {
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 auto;
    margin-top: 4px;
}

.cas_blk09 h2 a {
    color: #666;
    float: right;
    display: inline;
    font-size: 14px;
    font-weight: normal;
}

.cas_blk09 h2 a:hover {
    color: #df2020;
}

.cas_b09_main {
    overflow: hidden;
    padding: 0 30px;
}

.cas_b09_main p {
    font-size: 14px;
    font-weight: normal;
    color: #333;
    line-height: 27px;
    text-indent: 2em;
    margin-top: 14px;
}

.cas_b09_main02 {
    overflow: hidden;
    padding: 20px 0 0 30px;
}

.cas_b09_main02 dl {
    width: 240px;
    float: left;
    display: inline;
    margin: 0 22px;
}

.cas_b09_main02 dl dt a {
    font-size: 14px;
    font-weight: normal;
    color: #333;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    overflow: hidden;
    display: block;
}

.cas_b09_main02 dl dt a:hover {
    color: #df2020;
}

.cas_b09_main02 dl dd {
    border-top: 1px dashed #dddddd;
    padding: 10px 0 0 0;
    margin-top: 10px;
}

.cas_b09_main02 dl dd p {
    font-size: 12px;
    font-weight: normal;
    color: #666;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    display: block;
}

.cas_b09_main02 dl dd a {
    width: 40px;
    height: 18px;
    background-color: #f4f4f4;
    font-size: 12px;
    font-weight: normal;
    color: #666;
    text-align: center;
    line-height: 18px;
    border: 1px solid #dddddd;
    margin: 0 auto;
    margin-top: 14px;
    border-radius: 3px;
    display: block;
}

.cas_b09_main02 dl dd a:hover {
    background-color: #df2020;
    color: #FFF;
    border: 1px solid #df2020;
}

.cas_b09_main03 {
    overflow: hidden;
    padding: 20px 0 0 0;
}

.cas_b09_main03 table {
    width: 846px;
    margin: 0 auto;
    background-color: #dddddd;
}

.cas_b09_main03 table td {
    font-size: 12px;
    font-weight: normal;
    color: #333;
    text-align: center;
    line-height: 36px;
    background-color: #FFF;
}

.cas_b09_main03 table tr.bg td {
    background-color: #f4f4f4;
}

.cas_b09_main03 table td a {
    color: #666;
    display: block;
}

.cas_b09_main03 table td a:hover {
    color: #fff;
    background-color: #df2020;
}

.cas_b09_main04 {
    overflow: hidden;
    padding: 20px 0 0 14px;
}

.cas_b09_main04 ul li {
    width: 180px;
    float: left;
    display: inline;
    margin: 20px 20px 0 20px;
}

.cas_b09_main04 ul li .img_box {
    width: 180px;
    height: 180px;
    overflow: hidden;
    margin-bottom: 5px;
}

.cas_b09_main04 ul li .img_box a img {
    width: 180px;
    height: 180px;
}

.cas_b09_main04 ul li p {
    font-size: 12px;
    font-weight: normal;
    color: #666;
    line-height: 20px;
    overflow: hidden;
}

.cas_b09_main04 ul li p span {
    font-size: 14px;
    color: #df2020;
    font-family: Verdana, Geneva, sans-serif;
}

.cas_b09_main04 ul li p span strong {
    font-size: 16px;
    font-weight: normal;
}

.cas_b09_main04 ul li p a {
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    color: #338fff;
    font-size: 13px;
    display: block;
    margin: 3px 0;
    overflow: hidden;
}

.cas_b09_main04 ul li p a:hover {
    color: #df2020;
}

.cas_b09_main04 ul li p font {
    color: #df2020;
    font-family: Verdana, Geneva, sans-serif;
}

.cas_b09_main04 ul li p i {
    float: right;
    display: inline;
}

.cas_b09_main04 ul li p i img {
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
}

.cas_b08_main05 {
    overflow: hidden;
    padding: 0 20px 20px 20px;
}

.cas_b08_main05 dl {
    width: 228px;
    margin: 0 auto;
    margin-top: 14px;
}

.cas_b08_main05 dl dt {
    width: 80px;
    float: left;
    display: inline;
}

.cas_b08_main05 dl dt a img {
    width: 78px;
    height: 78px;
}

.cas_b08_main05 dl dd {
    width: 130px;
    float: right;
    display: inline;
    text-align: left;
}

.cas_b08_main05 dl dd p {
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    color: #df2020;
}

.cas_b08_main05 dl dd p a {
    color: #333;
    height: 40px;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}

/**--------------登录------------------**/
.sign_in_head {
    padding: 40px 0;
    width: 950px;
    margin: 0 auto;
    text-align: left;
}

.sign_logo {
    float: left;
    display: inline;
}

.sign_in_head dl {
    display: inline-block;
    float: right;
    display: inline;
}

.sign_in_head dl dt {
    display: inline-block;
    margin-right: 5px;
}

.sign_in_head dl dd {
    display: inline-block;
    text-align: left;
}

.sign_in_head dl dd b {
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    line-height: 20px;
    display: block;
}

/* .sign_in_head dl dd strong { font-size:20px; font-family:; color:#014099;} */
.sign_in_head dl dd strong {
    font-size: 20px;
    color: #014099;
}

.at_content01 {
    width: 100%;
    height: 576px;
    background-image: url(../images/ht_bg01.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    text-align: left;
}

.at_c01_main {
    width: 1000px;
    height: 576px;
    margin: 0 auto;
    background-image: url(../images/ht_bg01.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden;
    position: relative;
}

.at_blk01 {
    width: 320px;
    position: absolute;
    top: 100px;
    right: 50px;
}

.at_blk01 h2 {
    font-size: 22px;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 30px;
}

.at_blk01 h2 span {
    font-size: 14px;
    font-weight: normal;
    color: #FFF;
    float: right;
    display: inline;
    margin-top: 6px;
}

.at_blk01 h2 span a {
    color: #bdd8ff;
}

.at_blk01 h2 span a:hover {
    color: #FFF;
}

.at_blk01 ul li {
    overflow: hidden;
    font-size: 14px;
    font-weight: normal;
    color: #FFF;
}

.at_blk01 ul li .at_label01 {
    height: 40px;
    border: 2px solid #fff;
    overflow: hidden;
    display: block;
}

.at_blk01 ul li .at_label01 input {
    width: 244px;
    height: 20px;
    border: none;
    border-left: 2px solid #fff;
    margin-top: 10px;
    font-size: 15px;
    font-weight: normal;
    color: #FFF;
    font-family: "微软雅黑";
    margin-left: 50px;
    background: transparent;
    padding: 0 14px;
}

.at_blk01 ul li .at_label01 input:focus {
    outline: none;
}

.at_blk01 ul li .at_label01 input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;
}

.at_blk01 ul li .at_label01 input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

.at_blk01 ul li .at_label01 input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
}

.at_blk01 ul li .at_label01 input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;
}

.at_blk01 ul li font {
    height: 30px;
    font-size: 12px;
    font-weight: normal;
    color: #bdd8ff;
    line-height: 22px;
    padding: 0 0 0 4px;
    display: block;
    font-style: normal;
}

.at_blk01 ul li a.at_a01 {
    color: #bdd8ff;
    float: right;
    display: inline;
}

.at_blk01 ul li a.at_a01:hover {
    color: #FFF;
}

.at_blk01 ul li a.login {
    display: block;
    height: 44px;
    background-color: #e84747;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 44px;
    margin-top: 14px;
    color: #fff;
}

.at_blk01 ul li a.login:hover {
    background-color: #df2020;
    color: #FFF;
}

.sign_foot {
    text-align: center;
    padding: 40px 0;
    overflow: hidden;
}

.sign_foot p {
    font-size: 12px;
    font-weight: normal;
    line-height: 24px;
    color: #014099;
}

.sign_foot p a {
    color: #014099;
    font-weight: bold;
}

.register {
    background-image: url(../images/ht_bg02.jpg);
    background-repeat: no-repeat;
    width: 100%;
    text-align: left;
    height: 790px;
    background-size: cover;
}

.register_main {
    width: 950px;
    margin: 0 auto;
    padding: 60px 130px 80px 130px;
    overflow: hidden;
    box-sizing: border-box;
}

.register_main h2 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 36px;
    padding: 0 20px;
}

.register_main h2 span {
    font-size: 14px;
    float: right;
    display: inline;
    color: #fff;
}

.register_main h2 span a {
    color: #fff;
    font-weight: normal;
}

.register_main h3 {
    height: 36px;
    overflow: hidden;
    margin-top: 30px;
}

.register_main h3 ul {
    overflow: hidden;
    text-align: center;
}

.register_main h3 ul li {
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/zt_icon08.png);
    width: 167px;
    height: 36px;
    font-size: 12px;
    font-weight: bold;
    color: #68a3ef;
    line-height: 36px;
    position: relative;
    margin: 0 -4px;
    cursor: pointer;
}

.register_main h3 ul li.on {
    background-image: url(../images/zt_icon08_2.png);
    color: #fff;
}

.register_main ul li {
    overflow: hidden;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

.register_main ul li a {
    color: #bdd8ff;
}

.register_main ul li a:hover {
    color: #fff;
}

.register_main ul li .at_label02 {
    height: 42px;
    background-color: #f5f5f9;
    display: block;
    overflow: hidden;
}

.register_main ul li .at_label02 input {
    width: 244px;
    height: 42px;
    border: none;
    border-left: 1px solid #000;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    font-family: "微软雅黑";
    margin-left: 50px;
    background: transparent;
    padding: 0 0 0 14px;
}

.register_main ul li .at_label02 input:focus {
    outline: none;
}

.register_main ul li font {
    height: 30px;
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
    line-height: 22px;
    padding: 0 0 0 4px;
    display: block;
    font-style: normal;
}

.register_main ul li font i {
    font-size: 14px;
    font-weight: bold;
    color: #e02828;
    margin-right: 4px;
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    font-family: Verdana, Geneva, sans-serif;
}

.register_main ul li .at_label02 a {
    height: 42px;
    width: 100px;
    background-color: #87b2e0;
    font-size: 14px;
    font-weight: normal;
    color: #FFF;
    text-align: center;
    line-height: 42px;
    float: right;
    display: inline;
}

.register_main ul li .at_label02 a:hover {
    background-color: #338fff;
}

.register_main ul li a.register2 {
    display: block;
    height: 44px;
    background-color: #006aff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 44px;
    margin-top: 14px;
    color: #fff;
}

.register_main ul li a.register2:hover {
    background-color: #df2020;
    color: #FFF;
}

/* imgzoom */
.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 360px;
    height: 360px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;
}

.zoomMask {
    position: absolute;
    background-color: #FFF;
    -moz-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 10;
    border-color: #c4c4c4;
    border-style: solid;
    cursor: crosshair;
    height: 100px;
    width: 100px;
    cursor: move;
    z-index: 1;
}

/**弹框**/
.popup_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .8);
    z-index: 99998;
}

.popup {
    width: 880px;
    background-color: #fff;
    padding: 0 40px 40px 40px;
    border-radius: 20px;
    filter: drop-shadow(0 0 20px #a1a6b3);
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99999;
    left: 50%;
    margin-left: -490px;
    text-align: left;
    box-sizing: border-box;
}

.popup h2 {
    font-size: 24px;
    height: 70px;
    border-bottom: 1px solid #eeeeee;
    line-height: 70px;
    color: #333333;
    font-weight: normal;
}

.popup h2 img {
    width: 30px;
    float: right;
    display: inline;
    margin-top: 20px;
}

.scroll_cont_main {
    overflow-y: scroll;
    height: 290px;
}

.scroll_cont h3 {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #293040;
    line-height: 24px;
    text-align: left;
    margin: 20px 0;
}

.scroll_cont h3 select {
    height: 36px;
    border: 1px solid #dddddd;
    width: 100px;
    font-size: 14px;
    color: 333;
    margin: 0 5px;
}

.scroll_cont h3 .input05 {
    height: 34px;
    border: 1px solid #dddddd;
    width: 140px;
    font-size: 14px;
    color: #000;
    margin: 0 5px;
    padding: 0 5px;
}

.scroll_cont h3 .input06 {
    height: 36px;
    background-color: #338fff;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 34px;
    display: inline-block;
    padding: 0 30px;
    border: none;
    border-radius: 5px;
    margin: 0 5px;
    cursor: pointer;
}

.scroll_cont img {
    height: 400px;
    display: block;
    margin: 0 auto;
}

.scroll_cont table {
    width: 100%;
    margin: 0 auto;
    background-color: #eeeeee;
}

.scroll_cont table td {
    padding: 0 20px;
    font-size: 13px;
    font-weight: normal;
    color: #293040;
    text-align: left;
    line-height: 40px;
    background-color: #fff;
}

.scroll_cont table td.name {
    font-weight: bold;
    background-color: #f5f5f9;
    color: #333333;
}

a.true {
    height: 44px;
    cursor: pointer;
    background-color: #338fff;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    line-height: 44px;
    display: block;
    width: 140px;
    text-align: center;
    border: none;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 30px;
    float: right;
}

a.true:hover {
    background-color: #df2020;
    color: white;
}

/**--------求购信息--------**/
.ht_blk01 {
    overflow: hidden;
    border: 1px solid #f7f7f7;
    padding: 24px 20px;
    text-align: center;
    box-shadow: 0 0 10px #e6e8f0;
}

.ht_blk01 span {
    font-size: 12px;
    float: right;
    display: inline;
    line-height: 36px;
    color: #999999;
}

.ht_blk01 span strong {
    color: #df2020;
    margin: 0 2px;
}

.ht_blk01 .input07 {
    width: 700px;
    height: 36px;
    background-color: #f5f5f9;
    border-radius: 5px;
    border: none;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    color: 333;
    line-height: 30px;
    padding: 0 10px;
}

.ht_blk01 .input07:focus {
    outline: none;
}

.ht_blk01 .input08 {
    width: 100px;
    height: 34px;
    background-color: #1d62ff;
    border-radius: 5px;
    border: none;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 34px;
    margin-left: 14px;
    cursor: pointer;
}

.ht_parta {
    overflow: hidden;
}

.ht_parta dl {
    overflow: hidden;
    padding: 24px 20px;
    border-bottom: 1px solid #eeeeee;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.ht_parta dl:hover {
    background-color: #f5f5f9;
}

.ht_parta dl dt {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}

.ht_parta dl dt a {
    color: #333;
}

.ht_parta dl dt a:hover {
    color: #df2020;
}

.ht_parta dl dt span {
    font-size: 12px;
    float: right;
    display: inline;
    color: #999999;
    font-weight: normal;
}

.ht_parta dl dt font {
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    background-color: #df2020;
    padding: 0 2px;
    height: 16px;
    overflow: hidden;
    line-height: 17px;
    color: #fff;
    border-radius: 4px;
    position: relative;
    top: -1px;
}

.ht_parta dl dd {
    line-height: 30px;
    display: block;
}

.ht_parta dl dd font {
    font-size: 13px;
    color: #666666;
    margin-right: 14px;
}

.ht_parta dl dd font strong {
    color: #df2020;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.ht_parta dl dd font i {
    font-size: 12px;
    font-style: normal;
    background-color: #d9edff;
    display: inline-block;
    vertical-align: middle;
    padding: 0 2px;
    line-height: 14px;
    border-radius: 2px;
    color: #057be8;
}

.ht_parta dl dd font em {
    font-size: 12px;
    font-style: normal;
    background-color: #ffdada;
    display: inline-block;
    vertical-align: middle;
    padding: 0 2px;
    line-height: 14px;
    border-radius: 2px;
    color: #df2020;
}

.ht_parta dl dd a {
    line-height: 28px;
    display: inline-block;
    float: right;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    padding: 0 10px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #1d62ff;
    color: #1d62ff;
}

.ht_parta dl dd a:hover {
    background-color: #df2020;
    border: 1px solid #df2020;
    color: #fff;
}

.ht_blk02 {
    border: 1px solid #f7f7f7;
    box-shadow: 0 0 10px #e6e8f0;
    padding: 0 40px 40px 40px;
}

.ht_blk02 h2 {
    font-size: 24px;
    font-weight: normal;
    color: #333;
    padding: 24px 0;
}

.ht_blk02 h2 a {
    line-height: 36px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    padding: 0 14px;
    float: right;
    background-color: #1d62ff;
    border-radius: 5px;
}

.ht_blk02 h2 a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.ht_blk02 h2 a:hover {
    background-color: #df2020;
}

.ht_blk02 h2 font {
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background-color: #df2020;
    padding: 0 4px;
    height: 22px;
    overflow: hidden;
    line-height: 22px;
    color: #fff;
    border-radius: 4px;
    position: relative;
    top: -1px;
    font-weight: bold;
}

.ht_blk02 table {
    background-color: #eeeeee;
}

.ht_blk02 table td {
    background-color: #fff;
    font-size: 15px;
    font-weight: normal;
    color: #333333;
    padding: 0 20px;
    line-height: 44px;
    box-sizing: border-box;
}

.ht_blk02 table td.name {
    background-color: #f5f5f9;
    color: #666666;
}

.ht_blk03 {
    border: 1px solid #f7f7f7;
    box-shadow: 0 0 10px #e6e8f0;
    margin-top: 40px;
}

.ht_blk03 h2 {
    height: 50px;
    border-bottom: 1px solid #eeeeee;
    position: relative;
}

.ht_blk03 h2 ul {
    width: 1198px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
}

.ht_blk03 h2 ul li {
    font-size: 16px;
    font-weight: normal;
    color: #333;
    line-height: 60px;
    width: 210px;
    text-align: center;
    border-right: 1px solid #eeeeee;
}

.ht_blk03 h2 ul li.on {
    font-weight: bold;
    border-top: 1px solid #033984;
    background-color: #fff;
    height: 51px;
    color: #033984;
}

.ht_b03_main {
    padding: 30px 40px;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #333;
}


/**--------关于我们--------**/
.about_con {
    background-color: #f5f5f9;
    width: 100%;
}

.about_con h2 {
    width: 100%;
    background-color: #fff;
    height: 60px;
}

.about_con h2 ul {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.about_con h2 ul li {
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    line-height: 60px;
}

.about_con h2 ul li a {
    display: inline-block;
    padding: 0 40px;
    color: #293040;
    border-bottom: 2px solid #fff;
}

.about_con h2 ul li.on a {
    display: inline-block;
    padding: 0 40px;
    color: #293040;
    border-bottom: 2px solid #1d62ff;
}

.about_con h2 ul li a:hover {
    border-bottom: 2px solid #91b3ff;
}

.about_con h2 ul li.on a:hover {
    display: inline-block;
    padding: 0 40px;
    color: #293040;
    border-bottom: 2px solid #1d62ff;
}

.about_con_main {
    width: 1200px;
    margin: 0 auto;
}

.about_con_main h3 {
    font-size: 24px;
    font-weight: bold;
    color: #293040;
    display: block;
    text-align: center;
    margin-top: 50px;
}

.about_info {
    overflow: hidden;
    margin-top: 30px;
    text-align: left;
    padding: 0 150px 50px 150px;
}

.about_info p {
    font-size: 16px;
    font-weight: normal;
    line-height: 293040;
    line-height: 30px;
    text-align: left;
}

/**--------帮助中心-------**/
.help {
    background-color: #f5f5f9;
    width: 100%;
    text-align: left;
}

.help_con {
    background-color: #f5f5f9;
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 40px 0;
}

.help_left {
    width: 200px;
    background-color: #fff;
    float: left;
    display: inline;
}

.help_left h2 {
    background-color: #006eff;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 50px;
}

.help_left h3 {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
}

.help_left ul {
    padding: 14px 0;
}

.help_left ul li {
    font-size: 14px;
    font-weight: normal;
    line-height: 36px;
    display: block;
    text-align: center;
}

.help_left ul li a {
    color: #717787;
    display: block;
}

.help_left ul li.on a {
    color: #1d62ff;
    display: block;
    font-weight: bold;
}

.help_right {
    width: 970px;
    background-color: #fff;
    float: right;
    display: inline;
    padding: 0 30px 30px 30px;
    box-sizing: border-box;
}

.help_right h2 {
    font-size: 16px;
    color: #293040;
    border-bottom: 1px solid #eeeeee;
    line-height: 70px;
    margin-bottom: 10px;
}

.help_right ul li {
    font-size: 15px;
    line-height: 30px;
}

.help_right ul li a {
    color: #293040;
}

.help_info {
    overflow: hidden;
    padding: 14px 0;
}

.help_info h3 {
    color: #006eff;
    font-size: 14px;
    font-weight: bold;
    line-height: 27px;
}

.help_info p {
    font-size: 14px;
    font-weight: normal;
    color: #717787;
    line-height: 24px;
    margin-top: 5px;
}

.help_info h3::before {
    content: "Q";
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    display: inline;
    margin-right: 10px;
    background-color: #006eff;
    border-radius: 0 5px 0 5px;
    font-size: 12PX;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    line-height: 20px;
    color: #fff;
    margin-top: 2px;
}

.help_info p::before {
    content: "A";
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    display: inline;
    margin-right: 10px;
    background-color: #a1a6b3;
    border-radius: 0 5px 0 5px;
    font-size: 12PX;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    line-height: 20px;
    color: #fff;
    margin-top: 2px;
}


.at_partc { width:1000px; text-align:left; margin:0 auto;position:relative; padding:20px 0 40px 0;}
.at_partc h2 { height:60px; font-size:24px; font-weight:normal; color:#293040; line-height:60px;}
.at_partc h2 span { font-size:14px; color:#666666; float:right; display:inline;}
.at_partc h2 span strong { color:#ef7c00; font-size:16px;}
.xj_blk06 ul li { width:194px; border:1px solid #eeeeee; margin-right:30px; float:left; display:inline; height:240px; overflow:hidden; margin-bottom:30px; position:relative; top:0;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;transition: all 0.5s; padding:10px;}
.xj_blk06 ul li:nth-child(5n+5) { margin-right:0;}
.xj_blk06 ul li a img { display:block; margin:0 auto; margin-bottom:5px;}
.xj_blk06 ul li b a { font-size:14px; font-weight:bold; color:#293040; display:block; text-align:center; line-height:24px;white-space: nowrap;text-overflow:ellipsis; overflow:hidden; width:194px;}
.xj_blk06 ul li b a:hover { color:#ef7c00;}
.xj_blk06 ul li p { font-size:12px; font-weight:normal; color:#717787; display:block; line-height:20px; text-align:center;}
.xj_blk06 ul li font { height:44px; border-top:1px solid #eeeeee; display:block; line-height:44px; text-align:center; color:#dfe1e6; margin-top:14px;}
.xj_blk06 ul li font a { display:inline-block; vertical-align:middle; font-size:12px; color:#293040; text-align:center; width:92px;}
.xj_blk06 ul li font a:hover { color:#ef7c00;}
.xj_blk06 ul li:hover { top:-5px;border:1px solid #ef7c00;}

/*航天生活馆*/
.life_pavilion { width:100%; text-align:left;}
.life_pavilion_banner { width:100%; background-image:url(/images/life_banner.jpg); background-repeat:no-repeat; background-position:top center; background-size:cover; min-height:1250px; overflow:hidden;}
.life_list { width:1004px; margin:0 auto; margin-top:-300px; padding:0 0 50px 0;}
.life_list h2 { display:block; background-image:url(/images/lieft_tit.png); background-repeat:no-repeat; width:390px; height:130px; margin:0 auto; font-size:14px; text-align:center; font-size:24px; font-family:Arial, Helvetica, sans-serif; line-height:40px; color:#efc46f;}
.life_list h2 strong { font-size:36px; display:block;}
.fl { padding:14px; overflow:hidden; background-color:#fff; border-radius:10px;  margin-top:20px;}
.fl ul li { display:inline-block; vertical-align:middle; margin-right:14px; line-height:36px;}
.fl ul li a { background-color:#efc46f; border-radius:100px; display:inline-block; padding:0 14px; font-size:14px; font-weight:normal; color:#df2020;}
.fl ul li.on a { background-color:#d34a21; font-weight:bold; color:#fff;}
.list_life li { width:208px; height:380px; background-color:#fff; border-radius:10px; float:left; display:inline; margin-right:20px; margin-top:20px; overflow:hidden; padding:0 14px;}
.list_life li:nth-child(4n+4) { margin-right:0;}
.list_life li .img_box { width:208px; height:208px; overflow:hidden; display:block; overflow:hidden;}
.list_life li .img_box a img { width:208px; height:208px;}
.list_life li h3 a { display:block; font-size:14px; font-weight:bold; color:#293040; line-height:20px; height:40px; overflow:hidden; margin-top:10px;}
.list_life li h3 a:hover { color:#df2020;}
.list_life li p { display:block; margin-top:5px;}
.list_life li p font { font-size:14px; font-weight:bold;color:#df2020; display:inline-block; font-family:Arial, Helvetica, sans-serif;}
.list_life li p font strong { font-size:24px;}
.list_life li p i { font-size:14px; font-weight:normal; font-style:normal; margin-left:10px; color:#a1a6b3; text-decoration:line-through;}
.list_life li a.buy { display:block; background-color:#efc46f; border-radius:5px; line-height:36px; font-size:14px; font-weight:bold;color:#df2020; text-align:center; margin-top:10px;}
.list_life li a.buy:hover {background-color:#d34a21; font-weight:bold; color:#fff;}
.list_life li span a { display:block; line-height:40px; color:#717787; font-size:12px;}
.list_life li span a img { width:14px; height:14px; display:inline-block; vertical-align:middle; margin-right:4px; position:relative; top:-1px;}
.page_life { text-align:center; display:block; font-size:12px; color:#fff; margin-top:40px; }
.page_life strong {margin:0 3px;color:#efc46f; font-family:Arial, Helvetica, sans-serif;}
.page_life a { display:inline-block; vertical-align:middle; margin:0 5px; font-size:12px; font-weight:normal; color:#333; line-height:28px; padding:0 10px;    font-family:Arial, Helvetica, sans-serif; border-radius:100px; background-color:#fff;}
.page_life a.on { background-color:#efc46f; color:#df2020; }
.page_life a:hover { background-color:#eff7ff; color:#df2020;}
.page_life a.on:hover { background-color:#efc46f; color:#df2020; }
.page_life select { width:60px; margin:0 5px; font-size:14px; font-weight:normal; color:#666666; line-height:28px; padding:0 10px;   height:28px;  appearance:none;-moz-appearance:none;-webkit-appearance:none; background-image: url(/images/icon07_2.png); background-repeat:no-repeat; background-position:40px 11px; border-radius:100px; border:none;}
.page_life select:focus{outline:none;}
.page_life .input03 { width:40px; margin:0 5px; font-size:14px; font-weight:normal; color:#666666; line-height:28px; padding:0 10px;   height:28px; text-align:center;border-radius:100px;border:none;}
.page_life .input03:focus{outline:none;}
.page_life .input04 { width:64px; background-color:#f5f5f9;  font-size:14px; font-weight:normal; line-height:28px; padding:0 10px;  height:28px; text-align:center; margin-left:5px; font-size:12px; font-weight:bold; color:#333; padding:0; cursor:pointer; -webkit-transition: all 0.5s;-moz-transition: all 0.5s;transition: all 0.5s;border-radius:100px;border:none;}
.page_life .input04:hover { width:64px; background-color:#1d62ff;  font-size:14px; font-weight:normal; color:#fff; line-height:28px; padding:0 10px; border:1px solid #1d62ff;  height:28px; text-align:center; margin-left:5px; font-size:12px; font-weight:bold; padding:0; cursor:pointer;}

/**新增标题样式**/
.new_h3 { font-size:24px; font-weight:bold; color:#efc46f; display:block; text-align:center; margin-top:36px; overflow:hidden; line-height:36px;}
</pre></body></html>