﻿@charset "utf-8";

/* CSS Document */

html {
    color: #333;
    background: #fff
}

body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ul,
li,
a,
strong,
dl,
dt,
dd,
input,
textarea {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    text-decoration: none;
    font-family: "microsoft yahei";
    font-weight: normal;
    font-size: 14px;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none !important;
}

a:focus {
    text-decoration: none!important;
}

fieldset,
img {
    border: 0
}

ol,
ul {
    list-style: none
}

.w-100 {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.w-1260 {
    width: 1260px;
    margin: 0 auto;
    overflow: hidden;
}

.w-1260-1 {
    width: 1260px;
    margin: 0 auto;
}

#w-1200 {
    width: 1260px;
    margin: 0 auto;
    overflow: hidden;
}

#w-1200-1 {
    width: 1260px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 55px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-65 {
    margin-top: 65px;
}

.mt-70 {
    margin-top: 60px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.t-align-c {
    text-align: center;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.margin0 {
    margin: 0 0px;
}

.margin3 {
    margin: 0 3px;
}

.margin5 {
    margin: 0 5px;
}

.margin8 {
    margin: 0 8px;
}

.margin-20 {
    margin: 0 -20px;
}

.padding0 {
    padding: 0px;
}

.padding3 {
    padding: 0 3px;
}

.padding8 {
    padding: 0 8px;
}

.padding-8 {
    padding-right: 3px;
    padding-left: 3px;
}

.padding-15 {
    padding: 0 -15px !important;
}

.padding-p {
    padding: 15px 5%;
}

.padding3-sm {
    padding: 0 3px;
}

.padding-r-0 {
    padding-right: 0px;
}

.padding-5-xs {
    padding: 5px;
}

.padding15 {
    padding: 15px;
}

.padding15-8 {
    padding: 15;
}

.padding3-sm {
    padding: 0 3px;
}

.padding-r-0 {
    padding-right: 0px;
}

.padding0-sm8 {
    padding: 0px;
}

.padding-xs-l {
    padding-left: 8px;
}

.pag-hpro {
    padding: 8px;
}

.w-70 {
    width: 900px;
    margin: 0 auto;
}

.w-80 {
    width: 80%;
    margin: 0 auto;
}

#w-1260 {
    margin: 0 auto;
    width: 1260px;
    overflow: hidden;
}

#w-1260-1 {
    margin: 0 auto;
    width: 1260px;
}

#w-90 {
    margin: 0 auto;
    width: 90%;
}

.p-img {
    width: 100%;
}


/*====================banner====================*/

.flexslider {
    margin: 0px auto;
    position: relative;
    width: 100%;
    height: 100% !important;
    overflow: hidden;
    zoom: 1;
}

.flexslider .slides li {
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
}

