@charset "utf-8";
/*
 * 重置浏览器默认样式[代码为less,需要编译为css才可用]
 */
/*基础定义*/
/*Unicode字体编码(微软雅黑) -webkit浏览器只认识英文字体，中文字体得用Unicode字体编码 所以在后面加上 "微软雅黑"*/
/*英文字体在定义的时候不需要加引号，否则在360下无法识别*/
.clearfix {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
/*清除浮动*/
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
}
/*样式控制字符长度，需指定宽度*/
* {
  word-wrap: break-word;
}
body,
div,
ol,
ul,
li,
p,
input,
textarea,
form,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
img,
select,
table,
tr,
td,
fieldset,
legend,
table,
tr,
td,
th {
  margin: 0;
  padding: 0;
}
body {
  color: #333;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333333;
  outline: none;
}
img {
  border: none;
}
input[readonly="readonly"] {
  background-color: #f5f5f5;
}
input:focus,
textarea:focus {
  outline: none;
}
/*去掉webkit内核浏览器表单记住密码后的黄色*/
input:-webkit-autofill {
  background-color: #fff;
  background-image: none;
  color: #333;
}
/*没有数据样式*/
.NODATA {
  padding: 200px 0;
}
.NODATA img {
  width: 100px;
  margin: 0 auto;
  background: url("../images/nodata.png") no-repeat center center;
  background-size: 100% auto;
  display: block;
}
.NODATA span {
  font-size: 14px;
  text-align: center;
  padding-top: 14px;
  color: #ccc;
  display: block;
}
.head-wrap .head {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.head-wrap .head .logo {
  float: left;
}
.head-wrap .head .logo a {
  float: left;
  display: block;
}
.head-wrap .head .logo a img {
  float: left;
  height: 109px;
  display: block;
}
.head-wrap .head .nav {
  position: relative;
  float: right;
}
.head-wrap .head .nav .lang {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  line-height: 24px;
  text-align: center;
  background-color: #d9d9d9;
  color: #999;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.head-wrap .head .nav ul {
  padding: 34px 0 0 0;
  overflow: hidden;
}
.head-wrap .head .nav ul li {
  float: left;
  padding: 0 16px;
}
.head-wrap .head .nav ul li a {
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
  box-sizing: border-box;
  display: block;
}
.head-wrap .head .nav ul li a:hover {
  color: #c32915;
}
.head-wrap .head .nav ul li a.current {
  color: #c32915;
}
.honor {
  width: 1200px;
  margin: 0 auto;
}
.honor ul {
  padding: 54px 0 60px 0;
  overflow: hidden;
}
.honor ul li {
  float: left;
  width: 20%;
  background: url("../images/honor-line.jpg") no-repeat right top;
}
.honor ul li:last-child {
  background: transparent;
}
.honor ul li:hover span {
  background-size: 100% auto !important;
}
.honor ul li:hover p {
  color: #0953b9;
  font-weight: bold;
}
.honor ul li span {
  width: 125px;
  height: 90px;
  margin: 0 auto;
  display: block;
  background-size: 90% auto !important;
  cursor: pointer;
  transition: all 0.1s linear 0s;
  -webkit-transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -ms-transition: all 0.1s linear 0s;
}
.honor ul li p {
  width: 100%;
  padding: 30px 0 0 0;
  text-align: center;
  display: block;
  transition: all 0.1s linear 0s;
  -webkit-transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -ms-transition: all 0.1s linear 0s;
}
.diamond {
  position: absolute;
  right: 0;
  top: 30%;
  width: 440px;
}
.diamond ul {
  text-align: center;
}
.diamond ul li {
  width: 133px;
  height: 115px;
  background: url("../images/diamond.png") no-repeat center center;
  margin: 10px 5px;
  display: inline-block;
}
.diamond ul p {
  padding: 34px 0 0 0;
  line-height: 24px;
  color: #fff;
  display: block;
}
.part {
  width: 100%;
}
.part .inbox {
  position: relative;
  width: 1200px;
  height: 756px;
  margin: 0 auto;
}
.part .inbox .info {
  padding: 160px 0 0 0;
}
.part .inbox .info .title img {
  display: block;
}
.part .inbox .info .brief {
  width: 580px;
  padding: 34px 0 0 0;
}
.part .inbox .info .brief p {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  padding: 16px 0 0 0;
}
.part .inbox .info .pros {
  padding: 30px 0 0 0;
  text-align: center;
  overflow: hidden;
}
.part .inbox .info .pros span {
  float: right;
  position: relative;
  width: 110px;
  height: 110px;
  text-align: center;
  display: inline-block;
  margin: 0 0 0 10px;
  background: url("../images/diamond.png") no-repeat center center;
  background-size: 100% auto;
}
.part .inbox .info .pros span p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  line-height: 24px;
  font-size: 14px;
}
.part .inbox .info .btn {
  padding: 60px 0 0 0;
  overflow: hidden;
}
.part .inbox .info .btn .cols {
  width: 120px;
  height: 46px;
  background-color: #2161dc;
  border-radius: 2px;
  overflow: hidden;
}
.part .inbox .info .btn .cols a {
  float: left;
  width: 120px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: block;
}
.part .inbox .info .btn .cols span {
  float: left;
  width: 64px;
  height: 46px;
  display: block;
  cursor: pointer;
}

