a{
  transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
	}
a:hover {
  text-decoration: none;
}
body {
  background-color: #f9f9f9;
}
.main-img{
  width: 100%;    
  overflow: hidden;
  position:relative;
}
.main-img img{
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
}
.main-img:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
} 
.container-fluid,
.container {
  min-width: 1200px;
}
.online22 {
    position: fixed;
    width: 100%;
    padding: 10px 0;
    bottom: 0;
    background: rgba(0, 0 , 0, 0.7);
    z-index: 999;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
.online22 div {
    width: 1200px;
    margin: 0 auto;
    
}
.top-header {
  background: url("../images/top_header.jpg") repeat-y center center;
  height: 150px;
  position: relative;
}
.top-logo {
  margin-top: 10px;
}
.top-right-1 {
  text-align: right;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #b3b2b2;
}
.top-right-1 > a {
  font-size: 14px;
  color: #b3b2b2;
  line-height: 14px;
  margin-right: 6px;
}
.top-right-2 {
  text-align: right;
  color: #1d68a8;
  font-weight: bold;
  font-size: 20px;
  margin-top: 26px;
}
.top-right-3 {
  text-align: right;
  margin-top: 28px;
}
.top-right-3 > a {
  font-size: 18px;
  color: #484848;
  margin-left: 20px;
}
.top-right-3 .active {
  color: #1d68a8;
  font-weight: bold;
}
/* 轮播 */
.wp-car .carousel-indicators li:not(:last-child) {
  margin-right: 4px;
}
.wp-car .carousel-indicators li {
  width: 12px;
  height: 12px;
  background-color: #a3a6a7;
  border: none;
  margin: 0px;
  opacity: 0.8;
}
.wp-car .carousel-indicators .active {
  background-color: #1d68a8;
  opacity: 0.9;
}
.i-about {
  margin-top: 60px;
  padding-bottom: 60px;
}
.h3-red {
  font-size: 50px;
  color: #1d68a8;
  font-weight: bold;
}
.h3-red > span {
  font-size: 30px;
  font-weight: normal;
  margin-left: 10px;
  color: #1d68a8;
}
.h3-wh {
  font-size: 50px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
}
.h3-wh > span {
  font-size: 30px;
  font-weight: normal;
  color: #fff;
}
.h3-fu {
  color: #736d6d;
  font-size: 20px;
  position: relative;
  margin-bottom: 20px;
}
.h3-fu:after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #1d68a8;
  position: absolute;
  left: 0px;
  top: 40px;
}
.i-about-title {
  color: #4b4848;
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin: 40px 0px 20px;
}
.i-about-info {
  font-size: 16px;
  line-height: 28px;
  color: #736d6d;
}
.i-about-info .more-btn {
  width: 185px;
  height: 55px;
  display: block;
  line-height: 55px;
  font-size: 16px;
  color: #817c7c;
  text-align: center;
  border: 1px solid #e0e0e0;
}
.i-about-imgs {
  margin-top: 6px;
}
.i-about-imgs > img {
  margin-bottom: 4px;
}
.i-infos {
  background-color: #fff;
  height: 220px;
  position: relative;
}
.i-infos > div {
  background: url("../images/line.png") no-repeat right center;
  height: 220px;
  text-align: center;
}
.i-infos > div:last-child {
  background: none;
}
.i-infos > div span {
  color: #686868;
  font-size: 40px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin: 60px auto 0px;
}
.i-infos > div span:after {
  content: "";
  width: 12px;
  height: 12px;
  background: url("../images/jia.png");
  position: absolute;
  top: -12px;
  right: -12px;
}
.i-infos > div p {
  color: #686868;
  font-size: 16px;
  margin-top: 10px;
}
.i-khsp {
  background: url("../images/kh_bg.jpg") no-repeat center center;
  padding: 110px 0px 240px;
  height: 550px;
  margin-top: -110px;
}
.i-khsp-a {
  text-align: right;
}
.i-khsp-a > a {
  display: inline-block;
  width: 150px;
  height: 38px;
  line-height: 38px;
  background-color: #fff;
  color: #484848;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
  border-radius: 20px;
  margin-left: 10px;
  cursor: pointer;
  transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
}
.i-khsp-a > a:hover {
  display: inline-block;
  width: 150px;
  height: 38px;
  line-height: 38px;
  background-color: #1d68a8;
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
  border-radius: 20px;
  margin-left: 10px;
  cursor: pointer;
}
.i-zst {
  background-color: #fff;
  position: relative;
  margin-top: -240px;
  padding: 30px 15px 0px;
}
.i-zst > div {
  margin-bottom: 30px;
  position: relative;
}
.i-zst > div img {
  width: 100%;
  height: 246px;
}
.i-zst-info {
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  color: white;
  background: url("../images/zstbg.png");
  position: absolute;
  bottom: 0px;
  left: 15px;
  right: 15px;
  z-index: 2;
}
.i-becho {
  margin-top: 50px;
  padding-bottom: 100px;
}
.h3-red-sm {
  font-size: 35px;
  font-weight: bold;
  color: #1d68a8;
  position: relative;
}
.h3-red-sm:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #1d68a8;
  left: 0px;
  top: 50px;
}
.i-ly {
  background-color: #fff;
  padding: 80px 15px;
}
.span-fu {
  font-size: 25px;
  color: #2a1b1b;
}
.i-zxzx { 
  color: white;
  font-size: 18px;
  height: 80px;
}
.i-zxzx-l > div:first-child {
  height: 100%;
  line-height: 80px;
  width: 60px;
  text-align: center;
  float: left;
}
.i-zxzx-l-last {
  width: 250px;
  line-height: 24px;
  height: 100%;
  float: left;
}
.i-zxzx-l p {
  font-weight: bold;
  font-size: 30px;
  display: inline-block;
  margin-bottom: 0px;
  margin-top: 18px;
}
.i-zxzx-l {
  background-color: #1d68a8;
  width: 310px;
  height: 80px;
}
.i-zxzx-r {
  line-height: 80px;
  background-color: #4b4848;
  width: 100px;
  height: 80px;
  text-align: center;
  cursor: pointer;
}
.i-ly-detail {
  margin-top: 50px;
}
.i-ly-detail li {
  width: 12.5%;
  float: left;
  text-align: center;
  font-size: 18px;
  color: #2a1b1b;
  cursor: pointer;
}
.i-ly-detail .active,
.i-ly-detail li:hover {
  color: #1d68a8;
  font-weight: bold;
}
.i-ly-detail li div {
  width: 50px;
  height: 50px;
  background-color: #dbdbdb;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  color: white;
  border-radius: 50%;
  display: inline-block;
}
.i-ly-detail .active div,
.i-ly-detail li:hover div {
  background-color: #1d68a8;
}
.i-ly-detail {
  position: relative;
}
.i-ly-detail ul {
  position: relative;
}
.i-ly-detail .line {
  height: 1px;
  background-color: #dbdbdb;
  position: absolute;
  bottom: 25px;
  width: 87.5%;
  left: 6.75%;
  z-index: 0;
}
.h4-black {
  color: #2a1b1b;
  font-size: 30px;
}
.fu-black {
  font-size: 18px;
  color: #878787;
}
.i-cho-p {
  color: #878787;
  font-size: 16px;
  line-height: 22px;
  margin-top: 24px;
  min-height: 120px;
  text-align: left;
}
.i-cho-btns {
  display: inline-block;
  position:absolute;
  bottom:0px;
  right:0;  
}
.i-cho-btns div {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  background-color: #d2d4d8;
  cursor: pointer;
}
.i-cho-btns div:first-child {
  margin-right: 10px;
}
.i-cho-btns > div:hover {
  background-color: #1d68a8;
}
.i-fw-detail {
  display: inline-block;
  height: 122px;
  width: 122px;
  background: url("../images/bgwh.png");
  cursor: pointer;
  position: relative;
  color: white;
  float: left;
  transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
}
.i-fw-r-b {
  float: left;
  width: 56px;
  text-align: center;
  height: 122px;
  line-height: 122px;
}
.i-fw-detail > span {
  position: absolute;
  right: 4px;
  top: 2px;
}
.i-fw-detail > p {
  font-size: 14px;
  color: #1d68a8;
  margin-top: 10px;
  text-align: center;
}
.i-fw-detail .i-fw-img {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 35px;
}
.i-fw-w {
  display: none;
}
.i-fw-detail:hover,
.i-fw-active {
  background: url("../images/bgred.png");
  color: white;
  color: #1d68a8;
}
.i-fw-detail:hover p,
.i-fw-active p {
  color: white;
}
.i-fw-detail:hover .i-fw-w,
.i-fw-active .i-fw-w {
  display: inline-block;
}
.i-fw-detail:hover .i-fw-r,
.i-fw-active .i-fw-r {
  display: none;
}
.i-dzfa {
  height: 345px;
  background: url("../images/dzfw.jpg") center center;
  color: white;
}
.i-dzfa span {
  font-size: 20px;
  display: block;
  margin-top: 70px;
}
.i-dzfa p {
  font-size: 60px;
  font-weight: bold;
  margin-top: 10px;
}
.i-dzfa-btn,
.i-dzfa-btn:hover {
  display: block;
  width: 300px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  color: #1d68a8;
  background-color: white;
  font-size: 24px;
  border-radius: 6px;
  margin-top: 45px;
}
.i-gszz {
  padding: 80px 0px;
}
.i-gszz-cn {
  position: relative;
}
.i-fwzz-btn {
  display: block;
  width: 40px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #efefef;
  color: #c2c2c2;
  cursor: pointer;
  position: absolute;
  top: 120px;
}
.i-fwzz-btn-l {
  left: -50px;
}
.i-fwzz-btn-r {
  right: -50px;
}
.i-fwzz-btn:hover {
  background-color: #1d68a8;
  color: white;
}
.i-zz-cont li {
  float: left;
  width: 280px;
  text-align: center;
}
.Box {
  position: relative;
}
.Box .content {
  width: 100%;
  margin: 0 auto;
}
.Box h2 {
  text-align: center;
  margin-bottom: 35px;
  padding-top: 250px;
}
.Box .Box_con {
  position: relative;
}
.Box .Box_con .btnl {
  position: absolute;
}
.Box .Box_con .btn {
  display: block;
  width: 41px;
  height: 41px;
  position: absolute;
  top: 80px;
  cursor: pointer;
}
.Box .Box_con .btnl {
  left: -72px;
}
.Box .Box_con .btnr {
  right: -72px;
}
.Box .Box_con .conbox {
  position: relative;
  overflow: hidden;
}
.Box .Box_con .conbox ul {
  position: relative;
  list-style: none;
}
.Box .Box_con .conbox ul li:first-child {
  margin-left: 0;
}
.Box .Box_con .conbox ul li,
.ny-mid-box {
  float: left;
  margin-left: 20px;
  overflow: hidden;
  display: block;
  width: auto;
  height: 335px;
  text-align: center;
  cursor: pointer;
  max-width: 100%;  
}
.Box .Box_con .conbox ul li .box-img,
.ny-mid-box .box-img {
  display: inline-block;  
  max-width: 100%;
  height:265px;
  padding: 0px 20px;
}
.Box .Box_con .conbox ul li .box-img > img,
.ny-mid-box .box-img > img {
  width: auto;
  height: auto;
}
.Box .Box_con .conbox ul li .box-div,
.ny-mid-box .box-div {
  width: auto;
  height: 130px;
  background-color: #efefef;
  color: #2a1b1b;
  font-size: 14px;
  line-height: 190px;
  margin-top: -70px;
  max-width: 100%;
}
.Box .Box_con .conbox ul li:hover .box-div,
.ny-mid-box:hover .box-div {
  background-color: #1d68a8;
  color: #ffffff;
}
.Box .BoxSwitch {
  margin-top: 30px;
  text-align: center;
}
.Box .BoxSwitch span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 30px;
  height: 3px;
  background: #ccc;
  margin: 0 5px;
  cursor: pointer;
}
.Box .BoxSwitch span.cur {
  background: red;
}
.ny-mid-box {
  margin-left: 0px;
}
.ny-mid-box-b .box-img > img ,.Box .Box_con .conbox ul .ny-mid-box-b .box-img > img{
  width: auto;
  height: 205px;
}
.ny-mid-box-b .box-img ,.Box .Box_con .conbox ul .ny-mid-box-b .box-img {  
  height: 205px;
  width: auto;
}
.ny-mid-box-b {
  width: 350px!important;
  height: 300px;
}
.ny-mid-box-b .box-div ,.Box .Box_con .conbox ul .ny-mid-box-b .box-div{
  width: 350px;
}
/*  */
.i-wlbs {
  padding: 76px 0px;
  background: url("../images/gray_bg.png") center center;
  height: 500px;
}
.i-wlbs .p1 {
  font-weight: bold;
  font-size: 55px;
  color: white;
  margin-bottom: 0px;
  line-height: 60px;
}
.i-wlbs .p2 {
  font-weight: bold;
  font-size: 50px;
  color: white;
}
.i-wlbs .div1 {
  line-height: 0px;
}
.i-wlbs .div1 img {
  margin-top: 18px;
}
.i-wlbs .div1 span {
  color: white;
}
.i-wlbs .div1 .span1 {
  font-size: 18px;
  margin-top: 22px;
  margin-left: 6px;
}
.i-wlbs .div1 .span2 {
  font-size: 32px;
  margin-left: 50px;
}
.i-wlbs .form1 .span1 {
  font-size: 26px;
  color: white;
  font-weight: bold;
  display: block;
  margin-bottom: 25px;
}
.i-wlbs .form1 .form-group {
  position: relative;
}
.i-wlbs .form1 .form-group img {
  position: absolute;
  left: 0px;
  top: 0px;
}
.i-wlbs .form1 input {
  border-radius: 0px;
  border: none;
  padding-left: 40px;
  height: 45px;
  background-color: white;
}
.i-wlbs .form1 textarea {
  border-radius: 0px;
  border: none;
  resize: none;
  height: 130px;
  background-color: white;
}
.i-wlbs .form1 .submit-btn {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: white;
  background-color: #1d68a8;
  border: none;
  font-size: 18px;
  font-weight: bold;
}
.i-wlbs-right a {
  display: block;
  margin-bottom: 30px;  
}
.i-wlbs-right a img{
   transition-duration: 0.6s;
   -webkit-transition-duration: 0.6s;
   -moz-transition-duration: 0.6s;
   -ms-transition-duration: 0.6s;
   -o-transition-duration: 0.6s;
	}
