@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;}

body {
	background: url(/spcall/ztyxsciqk/body_bg.png) no-repeat;
	background-size: 100% 100%;
	}
	
/**/
.title { text-align: center; padding-top: 30px;}
.title label {
	font-size: 42px;
	line-height: 60px;
	font-weight: bold;
	display: inline-block;
	position: relative;
	z-index: 10;
/*    background-image: -webkit-linear-gradient(left, #b30ad9 50%, #fd06d2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
	}
.title label i {
	position: absolute;
	display: block;
	width: 152px;
	height: 74px;
	background: url(/spcall/ztyxsciqk/cm.png) 0 0 no-repeat;
	z-index: -1;
	left: 24%;
	top: -50px;
	animation: wobble-ver-right 1.8s 1.4s infinite both;
	}
.title label font {
	color: #f00;
	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 {
	position: fixed;
	background: #fff;
	box-shadow: 5px 0px 10px rgb(0,0,0,.05);
	width: 100%;
	z-index: 99;
	}
.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 ul {
	display: flex;
	}
.head_logo .head_mag li {
	position: relative;
	}

.head_logo .head_mag li:first-child a {color: #0083c9;}
.head_logo .head_mag li:first-child a:after { width: 100%;}
.head_logo .head_mag a{
	display: inline-block;
	margin: 0px 30px;
	font-size: 18px;
	line-height: 50px;
	position: relative;
	}
.head_logo .head_mag a:hover { color: #0083c9; transition: all .4s;}
.head_logo .head_mag li a:after {
	content: '';
	bottom: 0;
	position: absolute;
	display: block;
	width: 0;
	height: 1px;
	background: #0083c9;
	transition: all .4s;
	}

.head_logo .head_mag li a:hover:after {width: 100%;}


	
/****/
.gd_ban {
	width: 100%;
	padding-top: 5%;
	}
.gd_ban .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	}
.gd_tit { text-align: center;}
.gd_tit h3 {
	font-size: 75px;
	color: #02128c;
	font-weight: bold;
	position: relative;
	}
.gd_tit h3 i {
	position: absolute;
	display: inline-block;
	width: 160px;
	height: 138px;
	background: url(/spcall/ztyxsciqk/mz.png) 0 0 no-repeat;
	top: -50%;
	left: -4%;
	animation: jelly 1.4s infinite;
	}
.gd_tit h4 {
	font-size: 55px;
	color: #f00;
	font-weight: bold;
	position: relative;
	z-index: 10;
	display: inline-block;
	}
.gd_tit h4:after {
	content:"";
	position: absolute;
	width: 150%;
	height: 20px;
	background: #0083c9;
	border-radius: 10px;
	left: -25%;
	bottom: 0px;
	z-index: -1;
	}

.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);
	}
.gd_img {}


  @keyframes jelly {
    0% {
      -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
    }
    30% {
      -webkit-transform: scale3d(1.25, 0.75, 1);
              transform: scale3d(1.25, 0.75, 1);
    }
    40% {
      -webkit-transform: scale3d(0.75, 1.25, 1);
              transform: scale3d(0.75, 1.25, 1);
    }
    50% {
      -webkit-transform: scale3d(1.15, 0.85, 1);
              transform: scale3d(1.15, 0.85, 1);
    }
    65% {
      -webkit-transform: scale3d(0.95, 1.05, 1);
              transform: scale3d(0.95, 1.05, 1);
    }
    75% {
      -webkit-transform: scale3d(1.05, 0.95, 1);
              transform: scale3d(1.05, 0.95, 1);
    }
    100% {
      -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
    }
  }
  
  @keyframes wobble-ver-right {
    0%,
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
    }
    15% {
      -webkit-transform: translateY(-5px) rotate(6deg);
              transform: translateY(-5px) rotate(6deg);
    }
    30% {
      -webkit-transform: translateY(10px) rotate(-6deg);
              transform: translateY(10px) rotate(-6deg);
    }
    45% {
      -webkit-transform: translateY(-5px) rotate(3.6deg);
              transform: translateY(-5px) rotate(3.6deg);
    }
    60% {
      -webkit-transform: translateY(9px) rotate(-2.4deg);
              transform: translateY(9px) rotate(-2.4deg);
    }
    75% {
      -webkit-transform: translateY(-5px) rotate(1.2deg);
              transform: translateY(-5px) rotate(1.2deg);
    }
  }

