.sci-line-through {
  margin-right: 8px;
  font-size: 14px;
  color: rgba(0, 0, 0, .45)!important;
  text-decoration: line-through;
  font-weight: normal;
}
.sci-banner {
  width: 100%;
  height: 500px;
  /* background: url('../images/paper/Banner2.png') center center / cover no-repeat; */
}
#bannerList .dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center;
}
#bannerList .dots li {
  width: 36px;
  height: 3px;
  background: #CACACA;
  display: inline-block;
  margin: 0 4px;
  cursor: pointer;
  transition: all .3s;
  overflow: hidden;
}
#bannerList .dots li.active {
  background: #6d97f5;
}
.banner {
  position: relative;
  width: 100%!important;
  height:350px!important;
}
.banner-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner-img {
  width: 100%;
  height: 350px!important;
}
.service-item .top h3 {
  line-height: 25px;
  font-size: 18px;
  color: #FFF;
  text-align: center;
}
.qs-cont h2 {
  line-height: 33px;
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
.sci-paper-section {
  background: #FAFAFA;
  padding: 60px 0 20px;
}
.sci-paper-section.white {
  background: #FFF;
}
.sci-paper-section h2 {
  position: relative;
  line-height: 40px;
  margin-bottom: 56px;
  font-size: 28px;
  color: rgba(0, 0, 0, .85);
  text-align: center;
  font-weight: bold;
}
.sci-paper-section h2:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  content: '';
  display: block;
  width: 48px;
  height: 4px;
  background: #6d97f5;
  margin: auto;
  border-radius: 2px;
}
.sci-paper-section h2 span {
  display: inline-block;
  margin-top: 10px;
  line-height: 28px;
  font-size: 20px;
  color: rgba(0, 0, 0, .75);
  font-weight: normal;
}
.sci-container {
  width: 1200px;
  margin: 0 auto;
}
.sci-adv-item {
  position: relative;
  width: 300px;
  height: 316px;
  margin-bottom: 30px;
}
.sci-adv-item.border::after {
  position: absolute;
  top: 11px;
  right: 0;
  content: '';
  display: block;
  width: 1px;
  height: 260px;
  background: #E9E9E9;
}
.sci-adv-item h3 {
  line-height: 25px;
  margin-bottom: 20px;
  font-size: 18px;
  color: rgba(0, 0, 0, .85);
  text-align: center;
}
.sci-adv-item p {
  line-height: 24px;
  padding: 0 24px;
  color: rgba(0, 0, 0, .75);
  font-size: 14px;
  text-align: justify;
}
.sci-adv-item img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 65px;
  margin: auto;
}
.sci-adv-item .sci-adv-1 {
  width: 74px;
  height: 67px;
}
.sci-adv-item .sci-adv-2 {
  width: 56px;
  height: 70px;
}
.sci-adv-item .sci-adv-3 {
  width: 74px;
  height: 63px;
}
.sci-adv-item .sci-adv-4 {
  width: 80px;
  height: 60px;
}
.sci-category-item {
  position: relative;
  width: 274px;
  height: 320px;
  background: url('../images/paper/category.png') center center / 100% 100% no-repeat;
  margin: 0 34px 66px 0;
}
.sci-category-item.rt0{
  margin-right: 0;
}
.sci-category-item.bt22{
  margin-bottom: 22px;
}
.sci-category-item h3 {
  line-height: 25px;
  margin: 41px 0 24px;
  font-size: 18px;
  color: rgba(0, 0, 0, .85);
  font-weight: bold;
  text-align: center;
}
.sci-category-item h3 img {
  width: 37px;
  height: 32px;
  margin-right: 12px;
}
.sci-category-item p {
  line-height: 24px;
  padding: 0 25px 0 20px;
  color: rgba(0, 0, 0, .75);
  font-size: 14px;
  text-align: justify;
  word-break: break-all;
}
.sci-category-item h4 {
  position: absolute;
  bottom: 89px;
  line-height: 22px;
  padding: 0 25px 0 20px;
  font-size: 14px;
  color: rgba(0, 0, 0, .85);
}
.sci-category-item a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 31px;
  display: inline-block;
  width: 230px;
  height: 40px;
  line-height: 40px;
  background: #6d97f5;
  margin: auto;
  font-size: 16px;
  color: #FFF;
  text-align: center;
  border-radius: 4px;
}
.sci-category-item a:hover {
  background: #6d9af4;
  color: #FFF;
}
.sci-question-item {


  margin-bottom: 24px;
}
.sci-question-item .sci-question-index {
  width: 36px;
  line-height: 22px;
  font-size: 16px;
  font-style: italic;
  color: rgba(0, 0, 0, .45);
}
.sci-question-item .sci-question-cont {
  width: calc(100% - 36px);
  padding-bottom: 23px;
  border-bottom: 1px solid #D8D8D8;
}
.sci-question-item .sci-question-cont h4 {
  line-height: 22px;
  margin-bottom: 16px;
  font-size: 16px;
  color: rgba(0, 0, 0, .85);
  font-weight: bold;
}
.sci-question-item .sci-question-cont p {
  line-height: 26px;
  font-size: 14px;
  color: rgba(0, 0, 0, .75);
  text-align: justify;
}
.sci-question-item .sci-question-cont p a {
  color: #6d97f5;
  font-weight: bold;
  text-decoration: underline;
}
.sci-question-item .sci-question-cont p a:hover {
  color: #6d9af4;
}
.sci-question-item .sci-question-cont p span {
  font-weight: bold;
}
.sci-paper-brand {
  display: block;
  width: 1198px;
  height: 140px;
  margin: 0 auto 70px;
}

