* {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

html {
	margin: 0;
	padding: 0;
	font-size: 62.5%;

}

body {
	background: #fff;
	font-family: "微软雅黑", 'Roboto-regular', "sans-serif";
	color: #333;
	line-height: 160%;
	font-size: 14px;
	font-size: 1.4rem;
}



li,
dt,
dl,
dd {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	color: #333;
	-webkit-transition: color 400ms, background-color 400ms;
	-moz-transition: color 400ms, background-color 400ms;
	-o-transition: color 400ms, background-color 400ms;
	transition: color 400ms, background-color 400ms;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #666;
}

img {
	max-width: 100% !important;
	height: auto !important;
}

hr {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #fff;
}

/*************************
*******Header******
**************************/
#header {
	width: 100%;
}

.top-fixed {
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	border-bottom: 1px solid #e5e5e5;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.05);
	background-color: #fff;
}

.navbar.navbar-default {
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
	background: #fff;
	font-size: 16px;

}

.navbar.navbar-default .navbar-toggle {
	margin-top: 20px;
}

.navbar.navbar-default .navbar-brand {
	height: auto;
	padding: 5px 15px 0px;

}

.tlinks {
	text-indent: -9999px;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

.navbar-default .navbar-collapse {
	margin-top: 0px;

}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {

	color: #49a0ed;
	font-weight: bold;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	background: #49a0ed;
	color: #fff;

}


.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	color: #49a0ed;
	background: none;
}

.navbar-default .navbar-nav>.active {
	position: relative;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #333;
	text-align: center;
	padding: 10px 20px;
}

.dropdown-menu {
	min-width: 110px;
	margin-right: 0;
}

.navbar-default .navbar-nav>li>a {
	color: #333333;
	font-size: 16px;
}


/*************************
*******首页******
**************************/

/* 通用样式 */
.swiper-pagination-bullet {
	opacity: 0.3;
}


.swiper-pagination-bullet-active {
	background-color: #49a0ed;
	opacity: 1;
}

.swiper-container-case .swiper-button-next,
.swiper-container-case .swiper-container-rtl .swiper-button-prev {
	background: url(../images/right-arrow.png) no-repeat;
}

.swiper-container-case .swiper-button-prev,
.swiper-container-case .swiper-container-rtl .swiper-button-next {
	background: url(../images/left-arrow.png) no-repeat;
}

.swiper-button-next,
.swiper-button-prev {
	width: 47px;
	height: 66px;
	margin-top: -33px;
}


/* banner-padding */

/* .homepage {
	padding-bottom: 70px;
} */

.margintop {
	margin-top: 80px;
}

.padding-top {
	padding: 50px 0 0;
}

.padding-bottom {
	padding-bottom: 50px;
}

.gray-bg {
	background: #fcfcfc;
}

.small-banner {
	display: none;
}

.banner>.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 30px;
}

.banner img {
	width: 100% !important;
	height: auto;
}

/* 搜索 */
.search {
	float: right !important;
	position: relative;
	width: 34px;
	height: 34px;
	margin-top: 18px;
	margin-left: 50px;
	z-index: 999;
}

.search i {
	background: url(../images/search-icon.png) no-repeat;
	width: 34px;
	height: 34px;
	background-size: 100% 100%;
	display: block;
}

.search .input {
	display: none;
	position: absolute;
	top: -18px;
	width: 934px;
	background-color: #fff;
	left: -900px;
	height: 70px;
}

.search .input input[type=button] {
	background: url(../images/search-icon.png) no-repeat center;
	background-size: 34px 34px;
	width: 74px;
	height: 34px;
	border: none;
	padding: 0 20px;
	margin-top: 15px;
	outline: none;
	float: left;
}

.search .input input[type=text] {
	width: calc(90% - 74px);
	background-color: #fff;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	box-sizing: border-box;
	border: none;
	outline: none;
	margin-top: 15px;
	float: left;
}