.flexslider .slides li .banner-tu {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.flex-direction-nav a {
    width: 70px;
    height: 70px;
    line-height: 99em;
    overflow: hidden;
    margin: -35px 0 0;
    display: block;
    background: url(/Img/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    border-radius: 35px;
}

.flex-direction-nav .flex-next {
    background-position: 0 -70px;
    right: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 2px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    background: url(/Img/dot.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
    background-position: 0 0;
}

.flexslider .slides a img {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: block;
}


/*====================top====================*/

.top-w {
    width: 100%;
    border: none;
    /*border-bottom: 1px solid #d7d7d7;*/
    position: fixed;
    right: 0;
    left: 0;
    z-index: 10000;
    background-color: #001c54;
}

.t-gg-w {
    width: 100%;
    background: #393939;
    height: 32px;
    font-size: 12px;
    color: #787878;
    line-height: 32px;
}

.gg-left {
    width: 100%;
    vertical-align: middle;
}

.gg-left img {
    float: left;
    display: block;
    margin-right: 15px;
    margin-top: 4px;
    vertical-align: middle;
    width: 23px;
    height: 23px;
}

.gg-left p {
    font-size: 20px;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    color: #adadad;
}

.jingdong {
    text-align: right;
}

.jingdong img {
    display: block;
    margin: 0px;
}

.map-tit {
    margin: 0 auto;
    margin-top: 50px;
    /*  width: 1155px;*/
    height: auto;
    b/*order-radius: 10px;
  background: rgba(0,0,0,0.7);*/
    ilter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, endColorstr=#B2000000);
    overflow: hidden;
}

.map-tit .m-t-nr {
    /*margin:17px;*/
    /*border:3px solid #e9d364;
  border-radius:10px;*/
}

.map-tit .m-t-nr .xx-nr {
    padding: 30px 35px;
    overflow: hidden;
}

.map-tit .m-t-nr .xx-nr h2 {
    display: block;
    padding-bottom: 30px;
    font-size: 35px;
    color: #e9d364;
    text-align: center;
    font-weight: bold;
    line-height: 130%;
}

.map-tit .m-t-nr .xx-nr p {
    display: block;
    padding: 0px 15px;
    text-align: center;
    font-size: 17px;
    color: #fff;
    line-height: 170%;
}

.part-map {
    background-image: url(/Img/map-bg.jpg);
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.p3-img {
    width: 100%;
    text-align: center;
}

.zhuanli {
    margin-top: 30px;
}

.zhuanli img {
    display: block;
    width: 100%;
}

.zhuanli p {
    display: block;
    margin-top: 15px;
    font-size: 15px;
    color: #fff;
    text-align: center;
}


/*====================menu====================*/

.menu-w {
    width: 100%;
    height: auto;
    background-color: #011c53;
}

.pc-menu-bg {
    position: relative;
    z-index: 111111;
    width: 100%;
    background-color: #f0f0f0;
}

.pc-menu {
    width: 100%;
    margin: 0 auto;
    padding: 0px 0px;
    text-align: center;
}

.pc-menu li {
    padding: 17px 0px;
    position: relative;
    /*z-index: 1111111;*/
    display: inline-block;
    width: 12%;
    transition: all 0.3s ease-out;
}

.pc-menu li:before {
    content: "";
    position: absolute;
    z-index: 1111111;
    bottom: 0px;
    left: 50%;
    width: 0%;
    height: 3px;
    background-color: #ead465;
    transition: all 0.3s ease-out;
}

.pc-menu li:hover:before {
    width: 80%;
    left: 8%;
}

.pc-menu li #menu1-a {
    display: block;
    padding: 5px 0px;
    width: 95%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    transition: all 0.3s ease-out;
}


/*.pc-menu li:hover #menu1-a{
  background-color: #ead465;
  color: #000;
  border-radius: 15px;
}*/

.h-menu-hover,.pc-menu li .currclass {
    background-color: #ead465;
    color: #000 !important;
    border-radius: 15px;
}

.pc-menu li .menu-2 {
    display: none;
    position: absolute;
    top: 66px;
    left: 0px;
    z-index: 111111111;
    /*padding:0px 37px 30px 37px;*/
    width: 450px;
    background: rgba(255, 255, 255, 1);
    /*background-image: url(img/menu2-bg.png);*/
    /*border:1px solid #333;*/
    border-top: none;
    /*border-radius: 0px 0px 8px 8px;*/
    overflow: hidden;
}

.pc-menu li .menu-2 .menu2-l {
    float: right;
    /*margin-top: 30px;*/
    width: 294px;
    height: auto;
    position: relative;
}

.pc-menu li .menu-2 .menu2-l img {
    display: block;
    width: 294px;
    height: 100%;
    border-radius: 0px;
    overflow: hidden;
}

.pc-menu li .menu-2 .menu2-l p {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 30px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.8);
    ilter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, endColorstr=#B2000000);
}

.pc-menu li .menu-2 .menu2-l .zi1 {
    display: block;
    margin-top: 12px;
    padding-bottom: 5px;
    font-size: 15px;
    color: #000;
    text-align: center;
    line-height: 140%;
    border-bottom: 1px solid #333;
    letter-spacing: 0px;
}

.pc-menu li .menu-2 .menu2-r {
    float: left;
    margin-top: 30px;
    width: 150px;
    height: auto;
}

.pc-menu li .menu-2 .menu2-r li {
    position: relative;
    display: block;
    margin: 0px;
    border-bottom: 1px solid #efefef;
    width: 100%;
    overflow: hidden;
}

.pc-menu li .menu-2 .menu2-r li a {
    display: block;
    position: absolute !important;
    marign: 0px;
    padding: 0px;
    top: 0px;
    left: 0px;
    z-index: 10;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: #000;
    text-align: center;
}

.pc-menu li .menu-2 .menu2-r li:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 50%;
    z-index: 1;
    background-color: #efefef;
    width: 0%;
    height: 30px;
    transition: all 0.3s ease-out;
}

.pc-menu li .menu-2 .menu2-r li:hover:before {
    left: 0px;
    width: 100%;
}

.h-title {
    float: left;
    padding: 30px 0px 20px 0px;
}

.h-phone {
    float: right;
    padding: 30px 0px 20px 0px;
}


/*====================手机站menu====================*/

.ph-menu {
    display: block;
    width: 100%;
    padding: 10px 0px;
    font-size: 14px;
    color: #333;
    text-align: center;
}

.iphone {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
}

.iphone-tit {
    padding: 10px 0px;
    width: 100%;
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

.iphone__screen {
    position: fixed;
    z-index: 100000000;
    top: 0px;
    left: 0px;
    width: 100%;
    /*height:100%;*/
    overflow: hidden;
}

.iphone__content {
    position: relative;
    width: 100%;
    height: 100%;
}

.nav {
    position: absolute;
    z-index: 100;
    opacity: 0;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.nav--active .nav {
    opacity: 1;
    background-color: #333;
}

.nav__list {
    margin: 0;
    padding: 10px;
    padding-top: 30px;
}

.nav__item {
    margin: 0 auto;
    width: 90%;
    padding: 7px;
    list-style-type: none;
    text-align: left;
    border-bottom: 1px dashed #666;
    overflow: hidden;
}

.nav__item a {
    color: #ead465;
}

.nav__item:after {
    content: '';
    display: block;
    position: relative;
    bottom: -8px;
    width: 50%;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
}

.nav__link {
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    opacity: 1;
    -webkit-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
}

.nav__trigger {
    display: block;
    position: relative;
    z-index: 111111;
    position: fixed;
    top: 40px;
    right: 17px;
    padding: 10px;
    padding-bottom: 15px;
    background: rgba(0, 0, 0, 0.5);
    ilter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000);
    border-radius: 8px;
}

.nav--active .nav__trigger {
    opacity: 0.5;
}

.nav__icon {
    display: inline-block;
    position: relative;
    width: 23px;
    height: 3px;
    background-color: #FFFFFF;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.nav__icon:before,
.nav__icon:after {
    content: '';
    display: block;
    width: 23px;
    height: 3px;
    position: absolute;
    background: #FFFFFF;
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    transition-property: margin, transform, -webkit-transform;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.nav__icon:before {
    margin-top: -10px;
}

.nav__icon:after {
    margin-top: 10px;
}

.ph-2menu {
    padding: 10px 0px;
    overflow: hidden;
}

.ph-2menu a {
    display: block;
    float: left;
    margin-right: 1% width: 25%;
    margin: 5px 10px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #efefef;
    overflow: hidden;
}


/*====================手机站menu2====================*/

.ph-menu2 {
    height: auto;
    padding: 5px;
    background-color: #2c2c2c;
    overflow: hidden;
}

.ph-menu2 li {
    float: left;
    width: 25%;
    height: auto;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}

.ph-menu2 li a {
    display: block;
    margin: 2px auto;
    padding: 6px 0px;
    width: 96%;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 5px;
}


/*====================手机站 end menu2====================*/


/* 样式一*/

.style-1 .nav {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 100%;
    height: 100%;
}

.style-1 .nav--active {
    height: 100%;
}

.style-1 .nav__link {
    opacity: 0;
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}

.style-1 .nav--active .nav__link {
    opacity: 1;
}

.style-1 .nav--active .nav {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.style-1 .nav--active .nav__icon {
    background: rgba(0, 0, 0, 0);
}

.style-1 .nav--active .nav__icon:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.style-1 .nav--active .nav__icon:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/*====================end手机站menu====================*/


/*城市*/

.city-bgc {
    width: 100%;
    height: auto;
}

.city-left {
    float: left;
    width: 56.8%;
    height: 860px;
    background-color: #e3e6e7;
}

.city-right {
    float: right;
    width: 43%;
    background-color: #f4f4f4;
    text-align: center;
}

.ditu {
    margin: 0 auto;
    text-align: center;
    margin-top: 10%;
    width: 792px;
    height: 669px;
    position: relative;
}

.city-r {
    margin: 0 auto;
    width: 490px;
    height: 860px;
    background-color: #f4f4f4;
    /*overflow: hidden;*/
}

.city-top {
    padding: 60px 50px 40px;
    font-size: 0;
    text-align: center;
}

.city-sheng {
    width: 180px;
    height: 45px;
    border-right: 1px solid #e4e4e4;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    color: #000000;
    background: #ffffff;
    position: relative;
    border-radius: 4px 0 0 4px;
    display: inline-block;
    vertical-align: middle;
    z-index: 2;
}

.city-sheng .city-name {
    cursor: pointer;
    position: relative;
    padding-right: 45px;
}

.city-sheng .city-name span {
    display: block;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    color: #000000;
}

.city-sheng .city-name .tubiao {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: url(/Img/selectImg.png) center center no-repeat;
    width: 45px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.city-slist {
    width: 100%;
    line-height: 48px;
    overflow: hidden;
    display: none;
    position: absolute;
    z-index: 2;
    /*background-color: #b1b2b2;*/
}

.city-slist li {
    width: 50%;
    float: left;
    height: 45px;
    color: #ffffff;
    background-color: #b1b2b2;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
}

.city-slist li.bg {
    background-color: #9fa0a0;
}

.city-slist li:nth-child(2n) {
    border-left: 1px solid #c9c9c9;
}

.city-slist li.cur {
    background-color: #941532 !important;
}

.city-shi {
    width: 180px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    color: #000000;
    background: #ffffff;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    z-index: 2;
}

.city-shi .shi-name {
    cursor: pointer;
    position: relative;
    padding-right: 45px;
}

.city-shi .shi-name span {
    display: block;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    color: #000000;
}

.city-shi .shi-name .tubiao {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: url(/Img/selectImg.png) center center no-repeat;
    width: 45px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.shi-list {
    width: 100%;
    line-height: 48px;
    overflow: hidden;
    display: none;
    position: absolute;
    z-index: 2;
}

.shi-list li {
    display: block;
    width: 50%;
    float: left;
    height: 45px;
    color: #ffffff;
    background-color: #b1b2b2;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
}

.shi-list li.bg {
    background-color: #9fa0a0;
}

.shi-list li:nth-child(2n) {
    border-left: 1px solid #c9c9c9;
}

.shi-list li.cur {
    background-color: #941532 !important;
}

.covered {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
    width: 100%;
    height: 100%;
}

.s-l-tit h2 {
    display: none;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0px;
    border-bottom: 1px solid #777;
    text-align: center;
    font-size: 26px;
    color: #333;
    font-weight: bold;
}

.show-list {
    max-height: 550px;
    overflow-y: auto;
}

.show-list li {
    width: 100%;
    border-bottom: 1px dashed #c8cdd2;
    padding: 20px 0;
    margin: 0;
}

.show-list li h3 {
    display: block;
    margin-bottom: 8px;
    width: 100%;
    font-size: 18px;
    color: #2a2a2b;
}

.show-list li p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    line-height: 170%;
}

.show-list li a,
.show-list li p a {
    display: block;
    margin-top: 20px;
    font-size: 14px;
    color: red;
}


/*end城市*/


/*====================title====================*/

.h-tit1 {
    padding: 30px 10px 10px 10px;
}

.h-tit1 h2 {
    display: block;
    font-size: 26px;
    color: #3b3b3b;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.h-tit1 .line1 {
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 58px;
    height: 6px;
    background-color: #e7c414;
}

.h-tit1 p {
    text-align: center;
    font-size: 16px;
    color: #3b3b3b;
}

.h-tit2 {
    padding: 30px 10px 10px 10px;
}

.h-tit2 h2 {
    display: block;
    font-size: 26px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.h-tit2 .line1 {
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 58px;
    height: 6px;
    background-color: #e7c414;
}

.h-tit2 p {
    text-align: center;
    font-size: 16px;
    color: #666;
}

.h-tit01-1 {
    margin: 0 auto;
    margin-top: 100px;
    padding: 20px 0px;
    width: 1260px;
    height: 115px;
    overflow: hidden;
    border-bottom: 1px solid #efefef;
}

.h-tit01-1 h2 {
    display: block;
    width: 100%;
    height: 30px;
    font-size: 26px;
    color: #292929;
    text-align: center;
}

.h-tit01-1 .line {
    margin: 15px auto;
    width: 100px;
    height: 5px;
    background-color: #ead465;
}

.h-tit01-1 p {
    display: block;
    margin-top: 15px;
    width: 100%;
    font-size: 17px;
    color: #444;
    text-align: center;
    line-height: 170%;
}


/*====================middle====================*/


/*====================自适应新闻3====================*/


/*联系我们地图*/

.map-ys {
    margin: 0 auto;
    margin-top: 10%;
    width: 80%;
    height: 550px;
    border: #ccc solid 1px;
}

.b-map {
    position: fixed;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: rgba(50, 50, 50, 0.8);
    visibility: hidden;
    transition: all 0.6s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s;
    -webkit-transition: all 0.6s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s;
}

.b-map.hover {
    visibility: visible;
    top: 0;
}

.b-map .close-btn {
    position: absolute;
    right: 12%;
    top: 23%;
    width: 56px;
    height: 56px;
    background: url(/Img/closemap.png) no-repeat center center #3f51b5;
    display: block;
    z-index: 2;
}

.con-map {
    /*width: 100px;
  height: 30px;
  background-color: red;*/
}

.rm-about-t {
    margin-top: 25px;
    width: 100%;
    height: auto;
    position: relative;
}

.rm-about-t p {
    display: block;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: auto;
    font-size: 90px;
    opacity: 0.2;
    color: #fff;
    font-family: "Impact";
    font-weight: bold;
    text-transform: uppercase;
}

.rm-about-t h2 {
    display: block;
    position: absolute;
    top: 59px;
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 100;
    height: 100%;
    color: #fff;
    font-size: 30px;
}

.rm-about-cont {
    margin:  0 auto;
    margin-top: 120px;
    width: 90%;
}

.rm-about-cont p {
    padding-bottom: 10px;
}

.rm-about-cont p,
.rm-about-cont p a {
    font-size: 20px;
    color: #FFF;
    text-align: center;
    line-height: 289%;
}

.rm-about-more a {
    display: block;
    margin-top: 30px;
    margin-bottom: 20px;
    width: 133px;
    height: 37px;
    border: 1px solid #ead465;
    text-align: center;
    line-height: 37px;
    font-size: 15px;
    color: #ead465;
    margin: 0 auto;
    border-radius: 30px;
}

.rm-video {
    float: right;
    margin-top: 40px;
    width: 90%;
    height: auto;
    padding-bottom: 20px;
}

.rm-video img {
    width: 100%;
}

.rm-video p {
    display: block;
    padding: 20px 0px;
    text-align: center;
    font-size: 23px;
    color: #ead465;
}

.rm-video span {
    display: block;
    font-size: 16px;
    color: #999999;
    text-align: center;
    line-height: 170%;
}

.rm-fl-tit {
    margin-top: 30px;
    width: 435px;
}

.rm-fl-tit p {
    font-size: 35px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 53px;
}

.rm-fl-tit strong {
    font-size: 43px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
}

.rm-fenlei {
    margin-top: 50px;
    width: 100%;
    height: auto;
}

.rm-fenlei li {
    float: left;
    position: relative;
    margin-right: 25px;
    margin-bottom: 25px;
    padding: 15px 0px;
    width: 315px;
    background-color: #161616;
    border-radius: 10px;
    overflow: hidden;
}

.rm-fenlei li:before {
    content: "";
    position: absolute;
    z-index: 1px;
    background-color: #ead465;
    width: 0;
    height: 100%;
    top: 0px;
    left: 50%;
    opacity: 0;
    /* border-radius: 50%;*/
    transition: all 0.5s ease-out;
}

.rm-fenlei li:hover:before {
    left: 0;
    width: 100%;
    opacity: 1;
    /*border-radius: 0px;*/
}

.rm-fenlei li .shuzi {
    float: left;
    font-size: 46px;
    padding: 0px 30px;
    font-family: "Impact";
    color: #999;
    z-index: 10;
    position: relative;
    transition: all 0.5s ease-out;
}

.rm-fenlei li:hover .shuzi {
    color: #000;
}

.rm-fenlei li .p-name a {
    float: left;
    position: relative;
    z-index: 10;
    margin-top: 5px;
    border-left: 1px solid #fff;
    height: 51px;
    line-height: 50px;
    padding-left: 23px;
    font-size: 25px;
    color: #cacaca;
    transition: all 0.3s ease-out;
}

.rm-fenlei li:hover .p-name a {
    color: #000;
    border-left: 1px solid #000;
}

.rm-part3-tit {
    padding: 20px 15px 40px 15px;
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
}

.rm-part3-bg {
    width: 100%;
    height: 406px;
    overflow: hidden;
}

.rm-part3-l {
    float: left;
    width: 60%;
    height: 406px;
    overflow: hidden;
}

.rm-part3-l2 {
    float: left;
    width: 20%;
    height: 406px;
    overflow: hidden;
}

.rm-part3-r {
    float: right;
    width: 40%;
    height: 406px;
    overflow: hidden;
}

.rm-p3-bg {
    background: rgba(255, 255, 255, 0.8);
    ilter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#B2ffffff, endColorstr=#B2ffffff);
    height: 100%;
    margin: 0px 2px;
    overflow: hidden;
}

.rm-p3-bg2 {
    background: rgba(234, 212, 101, 0.8);
    ilter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#B2ead465, endColorstr=#B2ead465);
    height: 100%;
    margin: 0px 2px;
    overflow: hidden;
}

.rm-jiazhe {
    padding: 40px 53px;
    overflow: hidden;
}

.rm-jiazhe .jz-l {
    float: left;
    width: 10%;
}

.rm-jiazhe .jz-l h2 {
    display: block;
    padding: 14px 0px;
    width: 57px;
    height: 313px;
    float: left;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background-color: #000;
}

.rm-jiazhe .jz-r {
    float: right;
    width: 85%;
    height: 325px;
    overflow: hidden;
}

.rm-jiazhe .jz-r p {
    float: left;
    padding-left: 22px;
    font-size: 16px;
    color: #000;
    line-height: 350%;
}

.rm-jz-tua {
    width: 100%;
    height: 100%;
    text-align: center;
    background: url(/Img/jiazhi-tu1.png) center center no-repeat;
}

.rm-jz-tua2 {
    width: 100%;
    height: 100%;
    text-align: center;
    background: url(/Img/jiazhi-tu2.png) top center no-repeat;
}


/*===========end 2-26修改===========*/

.part-2 {
    background-image: url(https://img.alicdn.com/imgextra/i1/265962233/O1CN01s5N0uU1SMlSRzQY7s_!!265962233.png);
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.h-about {
    margin-top: 64px;
}

.h-about-tit {
    width: 100%;
    height: 94px;
    border-bottom: 1px solid #d9d9d9;
}

.h-about-tit h2 {
    display: block;
    height: 45px;
    font-size: 31px;
    color: #222;
    font-weight: bold;
}

.h-about-tit p {
    font-size: 20px;
    color: #3b3b3b;
}

.h-about-l {
    margin-top: 67px;
    width: 100%;
}

.h-about-l .nr {
    height: auto;
    overflow: hidden;
}

.h-about-l .nr p {
    font-size: 21px;
    color: #222;
    line-height: 190%;
}

.h-about-l a {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 133px;
    height: 37px;
    background-color: #1b1b1b;
    text-align: center;
    line-height: 37px;
    font-size: 15px;
    color: #fff;
    border-radius: 30px;
}

.h-about-r {
    display: table;
    width: 100%;
    margin-top: 36px;
}

.h-about-r .video {
    width: 100%;
    height: 339px;
    background-color: #f666;
}

.h-about-r p {
    display: block;
    width: 100%;
    margin-top: 17px;
    text-align: center;
    font-size: 27px;
    color: #fff;
    text-shadow: 4px 4px 6px #000;
}

.h-about-r .xq {
    display: block;
    width: 100%;
    margin-top: 17px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    text-shadow: 4px 4px 6px #000;
}

.part-3 {
    background-image: url(https://img.alicdn.com/imgextra/i2/265962233/O1CN01xsf4hP1SMlSHWL3mr_!!265962233.jpg);
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.h-m2-nr {
    margin-top: 50%;
}

.h-m2-nr h2 {
    width: 100%;
    height: 80px;
    font-size: 45px;
    color: #000;
    font-weight: bold;
}

.h-m2-nr .m2-nr {
    padding: 15px 0px;
    width: 793px;
    height: auto;
    overflow: hidden;
}

.h-m2-nr .m2-nr p {
    font-size: 21px;
    color: #595757;
    line-height: 150%;
}

.h-m2-nr h3 {
    display: block;
    margin-top: 30px;
    font-size: 45px;
    color: #1a1a1a;
}

.part-4 {
    background-image: url(https://img.alicdn.com/imgextra/i4/265962233/O1CN012T7UmM1SMlSIqxtoq_!!265962233.jpg);
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.part-4-top {
    margin-top: 100px;
}

.h-ys-bg {
    width: 100%;
    padding: 80px;
    background: rgba(49, 51, 50, 0.8);
    ilter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#B2313332, endColorstr=#B2313332);
}

.h-ys {
    margin: 0 auto;
    width: 250px;
    height: 158px;
    background: url(/Img/ys-bg.png) top center no-repeat;
}

.h-ys .p1 {
    display: block;
    float: right;
    width: 137px;
    height: 38px;
    font-size: 32px;
    color: #ead465;
}

.h-ys .p2 {
    display: block;
    margin-top: 25px;
    float: right;
    width: 137px;
    height: 58px;
    text-align: left;
}

.h-fl {
    margin: 0 auto;
    margin-top: 100px;
    width: 337px;
    padding: 18px 16px 18px 26px;
    border: 1px solid #fff;
}

.h-fl .tit {
    padding-left: 18px;
    width: 250px;
    height: 52px;
    border-left: 1px solid #fff;
}

.h-fl .tit h2 {
    display: block;
    height: 32px;
    font-size: 23px;
    color: #fefefe;
}

.h-fl .tit p {
    display: block;
    font-size: 16px;
    color: #fefefe;
    text-transform: uppercase;
}

.h-fl img {
    float: right;
}

.fangan {
    padding: 0px;
    margin: 0px;
    position: relative;
    height: auto;
    background-color: #333;
}

.fangan .tu {
    padding: 0px;
}

.fangan .tu img {
    width: 100%;
    transition: all 0.5s ease-out;
    -webkit-filter: brightness(0.70);
    filter: brightness(0.70);
}

.fangan:hover .tu img {
    -webkit-filter: brightness(0.30);
    filter: brightness(0.30);
}

.fangan .fg-nr {
    position: absolute;
    top: 44%;
    z-index: 10;
    height: 100%;
    width: 100%;
    transition: all 0.3s ease-out;
}

.fangan:hover .fg-nr {
    top: 30%;
}

.fangan .fg-nr a h3 {
    display: block;
    text-align: center;
    font-size: 25px;
    color: #fff;
    font-weight: bold;
}

.fangan .fg-nr .fg-p {
    display: block;
    margin-top: 8px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.fangan .fg-nr .xq {
    width: 90%;
    margin: 0 auto;
}

.fangan .fg-nr .xq .line {
    margin: 0 auto;
    margin-top: 15px;
    width: 20px;
    height: 4px;
    background-color: #fff;
    border-radius: 15px;
    transition: all 0.2s ease-out;
}

.fangan:hover .fg-nr .xq .line {
    background-color: #e9d365;
    opacity: 0.5;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    /* Internet Explorer */
    -moz-transform: rotate(90deg);
    /* Firefox */
    -webkit-transform: rotate(90deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(90deg);
    /* Opera */
}

.fangan .fg-nr .xq p {
    display: block;
    margin-top: 15px;
    font-size: 15px;
    color: #c6c4c4;
    text-align: center;
    line-height: 170%;
    transition: 0.8s ease-out;
    opacity: 0;
}

.fangan:hover .fg-nr .xq p {
    opacity: 1;
}

.part6-bg {
    background: url(https://img.alicdn.com/imgextra/i1/265962233/O1CN01mnWc7w1SMl9D4R04q_!!265962233.jpg) top center no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.part6-tit {
    height: auto;
    border-right: 1px solid #fff;
}

.part6-tit h2 {
    margin-bottom: 10px;
    margin-right: 30px;
    text-align: right;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.part6-tit p {
    margin-right: 30px;
    font-size: 22px;
    color: #fff;
    text-align: right;
    text-transform: uppercase;
}

.h-news-padding {
    padding: 15px;
}

.h-news {
    padding: 16px;
    height: auto;
    background-color: #fff;
    transition: all 0.3s ease-out;
}

.h-news * {
    transition: all 0.3s ease-out;
}

.h-news:hover {
    margin-top: 15px;
    background-color: #e9d365;
}

.h-news .tu img {
    display: block;
    width: 100%;
}

.h-news a h3 {
    display: block;
    margin: 30px 0px 20px 0px;
    font-size: 16px;
    line-height: 26px;
    color: #333;
    height: 52px;
    text-align: center;
    overflow: hidden;
}

.h-news:hover a h3 {
    color: #000;
}

.h-news .datetime {
    padding-bottom: 10px;
    font-size: 14px;
    display: block;
    color: #666;
    text-align: center;
}

.h-news:hover .datetime {
    color: #000;
}

.h-news .cont {
    padding-bottom: 30px;
    font-size: 14px;
    line-height: 20px;
    color: #666;
}

.h-news:hover .cont {
    color: #000;
}

.h-news .cont p {
    font-size: 14px;
    color: #666;
    height: 40px;
    line-height: 150%;
    overflow: hidden;
}

.h-news:hover .cont p {
    color: #000;
}


/*产品*/

.h-pro {
    position: relative;
    overflow: hidden;
    background: #3c3e47;
    text-align: center;
    cursor: pointer;
    transition: transform 0.35s;
}

.h-pro img {
    display: block;
    width: 100%;
    transition: all 0.5s ease-out;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
}

.h-pro:hover img {
    opacity: 0.4;
    transition: all 0.5s ease-out;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
}

.h-pro .hpro-nr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    transition: transform 0.35s;
}

.h-pro .hpro-nr:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: #e9d364;
    content: '';
    box-sizing: border-box;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    transition: transform 0.35s;
}

.h-pro .hpro-nr h2 {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1em 1.5em;
    width: 100%;
    text-align: left;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    word-spacing: -0.15em;
    font-weight: 300;
    text-shadow: 4px 4px 6px #000;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
    transition: transform 0.35s;
}

.h-pro .hpro-nr h2 i {
    padding-left: 15px;
    font-style: normal;
    opacity: 0;
    color: #e9d364;
    font-size: 20px;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
    transition: all 0.3s ease-out;
}

.h-pro:hover .hpro-nr:before,
.h-pro:hover .hpro-nr h2,
.h-pro:hover .hpro-nr h2 i {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/*end 产品*/


/*国旗*/

.abg-gq img {
    width: 100%;
    border: 1px solid #e9d364;
}


/*====================end middle====================*/


/*动态效果*/

.part2al {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transition: all 0.6s ease-out 0.2s;
    -webkit-transition: all 0.6s ease-out 0.2s;
}

.part2ar {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transition: all 0.6s ease-out 0.2s;
    -webkit-transition: all 0.6s ease-out 0.2s;
}

.active .part2al,
.active .part2ar {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
    -webkit-opacity: 1;
}

.part3aup {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transition: all 0.6s ease-out 0.2s;
    -webkit-transition: all 0.6s ease-out 0.2s;
    opacity: 0;
    -webkit-opacity: 0;
}

.active .part3aup {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
    -webkit-opacity: 1;
}

.part3aupb {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transition: all 0.6s ease-out 0.2s;
    -webkit-transition: all 0.6s ease-out 0.2s;
    opacity: 0;
    -webkit-opacity: 0;
}

.active .part3aupb {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
    -webkit-opacity: 1;
}

.part4-list li {
    transition: all 0.4s ease-in-out 0.3s;
    -webkit-transition: all 0.4s ease-in-out 0.3s;
    -moz-transition: all 0.4s ease-in-out 0.3s;
    -o-transition: all 0.4s ease-in-out 0.3s;
    transform: translateY(-100px) scale(0.5, 0.5);
    -webkit-transform: translateY(-100px) scale(0.5, 0.5);
    opacity: 0;
    -webkit-opacity: 0;
}

.active .part4-list li {
    transform: translateY(0px) scale(1, 1);
    -webkit-transform: translateY(0px) scale(1, 1);
    opacity: 1;
    -webkit-opacity: 1;
}

.active .part4-list li:first-child+li {
    transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
}

.active .part4-list li:first-child+li+li {
    transition-delay: 1.1s;
    -webkit-transition-delay: 1.1s;
}

.active .part4-list li:first-child+li+li+li {
    transition-delay: 1.4s;
    -webkit-transition-delay: 1.4s;
}

.part4-2aup {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transition: all 0.6s ease-out 1.4s;
    -webkit-transition: all 0.6s ease-out 1.4s;
}

.active .part4-2aup {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
    -webkit-opacity: 1;
}

.part5-top {
    margin-top: 60px;
}

.part5-list {
    transition: all 0.4s ease-in-out 0.3s;
    -webkit-transition: all 0.4s ease-in-out 0.3s;
    -moz-transition: all 0.4s ease-in-out 0.3s;
    -o-transition: all 0.4s ease-in-out 0.3s;
    transform: translateY(-100px) scale(0.5, 0.5);
    -webkit-transform: translateY(-100px) scale(0.5, 0.5);
    opacity: 0;
    -webkit-opacity: 0;
}

.active .part5-list {
    transform: translateY(0px) scale(1, 1);
    -webkit-transform: translateY(0px) scale(1, 1);
    opacity: 1;
    -webkit-opacity: 1;
}

.p3-map {
    transition: all 0.4s ease-in-out 0.3s;
    -webkit-transition: all 0.4s ease-in-out 0.3s;
    -moz-transition: all 0.4s ease-in-out 0.3s;
    -o-transition: all 0.4s ease-in-out 0.3s;
    transform: translateY(300px) scale(1, 1);
    -webkit-transform: translateY(300px) scale(1, 1);
    opacity: 0;
    -webkit-opacity: 0;
}

.active .p3-map {
    transform: translateY(0px) scale(1, 1);
    -webkit-transform: translateY(0px) scale(1, 1);
    opacity: 1;
    -webkit-opacity: 1;
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
}

.cs {}

.cs li {
    transition: all 0.4s ease-in-out 0.3s;
    -webkit-transition: all 0.4s ease-in-out 0.3s;
    -moz-transition: all 0.4s ease-in-out 0.3s;
    -o-transition: all 0.4s ease-in-out 0.3s;
    transform: translateY(-100px) scale(0.5, 0.5);
    -webkit-transform: translateY(-100px) scale(0.5, 0.5);
    opacity: 0;
    -webkit-opacity: 0;
}

.on-p6 .cs li {
    transform: translateY(0px) scale(1, 1);
    -webkit-transform: translateY(0px) scale(1, 1);
    opacity: 1;
    -webkit-opacity: 1;
}

.on-p6 .cs li:first-child+li {
    transition-delay: 1.1s;
    -webkit-transition-delay: 1.1s;
}

.on-p6 .cs li:first-child+li+li {
    transition-delay: 1.4s;
    -webkit-transition-delay: 1.4s;
}

.on-p6 .cs li:first-child+li+li+li {
    transition-delay: 1.7s;
    -webkit-transition-delay: 1.7s;
}


/*.on-p6 .cs li:first-child + li + li + li{ transition-delay:1.7s; -webkit-transition-delay:1.7s;}*/


/*====================foot====================*/

.footer {
    background: #1c1d21;
    margin-top: 1px;
    font-size: 14px;
    color: #a8a8a8;
    line-height: 24px;
}

.foot-bg {
    width: 100%;
    background: url(https://img.alicdn.com/imgextra/i3/265962233/O1CN01yOKXjb1SMl9MkvDQx_!!265962233.jpg) top center no-repeat #001c54;
    padding: 35px 0px;
    overflow: hidden;
}

.foot-l {
    float: left;
    width: 40%;
    height: auto;
}

.foot-m {
    float: left;
    width: 20%;
    height: auto;
    text-align: center;
}

.foot-r {
    float: right;
    width: 40%;
    height: auto;
}

.bq {
    margin-right: 25px;
}

.bq p,
.bq p a {
    text-align: right;
    font-size: 18px;
    color: #828282;
}

.bq p img {
    margin-top: 5px;
}


/*手机新闻*/

.xs-news {
    margin-top: 15px;
}

.xs-news li {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #dddddd;
    overflow: hidden;
}

.xs-news li .tu img {
    width: 100%;
}

.xs-news li .n-con a h3 {
    display: block;
    padding-bottom: 6px;
    font-size: 14px;
    color: #000;
    line-height: 150%;
}

.xs-news li .n-con span {
    display: block;
    padding-bottom: 6px;
    font-size: 12px;
    color: #666;
}

.xs-news li .n-con p {
    display: block;
    height: 65px;
    font-size: 14px;
    color: #666;
    line-height: 150%;
    overflow: hidden;
}


/*==========返回顶部============*/

.side {
    position: fixed;
    width: 54px;
    height: 326px;
    right: 0;
    top: 214px;
    z-index: 100;
}

.side ul li {
    width: 54px;
    height: 54px;
    float: left;
    position: relative;
    border-bottom: 1px solid #444;
}

.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: #000;
    font: 14px/54px "微软雅黑";
    overflow: hidden;
}

.side ul li .sidebox2 {
    position: absolute;
    width: 54px;
    height: 54px;
    top: 0;
    right: 54;
    transition: all 0.3s;
    background: #000;
    opacity: 0.8;
    filter: Alpha(opacity=80);
    color: #000;
    font: 14px/54px "微软雅黑";
}

.side ul li .ewm {
    position: absolute;
    right: 54px;
    top: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    background: #e9d364;
    padding: 10px;
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    transform: translateX(50px);
    -webkit-transform: translateX(50px);
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    opacity: 0;
    visibility: hidden;
}

.side ul li:hover .ewm {
    opacity: 1;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    visibility: visible;
}

.side ul li .ewm p {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #000;
    line-height: 30px;
}

.side ul li .sidebox2 .ewm-s {
    opacity: 0;
}

.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: #e9d364;
    opacity: 1;
    filter: Alpha(opacity=100);
}

.side ul li img {
    float: left;
}


/*=============end 返回顶部===============*/


/*手机banner轮播*/

.banner {
    width: 100%;
}

.banner img {
    display: block;
    width: 100%
}

.swipe {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.swipe ul {
    -webkit-transition: left 800ms ease-in 0;
    -moz-transition: left 800ms ease-in 0;
    -o-transition: left 800ms ease-in 0;
    -ms-transition: left 800ms ease-in 0;
    transition: left 800ms ease-in 0;
}

.swipe #pagenavi {
    position: absolute;
    left: 0px;
    bottom: 0px;
    text-align: center;
    width: 100%;
    background: rgba(fff, fff, fff, 0.6)!important;
    filter: Alpha(opacity=50);
    padding: 6px;
}

.swipe #pagenavi a {
    width: 8px;
    height: 8px;
    line-height: 99em;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 4px;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
}

.swipe #pagenavi a.active {
    background: #ff0;
    position: relative;
}

.mini_jj {
    padding: 15px 0px;
    border-bottom: 1px dashed #eaeaea;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fa3e3e;
}

.mini_jjmore {
    width: 30%;
    height: 35px;
    margin: 0px auto;
    background: #313131;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    line-height: 35px;
}

.mini_jjmore a {
    font-size: 14px;
    color: #ffffff;
}


/*内页*/

.jt-ny-tit {
    position: absolute

}

.jt-ny-tit h2 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 200px;
    height: 50px;
    background-color: #d70909;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 26px;
}


/*手机样式*/


/*返回顶部*/

.to-top {
    position: relative;
    z-index: 11111111111;
    display: none;
    padding: 5px 10px;
    color: #fff !important;
    background-color: #f50;
}

.to-top:visited {
    color: #fff;
}


/*end手机样式*/

@media only screen and (max-width: 1440px) {
    .pc-menu li {
        width: 11%;
    }
}

@media only screen and (min-width: 1260px) {
    #w-1200 {
        width: 80%
    }
    #w-1200-1 {
        width: 80%;
    }
    .pc-menu-bg {
        width: 100%;
    }
}

@media only screen and (max-width: 1260px) {
    #w-1200 {
        width: 98%;
    }
    #w-1200-1 {
        width: 98%;
    }
    #w-1260 {
        width: 98%;
    }
    #w-1260-1 {
        width: 98%;
    }
    .w-80 {
        width: 100%;
    }
    .pc-menu li {
        width: 11%;
    }
    .map-tit {
        width: 90%;
    }
    /*内页*/
    .h-tit01-1 {
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    #w-1200 {
        width: 98%;
    }
    #w-1200-1 {
        width: 98%;
    }
    #w-1260 {
        width: 98%;
    }
    #w-1260-1 {
        width: 98%;
    }
    .w-80 {
        width: 100%;
    }
    .pc-menu li {
        width: 11%;
    }
    .map-tit {
        width: 90%;
    }
    .rm-video {
        width: 80%;
        margin: 0 auto;
        float: none;
    }
    /*内页*/
    .h-tit01-1 {
        width: 100%;
    }
    .city-right {
        width: 100%;
    }
    .city-r {
        width: 100%;
        height: auto;
        overflow: none !important;
    }
    .city-top {
        padding: 40px 10px;
    }
    .city-sheng,
    .city-shi {
        width: 50%;
    }
    .show-list {
        padding: 20px;
    }
    /*地图*/
    .city-right {
        width: 100%;
    }
    .city-r {
        width: 100%;
        height: auto;
        overflow: none !important;
    }
    .city-top {
        padding: 40px 10px;
    }
    .city-sheng,
    .city-shi {
        width: 50%;
    }
    .show-list {
        padding: 20px;
    }
    /*动画*/
    .part2al,
    .part2ar {
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }
    .part5-list {
        transform: translateY(0px) scale(1, 1);
        -webkit-transform: translateY(0px) scale(1, 1);
        opacity: 1;
        -webkit-opacity: 1;
    }
    .p3-map {
        transform: translateY(0px) scale(1, 1);
        -webkit-transform: translateY(0px) scale(1, 1);
        opacity: 1;
    }
    /*.part3aup {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
    -webkit-opacity: 1;
  }*/
    .cs li {
        transform: translateY(0px) scale(1, 1);
        -webkit-transform: translateY(0px) scale(1, 1);
        opacity: 1;
        -webkit-opacity: 1;
    }
    /*end 动画*/
}

@media only screen and (max-width: 992px) {
    #w-1200 {
        width: 100%;
    }
    #w-1200-1 {
        width: 100%;
    }
    #w-1260 {
        width: 100%;
    }
    #w-1260-1 {
        width: 100%;
    }
    .w-70 {
        width: 80%;
        margin: 0 atuo;
    }
    .part-map {
        padding-bottom: 50px;
    }
    .pc-menu li {
        width: 11%;
    }
    .jingdong img {
        width: 100%;
    }
    .t-gg-w {
        height: auto;
    }
    /*part2*/
    .map-tit {
        width: 90%;
    }
    .w-70 {
        width: 90%;
    }
    /*end part2*/
    /*par3*/
    .map-tit .m-t-nr .xx-nr {
        padding: 20px;
    }
    .map-tit .m-t-nr .xx-nr h2 {
        padding-bottom: 15px;
        font-size: 21px;
        font-weight: 100;
    }
    .map-tit .m-t-nr .xx-nr p {
        font-size: 14px;
    }
    .rm-part3-r {
        margin: 0 auto;
        width: 100%;
        height: auto;
    }
    .rm-part3-l {
        margin: 0 auto;
        width: 100%;
        height: auto;
    }
    .rm-part3-bg {
        height: auto;
    }
    .rm-jiazhe {
        padding: 20px;
    }
    .rm-part3-tit {
        font-size: 32px;
        color: #333;
        padding-bottom: 20px;
    }
    .part-3 {
        background: none;
        background-color: #efefef;
    }
    /*end par3*/
    .fangan {
        margin-bottom: 10px;
    }
    .part6-bg {
        background: none;
    }
    .part6-tit {
        margin-top: 20px;
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-bottom: 1px solid #e6e6e6;
    }
    .part6-tit h2 {
        text-align: center;
        margin-right: 0px;
        margin-bottom: 2px;
        font-size: 18px;
        font-weight: 100;
        color: #333;
    }
    .part6-tit p {
        margin-right: 0px;
        text-align: center;
        font-size: 16px;
        color: #333;
    }
    /*内页*/
    .h-tit01-1 {
        width: 100%;
    }
    .fs li {
        width: 100%;
    }
    /*动画*/
    .part2al,
    .part2ar {
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }
    .part5-list {
        transform: translateY(0px) scale(1, 1);
        -webkit-transform: translateY(0px) scale(1, 1);
        opacity: 1;
        -webkit-opacity: 1;
    }
    .p3-map {
        transform: translateY(0px) scale(1, 1);
        -webkit-transform: translateY(0px) scale(1, 1);
        opacity: 1;
    }
    /*.part3aup {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
    -webkit-opacity: 1;
  }*/
    .cs li {
        transform: translateY(0px) scale(1, 1);
        -webkit-transform: translateY(0px) scale(1, 1);
        opacity: 1;
        -webkit-opacity: 1;
    }
    /*end 动画*/
}


