@charset "utf-8";
/**************************** 整体风格，根据需要增删改模块 ****************************/

/* 全局界面 */

body {
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Microsoft YaHei, PingFang SC, Source Han Sans SC, Noto Sans CJK SC, SimHei, sans-serif;
    font-size: 14px;
    color: #333;
}


/* 大banner */

.banner {
    position: relative;
    overflow: hidden;
    height: 500px;
}

.banner .pic div a {
    display: block;
    height: 500px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}

.banner .navi {
    float: left;
    position: relative;
    z-index: 99;
    left: 50%;
    height: 20px;
    margin-top: -20px;
}

.banner .navi li {
    float: left;
    position: relative;
    right: 50%;
    width: 60px;
    height: 6px;
    margin: 0 5px;
    font: 0/0 lx;
    overflow: hidden;
    color: transparent;
    background-color: #fff;
    cursor: pointer;
}

.banner .navi li.on {
    background-color: #197;
}

.banner .navi li:before {
    content: '';
    display: block;
    width: 100%;
    height: 6px;
    background-color: #fff;
    transition: width 5s linear;
}

.banner .navi li.on:before {
    width: 0;
}
.banner .prev,
.banner .next {
    position: absolute;
    top: 50%;
    display: block;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    line-height: 80px;
    text-align: center;
    font-size: 48px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .3);
    color: #fff;
    opacity: 0;
    transition: all .3s;
}

.banner .prev {
    transform: translate(-50px,0);
    left: 0;
}

.banner .next {
    transform: translate(50px,0);
    right: 0;
}

.banner:hover .prev,
.banner:hover .next {
    opacity: 1;
    transform: translate(0,0);
}

/* part1 */
.grid+.grid {
    margin-top: 30px;
}

.focus,
.focus .cont,
.focus .cont div {
    position: relative;
    display: block;
    width: 650px;
    height: 520px;
}

.focus .pic {
    display: block;
    position: relative;
    overflow: hidden;
    width: 650px;
    height: 400px;
}

.focus .pic img {
    width: 650px;
}

.focus .cont h4 {
    margin-top: 10px;
    line-height: 40px;
    font-size: 18px;
text-align:center;
}

.focus .cont p {
    line-height: 24px;
    text-indent: 2em;
}
.focus .prev,
.focus .next{
    display: none;
}
/*.focus .prev,
.focus .next {
    position: absolute;
    bottom: 120px;
    right: -10px;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    background-color: #3b9;
    color: #fff;
}

.focus .prev {
    margin-bottom: 35px;
}

.focus .prev:hover,
.focus .next:hover {
    background-color: #189;
}*/

.focus .navi {
    position: absolute;
    bottom: 120px;
    left: 0;
    z-index: 9;
}

.focus .navi li {
    float: left;
    width: 79px;
    margin: 0 0 0 2px;
    text-align: center;
    background: #3b9;
    background: linear-gradient(to top, rgba(51, 187, 153, .8), rgba(17, 136, 153, .8));
    color: #fff;
    cursor: pointer;
}

.focus .navi li.on {
    background: #fff;
    color: #333;
}

.focus .calendar {
    padding: 5px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
}

.focus .navi li em {
    display: block;
    line-height: 40px;
    font-size: 30px;
    font-weight: bold;
}

.news {
    width: 520px;
}

.t0 {
    position: relative;
    line-height: 42px;
    background:url(../images/line_x.png) center repeat-x;
}

.t0 b {
    display: inline-block;
    font-size: 24px;
    padding: 0px 20px;
    background-color: #fff;
    color: #337ab7;
}

.t0 .more {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    background-color: #fff;
    color: #ccc;
}

.list-d {
    border-left: 1px solid #ccc;
    margin: 10px 0 0 80px;
}

.list-d li {
    position: relative;
    margin-left: -75px;
    padding: 10px 0;
    line-height: 20px;
    font-size: 16px;
}

.list-d li .date {
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 70px;
    height: 40px;
    text-align: center;
}

