@charset "UTF-8";

/* author:LY;*/
/* author:LY;*/
#loading {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #0F2C5D;
}

.typing_loader {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	-webkit-animation: typing 1s linear infinite alternate;
	-moz-animation: Typing 1s linear infinite alternate;
	animation: typing 1s linear infinite alternate;
	margin: 46px auto;
	/* Not necessary- its only for layouting*/
	position: relative;
	left: -12px;
}

@keyframes typing {
	0% {
		background-color: white;
		box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2), 24px 0px 0px 0px rgba(255, 255, 255, 0.2);
	}

	25% {
		background-color: rgba(255, 255, 255, 0.4);
		box-shadow: 12px 0px 0px 0px white, 24px 0px 0px 0px rgba(255, 255, 255, 0.2);
	}

	75% {
		background-color: rgba(255, 255, 255, 0.4);
		box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2), 24px 0px 0px 0px white;
	}
}

body {
	min-width: 1200px;
}

/*文字*/
/*颜色*/
.golden {
	color: #0F2C5D;
}

.red {
	color: #f00;
}

.bggolden {
	background-color: #C50100;
}

.blcok {
	display: block !important;
}

.elli1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.elli2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.elli3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.elli4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.index-tit .en {
	font-size: 35px;
	font-weight: bold;
	line-height: 48px;
	text-transform: uppercase;
}

.index-tit .cn {
	font-size: 0;
}

.index-tit .cn strong {
	font-size: 30px;
	color: #333;
	line-height: 48px;
	display: inline-block;
	float: left;
}

.index-tit .cn span {
	font-size: 18px;
	color: #333;
	display: inline-block;
	margin-left: 15px;
	line-height: 28px;
	margin-top: 20px;
	float: left;
}

.index-tit .more {
	color: #b4bdc1;
	font-size: 16px;
	float: right;
	line-height: 28px;
	margin-top: 20px;
}

.index-tit .more:hover {
	color: #C50100;
}

.crumbs-nav {
	background-color: #eff1f4;
}

.crumbs-nav .list {
	font-size: 0;
}

.crumbs-nav .list span {
	display: inline-block;
	color: #999;
	line-height: 50px;
	font-size: 16px;
	vertical-align: middle;
}

.crumbs-nav .list ul {
	display: inline-block;
	vertical-align: middle;
}

.crumbs-nav .list ul li {
	float: left;
}

.crumbs-nav .list ul li a {
	display: block;
	color: #999;
	line-height: 50px;
	font-size: 16px;
}

.crumbs-nav .list ul li a.active {
	color: #333;
}

.crumbs-nav .list ul li a:hover {
	color: #C50100;
}

.crumbs-nav .icon {
	margin-top: 13px;
	margin-right: 10px;
}

.in-page-tit {
	float: left;
}

.in-page-tit .cn {
	font-size: 30px;
	color: #333;
	line-height: 34px;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #d2d2d2;
}

.in-page-tit .en {
	font-size: 14px;
	color: #999;
	line-height: 16px;
}

.sort {
	float: right;
}

.sort ul {
	font-size: 0;
}

.sort ul li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

.sort ul li a {
	display: block;
	font-size: 16px;
	color: #999;
	line-height: 38px;
	border: 1px solid #ccc;
	text-align: center;
	padding: 0 15px;
}

.sort ul li:hover a,
.sort ul li.active a {
	color: #C50100;
	line-height: 36px;
	border: 2px solid #C50100;
	padding: 0 14px;
}

.paging ul {
	font-size: 0;
	text-align: center;
}

.paging ul li {
	display: inline-block;
	margin: 0 4px;
}

.paging ul li a {
	display: block;
	line-height: 42px;
	font-size: 18px;
	text-align: center;
	padding: 0 15px;
	border: 1px solid #eee;
	color: #999;
}

.paging ul li:hover a,
.paging ul li.active a {
	color: #fff;
	background-color: #C50100;
	border-color: #C50100;
}

.paging ul li.prohibit a {
	border: 1px solid #eee;
	color: #999;
	cursor: default;
	background-color: #fff;
}

