@charset "utf-8";
/* CSS Document */
*{ -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
body {font-size: 14px; font-family: "Helvetica Neue", Helvetica, 微软雅黑, 新細明體, Arial, "Lucida Grande", sans-serif; margin: 0px; padding: 0px; color: #333;}
div,form,img,ul,ol,li,dl,dt,dd,p,input,button,span,h1,h2,h3,h4,h5,h6,label { margin:0; padding:0; border:0;}
ul,ol,li { list-style:none;}
input,select,option,textarea{outline: none;}
h3,h4 { font-weight: normal;}
i,em { font-style: normal;}
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden }
.pr { position: relative;}
.fl { float: left;} .fr { float: right;}
a { color:#333; text-decoration:none;}
a:hover { color:#c00;}
.container { width: 1200px; margin: 0px auto;}
.p60 { padding: 0px 0px 100px;}
.p100 { padding: 100px 0px;}

	
/**/
.title { padding-top: 50px; text-align: center;}
.title label {
	font-size: 42px;
	line-height: 60px;
	font-weight: bold;
	display: inline-block;
	position: relative;
/*    background-image: -webkit-linear-gradient(left, #b30ad9 50%, #fd06d2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
	}

.title label font {
	color: #fdf46b;
	display: inline-block;
	text-transform: uppercase;
	}
.title p {
	display: block;
	font-size: 24px;
	color: #717172;
	margin-top: 25px;
	}

.more { text-align: center; padding: 50px 0px;}
.more a {
    font-size: 24px;
    line-height: 54px;
    color: #fff;
    border-radius: 54px;
    padding: 0px 40px;
    display: inline-block;
	background: linear-gradient(30deg, #ffa200 0%, #ffc90d 100%);
    box-shadow: 0px 4px 6px 0px rgb(0,0,0,.2);
	}

/** banner **/
.top_h {
	line-height: 40px;
	color: #444;
	background: #f9f9f9;
	padding: 0px 10px;
	}

/***/
.head_logo { background: #fff;}
.head_logo .container{
	height: 75px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	}
.head_logo .hd_logo {
	display:inline-block;
	text-align: center;
	}
.head_logo .hd_logo a {
	height: 100%;
	display: block;
	}
.head_logo .hd_logo a img { max-width: 100%; height: 45px;}

.head_logo .head_mag a{
	display: inline-block;
	padding: 0px 20px;
	font-size: 18px;
	line-height: 48px;
	color: #000;
	}
.head_logo .head_mag a:hover { background: #ff7e00; color: #fff;}
.head_btu a {
	font-size: 20px;
    line-height: 40px;
    color: #fff;
    border-radius: 4px;
    padding: 0px 40px;
    display: inline-block;
	background: linear-gradient(30deg, #ffa200 0%, #ffc90d 100%);
    box-shadow: 0px 4px 6px 0px rgb(0,0,0,.2);
	}

	
/****/
.gd_ban {
	width: 100%;
    height: 550px;
	background: url(/spcall/ztscopus/banner.jpg) center top no-repeat;
	background-size: cover;
	}
.gd_tit { padding: 100px 500px 0px 0px;}
.gd_tit h3 {
	font-size: 65px;
	color: #02128c;
	padding-bottom: 10px;
	font-weight: bold;
	}
.gd_tit h4 {
	font-size: 24px;
	padding-top: 20px;
	line-height: 50px;
	}

.gd_tit a {
	font-size: 24px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    padding: 0 50px;
    display: inline-block;
    border-radius: 56px;
    margin: 40px 10px 0px;
    background: linear-gradient(90deg, #2161ab 0%, #07c0df 100%);
	box-shadow: 0px 0px 20px rgb(0,0,0,.3);
	transition: all .3s linear;
	}
.gd_tit a:hover {
	transform:translateY(-5px);
	}

/**/
.bg_f7 { background: #f7f7f7;}
.main_1 {
	display: flex;
	justify-content: space-between;
	padding: 50px 0px;
	}
.main_1_lt {
	width: 35%;
	background: #fff;
	box-shadow: 0px 0px 20px rgb(0,0,0,.1);
	overflow: hidden;
	border-radius: 5px;
	text-align: center;
	}
.main_1_lt h3 {
	display: block;
	font-size: 34px;
	line-height: 26px;
	padding: 70px 0px;
	position: relative;
	z-index: 10;
	}
.main_1_lt h3 i {
	display: inline-block;
	width: 36px;
	height: 4px;
	background: #ff5752;
	}
.main_1_lt h3:after {
	content:"01";
	display: block;
	position: absolute;
	font-size: 160px;
	font-weight: bold;
	color: #f6f5ff;
	left: 50%;
	top: 50%;
	transform:translate(-50%,-50%);
	z-index: -1;
	}
.main_1_lt p {
	background: #6450ff;
	padding: 50px 35px;
	color: #fff;
	font-size: 20px;
	}
.main_1_rt {
	width: 63%;
	background: #fff;
	box-shadow: 0px 0px 20px rgb(0,0,0,.1);
	overflow: hidden;
	border-radius: 5px;
	padding: 25px 35px;
	}
.main_1_rt strong {
	font-size: 20px;
	display: block;
	margin-bottom: 15px;
	}
.main_1_rt ul {
	display: flex;
	justify-content: space-between;
	}
.main_1_rt ul li {
	width: 49%;
	text-align: center;
	}
.main_1_rt ul li img {
	max-width: 100%;
	height: 160px;
	}
.main_1_rt ul li h4 {
	font-size: 18px;
	padding: 10px 0px;
	height: 70px;
	}
.main_1_rt p {
	font-size: 16px;
	line-height: 24px;
	color: #666;
	}
.main_1_rt a{
    margin-top: 30px;
    display: inline-block;
    background: #ff7e00;
    color: #fff;
    line-height: 40px;
    padding: 0 50px;
    border-radius: 20px;
    font-size: 16px;
	}
	
/**/
.main_2 {
	height: 356px;
	position: relative;
	margin: 50px 0px 80px;
	padding-top: 22px;
	display: flex;
	}
.main_2:after {
	content:"";
	position: absolute;
	display: block;
	width: 240px;
	height: 320px;
	background: url(/spcall/ztscopus/main_bg.jpg) 0 0 no-repeat;
	box-shadow: 2px 4px 16px 0 rgba(84, 65, 250, 0.4);
	top: 0px;
	left: 0px;
	z-index: -1;
	}
.main_2 h3 {
	width: 100px;
	font-size: 24px;
	display: inline-block;
	color: #fff;
	padding: 0px 25px;
	text-align: center;
	}
.main_2_tit {
	font-size: 18px;
	display: block;
	text-align: center;
	margin-top: 20px;
	}
.main_2_u2 {
	width: 100%;
	height: 334px;
    box-shadow: 2px 4px 16px 0 rgba(153, 153, 153, 0.2);
    background: #fff;
    border-radius: 7px;
	display: flex;
	padding: 25px 15px;
	}
.main_2_u2 li {
    margin: 0px 0px;
	width: calc(33.3334% - 0px);
	text-align: center;
	border-right: 1px dashed #ddd;
	padding: 0px 25px;
	}
.main_2_u2 li:last-child { border: none;}
.main_2_u2 li strong {
	display: block;
	font-size: 20px;
    color: #5542fa;
    font-weight: bold;
	margin-top: 10px;
	}
.main_2_u2 li p {
	font-size: 16px;
	color: #575099;
    margin-top: 5px;
	}
.sjk_flex {
	position: fixed;
	width: 50px;
	background: #3b5998;
	border-radius: 30px;
	left: 0px;
	top: 30%;
	font-size: 20px;
	}
.sjk_flex a {
	display: block;
	text-align: center;
	color: #D9D919;
	padding: 25px 10px;
	color:#D9D919;
	text-decoration:none;
	}
/**/
.ml_bg {
	background: url(/spcall/ztscopus/mlbg.jpg) center center no-repeat;
	background-size: cover;
	margin-top: 60px;
	}
.ml_bg .title label { color: #fff;}

/**/
.main_fw {
	display: flex;
	margin: 50px 0px 0px;
	padding-bottom: 50px;
	}
.main_fw ul {
    height: 400px;
    border-radius: 7px;
    box-shadow: 2px 4px 16px 0 rgba(84, 65, 250, 0.4);
    background: #5441fa;
    margin-top: 20px;
    padding: 30px 24px;
	overflow: hidden;
	}
.main_fw ul h4 {
	font-size: 20px;
	color: #fff;
	display: block;
	margin-bottom: 20px;
	}
.main_fw ul li {
	width: 100%;
    height: 80px;
    margin-bottom: 16px;
    background: #5f4cfb;
    overflow: hidden;
    border-radius: 7px;
    cursor: pointer;
	padding: 5px 15px;
	}
.main_fw ul li strong{
	font-size: 18px;
	color: #fff;
	}
.main_fw ul li p {
	color: #ccc;
	padding-top: 5px;
	}
.main_fw ul li:hover { background: #fff;}
.main_fw ul li:hover strong { color: #333;}
.main_fw ul li:hover p {color: #857db8;}

/**/
.main_sl {
	background: url(/spcall/ztscopus/idea.png) center bottom no-repeat;
	background-size: auto 80%;
	height: 400px;
	}
.main_sl span {
	display: block;
	font-size: 24px;
	padding: 40px 0px;
	}
.main_sl ul {
	display: flex;
	justify-content: space-between;
	}
.main_sl ul li {
	width: 35%;
	}
.main_sl ul li p {
	padding: 20px 35px;
	display: inline-block;
	background: #fff;
    border: 1px solid #131753;
    border-radius: 4px;
    font-size: 20px;
	line-height: 40px;
    color: #131753;
	box-shadow: 5px 5px 0px #ff9090;
	position: relative;
	}
.main_sl ul li p:after {
	content:"";
	position: absolute;
	width:0;
	height:0;  
    line-height:0;  
    border-width:20px;  
    border-style:solid;  
    border-color: transparent transparent transparent #ff9090;
	right: -44px;
	bottom: 30px;
	z-index: 10;
	}
.main_sl ul li p b {
	display: block;
	font-size: 28px;
	padding-bottom: 15px;
	color: #ff9090;
	}
.main_sl ul li:nth-child(2) p {box-shadow: 5px 5px 0px #28a1ff;}
.main_sl ul li:nth-child(2) p b { color: #28a1ff;}
.main_sl ul li:nth-child(2) p:after {
	content:"";
	position: absolute;
	width:0;
	height:0;  
    line-height:0;  
    border-width:20px;  
    border-style:solid;  
    border-color: transparent #28a1ff transparent transparent;
	left: -41px;
	bottom: 30px;
	z-index: 10;
	}

/**/
.main_3 {
	height: 256px;
	position: relative;
	margin: 50px 0px 0px;
	padding: 22px 0px 0px;
	display: flex;
	}
.main_3:after {
	content:"";
	position: absolute;
	display: block;
	width: 240px;
	height: 260px;
	background: url(/spcall/ztscopus/main_bg.jpg) 0 0 no-repeat;
	box-shadow: 2px 4px 16px 0 rgba(84, 65, 250, 0.4);
	top: 0px;
	left: 0px;
	z-index: 0;
	}
.main_3 h3 {
	width: 100px;
	font-size: 24px;
	display: inline-block;
	color: #fff;
	padding: 0px 25px;
	text-align: center;
	z-index: 5;
	}
.main_why {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 264px;
    box-shadow: 2px 4px 16px 0 rgba(153, 153, 153, 0.2);
    background: #fff;
    border-radius: 7px;
	padding: 20px 35px;
	z-index: 1;
	}
.main_why li {
    margin: 9px 9px;
	width: calc(33.3334% - 18px);
    border-radius: 7px;
    border: 1px solid #e0e0e0;
	text-align: center;
    cursor: pointer;
	}
.main_why li img {
	width: 84px;
    margin: 20px 0px;
	}
.main_why li strong {
	font-size: 20px;
    font-weight: bold;
	display: block;
	}
.main_why li p {
	font-size: 16px;
    color: #999999;
	}
	
/**目录*/
.qkml {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 30px 0px 50px;
	}
.qkml li {
	margin: 10px 10px;
	width: calc(33.3334% - 20px);
	background: #fff;
	box-shadow: 0px 0px 15px rgb(0,0,0,.1);
	transition:all 500ms ease 0s;
	border-radius: 4px;
	}
.qkml li:hover {transform:translate(0, -10px); box-shadow: 0px 0px 25px rgb(0,0,0,.2);}
.qkml li a {
	display: flex;
	height: 100%;
	padding: 15px 15px;
	}
.qkml li img {
	width: 115px;
	height: 160px;
	margin-right: 15px;
	}
.qkml li h4 {
    font-size: 18px;
	display: block;
	margin-bottom: 10px;
	max-height: 63px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
	}
.qkml li p {
    color: #777;
	font-size: 13px;
	padding-top: 5px;
	}
	
	
/**文章调取*/
.news_bg {
	width: 100%;
	background: url(/spcall/ztscopus/bg2.jpg) center top repeat-y;
	}
.news_bg .title label {
	color: #f2ff5d; 
	background-image: inherit; 
	-webkit-background-clip: inherit; 
	-webkit-text-fill-color: inherit;
	}
.sp_new {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 30px 0px 60px;
	}
.sp_new li {
	margin: 10px 10px;
	width: calc(33.3334% - 20px);
	background: #fff;
	box-shadow: 0px 0px 15px rgb(0,0,0,.05);
	transition:all 500ms ease 0s;
	border-radius: 4px;
	}
.sp_new li:hover {transform:translate(0, -10px); box-shadow: 0px 0px 25px rgb(0,0,0,.15);}
.sp_new li a {
	display: block;
	height: 100%;
	padding: 10px 25px 20px;
	}
.sp_new li h4 {
	font-size: 16px;
	line-height: 40px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	}
.sp_new li p {
	font-size: 13px;
	line-height: 24px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	color: #777;
	}
.sp_new li span {
	color: #ff5807;
	border: 1px solid #ff5807;
	display: inline-block;
	line-height: 30px;
	padding: 0px 20px;
	margin-top: 5px;
	}
.sp_new li:hover span {
	background: #ff5807;
	color: #fff;
	}


	
/*联系*/
.sp_bd_bg2 {
	width: 100%;
	background: #082d47;
	padding: 20px 30px 30px;
	}

.sp_bd_tit2 {color: #fff; padding-bottom: 15px;}
.sp_bd_tit2 h3 { font-size: 26px; display: inline-block;}
.sp_bd_tit2 p { font-size: 14px; line-height: 26px; display: inline-block;}
.sp_bd_form2 form input {
	line-height: 34px;
	width: 25%;
	padding: 0px 15px;
	background: rgb(255,255,255,1);
	border: 1px solid #ccc;
	font-size: 14px;
	color: #999;
	outline: none;
	box-sizing: border-box;
	margin: 0px 5px;
	border-radius: 4px;
	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
	}
input::-webkit-input-placeholder {color: #999;}

.sp_bd_form2 select{
	background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
	width: 25%;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
    color: #999;
    padding:0px 10px;
	outline: none;
	box-sizing: border-box;
	}
.sp_bd_form2 button {
	height: 36px;
	line-height: 36px;
	background: linear-gradient(to top, #00acc1, #4dd0e1);
	box-shadow: 0px 0px 10px rgb(200,32,62,.2);
	color: #fff;
	font-size: 18px;
	padding: 0px 30px;
	display: inline-block;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	vertical-align: bottom;
	}

/**/
.footer {
	width: 100%;
	margin-top: 30px;
	}
.footer .container { display: flex;}
.footer .foot_logo {
	text-align: center;
	margin-right: 50px;
	}
.footer .foot_logo a {display: inline-block;}
.footer .sp_foot_nav {
	display: block;
	text-align: center;
	padding: 20px 0px;
	}
.footer .sp_foot_nav a {
	display: inline-block;
	line-height: 15px;
	padding: 0px 5px;
	border-right: 1px solid #aaa;
	color: #666;
	}
.footer .sp_foot_nav a:hover { color: #f00;}
.footer .sp_foot_nav a:last-child { border-right: none;}

.foot_inner {
	line-height: 30px;
	text-align: center;
	color: #444;
	font-size: 16px;
	}

	


@media screen and (max-width:640px) {
	body { max-width: 415px;}
	.container { width: 100%;}
	.head_logo { height: auto; background: #fff; padding: 5px 5px;}
	.head_logo .container { height: auto;}
	.head_logo .hd_logo a img { height: 20px;}
	.head_logo .head_mag a { font-size: 12px; padding: 0px 3px; line-height: 20px;}
	
	.gd_ban { height: 200px; background-size: auto 100%;}
	.gd_tit { padding: 5% 30% 0px 2%;}
	.gd_tit h3 { font-size: 24px; line-height: 24px;}
	.gd_tit h4 { font-size: 13px; padding-top: 0px; line-height: 16px;}
	.gd_tit a { font-size: 14px; line-height: 30px; padding: 0px 15px; margin: 10px 0px 0px; box-shadow: 0px 0px 10px rgb(0,0,0,.3);}
	
	.title { padding-top: 20px;}
	.title label { font-size: 20px; }
	.more { padding: 0px 0px;}
	.more a { font-size: 14px; line-height: 40px; padding: 0px 20px; margin: 15px 0px;}
	
	.main_1 { padding: 20px 0px;}
	.main_1_lt h3 { font-size: 18px; padding: 40px 0px;}
	.main_1_lt h3:after { font-size: 70px;}
	.main_1_lt p { font-size: 16px; padding: 30px 15px;}
	.main_1_rt { padding: 10px 10px; flex-wrap: wrap;}
	.main_1_rt strong { font-size: 16px;}
	.main_1_rt ul li img { height: 100px;}
	.main_1_rt ul li h4 { font-size: 14px; height: 90px;}
	.main_1_rt p { font-size: 12px; line-height: 18px;}
	.main_1_rt a { margin-top: 10px;}
	
	.main_2 { margin: 20px 0px; height: auto;}
	.main_2:after { height: 200px; width: 170px;}
	.main_2_tit { margin-top: 0px; font-size: 14px; padding: 0px 15px;}
	.main_2 h3 { font-size: 18px; width: 50px; padding: 0px 10px;}
	
	.main_2_u2 { padding: 15px 5px; height: 215px;}
	.main_2_u2 li { padding: 0px 5px;}
	.main_2_u2 li img { max-width: 100%; height: 70px;}
	.main_2_u2 li strong { font-size: 14px;}
	.main_2_u2 li p { font-size: 12px;}
	
	.ml_bg { margin-top: 0px;}
	.main_fw { margin: 0px 0px; padding-bottom: 20px;}
	.main_fw ul { margin-top: 0px;}
	.main_fw ul h4 { font-size: 18px;}
	.main_fw ul li strong { font-size: 16px;}
	.main_fw img { display: none;}
	
	.main_sl { height: 260px;}
	.main_sl span { font-size: 16px; padding: 0px 10px 20px;}
	.main_sl ul li p {padding: 5px 10px; font-size: 14px; line-height: 20px;}
	.main_sl ul li p b { font-size: 16px; padding-bottom: 5px;}
	
	.sp_new { padding: 0px 0px 20px;}
	.sp_new li { margin: 5px 5px; width: calc(100% - 10px);}
	.sp_new li a { padding: 10px;}
	.sp_new li h4 { font-size: 15px; line-height: 30px;}
	.sp_new li p { font-size: 12px; line-height: 16px;}
	
	.p60 { padding: 0px 0px 20px;}
	.main_3 { margin: 20px 0px; height: 210px;}
	.main_3:after { width: 170px; height: 190px;}
	.main_3 h3 { font-size: 18px; width: 50px; padding: 0px 10px;}
	.main_why { padding: 15px 10px; flex-wrap: wrap; height: auto;}
	.main_why li { margin: 0px 2px; width: calc(33.3334% - 4px);}
	.main_why li img { width: 50px;}
	.main_why li strong { font-size: 16px;}
	.main_why li a { padding: 0px 5px;}
	.main_why li h4 { font-size: 16px;}
	.main_why li p { font-size: 12px; line-height: 16px; padding-right: 0px;}
	.main_why li span { padding: 0px 10px; font-size: 12px; line-height: 24px;}
	
	.sp_bd_bg2 { padding: 20px 10px; margin-bottom: 30px;}
	.sp_bd_tit2 h3 { font-size: 14px;}
	.sp_bd_tit2 p { font-size: 12px; line-height: 18px;}
	.sp_bd_form2 form input { width: 45%; padding: 0px 5px; font-size: 12px; line-height: 28px;}
	.sp_bd_form2 select { width: 45%; height: 30px; line-height: 30px; margin-bottom: 5px; font-size: 12px;}
	.sp_bd_form2 button { font-size: 14px; height:30px; line-height: 30px;}
	
	.footer { padding: 0px 15px;}
	.footer .container {flex-wrap: wrap;}
	.footer .foot_logo { width: 100%; margin-right: 0px; margin-bottom: 10px;}
	.foot_inner { font-size: 12px; line-height: 18px;}

	}
@media screen and (max-width:375px) {
	
	}
@media screen and (max-width:320px) {
	.head_logo .hd_logo a img { height: 15px;}
	.head_logo .head_mag a { padding: 0px 0px;}
	.gd_ban { height: 170px;}
	.gd_tit h3 { font-size: 20px;}
	.title label { line-height: 24px;}
	.main_1_lt h3 { font-size: 14px;}
	.main_1_lt p { font-size: 14px;}
	.main_1_rt ul li h4 { font-size: 12px;}
	.main_2_tit { padding: 10px 15px 0px;}
	.main_2_u2 li strong { font-size: 12px;}
	.main_fw ul { margin-top: 20px;}
	.main_2_u2 li p { font-size: 12px;}
	}



