@charset "utf-8";
* {
    font-size: 14px;
}

body {
    margin: 0;
    padding: 0px;
    overflow-x: hidden;
    font-family: "微软雅黑";
}

ul, ol, p {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0px;
}

img {
    border: none;
}

a {
    outline: 0;
    color: #3f3f3f;
    text-decoration: none;
    cursor: pointer;
}

ul, li, dd, dl {
    list-style: none;
    margin: 0;
    padding: 0px;
}

input, textarea {
    font-family: "微软雅黑";
    margin: 0;
    padding: 0px;
    color: #333333;
    font-size: 12px;
}

.lf {
    float: left;
}

.rg {
    float: right;
}

/*header*/
.header {
    width: 100%;
    height: 70px;
    margin: 0 auto;
    position: fixed;
    z-index: 9999;
    background-color: #212121;
    top: 0;
    left: 0;
}

.headBox {
    width: 1000px;
    height: 70px;
    position: relative;
    background-color: #212121;
    margin: 0 auto;
}

.headBox:before {
    content: " ";
    display: table;
}

.headBox:after {
    content: " ";
    display: table;
    clear: both;
}

.head_box {
    width: 1000px;
    height: 70px;
    margin: 0 auto;
    position: relative;
    background-color: #212121;
}

.head_box:before {
    content: " ";
    display: table;
}

.head_box:after {
    content: " ";
    display: table;
    clear: both;
}

.head_box > a {
    float: left;
    line-height: 0;
}

.head_box ul {
    float: right;
}

.head_box ul li {
    float: left;
    display: block;
    position: relative;
}

.head_box ul li a {
    display: block;
    padding: 0 35px;
    height: 67px;
    line-height: 70px;
    border-bottom: 3px solid transparent;
    color: #d1d1d1;
    transition: all 200ms;
}

.head_box ul li a:hover {
    background-color: #323232;
    border-bottom: 3px solid #c61f3e;
}

.head_box ul li a.navs {
    background-color: #323232;
    border-bottom: 3px solid #c61f3e;
}

.mainBox {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    margin-top: 70px;
}

.mainBox:before {
    content: " ";
    display: table;
}

.mainBox:after {
    content: " ";
    display: table;
    clear: both;
}

.main_box {
    width: 1920px;
    height: 550px;
    position: relative;
    margin-left: -460px;
    line-height: 0;
}

.main_box:before {
    content: " ";
    display: table;
}

.main_box:after {
    content: " ";
    display: table;
    clear: both;
}

.main_box img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.lun_list {
    position: absolute;
    right: 40px;
    top: 200px;
    width: 16px;
    height: 100px;
    z-index: 100;
}

.lun_list a {
    display: block;
    width: 9px;
    height: 9px;
    border: 1px solid #464646;
    margin-bottom: 10px;
    border-radius: 50%;
    margin-left: 3px;
}

.lun_list a.lists {
    background-color: #464646;
    width: 15px;
    height: 15px;
    margin-left: 0;
}

.main_b {
    width: 1920px;
    margin-left: -460px;
    height: 420px;
    background: url(./../img/bg02.jpg) no-repeat;
}

.main_b_box {
    width: 1000px;
    height: 420px;
    position: relative;
    margin: 0 auto;
}

.main_b_box:before {
    content: " ";
    display: table;
}

.main_b_box:after {
    content: " ";
    display: table;
    clear: both;
}

.main_b_box h3 {
    margin: 45px auto 0 auto;
    font-size: 20px;
    color: #c61f3e;
    text-align: center;
}

.main_b_box img {
    margin: 100px auto 0 auto;
    display: block;
}

.main_b_box ul {
    display: block;
    margin: 10px 0 0 80px;
    width: 900px;
}

.main_b_box ul li {
    width: 260px;
    height: 80px;
    float: left;
    margin-right: 20px;
}

