/**全局**/
* {
    margin: 0;
    padding: 0;
    border: 0;
    background-repeat: no-repeat;
}

/*去掉前面的点*/
li {
    list-style-type: none;
}

ul,
li,
h1,
h2,
h3,
h4 {
    padding: 0;
    margin: 0;
}

body {
    font-family: 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu;
}

input,
textarea {
    outline: none;
}

*:focus {
    outline: none;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/*去掉下划线*/
a:active {
    text-decoration: none;
}

a {
    color: #000;
}

@font-face {
    font-family: FontAwesome;
    /*这里是说明调用来的字体名字*/
    src: url('../fonts/FontAwesome.otf');
    /*这里是字体文件路径*/
}

input::-webkit-input-placeholder {
    color: rgb(0, 0, 0);
}

textarea::-webkit-input-placeholder {
    color: rgb(0, 0, 0);
}

.wrap {
    top: 50%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
}

.wrap1 {
    position: relative;
    top: 50%;
    margin-top: -312px;
}

.wrap2 {
    position: relative;
    top: 50%;
    margin-top: -270px;
}

.wrap2 .content {
    width: 1200px;
    margin: 0 auto;
}

.wrap3 {
    position: relative;
    top: 50%;
    margin-top: -300px;
}

.slide img {
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
}

.di {
    width: 75%;
    min-width: 1200px;
    height: 100px;
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    background: #fff;
    opacity: 0;
    z-index: 50;
    transition: all 0.8s;
    padding: 0 50px;
    box-sizing: border-box;
}

.di:hover {
    opacity: 1;
}

.di .fx {
    width: 1px;
    height: 30px;
    position: absolute;
    left: 90px;
    top: 35px;
    background: #ddd;
}

/*分享*/
.share {
    width: 250px;
    height: 100px;
    float: right;
}

.share span {
    float: left;
    font-size: 14px;
    line-height: 24px;
    padding: 38px 0;
    display: block;
}

.share img {
    float: left;
    padding: 46px 15px;
}

.bdsharebuttonbox {
    float: left;
    padding: 36px 0;
}

.bdshare-button-style0-16 .bds_tsina {
    background-position: 0px 2px !important;
}

.share .bdsharebuttonbox a {
    width: 22px;
    height: 20px;
    padding: 0;
    margin: 6px 0 0 15px;
    transition: all 0.4s cubic-bezier(0.65, -0.6, 0.24, 1.65);
}

.bds_sqq {
    background: url(../images/qq.png) no-repeat center top !important;
}

.bds_weixin {
    background: url(../images/wx.png) no-repeat center 2px !important;
}

.bds_tsina {
    background: url(../images/sina.png) no-repeat center 2px !important;
}

.bds_sqq:hover {
    background-position: 0px -24px !important;
}

.bds_weixin:hover,
.bds_tsina:hover {
    background-position: 0px -18px !important;
}

/*在线咨询*/
.zx {
    position: fixed;
    top: 50%;
    right: 0px;
    z-index: 50;
    margin-top: -90px;
    width: 65px;
    height: 150px;
}

.wzx {
    width: 45px;
    height: 150px;
    text-align: center;
    line-height: 45px;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    background: #333;
    font-size: 14px;
    color: #eee;
    border-radius: 22px;
    letter-spacing: 10px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 0;
    transition: all 0.5s cubic-bezier(0.4, 0.5, 0.2, 1.2);
}

.nzx {
    width: 60px;
    height: 210px;
    position: absolute;
    right: -60px;
    top: 0;
    transition: all 0.5s cubic-bezier(0.4, 0.5, 0.2, 1.2);
}

.dh,
.ewm,
.shou {
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    margin-bottom: 10px;
    background: #333;
    cursor: pointer;
    position: relative;
    transition: all 0.5s cubic-bezier(0.4, 0.5, 0.2, 1.2);
    text-align: center;
    line-height: 30px;
}

.shou i {
    font-weight: bold;
    font-size: 35px !important;
}

.dh .xx {
    width: 0;
    height: 60px;
    position: absolute;
    right: 60px;
    top: 0;
    transition: all 0.5s cubic-bezier(0.4, 0.5, 0.2, 1.2);
    background: rgb(255, 212, 31);
    overflow: hidden;
}

.ewm .xx {
    width: 0;
    height: 60px;
    position: absolute;
    right: 60px;
    top: 0;
    transition: all 0.5s cubic-bezier(0.4, 0.5, 0.2, 1.2);
}

.nzx i {
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 60px;
    position: relative;
    z-index: 3;
}

.dh:hover,
.ewm:hover,
.shou:hover {
    background: rgb(228, 207, 9)
}

.dh:hover .xx {
    width: 150px;
}

.dh .xx p {
    opacity: 0;
    line-height: 60px;
    color: #fff;
    text-align: center;
    transition: all 0.5s cubic-bezier(0.4, 0.5, 0.2, 1.2);
}

.dh:hover .xx p {
    opacity: 1;
}

.ewm:hover .xx {
    width: 130px;
    height: 130px;
    background: url(../images/ewm.png) no-repeat;
    background-size: 130px 130px;
}

.phone {
    width: 300px;
    overflow: hidden;
    /* line-height: 36px; */
    float: right;
    padding: 28px 0 0px 0px;
    box-sizing: content-box;
}

.phone p {
    display: inline-block;
    padding-left: 12px;
    font-family: 'big_noodle_titling';
    font-size: 30px;
    letter-spacing: 1px;
    color: rgb(255, 212, 31);
}

.phone i {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    /* border: 1px solid #ddd; */
    background: rgb(255, 212, 31);
    color: rgb(255, 255, 255);
    border-radius: 15px;
    font-size: 24px;
}

/**公共元素**/

/*开头定义*/
#scroll_container {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 90px;
    min-width: 1200px;
    z-index: 5000;
}

