﻿header,
footer,
#main,
#info {
  width: 100%;
  overflow: hidden;
  min-width: 1200px;
}


.wrapper {
  width: 1200px;
  margin: 0 auto;
  display: block;
  position: relative;
}
/* 变量 */
/*css3*/
.clear::after {
  display: block;
  content: '';
  clear: both;
}
.czspjz {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
/************************header************************/
.fix_nav {
  transform: translateY(-38px);
  -webkit-transform: translateY(-38px);
}
.fix_nav .header_logo {
  padding: 10px 0;
}
.header_wrap {
  -moz-transition: all 400ms linear;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
  width: 100%;
  z-index: 10000;
}
.header_top {
  overflow: hidden;
  background: #1f80ba;
  line-height: 38px;
  font-size: 14px;
  color: #FFFFFF;
  box-shadow: 0 1px 1px #ccc;
}
.header_top a {
  font-size: 14px;
  color: #FFFFFF;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.header_top a:hover {
  color: #FFFFFF;
}
.header_top span {
  background: url("../images/h1ico.png") no-repeat left center;
  padding-left: 20px;
}
.header_top p {
  float: right;
}
.header_top p a {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
  margin-left: 10px;
  display: inline-block;
  line-height: 38px;
}
.header_top p a:nth-of-type(1) {
  background-image: url("../images/hico2.png");
}
.header_top p a:nth-of-type(2) {
  background-image: url("../images/hico3.png");
}
.header_logo {
  background: #f1f1f1;
  overflow: hidden;
  padding: 40px 0;
  -moz-transition: all 400ms linear;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.header_logo h1 {
  float: left;
}
.header_logo h1 span {
  text-indent: -999rem;
  display: none;
}
.header_logo .wrapper > a {
  float: right;
  display: block;
  margin-top: 10px;
  margin-right: 10px;
}
.header_logo p {
  float: right;
  background: url("../images/tel2.png") no-repeat left center;
  padding-left: 68px;
}
.header_logo p small {
  display: block;
  font-size: 14px;
  color: #6a6a6a;
}
.header_logo p i {
  font-size: 38px;
  color: #253c90;
  font-weight: bold;
  font-style: normal;
  font-style:italic;
}
.header_nav {
  line-height: 80px;
  
background: url("../images/top1.jpg") no-repeat center;
	
	left:calc(50% - 600px);
	z-index: 100;
	border-top: 2px solid #005588;
}

.header_nav ul li {
  width:calc(100% / 8);
  text-align: center;
  float: left;
	
}
.header_nav ul li.n_act a {
  background: #3c5ecd;
	color: #FFFFFF;
	
}
.header_nav ul li a {
  display: block;
  color: #FFFFFF;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.header_nav ul li a:hover {
  background: #3c5ecd;
	color: #FFFFFF;
}

.banner .box_skitter .info_slide_dots .image_number {
  height: 6px;
  width: 35px;
  border-radius: 5px;
}
.banner .box_skitter .info_slide_dots .image_number {
  background: #253c90;
  opacity: 0.8;
}
.banner .box_skitter .info_slide_dots .image_number_select,
.banner .box_skitter .info_slide_dots .image_number_select:hover {
  background: #fff;
}
/************************main************************/
.main_title {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 40px;
  background: url("../images/tbg.png") no-repeat center 55px;
}
.main_title2 {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 40px;
  background: url("../images/tbg.png") no-repeat center 55px;
}
.main_title h3 {
    font-size: 40px;
    color: #3c5ecd;
    line-height: 68px;
}

.main_title small {
  display: block;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 5px;
  font-family: Arial;
}
.main_title2 h3 {
	font-size: 40px;
  color: #FFFFFF;
	line-height: 68px;
}
.main_title2 h3 b {
  color: #fff;
}
.main_title2 small {
	display: block;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 5px;
  font-family: Arial;
}
/*hotPro*/
.hotPro {
  overflow: hidden;
  padding: 15px 0;
  background: #f5f5f5;
}
.hotPro p {
  float: left;
  font-size: 14px;
  line-height: 38px;
}
.hotPro p b {
  color: #3c3c3c;
}
.hotPro p a {
  color: #656565;
  padding: 0 10px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.hotPro p a:hover {
  color: #253c90;
  font-weight: bold;
}
.hotPro form {
  float: right;
}
.hotPro form input {
  display: block;
  width: 260px;
  float: left;
  background: #fff;
  text-indent: 10px;
  font-family: 'Microsoft YaHei', SimHei, sans-serif;
  outline: none;
  height: 32px;
  line-height: 32px;
}
.hotPro form button {
  text-indent: -999rem;
  display: block;
  width: 62px;
  height: 38px;
  background: #253c90 url("../images/sch.png") no-repeat center;
  float: right;
}
/*company*/
.company {
  overflow: hidden;
height: 700px;
	background-position: bottom;
	background:#e2e2e2;
}
.company .wrapper > span {
  display: block;
  font-size: 16px;
  color: #747474;
  line-height: 30px;
  width: 610px;
  height: 438px;
  float: right;
	overflow: hidden;
}
.company .wrapper > span a {
  font-weight: bold;
  color: #253c90;
}
.company .wrapper > span a:hover {
  color: #ECA51D;
}
.abright{
	float: left;
	position: relative;
}
.abright a{
	width: 201px;
	height: 60px;
	background:  url(../images/menu.png) no-repeat #ffd200 ;
	position: absolute;
	top:375px;
	right: 0;
	background-position: -30px 20px ;
	transition: 0.6s;
}
.abright a:hover{
	background-position: 30px 20px ;
}

/*product*/
/*sidebar*/
.sidebar {
  width: 250px;
  float: left;
  background: #6c88e2;
}
.sidebar h4 {
  font-size: 30px;
  color: #fff;
  text-align: center;
  line-height: 90px;
	background: #1450C7;
}
.sidebar ul li:hover a {
  color: #ffbb37;
}
.sidebar ul li a {
  display: block;
  padding: 12px 0;
  text-indent: 38px;
  border-top: 1px solid #ccc;
  font-size: 16px;
  color: #FFFFFF;
  position: relative;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
	white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.sidebar ul li a.act {
  color: #009b4d;
  font-weight: bold;
}

.sidebar .sidebar_con {
  background: #f1c600;
  padding: 25px;
}
.sidebar .sidebar_con p {
  background-repeat: no-repeat;
  background-position: left 5px;
  padding-left: 25px;
  margin-bottom: 22px;
}
.sidebar .sidebar_con p:nth-of-type(1) {
  background-image: url("../images/s1.png");
}
.sidebar .sidebar_con p:nth-of-type(2) {
  background-image: url("../images/s2.png");
  margin-bottom: 0;
}
.sidebar .sidebar_con p small {
  display: block;
  font-size: 14px;
  color: #fff;
}
.sidebar .sidebar_con p b {
  font-size: 22px;
  color: #FFFFFF;
}
.sidebar .sidebar_con p span {
  display: block;
  font-size: 14px;
  color: #fff;
}
.product {
  padding: 0 0 70px 0;
  
  position: relative;
  background-position: bottom;
  background-repeat: no-repeat;

}
.product::after {
  display: block;
  content: '';
  clear: both;
}
.product > img {
  position: absolute;
  left: 0;
  top: -20px;
}
.pro_right {
  width: 920px;
  float: right;
}
.pro-list {
  width: 940px;
}
.pro-list li {
  width: 280px;
  padding: 4px;
  background: #fff;
  position: relative;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
	border: #3060C0 2px solid;
}
.pro-list li:hover div {
  opacity: 1;
  top: 125px;
}
.pro-list li:hover img {
  opacity: 0.5;
}
.pro-list li:hover span {
  color: #253c90;
  font-weight: bold;
}
.pro-list li:hover a:hover {
  background: #253c90;
}
.pro-list li span {
  display: block;
  line-height: 50px;
  text-align: center;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
      overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pro-list li p {
  width: 280px;
  height: 215px;
  vertical-align: middle;
  background: #000;
  overflow: hidden;
}
.pro-list li p img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.pro-list li div {
  position: absolute;
  left:calc(50% - 52px);
  top: 100px;
  width: 50%;
  opacity: 0;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.pro-list li div a {
  width: 100px;
  line-height: 35px;
  color: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.pro-list li div a:first-child {
  background: #1450C7;
}
.pro-list li div a + a {
  background: #ffa947;
}
/*case*/
.case {
	height: 703px;
  background: url("../images/case.png") no-repeat;
}
.case .swiper-slide {
  position: relative;
}
.case .swiper-slide p {
  margin-bottom: 18px;
  position: relative;
  overflow: hidden;
}
.case .swiper-slide p a {
  display: block;
  position: relative;
}
.case .swiper-slide p a:hover span {
  opacity: 1;
  margin-top: 0;
}
.case .swiper-slide p a:hover:after {
  top: 0;
}
.case .swiper-slide p a:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.64);
  position: absolute;
  left: 0;
  top: -100%;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.case .swiper-slide p span {
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
  background: url("../images/sch2.png") no-repeat center top;
  padding-top: 45px;
  z-index: 11;
  font-weight: bold;
  margin-top: -40px;
  opacity: 0;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  transition-delay: 0.3s;
}
.case .swiper-slide p img {
  max-width: 100%;
  display: block;
  max-height: 100%;
}
.case .swiper-slide p:nth-of-type(1),
.case .swiper-slide p:nth-of-type(2),
.case .swiper-slide p:nth-of-type(4),
.case .swiper-slide p:nth-of-type(5) {
  width: 280px;
  height: 212px;
}
.case .swiper-slide p:nth-of-type(3) {
  width: 590px;
  height: 446px;
  position: absolute;
  left: 308px;
  top: 0;
}
.case .swiper-slide p:nth-of-type(3) img {
  width: 100%;
  height: 100%;
  display: block;
}
.case .swiper-slide p:nth-of-type(4) {
  position: absolute;
  right: 0;
  top: 0;
}
.case .swiper-slide p:nth-of-type(5) {
  position: absolute;
  right: 0;
  bottom: 0;
}
.case .case_btn {
  position: absolute;
  top: 369px;
  width: 100%;
}
.case .case_btn a {
  display: block;
  width: 36px;
  height: 66px;
  background: #009b4d;
  position: absolute;
  top: 0;
  cursor: pointer;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.case .case_btn a:hover {
  background: #253c90;
}
.case .case_btn a img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.case .case_btn a:nth-of-type(1) {
  left: -55px;
}
.case .case_btn a + a {
  position: absolute;
  right: -55px;
}
.case .case_btn a + a img {
  transform: rotateZ(180deg);
  margin-left: -6px;
  margin-top: -11px;
}
.case .swiper-button-next {
  display: none;
}
.case .swiper-button-prev {
  display: none;
}
/*env*/
.env {
  padding-bottom: 84px;
}
.env::after {
  display: block;
  content: '';
  clear: both;
}
.env .env_left {
  width: 299px;
  float: left;
  border: 1px solid #ccc;
  border-right: 0;
}
.env .env_left ul li {
  border-bottom: 1px solid #ccc;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  position: relative;
  z-index: 10;
}
.env .env_left ul li::after {
  display: block;
  content: '';
  clear: both;
}
.env .env_left ul li:before {
  display: block;
  content: '';
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #253c90;
  position: absolute;
  top: 48px;
  opacity: 0;
  right: -15px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.env .env_left ul li:hover,
.env .env_left ul li.env_act {
  background: #253c90;
}
.env .env_left ul li:hover span,
.env .env_left ul li.env_act span {
  color: #fff;
}
.env .env_left ul li:hover i,
.env .env_left ul li.env_act i {
  background-color: #fff;
}
.env .env_left ul li:hover:before,
.env .env_left ul li.env_act:before {
  right: -8px;
  opacity: 1;
}
.env .env_left ul li:hover:nth-of-type(1) i,
.env .env_left ul li.env_act:nth-of-type(1) i {
  background-image: url("../images/fm11.png");
}
.env .env_left ul li:hover:nth-of-type(2) i,
.env .env_left ul li.env_act:nth-of-type(2) i {
  background-image: url("../images/fm22.png");
}
.env .env_left ul li:hover:nth-of-type(3) i,
.env .env_left ul li.env_act:nth-of-type(3) i {
  background-image: url("../images/fm33.png");
}
.env .env_left ul li a {
  display: block;
  padding: 26px 0;
}
.env .env_left ul li:nth-of-type(1) i {
  background-image: url("../images/fm1.png");
}
.env .env_left ul li:nth-of-type(2) i {
  background-image: url("../images/fm2.png");
}
.env .env_left ul li:nth-of-type(3) i {
  background-image: url("../images/fm3.png");
}
.env .env_left ul li i {
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #ccc;
  float: left;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  margin-left: 69px;
}
.env .env_left ul li span {
  font-size: 20px;
  color: #424242;
  line-height: 56px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  margin-left: 15px;
}
.env .env_left p {
  text-indent: 30px;
  padding: 30px 0;
}
.env .env_left p small {
  display: block;
  font-size: 16px;
  color: #838383;
}
.env .env_left p b {
  display: block;
  color: #253c90;
  font-size: 34px;
}
.env .env_right {
  width: 900px;
  float: right;
  position: relative;
  height: 455px;
}
.env .env_right .swiper-slide {
  position: relative;
}
.env .env_right .swiper-slide img {
  width: 900px;
  height: 455px;
  display: block;
}
.env .env_right .swiper-slide span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 45px;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.64);
}
.env .env_right .swiper-container {
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
/*gd*/
.gd {
  background: url("../images/gdbg.jpg") no-repeat center;
  overflow: hidden;
  padding: 60px 0;
}
.gd .gd_left {
  color: #fff;
}
.gd .gd_left h3 {
  font-size: 36px;
}
.gd .gd_left small {
  font-size: 26px;
  display: block;
  margin: 15px 0;
}
.gd .gd_left p span {
  background: url("../images/gdlist.png") no-repeat left center;
  padding-left: 35px;
  margin-right: 40px;
  display: inline-block;
}
.gd .gd_right {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
}
.gd .gd_right b {
  display: block;
  font-size: 26px;
}
.gd .gd_right small {
  font-size: 16px;
  color: #8292cc;
  display: block;
  text-align: right;
  margin: 10px 0;
}
.gd .gd_right small strong {
  color: #fff;
  font-size: 30px;
}
.gd .gd_right a {
  display: block;
  float: right;
  width: 125px;
  line-height: 38px;
  border-radius: 5px;
  background: #fff;
  color: #253c90;
  text-align: center;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.gd .gd_right a:hover {
  background: #009b4d;
  color: #fff;
}
/*news*/
.new_title {
  padding: 60px 0 40px 0;
}
.new_title b {
  font-size: 26px;
  color: #747474;
}
.new_title b strong {
  color: #1f80ba;
}
.new_title small {
  font-size: 18px;
  color: #b7b7b7;
  padding-left: 10px;
}
.new_title a {
  float: right;
  font-size: 14px;
  color: #8e8e8e;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.new_title a:hover {
  color: #253c90;
}
.news {
  overflow: hidden;
	height: 701px;
	background: url(../images/newsbg.png) no-repeat center;
}
.news .news_left {
  float: left;
  width: 515px;
  overflow: hidden;
}
.news .news_right {
  width: 1200px;
}
.news .news_right ul li {
  margin-bottom: 55px; width:580px; float:left; margin-right:20px;
	background: #fff;
}
.news .news_right ul li:hover p {
  background: #1f80ba;
  color: #fff;
}
.news .news_right ul li:hover div b {
  color: #253c90;
}
.news .news_right ul li a {
  display: block;
  overflow: hidden;
}
.news .news_right ul li a p {
  width: 84px;height:103px;
  text-align: center;
  color: #1f80ba;
  border: 1px solid #1f80ba;
  float: left;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.news .news_right ul li a p b {
  display: block;
  font-size: 48px;
}
.news .news_right ul li a p small {
  display: block;
  font-size: 16px;
  margin-top: 0px;
}
.news .news_right ul li a div {
  width: 480px;
  float: right;
}
.news .news_right ul li a div b {
  display: block;
  font-size: 16px;
  color: #3e3e3e;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  margin-top: 10px;
  margin-bottom: 5px;
}
.news .news_right ul li a div small {
  display: block;
  font-size: 14px;
  color: #747474;
	margin-right: 10px;
}
.news .news_right ul li a div small:hover {
	color: #1f80ba;
}
/*footer*/
footer {

  background: #2a3139;
}
footer a {
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
footer a:hover {
  color: #1f80ba !important;
}
.f_links {
  background: #1f80ba;
  height: 65px;
  line-height: 65px;
  overflow: hidden;
  color: #fff;
  font-size: 18px;
}
.f_links p {
  float: left;
}
.f_links p strong {
  padding-left: 10px;
}
.f_links ol {
  float: left;
  margin-left: 65px;
}
.f_links ol li a {
  font-size: 14px;
  color: #606060;
  margin-right: 20px;
}
.f_links ol li a:hover {
  color: #253c90;
}
footer .f_center {
  overflow: hidden;
  color: #fff;
  height: 240px;
}
footer .f_center a {
  color: #fff;
}
footer .f_center .wrapper > div {
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}
footer .f_center .f_center_l {
  float: left;
  padding: 50px 0;
  padding-right: 70px;
	height: 240px;
}
footer .f_center .f_center_c {
  float: left;
  padding: 20px 83px ;
  min-height: 119px;
	width: 400px;
}
footer .f_center .f_center_c p {
  font-size: 18px;
  margin-bottom: 5px;
}
footer .f_center .f_center_r {
  float: right;
  position: relative;
  min-height: 119px;
  padding: 50px 0;
  border-right: 0 !important;
}
footer .f_center .f_center_r img:nth-of-type(1) {
  left: -210px;
  top: 30px;
  position: absolute;
}
footer .f_center .f_center_r img + img {
  position: relative;
  z-index: 2;
}
footer .f_center .f_center_r span {
  display: block;
  position: relative;
  z-index: 2;
  text-indent: 10px;
}
footer .f_nav {
  overflow: hidden;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.41);
}
footer .f_nav a {
  color: #fff;
}
footer .f_nav ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
footer .f_nav ul li {
  line-height: 70px;
  display: block;
}
/*page*/
.prev_next a:hover {
  color: #da0922;
}
.prev_next {
  font-size: 14px;
  margin-top: 20px;
}
div.page {
  margin: 20px 0 20px 0;
  clear: both;
  float: right;
  font-size: 14px;
}
div.page a {
  padding: 2px 5px;
  margin: 2px;
  color: #fff;
  text-decoration: none;
  background: #9b9b9b;
}
div.page a:hover {
  background: #5c5c5c;
}
div.page span.current {
  padding: 2px 8px;
  font-weight: 700;
  margin: 2px;
  color: #fff;
  background-color: #da0922;
}
div.page span.disabled {
  padding: 2px 5px;
  margin: 2px;
  color: #dddddd;
}
.prev_next .prev,
.prev_next .next {
  font-size: 13px;
  border-top: 1px solid #ccc;
  padding: 5px 25px;
}
.prev_next .prev a:hover,
.prev_next .next a:hover {
  color: #da0922;
}
.prev_next .prev {
  margin-top: 20px;
  background: url("../images/prev_bg.png") no-repeat left center;
  background-size: 18px;
}
.prev_next .next {
  border-bottom: 1px solid #ccc;
  background: url("../images/next_bg.png") no-repeat left center;
  background-size: 18px;
}
/*location*/
/*product-info*/
/*缩略图*/
.concompanycon table {
  margin-left: 2px;
}
.concompanycon table th {
  color: #444444;
  font-weight: normal;
  font-size: 14px;
  font-family: 'Microsoft YaHei', arial;
  text-align: right;
  vertical-align: top;
  padding-top: 9px;
}
.concompanycon table td select {
  font-family: 'Microsoft YaHei', arial;
  font-size: 14px;
  width: 278px;
  height: 32px;
  text-indent: 8px;
  border: 1px solid #d2d4d6;
  margin: 5px auto 6px 5px;
  background: #FFF;
  margin-left: -3px;
}
.concompanycon table td ul {
  list-style: none;
  position: absolute;
}
.concompanycon table td ul li {
  font-family: 'Microsoft YaHei', arial;
  font-size: 14px;
  line-height: 28px;
  text-indent: 8px;
  width: 276px;
  height: 28px;
  border-left: 1px solid #d2d4d6;
  border-right: 1px solid #d2d4d6;
  background: #FFF;
}
.concompanycon table td ul li a {
  display: block;
  text-decoration: none;
  color: #444444;
}
.concompanycon table td ul li a:hover {
  color: #fe7d0c;
}
.concompanycon table td ul li:last-child {
  border-bottom: 1px solid #d2d4d6;
}
.concompanycon table td input {
  font-size: 14px;
  width: 276px;
  height: 28px;
  border: 1px solid #d2d4d6;
  margin: 5px auto 5px 5px;
}
.concompanycon table td .yanzheng {
  width: 101px;
}
.concompanycon table td textarea {
  resize: none;
  width: 545px;
  height: 178px;
  border: 1px solid #d2d4d6;
  margin: 5px auto 5px 5px;
}
.concompanycon table td img {
  vertical-align: middle;
  margin-left: 5px;
  margin-bottom: 4px;
}
.concompanycon table td .but {
  width: 74px;
  height: 31px;
  line-height: 27px;
  background: #d1020c;
  border-radius: 2px;
  border: none;
  text-align: center;
  margin-top: 14px;
  margin-left: 5px;
  font-size: 14px;
  font-family: 'Microsoft YaHei', SimHei, sans-serif;
  color: #FFF;
}
.pro_img_left {
  width: 580px;
  border: 1px solid #ccc;
  height: 435px;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.pro_img_left img {
  min-width: 90%;
  max-height: 100%;
  max-width: 100%;
  min-height: 95%;
}
.info2 {
  padding-bottom: 50px;
}
.info2 .location {
  background: #fff;
}
.info2 + footer {
  margin-top: 0;
}
/*相册*/
#xiangce {
  background: #eee;
  padding: 60px 0;
}
.swiper-container-xc {
  position: relative;
  overflow: hidden;
}
.info_pro {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.pro-img {
  float: left;
}
.info_pro-text {
  float: right;
  width: 560px;
  margin-top: 40px;
}
.info_pro-text h4 {
  font-size: 22px;
  color: #253c90;
  padding-bottom: 10px;
}
.info_pro-text > small {
  background: #eee;
  line-height: 30px;
  padding: 20px;
  display: block;
  margin: 20px 0;
}
.info_pro-text ul li {
  margin-top: 5px;
}
.info_pro-text ul li small {
  display: inline-block;
  width: 60px;
  color: #a9a8a8;
  font-size: 14px;
  float: left;
  margin-top: 2px;
}
.info_pro-text ul li span {
  color: #333;
  font-size: 14px;
}
.info_pro-text ul li b {
  color: #009b4d;
  font-size: 35px;
}
.info_pro-text ul li:nth-of-type(2) small {
  margin-top: 15px;
}
.info_pro-text p {
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 15px;
}
.info_pro-text p a {
  display: block;
  margin-right: 10px;
  float: left;
  font-size: 14px;
  text-align: center;
  color: #253c90;
  width: 157px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  overflow: hidden;
  height: 35px;
  line-height: 35px;
  transition: all 0.2s linear 0s;
  background: #e4eaff;
  border: 1px #253c90 solid;
}
.info_pro-text p a:hover {
  background: #253c90;
  color: #fff;
  border: 1px solid #253c90;
}
.i_pro_con > h4 {
  font-size: 35px;
  font-weight: 300;
  text-align: center;
}
.p_content {
  font-size: 15px;
  line-height: 30px;
  color: #666;
}
.p_content img {
  max-width: 100% !important;
}
.p_content table {
  width: 100% !important;
}
/*i_pro_others*/
.i_pro_others {
  margin-top: 45px;
  margin-bottom: 60px;
}
.info-tj {
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.info-tj b {
  display: block;
  font-size: 30px;
  font-weight: 500;
  color: #253c90;
}
.info-tj small {
  display: block;
  font-size: 16px;
  color: #999;
}
.swiper-container-xc {
  padding-bottom: 36px;
}
.pro-list-gallery {
  width: 1250px;
}
.pro-list-gallery li {
  float: left;
  width: 225px;
  overflow: hidden;
  margin-right: 15px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.pro-list-gallery li:hover {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.18);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.18);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
.pro-list-gallery li:hover span {
  background: #253c90;
}
.pro-list-gallery li p {
  width: 225px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  background: #fff;
  height: 200px;
  position: relative;
}
.pro-list-gallery li p img {
  object-fit: cover;
  width: 100%;
  display: block;
  height: 100%;
}
.i_pro_others::after {
  display: block;
  content: '';
  clear: both;
}
.i_pro_others .pro-list-others {
  width: 1250px;
}
.i_pro_others .pro-list-others li {
  float: left;
  width: 285px;
  overflow: hidden;
  margin-right: 20px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.i_pro_others .pro-list-others li:hover {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.18);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.18);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
.i_pro_others .pro-list-others li:hover span {
  background: #253c90;
}
.i_pro_others .pro-list-others li p {
  width: 285px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  height: 240px;
  position: relative;
}
.i_pro_others .pro-list-others li p img {
  object-fit: cover;
  width: 100%;
  display: block;
  height: 100%;
}
.i_pro_others .pro-list-others li span {
  display: block;
  width: 100%;
  line-height: 40px;
  background: #666;
  color: #fff;
  text-align: center;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
/*i_pro_order*/
.i_pro_order {
  padding-top: 60px;
  overflow: hidden;
  padding-bottom: 100px;
  margin-top: 60px;
  background: #eee;
}
.i_pro_order .i_pro_con_left {
  float: left;
}
.i_pro_order .form_i {
  margin-bottom: 10px;
}
.i_pro_order .form_i select {
  height: 30px;
  line-height: 30px;
}
.i_pro_order .form_i span {
  display: inline-block;
  width: 75px;
  font-size: 14px;
  text-align-last: justify;
  color: #666;
}
.i_pro_order .form_i input {
  display: inline-block;
  line-height: 30px;
  height: 30px;
  width: 255px;
}
.i_pro_order button {
  display: block;
  width: 250px;
  line-height: 35px;
  background: #253c90;
  color: #fff;
  text-align: center;
  border: 0;
  font-family: 'Microsoft YaHei', SimHei, sans-serif;
  margin-left: 78px;
}
.i_pro_con_right {
  float: right;
  width: 540px;
}
.i_pro_con_right #allmap {
  width: 100%;
  height: 220px;
  float: none;
}
.i_pro_con_right h3 {
  font-size: 22px;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 5px;
}
.i_pro_con_right ul li {
  font-size: 15px;
  margin-bottom: 10px;
  color: #666;
}
#sub_bar_nav {
  position: fixed;
  right: 0;
  top: 300px;
  z-index: 90;
  width: 120px;
  background: #005097;
}
#sub_bar_nav ul {
  border: 1px #d1d1d1 solid;
  padding: 2px 0;
  height: auto;
  overflow: hidden;
}
#sub_bar_nav li {
  display: block;
  line-height: 40px;
  color: #FFF;
  height: 40px;
  margin-bottom: 2px;
  font-size: 14px;
}
#sub_bar_nav li:hover {
  background: #1aa065;
}
#sub_bar_nav li a {
  display: block;
  float: left;
  height: 40px;
  line-height: 40px;
  margin: 0 11px;
  background: url(../images/dot.gif) repeat-x left bottom;
  clear: both;
  color: #FFF;
}
#sub_bar_nav li a.no {
  background: none;
}
#sub_bar_nav a:hover {
  color: #FFF;
  background: none;
}
#sub_bar_nav li:hover a {
  color: #FFF;
  background: none;
}
#sub_bar_nav li a.mainList i {
  display: block;
  float: left;
  background: url(../images/p1.png) no-repeat left center;
  width: 17px;
  height: 17px;
  transition: all 0.4s;
  margin: 10px 7px 0 0;
}
#sub_bar_nav li a.mainList:hover i {
  background: url(../images/p1.png) no-repeat -22px center;
}
#sub_bar_nav li a.biaoge i {
  display: block;
  float: left;
  background: url(../images/p2.png) no-repeat left center;
  width: 17px;
  height: 17px;
  transition: all 0.4s;
  margin: 10px 7px 0 0;
}
#sub_bar_nav li a.biaoge:hover i {
  background: url(../images/p2.png) no-repeat -22px center;
}
#sub_bar_nav li a.working i {
  display: block;
  float: left;
  background: url(../images/p4.png) no-repeat left center;
  width: 17px;
  height: 17px;
  transition: all 0.4s;
  margin: 10px 7px 0 0;
}
#sub_bar_nav li a.working:hover i {
  background: url(../images/p4.png) no-repeat -20px center;
}
#sub_bar_nav li a.data0 i {
  display: block;
  float: left;
  background: url(../images/p5.png) no-repeat left center;
  width: 17px;
  height: 17px;
  transition: all 0.4s;
  margin: 10px 7px 0 0;
}
#sub_bar_nav li a.data0:hover i {
  background: url(../images/p5.png) no-repeat -16px center;
}
/*location*/
.location {
  overflow: hidden;
  line-height: 60px;
  font-size: 14px;
  background: #eee;
  margin-bottom: 40px;
  color: #666;
}
.location i {
  padding-right: 5px;
  font-size: 25px;
}
.location a {
  color: #666;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.location a:hover {
  color: #253c90;
}
.location b {
  float: left;
  font-size: 20px;
  font-weight: 300;
}