.main_b_box ul li p {
    color: #b2b2b2;
    font-size: 16px;
    text-align: center;
    height: 40px;
    line-height: 30px;
}

.main_b_box ul li span {
    font-size: 12px;
    color: #4c4c4c;
    text-align: center;
    display: block;
}

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

.main_b_box ul li:nth-child(2) {
    margin-right: 40px;
}

.main_c {
    width: 1920px;
    margin-left: -460px;
    height: 581px;
    line-height: 0;
    background: url(./../img/bg04.jpg) no-repeat;
}

.main_c_box {
    width: 1000px;
    height: 581px;
    position: relative;
    margin: 0 auto;
}

.main_c_box:before {
    content: " ";
    display: table;
}

.main_c_box:after {
    content: " ";
    display: table;
    clear: both;
}

.main_c_box h3 {
    font-size: 20px;
    color: #c61f3e;
    text-align: center;
    margin-top: 58px;
    margin-bottom: 55px;
}

.main_c_box p {
    width: 600px;
    line-height: 24px;
    text-align: center;
    color: #b2b2b2;
    font-size: 14px;
    margin: 0 auto;
}

.main_c_box img {
    display: block;
    margin: 58px auto 0 auto;
}

.main_c_box a {
    display: block;
    width: 110px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #ffffff;
    text-align: center;
    border-radius: 20px;
    margin: 30px auto 0 auto;
    color: #FFFFFF;
    transition: all 200ms;
}

.main_c_box a:hover {
    background-color: #FFFFFF;
    color: #000000;
}

.main_d {
    width: 1920px;
    margin-left: -460px;
    height: 580px;
    background: url(../img/bg06.jpg) no-repeat;
    position: relative;
}

.main_d_box {
    width: 1000px;
    height: 581px;
    margin: 0 auto;
    position: relative;
}

.main_d_box:before {
    content: " ";
    display: table;
}

.main_d_box:after {
    content: " ";
    display: table;
    clear: both;
}

.main_d_box h3 {
    font-size: 20px;
    color: #c61f3e;
    text-align: center;
    margin-top: 45px;
}

.mainD {
    width: 1000px;
    height: 290px;
    position: relative;
    margin-top: 90px;
    overflow: hidden;
}

.mainD:before {
    content: " ";
    display: table;
}

.mainD:after {
    content: " ";
    display: table;
    clear: both;
}

.mainD ul {
    width: 5000px;
    transition: all 1s;
}

.mainD ul li {
    float: left;
    width: 240px;
    height: 290px;
    margin-right: 13px;
    position: relative;
    overflow: hidden;
    transition: all 200ms;
    cursor: pointer;
}

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

.mainD ul li span {
    display: block;
    width: 240px;
    height: 195px;
    background-color: #FFFFFF;
    padding-top: 45px;
    transition: all 200ms;
}

.mainD ul li span img {
    width: 100%;
    height: 100%;
}

.mainD ul li div {
    width: 240px;
    height: 100px;
    position: absolute;
    left: 0;
    bottom: -55px;
    transition: all 200ms;
}

.mainD ul li div:before {
    content: " ";
    display: table;
}

.mainD ul li div p {
    font-size: 14px;
    text-align: center;
    height: 24px;
    line-height: 24px;
    margin-top: 10px;
    color: #555656;
    transition: all 200ms;
}

.mainD ul li div a {
    display: none;
    width: 36px;
    height: 36px;
    background: url(../img/list05.jpg) no-repeat;
    margin: 15px auto 0 auto;
    transition: all 200ms;
}

.mainD ul li:hover span {
    margin-top: -45px;
}

.mainD ul li:hover div {
    bottom: 0;
    background-color: #c61f3e;
}

.mainD ul li:hover div p {
    color: #ffffff;
}

.mainD ul li:hover div a {
    display: block;
}

.up {
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 270px;
    left: -40px;
    background: url(../img/lis01.png) no-repeat;
    transition: all 200ms;
}

