@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent;}
body {font-family:"微软雅黑","Helvetica Neue",Helvetica,STHeiTi,sans-serif;line-height:1;-webkit-font-smoothing: subpixel-antialiased;margin: 0 auto;/*max-width: 1080px;*/-webkit-tap-highlight-color:rgba(0,0,0,0);color:#666;background:#fff;font-size:14px;}
.bgfff{background:#fff;padding-bottom:40px;}
html,body{height:100%;width: 100%;}
:focus {outline: 1;outline-style:none;/*outline:0*/}
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { display:block;}
ul,ol{list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after {content:'';content:none;}
a {margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;background:transparent;}
ins {background-color:#ff9;color:#000;text-decoration:none;}
mark {background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}
del {text-decoration: line-through;}
abbr[title], dfn[title] {border-bottom:1px dotted #000;cursor:help;}
table {border-collapse:collapse;border-spacing:0;}
hr {display:block;height:1px;border:0;border-top:1px solid #cccccc;margin:1px 0;padding:0;}
input, select {vertical-align:middle;margin:0;padding:0;border:0;background:none;}
input[type="text"],input[type="password"],input[type="button"],input[type="submit"],textarea{outline-style:none;-webkit-appearance:none;}
textarea{resize:none}
img{-ms-interpolation-mode:bicubic; border-width:0;}
caption,th{text-align:left;}
a{color:#666;text-decoration:none;outline:0;font-size:14px;}
a:hover,a:active{color:#0182d8;text-decoration:none;}
.clearfix{*zoom:1;}
.clearfix:after{content:'\0020';display:block;height:0;font-size:0;visibility:hidden;clear:both;}
.clearit{clear:both;font-size:0;line-height:0;height:0;}
.transitionAll{transition: all .3s ease;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease;-webkit-backface-visibility: hidden;}
.relative{position:relative;}
.w{width:100%;margin:0 auto;}
.w1100{max-width:1100px;margin:0 auto;width:100%;}
.w1000{max-width:1000px;margin:0 auto;width:100%;}
.fL{float:left;}
.fR{float:right;}
.show{display:block!important;}
.hide{display:none!important; }
.color0071d3{color:#0071d3!important;}
.border_box{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.ellipsis{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.tab-con{display:none;}
.overflow-hidden{overflow:hidden;}


/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/  
::-webkit-scrollbar{width: 6px;  height: 16px;  background-color: #b2baea;  }  
/*定义滚动条轨道 内阴影+圆角*/  
::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(255,255,255,255.6);border-radius: 10px;background-color: #fff; }  
/*定义滑块 内阴影+圆角*/  
::-webkit-scrollbar-thumb{border-radius: 10px;-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.6);background-color: #b2baea;} 
.container{max-width:1100px;}
.tit-h2{background: url('../images/p01.png') top center no-repeat;padding: 80px 0 15px;}
.tit-h2 h2{text-align: center;font-size: 60px;color: #fff;line-height: 64px;margin: 0;}
.tit-h2 p{text-align: center;font-size: 20px;color: #fff;line-height: 24px;}

.tit-h2s{background: url('../images/p01.png') top center no-repeat;padding: 80px 0 15px;}
.tit-h2s h2{text-align: center;font-size: 60px;color: #1d59f2;line-height: 64px;margin: 0;}
.tit-h2s p{text-align: center;font-size: 20px;color: #1d59f2;line-height: 24px;}

@media (max-width: 991px){
.tit-h2{padding: 50px 0 15px;background-size: 150px;}
.tit-h2 h2{font-size: 38px;line-height: 42px;}
.tit-h2 p{font-size: 18px;}

.tit-h2s{padding: 50px 0 15px;background-size: 150px;}
.tit-h2s h2{font-size: 38px;line-height: 42px;}
.tit-h2s p{font-size: 18px;}

}