@charset "utf-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

html {
    font-family: "SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC",--apple-system,"Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size: 16px;
    word-spacing: 1px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
object,
code,
em,
span,
var,
legend,
button,
input,
textarea,
a,
img,
header,
footer,
nav,
aside,
audio,
datalist,
section {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;

}
p,h3,h1,
h2,
h3,
h4,
h5,
h6{font-size: 16px;}
/*清除内外边距*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;

}

/*设置默认字体*/

:focus {
    outline: 0;
}

ul,
ol,
ul li,
ol li {
    list-style: none;
}

/*重置列表*/

address,
caption,
cite,
em,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

/*form label {
	cursor: pointer;
}*/

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    outline: none;
}

textarea {
    resize: none
}

input {
    vertical-align: middle;
}

img {
    border: 0;
}

/*重置图片元素*/

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

/*重置表格*/

button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
    line-height: normal !important;
}

a {
    text-decoration: none;
}

img {
    vertical-align: middle;
}

input {
    _filter: chroma(color=#000000);
}
img{
	width: 100%;
}
.center{
	width: 1200px;
	margin: 0 auto;
}

/*--清除浮动
------------------------------------------------------------------------------------------*/

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

.clearfix {
    zoom: 1;
}

.overflow {
    overflow: hidden;
    _zoom: 1;
}

.clear {
    clear: both;
}

.l, .fl {
    float: left;
}

.r, .fr {
    float: right;
}

/*省略号*/
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.ellipsis-s {
    display: -webkit-box;
    display: -moz-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
a.ellipsis-s{
    display: inline-block;
    display: -webkit-box;
    display: -moz-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

p{
	font-size: 16px;
	color: #333333;
}

.shadow{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    top: 0;
}
.shadow:hover {

    -webkit-box-shadow: 0px 1px 10px #ddd;
    -moz-box-shadow: 0px 1px 10px #ddd;
    box-shadow: 0px 1px 10px #ddd;
    top: -2px;
}




/* header */
.header{
	height: 130px;
	background: #fff;
}
.center{
	width: 1200px;
	margin: 0 auto;
}
.header .header-logo{
	display: block;
	line-height: 130px;
}
.header .header-logo a{
	display: inline-block;
}
.header .header-nav ul li{
	margin: 0 20px;
	line-height: 130px;
}
.header .header-nav ul li a{
	font-size: 16px;
	color: #0b1636;
}
.header .header-nav ul li.active a{
	color: #25a2b6;
	position: relative;
}
.header .header-nav ul li.active a::after{
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	border-radius: 4px;
	background: #25a2b6;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -15px;
}
/* header end*/


/* footer*/
.footer{
	padding: 30px 0 15px;
	background: #0d1838;
}

.footer .left-phone .rexian{
	font-size: 16px;
	color: #fff;
	position: relative;
}
.footer .left-phone .rexian::after{
	content: "";
	display: block;
	width: 36px;
	height: 4px;
	background: #25a2b6;
	position: absolute;
	left: 0;
	bottom: -20px;
}
.footer .left-phone .phone p{
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	margin-top: 45px;
}
.footer .left-phone .phone span{
	font-size: 16px;
	color: #8e8e8e;
}
.footer .right-nav{
	margin-right: 150px;
}
.footer .right-nav ul li{
	margin-left: 33px;
}
.footer .right-nav ul li:first-child{
	margin-left: 0;
}
.footer .right-nav ul li a{
	font-size: 16px;
	color: #8189a5;
}
.footer .banq{
	margin-top: 80px;
}
.footer .banq p{
	font-size: 	14px;
	color: #8189a5;
	margin-top: 3px;
	text-align: center;
}
/* footer end*/




/* 小标题 */
.yc-titlt .tit-item {
	font-size: 36px;
	color: #333333;
	text-align: center;
	position: relative;
}

.yc-titlt .tit-item::after {
	display: block;
	content: "";
	width: 61px;
	height: 21px;
	background: url(../img/icon-01.png);
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: -32px;
	margin: 0 auto;
}

.yc-titlt .tit-sm {
	font-size: 16px;
	color: #999999;
	display: block;
	text-align: center;
	margin-top: 3px;
	text-transform: uppercase;
	position: relative;
}

.yc-titlt .tit-sm::after {
	display: block;
	content: "";
	width: 61px;
	height: 4px;
	background: url(../img/icon-02.png);
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
	margin: 0 auto;
}
/* 小标题 end*/


/* 采访 */
.yc-yscf {
	margin-top: 60px;
	padding: 65px 0 25px;
	background: #f8f8f9;
}

.yc-yscf .center {
	margin-top: 25px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.yc-yscf .center .item {
	width: 380px;
	margin-top: 25px;
}
.yc-yscf .center .item .img{
	position: relative;
}
.yc-yscf .center .item .img .play{
	width: 64px;
	height: 64px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	z-index: 1;
	opacity: .5;
}
.yc-yscf .center .item .img .play:hover{
	opacity: 1;
	cursor: pointer;
}
.yc-yscf .center .item p {
	font-size: 14px;
	color: #333333;
	text-align: center;
	margin-top: 5px;
}
/* 采访 end*/


/* 合作平台 */
.yc-hzpt {
	margin-top: 90px;
	margin-bottom: 90px;
}

.yc-hzpt .center {
	margin-top: 60px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.yc-hzpt .center .item {
	width: 160px;
	margin: 0 30px;
	height: 69px;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 0 10px #e5e5e5;
	margin-bottom: 30px;
}
/* 合作平台 */


/* 视频弹框 */
.video {
	transform: scale(0);
	transition: all .5s ease;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 11;
}

.video .img {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 12;
}

.video .img:hover {
	cursor: pointer;
}

.video .video-box {
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
}

.video video{
	max-width: 90%;
	max-height: 80%;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	margin: auto;
}




/* 分页 */
.page-lists{
	margin-top: 30px;
	text-align: center;
}
/* 分页 */
.page-lists{
	text-align: center;
	margin-top: 45px;
}
.page-lists>.tcdPageCode li{
	display: inline-block;
	height: 36px;
	width: 36px;
	line-height: 36px;
	font-size: 14px;
	margin: 0 8px;
}
.page-lists>.tcdPageCode li a{
	display: block;
	width: 100%;
	height: 100%;
	width: 100%;
	height: 36px;
	color: #000;
}
.page-lists>.tcdPageCode li .current{
	border-radius: 5px;
	width: 36px;
	height: 36px;
	display: inline-block;
	background: #1c7c8b;
	color: #fff;
}
.page-lists>.tcdPageCode li:nth-last-child(2){
	width: 60px;
}
.page-lists>.tcdPageCode li:nth-child(2){
	width: 60px;
}
.page-lists>strong{
	display: inline-block;
	width: 36px;
	height: 36px;
}
/* 分页 end*/


/* 返回顶部 */
.return-top{
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 50px;
	right: 50px;
	transition: all .5s ease;
	opacity: 0;
}

.return-top img{
	width: 100%;
	height: 100%;
}


/* 返回顶部 end*/
.center .item:hover:hover p{
	color: #25A2B6;
}
.footer .right-nav ul li a:hover{
	color: #fff;
}