.i-wlbs-right a:hover img{
	opacity:0.8;
	}
.i-rdzx {
  background-color: #fff;
  padding: 80px 0px;
}
.i-rdzx .span1 {
  font-size: 22px;
  font-weight: bold;
  color: #4b4848;
  display: inline-block;
  margin-top: 30px;
}
.i-rdzx .more-a {
  font-size: 16px;
  color: #1d68a8;
  margin-top: 30px;
  line-height: 30px;
}
.i-rdzx .div1 {
  margin-top: 34px;
}
.i-rdzx .div2 .title {
  font-size: 18px;
  color: #4b4848;
  font-weight: bold;
}
.i-rdzx .date {
  font-size: 14px;
  color: #adadaf;
}
.i-rdzx .div2 .p1 {
  font-size: 16px;
  line-height: 28px;
  color: #736d6d;
  margin-top: 27px;
}
.i-rdzx .div2 .more-btn {
  width: 90px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #1d68a8;
  font-size: 14px;
  color: #fff;
  display: block;
  margin-top: 20px;
}
.i-news-ul a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding-left: 30px;
  background: url("../images/yb.png") no-repeat left center;
  border-bottom: 1px solid #f5f5f5;
  color: #2b2b2b;
  font-size: 16px;
}
.i-news-ul a:hover {
  color: #1d68a8;
  background: url("../images/yr.png") no-repeat left center;
}
.i-news-ul {
  margin-top: 30px;
}
.i-yn-ul a {
  display: block;
  height: 70px;
  line-height: 70px;
  color: #2b2b2b;
  border-bottom: 1px solid #fff;
  padding-left: 40px;
  background: url("../images/yb.png") no-repeat 14px center;
  background-color: #f9f9f9;
}
.i-yn-ul .right {
  width: 24px;
  height: 24px;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  background-color: #d5d5d5;
  color: white;
  border-radius: 50%;
  margin-top: 23px;
  margin-right: 20px;
}
.i-yn-ul a:hover {
  background: url("../images/yw.png") no-repeat 14px center;
  background-color: #1d68a8;
  color: white;
}
.i-yn-ul a:hover .right {
  background-color: #fff;
  color: #1d68a8;
}
.i-yn-ul {
  margin-top: 34px;
}
footer {
  background: url("../images/footer_bg.png") center center;
  height: 500px;
  padding: 90px 0px 60px;
}
footer .h3-title {
  font-size: 20px;
  font-weight: bold;
  color: white;
  margin-top: 0px;
}
.footer-ul {
  margin-top: 20px;
}
.footer-ul a {
  color: #dbdbdb;
  font-size: 14px;
  display: block;
  float: left;
  width: 50%; 
  line-height: 2;
}
.footer-lxfs p {
  font-size: 14px;
  color: #dbdbdb;
  margin-bottom: 4px;
}
.footer-lxfs .phone {
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
}
footer .erweima {
  width: 130px;
  height: 160px;
  padding: 5px;
  font-size: 14px;
  color: #2b2b2b;
  background-color: #fff;
  text-align: center;
}
footer .erweima img {
  margin-bottom: 6px;
}
.footer-mzsm {
  font-size: 14px;
  color: #dbdbdb;
  margin-top: 100px;
  display: block;
}
.footer-mzsm a{
	color:#dbdbdb;
}
.footer-mzsm a:hover{
	color:#1d68a8;
}
.carouselcon{
	position:relative;
	margin-top:60px;	
	}
#carouselInner .item {
	position:absolute;
	top:0px;
	right:0;	
    opacity:0; 
    transition-duration: 0.6s;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
}
#carouselInner .active {
    opacity:1;  
}
.source-pagination{ 
   text-align:center;
}