.inside-tit {
	padding-bottom: 15px;
	border-bottom: 1px solid #efefef;
}

.inside-tit h2 {
	font-size: 24px;
	color: #C50100;
	line-height: 40px;
	text-decoration: underline;
}

.inside-tit .info .time,
.inside-tit .info .publisher {
	font-size: 14px;
	color: #999;
	line-height: 28px;
	margin-right: 5px;
	margin-top: 5px;
}

.area {
	width: 1200px;
}

.tip-box {
	height: 144px;
	border-bottom: 1px solid #f4f4f4;
}

.tip-box .logo-box {
	margin-top: 19.5px;
}

.tip-box .logo-box img,
.tip-box .logo-box a {
	display: inline-block;
}

.tip-box .tel-box {
	margin-top: 39px;
}

.tip-box .tel-box .num {
	margin-left: 10px;
}

.tip-box .tel-box .num p {
	font-size: 22px;
	color: #999999;
	font-weight: bold;
	line-height: 24px;
}

.tip-box .tel-box .num a {
	font-size: 32px;
	color: #C50100;
	line-height: 42px;
	font-weight: 400;
}

.tip-box .tel-box .num a span {
	color: #999;
}

.nav-box {
	background-color: #fff;
}

.nav-box ul li {
	float: left;
	position: relative;
}

.nav-box ul li::after {
	content: '';
	display: block;
	width: 1px;
	height: 16px;
	background-color: #e6e6e6;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 0;
}

.nav-box ul li:last-child::after {
	display: none;
}

.nav-box ul li .item {
	/* margin: 0 10px; */
	width: 100px;
	display: block;
	text-align: center;
	font-size: 16px;
	color: #666;
	line-height: 58px;
	/* border-bottom: 2px solid transparent; */
}

.nav-box ul li .item.current {
	color: #fff;
	border-color: #C50100;
	background-color: #C50100;
}

.nav-box ul li .item.active {
	/* color: #C50100;
	border-color: #C50100;
	font-weight: bold; */
	color: #fff;
	border-color: #C50100;
	background-color: #C50100;
}

.nav-box ul li .item.active:hover {
	color: #fff;
}

.nav-box ul li .nav-subnav {
	background-color: #fff;
	display: none;
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	z-index: 10;
}

.nav-box ul li .nav-subnav a {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #666;
	line-height: 36px;
}

.nav-box ul li .item:hover {
	color: #666;
	border-color: #C50100;
	/* font-weight: bold; */
}

.nav-box ul li:hover .nav-subnav {
	display: block;
}

.nav-box ul li:hover .nav-subnav a:hover {
	color: #C50100;
}

