@charset "utf-8";
/*初始化*/
*{ 
	padding:0;
	margin:0;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html{
	font-size: calc(100vw/19.2);
}

html, body{
	width: 100%;
	height: auto;
	min-height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	font-family: 'PingFang SC','Microsoft YaHei','Microsoft YaHei UI','WenQuanYi Micro Hei','Arial','sans-serif',\5b8b\4f53;
	font-size: 16px;
	line-height: 1.5em;
	color: #333;
	background: #fff;
}
input,button{
	-webkit-appearance:none;
	border-radius: 0;
}
a,a:hover,a:focus {
	text-decoration: none;
}
textarea{
	resize: none;
	overflow: auto;
}
input,button,textarea,select {
	border: 0;
}
img {
	border: 0;
	vertical-align: top;
}
li {
	list-style: none;
}
div,ul,ol,li,p,h1,h2,h3,h4,h5,h6 {
	margin:0;
	
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, i, figure{
	color: inherit;
}

/* placeholder修改 */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #999 !important;
}
input:-moz-placeholder, textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #999 !important;
	opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #999 !important;
	opacity: 1;
}
input::-ms-input-placeholder,textarea::-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #999 !important;
}
select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select::-ms-expand {
	display: none;
}

/*公共样式*/
.c-clear { 
	zoom: 1;
}
.c-clear:after {
	content:''; 
	display: block;
	clear: both; 
}
.c-fl { 
	float: left;
}
.c-fr {
	float: right;
}
.c-container {
	position: relative;
	width: 100%;
	padding:0 2.6rem;
	min-width: 1260px;
}
body.c-open{
	overflow: hidden;
}

/* 公共标题 */
.c-common-title .c-t-box{
	display: flex;
	align-items: center;
}
.c-common-title .c-t-box .c-title {
	font-weight: bold;
	font-size: 40px;
	line-height: 1em;
	color: #17324d;
}
.c-common-title .c-t-box .c-title span {
	color: #3296fa;
}
.c-common-title .c-t-box .c-en-title {
	position: relative;
	margin-left: 12px;
	padding-top: 15px;
	font-size: 14px;
	line-height: 1em;
	color: #999;
}
.c-common-title .c-t-box .c-en-title:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	border-top: 3px solid #3296fa;
}
.c-common-title .c-text {
	padding-top: 10px;
	font-size: 18px;
	line-height: 28px;
	color: #17324d;
}
/* 公共菜单 */
.c-common-menu {
	display: flex;
	align-items: center;
	overflow-x: auto;
}
.c-common-menu a {
	flex: none;
	margin-right: 20px;
	width: 150px;
	font-size: 18px;
	line-height: 56px;
	text-align: center;
	border: 2px solid #17324d;
	color: #17324d;
	transition: .5s;
}
.c-common-menu a:last-child {
	margin: 0;
}
.c-common-menu a:hover,.c-common-menu a.active {
	color: #fff;
	background: #3296fa;
	border-color: #3296fa;
	box-shadow: 0 2px 15px rgba(50,150,250,.7);
}


/*顶部*/
#c-header {
	position: relative;
	z-index: 900;
	line-height: 90px;
	text-align: center;
	color: #fff;
	background: #052041;
	transition: all 0.5s;
}
#c-header a {
	color: #fff;
	transition: all 0.5s;
}

/*顶部logo*/
#c-header .c-logo a {
	float: left;
	text-align: left;
}
#c-header .c-logo a img {
	height: 38px;
	vertical-align: middle;
}
#c-header .c-logo a strong{
	padding-left: 20px;
}

/* 顶部电话 */
#c-header .c-top-phone {
	padding-left: 40px;
}
#c-header .c-top-phone .c-ico{
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: url(../images/dh.png)no-repeat center;
	background-size: 14px auto;
	border: 2px solid #fff;
}
#c-header .c-top-phone .c-phone {
	margin-left: 10px;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	color: #fff;
}
#c-header .c-container {
	box-sizing: border-box;
	padding: 0 1rem;
	min-width: 1260px;
}


