/* Header Blank Star */
#header-blank { width: 100%; height: 81px; display: block;}
/* Header Blank End */

/* Page Banner Star */
#page-banner { position: relative; overflow: hidden; box-sizing: border-box; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;}
/* Page Banner End */

/* Current Location Star */
#current-location { height: 64px; line-height: 64px; background: rgba(248, 248, 248, 1); overflow: hidden;}
    #current-location .breadcrumbs { float: left;}
    #current-location .breadcrumbs span { float: left;}
    #current-location .breadcrumbs a { font-size: 14px; color: #999; transition: color .3s;}
    #current-location .breadcrumbs span:last-child a { color: #666;}
    #current-location .breadcrumbs i { width: 4px; height: 64px; display: block; float: left; background: url('../img/arrow.png') no-repeat center; margin: 0 10px; }
    #current-location .breadcrumbs i.fa { width: auto; height: 64px; color: #999; background: none; line-height: 64px; margin: 0 10px 0 0;}
    #current-location .icos { float: right; color: #999;}
/* Current Location End */

/* Corporate Culture Star */
#corporate-culture { /*background: url('../img/culture.jpg') center / cover no-repeat;*/ position: relative; border-top:1px solid rgba(192, 138, 74, 0.1); margin-top: 30px;}
    #corporate-culture ul.culture { }
    #corporate-culture ul.culture li { width: 33.333333%; float: left; height: 456px; border-right: 1px solid rgba(255,255,255,0.1); padding: 180px 100px 0 100px; color: #FFF; text-align: center;}
    #corporate-culture ul.culture li:last-child { border-right: 0;}
    #corporate-culture ul.culture li .name  { font-size: 32px; font-weight: 700;}
    #corporate-culture ul.culture li .intro { margin: 20px 0 0 0; font-size: 18px;}

    #corporate-culture::before { content: ""; position: absolute; right: 0; top: 0; z-index: 20; width: 100%; height: 100%; background: #FFF; transition: all 1.2s ease-in;}
    #corporate-culture.animated::before {width: 0;}
/* Corporate Culture End */