.top_positions {
    position: fixed;
    width: 100%;
    z-index: 20;
    left: 0;
    top: 0;
    overflow: visible !important;
    background: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid #e9e9e9;
}

.head_topr {
    width: 196px;
    float: right;
    padding: 4px 0;
}

.head_box {
    width: 90%;
    margin: 0 auto;
}

.head_box .lx {
    width: 270px;
    height: 75px;
    float: right;
    margin-top: 6px;
    display: block;
    padding-top: 12px;
}

.head_box .lx li {
    font-size: 12px;
    color: #999;
}

.slide {
    position: relative;
}

.nav_t {
    width: 900px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.nav_t h3 {
    font-size: 86px;
    color: rgb(255, 212, 31);
    opacity: 0;
    line-height: 120px;
    top: 50px;
    position: relative;
    font-weight:bold;
    letter-spacing: 5px;
}

.nav_t b {
    font-size: 20px;
    color: #e5e5e5;
    opacity: 0;
    line-height: 60px;
    top: 50px;
    position: relative;
    font-weight: normal;
    padding-bottom: 20px;
    text-transform:uppercase;
}

.nav_t p {
    font-size: 24px;
    color: #29b8f0;
    opacity: 0;
    line-height: 45px;
    top: 50px;
    position: relative;
}

.nav_t em {
    font-size: 18px;
    color: #e5e5e5;
    font-style: normal;
    opacity: 0;
    line-height: 24px;
    top: 50px;
    position: relative;
}

.fLe {
    float: left;
    height: 35px;
    line-height: 35px;
    color: #555
}

.fLe p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.head_box_R {
    margin: 4px 0;
}

.head_one {
    width: 100%;
    height: 37px;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}

.head_one .Tone {
    width: 1200px;
    height: 36px;
    margin: 0 auto;
    line-height: 36px;
}

.head_one .Tone .left {
    width: 300px;
    height: 36px;
    float: left;
    color: #777;
    font-size: 14px;
}

.head_one .Tone .right {
    width: 190px;
    height: 36px;
    line-height: 36px;
    float: right;
}

.head_one .Tone .right img {
    padding: 10.5px 0;
}

.head_top {
    margin: 0 auto;
    width: 1200px;
    display: block;
}

.head_topl {
    float: left;
    width: 500px;
    height: 38px;
    font-size: 12px;
    color: #bbbbbb;
    line-height: 35px;
    padding-left: 10px;
}

.head_topl span {
    background: url(../images/add.jpg) no-repeat left center;
    padding-left: 15px;
    font-family: "微软雅黑";
}

.head_topl samp {
    background: url(../images/tel.jpg) no-repeat left center;
    margin-left: 10px;
    padding-left: 10px;
    font-family: "微软雅黑"
}

.head_topl em {
    background: url(../images/email.jpg) no-repeat left center;
    margin-left: 10px;
    padding-left: 15px;
    font-family: "微软雅黑";
    font-style: normal;
}

.logo {
    margin-right: 10px;
    float: left;
    width: 300px;
}

.logo img {
    padding-top: 15px;
    position: relative;
    box-sizing: content-box;
}


/*导航栏*/
.act {
    width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 11;
    float: right;
    height: 90px;
}

.act_box {
    width: 940px;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    background: url() no-repeat;
    padding-left: 10px;
    float: left;
}

.act_left {
    width: 534px;
    float: left;
    position: relative;
    z-index: 0;
}

.act_left p {
    float: right;
    margin: 1px 11px 0px 0px;
}

.act_left form {
    float: right;
    margin-right: 11px;
}

.act_logo {
    float: left;
    margin: 5px;
}

.act_logo img {
    height: 60px;
}

.act_title {
    margin: 10px 0 0 20px;
    height: 110px;
    float: left;
    width: 50%;
}

.act_title h1 {
    color: #fff;
    padding: 25px 0 15px 0;
    font-size: 24px;
}

.act_title h3 {
    color: #eee;
    font-size: 14px;
    font-weight: normal;
}

.clear {
    clear: both;
}


.zz_box {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 110;
    transition: 0.5s ease;
}

.zz {
    width: 608px;
    height: 240px;
    position: absolute;
    top: -120px;
    left: -384px;
    background: url(../images/opa60.png);
    padding: 30px 80px;
}

.zz h2 {
    font-size: 60px;
    color: #eb3c00;
}

.zz span {
    font-size: 48px;
    color: #111;
}

.zz p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    padding-top: 20px;
}


.navgation {
    width: 100%;
    position: relative;
    overflow: visible !important;
    height: 90px;
    line-height: 90px
}