/*顶部pc导航*/
#c-header .c-nav {
	display: block;
	text-align: center;
}
#c-header .c-nav>li {
	position: relative;
	margin: 0 20px;
	display: inline-block;
	vertical-align: top;
}
#c-header .c-nav li a {
	position: relative;
	display: block;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#c-header .c-nav li ul {
	position: absolute;
	top:90px;
	left:50%;
	margin-left: -110px;
	display: none;
	width: 400px;
	background: #fff;
	box-shadow: 0 2px 4px rgba(0,0,0,.1);
}
#c-header .c-nav li ul li a{
	display: block;
	padding: 5px 15px;
	border-bottom: 1px solid #f1f1f1;
	line-height: 26px;
	color: #333;
	text-align: center;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#c-header .c-nav li ul li:last-child a{
	border-bottom:0;
}
#c-header .c-nav li.active>a,#c-header .c-nav li:hover>a {
	color: #3296fa;
}

/* 语言 */
#c-header .c-nav .c-language {
	position: relative;
	padding: 0 ;
	margin-left: 35px;
}
#c-header .c-nav .c-language .c-list{
	display: none;
	position: absolute;
	top: 100px;
	right: 0;
	width: 80px;
	text-align: left;
	background: #fff;
	box-shadow: 0 2px 11px rgba(0, 0, 0, 0.05);
}
#c-header .c-nav .c-language .c-list .c-item{
	line-height: 30px;
}
#c-header .c-nav .c-language .c-list .c-item a{
	padding: 0 15px;
	display: block;
	color: #333;
	transition: .5s;
	border-bottom: 1px solid #f1f1f1;
}
#c-header .c-nav .c-language .c-list .c-item:last-child a {
	border: 0;
}
#c-header .c-nav .c-language .c-list .c-item a:hover {
	color: #fff;
	background: #bb1c14;
}

/* 搜索 */
#c-header .c-nav .c-search-box {
	position: relative;
	padding-right: 0 ;
}
#c-header .c-nav .c-search-box form {
	display: none;
	position: absolute;
	top: 100px;
	right: 0;
	background: #fff;
	width: 250px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 2px 11px rgba(0, 0, 0, 0.05);
}
#c-header .c-nav .c-search-box form input {
	float: left;
	padding: 0 15px;
	width: 180px;
	height: 40px;
	font-size: 16px;
}
#c-header .c-nav .c-search-box form button {
	float: right;
	width: 70px;
	height: 40px;
	color:#fff;
	background: #bb1c14;
}

/*首页轮播图*/
.c-banner1 {
	background: #fff;
	min-width: 1260px;
}
.c-banner1 .swiper-slide{
	position: relative;
	overflow: hidden;
}
.c-banner1 .swiper-slide img {
	width: 100%;
	height: -webkit-calc(100vh - 90px);
	height: calc(100vh - 90px);
	object-fit: cover;
	-webkit-transition: all 5s;
	transition: all 5s;
}
.c-banner1 .swiper-slide .c-img2 {
	display: none;
}
.c-banner1 .swiper-slide-active img{
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1); 
}
.c-banner1 .swiper-pagination {
	bottom: 20px;
}
.c-banner1 .swiper-pagination-bullet {
	opacity: 1;
	background: #fff;
}
.c-banner1 .swiper-pagination-bullet-active {
	background: #3296fa;
}

/* 热门搜索 */
#c-search {
	padding: 14px 0;
	border-bottom: 1px solid #e7eaed;
}
#c-search .c-wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
#c-search .c-hot {
	padding-left:28px;
	line-height: 44px;
	background: url(../images/rm.png) no-repeat left top 11px;
	background-size: 18px auto;
}
#c-search .c-hot span {
	font-weight: bold;
}
#c-search .c-hot a {
	display: inline-block;
	color: #333;
	padding-right: 14px;
	margin-right: 14px;
	line-height: 16px;
	border-right: 1px solid #333;
	transition: .5s;
}
#c-search .c-hot a:last-child {
	border: 0;
}
#c-search .c-hot a:hover {
	color: #3296fa;
}
#c-search form {
	width: 300px;
	height: 44px;
	border: 1px solid #dedede;
}
#c-search form input {
	float: left;
	padding: 0 15px;
	width: -webkit-calc(100% - 60px);
	width: calc(100% - 60px);
	height: 100%;
}
#c-search form button {
	float: right;
	width: 42px;
	height: 100%;
	background: url(../images/ss.png) no-repeat center;
	background-size: 16px auto;
	transition: .5s;
}
#c-search form button:hover {
	width: 60px;
	background: #3296fa url(../images/ss-h.png) no-repeat center;
	background-size: 16px auto;
}

