@charset "UTF-8";
html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

p, div {
  margin: 0;
  padding: 0;
}
.headerr {
    background: url(../images/bg1.jpg) no-repeat center top;
    height: 400px;
}
.headerr .logo {
    width: 600px;
    height: 300px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.indexCommonTitle {
    overflow: hidden;
    line-height: 66px;
    padding: 0 30px;
    border-top: 1px solid #FF6408;
    /* border-bottom: 1px solid #ddd; */
    position: relative;
}
.indexCommonTitle .left {
    float: left;
}
.indexCommonTitle .left span {
    font-size: 22px;
    font-weight: bold;
    color: #FF6408;
}
#lxwm {
    width: 150px;
    height: 50px;
    position: absolute;
    top: 35px;
    right: 0px;
    transform: translate(-50%, -50%);
    padding: 20px;
    font-size: 15px;
    border-radius: 15px;
    font-weight: bolder;
    cursor: pointer;
    border: none;
}
.search{
	background: linear-gradient(to bottom, #ffffff, #f0dcc6);
	margin: 0 auto;
    height: 78px;
    width: 1300px;}
.hid {
  display: none;
}

.ffm14 {
	padding: 0 10px;
    line-height: 26px;
    border-radius: 4px;
    border: 1px solid #c08c02;
    font-size: 14px;
    color: #fff;
    background: linear-gradient(to bottom, #ac3202, #5f1401);
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 14px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
  font-size: 14px;
  font-family: 'Microsoft YaHei';
}

.ffm14:hover {
    color: #f6c004;
    background: #b71b01;
    border-color: #ffdddd;
    cursor: pointer;
    border: 1px solid #c08c02;
    font-weight: bold;
}

.login_box {
  position: absolute;
  right: 0px;
  bottom: 10px;
}

.login_box .login_in {
  overflow: hidden;
}

.login_box .login_img {
  float: left;
  margin-right: 10px;
}

.login_box .login_img_pic {
  width: 48px;
  height: 48px;
}

.login_box .login_info {
  float: left;
}

.login_box .login_user {
  color: #18a9f4;
  font-weight: bold;
  font-size: 15px;
}

.login_box .login_other {
  overflow: hidden;
  margin-top: 5px;
}

.login_box .login_center {
  text-decoration: underline;
  color: #fff;
}

.login_box .login_exit {
  color: #949494;
  font-style: normal;
  text-decoration: underline;
  padding-left: 10px;
}
.login_box .login_p a {
   font-size: 17px;
   font-weight: bold;
   color: #2f73bd;
    
}
.login_box .login_p a:hover {
  font-size: 17px;
    font-weight: bold;
   color: #ff1680; 
}
.login_box .login_p {
   float: left;
    font-weight: bold;
    text-align: center;
    color: #795548;
    background: linear-gradient(to top right, #f2ece5, #fcfbf9);
    border-radius: 5px;
    border: none;
    height: 48px;
    line-height: 48px;
    font-size: 17px;
    margin: 10px 0 0 20px;
    width: 100px;
    background-size: contain;
    cursor: pointer; 
  /*width: 120px;*/
  /*height: 80px;*/
  /*background: url(../images/button_login.png) 100% 100% no-repeat;*/
  /*background-size: contain;*/
  /*color: rgba(0,0,0,0);*/
  /*font-weight: bold;*/
  /*font-size: 22px;*/
  /*text-align: center;*/
  /*line-height: 100px;*/
}

.login_box_info {
  bottom: 48px;
}

.loginbox {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

.loginbox .login {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 500px;
  margin-left: -250px;
  height: 580px;
  margin-top: -290px;
  background: url(../images/warranty_popup_bg@2x.png) 100% 100% no-repeat;
  background-size: 500px 580px;
}

.loginbox .login .clo {
  background: url(../images/close@2x.png) 50% 50% no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  position: absolute;
  right: -42px;
  top: 0;
  z-index: 99;
}

.loginbox .login .login_title {
  text-align: center;
  height: 48px;
  line-height: 48px;
  color: #1ab1ff;
  font-weight: bold;
  font-size: 20px;
  margin-top: 10px;
}

.loginbox .login .login_line {
  background: url(../images/line_y@2x.png) 100% 100% no-repeat;
  background-size: contain;
  width: 190px;
  height: 6px;
  margin: 0 auto;
}

.loginbox .login .login_input {
  padding: 20px;
  overflow: hidden;
  color: #fff;
  width: 340px;
  margin: 0 auto;
}

.loginbox .login .login_input i {
  font-size: 14px;
  color: #ffe4b5;
  font-style: normal;
  display: block;
  margin-bottom: 5px;
}

.loginbox .login .login_input .login_p {
  overflow: hidden;
  margin-bottom: 10px;
}

.loginbox .login .login_input .mobile, .loginbox .login .login_input .code {
  height: 40px;
  line-height: 40px;
  width: 340px;
  outline: none;
  background-color: #0b0705;
  text-indent: 10px;
  border: none;
  color: #fff;
}

.loginbox .login .login_input .code {
  width: 226px;
}

.loginbox .login .login_input .login_button {
  float: right;
  height: 40px;
  width: 100px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border: none;
  outline: none;
  background: url(../images/button_g@2x.png) 50% 50% no-repeat;
  background-size: cover;
}

.loginbox .login .login_input .login_btn {
  width: 340px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 16px;
  background: url(../images/button_r@2x.png) 100% 100% no-repeat;
  background-size: contain;
}

.loginbox .login .login_input .login_tab {
  background: url(../images/button_y@2x.png) 100% 100% no-repeat;
  background-size: contain;
}

.loginbox .login .login_input .login_argee {
  margin-top: 10px;
  overflow: hidden;
}

.loginbox .login .login_input .login_argee span {
  font-size: 14px;
  margin-right: 5px;
  margin-top: 10px;
  float: left;
}

.loginbox .login .login_input .user_argee {
  color: #18a9f4;
}

.loginbox .login .login_input .msg_ck {
  width: 20px;
  height: 20px;
  border: solid 1px #dddddd;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 12px;
  margin: 10px 5px 0 5px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: default;
  -webkit-appearance: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-transition: background-color ease 0.1s;
  transition: background-color ease 0.1s;
  float: left;
  outline: none;
}

.loginbox .login .login_input .msg_ck:checked::after {
  content: '';
  top: 5px;
  left: 5px;
  position: absolute;
  background: transparent;
  border: #fff solid 2px;
  border-top: none;
  border-right: none;
  height: 4px;
  width: 8px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.loginbox .login .login_input .login_wj {
  display: block;
  height: 30px;
  line-height: 30px;
  text-decoration: underline;
  color: #3399ff;
  margin-left: 42px;
}

.loginbox .login .login_input .codeimg {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  display: block;
}

.loginbox .login .login_input .login_clo {
  width: 80px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background-color: #3399ff;
  border-radius: 50px;
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
}
.kaisql {
    display: inline-block;
    width: 50px;
    line-height: 15px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    background: linear-gradient(to bottom, #f93e1c, #811d12);
    border-radius: 2px;
}
table.tableBorder1 td:nth-child(7) a {
    display: inline-block;
    width: 60px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    background: linear-gradient(to bottom, #2f951f, #198d22);
    border-radius: 2px;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.mb10 {
  margin-bottom: 10px;
}

.clear:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.fl {
  float: left;
}

body {
  font-family: "Microsoft YaHei", "宋体", Verdana, Arial, sans-serif;
color: #333;
font-size: 14px;
line-height: 1.42857143;
min-width: 1300px;
  position: relative;
  margin: 0px;
  font-size: 12px;
  background: #f3f1f2;
}

.header_top {
  height: 70px;
}

.header {
  width: 100%;
    height: 70px;
    position: relative;
    min-width: 1328px;
    margin: 0 auto;
    z-index: 1000;
    background: linear-gradient(to bottom, #e7dbcd, #ffffff);
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.2);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border: solid 0px #8d621d;
  /*左边栏左浮动*/
  /*中间栏自适应*/
  /*右边栏右浮动*/
}

.header .left {
  float: left;
  height: 100%;
}

.header .main {
  height: 100%;
  width: 1300px;
  margin: 0 auto;
  position: relative;
}

.header .main .header-txt {
  position: absolute;
  right: -300px;
  color: #cccccc;
  font-size: 16px;
  width: 300px;
  top: 50px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.header .main .logo-div {
  float: left;
  padding-top: 2px;
  padding-right: 10px;
}

.header .main .headerlist {
  float: left;
  padding-bottom: 5px;
}

.header .main .headerlist li {
  float: left;
}

.header .main .headerlist li .hlbtn-hover {
  display: none;
}

.header .main .headerlist .level1 {
  position: relative;
}

.header .main .headerlist .level1 .level2 {
  position: absolute;
  display: none;
}

.header .main .headerlist .level1 .level2 li {
  width: 109px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #000;
  opacity: 0.9;
}

.header .main .headerlist .level1 .level2 li a {
  font-size: 16px;
  font-weight: 600;
  color: #18a9f4;
  text-decoration: none;
  font-family: "Microsoft YaHei";
}

.header .main .headerlist .level1 .level2 li:hover {
  background: #940819;
  opacity: 0.9;
}

.header .main .headerlist .level1 .level2 li:hover a {
  color: #f6ff5f;
}

.header .right {
  float: right;
  height: 100%;
}

.navBox {
  width: 1300px;
  height: 40px;
  line-height: 40px;
  margin: 0px auto 0;
  font-size: 16px;
  color: #e0e0e0;
}

.navBox span {
  float: left;
}

.navBox .advert-list {
  float: left;
  width: 100%;
}

.navBox .advert-img {
  margin: 8px 5px 0 20px;
}

.navBox ul {
  overflow: hidden;
  height: 40px;
  margin-left: 20px;
}

.navBox ul li {
  float: left;
  width: 280px;
  text-align: center;
  height: 40px;
  white-space: nowrap;
  font-size: 16px;
  overflow: hidden;
}

.navBox ul li a {
  text-decoration: none;
}

.navBox ul li a img {
  margin-top: -5px;
  vertical-align: middle;
  width: 20px;
}

.advert-box {
  color: #18a9f4;
  overflow: hidden;
  font-size: 14px;
}

.advert-box a {
  color: #1ab1ff;
  overflow: hidden;
  font-size: 14px;
}

.contact-box a {
  color: #949494;
  font-size: 14px !important;
}

.contact-box .contact-img {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 5px;
}

.findbox {
    position: relative;
    float: left;
    width: 1300px;
    height: 50px;
    line-height: 40px;
    background: linear-gradient(to bottom, #f0ddc8, #f1ddc8);
    /* box-shadow: 0 2px 8px 0 rgba(0,0,0,.5); */
    margin: 0 auto;
    margin-top: 0;
   /* border-top: 1px solid #0052d9; */
}
ul.keylist li {
    padding: 0 20px;
    line-height: 26px;
    border-radius: 4px;
    border: 1px solid #c08c02;
    font-size: 14px;
    color: #fff;
    background: linear-gradient(to bottom, #ac3202, #5f1401);
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 14px;
	cursor: pointer;
}
ul.keylist li:hover {
    color: #f6c004;
    background: #b71b01;
    border-color: #ffdddd;
    cursor: pointer;
    border: 1px solid #c08c02;
    font-weight: bold;
}
.findbox .title {
  padding: 0 20px;
    /* background: url(/template/mob1/images/654.png); */
    width: 130px;
    height: 39px;
    float: left;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    color: #ff6408;
}
ul li {
    list-style: none;
}
.findbox .keys {
    width: 960px;
    height: 36px;
    float: left;
}


.search-box {
   background: linear-gradient(to bottom, #f2e1ce, #f0dcc6);
    /* background-color: rgba(0, 0, 0, 0.8); */
    color: #e0e0e0;
    line-height: 40px;
    box-sizing: border-box;
    width: 1300px;
    /* height: 100px; */
    margin: 0px auto 10;
    font-size: 16px;
    color: #854848;
    position: relative;
}

.search-box .text-option {
  position: absolute;
  top: 36px;
  left: 115px;
  background: #ffffff;
  color: #333333;
  width: 145px;
  box-sizing: border-box;
  z-index: 100;
  display: none;
}

.search-box .text-option p {
  line-height: 16px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  padding: 5px;
  cursor: pointer;
}

.search-box .text-option p:hover {
  background: #1e90ff;
  color: #ffffff;
}

.search-box span {
  margin: 0 10px 0 20px;
  font-size: 16px;
  float: left;
}

.search-box input[type=text], .search-box select {
  margin-top: 5px;
  width: 780px;
  border: 1px solid #f2f1f1;
  height: 48px;
  box-sizing: border-box;
  float: left;
}

.search-box input[type=text] {
  font-size: 16px;
  color: #a5a5a5;
  padding: 0 5px;
  box-sizing: border-box;
  margin-right: 0px;
  background-color: #fff;
  border: 1px solid #cfbda8;
}

.search-box select {
  font-size: 18px;
  color: #333333;
  padding: 0 5px;
  box-sizing: border-box;
}

.search-box select option {
  color: #9f9f9f;
}
.indexCommonTitle .left b {
    font-size: 16px;
    color: #672711;
    font-weight: bold;
    margin-left: 12px;
}
.search-box .search_btn {
    float: left;
    text-align: center;
    color: #ffffff;
    background: linear-gradient(to top right, #a02e10, #601400);
    /* background: #ac141c; */
    border-radius: 5px;
    border: none;
    height: 48px;
    line-height: 48px;
    font-size: 17px;
    margin: 5px 0 0 0px;
    width: 220px;
    /* background: url(../images/icon_search@2x.png) 100% 100% no-repeat; */
    background-size: contain;
	cursor: pointer;
}
.search_btn:hover {
    color: #f6c004;
    background: #b71b01;
    border-color: #ffdddd;
    cursor: pointer;
    border: 1px solid #c08c02;
    font-weight: bold;
}
.search-box .search_btnn {
    float: left;
    text-align: center;
    color: #ffffff;
   background: linear-gradient(to top right, #a0101dba, #600000a8);
    /* background: #ac141c; */
    border-radius: 5px;
    border: none;
    height: 48px;
    line-height: 48px;
    font-size: 17px;
    margin: 5px 10 0 10px;
    width: 220px;
    /* background: url(../images/icon_search@2x.png) 100% 100% no-repeat; */
    background-size: contain;
	cursor: pointer;
}
.search_btnn:hover {
    color: #f6c004;
    background: #b71b01;
    border-color: #ffdddd;
    cursor: pointer;
    border: 1px solid #c08c02;
    font-weight: bold;
}
.search-box .search_btn .search_icon {
  background: url(/template/mob1/images/icon1.png);
  background-position: -10px -20px;
  width: 24px;
  height: 24px;
  display: block;
  float: left;
  margin-left: 6px;
  margin-right: 5px;
  margin-top: 3px;
}

.search-box .vsearch {
  float: right;
  margin-right: 20px;
}

.search-box .advertising_right {
  position: relative;
  margin-top: 4px;
  margin-right: 20px;
  width: 9%;
  height: 32px;
  border-radius: 3px;
  float: right;
  box-sizing: border-box;
}

.search-box .advertising_right button {
  margin: 0 auto;
  position: relative;
  padding: 0;
  display: block;
  width: 85px;
  height: 100%;
  border: 0;
  outline: 0;
  background-color: transparent;
  color: #03a4f7;
  text-align: left;
  font-size: 14px;
  text-indent: 4px;
}

.search-box .advertising_right button::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 5px;
  left: -30px;
  background: url(../images/icon1.png) no-repeat -94px -20px;
}

.search-box .advertising_right button::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 5px;
  right: 0;
  background: url(../images/icon1.png) no-repeat -120px -20px;
}

.search-box .advertising_right .versions_box {
  z-index: 100;
  display: none;
  width: 100%;
  height: 10px;
  overflow: hidden;
  background-color: #22160d;
  opacity: 0.9;
  transition: height 2s;
  -moz-transition: height 2s;
  -webkit-transition: height 2s;
  -o-transition: height 2s;
  margin-left: 0;
}

.search-box .advertising_right .versions_box li {
  width: 100%;
  height: 32px;
  line-height: 32px;
}

.search-box .advertising_right .versions_box li a:hover {
  background-color: #ff0000;
  opacity: 0.9;
  font-size: 14px;
  font-family: "Microsoft YaHei";
}

.search-box .advertising_right:hover .versions_box {
  position: absolute;
  display: block;
  height: auto;
  top: 32px;
  left: 0;
  right: 0;
  border-radius: 3px;
}

.search-box .advertising_right:hover .versions_box li a {
  display: block;
  width: 100%;
  height: 100%;
  border-top: 1px solid #3f3f3f;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.tableBorder1 {
  width: 1300px;
}

.tableBorder1 tbody tr {
  height: 35px;
}

.tableBorder1 tbody tr td {
  padding: 0;
  border-color: #b8b9bd;
}

.videoPlayBox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  display: none;
  z-index: 9999;
}

.videoPlayBox .video_box {
  width: 640px;
  height: 340px;
  position: fixed;
  top: 20%;
  left: 50%;
  margin-left: -320px;
}

.videoPlayBox .video_clo {
  background: url(../images/clo.png) 50% 50% no-repeat;
  width: 36px;
  height: 36px;
  background-size: contain;
  position: absolute;
  right: -25px;
  top: 68px;
}

.videoPlayBox .shadow {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.61);
}

.videoPlayBox .videoPlay {
  position: absolute;
  top: 30%;
  left: 50%;
  margin-left: -300px;
  border: none;
  background-color: #000;
  outline: none;
}

.footer_line {
  width: 100%;
  background: url(../images/divider_upwards@2x.png) 100% 100% no-repeat;
  background-size: 100% 100%;
  height: 94px;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 250px;
  display: none;
}

.footer_module {
width: 100%;
    height: 165px;
    margin: 100px auto 0px auto;
    background: linear-gradient(to bottom, #f2e0ca, #ffffff);
    background-size: 100% auto;
    -webkit-box-shadow: 0 4px 16px rgba(65, 65, 65, 0.4);
    box-shadow: 0 4px 16px rgba(65, 65, 65, 0.4);	
	
	
	
	
	
	
/*   width: 100%;
    height: 100%;
    margin: 100px auto 0px auto;
    background: linear-gradient(to bottom, #f2e0ca, #ffffff);
    background-size: 100% auto;
    -webkit-box-shadow: 0 4px 16px rgba(65, 65, 65, 0.4);
    box-shadow: 0 4px 16px rgba(65, 65, 65, 0.4); */
}
#footer {
    width: 100%;
    height: 165px;
    margin: 100px auto 0px auto;
    background: linear-gradient(to bottom, #f2e0ca, #ffffff);
    background-size: 100% auto;
    -webkit-box-shadow: 0 4px 16px rgba(65, 65, 65, 0.4);
    box-shadow: 0 4px 16px rgba(65, 65, 65, 0.4);
}
#footer .center {
	background: linear-gradient(to bottom, #f2e0ca, #ffffff);
    width: 1300px;
    padding-top: 25px;
    padding-bottom: 20px;
    margin: 0 auto;
}
#footer .bomlogo {
    float: left;
    width: 200px;
    text-align: center;
    margin-top: 0px;
    margin-left: 10px;
}
#footer .bomlogo img {
    width: 200px;
}
#footer .box {
    float: right;
    line-height: 26px;
    text-align: right;
    color: #9b9ea3;
    padding-right: 30px;
}
#footer .box .tips {
    font-size: 14px;
    color: #602416;
}

.footer_module .footer_module_main {
  margin: 0 auto;
  width: 1300px;
  padding-top: 20px;
}
#footer .box ul {
    margin-bottom: 22px;
}
#footer .box ul li {
    display: inline;
}
#footer .box ul li a {
    color: #b23b01;
    margin-right: 2px;
    margin-left: 8px;
}
#footer .box p {
    line-height: 24px;
    font-size: 12px;
    color: #7a5c5c;
}
#footer .box p a {
    font-size: 14px;
    font-family: 'times new roman', times, serif;
    font-weight: bold;
    color: #af3f01;
    text-decoration: underline;
}
.footer_module .footer_nav {
  padding: 11px 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 0px auto 20px;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  overflow: hidden;
}

.footer_module .footer_nav li {
  color: #f5e02b;
}

.footer_module .footer_nav li .footer_a {
  width: 120px;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  color: #fff;
  font-size: 14px;
}

.footer_module .footer_nav li .footer_icon {
  width: 22px;
  height: 22px;
  background-image: url(../images/icon1.png);
  display: block;
  float: left;
  margin-right: 5px;
}

.footer_module .footer_nav li .ficon0 {
  background-position: -550px -20px;
}

.footer_module .footer_nav li .ficon1 {
  background-position: -484px -20px;
}

.footer_module .footer_nav li .ficon2 {
  background-position: -518px -20px;
}

.footer_module .footer_nav li a:hover {
  color: #f5e02b;
}

.footer_module .footer_nav li::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/icon.png) no-repeat -8px -8px;
}