/* Page Content Star */
#page-content { padding: 40px 0; overflow: hidden;}
    .page-content { margin: 0;}

    .page-content .search { margin-top: 30px;}
    .page-content .search ul.lists { }
    .page-content .search ul.lists li { margin-bottom: 15px; border-bottom: dotted 1px #EEE; padding-bottom: 15px;}
    .page-content .search ul.lists li .imgs { float: left; width: 30.000000%; overflow: hidden;}
    .page-content .search ul.lists li .imgs img { max-width: 100%; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s;}
    .page-content .search ul.lists li .texts { float: right; width: 67.000000%;}
    .page-content .search ul.lists li:hover .imgs img { transform:scale(1.1);-webkit-transform:scale(1.1); -moz-transform:scale(1.1); -ms-transform:scale(1.1); -o-transform:scale(1.1);}

    .page-content .search ul.lists li .texts .names { color: #222; font-size: 18px; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s;}
    .page-content .search ul.lists li .texts .intros { color: #7b7b7b; font-size: 16px; margin-top: 10px; margin-bottom: 15px; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; line-height: 1.5em; max-height: 6em; }
    .page-content .search ul.lists li .texts .buttons { background: #235ab5; color: #FFF; display: inline-block; padding: 5px 25px; -moz-border-radius: 36px; -webkit-border-radius: 36px; border-radius: 36px; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s;}
    .page-content .search ul.lists li:hover .texts .names { color: #235ab5;}
    .page-content .search ul.lists li:hover .texts .buttons { background: #0000a0;}


    .page-content .single { margin-top: 30px;}
    .page-content .lefts { float: left; width: 300px;}
    .page-content .rights { float: right; width: calc(100% - 340px); }

    .page-content .rights .device { margin-top: 30px;}
    .page-content .rights .device ul.lists { }
    .page-content .rights .device ul.lists li { float: left; padding: 10px; border: solid 1px rgba(242, 242, 242, 1); width: 32.000000%; margin-right: 2%; margin-bottom: 30px; -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s;  -ms-transition: all .3s;  transition: all .3s;}
    .page-content .rights .device ul.lists li:nth-child(3n) { margin-right: 0;}
    .page-content .rights .device ul.lists li .pics { margin: 0 auto; width: 100%;  position: relative; overflow: hidden;}
    .page-content .rights .device ul.lists li .pics .play { position: absolute; top: 0; left: 0; width: 100%; height: 100%; font-size: 38px; padding-top: 30%; text-align: center; background: rgba(0,0,0,0.63); color: #fff; -webkit-transition-duration: .4s; transition-duration: .4s;  -webkit-transform: translate3d(0,100%,0);  transform: translate3d(0,100%,0);  -webkit-transition-property: opacity,-webkit-transform;  transition-property: opacity,-webkit-transform;  transition-property: transform,opacity;  transition-property: transform,opacity,-webkit-transform;  opacity: 0;}
    .page-content .rights .device ul.lists li .pics img { max-width: 100%;}
    .page-content .rights .device ul.lists li .names { color: #222; text-transform: capitalize; font-size: 15px; line-height: 24px; height: 24px; overflow: hidden; text-align: center; margin-top: 10px;}
    .page-content .rights .device ul.lists li:hover { transform: translate(0, -10px); -ms-transform: translate(0, -10px); -moz-transform: translate(0, -10px); -webkit-transform: translate(0, -10px); -o-transform: translate(0, -10px);}
    .page-content .rights .device ul.lists li:hover .play { opacity: 1; -webkit-transform: translate3d(0,0,0);  transform: translate3d(0,0,0);}

    .page-content .rights .news { margin-top: 30px;}
    .page-content .rights .news ul.lists { }
    .page-content .rights .news ul.lists li { margin-bottom: 15px; border-bottom: dotted 1px #EEE; padding-bottom: 15px;}
    .page-content .rights .news ul.lists li .imgs { display: none; float: left; width: 30.000000%; overflow: hidden;}
    .page-content .rights .news ul.lists li .imgs img { max-width: 100%; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s;}
    .page-content .rights .news ul.lists li .texts { float: none; width: 100.000000%;}
    .page-content .rights .news ul.lists li:hover .imgs img { transform:scale(1.1);-webkit-transform:scale(1.1); -moz-transform:scale(1.1); -ms-transform:scale(1.1); -o-transform:scale(1.1);}

    .page-content .rights .news ul.lists li .texts .names { color: #222; font-size: 18px; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s;}
    .page-content .rights .news ul.lists li .texts .intros { color: #7b7b7b; font-size: 16px; margin-top: 10px; margin-bottom: 15px; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; line-height: 1.5em; max-height: 6em; }
    .page-content .rights .news ul.lists li .texts .buttons { background: #235ab5; color: #FFF; display: inline-block; padding: 5px 25px; -moz-border-radius: 36px; -webkit-border-radius: 36px; border-radius: 36px; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s;}
    .page-content .rights .news ul.lists li:hover .texts .names { color: #235ab5;}
    .page-content .rights .news ul.lists li:hover .texts .buttons { background: #0000a0;}


    .page-content .rights .pro>.tabs>.nav-tabs { border-bottom: none; background: #ececec;; border-left: solid 4px #ff3938;}
    .page-content .rights .pro>.tabs>.nav-tabs > li { margin-bottom: 0; font-size: 16px; font-weight: 700;}
    .page-content .rights .pro>.tabs>.nav-tabs > li > a { line-height: 44px; margin-right: 0; padding: 0 15px; border: none; border-radius: 0; color: #000;}
    .page-content .rights .pro>.tabs>.nav-tabs > li.active > a, .detail-page .sides .sidesR .columns>.tabs>.nav-tabs > li.active > a:hover, .detail-page .sides .sidesR .columns>.tabs>.nav-tabs > li.active > a:focus { background:#235ab5; color: #FFF;}
    .page-content .rights .pro>.tabs>.nav > li > a:hover,
    .page-content .rights .pro>.tabs>.nav > li > a:focus { background:#235ab5;color: #FFF;}

    #goods-detailContent { text-align: left; padding: 20px; border-left: 1px solid #ececec; border-right:1px solid #ececec; border-bottom: 1px solid #ececec;/*  height: 858px; overflow-y: scroll;*/}

    .page-content .rights .pro .goods-content { }
    .page-content .rights .pro .goods-content .parms { border-bottom: solid 1px #f6f6f6; padding-bottom: 10px; margin: 0 auto;}
    .page-content .rights .pro .goods-content .parms ul li { float: left; width: 33.333333%; font-size: 13px; margin-bottom: 5px;}
    .page-content .rights .pro .goods-content .parms ul li label { color: #999; font-weight: normal;}
    .page-content .rights .pro .goods-content .details { margin-top: 15px; margin-left: 30px; margin-right: 30px;}
    .page-content .rights .pro .goods-content .details img { width: 100%;}


    .page-content .message #message-form { margin-top: 30px;}
    .page-content .message ul.form li { float: left; margin: 0 4% 20px 0; width: 48.000000%; text-align: left;}
    .page-content .message ul.form li:nth-child(2n) { margin-right: 0;}
    .page-content .message ul.form li.fulls { float: none; width: 100%;}
    .page-content .message .inputs { width: 100%; padding: 0px 20px; font-size: 13px; line-height: 45px; color: #757575;  border: 1px solid #dcdcdc;border-radius: 4px;}
    .page-content .message textarea.inputs { line-height: 26px; padding-top: 15px; padding-bottom: 15px;}
    .page-content .message .form-control { line-height: 45px; height: 45px; font-size: 13px; -webkit-box-shadow: none; color: #757575; box-shadow:none;}
    .page-content .message .submits { text-align: left;}
    .page-content .message .submits.center { text-align: center;}
    .page-content .message .submits button { outline: 0; cursor: pointer; border: 0; letter-spacing: 3px; line-height: 45px; height: 45px; border-radius: 4px; color: #FFF; background: #1868cb; padding: 0 60px; display: inline-block; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s;}
    .page-content .message .submits:hover button { background: #235ab5;}

    .page-content.contact .info { text-align: left; color: #666;}
    .page-content.contact .info .introduction { font-size: 17px;line-height: 1.3;margin: 0 0 15px 0;}
    .page-content.contact .info h4 { line-height: 100%; display: inline-block; padding: 0 0 10px 0; font-size: 22px; color: #235ab5; border-bottom: 2px solid #235ab5; }
    .page-content.contact .info hr { margin-top:-1.3px;}
    .page-content.contact .info .content { float: left; width: 55%; font-size: 15px; line-height: 1.6;}
    .page-content.contact .info .message { float: right; width: 40%;}

    .page-content.contact .map { margin: 30px 0 0 0; position: relative;}
    .page-content.contact .map .containerMap { width: 100%; height: 420px; overflow: hidden; border: solid 1px #e4e4e4; -moz-border-radius: 3px; -webkit-border-radius: 3px;  border-radius: 3px;}
    .page-content.contact .map .mapIcon { text-align: left; position: absolute;left: 60px; top: 60px; background: rgba(255,255,255,.9);padding: 2%;max-width: 40%; color: #555;}
    .page-content.contact .map .mapIcon a { color: #555;}
    .page-content.contact .map .mapIcon a:hover { color: #235ab5;}
    .page-content.contact .map .mapIcon .company { color: #212121; font-weight: 700;}
    .page-content.contact .map .mapIcon ul.list { margin: 10px 0 0 0; font-size: 15px;}
    .page-content.contact .map .mapIcon ul.list li { margin: 0 0 5px 0; font-weight: lighter;}
    .page-content.contact .map .mapIcon ul.list li i { width: 16px; height: 16px; color: #888; display: inline-block; margin: 0 10px 0 0; text-align: center;}

    .page-content.honor { }
    .page-content.honor ul.lists { margin: 0 auto;}
    .page-content.honor ul.lists li { float: left; width: 22.750000%; text-align: center; margin: 0 3% 20px 0; background: #f6f6f6; padding: 10px;}
    .page-content.honor ul.lists li:nth-child(4n) { margin-right: 0;}
    .page-content.honor ul.lists li .pics { margin: 0 auto; width: 100%; overflow: hidden;}
    .page-content.honor ul.lists li .pics img { -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;}
    .page-content.honor ul.lists li:hover .pics img { transform: scale(1.1); -ms-transform: scale(1.1); -moz-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1);}
    .page-content.honor ul.lists li .names { color: #222; font-size: 15px; line-height: 24px; height: 24px; overflow: hidden; text-align: center; margin: 15px auto 10px auto; -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;}
    .page-content.honor ul.lists li:hover .names { font-size: 15px;  font-weight: bold; color: #000; }


    .page-content.case { }
    .page-content.case ul.lists { margin-top: 50px;}
    .page-content.case ul.lists li { float: left; padding: 10px; border: solid 1px rgba(242, 242, 242, 1); width: 23.500000%; margin-right: 2%; margin-bottom: 30px; -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s;  -ms-transition: all .3s;  transition: all .3s;}
    .page-content.case ul.lists li:nth-child(4n) { margin-right: 0;}
    .page-content.case ul.lists li .pics { margin: 0 auto; width: 100%;  position: relative; overflow: hidden;}
    .page-content.case ul.lists li .pics .more { display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; font-size: 38px; padding-top: 34%; text-align: center; background: rgba(0,0,0,0.63); color: #fff; -webkit-transition-duration: .4s; transition-duration: .4s;  -webkit-transform: translate3d(0,100%,0);  transform: translate3d(0,100%,0);  -webkit-transition-property: opacity,-webkit-transform;  transition-property: opacity,-webkit-transform;  transition-property: transform,opacity;  transition-property: transform,opacity,-webkit-transform;  opacity: 0;}
    .page-content.case ul.lists li .pics img { max-width: 100%;}
    .page-content.case ul.lists li .names { color: #222; font-weight: 700; font-size: 16px; text-transform: capitalize; line-height: 24px; height: 24px; overflow: hidden; text-align: center; margin-top: 10px;}
    .page-content.case ul.lists li:hover { transform: translate(0, -10px); -ms-transform: translate(0, -10px); -moz-transform: translate(0, -10px); -webkit-transform: translate(0, -10px); -o-transform: translate(0, -10px);}
    .page-content.case ul.lists li:hover .more { display: none; opacity: 1; -webkit-transform: translate3d(0,0,0);  transform: translate3d(0,0,0);}
    .page-content.case ul.lists li:hover .names { color: #235ab5;}

/* Page Content End */

/* Param Item Star */
ul.param-item { }
    ul.param-item.mt { margin-top: 20px;}
    ul.param-item li { width: 47.500000%; float: left; margin-right: 5.00000%; margin-bottom: 5px;}
    ul.param-item li:nth-child(2n) { margin-right: 0;}
/* Param Item End */

/* Thumb Detail Star */
.thumb-detail { margin-top: 20px;}
    .thumb-detail img { max-width: 100%;}

    .thumb-detail table td { padding-left: 10px;}
/* Thumb Detail End */

/* Category List Star */
.category-list { text-align: left;}
    .category-list .title { padding: 35px 33px; font-size: 26px; line-height: 30px; background: #235ab5; position: relative; color: #FFF;}
    .category-list .title:after { width: 0; height: 0; border-top: 20px solid #fff; border-left: 20px solid transparent; border-right: 1px solid #fff; border-bottom: 0; display: block; top: 0; right: 0; -webkit-transform: none; -ms-transform: none; -o-transform: none; transform: none; content: ""; position: absolute; }
    .category-list .title .eng { position: absolute; top: 36px; left: 0; width: 100%; text-align: center; text-transform: uppercase; font-size: 36px; color:rgba(255, 255, 255, 0.2); font-style: italic; }

    .category-list ul.list { border: 1px solid #e6e6e6; border-top: 0; background: #f7f8fa;}
    .category-list ul.list li { border-bottom: 1px solid #e6e6e6;}
    .category-list ul.list li:last-child { border-bottom: none;}
    .category-list ul.list li h4 a { color: #222; font-size: 16px; height: 67px; line-height: 67px; padding: 0 0 0 50px; position: relative; display: block; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s;}
    .category-list ul.list li.active h4 a { color: #235ab5; font-weight: 700; background: #EBECEC; }
    .category-list ul.list li:hover h4 a { color: #235ab5; font-weight: 700;}

    .category-list ul.list li h4 a:after { left: 30px; content: ""; position: absolute; width: 0; height: 0; border-top: 6px solid transparent; border-left: 6px solid #b3b3b3;border-bottom: 6px solid transparent;display: block;top: 50%;margin-top: -6px;}
    .category-list ul.list li.active h4 a:after,.category-list ul.list li:hover h4 a:after { border-left-color: #235ab5;}

    .category-list ul.pro { border: 1px solid #e6e6e6; border-top: 0; background: #f7f8fa;}
    .category-list ul.pro>li { border-bottom: 1px solid #e6e6e6; padding: 0 15px; }
    .category-list ul.pro li { line-height: 52px; font-size: 16px; -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;}
    .category-list ul.pro li>a { -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;}

    .category-list ul.pro li.active,.category-list ul.pro li:hover { color: #235ab5;}
    .category-list ul.pro li.active>a,.category-list ul.pro li:hover>a { color: #235ab5; font-weight: 700;}

    .category-list ul.pro>li i { float: right; margin-top: 17px; cursor: pointer;}
    .category-list ul.pro>li>ul { border-top: 1px dotted #e6e6e6; display: none;}
    .category-list ul.pro>li>ul li a { display: block;}

    .category-list ul.pro li:last-child { border-bottom: none;}
/* Category List End */

/* Detail Info Star */
.detail-info { }
    .detail-info img { max-width: 100%; object-fit: cover; vertical-align: middle; transition:all .6s; -moz-transition:all .6s; -webkit-transition:all .6s; -o-transition:all .6s;}
    .detail-info .heads { border-bottom: 1px solid #f5f5f5; text-align: center;}
    .detail-info .heads .names { font-size: 28px; font-weight: 700; line-height: 1; text-align: center; color: #212121;}
    .detail-info .heads .paras { margin: 10px 0; color: #7d7d7d;}
    .detail-info .heads .bdshare { margin: 0 auto; display: inline-block;}
    .detail-info .heads .bdshare span { float: left; vertical-align: middle; margin-top: 6px;}
    .detail-info .infos { margin: 0 auto; font-size: 16px; padding: 30px 0; line-height: 1.4;}
    .detail-info .infos video { max-width: 100%;}
/* Detail Info End */

/* Prev Next Star */
.prev-next { border-top: 1px solid #f5f5f5; padding: 20px 0 0 0;}
    .prev-next a { color: #545454;}
    .prev-next .prev { width: 40%; float: left; text-align: left; text-transform: capitalize; display: inline-block; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; line-height: 1; padding: 8px 14px; border: 1px solid #f5f5f5; border-radius: 10px; -webkit-transition: .6s; -o-transition: .6s; transition: .6s; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
    .prev-next .prev:hover { background: #235ab5; border: solid 1px #235ab5;}
    .prev-next .prev:hover a { color: #FFF;}

    .prev-next .back { width: 20%; float: left; text-align: center; text-transform: capitalize;}
    .prev-next .back a { display: inline-block; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; line-height: 1; padding: 8px 14px; border: 1px solid #ddd; border-radius: 10px; -webkit-transition: .6s; -o-transition: .6s; transition: .6s;}
    .prev-next .back a:hover { color: #FFF; background: #235ab5; border: solid 1px #235ab5;}

    .prev-next .next { width: 40%; float: right; text-align: right; text-transform: capitalize; display: inline-block; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; line-height: 1; padding: 8px 14px; border: 1px solid #f5f5f5; border-radius: 10px; -webkit-transition: .6s; -o-transition: .6s; transition: .6s; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
    .prev-next .next:hover { background: #235ab5; border: solid 1px #235ab5;}
    .prev-next .next:hover a { color: #FFF;}
/* Prev Next End */

/* Pages Star */
.pages{ text-align: center; font-size: 16px;  }
    .pages .item { display: inline-block; vertical-align: top; margin: 0 2px 2px 2px; border: 1px solid #eaeaea; line-height: 32px; min-width: 20px; text-align: center; padding: 0 10px; text-transform:capitalize; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px;}
    .pages .on { background: #235ab5; color: #FFF;}
/* Pages End */

/* <1920的设备 */
@media screen and (max-width: 1920px){

}

/* <1680的设备 */
@media screen and (max-width: 1680px){

}

/* <1500的设备 */
@media screen and (max-width: 1500px){

}

/* <1440的设备 */
@media screen and (max-width: 1440px){

}

/* <1366的设备 */
@media screen and (max-width: 1366px){

}

/* <1200的设备 */
@media screen and (max-width: 1200px){

}

/* <991的设备 */
@media screen and (max-width: 991px){

    /* Header Blank Star */
    #header-blank { height: 52px;}
    /* Header Blank End */

    .container { padding-left: 10px; padding-right: 10px;}

    /* Current Location Star */
    #current-location { height: 48px; line-height: 48px;}
    #current-location .breadcrumbs i { height: 48px; }
    #current-location .breadcrumbs i.fa { height: 48px; line-height: 48px;}
    /* Current Location End */

    /* Corporate Culture Star */
    #corporate-culture { padding: 0;}
    #corporate-culture ul.culture li { width: 100%; height: auto; border-right: none; padding: 0 15px 0 15px; margin-bottom: 30px; text-align: center;}
    /* Corporate Culture End */

    /* Page Content Star */
    #page-content { padding: 20px 0; overflow: hidden;}
    .page-content { margin: 0;}
    .page-content .single { margin-top: 20px;}
    .page-content .lefts { display: none;}
    .page-content .rights { float: none; width:100%; }

    .page-content .rights .pro>.tabs>.nav-tabs > li { float: left; width: 50.000000%; border-bottom: solid 1px #C9C5C5; border-right: solid 1px #C9C5C5;}
    .page-content .rights .pro>.tabs>.nav-tabs > li:nth-child(2n) { border-right: 0;}
    .page-content .rights .pro>.tabs>.nav-tabs > li > a { padding: 0 10px;}

    #goods-detailContent { padding: 20px 10px;}

    .page-content .rights .news { margin-top: 20px;}
    .page-content .rights .news ul.lists li .imgs { float: none; width: 100.000000%;}
	.page-content .rights .news ul.lists li .imgs img { width:100%}
    .page-content .rights .news ul.lists li .texts { float: none; width: 100.000000%; margin-top: 10px;}
    .page-content .rights .news ul.lists li .texts .buttons { display: table; margin: 0 auto;}

    .page-content.case ul.lists { margin-top: 30px;}
    .page-content.case ul.lists li { width: 49.000000%;}
    .page-content.case ul.lists li:nth-child(2n) { margin-right: 0;}

    .page-content .rights .device { margin-top: 20px;}
    .page-content .rights .device ul.lists { }
    .page-content .rights .device ul.lists li { float: none; width: 100.000000%; margin-right: 0; margin-bottom: 20px;}
	.page-content .rights .device ul.lists li .pics img { width:100%;}
	
	

    .page-content.honor ul.lists li { width: 48.50%; }
    .page-content.honor ul.lists li:nth-child(2n) { margin-right: 0;}

    .page-content.contact .info .content { float: none; width: 100%; margin-bottom: 15px;}
    .page-content.contact .info .message { float: none; width: 100%;}

    .page-content.contact .map { margin: 20px 0 0 0; }
    .page-content.contact .map .mapIcon { left: 10px; top: 10px; max-width: 100%;}
    /* Page Content End */

    /* Param Item Star */
    ul.param-item.mt { margin-top: 15px;}
    ul.param-item li { width: 100.000000%; float: none; margin-right: 0;}
    /* Param Item End */
	
	
	
	
}

/* <767的设备 */
@media screen and (max-width: 767px){

}

/* <450的设备 */
@media screen and (max-width: 450px){

}