/* 服务项目 */
#c-product {
	padding: 1.4rem 0 .9rem;
}
#c-product .c-top-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
#c-product .c-list {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 0 -10px;
	padding-top: .7rem;
}
#c-product .c-list li{
	width: 20%;
	padding: 0 10px;
}
#c-product .c-list .c-wrap {
	display: block;
}
#c-product .c-list .c-wrap .c-img-box {
	position: relative;
	overflow: hidden;
}
#c-product .c-list .c-wrap .c-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#c-product .c-list .c-wrap .c-img-box .c-mask {
	display: flex;
	opacity: 0;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgba(50,150,250,.8);
	transition: .5s;
}
#c-product .c-list .c-wrap .c-img-box .c-mask .c-ico {
	margin-bottom: 10px;
	height: 28px;
	background: url(../images/ck.png)no-repeat center;
	background-size: auto 26px;
}
#c-product .c-list .c-wrap .c-img-box .c-mask .c-text {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}
#c-product .c-list .c-wrap .c-title {
	padding-top: 25px;
	font-weight: bold;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	color: #17324d;
}
#c-product .c-list .c-wrap:hover .c-img-box .c-mask {
	opacity: 1;
}
.c-banner2 .swiper-pagination {
	display: none;
}

/* 服务流程 */
#c-process {
	position: relative;
	z-index:1;
	padding:1.2rem 0;
	background: #f3f3f3;
}
#c-process .c-main-wrap {
	margin: 0 -8px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#c-process .c-common-title {
	padding: 0 8px;
}
#c-process .c-list{
	width: 55.6%;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin:0 -8px;
}
#c-process .c-list li{
	padding: 0 8px;
	width: 16.66%;
}
#c-process .c-list .c-wrap {
	position: relative;
	background: #fff;
	color:#17324d;
	text-align: center;
	overflow: hidden;
	transition: .5s;
}
#c-process .c-list .c-wrap .c-img-box {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 120px;
}
#c-process .c-list .c-wrap .c-img-box img{
	height: 40px;
}
#c-process .c-list .c-wrap .c-img-box img:last-child,
#c-process .c-list .c-wrap:hover .c-img-box img:first-child {
	display: none;
}
#c-process .c-list .c-wrap:hover .c-img-box img:last-child {
	display: inline-block;
}
#c-process .c-list .c-wrap .c-title {
	font-weight: bold;
	font-size:18px;
	line-height: 22px;
	transition: .5s;
}
#c-process .c-list .c-wrap .c-en-title{
	padding-bottom: 35px;
	font-size:12px;
	line-height:16px;
	opacity: .3;
	transition: .5s;
}
#c-process .c-list .c-wrap .c-num {
	position: absolute;
	bottom: -10px;
	left:0;
	width:100%;
	font-weight: bold;
	font-size:36px;
	line-height: 1em;
	color:#005aab;
	opacity: .1;
	transition: .5s;
}
#c-process .c-list .c-wrap:hover {
	background: #3296fa;
}
#c-process .c-list .c-wrap:hover .c-title,#c-process .c-list .c-wrap:hover .c-en-title{
	color:#fff;
}
#c-process .c-list .c-wrap:hover .c-num {
	opacity: 1;
	color:#fff;
}