/* 论文服务详情 */
.sci-breadcrumb {
  line-height: 20px;
  background: #FFF;
  margin-bottom: -20px;
  font-size: 14px;
  color: rgba(0, 0, 0, .45);
}
.sci-breadcrumb-container {
  width: 1200px;
  margin: 0 auto;
  padding-top: 30px;
}
.sci-breadcrumb a {
  color: rgba(0, 0, 0, .45);
}
.sci-breadcrumb a:hover {
  color: #6d97f5;
}
#sciBreadcrumb {
  color: rgba(0, 0, 0, .75);
}
.sci-duplicate-why {
  padding: 0 60px 70px;
}
.sci-duplicate-why-bg {
  position: relative;
  width: 483px;
  height: 312px;
  background: #F39802;
}
.sci-duplicate-why-bg img {
  position: absolute;
  top: 16px;
  left: 23px;
  width: 554px;
  height: 339px;
}
.sci-duplicate-why-cont {
  width: 597px;
  padding: 40px 0 0 138px;
}
.sci-duplicate-why-cont p {
  line-height: 26px;
  margin-bottom: 30px;
  font-size: 14px;
  color: rgba(0, 0, 0, .75);
  text-indent: 2em;
  text-align: justify;
}
.sci-duplicate-why-adv {
  width: 277px;
  height: 224px;
  background: #FFF;
  float: left;
  margin: 0 23px 70px 0;
}
.sci-duplicate-why-adv:last-child {
  margin-right: 0;
}
.sci-duplicate-why-adv .img-box {
  width: 98px;
  height: 98px;
  line-height: 98px;
  background: #EFF8F7;
  margin: 37px auto 24px;
  text-align: center;
  border-radius: 50%;
}
.sci-duplicate-why-adv:nth-child(1) .img-box img {
  width: 53px;
  height: 61px;
}
.sci-duplicate-why-adv:nth-child(2) .img-box img {
  width: 53px;
  height: 53px;
}
.sci-duplicate-why-adv:nth-child(3) .img-box img {
  width: 50px;
  height: 55px;
}
.sci-duplicate-why-adv:nth-child(4) .img-box img {
  width: 53px;
  height: 56px;
}
.sci-duplicate-why-adv p {
  line-height: 22px;
  font-size: 16px;
  color: rgba(0, 0, 0, .75);
  font-weight: bold;
  text-align: center;
}
.sci-duplicate-process {
  position: relative;
  width: 373px;
  height: 210px;
  background: #FFF;
  float: left;
  margin: 0 40px 64px 0;
  padding: 33px 26px 0;
  text-align: center;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
}
.sci-duplicate-process:nth-child(3) {
  margin-right: 0;
}
.sci-duplicate-process h4 {
  position: relative;
  z-index: 9;
  display: inline-block;
  line-height: 28px;
  font-size: 20px;
  color: #6d97f5;
  text-align: center;
  font-weight: bold;
}
.sci-duplicate-process h4:after {
  position: absolute;
  left: -2px;
  top: -3px;
  content: '';
  display: block;
  width: 34px;
  height: 34px;
  background: #6d97f5;
  border-radius: 50%;
  opacity: .15;
}
.sci-duplicate-process p {
  line-height: 24px;
  margin-top: 33px;
  font-size: 14px;
  color: rgba(0, 0, 0, .45);
}
.sci-duplicate-process p span {
  color: rgba(0, 0, 0, .75);
}
.sci-duplicate-process .line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 22px;
  background: #6d97f5;
}
.sci-duplicate-process img {
  width: 44px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -28px;
  margin: auto;
}
.sci-duplicate-btn {
  display: block;
  float: left;
  width: 192px;
  height: 44px;

  line-height: 44px;
  background: #6d97f5;
  margin: 0 504px 70px;
  font-size: 16px;
  color: #FFF;
  text-align: center;
  border-radius: 4px;
}
.sci-duplicate-btn:hover {
  background: #6d9af4;
  color: #FFF;
}
.sci-en-row {
  display: flex;
  align-items: flex-end;
}
.sci-en-row h3 {
  width: 100%;
  height: 65px;
  line-height: 65px;
  padding-left: 16px;
  font-size: 18px;
  color: rgba(0, 0, 0, .85);
  font-weight: bold;
  border: 1px solid #D8D8D8;
  border-top: 0;
}
.sci-en-row .sci-row-item {
  position: relative;
  width: 240px;
  height: 394px;
  background: #FFF;
  border: 1px solid #D8D8D8;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
}
.sci-en-row .sci-row-item.translate {
  width: 25%;
  height: 448px;
}
.sci-en-row .sci-row-item.support {
  width: 400px;
  height: 380px;
}
.sci-en-row .sci-row-item:nth-child(1), .sci-en-row .sci-row-item:nth-child(2) {
  border-right: none;
}
.sci-en-row .sci-row-item:nth-child(4), .sci-en-row .sci-row-item:nth-child(5) {
  border-left: none;
}
.sci-en-row .sci-row-item.translate:nth-child(1), .sci-en-row .sci-row-item.translate:nth-child(2), .sci-en-row .sci-row-item.translate:nth-child(3) {
  border-right: none;
}
.sci-en-row .sci-row-item.translate:nth-child(4) {
  border-left: 1px solid #D8D8D8;
  border-right: 1px solid #D8D8D8;
}
.sci-en-row .sci-row-item.support:nth-child(1) {
  border-right: none;
}
.sci-en-row .sci-row-item.support:nth-child(2) {
  border-right: 1px solid #D8D8D8;
}
.sci-en-row .sci-row-item.support:nth-child(3) {
  border-left: none;
}
.sci-en-row .sci-row-item.left {
  background: #F9F9F9;
  padding: 100px 23px 0 32px;
}
.sci-en-row .sci-row-item.recommend {
  position: relative;
  height: 415px;
}
.sci-en-row .sci-row-item.translate.recommend {
  height: 488px;
}
.sci-en-row .sci-row-item.recommend img {
  position: absolute;
  top: 0;
  right: 0;
  width: 63px;
  height: 62px;
}
.sci-en-row .sci-row-item.left img {
  width: 54px;
  height: 54px;
  margin-bottom: 40px;
}
.sci-en-row .sci-row-item.left p {
  padding: 0
}
.sci-en-row .sci-row-item.left p:nth-child(2) {
  line-height: 22px;
  font-size: 16px;
  color: rgba(0, 0, 0, .85);
  font-weight: bold;
}
.sci-en-row .sci-row-item.left p:nth-child(3) {
  line-height: 33px;
  margin: 10px 0 16px;
  font-size: 24px;
  color: rgba(0, 0, 0, .85);
  font-weight: bold;
}
.sci-en-row .sci-row-item.left p:nth-child(4) {
  line-height: 20px;
  font-size: 14px;
  color: rgba(0, 0, 0, .75);
}
.sci-en-row .sci-row-item h4 {
  line-height: 24px;
  font-size: 22px;
  color: rgba(0, 0, 0, .85);
  font-weight: bold;
  text-align: center;
}
.sci-en-row .sci-row-item .line {
  width: 100%;
  height: 8px;
  margin-bottom: 30px;
}
.sci-en-row .sci-row-item .line1 {
  background: #1BA2C5;
}
.sci-en-row .sci-row-item .line2 {
  background: #6d97f5;
}
.sci-en-row .sci-row-item .line3 {
  background: #8669EE;
}
.sci-en-row .sci-row-item .line_desc {
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  line-height: 22px;
  font-size: 12px;
  text-align: center;
}
.sci-en-row .sci-row-item .line3_desc {
  color: #8669EE;
  background: #F3F0FF;
}
.sci-en-row .sci-row-item .line4 {
  background: #26A2F3;
}
.sci-en-row .sci-row-item p {
  line-height: 24px;
  margin-top: 20px;
  padding: 0 24px;
  font-size: 14px;
  color: rgba(0, 0, 0, .75);
  text-align: justify;
}
.sci-en-row .sci-row-item.recommend p {
  margin-top: 30px;
}
.sci-en-row .sci-row-item.translate p.second_paragraph, .sci-en-row .sci-row-item.support p.second_paragraph {
  width: calc(100% - 48px);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 170px;
  margin: 0 auto;
  padding: 19px 0 0;
  border-top: 1px dashed #D8D8D8;
}
.sci-en-row .sci-row-item.support.recommend p.second_paragraph {
  padding-top: 35px;
}
.sci-en-row .sci-row-item.support p.second_paragraph {
  font-weight: bold;
  text-align: center;
}
.sci-en-row .sci-row-item a.btn, .sci-en-row .sci-en-service a.btn, .sci-en-row .sci-en-translate a.btn {
  display: block;
  width: 176px;
  height: 40px;
  line-height: 40px;
  background: #6d97f5;
  font-size: 16px;
  color: #FFF;
  text-align: center;
  border-radius: 4px;
}
.sci-en-row .sci-row-item a.btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: 0 auto;
}
.sci-en-row .sci-row-item a.btn:hover, .sci-en-row .sci-en-service a.btn:hover, .sci-en-row .sci-en-translate a.btn:hover {
  background: #6d9af4;
}
.sci-en-row .sci-row-item b, .sci-en-translate b {
  display: inline-block;
  line-height: 40px;
  font-size: 28px;
  color: rgba(0, 0, 0, .85);
  text-align: center;
}
.sci-en-row .sci-row-item b {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100px;
}
.sci-en-row .sci-row-item b span, .sci-en-translate b span {
  display: inline-block;
  line-height: 20px;
  font-size: 14px;
  color: rgb(0, 0, 0)
}

