@font-face {
    font-family: "dc_iconfont";
    src: url("../fonts/dc_iconfont.eot?a153ec117a537dcbd3e93b8a1226be4e");
    src: url("../fonts/dc_iconfont.eot?a153ec117a537dcbd3e93b8a1226be4e#iefix") format("embedded-opentype"), url("../fonts/dc_iconfont.woff?a153ec117a537dcbd3e93b8a1226be4e") format("woff"), url("../fonts/dc_iconfont.ttf?a153ec117a537dcbd3e93b8a1226be4e") format("truetype");
    font-weight: normal;
    font-style: normal
  }

.icon {
  font-family: "dc_iconfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-dc_globe:before {
  position:absolute;
  color: #5a7c91;
  font-size: 28px;  
  content: "\f148"  
}

.M-Navigation__item_icon{
  margin-left: 12px;
  font-size: 0.875rem;
  line-height: 28px;
  padding-bottom: 36px;
}

.M-Navigation__item_icon span{ padding-left: 36px; font-weight: 900; }

.O-Header_logo{ position: absolute; width: 120px; height: 50px; right: 16px; top: 8px; }

.center{ position:relative; width:100%; }
.center .tit{ width: 100%; text-align: center; color: rgb(0,204,255); font-size: 32px; line-height: 42px; font-weight: bold; padding-top: 60px; }
.center .txt{ width: 100%; text-align: center; color: rgb(21,59,99); font-size: 14px; line-height: 20px; font-weight: bold; padding-top: 10px; margin-bottom:24px; }
.center .box{ position: relative; width: 50%; float: left; margin-bottom:24px; }
.center .box .icon{ position: relative; width: 30%; margin: 0 auto; }
.center .box .icon img{ width: 100%; }
.center .box .desc{ position: relative; width: 100%; text-align: center; color: rgb(21,59,99); font-size: 16px; }

.center .box2{ position: relative; width: 100%; margin-bottom:24px; }
.center .box2 .icon{ position: relative; width: 15%; margin: 0 auto; }
.center .box2 .icon img{ width: 100%; }
.center .box2 .desc{ position: relative; width: 100%; text-align: center; color: rgb(21,59,99); font-size: 16px; }