/* 六大理由 */
#c-reason {
	padding-bottom:1rem;
}
#c-reason .c-title-box {
	padding: 1rem 0;
	text-align: center;
}
#c-reason .c-title-box .c-title {
	font-weight: bold;
	font-size:40px;
	line-height: 50px;
	color:#001b3f;
}
#c-reason .c-title-box .c-title span {
	color: #3296fa;
}
#c-reason .c-title-box .c-text {
	padding-top: 10px;
	line-height: 26px;
	color:#001b3f;
}
#c-reason .c-list li{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom:40px;
	padding:40px;
	box-shadow: 0 2px 15px rgba(0,20,20,.05);
}
#c-reason .c-list li:nth-child(even){
	flex-direction: row-reverse;
}
#c-reason .c-list .c-img-box {
	width: 48%;
	overflow: hidden;
}
#c-reason .c-list .c-img-box img {
	width: 100%;
	height:100%;
	object-fit: cover;
	transition: 1s;
}
#c-reason .c-list .c-img-box:hover img {
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1); 
}
#c-reason .c-list .c-text-box {
	width: 45%;
}
#c-reason .c-list .c-text-box .c-box {
	display: flex;
	align-items: flex-start;
	padding: 45px 0;
	border-bottom:2px solid #f5f5f5;
}
#c-reason .c-list .c-text-box .c-box:last-child {
	border:0
}
#c-reason .c-list .c-text-box .c-box .c-l-box {
	position: relative;
	padding-left: 20px;
	width: 83%;
}
#c-reason .c-list .c-text-box .c-box .c-l-box::before {
	content: "";
	position: absolute;
	top:14px;
	left:0;
	border: 3px solid #3296fa;
}
#c-reason .c-list .c-text-box .c-box .c-l-box .c-title {
	font-weight:bold;
	font-size:24px;
	line-height:34px;
	color:#001b3f;
}
#c-reason .c-list .c-text-box .c-box .c-l-box .c-en-title {
	font-size:14px;
	line-height: 24px;
	color:#ccc;
}
#c-reason .c-list .c-text-box .c-box .c-l-box .c-text {
	padding-top:10px;
	line-height:26px;
	color: #001b3f;
}
#c-reason .c-list .c-text-box .c-box .c-r-box {
	width: 17%;
	font-weight: bold;
	font-size:30px;
	line-height:40px;
	text-align: right;
	color:#3296fa;
}

/* 玖度已为数千家企业提供资质认证服务 */
#c-provide {
	position: relative;
	padding: 1rem 0;
	text-align: center;
	color: #fff;
}
#c-provide::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,27,63,.7);
}
#c-provide .c-title {
	font-size: 36px;
	line-height: 46px;
		color:#fff;
}
#c-provide .c-title span {
	position: relative;
	z-index: 2;
	display: inline-block;
	font-size: 48px;
	font-weight: bold;
	line-height: 58px;
	color:#fff;
}
#c-provide .c-title span::before {
	content: "";
	position: absolute;
	bottom: 5px;
	left: 0;
	z-index: -1;
	width: 100%;
	border-top: 12px solid #3296fa;
}
#c-provide .c-subtitle {
	padding: 25px 0 45px;
	font-size: 22px;
	line-height: 32px;
		color:#fff;
}
#c-provide .c-text {
	display: inline-block;
	padding: 0 20px;
	height: 50px;
	line-height: 46px;
	border: 2px solid #fff;
		color:#fff;
}
/* 关于玖度 */
#c-about {
	padding: 1rem 0;
}
#c-about .c-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
#c-about .c-left-box {
	position: relative;
	width: 50%;
	padding-bottom: .64rem;
}
#c-about .c-left-box .c-img-box {
	position: relative;
	z-index: 5;
	box-shadow: 0 2px 30px rgba(104, 65, 65, 0.3);
	overflow: hidden;
}
#c-about .c-left-box .c-img-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 1s;
}
#c-about .c-left-box .c-img-box:hover img {
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1); 
}
#c-about .c-left-box .c-bg {
	position: absolute;
	bottom: 0;
	left: -.64rem;
	z-index: 1;
	width: 2.6rem;
	height: 1.9rem;
	background: #3296fa;
}
#c-about .c-left-box .c-line {
	position: absolute;
	top: 0;
	z-index: 2;
	left: -.64rem;
	height: 100%;
	border-left: 2px solid #3296fa;
}
#c-about .c-left-box .c-text {
	position: absolute;
	top: -6px;
	left: -.64rem;
	z-index: 3;
	padding: 0 14px;
	border-left: 12px solid #3296fa;
	font-size: 18px;
	height: 12px;
	line-height: 12px;
	color: #17324d;
	background: #fff;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: left center;
	transform-origin: left center
}
#c-about .c-right-box {
	width: 44.2%;
}
#c-about .c-right-box .c-title {
	font-weight: bold;
	font-size: 40px;
	line-height: 50px;
	color: #001b3f;
}
#c-about .c-right-box .c-title span {
	color: #3296fa;
}
#c-about .c-right-box .c-subtitle {
	padding-top: 10px;
	font-size: 30px;
	line-height: 40px;
}
#c-about .c-right-box .c-line {
	margin: 20px 0 30px;
	width: 36px;
	border-top: 3px solid #3296fa;
}
#c-about .c-right-box .c-text-box {
	margin-bottom: 54px;
	line-height: 30px;
	color: #666;
}
#c-about .c-right-box .c-list {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#c-about .c-right-box .c-list .c-t-box{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	color: #001b3f;
}
#c-about .c-right-box .c-list .c-t-box .c-num {
	font-weight: bold;
	font-size: 48px;
	line-height: 1em;
}
#c-about .c-right-box .c-list .c-t-box .c-text1{
	margin-left: 5px;
	font-weight: bold;
	font-size: 14px;
	font-size: 18px;
}
#c-about .c-right-box .c-list>li:first-child .c-t-box .c-text1 {
	font-size: 14px;
	line-height: 24px;
}
#c-about .c-right-box .c-list .c-text2 {
	padding: 15px 0 45px;
	font-size: 18px;
	line-height: 28px;
}
#c-about .c-right-box .c-btn {
	display: block;
	width: 160px;
	height: 48px;
	font-weight: bold;
	line-height: 48px;
	text-align: center;
	color: #fff;
	background: #3296fa;
}

