@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 {
  width: 100%;
  background: #fff;
  margin: 0px;
  font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 140%;
  color: #333333;
  min-width: 1400px;
}

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
}


.clear:after {
  content: "";
  display: block;
  clear: both;
}

.clear {
  zoom: 1;
}

.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;
}

.ovHide4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.ovHide5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}



/*
    分页样式
*/
.page-box {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}
.pager {
  max-width: 800px;
  text-align: center;
  margin: 20px 0;
  display: inline-block
}

.pager a {
  cursor: pointer
}

.pager a, .pager span {
  min-width: 30px;
  height: 30px;
  padding: 0 10px;
  border: 1px solid #ebebeb;
  margin-left: -1px;
  color: #666666;
  display: inline-block;
  line-height: 28px;
  float: left;
  font-size: 12px;
  text-decoration: none;
  margin: 0 4px;
  border-radius: 0px;
}

.pager a:hover, .pager span:hover {
  border-color: #031831;
  color: #031831;
  position: relative;
  z-index: 1
}

.pager span.current {
  background-color: #031831;
  color: #fff;
  border-color: #ebebeb;
  position: relative;
  z-index: 1
}

/*.pager .pg-prev, .pager .pg-next {*/
/*background: #fff url(../images/page_bg.jpg) 8px 7px no-repeat*/
/*}*/

/*.pager .pg-first:hover, .pager .pg-prev:hover, .pager .pg-next:hover, .pager .pg-last:hover {*/
/*    background: #fff url(../icon/page_bg_hover.jpg) 8px 7px no-repeat*/
/*}*/

.pager .pg-prev, .pager .pg-prev:hover {
  background-position: 3px -24px;
  background: #F2F2F2;
}

.pager .pg-next, .pager .pg-next:hover {
  background-position: -27px -24px;
  background: #F2F2F2;
}

.pager .pg-last, .pager .pg-last:hover {
  background-position: -21px 7px
}

/*.pager .pg-prev[disabled=true], .pager .pg-prev[disabled=true]:hover {*/
/*    cursor: default;*/
/*    background-image: url(../icon/page_bg.jpg)*/
/*}*/

/*.pager .pg-next[disabled=true], .pager .pg-next[disabled=true]:hover {*/
/*    cursor: default;*/
/*    background-image: url(../icon/page_bg.jpg)*/
/*}*/

.pager .pg-prev[disabled=true], .pager .pg-next[disabled=true] {
  border-color: #eee;
}

.pager span.els {
  border-color: transparent
}

.pagerHtmlWrap {
  width: 800px;
  margin: 30px auto
}

.pagerHtmlWrap .cc_cells {
  width: 100%;
  height: 35px;
  padding: 5px 0;
  border-bottom: 1px #ccc solid
}

.pagerHtmlWrap .cc_cells a {
  color: #454545;
  font-size: 14px;
  line-height: 35px;
  text-decoration: none
}

.pagerHtmlWrap .cc_cells a span {
  display: inline-block;
  width: 25%;
  text-align: left;
  margin: 0
}




/*
  头部
*/
.pate-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.header-warpper {
  width: 1300px;
  margin: 0 auto;
  height: 105px;
}
.header-warpper .nav {
  flex: 1;
  width: 0;
  display: flex;
  height: 31px;
  justify-content: center;
  align-items: center;
}
.header-warpper .nav .nav-tex {
  padding: 0 12px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #ffffff;
  margin: 0 1px;
  cursor: pointer;
}
.header-warpper .nav .nav-tex i {
  color: #325076;
  font-size: 18px;
  margin-right: 4px;
}
.header-warpper .nav .nav-tex.active {
  background-color: #ff9600;
}
.header-warpper .nav .nav-tex.active i {
  color: #FFFFFF;
}
.header-warpper .header-logo {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}
.header-warpper .header-logo .logo {
  height: 40px;
}

