/**************************************/


/*************[公用start]**************/


/**************************************/

body {
	overflow-x: hidden;
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl {
	margin: 0px;
}

div.clear {
	clear: both;
	height: 0;
	width: 0;
}

input,
textarea,
select,
a:focus {
	outline: none;
}

a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none
}

img {
	border: 0;
	/*	width: 100%;*/
	max-width: 100%;
}

div.wp {
	width: 1640;
	/*主要内容区尺寸大小，每次制作前更新！！！ */
	margin: 0 auto;
}

div.wp2 {
	padding: 0 140px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}


.tran {
	transition: all .3s ease-out 0s;
}

/*图片中心放大代码区域*/

.img-box {
	/*图片盒子类名*/
	overflow: hidden;
}

.img-box img {
	transition: .3s;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;

	/* ueco 时间曲线*/
	width: 100%;
	max-width: 100%;
}

.img-box:hover img {
	/*图片中心放大代码*/
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}


.imgbox_a {
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
	display: block;
}


.imgbox_a>img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100% !important;
	height: 100% !important;
}

.imgbox_hover>img {
	/* ueco 鏃堕棿鏇茬嚎*/
	/*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.imgbox_hover:hover>img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

@font-face {
	font-family: 'dinpro';
	src: url(../font/DINPRO.OTF);
}

@font-face {
	font-family: 'bebas';
	src: url(../font/bebas.TTF);
}





/*图片中心放大代码区域*/

/**************************************/

/************[公用over]****************/

/**************************************/



/*header-start*/

/**************************************************************/

#header {
	width: 100%;
	position: fixed;
	z-index: 9;
	background: #fff;
}

.header-center {
	position: relative;
	align-items: center;
	height: 88px;
}

.pc-logo {
	width: 243px;
	height: 119px;
	flex-shrink: 0;
	margin-right: 15px;
	position: absolute;
	z-index: 2;
}

.home-nav-box {
	padding-left: 243px;
	flex-grow: 1;
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: space-between;
	font-size: 24px;
	color: #d2392b;
}

.home-nav-list {
	flex-grow: 1;
	height: 100%;
	margin-left: 100px;
}

.home-nav-list>ul {
	display: flex;
	align-items: center;
	height: 100%;
}

.home-nav-list>ul>li {
	flex: 1;
	text-align: center;
	position: relative;
	height: 100%;
}

.home-nav-list>ul>li.cur a {
	color: #d2392b;
}

.home-nav-list>ul>li a {
	height: 100%;
	line-height: 88px;
	color: #000;
	display: block;
	font-size: 18px;
}

.home-nav-list>ul>li :hover {
	color: #d2392b;
}


.home-nav-list>ul>li ul.nav-drop-down,
.pc-nav ul li.cur ul.nav-drop-down {
	position: absolute;
	top: 88px;
	width: 100%;
	z-index: 99;
	background: #fff;
	display: none;
}

.home-nav-list>ul>li ul.nav-drop-down li {
	width: 100%;
}

.home-nav-list>ul>li ul.nav-drop-down li a {
	color: #000;
	border: none;
	font-weight: normal;
	font-size: 15px;
	border-bottom: 1px solid #ececec;
	height: 50px;
	line-height: 50px;
	background: none;
}

.home-nav-list>ul>li ul.nav-drop-down li:last-child a {
	border-bottom: none;
}

.home-nav-list>ul>li ul.nav-drop-down li a:hover {
	font-weight: normal;
	color: #fff;
	background: #d2392b;
	;
}

.home-nav-list>ul>li:hover .nav-drop-down {
	display: block;
}

.header-rbox {
	height: 102px;
	width: 68px;
	display: flex;
	flex-shrink: 0;
	align-items: center;
}

.search {
	height: 102px;
	width: 68px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.search img {
	width: 26px;
	height: 26px;
}


.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
}

.ph-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 6px;
}

.banner .swiper-pagination-bullet-active,
.ph-banner .swiper-pagination-bullet-active {
	background-color: #d2392b;
}

#header_sj {
	display: none;
}

.banner {
	text-align: center;
	display: block;
}

