@charset "utf-8";
/**HTML5 common css*/
html {
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
}
body {
	font-family: 'Microsoft YaHei', 'STHeiti', Helvetica, '\5fae\8f6f\96c5\9ed1', Arial, sans-serif;
	font-size: 12px;
}
*,
*::after,
*::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}
* {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	color: inherit;
}
a, img {
	-webkit-touch-callout: none;
}
a, a:active, a:focus, a:hover, a:visited {
	text-decoration: none;
}
li, ol, ul {
	list-style: none;
}
input, select, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	font-size: 100%;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button, input[type=button], input[type=reset], input[type=submit] {
	cursor: pointer;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}
.hideVisibility {
	visibility: hidden;
	opacity: 0;
}
.opacity0 {
	opacity: 0 !important;
}
[hide],
[hidden],
.hide {
	display: none;
}
.blur {
	-webkit-filter: blur(5px);
	filter: blur(5px);
	/*no*/
	opacity: 0.6;
}
.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.g-w1200 {
	position: relative;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.g-clearfix:after,
.clearfix:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
div {
	font: normal 14px/180% 'Microsoft YaHei', 'STHeiti', Helvetica, '\5fae\8f6f\96c5\9ed1', Arial, sans-serif;
}
.main {
    min-width: 1200px;
}
.float-left, 
.fl, 
.g-fl {
    float: left;
}
.float-right, 
.fr, 
.g-fr {
    float: right;
}
.g-mb-20 {
    margin-bottom: 20px;
}
.g-mr-60 {
    margin-right: 60px;
}
.g-mt-40 {
	margin-top: 40px;
}
::-webkit-input-placeholder {
	color: #ccc;
}
/* gjjl */
.white,.white a:link, .white a:visited, .white a:hover {
    color: #fff;
}
.grey,.grey a:link, .grey a:visited, .grey a:hover {
    color: #333;
}

/* gjjl p1 */
.cnnic-con .gjjl-p1 {
	width: 1250px;
	background-color: #f8f8fb;
	padding: 20px 0;
	margin: 0 auto;
}
.cnnic-con .gjjl-p1 .g-w1200 .tab {
	display: flex;
	background-color: #357ec0;
}
.cnnic-con .gjjl-p1 .g-w1200 .tab li {
	flex-direction: row;
	height: 238px;
	width: 33.3%;
	border-right: 1px solid #649ad6;
	text-align: center;
	padding-top: 38px;
	position: relative;
	cursor: pointer;
}
.cnnic-con .gjjl-p1 .g-w1200 .tab li:last-child {
	border-right: none;
}
.cnnic-con .gjjl-p1 .g-w1200 .tab li span {
	display: block;
	font-size: 24px;
	margin-top: 8px;
}
.cnnic-con .gjjl-p1 .g-w1200 .tab li.active {
	background-color: #00a0e9;
}
.cnnic-con .gjjl-p1 .g-w1200 .tab li.active::after {
	background: url(../images/gjjl-ico4.png) no-repeat;
	width: 48px;
	height: 24px;
	left: calc(50% - 40px);
	position: absolute;
	content: '';
	bottom: -24px;
}
.cnnic-con .gjjl-p1 .g-w1200 .box {
	margin-top: 45px;
	display: none;
}
.cnnic-con .gjjl-p1 .g-w1200 .box:nth-child(2) {
	display: block;
}
.cnnic-con .gjjl-p1 .g-w1200 .box .left {
	width: 510px;
	margin-left: 28px;
}
.cnnic-con .gjjl-p1 .g-w1200 .box .right {
	width: 616px;
	margin-right: 10px;
}
.cnnic-con .gjjl-p1 .g-w1200 .box .left h1.tit {
	font: 900 24px/40px 'Microsoft YaHei', 'STHeiti', Helvetica, '\5fae\8f6f\96c5\9ed1', Arial, sans-serif;
}
.cnnic-con .gjjl-p1 .g-w1200 .box .left p.txt {
	font-size: 16px;
	margin-top: 8px;
}
.cnnic-con .gjjl-p1 .g-w1200 .box .left ul.list {
	margin-top: 15px;
}
.cnnic-con .gjjl-p1 .g-w1200 .box .left ul.list li {
	position: relative;
	font-size: 16px;
	line-height: 38px;
}
.cnnic-con .gjjl-p1 .g-w1200 .box .left ul.list li::before {
	position: absolute;
	content: '';
	width: 4px;
	height: 4px;
	border: 1px solid #b2d2e9;
	background-color: #267fc2;
	left: 0px;
	top: 19px;
}
.cnnic-con .gjjl-p1 .g-w1200 .box .left ul.list li a {
	margin-left: 12px;
}
.cnnic-con .gjjl-p1 .g-w1200 .box .left span.more {
	display: block;
	float: right;
	border-radius: 5px;
	background-color: #eaeaed;
	width: 110px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	font-size: 14px;
	margin-top: 20px;
}
/* gjjl p2 */
.cnnic-con .gjjl-p2 {
	background-color: #f8f8fd;
	margin-top: 30px;
	padding-top: 30px;
}
.cnnic-con .gjjl-p2 h3.tit {
	font: 900 35px/44px 'Microsoft YaHei', 'STHeiti', Helvetica, '\5fae\8f6f\96c5\9ed1', Arial, sans-serif;
	text-align: center;
	float: left;
}
.cnnic-con .gjjl-p2 h3.tit::before {
	position: absolute;
	content: '';
	width: 5px;
	height: 35px;
	background-color: #267fc2;
	margin-left: -24px;
}
.cnnic-con .gjjl-p2 .pic {
	margin-top: 20px;
}
.cnnic-con .gjjl-p2 .pic li {
	float: left;
	margin: 0 28px 11px 28px;
}
.cnnic-con .gjjl-p2 .swiper {
	width: 1200px;
	height: 335px;
	overflow: hidden;
}
.cnnic-con .gjjl-p2 .swiper-button-prev-gjjl,
.cnnic-con .gjjl-p2 .swiper-button-next-gjjl {
	position: absolute;
	width: 19px;
	height: 37px;
	top: 138px;
	z-index: 99;
	cursor: pointer;
}
.cnnic-con .gjjl-p2 .swiper-button-prev-gjjl {
	background: url(../images/gjjl-prev.png) no-repeat;
	left: 0px;
}
.cnnic-con .gjjl-p2 .swiper-button-next-gjjl {
	background: url(../images/gjjl-next.png) no-repeat;
	right: 10px;
}