﻿
@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}
input,textarea {border: 2 none; box-shadow: none; outline: none;}
/* 设置默认字体 */
body,button, input, select, textarea { font-family:"Microsoft Yahei" ;color: #222;}
h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4, h5, h6 {font-size: 100%;}
* h1,* h2,* h3,* h4,* h5,* h6{margin: 0px;}
/* 重置列表元素 */
ul, ol ,li{list-style: none;}
/* 重置文本格式元素 */
a {text-decoration: none; color: #222;  word-wrap:break-word;}/*英文换行*/
a:hover {text-decoration: none;}
/* 重置表单元素 */
legend {color: #000;} /* for ie6 */
fieldset, img {border: none;} /* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea {
    font-size: 100%; /* 使表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* 全局 */
*{transition:background-color ease .3s;-moz-transition:background-color ease .3s;-webkit-transition:background-color ease .3s;-o-transition:background-color ease .3s}
html{webkit-text-size-adjust:none;-webkit-text-size-adjust:none;text-align:justify;text-justify:inter-ideograph;}
/* 浏览器滚动轴修改 */
*{-webkit-tap-highlight-color:rgba(255,255,255,0);-webkit-touch-callout:none;margin:0;}
::-webkit-scrollbar{width:4px;height:4px}
::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);border-radius:0;background:rgba(0,0,0,0.1)}
::-webkit-scrollbar-thumb{border-radius:5px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);background:rgba(0,0,0,0.2)}
::-webkit-scrollbar-thumb:hover{border-radius:5px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);background:rgba(0,0,0,0.4)}
input,textarea{-webkit-user-select:text}
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {overflow-y: scroll;}
/*设置浮动*/
.fl {float: left;}
.fr {float: right;}
.pr{position: relative;}
.pa{position: absolute;}
/*清除浮动*/

.clearfix:before,.clearfix:after{content: '';display:table;}
.clearfix:after{clear: both;}
.clearfix{*zoom: 1;}

