﻿blockquote,
body,
button,
caption,
dd,
dl,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
legend,
ol,
p,
pre,
select,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

/*消除引入im系统的body影响 */
body {
  color: #333 !important;
  font: normal normal normal 12px/20px Arial, sans-serif !important;
}

button,
input,
select,
textarea {
  vertical-align: middle;
  font-size: 100%;
  outline: 0;
  font-family: "Microsoft YaHei", Arial, sans-serif;
}

b,
h1,
h2,
h3,
h4,
h5,
h6,
strong,
th {
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  line-height: 24px;
}

li {
  list-style: none;
}

table {
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

fieldset,
img {
  border: 0;
}

address,
cite,
dfn,
em,
i,
var {
  font-style: normal;
}

code,
dfn,
kbd,
pre,
samp,
tt,
var {
  font-family: monospace;
}

del,
ins,
s {
  text-decoration: none;
}

small {
  font-size: 100%;
}

q:before {
  content: "";
}

q:after {
  content: "";
}

img {
  border: 0;
}

a {
  color: #005bb5 !important;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
}

a:hover {
  color: #ff6257;
  text-decoration: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  line-height: 0;
  height: 0;
  visibility: hidden;
}

.clear_float {
  clear: both;
  font-size: 1px;
  height: 0;
  width: 0;
  line-height: 1;
  overflow: hidden;
}

.none {
  display: none;
}

body {
  background: #f2f2f2;
}

.main {
}

.main .top {
  min-width: 1208px;
  background: #fafafa;
  border-bottom: 1px solid #eee;
  position: relative;
  z-index: 9999;
}

.main .top .topnav {
  height: 28px;
  margin: 0 auto;
  line-height: 28px;
  width: 1190px;
  overflow: hidden;
}

.main .top .topnav .top_title {
  float: left;
  height: 29px;
}

.main .top .topnav ul {
  float: right;
}

.main .top .topnav ul li {
  float: left;
  border-style: solid;
  border-width: 0 1px;
  position: relative;
  border-color: transparent;
  margin-right: 20px;
}

.main .top .topnav ul li a {
  color: #555;
}

.main .top .topnav ul li .login {
  margin-right: 5px;
  color: #005bb5;
}

.main .top .topnav ul li .reg {
}

.main #header {
  width: 100%;
  margin: 0 auto;
  border-bottom: 3px solid #0e45a9;
  line-height: 0;
  overflow: hidden;
  background-color: #fff;
  height: 170px;
}

.main #header .hhh {
  width: 1190px;
  margin: 0 auto;
  line-height: 0;
  overflow: hidden;
  height: 130px;
  padding: 30px 0;
  box-sizing: border-box;
}

.main #header .logo {
  float: left;
  position: relative;
}

.main #header .logo img {
  width: 264px;
  height: 99px;
  margin-top: -15px;
  margin-left: 5px;
}

.main #header .search {
  float: left;
  padding: 2px;
  width: 703px;
  background-color: #011681;
  background-image: linear-gradient(to right, #011681, #011681);
  position: relative;
  height: 45px;
  border-radius: 2px;
  margin-top: 11px;
  margin-left: 16px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.main #header .search input {
  width: 575px;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  text-indent: 10px;
  font-size: 14px;
  float: left;
  border: none;
  background-color: #fff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.main #header .search input::placeholder {
  opacity: 0.5;
}

.main #header .search .btnsearch {
  width: 130px;
  height: 49px;
  text-align: center;
  color: #fff;
  background-color: #011681;
  background-image: linear-gradient(to right, #011681, #011681);
  vertical-align: middle;
  font-size: 16px;
  line-height: 49px;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.main #header .search .btnsearch img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
}

.main #header .myshopcart {
  float: right;
  width: 140px;
  height: 40px;
  border: 2px solid #011681;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
  color: #011681;
  font-size: 15px;
  position: relative;
  margin-right: 20px;
  margin-top: 15px;
  font-weight: bold;
}

.main #header .myshopcart a {
  display: block;
}

