﻿@charset "utf-8";
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0}
fieldset,img{border:0;}
img{vertical-align:middle;max-width:100%;}
ol,ul,li{list-style-type:none;}
table{border-collapse:collapse;border-spacing:0;}
button,input,select,textarea{font-size:12px;font-family:inherit;margin:0;outline:none;resize:none;border:none;}
.clearfix:after {clear: both; content: "."; display:block; height: 0; overflow: hidden; visibility: hidden; }
.clearfix { zoom:1;}
html{verflow:-Scroll;overflow-x:hidden;zoom:1;overflow-y:scroll;overflow:-moz-scrollbars-vertical;}
body{color:#565656;font-size:14px;line-height:24px;font-family:"微软雅黑","宋体", Arial, Helvetica, sans-serif; }
a{color:#565656;text-decoration:none;outline:none;blr:expression(this.onFocus=this.blur());transition:all 0.3s;}
a:hover{color:#30a2e3 ;text-decoration:none;}:focus{outline:none;}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}

@font-face {
 font-family: 'Trump';
 src: url('../fonts/trump.eot');
 src:
   url('../fonts/trump.eot') format('embedded-opentype'),
   url('../fonts/trump.woff') format('woff'),
   url('../fonts/trump.ttf') format('truetype'),

   url('../fonts/trump.svg') format('svg');
 font-weight: normal;
 font-style: normal;
}

@font-face {
  font-family: 'iconfont';  /* project id 1085674 */
  src: url('../fonts/font_1085674_zsixuj5ocz.eot');
  src: url('../fonts/font_1085674_zsixuj5ocz.eot') format('embedded-opentype'),
  url('../fonts/font_1085674_zsixuj5ocz.woff2') format('woff2'),
  url('../fonts/font_1085674_zsixuj5ocz.woff') format('woff'),
  url('../fonts/font_1085674_zsixuj5ocz.ttf') format('truetype'),
  url('../fonts/font_1085674_zsixuj5ocz.svg#iconfont') format('svg');
}

.iconfont {
  font-family:"iconfont" !important;
  font-style:normal;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  position:relative;
}

/* CSS活动的公共样式 */
.fl{float:left;}
.fr{float:right;}
.grWidth{width:1440px; margin:0 auto;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb25{margin-bottom:25px;}
.ce{text-align:center;}
.hide{overflow:hidden;}
.erp{white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.clearfix{clear: both;}
.wapI,.wapT{display: none}
.head-long{display: none}
.Img{overflow: hidden;transition: 0.5s all}
 li:hover .Img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}
.padding{padding-bottom: 3%;overflow: hidden;}
.banner .samll{display: none;}
.list-bg{padding: 50px 0;overflow: hidden;}
.list-bg2{padding: 50px 0;overflow: hidden;}
.list-bg3{padding: 0 0 30px 0;background: #f1f1f1;overflow: hidden;}
.list-bg4{padding: 30px 0 0 0;overflow: hidden;}
.wrap-bg{padding: 30px 0 0 0;overflow: hidden;}
.title{border-bottom: 1px solid #eee;}
.list_wrapper{background: #fafafa;width: 100%;}

/*目标位置*/
.pageTitle{padding: 19px 0;border-bottom: 1px solid #eaeaea;overflow: hidden;}
.pageTitle span{font-size: 12px;color: #626262;display: inline-block;margin-right: 30px;background: url(../images/home.png)no-repeat left;padding-left: 24px;}
.pageTitle span a{font-size: 12px;color: #626262;}


/* 顶部  */
.headerTop{position: relative;left: 0;top: 0; width: 100%;height: 90px;line-height: 90px;z-index: 999;background: none;    border-bottom: 1px solid rgba(255,255,255,.2);}
.headerfixed{position: fixed;background-color: #fff;}
.headerfixed ul li a.m{color: #000 ! important}

.headerTop .logo{width: 40%;line-height: 90px;float: left;}
.headerTop .logo a{float: left;}
.headerTop .logo dt{float: right;padding-top: 31px;width: 54%;line-height: 16px;}
.headerTop .logo dt h3{font-size: 18px;font-weight:bold;color: #0099e0;}
.headerTop .logo dt p{font-size: 14px;color: #565656; font-weight:normal; padding-top:4px;}
.headerTop .nav{float: left;width: 60%;display: table}
.headerTop .nav li{text-align: center;display: table-cell;padding: 0 20px;position: relative;}
.headerTop .nav li:after{content: '';position: absolute;left: 0;bottom: 0; width: 0;height: 2px;background: #1792e5;transition: .5s all}
.headerTop .nav li:last-child{margin-right: 0}
.headerTop .nav li a.m{position: relative;; font-size:16px;font-weight: normal;display: block;color: #000;z-index: 9}
.headerTop .nav li.active a.m{color: #1792e5;}
.headerTop .nav li.active:after{width: 100%;}
.headerTop .nav li:hover a.m{color: #1792e5;}
.headerTop .nav li:hover:after{width: 100%;}

.headerTop .nav ol{position: absolute;left: 0;top: 90px;width: 100%;display: none;height: 380px;padding: 10px 0;z-index: 9;}
.headerTop .nav ol a{display: block;
    line-height: 40px;
    width: 100%;font-size: 14px;color: #333;}
.headerTop .nav ol:hover{background: #fff;}
.headerTop .nav ol a:hover{color: #1792e5;}
.headerTop .nav:hover ol{display: block;}
.headerTop .nav:after{content: '';position: absolute;left: 0;top: 90px;width: 100%;height: 380px;background: rgba(255,255,255,.7);z-index: 0;display: none;transition: .4s all}
.headerTop .nav:hover:after{display: block}



.header-fr{float: right;padding:38px 0;position: relative;}
.header-fr a{position: relative; float: left;width: 25px;height: 25px;line-height: 25px;display: block;font-size: 12px;color: #a6a6a6;border-radius: 100px;margin-left: 16px;}
.header-fr a:after{content: '';position: absolute;right: -6px;top: 10px;width: 1px;height: 8px;background: #fff;}
.header-fr .top-search{background:url(../images/icon-search.png)no-repeat center ;}
.header-fr .top-tel{background:url(../images/icon-tel.png)no-repeat center;}
.header-fr .top-wx{background: url(../images/icon-wx.png)no-repeat center;}
.header-fr .top-wx:after{display: none;}

.headerfixed .header-fr .top-search{background:url(../images/icon-search-on.png)no-repeat center ! important;}
.headerfixed .header-fr .top-tel{background:url(../images/icon-tel-on.png)no-repeat center ! important;}
.headerfixed .header-fr .top-wx{background: url(../images/icon-wx-on.png)no-repeat center ! important;}
.headerfixed .header-fr a.m:after{content: '';position: absolute;right: -6px;top: 10px;width: 1px;height: 8px;background: #000;}


.headerTop:hover{background: #fff;}
.headerTop:hover ul li a.m{color: #000}
.headerTop:hover .header-fr .top-search{background:url(../images/icon-search-on.png)no-repeat center ! important;}
.headerTop:hover .header-fr .top-tel{background:url(../images/icon-tel-on.png)no-repeat center ! important;}
.headerTop:hover .header-fr .top-wx{background: url(../images/icon-wx-on.png)no-repeat center ! important;}
.headerTop:hover .header-fr a:after{content: '';position: absolute;right: -6px;top: 10px;width: 1px;height: 8px;background: #000;}

.top-tel-show{display: none; font-size: 18px;color:#1792e5;position: absolute;right: 16px;top: 66px;z-index: 99;line-height: 30px;width: 160px; }

.top-wx-show{position: absolute;right: 0;top: 90px;padding: 6px;background: #fff;text-align: center;display: none;}
.top-wx-show span{display: block;font-size: 14px;color: #000;    line-height: 24px;}

.seach-show{width: 100%;background: rgba(13, 13, 13, 0.5);margin: 0 auto;padding: 20px 0;display: none ;position: absolute;top: 100px;z-index: 99;}
.seach-show .seachbox{width: 460px; height: 50px;line-height: 50px; background: #fff;padding: 0 20px;margin: 0 auto;}
.seach-show .seachbox .sear_txt{width: 91%; padding: 0 20px;background: url(../images/keybox.png)no-repeat left;}
.seach-show .seachbox .sear_btn{background: url(../images/search2.png)no-repeat left;width: 30px;height: 20px;cursor: pointer;}




/*左侧边栏*/
.sindeleft{float: left;width: 20.9%;}
.leftmenu{background: #0099e0;padding: 20px;}
.leftmenu b{font-size: 35px;color: #fff;}
.leftmenu h2{font-size: 20px;color: #fff;font-weight: normal;padding-bottom: 26px;border-bottom: 1px solid #4db8e9;}
.leftmenu h2 i{display: none;}
.leftmenu ul li{padding: 6px 0;overflow: hidden;border-bottom: 1px solid #4db8e9;transition: 0.5s all}
.leftmenu ul li a{font-size: 16px;color: #fff;width: 86%;float: left;display: block;}
.leftmenu ul li i{display: block;float: right;width: 15px;height: 15px;line-height: 13px;text-align: center;font-style: normal;border: 1px solid #fff;border-radius: 100px;margin: 5px 0;
background: url(../images/topmenu-i.png)no-repeat center;}
.leftmenu ul li.active{padding: 24px 0;}
.leftmenu ul li.active a{font-weight: bold;}
.leftmenu ul li:hover{padding: 24px 0;}
.leftmenu ul li:hover a{font-weight: bold;}
.leftcontact{margin-top: 30px;}
.leftcontact strong{font-size: 20px;color: #0099e0;}
.leftcontact p{font-size: 14px;color: #000;border-bottom: 1px solid #eaeaea;background: url(../images/leftcontact-icon.png)no-repeat left;padding:24px 0 24px  40px;}
.leftcontact p span{margin-right: 10px}
.leftcontact p b{font-size: 20px;color: #0099e0;}
.leftcontact p:nth-child(2){background-position: 0 24px;}
.leftcontact p:nth-child(3){background-position: 0 -60px;}
.leftcontact p:nth-child(4){background-position: 0 -146px;}
.leftcontact p:last-child{border-bottom: none}

.topMenu{width: 100%;height: 70px;line-height: 70px; background: #fff;}
.topMenu ul{float: left;width: 60%;overflow: hidden;}
.topMenu ul li{float: left;text-align: center}
.topMenu ul li:last-child{margin-right: 0}
.topMenu ul li a{display: block; font-size: 16px;color: #000;margin: 0 16px;transition: 0.3s all;position: relative;}
.topMenu ul li a:after{content: '';position: absolute;left: 50%;bottom: 0; width: 0;height: 3px;background: #1792e5;transition: .5s all}

.topMenu ul li.active a:after{left: 0;width: 100%;}
.topMenu .location{float: right;background: url(../images/home.png)no-repeat left;padding-left: 20px;}

/*次导航*/
.childmenu{margin: 50px 0;overflow: hidden;}
.childmenu ul{text-align: center}
.childmenu ul li{display: inline-block;width: 10%;height: 56px;line-height: 56px; border: 1px solid #d2d2d2;margin-right: .5%;margin-bottom: .5%;background: #fff url(../images/childmenu-libg.png)no-repeat right center;text-align: center;transition: .4s all}
.childmenu ul li a{font-size: 18px;color: #000;display: block;}
.childmenu ul li:last-child{margin-right: 0}
.childmenu ul li.cur{background: #00325a url(../images/childmenu-libg.png)no-repeat right center;}
.childmenu ul li.cur a{color: #fff;}
.childmenu ul li:hover{background: #00325a url(../images/childmenu-libg-on.png)no-repeat right center;}
.childmenu ul li:hover a{color: #fff;}

.sinderight{width: 100%;overflow: hidden;}
.sinderightTie{padding: 16px 0 16px 20px;border-bottom: 1px solid #eaeaea;position: relative;font-size: 20px;color: #0099e0;margin-bottom: 30px;}
.sinderightTie:after{content: '';position: absolute;left: 0;top: 20px;width: 3px;height: 20px;background: #0099e0;}

.sindeleft-show{float: left;width: 76.7%;background: #fff;padding: 30px;}
.relatedright{float: right;width: 20.4%}
.relatedright .relateTie{font-size: 18px;color: #000;margin-bottom: 36px;}
.relatecont ul li{float: left;width: 100%;margin-bottom: 30px;}
.relatecont ul li p{position: relative;padding-top: 61.3%;width: 100%;}
.relatecont ul li p img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;transition: .4s all}
.relatecont ul li h4{font-size: 16px;color: #000;margin: 10px 0;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.relatecont ul li span{font-size: 14px;color: #9e9e9e;}
.relacase ul li p{padding-top: 76%}

.sindebase-show{width: 100%;padding: 20px;background: #fff;}
.sindebase-show .pictureTop h1{text-align: center;padding-bottom: 30px;border-bottom: 1px solid #e0e0e0;}



/*banner图*/
.banner{position: relative;overflow: hidden;}
.banner .img{width: 100%}
.banner .img-position{position: absolute;left: 0;top: 32%;width: 100%;transition: .5s all}
.banner .img-position-w{width: 1680px;margin: 0 auto}


.banner .img-position i{display: block;width: 108px;height: 38px;line-height: 38px; border: 1px solid #002a4b;font-size: 14px;color: #002a4b;text-align: center;margin-top: 30px;font-style: normal;}
.banner .ban{position: absolute;top: 45%;width: 34px;height: 54px;z-index: 99;transition: 0.5s all}
.banner .ban-prev{left: 0;background: url(../images/ban-prev.png)no-repeat center;background-position-x: 12px;opacity: 0;}
.banner .ban-next{right: 0;background: url(../images/ban-next.png)no-repeat center;opacity: 0;}
.banner:hover .ban-prev{left: 6%;opacity: 1;}
.banner:hover .ban-next{right: 6%;opacity: 1;}

.banner .down-to{position: absolute;left: 0;bottom: 4%;width: 100%;z-index: 1;text-align: center;height: 70px;}
.banner .down-to a{display: block;width: 20px;height: 44px;background: url(../images/down-to.png)no-repeat center;margin: 0 auto;position: relative;transition: 0.5s all;

animation:downto 1s infinite;
animation-direction:alternate;
-webkit-animation-delay: 0s; /*延迟时间*/
}
@keyframes downto{
0%{top:0px}
100%{top:10px}
}
@-moz-@keyframes downto{
0%{top:0px}
100%{top:10px}
}
@-webkit-@keyframes downto{
0%{top:0px}
100%{top:10px}
}
@-o-@keyframes downto{
0%{top:0px}
100%{top:10px}
}

.list_banner{position: relative;height: 400px;width: 100%;background-size: cover;background-repeat: no-repeat;background-position: center center;position: relative;transition: 1s all}
.list_banner img{width: 100%}
.list_banner .slogan{position: absolute;top: 46%;left: 0;width: 100%;text-align: left;}
.list_banner .slogan h3{font-size: 35px;color: #fff;font-weight: normal;margin-bottom: 20px;transition: .5s all}
.list_banner .slogan i{display: inline-block;width: 24px;height: 3px;background: #fff;margin: 30px 0 14px 0;}
.list_banner .slogan p{font-size: 20px;color: #fff;line-height: 32px;transition: .5s all}

/*公共标题*/
.intie{width: 100%;overflow: hidden;margin-bottom: 70px;text-align: center}
.intie h3{font-size: 36px;color: #1792e5;position: relative;padding: 10px 0;display: inline-block;font-weight: normal;}
.intie h3 i{position: absolute;top: 30%;width: 29px;height: 19px;}
.intie h3 .ifl{left: 0;}
.intie h3 .ifl:before{content: '';position: absolute;left: 0;bottom: 10px;width: 29px;height: 1px;background:#002a4b;}
.intie h3 .ifl:after{content: '';position: absolute;right: 10px;bottom: 0;width: 1px;height: 29px;background:#002a4b;}
.intie h3 .ifr{right: 0;}
.intie h3 .ifr:before{content: '';position: absolute;left: 0;bottom: 10px;width: 29px;height: 1px;background:#002a4b;}
.intie h3 .ifr:after{content: '';position: absolute;left:10px;bottom: 0;width: 1px;height: 29px;background:#002a4b;}

.intieW{border-bottom: none ! important; }
.intieW h3{color: #fff ! important}
.intieW h3 .ifl:before{content: '';position: absolute;left: 0;bottom: 10px;width: 29px;height: 1px;background:#fff ! important;}
.intieW h3 .ifl:after{content: '';position: absolute;right: 10px;bottom: 0;width: 1px;height: 29px;background:#fff ! important;}
.intieW h3 .ifr:before{content: '';position: absolute;left: 0;bottom: 10px;width: 29px;height: 1px;background: #fff ! important}
.intieW h3 .ifr:after{content: '';position: absolute;left:10px;bottom: 0;width: 1px;height: 29px;background: #fff ! important}

.intieB{border-bottom: none ! important; }
.intieB h3{color: #000 ! important}
.intieB h3 .ifl:before{content: '';position: absolute;left: 0;bottom: 10px;width: 29px;height: 1px;background:#000 ! important;}
.intieB h3 .ifl:after{content: '';position: absolute;right: 10px;bottom: 0;width: 1px;height: 29px;background:#000 ! important;}
.intieB h3 .ifr:before{content: '';position: absolute;left: 0;bottom: 10px;width: 29px;height: 1px;background: #000 ! important}
.intieB h3 .ifr:after{content: '';position: absolute;left:10px;bottom: 0;width: 1px;height: 29px;background: #000 ! important}

.floatLeft{float: left;text-align: left;}
.index-more{display: block;margin: 50px auto auto auto;width: 128px; line-height: 38px;border: 1px solid #000;font-size: 14px;color: #000;text-align: center}
.index-more:hover{color: #fff;background: #000;}

/*关于*/
.index-about{padding: 60px 0 40px 0;background: url(../images/index-aboutbg.jpg)no-repeat left top;overflow: hidden;}
.index-about ul{width: 100%;margin-bottom: 110px;overflow: hidden;}
.index-about ul li{float: left;width: 25%;text-align: center}
.index-about ul li p{font-size: 20px;color: #002a4b;margin-bottom: 20px;}
.index-about ul li h4{display: inline-block;color: #002a4b;font-weight: normal;padding-top: 8px;position: relative;}
.index-about ul li dt{padding-left: 44px;display: inline-block;    text-align: left;}
.index-about ul li:nth-child(1) dt{background: url(../images/icon-ys0.png)no-repeat left top;background-position-y: 40px;}
.index-about ul li:nth-child(2) dt{background: url(../images/icon-ys1.png)no-repeat left top;background-position-y: 40px;}
.index-about ul li:nth-child(3) dt{background: url(../images/icon-ys2.png)no-repeat left top;background-position-y: 40px;}
.index-about ul li:nth-child(4) dt{background: url(../images/icon-ys3.png)no-repeat left top;background-position-y: 40px;}
.index-about ul li strong{font-size: 60px;color: #002a4b;font-weight: normal;font-family: 'Trump';}
.index-about ul li sup{position: absolute;top: -10px;right: -20px;font-size: 14px;color: #002a4b;}
.index-about ul li:nth-child(2) dt sup{font-size: 18px;}
.index-about ul li:nth-child(3) dt sup{font-size: 18px;}
.index-about-txt{float: left;width: 65%;padding-right: 2%;}
.index-about-txt h3{font-size:30px;color:#333;position: relative;}
.index-about-txt h3:after {content: '';position: absolute;left: 0;bottom: -30px;width: 30px;height: 3px;background: #1792e5;}
.index-about-txt dt{width: 95%; font-size: 16px;color: #555;margin: 60px 0 40px 0;line-height:30px;}
.index-about-txt .more{display: inline-block;width: 108px;height: 38px;line-height: 38px;text-align: center;font-size: 14px;color: #fff;background-color:#1792e5;}
.index-about-img{float: right;width: 35%;position: relative;cursor: pointer;}
.index-about-img img{border:5px solid #fff;}


/*资讯*/
.index-news{padding: 50px 0 60px 0;overflow: hidden;}
.index-news-nav{border-bottom: 1px solid #f1f1f1;padding-bottom: 20px;}
.index-news-nav ul{float: right;}
.index-news-nav ul a{display: inline-block;height: 48px;line-height: 48px;font-size: 18px;color: #767676;text-align: center;margin: 0 14px;position: relative;}
.index-news-nav ul a:after{content: '';position: absolute;left: 50%;bottom: -20px;width: 0;height: 3px;background: #002a4b;transition: .5s all}
.index-news-nav ul a.active:after{left: 0;width: 100%;}
.index-news-nav ul a.active{color: #002a4b;}
.news-main{height: 0;opacity: 0;overflow: hidden;transition: .5s all;transform: translateY(20px);}
.news-main.active{height: auto;opacity: 1;transform: translateY(0);}
.news-main-fl{float: left;width: 50%;overflow: hidden;position: relative;}
.news-main-fl ul li{position: relative;width: 100%;padding-top: 58.4%;}
.news-main-fl ul li img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;transition: .3s all}
.news-main-fl ul li h4{position: absolute;left: 0;bottom: 0;width: 100%;line-height: 55px;font-size: 18px;color: #fff;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;background: rgba(0,0,0,0.8);padding: 0 20px;font-weight: normal;}
.news-main-fl .news-pagination{position: absolute;left:78%  ! important;bottom:16px ! important;text-align: right;width: 20% ! important;z-index: 1;}
.news-main-fl .news-pagination span{display: inline-block;width: 8px;height: 8px;border: 1px solid #fff;background: none;border-radius: 100px;}
.news-main-fl .news-pagination span.swiper-pagination-bullet-active{background: #fff;}

.news-main-fr{float: right;width: 50%;padding: 0 2%;}
.news-main-fr ul li{float: left;width: 49%;margin: 0 2% 2% 0;border: 1px solid #f8f8f8;padding: 20px;}
.news-main-fr ul li:nth-child(2n){margin-right: 0;}
.news-main-fr ul li:nth-child(3){margin-bottom: 0}
.news-main-fr ul li:nth-child(4){margin-bottom: 0}
.news-main-fr ul li .time{width: 100%;padding-bottom: 16px;margin-bottom: 16px;border-bottom: 1px solid #e3e3e3;float: left;}
.news-main-fr ul li .time dt{float: left;text-align: center}
.news-main-fr ul li .time dt b{font-size: 40px;color: #002a4b;display: block;}
.news-main-fr ul li .time dt span{font-size: 12px;color: #000;}
.news-main-fr ul li .time i{float: right;width: 16px;height: 40px;background: url(../images/icon-more.png)no-repeat center;}

.news-main-fr ul li h4{width: 100%; font-size: 18px;color: #000;    line-height: 24px;margin-bottom: 13px;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.news-main-fr ul li p{font-size: 12px;color: #787878;line-height: 22px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.news-main .more{float: left;width: 100%;text-align: center;margin-top: 60px;}
.news-main .more a{display: inline-block;width: 108px;height: 38px;line-height: 38px;text-align: center; border: 1px solid #000;font-size: 14px;color: #000;}

 .news-main-fr ul li:hover h4{color: #002a4b}
.news-main .more a:hover{color: #fff;border: 1px solid #000;background: #000;}



/*综合实力*/
.index-ys{padding: 50px 0 50px 0;overflow: hidden;position: relative;background-color:#f9f9f9;}
.index-ys .index-ys-cont{margin-top: 80px;overflow: hidden;}
.index-ys ul li{float: left;width: 25%;text-align: center;}
.index-ys ul li:nth-child(1){background: none}
.index-ys ul li img{border-bottom:1px solid #ccc;border:1px solid #ccc;}
.index-ys ul li h4{font-size: 20px;color: #000;font-weight: normal;margin: 30px 0 40px 0;}

/*服务类型*/
.index-service{padding: 50px 0 0 0 ;overflow: hidden;}
.index-service-box{margin-top: 45px;position: relative;overflow: hidden;height: 100%;}
.index-service-box:after{content: '';position: absolute;left: 0;top: 50%;width: 100%;height: 1px;background: rgba(255,255,255,.2)}
.ervice-menu{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.ervice-menu ul{height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;}
.ervice-menu li{width: 25%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    font-size: 36px;
    box-sizing: border-box;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;}
.ervice-menu li:nth-of-type(4n){border-right: 1px solid rgba(255, 255, 255, 0.3);}


.ervice-menu li .info-cover{position: absolute;left: 0;top: 0;display: block;background: rgba(0,42,75,.9);width: 100%;height: 100%;padding: 40px;opacity: 0;transition: .2s all}
.ervice-menu li .info-cover .info{height: 70%;color: #fff;
font-size: 14px;
line-height: 1.7em;
text-align: justify;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 0;
-webkit-box-orient: vertical;}
.ervice-menu li .info-cover h4{font-size: 25px;color: #fff;margin-bottom: 20px;}
.ervice-menu li .info-cover p{font-size: 14px;color: #fff;}
.ervice-menu li .info-cover .txt{border: 1px solid #8095a5;padding: 6px 10px;}

.ervice-menu li.active .info-cover{opacity: 1;}
.ervice-menu li.active .tt{display: none;}

.ervice-bg{width: 100%;position: absolute;padding-top: 41%;z-index: -1;display: none;left: 0;top: 0}
.ervice-bg img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}

.ervice-bg.active{display: block;position: relative;}

.m-index-service-box{display: none;}



/*解决方案*/
.index-solu{padding: 50px 0;background: url(../images/index-solubg.jpg)no-repeat left top;}
.index-solu-vise{margin-top: 30px;overflow: hidden;}
.index-solu-vise li{text-align: center;}
.index-solu-vise li h4{font-size: 16px;color: #000;font-weight: normal;}


/*精品工程*/
.index-case{padding: 50px 0;overflow: hidden;}
.index-case-box{overflow: hidden;}
.index-case-box ul li a{display: block; position: relative;padding-top: 77%;width: 100%;overflow: hidden;}
.index-case-box ul li img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;transition: .5s all}
.index-case-box ul li dt{position: absolute;left: 0;bottom: 0;width: 100%;height: 100%;background: rgba(23,146,229,0.9);text-align: center;padding: 18% 16% 0 16%;color: #fff;opacity: 0;transition: .5s all}
.index-case-box ul li dt p{font-size: 25px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;} 
.index-case-box ul li dt span{font-size: 14px;display: block;margin: 40px 0 20px 0;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;} 
.index-case-box ul li dt i{display: inline-block;width: 31px;height: 31px;background: url(../images/icon-casemore.png)no-repeat center;transition: .5s all}
.index-case-box ul li:hover dt{opacity: 1;}
.index-case-box ul li:hover i{transform: rotate(180deg);}

/*其他信息*/
.index-other{padding: 60px 0;}
.index-other dt{display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0; padding: 40px;}
.index-other dt div{width: 100%;height: 100%;position: relative;z-index: 99;}
.other-fl{float: left;width: 49.4%;padding-top: 32.7%;position: relative;background: url(../images/img-other0.jpg)no-repeat center;background-size: 100%;transition: .5s all}
.other-fl p{position: absolute;left: 0;top: 0;font-size: 30px;color: #fff;}
.other-fl span{position: absolute;left: 0;bottom: 0;font-size: 14px;color: #fff;}
.other-fl img{position: absolute;right: 0;top: 0;}
.other-fl i{right: 0;bottom: 0;position: absolute;width: 50px;height: 5px;background: url(../images/icon-othermore.png)no-repeat center;transition: .5s all}
 

.other-fr{float: right; width: 50%;}
.other-fr .other-frbox{padding-top: 32.2%;position: relative;transition: .5s all}
.other-fr .other-frbox p{position: absolute;left: 0;top: 0;font-size: 30px;color: #fff;}
.other-fr .other-frbox img{position: absolute;right: 0;top: 0;}
.other-fr .other-frbox i{position: absolute;left: 0;bottom: 0;width: 50px;height: 5px;background: url(../images/icon-othermore.png)no-repeat center;transition: .5s all}
.other-fr .other-fr0{background: url(../images/img-other1.jpg)no-repeat center;background-size: 100%;margin-bottom: 1%}
.other-fr .other-fr1{background: url(../images/img-other2.jpg)no-repeat center;background-size: 100%;}

.other-fl:hover{background-size: 105%;}
.other-fl:hover i{right: 36px;}
.other-fr .other-frbox:hover{background-size: 105%;}
.other-fr .other-frbox:hover i{left: 44px;}


/*合作伙伴*/
.index-partner{padding: 50px 0;background: url(../images/index-partnerbg.jpg)no-repeat center;background-size: cover;overflow: hidden;}
.index-partner-box ul li{height: 78px;border: 1px solid #fff;text-align: center}
.index-partner-box ul li p{font-size: 14px;color: #fff;padding: 0 20px;text-align: center;align-items: center;justify-content: center;height: 100%;width: 100%;display: flex;}

/*底部*/
.footer{background:#191919 url(../images/footerbg.jpg)no-repeat bottom center;overflow:hidden;color:#919191;padding: 50px 0 0 0;}
.footer .grWidth{overflow:hidden;}
.footer .foot-menu{float: left;width:60%;padding-bottom: 30px;}
.footer .foot-menu ul{float: left;margin-right:13.5%;}
.footer .foot-menu ul:last-child{margin-right: 0}
.footer .foot-menu ul p{font-size: 16px;color: #fff;margin-bottom: 30px;}
.footer .foot-menu ul p i{display: none;}
.footer .foot-menu ul a{display: block;font-size: 14px;color: #fff;}
.foot-code{float: right;position: relative;text-align: center}
.foot-code p{font-size: 14px;margin-top: 10px;}

.foot-contact{float: left;width: 28%;padding-left: 3%}
.foot-contact h2{font-size: 18px;color: #fff;font-weight: normal;margin-bottom: 30px;}
.foot-contact p{font-size: 14px;color: #fff;margin-bottom: 10px;padding-left: 30px;}
.foot-contact p:nth-child(2){background: url(../images/foot-contact-icon.png)no-repeat;background-position: 0 5px}
.foot-contact p:nth-child(3){background: url(../images/foot-contact-icon.png)no-repeat;background-position: 0 -28px}
.foot-contact p:nth-child(4){background: url(../images/foot-contact-icon.png)no-repeat;background-position: 0 -58px}
.foot-contact p:nth-child(5){background: url(../images/foot-contact-icon.png)no-repeat;background-position: 0 -90px}
.footer .foot-menu a:hover{padding-left: 4px;}
.copyright{padding: 20px 0;overflow: hidden;width: 100%;}
.copyright .copy-fl{float: left;}
.copyright .copy-fr{float: right;}
.copyright p{font-size: 12px;color: #fff;text-align:center;}
.copyright a{font-size: 12px;color: #fff;}
.copyright a:hover{color: #fff;}

.Links{width: 100%;border-top: 1px solid #2c2c2c;text-align:center;}
.Links h3{font-size: 16px;color: #fff;font-weight: normal;background: url(../images/icon-link.png)no-repeat left;padding-left: 20px;margin-bottom: 10px;}
.Links a{font-size: 14px;color: #646464;margin-right: 10px;}
.Links a:hover{color: #fff}

/*内页*/
/*公共标题*/
.page-tie{font-size: 35px;color: #0099e0;margin: 0 0 50px 0;}
.align{text-align: center;}

/*解决方案*/
.page-solubox{margin-bottom: 30px;}
.page-solu-tie{font-size: 20px;color: #0099e0;padding: 20px 0 20px 20px;border-bottom: 3px dotted #ccc;background: url(../images/page-solu-tie.png)no-repeat left;margin-bottom: 30px;}
.page-solubox-vise li{float: left;}
.page-solubox-vise li span{display: block;position: relative;width: 100%;padding-top:77%;overflow: hidden;}
.page-solubox-vise li span img{display: block;position: absolute;left: 0;top: 0;width: 100%;height: 100%;transition: 0.5s all}
.page-solubox-vise li dt{padding: 20px;background: #fff;overflow: hidden;}
.page-solubox-vise li dt h4{float: left;width: 80%; font-size: 16px;color: #000;font-weight: normal;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.page-solubox-vise li dt i{float: right;width: 30px;height: 24px;background: url(../images/index-case-li-more.png)no-repeat center;position: relative;left: 0;transition: 0.5s all}
.page-solubox-vise li:hover dt i{left: 8px;}
.page-solubox-vise li:hover img{transform: scale(1.1);}


/*技术支持-FAQ*/
.faqList{width: 99%;margin-bottom: 30px;}
.faqList li{background: #fff;margin-bottom: 10px;box-shadow: 0 0 5px #ccc;}
.faqList li i{float: left;display: block;font-size: 14px;width: 20px;height: 20px;line-height: 20px;text-align: center;background: #c5c5c5;font-style: normal;color: #fff;margin-right: 10px;}
.faqList li.act i{background: #0099e0}
.faqList li h4 i{margin: 15px 10px 15px 0;}

.faqList li.act .answer{display: block;}
.faqList li h4{line-height: 50px;height: 50px; padding: 0 16px;border-bottom: 1px solid #f1f1f1;font-size: 16px;color: #000;font-weight: normal;cursor: pointer;}
.faqList li h4 span{display: block;width: 80%;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;float: left;}
.faqList li .answer{display: none;padding: 30px 16px;font-size: 16px;color: #909090;width: 100%;overflow: hidden;}
.faqList li .answer .conto{display: block;margin-top: 50px; font-size: 14px;color: #2d97f2;}

.downList{width: 99%;}
.downList li{float: left;width: 100%; box-shadow: 0 0 5px #ccc;margin-bottom: 10px;padding: 20px 20px 20px 0;background: url(../images/down-icon.png)no-repeat right;background-position-x:98%;transition: 0.5s all }
.downList li a{display: block;font-size: 16px;color: #000;background: url(../images/down-fie.png)no-repeat left;transition: 0.5s all;background-position-x: 20px;padding-left: 60px;}
.downList li:hover{background:#0099e0 url(../images/down-icon-on.png)no-repeat right;background-position-x:98%;}
.downList li:hover a{color: #fff;background: url(../images/down-fie-on.png)no-repeat left;padding-left: 60px;background-position-x: 20px;}

/*招标列表*/
.biddingList{width: 99%;margin-bottom: 30px;}
.biddingList li{background: #fff;margin-bottom: 20px;padding:10px 50px;overflow: hidden;transition: .4s all}
.biddingList li h4{float: left;width: 80%; font-size: 20px;color: #000;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;font-weight: normal;line-height: 50px;}
.biddingList li .time{float: right;letter-spacing: 2px;text-align: center;line-height:50px;font-size:16px;}
.biddingList li .time b{display: block;font-size: 30px;color: #002a4b;font-family: 'Trump';}
.biddingList li:hover{background: #1792e5;}
.biddingList li:hover h4{color: #fff;}
.biddingList li:hover .time{color: #fff;}

/*招聘列表*/
.jobbox{overflow: hidden;}
.jobbox .desc{height: 60px; line-height: 60px;background: #1792e5;padding-left: 3%;}
.jobbox .desc span{float: left;color: #fff;font-size: 16px;padding-right: 10px;}
.jobbox .desc span:nth-child(1){width: 25%;}
.jobbox .desc span:nth-child(2){width: 10%;}
.jobbox .desc span:nth-child(3){width: 10%;}
.jobbox .desc span:nth-child(4){width: 40%;}
.jobbox .desc span:nth-child(5){width: 15%;}

.jobbox ul li{border-bottom: 1px solid #dfdfdf;}
.jobbox ul li .jobtop{padding:18px 0 18px 3%;background: #fff;cursor: pointer;display: flex;}
.jobbox ul li dt{background: #ddd;padding:2% 3%;display: none;}
.jobbox ul li span{float: left;color: #000;font-size: 16px;align-self: center;padding-right: 10px;}
.problem ul li span:nth-child(1){width: 90% !important;}
.problem ul li span:nth-child(2){width: 7% !important;}
.jobbox ul li span:nth-child(1){width: 25%;}
.jobbox ul li span:nth-child(2){width: 10%;}
.jobbox ul li span:nth-child(3){width: 10%;}
.jobbox ul li span:nth-child(4){width: 40%;}
.jobbox ul li span:nth-child(5){width: 15%;}
.jobbox ul li .jobdes div{color: #000;margin-bottom: 20px;}
.jobbox ul li .job-in{width: 170px;height: 50px;line-height: 50px;font-size: 16px;color: #fff;text-align: center;background: #1792e5;display: block;}

/*招标代理*/
.zbdltie{height: 54px;line-height: 54px;border-top: 4px solid #00325a;background: #fff;font-size: 25px;color: #002a4b;text-align: center;margin-bottom: 6px;border-bottom: 1px solid #dddddd;}
.listtie{width: 100%;margin-bottom: 2px;overflow: hidden;}
.listtie li{float: left;height: 54px;line-height: 41px;font-size: 20px;color: #000;text-align: center;padding: 4px 0;border-bottom: 1px solid #dddddd;background: #fff;display: flex;}
.listtie li span{display: block;height: 100%; border-left: 1px solid #dddddd;width: 100%;align-self: center}
.listtie li:nth-child(4) span{border-right: 1px solid #dddddd}
.listtie li:nth-child(1){width: 10%;border-top: 4px solid #d9d9d9;}
.listtie li:nth-child(2){width: 15%;border-top: 4px solid #006bc0;}
.listtie li:nth-child(3){width: 50%;border-top: 4px solid #ffd83d;}
.listtie li:nth-child(4){width: 25%;border-top: 4px solid #ff7f29;}

.zbdlList li{float: left; width: 100%;border-bottom: 1px solid #dddddd;border-top: 1px solid #dddddd;background: #fff;margin-bottom: 2px;padding: 4px 0;transition: .4s all}
.zbdlList li a{display: flex;}
.zbdlList li span{display: block;float: left; height: 100%; border-left: 1px solid #dddddd;font-size: 16px;color: #777777;text-align: center;align-self: center;padding: 12px 4px;}
.zbdlList li span:nth-child(1) {width: 10%;}
.zbdlList li span:nth-child(2) {width: 15%;}
.zbdlList li span:nth-child(3) {width: 50%;}
.zbdlList li span:nth-child(4) {width: 25%;border-right: 1px solid #dddddd}

.zbdlList li:hover{background: #006bc0;border-bottom: 1px solid #006bc0;border-top: 1px solid #006bc0;}
.zbdlList li:hover span{border-left: 1px solid #fff;color: #fff;}

/*关于*/
.page-about-w{padding: 0 8%;}
.showimg img{display: block;margin: 0 auto;}
.page-about  {width: 100%;margin-bottom: 110px;overflow: hidden;}
.page-about  li{float: left;width: 25%;text-align: center}
.page-about  li p{font-size: 20px;color: #002a4b;margin-bottom: 20px;}
.page-about  li h4{display: inline-block;color: #002a4b;font-weight: normal;padding-top: 8px;position: relative;}
.page-about  li dt{padding-left: 44px;display: inline-block;    text-align: left;}
.page-about  li:nth-child(1) dt{background: url(../images/icon-ys0.png)no-repeat left top;background-position-y: 40px;}
.page-about  li:nth-child(2) dt{background: url(../images/icon-ys1.png)no-repeat left top;background-position-y: 40px;}
.page-about  li:nth-child(3) dt{background: url(../images/icon-ys2.png)no-repeat left top;background-position-y: 40px;}
.page-about  li:nth-child(4) dt{background: url(../images/icon-ys3.png)no-repeat left top;background-position-y: 40px;}
.page-about  li strong{font-size: 60px;color: #002a4b;font-weight: normal;font-family: 'Trump';}
.page-about  li sup{position: absolute;top: -10px;right: -20px;font-size: 14px;color: #002a4b;}
.page-about  li:nth-child(2) dt sup{font-size: 18px;}
.page-about  li:nth-child(3) dt sup{font-size: 18px;}

/*文化*/
.page-culture{overflow-y: hidden;}
.page-culture li{float: left;margin-right: 2%;width: 32%;position: relative;padding-top: 28%;}
.page-culture li:last-child{margin-right: 0}
.page-culture li img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;transition: .4s all}
.page-culture li dt{position: absolute;left: 0;top: 0;width: 100%;height: 100%;text-align: center;color: #fff;padding: 34% 15% 0 15%;}
.page-culture li dt p{font-size: 30px;margin-bottom: 16px;}
.page-culture li dt i{display:inline-block;width: 26px;height: 1px;background: #fff;margin: 16px 0;}
.page-culture li dt span{font-size: 20px;display: block;line-height: 30px;}

/*服务网络*/
.fuwlbox{overflow: hidden;padding: 60px;background: #fff;}
.wap-fuwl{display: none;}
.mapcont{width: 1680px;padding: 30px;background: #fff;}
.mapTipText{width: 120px;height: auto;background-color: #064476;padding: 14px;overflow: hidden;}
.mapTipText .mapTipImg{height: 54px; width: 54px; float: left;border: 2px solid #ffffff; border-radius: 50%;overflow: hidden;margin: -12px 5px 0 -12px;}
.mapTipText .mapTipImg img{width: 100%;height: 100%;}
.mapTipText .mapTipList{float: left;margin-left: 4px;margin-top: 10px;}
.mapTipText .mapTipList h2{text-align: left;}
.mapTipText .mapTipList dt{font-size: 14px;color: #fff;}
.mapTipText .mapTipList h2 a{font-size: 18px; color: #fff;text-decoration:none;}
.mapTipText .mapTipList h2 a span{font-size: 16px;margin-left: 3px;}
.mapTipText .mapTipList ul{ width: 203px;padding-right: 10px;}
.mapTipText .mapTipList ul li{list-style: none;float: left;padding: 7px 3px 0 3px;}
.mapTipText .mapTipList ul li a{color: #262626;text-decoration:none;}
.mapTipText .mapTipList ul li a:hover{background-color:#2ebcfe;color:#ffffff;}
.mapicon{width: 1100px;height: 800px;position: relative;}
.itemCon ul i{display: block; position: absolute;width: 23px;height: 18px;background: url(../images/2121.png)no-repeat center;}
.itemCon ul .icon-zj{right: 26%;top: 67%;}
.itemCon ul .icon-js{right: 26%;top: 67%;}
.itemCon ul .icon-sd{right: 26%;top: 67%;}
.itemCon ul .icon-jjj{right: 26%;top: 67%;}
.itemCon ul .icon-ln{right: 26%;top: 67%;}
.itemCon ul .icon-hlj{right: 26%;top: 67%;}
.itemCon ul .icon-nmg{right: 26%;top: 67%;}
.itemCon ul .icon-hn{right: 26%;top: 67%;}
.itemCon ul .icon-hb{right: 26%;top: 67%;}
.itemCon ul .icon-ah{right: 26%;top: 67%;}
.itemCon ul .icon-hunan{right: 26%;top: 67%;}
.itemCon ul .icon-jx{right: 26%;top: 67%;}
.itemCon ul .icon-fj{right: 26%;top: 67%;}
.itemCon ul .icon-gd{right: 26%;top: 67%;}
.itemCon ul .icon-hainan{right: 26%;top: 67%;}
.itemCon ul .icon-gx{right: 26%;top: 67%;}
.itemCon ul .icon-gz{right: 26%;top: 67%;}
.itemCon ul .icon-yl{right: 26%;top: 67%;}
.itemCon ul .icon-sc{right: 26%;top: 67%;}
.itemCon ul .icon-cq{right: 26%;top: 67%;}
.itemCon ul .icon-sx{right: 26%;top: 67%;}
.itemCon ul .icon-qh{right: 26%;top: 67%;}
.itemCon ul .icon-xj{right: 26%;top: 67%;}
.itemCon ul .icon-gs{right: 26%;top: 67%;}
.itemCon ul .icon-nx{right: 26%;top: 67%;}
.itemCon ul .icon-xz{right: 26%;top: 67%;}
.itemCon ul .icon-tw{right: 26%;top: 67%;}
.itemCon ul .icon-sxx{right: 26%;top: 67%;}
.itemCon ul .icon-bj{right: 26%;top: 67%;}
.itemCon ul .icon-sh{right: 26%;top: 67%;}
.itemCon ul .icon-jl{right: 26%;top: 67%;}
.itemCon ul .icon-zj{right: 26%;top: 67%;}
.itemCon ul .icon-zj{right: 26%;top: 67%;}






/*培训体系*/
.pxtxcont{background: #fff;padding: 60px 0;}
.pxtxcont .tie{font-size: 35px;color: #000;margin-bottom: 50px;text-align: center}
.pxtxcont ul{width: 100%;overflow: hidden;}
.pxtxcont .icon-pxtx{margin-bottom: 50px;}
.pxtxcont .icon-pxtx li{float: left;width: 20%;padding: 0 4%; text-align: center;position: relative;}
.pxtxcont .icon-pxtx li:after{content: '';position: absolute;right: -106px;top: 40px;width: 207px;height: 13px;background: url(../images/icon-pxtx-li.png)no-repeat center;}
.pxtxcont .icon-pxtx li i{display: inline-block;width: 88px;height: 88px;background: url(../images/icon-pxtx.png)no-repeat center;border: 1px solid #e0e0e0;background-position: 8px 0;border-radius: 100px;}
.pxtxcont .icon-pxtx li:nth-child(2) i{background-position: -85px 0}
.pxtxcont .icon-pxtx li:nth-child(3) i{background-position: -192px 0}
.pxtxcont .icon-pxtx li:nth-child(4) i{background-position: -308px 0}
.pxtxcont .icon-pxtx li:nth-child(5) i{background-position: -416px 0}
.pxtxcont .icon-pxtx li p{font-size: 20px;color: #000;margin: 20px 0 10px 0;}
.pxtxcont .icon-pxtx li span{font-size: 14px;color: #6c6c6c;text-align: left;display: block;}
.pxtxcont .icon-pxtx li:last-child:after{display: none;}

.icon-pxtx2{padding: 0 4%;}
.icon-pxtx2 li{float: left; position: relative;width: 32%;margin-right: 2%; background: #f7f7f7;padding-top: 20%;border: 1px solid #e0e0e0;text-align: center;transition: .5s all}
.icon-pxtx2 li dt{position: absolute;left: 0;top: 0;width: 100%;height: 100%;padding: 10%;}
.icon-pxtx2 li i{display: inline-block;width: 60px;height: 50px;background: url(../images/icon-pxtx2.png)no-repeat center;background-position: -6px 0;transition: .4s all}
.icon-pxtx2 li:nth-child(2) i{background-position: -94px 0}
.icon-pxtx2 li:nth-child(3) i{background-position: -184px 0}

.icon-pxtx2 li:last-child{margin-right: 0}
.icon-pxtx2 li p{font-size: 20px;color: #000;margin: 20px 0 10px 0;}
.icon-pxtx2 li span{font-size: 14px;color: #6c6c6c;text-align: left;display: block;}

.icon-pxtx2 li:hover{background: #1d5582;border: 1px solid #1d5582;}
.icon-pxtx2 li:hover p{color: #fff;}
.icon-pxtx2 li:hover span{color: #fff;}
.icon-pxtx2 li:hover i{background-position: -6px -64px}
.icon-pxtx2 li:nth-child(2):hover i{background-position: -94px -64px}
.icon-pxtx2 li:nth-child(3):hover i{background-position: -184px -64px}

/*人才理念*/
.rclnBox{overflow: hidden;}
.rclnBox ul li{float: left;width: 100%;position: relative;background: #fff;margin-bottom: 20px;padding: 60px 50px;}
.rclnBox ul li dt{width: 100%;height: 100%;}
.rclnBox ul li .txt{float: left;width: 27%;padding-right: 3%;padding-left: 2%;position: relative;}
.rclnBox ul li .txt:after{content: '';position: absolute;left: 0;top: 0;width: 8px;height: 8px;border: 3px solid #000;border-radius: 100px;}
.rclnBox ul li .txt b{font-size: 50px;color: #000;display: block;font-weight: normal;margin-bottom: 40px;}
.rclnBox ul li .txt p{font-size: 16px;color: #000;}


.rclnBox ul li .tie{float: left;width: 24%;font-size: 45px;color: #000;line-height: 56px;padding-left: 2%;padding-top: 2%;}
.rclnBox ul li img{float: right;width: 72%;padding-left: 5%;border-left: 1px solid #c1c1c1;}

/*企业荣誉*/
.page-honor{padding: 50px 0;background: #f1f1f1;}
.page-honor-vise{overflow: hidden;}
.page-honor-vise ul li dt{width: 100%; height: 310px;background: #f8f8f8;border: 20px solid #fff;box-shadow: 0 0 2px #d5d5d5;}
.page-honor-vise ul li dt span{display: table;margin: 0 auto}
.page-honor-vise ul li dt span a{display: table-cell;vertical-align: middle;height: 270px;}
.page-honor-vise ul li dt span img{display: block;max-width: 100%;max-height: 100%;transition: 0.5s all}
.page-honor-vise ul li h4{font-size: 14px;color: #000;line-height: 50px;font-weight: normal;text-align: center;}
.page-honor-w{position: relative;}
.page-honor-w .honor-btn{position: absolute;top: 50%;width: 14px;height: 22px;transition: 0.5s all}
.page-honor-w .honor-next{right: -40px;background: url(../images/partner-next.png)no-repeat center;}
.page-honor-w .honor-prev{left: -40px;background: url(../images/partner-prev.png)no-repeat center;}
.page-honor-w .honor-next:hover{right: -40px;background: url(../images/partner-next-on.png)no-repeat center;}
.page-honor-w .honor-prev:hover{left: -40px;background: url(../images/partner-prev-on.png)no-repeat center;}

/*合作伙伴*/
.page-partner{padding: 50px 0;}
.page-partner-w{position: relative;}
.page-partner-vise{overflow: hidden;padding: 10px;}
.page-partner-vise li{position: relative;overflow: hidden;}
.page-partner-vise li dt{display: table;margin: 0 auto}
.page-partner-vise li dt span{display: table-cell;vertical-align: middle;height: 100px;}
.page-partner-vise li img{display: block;max-width: 100%;max-height: 100%; transition: 0.5s all}
.page-partner-vise li h4{position: absolute;left: 0;top: 0;width: 100%;height: 100px;line-height: 100px;background: #0099e0;text-align: center;color: #fff;font-size: 16px;transform: rotateY(-180deg);transition: 0.5s all;opacity: 0;}
.page-partner-vise li:hover h4{transform:rotateY(0deg);opacity: 1;}
.page-partner-vise ul li:hover img {transform: scale(1.1);transform:rotateY(180deg);}

/*证书*/
.yf-part4{background: #f6f6f6;padding: 50px 0 100px 0;}
.yf-part4 .yfHd{text-align: center;}
.yf-part4 .yfHd ul li{display: inline-block;font-size: 20px;color: #222;margin: 0 10px;cursor: pointer;padding-bottom: 20px;position: relative;}
.yf-part4 .yfHd ul li.on:after{content: '';display: block;position: absolute;left: 0;bottom: 0;width: 100%;height: 3px;background: #0c63aa;}

.yf-part4 .yfBd{position: relative;margin-top: 60px;}
.yf-part4 .yfBd ul li{float: left;width: 270px;margin-right: 30px;}
.yf-part4 .yfBd ul li div{height: 310px;background: #fff;border:1px solid #d9d9d9;}
.yf-part4 .yfBd ul li .pic{display: table;margin: 0 auto;}
.yf-part4 .yfBd ul li .pic span{display: table-cell;vertical-align: middle;height: 310px;}
.yf-part4 .yfBd ul li h3{line-height: 50px;font-size: 14px;color: #6a6a6a;text-align: center;font-weight: normal}
.yf-part4 .yfBd .tempWrap{width: 1474px ! important;margin: 0 auto}
.yf-part4 .yfBd .btn{display: block;width: 24px;height: 40px;position: absolute;top: 36%;transition: 0.5s all}
.yf-part4 .yfBd .sPrev{right: 0; background: url(../images/yf-prev.png)no-repeat center;}
.yf-part4 .yfBd .sNext{left: 0; background: url(../images/yf-next.png)no-repeat center;}
.yf-part4 .yfBd .sPrev:hover{right: 0; background: url(../images/yf-prev-on.png)no-repeat center;}
.yf-part4 .yfBd .sNext:hover{left: 0; background: url(../images/yf-next-on.png)no-repeat center;}


/*产品单页*/
.pro-tie{font-weight: normal;font-size: 36px;color: #0d3a8b;position: relative;text-align: center;padding-bottom: 36px;}
.pro-tie:after{content: '';position: absolute;display: block;left: 48.8%;bottom: 0;width: 50px;height: 3px;background: #0d3a8b}

.pro-intro{padding: 70px 0 80px 0;text-align: center;}
.pro-intro h3{font-size: 35px;color: #000;font-weight: normal}
.pro-intro p{font-size: 14px;color: #888888;width: 50%;margin: 50px auto 70px auto;}

/*客户价值*/
.pro-value{padding: 60px 0 70px 0;background: #f6f6f6;overflow: hidden;}
.pro-value ul{text-align: center;margin-top: 50px;}
.pro-value ul li{display: inline-block;width: 364px;height: 450px;padding: 50px 50px 0 50px;text-align: center;margin:0 30px; transition: 0.5s all}
.pro-value ul li i{display: inline-block;width: 180px;height: 180px;background: #fff url(../images/pro-show-icon.png)no-repeat;border-radius: 100px;box-shadow: 3px 3px 7px #bdbdbd;transition: 0.5s all}
.pro-value ul li:nth-child(1) i{background-position: 26px 10px}
.pro-value ul li:nth-child(2) i{background-position: -130px 8px}
.pro-value ul li:nth-child(3) i{background-position: -300px 14px}
.pro-value ul li h4{font-size: 20px;color: #222;position: relative;padding-bottom: 20px;margin: 30px 0 20px 0;}
.pro-value ul li h4:after{content: '';position: absolute;display: block;left: 45%;bottom: 0;width: 28px;height: 3px;background: #3884dc}
.pro-value ul li:nth-child(1):hover i{background-position: 26px -170px}
.pro-value ul li:nth-child(2):hover i{background-position: -130px -170px}
.pro-value ul li:nth-child(3):hover i{background-position: -300px -170px}
.pro-value ul li:hover{background: #fff;box-shadow: 6px 6px 6px #d9d8d8;}
.pro-value ul li:hover i{background: #3884dc url(../images/pro-show-icon.png)no-repeat;}

/*视频演示*/
.pro-video{padding: 80px 0 70px 0;overflow: hidden;position: relative;}
.pro-video .grWidth{position: relative;}
.pro-video .video{padding: 40px 0 0 190px;}
.pro-video .video ul li{float: left;position: relative;cursor: pointer;}
.pro-video .video ul li:after{content: '';position: absolute;display: block;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.8);transition: 0.5s all}
.pro-video .video ul li i{display: inline-block;width: 57px;height: 57px;background: url(../images/player-icon.png)no-repeat center;position: absolute;left:42%;top: 26%;z-index: 1}
.pro-video .video ul li:nth-child(1) i{left: 46%;top: 42%;}
.pro-video .video ul li:nth-child(1){width: 790px;height: 538px;margin-right: 5px;}
.pro-video .video ul li:nth-child(2){width: 380px;height: 267px;}
.pro-video .video ul li:nth-child(3){width: 380px;height: 267px;position: absolute;right: 194px;top: 451px;}
.pro-video .video ul li h4{position: absolute;top: 60%;left: 0;font-size: 16px;color:#fff;width: 100%;text-align: center;z-index: 1}

.pro-video .video ul li:hover:after{background: rgba(0,0,0,0.7);}

/*其他案例*/
.pro-orther-Case{padding: 80px 0 60px 0;background: #f6f6f6;overflow: hidden;}
.pro-orther-Case ul{margin-top: 40px;}
.pro-orther-Case ul li{float: left;width: 366px;margin-right: 32px;}
.pro-orther-Case ul li:nth-child(4){margin-right: 0}
.pro-orther-Case ul li .pic{display: block;overflow: hidden;}
.pro-orther-Case ul li img{height: 215px;transition: 0.5s all}
.pro-orther-Case ul li .txt{height: 90px;padding: 20px;background: #fff;}
.pro-orther-Case ul li h3{font-size: 18px;color: #1c1317;font-weight: normal}
.pro-orther-Case ul li span{font-size: 14px;color: #7c797a;}
.pro-orther-Case ul li i{font-size: 22px;color: #1c1317;float: right;font-style: normal;position: relative;top: -12px;}
.pro-orther-Case ul li:hover img{transform: scale(1.1);}
.pro-orther-Case ul li:hover h3{color: #0d3a8b}

/*推荐产品*/
.pro-reco{padding: 90px 0 88px 0;overflow: hidden; }
.pro-reco .pro-reco-cont{margin-top: 40px;}
.pro-reco ul li{float: left;width: 280px;height: 280px;border:1px solid #ececec;margin-right: 40px;transition: 0.5s all}
.pro-reco ul li:nth-child(5){margin-right: 0}
.pro-reco ul li .pic{display: table;margin: 0 auto;}
.pro-reco ul li .pic span{display: table-cell;vertical-align: middle;;height: 210px;overflow: hidden;}
.pro-reco ul li .pic img{transition: 0.5s all}
.pro-reco ul li h3{line-height: 70px;font-size: 16px;color: #666;text-align: center;font-weight: normal}
.pro-reco ul li:hover img{transform: scale(1.1);}
.pro-reco ul li:hover h3{color:#0d3a8b }
.pro-reco ul li:hover{border:1px solid #0d3a8b;}


/*产品封面列表*/
.productindex{width: 100%;overflow: hidden;padding-left: 1px;}
.productindex li{float: left;margin-bottom: 90px;}
.productindex li i{display: inline-block;width: 70px;height: 80px;}
.productindex li .pro-fl{float: left;width: 40%;padding: 50px 100px 70px 58px;}
.productindex li .pro-fr{float: right;width: 55%;}
.productindex li:nth-child(2n) .pro-fl{float: right;width: 40%;padding: 50px 100px 70px 58px;}
.productindex li:nth-child(2n) .pro-fr{float: left;width: 55%;}
.productindex li h3{font-size: 35px;color: #000;font-weight: normal}
.productindex li p{font-size: 14px;color: #888;margin: 50px 0 70px 0;}
.productindex li .more{display: block;width: 150px;height: 48px;line-height: 48px;font-size: 12px;color: #a3a2a2;text-align: center;border:1px solid #a3a2a2;margin: 50px 0 0 0;background: url(../images/index-more.png)no-repeat 90px;padding-right: 32px;}
.productindex li .more:hover{background: #213f99 url(../images/index-more-on.png)no-repeat 96px;color: #fff;border:1px solid #213f99;}

/*产品列表*/
.productList{width: 100%;overflow: hidden;padding-left: 1px;}
.productList li{float: left;width: 30.66%;margin:0 4% 4% 0;padding: 4%;border:1px solid #e7e7e7;text-align: center;transition: 0.5s all}
.productList li:nth-child(3n){margin-right: 0}
.productList li .pic{display: table;margin: 0 auto;overflow: hidden;}
.productList li .pic span{display: table-cell;vertical-align: middle;height: 410px;}
.productList li .pic img{display: block;max-width: 100%;max-height: 100%; transition: 0.5s all}
.productList li h3{line-height: 60px;font-weight: normal;font-size: 25px;color: #0099e0;}
.productList li p{font-size: 14px;color: #4d4d4d;}
.productList li:hover img{transform: scale(1.1);}
.productList li:hover h3{color: #0081bd}
.productList li:hover{border:1px solid #0099e0}


/*产品详情*/
.proShow_wrap{background: #f2f2f2;overflow: hidden;}
.proShow_wrap .gallery{float: left;width: 60%;border: 20px solid #f2f2f2;margin-right: -1px;background: #fff;}
.proShow_wrap .gallery .gallery-top ul li{position: relative;padding-top: 74%;}
.proShow_wrap .gallery .gallery-top ul li dt{position: absolute;left: 0;top: 0;display: block;width: 100%;height: 100%;}
.proShow_wrap .gallery .gallery-top ul li .pic {display: table;margin: 0 auto; }
.proShow_wrap .gallery .gallery-top ul li .pic span{display: table-cell;vertical-align: middle;height: 425px;}
.proShow_wrap .gallery .gallery-top ul li .pic img{display: block;max-width: 100%;max-height: 100%;}

.proShow_wrap .gallery .gallery-thumbs ul li{float: left;width: 120px;height: 120px;border:1px solid #eaeaea;cursor: pointer;overflow: hidden;position: relative;}
.proShow_wrap .gallery .gallery-thumbs ul li:after{content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: #000;opacity: 0.5;}
.proShow_wrap .gallery .gallery-thumbs ul li.swiper-slide-thumb-active:after{opacity: 0;}
.proShow_wrap .gallery .gallery-thumbs ul li img{max-width: 100%;max-height: 100%;display: block;margin: 0 auto}

.swiper-button-next,.swiper-button-prev{opacity: 0 ! important;transition: 0.5s all;font-size: 24px;
font-family: 宋体;
line-height: 44px;
text-align: center;
color: #fff;
font-weight: bold;}
.proShow_wrap .gallery:hover .swiper-button-next{opacity: 1 ! important;}
.proShow_wrap .gallery:hover .swiper-button-prev{opacity: 1 ! important;}

.proShow_wrap .prodesc{float: right;width: 40%;padding:3%;}
.proShow_wrap .prodesc h3{font-size: 30px;color: #000;font-weight: normal;white-space:nowrap;/*overflow:hidden;*/text-overflow: ellipsis;}
.proShow_wrap .prodesc p{font-size: 18px;color: #000;margin-top: 20px;}
.proShow_wrap .prodesc dt{font-size:16px;color: #ababab;margin-top: 4%;padding: 5% 0;border-top: 1px dashed #e1e1e1;}
.proShow_wrap .prodesc .procontact{display: block; font-size:16px;color: #fff;width: 120px;height: 45px;line-height: 45px;text-align: center;background: #0099e0; }

.proShow_main{overflow: hidden;padding: 30px 0 0 0;}
.proShow-menu a{float: left; display: block;width: 165px;height: 42px;line-height: 42px; font-size: 14px;color: #6a6a6a;text-align: center;background: #f1f1f1;margin-right: 6px;position: relative;top: 0;z-index: 99}
.proShow-menu a.on{background: #fff;color: #000;border-top: 1px solid #d6d6d6;border-left:1px solid #d6d6d6;border-right: 1px solid #d6d6d6;top: 1px }
.proShow-box{width: 100%;background: #fff;overflow: hidden;}
.proShow-box .li{overflow: hidden;padding: 3%;border:1px solid #d6d6d6;}

.relaPro .ohbox{overflow: hidden;padding-bottom: 1px;}
.relaPro .tie{font-size: 18px;color: #fff;text-align: center;line-height: 50px;background: #000;font-weight: normal}
.relaPro li{float: left;padding: 4%;border:1px solid #e7e7e7;text-align: center;transition: 0.5s all}
.relaPro li:nth-child(3n){margin-right: 0}
.relaPro li .pic{display: table;margin: 0 auto;overflow: hidden;}
.relaPro li .pic span{display: table-cell;vertical-align: middle;height: 410px;}
.relaPro li .pic img{display: block;max-width: 100%;max-height: 100%; transition: 0.5s all}
.relaPro li h3{line-height: 60px;font-weight: normal;font-size: 25px;color: #0099e0;}
.relaPro li p{font-size: 14px;color: #4d4d4d;}
.relaPro li:hover img{transform: scale(1.1);}
.relaPro li:hover h3{color: #0081bd}
.relaPro li:hover{border:1px solid #0099e0}

/*案例列表*/
.list-tie{font-size: 40px;color: #000;margin: 0 0 60px 0;text-align: center;}
.caseList{width: 100%;overflow: hidden;padding-left: 1px;}
.caseList li{float: left;width: 23%;margin:0 2.6% 1.7% 0;transition: 0.5s all;border:1px solid #ccc;}
.caseList li:nth-child(4n){margin-right: 0}
.caseList li .img{position: relative;width: 100%;padding-top: 77.1%;position: relative;overflow: hidden;border-bottom: 1px solid #ccc;}
.caseList li img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;transition: .5s all}
.caseList li dt{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,42,75,0.9);text-align: center;padding: 24% 16% 0 16%;color: #fff;opacity: 0;transition: .5s all}
.caseList li dt p{font-size: 25px;} 
.caseList li dt span{font-size: 14px;display: block;margin: 20px 0 20px 0;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;} 
.caseList li dt i{display: inline-block;width: 31px;height: 31px;background: url(../images/icon-casemore.png)no-repeat center;transition: .5s all}
.caseList li h4{text-align: center;line-height: 40px;padding:5px 0;font-size: 18px;color: #000;font-weight: normal;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}

.caseList li:hover dt{opacity: 1;}
.caseList li:hover dt i{transform: rotate(180deg);}

/*案例详情*/
.pictureIsLeft{overflow: hidden;}
.pictureTop h1{ font-weight:normal; font-size:25px; line-height:40px; color:#000;}
.pictureTop .top{ font-size:14px; line-height:35px; color:#888;overflow:hidden;border:1px solid #eee;margin-top:15px;}
.pictureTop .top span{ padding-right:40px;}
.pictureTop .top .bshare-custom{margin-top:8px;margin-right: 4%;}
.pictureTop .top .sp1{background: url('../images/time-bg_03.png') no-repeat;width:272px;text-align:center;font-size: 14px;color: #9d9d9d;}
.pictureTop .top .sp3{background: url('../images/single-view.png') no-repeat left center;padding-left:30px;}
.pictureContent{ padding-top:20px; font-size:14px; line-height:2em; text-align:justify; white-space:normal;margin-bottom:30px;overflow:hidden;min-height:25rem;}
.pictureContent p{ padding:5px 0;}
.pictureContent img{max-width:100%;}

.showPage{padding-top:40px;margin-top:30px;border-top: 1px solid #ececec;}
.showPage p{margin-bottom:10px;font-size: 14px;color: #7b7b7b;width: 100%;overflow: hidden;}
.showPage p span{float: left;}
.showPage p a{float: left;width: 80%; font-size: 14px;color: #7b7b7b;}
.showPage .back{float:right;width:130px;height:40px;line-height:40px;background:#ddd;text-align:center;margin-top:-55px;color: #fff;}
.showPage .back i{display: inline-block;width: 18px;height: 5px;background: url(../images/icon-back.png)no-repeat center;margin-right: 10px;transition: .4s all}
.showPage .back:hover{background:#1792e5;color:#fff;}
.showPage p a:hover{color: #1792e5}
.showPage .back:hover i{margin-right: 16px;}

.relatedNews{padding-top: 20px;}
.relatedNews ul li{line-height: 50px;width: 45%;float: left;border-bottom: 1px solid #eaeaea;margin-right: 10%;background: url(../images/relatednews-li.png)no-repeat left;padding-left: 10px;}
.relatedNews ul li:nth-child(2n){margin-right: 0}
.relatedNews ul li h4{font-size: 14px;color: #6b6b6b;font-weight: normal;float: left;width: 80%;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.relatedNews ul li span{float: right; font-size: 12px;color: #6b6b6b;width: 20%;display: block;}

/*图集*/
.imgshow{margin-top: 30px;overflow: hidden;width: 100%;position: relative;}
.imgshow ul li{position: relative;width: 100%;padding-top: 53%;}
.imgshow ul li img{display: block;position: absolute;left: 0;top: 0;width: 100%;height: 100%;transition: 0.5s all}
.imgshow .imgshow-case-pagination{margin-top: 10px;text-align: center}
.imgshow .imgshow-case-pagination span{display: inline-block;width: 12px;height: 12px;background: #d1d1d1;border-radius: 100px;margin: 0 4px;}
.imgshow .imgshow-case-pagination span.swiper-pagination-bullet-active{background: #1792e5;}
.imgshow a{position: absolute;top: 45%;width: 60px;height: 60px;z-index: 9;border-radius: 6px;cursor: pointer;}
.imgshow .case-next{right: 10px;background: #646263 url(../images/icon-case-next.png)no-repeat center}
.imgshow .case-prev{left: 10px;background: #646263 url(../images/icon-case-prev.png)no-repeat center}
.imgshow .case-next:hover{right: 0;background: rgba(22,80,126) url(../images/icon-case-next.png)no-repeat center}
.imgshow .case-prev:hover{left: 0;background: rgba(22,80,126) url(../images/icon-case-prev.png)no-repeat center}


/*图片默认列表*/
.picList li{float: left;width: 23.5%;position: relative;margin: 0 2% 2% 0;}
.picList li:nth-child(4n){margin-right: 0}
.picList li .pic{display: block; position: relative;width: 100%;padding-top: 72%;overflow: hidden;}
.picList li .pic img{display: block;position: absolute;left: 0;top: 0;width: 100%;height: 100%;transition: 0.5s all}
.picList li h4{line-height: 50px;font-size: 16px;color: #000;text-align: center;font-weight: normal}
.picList li:hover img{transform: scale(1.1);}

/*应用列表*/
.picturelist ul li{float: left;width: 50%;padding: 0 40px 40px 0}
.picturelist ul li:nth-child(1n){padding-right: 20px;}
.picturelist ul li:nth-child(2n){padding-right: 0;padding-left: 20px;}
.picturelist ul li .pb{overflow: hidden;display: block;width: 50%;float: left;}
.picturelist ul li .pic{width: 100%;height: 309px; }
.picturelist ul li .pic img{width: 100%;}
.picturelist ul li .txt{width: 50%;height: 100%; float: left;background: #f1f1f1;padding: 20px}
.picturelist ul li .txt h2{font-weight:normal;font-size:25px;color: #252020}
.picturelist ul li .txt p{margin:20px 0 30px 0;}
.picturelist ul li .txt .more{width: 47.9%;display: inline-block;background: #3e8ee1;padding: 10px 0;text-align: center;color: #fff;border-radius: 5px;margin-bottom: 7px;}

/*国联研究院列表*/
.gljzyjyList{overflow: hidden;}
.gljzyjyList ul li{float: left;width: 100%;margin-bottom: 30px;}
.gljzyjyList ul li .img{float: left;width: 50%;position: relative;padding-top: 31.55%;overflow: hidden;}
.gljzyjyList ul li .img img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;transition: .5s all}

.gljzyjyList ul li dt{float: right;width: 50%;height: 530px; background: #fff;padding: 5% 4%;}
.gljzyjyList ul li dt h4{font-size: 35px;color: #000;font-weight: normal;}
.gljzyjyList ul li dt p{font-size: 16px;color: #000;margin: 60px 0;}
.gljzyjyList ul li dt span{font-size: 16px;color: #000;}
.gljzyjyList ul li:hover img{transform: scale(1.1);}
.gljzyjyList ul li:hover h4{color: #1792e5}

/*新闻列表*/
.hotnews{margin-bottom: 60px;overflow: hidden;}
.hotnews-main-fl{float: left;width: 50%;overflow: hidden;position: relative;}
.hotnews-main-fl ul li{position: relative;width: 100%;padding-top: 58.4%;}
.hotnews-main-fl ul li img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;transition: .3s all}
.hotnews-main-fl ul li h4{position: absolute;left: 0;bottom: 0;width: 100%;line-height: 55px;font-size: 18px;color: #fff;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;background: rgba(0,0,0,0.8);padding: 0 20px;font-weight: normal;}
.hotnews-main-fl ul li h4 span{display: block;width: 80%;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.hotnews-main-fl .hotnews-pagination{position: absolute;left:78%  ! important;bottom:12px ! important;text-align: right;width: 20% ! important;z-index: 1;}
.hotnews-main-fl .hotnews-pagination span{display: inline-block;width: 14px;height: 14px;background: #fff;border-radius: 100px;}
.hotnews-main-fl .hotnews-pagination span.swiper-pagination-bullet-active{background: #1792e5;}

.hotnews-main-fr{float: right;width: 50%;padding: 0 0 0 3%;}
.hotnews-main-fr ul li{float: left;width: 100%;margin: 0 0 4% 0;border: 1px solid #f8f8f8;}
.hotnews-main-fr ul li:nth-child(2n){margin-right: 0}
.hotnews-main-fr ul li .time{float: left;width: 14%;text-align: center;padding-top: 4px;}
.hotnews-main-fr ul li .time b{font-size: 60px;color: #002a4b;font-family: 'Trump';display: block;padding: 14px 0;    letter-spacing: 4px;}
.hotnews-main-fr ul li .time span{font-size:14px;color: #aeaeae;font-family: 'Trump';letter-spacing: 2px;}
.hotnews-main-fr ul li dt{float: right;width: 84%;padding-bottom: 20px;border-bottom: 1px solid #dbdbdb;}
.hotnews-main-fr ul li dt h4{font-size: 20px;color: #000;font-weight: normal;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.hotnews-main-fr ul li dt p{font-size: 14px;color: #626262;    margin: 14px 0;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.hotnews-main-fr ul li dt i{font-size: 16px;color: #002a4b;font-style: normal;}
.hotnews-main-fr ul li:last-child{margin-bottom: 0}
.hotnews-main-fr ul li:last-child dt{border-bottom: none;padding-bottom: 0}





.newsList{width: 100%;}
.newsList li{float: left;width: 100%;margin: 0 0 3% 0;border: 1px solid #f8f8f8;border-bottom: 1px solid #dbdbdb;padding-bottom: 3%;}
.newsList li:nth-child(2n){margin-right: 0}
.newsList li .time{float: left;width: 14%;text-align: center;padding-top: 4px;}
.newsList li .time b{font-size: 60px;color: #002a4b;font-family: 'Trump';display: block;padding: 14px 0;    letter-spacing: 4px;}
.newsList li .time span{font-size:14px;color: #aeaeae;font-family: 'Trump';letter-spacing: 2px;}
.newsList li dt{float: left;width: 66%;padding-bottom: 20px;}
.newsList li dt h4{font-size: 20px;color: #000;font-weight: normal;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.newsList li dt p{font-size: 14px;color: #626262;    margin: 14px 0;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.newsList li dt i{font-size: 16px;color: #002a4b;font-style: normal;}
.newsList li .pic{float: right;width: 16%;position: relative;padding-bottom: 9.55%;}
.newsList li .pic img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;transition: .3s all}

.newsList li:last-child dt{padding-bottom: 0}


/* 新闻详细样式 */
.news-wrap{padding:0 0 90px 0;overflow: hidden;}
.newsIs{ padding-top:20px;}
.newsIsLeft{ width:100%;}
.newsIsTop{text-align: center;margin-bottom: 30px;}
.newsIsTop h1{ font-weight:normal; font-size:24px; line-height:40px; color:#000;}
.newsIsTop .top{ font-size:14px; line-height:35px; color:#888;overflow:hidden;margin-top:8px;text-align: center;}
.newsIsTop .top span{padding-right:20px;font-size: 14px;color: #a7a7a7;display: inline-block;}
.newsIsTop .top .bshare-custom{margin-top:8px;margin-left: 4%;}
.newsIsContent{padding: 20px 0; font-size:14px; line-height:2em; text-align:justify; white-space:normal;margin-bottom:30px;overflow:hidden;min-height:613px;border-top: 1px solid #ececec;}
.newsIsContent p{ padding:5px 0;}
.newsIsContent img{max-width:100%;}
.newsIsLeft .fen .prew{float: left;width: 48%;padding: 10px 0;}
.newsIsLeft .fen .nextw{float: right;width: 48%;padding: 10px 0;text-align: right;}
.newsIsLeft .fen a{display: block; white-space:nowrap;overflow:hidden;text-overflow: ellipsis;color: #6b6b6b;font-size: 14px;}
.newsIsLeft .bottom{padding: 16px 0;border-top: 1px dashed #b6b6b6;border-bottom:1px dashed #b6b6b6;font-size: 14px;color: #a7a7a7; }
.newsIsLeft .bottom span{margin-left: 30px;}
.newsIsLeft .bottom .back{width: 95px;height: 40px;line-height: 40px;font-size: 14px;color: #fff;background:#d2d2d2 url(../images/back-icon.png)no-repeat left;padding-left: 28px;display: block;float: right;background-position-x: 4px;margin-top: -8px;}
.newsIsLeft .bottom .back:hover{background:#1d2087 url(../images/back-icon.png)no-repeat left;background-position-x: 4px;}
.newsIsRight{width:100%;border-top: 1px dashed #b6b6b6;padding-top: 30px;overflow: hidden;}
.newsIsRight .news-hot{margin-bottom: 30px;}
.newsIsRightTitl{font-size:18px;color: #000;position: relative;padding-left: 14px;}
.newsIsRightTitl:after{content: '';position: absolute;top: 5px;left: 0;width: 5px;height: 16px;background: #1d2087;}
.newsIsRight .main{margin-top: 20px;}
.newsIsRight .main li{width: 100%;margin-bottom: 34px;border-bottom: 1px dashed #cfcfcf}
.newsIsRight .main li span{display: block;overflow: hidden;}
.newsIsRight .main li img{width: 280px;height: 170px;transition: 0.5s all}
.newsIsRight .main li:last-child{margin-bottom: 0}
.newsIsRight .main li h3{line-height: 44px;font-size: 16px;color: #000;font-weight: normal}
.newsIsRight .main .more{font-size: 14px;color: #2d82e1;margin: 30px 0 0 0;display: block}
.newsIsRight .main li:hover img{transform: scale(1.1);}

.fielddown{padding: 10px 20px;background: #ededed;font-size: 16px;line-height: 40px;}

/*资质证书列表*/
.honorlist li{float: left;width:23.5%;position: relative;background: #f7f7f7;border: 1px solid #dbdbdb;margin-right: 2%;margin-bottom: 27px;padding: 20px 10px 10px 10px;}
.honorlist li:nth-child(4n){margin-right: 0}
.honorlist li p{background: #f8f8f8;width: 100%;height: 100%;overflow: hidden;}
.honorlist li a{display: table;margin: 0 auto;}
.honorlist li span{display: table-cell;vertical-align: middle;height: 370px;}
.honorlist li img{display: block;max-width: 100%;max-height: 100%;transition: 0.5s all}
.honorlist li h4{line-height: 50px;font-size: 14px;color: #fff;text-align: center;width: 100%;background: #c4c4c4;margin-top: 20px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;padding: 0 2%;}
.honorlist li:hover img{transform: scale(1.1);}
.honorlist li:hover h4{background: #00325a}

/*合作伙伴列表*/
.hezuolist ul li{float: left; width: 13.42%; height: 78px;margin-right: 1%;margin-bottom: 1%; border: 1px solid #002a4b;text-align: center}
.hezuolist ul li:nth-child(7n){margin-right: 0}
.hezuolist ul li p{font-size: 14px;color:#002a4b;padding: 0 20px;text-align: center;align-items: center;justify-content: center;height: 100%;width: 100%;display: flex;}


/*视频列表*/
.videolist ul li{width: 33.333%;float: left;text-align: center;padding: 0 10px 10px 10px;}
/*.picturelist ul li:nth-child(3n){padding-right: 20px;}*/
.videolist ul li h3{font-size:16px;font-weight:normal;padding: 20px 0;color: #070707;}
.videolist ul li .pic{position:relative;width: 100%;padding-top: 62.6%;border: 1px solid #cecece}

.videolist ul li .pic img{position:absolute;display: block;width: 100%;height: 100%;top: 0;left: 0;padding: 5px;}
.videolist ul li .pic b:after{content: '';position:absolute; display: block;width:98%;height: 97%;background: #000c url(../images/video-icon.png)no-repeat center;top: 5px;left:5px;opacity: 0.8;cursor: pointer;}
.videolist ul li:hover .pic b:after{opacity: 1}




/*联系我们*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #000;
  font-size: 14px;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #000;
  font-size: 14px;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #000;
  font-size: 14px;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #000;
  font-size: 14px;
}

.contactBox .contact{background: #fff;padding: 50px 70px;overflow: hidden;}
.contactBox .config{float: right;width: 48%}
.contactBox .config dt{float: left;margin-bottom: 10px;}
.contactBox .config h3{font-size: 25px;color: #000;}
.contactBox .config b{font-size: 14px;color: #000;text-transform: uppercase;}
.contactBox .config strong{font-size: 16px;color: #000;display: block;}
.contactBox .config ul{margin: 5% 0;}
.contactBox .config ul li{font-size: 14px;color: #000;line-height: 46px;border-bottom: 1px dotted #c0c0c0;}
.contactBox .config ul li:nth-child(1){background: url(../images/contact-li1.png)no-repeat left;}
.contactBox .config ul li:nth-child(2){background: url(../images/contact-li2.png)no-repeat left;}
.contactBox .config ul li:nth-child(3){background: url(../images/contact-li3.png)no-repeat left;}
.contactBox .config ul li:nth-child(4){background: url(../images/contact-li4.png)no-repeat left;}
.prodesc h3{ text-align:center}
.contactBox .config ul li span{margin-left: 40px;}
.contactBox .config ul li b{color: #ed2d2d;font-weight: normal}
.contactBox .config ul li b.abc{ padding-left:10px;}
.contactBox .config ul li b.abcd{ color:#666666; padding-left:10px;}
.contactBox .config dt img{float: left;border:6px solid #f4f4f4;}
.contactBox .config dt p{float: left;padding: 10px 30px 0 5px;color: #000}
.contactBox .config dt p.abcde{ padding-top:22px;}

.contactBox .baidumap{float: left;width: 48%;height: 420px;}



.confeedback{width: 100%;float: left;margin-top: 50px;}
.confeedback .con-tie{font-size: 35px;color: #0099e0;text-align: center;margin-bottom: 50px;}
.confeedback span{float: left;font-size: 14px;color: #000;line-height: 40px;padding-right: 24px;}
.confeedback span b{color: #ff0000;}
.confeedback .contact-feedback ul{width: 100%;float: left;margin-bottom: 20px;}
.confeedback .contact-feedback ul label i{display: inline-block;width: 0;height: 9px;background: url(../images/icon-label-i-on.png)no-repeat center;opacity: 0;margin-left: 6px; transition: .3s all}

.confeedback .contact-feedback ul .button{float: left;border: 1px solid #cccccc;background: #f2f2f2;line-height: 38px;position: relative;margin-right: 10px;margin-bottom: 20px;padding: 0 20px;cursor: pointer;position: relative;}


.confeedback .contact-feedback ul .button.on{color: #0068b7;}
.confeedback .contact-feedback ul .button.on i{opacity: 1;width: 12px}

.confeedback .contact-feedback ul .button  input{display: none;}
.confeedback .contact-feedback ul .button.on{border: 1px solid #0068b7;}
.confeedback .contact-feedback ul .button.on i{opacity: 1;}

.confeedback .contact-feedback li{float: left;width: 26%;margin-right: 2%;}
.confeedback .contact-feedback li:nth-child(3){margin-right: 0}
.confeedback .contact-feedback li input{float: left;width: 77%;padding: 10px 20px;border: 1px solid #e1e1e1;border-radius: 2px;font-size:14px;background: none;}
.confeedback ul textarea{float: left;width: 100%;border: 1px solid #e1e1e1;height: 16.0rem;padding: 20px;border-radius: 5px;margin-bottom: 20px;font-size:14px;}
.confeedback ul .textarea{float: left; width: 94%;overflow: hidden;}

.confeedback ul button{ width: 160px;height: 50px;line-height: 50px; background: #0068b7;font-size:18px;color: #fff;border-radius: 2px;transition: 0.5s all;cursor: pointer;display: block;border-radius: 4px;}


/*产品中心*/
.leftimg{width:50%;}
.wpb_wrapper{width:50%;}
.wpb_wrapper h1{font-size:28px;padding: 0 0 10px 0;line-height: 40px;color:#4da8c7;}
.wpb_wrapper h5{padding-left: 15px; border-left-width: 3px; border-left-color: #4da8c7; border-left-style: solid;font-size:14px;}