/*section{padding:50px 0;}*/

.margin_top {
    margin-top: 8%;
}

.position_relative {
    position: relative;
}

.white_font {
    color: #fff;
}

a:hover {
    text-decoration: none;
}

label {
    max-width: none;
}

.fl {
    float: left
}

.fr {
    float: right
}

section {
    padding: 100px 0;
}

.container {
    width: 1290px;
}

.index_ab {
    background: url("../../images/home/1.jpg")no-repeat center;
    height: 775px;
    padding-top: 191px;
}

.index_ab h6 {
    font-size: 55px;
    color: #fff;
    padding-bottom: 10px;
}

.index_ab span {
    font-size: 13px;
    color: #fff;
    padding-bottom: 30px;
    display: block;
    padding-left: 55px;
}

.index_ab p {
    font-size: 12px;
    color: #fff;
    width: 30%;
    line-height: 30px;
    padding-left: 55px;
}

.index_ab b {
    font-size: 14px;
    color: #fff;
    font-weight: lighter;
    display: block;
    padding-top: 40px;
    padding-left: 55px;
}

.pro_top {
    margin-bottom: 20px;
}

.pro_top img {
    margin: 0 auto;
    display: block;
}

.pro_top p {
    font-size: 15px;
    color: #222222;
    text-align: center;
    font-weight: lighter;
    letter-spacing: 5px;
}

.index_pro ul li:nth-child(2n){
    padding: 10px 10px;
    overflow: hidden;
}

.index_pro ul li:nth-child(1n){
    padding: 10px 10px 10px 0px;
    overflow: hidden;
}

.index_pro ul li a {
    display: block;
    overflow: hidden;
}

.index_pro ul li img {
    position: relative;
    width: 100%;
    transition: all 0.6s;
    cursor: pointer;
}

.index_pro ul li:hover img {
    transform: scale(1.3);
}

.pro_con {
    left: 28%;
    padding: 15px 75px 10px;
}

.pro_con span {
    font-size: 18px;
    color: #100f0f;
    display: block;
    text-align: center;
}

.pro_con p {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    margin: 5px 0;
    text-align: center;
}

.pro_con1 {
    bottom: 38%;
    left: 2.5%;
    width: 95%;
}

.index_logo {
    padding: 0px 0 100px;
}

.index_logo .swiper-slide img {
    margin: 0 auto;
    display: block;
    transition: All 1.5s ease-in-out;
}

.index_logo .swiper-slide img:hover {
    transform: rotateY(360deg);
    transition: 1.5s !important;
}

.index_logo .swiper-pagination {
    bottom: -5px;
}


/*首页荣誉*/

.index_honor {
    background: #fafafa;
    padding: 100px 0;
}

.index_honor .container .row .swiper-container .swiper-slide img {
    margin-bottom: 15px;
}

.index_honor .container .row .swiper-container .swiper-slide {
    cursor: pointer;
}

.index_honor .container .row .swiper-container .swiper-slide img {
    -webkit-transition: margin-bottom .5s ease;
    -moz-transition: margin-bottom .5s ease;
    -ms-transition: margin-bottom .5s ease;
    -o-transition: margin-bottom .5s ease;
    transition: margin-bottom .5s ease;
}

.index_honor .container .row .swiper-container .swiper-slide img:hover {
    margin-bottom: 13px;
}

.index_honor .container .row .swiper-container .swiper-button-prev {
    width: 42px;
    height: 42px;
    background-color: #ccc;
}

.index_honor .container .row .swiper-container .swiper-button-next {
    width: 42px;
    height: 42px;
    background-color: #ccc;
}

.index_about {
    width: 1290px;
    margin: 0 auto;
    height: 560px;
    margin-bottom: 148px;
}

.index_about ul {
    width: 1000px;
    margin: 55px auto;
}

.index_about ul li {
    float: left;
    width: 20%;
    border-right: 1px solid #d6d6d6;
}

.index_about ul li span {
    display: block;
    color: #474747;
    font-size: 22px;
    text-align: center;
}

.index_about ul li p {
    color: #474747;
    font-size: 16px;
    text-align: center;
}

.index_about .about_video {
    float: left;
    width: 62%;
    margin-right: 50px;
}

.index_about .about_video video {
    width: 100%;
}

.index_about .video-desc {
    float: left;
}

.index_about .video-desc .video-desc-title {}

.index_about .video-desc .video-desc-con {}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}


