@charset "UTF-8";
.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix::after {
    display: block;
    clear: both;
    height: 0;
    content: ' ';
}

.wen {
    display: block;
    float: left;
    color: #222;
    font-size: 18px;
    line-height: 114px;
    margin-left: 10px;
}

.header_r .lang:hover:after {
    color: #d0111b;
}

.wen:hover, .wen:focus {
    color: #d0111b;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 160px;
    background-color: #fff;
    height: 114px;
    width: 100%;
    z-index: 99;
    -webkit-box-shadow: 1px 1px 20px rgb(0 0 0 / 10%);
    box-shadow: 1px 1px 20px rgb(0 0 0 / 10%);
}

.header_logo {
    width: 223px;
    margin-top: 31.5px;
}

.header_logo a {
    display: inline-block;
}

.header_logo img {
    width: 100%;
}

.header_nav {
    margin-left: 135.5px;
}

.header_nav .bar {
    float: left;

    margin: 0 22.5px;
}

.header_nav .bar a.one-level {
    text-transform: uppercase;
    font-size: 18px;
    color: #222;
    line-height: 114px;
}

.header_nav .bar .one-level.active {
    color: #d0111b;
}

.header_nav .bar.act a.one-level {
    color: #d0111b;
}

.header_nav .bar .second-level_box {
    display: none;
    position: fixed;
    top: 114px;
    left: 50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 100%;
    height: 650px;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 10;
}

.header_nav .bar .second-level {
    display: table;
    width: 100%;
    height: 100%;
}

.header_nav .bar .second-level:after {
    content: '';
    width: 100%;
    height: 10px;
    background-color: transparent;
    position: absolute;
    left: 0;
    top: -10px;
    -moz-box-shadow: 0px 10px 20px #ebebeb;
    -webkit-box-shadow: 0px 10px 20px #ebebeb;
    box-shadow: 0px 10px 20px #ebebeb;
}

.header_nav .bar .second-level1 {
    display: table-cell;
    width: 27.7%;
    padding: 0 145px;
    vertical-align: middle;
}

.header_nav .bar .second-level1 h1 {
    font-size: 48px;
    line-height: 58px;
    color: #044fa2;
    text-transform: uppercase;
    padding-bottom: 26px;
    position: relative;
}

.header_nav .bar .second-level1 h1:after {
    content: '';
    width: 36px;
    height: 2px;
    background-color: #044fa2;
    position: absolute;
    left: 0;
    bottom: 0;
}

.header_nav .bar .second-level1 .des {
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-family: 'Conv_Nexa Light';
    margin-top: 73px;
}

.header_nav .bar .second-level1 .more {
    width: 134px;
    height: 44px;
    background-color: #242424;
    border-radius: 30px;
    padding-left: 26px;
    position: relative;
    margin-top: 70px;
}

.header_nav .bar .second-level1 .more:after {
    content: '';
    width: 18px;
    height: 14px;
    background: url(../images/jiantou1.png) no-repeat center center;
    background-size: 100%;
    position: absolute;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    top: 50%;
    right: 26px;
}

