@charset "utf-8";
/* CSS Document */
/*
* @description: 网站公共样式
* @author: ishang_pan
* @update: ishang_pan (2017-08-03 17:53)
*/

/*reset*/
html{-webkit-text-size-adjust: none;}
*html{background-image:url(about:blank); background-attachment: fixed;}/*解决IE6下滚动抖动的问题*/
*{margin: 0; padding: 0; list-style: none;}
q:before,q:after{content:'';}
abbr,acronym{border: 0;}
body{padding: 0; margin: 0; font: 16px "Microsoft YaHei",微软雅黑,'宋体',tahoma,Verdana,arial,sans-serif; color: #333; min-width: 1200px;}
input,textarea,select,button,label{vertical-align:middle; font-family:"Microsoft YaHei",微软雅黑;}
textarea{resize:none;}
ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,img,a,form,input,label,select{margin: 0; padding: 0; list-style: none;}
a{color: #333; text-decoration: none; outline: none;}
a:hover{color: #1c83d7; text-decoration: none;}
a img{border: none;}
h1,h2,h3{font-weight: normal;}

/*function*/
.f-dn{display: none;}
.f-db{display: block;}
.f-fl{float: left;}
.f-fr{float: right;}
.f-pr{position: relative;}
.f-pa{position: absolute;}
.f-pf{position: fixed;}
.f-oh{overflow: hidden;}
.f-fwn{font-weight: normal;}
.f-fwb{font-weight: bold;}
.f-tal{text-align:left;}
.f-tac{text-align:center;}
.f-tar{text-align:right;}
.f-taj{text-align:justify;text-justify:inter-ideograph;}
.f-toe{overflow: hidden; word-wrap: normal; white-space: nowrap; text-overflow: ellipsis;}
.f-csp{cursor: pointer;}
.f-csd{cursor: default;}
.f-csh{cursor: help;}
.f-csm{cursor: move;}
.f-usn{-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none;}
.f-clear{margin: 0; padding: 0; height: 0; overflow: hidden; visibility: hidden; content: "."; clear: both; font-size: 0; }
.f-clearfix:after{display: block; height: 0; visibility: hidden; font-size: 0; content:" "; clear: both;}
* html .f-clearfix{zoom: 1;}
*:first-child+html .f-clearfix{zoom: 1;}
.f-wd100{width: 100%;}
.f-npd{padding: 0;}
.f-nmg{margin: 0!important;}
.f-mlr2{margin: 0 2px;}
.f-mlr5{margin: 0 5px;}
.f-mlr10{margin: 0 10px;}
.f-mlr15{margin: 0 15px;}
.f-mlr20{margin: 0 20px;}
.f-mlrf5{margin: 0 -5px;}
.f-mlrf10{margin: 0 -10px;}
.f-mlrf15{margin: 0 -15px;}
.f-mlrf20{margin: 0 -20px;}
.f-plr5{padding: 0 5px;}
.f-plr10{padding: 0 10px;}
.f-plr15{padding: 0 15px;}
.f-plr20{padding: 0 20px;}
.f-mb0{margin-bottom: 0!important;}
.f-mb5{margin-bottom: 5px;}
.f-mb10{margin-bottom: 10px;}
.f-mb15{margin-bottom: 15px;}
.f-mb20{margin-bottom: 20px;}
.f-ml15{margin-left: 15px;}
.f-ml20{margin-left: 20px;}
.f-nbg{background: none!important;}
.u-nbd{border: none;}
.f-wd100{width: 100%;}

/*module*/
.is-main{margin: 20px auto; width: 1200px;}

.c-shadow{-moz-box-shadow:0px 0px 8px #f0f0f0; -webkit-box-shadow:0px 0px 8px #f0f0f0; box-shadow:0px 0px 8px #f0f0f0;}

.c-panel{position: relative; overflow: hidden; -webkit-transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out;}
.c-panel:hover::after,.c-panel:hover::before{position: absolute; left: 0; right: 0; height: 1px; background: #1c83d7; content: "";}
.c-panel:hover::after{top: 0; animation: panel-top-solid 5s infinite alternate; -webkit-animation: panel-top-solid 5s infinite alternate; -moz-animation: panel-top-solid 5s infinite alternate; -o-animation: panel-top-solid 5s infinite alternate; -ms-animation: panel-top-solid 5s infinite alternate;}
@-moz-keyframes panel-top-solid{0%{left: 0;} 50%{left: 100%;} 100%{left: 0;}}
@keyframes panel-top-solid{0%{left: 0;} 50%{left: 100%;} 100%{left: 0;}}
@-webkit-keyframes panel-top-solid{0%{left: 0;} 50%{left: 100%;} 100%{left: 0;}}
.c-panel:hover:before{bottom: 0; -webkit-animation: panel-bottom-solid 5s infinite alternate; -moz-animation: panel-bottom-solid 5s infinite alternate; animation: panel-bottom-solid 5s infinite alternate;}
@-webkit-keyframes panel-bottom-solid{0%{right: 0;} 50%{right: 100%;} 100%{right: 0;}}
@-moz-keyframes panel-bottom-solid{0%{right: 0;} 50%{right: 100%;} 100%{right: 0;}}
@keyframes panel-bottom-solid{0%{right: 0;} 50%{right: 100%;} 100%{right: 0;}}

.m-tabstyle1{height: 38px; border-bottom: 1px solid #ddd;}
.m-tabstyle1 li{position: relative; float: left; margin-right: 26px; line-height: 38px;}
.m-tabstyle1 li a{display: block; padding: 0 8px; font-size: 18px;}
.m-tabstyle1 li em{position: absolute; left: 0; bottom: -1px; right: 0; display:block; margin:0 auto; width: 0px; height: 3px; background: #1c83d7; transition: all linear 0.4s;}
.m-tabstyle1 li a:hover,.m-tabstyle1 li.u-active a{color: #1c83d7; font-weight: bold;}
.m-tabstyle1 li a:hover em,.m-tabstyle1 li.u-active em{width:100%;}

.m-tabstyle2{height: 36px; background: #f5f5f5;}
.m-tabstyle2 li{float: left; line-height: 36px;}
.m-tabstyle2 li a{display: block; padding: 0 16px;}
.m-tabstyle2 li.u-active a{font-weight: bold; color: #fff; background: #1c83d7;}

.m-tabstyle3 li{float: left; line-height: 38px;}
.m-tabstyle3 li a{display: block; padding: 0 13px; font-weight: bold;}
.m-tabstyle3 li.u-active a{background: url(../images/public/bg-tab3.png) left center no-repeat; color: #1c83d7;}

.m-titstyle1{height: 38px; border-bottom: 1px solid #ddd;}
.m-titstyle1 .u-tit{line-height: 36px; display: block; padding: 0 8px; font-size: 18px; font-weight: bold; color: #1c83d7; border-bottom: 3px solid #1c83d7;}

.m-titstyle2{padding: 8px 0; border-bottom: 1px solid #ddd; background: #f5f5f5;}
.m-titstyle2 .u-tit{display: block; height: 22px; line-height: 22px; padding-left: 10px; border-left: 6px solid #1c83d7; font-size: 18px; font-weight: bold; color: #1c83d7;}

.m-tabstyle4{height: 35px;}
.m-tabstyle4 li{float: left; margin-right: 10px; line-height: 35px;}
.m-tabstyle4 li a{display: block; padding: 0 14px; background: #f5f5f5;}
.m-tabstyle4 li.u-active a{background: #1c83d7; color: #fff;}

.m-liststyle1 li{height: 36px; line-height: 36px;}
.m-liststyle1 li span{float: right; padding-left: 10px; font-size: 14px; color: #999;}
.m-liststyle1 li a{display: block; padding-left: 12px; background: url(../images/public/icon-li1.png) left center no-repeat; overflow: hidden; word-wrap: normal; white-space: nowrap; text-overflow: ellipsis; font-size: 16px;}
.m-liststyle1 li a:hover{padding-left: 16px; transition: all .3s;}

.m-location{height: 20px; line-height: 20px; padding: 0 0 11px 24px; background: url(../images/public/icon-location.png) left top no-repeat; border-bottom: 1px dashed #ddd;}
.m-location,.m-location a{font-size: 14px; color: #525252;}

.scroll_absolute{position: absolute;}
.scroll_vertical_bar{position: absolute; top: 0; right: 0; margin: 0; padding: 0; width: 6px; border-radius: 3px; overflow: hidden;}
.scroll_track{position: relative; background: #f0f0f0; width: 6px;}
.scroll_drag{position: absolute; top: 0; right: 0; cursor: pointer; background: #d6d6d6; width: 6px; border-radius: 3px; overflow: hidden;}


/*pagination*/
.m-pagination{padding: 15px; display: inline-block;}
.m-pagination li{float: left; margin: 3px; height: 28px; font-size: 14px;}
.m-pagination li a{display: block; padding: 0 10px; line-height: 26px; border: 1px solid #ccc; font-size: 14px; background: #fff; cursor: pointer;}
.m-pagination li.u-redirect{line-height: 28px;}
.m-pagination li.u-redirect input{padding: 0 5px; vertical-align: middle; width: 42px; height: 28px; line-height: 28px; border: 1px solid #ccc; margin: -2px 0 0 3px; *margin: -2px 0 0 3px; _margin: -2px 0 0 3px;}
.m-pagination li.active a,.m-pagination li a:hover{background: #1c83d7; border: 1px solid #1c83d7; color: #fff;}
.m-pagination li.page-info a,.m-pagination li.page-info a:hover{border: 1px solid #ccc; cursor: default; color: #666; background: #fff;}
.m-pagination li.disabled a,.m-pagination li.disabled a:hover{background: #eee; border: 1px solid #ccc; cursor: default; color: #666;}

/*header*/
.is-header{background: url(../images/public/bg-banner.png) center top no-repeat;}
.m-banner{margin: 0 auto; width: 1200px; height: 298px;}
.m-top{top: 0; left: 0; width: 1200px; height: 40px; line-height: 40px;}
.m-top a{color: #cfeaff; font-size: 14px;}
.m-top .u-link li{float: left; margin: 0 3px 0 7px;}
.m-top .u-link li a{display: block; padding-left: 22px; background-image: url(../images/public/icon-sjlink.png); background-repeat: no-repeat;}
.m-top .u-link li.u-lk1 a{background-position: 0 0;}
.m-top .u-link li.u-lk2 a{background-position: 0 -40px;}
.m-top .u-link li.u-lk3 a{background-position: 0 -80px;}
.m-top .u-funs li{float: left; margin-left: 8px;}
.m-top .u-funs li a{display: block; padding-left: 9px; background: url(../images/public/bg-funline.png) left center no-repeat;}
.g-banner{padding: 12px 353px 25px;}
.u-logo img{margin: 0 auto; display: block;}
.m-search{margin-top: 26px; height: 42px; background: url(../images/public/bg-opl.png);}
.u-searchtext{padding: 0 70px 0 10px; width: 414px; height: 42px; line-height: 42px; border: none; background: none;}
.u-searchbtn{top: 0; right: 0; width: 60px; height: 42px; border: none; cursor: pointer; background: url(../images/public/icon-search.png) center no-repeat;}
.m-nav{background: #1c83d7;}
.g-nav{margin: 0 auto; width: 1200px; height: 60px;}
.g-nav li{float: left; width: 170px; text-align: center; line-height: 60px;}
.g-nav a{display: block; font-size: 18px; color: #fff;}
.g-nav a:hover,.g-nav li.u-active a{background: #1275c6;}
.g-nav a br{display: none;}

/*footer*/
.is-footer{border-top: 8px solid #1c83d7; background: #333;}
.m-links{height: 50px; background: #fff;}
.g-links{margin: 0 auto; width: 1200px; height: 50px; z-index: 99;}
.g-links .u-tit{padding-left: 28px; line-height: 50px; background: url(../images/public/tit-link.png) left center no-repeat; color: #666;}
.m-linktab{float: left; margin-left: 44px; z-index: 4;}
.m-linktab span{display: inline-block; color: #666; padding: 0 30px 0 10px; line-height: 50px; cursor: pointer; background: url(../images/public/icon-linktab.png) right center no-repeat;}
.m-linktab span.u-active{background-color: #f5f5f5;}
.m-linkbd{position: absolute; left: 0; bottom: 50px; width: 1160px; max-height: 128px; padding: 5px 20px; border-top: 3px solid #1c83d7; border-bottom: 8px solid #1c83d7; background: #f5f5f5;}
.m-linkbd ul{width: 1160px; max-height: 128px; overflow-y: auto;}
.m-linkbd ul li{width: 163px; line-height: 32px; float: left; text-indent: 15px; background: url(../images/public/icon-li1.png) left center no-repeat;}
.m-linkbd ul li a{font-size: 14px;}
.m-footer{width: 1200px; margin: 0 auto; padding: 14px 0 25px; position: relative;}
.m-footerfun{padding: 10px 0;}
.m-footer p{line-height: 24px; text-align: center;}
.m-footer p,.m-footer p a,.m-footerfun,.m-footerfun a{color: #b2b2b2; font-size: 14px;}
.m-footer p img{vertical-align: middle;}
#_ideConac{position: absolute; left: 51px; top: 44px;}
#_span_jiucuo{position: absolute; right: 10px; top: 48px;}

.m-linktab .select_con {height: auto;padding: 8px 0;position:absolute;left: 0; bottom: 50px; width: 1160px;padding: 5px 20px; border-top: 3px solid #1c83d7; border-bottom: 8px solid #1c83d7; background: #f5f5f5;}
.m-linktab .select_con ul li {float: left;width: 100px;height: 28px;font-size: 15px;line-height: 28px;padding-left:10px;background:none;}
.m-linktab .select_con ul li a {display: block;width: 96%;color: #666;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.m-linktab .select_con ul li a:hover {color: #ff6600;}
.m-linktab .select_con ul li.num1 {width: 90px;font-weight: bold;}
.m-linktab .select_con3 ul li {width: 180px; padding-left: 20px;}
.m-linktab .select_con2 ul li.num12 {margin-left: 100px;}

/*toolbar*/
.m-suspen{width: 50px; padding: 25px 0; position: fixed; top: 50%; margin-top: -55px; right: 10px; background: #52a6ea; border-radius: 25px; z-index: 9998;}
.m-suspen span.u-close{position: absolute; top: -20px; right: 0; cursor: pointer; font-size: 14px;}
.m-suspen ul li{width: 50px; height: 60px; line-height: 16px; float: left; text-align: center; background-image: url(../images/public/icon-suspen.png); background-repeat: no-repeat;}
.m-suspen ul li a.u-supa{display: block; width: 50px; height: 60px; position: relative;}
.m-suspen ul li a.u-supa span{padding: 14px 10px; color: #fff; font-size: 14px; display: none;}
.m-suspen ul li a.u-supa:hover{background: #1275c6;}
.m-suspen ul li a.u-supa:hover span{display: block;}
.u-sup01{background-position: 0 0;}
.u-sup02{background-position: 0 -60px;}
.u-sup03{background-position: 0 -120px;}
.u-sup04{background-position: 0 -180px;}
.u-sup05{background-position: 0 -240px;}
.u-sup06{background-position: 0 -300px;}
.u-sup07{background-position: 0 -360px; position: relative;}
.m-suspen ul li.u-sup07 a span{padding: 22px 10px;}
.u-sup03 img,.u-sup04 img,.u-sup05 img{position: absolute; left: 0; bottom: 0; width: 0; height: 0;}
.m-webshare{width: 0; height: 0; background: #333; position: relative; left: 0; top: 0; overflow: hidden;}
.m-webshare a{display: block; width: 24px; height: 24px; float: left; margin: 8px 8px 0 8px; padding:0!important; border-radius: 4px;}
.bshare-custom a{margin-right: 0!important;}