.search .input .close {
	background-color: #007AFF;
	float: right;
	width: 10%;
	background: url(../images/close-icon.png) no-repeat center;
	background-size: 34px 34px;
	float: left;
	height: 70px;
	display: block;
	ransform: rotate(0deg);
	-ms-transform: rotate(0deg);
	/* IE 9 */
	-moz-transform: rotate(0deg);
	/* Firefox */
	-webkit-transform: rotate(0deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(0deg);
	/* Opera */
}

.search .input .close:hover {

	transform: rotate(360deg);
	ms-transform: rotate(360deg);
	/* IE 9 */
	-moz-transform: rotate(360deg);
	/* Firefox */
	-webkit-transform: rotate(360deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(360deg);
	/* Opera */

}


/* 标题 */
.section-header {
	margin-bottom: 40px;
	position: relative;
	height: 106px;
}

.section-header .section-title {
	font-size: 30px;
	color: #333;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 5px;
	margin: 0 0 5px;
	position: relative;
	z-index: 2;
	top: 26px;
}

.section-header .section-title::after {
	width: 48px;
	height: 3px;
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -24px;
	bottom: -15px;
	background-color: #49a0ed;
}

.section-header p {
	text-align: center;
	font-size: 80px;
	color: #eeeeee;
	position: relative;
	font-weight: bold;
	width: 100%;
	display: flex;
	justify-content: center;
	top: -26px;
	z-index: 1;

}



/****************** 核心能力 ***************/
.daohang {
	background: url(../images/hexin-bg1.png) no-repeat #f30;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 299px;
	background-size: 100% 100%;
}

.daohang.jishu-bg {
	background: url(../images/hexin-bg2.png) no-repeat #f30;
	background-size: 100% 100%;
}

.daohang.zhuanye-bg {
	background: url(../images/hexin-bg3.png) no-repeat #f30;
	background-size: 100% 100%;
}


.tubiao {
	width: 124px;
	height: 124px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
}

.text {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin-top: 15px;
}

.zilei-box {
	background: #f2f2f2;
	padding: 30px;
	display: flex;
	flex-wrap: wrap;
}

.zilei-box a {
	width: 31.3%;
	text-align: center;
	display: block;
	height: 50px;
	line-height: 50px;
	/* display: flex;
	justify-content: center;
	align-items: center; */
	background-color: #fff;
	margin-bottom: 20px;
	margin-right: 3%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	padding: 0 10px;
	box-sizing: border-box;	
	
}

.zilei-box a:nth-child(3n) {
	margin-right: 0;
}

.zilei-box a:hover {
	background-color: #49a0ed;
	color: #fff;
}

/* 首页banner */
.swiper-container-banner {
	/* margin-top: 100px; */
}


/****************** 关于我们 ***************/

.jianjie-left {
	width: 40%;
	float: left;
	padding-left: 30px;
}

.jianjie-right {
	width: 46%;
	float: left;
	position: relative
}

.jianjie-left h4 {
	font-size: 3rem;
	color: #333;
	padding-bottom: 5px;
	font-weight: bold;
	position: relative;
	margin-top: 15px;
}

.jianjie-left h4::after {
	content: "";
	display: block;
	width: 48px;
	height: 3px;
	background-color: #bcbcbc;
	position: absolute;
	bottom: -20px;
	left: 0;
}

.jianjie-left a.view {
	color: #333;
	width: 160px;
	height: 45px;
	border: 1px solid #cdcdcd;
	display: block;
	text-align: center;
	line-height: 45px;
	margin-top: 55px;
	text-indent:0;
}

.jianjie-left ul {
	margin-top: 30px;
	width: 130%;
	margin-left: -30%;
	background-color: rgba(255, 255, 255, 0.85);
	padding: 40px 0;
	box-sizing: border-box;
}

.jianjie-left ul li {
	float: left;
	width: 20%;
	padding: 0 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	flex-direction: column;


}

.jianjie-left ul li b,
.jianjie-left ul li span {
	display: block;
	font-size: 14px;

}

.jianjie-left ul li span {
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
	display: block;
	text-indent: 0;


}


.jianjie-left ul li b {
	font-size: 4.0rem;
	color: #e94001;
	/* margin-bottom: 15px; */
	display: block;
}


.jianjie-left ul li .shuzi {
	display: flex;
	color: #e94001;
	align-items: center;
	margin-bottom: 15px;
	width: 100%;
	justify-content: center;


}

.jianjie-left ul li .shuzi i {
	font-style: normal;
	margin-left: 5px;
	font-size: 14px;
	/* padding-top: 10px; */
	display: block;

}

.jianjie-left ul li span {
	color: #666666;
}

.jianjie-left .p {
	margin-top: 40px;
	color: #666666;
	font-size: 16px;
	line-height: 180%;
}

.jianjie-img {
	position: relative;
	width: 60%;
	background-color: #003580;
	overflow: hidden;
	left: 0;
	top: 0;
	z-index: 2;
	float: left;
}

a.more {
	height: 50px;
	line-height: 50px;
	width: 212px;
	text-align: center;
	display: block;
	margin: 50px auto 0;
	border-radius: 0;
	color: #fff;
	border: 1px solid #e5e5e5;
}

a.more:hover {
	color: #fff;
	background: #49a0ed;
	border: none;
}



/********* Footer ******/
#footer {
	padding-top: 30px;
	color: #acacac;
	background: #212121;
}

#footer a {
	color: #acacac;
}

