@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-family: "Microsoft YaHei", Helvetica, "Hiragino Sans GB", Arial, sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

::-webkit-input-placeholder {
  font-family: "Microsoft YaHei", Helvetica, "Hiragino Sans GB", Arial, sans-serif;
  color: #b3b3b3;
  font-size: 12px;
}

a,
button,
input,
textarea,
select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input {
  color: #333;
  font-size: 15px;
  height: 25px;
  outline: none;
}

textarea {
  resize: none;
  color: #333;
  outline: none;
  border-color: #dfdfdf;
  font-size: 15px;
  padding: 5px;
  box-sizing: border-box;
}

@media screen and (max-width: 320px) {
  input {
    width: 150px;
  }
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  color: black;
  text-decoration: none;
}

.focus:focus {
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.full-height {
  height: 100%;
  box-sizing: border-box;
  overflow: auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.price {
  color: #eb7400;
}

.price strong {
  font-size: 18px;
}

.hr {
  display: block;
  border-top: 1px solid #dfdfdf;
  box-shadow: 0 0 1px #dfdfdf;
}

.hr-dashed {
  display: block;
  border-top: 1px dashed #dfdfdf;
}

.hr-dashed {
  display: block;
  border-top: 1px dashed #EEEEEE;
}

.hr-gray {
  display: block;
  height: 10px;
  background: #EEEEEE;
  border: 1px #dfdfdf;
  border-style: solid none;
}

.hr-1 {
  display: inline-block;
  border-left: 1px solid #dfdfdf;
  margin: 10px 0;
}

.font-bold {
  font-weight: bold;
}

.has-footer {
  padding-bottom: 60px;
}

.flex {
  display: flex;
}

.flex-1 {
  flex: 1;
}

.block {
  display: block;
}

.none {
  display: none;
}

.iframe {
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.line-clamp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.border {
  border: 1px solid #dfdfdf;
}

.border-none {
  border: none;
}

.text-info {
  color: #428ABD;
}

.text-primary {
  color: #59493F;
}

.text-muted {
  color: #BFBFBF;
}

.text-gray {
  color: #EEEEEE;
}

.text-success {
  color: #58BB84;
}

.text-error {
  color: #E5003E;
}

.text-white {
  color: white;
}

.text-blue {
  color: #0061A6;
}

.text-red {
  color: #ff0000;
}

.text-center {
  text-align: center;
}

.text-disable {
  color: #bfbfbf;
}

.text-price {
  color: #eb7400;
}

.text-333 {
  color: #333333;
}

.text-666 {
  color: #666666;
}

.text-999 {
  color: #999999;
}

.bg-info {
  background-color: #428ABD;
}

.bg-primary {
  background-color: #59493F;
}

.bg-muted {
  background-color: #BFBFBF;
}

.bg-gray {
  background-color: #EEEEEE;
}

.bg-disable {
  background-color: #bfbfbf;
}

.bg-white {
  background-color: white;
}

.bg-333 {
  background-color: #333333;
}

.bg-666 {
  background-color: #666666;
}

.bg-999 {
  background-color: #999999;
}

.font-oblique {
  font-style: oblique;
}

.font-smaller {
  font-size: 12px;
}

.font-small {
  font-size: 13px;
}

.font-normal {
  font-size: 14px;
}

.font-large {
  font-size: 15px;
}

.font-larger {
  font-size: 16px;
}

.font-largest {
  font-size: 18px;
}

.row:before,
.row:after {
  display: table;
  content: "";
}

.row:after {
  clear: both;
}

.fl {
  float: left;
}

.col {
  float: left;
}

.col-1 {
  float: left;
  width: 8.33333333%;
}

.col-offset-1 {
  margin-left: 8.33333333%;
}

.col-2 {
  float: left;
  width: 16.66666667%;
}

.col-offset-2 {
  margin-left: 16.66666667%;
}

.col-3 {
  float: left;
  width: 25%;
}

.col-offset-3 {
  margin-left: 25%;
}

.col-4 {
  float: left;
  width: 33.33333333%;
}

.col-offset-4 {
  margin-left: 33.33333333%;
}

.col-5 {
  float: left;
  width: 41.66666667%;
}

.col-offset-5 {
  margin-left: 41.66666667%;
}

.col-6 {
  float: left;
  width: 50%;
  margin-top: 5px;
}

.col-offset-6 {
  margin-left: 50%;
}

.col-7 {
  float: left;
  width: 58.33333333%;
}

.col-offset-7 {
  margin-left: 58.33333333%;
}

.col-8 {
  float: left;
  width: 66.66666667%;
}

.col-offset-8 {
  margin-left: 66.66666667%;
}

.col-9 {
  float: left;
  width: 75%;
}

.col-offset-9 {
  margin-left: 75%;
}

.col-10 {
  float: left;
  width: 83.33333333%;
}

.col-offset-10 {
  margin-left: 83.33333333%;
}

.col-11 {
  float: left;
  width: 91.66666667%;
}

.col-offset-11 {
  margin-left: 91.66666667%;
}

body {
  background: #e9e9e9;
}

.container {
  width: 1170px;
  margin: 0 auto;
}

.header {
  position: relative;

}

.header .nav {
  position: absolute;
  top: 35px;
  right: 0;
  width: 900px;
  height: 30px;
  background: #428ABD;
  border-radius: 30px 0 0 30px;
}

.header .nav>li {
  position: relative;
  display: block;
  float: left;
}

.header .nav>li:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  height: 20px;
  border-right: 1px solid #0061A6;
}

.header .nav>li:last-child:after {
  content: none;
}

.header .nav>li>a {
  display: block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  color: white;
  text-align: center;
  cursor: pointer;
}

.header .nav>li>a:hover,
.header .nav>li>a.active {
  color: #ADE1F5;
}

.header .nav>li:hover .nav-down {
  padding-top: 3px;
  max-height: 600px;
}

.header .nav>li .nav-down {
  position: absolute;
  z-index: 999;
  top: 27px;
  background: #f8f8f8;
  opacity: .9;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s;
}

.header .nav>li .nav-down>a {
  display: block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  color: #0061A6;
  text-align: center;
  cursor: pointer;
  font-size: 11px;
}

.header .nav>li .nav-down>a:hover,
.header .nav>li .nav-down>a.active {
  color: #428ABD;
}

.header .nav>li .nav-down>a:after {
  content: "";
  display: block;
  border-bottom: 1px solid #dfdfdf;
}

.header .nav>li .nav-down>a:last-child:after {
  content: none;
}

.footer {
  /* height: 100px; */
  background: #428ABD;
  text-align: center;
  color: white;
  margin-top: 20px;
}

.footer>div:first-child {
  padding-top: 0px;
}

.banner {
  position: relative;
}

.banner .bd img {
  width: 100%;
  display: block;
}

.banner .hd {
  position: absolute;
  bottom: 5px;
  width: 100%;
  text-align: center;
}

.banner .hd li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: white;
  margin: 0 2px;
}

.banner .hd li.on {
  background: #428ABD;
}

.content {
  height: 320px;
}

.bottomcontent {
  height: 165px;
}

.content.big {
  height: auto;
}

.content.big p {
  text-indent: 28px;
}

.content.big .content-title .content-title-text {
  font-size: 24px;
}

.content .content-title.xs {
  background: #f5f5f5;
  box-shadow: inset 0 0 20px #aaa;
}

.content .content-title .content-title-text {
  display: inline-block;
  color: #428ABD;
  font-size: 18px;
  border-bottom: 1px solid #428ABD;
}

.content .content-title .content-title-text>span {
  font-size: 14px;
}

.content .content-title .content-title-text.md {
  padding-left: 25px;
  background: url(videos.png) no-repeat 0 center;
  background-size: 20px 10px;
}

.content .content-title .content-more {
  /*position: relative;*/
  height: 16px;
  line-height: 14px;
  float: right;
  background: #428ABD;
  padding: 0 20px 0 20px;
  border-radius: 15px;
  color: white;
  margin-top: 4px;
}

.content .content-title .content-more:before {
  /* content: "";
  position: absolute; */
  top: 5px;
  left: 10px;
  display: inline-block;
  width: 5px;
  height: 5px;
  background: white;
}

.content .content-list {
  padding: 5px 0;
}

.content .content-list>li .content-list-text {
  display: inline-block;
  width: 300px;
  height: 23px;
  line-height: 23px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.content .content-list>li .content-list-time {
  float: right;
  font-size: 12px;
  color: #333333;
  margin-top: 3px;


}

.content .content-list.xs>li .content-list-text {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-bottom: 1px dashed #dfdfdf;
}

.content .content-list.xs>li .content-list-text:before {
  content: "";
  position: absolute;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #428ABD;
}

.content .content-list.xs>li .content-list-text>a {
  margin-left: 15px;
}

.content.border-bottom {
  border-bottom: 1px solid #dfdfdf;
}

.content img.img1 {
  border-radius: 8px;
  height: 120px;
  margin-bottom: 3px;
}

.content img.img2 {
  width: 200px;
  height: 125px;
}

.content img.img3 {
  float: left;
  width: 300px;
  height: 300px;
  border-radius: 300px;
  margin-right: 20px;
}

.content .yf {
  position: relative;
  margin-top: 5px;
}

.content .yf .bd ul li {
  position: relative;
}

.content .yf .bd ul li .ms {
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 150px;
  height: 20px;
  line-height: 20px;
  padding-left: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-radius: 20px 0 0 20px;
  color: white;
  background: #428ABD;
  font-size: 13px;
}

.content .yf .hd {
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 100%;
}

.content .yf .hd li {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: white;
}

.content .yf .hd li.on {
  background: #428ABD;
}

.content .contact>div {
  height: 23px;
}

.icon-wx {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(icon-wx.png) no-repeat center;
  background-size: 100% 100%;
}

.side {
  border: 1px solid #dfdfdf;
}

.side>li>a {
  background: white;
  display: block;
  height: 45px;
  line-height: 45px;
  padding-left: 25px;
  color: #428ABD;
  border-bottom: 1px solid #dfdfdf;
}

.side>li>a.active {
  color: white;
  background: #428ABD;
}

.side>li:last-child>a {
  border: none;
}

.container-img3,
.container-img4 {
  position: relative;
  float: left;
  width: 295px;
}

.container-img3 img,
.container-img4 img {
  width: 100%;
  display: block;
}

.container-img3 .name,
.container-img4 .name {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 210px;
  height: 23px;
  line-height: 23px;
  background: #428ABD;
  color: white;
  border-radius: 0 10px 10px 0;
  text-align: center;
}

.container-img4 {
  width: 218px;
}

.zs img {
  float: left;
  width: auto;
}

.dw img {
  float: left;
  width: auto;
  margin: 15px 0 0 15px;
}

.icon-ul>li {
  height: 60px;
  line-height: 60px;
  background: url(arrow.png) no-repeat 0 center;
  background-size: 20px 20px;
  padding-left: 30px;
}

.square-ul>li {
  position: relative;
  height: 43px;
  line-height: 43px;
  padding-left: 30px;
  border-bottom: 1px dashed #428ABD;
}

.square-ul>li:before {
  content: "";
  position: absolute;
  top: 16.5px;
  left: 8px;
  width: 10px;
  height: 10px;
  background: #428ABD;
}

.square-ul>li:last-child {
  border-bottom: none;
}

.circle-ul>li {
  position: relative;
  height: 43px;
  line-height: 43px;
  padding-left: 30px;
}

.circle-ul>li:before {
  content: "";
  position: absolute;
  top: 18px;
  left: 8px;
  width: 10px;
  height: 10px;
  border: 1px solid #BFBFBF;
  border-radius: 5px;
}

.circle-solid-ul>li {
  position: relative;
  height: 43px;
  line-height: 43px;
  padding-left: 20px;
  border-bottom: 1px dashed #dfdfdf;
}

.circle-solid-ul>li:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 8px;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #5C5C5C;
}

.history {
  position: relative;
}

.history .hd li {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  display: none;
  width: 100%;
  height: 45px;
  line-height: 45px;
  color: white;
  padding: 0 38px;
}

.history .hd li:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45px;
  background: rgba(0, 0, 0, 0.3);
}