/*联系我们*/
.info_title_all {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 30px;
  background: url("../images/about_lm.png") no-repeat bottom center;
  padding-bottom: 25px;
}
.info_title_all h3 {
  font-size: 40px;
  font-weight: 500;
}
.info_title_all small {
  display: block;
  font-size: 14px;
  color: #999;
}
.info_contact {
  overflow: hidden;
	margin-bottom: 60px;
}
.h-contact-list {
  background-color: #eee;
  width: 48%;
  float: left;
  overflow: hidden;
}
.h-contact-list ul {
  margin: 0 20px;
  width: 92%;
}
.h-contact-li {
  position: relative;
  padding: 23px 10px 22px 50px;
  border-bottom: 1px solid #D2D2D2;
  font-size: 16px;
}
.h-contact-li:last-child {
  border: none;
}
.h-contact-li .ico {
  position: absolute;
  left: 0;
  top: 25px;
  display: block;
  width: 32px;
  height: 32px;
  background-position: 0 0;
  background-size: 100% 100%;
}
.h-contact-li .addr {
  background-image: url(../images/h_ctc_ico1.png);
}
.h-contact-li .tel {
  background-image: url(../images/h_ctc_ico2.png);
}
.h-contact-li .fax {
  background-image: url(../images/h_ctc_ico3.png);
}
.h-contact-li .mail {
  background-image: url(../images/h_ctc_ico4.png);
}
.h-contact-li .txt {
  color: #888;
}
#allmap {
  width: 51%;
  height: 350px;
  float: right;
  border: 1px solid #ccc;
}
/*在线留言*/
.info_mes {
  overflow: hidden;
}
.info_mes .info_mes_l {
  float: left;
  width: 50%;
}
.info_mes .info_mes_l h3 {
  font-size: 20px;
}
.info_mes .info_mes_l span {
  display: block;
  margin: 15px 0;
  color: #666;
  font-size: 14px;
}
.info_mes .info_mes_l form {
  margin-top: 40px;
}
.info_mes .info_mes_l .input-group {
  margin-bottom: 10px;
  clear: both;
  /*overflow: hidden;*/
}
.info_mes .info_mes_l .input-group:after {
  display: block;
  content: '';
  clear: both;
}
.info_mes .info_mes_l .input-group label {
  width: 62px;
  font-size: 15px;
  display: inline-block;
  text-align-last: justify;
  color: #606060;
  font-weight: bold;
}
.info_mes .info_mes_l .input-group input[type=text] {
  border: 1px solid #aaa;
  border-radius: 2px;
  line-height: 30px;
  height: 30px;
  width: 276px;
  text-indent: 1em;
  font-family: "microsoft yahei", "sans-serif";
  /* background: #f0f2ef; */
  transition: 300ms;
  -webkit-transition: 300ms;
  outline: none;
}
.info_mes .info_mes_l .input-group input[type=text]:focus {
  width: 300px;
  box-shadow: 0 0 5px #253c90;
  border: 1px solid #253c90;
}
.info_mes .info_mes_l .input-group textarea:focus {
  width: 440px;
  box-shadow: 0 0 5px #253c90;
  border: 1px solid #253c90;
}
.info_mes .info_mes_l .input-group input[type=text]#captcha:focus {
  width: 90px;
  box-shadow: 0 0 5px #253c90;
  border: 1px solid #253c90;
}
.info_mes .info_mes_l .input-group textarea {
  transition: 300ms;
  -webkit-transition: 300ms;
  width: 420px;
  border: 1px solid #aaa;
  border-radius: 2px;
  text-indent: 1em;
  padding-top: 5px;
  font-family: "microsoft yahei", "sans-serif";
  outline: none;
  margin-left: 4px;
}
.info_mes .info_mes_l #submit {
  display: block;
  clear: both;
  width: 80px;
  line-height: 30px;
  background: #253c90;
  border: 0;
  color: #ffffff;
  font-size: 14px;
  font-family: "microsoft yahei";
  margin-left: 64px;
}
.info_mes .info_mes_l #submit:hover {
  background: #BB0000;
}
.info_mes .info_mes_r {
  float: right;
  width: 50%;
}
.info_mes .info_mes_r img {
  max-width: 100%;
  display: block;
}
/*企业风貌*/
.huanjing_list {
  width: 1230px;
}
.huanjing_list li {
  float: left;
  width: 370px;
  background: #dadada;
  margin-right: 40px;
  margin-bottom: 40px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.huanjing_list li:hover {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.18);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.18);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
  background: #253c90;
}
.huanjing_list li:hover span {
  color: #fff;
}
.huanjing_list li p {
  text-align: center;
  overflow: hidden;
  width: 370px;
  height: 300px;
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  padding-bottom: 0;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.huanjing_list li p img {
  width: 100%;
  height: 100%;
  display: block;
}
.huanjing_list li span {
  display: block;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
/*子页面news*/
.inews_items {
  border-bottom: 1px #e2e2e2 solid;
  padding-bottom: 40px;
  margin-bottom: 30px;
  overflow: hidden;
}
.inews_items li {
  position: relative;
  width: 385px;
  float: left;
  margin-left: 20px;
}
.inews_items li:first-child {
  margin-left: 0;
}
.inews_items li img {
  display: block;
  width: 100%;
  height: 290px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.inews_items .bd {
  height: 418px;
  overflow: hidden;
  position: relative;
}
.inews_items .bd li {
  float: left;
  width: 385px;
  margin-right: 20px;
}
.inews_items .inews_pd .date {
  position: absolute;
  top: 0;
  left: 0;
  width: 106px;
  height: 82px;
  background-color: #253c90;
  color: #fff;
  text-align: center;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.inews_items .inews_pd .date span {
  display: block;
}
.inews_items .inews_pd .date .day {
  font-size: 28px;
  font-weight: bold;
  line-height: 30px;
  margin-top: 15px;
}
.inews_items .inews_pd .date .year {
  font-size: 15px;
}
.inews_items ._inews_text ._title {
  font-size: 18px;
  font-weight: normal;
  line-height: 23px;
  height: 46px;
  overflow: hidden;
  margin: 20px 0;
}
.inews_items ._inews_text ._text {
  font-size: 14px;
  color: #747474;
  height: 44px;
  line-height: 22px;
  overflow: hidden;
}
.inews_items .hd {
  margin-top: 50px;
}
.inews_items .hd ul {
  font-size: 0;
  text-align: center;
}
.inews_items .hd li {
  display: inline-block;
  border: 1px #707070 solid;
  width: 9px;
  height: 9px;
  line-height: 99;
  overflow: hidden;
  margin: 0 4px;
  border-radius: 50%;
  cursor: pointer;
  *display: inline;
  *zoom: 1;
}
.inews_items .hd li.on {
  border-color: #009b4d;
  background-color: #009b4d;
}
.inews_items .inews_pd a {
  display: block;
  overflow: hidden;
}
.inews_items li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.inews_items li:hover ._title {
  color: #253c90;
}
.inews_items li:hover .inews_pd .date {
  background: #009b4d;
}
.l {
  float: left;
}
.news_bottom li {
  padding: 25px  30px;
  border: 1px dashed #ccc;
  overflow: hidden;
  *zoom: 1;
  width: 100%;
	margin-bottom: 30px;
	
}
.news_bottom li .data {
  font-family: Arial;
  border: 1px #ccc solid;
  transition: 0.8s;
  margin-right: 2%;
	border-radius: 10px;
}
.news_bottom li .data span {
  display: block;
  text-align: center;
}
.news_bottom li .data .day {
  font-size: 60px;
  font-weight: bold;
  background-color: #ccc;
  line-height: 70px;
  color: #fff;
	padding: 10px 10px;
	border-radius: 10px 10px 0 0;
	transition: 0.4s;
}
.news_bottom li .data .month {
  font-size: 22px;
  color: #565656;
}
.news_bottom ._img {
  float: left;
  width: 15%;
  margin-right: 2%;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.news_bottom ._img img {
  height: 100%;
}
.news_bottom ._t {
  font-size: 24px;
  margin-bottom: 5px;
  color: #555;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.news_bottom ._p a {
  line-height: 23px;
  height: 46px;
  overflow: hidden;
  color: #999;
  font-size: 18px;
	margin-top: 16px;
}
.news_bottom ._i {
  overflow: hidden;
  *zoom: 1;
  margin-top: 25px;
}
.news_bottom ._i span,
.news_bottom ._i a {
  float: left;
  line-height: 26px;
  padding: 0 10px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.news_bottom ._i ._more {
  background: #009b4d;
  color: #fff;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.news_bottom ._i ._date {
  background: #ededed;
  color: #999;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.news_bottom li:hover ._t {
  color: #253c90;
}
.news_bottom li:hover span {
  color: #253c90;
}
.news_bottom li:hover ._i ._more {
  background-color: #253c90;
}
.news_bottom li:hover .data {
  border-color: #253c90;
}
.news_bottom li:hover .data .day {
  background-color: #253c90;
}
/*news_content*/
.news_info_con {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.news_info_con ._title {
  float: left;
  font-size: 25px;
  font-weight: 400;
}
.news_info_con .news_time {
  float: right;
  font-size: 14px;
  color: #666;
  margin-top: 12px;
}
.news_info_con .news_time span {
  padding-left: 20px;
  margin-left: 20px;
}
.news_info_con .news_time span:nth-of-type(1) {
  background: url("../images/time.png") no-repeat left center;
}
.news_info_con .news_time span:nth-of-type(2) {
  background: url("../images/click.png") no-repeat left center;
}
/*info_company*/
.info_company {
  overflow: hidden;
}
.info_company_l {
  width: 780px;
  float: left;
}
.info_company_l > h3 {
  font-size: 35px;
  margin-bottom: 30px;
  font-weight: 500;
}
.info_company_r {
  float: right;
  width: 400px;
}
.info_company_r .img {
  float: right;
  width: 303px;
  height: 425px;
  box-shadow: -20px 20px 0 #253c90;
  margin: 0 0 100px 100px;
  transition: all 0.3s;
}
.info_company_r .img img {
  transform: all 0.3s;
}
.info_company_r .img:hover {
  box-shadow: 20px 20px 0 #1a2c65;
  transform: translate3d(-20px, 20px, 0);
}
.info_company_r .img img:hover {
  box-shadow: 10px 10px 0 #253c90;
}
/*info_culture*/
.i_c_title {
  text-align: center;
}
.i_c_title h3 {
  font-size: 35px;
  font-weight: 500;
}
.i_c_title span {
  display: block;
  font-size: 16px;
  color: #666;
  margin-bottom: 15px;
}
.i_c_title small {
  font-size: 14px;
  display: block;
  color: #999;
}
.info_culture {
  padding: 35px 0;
  background: url("../images/about_culture.gif") no-repeat center;
  background-size: cover;
}
.info_culture .content {
  width: 60%;
  margin: 30px auto 0 auto;
}
.info_culture .content p {
  margin-bottom: 20px;
  color: #666;
}
.info_culture .content b,
.info_culture .content strong {
  font-size: 20px;
  color: #253c90;
}
/*info_honor*/
.info_honor .i_c_title {
  margin-top: 40px;
}
.page_box {
  margin-top: 60px;
}
.tejia_con2 img {
  max-width: 333px;
  height: 226px;
}
.tejia_con2 .img {
  width: 333px;
  height: 226px;
  transition: all 0.5s;
  text-align: center;
}
.tejia_con2 ul li {
  width: 333px;
  height: 226px;
  margin: 0 4px;
  float: left;
}
.tejia_con2 ul li a {
  display: block;
  padding: 50px 0;
  margin: 0 auto;
}
.tejia_con2 ul {
  width: 99999px;
  position: absolute;
}
.tejia_con2 {
  position: relative;
  width: 999px;
  height: 440px;
  overflow: hidden;
  margin: 0 auto;
}
.tejia_cc2 {
  position: relative;
  width: 1160px;
  height: 440px;
  margin: 20px auto;
}
.bbtn {
  text-align: center;
  z-index: 2;
}
.aleft_l2 {
  position: absolute;
  left: 0;
  top: 130px;
  font-size: 60px;
  width: 66px;
  height: 66px;
  line-height: 50px;
  text-align: center;
  background-color: #009b4d;
  border-radius: 50%;
  background-image: url("../images/hleft.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}
.aright_r2 {
  position: absolute;
  right: 0;
  top: 130px;
  font-size: 66px;
  width: 66px;
  height: 66px;
  line-height: 50px;
  text-align: center;
  background-color: #009b4d;
  border-radius: 50%;
  background-image: url("../images/rleft.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}
.aleft_l2:hover,
.aright_r2:hover {
  background-color: #253c90;
}
.aleft_l2 i,
.aright_r2 i {
  color: #fff;
}
.show_img a {
  display: block;
  position: relative;
  width: 365px;
  height: 300px;
}
.show_img .img {
  transform: scale(1.4);
  box-shadow: 0 3px 3px #000;
  background: #fff;
}
.gd_title {
  overflow: hidden;
  height: 0;
  transition: all 0.3s;
}
.show_img .gd_title {
  width: 365px;
  left: 25px;
  height: 56px;
  line-height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  background: url(../images/honor_gd_title.png) center no-repeat;
  color: #fff;
  font-size: 20px;
}
/*info_case*/
.honor_list {
  width: 1250px;
}
.honor_list li {
  float: left;
  position: relative;
  margin: 0 25px 25px 0;
  border: 1px solid #ccc;
}
.honor_list li img {
  width: 383px;
  height: 285px;
  display: block;
}
.honor_list li span {
  display: block;
  width: 100%;
  background: #253c90;
  color: #f5f5f5;
  line-height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  transition: all 500ms;
  -webkit-transition: all 500ms;
}
.honor_list li div {
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  transition: all 500ms;
  -webkit-transition: all 500ms;
}
.honor_list li:hover div {
  border: 10px solid #253c90;
}
.honor_list li:hover span {
  bottom: 20px;
}
.gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
/*qa*/
.qa_right ul li {
  border-bottom: 1px solid #ccc;
  padding: 32px 0;
}
.qa_right ul li a {
  display: block;
}
.qa_right ul li:hover span {
  color: #009b4d;
}
.qa_right ul li:first-child {
  padding-top: 0;
}
.qa_right ul li span {
  display: block;
  font-weight: bold;
  color: #3e3e3e;
  min-height: 25px;
  margin-bottom: 19px;
  background: url("../images/q.png") no-repeat left center;
  padding-left: 30px;
}
.qa_right ul li small {
  display: block;
  font-size: 14px;
  color: #a6a6a6;
  background: url("../images/a.png") no-repeat left center;
  padding-left: 30px;
  min-height: 25px;
}
/*在线客服*/
.suspension {
  position: fixed;
  z-index: 55;
  right: 0;
  bottom: 85px;
  width: 70px;
  height: 240px;
}
.suspension-box {
  position: relative;
  float: right;
}
.suspension .a {
  display: block;
  width: 44px;
  height: 44px;
  background-color: #253c90;
  margin-bottom: 4px;
  cursor: pointer;
  outline: none;
}
.suspension .a.active,
.suspension .a:hover {
  background: #F05352;
}
.suspension .a .i {
  float: left;
  width: 44px;
  height: 44px;
  background-image: url(../images/side_icon.png);
  background-repeat: no-repeat;
}
.suspension .a-service .i {
  width: 20px;
  height: 20px;
  margin-top: 12px;
  margin-left: 12px;
  background-image: url(../images/suspension-bg.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.suspension .a-service-phone .i {
  width: 20px;
  height: 20px;
  margin-top: 12px;
  margin-left: 12px;
  background-image: url(../images/suspension-bg.png);
  background-repeat: no-repeat;
  background-position: -27px 0;
}
.suspension .a-qrcode .i {
  background-position: -44px 0;
}
.suspension .a-cart .i {
  background-position: -88px 0;
}
.suspension .a-top .i {
  background-position: -132px 0;
}
.suspension .a-top {
  background: #D2D3D6;
  display: none;
}
.suspension .a-top:hover {
  background: #c0c1c3;
}
.suspension .d {
  display: none;
  width: 223px;
  background: #fff;
  position: absolute;
  right: 67px;
  min-height: 90px;
  border: 1px solid #E0E1E5;
  border-radius: 3px;
  box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}
.suspension .d .arrow {
  position: absolute;
  width: 8px;
  height: 12px;
  background: url(../images/side_bg_arrow.png) no-repeat;
  right: -8px;
  top: 31px;
}
.suspension .d-service {
  top: 0;
}
.suspension .d-service-phone {
  top: 34px;
}
.suspension .d-qrcode {
  top: 78px;
}
.suspension .d .inner-box {
  padding: 8px 22px 12px;
}
.suspension .d-service-item {
  border-bottom: 1px solid #eee;
  padding: 14px 0;
}
.suspension .d-service .d-service-item {
  border-bottom: none;
}
.suspension .d-service-item .circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  background: #F1F1F3;
  display: block;
  float: left;
}
.suspension .d-service-item .i-qq {
  width: 44px;
  height: 44px;
  background: url(../images/side_con_icon03.png) no-repeat center 15px;
  display: block;
  transition: all .2s;
  border-radius: 50%;
  overflow: hidden;
}
.suspension .d-service-item:hover .i-qq {
  background-position: center 3px;
}
.suspension .d-service-item .i-tel {
  width: 44px;
  height: 44px;
  background: url(../images/side_con_icon02.png) no-repeat center center;
  display: block;
}
.suspension .d-service-item h3 {
  float: left;
  width: 112px;
  line-height: 44px;
  font-size: 15px;
  margin-left: 12px;
}
.suspension .d-service-item .text {
  float: left;
  width: 112px;
  line-height: 22px;
  font-size: 15px;
  margin-left: 12px;
}
.suspension .d-service-item .text .number {
  font-family: Arial, "Microsoft Yahei", "HanHei SC", PingHei, "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}
.suspension .d-service-intro {
  padding-top: 10px;
}
.suspension .d-service-intro p {
  float: left;
  line-height: 27px;
  font-size: 12px;
  width: 50%;
  white-space: nowrap;
  color: #888;
}
.suspension .d-service-intro i {
  background: url(../images/side_con_icon01.png) no-repeat center center;
  height: 27px;
  width: 14px;
  margin-right: 5px;
  vertical-align: top;
  display: inline-block;
}
.suspension .d-qrcode {
  text-align: center;
}
.suspension .d-qrcode .inner-box {
  padding: 20px 0;
}
.suspension .d-qrcode p {
  font-size: 16px;
  color: #93959c;
}
.tg_pages {
    float: right;
    overflow: hidden;
    padding-bottom: 40px;
    padding-top: 20px;
    text-align: center;
    width: 100%;
}
.tg_pages li {
    display: inline-block;
}
.tg_pages li a {
    border: 1px solid #bebebe;
    color: #bebebe;
    display: inline-block;
    font-size: 13px;
    height: 26px;
    line-height: 26px;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.tg_pages li.thisclass a {
    background: #1f80ba none repeat scroll 0 0;
    border: 1px solid #23a7ea;
    color: #ffffff;
}
/*底部*/
.footer {
    width: 100%;
    height: 358px;
    overflow: hidden;
    background: url(../images/bottom.png) no-repeat;
}
.container {
    width:1200px;
	margin: 0 auto;
}
.footer p {
    float: left;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 36px;
}
.footer p span {
    display: block;
    color: #FFFFFF;
    line-height: 40px;
    margin-top: 45px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}
.footer p em {
    font-style: normal;
    padding: 0 0 6px 0;
    display: block;
}
.footer dl {
    float: left;
    width: 100%;
    margin-left: 10px;
   
}
.footer dl dt {
    float: left;
    font-size: 14px;
    color: #d1e4f7;
    line-height: 40px;
    width: 100%;
    margin-top: 10px;
}
.footer dl dd {
    background: url(../images/shzr_03.jpg) no-repeat left center;
    width: 100%;
    float: left;
    padding-left: 17px;
    line-height: 26px;
    height: 26px;
}
.footer dl dd a {
    font-size: 14px;
    color: #779abe;
    display: block;
}
.clearql {
    padding: 0;
}
.col-md-4 {
    width: 33.33333333%;
	    float: left;
}
.col-md-2 {
    width: 16.66666667%;
	float: left;
}
.btlogo img{
	width: 160px;
	margin-top: 45px;
	margin-left: 60px;
}



