@CHARSET "UTF-8";

/*** -------- 通用样式--------- ***/
body, p, h1, h2, h3, h4, ul, ol, dl, button, input footer {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4 {
	font-weight: normal;
}

a, button, input, textarea {
	outline: 0 none;
	text-decoration: none;
}

textarea {
	resize: none;
}

li, dt, dd {
	margin: 0;
	list-style: none;
}

img {
	border: 0 none
}

a {
	color: #747b81;/*#333;*/
	-webkit-tap-highlight-color: transparent;
}

a:hover {
	color: #11b5b0;
}

.x-clear:after {
	content: "";
	display: table;
	clear: both;
}

/*** 应用全局样式 ***/
html {
	width: 100%;
	height: 100%;
}

/*** webkit内核滚动条清除 ***/
*::-webkit-scrollbar {
/* 	width: 0px */
}

body {
	padding-top: 60px;
/* 	font-family: 'microsoft yahei', Verdana, Arial, Helvetica, sans-serif; */
    font: 14px/1.5 'microsoft yahei','helvetica neue',tahoma,'PingFang SC','microsoft yahei',arial,'hiragino sans gb',sans-serif;
/* 	background-color: #fff;#f0f5f9; */
}

/* 公共大盒子 */
.app-container {
	position: relative;
	max-width: 1200px;
	line-height: 30px;
	font-size: 16px;
}

/* 下拉菜单 */
.app-downmenu {
	width: 100%;
	position: absolute;
	top: 60px;
	background-color: #08283c;
	opacity: 0.9;
	z-index: 3;
}

.app-downmenu li a {
	display: block;
	text-align: center;
	line-height: 45px;
	font-size: 14px;
	color: #84bcdf;
}

.app-downmenu a.active {
	background-color: #021b26;
	color: #fff;
}

/* 下拉菜单end */

/* web导航栏 */
.app-head {
	position: fixed;
	 top: 0; 
	left: 0;
	padding:0 22px;
	width: 100%;
	height: 60px;
/* 	border-bottom: 1px solid #d4d4d4; */
	background-color: #18b6da;/*#fff;*/
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 4;
}

.app-head .nav {
	position: relative;
	margin: 0 auto;
	max-width: 1200px;
	height: 60px;
	line-height: 60px;
}

.app-head .logo {
	height: 100%;
	width: 200px;
	float: left;
	background: #18b6da url(images/logo5_temp.png) no-repeat 0 center;
	background-size: auto 80%;
/*     background-image: url(images/logo.png), linear-gradient(#f00, #f00); */
/*     background-repeat: no-repeat; */
/*     background-blend-mode: lighten; */
/*     background-size: cover; */
}

.logo1 {
	height: 100%;
	width: 128px;
	float: left;
	background-size: auto 80%;
/*     background-image: url(images/logo.png), linear-gradient(#f00, #f00); */
/*     background-repeat: no-repeat; */
/*     background-blend-mode: lighten; */
/*     background-size: cover; */
}



.app-head .menu {
	margin-top: 13px;
	height: 35px;
	width: 35px;
	float: right;
	background: url(images/phone-menu.png) no-repeat center;
	background-size: 35px;
	display: none;
}

.app-head ul {
/* 	margin-left: 280px; */
	float: right;
}

.app-head ul li {
	padding: 0 25px;
	display: inline-block;
/* 	vertical-align: middle; */
}

.app-head a {
	font-size: 16px;
	color: #fff;/*#85a0b3;*/
}

.app-head a:hover {
	color: #00ffff;
}

.app-head .about-fr {
	padding: 0;
	float: right;
}

/* 对应页面导航字体颜色 */
.app-head .pagecolor {
	color: #fff;/*#1a9ff3;*/
}

/* 导航栏 移动端 */
@media only screen and (max-width: 1024px) {
	.app-head {
		padding: 0 12px;
		-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
		-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
		box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
		border: 0;
	}
	.app-head ul, .app-head .about {
		display: none;
	}
	.app-head .menu {
		display: block;
	}
}

/* web导航栏end */

/* 横向滚动 */
@media only screen and (max-width: 1100px){
	.app-case-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	flex-direction: row;
}

.app-case-scroll {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	overflow: auto;
	overflow-y: hidden
}
}