/* For IE 6/7 only */

.clearfix {
    *zoom: 1;
}

.index_fac {
    background: url("../../images/home/11.jpg")no-repeat center;
    height: 830px;
    padding: 100px 0;
    width: 1290px;
    margin: 0 auto;
}

.index_fac .fac_nav ul li {
    float: left;
    width: 187px;
    height: 43px;
    text-align: center;
    cursor: pointer;
    border: 3px solid #176940;
    padding: 5px 0;
    margin: 0 10px;
}

.index_fac .fac_nav ul li a {
    color: #176940;
    font-size: 18px;
}

.index_fac .fac_nav ul li:hover {
    background-color: #176940;
}

.index_fac .fac_nav ul li:hover a {
    color: #fff;
}

.index_fac .fac_img {
    margin-top: 20px;
}

.index_fac .fac_img ul li {
    display: none;
}

.index_fac .fac_img ul li {
    float: left;
    margin: 5px;
}

.index_fac .fac_img ul li img {
    width: 302px;
}

.index_fac .fac_img .fac_active {
    display: block;
}

.sy_anli {
    margin-top: 45px;
    position: relative;
    width: 1200px;
    height: 611px;
    overflow: hidden;
}

.sy_anli .hd {
    width: 40%;
    z-index: 999;
    float: right;
}

.sy_anli .hd li {
    width: 220px;
    height: 157px;
    float: left;
    position: relative;
    margin: 0 0 20px 15px;
}

.sy_anli .hd li img {
    display: block;
    width: 100%;
    height: 100%;
}

.sy_anli .hd li .layer {
    width: 100%;
    height: 100%;
    background: #176940;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.sy_anli .hd li .layer p {
    width: 50%;
    top: 42%;
    position: absolute;
    left: 36%;
    color: #fff;
    font-size: 18px;
    font-weight: lighter;
}

.sy_anli .hd li:hover .layer {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.sy_anli .bd {
    width: 60%;
    height: 513px;
    float: left;
}

.sy_anli .bd li {
    width: 100%;
    height: 513px;
    position: relative;
}

.sy_anli .bd li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.sy_anli .bd li div {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 740px;
    height: 95px;
}

.sy_anli .bd li img {
    display: block;
    width: 100%;
    height: 100%;
}

.sy_anli .bd li>a:nth-of-type(2) {
    width: 98px;
    line-height: 35px;
    height: 35px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    position: absolute;
    left: 593px;
    bottom: 26px;
    border: 2px solid #fff;
}

.sy_anli .bd li>a:nth-of-type(2):hover {
    background: #fff;
    color: #000;
}

.index_js {
    background: #fafafa;
    padding: 100px 0;
}

.index_js .js_left p {
    color: #555555;
    line-height: 25px;
    margin: 10px 0;
    width: 85%;
}

.index_js .js_left .more img {
    margin-top: 30px;
    margin-bottom: 80px;
}

.index_js .js_right1 img {
    width: 100%;
}

.index_js .js_right2 {
    height: 209px;
}

.index_js .js_right2 li:nth-of-type(1) p {
    background: url("../../images/home/70.png")no-repeat center top;
    font-size: 15px;
    color: #858482;
    height: 128px;
    text-align: center;
    line-height: 235px;
    margin-top: 70px;
}

.index_js .js_right2 li:nth-of-type(2) p {
    background: url("../../images/home/71.png")no-repeat center top;
    font-size: 15px;
    color: #858482;
    height: 128px;
    text-align: center;
    line-height: 235px;
    margin-top: 70px;
}

.index_js .js_right2 li:nth-of-type(3) p {
    background: url("../../images/home/72.png")no-repeat center top;
    font-size: 15px;
    color: #858482;
    height: 128px;
    text-align: center;
    line-height: 235px;
    margin-top: 70px;
}

.index_js .js_right2 li:nth-of-type(4) p {
    background: url("../../images/home/73.png")no-repeat center top;
    font-size: 15px;
    color: #858482;
    height: 128px;
    text-align: center;
    line-height: 235px;
    margin-top: 70px;
}

.index_js .js_right2 li:nth-of-type(1):hover p {
    background: url("../../images/home/74.png")no-repeat center top;
}

.index_js .js_right2 li:nth-of-type(2):hover p {
    background: url("../../images/home/75.png")no-repeat center top;
}

.index_js .js_right2 li:nth-of-type(3):hover p {
    background: url("../../images/home/76.png")no-repeat center top;
}

.index_js .js_right2 li:nth-of-type(4):hover p {
    background: url("../../images/home/77.png")no-repeat center top;
}

.index_news .news1 b {
    font-size: 50px;
    color: #212121;
    display: block;
    text-align: center;
    font-weight: 500;
}

.index_news .news1 time {
    color: #212121;
    font-size: 13px;
    display: block;
    text-align: center;
}

.index_news .news1 h3 {
    color: #222222;
    font-size: 16px;
    display: block;
    padding: 10px 30px 15px;
}

.index_news .news1 p {
    font-size: 14px;
    color: #8a8a8a;
    line-height: 25px;
    padding: 0 30px;
}

.index_news .news1 .swiper-slide {
    margin: 30px 0;
}

.index_news .swiper-pagination {
    width: 60%;
    margin-top: 30px;
}

.index_news .swiper-pagination span {
    width: 15px;
    height: 15px;
    margin: 0 5px;
}

.index_lf {
    background: url("../../images/home/20.jpg")no-repeat center;
    height: 938px;
    padding-top: 250px;
}

.lf_con {
    background: #176940;
    opacity: 0.8;
    padding: 50px 0;
}

.index_lf span {
    display: block;
    color: #fff;
    letter-spacing: 5px;
    font-size: 18px;
    font-weight: lighter;
    padding-bottom: 20px;
}

.index_lf p {
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    font-weight: lighter;
    width: 90%;
    padding-bottom: 20px;
}

.index_lf a {
    color: #fff;
}

.index_lf .lf_left {
    margin-top: -10%;
    padding: 0;
}


/*详情页*/

.swiper-container {
    margin: 0;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
    text-align: center;
}

.gallery-top {
    height: 100%;
    width: 100%;
}

.gallery-thumbs {
    height: 88px;
    box-sizing: border-box;
    padding: 10px 0;
    width: 100%;
}

.gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

#popLayer {
    display: none;
    background-color: #B3B3B3;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
    /* 只支持IE6、7、8、9 */
}