.banner .swiper-container .swiper-slide img {
	width: 100%;
}

.banner .swiper-button-prev {
	width: 57px;
	height: 57px;
	background: url(../images/banner-jtl.png);
	margin-left: 50px;
}

.banner .swiper-button-next {
	width: 57px;
	height: 57px;
	background: url(../images/banner-jtr.png);
	margin-right: 50px;
}

.ph-banner {
	display: none;
}


/********[手机导航开始]**********/

#header-2 {
	display: none;
	height: 68px;
	/*border-bottom:0px solid #035cac;*/
	box-shadow: 0 4px 8px -3px #000;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 1001;
	background-color: #fff;
	/*background-color: #0089d0;*/

}

.nav-2 {
	display: none;
	background-color: #fff;
	position: relative;
	z-index: 900;

}

.nav-2>ul>li {
	border-top: 1px dotted #ccc;
	position: relative;
}


.jiaspan {
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(../images/jia.png);
	background-repeat: no-repeat;
	background-position: center;
	top: 8px;
	right: 14px;
}

.jiaspan.cur {
	background-image: url(../images/jian.png);
}

.nav-2>ul>li:first-child {

	/*border-top: 0;*/

}

.nav-2>ul>li>a {
	padding: 12px 10px;
	display: block;
	font-size: 16px;
	width: 100%;
	color: #333;
	font-family: "anb";
	text-transform: uppercase;
}

.nav-2>ul>li>ul {
	padding-bottom: 10px;
	display: none;
}

.nav-2>ul>li>ul>li>a {
	padding: 6px 10px;
	display: block;
	font-size: 14px;
	padding-left: 25px;
	width: 100%;
	color: #666;
}

/*.downla-2 {

	padding: 5px 0 10px;

	display: none;

}

.downla-2 dd{

	padding-left: 30px;

}

.downla-2 dd a{

	font-size: 14px;

	display: inline-block;

	padding: 3px 0;

	width: auto;

}*/

/*.nav-2 li a:hover{

	color:#1a0d07;

}*/

.nav-2-form {
	padding: 10px;
	position: relative;
}

.nav-2-form input[type="image"] {
	position: absolute;
	right: 19px;
	top: 17px;
	width: 18px;
}

.nav-2-form .form-control {
	padding-right: 50px;
}

.logo-2 {
	font-size: 0;
	width: 318px;
	margin-left: 15px;
	margin-top: 12px;
}

.logo-2 img {
	display: block;
	padding-top: 0px;
}

.menu2 {
	margin-right: 15px;
	height: 68px;
	font-size: 0;
}

.menu2 li {
	cursor: pointer;
	margin-left: 15px;
	float: right;
	margin-top: 24px;
}

.menu2 li+li {
	margin-top: 21px;
}

.menu2 li img {
	/*vertical-align: middle;*/
}

.chenggao {
	display: none;
	height: 75px;
}

#nav-2-heidi {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
	background-image: url(../images/heidi.png);
	display: none;
}

.nav-2-form {
	padding-bottom: 20px;
}

.nav-2-form .form-control {
	height: 42px;
	line-height: 42px;
}

.nav-2-form input[type="image"] {
	top: 22px;
}

/********[手机导航结束]**********/

#home-main {
	background: #fafafa;
}
#main {
	background: #fafafa;
}

.margin-t {
	margin-top: 42px;
}

.padding-t {
	padding-top: 42px;
}

.box1 {
	margin-top: 22px;
	margin-bottom: 52px;
}

.home-about {
	position: relative;
	padding-top: 40px;
	display: flex;
}

.home-about::after {
	content: "";
	position: absolute;
	width: 69px;
	height: 82px;
	background: url(../images/about-bj.jpg) no-repeat;
	left: 50%;
	top: 20px;
	margin-left: -34px;
	z-index: 2;
}

.home-about-inf {
	width: 50%;
	padding: 0px 60px 0px 30px;
	border-right: 1px solid #ececec;
}

.home-about-txt h1 {
	font-size: 16px;
	line-height: 2;
	overflow: hidden;
	margin-top: 50px;
	margin-bottom: 70px;
}