/* 技术文章 */
.app-article {
	padding: 24px 0 22px;
	border-bottom: 1px solid #d4d4d4;
}

.app-article a {
	font-size: 16px;
	color: #333;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.app-article a:hover {
/* 	color: #1a9ff3; */
}

.app-article p {
	padding-top: 18.5px;
	font-size: 14px;
}

.app-article span {
	padding: 0 20px;
	color: #949494;
}

.app-article .time, .app-news .time, .head .time {
	background: url(images/time.png) no-repeat 0 center;
}

.app-article .read, .app-news .read {
	background: url(images/read.png) no-repeat 0 center;
}

.app-article .share {
	background: url(images/share.png) no-repeat 0 center;
}

/* iphone6 */
@media only screen and (max-width: 375px) {
	.app-article:nth-child(1), .app-article:nth-child(2), .app-article:nth-child(3)
		{
		display: block;
	}
	.app-article {
		display: none;
	}
	.app-article.article-info {
	    display: block;
	}
}

/* 技术文章end */
.app-news {
	padding: 4px;
/* 	margin-top: 12px; */
	overflow: hidden;
}

.app-news:hover {
/* 	border: 1px solid #1a9ff3; */
}

.app-news i {
	display: inline-block;
	width: 110px;
	height: 110px;
	float: left;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.app-news .text {
	padding-top: 6px;
/* 	margin-left: 120px; */
}

.app-news a {
/* 	display: block; */
	font-size: 16px;
/* 	color: #333; */
/* 	text-overflow: ellipsis; */
/* 	white-space: nowrap; */
/* 	overflow: hidden; */
}

.app-news a:hover {
/* 	color: #1a9ff3; */
}

.app-news p {
	font-size: 12px;
	color: #555;
	max-height: 32px;
	line-height: 1.4;
	overflow: hidden;
}

.app-news .intro {
	padding-top: 12.5px;
}

.app-news .infor {
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #d4d4d4;
}

.app-news span {
	display: inline-block;
}

.app-news .time, .app-news .read {
	padding: 0 15px 0 20px;
	color: #949494;
}

.app-news .label, .head .label {
	position: relative;
	margin-right: 15px;
	padding: 2px 10px;
	font-size: 12px;
	line-height: 16px;
	color: #fff;/*#333;*/
	background-color: #18b6da;/*#eeeded;*/
	border-radius: 6px;
	behavior: url(res/lib/ie8/PIE.htc);
}

/* iphone6 */
@media only screen and (max-width:375px) {
	.app-news .infor {
		padding-top: 16px;
	}
	.app-news:nth-child(1), .app-news:nth-child(2), .app-news:nth-child(3) {
		display: block;
	}
	.app-news {
		display: none;
	}
}

/* iphone5 */
@media only screen and (max-width: 320px) {
	.app-news .content {
		margin-left: 112px;
		padding-bottom: 8px;
	}
	.app-news .time, .app-news .read {
		padding-left: 13px;
	}
	.app-news .label {
		margin-right: 0;
	}
	.app-news .text {
		margin-left: 116px;
	}
}

/* 新闻动态end */
.footer {
	width: 100%;
/* 	height: 50px; */
/* 	line-height: 50px; */
	font-size: 14px;
	color: #fff;
	clear: both;
	background-color: #ecf0f1;/*#1a9ff3;*/
	z-index: 1;
}

/* iphone5 */
@media only screen and (max-width: 320px) {
	.app-footer {
		font-size: 12px;
	}
}

/* 显示图片 */
.app-background {
    width: 100%;
	display: block;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

/* 分页  */
.app-pager {
  text-align: center;
}

.app-pager p {
  display: none;
}

.app-pager ul {
  padding: 50px 0;
  text-align: center;
}

.app-pager li {
  margin-right: 8px;
  width: 32px;
  height: 32px;
  display: inline-block;
  line-height: 31px;
  border: 1px solid #d4d4d4;
}

.app-pager li:hover, .app-pager li.active {
/* 	border-color: #1a9ff4; */
}

.app-pager li.active {
  background-color: #1a9ff4;
  color: #fff;
}

/** 关于我们-业务合并样式 **/
.app-page {
/*   padding: 0 40px; */
  max-width: 1200px;
  margin: 20px auto 30px;
  color: #fff;/*#333;*/
  background-color: #fff;
  line-height: 30px;
}
.app-page .title {
  padding: 20px 0 20px 25px;
  font-size: 24px;
  color: #18b6da;/*#1a9ff3;*/
  background: url(images/decorate.png) no-repeat left center;
  background-size: 14px 12px;
  border-bottom: 1px solid #d4d4d4;
}

/* pc */
@media only screen and (min-width:980px) {
	.app-page .title {
		background: none;
		padding-left: 0;
	}
}


/** 新增样式20190425 **/
h1, h2, h3, h4, h5, h6 {
    font-size: 1em;
}
b, cite, code, em, i, small, th {
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
}


/** 资讯部分样式 **/
.index_news {
    float: left;
    width: 599px;
    height: 170px;
    border-right: 1px solid #CCC;
}
.index_news .hd {
    line-height: 30px;
    font-size: 28px;
    margin-bottom: 15px;
    letter-spacing: 3px;
}
.index_news ul {
    height: 90px;
    overflow: hidden;
}
.index_news ul li {
    line-height: 30px;
    font-size: 16px;
}
.index_news .date {
    float: left;
    color: #666;
    font-family: Arial;
}
.index_news .tx {
    float: left;
    width: 466px;
    height: 30px;
/*     color: #666; */
    margin-left: 15px;
    _display: inline;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_news .more {
    height: 20px;
    margin-top: 12px;
}
.index_news .more a {
    cursor: pointer;
    line-height: 20px;
    font-size: 16px;
/*     color: #444; */
}

/** 关于码农样式 **/
.index_about {
    float: left;
    width: 562px;
    height: 170px;
    margin-left: 38px;
    _display: inline;
}
.index_about .pic {
    float: left;
    width: 250px;
    height: 170px;
}
.index_about .pic img {
	width: 250px;
    height: 170px;
}

.index_about .info {
    float: left;
    padding-left: 26px;
    width: 280px;
}
.index_about .info .hd {
    line-height: 30px;
    font-size: 28px;
    margin-bottom: 15px;
    letter-spacing: 3px;
}
.index_about .info .tx {
    line-height: 20px;
    font-size: 16px;
    height: 105px;
    overflow: hidden;
}
.index_about .info .tx .p1 {
    margin-bottom: 15px;
    line-height: 23px;
}

.index_about .info .tx p {
    color: #666;
    overflow: hidden;
}
.index_about .info .more {
    height: 20px;
}
.index_about .info .more a {
    cursor: pointer;
    line-height: 20px;
    font-size: 16px;
/*     color: #444; */
}


/** 合作伙伴样式 **/
.index-partner .index-title {
    line-height: 30px;
    font-size: 28px;
    margin-bottom: 15px;
    letter-spacing: 3px;
}



.wrap {
	float: left;
	width: calc(100% - 230px);
}
.wrap .h1 {
	margin: 30px 25px 0;
}
.wrap ul {
/*     margin: 15px 25px 0; */
    margin: 0 25px 0;
}
.wrap .content {
/* 	margin: 30px 25px 60px; */
	margin: 0 25px 60px;
    padding: 15px;
    background: #f6feff;/*#f8fafb;ghostwhite;*/
    border-radius: 5px;
    border: 1px solid #ecf0f1;
}


/** 底部样式 **/
.footer_con_nav {
	color: #747b81;
    font-size: 14px;
    border-bottom: 1px solid #fff;
}
.footer_con_nav, .footer_path {
    height: 55px;
    line-height: 55px;
    font-weight: 400;
}
.footer_path {
    width: 1185px;
    margin: 0 auto;
/*     padding-left: 15px; */
}
.footer_path a {
    text-decoration: none;
    color: #747b81;
    -webkit-transition: color .3s linear;
    transition: color .3s linear;
}
.footer .footer_gt {
    margin: 0 5px;
}
.footer_path .current, .footer_path a:hover {
/*     color: #000; */
}
.footer_con {
    margin: 0 auto;
    max-width: 1200px;
    min-height: 160px;
    _height: 160px;
    background: url(images/logo2.2_temp.png) right 50px no-repeat;
    background-size: auto 50%;
    position: relative;
}
.footer .footer_con {
    position: relative;
    padding-top: 35px;
    overflow: hidden;
}
.footer_attention, .footer_contact, .footer_joinus, .footer_legal {
    width: 168px;
    padding-left: 5px;
}
.footer_attention, .footer_contact, .footer_joinus, .footer_legal {
    float: left;
    min-height: 130px;
    padding-bottom: 24px;
    padding-left: 20px;
}
.footer .footer_con .title {
    font-size: 20px;
    color: #333;
    font-weight: 400;
}
.footer .link_list {
    padding-top: 12px;
}
.footer .link_list li {
    height: 32px;
    line-height: 32px;
}
.footer .link_list li a {
    font-size: 14px;
/*     color: #747b81; */
    text-decoration: none;
    -webkit-transition: color .3s linear;
    transition: color .3s linear;
}

.footer_copyright {
    padding-left: 20px;
   /*  padding-top: 18px; */
    margin-left: 150px;
    color: #747b81;
    margin: 0 auto;
    width: 1200px;
    height: 25px;
    font-size: 14px;
    text-align: center;
}
.footer_copyright em {
    margin-left: 8px;
}


/***** 20190521 wxw 左侧栏目样式 *****/
.col-container .list .leftOpt a {
    color: #18b6da;
}



/***** 20190523 wxw 资讯详情样式 *****/
.news-wrap {
/* 	width: 100%; */
	width: 1150px;
    margin: 5px 0 60px;
    padding: 25px;
    background: #f6feff;/*#f8fafb;*/
    border-radius: 5px;
    border: 1px solid #ecf0f1;
}
.news-wrap .title{
	text-align: center;
	font-size: 24px;
    font-weight: 700;
    line-height: 38px;
    color: #191919;
}

.news-wrap .subhead {
	text-align: center;
	margin: 15px 0;
    font-size: 14px;
}

.news-wrap .content {
    font-size: 16px;
    line-height: 32px;
}

.news-wrap .time, .news-wrap .read {
    padding: 0 15px 0 20px;
    color: #949494;
}

.news-wrap .time {
    background: url(images/time.png) no-repeat 0 center;
}
.news-wrap span {
    display: inline-block;
}
.news-wrap .read {
    background: url(images/read.png) no-repeat 0 center;
}


.app-container .content>article>p,
.news-wrap .content>article>p {
	text-indent: 2em;
}



/** 面包屑的样式 **/
.footer_gt {
	margin: auto 6px;
}

/* LCD字体 */
@font-face {
    font-family: 'webfont';
    src: url('../font/webfont'); /* IE9 Compat Modes */
    src: url('../font/webfont/ds-digii-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
             url('../font/webfont/ds-digii-webfont.woff') format('woff'), /* Modern Browsers */
              url('../font/webfont/ds-digii-webfont.woff2') format('woff2'), /* Modern Browsers */
             url('../font/webfont/ds-digii-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
             url('d../font/webfont/s-digii-webfont.svg#MicrosoftYaHei') format('svg'); /* Legacy iOS */
   }

/* 浏览人数字体 */
@font-face {
    font-family: 'watchFont';
    src: url('../font/webfont'); /* IE9 Compat Modes */
    src: url('../font/webfont/watchFont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
   		url('../font/webfont/watchFont.woff') format('woff'), /* Modern Browsers */ 
   		url('../font/webfont/watchFont.woff2') format('woff2'), /* Modern Browsers */
   		 url('../font/webfont/watchFont.ttf')  format('truetype'), /* Safari, Android, iOS */
   		 url('d../font/webfont/watchFont.svg#MicrosoftYaHei') format('svg'); /* Legacy iOS */
   }
/* 使用 */
body{
  font-family: "MicrosoftYaHei";
}
