
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: "microsoft yahei";
}
/* html5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
a,
button {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
input:focus,
select:focus {
  outline: none;
}
/**********分割线*************/
.container {
  width: 1200px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.head_nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.head_nav.show {
  box-shadow: 0 2px 7px 0 #ccc;
}
.head_nav.show .top {
  background: #555555;
  color: #fff;
}
.head_nav.show .nav {
  width: 100%;
  border-radius: 0;
}
.head_nav .top {
  transition: all .3s;
  font-size: 12px;
  line-height: 24px;
  color: #ffffff;
  padding: 4px 0 5px 0;
}
.head_nav .nav {
  width: 1280px;
  margin: 0 auto;
  border-radius: 40px;
  background: #fff;
  height: 80px;
  padding: 17px 0 18px 0;
  box-sizing: border-box;
  transition: all .3s;
}
.head_nav .nav .nav_list {
  line-height: 45px;
  color: #333;
  font-size: 16px;
  margin-left: 80px;
}
.head_nav .nav .nav_list li {
  float: left;
  margin-right: 48px;
  position: relative;
}
.head_nav .nav .nav_list li .toggle_list {
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  top: 40px;
  background: #fff;
  display: none;
}
.head_nav .nav .nav_list li .toggle_list li {
  height: 50px;
  margin: 0;
  text-align: center;
  line-height: 50px;
  color: #333333;
  padding: 0 15px;
  float: none;
}
.head_nav .nav .nav_list li .toggle_list li a {
  white-space: nowrap;
  display: block;
}
.head_nav .nav .nav_list li .toggle_list li:before {
  content: none;
}
.head_nav .nav .nav_list li .toggle_list li.cur,
.head_nav .nav .nav_list li .toggle_list li:hover {
  background: #0075c1;
  color: #fff;
}
.head_nav .nav .nav_list li:hover {
  color: #0075c1;
}
.head_nav .nav .nav_list li:hover .toggle_list {
  display: block;
}
.head_nav .nav .nav_list li.cur,
.head_nav .nav .nav_list li:hover {
  color: #0075c1;
  position: relative;
}
.head_nav .nav .nav_list li.cur:before,
.head_nav .nav .nav_list li:hover:before {
  content: " ";
  position: absolute;
  width: 17px;
  border-bottom: 3px solid #0075c1;
  bottom: 0;
  left: 50%;
  transform: translatex(-50%);
}
.head_nav .nav .logon_box a {
  display: block;
  width: 50px;
  height: 20px;
  text-align: center;
  border-radius: 2px;
  line-height: 20px;
  color: #fff;
  font-size: 12px;
}
.head_nav .nav .logon_box a   a {
  margin-top: 5px;
}
.head_nav .nav .logon_box a.login {
  background-color: #0075c1;
}
.head_nav .nav .logon_box a.register {
  background-color: #f7b109;
}
.search_box {
  position: relative;
}
.search_box input {
  width: 143px;
  height: 24px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 12px;
  border: none;
  padding-left: 10px;
}
.search_box img {
  position: absolute;
  width: 14px;
  height: 14px;
  right: 10px;
  top: 6px;
}
.banner {
  position: relative;
  z-index: -1;
  width: 100%;
  min-width: 1200px;
  height: 350px;
  overflow: hidden;
}
.banner img {
  position: absolute;
  left: 50%;
  margin-left: -960px;
}
.crumbs {
  color: #999999;
  font-size: 14px;
  margin-top: 12px;
}
.pagination {
  text-align: center;
  margin-top: 25px;
  font-size: 12px;
  color: #666666;
}
.pagination ul.page_list {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
.pagination ul.page_list li {
  float: left;
}
.pagination ul.page_list li.sp a {
  border: none;
}
.pagination ul.page_list li a {
  width: 35px;
  box-sizing: border-box;
  height: 35px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  font-size: 12px;
  margin-right: 5px;
}
.pagination .page_chose {
  width: 50px;
  height: 35px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  text-align: center;
  margin: 0 5px;
}
.pagination .jump_btn {
  display: inline-block;
  width: 54px;
  height: 31px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #e5e5e5;
  line-height: 31px;
  text-align: center;
  margin-left: 7px;
}
.foot_cont {
  background: #f8f8f8;
  padding-top: 23px;
  padding-bottom: 20px;
}
.foot_cont dl {
  margin-right: 50px;
  float: left;
}
.foot_cont dl.sp p {
  font-size: 16px;
  color: #101010;
  margin-bottom: 10px;
}
.foot_cont dl.sp span {
  font-size: 14px;
  color: #101010;
  width: 154px;
  display: inline-block;
  line-height: 18px;
}
.foot_cont dl.sp dd:before {
  content: none;
}
.foot_cont dl dt {
  color: #333333;
  font-size: 16px;
}
.foot_cont dl dd {
  margin-top: 23px;
  color: #666;
  font-size: 12px;
}
.foot_cont dl dd:before {
  content: " ";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #666;
  vertical-align: bottom;
  margin-right: 10px;
}
.foot_cont .erweima_cont {
  margin-left: 80px;
}
.foot_cont .erweima_cont .item {
  float: left;
  color: #333333;
  font-size: 12px;
  text-align: center;
}
.foot_cont .erweima_cont .item   .item {
  margin-left: 10px;
}
.foot_cont .erweima_cont .item img {
  margin-bottom: 10px;
  display: block;
}
.copyright {
  font-size: 12px;
  height: 80px;
  line-height: 40px;
  color: #717171;
  text-align: center;
  background-color: #333333;
}
.info_text_1 {
  margin: 40px 0;
}
.to_top {
  width: 62px;
  height: 69px;
  background:  no-repeat;
  background-size: contain;
  position: fixed;
  right: 219px;
  bottom: 100px;
  cursor: pointer;
  z-index: 99999;
}
.icon_1 {
  width: 60px;
  height: 60px;
  display: inline-block;
  background-image: ;
}
.icon_2 {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  /* background-image: ; */
}
.icon_write {
  background-position: -10px -10px;
}
.icon_highhouse {
  background-position: -70px 0;
}
.icon_hand {
  background-position: -130px 0;
}
.icon_apply {
  background-position: -206px 0;
}
.icon_briefcase {
  background-position: -539px 0;
}
.icon_lamp {
  background-position: -599px 0;
}
.icon_order {
  background-position: -275px 0;
}
.icon_service {
  background-position: -341px 0;
}
.icon_good {
  background-position: -406px -2px;
}
.icon_jinz {
  background-position: -468px -2px;
}
.yingzhang {
  background-position: 0  0;
}
.luomu {
  background-position: -30px 0;
}
.shuxie {
  background-position: -62px 0;
}
.chuangkou {
  background-position: -92px 0;
}
.guanlianshebei {
  background-position: -125px 0;
}
.xunhang {
  background-position: -155px 0;
}
.red_10 {
  background-position: -187px 0;
}
.blue_1 {
  background-position: 0 -27px;
}
.blue_2 {
  background-position: -30px -27px;
}
.blue_3 {
  background-position: -62px -27px;
}
.blue_4 {
  background-position: -93px -28px;
}
.blue_5 {
  background-position: -124px -27px;
}
.blue_6 {
  background-position: -154px -27px;
}
.blue_7 {
  background-position: -182px -27px;
}
.blue_8 {
  background-position: -213px -28px;
}
.green_1 {
  background-position: 0 -55px;
}
.green_2 {
  background-position: -30px -55px;
}
.green_3 {
  background-position: -62px -55px;
}
.green_4 {
  background-position: -96px -55px;
}
.green_5 {
  background-position: -127px -55px;
}
.green_6 {
  background-position: -159px -55px;
}
.green_7 {
  background-position: -190px -55px;
}
.green_8 {
  background-position: -225px -55px;
}
.green_9 {
  background-position: -260px -55px;
}
.user_name {
  width: 58px!important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.w200nowarp {
  width: 200px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
}
.news .tit_1 {
  margin-top: 50px;
  color: #666666;
  border-bottom: 1px solid #eee;
}
.news .tit_1 > span {
  color: #0075c1;
  font-size: 18px;
  padding-bottom: 20px;
  border-bottom: 1px solid #0075c1;
  display: inline-block;
}
.news .tit_1 > ul li {
  float: left;
  margin-right: 75px;
  font-size: 18px;
}
.news .tit_1 > ul li .pre_icon,
.news .tit_1 > ul li .next_icon {
  padding: 0 15px;
}
.news .tit_1 > ul li.cur {
  color: #0075c1;
}
.news .tit_1 .search_box input {
  background-color: #ededed;
  color: #999999;
}
.main {
  margin-top: 60px;
  padding-bottom: 60px;
}
.main .left_cont {
  width: 200px;
}
.main .left_cont ul {
  border: 1px solid #e8e8e8;
}
.main .left_cont li {
  height: 70px;
  line-height: 70px;
  background: #f3f3f3;
  text-align: center;
  color: #666666;
  font-size: 18px;
}
.main .left_cont li a {
  padding-left: 9px;
  position: relative;
}
.main .left_cont li.cur,
.main .left_cont li:hover {
  color: #0075c1;
  background-color: #fff;
}
.main .left_cont li.cur a:before,
.main .left_cont li:hover a:before {
  content: " ";
  left: 0;
  top: 50%;
  margin-top: -7px;
  position: absolute;
  height: 14px;
  border-left: 2px solid #0075c1;
}
.main .left_cont li   li {
  border-top: 1px solid #e8e8e8;
}
.main .right_cont {
  width: 1000px;
  padding-left: 35px;
  box-sizing: border-box;
}
.news_list.sp li {
  height: 210px;
}
.news_list.sp li .img_box {
  width: 204px;
  height: 189px;
}
.news_list.sp li .info_text {
  padding-left: 29px;
}
.news_list.sp li .info_text h1 {
  color: #333333;
  font-size: 24px;
  margin-bottom: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.2em;
}
.news_list.sp li .info_text p {
  color: #666666;
  line-height: 26px;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news_list li {
  height: 140px;
  border-bottom: 1px solid #eeeeee;
}
.news_list li:hover .info_text h1 {
  color: #0075c1;
}
.news_list li:not(:first-child) {
  padding-top: 20px;
}
.news_list li .img_box {
  width: 249px;
  height: 120px;
  overflow: hidden;
}
.news_list li .img_box img {
  max-width: 100%;
}
.news_list li .info_text {
  width: 715px;
  padding: 19px 0 0 34px;
  box-sizing: border-box;
}
.news_list li .info_text h1 {
  color: #333333;
  font-size: 18px;
  margin-bottom: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.news_list li .info_text span {
  color: #666666;
  font-size: 14px;
  padding-right: 24px;
}
.news_list li .info_text span   span {
  padding-left: 24px;
  border-left: 2px solid #999;
}
.type_click {
  text-align: center;
  width: 1000px;
  margin: 37px 0 68px auto;
}
.type_click ul {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  color: #666;
}
.type_click ul li {
  float: left;
  margin-right: 20px;
}
.type_click ul li.cur.sp a:before,
.type_click ul li:hover.sp a:before {
  border-bottom-color: #e6e6e6;
}
.type_click ul li.cur a,
.type_click ul li:hover a {
  color: #0075c1;
  position: relative;
}
.type_click ul li.cur a:before,
.type_click ul li:hover a:before {
  content: " ";
  position: absolute;
  width: 14px;
  border-bottom: 3px solid #0075c1;
  bottom: -6px;
  left: 50%;
  margin-left: -7px;
}
.type_click ul li a {
  color: #333333;
  font-size: 18px;
}
.info_list_1 li:hover p {
  color: #0075c1;
}
.info_list_1 a {
  display: block;
  border-bottom: 1px solid #eeeeee;
  padding: 18px 0;
}
.info_list_1 a p {
  float: left;
  color: #333333;
  width: 620px;
  line-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.info_list_1 a span {
  float: right;
  color: #999999;
}
.just_p_style > p {
  line-height: 30px;
  margin-bottom: 17px;
  text-indent: 2em;
}
.type_nav {
  background: #fff;
  margin-top:2px;
}
.type_nav .swiper-button-prev,
.type_nav .swiper-button-next {
  width: 26px;
  height: 26px;
  background-color: rgba(255, 255, 255, 0.3);
  background-size: 20px 18px;
  display: none;
}
.type_nav .swiper-slide {
  width: 198px;
  padding: 25px 0 15px 0;
  text-align: center;
  display: block;
  border: 1px  solid transparent;
}
.type_nav .swiper-slide:hover {
  border: 1px  solid #0075c1;
  box-sizing: border-box;
}
.type_nav .swiper-slide span {
  display: block;
  margin-top: 22px;
  color: #0075c1;
}
.index_new {
  text-align: center;
}
.index_new ul.type_list {
  display: inline-block;
  margin: 30px 0;
}
.index_new ul.type_list li {
  float: left;
  padding: 0 20px;
  color: #333;
  cursor: pointer;
}
.index_new ul.type_list li   li {
  border-left: 1px solid #999;
}
.index_new ul.type_list li.cur,
.index_new ul.type_list li:hover {
  color: #0075c1;
  position: relative;
}
.index_new ul.type_list li.cur:before,
.index_new ul.type_list li:hover:before {
  content: " ";
  position: absolute;
  width: 17px;
  border-bottom: 3px solid #0075c1;
  bottom: -10px;
  left: 50%;
  transform: translatex(-50%);
}
.index_new .news_con .left_box {
  position: relative;
  float: left;
  width: 690px;
  height: 420px;
  overflow: hidden;
}
.index_new .news_con .left_box .swiper-button-prev {
  right: 30px;
  left: auto;
}
.index_new .news_con .left_box .swiper-pagination-bullet {
  opacity: 0.6;
}
.index_new .news_con .left_box .swiper-button-next,
.index_new .news_con .left_box .swiper-button-prev {
  background-size: 10px 14px;
  width: 10px;
  height: 14px;
  top: auto;
  bottom: 10px;
  z-index: 999;
}
.index_new .news_con .left_box .swiper-pagination {
  width: 100%;
  bottom: 10px;
}
.index_new .news_con .left_box .swiper-pagination span {
  margin-right: 20px;
}
.index_new .news_con .left_box .swiper-container {
  height: 385px;
}
.index_new .news_con .right_box {
  width: 411px;
  float: left;
  margin-left: 20px;
  text-align: left;
}
.index_new .news_con .right_box li {
  height: 70px;
  padding-top: 13px;
  box-sizing: border-box;
  color: #333333;
}
.index_new .news_con .right_box li h1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.5em;
}
.index_new .news_con .right_box li span {
  color: #999999;
  margin-top: 13px;
  display: inline-block;
  font-size: 14px;
}
.index_new .news_con .right_box li   li {
  border-top: dashed 1px #999999;
}
.bulletin {
  background-color: #f8f8f8;
}
.bulletin .first {
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  background-color: #0075c1;
  float: left;
}
.bulletin .first img {
  vertical-align: text-bottom;
  margin-right: 5px;
}
.bulletin ul li {
  width: 280px;
  float: left;
  font-size: 14px;
  margin-right: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 50px;
}
.bulletin ul li:first-child {
  margin-left: 23px;
}
.lit_coon {
  width: 33.3%;
  float: left;
  padding: 0 25px;
  box-sizing: border-box;
}
.lit_coon   .lit_coon {
  border-left: solid 1px #eeeeee;
}
.lit_coon   .lit_coon.sp {
  border-left: none;
}
.lit_coon h1 {
  padding-left: 14px;
  border-left: 3px solid #0075c1;
  font-weight: 600;
  color: #0075c1;
}
.lit_coon h1 a {
  float: right;
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}
.lit_coon.sp ul li .tit {
  width: 100%;
  float: none;
  height: 40px;
}
.lit_coon ul {
  margin-top: 20px;
}
.lit_coon ul li {
  color: #333;
  font-size: 15px;
  line-height: 40px;
  overflow: hidden;
}
.lit_coon ul li .tit {
  width: 269px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  float: left;
  white-space:nowrap;
}
.lit_coon ul li   li {
  border-top: 1px dashed #999;
}
.lit_coon ul li .fr {
  font-size: 14px;
  color: #666666;
}
.lit_coon ul li.sp {
  padding-bottom: 10px;
}
.lit_coon ul li.sp .img_box {
  width: 150px;
  height: 100px;
  overflow: hidden;
  float: left;
}
.lit_coon ul li.sp .img_box img {
  width: 100%;
}
.lit_coon ul li.sp .info_text {
  padding-left: 8px;
  width: 187px;
  float: left;
  line-height: 1em;
}
.lit_coon ul li.sp .info_text h2 {
  color: #333333;
  line-height: 24px;
}
.lit_coon ul li.sp .info_text span {
  line-height: 1em;
  font-size: 14px;
  color: #666;
  margin-top: 5px;
  display: block;
}
.lit_coon .sp_list {
  padding-top: 30px;
}
.lit_coon .sp_list .img_box {
  width: 485px;
  border-left: dashed 1px #999;
  border-right: dashed 1px #999;
  float: left;
  text-align: center;
}
.lit_coon .sp_list .img_box img {
  height: 176px;
}
.lit_coon .sp_list .img_box h2 {
  color: #333333;
  margin-top: 18px;
}
.lit_coon .sp_list .info_text {
  width: 225px;
  float: right;
  border-right: dashed 1px #999;
  padding-right: 25px;
}
.lit_coon .sp_list .info_text ul {
  margin-top: 0;
}
.lit_coon .sp_list .info_text li {
  margin-bottom: 14px;
  font-size: 14px;
  border-top: none;
  color: #333;
  width: 230px;
  line-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.lit_coon .sp_list .swiper-slide {
  transition: all .3s;
}
.lit_coon .sp_list .swiper-slide img {
  transition: all .3s;
}
.action .swiper-container {
  margin-top: 27px;
}
.action .swiper-slide {
  height: 206px;
  overflow: hidden;
  text-align: center;
  border: 1px solid #e5e5e5;
}
.action .swiper-slide img {
  max-height: 100%;
}
.action .swiper-button-prev,
.action .swiper-button-next {
  width: 26px;
  height: 26px;
  background-color: rgba(0, 0, 0, 0.7);
  background-size: 20px 18px;
}
.bottom_case {
  background-color: #f0f0f0;
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 20px;
}
.bottom_case h3 {
  color: #0075c1;
  text-align: center;
  margin-bottom: 45px;
  font-weight: 600;
}
.sw_con {
  width: 530px;
  position: relative;
  padding-bottom: 20px;
}
.sw_con .swiper-slide {
  text-align: center;
  box-sizing: border-box;
}
.sw_con .swiper-slide .img_box {
  height: 68px;
}
.sw_con .swiper-slide .img_box img {
  max-height: 100%;
}
.sw_con .img_box {
  width: 170px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  float: left;
  margin-right: 9px;
  margin-bottom: 10px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sw_con .img_box img {
  max-width: 100%;
}
.sw_con .img_box:nth-child(3n) {
  margin-right: 0;
}
.sw_con .swiper-button-prev,
.sw_con .swiper-button-next {
  width: 26px;
  height: 26px;
  background-size: 10px 14px;
  bottom: 0;
  top: auto;
}
h3.tit {
  text-align: left;
  border-bottom: 1px solid #eee;
}
h3.tit span {
  display: inline-block;
  padding-bottom: 15px;
  border-bottom: 1px solid #0075c1;
  color: #0075c1;
  font-size: 18px;
}
h3.tit .btn {
  padding: 9px 20px;
  border-radius: 4px;
  border: solid 1px #0075c1;
  font-size: 14px;
  color: #0075c1;
  text-align: center;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
  top: -5px;
}
h3.tit .more {
  float: right;
  font-size: 14px;
  color: #999999;
}
.service_block {
  margin-top: 38px;
}
.service_block .fr .type_nav .swiper-slide {
  width: 145px;
}
.service_block .type_nav {
  margin-top: 8px;
}
.service_block .type_nav .swiper-button-prev,
.service_block .type_nav .swiper-button-next {
  background-color: transparent;
  background-size: 10px 14px;
}
.service_block .type_nav .swiper-slide {
  width: 123px;
}
.service_block .type_nav .swiper-slide   .swiper-slide {
  margin-left: 10px;
}
.service_block2 {
  margin-top: 40px;
}
.service_block2 .service_item {
  border: 1px solid #eee;
  padding: 65px 40px 34px 40px;
}
.service_block2 .service_item .big_type {
  text-align: center;
  float: left;
  margin-left: 20px;
}
.service_block2 .service_item .big_type h2 {
  color: #333333;
  font-size: 20px;
  margin-top: 24px;
}
.service_block2 .service_item .big_type p {
  color: #999999;
  font-size: 14px;
  opacity: 0.7;
  margin-top: 12px;
}
.service_block2 .service_item .little_list {
  float: right;
  overflow: hidden;
  width: 850px;
}
.service_block2 .service_item .little_list li {
  font-size: 14px;
  color: #666;
  float: left;
  margin-bottom: 18px;
  margin-right: 35px;
  border-bottom: 1px solid #eee;
  width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 36px;
}
.service_block2 .service_item .little_list li .icon_2 {
  margin-right: 10px;
}
.service_block2 .service_item .little_list li:nth-child(3n) {
  margin-right: 0;
}
.zhihuiyuanqu {
  margin-top: 20px;
}
.zhihuiyuanqu ul {
  padding-top: 40px;
}
.zhihuiyuanqu li {
  width: 370px;
  float: left;
  border: solid 1px #eeeeee;
  margin-right: 42px;
  margin-bottom: 20px;
  transition: all .3s;
}
.zhihuiyuanqu li:hover {
  box-shadow: 0px 4px 10px 0px rgba(172, 172, 172, 0.2);
}
.zhihuiyuanqu li:nth-child(3n) {
  margin-right: 0;
}
.zhihuiyuanqu li .img_box {
  height: 194px;
}
.zhihuiyuanqu li .info_text {
  padding: 0 20px;
  color: #333333;
}
.zhihuiyuanqu li .info_text h3 {
  font-size: 18px;
  margin: 20px 0 24px 0;
}
.zhihuiyuanqu li .info_text p {
  width: 50%;
  float: left;
  margin-bottom: 20px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.zhihuiyuanqu li .info_text p label {
  color: #666666;
}
.card_item {
  width: 566px;
  height: 274px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #eeeeee;
  text-align: center;
  padding-top: 30px;
  box-sizing: border-box;
  float: left;
  margin-right: 30px;
  margin-bottom: 34px;
  transition: all .3s;
}
.card_item:hover {
  box-shadow: 0px 8px 12px 0px rgba(105, 124, 228, 0.16);
  border-radius: 4px;
  border: solid 1px #42a5f5;
}
.card_item:nth-child(2n) {
  margin-right: 0px;
}
.card_item h2 {
  margin-top: 20px;
  font-size: 24px;
  color: #333333;
}
.card_item p.remark {
  font-size: 14px;
  color: #999999;
  opacity: 0.7;
  margin-top: 10px;
}
.card_item ul {
  display: inline-block;
  margin-top: 30px;
}
.card_item ul.sp li   li {
  margin-left: 55px;
}
.card_item ul li {
  color: #666666;
  font-size: 18px;
  float: left;
  opacity: 0.9;
}
.card_item ul li   li {
  margin-left: 80px;
}
.info_banner {
  margin-top: 48px;
}
.info_banner .img_box {
  width: 575px;
  height: 300px;
  overflow: hidden;
}
.info_banner .img_box img {
  max-width: 100%;
}
.info_banner .info_text {
  width: 558px;
  margin-left: 50px;
}
.info_banner .info_text h3.sp {
  color: #666666;
  margin-top: 25px;
  font-size: 20px;
  font-weight: 600;
}
.info_banner .info_text h5.sp {
  margin-top: 20px;
  color: #666666;
  font-size: 16px;
}
.info_banner .info_text p.sp {
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #666666;
  text-indent: 2em;
  margin-top: 47px;
}
h4.tit {
  height: 60px;
  background-color: #f7f7f7;
  padding: 0 18px;
  line-height: 60px;
  color: #0075c1;
  font-size: 18px;
}
.pro_dynamic {
  margin-top: 30px;
}
.pro_dynamic ul li {
  height: 60px;
  line-height: 60px;
  width: 570px;
  float: left;
  border-bottom: 1px solid #eee;
  padding: 0 30px;
  box-sizing: border-box;
  font-size: 14px;
}
.pro_dynamic ul li:nth-child(2n) {
  margin-left: 60px;
}
.pro_dynamic ul li p {
  width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  float: left;
}
.pro_dynamic ul li span {
  float: right;
  color: #999999;
}
.has_yuanqu {
  border: 1px solid #eeeeee;
}
.has_yuanqu .tit {
  margin-bottom: 30px;
  position: relative;
}
.has_yuanqu .tit .ab_type {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.has_yuanqu .tit .ab_type span {
  display: inline-block;
  width: 49%;
  text-align: center;
  color: #999999;
}
.int_yuanqu {
  padding: 20px;
  border: 1px solid #eee;
  position: relative;
  margin-bottom: 68px;
}
.int_yuanqu .img_box {
  height: 195px;
  overflow: hidden;
}
.int_yuanqu .img_box   p {
  text-align: center;
  color: #333333;
  font-size: 18px;
  margin-top: 20px;
}
.int_yuanqu .img_box img {
  max-width: 100%;
}
.int_yuanqu .swiper-button-prev,
.int_yuanqu .swiper-button-next {
  width: 26px;
  height: 26px;
  background-color: rgba(0, 0, 0, 0.7);
  background-size: 20px 18px;
}
.base_tit {
  text-align: center;
}
.base_tit span {
  color: #0075c1;
  font-size: 18px;
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 1px solid #0075c1;
}
.checkbox {
  line-height: 60px;
  height: 60px;
  vertical-align: middle;
  display: inline-block;
}
.checkbox input[type=radio],
.checkbox input[type=checkbox] {
  display: none;
}
.checkbox input[type=radio]:checked   label,
.checkbox input[type=checkbox]:checked   label {
  background-position: 0 0px;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  width: 23px;
  height: 23px;
  margin: -5px 0 0 20px;
  line-height: 60px;
  background:  no-repeat;
  background-position: 0 -30px;
}
.input_group {
  width: 630px;
  margin: 0 auto;
  margin-top: 20px;
}
.input_group > label {
  width: 80px;
  line-height: 60px;
  text-align: right;
  float: left;
  color: #333333;
}
.input_group > label span {
  color: #ec414d;
}
.input_group .input_box {
  width: 528px;
  float: right;
  display: inline-block;
  vertical-align: middle;
}
.input_group .input_box.ssr input,
.input_group .input_box.ssr select {
  width: 290px;
}
.input_group .input_box.ssr span {
  color: #0075c1;
  line-height: 60px;
  margin-left: 10px;
  font-size: 13px;
  cursor: pointer;
}
.input_group .input_box input,
.input_group .input_box select {
  background-color: #f7f7f7;
  width: 100%;
  height: 60px;
  padding: 0 15px;
  border-radius: 4px;
  border: solid 1px #eeeeee;
  box-sizing: border-box;
}
.input_group .up_load_div input {
  display: none;
}
.input_group .up_load_div label {
  display: inline-block;
  width: 120px;
  height: 80px;
  margin-right: 28px;
  background-size: contain;
  vertical-align: text-bottom;
}
.input_group .up_load_div span {
  color: #666666;
  font-size: 14px;
  line-height: 60px;
}
.input_group p.sp {
  line-height: 60px;
  margin-left: 50px;
  font-size: 16px;
  color: #333;
  margin-right: 20px;
}
.from_info {
  border-radius: 10px;
  padding-bottom: 93px;
  border: solid 1px #eeeeee;
}
.from_info.register_r > .clearfix:first-child {
  margin-top: -20px;
}
.from_info.register_r .input_group {
  width: 473px;
}
.from_info.register_r .input_group > label {
  width: 96px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  color: #666;
}
.from_info.register_r .input_group .input_box {
  width: 365px;
}
.from_info.register_r .input_group .input_box input {
  height: 48px;
}
.from_info.register_i .input_group {
  width: 550px;
}
.from_info.register_i .input_group > label {
  width: 134px;
}
.from_info.register_i .input_group .input_box {
  width: 396px;
}
.from_info .sumit_btn {
  width: 158px;
  height: 46px;
  border-radius: 4px;
  border: solid 1px #0075c1;
  text-align: center;
  color: #0075c1;
  line-height: 46px;
  margin: 0 auto;
  cursor: pointer;
}
.interlink .img_box {
  width: 222px;
  height: 106px;
  text-align: center;
  position: relative;
  float: left;
  margin-right: 23px;
  margin-bottom: 24px;
}
.interlink .img_box:nth-child(4n) {
  margin-right: 0;
}
.interlink .img_box img {
  max-width: 100%;
  max-height:100%;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.jigou_box .jigou_item {
  border: solid 1px #eeeeee;
  width: 310px;
  float: left;
  margin-right: 14px;
  margin-bottom: 14px;
}
.jigou_box .jigou_item:nth-child(3n) {
  margin-right: 0;
}
.jigou_box .img_box {
  height: 175px;
  position: relative;
}
.jigou_box .img_box img {
  max-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.jigou_box .info_text {
  height: 140px;
  padding: 20px 18px;
  border-top: 1px solid #f7f7f7;
  box-sizing: border-box;
  background-color: #f7f7f7;
}
.jigou_box .info_text h3 {
  color: #333333;
  text-align: center;
}
.jigou_box .info_text p {
  color: #666666;
  font-size: 14px;
  line-height: 22px;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.img_list {
  margin-top: 30px;
}
.img_list .img_box {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.img_list .img_box img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.img_list .item_left {
  width: 590px;
}
.img_list .item_left .type1 {
  height: 222px;
}
.img_list .item_left .type1   .type1 {
  margin-top: 30px;
}
.img_list .item_left .type2 {
  height: 475px;
}
.layer_gary {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.4;
  z-index: 99999;
}
.layer_main {
  width: 1049px;
  height: 750px;
  background-color: #ffffff;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 20px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 999991;
}
.layer_main .big_cont {
  height: 570px;
  border: 1px solid #eee;
}
.layer_main .big_cont .swiper-container {
  height: 100%;
}
.layer_main .big_cont .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.layer_main .big_cont .swiper-slide img {
  width: 100%;
}
.layer_main .big_cont .swiper-button-prev {
  left: 0;
}
.layer_main .big_cont .swiper-button-next {
  right: 0;
}
.layer_main .big_cont .swiper-button-prev,
.layer_main .big_cont .swiper-button-next {
  width: 40px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.7);
  background-size: 20px 18px;
}
.layer_main .little_con {
  margin-top: 20px;
  position: relative;
}
.layer_main .little_con .swiper-slide {
  width: 125px;
  height: 86px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #eee;
  overflow: hidden;
  margin-right: 22px;
  box-sizing: border-box;
}
.layer_main .little_con .swiper-slide.active {
  border: solid 4px #4a73c5;
}
.layer_main .little_con .swiper-slide img {
  width: 100%;
}
.layer_main .little_con .swiper-button-prev,
.layer_main .little_con .swiper-button-next {
  display: none;
  width: 26px;
  height: 26px;
  background-color: rgba(0, 0, 0, 0.7);
  background-size: 20px 18px;
}
.dontai_list li {
  padding-top: 35px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
}
.dontai_list li .img_box {
  width: 210px;
  height: 117px;
  overflow: hidden;
  margin-right: 20px;
}
.dontai_list li .img_box img {
  max-width: 100%;
}
.dontai_list h3 {
  color: #333333;
  font-size: 18px;
  line-height: 1.3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.dontai_list p {
  margin-top: 28px;
  color: #999;
  font-size: 14px;
  line-height: 1.3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.dontai_list span {
  color: #666;
  padding: 0 26px 0 19px;
}
.dontai_list span:first-child {
  border-right: 1px solid #666;
}
.look_more_white {
  position: relative;
  top: -20px;
  background: #ffff;
  width: 170px;
}
.look_more_white span {
  width: 143px;
  height: 40px;
  border: solid 1px #eeeeee;
  text-align: center;
  color: #999;
  line-height: 40px;
  display: block;
}
.detail_cont {
  margin-top: 32px;
}
.detail_cont h2.title {
  text-align: center;
  color: #333333;
  font-size: 22px;
}
.detail_cont p.timer {
  color: #666666;
  font-size: 14px;
  text-align: center;
  width: 388px;
  margin: 30px auto 0 auto;
  padding-bottom: 30px;
  border-bottom: solid 1px #eeeeee;
}
.detail_cont .text_cont {
  margin-top: 30px;
}
.tab_chose {
  border-bottom: 1px solid #eee;
}
.tab_chose a {
  display: inline-block;
  width: 49.2%;
  box-sizing: border-box;
  text-align: center;
  color: #333333;
  font-size: 20px;
}
.tab_chose a.active {
  color: #0075c1;
}
.tab_chose a.active span {
  border-bottom: 1px solid #0075c1;
}
.tab_chose a span {
  padding-bottom: 23px;
  display: inline-block;
}
.remark_info {
  padding: 20px 25px;
  background-color: #e5f1f9;
  white-space: pre;
  line-height: 22px;
  font-size: 14px;
  color: #333333;
  margin-top: 40px;
}
.text_area {
  padding: 0 40px;
  margin-top: 30px;
}
.text_area label {
  width: 134px;
  text-align: right;
  float: left;
  color: #333333;
}
.text_area textarea {
  width: 967px;
  height: 255px;
  background-color: #f7f7f7;
  border-radius: 4px;
  border: solid 1px #eeeeee;
  float: right;
}
.btn_group_ruzhu {
  text-align: center;
  padding-left: 170px;
  margin-top: 30px;
  margin-bottom: 40px;
}
.btn_group_ruzhu .btn {
  width: 158px;
  height: 46px;
  cursor: pointer;
  border-radius: 4px;
  border: solid 1px #666666;
  text-align: center;
  line-height: 46px;
  color: #666666;
  display: inline-block;
}
.btn_group_ruzhu .btn   .btn {
  margin-left: 80px;
}
.btn_group_ruzhu .btn.pri {
  border-color: #0075c1;
  color: #0075c1;
}
.yanfa_con {
  margin-top: 30px;
}
.yanfa_con .img_box {
  width: 785px;
  height: 485px;
  overflow: hidden;
  position: relative;
  border: 1px solid #eee;
  box-sizing: border-box;
}
.yanfa_con .img_box img {
  max-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.yanfa_con .info_list li {
  height: 68px;
  line-height: 68px;
  border-bottom: 1px solid #eee;
  color: #333333;
}
.yanfa_con .info_text {
  width: 471px;
  height: 300px;
  overflow: hidden;
  margin-left: 49px;
}
.yanfa_con .info_text h2.sp {
  margin-top: 25px;
  color: #666666;
  font-size: 20px;
  font-weight: 600;
}
.yanfa_con .info_text p.sp {
  margin-top: 39px;
  color: #666666;
  text-indent: 2em;
  line-height: 1.5em;
}
.remark_type2 {
  padding-left: 185px;
  margin-top: 40px;
  margin-bottom: 10px;
  width: 856px;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.fixed_block {
  position: fixed;
}
.fixed_block.banner_n {
  background: #fff;
  left: 0;
  top: 0;
  z-index: 9999;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 10px;
}
.fixed_block.banner_n img {
  vertical-align: middle;
}
.fixed_block.banner_n span.close {
  font-size: 24px;
  color: #999999;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  display: inline-block;
  cursor: pointer;
}
.fixed_block.btn {
  width: 96px;
  height: 30px;
  background-color: #0075c1;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  right: 202px;
  top: 389px;
  z-index: 9999;
}
.sp_list .swiper-container {
  width: 400px;
}
.sp_list .swiper-slide {
  width: 126px;
  transform: scale(0.9);
  background: #fff;
}
.sp_list .swiper-slide img {
  opacity: 0.8;
}
.sp_list .swiper-slide-next {
  transform: scale(0.95);
  z-index: 2;
}
.sp_list .swiper-slide-next img {
  opacity: 0.95;
}
.sp_list .swiper-slide-next   .swiper-slide {
  position: relative;
  visibility: visible;
  z-index: 3;
  transform: scale(1);
}
.sp_list .swiper-slide-next   .swiper-slide img {
  opacity: 1;
}
.sp_list .swiper-slide-next   .swiper-slide   .swiper-slide {
  transform: scale(0.95);
  z-index: 2;
}
.sp_list .swiper-slide-next   .swiper-slide   .swiper-slide img {
  opacity: 0.95;
}
.meitiku_type {
  height: 280px;
  background-color: #ffffff;
  box-shadow: 0 2px 6px 0 rgba(116, 129, 150, 0.35);
  padding-top: 27px;
  box-sizing: border-box;
}
.file_cont {
  margin: 30px 0 60px 0;
  background-color: #ffffff;
  border: solid 1px #e8e8e8;
  padding: 30px 45px 0 45px;
}
.file_cont .show_tit {
  text-align: center;
  font-size: 18px;
  color: #333333;
  margin-bottom: 20px;
}
.dir_list {
  border-top: 1px solid #eee;
  padding-top: 35px;
}
.dir_list li {
  width: 249px;
  text-align: center;
  margin-right: 35px;
  margin-bottom: 40px;
  float: left;
}
.dir_list li:nth-child(4n) {
  margin-right: 0;
}
.dir_list li img {
  display: block;
  margin: 0 auto;
}
.dir_list li .img_box {
  width: 100%;
  height: 123px;
}
.dir_list li h6 {
  margin: 30px 0;
}
.dir_list li a {
  color: #0075c1;
  font-size: 14px;
}
.big_logo {
  text-align: center;
}
.big_logo .logo_item {
  cursor: pointer;
  display: inline-block;
  text-align: center;
}
.big_logo .logo_item   .logo_item {
  margin-left: 150px;
}
.big_logo .logo_item.cur .icon_box {
  background-position-y: 60px;
}
.big_logo .logo_item.cur h2 {
  color: #0075c1;
}
.big_logo .logo_item .icon_box {
  margin: 0 auto;
}
.big_logo .logo_item h2 {
  color: #666666;
  font-size: 22px;
  margin-top: 30px;
}
.big_logo .logo_item p {
  color: #999999;
  font-size: 12px;
  margin-top: 11px;
}
.icon_box {
  width: 60px;
  height: 60px;
  background-image: ;
}
.icon_box.logo {
  background-position: -6px 0;
}
.icon_box.images {
  background-position: -89px 0;
}
.icon_box.profile {
  background-position: -167px 0;
}
.change_chose {
  text-align: center;
  margin: 40px 0 60px 0;
}
.change_chose .chose_item {
  width: 500px;
  display: inline-block;
  padding: 55px 33px 57px 40px;
  border-radius: 10px;
  border: solid 1px #eeeeee;
  box-sizing: border-box;
}
.change_chose .chose_item   .chose_item {
  margin-left: 60px;
}
.change_chose .chose_item .icon_box {
  margin-right: 30px;
}
.change_chose .chose_item p {
  color: #333333;
  font-size: 15px;
  line-height: 26px;
  text-align: left;
}
.file_type_cont {
  height: 93px;
  vertical-align: bottom;
}
.container-fluid {
  padding: 20px;
}
.box {
  margin-bottom: 20px;
  float: left;
  width: 550px;
}
.box img {
  max-width: 100%;
}
.remark_type3 {
  padding: 30px 34px 26px 29px;
  background: #e5f1f9;
  margin-top: 40px;
}
.remark_type3 .info {
  color: #333333;
  font-size: 14px;
  line-height: 22px;
  width: 846px;
}
.remark_type3 .btn {
  width: 165px;
  text-align: center;
  color: #333;
}
.remark_type3 .btn img {
  vertical-align: middle;
  margin-right: 10px;
}
.remark_type3 .btn .up_load {
  height: 38px;
  border-radius: 4px;
  text-align: center;
  line-height: 38px;
  color: #0075c1;
  border: solid 1px #0075c1;
  margin-top: 15px;
}
.register_cont {
  height: 878px;
  background-image: ;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}
.register_cont .reg_type1 {
  padding: 34px 38px 40px 38px;
  box-sizing: border-box;
  width: 397px;
  background: #fff;
  margin-top: 247px;
  overflow: hidden;
}
.register_cont .reg_type1 .c_other {
  padding-top: 16px;
}
.register_cont .reg_type1 .c_other a {
  color: #666666;
}
.register_cont .reg_type1 h2 {
  text-align: center;
  color: #666666;
  font-size: 22px;
}
.register_cont .reg_type1 .input_group.pp {
  width: auto;
  border-radius: 4px;
  border: solid 1px #e5e5e5;
  line-height: 42px;
}
.register_cont .reg_type1 .input_group.pp > i {
  width: 40px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  border-right: 1px solid #e5e5e5;
}
.register_cont .reg_type1 .input_group.pp > i.register_phone {
  background-image: ;
}
.register_cont .reg_type1 .input_group.pp > i.register_suo {
  background-image: ;
}
.register_cont .reg_type1 .input_group.pp input {
  border: none;
  padding-left: 10px;
  height: 42px;
  width: 270px;
  box-sizing: border-box;
  color: #333;
}
.register_cont .reg_type1 .input_group.pp .getcode {
  width: 100px;
  float: right;
  background-color: #eeeeee;
  border-radius: 0px 4px 4px 0px;
  border: solid 1px #e5e5e5;
  text-align: center;
  height: 100%;
  color: #666666;
  display: inline-block;
  cursor: pointer;
}
.register_cont .reg_type1 .submit_btn {
  height: 52px;
  background-color: #0075c1;
  border-radius: 4px;
  text-align: center;
  line-height: 52px;
  color: #fff;
  cursor: pointer;
}
.register_cont .logo_saoma {
  height: 59px;
  line-height: 59px;
  text-align: center;
  background-color: #f5f3ef;
  color: #999999;
  cursor: pointer;
  width: 397px;
}
.register_cont .logo_saoma img {
  vertical-align: middle;
  margin-right: 10px;
}
.index .input_group {
  width: 445px;
}
.index .input_group > label {
  line-height: 45px;
  width: 124px;
  font-size: 15px;
}
.index .input_group .input_box {
  width: 300px;
}
.index .input_group .input_box input,
.index .input_group .input_box select {
  height: 45px;
  line-height: 45px;
  color: #333;
}
.index .label_select {
  width: 122px;
  height: 48px;
  border-radius: 4px;
  border: solid 1px #eeeeee;
  background: #fff;
  padding-left: 10px;
}
.index .submit_btn {
  width: 260px;
  height: 48px;
  background-color: #0075c1;
  border-radius: 4px;
  text-align: center;
  line-height: 48px;
  color: #fff;
  margin: 80px auto 0 auto;
}
.pro_cent_head {
  font-size: 18px;
  color: #0075c1;
  font-weight: 600;
  margin-top: 63px;
  width: 200px;
  text-align: center;
}
.pro_cent_head img {
  vertical-align: middle;
}
.pro_border_box {
  height: 605px;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  padding: 70px 20px 0 20px;
}
.ser_info_list {
  line-height: 1.3em;
}
.ser_info_list .img_box {
  margin-right: 20px;
  position: relative;
}
.ser_info_list li {
  border-bottom: 1px solid #e5e5e5;
  padding: 18px 0;
}
.ser_info_list li.noread .img_box:before {
  content: " ";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e83325;
  right: -6px;
  top: -6px;
}
.ser_info_list li:hover h2 {
  color: #0075c1;
}
.ser_info_list h2 {
  color: #333;
  margin-bottom: 15px;
  overflow: hidden;
}
.ser_info_list h2 label {
  width: 800px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.ser_info_list h2 span.tiemr {
  font-size: 14px;
  color: #999999;
}
.ser_info_list p {
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.ser_info_de {
  padding: 30px 0;
}
.ser_info_de .img_box {
  margin-bottom: 30px;
}
.ser_info_de .info_text {
  width: 520px;
  color: #333333;
  line-height: 36px;
  margin-left: 35px;
}
.ser_info_de .info {
  clear: both;
  padding-top: 40px;
  border-top: solid 1px #eeeeee;
}
.ser_info_de .info p {
  line-height: 36px;
  color: #333;
}
.ser_info_de .info p .gary {
  color: #666;
}
.pro_border_box {
  text-align: center;
}
.pro_border_box .edit_item {
  width: 260px;
  display: inline-block;
  height: 360px;
  vertical-align: middle;
}
.pro_border_box .edit_item   .edit_item {
  margin-left: 50px;
}
.pro_border_box .edit_item .img_icon {
  width: 126px;
  height: 126px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0px 4px 8px 0px rgba(64, 64, 64, 0.2);
  background-size: 370px;
  background-image: ;
  margin: 0 auto;
}
.pro_border_box .edit_item .img_icon.password {
  background-position: 0 0;
}
.pro_border_box .edit_item .img_icon.phone {
  background-position: 248px 0;
}
.pro_border_box .edit_item .img_icon.rem {
  background-position: 135px 0;
}
.pro_border_box .edit_item h3 {
  color: #333333;
  font-size: 22px;
  margin-top: 35px;
}
.pro_border_box .edit_item p {
  margin-top: 36px;
  color: #666;
  line-height: 26px;
  height: 41px;
  font-size: 15px;
}
.pro_border_box .edit_item .btn {
  height: 48px;
  border-radius: 4px;
  border: solid 1px #7fbae0;
  color: #7fbae0;
  text-align: center;
  line-height: 48px;
  margin-top: 37px;
}
.just_get_code {
  position: absolute;
  left: 100%;
  padding-left: 20px;
  width: 135px;
  color: #0075c1;
  top: 50%;
  margin-top: -8px;
  font-size: 16px;
}
.half_info {
  width: 50%;
  color: #333;
  float: left;
  padding: 35px 0;
  border-bottom: 1px solid #eeeeee;
}
.half_info.sp {
  width: 100%;
}
.half_info.sp label {
  width: 236px;
}
.half_info label {
  width: 49%;
  text-align: right;
  display: inline-block;
}
.half_info p {
  display: inline-block;
  color: #666;
}
.top_base {
  height: 200px;
  padding: 60px 30px 0 30px;
  background-color: #f5f8fa;
  color: #333;
  box-sizing: border-box;
  position: relative;
}
.top_base .edit {
  position: absolute;
  right: 30px;
  top: 90px;
  color: #0075c1;
  cursor: pointer;
}
.top_base .img_box {
  float: left;
  width: 101px;
  height: 101px;
  overflow: hidden;
  position: relative;
  margin-right: 30px;
}
.top_base .img_box img {
  max-width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.top_base h3 {
  font-size: 14px;
  line-height: 18px;
  margin-top: 18px;
}
.top_base h3 span {
  padding: 0 15px;
  font-size: 18px;
}
.top_base p {
  margin-top: 28px;
  font-size: 14px;
}
.top_base .coni {
  background-image: ;
  width: 20px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
}
.top_base .coni.touxiang_icon {
  background-position: -7px 0;
}
.top_base .coni.mail_icon {
  background-position: -39px -3px;
  margin-right: 15px;
}
.top_base .coni.phone_icon {
  background-position: -70px -3px;
  margin-left: 50px;
  margin-right: 15px;
}
.top_base .fl {
  width: 101px;
}
.top_base .fl .img_box {
  width: 101px;
  height: 101px;
  margin-right: 0;
  float: none;
}
.top_base .fl .img_box img {
  max-width: 100%;
}
.top_base .fl label {
  margin-top: 11px;
  display: block;
  text-align: center;
  color: #999999;
  font-size: 14px;
  cursor: pointer;
}
.top_base .fr .eidt_from {
  border: none;
  padding: 0;
  margin-top: 0;
  width: 770px;
}
.top_base .fr .eidt_from .input_group_g > label {
  width: 88px;
  color: #666666;
}
.top_base .fr .eidt_from .input_group_g .input_box input {
  background-color: transparent;
}
.btn_group {
  text-align: center;
  margin-top: 20px;
}
.btn_group .btn {
  width: 120px;
  height: 40px;
  border: solid 1px #0075c1;
  border-radius: 4px;
  color: #0075c1;
  cursor: pointer;
  display: inline-block;
  line-height: 40px;
}
.btn_group .btn.bule {
  background-color: #0075c1;
  color: #fff;
}
.btn_group .btn   .btn {
  margin-left: 83px;
}
.btn_group1 {
  text-align: center;
  margin-top: 20px;
}
.btn_group1 .btn {
  width: 120px;
  height: 40px;
  border: solid 1px #0075c1;
  border-radius: 4px;
  color: #0075c1;
  cursor: pointer;
  display: inline-block;
  line-height: 40px;
}
.btn_group1 .btn.bule {
  background-color: #0075c1;
  color: #fff;
}
.btn_group1 .btn   .btn {
  margin-left: 83px;
}
.jianli_cont {
  border: 1px solid #eee;
  padding-bottom: 20px;
}
.just_info_item {
  margin-top: 70px;
  padding: 0 30px;
}
.just_info_item .add_btn {
  position: absolute;
  right: 0;
  top: -13px;
  color: #0075c1;
  background: #fff;
}
.just_info_item .add_btn img {
  vertical-align: middle;
}
.just_info_item.edit h3 span {
  color: #0075c1;
}
.just_info_item h3 {
  border-top: solid 1px #c8e4ff;
  position: relative;
}
.just_info_item h3 span {
  color: #ec5e2a;
  padding-right: 25px;
  position: relative;
  top: -10px;
  font-size: 20px;
  background: #fff;
}
.just_info_item h3 .edit {
  background:  no-repeat 6px -31px;
  width: 39px;
  height: 25px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: -13px;
  background-color: #fff;
}
.just_info_item .info {
  margin-top: 40px;
  font-size: 15px;
  width: 50%;
  float: left;
}
.just_info_item .info label {
  color: #999999;
  margin-right: 20px;
  display: inline-block;
  width: 120px;
  text-align: right;
}
.just_info_item .info span {
  color: #333333;
}
.eidt_from {
  border: 1px solid #eee;
  margin-top: 40px;
  padding: 35px 30px;
  position: relative;
}
.eidt_from .del_form_ben {
  position: absolute;
  right: 25px;
  top: 15px;
  color: #0075c1;
  font-size: 14px;
}
.eidt_from.inline .input_group_g {
  width: 50%;
  margin-bottom: 20px;
  float: left;
}
.eidt_from.inline .input_group_g:nth-child(2n) {
  float: right;
}
.eidt_from.inline .input_group_g   .input_group_g {
  margin-top: 0;
}
.eidt_from.inline .input_group_g .input_box input {
  width: 240px;
}
.eidt_from .input_group_g   .input_group_g {
  margin-top: 20px;
}
.eidt_from .input_group_g > label {
  display: inline-block;
  width: 115px;
  color: #333;
  line-height: 40px;
  vertical-align: middle;
  text-align: right;
  margin-right: 20px;
}
.eidt_from .input_group_g .input_box {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.eidt_from .input_group_g .input_box input {
  height: 40px;
  line-height: 40px;
  width: 390px;
  padding: 0 15px;
  border: solid 1px #e5e5e5;
}
.eidt_from .input_group_g .input_box input[type=radio] {
  display: none;
}
.eidt_from .input_group_g .input_box input[type=radio]:checked   label {
  border-color: #0075c1;
  color: #0075c1;
}
.eidt_from .input_group_g .input_box input[type=radio]   label {
  width: 120px;
  height: 40px;
  border: solid 1px #e5e5e5;
  float: left;
  text-align: center;
  line-height: 40px;
}
.eidt_from .input_group_g .input_box input:disabled {
  background: #fff;
}
.eidt_from .input_group_g .input_box .text_area {
  width: 640px;
  height: 219px;
  border: solid 1px #e5e5e5;
  padding: 15px;
  box-sizing: border-box;
  resize: none;
  margin-top: 0;
}
.eidt_from .input_group_g .input_box .text-info {
  color: #999;
  font-size: 14px;
  margin-top: 10px;
}
.eidt_from .input_group_g .input_box .icon {
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  cursor: pointer;
  line-height: 40px;
  text-align: center;
  float: left;
}
.eidt_from .input_group_g .input_box .icon_select {
  display: inline-block;
  transform: rotate(90deg);
  width: 40px;
  border-bottom: none;
  color: #333;
}
.eidt_from .input_group_g .input_box .icon_data {
  background-image: ;
  background-position: -39px -22px;
}
.eidt_from .input_group_g .input_box .icon_tab {
  background-image: ;
  background-position: -79px -22px;
}
.eidt_from .input_group_g span.tit {
  font-size: 14px;
  vertical-align: bottom;
  color: #999999;
}
.eidt_from .input_group_g .option_list {
  width: 100%;
  position: absolute;
  z-index: 99;
  top: 100%;
  left: 0;
  border: 1px solid #eee;
  display: none;
}
.eidt_from .input_group_g .option_list li {
  height: 40px;
  color: #333;
  line-height: 40px;
  text-align: left;
  padding-left: 15px;
  cursor: pointer;
  font-size: 14px;
  background: #fff;
}
.eidt_from .input_group_g .option_list li:hover {
  background: #eee;
}
.eidt_from .input_group_g .option_list li   li {
  border-top: 1px solid #fff;
}
.btn_group_layer {
  border-top: 1px solid #eee;
  color: #666666;
  padding-top: 20px;
  text-align: right;
}
.btn_group_layer span {
  cursor: pointer;
}
.btn_group_layer span.btn {
  width: 158px;
  height: 40px;
  border-radius: 4px;
  border: solid 1px #0075c1;
  text-align: center;
  line-height: 40px;
  color: #0075c1;
  display: inline-block;
  margin-left: 20px;
}
.top_chose_sever {
  position: relative;
  text-align: center;
  margin-top: 60px;
  line-height: 26px;
  font-size: 18px;
  color: #999999;
  padding: 0 30px;
}
.top_chose_sever .swiper-slide p {
  padding: 0 10px;
}
.top_chose_sever .swiper-button-prev,
.top_chose_sever .swiper-button-next {
  background-size: 35px 17px;
}
.top_chose_sever .swiper-slide-active {
  color: #0075c1;
}
.from_info.register_i .three_input .input_group {
  width: 402px;
}
.from_info.register_i .three_input .input_group:not(:first-child) {
  width: 359px;
}
.from_info.register_i .three_input .input_group:not(:first-child) label {
  width: 100px;
}
.from_info.register_i .three_input .input_group .input_box {
  width: 249px;
}
.add_input_btn {
  color: #333333;
  font-size: 16px;
  text-align: center;
  padding-bottom: 26px;
  border-bottom: 1px solid #eeeeee;
  margin-top: 40px;
}
.download_input_btn {
  color: #333333;
  font-size: 16px;
  text-align: right;
  padding-bottom: 26px;
  border-bottom: 1px solid #eeeeee;
  margin-top: 40px;
}
.add_input_btn span {
  cursor: pointer;
}
h3.tit.sp {
  padding-bottom: 14px;
}
h3.tit.sp img {
  vertical-align: middle;
  margin-right: 15px;
}
h3.tit.sp em {
  font-weight: 600;
  color: #333;
}
.jubao_text {
  margin-top: 43px;
  padding-bottom: 53px;
  border-bottom: 1px solid #eee;
}
.jubao_text p {
  color: #333333;
  line-height: 36px;
  font-size: 14px;
  width: 910px;
}
h3.jubao_cont {
  font-size: 18px;
  line-height: 2em;
  border-bottom: 1px solid #eee;
  width: 325px;
  margin: 30px auto;
  text-align: center;
}
.fujian {
  float: left;
  line-height: 40px;
  margin-left: 10px;
  color: #333;
  font-size: 14px;
}
.yanzheng_code {
  width: 108px;
  height: 46px;
  background-color: #ddd;
  border-radius: 4px;
  float: left;
  margin-left: 19px;
}
.tit_1.ssp .swiper-slide {
  font-size: 22px;
  cursor: pointer;
  text-align: right;
}
.tit_1.ssp .swiper-slide.active {
  color: #0075c1;
}
.tit_1.ssp a {
  font-size: 18px;
}
.data_line {
  margin-top: 67px;
  color: #999999;
  font-size: 14px;
  width: 80px;
  text-align: center;
}
.data_line li {
  height: 48px;
  line-height: 48px;
  transition: all .3s;
}
.data_line li.cur,
.data_line li:hover {
  color: #0075c1;
  font-size: 24px;
}
.cont_bigchange {
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #ededed;
  padding: 0 30px;
  box-sizing: border-box;
  width: 100%;
}
.cont_bigchange .tit_2 {
  color: #666;
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 18px;
}
.cont_bigchange .mouth   .mouth {
  border-top: 1px solid #eee;
}
.cont_bigchange .mouth > span {
  float: left;
  margin-top: 45px;
  font-size: 24px;
  color: #0075c1;
  font-weight: 600;
}
.cont_bigchange .mouth > div.ptab {
  color: #666666;
  line-height: 26px;
  letter-spacing: 1px;
  font-size: 15px;
  padding: 39px 0;
  margin-left: 114px;
}
.cont_bigchange .mouth > div.ptab .item   .item {
  margin-top: 20px;
}
.mar_le50 {
  margin-left: 50px!important;
}
.up_load_lietou {
  width: 132px;
  height: 49px;
  background-color: #1081d1;
  border-radius: 4px;
  text-align: center;
  line-height: 49px;
  color: #fff;
  cursor: pointer;
}
.wanqu.info_list_1 a p {
  width: 900px ;
}
.tit_panel {
  text-align: left;
  position: relative;
  margin: 30px 0 40px 0;
  padding-left: 30px;
}
.tit_panel .tit {
  display: inline-block;
  position: relative;
  font-weight: 600;
  color: #0075c1;
  font-size: 18px;
}
.tit_panel .tit:after {
  content: " ";
  position: absolute;
  width: 14px;
  border-bottom: 3px solid #0075c1;
  bottom: -14px;
  left: 50%;
  margin-left: -7px;
}
.tit_panel > ul {
  position: absolute;
  top: 10px;
  left: 170px;
}
.tit_panel > ul li {
  float: left;
  margin-right: 69px;
  font-size: 14px;
  color: #333;
}
.tit_panel > ul li.cur {
  color: #0075c1;
}
.ss_res {
  margin-top: 0;
}
.ss_res .info_list_1 a p {
  color: #222;
}
/*# sourcemappingurl=site.css.map */
/* 2018-12-11 修改表格前台展示样式问题 */
.just_p_style table td, th {
    padding: 5px 10px;
    border: 1px solid #ddd;
}

.showdir{
  position: relative;
}
.showdir:hover:before {
  content: " ";
  display: block;
  position: absolute;
  background-color: #000;
  opacity: 0.6;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 7;
}
.showdir:hover:after {
  content: " ";
  position: absolute;
  width: 34px;
  height: 29px;
  background-image: ;
  right: 10px;
  top: 10px;
  background-size: contain;
  z-index: 10;
}

.video_list li {
  width: 533px;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  padding: 10px;
  box-sizing: border-box;
  float: left;
  margin-bottom: 30px;
}
.video_list li:nth-child(odd) {
  margin-right: 35px;
}
.video_list li .img_box {
  overflow: hidden;
  height: 308px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video_list li .bottom {
  margin-top: 15px;
  font-size: 18px;
  color: #333;
  line-height: 33px;
}
.video_list li .bottom .btn {
  float: right;
  height: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background-color: #0075c1;
  border-radius: 4px;
  width: 127px;
}
