@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: "Calibri"!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;}
/*导航*/
.w1240{width: 1240px; margin:0 auto;}
.top{width: 100%; background: rgba(0,0,0,0.1);}
.top .w1240{display:flex; justify-content:space-between;}
.top .w1240 dd a{color: #fff;}
.header{width: 100%; padding-left: 7%; padding-right: 7%; display:flex; justify-content:space-between; }
.header .logo{display: flex; justify-content: center;align-items: center;}
.header .logo a{display:flex; justify-content:center;flex-wrap:wrap;}
.header .logo img{ width:450px;}
.header .logo .logo_name{font-size: 22px;  padding-left: 30px;}

.subnav{height:90px;line-height:90px;position:relative; z-index:1;display:flex; justify-content:space-between;
 z-index: 10;width: 700px;}
.subnav .nLi{position:relative; padding-right: 10px; padding-left: 10px;}
.subnav .nLi.on{ position: relative;}
.subnav .nLi.on h3 a{color: #077501;}
.subnav .nLi h3{font-size: 20px; font-weight: 500;}
.subnav .nLi h3 a{ display:block;color: #000;}
.subnav .sub{ display:none; width:170%; left:-35%; top:90px;  position:absolute;background:#077501;  line-height:45px; text-align: center; padding:5px;}
.subnav .sub li{ zoom:1; }
.subnav .sub li:hover{background: #fff; }
.subnav .sub li:hover a{color: #077501}
.subnav .sub a{ display:block; color: #fff;}
.subnav .sub a:hover{color:#fff;}

.moblie_head{ display: none; }


/*footer*/
.index_footer{color:rgba(0,0,0,0.7);width: 100%;display: flex; justify-content: center;align-items: center; position: fixed; bottom: 30px; font-size: 12px;}
.index_footer a{ color:rgba(0,0,0,0.7);}
.index_footer a:hover{ color:rgba(0,0,0,0.7);}
.index_footer img{margin-right: 5px;vertical-align: -5px;}



.footer{color:rgba(0,0,0,0.7);width: 100%;display: flex; justify-content: center;align-items: center; padding-top: 30px; padding-bottom: 30px;font-size: 12px;}
.footer a{ color:rgba(0,0,0,0.7);}
.footer a:hover{ color:rgba(0,0,0,0.7);}
.footer img{margin-right: 5px;vertical-align: -5px;}


/*分页*/
.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%;}

.local{width: 100%; background: #f2f2f2; line-height: 60px; font-size: 14px;}
.local img{width: 24px; margin-right: 5px;}
.local .w1240{display: flex;align-items: center;}
