@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;}
/*导航*/
.w1200{width: 1200px; margin:0 auto;}
.header{width: 100%;min-width: 1200px; height: 140px;}
.header .logo{ height: 80px; padding-top: 5px;width: 100%; text-align: center;}
.header .logo img{ height: 80px; }

.nav100{ width:100%; border-bottom: 1px solid #ccc;}
.fixed{ position:fixed; top:0;height:140px; background:#fff; z-index:9999;}


.subnav{height:60px;line-height:60px;position:relative; z-index:1;display:flex; justify-content:space-between;
 z-index: 10}
.subnav .nLi{position:relative; padding-right: 30px; padding-left: 30px;}
.subnav .nLi.on{ position: relative; }
.subnav .nLi.on:after{ content: ""; position: absolute; bottom: 0px; width: 50%; height: 2px; background: #000; left: 25%;}
.subnav .nLi h3{ font-weight: 500; font-size: 16px;}
.subnav .nLi h3 a{ display:block;color: #000;}
.subnav .sub{ display:none; width:120%; left:-10%; top:60px;  position:absolute;background: rgba(255,255,255,0.8);  line-height:45px; text-align: center; }
.subnav .sub li{ zoom:1; }
.subnav .sub a{ display:block; color: #444;}
.subnav .sub a:hover{color:#000;  }

/*footer*/
.footer{width: 100%; background: #001711; padding-top: 40px; padding-bottom: 40px;}
.footer .footer_main{width: 1200px; 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;}
.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: 20px; line-height: 20px;}
.footer .footer_main .footer_main_left .foot_add a{color: rgba(255,255,255,0.8)  }

.footer .footer_main .footer_main_right{display:flex;justify-content: center;align-items: center;}
.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:#000;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:#000;border:1px solid #000; 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%;}