@charset "utf-8";

/*iphone手机的input的样式问题*/

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    -webkit-appearance: none;
}

input {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/*css初始值*/
*{
    box-sizing: border-box;
}
body {
    background: #fff;
    margin: 0px;
    font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 180%;
    color: #333333;
    min-width: 1200px;
}

html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe,
table,
th,
td {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

img {
    border: 0;
}

input,
select {
    border: 0;
}

a:link {
    font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
    text-decoration: none;
}

a:visited {
    font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
    text-decoration: none;
}

a:hover {
    font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
    text-decoration: none;
}
div:focus{
    outline:none!important;
}
input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 14px
}

fieldset,
img {
    border: 0
}

cite,
em,
s,
i,
b {
    font-style: normal
}

input,
button,
textarea,
select {
    font-size: 14px;
    font-family: 'microsoft yahei', Verdana, Arial, Helvetica, sans-serif;

}
button:focus{
    outline: unset;
}
bu
a,
input,
textarea {
    text-decoration: none;
    outline: 0;
    resize: none;
}

li,
img,
label,
input {
    vertical-align: middle
}


.toast {
    display: none;
    position: fixed;
    padding: 9px 15px;
    background-color: #333;
    z-index: 8000;
    border-radius: 5px;
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
    text-align: center;
}
.ovHide{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.ovHide2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ovHide3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.ovHide5{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
/*版型*/
.bx-content{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.flex {
    display: flex;
}

.justify-start {
    justify-content: flex-start;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-end {
    justify-content: flex-end;
}

.align-center {
    align-items: center;
}


/*居中对齐*/
.flex-center{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*顶部对齐*/
.flex-start{
    display: flex;
    align-items: self-start;
    justify-content: space-between;
}
/*对齐*/
.justify-center{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.maodian{
    visibility: hidden;
}
/*浮动*/
.float-l{
    float: left;
}
.float-r{
    float: right;
}
.clear:after{
    content: "";
    display: block;
    clear: both;
}
.clear{
    zoom: 1;
}
/*loading区*/
.loadingDiv {

    width: 120px;
    height: 120px;
    background-image: url(../img/loadingBj.png);
    position: fixed;
    left: 300px;
    top: 334.5px;
    z-index: 10000;
    display: none;
}

.loadingDiv .pImg {
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
}

.loadingDiv .pImg img {
    width: 30px;
    height: 30px;
}

.loadingDiv .pTxt {
    text-align: center;
    color: #FFF;
}

/*header*/
.head {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
#header {
    padding: 20px 0;
}
.head .navList {
    width: 780px;
    height: 30px;
}
.head .navList a {
    padding: 2px 12px;
    border-radius: 15px;
    color: #ffffff;
    font-size: 16px;
}

.head .navList a i {
    font-size: 22px;
    color: #325076;
    margin-right: 2px;
    vertical-align: middle;
}
.head .navList a.bgc {
    background-color: #ff9600;
}
.head .navList a.bgc i {
    color: #fff;
}
.head .navList .yuyue {
    width: 134px;
    height: 42px;
    margin-left: 20px;
    background: #ff9600 url("../img/yuyue.png") no-repeat left center;
    background-size: 21px 20px;
    background-position-x: 20px;
    border-radius: 21px;
    padding-left: 50px;
    line-height: 42px;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
}

/*footer*/
.footer{
    width: 100%;
    height: 302px;
    background: #0e131a;
}
.beian{
    line-height: 44px;
    text-align: center;
    color: #87888d;
}
.beian a{
    color: #87888d;
}
.footer-content{
    width: 100%;
    height: 258px;
    background: url(../img/footerBg.jpg) no-repeat;
    background-size: 100% 100%;
}
.footer-left{
    width: 950px;
    padding: 30px 0;
}
.footer-left div{
    display: flex;
    align-items: center;
    line-height: 28px;
    margin-bottom: 15px;
}
.footer-left div span{
    color: #fff;
    font-size: 16px;
}
.footer-left div b{
    display: block;
    width: 1px;
    height: 18px;
    margin: 0 10px;
    border-left:1px solid  #7c7d7e;
}
.footer-left div a{
    display: block;
    min-width: 105px;
    color: #94969f;
}
.footer-left div a:nth-child(5),
.footer-left div a:nth-child(6){
    width: 120px;
}
.footer-left div a:nth-child(10){
    width: 90px;
    min-width: 90px;
}
.footer-right{
    width: 300px;
}
.footer-right div{
    display: flex;
    align-items: flex-end;
    margin-top: 15px;

}
.footer-right div span{
    color: #fff;
    font-size: 16px;
}
.footer-right div b{
    display: block;
    width: 1px;
    height: 18px;
    margin: 3px 10px;
    border-left:1px solid  #7c7d7e;
}
.footer-right div img{
    display: block;
    width: 117px;
    height: 117px;
}
.footer-right div p{
    color: #727884;
}






/* 弹框  */
.mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    display: none;
    z-index: 20;
}

.yuyueBox {
    position: fixed;
    top: 50px;
    left: 50%;
    width: 730px;
    height: 580px;
    background-color: #ffffff;
    border-radius: 10px;
    margin-left: -365px;
    display: none;
    z-index: 30;
}
.yuyueBox .yuyue-title {
    width: 100%;
    margin-top: 40px;
    position: relative;
    display: flex;
    justify-content: center;
    /*align-items: center;*/
}
.yuyueBox .yuyue-title p {
    color: #ff9600;
    font-size: 24px;
    font-weight: bold;
    margin-left: 10px;
}
.yuyueBox .yuyue-title .yuyue-icon {
    width: 28px;
    height: 27px;
}
.yuyueBox .yuyue-title .cha {
    position: absolute;
    top: -20px;
    right: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.yuyueBox .yuyue-inp {
    width: 100%;
    padding: 0 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.yuyueBox .yuyue-inp span {
    font-size: 16px;
    color: #333333;
}
.yuyueBox .yuyue-inp input {
    width: 562px;
    height: 46px;
    border-radius: 2px;
    border: solid 1px #eeeeee;
    padding-left: 20px;
}
.yuyueBox .yuyue-inpa {
    width: 100%;
    padding: 0 60px;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.yuyueBox .yuyue-inpa span {
    font-size: 16px;
    color: #333333;
}
.yuyueBox .yuyue-inpa textarea {
    width: 562px;
    height: 144px;
    border-radius: 2px;
    border: solid 1px #eeeeee;
    padding: 20px;
}
.yuyueBox .yuyue-btn {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}
.yuyueBox .yuyue-btn button {
    width: 234px;
    height: 50px;
    background-color: #0a2240;
    border-radius: 6px;
    border: solid 1px #eeeeee;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    border: none;
    outline: none;
}
.yuyue-success {
    position: fixed;
    top: 50px;
    left: 50%;
    width: 600px;
    height: 262px;
    margin-left: -300px;
    background: url("../img/success.png") no-repeat;
    background-size: 100% auto;
    z-index: 40;
    display: none;
}
.yuyue-success div {
    width: 100%;
    position: relative;
}
.yuyue-success div .chaA {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;

}
