@charset "UTF-8";

body,
div,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
iframe,
input,
textarea,
select,
label,
article,
aside,
footer,
header,
menu,
nav,
section,
time,
audio,
video {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

article,
aside,
footer,
header,
hgroup,
nav,
section,
audio,
canvas,
video,
img {
  display: block;
}

html,
body {
  font-size: 16px;
  font-family: Helvetica, STHeiti, Droid Sans Fallback;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

textarea {
  resize: none;
}

iframe,
img {
  border: 0;
}

input[type=text],
input[type=button],
input[type=submit],
input[type=reset],
button {
  -webkit-appearance: none;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

.fl {
  float: left;
  display: inline;
}

.fr {
  float: right;
  display: inline;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.none {
  display: none;
}
	/* 顶部 */
	.toper, .toper .alink { color: #666;}
	.toper{font-size:12px; background-color: #fafafa; border-bottom: solid 1px #e5e5e5; height: 30px; line-height: 30px;}
	.toper .login{}
	.toper .personal{ margin:0 10px;}
	.toper .btn_exit{ color: #2577e3;}
.sec-con .title .more,
.sec-con .title .sub {
  color: #999;
}

.sec-links .con,
.sec-links .part .list li {
  border: 1px solid #e2e2e2;
}

.sec-quick i,
.sec-quick span,
.sec-links .part .t a,
.sec-links .part .t i {
  display: inline-block;
  vertical-align: top;
}

.docAsk-list li .ask-bot .txt {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  word-wrap: break-word;
}

/* dpr  @include dpr(font-size,12px);*/
body {
  font: 12px/1.5 "\5FAE\8F6F\96C5\9ED1";
  color: #666;
}

a:hover {
  text-decoration: none;
}

i {
  font-style: normal;
}

.pr {
  position: relative;
}

.mt20 {
  margin-top: 20px;
}
.flex{
	display: flex;
}
.content {
  width: 1200px;
  margin: 0 auto;
}

.icons {
  background-image: url("../images/icons.png");
  background-repeat: no-repeat;
}

.i-icons {
  background: url("../images/i-icons.png") no-repeat;
}

.newyear-bg {
  position: absolute;
  top: 36px;
  left: 0;
  width: 100%;
  height: 396px;
  background: url("../images/newyear-2019.png") no-repeat center top;
  z-index: 1;
}

.hot-answer-con {
  width: 260px;
}

/* search start */
.sec-search {
  /* height: 62px; */
  padding-top: 26px;
  /* position: relative; */
  /* z-index: 33; */
  justify-content: space-between;
  align-items: center;
}

.logo,
.logo img {
  display: block;
  width: 158px;
  height: 46px;
}

.search {
  width: 58%;
  /* margin: 4px 0 0 44px; */
  height: 44px;
  background: #00c8aa;
  border: 1px solid #00c8aa;
  position: relative;
  border-radius: 10px;
}

.search-txt {
  display: block;
  width: 80%;
  height: 42px;
  padding: 12px 20px;
  line-height: 20px;
  font-size: 14px;
  color: #333;
  border: 0 none;
  font-family: "\5FAE\8F6F\96C5\9ED1";
  background: none;
  outline: none;
  background: #fff;
  border-radius: 10px 0 0 10px;
}

.search-btn {
  width: 20%;
  border: 0 none;
  font-family: "\5FAE\8F6F\96C5\9ED1";
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  height: 44px;
  line-height: 44px;
  background: #00c8aa;
  text-align: center;
  border-radius: 0px 10px 10px 0px;
}

.search-btn:hover {
  background: #00ba9e;
}

.search-hold {
  /* width: 590px; */
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  position: absolute;
  top: 12px;
  left: 20px;
  color: #999;
}

.search-drop {
  width: 609px;
  border: 2px solid #00c8aa;
  position: absolute;
  top: 44px;
  left: -1px;
  background: #fff;
}

.search-drop li {
  line-height: 42px;
  height: 43px;
  overflow: hidden;
  vertical-align: top;
  padding: 0 20px;
  position: relative;
}

.search-drop li a {
  display: block;
  height: 42px;
  border-bottom: 1px solid #f2f2f2;
  font-size: 14px;
  color: #00c8aa;
  width: 460px;
  overflow: hidden;
  padding-right: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.search-drop li strong {
  font-weight: bold;
}

.search-drop li.cur {
  background: #f7f7f7;
}

.search-record {
  margin: 0 20px;
  height: 40px;
  padding-top: 6px;
  line-height: 40px;
  color: #333;
  font-size: 12px;
  border-bottom: 1px solid #f2f2f2;
  border-top: 1px solid #f2f2f2;
  padding-left: 22px;
  position: relative;
}

.search-record i {
  width: 14px;
  height: 14px;
  overflow: hidden;
  position: absolute;
  top: 19px;
  left: 0;
  background: url("../images/i-old.png") no-repeat;
}

.search-guide.record0 .j-search-guide {
  display: block;
}

.search-guide.record0 .search-record {
  display: none;
}

.search-guide.record0 .j-search-record {
  display: none;
}

.search-guide.record1 .j-search-guide {
  display: block;
}

.search-guide.record1 .search-record {
  display: block;
}

.search-guide.record1 .j-search-record {
  display: block;
}

.search-guide.record2 .j-search-guide {
  display: none;
}

.search-guide.record2 .search-record {
  display: none;
}

.search-guide.record2 .j-search-record {
  display: block;
}

.search-record-list i {
  font-size: 12px;
  color: #666;
  position: absolute;
  top: 0;
  right: 20px;
  line-height: 42px;
  cursor: pointer;
  display: none;
}

.search-record-list i:hover {
  color: #333;
}

.search-drop li.cur i {
  display: block;
}

.sec-quick {
  width: 126px;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: #ff881e;
  margin-top: 4px;
}

.bg-fff {
  /* background: #fff; */
}

/* search end */
.nav-wrap {
  padding-top: 25px;
  position: relative;
  z-index: 20;
}

.nav-new-box {
  border-bottom: 1px solid #e0e0e0;
}

.nav-new-list {
	align-items: center;
}

.nav-new-list dd {
  /* float: left; */
  position: relative;
  z-index: 21;
}

.nav-new-list dd.current a {
  color: #00c8aa;
}

.nav-new-list dd.on::before {
  position: absolute;
  content: '';
  display: inline-block;
  bottom: -1px;
  background: url(../images/nav-icon.png) no-repeat;
  width: 16px;
  height: 10px;
  left: 50%;
  z-index: 21;
  margin-left: -8px;
}

.nav-first {
  display: block;
  padding: 0 16px 16px;
  font-size: 20px;
  color: #333;
  height: 28px;
  line-height: 28px;
  font-weight: 500;
  color: #333e5c;
}

.nav-first span,
.nav-arrow {
  display: inline-block;
  vertical-align: top;
  *vertical-align: middle;
}

.nav-arrow {
  /* margin-left: 8px; */
  margin-right: 10px;
  width: 26px;
  height: 20px;
  margin-top: 3px;
}

.nav-icon1 {
  background: url(../images/nav-img1.png) no-repeat left center;
  background-size: 20px auto;
}

.nav-icon2 {
  background: url(../images/nav-img2.png) no-repeat left center;
  background-size: 18px auto;
}

.nav-icon3 {
  background: url(../images/nav-img3.png) no-repeat left center;
  background-size: 17px auto;
}

.nav-icon4 {
  background: url(../images/nav-img4.png) no-repeat left center;
  background-size: 20px auto;
}

.nav-icon5 {
  background: url(../images/nav-img5.png) no-repeat left center;
  background-size: 26px auto;
}

.nav-icon6 {
  background: url('../images/nav-img6.png') no-repeat left center;
  background-size: 20px auto;
}

.nav-new-list dd.current .nav-icon5 {
  background: url("../images/v-nav-icon.png") no-repeat left center;
  background-size: 26px auto;
}

.nav-new-list dd:last-child .nav-first {
  padding-right: 0;
}

.nav-new-list dd.nav-new-list-last .nav-first {
  padding-right: 0;
}

.nav-new-list dd:first-child .nav-first {
  padding-left: 0px;
}

.nav-new-list dd:first-child .nav-first .nav-arrow {
  margin-left: 0px;
}

.nav-first span {
  position: relative;
}

.nav-first span:after {
  content: "";
  width: 16px;
  height: 10px;
  background: url("../images/i-icons.png") no-repeat -69px 0;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: -1px;
  display: none;
  z-index: 30;
}

.nav-new-list dd.cur .nav-first {
  color: #00c8aa;
}

.nav-new-list dd.cur .nav-first span:after {
  display: block;
}

.nav-new-list dd.cur .nav-arrow {
  background-position: 0 -6px;
}

.nav-new-list dd:first-child.cur .nav-first span:after {
  display: none;
}

.nav-new-list-other .nav-first {
  padding: 0 14px;
}

.nav-sub-new {
  width: 100%;
  height: 22px;
  line-height: 22px;
  padding: 15px 0;
  position: absolute;
  display: none;
  left: 0;
  right: 0;
  top: 55px;
  background: #fff;
  z-index: 20;
  box-shadow: 2px 2px 4px 0 #f5f5f5;
}

.nav-sub-new ul {
  position: absolute;
  top: 0;
  left: 0;
}

.nav-sub-new li {
  float: left;
  padding-right: 32px;
  position: relative;
}

.nav-sub-new li a {
  font-size: 16px;
  color: #333;
}

.nav-sub-new li a:hover {
  color: #00c8aa;
}

.nav-sub-new li a b {
  color: #fc5348;
}



.links-con {
	  width: 1200px;
	  margin: 0 auto; }
	
	.links {
	  background: #f9f9f9;
	  margin-top: 20px;
	  overflow: hidden;
	  padding-bottom: 10px; }
	
	.links-con {
	  padding: 35px 0 15px 0;
	  color: #333e5c; }
	
	.links-view {
	  height: 204px;
	  overflow: hidden;
	  position: relative; }
	
	.links-f, .links-p {
	  width: 380px; }
	
	.links-p {
	  margin-right: 50px;
	  margin-left: 20px; }
	
	.links-c {
	  width: 300px;
	  padding-left: 70px; }
	
	.links-f-title {
	  line-height: 28px;
	  text-align: left;
	  font-size: 20px;
	  color: #333e5c;
	  font-weight: bold;
	  padding-bottom: 17px; }
	
	.links-f-list, .links-c-list, .links-p-list {
	  padding-top: 8px;
	  font-size: 14px; }
	
	.links-f-list li, .links-f-list li a, .links-p-list li, .links-p-list li a {
	  float: left; }
	
	.links-f-list li, .links-p-list li {
	  width: 100px;
	  padding-right: 25px;
	  vertical-align: top; }
	
	.links-f-list li a, .links-c-list li a, .links-p-list li a {
	  color: #333e5c; }
	
	.links-f-list li a:hover, .links-c-list li a:hover, .links-p-list li a:hover {
	  color: #00c8aa; }
	
	.links-f-list li.left {
	  padding-left: 0; }
	
	.links-c-list li {
	  line-height: 28px;
	  height: 28px;
	  width: 216px;
	  overflow: hidden; }
	
	.links-p-list li {
	  width: 97px; }
	
	.links.cur .links-view {
	  height: auto; }
	
	.links-c-list li, .links-f-list li, .links-p-list li {
	  height: 20px;
	  line-height: 20px;
	  margin-bottom: 12px; }
	  

.footer.common-footer{
    background:#fff;
    padding: 25px 0 20px;
    border-top: 1px solid #eaeaea;
}
.common-footer .footer-con {
    text-align: center;
}
.common-footer .footer-link {
	display: flex;
    padding-bottom: 10px;
    color: #eaeaea;
    justify-content: center;
}
.common-footer .footer-link li {
    line-height: 22px;
}
.common-footer .footer-link li a {
    margin: 0 10px;
    color: #666;
}
.footer.common-footer p {
    line-height: 22px;
    padding-top: 5px;
    color: #999;
}
.footer.common-footer p span {
    padding-right: 10px;
}

.navmenu{display: none;}
.bottomFixed {display: none;font-size:.9rem;position: fixed;bottom: 0;width: 100%;}
.bottomFixed img { width: 1.2rem; margin-top: -0.3em; margin-right: 1.5%; display: inline-block;vertical-align: middle;}
.bottomFixed a{ line-height: 3.7rem;text-align: center; color: #FFFFFF;padding-top: 0.2%;}
.smf1 {width: 33%;background-color: #ff6b6b;}
.smf2 {width: 33%;background-color: #ff6b6b;position: relative;}
.smf2 span {position: absolute;border-radius: 1.1rem;background-color: #ffffff;width: 1.1rem;font-size: .9rem;line-height: 1.1rem;top: 0.3rem;color: #ff6b6b;}
.smf3 {width: 34%;background-color: #ff6b6b;background-position: 19%;}
.smf1,.smf2{ border-right: 1px solid #f15f5f;}
@media(max-width: 1200px) {
	.content{
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media(max-width: 768px) {
	.toper,.search{
		display: none;
	}
	.sec-search{
	    border-bottom: 1px solid #eee;
	    padding-bottom: 15px;
	    padding-top: 15px;
	}
	.navmenu {
		display: block;
		width: 1.5rem;
		cursor: pointer;
	}
	.navmenu i{
		display:block;
		width:100%;
		height:3px;
		margin-bottom:5px;
		background-color: #2eb9a4;
	}
	.nav-wrap{
		display: none;
		right: 0;
		position: absolute;
		top: 4.7rem;
		z-index: 99;
		width: 50%;
		height: auto;
		background-color: #0fb291;
	}
	.nav-new-list{
		flex-wrap: wrap;
	}
	.nav-new-list dd{
		display: block;
		text-align:left;
		width:100%;
		color: #fff;
		padding: 10px 0;
		border-top: 1px solid #05b5b5;
	}
	.nav-new-list dd:first-child{
		border-top:none
	}
	.nav-first{
		color:#fff;
	}
	.nav-new-list dd:first-child .nav-first{
		padding-left: 16px;
	}
	.nav-new-list dd.current a{
		color:#fff;
	}
	
  .footer{margin-bottom: 3rem;}
	.bottomFixed {display: flex;}
}
@media(max-width: 600px) {
	.page_c_warp .page  li:nth-child(5),.page_c_warp .page li:nth-child(6),.page_c_warp .page li:nth-child(8),.page_c_warp .page li:last-child{
		display: none;
	}
}
@media(max-width: 375px) {
}
