body {
	word-wrap: break-word;
	word-break: break-all;
	background: #fff;
	margin: 0 auto;
	width: 100%;
	font-family: arial;
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	font-weight: normal;
}
*:focus {
	outline: none;
}
button, input, select, textarea, label {
	vertical-align: middle;
	border: 0;
	outline: none;
	background: none;
}
img {
	vertical-align: middle;
	border: none;
	display: inline-block;
	max-width: 100%;
}
ul, ol {
	list-style: none;
}
a {
	text-decoration: none !important;
	vertical-align: baseline;
	cursor: pointer;
	-o-transition: .2s ease;
	-moz-transition: .2s ease;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 0;
}
.clearfix {
*zoom:1;
}
.fl {
	float: left;
	_display: inline;
}
.fr {
	float: right;
	_display: inline;
}
input, textarea {
	outline: none;
	-webkit-appearance: none;
}
input[type='checkbox']:focus {
	outline: none;
}
::-webkit-input-placeholder { /* WebKit browsers */
 color: #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color: #999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
 color: #999;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
 color: #999;
}
.container {
	width: 1200px;
	margin: 0 auto;
}
.index_container {
	width: 1730px;
	margin: 0 auto;
}
.hd_top {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.hd_con1 {
	position: relative;
	height: 46px;
}
.top_t1 {
	color: #fff;
	font-size: 16px;
	line-height: 46px;
}
.top_right {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.top_right > * {
	display: inline-block;
	vertical-align: middle;
}
.top_t2 a {
	display: inline-block;
	color: rgba(255,255,255,.7);
	font-size: 16px;
	padding: 0 40px;
	position: relative;
}
.top_t2 a::before, .top_t2 a:last-child::after {
	position: absolute;
	content: "";
	width: 1px;
	height: 20px;
	background: rgba(221,238,234,.2);
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.top_t2 a:last-child::after {
	left: auto;
	right: 0;
}
.language {
	margin-left: 54px;
}
.language a {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	width: 58px;
	text-align: center;
	line-height: 30px;
	background: rgba(11,34,66,.3);
	border-radius: 15px;
	margin-left: 5px;
}
.language a.on {
	background: rgba(11,34,66,1);
}
.hd_center {
	background: #408ede;
}
.hd_con2 {
	position: relative;
}
.naver {
	text-align: right;
}
.naver ul li {
	display: inline-block;
	width: 110px;
	margin-left: 2.3%;
}
.naver ul li a {
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #f1f0f5;
	font-size: 20px;
	padding: 30px 0 0;
	height: 90px;
	transition: all .3s;
}
.naver ul li.active a, .naver ul li:hover a {
	background: #00a0e9;
}
a.logo1 {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	font-size: 0;
}
.banner_swiper1 {
	position: relative;
	text-align: center;
}
.banner_swiper1 .swiper-slide img {
/* width: 100%; */
}
.up_img1 {
	position: absolute;
	left: 50%;
	bottom: 110px;
	transform: translateX(-50%);
	z-index: 2;
}
.up_img1 img {
	animation: upDowm 1.3s ease-in-out 2.7s infinite alternate;
}
@keyframes upDowm {
 from {
 transform:translate(0, -2px);
}
to {
	transform: translate(0, 6px);
}
}
.banner_swiper1 .swiper-pagination {
	display: block;
	bottom: 40px;
	font-size: 0;
}
.banner_swiper1 .swiper-pagination-bullet {
	width: 24px;
	height: 24px;
	opacity: 1;
	background: rgba(255,255,255,.5);
	transition: all .3s;
}
.banner_swiper1 .swiper-pagination-bullet-active {
	width: 45px;
	border-radius: 12px;
	background-color: rgba(255,255,255,1);
}
.banner_swiper1 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 10px;
}
.section1 {
	background: #f7f7f7;
}
.index_con1 {
	padding: 128px 0;
}
.index_hd1 {
	position: relative;
	margin-bottom: 90px;
}
.index_title1 .title {
	color: #408ede;
	font-size: 50px;
	font-weight: bold;
}
.index_title1 .title span {
	font-size: 70px;
	display: inline-block;
	margin-right: 24px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: -2px;
}
.index_news_r1 {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.index_news_r1 > * {
	display: inline-block;
	vertical-align: middle;
}
.news_type1 {
	margin-right: 74px;
}
.news_type1 ul {
	font-size: 0;
}
.news_type1 ul li {
	display: inline-block;
	width: 120px;
	margin-left: 32px;
}
.news_type1 ul li:first-child {
	margin-left: 0;
}
.news_type1 ul li a {
	display: inline-block;
	width: 100%;
	color: #222;
	font-size: 20px;
	text-align: center;
	line-height: 46px;
	border-radius: 23px;
	background: #dfdfdf;
	transition: all .3s;
}
.news_type1 ul li.active a {
	background: #408ede;
	color: #fffefe;
}
.index_more1 a {
	color: #9ea3ab;
	font-size: 24px;
	font-style: italic;
	transition: all .3s;
}
.index_more1 a:hover {
	color: #222;
}
.index_more2 a:hover {
	color: #fff;
}
.index_news_l1 {
	width: 43.93%;
	float: left;
}
.news_m1 {
	position: relative;
}
.news_img1 {
	height: 580px;
}
.news_img1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news_info1 {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.84);
	padding: 0 110px 0 30px;
}
.news_info1 .title {
	color: #fff;
	font-size: 20px;
	line-height: 56px;/* overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; */
}
.news_swiper1 .swiper-pagination, .index_video_swiper1 .swiper-pagination {
	display: block;
	width: auto;
	left: auto;
	right: 28px;
	bottom: 20px;
}
.news_swiper1 .swiper-pagination-bullet, .index_video_swiper1 .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	opacity: 1;
	background: #fff;
}
.news_swiper1 .swiper-pagination-bullet-active, .index_video_swiper1 .swiper-pagination-bullet-active {
	background: #e21e32;
}
.index_news_l2 {
	width: 26%;
	float: left;
	margin-left: 1.96%;
}
.news_m2 {
	background: #fff;
	padding: 36px 8.5% 0;
	transition: all .32s;
}
.news_b1 .title {
	color: #222;
	font-size: 22px;
	/* overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; */
	margin-bottom: 16px;
	transition: all .32s;
}
.news_b1 .txt {
	color: #666;
	font-size: 14px;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all .32s;
}
.news_b2 {
	padding: 28px 0 40px;
	border-top: 1px solid #f2f2f2;
	margin-top: 12px;
	transition: all .32s;
}
.news_k1 {
	position: relative;
}
.news_k1 .time h3 {
	color: #999;
	font-size: 34px;
	margin-bottom: 2px;
	transition: all .32s;
}
.news_k1 .time h4 {
	color: #999;
	font-size: 16px;
	transition: all .32s;
}
.news_k1 .n_icon1 {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0;
}
.news_k1 .n_icon1 img {
	transition: all .32s;
}
.news_list1 ul li {
	margin-bottom: 30px;
}
.news_list1 ul li:last-child {
	margin-bottom: 0;
}
.index_news_l3 {
	width: 26%;
	float: right;
}
.news_list2 ul li {
	margin-bottom: 26px;
}
.news_list2 ul li:last-child {
	margin-bottom: 0;
}
.news_m3 {
	background: #fff;
	padding: 36px 7% 0 38.66%;
	height: 176px;
	position: relative;
	transition: all .3s;
}
.news_m3::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 94px;
	background: #f3f3f3;
	top: 50%;
	transform: translateY(-50%);
	left: 30%;
	transition: all .3s;
}
.news_m3 .time {
	position: absolute;
	left: 8%;
	top: 50%;
	transform: translateY(-50%);
}
.news_m3 .time h3 {
	color: #999;
	font-size: 34px;
	position: relative;
	padding-bottom: 9px;
	margin-bottom: 12px;
	transition: all .3s;
}
.news_m3 .time h3::before {
	position: absolute;
	content: "";
	width: 24px;
	height: 1px;
	background: #dadada;
	left: 0;
	bottom: 0;
}
.news_m3 .time h4 {
	color: #999;
	font-size: 16px;
	transition: all .3s;
}
.news_info3 .title {
	color: #222;
	font-size: 22px;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 72px;
	margin-bottom: 18px;
	transition: all .3s;
}
.news_info3 .n_icon1 img {
	transition: all .3s;
}
.news_list1 ul li:hover .news_m2, .news_list2 ul li:hover .news_m3 {
	background: #408ede;
}
.news_list1 ul li:hover .news_b1 .title, .news_list1 ul li:hover .news_b2 .time h3, .news_list2 ul li:hover .news_info3 .title, .news_list2 ul li:hover .time h3 {
	color: #fff;
}
.news_list1 ul li:hover .news_b1 .txt {
	color: rgba(255,255,255,.7);
}
.news_list1 ul li:hover .news_b2 {
	border-top-color: rgba(242,242,242,.2);
}
.news_list1 ul li:hover .news_b2 .time h4, .news_list2 ul li:hover .time h4 {
	color: rgba(255,255,255,.6);
}
.news_list1 ul li:hover .news_b2 .n_icon1 img, .news_list2 ul li:hover .news_info3 .n_icon1 img {
	opacity: .7;
}
.news_list2 ul li:hover .news_m3::before {
	background: rgba(242,242,242,.2);
}
.section2 {
	background: #408ede;
}
.index_con2 {
	padding: 90px 0 70px;
}
.index_title2 .title {
	color: #fff;
}
.index_title2 .title span {
	color: #ffd071;
}
.character_m1 {
	padding: 30px 20px;
	background: #277cd2;
}
.character_img1 {
	height: 350px;
	position: relative;
}
.character_img1::before {
	position: absolute;
	content: "";
	width: 23px;
	height: 3px;
	background: #ffd071;
	right: -7px;
	top: 24px;
}
.character_img1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.character_info1 {
	margin-top: 24px;
}
.character_info1 .name {
	color: #fff;
	font-size: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 14px;
}
.character_info1 .txt {
	color: #fff;
	font-size: 18px;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 20px;
	height: 96px;
}
.character_info1 .c_icon1 {
	font-size: 0;
}
.b_button1 .swiper-button-prev, .b_button1 .swiper-button-next {
	position: unset;
	width: auto;
	height: auto;
	top: auto;
	margin: 0;
	left: auto;
	right: auto;
	background: none;
	opacity: 1;
	display: inline-block;
}
.b_button1 {
	margin-top: 54px;
	font-size: 0;
	text-align: center;
}
.index_con3 {
	padding: 110px 0;
}
.index_left1 {
	width: 46.24%;
	float: left;
}
.index_right1 {
	width: 47.4%;
	float: right;
}
.index_hd2 {
	margin-bottom: 70px;
}
.video_m1 {
	position: relative;
}
.video_m1 .play_icon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.video_img1 {
	height: 523px;
}
.video_img1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.video_info1 {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.84);
	padding: 0 110px 0 30px;
}
.video_info1 .title {
	color: #fff;
	font-size: 20px;
	line-height: 56px;
}
.elegant_list1 ul li {
	padding: 30px 0;
	border-bottom: 1px dashed #eaedf3;
}
.elegant_list1 ul li:first-child {
	padding-top: 0;
}
.elegant_list1 ul li:last-child {
	border-bottom: none;
}
.elegant_img1 {
	width: 27%;
	float: left;
	height: 135px;
	overflow: hidden;
}
.elegant_img1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s;
}
.elegant_info1 {
	width: 68%;
	float: right;
	margin-top: 5px;
}
.elegant_info1 .title {
	color: #282b31;
	font-size: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 30px;
	transition: all .3s;
}
.elegant_info1 .txt {
	color: #373e47;
	font-size: 18px;
	line-height: 34px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.elegant_info1 .txt span {
	color: #1e40b1;
}
.elegant_list1 ul li:hover .elegant_info1 .title {
	color: #1e40b1;
}
.elegant_list1 ul li:hover .elegant_img1 img {
	transform: scale(1.12);
}
.section4 {
	background: #f3f1f2;
}
.index_con4 {
	padding: 100px 0;
}
.brand_list1 ul li {
	width: 31.8%;
	float: left;
	margin-right: 2.3%;
}
.brand_list1 ul li:nth-child(3n) {
	margin-right: 0;
}
.brand_m1 {
	border-radius: 10px;
	background: #fff;
}
.brand_img1 {
	height: 166px;
	transition: all .3s;
}
.brand_img1 img {
	border-radius: 10px 10px 0 0;
	width: 100%;
	height: 100%;
	background-size: contain;
	transition: all .3s;
}
.brand_b1 {
	position: relative;
	padding: 40px 18% 37px 14%;
}
.brand_b1 .name {
	color: #222;
	font-size: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 18px;
}
.brand_b1 .txt {
	color: #999;
	font-size: 18px;
}
.brand_b1 .dian01 {
	position: absolute;
	left: 7%;
	top: 36px;
}
.brand_b1 .brand_i1 {
	position: absolute;
	right: 7%;
	top: 46px;
}
.brand_list1 ul li:hover .brand_img1 {
	transform: translateY(-26px);
}
.brand_list1 ul li:hover .brand_img1 img {
	height: 192px;
}
.news_content .tab {
	display: none;
}
/* footer */
.footer {
	background: #22283c;
}
.foot2 {
	padding: 20px 0;
	border-top: 1px solid rgba(255,255,255,.05);
}
.copyright {
	text-align: center;
	color: rgba(255,255,255,.4);
	font-size: 16px;
	line-height: 32px;
}
.copyright a {
	color: rgba(255,255,255,.4);
}
.f_con1 {
	padding: 42px 0 34px;
}
.f_title1 {
	color: #fff;
	font-size: 26px;
	margin-bottom: 22px;
}
.link_list1 ul {
	display: flex;
}
.link_list1 ul li {
	margin-bottom: 20px;
	width: auto;
	margin-right: 1.1%;
}
.link_list1 ul li:nth-child(8n) {
	margin-right: 0;
}
.f_links {
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(255,255,255,.1);
	margin-bottom: 40px;
}
.f_bok {
	position: relative;
}
.f_naver {
	margin-bottom: 40px;
}
.f_naver ul li {
	display: inline-block;
	margin-right: 9.15%;
}
.f_naver ul li:last-child {
	margin-right: 0;
}
.f_naver ul li a {
	color: #f1f0f5;
	font-size: 16px;
	transition: all .3s;
}
.f_naver ul li a:hover {
	color: #fff;
}
.f_ewm {
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	align-items: flex-end;
}
.f_ewm p {
	color: rgba(182,187,196,.8);
	font-size: 18px;
	line-height: 28px;
	margin-left: 20px;
}
.ewm_1 img {
	width: 100px;
	height: 100px;
}
.f_contact ul {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.f_contact ul li {
	width: 48%;
	color: rgba(182,187,196,.8);
	font-size: 16px;
	line-height: 46px;
}
.f_contact ul li img {
	margin-right: 20px;
}
.floatRight {
	position: fixed;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}
.floatRight ul li {
	position: relative;
	margin-top: 10px;
}
.floatRight ul li:first-child {
	margin-top: 0;
}
.floatRight ul li > a {
	display: flex;
	width: 60px;
	height: 60px;
	justify-content: center;
	align-items: center;
	background: #99a2af;
	border-radius: 10px;
}
.f_n1 {
	position: absolute;
	width: 240px;
	right: 0;
	top: 0;
	background: #408ede;
	border-radius: 10px;
	height: 60px;
	transform: translateX(120%);
	transition: all .3s;
}
.f_n1 a {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 22px;
}
.f_n1 a img {
	margin-right: 10px;
}
.ewm_2 {
	position: absolute;
	width: 100px;
	height: 100px;
	right: 70px;
	top: 50%;
	transform: translateY(-50%);
	display: none;
}
.ewm_2 img {
	width: 100px;
	height: 100px;
}
.floatRight ul li:hover .f_n1 {
	transform: translateX(0);
}
.floatRight ul li:hover .ewm_2 {
	display: block;
}
.floatRight {
	position: fixed;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}
.floatRight ul li {
	position: relative;
	margin-top: 10px;
}
.floatRight ul li:first-child {
	margin-top: 0;
}
.floatRight ul li > a {
	display: flex;
	width: 60px;
	height: 60px;
	justify-content: center;
	align-items: center;
	background: #99a2af;
	border-radius: 10px;
	transition: all .3s;
}
.f_n1 a {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 22px;
}
.f_n1 a img {
	margin-right: 10px;
}
.ewm_2 {
	position: absolute;
	width: 100px;
	height: 100px;
	right: 70px;
	top: 50%;
	transform: translateY(-50%);
	display: none;
}
.ewm_2 img {
	width: 100px;
	height: 100px;
}
.floatRight ul li:hover .f_n1 {
	transform: translateX(0);
}
.floatRight ul li:hover .ewm_2 {
	display: block;
}
/* 关于我们 */
.insider_title1 {
	margin-bottom: 54px;
}
.about_con1 {
	padding-top: 72px;
}
.insider_wrap {
	padding: 0 45px 0 32px;
}
.inside_m1 {
	box-shadow: 2px 6px 11px 2px rgba(15, 42, 79, 0.3);
	border-radius: 20px;
	min-height: 700px;
}
.about_m1 {
	width: 1454px;
	margin: 0 auto 80px;
	padding: 80px 3.8% 54px;
}
.about_info1 .txt {
	color: #000000;
	font-size: 16px;
	line-height: 40px;
	text-align: justify;
}
.about_info1 {
	margin-bottom: 78px;
}
.about_list1 ul {
	display: flex;
	flex-wrap: wrap;
}
.about_list1 ul li {
	width: 25%;
	text-align: center;
	cursor: pointer;
	margin-bottom: 26px;
}
.about_t1 {
	position: relative;
	display: inline-block;
}
.about_t1 p {
	position: absolute;
	width: 179px;
	height: 179px;
	left: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(33,56,105,0);
	color: rgba(255,255,255,0);
	font-size: 22px;
	border-radius: 50%;
	transition: all .36s;
}
.about_t2 {
	margin-top: 4px;
}
.about_t2 .title {
	color: #225398;
	font-size: 29px;
	margin-bottom: 16px;
}
.about_t2 .txt {
	color: #000;
	font-size: 20px;
}
.about_list1 ul li:hover .about_t1 p {
	background: rgba(33,56,105,.54);
	color: rgba(255,255,255,1);
}
/* 商会领导 */
.insider_c1 {
	padding-left: 194px;
	position: relative;
	min-height: 700px;
	margin-bottom: 80px;
}
.insider_left1 {
	position: absolute;
	left: 0;
	width: 194px;
	top: 60px;
}
.sec_nav ul li {
	margin-bottom: 3px;
}
.sec_nav ul li a {
	display: block;
	color: #fff;
	font-size: 22px;
	line-height: 86px;
	text-align: center;
	background-image: linear-gradient( #2f75d6, #2f75d6), linear-gradient( #8f214c, #8f214c);
	background-blend-mode: normal, normal;
	border-radius: 10px;
}
.sec_nav ul li.active {
	margin-bottom: 28px;
}
.sec_nav ul li.active a {
	background-image: linear-gradient(246deg, #408ede 0%, #225398 100%), linear-gradient( #408ede, #408ede);
}
.president_m1 {
	padding: 110px 9% 35px;
}
.president_list1 {
	margin-bottom: 60px;
}
.president_list1 ul li {
	width: 22.45%;
	float: left;
	margin-right: 16.325%;
	margin-bottom: 50px;
}
.president_list1 ul li:nth-child(3n) {
	margin-right: 0;
}
.president_img1 {
	height: 340px;
	border: 5px solid #408ede;
	border-radius: 6px;
}
.president_img1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.president_info1 {
	width: 196px;
	margin: 22px auto 0;
	text-align: center;
	position: relative;
	background-image: linear-gradient(246deg, #1463b5 0%, #1b5ba7 50%, #225398 100%), linear-gradient( #f1f4f1, #f1f4f1);
	background-blend-mode: normal, normal;
	border-radius: 5px;
}
.president_info1 .name {
	color: #fff;
	font-size: 18px;
	line-height: 42px;
	padding-left: 22px;
}
.president_info1 .label1 {
	position: absolute;
	left: 5px;
	top: 0;
}
/* 领导详情 */
.president_m2 {
	padding: 85px 5.5%;
	position: relative;
}
.map_d {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -46%);
}
.president_details {
	position: relative;
	z-index: 2;
}
.president_d1 .name {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}
.president_d1 .name p {
	margin-left: 10px;
	color: #225398;
	font-size: 24px;
	display: flex;
	align-items: center;
}
.president_d1 .name p span {
	display: inline-block;
	padding-left: 18px;
	margin-left: 10px;
	font-size: 18px;
	position: relative;
}
.president_d1 .name p span::before {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #225398;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.president_img2 {
	width: 213px;
	margin: 0 auto 90px;
	border-radius: 10px;
	border: solid 3px #408ede;
}
.president_img2 img {
	border-radius: 10px;
}
.president_d2 .txt {
	color: #1c1c1e;
	font-size: 16px;
	line-height: 40px;
	text-align: justify;
}
/* 商会动态 */
.news_con1 {
	padding: 20px 4.8% 40px;
}
.news_list3 {
	margin-bottom: 25px;
}
.news_list3 ul li {
	position: relative;
	margin-bottom: 10px;
}
.news_list3 ul li::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	left: 0;
	background: rgba(15,45,86,0);
	bottom: 0;
	transition: all .3s;
}
.news_list3 ul li a {
	display: block;
	position: relative;
	padding: 0 10% 0 50px;
}
.news_list3 ul li a img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.news_list3 ul li a .title {
	color: #6e6c6c;
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 66px;
}
.news_list3 ul li a .time {
	color: #505050;
	font-size: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.news_list3 ul li:hover::before {
	background: rgba(15,45,86,.24);
}
/* 头条详情 */
.news_details {
	padding: 20px 20px 60px;
}
.details_d1 {
	text-align: right;
	position: relative;
}
.details_d1 span {
	display: inline-block;
	color: #a3a3a3;
	font-size: 18px;
	margin-left: 24px;
	line-height: 52px;
}
.d_back {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.d_back a {
	display: inline-block;
	padding: 0 15px;
	line-height: 36px;
	background: #2f75d6;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #fff;
	font-size: 14px;
}
.news_title1 {
	text-align: center;
	margin-bottom: 60px;
}
.news_title1 .title {
	display: inline-block;
	color: #0c2446;
	font-size: 30px;
	padding: 0 30px;
	border-bottom: 2px solid #102d56;
	line-height: 60px;
	font-weight: bold;
}
.news_details table {
	width: 100% !important;
}
.details_d2 {
	padding: 0 60px;
	margin-top: 70px;
}
.details_d2 .txt {
	color: #3c3c3c;
	font-size: 18px;
	text-align: justify;
	line-height: 30px;
}
.news_h1 {
	position: relative;
}
.news_h1::before {
	position: absolute;
	content: "";
	width: 95%;
	height: 94%;
	left: 50%;
	top: 50%;
	border: 2px solid #f7f7f7;
	border-radius: 15px;
	transform: translate(-50%, -50%);
	z-index: 2;
}
.news_h1::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(247,247,247,.36);
	border-radius: 15px;
	transition: all .3s;
	z-index: 1;
}
.news_h1 .news_t1 {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	font-size: 17px;
	text-align: center;
}
.news_img4 img {
	border-radius: 15px;
}
.news_info4 {
	text-align: center;
	color: #3c3c3c;
	font-size: 16px;
	margin-top: 8px;
	display: none;
}
.det_swiper1 .swiper-slide {
	width: 500px;
}
.det_swiper1 .swiper-slide-active .news_h1::after {
	background: rgba(247,247,247,0);
}
.det_swiper1 .swiper-slide-active .news_info4 {
	display: block;
}
.det_swiper1 .swiper-slide-active .news_h1 .news_t1 {
	display: none;
}
.det_swiper1 {
	position: relative;
}
.det_swiper1 .swiper-button-prev, .det_swiper1 .swiper-button-next {
	width: auto;
	height: auto;
	margin: 0;
	transform: translateY(-50%);
	background: none;
}
.det_swiper1 .swiper-button-prev {
	left: 0;
}
.det_swiper1 .swiper-button-next {
	right: 0;
}
/* 视频专区 */
.video_con1 {
	padding: 77px 4% 60px;
}
.video_list1 ul li {
	width: 31.48%;
	float: left;
	margin-bottom: 94px;
	margin-right: 2.78%;
}
.video_list1 ul li:nth-child(3n) {
	margin-right: 0;
}
.video_m2 {
	position: relative;
}
.video_m2 .play_icon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.video_img2 {
	height: 264px;
}
.video_img2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.video_info2 {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 0 10px;
	background: rgba(0,0,0,.84);
	text-align: center;
}
.video_info2 .title {
	color: #fff;
	font-size: 16px;
	line-height: 37px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* 直属品牌 */
.brand_con1 {
	width: 1650px;
	margin: 0 auto 82px;
}
.brand_type {
	margin-bottom: 47px;
}
.brand_type ul li {
	width: 30.66%;
	float: left;
	margin-right: 4.01%;
	box-shadow: 0px 3px 7px 0px rgba(21, 42, 95, 0.27);
	position: relative;
	background-color: #ffffff;
	border-radius: 10px;
	overflow: hidden;
}
.brand_type ul li:nth-child(3n) {
	margin-right: 0;
}
.brand_m2 {
	position: relative;
}
.brand_img2 {
	height: 125px;
}
.brand_img2 img {
	width: 100%;
	height: 100%;
	border-radius: 10px 10px 0 0;
}
.brand_info2 {
	height: 183px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.brand_info2 .name {
	color: #1f4c8b;
	font-size: 21px;
	padding-bottom: 32px;
	position: relative;
	margin-bottom: 32px;
}
.brand_info2 .name::before {
	position: absolute;
	content: "";
	width: 40px;
	height: 8px;
	background: #408ede;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}
.brand_info2 .txt {
	color: #1f4c8b;
	font-size: 15px;
}
.brand_m3 {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.62);
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	transform: translateY(-120%);
	transition: all .3s;
	z-index: 10;
}
.brand_info3 .name {
	font-size: 21px;
	color: #fff;
	position: relative;
	padding-top: 25px;
	margin-bottom: 15px;
}
.brand_info3 .name::before {
	position: absolute;
	content: "";
	width: 40px;
	height: 8px;
	background: #fff;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}
.brand_info3 .txt {
	color: #fff;
	font-size: 15px;
}
.brand_m4 {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 15px;
	transform: translateY(120%);
	transition: all .3s;
	z-index: 8;
}
.brand_m4 > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 15px;
}
.brand_type ul li:hover .brand_m4, .brand_type ul li:hover .brand_m3, .brand_type ul li.active .brand_m4, .brand_type ul li.active .brand_m3 {
	transform: translateY(0);
}
.brand_w1 {
	padding: 50px 9.4% 50px 4.8%;
}
/* 联系我们 */
.contact_list1 {
	margin-bottom: 30px;
}
.contact_list1 ul li > * {
	display: inline-block;
	vertical-align: middle;
}
.contact_list1 ul li p {
	color: #414141;
	font-size: 16px;
	line-height: 80px;
	margin-left: 20px;
}
.contact_list1 ul li p span, .contact_list1 ul li p a {
	color: #225398;
}
.contact_m1 {
	padding: 80px 4.8%;
}
.contact_map {
	height: 600px;
}
/* 加入商会 */
.join_m1 {
	padding: 50px 3.4%;
}
.join_info1 {
	margin-top: 0;
	padding: 0;
}
.join_info1 .txt {
	font-size: 16px;
	color: #2d2e30;
}
.join_title1 {
	text-align: center;
	margin-bottom: 20px;
}
.join_title1 .title {
	color: #194075;
	font-size: 22px;
	padding: 0 30px;
	position: relative;
	display: inline-block;
}
.join_title1 .title::before, .join_title1 .title::after {
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #000;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.join_title1 .title::after {
	left: auto;
	right: 0;
}
.shadow {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	background: rgba(0,0,0,.6);
	display: none;
}
.video_modal {
	position: fixed;
	width: 700px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 11;
	display: none;
}
.video1 {
	height: 400px;
}
.video1 video {
	width: 100%;
	height: 100%;
}
.close_icon {
	position: absolute;
	right: -48px;
	top: -40px;
	cursor: pointer;
}
.det_video {
	width: 100%;
	height: 600px;
	text-align:center;
	margin-top: 100px;
}
.det_video iframe {
	max-width: 100%!important;
	width: 800px!important;
	height: 500px!important;
	margin: 0 auto;
	display: block;
}
.logo1 img {
	width: auto;
}
.link_list1 ul {
	flex-wrap: wrap;
}
.f_links {
	padding-bottom: 20px;
}
.president_list1 ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.president_list1 ul li:last-of-type {
	margin-right: 0;
}
.pglist {
	padding: 30px 0 15px;
	width: 100%;
	text-align: center;
	clear: both;
}
.pglist a {
	color: #333;
	padding: 0 15px;
	margin: 0 4px;
	background: #fff;
	border: 1px solid #edebeb;
}
.pglist * {
	display: inline-block;
	vertical-align: middle;
	line-height: 34px;
	padding-bottom: 1px;
}
.pglist a:hover, .pglist .hover {
	display: inline-block;
	color: #fff;
	background: #408ede;
	border-color: #408ede;
}
.inside_m1 .details_w1 .txt p {
	margin-top: 34px;
	margin-bottom: 34px;
	text-align: justify;
	color: rgb(64, 64, 64);
	line-height: 1.75em;
}
.det_video embed {
	margin: 0 auto;
	display: block;
}


















































@font-face {
	font-family: 'Conv_DINCondensedC';
	src: url('../fonts/DINCondensedC.eot');
	src: local('â˜º'), url('../font/DINCondensedC.woff') format('woff'), url('../font/DINCondensedC.ttf') format('truetype'), url('../font/DINCondensedC.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
body{font-family:"微软雅黑",Helvetica Neue,sans-serif,Arial;height: 100%;position: relative;}
input[type="text"] {-webkit-appearance:none;}
textarea {-webkit-appearance:none;}
h1,h2,h3,h4,h5,h6,figure {font-weight:400;}
::-webkit-selection {color:#fff;background:#ff9600;}
::-moz-selection {color:#fff;background:#ff9600;}
::selection {color:#fff;background:#ff9600;}
.text-lowercase {text-transform:lowercase;}
.text-uppercase,.initialism {text-transform:uppercase;}
.text-capitalize {text-transform:capitalize;}
a {color:#6E6E6E;text-decoration:none}
a:focus,a:hover {color:#ff9600;transition:none}
a.text-gray:hover{color:#6E6E6E}
p{margin:0}
dl,dd,ul,li {margin:0;padding:0;list-style:none}
.fixed {z-index:9999;}
.bg-gray{background:#F7F7F7}
.bg-bs{background:#FFFFFF}
.bg-sub{background:#6e6e6e}

/* 标签 */
.tag{display:inline-block;transition:.5s}
.tag.padding{padding:5px 12px}
.tags{color: #ff9600!important; border: 1px solid #ff9600!important; background-color: unset;}
/* 英文字体begin */
.Conv_DINCondensedC{ font-family: "Conv_DINCondensedC";}
/* 英文字体end */

.mb5{margin-bottom: 5px;}
/* 行距 begin*/
.blank{height:10px;line-height:10px;clear:both;font-size:0}
.blank-small{height:20px;line-height:20px;clear:both;font-size:0}
.blank-middle{height:30px;line-height:30px;clear:both;font-size:0}
.blank-big{height:50px;line-height:50px;clear:both;font-size:0}
.blank-large{height:80px;line-height:80px;clear:both;font-size:0}
/* 行距 end*/

.sidebar-l {margin-right:30px}
.sidebar-r {margin-left:0px;}
.container-layout{max-width:1500px;}
.line-large {margin-left:-15px;margin-right:-15px}
.line-large .x1,.line-large .x2,.line-large .x3,.line-large .x4,.line-large .x5,.line-large .x6,.line-large .x7,.line-large .x8,.line-large .x9,.line-large .x10,.line-large .x11,.line-large .x12,.line-large .xl1,.line-large .xl2,.line-large .xl3,.line-large .xl4,.line-large .xl5,.line-large .xl6,.line-large .xl7,.line-large .xl8,.line-large .xl9,.line-large .xl10,.line-large .xl11,.line-large .xl12,.line-large .xs1,.line-large .xs2,.line-large .xs3,.line-large .xs4,.line-large .xs5,.line-large .xs6,.line-large .xs7,.line-large .xs8,.line-large .xs9,.line-large .xs10,.line-large .xs11,.line-large .xs12,.line-large .xm1,.line-large .xm2,.line-large .xm3,.line-large .xm4,.line-large .xm5,.line-large .xm6,.line-large .xm7,.line-large .xm8,.line-large .xm9,.line-large .xm10,.line-large .xm11,.line-large .xm12,.line-large .xb1,.line-large .xb2,.line-large .xb3,.line-large .xb4,.line-large .xb5,.line-large .xb6,.line-large .xb7,.line-large .xb8,.line-large .xb9,.line-large .xb10,.line-large .xb11,.line-large .xb12 {position:relative;min-height:1px;padding-right:15px;padding-left:15px}

/* owl-carousel轮播插件 */
.owl-carousel .owl-dots{position:absolute;top:50%;padding:0;text-align:left;width:20px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
.owl-carousel .owl-dots .owl-dot{display:inline-block;position:relative;vertical-align:middle}
.owl-carousel .owl-dots .owl-dot span{width:8px;height:8px;margin:0 5px;border-radius:50%;background:#d3d3d3;display:inline-block;text-align:center;-webkit-transition:all ease .5s;-o-transition:all ease .5s;transition:all ease .5s}
.owl-carousel .owl-dots .owl-dot.active span{width:16px;height:8px;background:#000;border-radius:20px}
.owl-carousel .owl-nav i{font-size:23px;color:#fff}
.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{background:#000;width:42px;height:42px;line-height:42px;-webkit-transition:all ease .5s;-o-transition:all ease .5s;transition:all ease .5s;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%;position:absolute;text-align:center;border-radius:50%;opacity:0}
.owl-carousel .owl-nav .owl-prev{background:#000;left:20px;right:auto}
.owl-carousel .owl-nav .owl-prev i{position:absolute;left: 8px;}
.owl-carousel .owl-nav .owl-next{right:20px}
.owl-carousel .owl-nav .owl-next i{position:absolute;right:8px}
/* owl-carousel轮播插件 */

/* 首页轮播 */
.slides-arrow:hover .owl-nav .owl-next,.slides-arrow:hover .owl-nav .owl-prev{opacity:.3}
.slides-arrow.dot-center .owl-dots{position:relative;top:-30px;padding:0;text-align:center;vertical-align:middle;display:inline-block;width:100%}
/* 首页轮播 */

/* 常用TAB */
.tab-normal .tab-head {border-radius:0;font-size:0;-webkit-text-size-adjust:none;width:100%;}
.tab-normal .tab .tab-nav li {display:inline-block;width:auto;text-align:center}
.tab-normal .tab .tab-nav li a {background:#fff;color:#6e6e6e;border-radius:30px;padding:0px 20px;height:42px;line-height:42px;margin:0 10px;display:block;border:0;font-size:16px;}
.tab-normal .tab .tab-nav .active a {background:linear-gradient(-45deg,#FFD100,#ff9600);cursor:default;color:#fff;border-bottom:0px solid #FD3C6B;}
.tab-normal .tab .tab-nav .active{background:none}
.tab-normal .tab .tab-nav .active a:hover {color:#FFF}
.tab-normal .tab .tab-nav li a:focus {outline:none;}
.tab-normal .tab .tab-nav li a:hover {background:linear-gradient(-45deg,#FFD100,#ff9600);color:#fff}
.tab-normal .tab .tab-body {padding:0;border-radius:0;border-top:0px solid #ff0000}
/* 常用TAB */

/* 首页产品 */
.carousel-pro .media{position:relative;-webkit-transition:.5s;transition:.5s;}
.carousel-pro .media:hover {-webkit-transition:.5s;transition:.5s;box-shadow:0px 5px 15px 0px rgba(0,0,0,.05);}
.carousel-pro .button {background-color:#FFD100;transition: all .5s ease;box-shadow: 0 3px 8px 0px rgba(39,39,39,0.26);}
.carousel-pro .media:hover .button{color:#FFF;background-color:#ff9600;transition: all .5s ease;}
.carousel-pro .media-body {padding:10px 0 0 0}
/* .carousel-pro:hover .owl-nav .owl-next,.carousel-pro:hover .owl-nav .owl-prev{opacity:.6} */
.carousel-pro.dot-center .owl-dots{position:relative;top:30px;padding:0;text-align:center;vertical-align:middle;display:inline-block;width:100%}
/* 首页产品 */

/* 首页关于我们 */
.home-about{background-repeat:no-repeat;background-position:center 50%;background-size:cover}
.home-about .padding-large{padding:40px 50px}
.home-about h2{position:relative;font-size:24px;font-weight:600;margin-bottom:40px;word-break:break-all}
.home-about h2:before {content:'';display:block;position:absolute;background:#FFD100;width:30px;height:3px;bottom:-15px;left:0;}
/* 首页关于我们 */

/* 首页解决方案 */
.solution .media-img{position:relative;}
.solution .media-img .mask{opacity:0;z-index:3;background:url(../images/solution-hover.png) no-repeat center center;width:100%;height:100%;position:absolute;bottom:0;top:0;left:0;right:0;transition:0.3s;}
.solution .media-img .mask .subtitle{padding:25px}
.solution .media-img .mask .more{position:absolute;bottom:25px;right:25px}
.solution .media-img:hover .mask{z-index:5;transition:0.3s;opacity:1;transform: scale(1.1);}
.solution .media-img .linear-link{z-index:1;opacity:1;background:linear-gradient(to bottom,rgba(0,0,0,.2) 65%,rgba(0,0,0,.8) 100%);width:100%;height:100%;position:absolute;bottom:0;top:0;left:0;right:0;transition:0.3s;}
.solution .media-img .linear-link .subtitle{padding:0 25px;z-index:3;width:100%;bottom:25px;left:0;position:absolute;transition:0.3s;}
/* 首页解决方案 */

/* 首页新闻 */
.home-news-l{margin-right:10px}
.home-news-r{margin-left:10px}
.home-news-h .media-img {position:relative;}
.home-news-h .media-img .post-title{background:#fff;bottom:-30px;left:30px;width:65%;padding:20px;position:absolute;color:#333;transition:0.5s;box-shadow:0 5px 15px 0 rgba(0,0,0,0.06)}
.home-news-h .media-img:hover .post-title {bottom:30px;}
.home-news-h .media-img .post-title h3 a {color:#333;font-size:18px;font-weight:600;line-height:28px;display:block;}
/* .home-news-h .media-img:hover .post-title h3 a {color:#FFF;} */
.home-news-h .button{margin-top:1rem;width:48px;line-height:28px;font-size:18px;background:#FFD100;color:#fff}
.home-news-h .media-img:hover .button{background:#ff9600;color:#fff;}

.home-news-c:hover{box-shadow:0 3px 8px 0 rgba(0,0,0,0.03);}
.home-news-c .news-time{margin:20px 15px 0 0px;border-right:2px solid #eee;padding:0}
.home-news-c .news-time .text-large{font-size:42px;line-height:48px;}
.home-news-c .news-title{margin-top:20px;margin-left:15px}
.home-news-c .news-title h2 a{font-weight:600;font-size:18px;margin-bottom:20px;display:block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.home-news-c:hover .news-title h2 a{color:#ff9600}
/* 首页新闻 end */

/* 路径 */
.nav-bread{padding:0;height:70px;line-height:70px;font-size:0}
.nav-bread h2{font-size:24px;font-weight:600}
.nav-bread i{color:#888888;}
.nav-bread a{color:#888888;font-size:14px;display:inline-block;}
.nav-bread a:hover{color:#ff9600}
.nav-bread a:after {content:"";padding:0 10px;background:url(../images/nav-bread.png) no-repeat center 50%;}
.nav-bread a:last-child:after {content:"";background:none;}
/* 路径 */

/* 上下篇  */
.prenext-pro a.button{height:70px;line-height:70px;padding:0 25px}
.prenext-pro a.button:hover{background:#ff9600;color:#fff}
.prenext-pro a.border{border:1px solid #eee}

/*分页 begin*/
.pagination li {margin:0 5px;font-size:14px;border:none;border-radius:4px;}
.pagination li a {border-radius:4px;color:#6e6e6e;background:#fff;padding:12px 16px;border:1px solid #DCDCDC;}
/* .pagination li i {font-weight:bold;font-size:18px;padding:0 3px} */
.pagination li.active a,.pagination li a:hover {background:#ff9600;color:#fff;border:1px solid #ff9600;}
/*分页 end*/

/* 标题样式-居中 */
.title-c{position:relative;}
.title-c h3{position:relative;font-size:30px;text-transform:uppercase;margin:0 auto 50px auto;font-weight:600}
.title-c h3:before {background:#FFD100;content:'';display:block;position:absolute;width:30px;height:3px;bottom:-15px;left:50%;margin-left:-15px;}

/* 标题样式-左 */
.title-l h2{line-height:28px;height:28px;color:#333;position:relative;font-size:18px;letter-spacing:0;padding-left:20px;margin-bottom:10px;}
.title-l h2:before {content:'';display:block;position:absolute;width:5px;height:20px;top:4px;background:#ff9600;left:0}

/* 下拉分类 */
.nav-tree {font-size:0;height:70px;line-height:70px}/*font-size:0去掉 display:inline-block间隔 */
.nav-tree li {position:relative;display:inline-block;}
.nav-tree li a{color:#6E6E6E;display:block;padding:0 30px;font-size:16px;background:#fff;}
.nav-tree li a.active,.nav-tree li a.cur{background:linear-gradient(-45deg,#FFD100,#ff9600);color:#fff}
.nav-tree li.focusa a{background:linear-gradient(-45deg,#FFD100,#ff9600);color:#fff;border-bottom-left-radius:0px;border-bottom-right-radius:0;}
.nav-tree li ul:after {position:absolute;top:-8px;left:50%;margin-left:-8px;display:inline-block;border-right:8px solid transparent;border-bottom:8px solid #fff;border-left:8px solid transparent;content:'';}
.nav-tree li ul {top:70px;left:0;background:#fff;padding:10px 0;z-index:99;position:absolute;width:100%;display:none;border-radius:0px;box-shadow:0 5px 10px 0 rgba(0,0,0,0.03);}
.nav-tree li ul li{display:block;width:100%;text-align:left;}
.nav-tree li ul li.children a{font-size:14px;background:#fff;border-radius:0;box-shadow:none;display:block;color:#6e6e6e;line-height:34px;height:34px}
.nav-tree li ul li.children a.active,.nav-tree li ul li.children a:hover{color:#ff9600}
/*
.nav-tree li ul li.children:first-child a{border-top-left-radius:0px;border-top-right-radius:0px;}
.nav-tree li ul li.children:last-child a{border-bottom-left-radius:5px;border-bottom-right-radius:5px;}
*/
/* 下拉分类 */

/* 属性 */
.filter-box .padding-big{padding:15px 25px}
.filter-box dl{margin:15px 0;display: flex;}
.filter-box dl dt{width:8%;display:block;flex: none;line-height:24px;font-weight:normal}
.filter-box dl dd{display:block;float:left;position:relative;}
.filter-nav ul li {margin:0;display:block;float:left;width:auto;line-height:24px;}
.filter-nav ul li a{margin:0 10px 0 0;padding:2px 10px;cursor:pointer;display:block;color:#6E6E6E;transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;}
.filter-nav ul li a:hover{color:#ff9600;}
.filter-nav ul li a.active{color:#fff;background:#ff9600}
.filter-nav ul li b{font-weight:normal;}

/* 横向不带ICO导航 */
.nav-x {background:#fff;width:100%;position:relative;}
.nav-x .menu-toggle h3 {display:none}
.nav-x ul {font-size:0;-webkit-text-size-adjust:none;text-align:center}
.nav-x li {display:inline-block}
.nav-x li i {margin:0px auto 5px auto;font-size:24px;display:block;}
.nav-x li a {font-size:16px;padding:0;height:70px;line-height:70px;color:#6e6e6e;text-align:center;display:block;}
.nav-x li a:hover{color:#ff9600}
.nav-x li a.active {background:linear-gradient(-45deg,#FFD100,#ff9600);color:#fff}
.col-2 {width:10%}
/* 横向不带ICO导航 */

/* 新闻列表 */
.list-news {display: flex;align-items: center;justify-content: center;margin-bottom:30px}
.list-news .time{margin-right:-20px;padding:15px 0 10px 0;border-right:1px solid #eee;}
.list-news .time .text-large{font-size:52px;line-height:54px;}
.list-news .news {margin-left:50px;margin-right:30px}
.list-news .news h3 a{display:block;font-size:24px;color:#333;margin-bottom:20px}
.list-news .button{width:70px;line-height:56px;font-size:24px;border:1px solid #ebebeb;}
.list-news .button i{font-size: 22px;}
.list-news:hover .button{background:#ff9600;color:#fff;border:1px solid #ff9600}
.list-news:hover h3 a{color:#ff9600}
/* 新闻列表 */

/* 纯文字列表  begin*/
.list-post-text li {padding:5px 0;}
.list-post-text li a{display:block;}
.list-post-text li.dot a{padding-left:15px;position:relative;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.list-post-text li.dot:hover a:before {background:#ff9600;}
.list-post-text li.dot a:before {content:'';position:absolute;left:-2px;background:#ccc;width:6px;height:6px;top:9px;border-radius:50%}
/* 纯文字列表  end*/

/* 下载列表 */
.normal-list li{position:relative;display:block;background:#FFF;margin-bottom:20px;transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;}
.normal-list li a{display:block;font-size:16px;line-height:24px;padding:25px 30px 25px 50px;color:#333;transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;}
.normal-list li span{color:#888888;position:absolute;right:30px;top:28px}
.normal-list li:hover{background:#ff9600;color:#FFF;transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;}
.normal-list li:hover a,.normal-list li:hover span{color:#FFF}
.normal-list li.dot:hover a:before {background:#fff;}
.normal-list li.dot a{position:relative}
.normal-list li.dot a:before {content:'';position:absolute;left:30px;background:#ececec;width:7px;height:7px;top:35px;border-radius:50%}

/* 下载详细页begin */
.download-detail{position:relative;z-index:3}
.download-detail .button-big{padding:15px 25px}
/* 下载详细页end */

/* ===视频教程 beign*/
	/* ====视频教程列表 begin*/
.video-list .media{-webkit-transition:.5s;transition:.5s;}
.video-list .media:hover{box-shadow:0 30px 50px rgba(229,229,229,.8)}
.video-list .media-img{position:relative;overflow:hidden}
.video-list .media-body .padding-big{padding:20px}
.video-list .media-body h2{margin:0 0 20px 0;overflow:hidden}
.video-list .media a.play{opacity:.6;position:absolute;top:50%;left:50%;margin-left:-24px;margin-top:-24px;width:48px;height:48px;line-height:48px;background:rgba(0,0,0,.6);z-index:2;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}
.video-list .media a.play i{font-size: 24px;}
.video-list .media .playtime{position:absolute;bottom:10px;right:10px;padding:0 8px;height:20px;line-height:18px;background:rgba(0,0,0,.5);z-index:2;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}
.video-list .media:hover a.collect,.video-list .media:hover a.play{opacity:1;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}
.video-list .excerpt-info ul li.v2-1{width:50%}
.video-list .excerpt-info ul li.v2-2{width:50%;}
	/* 视频教程列表 end*/

	/* =====视频内容页 */
.video-detail .tab-head {border-radius:0;font-size:0;-webkit-text-size-adjust:none;padding-left:25px;border-bottom:1px solid #EFEFEF}
.video-detail .tab .tab-nav li {display:inline-block;width:13%;margin:0}
/* .video-detail .tab .tab-nav li:last-child {margin-right:0px} */
.video-detail .tab .tab-nav li a {color:#616770;padding:18px 0;border:0;border-bottom:2px solid transparent;margin-bottom:-1px;display:block;line-height:20px;font-weight:500;border-radius:0;font-size:16px;text-align:center;}
.video-detail .tab .tab-nav .active {border-radius:0px;}
.video-detail .tab .tab-nav .active a {margin-bottom:-1px;cursor:default;background:#FFF;border-bottom:2px solid #ff9600;font-weight:600}
.video-detail .tab .tab-nav li a,.video-detail .tab .tab-nav .active a:focus {outline:none;}
.video-detail .tab .tab-body {border-radius:0;border-top:solid 0px #ebebeb;padding:25px}
			/* ======播放器 */
.jw-video{text-align: center;height: 510px; border-right: 1px solid #433D3D;}
.jw-video video{width: auto;max-width: 100%;height: 100%;}
.jw-video-expense{position:absolute;left:0;top:0;width:100%;height:100%;background:#616770;z-index:1;display:none}
.jw-video-expense .apply{position:absolute;left:50%;margin-left:-176px;top:50%;margin-top:-50px}
.jw-video-expense .button{cursor:pointer}
.video-period .price{font-size:32px;margin-top:5px}
.video-buy-now{cursor:pointer;width:130px;float:right}
.video-free-now{width:130px;padding:10px 0;float:right}
.video-title h1{font-size:24px;display:block;}
.video-period-title{padding:15px 10px 15px 20px}
.video-period-list{overflow:hidden;height:410px;overflow-y:auto}
.video-period-list li{height:69px;width:100%;border-bottom:1px #433D3D solid;position:relative;text-align:left}
.video-period-list li a{display:block;padding:8px 10px 8px 50px}
.video-period-list li a.cur{background:#2D2D2D;display:block;}
.video-period-list li:hover{background:#2D2D2D;}
.video-period-list li p{font-size:14px;color:#888888;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.video-period-list li:before{content:"";position:absolute;width:20px;height:13px;left:18px;top:15px;background:url(../images/video-ico.png) no-repeat;z-index:4}
.video-period-list li .video-info{padding-top:8px;position:relative;color:#616770}
.video-period-list li .video-info span{position:absolute;right:0;width:62px;text-align:right}
.video-period-list li:last-child{border-bottom:none}
.video-content-tit{padding:5px 30px 0;line-height:50px;border-bottom:1px solid #ECEFF5}
.video-content-tit h2{font-size:18px;color:#434C5A;border-bottom:1px solid #434C5A;display:block;width:72px;margin-bottom:-1px}
		/* 播放器 end*/
	/* 视频内容页end */
/* 视频教程 end*/

/* 横向左图右字列表 begin*/
.list-post-x .media{margin-bottom:20px}
.list-post-x .media.border{border:0;border-bottom:1px solid #ECEFF5;padding-bottom:20px}
.list-post-x .media img{transition:all .3s ease-out}
.list-post-x .media .thumb-md{position:relative;max-width:100px;overflow:hidden}
.list-post-x .media .thumb-md .playtime{position:absolute;bottom:5px;right:5px;padding:0 5px;height:20px;line-height:18px;background:rgba(0,0,0,.6);z-index:3;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}
.list-post-x .media .thumb-md .playicon{position:absolute;bottom:5px;left:5px;width:20px;height:20px;line-height:18px}
.list-post-x .media:hover img{transition:all .3s ease-out;transform:scale(1.1)}
.list-post-x .media.media-x .float-left{margin-right:15px}
.list-post-x .media.media-x .float-right{margin-left:15px}
.list-post-x .media.media-x .media-body{text-align:left;padding:0}
.list-post-x .media a:hover{color:#434C5A}
.list-post-x .media-body p{color:#888888;line-height:22px}
.list-post-x .media:last-child{margin-bottom:0}
/* 横向上图下字列表 end *

/* 内容 begin */
.article{overflow:hidden}
.article .padding-large{padding:30px 50px}
.article .post h1{font-size:28px;font-weight:600;}
.article .post h2{font-size:24px;font-weight:600;margin:10px 0}
.article .post h3{font-size:20px;font-weight:600;margin:10px 0}
.article .post hr{margin:10px 0;height:1px}
.article .post strong{font-size:16px;margin:10px 0}
.article .post table{margin:20px 0}
.article .post table th{background:#daf0fd;color:#fff;border:1px solid #fff}
.article .post table tr.ue-table-interlace-color-single{background:#daf0fd}
.article .post p{font-size:16px;line-height:28px;margin-bottom:10px}
.article .post img{max-width:100%;height: auto !important;}
.article .post a{text-decoration:none;}
.article .post a:hover{color:#ff9600;border-bottom:0 solid #ff9600}
.article .post .text-right{text-align:right}
.article .post ul li{padding:0 0 5px 20px;position:relative;font-size:16px}
.article .post ul li p{line-height:24px}
.article .post ul li:before{content:'';position:absolute;top:8px;left:0;background:#888888;width:7px;height:7px;border-radius:50%}
.article .post ol{padding:10px 0 0 0}
.article .post ol.list-paddingleft-2{position:relative}
.article .post ol li{padding:0;position:relative}
.article .post ol li p{line-height:26px;font-size:16px;color:#888888}
/* 内容 end */

/* 产品列表*/
.product-list .media{-webkit-transition:.3s;transition:.3s;}
.product-list .media:hover {-webkit-transition:.3s;transition:.3s;box-shadow:0 5px 20px 5px rgba(0,0,0,.05);}
.product-list .media-body {padding:10px 0 0 0}
.product-list .media:hover .media-body h2 a {color:#ff9600;}
.price-info ul li.v2-1{width:50%}
.price-info ul li.v2-2{width:50%;}
/*产品列表*/

/* 产品详细页begin */
.product-description .padding-large{padding:30px 0 0 30px}
.product-description .padding-large-top{padding:0}
.product-description p{line-height:24px}
.product-description .zoomimg{width:474px}/* PC端独有 */

/* 产品详情TAB begin */
.product-overview .tab-head {border-radius:0;font-size:0;-webkit-text-size-adjust:none;width:100%;border-bottom:1px solid #EFEFEF}
.product-overview .tab .tab-nav li {display:inline-block;width:12%;}
.product-overview .tab .tab-nav li a {margin-bottom:-1px;color:#6E6E6E;padding:20px 0;display:block;line-height:24px;border:0;border-radius:0;font-size:18px;text-align:center;}
.product-overview .tab .tab-nav .active {border-radius:0px;}
.product-overview .tab .tab-nav .active a {cursor:default;color:#ff9600;background:#FFF;border-bottom:3px solid #ff9600;}
.product-overview .tab .tab-nav li a,.product-overview .tab .tab-nav .active a:focus {outline:none;}
.product-overview .tab .tab-body {padding:0;border-radius:0;border-top:solid 0px #ebebeb;}
/* 产品详情TAB END */

/* 放大镜 begin */
#zoomimg{cursor:pointer;display:block}
.pro-thumb .item img{border:1px solid #ececec}
.pro-thumb .item:hover img{border:1px solid #ff9600}
.pro-thumb:hover .owl-nav .owl-prev,.pro-thumb:hover .owl-nav .owl-next {opacity:.6;}
/* 放大镜 end */

/* 商品参数 */
.attribute li {position:relative;color:#666;line-height:32px;}
/* .attribute li:before {content:'';position:absolute;left:0px;background:#ccc;width:6px;height:6px;top:11px;border-radius:50%;} */
.attribute li span {color:#999}
/* 商品参数 end */

/* 商品详情 */
.content img{max-width: 100% !important;height: auto !important;}
/* 商品详情 end */

/* 产品详细页end */

.job-list{transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;}
.job-list:hover{box-shadow:0 10px 25px rgba(0,0,0,0.3);transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;}
.job-list dt{font-weight:normal}

 /* 弹出层*/

.dialog {border-radius:0;border:0 solid #ebebeb;margin:0 auto;box-shadow:0 10px 25px rgba(0,0,0,0.3);}
.dialog .dialog-head {font-size:18px;border-bottom:0;background:#FFF;color:#383838;}
.dialog .dialog-head .close {float:right;line-height:24px}
.dialog .dialog-body{padding:10px 40px 40px 40px;}
.dialog-body h3 {font-size:24px;font-weight:600;color:#333;margin-bottom:10px}
.dialog-body .form-group {padding-bottom:20px}
.dialog-body .input{height:48px;line-height:24px;padding:0 12px;border:1px solid #ebebeb;width:100%;display:block;border-radius:0px;-webkit-appearance:none;box-shadow:0 0px 0px rgba(0,0,0,0.0) inset;background:transparent;}
.dialog-body .textarea {padding:10px 12px;line-height:24px;width:100%;background:transparent;border:1px solid #ebebeb;}
.dialog-body .label {padding-bottom:10px;display:block;line-height:24px;}
.dialog-body .label label {font-weight:400;}
.dialog-body select {padding:0 30px 0 8px;color:#ADADAD;border-radius:0px;width: 100%; height:48px;line-height:48px;border:solid 1px #ebebeb;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:url(../images/select-down.png) no-repeat right 50%;}
.dialog-body .form-tips .dialog-body .input-help ul {border:solid 0px #ebebeb;background:#fff;padding:5px 10px;box-shadow:0 0 0 #fff;border-radius:0 0 4px 4px;width:150px;min-width:150px;width:auto;_width:150px;color:#EE3333;font-size:12px}
.dialog-body .input::-webkit-input-placeholder, .dialog-body .textarea::-webkit-input-placeholder {color: #6E6E6E;}
.dialog-body .input:-moz-placeholder, .dialog-body .textarea:-moz-placeholder {color: #6E6E6E;}
.dialog-body .input::-moz-placeholder, .dialog-body .textarea::-moz-placeholder {color: #6E6E6E;}
.dialog-body .input:-ms-input-placeholder, .dialog-body .textarea:-ms-input-placeholder {color: #6E6E6E;} 
.dialog-body .input-group .addon {background-color:#fff;border:0px solid #EBEBEB;border-radius:0px;line-height:1;padding:0;text-align:center}
.dialog-body .input-group .addon img{max-height:50px}
 /* 弹出层 end*/

/*  联系我们begin  */
.inside h2 {font-size:36px;font-weight:400;margin-bottom:20px}
.inside .contact{padding:0 0 50px 0;}
.inside .contact hr {height:1px;background:#F2F2F2}
.inside .contact .media {margin:0;padding:0 0 30px 0;}
.inside .contact .media span{width:42px;height:42px;line-height:64px;}
.inside .contact .media i {font-size:36px;}
.inside .contact .media .media-body {padding:0 0 0 10px;margin-top:0px;}
.inside .contact .media .media-body a,.inside .contact .media .media-body p{color:#333;}
.inside .wx{border:1px solid #eee;padding:20px 30px;}

.home-contact{background:#cacaca}
.home-contact .title{position:relative;width:590px;float:right;text-align:left;}
.home-contact .title h2{font-size:64px;line-height:64px;padding-top:25%;padding-right:50px;padding-bottom:30px;}
.home-contact .title h2 span{color:#ff9600}
.home-contact .title a{font-size:24px;text-decoration: none;border-bottom: 2px solid #ff9600;color: #FFF;}
.home-contact .title a:hover{border-bottom: 0 solid #82CC37;}
.home-contact .gb{position:relative;width:590px;float:right;text-align:left;}

 /*guestbook*/
.guestbook{padding:50px 80px 50px 0}
.guestbook h2{font-size:24px;font-weight:600}
.guestbook .padding{padding:50px;}
.guestbook .form-group {padding-bottom:20px}
.guestbook .input{font-size:16px;padding:0 15px;height:50px;line-height:50px;border:0;width:100%;display:block;-webkit-appearance:none;transition:all 1s cubic-bezier(0.175,0.885,0.32,1) 0s;box-shadow:0 0px 0px rgba(0,0,0,0.0) inset;}
.guestbook .textarea {padding:12px;line-height:24px;width:100%;font-size:16px;background:#fff;border:0;}


.guestbook .label {display:block;line-height:24px;}
.guestbook .label label {font-weight:400;}
.guestbook .field {font-size:16px}
.guestbook select {font-size:16px;padding:0 35px 0 15px;width: 100%; height:50px;line-height:50px;border:0;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:#fff url(../images/select-down.png) no-repeat right 50%;color:#666;}
.guestbook .form-tips .guestbook .input-help ul {border:0;background:#fff;padding:5px 10px;box-shadow:0 0 0 #fff;border-radius:0 0 4px 4px;width:150px;min-width:150px;width:auto;_width:150px;color:#EE3333;font-size:12px}

/* 联系我们end */

.channel-banner {height:350px;position:relative;background-repeat:no-repeat;background-position:center center;background-size:cover;margin:0;padding:0;}
.channel-banner .banner-info {position:absolute;top:50%;margin-top:-50px;left:0;right:0;z-index:3}
.channel-banner .banner-info h3{font-size:40px;font-weight:600;position:relative;margin-bottom:30px}
.channel-banner .banner-info h3:before {left:50%;margin-left:-15px;bottom:-10px;width:30px;height:3px;background:#ff9600;content:'';display:block;position:absolute;}
.channel-banner .banner-info p{font-size:36px;}



/* 底部地图版权 begin*/
footer{padding:70px 0 0 0;}
footer h3 {font-weight:700;color:#fff}
footer ul li.item-1 {width:15%}
footer ul li.item-2 {width:15%}
footer ul li.item-3 {width:15%}
footer ul li.item-4 {width:15%}
footer ul li.item-5 {width:30%}
footer ul li.item-6 {width:10%}
footer ul li ul li a{line-height:32px;color:#888}
footer ul li ul li a:hover,footer .contact .media .media-body a:hover {color:#fff;}
footer .contact {padding-top:3px}
footer .contact .media {margin:0 0 5px 0;padding:0 0 10px 0;}
footer .contact .media span{width:24px;height:24px;}
footer .contact .media i{line-height:24px;}
footer .contact .media .media-body a,footer .contact .media .media-body{padding:0;color:#888;line-height:24px;}
footer .qr{margin-left:20px;background:#484848;}
footer .qr img{width:100%}
footer .copyright{padding:20px 0 60px 0;color:#888;border-top:1px solid #404040;}
footer .copyright a{margin-left:5px;color:#888}

footer .tab-head {border-radius:0;font-size:0;-webkit-text-size-adjust:none;padding:0;border-bottom:1px solid #404040}
footer .tab .tab-nav li{display:inline-block;width:auto;margin:0 20px 0 0}
footer .tab .tab-nav li a {color:#888;padding:10px 0;border:0;border-bottom:1px solid transparent;margin-bottom:-1px;display:block;line-height:20px;border-radius:0;font-size:16px;}
footer .tab .tab-nav .active {border-radius:0px;}
footer .tab .tab-nav .active a {margin-bottom:-1px;cursor:default;border-bottom:1px solid #FFB133;}
footer .tab .tab-nav li a,footer .tab .tab-nav .active a:focus {outline:none;}
footer .tab .tab-body {border-radius:0;border-top:solid 0px #ebebeb;padding:25px 0}
footer .tab .tab-body .flink a{display:inline-block;margin-right:15px;line-height:24px}
footer .tab .tab-body .flink a img{width: 110px;height: 58px;}

/* 底部地图版权 end*/
@media screen and (max-width:1440px){
.container-layout{max-width:98%;}
}




.news_326{width: 100%;display: block;margin-bottom: 30px;}
.news_326 .tit{width:1200px; margin:30px auto; text-align:center;}
.news_326 .tit a{ color:#2db7f5; font-size:48px; text-decoration:none; line-height:50px; font-weight:bold}
.news_326 .tit p{ font-size:52px; color:#efefef; font-family:Arial, Helvetica, sans-serif; font-weight:bold;font-style: italic}
.news_326 .news_list{width:1200px; overflow:hidden; margin:30px auto;}
.news_326 .news_list li{ width:380px; float:left; text-align:left; margin-right:20px; margin-top:20px;position: relative;}
.news_326 .news_list b {width: 380px;height: 198px;overflow: hidden;display: block;}
.news_326 .news_list img {width: 100%;height: 100%;display: block;}
.news_326 .news_list em {display: block;width: 100px;height: 100px;background-color: #0000006e;text-align: center;font-size: 16px;color: #fff;font-family: "Arial";position: absolute;left: 0;top: 0;}
.news_326 .news_list em span {display: block;font-size: 60px;color: #fff;line-height: 50px;padding-top: 14px;}
.news_326 .news_list time{ color:#666666; display:block; font-size:14px; display:block; line-height:40px;}
.news_326 .news_list  a{display: block; text-decoration:none}
.news_326 .news_list p{ font-size:16px; color:#666666; line-height:30px; margin-top:10px;}
.news_326 .news_list span.title{ font-size:18px; color:#666666; border-bottom:#d0d0d0 solid 1px;width:380px; padding:15px 0; display:block}
.news_326 .news_list li:hover span.title{ color:#2db7f5}
.news_326 .more{ width:222px; margin:0 auto; margin-top:20px;}
.news_326 .more a{ font-size:24px !important; color:#ffffff !important; margin-top:15px !important; display:block; background:#2db7f5; width:225px; height:55px; line-height:55px; text-align:center; border-radius:30px; text-decoration:none;}




/* 颜色 */
.news119 .list-119 li .text119 h4 span {
    float: right;
    color: #999;
    font-size: 12px;
}
.news119 .list-119 li .text119 p {
    color: #999;
    font-size: 12px;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    margin: 8px 0 0;
}
/* 颜色 end*/
.news119 .img119 {
    text-align: center;
    font-size: 0;
}
.news119 .img119 img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.news119 .con119 {
    padding: 0 15px;
    width: 1200px;
    margin: 0 auto;
}
.news119 {
    padding: 40px 0;
}
.news119 .list-119 {
    margin: -30px 0 0 -100px;
}
.news119 .list-119 li {
    float: left;
    width: 50%;
}
.news119 .list-119 li a {
    display: block;
    margin: 30px 0 0 100px;
    overflow: hidden;
}
.news119 .list-119 li .img119 {
    float: left;
    width: 150px;
    overflow: hidden;
}
.news119 .list-119 li .img119 img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.news119 .list-119 li .text119 {
    margin-left: 170px;
}
.news119 .list-119 li .text119 h4 {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 22px;
}
.news119 .list-119 li a:hover .img119 img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
@media screen and (max-width: 767px) {
body {
    min-width: 320px;
}
.news119 .con119 {
    padding: 0 15px;
    width: auto;
}
.news119 {
    padding: 1px 0;
    margin-bottom: 30px;
}
.news119 .list-119 {
    margin: -20px 0 0;
}
.news119 .list-119 li {
    width: 100%;
}
.news119 .list-119 li a {
    margin: 20px 0 0;
}
.news119 .list-119 li .img119 {
    width: 105px;
    display: none;
}
.news119 .list-119 li .text119 {
    margin-left: 0;
}
.news119 .list-119 li .text119 p {
    height: 44px;
}
}




.index-case_301 {
    width: 100%;
    min-width: 1200px;
    padding-bottom: 50px;
    background: #efefef;
}
.index-case_301 .box {
    width: 1200px;
    margin: auto;
    position: relative;
}
.index-case_301 .box .title {
    font-size: 28px;
    color: #333;
    font-weight: bold;
    position: relative;
    display: table;
    margin: auto;
    text-align: center;
    line-height: 28px;
    padding: 50px 0 30px;
}
.index-case_301 .box .title span {
    display: block;
    color: #999;
    font-size: 16px;
    margin-top: 5px;
}
.index-case_301 .box .title:before {
    width: 60px;
    height: 1px;
    background: #dedede;
    position: absolute;
    content: '';
    top: 63px;
    left: -80px;
}
.index-case_301 .box .title:after {
    width: 60px;
    height: 1px;
    background: #dedede;
    position: absolute;
    content: '';
    top: 63px;
    right: -80px;
}
.index-case_301 .box .list {
    width: 100%;
    display: table;
}

.index-case_301 .box .list li {
    width: 275px;
    height: 250px;
    background: #fff;
    float: left;
    margin: 0 33px 29px 0;
}
.index-case_301 .box .list li:nth-child(4n) {
    margin: 0 0 29px 0;
}
.index-case_301 .box .list li .img {
    width: 100%;
}
.index-case_301 .box .list li .tbox {
    width: 100%;
    height: 93px;
    box-sizing: border-box;
    padding: 0 20px;
    transition: all ease .3s;
}
.index-case_301 .box .list li:hover .tbox {
    box-shadow: 0 1px 5px 1px rgba(0,0,0,.07);
}
.index-case_301 .box .list li .tbox .t1 {
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    color: #333;
    padding: 20px 0 14px;
    transition: all ease .3s;
}
.index-case_301 .box .list li:hover .tbox .t1 {
    color: #397bcb;
}
.index-case_301 .box .list li .tbox .t2 {
    font-size: 14px;
    line-height: 14px;
    color: #666;
}
.index-case_301 .box .more {
    width: 180px;
    height: 50px;
    box-sizing: border-box;
    border: 2px solid #397bcb;
    border-radius: 25px;
    display: block;
    text-align: center;
    line-height: 46px;
    color: #397bcb;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 20px auto 0;
}





/* 宽度 */
.pro118 .con118 {
    padding: 0 15px;
    width: 1200px;
    margin: 0 auto;
}
/* 颜色 */
.pro118 .more118 {
    display: block;
    margin: 30px auto 0;
    width: 168px;
    border: 1px solid #e9e9e9;
    line-height: 43px;
    color: #999;
    text-align: center;
}
.pro118 .more118:hover {
    background-color: #2b9219;
    color: #fff;
    border-color: #2b9219;
}
/* 颜色 end*/
.pro118 {
    padding: 40px 0;
}
.pro118 .list-118 {
    margin: -20px 0 0 -25px;
}
.pro118 .list-118 li {
    float: left;
    width: 25%;
}
.pro118 .list-118 li a {
    display: block;
    margin-left: 25px;
    margin-top: 20px;
}
.pro118 .list-118 li .img118 {
    overflow: hidden;
}
.pro118 .list-118 li .img118 img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.pro118 .list-118 li p {
    margin: 10px 0 0;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pro118 .list-118 li a:hover .img118 img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pro118 .list-118-1 li {
    width: 33.333333%;
}
.pro118 .img118 {
    text-align: center;
    font-size: 0;
}
.pro118 .img118 img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
@media screen and (max-width: 767px) {
body {
    min-width: 320px;
}
.pro118 .con118 {
    padding: 0 15px;
    width: auto;
}
.pro118 {
    padding: 30px 0;
}
.pro118 .list-118 {
    margin: -15px 0 0 -15px;
}
.pro118 .list-118 li {
    width: 50%;
}
.pro118 .list-118 li a {
    margin: 15px 0 0 15px;
}
}






.container149 {
    width: 1180px;
    margin-right: auto;
    margin-left: auto;
    *zoom: 1
}

.products149 {
   background:#ededed url({https://www.jsxjcm.com/图/aab.webp) center top no-repeat;
    background-size: 1920px 150px;
    height: 150px;
    padding: 25px 0;
    text-align: center;
}

.products149 h3 {
    font-size: 30px;
    line-height: 52px;
    color: #FFF;
    font-weight: 400;
}

.products149 p {
    font-size: 14px;
    line-height: 30px;
    color: #999;
}

.products149 .search149 {
    margin-top: 30px
}

.products149 .search149 input {
    width: 700px;
    height: 48px;
    font-size: 14px;
    line-height: 48px;
    color: #333;
    padding: 15px 20px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    outline: none
}

.products149 .search149 .search149-btn {
    display: inline-block;
    margin-left: -6px;
    cursor: pointer;
    color: #FFF;
    background-color:  #eda63b;
    width:115px;
    height:48px;
    font-size:14px;
    line-height:48px;
    border: none;
    padding: 0;
}

.products149 .search149 .search149-btn:hover {
    text-decoration: none
}




.w314 {
    width: 1220px;
    margin: 0 auto;
}
.case314 {
    padding-bottom: 45px;
}
.case314 .title {
    padding: 45px 0 45px;
    text-align: center;
    font-weight: bold;
    color:#fab54d;
    font-size: 36px;
}
.case314 .title span {
    color: #d4983f;
}
.case314 .tab {
    text-align: center;
    padding-bottom: 50px;
}
.case314 .tab a {
    padding: 0 16px;
    height: 40px;
    line-height: 40px;
    background: #d4983f;
    font-size: 18px;
    display: inline-block;
    margin: 0 20px;
    color: #fff;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}
.case314 .tab a:hover {
    background: #d4983f;
}
.case314 .con314 {
    width: 100%;
    overflow: hidden;
}
.case314 .con314 .gridlist {
    width: 110%;
}
.case314 .con314 .gridlist .item .plus {
    height: 82%;
    background-image: url(https://www.xxjmyw.com/template/pc/skin/images/);
}
.case314 .con314 .gridlist .item h3 {
    width: 100%;
    position: absolute;
    left: -100%;
    bottom: 55px;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
    font-size: 16px;
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    transition: all ease .4s;
}
.case314 .con314 .gridlist .item:hover h3 {
    left: 0;
}
.case314 .gridlist .item {
    width: 280px;
    margin: 30px 26px 0 0;
    float: left;
    position: relative;
    overflow: hidden;
}
.case314 .gridlist .item img {
    width: 280px;
    height: 160px;
    display: block;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}
.case314 .gridlist .item .bg {
    width: 280px;
    height: 160px;
    display: block;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
    background: url(https://www.xxjmyw.com/template/pc/skin/images/bj314.png) repeat 0 0;
    position: absolute;
    left: -100%;
    top: 0;
}
.case314 .gridlist .item .plus {
    width: 280px;
    height: 160px;
    display: block;
    transition: all ease .4s;
    background: url(https://www.xxjmyw.com/template/pc/skin/images/) no-repeat center center;
    position: absolute;
    left: -100%;
    top: 0;
}
.case314 .gridlist .item h3 {
    color: #000;
    line-height: 28px;
    text-align: center;
    padding-top: 8px;
    height: 28px;
    overflow: hidden;
}
.case314 .gridlist .item:hover .bg {
    left: 0;
}
.case314 .gridlist .item:hover .plus {
    left: 0;
}
.case314 .gridlist .item:hover img {
    -webkit-filter: brightness(110%);
    filters: brightness(110%);
}
.case314 .gridlist .item:hover h3 {
    color: #ffffff;
}
@media (max-width: 1260px) {
.case314 .gridlist {
    width: 745px;
}
}



    


    


    
.about-us {
    display: block;
    width: 100%;
}
.about-us .about-con {
        width: 1200px;
        margin: 0 auto;
}
.about-us:after{
    content: "";
    display: block;
    height:0;
    visibility: hidden;
    clear: both;
}
.about-us .title{
    text-align: left;
    padding: 60px 0 40px;
}
.about-us .title h1 {
    font-size: 30px;
    margin-bottom: 10px;
}
.about-us .title h1 span:before{
    visibility: hidden;
}
.about-us .title h1 span{
    font-size: 60px;
    color: #fabb5a;
    font-family: "Times New Roman",Georgia,sans-serif;
    text-transform: uppercase;
    margin-left: 10px;
}
.about-us .about-l{
    width:600px;
    float:left;
}
.about-us .about-l p{
    color: #666666;
    line-height: 2em;
    margin: -20px 0 30px;
}
.about-us .about-l a{
    width:130px;
    height:45px;
    border:1px solid #fabb5a;
    display: block;
    line-height: 45px;
    text-align: center;
    border-radius: 3px;
    font-family: "Times New Roman",Georgia,sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #fabb5a;
    position: relative;
    transition: all 0.2s ease-in-out;

}
.about-us .about-l a:after{
    display: block;
    content: "";
    width:60px;
    height:3px;
    background:#fabb5a;
    position: absolute;
    right:-46px;
    top:21px;
}
.about-us .about-l a:hover{
    background: #fabb5a;
    color: white;
}
.about-us .about-video{
    width:520px;
    height:330px;
    float: right;
    margin:80px 0;
    position: relative;
    z-index: 10;
}
.about-us .about-video img{
    width:520px;
    height:330px;

}
.about-us .about-video:after{
    content: "";
    display: block;
    width:520px;
    height:330px;
    border:1px solid #fabb5a;
    position: absolute;
    bottom: -20px;
    right:-20px;
    z-index: -1;
}







.sectionNover {
    position: relative;
    width: 100%;
    margin: auto;
    clear: both;
}
.Ttitle {
    position: relative;
    width: 1000px;
    height: 116px;
    margin: 0 auto;
    color: #282E3A;
    font-size: 24px;
    line-height: 106px;
    text-align: center;
    background: url(../images/title.png) center 76px no-repeat;
}
.Ttitle span {
    color: #0067B2;
    font-size: 24px;
    font-family: Arial;
}
.More {
    position: relative;
    z-index: 99;
    width: 58px;
    height: 58px;
    margin: 0 auto;
}
.More a {
    width: 58px;
    height: 58px;
    display: block;
}
.More a:hover {
    animation: moreRound 2s linear infinite;
    -moz-animation: moreRound 2s linear infinite;
    -webkit-animation: moreRound 2s linear infinite;
    -ms-animation: moreRound 2s linear infinite;
}
    .proMore {
    width: 288px;
    height: 74px;
    margin: 0 auto;
    padding-top: 16px;
    background: url(https://www.jsxjcm.com/template/pc/skin/images/276a.png) center bottom no-repeat;
}
.newsBg276 {
    width: 100%;
    height: 360px;
    background: #0067b2;
}
.knowListUl276 {
    position: relative;
    width: 1000px;
    height: 270px;
    padding-top: 60px;
    margin: 0 auto;
}
.knowListUl276 li {
    float: left;
    width: 363px;
    height: 50px;
    margin-right: 274px;
    margin-bottom: 36px;
}
.knowListUl276 li a {
    width: 363px;
    height: 52px;
    padding-bottom: 18px;
    display: block;
}
.knowListUl276 li a:hover .knowTitle {
    color: #9ED7FF;
}
.knowListUl276 li .knowTime {
    float: left;
    width: 52px;
    height: 50px;
    border: 1px solid #fff;
    margin-right: 10px;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}
.knowListUl276 li .knowTime span {
    display: block;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
}
.knowListUl276 li .knowTitle {
    float: left;
    width: 298px;
    height: 50px;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.knowListUl276 li .knowTitle span {
    display: block;
    color: #9ED7FF;
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
}
.newsTitleBox {
    position: absolute;
    left: 353px;
    top: 36px;
    z-index: 999;
    width: 274px;
    height: 198px;
    padding-top: 70px;
    color: #fff;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    background: url(https://www.jsxjcm.com/template/pc/skin/images/276a.png) left top no-repeat;
}
.newsTitleBox span {
    display: block;
    color: #99DAFF;
    font-size: 24px;
    line-height: 60px;
}
    .More {
    position: relative;
    z-index: 99;
    width: 58px;
    height: 58px;
    margin: 0 auto;
}
.More a {
    width: 58px;
    height: 58px;
    display: block;
}
.More a:hover {
    animation: moreRound 2s linear infinite;
    -moz-animation: moreRound 2s linear infinite;
    -webkit-animation: moreRound 2s linear infinite;
    -ms-animation: moreRound 2s linear infinite;
}









/* 颜色 */
.p188 .main188 .con188 .menu188 .list188 .item188 {
    display: inline-block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    background-color: #f4f4f4;
    border: 1px solid #f1efef;
    margin: 0 8px;
    border-radius: 6px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.p188 .main188 .con188 .menu188 .list188 .item188 a {
    font-size: 14px;
    color: #666;
    text-align: center;
    display: block;
}
.p188 .main188 .con188 .menu188 .list188 .item188:hover {
    background-color: #fca106;
    color: #FFFFFF;
}
.p188 .main188 .con188 .menu188 .list188 .item188:hover a {
    color: #FFFFFF;
}
.p188 .main188 .con188 .menu188 .list188 .item188.hover {
    background-color: #fca106;
    color: #FFFFFF;
}
.p188 .main188 .con188 .menu188 .list188 .item188.hover a {
    color: #FFFFFF;
}
.p188 .main188 .con188 .pro188 .bd188 .list188 li p {
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #666666;
    font-size: 16px;
    font-weight: bold;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.p188 .main188 .con188 .pro188 .bd188 .list188 li:hover p {
    color: #fca106;
}
.p188 .main188 .con188 .pro188 .bd188 ul li a .txt188 .stit {
    padding-top: 220px;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    transition: all ease-in-out .2s;
    opacity: 0;
    filter: alpha(opacity=0);
    color: #fff;
}
.p188 .main188 .con188 .pro188 .bd188 ul li:hover a .txt188 .stit {
    padding-top: 160px;
    transition: all ease-in-out .2s;
    opacity: 1;
    filter: alpha(opacity=100);
    color: #fff;
}
/* 颜色 end*/
.w188 {
    width: 1200px;
    margin: 0 auto;
}
.p188 {
    margin-top:30px;
}
.p188 .main188 .con188 .menu188 {
    margin-bottom: 42px;
}
.p188 .main188 .con188 .menu188 .list188 {
    padding: 0;
    text-align: center;
}
.p188 .main188 .con188 .menu188 .list188 .item188:last-child {
    margin-right: 0px;
}
.p188 .main188 .con188 .pro188 {
}
.p188 .main188 .con188 .pro188 .bd188 {
    position: relative;
    overflow: hidden;
    height: 290px;
}
.p188 .main188 .con188 .pro188 .bd188 .list188 {
    width: 104%;
    overflow: hidden;
}
.p188 .main188 .con188 .pro188 .bd188 .list188 li {
    position: relative;
    float: left;
    display: block;
    width: 290px;
    height: 290px;
    margin-right: 13px;
    cursor: pointer;
}
.p188 .main188 .con188 .pro188 .bd188 .list188 li a {
    display: block;
    width: 288px;
    height: 290px;
}
.p188 .main188 .con188 .pro188 .bd188 .list188 li img {
    margin: 0 auto;
    display: block;
    height: 164px;
    width: 290px;
}
.p188 .main188 .con188 .pro188 .hd188 {
    width: 100%;
    top: 0px;
    position: relative;
    padding-bottom: 80px;
}
.p188 .main188 .con188 .pro188 .hd188 .prev {
    position: absolute;
    left: 490px;
    top: -0px;
    display: block;
    width: 72px;
    height: 32px;
    background-position: -0px -0px;
    cursor: pointer;
}
.p188 .main188 .con188 .pro188 .hd188 .next {
    position: absolute;
    right: 490px;
    top: -0px;
    display: block;
    width: 72px;
    height: 32px;
    background-position: -80px -0px;
    cursor: pointer;
}
.p188 .main188 .con188 .pro188 .hd188 .prev:hover {
    opacity: 0.8;
    background-position: -160px -0px;
}
.p188 .main188 .con188 .pro188 .hd188 .next:hover {
    opacity: 0.8;
    background-position: -240px -0px;
}
.p188 .main188 .con188 .pro188 .hd188 .more188 {
    position: absolute;
    left: 570px;
    top: -0px;
    display: block;
    width: 61px;
    height: 32px;
    background-position: -0px -76px;
    cursor: pointer;
}
.p188 .main188 .con188 .pro188 .hd188 .more188:hover {
    opacity: 0.8;
    background-position: -80px -76px;
}
.p188 .main188 .con188 .pro188 .bd188 .list188 li a .More {
    margin-top: 32px;
    margin-left: 60px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all .6s ease 0s;
    transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
}
.p188 .main188 .con188 .pro188 .bd188 .list188 li:hover a .More {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}
.p188 .main188 .con188 .pro188 .bd188 .list188 li a .More i {
    background-position: -30px -300px;
    width: 12px;
    height: 7px;
    margin-top: -17px;
    margin-left: 100px;
    float: left;
}
.p188 .main188 .con188 .pro188 .bd188 ul li:hover a .bg188 {
    display: block;
    z-index: 999;
    position: relative;
    opacity: 1;
}
.p188 .main188 .con188 .pro188 .bd188 ul li a .txt188 {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 290px;
    height: 290px;
    z-index: 1000;
}
.p188 .main188 .con188 .pro188 .bd188 ul li a .txt188 s {
    width: 54px;
    height: 54px;
    background-position: 0px -270px;
    position: absolute;
    left: 145px;
    top: 50px;
    margin-left: -20px;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.p188 .main188 .con188 .pro188 .bd188 ul li:hover a .txt188 s {
    opacity: 1;
}
.p188 .main188 .con188 .pro188 .bd188 ul li a .bg188 {
    width: 290px;
    height: 218px;
    background: url(https://www.jsxjcm.com/template/pc/skin/images/bj188.png) no-repeat center center;
    background-size: 290px 218px;
    opacity: 0;
    margin-top: -288px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.p188 .icon188 {
    background: url(https://www.jsxjcm.com/template/pc/skin/images/icon188.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}
























.ey-search-151 {
    background: #fff;
    border-bottom: 1px solid #c1bebd;
    box-shadow: 0px 0px 3px #c1bebd;
}

.search-151 {
    width: 890px;
    margin: 0 auto;
    padding: 30px;
}

.search-151-bd .form-151-group {
    border: 2px solid #0082df;
    position: relative;
    height: 52px;
    z-index: 3;
}

.search-151-bd .form-151 input {
    width: 770px;
    height: 18px;
    line-height: 18px;
    color: #222;
    position: absolute;
    top: 8px;
    left: 0px;
    outline: none;
    border: none;
    padding: 16px 0 16px 20px;
}

.search-151-bd .form-151 .btn-151 {
    border: none;
    background: #0082df;
    color: #fff;
    font-size: 18px;
    height: 52px;
    line-height: 52px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    top: -2px;
    width: 112px;
    cursor: pointer;
}