/* 成功案例 */
#c-case {
	position: relative;
	background: #fafafa;
	background: -webkit-linear-gradient(top,#fafafa 70%,#fff 70%);
	background: linear-gradient(to bottom,#fafafa 70%,#fff 70%);
}
#c-case .c-top-box {
	padding: .9rem 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.c-banner3 {
	box-shadow: 0 5px 20px rgba(0,20,20,.05);
	background: #fff;
}
.c-banner3 .swiper-slide {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	background: -webkit-linear-gradient(left,#fff 50%,#3296fa 50%);
	background: linear-gradient(to right,#fff 50%,#3296fa 50%);
}
.c-banner3 .c-text-box {
	width: 50%;
	padding: 50px;
}
.c-banner3 .c-text-box .c-title {
	font-weight: bold;
	font-size: 30px;
	line-height: 40px;
	color: #3296fa;
}
.c-banner3 .c-text-box .c-text {
	padding: 25px 0 70px;
	font-size: 14px;
	line-height: 30px;
	color: #666;
}
.c-banner3 .c-text-box .c-text span {
	color: #3296fa;
}
.c-banner3 .c-text-box .c-btn-box .c-btn {
	margin-right: 10px;
	display: inline-block;
	vertical-align: top;
	width: 130px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background: #d51a21;
}
.c-banner3 .c-text-box .c-btn-box .c-btn:last-child {
	background: #3296fa;
}
.c-banner3 .c-img-box {
	width: 50%;
	overflow: hidden;
}
.c-banner3 .c-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 1s;
}
.c-banner3 .c-img-box:hover img {
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
}
.c-banner3 .swiper-pagination {
	display: none;
}

/* 新闻 */
#c-news {
	padding: 1.2rem 0;
}
#c-news .c-main-wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
#c-news .c-common-title {
	margin-bottom: 25px;
}
#c-news .c-common-title .c-title {
	font-size: 30px;
}
.c-common-title .c-t-box .c-en-title {
	padding-top: 10px;
}
#c-news .c-left-box {
	width: 53%;
}
#c-news .c-left-box .c-wrap {
	display: block;
}
#c-news .c-left-box .c-wrap .c-img-box {
	height: 368px;
	overflow: hidden;
}
#c-news .c-left-box .c-wrap .c-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 1s;
}
#c-news .c-left-box .c-wrap:hover .c-img-box img {
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1); 
}
#c-news .c-left-box .c-wrap .c-text-box {
	padding: 25px;
	color: #fff;
	background: #3296fa;
}
#c-news .c-left-box .c-wrap .c-text-box .c-title {
	font-weight: bold;
	font-size: 18px;
	line-height: 28px;
}
#c-news .c-left-box .c-wrap .c-text-box .c-text {
	margin: 10px 0 20px;
	font-size: 14px;
	line-height: 24px;
}
#c-news .c-left-box .c-wrap .c-text-box .c-time {
	font-size: 24px;
	line-height: 34px;
}
#c-news .c-right-box {
	width: 41.4%;
}
#c-news .c-right-box .c-list {
	border-top: 2px solid #e8e8e8;
}
#c-news .c-right-box .c-list .c-wrap {
	position: relative;
	padding: 25px 40px 30px 0;
	display: block;
	border-bottom: 2px solid #e8e8e8;
}
#c-news .c-right-box .c-list .c-wrap:before {
	content:"";
	position: absolute;
	bottom: -2px;
	height: 4px;
	width: 0;
	background: #3296fa;
	transition: .5s;
}
#c-news .c-right-box .c-list .c-wrap .c-time {
	padding-bottom: 8px;
	opacity: .5;
	font-size: 14px;
	line-height: 24px;
	color: #17324d;
}
#c-news .c-right-box .c-list .c-wrap .c-title {
	font-size: 16px;
	line-height: 26px;
	color: #17324d;
	transition: .5s;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
}
#c-news .c-right-box .c-list .c-wrap .c-add {
	position: absolute;
	right: 0;
	bottom: 30px;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	transition: .5s;
}
#c-news .c-right-box .c-list .c-wrap:hover .c-add {
	color: #3296fa;
}
#c-news .c-right-box .c-list .c-wrap:hover .c-title {
	color: #3296fa;
}
#c-news .c-right-box .c-list .c-wrap:hover:before {
	width: 100%;
}
#c-news .c-right-box .c-btn {
	display: block;
	height: 72px;
	font-weight: bold;
	line-height: 72px;
	text-align: center;
	color: #00132c;
	background: #e8e8e8;
	transition: .5s;
}
#c-news .c-right-box .c-btn:hover {
	color: #fff;
	background: #3296fa;
}
/* 底部 */
#c-footer {
	color: #fff;
	background: #00132c;
}
#c-footer a {
	color: #808996;
	transition: .5s;
}
#c-footer a:hover {
	color: #3296fa;
}
#c-footer .c-footer-top {
	padding: 50px 0 20px;
	border-bottom: 1px solid #1a2b42;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
}
#c-footer .c-footer-top .c-title-box .c-en-title {
	font-weight: bold;
	font-size: 14px;
	line-height: 1em;
}
#c-footer .c-footer-top .c-title-box .c-title {
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
}
#c-footer .c-footer-top .c-list {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	line-height: 26px;
}
#c-footer .c-footer-top .c-list li {
	position: relative;
	padding-right: 32px;
	margin-right: 30px;
}
#c-footer .c-footer-top .c-list li:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 2px;
	border-top: 2px solid #808996;
}
#c-footer .c-footer-top .c-list li:last-child{
	padding-right: 0;
	margin-right: 0;
}
#c-footer .c-footer-top .c-list li:last-child:before {
	display: none;
}
#c-footer .c-footer-top .c-list li a:hover {
	
}
#c-footer .c-footer-center {
	padding: 60px 0;
}
#c-footer .c-footer-center .c-list{
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
#c-footer .c-footer-center .c-list li {
	max-width: 340px;
}
#c-footer .c-footer-center .c-list .c-title {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
}
#c-footer .c-footer-center .c-list .c-ico a{
	margin-right: 5px;
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	line-height: 30px;
	text-align: center;
	background: #4d5a6c;
	transition: .5s;
}
#c-footer .c-footer-center .c-list .c-ico a i {
	font-size: 15px;
	color: #17324d;
	transition: .5s;
}
#c-footer .c-footer-center .c-list .c-ico a:hover {
	background: #fff;
}
#c-footer .c-footer-center .c-list .c-ico a:hover i{
	color: #17324d;
}
#c-footer .c-footer-center .c-list .c-text {
	font-size: 14px;
	line-height: 24px;
	color: #808996;
}
#c-footer .c-footer-center .c-list .c-text .c-dz {
	padding-left: 20px;
	background: url(../images/dz.png)no-repeat left top 6px;
	background-size: auto 12px;
}
#c-footer .c-footer-center .c-list .c-text .c-rx {
	padding-left: 20px;
	background: url(../images/sj.png)no-repeat left 2px top 6px;
	background-size: auto 12px;
}
#c-footer .c-footer-center .c-list .c-text .c-rx span {
	color: #fff;
	font-size: 16px;
}
#c-footer .c-footer-center .c-list .c-text .c-yx {
	padding-left: 20px;
	background: url(../images/yx.png)no-repeat left top 7px;
	background-size: auto 10px;
}
#c-footer .c-footer-center .c-list .c-code {
	width: 100px;
}
#c-footer .c-footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 25px 0;
	font-size: 14px;
	line-height: 24px;
	color: #808996;

}
#c-footer .c-footer-bottom .c-copyright {
	word-wrap: break-word;
	word-break:break-all;
}
/* 微信弹窗 */
#c-footer .c-weixin{
	display: none;
	position:fixed;
	z-index: 910;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,.5);
}
#c-footer .c-weixin .c-img-box {
	position: absolute;
	top:50%;
	left:50%;
	margin: -138px 0 0 -120px;
	padding: 20px;
	width: 240px;
	background:#fff;
	overflow: hidden;
}
#c-footer .c-weixin .c-img-box img {
	width: 100%;
	margin-bottom: 20px;
}
#c-footer .c-weixin .c-img-box p {
	font-size: 16px;
	line-height: 1em;
	text-align: center;
	color: #555;
}

