@charset "utf-8";
/* CSS Document */
/*====全局设置====*/
html,body {margin:0;height:100%;font-family:"Myriad Set Pro","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:normal; }
*, *:before, *:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
a {text-decoration:none;color:#000;}
a,label,button,input,select {-webkit-tap-highlight-color:rgba(0,0,0,0);}
img {border:0;}
html,body,div,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,p,blockquote,pre,button,fieldset,form,input,legend,textarea,th,td {margin:0;padding:0;}
a {text-decoration:none;}
button {outline:0;}
button,input,optgroup,select,textarea {margin:0;font:inherit;color:inherit;outline:none;}
li {list-style:none;}
body{font-family:"GILL","Helvetica Neue","Helvetica","PingFang SC","Tahoma,Arial","sans-serif";overflow-x: hidden;}
.imghover{overflow: hidden; }
.imghover img{display:block;transition: all .5s ease;}
.imghover:hover img{transform: scale(1.08,1.08);transition: all .3s linear;}

/*导航*/
.header{width: 100%; background: #ffffff;padding-left: 10%; padding-right: 10%;z-index: 9; position:fixed; top:0;box-shadow:0px 2px 17px 1px rgba(0,0,0,0.05);}
.header .header_nav{width:1400px;margin:0 auto; display:flex; justify-content:space-between; }
/*.header_bg{background:#ffffff;z-index: 9; position:fixed; top:0;box-shadow:0px 2px 17px 1px rgba(0,0,0,0.05);}*/
.h80{width: 100%; height: 80px;}
.header .logo{width:135px;display: flex; justify-content: center;align-items: center;}
.header .logo a{display: flex; justify-content: center;align-items: center;}
.header .logo img{ width: 100%; display: block;}

.header .subnav{height:80px;position:relative; z-index:1;display:flex; justify-content:space-between;z-index: 10;width: 700px;}
.header .subnav .nLi{position:relative; padding-right: 10px; padding-left: 10px;line-height:80px;}
.header .subnav .nLi.cur{ position: relative;}
.header .subnav .nLi.cur:after{width: 100%; content: ""; position: absolute; bottom: 0; left:0; background: #134B9F; height: 3px;}
.header .subnav .nLi.cur h3 a{color: #134B9F;}
.header .subnav .nLi h3{ font-size: 16px; font-weight: 500;}
.header .subnav .nLi h3 a{ display:block;color: #333333;}

.header .subnav .sub{ display:none; width:170%; left:-35%; top:80px;  position:absolute;box-shadow:0px 2px 17px 1px rgba(0,0,0,0.1);line-height:50px; text-align: center;font-size: 14px; z-index: 11;background: #fff;}
.header .subnav .sub li{ zoom:1;border-bottom: 1px solid #f0f0f0;}
.header .subnav .sub li:last-child{border-bottom: 0;}
.header .subnav .sub li:hover{background: #134B9F;}
.header .subnav .sub li:hover a{color: #ffffff}
.header .subnav .sub a{ display:block; color: #666666;}
.header .tel{display: flex; align-items: center;color: #134B9F;font-size: 16px;}
.header .tel img{width: 16px; height: 16px; display: block; margin-right: 10px;}

/*footer*/
.footer{ background:#0A1938;color:#fff;padding-top:50px;}
.footer a{ color:rgba(255,255,255,0.9);}
.footer a:hover{ color:#fff;}
.footer .footer_nav{width: 1400px; margin:0 auto;display:flex;align-items:stretch;-webkit-align-items:stretch;flex-wrap:wrap;padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid rgba(255,255,255,0.1);}
.footer .footer_nav li{font-size: 14px; margin-right: 40px;}
.footer .footer_contact{width: 1400px; margin:0 auto;display:flex; justify-content:space-between;padding-bottom: 40px;}
.footer .footer_contact .tel{color:rgba(255,255,255,0.9);}
.footer .footer_contact .tel dl{font-size: 16px; font-weight: bold; padding-bottom: 10px;}
.footer .footer_contact .tel dd{font-size: 14px;line-height:2;}

.footer .footer_contact .wechat{width: 250px;display:flex; display: flex; justify-content: flex-end;align-items: center;}
.footer .footer_contact .wechat li{width: 115px; margin-right: 20px;}
.footer .footer_contact .wechat li:last-child{margin-right: 0;}
.footer .footer_contact .wechat li dl{width: 100%;}
.footer .footer_contact .wechat li dl img{width: 100%; display: block;}
.footer .footer_contact .wechat li dd{color: #fff; line-height: 1; font-size: 14px; padding-top: 10px; text-align: center;width: 100%;}


.copyright{width: 100%; padding-top: 20px; display: flex; justify-content: center;align-items: center;background: #14171E; padding-bottom: 20px;color: rgba(255,255,255,0.5);}
.copyright dl{font-size: 12px;}
.copyright dd{font-size: 12px;padding-left: 20px;}
.copyright dd a{color: rgba(255,255,255,0.5);}
/*分页*/
.pages{ width:100%;text-align:center; margin:0 auto; height:50px; line-height:50px; margin-bottom:50px;}
.pages ul{ display:table;margin:0 auto; }
.pages ul li{border:1px solid #ddd; text-align:center;float:left;*float:none;*display:inline;*zoom:1;margin-right:5px;cursor:pointer;height:40px;width:auto; line-height:40px; width:40px;}
.pages ul li.disabled{background:#134B9F;text-align:center;float:left;*float:none;*display:inline;*zoom:1;margin-right:5px;cursor:pointer;height:40px;width:auto; line-height:40px; width:40px; color:#fff;border:1px solid #43C6FF;}
.pages ul li.active{ background:#134B9F;border:1px solid #134B9F; height:40px;width:40px;line-height:40px; color:#fff; text-align:center; display:block;}
.pages ul li a{ color:#232323; display:block}


/*返回头部*/
.cd-top {display:inline-block;height:40px;width:40px;position:fixed;bottom:200px; left:50%; margin-left:640px; overflow:hidden;text-indent:100%;white-space:nowrap;background:url(../images/ic_top.png) no-repeat center 50%;visibility:hidden;opacity:0;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s; background-size: 100% 100%;}
.cd-top.cd-is-visible {visibility:visible;opacity:1;}
.cd-top:hover{background:url(../images/ic_top_hover.png) no-repeat center 50%;height:40px;width:40px;background-size: 100% 100%;}

/*右侧悬浮*/
.xuanfu_box{position: fixed;top: 300px;right: -167px;width: 167px;height: 423px;transition: all .5s; z-index: 999;    right: 0px; display: none;}
.xuanfu_box img{width: 100%;}
.xuanfu_box .close{position: absolute; top: 5px; right: 5px;width: 30px; height: 30px;}
.xianshi{display: block !important;}

/*弹出视频*/
.video-button{ cursor:pointer;}
.video-pop{ display: none; position: fixed; top:0; left:0; height: 100%; width: 100%; background: rgba(0,0,0,.5); text-align: center; z-index: 99999;}
.video-pop .content+i{ display: inline-block; vertical-align: middle; height: 100%;}
.video-pop .content{ position: relative; display: inline-block;  width:80%; max-width:800px; vertical-align: middle; background: #000000;}
.video-pop .content video{ display: block; width: 100%; }
.video-pop .close{ position: absolute; top:0; right: -65px; cursor: pointer; width: 65px; height: 65px; background-image: url(../images/video_close.jpg); background-size: cover;}