.banner-box {
	height: 715px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.banner-box .switch-con li {
	float: left;
}

.banner-box .switch-con li a {
	display: block;
	height: 715px;
	width: 100%;
}

.search-box {
	height: 120px;
	padding: 25px 0;
	box-shadow: 0px 4px 14px 0px rgba(10, 96, 209, 0.16);
}

.search-box .search-tit {
	font-size: 18px;
	color: #0F2C5D;
	line-height: 32px;
	font-weight: bold;
	margin-bottom: 10px;
}

.search-box ul li {
	float: left;
	position: relative;
	padding: 0 20px;
	color: #999;
}

.search-box ul li:first-child {
	padding-left: 0;
}

.search-box ul li:first-child::before {
	display: none;
}

.search-box ul li::before {
	content: '';
	display: block;
	width: 2px;
	height: 14px;
	background-color: #f2f2f2;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	left: 0;
}

.search-box ul li a {
	display: block;
	font-size: 15px;
	color: #999;
	line-height: 24px;
}

.search-box ul li a:hover {
	color: #C50100;
}

.search-box .service {
	position: absolute;
	right: 0;
	top: -125px;
	width: 285px;
	height: 183px;
	background-image: url(../images/咨询.png);
}

.search-box .service a {
	display: block;
	width: 100%;
	height: 90px;
}

.search-box .service input {
	display: block;
	width: 220px;
	height: 58px;
	outline: none;
	border: none;
	background-color: #fff;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: 180px center;
	margin-left: 32px;
	line-height: 58px;
	font-size: 20px;
	color: #333;
	padding: 0 45px 0 10px;
}

.introduction-box {
	padding-top: 90px;
}

.introduction-box .text-box {
	width: 600px;
}

.introduction-box .text-box .synopsis {
	margin: 40px 0;
}

.introduction-box .text-box .synopsis p {
	font-size: 15px;
	color: #666;
	line-height: 28px;
}

.introduction-box .text-box .synopsis a {
	display: inline-block;
	font-size: 15px;
	color: #666;
	line-height: 28px;
	margin: 30px 0 20px;
	position: relative;
	padding-left: 30px;
}

.introduction-box .text-box .synopsis a:hover {
	color: #C50100;
}

.introduction-box .text-box .synopsis a:hover::before {
	background-color: #C50100;
}

.introduction-box .text-box .synopsis a::before {
	content: '';
	display: block;
	position: absolute;
	width: 16px;
	height: 3px;
	background-color: #999;
	top: 50%;
	margin-top: -1px;
	left: 0;
}

.introduction-box .text-box .pic {
	width: 100%;
	overflow: hidden;
	height: 158px;
}

.introduction-box .text-box .pic img {
	object-fit: cover;
}

.introduction-box .text-box .intr-data {
	margin-top: 55px;
}

.introduction-box .text-box .intr-data li {
	float: left;
	width: 25%;
	display: block;
	border-left: 1px solid #e4e4e4;
}

.introduction-box .text-box .intr-data li:first-child {
	border: none;
}

.introduction-box .text-box .intr-data li .data {
	font-size: 30px;
	color: #333;
	font-weight: bold;
	text-align: center;
	line-height: 34px;
}

.introduction-box .text-box .intr-data li p {
	font-size: 16px;
	color: #999;
	line-height: 24px;
	text-align: center;
}

.introduction-box .img {
	width: 500px;
	height: 675px;
	overflow: hidden;
}

.introduction-box .img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: cover;
}

.introduction-box .ad {
	height: 200px;
	width: 100%;
	margin-top: 85px;
}

.introduction-box .ad img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: cover;
}

.product-box {
	background-color: #e2e5ec;
	padding: 100px 0 80px;
}

.product-list {
	padding-top: 65px;
}

.product-list ul .item {
	float: left;
	margin-right: 22px;
	margin-bottom: 22px;
}

.product-list ul .item:nth-child(3n) {
	margin-right: 0;
}

.product-list ul .item a {
	display: block;
	overflow: hidden;
}

.product-list ul .item a .pic {
	width: 385px;
	height: 286px;
	position: relative;
	overflow: hidden;
}

.product-list ul .item a .pic .jqthumb {
	transition: all 0.3s;
}

.product-list ul .item a .pic .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(15, 44, 93, 0.9);
	/* background-color: rgba(197, 1, 0, 0.8); */
	text-align: center;
	line-height: 286px;
	opacity: 0;
	transition: all 0.3s;
}

.product-list ul .item a .pic .mask img {
	display: inline-block !important;
}

.product-list ul .item a .text {
	height: 64px;
	background-color: #fff;
	border-top: 1px solid #ededed;
}

.product-list ul .item a .text .elli1 {
	font-size: 20px;
	color: #333;
	line-height: 64px;
	width: 310px;
	padding: 0 10px;
}

.product-list ul .item a .text .icon {
	border-left: 1px solid #ededed;
	height: 64px;
	padding: 9px 20px 0;
}

.product-list ul .item a .text .icon i {
	display: block;
	width: 34px;
	height: 3px;
	background-color: #b2b2b2;
	margin-top: 9px;
}

.product-list ul .item a:hover .mask {
	opacity: 1;
}

.product-list ul .item a:hover .jqthumb {
	transform: scale(1.1);
}

.product-list ul .item a:hover .text .elli1 {
	color: #0A60D1;
}

.product-list ul .item a:hover .text .icon i {
	background-color: #0F2C5D;
}