.main #header .myshopcart img {
  vertical-align: middle;
}

.main #header .myshopcart span {
  width: 20px;
  height: 20px;
  background-color: #dc151a;
  display: block;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  color: #fff;
  right: -10px;
  top: -10px;
  position: absolute;
}

.main #header .top_menu {
  height: 40px;
  width: 1190px;
  margin: 0 auto;
}

.main #header .top_menu div:nth-child(1) {
  width: 230px;
  float: left;
  height: 40px;
  line-height: 40px;
  background-image: linear-gradient(to right, #011681, #0c50bb);
  color: #fff;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 16px;
}

.main #header .top_menu div:nth-child(2) {
  width: 160px;
  float: left;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  color: #0c50bb;
}

.main #header .top_menu div:nth-child(3) {
  width: 160px;
  float: left;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
}
.main #header .top_menu div:nth-child(4) {
  width: 160px;
  float: left;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
}

.main #header .top_menu div:nth-child(5) {
  width: 160px;
  float: left;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
}
 .main #header .top_menu div:nth-child(6) {
               width: 160px;
               float: left;
               font-size: 16px;
               height: 40px;
               line-height: 40px;
               font-size: 16px;
               text-align: center;
           }

#container {
  width: 1208px;
  margin: 0 auto;
}

.main .menu {
}

.main .menu .bottom_menu {
  overflow: hidden;
  position: relative;
}

.main .menu .bottom_menu .menu_list {
  width: 230px;
  float: left;
  height: 510px;
  background-color: #fff;
}

.main .menu .bottom_menu .menu_list ul {
  background-color: #fff;
  height: 510px;
  float: left;
  width: 100%;
  padding-top: 10px;
  box-sizing: border-box;
  overflow-y: scroll;
}

.main .menu .bottom_menu .menu_list ul li {
  height: 40px;
  padding: 0px 20px;
  margin: 15px 0;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 40px;
}

.main .menu .bottom_menu .menu_list ul li:hover {
  color: #004798 !important;
  cursor: pointer;
  font-weight: bold;
}

.main .menu .bottom_menu .menu_list ul li img:nth-child(1) {
  vertical-align: middle;
  width: 20px;
  height: 20px;
}

.main .menu .bottom_menu .menu_list ul li img:nth-child(2) {
    vertical-align: middle;
    float: right;
    width: 30px;
    height: 30px;
    margin-top: 5px;
    margin-left: -10px;
}

.main .menu .bottom_menu .menu_list .menu_type_list {
  position: absolute;
  width: 745px;
  height: 400px;
  top: 10px;
  left: 242px;
  z-index: 99999;
}

.main .menu .bottom_menu .menu_list .menu_type_list .home_middle_list {
  width: 745px;
  height: 400px;
  background-color: #fff;
  padding: 22px 16px; /* margin: 14px 10px 0; */
  z-index: 10;
  display: none;
  box-sizing: border-box;
}

.main
  .menu
  .bottom_menu
  .menu_list
  .menu_type_list
  .home_middle_list
  .banner_middle_product {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.main
  .menu
  .bottom_menu
  .menu_list
  .menu_type_list
  .home_middle_list
  .banner_middle_item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  padding-bottom: 20px;
}

.main
  .menu
  .bottom_menu
  .menu_list
  .menu_type_list
  .home_middle_list
  .banner_middle_item
  > .title_02 {
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 8px;
  line-height: 20px;
  font-weight: 700;
  color: #333;
  font-size: 15px;
}

.main
  .menu
  .bottom_menu
  .menu_list
  .menu_type_list
  .home_middle_list
  .banner_middle_item
  .banner_middle_items {
  padding: 0 12px;
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333;
  line-height: 28px;
  cursor: pointer;
  line-height: 22px;
}

.main
  .menu
  .bottom_menu
  .menu_list
  .menu_type_list
  .home_middle_list
  .banner_middle_item
  .banner_middle {
  width: 643px;
  height: 420px !important;
  background-color: transparent !important;
}

