html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
textarea,
input {
    margin: 0;
    padding: 0;
    font-family: tahoma, arial, 'Hiragino Sans GB';
}

address,
cite,
dfn,
em,
var,
i {
    font-style: normal;
}

body {
    font-size: 0.833vw;
    line-height: 1.5;
    font-family: 'Microsoft Yahei', 'simsun', 'arial', 'tahoma';
    color: #333;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
    font-size: 0.9vw;
    font-weight: bolder;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

fieldset,
img {
    border: 0;
}

a,
img {
    -webkit-touch-callout: none
}

body {
    margin: 0 !important;
    padding: 0 !important;
    background-color: #fff;
}
/* 
html,
body {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
} */

a,
a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none
}

input[type=password],
input[type=text],
textarea {
    resize: none;
    outline: 0;
    -webkit-appearance: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    background: #fff
}

ul,
ol,
li {
    list-style: none;
}

:focus {
    outline: none;
}

.clearfix {
    clear: both;
    content: "";
    display: block;
    overflow: hidden
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/* 全局样式 */

.containes {
    width: 100%;
    height: 100%;
}

.contain {
    width: 83.333vw;
    margin: 0 auto;
    margin-top: 4.167vw;
    margin-bottom: 4.167vw;
}

[v-cloak] {
  display: none;
}
/* 弹框动画 */

.fadeInDown-enter-active {
    animation: fadeInDown 0.3s;
}

.fadeInDown-leave-active {
    animation: fadeInDown 0.3s reverse;
}

.fadeInRight-enter-active {
    animation: fadeInRight 0.3s;
}

.fadeInRight-leave-active {
    animation: fadeInRight 0.3s reverse;
}


/* header */

header {
    width: 100%;
    height: 4.167vw;
    background-color: #063678;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

.head {
    width: 83.333vw;
    height: 4.167vw;
    /* background-color: #333; */
    margin: 0 auto;
}

.head .logo {
    width: 10.417vw;
    height: 3.125vw;
    display: block;
    position: relative;
    top: 0.521vw;
}
#LogoImg1 {
    width: 10.417vw;
    height: 3.125vw;
    display: block;
    position: relative;
    top: 0.521vw;
    font-weight:bold;
    font-size:2vw;
    color:#fff;
}
.head .info {
    height: 2.604vw;
    width: 2.604vw;
    position: relative;
    top: 0.781vw;
}

.head ul li {
    padding:0 1vw;
    text-align: right;
    line-height: 4.167vw;
    height: 4.167vw;
    font-size: 1vw;
    float: left;
     color: #fff;
     font-weight: bold;
}

.head ul .signIn {
    cursor: pointer;
}

.head ul .signIn:hover {
    color: #fff;
    font-weight: 600;
}

.head ul .hui {
    color: #999;
}

.head ul li a {
    display: block;
    color: #fff;
}


/* footer */

footer {
    height: 3.125vw;
    width: 100%;
    background-color: #7F7F7F;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

.foot {
    padding: 0.521vw 0;
    margin: 0 auto;
    width: 53.385vw;
}

.foot span {
    display: block;
    width: 6.25vw;
    float: left;
    line-height: 2.083vw;
    color: #ccc;
    font-size: 1vw;
    text-align: center;
    background-color: #063678;
    height: 2.083vw;
    margin-right: 4.427vw;
    font-weight:bold;
}

.foot .sumbits:hover {
    background-color: #063678;
    color: #fff;
    cursor: pointer;
}


/* 遮罩 */

.mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}

.mask .mask-bg {
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: 0.5;
}

.kuang {
    width: 60vw;
    height: 40vw;
    margin: 0 auto;
    position: fixed;
    left: 50%;
    margin-left: -26.042vw;
    top: 20.167vw;
    margin-top: -16.146vw;
    background-color: #fff;
    border-bottom-right-radius: 0.208vw;
    border-bottom-left-radius: 0.208vw;
}

.kuang h3 {
    width: 100%;
    height: 2.604vw;
    line-height: 2.604vw;
    text-align: center;
    position: relative;
    color: #fff;
    font-size: 1.042vw;
    background-color: #063678;
}

.kuang h3 span {
    position: absolute;
    right: 1.563vw;
    top: 0.885vw;
    font-size: 0.833vw;
    color: #fff;
    display: block;
    width: 0.833vw;
    height: 0.833vw;
    line-height: 0.833vw;
    cursor: pointer;
}

.kuang .Kfoot {
    height: 4.167vw;
    border-top: 1px solid #e6e6e6;
    padding: 1.042vw 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.kuang .Kfoot span {
    width: 6.25vw;
    height: 2.083vw;
    border-radius: 2px;
    display: block;
    float: right;
    margin-left: 2.604vw;
    text-align: center;
    line-height: 2.083vw;
    cursor: pointer;
}

.kuang .Kfoot span:nth-child(2) {
    background: #FAFAFA;
    border:1px solid #E6E6E6;
    font-size: 0.938vw;
    color: #999;
}

.kuang .Kfoot span:nth-child(1) {
    font-size: 0.938vw;
    color: #ccc;
    font-weight: 600;
    background: #063678;
    box-shadow: 0vw 2px 0.26vw 0vw rgba(4, 0, 0, 0.2);
    margin-right: 1.563vw;
}
/* .kuang .Kfoot span:nth-child(1) {
    font-size: 0.938vw;
    color: #fff;
    font-weight: 600;
    background: #063678;
    box-shadow: 0vw 2px 0.26vw 0vw rgba(4, 0, 0, 0.2);
    margin-right: 1.563vw;
} */

.kuang .KConts {
    height: 33.25vw;
    width: 100%;
    overflow: hidden;
    /* overflow-y: auto; */
}
.KConts::-webkit-scrollbar {/*滚动条整体样式*/
    width: 2px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.KConts::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 5px rgba(255,255,255,0);
    background: #535353;

}

.KConts::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(255,255,255,0);
    border-radius: 2px;
    background: #EDEDED;
}
/* 图片弹框 */
.ImgMask{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}
.ImgMask .mask-bg {
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: 0.5;
}
.ImgMask .ImgKuang{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.ImgMask .ImgKuang img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
}

.ivu-spin-fix {
    position: fixed;
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    width: 100%;
    height:100%;
    background-color: hsla(0,0%,100%,.8);
}

/* 控制弹框显示 */
[v-cloak] {
    display: none;
}


/* 客服 */
.kefu{
    width:4vw;
    height:4vw;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff;
    position: fixed;
    bottom: 12vw;
    right: 5vw;
    cursor: pointer;
}
.kefu img{
    width:100%;
    height:100%;
    display: block;
    margin: 0 auto;
}


/* 大货团装弹框样式 */
.Bigkuang{
    width: 1000px;
    height: 800px;
    margin: 0 auto;
    position: fixed;
    left: 50%;
    margin-left: -500px;
    top: 50%;
    margin-top: -400px;
    background-color: #fff;
    border-radius: 10px;
}
.Bigkuang h3 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
    color: #fff;
    font-size: 16px;
    background-color: #063678;
}

