@charset "utf-8";
* {
	font-family: "微软雅黑", "宋体", "黑体";
	margin: 0px;
	padding: 0px;
	border: none;
    color: #000;
	font-size: 1em;
	list-style: none;
	list-style-type: none;
	text-decoration: none;
	box-sizing: border-box;
	transition: all 0.5s;
}
body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #FFF;
   overflow-x: hidden; 
}
a {color: #000;text-decoration: none;}
a:hover {color: #000;text-decoration: none;}
.clear{ clear:both;}
@media (min-width: 1200px){.container {width: 1360px;}}
@media (min-width: 992px) and (max-width: 1199px){.container {width: 1160px;}}
@font-face {
    font-family: 'iconfont';
    src: url('../iconfont/iconfont.eot');
    src: url('../iconfont/iconfont.eot?#iefix') format('embedded-opentype'),
    url('../iconfont/iconfont.woff2') format('woff2'),
    url('../iconfont/iconfont.woff') format('woff'),
    url('../iconfont/iconfont.ttf') format('truetype'),
    url('../iconfont/iconfont.svg#iconfont') format('svg');
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* PC大于等于1200px */
@media screen and (min-width: 1200px) {
	/* ---- header ---- */
.pc{ display:block;} 
	.wap{ display:none;}	
.header {
    width: 100%;
    z-index: 999;
}

.top_nav .logo {
    width: 22%;
    margin: 12px 0px;
    margin-left: 7%;
}

.top_nav .logo img {
    width: 100%;
}


/* 导航 */

.navlist {
    width: 43%;
    margin-left: 0%;
}

.nav_out {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.tem_head nav {
    width: 100%;
    height: 115px;
    line-height: 115px;
    position: relative;
}

.tem_head nav ul {
    position: relative;
    display: flex;
    justify-content: space-around;
}

.tem_head nav ul li {
    line-height: 115px;
    position: relative;
}

.tem_head nav ul li.icon::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #000;
}

.tem_head nav ul li.icon:hover::after {
    transform: rotateZ(180deg);
    margin-top: -2px;
    transition: all .3s;
}

.tem_head nav a {
    display: block;
    font-size: 16px;
    text-align: center;
    color: #000000;
    position: relative
}

.tem_head nav li>a::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 115px;
    width: 0;
    height: 3px;
    background: #fff;
    transition: all .3s;
}

.tem_head nav a:hover::after {
    width: 100%
}

.tem_head nav li>a:hover {
    line-height: 115px;
}

.tem_head nav li>a.navdown {
    position: relative;
}

.tem_head nav li>a.navdown::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 115px;
    width: 100%;
    height: 3px;
    background: #fff;
}

.tem_head nav>a.navdown:hover {
    border-bottom: 2px solid #fff;
}

.tem_head nav dl {
    min-width: 135px;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 110px;
    padding: 0 10px;
    opacity: 0;
    z-index: 2;
}

.tem_head nav li:nth-child(3) dl {
    width: 166px;
}

.tem_head nav li:hover dl {
    opacity: 1;
}

.tem_head nav dl dd a {
    line-height: 36px;
    border-bottom: 1px solid #ffffff40;
    transition: all .3s;
    font-size: 15px;
}

.tem_head nav dl dd a:hover {
    transform: translateX(5px);
    border-bottom: 1px solid #ffffffa3;
}

.tem_head nav dl dd a:last-child {
    border-bottom: none;
}

.top_tel {
    width: 16%;
    background: #01569b url(../images/index_08.png) no-repeat 7% center;
    padding-left: 30px;
    margin-left: 15px;
    box-sizing: border-box;
    font-family: 'Montserrat-Regular';
    color: #fff;
    font-size: 22px;
    display: block;
    box-sizing: border-box;
    height: 115px;
    line-height: 115px;
    padding-left: 3.5%;
}

.top_search {
    margin-top: 43px;
    position: relative;
    width: 32px;
    height: 32px;
    background: #eeeeee;
    border-radius: 50%;
    overflow: hidden;
}

.top_search img {
    display: block;
    float: right;
    margin: 6px;
}

.head_search {
    width: calc(100% - 32px);
    float: left;
}

.head_search .boxs {
    width: 100%;
    height: 32px;
    background: #eee;
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 8%;
}

.head_search input {
    border: none;
    outline: none;
}

.head_search input::-webkit-input-placeholder {
    color: #cac7c7;
}

.head_search .texts {
    width: 100%;
    height: 32px;
    float: left;
    font-size: 14px;
    background: transparent;
}

.head_search .btnSubmits {
    width: 34px;
    height: 32px;
    background: url(../images/index_06.png) no-repeat center;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}


	/* ---- banner ---- */
	.banner {margin: 0 auto;padding: 0; width:100%; overflow:hidden;}
	.bannerPc{ text-align:center;}
.bannerPc ul,.bannerPc li{ margin:0; padding:0; list-style:none;}
.bannerPc a{ display:block;}
.bannerPc img{ max-width:100%; vertical-align:middle;}
.banner-html5zoo{ /*overflow:hidden;*/}
.banner-html5zoo .html5zoo-arrow-left-0,.banner-html5zoo .html5zoo-arrow-right-0{width:40px !important; height:60px !important; top:50% !important; margin-top:-30px !important; background:url(../images/slide_bPc.png) no-repeat !important;display:block !important; visibility:hidden;}
.banner-html5zoo:hover .html5zoo-arrow-left-0,.banner-html5zoo:hover .html5zoo-arrow-right-0{ visibility:visible;}
.banner-html5zoo .html5zoo-arrow-left-0{left:50px !important; background-position:0 0 !important;}
.banner-html5zoo .html5zoo-arrow-right-0{right:50px !important; background-position:-40px 0 !important;}
.banner-html5zoo .html5zoo-arrow-left-1,.banner-html5zoo .html5zoo-arrow-right-1{width:40px !important; height:60px !important; top:50% !important; margin-top:-30px !important; background:url(../images/slide_bPc.png) no-repeat !important;display:block !important; visibility:hidden;}
.banner-html5zoo:hover .html5zoo-arrow-left-1,.banner-html5zoo:hover .html5zoo-arrow-right-1{ visibility:visible;}
.banner-html5zoo .html5zoo-arrow-left-1{left:50px !important; background-position:0 0 !important;}
.banner-html5zoo .html5zoo-arrow-right-1{right:50px !important; background-position:-40px 0 !important;}
.banner-html5zoo .html5zoo-nav{ text-align:center;}
.banner-html5zoo .html5zoo-bullet-span{ width:1em !important; height:2px !important; float:none !important; display:inline-block; background:#fff !important; opacity:0.5; box-sizing:border-box; border-radius:0; -webkit-border-radius:0; margin:0 5px !important; vertical-align:middle;}
.banner-html5zoo .html5zoo-bullet-span.active{width:1em !important; height:1em !important; border:2px solid #fff; background:none !important; opacity:1;border-radius:50%; -webkit-border-radius:50%;}
.banner-html5zoo .html5zoo-nav{display: none;}


/* 侧边栏 */

#toolbar {
    position: fixed;
    z-index: 9999;
    right: 5px;
    bottom: 10%;
}

#toolbar li {
    margin-bottom: 3px;
    font-size: 0;
    width: 57px;
    height: 57px;
    right: 0;
    position: relative;
}

#toolbar li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 57px;
    height: 57px;
    overflow: hidden;
    background: #01569b;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    white-space: nowrap;
    font-size: 0;
}

#toolbar li .icon-font {
    display: inline-block;
    vertical-align: middle;
    width: 57px;
    height: 57px;
    background-color: #d9d9d9;
}