.part.part01 {
  background: url("../images/part01.jpg") no-repeat center center;
}
.part.part02 {
  
}
.part.part03 {
  background: url("../images/part03.jpg") no-repeat center center;
}
.part.part04 {
  background: url("../images/part04.jpg") no-repeat center center;
}

.part.part02 .diamond {
  left: 0;
}
.part.part02 .info {
  position: absolute;
  right: 0;
  top: 0;
}
.part.part02 .info .title {
  overflow: hidden;
}
.part.part02 .info .title img {
  float: right;
  display: block;
}
.part.part02 .info .brief {
  width: 700px;
  text-align: right;
}
.part.part02 .info .brief p {
  color: #333;
}
.part.part02 .info .btn {
  float: right;
}



.colspan-panel {
  background: url("../images/part05.jpg") no-repeat center center;
  height: 640px;
}
.colspan-panel .inbox {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 100px 0 0 0;
  overflow: hidden;
}
.colspan-panel .inbox .fixbox {
  position: absolute;
  left: 0;
  top: 540px;
  width: 240px;
  height: 440px;
  background-color: #1a8cb2;
  z-index: 1;
  transition: all 0.1s linear 0s;
  -webkit-transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -ms-transition: all 0.1s linear 0s;
}
.colspan-panel .inbox .fixbox.pullup {
  top: 100px;
}
.colspan-panel .inbox .fixbox .box {
  padding: 0 30px;
}
.colspan-panel .inbox .fixbox .box strong {
  padding: 30px 0 0 0;
  font-size: 18px;
  color: #fff;
  text-align: center;
  display: block;
}
.colspan-panel .inbox .fixbox .box p {
  padding: 20px 0 0 0;
  color: #fff;
  text-align: justify;
  line-height: 20px;
}
.colspan-panel .inbox a {
  position: relative;
  float: left;
  width: 240px;
  height: 220px;
  line-height: 220px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background-color: #1a8cb2;
  display: block;
  overflow: hidden;
}
.colspan-panel .inbox a img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
  transition: all 0.1s linear 0s;
  -webkit-transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -ms-transition: all 0.1s linear 0s;
}
.colspan-panel .inbox a img:hover {
  width: 106%;
}
.foot-wrap {
  background-color: #404040;
}
.foot-wrap .foot {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
  overflow: hidden;
}
.foot-wrap .foot ul {
  float: left;
  overflow: hidden;
}
.foot-wrap .foot ul li {
  float: left;
  width: 150px;
  margin: 0 30px 0 0;
}
.foot-wrap .foot ul li:last-child {
  margin: 0;
}
.foot-wrap .foot ul li > * {
  display: block;
}
.foot-wrap .foot ul li strong {
  color: #fff;
  height: 36px;
  font-weight: normal;
  margin: 0 0 16px 0;
  background: url("../images/botnavbg.png") no-repeat left bottom;
}
.foot-wrap .foot ul li a {
  width: 100%;
  line-height: 28px;
  color: #999;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
}
.foot-wrap .foot .qrcode {
  float: right;
}
.foot-wrap .foot .qrcode img {
  display: block;
}
.foot-wrap .foot .qrcode p {
  text-align: center;
  font-size: 12px;
  padding: 10px 0 0 0;
  color: #fff;
}
.bottom-wrap {
  background-color: #2b2b2b;
}
.bottom-wrap .bottom {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.bottom-wrap .bottom span {
  float: left;
  line-height: 50px;
  color: #666;
  font-size: 12px;
  display: block;
}
.bottom-wrap .bottom span a {
  color: #666;
}
.slide-service-wrap {
  position: fixed;
  right: 20px;
  top: 50%;
  z-index: 1000;
}
.slide-service-wrap ul {
  background: rgba(0, 0, 0, 0.66);
}
.slide-service-wrap ul li {
  position: relative;
  width: 50px;
  height: 48px;
  cursor: pointer;
  border-bottom: 1px solid #444;
}
.slide-service-wrap ul li:last-child {
  border-bottom: none;
}
.slide-service-wrap ul li:hover {
  transition: all 0.1s linear 0s;
  -webkit-transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -ms-transition: all 0.1s linear 0s;
  background-color: #15ab47 !important;
}
.slide-service-wrap ul li:hover .cont {
  display: block;
}
.slide-service-wrap ul li.qrcode {
  background: url("../images/sicon-qrcode.png") no-repeat center center;
}
.slide-service-wrap ul li.qrcode:hover {
  background: url("../images/sicon-qrcode-hover.png") no-repeat center center;
}
.slide-service-wrap ul li.qrcode .cont {
  left: -187px;
}
.slide-service-wrap ul li.tel {
  background: url("../images/sicon-tel.png") no-repeat center center;
}
.slide-service-wrap ul li.tel:hover {
  background: url("../images/sicon-tel-hover.png") no-repeat center center;
}
.slide-service-wrap ul li.tel .cont {
  top: -6px;
  left: -213px;
}
.slide-service-wrap ul li.qq {
  background: url("../images/sicon-qq.png") no-repeat center center;
}
.slide-service-wrap ul li.qq:hover {
  background: url("../images/sicon-qq-hover.png") no-repeat center center;
}
.slide-service-wrap ul li.qq .cont {
  top: -2px;
  left: -213px;
}
.slide-service-wrap ul li.top {
  background: url("../images/sicon-top.png") no-repeat center center;
}
.slide-service-wrap ul li.top:hover {
  background: url("../images/sicon-top-hover.png") no-repeat center center;
}
.slide-service-wrap ul li .cont {
  position: absolute;
  top: 0;
  display: none;
}
.news-wrap {
  padding: 40px 0 0 0;
}
.news-wrap .inbox {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.news-wrap .inbox .bar {
  line-height: 20px;
  height: 20px;
  background: url("../images/ncolu.jpg") no-repeat left center;
  margin: 0 0 20px 0;
  overflow: hidden;
}
.news-wrap .inbox .bar span {
  float: left;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  padding: 0 0 0 14px;
}
.news-wrap .inbox .bar a {
  float: right;
  color: #666;
}
.news-wrap .inbox .left {
  float: left;
  width: 500px;
}
.news-wrap .inbox .left .topic {
  position: relative;
  width: 100%;
  height: 370px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  background-color: #f5f5f5;
}
.news-wrap .inbox .left .topic .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 78px;
  color: #fff;
  cursor: pointer;
  background: url("../images/topic-title.png") no-repeat center center;
}
.news-wrap .inbox .left .topic .title span {
  padding: 15px 0 0 20px;
  font-size: 16px;
  display: block;
}
.news-wrap .inbox .left .topic .title p {
  padding: 2px 0 0 20px;
  font-size: 14px;
}
.news-wrap .inbox .right {
  float: right;
  width: 664px;
}
.news-wrap .inbox .right ul {
  border-bottom: 1px solid #e5e5e5;
}
.news-wrap .inbox .right ul li {
  padding: 28px 0;
  border-top: 1px solid #e5e5e5;
}
.news-wrap .inbox .right ul li a {
  position: relative;
  display: block;
}
.news-wrap .inbox .right ul li a > * {
  display: block;
}
.news-wrap .inbox .right ul li a strong {
  padding: 0 0 0 14px;
  background: url("../images/arrow-point.jpg") no-repeat left center;
}
.news-wrap .inbox .right ul li a p {
  width: 435px;
  color: #999;
  line-height: 20px;
  padding: 7px 0 0 0;
}
.news-wrap .inbox .right ul li a span {
  position: absolute;
  right: 0;
  top: 2px;
  width: 40px;
  font-size: arial, helvetica, sans-serif;
  font-size: 14px;
  height: 50px;
  text-align: right;
  background: url("../images/time.jpg") no-repeat right bottom;
}
.inner-banner-wrap {
  width: 100%;
  height: 320px;
}
.column-menu {
  border-bottom: 1px solid #e5e5e5;
}
.column-menu ul {
  text-align: center;
}
.column-menu ul li {
  display: inline-block;
}
.column-menu ul li a {
  font-size: 14px;
  line-height: 55px;
  margin: 0 24px;
  display: block;
}
.column-menu ul li a.current {
  font-weight: bold;
  color: #238fd9;
  border-bottom: 2px solid #238fd9;
}
.news-list-wrap {
  width: 1200px;
  margin: 0 auto;
  padding: 0 0 70px 0;
}
.news-list-wrap ul {
  padding: 30px 0;
}
.news-list-wrap li {
  position: relative;
  display: block;
  padding: 30px 0;
  transition: all 0.1s linear 0s;
  -webkit-transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -ms-transition: all 0.1s linear 0s;
}
.news-list-wrap li:hover {
  padding: 30px 20px;
  background-color: #f5f5f5;
}
.news-list-wrap li:hover .textbox strong {
  color: #238fd9;
}
.news-list-wrap li a {
  display: block;
  color: #333;
  overflow: hidden;
}
.news-list-wrap li a:hover {
  color: #27b141;
}
.news-list-wrap li .imgbox {
  float: left;
  width: 250px;
  height: 160px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}
.news-list-wrap li .imgbox img {
  width: 100%;
  height: 100%;
}
.news-list-wrap li .textbox {
  float: left;
  width: 640px;
  padding: 0 0 0 30px;
}
.news-list-wrap li .textbox strong {
  padding: 4px 0 0 0;
  font-size: 18px;
  color: #333;
  font-weight: normal;
  display: block;
}
.news-list-wrap li .textbox p {
  font-size: 14px;
  color: #999;
  text-align: justify;
  display: block;
  padding: 10px 0 0 0;
  line-height: 26px;
}
.news-list-wrap li .textbox span {
  font-size: 14px;
  color: #999;
  display: block;
  font-weight: normal;
  padding-top: 14px;
}
.news-list-wrap li .date {
  float: right;
  font-family: HELVETICANEUELTPRO-THEX, "微软雅黑";
  font-weight: 100;
  font-size: 26px;
  color: #999;
  border-left: 1px solid #ccc;
  padding: 0 0 60px 20px;
  margin: 10px 0 0 0;
}
.news-show-wrap {
  width: 900px;
  margin: 0 auto;
  padding: 60px 0 30px 0;
}
.news-show-wrap .title {
  font-size: 26px;
  text-align: center;
  color: #333;
}
.news-show-wrap .brief {
  font-size: 14px;
  text-align: center;
  color: #999;
  padding-top: 10px;
}
.news-show-wrap .content {
  padding: 40px 0 60px;
  text-align: justify;
}
.news-show-wrap .content img {
  max-width: 890px;
}
.quick {
  width: 900px;
  margin: 0 auto;
  padding: 0 0 90px 0;
}
.quick:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.quick .alink {
  float: left;
}
.quick .alink a {
  color: #666;
  line-height: 30px;
  display: block;
}
.quick .alink a:hover {
  text-decoration: underline;
}
.quick .share {
  float: right;
  padding: 10px 0 0 0;
}
.cm-list-text ul li {
  border-bottom: 1px dashed #e5e5e5;
  overflow: hidden;
}
.cm-list-text ul li:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.cm-list-text ul li .COMSET {
  height: 46px;
  line-height: 46px;
  display: block;
}
.cm-list-text ul li .title {
  height: 46px;
  line-height: 46px;
  display: block;
  float: left;
  background: url("../images/circle.jpg") no-repeat left center;
  padding-left: 18px;
}
.cm-list-text ul li .title a {
  color: #666;
}
.cm-list-text ul li .title a:hover {
  color: #333;
}
.cm-list-text ul li .date {
  height: 46px;
  line-height: 46px;
  display: block;
  float: right;
  color: #999;
}
.cm-content {
  padding: 0 70px;
}
.cm-content .title {
  font-size: 24px;
  padding: 60px 0 0 0;
  text-align: center;
}
.cm-content .info {
  font-size: 14px;
  color: #999;
  padding: 5px 0 20px 0;
  border-bottom: 1px dashed #e5e5e5;
  text-align: center;
}
.cm-content .mixcontent {
  font-size: 14px;
  line-height: 28px;
  text-align: justify;
  padding: 40px 0 70px 0;
}
.cm-content .mixcontent img {
  max-width: 100%;
}
.cm-content .quick {
  margin: 40px 0;
  text-align: left;
}
.cm-content .quick a {
  display: block;
  color: #666;
  line-height: 24px;
}
.cm-content .quick a:hover {
  text-decoration: underline;
}
.cm-list-graphic ul li {
  padding: 20px 0;
  border-bottom: 1px dashed #e5e5e5;
  overflow: hidden;
}
.cm-list-graphic ul li:last-child {
  border-bottom: none;
}
.cm-list-graphic ul li .box {
  position: relative;
}
.cm-list-graphic ul li .box .img {
  width: 220px;
  height: 160px;
  background-color: #fff;
  display: block;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}
.cm-list-graphic ul li .box .img img {
  height: 160px;
  margin: 0 auto;
  display: block;
}
.cm-list-graphic ul li .box .text {
  position: absolute;
  left: 240px;
  top: 0;
  display: block;
}
.cm-list-graphic ul li .box .text .title {
  padding-top: 5px;
  display: block;
  font-size: 18px;
  color: #333;
}
.cm-list-graphic ul li .box .text .title a {
  color: #333;
}
.cm-list-graphic ul li .box .text .subtitle {
  display: block;
  color: #999;
  text-align: justify;
  line-height: 24px;
  padding-top: 16px;
}
.contact-wrap {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  display: none;
}
.contact-wrap .mark {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.contact-wrap .container {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 880px;
  height: 530px;
  background: url("../images/contact-bg.jpg") no-repeat center top;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
}
.contact-wrap .container .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #f5f5f5 !important;
  background-size: 100% auto !important;
  border: 4px solid #fff;
  margin: 84px auto 0 auto;
  box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.05);
}
.contact-wrap .container .avatar.miss {
  background: url("../images/women.jpg") no-repeat center center;
}
.contact-wrap .container .avatar.mr {
  background: url("../images/man.jpg") no-repeat center center;
}
.contact-wrap .container .name {
  padding: 14px 0 0 0;
  font-weight: bold;
  font-size: 20px;
  color: #000;
}
.contact-wrap .container .brief {
  padding: 20px 0 0 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.contact-wrap .container .other {
  padding: 55px 0 0 0;
  font-size: 14px;
  color: #999;
  line-height: 24px;
}
.contact-wrap .container .close {
  width: 180px;
  height: 36px;
  line-height: 36px;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  margin: 40px auto 0 auto;
  color: #999;
  cursor: pointer;
}
.slide-service-wrap {
  position: fixed;
  right: 20px;
  top: 50%;
  z-index: 1000;
}
.slide-service-wrap ul {
  background: rgba(0, 0, 0, 0.7);
}
.slide-service-wrap ul li {
  position: relative;
  width: 50px;
  height: 48px;
  cursor: pointer;
  border-bottom: 1px solid #444;
}
.slide-service-wrap ul li:last-child {
  border-bottom: none;
}
.slide-service-wrap ul li:hover {
  transition: all 0.1s linear 0s;
  -webkit-transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -ms-transition: all 0.1s linear 0s;
  background-color: #15ab47 !important;
}
.slide-service-wrap ul li:hover .cont {
  display: block;
}
.slide-service-wrap ul li.hover.qrcode {
  background: url("../images/sicon-qrcode-hover.png") no-repeat center center;
  background-color: #15ab47 !important;
}
.slide-service-wrap ul li.hover.qrcode .cont {
  display: block;
}
.slide-service-wrap ul li.qrcode {
  background: url("../images/sicon-qrcode.png") no-repeat center center;
}
.slide-service-wrap ul li.qrcode:hover {
  background: url("../images/sicon-qrcode-hover.png") no-repeat center center;
}
.slide-service-wrap ul li.qrcode .cont {
  left: -187px;
}
.slide-service-wrap ul li.tel {
  background: url("../images/sicon-tel.png") no-repeat center center;
}
.slide-service-wrap ul li.tel:hover {
  background: url("../images/sicon-tel-hover.png") no-repeat center center;
}
.slide-service-wrap ul li.tel .cont {
  top: -36px;
  left: -325px;
}
.slide-service-wrap ul li.qq {
  background: url("../images/sicon-qq.png") no-repeat center center;
}
.slide-service-wrap ul li.qq:hover {
  background: url("../images/sicon-qq-hover.png") no-repeat center center;
}
.slide-service-wrap ul li.qq .cont {
  left: -175px;
}
.slide-service-wrap ul li.top {
  background: url("../images/sicon-top.png") no-repeat center center;
}
.slide-service-wrap ul li.top:hover {
  background: url("../images/sicon-top-hover.png") no-repeat center center;
}
.slide-service-wrap ul li .cont {
  position: absolute;
  top: 0;
  display: none;
}
.column-title {
  padding: 0 0 40px 0;
}
.column-title strong {
  font-size: 24px;
}
.column-title span {
  width: 16px;
  height: 3px;
  background-color: #59bf52;
  display: block;
  margin: 30px 0 0 0;
}
.gov-single-wrap {
  width: 1200px;
  margin: 0 auto;
  padding: 70px 0;
  overflow: hidden;
}
.gov-single-wrap .left {
  float: left;
  width: 600px;
  padding: 40px 0 0 0;
}
.gov-single-wrap .left .conts p {
  line-height: 30px;
  padding: 0 0 30px 0;
}
.gov-single-wrap .right {
  float: right;
}
.recruit-single-wrap {
  width: 1200px;
  margin: 0 auto;
  padding: 90px 0;
  overflow: hidden;
  background: url("../images/recruit-img.jpg") no-repeat right bottom;
}
.recruit-single-wrap .left {
  float: left;
  width: 600px;
  padding: 40px 0 0 0;
}
.recruit-single-wrap .left .conts p {
  line-height: 30px;
  padding: 0 0 30px 0;
}
.recruit-single-wrap .right {
  float: right;
}
.about-single-wrap {
  width: 1200px;
  margin: 0 auto;
  padding: 90px 0;
  overflow: hidden;
}
.about-single-wrap .column-title strong {
  font-size: 18px;
}
.about-single-wrap .left {
  float: left;
  width: 680px;
}
.about-single-wrap .left .conts p {
  line-height: 34px;
  padding: 0 0 30px 0;
  text-align: justify;
}
.about-single-wrap .right {
  float: right;
}
.card {
  width: 360px;
  padding: 24px 30px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}
.card img {
  float: left;
  width: 84px;
  height: 84px;
  display: block;
}
.card .info {
  float: left;
  padding: 0 0 0 14px;
}
.card .info strong {
  font-size: 16px;
  padding: 6px 0 10px 0;
  display: block;
}
.card .info span {
  display: block;
}
.gov-column {
  background-color: #f5f5f5;
}
.gov-column .sub {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0 0 0;
}
.gov-column .sub ul {
  overflow: hidden;
}
.gov-column .sub ul li {
  float: left;
  padding: 0 20px 0 0;
}
.gov-column .sub ul li a {
  font-size: 16px;
  font-weight: bold;
  display: block;
  padding: 14px 0;
  border-bottom: 3px solid #f5f5f5;
}
.gov-column .sub ul li a.current {
  border-bottom: 3px solid #59bf52;
}
.gov-column .news-list-wrap ul li:hover {
  background-color: #fff;
}
.job-list-wrap {
  background-color: #f5f5f5;
  padding: 40px 0;
}
.job-list-wrap .container {
  width: 1200px;
  margin: 0 auto;
}
.job-list-wrap .container table tr {
  cursor: pointer;
}
.job-list-wrap .container table tr th {
  height: 50px;
  text-align: left;
}
.job-list-wrap .container table tr td {
  height: 46px;
  color: #666;
}
.honor-wrap {
  width: 100%;
  background: url("../images/honor-bg.jpg") no-repeat center center;
}
.honor-wrap .container {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  height: 776px;
  background: url("../images/roadimg.png") no-repeat center center;
}
.honor-wrap .container .column-title {
  padding: 90px 0 0 0;
}
.honor-wrap .container .column-title strong {
  font-size: 18px;
  color: #fff;
}
.honor-wrap .container .column-title span {
  background-color: #fff;
}
.honor-wrap .container .part {
  position: absolute;
  left: 0;
  top: 0;
  width: 310px;
  height: 170px;
  padding: 0 0 0 24px;
  background: url("../images/part-line-bg.png") no-repeat left top;
}
.honor-wrap .container .part span {
  color: #fff;
  padding: 0 0 6px 0;
  font-size: 18px;
  display: block;
}
.honor-wrap .container .part p {
  color: #fff;
  font-size: 12px;
  text-align: justify;
  line-height: 20px;
}
.honor-wrap .container .part p strong {
  font-weight: bold;
  color: #fff71d;
}
.contactus-wrap {
  padding: 0 0 120px 0;
}
.contactus-wrap .container {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.contactus-wrap .container .column-title {
  padding: 90px 0 0 0;
}
.contactus-wrap .container .column-title strong {
  font-size: 18px;
}
.contactus-wrap .container .cont {
  overflow: hidden;
}
.contactus-wrap .container .cont .left {
  float: left;
}
.contactus-wrap .container .cont .left strong {
  padding: 40px 0 0 0;
  font-size: 18px;
  display: block;
}
.contactus-wrap .container .cont .left span {
  font-family: arial;
  font-size: 12px;
  color: #999;
  padding: 4px 0 20px 0;
  display: block;
}
.contactus-wrap .container .cont .left p {
  line-height: 28px;
}
.contactus-wrap .container .cont .form {
  float: right;
}
.contactus-wrap .container .cont .form strong {
  font-size: 16px;
  font-weight: normal;
  color: #333;
  display: block;
}
.contactus-wrap .container .cont .form p {
  font-size: 14px;
  color: #999;
  padding: 8px 0 0 0;
  display: block;
}
.contactus-wrap .container .cont .form form {
  padding: 30px 0 0 0;
}
.contactus-wrap .container .cont .form form .filed {
  position: relative;
  width: 640px;
  border: 1px solid #aaa;
  margin: 0 0 20px 0;
  border-radius: 3px;
  transition: all 0.1s linear 0s;
  -webkit-transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -ms-transition: all 0.1s linear 0s;
}
.contactus-wrap .container .cont .form form .filed.focus {
  border-color: #15ab47;
}
.contactus-wrap .container .cont .form form .filed span {
  position: absolute;
  left: 14px;
  top: 0;
  line-height: 38px;
  color: #333;
  display: block;
}
.contactus-wrap .container .cont .form form .filed input {
  width: 100%;
  height: 40px;
  line-height: 34px;
  color: #333;
  font-size: 14px;
  font-family: "5FAE\8F6F\96C5\9ED1", Microsoft YaHei, "微软雅黑";
  padding: 0 14px 0 54px;
  border: none;
  background: transparent;
  box-sizing: border-box;
  outline: none;
}
.contactus-wrap .container .cont .form form .filed textarea {
  width: 100%;
  padding: 0 14px 14px 14px;
  margin: 40px 0 0 0;
  height: 80px;
  font-size: 14px;
  font-family: "5FAE\8F6F\96C5\9ED1", Microsoft YaHei, "微软雅黑";
  box-sizing: border-box;
  color: #333;
  border: none;
  resize: none;
  outline: none;
  background: transparent;
}
.contactus-wrap .container .cont .form form .submit {
  width: 140px;
  line-height: 40px;
  border-radius: 3px;
  text-align: center;
  border: 1px solid #aaa;
  color: #333;
  cursor: pointer;
  transition: all 0.1s linear 0s;
  -webkit-transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -ms-transition: all 0.1s linear 0s;
}
.contactus-wrap .container .cont .form form .submit:hover {
  color: #fff;
  background-color: #15ab47;
  border-color: #15ab47;
}
.subpart-le {
  padding: 90px 0;
}
.subpart-le .column-title strong {
  font-size: 18px;
  line-height: 18px;
}
.subpart-le .container {
  width: 1200px;
  margin: 0 auto;
}
.subpart-le .container:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.subpart-le .container .left {
  float: left;
  width: 560px;
}
.subpart-le .container .left .conts p {
  line-height: 34px;
  padding: 0 0 30px 0;
  text-align: justify;
}
.subpart-le .container .right {
  float: right;
}
.subpart-ri {
  padding: 90px 0;
}
.subpart-ri .column-title strong {
  font-size: 18px;
  line-height: 18px;
}
.subpart-ri .container {
  width: 1200px;
  margin: 0 auto;
}
.subpart-ri .container:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.subpart-ri .container .right {
  float: right;
  width: 560px;
}
.subpart-ri .container .right .conts p {
  line-height: 34px;
  padding: 0 0 30px 0;
  text-align: justify;
}
.subpart-ri .container .left {
  float: left;
}
.course ul li a {
  line-height: 42px;
  display: block;
  overflow: hidden;
}
.course ul li a p {
  float: left;
  padding: 0 !important;
  line-height: 42px !important;
}
.course ul li a span {
  float: right;
  line-height: 42px !important;
}
.course-wrap {
  width: 100%;
  background-color: #e8edef;
}
.course-wrap .container {
  width: 1200px;
  height: 600px;
  margin: 0 auto;
  background: url("../images/course-bg.jpg") no-repeat left center;
  background-size: auto auto;
  overflow: hidden;
}
.course-wrap .container .column-title strong {
  font-size: 18px;
}
.course-wrap .container .list {
  float: right;
  width: 620px;
  padding: 70px 0 0 0;
}
.course-wrap .container .list ul li a {
  line-height: 42px;
  display: block;
  overflow: hidden;
}
.course-wrap .container .list ul li a p {
  float: left;
}
.course-wrap .container .list ul li a span {
  float: right;
}
.job_show {
  padding: 70px;
}
.job_show .name {
  font-size: 18px;
  color: #15ab47;
  font-weight: bold;
}
.job_show table {
  margin: 20px 0;
}
.job_show table td {
  line-height: 40px;
}
.job_show .bar {
  font-size: 16px;
  color: #15ab47;
  font-weight: bold;
  margin-bottom: 5px;
  padding-top: 30px;
}
.job_show .cont {
  font-size: 14px;
  color: #666;
  line-height: 28px;
}
.topic {
  position: relative;
  width: 552px;
}
.topic .control {
  position: absolute;
  top: 50%;
  height: 32px;
  margin: -16px 0 0 0;
  cursor: pointer;
  z-index: 1;
}
.topic .control.prev {
  left: -18px;
}
.topic .control.next {
  right: -18px;
}
.topic .overhide {
  width: 100%;
  height: 182px;
  overflow: hidden;
}
.topic .scroll {
  position: relative;
  width: 1104px;
}
.topic .scroll:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.topic .scroll ul:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.topic .scroll ul li {
  position: relative;
  float: left;
  width: 270px;
  height: 180px;
  margin: 0 13px 0 0;
  display: block;
}
.topic .scroll ul li img {
  width: 100%;
  height: 180px;
  display: block;
}
.catepage {
  padding: 40px 0 0 0;
  overflow: hidden;
}
.catepage a {
  float: left;
  margin: 0 6px 0 0;
  display: block;
}
.shuffle {
  position: relative;
}
.shuffle .control {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}
.shuffle .control:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.shuffle .control .prev {
  float: left;
  width: 32px;
  height: 32px;
  margin: 0 0 0 -20px;
  background: url("../images/prev.png") no-repeat center center;
  display: block;
  cursor: pointer;
}
.shuffle .control .next {
  float: right;
  width: 32px;
  height: 32px;
  margin: 0 -20px 0 0;
  background: url("../images/next.png") no-repeat center center;
  display: block;
  cursor: pointer;
}
.shuffle .content {
  position: relative;
  width: 552px;
  height: 370px;
}
.shuffle .content span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 370px;
  display: none;
}