.header_nav .bar .second-level1 .more a {
    display: block;
    line-height: 44px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

.header_nav .bar .second-level2 {
    display: table-cell;
    width: 22.1%;
    padding: 0 50px;
    vertical-align: middle;
    background-color: #fff;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
}

.header_nav .bar .second-level2 .lumb {
    padding: 17px 0;
}

.header_nav .bar .second-level2 .lumb a {
    font-size: 20px;
    line-height: 30px;
    color: #848484;
    font-family: 'Conv_Nexa Light';
    text-transform: capitalize;
}

.header_nav .bar .second-level2 .lumb a:hover {
    color: #044fa2;
}

.header_nav .bar .second-level3 {
    display: table-cell;
    width: 50.2%;
    padding: 0 228px 0 192px;
    vertical-align: middle;
    text-align: center;
}

.header_nav .bar .second-level3 h1 {
    font-size: 44px;
    line-height: 54px;
    color: #044fa2;
    font-family: 'Conv_MyriadPro-BlackSemiCn';
    letter-spacing: 3px;
}

.header_nav .bar .second-level3 .img {
    margin-top: 63px;
}

.header_nav .bar .second-level3 .img img {
    max-width: 100%;
}

.header_nav .bar .second-level3 .des {
    font-size: 20px;
    line-height: 30px;
    color: #464646;
    font-family: 'Conv_Nexa Light';
    margin-top: 50px;
    letter-spacing: 2px;
}

.header_r {
    cursor: pointer;
}

.header_r .search {
    width: 34px;
    line-height: 114px;
}

.header_r .search .iconfont {
    font-size: 28px;
    color: #d0111b;
}

.header_r .search img {
    width: 100%;
}

.header_r .zsearch {
    margin-left: 45px;
}

.header_r .zsearch_vm {
    display: table-cell;
    vertical-align: middle;
    height: 114px;
}

.header_r .zsearch_letter {
    position: fixed;
    width: 100%;
    height: 898px;
    background: rgba(255, 255, 255, 0.95);
    top: 114px;
    left: 0;
    padding-top: 100px;
    z-index: 99;
    display: none;
}

.header_r .zsearch_letter:after {
    content: '';
    width: 100%;
    height: 10px;
    background-color: transparent;
    position: absolute;
    left: 0;
    top: -10px;
    -moz-box-shadow: 0px 10px 20px #ebebeb;
    -webkit-box-shadow: 0px 10px 20px #ebebeb;
    box-shadow: 0px 10px 20px #ebebeb;
}

.header_r .zsearch_letter_t h1 {
    font-size: 48px;
    line-height: 58px;
    color: #555;
    position: relative;
    padding-bottom: 55px;
}

.header_r .zsearch_letter_t h1:after {
    content: '';
    width: 110px;
    height: 1px;
    background-color: #c7c9ca;
    position: absolute;
    left: 0;
    bottom: 0;
}

.header_r .zsearch_letter_t .z_close {
    position: relative;
    width: 50px;
    height: 40px;
}

.header_r .zsearch_letter_t .z_close:after,
.header_r .zsearch_letter_t .z_close:before {
    content: '';
    width: 50px;
    height: 2px;
    background-color: #044fa2;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    -o-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}

.header_r .zsearch_letter_t .z_close:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header_r .zsearch_letter_b {
    padding-top: 37px;
}

.header_r .zsearch_letter_b li {
    float: left;
    width: 10%;
    margin: 30px 0;
    text-align: center;
}

.header_r .zsearch_letter_b li a {
    font-size: 48px;
    color: #8e8e8e;
}

.header_r .zsearch .letter {
    color: #044fa2;
    font-size: 18px;
    position: relative;
    padding-right: 15px;
    font-family: '微软雅黑';
}

.header_r .zsearch .letter2 {
    margin-top: 3px;
}

.header_r .zsearch .letter:after {
    content: '';
    border: 5px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
}

.header_r .zsearch .letter1:after {
    border-bottom-color: #044fa2;
    top: 1px;
}

.header_r .zsearch .letter2:after {
    border-top-color: #044fa2;
    top: 6px;
}

.header_r .lang {
    padding-right: 20px;
    line-height: 114px;
    position: relative;
    margin-left: 45px;
}

.header_r .lang .iconfont {
    font-size: 28px;
    color: #d0111b;
    float: left;
    transition: All 1.2s ease-in-out;
    -webkit-transition: All 1.2s ease-in-out;
    -moz-transition: All 1.2s ease-in-out;
    -o-transition: All 1.2s ease-in-out;
}

.header_r .lang:hover .iconfont {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}

.header_r .lang:after {
    content: '';
    border: 5px solid transparent;
    border-top-color: #222;
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: 5px;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.header_r .lang img.tu {
    width: 31px;
}

.header_r .lang_bar {
    position: absolute;
    top: 79px;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    background-color: #ffffff;
    padding: 10px 0;
    z-index: 11;
    display: none;
    border-radius: 0px 0px 10px 10px;
    -webkit-box-shadow: 1px 1px 20px rgb(0 0 0 / 10%);
    box-shadow: 1px 1px 20px rgb(0 0 0 / 10%);
}

.header_r .lang_bar .bar {
    width: 100%;
    margin: 3px 0;
}

.header_r .lang_bar .bar a {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #d0111b;
    display: block;
}

.header_r .lang:hover .lang_bar {
    color: #d0111b;
}

.xialaph {
    display: none;
    position: fixed;
    top: 60px;
    left: 0px;
    width: 100%;
    padding-bottom: 30px;
    background-color: #FFFFFF;
    z-index: 500;
    border-top: 1px solid #ddd;
}

/*手机下拉*/

.phxia {
    position: relative;
    z-index: 35;
    margin-top: 60px;
    width: 100%;
}


.xialaph .ul2 {
    /*background: #f1f1f1;*/
}

.xialaph h4 {
    position: relative;
    text-align: center;
}

.xialaph h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: .1;
    background-color: #000;
}

.xialaph h4 a {
    font-size: 16px;
    font-weight: normal;
    line-height: 50px;
    text-transform: uppercase;
    color: #222;
}

.xialaph h4 .img_s {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 7px;
    cursor: pointer;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-transition: all .6s ease-out 0s;
    -moz-transition: all .6s ease-out 0s;
    -ms-transition: all .6s ease-out 0s;
    -o-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s;
}

.xialaph .ul2 {
    display: none;
    padding-top: 7px;
    padding-bottom: 8px;
}

.xialaph .ul2 .container {
    max-width: 100%;
}

.xialaph h5 {
    position: relative;
}

.xialaph h5::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: .05;
    background-color: #000;
}

.xialaph h5 a {
    font-family: '微软雅黑';
    font-size: 14px;
    line-height: 40px;
    text-transform: uppercase;
    color: #999;
}

.xialaph h5 img {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 13px;
    cursor: pointer;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.xialaph h4.active img.img_s,
.xialaph h5.active img.img_s {
    /*display: none;*/
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -webkit-transition: all .6s ease-out 0s;
    -moz-transition: all .6s ease-out 0s;
    -ms-transition: all .6s ease-out 0s;
    -o-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s;
}

.xialaph h4.active img.img_d,
.xialaph h5.active img.img_d {
    display: block;
}

.xialaph .ul3 {
    display: none;
    padding-left: 15px;
}

.xialaph h6 a {
    font-family: '微软雅黑';
    font-size: 12px;
    line-height: 40px;
    text-transform: uppercase;
    color: #999;
}

.xialaph h6 {
    position: relative;
}

.xialaph h6::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: .05;
    background-color: #000;
}

.phonemeng {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    opacity: .6;
    background-color: #000;
}

.phonemeng.active {
    display: block;
}

/*搜素*/
.sousuo {
    display: inline-block;
}

.sousuo img {
    width: 30px;
    cursor: pointer;
}

.tansou {
    position: fixed;
    z-index: 1061;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .85);
}

.tansou .sou {
    position: absolute;
    width: 847px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.tansou .sou input {
    font-size: 18px;
    float: left;
    width: 731px;
    height: 87px;
    padding-left: 30px;
    color: #333;
    background: #fff;
}

.header2 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 60px;
    padding-left: 15px;
    padding-right: 15px;
    background: #fff;
    display: none;
    -webkit-box-shadow: 0 0 0.5em rgba(204, 204, 204, .6);
    box-shadow: 0 0 0.5em rgba(204, 204, 204, .6);
}

.header2 .logo {
    width: 130px;
    line-height: 60px;
}

.header2 .logo img {
    width: 100%;
}

