.news-content {
  margin-top: 75px;
}
.news-content .icon {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 20px;
  top: 5px;
}
.news-content .icon .icontianjia {
  position: absolute;
  font-size: 32px;
  color: #d1d1d1;
  float: right;
}
.news-content .head-wrap {
  display: flex;
}
.news-content .head-wrap .top {
  width: 195px;
  vertical-align: bottom;
}
.news-content .head-wrap .top > div {
  margin-top: 8px;
}
.news-content .head-wrap .top > div:first-child {
  float: left;
  overflow: hidden;
  vertical-align: middle;
}
.news-content .head-wrap .top > div:first-child > span:first-child {
  color: #1da2da;
  vertical-align: middle;
  font-size: 30px;
}
.news-content .head-wrap .top > div:first-child > span:nth-child(2) {
  color: #333333;
  vertical-align: middle;
  font-size: 30px;
}
.news-content .head-wrap .top > div:first-child > span:nth-child(3) {
  margin-left: 15px;
  vertical-align: middle;
}
.news-content .head-wrap .top > div:first-child > span:nth-child(3) img {
  width: 45px;
}
.news-content .head-wrap .top > div:first-child + div {
  float: right;
  font-size: 12px;
  margin-top: 20px;
  color: #767676;
}
.news-content .head-wrap .pro-right {
  width: 1100px;
  border-bottom: 1px solid #e5e5e5;
  margin-top: -25px;
  height: 45px;
  line-height: 35px;
}
.news-content .head-wrap .pro-right img {
  width: 13px;
  height: 18px;
  vertical-align: middle;
  margin-right: 10px;
}
.news-content .head-wrap .pro-right .fw {
  float: right;
  font-size: 13px;
  color: #999999;
  line-height: 36px;
}
.news-content .head-wrap .pro-right .active {
  color: #0165B1;
}
.news-content .pro {
  font-size: 36px;
  color: #cecece;
  margin-bottom: 10px;
}
.news-content .content-wrap {
  margin-top: 40px;
}
.news-content .news-left {
  float: left;
  width: 227px;
  position: relative;
}
.news-content .news-left > div.navbar {
  border: 1px solid #d2d2d2;
  padding: 30px 5px;
  box-sizing: border-box;
  width: 100%;
  background: #f7f7f7;
}
.news-content .news-left > div.navbar .menu {
  width: 220px;
  background: #ffffff;
}
.news-content .news-left > div.navbar .menu li {
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  padding: 0 25px;
  box-sizing: border-box;
  text-align: left;
}
.news-content .news-left > div.navbar .menu li a {
  color: #555555 !important;
}
.news-content .news-left > div.navbar .menu li.active .arrows {
  opacity: 1;
}
.news-content .news-left > div.navbar .menu li .arrows {
  font-size: 14px;
  color: #0165B1;
  opacity: 0;
  margin-right: 15px;
}
.news-content .news-left > div.navbar > div {
  line-height: 50px;
  text-align: center;
  border-bottom: 1px dashed #dcdcdc;
}
.news-content .news-left > div.navbar > div a {
  color: #333;
}
.news-content .news-left > div.navbar > div .arrow {
  opacity: 0;
  margin-left: 25px;
}
.news-content .news-left > div.navbar > div.active a {
  color: #0165B1;
}
.news-content .news-left > div.navbar > div.active .arrow {
  opacity: 1;
  margin-left: 25px;
}
.news-content .news-left .call {
  margin-top: 61px;
  width: 226px;
  height: 141px;
  background: url('../images/concat.png') no-repeat;
  background-size: 100% 100%;
  margin-bottom: 60px;
  position: relative;
}
.news-content .news-left .call > div {
  position: absolute;
  top: 64px;
  right: 20px;
}
.news-content .news-left .call > div p {
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.news-content .news-left .call > div p span {
  font-weight: bold;
  color: #8ACD23;
}
.news-content .news-left .circle {
  width: 30px;
  height: 30px;
  position: absolute;
  background: #fff;
  top: -15px;
  border-radius: 50%;
  left: 3px;
}
.news-content .news-left .circle > div {
  width: 18px;
  height: 18px;
  border: 1px solid #8acd23;
  margin: 6px auto;
  border-radius: 50%;
}
.news-content .news-right {
  float: right;
  position: relative;
  width: 1009px;padding-bottom:40px
}
.school-list > li {
  width: 310px;
  float: left;
  margin-bottom: 50px;
  position: relative;
  margin-right: 37px;
}
.school-list > li:nth-child(3n) {
  margin-right: 0;
}
.school-list > li a {
  display: block;
}
.school-list > li a .image {
  width: 100%;
  height: 230px;
}
.school-list > li a .image img {
  width: 100%;
  height: 100%;
}
.school-list > li a:hover .content-hover {
  display: block;
}
.school-list > li a .content {
  height: 40px !important;
  line-height: 40px;
  text-align: center;
  padding: 0 !important;
}
.school-list > li a .content span {
  display: block;
  width: 310px;
  height: 48px;
  background: #f6f6f6;
}
.school-list > li a .content-hover {
  position: absolute;
  top: 140px;
  width: 100%;
  padding: 0 25px 25px;
  background: #1da2da;
  color: #ffffff;
  display: none;
  z-index: 2;
}
.school-list > li a .content-hover .child1 {
  display: flex;
  padding: 15px;
  height: 67px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.school-list > li a .content-hover .child1 > span {
  margin-left: 10px;
  font-size: 18px;
  font-weight: 700;
}
.school-list > li a .content-hover .child1 .right-row {
  font-size: 28px;
  margin-left: 168px;
}
.school-list > li a .content-hover > p {
  margin-top: 15px;
  font-size: 14px;
  padding: 0 15px;
}
.culture {
  margin-bottom: 75px;
}
.content-detail .content-title {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
}
.content-detail .content-time {
  text-align: center;
  font-size: 12px;
  color: #999999;
  line-height: 52px;
}
.content-detail .content {
  margin-top: 20px;
  text-align: left;
}
.content-detail .piece {
  margin-top: 30px;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  font-weight: 700;
}
.content-detail .piece a {
  color: #555;
  font-weight: 400;
  margin-left: 15px;
}
.content-detail .piece .active a {
  color: #0165B1;
}
.p-detail {
  display: flex;
}
.p-detail .picFocus {
  width: 400px;
  position: relative;
}
.p-detail .picFocus ul {
  display: flex;
}
.p-detail .picFocus .bd {
  vertical-align: middle;
  width: 400px;
  height: 297px;
}
.p-detail .picFocus .bd img {
  width: 400px;
  height: 297px;
}
.p-detail .picFocus .bd .tempWrap {
  width: 100%;
}
.p-detail .picFocus .prev-arrow,
.p-detail .picFocus .next-arrow {
  width: 400px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 20px 0;
  cursor: pointer;
  background: #f3f3f3;
}
.p-detail .picFocus .prev-arrow span,
.p-detail .picFocus .next-arrow span {
  color: #333333;
  font-size: 24px;
}
.p-detail .picFocus .prev-arrow:hover,
.p-detail .picFocus .next-arrow:hover {
  background: #0165B1;
}
.p-detail .picFocus .prev-arrow:hover span,
.p-detail .picFocus .next-arrow:hover span {
  color: #fff;
}
.p-detail .picFocus .prev-arrow a,
.p-detail .picFocus .next-arrow a {
  display: block;
  width: 100%;
  height: 100%;
}
.p-detail .picFocus .hd {
  overflow: hidden;
}
.p-detail .picFocus .hd ul {
  display: flex;
  justify-content: space-between;
}
.p-detail .picFocus .hd li {
  flex: 1;
  margin-right: 15px;
}
.p-detail .picFocus .hd li img {
  width: 124px;
  height: 92px;
}
.p-detail .parameter {
  margin-left: 54px;
}
.p-detail .parameter p {
  font-size: 16px;
  color: #333333;
  line-height: 32px;
  width: 524px;
  display: flex;
  margin-top: 20px;
}
.p-detail .parameter p span {
  display: block;
}
.p-detail .parameter p > .title {
  font-weight: 700;
  height: 55px;
  width: 90px;
}
.p-detail .parameter p:nth-child(1) {
  margin-top: 0;
  width: 550px;
  font-size: 26px;
  color: #333333;
  line-height: 52px;
  border-bottom: 1px dashed #d2d2d2;
}
.p-detail .parameter p:nth-last-child(1) a {
  width: 232px;
  height: 34px;
  line-height: 34px;
  background: #ffffff;
  border: 1px solid #dcdcdc;
  font-size: 14px;
  color: #333333;
  padding: 0 13px;
  box-sizing: border-box;
  display: block;
}
.p-detail .parameter p:nth-last-child(1) span {
  color: #0165B1;
  display: inline;
}
.p-detail .parameter p:nth-last-child(1) span img {
  width: 15px;
  height: 13px;
}
.delivery {
  width: 1004px;
  height: 31px;
  background: #f6f6f6;
  text-align: center;
}
.delivery span {
  width: 189px;
  display: block;
  height: 31px;
  margin: 0 auto;
  line-height: 31px;
  font-weight: bold;
  color: #333333;
  border-bottom: 3px solid #0165B1;
}
.content-delivery {
  margin: 45px 0 62px 0;
}
.new-content li {
  width: 1004px;
  height: 210px;
  background: #ffffff;
  border: 1px solid #efefef;
  display: flex;
  padding: 15px;
  box-sizing: border-box;
  margin-top: 35px;
}
.new-content li:hover .title {
  color: #0165B1 !important;
}
.new-content li:nth-of-type(1) {
  margin-top: 0;
}
.new-content li > div:nth-child(1) {
  width: 300px;
  height: 180px;
  position: relative;
}
.new-content li > div:nth-child(1) img {
  width: 300px;
  height: 180px;
}
.new-content li > div:nth-child(1) span {
  display: inline-block;
  width: 98px;
  height: 30px;
  background: #a5a5a5;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  top: 142px;
  left: 218px;
}
.new-content li > div:nth-child(1) span:hover {
  background: #0165b1;
}
.new-content li > div:nth-child(1) span:hover a {
  color: #fff;
}
.new-content li > div:nth-child(1) span a {
  color: #ffffff;
}
.new-content li > div:nth-child(2) {
  margin-left: 43px;
}
.new-content li > div:nth-child(2) p:nth-child(1) {
  margin-top: 15px;
}
.new-content li > div:nth-child(2) p:nth-child(1) span:nth-of-type(1) {
  font-size: 30px;
  color: #999999;
  vertical-align: middle;
}
.new-content li > div:nth-child(2) p:nth-child(1) span:nth-of-type(2) {
  font-size: 16px;
  color: #333333;
  line-height: 52px;
  vertical-align: middle;
  margin-left: 15px;
}
.new-content li > div:nth-child(2) p:nth-of-type(2) {
  font-size: 14px;
  color: #666666;
  line-height: 25px;
  margin-top: 15px;
}
.company-content li {
  width: 1004px;
  height: 164px;
  background: #ffffff;
  border: 1px solid #efefef;
  padding: 20px 38px;
  box-sizing: border-box;
  margin-top: 35px;
  position: relative;
  display: block;
}
.company-content li:hover {
  border: 1px solid #0165B1;
}
.company-content li:hover .title {
  font-weight: 700;
}
.company-content li:hover .detail {
  background: #0165b1 !important;
}
.company-content li:hover .detail a {
  color: #fff !important;
}
.company-content li:hover .web a {
  color: #0165B1 !important;
}
.company-content li:nth-of-type(1) {
  margin-top: 0;
}
.company-content li > div {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
}
.company-content li > div:nth-of-type(1) {
  border-bottom: 1px solid #e5e5e5;
}
.company-content li > div:nth-of-type(1) > div:nth-of-type(1) img {
  width: 29px;
  height: 29px;
  vertical-align: middle;
}
.company-content li > div:nth-of-type(1) > div:nth-of-type(1) span {
  color: #888888;
  font-size: 14px;
}
.company-content li > div:nth-of-type(1) > div:nth-of-type(1) span:nth-of-type(1) {
  font-size: 18px;
  color: #0165b1;
  margin-left: 24px;
  vertical-align: middle;
}
.company-content li > div:nth-of-type(1) > div:nth-of-type(1) span:nth-of-type(2) {
  margin-left: 20px;
}
.company-content li > div:nth-of-type(1) > div:nth-of-type(1) span:nth-of-type(2),
.company-content li > div:nth-of-type(1) > div:nth-of-type(1) span:nth-of-type(3) {
  font-size: 14px;
  color: #DCDCDC;
  vertical-align: middle;
}
.company-content li > div:nth-of-type(1) > div:nth-of-type(1) span.web a {
  color: #DCDCDC;
  text-decoration: underline !important;
}
.company-content li > div:nth-of-type(1) > div:nth-child(2) {
  width: 119px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background: #eeeeee;
  border-radius: 0px 0px 0px 20px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
}
.company-content li > div:nth-of-type(1) > div:nth-child(2) a {
  color: #898989;
}
.company-content li > div:nth-child(2) {
  margin-top: 15px;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
}
.property > li {
  width: 230px;
  height: 320px;
  float: left;
  margin-bottom: 75px;
  position: relative;
  margin-right: 20px;
  border: 1px solid #dbdbdb;
}
.property > li:nth-child(4n) {
  margin-right: 0;
}
.property > li:hover .hide-box {
  display: block;
}
.property > li .hide-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(1, 101, 177, 0.8);
  display: none;
}
.property > li .hide-box .hover {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translateX(-50%);
  text-align: center;
}
.property > li .hide-box .hover img {
  width: 45px;
  height: 45px;
  display: block;
  margin: 0 auto;
}
.property > li .hide-box .hover span {
  font-size: 14px;
  color: #fff;
  display: block;
  margin-top: 20px;
}
.property > li a {
  display: block;
}
.property > li a .image {
  width: 100%;
  height: 320px;
  border: 1px solid #efefef;
}
.property > li a .image img {
  width: 100%;
  height: 100%;
}
.property > li a:hover .content-hover {
  display: block;
}
.property > li a .content {
  height: 65px !important;
  line-height: 65px;
  text-align: center;
  padding: 0 !important;
}
.property > li a .content span {
  display: block;
  height: 48px;
  font-size: 14px;
  color: #555;
}
.property > li a .content-hover {
  position: absolute;
  top: 140px;
  width: 100%;
  padding: 0 25px 25px;
  background: #1da2da;
  color: #ffffff;
  display: none;
  z-index: 2;
}
.property > li a .content-hover .child1 {
  display: flex;
  padding: 15px;
  height: 67px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.property > li a .content-hover .child1 > span {
  margin-left: 10px;
  font-size: 18px;
  font-weight: 700;
}
.property > li a .content-hover .child1 .right-row {
  font-size: 28px;
  margin-left: 168px;
}
.property > li a .content-hover > p {
  margin-top: 15px;
  font-size: 14px;
  padding: 0 15px;
}
.credit > li {
  width: 315px;
  height: 215px;
  float: left;
  margin-bottom: 75px;
  position: relative;
  margin-right: 29px;
  border: 1px solid #dbdbdb;
}
.credit > li:hover .hide-box {
  display: block;
}
.credit > li .hide-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
  background: rgba(1, 101, 177, 0.8);
}
.credit > li .hide-box .hover {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translateX(-50%);
}
.credit > li .hide-box .hover img {
  width: 45px;
  height: 45px;
  vertical-align: middle;
}
.credit > li .hide-box .hover span {
  font-size: 14px;
  vertical-align: middle;
  color: #fff;
}
.credit > li:nth-child(3n) {
  margin-right: 0;
}
.credit > li a {
  display: block;
}
.credit > li a .image {
  width: 100%;
  height: 215px;
}
.credit > li a .image img {
  width: 100%;
  height: 100%;
}
.credit > li a:hover .content-hover {
  display: block;
}
.credit > li a .content {
  height: 65px !important;
  line-height: 65px;
  text-align: center;
  padding: 0 !important;
}
.credit > li a .content span {
  display: block;
  width: 310px;
  height: 48px;
  font-size: 14px;
  color: #555;
}
.credit > li a .content-hover {
  position: absolute;
  top: 140px;
  width: 100%;
  padding: 0 25px 25px;
  background: #1da2da;
  color: #ffffff;
  display: none;
  z-index: 2;
}
.credit > li a .content-hover .child1 {
  display: flex;
  padding: 15px;
  height: 67px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.credit > li a .content-hover .child1 > span {
  margin-left: 10px;
  font-size: 18px;
  font-weight: 700;
}
.credit > li a .content-hover .child1 .right-row {
  font-size: 28px;
  margin-left: 168px;
}
.credit > li a .content-hover > p {
  margin-top: 15px;
  font-size: 14px;
  padding: 0 15px;
}
.team-content {
  display: flex;
  flex-wrap: wrap;
}
.team-content li {
  width: 482px;
  height: 225px;
  border: 1px solid #e5e5e5;
  display: flex;
  margin-left: 40px;
  margin-bottom: 44px;
}
.team-content li:nth-of-type(2n+1) {
  margin-left: 0;
}
.team-content li:hover .title {
  background: #0165b1 !important;
  color: #fff !important;
}
.team-content li:hover .more {
  background: #0165b1 !important;
}
.team-content li div:nth-child(1) {
  position: relative;
  width: 216px;
  height: 225px;
}
.team-content li div:nth-child(1) img {
  width: 216px;
  height: 225px;
}
.team-content li div:nth-child(1) .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 8px 8px 8px;
  border-color: #8acd23 transparent transparent;
  transform: rotate(-90deg);
  position: absolute;
  top: 22px;
  right: -19px;
}
.team-content li div:nth-child(2) {
  position: relative;
}
.team-content li div:nth-child(2) p {
  box-sizing: border-box;
}
.team-content li div:nth-child(2) p:nth-of-type(1) {
  width: 264px;
  height: 38px;
  box-sizing: border-box;
  padding: 0 30px;
  line-height: 38px;
  font-size: 18px;
  color: #333333;
  margin-top: 15px;
}
.team-content li div:nth-child(2) p:nth-of-type(2) {
  font-size: 14px;
  padding: 0 30px;
  width: 266px;
  box-sizing: border-box;
  color: #666666;
  line-height: 26px;
  margin-top: 15px;
}
.team-content li div:nth-child(2) .more {
  display: block;
  font-size: 24px;
  background: #8acd23;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 2px;
}
.team-content li div:nth-child(2) .more a {
  color: #fff;
  display: block;
  font-weight: 700;
  width: 40px;
  height: 40px;
  line-height: 26px;
  letter-spacing: 2px;
}
.down-content {
  display: flex;
  flex-wrap: wrap;
	min-height: 400px;
}
.down-content li {
  width: 490px;
  height: 82px;
  border: 1px solid #dcdcdc;
  display: flex;
  margin-left: 23px;
  margin-bottom: 30px;
}
.down-content li:hover .default {
  display: none;
}
.down-content li:hover .active {
  display: block !important;
}
.down-content li:hover .down-icon {
  background: #0165B1 !important;
}
.down-content li:nth-of-type(2n+1) {
  margin-left: 0;
}
.down-content li .down-icon a {
  width: 100%;
  height: 100%;
}
.down-content li > div:nth-of-type(1) {
  width: 80px;
  height: 81px;
  background: #eeeeee;
}
.down-content li > div:nth-of-type(1) img {
  width: 38px;
  height: 34px;
  margin: 20px;
}
.down-content li > div:nth-of-type(1) img.active {
  display: none;
}
.down-content li > div:nth-of-type(2) {
  padding-left: 25px;
}
.down-content li > div:nth-of-type(2) p:nth-of-type(1) {
  font-size: 14px;
  color: #787878;
  line-height: 46px;
}
.down-content li > div:nth-of-type(2) p:nth-of-type(1) span {
  color: #0165B1;
  font-weight: 700;
}
.down-content li > div:nth-of-type(2) p:nth-of-type(2) {
  font-size: 16px;
  color: #333333;
  line-height: 18px;
}
.form-group {
    float: left;
    display: flex;
    margin: 23px auto 0;
}
.form-group .label {
    color: rgba(80,80,80,1);
}
.form-group input {
    border: 1px solid rgba(210,210,210,1);
    height: 45px;
    width: 335px;
    line-height: 42px;
}
.form-group textarea {
    width: 800px;
    height: 192px;
    border: 1px solid rgba(210,210,210,1);
}
.form-control {
    box-shadow: none !important;
}
.form-group .help {
    opacity: 0;
}

.news-right .btn-primary {
    width: 250px;
    height: 50px;
    border: none;
    font-size: 18px;
    text-align: center;
    background: #0165B1;
    color: rgba(255,255,255,1);
    margin-top: 40px;
    line-height: 35px;
		margin-left: 55px;
}
.news-right .btn-default {
    width: 250px;
    height: 50px;
    font-size: 18px;
    border: none;
    margin-left: 35px;
    text-align: center;
    margin-top: 40px;
    background: rgba(170,170,170,1);
    color: rgba(255,255,255,1);
    line-height: 35px;
}