.header-warpper .header-logo > div {
  width: 1px;
  height: 40px;
  margin: 0 20px;
  background-color: #ffffff;
}
.header-warpper .header-logo > p {
  font-size: 18px;
  color: #ffffff;
}

.header-warpper .header-logo .sq {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  display: flex;
  width: 300px;
}
.header-warpper .header-logo .sq_y {
  color: #ff9600;
}
.header-warpper .header-login .header-phone {
  font-size: 18px;
  color: #ffffff;
  margin-right: 40px;
}
.header-warpper .header-login .header-phone i {
  font-size: 20px;
  margin-right: 5px;
}
.header-warpper .header-login .login-box {
  padding: 0 12px;
  height: 32px;
  background-color: #ff9600;
  border-radius: 16px;
  overflow: hidden;
}
.header-warpper .header-login .login-box .login-btn {
  display: block;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;

}
.header-warpper .header-login .login-box i {
  width: 1px;
  height: 16px;
  background: #fff;
  margin: 0 10px;
}

/*
底部
*/


.footer-warpper {
  width: 100%;
  background-color: #031831;
}
.footer-warpper .end {
  width: 100%;
  height: 50px;
  background-color: #011023;
  line-height: 50px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 2px;
  color: #ffffff;
  opacity: 0.6;
}
.footer-warpper .end a {
  font-size: 12px;
  letter-spacing: 2px;
  color: #ffffff;
}
.footer-warpper .f-top {
  width: 100%;
  padding-top: 62px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-warpper .f-top > .d2 {
  width: 370px;
}

.footer-warpper .f-top > .d2 img {

}

.footer-warpper .f-top > .d2 a {
  display: block;
  width: 370px;
  height: 60px;
  background-color: #ff9600;
  border-radius: 10px;
  background-color: #ff9600;
  font-size: 16px;
  letter-spacing: 2.2px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  margin-top: 25px;
  /*margin-left: px;*/
}
.footer-warpper .f-top > .d1 {
  flex: 1;
  width: 0;
  margin-right: 40px;
}
.footer-warpper .f-top > .d1 > h3 {
  font-size: 20px;
  letter-spacing: 2px;
  color: #ffffff;
}
.footer-warpper .f-top > .d1 > p {
  font-size: 14px;
  color: #ffffff;
  opacity: 0.6;
  line-height: 20px;
  padding-top: 10px;
  text-align: justify;
}
.footer-warpper .about {
  width: 100%;
  font-size: 14px;
  letter-spacing: 2px;
  color: rgba(255,255,255,.6);

  line-height: 30px;
  padding-top: 15px;
}

.footer-warpper .about a {
  color: rgba(255,255,255,.9);
}
.footer-warpper .line {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.15;
  margin: 25px 0 5px 0;
}
.footer-warpper .cen {
  width: 100%;
  display: flex;
  justify-content: space-between;
  /*align-items: center;*/
  padding-bottom: 20px;
}
.footer-warpper .cen .line {
  width: 2px;
  height: 160px;
  background-color: #ffffff;
  opacity: 0.15;
  margin-left: 50px;
  margin-right: 40px;
}
.footer-warpper .cen .right {
  width: 280px;
  padding-top: 25px;
}
.footer-warpper .cen .right .code-box > div > img {
  display: block;
  width: 130px;
  height: 130px;
  margin: 0 auto;
}
.footer-warpper .cen .right .code-box > div > p {
  text-align: center;
  color: #fff;
  padding-top: 12px;
}
.footer-warpper .cen .left {
  padding-top: 20px;
  flex: 1;
  width: 0;
  height: 184px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.footer-warpper .cen .left .cp {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-warpper .cen .left .cp b {
  width: 92px;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  letter-spacing: 3px;
  color: #ffffff;
}
.footer-warpper .cen .left .cp > b.ml {
  margin-right: 40px;
}
.footer-warpper .cen .left .cp > p {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.footer-warpper .cen .left .cp > p.al {
  justify-content: space-between;
}
.footer-warpper .cen .left .cp > p.al.mr {
  margin-right: 4px;
}
.footer-warpper .cen .left .cp > p.al > a {
  font-size: 14px;
  letter-spacing: 2px;
  color: #ffffff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer-warpper .cen .left .cp > p.al > a img {
  margin-right: 5px;
}
.footer-warpper .cen .left .cp > p.al > i {
  width: 1px;
  height: 14px;
  background-color: #2f435c;
}
.footer-warpper .cen .left .cp > p.cahp > a {
  font-size: 14px;
  letter-spacing: 2px;
  color: #ffffff;
  width: 140px;
  padding-left: 22px;
  padding-right: 20px;
  border-right: 1px solid #2f435c;
  margin: 5px 0;
}
.footer-warpper .cen .left .cp > p.cahp > a:nth-child(5n) {
  border:none;
  padding-right: 0;
}




/* 弹框  */
.mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.7);
  display: none;
  z-index: 990;
}

.yuyueBox {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 730px;
  height: 400px;
  background-color: #ffffff;
  border-radius: 10px;
  margin-left: -365px;
  margin-top: -265px;
  display: none;
  z-index: 1000;
}
.yuyueBox .yuyue-title {
  width: 100%;
  margin-top: 40px;
  position: relative;
  display: flex;
  justify-content: center;
  /*align-items: center;*/
}
.yuyueBox .yuyue-title p {
  color: #0a2240;
  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("../images/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;

}





















  /* ==================
            布局
   ==================== */


/*  -- flex弹性布局 -- */

/*居中对齐*/
.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;
}

.flex {
  display: flex;
}

.basis-xs {
  flex-basis: 20%;
}

.basis-sm {
  flex-basis: 40%;
}

.basis-df {
  flex-basis: 50%;
}

.basis-lg {
  flex-basis: 60%;
}

.basis-xl {
  flex-basis: 80%;
}

.flex-sub {
  flex: 1;
}

.flex-twice {
  flex: 2;
}

.flex-treble {
  flex: 3;
}

.flex-direction {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.align-start {
  align-items: flex-start;
}

.align-end {
  align-items: flex-end;
}

.align-center {
  align-items: center;
}

.align-stretch {
  align-items: stretch;
}

.self-start {
  align-self: flex-start;
}

.self-center {
  align-self: center;
}

.self-end {
  align-self: flex-end;
}

.self-stretch {
  align-self: stretch;
}

.align-stretch {
  align-items: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.margin-0 {
  margin: 0;
}

.margin-xs {
  margin: 10px;
}

.margin-sm {
  margin: 20px;
}

.margin {
  margin: 30px;
}

.margin-lg {
  margin: 40px;
}

.margin-xl {
  margin: 50px;
}

.margin-top-xs {
  margin-top: 10px;
}

.margin-top-sm {
  margin-top: 20px;
}

.margin-top {
  margin-top: 30px;
}

.margin-top-lg {
  margin-top: 40px;
}

.margin-top-xl {
  margin-top: 50px;
}

.margin-right-xsm {
  margin-right: 5px;
}

.margin-right-xs {
  margin-right: 10px;
}

.margin-right-sm {
  margin-right: 20px;
}

.margin-right {
  margin-right: 30px;
}

.margin-right-lg {
  margin-right: 40px;
}

.margin-right-xl {
  margin-right: 50px;
}

.margin-bottom-xs {
  margin-bottom: 10px;
}

.margin-bottom-xsm {
  margin-bottom: 15px;
}

.margin-bottom-sm {
  margin-bottom: 20px;
}

.margin-bottom {
  margin-bottom: 30px;
}

.margin-bottom-lg {
  margin-bottom: 40px;
}

.margin-bottom-xl {
  margin-bottom: 50px;
}

.margin-left-xs {
  margin-left: 10px;
}

.margin-left-sm {
  margin-left: 20px;
}

.margin-left {
  margin-left: 30px;
}

.margin-left-lg {
  margin-left: 40px;
}

.margin-left-xl {
  margin-left: 50px;
}

.margin-lr-xs {
  margin-left: 10px;
  margin-right: 10px;
}

.margin-lr-sm {
  margin-left: 20px;
  margin-right: 20px;
}

.margin-lr {
  margin-left: 30px;
  margin-right: 30px;
}

.margin-lr-lg {
  margin-left: 40px;
  margin-right: 40px;
}

.margin-lr-xl {
  margin-left: 50px;
  margin-right: 50px;
}

.margin-tb-xs {
  margin-top: 10px;
  margin-bottom: 10px;
}

.margin-tb-sm {
  margin-top: 20px;
  margin-bottom: 20px;
}

.margin-tb {
  margin-top: 30px;
  margin-bottom: 30px;
}

.margin-tb-lg {
  margin-top: 40px;
  margin-bottom: 40px;
}

.margin-tb-xl {
  margin-top: 50px;
  margin-bottom: 50px;
}

.padding-0 {
  padding: 0;
}

.padding-xs {
  padding: 10px;
}

.padding-sm {
  padding: 20px;
}

.padding {
  padding: 30px;
}

.padding-lg {
  padding: 40px;
}

.padding-xl {
  padding: 50px;
}

.padding-top-xs {
  padding-top: 10px;
}

.padding-top-sm {
  padding-top: 20px;
}

.padding-top-0 {
  padding-top: 0;
}

.padding-top {
  padding-top: 30px;
}

.padding-top-lg {
  padding-top: 40px;
}

.padding-top-xl {
  padding-top: 50px;
}

.padding-right-x {
  padding-right: 5px;
}
.padding-right-xs {
  padding-right: 10px;
}

.padding-right-sm {
  padding-right: 20px;
}

.padding-right {
  padding-right: 30px;
}

.padding-right-lg {
  padding-right: 40px;
}

.padding-right-xl {
  padding-right: 50px;
}

.padding-bottom-xs {
  padding-bottom: 10px;
}

.padding-bottom-sm {
  padding-bottom: 20px;
}

.padding-bottom {
  padding-bottom: 30px;
}

.padding-bottom-lg {
  padding-bottom: 40px;
}

.padding-bottom-xl {
  padding-bottom: 50px;
}

.padding-left-xs {
  padding-left: 10px;
}

.padding-left-sm {
  padding-left: 20px;
}

.padding-left {
  padding-left: 30px;
}

.padding-left-lg {
  padding-left: 40px;
}

.padding-left-xl {
  padding-left: 50px;
}

.padding-lr-xs {
  padding-left: 10px;
  padding-right: 10px;
}

.padding-lr-sm {
  padding-left: 20px;
  padding-right: 20px;
}

.padding-lr {
  padding-left: 30px;
  padding-right: 30px;
}

.padding-lr-lg {
  padding-left: 40px;
  padding-right: 40px;
}

.padding-lr-xl {
  padding-left: 50px;
  padding-right: 50px;
}

.padding-tb-xs {
  padding-top: 10px;
  padding-bottom: 10px;
}

.padding-tb-sm {
  padding-top: 20px;
  padding-bottom: 20px;
}

.padding-tb {
  padding-top: 30px;
  padding-bottom: 30px;
}

.padding-tb-lg {
  padding-top: 40px;
  padding-bottom: 40px;
}

.padding-tb-xl {
  padding-top: 50px;
  padding-bottom: 50px;
}

.font-size-xs{
  font-size: 12px;
}
.font-size-sm{
  font-size: 14px;
}
.font-size{
  font-size: 16px;
}
.font-size-lg{
  font-size: 18px;
}
.font-size-xs{
  font-size: 20px;
}
.content-center{
  margin: 0 auto;
}

/**/
.bx-content{
  width: 1200px;
  margin: 0 auto;
}
