/*初始化样式*/
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;}



.wh {
  width: 1400px;
  position:relative;left:50%;margin-left:-700px;
}
.pos {
  position: relative;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
}




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


/*头部样式*/
.sky{width:100%;position:absolute;left:0;top:0;z-index:999;}
.top1{background:#e6e6e6;color:#595959;height:27px;line-height:27px;overflow:hidden;font-size:14px;background: url(../images/hx.png) no-repeat  center bottom;}
.top1 a{color:#595959;}
.top1{height:123px;overflow:hidden;}
.logo{float:left;line-height:123px;}

.tdh{margin-top:29px;font-size:14px;color:#999999;line-height:28px;background: url(../images/t.png) no-repeat left center;padding-left:68px;}
.tdh p:nth-child(2){color:#1d4ab3;font-size:26px;font-weight:bold;}
.top2{margin-top:8px;}





/*热门搜索*/
.sou{margin: 15px 0;}
.hotSearch{float:left;height:24px;line-height:24px;font-weight:normal;color:#0d0d0d;font-size:14px;}
.hotSearch a{margin-right:6px;color:#0d0d0d;}
#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:160px;height:36px;}
#formsearch input{}
#formsearch input#keyword{height:36px;line-height:36px;padding-left:20px;float:left;color:#b1b1b1;font-size:12px;background:none;border:none;outline:none;width:110px;}
#formsearch input#s_btn{width:42px;height:36px;line-height:36px;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:#b1b1b1;}
#formsearch textarea::-webkit-input-placeholder {color:#b1b1b1;}






/* 导航样式 */
.x-menu {float:left;}

.x-menu > li {
  float: left;
  position: relative;
 text-align:center;width:120px;margin-right:11px;
}

.x-menu > li > a {
  display: block;
  font-size: 16px;
  color: #666666;
  line-height:40px;
}

.x-menu > li:hover > a {
  background: #123b98;
  color: #fff;border-radius:25px;
}

.x-menu > li.active > a {

}

.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: 99999;
  width: 100%;
  left: -0%;
  top: 40px;
  background: #fff;
  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;
  font-size: 14px;
  color: #333;
  line-height:40px;
 height:40px;overflow:hidden;border-bottom: 1px solid #e5e5e5;
}

.x-sub-menu > li > a:hover {
  color:#123b98;
}


.x-banner{overflow:hidden;}
.x-banner .banner-item{overflow:hidden;}
.x-banner .owl-item img{opacity: 1;
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
    -webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
    transition: transform 5s, opacity 2s;
   }

  .x-banner .owl-item.active img{opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);}







.product_list1{margin-top:38px;}
.product_list1 li{float:left;margin-right:57px;margin-bottom:28px;}
.product_list1 li:nth-child(4n){margin-right:0;}
.product_list1 li img{width:257px;height:293px;}
.product_list1 li h3{text-align:center;font-weight:normal;color:#3f3f3f;font-size:20px;}




/*主体样式*/
.product {
    margin-top:77px;
   
}
.titles {
    text-align: center;
}

.titles .h1 {
    font-size: 40px;
    color: #222222;
    font-weight: bold;
    margin-top: 0;
    margin-bottom:15px;
}

.titles .line {
    width: 51px;
    height: 4px;
    margin: 0 auto;
    background: url(../images/bt.png) no-repeat center;
}




.prod-list {
  margin-top:35px;
}

.prod-list .column {
  float:left;margin:0 43px;
}

.prod-list .wrap {
    position: relative;
    overflow: hidden;
}
.prod-list img{width:380px;height:268px;display:block;}

.prod-list .h1 {
    font-size: 18px;
    color: #033333;
    text-align: center;
    line-height: 67px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;height:67px;
}

.prod-list .suspen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(25, 49, 105, .83);
    transition: all .3s;
    opacity: 0;
}

.prod-list .suspen::after {
    display: block;
    position: absolute;
    content: "";
    top: 5%;
    left: 5%;
    width: 0;
    height: 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-left: 1px solid rgba(255, 255, 255, .2);
    transition: ease 1s;
}

.prod-list .suspen::before {
    display: block;
    position: absolute;
    content: "";
    bottom: 5%;
    right: 5%;
    width: 0;
    height: 0;
    border-right: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    transition: ease 1s;
}

.prod-list .text-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    z-index: 2;
}

.prod-list .h2 {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    margin: 0 auto;text-align:center;
}

.prod-list .more {
    display: block;
    width: 126px;
    height: 39px;
    line-height: 39px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    background-color: #123b98;
    border-radius: 19px;
    margin: 0 auto;
    margin-top: 45px;
}

.prod-list .column:hover .suspen {
    opacity: 1;
}

.prod-list .suspen:hover::after,
.prod-list .suspen:hover::before {
    width: 90%;
    height: 90%;
}

.product .btn-box {
    text-align: center;
    margin-top: 36px;
}

.product .btn-box .more {
    position: relative;
    display: inline-block;
    padding: 3px;
}

.product .btn-box .more>span {
    position: relative;
    display: inline-block;
    width: 154px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #fff;
    background-color: #123b98;
    border-radius: 22px;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    z-index: 2;
}

.product .btn-box .more::before {
    position: absolute;
    content: "";
    background-color: #d9e2f7;
    z-index: 50;
    -moz-transition: all 1.4s ease;
    -o-transition: all 1.4s ease;
    -webkit-transition: all 1.4s ease;
    transition: all 1.4s ease;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    -moz-transform: scale(1.02, 1.02);
    -ms-transform: scale(1.02, 1.02);
    -webkit-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02);
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    z-index: 1;
}

.product .btn-box .more:hover::before {
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
}

.product .btn-box .more:hover>span {
    background-color: #408af2;
}


.box2{margin-top:145px;}
.abz{width:616px;margin-top:15px;}
.abtt{color:#222222;font-size:40px;line-height:55px;margin-bottom:22px;}
.box2 .line {
    width: 51px;
    height: 4px;
    background: url(../images/bt.png) no-repeat center;
}

.ab{font-size: 18px;
    color: #222222;
    line-height:36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;text-align:justify;margin-top:34px;}


a.am{
    display: inline-block;
    width: 140px;
    height: 50px;
    line-height: 48px;
    font-size: 18px;
    color: #123898;
    text-align: center;
    margin-top:90px;
    border: 1px solid #123898;
    border-radius: 25px;
}

.sj1 {
    margin-top:58px;
}

.sj1 li {
    float: left;
    width: 32%;
}


.sj1 li h3 {
    display: inline-block;
    vertical-align: top;
    font-size: 60px;
    color: #123898;
    line-height: 67px;
    font-weight: bold;
    font-family: arial;
}

.sj1 li span {
    display: inline-block;
    vertical-align: top;
    font-size: 30px;
    color: #123898;
    line-height: 67px;
    font-weight: bold;
    font-family: arial;
    margin-left: 10px;
    margin-right: 8px;
}

.sj1 li i {
    display: inline-block;
    vertical-align: bottom;
    font-size: 16px;
    color: #444444;
    line-height: 40px;font-style:normal;
}

.sj1 li h4{color:#222222;font-size:18px;margin-top:5px;}



        .picScroll-left{ position:relative;width:724px;}
        .picScroll-left .hd{ overflow:hidden;}
        .picScroll-left .hd .prev{ display:block;width:60px;height:60px;overflow:hidden;
             cursor:pointer; background:url(../images/z.png) 0 0 no-repeat;position:absolute;left:9px;top:612px;}
        .picScroll-left .hd .next{ display:block;width:60px;height:60px;overflow:hidden;
             cursor:pointer; background:url(../images/y.png) 0 0 no-repeat;position:absolute;left:79px;top:612px;}
        .picScroll-left .bd{ overflow:hidden;}
        .picScroll-left .bd ul{ overflow:hidden; zoom:1; }
        .picScroll-left .bd ul li{float:left; _display:inline; overflow:hidden; text-align:center;  }
        .picScroll-left .bd ul li img{ width:724px; height:569px; display:block; }
 

.box3{background:url(../images/bj3.png) no-repeat;height:1000px;margin-top:160px;padding-top:184px;}

.crit-list {
   margin-top:70px;text-align:center;
}

.crit-list .column {
    text-align: center;display:inline-block;margin:0 45px;
   width:321px;height:447px;overflow:hidden;background-color: #fff;padding:60px 40px 0;
}



.crit-list .icon  img{
    display: inline-block;
    width: 182px;
    height: 182px;
    text-align: center;
}

.crit-list .h1 {
    font-size: 24px;
    color: #000000;
    margin:40px 0 16px;
}

.crit-list .text {
    font-size:18px;
    color: #222222;
    line-height: 24px;
}


.guyu{background: url(../images/bj4.jpg) no-repeat;height:950px;}
.abpic{position:absolute;left:0;top:0;width:960px;height:950px;}
.r-box {
   width:585px;margin-top:96px;
}

.r-box .titles {
    text-align: left;
    margin-bottom: 40px;
}

.r-box .titles .line {
    margin: 0;
}


.r-box .text {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    height:300px;overflow:hidden;
}

.r-box .more {
    display: inline-block;
    font-size: 18px;
    color: #1d4ab3;
    line-height: 30px;
    padding-right: 40px;
    background-image: url(../images/icon12.png);
    background-repeat: no-repeat;
    background-position: right center;
    margin-top: 20px;
}

.r-box .list-box {
    margin-top:130px;
}

.r-box .column {
    float: left;width:90px;
    text-align: center;
    margin-right:40px;
}

.about .column:last-child {
    margin-right: 0;
}

.r-box .icon {
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 5px;
    overflow: hidden;
    background-size: cover;background: url(../images/icon17.jpg) no-repeat center center;
}

.r-box .name {
    font-size: 18px;
    color: #1d4ab3;
    line-height: 40px;
    font-weight: bold;
    margin-top: 13px;
}




.cases{background: url(../images/bj5.jpg) no-repeat;height:1248px;padding-top:80px;}
.cases .bot {margin-top:40px;box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.cases .data-box {
    justify-content: space-between;
    padding: 40px 20px;
    background-color: #123b98;height:171px;
}

.cases .data-box li {
    float: left;
}

.cases .data-box .text {
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
}

.cases .data {
    margin-top: 20px;
}

.cases .data-box .number {
    font-size: 50px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.cases .data-box .unit {
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    margin-left: 10px;
}

.cases .carousel {
    position: relative;
    height:663px;padding-top:64px;
    background-color: #fff;
}

.ads{margin-left:10px;}
.ads li{float:left;width:434px;}
.ads li img{width:434px;height:400px;display:block;}
.ads li+li{margin-left:39px;}
.ads li .det{height:126px;}
.ads li h3{color:#999999;font-size:14px;}
.ads li h4{color:#222222;font-size:22px;margin-top:13px;}
.ads li .mo{color:#666666;font-size:14px;margin-top:18px;}
.ads li:nth-child(2) .img{margin-bottom:39px;}


.cases .btn-box {
    text-align: center;
    margin-top:119px;
}

.cases .btn-box .more {
    position: relative;
    display: inline-block;
    padding: 3px;
}

.cases .btn-box .more>span {
    position: relative;
    display: inline-block;
    width: 154px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #fff;
    background-color: #123b98;
    border-radius: 22px;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    z-index: 2;
}

.cases .btn-box .more::before {
    position: absolute;
    content: "";
    background-color: #d9e2f7;
    z-index: 50;
    -moz-transition: all 1.4s ease;
    -o-transition: all 1.4s ease;
    -webkit-transition: all 1.4s ease;
    transition: all 1.4s ease;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    -moz-transform: scale(1.02, 1.02);
    -ms-transform: scale(1.02, 1.02);
    -webkit-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02);
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    z-index: 1;
}

.cases .btn-box .more:hover::before {
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
}

.cases .btn-box .more:hover>span {
    background-color: #408af2;
}



.box6{background:#f4f4f4;height:951px;padding-top:74px;}
.tabli{text-align:center;margin-top:27px;}
.tabli li{position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    color: #444444;
    line-height: 42px;
    padding: 0 6px;
    margin: 0 36px;cursor:pointer;}
.tabli li.cur{background:url(../images/xx.png) no-repeat center bottom;}


.tab{display:none;margin-top:100px;}
.tab.clicked{display:block;}

.xlist1{float:left;width:728px;}
.xlist1 li{background:#fff;height:579px;}
.xlist1 li img{width:728px;height:420px;display:block;}
.xlist1 li .det{width:676px;margin:0 auto;}
.xlist1 li h4{color:#666666;font-size:14px;font-weight:bold;font-family:"Arial";margin-top:26px;}
.xlist1 li h3{color:#333333;font-size:24px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-top:20px;}
.xlist1 li .mo{background:url(../images/nm.png) no-repeat;width:24px;height:24px;display:block;margin-top:18px;float:right;}
.xlist1 li:hover .mo{background:url(../images/nm2.png) no-repeat;}


.xlist2{float:right;width:615px;}
.xlist2 li{height:274px;background:#fff;padding-top:36px;}
.xlist2 li .det{width:559px;margin:0 auto;}
.xlist2 li .xbt{color:#666666;font-size:16px;}
.xlist2 li h3{color:#193169;font-size:24px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-top:12px;}
.xlist2 li h2{color:#666666;font-size:14px;font-weight:bold;font-family:"Arial";margin-top:14px;}
.xlist2 li span{color:#666666;font-size:14px;margin-top:26px;display:block;line-height:30px;height:60px;overflow:hidden;}
.xlist2 li .mo{background:url(../images/nm.png) no-repeat;width:24px;height:24px;display:block;margin-top:18px;float:right;}
.xlist2 li+li{margin-top:30px;}












/*友情链接*/
.links{background: url(../images/lk.png) no-repeat left 1px;color:#6b767d;font-size:14px;padding-left:40px;margin-top:24px;line-height:24px;}

/*页面底部*/
.foot{background:#193169;padding-top:52px;}
.foot .cont{height:336px;overflow:hidden;border-bottom:1px solid #304678;}
.foot2{width:260px;}
.fdh{color:#6b767d;font-size:16px;}
.fdh p:nth-child(2){color:#047ceb;font-size:34px;font-weight:bold;font-family:"Arial";line-height:38px;}
.flx{color:#6b767d;font-size:14px;line-height:24px;margin-top:12px;}
.codes{margin-top:27px;color:#6b767d;font-size:14px;line-height:52px;}

.f_nav{width:930px;float:left;}
.f_nav dl{float:left;width:25%;}
.f_nav dt{margin-bottom:22px;font-size:18px;color:#fff;background: url(../images/fx.png) no-repeat left center;padding-left:38px;font-weight:normal;}
.f_nav dd{line-height:30px;padding-left:38px;}
.f_nav dd a{font-size:14px;color:#fff;}


.bq{line-height:24px;color:#fff;font-size:14px;padding:33px 0 22px;}
.bq a{color:#fff;}







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

