﻿@charset "utf-8";
/* CSS Document */

/***首页****/
body,
div,
dl,
dt,
dd,
ul,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  background: #fff;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #1356a4;
  text-decoration: none;
}
.top {
  width: 100%;
  height: 100px;
  background: #fff;
  border-bottom: #1356a4 solid 3px;
}
.top_content {
  width: 1096px;
  height: 100px;
  margin: 0px auto;
}
.logo {
  width: 88px;
  height: 71px;
  margin-top: 10px;
  float: left;
}
.nav {
  width: 780px;
  height: 40px;
  float: left;
  list-style-type: none;
  margin-top: 55px;
  margin-left: 180px;
  position: relative;
}
.nav li {
  width: 109px;
  height: 40px;
  float: left;
  text-align: center;
  line-height: 40px;
  font-size: 15px;
  color: #185488;
  font-family: '微软雅黑';
  font-weight: bold;
  cursor: pointer;
  position: relative;
}
.nav li:hover .nav2 {
  display: block;
}
.nav2 {
  width: 109px;
  height: auto;
  background: #dbdce0;
  list-style-type: none;
  display: none;
  position: absolute;
  z-index: 1;
}
.nav2 li a {
  width: 109;
  height: 35px;
  border: none;
  font-size: 12px;
  line-height: 35px;
  color: #1c62c2;
  font-family: '微软雅黑';
}
.nav2 li a:hover {
  display: block;
  background: #1c62c1;
  color: #fff;
}
.banner {
}
.content {
  width: 1110px;
  margin: 0 auto;
}
.chanp {
  width: 100%;
  height: 40px;
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 16px;
  font-family: '微软雅黑';
  color: #1c1d1f;
}
.content_main {
  list-style-type: none;
}
.content_main li {
  width: 263px;
  height: 315px;
  overflow: hidden;
  position: relative;
  float: left;
  margin-right: 10px;
  border: 1px #eee solid;
}
.content_main li:last-child {
  margin-right: 0;
}
.content_main li:hover .img_div {
  bottom: -100px;
}
.content_main li img {
  display: block;
}
.content_main li .img_div {
  width: 206px;
  height: 180px;
  color: #fff;
  padding: 20px 30px 0 30px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: -150px;
  font-family: '微软雅黑';
}
.content_main li .img_div p {
  margin-top: 10px;
  font-size: 14px;
  color: #ddd;
  line-height: 20px;
}
.content_main li .img_div div {
  width: 100px;
  height: 30px;
  margin-top: 10px;
  background: rgba(19, 86, 164, 1);
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}
.content_main li .img_div div:hover {
  background: #1664c2;
}
.content_font {
  list-style-type: none;
}
.content_font li {
  width: 345px;
  height: 310px;
  background: #fff;
  float: left;
  margin-top: 40px;
  padding: 10px 0px 10px 0px;
  font-family: '微软雅黑';
  margin-right: 37px;
  -webkit-box-shadow: 0px 0px 10px #c9d0d2;
  -moz-box-shadow: 2px 2px 10px #c9d0d2;
  -o-box-shadow: 2px 2px 10px #c9d0d2;
  -ms-box-shadow: 2px 2px 10px #c9d0d2;
}
.content_font li:last-child {
  margin-right: 0;
}
.content_font li span {
  display: block;
  width: 200px;
  line-height: 35px;
  font-size: 16px;
  border-bottom: #e1e1e1 solid 1px;
  float: left;
}
.content_font li p {
  float: left;
  font-size: 12px;
  border-bottom: solid #e1e1e1 1px;
  line-height: 35px;
  width: 130px;
  text-align: left;
  color: #bdbdbd;
  padding-right: 10px;
  cursor: pointer;
}
.content_font li img {
  margin: 10px 10px;
  display: block;
  float: left;
}
.content_font li div {
  width: 320px;
  height: 280px;
  font-size: 12px;
  line-height: 25px;
  padding: 2px 10px 20px;
  overflow: hidden;
}
.content_font li a {
  text-decoration: none;
}
.partner {
  width: 1190px;
  line-height: 35px;
  margin-top: 30px;
  float: left;
  font-family: '微软雅黑';
  font-size: 16px;
}
.partner_partner {
  width: 1056px;
  height: auto;
  background: #fff;
  margin-top: 10px;
  float: left;
  padding: 20px 20px;
  -webkit-box-shadow: 0px 0px 10px #c9d0d2;
  -moz-box-shadow: 2px 2px 10px #c9d0d2;
  -o-box-shadow: 2px 2px 10px #c9d0d2;
  -ms-box-shadow: 2px 2px 10px #c9d0d2;
}
.hehuo ul li {
  width: 200px;
  list-style: none;
  display: inline;
  margin: 0 10px;
}
.partner_logo {
  float: left;
  margin: 23px 10px auto 10px;
}
.banq {
  width: 100%;
  height: 100px;
  background: #707070;
  color: #fff;
  font-size: 14px;
  text-align: center;
  float: left;
  line-height: 100px;
  margin-top: 50px;
  font-family: '微软雅黑';
}