#toolbar li .icon-qq:after {
    background-position: 0 -150px;
}

#toolbar li .icon-phone:after {
    background-position: 0 -90px;
}

#toolbar li .icon-ewm:after {
    background-position: 0 -30px;
}

#toolbar li .icon-message:after {
    background-position: 0 -120px;
}

#toolbar li .icon-top:after {
    background-position: 0 -60px;
}

#toolbar li .icon-wangwang:after {
    background-position: 0 0;
}

#toolbar li .wz {
    display: inline-block;
    line-height: 57px;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    /* padding-left: 10px; */
}

#toolbar li.ewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #01569b;
    width: 110px;
    right: 120%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
}

#toolbar li.ewm .ewm-box p {
    margin-bottom: 0;
}

#toolbar li.ewm .ewm-box img {
    max-width: 100%;
}

#toolbar li.ewm .ewm-box:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #fecc2b;
    border-right: none;
}

#toolbar li.ewm:hover .icon {
    background-position: -57px -180px;
}

#toolbar li.ewm:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar li.backtop {
    cursor: pointer;
}

#toolbar li.backtop .iconfont {
    color: #fff;
    background-color: #01569b;
}

#toolbar li:hover a {
    width: 230px;
}

#toolbar li:hover .icon-font {
    background-color: #01569b;
}