.home-more a {
	width: 182px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #f5ab6a;
	border: 1px solid #d2392b;
	margin: 0px auto;
}

.home-more a:hover {
	background: #d2392b;
	color: #fff;
}

.home-about-picbox {
	width: 50%;
	padding-left: 100px;
}

.home-about-pic {
	height: 300px;
	overflow: hidden;
	display: block;
}

.home-about-pic i.imgbox_a {
	padding-bottom: 49.59%;
}

.home-inf-box2 {
	margin-top: 20px;
}

.home-inf-box2 ul {
	display: flex;
	justify-content: space-between;
}

.home-inf-box2 ul li {
	width: 50%;
	float: left;
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	align-items: center;
}

.home-inf-box2 ul li:first-child {
	width: 25%;
	align-items: flex-start;
}

.home-inf-box2 ul li:last-child {
	width: 25%;
	align-items: flex-end;
	border-right: none;
}

.home-inf-box2 ul li span {
	display: block;
	padding-bottom: 5px;
	color: #f5ab6a;
}

.home-product-box {
	height: 647px;
	padding-top: 42px;
	display: block;
	background: url(../images/product-bj.jpg) no-repeat top center;
}

.home-tit-wirte {
	font-size: 42px;
	height: 80px;
	color: #fff;
	background: url(../images/tit-bj-w.png) no-repeat center bottom;
	display: flex;
	justify-content: center;
}

.home-product-main {
	width: 100%;
	padding: 42px 32px 0px;
}

.home-kcsz a i.imgbox_a {
	padding-bottom: 87.46%;
}

.home-kcsz a span {
	height: 84px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #d2392b;
	font-size: 18px;
}

.box3 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.home-tit-c {
	font-size: 42px;
	height: 80px;
	background: url(../images/tit-bj-h.png) no-repeat center bottom;
}
.zizhi-list {
	background: #fff;
	border-radius: 28px;
	padding: 44px;
}
.zizhi-list a:hover .home-news-time span:first-child{
	color: red;
}
.zizhi-main .owl-nav{
	width: 100%;
	height: 36px;
	margin-top: 24px;
	position: absolute;
	display: flex;
	justify-content:space-between;
}
.zizhi-main .owl-nav .owl-prev{
	width: 36px;
	height: 36px;
	background: url(../images/jt-l.png) no-repeat;
	text-indent: 999999px;
}
.zizhi-main .owl-nav .owl-next{
	width: 36px;
	height: 36px;
	background: url(../images/jt-r.png) no-repeat;
	text-indent: 999999px;
}
.zizhi-main .owl-nav .owl-prev:hover{
	background: url(../images/jt-lh.png) no-repeat;
}
.zizhi-main .owl-nav .owl-next:hover{
	background: url(../images/jt-rh.png) no-repeat;
}
.zizhi-main .owl-dots {
	width: 100%;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 24px;
}

.zizhi-main .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	background: #f5ab6a;
	display: block;
	border-radius: 10px;
	margin: 0px 5px;
}

.zizhi-main .owl-dots .owl-dot.active span {
	background-color: #fff;
	border: 3px solid #d2392b;
	width: 13px;
	height: 13px;
}

.home-news-inf {
	text-align: left;
	padding-top: 15px;
}

.news-time-box {
	display: flex;
	justify-content: space-between;
	height: 106px;
	padding-bottom: 32px;
	align-items: flex-end;
}

.home-news-time {
	display: flex;
	align-items: flex-end;
}

.home-news-time span {
	font-size: 14px;
}

.home-news-time span:first-child {
	font-size: 80px;
	margin-bottom: -20px;
	font-weight: bolder;
	display: flex;
	align-items: flex-end;
	margin-right: 12px;
}

.home-news-tit {
	font-size: 14px;
	color: #f5b073;
}

.home-news-more {
	width: 32px;
	height: 10px;
	margin-top: 34px;
	display: block;
}

.home-news-inf h1 {
	font-size: 20px;
	line-height: 32px;
	/*    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis; */
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin-top: 8px;
	margin-bottom: 15px;
	overflow: hidden;
}