/***产品中心页***/
.middle {
  width: 100%;
  height: 38px;
  background: #f2f2f2;
}
.middle_content {
  width: 1096px;
  height: 39px;
  margin: 0px auto;
  font-size: 14px;
  line-height: 39px;
  text-indent: 19px;
}
.middle_content img {
  display: block;
  float: left;
  width: 51px;
  height: 38px;
}
.middle_content span {
  display: block;
  float: left;
  line-height: 38px;
  color: #979191;
}
.middle_content p {
  line-height: 38px;
  float: left;
  text-indent: 20px;
  color: #979191;
}
.content2 {
  width: 1100px;
  margin: 0px auto;
}
.cp_font {
  width: 232px;
  height: 119px;
  background: url(../images/chanp_left.png) no-repeat;
  text-align: center;
  line-height: 119px;
  color: #fff;
  font-size: 24px;
}
.chanp_left {
  width: 232px;
  height: 415px;
  float: left;
  margin-top: 25px;
}
.cp_left_nav {
  width: 232px;
  height: 267px;
  list-style-type: none;
  margin-top: 25px;
}
.cp_left_nav .cp_li {
  color: #fff;
  text-indent: 20px;
  background: url(../images/ico2.png) no-repeat 10px;
  background-color: #1c62c2;
  border: none;
}
.cp_left_nav li a:hover {
  color: #fff;
  text-indent: 40px;
  display: block;
  background-color: #1c62c2;
  border: none;
}
.cp_left_nav li {
  width: 232px;
  height: 50px;
  border-bottom: #ddd solid 1px;
  color: #666;
  line-height: 50px;
  text-indent: 40px;
  background: url(../images/ico.png) no-repeat 25px;
  cursor: pointer;
}
.chanp_right {
  width: 840px;
  float: right;
  margin-top: 25px;
}
.cp_right_title {
  width: 850px;
  height: 50px;
  line-height: 50px;
  color: #343434;
  font-size: 24px;
}
.cp_right_ul {
  width: 850px;
  list-style-type: none;
  margin-top: 60px;
}
.cp_right_ul li {
  width: 265px;
  float: left;
  margin-right: 10px;
  margin-top: 20px;
}
.cp_right_ul li img {
  width: 255px;
  margin: 8px;
  border: #eee solid 1px;
}
.cp_right_ul li span {
  display: block;
  width: 170px;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  margin: 0 auto 6px;
}

.cp_page {
  width: 620px;
  height: 40px;
  float: left;
  margin-top: 20px;
}
.cp_page_ul {
  list-style-type: none;
  font-size: 12px;
}
.cp_page_ul li {
  width: 30px;
  height: 30px;
  background: #fff;
  border: #e1e1e1 solid 1px;
  margin-right: 5px;
  text-align: center;
  line-height: 30px;
  float: left;
  color: #676767;
  cursor: pointer;
}
.cp_page_ul span {
  display: block;
  float: left;
  line-height: 30px;
}
.cp_page_ul li input {
  width: 50px;
  height: 25px;
  outline: none;
  border: none;
}
.cp_page_ul .cp_btn {
  display: block;
  width: 60px;
  height: 30px;
  background: #1a62c4;
  color: #fff;
  text-align: center;
  line-height: 30px;
  float: right;
  cursor: pointer;
}