.nav_box {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.nav {
    width: 100%;
    height: 45px;
    position: relative;
    /* display: inline; */
}

.cur {
    position: relative;
}


.nli {
    float: left;
    width: 110px;
    /* height: 90px; */
    text-align: center;
    position: relative;
    background: #fff;
}

/*一级菜单*/
.nli:first-child {
    margin-left: 4px;
}

.nav a {
    display: block;
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-family: "微软雅黑";
}

/*设置块元素*/
.nav3 a {
    color: #000000 !important;
}

.nli li {
    padding: 0px;
    width: 107px;
}

.nli a {
    width: 100%;
    height: 90px;
}

.nli a h3 {
    font-size: 16px;
}

.nli a h3 span {
    font-size: 12px;
}

.nli li:nth-last-child(1) {
    border-bottom: 0px;
}

.sub li {
    float: left;
    width: 100px;
    height: 45px;
}

.sub li a {
    color: rgb(0, 0, 0) !important;
    display: block;
    font-size: 14px;
    line-height: 45px;
    background: #fff !important;
    height: 45px;
    width: 110px;
    position: relative;
    padding-top: 0 !important;
}


.sub li:first-child a p {
    border-top: none;
}

.nli h3 {
    font-weight: normal;
}



.nav li:hover a {
    color: #fafafa;
    
}

.sub li:hover a {
    color: #fafafa !important;
    background: rgb(255, 212, 31) !important;
}

.nap li:hover a {
    background: #fafafa !important;
}

.nav .nli:first-child {
    background: none;
}

/*list_left*/
.xxt {
    position: relative;
    overflow: hidden;
}

.xxt img {
    width: 100%;
    height: auto;
}

.tab_cell {
    width: 1200px;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    display: table;
}

.tab_cell .tab_name {
    padding: 40px 70px 40px 0;
    display: table-cell;
    vertical-align: middle;
    /* background-image: url(../images/bg.png); */
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: right;
    min-width: 320px;
}

.tab_cell .tab_name .cn {
    font-size: 40px;
    font-weight: bold;
    /* line-height: 60px; */
    color: rgb(255, 255, 255);
    margin-bottom: -10px;
}

.tab_cell .tab_name .en {
    font-size: 30px;
    /* line-height: 56px; */
    color: #fff;
    text-transform: uppercase;
    /* font-family: 'GOTHIC'; */
}

.tab_cell .tab_name .line {
    width: 40px;
    height: 4px;
    float: right;
    background: #fff;
    margin-top: 17px;
}

/*下拉列表*/
.sub {
    display: none;
    position: relative;
    z-index: 999;
}

/*隐藏二级栏目*/

/*定义图片轮播*/
.pic_overflow {
    width: 100%;
    margin: 0 auto;
    min-width: 1200px;
}

#index_banner {
    width: 100%;
    height: 677px;
    padding: 0;
    margin: 0 auto;
    background: none;
    position: relative;
    z-index: 10;
    overflow: hidden;
}


/*栏目左侧二级导航栏*/

.list_box {
    margin: 0 auto;
    display: block;
    height: auto;
    width: 100%;
    overflow: hidden;
    min-width: 1200px;
    margin-top: 90px;
}

.list_box_title {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.list_tt_box {
    width: 100%;
    background: #f5f5f5;
    height: 90px;
    border-bottom: 1px solid #eee;
}

.list_tt {
    width: 1200px;
    margin: 0 auto;
}

.list_box_tl {
    width: 262px;
    float: left;
    padding: 25px 0 25px 38px;
}

.list_box_tr {
    /* position: relative; */
    width: 900px;
    float: left;
}

.list_box_tr ul {
    margin: 0 auto;
    display: block;
}

.list_box_tr ul li {
    float: left;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.list_box_tr ul li a {
    color: #999;
    height: 91px;
    width: 120px;
    line-height: 90px;
    display: block;
    position: relative;
}

.list_box_tr ul li a.xz {
    color: rgb(255, 212, 31);
    background: #fff;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.list_box_tr ul li a.xz:before {
    content: "";
    width: 68px;
    height: 5px;
    background: rgb(255, 212, 31);
    /* position: absolute; */
    bottom: 20px;
    left: 26px;
}

.list_left {
    width: 600px;
    display: block;
    float: left;
    height: auto;
    overflow: hidden;
    margin: 10px;
}

.list_left_word {
    width: 190px;
    display: block;
    height: auto;
    overflow: hidden;
}

.list_left_word h3 {
    font-weight: normal;
    font-size: 14px;
    line-height: 45px;
    padding-left: 10px;
    display: block;
    border-left: 8px solid #04bfea;
    background: #fafafa;
    box-shadow: 0 1px 3px #ddd;
    /* For IE 8 */
    -ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=150, Color='#dddddd');
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=150, Color='#dddddd');
}

.list_left_word ul {
    width: 190px;
    overflow: hidden;
    float: left;
}

.list_left_word li {
    width: 190px;
    position: relative;
    margin-bottom: 10px;
    font-size: 12px;
    box-shadow: 0 1px 3px #ddd;
    /* For IE 8 */
    -ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=150, Color='#dddddd');
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=150, Color='#dddddd');
}

.list_left_word ul li:first-child {
    margin-top: 10px;
}

.list_left_word ul li a {
    height: 45px;
    width: 172px;
    display: block;
    background: #fafafa;
    line-height: 45px;
    padding-left: 18px;
}

.list_left_word p {
    font-size: 14px;
    position: absolute;
    bottom: 12px;
    left: 0;
    display: block;
    margin: 0 9px;
    width: 173px;
    height: 36px;
    background: #333;
    color: #f1f1f1;
    line-height: 36px;
}


.lxwm {
    width: 190px;
    height: auto;
    display: block;
    margin-bottom: 10px;
}

.lxwm_box {
    width: 190px;
    box-shadow: 0 1px 3px #ddd;
    /* For IE 8 */
    -ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=150, Color='#dddddd');
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=150, Color='#dddddd');
}

.lxwm_inline {
    height: auto;
    width: 190px;
    background: #fafafa;
}