.down {
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 270px;
    right: -40px;
    background: url(../img/lis03.png) no-repeat;
    transition: all 200ms;
}

.up:hover {
    background: url(../img/lis02.png) no-repeat;
}

.down:hover {
    background: url(../img/lis04.png) no-repeat;
}

.main_e {
    width: 1920px;
    height: 650px;
    position: relative;
    margin-left: -460px;
    background: url(../img/bg07.jpg) no-repeat;
}

.main_e_box {
    width: 1000px;
    height: 650px;
    position: relative;
    margin: 0 auto;
}

.main_e_box:before {
    content: " ";
    display: table;
}

.main_e_box:after {
    content: " ";
    display: table;
    clear: both;
}

.main_e_box h3 {
    font-size: 20px;
    color: #c61f3e;
    text-align: center;
    margin-top: 48px;
}

.mainE {
    width: 1000px;
    height: 420px;
    position: relative;
    margin: 40px auto 0 auto;
}

.mainE:before {
    content: " ";
    display: table;
}

.mainE:after {
    content: " ";
    display: table;
    clear: both;
}

.mainE ul {
    margin-top: 20px;
    position: relative;
}

.mainE ul li {
    width: 318px;
    height: 380px;
    border: 1px solid #2a2a2a;
    position: relative;
    transition: all 200ms;
    margin-right: 20px;
    float: left;
    cursor: pointer;
}

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

.mainE ul li:before {
    content: " ";
    display: table;
}

.mainE ul li b {
    display: block;
    position: absolute;
    z-index: 1;
    background-color: transparent;
    width: 320px;
    height: 300px;
    top: 0px;
    left: -1px;
    transition: all 200ms;
}

.mainE ul li:hover b {
    background-color: #c61f3e;
    top: -20px;
}

.mainE ul li span {
    font-size: 16px;
    color: #c5c5c5;
    width: 255px;
    display: block;
    height: 80px;
    border-bottom: 1px solid #2a2a2a;
    transition: all 200ms;
    position: absolute;
    left: 32px;
    top: 40px;
    line-height: 30px;
    z-index: 10;
}