.Bigkuang h3 span {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 18px;
    color: #fff;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
}
.Bigkuang .Znews .Inputs>span{
    width: 100px;
    font-size: 14px;
}

.Bigkuang .Kfoot {
    height: 70px;
    border-top: 1px solid #e6e6e6;
    padding: 15px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.Bigkuang .Kfoot span {
    width: 150px;
    height: 40px;
    border-radius: 2px;
    display: block;
    float: right;
    margin-right: 20px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.Bigkuang .Kfoot span:nth-child(2) {
    background: #FAFAFA;
    border:1px solid #E6E6E6;
    font-size: 14px;
    color: #999;
}

.Bigkuang .Kfoot span:nth-child(1) {
    font-size: 14px;
    color: #ccc;
    font-weight: 600;
    background: #063678;
    box-shadow: 0vw 2px 5px 0vw rgba(4, 0, 0, 0.2);
}
.Bigkuang .BigContent{
    height: 680px;
    overflow: hidden;
    overflow-y: auto;
    padding-bottom: 20px;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
}
.Bigkuang .BigContent h5{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ccc;
    text-align: left;
    width: 920px;
    margin: 0 auto;
    font-weight: bolder;
    padding: 0 20px;
    margin-bottom: 20px;
}
.TextTable .TextImg{
    height: 160px;
    width: 160px;
    border:1px solid #ccc;
    position: relative;
    background-color: #f2f2f2;
}
.TextTable .TextImg img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
}
.Technology{
    width:100%;
    padding: 0 70px;
}
.Technology ul{
    width: 100%;
}
.Technology ul li{
    width: 33%;
    float: left;
    margin-bottom: 10px;
}
.Technology ul li i{
    color: #000;
    font-weight: bolder;
    font-size: 14px;
}


.BigContent::-webkit-scrollbar {/*滚动条整体样式*/
    width: 2px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.BigContent::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 5px rgba(255,255,255,0);
    background: #535353;

}

.BigContent::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(255,255,255,0);
    border-radius: 2px;
    background: #EDEDED;
}



