@charset "utf-8";
/*!
 * @since:2019/01/15
 * @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: #2179ff; }

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
**/
.shadow{-webkit-box-shadow:rgba(0,0,0,.1) 0px 0px 8px; -moz-box-shadow:rgba(0,0,0,.1) 0px 0px 8px; -o-box-shadow:rgba(0,0,0,.1) 0px 0px 8px;  box-shadow:rgba(0,0,0,.1) 0px 0px 8px;}
.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/loading.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; }

/*!
*  常用按钮样式库 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: #2179ff; border-color: #2179ff; background-color: #ffffff; }
.btn.fbtn-main { color: #ffffff; border-color: #2179ff; background-color: #2179ff; }
.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: #2179ff; }
.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: #2179ff; }

/*!
*  常用弹出层样式 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 -30px; }
.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);display:none;}
.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: #2179ff; -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 #2179ff; border-width: 9px 0 9px 10px; border-color: transparent #2179ff; }
.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: #2179ff; -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-top:30px; 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:#f7f8f9; 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:#297bbd; 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", Arial, "Simsun", sans-serif; }

/*!
 * 公共头部 header
 **/
.header { width: 100%; height: 110px; text-align: center; background-color: #fff; }
.header .LogoImg{width:95px; height:110px;}
.header .NavBox{ margin-top:30px;margin-left:40px;}
.header .NavBox ul li{float:left; font-size:15px; background:url(../images/line_03.png) right 18px no-repeat; height:50px; display:block; line-height:50px; text-align:center; position:relative;}
.header .NavBox ul li .line{width:0px; height:1px; background:#297bbd; position:absolute; left:50%; margin-left:-17px;cursor:pointer;-webkit-transition: all .53s ease-out;-moz-transition: all .53s ease-out;-o-transition: all .53s ease-out;
-ms-transition: all .53s ease-out;}
.header .NavBox ul li a{color:#333; display:block; padding:0px 30px;}
.header .NavBox ul li a:hover{color:#297bbd;}
.header .NavBox ul li:hover .line{width:34px; height:1px; background:#297bbd; position:absolute; left:50%; margin-left:-17px;}
.header .NavBox ul li.active a{color:#297bbd;}
.header .NavBox ul li.active .line{width:34px; height:1px; background:#297bbd; position:absolute; left:50%; margin-left:-17px;}
.search{width:210px; height:32px; border:1px solid #ddd; margin-top:40px; border-radius:4px;}
.search .sbtn{width:22px; height:22px; background:url(../images/sear_icon.png) top center no-repeat; border:none; margin:5px 10px 0px 0px; cursor:pointer;}
.search .sinput{width:156px; height:32px; line-height:30px; border:none; text-indent:10px; background:none;}

.float.relative {position: absolute;z-index: 100;width: 100%;background:none!important;}
.float.fixed {position: fixed;z-index: 100;background: rgba(255,255,255,0.95);width: 100%; box-shadow: 0 0 5px 0 #ddd;-webkit-transition: all .53s ease-out;-moz-transition: all .53s ease-out;-o-transition: all .53s ease-out;
-ms-transition: all .53s ease-out; top:0px;}
.IconYu{
    position: absolute;
    right:0px;
    height:30px;
    width:auto;
    top:5px;
    font-size:14px;
}
.IconYu a.active{color:#297bbd;}
/*!
* 公共底部 footer
**/
.footer { width: 100%; height: 60px;  }
.ContainerCopright{width:1200px; height:60px;  margin:auto; font-size:14px;color:#333; line-height:60px;}
.ContainerCopright a{color:#287abd;}
.ContainerCopright a:hover{color:#287abd;}

/*!
* 首页幻灯样式
**/
.ContainerBanner{width:100%; height:600px; background:#f2f2f2;}
.focusimg { width: 100%; height: 600px; overflow: hidden; min-width: 1200px; position: relative; }
.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-item .link { display: block; width: 100%; height: 100%; }
.focusimg-item a{display:block;height:600px;}
.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 { margin:2px 8px;display: inline-block; width: 65px; height: 4px; opacity: .75; border-radius: 0; position: relative;transform: skewX(45deg); background: #fff; }
.focusimg .indicator .item.active {  background: #297bbd; opacity: .75;width: 65px;}
.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); }
.focusimg .btn-control.prev { left: 40px; }
.focusimg .btn-control.next { right: 40px; }