.main .menu .bottom_menu .menu_list .menu_type_list .banner_middle_items:hover {
  /* background-color: #E7F0FB;*/
}

.main .menu .bottom_menu .menu_list .menu_type_list .banner_middle_items {
  width: 100%;
}

.main
  .menu
  .bottom_menu
  .menu_list
  .menu_type_list
  .banner_middle_items
  .title_03 {
  line-height: 35px;
  color: rgb(0, 71, 152);
}

.main
  .menu
  .bottom_menu
  .menu_list
  .menu_type_list
  .banner_middle_items
  .title_03
  .strokeDiv {
  width: 100%;
  display: block;
}

.main
  .menu
  .bottom_menu
  .menu_list
  .menu_type_list
  .banner_middle_items
  .title_03
  .strokeDiv
  a {
  /*  font-size: 12px;
                                font-weight: bold;*/

  font-size: 14px;
  font-weight: bold;
}

.main
  .menu
  .bottom_menu
  .menu_list
  .menu_type_list
  .banner_middle_items
  .title_03
  div {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 10px;
}

.main
  .menu
  .bottom_menu
  .menu_list
  .menu_type_list
  .banner_middle_items
  .title_03
  div
  a {
  /*font-size: 12px;
                                margin-right: 10px;
                                color: #333 !important;
                                font: 12px/1.5 Microsoft YaHei, tahoma, arial, Hiragino Sans GB, \\5b8b\4f53, sans-serif;
                                word-break: keep-all;*/

  margin-right: 10px;
  color: #333 !important;
  font: 12px/1.5 Microsoft YaHei, tahoma, arial, Hiragino Sans GB, \\5b8b\4f53,
    sans-serif;
  word-break: keep-all;
  display: block;
  float: left;
  margin-bottom: 10px;
  font-size: 14px;
}

.main
  .menu
  .bottom_menu
  .menu_list
  .menu_type_list
  .banner_middle_items
  .title_03
  div
  a:hover {
  color: #004798 !important;
  cursor: pointer;
  font-weight: bold;
}

.main .menu .bottom_menu .useritem {
  width: 190px;
  float: left;
  margin: 10px 0;
}

.main .menu .bottom_menu .useritem .logininfo {
  background-color: #fff;
  padding: 20px 15px 10px 15px;
  overflow: hidden;
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.main .menu .bottom_menu .useritem .logininfo div:nth-child(1) {
  float: left;
}

.main .menu .bottom_menu .useritem .logininfo div:nth-child(1) img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}

.main .menu .bottom_menu .useritem .logininfo div:nth-child(1) .s1 {
  display: block;
  float: left;
  margin-top: 5px;
  font-size: 14px;
}

.main .menu .bottom_menu .useritem .logininfo div:nth-child(1) .s2 {
  display: block;
  float: left;
  margin-top: 5px;
  font-size: 12px;
  color: #999;
}

.main .menu .bottom_menu .useritem .logininfo div:nth-child(2) {
  float: left;
  margin-top: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  height: 45px;
}

.main .menu .bottom_menu .useritem .logininfo div:nth-child(2) a:nth-child(1) {
  display: block;
  width: 60px;
  height: 30px;
  float: left;
  text-align: center;
  line-height: 30px;
  background-color: #005bb5;
  color: #fff !important;
  margin-right: 30px;
  border-radius: 3px;
  font-size: 15px;
  margin-left: 5px;
}

.main .menu .bottom_menu .useritem .logininfo div:nth-child(2) a:nth-child(2) {
  display: block;
  width: 61px;
  height: 26px;
  float: left;
  text-align: center;
  line-height: 26px;
  border: 2px solid #005bb5;
  border-radius: 3px;
  font-size: 15px;
}

.main .menu .bottom_menu .useritem .loginmenu {
  background-color: #fff;
  overflow: hidden;
  float: left;
  width: 100%;
  padding-bottom: 15px;
}

.main .menu .bottom_menu .useritem .loginmenu ul {
}