#toolbar li:hover .icon-qq:after {
    background-position: -30px -150px;
}

#toolbar li:hover .icon-phone:after {
    background-position: -30px -90px;
}

#toolbar li:hover .icon-ewm:after {
    background-position: -30px -30px;
}

#toolbar li:hover .icon-message:after {
    background-position: -30px -120px;
}

#toolbar li:hover .icon-wangwang:after {
    background-position: -30px 0;
}

#toolbar li:hover .icon-top:after {
    background-position: -30px -60px;
}

.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.icon-font {
    position: relative;
}


	/* ---- footer ---- */
.w1 {
  width: 72%;
  margin: 0 auto;
  display: block;
}
	footer {padding: 0 !important; background: #232323;}

.footer {
    background: #232323;
    padding-top: 50px;
}

.footer .w1 .clearfix {
    padding: 0 2% 28px;
    border-bottom: 1px solid #393939;
}

.db_nav {
    width: 50%;
    display: flex;
    justify-content: space-between;
    padding-left: 12%;
    box-sizing: border-box;
}

.db_nav dl dt {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}

.db_nav dl dd {
    font-size: 14px;
    color: #FFF;
    line-height: 30px;
}
.db_nav dl dd a{
    font-size: 14px;
    color: #FFF;
}
.db_lx {
    width: 45%;
    margin-top: -14px;
    box-sizing: border-box;
    padding-left: 30px;
    border-left: 1px solid #393939;
}

.db_lx .fl {
    padding-right: 30px;
    
}

.db_lx span {
    display: block;
    width: 160px;
    height: 50px;
    text-align: center;
    box-sizing: border-box;
    background: url(../images/index_90.png) no-repeat left center;
    padding-left: 52px;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
}

.db_lx p {
    font-size: 24px;
    color: #FFF;
    font-weight: 700;
}

.db_lx ul {
    margin-top: 10px;
}

.db_lx ul li {
    line-height: 32px;
    font-size: 14px;
    color: #8d8d8d;
}

.db_lx h6 {
    font-weight: 400;
    font-size: 24px;
    color: #b4b4b4;
    margin-top: 20px;
}


.copyright {
    line-height: 78px;
    color: #FFF;
	text-align:center;
}
.copyright p {
    color: #FFF;
}
.copyright a {
    color: #FFF;
}


	.Fixed {display: none;}
}
/* iPad Pro 小于等于1200px */
@media screen and (max-width: 1200px) {
	/* ---- header ---- */
.pc{ display:block;} 
	.wap{ display:none;}
.header {
    width: 100%;
    z-index: 999;
}

.top_nav .logo {
    width: 22%;
    margin: 8px 0px;
    margin-left: 7%;
}

.top_nav .logo img {
    width: 100%;
}


/* 导航 */

.navlist {
    width: 43%;
    margin-left: 0%;
}

.nav_out {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.tem_head nav {
    width: 100%;
    height: 80px;
    line-height: 80px;
    position: relative;
}

.tem_head nav ul {
    position: relative;
    display: flex;
    justify-content: space-around;
}

.tem_head nav ul li {
    line-height: 80px;
    position: relative;
}

.tem_head nav ul li.icon::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #000;
}

.tem_head nav ul li.icon:hover::after {
    transform: rotateZ(180deg);
    margin-top: -2px;
    transition: all .3s;
}

.tem_head nav a {
    display: block;
    font-size: 16px;
    text-align: center;
    color: #000000;
    position: relative
}

.tem_head nav li>a::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 80px;
    width: 0;
    height: 3px;
    background: #fff;
    transition: all .3s;
}