.case-box {
	padding-bottom: 100px;
}

.case-box .index-tit {
	margin: 65px 0 55px;
}

.case-box .case-exhi {
	position: relative;
}

.case-box .case-exhi ul li {
	float: left;
}

.case-box .case-exhi ul li a {
	width: 100%;
	height: 580px;
	display: block;
	position: relative;
}

.case-box .case-exhi ul li a .jqthumb {
	transition: 0.3s;
}

.case-box .case-exhi ul li a:hover .jqthumb {
	transform: scale(1.1);
}

.case-box .case-exhi ul li a:hover .words span {
	color: #C50100;
}

.case-box .case-exhi ul li a .words {
	display: none;
	width: 1140px;
	height: 100px;
	background-color: #fff;
	position: absolute;
	left: 30px;
	bottom: 30px;
	z-index: 10;
	line-height: 100px;
	font-size: 0;
}

.case-box .case-exhi ul li a .words strong {
	display: inline-block;
	padding: 0 30px;
	font-size: 35px;
	color: #cccccc;
	vertical-align: middle;
}

.case-box .case-exhi ul li a .words span {
	display: inline-block;
	font-size: 18px;
	color: #333;
	font-weight: 600;
	width: 900px;
	vertical-align: middle;
}

.case-box .case-exhi .switch {
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -150px;
	z-index: 15;
	height: 100px;
	text-align: center;
	width: 300px;
}

.case-box .case-exhi .switch .switch-ol {
	margin: 45px 0;
	display: inline-block;
}

.case-box .case-exhi .switch .switch-ol li {
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #eaeaf5;
	margin: 0 5px;
}

.case-box .case-exhi .switch .switch-ol li.selected {
	background-color: #0F2C5D;
}

.case-box .case-exhi .switch-btn {
	display: none;
	position: absolute;
	bottom: 30px;
	right: 50px;
	z-index: 15;
	height: 100px;
	width: 100px;
	font-size: 0;
	background-color: #fff;
}