/*弹出层*/

#popBox {
    display: none;
    background-color: #FFFFFF;
    z-index: 11;
    width: 501px;
    height: 412px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    border-radius: 20px;
}

#popBox .close {
    text-align: right;
    margin-right: 5px;
    background-color: #F8F8F8;
}


/*关闭按钮*/

#popBox .close a {
    text-decoration: none;
    color: #000;
    position: absolute;
    right: 18px;
    font-size: 28px;
    top: -8px;
}

#popBox .content img {
    border: 1px solid #ccc;
    border-radius: 15px;
}

#popBox .content1 {
    position: absolute;
    bottom: 35px;
    width: 100%;
}

.show_pro {
    background: #f6f6f6;
}

.show_pro .container {
    width: 1300px;
}

.show_pro .row {
    background: #fff;
    padding: 60px 0 30px 0;
}

.show_pro1 ul li a {
    float: left;
    background: #ededed;
    color: #49545a;
    font-size: 16px;
    display: block;
    border-left: 1px solid #fff;
    padding: 20px 70px;
    margin: 10px 10px;
}

.show_pro1 ul li.focus a {
    background: #176940;
}

.show_pro1 ul li:hover a {
    background: #176940;
    color: #fff;
}

.show_pro1 ul {
    margin: 20px auto;
    height: 62px;
    width: 94%;
}

.show_pro1_1 {
    padding-left: 45px;
}

.show_pro1_1 dl dt {
    font-size: 14px;
    background-color: #ededed;
    float: left;
    margin-right: 20px;
    width: 160px;
}

.show_pro1_1 dl dd {
    padding-bottom: 20px;
}

.show_pro1_1 dl dd a {
    padding: 11px;
    display: inline-block;
}

.show_pro1_1 dl dd a:hover {
    color: #176940;
}

.show_pro1_1 dl dt a {
    font-size: 15px;
    display: block;
    color: #49545a;
    width: 160px;
    height: 35px;
    padding: 7px 34px;
}

.show_pro1_1 dl dt a:hover {
    color: #fff;
}

.show_pro1_1 dl dt.focus {
    background: #176940;
}

.show_pro1_1 dl dt:hover {
    background: #176940;
}


