﻿/*分页样式*/
.page_box {
  text-align: center;
  display: block;
  margin: 40px 0 0px;
}
.pagination li {
  float: left;
}
/*当前页的样式*/
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background: #aaa;
  border-color: #aaaaaa;
}
/*分页块默认样式*/
.pagination > li > a,
.pagination > li > span {
  color: #666666;
}
.pagination > li > a:hover,
.pagination > li > span:hover {
  color: #666666;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
/*分页样式*/
.slideTxtBox,
.slideTxtBox1 {
  position: relative;
}
.slideTxtBox .hd {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 15px;
}
.slideTxtBox1 .hd {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 100;
}
.hd ul {
  display: inline-block;
}
.hd ul li {
  float: left;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  margin-left: 10px;
  cursor: pointer;
}
.slideTxtBox1 .hd ul li {
  width: 9px;
  height: 9px;
  margin-left: 6px;
}
.hd ul li.on {
  background-color: #2BA1E6;
}
.slideTxtBox1 .hd ul li.on {
  background-color: #C81522;
}
.slideTxtBox1 .bd ul li {
  position: relative;
}
body {
  font: 14px "microsoft yahei", Arial, Helvetica, sans-serif;
  color: #333333;
  margin: 0px;
  padding: 0px;
  background: #fff;
}
img {
  border: 0 none;
}
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd {
  margin: 0px;
  padding: 0px;
  border: none;
  list-style: none;
}
input {
  border: none;
}
.left {
  float: left;
}
.right {
  float: right !important;
}
.clear {
  clear: both;
}
div:after,
ul:after,
li:after {
  content: "";
  display: block;
  clear: both;
}
a {
  text-decoration: none;
  color: #333;
}
img {
  max-width: 100%;
}
.box {
  width: 1200px;
  margin: 0 auto;
}
#header {
  height: 130px;
  position: relative;
  z-index: 100;
  background: url(../images/headerBg.jpg) repeat;
}
#header .logo {
  float: left;
  width: 272px;
  margin-top: 50px;
}
#header .menu {
  float: left;
  width: 675px;
  margin-left: 75px;
  margin-top: 25px;
}
#header .menu > li {
  font-size: 16px;
  line-height: 83px;
  float: left;
  width: 95px;
  height: 83px;
  text-align: center;
  border-bottom: 2px solid transparent;
}
#header .menu > li a {
  display: block;
}
#header .menu > li .menu2Box {
  height: 64px;
  line-height: 64px;
  border-top: 1px solid #F6F6F6;
  position: absolute;
  top: 110px;
  left: 0;
  width: 100%;
  background: url("../images/menu2Bg.png") no-repeat center bottom;
  font-size: 14px;
  display: none;
}
#header .menu > li .menu2Box .menu2 {
  display: inline-block;
}
#header .menu > li .menu2Box .menu2 li {
  float: left;
  position: relative;
}
#header .menu > li .menu2Box .menu2 li a {
  padding: 0 10px;
}
#header .menu > li .menu2Box .menu2 li a:hover {
  text-decoration: underline;
}
#header .menu > li .menu2Box .menu2 li:after {
  content: "";
  display: block;
  background: url(../images/border.jpg) no-repeat;
  width: 2px;
  height: 15px;
  position: absolute;
  top: 24px;
  right: -1px;
}
#header .menu > li:hover {
  border-bottom: 2px solid #7395B0;
}
#header .search {
  float: right;
  width: 150px;
  height: 26px;
  border: 1px solid #E6E6E6;
  background-color: #F1F1F1;
  color: #7A7A7A;
  border-radius: 10px;
  margin-top: 54px;
}
#header .search .search-input {
  float: left;
  outline: none;
  border: none;
  line-height: 24px;
  background-color: transparent;
  width: 90px;
  padding-left: 18px;
}
#header .search .search-button {
  float: right;
  height: 24px;
  width: 40px;
  background: url(../images/search.png) no-repeat center;
}
#banner {
  overflow: hidden;
  position: relative;
}
#content .typeBox {
  height: 190px;
  background-color: #F8F8F8;
  position: relative;
  margin-top: -4px;
  overflow: hidden;
}
#content .typeBox .type {
  margin-top: 30px;
}
#content .typeBox .type li {
  float: left;
  width: 150px;
  text-align: center;
  position: relative;
}
#content .typeBox .type li a {
  padding-top: 20px;
  display: block;
}
#content .typeBox .type li .p1 {
  height: 63px;
  line-height: 100px;
}
#content .typeBox .type li .p1 .img2 {
  display: none;
}
#content .typeBox .type li .p2 {
  margin-top: 15px;
  color: #444246;
  font-size: 16px;
}
#content .typeBox .type li:after {
  content: "";
  display: block;
  position: absolute;
  height: 102px;
  width: 1px;
  top: 0;
  right: 0;
  background-color: #E3E3E3;
}
#content .typeBox .type li:last-child:after {
  display: none;
}
#content .typeBox .type li:hover .p1 .img1 {
  display: none;
}
#content .typeBox .type li:hover .p1 .img2 {
  display: inline-block;
}
#content .typeBox .type li:hover .p2 {
  color: #D62828;
}
#content .videoBox {
  padding: 42px 0 47px;
  background: url(../images/video_02.jpg) repeat;
}
#content .videoBox .images-scroll {
  width: 649px;
}
#content .videoBox .images-scroll ul {
  position: relative;
}
#content .videoBox .images-scroll ul .scroll-text {
  height: 115px;
  position: absolute;
  width: 100%;
  background: url(../images/black0.5.png) repeat;
  bottom: 3px;
  left: 0;
  color: #fff;
  text-align: center;
}
#content .videoBox .images-scroll ul .scroll-text .p1 {
  font-size: 26px;
  margin: 15px 0 10px;
}
#content .videoBox .images-scroll ul .scroll-text .p2 {
  font-size: 30px;
}
#content .videoBox .images-scroll ul .scroll-text .p2 span {
  position: relative;
  display: inline-block;
}
#content .videoBox .images-scroll ul .scroll-text .p2 span:before,
#content .videoBox .images-scroll ul .scroll-text .p2 span:after {
  content: "";
  display: block;
  width: 110px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 20px;
}
#content .videoBox .images-scroll ul .scroll-text .p2 span:before {
  left: -135px;
}
#content .videoBox .images-scroll ul .scroll-text .p2 span:after {
  right: -135px;
}
#content .videoBox .video {
  float: left;
  margin-left: 15px;
  width: 536px;
}
#content .videoBox .video > div {
  height: 235px;
}
#content .videoBox .video .video1 {
  margin-bottom: 15px;
}
#content .news {
  padding: 30px 0 50px;
  background-color: #F4F4F4;
}
#content .news .title {
  width: 360px;
  margin: 0 auto;
  text-align: center;
}
#content .news .title .p1 {
  font-size: 24px;
  color: #000;
  line-height: 50px;
  border-bottom: 1px solid #CBCBCB;
  position: relative;
}
#content .news .title .p1:after {
  content: "";
  display: block;
  width: 62px;
  height: 3px;
  background-color: #EE4547;
  position: absolute;
  bottom: -2px;
  left: 150px;
}
#content .news .title .p2 {
  font-size: 18px;
  color: #D4D4D4;
  margin: 10px 0 5px;
}
#content .news .news-list li {
  width: 362px;
  float: left;
  padding: 10px;
  background-color: #fff;
  margin-top: 25px;
  margin-right: 25px;
}
#content .news .news-list li .p1 {
  }
