/* common css */
@media (min-width: 1366px) {
  .w {
    width: 1280px;
    position: relative;
    margin: 0 auto;
  }
}
@media (min-width: 1500px) {
  .w {
    width: 1440px;
    position: relative;
    margin: 0 auto;
  }
}
.w400 {
  width: 400px;
  margin: 0 auto;
}
.w1000 {
  width: 1000px;
  margin: 0 auto;
}
.w600 {
  width: 600px;
  margin: 0 auto;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

button {
  border: 0;
  background-color: transparent;
  outline: none;
}

body,
html {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  background-color: #fff;
  color: #666;
  font-size: 16px;
}

body,
select,
textarea {
  font: 16px yahei, arial, sans-serif;
}

input,
select,
textarea {
  border: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: inherit;
}

fieldset,
img {
  border: none;
}

iframe {
  display: block;
}

abbr,
acronym {
  border: none;
  font-variant: normal;
}

del {
  text-decoration: line-through;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 500;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
q:before,
q:after {
  content: "";
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ins,
a {
  text-decoration: none;
  color: inherit;
}

a:focus,
*:focus {
  outline: none;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  overflow: hidden;
}

.clearfix {
  zoom: 1;
  /* for ie6 & ie7 */
}

.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.flex {
  display: flex;
}

.flex_ar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex_bl {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.flex_sb {
  display: flex;
  justify-content: space-between;
}
.flex_ce {
  display: flex;
  justify-content: center;
  align-items: center;
}
.block {
  display: block !important;
}
.w750 {
  width: 750px;
  margin: 0 auto;
}
.nowarp1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nowarp2 {
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.f18b {
  font-size: 18px;
  font-weight: 700;
  color: #333;
}
span.cblue {
  color: #007aff;
}

.comTop {
  position: fixed;
  z-index: 999;
  width: 100%;
  background-color: #fff;
}
.top {
  background-color: #eff1f4;
  height: 50px;
  line-height: 50px;
  color: #333;
  width: 100%;
}
.top .noticeList {
  height: 50px;
  line-height: 50px;
  width: 76%;
  font-weight: 700;
}
.top p {
  font-size: 16px;
  color: #ff0000;
  font-weight: 700;
}
.header {
  height: 125px;
}
.header .w {
  height: 100%;
}
.header .logo {
  height: 100%;
  padding-top: 20px;
  box-sizing: border-box;
  width: 70%;
}
.header .select {
  width: 150px;
  border: 1px solid #ccc;
  border-radius: 25px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.header span.loc {
  background: url(../base2024images/iconloc.png) no-repeat left center;
  width: 12px;
  height: 16px;
  display: inline-block;
  margin-bottom: -3px;
  margin-right: 10px;
}
.header .select {
  background-color: #eee;
  margin-left: 10px;
}
.header .select select {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  background-color: #eee;
}
.header .olderModel {
  padding: 5px;
  background-color: #e76565;
  width: 160px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  font-size: 24px;
}
.ny .top {
  background-color: #fff;
  border-top: 1px solid #eee;
}
.ny .top .nav {
  color: #333;
}
.ny #banner {
  height: 350px;
}
.banner.ny {
  position: relative;
  top: 194px;
}
.banner.ny .p {
  position: absolute;
  left: 50%;
  top: 34%;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  z-index: 9;
  margin-left: -48px;
}

.top {
  width: 100%;
  height: 69px;
  background-color: rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  position: absolute;
  top: 125px;
  left: 0;
  z-index: 9999999;
  margin-top: -3px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.top .w {
  position: static;
}

.top .w > img {
  width: 350px;
  float: left;
  padding-top: 30px;
}

.top .nav {
  float: left;
  margin-left: 15px;
  color: #fff;
  line-height: 69px;
  z-index: 999;
  position: static;
}

.top .nav ul {
  position: static;
}

.top .nav ul li {
  float: left;
  padding: 0 20px;
  margin-right: 60px;
  font-size: 20px;
  position: static;
  font-weight: 700;
}

.top .nav ul li .dl {
  position: absolute;
  left: 0;
  top: 68px;
  width: 100%;
  height: 300px;
  background-color: #fff;
  color: #333;
  z-index: 99;
  margin: 0 auto;
  display: none;
}

.top .nav ul li .dl .dt {
  width: 25%;
  background: #f3f7ff;
  padding-right: 5%;
  padding-left: 6%;
  box-sizing: border-box;
  background: url(../base2024images/icon-online.png) 100% 100% no-repeat #f3f7ff;
  height: 300px;
}
.top .nav ul li .dl .dt h5 {
  font-size: 22px;
  font-weight: 700;
  margin-top: 20px;
  color: #007aff;
}
.top .nav ul li .dl .dt p {
  font-size: 18px;
  line-height: 32px;
  color: #666;
  font-weight: 500;
}
.top .nav ul li .dl .dt a {
  font-size: 16px;
  color: #333;
}
.top .nav ul li .dl .dd {
  width: 72%;
  box-sizing: border-box;
}
.top .nav ul li .dl .dd .ul {
  display: flex;
  justify-content: left;
  align-items: center;
  padding-right: 10%;
  flex-wrap: wrap;
}
.top .nav ul li.on {
  background-color: rgba(255, 255, 255, 0.3);
}
.top .nav ul li .dl .dd .ul a {
  /* width: 20%; */
  margin-right: 25px;
  margin-bottom: 25px;
  display: flex;
  padding: 10px 25px;
  background-image: linear-gradient(135deg, #effaff 70%, #d0eaff);
}
.top .search {
  border-radius: 50%;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.3);
  height: 40px;
  text-align: center;
}
/* index_search css */
.sea .sub {
  display: none;
  width: 500px;
  padding: 0;
  position: absolute;
  top: 55px;
  overflow: hidden;
  text-align: left;
  z-index: 110;
  right: 0px;
  background-color: #f5f5f5;
}

.sea .search {
  width: 400px;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.sea .search p {
  color: #666;
  font-size: 24px;
  margin-top: 56px;
}

.sea .sub .search .hd li {
  float: left;
  color: #666;
  font-size: 16px;
  padding: 0 15px 15px 0;
}

.sea .sub .search .hd li.on {
  background: url(../base2024images/arrow01.png) no-repeat center bottom;
}

.sea .sub .search .hd li.on a {
  color: #0066cc;
}

.sea .sub .search .hd li a {
  border: none;
  color: #666;
  width: 100%;
  text-align: left;
}

.smore ul li a {
  border: none;
  width: 100%;
  line-height: 20px;
  font-size: 14px;
  color: #666;
}

.smore ul li a:hover {
  color: #0066cc;
}

.sea .searchbox {
  margin-top: 20px;
  height: 29px;
}

.sea .searchbox > input {
  outline: none;
  border: none;
  padding: 0 80px 0 10px;
  margin: 0;
  height: 40px;
  width: 60%;
  color: #333;
  font-size: 16px;
  color: #666;
  float: left;
}

.sea .searchbtn {
  width: 40px;
  height: 40px;
  background-color: #006699;
  background-image: url(../base2024images/search.png);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  float: left;
}

.sea .smore p {
  font-size: 20px;
  font-weight: bold;
}

.sea .smore ul {
  width: 100%;
  margin-left: 20px;
}

.sea .smore ul li {
  color: #666666;
  font-size: 14px;
  min-width: 25px;
  margin-top: 20px;
  padding: 0;
  max-width: 150px;
  margin-right: 10px;
  float: left;
}
.ts_headerImg {
  width: 100%;
  height: 310px;
  background: url(../qqtsimages/qqtsbg.png) no-repeat top center;
  background-size: 100% 100%;
  padding-top: 40px;
  box-sizing: border-box;
  position: relative;
  top: 134px!important;
}

.ts_headerImg h6 {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  padding-top: 60px;
}

.ts_con {
  width: 1400px;
  height: 475px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 30px auto 0 auto;
  position: relative;
  margin-top: 160px;
}

.ts_case {
  width: 70%;
  /* height: 100%; */
  margin-bottom: 20px;
  background-color: #fff;
}

.caseTitle {
  width: 100%;
  height: 43px;
  border-bottom: 1px solid #396bdd;
}

.caseTitle .caseTitleLeft {
  width: 120px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  background-color: #396bdd;
  color: #fff;
  float: left;
  display: inline;
  font-size: 14px;
  position: relative;
}

.caseTitle .caseTitleRight {
  float: right;
  display: inline;
  text-align: center;
  height: 43px;
  width: 85px;
  line-height: 43px;
  color: #396bdd;
  font-size: 12px;
}

.ts_case .caseLi {
  height: auto;
  width: 100%;
}

.ts_case .caseLi li {
  width: 100%;
  list-style-type: none;
  padding: 25px 25px 15px 25px;
  box-sizing: border-box;
  color: #666;
  border-bottom: 1px dashed #ccc;
}

.ts_case .caseLi li:hover .bottom,
.ts_case .caseLi li:hover .tit {
  color: #396bdd;
}

.ts_case .caseLi li:last-child {
  border-bottom: none;
}

.ts_case .caseLi li .topdebt {
  display: flex;
  justify-content: space-between;
  color: #333;
  margin-bottom: 15px;
  font-size: 16px;
}

.ts_case .caseLi li .bottomD {
  line-height: 28px!important;
  font-size: 14px!important;
  color: #666!important;
  text-align: justify!important;
  overflow: hidden!important;
  text-overflow: ellipsis!important;
  display: -webkit-box!important;
  -webkit-line-clamp: 2!important;
  -webkit-box-orient: vertical!important;
}

.ts_case .caseLi li .topdebt .tit {
  width: 480px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
}

.ts_case .caseLi li .spanright {
  width: 100px;
  overflow: hidden;
  font-size: 12px;
  line-height: 40px;
  text-align: right;
}

.ts_logRegister {
  width: 417px;
  height: 456px;
  background-color: #fff;
  margin: 0 19px;
}

.ts_logRegister .log .log_title {
  height: 40px;
  line-height: 40px;
  color: #396bdd;
  border-bottom: 1px solid #396bdd;
  text-align: center;
}

.ts_logRegister .log .hang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  margin-left: 30px;
  padding-right: 30px;
  align-items: center;
}

.ts_logRegister .log .hang p {
  line-height: 24px;
}

.ts_logRegister .log .hang .module {
  width: 30%;
  height: 100px;
  background-color: #f3f7ff;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ts_logRegister .log .hang:hover .module {
  background-color: #dceaff;
}

.ts_logRegister .log .hang .info {
  width: 60%;
  color: #666;
  font-size: 14px;
}

.ts_logRegister .log .hang .info a {
  color: #666;
}

.ts_logRegister .log .hang .info h4 {
  color: #333;
  font-size: 18px;
  margin-bottom: 8px;
}

.ts_logRegister .log .hang .module .moduleImg {
  display: block;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  overflow: hidden;
}

.ts_logRegister .log .hang:hover .moduleImg {
  transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
}

.ts_logRegister .log .hang .module .moduleTitle {
  width: 100%;
  text-align: center;
  color: #396bdd;
  font-size: 14px;
}

.footer {
  font-size: 14px;
  text-align: center;
  padding-top: 60px;
  color: #d1d1d1;
  line-height: 28px;
  padding-bottom: 20px;
}
