﻿

/* CSS Document */

* {margin: 0;padding: 0;font-family: 微软雅黑;color: #333; -webkit-tap-highlight-color:transparent;font-size: 14px;background-repeat: no-repeat;}

a {display:block;text-decoration: none;

}

img { border:0px; display: block}

body {background-color: #fff;margin: 0 auto;}

ul, li { list-style-type:none; }

button {border: none;outline: none;background-color: transparent;box-sizing: content-box;}

p {line-height: 1.5em;text-align: justify;}

table {border: none;border-collapse: collapse;border:0 }

tr {border: none;}

td {border: none;}

input {outline: none;border: none;}

.pd {padding: 0 20px;box-sizing: border-box;}

.yx {width:1260px;margin: 0 auto;}









#J_dotLine{

	display: block;

	margin: 0 auto;position: fixed;z-index: -1;top: 0;

}











/* 页尾 */

.foot {width: 100%;background-color: #2d3237;padding-top: 40px;}

.foot .foot-cout {width: 1150px;margin: 0 auto;display: flex;justify-content: space-between;margin-bottom: 40px;}

.foot-cout>div:first-child {display: flex;flex-direction: column;align-items: center;}

.foot-cout>div:first-child>div>div {background-color: rgba(255,255,255,.04);width: 224px;height: 74px;background-image: url(../image/bottom-logo.png);background-position: center;margin-bottom: 10px;}

.foot-cout>div:first-child>div {display: flex;flex-direction: column;align-items: center;margin-top: 20px;}

.foot-cout>div:first-child>div>span {color: #fff;}

.foot-cout>div:last-child .foot-nav {display: flex;align-items: center;justify-content: space-between;}

.foot-cout>div:last-child .foot-nav ul {display: flex;flex-wrap: wrap;width: 400px;}

.foot-cout>div:last-child .foot-nav ul a{color: #fff;opacity: .5;line-height: 60px;font-size: 17px;}

.foot-cout>div:last-child .foot-nav ul li {width: 33.33333%;}

.foot-cout>div:last-child {width: 500px;}

.foot-contact {width: 100%;}

.foot-contact>div {margin-top: 20px;}

.foot-contact>div:first-child {width: 100%;justify-content: space-between;display: flex;}

.foot-contact>div:last-child {height: 36px;border-radius: 18px;background-color: rgba(255,255,255,.1);display: flex;align-items: center;padding-left: 10px;}

.foot-contact>div>div {width:45%;background-color: rgba(255,255,255,.1);height: 36px;border-radius: 18px;display: flex;align-items: center;padding-left: 10px;}

.foot-contact foot-ico {width: 30px;height: 30px;background-repeat: no-repeat;background-position: center;display: block;}

.foot-contact span {color: #fff;}

.foot-cout>div:first-child ul li {color: #fff;opacity: .5;margin-top: 10px;}

.foot-cout>div:first-child ul {margin-top: 30px;}

.bottom-kaifa {width: 100%;background-color: #4e8aec;height: 60px;display: flex;align-items: center;}

.bottom-kaifa>div {width: 1150px;display: flex;align-items: center;justify-content: space-between;margin: 0 auto;}

.bottom-kaifa>div>span {color: #fff;}

.bottom-kaifa>div>a>img {transform: rotate(180deg);}

.bottom-kaifa>div>a {display: flex;align-items: center;color: #fff;border: 1px solid #fff;padding: 10px 20px;border-radius: 4px;}





/* 右侧悬浮 */   

/*  */

.fixed-right {display: flex;align-items: center;position: fixed;top: 40%;z-index: 111111;transition-duration: .5s;right: 0px;}

.fixed-right>div {width: 36px;height: 102px;background-color: #fff;background-image: url(../image/fiexd-right-more.png);background-position: center;border-top-left-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 10px rgba(0,0,0,.2);}

.fixed-right ul {width: 84px;background-color: #fff;border-top-left-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 10px rgba(0,0,0,.2);}

/* .fixed-right:hover {transform: translateX(-84px);} */

.fixed-right ul>li>div {display: flex;flex-direction: column;align-items: center;position: relative;}

.fixed-right ul>li {margin: 6px 0;}

.fixed-right ul>li>div>div {transition-duration: .5s;width: 60px;height: 60px;background-position: center;cursor: pointer;}

.fixed-right ul>li>div>.leftnav-div{width: 200px;height: 80px;background-color: #ffffff;top: 0;position: absolute;left: -220px;border-radius: 18px;box-shadow: 0 0 5px #f3f3f3;padding: 10px;box-sizing: border-box;display: none;}

.fixed-right ul>li:hover div>div:nth-of-type(2) {display: block;}




.fixed-right ul>li:nth-child(1):hover div>div:nth-of-type(1) {background-image: url(../image/fiexd-right-1-y.png)!important;}

.fixed-right ul>li:nth-child(2):hover div>div:nth-of-type(1) {background-image: url(../image/fiexd-right-2-y.png)!important;}

.fixed-right ul>li:nth-child(3):hover div>div:nth-of-type(1) {background-image: url(../image/fiexd-right-3-y.png)!important;}

.fixed-right ul>li:nth-child(4):hover div>div:nth-of-type(1) {background-image: url(../image/fiexd-right-top-y.png)!important;}

/* 右侧悬浮 */