.case-box .case-exhi .switch-btn span {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 100px;
	overflow: hidden;
	background-image: url(../images/btn.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

.case-box .case-exhi .switch-btn span.next {
	background-position: 13px center;
}

.case-box .case-exhi .switch-btn .prev {
	background-position: -60px center;
	margin-left: 20px;
}
.case-box .case-exhi .switch-btn span.next:hover {
	background-image: url(../images/btns.png);
	background-position: center;
	transform: rotateY(180deg);
}

.case-box .case-exhi .switch-btn span.prev:hover {
	background-image: url(../images/btns.png);
	background-position: center;
}

.article-box {
	background-image: url(../images/articlebg.png);
	background-position: center;
	background-size: cover;
	padding-top: 90px;
	height: 885px;
}

.article-box .tit {
	text-align: center;
	color: #000;
	padding-bottom: 85px;
}

.article-box .tit h2 {
	font-size: 36px;
	font-weight: bold;
	line-height: 48px;
}

.article-box .tit h3 {
	font-weight: 400;
	margin-top: 10px;
}

.article-box .tit h3 .cn {
	font-size: 24px;
	letter-spacing: 10px;
}

.article-box .tit h3 .en {
	text-transform: uppercase;
	letter-spacing: 0.75em;
}

.article-box .article-list li {
	width: 384px;
	float: left;
	margin-right: 24px;
	background-color: #0F2C5D;
}

.article-box .article-list li:nth-child(3n) {
	margin-right: 0;
}

.article-box .article-list li a {
	display: block;
	padding: 50px 32px 40px;
	position: relative;
	overflow: hidden;
}

.article-box .article-list li a i {
	display: block;
	font-style: normal;
	color: #fff;
	font-size: 110px;
	font-weight: bold;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	position: absolute;
	right: 26px;
	top: -18px;
	font-family: arial;
	opacity: .2;
}

.article-box .article-list li a h3 {
	font-size: 30px;
	line-height: 32px;
	font-weight: bold;
	color: #fff;
}

.article-box .article-list li a p {
	font-size: 15px;
	line-height: 24px;
	/* color: rgba(10, 96, 209, 0.7); */
	color: #fff;
	margin: 30px 0 35px;
}

.article-box .article-list li a .u-img {
	width: 320px;
	height: 182px;
	transition: all 0.3s;
}

.article-box .article-list li a:hover .u-img {
	transform: scale(1.05);
}

.news-box {
	padding: 75px 0;
	background-color: #f5f5f5;
}

.news-box .news-con {
	margin: 55px 0;
}

.news-box .news-con .left-item {
	position: relative;
}

.news-box .news-con .left-item .img {
	width: 650px;
	height: 405px;
}

.news-box .news-con .left-item .txet {
	position: absolute;
	left: 20px;
	bottom: -75px;
	width: 615px;
	min-height: 140px;
	background-color: #fff;
	padding: 30px;
}

.news-box .news-con .left-item .txet .time {
	width: 85px;
	color: #666;
	font-family: arial;
	text-align: center;
	margin-right: 15px;
}

.news-box .news-con .left-item .txet .time i {
	font-style: normal;
	font-size: 54px;
	display: block;
	line-height: 60px;
}

.news-box .news-con .left-item .txet .time span {
	font-size: 16px;
	display: block;
	line-height: 20px;
}

.news-box .news-con .left-item .txet .desc {
	border-left: 1px solid #e6e6e6;
	padding-left: 30px;
	width: 455px;
}

.news-box .news-con .left-item .txet .desc h3 {
	line-height: 24px;
	font-size: 18px;
	color: #333;
	font-weight: normal;
	margin-bottom: 8px;
}

.news-box .news-con .left-item .txet .desc p {
	font-size: 15px;
	line-height: 24px;
	color: #666;
}

.news-box .news-con .left-item .txet:hover .desc h3,
.news-box .news-con .left-item .txet:hover .desc p {
	color: #193e7c;
}

.news-box .news-con .right-item {
	width: 515px;
}

.news-box .news-con .right-item li a {
	display: block;
	margin-bottom: 16px;
}

.news-box .news-con .right-item li a .time {
	width: 106px;
	color: #666;
	font-family: arial;
	text-align: center;
	background-color: #fff;
	padding: 14px;
}

.news-box .news-con .right-item li a .time i {
	display: block;
	font-style: normal;
	font-size: 54px;
	line-height: 60px;
}

.news-box .news-con .right-item li a .time span {
	font-size: 16px;
	display: block;
	line-height: 20px;
}

.news-box .news-con .right-item li a .desc {
	padding-left: 20px;
	width: 405px;
	/* margin: 10px 0; */
}

.news-box .news-con .right-item li a .desc h3 {
	line-height: 24px;
	font-size: 18px;
	color: #333;
	font-weight: normal;
	margin-bottom: 15px;
}

.news-box .news-con .right-item li a .desc p {
	font-size: 15px;
	line-height: 22px;
	color: #666;
}

.news-box .news-con .right-item li a:hover .desc h3,
.news-box .news-con .right-item li a:hover .desc p {
	/* color: #C50100; */
}
.news-box .news-con .right-item li a:hover .time {
	background-color: #0F2C5D;
	color: #fff;
}
.footer-box {
	background-color: #222328;
	padding: 80px 0 85px;
}

.footer-box .footer-nav {
	padding-left: 25px;
	width: 850px;
	display: flex;
	flex-wrap: wrap;
}

.footer-box .footer-nav .nav-item {
	min-width: 100px;
	float: left;
	margin-right: 35px;
}

.footer-box .footer-nav .nav-item:nth-child(n + 7) {
	margin-top: 30px;
}

.footer-box .footer-nav .nav-item>a {
	font-size: 20px;
	color: #fff;
	text-align: left;
}

.footer-box .footer-nav .nav-item .nav-subnav {
	padding-top: 40px;
}

.footer-box .footer-nav .nav-item .nav-subnav a {
	display: block;
	height: 24px;
	line-height: 24px;
	font-size: 15px;
	color: rgba(255, 255, 255, 0.4);
	text-align: left;
}

.footer-box .footer-nav .nav-item .nav-subnav a:hover {
	text-decoration: underline;
	color: rgba(255, 255, 255, 0.6);
}

.footer-box .contact-us .icon {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 1px solid #35363a;
	overflow: hidden;
}

.footer-box .contact-us .icon img {
	display: block;
	margin: 12px auto;
}

.footer-box .contact-us .hotline {
	margin-left: 15px;
}

.footer-box .contact-us .hotline span {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.4);
}

.footer-box .contact-us .hotline h4 {
	font-size: 24px;
	color: #fff;
	font-family: arial;
	font-weight: normal;
}
.footer-box .contact-us .hotline .code_con {
	display: flex;
}
.footer-box .contact-us .hotline .code_con .code:nth-child(2) {
	margin-left: 6px;
}
.footer-box .contact-us .hotline .code_con .code {
	background-color: #fff;
	width: 140px;
	margin-top: 30px;
	padding: 15px;
}
.footer-box .contact-us .hotline .code span{
	color: #444;
	display: block;
	text-align: center;
	padding-top: 5px;
}
.footer-box .contact-us .hotline .code img {
	width:100%;
}
}
.footer-box .contact-us .hotline .code span {
	font-size: 15px;
	color: #666;
	display: block;
	text-align: center;
	margin-top: 5px;
}