.header2 .phsearch {
    position: absolute;
    top: 50%;
    right: 75px;
    width: 30px;
    cursor: pointer;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.header2 .phsearch img {
    width: 100%;
}

.header2 .menuph {
    position: absolute;
    top: 50%;
    right: 15px;
    /*width: 50px;*/
    /*height: 50px;*/
    cursor: pointer;
    text-align: center;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.header2 .menuph .point {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 22px;
    margin-top: 4px;
}

.header2 .menuph .point:hover .navbtn,
.header2 .menuph .point:hover .navbtn::after,
.header2 .menuph .point:hover .navbtn::before {
    width: 28px;
}

.header2 .menuph .navbtn {
    position: absolute;
    top: 10px;
    right: 0;
    display: inline-block;
    width: 28px;
    height: 2px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #d0111b;
}

.header2 .menuph .navbtn::after,
.header2 .menuph .navbtn::before {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 28px;
    height: 2px;
    content: '';
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #d0111b;
}

.header2 .menuph .navbtn::after {
    top: -10px;
}

.header2 .menuph .navbtn::before {
    top: 10px;
}

.header2 .menuph .point.active .navbtn {
    background: transparent;
}

.header2 .menuph .point.active .navbtn::after {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header2 .menuph .point.active .navbtn::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.searchbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .85);
}

.searchbox .sou {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 847px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.searchbox .sou input {
    float: left;
    width: 87.65%;
    height: 87px;
    padding-left: 30px;
    color: #333;
    background: #fff;
    font-size: 18px;
}

.searchbox .sou button {
    float: right;
    width: 12.35%;
    height: 87px;
    text-align: center;
    background: #d0111b;
    line-height: 86px;
}

.searchbox .sou button .iconfont {
    font-size: 30px;
    color: #ffffff;
}

.searchbox .sou button img {
    width: 34px;
}

.searchbox .tansouc {
    position: absolute;
    top: 140px;
    right: 8.33333%;
    cursor: pointer;
    transition: All 1.2s ease-in-out;
    -webkit-transition: All 1.2s ease-in-out;
    -moz-transition: All 1.2s ease-in-out;
    -o-transition: All 1.2s ease-in-out;
}

.searchbox .tansouc:hover {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

/* 首页幻灯片通用*/
.banner, .skitter {
    position: relative;
}


.banner .skitter {
    background-color: #fff;
    max-width: 100%;
    height: 800px;
}

.banner .skitter .label_skitter {
    padding: 10px 15px;
    text-align: center;
    background: 0 0
}

.banner .skitter .label_skitter p {
    padding: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.banner .skitter .info_slide {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    padding: 5px;
    top: auto;
    bottom: 40px
}

.banner .skitter .info_slide .image_number {
    border-radius: 50%;
    padding: 0;
    width: 14px;
    height: 14px;
    text-indent: -1000px
}

.banner .skitter .info_slide .image_number.image_number_select {
    background-color: #fff;
    border: 2px solid #fff
}

.skitter {
    max-width: 800px;
    height: 300px;
    background: #000
}

.skitter.with-dots, .skitter.with-thumbs {
    margin-bottom: 60px
}

.skitter > a img, .skitter > img {
    max-width: none
}

.img-responsive, .img-thumbnail, .table, label {
    max-width: 100%
}

.skitter ul {
    display: none
}

.skitter .container_skitter {
    overflow: hidden;
    position: relative
}

.skitter .container_skitter .image_main {
    width: 100%
}

.skitter .image {
    overflow: hidden
}

.skitter .image > a img, .skitter .image > img {
    width: 100%;
    display: none
}

.skitter .box_clone {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    overflow: hidden;
    display: none;
    z-index: 20
}

.skitter .box_clone img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%
}

.skitter .next_button, .skitter .prev_button {
    top: 50%;
    z-index: 152;
    overflow: hidden;
    position: absolute;
    -webkit-transition: all .2s;
    transition: all .2s;
    display: block !important;
    text-indent: -9999em
}

.skitter .prev_button {
    width: 50px;
    height: 50px;
    background: url(../images/banner/prev.png) center center no-repeat;
    background-size: 50px 50px;
    left: 135px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.skitter .next_button {
    width: 50px;
    height: 50px;
    background: url(../images/banner/next.png) center center no-repeat;
    background-size: 50px 50px;
    right: 135px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.skitter .next_button:hover, .skitter .prev_button:hover {
    opacity: .5
}

.skitter .info_slide {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 100;
    background: 0 0 !important;
    color: #fff;
    font: 700 11px arial;
    padding: 5px 0 5px 5px;
    border-radius: 5px
}

.skitter .container_thumbs, .skitter .info_slide_thumb .image_number {
    height: 50px;
    position: relative;
    overflow: hidden
}

.skitter .info_slide .image_number {
    background-color: #003f98;
    float: left;
    border: 2px solid #fff;
    padding: 2px 10px;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.skitter .info_slide .image_number.image_number_select {
    background-color: #fff;
    color: #fff
}

.skitter .info_slide_thumb {
    height: 50px;
    border-radius: 0;
    overflow: hidden;
    top: auto;
    top: 0;
    left: 0;
    padding: 0;
    opacity: 1
}

.skitter .info_slide_thumb .image_number {
    width: 100px;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background-size: cover;
    background-position: center center
}

.skitter .info_slide_thumb .image_number.image_number_select {
    opacity: .4
}

.skitter .box_scroll_thumbs {
    padding: 0
}

.skitter .box_scroll_thumbs .scroll_thumbs {
    position: absolute;
    bottom: 60px;
    left: 50px;
    background-color: #ccc;
    width: 200px;
    height: 10px;
    overflow: hidden;
    text-indent: -9999em;
    z-index: 101;
    cursor: pointer;
    border: 0 solid #333
}

.skitter .info_slide_dots {
    position: absolute;
    bottom: 80px;
    z-index: 30;
    padding: 5px 0 5px 5px;
    border-radius: 50px
}

.skitter .info_slide_dots .image_number {
    background-color: #fff;
    float: left;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    text-indent: -9999em;
    overflow: hidden;
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.skitter .info_slide_dots .image_number.image_number_select {
    background-color: #c40000
}

.loading {
    position: absolute;
    top: 50%;
    right: 50%;
    z-index: 10000;
    margin: -16px;
    color: #fff;
    text-indent: -9999em;
    overflow: hidden;
    width: 32px;
    height: 32px
}

.label_skitter {
    z-index: 150;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
    background: -webkit-linear-gradient(transparent, #000);
    background: linear-gradient(transparent, #000);
    width: 100%
}

.label_skitter p {
    color: #fff;
    padding: 10px;
    margin: 0;
    font-size: 14px
}

.progressbar {
    background-color: #000;
    position: absolute;
    top: 5px;
    left: 15px;
    height: 5px;
    width: 200px;
    z-index: 99;
    border-radius: 20px
}

.preview_slide {
    display: none;
    position: absolute;
    z-index: 152;
    bottom: 30px;
    left: -40px;
    width: 100px;
    height: 100px;
    background-color: #fff;
    border: 1px solid #222;
    -webkit-box-shadow: rgba(0, 0, 0, .7) 2px 2px 5px;
    box-shadow: rgba(0, 0, 0, .7) 2px 2px 5px;
    overflow: hidden
}

.preview_slide ul, .preview_slide ul li {
    height: 100px;
    overflow: hidden;
    padding: 0;
    display: block;
    margin: 0
}

.preview_slide ul {
    list-style: none;
    position: absolute;
    top: 0;
    left: 0
}

.preview_slide ul li {
    width: 100px;
    float: left;
    position: relative
}

.preview_slide ul li img {
    position: absolute;
    top: 0;
    left: 0;
    height: 150px;
    width: auto
}

#overlay_skitter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9998;
    opacity: 1;
    background-color: #000
}

.skitter .focus_button, .skitter .play_pause_button {
    width: 42px;
    height: 42px;
    text-indent: -9999em;
    opacity: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    position: absolute;
    overflow: hidden
}

.skitter .focus_button {
    z-index: 100
}

.skitter .play_pause_button {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 151
}

.skitter .focus_button:hover, .skitter .play_pause_button:hover {
    opacity: .5
}

@media (max-width: 1024px) {
    .skitter .info_slide, .skitter .info_slide_dots {
        display: none
    }
}

.skitter-spinner {
    padding: 10px 12px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.skitter-spinner .icon-sending {
    display: inline-block;
    -webkit-animation: rotateMe .5s linear infinite;
    animation: rotateMe .5s linear infinite;
    border-radius: 100%;
    border: 2px solid #fff;
    border-bottom-color: transparent;
    width: 20px;
    height: 20px;
    vertical-align: top
}


@media (max-width: 1024px) {
    .skitter .info_slide, .skitter .info_slide_dots {
        display: none
    }
}

.skitter-spinner {
    padding: 10px 12px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.skitter-spinner .icon-sending {
    display: inline-block;
    -webkit-animation: rotateMe .5s linear infinite;
    animation: rotateMe .5s linear infinite;
    border-radius: 100%;
    border: 2px solid #fff;
    border-bottom-color: transparent;
    width: 20px;
    height: 20px;
    vertical-align: top
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.container {
    width: 80%;
    margin: 0 auto;
}

.container2 {
    padding: 0 15px;
}

/*底部*/
@media (min-width: 1200px) {
    .footer {
        background-color: #fff;
        width: 100%;
    }
}

.g_mailbox {
    margin-top: 20px;
}

.g_mailboxn {
    border-radius: 14px;
}

.g_mailboxn {
    padding: 12px 24px 12px 24px;
}

.g_mailboxn {
    border: 1px solid #dbdbdb;
    width: calc(100% - 82px);
    height: 92px;
    float: left;
}

.g_mailbtn {
    width: 66px;
    height: 66px;
    line-height: 66px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 50%;
    background-color: #d0111b;
    margin-left: 10px;
    float: left;
    margin-top: 12px;
    cursor: pointer;
}

.g_mailboxn textarea {
    border: none;
    padding: 0;
    font-size: 16px;
    color: #cccccc;
}

.footer_lx3 ::-webkit-input-placeholder { /* WebKit browsers */
    color: #ccc;
    font-size: 16px;
}

.footer_lx3:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ccc;
    font-size: 16px;
}

.footer_lx3::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ccc;
    font-size: 16px;
}

.footer_lx3:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #ccc;
    font-size: 16px;
}

.g_mailbox textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #ccc;
}

.footer_left {
    width: 65%;
}

.footer_right {
    width: 35%;
}

.footer_right .footer_lx4 .span11 {
    font-size: 18px;
    font-weight: bold;
    color: #212121;
}

.footer_lx4 img {
    transform: translateY(-5px);
}

.f-logo {
    width: 223px;
}

.f-logo img {
    width: 100%;
}

.footer_lx4 .span1 {
    font-size: 24px;
    color: #be2d2e;
    letter-spacing: 2px;
}

.footer_lx4 .span2 {
    font-size: 18px;
    color: #be2d2e;
    letter-spacing: 2px;
}

.footer_lx4 .span3 {
    font-size: 16px;
    color: #848484;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.footer_con {
    padding: 73px 0 121px;
}

.footer_lx1 {
    width: 27%;
}

.footer_lx2 {
    width: calc(25% + 120px);
    padding-left: 120px;
}

.footer_lx3 {
    padding-top: 31px;
}

.footer_lx_c h1 {
    font-size: 18px;
    color: #464646;
    letter-spacing: 1px;
    font-weight: bold;
}

.footer_lx_c .con {
    margin-top: 10px;
}

.footer_lx_c .con .bar {
    font-size: 16px;
    color: #464646;
    line-height: 30px;
}

.footer_lx2 .icon {
    margin-top: 20px;
}

.footer_lx2 .icon1 {
    display: inline-block;
    margin-right: 15px;
}

.footer_lx2 .fnav {
    display: inline-block;
    font-size: 16px;
    color: #4c4c4c;
    margin-right: 28px;
    width: 100px;
}

.footer_lx3 input[type='text'] {
    width: 100%;
    height: 66px;
    line-height: 66px;
    font-size: 16px;
    border: 1px solid #dbdbdb;
    border-radius: 15px;
    padding-left: 24px;
    color: #848484;
}

.footer_lx3 a.btn {
    display: inline-block;
    width: 66px;
    height: 66px;
    line-height: 54px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 50%;
    background-color: #044fa2;
    margin-left: 10px;
}

.footer_lx {
    padding-top: 37px;
}

.footer_copy {
    width: 100%;
    height: 60px;
    background-color: #d0111b;
}

.footer_copy p {
    line-height: 60px;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    float: left;
}

.footer_copy p a {
    color: #fff;

}

.footer_copy .link {
    float: right;
    display: block;
    line-height: 60px;
    color: #fff;
}

.procate {
    font-size: 14px;
    color: #888888;
    text-align: center;
}

.pro_1 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
}

.pro_2_mid_left {
    color: #fff;
    float: left;
    width: 24%;
    background-color: #f4f4f4;
}

.pro_2_mid_right {
    width: 72%;
    float: right
}

.pro_2 {
    padding-bottom: 4em;
    background-color: #f3f6f9;
    overflow: hidden;
}

.pro_1_mid {
    padding: 2em 15%;
}

.pro_1_1 {
    font-size: 2.25em;
}

.pro_1_2 {
    font-family: Arial, Helvetica, sans-serif;
    color: #abc1e6;
    margin-top: 0.3em;
}

.procatelist {
}

a.pro_big_cate {
    font-size: 1.05em;
    padding: 1.1em 0;
    color: #222;
    position: relative;
    display: block;
    padding-right: 1em;
}

.procatelist li a.pro_big_cate.fon {
    background-color: #fff;
}

.procatelist li {
    padding: 0 8%;
}

.procatelist li.on {
    background: #d0111b;
    color: #ffffff;
}

.procatelist li.on a {
    color: #ffffff;
    position: relative;
}

.procatelist li dl {
    display: none;
    padding: 0 5% 0.5em;
}

.procatelist li.on dl, .procatelist li:hover dl {
    display: block
}

.procatelist li dl dd {
    margin-bottom: 0.9em;
}

.procatelist li dl dd a {
    font-size: 0.9375em;
    color: #222;
}

.procatelist li dl dd a span {
    display: inline-block;
    position: relative;
    padding: 0 17px;
}

.procatelist li.on dl dd.on a:before {
    content: "";
    position: absolute;
    z-index: 1;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0%;
    top: 50%;
    margin-top: -0.5px;
    width: 11px;
    height: 1px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.procatelist li dl dd a span:after {
    display: none;
    content: "";
    position: absolute;
    z-index: 1;
    background-color: #009947;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    right: 0%;
    top: 50%;
    margin-top: -0.5px;
    width: 11px;
    height: 1px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.procatelist li.on dl dd.on a.span:before, .procatelist li.on dl dd.on a.span:after {
    display: block;
}

a.pro_big_cate span {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    position: absolute;
    right: 10px;
    height: 0.65em;
    width: 0.35em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/product/img1.png);
    top: 50%;
    margin-top: -0.325em;
}

.procatelist li.on a.pro_big_cate span, .procatelist li.on:hover a.pro_big_cate span {
    transform: rotate(90deg);

    -webkit-transform: rotate(90deg);

    -moz-transform: rotate(90deg);

    -o-transform: rotate(90deg);

    -mz-transform: rotate(90deg);
    background-image: url(../images/product/img11.png);
}

.procatelist li:hover a.pro_big_cate span {
    transform: rotate(90deg);

    -webkit-transform: rotate(90deg);

    -moz-transform: rotate(90deg);

    -o-transform: rotate(90deg);

    -mz-transform: rotate(90deg);
    background-image: url(../images/product/img1.png);
}

.procatelist li.on
.procatelist_top a {
    display: block;
    padding: 0 9%;
    font-size: 1.15em;
}

.procatelist_top a span {
    display: block;
    color: #222;
    padding: 0.9em 8%;
}

.procatelist_top a.on span {
    background-color: #d0111b;
}

.procatelist_top a.on span {
    color: #fff;
    border: none
}

.pro_2_mid_right_1 ul li {
    background-color: #fff;
    position: relative;
    border: 1px #ddd solid;
    float: left;
    width: 31.3333333%;
    margin: 0 1% 30px;
}

.pro_2_mid_right_1 ul li a:hover .cell_h img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.pro_2_mid_right_1 ul li a:hover .pro_2_mid_right_1_mid_2 {
    color: #d0111b;
}

.pro_2_mid_right_1 ul li:after {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background-color: #fff;
    content: '';
}

.pro_2_mid_right_1 ul li:nth-child(3n):after {
    display: none
}

.pro_2_mid_right_1_mid_1 {
    overflow: hidden;
    height: auto
    text-align: center;
}

.pro_2_mid_right_1_mid_1 img {
    max-width: 100%;
    -webkit-transition: all .4s 0s;
    transition: all .4s 0s;
}

.pro_2_mid_right_1_mid_2 {
    font-size: 1.125em;
    color: #000;
    text-align: center
}

.pro_2_mid_right_1_mid_3 {
    height: 15.6px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.75em;
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
    margin-top: 0.5em;
    text-align: center
}

.pro_2_mid_right_1_mid {
    padding: 0 1.5em 1.5em 1.5em
}

.pro_2_mid_right_2 {
    margin-top: 0;
}

.pro_info_1 {
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/product/img4.jpg);
}

.pro_info_1_1_left {
    float: left;
    width: 42%;
}

.pro_info_1_1_right {
    float: right;
    width: 50%;
    margin-top: 0.5em;
}

.pro_info_1_1 {
    margin-top: 13.375em;
}

.pro_info_1_1_right_1 {
    font-size: 2.25em;
    color: #000;
}

.pro_info_1_1_right_2 {
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
    margin-top: .8em;
}

.pro_info_1_1_right_3 {
    font-size: 0.9375em;
    color: #000;
    line-height: 2.1;
    margin: 2.1em 0 2.5em 0;
}

.pro_info_1_1_right_4 a {
    padding: 0.9em 2.666666666666667em;
    display: inline-block;
    color: #fff;
    background-color: #194695;
    font-size: 0.9375em;
}

.pro_info_1_1_right_4 a span {
    padding-left: 20px;
    display: inline-block;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../images/product/img6.png);
}

.pro_info_1_2 ul li {
    float: left;
    border-right: 1px #fff solid;
}

.pro_info_1_2 ul li a {
    font-size: 1.25em;
    padding: .6em 3em;
    display: block;
    color: #fff;
}

.pro_info_1_2 {
    margin-top: 4.25em;
    overflow: hidden
}

.pro_info_1_2 ul li a.active {
    background-color: #194695
}

.pro_info_2_1_t {
    margin-top: 2.2em;
    font-size: 1.875em;
    color: #000;
}

.pro_info_2_2_t {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9375em;
    color: #666;
    margin-top: 0.45em;
}

.pro_info_2_3_t {
    margin-top: 2.3em;
    margin-bottom: 0em;
    font-size: 0.9375em;
    color: #000;
    line-height: 2;
}

.pro_info_2_mid {
    overflow: hidden;
}

.pro_info_2_mid:last-child {
    background-color: #f5f7f8;
}

.pro_info_2_mid:last-child .pro_info_2_3_t, .pro_info_2_mid:nth-last-child(2) .pro_info_2_3_t {
    margin-bottom: 4em;
}

.header_mid_mid_sub {
    display: none;
    width: 47.14285714285714em;
    overflow: hidden;
    background-position: top;
    background-repeat: repeat-x;
    background-image: url(../images/header/img9.jpg);
    position: absolute;
    left: -3em;
    top: 4.657142857142857em;
    z-index: 100;
    background-color: #fff;
}

.header_mid_mid_sub_mid {
    position: relative;
    padding-right: 16em;
    margin: 1.785714285714286em;
    min-height: 14.5em;
    padding-left: 1.214285714285714em;
}

.header_mid_mid_sub_left dl dd {
    float: left;
    line-height: 1.5;
    margin-bottom: 0.6em;
    width: 48%;
}

.pro_mo_top {
    display: none;
    overflow: hidden;
    background-color: #fff;
}

.hotproducts .c-col__item a {
    position: relative;
}

.hotproducts .c-col__item a .view {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    padding-top: 40%;
    text-align: center;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    transition: all .35s;
}

.hotproducts .c-col__item a .view .icon {
    position: relative;
    display: block;
    margin: 0px auto 10px auto;
    width: 58px;
    height: 58px;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 100%;
    text-align: center;
    overflow: hidden;
}

.hotproducts .c-col__item a .view .icon > img {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: auto;
    margin: 0px auto;
    transition: all .35s;
}

@media (min-width: 768px) {
    .hotproducts .c-col__item a:hover:after {
        background: rgba(208, 17, 27, .8);
    }

    .hotproducts .c-col__item a:hover .view {
        opacity: 1;
    }

    .hotproducts .c-col__item a:hover .view .icon > img {
        left: 0;
    }

    .hotproducts .c-col__item a:hover .p-art_thumb__pic:after {
        background: rgba(216, 33, 40, .8);
    }

    .pro_2_mid_right_1 ul li a:hover:after {
        background: rgba(216, 33, 40, .8);
    }

    .pro_2_mid_right_1 ul li a:hover .view {
        opacity: 1;
    }

    .pro_2_mid_right_1 ul li a:hover .view .icon > img {
        left: 0;
    }

    .pro_2_mid_right_1 ul li a:hover .pro_2_mid_right_1_mid:after {
        background: rgba(208, 17, 27, .8);
    }
}


.hotproducts .c-col__item .p-art_thumb__pic {
    position: relative;
}

.hotproducts .c-col__item .p-art_thumb__pic:after {
    position: absolute;
    z-index: 8;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(208, 17, 27, 0);
    content: '';
    transition: all .35s;
}

.pro_2_mid_right_1 ul li a .view {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    padding-top: 40%;
    text-align: center;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    transition: all .35s;
}

.pro_2_mid_right_1 ul li a .view .icon {
    position: relative;
    display: block;
    margin: 0px auto 10px auto;
    width: 58px;
    height: 58px;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 100%;
    text-align: center;
    overflow: hidden;
}

.pro_2_mid_right_1 ul li a .view .icon > img {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: auto;
    margin: 0px auto;
    transition: all .35s;
}


.pro_2_mid_right_1 ul li .pro_2_mid_right_1_mid {
    position: relative;
}

.pro_2_mid_right_1 ul li .pro_2_mid_right_1_mid:after {
    position: absolute;
    z-index: 8;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(208, 17, 27, 0);
    content: '';
    transition: all .35s;
}

#product-view {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    position: relative;
}

#product-view > .wrap {
    width: 90%;
    max-width: 1460px
}

#product-view .tags .tags_title {
    padding: 20px;
    text-align: center
}

#product-view .tags .tags_title a {
    display: inline-block;
    width: 100px;
    height: 100px;
    text-align: center;
    margin: 0 10px;
    border: 3px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    background: #fff;
    color: #666;
    -webkit-transition: all .35s;
    transition: all .35s
}

#product-view .tags .tags_title a > span {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    margin: 15px auto 10px;
    overflow: hidden
}