.mainE ul li:hover span {
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

.mainE ul li p {
    font-size: 12px;
    color: #646363;
    width: 255px;
    position: absolute;
    text-indent: 2em;
    line-height: 24px;
    left: 32px;
    top: 150px;
    transition: all 200ms;
    z-index: 10;
}

.mainE ul li:hover p {
    color: #FFFFFF;
}

.mainE ul li div {
    position: absolute;
    z-index: 10;
    width: 320px;
    height: 100px;
    background-color: #2a2a2a;
    left: -1px;
    bottom: 0;
    transition: all 200ms;
}

.mainE ul li div i {
    position: absolute;
    font-size: 50px;
    color: #707070;
    font-style: normal;
    height: 100px;
    line-height: 100px;
    margin-left: 50px;
    transition: all 200ms;
}

.mainE ul li div em {
    position: absolute;
    font-size: 20px;
    color: #707070;
    left: 200px;
    bottom: 24px;
    font-style: normal;
    transition: all 200ms;
}

.mainE ul li:hover div {
    height: 120px;
    bottom: -20px;
}

.mainE ul li:hover div i {
    line-height: 120px;
    color: #cdcdcd;
}

.mainE ul li:hover div em {
    bottom: 34px;
    color: #cdcdcd;
}

.main_e_box > a {
    display: block;
    width: 110px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #ffffff;
    text-align: center;
    border-radius: 20px;
    margin: 30px auto 0 auto;
    color: #FFFFFF;
    transition: all 200ms;
}

.main_e_box > a:hover {
    background-color: #FFFFFF;
    color: #000000;
}

.main_f {
    width: 1920px;
    height: 390px;
    background: url(../img/bg08.jpg) no-repeat;
    margin-left: -460px;
}

.main_f:before {
    content: " ";
    display: table;
}

.main_f:after {
    content: " ";
    display: table;
    clear: both;
}

.main_f_box {
    width: 1000px;
    height: 390px;
    margin: 0 auto;
    position: relative;
}

.main_f_box:before {
    content: " ";
    display: table;
}

.main_f_box:after {
    content: " ";
    display: table;
    clear: both;
}

.main_f_box > h3 {
    text-align: center;
    font-size: 20px;
    color: #b2b2b2;
    margin: 60px auto 0 auto;
}

.main_f_box > span {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #b2b2b2;
    margin: 3px auto 0 auto;
}

.main_f_box > p {
    height: 50px;
    border-top: 1px solid #262626;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    color: #656464;
    margin: 15px auto 0 auto;
}

.main_f_box > i {
    display: block;
    width: 30px;
    border-bottom: 3px solid #646464;
    margin: 30px auto 0 auto;
}

.main_f_box ul {
    display: block;
    width: 1000px;
    margin: 70px auto 0 auto;
    position: relative;
}

.main_f_box ul li {
    width: 260px;
    padding-left: 60px;
    position: relative;
    height: 40px;
    float: left;
    transition: all 200ms;
}

.main_f_box ul li b {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    transition: all 200ms;
}

.main_f_box ul li:nth-child(1) b {
    background: url(./../img/foot01.png) no-repeat;
}

.main_f_box ul li:nth-child(2) b {
    background: url(./../img/foot03.png) no-repeat;
}

.main_f_box ul li:nth-child(3) b {
    background: url(./../img/foot05.png) no-repeat;
}

.main_f_box ul li:nth-child(1):hover b {
    background: url(./../img/foot02.png) no-repeat;
}

.main_f_box ul li:nth-child(2):hover b {
    background: url(./../img/foot04.png) no-repeat;
}

.main_f_box ul li:nth-child(3):hover b {
    background: url(./../img/foot06.png) no-repeat;
}

.main_f_box ul li:nth-child(1) p {
    border-left: 2px solid #262626;
    line-height: 40px;
    font-size: 14px;
    color: #656464;
    padding-left: 20px;
}

.main_f_box ul li:nth-child(2) p {
    border-left: 2px solid #262626;
    line-height: 20px;
    font-size: 14px;
    color: #656464;
    padding-left: 20px;
    height: 20px;
}

.main_f_box ul li:nth-child(3) p {
    border-left: 2px solid #262626;
    line-height: 20px;
    font-size: 14px;
    color: #656464;
    padding-left: 20px;
    width: 230px;
}

.main_f_box ul li:nth-child(1) {
    margin-right: 40px;
}

.footer {
    /*width: 1000px;*/
    width:100%;
    margin: 0 auto;
    position: relative;
    height: 105px;  background-color: #151515;
}

.foot_box {
    /*width: 1920px;*/
    /*width:100%;*/
    width:1000px;
    height: 105px;
    /*margin-left: -460px;*/
    margin:0 auto;

    position: relative;
}

.foot_box:before {
    content: " ";
    display: table;
}

.foot_box:after {
    content: " ";
    display: table;
    clear: both;
}

.foot_box .d1 {
    width: 1000px;
    height: 24px;
    margin: 32px auto 0 auto;
    text-align: center;
    line-height: 24px;
    color: #4c4c4c;
    font-size: 14px;
}

.foot_box .d1 a {
    color: #4c4c4c;
    font-size: 14px;
}

.foot_box .d1 a.cn {
    color: #bbbbbb;
}

.foot_box p {
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
    color: #4c4c4c;
}

.footer .d-sel {
    display: inline-block;
    /*position: relative;*/
    margin: 0 8px;
    font-size: 12px;
    position: absolute;
    bottom:10px;
    right:0;
}

.footer .d-sel h2 {
    width: 180px;
    height: 30px;
    line-height: 30px;
    text-align: left;
    padding: 0 0 0 8px;
    font-size: 16px;
    font-weight: bold;
    background-color: #CF2F26;
    color: #ffffff;

}

.footer .d-sel .d-zhan {
    position: absolute;
    background-color: #CF2F26;
    width: 178px;
    display: none;
    bottom: 42px;
    left: 0;
    padding:0 0 0 10px;
}

.footer .d-sel .d-zhan a {
    display: block;
    margin: 8px 0;
    color: #ffffff;
    line-height: 20px;
}

.piao {
    position: fixed;
    width: 67px;
    height: 150px;
    right: 10px;
    top: 300px;
    z-index: 9999;
}

.piao a {
    display: block;
    width: 67px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #989898;
    background-color: #424242;
    font-size: 12px;
    transition: all 200ms;
    margin-bottom: 2px;
}

.piao a.en {
    color: #FFFFFF;
    background-color: #c61f3e;
}

.piao a:hover {
    color: #FFFFFF;
    background-color: #c61f3e;
}

.piao span {
    display: block;
    width: 67px;
    height: 45px;
    background: url(../img/cn01.png) no-repeat;
    cursor: pointer;
}

/*pro*/
.main_top {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    margin-top: 70px;
}

.main_top_box {
    width: 1920px;
    margin-left: -460px;
    height: 250px;
    line-height: 0;
    position: relative;
}

.main_top_box:before {
    content: " ";
    display: table;
}

.main_top_box:after {
    content: " ";
    display: table;
    clear: both;
}

.pro_box {
    width: 1000px;
    position: relative;
    margin: 0 auto;
}

.pro_box:before {
    content: " ";
    display: table;
}

.pro_box:after {
    content: " ";
    display: table;
    clear: both;
}

.proBox {
    width: 1920px;
    margin-left: -460px;
    background-color: #242424;
    position: relative;
    min-height: 800px;
    padding-bottom: 100px;
}

.proBox:before {
    content: " ";
    display: table;
}

.proBox:after {
    content: " ";
    display: table;
    clear: both;
}

.pro_main {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.pro_main:before {
    content: " ";
    display: table;
}

.pro_main:after {
    content: " ";
    display: table;
    clear: both;
}

.pro_main h3 {
    display: block;
    width: 210px;
    height: 78px;
    background: url(../img/pro01.png) no-repeat;
    margin: 35px auto 0 auto;
    text-align: center;
    font-size: 20px;
    color: #c61f3e;
    line-height: 50px;
}

.pro_top {
    width: 1000px;
    margin: 40px auto 0 auto;
    text-align: center;
    height: 45px;
}

.pro_top:before {
    content: " ";
    display: table;
}

.pro_top:after {
    content: " ";
    display: table;
    clear: both;
}

.pro_top a {
    display: inline-block;
    width: 98px;
    height: 38px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #5c5c5c;
    color: #5c5c5c;
    font-size: 14px;
    transition: all 200ms;
    margin-right: 15px;
}

.pro_top a.pro_list {
    background-color: #c61f3e;
    color: #FFFFFF;
    border: 1px solid #c61f3e;
}

.pro_top a:hover {
    background-color: #c61f3e;
    color: #FFFFFF;
    border: 1px solid #c61f3e;
}

.pro_main ul {
    width: 1014px;
    transition: all 1s;
    margin-top: 60px;
}

.pro_main ul:before {
    content: " ";
    display: table;
}

.pro_main ul:after {
    content: " ";
    display: table;
    clear: both;
}

.pro_main ul li {
    float: left;
    width: 240px;
    height: 290px;
    margin-right: 13px;
    position: relative;
    overflow: hidden;
    transition: all 200ms;
    margin-bottom: 20px;
}

/*.pro_main ul li:nth-child(4n){margin-right: 0;}*/
.pro_main ul li span {
    display: block;
    width: 240px;
    height: 195px;
    background-color: #FFFFFF;
    padding-top: 45px;
    transition: all 200ms;
}

.pro_main ul li span img {
    width: 100%;
    height: 100%;
}

.pro_main ul li div {
    width: 240px;
    height: 100px;
    position: absolute;
    left: 0;
    bottom: -55px;
    transition: all 200ms;
}

.pro_main ul li div:before {
    content: " ";
    display: table;
}

.pro_main ul li div p {
    font-size: 14px;
    text-align: center;
    height: 24px;
    line-height: 24px;
    margin-top: 10px;
    color: #555656;
    transition: all 200ms;
}

.pro_main ul li div a {
    display: none;
    width: 36px;
    height: 36px;
    background: url(../img/list05.jpg) no-repeat;
    margin: 15px auto 0 auto;
    transition: all 200ms;
}

.pro_main ul li:hover span {
    margin-top: -45px;
}

.pro_main ul li:hover div {
    bottom: 0;
    background-color: #c61f3e;
}

.pro_main ul li:hover div p {
    color: #ffffff;
}

.pro_main ul li:hover div a {
    display: block;
}

.pro_bt {
    width: 1000px;
    margin: 60px auto 0 auto;
    height: 35px;
    text-align: center;
}

.pro_bt a {
    display: inline-block;
    width: 100px;
    height: 35px;
    background-color: #424242;
    text-align: center;
    line-height: 35px;
    color: #FFFFFF;
    margin-right: 10px;
    transition: all 200ms;
}

.pro_bt a:hover {
    background-color: #c61f3e;
}

.pro_bt a.pro_x {
    background-color: #c61f3e;
}

/*deta*/
.deta_box {
    width: 1920px;
    margin-left: -460px;
    min-height: 800px;
    background-color: #242424;
    position: relative;
}

.deta_box:before {
    content: " ";
    display: table;
}

.deta_box:after {
    content: " ";
    display: table;
    clear: both;
}

.detaBox {
    width: 1000px;
    margin: 70px auto 90px auto;
    min-height: 500px;
    background-color: #323232;
    position: relative;
    padding-bottom: 160px;
}

.detaBox:before {
    content: " ";
    display: table;
}

.detaBox:after {
    content: " ";
    display: table;
    clear: both;
}

.detaBox h3 {
    font-size: 20px;
    text-align: center;
    margin: 45px auto;
    color: #FFFFFF;
}

.detaBox img {
    display: block;
    max-width: 90%;
    margin: 0 auto 25px auto;
}

.detaBox p {
    width: 835px;
    margin: 0 auto 25px auto;
    line-height: 24px;
    color: #FFFFFF;
    font-size: 14px;
}

.detaBox h4 {
    text-align: center;
    margin-bottom: 45px;
    color: #a3a3a3;
    font-size: 14px;
}

/*news*/
.news_box {
    width: 1000px;
    position: relative;
    margin: 0 auto;
}

.news_box:before {
    content: " ";
    display: table;
}

.news_box:after {
    content: " ";
    display: table;
    clear: both;
}

.newsBox {
    width: 1920px;
    margin-left: -460px;
    background-color: #242424;
    position: relative;
    min-height: 800px;
    padding-bottom: 100px;
}

.newsBox:before {
    content: " ";
    display: table;
}

.newsBox:after {
    content: " ";
    display: table;
    clear: both;
}

.news_main {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.news_main:before {
    content: " ";
    display: table;
}

.news_main:after {
    content: " ";
    display: table;
    clear: both;
}

.news_main h3 {
    display: block;
    width: 210px;
    height: 78px;
    background: url(../img/pro01.png) no-repeat;
    margin: 35px auto 0 auto;
    text-align: center;
    font-size: 20px;
    color: #c61f3e;
    line-height: 50px;
}

.news_main ul {
    display: block;
    width: 1000px;
    margin: 40px auto 0 auto;
    position: relative;
}

.news_main ul:before {
    content: " ";
    display: table;
}

.news_main ul:after {
    content: " ";
    display: table;
    clear: both;
}

.news_main ul li > a {
    display: block;
    width: 1000px;
    height: 150px;
    position: relative;
    margin-bottom: 10px;
    background-color: #323232;
    transition: all 200ms;
}

.news_main ul li > a:before {
    content: " ";
    display: table;
}

.news_main ul li > a:after {
    content: " ";
    display: table;
    clear: both;
}

.news_deta_left {
    width: 240px;
    height: 150px;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 200ms;
    z-index: 1;
}

.news_deta_left:before {
    content: " ";
    display: table;
}

.news_deta_left:after {
    content: " ";
    display: table;
    clear: both;
}

.news_deta_left span {
    font-size: 50px;
    margin: 35px 0 0 45px;
    color: #a3a3a3;
    transition: all 200ms;
    display: block;
}

.news_deta_left i {
    display: block;
    margin: 0px 0 0 45px;
    color: #a3a3a3;
    font-style: normal;
    font-size: 20px;
    transition: all 200ms;
}

.news_main ul li > a:hover .news_deta_left {
    background-color: #c61f3e;
}

.news_main ul li > a:hover .news_deta_left span {
    color: #FFFFFF;
}

.news_main ul li > a:hover .news_deta_left i {
    color: #FFFFFF;
}

.news_deta_right {
    width: 540px;
    padding-left: 40px;
    height: 70px;
    border-left: 1px solid #484848;
    margin: 42px 0 0 222px;
    position: relative;
    transition: all 200ms;
}

.news_deta_right span {
    font-size: 20px;
    color: #ffffff;
}

.news_deta_right p {
    line-height: 24px;
    font-size: 12px;
    color: #646363;
}

.news_deta_right i {
    position: absolute;
    width: 52px;
    height: 52px;
    top: 8px;
    right: -70px;
    transition: all 200ms;
    background: url(../img/news01.png) no-repeat;
    display: block;
}

.news_main ul li > a:hover .news_deta_right i {
    background: url(../img/news02.png) no-repeat;
}

.news_main ul li > a:hover .news_deta_right {
    margin-left: 239px;
}

.newx_box {
    width: 1920px;
    margin-left: -460px;
    min-height: 800px;
    background-color: #242424;
    position: relative;
}

.newx_box:before {
    content: " ";
    display: table;
}

.newx_box:after {
    content: " ";
    display: table;
    clear: both;
}

.newxBox {
    width: 1000px;
    margin: 70px auto 90px auto;
    min-height: 500px;
    background-color: #323232;
    position: relative;
    padding-bottom: 160px;
}

.newxBox:before {
    content: " ";
    display: table;
}

.newxBox:after {
    content: " ";
    display: table;
    clear: both;
}

.newxBox h3 {
    font-size: 20px;
    text-align: center;
    margin: 45px auto;
    color: #FFFFFF;
}

.newxBox img {
    display: block;
    max-width: 90%;
    margin: 0 auto 25px auto;
}

.newxBox p {
    width: 700px;
    margin: 0 auto 25px auto!important;
    line-height: 24px;
    color: #a3a3a3!important;
    font-size: 14px;
}

.newxBox span {
    color: #a3a3a3!important;
}

.newxBox h4 {
    text-align: center;
    margin-bottom: 45px;
    color: #a3a3a3;
    font-size: 14px;
}

.conBox {
    width: 1920px;
    margin-left: -460px;
    background-color: #242424;
    position: relative;
    min-height: 500px;
    padding-bottom: 100px;
}

.conBox:before {
    content: " ";
    display: table;
}

.conBox:after {
    content: " ";
    display: table;
    clear: both;
}

.con_main {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.con_main:before {
    content: " ";
    display: table;
}

.con_main:after {
    content: " ";
    display: table;
    clear: both;
}

.con_main h3 {
    display: block;
    width: 210px;
    height: 78px;
    background: url(../img/pro01.png) no-repeat;
    margin: 35px auto 0 auto;
    text-align: center;
    font-size: 20px;
    color: #c61f3e;
    line-height: 50px;
}

.cons {
    width: 1000px;
    margin: 65px auto 0 auto;
    position: relative;
}

.cons:before {
    content: " ";
    display: table;
}

.cons:after {
    content: " ";
    display: table;
    clear: both;
}

.cons_left {
    width: 480px;
    height: 300px;
    float: left;
    position: relative;
}

.cons_left:before {
    content: " ";
    display: table;
}

.cons_left:after {
    content: " ";
    display: table;
    clear: both;
}

.cons_right {
    width: 480px;
    height: 300px;
    float: right;
    position: relative;
}

.cons_right:before {
    content: " ";
    display: table;
}

.cons_right:after {
    content: " ";
    display: table;
    clear: both;
}

.cons_right h3 {
    margin: 0;
    font-size: 20px;
    color: #bdbdbd;
    background: none;
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 0;
    height: 35px;
    line-height: 35px;
}

.cons_right h4 {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #bdbdbd;
    width: 300px;
    border-bottom: 1px solid #3a3a3a;
    margin-bottom: 35px;
}

.cons_right p {
    font-size: 12px;
    color: #bdbdbd;
    height: 24px;
    line-height: 24px;
}

.about_box {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.aboutBox {
    width: 1920px;
    margin-left: -460px;
    background-color: #242424;
    position: relative;
    min-height: 500px;
}

.aboutBox:before {
    content: " ";
    display: table;
}

.aboutBox:after {
    content: " ";
    display: table;
    clear: both;
}

.about_a {
    width: 1000px;
    height: 580px;
    position: relative;
    margin: 0 auto;
    position: relative;
}

.about_a:before {
    content: " ";
    display: table;
}

.about_a:after {
    content: " ";
    display: table;
    clear: both;
}

.about_a h3 {
    display: block;
    width: 210px;
    height: 78px;
    background: url(../img/pro01.png) no-repeat;
    margin: 35px auto 0 auto;
    text-align: center;
    font-size: 20px;
    color: #c61f3e;
    line-height: 50px;
}

.about_a_box {
    width: 1000px;
    height: 261px;
    margin: 80px auto 0 auto;
    position: relative;
}

.about_a_box:before {
    content: " ";
    display: table;
}

.about_a_box:after {
    content: " ";
    display: table;
    clear: both;
}

.about_a_left {
    width: 430px;
    height: 260px;
    float: left;
}

.about_a_right {
    width: 510px;
    height: 215px;
    padding-top: 45px;
    float: right;
}

.about_a_right p {
    width: 420px;
    line-height: 24px;
    font-size: 14px;
    color: #a0a0a0;
    margin-bottom: 30px;
}

.about_b {
    width: 100%;
    height: 580px;
    background-color: #1f1f1f;
}

.about_b:before {
    content: " ";
    display: table;
}

.about_b:after {
    content: " ";
    display: table;
    clear: both;
}

.about_b_box {
    width: 1000px;
    height: 580px;
    margin: 0 auto;
    position: relative;
}

.about_b_box:before {
    content: " ";
    display: table;
}

.about_b_box:after {
    content: " ";
    display: table;
    clear: both;
}

.about_b_box p {
    width: 900px;
    line-height: 24px;
    color: #a0a0a0;
    font-size: 14px;
    margin: 110px auto 0 auto;
}

.about_b_box ul {
    margin-top: 60px;
}

.about_b_box ul li {
    float: left;
    display: block;
    width: 300px;
    height: 220px;
    line-height: 0;
    margin-right: 50px;
}

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

.about_c {
    width: 1920px;
    height: 620px;
    position: relative;
    line-height: 0;
}
