.footer_module .footer_major {
  width: 1300px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.footer_module .footer_major .major_fl {
  position: absolute;
  width: 360px;
  left: 150px;
  top: 50%;
  transform: translate(0, -50%);
}

.footer_module .footer_major .major_fl .major_fl_img {
  margin-left: 10px;
  width: 57px;
  height: 63px;
}

.footer_module .footer_major .major_fr {
  width: 600px;
  margin-left: 550px;
  min-height: 80px;
}

.footer_module .footer_major .major_fr p i {
  float: left;
  display: block;
  font-style: normal;
  padding-bottom: 10px;
}

.footer_module .footer_major .major_fr p i a {
  margin-right: 5px;
}

.footer_module .footer_major p {
  text-align: left;
  font-size: 12px;
  line-height: 10px;
  color: #7a7a7a;
}

.footer_module .footer_major a {
  color: #7a7a7a;
  text-align: left;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.footer_module .footer_line {
  margin: 0 20px;
  width: 24px;
  height: 24px;
  background: url(../images/icon.png) no-repeat -45px -9px;
}

.footer_module .footer_principal {
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.footer_module .footer_principal p {
  color: #7a7a7a;
  text-align: center;
  font-size: 14px;
}

.footer_module .footer_principal p a {
  color: #7a7a7a;
  font-size: 14px;
  text-align: center;
}

.content-box .banner {
  font-size: 0;
  margin: 0 auto;
  width: 100%;
  position: relative;
  background-color: #0e0402;
}

.content-box .banner a {
  display: block;
  margin: 0 auto;
  width: 1900px;
  height: 380px;
}

.content-box .banner .line {
  margin-top: -15px;
  margin-bottom: -13px;
}

.content-box .banner img {
  width: 100%;
}

.content-box .pv-list {
  width: 1300px;
  margin: 0 auto;
}

.content-box .pv-list .list1 {
  margin-top: 15px;
}

.content-box .pv-list .list1 .nav-lable {
  background: url(../images/video_title_bg.png) 100% 100% no-repeat;
  height: 75px;
  background-size: 100% 100%;
}

.content-box .pv-list .list1 .nav-lable li {
  height: 70px;
  float: left;
}

.content-box .pv-list .list1 .nav-lable li:last-child {
  float: right;
}

.content-box .pv-list .list1 img {
  width: 200px;
  height: 70px;
}

.content-box .pv-list .list1 .tagBtn-act {
  display: none;
}

.content-box .pv-list .list1 .tagBtnBox:hover .tagBtn {
  display: none;
}

.content-box .pv-list .list1 .tagBtnBox:hover .tagBtn-act {
  display: block;
  background: url(../images/video_title.png) 100% 100% no-repeat;
  background-size: 100% 100%;
}



.content-box .pv-list .list1 .tagBtnBox-active .tagBtn {
  display: none;
}

.content-box .pv-list .list1 .tagBtnBox-active .tagBtn-act {
  display: block;
  background: url(../images/video_title.png) 100% 100% no-repeat;
  background-size: 100% 100%;
}

.content-box .pv-list .tagBtn-act:last-child {
  float: right;
}

.content-box .pv-list .list2 .nav-tabs {
  margin-bottom: 24px;
  display: flex;
  height: 45px;
  background-color: #000;
}

.content-box .pv-list .list2 .nav-tabs li {
  flex: 1;
  height: 45px;
  line-height: 45px;
  text-align: center;
}

.content-box .pv-list .list2 .nav-tabs li a {
  display: block;
  color: #FFF3DC;
  font-size: 14px;
  font-weight: bold;
}

.content-box .pv-list .list2 .nav-tabs li:hover {
  border-bottom: 2px solid #18a9f4;
}

.content-box .pv-list .list2 .nav-tabs li:hover span {
  color: #18a9f4;
}

.content-box .pv-list .list2 .nav-tabs .tabs-active {
  border-bottom: 2px solid #18a9f4;
}

.content-box .pv-list .list2 .nav-tabs .tabs-active span {
  color: #18a9f4;
}

.content-box .pv-list .livecontent {
  width: 280px;
  height: 240px;
  float: left;
  margin: 10px 10px;
  background-color: transparent;
}

.content-box .pv-list .livecontent a {
  cursor: pointer;
}

.content-box .pv-list .livecontent .livecontentdiv {
  width: 280px;
  height: 165px;
  overflow: hidden;
  position: relative;
}

.content-box .pv-list .livecontent .livecontentdiv .live-bg {
  background: url(../images/video_frame.png) 50% 50% no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  width: 280px;
  height: 165px;
}

.content-box .pv-list .livecontent .livecontentdiv .rec {
  z-index: 6;
  position: absolute;
  top: 0;
  left: 0;
  width: 29px;
  height: 37px;
  background: url(../images/rec.png) no-repeat;
}

.content-box .pv-list .livecontent .livecontentdiv .sub-mask {
  display: block;
  z-index: 2;
}

.content-box .pv-list .livecontent .livecontentdiv .sub-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  border-radius: 30px;
  z-index: 101;
  filter: alpha(opacity=30);
}

.content-box .pv-list .livecontent .livecontentdiv .play-icon {
  z-index: 5;
  position: absolute;
  top: 55%;
  left: 50%;
  margin: -38px 0 0 -32px;
  width: 76px;
  height: 63px;
  background: url(../images/icon_play@2x.png) no-repeat;
  opacity: 0;
  z-index: 100;
}

.content-box .pv-list .livecontent .livecontentdiv .livepic {
  width: 270px;
  height: 154px;
  position: absolute;
  top: 7px;
  left: 50%;
  z-index: 89;
  margin-left: -135px;
}

.content-box .pv-list .livecontent .livetitle {
  font-size: 14px;
  height: 30px;
  line-height: 20px;
  overflow: hidden;
  background-color: transparent;
  padding: 10px 10px 0px 10px;
  color: #fff;
  box-sizing: border-box;
}

.content-box .pv-list .livecontent .livebottom {
  height: 50px;
  background-color: transparent;
  box-sizing: border-box;
  padding: 10px 10px 10px 10px;
}

.content-box .pv-list .livecontent .livebottom .liveavatar {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  float: left;
}

.content-box .pv-list .livecontent .livebottom .livenickname {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  float: left;
  margin-left: 5px;
  color: #949494;
}

.content-box .pv-list .livecontent .livebottom .livehot {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  float: right;
}

.content-box .pv-list .livecontent .livebottom .livehotimg {
  width: 16px;
  height: 12px;
  margin-right: 5px;
}

.content-box .pv-list .livehover .play-icon {
  opacity: 1 !important;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.content-box .pv-list .livehover .live-bg {
  background: url(../images/video_frame_on.png) 50% 50% no-repeat !important;
  background-size: contain !important;
}

.content-box .pv-list .livehover .sub-mask {
  opacity: 0.3 !important;
}

#modalCommon {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  padding-right: 17px;
  background-color: rgba(0, 0, 0, 0.6);
}

#modalCommon #modal_box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 600px;
  height: 712px;
}

#modalCommon #modal_box .zoon_fl {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: -58px;
  z-index: 99;
  background: url(../images/icon_last@2x.png) 50% 50% no-repeat;
  background-size: contain;
  width: 48px;
  height: 84px;
}