#product-view .tags .tags_title a > span > img {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: auto
}

#product-view .tags .tags_title .A {
    color: #d82128;
    border: 3px solid #d82128
}

#product-view .tags .tags_title .A > span > img {
    top: -40px
}

#product-view .tags .tags_content {
    display: none;
    text-align: left;
    line-height: 25px;
    color: #676767;
    border-top: 1px solid #ddd;
    padding-top: 50px;
    font-size: 14px
}

#product-view .tags .tags_content iframe {
    width: 100%;
    height: 700px;
    margin: 0 auto
}

#product-view .tags .tags_content table {
    border-left: 1px solid #fff !important;
    border-right: 1px solid #fff !important;
    width: 100%
}

#product-view .tags .tags_content table tr {
    -webkit-transition: all .1s;
    transition: all .1s
}

#product-view .tags .tags_content table tr:first-child {
    background: #666 !important;
    font-weight: 700;
    font-size: 15px;
    color: #fff !important
}

#product-view .tags .tags_content table tr:first-child td {
    border-right: 1px solid rgba(255, 255, 255, .1) !important;
    padding: 15px 20px !important
}

#product-view .tags .tags_content table td {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: left;
    padding: 10px 20px
}

#product-view .tags .tags_content table td:last-of-type {
    border-right: 1px solid #fff !important
}

