html{margin:0;padding:0;border:0;}
body,div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,nav,section
{margin:0;padding:0;border:0;}
body{background:#fff;color:#666;position:relative;font:12px/1.5 Microsoft YaHei,arial,宋体,sans-serif;vertical-align:baseline;width:100%;overflow-x:hidden;}
a{text-decoration:none;outline:none;color:#666;}
a:link{color:#666;}
a:hover,a:active,a:focus{color:#e87518;text-decoration:none;outline:none;}

input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}


.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

h1,h2,h3,h4{font-size:12px;font-weight:bold;}
hr {border: 0;border-top:1px solid #ccc;height:0;}


/*公用样式*/
.wt{width:1920px;position: relative;left:50%;margin-left:-960px;}
.wt_t{width:1200px;margin:0 auto;}

.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}










/*头部*/
.hh1{height:27px;background:#eeeeee;overflow: hidden;}
.wel{color:#474747;font-size:13px;line-height:27px}
.kk1{color:#474747;font-size:13px;line-height:27px}
.kk1 a{color:#474747;font-size:13px;line-height:27px}

.hh2{height:159px;background:url(../images/sky.png) no-repeat center top;}
.logo{line-height:159px;}
.sou{margin-left: 75px;}
.tel{float:right;margin-top:50px;line-height:26px;}






/*导航*/

#menux{background:#0574c2}
.navx{height:58px;width:1200px;margin:0 auto}
.navx li{line-height:58px;height:58px;text-align:center;width:150px;float:left;position:relative;z-index:999;}
.navx li a{display:block;line-height:58px;color:#fff;height:58px;font-size:20px}
.navx li a:hover{color:#fff;text-decoration:none;background-color:#000000;}

.navx .sec{height:0;background:#01557a;color:#fff;overflow:hidden;z-index:9999;position:absolute;top:58px;left:0px;}
.navx .sec a{background:#01557a;color:#fff;height:38px;line-height:38px;width:150px;}
.navx .sec a:hover{background:#042d3f;text-decoration:none;}








/* 导航样式 */
.x-menu {
  width: 1200px;
  float: left;
  margin-left: 9px;
}

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

.x-menu > li > a {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 48px;
}
.x-menu > li+li{margin-left: 50px;}
.x-menu > li:hover >a {
  color: #008eef;
}

.x-menu > li.active > a {
  color: #008eef;
}

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

.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: 99;
  width: 170%;
  left: -30%;
  top: 50px;
  background: #008eef;
  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: #fff;
  line-height: 1.5;
  padding: .5em;
}

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

.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;
  display: none;
}

/* 首页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: #ab001a;
}

.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;
  width: 96px;
  height: 9px;
}

.x-banner .owl-carousel .owl-dots button.owl-dot:hover {
  background:#008eef;
}

.x-banner .owl-carousel .owl-dots button.owl-dot.active {
  background:#008eef;
}

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




























/*热门搜索*/
#formsearch{float:left;width: 338px;margin-top: 20px;}
.hotSearch{width:400px;float:left;height:24px;line-height:24px;font-weight:normal;}
#search-type{float: left;width:100px;height: 24px;border: 1px solid #dadada;margin-right: 5px;}

/*搜索和热门搜索*/
.hotSearch a{margin-right:6px;}
#formsearch input#keyword{height:39px;line-height:80px;padding-left:4px;color:#999;width: 338px;float: left;
font-size: 15px;}
#formsearch input#s_btn{    width: 22px;
  height: 22px;
  text-align: center;
  border: none;
  cursor: pointer;
  outline: none;
  background: url(../images/search-btn.png) no-repeat top center;
  float: left;
  margin-left: -35px;
  margin-top: 8px;}



.com-img{ display:inline; overflow:hidden;margin:0 auto;display: table;}
.com-img img{ transition:all 0.5s ease-in 0s; -webkit-transition:all 0.5s ease-in 0s; -moz-transition:all 0.5s ease-in 0s; -o-transition:all 0.5s ease-in 0s;overflow:hidden;}
.com-img:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);overflow:hidden;}





/*滚动*/
#demo{overflow:hidden;width:100%;margin:0 auto;}
#indemo {float: left;width:800%}
#demo1 {float: left;}
#demo2 {float: left;}

#m_demo{overflow:hidden;width:100%;margin:0 auto;}
#m_indemo {float: left;width:800%}
#m_demo1 {float: left;}
#m_demo2 {float: left;}

#k_demo{overflow:hidden;width:100%;margin:0 auto;}
#k_indemo {float: left;width:800%}
#k_demo1 {float: left;}
#k_demo2 {float: left;}

#y_demo{overflow:hidden;width:100%;margin:0 auto;}
#y_indemo {float: left;width:800%}
#y_demo1 {float: left;}
#y_demo2 {float: left;}

/* logo */
.my-logo{line-height: 93px;height: 93px;background: url(../images/logo-bg.png) no-repeat top center;}
.my-nav{background:url(../images/nav-bg.png) repeat top left;height: 48px;line-height: 48px;} 


/* 搜索 */
.my-search{height: 80px;line-height: 80px;}
.left1{font-size: 14px;color: #999999;}
.left1 a{color: #999;}


/* 服务范围 */

.my-service{
  background:url(../images/service-bg.png) no-repeat top center;
  height: 482px;padding-top: 22px;
}
.title1 h2{font-size: 34px;color: #000000;font-weight: 500;background: url(../images/tl-bg2.png) no-repeat center center;
text-align: center;}
.title1 h3{font-size: 14px;text-align: center;text-transform: uppercase;
  color: #666666;font-weight: 400;margin-top: 8px;}
  .tabs1{margin-top: 22px;    margin-left: 17%;}
.tabs1 li{width: 167px;height: 40px;display:block;float: left;background:#164a92;line-height: 40px;
font-size: 20px;color: #fff;text-align: center;cursor: pointer;}
.tabs1 li:hover{background:#0093f7;}
.tabs1 li+li{margin-left: 40px;}
.tabs1 li a{color: #fff;}
.tabs1 li.on{background:#0093f7;}


.parBd{margin-top: 38px;}
.display1 li{width: 330px;height: 231px;display: block;float: left;margin-right:43px;}
.display1 li .img1{width: 330px;height: 183px;overflow: hidden;}
.display1 li .img1 img{width: 330px;height: 183px;overflow: hidden;}

.display1 li h2{width: 330px;height: 43px;display: block;text-align: center;line-height: 43px;
color: #000000;font-size: 16px;font-weight: 400;background:#d1d1d1;margin-top: 10px;}
.display1 li:hover h2{color: #fff;background:#008eef;}
.display1 li:hover h2 a{color: #fff;}
/* 公司简介 */
.my-intro{position: relative;
  height: 554px;background:url(../images/bg2.png) no-repeat top center;padding-top: 40px;
}
.title2 h2{font-size: 34px;color: #000000;font-weight: 500;background: url(../images/tl-bg2.png) no-repeat center center;
  text-align: center;}
.title2 h3{font-size: 14px;text-align: center;text-transform: uppercase;
  color: #666666;font-weight: 400;margin-top: 8px;}
.left2{width: 765px;height: 307px;position: absolute;top:210px;left: 384px;}
.left2 h2{font-size: 22px;color: #0093f7;}
.left2 h3{font-size: 29px;color: #333333;font-weight: 400;margin-top: 20px;}
.left2 h4{    color: #333333;width: 765px;height: 156px;overflow: hidden;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 16px;}
.left2 h5{    width: 115px;
  height: 31px;
  display: block;
  background: #0093f7;
  line-height: 31px;
  text-align: center;
  color: #fff;
  border-radius: 15px;
  margin-top: -3px;}
.right2{    position: absolute;
  top: 187px;
  left: 1169px;}
.right2 .prev{background: url(../images/icon-left.png) no-repeat top center;
  width: 23px;
  height: 23px;
  display: block;
  position: absolute;
  top: 265px;
  left: 285px;}
.right2 .next{background: url(../images/icon-rigth.png) no-repeat top center;
  width: 23px;
  height: 23px;
  display: block;
  position: absolute;
  top: 265px;
  left: 312px;}


  /* 业绩展示 */
  .work{margin-top: 54px;}
  .title3 h2{font-size: 34px;color: #000000;font-weight: 500;background: url(../images/tl-bg2.png) no-repeat center center;
    text-align: center;}
  .title3 h3{font-size: 14px;text-align: center;text-transform: uppercase;
    color: #666666;font-weight: 400;margin-top: 8px;}
    .display3{margin-top: 33px;}
.display3 li{width: 286px;height: 205px;display: block;float: left;margin-right: 22px;}
.display3 li .img1{width: 286px;height: 162px;overflow: hidden;}
.display3 li .img1 img{width: 286px;height: 162px;overflow: hidden;}
.display3 li h2{width: 286px;height: 43px;display: block;background:#d1d1d1;
font-size: 15px;color: #000000;text-align: center;line-height: 43px;font-weight: 400;}
.display3 li:hover h2{background:#0093f7;color: #fff;}
.display3 li:hover h2 a{color: #fff;}

/* 四大优势 */
.hengtu{margin-top: 50px;}
.youshi{background:url(../images/youshi-bg.png) no-repeat top center;height: 529px;
position: relative;}
.display4 li{width: 246px;height: 145px;display: block;position: absolute;overflow: hidden;}
.display4 li:first-child{    top: 66px;
  left: 683px;}
.display4 li h2{font-size: 17px;color: #333333;font-weight: 400;text-align: center;}
.display4 li h2 a{font-size: 17px;color: #333333;font-weight: 400;}
.display4 li h3{font-size: 13px;color: #666666;font-weight: 400;line-height: 24px;margin-top: 12px;text-align: center;}
.display4 li h3 a{font-size: 13px;color: #666666;font-weight: 400;line-height: 24px;margin-top: 12px;}

.display4 li:nth-child(2){top:66px;left:1282px;}
.display4 li:nth-child(3){    top: 346px;
  left: 383px;}
  .display4 li:nth-child(4){top:346px;left:995px;}

.display8 li{position:absolute;}
.display8 li:first-child{top: 24px;
    left: 405px;}
.display8 li:nth-child(2){    top: 302px;
    left: 705px;}
.display8 li:nth-child(3){    top: 24px;
    left: 1005px;}
.display8 li:nth-child(4){top:302px;left:1306px;}

.pic-1{
  opacity: 1;
  transform: rotateY(0);
  transform-origin: center;
  backface-visibility: hidden;
  transition: transform 0.5s, opacity 0.2s;
}

.display8 li:hover .pic-1{
     transform :rotateY(-70deg);
  opacity: 0;
}
.pic-2{
  width: 100%;
  height: 100%;
  transform-origin: center;
  transform: rotateY(70deg);
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.2s;
}

.display8 li:hover .pic-2{  transform: rotateY(0deg);
  opacity: 1;}


/* 新闻中心 */
.my-news{background:#fafafa;padding-top:52px;border-top:1px solid #e0e0e0;padding-bottom: 55px;
margin-top: 70px;}
.title4 h2{font-size: 34px;color: #000000;font-weight: 500;background: url(../images/tl-bg2.png) no-repeat center center;
  text-align: center;}
.title4 h3{font-size: 14px;text-align: center;text-transform: uppercase;
  color: #666666;font-weight: 400;margin-top: 8px;}
.display5 .left5{width: 353px;height: 494px;float: left;}
.display5 .center5{width: 353px;height: 494px;float: left;}
.display5 .right5{width: 353px;height: 494px;float: left;}

.title5{height: 57px;line-height: 57px;width: 353px;background:url(../images/tl-bg3.png) no-repeat bottom left;}
.title5 h2{font-size: 18px;color: #363534;font-weight: 400;line-height: 57px;height: 57px;}
.title5 h2 span{font-size: 14px;color: #272626;font-weight: 400;float: right;line-height: 57px;}

.ff li img{width: 348px;height: 111px;overflow: hidden;margin-top: 21px;}
.bot5 li h3{font-size: 16px;line-height: 38px;color: #2d2d2d;font-weight: 400;width: 348px;height: 38px;overflow: hidden;}
.bot5 li h3:hover{color:#164a92;}
.ff+.ff{margin-left: 26px;}
.display5{margin:0 auto;width: 1112px;}


/* footer */
.footer1{
  height: 311px;background:url(../images/bot-bg.png);padding-bottom: 10px;border-bottom: 2px solid #fff;
}
.my-link{font-size: 14px;color: #fff;font-family: 400px;line-height: 45px;}
.my-link a{font-size: 14px;color: #fff;font-weight: 400;}
.fot1{border-bottom: 1px solid #062876;}
.cet6{border-bottom: 1px solid #062876;height: 41px;line-height: 41px;}
.nav-bot{font-size: 16px;color: #fff;line-height: 44px;}
.nav-bot a{font-size: 16px;color: #fff;padding-left: 22px;}

.nav-bot a+a{border-left:1px dashed #fff;}
.bot-ct table {margin-top:-10px;}
.bot-ct tbody tr td{font-size: 12px;color: #d3d3d3;font-weight: 400;}

.footer2{height: 90px;background:#3c3c3c;padding-top: 13px;position:relative;}
.footer2 h3{font-size: 14px;color: #fff;font-weight: 400;line-height: 23px;text-align: center;}
.footer2 h3 a{font-size: 14px;color: #fff;font-weight: 400;}
.footer2 h4{font-size: 14px;color: #fff;font-weight: 400;line-height: 23px;text-align: center;}
.footer2 h4 a{font-size: 14px;color: #fff;font-weight: 400;}
.footer2 h5{font-size: 14px;color: #fff;font-weight: 400;line-height: 23px;text-align: center;}
.footer2 h5 a{font-size: 14px;color: #fff;font-weight: 400;}
.erweima{    position: absolute;
    right: 355px;
    top: 4px;}