.tem_head nav a:hover::after {
    width: 100%
}

.tem_head nav li>a:hover {
    line-height: 80px;
}

.tem_head nav li>a.navdown {
    position: relative;
}

.tem_head nav li>a.navdown::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    height: 3px;
    background: #fff;
}

.tem_head nav>a.navdown:hover {
    border-bottom: 2px solid #fff;
}

.tem_head nav dl {
    min-width: 135px;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 70px;
    padding: 0 10px;
    opacity: 0;
    z-index: 2;
}

.tem_head nav li:nth-child(3) dl {
    width: 166px;
}

.tem_head nav li:hover dl {
    opacity: 1;
}

.tem_head nav dl dd a {
    line-height: 36px;
    border-bottom: 1px solid #ffffff40;
    transition: all .3s;
    font-size: 15px;
}

.tem_head nav dl dd a:hover {
    transform: translateX(5px);
    border-bottom: 1px solid #ffffffa3;
}

.tem_head nav dl dd a:last-child {
    border-bottom: none;
}

.top_tel {
    width: 16%;
    background: #01569b url(../images/index_08.png) no-repeat 7% center;
    padding-left: 30px;
    margin-left: 15px;
    box-sizing: border-box;
    font-family: 'Montserrat-Regular';
    color: #fff;
    font-size: 22px;
    display: block;
    box-sizing: border-box;
    height: 80px;
    line-height: 80px;
    padding-left: 3.5%;
}

.top_search {
    margin-top: 35px;
    position: relative;
    width: 32px;
    height: 32px;
    background: #eeeeee;
    border-radius: 50%;
    overflow: hidden;
}

.top_search img {
    display: block;
    float: right;
    margin: 6px;
}

.head_search {
    width: calc(100% - 32px);
    float: left;
}

.head_search .boxs {
    width: 100%;
    height: 32px;
    background: #eee;
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 8%;
}

.head_search input {
    border: none;
    outline: none;
}

.head_search input::-webkit-input-placeholder {
    color: #cac7c7;
}

.head_search .texts {
    width: 100%;
    height: 32px;
    float: left;
    font-size: 14px;
    background: transparent;
}

.head_search .btnSubmits {
    width: 34px;
    height: 32px;
    background: url(../images/index_06.png) no-repeat center;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}


	/* ---- banner ---- */
	.banner {margin: 0 auto;padding: 0;}
	.bannerPc{ text-align:center;}