#product-view .tags .tags_content table tr:hover {
    background: #d82128;
    color: #fff
}

#product-view .tags .tags_content a {
    display: inline-block;
    text-align: left;
    width: 30%;
    -webkit-transition: all .35s;
    transition: all .35s
}

#product-view .tags .tags_content a > img {
    height: 50px;
    width: auto;
    margin-right: 15px
}

#product-view .tags .tags_content a.pdf {
    font-size: 16px
}

#product-view .tags .tags_content a.down_3d {
    display: inline-block;
    background: #d82128;
    border-radius: 5px;
    font-size: 16px;
    padding: 5px 0;
    line-height: 45px;
    color: #fff;
    margin-top: 20px;
    width: 180px
}

#product-view .tags .tags_content a.down_3d > span {
    position: relative;
    display: inline-block;
    float: left;
    margin-left: 25px;
    width: 45px;
    height: 45px;
    overflow: hidden
}

#product-view .tags .tags_content a.down_3d > span > img {
    position: absolute;
    z-index: 1;
    left: 0;
    top: -45px;
    width: 100%;
    height: auto
}

#product-view .tags .tags_content a.down_3d:hover {
    background: #f90;
    text-decoration: none
}

#product-view .tags .tags_content .tips {
    display: inline-block;
    padding: 10px 20px;
    line-height: 20px;
    text-align: left;
    color: #aaa;
    font-size: 14px
}

