@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;}
.clear{ clear:both;}
.pt50{ margin-top:50px;}
body{font-family: "PingFangSC-Regular","Microsoft Yahei", "sans-serif", "Verdana", "SimSun", "Hiragino Sans GB" !important;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;}
/*导航*/
.w1100{width: 1100px; margin:0 auto;}
.flex{display:flex; justify-content:space-between;}
.header{width: 100%;height: 80px;min-width: 1200px;background: linear-gradient(to bottom, rgba(0,0,0,0.6),transparent);position: fixed;top:0;z-index: 11;}
.header .logo{ height: 80px; padding-top: 10px;}
.header .logo img{ height: 60px;}

.subnav{height:80px;line-height:80px;position:relative; z-index:1;display:flex;align-items:stretch;-webkit-align-items:stretch;flex-wrap:wrap; z-index: 10;}
.subnav .nLi{position:relative; padding-right: 20px; padding-left: 25px;}
.subnav .nLi.on{ position: relative;}
.subnav .nLi.on:after{ content: ""; position: absolute; top: 0px; width: 50%; height: 2px; background: #43C7FF; left: 25%;}
.subnav .nLi h3{ font-weight: 500; font-size: 16px;}
.subnav .nLi h3 a{ display:block;color: #fff;}
.subnav .sub{ display:none; width:120%; left:-10%; top:80px;  position:absolute;background: rgba(255,255,255,0.8);  line-height:45px; text-align: center; border-top: 3px solid #04AAF2;}
.subnav .sub li{ zoom:1;}
.subnav .sub a{ display:block; color: #7F91A9;}
.subnav .sub a:hover{color:#04AAF2;}

/*footer*/
.footer{width: 100%; background: url(../images/foot_bg.jpg); height: 140px;}
.footer .footer_main{width: 1100px; margin:0 auto;display:flex; justify-content:space-between;}

.footer .footer_main .footer_main_left{width: 80%;display:flex;align-items:stretch;-webkit-align-items:stretch;flex-wrap:wrap; padding-top: 40px;}
.footer .footer_main .footer_main_left .foot_logo{}

.footer .footer_main .footer_main_left .foot_logo img{height: 60px;}
.footer .footer_main .footer_main_left .foot_add{ color: rgba(255,255,255,0.8); font-size: 12px; padding-left: 30px; line-height: 20px;}
.footer .footer_main .footer_main_left .foot_add a{color: rgba(255,255,255,0.8)  ;}
.footer .footer_main .footer_main_left .foot_link{ padding-left: 30px; color: rgba(255,255,255,0.8);font-size: 12px;}
.footer .footer_main .footer_main_left .foot_link ul{margin-top: 10px;}
.footer .footer_main .footer_main_left .foot_link ul li{font-size: 12px; margin-bottom:5px;}
.footer .footer_main .footer_main_left .foot_link ul li:last-child{margin-bottom: 0;}
.footer .footer_main .footer_main_left .foot_link ul li a{color: #fff;}
.footer .footer_main .footer_main_left .foot_link ul li a:hover{text-decoration: underline;}
.footer .footer_main .footer_main_right{display:flex;justify-content: center;align-items: center; padding-top: 15px;}
.footer .footer_main .footer_main_right li{ text-align: center; margin-left: 30px;}
.footer .footer_main .footer_main_right li dl{ padding-bottom: 10px;}
.footer .footer_main .footer_main_right li dl img{width:90px;}
.footer .footer_main .footer_main_right li dd{color: rgba(255,255,255,0.8); font-size: 12px;}


/*分页*/
.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:#43C6FF;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:#43C6FF;border:1px solid #43C6FF; 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:250px; left:50%; margin-left:580px; overflow:hidden;text-indent:100%;white-space:nowrap;background:url(../images/ic_top.jpg) 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.jpg) no-repeat center 50%;height:40px;width:40px;background-size: 100% 100%;}