.main .menu .bottom_menu .useritem .loginmenu ul li {
  width: 50%;
  float: left;
  text-align: center;
  color: #005bb5;
}

.main .menu .bottom_menu .useritem .loginmenu ul li img {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 5px;
}

.main .menu .bottom_menu .useritem .services {
  background-color: #fff;
  float: left;
  margin-top: 10px;
  padding: 8px;
  box-sizing: border-box;
  width: 100%;
}

.main .menu .bottom_menu .useritem .services div:nth-child(1) {
  text-align: center;
  margin: 3px 0;
}

.main .menu .bottom_menu .useritem .services div:nth-child(2) {
  border-bottom: 1px solid #ddd;
  line-height: 25px;
  padding-bottom: 5px;
}

.main .menu .bottom_menu .useritem .services div:nth-child(3) {
  margin-top: 10px;
  margin-bottom: 10px;
}

.main .menu .bottom_menu .useritem .services div:nth-child(2) span {
  display: block;
}

.main .menu .bottom_menu .useritem .services div:nth-child(3) ul {
}

.main .menu .bottom_menu .useritem .services div:nth-child(3) ul li {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.main .menu .bottom_menu .banner {
  width: 745px;
  position: relative;
  height: 500px;
  float: left;
  margin: 10px 12px;
  border-radius: 5px;
  overflow: hidden;
}

.main .menu .bottom_menu .banner .fullSlide {
  width: 100%;
  background: #000;
}

.main .menu .bottom_menu .banner .fullSlide .bd {
  margin: 0 auto;
  position: relative;
  z-index: 0;
}

.main .menu .bottom_menu .banner .fullSlide .bd ul {
  width: 100% !important;
  height: 500px !important;
}

.main .menu .bottom_menu .banner .fullSlide .bd li {
  width: 100% !important;
  overflow: hidden;
  text-align: center;
}

.main .menu .bottom_menu .banner .fullSlide .bd li a {
  display: block;
  width: 100% !important;
}

.main .menu .bottom_menu .banner img {
  display: block;
  height: 500px;
  width: 750px !important;
  position: relative;
  left: 50%;
  margin-left: -375px;
}

.main .menu .bottom_menu .banner .fullSlide .hd {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  height: 30px;
  line-height: 30px;
}

.main .menu .bottom_menu .banner .fullSlide .hd ul {
  text-align: center;
}

.main .menu .bottom_menu .banner .fullSlide .hd ul li {
  display: block;
  width: 32px;
  height: 3px;
  float: left;
  margin: 0 5px;
  _margin: 0 3px;
  background: #fff;
  overflow: hidden;
}

.main .menu .bottom_menu .banner .fullSlide .hd ul .on {
  background: #ff875a;
}

.main .menu .bottom_menu .banner .fullSlide .prev,
.fullSlide .next {
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -30px;
  left: 0;
  z-index: 1;
  width: 40px;
  height: 60px;
  background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
  display: none;
}

.main .menu .bottom_menu .banner .fullSlide .next {
  left: auto;
  right: 0;
  background-position: -6px -137px;
}

.main .menu .bottom_menu .banner .ul_full {
  margin-left: 46%;
}

.activity {
  margin: 5px auto;
  background-color: #fff;
}

.activity .left_act {
  width: 230px;
  height: 290px;
  float: left;
  position: relative;
}

.activity .left_act img {
  position: absolute;
  left: 0;
  right: 0;
}

.activity .left_act .time {
  position: absolute;
  top: 232px;
  left: 33px;
  font-size: 28px;
  color: #000;
  font-weight: bold;
}

.activity .left_act .time span:nth-child(1) {
}

.activity .left_act .time span:nth-child(2) {
  margin-left: 35px;
}

.activity .left_act .time span:nth-child(3) {
  margin-left: 34px;
}

.activity .product_act {
}

.activity .product_act .pro_item {
}
/*头部开始*/
.activity .product_act .pro_item .productlist {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}

.activity .product_act .pro_item .productlist .bodyCon08 {
  background: none;
}

.activity .product_act .pro_item .productlist .bodyCon08 .students {
  margin: 0 auto;
  width: 960px;
  height: 290px;
  position: relative;
}

.activity .product_act .pro_item .productlist #four_flash {
  width: 960px;
  height: 290px;
  margin: 0 auto;
  position: absolute;
}

