#x-form .tel1::placeholder{color:#ff0000;background-attachment: fixed;}

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;}



/*友情链接*/
.f_link{width:1200px;margin:0 auto;padding-top:-10px;font-family:"微软雅黑";font-size: 14px;}
.f_link a{padding-top:10px;}







/*头部*/
.hh1{height:27px;background:#eeeeee;overflow: hidden;}
.wel{color:#777777;font-size:13px;line-height:27px}
.kk1{color:#777777;font-size:13px;line-height:27px}
.kk1 a{color:#777777;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;
  padding-left:24px;
}

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

.x-menu > li > a {
  display: block;
  font-size: 14px;
  color: #fff;
  line-height:50px;
  text-align: center;
}

.x-menu > li > a:hover {
  background: url(../images/nav-bg2.png) no-repeat center center;
  color: #fff;
}

.x-menu > li.active > a {
  background: url(../images/nav-bg2.png) no-repeat center center;
  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: 99;
  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: #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;
  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;
  }
}



/* 常见问题上下滚动 */
.wen2{width:450px;float:right}
.chang{background:url(../images/tab1.png) no-repeat center top;width:106px;height:30px;float:left;text-align:
center;line-height:30px;color:#fff;font-size:14px}
#kehu{overflow:hidden;height:390px;margin:0 auto;position:relative;margin-top:30px}
#jian {height:100%;}
#zheng {}
#xtop{}

.news_listt{display: block;}
.news_listt li{margin-top:20px;border-bottom: 1px dashed #000000;height:110px;}
.news_listt li a{line-height:35px;height:35px;color:#333333;display:block;background: url(../images/w.png) no-repeat 0
50%;padding-left:30px;font-weight: 400;font-size:16px}
.news_listt li a:hover{text-decoration:none;color:#0574c2;}
.news_listt li span{color:#666666;z-index:0;line-height:27px;display:block;background: url(../images/d.png) no-repeat 0
6px;padding-left:30px;font-size:14px;height:54px;overflow: hidden;margin-top:5px}
.news_listt li span a.more{display:inline;color:#0095b5;background: none;padding-left:0;font-weight: 400;}
























/*热门搜索*/

.search{text-align:left;height:24px;background-color:#f8f8f8;padding:5px 10px 5px 10px;}
#formsearch{width:313px;border-bottom: 1px solid #999999;height: 38px;line-height: 38px;display: block;}
.hotSearch{width:400px;float:left;height:24px;line-height:24px;font-weight:normal;}
#search-type{float: left;width:100px;height: 24px;border: 1px solid #c8c8c8;margin-right: 5px;}

/*搜索和热门搜索*/
.hotSearch a{margin-right:6px;}
#formsearch input#keyword{height:38px;line-height:38px;padding-left:4px;color:#666;width: 290px;
background:transparent;outline:none;border:none;}
#formsearch input#s_btn{width:18px;height:38px;line-height:38px;text-align:center;background:url(../images/search-btn.png) no-repeat center center;
border:none;cursor:pointer;outline:none;}



.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;}


/* 头部 */
.my-header{height: 188px;background:url(../images/top-bg.png) no-repeat top right;
background-size:750px;}
.top1{height: 30px;line-height: 30px;}
.left1{font-size: 12px;color: #666666;font-weight: 400;height: 30px;line-height: 30px;}
.right1{height: 30px;line-height: 30px;
text-align: center;font-size: 12px;color: #fff;font-weight: 400;}
.right1 a{color: #fff;}

.bot1{height: 158px;line-height: 158px;}

.my-nav{background:url(../images/nav-bg1.png) no-repeat top center;}


/* 搜索 */
.my-search{height: 65px;line-height: 65px;background:#f7f7f7;}
.left3{font-size: 12px;color: #999999;font-weight: 400;}
.left3 a{color: #999999;}
.right3{display: block; width: 313px;margin-top:14px;}

.my-service{height: 571px;padding-top: 81px;}
.title1 h2{font-size:44px;color: #287ccf;font-weight: 500;margin:0 auto;padding-left: 134px;}
.title1 h2 span{font-size: 22px;color: #fff;font-weight: 200;
width: 116px;height: 46px;display: block;background:url(../images/tl-bg1.png) no-repeat center center;
line-height: 46px;text-align: left;padding-left: 8px;float: left;}

.title1 h3{font-size: 16px;color: #333333;line-height: 28px;margin-top: 21px;text-align: center;
font-family: 'Adobe 黑体 Std';font-weight: 500;}

.display1{background:url(../images/range-bg.png) no-repeat center center;
height: 181px;margin:0 auto;padding-left: 44px;}
.display1 li{width: 206px;height: 314px;display: block;float: left;text-align:center;padding-top:24px;}
.display1 li+li{margin-left: 81px;}
.display1 li .img2{display:none;}
.display1 li h3{cursor:default;font-size: 16px;color: #999999;font-weight: 400;margin-top: 15px;line-height: 25px;}
.display1 li h3 a{cursor:default;color: #999999;}
.display1 li h2{font-size: 24px;color: #333333;font-weight: 400;margin-top: 24px;}
.display1 li h2 a{color: #333333;}

.display1 li .img1 img{width: 136px;height: 136px;overflow: hidden;}
.display1 li .img2 img{width: 136px;height: 136px;overflow: hidden;}

.display1 li:hover .img1{display: none;}
.display1 li:hover .img2{display: block;}
.display1 li h4{width: 88px;height: 26px;line-height: 26px;text-align: center;
background:#70bd21;color: #fff;font-weight: 200;font-size:14px;
display: block;margin:0 auto;border-radius:20px;margin-top: 16px;}


/* 横图1 */
.hengtu1{height: 247px;display: block;background:url(../images/hengtu-bg1.png) no-repeat top center;
line-height: 247px;}
.hengtu1 img{transition: all 2s;margin-top: 13px;}
.hengtu1 img:hover{transform: scale(1.1);}


/* 产品中心 */
.my-pro{height: 1057px;padding-top: 76px;}
.title2 h2{font-size:30px;color: #287ccf;font-weight: bold;text-align: center;
font-family: '宋体';}
.title2 h3{font-size:16px;color: #666666;font-weight: 400;text-align: center;
margin-top: 9px;}
.title2{background:url(../images/tl-bg2.png) no-repeat center center;
height: 68px;padding-top: 12px;}
.display2{margin-top: 21px;}
.left4{width: 281px;height: 801px;display:block;background:#287ccf;}
.right4{width: 895px;height: 801px;display:block;}

.title3  h2{font-size:30px;color: #fff;font-weight: 10;}
.title3{background:url(../images/tl-bg3.png) no-repeat top 29px right 23px;
height: 89px;width: 281px;display: block;padding-top: 23px;padding-left: 28px;}
.title3 h3{font-size:16px;color: #54aaff;font-weight: 100;text-transform: uppercase;
margin-top: 6px;}

.llf4{width: 266px;height: 692px;display: block;background:#fff;margin:0 auto;}
.top4{width: 239px;height: 407px;margin:0 auto;margin-top: 11px;display: block;}
.bot4{width: 241px;height: 229px;display: block;margin:0 auto;padding:28px 9px 30px 22px;
  background:url(../images/left-bg2.png) no-repeat center center;margin-top: 21px;}

.top4 li{height: 44px;width: 239px;display: block;float: left;
  border-bottom:1px dashed #d1d1d1;line-height: 44px;text-align: left;
font-size:16px;color: #333333;font-weight: 400;background:url(../images/pro-icon1.png) no-repeat center left 9px;
padding-left: 31px;}
.top4 li:hover{background:url(../images/pro-icon2.png) no-repeat center left 9px;}
.top4 li:hover a{color: #70bd21;}
.bot4 h2{font-size:20px;color: #fff;font-weight: 400;font-family:'SourceHanSerifCN Bold';margin-bottom: 10px;}
.bot4 h3{font-size:19px;color: #fff;font-weight: 100;font-family:'SourceHanSerifCN';margin-top: 5px;}
.bot4 p:nth-child(4){margin-top: 31px;font-weight: 100;}
.bot4 p{color: #fff;}

.right4 li{width: 289px;height: 265px;display: block;float: left;text-align: center;margin-top: 9px;position: relative;
}
.right4 li .img1{border:1px solid #d1d1d1;text-align: center;height: 226px;width: 289px;
  line-height: 226px;padding-top: 6px;overflow: hidden;}
.right4 li .img1 img{width: 279px;height: 212px;display: block;overflow: hidden;line-height: 226px;margin:0 auto;}

.right4 li h2{height: 39px;line-height: 39px;font-size:16px;color: #333333;font-weight: 400;text-align: center;}
.right4 li:nth-child(3n-1),.right4 li:nth-child(3n){margin-left: 14px;}
.right4{margin-top: -9px;}

.over1{width: 279px;height: 212px;display: block;background:rgb(50,125,183,0.8);z-index:99999;position: absolute;
top:7px;left:5px;text-align: center;line-height: 212px;font-size:20px;color: #fff;font-weight: 400;display:none;}

.right4 li .img1 img{transition: all ease-in-out 1s;}
.img11{width: 279px;height: 212px;display: block;overflow: hidden;margin:0 auto;}

.right4 li:hover .img11 img{transform: scale(1.1);overflow: hidden;width: 279px;height: 212px;}
.right4 li:hover .over1{display: block;}

/* 横图2 */
.shebei{height: 786px;background:url(../images/shebei.png) no-repeat top center;padding: 186px;
position: relative;}
.top5{width: 1120px;height: 382px;display: block;margin:0 auto;}
.bot5{width: 1120px;height: 112px;display: block;margin:0 auto;margin-top: 29px;}

.top5 li{float: left;}
.bot5 li{width: 276px;height: 108px;display: block;background:#287ccf;border-radius:10px;float: left;
text-align: center;padding-top: 14px;}
.bot5 li h2{margin-top: 14px;color: #fff;font-size:24px;font-weight: 400;}
.bot5 li{margin-right: 5px;}
.right5{width: 568px;margin:0 auto;}
.right5 .order1{width: 56px;height: 80px;display: block;border:1px solid #999999;
background:url(../images/order-bg.png) no-repeat bottom 17px center;padding-top: 18px;margin-left: 40px;}
.right5 .order1 h2{font-size:24px;
  color: #666666;font-weight: 400;text-align: center;}
.order-r{width: 451px;padding-top: 16px;}
.order-r h2 a{font-size:24px;color: #1c74cd;cursor:default;}
.order-r h3{margin-top: 16px;cursor:default;}
.order-r h3 a{cursor:default;font-size:14px;color: #666666;font-weight: 400;text-transform: uppercase;}
.right5 h4{      margin-top: 29px;
  width: 530px;
  display: block;
  margin-left: 38px;
  border-top: 1px solid #ccc;
  padding-top: 19px;}
.right5 h4 a{font-size: 15.5px;color: #333333;line-height: 31px;font-weight: 550;}
.arrow{width: 388px;margin-left: 38px;margin-top: 51px;background:url(../images/xian.png) no-repeat left 65px center;margin-top: 46px;}
.arrow span:first-child{font-size:16px;color: #1c74cd;font-weight: 550;}
.arrow span:nth-child(2){font-size:16px;color: #333333;font-weight: 550;}


.contact2{width: 520px;height: 90px;display: block;border:1px solid #999999;
margin-left: 38px;margin-top: 30px;}

.ct2{width: 303px;height: 58px;display: block;margin-top: 16px;margin-left: 48px;
  border-top:1px solid #d1d1d1;border-bottom:1px solid #d1d1d1;line-height: 58px;
background:url(../images/tel-bg2.png) no-repeat center left;padding-left: 37px;}

.ct2 span:first-child{color: #333333;font-size: 14px;}
.ct2 p{width: 274px;color: #333333;}
.more3{width: 88px;
  height: 30px;
  display: block;
  background: #70bd21;
  color: #fff;
  line-height: 30px;
  text-align: center;
  margin-top: 32px;
  margin-left: 32px;}

  .swiper-button-prev.swiper-button-white, .swiper-button-next.swiper-button-white{
    z-index: 99999;
  }
  .bot5 li.swiper-slide-thumb-active{
    background: #70bd21;
}
/* 流程 */
.my-process{height: 85px;padding-top: 73px;}
.title4{background:url(../images/process-tl.png) no-repeat top center;height: 112px;padding-top: 12px;}
.title4 h2{font-size: 30px;color: #287ccf;font-weight: bold;text-align:center;font-family:'宋体';}
.title4 h3{font-size: 16px;color: #666666;font-weight: 400;text-align: center;margin-top: 9px;}
.title4 h4{font-size: 16px;color: #333333;font-weight: 400;text-align: center;margin-top: 21px;}
 
.display4 li{cursor:default;width: 99px;height: 150px;display: block;float: left;
background:url(../images/flow-bg1.png) no-repeat top center;text-align: center;
padding-top: 9px;}
.display4 li+li{margin-left: 84px;}
.display4{margin-top: 18px;}
.display4 li .img1 img{cursor:default;text-align: center;width: 80px;height: 80px;}
.display4 li .img2 img{cursor:default;text-align: center;width: 80px;height: 80px;}
.display4 li .img2 img{cursor:default;display: none;}
.display4 li h2{margin-top: 41px;}
.display4 li h2 a{cursor:default;font-size: 16px;color: #333333;font-weight: 400;}
.display4 li:hover .img1 img{display:none;}
.display4 li:hover .img2 img{cursor:default;display: block;margin-left: 9px;}
.more4{width: 406px;height: 51px;display: block;background:#287ccf;border-radius:40px;
  line-height: 51px;padding-left: 19px;font-size: 16px;color: #fff;font-weight: 400;
  display: block;margin:0 auto;margin-top: 51px;
}
.tel3{width: 303px;height: 43px;display: block;background:#fff;border-radius:40px;
padding-left: 20px;margin-left: 15px;margin-top: 4px;}
.tel3 p{height: 43px;line-height: 43px;font-size: 17px;color: #333333;}


/* 工程案例 */
.my-case{margin-top: 75px;}
.title5{background:url(../images/case-tl.png) no-repeat top center;padding-top:  16px;}
.title5 h2{font-size: 30px;color: #287ccf;font-weight: bold;text-align: center;font-family:'宋体';}
.title5 h3{font-size: 16px;color: #666666;font-weight: 400;text-align: center;margin-top: 4px;}
.title5 h4{font-size: 18px;color: #333333;font-weight: 400;text-align: center;margin-top: 18px;}
.title5 h5{font-size: 18px;color: #333333;font-weight: 400;text-align: center;margin-top: 6px;}
.title5 h6{width: 21px;height: 25px;display: block;background:url(../images/case-icon.png) no-repeat center center;
margin:0 auto;margin-top: 8px;}


.display5{margin-top: 15px;}
.display5 li a.img{
  display: block
}
.display5 li a.img+a.img{margin-top: 15px;}
.display5 li{float: left;width: 469px;margin: 0 5px;;}
.display5 li img{width: 469px;height: 360px;display: block;overflow: hidden;}
.display5 li h2{height: 57px;line-height: 57px;font-size: 14px;color: #333333;font-weight: 400;
text-align:center;}

/* 合作客户 */
.my-cooper{background:url(../images/coop-bg.png) no-repeat top center;height: 639px;margin-top: 61px;
padding-top: 79px;}
.title6{background:url(../images/coop-tl.png) no-repeat top center;padding-top: 16px;}
.title6 h2{font-size: 30px;color: #fff;font-weight: 400;text-align: center;}
.title6 h3{font-size: 16px;color: #fff;font-weight: 400;text-align: center;margin-top: 5px;}
.display6{height: 291px;margin-top: 29px;}
.display6 li{height: 145px;width: 232px;display: block;float: left;margin-top: 8px;}
.display6 li .img1{      width: 233px;
  height: 100px;
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 95px;
  border: 1px solid rgb(255,255,255,0.7);}
.display6 li .img1 img{width: 225px;height: 94px;}
.display6 li+li{margin-left: 10px;}
.display6 li:nth-child(5n+1){margin-left: 0;}
.display6 li h2{height: 41px;line-height: 41px;text-align: center;font-size:16px;color: #fff;font-weight: 400;}
.display6 li h2 a{color: #fff;}
.more6{width: 252px;height: 51px;display: block;margin:0 auto;position: relative;margin-top: 28px;}
.btn1{width: 146px;height: 51px;display: block;background: #fff;z-index:999;position: absolute;
  left:0px;top:0px;border-radius:30px;font-size: 16px;color: #333333;line-height: 51px;padding-left: 22px;}
.btn2{width: 146px;height: 51px;display: block;background:#70bd21;z-index:9999;position: relative;
  left:104px;top:0px;border-radius:30px;color: #fff;font-size: 16px;line-height: 51px;text-align: center;}
.title7{background:url(../images/about-tl.png) no-repeat top center;height: 67px;padding-top: 18px;}
.title7 h2{font-size: 30px;color: #287ccf;font-weight: bold;text-align: center;font-family:'宋体';}
.title7 h3{font-size: 16px;color: #666666;text-align: center;font-weight: 400;margin-top: 4px;}

/* 公司简介 */
.jianjie{padding-top: 75px; height: 885px;}
.display7{height: 627px;position: relative;margin-top: 39px;}
.left7{width: 888px;height: 590px;display: block;border-bottom:49px solid #70bd21;}
.right7{width: 990px;height: 495px;}
.title72{background:url(../images/about-tl2.png) no-repeat bottom left;height: 72px;}
.title72 h2{font-size: 29px;color: #287ccf;font-weight: 400;text-transform: uppercase;}
.title72 h3{font-size: 16px;color: #333333;font-weight: 400;margin-top: 13px;}
.right7 > h4{    font-size: 16px;
  color: #333333;
  font-weight: 400;
  width: 617px;
  line-height: 31px;
  margin-top: 28px;}
.right7 h5{width: 150px;height: 40px;display: block;background:url(../images/about-more.png) no-repeat center center;
margin-top: 20px;}
.over71{width: 925px;height: 140px;display: block;position: absolute;top:0px;
  left:0px;background:#fff;padding-left: 3px;
top:491px;left:360px;background:url(../images/over71-bg.png) no-repeat center center;padding:30px 0 38px;}
.over71 li{width: 227px;height: 136px;display: block;float: left;}
.over71 li h2{font-size: 36px;color: #70bd21;font-family: 'Adobe 黑体 Std';text-align:center;font-weight: 500;}
.over71 li h2 span{font-size: 14px;color: #70bd21;font-weight: 500;}
.over71 li h4{text-align: center;font-size: 15px;color: #333333;font-weight: 400;margin-top: 18px;}
.m0t{margin:0 auto;}

.nav2{width: 680px;height: 47px;background:#287ccf;padding-left:22px;
position: absolute;top:0px;right:0px;line-height: 47px;}

.nav2 li{float: left;width: 106px;height: 47px;display: block;
}
.nav2 a:first-child li{background:url(../images/about-icon1.png) no-repeat center left;padding-left: 24px;
font-size: 16px;color: #fff;font-weight: 400;}
.nav2 a:nth-child(2) li{background:url(../images/about-icon2.png) no-repeat center left;padding-left: 24px;
font-size: 16px;color: #fff;font-weight: 400;}
.nav2 a:nth-child(3) li{background:url(../images/about-icon3.png) no-repeat center left;padding-left: 24px;
font-size: 16px;color: #fff;font-weight: 400;}


/* 新闻资讯*/
/* 新闻资讯 */
.my-news{padding-top: 67px;height:696px;background: url(../images/news-bg.png) no-repeat top center;}
.left77{width: 582px;height: 450px;display: block;float: left;}
.right77{width: 602px;height: 450px;display: block;float:right;}
div.bot7{height: 441px;width: 582px;display: block;float: left;}
.left77 img{width: 165px;height: 110px;display: block;overflow: hidden;}

.top7 ul span{width: 26px;height: 26px;display: block;background:url(../images/news-more.png) no-repeat center center;
float:right;margin-top: 16px;margin-right: 24px;}
.top7 ul{background:#ebebeb;}
.top7 li{font-size: 18px;color: #333333;font-weight: 400;line-height: 59px;float: left;
width: 118px;text-align: center;}
.top7 li:hover{border-bottom: 3px solid #1189cc;}
.display8{margin-top: 35px;}
.ttop1{margin-top: 20px;}
.bot7 .ttop1 li{height: 32px;width: 582px;display: block;float: left;
  background:url(../images/news-icon.png) no-repeat center left;}
.bot7 .ttop1 li h2{    font-size: 14px;
  color: #333333;
  font-weight: 400;
  height: 32px;
  line-height: 32px;
  text-align: left;
  padding-left: 10px;}

.ttop1 li a{color: #333333;line-height: 32px;}
/* .bot7 .ttop1 li:before{content:".";font-size: 14px;color: #333333;line-height: 32px;} */
.ttop1 li h2 span{color: #999999;font-weight: 400;}

.cct1{height: 110px;width: 582px;display: block;margin-top: 17px;}
.cct1 h2{font-size: 18px;color: #333333;font-weight: 400;}
.cct1 li h3{font-size: 14px;color: #999999;font-weight: 400;line-height: 40px;} 
.cct1 li h4{font-size: 14px;color: #999999;font-weight: 400;line-height: 22px;} 
.cct1 li h4 span{font-size: 14px;color: #287ccf;}

.bbot1 li{height: 32px;width: 582px;display: block;float: left;
  background:url(../images/news-icon.png) no-repeat center left;}
.bbot1 li h2{    font-size: 14px;
  color: #333333;
  font-weight: 400;
  height: 32px;
  line-height: 32px;
  text-align: left;
  padding-left: 10px;}

.bbot1 li a{color: #333333;line-height: 32px;}
/* .bot7 .ttop1 li:before{content:".";font-size: 14px;color: #333333;line-height: 32px;} */
.bbot1 li h2 span{color: #999999;font-weight: 400;}

.center77{width: 292px;height:450px;display: block;float: left;margin-left: 17px;}
.right77{width: 292px;height: 450px;display: block;float: left;margin-left: 17px;}
.ttop2{width: 290px;height: 60px;display: block;background:#287ccf;
text-align: center;line-height: 60px; font-size: 18px;color: #fff;font-weight: 400;}
.center77 img{width: 290px;height: 169px;overflow: hidden;margin-top: 22px;}

.bbot2{margin-top: 17px;}
.bbot2 li{height: 37px;width: 582px;display: block;float: left;background:url(../images/news-icon.png) no-repeat center left;}
.bbot2 li h2{    font-size: 14px;
  color: #333333;
  font-weight: 400;
  height: 37px;
  line-height: 37px;
  text-align: left;
  padding-left: 10px;}

.bbot2 li a{color: #333333;line-height: 37px;}
/* .bot7 .ttop1 li:before{content:".";font-size: 14px;color: #333333;line-height: 32px;} */
.bbot2 li h2 span{color: #999999;font-weight: 400;}



.ttop3{width: 290px;height: 60px;display: block;background:#287ccf;
  text-align: center;line-height: 60px; font-size: 18px;color: #fff;font-weight: 400;}
  .right77 img{width: 290px;height: 169px;overflow: hidden;margin-top: 22px;}
  
  .bbot3{margin-top:-9px;}
  .bbot3 li{height: 37px;width: 582px;display: block;float: left;background:url(../images/news-icon.png) no-repeat center left;}
  .bbot3 li h2{    font-size: 14px;
    color: #333333;
    font-weight: 400;
    height: 37px;
    line-height: 37px;
    text-align: left;
    padding-left: 10px;}
  
  .bbot3 li a{color: #333333;line-height: 37px;}
  /* .bot7 .ttop1 li:before{content:".";font-size: 14px;color: #333333;line-height: 32px;} */
  .bbot3 li h2 span{color: #999999;font-weight: 400;}

.title66{background:url(../images/news-tl.png) no-repeat top center;height: 67px;padding-top: 15px;}
.title66 h3{font-size: 16px;color: #666666;font-weight: 400;text-align: center;margin-top: 6px;}
.title66 h2{font-size: 30px;color: #287ccf;font-weight: bold;text-align: center;font-family:'宋体';}

/* footer */
.footer{height: 420px;background:#287ccf;padding-top: 46px;}
.footer ul:first-child{width: 269px;height: 208px;display: block;float: left;}
.footer ul{float: left;}
.footer ul{width: 240px;height: 208px;display: block;float: left;}
.footer ul h2{text-transform: uppercase;color: #58abff;font-weight: 400;font-size: 16px;}
.footer ul h3{font-size: 16px;color: #fff;font-weight: 400;margin-top: 6px;margin-bottom: 19px;}
.footer ul li a{font-size: 14px;color: #f9f9fa;}
.footer ul li p{font-size: 14px;
    color: #f9f9fa;
    line-height: 25px;
    width: 323px;}
.footer ul li{background:url(../images/footer-left.png) no-repeat center left;padding-left: 10px;float: left;}

.footer ul:nth-child(3) li{background:none;padding-left:0px;}
.footer ul:nth-child(2) li{width: 118px;height: 34px;display: block;line-height: 34px;text-align: left;}
.footer ul:nth-child(3){width: 323px;}
.footer ul:first-child li{width: 99px;height: 34px;display: block;line-height: 34px;text-align: left;}
.footer ul:nth-child(2){width: 270px;}
.erweima{margin-top: 19px;}
.erweima td{font-size: 14px;color: #fff;font-weight: 400;}
.erweima tr td{width: 132px;height: 131px;display: block;background:url(../images/erweima-bg.png) no-repeat center center;
line-height: 131px;text-align: center; float: left;}
.erweima table tbody tr:first-child td+td{margin-left: 10px;}
.erweima table tbody tr:nth-child(2) td{background:none;height: 40px;line-height: 40px;}
.erweima table tbody tr:nth-child(2) td+td{margin-left: 10px;}


/* copy */
.my-copy h2{margin-top: 14px;}
.my-copy h2,.my-copy h3,.my-copy h4{font-size: 14px;color: #fff;
  font-weight: 400;text-align:center;line-height: 29px;}
.my-copy a{color: #fff;}
.my-copy h4 a+a:before{content:" - ";font-size: 14px;color: #fff;}
