@charset "utf-8";
html {
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
form,
th,
td,
table,
label,
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
hgroup {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline
}

body {
    color: #666;
    font: 12px/18px "Microsoft Yahei", Arial, sans-serif, "\5B8B\4F53";
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
hgroup {
    display: block
}

ul,
li {
    list-style: none
}

img,
iframe {
    border: 0
}

/*em,*/
/*strong {*/
/*    font-style: normal;*/
/*    font-weight: normal*/
/*}*/

sup,
sub {
    vertical-align: baseline
}

a {
    color: #000;
    text-decoration: none;
    outline: 0
}

button,
input,
select,
textarea {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: middle;
    outline: 0 none;
}
textarea {
    font-size: 12px;
    line-height: 20px;
    border: 0;
    border: 0;
    -moz-outline: 0;
    outline: 0;
    overflow: auto;
    resize: none;
    -webkit-appearance: none;
}
select,
input,
img {
    vertical-align: middle
}

button {
    cursor: pointer
}

textarea {
    resize: none;
    overflow-y: auto
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.clearfix:after {
    content: '\0020';
    display: block;
    height: 0;
    clear: both;
    font-size: 0;
    visibility: hidden
}

.clearfix {
    *zoom: 1
}
.flex-wrap{
	display: flex;
	justify-content: space-between;
}
.inner {
    width: 1200px;
    margin: 0 auto;
}

a {
    outline: none !important;
}

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

.fl {
    float: left;
}

.fr {
    float: right;
}
.wd1000{
    width:1000px;
    margin: 0 auto;
}
.wd1200{
    width:1200px;
    margin: 0 auto;
}
.wd1400{
    width:1400px;
    margin: 0 auto;
}
.mg-t-30{
    margin-top: 30px;
}
.font-weight16 a{
    font-weight: bolder;
    font-size: 16px !important;
}
.font-weight a{
    font-weight: bolder;
    font-size: 18px !important;
}
.fontweight{
    font-weight: bolder;
}
.fontweight a{
    font-weight: bolder;
}
.font-weight a{
    font-weight: bolder;
    font-size: 18px !important;
}
.pd-t-2{
    padding-top:2px;
}
.pd-t-6{
    padding-top:6px;
}
.pd-t-8{
    padding-top:8px;
}
.pd-t-10{
    padding-top:10px;
}
.pd-t-12{
    padding-top:12px;
}
.pd-t-14{
    padding-top:14px;
}
.pd-t-26{
    padding-top:26px;
}
.pd-t-48{
    padding-top:48px;
}
.mg-t-15{
    margin-top: 15px !important;
}
.mg-l-12{
	margin-left: 12px;
}
.mg-t-12{
	margin-top: 12px;
}
.mg-b-12{
	margin-bottom: 12px;
}
.scale{
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    -moz-transition: -moz-transform 0.3s ease 0s;
    -o-transition: -o-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
}
.scale:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    color: #FE2042;

}


/*公共弹窗样式*/
#commonpop {
	position: fixed;
	left: 0;
	top: 0;
	right: -7%;
	bottom: 0;
	margin: auto;
	width: 180px;
	height: 48px;
	background-color: rgba(0, 0, 0, 0.6);
	text-align: center;
	display: none;
	border-radius: 5px;
	z-index: 100000;
}

#commonpop p {
	margin: 0 !important;
	padding: 0 !important;
	color: #fff;
	font-size: 12px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	flex-direction: column
}

#commonpop p span {
	line-height: 22px;
	display: block
}

/*分页*/
.pages {
	text-align: center;
	padding: 17px 0;
	height: 19px;
	margin-top: 20px;
	margin-bottom: 15px;
}
.pages span {
	margin: 0 2px;
	text-align: center;
	font-size: 16px;
}

.pages span a {
	font-size: 16px;
	color: #333333;
	padding: 4px 10px;
	text-align: center;
	border-radius: 3px;
	background: #F5F5F5;
}

.pages span a.on {
	background: #466BB1;
	color: #fff;
	padding: 4px 10px;
	text-align: center;
	border-radius: 0px;
}


/* header */
.header {
	width: 100%;
	margin: 0 auto;
	position: relative;
	height: 104px;
	background: #ffffff;
}

.header .logo {
	width: 458px;
	height: 54px;
	float: left;
	position: relative;
	margin: 26px 0px 25px 0;
}

.header .logo img {
	width: 54px;
	height: 54px;
}
.header .logo a {
	display: flex;
	justify-content: space-between;
}
.header .logo a .logo-title{
	width: 390px;
	display: flex;
	flex-direction: column;
}

.header .logo a .logo-title .t1{
	height: 23px;
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 20px;
	margin: 7px 0 3px 0;
}
.header .logo a .logo-title .t2{
	height: 20px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 20px;
}
.header .nav {
	width: 400px;  
	height: 40px;
	margin: 32px 0 32px 38px;
	float: left;
}

.header .navli {
	height: 40px;
	line-height: 40px;
	float: left;
	margin-left: 30px;
	cursor: pointer;
}

.header .navli a {
	text-decoration: none;
	display: inline-block;
	float: left;
	font-size: 20px;
	font-weight: 400;
	color: #333333;
	
}
.header .navli.active a{
	color: #466BB1;
	font-weight: bold;
}

.header .navli:hover a {
	color: #466BB1;
}

