/*初始化样式*/
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,navs,section
{margin:0;padding:0;border:0;}
body{background:#fff;color:#333;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;}

a:hover,a:active,a:focus{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{font-size:12px;font-weight:bold;}
hr {border: 0;border-top:1px solid #ccc;height:0;}




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


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

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



.pos{position: relative;width:1920px;left:50%;margin-left:-960px;}
.wh{width:1200px;margin:0 auto;}


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



.roll_product {float: left;}


/*头部样式*/
.top1{border-bottom: 1px solid #eaeaea;color:#999999;height:40px;line-height:40px;overflow:hidden;font-size:14px;}
.top1 a{color:#999999;}
.wel{font-size:14px;}
.k1{font-size:12px;}
.k2{font-size:18px;color:#333333;line-height:40px;background: url(../images/t.png) no-repeat left center;padding-left:32px;font-family:"Arial";font-weight:bold;margin-right:11px;}



.top2{height:107px;}
.logo{float:left;line-height:107px;}






/*热门搜索*/
.sou{padding:16px 0 0;}
#formsearch{float:right;}
.hotSearch{float:left;height:33px;line-height:33px;font-weight:normal;color:#333333;font-size:14px;padding-left:44px;background: url(../images/hot.png) no-repeat left center;}
.hotSearch a{margin-right:6px;color:#333333;}
#search-type{float: left;width:100px;height: 24px;border: 1px solid #c8c8c8;margin-right: 5px;}



/*搜索和热门搜索*/
#formsearch{float:right;background: url(../images/ss.png) no-repeat;width:280px;height:31px;margin-top:6px;}
#formsearch input{}
#formsearch input#keyword{height:31px;line-height:31px;padding-left:9px;float:left;color:#888888;font-size:12px;background:none;border:none;outline:none;font-family:"宋体";width:220px;}
#formsearch input#s_btn{width:33px;height:31px;line-height:31px;text-align:center;background:none;border:none;outline:none;color:#fff;border:none;cursor:pointer;font-size: 12px;float:right;}
#formsearch input::-webkit-input-placeholder {color:#888888;}
#formsearch textarea::-webkit-input-placeholder {color: #888888;}








/* 导航样式 */
.x-menu {
  float: right;margin-top:35px;
}

.x-menu > li {
  float: left;
  position: relative;
  margin: 0 20px;
}

.x-menu > li > a {
  display: block;
  font-size: 16px;
  color: #333333;
  line-height:40px;
  position: relative;
  padding-bottom: 8px;
}
.x-menu > li > a:after{
  position: absolute;
  width:0;
  height: 3px;
  content: "";
  background: #1f74c0;
  left:0;
  bottom: 0;
  transition: all 0.3s;
  overflow: hidden;
}
.x-menu > li > a:hover {
  color: #333333;
}
.x-menu > li > a:hover:after{
  width: 100%;
}




.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: 78px;
  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;
}












.x-product2 {
  background: #fff url(../images/probg.png) repeat;height:937px;
}
.x-product2 .x-title2{
  border-bottom: 1px solid #eee;
  position: relative;
  padding-bottom:20px;margin-top:25px;
}

.x-title2 h3 {
  font-size:32px;
  color: inherit;
  line-height: 1.8;
  color:#333333;
}
.x-title2 p {
  text-transform: uppercase;
  font-size: 18px;
  color: inherit;
  line-height:1.5;
  color:#999999;
  margin-bottom: 0;
}



.x-product2 .x-title2:after{
  width:23px;
  height: 3px;
  content: "";
  position: absolute;
  left:0;
  bottom:-1px;
  background: #1f74c0;
}
.x-title2 .pro-cate{
  position: absolute;
  right:4px;
  bottom:28px;
}
.x-title2 .pro-cate a{
  display: block;
  float: left;
  color:#333333;
  font-size: 14px;
  line-height: 36px;
  padding:0 16px;
  _display:inline;
}


                                                                                                                                                              

.product_list1{margin-top:30px;}
.product_list1 li{float:left;margin-right:10px;margin-bottom:35px;}
.product_list1 li:nth-child(4n){margin-right:0;}
.product_list1 li .img{border:1px solid #e4e4e4;display:block;}
.product_list1 li img{width:290px;height:290px;}
.product_list1 li h3{text-align:center;font-weight:normal;color:#292929;font-size:14px;margin-top:17px;}





.box2{background: url(../images/bj2.png) no-repeat;height:245px;}
.htwz{width:574px;margin-left:356px;color:#fff;}
.zz{font-size:19px;margin-top:40px;}
.zz p{font-size:26px;margin-top:10px;}
a.zx{display:block;width:180px;line-height:36px;text-align:center;color:#fff;border-radius:12px;background:#007df3;font-size:20px;margin-top:20px;}
a.zx:hover{color:#043b9e;border-radius:12px;background:#fff;}
.dh{color:#fff;padding-left:53px;font-size:18px;line-height:28px;margin-top:100px;}
.dh p:nth-child(2){font-size:26px;font-weight:bold;}





/* 公司简介 */
.about{
   padding:22px 0 66px;
}
.about-img{
  width: 512px;
}
.about-img img{
  max-width: 100%;
  height: auto;
}
.about-txt{
  width: 617px;
  padding-top: 15px;margin-right:25px;
}

.a-title h3 {
  font-size:32px;

  line-height: 1.3;color:#333333;
}

.a-title p {
  text-transform: uppercase;
  font-size: 18px;color:#999999;
  margin-top:6px;

}


.about-txt .content{
   color:#333333;
   font-size: 16px;
   line-height:30px;
   padding:25px 0 30px;
}
.about-txt .more a{
  display: block;
   width:150px;
   height: 32px;
   border:1px solid #eaeaea;
   background: url(../images//list.png) no-repeat 50% 50%;
   transition: all 0.3s;
}
.about-txt .more a:hover{
   border:1px solid #eaeaea;
   background: url(../images//list.png) no-repeat 60% 50%;
}






/* 安装案例 */
.casebg{
  height: 680px;
  background: url(../images/casebg.jpg) no-repeat;
  padding:68px 0 76px;
  overflow: hidden;
}



.x-case-list2 {
  margin-top:77px;
}



.x-case-item2 a {
  display: block;
  padding: 0 6px;
}
.x-case-item2 .img{
  position: relative;
}




.x-case-list2 .icon-font:after{
  background: none;
}
.x-case-list2 .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top:50%;
    margin-top:-27px;
    left:-125px;
    width:55px;
    height: 55px;
    background: url(../images/pre2.png) no-repeat  50% 50% #fff;
    border-radius: 28px;
    outline: none;
    box-shadow: 0 0 9px rgba(215,215,215,.35);
    transition: all 0.3s;
}
.x-case-list2 .owl-carousel .owl-nav button.owl-prev:hover{
  background: url(../images/pre3.png) no-repeat  50% 50% #007df3;
}
.x-case-list2 .owl-carousel .owl-nav button.owl-next{
  position: absolute;
  top:50%;
  margin-top:-27px;
  right:-125px;
  width:55px;
  height: 55px;
  background: url(../images/next2.png) no-repeat  50% 50% #fff;
  border-radius: 28px;
  outline: none;
  box-shadow: 0 0 9px rgba(215,215,215,.35);
  transition: all 0.3s;
}
.x-case-list2 .owl-carousel .owl-nav button.owl-next:hover{
  background: url(../images/next3.png) no-repeat  50% 50% #007df3;
}
.casebg .more{
  text-align: center;
  background: url(../images/more1.png) no-repeat 50% 50%;
  font-size: 0;
  margin-top: 75px;
}
.casebg .more a{
  display: inline-block;
  width: 62px;
  height: 42px;
  border:1px solid #999;
  background: url(../images/more2.png) no-repeat 50% 50%;
  vertical-align: top;
  transition: all 0.3s;
}
.casebg .more a:hover{
  border:1px solid #1f74c0;
  background: url(../images/more3.png) no-repeat 50% 50% #007df3;
}



.xw{margin-top:10px;}

.xwbt{
  border-bottom: 1px solid #eee;
  position: relative;
  height:92px;
}

.xwtt {
  font-size:32px;
  color:#333333;
}
.xwtt p {
  text-transform: uppercase;
  font-size: 18px;
  color:#999999;
  margin-bottom: 0;
}

.xwbt:after{
  width:23px;
  height: 3px;
  content: "";
  position: absolute;
  left:0;
  bottom:-1px;
  background: #1f74c0;z-index:99999;
}





.prolist{text-align:center;margin-top:36px;}
.prolist li{text-align:center;display:inline-block;color:#333333;font-size:14px;cursor:pointer;margin-right:30px;}
.prolist li.cur{color:#043b9e;}
.prolist a.nm{color:#333333;font-size:14px;}

.proimg{margin-top:48px;display:none;}
.proimg.clicked{display:block;}

.proimg li{float:left;position:relative;border:1px solid #f5f5f5;width:377px;height:480px;box-shadow:3px 3px 3px #c7c7c7;}
.proimg li+li{margin-left:33px;}
.proimg li .img img{width:375px;height:240px;display:block;}
.proimg li .det{width:320px;margin:0 auto;}
.proimg li h2{color:#3b3b3b;font-size:16px;margin-top:22px;}
.proimg li h3{color:#939393;font-size:14px;margin:16px 0 18px;}
.proimg li span{color:#272727;font-size:14px;opacity:.73;line-height:21px;height:63px;overflow:hidden;display:block;}
.proimg li .xian{border-top:1px solid #f5f5f5;margin-top:19px;}
.proimg li h4{color:#8c8c8c;font-size:14px;width:111px;text-align:center;line-height:34px;height:34px;overflow:hidden;margin-left:27.5px;text-transform:uppercase;margin-top:16px;border:1px solid #8c8c8c;}











/*友情链接*/
.f_link{color:#333333;font-size:14px;margin-top:10px;}
.f_link a{color:#333333;padding-right:5px;}


/*页面底部*/
.foot{margin-top:66px;background:#f4f4f4;padding:16px 0 18px;}
.flogo{width:362px;height:280px;}
.foot2{width:335px;margin-left:72px;margin-top:42px;}
.ftt{color:#666;font-size:14px;background: url(../images/f1.png) no-repeat left center;padding-left:35px;margin-bottom:16px;}
.ftt2{background: url(../images/f2.png) no-repeat left center;}
.lx{color:#999999;font-size:14px;line-height:30px;}


.foot3{width:417px;margin-right:13px;margin-top:42px;}



.copyright{text-align:center;line-height:26px;color:#999999;font-size:14px;margin-top:25px;}
.copyright a{color:#999999;}










/*内页左侧样式*/
.container{width: 1200px!important;margin: 0 auto;padding: 0;}
.page-product-inquiry a{color: #fff;}