.activity .product_act .pro_item .productlist #four_flash .flashBg {
  width: 1150px;
  height: 290px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.activity .product_act .pro_item .productlist #four_flash .flashBg ul.mobile {
  width: 2000%;
  height: 290px;
  position: absolute;
  top: 15;
  left: 0;
}

.activity
  .product_act
  .pro_item
  .productlist
  #four_flash
  .flashBg
  ul.mobile
  li {
  float: left;
  width: 190px;
  height: 290px;
  padding-top: 50px;
  color: #6c6e85;
  position: relative;
  box-sizing: border-box;
  text-align: center;
}

.activity
  .product_act
  .pro_item
  .productlist
  #four_flash
  .flashBg
  ul.mobile
  li:first-child {
  margin-left: 0px;
}

.activity
  .product_act
  .pro_item
  .productlist
  #four_flash
  .flashBg
  ul.mobile
  li:hover {
  cursor: pointer;
}

.activity
  .product_act
  .pro_item
  .productlist
  #four_flash
  .flashBg
  ul.mobile
  li:hover
  .pimg {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
}

.activity
  .product_act
  .pro_item
  .productlist
  #four_flash
  .flashBg
  ul.mobile
  li
  .pimg {
  width: 140px;
  height: 140px;
  display: block;
  margin: 0 auto; /* border: 10px solid #dadce3; */ /* border-radius: 82px; */
  background-color: #fff;
  object-fit: cover;
  margin-bottom: 10px;
}

.activity
  .product_act
  .pro_item
  .productlist
  #four_flash
  .flashBg
  ul.mobile
  li
  dd {
  font-size: 15px;
  width: 210px;
  height: 50px;
  font-weight: bold;
  padding-top: 10px;
  box-sizing: border-box; /* line-height: 60px; */
  text-align: center;
  margin: 20px auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: keep-all;
}

.activity
  .product_act
  .pro_item
  .productlist
  #four_flash
  .flashBg
  ul.mobile
  li
  p {
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  width: 222px;
  line-height: 24px;
  margin-top: 10px;
  color: #4a99b3;
}

.activity
  .product_act
  .pro_item
  .productlist
  #four_flash
  .flashBg
  ul.mobile
  li
  a {
  /*display: none;
                                    width: 40px;
                                    height: 40px;
                                    border: 0px;*/ /* margin: 8px auto; */
  /*float: right;*/
}

.activity
  .product_act
  .pro_item
  .productlist
  #four_flash
  .flashBg
  ul.mobile
  li
  span {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #faad00;
  padding: 3px 10px;
  color: #fff;
  border-bottom-left-radius: 15px;
}

.activity
  .product_act
  .pro_item
  .productlist
  #four_flash
  .flashBg
  ul.mobile
  li:hover
  a {
  /*display: block;*/
}

.activity
  .product_act
  .pro_item
  .productlist
  #four_flash
  .flashBg
  ul.mobile
  li
  a
  img {
  width: 40px;
  height: 40px;
}
/*.productlist #four_flash .flashBg ul.mobile li a:hover { background: url(../images/jiantou2.png); }*/
.activity .product_act .pro_item .productlist #four_flash .but_left {
  width: 20px;
  height: 40px;
  position: absolute;
  top: 136px;
  left: 0px;
}

.activity .product_act .pro_item .productlist #four_flash .but_left img {
  width: 20px;
  height: 40px;
}

.activity .product_act .pro_item .productlist #four_flash .but_right {
  width: 20px;
  height: 40px;
  position: absolute;
  top: 136px;
  right: 0px;
}