.sci-en-service, .sci-en-translate, .sci-en-support {
  border: 1px solid #D8D8D8;
  border-top: none;
  border-bottom: none;
}
.sci-en-service {
  width: 20%;
}
.sci-en-translate {
  width: 25%;
}
.sci-en-support {
  width: 400px;
}
.sci-en-service:nth-child(1), .sci-en-service:nth-child(2), .sci-en-service:nth-child(3), .sci-en-service:nth-child(4) {
  border-right: none;
}
.sci-en-translate:nth-child(1), .sci-en-translate:nth-child(2), .sci-en-translate:nth-child(3) {
  border-right: none;
}
.sci-en-support:nth-child(1), .sci-en-support:nth-child(2) {
  border-right: none;
}
.sci-en-service div, .sci-en-translate div, .sci-en-support div {
  display: flex;
  min-height: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #D8D8D8;
}
.sci-en-service.left, .sci-en-translate.left, .sci-en-support.left {
  background: #F9F9F9;
  font-size: 14px;
  color: rgba(0, 0, 0, .85);
}
.sci-en-service.left div, .sci-en-translate.left div, .sci-en-support.left div {
  padding-left: 16px;
  justify-content: left;
}
.sci-en-service.left div.bold, .sci-en-translate.left div.bold, .sci-en-support.left div.bold {
  font-size: 18px;
  color: rgba(0, 0, 0, .85);
  font-weight: bold;
}
.sci-en-service div.last-child, .sci-en-translate div.last-child {
  height: 139px;
  padding: 17px 0 21px 0;
}
.sci-en-service div.last-child {
  height: 200px;
}
.sci-en-service.left div.last-child, .sci-en-translate.left div.last-child {
  padding: 17px 0 21px 16px;
}
.sci-en-service.left div.last-child, .sci-en-translate.left div.last-child {
  padding-right: 10px;
  text-align: justify;
}
.sci-en-service.left div.last-child span, .sci-en-translate.left div.last-child span {
  color: #6d97f5;
}
.sci-en-service .last-child-btn, .sci-en-translate .last-child-btn {
  height: 100px;
}
.sci-en-service div img, .sci-en-translate div img, .sci-en-support div img {
  width: 24px;
  height: 24px;
}
.sci-en-service div img.error, .sci-en-translate div img.error, .sci-en-support div img.error {
  width: 16px;
  height: 16px;
}
.sci-en-service div p, .sci-en-translate div p, .sci-en-support div p {
  line-height: 22px;
  font-size: 14px;
  color: rgba(0, 0, 0, .75);
  text-align: center;
}
.sci-en-support-serve {
  height: 25px;
  line-height: 25px;
  background: url('../images/paper/service_bg.png') 0 center / 100% 11px no-repeat;
  margin-top: 60px;
  font-size: 18px;
  color: rgba(0, 0, 0, .85);
  font-weight: bold;
  text-align: center;
}
.sci-en-support-serve-table {
  width: 100%;
  margin-top: 30px;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.sci-en-support-serve-table thead tr {
  height: 54px;
  background: #F9F9F9;
}
.sci-en-support-serve-table tbody tr.even {
  background: #F9F9F9;
}
.sci-en-support-serve-table thead tr td {
  font-size: 16px;
  color: rgba(0, 0, 0, .85);
  font-weight: bold;
}
.sci-en-support-serve-table tbody tr td {
  height: 100px;
  line-height: 24px;
  font-size: 14px;

  color: rgba(0, 0, 0, .85)
}
.sci-en-support-serve-table .col1 {
  width: 240px;
  padding-left: 48px;
}
.sci-en-support-serve-table .col2 {
  width: 240px;
  text-align: center;
}
.sci-en-support-serve-table .col3 {
  width: 240px;
  text-align: center;
}
.sci-en-support-serve-table .col4 {
  width: 480px;
  padding: 0 26px;
  text-align: justify;
}
.sci-en-support-serve-table thead .col4 {
  text-align: center;
}
.sci-en-support-serve-table tr td img {
  width: 24px;
  height: 24px;
}
.sci-en-support-serve-table tr td img.error {
  width: 20px;
  height: 20px;
}
.sci-paper-tab {
  width: 100%;
  height: 60px;
  border: 1px solid #D8D8D8;
  border-radius: 4px;
}
.sci-paper-tab li {
  float: left;
  width: 50%;
  line-height: 58px;
  font-size: 16px;
  color: #6d97f5;
  text-align: center;
  cursor: pointer;
}
.sci-paper-tab li.active {
  background: #6d97f5;
  color: #FFF;
}
.sci-paper-table {
  width: 100%;
  margin-top: 10px;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  border-radius: 4px;
}
.sci-paper-table[index="1"] {
  display: none;
}
.sci-paper-table tr.even {
  background: #F9F9F9;
}
.sci-paper-table thead tr td {
  font-weight: bold;
}
.sci-paper-table tr td {
  height: 54px;
  font-size: 14px;
  color: rgba(0, 0, 0, .75);
  text-align: center;
  border-left: 1px solid #D8D8D8;
  border-right: 1px solid #D8D8D8;
}
.sci-paper-table tr td.col1 { width: 240px; }
.sci-paper-table tr td.col2 { width: 240px; }
.sci-paper-table tr td.col3 { width: 240px; }
.sci-paper-table tr td.col4 { width: 240px; }
.sci-paper-table tr td.col5 { width: 240px; }

.sci-paper-fixed {
  overflow: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 0;
  transition: all .2s linear;
  background: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.sci-paper-fixed .sci-container {
  display: flex;
  height: 100%;
}
.sci-paper-fixed .sci-container > div {
  position: relative;
  height: 100%;
}
.sci-paper-fixed .sci-container > div:first-child {
  flex: 1;
  background: #F9F9F9;
}
.sci-paper-fixed .sci-container > div:first-child p {
  line-height: 20px;
  padding: 0 0 0 71px;
  font-size: 14px;
  color: rgba(0, 0, 0, .75);
}
.sci-paper-fixed .sci-container > div:first-child p.bold {
  line-height: 28px;
  margin: 5px 0;
  font-size: 20px;
  color: rgba(0, 0, 0, .85);
  font-weight: bold;
}
.sci-paper-fixed .sci-container > div:first-child p.medium {
  line-height: 20px;
  margin-top: 20px;
  font-size: 14px;
  color: rgba(0, 0, 0, .85);
  font-weight: bold;
}
.sci-paper-fixed .sci-container > div.translate {
  display: none;
  width: 25%;
}
.sci-paper-fixed .sci-container > div.en {
  width: 20%;
}
.sci-paper-fixed .sci-container > div.support {
  width: 400px;
}
.sci-paper-fixed .sci-container > div img {
  width: 32px;
  height: 32px;
  margin: 20px 0 0 68px;
}
.sci-paper-fixed .sci-container > div h4 {
  line-height: 24px;
  margin: 28px 0 17px;
  font-size: 22px;
  color: rgba(0, 0, 0, .85);
  font-weight: bold;
  text-align: center;
}
.sci-paper-fixed .sci-container > div b {
  display: block;
  line-height: 40px;
  margin-bottom: 16px;
  font-size: 24px;
  color: rgba(0, 0, 0, .85);
  font-weight: bold;
  text-align: center;
}
.sci-paper-fixed .sci-container > div b span {
  line-height: 20px;
  font-size: 14px;
  color: rgba(0, 0, 0, .85);
  font-weight: normal;
}
.sci-paper-fixed .sci-container > div a {
  display: block;
  margin: 0 auto;
  width: 190px;
  height: 32px;
  line-height: 32px;
  background: #6d97f5;
  font-size: 14px;
  color: #FFF;
  text-align: center;
  border-radius: 4px;
}
.sci-paper-fixed .sci-container > div a:hover {
  background: #6d9af4;
}
.sci-paper-fixed .sci-container img.recomend {
  position: absolute;
  top: 0;
  right: 0;
  width: 61px;
  height: 60px;
  margin: 0;
}
.sci-paper-fixed .sci-container .line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
}
.sci-paper-fixed .sci-container .line1 { background: #8669EE }
.sci-paper-fixed .sci-container .line2 { background: #26A2F3 }
.sci-paper-fixed .sci-container .line3 { background: #6d97f5 }
.sci-paper-fixed .sci-container .line4 { background: #1BA2C5 }