.history .hd li.on {
  display: block;
}

.history .hd li>span {
  position: relative;
  z-index: 2;
}

.process {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 150px;
  border: 10px solid #dfdfdf;
  border-radius: 75px;
}

.process .process-left {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 150px;
  height: 150px;
  clip: rect(0, 75px, 150px, 0);
  border: 10px solid #428ABD;
  border-radius: 75px;
  transition: all .5s linear;
}

.process .process-right {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 150px;
  height: 150px;
  clip: rect(0, 150px, 150px, 75px);
  border: 10px solid #428ABD;
  border-radius: 75px;
  transition: all .5s linear;
}

.process .process-mask {
  position: absolute;
  z-index: 1;
  top: -10px;
  left: -10px;
  width: 150px;
  height: 150px;
  clip: rect(0, 75px, 150px, 0);
  border: 10px solid #dfdfdf;
  border-radius: 76px;
}

.process .process-text {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 150px;
  height: 150px;
  text-align: center;
  padding: 25px;
  font-size: 10px;
}

.process .process-text .process-percent {
  font-size: 18px;
  margin-bottom: 10px;
}

.human .bd ul li {
  position: relative;
}

.human .bd ul li div {
  position: absolute;
  bottom: 20px;
  width: 125px;
  height: 24px;
  background: #428ABD;
  border-radius: 0 12px 12px 0;
  line-height: 24px;
  text-align: center;
  color: white;
}