#footer a:hover {
	color: #fff;
}

#footer .footer-left {
	width: 76%;
	float: left;
}

#footer .footer-right {
	width: 24%;
	float: right;
	text-align: left;
	line-height: 30px;
	padding-left: 50px;
	border-left: 1px solid #2d2d2d;
}

#footer .footer-left ul {
	display: flex;


}

#footer .footer-left ul li {
	margin-right: 20px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

#footer .footer-left ul li a {
	margin-top: 10px;
	color: rgba(255, 255, 255, 0.5);
	margin-right: 10px;
}

#footer .footer-left ul li span,
#footer .footer-left ul li span a {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.7);
}

.part2 .footer-left,
.part2 .footer-right {
	padding-top: 30px;
}




.ewm-box {
	margin-top: 20px;
}

.ewm-img {
	border: 1px solid #2d2d2d;
	padding: 5px;
	box-sizing: border-box;
	width: 100px;
	height: 100px;
}

.ewm-box p {
	padding-left: 26px;
}

.banquan {
	background-color: #000000;
	display: flex;
	justify-content: center;
	text-align: center;
	padding: 15px 15px;
	box-sizing: border-box;

}


/* 分公司 */
.fengongsi-box {
	border-bottom: 1px solid #2d2d2d;
	padding-bottom: 30px;

}

.fengongsi {
	display: flex;
}

.fengongsi .biaoti {
	color: rgba(255, 255, 255, 0.7);
	line-height: 30px;
}

.fengongsi .gongsi-name {
	display: flex;
	flex-wrap: wrap;
	width: 94%;
	line-height: 30px;
}

.fengongsi .gongsi-name a {
	margin-left: 15px;
	margin-right: 15px;
}

.sanji-list {
	display: flex;
	flex-direction: column;
	width: auto;
}

/* 行业动态 */
.dongtai-bg {
	background: url(../images/news-bg.png) no-repeat;
}

.dongtai-bg .section-header .section-title {
	color: #fff;
}

.dongtai-bg .section-header p {
	color: rgba(255, 255, 255, 0.1);
}

.news-list ul li a {
	border: 1px solid #e5e5e5;
	display: block;
	transition: all 0.5s ease 0s;
}

.news-list a.more {
	color: #fff;
}

.news-list ul li a img {
	transition: all 1s ease 0s;
}

.news-list ul li a:hover img {
	-webkit-transform: scale(1.2);
	transition: all 1s ease 0s;
}

.news-list ul li a:hover {
	box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.1);
	margin-top: -10px;
	transition: all 0.5s ease 0s;
}

.news-list-text {
	padding: 20px 15px;
	background: #fff;
}