.home-news-inf h2 {
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	color: #888888;
	margin-bottom: 8px;
}

.box3.margin-t {
	margin-top: 15px;
}

.news-main {
	margin-top: 30px;
	overflow: hidden;
}

.pic-switch {
	width: 682px;
	margin-right: 24px !important;
	overflow: hidden;
}

.pic-switch i.imgbox_a {
	padding-bottom: 71.85%;
}

.pic-switch ul li .tver {
	position: absolute;
	bottom: 0px;
	color: #fff;
	z-index: 999999;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: rgba(0, 0, 0, 0.5);
	padding-left: 15px;
	padding-right: 90px;
	overflow: hidden;
}

.pic-switch .flex-control-nav {
	right: 8px;
	bottom: 8px;
	height: 24px;
}

.pic-switch .flex-control-nav li a {
	width: 24px;
	height: 24px;
	font-size: 13px;
}

.flex-control-paging li a {
	line-height: 24px !important;
}

.box4 {
	padding-bottom: 80px;
}

.home-product {
	display: flex;
	justify-content: space-between;
}

.home-product-list ul li {
	height: 33.3333%;
	display: flex;
	align-items: center;
}

.home-product-list ul li .product-tb {
	width: 64px;
	height: 64px;
	margin-right: 10px;
	flex-shrink: 0;
}

.product-tit h1 {
	font-size: 22px;
	font-weight: bolder;
}

.product-tit h2 {
	font-size: 16px;
	color: #666;
	margin-top: 10px;
	line-height: 26px;
}

.home-product-list2 ul li {
	display: flex;
	justify-content: flex-end;
}

.home-product-list2 ul li .product-tb {
	order: 2;
	width: 64px;
	height: 64px;
	margin-left: 10px;
	margin-right: 0px;
}

.home-product-list2 ul li .product-tit {
	text-align: right;
}


.home-pxly-box .owl-nav{
	width: 100%;
	height: 36px;
	position: absolute;
	bottom: 30px;
	padding-left: 24px;
	padding-right: 24px;
	display: flex;
	justify-content:space-between;
	z-index: 4;
}
.home-pxly-box .owl-nav .owl-prev{
	width: 36px;
	height: 36px;
	background: url(../images/jt-lh.png) no-repeat;
	text-indent: 999999px;
}
.home-pxly-box .owl-nav .owl-next{
	width: 36px;
	height: 36px;
	background: url(../images/jt-rh.png) no-repeat;
	text-indent: 999999px;
}
.home-pxly-box .owl-nav .owl-prev:hover{
	background: url(../images/jt-lh.png) no-repeat;
}
.home-pxly-box .owl-nav .owl-next:hover{
	background: url(../images/jt-rh.png) no-repeat;
}
.home-pxly-box .owl-dots {
	width: 50%;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 30px;
}

.home-pxly-box .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	background: #f5ab6a;
	display: block;
	border-radius: 10px;
	margin: 0px 5px;
}

.home-pxly-box .owl-dots .owl-dot.active span {
	background-color: #fff;
	border: 3px solid #d2392b;
	width: 13px;
	height: 13px;
}

.home-tit-box {
	display: flex;
	justify-content: center;
	padding-bottom: 40px;
}

.home-pxly-pic i {
	position: relative;
}

.home-pxly-pic i.imgbox_a {
	padding-bottom: 74.097%;
}

.home-pxly-pic .home-pxly-txt {
	background: rgba(210, 57, 43, 0.86);
	height: 100%;
	position: absolute;
	z-index: 2;
	font-style: normal;
	display: none;
	padding: 130px 50px 0px;
    width: 100%;
}

.home-pxly-pic:hover .home-pxly-txt {
	display: block;
}

.home-pxly-txt h1 {
	font-size: 24px;
	color: #fff;
	text-align: center;
	margin-bottom: 32px;
}

.home-pxly-txt h2 {
	font-size: 16px;
	color: #fff;
	line-height: 1.7;
	margin-bottom: 72px;
}