#content .news .news-list li .p2,
#content .news .news-list li .p3,
#content .news .news-list li .p4 {
  padding: 0 10px 0 20px;
}
#content .news .news-list li .p2 a:hover,
#content .news .news-list li .p3 a:hover,
#content .news .news-list li .p4 a:hover {
  text-decoration: underline;
}
#content .news .news-list li .p2 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 30px;
  margin: 10px 0 5px;
}
#content .news .news-list li .p2 a {
  color: #383838;
}
#content .news .news-list li .p3 {
  font-size: 12px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
#content .news .news-list li .p3 a {
  color: #858585;
}
#content .news .news-list li .p4 {
  font-size: 12px;
  color: #6C6C6C;
  line-height: 30px;
  margin: 5px 0;
}
#content .news .news-list li .p4 i {
  float: left;
  margin: 4px 4px 0 -4px;
}
#content .news .news-list li .p4 span {
  float: left;
}
#content .news .news-list li.lm .p2 {
  font-size: 18px;
  color: #383838;
}
#content .news .news-list li.lm .p3 {
  margin-bottom: 5px;
  color: #858585;
}
#content .aside {
  background-color: #FAFAFA;
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
  margin-top: -4px;
  padding-left: 20px;
}
#content .aside ul {
  line-height: 46px;
  height: 48px;
  padding-left: 20px;
}
#content .aside ul li {
  float: left;
}
#content .aside ul li a {
  display: block;
  padding: 0 10px;
  position: relative;
}
#content .aside ul li a:hover {
  text-decoration: underline;
}
#content .aside ul li a:after {
  content: "";
  display: block;
  height: 15px;
  width: 1px;
  background-color: #696969;
  position: absolute;
  right: 0;
  top: 17px;
}
#content .aside ul li:first-child {
  font-size: 16px;
  margin-right: 25px;
  border-bottom: 2px solid transparent;
}
#content .aside ul li:first-child a {
  color: #2D2D2D;
  padding: 0;
}
#content .aside ul li:first-child a:hover {
  text-decoration: none;
}
#content .aside ul li:first-child a:after {
  display: none;
}
#content .aside ul li:first-child.current {
  border-bottom: 2px solid #003F70;
}
#content .aside ul li:last-child a:after {
  display: none;
}
#content .artile {
  background: url(../images/video_02.jpg) repeat;
  padding-bottom: 40px;
}
#content .artile .inTitle {
  text-align: center;
  margin: 60px 0 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