.lxwm_inline li {
    position: relative;
}

.lxwm_inline li p {
    padding-left: 30px;
    font-size: 12px;
}

.lxwm_inline li img {
    position: absolute;
    left: 20px;
    top: 8px;
}

.lxwm h3 {
    font-weight: normal;
    font-size: 14px;
    line-height: 45px;
    padding-left: 10px;
    display: block;
    border-left: 8px solid #04bfea;
    background: #fafafa;
    margin-bottom: 10px;
    box-shadow: 0 1px 3px #ddd;
    /* For IE 8 */
    -ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=150, Color='#dddddd');
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=150, Color='#dddddd');
}

.lxwm p {
    border-bottom: 1px dotted #eee;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #555;
    font-size: 12px;
    width: 124px;
    margin: 0 auto;
    padding: 9px 0;
}


.index_padding1 {}

.index_padding1 samp {
    width: 90px;
    height: 30px;
    display: block;
    background: url(../images/t_line.png);
    margin: 10px auto;
}


/*页脚内容*/

.tf {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #222;
    padding: 30px 0;
    min-width: 1200px;
}

.tf .content {
    width: 1300px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.Litem {
    padding: 20px 40px 20px 0;
    width: 300px;
    float: left;
    color: #999;
    font-size: 12px;
    position: relative;
}

.Litem h3 {
    font-size: 24px;
    line-height: 60px;
    font-weight: normal;
    color: #fff;
}

.Litem p {
    line-height: 32px;
    color: #b1b5ba;
}

.Litem .p1 {
    line-height: 24px;
    color: #b1b5ba;
    padding-bottom: 20px;
    font-size: 14px;
    width: 230px;
}

.Litem a {
    line-height: 32px;
    font-size: 14px;
    height: 32px;
    display: block;
    color: #b1b5ba;
    width: 120px;
    float: left;
}

.Ritem {
    padding: 20px;
    width: 150px;
    float: right;
    color: #999;
    font-size: 12px;
    position: relative;
}

.Ritem h3 {
    font-size: 22px;
    line-height: 60px;
    font-weight: normal;
    color: #fff;
}

.Ritem img {
    width: 115px;
    height: 115px;
}

.mt {
    width: 100%;
    background: #111;
    border-top: 1px solid #000;
    min-width: 1200px;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    position: relative;
}

/**index_主页内容块**/


/*下页*/
.scroll {
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 34px;
    height: 69px;
    transform: translate(-50%, -30px);
    -ms-transform: translate(-50%, -30px);
    -moz-transform: translate(-50%, -30px);
    -webkit-transform: translate(-50%, -30px);
    cursor: pointer;
}

.arrow {
    position: absolute;
    left: 10.5px;
    top: 45px;
}

/*第一块内容*/


/*第二块内容*/

#section1 {
    width: 100%;
    margin: 0 auto;
    position: relative;
    background: url(../images/b1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#section1 #content {
    position: relative;
}

.index_t {
    width: 100%;
    text-align: center;
    color: rgb(255, 255, 255);
    position: relative;
}

.bai {
    color: #f5f5f5 !important;
}

.index_t .en {
    font-size: 36px;
    line-height: 36px;
    font-family: 'big_noodle_titling';
    text-transform: uppercase;
}

.index_t .cn {
    text-align: center;
}

.index_t .cn span {
    width: 100px;
    height: 1px;
    background: #aaa;
    display: inline-block;
    vertical-align: middle;
}

.index_t .cn h3 {
    display: inline-block;
    font-size: 24px;
    line-height: 30px;
    padding: 0 20px;
    font-weight: normal;
    vertical-align: middle;
}

.second_left {
    width: 40%;
    float: left;
    padding-top: 70px;
    position: relative;
}

.second_left .content {
    padding-right: 70px;
    box-sizing: border-box;
    line-height: 28px;
    color: rgb(235, 235, 235);
}

.second_left .title {
    padding-bottom: 30px;
    position: relative;
}

.second_left .title h3 {
    font-size: 20px;
    line-height: 36px;
    color: rgb(255, 212, 31);
    margin-top: 10px;
}

.second_left .title span {
    font-size: 20px;
    line-height: 24px;
    color: rgb(128, 128, 128);
}

.second_left .title em {
    width: 50px;
    height: 3px;
    background: #888;
    display: block;
    margin-top: 20px;
}

.second_right {
    width: 60%;
    float: left;
    padding-top: 140px;
}

.second_right .title p {
    text-align: center;
}

.second_right ul {
    position: relative;
}

.second_right ul li {
    width: 32%;
    margin-left: 2%;
    display: block;
    float: left;
    overflow: hidden;
    position: relative;
}

.second_right ul li:first-child {
    margin-left: 0;
}

.second_right ul li img {
    height: 300px;
    width: auto;
    object-fit: cover;
}

.second_left .more {
    width: 120px;
    height: 40px;
    border: 1px solid #666;
    line-height: 40px;
    color: rgb(255, 212, 31);
    border-radius: 20px;
    display: block;
    margin-top: 30px;
}

.about_more {
    position: relative;
    height: 43px;
    padding-top: 30px;
}

.about_more a {
    background-color: rgb(255, 212, 31);
    display: inline-block;
    border-radius: 25px;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    line-height: 24px;
}

.about_more a span {
    margin: 0;
    color: #ffffff;
    padding: 0.8em 8em 0.8em 1.5em;
    font-size: 12px;
    font-weight: 600;
    display: block;
}

.about_more a:hover i {
    right: 15px;
}

.about_more a i {
    position: absolute;
    right: 25px;
    top: 15px;
    color: #fff;
    transition: all 0.3s;
}

.second_right .border {
    border: 1px solid #e5e5e5;
}

.second_right .mask {
    background: rgba(0, 0, 0, 0.8);
}

.second_right .cont .tit .cn {
    color: rgb(255, 212, 31);
}

.second_right .cont .tit .en {
    color: #555;
    text-transform: uppercase;
}

.second_right .cont .pp {
    position: absolute;
    padding: 15px;
    line-height: 24px;
    height: auto;
    top: 100%;
    transition: all 0.5s 0.3s ease-out;
    opacity: 0;
    color: rgb(170, 170, 170);
}

.second_right li:hover .mask {
    transform: perspective(1000px) rotateX(0deg);
}

.second_right li:hover .cont .tit {
    top: 20%;
    filter: alpha(opacity=100);
    opacity: 1;
}

.second_right li:hover .cont .pp {
    top: 40%;
    filter: alpha(opacity=100);
    opacity: 1;
}

.second_right li:hover .border {
    border-color: #aaa;
}



/*第三块内容*/

#section2 {
    width: 100%;
    margin: 0 auto;
    position: relative;
    min-width: 1200px;
    padding: 130px 0;
    background: url(../images/b6.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#section2 .content {
    position: relative;
}

.product {
    display: block;
    padding-top: 60px;
}

.product li {
    width: 19%;
    height: 440px;
    margin-left: 1.25%;
    display: block;
    float: left;
    overflow: hidden;
    position: relative;
}

.product li img {
    height: 440px;
    width: 100%;
    object-fit: cover;
}

.product li:first-child {
    margin-left: 0;
}

/* .border {
    position: absolute;
    z-index: 100;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    transition: all 0.5s ease-in;
    border: 1px solid #e5e5e5;
    display: block;
    box-sizing: border-box;
} */

.mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    transform: perspective(1000px) rotateX(180deg);
    transform-origin: bottom center;
    transition: transform 0.5s ease-in;
}