.side_callem {
  position: fixed;
  width: 78px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 900;
}
.side_callem img {
  width: 105px;
}
.side_callem ul li {
  text-align: center;
  position: relative;
}
.side_callem ul li .show_con {
  background: #fff;
  border: solid 1px #ddd;
  padding: 26px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.4s;
  -moz-transit-webkit-transition: all 0.4s;
  -ms-transit-webkit-transition: all 0.4s;
  -o-transit-webkit-transition: all 0.4s;
  transition: all 0.4s;
  transform: translateX(100%);
  opacity: 0;
  white-space: nowrap;
}
.side_callem ul li .show_con img {
  max-width: none;
}
.side_callem ul li .show_con strong {
  color: #3296fa;
  font-size: 20px;
}
.side_callem ul li:hover a {
  background: #3296fa;
}
.side_callem ul li:hover a i {
  color: #fff;
}
.side_callem ul li:hover a span {
  color: #fff;
}
.side_callem ul li:hover .show_con {
  transform: translateX(-100%);
  opacity: 1;
}
.side_callem ul li a {
  display: block;
  width: 78px;
  height: 78px;
  background: #fff;
  position: relative;
  border: 1px solid #e0e0e0;
  margin-top: -1px;
  z-index: 99;
  -webkit-transition: all 0.4s;
  -moz-transit-webkit-transition: all 0.4s;
  -ms-transit-webkit-transition: all 0.4s;
  -o-transit-webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.side_callem ul li i {
  display: block;
  font-size: 30px;
  line-height: 30px;
  padding: 13px 0 5px;
  color: #333;
}
.side_callem ul li span {
  color: #666;
}

/*翻页*/
/*分页样式*/
.pages{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    height:36px;
}
.pages ul{

}
.pages ul li{
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    line-height: 36px;
}
.pages ul li a,.pages ul li span{
    line-height: 36px;
    height:34px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
    border: 1px #ddd solid;
    background: linear-gradient(to bottom,#F2F2F2,#FFFFFF,#F2F2F2);
    cursor: pointer;
}
.pages ul li.disabled span{
    background: #FFF;
    color:#ddd;
    cursor: not-allowed;
}
.pages ul li.active span {
    background: #FFF;
    color:#FB4765;
    border-color: #FB4765;
    font-weight: bold;
}
.pages ul li a:hover{
    color:#FB4765;
}