.copyright-box {
	background-color: #222328;
	border-top: 1px solid #36373b;
	height: 112px;
	padding: 44px 0;
}

.copyright-box p {
	font-size: 13px;
	line-height: 24px;
	color: rgba(255, 255, 255, 0.3);
}

.copyright-box p.record {
	color: #fff;
}

.product {
	padding: 40px 0;
}

.product .product-list {
	padding-top: 40px;
}

.product .product-list ul .item {
	border: 1px solid #f1f1f1;
	margin-right: 18px;
}

.product .product-list ul .item:nth-child(3n) {
	margin-right: 0;
}

.product .paging {
	margin: 55px 0 40px;
}

.Case .top {
	margin: 30px 0;
}

.Case .Case-list ul li {
	float: left;
	margin-right: 30px;
	width: 585px;
}

.Case .Case-list ul li:nth-child(2n) {
	margin-right: 0;
}

.Case .Case-list ul li a {
	display: block;
}

.Case .Case-list ul li a:hover .pic .jqthumb {
	transform: scale(1.1);
}

.Case .Case-list ul li a:hover .pic .mask {
	opacity: 1;
}

.Case .Case-list ul li a:hover .text h3 {
	color: #C50100;
}

.Case .Case-list ul li a .pic {
	width: 100%;
	height: 285px;
	position: relative;
	overflow: hidden;
}

.Case .Case-list ul li a .pic .jqthumb {
	transition: all 0.3s;
}

.Case .Case-list ul li a .pic .mask {
	width: 100%;
	height: 48px;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
	transition: all 0.3s;
	background-color: #C50100;
}

.Case .Case-list ul li a .pic .mask img {
	display: block !important;
	margin: 11px auto;
}

.Case .Case-list ul li a .text {
	margin: 30px 0 45px;
	padding: 0 15px;
}

.Case .Case-list ul li a .text h3 {
	font-size: 20px;
	color: #333;
	font-weight: normal;
	text-align: center;
	line-height: 28px;
}

.Case .Case-list ul li a .text p {
	line-height: 24px;
	color: #999;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
}

.Case .paging {
	margin: 35px 0 80px;
}

.news {
	padding: 40px 0 50px;
}

.news .in-page-tit .en {
	margin-top: 16px;
}

.news .news-list {
	margin-top: 40px;
}

.news .news-list .item {
	margin-bottom: 30px;
}

.news .news-list .item a {
	display: block;
}

.news .news-list .item a .pic {
	width: 314px;
	height: 203px;
	overflow: hidden;
}

.news .news-list .item a .pic .jqthumb {
	transition: all 0.3s;
}

.news .news-list .item a .text {
	width: 855px;
}