.header .search{
	width: 240px;
	height: 40px;
	background: #F5F6F8;
	border-radius: 20px;
	margin: 32px 0px 32px 60px;
	float: left;
	position: relative;
	overflow: hidden;
}
.header .search input{
	width: 210px;
	height: 14px;
	padding: 13px 15px;
	border: none;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #CCCCCC;
	background: #F5F6F8;
}
.header .search img{
	width: 18px;
	height: 18px;
	position: absolute;
	right: 11px;
	top: 11px;
	cursor: pointer;
}
.header .search input::-webkit-input-placeholder{
    color: #CCCCCC;
}
.header .search input::-moz-placeholder{ 
    color: #CCCCCC;        
}
.header .search input:-ms-input-placeholder{ 
    color: #CCCCCC;        
}
/*header end*/

/* footer */
.footer{
	min-width: 1200px;
	height: 160px;
	background: #242424;
	/* rgba(36,36,36,1.000) */
}
.footer p{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	width: 100%;
	text-align: center;
	padding-top: 56px;
}
.footer p.bot{
	color: #666666;
	padding-top: 20px;
}
.footer p a{
	color: #FFFFFF;
}
.footer p img{
	height: 16px;
	padding-right: 3px;
}
.footer p span{
	margin-left: 20px;
}

/* 
 background: url(../../images/bg04.png) no-repeat center center;
 background-size: cover;
 */

/* 列表页右侧公共区域 */
.list-right{
    width: 384px;
}
.list-right .pic{
	width: 384px;
	height: 216px;
	position: relative;
}
.list-right .pic img,.list-right .pic a{
	width: 100%;
	height: 100%;
	display: block;
}
.hot-title{
	font-size: 22px;
	font-weight: 600;
	color: #333333;
    margin-bottom: 22px;
	margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.hot-title a.more {
    width: 9px;
    height: 16px;
    background: url(../../images/more.png)no-repeat;
	background-size: 100% 100%;
}
.hot-list{
	width: 100%;
}
.hot-list li{
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.hot-list li a{
	color: #333333;
}
.hot-list li a i{
	font-weight: bold;
	color: #CACACA;
	margin-right: 10px;
	font-style: normal;
}
.hot-list li:nth-child(1) a i{
	color: #C52D27;
}
.hot-list li:nth-child(2) a i{
	color: #EF8535;
}
.hot-list li:nth-child(3) a i{
	color: #F6C446;
}

/* 弹窗 */
.qmsg.qmsg-wrapper{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .55);
    font-size: 13px;
    font-variant: tabular-nums;
    line-height: 1;
    list-style: none;
    font-feature-settings: "tnum";
    position: fixed;
    top: 16px;
    left: 0;
    z-index: 1010;
    width: 100%;
    pointer-events: none;
}
.qmsg .qmsg-item{
    padding: 8px;
    text-align: center;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    position: relative;
}
.qmsg .qmsg-item .qmsg-count{
    text-align: center;
    position: absolute;
    left: -4px;
    top: -4px;
    background-color: red;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    border-radius: 2px;
    display: inline-block;
    min-width: 16px;
    height: 16px;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}
.qmsg .qmsg-item:first-child{
    margin-top: -8px;
}
.qmsg .qmsg-content{
    text-align: left;
    position: relative;
    display: inline-block;
    padding: 10px 16px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    pointer-events: all;
    /* min-width: 175px; */
    max-width: 80%;
    min-width: 80px;
}
.qmsg .qmsg-content [class^="qmsg-content-"]{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.qmsg .qmsg-content .qmsg-content-with-close{
    padding-right: 20px;
}
.qmsg .qmsg-icon{
    display: inline-block;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: 1px;
    margin-right: 8px;
    font-size: 16px;
}
.qmsg .qmsg-icon svg{
    display: inline-block;
}

.qmsg .qmsg-content-info .qmsg-icon{
    color: #1890ff;
    user-select: none;
}
.qmsg .qmsg-icon-close{
    position: absolute;
    top: 11px;
    right: 5px;
    padding: 0;
    overflow: hidden;
    font-size: 12px;
    line-height: 22px;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    color: rgba(0, 0, 0, .45);
    transition: color .3s
}
.qmsg .qmsg-icon-close:hover>svg path{
    stroke: #555;
}
.qmsg .animate-turn{
    animation:MessageTurn 1s linear infinite;  
    -webkit-animation: MessageTurn 1s linear infinite;
}
@keyframes MessageTurn{
    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);}
}
@-webkit-keyframes MessageTurn{
    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);}
}

@-webkit-keyframes MessageMoveOut {
    0% {
        max-height: 150px;
        padding: 8px;
        opacity: 1
    }

    to {
        max-height: 0;
        padding: 0;
        opacity: 0
    }
}

@keyframes MessageMoveOut {
    0% {
        max-height: 150px;
        padding: 8px;
        opacity: 1
    }

    to {
        max-height: 0;
        padding: 0;
        opacity: 0
    }
}


@-webkit-keyframes MessageMoveIn {
    
    0% {
        transform: translateY(-100%);
        transform-origin: 0 0;
        opacity: 0
    }

    to {
        transform: translateY(0);
        transform-origin: 0 0;
        opacity: 1
    }
}

@keyframes MessageMoveIn {
    0% {
        transform: translateY(-100%);
        transform-origin: 0 0;
        opacity: 0
    }

    to {
        transform: translateY(0);
        transform-origin: 0 0;
        opacity: 1
    }
}
@-webkit-keyframes MessageShake {
    0%,
    100% {
      transform: translateX(0px);
      opacity: 1;
    }
  
    25%,
    75% {
        transform: translateX(-4px);
      opacity: 0.75;
    }
  
    50% {
        transform: translateX(4px);
        opacity: 0.25;
    }
  }
@keyframes MessageShake {
    0%,
    100% {
      transform: translateX(0px);
      opacity: 1;
    }
  
    25%,
    75% {
        transform: translateX(-4px);
      opacity: 0.75;
    }
  
    50% {
        transform: translateX(4px);
        opacity: 0.25;
    }
  }