.news-list-text p {
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news-list-text .time {
	color: #999;
}

ul.tab {
	display: flex;
	justify-content: center;
	margin-bottom: 70px;
}

ul.tab li {
	background: #fff;
	color: #333;
	height: 50px;
	line-height: 50px;
	width: 180px;
	text-align: center;
	font-size: 16px;
	margin: 0 15px;
	cursor: pointer;
}

ul.tab li.current {
	background: #e39e24;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

.news-img {
	height: 230px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.game-img {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* c成功案例 */
.case .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 300ms;
	transform: scale(0.8);
}

.case .swiper-slide-active,
.case .swiper-slide-duplicate-active {
	transform: scale(1);
}



/***********************
********* 关于我们页面 ******
************************/

.ziye-banner {
	width: 100%;
	position: relative;
}

.banner-text {
	position: absolute;
	top: 37%;
	width: 100%;
	z-index: 2;
}

.zy-banner-img {
	position: relative;
	z-index: 1;
	background: url(../images/contact-banner.png) no-repeat center;
	background-size: cover;
	height: 341px;
}

.banner-text h4 {
	font-size: 3.6rem;
	font-weight: bold;
	color: #fff;
	margin: 0;
}

.banner-text p {
	font-size: 1.6rem;
	color: #fff;
	margin-top: 10px;
}


/* 荣誉列表 */
.rongyu-list {
	margin-bottom: 30px;
}

.rongyu-list a {
	transition: all 0.5s ease 0s;
	width: 100%;
	height: auto;
}

.rongyu-list a:hover {
	box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.1);
	background-color: #f30;
	transition: all 0.5s ease 0s;
}



.rongyu-text {
	margin-top: 15px;
	color: #333;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	white-space: nowrap;
	word-break: break-all;
	text-overflow: ellipsis;
}

.rongyu-img {
	height: 314px;
	overflow: hidden;
	background-color: #f2f2f2;
	justify-content: center;
	align-items: center;
	display: flex;
}

.rongyu-img.zizhi-img {
	height: 500px;


}




.rongyu-img img {
	object-fit: fill;
	height: 314px;
	overflow: hidden;
}


/* 新闻列表 */
.news-list {
	margin-bottom: 30px;

}

.news-list a {
	display: block;
	border: 1px solid #e5e5e5;
}

.news-text {
	padding: 15px;
}

.news-text h4 {
	font-size: 1.6rem;
	color: #333;
	line-height: 140%;
	height: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin-top: 0;
}

.news-text p {
	font-size: 1.4rem;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	min-height: 44px;
}

.game-text p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	min-height: 44px;
}

.news-text .time {
	color: #999;
	margin-bottom: 10px;
	margin-top: 10px;
}

.news-text .arrow {
	background: url(../images/arrow.png) no-repeat;
	width: 31px;
	height: 15px;
	text-align: right;
	float: right;
	margin-top: 5px;
	margin-bottom: 10px;
}

.news-img {
	height: 21rem;
	overflow: hidden;
}

.news-img img {
	transition: all 0.4s ease 0s;
}

.news-list a:hover .news-img img {
	transform: scale(1.2);
	transition: all 0.4s ease 0s;
}

.news-list a:hover {
	box-shadow: 2px 5px 10px 5px rgba(0, 0, 0, 0.2);
}

/* 详情页 */
.xq-box {
	padding-top: 20px;
}

.zy-nav {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #666;
	background: url(../images/home-icon.png) no-repeat left center;
	padding-left: 40px;
	padding-bottom: 10px;
}

.zy-nav a {
	color: #666;
}

.xq {
	margin-top: 40px;

}

.xq h2 {
	font-size: 3.0rem;
	font-weight: bold;
}

.xq .time {
	color: #999;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
	padding-top: 10px;
}

.xq-content {
	padding: 15px;
	color: #666;
	min-height: 200px;
}

.xq-bottom {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
	border-top: 1px solid #e5e5e5;
	margin-top: 20px;
	padding-top: 16px;
}

.xq-bottom>div {
	padding: 0 3%;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: break-word;
	color: #999;
	width: 50%;
}

.xq-bottom>div a {
	color: #999
}

.xq-bottom>div a:hover {
	color: rgba(73, 160, 237, 0.8);
}


/* 联系我们 */
.contact-list {
	border-top: 1px solid #e8e8e8;

	box-sizing: border-box;
	border-left: 1px solid #e8e8e8;
	box-sizing: border-box;
}

.contact-list li {
	float: left;
	padding: 40px 15px;
	width: 25%;
	text-align: center;

	border-bottom: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	box-sizing: border-box;
}

.contact-list li i {
	width: 8rem;
	height: 8rem;
	display: block;
	margin: 0 auto;
}

.contact-text {
	margin-top: 15px;
	color: #666;
}

.contact-text p {
	height: 40px;
	margin-top: 10px;
}

/* 合作意向 */
.hezuo-from ul li {
	margin-bottom: 20px;
}

.hezuo-from ul li input[type=text] {
	width: 100%;
	background-color: #f0f0f0;
	height: 48px;
	line-height: 48px;
	padding: 0 15px;
	border: none;
}

.hezuo-from ul li textarea {
	width: 100%;
	height: 184px;
	background-color: #f0f0f0;
	border: none;
}

.hezuo-from ul li input[type=button],
.hezuo-from ul li input[type=submit] {
	width: 100%;
	background-color: #ed9249;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #fff;
	border: none;
	outline: none;
	font-size: 1.6rem;
}



/* 天元在全国 */
.jieshao {
	width: 60%;
	margin: -30px auto 20px;
	line-height: 180%;
	text-align: center;
}

.fenbutu {
	display: flex;
	justify-content: center;
}

/* 关于我们导航 */
.zy-menu {
	width: 100%;
	border: 1px solid #e5e5e5;
	height: 60px;
	text-align: center;
}

.zy-menu ul li {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	width: 12%;
	line-height: 60px;
	box-sizing: border-box;

}

.zy-menu ul li a {
	display: block;
	color: #333;
}

.zy-menu ul li.current,
.zy-menu ul li:hover,
.zy-menu ul li.current a,
.zy-menu ul li a:hover {
	background-color: #49a0ed;
	color: #fff;
	font-size: 16px;

}

.zy-aboutus {
	width: 100%;
}

.zy-aboutus .about-img {
	float: left;
	width: 500px;
	height: 330px;
	overflow: hidden;
	margin: 0 30px 0 0;
}

.zy-aboutus p {
	text-indent: 2em;
	margin-bottom: 20px;
	line-height: 160%;
}

.jianjie-left.zy-jianjie-left {
	background-color: #f9f9f9;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.jianjie-left.zy-jianjie-left ul {
	width: 100%;
	margin-top: 30px;
	margin-left: 0;
	background: none;
	padding: 30px 0 30px 30px;
	box-sizing: border-box;
}

/* 发展历程 */

.fazhan-list-box {
	width: 100%;
	padding: 0 30px;
	box-sizing: border-box;
	padding-top: 30px;
}

.fazhan-list {
	display: flex;

}

.date {
	width: 15%;
	color: #0068b7;
	font-size: 36px;
	font-weight: bold;
	display: flex;
	align-items: center;
	text-align: right;
	margin-right: 10px;
}

.dian {
	border-left: 1px solid #d2d2d2;
	position: relative;
	width: 30px;
	height: 160px;
}

.dian .quan {
	width: 20px;
	height: 20px;
	border: 3px solid #0068b7;
	box-sizing: border-box;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: -10px;
	margin-top: -10px;
}

.fanzhan-text {
	height: 110px;
	border: 1px solid #e5e5e5;
	background-color: #fbfbfb;
	display: flex;
	align-items: center;
	padding: 30px;
	box-sizing: border-box;
	position: relative;
	width: calc(85% - 70px);
	margin-left: 30px;
	border-radius: 5px;
	margin-top: 25px;
}

.fanzhan-text::after {
	display: block;
	position: absolute;
	left: -10px;
	top: 50%;
	content: "";
	margin-top: -5px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #e5e5e5;
	width: 0;
	height: 0;
}

/* 董事致辞 */
.zhici-content {
	display: flex;

}

.zhici-content .zhici {
	width: 60%;
}

.zhici-content .zhici p {
	text-indent: 2em;
}

.dongshi {
	margin-left: 30px;
	box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.4);

	height: 423px;
	overflow: hidden;
	background-color: #f8f8f8;
}

