/* Template-specific stuff
 *
 * Customizations just for the template; these are not necessary for anything
 * with disabling the responsiveness.
 */

* {
    margin: 0;
    padding: 0;
}


/* Account for fixed navbar */

body {
    /*font-family:Arial,"Hiragino Sans GB",SimSun,宋体,sans-serif;*/
    font-family: 'PingFang SC Regular', 'Lantinghei SC', 'Helvetica Neue', 'Helvetica', 'Arial', 'Microsoft YaHei', '\\5FAE\8F6F\96C5\9ED1', 'STHeitiSC-Light', 'simsun', '\\5B8B\4F53', 'WenQuanYi Zen Hei', 'WenQuanYi Micro Hei', 'sans-serif';
    font-size: 14px;
    color: #848A95;
    letter-spacing: 0px;
    line-height: 22px;
    background: #f8f8f8;
}

body,
.navbar-fixed-top,
.navbar-fixed-bottom {
    min-width: 1200px;
}

a {
    color: #848A95;
}

a:focus,
a:hover {
    text-decoration: none;
    color: inherit;
}

a.none {
    padding: 0 !important;
    margin: 0 !important;
}

p {
    color: #464646;
    margin: 0;
}

.pointer {
    cursor: pointer;
}


/* Non-responsive overrides
 *
 * Utilize the following CSS to disable the responsive-ness of the container,
 * grid system, and navbar.
 */


/* Reset the container */

.container {
    width: 1200px;
    max-width: none !important;
}

.container1 {
    width: 1000px;
    max-width: none !important;
    margin: 0 auto;
}


/* Demonstrate the grids */

.col-xs-4 {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #eee;
    background-color: rgba(86, 61, 124, .15);
    border: 1px solid #ddd;
    border: 1px solid rgba(86, 61, 124, .2);
}

.container .navbar-header,
.container .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
}


/*Btn*/

.btn-warning {
    background: rgba(138, 247, 159, 0.20);
    /*border-radius: 6px;*/
    font-size: 12px;
    color: #64c8bc;
    border: 0;
    height: 44px;
    line-height: 32px;
}

.btn-warning:focus,
.btn-warning:hover,
.btn-warning:active:hover,
.btn-warning.active:hover {
    background: rgba(138, 247, 159, 0.30);
    color: #64c8bc;
}

.btn-warning.disabled:focus,
.btn-warning.disabled:hover {
    background: rgba(138, 247, 159, 0.30);
    color: #64c8bc;
    cursor: pointer;
}

.btn-none {
    color: #848A95;
    background: transparent;
}

.btn-none:focus,
.btn-none:hover {
    background: transparent;
    color: #848A95;
}

.btn-none:hover {
    color: #64c8bc;
}


/* Always float the navbar header */

/*.nav>li a:focus,
.nav>li a:hover,
.nav>li.active a {
    background: transparent;
    color: #64c8bc;
}*/

.nav > li a:focus,
.nav > li a:hover {
    background: transparent;
    color: #64c8bc;
}

.nav > li.active a {
    /*background: transparent;
    color: #64c8bc;*/
}

.navbar-header {
    float: left;
}


/* Undo the collapsing navbar */

.navbar-collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    visibility: visible !important;
}

.navbar-toggle {
    display: none;
}

.navbar-collapse {
    border-top: 0;
}

.navbar-brand {
    margin-left: -15px;
}


/* Always apply the floated nav */

.navbar-nav {
    float: left;
    margin: 0;
}

.navbar-nav>li {
    float: left;
    padding: 0 30px;
    position: relative;
}


/*.navbar-nav > li p{
  display: inline-block;
  float: left;
}*/


/*.navbar-nav > li .sub{ 
	display:none; 
	width:100%;
	 left:0;
	  top:44px;  
	 position:absolute;
	  background:#64c8bc;  
	  line-height:26px; 
	  padding:5px 0;  
	}
	.navbar-nav > li .sub li{
		list-style: none;
		text-align: center;
		font-size: 14px;
		color:#fff;
	}*/

.navbar-nav>li>a {
    padding: 10px 0;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus,
.navbar-nav>li.active>a {
    color: #353C46;
    background: transparent;
    border-bottom: 2px solid #64c8bc;
}

.navbar-nav>li.nLi>a:hover+.sub {

    display: block;
}

.navbar-nav.navbar-default {
    background: transparent;
    font-size: 22px;
    line-height: 22px;
}

.navbar-nav.navbar-default>li {
    padding: 0 20px;
}

.navbar-nav.navbar-default>li+li {
    border-left: 1px solid #D6D8DA;
}

.navbar-nav.navbar-default>li>a {
    padding: 0;
}

.navbar-nav.navbar-default>li>a:hover,
.navbar-nav.navbar-default>li>a:focus,
.navbar-nav.navbar-default>li.active>a {
    background: transparent;
    /*font-family: PingFangSC-Medium;*/
    color: #64c8bc;
    border: 0;
}


/* Redeclare since we override the float above */

.navbar-nav.navbar-right {
    float: right;
}


/* Undo custom dropdowns */

.navbar .navbar-nav .open .dropdown-menu {
    position: absolute;
    float: left;
    background-color: transparent;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-width: 0 1px 1px;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #333;
}

.navbar .navbar-nav .open .dropdown-menu>li>a:hover,
.navbar .navbar-nav .open .dropdown-menu>li>a:focus,
.navbar .navbar-nav .open .dropdown-menu>.active>a,
.navbar .navbar-nav .open .dropdown-menu>.active>a:hover,
.navbar .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #fff !important;
    background-color: transparent !important;
}

.navbar .navbar-nav .open .dropdown-menu>.disabled>a,
.navbar .navbar-nav .open .dropdown-menu>.disabled>a:hover,
.navbar .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #999 !important;
    background-color: transparent !important;
}

.dropdown-menu.dropdown-menu-black-transparent {
    background: rgba(0, 0, 0, 0.60);
    border-radius: 4px;
    padding: 14px 0;
}

.dropdown-menu.dropdown-menu-black-transparent,
.dropdown-menu.dropdown-menu-black-transparent a {
    color: #FFFFFF;
}

.dropdown-menu.dropdown-menu-black-transparent li a:hover,
.dropdown-menu.dropdown-menu-black-transparent li a:focus {
    background: rgba(0, 0, 0, 0.20);
    color: #FFFFFF;
}


/* Undo form expansion */

.navbar-form {
    float: left;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* Copy-pasted from forms.less since we mixin the .form-inline styles. */

.navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.navbar-form .form-control-static {
    display: inline-block;
}

.navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
}

.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
}

.navbar-form .input-group>.form-control {
    width: 100%;
}

.navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
}

.navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
}

.navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
}

.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
}

.navbar-form .has-feedback .form-control-feedback {
    top: 0;
}


/* Undo inline form compaction on small screens */

.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.form-inline .form-control-static {
    display: inline-block;
}

.form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
}

.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
}

.form-inline .input-group>.form-control {
    width: 100%;
}

.form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
}

.form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
}

.form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
}

.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
}

.form-inline .has-feedback .form-control-feedback {
    top: 0;
}

.thumbnail.bordered {
    border: 0;
    padding: 0;
    margin-bottom: 0;
}

.nav-tabs {
    background: #FFFFFF;
    border: 1px solid #D6D8DA;
    text-align: center;
    overflow: hidden;
}

.nav-tabs li a {
    padding: 42px 10px 45px;
    font-size: 22px;
    line-height: 22px;
    height: 110px;
    margin: 0;
}