/*
.show_pro1_1 .show_pro_children li a {
    background: #333333;
    color: #fff;
    font-size: 16px;
    display: block;
    border-left: 1px solid #ccc;
    padding: 18px 60px;
}

.show_pro1_1 .show_pro_children li.focus a {
    background: #176940;
}

.show_pro1_1 .show_pro_children li:hover a {
    background: #176940;
}

.show_pro1_1 .show_pro_children li{
    width: 18%;
    margin: 10px 0px;
}
*/

.show_pro1_1 ul {
    margin: 20px auto;
    height: 62px;
    width: 90.5%;
}

.show_pro2 {
    width: 1200px;
    margin: 0 auto;
}

.show_pro2 ul {}

.show_pro2 ul li {
    padding: 15px 10px;
    overflow: hidden;
    min-height: 348px;
}

.show_pro2 ul li a {
    display: block;
    overflow: hidden;
}

.show_pro2 ul li img {
    height: 280px;
    transition: all 0.6s;
}

.show_pro2 ul li:hover img {
    transform: scale(1.4);
}

.show_pro2 ul li p {
    color: #282828;
    font-size: 12px;
    text-align: center;
    border: 1px solid #ccc;
    padding: 10px 0;
}

.active {
    color: #176940;
}

.show_ab {
    background: url("../../images/home/28.jpg")no-repeat center bottom #f6f6f6;
}

.show_ab .row {
    background: #fff;
    padding: 60px 0 30px 0;
}

.show_ab1 ul {
    width: 94%;
}

.show_ab2 {
    margin: 30px 0;
}

.show_ab2 ul li {
    border-top: 1px dashed #ccc;
    padding: 20px 0;
}

.show_ab2 ul li span {
    color: #424242;
    font-size: 18px;
    display: block;
    background: url("../../images/home/30.jpg")no-repeat center;
    font-weight: bold;
    height: 40px;
    text-align: center;
    line-height: 35px;
}

.show_ab2 p {
    text-align: center;
}

.show_ab2 ul li p {
    color: #424242;
    font-size: 14px;
    line-height: 40px;
}

.show_zz p {
    color: #828282;
    font-size: 16px;
    line-height: 60px;
    letter-spacing: 5px;
}

.show_zz {
    padding-top: 80px;
}

.show_ab2 .js_right {
    padding-left: 23px;
}

.show_zz1 p {
    color: #828282;
    font-size: 16px;
    line-height: 60px;
    letter-spacing: 5px;
    text-align: right;
}

.show_ab3 p {
    color: #8e8e8e;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}

.show_ab3 img {
    width: 100%;
}

.show_ab3 ul {
    margin: 30px 0;
}

.show_ab3 ul li {
    padding: 10px 10px;
}

.show_pz {
    /*padding: 10px 25px;*/
}

.show_pz ul {
    width: 1100px;
    margin: 0 auto;
}

.show_pz ul li {
    color: #8b8b8b;
    font-size: 16px;
    padding: 5px 0;
}

.show_pz ul li a {
    color: #8b8b8b;
    font-size: 16px;
    padding: 5px 0;
    display: block;
}

.show_pz1 {
    padding: 0 25px;
}

.show_pz1 ul li {
    border: 1px solid #e9e9e9;
    padding: 0;
    margin: 20px 5px;
    width: 24%;
}

.show_pz1 ul li:nth-child(5) {
    clear: both;
}

.show_pz1 ul li img {
    width: 100%;
    max-height: 384px;
}

.show_pz1 ul li p {
    color: #282828;
    font-size: 15px;
    background: #e9e9e9;
    text-align: center;
    padding: 10px 0;
}

.show_pz1 ul li:hover {
    border: 1px solid #176940;
}

.show_pz1 ul li:hover p {
    color: #fff;
    background: #176940;
}

.show_hzhb li {
    padding: 30px 35px;
}

.show_hzhb li p {
    color: #222222;
    font-size: 18px;
    padding-left: 15px;
    border-left: 2px solid #176940;
    margin-bottom: 20px;
}

.show_hzhb li img {
    width: 100%;
}

.show_lxwm {
    background: #f6f6f6;
}

.show_lxwm .row {
    background: #fff;
    padding: 60px 0 30px 0;
}

.show_lx1 {
    border: 1px solid #ccc;
    width: 94%;
    margin: 30px auto;
    padding: 20px 25px;
}

.show_lx1 h3 {
    color: #333333;
    font-size: 16px;
    margin-bottom: 10px;
}

.show_lx1 span {
    color: #8c8a8a;
    font-size: 13px;
}

.show_lx1 time {
    font-size: 12px;
    color: #8c8a8a;
    display: block;
    float: right;
    margin-top: -25px;
}

.show_lx1 p {
    background: url("../../images/home/56.jpg")no-repeat right;
    height: 16px;
    margin-top: -15px;
}

.show_lx1.on p {
    background: url("../../images/home/57.jpg")no-repeat right;
    height: 16px;
}

.show_lx2 {
    border-top: 1px solid #ccc;
    padding: 10px 0;
    margin: 10px 0;
}

.show_lx3 {
    padding: 0 35px;
}

.show_lx3 h3 {
    font-size: 22px;
    color: #ac181d;
    border-left: 2px solid #ac181d;
    font-weight: 600;
    padding-left: 20px;
    margin-top: 35px;
}

.show_lx3 p {
    padding-left: 40px;
    font-size: 15px;
    color: #787878;
    margin-left: 20px;
    line-height: 37px;
    margin-top: 25px;
    margin-bottom: 35px;
}

.show_lx4 .hd {}

.show_lx4 .hd ul {
    width: 1100px;
    margin: 0 auto;
    height: 42px;
}

.show_lx4 .hd li {
    color: #8c8c8c;
    font-size: 16px;
    background: #eeeeee;
    text-align: center;
    padding: 10px 0;
    width: 50%;
    float: left;
}

.show_lx4 .hd li.on {
    color: #fff;
    background: #ac181d;
}

.show_lx4 .bd {}

.show_lx4 .bd #map {
    height: 403px;
    width: 1100px;
    margin: 30px auto;
}

