@charset "utf-8";
/* CSS Document */
/*reset*/
body {
	font: 14px Source Han Sans Cn, "microsoft yahei", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 1.5;
	color: #333;
	min-width: 1300px;
	position: relative;
}
ul, li, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, button, input {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
ul li {
	list-style: none;
}
video {
	display: inline-block;
	vertical-align: baseline;
}
input, textarea, button {
	font: 14px Source Han Sans Cn, "microsoft yahei", Arial, Helvetica, sans-serif;
	-webkit-appearance: none;
}
 input::-webkit-input-placeholder {
 color: #848484;
}
 textarea::-webkit-input-placeholder {
 color: #848484;
}
* {
	box-sizing: border-box;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
img {
	border: 0;
	vertical-align: middle;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.content {
	width: 1200px;
	margin: 0 auto;
}
/**animate**/
.animate {
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.fadeBottomIn {
	-webkit-transform: translate(0, 50px);
	transform: translate(0, 50px);
	opacity: 0;
}
.fadeLeftIn {
	-webkit-transform: translate(-800px, 0);
	transform: translate(-800px, 0);
	opacity: 0;
}
.fadeRightIn {
	-webkit-transform: translate(800px, 0);
	transform: translate(800px, 0);
	opacity: 0;
}
.fadeIn {
	opacity: 0;
}
/*top*/
.top {
	width: 100%;
	height: 150px;
	position: fixed;
	top: 0;
	background-color: #fff;
	z-index: 999;
}
.header {
	height: 100px;
	width: 1200px;
	margin: 0 auto;
	position: relative;/*2019-7-25*/
}
.logo {
	width: 131px;
	float: left;
}
.logo a {
	display: inline-block;
	margin-top: 23px;
}
.nav_bg {
	height: 50px;
	width: 100%;
	background-color: #2075cf;
}
.ul_nav {
	width: 1200px;
	margin: 0 auto;
}
.ul_nav>li {
	float: left;
	width: 10%;
	cursor: pointer;
	position: relative;
}
.ul_nav>li>a {
	display: block;
	font-size: 16px;
	text-align: center;
	color: #fff;
	line-height: 50px;
	transition: all .6s;
}
.ul_nav>li:hover {
	background-color: #005ba0;
}
.ul_nav>li:hover a{color:#fff;}
.tel {
	float: right;
	padding-top: 10px;
	margin-right: 90px;/*2019-7-25*/
}
.tit {
	font-size: 14px;
	color: #042d59;
}
.tit span {
	vertical-align: bottom;
}
.tel p {
	color: #044895;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: -2px;
}
/*banner*/
.banner {
	min-width: 1200px;
	height: 460px;
	position: relative;
	margin-top: 150px;
}
.banner ul li {
	height: 100%;
	width: 100%;
	position: absolute;
	display: none;
	z-index: 10;
}
.banner ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
.banner .cut {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 53px;
	height: 57px;
	margin-top: -26px;
	z-index: 20;
}
.banner .cut:hover {
	opacity: 1;
	cursor: pointer;
}
.banner .prev {
	margin-left: -626px;
	background: url("../img/prev.png") no-repeat;
}
.banner .next {
	margin-left: 574px;
	background: url("../img/next.png") no-repeat;
}
.banner .indicator {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 20px;
	text-align: center;
	z-index: 20;
}
.banner .indicator a {
	display: inline-block;
	width: 52px;
	height: 52px;
	border-radius: 2px;
	margin: 10px;
	position: relative;
	background-color: rgba(0,0,0,.5);
}
.banner .indicator a.cur {
	background-color: rgba(255,255,255,1);
}
/*about*/
.about {
	width: 1200px;
	margin: 60px auto;
	overflow: hidden;
}
.l_ab {
	width: 50%;
	float: left;
}
.l_ab>img {
	display: block;
	max-width: 100%;
}
.l_ab ul {
	width: 100%;
	overflow: hidden;
	margin-top: 28px;
}
.l_ab ul li {
	width: 25%;
	float: left;
}
.l_ab ul li img {
	display: block;
	margin: 0 auto 10px;
}
.l_ab ul li p {
	font-size: 18px;
	color: #666;
	text-align: center;
	line-height: 1.5;
}
.r_ab {
	float: left;
	padding-left: 44px;
	width: 50%;
}
.r_ab h1 {
	font-size: 36px;
	color: #2477d3;
	line-height: 40px;
}
.r_ab h5 {
	font-size: 24px;
	color: #666;
	line-height: 50px;
	text-transform: uppercase;
}
.r_ab p {
	font-size: 14px;
	color: #666;
	line-height: 30px;
	text-indent: 2em;
	margin-bottom: 30px;
}
.more {
	width: 100px;
	height: 34px;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	margin: 50px 0 0;
	position: relative;
	cursor: pointer;
}
.more a {
	display: inline-block;
	width: 100%;
	line-height: 34px;
	color: #666;
	background: url(../images/jt_icon_26.png) no-repeat 72px center;
	position: relative;
	z-index: 3;
	padding-left: 10px;
	transition: all 0.6s 0.1s;
}
.more i {
	display: block;
	position: absolute;
	width: 0%;
	height: 100%;
	background-color: #2477d3;
	z-index: 2;
	transition: all 0.6s;
	top: 0;
	left: 0;
}
.more:hover i {
	width: 100%;
}
.more:hover a {
	color: #fff;
	background: url(../images/jt_icon2_26.png) no-repeat 80px center;
}
/*product*/
.pro {
	background-color: #fafafa;
	padding: 46px 0;
}
.bt {
	margin-bottom: 40px;
}
.bt h1 {
	font-size: 36px;
	color: #2477d3;
	line-height: 40px;
	text-align: center;
}
.bt h5 {
	font-size: 24px;
	color: #666;
	line-height: 50px;
	text-align: center;
	text-transform: uppercase;
}
.probox ul {
	width: 780px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 40px;
}
.probox ul li {
	float: left;
	padding: 0 50px;
	border-right: 1px solid #333;
	cursor: pointer;
}
.probox ul li:last-child {
	border: none;
}
.probox ul li a {
	font-size: 18px;
	color: #333;
	line-height: 18px;
}
.probox ul li a.active {
	color: #0e61b8;
}
.probox ul li:hover a {
	color: #0e61b8;
}
.prox {
	width: 100%;
	height: 416px;
	display:none;
	position: relative;
}
.prol {
	position: absolute;
}
.prox div:nth-child(1) {
	left: 0;
	top: 0;
}
.prox div:nth-child(2) {
	right: 305px;
	top: 0;
}
.prox div:nth-child(3) {
	right: 0;
	top: 0;
}
.prox div:nth-child(4) {
	right: 0;
	bottom: 0;
}
.probox .more {
	margin: 50px auto 0;
}
/*equment*/
.equment {
	padding-top: 50px;
}
.pic-scroll {
	width: 1200px;
	height: 317px;
	position: relative;
	z-index: 100;
}
.picList {
	overflow: hidden;
}
.pic-scroll .bd {
	margin: 0 auto;
	width: 1081px;
	overflow: hidden;
}
.pic-scroll .bd .picList {
	overflow: hidden;
}
.pic-scroll .bd .picList li {
	float: left;
	width: 344px;
	height: 317px;
	margin-right: 25px;
}
.pic-scroll .bd .picList li a {
	display: block;
	width: 100%;
	transition: all 0.6s;
}
.pic-scroll .bd .picList li a img {
	display: block;
	margin: 0 auto;
}
.pic-scroll .bd .picList li a h1 {
	font-size: 18px;
	color: #666;
	text-align: center;
	line-height: 60px;
}
.pic-scroll .prev, .pic-scroll .next {
	position: absolute;
	top: 50%;
	margin-top: -18px;
	color: #999;
	font-size: 26px;
	cursor: pointer;
	z-index: 9;
	width: 36px;
	height: 35px;
}
.pic-scroll .prev {
	background: url(../images/prev_49.jpg) no-repeat center;
	left: -30px;
}
.pic-scroll .next {
	background: url(../images/next_49.jpg) no-repeat center;
	right: -30px;
}
.equment .more {
	margin: 30px auto 0;
}
/*news*/
.news {
	padding-top: 50px;
}
.news ul {
	width: 1230px;
	overflow: hidden;
}
.news ul li {
	float: left;
	width: 380px;
	margin-right: 30px;
	cursor: pointer;
}
.news ul li:last-child {
	margin-right: 0;
}
.n_date {
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}
.time {
	width: 100px;
	float: left;
	height: 86px;
	border-right: 1px solid #d3d3d6;
	padding-left: 18px;
}
.time h1 {
	font-size: 20px;
	color: #666;
	font-weight: bold;
	line-height: 1;
}
.time h5 {
	font-size: 14px;
	color: #999;
	line-height: 40px;
}
.da_ma {
	float: left;
	width: 278px;
	padding: 0 18px;
	height: 130px;
	position: relative;
}
.da_ma h1 {
	font-size: 16px;
	color: #666;
	line-height: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 20px;
}
.da_ma p {
	font-size: 14px;
	color: #999;
	line-height: 24px;
}
.mor {
	position: absolute;
	bottom: 0;
	left: 18px;
	width: 22px;
	height: 13px;
	background: url(../images/jt_icon1_64.png) no-repeat center;
}
.mor:after {
	content: "";
	display: block;
	width: 0%;
	height: 100%;
	background: url(../images/jt_icon2_64.png) no-repeat center;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.6s;
}
.news ul li:hover .mor {
	background: none;
}
.news ul li:hover .mor:after {
	width: 100%;
}
.news ul li:hover .da_ma h1 {
	color: #016cbe;
}
.news .more {
	margin: 50px auto 0;
}
/*foot*/
.foot {
	width: 100%;
	margin-top: 50px;
	height: 270px;
	background-color: #2c2c2c;
}
.footer {
	width: 1200px;
	margin: 0 auto;
}
.fot_b {
	width: 100%;
	overflow: hidden;
}
.sm {
	float: left;
	padding-top: 50px;
	width: auto;
	max-width: 80%;
}
.sm p {
	font-size: 14px;
	color: #999;
	line-height: 30px;
}
.sm p a {
	color: #999;
}
.er {
	width: 107px;
	float: right;
	padding-top: 18px;
}
.er img {
	display: block;
	width: 100%;
	max-width: 100%;
}
.er p {
	text-align: center;
	line-height: 32px;
	font-size: 12px;
	color: #999;
}
.ft_top {
	width: 100%;
	height: 110px;
	border-bottom: 1px solid #363636;
}
.ft_top .content ul {
	float: left;
	padding-top: 58px;
}
.ft_top .content ul li {
	margin-right: 18px;
	padding-right: 18px;
	border-right: 1px solid #d1d1d1;
	float: left;
	height: 14px;
	cursor: pointer;
}
.ft_top .content ul li:last-child {
	border: none;
	margin: 0;
}
.ft_top .content ul li a {
	display: block;
	font-size: 14px;
	color: #d1d1d1;
	line-height: 14px;
	transition: all 0.6s;
}
.ft_top .content ul li:hover a {
	color: #fff;
}
.ft_top .content p {
	float: right;
	font-size: 30px;
	color: #fff;
	padding-top: 40px;
}
.ft_top .content span {
	font-size: 14px;
	color: #999;
}
/*关于*/
.ny_bg {
	width: 100%;
	height: 405px;
	margin-top: 150px;
}
.about_bg {
	background: url(../images/about_bg_02.jpg) no-repeat center;
}
.ny_bg .content h1 {
	font-size: 44px;
	color: #fff;
	line-height: 46px;
	padding-top: 140px;
}
.ny_bg .content p {
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	line-height: 46px;
}
.ny_nav {
	width: 100%;
	/*height: 86px;*/
	background-color: #fff;
	box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}
.ul_sonnav {
	width: 1200px;
	overflow: hidden;
}
.ul_sonnav li {
	float: left;
	margin-right: 60px;
	cursor: pointer;
}
.ul_sonnav li a {
	display: block;
	font-size: 18px;
	color: #666;
	line-height: 48px;
	padding: 0 10px;
	padding-top: 28px;
	position: relative;
}
.ul_sonnav li a:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	background-color: #005ea6;
	height: 3px;
	width: 0%;
	transition: all .6s;
}
.ul_sonnav li.active a {
	color: #005ea6;
}
.ul_sonnav li.active a:after {
	width: 100%;
	left: 0;
}
.ul_sonnav li:hover a {
	color: #005ea6;
}
.ul_sonnav li:hover a:after {
	width: 100%;
	left: 0;
}
.gsjj {
	overflow: hidden;
	margin-top: 50px;
}
.gst {
	width: 600px;
	float: left;
}
.gst img {
	display: block;
	width: 100%;
	max-width: 100%;
}
.jj {
	width: 560px;
}
.jj p {
	font-size: 16px;
	color: #666;
	text-indent: 2em;
	line-height: 30px;
	margin-bottom: 16px;
}
.zcbg {
	height: 538px;
	background: url(../images/zc_bg_08.jpg) no-repeat center;
	width: 100%;
	margin-top: 50px;
}
.zcbg .content p {
	font-size: 16px;
	color: #666;
	text-indent: 2em;
	line-height: 30px;
	margin-bottom: 16px;
}
.whl {
	width: 100%;
	overflow: hidden;
}
.whz {
	width: 560px;
	float: left;
}
.whz h2 {
	font-size: 18px;
	color: #2477d3;
	font-weight: bold;
	margin-bottom: 18px;
}
.whz p {
	font-size: 16px;
	color: #666;
	margin-bottom: 50px;
}
.wht {
	width: 600px;
	overflow: hidden;
}
.wht img {
	display: block;
}
.wht img:last-child {
	float: right;
}
.wht img:nth-of-type(1) {
	float: left;
}
.ryzs {
	width: 100%;
	background-color: #f8f8f8;
	margin-top: 60px;
}
.ryzs .content h1 {
}
.nybt h1 {
	font-size: 28px;
	color: #333;
	line-height: 46px;
	padding-top: 40px;
	font-weight: bold;
}
.nybt h5 {
	font-size: 24px;
	color: #666;
	text-transform: uppercase;
	line-height: 46px;
	margin-bottom: 60px;
}
.ryzs .content h1 {
	text-align: center;
}
.ryzs .content h5 {
	text-align: center;
}
/**/
.ryzs .pic-scroll .bd {
	margin: 0 auto;
	width: 1200px;
	overflow: hidden;
}
.ryzs .pic-scroll .bd .picList {
	overflow: hidden;
}
.ryzs .pic-scroll .bd .picList li {
	float: left;
	width: 386px;
	height: 317px;
	margin-right: 25px;
}
.ryzs .pic-scroll .bd .picList li a {
	display: block;
	width: 100%;
	transition: all 0.6s;
}
.ryzs .pic-scroll .bd .picList li a img {
	display: block;
	margin: 0 auto;
}
.ryzs .pic-scroll .bd .picList li a h1 {
	font-size: 18px;
	color: #666;
	text-align: center;
	line-height: 60px;
}
.ryzs .pic-scroll .prev, .pic-scroll .next {
	position: absolute;
	top: 50%;
	margin-top: -18px;
	color: #999;
	font-size: 26px;
	cursor: pointer;
	z-index: 9;
	width: 45px;
	height: 45px;
}
.ryzs .pic-scroll .prev {
	background: url(../images/left_18.png) no-repeat center;
	left: -30px;
}
.ryzs .pic-scroll .next {
	background: url(../images/right_21.png) no-repeat center;
	right: -30px;
}
/*下属公司页面*/
.xsgs_bg {
	background: url(../images/company_bg_02.jpg) no-repeat center;
}
.xsgsjj {
	padding-top: 30px;
}
.xsgsjj p {
	font-size: 16px;
	color: #666;
	text-indent: 2em;
	line-height: 30px;
	margin-bottom: 16px;
}
.xsgsjj img {
	display: block;
	margin: 20px auto;
}
/*联系我们页面*/
.cons_bg {
	background: url(../images/contact_bg_02.jpg) no-repeat center;
}
.lxwm {
	padding-top: 20px;
}
.lxwm h1 {
	font-size: 24px;
	color: #666;
	line-height: 80px;
}
.lxfs {
	width: 100%;
	overflow: hidden;
}
.lxfs ul {
	width: 400px;
	float: left;
}
.lxfs ul li {
	max-width: 90%;
	overflow: hidden;
	cursor: pointer;
	line-height: 32px;
	color: #999;
	font-size: 16px;
	margin-bottom: 6px;
}
.lxfs ul li h3 {
	float: left;
	font-size: 16px;
}
.lxfs ul li p {
	float: left;
	margin-right: 20px;
	max-width: 240px;
}
.zdz {
	margin-top: 30px;
}
.zdz p {
	font-size: 18px;
	color: #666;
	line-height: 32px;
}
.zdz p span {
	font-weight: bold;
}
/*百度地图*/
.bddt {
	margin-top: 50px;
}
.iw_poi_title {
	color: #CC5522;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	padding-right: 13px;
	white-space: nowrap
}
.iw_poi_content {
	font: 12px arial, sans-serif;
	overflow: visible;
	padding-top: 4px;
	white-space: -moz-pre-wrap;
	word-wrap: break-word
}
/*在线留言页面*/
.zxly {
	overflow: hidden;
	width: 1220px;
	padding-top: 50px;
}
.zxly input {
	width: 590px;
	height: 72px;
	float: left;
	margin-right: 20px;
	padding-left: 20px;
	font-size: 16px;
	color: #999;
	outline: none;
	border: none;
	background-color: #f5f3f0;
	margin-bottom: 20px;
}
.zxly textarea {
	outline: none;
	border: none;
	width: 1200px;
	height: 182px;
	background-color: #f5f3f0;
	clear: both;
	padding: 20px;
	font-size: 16px;
}
.zxly a {
	display: block;
	width: 160px;
	height: 60px;
	margin: 80px auto 0;
	background-color: #2377d1;
	color: #fff;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	border-radius: 5px;
	cursor: pointer;
}
/*生产设备页面*/
.equ_bg {
	background: url(../images/equipment_bg_02.jpg) no-repeat center;
}
.equit ul {
	overflow: hidden;
	width: 1227px;
	padding-top: 50px;
}
.equit ul li {
	width: 380px;
	float: left;
	margin-right: 26px;
	margin-bottom: 20px;
}
.sbz {
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 16px;
}
.equit .more {
	margin: 50px auto;
}
/*公司动态页面*/
.news_bg {
	background: url(../images/news_bg_02.jpg) no-repeat center;
}
.news_ny ul li {
	margin-bottom: 30px;
	min-height: 380px;
}
/*新闻详情页*/
.inside-container {
	background: #F2F2F2;
	padding-bottom: 80px;
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
}
.inside-container .detail {
	margin-top: 40px;
	margin-bottom: 60px;
	padding: 50px;
	border-radius: 9px;
	box-shadow: 0 0 5px #EBEBEB;
	background: #fff;
	text-align: center;
}
.inside-container .detail h2 {
	font-size: 24px;
	color: #333;
}
.inside-container .detail .others {
	margin-top: 20px;
	padding-top: 20px;
	padding-right: 180px;
	border-top: 1px solid #DCDCDC;
	position: relative;
}
.inside-container .detail .others span {
	display: inline-block;
	margin-right: 30px;
	font-size: 12px;
	color: #999;
}
.inside-container .detail .others .bdsharebuttonbox {
	position: absolute;
	top: 16px;
	right: 300px;
}
.inside-container .detail .detail-show {
	margin-top: 20px;
}
.inside-container .detail .detail-show p {
	margin: 20px 0;
	font-size: 16px;
	color: #666;
	line-height: 30px;
	text-indent: 2em;
	text-align: justify;
}
.inside-container .detail .detail-show p img {
	display: block;
	margin: 0 auto;
}
.inside-container .detail .page {
	margin-top: 60px;
	padding-top: 40px;
	border-top: 1px dotted #E2E2E2;
	text-align: left;
	position: relative;
}
.inside-container .detail .page p {
	margin-top: 10px;
}
.inside-container .detail .page p span {
	color: #363636;
}
.inside-container .detail .page p a {
	color: #999;
}
.inside-container .detail .page p a:hover {
	color: #666;
}
.inside-container .detail .page .back {
	position: absolute;
	right: 0;
	bottom: 10px;
	padding-left: 48px;
	color: #1077D9;
	font-size: 16px;
	background: url("../img/icon_back.png") no-repeat 20px center;
}
.inside-container .equipment-inside ul {
	margin-top: 30px;
}
.inside-container .equipment-inside ul li {
	float: left;
	width: 310px;
	height: 233px;
	margin: 0 45px 70px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.inside-container .equipment-inside ul li:hover {
	transform: translate(0, -10px);
	-webkit-transform: translate(0, -10px);
}
.inside-container .equipment-inside .more {
	display: block;
	margin: 30px auto 120px;
}
/*产品世界页面*/
.product_bg {
	background: url(../images/product_bg_02.jpg) no-repeat center;
}
.product_bg .ban_bt h1 {
	color: #999;
}
.product_bg .ban_bt p {
	color: #999;
}
.cpsj {
	padding-top: 50px;
}
.cpsj ul {
	width: 1220px;
	overflow: hidden;
}
.cpsj ul li {
	width: 285px;
	margin-right: 20px;
	float: left;
	margin-bottom: 20px;
	cursor: pointer;
}
.cpsj ul li:hover .cpz {
	color: #2377d1;
}
.cpsj ul li .cpt img {
	display: block;
	/*height:201px;*/
	/*max-height:201px;*/
	width: 100%;
	max-width: 100%;
}

.cpz {
	text-align: center;
	line-height: 68px;
	font-size: 18px;
	color: #666;
}
.cpsj .more {
	margin: 50px auto;
}
/*人才通道页面*/
.join_bg {
	background: url(../images/rencai_bg_02.jpg) no-repeat center;
}
.rctd{padding-top:50px;}
.rctd>ul {
	width: 100%;
	padding: 50px 20px;
	box-shadow: 0 0 8px rgba(0,0,0,0.12);
}
.rctd ul li {
	width: 100%;
	height: 50px;
	overflow:hidden;
	border-bottom:1px solid #eceeef;
	cursor:pointer;
}
.rctd ul li .hed{
	width:100%;
	padding:0 30px;
	overflow:hidden;
	}
.rctd ul li .hed h2{
	width:auto;
	max-width:60%;
	float:left;
	line-height:50px;
	color:#666;
	font-size:16px;	
	}
.rctd ul li .hed div{
	width:80px;
	float:right;
	padding-right:18px;
	background:url(../images/add_05.png) no-repeat center right;
	height:50px;
	}
.rctd ul li .hed div p{
	line-height:50px;
	color:#666;
	font-size:14px;	
	}
.rctd ul li.show{height:auto;}
.rctd ul li.show .hed{background-color:#005ba0;}
.rctd ul li.show .hed h2{color:#fff;}
.rctd ul li.show .hed div{background:url(../images/sub_05.png) no-repeat center right;}
.rctd ul li.show .hed div p{display:none;}
.btm{width:100%;padding:0 30px;}
.btm dl{width:100%;overflow:hidden;padding:20px 0;border-bottom:1px solid #eceeef;}
.btm dl dd{width:190px;float:left;}
.btm dl dd p{
	line-height:26px;
	color:#666;
	font-size:14px;	
	}
.btm div{padding-bottom:30px;}
.btm div p{
	line-height:28px;
	color:#666;
	font-size:14px;	
	}
.btm div p a{cursor:pointer;color:#0093dd;}
.btm div h3{
	line-height:32px;
	color:#333;
	font-size:16px;	
	font-weight:bold;
	margin:20px 0px 6px;
	}
/*客户服务页面*/
.order_bg {
	background: url(../images/service_bg_02.jpg) no-repeat center;
}
.khfw {
	padding-top: 50px;
}
.khfw>p {
	font-size: 16px;
	color: #666;
	line-height: 30px;
	text-indent: 2em;
}
.khfw>h1 {
	font-size: 22px;
	color: #448bd9;
	line-height: 60px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 30px;
}
.khfw ul {
	width: 100%;
	overflow: hidden;
	height: auto;
	margin-bottom: 60px;
}
.khfw ul li {
	width: 25%;
	float: left;
}
.khfw ul li img {
	display: block;
	margin: 0 auto;
}
.khfw ul li h3 {
	font-size: 18px;
	color: #666;
	line-height: 40px;
	text-align: center;
}
.khfw ul li p {
	font-size: 14px;
	color: #999;
	line-height: 24px;
	text-align: center;
	max-width: 80%;
	margin: 0 auto;
	margin-top: 6px;
}


/*营销网络页面*/
.yxwl{padding-top:50px;}


/*友情链接页面*/
.yqlj{padding-top:50px;}
.yqlj ul {
	width: 1220px;
	overflow: hidden;
}
.yqlj ul li {
	width: 285px;
	margin-right: 20px;
	float: left;
	margin-bottom: 20px;
	cursor: pointer;
}
.yqlj ul li:hover .cpz {
	color: #2377d1;
}
.yqlj ul li .cpt{height:80px; border:1px solid #e2e2e2;}
.yqlj ul li .cpt img {
	display: block;
	max-height:100%;
	max-width: 100%;
	width:100%;
}
.cpz {
	text-align: center;
	line-height: 68px;
	font-size: 18px;
	color: #666;
}
.yqlj .more {
	margin: 50px auto;
}


/*20190626*/
.header .en{
	position: absolute;
	right: 30px;
	top: 52px;
	
}
.header .en a{
	padding: 10px;
	background-color: #2075cf;
	border-radius: 2px;
	color: #fff;
	
}
.header .en a:hover{
	
	background-color: #2380e2;
	
}
/*省略号*/
.ellipsis {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.ellipsis-3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.ellipsis-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}