.dongshi img {
	width: 100%;
}


/****************** 子页面文章列表 *******************/
.zy-news-list {
	width: 100%;
}

.zy-news-list ul li {
	padding: 30px 15px;
	border-bottom: 1px solid #e5e5e5;

}

.zy-news-list ul li:hover {
	background-color: #f5f5f5;
}

.zy-news-list ul li a {
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;

}

.zy-news-list ul li .news-img {
	width: 22%;
	height: 150px;
	overflow: hidden;
	margin-right: 3%;
	background-color: #f2f2f2;
}

.zy-news-list ul li .news-img img {
	width: 100%;
}

.zy-news-list .news-right {

	width: calc(75% - 114px);
}

.zy-news-list ul li a .news-right h4 {
	color: #060606;
	font-size: 16px;
}

.zy-news-list .news-right h4 {
	text-overflow: ellipsis;
	height: 20px;
	white-space: nowrap;
	overflow: hidden;
	margin-top: 0;
}

.zy-news-list ul li a .news-right p {
	color: #666;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.zy-news-list ul li a .news-right span {
	display: block;
	color: #999;
}

.zy-news-list ul li .arrow {
	width: 48px;
	height: 48px;
	background-color: #cccccc;
	font-size: 30px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 30px;
}


.fenye {
	width: 100%;
	padding: 20px 0 0;
	text-align: center;
	margin-top: 30px;
}