#modalCommon #modal_box .zoon_fr {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -58px;
  z-index: 99;
  background: url(../images/icon_next@2x.png) 50% 50% no-repeat;
  background-size: contain;
  width: 48px;
  height: 84px;
}

#modalCommon .modal_dec {
  font-size: 0;
  width: 560px;
  height: 780px;
  padding: 20px;
  background: url(../images/warranty_popup_bg@2x.png) 100% 100% no-repeat;
  background-size: contain;
  text-align: center;
}

#modalCommon .modal_dec img {
  width: 100%;
  height: 780px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

#modalCommon .close_modal {
  outline: none;
  border: none;
  background-color: transparent;
  position: absolute;
  top: -2px;
  right: -46px;
  width: 46px;
  height: 46px;
  cursor: pointer;
}

#modalCommon .close_modal img {
  width: 30px;
}

.modal_footer {
  padding-top: 25px;
  color: #343338;
  font-size: 14px;
  text-align: center;
  width: 700px;
  height: 109px;
  background: #afafaf;
  font-family: "Microsoft YaHei";
}

.modal_footer a {
  display: block;
  margin: 10px auto 0;
  width: 206px;
  height: 36px;
  line-height: 36px;
  background-image: url("../images/lianxi1.png");
  border-radius: 18px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 16px;
  font-weight: bold;
  color: white;
}