#product-view .name {
    font-size: 26px;
    color: #000;
    padding: 0 0 20px;
    text-align: left;
    position: relative;
}


#product-view .name > img {
    margin-right: 10px;
    width: 40px
}

#product-view .box {
    position: relative;
    height: auto;
    border: 1px solid #ddd;
    overflow: hidden
}

#product-view .tagcon {
    display: none;
    width: 75%;
    height: auto;
    overflow: hidden;
    text-align: center;
}

#product-view .tagcon iframe {
    display: block;
    width: 100%;
    height: 500px;
    margin: 0;
    padding: 0
}

#product-view .tagcon .down_3d {
    position: relative;
    margin: 0 auto;
    padding: 0 30px;
    height: 100px;
    border-right: 1px solid #ddd;
    text-align: left
}

#product-view .tagcon .down_3d > a {
    display: inline-block;
    background: #d82128;
    border-radius: 5px;
    font-size: 16px;
    padding: 5px 0;
    line-height: 45px;
    color: #fff;
    margin-top: 20px;
    width: 180px
}

#product-view .tagcon .down_3d > a img {
    display: inline-block;
    margin-left: 25px;
    height: 35px;
    width: auto
}

#product-view .tagcon .down_3d > a:hover {
    background: #f90;
    text-decoration: none
}

