/*初始化css*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td { margin:0; padding:0; }
body { background:#fff; color:#555; font-size:14px; font-family: "微软雅黑", Arial, Helvetica, sans-serif; }
td, th, caption { font-size:14px; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal; }
a { color:#555; text-decoration:none; }
a:hover { text-decoration:none; }
img { border:none; }
ol, ul, li { list-style:none; }
input, textarea, select, button { font:14px Verdana, Helvetica, Arial, sans-serif; }
table { border-collapse:collapse; }
html { overflow-y: scroll; }
.clearfix:after { content: "."; display: block; height:0; clear:both; visibility: hidden; }
.clearfix { *zoom:1;
}
* { box-sizing: border-box }
/*基础样式*/
.container-fluid { margin-right: auto; margin-left: auto; width: 100%; display: block; min-width: 1500px; }
.containerbig { width:1440px; padding: 0; display: block; margin: 0 auto; }
.containersmall { width: 1280px; margin: 0 auto; display: block; }
body { padding: 90px 0 0 0; }
/*顶部导航区域*/
.header { position: fixed; left: 0; top: 0; filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#d8ffffff', EndColorStr='#d8ffffff');
display: block; height: 90px; background: #fff; z-index: 1000; padding: 18px 0 0 0; box-sizing: border-box; background: none; box-shadow:none; border: none; }
.header .containerbig { width: 1560px; width: 1300px; }
.header .logo { float: left; padding-top: 6px; }
.header .logo a { display: block; }
.header .logo a img.oneimg { display: block; }
.header .logo a img.onetwo { display: none; }
.header .site-nav { float: right; line-height: 74px; margin: 7px 0px 0 0; }
.header .site-nav .concat-us { height: 21px; line-height: 21px; padding: 0 15px 0 14px; display: inline-block; border-left: 1px solid #ccc; border-right: 1px solid #ccc; }
.header .site-nav .concat-us .icon { height: 16px; transform: translateY(-10%); margin-right: 8px; }
.header .site-nav .shiyong-btn { height: 32px; font-size: 14px; line-height: 32px; text-align: center; color: #fff; margin-left: 12px; margin-top: 20px; float: left; }
.header .site-nav .tiyan-btn { width: 100px; height: 38px; line-height: 36px; text-align: center; margin-left: 24px; float: left; background: rgba(255, 170, 0, 0.1); border: 1px solid rgba(255, 170, 0, 0.5); box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.2); border-radius: 20px; }
.header .site-nav .tiyan-btn a.yanshi { cursor: pointer; display: block; height: 100%; color: #FFAA00; font-size: 16px; }
.header .site-nav .tiyan-btn:hover { background: #ffab02; }
.header .site-nav .tiyan-btn:hover a { color: #ffffff; }
.header .site-nav .user-btn { width: 110px; height: 40px; font-size: 16px; line-height: 40px; text-align: center; float: left; border-radius: 37px; margin: 0 0 0 50px; }
.header .site-nav .user-btn a { padding:0 6px; color: #ffffff; }
.header .site-nav .user-btn a:hover { color: #fdad02; }
.header .site-nav .demo { font-size: 16px; }
.header .site-nav .demo a { color: #079cda; text-decoration: underline; }
.navigation { display: inline-block; margin: 6px 0 0 60px; }
.navigation li { float: left; margin: 0 0 0 10px; }
.navigation a { width: 100px; text-align: center; font-size: 16px; font-weight: 400; position: relative; color: #FFFFFF; line-height: 38px; display: block; border: 1px transparent solid; transition-property :color, background, border; transition-duration : 0.3s; border-radius: 20px; }
.navigation li.on a, .navigation li:hover a { background: #4479e9; border: 1px solid rgba(255, 255, 255, 0.5); box-shadow: 0px 6px 12px 0px rgba(0, 0, 40, 0.08); }
/*滚动区域的样式*/
.header.active { background: #ffffff; z-index: 1000; border-bottom: 1px whitesmoke solid; }
.header.active .logo a img.oneimg { display: none; }
.header.active .logo a img.onetwo { display: block; }
.header.active .navigation li.on a, .header.active.navigation li:hover a { color: #666666; background: #ffffff; border: 1px #87adfb solid; }
.header.active .navigation a { color: #666666; }
.header.active li.on a, .header.active li:hover a { background: #ffffff; border: 1px #87adfb solid; }
.header.active .site-nav .user-btn a { color: #666666; }
.header.active .site-nav .tiyan-btn { background: #ffffff; box-shadow:none; }
.header.active .site-nav .tiyan-btn:hover { background: #ffab02; }
.header.active .site-nav .user-btn a:hover { color: #fdad02; }
/*公共标题区域*/
.title-comtitle { display: block; text-align: center; }
.title-comtitle h3 { font-size: 32px; font-weight: bold; color: #202020; line-height: 35px; }
.title-comtitle h3 img { vertical-align: text-top; height: 19px; margin: 0 4px 0 0; animation:turn 2.8s linear infinite; }
.title-comtitle h3:hover img { }
@keyframes turn { 0% {
-webkit-transform:rotate(0deg);
}
 25% {
-webkit-transform:rotate(90deg);
}
 50% {
-webkit-transform:rotate(180deg);
}
 75% {
-webkit-transform:rotate(270deg);
}
 100% {
-webkit-transform:rotate(360deg);
}
}
.title-comtitle p { font-size: 16px; font-weight: 400; color: #666666; line-height: 35px; }
/*banenr区域*/
#bannerbox { padding: 0; }
#bannerbox img.bannerboximg { width: 100%; }
/*右侧浮动区域*/
.floatmenu { position: fixed; bottom: 110px; right: 10px; z-index: 500; }
.floatmenu .item { height: 42px; width: 42px; margin-bottom: 5px; position: relative; }
.floatmenu .blk { display: block; height: 100%; width: 100%; border-radius: 3px; background: url(../images/floatmenu.png) no-repeat; cursor: pointer; }
.floatmenu .weibo .blk { background-position: 0 0; }
.floatmenu .qq .blk { background-position: -42px 0; }
.floatmenu .wechat .blk { background-position: -84px 0; }
.floatmenu .mobile { display:none; }
.floatmenu .mobile .blk { background-position: -126px 0; }
.floatmenu .ask .blk { background-position: -168px 0; }
.floatmenu .backtop .blk { background-position: -210px 0; }
.floatmenu .weibo .blk:hover { background-position: 0 -42px; }
.floatmenu .qq .blk:hover { background-position: -42px -42px; }
.floatmenu .wechat .blk:hover { background-position: -84px -42px; }
.floatmenu .mobile .blk:hover { background-position: -126px -42px; }
.floatmenu .ask .blk:hover { background-position: -168px -42px; }
.floatmenu .backtop .blk:hover { background-position: -210px -42px; }
.floatmenu .popover { display: none; position: absolute; right: 42px; top: 0; padding-right: 15px; text-align: center; }
.floatmenu .item:hover .popover { display: block; }
.floatmenu .popover .popover-arr { position: absolute; top: 15px; right: 9px; background: url(../images/popover_arr_l.png) no-repeat; height: 11px; width: 7px; }
.floatmenu .ask .popover p { text-align: left; }
.floatmenu .ask .popover p i { margin-right: 4px; }
.floatmenu .popover .popover-bd { width: 140px; padding: 2px; border-radius: 4px; -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1); -o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1); box-shadow: 0 0 2px rgba(0, 0, 0, 0.1); border: 1px solid #d8d8d8; background: #fff; }
.floatmenu .popover label { font-weight: bold; display: block; padding: 4px 0 0; }
.floatmenu .popover p { color: #999; padding: 0 5px 4px; font-size: 12px }
.floatmenu .popover img { width: 120px; height: auto; }
.floatmenu .popover .btn { display: block; background: #049ae8; color: #fff; border-radius: 3px; margin: 5px 5px 10px; height: 30px; line-height: 28px; }
.floatmenu .wechat .popover .popover-bd { width: 130px; }
/*页脚区域*/
#footer { margin-top: 100px; position: relative; background: url(../images/footerbgimg.jpg) no-repeat left 340px; }
#footer .bgboder { width: 246px; height: 456px; position: absolute; top: 100px; right: 80px; background: url(../images/indeximgdian.png) repeat 0 0; background-size: auto; }
#footer .formbox { background: #FFFFFF; border: 1px solid #E2ECFF; box-shadow: 0px 10px 26px 0px rgba(0, 0, 40, 0.15); border-radius: 20px; padding: 60px 70px; position: relative; z-index: 100; }
#footer .formbox .left { width:650px; display: inline-block; }
#footer .formbox .left .titleinfo { margin: 0 0 20px -24px; }
#footer .formbox .left .titleinfo p { margin: 0 0 0 28px; }
#footer .formbox .left .title-comtitle { text-align: left; }
#footer .formbox .left textarea, #footer .formbox .left input { width: 316px; line-height: 46px; padding: 0px 16px 0 16px; box-sizing: border-box; color: #333333; font-size: 16px; margin: 0 0 20px 0; background: #ffffff; border: 1px solid #E2ECFF; border-radius: 10px; outline: none; }
#footer .formbox .left textarea:focus, #footer .formbox .left input:focus { border-style:solid; border-color: #7FAAFF; }
 #footer .formbox .left input:nth-child(2) {
 float: right;
}
#footer .formbox .left textarea { width: 100%; resize: none; }
#footer .formbox .left .submit { display: inline-block; text-align: center; z-index: 100; background: #FFAA00; font-size: 20px; font-weight: 400; color: #FFFEFE; line-height: 35px; border: none; width: 260px; height: 50px; border-radius: 25px; outline:none; }
#footer .formbox .left .submit:hover { box-shadow: 0px 6px 12px 0px rgba(0, 0, 40, 0.2); }
#footer .formbox .right { width:500px; display: inline-block; float: right; }
#footer .formbox .right .titleinfo { margin: 0 0 20px -24px; }
#footer .formbox .right .titleinfo p { margin: 0 0 0 28px; }
#footer .formbox .right .title-comtitle { text-align: left; }
#footer .formbox .right .saytext p { font-size: 16px; font-weight: 400; color: #666666; line-height: 28px; }
#footer .formbox .right .saytext a { display: inline-block; text-align: center; z-index: 100; background: #276AF2; font-size: 20px; font-weight: 400; color: #FFFEFE; line-height: 50px; border: none; width: 260px; height: 50px; border-radius: 25px; outline:none; margin: 70px 0 0 0; }
#footer .formbox .right .saytext a:hover { box-shadow: 0px 6px 12px 0px rgba(0, 0, 40, 0.2); }
/*页脚底部区域*/
#footer .containersmall { padding: 0 0 40px 0; }
#footer .containersmall .domeall { display: block; overflow: hidden; text-align: center; margin-top: 60px; }
#footer .containersmall .footerdome { width: 320px; display: inline-block; }
#footer .containersmall .footerdome:nth-child(1) {
 float:left;
}
#footer .containersmall .footerdome:nth-child(3) {
 float:right;
}
#footer .containersmall .footerdome h3 { font-size: 20px; font-weight: bold; color: #FFFFFF; line-height: 30px; padding-bottom: 10px; border-bottom: 1px rgba(255, 255, 255, 0.4) solid; text-align: left; margin-bottom: 30px; }
#footer .containersmall .footerdome .info { text-align: left; font-size: 16px; font-weight: 400; color: #FFFFFF; line-height: 30px; }
#footer .containersmall .footerdome .info a.wzbtn { border: 1px solid rgba(255, 255, 255, 0.6); height: 42px; line-height: 40px; text-align: center; display: inline-block; margin: 18px 0 0 0; border-radius: 20px; color: #ffffff; padding: 0 22px 0 9px; }
#footer .containersmall .footerdome .info a.wzbtn:hover { background: #FFAA00; border-color: #FFAA00; }
#footer .containersmall .footerdome .info a.wzbtn img { vertical-align: middle; margin: -3px 6px 0 8px; width: 15px; }
#footer .containersmall .footerdome .info span { height: 110px; width: 110px; background: #ffffff; display: inline-block; padding: 8px; border-radius: 6px; margin-right: 10px; }
#footer .containersmall .footerdome .info span img { width: 100%; }
#footer .containersmall .footerdome .info a.footerqqbtn { border: 1px solid rgba(255, 255, 255, 0.6); height: 42px; line-height: 40px; text-align: center; display: inline-block; margin:0 0 18px 0; border-radius: 20px; color: #ffffff; padding: 0 22px; }
#footer .containersmall .footerdome .info a.footerqqbtn:hover { background: #FFAA00; border-color: #FFAA00; }
#footer .containersmall .footernavul { display: block; overflow: hidden; border-top: 1px rgba(255, 255, 255, 0.4) solid; text-align: center; margin: 30px 0 10px 0; }
#footer .containersmall .footernavul ul { font-size: 0; margin: 0px -30px 0 -30px; }
#footer .containersmall .footernavul li { display: inline-block; padding: 30px 0 0 0; line-height: 30px; }
#footer .containersmall .footernavul li a { border-left: 2px #ffffff solid; font-size: 15px; font-weight: 400; color: #FFFFFF; line-height: 12px; padding:0 30px; }
#footer .containersmall .footernavul li:nth-child(1) a {
 border: none;
}
#footer .containersmall .footernavul li a:hover { color: #FFAA00; }
#footer .containersmall .IPC a, #footer .containersmall .IPC { text-align: center; font-size: 14px; font-weight: 400; color: rgba(255, 255, 255, 0.7); line-height: 30px; }




/*小于1560px屏幕的导航区域*/
@media screen and (max-width: 1560px) {
 .header .containerbig {
 width: 1440px;
 width: 1300px;
 padding: 0 10px;
}
 .navigation {
 margin: 6px 0 0 30px;
}
 .header .site-nav {
 margin: 5px 0 0 0;
}
 .header .site-nav .user-btn {
 margin: 0 0 0 20px;
}
}
@media screen and (max-width: 1500px) {
 .container-fluid {
 min-width: 1440px;
}
 .header .site-nav .tiyan-btn {
 margin-left: 18px;
}
}



/*小于1400px屏幕的导航区域*/
@media screen and (max-width: 1440px) {
 .containerbig {
 width: 1400px !important;
}
 .container-fluid {
 min-width: 1400px;
}
 .header .containerbig {
        /*width: 1400px !important;*/
        padding: 0 10px;
}
}