.auth_line {
  background: #0f0806 url(../images/pic_line@2x.png) 100% 100% no-repeat;
  width: 100%;
  height: 16px;
  background-size: cover;
  margin: 0;
  padding: 0;
}

.auth-list {
  width: 100%;
  background: url(../images/ip_bg@2x.png) 100% 100% no-repeat;
  height: 400px;
  background-size: 100% 100%;
  overflow: hidden;
}

.auth-list .auth-tit {
  height: 30px;
  width: 220px;
  line-height: 30px;
  margin: 0 auto;
  font-size: 32px;
  text-align: center;
  font-weight: 400;
  color: #18a9f4;
  margin-bottom: 10px;
  padding-top: 10px;
}

.auth-list .auth_ip {
  width: 348px;
  height: 102px;
  background: url(../images/title_ip@2x.png) 100% 100% no-repeat;
  background-size: contain;
  display: block;
  margin: 0 auto;
  margin-top: 0px;
  margin-left: -100px;
}

.auth-list .auth_sq {
  width: 348px;
  height: 104px;
  background: url(../images/title_sq@2x.png) 100% 100% no-repeat;
  background-size: contain;
  display: block;
  margin: 0 auto;
  margin-top: 0px;
  margin-left: -100px;
}

.auth-list .auth-cont {
  width: 1300px;
  margin: 0 auto;
  background-color: transparent;
  padding: 50px 20px 80px 20px;
  box-sizing: border-box;
  margin-top: 20px;
  color: #fff;
  margin-top: 10px;
}

