@charset "utf-8";
/* --- 公用样式 --- */
span {
	display: block;
}
a:hover {
	color: #006DB2;
}
.clear {
	clear: both;
}
p, span {
	line-height: 100%;
}
/* --- 字体样式 --- */
@font-face {
	font-family: eng;
	src: url(../images/CenturyGothic.TTF);
	src: url(../images/CenturyGothic.eot)\9;
}

/*1024*/
@media screen and (min-width:1200px) and (max-width:2600px) {
/* --- 公用样式 --- */
.pc {
	display: block;
}
.wap {
	display: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.img {
	transition: all .6s ease;
	overflow: hidden;
}
.img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.wrap {
	max-width: 1200px;
	margin: 0 auto;
}
/* --- 头部 --- */
.header {
	height: 95px;
	line-height: 95px;
	background: url(../images/headbj.gif) repeat-x;
}
/* logo */
.logo h1 {
	line-height: 95px;
	float: left;
	height: 95px;
}
.logo p {
	float: left;
	font-size: 22px;
	margin-left: 20px;
	font-weight: bold;
	border-left: 1px solid #ccc;
	height: 61px;
	line-height: 61px;
	padding-left: 20px;
	margin-top: 14px;
}
.logo .english {
	float: left;
	font-size: 16px;
	margin-left: 20px;
	font-weight: bold;
	border-left: 1px solid #ccc;
	height: 61px;
	line-height: 31px;
	padding-left: 20px;
	margin-top: 14px;
}
/* 搜索 */
.search {
	float: right;
	margin-top: 30px;
}
.search input {
	font-size: 14px;
	width: 180px;
	height: 33px;
	padding-left: 10px;
	line-height: 33px;
	float: left;
	border: none;
	background: url(../images/search.png) no-repeat 10px center #fff;
	padding-left: 30px;
	background-size: 14px
}
.search button {
	float: left;
	height: 33px;
	background: #006DB2;
	color: #fff;
	border: none;
	width: 60px;
	font-size: 14px;
}
/* 语言 */
.language {
	float: right;
	font-size: 14px;
	margin-left: 20px;
}
.language a {
	border-right: 1px solid #ccc;
	margin-left: 5px;
	padding-right: 5px;
}
.language a:last-child {
	border: none;
}
.language a.now {
	color: #c90000;
}
/* --- 导航 --- */

/* 导航 栏目 */
.nav {
	background: #3D3D3D;
	height: 60px;
}
.nav .wrap {
	position: relative;
}
.nav li {
	float: left;
}
.nav li a.link {
	color: #fff;
	padding-left: 25px;
	padding-right: 25px;
	display: block;
	transition: all .3s ease;
	line-height: 60px;
}
.nav li a.link:hover {
	background: #006DB2;
}
.nav li a.link.now {
	background: #006DB2;
}
.nav li:hover a.link {
	background: #006DB2;
}
.nav li.more {
	position: relative;
}
/* 导航 产品弹出 */
.nav-pop-product {
	position: absolute;
	left: 0;
	top: 60px;
	background: #fff;
	z-index: 10;
	width: 100%;
	height: 0;
	overflow: hidden;
	transition: all .3s ease;
}
.nav-pop-product dl {
	float: left;
	width: 25%;
	padding-left: 26px;
}
.nav-pop-product dl dt {
	color: #999;
	margin-top: 30px;
	margin-bottom: 30px;
}
.nav-pop-product dl dd img {
	margin-bottom: 20px;
}
.nav-pop-product dl dd a {
	display: block;
	padding: 10px; /* line-height:250%; */
}
.nav li:hover .nav-pop-product {
	height: auto;
	padding-bottom: 30px;
}
#columnh {
	width: 220px;
}
/* 导航 栏目弹出 */
.nav-pop-column {
	position: absolute;
	left: 0;
	top: 60px;
	background: #fff;
	z-index: 10;
	width: 130px;
	display: none;
}
.nav-pop-column a {
	display: block;
	height: 45px;
	line-height: 45px;
	padding-left: 20px;
}
.nav-pop-column a:hover {
	background: #f9f9f9;
}
.nav li.more:hover .nav-pop-column {
	display: block;
}
/* --- banner --- */
.banner {
	position: relative;
}
.banner .bd li {
	height: 560px;
}
.banner .hd {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: center;
}
.banner .hd li {
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 100%;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}
.banner .hd li.on {
	background: #006DB2;
}
/* --- 栏目 --- */
.column {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 60px;
}
.column h2 {
	font-size: 24px;
}
.column i {
	width: 30px;
	height: 2px;
	background: #666;
	margin: 0 auto;
	display: block;
	margin-top: 20px;
}
/* --- 关于我们 --- */
.home-about {
	margin-bottom: 60px;
	overflow: hidden;
}
.home-about p {
	margin-bottom: 20px;
	line-height: 200%;
}
.home-about .more {
	text-align: center;
	margin-bottom: 50px;
}
.home-about .more a {
	color: #006DB2;
}
.home-about .pic ul {
	width: 105%;
}
.home-about .pic li {
	float: left;
	margin-right: 24px;
}
/* --- 产品展示 --- */
.home-product {
	background: #3D3D3D;
	overflow: hidden;
	padding-bottom: 60px;
}
/* 产品展示 标题 */
.home-product .column i {
	background: #fff;
}
.home-product .column h2 {
	color: #fff;
}
/* 产品展示 内容 */
.home-product .bd {
	position: relative;
}
.home-product .bd li {
	float: left;
	width: 25%;
}
.home-product .bd li .box {
	background: #ddd;
	padding: 8px 8px 0 8px;
	width: 276px;
	height: 250px;
	transition: all .2s ease;
}
.home-product .bd li .box .pic {
	width: 100%;
	height: 180px;
	background-color: white;
}
.home-product .bd li .box .pic img {
	width: 100%;
	max-height: 100%;
}
.home-product .bd li .box .text {
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.home-product .bd li:hover .box {
	background: #006DB2;
}
.home-product .bd li:hover .box .text {
	color: #fff;
}
/* 产品展示 切换*/
.home-product .bd .prev, .home-product .bd .next {
	position: absolute;
	top: 45%;
	cursor: pointer;
}
.home-product .bd .prev img, .home-product .bd .next img {
	width: 40px;
}
.home-product .bd .prev {
	left: -85px;
}
.home-product .bd .next {
	right: -45px;
}
/* 产品展示 更多*/
.home-product .more {
	text-align: center;
	margin-top: 50px;
}
.home-product .more a {
	color: #fff;
}
/* --- 优势 --- */
.home-advantage {
	margin-top: 60px;
	margin-bottom: 60px;
	overflow: hidden;
}
.home-advantage .pic {
	float: left;
	width: 40%;
}
.home-advantage .text {
	float: right;
	width: 55%;
}
.home-advantage .text h3 {
	font-size: 32px;
	color: #006DB2;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 15px;
}
.home-advantage .text p {
	font-size: 24px;
	margin-bottom: 20px;
	border-bottom: 1px solid #efefef;
	padding-bottom: 30px;
}
.home-advantage .text li {
	line-height: 250%;
}
/* --- 新闻动态 --- */
.home-news {
	background: #f5f5f5;
	overflow: hidden;
	padding-bottom: 40px;
}
.home-news li {
	float: left;
	width: 580px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.home-news li .date {
	background: #006DB2;
	color: #fff;
	height: 35px;
	line-height: 35px;
	width: 150px;
	text-align: center;
}
.home-news li .text {
	background: #fff;
	padding: 20px;
	border: 1px solid #efefef;
}
.home-news li .text h3 {
	margin-bottom: 10px;
}
.home-news li .text p {
	font-size: 14px;
	line-height: 180%;
	color: #999;
}
/* --- 底部 --- */
.footer {
	background: #3D3D3D;
	padding-top: 60px;
	padding-bottom: 20px;
	overflow: hidden;
}
/* 底部 标题 */
.footer-title {
	margin-bottom: 30px;
}
.footer-title h2 {
	font-size: 16px;
	color: #fff;
	margin-bottom: 15px;
}
.footer-title i {
	width: 30px;
	background: #ccc;
	height: 1px;
	display: block;
	margin-bottom: 15px;
}
/* 底部 logo */
.footer-logo {
	float: left;
	text-align: center;
	font-size: 14px;
}
.footer-logo .pic {
	margin-bottom: 20px;
}
.footer-logo .text {
	color: #ccc;
}
.footer-logo .text em {
	background: #555;
	padding: 10px;
	display: block;
	margin-top: 25px;
	border-radius: 5px;
}
/* 底部 热线 */
.footer-tel {
	float: left;
	margin-left: 80px;
}
.footer-tel p {
	font-size: 24px;
	color: #63A7E4;
	margin-bottom: 10px;
}
.footer-tel em {
	color: #999;
}
/* 底部 联系 */
.footer-content {
	float: left;
	margin-left: 80px;
}
.footer-content .list {
	font-size: 14px;
}
.footer-content .list p {
	line-height: 200%;
	color: #fff;
	width: 450px;
}
/* 底部 二维码 */
.qrcode {
	float: right;
	color: #fff;
	text-align: center;
	font-size: 14px;
}
.qrcode .pic {
	margin-bottom: 15px;
}
/* 底部 友情链接 */
.friend-link {
	border-top: 1px solid #666;
	margin-top: 60px;
	padding-top: 20px;
	color: #ccc;
	font-size: 14px;
}
.friend-link a {
	color: #ccc;
	margin-right: 20px;
}
/* --- 版权 --- */
.copyright {
	text-align: center;
	background: #333;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 12px;
	color: #ccc;
}
.copyright p {
	line-height: 200%;
}
/* --- 内页 --- */

/* 内页 banner */
.page-banner {
	text-align: center;
}
/* 内页 位置 */
.path {
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #999;
}
/* 内页 分类 */
.page-type {
	text-align: center;
	margin-bottom: 50px;
	border-bottom: 1px solid #efefef;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.page-type a {
	background: #efefef;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 14px;
	border-radius: 5px;
	width: 190px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
}
.page-type a.now {
	background: #006DB2;
	color: #fff;
}
/* 内页 内容 */
.page-content {
	margin-bottom: 60px;
}
.page-content .title {
	text-align: center;
	margin-bottom: 60px;
	margin-top: 60px;
}
.page-content .title h1 {
	font-size: 32px;
	font-weight: bold;
}
.page-content .show p {
	margin-bottom: 30px;
	line-height: 200%;
}
/* 内页 框架 */
.page-left {
	float: left;
	width: 240px;
}
.page-right {
	float: right;
	width: 915px;
}
/* 内页 左侧分类 */
.page-left .type {
	background: #f6f6f6;
}
.page-left .type dl {
	display: none;
	padding: 10px 20px;
	border-bottom: 1px dashed #ddd;
}
.page-left .type dl a {
	display: block;
	font-size: 14px;
	padding: 10px; /* line-height:250%; */
}
.page-left .type dl a.now {
	color: #006DB2;
}
.page-left .type h3 {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px dashed #ddd;
	padding-left: 20px;
	font-size: 16px;
	background: url(../images/type-hide.png) no-repeat 92% center;
	background-size: 14px;
	cursor: pointer;
}
.page-left .type .current {
	color: #006DB2;
	background: url(../images/type-show.png) no-repeat 92% center;
	background-size: 14px;
}
.page-left .type h3 a.now {
	color: #006DB2;
}
.page-left .noBack h3 {
	background: none;
}
.page-left .noBack .current {
	background: none;
}
/* 内页 类目 */
.category {
	background: #006DB2;
	height: 80px;
	line-height: 80px;
	color: #fff;
	font-size: 24px;
	text-align: center;
}
/* 内页 分页 */
.showpage {
	text-align: center;
	margin-bottom: 60px;
	margin-top: 60px;
}
.showpage a {
	border: 1px solid #ddd;
	padding: 5px 13px;
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
	font-size: 14px;
}
.showpage a.now {
	background: #006DB2;
	color: #fff;
	border: 1px solid #006DB2;
}
/* --- 产品列表 --- */
.product-list {
}
.product-list ul {
	width: 105%;
}
.product-list li {
	float: left;
	margin-right: 40px;
	margin-bottom: 40px;
}
.product-list li .box {
	background: #ddd;
	padding: 8px 8px 0 8px;
	width: 276px;
	height: 290px;
	transition: all .2s ease;
}
.product-list li .box .pic {
	width: 100%;
	height: 200px;
	background-color: white;
}
.product-list li .box .pic img {
	width: 100%;
	max-height: 100%;
}
.product-list li .box .text {
	height: 80px;
	margin-top: 20px;
	line-height: 20px;
	text-align: center;
}
.product-list li:hover {
	box-shadow: 10px 10px 20px #ececec;
}
.product-list li:hover .box {
	background: #006DB2;
}
.product-list li:hover .box .text {
	color: #fff;
}
/* --- 产品详情 --- */
.product-show {
	margin-bottom: 30px;
	overflow: hidden;
}
.product-show .pic {
	float: left;
	width: 40%;
	border: 1px solid #efefef;
	height: 300px;
	line-height: 300px;
}
.product-show .pic img {
	width: 364px;
	height: 224px;
}
.product-show .text {
	float: right;
	width: 55%;
}
.product-show .text h3 {
	font-size: 24px;
	color: #008FD7;
	font-weight: bold;
}
.product-show .text em {
	color: #999;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #efefef;
	padding-bottom: 30px;
	margin-bottom: 20px;
}
.product-show .text p {
	font-size: 14px;
	line-height: 200%;
}
/* --- 产品切换 --- */
.product-tabs {
}
.product-tabs .hd {
	background: #eee;
	height: 40px;
	line-height: 40px;
	margin-bottom: 30px;
}
.product-tabs .hd li {
	float: left;
	width: 150px;
	text-align: center;
	font-size: 14px;
}
.product-tabs .hd li.on {
	background: #006DB2;
	color: #fff;
}
.product-tabs .bd li .show {
	margin-bottom: 60px;
}
.product-tabs .bd li .show p {
	line-height: 200%;
	font-size: 16px;
}/* margin-bottom:20px; */
/* --- 其他关注 --- */
.product-other h3 {
	background: #f5f5f5;
	padding: 15px;
	font-size: 16px;
	margin-bottom: 30px;
	font-weight: bold;
}
/* --- 方案列表 --- */
.programme {
}
.programme ul {
	width: 105%;
}
.programme div {
	float: left;
	width: 390px;
	height: 440px;
	margin-right: 15px;
	margin-bottom: 35px;
}
.programme div li {
	float: left;
	width: 390px;
	margin-right: 15px;
	margin-bottom: 35px;
	transition: all .2s ease;
}
.programme div li .pic {
	overflow: hidden;
	width: 100%;
	height: 250px;
}
.programme div li .text {
	border: 1px solid #efefef;
	border-top: none;
	padding: 20px;
}
.programme div li .text h3 {
	margin-bottom: 10px;
	font-size: 18px;
}
.programme div li .text em {
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
	border-bottom: 1px solid #efefef;
	padding-bottom: 20px
}
.programme div li .text em a {
	color: #999;
	margin-right: 20px;
}
.programme div li .text p {
	color: #666;
	line-height: 200%;
	font-size: 14px;
}
.programme div li:hover {
	box-shadow: 10px 10px 20px #ececec;
}
.programme div li:hover .text {
	border: 1px solid #ddd;
	border-top: none;
}
/* --- 新闻列表 --- */
.news-list li {
	background: #f5f5f5;
	padding: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	transition: all .2s ease;
}
.news-list li .pic {
	float: left;
	width: 25%;
}
.news-list li .text {
	float: right;
	width: 73%;
}
.news-list li .text h3 {
	font-size: 18px;
	margin-bottom: 10px;
}
.news-list li .text em {
	color: #999;
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
}
.news-list li .text p {
	font-size: 14px;
	line-height: 200%;
	width: 90%;
}
.news-list li:hover {
	box-shadow: 0px 0px 20px #ececec;
	background: #fff;
}
.news-list li:hover .text h3 a {
	color: #008FD7;
}
.news-list li:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.my-lists {
	margin-bottom: 86px;
	text-align: center;
}
.my-lists ul {
	display: flex;
	width: 1200px;
	margin: 0 auto;
	justify-content: space-between;
}
.my-lists ul li {
	height: 500px;
	background: white;
	width: 360px;
	/*box-shadow: 2px 2px 10px #ccc;*/
	cursor: pointer;
	transition: all 0.5s;
}
.my-lists ul li .my-imgtit {
	width: 100%;
	height: 202px;
	overflow: hidden;
}
.my-lists ul li:hover {
	box-shadow: 5px 5px 20px #c4c3c3;
}
.my-lists ul li:hover img {
	transform: scale(1.2);
}
.my-lists img {
	display: block;
	width: 100%;
	height: 202px;
	transition: all 0.5s;
}
.my-lists ul li .my-cont {
	height: 298px;
	padding: 28px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.my-lists ul li .my-cont .my-line {
	width: 40px;
	height: 2px;
	background: #006DB2;/*修改前red*/
}
.my-lists ul li .my-cont h3 {
	line-height: 22px;
	text-align: left;
	font-size: 16px;
	font-weight: 600;
	margin: 30px 0;
}
.my-lists ul li .my-cont h3:hover {
	color: #006DB2;
}
.my-lists ul li .my-cont .my-details {
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	color: #666;
	margin-bottom: 30px;
	display: -webkit-box;
	/* -webkit-box-orient: vertical; */
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.my-lists ul li .my-cont .my-time {
	text-align: left;
	display: block;
	margin-bottom: 30px;
	color: #ccc;
}
.my-lists ul li .my-cont a {
	text-align: left;
	/* letter-spacing: 4px; */
	font-weight: normal;
	color: black;/*transition: all 0.5s;*/
}
.my-lists button {
	width: 128px;
	height: 52px;
	border: 1px solid #ccc;
	line-height: 52px;
	text-align: center;
	color: white;
	background-color: #686868;
	margin-top: 70px;
}
.my-lists button:hover {
	background-color: #006DB2;/*修改前#b01f24*/
	color: white;/* box-shadow: 4px 4px 8px #ccc; */ /*背景控制*/
}
/* --- 新闻详情 --- */
.news-show .title {
	text-align: center;
	border-bottom: 1px solid #efefef;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.news-show .title h1 {
	font-size: 24px;
	margin-bottom: 10px;
	line-height: 200%;
}
.news-show .title em {
	color: #999;
}
.news-show .box p {
	line-height: 200%;
	margin-bottom: 30px;
}
.article-other {
	border-top: 1px solid #efefef;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 14px;
	line-height: 250%;
	color: #999;
}
/* --- 留言 --- */
.messages {
	margin-bottom: 50px;
}
.messages li {
	margin-bottom: 20px;
	overflow: hidden;
}
.messages li input {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #f5f5f5;
	border: none;
	padding-left: 15px;
}
.messages li .left {
	width: 48%;
}
.messages li .right {
	width: 48%;
}
.messages li textarea {
	width: 100%;
	height: 200px;
	background: #f5f5f5;
	border: none;
	padding: 15px;
}
.messages li button {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #008FD7;
	border: none;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
}
/* --- 下载 --- */
.download-list li {
	background: #f5f5f5;
	margin-bottom: 20px;
	overflow: hidden;
}
.download-list li a {
	display: block;
	overflow: hidden;
	color: #666;
}
.download-list li h3 {
	float: left;
	font-size: 14px;
	line-height: 60px;
	margin-left: 20px;
}
.download-list li em {
	float: right;
	line-height: 60px;
	font-size: 14px;
	margin-right: 20px;
	background: url(../images/download.png) no-repeat right center;
	background-size: 14px;
	padding-right: 30px;
}
.download-list li:hover {
	background: #eee;
}
}