.fenye a,
.fenye span {
	/* display: inline-block;
	padding: 5px 10px; */
	/* border: 1px solid #c1c1c1; */
	text-align: center;
	/* margin: 0 5px; */
}

a.fanye,
.fenye span.current {
	background-color: #62b5ff;
	color: #fff;
	border: none;

}

a.fanye {
	padding-left: 20px;
	padding-right: 20px;
}

/* 企业文化 */
.wenhua-list {
	display: flex;
}

.wenhua-text {
	text-align: center;
	padding: 30px 50px;
	box-sizing: border-box;
	background-color: #f2f2f2;
	position: relative;
	width: 50%;
	display: inline-flex;
	flex-direction: column;
    justify-content: center;
	align-items: center;
}

.wenhua-text::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-right: 15px solid #f2f2f2;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	left: -15px;
	top: 15%;
}

.wenhua-text.left-wenhua-text::after {
	left: auto;
	right: -30px;
	border-left: 15px solid #f2f2f2;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 15px solid transparent;

}


.wenhua-text h4 {
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 10px;
	font-size: 20px;
}

.wenhua-text p {
	color: #333;
	font-size: 18px;
	line-height: 160%;
	font-weight: bold;
}

.wehua-img {
	width: 50%;
}

/* 校园招聘 */
.zhaopin {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90%;
	margin: 0 auto;
	padding: 20px 0;
	color: #666;

}

.zhaopin.zhaopin-title {
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	color: #333;
	background-color: #eeeeee;
	font-size: 15px;
}


.zhaopin>div {
	width: 20%;
	padding: 0 20px;
	box-sizing: border-box;
}

.zhaopin-list-box .zhaopin:nth-child(2n) {
	background-color: #eeeeee;
}

/* 招聘动态 */
.zpdt-list a {
	display: flex;
	padding: 15px 0;
	border-bottom: 1px solid #e5e5e5;
}

.zpdt-list a .zpdt-text {
	width: 70%;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-all;
}

.zpdt-list a .zpdt-time {
	width: 30%;
	text-align: right;
	color: #999;
}

.zhaopin-wenzhang {
	width: 80%;
	margin: 0 auto;
}

/*业务能力 */
.fuwu-box .fuwu-title {
	color: #333;
	font-size: 36px;
	text-align: center;
	margin-bottom: 70px;
}