.badge {
  padding: 0 30px 3px 10px;
  border-radius: 100px;
  background: #428ABD;
  color: white;
}

.company {
  position: relative;
  margin-top: 35px;
}

.company img {
  width: 340px;
}

.company .company-title {
  font-size: 20px;
  color: #428ABD;
  border-bottom: 1px solid #dfdfdf;
}

.company .company-introduction {
  line-height: 25px;
  padding-bottom: 75px;
}

.company .company-other {
  position: absolute;
  bottom: 0;
}

.company .company-other .company-product {
  display: inline-block;
  font-weight: bold;
  color: #428ABD;
  padding-left: 20px;
  background: no-repeat 2px center;
  background-size: 16px 16px;
  line-height: 25px;
  background-image: url(introduction.png);
}

.company .company-other .company-address {
  display: inline-block;
  font-weight: bold;
  color: #428ABD;
  padding-left: 20px;
  background: no-repeat 2px center;
  background-size: 16px 16px;
  line-height: 25px;
  background-image: url(address.png);
}

.company .company-other .company-phone {
  display: inline-block;
  font-weight: bold;
  color: #428ABD;
  padding-left: 20px;
  background: no-repeat 2px center;
  background-size: 16px 16px;
  line-height: 25px;
  background-image: url(phone.png);
}