.auth-list .auth-img {
  width: 1300px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 70px;
}

.auth-list .auth-img li {
  float: left;
}

.auth-list .auth-img li .auth-img-box {
  position: relative;
  width: 395px;
  height: 213px;
}

.auth-list .auth-img li .auth-img-box .list-bg {
  background: url(../images/warranty_frame@2x.png) 50% 50% no-repeat;
  width: 395px;
  height: 213px;
  background-size: contain;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
  padding: 0;
  margin: 0;
}

.auth-list .auth-img li .auth-img-box .list-pic {
  position: absolute;
  top: 15px;
  left: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 9;
  width: 370px;
  height: 190px;
}

.auth-sq {
  width: 100%;
  height: 720px;
  background: url(../images/warranty_bg@2x.png) 100% 100% no-repeat;
  background-size: 100% 100%;
}

.searchImgBox {
  position: relative;
  text-align: left;
  text-align: center;
  overflow: visible !important;
  width: 70px;
}

.searchImgBox .searchImgBtn {
  position: absolute;
  width: 30px;
  top: 5px;
  right: -35px;
  z-index: 99;
}

.dw {
  position: relative;
}

.navBox-main {
    width: 1300px;
    height: 42px;
    line-height: 42px;
    margin: 0px auto 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(to bottom, #ffffff, #f0dcc6);
    /* background-color: rgba(0.01, 0.01, 0.4, 0.8); */
    border-bottom: solid 1px #b9c2c5;
}

.advert-box, .contact-box {
  height: 42px;
  float: left;
}

.advert-box {
  width: 900px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.contact-box {
  width: 300px;
}

.advert-img {
  margin: 10px 10px 0 20px;
  float: left;
  background-image: url(../images/icon1.png);
  width: 24px;
  height: 24px;
  background-position: -48px -20px;
}

.logo_fr {
  position: absolute;
  top: 10px;
  right: 40%;
  background: #0e0f13;
  opacity: .63;
}

.tool_right {
  width: 120px;
  height: 370px;
  position: fixed;
  top: 95px;
  z-index: 99;
}

.tool_left {
  width: 213px;
}

.tool_right li {
  margin-bottom: 0px;
  width: 120px;
  height: 62px;
  background-color: rgba(41, 52, 99, 0.8);
  /*293463*/
  color: #fff;
  text-align: center;
  font-size: 14px;
}

.tool_right li > a {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #fff;
  text-decoration: none;
}

.tool_right li a:hover {
  background: url(../images/right_btn.png) 100% 100% no-repeat;
  background-size: cover;
}

.sprite_base {
  display: inline-block;
  background-image: url("../images/icon1.png");
  width: 24px;
  height: 24px;
  vertical-align: -6px;
}

.sprite_5 {
  margin: 0 auto 7px;
  display: block;
  background-position: -362px -60px;
  width: 44px;
  height: 22px;
}

.sprite_txt {
  display: inline-block;
  width: 100%;
  height: 60px;
  text-align: center;
  font-style: normal;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF;
}

.sprite_top {
  background-image: url("../images/icon1.png");
  background-position: -362px -90px;
  width: 42px;
  height: 22px;
  margin: 0 auto;
}

.tool_right .tool_top {
  margin-top: 4px;
  padding-top: 15px;
  height: 73px;
  line-height: 1;
  cursor: pointer;
}

.tool_right .tool_top {
  line-height: 1;
}

.top_list {
  overflow: hidden;
  width: 1300px;
  margin: 0 auto;
  font-size: 0;
}

.top_list li {
  width: 300px;
  float: left;
}

.tool_ul {
  height: auto;
  margin-left: 0;
}

.w100 {
  width: 1300px;
  float: none;
}

.search_div {
  float: left;
  position: relative;
  padding: 0 20px;
}
.toolbar {
    width: 70px;
    position: fixed;
    right: 52%;
    bottom: 68px;
    margin-right: -768px;
    z-index: 301;
    background: #fff;
    border-radius: 10px;
}
.toolbar li a {
    width: 100%;
    font-size: 12px;
    background: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #ececec;
    display: block;
    text-align: center;
    position: relative;
    color: #777;
}
.toolbar li a i {
    display: block;
    font-size: 30px;
    margin: 0 auto 5px auto;
    color: #ff552e;
}

.icon-bar-top {
    background: url(/template/mob1/images/toolbar.png) -235px 0px no-repeat;
    height: 30px;
}
.search_div input {
  height: 30px;
  line-height: 30px;
  font: 14px arial;
  background-color: #e1e1e1;
  color: #333;
  border: 1px solid #b8b8b8;
  padding: 2px 0px 2px 8px;
}

#search-button {
  position: absolute;
  height: 30px;
  width: 30px;
  top: 3px;
  right: -6px;
  background-color: #fff;
  cursor: pointer;
}

.search-img {
  position: absolute;
  height: 0px;
  width: 0px;
  top: 13px;
  right: 10px;
  overflow: hidden;
  cursor: pointer;
  border-width: 5px;
  border-style: solid dashed dashed;
  border-color: #acacac transparent transparent;
  background-repeat: no-repeat;
  opacity: .6;
  color: #ffffff;
}

.search_div span.up {
  border-width: 5px;
  border-style: dashed dashed solid;
  border-color: transparent transparent #acacac;
  top: 7px;
}

.search_div select {
  margin: 0px;
  padding: 0px;
  outline: none;
  border: 1px solid #b8b8b8;
  position: absolute;
  top: 35px;
  left: 0;
  background-color: #e1e1e1;
  height: 153px;
  z-index: 99;
  overflow: hidden;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
}

.search_div select option {
  appearance: none;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 5px;
  margin-top: 5px;
  *height: 20px;
}

.search_div select option:hover {
  background: #22160d;
  color: #ffffff;
}

.choose_box {
  margin-top: 5px;
  width: 145px;
  border: 1px solid #f2f1f1;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  float: left;
  font-size: 18px;
  color: #333333;
  padding: 0 5px;
  text-align: left;
  background-color: #fff;
  position: relative;
  color: #a5a5a5;
}

.choose_txt {
  float: left;
  width: 80%;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
}

.choose_icon {
  background-image: url("../images/icon.png");
  background-position: -418px -8px;
  width: 2px;
  height: 24px;
  float: left;
  margin-top: 3px;
}

.choose_icon2 {
  background-image: url("../images/icon1.png");
  background-position: -150px -20px;
  width: 24px;
  height: 24px;
  float: right;
  margin-top: 3px;
}

.choose_inpt {
  width: 80%;
  background-color: transparent;
}

.choose_data {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  z-index: 97;
  background-color: #fff;
  color: #333;
  display: none;
  background-color: #e1e1e1;
  border: 0px;
  opacity: 0.9;
}

.choose_data li {
  line-height: 36px;
  text-align: center;
}

.choose_data li:hover {
  background-color: #22160d;
  color: #fff;
  cursor: pointer;
}

table .tr {
  height: 34px;
}

table tbody tr:hover .rkk {
  display: inline-block;
  background: url(../images/button_red_bg@2x.png) 50% 50% no-repeat;
  background-size: contain;
  width: 84px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}


.topZS{
  position: fixed;
  top: 115px;
  left: 0;
  right: 0;
  z-index: 99;
  pointer-events: none;
  width: 100%;
}

.topZS img{
  width: 100%;
}


.footer_div{
  position: absolute;
  height: 250px;
  width: 100%;
  left: 0;
  right: 0;
}

.bottomZS{
  position: relative;
  width: 100%;
  top: -80px;
  left: 0;
  right: 0;
  pointer-events: none;
}

.bottomZS img{
  width: 100%;
  height: 90px;
}

.backDiv{

  top:0;
  left: 0;
  z-index: -999;
  width: 100%;
  height: 100%;
  transform:translateZ(0);
  -webkit-transform: translateZ(0);
  position: fixed;
}
.navc {
    width: 1300;
    margin: 0 auto;
    height: 85px;
}
.nav {
    height: 78px;
    background: #fff;
    background: linear-gradient(to bottom, #fffcfa, #e9dfd5);
    background-size: 100% auto;
    -webkit-box-shadow: 0 4px 16px rgba(65, 65, 65, 0.4);
    box-shadow: 0 4px 16px rgba(65, 65, 65, 0.4);
    border-radius: 2px;
    width: 1300px;
}
.nav a.active {
    color: #FF6408;
}
.nav a {
    float: left;
    display: block;
    height: 100%;
    width: 10%;
    text-align: center;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.nav a.active p:nth-child(2) {
    color: #FF6408;
}

.nav a p:nth-child(2) {
    font-size: 10px;
    color: #a5a5a5;
}
.nav a.active > div {
    border-bottom: 2px solid #FF6408;
}
.nav a > div {
    display: inline-block;
    /* border-bottom: 2px solid transparent; */
    height: 100%;
    /* -webkit-box-sizing: border-box; */
    box-sizing: border-box;
}
.nav a em {
    height: 24px;
    position: absolute;
    width: 1px;
    background: #aaa;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.nav a p:first-child {
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0 7px;
}
.nav a .icon {
    position: absolute;
    top: -10px;
    right: 10px;
}
.clearfix:after {
    clear: both;
}

.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.nav.fixed{position: fixed;left: 50%;top: 0;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);z-index: 9999;}
.nav a{float: left;display: block;height: 100%;width: 10%;text-align: center;position: relative;-webkit-box-sizing: border-box;box-sizing: border-box;}
.nav a .icon{position: absolute;top: -10px;right: 10px;}
.nav a:last-child em{display: none;}
.nav a > div{display: inline-block;border-bottom: 2px solid transparent;height: 100%;-webkit-box-sizing: border-box;box-sizing: border-box;}
.nav a p:first-child{font-size: 16px;font-weight: bold;margin: 15px 0 7px;}
.nav a p:nth-child(2){font-size: 10px;color: #a5a5a5;}
.nav a em{height: 24px;position: absolute;width: 1px;background: #aaa;top: 50%;right: 0;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
.nav a.active{color: #FF6408;}
.nav a.active p:nth-child(2){color: #FF6408;}
.nav a.active > div{border-bottom: 2px solid #FF6408;}
.nav a:hover{color: #FF6408;}
.nav a:hover p:nth-child(2){color: #FF6408;}
.nav a:hover > div{border-bottom: 2px solid #FF6408;}