.cont {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    cursor: pointer;
}

.cont img {
    position: absolute;
    width: 58px !important;
    height: 107px !important;
    height: auto;
    left: 50%;
    margin-left: -29px;
    bottom: 5.5%;
    transition: all 0.5s 0.3s ease-out;
    opacity: 0;
}

.cont .tit {
    width: 100%;
    position: absolute;
    left: 0;
    top: 5%;
    transition: all 0.5s 0.3s ease-out;
    opacity: 0;
    text-align: center;
}

.cont .tit .cn {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    display: block;
}

.cont .tit .en {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    font-family: 'GOTHIC';
    text-transform: uppercase;
}

.product li:hover .mask {
    transform: perspective(1000px) rotateX(0deg);
}

.product li:hover .cont .tit {
    top: 40%;
    filter: alpha(opacity=100);
    opacity: 1;
}

.product li:hover .cont img {
    bottom: 31%;
    filter: alpha(opacity=100);
    opacity: 1;
}

.product li:hover .border {
    border-color: rgb(255, 212, 31);
}

/*第二块内容*/
#section3 {
    width: 100%;
    margin: 0 auto;
    position: relative;
    min-width: 1200px;
    padding: 130px 0;
    background: url(../images/b2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#section3 .content {
    position: relative;
}

.container .more {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    line-height: 46px;
    font-size: 14px;
    color: #666;
    padding: 0 15px 15px 15px;
    box-sizing: border-box;
}

.container .more .moreb {
    border-top: 1px solid #e1e1e1;
}

.container .more p {
    display: block;
    float: left;
}

.container .more a {
    display: block;
    float: right;
}

.container .more a em {
    display: inline-block;
    font-style: normal;
    color: #666;
    padding-right: 10px;
}

.container .more a i {
    display: inline-block;
    color: #666;
}

/*第五块内容*/
#section4 {
    width: 100%;
    margin: 0 auto;
    position: relative;
    min-width: 1200px;
    padding: 130px 0;
    background: #333 url(../images/b4.jpg);
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#section4 .content {
    position: relative;
}

.swiper-container {
    width: 100%;
    height: 100%;
    padding-top: 70px !important;
}

.swiper-slide {
    text-align: center;
    font-size: 14px;
    overflow: hidden;
}