.show_lx4 .bd #map1 {
    height: 403px;
    width: 1100px;
    margin: 30px auto;
}

.show_lx5 ul li a {
    width: 50%;
    padding: 15px 0;
    text-align: center;
}

.show_lx5 ul {
    width: 91%;
}

.show_news {
    background: #f6f6f6;
}

.show_news .row {
    background: #fff;
    padding: 60px 0 30px 0;
}

.show_news3 {
    margin-bottom: 50px;
}

.show_news3 li {
    padding: 30px 20px;
    border-bottom: 1px solid #eeeeee;
    margin: 10px 0;
}

.show_news3 li:hover {
    box-shadow: 0 0 20px #ccc;
}

.show_news3 li h6 {
    color: #333333;
    font-size: 18px;
    padding-bottom: 20px;
}

.show_news3 li p {
    color: #838383;
    font-size: 13px;
    line-height: 30px;
    width: 85%;
}

.show_news3 li b {
    display: block;
    font-size: 48px;
    font-weight: 500;
    color: #212121;
    text-align: center;
}

.show_news3 li time {
    font-size: 12px;
    color: #222222;
    display: block;
    text-align: center;
}

.show_news2 {
    border-left: 1px solid #eeeeee;
}

.show_news1 {
    padding-top: 25px;
}

.show_pro5 {
    width: 1000px;
    margin: 0 auto;
}

.show_pro5 h3 {
    font-size: 24px;
    color: #363636;
    padding: 50px 0 15px;
}

.show_ab ul li a {}

.ny_main {
    width: 1200px;
    min-height: 500px;
    margin: 20px auto 30px auto;
}

.new_main {
    min-height: 600px;
}

.new_main>a {
    background: #fff;
    padding: 30px 40px;
    display: block;
    border: 1px solid #dfdfdf;
}

.new_main>a>img {
    width: 222px;
    height: 189px;
    display: block;
    float: left;
}

.new_main>a>div {
    margin-left: 26px;
    position: relative;
    width: 870px;
    float: right;
}

.new_main>a>div>font {
    color: #121212;
    font-size: 22px;
    line-height: 22px;
    padding-top: 11px;
}

.new_main>a>div>div {
    float: right;
    padding-left: 26px;
    background: url(../../images/home/click.png) no-repeat center left;
    color: #7a7a7a;
    font-size: 14px;
}

.new_main>a>div p {
    font-size: 14px;
    color: #7a7a7a;
    line-height: 28px;
    margin-top: 14px;
    margin-bottom: 43px;
}

.new_main>a>div i {
    background: url(../../images/home/go.png) no-repeat center top;
    width: 36px;
    height: 36px;
    position: absolute;
    bottom: 0;
    right: 4px;
}

.new_main>a:hover {
    box-shadow: 0 0 20px 5px #dfdfdf;
}