.company .company-other .company-site {
  display: inline-block;
  font-weight: bold;
  color: #428ABD;
  padding-left: 20px;
  background: no-repeat 2px center;
  background-size: 16px 16px;
  line-height: 25px;
  background-image: url(website.png);
}

.company-icon {
  display: inline-block;
  font-weight: bold;
  color: #428ABD;
  padding-left: 20px;
  background: no-repeat 2px center;
  background-size: 16px 16px;
  line-height: 25px;
}

.contact-address {
  display: inline-block;
  font-weight: bold;
  color: #428ABD;
  padding-left: 20px;
  background: no-repeat 2px center;
  background-size: 16px 16px;
  line-height: 25px;
  background-image: url(address.png);
}

.contact-zip-code {
  display: inline-block;
  font-weight: bold;
  color: #428ABD;
  padding-left: 20px;
  background: no-repeat 2px center;
  background-size: 16px 16px;
  line-height: 25px;
  background-image: url(zipcode.png);
}

.contact-phone {
  display: inline-block;
  font-weight: bold;
  color: #428ABD;
  padding-left: 20px;
  background: no-repeat 2px center;
  background-size: 16px 16px;
  line-height: 25px;
  background-image: url(phone.png);
}

.contact-fax {
  display: inline-block;
  font-weight: bold;
  color: #428ABD;
  padding-left: 20px;
  background: no-repeat 2px center;
  background-size: 16px 16px;
  line-height: 25px;
  background-image: url(fax.png);
}