#product-view .tagcon .down_3d > .tips {
    position: absolute;
    left: 230px;
    top: 25px;
    z-index: 2;
    display: block;
    padding: 0 20px;
    line-height: 20px;
    text-align: left;
    color: #aaa;
    font-size: 14px
}

#product-view .tagcon img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto
}


#product-view .tagtit {
    width: 15%;
    padding: 10% 20px;
    box-sizing: border-box;
    text-align: center
}

#product-view .tagtit a {
    display: block;
    width: 90%;
    border-radius: 30px;
    border: 1px solid #ddd;
    padding: 10px 0;
    font-size: 14px;
    margin: 7px auto;
    -webkit-transition: all .35s;
    transition: all .35s
}

#product-view .tagtit .A, #product-view .tagtit .A2 {
    background: #d82128;
    color: #fff;
    border: 1px solid #d82128
}

#product-view .model .title {
    display: block;
    padding: 30px 0;
    color: #333;
    font-size: 21px;
    font-weight: 400;
    position: relative;
}
#product-view .model .title .albb{
    position: absolute;
    right: 0;
    top: 30px;
    font-size: 16px;
    padding-left: 60px;
    width: 150px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    background:url("../images/albb.png") 20px center #ff6f00 no-repeat;
    background-size: 40px 20px;
    color: #ffffff;
}
#product-view .model img {
    max-width: 100%;
}

#product-view .model tr, #product-view .model th {
    border: 1px solid #000;
}

@media (max-width: 1900px) {
    .header {
        padding: 0 50px;
    }
}

@media (max-width: 1650px) {
    .header_nav {
        margin-left: 135.5px;
    }

    .header_nav .bar {
        margin: 0 18.5px;
    }
}

@media (max-width: 1520px) {
    .header_nav {
        margin-left: 80px;
    }

    .header_nav .bar {
        margin: 0 12.5px;
    }
}

@media (max-width: 1400px) {
    .header_r .search {
        display: none;
    }

    .header_r .lang {
        margin-left: 0;
    }
}

@media (max-width: 1300px) {
    .header_logo {
        width: 160px;
        margin-top: 41.5px;
    }

    .header {
        padding: 0 30px;
    }
}

@media (max-width: 1200px) {
    .header2 {
        display: block;
    }

    .header {
        display: none;
    }

    .l-content {
        padding-top: 0;
    }

    .footer_lx1 {
        width: 45%;
    }

    .footer_lx2 {
        width: 45%;
        padding-left: 30px;
    }
}

