@CHARSET "UTF-8";

/*头部样式*/


.translate{width:100px;position: absolute;left: 0;top:10px;z-index: 99999;}
.tran-in{left:120px;}
.translate li{border: 1px dashed #cccccc;line-height: 26px;text-align: left;background: #fff;}
.translate li a{display: block;padding-left: 10px;background: url(../images/dot4.png) no-repeat 88% 11px;}
.translate li a:visited{text-decoration: none;color:#333;}
.translate li a:hover{text-decoration: none;color:#275cea;cursor: pointer;}
.translate-en{display: none;padding: 6px;padding-top:0px;}
.translate li .translate-en a{padding-left: 0px;text-align: center;background: #fff;border-bottom: 1px solid #cccccc;}
.translate li .translate-en a:hover{font-weight: bold;}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



/*热门搜索*/
.search{text-align:left;height:95px;width: 1005px;margin: 0 auto;border: 1px solid #bedcf4;}
.dian{width: 211px;float: left;}
#formsearch{width: 250px;float:right;margin-top: 32px;border: 1px solid #bbbbbb;line-height: 35px;font-size: 14px;margin-right: 6px;}
.hotSearch{width:400px;float:left;height:94px;line-height:94px;font-weight:normal;padding-left: 22px;font-size: 16px;color: #ff0000;}
.hotSearch a{font-size: 14px;color: #000;}
/*主体样式*/
#container{width:1200px;margin:0 auto;margin-top:10px;}
.cont1{width: 1200px;margin: 0 auto;margin-top:70px;}



/* 导航样式 */
.menu{
  background: #f6f6f6;
}
.x-menu {

}

.x-menu > li {
  float: left;
  position: relative;
  width: 149px;
}

.x-menu > li > a {
  display: block;
  font-size: 16px;
  color: #000000;
  line-height: 56px;
  text-align: center;
}

.x-menu > li > a:hover {
  background: #292e39;
  color: #fff;
}

.x-menu > li.active > a {
  background: #292e39;
  color: #fff;
}

.x-menu > li:after {
  content: '';
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0;
  height: 40px;
  opacity: 0;
  top: 100%;
}

.x-menu > li:hover .x-sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.x-sub-menu {
  position: absolute;
  z-index: 999;
  width: 150%;
  left: -25%;
  top: 65px;
  background: #fff;
  border-radius: 5px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.x-sub-menu > li > a {
  display: block;
  text-align: center;
  line-height: 2;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  padding: .5em;
}

.x-sub-menu > li > a:hover {
  background: #e9eaeb;
}

.x-sub-menu:after {
  content: '';
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 10px;
  cursor: pointer;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #fff transparent;
  border-top: none;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 99;
}

/* 首页banner样式 */
.x-banner .owl-carousel {
  position: relative;
}

.x-banner .owl-carousel .banner-item a {
  display: block;
}

.x-banner .owl-carousel .owl-nav .owl-prev {
  left: 0;
}

.x-banner .owl-carousel .owl-nav .owl-next {
  right: 0;
}

.x-banner .owl-carousel .owl-nav button.owl-prev,
.x-banner .owl-carousel .owl-nav button.owl-next {
  outline: none;
  position: absolute;
  top: 50%;
  z-index: 9999;
  background: #424246;
  height: 65px;
  width: 50px;
  margin-top: -32.5px;
  border-radius: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.x-banner .owl-carousel .owl-nav button.owl-prev:hover,
.x-banner .owl-carousel .owl-nav button.owl-next:hover {
  background: #074bac;
}

.x-banner .owl-carousel .owl-nav .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.x-banner .owl-carousel .owl-nav .icon-left-arrow:after {
  background-position: -34px -180px;
}

.x-banner .owl-carousel .owl-nav .icon-right-arrow:after {
  background-position: -26px -480px;
}

@media (max-width: 990px) {
  .x-banner .owl-carousel .owl-nav button.owl-prev,
  .x-banner .owl-carousel .owl-nav button.owl-next {
    height: 40px;
    width: 30px;
    margin-top: -20px;
  }
  .x-banner .owl-carousel .owl-nav .iconfont {
    font-size: 20px;
  }
}

.x-banner .owl-carousel .owl-dots {
  position: absolute;
  z-index: 999;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 0;
  bottom: 5%;
}

.x-banner .owl-carousel .owl-dots button.owl-dot {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin: 0 .5em;
  outline: none;
  background: #fff;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  opacity: .2;
}

.x-banner .owl-carousel .owl-dots button.owl-dot:hover {
  opacity: .5;
}

.x-banner .owl-carousel .owl-dots button.owl-dot.active {
  opacity: 1;
}

@media (max-width: 990px) {
  .x-banner .owl-carousel .owl-dots button.owl-dot {
    font-size: 12px;
  }
}



.clearboth {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  font-size: 0px;
}

p {
  margin: 0;
}

.w1920 {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}
.icon-font {
  position: relative;
}

.icon-font:after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/icon_spirit.png);
  background-repeat: no-repeat;
  position: absolute;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
}

.head-index .logo {
  line-height: 122px;height: 122px;display: flex;align-items: center;justify-content: center;flex-direction: column;
}
.head-index .logo  a{display: block;}
.head-index .top-ad {
  margin-left: 25px;
  font-size: 17px;
  color: #505150;
  padding:20px 30px;
  background: url(../images/topline.png) no-repeat left center;
  margin-top: 20px;
}

.head-index .tel {
  background: url(../images/tel.png) no-repeat left center;
  color: #0a3359;
  font-size: 14px;
  padding-left: 50px;
  line-height: 26px;
  margin-top: 40px;
}

.bj1 {
  background: url(../images/bj1.jpg) no-repeat top center;
  height: 756px;
  overflow: hidden;
}

.bj1 .about-index {
  padding-top: 85px;
}

.bj1 .about-index .abl {
  font-size: 40px;
  color: #0a3358;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 45px;
}

.bj1 .about-index .abl span {
  font-size: 26px;
  color: #0a3358;
  font-weight: normal;
  float: right;
  margin-right: 265px;
}

.bj1 .about-index .abl b {
  display: block;
  font-size: 40px;
  color: #323333;
}

.bj1 .about-index .abr {
  width: 435px;
}

.bj1 .about-index .abr .abr-list {
  margin-top: 16px;
}

.bj1 .about-index .abr .abr-list li {
  float: left;
  height: 70px;
  border-right: 2px solid #323333;
  width: 113px;
  margin-left: 32px;
  position: relative;
}

.bj1 .about-index .abr .abr-list li h3 {
  position: absolute;
  left: 46px;
  top: -6px;
  font-size: 20px;
  color: #323333;
}
.shu{color: #0a3358;font-size: 45px;font-family: 'Impact';line-height: 45px;}

.bj1 .about-index .abr .abr-list li span {
  position: absolute;
  left: 46px;
  top: 15px;
  font-size: 20px;
  color: #323333;
}

.bj1 .about-index .abr .abr-list li p {
  font-size: 18px;
  color: #323333;
  padding-top: 5px;
}

.bj1 .about-index .abr .abr-list li:last-child {
  border-right: none;
}

.bj1 .about-index2 {
  margin-top: 50px;
}

.bj1 .about-index2 .ab11l {
  width: 794px;
  position: relative;
}

.bj1 .about-index2 .ab11l .more {
  position: absolute;
  right: 0;
  top: 0;
}

.bj1 .about-index2 .ab11l .title1 {
  margin-bottom: 30px;
}

.bj1 .about-index2 .ab11l .title1 a {
  font-size: 18px;
  color: #323333;
  margin-right: 15px;
}

.bj1 .about-index2 .ab11l .title1 a:hover {
  background: url(../images/t1.png) no-repeat left center;
  padding-left: 38px;
}

.bj1 .about-index2 .ab11l .abwen {
  font-size: 14px;
  color: #323333;
  line-height: 27px;
  margin-top: 30px;
}

.bj1 .about-index2 .ab11l .abwen p {
  margin-bottom: 20px;
}

.bj1 .about-index2 .ab22r {
  width: 320px;
}

.bj1 .about-index2 .ab22r .picScroll-left {
  position: relative;
  margin-top: 19px;
}

.bj1 .about-index2 .ab22r .picScroll-left .hd .next {
  background: url(../images/left.png) no-repeat top center;
  height: 70px;
  width: 28px;
  position: absolute;
  left: 0px;
  top: 185px;
  z-index: 999;
}

.bj1 .about-index2 .ab22r .picScroll-left .hd .prev {
  background: url(../images/right.png) no-repeat top center;
  height: 70px;
  width: 28px;
  position: absolute;
  right: 0px;
  top: 185px;
  z-index: 999;
}

.bj1 .about-index2 .ab22r .picScroll-left .bd ul li {
  float: left;
  width: 320px;
  background: #f1f1f1;
  height: 444px;
}

.bj1 .about-index2 .ab22r .picScroll-left .bd ul li a {
  display: block;
  text-align: center;
}

.bj1 .about-index2 .ab22r .picScroll-left .bd ul li a .img {
  overflow: hidden;
  height: 400px;
  padding-top: 45px;
}

.bj1 .about-index2 .ab22r .picScroll-left .bd ul li a .img img {
  width: 235px;
  height: 323px;
}

.bj1 .about-index2 .ab22r .picScroll-left .bd ul li a h3 {
  height: 43px;
  background: #074bac;
  line-height: 43px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  font-weight: normal;
}

.bj2 {
  background: url(../images/bj2.png) no-repeat top center;
  height: 807px;
  overflow: hidden;
}

.bj2 .ywfw-index {
  padding-top: 65px;
}

.bj2 .ywfw-index .title b {
  display: block;
  font-size: 48px;
  color: #fff;
  margin-bottom: 10px;
}

.bj2 .ywfw-index .title a {
  font-size: 14px;
  color: #fff;
  text-align: center;
  width: 100px;
  height: 34px;
  border-radius: 20px;
  background: #074bac;
  display: inline-block;
  line-height: 34px;
  float: left;
}

.bj2 .ywfw-index .title span {
  font-size: 24px;
  color: #748097;
  font-family: "Arail";
  text-transform: uppercase;
  margin-left: 26px;
}

.bj2 .ywfw-index .wz {
  font-size: 19px;
  color: #ffffff;
  margin-top: 18px;
}

.bj2 .picScroll-left2 {
  position: relative;
  margin-top: 45px;
}

.bj2 .picScroll-left2 .hd .next {
  background: url(../images/left1.png) no-repeat top center;
  height: 46px;
  width: 46px;
  position: absolute;
  left: -75px;
  top: 265px;
  z-index: 999;
}

.bj2 .picScroll-left2 .hd .prev {
  background: url(../images/right1.png) no-repeat top center;
  height: 46px;
  width: 46px;
  position: absolute;
  right: -75px;
  top: 265px;
  z-index: 999;
}

.bj2 .picScroll-left2 .bd ul li {
  float: left;
  width: 290px;
  height: 491px;
  background: url(../images/tt1.png) no-repeat top center;
  margin: 0 6px;
}

.bj2 .picScroll-left2 .bd ul li a {
  display: block;
}

.bj2 .picScroll-left2 .bd ul li a .img {
  overflow: hidden;
  text-align: center;
}

.bj2 .picScroll-left2 .bd ul li a .img img {
  width: 160px;
  height: 160px;
}

.bj2 .picScroll-left2 .bd ul li a b {
  display: block;
  font-size: 24px;
  color: #000000;
  padding-left: 40px;
  padding-top: 54px;
  padding-bottom: 20px;
}

.bj2 .picScroll-left2 .bd ul li a p {
  padding-left: 40px;
  font-size: 14px;
  line-height: 28px;
  color: #5b5e61;
  height: 144px;
  overflow: hidden;
}

.bj2 .picScroll-left2 .bd ul li a .more {
  font-size: 14px;
  color: #5b5e61;
  background: url(../images/more.png) no-repeat left center;
  padding-left: 32px;
  margin-left: 40px;
}

.bj3 {
  background: #eaecf0;
}

.bj3 .p-index {
  padding-top: 60px;
  padding-bottom: 65px;
  position: relative;
}

.bj3 .p-index .title b {
  display: block;
  font-size: 48px;
  color: #323333;
  margin-bottom: 10px;
}

.bj3 .p-index .title a {
  font-size: 14px;
  color: #fff;
  text-align: center;
  width: 100px;
  height: 34px;
  border-radius: 20px;
  background: #074bac;
  display: inline-block;
  line-height: 34px;
  float: left;
}

.bj3 .p-index .title span {
  font-size: 24px;
  color: #323333;
  font-family: "Arail";
  text-transform: uppercase;
  margin-left: 26px;
}

.bj3 .p-index .tab {
  position: absolute;
  right: 0;
  top: 82px;   
   width: 700px;
}

.bj3 .p-index .tab li {
  display: inline-block;
  
  margin-bottom: 10px;
  
}
.bj3 .p-index .tab li a{display: block;padding: 0 10px;color: #444444;
  border-radius: 20px;
  line-height: 24px;
  font-size: 15px;}
.bj3 .p-index .tab li.cur a{
  background: #1c91ee;
  color: #fff;
}

.bj3 .p-index .p-list {
  margin: 0 -9px;
  margin-top: 40px;
}

.bj3 .p-index .p-list li {
  float: left;
  background: #fff;
  padding: 10px;
  margin: 0 9px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  width: 285px;
}

.bj3 .p-index .p-list li img {
  width: 265px;
  height: 220px;
}

.bj3 .p-index .p-list li .wz {
  padding: 0 8px;
}

.bj3 .p-index .p-list li .wz h2 {
  font-size: 18px;
  color: #444444;
  line-height: 58px;
  border-bottom: 1px solid #ebebeb;font-weight: normal;
}

.bj3 .p-index .p-list li .wz h3 {
  font-size: 14px;
  color: #888888;
  line-height: 21px;
  padding-top: 10px;
  margin-bottom: 32px;font-weight: normal;
}

.bj3 .p-index .p-list li .wz .more {
  font-size: 16px;
  border: 1px solid #dddddd;
  text-align: center;
  color: #888888;
  height: 31px;
  line-height: 29px;
}

.tt {
  display: none;
}

.tt1 {
  display: none;
}

.case-index {
  position: relative;
  padding: 60px 0;
}

.case-index .title b {
  display: block;
  font-size: 48px;
  color: #323333;
  margin-bottom: 10px;
}

.case-index .title a {
  font-size: 14px;
  color: #fff;
  text-align: center;
  width: 100px;
  height: 34px;
  border-radius: 20px;
  background: #074bac;
  display: inline-block;
  line-height: 34px;
  float: left;
}

.case-index .title span {
  font-size: 24px;
  color: #323333;
  font-family: "Arail";
  text-transform: uppercase;
  margin-left: 26px;
}

.case-index .tab1 {
  position: absolute;
  right: 0;
  top: 82px;
}

.case-index .tab1 li {
  display: inline-block;
  
}
.case-index .tab1 li a{display: block;padding: 0 10px;
  font-size: 15px;
  color: #444444;
  border-radius: 20px;
  line-height: 24px;}
.case-index .tab1 li.cur a{
  background: #1c91ee;
  color: #fff;
}

.case-index .c-list {
  margin: 0 -6px;
  margin-top: 50px;
}

.case-index .c-list li {
  float: left;
  width: 290px;
  margin: 0 6px;
  position: relative;
  overflow: hidden;
}

.case-index .c-list li img {
  width: 290px;
  height: 200px;
}

.case-index .c-list li h1 {
  font-size: 16px;
  color: #323333;
  text-align: center;
  border-bottom: 4px solid #12395d;
  height: 60px;
  line-height: 56px;
  font-weight: normal;
}

.case-index .c-list li .wz {
  background: rgba(18, 74, 167, 0.7);
  height: 158px;
  position: absolute;
  bottom: -200px;
  left: 0;
  right: 0;
  transition: 0.5s;
  padding: 0 10px;
}

.case-index .c-list li .wz h2 {
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.case-index .c-list li .wz h3 {
  font-size: 14px;
  color: #ffffff;
  font-weight: normal;
  line-height: 21px;
}

.case-index .c-list li .wz .more {
  width: 102px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 32px;
  color: #fff;
  margin-top: 25px;
}

.case-index .c-list li:hover h1 {
  opacity: 0;
}

.case-index .c-list li:hover .wz {
  bottom: 0px;
}

.bj4 {
  background: url(../images/bj3.png) no-repeat top center;
  height: 912px;
  overflow: hidden;
}

.bj4 .area-index {
  padding-top: 65px;
}

.bj4 .area-index .title b {
  display: block;
  font-size: 48px;
  color: #333333;
  margin-bottom: 10px;
}

.bj4 .area-index .title a {
  font-size: 14px;
  color: #fff;
  text-align: center;
  width: 100px;
  height: 34px;
  border-radius: 20px;
  background: #074bac;
  display: inline-block;
  line-height: 34px;
  float: left;
}

.bj4 .area-index .title span {
  font-size: 24px;
  color: #748097;
  font-family: "Arail";
  text-transform: uppercase;
  margin-left: 26px;
}

.bj4 .area-index .wz {
  font-size: 19px;
  color: #333333;
  margin-top: 18px;
}

.bj4 .area-list {
  position: relative;
  margin-top: 50px;
}

.bj4 .area-list li {
  position: absolute;
}

.bj4 .area-list li:nth-of-type(1) {
  top: 0;
  left: 0;
}

.bj4 .area-list li:nth-of-type(2) {
  top: 300px;
  left: 0;
}

.bj4 .area-list li:nth-of-type(3) {
  top: 0px;
  left: 305px;
}

.bj4 .area-list li:nth-of-type(4) {
  top: 0px;
  left: 535px;
}

.bj4 .area-list li:nth-of-type(5) {
  top: 200px;
  left: 305px;
}

.bj4 .area-list li:nth-of-type(6) {
  top: 200px;
  left: 610px;
}

.bj4 .area-list li:nth-of-type(7) {
  top: 400px;
  left: 305px;
}

.bj4 .area-list li:nth-of-type(8) {
  top: 400px;
  left: 535px;
}

.bj4 .area-list li:nth-of-type(9) {
  top: 0px;
  right: 0px;
}

.bj4 .area-list li:nth-of-type(10) {
  top: 300px;
  right: 0px;
}

.bj4 .area-list li a {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.bj4 .area-list li a h1 {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  color: #fff;
  font-size: 19px;
  line-height: 40px;
  padding-left: 20px;
  font-weight: normal;
}

.bj4 .area-list li a .wz {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  bottom: -150px;
  left: 0;
  right: 0;
  height: 150px;
  padding-left: 20px;
  padding-right: 20px;
  transition: 0.5s;
}

.bj4 .area-list li a .wz h2 {
  color: #fff;
  font-size: 19px;
  padding-top: 20px;
  font-weight: normal;
}

.bj4 .area-list li a .wz h3 {
  font-size: 14px;
  color: #fff;
  line-height: 21px;
  padding-top: 10px;
  font-weight: normal;
}

.bj4 .area-list li a .wz .more {
  width: 102px;
  height: 32px;
  border: 1px solid #fff;
  line-height: 30px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}

.bj4 .area-list li:hover a h1 {
  opacity: 0;
}

.bj4 .area-list li:hover a .wz {
  bottom: 0;
}

.news-index {
  margin-top: 45px;
  margin-bottom: 35px;
}

.news-index .c5a .title b {
  font-size: 48px;
  color: #333333;
  display: block;
}

.news-index .c5a .title span {
  display: block;
  font-size: 24px;
  color: #748097;
  font-family: "Arial";
  text-transform: uppercase;
}

.tabli2 {
  padding-top: 72px;
}

.tabli2 li {
  color: #333333;
  height: 34px;
  background-color: #d9d9d9;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  width: 200px;
  margin-bottom: 8px;
  border-radius: 20px;
}

.tabli2 li.cur {
  background: #1053ae;
  color: #ffffff;
}

.tab2 {
  margin-top: 0px;
  display: none;
}

.c5b {
  width: 897px;
}

.news-list1 li {
  float: left;
  width: 299px;
  border-left: 1px solid #e6eaee;
  padding: 0 22px;
  height: 420px;
}

.news-list1 li a {
  display: block;
}

.news-list1 li a .ntime {
  padding-top: 28px;
}

.news-list1 li a .ntime dd {
  font-size: 34px;
  color: #c6c6c6;
}

.news-list1 li a .ntime dt {
  font-size: 16px;
  color: #6e6e6e;
  font-weight: normal;
}

.news-list1 li a h2 {
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  padding-top: 15px;
  font-weight: normal;
  height: 71px;overflow: hidden;
}

.news-list1 li a img {
  width: 256px;
  height: 120px;
  margin-top: 5px;
}

.news-list1 li a .nei2 {
  font-size: 14px;
  color: #848484;
  line-height: 24px;
  margin-top: 10px;
}

.news-list1 li a .more {
  background: url(../images/more1.png) no-repeat top center;
  height: 21px;
  width: 41px;
  margin-top: 15px;
}

.link-bg {
  background: #f7f7f7;
  padding: 33px 0;
  min-height: 103px;
  overflow: hidden;
}

.link-bg .link-index span {
  background: url(../images/link.png) no-repeat left center;
  height: 37px;
  width: 135px;
  display: inline-block;
  float: left;
  margin-right: 45px;
}

.link-bg .link-index a {
  font-size: 15px;
  color: #444444;
  padding-right: 30px;
  line-height: 37px;
}

.erq {
  text-align: center;
  padding-top: 30px;
}
.foot-bg {
  background: #124aa7;
  padding: 26px 0;
}

.foot-bg .foot-index .f11 {
  width: 300px;
  background: url(../images/line1.png) no-repeat right top;
  min-height: 220px;
  padding: 0 32px;
}

.foot-bg .foot-index .f11 h2 {
  color: #ffffff;
  font-size: 18px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.foot-bg .foot-index .f11 a {
  background: url(../images/dian.png) no-repeat left center;
  padding-left: 15px;
  float: left;
  width: 50%;
  color: #ededed;
  line-height: 30px;
}

.foot-bg2 {
  background: #0f3d8b;
  height: 42px;
  line-height: 42px;
  font-size: 15px;
  color: #fff;
  text-align: center;
}

.foot-bg3 {
  background: #124aa7;
  padding: 10px 0;
}

.foot-bg3 .cop {
  font-size: 15px;
  color: #a7b4d6;
  line-height: 24px;
  text-align: center;
}

.foot-bg3 .cop a {
  color: #a7b4d6;
}

.foot-bg3 .cop .hot a {
  padding-right: 5px;
}














.navigation{float:right;width:100px;}
.left .box{margin-bottom:10px;}
.left .box h3{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:#0c7dd4;font-size:14px;color:#fff;}
.left .box .content{padding:5px 0px;}



/*首页下载中心*/
.down_index{margin-top:10px;width:280px;float:right;}
.down_index .title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:#0c7dd4;font-size:14px;color:#fff;}
.down_index .content{padding:5px;}

/*首页区域*/
.region{border:1px solid #e0e1dc;padding:10px;margin-top:10px;color:#333;}
.region h3{line-height:30px;height:30px;line-height:30px;padding-left:10px;position:relative;font-family:"微软雅黑";background:#f3f3f3;
border-bottom:2px solid #df2525;font-size:14px;}
.region .item{padding:10px;padding-bottom:0;color:#666;}
.region .item a{color:#666;padding-left:12px;padding-right:12px;line-height:26px;margin-bottom:6px;}
.region .item a:hover{text-decoration:underline;color:#df2525;}
.city h2{line-height:30px;border-bottom:2px solid #e87518;padding-left:5px;}
.city .item{line-height:28px;padding:10px;}

/*产品列表页描述*/
.prodescription{border:1px solid #e5e5e5;background:#f9f9f9;line-height:24px;padding:10px;margin-bottom:15px;text-indent:20px;}

/*友情链接*/
.f_link{width:1010px;margin:0 auto;margin-top:15px;line-height:30px;}

/*页面底部*/
.foot{background: url(../images/foot.jpg) repeat-x center;height: 274px;}
#footer{position:relative;width:1010px;margin:0 auto;color:#fff;}
#footer a{color:#fff;}
#footer a:hover{color:#e87518;text-decoration:none;}
.nav_foot{text-align:center;line-height:24px;color:#fff;}
.foot_left{width: 271px;float: left;margin-top: 75px;}

.foot_middle{width: 435px;float: left;text-align: left;margin-top: 24px;margin-left: 100px;line-height: 25px;}


.foot_right{width: 104px;float: right;margin-top: 80px;}

.copyright{text-align:center;line-height:24px;font-family:"arial";}

.more_region{position:absolute;right:10px;line-height:30px;top:0;font-weight:normal;font-size:12px;}
#footer h3{width:80px;line-height:30px;position:absolute;right:233px;top:5px;font-weight:normal;}
.pos{position: relative;width: 1920px;left: 50%;margin-left: -960px;}
/*------------内页-------------------*/
.n_banner{width:100%;}
.n_banner img{
	width: 100%;
}
.left{width:240px;float:left;}
.sort_menu{}
.sort_menu h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}
.sort_product{margin-top:10px;}
.sort_product h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}

.n_contact{margin-top:10px;}
.n_contact h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}
.n_contact p.content{padding:5px;}

.right{width:940px;float:right;padding-bottom:10px;}
.sitemp{line-height:31px;height:31px;overflow:hidden;padding-right:10px;background:#0c7dd4;}
.sitemp h2{width:340px;float:left;line-height:31px;text-align:center;text-align:left;text-indent:15px;color:#fff;
font-family:"微软雅黑";font-size:14px;}
.sitemp .site{width:380px;float:right;text-align:right;line-height:30px;font-family:"微软雅黑";color: #fff;}
.sitemp .site a{
	color: #fff;
}
.right .content{padding:10px;padding-top:15px;overflow:hidden;}