.swiper-slide img {
    display: block;
    width: 100%;
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.swiper-slide .title {
    width: 100%;
    color: #333;
    background: #fff;
    text-align: left;
    padding: 18px 20px;
    box-sizing: border-box;
    position: relative;
}

.resources-img {
    overflow: hidden;
}

.resources:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.resources:hover .title p {
    left: 10px;
}

.resources .title:before {
    content: '';
    width: 1px;
    height: 14px;
    background: #333;
    display: block;
    position: absolute;
    right: 40px;
    top: 20px;
    opacity: 0;
    transition: all 0.3s;
}

.resources:hover .title:before {
    opacity: 1;
}

.resources .title i {
    position: absolute;
    right: 20px;
    top: 20px;
    transition: .3s;
}

.resources .title p {
    font-size: 14px;
    position: relative;
    left: 0;
    transition: all .3s;
}

.resources {
    cursor: pointer;
}

.resources-ctrl {
    position: relative;
    width: 144px;
    margin: 0 auto;
    margin-top: 50px;
    background: #f8f8f8;
    border-radius: 24px;
}

.price-ctrl {
    position: relative;
    margin-top: 20px;
    font-size: 25px;
    height: 40px;
}

.ctrl-box span i {
    position: relative;
    z-index: 2;
    color: #999;
    display: block;
    transition: all 0.4s cubic-bezier(0.65, -0.6, 0.24, 1.65);
}

.bs {
    color: #058ec2 !important;
    margin-top: 0 !important;
}

.ctrl-box span {
    width: 48px;
    height: 24px;
    line-height: 48px;
    font-size: 24px;
    float: left;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin: 12px 0;
}

.ctrl-box .ctrl-center {
    width: 48px;
    height: 48px;
    display: block;
    float: left;
    border-radius: 24px;
}

.ctrl-box .ctrl-center:hover i,
.ctrl-left:hover i,
.ctrl-right:hover i {
    margin-top: -24px;
}

.resources_more {
    position: relative;
    text-align: center;
    height: 43px;
    padding-top: 30px;
}

/*第六块内容*/
/*contact*/
#section5 {
    background: url(../images/b3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.contact {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    margin-top: -25px;
}

.contact .contact_content {
    padding-top: 70px;
}

#section5 .contact_left {
    float: left;
    width: 400px;
    height: 400px;
    background: url(../images/ditu.png);
    background-size: 400px 400px;
    position: relative;
    top: 6px;
    z-index: 5;
}

#section5 .contact_left .dtb {
    position: relative;
    top: 47px;
    left: 47px;
    width: 306px;
    height: 306px;
    overflow: hidden;
    border-radius: 150px;
}

#section5 .contact_left #dituContent {
    width: 400px;
    height: 400px;
    position: absolute;
    top: -50px;
    left: -50px;
}

#section5 .contact_left ul {
    position: relative;
}

#section5 .contact_left ul li {
    font-size: 14px;
    line-height: 28px;
    color: #333;
}

#section5 .contact_left ul li h3 {
    font-size: 28px;
    color: #c88c1c;
    line-height: 45px;
    padding-bottom: 10px;
}

#section5 .contact_right {
    float: left;
    width: 835.5px;
    display: block;
    color: #555;
    margin-left: -58px;
    position: relative;
    border: 1px solid #ddd;
    box-sizing: border-box;
    z-index: 1;
    padding: 60px 60px 30px 60px;
}

#section5 .contact_right:before {
    content: '';
    width: 20px;
    height: 20px;
    background: rgb(255, 212, 31);
    position: absolute;
    display: block;
    top: -10px;
    left: 100px;
}

#section5 .contact_right .more {
    width: 45px;
    height: 120px;
    line-height: 45px;
    text-align: center;
    background: #fff;
    border: 1px solid #ddd;
    position: absolute;
    right: -22.5px;
    top: 150px;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    letter-spacing: 5px;
    color: #555;
}

#section5 .contact_right:after {
    content: '';
    width: 80px;
    height: 20px;
    background: rgb(255, 212, 31);
    position: absolute;
    display: block;
    bottom: -10px;
    right: 100px;
}

#section5 .contact_left .title {
    position: relative;
    z-index: 2;
}

#section5 .contact_left .title em {
    width: 45px;
    height: 3px;
    background: #76cbf3;
    display: block;
    margin-bottom: 20px;
}

#section5 .contact_left .title b {
    color: #d7a852;
    font-size: 28px;
    line-height: 36px;
    padding-bottom: 20px;
    display: block;
}

#section5 .contact_left .title strong {
    color: #777;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 2px;
    padding-bottom: 20px;
    display: block;
}

#section5 .contact_right table {
    width: 100%;
}

#section5 .contact_right table .txt {
    height: 45px;
    padding-left: 8px;
    line-height: 36px;
    background: rgba(255, 255, 255, .6);
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
}

#section5 .contact_right table .w126 {
    width: 341px;
    margin: 0 30px 30px 0;
}

#section5 .contact_right table td {
    color: #777;
}

#section5 .contact_right table textarea {
    width: 713px;
    height: 170px;
    overflow: hidden;
    padding: 8px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, .6);
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
}

#section5 .contact_right table .btn {
    border-radius: 0;
    border: 2px rgb(255, 212, 31) solid;
    background-color: rgb(255, 212, 31);
    height: 43px;
    width: 170px;
    /* text-align: -webkit-center; */
    position: absolute;
    bottom: 0px;
    right: 30px;
    text-align: center;
    color: #424242;
    box-sizing: border-box;
    padding-left: 20px;
    cursor: pointer;
    /* background: none; */
    font-size: 16px;
    font-family: 'shelley_volante_bt';
}

#section5 .contact_right table .sub_t {
    position: relative;
    text-align: right;
}

#section5 .contact_right table .sub_t i {
    position: absolute;
    right: 25px;
    top: 16px;
    color: #fff;
    transition: all 0.3s;
}

.foot {
    width: 100%;
    background: #333;
    border-top: 1px solid #eee;
    text-align: center;
    height: 45px;
    line-height: 45px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    font-size: 12px;
    color: #eee;
}

.cont_t {
    text-align: center;
    line-height: 28px;
    padding-bottom: 10px;
    font-size: 16px;
    position: relative;
}

.cont_t h3 {
    line-height: 45px;
    font-size: 24px;
    color: #76cbf3;
}

/**内页模块**/

/*pic_内页产品图片内容图片*/
.pic_content {
    padding: 0;
    display: block;
    height: auto;
    overflow: hidden;
    padding: 30px 0px;
    min-height: 406px;
}