.news .news-list .item a .text h3 {
	width: 100%;
	font-size: 18px;
	font-weight: normal;
	color: #333;
	text-decoration: underline;
	line-height: 28px;
	margin: 15px 0 30px;
}

.news .news-list .item a .text p {
	font-size: 14px;
	color: #999;
	line-height: 26px;
}

.news .news-list .item a .text .date {
	font-size: 24px;
	color: #999;
	line-height: 36px;
	margin-top: 30px;
}

.news .news-list .item a:hover .pic .jqthumb {
	transform: scale(1.1);
}

.news .news-list .item a:hover .text h3 {
	color: #C50100;
	font-weight: bold;
}

.news .no-result {
	margin: 30px 0;
}

.news .no-result h3 {
	text-align: center;
	font-size: 32px;
	color: #666;
	line-height: 48px;
}

.news .no-result p {
	font-size: 18px;
	text-align: center;
	line-height: 28px;
	color: #999;
}

.news .paging {
	margin: 35px 0 90px;
}

.inside {
	padding: 30px 0 75px;
}

.inside .content {
	padding: 50px 0;
}

.inside .content p {
	font-size: 14px;
	line-height: 26px;
	color: #666;
	margin-bottom: 10px;
}

.inside .content img {
	display: inline-block;
	max-width: 100%;
	margin: 20px 0;
}

.inside .content h2 {
	font-size: 24px;
	color: #333;
	margin: 30px 0;
}

.Contact {
	padding: 30px 0 75px;
}

.Contact .map {
	width: 1200px;
	height: 395px;
	overflow: hidden;
	margin-top: 35px;
}

.Contact .info-box {
	margin-top: 45px;
}

.Contact .info-box .company-name .cn {
	font-size: 23px;
	color: #666;
}

.Contact .info-box .company-name .en {
	font-size: 10px;
	color: #999;
}

.Contact .info-box .list {
	width: 850px;
	margin-left: 70px;
}

.Contact .info-box .list li {
	float: left;
	display: block;
	width: 330px;
	line-height: 36px;
	font-size: 14px;
	color: #666;
	margin-left: 80px;
}

.Contact .message {
	width: 1200px;
	height: 138px;
	overflow: hidden;
	margin-top: 35px;
}

.Contact .form {
	margin-top: 45px;
}

.Contact .form .form-item {
	float: left;
	margin-right: 127px;
	margin-bottom: 35px;
}

.Contact .form .form-item textarea {
	display: block;
	width: 1200px;
	border: none;
	border-bottom: 1px solid #e6e6e6;
	font-size: 14px;
	color: #666;
	font-family: "microsoft yahei";
	line-height: 44px;
}

.Contact .form .form-item textarea:focus {
	outline: none;
}

.Contact .form .form-item .input {
	display: block;
	width: 315px;
	border: none;
	font-size: 14px;
	color: #666;
	font-weight: bold;
	line-height: 44px;
	border-bottom: 1px solid #e6e6e6;
}

.Contact .form .form-item:nth-child(3) {
	margin: 0;
}

.Contact .form .form-item .form-label {
	font-size: 14px;
	color: #666;
	height: 38px;
	line-height: 38px;
}

.Contact .form .form-item .code-input {
	display: block;
	width: 100px;
	line-height: 36px;
	height: 38px;
	text-align: center;
	border: 1px solid #dedede;
	background-color: transparent;
}

.Contact .form .form-item .btn {
	margin-left: 20px;
}

.Contact .form .form-item .btn img {
	display: block;
	height: 38px;
}

.Contact .form .btn-item {
	font-size: 0;
}

.Contact .form .btn-item button {
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #dcdcdc;
	margin-left: 20px;
	display: inline-block;
	width: 208px;
	height: 50px;
	color: #999;
	line-height: 48px;
	text-align: center;
	padding: 0;
	cursor: pointer;
	background-color: #fff;
	opacity: 0.8;
}

.Contact .form .btn-item button.btn-submit {
	color: #fff;
	background-color: #dcdcdc;
}

.Contact .form .btn-item button:hover {
	opacity: 1;
}