/*====================手机====================*/

@media only screen and (max-width: 768px) {
    #w-1200 {
        width: 100%;
    }
    #w-1200-1 {
        width: 100%;
    }
    #w-1260 {
        width: 100%;
    }
    #w-1260-1 {
        width: 100%;
    }
    .w-80 {
        width: 100%;
    }
    .padding0-sm8 {
        padding: 8px;
    }
    .padding-5-xs {
        padding: 0px;
    }
    .padding0-sm8 {
        padding: 8px;
    }
    .pc-menu li {
        width: 11%;
    }
    .gg-left p {
        font-size: 15px;
    }
    .jingdong img {
        width: 100%;
        margin-top: 2px;
    }
    .xmlogo img {
        width: 100%;
    }
    .t-gg-w {
        height: auto;
    }
    /*国旗*/
    .abg-gq img {
        margin-bottom: 5px;
    }
    /*part2*/
    .map-tit {
        width: 90%;
    }
    .w-70 {
        width: 90%;
        padding-bottom: 20px;
    }
    .rm-about-t p {
        font-size: 57px;
        text-align: center;
    }
    .zhuanli p {
        font-size: 14px;
    }
    .rm-about-t h2 {
        width: 100%;
        top: 40px;
        left: 0px;
        text-align: center;
    }
    .rm-about-cont {
        margin-top: 102px;
        margin-bottom: 27px;
    }
    .rm-about-more a {
        margin: 10px auto;
    }
    .rm-video {
        float:inherit;
        margin: 0 auto;
    }
	.fixedfooter  {display:none}
	#homepage .row {width:100% !important}
	.rm-video embed {      height: 20% !important;
    width: 100% !important ;}
    .rm-about-cont p {
        padding-bottom: 12px;
    }
    .rm-about-cont p,
    .rm-about-cont p a {
        font-size: 15px;
        line-height: 150%;
    }
    /*end part2*/
    /*par3*/
    .map-tit .m-t-nr .xx-nr {
        padding: 20px;
    }
    .map-tit .m-t-nr .xx-nr h2 {
        padding-bottom: 15px;
        font-size: 21px;
        font-weight: 100;
    }
    .map-tit .m-t-nr .xx-nr p {
        font-size: 14px;
    }
    .rm-part3-r {
        margin: 0 auto;
        width: 100%;
        height: auto;
    }
    .rm-part3-l {
        margin: 0 auto;
        width: 100%;
        height: auto;
    }
    .rm-part3-bg {
        height: auto;
    }
    .rm-jiazhe {
        padding: 20px;
    }
    .rm-part3-tit {
        font-size: 32px;
        color: #333;
        padding-bottom: 20px;
    }
    .part-3 {
        background: none;
        background-color: #efefef;
    }
    .rm-jz-tua2 {
        background: url(/Img/jiazhi-tu2-mini.png) top center no-repeat;
        height: 245px;
    }
    .part-4-top {
        margin-top: 20px;
    }
    .rm-fl-tit {
        width: 100%;
    }
    .rm-fl-tit p {
        font-size: 20px;
        line-height: 170%;
        text-align: center;
    }
    .rm-fl-tit strong {
        font-size: 23px;
    }
    .rm-fenlei {
        margin-top: 15px;
        margin-bottom: 45px;
    }
    .rm-fenlei li {
        margin: 0 auto;
        margin-bottom: 8px;
        width: 80%;
        float: none;
        padding: 8px 0px;
    }
    .rm-fenlei li .shuzi {
        font-size: 30px;
    }
    .rm-fenlei li .p-name {
        font-size: 19px;
        height: 42px;
        line-height: 42px;
        margin-top: 0px;
    }
    /*end par3*/
    .fangan {
        margin-bottom: 2px;
    }
    .fangan .fg-nr h3 {
        font-size: 17px;
        font-weight: 100;
    }
    .part5-top {
        margin-top: 10px;
    }
    .h-tit1 h2 {
        font-size: 18px;
        font-weight: 100;
    }
    .fangan .fg-nr {
        top: 37%;
    }
    .part6-bg {
        background: none;
    }
    .part6-tit {
        margin-top: 20px;
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-bottom: 1px solid #e6e6e6;
    }
    .part6-tit h2 {
        text-align: center;
        margin-right: 0px;
        margin-bottom: 2px;
        font-size: 18px;
        font-weight: 100;
        color: #333;
    }
    .part6-tit p {
        margin-right: 0px;
        text-align: center;
        font-size: 16px;
        color: #333;
    }
    .h-news-padding {
        padding: 5px;
    }
    .rm-video p {
        font-size: 15px;
    }
    /*flash*/
    .flex-control-nav {
        left: -20px;
    }
    .flex-direction-nav .flex-next {
        display: none;
    }
    .flex-direction-nav .flex-prev {
        display: none;
    }
    /*foot*/
    .foot-l {
        width: 100%;
    }
    .foot-r {
        width: 100%;
        text-align: center;
        font-size: 13px;
    }
    .bq p,
    .bq p a {
        text-align: center;
        font-size: 13px;
    }
    .bq {
        margin-top: 10px;
        margin-right: 0px;
    }
    /*end foot*/
    /*内页*/
    .h-tit01-1 {
        width: 100%;
    }
    ul.fs li {
        width: 100%;
        float: none;
    }
    ul.minfs li dt {
        width: 100%;
    }
    ul.fs li dt input[type="text"],
    ul.fs li dt input[type="password"],
    ul.fs li dt textarea {
        width: 100%;
    }
    .ny-jiameng-tit h3 {
        font-size: 20px !important;
    }
    .ny-jm-l img {
        width: 50%;
        margin: 0 auto;
    }
    div.editsubmit input,
    .button {
        float: left;
        margin: 15px 0px;
    }
    .ny-jm-l .zi01,
    .ny-jm-l .zi02,
    .ny-jm-l .phone {
        text-align: center;
    }
    /*动画*/
    .part2al,
    .part2ar {
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }
    .part5-list {
        transform: translateY(0px) scale(1, 1);
        -webkit-transform: translateY(0px) scale(1, 1);
        opacity: 1;
        -webkit-opacity: 1;
    }
    .p3-map {
        transform: translateY(0px) scale(1, 1);
        -webkit-transform: translateY(0px) scale(1, 1);
        opacity: 1;
    }
    /*.part3aup {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
    -webkit-opacity: 1;
  }*/
    .cs li {
        transform: translateY(0px) scale(1, 1);
        -webkit-transform: translateY(0px) scale(1, 1);
        opacity: 1;
        -webkit-opacity: 1;
    }
    .part3aup {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        opacity: 1;
        -webkit-opacity: 1;
    }
    .part3aupb {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        opacity: 1;
        -webkit-opacity: 1;
    }
    /*地图*/
    .b-map .close-btn {
        top: 10%;
    }
    .map-ys {
        height: 300px;
        width: 90%;
    }
    .city-right {
        width: 100%;
    }
    .city-r {
        width: 100%;
        height: auto;
        overflow: none !important;
    }
    .city-top {
        padding: 40px 10px;
    }
    .city-sheng,
    .city-shi {
        width: 50%;
    }
    .show-list {
        padding: 20px;
    }
    .foot-bg {
        background: none;
        background-color: #001c54;
    }
    .foot-l img {
        width: 100%;
    }
}

.leTitle {
    height: 150px;
    line-height: 150px;
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    color: #000;
    background: url(../images/title-shop.png) no-repeat center center/contain;
}

.top-w {
    background-color: #003592;
}

.xmlogo img {
    margin-top: 5px;
}

.bq p a {
    color: #fff;
}