/*留言*/
.cp_liutyan {
  width: 850px;
  list-style-type: none;
  margin-top: 30px;
  height: 500px;
}
.cp_liutyan li {
  float: left;
  width: 100%;
  height: 44px;
}
.cp_liutyan li span {
  display: block;
  float: left;
  margin-left: 50px;
  width: 80px;
  font-size: 14px;
}
.cp_liutyan li p {
  display: block;
  float: left;
  margin-left: 10px;
}
.cp_liutyan li textarea {
  width: 300px;
  height: 100px;
}
.cp_liutyan li input[type='submit'] {
  margin-top: 30px;
  margin-left: 200px;
  width: 60px;
  height: 25px;
  color: #fff;
  background: #1c62c2;
  float: left;
}
.cp_liutyan li input[type='reset'] {
  float: left;
  margin-top: 30px;
  margin-left: 50px;
  width: 60px;
  height: 25px;
  color: #323232;
  background: #999;
}

/*新闻中心*/
.cp_new_ul {
  margin-top: 30px;
}
.cp_new_ul li {
  list-style: none;
  width: 850px;
  border-bottom: #d7d7d7 dashed 1px;
  padding-bottom: 15px;
  margin-top: 20px;
}
.cp_new_ul li span {
  font-size: 14px;
  color: #999;
  line-height: 200%;
  text-align: left;
  display: block;
}
.cp_new_ul li span a {
  text-decoration: none;
  color: #1e63c2;
}

/*联系我们*/
.lianxi_title {
  margin-top: 50px;
  text-indent: 2em;
  font-size: 18px;
  color: #333;
}
.cp_lianxi_ul {
  padding: 20px 20px;
  background-color: #f0eef3;
  margin-top: 30px;
  height: 350px;
}
.cp_lianxi_ul li {
  list-style: none;
  float: left;
}
.cp_lianxi_ul li span {
  width: 300px;
  display: block;
  font-size: 14px;
  color: #858587;
  line-height: 25px;
}

/*合作伙伴*/
.cp_huoban_ul {
  background-color: #fff;
  margin-top: 30px;
  height: 450px;
  padding: 20px 20px;
  margin-left: 10px;
}
.cp_huoban_ul li {
  list-style: none;
  margin-top: 10px;
  float: left;
  width: 100%;
}
.cp_huoban_ul li p {
  display: block;
  float: left;
  margin-left: 30px;
  width: 232px;
  float: left;
}
.cp_huoban_ul li span {
  font-size: 14px;
  color: #333;
  line-height: 30px;
}
/*团队精神*/

.cp_jingshen_ul li {
  background-color: #f0eef3;
  width: 100%;
  padding: 10px 10px;
  height: 150px;
}
.cp_jingshen_ul li span {
  display: block;
  font-size: 14px;
  color: #666465;
  float: left;
  width: 650px;
  line-height: 35px;
  text-indent: 2em;
}
.cp_jingshen_ul li p {
  display: block;
  float: right;
}
/**文化**/
.cp_wenhua_ul li {
  padding: 10px 10px;
  list-style: none;
  margin-top: 10px;
}
.cp_wenhua_ul li span {
  background: #f0eef3;
  padding: 10px 10px;
  font-size: 14px;
  line-height: 25px;
  color: #89878a;
  display: block;
  margin-top: 10px;
}
.cp_wenhua_ul li p {
  font-size: 16px;
  color: #343434;
}
/*简介*/
.cp_jianjie_ul li {
  list-style: none;
  margin-top: 20px;
}
.cp_jianjie_ul li span {
  display: block;
  padding-bottom: 10px;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  width: 100%;
}
.cp_jianjie_ul li p img {
  display: block;
  float: left;
  margin-right: 10px;
}
/*经理致辞*/
.cp_zhici_ul li {
  margin-top: 60px;
  list-style: none;
  float: left;
  color: #949494;
}
.cp_zhici_ul li p {
  display: block;
  float: right;
  padding: 20px 20px;
  color: #1b64c2;
  width: 480px;
  line-height: 35px;
  border-bottom: #1c62c2 solid 2px;
  padding-bottom: 27px;
}
.cp_zhici_ul li p img {
  display: block;
  float: left;
}

.guestbook h2 {
  font-size: 24px;
  font-weight: 600;
}
.guestbook .padding {
  padding: 50px;
}
.guestbook .form-group {
  padding-bottom: 20px;
}
.guestbook .input {
  font-size: 16px;
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
  width: 100%;
  display: block;
  -webkit-appearance: none;
  transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.3) inset;
  border: 2px #ccc solid;
}
.guestbook .textarea {
  padding: 12px;
  line-height: 24px;
  width: 100%;
  font-size: 16px;
  background: #fff;
  border: 2px #ccc solid;
}