.bannerPc ul,.bannerPc li{ margin:0; padding:0; list-style:none;}
.bannerPc a{ display:block;}
.bannerPc img{ max-width:100%; vertical-align:middle;}
.banner-html5zoo{ /*overflow:hidden;*/}
.banner-html5zoo .html5zoo-arrow-left-0,.banner-html5zoo .html5zoo-arrow-right-0{width:40px !important; height:60px !important; top:50% !important; margin-top:-30px !important; background:url(../images/slide_bPc.png) no-repeat !important;display:block !important; visibility:hidden;}
.banner-html5zoo:hover .html5zoo-arrow-left-0,.banner-html5zoo:hover .html5zoo-arrow-right-0{ visibility:visible;}
.banner-html5zoo .html5zoo-arrow-left-0{left:50px !important; background-position:0 0 !important;}
.banner-html5zoo .html5zoo-arrow-right-0{right:50px !important; background-position:-40px 0 !important;}
.banner-html5zoo .html5zoo-arrow-left-1,.banner-html5zoo .html5zoo-arrow-right-1{width:40px !important; height:60px !important; top:50% !important; margin-top:-30px !important; background:url(../images/slide_bPc.png) no-repeat !important;display:block !important; visibility:hidden;}
.banner-html5zoo:hover .html5zoo-arrow-left-1,.banner-html5zoo:hover .html5zoo-arrow-right-1{ visibility:visible;}
.banner-html5zoo .html5zoo-arrow-left-1{left:50px !important; background-position:0 0 !important;}
.banner-html5zoo .html5zoo-arrow-right-1{right:50px !important; background-position:-40px 0 !important;}
.banner-html5zoo .html5zoo-nav{ text-align:center;}
.banner-html5zoo .html5zoo-bullet-span{ width:1em !important; height:2px !important; float:none !important; display:inline-block; background:#fff !important; opacity:0.5; box-sizing:border-box; border-radius:0; -webkit-border-radius:0; margin:0 5px !important; vertical-align:middle;}
.banner-html5zoo .html5zoo-bullet-span.active{width:1em !important; height:1em !important; border:2px solid #fff; background:none !important; opacity:1;border-radius:50%; -webkit-border-radius:50%;}
.banner-html5zoo .html5zoo-nav{display: none;}


/* 侧边栏 */

#toolbar {
    position: fixed;
    z-index: 9999;
    right: 5px;
    bottom: 10%;
}

#toolbar li {
    margin-bottom: 3px;
    font-size: 0;
    width: 57px;
    height: 57px;
    right: 0;
    position: relative;
}

#toolbar li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 57px;
    height: 57px;
    overflow: hidden;
    background: #01569b;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    white-space: nowrap;
    font-size: 0;
}

#toolbar li .icon-font {
    display: inline-block;
    vertical-align: middle;
    width: 57px;
    height: 57px;
    background-color: #d9d9d9;
}

#toolbar li .icon-qq:after {
    background-position: 0 -150px;
}

#toolbar li .icon-phone:after {
    background-position: 0 -90px;
}

#toolbar li .icon-ewm:after {
    background-position: 0 -30px;
}

#toolbar li .icon-message:after {
    background-position: 0 -120px;
}

#toolbar li .icon-top:after {
    background-position: 0 -60px;
}

#toolbar li .icon-wangwang:after {
    background-position: 0 0;
}

#toolbar li .wz {
    display: inline-block;
    line-height: 57px;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    /* padding-left: 10px; */
}

#toolbar li.ewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #01569b;
    width: 110px;
    right: 120%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
}

#toolbar li.ewm .ewm-box p {
    margin-bottom: 0;
}

#toolbar li.ewm .ewm-box img {
    max-width: 100%;
}

#toolbar li.ewm .ewm-box:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #fecc2b;
    border-right: none;
}

#toolbar li.ewm:hover .icon {
    background-position: -57px -180px;
}

#toolbar li.ewm:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar li.backtop {
    cursor: pointer;
}

#toolbar li.backtop .iconfont {
    color: #fff;
    background-color: #01569b;
}

#toolbar li:hover a {
    width: 230px;
}

#toolbar li:hover .icon-font {
    background-color: #01569b;
}

#toolbar li:hover .icon-qq:after {
    background-position: -30px -150px;
}

#toolbar li:hover .icon-phone:after {
    background-position: -30px -90px;
}

#toolbar li:hover .icon-ewm:after {
    background-position: -30px -30px;
}

#toolbar li:hover .icon-message:after {
    background-position: -30px -120px;
}

#toolbar li:hover .icon-wangwang:after {
    background-position: -30px 0;
}

#toolbar li:hover .icon-top:after {
    background-position: -30px -60px;
}

.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.icon-font {
    position: relative;
}


	/* ---- footer ---- */