.contact-site {
  display: inline-block;
  font-weight: bold;
  color: #428ABD;
  padding-left: 20px;
  background: no-repeat 2px center;
  background-size: 16px 16px;
  line-height: 25px;
  background-image: url(website.png);
}

.ul-time li {
  position: relative;
}

.ul-time li a {
  display: inline-block;
  width: 800px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ul-time li .time {
  position: absolute;
  right: 0;
}

.photo-new,
.videos-new {
  padding: 15px;
  margin-top: 10px;
  border-bottom: 1px dashed #dfdfdf;
}

.photo-new .new-img,
.videos-new .new-img {
  padding: 5px;
  border: 1px solid #dfdfdf;

}

.photo-new .new-video,
.videos-new .new-video {
  border-radius: 10px;
}

.photo-new .new-time,
.videos-new .new-time {
  padding-left: 10px;
  margin-top: 5px;
  color: #BFBFBF;
  font-size: 12px;
}

.photo-new .new-name {
  position: relative;
  margin-top: 20px;
  padding-left: 10px;
  height: 30px;
}

.photo-new .new-name:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 5px;
  height: 5px;
  background: black;
  border-radius: 5px;
}

.videos-new .new-name {
  position: relative;
  margin-top: 20px;
  padding-left: 25px;
}

.videos-new .new-name:before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(videos.png) no-repeat center;
  background-size: 15px 15px;
}

.department {
  padding: 0 0 25px 25px;
  position: relative;
}

.department .department-name {
  position: absolute;
  bottom: 35px;
  left: 25px;
  width: 165px;
  height: 24px;
  line-height: 24px;
  border-radius: 0 12px 12px 0;
  color: white;
  background: #428ABD;
  text-align: center;
  opacity: .8;
}

.content img {
  display: block;
  width: 100%;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
}

.marquee {
  display: inline-block;
  height: 132px;
  background-color: #EEE;
  margin-top: 5px;
  margin-left: 5px;
}

.marquee i {
  display: block;
  float: left;
  background-color: #468abb;
  border-radius: 50%;
  margin-left: 5px;
  margin-right: 5px;
  width: 9px;
  height: 9px;
  font-size: 0;
  margin-top: 7px;
}

.marquee ul li {
  /* list-style: url(arrow.png); */
  padding-left: 0px;
  display: inline-block;
  width: 200px;
  height: 23px;
  line-height: 23px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-bottom: 1px dashed #ccc;
}

.footer {
  margin-top: 0px;
}

#newimages img {
  height: 100%;
}

#newimages a {
  position: absolute;
  bottom: 0px;
  color: #eee;
  text-align: left;
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding-left: 20px;
  background-color: rgba(90, 90, 90, 0.7);
}

body {
  font-family: 微软雅黑;
  font-size: 12px;
  color: #667382
}