.pic_content li {
    padding: 5px;
    float: left;
    margin: 9px;
    width: 274.5px;
    /* height: 300px; */
    overflow: hidden;
    position: relative;
    transition: 0.3s ease;
    border: 1px solid #eee;
}

.block-20 {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    display: block;
    width: 100%;
    height: 250px;
    /* z-index: -1 */
}
.block-15 {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    display: block;
    width: 100%;
    height: 200px;
    /* z-index: -1 */
}
@media (max-width:1000px) {
    .block-20 {
        overflow: hidden;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: relative;
        display: block;
        width: 100%;
        height: 200px;
    }
}

.ztu .prea {
    position: absolute;
    z-index: 120;
    top: 50%;
    left: -30px;
    width: 30px;
    height: 30px;
    margin-top: -20px;
    background: url(../images/ad_prev.png);
    cursor: pointer
}

/* 下一个 */
.ztu .nexta {
    position: absolute;
    z-index: 120;
    top: 50%;
    right: -30px;
    width: 30px;
    height: 30px;
    margin-top: -20px;
    background: url(../images/ad_next.png);
    cursor: pointer
}

.ztu {
    width: 600px;
    height: 400px;
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
    overflow: hidden;
}



/*滑动门*/
.list_top {
    width: 100%;
    display: block;
    position: relative;
    background: #f2f2f2;
}

.list_top ul {
    position: relative;
    display: block;
}

.list_top ul li {
    display: inline-block;
    _zoom: 1;
    display: inline;
    width: 230px;
    height: 30px;
    text-align: center;
    padding: 10px 20px;
}

div.TabContent div:nth-child(1) {
    display: block;
}

div.TabContent div:first-child {
    display: block;
}

.nTab {
    width: 1200px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.nTab .TabTitle,
.TabTitle1 {
    height: auto;
    overflow: hidden;
}

.nTab .TabTitle li{

}

.TabTitle1 li {
    cursor: pointer;
    line-height: 36px;
    border: 1px solid #e1e1e1;
    margin-top: 5px;
}




.pic {
    width: 170px;
    height: 132px;
}

.item_title {
    width: 100%;
    height: 36px;
    border-bottom: 1px solid #e1e1e1;
    display: block;
    margin-top: 30px;
}

.item_title h2 {
    font-size: 16px;
    line-height: 36px;
    font-weight: normal;
    color: #333;
}

.item_title img {
    width: 24px;
    height: 24px;
    padding: 6px;
}

.item_title a {
    font-size: 14px;
    color: #555;
    line-height: 36px;
    padding-right: 10px;
}

.pic_big {
    width: 600px;
    padding: 15px;
    border-radius: 5px;
    border: solid 1px #e3e3e3;
    margin: 0px auto;
    position: relative;
    background: #eee;
}


/* 切换按钮 */
/* 上一个 */
.pic_box .prea {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: -30px;
    width: 30px;
    height: 30px;
    margin-top: -20px;
    background: url(../images/ad_prev.png);
    cursor: pointer
}

/* 下一个 */
.pic_box .nexta {
    position: absolute;
    z-index: 0;
    top: 50%;
    right: -30px;
    width: 30px;
    height: 30px;
    margin-top: -20px;
    background: url(../images/ad_next.png);
    cursor: pointer
}

.pic_box {
    width: 600px;
    overflow: hidden;
    display: block;
    position: relative
}

/*list_内容页内容样式*/
.content_title {
    height: 40px;
}

.content_title1 {
    width: 598px !important;
    height: 50px !important;
}

.content_title h2 {
    font-family: "微软雅黑";
    line-height: 40px;
    width: 100%;
    font-size: 26px;
    text-align: center;
    /* font-weight: normal; */
}

.content_title1 h2 {
    line-height: 48px;
    background: #fff;
    margin-top: 15px;
}

.content_data {
    width: 1200px;
    height: 36px;
    text-align: center;
    margin: 10px auto;
    background: #eee;
}

.content_data p {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    line-height: 36px;
    text-align: center;
}

.content_bg {
    width: 100%;
    display: block;
    min-height: 225px;
}

.content_bg .content {
    margin: 0 auto;
    width: 1200px;
    padding: 0px 0 30px 0;
}

.content_bg .content h2 {
    line-height: 50px;
}

.content_bg .content p {
    font-size: 14px;
    line-height: 28px;
}

.content_content {
    width: 100%;
    padding: 0px 0 50px 0;
    margin: 0 auto;
}

.content_content p {
    font-family: "微软雅黑";
    line-height: 30px !important;
    color: rgb(39, 39, 39);
    font-size: 16px !important;
}

.content_content img{
    display: block;
    width: 100%;
    max-width: 800px;
    margin: 30px auto;
    padding: 5px;
    border: 1px #dddddd solid;
    
}

.updown {
    text-align: center;
    line-height: 24px;
    padding-top: 10px;
}

.updown span {
    margin: 15px 0px;
    padding: 8px 5px;
    background: rgb(255, 212, 31);
    border-radius: 5px;
    color: rgb(56, 56, 56);
}

.updown span a {
    color: rgb(56, 56, 56);
}

.updown .p1 a {
    background: url(../images/goto.png);
    width: 60px;
    height: 104px;
    background-position: 0px 0px;
    display: block;
    position: absolute;
    left: 58px;
    top: 250px;
    z-index: 10;
}

.updown .p2 a {
    background: url(../images/goto.png);
    width: 60px;
    height: 104px;
    background-position: 60px 0px;
    display: block;
    position: absolute;
    right: 28px;
    top: 250px;
    z-index: 10;
}

/*list_列表页内容样式*/
.list_new .item_li {
    border-bottom: 1px solid #eee;
    width: 1188px;
    height: auto;
    overflow: hidden;
    padding: 10px 4px;
    transition: all 0.3s;
    cursor: pointer;
}

.list_new .item_li:hover {
    background: #f5f5f5;
}

.list_new .item_left {
    width: 120px;
    height: 60px;
    background: rgb(255, 212, 31);
    float: left;
    margin: 15px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 30px 0;
    line-height: 36px;
}

.list_new .item_left b {
    font-size: 36px;
}

.list_new .item_right {
    width: 1028px;
    height: auto;
    overflow: hidden;
    float: left;
    margin: 10px 0 10px 10px;
}

.list_new .item_right a {
    line-height: 45px;
    font-size: 16px;
}

.list_new .item_right span {
    font-size: 12px;
    color: #999;
    line-height: 24px;
}



.list_new li img {
    padding: 3px 0;
}

.list_right {
    width: 1218px;
    display: block;
    margin-top: 10px;
    margin: 0 auto;
}

.list_right .content_left {
    width: 1218px;
    height: auto;
    overflow: hidden;
}

.list_right .content_left .title .position {
    position: absolute;
    right: 10px;
    top: 0;
}

.list_right .content_left .title h3 {
    float: left;
    font-size: 14px;
    font-weight: normal;
}

.list_right .content_left .title span {
    float: left;
    font-size: 14px;
}

.list_right .content_left .content {
    width: 1200px;
    font-size: 14px;
    line-height: 24px;
    margin: 0 auto;
}

.list_right .content_left .content1 {
    width: 1200px;
    font-size: 12px;
    line-height: 24px;
    min-height: 460px;
    margin: 20px auto;
}

.list_right .content_left .content .content_box {
    padding: 60px 0px;
    min-height: 400px;
}

.list_right .content_left .content form {
    padding: 60px 0;
}

.list_right .content_right {
    float: left;
    width: 190px;
    height: auto;
    overflow: hidden;
}

.list_right .content_two {
    width: 190px;
    float: left;
    height: auto;
    overflow: hidden;
    margin: 0px 0 10px 10px;
}

.cptj {
    width: 190px;
    height: 140px;
    overflow: hidden;
    box-shadow: 0 1px 3px #ddd;
    /* For IE 8 */
    -ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=150, Color='#dddddd');
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=150, Color='#dddddd');
}

