/**************************************/

/*************[公用start]**************/

/**************************************/



body {

	overflow-x: hidden;

}


h1,
h2,
h3,
h4,
h5,
h6 {
	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;

}

a:hover {
	text-decoration: none;
}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: 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);

}



/*图片中心放大代码区域*/











/**************************************/

/************[公用over]****************/

/**************************************/



/*header-start*/

/**************************************************************/

#header {
	overflow: hidden;
}

.home-header {
	position: fixed;
	height: 146px;
	z-index: 99;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: 0px auto;
}

.home-header-top {
	height: 92px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.home-logo {
    width: 280px;
	color: #fff;
}

.home-top-right {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.home-top-tel {
	font-size: 20px;
	color: #fff;
	font-weight: bolder;
	margin-right: 60px;
	display: flex;
	align-content: center;
}

.home-top-tel img,
.home-language-box img {
	width: 16px;
	height: 16px;
	margin-right: 8px;
	float: left;
	margin-top: 6px;
}
.home-language-box a:first-child{
    display: none;
}
.home-top-language{
	position: relative;
	height: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
/*.home-top-language:hover .language-list{*/
/*	display: block;*/
/*}*/
/*.language-list{*/
/*	display: none;*/
/*	position: absolute;*/
/*	top: 56px;*/
/*	left: 50%;*/
/*	margin-left: -60px;*/
/*	background: #fff;*/
/*	border-radius: 5px;*/
/*	width: 120px;*/
/*	text-align: center;*/
/*	padding-top: 10px;*/
/*	padding-bottom: 10px;*/
/*	box-shadow: 0 0px 5px #8a8a8a;*/
	
/*}*/
/*.language-list ul li a{*/
/*	height: 32px;*/
/*	line-height: 32px;*/
/*}*/
/*.language-list ul li a:hover{*/
/*	color: #003DCF;*/
/*}*/
.home-language-box{
	font-size: 20px;
	font-weight: bolder;
	color: #fff;
	padding-right: 0px;
	/*background: url(../images/xiala.png) no-repeat right center;*/
}

.home-header-down {
	height: 54px;
	line-height: 55px;
	background: #1d4094;
	color: #fff;
}

.home-search {
	width: 365px;
	padding-top: 7px;
	overflow: hidden;
	margin-left: 100px;
}

.home-search input[name="keywords"] {
	width: 305px;
	height: 40px;
	background: #fff;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border: none;
	float: left;
	color: #666;
	padding-left: 15px;
}

.home-search input[name="keywords"]::placeholder {
	font-size: 16px;
	font-style: italic;
	color: #bbb;
}

.home-search input[name="searchButton"] {
	width: 60px;
	height: 40px;
	background: url(../images/search.png) no-repeat center #0C439E;
	border: none;
	float: left;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.home-header-nav {
	width: calc(100% - 465px);
}

.home-header-nav>ul>li {
	width: 12.5%;
	float: left;
	position: relative;
}

.home-header-nav>ul>li.active {
	height: 100%;
	color: #004CBF;
}

.home-header-nav>ul>li.active>a {
	background: #fff;
	height: 100%;
	color: #004CBF;
}

.home-header-nav>ul>li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	text-align: center;
}

.home-header-nav>ul>li a:hover {
	background: #fff;
	color: #004CBF;
}

.home-header-nav>ul>li ul {
	display: none;
}

.home-header-nav>ul>li ul.cur {
	display: block;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	position: absolute;
	width: 160px;
}

.home-header-nav>ul>li ul li {
	position: relative;
}

.home-header-nav>ul>li ul li a {
	display: block;
	line-height: 24px;
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}

.home-header-nav>ul>li ul li a:hover {
	background: #004CBF;
	color: #fff;
}

.home-header-nav>ul>li ul li {
	position: relative;
}

.home-header-nav>ul>li ul li ul.nav-menu {
	display: none;
	position: absolute;
	width: 100%;
	right: -100%;
	top: 0px;
	background: rgba(0, 0, 0, 0.5);
}

.home-header-nav>ul>li ul li:hover .nav-menu {
	display: block;

}

#header_sj {
	display: none;
}

#main {
	padding-bottom: 42px;
}

.banner .swiper-container .swiper-slide{
	position: relative;
}
.banner .swiper-container .swiper-slide .container{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}


.banner .swiper-container .swiper-slide .banner-txt{
	padding-top: 340px;
	color: #fff;
}
.banner .swiper-container .swiper-slide .banner-txt h1{
	font-size: 42px;
	font-weight: bold;
	margin-bottom: 22px;
}
.banner .swiper-container .swiper-slide .banner-txt h2{
	font-size:18px;
}

.sj-banner{
    display: none;
}

.box1 {
	border-bottom: 1px solid #e4e4e4;
}

.home-product {
	overflow: hidden;
}

.home-product-list {
	width: calc(100% - 880px);
}

.home-product-list ul li {
	height: 192px;
	padding-left: 40px;
	padding-right: 40px;
	box-sizing: border-box;
	border-right: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	position: relative;
}

.home-product-list ul li:last-child {
	border-bottom: none;
}

.home-product-list ul li:hover {
	box-shadow: 0px 0px 8px #bbbbbb;
}

.home-product-list ul li:hover::before {
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	top: 50%;
	left: -7px;
	background: #004CBF;
	border-radius: 20px;
}

.home-product-list ul li a {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: calc(100% - 60px);
}


.home-product-list ul li a h1 {
	font-size: 22px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}

.home-product-list ul li a h1 img {
	margin-right: 12px;
	width: 38px;
	height: 38px;
}

.home-product-list ul li a h2 {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.home-product-con {
	overflow: hidden;
	width: 880px;
	padding-right: 40px;
}

.home-tit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 15px;
}

.home-tit span {
	font-size: 25px;
	font-weight: bolder;
	color: #333;
	position: relative;
}

.home-tit span::before {
	content: "";
	width: 40px;
	height: 5px;
	background: #004CBF;
	position: absolute;
	bottom: -15px;
}
.write-color span{
	color: #fff;
}
.write-color span::before{
	background: #fff;
}
.home-tit a {
	display: flex;
	align-items: center;
}

.home-tit a img {
	margin-right: 5px;
}

.home-tit a:hover {
	color: #004CBF;
}

.home-prolist-con {
	display: none;
}

.home-prolist-con.cur {
	display: block;
}

.home-proimg-list {
	width: 880px;
	padding-top: 24px;
}

.home-proimg-list i.imgbox_a {
	padding-bottom: 52.15%
}

.home-prolist-inf {
	padding-top: 52px;
}

.home-prolist-txt h1 {
	font-size: 24px;
	font-weight: bolder;
	margin-top: 25px;
	margin-bottom: 25px;
}

.home-prolist-txt h2 {
	font-size: 14px;
	line-height: 24px;
	color: #888888;
	margin-bottom: 28px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
}
.home-more{
	overflow: hidden;
}
.home-more a {
	width: 134px;
	height: 44px;
	line-height: 44px;
	display: block;
	color: #fff;
	padding-left: 24px;
	background: url(../images/company-jt.png) no-repeat 92px center #004CBF;
}

.box2 {
	overflow: hidden;
}

.box3 {
	background: url(../images/img14.jpg) no-repeat top center;
	height: 688px;
}

.home-gjmy-map {
	width: 1000px;
	padding-top: 50px;
}

.home-gjmy-inf {
	padding-top: 122px;
}

.home-gjmy-inf>.home-tit span {
	color: #fff;
}

.home-gjmy-inf>.home-tit span::before {
	content: "";
	width: 40px;
	height: 5px;
	background: #fff;
	position: absolute;
	bottom: -15px;
}

.home-gjmy-inf h2 {
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-top: 102px;
	margin-bottom: 102px;
}

.home-padding-top {
	padding-top: 42px;
}

.home-cgal-img {
	width: 792px;
}

.home-cgal-img i.imgbox_a {
	padding-bottom: 63.32%;
}

.home-cgal-list ul li a {
	display: flex;
	padding: 30px 20px;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
}

.home-cgal-list ul li a:hover .home-cgal-txt h1 {
	color: #004CBF;
}

.home-cgal-list ul li a:hover .home-cgal-simg img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.home-cgal-list ul li:first-child a {
	border-top: 1px solid #e4e4e4;
}

.home-cgal-simg {
	width: 170px;
	flex-shrink: 0;
	margin-left: 15px;
	overflow: hidden;
}

.home-cgal-simg i.imgbox_a {
	padding-bottom: 62.35%;
}

.home-cgal-txt h1 {
	font-size: 18px;
	margin-bottom: 12px;
	font-weight: bold;
}

.home-cgal-txt h2 {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.home-news-list a {
	display: block;
	border: 1px solid #e4e4e4;
	position: relative;
	height: 260px;
	overflow: hidden;
}

.home-news-list a .home-news-inf {
	position: absolute;
	z-index: 3;
	padding:54px 20px 0px;
}

.home-news-list a .home-news-inf .home-news-date {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.home-news-list a .home-news-inf .home-news-date .home-news-day {
	display: flex;
	align-items: center;
}

.home-news-list a .home-news-inf .home-news-date .home-news-day span:first-child {
	font-size: 32px;
	font-weight: bolder;
	margin-right: 10px;
}

.home-news-list a .home-news-inf .home-news-date .home-news-menu {
	padding: 3px 5px;
}

.home-news-list a .home-news-inf h1 {
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: bolder;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.home-news-list a .home-news-inf h2 {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.home-news-list a .home-news-img {
	position: absolute;
	z-index: 2;
	background-color: #000;
	width: 100%;
	height: 260px;
	display: none;
}

.home-news-list a .home-news-img img {
	opacity: 0.5;
}

.home-news-list a:hover .home-news-date .home-news-menu {
	background: #004CBF;
	color: #fff;
}

.home-news-list a:hover .home-news-img {
	display: block;
}

.home-news-list a:hover .home-news-inf,
.home-news-list a:hover .home-news-inf h1,
.home-news-list a:hover .home-news-inf h2 {
	color: #fff;
}

#footer {
	background: url(../images/img18.png) no-repeat center top;
	padding-bottom: 22px;
}

.footer-main {
	display: flex;
	justify-content: space-between;
}

.footer-logo {
	width: 230px;
	color: #fff;
}

.footer-menu {
	padding-top: 24px;
	padding-bottom: 12px;
	overflow: hidden;
}

.footer-menu a {
	font-size: 16px;
	float: left;
	margin-right: 42px;
	color: #fff;
}

.footer-inf h2 {
    margin-top: 12px;
	font-size: 14px;
	color: #fff;
}
.footer-inf h2:first-child{
    margin-top: 0px;
}

.footer-ewm {
	text-align: center;
}

.footer-ewm-bj {
	background: #fff;
	padding: 10px;
	border-radius: 3px;
}

.footer-ewm span {
	display: block;
	font-size: 14px;
	color: #fff;
	margin-top: 8px;
}


/*********************7*****************/
/********[特殊css样式要求区域]**********/
/**************************************/
#header-2 {
	display: none;
	height: 75px;
	/*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: 28px;
	width: 220px;
	margin-left: 15px;
	margin-top: 18px;
	font-weight: bold;
}

.logo-2 img {
    width: 214px;
	display: block;
	padding-top: 0px;
}
.ph-languge span:first-child{
    display: none;
}
.ph-languge span{
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding-top: 20px;
}

.menu2 {
	margin-right: 15px;
	height: 75px;
	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;*/
	width: 24px;
}

.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;
}








/*  关于我们  */

.ej-box{
    padding-top: 0px;
}
.ej-banner-img {
	position: relative;
	height: 560px;
}

.ej-banner-img img {
    width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ej-banner-txt {
    width: 100%;
	position: absolute;
	z-index: 3;
	text-align: center;
	top: 300px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #fff;
}

.ej-banner-txt h1 {
	font-size: 42px;
	font-weight: bolder;
}

.ej-banner-txt h2 {
	font-size: 18px;
	margin-top: 32px;
}

.ej-menu {
	display: table;
	margin: 0px auto;
}

.ej-menu ul li {
	display: table-cell;

}
.ej-menu ul li.cur a{
	background: #0f52c0;
	color: #fff;
}
.ej-menu ul li a {
	padding: 10px 20px;
	display: block;
	background: #1d4094;
	color: #fff;
	margin: 0px 5px;
}

.ej-menu ul li a:hover {
	background: #0f52c0;
}
.ej-company-jj{
	margin-right: -30px;
}
.ej-company-list{
	width: 50%;
	padding-right: 30px;
	float: left;
}
.ej-company-list a{
	display: block;
	position: relative;
}

.ej-company-list a .managementcengt{
	font-size: 14px;
	color: #999;
	line-height: 26px;
}
/* 
.company-profile-more {
	position: absolute;
	width: 320px;
	height: 76px;
	line-height: 76px;
	text-align: center;
	background: #004CBF;
	color: #fff;
	bottom: -38px;
	left: 50%;
	margin-left: -160px;
	display: none;
	font-size: 16px;
}

.company-profile-more span {
	margin-right: 10px;
}

.ej-company-list a:hover .company-profile-more {
	display: block;
}

.company-profile-more2 {
	position: absolute;
	width: 320px;
	height: 76px;
	line-height: 76px;
	text-align: center;
	background: #004CBF;
	color: #fff;
	top: -38px;
	left: 50%;
	margin-left: -160px;
	display: none;
	font-size: 16px;
}

.company-profile-more2 span {
	margin-right: 10px;
}

.ej-company-list  a:hover .company-profile-more2 {
	display: block;
} */

.qy-wh {
	margin-top: 90px;
	background: url(../images/wh-bj.png) no-repeat center top;
	overflow: hidden;
}

.qy-wh-title {
	width: 320px;
	float: left;
	height: 620px;
	padding-top: 82px;
	box-sizing: border-box;
}

.qy-wh-inf {
	float: left;
	width: calc(100% - 320px);
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.qy-wh-list a {
	height: 620px;
	padding: 84px 24px;
	box-sizing: border-box;
	color: #fff;
	display: flex;
	align-items: stretch;
	flex-wrap: nowrap;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.qy-wh-list a h1 {
	font-size: 22px;
	margin-top: 20px;
	margin-bottom: 52px;
	color: #fff;
}

.qy-wh-list a h2 {
	font-size: 16px;
	line-height: 28px;
	display: block;
	color: #fff;
}

.wh-list-img {
	width: 98px;
	margin: 0px auto;
}

.wh-list-img .imgbox_a {
	padding-bottom: 105.1%;
}

.wh-list-pic {
	width: 33px;
	height: 14px;
	margin: 0px auto;
	display: none;
}

.qy-wh-box .owl-nav {
	width: 108px;
	height: 48px;
	position: absolute;
	bottom: 40px;
	left: -320px;
}

.qy-wh-box .owl-nav .owl-prev {
	width: 48px;
	height: 48px;
	background: url(../images/jt-l.png) no-repeat;
	float: left !important;
	text-indent: 99999px;
}

.qy-wh-box .owl-nav .owl-next {
	width: 48px;
	height: 48px;
	background: url(../images/jt-r.png) no-repeat;
	text-indent: 99999px;
	margin-left: 60px;
}

.qy-wh-box .owl-nav .owl-prev:hover {
	background: url(../images/jt-lh.png) no-repeat;
}

.qy-wh-box .owl-nav .owl-next:hover {
	background: url(../images/jt-rh.png) no-repeat;
}

.qy-wh-list a:hover {
	background: url(../images/wh-bj-h.png) repeat-x bottom;
}

.qy-wh-list a:hover h2 {
	display: block;
}

.qy-wh-list a:hover .wh-list-pic {
	display: none;
}

/* .qy-wh-list a.cur h2{
	display: block;
}
.qy-wh-list a.cur .wh-list-pic{
	display: none;
} */
.qy-wh-name {
	line-height: 2.5em;
	margin-top: 0em;
	font-size: 2.4em !important;
	font-weight: 600;
	color: #fff !important;
	text-align: left;
	position: relative;
}

.qy-wh-name .icons {
	position: absolute;
	left: 0;
	bottom: -0.1em;
	height: 2px;
	width: 1.5em;
	background-color: #fff !important;
}

.qy-ry {
	background: url(../images/honor-bj.jpg) repeat-x bottom;
}

.ej-tit {
	width: 100%;
	margin-top: 32px;
	margin-bottom: 32px;
	overflow: hidden;
}

.qy-ry-tit .ej-more {
	float: right;
}

.qy-ry-name {
	font-size: 32px;
	font-weight: bold;
	color: #000;
	float: left;
	position: relative;
	padding-bottom: 20px;
}

.qy-ry-name::before {
	content: "";
	width: 45px;
	height: 6px;
	background: #004CBF;
	position: absolute;
	bottom: 0px;
}

.ej-more a {
	float: right;
	font-size: 16px;
	background: url(../images/more-bj.png) no-repeat left;
	padding-left: 42px;
	text-transform: uppercase;
	margin-top: 10px;
	color: #000;
}

.ej-more a:hover {
	color: #004CBF;
}

.qy-ry-main {
	overflow: hidden;
	margin-top: 32px;
}

.qy-ry-list {
	background-color: #fff;
	margin-bottom: 10px;
}

.qy-ry-list a {
	color: #333;
}

.qy-ry-list a:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.qy-ry-list a:hover {
	color: #004CBF;
}

.qyry-img-bj {
	background: url(../images/honer-img-bj.jpg) no-repeat;
	background-size: 100%;
	padding: 34px 40px;
	box-sizing: border-box;
}

.qyry-img-bj .imgbox_a {
	padding-bottom: 69.5%;
}

.yg-fc-main {
	margin-top: 32px;
	margin-bottom: 32px;
}

.qy-ry-list span {
	height: 80px;
	line-height: 80px;
	display: block;
	font-size: 18px;
	text-align: center;
}

.yg-fc-list {
	border: 1px solid #ccc;
}

.yg-fc-list a .imgbox_a {
	padding-bottom: 51.77%;
}

.yg-fc-list a span {
	display: block;
	padding: 20px 15px;
}

.yg-fc-list a span h1 {
	font-size: 20px;
	color: #131313;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.yg-fc-list a span h1 img {
	display: none !important;
}

.yg-fc-list a:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.yg-fc-list a:hover span h1 img {
	display: block !important;
	width: 15px !important;
	height: 15px !important;
	float: right;
	margin-top: 3px;
	margin-right: 3px;
}
.yg-fc-list a:hover span h1{
	color: #004CBF;
}

.yg-fc-main .owl-dots,
.qy-ry-main .owl-dots {
	display: table;
	margin: 0px auto;
	margin-top: 32px;
}

.yg-fc-main .owl-dots .owl-dot,
.qy-ry-main .owl-dots .owl-dot {
	display: table-cell;
	width: 42px;
	height: 4px;
	margin: 0px 5px;
	display: block;
	float: left;
	background: #CCCCCC;
}

.yg-fc-main .owl-dots .owl-dot.active,
.qy-ry-main .owl-dots .owl-dot.active {
	background-color: #004CBF;
}



/*  页面修改样式  */

.hse-list {}

.hse-list a {
	padding: 10%;
	padding-top: 8%;
	height: 35em;
	background: #e7eef8;
	display: block;
}

.hse-list a:hover {
	background: url(../images/hse-bj.png) no-repeat;
	background-size: 100%;
	color: #fff;
}

.hse-list a:hover .hse-list-inf {
	color: #fff;
}

.hse-list-inf {
	line-height: 2.0em;
	color: #506688;
	font-size: 1.6em;
}

.ej-honor-box {
	overflow: hidden;
}

.ej-page {
	display: flex;
	justify-content: center;

}

.ej-page a {
	padding: 8px 14px;
	display: block;
	border: 1px solid #CCCCCC;
	margin: 0px 3px;
}

.ej-page a:hover {
	background-color: #004CBF;
	color: #fff;
	border: 1px solid #004CBF;
}


.ej-ygfc {
	margin-bottom: 42px;
}

.map-country a {
	background-color: #fff;
	text-align: center;
	color: #000;
	display: block;
}

.map-country a:hover {
	background: #004CBF;
	color: #fff;
}

.contact-inf h1 {
	font-size: 14px;
	margin-top: 6px;
}

.contact-inf h2 {
	font-size: 14px;

}

.contact-inf h2 span {
	display: block;
	margin: 8px auto;
}

.contact-padding {
	padding: 0px !important;
}

.rcln-pic-one .imgbox_a {
	padding: 31.28%;
}

.rcln-pic-two .imgbox_a {
	padding: 15.36%;
}




/*  案例详情  */
.case-detail-main{
	background: #fff;
	margin-top: 42px;
}
.case-detail-tit{
	font-size: 24px;
	font-weight: bolder;
	padding-bottom:32px;
	padding-top: 32px;
}
.case-detail-box{
	background: url(../img/honor-bj.jpg) repeat-x top;
	overflow: hidden;
}

.case-detail{
	
}
.case-pic{
	width: 1200px;
	margin: 0px auto;
}
 .swiper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
  }

  .swiper-slide {
	background-size: cover;
	background-position: center;
  }

  .mySwiper2 {
	width: calc(100% - 210px) !important;
	height: 80%;
	float: left;
    overflow: hidden;
  }

  .mySwiper {
	width: 210px !important;
	padding-left: 15px;
	box-sizing: border-box;	
	overflow: hidden;
  }

  .mySwiper .swiper-slide {
	width: 100%;
	height: 117px !important;
	opacity: 0.4;
	display: block;
	overflow: hidden;
	padding: 1px;
	margin-bottom: 5px;
  }
  .mySwiper .swiper-slide:last-child{
	  margin-bottom: 0px;
  }
  .mySwiper .swiper-slide-thumb-active {
	opacity: 1;
	border: 2px solid #004CBF;
  }

  .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  




/*  地图效果  */

.map-box {
	height: 470px;
	margin-top: 50px;
	position: relative;
}

.location-home-box {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
	width: 100%;
	height: 100%;
}

.location-box {
	width: 44px;
	position: absolute;
	top: 206px;
	left: 754px;
}

.location-home {
	position: relative;
	z-index: 4;
}

.location-home img {
	width: 100%;
}

.location-1 {
	position: absolute;
	top: 114px;
	left: 630px;
	z-index: 3;
}

.location-2 {
	position: absolute;
	top: 196px;
	left: 214px;
	z-index: 3;
}

.location-3 {
	position: absolute;
	top: 320px;
	left: 312px;
	z-index: 3;
}

.location-4 {
	position: absolute;
	top: 192px;
	left: 544px;
	z-index: 3;
}

.location-5 {
	position: absolute;
	top: 244px;
	left: 524px;
	z-index: 3;
}

.location-6 {
	position: absolute;
	top: 245px;
	left: 680px;
	z-index: 3;
}

.location-7 {
	position: absolute;
	top: 367px;
	left: 822px;
	z-index: 3;
}

.dotted-img>img {
	display: block;
	max-width: none;
	position: absolute;
}

.dotted-1 {
	position: absolute;
	right: 21px;
	bottom: 8px;
	z-index: 2;
	width: 0px;
	height: 107px;
	overflow: hidden;
}

.dotted-1>img {
	width: 131px;
	right: 0px;
	bottom: 0px;
}

.dotted-2 {
	position: absolute;
	right: 33px;
	bottom: 13px;
	z-index: 2;
	width: 0px;
	height: 100px;
	overflow: hidden;
}

.dotted-2>img {
	width: 533px;
	right: 0px;
	bottom: 0px;
}

.dotted-3 {
	position: absolute;
	right: 32px;
	bottom: -98px;
	z-index: 2;
	width: 0px;
	height: 148px;
	overflow: hidden;
}

.dotted-3>img {
	width: 432px;
	right: 0px;
	bottom: 0px;
}

.dotted-4 {
	position: absolute;
	right: 26px;
	bottom: -18px;
	z-index: 2;
	width: 0px;
	height: 44px;
	overflow: hidden;
}

.dotted-4>img {
	width: 228px;
	right: 0px;
	bottom: 0px;
}

.dotted-5 {
	position: absolute;
	right: 16px;
	bottom: -8px;
	z-index: 2;
	width: 0px;
	height: 62px;
	overflow: hidden;
}

.dotted-5>img {
	width: 221px;
	right: 0px;
	bottom: 0px;
}

.dotted-6 {
	position: absolute;
	right: 30px;
	bottom: -19px;
	z-index: 2;
	width: 0px;
	height: 34px;
	overflow: hidden;
}

.dotted-6>img {
	width: 64px;
	right: 0px;
	bottom: 0px;
}

.dotted-7 {
	position: absolute;
	left: 20px;
	top: 17px;
	z-index: 2;
	width: 66px;
	height: 0px;
	overflow: hidden;
}

.dotted-7>img {
	width: 66px;
	left: 0px;
	top: 0px;
}


/*  联系方式  */
.ej-contact-lxfs{
	overflow: hidden;
}
.ej-lxfs-list{
	margin-right: -30px;
}
.ej-lxfs-list ul li{
	width: 33.33%;
	padding-right: 30px;
	float: left;
}
.ej-lxfs-list ul li span{
	display: block;
	border: 1px solid #e4e4e4;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}
.ej-lxfs-list ul li span h1{
	font-size: 18px;
	color: #333;
	margin-top: 22px;
}
.ej-lxfs-list ul li span h2{
	font-size: 14px;
	color: #999;
	margin-top: 15px;
	margin-bottom: 15px;
}
.ej-lxfs-list ul li span a{
	display: flex;
	justify-content: center;
	align-items: center;
}
.ej-lxfs-list ul li span a img{
	margin-left: 8px;
}
.ej-lxfs-list ul li h3{
	font-size: 14px;
	color: #333;
}
.ej-contact-table{
	padding-bottom: 22px;
}
.ej-table-list{
	margin-right: -30px;
	overflow: hidden;
}
.ej-table-list dl{
	padding-right: 30px;
	float: left;
	width: 50%;
	margin-bottom: 30px;
}
.ej-table-list dl dt{
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: normal;
}
.ej-table-list dl dt span{
	color: #ff0000;
	margin-right: 8px;
	padding-top:3px;
	display: block;
	float: left;
}
.ej-table-list dl dd input{
	width: 100%;
	border: 1px solid #e4e4e4;
	height: 52px;
	line-height: 52px;
	padding-left: 15px;
}

.table-list2 dl{
	width: 100%;
	margin-bottom: 10px;
}
.table-list2 dl dd label{
	display: flex;
	align-items: center;
	float: left;
	font-weight: normal;
	margin-right: 15px;
	font-size: 16px;
} 

.table-list2 dl dd label input{
	width: auto;
	margin-top:0px;
	margin-right: 5px;
}
.table-list2 dl dd textarea{
	width: 100%;
	height: 140px;
	border: 1px solid #e4e4e4;
	padding: 15px;
}
.ej-table-main input[name="cantactButton"]{
	width: 228px;
	height: 44px;
    line-height: 44px;
    display: block;
    color: #fff;
	border: none;
    background: url(../images/company-jt.png) no-repeat 140px center #004CBF;
	margin-top: 15px;
}
.ej-down-laod {
	overflow: hidden;
}
.down-laod-main{
	margin-right: -30px;
	overflow: hidden;
}
.down-laod-main>ul>li{
	width:25%;
	padding-right: 30px;
	float: left;
	margin-bottom: 30px;
}
.down-laod-main>ul>li>a{
	border: 1px solid #e4e4e4;
	display: block;
	text-align: center;
}
.down-laod-main>ul>li>a span{
	height: 100%;
	display: block;
	padding: 40px 15px;
}
.down-laod-main>ul>li>a span h1{
	font-size: 14px;
}
.down-laod-main>ul>li>a span h2{
	font-size: 14px;
	margin-top:20px;
}
.down-laod-main>ul>li>a span h3{
	padding-top: 15px;
	font-size: 14px;
}
.down-laod-main>ul>li>a span h3 span{
	font-size: 14px;
	display: block;
	padding: 0px;
	margin-top: 10px;
}
.down-laod-img{
	padding-top: 20px;
	padding-bottom: 20px;
}
.down-laod-img img{
	display: block;
	margin: 0px auto 6px;
}
.down-laod-img i{
	font-size: 14px;
	font-style: normal;
}
.down-laod-main>ul>li>a:hover span{
	background: #004CBF;
	color: #fff;
}

/*  hse  */
.ej-js-con{
	overflow: hidden;
}
.ej-hse-zc{
	overflow: hidden;
}
.hse-zc-con{
	overflow: hidden;
}
.hse-zc-con h1{
	font-size: 16px;
	color: #999;
}
.hse-zc-main{
	margin-right: -30px;
}

.hse-zc-main ul li{
    padding-right: 30px;
	width: 33.33%;
	float: left;
	margin-bottom: 30px;
}
.hse-zc-main ul li a {
	text-align: center;
	padding: 40px;
	background: #e7eef8;
	display: block;
}
.hse-zc-main ul li a i img{
    width: 106px !important;
	height: 106px !important;
	display: block;
	border-radius: 50%;
	margin: 0px auto;
}
.hse-zc-main ul li a i+i{
    display: none;
} 
.hse-zc-main ul li a h1{
	margin-top: 32px;
	line-height: 26px;
	font-size: 14px;
	color: #6784b1;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:3;
	line-clamp:3;
	-webkit-box-orient: vertical;
	height: 80px;
}
.hse-zc-main ul li a:hover{
	background: url(../images/hse-bj.png) no-repeat;
}
.hse-zc-main ul li a:hover i:first-child{
    display: none;
}
.hse-zc-main ul li a:hover i+i{
    display: block;
}
.hse-zc-main ul li a:hover h1{
	color: #fff;
}

/*  国际贸易  */

.ej-gjmy {
	margin-top: 42px;
}

.fg-area{
	display: flex;
    justify-content: space-between;
	margin-top: 42px;
	border-top: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
}
.fg-area-tit{
	width: 380px;
	height: 140px;
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	text-align: center;
	position: relative;
}
.fg-area-titcon{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.fg-area-titcon img{
	margin: 0px auto;
	display: block;
	margin-bottom: 10px;
}
.fg-area-list{
	flex-grow:1;
}
.fg-area-list ul li{
	float: left;
	width: 25%;
}
.fg-area-list ul li a{
	display: block;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;	
}
.fg-area-list ul li a:hover{
	background: #004CBF;
	color: #fff;
}


/********[产品列表]**********/

.product-box {
	overflow: hidden;
}

.ej-pro-menu {
	width: 350px;
	margin-right: 40px;
	display: block;
}
.ej-pro-tit{
	height: 54px;
	background: #1d4094;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 20px;
	padding-right: 20px;
}


.ej-pro-menu>ul>li span {
	display: block;
	line-height: 54px;
	color: #000;
	padding-left: 20px;
	cursor: pointer;
	position: relative;
	border-bottom: 1px solid #e4e4e4;
}
.ej-pro-menu>ul>li span::before{
	content: "";
	width: 3px;
	height: 16px;
	background:#003DCF;
	position: absolute; 
	left: 10px;
	top: 18px;
}
.ej-pro-menu>ul>li span:hover{
	color: #003dcf;
}
.ej-pro-menu>ul>li span.active:hover{
	color: #003dcf;
}
.ej-pro-menu>ul>li span.cur{
	color: #003dcf !important;
}

.ej-pro-menu>ul>li span:hover::before{
	content: "";
	width: 3px;
	height: 16px;
	background:#003dcf;
	position: absolute; 
	left: 10px;
	top: 18px;
}
.ej-pro-menu>ul>li span.active{
	color: #003dcf;
	font-weight: bolder;
	color: #333333;
}
.ej-pro-menu>ul>li span.active::before{
	content: "";
	width: 3px;
	height: 16px;
	background:#003dcf;
	position: absolute; 
	left: 10px;
	top: 18px;
}
.ej-pro-menu>ul>li .cur{
	display: block;
}
.ej-pro-menu>ul>li ul {
	color: #000000;
	display: none;
}

.ej-pro-menu>ul>li>ul>li {
    padding-top: 10px;
	padding-bottom: 10px;
	line-height: 24px;
	background: #e4e4e4;
	margin-bottom: 1px;
	padding-left: 30px;
	display: flex;
	align-items: center;
}

.ej-pro-menu>ul>li>ul>li a {
	color: #000;
	display: block;
	font-weight: 100;
}
.ej-pro-menu>ul>li>ul>li a:hover {
	color: #003dcf;
	font-weight: 200;
}
.ej-pro-menu>ul>li>ul>li a.active{
	color: #003dcf;
	font-weight: 200;
}

.product-list-main {
	overflow: hidden;
}

.product-list {
	margin-right: -32px;
	overflow: hidden;
}

.product-list ul li {
	width: 33.333%;
	padding-right: 32px;
	float: left;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.product-list ul li a {
	display: block;
	background: #fff;
	overflow: hidden;
	border: 1px solid #dde3e8;
}
.product-list ul li a .home-pro-inf{
	padding: 10px;
	color: #333;
	height: 52px;
	line-height: 32px;
	font-size: 15px;
}
.product-list ul li a:hover .home-pro-inf{
	color: #003dcf;
}
.product-list ul li a .imgbox_a {
	padding-bottom: 63.39%;
}

.product-list ul li a:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.product-list ul li a:hover h1 {
	color: #003dcf;

}



/********[成功案例]**********/
.ej-success-case{
	margin-right: -30px;
	overflow: hidden;
}
.ej-success-case ul li{
	width: 33.33%;
	padding-right:30px;
	float: left;
	margin-bottom:42px;
}
.ej-success-case ul li a i.imgbox_a{
	padding-bottom: 63.49%;
}
.ej-success-case ul li a span{
	display: block;
	padding: 30px 15px;
	border-bottom: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
}
.ej-success-case ul li a span h1{
	font-size: 18px;
	font-weight: bolder;
	color: #333;
}
.ej-success-case ul li a span h2{
	font-size: 14px;
	color: #999;
	line-height: 24px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2;
	line-clamp:2;
	-webkit-box-orient: vertical;
	height: 48px;
}
/*.icons{*/
/*	width: 30px;*/
/*	height: 10px;*/
/*	background: url(../images/img17.png) no-repeat;*/
/*}*/
.ej-success-case ul li a:hover h1{
	color: #003dcf;
}

.ej-success-case ul li a:hover .icons{
	background: url(../images/img17s.png) no-repeat;
}
.ej-success-case ul li a:hover img{
	-webkit-transform: scale(1.1);
	
	-ms-transform: scale(1.1);
	
	-o-transform: scale(1.1);
	
	transform: scale(1.1);
}



/********[HSE体系]**********/

.ej-hse-tx{
	margin-right: -30px;
	overflow: hidden;
}
.ej-hse-tx ul li{
   width: 50%;
   padding-right: 30px; 
   float: left;
   margin-bottom: 42px;
}

/********[产品详情]**********/
.product-padding{
    padding-top: 165px;
}
.product-detail-img{
    padding-top: 164px;
}
.product-detail-img .swiper-container{
	height: 420px;
}
.product-datail-tit{
	font-size: 24px;
	color: #333;
	text-align: center;
	font-weight: bolder;
	padding-bottom: 30px;
	border-bottom:1px solid #e4e4e4;
}
.product-datail-inf h1{
	font-size: 24px;
	font-weight: bolder;
	margin-bottom: 15px;
}
.product-datail-inf span{
	font-size: 14px;
	line-height: 24px;
	color: #999;
}
.product-datail-cs h1{
	font-size: 24px;
	font-weight: bolder;
	margin-bottom: 15px;
}
.product-cs-tit{
	background: #38a1db;
	color: #333;
	text-align: right;
	padding: 20px;
	position: relative;
}
.product-cs-tit h1{
	font-size: 22px;
	font-weight: bolder;
}
.product-cs-tit2{
	position: absolute;
	top: 0px;
	left:0px;
	width: 240px;
	z-index: 3;
	background: #11345e;
	padding: 26px 20px;
	color: #38a1db;
	text-align: left;
}
.product-cs-tit2 h1{
	font-size: 20px;
	line-height: 26px;
}
.product-cs-table{
	overflow: hidden;
	padding-top: 80px;
}
.product-cs-table ul li{
	padding-top: 15px;
	padding-bottom: 15px;
	overflow: hidden;
}
.product-cs-table ul li:first-child{
	background: #204D74;
	color: #fff;
    font-weight: bolder;
}
.product-cs-table ul li{
	background: #f5f5f5;
}
.product-cs-table ul li span{
	display: block;
	float: left;
	text-align: left;
	padding-left: 10px;
	
}

.product-cs-table ul li span:nth-child(1){
	width: 6%;
}
.product-cs-table ul li span:nth-child(2){
	width: 12%;
}
.product-cs-table ul li span:nth-child(3){
	width: 6%;
}
.product-cs-table ul li span:nth-child(4){
	width: 6%;
}
.product-cs-table ul li span:nth-child(5){
	width: 10%;
}
.product-cs-table ul li span:nth-child(6){
	width: 6%;
}
.product-cs-table ul li span:nth-child(7){
	width: 6%;
}
.product-cs-table ul li span:nth-child(8){
	width: 12%;
}
.product-cs-table ul li span:nth-child(9){
	width: 6%;
}
.product-cs-table ul li span:nth-child(10){
	width: 6%;
}
.product-cs-table ul li span:nth-child(11){
	width: 12%;
}
.product-cs-table ul li span:nth-child(12){
	width: 8%;
}


/********[加入我们]**********/


.rcln-list-small,.rcln-list-big{
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.rcln-list-small i.imgbox_a{
	padding-bottom: 62%;
}
.rcln-list-small span,.rcln-list-big span{
   position: absolute;
   bottom: 15px;
   left:30px;
}
.rcln-list-small span h1,.rcln-list-big span h1{
	font-size: 16px;
	line-height: 28px;
	color: #fff;
}
.rcln-list-big{
	flex-grow: 1;
}
.rcln-list-big i.imgbox_a{
	padding-bottom: 30%;
}
.rc-zp-list{
	overflow: hidden;
	margin-bottom: 15px;
}
.rczp-list-tit{
	padding-top: 15px;
	padding-bottom: 15px;
	color: #000000;
    background-color: #e7eef8;
	overflow: hidden;
	display: flex;
	align-items: center;
	padding-left: 20px;
	padding-right: 20px;
    cursor:pointer;
}
.rczp-list-tit.cur{
	background: #073190;
	color: #fff;
}
.rczp-list-tit span{
	display: block;
	float: left;
	font-size: 15px;
}
.rczp-list-tit span:nth-child(1){
	width: calc(100% - 390px);
	display: flex;
	align-items: center;
	font-size: 18px;
}
.rczp-list-tit span:nth-child(1) img{
	margin-right: 8px;
	
}
.rczp-list-tit span:nth-child(2){
	width:180px;
}
.rczp-list-tit span:nth-child(3){
	width: 210px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.rczp-list-con {
	padding-top: 15px;
	display: none;
	overflow: hidden;
}
.rczp-list-con.cur{
	display: block;
}
.rczp-list-con span{
	height: 180px;
	font-size: 14px;
	line-height: 26px;
	color: #999;
	overflow: auto;
}
.rczp-list-con span:first-child{
	width: calc(100% - 360px);
	float: left;
	padding-right: 20px;
}
.rczp-list-con span:last-child{
	width: 340px;
	padding-left: 20px;
	overflow: hidden;
	float: left;
}
.rczp-list-con span:last-child h1{
	font-size: 14px;
	line-height: 26px;
}


/********[新闻]**********/
.ej-news-main{
	margin-right: -30px;
	overflow: hidden;
}
.ej-news-main ul li{
	padding-right: 30px;
	width: 33.33%;
	overflow: hidden;
	float: left;
	margin-bottom: 30px;
}

.new-more-1{
	width: 29px;
	margin-top: 15px;
}
.new-more-1 img{
	width: 29px;
	height: 7px;
}
.new-more-2{
	width: 19px;
	margin-top: 15px;
	display: none;
}
.new-more-2 img{
	width: 19px;
	height: 19px;
}
.home-news-list a:hover .new-more-2{
	display: block;
}
.home-news-list a:hover .new-more-1{
	display: none;
}

.news-tj{
	border: 1px solid #e4e4e4;
	overflow: hidden;
}
.news-tj-img{
	width: 778px;
	margin-right: 30px;
}
.news-tj-img i.imgbox_a{
	padding-bottom: 65.04%;
}
.news-tj-inf{
	padding-top: 80px;
	padding-right: 30px;
}
.news-tj-inf h1{
	font-size: 24px;
	font-weight: bolder;
	line-height: 36px;
}
.news-tj-inf h2{
	font-size: 16px;
	color: #666;
	line-height: 26px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.news-name{
	display: flex;
	align-items: center;
	margin-top: 50px;
}
.news-name>span{
	display: block;
	padding: 5px 10px;
	background: #003DCF;
	color:#fff;
}
.news-name>span+span{
	color: #333;
	background: none;
}
.news-tj a{
	display: block;
}
.news-tj a:hover .news-tj-inf h1{
	color: #004CBF;
}

/********[新闻详情]**********/
.news-details{
	overflow: hidden;
	position: relative;
}
.news-detail-con{
	width: calc(100% - 500px);


}
.xg-news{
	width: 500px;
	overflow: hidden;
}
.news-tit{
	height: 102px;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 100%;
	border-bottom: 1px solid #e4e4e4;
}
.news-tit h2{
	font-size: 16px;
	color: #999;
	margin-bottom: 10px;
}

.news-tit h1{
	font-size: 18px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.news-padding-top{
	padding-top: 54px;
}
.xg-news-con{
	padding-left: 30px;
	padding-top: 30px;
}
.xg-news-con .home-news-list{
	margin-bottom: 30px;
}
.news-detail-txt{
	padding-top: 30px;
	padding-right: 20px;
	min-height: 580px;
	padding-bottom: 60px;
	overflow: hidden;
	border-right: 1px solid #e4e4e4;
}
.news-detail-txt p{
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	line-height: 24px;
	color: #999;
}

.news-detail-page{
	position: absolute;
	bottom: 0px;
}

.news-detail-page span{
	float: left;
	margin-right: 10px;
}
.news-detail-page span a{
	display: block;
	width: 124px;
	height: 44px;
	line-height: 44px;
	display: block;
	color: #fff;
	padding-left: 56px;
	background: url(../images/img28.png) no-repeat 26px center #fff;
	border: 1px solid #e4e4e4;
	color: #333;
}
.news-detail-page span a:hover{
	background: url(../images/company-jt2.png) no-repeat 26px center #004CBF;
	color: #fff;
}

.news-detail-page span+span a{
	display: block;
	width: 124px;
	height: 44px;
	line-height: 44px;
	display: block;
	color: #fff;
	padding-left: 28px;
	background: url(../images/img49.png) no-repeat 82px center #fff;
	border: 1px solid #e4e4e4;
	color: #333;
}
.news-detail-page span+span a:hover{
	background: url(../images/company-jt.png) no-repeat 82px center #004CBF;
	color: #fff;
	border: 1px solid #004CBF;
}





.product-page{
	overflow: hidden;
	margin-top: 30px;
}
.product-detail-page span{
	float: left;
	margin-right: 10px;
}
.product-detail-page span a{
	display: block;
	width: 124px;
	height: 44px;
	line-height: 44px;
	display: block;
	color: #fff;
	padding-left: 56px;
	background: url(../images/img28.png) no-repeat 26px center #fff;
	border: 1px solid #e4e4e4;
	color: #333;
}
.product-detail-page span a:hover{
	background: url(../images/company-jt2.png) no-repeat 26px center #004CBF;
	color: #fff;
}

.product-detail-page span+span a{
	display: block;
	width: 124px;
	height: 44px;
	line-height: 44px;
	display: block;
	color: #fff;
	padding-left: 28px;
	background: url(../images/img49.png) no-repeat 82px center #fff;
	border: 1px solid #e4e4e4;
	color: #333;
}
.product-detail-page span+span a:hover{
	background: url(../images/company-jt.png) no-repeat 82px center #004CBF;
	color: #fff;
	border: 1px solid #004CBF;
}
.pdf-down{
	overflow: hidden;
}
.pdf-down a {
	width: 134px;
	height: 44px;
	line-height: 44px;
	display: block;
	color: #fff;
	text-align: center;
	background: #004CBF;
}
.pdf-down a:hover{
	background: #1166e6;
	color: #fff;
}