.home-more-w a {
	border: 1px solid #fff;
	color: #fff;
}

.home-more-w a:hover {
	color: #000;
	background: #fff;
}

#footer {}

.footer-inf {
	display: flex;
	justify-content: space-between;
}

.home-footer {
	overflow: hidden;
	background: #303e48;
}

.home-top-main {
	padding-top: 40px;
	padding-bottom: 40px;
}

.footer-contact {
	width: 148px;
	margin-left: 120px;
	display: flex;
	justify-content: flex-end;
}

.footer-ewm {
	color: #fff;
	display: block;
	width: 112px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer-ewm i {
	width: 122px;
	height: 122px;
	display: block;
	border-radius: 10px;
	background: #fff;
	justify-content: center;
	align-items: center;
	display: flex;
}

.footer-ewm span {
	color: #fff;
	display: block;
	margin-top: 12px;
}

.footer-inf {
	overflow: hidden;
}

.footer-inf dl {
	text-align: left;
}

.footer-inf dt {
	padding-right: 20px;
	padding-bottom: 12px;
	font-size: 18px;
	color: #f5ab6a;
	font-weight: normal;
	margin-bottom: 10px;
	border-bottom: 1px solid #61676b;
}

.footer-inf dd {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}

.footer-down-main {
	height: 68px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	color: #fff;
	border-top: 1px solid #61676b;
}

.tk {
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	z-index: 999;
}

.tk-main {
	height: 100vh;
	display: flex;
	align-items: center;
}

.tk-inf-box {
	width: 100%;
	border-radius: 15px;
	padding: 25px;
	background: #fff;
	position: relative;
}

.tk-close {
	position: absolute;
	right: -15px;
	top: -15px;
	width: 54px;
	z-index: 99999999;
}

.tk-close img {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.tk-close:hover img {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

.tk-inf {
	height: 500px;
	background: #fff;
	overflow: auto;
	line-height: 1.75;
}

.tk-inf p {
	text-indent: 2em;
}

.tk {
	display: none;
}





/********[新闻]**********/

.ej-banner{
	height: 380px;
	margin: 0 auto;
	text-align: center;
}

.news-recommend{
	padding-bottom: 42px;
	border-bottom: 1px solid #f1f1f1;
}
.news-recommend-list a i.imgbox_a{
	padding-bottom:66.44%;
}
.news-recommend-txt {
	padding-top: 10px;
}
.news-recommend-txt span{
	font-size: 14px;
	color: #999999;
}
.news-recommend-txt h2{
	font-size: 18px;
	color: #000;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-list-box ul li{
	padding-top: 42px;
	padding-bottom: 42px;
	border-bottom: 1px solid #f1f1f1;
}
.news-list-box ul li a{
	display: flex;
	align-items: center;
}
.news-list-img{
	width: 314px;
	margin-right: 50px;
	flex-shrink: 0;
}
.news-list-img i.imgbox_a{
	padding-bottom: 66.24%;
}
.news-list-inf{
	flex-grow: 1;
}
.news-list-inf h1{
	font-size: 18px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-list-inf h4{
	font-size: 14px;
	color: #999999;
	margin-top: 15px;
}
.news-list-inf h2{
	font-size: 14px;
	color: #999999;
	margin-top: 15px;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
}
.news-list-inf h3{
	font-size: 14px;
	color: #999999;
	margin-top: 15px;
}
.page{
	padding-top: 45px;
	padding-bottom: 45px;
	display: flex;
	justify-content: center;
}
.page a{
	padding: 6px 12px;
	background: #edeff2;
	border-radius: 3px;
	margin: 0 5px;
	font-size: 14px;
}
.page a:hover{
	background: #d2392b;
	color: #fff;
}


.page a.active{
	background: #d2392b;
	color: #fff;
}

/************[单篇]****************/

.danpian {
	padding-top: 32px;
	padding-bottom: 32px;
}

.danpian-h1 {
	font-size: 24px;
	line-height: 1.6;
	color: #333;
	text-align: center;
	font-weight: bolder;
}

.danpian-h2 {
	font-size: 14px;
	line-height: 1.6;
	color: #999;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding: 10px 0 15px;
}

.danpian-con {
	font-size: 14px;
	color: #666;
	line-height: 2;
	padding: 20px 0px 0px;
	min-height: 600px;
}
.danpian-con p img{
    margin-left: -2em;
}
.danpian-con * {
	font-size: 16px !important;
	color: #666 !important;
	line-height: 2.4 !important;
}

.danpian-con img {
	
	margin: 15px auto;
}
.danpian-con p{
	
	text-indent: 2em;
}
.dan-page {
	padding-top: 10px;
	border-top: 1px solid #eee;
}

.dan-a {
	margin-top: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.dan-a a {
	font-size: 16px;
	color: #666;
}

.dan-a a:hover {
	color: #004998;
}


.product-list h1{
	text-align: center;
}
.product-list .product-service-tit{
	padding: 20px 0px;
	background: #d2392b;
}
.product-list .product-service-tit h1{
	color: #fff;
}


/********[产品服务]**********/

.ej-mbx{
	border-bottom: 1px solid #ececec;
	height: 68px;
}
.ej-mbx-l ul li{
	float: left;
	height: 68px;
	line-height: 68px;
	margin-right: 24px;
}
.ej-mbx-l ul li a{
	height: 68px;
	line-height: 68px;
	display: block;
	font-size: 16px;
	color: #555555;
}
.ej-mbx-l ul li.cur a{
	color: #d2392b;
	border-bottom: 2px solid #d2392b;
}
.ej-mbx-l ul li a:hover{
	color: #d2392b;
	border-bottom: 2px solid #d2392b;
}
.ej-mbx-r{
	height: 68px;
	font-size: 14px;
	color: #999;
	display: flex;
	align-items: center;
}
.ej-mbx-r a{
   padding: 0 5px;	
}
.ej-mbx-r a:hover{
	color: #1d6ab7;
}
.ej-mbx-r i{
	display: flex;
	align-items: center;
}
.ej-tit{
	font-size: 26px;
	padding-top: 42px;
	padding-bottom: 42px;
	display: flex;
	justify-content: center;
	font-weight: bolder;
}
.product-service>.row{
	margin-bottom: -45px;
	overflow: hidden;
}
.product-service-list{
	margin-bottom:45px;
	padding: 0px 24px;
}
.product-service-list a{
	background: #fcfcfc;
	display: block;
	border-radius: 32px;
	overflow: hidden;
}
.product-service-list a i.imgbox_a{
	padding-bottom: 62.44%;
}
.product-service-tit{
	padding: 25px 15px 15px;
	position: relative;
}
.product-service-tit h1{
	font-size: 16px;
	color: #000;
}
.product-service-tit h2{
	font-size: 14px;
	color: #a9a9a9;
	margin-top: 10px;
	line-height: 1.5;
}
.product-ico{
	position: absolute;
	width: 74px;
	height: 92px;
	background: url(../images/pro-ico-bj.png) no-repeat;
	background-size: cover;
	top: -64px;
	right: 20px;
	z-index: 9;
	display: flex;
	align-items: center;
	justify-content: center;
}




/*************[招聘]**************/

.ej-job-box {
	padding-bottom: 32px;
}
.ej-job-tit {
	background: #f7f6f6;
	padding-bottom: 62px;
	padding-top: 62px;
	overflow: hidden;
}
.ej-job-tit-img{
	width: 592px;
	margin-left: 28px;
}

.ej-job-tit-img i.imgbox_a{
	padding-bottom: 72.3%;
} 

.ej-job-tit-xx h1{
	font-size: 28px;
	font-weight: bolder;
	color: #d2392b;
	margin-bottom: 24px;
}

.ej-job-tit-xx p{
	color: #323232;
	font-size: 16px;
	line-height: 30px;
	padding-top: 5px;
}
.ej-job-tit-xx h3{
	color: #323232;
	font-size: 16px;
	line-height: 28px;
	margin-top: 32px;
}
.ej-job-tit-xx h3 p{
	margin: 0px;
	letter-spacing: 2px;
}
.ej-job-tit-xx h3 i{
	font-size: 14px;
	color: #666;
	letter-spacing: 3px;
}
.ej-job-tit-xx span{
	height: 55px;
	line-height: 55px;
	width: 328px;
	display: block;
	text-align: center;
	border-bottom-left-radius: 10px;
	border-top-right-radius:10px;
	background: #f5ab6a;
	color: #fff;
	font-size: 16px;
	margin-top: 16px;
}
.ej-job-list{
	margin-top: 40px;
}
.ej-job-list-tit {
	overflow: hidden;
	text-align: center;
	font-size: 24px;
	padding-bottom: 34px;
}

.job-list-content ul li {
	height: auto;
	overflow: hidden;
	background: #f3f3f7;
	margin-top: 1px;
	color:#333;
}

.job-list-content ul li .job-list-name {
	padding-top: 18px;
	padding-bottom: 18px;
	overflow: hidden;
	position: relative;
}

.job-list-content ul li .job-list-name span {
	float: left;
	text-align: left;
	font-size: 16px;
}
.job-list-content ul li.intro{
	background: #d2392b;
	color: #fff;
}

.job-list-content ul li .job-list-name span:nth-child(1) {
	width: 64px;
	height: 20px;
	display: block;
	text-align: left;
	padding-left:32px;
	background-image: url(../images/job-mum.jpg);
	background-repeat: no-repeat;
	background-position: 15px;
}

.job-list-content ul li.intro .job-list-name span:nth-child(1){
	background-image: url(../images/job-mum2.png);
}

.job-list-content ul li .job-list-name span:nth-child(2) {
	width: 65%;
	height: inherit;
	display: block;
}

.job-list-content ul li .job-list-name span:nth-child(3) {
	width: 15%;
	height: inherit;
	display: block;
	text-align: left;
}
.job-list-content ul li .job-list-name .jt{
	width: 18px;
	height: 20px;
	position: absolute;
	right: 18px;
	top: 24px;
	background-image: url(../images/down-jt.png);
	background-repeat: no-repeat;
}



.job-list-content ul li.intro .job-list-name .jt{
	background-image: url(../images/down-jt2.png);
}


.job-list-content ul li .job-list-inf-con {
	min-height: 300px;
	background: #fff;
	border: 1px solid #e5e5e5;
	padding: 20px 30px 42px 30px;
	overflow: hidden;
	box-sizing: border-box;
	display: none;
	transition: height 2s;
	-moz-transition: height 2s;
	/* Firefox 4 */
	-webkit-transition: height 2s;
	/* Safari and Chrome */
	-o-transition: height 2s;
	/* Opera */
}

.job-list-content ul li:first-child .job-list-inf-con {
	display: block;
}

.job-list-content ul li .job-list-inf-con h1 {
	font-size: 22px;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #333;
}
.job-list-content ul li .job-list-inf-con h2{
	font-size: 16px;
	line-height: 28px;
	color: #999;
}
.job-list-content ul li .job-list-inf-con ul li  {
	font-size: 16px;
	line-height: 32px;
	color: #8e8e8e;
	background: none;
}
.job-list-content ul li .job-list-inf-con ul li em { text-indent: none }




/*************[联系我们]**************/

.contact2{
	padding-bottom: 50px;
}

.map-wp{
	margin-top: 50px;
	height:546px;

}

.map{
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.contact2-dl dl{
	margin:0;
	display: flex;
	justify-content: space-between;
}

.contact2-dl dd{
	min-height:65px;
	padding-left: 80px;
	padding-top: 7px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 50px;
}

.contact2-dl dd h1{
	margin:0;
	font-size: 16px;
	color: #555;
}

.contact2-dl dd h2{
	margin:0;
	font-size: 18px;
	color: #666;
	font-weight: bold;
	line-height: 1.6;
	margin-top: 10px;
}



/*************[留言]**************/

.contact1-form{
	margin-top: 55px;
}
.contact1{
	padding-bottom: 40px;
}
.contact1-1 dl{
	margin:0;
	margin-left: -3%;
}

.contact1-1 dd{
	float: left;
	width: 30.33333%;
	margin-left: 3%;
}

.contact1-1 dd input{
	width: 100%;
	height: 60px;
	background-color:#fff;
	border:1px solid #e8e8e8;
	font-size: 16px;
	color: #333;
	line-height: 1.428571;
	padding-left: 70px;
	border-radius: 0;
	background-repeat: no-repeat;
	background-position: 38px center;
}
.contact1-2 {
	padding: 42px 0;
}
.contact1-2 textarea{
	width: 100%;
	height:178px;
	background-color:#fff;
	border:1px solid #e8e8e8;
	font-size: 16px;
	color: #333;
	line-height: 1.428571;
	padding-left: 70px;
	border-radius: 0;
	background-repeat: no-repeat;
	background-position: 38px 31px;
	padding-top: 30px;
	padding-bottom: 30px;
	resize: none;
}

.contact1-3 .fl{
	width: 670px;
}

.yan{
	width: 150px;
	cursor: pointer;
}

.yan img{
	display: block;
	width: 100%;
}

.contact1-3-input{
	overflow: hidden;
}

.contact1-3-input input{
	width: 100%;
	height: 60px;
	background-color:#fff;
	border:1px solid #e8e8e8;
	font-size: 16px;
	color: #333;
	line-height: 1.428571;
	padding-left: 70px;
	border-radius: 0;
	background-repeat: no-repeat;
	background-position: 38px center;
}
.contact1-3>.fr{
	width: 214px;
}
.contact1-3 .fr input{
	width: 100%;
	display: block;
	height: 60px;
	background-color:#d2392b;
	border:0;
	font-size: 16px;
	color: #fff;
	line-height: 1.428571;
	cursor: pointer;
}
.contact1-3 .fr input:focus{
	outline: none;
}
.contact1-3 .fr input:hover{
	background-color: #d2392b;
}



/************[观后感]****************/
.ghg-box ul {
	overflow: hidden;
    margin-top: -42px;
}
.ghg-box ul li{
	width: 50%;
	float: left;
	overflow: hidden;
	padding: 0px;
	border: none;
}
.ghg-box ul li a{
	display: block;
	overflow: hidden;
	padding-top: 42px;
	    padding-bottom: 42px;
	 border-bottom: 1px solid #f1f1f1;
}
.ghg-box ul li:nth-child(even){
	padding-left: 15px;
}
.ghg-box ul li:nth-child(odd){
	padding-right: 15px;
}

.ghg-box ul li .news-list-img {
    width: 232px;
    flex-shrink: 0;
    padding-right: 32px;
	margin-right: 0px;
	float: left;
}
.ghg-box ul li .news-list-img i.imgbox_a{
  padding-bottom: 122.24%;
}

.ghg-box ul li .news-list-inf{
	padding-top: 24px;
}



/************[培训指南]****************/
.pxzn-list{
	margin-bottom: 42px;
}
.pxzn:first-child .pxzn-list{
	background: #b20612;
	height: 520px;
	position: relative;
}
.pxzn-active{
	background: #b20612;
    position: absolute;
	color: #fff;
	top:50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
}
.pxzn-active h1{
	font-size: 36px;
	position: relative;
	padding-bottom: 24px;
}
.pxzn-active h1::before{
	content: "";
	width: 70px;
	height: 3px;
	background: #fff;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -35px;
}
.pxzn-active h2{
	padding-top: 24px;
	font-size: 24px;
}
.pxzn-list dl{
	background: #e6e6e6;
	 height: 520px;
}

.pxzn-list dl dt i.imgbox_a{
	padding-bottom: 53.67%;
}
.pxzn-list dl dd{
	padding-left: 20px;
	padding-right: 20px;
}
.pxzn-list dl dd h1{
	padding-top: 24px;
	padding-bottom: 20px;
	font-size: 24px;
}
.pxzn-list dl dd span{
	font-size: 15px;
	line-height: 26px;
	overflow:hidden;
	  text-overflow: ellipsis;
	  -webkit-line-clamp: 5;
	  display: -webkit-box;
	  -webkit-box-orient: vertical;
}