.nav.nav-tabs>li>a:focus,
.nav.nav-tabs>li>a:hover {
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs>li+li {
    border-left: 1px solid #D6D8DA;
    ;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border: 0;
    background: transparent;
    color: #64c8bc;
    border-bottom: 4px solid #75E28E;
    padding: 45px 10px 42px;
}

.tab-content {
    background-color: #FFFFFF;
}


/*Icon*/

.seal {
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 68px;
    right: 30px;
    bottom: 40px;
    right: 46px;
    top: 60%;
    left: 75%;
    transform: translate(-50%, -50%);
}

.seal-green {
    background: url('https://w2.fishqc.net/image/system/greenFish.png') center center no-repeat;
    background-size: 100% auto;
}

.seal-red {
    background: url('https://w2.fishqc.net/tra/catalog/view/theme/default/image/red-seal.png') center center no-repeat;
    background-size: 100% auto;
}

.seal-yellow {
    background: url('https://w2.fishqc.net/tra/catalog/view/theme/default/image/yellow-seal.png') center center no-repeat;
    background-size: 100% auto;
}

.icon-sanse {
    display: inline-block;
    width: 18px;
    height: 18px;
}

.icon-sanse.check {
    background: url(https://w2.fishqc.net/image/system/check.png) center center no-repeat;
    background-size: 100% auto;
}

.icon-sanse.check-f {
    background: url(https://w2.fishqc.net/image/system/check-f.png) center center no-repeat;
    background-size: 100% auto;
}

.icon-sanse.check-o {
    background: url(https://w2.fishqc.net/image/system/check-o.png) center center no-repeat;
    background-size: 100% auto;
}

.icon-sanse.check-d {
    background: url(https://w2.fishqc.net/image/system/check-d.png) center center no-repeat;
    background-size: 100% auto;
}

.icon-sanse.check-x {
    background: url(https://w2.fishqc.net/image/system/check-x.png) center center no-repeat;
    background-size: 100% auto;
}

.icon-sanse.times {
    background: url(https://w2.fishqc.net/image/system/times.png) center center no-repeat;
    background-size: 100% auto;
}

.icon-sanse.times-o {
    background: url(https://w2.fishqc.net/image/system/times-o.png) center center no-repeat;
    background-size: 100% auto;
}

.icon-yezi {
    display: inline-block;
    width: 27px;
    height: 21px;
    background: url(https://w2.fishqc.net/image/system/yz.png) center center no-repeat;
    background-size: 100% auto;
}

#content {
    /*padding-bottom: 100px;*/
}

.bg-white {
    background: #FFFFFF;
}

#top {
    font-size: 18px;
    height: 110px;
    border-bottom: 1px solid #D6D8DA;
    padding: 35px 0;
    background: #FFFFFF;
    z-index: 6;
    width: 100%;
    /*overflow: hidden;*/
    position: relative;
    min-width: 1200px;
    box-sizing: border-box;
}

#top.isStuck {
    height: 60px;
    padding: 9px 0;
}

#top .logo {
    width: 178px;
    margin-top: -1px;
}


/**/

#top .logo a img {
    width: 155px;
}


/**/

.test-tigong {
    width: 250px
}

.test-tigong>div {
    display: inline-block;
}

.test-tigong>div.text {
    /*font-family:Arial,"Hiragino Sans GB",SimSun,宋体,sans-serif;*/
    line-height: 38px;
    font-size: 16px;
}


/*修改*/

.dropdown-toggle {
    font-size: 16px;
}


/**/

.test-tigong img {
    width: 132px;
}

.page-more {
    display: inline-block;
    /*color: #64c8bc;*/
    letter-spacing: 1.16px;
    margin-top: 26px;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 33px;
    background: #FFFFFF;
    border: 1px solid #fff;
    border-radius: 5px;
}

.page-header {
    border: 0;
    padding: 76px 0 30px;
    box-sizing: border-box;
    margin: 0;
}

.page-header h1 {
    /*font-weight: normal;*/
    /*font-family:Arial,"Hiragino Sans GB",SimSun,宋体,sans-serif;*/
    font-size: 42px;
    color: #353C46;
    margin: 0;
    line-height: 66px;
}

.page-header h2 {
    /*font-family:Arial,"Hiragino Sans GB",SimSun,宋体,sans-serif;*/
    font-size: 32px;
    line-height: 32px;
    margin: 0;
    /*color: #848A95;*/
}

.page-header p {
    font-size: 14px;
    color: #848A95;
    letter-spacing: 0px;
    line-height: 24px;
    margin: 0;
}

.top-border {
    padding: 20px 0;
}

.top-border span {
    display: block;
    background: #64c8bc;
    width: 24px;
    height: 4px;
    margin-left: auto;
    margin-right: auto;
}

.top-border.small {
    padding: 12px 0;
}

.top-border.small span {
    width: 16px;
    height: 2px;
}

.img-responsive-h {
    height: 100%;
    width: auto;
}


/*Bannar*/

.page-banner {
    position: relative;
}

.page-banner .img {}

.page-banner a.img {
    display: block;
}

.page-banner .img img {
    margin-left: auto;
    margin-right: auto;
}

.page-banner .text {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    color: #FFFFFF;
    text-align: center;
}

.page-banner .text .container {
    position: relative;
    height: 100%;
}

.page-banner .text .title {
    /*font-family:Arial,"Hiragino Sans GB",SimSun,宋体,sans-serif;*/
    font-size: 36px;
    line-height: 36px;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.50);
    margin-top: 100px;
}

.page-banner .text .desc {
    font-size: 24px;
    line-height: 36px;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.50);
    padding: 0 146px;
    margin-top: 26px;
}

.page-banner .text .author {
    font-size: 22px;
    line-height: 28px;
    /*margin-top: 53px;*/
}

.page-banner .text .action {
    /*padding: 0 103px;*/
    position: absolute;
    bottom: 80px;
    right: 100px;
    left: 100px;
}

.page-banner .text .action .share {
    position: absolute;
    right: 0;
    top: 0;
}

.action {
    margin-top: 100px;
}

.action .good {
    background: #FFFFFF;
    border: 1px solid #64c8bc;
    color: #64c8bc;
    border-radius: 4px;
    padding: 10px 20px;
}

.action .good i {
    margin-right: 10px;
}

.action .share {
    font-size: 14px !important;
}

.action .share a {
    margin: 0 15px;
    /*color: #D6D8DA;*/
}

/*.action .share a:first-child {
    margin-left: 0;
    padding-right: 15px;
    font-size: 12px;
    color: #353C46;
}*/
.social-share .social-share-icon{
    border:none !important;
}

.social-share a{
    /*margin:4px 8px !important;*/
}
.action.default {
    margin-top: 60px;
}

.action.default a {
    /*opacity: 0.4;*/
    /*background: #000000;*/
}

.action.default .follow a {
    border-radius: 4px;
    padding: 10px 14px;
    color: #FFFFFF;
}

.action.default .share a {
    display: inline-block;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 28px;
    /*color: #FFFFFF;*/
    background-color: rgba(0, 0, 0, 0.40);
}

.action.default .share a:first-child {
    padding-right: 0;
}


/**/

.page-report {}

.page-report .row+.row {
    margin-top: 24px;
}

.page-report .block {
    width: 100%;
    /*background: #64c8bc;*/
    border-radius: 8px;
    overflow: hidden;
    float: left;
}

.page-report .block+.block {
    margin-left: 16px;
}

.page-report .block.border {
    border: 1px solid #D6D8DA;
}

.page-report .block .img {
    position: relative;
    overflow: hidden;
}

.page-report .block .img .soon {
    position: absolute;
    top: 114px;
    /*left:74px;*/
    width: 100%;
    /*font-family:Arial,"Hiragino Sans GB",SimSun,宋体,sans-serif;*/
    color: #FFFFFF;
    letter-spacing: 0px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
}

.page-report .block .img .soon h2 {
    margin-top: 16px;
    font-size: 36px;
    line-height: 36px;
}

.page-report .block .text {

    /*background: #FFFFFF;*/
    /*border-radius: 0px 0px 8px 8px;*/
    padding: 36px;
}

.page-report .block .text h3 {
    /*font-family:Arial,"Hiragino Sans GB",SimSun,宋体,sans-serif;*/
    font-size: 24px;
    color: #464646;
    letter-spacing: 0px;
    line-height: 30px;
    height: 60px;
    margin: 0 0 12px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.page-report .block .text .date {
    letter-spacing: 0px;
    line-height: 30px;
}

.page-report .block .text .date span.name {
    float: right;
    /*font-family:Arial,"Hiragino Sans GB",SimSun,宋体,sans-serif;*/
    font-size: 16px;
    color: #64c8bc;
    line-height: 30px;
    display: table-row;
}

.page-report .block .text .date span.name i {
    display: table-cell;
    font-style: normal;
}

.page-report .block .text .date span.viewed {
    /*font-family:Arial,"Hiragino Sans GB",SimSun,宋体,sans-serif;*/
    font-size: 14px;
    color: #353C46;
    line-height: 22px;
}

.page-report .block .text .text-text {
    width: 600px;
    float: left;
}

.page-report .block .text .text-text h3 {
    /*font-family:Arial,"Hiragino Sans GB",SimSun,宋体,sans-serif;*/
    font-size: 36px;
    color: #353C46;
    line-height: 42px;
    height: 84px;
    overflow: hidden;
    margin: 0;
}

.page-report .block .text .text-text .desc {
    color: #C0C3C6;
    margin: 20px 0;
    height: 154px;
    overflow: hidden;
}

.page-report .block .text .text-img {
    float: right;
}

.page-report .lg {
    margin-top: 60px;
}

.page-report .block.lg {
    padding: 60px 70px;
    /*background: #FFFFFF;*/
    border: 1px solid #D6D8DA;
    border-radius: 8px;
    float: none;
}

.page-report .block.lg+.block.lg {
    margin-left: 0;
}

.page-report .block.lg .text {
    padding: 40px 0 0 0;
}


/*增加*/

.page-report .md:hover h3 {
    color: #64c8bc;
}


/*.page-report .sm:hover h3{
	color:#64c8bc;
}*/


/*.page-life #report .block:hover h3{
	color:#64c8bc;
}*/


/*.page-report .block:hover  .text h3{
	color:#64c8bc;
}*/

.page-report .block:hover .text .text-text h3 {
    color: #64c8bc;
}

.row .xs:hover h3 {
    color: #64c8bc;
}

.page-report .ms:hover h3 {
    /*color:#64c8bc;*/
}

.report-tags .xxs:hover h3 {
    color: #64c8bc;
}

.page-report .block.horizontal.lg .text:hover h3 {
    color: #64c8bc;
}



/**/

.page-report .md {
    width: 580px;
    height: 470px;
}


/**/

.page-report .md .img {
    height: 300px;
}

.page-report .md .text {
    height: 170px;
}

.page-report .sm {
    width: 293px;
    height: 470px;
}

.page-report .sm .img {
    height: 300px;
}

.page-report .sm .text {
    height: 170px;
}

.page-report .xs {
    width: 389px;
    height: 380px;
}

.page-report .xs .img {
    height: 210px;
}

.page-report .block.xs .img .soon {
    top: 60px;
}

.page-report .ms {
    width: 389px;
    height: 470px;
}

.page-report .ms .img {
    height: 300px;
}

.page-report .xs .text {
    height: 170px;
}

.page-report .xxs {
    /*width: 339px;*/
    width: 282px;
    height: 400px;
}

.page-report .xxs .img {
    height: 230px;
}

.page-report .xxs .text {
    height: 170px;
}

.page-report .xxs .text h3 {
    height: 60px;
}

.page-report .block.xxs .img .soon {
    top: 80px;
}

.page-report .block.horizontal {}


.page-report .block.horizontal {
    border-radius: 0;
}

.page-report .block.horizontal .img {
    float: left;
    background: #64c8bc;
    border-radius: 10.8px;
    overflow: hidden;
}

.page-report .block.horizontal .text {
    float: left;
    margin-left: 36px;
}

.page-report .block.horizontal .text h3 {
    /*font-family:Arial,"Hiragino Sans GB",SimSun,宋体,sans-serif;*/
    overflow: hidden;
    margin: 0;
}

.page-report .block.horizontal .text .desc {
    color: #C0C3C6;
    overflow: hidden;
}

.page-report .block.horizontal.lg {
    margin-top: 0;
    padding: 0;
    border: 0;
}

.page-report .block.horizontal.lg .img {
    width: 432px;
    height: 324px;
}

.page-report .block.horizontal.lg .text {
    width: 602px;
    height: 324px;
    padding-top: 0;
}

.page-report .block.horizontal.lg .text h3 {
    font-size: 36px;
    color: #353C46;
    line-height: 42px;
    height: 84px;
}

.page-report .block.horizontal.lg .text:hover h3 {
    color: #64c8bc;
}

.page-report .block.horizontal.lg .text .desc {
    margin: 24px 0;
    height: 154px;
}

.page-report .block.horizontal.md {
    width: 50%;
    height: auto;
    float: left;
    padding: 40px 0 0 0;
}

.page-report .block.horizontal.md+.block.md {
    /*border-left: 1px solid #D6D8DA;*/
    margin-left: 0;
}

.page-report .block.horizontal.md>div {
    float: left;
}

.page-report .block.horizontal.md+.block.md>div {
    float: right;
}

.page-report .block.horizontal.md .img {
    width: 216px;
    height: 162px;
}

.page-report .block.horizontal.md .text {
    width: 269px;
    height: 162px;
    float: left;
    margin-left: 16px;
    padding: 0;
}

.page-report .block.horizontal.md .text h3 {
    font-size: 22px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}

.page-report .block.horizontal.md .text .desc {
    margin: 15px 0;
    color: #C0C3C6;
    height: 44px;
    overflow: hidden;
}

.page-report .block.column {
    float: none;
}

.page-report .block.column+.block.column {
    margin-left: 0;
}

.page-report .block.column .img {
    width: 192px;
    height: 142px;
    border-radius: 6px;
}

.page-report .block.column .text {
    padding: 15px 0 20px;
}

.page-report .block.column .text h3 {
    margin-bottom: 0;
    font-size: 18px;
    color: #464646;
    letter-spacing: 0px;
    line-height: 25px;
    height: 50px;
}

.page-life {
    border: 1px solid #D6D8DA;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 60px 64px;
}

.page-life .block.horizontal.lg {
    padding-bottom: 60px;
    border-bottom: 1px solid #D6D8DA;
}

.page-information {
    padding: 0 64px;
}

.page-information .block.horizontal.lg {
    margin-top: 80px;
}

.page-about .nav-tabs li {
    width: 33.33%;
}

.page-about .tab-content {
    /*height: 748px;*/
    /*padding: 60px 95px 80px;*/
}

.page-about .border {
    border: 6px solid #ECFFEF;
}

.border-fish {
    opacity: 0.05;
    background: #000000;
    height: 1px;
    margin: 10px 0;
}


/*涓夎壊灏忛奔*/

.sanse {
    padding: 60px 95px 80px;
}

.sanse .title {
    padding: 0 136px;
    /*font-family:Arial,"Hiragino Sans GB",SimSun,宋体,sans-serif;*/
    letter-spacing: 0px;
    line-height: 22px;
}

.sanse>ul {
    margin-top: 125px;
}

.sanse>ul>li {
    width: 300px;
    /*height: 420px;*/
    background: #FFFFFF;
    border: 1px solid #D6D8DA;
    border-radius: 6px;
}

.sanse>ul>li+li {
    margin-left: 55px;
}

.sanse>ul>li .panel-header {
    height: 84px;
    /*font-family:Arial,"Hiragino Sans GB",SimSun,宋体,sans-serif;*/
    font-size: 18px;
    color: #64c8bc;
    text-align: center;
    padding-top: 46px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    position: relative;
    background: #ECFFEF;
    border-bottom: 1px solid #D6D8DA;
}

.sanse>ul>li .panel-header span {
    display: block;
    width: 122px;
    height: 90px;
    position: absolute;
    bottom: 59px;
    left: 84px;
    background: url(https://w2.fishqc.net/tra/catalog/view/theme/default/image/green.png) center bottom no-repeat;
    background-size: 100% auto;
}

.sanse>ul>li .panel-body {
    height: auto;
    padding: 45px 0 25px;
}

.sanse>ul>li .panel-body p.desc {
    margin: 0 38px;
}

.sanse>ul>li .panel-body .block {
    margin: 30px 24px 0;
    background: #64c8bc;
    border-radius: 6px;
    text-align: center;
    padding: 20px 60px;
}

.sanse>ul>li .panel-body .block {
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0px;
    line-height: 28px;
}

.sanse>ul>li .panel-body .block li {
    display: table-row;
}

.sanse>ul>li .panel-body .block li>span {
    display: table-cell;
    font-size: 16px;
    line-height: 26px;
}

.sanse>ul>li .panel-body .block .result {
    /*font-family:Arial,"Hiragino Sans GB",SimSun,宋体,sans-serif;*/
    font-size: 22px;
    line-height: 22px;
    margin-top: 23px;
}

.sanse>ul>li.yellow .panel-header {
    background: #FFFAE6;
}

.sanse>ul>li.yellow .panel-header span {
    background: url(https://w2.fishqc.net/image/system/yellow.png) center bottom no-repeat;
    background-size: 100% auto;
}

.sanse>ul>li.yellow .panel-body .block {
    background: #FFFAE6;
}

.sanse>ul>li.yellow .panel-body .block {
    color: #848A95;
}

.sanse>ul>li.yellow .panel-body .block .result {
    color: #FFC72F;
}

.sanse>ul>li.red .panel-header {
    background: #FFF6F1;
}

.sanse>ul>li.red .panel-header span {
    background: url(https://w2.fishqc.net/image/system/red.png) center bottom no-repeat;
    background-size: 100% auto;
}

.sanse>ul>li.red .panel-body .block {
    background: #FFF6F1;
}

.sanse>ul>li.red .panel-body .block {
    color: #848A95;
}

.sanse>ul>li.red .panel-body .block .result {
    color: #FF8437;
}


/*鑳屾櫙涓庝环鍊�*/

.context {
    padding: 40px 30px;
}

.context .block {
    width: 360px;
    height: 650px;
    float: left;
    background: #FFFFFF;
}

.context .block+.block {
    margin-left: 30px;
}

.context .block .img {
    height: 504px;
}

.context .block .img .title {
    /*font-family:Arial,"Hiragino Sans GB",SimSun,宋体,sans-serif;*/
    font-size: 24px;
    color: #848A95;
    letter-spacing: 0px;
    line-height: 24px;
    text-align: center;
    padding: 50px 0;
}

.context .block .img .title+a img {
    height: 380px;
}

.context .block .text {
    height: 134px;
    padding: 0 41px;
}

.context .block .md {
    height: 310px;
}

.context .block .md+.md {
    margin-top: 30px;
}

.context .block .md .img {
    height: 210px;
}

.context .block .md .text {
    height: 88px;
}

.block.test {
    width: 555px;
    height: 650px;
}


/*Page About End*/

.page-accept {}

.page-accept .block {
    float: left;
    width: 220px;
    height: 160px;
    background: #FFFFFF;
    border: 1px solid #D6D8DA;
}

.page-accept .block a {

    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
    display: inline-block;
}

.page-accept .block+.block {
    margin-left: 25px;
}

.page-join {}

.page-join .block {
    float: left;
    width: 375px;
    height: 221px;
    background: #FFFFFF;
    border: 1px solid #D6D8DA;
}

.page-join .block+.block {
    margin-left: 35px;
}

footer {
    background: #353C46;
    height: 285px;
    /*margin-top: 119px;*/
    padding: 64px 0 90px;
    box-sizing: border-box;
}

footer .row>div {
    float: left;
    position: relative;
}

footer .footer-left {
    padding: 0 70px 0 52px;
}

footer .footer-right {
    /*width: 970px;*/
    width: 920px;
    margin-top: 26px;
}

footer .footer-right .share {
    position: absolute;
    /*top: 0;*/
    top: -10px;
    right: 0;
}

footer .footer-right .share a {
    margin-left: 30px;
    font-size: 14px !important;
    line-height: 22px !important;
}

footer .footer-right .share a:first-child {
    margin-left: 0;
    padding-right: 30px;
    border-right: 1px solid #979797;
}

footer .footer-right ul.list,
footer .footer-right ul.list a {
    font-size: 18px;
    color: #D6D8DA;
}

footer .footer-right ul.list li+li {
    margin-left: 60px
}

footer .footer-right .copyright {
    margin-top: 60px;
}


/*鎮诞妯″潡*/

.suspend {
    position: fixed;
    background: #FFFFFF;
    /*right: 24px;*/
    right: 0px;
    bottom: 25%;
    z-index: 8;
    width: 47px;
}

.suspend .fa {
    font-size: 24px;
    color: #D6D8DA;
    /*line-height: 43px;*/
    line-height: 34px;
}

.suspend .fa-angle-up {
    line-height: 43px;
}


.suspend>div {
    display: table-row;
}

.suspend>div>div,
.suspend>div>ul {
    display: table-cell;
}

.suspend .navbar-nav {
    width: 47px;
    border: 1px solid #64c8bc;
    background: rgba(255, 255, 255, 0.90);
}

.suspend .navbar-nav>li {
    text-align: center;
    padding: 0;
    position: relative;
    width: 45px;
    height: 45px;
    border-bottom: 1px solid #64c8bc;
}

.suspend .navbar-nav>li.top {
    border: 0;
}

.suspend .navbar-nav>li>a {
    padding: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    position: absolute;
    right: -1px;
    top: -1px;
    border: 1px solid #64c8bc;
    width: 47px;
    height: 46px;
}

.suspend .navbar-nav>li.top>a {
    right: 0px;
    top: 0px;
    width: 45px;
    height: 45px;
    opacity: 0.4;
    background: rgba(0, 0, 0, 0.90);
    border: 0;
}

.suspend .navbar-nav>li>a:focus {}

.suspend .navbar-nav>li>a:hover,
.suspend .navbar-nav>li.active>a,
.suspend .navbar-nav>li.open>a {
    background: #FFFFFF;
    width: 64px;
    border: 1px solid #64c8bc;
}



.suspend .navbar-nav>li.top>a:hover,
.suspend .navbar-nav>li.top>a:focus,
.suspend .navbar-nav>li.top.active>a {
    border-bottom: 0;
    width: 45px;
    height: 45px;
    position: static;
    opacity: 0.4;
    background: rgba(0, 0, 0, 0.90);
    border: 0;
}

.suspend .navbar-nav>li>.dropdown-menu {
    top: 0;
    right: 62px;
    left: auto;
    /*border: 1px solid #64c8bc;*/
    border-radius: 0;
    min-width: 110px;
    width: 110px;
    height: 110px;
    padding: 12px;
    background: rgba(0, 0, 0, 0.6);
}

.suspend .show-suspend {
    position: absolute;
    top: 0;
    right: 47px;
    width: 33px;
    display: none;
    background: #64c8bc;
    padding: 20px 9px;
    text-align: center;
    color: #FFFFFF;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

@media screen and (max-width: 1200px) {
    .suspend {
        right: -47px;
    }
    .suspend .show-suspend {
        display: block;
    }
    .suspend.on {
        right: 0;
    }
    .suspend.on .show-suspend {
        display: none;
    }
}


/*Border Title*/

.border-title {
    /*font-family:Arial,"Hiragino Sans GB",SimSun,宋体,sans-serif;*/
    font-size: 18px;
    text-align: center;
    padding: 56px 0;
    /*margin-top: 320px;*/
    /*background: #D6D8DA;*/
}

.border-title>div {
    background: url(https://w2.fishqc.net/tra/catalog/view/theme/default/image/border.jpg) center center repeat-x;
    /*background-size: 100% auto;*/
}

.border-title span {
    padding: 0 42px;
    background: #FFFFFF;
}


/*Report*/

.report {
    /*background: #FFFFFF;*/
}


/*Report Feature*/

.report-feature {
    /*border: 1px solid #E9E9E9;*/
}

.report-feature>.clearfix {
    /*border-bottom: 1px solid #E9E9E9;*/
}

.report-feature .block {
    float: left;
    width: 50%;
    height: 270px;
    border: 1px solid #e9e9e9;
}

.report-feature .block+.block {
    /*border-left: 1px solid #E9E9E9;	*/
    /*border-right: none;*/
}

.report-feature .block .img {
    /*width: 238px;*/
    width: 40%;
    float: left;
    position: relative;
    height: 270px;
}

.report-feature .block .text {
    /*width: 360px;*/
    width: 60%;
    height: 270px;
    float: left;
    border-left: 1px solid #E9E9E9;
    /*padding: 42px 54px;*/
    padding: 25px 20px;
    line-height: 30px;
    box-sizing: border-box;
    height: 270px;
}

.report-feature .block .text .title {
    /*font-family:Arial,"Hiragino Sans GB",SimSun,宋体,sans-serif;*/
    font-size: 22px;
    color: #353C46;
    letter-spacing: 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 90px;
}

.report-feature .block .text .attribute {
    font-size: 14px;
    color: #353C46;
    letter-spacing: 0px;
    line-height: 14px;
    margin-top: 15px;
}

.report-feature .block .text .attribute .attr-value {
    color: #848A95;
}

.report-feature .block .text .attribute .attr-key+.attr-value {
    margin-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 15px;
}

.report-feature .block .text .attribute .attr-value+.attr-key {
    margin-top: 18px;
}

.report-feature .block .text .tag {
    margin-top: 22px;
}

.report-feature .block .text .tag a {
    display: block;
    width: 52px;
    height: 52px;
    float: left;
    /*background: #ECECEC;*/
    border-radius: 12px;
    overflow: hidden;
}

.report-feature .block .text .tag a+a {
    margin-left: 16px;
}

.report-provide {
    margin-top: 100px;
    padding: 0 32px;
}

.report-provide .info {
    line-height: 26px;
}

.report-provide .author {
    margin-top: 104px;
    text-align: center;
}



/*mayLike*/

.mayLike {
    padding: 0 32px;
    /*margin-top: 40px;*/
}

.mayLike-title {
    /*font-family:Arial,"Hiragino Sans GB",SimSun,宋体,sans-serif;*/
    font-size: 16px;
    text-align: center;
    padding-top: 36px;
    border-top: 2px solid #D6D8DA;
}

.mayLike-content {
    margin-top: 32px;
    background: #FFFFFF;
    border: 1px solid #D6D8DA;
    border-radius: 4px;
    padding: 52px 36px;
}

.mayLike-content .block+.block {
    margin-left: 22px;
}

.more.loading-more {
    margin-top: 43px;
}

.reportList {
    margin-top: 50px;
}

.reportList-title {
    position: relative;
    /*padding: 28px;*/
    /*border-bottom: 2px solid #D6D8DA;*/
}

.reportList-title .dropdown {}

.reportList-title .dropdown>a {
    width: 138px;
    height: 62px;
    padding: 0 32px 0 20px;
    line-height: 60px;
    font-size: 22px;
    /*color: #848A95;*/
    position: relative;
    text-align: center;
}

.reportList-title .dropdown>a>span {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: auto;
    margin-left: auto;
}

.reportList-title .dropdown>a>i {
    position: absolute;
    right: 16px;
    height: 62px;
    line-height: 62px;
    top: 0;
}

.reportList-title .dropdown-menu {
    top: 60px;
    min-width: 138px;
}

.reportList-title .dropdown-menu li {
    min-width: 138px;
}

.sort {
    font-size: 22px;
}

.sort a {
    padding: 0 20px;
}

.sort a.active {
    /*font-family: PingFangSC-Medium;*/
    color: #64c8bc;
}

.sort .navbar-nav {
    margin: 0 342px;
}

.reportList-title .sort {
    position: absolute;
    right: 0;
    bottom: 36px;
}

.page-life .sort {
    padding: 10px 0 40px;
}

.reportList-content {}


/**/

.information-top {
    font-size: 14px;
    color: #848A95;
    height: 45px;
    background: #FFFFFF;
    box-shadow: 0px 0px 2px 0px #D6D8DA;
}

.information-top .sort {
    font-size: 14px;
    line-height: 45px;
}

.information-top .sort a {
    padding: 0;
    margin-right: 60px;
}

.information-top .sort .news-btn:hover {
    color: #64c8bc;
}

.page-content {
    margin: 50px 0 100px;
}

.page-description {
    width: 846px;
}

.page-description .title {
    /*font-family:Arial,"Hiragino Sans GB",SimSun,宋体,sans-serif;*/
    font-size: 34px;
    color: #353C46;
    line-height: 46px;
}

.page-description .author {
    margin: 36px 0 28px;
    height: 36px;
    line-height: 36px;
}

.page-description .author img {
    float: left;
    width: 36px;
    height: 36px;
    margin-right: 11px;
}

.page-description .author .viewed {
    color: #353C46;
    margin-left: 26px;
}

.page-description .description p {
    color: #353C46;
    line-height: 26px;
}

.page-column {
    width: 264px;
}

.page-column .title {
    /*font-family:Arial,"Hiragino Sans GB",SimSun,宋体,sans-serif;*/
    font-size: 16px;
}

.page-column .content {
    border: 1px solid #D6D8DA;
    border-radius: 4px;
    padding: 45px 35px;
    margin-top: 15px;
}

.QAndA {
    background: #FFFFFF;
    border-radius: 4px;
    margin-top: 56px;
}

.QAndA>div {
    display: table;
}

.QAndA .QAndA-menu {
    width: 244px;
    float: left;
}

.QAndA .QAndA-menu .title {
    height: 80px;
    border-bottom: 1px solid #F5F5F5;
    font-size: 22px;
    line-height: 80px;
    padding-left: 40px;
    color: #D6D8DA;
}

.QAndA .QAndA-menu .nav {
    /*font-family:Arial,"Hiragino Sans GB",SimSun,宋体,sans-serif;*/
    font-size: 18px;

    margin: 25px 0;
}

.QAndA .QAndA-menu .nav a {
    padding: 15px 40px;
}

.QAndA .QAndA-menu .nav>li a:hover,
.QAndA .menu .nav>li a:focus {
    color: #64c8bc;
}

.QAndA .QAndA-content {
    /*float: right;*/
    width: 956px;
    padding: 60px 84px;
    border-left: 1px solid #F5F5F5;
}

.QAndA .QAndA-content>div {
    min-height: 500px;
}

.QAndA-block,
.QAndA-block a {
    color: #353C46;
    box-shadow: none;
}

.QAndA-block+.QAndA-block {
    margin-top: 30px;
}

.QAndA-block .q+.a {
    margin-top: 24px;
}

.QAndA-block .a {
    background: #F5F5F5;
    border-radius: 4px;
    padding: 30px;
}

.panel-group .QAndA-block .panel-heading+.panel-collapse>.panel-body {
    border: 0;
}

.page-about-context {}

.block-show-1 {
    width: 730px;
    margin: 0 auto;
    line-height: 26px;
}

.block-show-2 {
    width: 730px;
    margin: 0 auto;
    font-size: 18px;
    color: #353C46;
    line-height: 26px;
    padding-left: 50px;
    border-left: 2px solid #64c8bc;
}

.page-about-context .context {
    padding: 100px 30px;
}

.space-40 {
    height: 40px;
}

.space-70 {
    height: 70px;
}

.space-110 {
    height: 110px;
}

.margin-space-14 {
    margin-top: 14px !important;
}

.margin-space-25 {
    margin-top: 25px !important;
}

.margin-space-30 {
    margin-top: 30px !important;
}

.margin-space-56 {
    margin-top: 56px !important;
}

.margin-space-80 {
    margin-top: 80px !important;
}

.margin-space-110 {
    margin-top: 110px !important;
}

.margin-space-180 {
    margin-top: 180px !important;
}

.bangdan-div {}

.bangdan-block {
    width: 389px;
    height: 790px;
    float: left;
}

.bangdan-block-left-space {
    margin-left: 16px;
}

.bangdan-block .img {
    height: 220px;
}

.bangdan-block .text {
    padding: 36px 50px;
}

.bangdan-block .text h3 {
    /*font-family:Arial,"Hiragino Sans GB",SimSun,宋体,sans-serif;*/
    font-size: 22px;
    color: #464646;
    letter-spacing: 0px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    margin: 0;
    text-align: center;
}

.bangdan-block .text h3+.desc {
    margin-top: 14px;
}

.bangdan-block .text .desc {
    line-height: 26px;
    height: 624px;
    overflow: hidden;
}

.bangdan-block .text .desc p {
    color: #848A95;
}

.bangdan-block .text .desc p.indent {
    text-indent: 2em;
}

.about-sanse-block {
    width: 100%;
    height: 290px;
    padding: 60px;
    position: relative;
}

.about-sanse-block .title {
    /*font-family:Arial,"Hiragino Sans GB",SimSun,宋体,sans-serif;*/
    font-size: 36px;
    color: #464646;
    letter-spacing: 0px;
    line-height: 36px;
}

.about-sanse-block .title span.tips {
    /*font-family:Arial,"Hiragino Sans GB",SimSun,宋体,sans-serif;*/
    display: inline-block;
    height: 36px;
    font-size: 18px;
    letter-spacing: 0px;
    /*line-height: 36px;*/
    border: 1px solid #848A95;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 0 20px;
    margin-left: 30px;
}

.about-sanse-block .title+.desc {
    margin-top: 30px;
}

.about-sanse-block .desc {
    width: 672px;
    color: #353C46;
    line-height: 26px;
}

.about-sanse-block .show {
    width: 342px;
    height: 330px;
    background: #64c8bc;
    border-radius: 6px;
    position: absolute;
    right: 0;
    top: -20px;
    padding: 18px;
}

.sanse-test-block {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 80px;
    border: 1px dashed rgba(236, 255, 239, 0.50);
    border-radius: 16px;
    color: #FFFFFF;
}

.sanse-test-block li {
    display: table-row;
}

.sanse-test-block li>span {
    display: table-cell;
    font-size: 16px;
    line-height: 26px;
}

.sanse-test-block .result {
    /*font-family:Arial,"Hiragino Sans GB",SimSun,宋体,sans-serif;*/
    font-size: 22px;
}

.about-sanse-block .show span.fish {
    display: block;
    width: 122px;
    height: 90px;
    position: absolute;
    bottom: 120px;
    left: -100px;
    background: url(https://w2.fishqc.net/image/system/green.png) center bottom no-repeat;
    background-size: 100% auto;
}

.about-sanse-block.green .title span.tips {
    background: #ECFFEF;
    border: 1px solid #64c8bc;
    color: #64c8bc;
}

.about-sanse-block.yellow .title span.tips {
    background: #FFFAE1;
    border: 1px solid #FFDF45;
    color: #FFC72F;
}

.about-sanse-block.red .title span.tips {
    background: #FFF4EF;
    border: 1px solid #FF8437;
    color: #FF8437;
}

.about-sanse-block.green .show {
    background: #64c8bc;
}

.about-sanse-block.yellow .show {
    background: #FFDF45;
}

.about-sanse-block.red .show {
    background: #FF8437;
}

.about-sanse-block.green .show span.fish {
    background: url(https://w2.fishqc.net/image/system/green.png) center bottom no-repeat;
    background-size: 100% auto;
}

.about-sanse-block.yellow .show span.fish {
    background: url(https://w2.fishqc.net/image/system/yellow.png) center bottom no-repeat;
    background-size: 100% auto;
}

.about-sanse-block.red .show span.fish {
    background: url(https://w2.fishqc.net/image/system/red.png) center bottom no-repeat;
    background-size: 100% auto;
}

.page-tech {
    padding: 0 80px;
}

.page-tech .block {
    float: left;
    width: 49%;
    height: 400px;
    padding: 78px 62px;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 2px;
}

.page-tech .block.border {
    border: 1px solid #D6D8DA;
}

.page-tech .block.bg {
    background: #F9F9F9;
}

.page-tech .block .block-show-2 {
    max-width: 100%;
}

.page-tech .block .desc {
    color: #353C46;
    line-height: 26px;
}

.page-tech .block.only-img {
    padding: 162px 135px;
}

.page-tech .block.only-img img {
    width: 250px;
    height: auto;
}

.page-team {}

.page-team .block {
    width: 32%;
    padding: 30px 80px;
    float: left;
    box-sizing: border-box;
}

.page-team .block img {
    width: 220px;
    height: 220px;
}

.page-team .block .text {
    padding: 58px 10px 26px;
}

.page-team .block .text .title {
    /*font-family:Arial,"Hiragino Sans GB",SimSun,宋体,sans-serif;*/
    font-size: 22px;
    color: #353C46;
}

.page-team .block .text .zhiwei {
    font-size: 18px;
}

.page-team .block .text .desc {
    color: #353C46;
    margin-top: 24px;
    line-height: 26px;
    height: 170px;
    overflow: hidden;
}

.page-contact {
    /*padding: 74px 0;*/
    background: #444B56;
}

.page-contact .contact {
    width: 560px;
    float: left;
}

.page-contact .contact .desc {
    line-height: 26px;
}

.page-contact .contact .desc>div {
    display: table-row;
}

.page-contact .contact .desc span {
    /*display: inline-table;*/
    display: table-cell;
}

.page-contact .contact .desc span:first-child {
    padding-right:
}

.page-contact .map {
    padding-top: 74px;
    width: 640px;
    float: left;
}

.jiathis_no_bg .jtico {
    background: transparent !important;
}

.tags a {
    background: #64c8bc;
    color: #FFF;
    padding: 3px 5px;
    border-radius: 3px;
}

.tags a+a {
    margin-left: 5px;
}

#weixin_mp {}

#weixin_mp .modal-content {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    left: 50%;
    margin: -200px 0 0 -200px;
    overflow: hidden;
    position: fixed;
    top: 50%;
    width: 360px;
    height: 360px;
    overflow: hidden;
}

#weixin_mp .modal-body {
    height: 248px;
    text-align: center;
}

#weixin_mp .modal-body img {
    width: 220px;
    height: 220px;
}

#weixin_mp .modal-footer {
    text-align: left;
}

.version {
    padding: 10px 0;
    line-height: 20px;
    margin-right: 20px;
    position: relative;
}

.version .dropdown-menu {
    min-width: 50px;
}

.sort-default>a+a {
    border-left: 1px solid #D6D8DA;
}


/****
Jacky's css.

*****/

.fish-3-color {
    width: 92px;
    font-size: 14px !important;
    display: inline-block !important;
    line-height: 36px !important;
}

.descImg img {
    /*width: 100%;
	height: auto;*/
    max-width: 100%;
    margin: 0 auto;
}


/*修改*/

.fa-weibo:before {
    width: 30px;
    height: 30px;
    background-image: url(https://w2.fishqc.net/image/system/weibo-pre.png);
    display: inline-block;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 8px;
}

.fa-wechat:before,
.fa-weixin:before {
    width: 30px;
    height: 30px;
    background-image: url(https://w2.fishqc.net/image/system/weixin-an.png);
    display: inline-block;
    content: '';
    background-size: contain;
    margin-top: 8px;
    background-repeat: no-repeat;
}

.fa-facebook:before {
    width: 27px;
    height: 27px;
    background-image: url(https://w2.fishqc.net/image/system/facebook-pre.png);

    display: inline-block;
    content: '';
    background-size: contain;
    margin-top: 8px;
    background-repeat: no-repeat;
}

.fa-linkedin:before {
    width: 25px;
    height: 25px;
    background-image: url(https://w2.fishqc.net/image/system/LinkedIn-pre.png);

    display: inline-block;
    content: '';
    background-size: contain;
    margin-top: 8px;
    background-repeat: no-repeat;
}

.suspend .navbar-nav li a:hover [class*='fa-weibo']:before {
    background-image: url(https://w2.fishqc.net/image/system/weibo.png);
}

.suspend .navbar-nav li a:hover [class*='fa-wechat']:before {
    background-image: url(https://w2.fishqc.net/image/system/weixin.png);
}

.suspend .navbar-nav li a:hover [class*='fa-facebook']:before {
    background-image: url(https://w2.fishqc.net/image/system/facebook.png);
}

.suspend .navbar-nav li a:hover [class*='fa-linkedin']:before {
    background-image: url(https://w2.fishqc.net/image/system/LinkedIn.png);
}

.top-share .fa-weibo:before {
    width: 20px;
    height: 20px;
    margin-top: 5px;
}

.top-share .fa-wechat:before,
.fa-weixin:before {
    width: 20px;
    height: 20px;
    margin-top: 5px;
}

.top-share .fa-facebook:before {
    width: 18px;
    height: 20px;
    margin-top: 5px;
}

.top-share .fa-linkedin:before {
    width: 16px;
    height: 20px;
    margin-top: 5px;
}


.bottom-share .fa-weibo:before {
    width: 20px;
    height: 20px;
    margin-top: 5px;
}

.bottom-share .fa-wechat:before,
.fa-weixin:before {
    width: 20px;
    height: 20px;
    margin-top: 5px;
}

.bottom-share .fa-facebook:before {
    width: 20px;
    height: 20px;
    margin-top: 5px;
}

.bottom-share .fa-linkedin:before {
    width: 20px;
    height: 20px;
    margin-top: 5px;
}

.footer-right .fa-weibo:before {
    width: 20px;
    height: 20px;
    margin-top: 5px;
}

.footer-right .fa-wechat:before,
.fa-weixin:before {
    width: 20px;
    height: 20px;
    margin-top: 5px;
}

.footer-right .fa-facebook:before {
    width: 20px;
    height: 20px;
    margin-top: 5px;
}

.footer-right .fa-linkedin:before {
    width: 20px;
    height: 20px;
    margin-top: 5px;
}

.action .fa-weibo:before {
    width: 20px;
    height: 20px;
    margin-top: 5px;
}

.action .fa-wechat:before,
.fa-weixin:before {
    width: 20px;
    height: 20px;
    margin-top: 5px;
}

.action .fa-facebook:before {
    width: 20px;
    height: 20px;
    margin-top: 5px;
}

.action .fa-linkedin:before {
    width: 20px;
    height: 20px;
    margin-top: 5px;
}

#sideBar {
    width: 120px;
    height: 500px;
    position: fixed;
    left: -40px;
    /*top:80px;*/
    top: 50%;
    transform: translate(0, -40%);
    z-index: 9999;
    display: none;
}

#sideBar ul {
    list-style: none;
}

#sideBar ul li {
    margin: 0;
    padding: 0； list-style:none;
    width: 105px;
    height: 40px;
    background: #c5c5c5;
    border-bottom: 1px solid #fff;
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    font-size: 14px;
    /*border-left:8px solid #64cc77;*/
    box-sizing: border-box;
}

#sideBar ul li.cur {

    background: #6e6e6e;
    border-left: 8px solid #64cc77;
}


/*修改结束*/

.al {
    display: none;
    /*background-color: */
}


/*修改结束*/

.al li a {
    font-size: 14px;
    color: #000;
}

.al li {
    line-height: 1.42857143 padding-left:10px;
    box-sizing: border-box;
}

.al li:hover {
    background-color: #f6f6f6;
    color: #000 !important;
}

.al li:hover a {

    color: #000 !important;
}


.middle {
    margin: 0 auto;
}

.img-middle-re {
    position: relative;
    min-height: 20rem;
}

.img-middle-ab,
.ju {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}


/*.pull-right:hover{
	color:#64c8bc;
}*/

.all-information:hover {
    color: #64c8bc;
}

.page-report .block.column .text h3:hover {
    color: #64c8bc;
}

.img-out {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.information-top .sort .news-btn:hover {
    color: #64c8bc;
}



/*模态窗*/

ul,
li {
    list-style: none;
}

.focus {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.focus .hd {
    width: 100%;
    height: 5px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    text-align: center;
}

.focus .hd ul {
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    display: box;
    height: 5px;
    background-color: rgba(51, 51, 51, 0.5);
}

.focus .hd ul li {
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    line-height: 40px;
}

.focus .hd ul .on {
    background: #FF4000;
}

.focus .bd {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.focus .bd li img {
    width: 100%;
    height: auto;
    /*150px;*/
}

.focus .bd li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* 取消链接高亮 */
}



/* 本例子css */

.Box {
    width: 100%;
    /*height: 242px;*/
    overflow: hidden;
    position: relative;
    /*border: 1px solid #ddd;*/
}

.Box ul {
    width: 100%;
}

.Box ul li {
    width: 32%;
    float: left;
}

.Box ul li a {
    width: 100%;
    display: inline-block;
}

.Box ul li img {
    width: 100%;
}

.slideBox {
    width: 100%;
    height: 242px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
    display: none;
}

#slideBox2,
#slideBox3 {

    display: none;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: 5px;
    z-index: 1;
    transform: translate(-50%, 0);
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 2px;
    width: 10px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    background: #676767;
    cursor: pointer;
    border-radius: 50%;
    margin: 0 5px;
    display: inline-block;
}

.slideBox .hd ul li.on {
    background: #f00;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
    width: 100%;
}

.slideBox .bd ul {
    width: 100%;
    padding: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    width: 100%;
}

.slideBox .bd li a {

    width: 100%;
    display: inline-block;
    text-align: center;
}

.slideBox .bd img {
    width: 100%;
    height: auto;
    display: block;
}



/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}


/*模态窗*/


/*报告内容样式*/

.text-title-top {
    font-weight: 100;
}

.text-center {
    text-align: center;
}

.text-title {
    font-family: 'PingFangSC-Light';
    font-size: 32px;
    color: #848a95;
    text-align: center;
    /*line-height: 120px;*/
    position: relative;
    margin-top: 110px;
    margin-bottom: 40px;
}

.text-title span {
    font-weight: 100;
}

.text-center-line {
    font-family: 'PingFangSC-Regular';
    font-size: 14px;
    color: #353c46;
    /*line-height:26px;*/
    text-align: left;
    margin-bottom: 25px;
}

.margin-sty {
    margin-bottom: 55px;
    width: 100%;
}

.margin-sty p {
    line-height: 28px;
}

.text-li {
    background-color: #fdfcfa;
    padding: 50px 30px;
    box-sizing: border-box;
    /*height: 585px;*/
    margin-bottom: 25px;
}

.text-li ul {
    list-style: none;
}

.text-li li {
    list-style: none;
    float: left;
    position: relative;
    width: 33%;
    padding: 0 20px;
    height: 240px;
}

.text-li li img {
    margin-bottom: 10px;
}

.text-li li p {
    padding: 0 12px;
    box-sizing: border-box;
    font-family: 'PingFangSC-Light';
    font-size: 14px;
    color: #464646;
    letter-spacing: 0px;
    /*line-height:22px;*/
    text-align: justify;
    opacity: .9;
}

.text-p {
    font-family: 'PingFangSC-Medium';
    font-size: 18px;
    color: #353c46;
    letter-spacing: 0px;
    line-height: 50px;
    text-align: left;
    margin-top: 20px;
    font-weight: 600;
}

.text-margin {
    /*margin:26px 0;*/
}

.margin-sty table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 1;
    border-spacing: 0;
    table-layout: fixed;
}

.margin-sty table td,
table th {

    word-wrap: break-word;
    /*自动换行，行末尾单词不被截断*/
    font: 500 14px Arial;
    text-align: center;
}

.margin-sty table .td-txt {
    width: 20%;
    height: 148px;
    padding: 0 25px;
    box-sizing: border-box;
    line-height: 28px;
    text-align: center;
}

.margin-sty table .td-padding {
    padding: 0 10px;
    line-height: 28px;
    box-sizing: border-box;
    vertical-align: top;
    color: #4a4a4a;
}

.li-img {
    width: 100%;
    /*height: 213px;*/
    display: block;
    text-align: center;
    margin: 0 auto;
}

.special li {
    opacity: 0.9;
    font-family: 'PingFangSC-Regular';
    font-size: 14px;
    color: #9b9b9b;
    line-height: 28px;
    text-align: left;
}

.special .link-down {
    color: #407acc;
    cursor: pointer;
}

.text-color {
    color: #464646;
}

.text-padding {
    padding: 5px 30px 0;
    box-sizing: border-box;
    color: #464646;
    font-family: 'PingFangSC-Light';
}

#slideshow-1 {
    display: none;
}

.p-margin {
    margin: 0;
}


.go-btn {
    width: 150px;
    height: 37.5px;
    background: url(https://w2.fishqc.net/image/system/modal-img/tra_img/go-btn.png) no-repeat;
    background-size: contain;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    cursor: pointer;
}

.go-btn:hover {
    width: 150px;
    height: 37.5px;
    background: url(https://w2.fishqc.net/image/system/modal-img/tra_img/go-btn-active.png) no-repeat;
    background-size: contain;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    cursor: pointer;
}



.Box-second {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: none;
    background-color: #f5f5f9;
}

.Box-second ul {
    width: 100%;
}

.Box-second ul li {
    float: left;
    width: 33%;
    padding: 0 5px;
    box-sizing: border-box;
}

.Box-second ul li img {
    width: 100%;
    height: auto;
}

.Box-second #id1,
.Box-second #id2,
.Box-second #id3 {
    width: 100%;
    cursor: pointer;
}

#slideshow-2,
#slideshow-3 {
    display: none;
}

.lookAgain {
    position: absolute;
    bottom: 30px;
    color: #71cb85;
    font-size: 14px;
    padding: 5px 10px;
    border: 1px solid #71cb85;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
}

.lookAgain:hover {
    position: absolute;
    bottom: 30px;
    color: #000;
    font-size: 14px;
    padding: 5px 10px;
    /*border:1px solid #95b89a;*/
    display: inline-block;
    background-color: #71cb85;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}


/*.lookmore{
    position: absolute;
    bottom: 30px;
    color: #000;
    font-size: 14px;
    padding: 5px 10px;
    border:1px solid #71cb85;
    display: inline-block;
}*/

.jishu-icon1 {
    width: 25px;
    height: 21px;
    background: url(https://w2.fishqc.net/tra/catalog/view/theme/default/image/fish.png) no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
}

.jishu-icon2 {
    width: 18px;
    height: 18px;
    background: url(https://w2.fishqc.net/tra/catalog/view/theme/default/image/vitargent.png) no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
}

.lookAgain1 {
    position: absolute;
    bottom: 30px;
    color: #000;
    font-size: 14px;
    padding: 5px 10px;
    display: inline-block;
    background-color: #71cb85;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.lookAgain1:hover {
    position: absolute;
    bottom: 30px;
    color: #000;
    font-size: 14px;
    padding: 5px 10px;
    display: inline-block;
    background-color: #5da76d;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.vitargent:hover .jishu-icon2 {
    width: 18px;
    height: 18px;
    background: url(https://w2.fishqc.net/tra/catalog/view/theme/default/image/vitargent-active.png) no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
}

.vitargent:hover a {
    color: #353c46;
}

.fishtech:hover .jishu-icon1 {
    width: 25px;
    height: 21px;
    background: url(https://w2.fishqc.net/tra/catalog/view/theme/default/image/fish-active.png) no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
}

.fishtech:hover a {
    color: #353c46;
}

.dropdown-toggle:hover {
    color: #353c46;
}


/**/

.report-title {
    font-family: 'PingFang-SC-Medium';
    font-size: 18px;
    color: #464e5b;
    line-height: 26px;
    text-align: left;
    margin: 20px 0;
    font-weight: 600;
}

.report-margin {
    margin-bottom: 10px;
}

.halfWidth {
    width: 50%;
    padding: 0 0 0 20px;
    box-sizing: border-box;
    float: left;
}

.halfWidth-right {
    width: 50%;
    float: right;
}

.half-p {
    font-family: 'PingFangSC-Regular';
    font-size: 14px;
    color: #4a4a4a;
    line-height: 26px;
    text-align: left;
}

.padding1 {
    padding: 0 20px;
    box-sizing: border-box;
}

.report-margin10 {
    margin-bottom: 10px;
}

.shareIcon {
    width: 16px;
    height: 16px;
}

.sina-icon {
    width: 25px;
    height: 25px;
}


/*.shareIcon:hover{
	width: 20px;
	height: 20px;
	
}*/

.share-weibo,
.share-facebook,
.share-link {
    display: inline-block;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.40);
}

.share-weibo:hover .shareIcon,
.share-facebook:hover .shareIcon,
.share-link:hover .shareIcon {
    display: none;
}

.shareIcon,
.shareIcon-active {
    width: 18px;
    height: 18px;
}

.sina-icon {
    width: 25px;
    height: 25px;
}


/*.shareIcon:hover{
    width: 20px;
    height: 20px;
    
}*/

.shareIcon-active {
    display: none;
}

.share-weibo:hover .shareIcon-active,
.share-facebook:hover .shareIcon-active,
.share-link:hover .shareIcon-active {
    display: inline-block;
}

.text-middle {
    height: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sun {
    width: 40px;
    height: 41px;
    background: url(https://w2.fishqc.net/image/system/sunscreen-pc-sc_29.jpg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 10px;
    right: 15px;
}

.more-btn {
    text-align: center;
    display: block;
    margin: 20px auto;
    width: 100%;
    float: left;
}

.more-btn a {
    padding: 12px 24px;
    box-sizing: border-box;
    border-radius: 5px;
    background: #fff;
    display: inline-block;
    color: #bebebe;
    /* border: 1px solid #fff; */
    border: 1px solid #bebebe;
}

.more-btn a:hover {
    border: 1px solid #64c8bc;
    color: #64c8bc;
}

.ranklink-a {
    width: 100%;
    /*height: 330px;*/
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
}