.list_right .content_two h3 {
    font-weight: normal;
    font-size: 14px;
    line-height: 45px;
    padding-left: 10px;
    display: block;
    border-left: 8px solid #04bfea;
    background: #fafafa;
    margin-bottom: 10px;
}

.list_right .content_two .back {
    box-shadow: 0 1px 3px #ddd;
    /* For IE 8 */
    -ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=150, Color='#dddddd');
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=150, Color='#dddddd');
}

.cptj ul {
    width: 2999px;
}

.cptj li {
    border: 5px solid #fafafa;
    margin-bottom: 10px;
    position: relative;
    height: 130px;
    float: left;
}

.cptj li p {
    line-height: 36px;
    width: 180px;
    height: 36px;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fafafa;
    z-index: 2;
    font-size: 12px;
}

.cptj li em {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 180px;
    height: 36px;
    z-index: 1;
    background: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.list_right .content_two .tg img {
    padding: 5px;
    background: #fafafa;
    margin: 10px 0;
    box-shadow: 0 1px 3px #ddd;
    /* For IE 8 */
    -ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=150, Color='#dddddd');
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=150, Color='#dddddd');
}

/*guest_表单样式*/

.content_left .txt {
    height: 46px;
    border: 1px solid #dbdbdb;
    background: #fff;
    padding-left: 8px;
    line-height: 46px;
}

.content_left .w126 {
    width: 290px;
}

.content_left .w226 {
    width: 1090px;
}

.content_left table {
    font-size: 14px;
    width: 1200px;
    margin: 0 auto;
}

.content_left td {
    padding: 10px 0;
    color: #999999;
}

.content_left textarea {
    width: 1090px;
    height: 200px;
    border: 1px solid #dbdbdb;
    overflow: hidden;
    padding: 3px 5px;
    background: #fbfbfb;
}

.content_left .btn {
    width: 100px;
    background: rgb(255, 212, 31);
    border: none;
    cursor: pointer;
    color: #fff;
    line-height: 46px;
}

.content_left .btn.hover {
    background: #c50000;
}

/*其他调用*/

.napa {
    width: 136px !important;
}

.nap li a {
    padding: 2px !important;
    width: 132px !important;
    height: 132px !important;
}

.nap li {
    width: 132px !important;
    height: 134px !important;
}

.slider {
    overflow: hidden;
    margin: 0 auto;
    width: 100% !important;
}

.slider-btn {
    width: 100%;
    margin: 0 auto;
}

.ff {
    text-align: center;
    font-size: 12px;
    line-height: 36px;
    color: #aaa;
}


#AdLayer a {
    color: #8b8b8b;
}

.case_top {
    margin-top: -15px
}

.for404 {
    margin: 30px auto;
    text-align: center;
}

.title404 {
    text-align: center;
}

.title404 h2 {
    line-height: 36px;
    font-size: 24px;
}

.for404 img {
    margin: 0 auto;
}

@media screen and (max-width:1600px) {
    .phone {
        display: none;
    }
}