/* -- 页面整体布局 -- */
.content{ width:1200px; margin:0 auto;  }
.header ,.footer { width:100%; margin:0 auto;  }
/*分页样式*/
.pglist{padding: 25px 0;float:left;width:100%;line-height: 34px;text-align: right; }
.pglist a {color: #333333;padding: 0 10px;margin:0 5px;font-/weight: bold;background: #fff;border: 1px solid #dcdcdc;font-size: 14px;}
.pglist *{display:inline-block;_zoom:1;_display:inline;vertical-align:middle;line-height: 28px;height: 28px;padding-bottom:1px;border-radius: 2px;-webkit-border-radius: 2px;}
.pglist .hover {display:inline-block;color: #fff;background: #0e6eb8;}
.pglist a:hover {display:inline-block;color: #fff;background: #0e6eb8;}

/*顶部*/
.kshwd_head_top{background: #efefef;height: 35px;line-height: 35px;font-size: 14px;color: #666666;}
.kshwd_head_top em{font-size: 24px;line-height: 35px;float: left;padding-right: 5px;}
.kshwd_head_top .fl,.kshwd_head_top .fr{height: 35px;line-height: 35px;}
.kshwd_head_top .fr em{font-size: 20px;}
.kshwd_head_top .fr a+a{margin-left: 20px;border-left: 1px solid #efefef;display: in;}

.kshwd_head{ margin: 0 auto;  z-index: 2; height: 135px;}
.kshwd_head .logo{ margin-top: 36px}
.kshwd_head .mid{ font-size: 22px; color: #333 ;margin: 36px 0 0 20px; float: left;}
.kshwd_head .mid strong{font-size: 24px; display:block;font-weight: bold;color: #0e6eb8;}

.kshwd_head .right{ width: 340px;float: right;padding-top: 22px }
.kshwd_head .right .pho{text-align: right;padding-right: 20px;padding-top: 14px}
.kshwd_head .right .pho span{background: url(../images/pho.png) no-repeat;padding-left: 35px;line-height: 30px;display: inline-block;}
.kshwd_head .right .pho strong{display: block;font-size: 24px; color: #0e6eb8;font-weight: bold;font-style: italic;}
.kshwd_head .right .fr img{ width: 85px; height: 85px; border: 3px solid #efefef;display: inline-block; }
/*nav*/
.nav{ height: 80px; z-index: 2; width:100%; position: relative;background: #0e6eb8}
.nav ul{ text-align:center; display:flex; margin: 0 auto; justify-content:space-between;}
.nav li{position: relative;padding: 10px 0}
.nav li:after{content: ''; height: 60px; border-right: 1px solid #1383da;border-left: 1px solid #055b9e;position: absolute;right:-20px;top:10px}
.nav li:last-child:after{border: none}
.nav li:hover{}
.nav li:hover:before{content: '';position: absolute;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #fff;left: 50%;top: -1px;margin-left: -4px}
.nav li a{ color: #fff; display: inline-block; width: 100px; font-size: 16px; text-transform: uppercase; line-height: 30px;}
.nav li a:hover{color: #fff; }
.nav li span{display: block;font-size: 14px;font-family: 'Arial'; line-height: 28px;}
.nav li{position: relative;}
.nav .cur{color: #fff;}
.nav .cur:before{content: '';position: absolute;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #fff;left: 50%;top: -1px;margin-left: -4px}

/*导航跟随*/
.stick {position:fixed;top:0;left: 0;width: 100%;box-shadow: 3px 3px 3px rgba(0,0,0,.2); z-index: 999; }

/*banner*/
.slideBox{position:relative;display:block;width:100%;height:637px;overflow:hidden; z-index: 1;}
.slideBox .bd img{display:block;margin:0 auto;height:637px;}
.slideBox .prev{display:none;position:absolute;padding:0;left: 50%;margin-left: -595px;top: 60%;margin-top: -73px;width: 38px;height: 73px;background: url(../images/next_bg_09.png) no-repeat left center;background-position: 0 0;}
.slideBox .next{display:none;position:absolute;padding:0;right: 50%;margin-right: -595px;top: 60%;margin-top: -73px;width: 38px;height: 73px;background: url(../images/next_bg_09.png) no-repeat left center;background-position: right center;}
.slideBox .hd{position:relative;top: -20px;z-index:1;}
.slideBox .hd ul{text-align:center;margin-top: -25px;}
.slideBox .hd ul li{width:50px;height: 8px;display:inline-block;margin: 0 3px;cursor:pointer;background: #fff;border-radius: 10px}
.slideBox .hd ul li.on{background: #0e6eb8;}

/*内页benner*/
.mbanner{padding: 175px 0; background-repeat: no-repeat ; background-position: center;}


/*公用TITLE*/

.kshwd_tit{ text-transform: uppercase;text-align: center; box-sizing: border-box;position: relative;z-index: 3;padding: 30px 0}
.kshwd_tit span{color: #0e6eb8;font-size: 24px;}
.kshwd_tit{font-size: 24px;color:#333333;font-weight: bold;}
.kshwd_tit .btn{background-color: #0e6eb8; display: inline-block;padding: 5px 20px; border-radius: 20px;color: #fff;font-size: 16px;}
.kshwd_tit strong{display: block;padding-bottom: 10px}


/*底部*/

.kshwd_foot{background:#0e6eb8;  width:100%;padding-top: 40px;  box-sizing: border-box;}
.kshwd_foot .fl{border-right: 1px solid #28a7e1; width: 400px;margin-bottom: 40px;box-sizing: border-box;}
.kshwd_foot .fl dl{margin-top: 20px;}
.kshwd_foot .fl dt{font-size: 24px; line-height: 200%;color: #fff;font-weight: bold; width: 100%}
.kshwd_foot .fl dd{display: flex; justify-content: space-between;flex-wrap: wrap;}
.kshwd_foot .fl dd a{width: 48%; line-height: 40px;color: #fff;font-size: 15px;padding-left: 30px; box-sizing: border-box;position: relative;}
.kshwd_foot .fl dd a:before{content: '';position: absolute;left: 0;top: 20px; height: 2px ;width: 15px;background: #28a7e1}
.kshwd_foot .fr{padding-left: 40px; box-sizing: border-box; width: 800px}
.kshwd_foot .fr dd{line-height: 40px; color: #fff;font-size: 15px}
.kshwd_foot .fr .left{ width: 55%;float: left}
.kshwd_foot .fr .right{ width: 45% ;float: left;text-align: right;}
.kshwd_foot .fr .right li{display: inline-block;background: #0562a9;padding: 10px; border-radius: 10px;text-align: center;color: #fff;margin: 0 5px}
.kshwd_foot .fr .right li span{display: block;font-size: 14px; line-height: 35px}
.kshwd_foot .fr dl{width: 100%;}
.kshwd_foot .fr dl dt{font-size: 16px; color: #fff;font-weight: bold;margin-top: 10px;}
.kshwd_foot .fr dl a{color: #fff;padding-right: 20px}

.kshwd_bq{ width:100%; color: #ffffff; line-height: 50px; text-align: center; font-size:0.875rem;background: #0562a9}
.kshwd_bq a{ color: #ffffff }
.kshwd_bq .fl{border-right: 0; width: 60%;margin-bottom: 0;text-align: left}
.kshwd_bq .fr{text-align: right;width: 40%}

/*面包削导航*/
.mbx{border-bottom: 1px dashed #efefef; line-height: 40px;font-size: 14px;}
.mbx a{line-height: 40px; color: #666; font-size: 14px;}
.mbx:before{content: ''; background: url(../images/dark-icon2.png) no-repeat 4px 10px;display: inline-block; width: 18px; height: 40px;margin-right:10px; float: left}

/*内页二级导航*/
.navtow{margin: 20px auto}
.navtow a{color: #fff}
.navtow li{ padding: 5px 50px; line-height: 40px; background: #0e6eb8;display: inline-block; cursor: pointer;}
.navtow li:hover{ background:#054014}
.navtow .on{ background: #054014; color: #fff }



/* 浮动工具 */
.c-tools {position: fixed;z-index: 9999;text-align: center;right: 0;bottom: 50%;margin-bottom: -144px;}
.c-tools ul li {transition: all 0.3s;-webkit-transition: all 0.3s;border-radius: 2px;-webkit-border-radius: 2px;cursor: pointer;position: relative;width: 62px;height: 62px;margin: 1px;background: #333 url(../images/tools-ico.png) no-repeat;}
.c-tools ul li:hover {background-color: #0e6eb8;}
.c-tools ul li span {transition: all 0.3s;-webkit-transition: all 0.3s;border-radius: 2px;-webkit-border-radius: 2px;display: none;position: absolute;right: 63px;width: 135px;padding: 0 10px;background: #ff9601;color: #ffffff;}
.c-tools ul li .ewmPic {width: 168px;}
.c-tools ul li .ewmPic img {display: block;margin-top: 10px;padding-bottom: 10px;width: 168px;height: 168px;}
.c-tools ul .tel-ico {background-position: center -22px;}
.c-tools ul .tel-ico span{ height:62px; line-height:62px}
.c-tools ul .ewm-ico {background-position: center 21px;}
.c-tools ul .qq-ico {background-position: center -69px;}
.c-tools ul .top-ico {background-position: center -115px;}