.activity .product_act .pro_item .productlist #four_flash .but_right img {
  width: 20px;
  height: 40px;
}

.activity .product_act .pro_item .productlist #four_flash .but_left:hover {
  cursor: pointer;
}

.activity .product_act .pro_item .productlist #four_flash .but_right:hover {
  cursor: pointer;
}

.activity .product_act .pro_item .productlist .pmore {
  display: block;
  cursor: pointer;
  width: 200px;
  height: 50px;
  background-color: #4a99b3;
  text-align: center;
  line-height: 50px;
  border-radius: 25px;
  color: #fff;
  margin-bottom: 50px;
}

.products {
  overflow: hidden;
  margin-bottom: 50px;
}

.products .tb_header {
  background-color: #1363c2;
  color: #fff;
  float: left;
  width: 100%;
  height: 40px;
}

.products .tb_header div {
  float: left;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
}

.products .tb_header .td1 {
  float: left;
  width: 230px;
}

.products .tb_header .td2 {
  float: left;
  width: 100px;
}

.products .tb_header .td3 {
  float: left;
  width: 100px;
}

.products .tb_header .td4 {
  float: left;
  width: 100px;
}

.products .tb_header .td5 {
  float: left;
  width: 80px;
}

.products .tb_header .td6 {
  float: left;
  width: 100px;
}

.products .tb_header .td7 {
  float: left;
  width: 80px;
}

.products .tb_header .td8 {
  float: left;
  width: 80px;
}

.products .tb_header .td9 {
  float: left;
  width: 80px;
}

.products .tb_header .td10 {
  float: left;
  width: 100px;
}

.products .tb_header .td11 {
  float: left;
  width: 100px;
}

.products .tb_list {
  float: left;
  background-color: #fff;
  width: 100%;
}

.products .tb_list .tr1 {
  float: left;
  border-bottom: 1px solid #ddd;
  height: 80px;
}

.products .tb_list .tr1 div {
  float: left;
  line-height: 35px;
  text-align: center;
  font-size: 15px;
}

.products .tb_list .tr1 .td1 {
  float: left;
  width: 230px;
  padding: 12px 15px;
  box-sizing: border-box;
}

.products .tb_list .tr1 .td1 a {
  float: right;
}

.products .tb_list .tr1 .td2 {
  float: left;
  width: 100px;
  line-height: 80px;
}

.products .tb_list .tr1 .td3 {
  float: left;
  width: 100px;
  line-height: 80px;
}

.products .tb_list .tr1 .td4 {
  float: left;
  width: 100px;
  line-height: 80px;
}

.products .tb_list .tr1 .td5 {
  float: left;
  width: 80px;
  line-height: 80px;
}

.products .tb_list .tr1 .td6 {
  float: left;
  width: 100px;
  line-height: 80px;
}

.products .tb_list .tr1 .td7 {
  float: left;
  width: 80px;
  line-height: 80px;
}

.products .tb_list .tr1 .td8 {
  float: left;
  width: 80px;
  line-height: 80px;
}

.products .tb_list .tr1 .td9 {
  float: left;
  width: 80px;
  line-height: 80px;
}

.products .tb_list .tr1 .td10 {
  float: left;
  width: 100px;
  line-height: 80px;
}

.products .tb_list .tr1 .td11 {
  float: left;
  width: 100px;
  line-height: 80px;
}

.products .tb_list .tr1 .row1 {
  line-height: 28px;
}

.products .tb_list .tr1 .row1 span {
  margin-right: 5px;
}

.products .tb_list .tr1 .row2 {
  line-height: 28px;
  display: block;
  width: 100%;
  text-align: left;
}

.products .tb_list .tr1 .row2 span {
  margin-right: 5px;
}

.products .tb_list .tr1 .row2 a {
  float: right;
  margin-right: 5px;
}

.products .tb_list .td2 .btnlogin {
  width: 85px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  text-align: center;
  color: #fff;
  background-color: #004799;
}

.nodata {
  line-height: 100px;
  height: 100px !important;
  text-align: center;
}