* {
  padding: 0px;
  margin: 0px;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cl {
  clear: both;
}

.zz {
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.tc {
  text-align: center;
}

.jiac {
  font-weight: bold;
}

.cur {
  cursor: pointer;
}

img {
  border: 0px;
}


.clear {
  clear: both;
  overflow: hidden;
  height: 0px;
}

.content-list-time img {
  width: 25px;
  height: 15px;
  float: left
}

.sald ul li {
  width: 415px;
  height: 265px;
}

.sald ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.sald ul li a img {
  height: 100%
}

.sald ul li a {
  width: 100%;
  height: 100%;
}

.sald ul li a p {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 30px;
  line-height: 30px;
  background: rgba(90, 90, 90, 0.7);
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  width: 100%
}

/**列表页**/

.nalb {
  position: relative;
  width: 100%;
  height: 280px;
}

.nalb img {
  position: absolute;
  width: 100%;
  height: 350px;
}

.spkq {
  height: 100%;
  display: none;
}

.lankl {
  background: url(columntitlebg.png) repeat;
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  bottom: 0px;
  left: 0px;
}

.con_left {
  width: 235px;
  float: left;
  padding-top: 50px;
}

.con_right {
  width: 895px;
  float: right;
  padding-top: 50px;
  margin-right: 20px;
  min-height: 400px;
  margin-bottom: 50px;
}
.xiba{
  margin-bottom: 50px;
}

.xiba li {
  background: url(righ.jpg) no-repeat -15px center;
  font-size: 16px;
}

.xiba li a {
  color: #888888;
  display: block;
  padding: 10px;
  line-height: 22px;
  padding-left: 40px;
}

.xiba li.on,
.xiba li:hover {
  background: url(righ_on.jpg) no-repeat -15px center;
}

.xiba li.on a,
.xiba li:hover a {
  color: #0060a6;
  font-weight: bold;
}

.con_right>h2 {
  font-size: 22px;
  color: #888888;
  font-weight: normal;
  line-height: 30px;
  margin-bottom: 30px;
}

.cont_list li a {
  color: #333;
  font-size: 18px;
  line-height: 22px;
  display: block;
  margin-bottom: 10px
}

.cont_list li a:hover {
  color: #0060a6;
}

.cont_list > div > div > li {
  padding: 20px 0;
  border-bottom: 1px dashed #d0d0d0
}

.cont_list > div > div > li .outer a{
  line-height: 40px;
  margin-bottom: 0;
}

.motifiy {
  font-size: 14px;
  color: #333;
  line-height: 30px;
}

.motifiy .sm1 i {
  color: #dc0000
}

.source{
  margin-right: 15px;
  display: none;
}

.cont_list .pic {
  width: 211px;
  height: 158px;
  float: left;
  margin-right: 30px;
}

.cont_list .pic img {
  width: 211px;
  height: 158px;
}

/* .cont_list .outer {
  float: left;
  width: 590px
} */

.yxmainbox {
  background: url(bgrepeat.jpg) repeat-y #ffffff;
}


/**wenzhang页**/
.righ_content h3 {
  font-size: 22pt;
  font-weight: bold;
  text-align: center;
  color: #3d3d3d;
  line-height: 44px;
  padding: 10px;
  width: 100%;
}

.rkal2 {
  text-align: center;
  line-height: 40px;
}

.rkal2 span {
  display: inline-block;
  margin: 0 20px;
}

.zw_con {
  font-size: 16px;
  margin: 30px 0;
color: #333 !important;
    font-family: “微软雅黑”;
}

.zw_con img {
  max-width: 100%;
}

.zw_con p,
.zw_con span,
.zw_con a {
  color: #333;
  line-height: 2;
}
.zw_con p{
text-align: justify;
    font-size: 16px !important;
    line-height: 2 !important;
    font-family: "Microsoft YaHei" !important;
}

.zw_con img{margin-bottom:20px;}

/* .zw_con p{
  margin-bottom: 15px;
} */

.splls {
  overflow: hidden;
  margin-top: 20px;
}

.splls li {
  float: left;
  width: 140px;
  height: 40px;
  background: #cdcdcd;
  color: #333;
  text-align: center;
  margin-left: 4px;
  font-size: 14px;
  line-height: 40px;
  -webkit-border-radius: 3px;
  border-radius: 2px;
  padding: 0;
  border: none;
}

.spllsm li {
  width: 212px;
}

.splls li:first-child {
  margin-left: 0px;
}

.splls li.on {
  color: #fff;
  background: #0260a8;
}

.zw_con dl.dbq {
  width: 100%;
  line-height: 180%;
}

.zw_con dl.dbq table{
  width: 100%;
  max-width: 100%;
}

.zw_con dl.dbq dd {
  display: none
}

.zw_con dl.dbq dd:first-child {
  display: block
}


.column-banner {
  width: 100%;
  height: 280px;
  overflow: hidden;
  background-position-x: center;
  min-width: 1170px;

}

.column-banner-centen {
  max-width: 1170px;
  padding-top: 170px;
  margin: auto;
}

.banner-title {
  width: 235px;
  height: 110px;
  background: url(columntitlebg.png) repeat;
  font-size: 42px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 110px;
  text-align: center;
}


#mediaContent0_0{
  margin: 0 auto;
}