#content .artile .inTitle .p1 {
  font-size: 30px;
  color: #003F70;
  line-height: 40px;
}
#content .artile .inTitle .p2 {
  color: #2D2D2D;
  line-height: 30px;
}
#content .artile .prduct dl {
  float: left;
  width: 285px;
  text-align: center;
  margin-right: 20px;
  margin-top: 20px;
}
#content .artile .prduct dl dt {
  position: relative;
}
#content .artile .prduct dl dt .hover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/opacity0.63.png) repeat;
  left: 0;
  top: 0;
  display: none;
}
#content .artile .prduct dl dt .hover ul {
  margin: 15px 20px;
}
#content .artile .prduct dl dt .hover li {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
}
#content .artile .prduct dl dt .hover li .p1 {
  float: left;
}
#content .artile .prduct dl dt .hover li .p2 {
  float: left;
}
#content .artile .prduct dl dd {
  line-height: 50px;
  height: 50px;
  color: #2d2d2d;
}
#content .artile .prduct dl:hover dt .hover {
  display: block;
}
#content .artile .prduct dl:hover dd {
  text-decoration: underline;
}
#content .artile .video dl {
  float: left;
  width: 283px;
  border: 1px solid #C0C0C0;
  margin-right: 20px;
  margin-top: 35px;
  background-color: #fff;
}
.video{
  padding-top: 25px;
}
.prduct{
  padding-top: 40px;
}
#content .artile .video dl dd {
  padding: 10px 10px 15px 15px;
}
#content .artile .video dl dd .p1 {
  color: #2D2D2D;
  margin-bottom: 5px;
}
#content .artile .video dl dd .p2 {
  line-height: 20px;
  font-size: 12px;
  color: #6C6C6C;
}
#content .artile .video dl dd .p2 i {
  position: relative;
  top: 1px;
}
#content .artile .video dl dd .p2 i .img2 {
  display: none;
}
#content .artile .video dl:hover {
  background-color: #183F69;
}
#content .artile .video dl:hover dd .p1 {
  color: #fff;
}
#content .artile .video dl:hover dd .p2 {
  color: #fff;
}
#content .artile .video dl:hover dd .p2 i .img1 {
  display: none;
}
#content .artile .video dl:hover dd .p2 i .img2 {
  display: inline-block;
}
#content .artile .page {
  padding: 60px 20px 80px;
}
#content .artile .join {
  padding: 50px 0 120px 150px;
}
#content .artile .join ul li {
  margin-top: 15px;
}
#content .artile .join ul li .list-text {
  float: left;
  width: 85px;
  text-align: right;
  line-height: 36px;
  color: #2D2D2D;
  margin-right: 25px;
}
#content .artile .join ul li .list-text .span1 {
  color: red;
}
#content .artile .join ul li .list-input {
  float: left;
  width: 700px;
}
#content .artile .join ul li .list-input input {
  height: 36px;
  width: 100%;
  border: 1px solid #ddd;
  padding-left: 20px;
  line-height: 36px;
}
#content .artile .join ul li .list-input textarea {
  width: 99.8%;
  border: 1px solid #ddd;
  padding-left: 20px;
  padding-top: 5px;
  height: 86px;
}
#content .artile .join ul li .codeText {
  line-height: 26px;
}
#content .artile .join ul li .code {
  width: 157px;
  height: 24px;
  border: 1px solid #ddd;
}
#content .artile .join ul li .code input {
  border: none;
  width: 58px;
  height: 22px;
  border-right: 1px solid #ddd;
  float: left;
}
#content .artile .join ul li .code img {
  float: left;
}
#content .artile .join ul li.submit {
  margin-top: 35px;
}
#content .artile .join ul li.submit .list-input input {
  width: 200px;
  height: 32px;
  background: #1964A9;
  color: #fff;
  line-height: 32px;
  padding-left: 0;
  cursor: pointer;
  outline: none;
}
#content .artile .join ul li.submit .list-input input:first-child {
  margin: 0 10px 0 110px;
}
#content .artile .news-list {
  padding: 35px 20px 0;
}
#content .artile .news-list li {
  overflow: hidden;
  padding-bottom: 25px;
  border-bottom: 1px dashed #E3E3E3;
  margin-top: 25px;
}
#content .artile .news-list li .news-image {
  width: 201px;
  height: 150px;
  float: left;
}
#content .artile .news-list li .news-text {
  margin-left: 230px;
}
#content .artile .news-list li .news-text a:hover {
  text-decoration: underline;
}
#content .artile .news-list li .news-text .p1 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  margin: 15px 0 20px;
}
#content .artile .news-list li .news-text .p1 a {
  color: #020202;
}
#content .artile .news-list li .news-text .p2 {
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
#content .artile .news-list li .news-text .p2 a {
  color: #7D7D7D;
}
#content .artile .news-list li .news-text .p3 {
  margin-top: 20px;
}
#footer .serverBox {
  padding: 35px 0;
  background: url(../images/video_02.jpg) repeat;
}
#footer .serverBox ul li {
  float: left;
  width: 300px;
}
#footer .serverBox ul li .image {
  float: left;
  width: 101px;
  margin-left: 20px;
}
#footer .serverBox ul li .text {
  float: left;
  margin-left: 20px;
  width: 159px;
}
#footer .serverBox ul li .text .p1 {
  font-size: 18px;
  margin: 25px 0 2px;
}
#footer .serverBox ul li .text .p2 a {
  color: #2E6AAA;
}
#footer .serverBox ul li .text .p2 a:hover {
  text-decoration: underline;
}
#footer .footer-top {
  padding: 40px 0 50px;
  background-color: #F4F4F4;
}
#footer .footer-top ul.link {
  width: 150px;
  float: left;
  text-align: center;
}
#footer .footer-top ul.link li {
  width: 80px;
  display: inline-block;
  text-align: left;
  font-size: 18px;
  color: #2F2F2F;
  line-height: 28px;
}
#footer .footer-top ul.link li a {
  font-size: 14px;
  color: #555;
}
#footer .footer-top ul.link li a:hover {
  text-decoration: underline;
}
#footer .footer-top .erweima {
  float: right;
  width: 220px;
}
#footer .footer-top .erweima .erweima-top .image {
  float: left;
  width: 42px;
  height: 42px;
}
#footer .footer-top .erweima .erweima-top .text {
  color: #2F2F2F;
  float: left;
  width: 160px;
  margin-left: 15px;
  margin-top: -5px;
}
#footer .footer-top .erweima .erweima-top .text .p1 {
  font-size: 14px;
  margin-bottom: 5px;
}
#footer .footer-top .erweima .erweima-top .text .p2 {
  font-size: 20px;
}
#footer .footer-top .erweima .erweima-bottom {
  margin-top: 20px;
  text-align: center;
}
/*二维码暂时修改*/
#footer .footer-top .erweima .erweima-bottom dl{
  display: inline-block;
}
#footer .footer-top .erweima .erweima-bottom dl:last-child{
  display: none;
}
#footer .footer-top .erweima .erweima-bottom dl {
  width: 85px;
  text-align: center;
}
#footer .footer-top .erweima .erweima-bottom dl dd {
  color: #2F2F2F;
}
#footer .footer-top .erweima .erweima-bottom dl:first-child {
  margin-right: 10px;
}
#footer .footer-bottom {
  padding: 25px 0;
  background-color: #282828;
  color: #DADBDB;
  text-align: center;
}
#footer .footer-bottom p {
  line-height: 26px;
}
#footer .footer-bottom a {
  color: #DADBDB;
}
.news_detail .title {
  padding-bottom: 10px;
  border-bottom: dashed 1px #aaa;
  text-align: center;
}
.news_detail .title h3 {
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
  line-height: 190%;
}
.news_detail .title .boxs {
  display: inline-block;
  text-align: center;
}
.news_detail .title .boxs img {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}
.news_detail .title .boxs div {
  margin-right: 5px;
}
.news_detail .title .boxs .time {
  float: left;
  text-align: center;
}
.news_detail .title .boxs .eye {
  float: left;
  text-align: center;
}
.news_detail .title .boxs .back {
  float: left;
}
.news_detail .news_detail_content {
  margin-top: 15px;
}
.news_detail .pageTurning {
  margin-top: 15px;
}
.news_detail .pageTurning .prevs,
.news_detail .pageTurning .nexts {
  background: #ddd;
  line-height: 250%;
  padding: 0 10px;
}
.news_detail .pageTurning .prevs {
  margin-bottom: 5px;
}
.product_detail .back img {
  position: relative;
  top: 8px;
}
.product_detail .title {
  padding-bottom: 10px;
  border-bottom: dashed 1px #aaa;
  text-align: center;
  color: #333;
}
.product_detail .title h3 {
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
  line-height: 190%;
}
.product_detail .title .box {
  display: inline-block;
  text-align: center;
}
.product_detail .title .box img {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}
.product_detail .title .box .back {
  float: left;
}
.product_detail .product_detail_images {
  padding-top: 15px;
  text-align: center;
  position: relative;
}
.product_detail .product_detail_images .product_detail_btn2 {
  position: absolute;
  right: 3%;
  top: 48%;
  background: url(../images/global/rgb0.3.png);
  z-index: 100;
  font-size: 0;
}
.product_detail .product_detail_images .product_detail_btn1 {
  position: absolute;
  left: 3%;
  top: 48%;
  background: url(../images/global/rgb0.3.png);
  z-index: 100;
  font-size: 0;
}
.product_detail .product_detail_images .product_detail_btn1 a img,
.product_detail .product_detail_images .product_detail_btn2 a img {
  margin: 10px 5px;
}
.product_detail .product_detail_images .owl-carousel .owl-item img {
  width: auto;
  margin: auto;
  cursor: pointer;
  max-width: 100%;
}
.product_detail .product_detail_images .owl-theme .owl-controls {
  position: absolute;
  bottom: 2%;
  width: 100%;
}
.product_detail .product_detail_images .product_detail_img {
  width: 78%;
  margin: 0 auto;
}
.product_detail .product_detail_content {
  margin-top: 20px;
  margin-bottom: 20px;
}
.product_detail .pageTurning {
  margin-top: 15px;
}
.product_detail .pageTurning .prevs,
.product_detail .pageTurning .nexts {
  background: #ddd;
  line-height: 250%;
  padding: 0 10px;
}
.product_detail .pageTurning .prevs {
  margin-bottom: 5px;
}
.pswp__bg {
  background: url(../images/global/rgb0.8.png);
}
@media (max-width: 640px) {
  .pswp__bg {
    background: #000000;
  }
}
.job .panel-heading .panel-title span{ float:right; font-size:80%; margin-top:3px;}
.job .panel-heading .panel-title em{ color:#F00; font-style:normal}
.job .panel-body .job_ul{ margin-left:-15px; margin-right:-15px; margin-bottom:10px;}
.job .panel-body .job_ul li{ margin-bottom:5px;}
.job .job_content .tab-content{ padding:10px;background:#f5f5f5; border:1px solid #ddd; border-top:none}
.job .job_content .nav-tabs .active a{ background:#f5f5f5; font-weight:bold; border-bottom-color:#f5f5f5}
.job .sure{ padding:5px 15px; border:none; color:#fff; border-radius:5px; margin-right:10px;background:#df0024; margin-top:10px;}

.resume .resume_list {
    border: 1px solid #F3F3F3;
    margin-bottom:15px;
}
.resume .resume_list .title{    
  background-color: #F2F2F2; 
  margin-bottom:15px; 
  padding:15px;}
.resume  .sure{ padding:5px 15px; border:none; color:#fff; border-radius:5px; margin-right:10px;background:#df0024}



.feedback-form .title {
    padding:15px;
    color: #000;
    background-color: #F2F2F2;
	margin-bottom:15px;box-sizing:border-box; 
}
.feedback-form .form-group .sure,.feedback-form .form-group .more{ padding:5px 15px; border:none; color:#fff; border-radius:5px; margin-right:10px;}
.feedback-form .form-group .sure{ background:#df0024}
.feedback-form .form-group .more{ background:#dfa800}