.SpLiao {
    width: 100%;
    padding: 0 2.083vw;
    margin-bottom: 1.563vw;
    display: flex;
}

.SpLiao li {
    flex: 1;
}

.SpLiao li>span {
    /* width: 5.5vw; */
    /* text-align: left; */
    display: block;
    line-height: 1.5vw;
    height: 1.5vw;
    display: block;
    float: left;
    font-size: 0.729vw;
    color: #666;
    text-align: right;
    padding: 0 5px;
}

.SpLiao li span i {
    color: #F46464;
    display: inline-block;
    /* line-height: 2.083vw; */
}

.SpLiao li .input {
    width: 9vw;
    float: left;
    height: 1.5vw;
    line-height: 1.5vw;
    margin-left: 1.042vw;
    border: 1px solid #E6E6E6;
    padding-left: 0.521vw;
}
.SpLiao li .ivu-select{
    width:59% !important;
    height:1.5vw !important;
    margin-left: 1vw;
}
.SpLiao li .ivu-select-selection{
    height:1.5vw !important;
}
.SpLiao li .ivu-select-single .ivu-select-selection .ivu-select-selected-value{
    line-height: 28px;
}
.SpLiao li select{
    width: 9vw;
    float: left;
    height: 1.5vw;
    line-height: 1.5vw;
    margin-left: 1vw;
    border: 1px solid #E6E6E6;
    padding-left: 0.521vw;
}

.SpLiao li .UpImg {
    width: 9vw;
    height: 11vw;
    float: left;
    margin-left: 1vw;
}

.SpLiao li .UpImg .Img {
    width: 9vw;
    height: 9vw;
    border: 1px dashed #E6E6E6;
    position: relative;
}

.SpLiao li .UpImg .Img img {
    /* width: 100%;
    height: 100%;
    display: block; */
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
}

.SpLiao li .UpImg .btns {
    width: 100%;
    height: 1.563vw;
}

.SpLiao li .UpImg .btns .button {
    width: 50%;
    background: #E6E3E3;
    line-height: 1.563vw;
    text-align: center;
    display: block;
    float: left;
    color: #666;
    font-size: 0.625vw;
}

.btns .button button {
    border: none;
    background-color: #E6E3E3;
}


.SpLiao li .UpImg .btns span {
    width: 50%;
    background: #F46464;
    line-height: 1.563vw;
    text-align: center;
    display: block;
    float: right;
    font-size: 0.625vw;
    color: #fff;
}
.SpLiao li .dels{
    width:4vw;
    border-radius: 3px;
    height:1.5vw;
    text-align: center;
    line-height: 1.5vw;
    border:1px solid #B60006;
    cursor: pointer;
}


.Htitle{
    height: 65px;
    border:1px solid #ccc;
    width: 100%;
    line-height: 65px;
    padding-left: 20px;
    font-weight: bolder;
}

.textarea{
    width: 100%;
    padding: 0 20px;
    margin-bottom: 20px;
}
.textarea span{
    display: block;
    min-width: 7.29vw;
    height: 35px;
    line-height: 35px;
    text-align: right;
    float: left;
    font-size: 18px;
}
.textarea textarea{
    width: 690px;
    float: left;
    border:1px solid #ccc;
    height: 100px;
    margin-left: 10px;
    font-size: 14px;
    padding: 10px;
}

.BigGoods{
    /* height: 500px; */
    width: 1600px;
    margin: 0 auto;
    margin-top: 4.167vw;
    margin-bottom: 30px;
    /* background-color: yellow; */
}

.BigText{
    width: 100%;
    padding: 0 20px;
    margin-bottom: 20px;
}
.BigText>span{
    float: left;
    display: block;
    line-height: 35px;
    height: 35px;
    width: 100px;
    text-align: right;
}
.BigText span i{
    color: red;
}
.BigText textarea{
    width:810px;
    height: 100px;
    margin-left: 10px;
    float: left;
    border:1px solid #ccc;
    padding: 5px;
}

.GoodsBtn{
    width: 100%;
    height: 40px;
    margin-top: 30px;
}
.GoodsBtn span{
    display: block;
    width: 150px;
    height: 37px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    color: #000;
    border: 1px solid #063678;
    float: right;
    cursor: pointer;
    border-radius: 5px;
}
.GoodsBtn span:hover{
    background-color: #063678;
    color: #fff;
}

@media screen and (max-width: 1600px) {
    .BigGoods{
        width: 1300px;
    }
}