.list-d li a {
    display: block;
    margin-left: 80px;
    padding-left: 20px;
}

.list-d li a:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 18px;
    left: 71px;
    width: 7px;
    height: 7px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 100px;
    box-shadow: 0 0 0 3px #fff;
}

.list-d li a:hover {
    text-decoration: underline;
}

.list-d li:hover span {
    color: #197;
}

.list-d li a:hover:before {
    background-color: #197;
    border-color: #197;
}

/* part2 */

.t3 b {
    font-size: 24px;
	padding-bottom:5px;
}

.t3 .more {
    position: absolute;
    top: 12px;
    right: 0;
    color: #ccc;
    font-size: 20px;
}

.t3 {
    border-bottom: 5px solid background:url(../images/sy_xhx.jpg);
}

.t3 b {
    border-left-color: #337ab7;
    color: #337ab7;
	margin-top:7px;
}

.w390 {
    width: 380px;
}
.list-t li {
    height:40px;
    line-height:38px;
}
.list-t li a{
    width: 100%;
    font-size: 15px;
}
}
.list-t li a:hover{
    font-weight: bold;
}
.list-c li {
    position: relative;
    border-bottom: 1px dotted #ddd;
}

.list-c li a {
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 13px 0 12px 50px;
    line-height: 34px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-c li .date {
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    background-color: #e6e6e6;
}

.list-c li .date em {
    display: block;
    height: 20px;
    background-color: #337ab7;
    color: #fff;
}

.pic-text .pic {
    position: relative;
    overflow: hidden;
    width: 110px;
    height: 80px;
}

.pic-text .pic img {
    width: 100%;
    transition: transform .3s;
}

.pic-text .pic:hover img {
    transform: scale(1.06, 1.06);
}

.pic-text h4,
.pic-text p {
    margin-left: 120px;
}

.pic-text h4 {
    margin-bottom: 6px;
    line-height: 24px;
    font-size: 16px;
}

.pic-text p .date {
    color: #797979;
}

.p2 .pic-text {
    margin-bottom: 7px;
    padding: 10px 15px 12px 10px;
    border-bottom: 1px dotted #ddd;
}

/* part3 */

.special {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.special .pic div a {
    display: block;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
}

.special .navi {
    position: absolute;
    top: 72px;
    right: 40px;
}

.special .navi li {
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    margin: 6px;
    line-height: 0;
    font-size: 0;
    border: 1px solid #fff;
    border-radius: 100px;
}

.special .navi li.on {
    background-color: #fff;
}

.group .tab {
    margin-bottom: 20px;
    line-height: 0;
    font-size: 0;
}

.group .tab a {
    display: inline-block;
    width: 270px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-weight: normal;
    font-size: 24px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(17, 153, 119, .2);
    color: #197;
    transition: all .3s;
    position: relative;
}
.group .tab a:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 10px;
    display: block;
    width: 40px;
    height: 10px;
    margin-left: -20px;
    background: url(/images/arr2.png) center no-repeat;
    opacity: 0;
    transform: translate(-30px,0);
    transition: transform .3s;
}

.group .tab a.current:after {
    opacity: 1;
    transform: translate(0,0);
}

.group .tab a+a {
    margin-left: 40px;
}

.group .tab a.current {
    font-weight: bold;
    background: linear-gradient(120deg, #9ae655, #36cf9f);
    color: #fff;
}
.company {
    position: relative;
    overflow: hidden;
    max-height: 330px;
}

.company-list ul {
    position: relative;
    overflow: hidden;
    height: 300px;
}

.company-list li {
    list-style: none;
    position: relative;
    float: left;
    width: 300px;
    height: 140px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin: -1px 0 0 -1px;
    line-height: 40px;
    text-align: center;
    -webkit-animation-duration: .5s !important;
    animation-duration: .5s !important;
}

.company-list li.current {
    z-index: 2;
}

.company-list li img {
    display: block;
    width: 86px;
    height: 86px;
    margin: 0 auto 5px;
    border-radius: 100px;
}

.company-list li b {
    font-size: 16px;
    color: #333;
}

.company-list .intro {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 560px;
    height: 260px;
    padding: 20px;
    text-align: left;
    background: #9ae655;
    background: linear-gradient(120deg, #089, #3b9);
    color: #fff;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}

.company-list h4 {
    line-height: 35px;
    font-size: 16px;
    margin-bottom: 15px;
}

.company-list p {
    line-height: 24px;
}

.company-list li.current .intro {
    display: block;
}

.company-list h4 .view {
    display: inline-block;
    float: right;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    margin: 0 5px 0 0;
}

.company .dots {
    float:left;
    position:relative;
    left:50%;
}

.company .dots li {
    float:left;
    position:relative;
    right:50%;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    margin: 6px;
    line-height: 0;
    font-size: 0;
    border: 1px solid #ccc;
    border-radius: 100px;
}

.company .dots li.on {
    border-color: #3b9;
    background-color: #3b9;
}

.company-prev,
.company-next {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 120px;
    z-index: 9;
    line-height: 60px;
    text-align: center;
    font-size: 48px;
    background-color: #fff;
    color: #3b9;
    opacity: .7;
    border-radius: 3px;
    box-shadow: 0 10px 20px rgba(0,0,0,.2);
    transition: all .3s;
}

.company-prev {
    left: 10px;
    transform: translate(-120px,0);
}

.company-next {
    right: 10px;
    transform: translate(120px,0);
}

.company:hover .company-prev,
.company:hover .company-next {
    transform: translate(0,0);
}

.company-prev:hover,
.company-next:hover {
    background-color: #3b9;
    color: #fff;
    opacity: 1;
}
/* part4 */

.p4 {
    padding: 40px 0;
    background: url(/images/p4.jpg) center/cover no-repeat;
}

.p4 .t3 {
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.p4 .t3 b {
    border-left-color: rgba(255, 255, 255, .5);
    color: #fff;
}

.p4 .t3 .more {
    color: rgba(255, 255, 255, .5);
}

.p4 .list-t li a {
    font-size: 16px;
    color: #fff;
}


.video {
    position: relative;
    overflow: hidden;
    height: 200px;
    width: 370px;
    margin-top: 15px;
}

.video img {
    width: 100%;
    transition: transform .3s;
}
.video span{
position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0 15px;
    background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    color: #fff;
font-size: 16px;
margin-left: 5px;
}
.video:hover img {
    transform: scale(1.06, 1.06);
}

.video i {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    line-height: 80px;
    text-align: center;
    font-size: 48px;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    border-radius: 100px;
}

/* part5 */

.p5 .t0 b {
    margin-left: -20px;
}

.mr30 {
    margin-right: 30px;
}

.w320 {
    width: 320px;
}

.rank {
    height: 210px;
    padding-right: 10px;
    overflow: hidden;
    margin-top: 5px;
}

.rank:hover {
    overflow-y: auto;
}

.rank li {
    margin-top: 12px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    line-height: 29px;
}

.rank li em {
    position: relative;
    float: left;
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 20px;
    line-height: 30px;
    text-align: center;
    background-color: #197;
    color: #fff;
}

.rank li em:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -8px;
    width: 4px;
    background-color: #ddd;
}


/* 20190419   修改*/
.headlines{
    text-align: center;
    font-size: 30px;
    line-height:40px;
    margin:20px 0px;
    background: url(../images/headlines.png) 0% 50% no-repeat;
}
.headlines h2 a{
	font-family:"微软雅黑";
	font-weight:bold;
	color:#cf1b1d;
	}
.headlines p{
	font-size:16px;
	color:#8d8e8e;
	}
.i-paper img{
    width: 160px;
    height:245px;
    float: left;
}
.i-paper h3{
    font-size: 26px;
    line-height: 42px;
    text-align: center;
}
.i-paper p{
    font-size: 20px;
    line-height: 42px;
    text-align: center;
    padding-top: 40px;
}