.fuwu-tab {
	display: flex;
	justify-content: center;
	color: #fff;
	font-size: 18px;
	flex-wrap: wrap;
}

.fuwu-tab li {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1;
	height: 190px;
	margin-right: 20px;
	background-color: #ef9737;
}

.fuwu-tab li:nth-child(2n) {
	background-color: #5ca9ed;
}

.fuwu-tab li:last-child {
	margin-right: 0;
}


/***********************
********* 响应式 ******
************************/

@media (max-width: 768px) {

	/* 业务能力 */
	.fuwu-tab li {
		width: 33.3%;
		flex: auto;
		margin-right: 0;
		height: 90px;
		font-size: 14px;

	}



	/* 详情 */
	.xq-bottom {
		flex-direction: column;
	}


	/* 校园招聘 */
	.zhaopin {
		width: 100%;
		padding: 10px 0;
	}

	.zhaopin.zhaopin-title {
		display: none;
	}

	.zhaopin {
		flex-wrap: wrap;
	}

	.zhaopin>div {
		width: 50%;
		line-height: 26px;
		margin-bottom: 5px;
	}

	.zhaopin>div:first-child {
		width: 100%;
		font-size: 15px;
	}

	.zhaopin-wenzhang {
		width: 100%;
		margin: 0 auto;
	}


	/*企业文化 */
	.wenhua-list {
		flex-wrap: wrap;
	}

	.wenhua-text,
	.wehua-img {
		width: 100%;
	}

	.wenhua-text::after,
	.wenhua-text.left-wenhua-text::after {
		display: none;
	}

	.wenhua-list:nth-child(2),
	.wenhua-list:nth-child(4) {
		flex-direction: column-reverse;
	}

	/* 版权 */
	.banquan {
		text-align: left;
	}

	/* 子页面banner */
	.zy-banner-img {
		height: 120px;
		background-size: 160% 100%;
	}

	.banner-text p {
		font-size: 1.2rem;
		margin-top: 0;
	}

	.banner-text h4 {
		font-size: 2.0rem;
	}


	/* 顶部搜索 */
	.search {
		position: absolute;
		top: 0;
		right: 80px;
	}

	.search i {
		background-size: 30px 30px;
	}

	.search .input {
		position: fixed;
		left: 0;
		width: 100%;
		top: 0;
		padding: 0 15px 0 0;
		box-sizing: border-box;
	}



	.navbar-default .navbar-collapse {
		margin-top: 0;
	}

	.navbar-collapse {
		z-index: 9;
	}

	.navbar-nav {
		float: none;
	}

	.nav>li {
		text-align: center;
	}

	.navbar-brand img {
		width: 80%;
	}


	.shipin-box,
	.footer-bottom span {
		display: none;
	}

	.footer-bottom p {
		text-align: center;
	}

	/* 公共样式 */
	.padding-top {
		padding: 35px 0 0;
	}

	.padding-bottom {
		padding-bottom: 35px;
	}

	.footer_fix {
		display: none;
	}

	.homepage {
		padding-bottom: 0;
	}

	/* 标题 */
	.section-header {
		height: 70px;
	}

	.section-header .section-title {
		font-size: 24px;
		top: 16px
	}

	.section-header p {
		font-size: 28px;
	}

	/* 核心能力 */
	.zilei-box {
		padding: 15px;

	}

	.daohang {
		height: 220px;

	}

	/* 关于我们 */
	.jianjie-left {
		width: 100%;
		float: none;
	}

	.jianjie-right {
		width: 100%;
		float: none;
	}

	.jianjie-left {

		padding: 15px;
	}

	.jianjie-left ul {
		margin-left: 0;
		width: 100%;
		padding: 20px 0;

	}

	.jianjie-left p {
		font-size: 14px;
		margin-top: 35px;

	}

	.jianjie-left h4 {
		font-size: 2rem;
	}

	.jianjie-left h4::after {
		bottom: -15px;
	}

	.jianjie-left a.view {
		margin-top: 26px;
	}

	/* 新闻 */
	.news-list ul li a {
		margin-bottom: 30px;
	}

	ul.tab {
		margin-bottom: 35px;
	}

	ul.tab li {
		margin: 0 5px;
	}


	/* 天元在全国 */
	.jieshao {
		display: none;
	}

	/* 底部 */
	#footer .footer-left {
		width: 100%;
		float: none;
	}

	#footer .footer-right {
		width: 100%;
		float: none;
		text-align: left;
	}

	.footer-left ul {
		margin-bottom: 10px;
	}

	#footer .footer-left ul {
		flex-direction: column;

	}

	#footer .footer-left ul li {

		margin: 0;
		padding: 10px 0;
		border-bottom: 1px solid #2d2d2d;
	}

	#footer .footer-left ul li span,
	#footer .footer-left ul li span a {
		font-size: 14px;
		position: relative;
	}

	#footer .footer-left ul li span i {
		position: absolute;
		right: 0;
		top: 0;
		display: block;
		content: "";
		width: 10px;
		height: 10px;
		border-top: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
		transform: rotate(135deg);
		transition-duration: 0.5s;

	}

	#footer .footer-left ul li span i.active {
		display: block;
		float: right;
		content: "";
		width: 10px;
		height: 10px;
		border-top: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
		transform: rotate(315deg);
		transition-duration: 0.5s;
	}

	.footer-left ul li a {
		font-size: 12px;
		line-height: 26px;

	}

	#footer .footer-right {
		border: none;
		padding: 10px 0 10px;
	}

	.ewm-box {
		display: none;
	}

	.sanji-list {
		display: none;
		padding: 10px 0 0;
	}

	.fengongsi {
		flex-direction: column;
	}

	.fengongsi .gongsi-name {
		font-size: 12px;
	}

	.fengongsi .gongsi-name a {
		margin-left: 0;
	}






	.youshi-list {
		width: 100%;
		margin-left: 0;
		margin-bottom: 15px;
	}

	.youshi-list:nth-child(2n) {
		margin-left: 0;
		margin-top: 0;
		margin-bottom: 0;
	}

	.contact-list li {
		width: 50%;
	}

	.jianjie-left ul li {
		float: left;
		width: 50%;
		margin: 10px 0;
	}

	.jianjie-left.zy-jianjie-left ul {
		padding: 0;
	}

	/* 子页面 */
	.zy-menu {
		height: 40px;
	}

	.zy-aboutus .about-img {
		width: 100%;
		float: none;
	}

	.zy-menu-box {
		width: 100%;
		overflow: hidden;
		height: 40px;
	}

	.zy-menu ul {
		overflow-x: scroll;
		white-space: nowrap;
	}

	.zy-menu ul li {
		width: 100px;
		word-wrap: normal;
		height: 40px;
		line-height: 40px;
	}

	.zy-aboutus .about-img {
		height: auto;
		margin-bottom: 30px;
	}

	.date {
		font-size: 16px;

	}

	.fanzhan-text {
		padding: 15px;
		margin-left: 15px;
		width: calc(85% - 55px);
	}

	/* 子页面公司新闻 */
	.zy-news-list ul li {

		padding: 15px 0;
	}

	.zy-news-list ul li .news-img {

		width: 37%;
		height: 100px;

	}

	.zy-news-list .news-right {
		width: 60%;
	}

	.zy-news-list ul li .arrow {
		display: none;
	}

	/* 荣誉资质 */
	.rongyu-img {
		height: 110px;
	}

	.rongyu-img img {
		object-fit: fill;
		height: 200px;
		overflow: hidden;
	}

	.rongyu-list {
		margin-bottom: 15px;
	}

	.rongyu-img.zizhi-img {
		height: 200px;


	}


}


@media (min-width: 1440px) {
	.container {
		width: 1200px;
	}

	.nav>li>a {
		padding: 25px 20px;
	}

}

@media (min-width: 1680px) {
	.container {
		width: 1440px;
	}



	.html {
		font-size: 72.5%;
	}


}
