﻿
@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: #262626;}
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: #262626;  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;
}
/* 全局 */
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;  }
.auto{margin: 0 auto}
/*分页样式*/
.pglist{padding: 25px 0;float:left;width:100%;line-height: 34px;text-align: center; }
.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: #008de2;}
.pglist a:hover {display:inline-block;color: #fff;background: #008de2;}
.pglist .curpage{display:inline-block;color: #fff;background: #008de2;}
/*顶部*/



.szhlw_head{ margin: 0 auto; position: relative; z-index: 5;  height: 155px;}
.szhlw_head .top{ height: 35px; border-bottom: 1px solid #efefef;font-size: 14px;line-height: 35px;color: #333 }
.szhlw_head .top a{}
.szhlw_head .logo{ margin: 30px 0 0;padding-right: 30px; border-right: 1px solid #efefef}
.szhlw_head .mid{margin: 50px 0 0 20px;padding-left: 20px; box-sizing: border-box;}
.szhlw_head .mid strong{font-size: 24px; font-weight: bold; color: #004a92;display: block;}
.szhlw_head .right{text-align: right}
.szhlw_head .right .pho{ display: inline-block;font-size: 16px; color: #333333;margin-top: 40px;background:url(../images/pho.png) no-repeat left;padding-left: 40px;text-align: left}
.szhlw_head .right .pho strong{ color: #004a92;font-size: 24px;display: block;}


.navBar{ position:relative; z-index:1;  color:#fff; height:68px; line-height:68px;margin-top: 18px;background: #008de2;box-sizing: border-box;}
.nav{ margin:0 auto; font-family:"Microsoft YaHei",SimSun,SimHei;  }
.nav .m{ float:left;  position:relative;  border-top:0; border-bottom:0;box-sizing: border-box;margin: 0 1px }
.nav h3{ float:left; font-weight:normal; font-size:14px; height:68px; overflow:hidden;position: relative;}

.nav .m:after{content: '';background: url(../images/nav_bg.gif); width: 2px; height: 68px; right: 0;top: 0;position: absolute;}
.nav .m:last-child:after{content: '';display: none}
.nav .m:hover{background: #fff;color: #333}
.nav .m:hover a{color: #333}
.nav h3 a{ display:block; color:#fff;  font-size: 16px;display: block;padding:0 30px;}
.nav .sub{ display:none; /*默认隐藏*/ width:500px; padding:20px 20px 40px 20px;   position:absolute; left:0; top:53px; background:rgba(221,35,39,0.9);  border-top:0;border-radius: 0 0 10px 10px}
.nav .sub .list{ width:200px;float: left;text-align: left}
.nav .sub .list dd{display: block;position: relative;}
.nav .sub .list dd:before{content: '';width: 8px; height: 8px; border: 1px solid #fff; border-radius: 50%;left: 0;top: 10px;display: inline-block;}
.nav .sub .list dd a{color: #fff;line-height: 40px;padding-left: 15px;}
.nav .sub dt{ width: 300px;float: right;color: #fff;text-align: left}
.nav .sub dt img{ width:100%;display: block;}
.nav .sub dt h4{font-size: 18px;line-height: 40px;}
.nav .sub dt h5{font-size: 15px;line-height: 100%;font-weight: 100}
.nav .current{ }
.nav .current h3 a{ background:#fff; color:#333; }

/*导航跟随*/
#mainMenuBar {position: absolute;z-index: 9999}

/*banner*/
.slideBox{position:relative;display:block;width:100%;height:601px;overflow:hidden; z-index: 1;}
.slideBox .bd img{display:block;margin:0 auto;height:601px;}
.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: -10px;z-index:1;}
.slideBox .hd ul{text-align:center;margin-top: -25px;}
.slideBox .hd ul li{width:40px;height: 8px;display:inline-block;margin: 0 3px;cursor:pointer;background: #fff; border-radius: 8px;}
.slideBox .hd ul li.on{background: #008de2;}


/*内页benner*/
.mbanner{padding: 200px 0; background-repeat: no-repeat ; background-position: center;}


/*公用TITLE*/


.szhlw_tit{position: relative;color: #333;text-align: center;font-size: 24px;font-weight: bold;}
.szhlw_tit strong{font-size: 24px;overflow: hidden;  box-sizing: border-box;position: relative;color: #008de2}
.szhlw_tit span{display: block;position: relative;line-height: 240%;color: #333333;font-size: 16px}

.szhlw_tit_ys{position: relative;color: #fff;text-align: center;font-size: 30px;font-weight: bold;}
.szhlw_tit_ys strong{padding-right: 100px}
.szhlw_tit_ys i{font-size: 60px; font-family: 'Impact';padding: 0 10px	}
.szhlw_tit_ys span{display: block;padding-left: 200px}

.szhlw_tit_w{position: relative;color: #fff;text-align: center;}
.szhlw_tit_w strong{font-size: 24px;display:block;overflow: hidden;  box-sizing: border-box;padding: 0 20px;position: relative;}
.szhlw_tit_w span{display: block;position: relative;line-height: 240%;font-size: 15px}
.szhlw_tit_w strong:before{content:'';position: absolute;background: url(../images/title_bg.png) right; height: 7px;right: 50%;width: 100%;margin-right: 80px;top: 13px}
.szhlw_tit_w strong:after{content:'';position: absolute;background: url(../images/title_bg.png) left; height: 7px;left: 50%;width: 100%;top: 13px;margin-left: 80px}
.szhlw_tit_w span:before{content: ''; height: 3px; background: #fff;border-radius: 2px; width: 45px;position: absolute;left: 50%;bottom: -10px;margin-left: -10px}
.szhlw_tit_w span:after{content: ''; height: 3px; background: #fff;border-radius: 2px; width: 20px;position: absolute;left: 50%;bottom: -10px;margin-left: -35px}

.szhlw_tit_n{position: relative;color: #fff;text-align: center;}
.szhlw_tit_n strong{font-size: 24px;display:block;overflow: hidden;  box-sizing: border-box;padding: 0 20px;position: relative;}
.szhlw_tit_n span{display: block;position: relative;line-height: 240%;font-size: 15px}
/*.szhlw_tit_n strong:before{content:'';position: absolute;background: url(../images/title_bg.png) right; height: 7px;right: 50%;width: 100%;margin-right: 80px;top: 13px}
.szhlw_tit_n strong:after{content:'';position: absolute;background: url(../images/title_bg.png) left; height: 7px;left: 50%;width: 100%;top: 13px;margin-left: 80px}
*/.szhlw_tit_n span:before{content: ''; height: 3px; background: #fff;border-radius: 2px; width: 45px;position: absolute;left: 50%;bottom: -10px;margin-left: -10px}
.szhlw_tit_n span:after{content: ''; height: 3px; background: #fff;border-radius: 2px; width: 20px;position: absolute;left: 50%;bottom: -10px;margin-left: -35px}


.szhlw_tit_l{position: relative;color: #fff;text-align: left;font-size: 24px;font-weight: bold;}
.szhlw_tit_l strong{font-size: 24px;overflow: hidden;  box-sizing: border-box;position: relative;color: #fff}
.szhlw_tit_l span{display: block;position: relative;line-height: 240%;color: #333333;font-size: 16px}


/*公用TITLE-内*/
.szhlw_tit_m{position: relative; z-index: 2; margin:30px auto ;text-align: left;display: block; padding-left: 40px;box-sizing: border-box; width: 100%;border-bottom: 1px solid #e5e5e5}
.szhlw_tit_m em{font-size: 24px; color: #008de2; text-transform: uppercase;font-style: normal;font-weight: 200; position: relative;font-weight: bold; }
.szhlw_tit_m strong{font-size: 24px;color: #333;font-weight: bold; z-index: 2;position: relative;margin-right: 25px}
.szhlw_tit_m strong:after{content: ''; height: 4px; width: 32px;background: #ffcc33;position: absolute;left: -40px;top: 15px}
.szhlw_tit_m strong:before{content: ''; height: 6px; width: 6px;background: #333333;position: absolute;right: -15px;top: 15px; border-radius: 50%}
.szhlw_tit_m span{color: #333;line-height: 50px; font-size: 14px;display: block;}
.szhlw_tit_m a{position: absolute;right: 0; top: 25px}
.szhlw_tit_m a:before{content: '';height: 3px; width: 30px; background: #ffcc33;left: -35px;top: 10px;position: absolute;}



/*底部*/
.szhlw_foot{background: #004a92;  width:100%; color: #999;padding: 30px 0 ;margin-top: 20px}
.szhlw_foot .t{display: block;color: #fff;font-size: 20px;font-weight: bold;}
.szhlw_foot .left{ width: 350px;color: #fff ;border-right: 1px solid #005db7; height: 320px; box-sizing: border-box;text-align: center;padding-top: 30px}
.szhlw_foot .left img{ width: 175px;margin-bottom: 20px }
.szhlw_foot .left dl{display: flex; flex-wrap: wrap;justify-content:space-between;;width: 80%;margin: 0 auto}

.szhlw_foot .left dl dd{ width: 50%}
.szhlw_foot .left dl dd a{color: #fff; line-height: 240%;font-size: 16px;}

.szhlw_foot .right{ width: 300px;padding: 0 30px;box-sizing: border-box;border-left: 1px solid #00407f; height: 320px; box-sizing: border-box;}
.szhlw_foot .right ul{display: flex; padding: 60px 0;box-sizing: border-box; flex-wrap: wrap;justify-content:center;}
.szhlw_foot .right ul li a{color: #fff; line-height: 35px; }
.szhlw_foot .right ul li{width: 100%;text-align: center;}
.szhlw_foot .right ul li img{ width: 130px; height: 130px;}
.szhlw_foot .right ul li span{display: block; line-height: 30px;color: #fff;font-size: 14px;}

.szhlw_foot .mid{width: 550px;padding-left: 30px; box-sizing: border-box;text-align: center;border-left: 1px solid #00407f;border-right: 1px solid #005db7; height: 320px}

.szhlw_foot .mid dl{padding-top: 10px;color: #fff;text-align: left;padding: 30px}
.szhlw_foot .mid dl dt{font-size: 24px;line-height: 40px }
.szhlw_foot .mid dl dd{line-height: 40px; font-size: 14px;padding-left: 40px;}
.szhlw_foot .mid dl .d1{background: url(../images/foot_icon4.png) 0 10px no-repeat;}
.szhlw_foot .mid dl .d2{background: url(../images/foot_icon1.png) 0 10px no-repeat;}
.szhlw_foot .mid dl .d3{background: url(../images/f_icon02.png) 1px 10px no-repeat;}
.szhlw_foot .mid dl .d4{background: url(../images/f_icon05.png) 0 10px no-repeat;}
.szhlw_foot .mid dl .d5{background: url(../images/foot_icon2.png) 0 10px no-repeat;}
.szhlw_foot .mid dl dd span{display: block;font-family: 'Impact';font-size: 30px;}
.szhlw_foot .mid dl dd .add{ font-family:"Microsoft Yahei" ;font-size: 14px}


.szhlw_bq{ width:100%; color: #333; line-height: 300%; text-align: left; font-size:0.875rem;background: #ffffff;border-top: 1px solid #0d55b6}
.szhlw_bq .t{font-size: 20px;font-weight: bold;color: #333}
.szhlw_bq a{ color: #333;display: inline-block;padding-right: 20px }
.szhlw_bq .left{ width: 50% }
.szhlw_bq .right{ width: 50% }
.szhlw_bq .right a{padding-right: 0}
/*面包削导航*/
.mbx{border-bottom: 1px dashed #efefef; line-height: 50px;font-size: 14px;position: relative;padding-left: 30px; box-sizing: border-box;}
.mbx a{line-height: 50px; color: #666; font-size: 14px;}
.mbx:before{content: ''; background:#008de2;display: inline-block; width: 20px; height: 3px;position: absolute;left:0; top: 24px}

/*内页二级导航*/
.navtow{margin: 20px auto}

.navtow li{ padding: 5px 50px; line-height: 40px; background: #f5f5f5;display: inline-block; cursor: pointer;}
.navtow li a{ color: #333}
.navtow li:hover{ background:#008de2;color: #fff}
.navtow li:hover a{color: #fff }

.navtow .on{ background: #008de2; color: #fff }
.navtow .on a{ background: #008de2; 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: #008de2;}
.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;}


/*下一篇、下一篇*/
.sx {
    line-height: 30px;
    overflow: hidden;
    margin: 15px 0px;
    padding: 0 0;
}

.sx span {
    overflow: hidden;
    height: 30px;
    display: block;
    margin: 0 0 10px 0
}

.sx a {
    color: #201618;
}