@media (max-width: 1100px) {
    #product-view .box .tagtit {
        float: none;
        width: 100%;
        padding: 30px 5%;
    }

    #product-view .box .tagcon {
        margin: 0 auto 20px;
        float: none;
    }

    #product-view .box .tagtit a {
        display: inline-block !important;
        width: 24%;
        margin: 0 auto 10px;
    }
}

@media (max-width: 991px) {
    .p-idx_advantage__imgWrap > a .c-ofi {
        height: 100%;
    }

    .p-idx_advantageSlide .slick-list .slick-track .slick-slide {
        max-height: none;
    }

    .pro_2_mid_right_1_mid_2 {
        font-size: 14px;
    }

    .pro_2_mid_right_1 ul li {
        width: 48%;
    }
}

@media (max-width: 768px) {
    .skitter .info_slide_dots {
        bottom: 20px;
    }

    .footer_right {
        width: 100%;
        margin-top: 30px;
    }

    .footer_left {
        width: 100%;
    }

    .footer_con {
        display: none;
    }

    .footer_copy {
        height: auto;
        text-align: center;
        padding: 10px 0;
    }

    .footer_copy p {
        float: none;
        font-size: 14px;
        line-height: 30px;
    }

    .footer_copy .link {
        float: none;
        font-size: 14px;
        text-align: center;
        line-height: 30px;
    }

    .footer_lx1 {
        width: 100%;
    }

    .footer_lx2 {
        display: none;
    }

    .p-idx_worksSec::after {
        width: 100%;
    }

    .c-boxpd_lg {

    }

    .p-idx_worksLayout__titleFrame {
        padding-right: 0;
    }

    .c-link_verticalBdl__item, .c-link_vertical__item {
        width: 48%;
        margin-left: 1% !important;
        margin-right: 1%;
    }

    .c-link_verticalBdl.-horizon_tb {
        margin-left: 0;
    }

    .p-idx_worksSlide {
        overflow: hidden;
    }

    .c-label {
        display: block;
        text-align: center;
    }

    .p-idx_worksSec::before {
        display: none;
    }

    .p-idx_worksSec::after {
        bottom: 0;
    }

    .c-btn_wrap {
        margin-top: 30px;
    }

    .c-boxpd_md {
        padding-top: 25px;
        padding-bottom: 30px;
    }

    .adv {
        padding-top: 0;
    }

    .c-ttl_horizon {
        margin-bottom: 15px;
        text-align: center;
        display: block;
    }

    .c-btn.-contact {
        font-size: 1.4rem;
    }

    .p-idx_worksSlide .slick-arrow {
        right: calc(5rem + .3em);
    }

    .c-ttl_horizon.-vertical .c-ttl_horizon__sup {
        margin-top: 5px;
    }

    .c-txt_catch {
        text-align: center;
    }

    .c-text-about {
        text-align: center;
    }

    .c-btn_wrap {
        text-align: center;
    }

    .c-ttl_label__label {
        width: 20rem;
        margin: 0 auto;
        border-radius: 10px;
        line-height: 1.6;
    }

    .c-ttl_label {
        display: block;
        text-align: center;
    }

    .p-idx_advantage {
        text-align: center;
    }

    .c-ttl_horizon.-sm .c-ttl_horizon__sup {
        margin-left: 0;
        font-size: 1.4rem;
    }

    .c-btn {
        border-radius: 10px;
    }

    .c-btn.-contact {
        width: 20rem;
    }

    .c-btn.-contact .iconfont {
        font-size: 1.4rem;
    }

    .c-ttl_label__title {
        font-size: 2rem;
    }

    .p-art:hover .c-ofi__img {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .p-idx_advantageSlide .slick-list .slick-track .slick-slide:hover .c-ofi img，.p-art_thumb:hover .c-ofi__img, .p-idx_advantage__imgWrap > a:hover .c-ofi__img {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .c-txt_catch {
        margin-bottom: 10px;
    }

    .p-company_philosophy #map {
        height: 300px;
    }

    .pro_2_mid_left {
        display: none;
    }

    .pro_mo_top {
        display: block;
    }

    .pro_2_mid_right {
        width: 100%;
    }

    .about_1_1 {
        font-size: 1.5em;
        color: #000000;
    }

    .pro_mo_top_1 {
        display: block;
        margin: 1.5em 0;
        border: 4px #f3f6f9 solid;
        padding: 0.1em 0.6em;
        background-color: #fff;
    }

    .pro_mo_top_1 select {
        color: #000;
        font-size: 0.875em;
        border: none;
        padding: 0.5em 0;
        width: 100%;
        background-repeat: no-repeat;
        background-image: url(../images/img5.png);
        background-position: right center;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
    }

    #product-view .name {
        font-size: 22px;
    }

    .null h4 {
        text-align: center !important;
        font-size: 14px !important;
    }

    .c-boxpd_lg {
        padding-top: 2.5em;
        padding-bottom: 2.5em;
    }

    #product-view .box .tagtit a {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
        display: block;
        float: left;
    }
    #product-view .model .title .albb{
        font-size: 16px;
        padding-left: 50px;
        width: 130px;
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
        background: url(../images/albb.png) 15px center #ff6f00 no-repeat;
        background-size: 40px 20px;
    }
}

@media (max-width: 500px) {
    .pro_2_mid_right_1 ul li {
        width: 98%;
    }
}

.nytxt {
    text-align: left;
    display: flex;
}

.gotops {
    background-image: url(../images/img2.png);
    display: none;
    cursor: pointer;
    width: 3em;
    border-radius: 50%;
    height: 3em;
    background-position: center;
    background-repeat: no-repeat;
    position: fixed;
    right: 1em;
    bottom: 1em;
    z-index: 888;
    background-color: #d0111b;
}
.proalbb {

}
@media (max-width: 1670px) {
    .header_nav .bar{
        margin:0 15.5px;
    }
}
@media (max-width: 1500px) {
    .header_nav .bar{
        margin:0 10.5px;
    }
}
@media (max-width: 1430px) {
    .header_nav .bar a.one-level{
        font-size: 16px;
    }
}