/*************/
.pct_box {
	background: #fff;
	padding: 5% 4% 4%;
	margin-top: 4%;
	border-radius: 10px;
	position: relative;
	z-index: 10;
	overflow: hidden;
	border: 3px solid #fff;
	box-shadow: 0px 0px 20px rgb(0,0,0,.05);
	}
.pct_box:after {
	content:"";
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #faf3fd, rgb(255,255,255,.05));
	left: 0px;
	top: 0px;
	z-index: -1;
	}
.pct_box:before {
	content:"";
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(225deg, #fbfee3, rgb(255,255,255,.05));
	left: 0px;
	top: 0px;
	z-index: -1;
	}
.pct_u { padding: 40px 0px 0px;}
.pct_u li {
	display: flex;
	margin: 30px 0px;
	padding-bottom: 50px;
	border-bottom: 1px dashed #e5e5e5;
	}
.pct_u li:last-child { padding-bottom: 0px; border-bottom: none; margin-bottom: 0px;}
.pct_u li:last-child img {
	margin-right: auto;
	margin-left: 5%;
	}
.pct_u li:last-child dt { text-align: right;}
.pct_u li:last-child p { width: 200px;}
.pct_u li img {
	flex: 0 0 120px;
	height: 120px;
	margin-right: 5%;
	}
.pct_u li dl {
	width: 100%;
	display: block;
	}
.pct_u li dl dt {
	font-size: 24px;
	font-weight: bold;
	color: #f60;
	margin-bottom: 20px;
	}
.pct_u li dl dd {
	display: flex;
	align-items: center;
    justify-content: space-between;
	}
.pct_u li dl dd p {
	position: relative;
	width: 100px;
	height: 100px;
	background: #3f4e93;
	box-shadow: 0px 0px 20px rgb(63,78,147,.5);
	border-radius: 50%;
	text-align: center;
	}
.pct_u li dl dd p span{
	display: block;
	width: 100%;
	font-size: 16px;
	color: #fff;
	padding: 20px 15px;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	z-index: 5;
	}
.pct_u li dl dd i {
	width: 20px;
	height: 10px;
	background: #3f4e93;
	position: relative;
	margin-left: -12px;
	}
.pct_u li dl dd i:before {
	content:"";
	position: absolute;
	display: inline-block;
	width:0;height:0;  
    line-height:0;  
    border-width:16px;  
    border-style:solid;  
    border-color: transparent transparent transparent #3f4e93;
	right: -32px;
	top: 50%;
	margin-top: -16px;
	}
	
/**/
.main_2 {
	position: relative;
	margin: 50px 0px 0px;
	z-index: 2;
	}
.main_2:after {
	content:"";
	position: absolute;
	display: block;
	width: 444px;
	height: 292px;
	background: url(/spcall/ztyxsciqk/m_bg.jpg) 0 0 no-repeat;
	box-shadow: 2px 4px 16px 0 rgba(84, 65, 250, 0.4);
	border-radius: 10px 0px 0px 0px;
	top: 0px;
	left: 0px;
	z-index: -1;
	}
.main_2 h3 {
	font-size: 26px;
	display: inline-block;
	color: #fff;
	padding: 15px 0px 15px 60px;
	text-align: center;
	}
.main_2_tit {
	font-size: 18px;
	display: block;
	text-align: center;
	margin-top: 20px;
	}
.main_2_u2 {
	width: 96%;
    box-shadow: 2px 4px 16px 0 rgba(153, 153, 153, 0.2);
    background: #fff;
    border-radius: 7px;
	display: flex;
	justify-content: space-between;
	padding: 25px 15px 35px;
	margin-left: 4%;
	}
.sp_bd_form2 {
	width: 40%;
	padding: 0px 20px;
	}
.sp_bd_form2 form input {
	line-height: 50px;
	height: 50px;
	width: 100%;
	padding: 0px 15px;
	background: rgb(255,255,255,1);
	border: 1px solid #ccc;
	font-size: 16px;
	color: #999;
	outline: none;
	box-sizing: border-box;
	margin: 10px 0px;
	border-radius: 4px;
	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
	}
input::-webkit-input-placeholder {color: #999;}

.sp_bd_form2 button {
	height: 50px;
	line-height: 50px;
	background: linear-gradient(90deg, #8968ff, #613bff);
	box-shadow: 0px 0px 10px rgb(200,32,62,.2);
	color: #fff;
	font-size: 18px;
	width: 100%;
	display: inline-block;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	margin-top: 10px;
	}
.main_2_fw {
	text-align: center;
	width: 56%;
	background: url(/spcall/ztyxsciqk/box3_r.png) left center no-repeat;
	padding: 30px 20px 0px 240px;
	}
.main_2_fw h4 {
	display: block;
	font-size: 24px;
    color: #000;
	line-height: 60px;
	border-radius: 30px;
	background: linear-gradient(90deg, #fff, #faf086);
	}
.main_2_fw h4 img {
	vertical-align: middle;
	margin-right: 10px;
	}
.main_2_fw a {
	width: 80%;
	text-align: center;
	display: inline-block;
	font-size: 20px;
	color: #faf086;
    margin-top: 10%;
	background: linear-gradient(90deg, #ff1f83, #ff0020);
	border: 2px solid #ffd000;
	line-height: 44px;
	border-radius: 30px;
	font-weight: bold;
	}
	
	
/***/
.sp_new {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 30px 0px 0px;
	}
.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;
	}

	
/*缔约国*/
.pct_dyg table {
	width:100%;
	border-collapse:collapse;
	margin-top: 30px;
	}
.pct_dyg table tr td {
	border: 1px solid #ccc;
	padding: 6px 12px;
	}
.pct_dyg .td { background: #eaf4f3;}

.quer-tab { margin-top: 30px}
.quer-tab ul {
	border-right: 1px solid #ccc;
	}
.quer-tab ul:after { content:""; clear: both; overflow: hidden; display: block;}
.quer-tab li {
	width: 16.6667%;
	float: left;
	height: 50px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	position: relative;
	}
.quer-tab li p {
	position: absolute;
	display: block;
	padding: 6px 6px;
	top: 50%;
	left: 0;
	transform: translate( 0,-50%);
	}
.tab-a {
	border: 1px solid #ccc;
	text-align: center;
	}
.tab-a a {
	color: #f59e19;
	font-weight: bold;
	line-height: 50px;
	padding: 0px 15px;
	font-size: 16px;
	}

/**********/
.pct_foot_ban {
	background: url(/spcall/ztyxsciqk/banner.png) right center no-repeat;
	padding: 8% 8%;
	margin-top: 4%;
	border-radius: 10px;
	z-index: 10;
	overflow: hidden;
	border: 3px solid #fff;
	box-shadow: 0px 0px 20px rgb(0,0,0,.05);
	}
.pct_foot_ban strong {
	font-size: 50px;
	color: #fff;
	display: block;
	}
.pct_foot_ban a {
	display: inline-block;
	line-height: 50px;
	padding: 0px 50px;
	background: linear-gradient(180deg, #ffbb00, #ff8000);
	color: #fff;
	font-size: 20px;
	border-radius: 30px;
	margin-top: 20px;
	font-weight: bold;
	}

/**/
.footer {
	width: 100%;
	margin-top: 30px;
	background: #fff;
	padding: 40px 0px;
	}
.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;
	}

	
.gotop{
	position: fixed;
	bottom: 100px;
	right: 20px;
	width: 40px;
	height: 40px;
	background: url(/spcall/ztyxsciqk/top.png) center center no-repeat;
	background-size: contain;
	opacity: .6;
	z-index: 4;
	display: none;
	cursor: pointer;
	}

@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; margin: 0px 10px; line-height: 20px;}
	
	.gd_ban { padding-top: 10%;}
	.gd_tit { padding: 0 0 0 5%;}
	.gd_tit h3 { font-size: 24px; line-height: 24px;}
	.gd_tit h3 i { width: 35px; height: 30px; background-size: contain; left: 0;}
	.gd_tit h4 { font-size: 18px; margin: 2px 0px 6px;}
	.gd_tit h4:after { height: 4px;}
	.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);}
	.gd_img img { max-width: 100%; height: 130px;}
	
	.title { padding-top: 20px;}
	.title label { font-size: 20px; line-height: 30px;}
	.title label i { width: 62px; height: 30px; background-size: contain; top: -20px;}
	
	.pct_box { padding:2% 2%;}
	.pct_u { padding: 0px;}
	.pct_u li { margin: 10px 0px; padding-bottom: 10px; position: relative;}
	.pct_u li img { flex: 0 0 30px; height: 30px; margin-right: 0px; position: absolute; top: 0px; left: 0px;}
	.pct_u li dl dt { font-size: 20px; margin-bottom: 10px; padding-left: 40px;}
	.pct_u li dl dd p {height: 60px; width: 60px; box-shadow: 0px 0px 10px rgb(63,78,147,.5);}
	.pct_u li dl dd p span { font-size: 12px; padding: 0px 3px;}
	.pct_u li dl dd i { width: 6px; height: 4px; margin-left: -6px;}
	.pct_u li dl dd i:before { border-width: 6px; right: -12px; margin-top: -6px;}
	.pct_u li:last-child dt { padding-right: 40px;}
	.pct_u li:last-child img { left: auto; right: 0px;}
	.pct_u li:last-child p { width: 100px;}
	
	.main_2 { margin: 20px 0px 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: 14px; padding: 10px 0px 10px 15px;}
	.main_2_u2 { padding: 5px 5px; flex-wrap: wrap;}
	.sp_bd_form2 { width: 100%; padding: 0px 5px;}
	.sp_bd_form2 form input { margin: 5px 0px; padding: 0px 5px; font-size: 12px; height: 30px; line-height: 30px;}
	.sp_bd_form2 button { font-size: 14px; height:30px; line-height: 30px;}
	.main_2_fw { width: 100%; background-size: 80px 80px; padding: 20px 10px 10px 100px;}
	.main_2_fw h4 { font-size: 18px; line-height: 40px;}
	.main_2_fw a { font-size: 16px; line-height: 34px; margin-top: 5%;}
	
	.sp_new { padding: 0px 0px;}
	.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;}
	.sp_new li span { line-height: 24px;}
	
	.quer-tab { margin-top: 10px;}
	.quer-tab li { font-size: 12px; width: 20%;}
	.quer-tab li p { padding: 5px 2px;}
	
	.pct_foot_ban { background-size: auto 180%; padding: 3% 3%;}
	.pct_foot_ban strong { font-size: 20px;}
	.pct_foot_ban a { line-height: 30px; padding: 0px 20px; font-size: 14px; margin-top: 10px;}
	
	.footer { padding: 20px 15px; margin-top: 20px;}
	.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_tit h3 { font-size: 20px;}
	.title label { line-height: 20px;}
	.main_2_fw h4 { font-size: 12px;}
	.main_2_fw a { font-size: 12px;}
	}