.list{ position:relative; width:100%; border-top: 1px #f2f2f2 solid;	}
.list .listImg{ float:left; position:relative; width:100px; }
.list .listDesc{ float:left; padding-left:12px; width:200px; }
.list .listDesc .listTit{ font-size:16px; font-weight:bold; width:200px; padding-bottom:4px; color: #002b49; }
.list .listDesc .listDescInfo{ font-size:12px; width:200px; }
.list .listArea{ margin:16px 10px; }

.list .listArea a:link{ text-decoration: none; }
.list .listArea a:visited{ text-decoration: none; }
.list .listArea a:hover{ text-decoration: none; }
.list .listArea a:active{ text-decoration: none; }

.list:after {
    position: absolute;
    border-top: 1px solid #005691;
    border-right: 1px solid #005691;
    width: 24px;
    height: 24px;
    content: "";
    top: -moz-calc(50% - 8px);
    top: -webkit-calc(50% - 8px);
    top: calc(50% - 8px);
    right: 17px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.list2{ position:relative; width:100%; border-top: 1px #f2f2f2 solid;	}
.list2 .listImg{ float:left; position:relative; width:100px; }
.list2 .listDesc{ float:left; padding:0 0 0 12px;  width: -moz-calc(100% - 112px); width: -webkit-calc(100% - 112px); width: calc(100% - 112px); }
.list2 .listDesc .listTit{ font-size:16px; font-weight:bold; width:100%; padding-bottom:4px; color: #002b49; }
.list2 .listDesc .listDescInfo{ font-size:12px; width:100%; }
.list2 .listDesc .listDescInfo ul{
  margin-block-start: 0em;
  margin-block-end: 0em;
  font-size: 12px;
  color: #002b49;
  list-style-type: square;
  padding-left: 16px;
}
.list2 .listArea{ margin:16px 10px; }

.list2 .listDesc .listDescInfo .listDescInfolang{ width: 340px; padding-bottom: 12px; }

.list2 .listArea a:link{ text-decoration: none; }
.list2 .listArea a:visited{ text-decoration: none; }
.list2 .listArea a:hover{ text-decoration: none; }
.list2 .listArea a:active{ text-decoration: none; }

.list2-border{ border-top: none; }

.list-sub{ border-top: none; height:0px; overflow:hidden;	}

.list-w340{ padding: 0 12px 0 12px !important; width: 100% !important; }

.list-w380{ width: 380px !important; }

.list-after:after {
    position: absolute;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 24px;
    height: 24px;
    content: "";
    top: -moz-calc(50% - 18px);
    top: -webkit-calc(50% - 18px);
    top: calc(50% - 18px);
    right: 17px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.list-no-after:after {
    position: absolute;
    border-top: 1px solid #005691;
    border-right: 1px solid #005691;
    width: 24px;
    height: 24px;
    content: "";
    top: -moz-calc(50% - 8px);
    top: -webkit-calc(50% - 8px);
    top: calc(50% - 8px);
    right: 17px;
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}


.link_icon_download{ border-bottom: 1px solid #f2f2f2; width:300px; padding:10px; margin:0px auto; font-weight:bold; background:url(../img/icon_download.png) center no-repeat; background-position: 250px 16px; }



.link_inline_plus{ float:left; border-bottom: 1px solid #FFFFFF; width:100%; padding:6px 0; margin:0px auto; background: #fafafa; color: #264461; }
.link_inline_plus span{ font-size: 14px; height: 32px; line-height: 32px; }

.link_inline_plus2{ float:left; border-bottom: 1px solid #FFFFFF; width:100%; padding:6px 0; margin:0px auto; background: #f2f2f2; color: #264461; }
.link_inline_plus2 span{ font-size: 14px; height: 32px; line-height: 32px; }

.link_inline_minus{ float:left; border-bottom: 1px solid #FFFFFF; width:100%; padding:6px 0; margin:0px auto; background: #f2f2f2; color: #264461; }
.link_inline_minus span{ font-size: 14px; height: 32px; line-height: 32px; }



.link_inline_icon_open{ float:left; width:32px; height:32px; background:url(../img/pg_next.png) center no-repeat; background-size: 40% 40%; }
.link_inline_icon_close{ float:left; width:32px; height:32px; background:url(../img/pg_close.png) center no-repeat; background-size: 40% 40%; }
.link_inline_icon_download{ float:left; width:32px; height:32px; background:url(../img/icon_download.png) center no-repeat; background-size: 40% 40%; }

.bg_white{ border-bottom: 1px solid #f2f2f2; width:100%; margin:0px auto; padding:6px 0; }
.bg_white span{ color: #00ccff; font-size: 14px; line-height: 36px; }

.seg{ background:#FFFFFF; height:20px; width:100%; }

.list_line{ border-bottom: 1px solid #f2f2f2; }

.inputDataTxt{
  position: relative;
  margin-left: 12px;
  width: 3%;
  font: inherit;
  vertical-align: baseline;
  display: block;
  color: #1f3044;
  float: left;
  text-align: center; 
}

.inputData{
  position: relative;
  width: 40%;
  margin-left: 12px;
  border: 1px solid #87A3B5;
  font: inherit;
  vertical-align: baseline;
  display: block;
  color: #1f3044;
  float: left;
}

.inputData_data{ background: none; border: none; width: 100%; height: 30px; line-height: 30px; font-size: 12px; color: #1f3044; padding: 0 12px; margin: 0; z-index: 99; opacity: 0; }
.inputData_data_txt{ position: absolute; left: 0px; top: 0; background: none; border: none; width: 100%; height: 30px; line-height: 30px; font-size: 12px; color: #1f3044; padding: 0 12px; margin: 0; z-index: 90; }

.inputContainer{
  width: 90%;
  margin-left: 12px;
  border: 1px solid #87A3B5;
  font: inherit;
  vertical-align: baseline;
  display: block;
  color: #1f3044;  
}

.inputContainer input[type=text] {
    border: none;
    width: 100%;
    padding: 0;
    font-size: 13px;
    color: #1f3044;
    margin: 0;
    background: rgba(0,0,0,0);
    box-sizing: border-box;
    display: inline;
    line-height: 32px;
    vertical-align: middle;
    -webkit-appearance: none;
    padding-left: 6px;
}

.button_container {
    text-align: center;
    margin: 20px 0;
    cursor: pointer;
}

.submit-search {
    background-color: #0cf;
  height: 30px;
    line-height: 13px;
    font-size: 13px;
    box-sizing: border-box;
    color: #fff!important;
    cursor: pointer;
    display: inline-block;
    font-weight: 900;
    margin: 0;
    padding: 0 30px;
    text-transform: uppercase;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
}

.button {
    background-color: #0cf;
    box-sizing: border-box;
    color: #fff!important;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 900;
    height: 36px;
    line-height: 36px;
    margin: 12px;
    padding: 0 24px;
    text-transform: uppercase;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
}

#dealer_list{ display: none; }
.dealer_list{ position:relative; width:100%; margin-top: 12px; }

.dealer_box{ position:relative; width:100%; margin-top: 12px; }

.dealer_list:after {
    position: absolute;
    border-top: 1px solid #005691;
    border-right: 1px solid #005691;
    width: 24px;
    height: 24px;
    content: "";
    top: -moz-calc(50% - 0px);
    top: -webkit-calc(50% - 0px);
    top: calc(50% - 0px);
    right: 17px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}


.listLine{ position:relative;width:100%; color:#002b49; line-height:1px; height: 1px; margin: 6px 0; margin-bottom: 12px; }
.listTitle{ position:relative;width:100%; color:#002b49; line-height:30px; height: 30px; font-size: 16px; padding-left: 22px; font-weight: bold; border-bottom: 1px #f2f2f2 solid; margin-top: 16px;}
.icon_txt{ position:relative;width:90%; color: #5a7c91; line-height: 24px; font-size: 14px; padding-left: 12px; }
.listTime{ position: absolute; right: 12px; top: 0; color:#bbbbbb; line-height:24px; height: 24px; font-size: 14px; }

.listTitlePic {
  position: relative;
  width: 100%;
  margin: 2px 0;
}
.listTitlePic img {
  width: 100%;
  margin-bottom: 12px;
}

.form_prompt{ position: relative; width: 95%; height: 20px; margin: 0 auto; overflow: hidden; font-size: 12px; color: #df0024; }

.list_line{ #border-bottom: 1px solid #f2f2f2; }

.clearH{ clear: both; }


.icon_img{ float: left; width: 100px; height: 100px; margin-left: 12px; margin-bottom: 6px; overflow: hidden; border: 1px solid #cccccc; }
.icon_img img{ height: 100%; margin: 0 auto; }

.qrcode_img{ width: 200px; height: 200px; margin:0 auto; margin-bottom: 6px; overflow: hidden; }
.qrcode_img img{ width: 100%; margin: 0 auto; }

.form_top{ margin-top: 24px; }
.form_box{ position: relative; width: 95%; height: 30px; border: 1px solid #BBBBBB; margin: 0 auto; margin-bottom: 16px; overflow: hidden; }
.form_textareabox{ position: relative; width: 95%; height: 90px; border: 1px solid #BBBBBB; margin: 0 auto; margin-bottom: 16px; }

.form_input{ background: none; border: none; width: 100%; height: 30px; line-height: 30px; font-size: 12px; color: #000000; padding: 0 12px; margin: 0; }
.form_select{ background: none; border: none; width: 120%; height: 30px; line-height: 30px; font-size: 12px; color: #000000; padding: 0 10px; margin: 0; }
.form_textarea{ background: none; border: none; width: 100%; height: 90px; line-height: 30px; font-size: 12px; color: #000000; padding: 0 8px; margin: 0; }

.link_icon1{ position: absolute; width:30px; height:30px; right: 0px; top: -2px; background:url(../img/pg_close.png) center no-repeat; background-size: 40% 40%; }

.link_icon2{ position: absolute; width:30px; height:30px; right: 0px; top: -2px; background: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9JzMwMHB4JyB3aWR0aD0nMzAwcHgnICBmaWxsPSIjNTI1ZjZiIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGNsYXNzPSJpY29uIiB2aWV3Qm94PSIwIDAgMTAyNCAxMDI0IiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4Ij48cGF0aCBmaWxsPSIjNTI1ZjZiIiBkPSJNNzgwLjE2IDg3NS41Mkg2NTIuOGMtMTcuOTIgMC0zMi0xNC4wOC0zMi0zMnMxNC4wOC0zMiAzMi0zMmgxMjcuMzZjMTYgMCAyOS40NC0xMy40NCAyOS40NC0yOS40NHYtMTI3LjM2YzAtMTcuOTIgMTQuMDgtMzIgMzItMzJzMzIgMTQuMDggMzIgMzJ2MTI3LjM2Yy0wLjY0IDUxLjItNDIuMjQgOTMuNDQtOTMuNDQgOTMuNDR6TTE5Mi42NCA0MTUuMzZjLTE3LjkyIDAtMzItMTQuMDgtMzItMzJWMjU2YzAtNTEuMiA0MS42LTkzLjQ0IDkzLjQ0LTkzLjQ0aDEyNy4zNmMxNy45MiAwIDMyIDE0LjA4IDMyIDMycy0xNC4wOCAzMi0zMiAzMmgtMTI4Yy0xNiAwLTI5LjQ0IDEzLjQ0LTI5LjQ0IDI5LjQ0djEyNy4zNmMwLjY0IDE3LjkyLTE0LjA4IDMyLTMxLjM2IDMyek04NDAuOTYgNDE1LjM2Yy0xNy45MiAwLTMyLTE0LjA4LTMyLTMyVjI1NmMwLTE2LTEzLjQ0LTI5LjQ0LTI5LjQ0LTI5LjQ0aC0xMjcuMzZjLTE3LjkyIDAtMzItMTQuMDgtMzItMzJzMTQuMDgtMzIgMzItMzJoMTI3LjM2YzUxLjIgMCA5My40NCA0MS42IDkzLjQ0IDkzLjQ0djEyNy4zNmMwIDE3LjkyLTE0LjA4IDMyLTMyIDMyek0zODEuNDQgODc1LjUyaC0xMjhjLTUxLjIgMC05My40NC00MS42LTkzLjQ0LTkzLjQ0di0xMjcuMzZjMC0xNy45MiAxNC4wOC0zMiAzMi0zMnMzMiAxNC4wOCAzMiAzMnYxMjcuMzZjMCAxNiAxMy40NCAyOS40NCAyOS40NCAyOS40NGgxMjcuMzZjMTcuOTIgMCAzMiAxNC4wOCAzMiAzMnMtMTQuMDggMzItMzEuMzYgMzJ6TTc1OS4wNCA1NTMuNkgyNzQuNTZjLTE3LjkyIDAtMzItMTQuMDgtMzItMzJzMTQuMDgtMzIgMzItMzJoNDg0LjQ4YzE3LjkyIDAgMzIgMTQuMDggMzIgMzJzLTE0LjcyIDMyLTMyIDMyeiI+PC9wYXRoPjwvc3ZnPg==) center no-repeat; background-size: 70% 70%; }

.icon_txt span{ font-weight: bold; }

.form_data{ background: none; border: none; width: 100%; height: 30px; line-height: 30px; font-size: 12px; color: #000000; padding: 0 12px; margin: 0; z-index: 99; opacity: 0; }
.form_data_txt{ position: absolute; left: 0px; top: 0; background: none; border: none; width: 100%; height: 30px; line-height: 30px; font-size: 12px; color: #BBBBBB; padding: 0 12px; margin: 0; z-index: 90; }


.form_box input::placeholder, .form_textareabox textarea::placeholder{ color: #BFC0C2; }
.form_txt{ font-size: 12px; color: #000000; padding: 0 0 6px 0; margin: 0; }
.form_txt2{ position:relative; width:100%; color: #5a7c91; line-height: 24px; font-size: 14px; }
.form_txt2 span{ font-weight: bold; }
.form_imgbox {position: relative; width: 95%; margin: 0 auto; margin-bottom: 0px; }
.form_imgbox2 {position: relative; width: 94%; margin: 0 auto; margin-bottom: 0px; }
.form_img{ float: left; width: 100px; height: 100px; margin-right: 12px; margin-bottom: 16px; overflow: hidden; border: 1px solid #cccccc; }
.form_img img{ height: 100%; }
.form_imgbox_input{ float: left; position: relative; width: 65%; height: 30px; border: 1px solid #BBBBBB; margin: 0 auto; margin-bottom: 16px; overflow: hidden; }
.form_imgbox_img{ float: left; width: 30%; height: 30px; margin-left: 12px; margin-bottom: 16px; overflow: hidden; }
.form_imgbox_img img{ height: 100%; }

.form_desc{ font-size: 12px; color: #000000; padding:12px 0; margin: 0 auto; text-align: center; }

.form_img_btn{ float: left; width: 100px; margin-right: 12px; margin-bottom: 16px; }
.form_img_btn img{ width: 40%; }

.form_btn{ position: relative; width: 30%; height: 36px; line-height: 36px; margin: 0 auto; background: #0cf; color: #ffffff; font-size: 14px; text-align: center; font-weight: bold; margin-bottom: 12px; }

.form_btn2{ position: relative; width: 25%; height: 36px; line-height: 36px; margin:0 4%; background: #0cf; color: #ffffff; font-size: 14px; text-align: center; font-weight: bold; margin-bottom: 12px; float: left; }

.form_btn3{ position: relative; width: 30%; height: 36px; line-height: 36px; margin: 0 10%; background: #0cf; color: #ffffff; font-size: 14px; text-align: center; font-weight: bold; margin-bottom: 12px; float: left; }

.more_btn{ position: relative; width: 60%; height: 36px; line-height: 36px; margin: 0 auto; background: none; border: 1px solid #ccc; color: #ccc; font-size: 14px; text-align: center; 1font-weight: bold; margin-bottom: 12px; margin-top: 18px; }

.dealer_list_btn{ position: absolute; width: 60px; left: 210px; top: 0; background: #0cf; color: #ffffff; font-size: 14px; text-align: center; line-height:24px; height: 24px; font-size: 14px; }


.inputSelect{ position: relative; width: 90%; border: 1px solid #87A3B5; margin-left: 12px; margin-bottom: 16px; overflow: hidden; font: inherit;
  vertical-align: baseline; display: block; color: #1f3044; }
.inputSelect_select{ background: none; border: none; width: 120%; height: 30px; line-height: 30px; font-size: 13px; color: #000000; padding: 0 10px; margin: 0; }
.inputSelect_icon1{ position: absolute; width:30px; height:30px; right: 0px; top: -2px; background:url(../img/pg_close.png) center no-repeat; background-size: 40% 40%; }


.search_list{ position:relative; width:100%; margin-top: 12px;	}

.search_list:after {
    position: absolute;
    border-top: 1px solid #005691;
    border-right: 1px solid #005691;
    width: 24px;
    height: 24px;
    content: "";
    top: -moz-calc(50% - 18px);
    top: -webkit-calc(50% - 18px);
    top: calc(50% - 18px);
    right: 48px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.M-Navigation-Main__item{ position: relative; }
.M-Navigation-Main__Meta, .M-Navigation-Main__index {
  position: relative;
  list-style: none;
  border-top: 1px solid #f7f7f7;
}

.M-Navigation-Main__item:after {
    position: absolute;
    border-top: 1px solid #005691;
    border-right: 1px solid #005691;
    width: 14px;
    height: 14px;
    content: "";
    top: -moz-calc(50% - 6px);
    top: -webkit-calc(50% - 6px);
    top: calc(50% - 6px);
    right: 24px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.M-Navigation-Main__index:after {
    position: absolute;
    border-top: 1px solid #005691;
    border-right: 1px solid #005691;
    width: 14px;
    height: 14px;
    content: "";
    top: -moz-calc(50% - 6px);
    top: -webkit-calc(50% - 6px);
    top: calc(50% - 6px);
    right: 16px;
    transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
}



.dealer_list_pic{ position: relative;  width: 20%; margin-left: 48px; float: left; }
.dealer_list_pic img{ width: 100%; }
.dealer_list_tit{ position: relative; width: 50%; margin-left: 36px; margin-top: 6px; float: left; font-size: 16px; color:#002b49; font-weight: bold; }


.leader_table{ position: relative; width: 95%; margin: 0 auto; font-size: 10px; margin-bottom: 24px; }
.gray_line{ width: 100%; height: 1px; background:#e1e1e1; padding: 0 !important; margin: 0 !important; }
.leader_table td{ width: 19%; border-left: 1px solid #ffffff; padding: 6px 0 6px 6px; }
.leader_table td:first-child{ border-left: none; }
.gray{ background: #f2f2f3; text-align: center; padding-left: 0px !important; color: #26446a; font-weight: bold; }

.gray img{ width: 20%; }

#address{ display: none; }
#scene_name{ display: none; }
#scene_phone{ display: none; }
#courier_code{ display: none; }

#service_type_txt{ position: absolute; right: 10%; top: 0; font-size: 12px; line-height: 30px; color: #cccccc; display: none; }


.nav_icon1{ width:30px; height:30px; background:url(../img/pg_close.png) center no-repeat; background-size: 40% 40%; }

.header-fix .body{ transform:translateY(-4rem); -webkit-transform:translateY(-4rem); -moz-transform:translateY(-4rem); transition: all .4s; -moz-transition: all .4s; -webkit-transition: all .4s; -webkit-box-shadow: 0 15px 30px 0 rgba(214,222,227,0);
    -moz-box-shadow: 0 15px 30px 0 rgba(214,222,227,0);
    box-shadow: 0 15px 30px 0 rgba(214,222,227,0); }

.nav-bg{
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 90;
}

.container-fluid{
  position: relative;
  z-index: 99;
}

.header-tit{
  z-index: 99;
}

.O-Header_logo{
  z-index: 99;
}

.M-Navigation-Main__itemsWrapper {
    overflow:visible;
}

.M-Navigation-Main__itemsWrapper:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  content: '';
  -webkit-box-shadow: 0 15px 30px 0 rgba(214,222,227,0.5);
    -moz-box-shadow: 0 15px 30px 0 rgba(214,222,227,0.5);
    box-shadow: 0 15px 30px 0 rgba(214,222,227,0.5);
  z-index: 99;
}

.M-Navigation-Main__items{
  box-shadow: 0 15px 30px 0 rgb(90 124 145 / 35%), inset 0 15px 30px 0 rgb(192 206 216 / 35%);
}

.M-Navigation-Main__items:after{
  display: none;
}

.M-Navigation-Main__items:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  content: '';
  -webkit-box-shadow: 0 15px 30px 0 rgba(214,222,227,0.5);
    -moz-box-shadow: 0 15px 30px 0 rgba(214,222,227,0.5);
    box-shadow: 0 15px 30px 0 rgba(214,222,227,0.5);
  z-index: 99;
}

.M-Navigation-Main__items--expanded:after{
  display: none;
}

.M-Navigation-Main__Meta, .M-Navigation__item {
    list-style: none;
    border-top: none;
    font-weight: 900;
}

.M-Navigation__item_line{
  width: 95%;
  border-top: 1px solid #E8EEF1;
  margin: 0 auto;
  margin-bottom: 24px;
}


.smx-banner {
  position: relative;
  width: 100%;
  margin: 0;
}
.smx-banner img {
  width: 100%;
  margin-bottom: 12px;
}

.smx-banner video {
  width: 100%;
  margin-bottom: 12px;
}

.contact_us{
  position: relative;
  width: 90%;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: #df0024;
  margin: 0 auto;
}

.listTit-sub{ width: 340px !important;	}


.video_box{ 
  position: relative; 
  width: 90%;
  display: flex; 
  flex-direction: column;
  margin: 0 auto;
  border-bottom: 1px solid #e6e6e6;
}

.video_pic{ position: relative; width: 100%; }
.video_pic img{ width: 100%; }

.vtxt{ font-size: 16px; color: #00ccff; font-weight: bold; padding-top: 12px; }
.data{ font-size: 12px; color: #cccccc; }
.length{ font-size: 12px; color: #cccccc; padding-bottom: 12px; }

#float{ position: fixed; width: 100%; height: 376px; top: 0; bottom: 0; margin: auto; background: #fff; left: 0; overflow:hidden; z-index: 999; display: none; opacity: 0; }
#float_tit{ position: relative; width: 100%; text-align: center; height: 30px; line-height: 30px; font-size: 24px; font-weight: bold; margin-top: 20%; margin-bottom: 24px; }
.float_input{ position: relative; width: 50%; height: 30px; line-height: 30px; margin-left: 25%; background: none; border: 1px solid #002b49; outline:none; padding:0 2%; font-size: 16px; }
#float_btn{ position: relative; width: 50%; background: #df0024; color: #fff; margin-left: 25%; margin-top: 24px; height: 30px; line-height: 30px; font-size: 16px; text-align: center; font-weight: bold; }
#float-close{ position: absolute; width: 40px; height: 40px; right: 0px; top: 0px; background: url(../video/close.png) no-repeat; background-size: 100% 100%; }
#float_desc{ position: relative; width: 100%; color: #df0024; text-align: center; height: 30px; line-height: 30px; font-size: 16px; }
#float_txt{ position: relative; width: 100%; color: #002b49; text-align: center; height: 30px; line-height: 30px; font-size: 14px; padding-top: 24px; }

.gary{ width:100%; height:100%; overflow:hidden; -webkit-filter:  blur(5px);
 -moz-filter:  blur(5px);
 -ms-filter:  blur(5px);
 -o-filter: blur(5px);
 filter: blur(5px);
}

#float video {
	display: block;
	margin: 0 auto;
	position: relative;
  width:90%;
  margin-top: 60px;
}

.video-tit{ position: relative; width: 92%; padding-left: 5%; padding-top: 12px; font-size: 16px; color: #00ccff; font-weight: bold; }
.video-data{ padding-left: 5%; font-size: 12px; color: #cccccc; }
.video-length{ padding-left: 5%; font-size: 12px; color: #cccccc; }


.listVideoImg{
  position: relative;
  margin:0 22px 24px 22px;
}

.listVideoImg img{ width: 100%; }

.benefitTxt { position: absolute; width: 80px; height: 30px; line-height: 30px; color:#fff; font-size: 16px; font-weight: bold; padding: 0; margin: 0; font-family: sans-serif; }
#benefitTxt1{ left: 23%; top: 22%; }
#benefitTxt2{ left: 76%; top: 28.5%; }
#benefitTxt3{ left: 48%; top: 65.5%; }

#benefitDesc1{ display: none; opacity: 0; }
#benefitDesc2{ display: none; opacity: 0; }
#benefitDesc3{ display: none; opacity: 0; }
.benefitDesc{ position: absolute; width: 100%; height: 100%; left: 0; top: 0; }
.benefit-close{ position: absolute; width: 40px; height: 40px; right: 0px; top: 0px; background: url(../img/close.png) no-repeat; background-size: 100% 100%; }

.benefitDescTit{ font-size: 16px; color: #fff; font-weight: bold; padding: 40px 0 6px 24px; }
.benefitDescTxt{ font-size: 12px; color: #fff; padding: 0 30px 0 24px; }
.benefitIcon{ position: absolute; width: 50px; height: 50px; left: -25px; top: 2px; background: url(../img/smx/icon.png) no-repeat; background-size: 50% 50%; }

@-webkit-keyframes tipsFlash {
	0% {opacity: 1;}
	25% {opacity: 0;}
  50% {opacity: 1;}
	75% {opacity: 0;}
  90% {opacity: 1;}
	100% {opacity: 1;}
}
@keyframes tipsFlash {
	0% {opacity: 1;}
	25% {opacity: 0;}
  50% {opacity: 1;}
	75% {opacity: 0;}
  90% {opacity: 1;}
	100% {opacity: 1;}
}

span.icon-phone {
    background: url(../../weixin/images/icon/icon_phone.png) no-repeat;
    padding: 0px 0px 0px 22px;
    background-size: 16px 16px;
}


span.icon-mail{
    background: url(../../weixin/images/icon/icon_mail.png?ver=2015) no-repeat;
    padding: 0px 0px 0px 22px;
    background-size: 16px 16px;
}

.list2 .listDesc .listDescInfo p{ font-size:14px; margin-bottom: 0; font-weight: normal; padding: 3px 0; }


.center2{ position:relative; width:100%; }
.center2 .tit{ position: relative; font-size: 14px; font-weight: bold; color: #002b49; padding: 12px; }
.center2 .table{ position: relative; margin:0 12px; font-size: 11px; width: 94%; text-align: center; }
.center2 .table tr{ border-bottom: 1px solid #dfdfe0; }
.center2 .table tr td{ padding: 6px; line-height: 20px; }
.center2 .blue{ background: #5a7c91; color: #fff; }
.center2 .gray{ background: #f2f2f3; }


#float-pdf{ position: fixed; width: 100%; height: 100%; top: 0; bottom: 0; margin: auto; left: 0; overflow:hidden; z-index: 999; display: none; opacity: 0; }
#float-pdf-close{ position: absolute; width: 40px; height: 40px; right: 0px; top: 20px; background: url(../video/close.png) no-repeat; background-size: 100% 100%; }

.float-pdf-banner {
  position: relative;
  width: 90%;
  margin: 0 auto;
  margin-top: 80px;
}
.float-pdf-banner img {
  width: 100%;
  margin-bottom: 12px;
}

.float-pdf-btn{
  position: absolute;
  width: 80%;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: #df0024;
  top: 480px;
  left: 10%;
}

.around_list{ position:relative; width:100%; margin-top: 24px;	}
.around_training_list{ float: left; width: 46%; margin:0 2%; background: #e5eef2; box-shadow: 0 5px 5px 0 #D6DEE3; }
.around_training_list img{ width: 100%; }

.around_training_tit{ font-size: 16px; color: #002b49; font-weight: bold; padding: 12px 0 0 12px; margin-bottom: 12px; }



.detail-banner {
  position: relative;
  width: 100%;
  margin: 0;
}
.detail-banner img {
  width: 100%;
}

.detail-banner video {
  width: 100%;
}

.float_tit{ position: relative; width: 100%; height: 30px; line-height: 30px; font-size: 16px; font-weight: bold; margin: 6px 0 0 0; padding-left: 25%; }