.new_main>a:hover>div font {
    color: #f1a009;
}

.new_main>a:hover>div i {
    background-position-y: -36px;
}

.new_main_k {
    padding: 20px;
    background: #fff;
}

.arc_time {
    padding-top: 20px;
    margin-bottom: 20px;
}

.arc_time,
.arc_title {
    text-align: center;
}

.paey {
    width: 100%;
    line-height: 58px;
    float: left;
    border-top: 2px solid #626262;
    margin: 30px 0;
}

.paey2 {
    width: 100%;
    line-height: 58px;
    float: left;
    border-top: 2px solid #626262;
    margin: 50px 0;
}

.paey>div.ce {
    width: 500px;
    text-align: center;
    line-height: 58px
}

.paey>div.ce>a {
    display: inline-block;
    width: 28px;
    height: 28px;
    color: #777777;
    text-align: center;
    line-height: 28px;
}

.paey>div.ce>a.focus {
    background: #ac181d;
    color: #fff;
    border-radius: 50px;
}

.paey>a,
.paey>span {
    display: block;
    width: 71px;
    line-height: 58px;
    color: #555555;
    font-size: 18px;
}

.paey>a.fl,
.paey>span.fl {
    background: url(../../images/home/anli05.jpg) no-repeat left center;
    padding-left: 47px;
}

.paey>a.fr,
.paey>span.fr {
    background: url(../../images/home/anlipro.jpg) no-repeat right center;
    float: left;
    text-align: right;
    padding-right: 47px;
}

.side {
    position: fixed;
    width: 54px;
    height: 275px;
    right: 0;
    top: 214px;
    z-index: 100;
}

.side ul li {
    width: 54px;
    height: 54px;
    float: left;
    position: relative;
    border-bottom: 1px solid #444;
    transition: all 0.5s;
}

.side ul li .sidebox {
    position: absolute;
    width: 54px;
    height: 54px;
    top: 0;
    right: 0;
    transition: all 0.3s;
    background: #000;
    opacity: 0.8;
    filter: Alpha(opacity=80);
    color: #fff;
    font: 14px/54px "寰蒋闆呴粦";
    overflow: hidden;
}

.side ul li .sidebox1 {
    position: absolute;
    width: 54px;
    height: 54px;
    top: 0;
    right: 0;
    transition: all 0.3s;
    background: #000;
    opacity: 0.8;
    filter: Alpha(opacity=80);
    color: #fff;
    font: 14px/54px "寰蒋闆呴粦";
    overflow: hidden;
}

.side ul li .sidetop {
    width: 54px;
    height: 54px;
    line-height: 54px;
    display: inline-block;
    background: #000;
    opacity: 0.8;
    filter: Alpha(opacity=80);
    transition: all 0.3s;
}

.side ul li .sidetop:hover {
    background: #176940;
    opacity: 1;
    filter: Alpha(opacity=100);
}

.side ul li img {
    float: left;
}

.side ul li .sidebox_ewm {
    position: absolute;
    width: 54px;
    height: 54px;
    top: 0;
    right: 0;
    transition: all 0.3s;
    background: #000;
    opacity: 0.8;
    filter: Alpha(opacity=80);
    color: #fff;
    font: 14px/54px "寰蒋闆呴粦";
    overflow: hidden;
}

.side ul .sidebox_ewmbox:hover {
    width: 54px;
    height: 210px !important;
}

.side ul .sidebox_ewmbox p {
    transition: all 0.5s;
    left: 5px;
    top: 0px;
}

.side ul .sidebox_ewmbox:hover p {
    display: block;
    position: relative;
    left: 5px;
    top: 0px;
    transition: all 0.5s;
}

.side ul .sidebox_ewmbox img {
    margin-left: 0px;
    transition: all 0.5s;
}

#navbar>p.navbar-right {
    line-height: 36px;
    color: #fff;
    font-size: 22px;
}

#navbar>p.navbar-right i {
    display: block;
    float: left;
    width: 72px;
    height: 72px;
    background: url(../../images/home/rex.png) no-repeat center / 75%;
    margin-right: 15px;
}

@media (min-width: 768px) {
    #navbar>p.navbar-right {
        margin: 10px 4% 10px 4%;
    }
}

@media (min-width:1440px) {
    .h_nav .navbar-right li a {
        padding: 20px 15px
    }
}

body {
    min-width: 1440px;
}