@charset "utf-8";
/*!
 * @since:2019/05/17
 * @author:flyfly ~~~!
 * @Email:li13572463831@163.com ~~~!
 * @Copyright © 2019 hzgxr.com. All Rights Reserved.
 **/
/*!
*  样式重置 reset default style
**/
section, article, header, nav, footer { display: block; }
body, h1, h2, h3, h4, h5, h6, p, dl, dd, ul, ol, li, form, blockquote { margin: 0; padding: 0; font-size: 1em; }
h1, h2, h3, h4, h5, h6, th { color: #333; font-size: 100%; font-weight: normal }
address, cite, dfn, em, var { font-style: normal }
button, input, textarea, select { outline: none; padding: 0; }
:focus { outline: 0 }
code, kbd, pre, samp { font-family: courier new, courier, monospace }
body { margin: 0 auto; -webkit-text-size-adjust: none; }
small { font-size: 11px }
sup { vertical-align: text-top }
sub { vertical-align: text-bottom }
img { border: 0; outline: 0; }
textarea { overflow: auto; resize: none; }
ul { list-style-type: none; }
a { text-decoration: none; color: #666; color: inherit; }
p { color: #666; font-size: 14px; }
input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner { border: none; padding: 0; }
textarea::-webkit-input-placeholder, input::-webkit-input-placeholder { color: #aaa; }
textarea::-moz-input-placeholder, textarea:-moz-input-placeholder, input::-moz-input-placeholder, input:-moz-input-placeholder { color: #aaa; font-size: 14px; }
textarea:-ms-input-placeholder, input:-ms-input-placeholder { color: #aaa; font-size: 14px; }
a:hover { color: #2a9de0; }

input[type="checkbox"]{
    -webkit-appearance: none;
    vertical-align:middle;
    margin-top:0;
    background:#fff;
    border:#ebebeb solid 1px;
    border-radius: 3px;
    min-height: 22px;
    min-width: 22px;
    position: relative;
    cursor: pointer;
}
input[type="checkbox"]:checked {
    background: #00ba00;
}
input[type=checkbox]:checked::after{
    content: '';
    top: 4px;
    left: 4px;
    position: absolute;
    background: transparent;
    border: #fff solid 2px;
    border-top: none;
    border-right: none;
    height: 6px;
    width: 10px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); 
    transform: rotate(-45deg);
}



/*!
*  常用样式库 common style library
**/
.idx-row { overflow: hidden; }
.idx-row:after { 
    content: ""; 
    display: block; 
    clear: both; 
    height: 0; 
}
.idx-row > [class^="idx-col-"] { float: left; }
.idx-row .idx-col-3 { width: 25%; }
.idx-row .idx-col-3 { width: 25%; }
.idx-row .idx-col-4 { width: 33.3333%; }
.idx-row .idx-col-5 { width: 41.66667%; }
.idx-row .idx-col-5 { width: 41.66667%; }
.idx-row .idx-col-6 { width: 50%; }
.idx-row .idx-col-7 { width: 58.33334%; }

.shadow{
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
}
.fl { float: left }
.fr { float: right }
.fs0 { font-size: 12px !important; }
.fs1 { font-size: 14px !important }
.fs2 { font-size: 16px !important }
.fs3 { font-size: 18px !important }
.fs4 { font-size: 24px !important }
.fs5 { font-size: 30px !important }
.txc0 { color: #000 !important; }
.txc1 { color: #333 !important; }
.txc2 { color: #666 !important; }
.txc3 { color: #999 !important; }
.txc4 { color: #ccc !important; }
.txcf { color: #fff !important; }
.tred { color: #ea002a !important; }
.tblu { color: #1d94d1 !important; }
.tgre { color: #2ec225 !important; }
.bgc0 { background-color: #ffffff !important; }
.bgc1 { background-color: #f4f4f4 !important; }
.bgc2 { background-color: #f3b802 !important; }
.mt00 { margin-top: 0 !important; }
.mt08 { margin-top: 8px !important; }
.mt10 { margin-top: 10px !important; }
.mt12 { margin-top: 12px !important; }
.mt16 { margin-top: 16px !important; }
.mt20 { margin-top: 20px !important; }
.mt24 { margin-top: 24px !important; }
.mt30 { margin-top: 30px !important; }
.mt32 { margin-top: 32px !important; }
.mt36 { margin-top: 36px !important; }
.mt40 { margin-top: 40px !important; }
.mt48 { margin-top: 48px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.pdb60 { padding-bottom: 60px !important; }
.wrap { width: 1200px; margin: 0 auto; overflow: hidden; }
.horizontal dt, .horizontal li { float: left; }
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.container:after, .clearfix:before, .clearfix:after { content: ""; display: table; font-size: 0 !important; line-height: 0 !important; height: 0 !important; }
.container:after, .clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.container { width: 1200px; margin: 0 auto; min-width: 1200px; position: relative; /*overflow: hidden; */}
.fly { display: inline-block !important; *display: inline !important; *zoom: 1; }
.ts3 { -webkit-transition: 0.25s ease-in-out; -moz-transition: 0.25s ease-in-out; -o-transition: 0.25s ease-in-out; transition: 0.25s ease-in-out; }
.icon { background-image: url(../images/icon.png); background-repeat: no-repeat; }
.lazy { background: #e6e6e6 url(../images/loadinglit.gif) no-repeat center center }
.imgbox { display: block; line-height: 0; }
.imgbox img { max-width: 100%; object-fit: cover; }
.thumb { display: block; line-height: 0; }
.thumb img { max-width: 100%; object-fit: cover; }
:focus { outline: none; border: none; }
.ts2s { -webkit-transition: 0.2s ease-in-out; -moz-transition: 0.2s ease-in-out; -o-transition: 0.2s ease-in-out; transition: 0.2s ease-in-out; }
.ts3s { -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }
/*!
*  常用按钮样式库 common button style library
**/
.btn { display: inline-block; height: 28px; color: #888; font-size: 14px; cursor: pointer; padding: 0 12px; line-height: 26px; text-align: center; border-radius: 3px; background-color: #fff; border: #dbdbdb 1px solid; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s; *display: inline; *zoom: 1; }
.btn.btn-block { display: block; }
.btn.btn-radius { border-radius: 0; }
.btn.lbtn-main { color: #2a9de0; border-color: #2a9de0; background-color: #ffffff; }
.btn.fbtn-main { color: #ffffff; border-color: #2a9de0; background-color: #2a9de0; }
.btn.lbtn-blue { color: #14a0dd; border-color: #14a0dd; background-color: #ffffff; }
.btn.fbtn-blue { color: #ffffff; border-color: #14a0dd; background-color: #14a0dd; }
.btn.lbtn-warn { color: #fcb81d; border-color: #fcb81d; background-color: #ffffff; }
.btn.fbtn-warn { color: #ffffff; border-color: #fcb81d; background-color: #fcb81d; }
.btn:hover { color: #888; background-color: #efeff4; }
.btn.lbtn-main:hover { color: #fff; background-color: #2a9de0; }
.btn.fbtn-main:hover { color: #fff; border-color: #17b6aa; background-color: #17b6aa; }
.btn.lbtn-blue:hover { color: #fff; background-color: #14a0dd; }
.btn.fbtn-blue:hover { color: #fff; border-color: #00aaee; background-color: #00aaee; }
.btn.lbtn-warn:hover { color: #fff; background-color: #fcb81d; }
.btn.fbtn-warn:hover { color: #fff; border-color: #e5a71a; background-color: #e5a71a; }
.ipt { display: inline-block; color: #999; width: 300px; height: 20px; font-size: 14px; padding: 7px 9px; line-height: 20px; border-radius: 2px; vertical-align: middle; background-color: #fff; border: #dbdbdb 1px solid; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.ipt:focus { border-color: #2a9de0; }

/*!
*  常用弹出层样式 common alert style library
**/
.layer-bg { 
    display: none; 
    position: fixed; 
    z-index: 1999; 
    left: 0px; 
    top: 0px; 
    width: 100%; 
    height: 100%; 
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#7F000000, endColorstr=#7F000000); 
    background: rgba(0, 0, 0, 0.75); }
.layer { 
    position: fixed; 
    z-index: 2000; 
    top: 50%; 
    left: 50%; 
    width: 720px; 
    min-height: 405px; 
    filter: alpha(opacity:0); 
    opacity: 0; 
    padding: 30px; 
    visibility: hidden; 
    margin-left: -380px; 
    margin-top: -200px; 
    background-color: #fff; 
    border-radius: 10px; 
    -webkit-transform: scale(0.25, 0.25); 
    -moz-transform: scale(0.25, 0.25); 
    -ms-transform: scale(0.25, 0.25); 
    -o-transform: scale(0.25, 0.25); 
    transform: scale(0.25, 0.25); 
    -webkit-transition: all 0.3s ease-in-out; 
    -moz-transition: all 0.3s ease-in-out; 
    -ms-transition: all 0.3s ease-in-out; 
    -o-transition: all 0.3s ease-in-out; 
    transition: all 0.3s ease-in-out; 
    -webkit-box-shadow: 0px 10px 5px rgba(0, 0, 0, 0.35); 
    -moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.35); 
    -ms-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.35); 
    -o-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.35); 
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.35); }
.layer.active { 
    visibility: visible; 
    filter: alpha(opacity:100); 
    opacity: 100; 
    -webkit-transform: scale(1, 1); 
    -moz-transform: scale(1, 1); 
    -ms-transform: scale(1, 1); 
    -o-transform: scale(1, 1); 
    transform: scale(1, 1); }
.layer .btn-close { 
    position: absolute; 
    top: 4px; 
    right: 4px; 
    width: 25px; 
    height: 25px; 
    cursor: pointer; 
    background: url(../images/icon.png) no-repeat 0 -36px;
     }
.layer-container { 
    min-height: 405px; 
    line-height: 1; 
}
.layer-container video { 
    width: 100%; 
}


/*!
*   公用侧边导航 common sidenav
**/
.fixedbar { 
    position: fixed; 
    z-index: 99; 
    bottom: 177px; 
    right: 5px; 
    width: 74px; 
    background-color: #fff; 
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
    border-radius: 6px 0 0 6px;
}
.fixedbar .fixedbar-item { 
    position: relative; 
    display: block; 
    width: 38px; 
    height: 38px; 
    color: #fff; 
    font-size: 14px; 
    padding: 18px; 
    text-align: center; 
}
.fixedbar .fixedbar-item~.fixedbar-item:after { content: ""; position: absolute; top: 0; left: 5px; right: 5px; height: 1px; opacity: 0.8; background-color: #e4efb6; }
.fixedbar .fixedbar-item .icon { display: block; width: 37px; height: 37px; margin: 0 auto; overflow: hidden; background-image: url(../images/sidebar.png); background-repeat: no-repeat; }
.fixedbar .fixedbar-item .icon-qq { background-position: 0 0; }
.fixedbar .fixedbar-item .icon-wechat { background-position: 0 -47px; }
.fixedbar .fixedbar-item .icon-arrow { background-position: 0 -94px; }
.fixedbar .rsb-content { position: absolute; top: 0; right: 90px; opacity: 0; visibility: hidden; padding: 10px; border-radius: 4px; text-align: left; background-color: #2a9de0; -webkit-transform: translate(-16px, 0); -moz-transform: translate(-16px, 0); -ms-transform: translate(-16px, 0); transform: translate(-16px, 0); -webkit-transition: 0.25s linear; -moz-transition: 0.25s linear; -ms-transition: 0.25s linear; transition: 0.25s linear; }
.fixedbar .rsb-content:after { content: ''; position: absolute; top: 20px; right: -10px; border: 6px solid #2a9de0; border-width: 9px 0 9px 10px; border-color: transparent #2a9de0; }
.fixedbar .rsb-content img { padding: 9px; width: 130px; height: 130px; background-color: #fff; }
.fixedbar .rsb-content p { color: #fff; font-size: 15px; line-height: 28px; white-space: nowrap; }
.fixedbar .rsb-content img+p { text-align: center; }
.fixedbar .rsb-content h3 { color: #fff; font-size: 18px; white-space: nowrap; }
.fixedbar .fixedbar-item:hover { color: #fff; background: #2a9de0; -webkit-transition: 0.25s linear; -moz-transition: 0.25s linear; -ms-transition: 0.25s linear; transition: 0.25s linear; }
.fixedbar .fixedbar-item:hover .icon-qq { background-position: 0 -141px; }
.fixedbar .fixedbar-item:hover .icon-wechat { background-position: 0 -188px; }
.fixedbar .fixedbar-item:hover .icon-arrow { background-position: 0 -235px; }
.fixedbar .fixedbar-item:hover .rsb-content { visibility: visible; opacity: 1; -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); }

/*!
*  常用翻页样式 common pagenation style library
**/
.mini-page{
    height:32px; 
    text-align:center; 
    margin:30px 0px 0px 0px; 
    font-size:0px;

}
.mini-page a{
    height:32px; 
    line-height:32px;
    padding:0 5px;
    min-width:22px; 
    color:#282828; 
    font-size:14px; 
    display:inline-block; 
    *display:inline; 
    *zoom:1; 
    white-space:nowrap; 
    background:#f5f6f7; 
    margin:0 5px; 
    -webkit-border-radius:3px; 
    -moz-border-radius:3px; 
    -ms-border-radius:3px; 
    border-radius:3px;
}
.mini-page .prv,.mini-page .next{padding:0 15px;}
.mini-page .active,.mini-page a:hover{ 
    background-color:#02b2b5; 
    color:#fff;
}


/*!
 * 网站公用样式 common style
 **/
@font-face {
    font-family: 'Swis721BlkCn';
    src: url('../fonts/Swis721BlkCn.eot');
    src: url('../fonts/Swis721BlkCn.eot?#iefix') format('embedded-opentype'), url('../fonts/Swis721BlkCn.ttf') format('truetype'), url('../fonts/Swis721BlkCn.svg#iconfont') format('svg');
}


body { 
    color: #333; 
    background: #fff; 
    min-width: 1200px; 
    /*font: 12px/1.5 "Microsoft Yahei","pingfang SC", Arial, "Simsun",Tahoma, sans-serif; */
    font:12px/1.5;
    font-family:黑体, "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}

/*!
 * 公共头部 header
 **/
.ContainerHead{
    width:100%;
    height:136px;
    background: #fff;
}

/*!
 * 网站导航 nav
 **/
.ContainerNav{
    width:100%;
    height:43px;
    background: #2a9de0;
}
.ContainerNav .clearfix{
    width:1200px;
    margin:auto;
}
.NavBox li{
    float:left;
    height:43px;
    line-height: 43px;
    position:relative;
    background:url(../images/line_03.png) top right no-repeat;
    width:12.5%;
}
.NavBox li:last-child{
    background: none;
}
.NavBox li a{
    color:#fff;
    font-size:16px;
    text-align: center;
    width:100%;
    line-height: 43px;
    display: block;
}
.NavBox li a:hover{
    color:#eee;
}
.NavBox li .SonBox{
    top:43px;
    position:absolute; 
    width:100%; 
    z-index:999;
    background:url(../images/bg1.png) top left repeat;
    height: 0; 
    opacity: 0;
    overflow:hidden; visibility:hidden;
    -webkit-transform:scaleY(0);
    -o-transform:scaleY(0);
    -ms-transform:scaleY(0);
    transform:scaleY(0);
    -webkit-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    -ms-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
    
}
.NavBox li .SonBox dl{
    margin:10px;
}
.NavBox li:hover .SonBox{
    height:auto;
    opacity: 1;
    visibility:visible;
    -webkit-transform:scaleY(1);
    -o-transform:scaleY(1);
    -ms-transform:scaleY(1);
    transform:scaleY(1);

}
.NavBox li .SonBox dl dd{
    height:28px;
    line-height: 28px;
}
.NavBox li .SonBox dl dd a{
   line-height: 28px;
   color:#fff; 
   font-size:13px;
}
.NavBox li .SonBox dl dd a:hover{
    color:#eee;
    background: rgba(0,0,0,.35);
}

/*!
* 公共底部 footer
**/
.ContainerFoot{
    width:100%;
    height:170px;
    background: #282828;
}
.ContainerFoot .ContainerFootL{
    width:550px;
    height:auto;
}
.ContainerFootL .BottomNav{
    margin-top:30px;
}
.ContainerFootL .BottomNav ul li{
    display: inline-block;
    font-size:14px;
    margin-right:10px;
}
.ContainerFootL .BottomNav ul li a{
    line-height: 30px;
    color:#4d4d4d;
}
.ContainerFootL .BottomNav ul li a:hover{
    color:#02b2b5;
}
.ContainerFootL .CopyRight{
    font-size:14px;
    color:#4d4d4d;
    line-height: 30px;
}
.bshare-custom {
    margin-top:10px;
}
.bshare-custom a{
    color:#4d4d4d!important;
    margin-right:5px!important;
}
.ContainerFoot .ContainerFootR{
    width:350px;
    height:auto;
    margin-top:25px;
}
.TelTxt{
    color:#ddd;
    margin-top:10px;
}
.TelTxt font{
    color:#4b4b4b;
}
.TelTxt .TelIcon{
    width:20px;
    height:20px;
    display: inline-block;
    background: url(../images/tel.png) top center no-repeat;
    background-size: 100% 100%;
    margin-right:8px;
}
.ContainerFootR .BottomLogo{
    width:216px;
    height:auto;
}
.ContainerFootR .BottomLogo .ImgBox{
   width:216px;
   height:auto;
}
.ContainerFootR .BottomLogo .ImgBox img{
    width:100%;
    height:auto;
}
.BottomEwm{
    width:95px;
    height:auto;
}
.BottomEwm .ImgBox{
    width:95px;
    height:95px;
    overflow: hidden;
}
.BottomEwm .ImgBox img{
    width:100%;
    height:100%;
}
.BottomEwm .Tit{
    font-size:12px;
    text-align: center;
    height:40px;
    line-height: 40px;
    color:#4b4b4b;
}
/*!
* 首页幻灯样式
**/
.ContainerBanner{
	width:100%; 
	height:auto; 
	background:#fff;
	}
.focusimg { 
    width: 100%; 
    height: auto; 
    overflow: hidden; 
    min-width: 1200px;
     position: relative;
     background: #fff;
      }
.focusimg-list { 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    overflow: hidden; 
    position: absolute; 
    z-index: 1; 
}
.focusimg-item { 
    position: absolute; 
    z-index: 1; 
    top: 0; 
    width: 100%; 
    height: 100%; 
    background-repeat: no-repeat; 
    background-position: center center; 
}
.focusimg-item .link { 
    display: block; 
    width: 100%; 
    height: 100%; 
}
.focusimg-fade .focusimg-item { 
    display: none; 
}
.focusimg-fade .focusimg-item:first-child { display: block; }
.focusimg-slide .focusimg-item { left: 100%; }
.focusimg-slide .focusimg-item:first-child { left: 0; }
.focusimg .indicator { 
    position: absolute; 
    z-index: 5; 
    left: 0; 
    width: 100%; 
    height: 24px; 
    bottom: 30px; 
    line-height: 24px; 
    text-align: center; 
}
.focusimg .indicator .item { 
    display: inline-block; 
    width: 98px; 
    height: 6px; 
    opacity: 1; 
    margin: 2px 8px;  
    position: relative; 
    border:1px solid #eee; 
    background:#eee;
    border-radius: 3px;
}
.focusimg .indicator .item.active { 
    opacity: 1; 
    background-color: #2a9de0; 
    border:1px solid #2a9de0;
}
.focusimg .btn-control { 
    position: absolute; 
    z-index: 5; 
    top: 50%; 
    width: 40px; 
    height: 80px; 
    color: #fff; 
    font-size: 36px; 
    line-height: 80px; 
    margin-top: -40px; 
    text-align: center; 
    font-family: Simsun; 
    background-color: rgba(0, 0, 0, 0.2); 
    opacity: 0;
    transition: opacity 0.5s;
}
.focusimg:hover .btn-control{
    opacity: 1;

}
.focusimg .btn-control.prev { left: 40px; }
.focusimg .btn-control.next { right: 40px; }