.w1 {
  width: 72%;
  margin: 0 auto;
  display: block;
}
	footer {padding: 0 !important; background: #232323;}

.footer {
    background: #232323;
    padding-top: 20px;
}

.footer .w1 .clearfix {
    padding: 0 2% 28px;
    border-bottom: 1px solid #393939;
}

.db_nav {
    width: 60%;
    display: flex;
    justify-content: space-between;
    padding-left: 8%;
    box-sizing: border-box;
}

.db_nav dl dt {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}

.db_nav dl dd {
    font-size: 14px;
    color: #FFF;
    line-height: 30px;
}
.db_nav dl dd a{
    font-size: 14px;
    color: #FFF;
}
.db_lx {
    width: 35%;
    margin-top: -14px;
    box-sizing: border-box;
    padding-left: 30px;
    border-left: 1px solid #393939;
}

.db_lx .fl {
    padding-right: 30px;
    
}

.db_lx span {
    display: block;
    width: 160px;
    height: 50px;
    text-align: center;
    box-sizing: border-box;
    background: url(../images/index_90.png) no-repeat left center;
    padding-left: 52px;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
}

.db_lx p {
    font-size: 24px;
    color: #FFF;
    font-weight: 700;
}

.db_lx ul {
    margin-top: 10px;
}

.db_lx ul li {
    line-height: 32px;
    font-size: 14px;
    color: #8d8d8d;
}

.db_lx h6 {
    font-weight: 400;
    font-size: 24px;
    color: #b4b4b4;
    margin-top: 20px;
}


.copyright {
    line-height: 78px;
    color: #FFF;
	text-align:center;
}
.copyright p {
    color: #FFF;
}
.copyright a {
    color: #FFF;
}

	.Fixed {display: none;}
}




/* 平板 小于等于 768px */
@media (max-width: 768px){
	html {
  font-size: 57.06666666666667px;
}
	.pc{ display:none;} 
	.wap{ display:block;}
	/* ---- header ---- */


	
.header {
    margin: auto;
    z-index: 101;
	position:relative;
    height: 80px;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.header .logo {
    float: left;
    height: 90%; width:70%; padding:0; margin:0;
    overflow: hidden
}

.header .logo a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.28rem 0.1rem;
}

.header .top_tel {
    font-size: .28rem;
    color: #fff;
    padding-top: .2rem;
    line-height: .8rem;
}

.header .logo img {
	width:100%;
	height:auto;
    margin: 0;
}

#cd-menu-trigger {
	float:right;
	position:relative;
    height: 100%;
    width: 15%;
}

#cd-menu-trigger .cd-menu-text {
    height: 100%;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    display: none;
}

#cd-menu-trigger .cd-menu-icon {
    /* this span is the central line in the menu menu */
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 0.50rem;
    height: 0.24rem;
    background-color: #000;
    border-radius: 2px;
    /* these are the upper and lower lines in the menu menu */
}

#cd-menu-trigger .cd-menu-icon::before,
#cd-menu-trigger .cd-menu-icon:after {
    content: '';
    width: 2.5rem;
    height: 100%;
    position: absolute;
    background-color: inherit;
    left: 0;
    border-radius: 2px;
}

#cd-menu-trigger .cd-menu-icon::before {
    bottom: 1.15rem;
}

#cd-menu-trigger .cd-menu-icon::after {
    top: 0.15rem;
}

#cd-menu-trigger.is-clicked .cd-menu-icon {
    background-color: rgba(0, 0, 0, 0);
}

#cd-menu-trigger.is-clicked .cd-menu-icon::before,
#cd-menu-trigger.is-clicked .cd-menu-icon::after {
    background-color: #000;
}

#cd-menu-trigger.is-clicked .cd-menu-icon::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#cd-menu-trigger.is-clicked .cd-menu-icon::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


}

/* 手机 小于等于 640px */
@media (max-width: 640px) {
	/* ---- header ---- */
	.pc{ display:none;} 
	.wap{ display:block;}
	.btn-Search {display: none;}
	





	.Fixed {display: block;padding: 0;width: 100%;height: 60px;background: #222222;position: fixed;bottom: 0;z-index: 88;transition: all 0.5s;left: 100%;opacity: 0;visibility: hidden;}
	.Fixed ul {width: 100%;height: 100%;}
	.Fixed ul li {float: left;width: 25%;padding: 10px 0;}
	.Fixed ul li span {display: block;width: 40px;height: 20px;line-height: 20px;text-align: center;margin: 0 auto;font-size: 28px;color: #fff;}
	.Fixed ul li p {font-size: 14px;line-height: 20px;text-align: center;color: #fff;}
}
